aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/goggles
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-08-01 13:24:51 +0800
committerbapt <bapt@FreeBSD.org>2011-08-01 13:24:51 +0800
commit61c764c108010749e05d16e476965865c4a75aaf (patch)
treedeb464b254cc2d1b4d014833c68de2bb9a90592a /multimedia/goggles
parent25d21ee49648c8e023355274507ef04a83b7342a (diff)
downloadfreebsd-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/goggles')
-rw-r--r--multimedia/goggles/Makefile104
-rw-r--r--multimedia/goggles/distinfo2
-rw-r--r--multimedia/goggles/files/patch-build::xvdetect11
-rw-r--r--multimedia/goggles/pkg-descr6
4 files changed, 0 insertions, 123 deletions
diff --git a/multimedia/goggles/Makefile b/multimedia/goggles/Makefile
deleted file mode 100644
index b48a8f604b48..000000000000
--- a/multimedia/goggles/Makefile
+++ /dev/null
@@ -1,104 +0,0 @@
-# New ports collection makefile for: Ogle FOX GUI
-# Date created: Tue Jul 9 20:24:02 UTC 2002
-# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= goggles
-PORTVERSION= 0.8.0
-PORTREVISION= 7
-CATEGORIES= multimedia
-MASTER_SITES= http://www.fifthplanet.net/files/
-
-MAINTAINER= multimedia@FreeBSD.org
-COMMENT= A FOX frontend to the Ogle DVD player
-
-DEPRECATED= Abandonware, see: http://www.fifthplanet.net/2010/01/dead-projects-goggles-dvd-player.html
-EXPIRATION_DATE= 2011-08-01
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.11:${PORTSDIR}/multimedia/ogle
-LIB_DEPENDS= FOX-1.4:${PORTSDIR}/x11-toolkits/fox14
-RUN_DEPENDS= ogle:${PORTSDIR}/multimedia/ogle
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_XORG= x11 xv xproto xext
-MAKE_JOBS_SAFE= yes
-
-pre-everything::
-.ifndef(WITH_DVD_DEVICE)
- @${ECHO_MSG} '===> The default DVD device is ${DEFAULT_DVD_DEVICE}'
- @${ECHO_MSG} "===> You can choose any DVD device at Ogle's command line"
- @${ECHO_MSG} '===> Define WITH_DVD_DEVICE if you want to change the default'
- @${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'"
-.endif
-
-.include <bsd.port.pre.mk>
-
-.ifdef(WITH_DVD_DEVICE)
-DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE}
-.else
-DEFAULT_DVD_DEVICE=/dev/acd0
-.endif
-
-PLIST_FILES= \
- bin/goggles \
- bin/ogle_gui_goggles
-#
-.ifndef(NOPORTDOCS)
-PORTDOCS= \
- goggles_manual.pdf
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -E \
- -e 's|/bin/bash|${SH}|' \
- -e 's|^(MAKE=).*$$|\1${GMAKE}|' \
- -e 's|function print_help|print_help|' \
- ${WRKSRC}/gb
- @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \
- ${WRKSRC}/build/xvdetect
-
-do-configure:
-# fix dvd device
-# correct applnk location
- @${REINPLACE_CMD} -E \
- -e 's|^(CONFIG_DVD_DEVICE=).+$$|\1"${DEFAULT_DVD_DEVICE}"|' \
- -e 's|applnk-mdk|applnk|' \
- ${WRKSRC}/build/config.linux
-# uphold PREFIX
-# uphold C{,XX}FLAGS
-# uphold C{C,XX}
- @${REINPLACE_CMD} -E \
- -e 's|/usr/share/|${PREFIX}/share/|' \
- -e 's|^(export[[:space:]]+CC=).+$$|\1"${CC}"|' \
- -e 's|^(export[[:space:]]+CXX=).+$$|\1"${CXX}"|' \
- -e 's|^(export[[:space:]]+CFLAGS=).+$$|\1"${CFLAGS} ${PTHREAD_CFLAGS}"|' \
- -e 's|^(export[[:space:]]+CXXFLAGS=).+$$|\1"${CXXFLAGS}"|' \
- -e 's|^(export[[:space:]]+LIBS=).+$$|\1"${PTHREAD_LIBS}"|' \
- -e 's|^(export[[:space:]]+LIBLINK=)"ar (.+)$$|\1"${AR} \2|' \
- ${WRKSRC}/build/config.linux
-
-do-build:
- @cd ${WRKSRC} && ./gb \
- --prefix=${PREFIX} \
- --fox-prefix=${LOCALBASE} \
- --ogle-prefix=${LOCALBASE} \
- --with-xv=yes
-
-post-build:
- @${SED} -E \
- -e 's|@prefix@|${PREFIX}|' \
- ${WRKSRC}/scripts/goggles.in > \
- ${WRKDIR}/goggles
-
-do-install:
-.ifndef(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/desktop/goggles_manual.pdf ${DOCSDIR}
-.endif
- @${INSTALL_SCRIPT} ${WRKDIR}/goggles ${PREFIX}/bin
- @${INSTALL_PROGRAM} ${WRKSRC}/src/ogle_gui_goggles ${PREFIX}/bin
-
-.include <bsd.port.post.mk>
diff --git a/multimedia/goggles/distinfo b/multimedia/goggles/distinfo
deleted file mode 100644
index ce06f184e1f7..000000000000
--- a/multimedia/goggles/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (goggles-0.8.0.tar.bz2) = 1d4c15c4020cae30a004ccad4bbe3074553114dfc0d245b87b5d46448853068d
-SIZE (goggles-0.8.0.tar.bz2) = 490077
diff --git a/multimedia/goggles/files/patch-build::xvdetect b/multimedia/goggles/files/patch-build::xvdetect
deleted file mode 100644
index d69f547ebe44..000000000000
--- a/multimedia/goggles/files/patch-build::xvdetect
+++ /dev/null
@@ -1,11 +0,0 @@
---- build/xvdetect.orig Tue Dec 14 09:37:27 2004
-+++ build/xvdetect Tue Dec 14 09:37:39 2004
-@@ -30,7 +30,7 @@
- if [ -f ${XLIBDIR}/libXv.a ] || [ -f ${XLIBDIR}/libXv.so ] ; then
- echo -e " Check XVideo Library: \033[32mFOUND\033[0m"
- LIBS="${LIBS} -L${XLIBDIR} -lXext -lXv"
-- DEFS="${DEFS} -DHAVE_XV"
-+ DEFS="${DEFS} -I${XINCLUDEDIR} -DHAVE_XV"
- else
- echo -e " Check XVideo Library: \033[31mNot Found\033[0m"
- exit -1
diff --git a/multimedia/goggles/pkg-descr b/multimedia/goggles/pkg-descr
deleted file mode 100644
index 91befcc2eab3..000000000000
--- a/multimedia/goggles/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-This is a Graphical Interface for Ogle.
-
-Goggles is a FOX frontend to the Ogle DVD player both visually and
-functionally resembling the one from graphics/ogle-gui port.
-
-WWW: http://www.fifthplanet.net/goggles.html