diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-20 10:10:27 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-20 10:10:27 +0800 |
commit | d14ed2c0f1a274c11d30d76cdacc990c56ebdcfd (patch) | |
tree | 7ba95be15b96fd589d77fd70d4637764e15a94f0 | |
parent | 93de3cb1cd0327b145558d4dd6e8c5ba13c83d82 (diff) | |
download | freebsd-ports-gnome-d14ed2c0f1a274c11d30d76cdacc990c56ebdcfd.tar.gz freebsd-ports-gnome-d14ed2c0f1a274c11d30d76cdacc990c56ebdcfd.tar.zst freebsd-ports-gnome-d14ed2c0f1a274c11d30d76cdacc990c56ebdcfd.zip |
Import of cdindex.
A client for the Internet CD Index project, a free replacement for
current systems of looking up digital audio CDs on the Internet.
See: http://www.cdindex.org
PR: 12227
Submitted by: Marc van Woerkom <van.woerkom@netcologne.de>
-rw-r--r-- | audio/cdindex/Makefile | 18 | ||||
-rw-r--r-- | audio/cdindex/distinfo | 1 | ||||
-rw-r--r-- | audio/cdindex/pkg-comment | 1 | ||||
-rw-r--r-- | audio/cdindex/pkg-descr | 14 | ||||
-rw-r--r-- | audio/cdindex/pkg-plist | 1 |
5 files changed, 35 insertions, 0 deletions
diff --git a/audio/cdindex/Makefile b/audio/cdindex/Makefile new file mode 100644 index 000000000000..4075e1b5bb20 --- /dev/null +++ b/audio/cdindex/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: cdindex +# Version required: 1.1.0 +# Date created: 15 June 1999 +# Whom: Marc E E van Woerkom <van.woerkom@netcologne.de> +# +# $Id$ +# + +DISTNAME= cdindex-1.1.0 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.cdindex.org/pub/cdindex/ + +MAINTAINER= van.woerkom@netcologne.de + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/audio/cdindex/distinfo b/audio/cdindex/distinfo new file mode 100644 index 000000000000..687428b78d8c --- /dev/null +++ b/audio/cdindex/distinfo @@ -0,0 +1 @@ +MD5 (cdindex-1.1.0.tar.gz) = 6196947a815e3b5a1d89fc2ba9462923 diff --git a/audio/cdindex/pkg-comment b/audio/cdindex/pkg-comment new file mode 100644 index 000000000000..61b772ae14ce --- /dev/null +++ b/audio/cdindex/pkg-comment @@ -0,0 +1 @@ +CD Index client (a free Internet audio CD database) diff --git a/audio/cdindex/pkg-descr b/audio/cdindex/pkg-descr new file mode 100644 index 000000000000..9142c7fd15b2 --- /dev/null +++ b/audio/cdindex/pkg-descr @@ -0,0 +1,14 @@ +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 new file mode 100644 index 000000000000..c3c421ecb8c1 --- /dev/null +++ b/audio/cdindex/pkg-plist @@ -0,0 +1 @@ +bin/cdindex |