diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gmm/Makefile | 77 | ||||
-rw-r--r-- | audio/gmm/distinfo | 3 | ||||
-rw-r--r-- | audio/gmm/pkg-descr | 5 | ||||
-rw-r--r-- | audio/gmm/pkg-plist | 14 |
6 files changed, 1 insertions, 100 deletions
@@ -4498,3 +4498,4 @@ devel/freebase||2010-08-23|Removed x11-themes/kde4-windeco-aurorae||2010-08-23|Intergated into x11/kdebase4-workspace x11-toolkits/fxscintilla-fox14||2010-08-23|Removed net/tintin++-devel|net/tintin++|2010-08-24|net/tintin++-devel is no longer devel, merged back to net/tintin++ +audio/gmm|audio/gogglesmm|2010-08-24|Project was renamed diff --git a/audio/Makefile b/audio/Makefile index 70d248d2adf3..699e1d63bd18 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -228,7 +228,6 @@ SUBDIR += glurp SUBDIR += gmidimonitor SUBDIR += gmixer - SUBDIR += gmm SUBDIR += gmpc SUBDIR += gmpc-alarm SUBDIR += gmpc-albumview diff --git a/audio/gmm/Makefile b/audio/gmm/Makefile deleted file mode 100644 index 067fc443d9f2..000000000000 --- a/audio/gmm/Makefile +++ /dev/null @@ -1,77 +0,0 @@ -# New ports collection makefile for: ggm -# Date created: 28 May 2008 -# Whom: Sascha Klauder <sklauder@trimind.de> -# -# $FreeBSD$ -# - -PORTNAME= gmm -PORTVERSION= 0.10.26 -CATEGORIES= audio -MASTER_SITES= http://gogglesmm.googlecode.com/files/ -DISTNAME= gogglesmm-${PORTVERSION} - -MAINTAINER= bapt@FreeBSD.org -COMMENT= Music collection manager and player - -LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 \ - xine.1:${PORTSDIR}/multimedia/libxine \ - tag.1:${PORTSDIR}/audio/taglib \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 - -OPTIONS= DBUS "Add DBUS support" on \ - CURL "Add Curl support" on \ - NLS "Add support for nls" on \ - NEWREMOTE "Use new remote player" on - -GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes -USE_GMAKE= yes -USE_XZ= yes -INSTALLS_ICONS= yes - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING - -PORTDOCS= README AUTHORS - -CONFIGURE_ENV= OPT_CFLAGS=" " - -.include <bsd.port.options.mk> -.if defined(WITHOUT_DBUS) -CONFIGURE_ARGS+= --without-dbus -.else -LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus -.endif - -.if defined(WITHOUT_CURL) -CONFIGURE_ARGS+= --without-curl -.else -LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl -.endif - -.if defined(WITHOUT_NLS) -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB= NLS="@comment " -.else -PLIST_SUB= NLS="" -USE_GETTEXT= yes -.endif - -.if defined(WITHOUT_NEWREMOTE) -CONFIGURE_ARGS+=--without-new-remote -.endif - -post-configure: - @${REINPLACE_CMD} -i '' -e 's| -[DT] | |g' \ - ${WRKSRC}/Makefile - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -. for FILE in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} -. endfor -.endif - -.include <bsd.port.mk> diff --git a/audio/gmm/distinfo b/audio/gmm/distinfo deleted file mode 100644 index 57aa39edb0fd..000000000000 --- a/audio/gmm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gogglesmm-0.10.26.tar.xz) = 0af437902dcc0b1da49b3d48df930d8e -SHA256 (gogglesmm-0.10.26.tar.xz) = 1200b4a9fdc507a94e4ffd19a821418f0ec1df300a0deaef292141824035c2c3 -SIZE (gogglesmm-0.10.26.tar.xz) = 361804 diff --git a/audio/gmm/pkg-descr b/audio/gmm/pkg-descr deleted file mode 100644 index ae569373e065..000000000000 --- a/audio/gmm/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Goggles Music Manager is a music collection manager and player that -automatically categorizes your music files based on genre, artist, album, -and song. It supports gapless playback and features easy tag editing. - -WWW: http://code.google.com/p/gogglesmm/ diff --git a/audio/gmm/pkg-plist b/audio/gmm/pkg-plist deleted file mode 100644 index 94f1be145b1d..000000000000 --- a/audio/gmm/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -bin/gogglesmm -share/applications/gogglesmm.desktop -share/icons/hicolor/48x48/apps/gogglesmm.png -%%NLS%%share/locale/de/LC_MESSAGES/gogglesmm.mo -%%NLS%%share/locale/es/LC_MESSAGES/gogglesmm.mo -%%NLS%%share/locale/fr/LC_MESSAGES/gogglesmm.mo -%%NLS%%share/locale/ru/LC_MESSAGES/gogglesmm.mo -%%NLS%%share/locale/hu/LC_MESSAGES/gogglesmm.mo -%%NLS%%share/locale/cs/LC_MESSAGES/gogglesmm.mo -@dirrmtry share/applications -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons |