summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 07:58:55 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 07:58:55 +0800
commit64dd720d04fb2ad7b4cd8fde0a958b7e3620dedd (patch)
tree57f468f21292322b631b46e8963cb2b4df4b7c8a /www
parent7d48260effbe5918b5e299173d49134f71a7a5f5 (diff)
downloadmarcuscom-ports-64dd720d04fb2ad7b4cd8fde0a958b7e3620dedd.tar
marcuscom-ports-64dd720d04fb2ad7b4cd8fde0a958b7e3620dedd.tar.gz
marcuscom-ports-64dd720d04fb2ad7b4cd8fde0a958b7e3620dedd.tar.bz2
marcuscom-ports-64dd720d04fb2ad7b4cd8fde0a958b7e3620dedd.tar.lz
marcuscom-ports-64dd720d04fb2ad7b4cd8fde0a958b7e3620dedd.tar.xz
marcuscom-ports-64dd720d04fb2ad7b4cd8fde0a958b7e3620dedd.tar.zst
marcuscom-ports-64dd720d04fb2ad7b4cd8fde0a958b7e3620dedd.zip
Remove this port now that it is in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6152 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r--www/swfdec-plugin/Makefile54
-rw-r--r--www/swfdec-plugin/distinfo3
-rw-r--r--www/swfdec-plugin/files/patch-Makefile.in11
-rw-r--r--www/swfdec-plugin/files/patch-ltmain.sh15
-rw-r--r--www/swfdec-plugin/pkg-descr8
-rw-r--r--www/swfdec-plugin/pkg-plist2
6 files changed, 0 insertions, 93 deletions
diff --git a/www/swfdec-plugin/Makefile b/www/swfdec-plugin/Makefile
deleted file mode 100644
index 59749a3ee..000000000
--- a/www/swfdec-plugin/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# Ports collection makefile for: swfdec-plugin
-# Date created: Jun 14, 2005
-# Whom: anholt
-#
-# $FreeBSD$
-#
-
-PORTNAME= swfdec-plugin
-PORTVERSION= 0.3.5
-PORTREVISION= 1
-CATEGORIES= www
-MASTER_SITES= http://www.schleef.org/swfdec/download/
-DISTNAME= swfdec-${PORTVERSION}
-
-MAINTAINER= anholt@FreeBSD.org
-COMMENT= Flash rendering plugin
-
-LIB_DEPENDS= swfdec-0.3.0:${PORTSDIR}/graphics/swfdec
-.if defined(WITH_MOZILLA) && ${WITH_MOZILLA}=="firefox"
-BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/firefox-plugin.pc:${PORTSDIR}/www/firefox
-RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/firefox-plugin.pc:${PORTSDIR}/www/firefox
-.else
-BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/mozilla-plugin${HEADERS_SUFX}.pc:${PORTSDIR}/www/mozilla${HEADERS_SUFX}
-RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/mozilla-plugin${HEADERS_SUFX}.pc:${PORTSDIR}/www/mozilla${HEADERS_SUFX}
-.endif
-
-BROKEN= Does not compile
-
-USE_X_PREFIX= yes
-USE_SDL= sdl
-USE_GNOME= gnomehack gtk20 libartlgpl2
-USE_GSTREAMER80= gconf
-USE_GETOPT_LONG= yes
-USE_REINPLACE= yes
-USE_AUTOTOOLS= libtool:15
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-.if defined(WITH_MOZILLA) && ${WITH_MOZILLA}=="firefox"
-CONFIGURE_ENV+= MOZILLA_CONFIG="${X11BASE}/bin/firefox-config"
-.else
-CONFIGURE_ENV+= MOZILLA_CONFIG="${X11BASE}/lib/mozilla/mozilla-config"
-.endif
-
-INSTALLS_SHLIB= yes
-INSTALL_WRKSRC= ${WRKSRC}/plugin
-
-PLIST_SUB= VERSION=${PORTVERSION:R}
-
-post-patch:
- @${REINPLACE_CMD} -e "s,int16_t,__int16_t," ${WRKSRC}/libswfdec/swfdec_shape.c
- @${REINPLACE_CMD} -e "s,mozilla/plugins/,browser_plugins/," ${WRKSRC}/plugin/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/www/swfdec-plugin/distinfo b/www/swfdec-plugin/distinfo
deleted file mode 100644
index 026cdc898..000000000
--- a/www/swfdec-plugin/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (swfdec-0.3.5.tar.gz) = cc40397d7784efee549fb7853b01cac3
-SHA256 (swfdec-0.3.5.tar.gz) = 23094a5ec8f2a23c78e09b5a30dde8d0dc66d3d6488a4b9ea58b3bfb3943c06b
-SIZE (swfdec-0.3.5.tar.gz) = 512041
diff --git a/www/swfdec-plugin/files/patch-Makefile.in b/www/swfdec-plugin/files/patch-Makefile.in
deleted file mode 100644
index af3c1f30c..000000000
--- a/www/swfdec-plugin/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Tue Jun 14 21:37:46 2005
-+++ Makefile.in Tue Jun 14 21:43:11 2005
-@@ -227,7 +227,7 @@
- @WITH_GLIB_COMPAT_TRUE@glib_compat_subdirs = glib-compat
- @WITH_GLIB_COMPAT_FALSE@no_glib_compat_subdirs = gimp-loader pixbuf-loader
- @WITH_GLIB_COMPAT_TRUE@no_glib_compat_subdirs =
--SUBDIRS = $(glib_compat_subdirs) libswfdec test player plugin $(no_glib_compat_subdirs)
-+SUBDIRS = $(glib_compat_subdirs) libswfdec plugin
- DIST_SUBDIRS = \
- gimp-loader \
- glib-compat \
diff --git a/www/swfdec-plugin/files/patch-ltmain.sh b/www/swfdec-plugin/files/patch-ltmain.sh
deleted file mode 100644
index b3c8af1df..000000000
--- a/www/swfdec-plugin/files/patch-ltmain.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- ltmain.sh.orig Wed Nov 24 17:28:43 2004
-+++ ltmain.sh Wed Nov 24 17:28:55 2004
-@@ -5551,10 +5551,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false ; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/www/swfdec-plugin/pkg-descr b/www/swfdec-plugin/pkg-descr
deleted file mode 100644
index c217ddea0..000000000
--- a/www/swfdec-plugin/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-swfdec-plugin is a Mozilla plugin for rendering flash (.swf) animations using
-the gstreamer framework and the swfdec library. It should currently play Flash
-4 files, and Flash 5 support is under development.
-
-WWW: http://www.schleef.org/swfdec/
-
-- Eric Anholt
-anholt@FreeBSD.org
diff --git a/www/swfdec-plugin/pkg-plist b/www/swfdec-plugin/pkg-plist
deleted file mode 100644
index 5843c8bcc..000000000
--- a/www/swfdec-plugin/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/swfdec-mozilla-player
-lib/browser_plugins/libswfdecmozilla.so