summaryrefslogtreecommitdiff
path: root/audio/csound-manual
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2000-10-12 02:01:05 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2000-10-12 02:01:05 +0000
commit1be7f73ef30f1ee590da9ce18a037d03113e68a7 (patch)
tree54c4c8d7be857511ba2e60cb9874f2a3bdbc32d4 /audio/csound-manual
parentAdd a port for the sound synthesizer Csound. Add a port for its manuals. (diff)
second try at adding csound-manual
Notes
Notes: svn path=/head/; revision=33720
Diffstat (limited to 'audio/csound-manual')
-rw-r--r--audio/csound-manual/Makefile52
-rw-r--r--audio/csound-manual/distinfo11
-rw-r--r--audio/csound-manual/pkg-comment1
-rw-r--r--audio/csound-manual/pkg-descr5
4 files changed, 69 insertions, 0 deletions
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