diff options
author | tg <tg@FreeBSD.org> | 1999-06-01 18:46:58 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-06-01 18:46:58 +0800 |
commit | 42885f2e1365b35b7fd36cb177736f799388e509 (patch) | |
tree | 7a1f838261a288d2fb3b7a6f8b1729a0c1946f80 | |
parent | ff760cbdd7d5dab3feeccbf86f43df486279a954 (diff) | |
download | freebsd-ports-gnome-42885f2e1365b35b7fd36cb177736f799388e509.tar.gz freebsd-ports-gnome-42885f2e1365b35b7fd36cb177736f799388e509.tar.zst freebsd-ports-gnome-42885f2e1365b35b7fd36cb177736f799388e509.zip |
New port libcdaudio, a library to control the CD-ROM
when playing audio CDs.
-rw-r--r-- | audio/libcdaudio/Makefile | 23 | ||||
-rw-r--r-- | audio/libcdaudio/distinfo | 1 | ||||
-rw-r--r-- | audio/libcdaudio/pkg-comment | 1 | ||||
-rw-r--r-- | audio/libcdaudio/pkg-descr | 23 | ||||
-rw-r--r-- | audio/libcdaudio/pkg-plist | 5 |
5 files changed, 53 insertions, 0 deletions
diff --git a/audio/libcdaudio/Makefile b/audio/libcdaudio/Makefile new file mode 100644 index 000000000000..1d688e123c9b --- /dev/null +++ b/audio/libcdaudio/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: libcdaudio +# Version required: 0.7.0 +# Date created: 01 June 1999 +# Whom: Thomas Gellekum <tg@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= libcdaudio_0.7.0 +PKGNAME= libcdaudio-0.7.0 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.debian.org/pub/debian/dists/potato/main/source/libs/ +EXTRACT_SUFX= .orig.tar.gz + +MAINTAINER= ports@FreeBSD.ORG + +WRKSRC= ${WRKDIR}/${PKGNAME} +GNU_CONFIGURE= yes + +post-install: + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + +.include <bsd.port.mk> diff --git a/audio/libcdaudio/distinfo b/audio/libcdaudio/distinfo new file mode 100644 index 000000000000..b284e9e6c87c --- /dev/null +++ b/audio/libcdaudio/distinfo @@ -0,0 +1 @@ +MD5 (libcdaudio_0.7.0.orig.tar.gz) = 5625a7dbb4cff1da545a2319775af8ec diff --git a/audio/libcdaudio/pkg-comment b/audio/libcdaudio/pkg-comment new file mode 100644 index 000000000000..162dee0154eb --- /dev/null +++ b/audio/libcdaudio/pkg-comment @@ -0,0 +1 @@ +A library for playing audio CDs. diff --git a/audio/libcdaudio/pkg-descr b/audio/libcdaudio/pkg-descr new file mode 100644 index 000000000000..6ae53b3ab414 --- /dev/null +++ b/audio/libcdaudio/pkg-descr @@ -0,0 +1,23 @@ +General Information +------------------- + libcdaudio is a library designed to provide functions to control + operation of a CD-ROM when playing audio CDs. + +Thanks +------ + Thanks to: + + Mike Oliphant for parts of the HTTP code. + Ryan Werber for a box to test the CD-ROM changer code on. + +Bugs +---- + All bugs reports should be sent to libcdaudio@procyon.mesa.k12.co.us. + +A few final words +----------------- + libcdaudio is distributed under the GNU Library General Public License, + included in this package under the top level source directory in the file + LICENSE. + + This package uses the CD Database (CDDB), created by CDDB, Inc. diff --git a/audio/libcdaudio/pkg-plist b/audio/libcdaudio/pkg-plist new file mode 100644 index 000000000000..e9a06dbb254e --- /dev/null +++ b/audio/libcdaudio/pkg-plist @@ -0,0 +1,5 @@ +include/cdaudio.h +lib/libcdaudio.so.1 +lib/libcdaudio.a +lib/libcdaudio.so +lib/libcdaudio.la |