aboutsummaryrefslogtreecommitdiffstats
path: root/audio/prokyon3
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-07-27 03:19:20 +0800
committerrene <rene@FreeBSD.org>2013-07-27 03:19:20 +0800
commitc945ab9477002608dac69f344be7d3f1f1b7d511 (patch)
tree4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /audio/prokyon3
parent16876857cc4291ce83cf938fde7ea3a988e9a904 (diff)
downloadfreebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.tar.gz
freebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.tar.zst
freebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.zip
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
Diffstat (limited to 'audio/prokyon3')
-rw-r--r--audio/prokyon3/Makefile73
-rw-r--r--audio/prokyon3/distinfo2
-rw-r--r--audio/prokyon3/files/patch-src_job_importplaylist.cpp10
-rw-r--r--audio/prokyon3/files/patch-src_qmbflacfile.cpp67
-rw-r--r--audio/prokyon3/pkg-descr14
-rw-r--r--audio/prokyon3/pkg-message5
-rw-r--r--audio/prokyon3/pkg-plist127
7 files changed, 0 insertions, 298 deletions
diff --git a/audio/prokyon3/Makefile b/audio/prokyon3/Makefile
deleted file mode 100644
index 1c4ad703c1f5..000000000000
--- a/audio/prokyon3/Makefile
+++ /dev/null
@@ -1,73 +0,0 @@
-# Created by: Kay Lehmann
-# $FreeBSD$
-
-PORTNAME= prokyon3
-PORTVERSION= 0.9.6
-PORTREVISION= 12
-CATEGORIES= audio
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Multithreaded music manager and tag editor
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt-mysql-plugin \
- bash:${PORTSDIR}/shells/bash
-LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac \
- mad:${PORTSDIR}/audio/libmad \
- vorbis:${PORTSDIR}/audio/libvorbis \
- tag:${PORTSDIR}/audio/taglib
-RUN_DEPENDS= ${LOCALBASE}/lib/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt-mysql-plugin
-
-DEPRECATED= Depends on Qt3; unmaintained
-EXPIRATION_DATE= 2013-07-01
-
-OPTIONS_DEFINE= BURN
-BURN_DESC= CD/DVD burning support
-
-USE_XORG= x11 xft
-USE_QT_VER= 3
-USE_MYSQL= yes
-USE_PERL5_BUILD=yes
-USES= gettext
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-other-includes=${LOCALBASE}/include \
- --with-other-libs=${LOCALBASE}/lib \
- --without-mixxx --without-musicextras \
- --without-musicbrainz
-MAKE_ARGS= LIBS="-lqt-mt ${PTHREAD_LIBS}"
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MBURN}
-RUN_DEPENDS+= mpg123:${PORTSDIR}/audio/mpg123 \
- ogg123:${PORTSDIR}/audio/vorbis-tools \
- normalize:${PORTSDIR}/audio/normalize \
- bash:${PORTSDIR}/shells/bash \
- cdrecord:${PORTSDIR}/sysutils/cdrtools
-PLIST_SUB+= BURN=""
-.else
-PLIST_SUB+= BURN="@comment "
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|^#!.*$$|#!${LOCALBASE}/bin/bash|g ; \
- s|^CXXFLAGS=|#CXXFLAGS=|g ; \
- s|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e \
- 's|^#!.*$$|#!${LOCALBASE}/bin/bash|g' ${WRKSRC}/prokburn
- @${REINPLACE_CMD} -e \
- 's|: install-binSCRIPTS|:|g' ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e \
- 's|getopt.$$(OBJEXT)||g' ${WRKSRC}/src/Makefile.in
-
-post-install:
-.if ${PORT_OPTIONS:MBURN}
- ${INSTALL_SCRIPT} ${WRKSRC}/prokburn ${PREFIX}/bin
-.endif
- @${ECHO_MSG}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_MSG}
-
-.include <bsd.port.mk>
diff --git a/audio/prokyon3/distinfo b/audio/prokyon3/distinfo
deleted file mode 100644
index 4c1db114dc7d..000000000000
--- a/audio/prokyon3/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (prokyon3-0.9.6.tar.gz) = a5c9477b8f15e791860dcd7e7608dcfdc0cf423528a56525a3d20e4d6935cb6a
-SIZE (prokyon3-0.9.6.tar.gz) = 1162620
diff --git a/audio/prokyon3/files/patch-src_job_importplaylist.cpp b/audio/prokyon3/files/patch-src_job_importplaylist.cpp
deleted file mode 100644
index 837ee34deaf0..000000000000
--- a/audio/prokyon3/files/patch-src_job_importplaylist.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/job_importplaylist.cpp.orig 2007-01-07 06:51:11.000000000 +0900
-+++ src/job_importplaylist.cpp 2008-06-04 02:01:55.000000000 +0900
-@@ -9,6 +9,7 @@
- #include <qstringlist.h>
- #include <qregexp.h>
- #include <qfile.h>
-+#include <qdir.h>
- #include <qfileinfo.h>
-
- #ifdef EMBEDDED
diff --git a/audio/prokyon3/files/patch-src_qmbflacfile.cpp b/audio/prokyon3/files/patch-src_qmbflacfile.cpp
deleted file mode 100644
index b31a82664721..000000000000
--- a/audio/prokyon3/files/patch-src_qmbflacfile.cpp
+++ /dev/null
@@ -1,67 +0,0 @@
---- src/qmbflacfile.cpp.orig 2006-02-01 16:47:52.000000000 +0900
-+++ src/qmbflacfile.cpp 2008-06-04 02:06:11.000000000 +0900
-@@ -33,6 +33,12 @@
- #include <musicbrainz/mb_c.h>
- #include <FLAC++/metadata.h>
-
-+#if !defined(FLAC_API_VERSION_CURRENT) || FLAC_API_VERSION_CURRENT < 8
-+#define LEGACY_FLAC
-+#else
-+#undef LEGACY_FLAC
-+#endif
-+
- QMBFLACFile::QMBFLACFile()
- : QMBFile(), FLAC::Decoder::File(), offset(0), decode_error(false) {
- //we do nothing here. we want to allow checking of return value,
-@@ -57,17 +63,27 @@
- int lastslash = filename.findRev('/');
- metadata.SetFileName(filename.right(filename.length() - lastslash - 1));
-
-+#ifdef LEGACY_FLAC
- //set the filename with the FLAC::Decoder::File class
- set_filename(fullfilename.latin1());
-+#endif
-
- //tell the decoder to call the metadata callback on vorbis comments so we can get the metadata already stored in the file
- set_metadata_respond(FLAC__METADATA_TYPE_VORBIS_COMMENT);
-
- //Start reading the FLAC file
-+#ifdef LEGACY_FLAC
- FLAC__FileDecoderState state = init();
-
- if (state != FLAC__FILE_DECODER_OK) {
- qWarning("QMBFLACFile::Extract(): error opening file: %i (%s).", state, FLAC__FileDecoderStateString[state]);
-+#else
-+ FLAC__StreamDecoderState state;
-+ FLAC__StreamDecoderInitStatus initstate = init(fullfilename.latin1());
-+
-+ if (initstate != FLAC__STREAM_DECODER_INIT_STATUS_OK) {
-+ qWarning("QMBFLACFile::Extract(): error opening file: %i (%s).", initstate, FLAC__StreamDecoderStateString[initstate]);
-+#endif
- finish();
- return -1;
- }
-@@ -75,7 +91,11 @@
- //read through all the metadata so our callback can catch it all
- if(!process_until_end_of_metadata ()) {
- state = get_state();
-+#ifdef LEGACY_FLAC
- qWarning("QMBFLACFile::Extract(): error getting metadata: %i (%s).", state, FLAC__FileDecoderStateString[state]);
-+#else
-+ qWarning("QMBFLACFile::Extract(): error getting metadata: %i (%s).", state, FLAC__StreamDecoderStateString[state] );
-+#endif
- decode_error = true;
- finish();
- return -2;
-@@ -108,7 +128,11 @@
- while (!decode_error && offset < (unsigned long) bufferlen) {
- if (!process_single()) {
- state = get_state();
-+#ifdef LEGACY_FLAC
- qWarning("QMBFLACFile::Extract(): error getting raw data: %i (%s).", state, FLAC__FileDecoderStateString[state]);
-+#else
-+ qWarning("QMBFLACFile::Extract(): error getting raw data: %i (%s).", state, FLAC__StreamDecoderStateString[state]);
-+#endif
- decode_error = true;
- finish();
- return -2;
diff --git a/audio/prokyon3/pkg-descr b/audio/prokyon3/pkg-descr
deleted file mode 100644
index 31e1604bf4ff..000000000000
--- a/audio/prokyon3/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-prokyon3 is a multithreaded music manager and tag editor for Unix
-(developed on Linux). It was written in C++ using the Qt3 widget set
-and the MySQL database. prokyon3 can access MP3, Ogg and FLAC files on
-hard disk, CDROM or network. Files can be played using XMMS (default)
-or other players. The file view is customizable and favorite artists
-are supported. prokyon3 also offers an editor for ID3 and Ogg tags and
-has been designed to support tagging for large quantities of files.
-
-Beside it's own features prokyon3 is able to interact with a lot of
-other programms. Thanks to it's configurable interfaces you can combine
-prokyon3 with cd burners, media players and data aggregators of your
-choice.
-
-WWW: http://prokyon3.sourceforge.net/
diff --git a/audio/prokyon3/pkg-message b/audio/prokyon3/pkg-message
deleted file mode 100644
index 3bf701f290d6..000000000000
--- a/audio/prokyon3/pkg-message
+++ /dev/null
@@ -1,5 +0,0 @@
-WARNING:
-prokyon-0.9.2 introduces rudimental burning-support, which needs to be
-enabled using WITH_BURN=yes when installing this port. This feature
-hasn't been tested at all. So you have been warned when anything weird
-happens using this feature.
diff --git a/audio/prokyon3/pkg-plist b/audio/prokyon3/pkg-plist
deleted file mode 100644
index 9e75aad7c143..000000000000
--- a/audio/prokyon3/pkg-plist
+++ /dev/null
@@ -1,127 +0,0 @@
-%%BURN%%bin/prokburn
-bin/prokyon3
-share/locale/ca/LC_MESSAGES/prokyon3.mo
-share/locale/de/LC_MESSAGES/prokyon3.mo
-share/locale/en/LC_MESSAGES/prokyon3.mo
-share/locale/es/LC_MESSAGES/prokyon3.mo
-share/locale/fr/LC_MESSAGES/prokyon3.mo
-share/locale/he/LC_MESSAGES/prokyon3.mo
-share/locale/hr/LC_MESSAGES/prokyon3.mo
-share/locale/it/LC_MESSAGES/prokyon3.mo
-share/locale/nl/LC_MESSAGES/prokyon3.mo
-share/locale/pl/LC_MESSAGES/prokyon3.mo
-share/locale/pt_BR/LC_MESSAGES/prokyon3.mo
-share/locale/ro/LC_MESSAGES/prokyon3.mo
-share/locale/ru/LC_MESSAGES/prokyon3.mo
-share/locale/sv/LC_MESSAGES/prokyon3.mo
-share/locale/tr/LC_MESSAGES/prokyon3.mo
-share/locale/yi/LC_MESSAGES/prokyon3.mo
-%%DATADIR%%/html/manual_one_file/images/docbook/important.png
-%%DATADIR%%/html/manual_one_file/images/docbook/note.png
-%%DATADIR%%/html/manual_one_file/images/docbook/tip.png
-%%DATADIR%%/html/manual_one_file/images/docbook/warning.png
-%%DATADIR%%/html/manual_one_file/index.html
-%%DATADIR%%/html/manual_one_file/index_fr.html
-%%DATADIR%%/images/0star.png
-%%DATADIR%%/images/1star.png
-%%DATADIR%%/images/2star.png
-%%DATADIR%%/images/3star.png
-%%DATADIR%%/images/4star.png
-%%DATADIR%%/images/5star.png
-%%DATADIR%%/images/action_append.png
-%%DATADIR%%/images/action_burncd.png
-%%DATADIR%%/images/action_connect.png
-%%DATADIR%%/images/action_createdb.png
-%%DATADIR%%/images/action_discard.png
-%%DATADIR%%/images/action_disconnect.png
-%%DATADIR%%/images/action_documentation.png
-%%DATADIR%%/images/action_mextras_log.png
-%%DATADIR%%/images/action_quit.png
-%%DATADIR%%/images/action_readtags.png
-%%DATADIR%%/images/action_remove.png
-%%DATADIR%%/images/action_rename.png
-%%DATADIR%%/images/action_selectall.png
-%%DATADIR%%/images/action_settings.png
-%%DATADIR%%/images/action_switchbottom.png
-%%DATADIR%%/images/action_switchleft.png
-%%DATADIR%%/images/action_switchright.png
-%%DATADIR%%/images/action_synchronize.png
-%%DATADIR%%/images/action_unselectall.png
-%%DATADIR%%/images/action_updateonly.png
-%%DATADIR%%/images/action_writetags.png
-%%DATADIR%%/images/amarok.png
-%%DATADIR%%/images/ask_musicbrainz.png
-%%DATADIR%%/images/beep-media-player.png
-%%DATADIR%%/images/down.png
-%%DATADIR%%/images/fileimport.png
-%%DATADIR%%/images/filenew.png
-%%DATADIR%%/images/filesave.png
-%%DATADIR%%/images/filter.png
-%%DATADIR%%/images/help.png
-%%DATADIR%%/images/html.png
-%%DATADIR%%/images/icon.png
-%%DATADIR%%/images/idea.png
-%%DATADIR%%/images/jump.png
-%%DATADIR%%/images/kaffeine.png
-%%DATADIR%%/images/lvi_album.png
-%%DATADIR%%/images/lvi_album16x16.png
-%%DATADIR%%/images/lvi_artist.png
-%%DATADIR%%/images/lvi_artist_favourite.png
-%%DATADIR%%/images/lvi_cdrom.png
-%%DATADIR%%/images/lvi_changed.png
-%%DATADIR%%/images/lvi_hdd.png
-%%DATADIR%%/images/lvi_nfs.png
-%%DATADIR%%/images/lvi_playlist.png
-%%DATADIR%%/images/lvi_smb.png
-%%DATADIR%%/images/madsmiley.png
-%%DATADIR%%/images/mixxx.png
-%%DATADIR%%/images/mplayer.png
-%%DATADIR%%/images/music_sixteenthnote.png
-%%DATADIR%%/images/noatun.png
-%%DATADIR%%/images/play-off-Ch1.png
-%%DATADIR%%/images/play-off-Ch2.png
-%%DATADIR%%/images/play-on-Ch1.png
-%%DATADIR%%/images/play-on-Ch2.png
-%%DATADIR%%/images/player_enqueue.png
-%%DATADIR%%/images/player_fwd.png
-%%DATADIR%%/images/player_next.png
-%%DATADIR%%/images/player_pause.png
-%%DATADIR%%/images/player_play.png
-%%DATADIR%%/images/player_prev.png
-%%DATADIR%%/images/player_rew.png
-%%DATADIR%%/images/player_stop.png
-%%DATADIR%%/images/prelisten_enqueue.png
-%%DATADIR%%/images/prelisten_fwd.png
-%%DATADIR%%/images/prelisten_next.png
-%%DATADIR%%/images/prelisten_pause.png
-%%DATADIR%%/images/prelisten_play.png
-%%DATADIR%%/images/prelisten_play2.png
-%%DATADIR%%/images/prelisten_prev.png
-%%DATADIR%%/images/prelisten_rew.png
-%%DATADIR%%/images/prelisten_stop.png
-%%DATADIR%%/images/prokyon_bump.png
-%%DATADIR%%/images/prokyon_logo.png
-%%DATADIR%%/images/smiley.png
-%%DATADIR%%/images/splash5.png
-%%DATADIR%%/images/totem.png
-%%DATADIR%%/images/up.png
-%%DATADIR%%/images/xmms.png
-%%DATADIR%%/prokyon3_embedded_mysql.cnf
-%%DATADIR%%/testmusicextras/test1.mp3
-%%DATADIR%%/testmusicextras/test2.mp3
-%%DATADIR%%/testmusicextras/test3.mp3
-%%DATADIR%%/testmusicextras/test4.mp3
-%%DATADIR%%/testmusicextras/test5.mp3
-%%DATADIR%%/testmusicextras/test6.mp3
-%%DATADIR%%/testmusicextras/test7.mp3
-%%DATADIR%%/testmusicextras/testresults.pdf
-%%DATADIR%%/testmusicextras/testresults.sxw
-@dirrmtry share/locale/yi/LC_MESSAGES
-@dirrmtry share/locale/yi
-@dirrm %%DATADIR%%/testmusicextras
-@dirrm %%DATADIR%%/images
-@dirrm %%DATADIR%%/html/manual_one_file/images/docbook
-@dirrm %%DATADIR%%/html/manual_one_file/images
-@dirrm %%DATADIR%%/html/manual_one_file
-@dirrm %%DATADIR%%/html
-@dirrm %%DATADIR%%