aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mp3c
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-02-17 10:12:17 +0800
committeredwin <edwin@FreeBSD.org>2003-02-17 10:12:17 +0800
commitc02a1bbadfa18a83fc71cb36c893d73c7ac81607 (patch)
treefd396a8325769f9eb53d8ccb105c45612f18cda9 /audio/mp3c
parent640cb5b2b8e1f4b9c150eb7f7e1378fbb55ada9b (diff)
downloadfreebsd-ports-gnome-c02a1bbadfa18a83fc71cb36c893d73c7ac81607.tar.gz
freebsd-ports-gnome-c02a1bbadfa18a83fc71cb36c893d73c7ac81607.tar.zst
freebsd-ports-gnome-c02a1bbadfa18a83fc71cb36c893d73c7ac81607.zip
Fixed illegal fetchcommand.
Noticed by: kris@
Diffstat (limited to 'audio/mp3c')
-rw-r--r--audio/mp3c/Makefile36
-rw-r--r--audio/mp3c/distinfo1
2 files changed, 20 insertions, 17 deletions
diff --git a/audio/mp3c/Makefile b/audio/mp3c/Makefile
index a497fcb39583..dbfd80b33661 100644
--- a/audio/mp3c/Makefile
+++ b/audio/mp3c/Makefile
@@ -1,29 +1,31 @@
-# New ports collection makefile for: oneko
-# Date created: 5 December 1994
-# Whom: asami
+# New ports collection makefile for: oneko
+# Date created: 5 December 1994
+# Whom: asami
#
# $FreeBSD$
#
-PORTNAME= mp3c
-PORTVERSION= 0.27
-CATEGORIES= audio
-MASTER_SITES= ftp://excelsior.kullen.rwth-aachen.de/pub/linux/wspse/
+PORTNAME= mp3c
+PORTVERSION= 0.27
+CATEGORIES= audio
+MASTER_SITES= ftp://excelsior.kullen.rwth-aachen.de/pub/linux/wspse/:src \
+ http://www.cobweb.nl/wiebel/:script
+DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:src \
+ cdrip.sh:script
-MAINTAINER= wiebel@FreeBSD.nl
+MAINTAINER= wiebel@FreeBSD.nl
-RUN_DEPENDS= dagrab:${PORTSDIR}/audio/dagrab \
- gogo:${PORTSDIR}/audio/gogo \
- id3tool:${PORTSDIR}/audio/id3tool
+RUN_DEPENDS= dagrab:${PORTSDIR}/audio/dagrab \
+ gogo:${PORTSDIR}/audio/gogo \
+ id3tool:${PORTSDIR}/audio/id3tool
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS="--prefix=${PREFIX}"
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= "--prefix=${PREFIX}"
-MAN1= mp3c.1
-MANCOMPRESSED= no
+MAN1= mp3c.1
+MANCOMPRESSED= no
post-install:
- ${FETCH_CMD} -o ${LOCALBASE}/bin/cdrip.sh http://www.cobweb.nl/wiebel/cdrip.sh
- ${CHMOD} +x ${LOCALBASE}/bin/cdrip.sh
+ ${INSTALL_SCRIPT} ${DISTDIR}/cdrip.sh ${LOCALBASE}/bin
.include <bsd.port.mk>
diff --git a/audio/mp3c/distinfo b/audio/mp3c/distinfo
index 774230f00a01..60fc63c37356 100644
--- a/audio/mp3c/distinfo
+++ b/audio/mp3c/distinfo
@@ -1 +1,2 @@
MD5 (mp3c-0.27.tar.gz) = 6afabf4c266effa498cd0bd7d25063c9
+MD5 (cdrip.sh) = f124ab1fbf4a6714457f9b238e80945e
ass='commitgraph'>* - Update to 0.07.flz2005-11-303-5/+4 * - Update to 0.19.flz2005-11-292-3/+4 * The Ruby contrib directory hasn't existed for some time; mirror thefenner2005-11-281-2/+2 * - Add SHA256pav2005-11-271-0/+1 * big whitespace cleanup (see ports/65409)edwin2005-11-251-1/+1 * - Upgrade to 1.02.kuriyama2005-11-244-6/+8 * - Remove checksum for nonexistant filepav2005-11-241-1/+2 * - Add SHA256pav2005-11-2419-1/+20 * - Add SHA256 checksumspav2005-11-243-0/+4 * - Add some SHA256spav2005-11-241-0/+1 * Bump PORTVERSION.ale2005-11-152-7/+7 * Unbreak and take maintainership.ale2005-11-155-47/+36 * Update to 2.09. Change maintainer to perl@. Remove copyright noticetobez2005-11-153-12/+8 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-156-6/+6 * BROKEN: Size mismatchkris2005-11-151-0/+2 * - Bump PORTEPOCH for ruby ports that gets PORTVERSION from bsd.ruby.mksem2005-11-151-0/+1 * Take a perl@ hat and add SHA256 checksumsmat2005-11-142-0/+2 * Reset maintainer:edwin2005-11-142-2/+2 * With portmgr hat on, reset maintainership of knu's ports since he haslinimon2005-11-113-3/+3 * - Switch mastersite to new projectsitemarkus2005-11-103-2/+4 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1 * Add p5-Unicode-RecursiveDowngrade 0.02, perl extension to turn off UTF-8kuriyama2005-11-045-0/+32 * Update to 0.61skv2005-11-032-3/+3 * - Upgrade to 1.00.kuriyama2005-10-296-12/+38 * Fix pkg-plist on 4-stable.nork2005-10-292-2/+3 * Reset maintainer, does not respond to mails for 19 days. Since a fewehaupt2005-10-291-1/+1 * Update to 0.60skv2005-10-282-3/+3 * Add p5-MIME-Base32 1.01, is a base32 encoder/decoder.nork2005-10-225-0/+44 * Fix PREFIX compliance.bland2005-10-211-8/+7 * Update to 1.3.4mnag2005-10-202-3/+3 * Remove expired port: no longer available from author's sitevs2005-10-1815-353/+0 * Change post-install to do-install to avoid installing the binary twice,kris2005-10-161-1/+1 * Update to version 1.04.demon2005-10-102-4/+4 * Chase updated mastersite.linimon2005-10-091-1/+1 * Remove obsolete mastersites.linimon2005-10-071-2/+0 * Update to 1.2.0arved2005-09-263-6/+6 * search.cpan.org redirect reduction canonicalization project, pass 3:fenner2005-09-231-1/+1 * search.cpan.org redirect reduction canonicalization project, pass 2:fenner2005-09-221-1/+1 * search.cpan.org redirect reduction canonicalization project, pass 1:fenner2005-09-223-3/+3 * Reset maintainership of Seamus Venasse who has not responded for some time.erwin2005-09-202-2/+2 * Remove obsolete mastersite.linimon2005-09-171-2/+1 * . Update to 1.0.14.glewis2005-09-132-3/+3 * - Readd PORTREVISION, I removed this planning on updating to 0.10.5ahze2005-09-121-0/+1 * - User newer libtool15 instead of libtool13ahze2005-09-123-13/+2 * Add p5-Convert-IBM390 0.20, functions for manipulating mainframe data.garga2005-09-035-0/+56 * Add p5- $PKGNAMEPREFIX.kuriyama2005-09-012-0/+4 * Fix incorrect plist (only broken on 4.x).kuriyama2005-09-012-2/+2 * Add p5-JSON 0.99, perl extension to convert to JSON (JavaScript Objectkuriyama2005-08-289-0/+73 * Issue a one-month stay of execution for these ports so I can send outkris2005-07-301-1/+1 * Add p5-Encode 2.10, provides interfaces between strings and the rest ofgarga2005-07-284-0/+107 * Unbreak conditionalized Jcode.pm path.kuriyama2005-07-261-2/+10 * Correct quoting of DEPRECATED variablekris2005-07-231-1/+1 * Update my email address.vsevolod2005-07-221-1/+1 * HTML to XHTML converter written in perl.garga2005-07-194-0/+33 * With portmgr hat on, reset eik's ports since he has been inactive forlinimon2005-07-181-1/+1 * Update to 0.59skv2005-06-162-3/+3 * * reflect renaming on CPAN File-Spec to PathToolsskv2005-06-121-1/+0 * - Use MAKE_ARGSvs2005-06-063-13/+3 * Use MAKE_ARGS instead of patchvs2005-06-062-12/+1 * - Update to 1.3.3sem2005-06-062-5/+5 * Mark these ports DEPRECATED due to being unmaintained and one or morelawrance2005-05-311-0/+3 * ical2html takes an iCalendar file and outputs an HTML file showing onesumikawa2005-04-157-0/+58 * At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-125-5/+5 * Assist getting more ports working on AMD64 by obeying theobrien2005-04-115-5/+5 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1 * - add RUN_DEPENDS=BUILD_DEPENDSleeym2005-03-102-0/+3 * - Update WWW: lineahze2005-03-092-2/+3 * Add WWW: http://www.gnu.org/software/libiconv/ to pkg-descrahze2005-03-091-0/+2 * - Update to 0.9.7ahze2005-03-092-3/+3 * 1. Update to 0.07.tobez2005-03-052-4/+4 * Update to 1.05.1mat2005-03-042-3/+4 * Update to 0.04lth2005-02-253-7/+10 * Update to 2.01vs2005-02-233-5/+9 * Update to 0.58skv2005-02-222-3/+3 * - Change to new master siteclsung2005-02-221-1/+1 * - change to new master siteclsung2005-02-221-1/+1 * Readd MASTER_SITES since it's available again.krion2005-02-201-1/+1 * Remove more copies of Tcl's SunOS shared library hack.das2005-02-201-0/+17 * danfe.net discontinued iconv-2.0 sources mirroring. Mirror them locallybland2005-02-193-3/+6 * - Update to 0.9.6pav2005-02-147-78/+157 * - Update MASTER_SITES, WWWpav2005-02-142-2/+2 * Update to 0.57skv2005-01-272-3/+3 * Fix plist.krion2005-01-151-997/+999 * Update to 1.04mat2004-12-292-3/+12 * Add p5-Text-Unicode, a perl module to transliterate Unicode text.tobez2004-12-155-0/+228 * With portmgr hat on, reset maintainership of committer who has beenlinimon2004-12-051-1/+1 * Add convmv.pav2004-10-285-0/+64 * Clean up time for email addresses MIA!edwin2004-10-251-1/+1 * Upgrade to 0.5.3.thierry2004-10-162-4/+3 * Update to 3.05mat2004-10-142-3/+3 * - unbreak on 5.xleeym2004-10-131-8/+6 * Updated to 0.56skv2004-10-122-3/+3 * Update to version 1.0krion2004-10-125-100/+13 * - Update to 2.0pav2004-10-124-25/+24 * BROKEN on 5.x: Does not compilekris2004-09-291-1/+7 * add missing manpage to MAN3 listmharo2004-09-071-8/+6 * Update to 3.03.mbr2004-08-252-3/+3 * Updated to 0.55skv2004-08-252-3/+3 * Update to 1.1.1.perky2004-08-202-3/+3 * Change MAINTAINER to perl@.nork2004-08-131-1/+1 * - Update to 1.2.3.1 [1]vs2004-08-133-13/+6 * Update to 1.1perky2004-08-073-56/+56 * Updated to 0.54skv2004-07-302-3/+3 * Add knob WITH_EXTRA_PATCHES which brings in:bland2004-07-272-0/+10 * Update to version 1.4krion2004-07-264-24/+12 * Add a new shared extension for PHP.ale2004-07-193-0/+29 * Add a new shared extension for PHP.ale2004-07-192-0/+15 * Add a new shared extension for PHP.ale2004-07-191-0/+1 * Add a new shared extension for PHP.ale2004-07-192-0/+15 * Add a new shared extension for PHP.ale2004-07-193-0/+29 * Add a new shared extension for PHP.ale2004-07-191-0/+1 * Add pecl-fribidi 1.0, a PECL extension for the unicode Bidi algorithm.ale2004-07-194-0/+36 * Updated to 1.4skv2004-07-193-3/+38 * Back out prev. commit. Too many ports depends on it and IGNOREache2004-07-161-7/+1 * Don't install this port, if ${PERL_LEVEL} >= 500804ache2004-07-161-1/+7 * Only perl 5.8.4 have Base64 3.01, use 500804 as PERL_LEVELache2004-07-151-1/+1 * Add including pre/post.mk, missing in prev. commitache2004-07-151-1/+3 * Do not install p5-MIME-Base64 for newer perlsache2004-07-151-0/+3 * Update to 1.03. Assign maintainership to perl@.tobez2004-07-143-19/+4 * Update to 1.9.2bland2004-07-10