diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-29 12:16:53 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-29 12:16:53 +0000 |
commit | 8a694df80e75e99ea572b3ccbb523df77f4ba77e (patch) | |
tree | 22f7182e52a1ccb8ce620b9a286cce1e16ab2f05 /audio/xmpeg3 | |
parent | 450c68735deaade75f37cf85cdb995f0f0f393b4 (diff) |
Notes
Diffstat (limited to 'audio/xmpeg3')
-rw-r--r-- | audio/xmpeg3/Makefile | 25 | ||||
-rw-r--r-- | audio/xmpeg3/distinfo | 1 | ||||
-rw-r--r-- | audio/xmpeg3/files/patch-aa | 7 | ||||
-rw-r--r-- | audio/xmpeg3/pkg-comment | 1 | ||||
-rw-r--r-- | audio/xmpeg3/pkg-descr | 2 | ||||
-rw-r--r-- | audio/xmpeg3/pkg-plist | 1 |
6 files changed, 37 insertions, 0 deletions
diff --git a/audio/xmpeg3/Makefile b/audio/xmpeg3/Makefile new file mode 100644 index 000000000000..650137e30748 --- /dev/null +++ b/audio/xmpeg3/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: xmpeg3 +# Version required: 1.0 +# Date created: 7 July 1997 +# Whom: doconnor@ist.flinders.edu.au +# +# $Id$ +# + +DISTNAME= xmp3_1.0.0 +PKGNAME= xmpeg3-1.0 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.rasip.fer.hr/pub/mpeg/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ports@FreeBSD.ORG + +RUN_DEPENDS= amp:${PORTSDIR}/audio/amp \ + wish4.2:${PORTSDIR}/x11/tk42 + +WRKSRC= ${WRKDIR}/xmpeg3 + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/xmpeg3 ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/audio/xmpeg3/distinfo b/audio/xmpeg3/distinfo new file mode 100644 index 000000000000..8945f63288c8 --- /dev/null +++ b/audio/xmpeg3/distinfo @@ -0,0 +1 @@ +MD5 (xmp3_1.0.0.tgz) = b8c9738a33f0b6e2a4e7f1f5649c54ef diff --git a/audio/xmpeg3/files/patch-aa b/audio/xmpeg3/files/patch-aa new file mode 100644 index 000000000000..11c06218da71 --- /dev/null +++ b/audio/xmpeg3/files/patch-aa @@ -0,0 +1,7 @@ +--- xmpeg3.orig Tue Jul 8 14:16:40 1997 ++++ xmpeg3 Tue Jul 8 14:16:53 1997 +@@ -1,3 +1,4 @@ ++#!/usr/local/bin/wish + ############################################################################# + # Visual Tcl v1.07 Project + # diff --git a/audio/xmpeg3/pkg-comment b/audio/xmpeg3/pkg-comment new file mode 100644 index 000000000000..aaca6b190860 --- /dev/null +++ b/audio/xmpeg3/pkg-comment @@ -0,0 +1 @@ +Simple TCL interface to the Amp Mpeg-3 player diff --git a/audio/xmpeg3/pkg-descr b/audio/xmpeg3/pkg-descr new file mode 100644 index 000000000000..b623fb5af14b --- /dev/null +++ b/audio/xmpeg3/pkg-descr @@ -0,0 +1,2 @@ +This is a small TCL interface for the Amp mpeg layer 3 player, it allows you +to keep track lists and do random play etc.. diff --git a/audio/xmpeg3/pkg-plist b/audio/xmpeg3/pkg-plist new file mode 100644 index 000000000000..711a98d8dc22 --- /dev/null +++ b/audio/xmpeg3/pkg-plist @@ -0,0 +1 @@ +bin/xmpeg3 |