aboutsummaryrefslogtreecommitdiff
path: root/audio/abcselect
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-18 06:10:00 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-18 06:10:00 +0000
commit4a411a291736334350c0049d17079b0cca828fce (patch)
tree676879adbda6cd734f0434d798663cdec04ea914 /audio/abcselect
parent8e9e183382ab2802e208d1b510ed468facb285c4 (diff)
downloadports-4a411a291736334350c0049d17079b0cca828fce.tar.gz
ports-4a411a291736334350c0049d17079b0cca828fce.zip
add abcselect 1.5
Extract parts, movements, etc from abc music files PR: 35737 Submitted by: sue
Notes
Notes: svn path=/head/; revision=66556
Diffstat (limited to 'audio/abcselect')
-rw-r--r--audio/abcselect/Makefile28
-rw-r--r--audio/abcselect/distinfo1
-rw-r--r--audio/abcselect/pkg-comment1
-rw-r--r--audio/abcselect/pkg-descr7
-rw-r--r--audio/abcselect/pkg-plist1
5 files changed, 38 insertions, 0 deletions
diff --git a/audio/abcselect/Makefile b/audio/abcselect/Makefile
new file mode 100644
index 000000000000..0dc10f802087
--- /dev/null
+++ b/audio/abcselect/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: abcselect
+# Date created: 11 March 2002
+# Whom: Sue Blake <sue@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= abcselect
+PORTVERSION= 1.5
+CATEGORIES= audio
+MASTER_SITES= http://www.lautengesellschaft.de/cdmm/
+DISTNAME= ${PORTNAME}
+
+MAINTAINER= sue@FreeBSD.org
+
+USE_PERL5= yes
+NO_BUILD= yes
+
+MAN1= abcselect.1
+
+post-patch:
+ @${PERL} -pi -e "s,/usr/bin/perl,${SETENV} perl,g" ${WRKSRC}/abcselect
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/abcselect ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/abcselect.1 ${MANPREFIX}/man/man1
+
+.include <bsd.port.mk>
diff --git a/audio/abcselect/distinfo b/audio/abcselect/distinfo
new file mode 100644
index 000000000000..362b0e3e0f0c
--- /dev/null
+++ b/audio/abcselect/distinfo
@@ -0,0 +1 @@
+MD5 (abcselect.tar.gz) = 6a2438538db8675cc3c13f87f01001ea
diff --git a/audio/abcselect/pkg-comment b/audio/abcselect/pkg-comment
new file mode 100644
index 000000000000..e76f76ee9e28
--- /dev/null
+++ b/audio/abcselect/pkg-comment
@@ -0,0 +1 @@
+Extract parts, movements, etc from abc music files
diff --git a/audio/abcselect/pkg-descr b/audio/abcselect/pkg-descr
new file mode 100644
index 000000000000..9919e9fd182b
--- /dev/null
+++ b/audio/abcselect/pkg-descr
@@ -0,0 +1,7 @@
+abcselect is a perl script for extracting parts, movements
+etc. from files in the abc format of music notation.
+
+WWW: http://www.lautengesellschaft.de/cdmm/
+
+- Sue Blake
+sue@freebsd.org
diff --git a/audio/abcselect/pkg-plist b/audio/abcselect/pkg-plist
new file mode 100644
index 000000000000..1fe01f6e91d3
--- /dev/null
+++ b/audio/abcselect/pkg-plist
@@ -0,0 +1 @@
+bin/abcselect