diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-08 16:19:47 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-08 16:19:47 +0000 |
commit | 9fa786dc0da42f769199af12af06ad26a217fab2 (patch) | |
tree | 5e24b6c37ffcaeab29a240f79c0de1886a118105 /audio | |
parent | d1b553243efbd59dfd83f919ef96d160fa340d07 (diff) | |
download | ports-9fa786dc0da42f769199af12af06ad26a217fab2.tar.gz ports-9fa786dc0da42f769199af12af06ad26a217fab2.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/cdindex/Makefile | 19 | ||||
-rw-r--r-- | audio/cdindex/distinfo | 1 | ||||
-rw-r--r-- | audio/cdindex/files/patch-cdi_freebsd.cpp | 12 | ||||
-rw-r--r-- | audio/cdindex/pkg-comment | 1 | ||||
-rw-r--r-- | audio/cdindex/pkg-descr | 12 | ||||
-rw-r--r-- | audio/cdindex/pkg-plist | 1 |
7 files changed, 0 insertions, 47 deletions
diff --git a/audio/Makefile b/audio/Makefile index 7499e8414080..0b5fbe80d59a 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -29,7 +29,6 @@ SUBDIR += cd-console SUBDIR += cd-discid SUBDIR += cd2mp3 - SUBDIR += cdindex SUBDIR += cdplay SUBDIR += cdplayer.app SUBDIR += cdrdao diff --git a/audio/cdindex/Makefile b/audio/cdindex/Makefile deleted file mode 100644 index d0f8ae832281..000000000000 --- a/audio/cdindex/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: cdindex -# Date created: 15 June 1999 -# Whom: Marc E E van Woerkom <van.woerkom@netcologne.de> -# -# $FreeBSD$ -# - -PORTNAME= cdindex -PORTVERSION= 1.2.0 -CATEGORIES= audio -MASTER_SITES= ftp://ftp.cdindex.org/pub/cdindex/ \ - ftp://ftp.musicbrainz.org/pub/cdindex/ - -MAINTAINER= ports@freebsd.org - -GNU_CONFIGURE= yes -USE_GMAKE= yes - -.include <bsd.port.mk> diff --git a/audio/cdindex/distinfo b/audio/cdindex/distinfo deleted file mode 100644 index 6869c0dd2e2e..000000000000 --- a/audio/cdindex/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (cdindex-1.2.0.tar.gz) = 2071c016d892643237d10c2c5b06a4b9 diff --git a/audio/cdindex/files/patch-cdi_freebsd.cpp b/audio/cdindex/files/patch-cdi_freebsd.cpp deleted file mode 100644 index 3f550935dfca..000000000000 --- a/audio/cdindex/files/patch-cdi_freebsd.cpp +++ /dev/null @@ -1,12 +0,0 @@ -$FreeBSD$ - ---- cdi_freebsd.cpp.orig Sat Mar 30 16:02:52 2002 -+++ cdi_freebsd.cpp Sat Mar 30 16:03:18 2002 -@@ -23,6 +23,7 @@ - //____________________________________________________________________________ - - -+#include <arpa/inet.h> - #include <stdio.h> - #include <stdlib.h> - #include <string.h> diff --git a/audio/cdindex/pkg-comment b/audio/cdindex/pkg-comment deleted file mode 100644 index 61b772ae14ce..000000000000 --- a/audio/cdindex/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -CD Index client (a free Internet audio CD database) diff --git a/audio/cdindex/pkg-descr b/audio/cdindex/pkg-descr deleted file mode 100644 index 650db7812570..000000000000 --- a/audio/cdindex/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Reference client for the CD Index. - -The CD Index project is an Open Source effort to create a free replacement -for the existing system of looking up digital audio CDs on the Internet. - -This command line client reads the table of contents of an audio CD, -calculates an Id and calls a web browser (netscape or lynx) for submission -or lookup of the CD information. - -WWW: http://www.cdindex.org/ - -Marc E E van Woerkom <van.woerkom@netcologne.de> diff --git a/audio/cdindex/pkg-plist b/audio/cdindex/pkg-plist deleted file mode 100644 index c3c421ecb8c1..000000000000 --- a/audio/cdindex/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cdindex |