diff options
author | bapt <bapt@FreeBSD.org> | 2011-05-03 21:05:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-05-03 21:05:08 +0800 |
commit | 66097d2aabfcd3a353691bc54b447053b7bbc2f6 (patch) | |
tree | d4212c32f5993d6eb6f3d8b2679429143a7b02ad /audio | |
parent | cefe36054a585bc60809bc9f59638c9316e3f23a (diff) | |
download | freebsd-ports-gnome-66097d2aabfcd3a353691bc54b447053b7bbc2f6.tar.gz freebsd-ports-gnome-66097d2aabfcd3a353691bc54b447053b7bbc2f6.tar.zst freebsd-ports-gnome-66097d2aabfcd3a353691bc54b447053b7bbc2f6.zip |
Another bunch of expired ports removal
2011-05-01 audio/albumart: Upstream disapear and distfile is no more available
2011-05-01 audio/aylet: Upstream disapear and distfile is no more available
2011-05-01 audio/cantus: Upstream disapear and distfile is no more available
2011-05-01 audio/xaylet: Upstream disapear and distfile is no more available
2011-05-01 science/oases: Upstream disapear and distfile is no more available
2011-05-01 shells/pash: Upstream disapear and distfile is no more available
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 4 | ||||
-rw-r--r-- | audio/albumart/Makefile | 35 | ||||
-rw-r--r-- | audio/albumart/distinfo | 2 | ||||
-rw-r--r-- | audio/albumart/files/patch-setup.py | 10 | ||||
-rw-r--r-- | audio/albumart/pkg-descr | 8 | ||||
-rw-r--r-- | audio/albumart/pkg-plist | 54 | ||||
-rw-r--r-- | audio/aylet/Makefile | 56 | ||||
-rw-r--r-- | audio/aylet/distinfo | 2 | ||||
-rw-r--r-- | audio/aylet/pkg-descr | 11 | ||||
-rw-r--r-- | audio/aylet/pkg-message | 4 | ||||
-rw-r--r-- | audio/cantus/Makefile | 30 | ||||
-rw-r--r-- | audio/cantus/distinfo | 2 | ||||
-rw-r--r-- | audio/cantus/files/patch-gui_file2tag.h | 9 | ||||
-rw-r--r-- | audio/cantus/files/patch-src_configfile.c | 11 | ||||
-rw-r--r-- | audio/cantus/files/patch-src_gui_file2tag.c | 11 | ||||
-rw-r--r-- | audio/cantus/pkg-descr | 7 | ||||
-rw-r--r-- | audio/cantus/pkg-plist | 26 | ||||
-rw-r--r-- | audio/xaylet/Makefile | 32 | ||||
-rw-r--r-- | audio/xaylet/pkg-descr | 11 |
19 files changed, 0 insertions, 325 deletions
diff --git a/audio/Makefile b/audio/Makefile index 36ff14d8a40d..2cf7cdcc7125 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -25,7 +25,6 @@ SUBDIR += akode-plugins-resampler SUBDIR += akode-plugins-xiph SUBDIR += alac - SUBDIR += albumart SUBDIR += alienwah SUBDIR += alsa-lib SUBDIR += alsa-plugins @@ -62,7 +61,6 @@ SUBDIR += autocd SUBDIR += autotalent SUBDIR += autozen - SUBDIR += aylet SUBDIR += baudline SUBDIR += beast SUBDIR += bebocd @@ -85,7 +83,6 @@ SUBDIR += btc SUBDIR += calf SUBDIR += cam - SUBDIR += cantus SUBDIR += cantus_3 SUBDIR += caps-plugins SUBDIR += ccaudio2 @@ -810,7 +807,6 @@ SUBDIR += wxguitar SUBDIR += x11amp SUBDIR += xanalyser - SUBDIR += xaylet SUBDIR += xcd SUBDIR += xcdplayer SUBDIR += xfce4-mixer diff --git a/audio/albumart/Makefile b/audio/albumart/Makefile deleted file mode 100644 index 2ea1612b12ff..000000000000 --- a/audio/albumart/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: albumart -# Date created: 27 Aug 2008 -# Whom: Timothy Bourke <timbob@bigpond.com> -# -# $FreeBSD$ -# - -PORTNAME= albumart -PORTVERSION= 1.6.6 -PORTREVISION= 3 -CATEGORIES= audio python -MASTER_SITES= http://muksuluuri.ath.cx/~skyostil/projects/albumart/dist/ - -MAINTAINER= timbob@bigpond.com -COMMENT= GUI application for downloading album cover art - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -USE_GMAKE= yes -USE_PYTHON= yes -USE_PYDISTUTILS=yes - -RUN_DEPENDS+= py*-qt>=3.1:${PORTSDIR}/x11-toolkits/py-qt -RUN_DEPENDS+= py*-imaging>=1.1:${PORTSDIR}/graphics/py-imaging - -post-patch: - ${CP} ${WRKSRC}/bin/albumart-qt ${WRKSRC}/bin/albumart-qt.orig - echo "#!${PYTHON_CMD}" > ${WRKSRC}/bin/albumart-qt - ${TAIL} -n +2 ${WRKSRC}/bin/albumart-qt.orig >> ${WRKSRC}/bin/albumart-qt - ${CP} ${WRKSRC}/setup.py ${WRKSRC}/setup.py.orig - ${SED} -e "s/os.system(\"make\")/os.system(\"${GMAKE}\")/" \ - ${WRKSRC}/setup.py.orig > ${WRKSRC}/setup.py - -.include <bsd.port.mk> diff --git a/audio/albumart/distinfo b/audio/albumart/distinfo deleted file mode 100644 index 7d6db45b7140..000000000000 --- a/audio/albumart/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (albumart-1.6.6.tar.gz) = de2e7e344e0fa1ebdf593099af9a365230d2a467b02364b1f9be6b2f023cae8e -SIZE (albumart-1.6.6.tar.gz) = 443415 diff --git a/audio/albumart/files/patch-setup.py b/audio/albumart/files/patch-setup.py deleted file mode 100644 index 8912a69e9494..000000000000 --- a/audio/albumart/files/patch-setup.py +++ /dev/null @@ -1,10 +0,0 @@ ---- setup.py.orig 2008-08-27 21:01:10.000000000 +1000 -+++ setup.py 2008-08-27 21:01:24.000000000 +1000 -@@ -51,7 +51,6 @@ - 'lib/albumart/yahoo/search/webservices.py', - 'lib/albumart/yahoo/search/version.py', - ]), -- ('share/doc/albumart', ['README', 'TODO', 'CHANGELOG']), - ] - ) - diff --git a/audio/albumart/pkg-descr b/audio/albumart/pkg-descr deleted file mode 100644 index 1b1611c8c182..000000000000 --- a/audio/albumart/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -GUI program to semi-automatically download album cover images for a music -collection. It will work through a specified music directory, and for each -subdirectory will download a set of corresponding (best guess) album covers. -The naming format of the subdirectories can be configured, as can the -location to save the results, such as .desktop-entry files, folder.jpg -files, mp3 tags, etc. - -WWW: http://www.unrealvoodoo.org/hiteck/projects/albumart/ diff --git a/audio/albumart/pkg-plist b/audio/albumart/pkg-plist deleted file mode 100644 index 0f92d449f726..000000000000 --- a/audio/albumart/pkg-plist +++ /dev/null @@ -1,54 +0,0 @@ -bin/albumart-qt -lib/albumart/albumart_source_buy.py -lib/albumart/event.py -lib/albumart/config.py -lib/albumart/albumart_source_amazon.py -lib/albumart/albumart_images.py -lib/albumart/albumart_source_yahoo.py -lib/albumart/albumart_configuration_dialog.py -lib/albumart/albumart_dialog_base.py -lib/albumart/albumart_target_freedesktop.py -lib/albumart/albumart_target_id3v2.py -lib/albumart/albumart_target_windows.py -lib/albumart/albumart_progress_widget.py -lib/albumart/albumart_string_list_widget.py -lib/albumart/albumart_about_dialog_base.py -lib/albumart/id3/__init__.py -lib/albumart/id3/binfuncs.py -lib/albumart/id3/ID3v2Frames.py -lib/albumart/items.py -lib/albumart/albumart_about_dialog.py -lib/albumart/albumart_exception_dialog.py -lib/albumart/albumart_configuration_dialog_base.py -lib/albumart/albumart.py -lib/albumart/albumart_recognizer_path.py -lib/albumart/albumart_exception_dialog_base.py -lib/albumart/amazon.py -lib/albumart/albumart_source_walmart.py -lib/albumart/pixmap.py -lib/albumart/albumart_target_generic.py -lib/albumart/albumart_recognizer_id3v2.py -lib/albumart/albumart_dialog.py -lib/albumart/albumart_unattended_ui.py -lib/albumart/albumart_string_list_widget_base.py -lib/albumart/version.py -lib/albumart/process.py -lib/albumart/yahoo/__init__.py -lib/albumart/yahoo/search/domparsers.py -lib/albumart/yahoo/search/debug.py -lib/albumart/yahoo/search/__init__.py -lib/albumart/yahoo/search/webservices.py -lib/albumart/yahoo/search/version.py -share/pixmaps/albumart.png -share/applnk/Multimedia/albumart.desktop -share/apps/konqueror/servicemenus/albumart_set_cover_image.desktop -@dirrmtry share/doc/albumart -@dirrmtry share/apps/konqueror/servicemenus -@dirrmtry share/apps/konqueror -@dirrmtry share/apps -@dirrmtry share/applnk/Multimedia -@dirrmtry share/applnk -@dirrmtry lib/albumart/yahoo/search -@dirrmtry lib/albumart/yahoo -@dirrmtry lib/albumart/id3 -@dirrmtry lib/albumart diff --git a/audio/aylet/Makefile b/audio/aylet/Makefile deleted file mode 100644 index 0d19da6195ad..000000000000 --- a/audio/aylet/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: aylet -# Date created: 9 Jul 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# -# $FreeBSD$ -# - -PORTNAME= aylet -PORTVERSION= 0.5 -PORTREVISION= 2 -CATEGORIES= audio -MASTER_SITES= ftp://ftp.ibiblio.org/pub/Linux/apps/sound/players/ \ - CRITICAL -PKGNAMEPREFIX?= - -MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A command line player for the .ay audio file format - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 -USE_GMAKE= yes -MAKE_JOBS_SAFE= yes - -ALL_TARGET?= ${PORTNAME} -CFLAGS+= -DDRIVER_OSS -I${LOCALBASE}/include - -.if ${PKGNAMEPREFIX} == "" - -LICENSE= GPLv2 -MAN1= aylet.1 -PLIST_FILES= bin/aylet - -.endif - -aylet-post-patch: -.for flag in CC CFLAGS - @${REINPLACE_CMD} -e 's|^${flag}=|${flag}?=|' \ - ${WRKSRC}/Makefile -.endfor - @${REINPLACE_CMD} -e 's|\((CC)\)\ \-o|\1 $$\(CFLAGS) -o|' \ - ${WRKSRC}/Makefile - -.if ${PKGNAMEPREFIX} == "" - -post-patch: aylet-post-patch - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 - -.endif - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/audio/aylet/distinfo b/audio/aylet/distinfo deleted file mode 100644 index 961cf10a5712..000000000000 --- a/audio/aylet/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (aylet-0.5.tar.gz) = c8c428a63abe5087b0345709a9a8034c2e6873b6071d9f7b05578aae0f3a4f72 -SIZE (aylet-0.5.tar.gz) = 43577 diff --git a/audio/aylet/pkg-descr b/audio/aylet/pkg-descr deleted file mode 100644 index 654c90caa76f..000000000000 --- a/audio/aylet/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Aylet plays music files in the `.ay' format. These files are essentially -wrappers around bits of Z80 code which play music on the Sinclair ZX Spectrum -128's sound hardware - either the beeper, or (eponymously) the AY-3-8912 sound -chip. Files using the Amstrad CPC ports are also supported. - -The sound hardware emulation is based on a Spectrum emulator Fuse. - -WWW: http://freshmeat.net/projects/aylet/ - -- ehaupt -ehaupt@critical.ch diff --git a/audio/aylet/pkg-message b/audio/aylet/pkg-message deleted file mode 100644 index 2f3758f36c1b..000000000000 --- a/audio/aylet/pkg-message +++ /dev/null @@ -1,4 +0,0 @@ -=============================================================================== -A huge .ay file collection can be found at: - ftp://ftp.worldofspectrum.org/pub/sinclair/music/ay/ -=============================================================================== diff --git a/audio/cantus/Makefile b/audio/cantus/Makefile deleted file mode 100644 index 01553daccc9e..000000000000 --- a/audio/cantus/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: cantus -# Date created: 22 May 2003 -# Whom: old@old.com.ua -# -# $FreeBSD$ -# - -PORTNAME= cantus -PORTVERSION= 1.07 -PORTREVISION= 8 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_GENTOO} -MASTER_SITE_SUBDIR= distfiles -DISTNAME= ${PORTNAME}-${PORTVERSION}-1 - -MAINTAINER= old@old.com.ua -COMMENT= Tool for tagging and renaming MP3 and OGG/Vorbis files - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomelibs gnomehack gnomehier -WRKSRC= ${WRKDIR}/${DISTNAME:S/-1$//} - -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/audio/cantus/distinfo b/audio/cantus/distinfo deleted file mode 100644 index 93f287c1996e..000000000000 --- a/audio/cantus/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cantus-1.07-1.tar.gz) = 2d5151584121c52a1545ed5e44eb345f063516932275663b56c3e0b1a25f4bed -SIZE (cantus-1.07-1.tar.gz) = 384770 diff --git a/audio/cantus/files/patch-gui_file2tag.h b/audio/cantus/files/patch-gui_file2tag.h deleted file mode 100644 index e7abe58ce152..000000000000 --- a/audio/cantus/files/patch-gui_file2tag.h +++ /dev/null @@ -1,9 +0,0 @@ ---- src/gui_file2tag.h.orig 2002-09-27 13:48:02.000000000 -0800 -+++ src/gui_file2tag.h 2007-10-03 14:26:35.000000000 -0800 -@@ -18,5 +18,5 @@ - */
- - void file2tag_form_clear(void); --void file2tag_form_fill(gchar *values[][]); -+void file2tag_form_fill(gchar ***values); - diff --git a/audio/cantus/files/patch-src_configfile.c b/audio/cantus/files/patch-src_configfile.c deleted file mode 100644 index 42cc6af4901d..000000000000 --- a/audio/cantus/files/patch-src_configfile.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/configfile.c.orig 2003-05-17 04:46:45.000000000 -0800 -+++ src/configfile.c 2007-10-03 14:15:05.000000000 -0800 -@@ -269,7 +269,7 @@ - && strcmp(option, option_src) == 0 ) - { - free(data); -- (gchar *)fileitem->data = malloc(2048); -+ fileitem->data = malloc(2048); - data = (gchar *)fileitem->data; - snprintf(data, 2047, "%s = \"%s\"", option, value); - success = TRUE; diff --git a/audio/cantus/files/patch-src_gui_file2tag.c b/audio/cantus/files/patch-src_gui_file2tag.c deleted file mode 100644 index 1107c224c545..000000000000 --- a/audio/cantus/files/patch-src_gui_file2tag.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gui_file2tag.c.orig 2002-09-27 13:46:03.000000000 -0800 -+++ src/gui_file2tag.c 2007-10-03 14:22:04.000000000 -0800 -@@ -40,7 +40,7 @@ - - - void --file2tag_form_fill(gchar *values[][2]) -+file2tag_form_fill(gchar ***values) - { - extern GtkWidget *cantus; - gchar foo[2048]; diff --git a/audio/cantus/pkg-descr b/audio/cantus/pkg-descr deleted file mode 100644 index 6618f9f052c3..000000000000 --- a/audio/cantus/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Cantus is an easy to use tool for tagging and renaming MP3 and OGG/Vorbis files. -It has many features including mass tagging and renaming of MP3s, the ability to -generate a tag out of the filename, filter definitions for renaming, recursive -actions, CDDB (Freedb) lookup (no CD needed), copy between ID3V1 and ID3V2 tags, -and a lot more. - -WWW: http://freshmeat.net/projects/cantus diff --git a/audio/cantus/pkg-plist b/audio/cantus/pkg-plist deleted file mode 100644 index 0bca5d484842..000000000000 --- a/audio/cantus/pkg-plist +++ /dev/null @@ -1,26 +0,0 @@ -bin/cantus -doc/Cantus/README -doc/Cantus/COPYING -doc/Cantus/AUTHORS -doc/Cantus/ChangeLog -doc/Cantus/INSTALL -doc/Cantus/NEWS -doc/Cantus/TODO -share/pixmaps/cantus/cantus_icon.png -share/pixmaps/cantus/done.xpm -share/pixmaps/cantus/error.xpm -share/pixmaps/cantus/folder_closed.xpm -share/pixmaps/cantus/folder_locked.xpm -share/pixmaps/cantus/cantus.xpm -share/pixmaps/cantus/cantuslogo.xpm -share/pixmaps/cantus/logo_about.xpm -share/pixmaps/cantus/folder_opened.xpm -share/pixmaps/cantus/locked.xpm -share/pixmaps/cantus/mp3.xpm -share/pixmaps/cantus/todo.xpm -share/pixmaps/cantus/warning.xpm -share/pixmaps/cantus/addrecursive.xpm -share/gnome/apps/Applications/cantus.desktop -@dirrm share/pixmaps/cantus -@dirrm doc/Cantus -@dirrm doc diff --git a/audio/xaylet/Makefile b/audio/xaylet/Makefile deleted file mode 100644 index 4e9002c35508..000000000000 --- a/audio/xaylet/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: xaylet -# Date created: 9 Jul 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# -# $FreeBSD$ -# - -PKGNAMEPREFIX= x - -COMMENT= A x11 player for the .ay audio file format - -ALL_TARGET= xaylet - -MASTERDIR= ${.CURDIR}/../aylet - -USE_GNOME= gtk12 -MAKE_JOBS_SAFE= yes - -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist - -MAN1= xaylet.1 -PLIST_FILES= bin/xaylet - -post-patch: aylet-post-patch - ${MV} ${WRKSRC}/${PORTNAME}.1 ${WRKSRC}/xaylet.1 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xaylet ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xaylet.1 ${MANPREFIX}/man/man1 - -.include "${MASTERDIR}/Makefile" diff --git a/audio/xaylet/pkg-descr b/audio/xaylet/pkg-descr deleted file mode 100644 index 75260b86cc7c..000000000000 --- a/audio/xaylet/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Xaylet plays music files in the `.ay' format. These files are essentially -wrappers around bits of Z80 code which play music on the Sinclair ZX Spectrum -128's sound hardware - either the beeper, or (eponymously) the AY-3-8912 sound -chip. Files using the Amstrad CPC ports are also supported. - -The sound hardware emulation is based on a Spectrum emulator Fuse. - -WWW: http://freshmeat.net/projects/aylet/ - -- ehaupt -ehaupt@critical.ch |