pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/distmp3 Initial import of distmp3 0.1.9 into pkg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d6257c64536
branches:  trunk
changeset: 488955:9d6257c64536
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Feb 13 11:55:56 2005 +0000

description:
Initial import of distmp3 0.1.9 into pkgsrc.

distmp3 is a client and a daemon (both written in perl) for distributed
mp3-encoding across multiple hosts on a network.

distmp3 can be used standalone or by a front-end CD ripper such as
audio/abcde.

diffstat:

 audio/distmp3/DESCR    |   5 +++++
 audio/distmp3/MESSAGE  |  11 +++++++++++
 audio/distmp3/Makefile |  44 ++++++++++++++++++++++++++++++++++++++++++++
 audio/distmp3/PLIST    |   7 +++++++
 audio/distmp3/distinfo |   4 ++++
 5 files changed, 71 insertions(+), 0 deletions(-)

diffs (91 lines):

diff -r 6c7fad88ec48 -r 9d6257c64536 audio/distmp3/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/distmp3/DESCR       Sun Feb 13 11:55:56 2005 +0000
@@ -0,0 +1,5 @@
+distmp3 is a client and a daemon (both written in perl) for distributed
+mp3-encoding across multiple hosts on a network.
+
+distmp3 can be used standalone or by a front-end CD ripper such as
+audio/abcde.
diff -r 6c7fad88ec48 -r 9d6257c64536 audio/distmp3/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/distmp3/MESSAGE     Sun Feb 13 11:55:56 2005 +0000
@@ -0,0 +1,11 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2005/02/13 11:55:56 grant Exp $
+
+You will need edit the distmp3 configuration file
+
+       ${PKG_SYSCONFDIR}/distmp3.conf
+
+to define at least SERVER_PROGRAM for your choice of encoder on the
+encoding hosts.
+
+===========================================================================
diff -r 6c7fad88ec48 -r 9d6257c64536 audio/distmp3/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/distmp3/Makefile    Sun Feb 13 11:55:56 2005 +0000
@@ -0,0 +1,44 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/02/13 11:55:56 grant Exp $
+#
+
+DISTNAME=              distmp3-0.1.9
+CATEGORIES=            audio
+MASTER_SITES=          http://distro.ibiblio.org/pub/linux/distributions/sorcerer/sources/distmp3/0.1.9/
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            grant%NetBSD.org@localhost
+COMMENT=               Distributed mp3 encoding across multiple hosts
+
+USE_BUILDLINK3=                yes
+USE_LANGUAGES=         # empty
+USE_PERL5=             # defined
+USE_PKGINSTALL=                yes
+NO_BUILD=              # defined
+
+EGDIR=                 ${PREFIX}/share/examples/distmp3
+CONF_FILES=            ${EGDIR}/distmp3.conf ${PKG_SYSCONFDIR}/distmp3.conf
+REPLACE_PERL=          distmp3 distmp3host
+
+SUBST_CLASSES+=                paths
+SUBST_MESSAGE.paths=   "Fixing configuration file path."
+SUBST_STAGE.paths=     post-configure
+SUBST_FILES.paths=     distmp3 distmp3.1 distmp3host distmp3host.1
+SUBST_SED.paths=       -e 's,/etc/distmp3,${PKG_SYSCONFDIR},'
+
+SUBST_CLASSES+=                config
+SUBST_MESSAGE.config=  "Fixing configuration file parameters."
+SUBST_STAGE.config=    post-configure
+SUBST_FILES.config=    distmp3.conf
+SUBST_SED.config+=     -e 's,^SERVER_PROGRAM,; SERVER_PROGRAM,'
+SUBST_SED.config+=     -e 's,/usr/local,${PREFIX},'
+
+#HOMEPAGE=
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/distmp3 ${PREFIX}/bin
+       ${INSTALL_SCRIPT} ${WRKSRC}/distmp3host ${PREFIX}/bin
+       ${INSTALL_MAN} ${WRKSRC}/distmp3.1 ${PREFIX}/man/man1
+       ${INSTALL_MAN} ${WRKSRC}/distmp3host.1 ${PREFIX}/man/man1
+       ${INSTALL_DATA_DIR} ${EGDIR}
+       ${INSTALL_DATA} ${WRKSRC}/distmp3.conf ${EGDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff -r 6c7fad88ec48 -r 9d6257c64536 audio/distmp3/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/distmp3/PLIST       Sun Feb 13 11:55:56 2005 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/13 11:55:56 grant Exp $
+bin/distmp3
+bin/distmp3host
+man/man1/distmp3.1
+man/man1/distmp3host.1
+share/examples/distmp3/distmp3.conf
+@dirrm share/examples/distmp3
diff -r 6c7fad88ec48 -r 9d6257c64536 audio/distmp3/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/distmp3/distinfo    Sun Feb 13 11:55:56 2005 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/02/13 11:55:56 grant Exp $
+
+SHA1 (distmp3-0.1.9.tar.bz2) = 009b6131a13213ca08bc860027340cc640535a76
+Size (distmp3-0.1.9.tar.bz2) = 12133 bytes



Home | Main Index | Thread Index | Old Index