diff options
author | Patrick S. Gardella <patrick@FreeBSD.org> | 2002-03-20 19:29:01 +0000 |
---|---|---|
committer | Patrick S. Gardella <patrick@FreeBSD.org> | 2002-03-20 19:29:01 +0000 |
commit | cd6d2fa7f5ee008663b2842271eec696baea9487 (patch) | |
tree | e016501599e1ae790568663a81dd04ed3ccdf5a1 /audio | |
parent | 606ffd3a5d691fdc5b69ba99702664928b6879e7 (diff) | |
download | ports-cd6d2fa7f5ee008663b2842271eec696baea9487.tar.gz ports-cd6d2fa7f5ee008663b2842271eec696baea9487.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/ample/Makefile | 19 | ||||
-rw-r--r-- | audio/ample/distinfo | 1 | ||||
-rw-r--r-- | audio/ample/pkg-comment | 1 | ||||
-rw-r--r-- | audio/ample/pkg-descr | 8 | ||||
-rw-r--r-- | audio/ample/pkg-plist | 4 |
6 files changed, 34 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index e803ead2b230..f69ffb08d88c 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -8,6 +8,7 @@ SUBDIR += agbrowser SUBDIR += agsatellite SUBDIR += amp + SUBDIR += ample SUBDIR += ascd SUBDIR += aumix SUBDIR += aureal-kmod diff --git a/audio/ample/Makefile b/audio/ample/Makefile new file mode 100644 index 000000000000..6f5544a72fbc --- /dev/null +++ b/audio/ample/Makefile @@ -0,0 +1,19 @@ +# ex:ts=8 +# New ports collection makefile for: ample +# Date created: March 21, 2002 +# Whom: patrick +# +# $FreeBSD$ +# + +PORTNAME= ample +PORTVERSION= 0.5.4 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= patrick@FreeBSD.org + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/audio/ample/distinfo b/audio/ample/distinfo new file mode 100644 index 000000000000..cac92d3d3616 --- /dev/null +++ b/audio/ample/distinfo @@ -0,0 +1 @@ +MD5 (ample-0.5.4.tar.gz) = c9bddd17bfb5ecb502801485dfa9dbe0 diff --git a/audio/ample/pkg-comment b/audio/ample/pkg-comment new file mode 100644 index 000000000000..fe1b5904e8db --- /dev/null +++ b/audio/ample/pkg-comment @@ -0,0 +1 @@ +Allows you to listen to your own MP3's away from home diff --git a/audio/ample/pkg-descr b/audio/ample/pkg-descr new file mode 100644 index 000000000000..d301b71f0c8c --- /dev/null +++ b/audio/ample/pkg-descr @@ -0,0 +1,8 @@ +AMPLE is short for "A MP3 LEnder" + +So what's good with AMPLE? + +Small, standalone (written in C using no external libraries) + +Allows you to listen to your own MP3's away from home, +nothing more, nothing less diff --git a/audio/ample/pkg-plist b/audio/ample/pkg-plist new file mode 100644 index 000000000000..6ffcaa6cfbb1 --- /dev/null +++ b/audio/ample/pkg-plist @@ -0,0 +1,4 @@ +bin/ample +man/man1/ample.1 +man/man5/ample.conf.5 +man/man5/ample.html.5 |