aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-05-20 18:41:57 +0800
committerrene <rene@FreeBSD.org>2013-05-20 18:41:57 +0800
commit3f5192aab6e0e0a9836e963641ee6f0f57797cd1 (patch)
tree782b449e4295c410eb25972b8657d6d15ab27adf
parent43eb205e7eee96a78f9f83bfc5d2e9674c0bfd92 (diff)
downloadfreebsd-ports-gnome-3f5192aab6e0e0a9836e963641ee6f0f57797cd1.tar.gz
freebsd-ports-gnome-3f5192aab6e0e0a9836e963641ee6f0f57797cd1.tar.zst
freebsd-ports-gnome-3f5192aab6e0e0a9836e963641ee6f0f57797cd1.zip
2013-05-20 audio/gogo-petit: No more public distfiles
-rw-r--r--MOVED1
-rw-r--r--audio/Makefile1
-rw-r--r--audio/gogo-petit/Makefile44
-rw-r--r--audio/gogo-petit/distinfo2
-rw-r--r--audio/gogo-petit/files/Makefile.rfork119
-rw-r--r--audio/gogo-petit/files/Makefile.unthreaded111
-rw-r--r--audio/gogo-petit/files/patch-engine_i386_fftsse.nas25
-rw-r--r--audio/gogo-petit/pkg-descr8
8 files changed, 1 insertions, 310 deletions
diff --git a/MOVED b/MOVED
index fe1d77ac764d..4a2db812206f 100644
--- a/MOVED
+++ b/MOVED
@@ -4267,3 +4267,4 @@ science/py-obspy.xseed||2013-05-17|Removed: Use science/py-obspy instead
science/py-obspy-core|science/py-obspy|2013-05-17|Use science/py-obspy instead
mail/sendmail-ldap|mail/sendmail|2013-05-17|Removed: Use mail/sendmail instead
databases/innobackup|databases/xtrabackup|2013-05-18|Removed: Use databases/xtrabackup instead
+audio/gogo-petit||2013-05-20|Has expired: No more public distfiles
diff --git a/audio/Makefile b/audio/Makefile
index 59cee1258827..874dd12a7331 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -247,7 +247,6 @@
SUBDIR += gnupod
SUBDIR += gnustep-cdplayer
SUBDIR += gogglesmm
- SUBDIR += gogo-petit
SUBDIR += goobox
SUBDIR += gqmpeg
SUBDIR += gqmpeg-devel
diff --git a/audio/gogo-petit/Makefile b/audio/gogo-petit/Makefile
deleted file mode 100644
index 5de9617da4b5..000000000000
--- a/audio/gogo-petit/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# Created by: Evgueni V. Gavrilov <aquatique@rusunix.org>
-# $FreeBSD$
-
-PORTNAME= gogo
-PORTVERSION= 3.13
-CATEGORIES= audio
-MASTER_SITES= http://homepage2.nifty.com/kei-i/petit/ \
- ftp://rusunix.org/pub/FreeBSD/distfiles/
-PKGNAMESUFFIX= petit
-DISTNAME= petit313
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= New variant of well-known GOGO-no-coda mp3 encoder
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2013-05-20
-
-BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/FreeBSD
-
-AS = nasm
-AFLAGS = -f elf -Ox
-ALL_TARGET= test
-MAKE_ENV+= AS="${AS}" \
- AFLAGS="${AFLAGS}"
-
-ONLY_FOR_ARCHS= i386
-PLIST_FILES= bin/gogo-petit
-
-OPTIONS_DEFINE= THREADS
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MTHREADS}
-LDFLAGS+= ${PTHREAD_LIBS}
-CFLAGS+= ${PTHREAD_CFLAGS}
-MAKEFILE= ${FILESDIR}/Makefile.rfork
-.else
-MAKEFILE= ${FILESDIR}/Makefile.unthreaded
-.endif
-
-.include <bsd.port.mk>
diff --git a/audio/gogo-petit/distinfo b/audio/gogo-petit/distinfo
deleted file mode 100644
index 8a38e481d731..000000000000
--- a/audio/gogo-petit/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (petit313.tgz) = 8dfb28f0af57c3b442cf9ceafdab903358e27a7a1aa905b5cebd66df804c71f1
-SIZE (petit313.tgz) = 389322
diff --git a/audio/gogo-petit/files/Makefile.rfork b/audio/gogo-petit/files/Makefile.rfork
deleted file mode 100644
index fc81e7698a4e..000000000000
--- a/audio/gogo-petit/files/Makefile.rfork
+++ /dev/null
@@ -1,119 +0,0 @@
-#######################################################
-#
-# Makefile for GOGO-no-coda
-#
-# Copyright(C)2001,2002,2003 K.Sakai
-# Copyright(C)2001,2002,2003 gogo-developer
-#
-#######################################################
-
-TARGET = gogo-petit
-
-#######################################################
-
-LD = ${CC} ${CFLAGS}
-MAKECFG = makecfg
-LIBS = -lm
-VPATH = ../engine:../engine/i386:../file_io:../rfork/i386
-
-AFLAGS += -I../engine/i386/ -D__unix__ $(E3DN)
-
-CFLAGS += -DHAVE_CONFIG_H -DLAMEPARSE -DLAMESNDFILE
-CFLAGS += -DUSE_X86ASM
-
-COBJS = bitstream.o get_audio.o \
- newmdct.o quantize_pvt.o \
- tables.o util.o \
- gogo.o \
- psymodel.o reservoir.o \
- takehiro.o \
- fft.o lame.o \
- quantize.o \
- tool.o vbrtag.o \
- main.o gogo_io.o setup.o
-
-AOBJS = clka.o cpua.o cpu.o choose_table.o quantizea.o quant3dn.o vars.o psymodela.o psysse.o psy3dn.o gogo2_fht.o fftsse.o mdctsse.o mdct3dn.o sbandfpu.o sbandsse.o sbandtbl.o sband3dn.o
-
-CFLAGS += -DUSE_RFORK -DUSE_PIPE
-COBJS += thread.o
-AOBJS += atomic.o
-
-.SUFFIXES: .nas .c
-
-all: $(TARGET)
-
-install : $(TARGET)
- ${BSD_INSTALL_PROGRAM} ${TARGET} ${PREFIX}/bin
-
-$(TARGET): $(COBJS) $(AOBJS)
- $(LD) $(COBJS) $(AOBJS) $(LDFLAGS) -o $(TARGET) $(LIBS)
-
-.nas.o:
- $(AS) $(AFLAGS) $< -o $@
-
-.c.o:
- ${CC} -c -I../engine $(CFLAGS) $< -o $@
-
-clean:
- \rm -f *.o $(TARGET) *~ ../engine/i386/global.cfg $(MAKECFG)
-
-$(MAKECFG) : ../engine/i386/makecfg.c global.h
- ${CC} -I../engine $(CFLAGS) $< -o $@
-
-cpua.o: cpua.nas nasm.cfg global.cfg
-clka.o: clka.nas nasm.cfg global.cfg
-choose_table.o: choose_table.nas nasm.cfg global.cfg
-quantizea.o: quantizea.nas nasm.cfg global.cfg
-quant3dn.o: quant3dn.nas nasm.cfg global.cfg
-cpu.o: cpu.c common.h cpu.h gogo.h global.h
-vars.o: vars.nas global.cfg
-psymodela.o: psymodela.nas nasm.cfg global.cfg
-psysse.o: psysse.nas nasm.cfg global.cfg
-psy3dn.o: psy3dn.nas nasm.cfg global.cfg
-gogo2_fht.o: gogo2_fht.nas nasm.cfg global.cfg
-fftsse.o: fftsse.nas nasm.cfg global.cfg
-mdctsse.o: mdctsse.nas nasm.cfg global.cfg
-mdct3dn.o: mdct3dn.nas nasm.cfg global.cfg
-sbandtbl.o: sbandtbl.nas nasm.cfg global.cfg
-sbandfpu.o: sbandfpu.nas nasm.cfg global.cfg
-sbandsse.o: sbandsse.nas nasm.cfg global.cfg
-sband3dn.o: sband3dn.nas nasm.cfg global.cfg
-
-atomic.o: atomic.nas nasm.cfg global.cfg
-
-global.cfg : $(MAKECFG) global.h
- ./$(MAKECFG) > ../engine/i386/global.cfg
-
-thread.o : thread.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h ../pthread/thread.c
-
-bitstream.o: bitstream.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h lame.h util.h tables.h bitstream.h quantize.h quantize_pvt.h
-fft.o: fft.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h util.h fft.h
-get_audio.o: get_audio.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h lame.h get_audio.h tool.h gogo_io.h
-gogo.o: gogo.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h lame.h get_audio.h cpu.h tool.h gogo_io.h encoder.c version.h
-lame.o: lame.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h lame.h util.h bitstream.h tables.h quantize_pvt.h vbrtag.h
-newmdct.o: newmdct.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h util.h newmdct.h
-psymodel.o: psymodel.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h util.h psymodel.h tables.h
-quantize.o: quantize.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h util.h quantize.h reservoir.h quantize_pvt.h
-quantize_pvt.o: quantize_pvt.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h util.h tables.h reservoir.h quantize_pvt.h
-reservoir.o: reservoir.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h util.h reservoir.h
-tables.o: tables.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h util.h tables.h
-takehiro.o: takehiro.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h util.h tables.h quantize_pvt.h
-tool.o: tool.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h tool.h lame.h vbrtag.h gogo_io.h
-util.o: util.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h util.h
-vbrtag.o: vbrtag.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h vbrtag.h bitstream.h
-
-main.o: ../main.c common.h gogo.h global.h tool.h cpu.h
- ${CC} -c -I../engine $(CFLAGS) -I../engine $< -o $@
-
-test: $(TARGET)
- ./$(TARGET) -test 10 -q 0
- ./$(TARGET) -test 10 -q 5
- ./$(TARGET) -test 10 -q 9
- ./$(TARGET) -test 10 -a -q 0 -b 160
- ./$(TARGET) -test 10 -a -q 5 -b 192
- ./$(TARGET) -test 10 -a -q 9 -b 256
- ./$(TARGET) -test 10 -v 0 -vb 40 256
- ./$(TARGET) -test 10 -v 5 -q 1
- ./$(TARGET) -test 10 -v 9 -vb 160 320
- ./$(TARGET) -test 10 -s 2 -b 64
- ./$(TARGET) -test 10 -s 999 -b 32
diff --git a/audio/gogo-petit/files/Makefile.unthreaded b/audio/gogo-petit/files/Makefile.unthreaded
deleted file mode 100644
index 7c0e4bec4cb3..000000000000
--- a/audio/gogo-petit/files/Makefile.unthreaded
+++ /dev/null
@@ -1,111 +0,0 @@
-#######################################################
-#
-# Makefile for GOGO-no-coda
-#
-# Copyright(C)2001,2002,2003 K.Sakai
-# Copyright(C)2001,2002,2003 gogo-developer
-#
-#######################################################
-
-TARGET = gogo-petit
-
-#######################################################
-
-LD = ${CC} ${CFLAGS}
-MAKECFG = makecfg
-LIBS = -lm
-VPATH = ../engine:../engine/i386:../file_io
-
-AFLAGS += -I../engine/i386/ -D__unix__ $(E3DN)
-
-CFLAGS += -DHAVE_CONFIG_H -DLAMEPARSE -DLAMESNDFILE
-CFLAGS += -DUSE_X86ASM
-
-COBJS = bitstream.o get_audio.o \
- newmdct.o quantize_pvt.o \
- tables.o util.o \
- gogo.o \
- psymodel.o reservoir.o \
- takehiro.o \
- fft.o lame.o \
- quantize.o \
- tool.o vbrtag.o \
- main.o gogo_io.o setup.o
-
-AOBJS = clka.o cpua.o cpu.o choose_table.o quantizea.o quant3dn.o vars.o psymodela.o psysse.o psy3dn.o gogo2_fht.o fftsse.o mdctsse.o mdct3dn.o sbandfpu.o sbandsse.o sbandtbl.o sband3dn.o
-
-.SUFFIXES: .nas .c
-
-all: $(TARGET)
-
-install : $(TARGET)
- ${BSD_INSTALL_PROGRAM} ${TARGET} ${PREFIX}/bin
-
-$(TARGET): $(COBJS) $(AOBJS)
- $(LD) $(COBJS) $(AOBJS) $(LDFLAGS) -o $(TARGET) $(LIBS)
-
-.nas.o:
- $(AS) $(AFLAGS) $< -o $@
-
-.c.o:
- ${CC} -c -I../engine $(CFLAGS) $< -o $@
-
-clean:
- \rm -f *.o $(TARGET) *~ ../engine/i386/global.cfg $(MAKECFG)
-
-$(MAKECFG) : ../engine/i386/makecfg.c global.h
- ${CC} -I../engine $(CFLAGS) $< -o $@
-
-cpua.o: cpua.nas nasm.cfg global.cfg
-clka.o: clka.nas nasm.cfg global.cfg
-choose_table.o: choose_table.nas nasm.cfg global.cfg
-quantizea.o: quantizea.nas nasm.cfg global.cfg
-quant3dn.o: quant3dn.nas nasm.cfg global.cfg
-cpu.o: cpu.c common.h cpu.h gogo.h global.h
-vars.o: vars.nas global.cfg
-psymodela.o: psymodela.nas nasm.cfg global.cfg
-psysse.o: psysse.nas nasm.cfg global.cfg
-psy3dn.o: psy3dn.nas nasm.cfg global.cfg
-gogo2_fht.o: gogo2_fht.nas nasm.cfg global.cfg
-fftsse.o: fftsse.nas nasm.cfg global.cfg
-mdctsse.o: mdctsse.nas nasm.cfg global.cfg
-mdct3dn.o: mdct3dn.nas nasm.cfg global.cfg
-sbandtbl.o: sbandtbl.nas nasm.cfg global.cfg
-sbandfpu.o: sbandfpu.nas nasm.cfg global.cfg
-sbandsse.o: sbandsse.nas nasm.cfg global.cfg
-sband3dn.o: sband3dn.nas nasm.cfg global.cfg
-
-global.cfg : $(MAKECFG) global.h
- ./$(MAKECFG) > ../engine/i386/global.cfg
-
-bitstream.o: bitstream.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h lame.h util.h tables.h bitstream.h quantize.h quantize_pvt.h
-fft.o: fft.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h util.h fft.h
-get_audio.o: get_audio.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h lame.h get_audio.h tool.h gogo_io.h
-gogo.o: gogo.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h lame.h get_audio.h cpu.h tool.h gogo_io.h encoder.c version.h
-lame.o: lame.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h lame.h util.h bitstream.h tables.h quantize_pvt.h vbrtag.h
-newmdct.o: newmdct.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h util.h newmdct.h
-psymodel.o: psymodel.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h util.h psymodel.h tables.h
-quantize.o: quantize.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h util.h quantize.h reservoir.h quantize_pvt.h
-quantize_pvt.o: quantize_pvt.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h util.h tables.h reservoir.h quantize_pvt.h
-reservoir.o: reservoir.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h util.h reservoir.h
-tables.o: tables.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h util.h tables.h
-takehiro.o: takehiro.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h util.h tables.h quantize_pvt.h
-tool.o: tool.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h tool.h lame.h vbrtag.h gogo_io.h
-util.o: util.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h util.h
-vbrtag.o: vbrtag.c config.h global.h common.h gogo.h l3side.h encoder.h machine.h thread.h vbrtag.h bitstream.h
-
-main.o: ../main.c common.h gogo.h global.h tool.h cpu.h
- ${CC} -c -I../engine $(CFLAGS) -I../engine $< -o $@
-
-test: $(TARGET)
- ./$(TARGET) -test 10 -q 0
- ./$(TARGET) -test 10 -q 5
- ./$(TARGET) -test 10 -q 9
- ./$(TARGET) -test 10 -a -q 0 -b 160
- ./$(TARGET) -test 10 -a -q 5 -b 192
- ./$(TARGET) -test 10 -a -q 9 -b 256
- ./$(TARGET) -test 10 -v 0 -vb 40 256
- ./$(TARGET) -test 10 -v 5 -q 1
- ./$(TARGET) -test 10 -v 9 -vb 160 320
- ./$(TARGET) -test 10 -s 2 -b 64
- ./$(TARGET) -test 10 -s 999 -b 32
diff --git a/audio/gogo-petit/files/patch-engine_i386_fftsse.nas b/audio/gogo-petit/files/patch-engine_i386_fftsse.nas
deleted file mode 100644
index 3f78225ce1f2..000000000000
--- a/audio/gogo-petit/files/patch-engine_i386_fftsse.nas
+++ /dev/null
@@ -1,25 +0,0 @@
---- ../engine/i386/fftsse.nas.orig 2008-04-17 05:53:06.929178210 -0400
-+++ ../engine/i386/fftsse.nas 2008-04-17 05:54:58.927590299 -0400
-@@ -23,14 +23,14 @@
- Q_SQRT2 dd 1.41421356237, 1.41421356237, 1.41421356237, 1.41421356237
-
- Q_1 dd 1.0, 1.0, 1.0, 1.0
--costab dd 9.238795325112867e-01F, 9.238795325112867e-01F, 9.238795325112867e-01F, 9.238795325112867e-01F
-- dd 3.826834323650898e-01F, 3.826834323650898e-01F, 3.826834323650898e-01F, 3.826834323650898e-01F
-- dd 9.951847266721969e-01F, 9.951847266721969e-01F, 9.951847266721969e-01F, 9.951847266721969e-01F
-- dd 9.801714032956060e-02F, 9.801714032956060e-02F, 9.801714032956060e-02F, 9.801714032956060e-02F
-- dd 9.996988186962042e-01F, 9.996988186962042e-01F, 9.996988186962042e-01F, 9.996988186962042e-01F
-- dd 2.454122852291229e-02F, 2.454122852291229e-02F, 2.454122852291229e-02F, 2.454122852291229e-02F
-- dd 9.999811752826011e-01F, 9.999811752826011e-01F, 9.999811752826011e-01F, 9.999811752826011e-01F
-- dd 6.135884649154475e-03F, 6.135884649154475e-03F, 6.135884649154475e-03F, 6.135884649154475e-03F
-+costab dd 9.238795325112867e-1, 9.238795325112867e-1, 9.238795325112867e-1, 9.238795325112867e-1
-+ dd 3.826834323650898e-1, 3.826834323650898e-1, 3.826834323650898e-1, 3.826834323650898e-1
-+ dd 9.951847266721969e-1, 9.951847266721969e-1, 9.951847266721969e-1, 9.951847266721969e-1
-+ dd 9.801714032956060e-2, 9.801714032956060e-2, 9.801714032956060e-2, 9.801714032956060e-2
-+ dd 9.996988186962042e-1, 9.996988186962042e-1, 9.996988186962042e-1, 9.996988186962042e-1
-+ dd 2.454122852291229e-2, 2.454122852291229e-2, 2.454122852291229e-2, 2.454122852291229e-2
-+ dd 9.999811752826011e-1, 9.999811752826011e-1, 9.999811752826011e-1, 9.999811752826011e-1
-+ dd 6.135884649154475e-3, 6.135884649154475e-3, 6.135884649154475e-3, 6.135884649154475e-3
-
- align 32
- revLongInit db 0x00, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80
diff --git a/audio/gogo-petit/pkg-descr b/audio/gogo-petit/pkg-descr
deleted file mode 100644
index 971e21f6b392..000000000000
--- a/audio/gogo-petit/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-GOGO-no-coda-petit is a new variant of the well-known GOGO-no-coda
-mp3 encoder, optimized for MMX, 3DNow!, Enhanced 3DNow! and SSE
-capable CPUs.
-
-** WARNING: USE OF THIS ENCODER WITH OVERCLOCKED CPUS CAN RESULT **
-** IN SERIOUS OVERHEATING PROBLEMS! **
-
-WWW: http://homepage2.nifty.com/kei-i/