mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
second try at adding csound-manual
This commit is contained in:
parent
d5001a3969
commit
1be7f73ef3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33720
5 changed files with 70 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
SUBDIR += cdrdao
|
SUBDIR += cdrdao
|
||||||
SUBDIR += cmp3
|
SUBDIR += cmp3
|
||||||
SUBDIR += csound
|
SUBDIR += csound
|
||||||
|
SUBDIR += csound-manual
|
||||||
SUBDIR += dagrab
|
SUBDIR += dagrab
|
||||||
SUBDIR += dap
|
SUBDIR += dap
|
||||||
SUBDIR += esound
|
SUBDIR += esound
|
||||||
|
|
52
audio/csound-manual/Makefile
Normal file
52
audio/csound-manual/Makefile
Normal file
|
@ -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>
|
11
audio/csound-manual/distinfo
Normal file
11
audio/csound-manual/distinfo
Normal file
|
@ -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
|
1
audio/csound-manual/pkg-comment
Normal file
1
audio/csound-manual/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Manuals for Csound
|
5
audio/csound-manual/pkg-descr
Normal file
5
audio/csound-manual/pkg-descr
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue