A Perl frontend to mpg123

PR:		30031
Submitted by:	Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
This commit is contained in:
Ying-Chieh Liao 2001-08-24 18:08:50 +00:00
parent fdd17161b1
commit e55c389437
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46808
7 changed files with 68 additions and 0 deletions

View File

@ -131,6 +131,7 @@
SUBDIR += musicbrainz
SUBDIR += mutemix
SUBDIR += mxv
SUBDIR += mziq
SUBDIR += napster
SUBDIR += nas
SUBDIR += normalize

39
audio/mziq/Makefile Normal file
View File

@ -0,0 +1,39 @@
# New ports collection makefile for: mziq
# Date created: 24 August 2001
# Whom: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= mziq
PORTVERSION= 0.2.44
CATEGORIES= audio
MASTER_SITES= http://cseg.lucidx.com/mziq/
DISTNAME= ${PORTNAME}
MAINTAINER= gslin@ccca.nctu.edu.tw
RUN_DEPENDS= ${LOCALBASE}/bin/mpg123:${PORTSDIR}/audio/mpg123
WRKSRC= ${WRKDIR}/MZiq
BINS= gmziq jukebox mziq
DOCS= LASTLOG README TODO rcfile
NO_BUILD= yes
USE_PERL5= yes
do-install:
.for FILE in ${BINS}
@${INSTALL_SCRIPT} ${WRKSRC}/${FILE} ${PREFIX}/bin
.endfor
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
.for FILE in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

1
audio/mziq/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (mziq.tar.gz) = 9ded5a0e9d94435d4db2f816aa0ee271

View File

@ -0,0 +1,11 @@
--- mziq.orig Sat Aug 25 01:42:16 2001
+++ mziq Sat Aug 25 01:42:33 2001
@@ -52,7 +52,7 @@
#
# This is the only option you really need to modify. It defines the top-level
# directories where the program will search for files.
-@basedir = ("/storage/mp3");
+@basedir = ("$ENV{'HOME'}");
# These options might work for most people.
#

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

@ -0,0 +1 @@
A Perl frontend to mpg123

7
audio/mziq/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
MZiq is a Perl frontend for mpg123. Its main feature is the deployment of
Perl's regular expressions for ease of playlist creation.
WWW: http://cseg.lucidx.com/mziq/
- Gea-Suan Lin
gslin@ccca.nctu.edu.tw

8
audio/mziq/pkg-plist Normal file
View File

@ -0,0 +1,8 @@
bin/gmziq
bin/jukebox
bin/mziq
%%PORTDOCS%%share/doc/mziq/LASTLOG
%%PORTDOCS%%share/doc/mziq/README
%%PORTDOCS%%share/doc/mziq/TODO
%%PORTDOCS%%share/doc/mziq/rcfile
%%PORTDOCS%%@dirrm share/doc/mziq