aboutsummaryrefslogtreecommitdiff
path: root/audio/libaudiofile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-12-23 19:08:50 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-12-23 19:08:50 +0000
commit6dc079ed46dcb62e24ae477e343c5099c689463a (patch)
tree6a4a9f0952f3c69f489a56c13c54037df58b979f /audio/libaudiofile
parent71b7c4c1924b08a5897a4637cb6981721c6f2d81 (diff)
downloadports-6dc079ed46dcb62e24ae477e343c5099c689463a.tar.gz
ports-6dc079ed46dcb62e24ae477e343c5099c689463a.zip
libaudiofile is the library for SGI audio file.
Notes
Notes: svn path=/head/; revision=15537
Diffstat (limited to 'audio/libaudiofile')
-rw-r--r--audio/libaudiofile/Makefile22
-rw-r--r--audio/libaudiofile/distinfo1
-rw-r--r--audio/libaudiofile/pkg-comment1
-rw-r--r--audio/libaudiofile/pkg-descr16
-rw-r--r--audio/libaudiofile/pkg-plist12
5 files changed, 52 insertions, 0 deletions
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile
new file mode 100644
index 000000000000..b14edb30f2b5
--- /dev/null
+++ b/audio/libaudiofile/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: libaudiofile
+# Version required: 0.1.5
+# Date created: 22 Dec 1998
+# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
+#
+# $Id$
+#
+
+DISTNAME= libaudiofile-0.1.5
+CATEGORIES= audio
+MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
+ ftp://ftp.gnome.org/pub/GNOME/sources/ \
+ ftp://ftp.68k.org/pub/michael/
+
+MAINTAINER= vanilla@FreeBSD.ORG
+
+GNU_CONFIGURE= yes
+
+post-install:
+ @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+
+.include <bsd.port.mk>
diff --git a/audio/libaudiofile/distinfo b/audio/libaudiofile/distinfo
new file mode 100644
index 000000000000..85b11de7d87c
--- /dev/null
+++ b/audio/libaudiofile/distinfo
@@ -0,0 +1 @@
+MD5 (libaudiofile-0.1.5.tar.gz) = 9eaf6631b47750c2c9cdedaa8da5546c
diff --git a/audio/libaudiofile/pkg-comment b/audio/libaudiofile/pkg-comment
new file mode 100644
index 000000000000..340c9fb12ea8
--- /dev/null
+++ b/audio/libaudiofile/pkg-comment
@@ -0,0 +1 @@
+a sound library for SGI audio file.
diff --git a/audio/libaudiofile/pkg-descr b/audio/libaudiofile/pkg-descr
new file mode 100644
index 000000000000..ed1a18ec5bc7
--- /dev/null
+++ b/audio/libaudiofile/pkg-descr
@@ -0,0 +1,16 @@
+This Audio File Library is an implementation of the SGI Audio File
+library. Since the latter is specified ambiguously in places, I've
+taken some liberties in interpreting certain such ambiguities. At the
+present, not all features of the SGI Audio File library are
+implemented. I feel, though, that this implementation of the Audio
+File Library offers enough functionality to be useful for general
+tasks.
+
+This library allows the processing of audio data to and from audio
+files of many common formats (currently AIFF, AIFC, WAVE, and
+NeXT/Sun).
+
+http://www.68k.org./~michael/audiofile/
+
+-Vanilla
+vanilla@FreeBSD.ORG
diff --git a/audio/libaudiofile/pkg-plist b/audio/libaudiofile/pkg-plist
new file mode 100644
index 000000000000..6c86b79e6f89
--- /dev/null
+++ b/audio/libaudiofile/pkg-plist
@@ -0,0 +1,12 @@
+bin/audiofile-config
+bin/sfconvert
+bin/sfinfo
+include/audiofile.h
+include/aupvlist.h
+lib/libaudiofile.a
+lib/libaudiofile.la
+lib/libaudiofile.so
+lib/libaudiofile.so.0
+@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
+@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
+share/aclocal/audiofile.m4