diff options
author | patrick <patrick@FreeBSD.org> | 2002-03-20 19:29:01 +0000 |
---|---|---|
committer | patrick <patrick@FreeBSD.org> | 2002-03-20 19:29:01 +0000 |
commit | 3eca164de240cf4950aaa6582d13d0c206309eac (patch) | |
tree | 3e0d990b053288db4319b88b3c54370bd8c0fc7c /audio/ample | |
parent | f2d95239e0664fb00058f6c78e5a54342aa4e58b (diff) | |
download | FreeBSD-ports-3eca164de240cf4950aaa6582d13d0c206309eac.zip FreeBSD-ports-3eca164de240cf4950aaa6582d13d0c206309eac.tar.gz |
Add a new port for Ample, a personal MP3 player
Diffstat (limited to 'audio/ample')
-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 |
5 files changed, 33 insertions, 0 deletions
diff --git a/audio/ample/Makefile b/audio/ample/Makefile new file mode 100644 index 0000000..6f5544a --- /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 0000000..cac92d3 --- /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 0000000..fe1b590 --- /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 0000000..d301b71 --- /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 0000000..6ffcaa6 --- /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 |