summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1999-06-01 10:46:58 +0000
committerThomas Gellekum <tg@FreeBSD.org>1999-06-01 10:46:58 +0000
commit3df2ab3da73d67529a326763df7832ad2982d80f (patch)
treebf35bcb66ef65f7e06fdfab147f66e5dd66542c6 /audio
parent1) Fix handling of comments in rgb.txt (diff)
New port libcdaudio, a library to control the CD-ROM
when playing audio CDs.
Notes
Notes: svn path=/head/; revision=19158
Diffstat (limited to 'audio')
-rw-r--r--audio/libcdaudio/Makefile23
-rw-r--r--audio/libcdaudio/distinfo1
-rw-r--r--audio/libcdaudio/pkg-comment1
-rw-r--r--audio/libcdaudio/pkg-descr23
-rw-r--r--audio/libcdaudio/pkg-plist5
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