View | Details | Raw Unified | Return to bug 234428
Collapse All | Expand All

(-)ports/MOVED (-1 lines)
Lines 10227-10233 Link Here
10227
audio/jxm||2018-06-07|Has expired: Depends on BROKEN and expiring comms/java-commapi
10227
audio/jxm||2018-06-07|Has expired: Depends on BROKEN and expiring comms/java-commapi
10228
audio/deforaos-mixer||2018-06-07|Has expired: Broken for more than 6 months
10228
audio/deforaos-mixer||2018-06-07|Has expired: Broken for more than 6 months
10229
audio/gkrellmss2||2018-06-07|Has expired: Broken for more than 6 months
10229
audio/gkrellmss2||2018-06-07|Has expired: Broken for more than 6 months
10230
audio/ogg2mp3||2018-06-07|Has expired: Broken for more than 6 months
10231
audio/abcmidi||2018-06-07|Has expired: Broken for more than 6 months
10230
audio/abcmidi||2018-06-07|Has expired: Broken for more than 6 months
10232
benchmarks/netpipe||2018-06-07|Has expired: Broken for more than 6 months
10231
benchmarks/netpipe||2018-06-07|Has expired: Broken for more than 6 months
10233
biology/plink||2018-06-07|Has expired: Broken for more than 6 months
10232
biology/plink||2018-06-07|Has expired: Broken for more than 6 months
(-)ports/audio/ogg2mp3/Makefile (-9 / +11 lines)
Lines 1-29 Link Here
1
# Created by: Aleksander Fafula <alex@bsdguru.org>
1
# Created by: Aleksander Fafula <alex@bsdguru.org>
2
# $FreeBSD: head/audio/ogg2mp3/Makefile 469100 2018-05-05 10:49:36Z antoine $
2
# $FreeBSD$
3
3
4
PORTNAME=	ogg2mp3
4
PORTNAME=	ogg2mp3
5
PORTVERSION=	0.6.1
5
PORTVERSION=	0.6.1
6
PORTREVISION?=	2
6
PORTREVISION?=	3
7
CATEGORIES=	audio
7
CATEGORIES=	audio
8
MASTER_SITES=	http://atarininja.org/distfiles/
9
8
10
MAINTAINER=	tobias.rehbein@web.de
9
MAINTAINER=	tobias.rehbein@web.de
11
COMMENT=	Perl script that converts Ogg Vorbis files to MP3 format
10
COMMENT=	Perl script that converts Ogg Vorbis files to MP3 format
12
11
13
BROKEN=		No public distfiles
14
DEPRECATED=	Broken for more than 6 months
15
EXPIRATION_DATE=	2018-06-06
16
17
LICENSE=	GPLv2
12
LICENSE=	GPLv2
18
13
19
RUN_DEPENDS=	lame:audio/lame \
14
RUN_DEPENDS=	lame:audio/lame \
20
		p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote \
15
		p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote \
21
		ogginfo:audio/vorbis-tools
16
		ogginfo:audio/vorbis-tools
22
17
23
NO_BUILD=	yes
18
USES=		perl5 shebangfix tar:tgz
24
USES=		perl5 tar:bzip2
25
19
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	fithp
22
GH_TAGNAME=	f3bee47c3bce01a33b5bce88fa70bd9ecadca0ad
23
26
PLIST_FILES=	bin/ogg2mp3
24
PLIST_FILES=	bin/ogg2mp3
25
SHEBANG_FILES=	ogg2mp3
26
27
NO_BUILD=	yes
28
NO_ARCH=	yes
27
29
28
post-patch:
30
post-patch:
29
	@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/ogg2mp3
31
	@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/ogg2mp3
(-)ports/audio/ogg2mp3/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (ogg2mp3-0.6.1.tar.bz2) = 4f6ffeed81a36bf1b6715ce0213a57fa3e7e1f40f80f382e663060645400d84e
1
TIMESTAMP = 1545856210
2
SIZE (ogg2mp3-0.6.1.tar.bz2) = 12424
2
SHA256 (fithp-ogg2mp3-0.6.1-f3bee47c3bce01a33b5bce88fa70bd9ecadca0ad_GH0.tar.gz) = d43e9e3854db5a7fa9f3bbf40198dca95f2ed429e100ad361447df8c8e1bb078
3
SIZE (fithp-ogg2mp3-0.6.1-f3bee47c3bce01a33b5bce88fa70bd9ecadca0ad_GH0.tar.gz) = 13257
(-)ports/audio/ogg2mp3/files/patch-ogg2mp3 (-7 / +1 lines)
Lines 1-12 Link Here
1
--- ogg2mp3.orig	2009-08-28 00:49:03 UTC
1
--- ogg2mp3.orig	2009-08-28 00:49:03 UTC
2
+++ ogg2mp3
2
+++ ogg2mp3
3
@@ -1,4 +1,4 @@
3
@@ -50,10 +50,10 @@ print "    Maintainership assumed by James Ausmus\n";
4
-#!/usr/bin/perl
5
+#!%%LOCALBASE%%/bin/perl
6
 
7
 # ogg2mp3
8
 # Maintained by: James Ausmus <james.ausmus.code@gmail.com>
9
@@ -50,10 +50,10 @@ print "    Maintainership assumed by Jam
10
 print "  This code is released under the General Public License v2.\n";
4
 print "  This code is released under the General Public License v2.\n";
11
 print " ------------------------------------------------------------------- \n\n";
5
 print " ------------------------------------------------------------------- \n\n";
12
 
6
 
(-)ports/audio/ogg2mp3/pkg-descr (-1 / +1 lines)
Lines 1-3 Link Here
1
ogg2mp3 is a perl script that converts Ogg Vorbis files into MP3 format.
1
ogg2mp3 is a perl script that converts Ogg Vorbis files into MP3 format.
2
2
3
WWW: http://gitorious.org/ogg2mp3/pages/Home
3
WWW: https://github.com/fithp/ogg2mp3

Return to bug 234428