Import of xmpeg3, a tcl frontend to amp (Audio Mpeg Player).

PR:		4055
Submitted by:	Daniel O'Conner <doconner@ist.flinders.edu.au>
This commit is contained in:
Thomas Gellekum 1997-10-29 12:16:53 +00:00
parent 450c68735d
commit 8a694df80e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8391
6 changed files with 37 additions and 0 deletions

25
audio/xmpeg3/Makefile Normal file
View File

@ -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>

1
audio/xmpeg3/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (xmp3_1.0.0.tgz) = b8c9738a33f0b6e2a4e7f1f5649c54ef

View File

@ -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
#

1
audio/xmpeg3/pkg-comment Normal file
View File

@ -0,0 +1 @@
Simple TCL interface to the Amp Mpeg-3 player

2
audio/xmpeg3/pkg-descr Normal file
View File

@ -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..

1
audio/xmpeg3/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/xmpeg3