diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-04 14:53:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-04 14:53:43 +0000 |
commit | 3271641a366f0679fabeab963aa5ef649ccc9c05 (patch) | |
tree | b798cc295954e39be9043ec1f8278085bc2aaba9 | |
parent | ccf6e1fb2536cea2199803fcab0e28bd1dd8a29a (diff) | |
download | ports-3271641a366f0679fabeab963aa5ef649ccc9c05.tar.gz ports-3271641a366f0679fabeab963aa5ef649ccc9c05.zip |
Notes
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/csound-manual/Makefile | 46 | ||||
-rw-r--r-- | audio/csound-manual/distinfo | 12 | ||||
-rw-r--r-- | audio/csound-manual/pkg-descr | 6 |
4 files changed, 0 insertions, 65 deletions
diff --git a/audio/Makefile b/audio/Makefile index 986fdeb99eb0..1bcbecf30fd4 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -100,7 +100,6 @@ SUBDIR += crip SUBDIR += cripple SUBDIR += csound - SUBDIR += csound-manual SUBDIR += cue2toc SUBDIR += cuetools SUBDIR += cymbaline diff --git a/audio/csound-manual/Makefile b/audio/csound-manual/Makefile deleted file mode 100644 index 4d6b36d28257..000000000000 --- a/audio/csound-manual/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: csound-manual -# Date created: 2000-10-11 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= csound-manual -PORTVERSION= 4.23 -PORTREVISION= 1 -CATEGORIES= audio -MASTER_SITES= http://www.kevindumpscore.com/download/ \ - ftp://ftp.cs.bath.ac.uk/pub/dream/documentation/manuals/ -DISTFILES= manual-docbook-${PORTVERSION}.tar.gz \ - manual-html-${PORTVERSION}.tar.gz \ - manual-pdf-${PORTVERSION}.tar.gz \ - manual-text-${PORTVERSION}.tar.gz -DIST_SUBDIR= csound - -MAINTAINER= ports@FreeBSD.org -COMMENT= Manuals for Csound - -RUN_DEPENDS= csound:${PORTSDIR}/audio/csound - -DEPRECATED= The HTML documentation and tutorial are now installed by the audio/csound port, additional PDF docs can be downloaded from the csound website ("http://csound.sourceforge.net/#Documentation") -EXPIRATION_DATE=2007-10-10 - -NO_BUILD= yes -NO_MTREE= yes -PLIST= ${WRKDIR}/pkg-plist -PREFIX= ${X11BASE} -WRKSRC= ${WRKDIR}/csound-${PORTVERSION}/manual - -pre-install: - @${RM} -f ${PLIST} - cd ${WRKSRC} && ${FIND} -s * -type f | \ - ${SED} -e 's:^:share/doc/csound/:' >> ${PLIST} \ - && ${FIND} -d * -type d | \ - ${SED} -e 's:^:@dirrm share/doc/csound/:' >> ${PLIST} - ${ECHO_CMD} @dirrm share/doc/csound >> ${PLIST} - -do-install: - @${MKDIR} ${PREFIX}/share/doc/csound - cd ${WRKSRC} && ${PAX} -r -w * ${PREFIX}/share/doc/csound - -.include <bsd.port.mk> diff --git a/audio/csound-manual/distinfo b/audio/csound-manual/distinfo deleted file mode 100644 index a0607fe44efb..000000000000 --- a/audio/csound-manual/distinfo +++ /dev/null @@ -1,12 +0,0 @@ -MD5 (csound/manual-docbook-4.23.tar.gz) = b4eaf12ef4c70ea439d209e85559091f -SHA256 (csound/manual-docbook-4.23.tar.gz) = 579feda18b642c6d231171a5cf68cbc4cbf823a7285c7987c865972554d09137 -SIZE (csound/manual-docbook-4.23.tar.gz) = 1610427 -MD5 (csound/manual-html-4.23.tar.gz) = 3ac7ee56f35f4a80c4827958c9b73ce2 -SHA256 (csound/manual-html-4.23.tar.gz) = c430b128050b7f3ef9bead3cb45547b71ae3403e86a54b07998a038e0c7c6eb2 -SIZE (csound/manual-html-4.23.tar.gz) = 1762467 -MD5 (csound/manual-pdf-4.23.tar.gz) = 092e4e3f4dfcb7a41802603212607b4b -SHA256 (csound/manual-pdf-4.23.tar.gz) = 41a3ca8b3fbe3eff3f09fc3184921f0d533b84bbedc2a0a08742eed1769b4fb1 -SIZE (csound/manual-pdf-4.23.tar.gz) = 4341029 -MD5 (csound/manual-text-4.23.tar.gz) = 8b46ccbfe4a9ee279b60173caa85a713 -SHA256 (csound/manual-text-4.23.tar.gz) = 70c71b5cabfde58a5c69152ddc764e401c8e0970cf1fc8ffd63e11f2d5f58dee -SIZE (csound/manual-text-4.23.tar.gz) = 1185659 diff --git a/audio/csound-manual/pkg-descr b/audio/csound-manual/pkg-descr deleted file mode 100644 index 188f513e0712..000000000000 --- a/audio/csound-manual/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is the Alternative Csound Reference Manual, in HTML, plain -text, Docbook and PDF. - -WWW: http://www.kevindumpscore.com/download.html#csound-manual - -Trevor Johnson |