pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Adding aldo to wip; aldo is a morse code trainer.
Module Name: pkgsrc-wip
Committed By: i3enedek <pkgsrc_git%i3enedek.neomailbox.net@localhost>
Pushed By: i3enedek
Date: Wed Oct 7 10:53:15 2015 +0100
Changeset: dc86dcc14d7898e5bce00ff36ac6346d22ff834e
Added Files:
aldo/DESCR
aldo/Makefile
aldo/PLIST
aldo/distinfo
aldo/patches/patch-configure
Log Message:
Adding aldo to wip; aldo is a morse code trainer.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dc86dcc14d7898e5bce00ff36ac6346d22ff834e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
aldo/DESCR | 5 +++++
aldo/Makefile | 18 ++++++++++++++++++
aldo/PLIST | 3 +++
aldo/distinfo | 6 ++++++
aldo/patches/patch-configure | 16 ++++++++++++++++
5 files changed, 48 insertions(+)
diffs:
diff --git a/aldo/DESCR b/aldo/DESCR
new file mode 100644
index 0000000..aabbfc7
--- /dev/null
+++ b/aldo/DESCR
@@ -0,0 +1,5 @@
+Aldo is a morse code learning tool which provides four type of training methods:
+ Classic exercise
+ Koch method
+ Read from file
+ Callsign exercise
diff --git a/aldo/Makefile b/aldo/Makefile
new file mode 100644
index 0000000..2c207e6
--- /dev/null
+++ b/aldo/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME= aldo-0.7.7
+CATEGORIES= ham
+MASTER_SITES= http://download.savannah.gnu.org/releases/aldo/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://www.nongnu.org/aldo/
+COMMENT= Morse code training program
+LICENSE= gnu-gpl-v2
+
+USE_LIBTOOL= YES
+GNU_CONFIGURE= YES
+USE_LANGUAGES= c c++
+
+.include "../../audio/libao/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/aldo/PLIST b/aldo/PLIST
new file mode 100644
index 0000000..731943f
--- /dev/null
+++ b/aldo/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/aldo
+man/man1/aldo.1
diff --git a/aldo/distinfo b/aldo/distinfo
new file mode 100644
index 0000000..182fffc
--- /dev/null
+++ b/aldo/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (aldo-0.7.7.tar.bz2) = c37589f8cb0855d33814b7462b3e5ded21caa8ea
+RMD160 (aldo-0.7.7.tar.bz2) = 9d9de14344450cee8589df4e6fd7fb1d2e5eb88e
+Size (aldo-0.7.7.tar.bz2) = 112000 bytes
+SHA1 (patch-configure) = 010dc5f5ba00de9dae3a683a8dc2ba7c744ae9ce
diff --git a/aldo/patches/patch-configure b/aldo/patches/patch-configure
new file mode 100644
index 0000000..28d7a1a
--- /dev/null
+++ b/aldo/patches/patch-configure
@@ -0,0 +1,16 @@
+$NetBSD$
+
+Let pkgsrc deal with the flags
+
+--- configure.orig 2012-03-31 11:55:36.000000000 +0000
++++ configure
+@@ -2725,9 +2725,6 @@ am__tar='$${TAR-tar} chof - "$$tardir"'
+
+
+
+-CPPFLAGS="-I${includedir}"
+-LDFLAGS="-L${libdir}"
+-LIBS="-L${libdir} ${LIBS}"
+
+ # Checks for programs.
+ ac_ext=cpp
Home |
Main Index |
Thread Index |
Old Index