diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-09 00:19:47 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-09 00:19:47 +0800 |
commit | ae4a80dc13b4be76d940ac69ded17921d4d02e6a (patch) | |
tree | 13e5d89d4e4ac09414dfdf4b4d522dcf04245963 /audio | |
parent | f144698a14e3021bd9893b0c9b8d102e99644c05 (diff) | |
download | freebsd-ports-gnome-ae4a80dc13b4be76d940ac69ded17921d4d02e6a.tar.gz freebsd-ports-gnome-ae4a80dc13b4be76d940ac69ded17921d4d02e6a.tar.zst freebsd-ports-gnome-ae4a80dc13b4be76d940ac69ded17921d4d02e6a.zip |
cdindex.{com,org} is gone, so this port is useless
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 |