diff options
author | trevor <trevor@FreeBSD.org> | 2000-10-12 10:01:05 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2000-10-12 10:01:05 +0800 |
commit | ba5b2160b87a596a7266b450e24e960cbb9c4b3b (patch) | |
tree | f9aa6a1027c0107eda7101e677380f08b71b8bf4 | |
parent | 00661a96c01c0cd4cb33314525e62581138f1775 (diff) | |
download | freebsd-ports-gnome-ba5b2160b87a596a7266b450e24e960cbb9c4b3b.tar.gz freebsd-ports-gnome-ba5b2160b87a596a7266b450e24e960cbb9c4b3b.tar.zst freebsd-ports-gnome-ba5b2160b87a596a7266b450e24e960cbb9c4b3b.zip |
second try at adding csound-manual
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/csound-manual/Makefile | 52 | ||||
-rw-r--r-- | audio/csound-manual/distinfo | 11 | ||||
-rw-r--r-- | audio/csound-manual/pkg-comment | 1 | ||||
-rw-r--r-- | audio/csound-manual/pkg-descr | 5 |
5 files changed, 70 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 4db76ebfff66..34b2e1235f4f 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -19,6 +19,7 @@ SUBDIR += cdrdao SUBDIR += cmp3 SUBDIR += csound + SUBDIR += csound-manual SUBDIR += dagrab SUBDIR += dap SUBDIR += esound diff --git a/audio/csound-manual/Makefile b/audio/csound-manual/Makefile new file mode 100644 index 000000000000..1af1c38e3c82 --- /dev/null +++ b/audio/csound-manual/Makefile @@ -0,0 +1,52 @@ +# New ports collection makefile for: csound-manual +# Date created: 2000-10-11 +# Whom: trevor +# +# $FreeBSD$ +# + +PORTNAME= csound-manual +PORTVERSION= 4.07 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.csounds.com/manual/current/ +DISTFILES= ascii.zip \ + espanol.zip \ + html.zip \ + manual1.zip \ + manual2.zip \ + spplmnt1.zip \ + spplmnt2.zip \ + spplmtxt.zip \ + toots.zip \ + update1.zip \ + update2.zip +DIST_SUBDIR= csound + +MAINTAINER= trevor@FreeBSD.org + +RUN_DEPENDS= csound:${PORTSDIR}/audio/csound + +RESTRICTED= "no redistribution; no commercial use except to make music (see http://mitpress.mit.edu/e-books/csound/fpage/FAQml/faq/faq.html#THE CSOUND COPYRIGHT ISSUES)" + +NO_BUILD= yes +NO_MTREE= yes +PREFIX= ${X11BASE}/share/doc/csound +USE_ZIP= yes +WRKSRC= ${WRKDIR}/manual +EXTRACT_AFTER_ARGS= -d ${WRKSRC} + +pre-extract: + ${MKDIR} ${WRKSRC} + +pre-install: + ${RM} -f ${PLIST} + cd ${WRKDIR}/manual && find -s . -type f | cut -c3-999 >> ${PLIST} \ + && find * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST} + +do-install: + cd ${WRKSRC} && pax -r -w * ${PREFIX} + +post-clean: + ${RM} -f ${PLIST} + +.include <bsd.port.mk> diff --git a/audio/csound-manual/distinfo b/audio/csound-manual/distinfo new file mode 100644 index 000000000000..d27594000f2a --- /dev/null +++ b/audio/csound-manual/distinfo @@ -0,0 +1,11 @@ +MD5 (csound/ascii.zip) = fd80c0a901517b3d0368e7eb742b5443 +MD5 (csound/espanol.zip) = a7b8fa9a2b73c1453e45fb851f9bd34b +MD5 (csound/html.zip) = 070b4fbae99ede73a99b6bb54a8170c9 +MD5 (csound/manual1.zip) = 032a093dcfe7cb48c9010f9d0c6e1180 +MD5 (csound/manual2.zip) = 716be407d5b640bca1193ab70635ced6 +MD5 (csound/spplmnt1.zip) = 5ab0e041212973cb158eb3ca15109066 +MD5 (csound/spplmnt2.zip) = 04462793896af722ebcffe79de3df6f5 +MD5 (csound/spplmtxt.zip) = 93a2d4ec575eb8fb3d9d20050413a800 +MD5 (csound/toots.zip) = 270b857fd17af28644fb68de81424b00 +MD5 (csound/update1.zip) = 4849a73028bffa79421c563db3227c24 +MD5 (csound/update2.zip) = 728b318db8375149704cd06b465ffdfa diff --git a/audio/csound-manual/pkg-comment b/audio/csound-manual/pkg-comment new file mode 100644 index 000000000000..9c2f47010499 --- /dev/null +++ b/audio/csound-manual/pkg-comment @@ -0,0 +1 @@ +Manuals for Csound diff --git a/audio/csound-manual/pkg-descr b/audio/csound-manual/pkg-descr new file mode 100644 index 000000000000..2af0df60290e --- /dev/null +++ b/audio/csound-manual/pkg-descr @@ -0,0 +1,5 @@ +These are the manuals for Csound, in HTML, plain text and PDF. A Spanish +manual, in PDF only, is included. Orchestra and score files are included. + +Trevor Johnson +trevor@FreeBSD.org |