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

(-)audio/mp3encode/Makefile (-8 / +13 lines)
Lines 1-4 Link Here
1
# New ports collection makefile for: mp3encode
1
# New ports collection makefile for:	mp3encode
2
# Date created:		5th August, 1998
2
# Date created:		5th August, 1998
3
# Whom:			Joel Sutton <jsutton@bbcon.com.au>
3
# Whom:			Joel Sutton <jsutton@bbcon.com.au>
4
#
4
#
Lines 7-26 Link Here
7
7
8
PORTNAME=	mp3encode
8
PORTNAME=	mp3encode
9
PORTVERSION=	1.10
9
PORTVERSION=	1.10
10
PORTREVISION=	1
10
CATEGORIES=	audio
11
CATEGORIES=	audio
11
MASTER_SITES=	ftp://ftp.sunet.se/pub/multimedia/Berkeley/mpeg2/conformance-bitstreams/audio/mpeg2/software/technical_report/
12
MASTER_SITES=	ftp://ftp.sunet.se/pub/multimedia/Berkeley/mpeg2/conformance-bitstreams/audio/mpeg2/software/technical_report/
12
DISTNAME=	dist10
13
DISTNAME=	dist10
13
14
14
MAINTAINER=	ports@freebsd.org
15
MAINTAINER=	ports@FreeBSD.org
16
17
RESTRICTED=	Condition is not clear
15
18
16
WRKSRC=		${WRKDIR}/${DISTNAME}/lsf/encoder
19
WRKSRC=		${WRKDIR}/${DISTNAME}/lsf/encoder
17
ALL_TARGET=	encode
20
18
HAS_CONFIGURE=	yes
19
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
HAS_CONFIGURE=	yes
23
CONFIGURE_ARGS=	--prefix=${PREFIX}
24
ALL_TARGET=	encode
20
25
21
# Directories and extra files
26
# Directories and extra files
22
#
27
#
23
TABLE_LIB=	${PREFIX}/lib/mp3encode
28
TABLE_LIB=	${PREFIX}/share/mp3encode
24
TABLE_LIB_SED=	${TABLE_LIB:S/\//\\\//g}
29
TABLE_LIB_SED=	${TABLE_LIB:S/\//\\\//g}
25
TABLE_FILES=	1cb0 1cb1 1cb2 1cb4 1cb5 1cb6 1th0 1th1 1th2 1th4 1th5 1th6 \
30
TABLE_FILES=	1cb0 1cb1 1cb2 1cb4 1cb5 1cb6 1th0 1th1 1th2 1th4 1th5 1th6 \
26
		2cb0 2cb1 2cb2 2cb4 2cb5 2cb6 2th0 2th1 2th2 2th4 2th5 2th6 \
31
		2cb0 2cb1 2cb2 2cb4 2cb5 2cb6 2th0 2th1 2th2 2th4 2th5 2th6 \
Lines 37-44 Link Here
37
	${INSTALL_PROGRAM} ${WRKSRC}/encode ${PREFIX}/bin
42
	${INSTALL_PROGRAM} ${WRKSRC}/encode ${PREFIX}/bin
38
	@${ECHO} "===>  Installing table files"
43
	@${ECHO} "===>  Installing table files"
39
	-${MKDIR} ${TABLE_LIB}
44
	-${MKDIR} ${TABLE_LIB}
40
	for file in ${TABLE_FILES} ; do \
45
.for file in ${TABLE_FILES}
41
		${INSTALL_DATA} ${WRKSRC}/tables/$$file ${TABLE_LIB}/ ;\
46
	${INSTALL_DATA} ${WRKSRC}/tables/${file} ${TABLE_LIB}
42
	done
47
.endfor
43
48
44
.include <bsd.port.mk>
49
.include <bsd.port.mk>
(-)audio/mp3encode/files/patch-aa (-3 / +20 lines)
Lines 1-5 Link Here
1
*** Makefile.in.orig	Wed May 20 22:00:23 1998
1
*** Makefile.in.orig	Wed Jan 22 18:43:12 1997
2
--- Makefile.in	Wed May 20 22:07:53 1998
2
--- Makefile.in	Wed Nov  8 05:12:34 2000
3
***************
4
*** 16,22 ****
5
  ## Received from Mike Coleman
6
  ############################################################################
7
  
8
! CC = gcc
9
  
10
  c_sources = \
11
  	common.c \
12
--- 16,22 ----
13
  ## Received from Mike Coleman
14
  ############################################################################
15
  
16
! CC = @CC@
17
  
18
  c_sources = \
19
  	common.c \
3
***************
20
***************
4
*** 40,46 ****
21
*** 40,46 ****
5
  
22
  
Lines 13-19 Link Here
13
  
30
  
14
  NINT_SWITCH = @NINTSW@
31
  NINT_SWITCH = @NINTSW@
15
  
32
  
16
! CC_SWITCHES = -g -O3 -DUNIX -DBS_FORMAT=BINARY $(NINT_SWITCH) -DNDEBUG
33
! CC_SWITCHES = @CFLAGS@ -DUNIX -DBS_FORMAT=BINARY $(NINT_SWITCH) -DNDEBUG
17
  
34
  
18
  PGM = encode
35
  PGM = encode
19
  
36
  
(-)audio/mp3encode/pkg-plist (-38 / +38 lines)
Lines 1-39 Link Here
1
bin/encode
1
bin/encode
2
lib/mp3encode/1cb0
2
share/mp3encode/1cb0
3
lib/mp3encode/1cb1
3
share/mp3encode/1cb1
4
lib/mp3encode/1cb2
4
share/mp3encode/1cb2
5
lib/mp3encode/1cb4
5
share/mp3encode/1cb4
6
lib/mp3encode/1cb5
6
share/mp3encode/1cb5
7
lib/mp3encode/1cb6
7
share/mp3encode/1cb6
8
lib/mp3encode/1th0
8
share/mp3encode/1th0
9
lib/mp3encode/1th1
9
share/mp3encode/1th1
10
lib/mp3encode/1th2
10
share/mp3encode/1th2
11
lib/mp3encode/1th4
11
share/mp3encode/1th4
12
lib/mp3encode/1th5
12
share/mp3encode/1th5
13
lib/mp3encode/1th6
13
share/mp3encode/1th6
14
lib/mp3encode/2cb0
14
share/mp3encode/2cb0
15
lib/mp3encode/2cb1
15
share/mp3encode/2cb1
16
lib/mp3encode/2cb2
16
share/mp3encode/2cb2
17
lib/mp3encode/2cb4
17
share/mp3encode/2cb4
18
lib/mp3encode/2cb5
18
share/mp3encode/2cb5
19
lib/mp3encode/2cb6
19
share/mp3encode/2cb6
20
lib/mp3encode/2th0
20
share/mp3encode/2th0
21
lib/mp3encode/2th1
21
share/mp3encode/2th1
22
lib/mp3encode/2th2
22
share/mp3encode/2th2
23
lib/mp3encode/2th4
23
share/mp3encode/2th4
24
lib/mp3encode/2th5
24
share/mp3encode/2th5
25
lib/mp3encode/2th6
25
share/mp3encode/2th6
26
lib/mp3encode/absthr_0
26
share/mp3encode/absthr_0
27
lib/mp3encode/absthr_1
27
share/mp3encode/absthr_1
28
lib/mp3encode/absthr_2
28
share/mp3encode/absthr_2
29
lib/mp3encode/alloc_0
29
share/mp3encode/alloc_0
30
lib/mp3encode/alloc_1
30
share/mp3encode/alloc_1
31
lib/mp3encode/alloc_2
31
share/mp3encode/alloc_2
32
lib/mp3encode/alloc_3
32
share/mp3encode/alloc_3
33
lib/mp3encode/alloc_4
33
share/mp3encode/alloc_4
34
lib/mp3encode/dewindow
34
share/mp3encode/dewindow
35
lib/mp3encode/enwindow
35
share/mp3encode/enwindow
36
lib/mp3encode/huffcode
36
share/mp3encode/huffcode
37
lib/mp3encode/huffdec
37
share/mp3encode/huffdec
38
lib/mp3encode/psy_data
38
share/mp3encode/psy_data
39
@dirrm lib/mp3encode
39
@dirrm share/mp3encode

Return to bug 22740