summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/muine/Makefile45
-rw-r--r--audio/muine/distinfo2
-rw-r--r--audio/muine/files/patch-libmuine_Makefile.in23
-rw-r--r--audio/muine/files/patch-src_muine.exe.config.in11
-rw-r--r--audio/muine/pkg-descr12
-rw-r--r--audio/muine/pkg-plist34
-rw-r--r--multimedia/py-gstreamer/Makefile55
-rw-r--r--multimedia/py-gstreamer/distinfo2
-rw-r--r--multimedia/py-gstreamer/pkg-descr10
-rw-r--r--multimedia/py-gstreamer/pkg-plist25
10 files changed, 0 insertions, 219 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile
deleted file mode 100644
index b2ee7d381..000000000
--- a/audio/muine/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: muine
-# Date created: 20040615
-# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= muine
-PORTVERSION= 0.6.3
-PORTREVISION= 2
-CATEGORIES= audio gnome
-MASTER_SITES= http://muine.gooeylinux.org/
-
-MAINTAINER= tmclaugh@sdf.lonestar.org
-COMMENT= Mono based Gnome audio player
-
-LIB_DEPENDS= FLAC.5:${PORTSDIR}/audio/flac \
- id3tag.2:${PORTSDIR}/audio/libid3tag \
- gdbm:${PORTSDIR}/databases/gdbm
-BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-USE_GNOME= gnomeprefix gnomehack intltool libgnomeui
-WANT_GSTREAMER= yes
-USE_X_PREFIX= yes
-USE_LIBTOOL_VER=15
-USE_REINPLACE= yes
-
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= muine.schemas
-
-OPTIONS= GSTREAMER "Enable Gstreamer backend" off
-
-.include <bsd.port.pre.mk>
-
-.if defined (WITH_GSTREAMER)
-CONFIGURE_ARGS+= --enable-gstreamer=yes
-USE_GSTREAMER+= mad vorbis flac
-.else
-LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/audio/muine/distinfo b/audio/muine/distinfo
deleted file mode 100644
index aaa35942c..000000000
--- a/audio/muine/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (muine-0.6.3.tar.gz) = dc7923e1e0ba87f0303bc30f14f604e3
-SIZE (muine-0.6.3.tar.gz) = 624566
diff --git a/audio/muine/files/patch-libmuine_Makefile.in b/audio/muine/files/patch-libmuine_Makefile.in
deleted file mode 100644
index 29dc69627..000000000
--- a/audio/muine/files/patch-libmuine_Makefile.in
+++ /dev/null
@@ -1,23 +0,0 @@
---- libmuine/Makefile.in.orig Sun Feb 20 14:21:04 2005
-+++ libmuine/Makefile.in Sun Feb 20 14:21:27 2005
-@@ -210,19 +210,12 @@
- INCLUDES = \
- -I$(top_srcdir) \
- -DG_LOG_DOMAIN=\"libmuine\" \
-- -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED \
-- -DGDK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED \
- -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
- $(MUINE_CFLAGS) \
- $(OGG_CFLAGS) \
- $(VORBIS_CFLAGS) \
- $(VORBISFILE_CFLAGS) \
-- $(WARN_CFLAGS) \
-- -DG_DISABLE_DEPRECATED \
-- -DGTK_DISABLE_DEPRECATED \
-- -DGDK_DISABLE_DEPRECATED \
-- -DGDK_PIXBUF_DISABLE_DEPRECATED \
-- -DGNOME_DISABLE_DEPRECATED
-+ $(WARN_CFLAGS)
-
-
- muinelibdir = $(prefix)/lib/muine
diff --git a/audio/muine/files/patch-src_muine.exe.config.in b/audio/muine/files/patch-src_muine.exe.config.in
deleted file mode 100644
index 6eb9c6d7c..000000000
--- a/audio/muine/files/patch-src_muine.exe.config.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/muine.exe.config.in.orig Sat Jun 5 12:48:33 2004
-+++ src/muine.exe.config.in Thu Jul 15 21:59:47 2004
-@@ -1,6 +1,6 @@
- <configuration>
-- <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0"/>
-- <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0"/>
-+ <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so"/>
-+ <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so"/>
- <dllmap dll="libgnomevfs-2.dll" target="libgnomevfs-2.so"/>
- <dllmap dll="libmuine" target="@prefix@/lib/muine/libmuine.so"/>
- </configuration>
diff --git a/audio/muine/pkg-descr b/audio/muine/pkg-descr
deleted file mode 100644
index bb5e79c22..000000000
--- a/audio/muine/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Muine is a music player for GNOME using Mono. It features:
-
-* A simple, intuitive user interface
-* Ogg Vorbis, FLAC and MP3 music playback support
-* Automatic album-cover fetching
-* Support for embedded ID3v2 album images
-* ReplayGain support
-* Support for multiple artist and performer tags per song
-* A system tray icon
-* Translations into many languages
-
-WWW: http://muine.gooeylinux.org/
diff --git a/audio/muine/pkg-plist b/audio/muine/pkg-plist
deleted file mode 100644
index 50064d960..000000000
--- a/audio/muine/pkg-plist
+++ /dev/null
@@ -1,34 +0,0 @@
-bin/muine
-lib/muine/AmazonSearchService.dll
-lib/muine/libmuine.a
-lib/muine/libmuine.so
-lib/muine/libmuine.so.0
-lib/muine/muine.exe
-lib/muine/muine.exe.config
-share/gnome/application-registry/muine.applications
-share/gnome/applications/muine.desktop
-share/gnome/pixmaps/muine.png
-share/locale/bg/LC_MESSAGES/muine.mo
-share/locale/ca/LC_MESSAGES/muine.mo
-share/locale/cs/LC_MESSAGES/muine.mo
-share/locale/da/LC_MESSAGES/muine.mo
-share/locale/de/LC_MESSAGES/muine.mo
-share/locale/en_CA/LC_MESSAGES/muine.mo
-share/locale/en_GB/LC_MESSAGES/muine.mo
-share/locale/es/LC_MESSAGES/muine.mo
-share/locale/eu/LC_MESSAGES/muine.mo
-share/locale/fr/LC_MESSAGES/muine.mo
-share/locale/hr/LC_MESSAGES/muine.mo
-share/locale/hu/LC_MESSAGES/muine.mo
-share/locale/is/LC_MESSAGES/muine.mo
-share/locale/ja/LC_MESSAGES/muine.mo
-share/locale/ko/LC_MESSAGES/muine.mo
-share/locale/nl/LC_MESSAGES/muine.mo
-share/locale/no/LC_MESSAGES/muine.mo
-share/locale/pl/LC_MESSAGES/muine.mo
-share/locale/pt/LC_MESSAGES/muine.mo
-share/locale/pt_BR/LC_MESSAGES/muine.mo
-share/locale/sr/LC_MESSAGES/muine.mo
-share/locale/sr@Latn/LC_MESSAGES/muine.mo
-share/locale/sv/LC_MESSAGES/muine.mo
-@dirrm lib/muine
diff --git a/multimedia/py-gstreamer/Makefile b/multimedia/py-gstreamer/Makefile
deleted file mode 100644
index c787ba1cd..000000000
--- a/multimedia/py-gstreamer/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# New ports collection makefile for: gstreamer-python
-# Date created: Fri Apr 9 16:24:13 CEST 2004
-# Whom: Koop Mast <kwm@rainbow-runner.nl>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gstreamer
-PORTVERSION= 0.8.1
-CATEGORIES= multimedia python gnome
-MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= kwm
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= gst-python-${PORTVERSION}
-
-MAINTAINER= kwm@FreeBSD.org
-COMMENT= A set of Python bindings for gstreamer
-
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2
-
-.if !defined(NOPORTDOCS)
-BUILD_DEPENDS+= xmlto:${PORTSDIR}/textproc/xmlto \
- lynx:${PORTSDIR}/www/lynx
-.endif
-
-USE_PYTHON= yes
-USE_GMAKE= yes
-USE_GNOME= pygtk2 \
- gnomehack \
- pkgconfig
-USE_GSTREAMER= yes
-USE_LIBTOOL_VER=15
-USE_REINPLACE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
- LDFLAGS="-L${X11BASE}"
-DOCS= README.html README.txt
-
-.if !defined(NOPORTDOCS)
-CONFIGURE_ARGS= --enable-docs
-.else
-CONFIGURE_ARGS= --disable-docs
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|DLFCN|dl|g' ${WRKSRC}/gst/__init__.py
-
-.if !defined(NOPORTDOCS)
-post-install:
- @${MKDIR} ${DOCSDIR}
- @cd ${WRKSRC}/docs && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/multimedia/py-gstreamer/distinfo b/multimedia/py-gstreamer/distinfo
deleted file mode 100644
index 1f8af7f7c..000000000
--- a/multimedia/py-gstreamer/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gst-python-0.8.1.tar.gz) = 4666978d610b48f7f7481e41433a856c
-SIZE (gst-python-0.8.1.tar.gz) = 395121
diff --git a/multimedia/py-gstreamer/pkg-descr b/multimedia/py-gstreamer/pkg-descr
deleted file mode 100644
index ec5f4dcd7..000000000
--- a/multimedia/py-gstreamer/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-gst-python provides a convenient wrapper for the GStreamer library for
-use in Python programs, and takes care of many of the boring details
-such as managing memory and type casting.
-
-Like the GTK library itself gst-python is licensed under the GNU LGPL, so is
-suitable for use in both free software and proprietary applications. It
-is already in use in many applications ranging from small single purpose
-scripts up to large full features applications.
-
-WWW: http://gstreamer.freedesktop.org/
diff --git a/multimedia/py-gstreamer/pkg-plist b/multimedia/py-gstreamer/pkg-plist
deleted file mode 100644
index 217a49638..000000000
--- a/multimedia/py-gstreamer/pkg-plist
+++ /dev/null
@@ -1,25 +0,0 @@
-%%PYTHON_SITELIBDIR%%/gst/__init__.py
-%%PYTHON_SITELIBDIR%%/gst/__init__.pyc
-%%PYTHON_SITELIBDIR%%/gst/__init__.pyo
-%%PYTHON_SITELIBDIR%%/gst/_gst.so
-%%PYTHON_SITELIBDIR%%/gst/interfaces.so
-%%PYTHON_SITELIBDIR%%/gst/play.so
-libdata/pkgconfig/gst-python-0.8.pc
-%%PORTDOCS%%%%DOCSDIR%%/README.html
-%%PORTDOCS%%%%DOCSDIR%%/README.txt
-share/gst-python/2.0/defs/gst-types.defs
-share/gst-python/examples/bps.py
-share/gst-python/examples/cp.py
-share/gst-python/examples/f2f.py
-share/gst-python/examples/filesrc.py
-share/gst-python/examples/gst123
-share/gst-python/examples/play.py
-share/gst-python/examples/player.py
-share/gst-python/examples/videoplayer.py
-share/gst-python/examples/vorbisplay.py
-@dirrm share/gst-python/examples
-@dirrm share/gst-python/2.0/defs
-@dirrm share/gst-python/2.0
-@dirrm share/gst-python
-@dirrm %%DOCSDIR%%
-@dirrm %%PYTHON_SITELIBDIR%%/gst