From ad2c8d61643f4f129c387d7c92aa97aec525f394 Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 1 May 2009 16:19:48 +0000 Subject: 2009-04-22 audio/snowstar: tcl8.0 support is going to be dropped 2009-04-29 devel/cppadvio: abandoned upstream, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-04-22 irc/olirc: project is discontinued and tcl82 support is going to be dropped 2009-04-12 multimedia/toxine: has been inactive for almost 5 years 2009-04-17 net-mgmt/nagios12: Obsolete version, consider migration to net-mgmt/nagios 2009-04-28 sysutils/bbsmount: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-04-30 sysutils/puppet-devel: Use sysutils/puppet instead 2009-04-28 sysutils/tua: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-04-28 x11/qrash: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months --- audio/Makefile | 1 - audio/snowstar/Makefile | 44 ------------------------------------------- audio/snowstar/distinfo | 3 --- audio/snowstar/files/patch-aa | 8 -------- audio/snowstar/pkg-descr | 10 ---------- audio/snowstar/pkg-plist | 6 ------ 6 files changed, 72 deletions(-) delete mode 100644 audio/snowstar/Makefile delete mode 100644 audio/snowstar/distinfo delete mode 100644 audio/snowstar/files/patch-aa delete mode 100644 audio/snowstar/pkg-descr delete mode 100644 audio/snowstar/pkg-plist (limited to 'audio') diff --git a/audio/Makefile b/audio/Makefile index 8f8cb3e43df6..b816eb8b4737 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -658,7 +658,6 @@ SUBDIR += slv2 SUBDIR += snack SUBDIR += snd - SUBDIR += snowstar SUBDIR += solfege SUBDIR += sonata SUBDIR += sonice diff --git a/audio/snowstar/Makefile b/audio/snowstar/Makefile deleted file mode 100644 index b13e49504f5b..000000000000 --- a/audio/snowstar/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: snowstar -# Date created: 21 April 1999 -# Whom: fenner -# -# $FreeBSD$ - -PORTNAME= snowstar -PORTVERSION= 0.75.5 -PORTREVISION= 1 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= fenner -EXTRACT_SUFX= .tar - -MAINTAINER= ports@FreeBSD.org -COMMENT= A GUI interface to copy files to/from the Diamond Rio PM300 - -RUN_DEPENDS= rio:${PORTSDIR}/audio/rio \ - wish8.2:${PORTSDIR}/x11-toolkits/tk82 - -DEPRECATED= tcl8.0 support is going to be dropped -EXPIRATION_DATE= 2009-04-22 - -NO_BUILD= true -NO_WRKSUBDIR= true - -DOC_FILES= CHANGES TODO README_Snowstar LICENSE - -# somehow snowstar.tcl managed to get loaded with ^M's. -post-patch: - @${CP} ${WRKSRC}/snowstar.tcl ${WRKSRC}/snowstar.tcl.bak - @${TR} -d '\r' < ${WRKSRC}/snowstar.tcl.bak | \ - sed -e "s|%%LOCALBASE%%|${LOCALBASE}|g" > ${WRKSRC}/snowstar.tcl - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/snowstar.tcl ${PREFIX}/bin/snowstar -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/snowstar -.for i in ${DOC_FILES} - ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/snowstar -.endfor -.endif - -.include diff --git a/audio/snowstar/distinfo b/audio/snowstar/distinfo deleted file mode 100644 index c8ca568140c6..000000000000 --- a/audio/snowstar/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (snowstar-0.75.5.tar) = f91b4d404848091b0e9daeec8a5f2910 -SHA256 (snowstar-0.75.5.tar) = f622e17e5294717505558dbf0c29958169f141cee60f488c0fef725aaceb71cc -SIZE (snowstar-0.75.5.tar) = 51200 diff --git a/audio/snowstar/files/patch-aa b/audio/snowstar/files/patch-aa deleted file mode 100644 index a56df5f0fbac..000000000000 --- a/audio/snowstar/files/patch-aa +++ /dev/null @@ -1,8 +0,0 @@ ---- snowstar.tcl.orig Thu Nov 4 12:23:29 1999 -+++ snowstar.tcl Thu Nov 4 12:24:19 1999 -@@ -1,4 +1,4 @@ --#!/usr/bin/wish -+#!%%LOCALBASE%%/bin/wish8.2 - wm title . "Snowstar 0.75.5" - wm minsize . 320 240 - wm resizable . 1 1 diff --git a/audio/snowstar/pkg-descr b/audio/snowstar/pkg-descr deleted file mode 100644 index 622cb63c5881..000000000000 --- a/audio/snowstar/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Snow* is a Tcl/Tk GUI for the Snowblind Alliance 'rio' interface tool. -It wraps the rio command-line tool into a point-click-drag type of -interface. - - -Snow* currently supports(or makes a pretty good passing leer at) all the -current SBA 'rio' tool commands, including single up/download, playlist -uploads & downloads, init, dir/TOC,delete. There should be no problem -with any of the single or multi-file operations, although I don't entirely -rule out the possibility of the multi-select operations going a bit wonky. diff --git a/audio/snowstar/pkg-plist b/audio/snowstar/pkg-plist deleted file mode 100644 index f76b2f1bc590..000000000000 --- a/audio/snowstar/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/snowstar -%%PORTDOCS%%%%DOCSDIR%%/README_Snowstar -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%@dirrm %%DOCSDIR%% -- cgit