diff options
author | bapt <bapt@FreeBSD.org> | 2011-08-01 13:24:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-08-01 13:24:51 +0800 |
commit | 61c764c108010749e05d16e476965865c4a75aaf (patch) | |
tree | deb464b254cc2d1b4d014833c68de2bb9a90592a /multimedia/ogle-gui | |
parent | 25d21ee49648c8e023355274507ef04a83b7342a (diff) | |
download | freebsd-ports-gnome-61c764c108010749e05d16e476965865c4a75aaf.tar.gz freebsd-ports-gnome-61c764c108010749e05d16e476965865c4a75aaf.tar.zst freebsd-ports-gnome-61c764c108010749e05d16e476965865c4a75aaf.zip |
Bye bye abandonwares (part 4)
2011-08-01 korean/a2ps: Looks like an abandonware, no more public distfiles
2011-08-01 korean/bitchx: Look like an abandonware, no more public distifles
2011-08-01 korean/elm: Look like an abandonware, no more public distifles
2011-08-01 korean/linuxdoc-sgml: Look like an abandonware, no more public distifles
2011-08-01 korean/mod_url: Look like an abandonware, no more public distifles
2011-08-01 korean/nh2ps: Look like an abandonware, no more public distifles
2011-08-01 korean/pinetreefonts: No more public distfile
2011-08-01 mail/bincimap: No more public distfile
2011-08-01 mail/cmail: No more public distfile
2011-08-01 math/hexcalc: Look like an abandonware, no more public distifles
2011-08-01 math/qgfe: Look like an abandonware, no more public distifles
2011-08-01 misc/ewipe: Look like an abandonware, no more public distifles
2011-08-01 misc/gkrellmfmonitor2: Look like an abandonware, no more public distifles
2011-08-01 misc/gkx86info: Look like an abandonware, no more public distifles
2011-08-01 multimedia/goggles: Abandonware, see: http://www.fifthplanet.net/2010/01/dead-projects-goggles-dvd-player.html
2011-08-01 multimedia/ldvd: Abandonware
2011-08-01 multimedia/linux-divx4linux: No more needed
2011-08-01 multimedia/linux-divx4linux4: No more needed
2011-08-01 multimedia/ogle: Abandonware
2011-08-01 multimedia/ogle-gui: Abandonware
2011-08-01 multimedia/okle: Abandonware
2011-08-01 multimedia/subconv: Look like an abandonware, no more public distifles
2011-08-01 net/callgen323: Look like an abandonware, no more public distifles
2011-08-01 net/lyntin: No longer under active development
2011-08-01 net/py-rt: No more public distfiles, looks like an abandonware
2011-08-01 net/rwhoisd: Looks like an abandonware, no more public distfiles
2011-08-01 net/traffic: Looks like an abandonware, no more public distfiles
2011-07-23 net-im/gnomeicu: No longer maintain by upstream, use net-im/empathy instead
2011-08-01 net-mgmt/trafd: Look like an abandonware, no more public distifles
2011-08-01 net-p2p/gkrellm-gift: Look like an abandonware, no more public distifles
2011-08-01 news/bgrab: Looks like an abandonware, no more public distfiles
2011-08-01 news/rkive: Looks like an abandonware, no more public distfiles
2011-08-01 polish/sap: Looks like an abandonware, no more public distfiles
2011-08-01 print/nenscript: Looks like an abandonware, no more public distfiles
Diffstat (limited to 'multimedia/ogle-gui')
-rw-r--r-- | multimedia/ogle-gui/Makefile | 60 | ||||
-rw-r--r-- | multimedia/ogle-gui/distinfo | 2 | ||||
-rw-r--r-- | multimedia/ogle-gui/files/patch-configure | 11 | ||||
-rw-r--r-- | multimedia/ogle-gui/files/patch-src::callbacks.c | 11 | ||||
-rw-r--r-- | multimedia/ogle-gui/files/patch-src::my_glade.c | 11 | ||||
-rw-r--r-- | multimedia/ogle-gui/pkg-descr | 20 | ||||
-rw-r--r-- | multimedia/ogle-gui/pkg-message | 7 | ||||
-rw-r--r-- | multimedia/ogle-gui/pkg-plist | 33 |
8 files changed, 0 insertions, 155 deletions
diff --git a/multimedia/ogle-gui/Makefile b/multimedia/ogle-gui/Makefile deleted file mode 100644 index 80e3e1d002fb..000000000000 --- a/multimedia/ogle-gui/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: ogle -# Date created: Tue Oct 16 18:35:39 BRST 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ogle -PORTVERSION= 0.9.2 -PORTREVISION= 16 -CATEGORIES= multimedia -MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/ -PKGNAMESUFFIX= -gui -DISTNAME= ${PORTNAME}_gui-${PORTVERSION} - -MAINTAINER= multimedia@FreeBSD.org -COMMENT= An add-on graphical user interface for Ogle - -DEPRECATED= Abandonware -EXPIRATION_DATE= 2011-08-01 - -BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.11:${PORTSDIR}/multimedia/ogle -LIB_DEPENDS= glade-2.0:${PORTSDIR}/devel/libglade2 \ - xml2.5:${PORTSDIR}/textproc/libxml2 -RUN_DEPENDS= ogle:${PORTSDIR}/multimedia/ogle - -USE_GETTEXT= yes -USE_GNOME= gnomehack \ - gnomehier \ - gnomeprefix \ - gtk20 -USE_XORG= xpm -USE_AUTOTOOLS= libtool -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CONFIGURE_ARGS= --with-dvd-includes=${LOCALBASE}/include \ - --with-dvdcontrol=${LOCALBASE} \ - --without-included-gettext \ - --enable-gtk2 \ - --with-gtk-prefix=${LOCALBASE} \ - --with-libiconv-prefix=${LOCALBASE} \ - --with-libintl-prefix=${LOCALBASE} \ - --with-xml-prefix=${LOCALBASE} -MAKE_JOBS_SAFE= yes - -.include <bsd.port.pre.mk> - -PLIST_SUB= SHARE_DATADIR="${SHARE_DATADIR}" - -post-patch: -# fix library version - @${REINPLACE_CMD} -E -e "s|(libglade\.so)\.0|\1.4|; \ - s|%%LOCALBASE%%|${LOCALBASE}|" \ - ${CONFIGURE_WRKSRC}/configure -# correct path for program data files - @${REINPLACE_CMD} -E -e \ - 's!(CONFIG_FILE[[:space:]]*=[^"]+\")[^/]+/!\1${LOCALBASE}/share/!; \ - s!(CONFIG_FILE_DTD[[:space:]]*=[^"]+\")[^/]+/!\1${LOCALBASE}/share/!' \ - ${WRKSRC}/src/Makefile.in - -.include <bsd.port.post.mk> diff --git a/multimedia/ogle-gui/distinfo b/multimedia/ogle-gui/distinfo deleted file mode 100644 index 3c24ba41074f..000000000000 --- a/multimedia/ogle-gui/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ogle_gui-0.9.2.tar.gz) = 9473ebc077d3aae97a53685212db49f6089215d72e76ecfc55b0e541e64c8bd7 -SIZE (ogle_gui-0.9.2.tar.gz) = 396673 diff --git a/multimedia/ogle-gui/files/patch-configure b/multimedia/ogle-gui/files/patch-configure deleted file mode 100644 index ee5bc6b30fb7..000000000000 --- a/multimedia/ogle-gui/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Mon Jun 10 17:42:29 2002 -+++ configure Mon Jun 10 17:42:43 2002 -@@ -1648,6 +1648,8 @@ - ogle_pkglibdir=${exec_prefix}/lib/ogle - fi - -+ogle_pkglibdir=%%LOCALBASE%%/lib/ogle -+ - echo "$as_me:$LINENO: checking for ogle helper dir" >&5 - echo $ECHO_N "checking for ogle helper dir... $ECHO_C" >&6 - if test ! -x ${ogle_pkglibdir}/ogle_ctrl; then diff --git a/multimedia/ogle-gui/files/patch-src::callbacks.c b/multimedia/ogle-gui/files/patch-src::callbacks.c deleted file mode 100644 index acabe3757460..000000000000 --- a/multimedia/ogle-gui/files/patch-src::callbacks.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/callbacks.c.orig Sun Nov 9 18:20:31 2003 -+++ src/callbacks.c Sun Nov 9 18:21:14 2003 -@@ -22,7 +22,7 @@ - - #include <stdio.h> - #include <stdlib.h> --#include <time.h> -+#include <sys/time.h> - #include <gtk/gtk.h> - #include <ogle/dvdcontrol.h> - diff --git a/multimedia/ogle-gui/files/patch-src::my_glade.c b/multimedia/ogle-gui/files/patch-src::my_glade.c deleted file mode 100644 index b4d23cd9777e..000000000000 --- a/multimedia/ogle-gui/files/patch-src::my_glade.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/my_glade.c.orig Sat May 10 23:43:23 2003 -+++ src/my_glade.c Sat May 10 23:45:47 2003 -@@ -39,7 +39,7 @@ - - fun = dlsym(handle, new_symbol); - error = dlerror(); -- if(error != NULL) { -+ if(fun == NULL) { - fprintf(stderr, "Error during dlsym of %s: %s\n", new_symbol, error); - gtk_exit(1); - } diff --git a/multimedia/ogle-gui/pkg-descr b/multimedia/ogle-gui/pkg-descr deleted file mode 100644 index cd282c548f21..000000000000 --- a/multimedia/ogle-gui/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -[ from developer's site ] - -This is a Graphical Interface for Ogle. -Ogle is an open DVD player which: - -o Supports DVD menus and navigation -o Reads from mounted, unmounted DVDs and hard drive -o Reads encrypted and unencrypted DVDs using libdvdread/libdvdcss -o A new MPEG2 decoder with mmx/altivec/medialib acceleration -o Normal X11 and XFree86 Xvideo display support with subpicture - overlay -o Accelerated display on Sun FFB2+ cards -o Angle, audio and subpicture selection -o Handles advanced subpicture commands such as fade/scroll and wipe -o Detects and uses correct aspect for movie and menus -o Possible to play AC3 via S/PDIF with an external command -o Fullscreen mode -o Screenshots with and without subpicture overlay - -WWW: http://www.dtek.chalmers.se/~dvd/ diff --git a/multimedia/ogle-gui/pkg-message b/multimedia/ogle-gui/pkg-message deleted file mode 100644 index edbec57ce332..000000000000 --- a/multimedia/ogle-gui/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ - -============================================= -To use the graphical interface, just run Ogle -It will detect the graphical interface -Run 'ogle' -============================================= - diff --git a/multimedia/ogle-gui/pkg-plist b/multimedia/ogle-gui/pkg-plist deleted file mode 100644 index f8e02b44e8a4..000000000000 --- a/multimedia/ogle-gui/pkg-plist +++ /dev/null @@ -1,33 +0,0 @@ -lib/ogle/ogle_gui -share/ogle_gui/angle.xpm -share/ogle_gui/enter.xpm -share/ogle_gui/fastforward.xpm -share/ogle_gui/go_up.xpm -share/ogle_gui/menus.xpm -share/ogle_gui/ogle.xpm -share/ogle_gui/ogle_gui.glade -share/ogle_gui/ogle_gui.glade2 -share/ogle_gui/rewind.xpm -share/ogle_gui/skip_backwards.xpm -share/ogle_gui/skip_forwards.xpm -share/ogle_gui/stock_down_arrow.xpm -share/ogle_gui/stock_first.xpm -share/ogle_gui/stock_last.xpm -share/ogle_gui/stock_left_arrow.xpm -share/ogle_gui/stock_pause.xpm -share/ogle_gui/stock_right_arrow.xpm -share/ogle_gui/stock_stop.xpm -share/ogle_gui/stock_timer.xpm -share/ogle_gui/stock_timer_stopped.xpm -share/ogle_gui/stock_up_arrow.xpm -share/ogle_gui/stock_volume.xpm -share/ogle_gui/subpicture.xpm -share/locale/da/LC_MESSAGES/ogle_gui.mo -share/locale/de/LC_MESSAGES/ogle_gui.mo -share/locale/fr/LC_MESSAGES/ogle_gui.mo -share/locale/nl/LC_MESSAGES/ogle_gui.mo -share/locale/pt/LC_MESSAGES/ogle_gui.mo -share/locale/sv/LC_MESSAGES/ogle_gui.mo -@dirrmtry share/locale -@dirrm share/ogle_gui -@dirrm lib/ogle |