diff options
author | minskim <minskim@pkgsrc.org> | 2006-04-02 23:19:12 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-04-02 23:19:12 +0000 |
commit | 75a2401da0beeafbf778329ab3b2173ebc0abb9f (patch) | |
tree | 331d15ddb91cafbfa96c1452d896484a8daf7180 /print | |
parent | 779a5b50ee652860e54f94f79d369620db5543dd (diff) | |
download | pkgsrc-75a2401da0beeafbf778329ab3b2173ebc0abb9f.tar.gz |
Import abcm2ps.
abcm2ps is a command line program which converts ABC to music sheet in
PostScript format. It is an extension of abc2ps which may handle many
voices per staff.
Diffstat (limited to 'print')
-rw-r--r-- | print/abcm2ps/DESCR | 3 | ||||
-rw-r--r-- | print/abcm2ps/Makefile | 14 | ||||
-rw-r--r-- | print/abcm2ps/PLIST | 7 | ||||
-rw-r--r-- | print/abcm2ps/distinfo | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/print/abcm2ps/DESCR b/print/abcm2ps/DESCR new file mode 100644 index 00000000000..92694c11f97 --- /dev/null +++ b/print/abcm2ps/DESCR @@ -0,0 +1,3 @@ +abcm2ps is a command line program which converts ABC to music sheet in +PostScript format. It is an extension of abc2ps which may handle many +voices per staff. diff --git a/print/abcm2ps/Makefile b/print/abcm2ps/Makefile new file mode 100644 index 00000000000..c8faa939250 --- /dev/null +++ b/print/abcm2ps/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/04/02 23:19:12 minskim Exp $ + +DISTNAME= abcm2ps-3.7.21 +CATEGORIES= print +MASTER_SITES= http://moinejf.free.fr/ + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://moinejf.free.fr/ +COMMENT= Converts ABC to music sheet in PostScript format + +GNU_CONFIGURE= yes +BUILD_TARGET= ${PKGBASE} + +.include "../../mk/bsd.pkg.mk" diff --git a/print/abcm2ps/PLIST b/print/abcm2ps/PLIST new file mode 100644 index 00000000000..549f6dd0b7b --- /dev/null +++ b/print/abcm2ps/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/02 23:19:12 minskim Exp $ +bin/abcm2ps +share/abcm2ps/fbook.fmt +share/abcm2ps/fonts.fmt +share/abcm2ps/landscape.fmt +share/abcm2ps/tight.fmt +@dirrm share/abcm2ps diff --git a/print/abcm2ps/distinfo b/print/abcm2ps/distinfo new file mode 100644 index 00000000000..f570277e4f6 --- /dev/null +++ b/print/abcm2ps/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/04/02 23:19:12 minskim Exp $ + +SHA1 (abcm2ps-3.7.21.tar.gz) = 57d9da37f1d4a64d3f9d4e516d1df3f94c0c455d +RMD160 (abcm2ps-3.7.21.tar.gz) = 98ab4d9c3a33c759213e2e38464e811da1435907 +Size (abcm2ps-3.7.21.tar.gz) = 195774 bytes |