aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-04-18 19:17:45 +0800
committerrene <rene@FreeBSD.org>2014-04-18 19:17:45 +0800
commit78278afd9d007ab96d1c9c46d42b625332c970f1 (patch)
tree05eb10cc44d61de9b8f970b16f50e25c5a245d53 /multimedia
parent094f58b175a5fc76f838830cac6305d9f40ebb2c (diff)
downloadfreebsd-ports-gnome-78278afd9d007ab96d1c9c46d42b625332c970f1.tar.gz
freebsd-ports-gnome-78278afd9d007ab96d1c9c46d42b625332c970f1.tar.zst
freebsd-ports-gnome-78278afd9d007ab96d1c9c46d42b625332c970f1.zip
Remove expired ports:
2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared 2014-04-17 science/flounder: Unmaintained since 2002 2014-04-17 security/nbaudit: Unmaintained since 2002 2014-04-17 security/saint: Unmaintained since 2002 2014-04-17 graphics/gozer: Unmaintained since 2002 2014-04-17 misc/pdfmap: Unmaintained since 2002 2014-04-17 devel/showgrammar: Unmaintained since 2002 2014-04-17 biology/libgenome: Unmaintained since 2002 2014-04-17 deskutils/narval: Unmaintained since 2002 2014-04-17 devel/fampp: Unmaintained since 2002 2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002 2014-04-17 misc/wmfirew: Unmaintained since 2002 2014-04-17 x11-wm/e16utils: Unmaintained since 2002 2014-04-17 misc/salias: Unmaintained since 2002 2014-04-17 print/latex2slides: Unmaintained since 2002 2014-04-17 lang/sxm: Unmaintained since 2002 2014-04-17 textproc/pybook: Unmaintained since 2002 2014-04-17 mail/mailcrypt: Unmaintained since 2002 2014-04-17 japanese/elvis: Unmaintained since 2002 2014-04-17 devel/prototype: Unmaintained since 2002 2014-04-17 print/wprint: Unmaintained since 2002 2014-04-17 science/euler: Unmaintained since 2002 2014-04-17 multimedia/gopchop: Unmaintained since 2002 2014-04-17 science/gdis: Unmaintained since 2002 2014-04-17 net/googolplex: Unmaintained since 2002 2014-04-17 lang/logo: Unmaintained since 2002 2014-04-17 textproc/roap: Unmaintained since 2002 2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002 2014-04-17 games/yamsweeper: Unmaintained since 2002 2014-04-17 net-mgmt/echolot: Unmaintained since 2002 2014-04-17 security/pam_smb: Unmaintained since 2002 2014-04-18 devel/lua-redis-parser: Broken for more than 6 months 2014-04-18 biology/finchtv: Broken for more than 6 months 2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/Makefile1
-rw-r--r--multimedia/gopchop/Makefile49
-rw-r--r--multimedia/gopchop/distinfo2
-rw-r--r--multimedia/gopchop/files/patch-include::GOPchop.h33
-rw-r--r--multimedia/gopchop/files/patch-src::ElementStream.h13
-rw-r--r--multimedia/gopchop/files/patch-src::MPEG2Parser.cpp146
-rw-r--r--multimedia/gopchop/files/patch-src::Main.cpp37
-rw-r--r--multimedia/gopchop/files/patch-src::file_buffer.h29
-rw-r--r--multimedia/gopchop/files/patch-src::mpegcat.c22
-rw-r--r--multimedia/gopchop/pkg-descr6
-rw-r--r--multimedia/gopchop/pkg-plist10
11 files changed, 0 insertions, 348 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile
index 6a0e848d98b6..dec5aac9ef36 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -82,7 +82,6 @@
SUBDIR += gmtk
SUBDIR += gnome-mplayer
SUBDIR += gnome-subtitles
- SUBDIR += gopchop
SUBDIR += gpac-libgpac
SUBDIR += gpac-mp4box
SUBDIR += gpodder
diff --git a/multimedia/gopchop/Makefile b/multimedia/gopchop/Makefile
deleted file mode 100644
index 7d4b3bc17d7d..000000000000
--- a/multimedia/gopchop/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= gopchop
-PORTVERSION= 1.0.0
-PORTREVISION= 7
-CATEGORIES= multimedia
-MASTER_SITES= SF/${PORTNAME}/GOPchop%20-%20Stable/${PORTVERSION} \
- http://outflux.net/unix/software/GOPchop/download/
-
-DISTNAME= GOPchop-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= MPEG2 GOP-accurate editor
-
-LIB_DEPENDS= mpeg2.0:${PORTSDIR}/multimedia/libmpeg2
-
-DEPRECATED= Unmaintained since 2002
-EXPIRATION_DATE= 2014-04-17
-USE_GNOME= gtk12 intlhack
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-sdl
-PORTSCOUT= skipv:1.1.0,1.1.1,1.1.2,1.1.3,1.1.4,1.1.5,1.1.6,1.1.7,1.1.8
-
-CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT
-LDFLAGS+= -L${LOCALBASE}/lib
-
-NO_STAGE= yes
-
-OPTIONS_DEFINE= NLS
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MNLS}
-USES+= gettext
-PLIST_SUB+= NLS=""
-.else
-CONFIGURE_ARGS+= --disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|pixmaps/\$${PACKAGE}|\$${PACKAGE}|g ; \
- s| -mcpu=.*"|"|g' ${WRKSRC}/configure
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|pixmaps/\$$(PACKAGE)|\$$(PACKAGE)/pixmaps|g ; \
- s|-lglib||g'
-
-.include <bsd.port.mk>
diff --git a/multimedia/gopchop/distinfo b/multimedia/gopchop/distinfo
deleted file mode 100644
index b1b9175516c3..000000000000
--- a/multimedia/gopchop/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (GOPchop-1.0.0.tar.gz) = c60105b19e2c20dd81f3de96207565a3901152866d195dec4607767b91502319
-SIZE (GOPchop-1.0.0.tar.gz) = 538449
diff --git a/multimedia/gopchop/files/patch-include::GOPchop.h b/multimedia/gopchop/files/patch-include::GOPchop.h
deleted file mode 100644
index 18b5903d490a..000000000000
--- a/multimedia/gopchop/files/patch-include::GOPchop.h
+++ /dev/null
@@ -1,33 +0,0 @@
---- include/GOPchop.h.orig Sun Apr 27 13:13:19 2003
-+++ include/GOPchop.h Tue Apr 6 19:31:08 2004
-@@ -31,7 +31,13 @@
- #endif
-
- /* get the cool numbers */
--#include <stdint.h>
-+#ifdef HAVE_STDINT_H
-+# include <stdint.h>
-+#endif
-+
-+#ifdef HAVE_INTTYPES_H
-+# include <inttypes.h>
-+#endif
-
- /* import locale functions */
- #include "gettext.h"
-@@ -50,11 +56,15 @@
- #endif
-
- /* figure out off_t formatting */
-+#if defined(__FreeBSD__)
-+# define OFF_T_FORMAT "llu"
-+#else
- #if _FILE_OFFSET_BITS==64
- # define OFF_T_FORMAT "llu"
- #else
- # warning "Not compiling for large file (>2G) support!"
- # define OFF_T_FORMAT "lu"
-+#endif
- #endif
-
- /* define a string length used for short reports */
diff --git a/multimedia/gopchop/files/patch-src::ElementStream.h b/multimedia/gopchop/files/patch-src::ElementStream.h
deleted file mode 100644
index fade4cb8deeb..000000000000
--- a/multimedia/gopchop/files/patch-src::ElementStream.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/ElementStream.h.orig Thu Jan 17 06:32:23 2002
-+++ src/ElementStream.h Tue May 6 21:35:30 2003
-@@ -29,7 +29,10 @@
-
- #include "config.h"
- #include "Vector.h"
-+
-+#ifdef HAVE_STDINT_H
- #include <stdint.h>
-+#endif
-
- class ElementStream: public Vector
- {
diff --git a/multimedia/gopchop/files/patch-src::MPEG2Parser.cpp b/multimedia/gopchop/files/patch-src::MPEG2Parser.cpp
deleted file mode 100644
index 03bf94a3a914..000000000000
--- a/multimedia/gopchop/files/patch-src::MPEG2Parser.cpp
+++ /dev/null
@@ -1,146 +0,0 @@
---- src/MPEG2Parser.cpp.orig Thu Sep 30 17:15:58 2004
-+++ src/MPEG2Parser.cpp Thu Sep 30 17:22:57 2004
-@@ -194,7 +194,7 @@
- off_t pes_loc;
-
- pes_loc = location;
-- if (!((void *) header = attach(sizeof(*header))))
-+ if (!(header = (PES_packet_header_t *) attach(sizeof(*header))))
- {
- ATTACH_FAILED(_("header"), sizeof(*header));
- return;
-@@ -225,7 +225,7 @@
- SKIP_BYTES(length);
- break;
-
-- if (!((void *) data = attach(length)))
-+ if (!(data = (uint8_t *) attach(length)))
- {
- ATTACH_FAILED(_("stream data"), length);
- return;
-@@ -242,7 +242,7 @@
- SKIP_BYTES(length);
- break;
-
-- if (!((void *) data = attach(length)))
-+ if (!(data = (uint8_t *) attach(length)))
- {
- ATTACH_FAILED(_("padding data"), length);
- return;
-@@ -297,7 +297,7 @@
- break;
- }
-
-- if (!((void *) internals_area = attach(sizeof(internals))))
-+ if (!(internals_area = (PES_packet_internals_t *) attach(sizeof(internals))))
- {
- ATTACH_FAILED(_("flag data"), sizeof(internals));
- return;
-@@ -317,7 +317,7 @@
-
- if (CheckMaskValue(internals.bits[1], 0xC0, 0x80))
- {
-- if (!((void *) PTS_data = attach(5)))
-+ if (!(PTS_data = (uint8_t *) attach(5)))
- {
- ATTACH_FAILED(_("PTS data"), 5);
- return;
-@@ -329,7 +329,7 @@
- }
- if (CheckMaskValue(internals.bits[1], 0xC0, 0xC0))
- {
-- if (!((void *) PTS_data = attach(5)))
-+ if (!(PTS_data = (uint8_t *) attach(5)))
- {
- ATTACH_FAILED(_("PTS data"), 5);
- return;
-@@ -338,7 +338,7 @@
- /*
- if (debug) Report("has PTS");
- */
-- if (!((void *) DTS_data = attach(5)))
-+ if (!(DTS_data = (uint8_t *) attach(5)))
- {
- ATTACH_FAILED(_("DTS data"), 5);
- return;
-@@ -366,7 +366,7 @@
- if (CheckMaskValue(internals.bits[1], 0x4, 0x4))
- {
- if (!
-- ((void *) additional_copy_info =
-+ (additional_copy_info = (PES_packet_additional_copy_info_t *)
- attach(sizeof(*additional_copy_info))))
- {
- ATTACH_FAILED(_("additional copy info"),
-@@ -390,7 +390,7 @@
- {
- PES_packet_extension_t *extension;
-
-- if (!((void *) extension = attach(sizeof(*extension))))
-+ if (!(extension = (PES_packet_extension_t *) attach(sizeof(*extension))))
- {
- ATTACH_FAILED(_("extension data"), sizeof(*extension));
- return;
-@@ -398,7 +398,7 @@
-
- if (PPE_PES_private_data_flag(extension->bits[0]))
- {
-- if (!((void *) PES_private_data = attach(16)))
-+ if (!(PES_private_data = (uint8_t *) attach(16)))
- {
- ATTACH_FAILED(_("PES private data"), 16);
- return;
-@@ -407,7 +407,7 @@
- if (PPE_pack_header_field_flag(extension->bits[0]))
- {
- uint8_t *pack_field_length;
-- if (!((void *) pack_field_length = attach(1)))
-+ if (!(pack_field_length = (uint8_t *) attach(1)))
- {
- ATTACH_FAILED(_("PES extension pack field length"),
- 1);
-@@ -480,7 +480,7 @@
- length -= (internals.PES_header_data_length + 3);
-
- data_loc = location;
-- if (!((void *) data = attach(length)))
-+ if (!(data = (uint8_t *) attach(length)))
- {
- ATTACH_FAILED(_("ES data"), length);
- return;
-@@ -519,7 +519,7 @@
- fprintf(stderr, "System @ %llu?\n", location);
- #endif
-
-- if (!((void *) header = attach(sizeof(*header))))
-+ if (!(header = (system_header_t *) attach(sizeof(*header))))
- {
- ATTACH_FAILED(_("header"), sizeof(*header));
- return;
-@@ -547,7 +547,7 @@
-
- while (forwardBitMatch(1, 0x1))
- {
-- if (!((void *) stream = attach(sizeof(*stream))))
-+ if (!(stream = (stream_id_t *) attach(sizeof(*stream))))
- {
- ATTACH_FAILED(_("stream header"), sizeof(*stream));
- return;
-@@ -574,7 +574,7 @@
-
- pack_start = location;
-
-- if (!((void *) header = attach(sizeof(*header))))
-+ if (!(header = (pack_header_t *) attach(sizeof(*header))))
- {
- ATTACH_FAILED(_("header"), sizeof(*header));
- return;
-@@ -749,7 +749,7 @@
-
- while (tosearch > 0)
- {
-- if (((void *) ptr = memchr(buf, 0x00, tosearch)))
-+ if ((ptr = (uint8_t *) memchr(buf, 0x00, tosearch)))
- {
- if (verify(ptr, 4, code))
- {
diff --git a/multimedia/gopchop/files/patch-src::Main.cpp b/multimedia/gopchop/files/patch-src::Main.cpp
deleted file mode 100644
index e23efc2deabd..000000000000
--- a/multimedia/gopchop/files/patch-src::Main.cpp
+++ /dev/null
@@ -1,37 +0,0 @@
---- src/Main.cpp.orig Thu Apr 15 12:08:27 2004
-+++ src/Main.cpp Thu Apr 15 12:08:40 2004
-@@ -305,7 +305,7 @@
- static gchar *str = NULL;
-
- // text needs a static area, I think... ?
-- (void *) str = g_realloc(str, strlen(text) + 1);
-+ str = (gchar *) g_realloc(str, strlen(text) + 1);
- strcpy(str, text);
-
- gtk_text_freeze(GTK_TEXT(error_text_why));
-@@ -998,7 +998,6 @@
- else if (accel & MPEG2_ACCEL_SPARC_VIS2)
- printf("%s", _("Using Sparc VIS2 acceleration\n"));
- #endif
-- else
- printf("%s", _("Using no special acceleration\n"));
-
- if (!(mpeg2dec = mpeg2_init()))
-@@ -1382,7 +1381,7 @@
- }
-
- len = ves->getLen();
-- (void *)loc = mpeg2parser->bytesAvail(ves->getStart(), len);
-+ loc = (uint8_t *) mpeg2parser->bytesAvail(ves->getStart(), len);
-
- /*
- fprintf(stderr,_("\t\tVES: %d @ %llu (%d): 0x%08x\n"),
-@@ -1399,7 +1398,7 @@
- // send entire packet to pipe
-
- len = packet->getLen();
-- (void *)loc = mpeg2parser->bytesAvail(packet->getStart(), len);
-+ loc = (uint8_t *) mpeg2parser->bytesAvail(packet->getStart(), len);
- if (loc && client_pipe)
- {
- int written;
diff --git a/multimedia/gopchop/files/patch-src::file_buffer.h b/multimedia/gopchop/files/patch-src::file_buffer.h
deleted file mode 100644
index dc26b934ae40..000000000000
--- a/multimedia/gopchop/files/patch-src::file_buffer.h
+++ /dev/null
@@ -1,29 +0,0 @@
---- src/file_buffer.h.orig Mon Aug 25 17:17:41 2003
-+++ src/file_buffer.h Tue Apr 6 19:32:32 2004
-@@ -51,6 +51,7 @@
- #endif
-
- #include <stdio.h> /* fopen, fread, fseek*, fclose */
-+#include <sys/types.h>
-
- /* figure out which fseek/ftell we need */
- #undef FSEEK
-@@ -70,6 +71,10 @@
- /* figure out off_t formatting */
- #undef OFF_T_FORMAT
- #undef ATOL
-+#if defined(__FreeBSD__)
-+# define OFF_T_FORMAT "llu"
-+# define ATOL(arg) strtoll(arg, NULL, 10)
-+#else
- #if _FILE_OFFSET_BITS==64
- # define OFF_T_FORMAT "llu"
- # define ATOL(arg) atoll(arg)
-@@ -77,6 +82,7 @@
- # warning "Not compiling for large file (>2G) support!"
- # define OFF_T_FORMAT "lu"
- # define ATOL(arg) atol(arg)
-+#endif
- #endif
-
- #define DEFAULT_FILE_BUFFER_SIZE (1024*512)
diff --git a/multimedia/gopchop/files/patch-src::mpegcat.c b/multimedia/gopchop/files/patch-src::mpegcat.c
deleted file mode 100644
index d04927be0f4e..000000000000
--- a/multimedia/gopchop/files/patch-src::mpegcat.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/mpegcat.c.orig Sun Apr 27 12:08:37 2003
-+++ src/mpegcat.c Sun Jun 8 16:50:36 2003
-@@ -392,11 +392,19 @@
- break;
-
- case 'n':
-+#ifdef __FreeBSD__
-+ num_bytes = strtoll(optarg, NULL, 10);
-+#else
- num_bytes = atoll(optarg);
-+#endif
- break;
-
- case 'b':
-+#ifdef __FreeBSD__
-+ begin_at = num_bytes = strtoll(optarg, NULL, 10);
-+#else
- begin_at = atoll(optarg);
-+#endif
- break;
-
- case 'w':
diff --git a/multimedia/gopchop/pkg-descr b/multimedia/gopchop/pkg-descr
deleted file mode 100644
index 3bf5f0dffbe1..000000000000
--- a/multimedia/gopchop/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-This tool is used for people wanting to take sections out of MPEG2-PS files
-without re-encoding the resulting frames. The idea is to write specific
-"Group of Pictures" (GOP) sections to a new MPEG2-PS file. These GOPs will
-decode correctly (in theory), and the gaps won't be noticed.
-
-WWW: http://gopchop.org/
diff --git a/multimedia/gopchop/pkg-plist b/multimedia/gopchop/pkg-plist
deleted file mode 100644
index 90c964203a20..000000000000
--- a/multimedia/gopchop/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-bin/GOPchop
-bin/gtkspu
-bin/mpegcat
-share/GOPchop/pixmaps/about.xpm
-share/GOPchop/pixmaps/error.xpm
-%%NLS%%share/locale/de/LC_MESSAGES/GOPchop.mo
-%%NLS%%share/locale/en/LC_MESSAGES/GOPchop.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/GOPchop.mo
-@dirrm share/GOPchop/pixmaps
-@dirrm share/GOPchop