aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libaudiofile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-12-24 03:08:50 +0800
committervanilla <vanilla@FreeBSD.org>1998-12-24 03:08:50 +0800
commit89ab5925d9c1f56f39da6b3018c43eef4b5d2a89 (patch)
treeef06c8e2e46aa2ce564cd4c54979a6506d659a00 /audio/libaudiofile
parent37b5d0d3ed81d8a8bdba8c56f6aa65708f78fc24 (diff)
downloadfreebsd-ports-gnome-89ab5925d9c1f56f39da6b3018c43eef4b5d2a89.tar.gz
freebsd-ports-gnome-89ab5925d9c1f56f39da6b3018c43eef4b5d2a89.tar.zst
freebsd-ports-gnome-89ab5925d9c1f56f39da6b3018c43eef4b5d2a89.zip
libaudiofile is the library for SGI audio file.
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