summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-07-18 12:15:07 +0000
committerkris <kris@FreeBSD.org>2002-07-18 12:15:07 +0000
commit1587c4dfb68c6e704b432839e92f4b2bb178848d (patch)
treeadc66abc69161acec14d8a209545097287e01aa4 /audio
parent5a4fe52fcdaf9ebc8be163c72a38c7cb27304c6c (diff)
downloadFreeBSD-ports-1587c4dfb68c6e704b432839e92f4b2bb178848d.zip
FreeBSD-ports-1587c4dfb68c6e704b432839e92f4b2bb178848d.tar.gz
Remove the disc-cover port until the p5-FreeDB port upon which it depends
is actually committed to the ports collection. This was breaking the INDEX build. Yet another pointy hat to: ijliao
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/disc-cover/Makefile47
-rw-r--r--audio/disc-cover/distinfo1
-rw-r--r--audio/disc-cover/pkg-comment1
-rw-r--r--audio/disc-cover/pkg-descr7
-rw-r--r--audio/disc-cover/pkg-plist2
6 files changed, 0 insertions, 59 deletions
diff --git a/audio/Makefile b/audio/Makefile
index cd9f0da..e730107 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -40,7 +40,6 @@
SUBDIR += dap
SUBDIR += darkice
SUBDIR += denemo
- SUBDIR += disc-cover
SUBDIR += easytag
SUBDIR += ecasound
SUBDIR += ecawave
diff --git a/audio/disc-cover/Makefile b/audio/disc-cover/Makefile
deleted file mode 100644
index 3bb1163..0000000
--- a/audio/disc-cover/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# New ports collection makefile for: disc-cover
-# Date created: 20 Jan 2002
-# Whom: Miguel Mendez <flynn@energyhq.homeip.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= disc-cover
-PORTVERSION= 1.0.1
-CATEGORIES= audio
-MASTER_SITES= http://www.liacs.nl/~jvhemert/disc-cover/download/stable/
-
-MAINTAINER= flynn@energyhq.homeip.net
-
-BROKEN= "audio/p5-FreeDB dependency doesn't exist"
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/FreeDB.pm:${PORTSDIR}/audio/p5-FreeDB \
- latex:${PORTSDIR}/print/latex \
- dvips:${PORTSDIR}/print/dvips \
- convert:${PORTSDIR}/graphics/ImageMagick
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-USE_REINPLACE= yes
-
-MAN1= disc-cover.1
-
-post-patch:
- @${REINPLACE_CMD} -e 's@/etc/disc-cover.conf@${LOCALBASE}/etc/disc-cover.conf@g' ${WRKSRC}/disc-cover
- @${ECHO_CMD} "all:" > ${WRKSRC}/Makefile
- @${ECHO_CMD} >> ${WRKSRC}/Makefile
- @${ECHO_CMD} "install:" >> ${WRKSRC}/Makefile
-
-# This port doesn't have a Makefile, and we need to fix some stuff (like the conf file name)
-
-post-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/disc-cover ${PREFIX}/bin
- @${INSTALL_DATA} ${WRKSRC}/example.conf ${PREFIX}/etc/${PORTNAME}.conf.sample
- @${INSTALL_MAN} ${WRKSRC}/disc-cover.1 ${MANPREFIX}/man/man1
- @${ECHO_CMD}
- @${ECHO_CMD} " ############################################################"
- @${ECHO_CMD} " You can set your preferences by editing the file ${PORTNAME}.conf.sample"
- @${ECHO_CMD} " in ${PREFIX}/etc and renaming it to ${PORTNAME}.conf"
- @${ECHO_CMD} " ############################################################"
- @${ECHO_CMD}
-
-.include <bsd.port.mk>
diff --git a/audio/disc-cover/distinfo b/audio/disc-cover/distinfo
deleted file mode 100644
index 38208f9..0000000
--- a/audio/disc-cover/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (disc-cover-1.0.1.tar.gz) = 605aa577d2f0164bdabb7a631bae8251
diff --git a/audio/disc-cover/pkg-comment b/audio/disc-cover/pkg-comment
deleted file mode 100644
index f65dd1f..0000000
--- a/audio/disc-cover/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Tool to produce covers from audio CDs using FreeDB
diff --git a/audio/disc-cover/pkg-descr b/audio/disc-cover/pkg-descr
deleted file mode 100644
index cdecbca..0000000
--- a/audio/disc-cover/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-disc-cover provides an easy way to produce covers for audio cds. It scans
-audio cds and uses information from the freedb database to build a back and
-front cover for the cd. The cover is output is in Latex, Dvi, Pdf or
-Postscript.
-
-WWW: http://www.liacs.nl/~jvhemert/disc-cover/
-Miguel Mendez <flynn@energyhq.homeip.net>
diff --git a/audio/disc-cover/pkg-plist b/audio/disc-cover/pkg-plist
deleted file mode 100644
index fb0791a..0000000
--- a/audio/disc-cover/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/disc-cover
-etc/disc-cover.conf.sample
OpenPOWER on IntegriCloud