diff options
Diffstat (limited to 'sysutils/cdrdao')
-rw-r--r-- | sysutils/cdrdao/Makefile | 42 | ||||
-rw-r--r-- | sysutils/cdrdao/distinfo | 1 | ||||
-rw-r--r-- | sysutils/cdrdao/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/cdrdao/pkg-descr | 13 | ||||
-rw-r--r-- | sysutils/cdrdao/pkg-message | 12 | ||||
-rw-r--r-- | sysutils/cdrdao/pkg-plist | 7 |
6 files changed, 0 insertions, 76 deletions
diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile deleted file mode 100644 index 46f170b5428c..000000000000 --- a/sysutils/cdrdao/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: cdrdao -# Version required: 1.1.0 -# Date created: 7 April 1999 -# Whom: futatuki -# -# $Id: Makefile,v 1.1.1.1 1999/04/21 13:51:10 sada Exp $ -# -# If You don't want to use Joerg Schilling's SCSI library, -# set DONT_USE_SCGLIB = yes - -DISTNAME= cdrdao-1.1.0.src -PKGNAME= cdrdao-1.1.0 -CATEGORIES= audio -MASTER_SITES= http://www.ping.de/sites/daneb/ - -MAINTAINER= futatuki@fureai.or.jp - -BUILD_DEPENDS= antlr:${PORTSDIR}/devel/pccts\ - dlg:${PORTSDIR}/devel/pccts - -WRKSRC= ${WRKDIR}/cdrdao-1.1.0 - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-gtkmmtest -USE_GMAKE= yes -MAN1= cdrdao.1 - -.include <bsd.port.pre.mk> - -.if defined(DONT_USE_SCGLIB) && ${OSVERSION} >= 300000 -CONFIGURE_ARGS+= --without-scglib -.endif - -post-install: - strip $(PREFIX)/bin/cdrdao - @${MKDIR} ${PREFIX}/share/doc/cdrdao -.for i in COPYING INSTALL README README.FreeBSD README.PlexDAE - @${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/cdrdao/ -.endfor - @${CAT} ${PKGDIR}/MESSAGE - -.include <bsd.port.post.mk> diff --git a/sysutils/cdrdao/distinfo b/sysutils/cdrdao/distinfo deleted file mode 100644 index 0ebf0fae5ab5..000000000000 --- a/sysutils/cdrdao/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (cdrdao-1.1.0.src.tar.gz) = c290a9eb6ac6733483502949b4bc2ecc diff --git a/sysutils/cdrdao/pkg-comment b/sysutils/cdrdao/pkg-comment deleted file mode 100644 index bc2b411d8fce..000000000000 --- a/sysutils/cdrdao/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Cdrdao - Write audio CD-Rs in disk-at-once mode diff --git a/sysutils/cdrdao/pkg-descr b/sysutils/cdrdao/pkg-descr deleted file mode 100644 index 21f97f24190d..000000000000 --- a/sysutils/cdrdao/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Writes audio CD-Rs in disc-at-once (DAO) mode allowing control over pre-gaps -(length down to 0, nonzero audio data) and sub-channel information like ISRC -codes. All data that is written to the disc must be specified with a text -file. Audio data may be in WAVE or raw format. - - Andreas Mueller <mueller@daneb.ping.de> - -Note: -Cdrdao requires kernel with "options SYSVSHM" and "options SYSVMSG". - -WWW: http://www.ping.de/sites/daneb/cdrdao.html - - -- Yasuhito FUTATSUKI <futatuki@fureai.or.jp> diff --git a/sysutils/cdrdao/pkg-message b/sysutils/cdrdao/pkg-message deleted file mode 100644 index baeae725e65c..000000000000 --- a/sysutils/cdrdao/pkg-message +++ /dev/null @@ -1,12 +0,0 @@ -Note: - * Be sure your kernel is built with "options SYSVMSG" and "options SYSVSHM". - Cdrdao requires kernel with these options. - * If you want to use POSIX scheduling control for better scheduling, - include - - options "P1003_1B" - options "_KPOSIX_PRIORITY_SCHEDULING" - options "_KPOSIX_VERSION=199309L" - - your kernel configuration. It provides rtprio based soft real-time - scheduling control. diff --git a/sysutils/cdrdao/pkg-plist b/sysutils/cdrdao/pkg-plist deleted file mode 100644 index 7ceacc8dcfa8..000000000000 --- a/sysutils/cdrdao/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/cdrdao -share/doc/cdrdao/COPYING -share/doc/cdrdao/INSTALL -share/doc/cdrdao/README -share/doc/cdrdao/README.FreeBSD -share/doc/cdrdao/README.PlexDAE -@dirrm share/doc/cdrdao |