diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 04:16:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 04:16:36 +0000 |
commit | a9b270272208e547b68d58c91c57682977be8a1a (patch) | |
tree | 3abb46a0477ac2dc65fb4427c14a89168d694811 | |
parent | 4038b4f46a2a25c53ecf2093330b7003592e9351 (diff) | |
download | ports-a9b270272208e547b68d58c91c57682977be8a1a.tar.gz ports-a9b270272208e547b68d58c91c57682977be8a1a.zip |
Notes
116 files changed, 23 insertions, 2825 deletions
@@ -2301,3 +2301,26 @@ x11-toolkits/gir-repository-vte||2010-07-30|Removed mail/rubygem-smtp_tls||2011-07-30|Has expired: no supported version of FreeBSD have < 1.8.7.p72 textproc/pl-hunspell|polish/hunspell|2011-07-31|Move to a better place via repocopy www/mod_roaming||2011-08-01|Has expired: no supported browser and no further upstream development; see PR 73383 +archivers/zipios++||2011-08-01|Has expired: No more public distfiles +astro/sattrack||2011-08-01|Has expired: No more public distfiles +audio/bladeenc||2011-08-01|Has expired: Looks like an abandonware +audio/cdplayer.app||2011-08-01|Has expired: Looks like an abandonware, no more public distfile +audio/id3ed||2011-08-01|Has expired: No more public distfiles, looks like an abandonware +audio/linux-vsound||2011-08-01|Has expired: Abandonware +audio/mpegaudio||2011-08-01|Has expired: No more public distfiles +audio/mpmf20||2011-08-01|Has expired: Abandonware +audio/mutemix||2011-08-01|Has expired: abandonware, no more public distfiles +audio/phatbeat||2011-08-01|Has expired: abandonware, no more public distfiles +audio/pimp3||2011-08-01|Has expired: No more public distfiles +audio/rbscrobbler||2011-08-01|Has expired: Looks like abandonware, no more public distfile +audio/ripenc||2011-08-01|Has expired: Looks like and abandonware, No more distfile +audio/wmcdplay||2011-08-01|Has expired: Looks like an abandonware, no more public distfile +audio/wmfmixer||2011-08-01|Has expired: Looks like an abandonware, no more public distfiles +audio/wmmixer||2011-08-01|Has expired: Looks like an abandonware, no more public distfile +audio/wmmp3||2011-08-01|Has expired: Looks like an abandonware, no more public distfile +audio/wmusic||2011-08-01|Has expired: Looks like an abandonware, no more distfiles +audio/xmms-kj||2011-08-01|Has expired: Looks like an abandonware, no more public distfiles +audio/xmms-pipe||2011-08-01|Has expired: Looks like an abandonware, no more public distfile +audio/xmms-speex||2011-08-01|Has expired: Looks like an abandonware, no more public distfile +audio/xsidplay||2011-08-01|Has expired: Looks like an abandonware, no more public distfile +audio/xtuner||2011-08-01|Has expired: Looks like an abandonware, no more public distfile diff --git a/archivers/Makefile b/archivers/Makefile index d223b5e97df3..d45374cd3d5d 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -201,7 +201,6 @@ SUBDIR += xpk SUBDIR += xz SUBDIR += zip - SUBDIR += zipios++ SUBDIR += zipmix SUBDIR += zipper SUBDIR += zoo diff --git a/archivers/zipios++/Makefile b/archivers/zipios++/Makefile deleted file mode 100644 index 21da72ad8761..000000000000 --- a/archivers/zipios++/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: zipios -# Date created: Jul 23, 2001 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= zipios++ -PORTVERSION= 0.1.5.9 -CATEGORIES= archivers -MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} -DISTNAME= ${PORTNAME}_${PORTVERSION}+cvs.2004.02.07.orig - -MAINTAINER= ports@FreeBSD.org -COMMENT= A java.util.zip-like C++ library for reading and writing Zip files - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-08-01 - -USE_GNOME= gnometarget -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= automake:env -CONFIGURE_ARGS+=--disable-static - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}+cvs.2004.02.07 - -# tests need CppUnit -post-patch: - @${REINPLACE_CMD} -e 's| tests||' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure - -pre-configure: -.for i in install-sh missing depcomp mkinstalldirs - @${RM} ${WRKSRC}/${i} - @${CP} ${AUTOMAKE_DIR}/${i} ${WRKSRC} -.endfor - -post-install: - ${INSTALL_DATA} ${WRKSRC}/zipios++/zipios-config.h ${PREFIX}/include/zipios++/ - -.include <bsd.port.mk> diff --git a/archivers/zipios++/distinfo b/archivers/zipios++/distinfo deleted file mode 100644 index adfa9b01e42c..000000000000 --- a/archivers/zipios++/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (zipios++_0.1.5.9+cvs.2004.02.07.orig.tar.gz) = 43f3b9370aae97195f1731fe6c727b88dd1af9ee8f104ddc5f5b26d431404b5e -SIZE (zipios++_0.1.5.9+cvs.2004.02.07.orig.tar.gz) = 612363 diff --git a/archivers/zipios++/pkg-descr b/archivers/zipios++/pkg-descr deleted file mode 100644 index b65e5f94ad10..000000000000 --- a/archivers/zipios++/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Zipios++ is a java.util.zip-like C++ library for reading and writing Zip -files. Access to individual entries is provided through standard C++ -iostreams. A simple read-only virtual file system that mounts regular -directories and zip files is also provided. - -This port use Debian tarball of CVS version, as last release is from 2001. - -WWW: http://zipios.sourceforge.net/ diff --git a/archivers/zipios++/pkg-plist b/archivers/zipios++/pkg-plist deleted file mode 100644 index ca07446e5940..000000000000 --- a/archivers/zipios++/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -include/zipios++/basicentry.h -include/zipios++/collcoll.h -include/zipios++/deflateoutputstreambuf.h -include/zipios++/dircoll.h -include/zipios++/fcoll.h -include/zipios++/fcollexceptions.h -include/zipios++/fileentry.h -include/zipios++/filepath.h -include/zipios++/filterinputstreambuf.h -include/zipios++/filteroutputstreambuf.h -include/zipios++/gzipoutputstream.h -include/zipios++/gzipoutputstreambuf.h -include/zipios++/inflateinputstreambuf.h -include/zipios++/meta-iostreams.h -include/zipios++/simplesmartptr.h -include/zipios++/virtualseeker.h -include/zipios++/zipfile.h -include/zipios++/ziphead.h -include/zipios++/zipheadio.h -include/zipios++/zipinputstream.h -include/zipios++/zipinputstreambuf.h -include/zipios++/zipios_defs.h -include/zipios++/zipios-config.h -include/zipios++/zipoutputstream.h -include/zipios++/zipoutputstreambuf.h -@dirrm include/zipios++ -lib/libzipios.la -lib/libzipios.so -lib/libzipios.so.0 diff --git a/astro/Makefile b/astro/Makefile index 6a738b129835..e958739a2f29 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -89,7 +89,6 @@ SUBDIR += roadmap SUBDIR += roadnav SUBDIR += saoimage - SUBDIR += sattrack SUBDIR += sextractor SUBDIR += sky2000 SUBDIR += spacechart diff --git a/astro/sattrack/Makefile b/astro/sattrack/Makefile deleted file mode 100644 index 68a92762beea..000000000000 --- a/astro/sattrack/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: sattrack -# Date created: 6 Apr 1996 -# Whom: Brent J. Nordquist <bjn@visi.com> -# -# $FreeBSD$ -# - -PORTNAME= sattrack -PORTVERSION= 3.1.6 -PORTREVISION= 2 -CATEGORIES= astro hamradio -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= trevor - -MAINTAINER= ports@FreeBSD.org -COMMENT= Real-time satellite tracking and orbit propagation program - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-08-01 - -USE_XORG= xt -WRKSRC= ${WRKDIR}/SatTrack-${PORTVERSION}/src - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/astro/sattrack/distinfo b/astro/sattrack/distinfo deleted file mode 100644 index 02935c065d3d..000000000000 --- a/astro/sattrack/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (sattrack-3.1.6.tar.gz) = 558e7bf3d75ccd6d3a60eaf7a60a0f1dd21f6fc7f9bc9615b82dfdc387197bac -SIZE (sattrack-3.1.6.tar.gz) = 401492 diff --git a/astro/sattrack/files/patch-aa b/astro/sattrack/files/patch-aa deleted file mode 100644 index 29d66f9210be..000000000000 --- a/astro/sattrack/files/patch-aa +++ /dev/null @@ -1,295 +0,0 @@ -*** ../run/getsts.orig Tue Jan 14 13:21:06 1997 ---- ../run/getsts Sun Mar 2 00:52:30 1997 -*************** -*** 24,42 **** - # - set stsnum=81 - set prelaunch=0 -! set ftphost=192.149.89.61 -! set satdir=/home/manfred -! set satuser=manfred - # - # - # -! set userid=$USER@`hostname`.`domainname` - # -! if ($USER == $satuser) then -! set satdirusr=$satdir -! else -! set satdirusr=$HOME -! mkdir -p $HOME/SatTrack/tle - endif - # - cd $satdirusr/SatTrack/tle ---- 24,45 ---- - # - set stsnum=81 - set prelaunch=0 -! set ftphost=spacelink.msfc.nasa.gov -! set satdir=/usr/local/lib -! set satuser=sattrack - # - # - # -! set hostdot=`hostname | grep '\.'` -! if ("$hostdot" == "") then -! set userid=$USER@`hostname`.`domainname` -! else -! set userid=$USER@`hostname` -! endif - # -! set satdirusr=$satdir -! if (! -d $satdirusr/SatTrack/tle) then -! mkdir -p $satdirusr/SatTrack/tle - endif - # - cd $satdirusr/SatTrack/tle -*** ../run/gettle.orig Tue Mar 14 22:26:06 1995 ---- ../run/gettle Sun Mar 2 00:52:31 1997 -*************** -*** 24,41 **** - # - # - # -! set ftphost=129.92.1.66 -! set satdir=/home/manfred -! set satuser=manfred - # - # - # -! set userid=$USER@`hostname`.`domainname` - # -! if ($USER == $satuser) then -! set satdirusr=$satdir -! else -! set satdirusr=$HOME - mkdir -p $satdirusr/SatTrack/tle - endif - # ---- 24,44 ---- - # - # - # -! set ftphost=archive.afit.af.mil -! set satdir=/usr/local/lib -! set satuser=sattrack - # - # - # -! set hostdot=`hostname | grep '\.'` -! if ("$hostdot" == "") then -! set userid=$USER@`hostname`.`domainname` -! else -! set userid=$USER@`hostname` -! endif - # -! set satdirusr=$satdir -! if (! -d $satdirusr/SatTrack/tle) then - mkdir -p $satdirusr/SatTrack/tle - endif - # -*** ../src/Makefile.orig Mon Jan 13 17:51:01 1997 ---- ../src/Makefile Sun Mar 2 00:52:30 1997 -*************** -*** 113,122 **** - - # Sun-4 (SPARCstation 5 or 10 with Solaris 2.x, using 'gcc' only) - # -! CPU = Sun-4/Solaris -! CC_CMACH = -O3 -DSVR4 -Wall -! CC_LMACH = -! CC = gcc - - # Apollo 700 (HP Apollo 9000 Series 700 with HPUX) - # ---- 113,122 ---- - - # Sun-4 (SPARCstation 5 or 10 with Solaris 2.x, using 'gcc' only) - # -! #CPU = Sun-4/Solaris -! #CC_CMACH = -O3 -DSVR4 -Wall -! #CC_LMACH = -! #CC = gcc - - # Apollo 700 (HP Apollo 9000 Series 700 with HPUX) - # -*************** -*** 183,192 **** - - # i386 (i386 with FreeBSD) - # -! #CPU = i386/FreeBSD -! #CC_CMACH = -O -DFREEBSD -DIOCTL -! #CC_LMACH = -! #CC = gcc - - # - #------------------------------------------------------------------------------- ---- 183,192 ---- - - # i386 (i386 with FreeBSD) - # -! CPU = i386/FreeBSD -! CC_CMACH = -DFREEBSD -DIOCTL ${CFLAGS} -! CC_LMACH = ${LDFLAGS} -! CC = gcc - - # - #------------------------------------------------------------------------------- -*************** -*** 228,234 **** - #CC_CUSR = -DREVERSEVIDEO -DXWINDOW - #CC_CUSR = -DHOMEDIR -DREVERSEVIDEO -DXWINDOW - -! CC_CUSR = -DHOMEDIR -DREVERSEVIDEO -DSUNTRANSITS -DXWINDOW - - # - #------------------------------------------------------------------------------- ---- 228,234 ---- - #CC_CUSR = -DREVERSEVIDEO -DXWINDOW - #CC_CUSR = -DHOMEDIR -DREVERSEVIDEO -DXWINDOW - -! CC_CUSR = -DREVERSEVIDEO -DSUNTRANSITS -DXWINDOW - - # - #------------------------------------------------------------------------------- -*************** -*** 245,251 **** - # but should be accessible by other users as well. - # - -! #HOME = /home/manfred - - # - #------------------------------------------------------------------------------- ---- 245,252 ---- - # but should be accessible by other users as well. - # - -! HOME = ../.. -! CC_CUSR += -DSATDIR=\"$(PREFIX)/lib\" - - # - #------------------------------------------------------------------------------- -*************** -*** 253,261 **** - # SATTRACK SUB-DIRECTORIES - # - -! SRC = $(HOME)/SatTrack/src -! OBJ = $(HOME)/SatTrack/obj -! RUN = $(HOME)/SatTrack/run - - INC = $(SRC)/include - ---- 254,266 ---- - # SATTRACK SUB-DIRECTORIES - # - -! SRC = $(HOME)/SatTrack-3.1.6/src -! OBJ = $(HOME)/SatTrack-3.1.6/obj -! RUN = $(HOME)/SatTrack-3.1.6/run -! DATA = $(HOME)/SatTrack-3.1.6/data -! PRED = $(HOME)/SatTrack-3.1.6/pred -! TLE = $(HOME)/SatTrack-3.1.6/tle -! DOC = $(HOME)/SatTrack-3.1.6/doc - - INC = $(SRC)/include - -*************** -*** 318,330 **** - #X11 = /usr/include - #X11 = /usr/local/include - #X11 = /usr/include/X11 -! X11 = /usr/openwin/include - -! LX11 = -lX11 -lXt # X11R5 - #LX11 = -lXt -lX11 -lsocket # SCOV5 - #LX11 = -L/usr/openwin/lib -lX11 -lXt - - #LX11 = -lX11 -lXt -lICE -lSM # X11R6 - #LX11 = -L/usr/openwin/lib -lX11 -lXt -lICE -lSM - - #CC_CXINC = ---- 323,337 ---- - #X11 = /usr/include - #X11 = /usr/local/include - #X11 = /usr/include/X11 -! #X11 = /usr/openwin/include -! X11 = $(X11BASE)/include - -! #LX11 = -lX11 -lXt # X11R5 - #LX11 = -lXt -lX11 -lsocket # SCOV5 - #LX11 = -L/usr/openwin/lib -lX11 -lXt - - #LX11 = -lX11 -lXt -lICE -lSM # X11R6 -+ LX11 = -L$(LOCALBASE)/lib -lX11 -lXt -lICE -lSM - #LX11 = -L/usr/openwin/lib -lX11 -lXt -lICE -lSM - - #CC_CXINC = -*************** -*** 355,360 **** ---- 362,391 ---- - cd $(RUN) ; \ - /bin/rm -f fixchecksum makeamsat makepassesx maketles maketlex \ - satfilter sattrack xdemo -+ -+ install: -+ -@mkdir -p $(PREFIX)/lib/SatTrack/data -+ cd $(DATA) ; find . -print | cpio -pudm $(PREFIX)/lib/SatTrack/data -+ -@mkdir $(PREFIX)/lib/SatTrack/pred -+ cd $(PRED) ; find . -print | cpio -pudm $(PREFIX)/lib/SatTrack/pred -+ -@mkdir $(PREFIX)/lib/SatTrack/tle -+ cd $(TLE) ; find . -print | cpio -pudm $(PREFIX)/lib/SatTrack/tle -+ -@mkdir -p $(PREFIX)/share/doc/SatTrack -+ cd $(DOC) ; find . -print | cpio -pudm $(PREFIX)/share/doc/SatTrack -+ -@mkdir -p $(PREFIX)/bin -+ install -c -s -m 755 $(RUN)/fixchecksum $(PREFIX)/bin/fixchecksum -+ install -c -m 755 $(RUN)/getsts $(PREFIX)/bin/getsts -+ install -c -m 755 $(RUN)/gettle $(PREFIX)/bin/gettle -+ install -c -s -m 755 $(RUN)/makeamsat $(PREFIX)/bin/makeamsat -+ install -c -s -m 755 $(RUN)/makepassesx $(PREFIX)/bin/makepassesx -+ install -c -s -m 755 $(RUN)/maketles $(PREFIX)/bin/maketles -+ install -c -s -m 755 $(RUN)/maketlex $(PREFIX)/bin/maketlex -+ install -c -m 755 $(RUN)/passes $(PREFIX)/bin/passes -+ install -c -m 755 $(RUN)/passesx $(PREFIX)/bin/passesx -+ install -c -s -m 755 $(RUN)/satfilter $(PREFIX)/bin/satfilter -+ install -c -s -m 755 $(RUN)/sattrack $(PREFIX)/bin/sattrack -+ install -c -m 755 $(RUN)/transits $(PREFIX)/bin/transits -+ install -c -s -m 755 $(RUN)/xdemo $(PREFIX)/bin/xsattrackdemo - - # - #------------------------------------------------------------------------------- -*** ../src/include/sattrack.h.orig Tue Jan 14 09:38:38 1997 ---- ../src/include/sattrack.h Sun Mar 2 00:52:30 1997 -*************** -*** 74,86 **** - /* */ - /******************************************************************************/ - -! #define SATDIR "/usr1/manfred" /* directory where SatTrack */ - /* lives; used if HOMEDIR is */ - /* undefined in the Makefile */ - - #define DATA "SatTrack/data" /* SatTrack sub-directories */ - #define PRED "SatTrack/pred" -! #define RUN "SatTrack/run" - #define TLE "SatTrack/tle" - #define SRC "SatTrack/src" - #define INC "SatTrack/src/include" ---- 74,88 ---- - /* */ - /******************************************************************************/ - -! #ifndef SATDIR -! #define SATDIR "/usr/local/lib" /* directory where SatTrack */ - /* lives; used if HOMEDIR is */ - /* undefined in the Makefile */ -+ #endif - - #define DATA "SatTrack/data" /* SatTrack sub-directories */ - #define PRED "SatTrack/pred" -! #define RUN "../bin" - #define TLE "SatTrack/tle" - #define SRC "SatTrack/src" - #define INC "SatTrack/src/include" diff --git a/astro/sattrack/files/patch-ab b/astro/sattrack/files/patch-ab deleted file mode 100644 index 8ebeca310c62..000000000000 --- a/astro/sattrack/files/patch-ab +++ /dev/null @@ -1,25 +0,0 @@ ---- sattrack/sattime.c~ Thu Jul 27 15:38:07 2000 -+++ sattrack/sattime.c Thu Jul 27 15:46:23 2000 -@@ -99,19 +99,18 @@ - int *day, *month, *year, *yday, *hour, *min, *sec; - - { -- char timeString[80]; -+ char timeString[26]; - - time_t timeofday; - struct tm *tm; - - time(&timeofday); - tm = gmtime(&timeofday); -- strncpy(timeString,asctime(tm),16); -- timeString[16] = '\0'; -+ strncpy(timeString,asctime(tm),26); - - *day = tm->tm_mday; - *month = tm->tm_mon + 1; -- *year = tm->tm_year; -+ *year = tm->tm_year + 1900; - *yday = tm->tm_yday + 1; - *hour = tm->tm_hour; - *min = tm->tm_min; diff --git a/astro/sattrack/pkg-descr b/astro/sattrack/pkg-descr deleted file mode 100644 index 1bcfb0df3af2..000000000000 --- a/astro/sattrack/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -This is a port of SatTrack version 3.1, which is -Copyright (c) 1992-1997 Bester Tracking Systems. All Rights Reserved. - -SatTrack is a real-time satellite tracking and orbit propagation -program with an X11 color world map tracking chart. It provides -two different live displays, for single or multiple satellites, -and two different orbit prediction modes. The program can be run -from almost any VT100 compatible terminal. If the program is run -from an X Window terminal, the realtime graphics display can be -started up. It will show the location of any number of specified -satellites like the Space Shuttle or the Russian Space Station Mir, -featuring the circle of visibility for any selected spacecraft and -for the primary and a number of secondary ground stations. Also -shown are the ground track for the next three orbits, the black-out -zones for communication through the TDRSS network, Mission Elapsed -Time (MET), the terminator, spacecraft lighting conditions and -other details. The world maps are provided in two different styles -with four different sizes each. Program SatTrack is particularly -interesting for the upcoming Shuttle - Mir rendezvous missions. - -The much advanced commercial off-the-shelf version of SatTrack -(V4.0) can be obtained from Bester Tracking Systems. - -WWW: http://www.bester.com/ diff --git a/astro/sattrack/pkg-message b/astro/sattrack/pkg-message deleted file mode 100644 index 81cf6f20411a..000000000000 --- a/astro/sattrack/pkg-message +++ /dev/null @@ -1,13 +0,0 @@ -### -SatTrack V3.1.6 -Copyright (c) 1992-1997 Bester Tracking Systems. All Rights Reserved. - -Phone: (510) 654-7824 -Email: license@bester.com -WWW: www.bester.com - -NOTE: A license is not required for private, non-commercial use. -Purchasing the FreeBSD CD-ROM does not entitle the user to use -SatTrack or parts of it commercially. Commercial usage of SatTrack -must be licensed by Bester Tracking Systems. -### diff --git a/astro/sattrack/pkg-plist b/astro/sattrack/pkg-plist deleted file mode 100644 index c33acc34c697..000000000000 --- a/astro/sattrack/pkg-plist +++ /dev/null @@ -1,74 +0,0 @@ -bin/fixchecksum -bin/getsts -bin/gettle -bin/makeamsat -bin/makepassesx -bin/maketles -bin/maketlex -bin/passes -bin/passesx -bin/satfilter -bin/sattrack -bin/transits -bin/xsattrackdemo -lib/SatTrack/data/COPYRIGHT -lib/SatTrack/data/README_DATA -lib/SatTrack/data/batch.dat -lib/SatTrack/data/cities.dat -lib/SatTrack/data/defaults0.dat -lib/SatTrack/data/index.dat -lib/SatTrack/data/modes.dat -lib/SatTrack/data/satlist_all.dat -lib/SatTrack/data/satlist_am.dat -lib/SatTrack/data/satlist_com.dat -lib/SatTrack/data/satlist_demo.dat -lib/SatTrack/data/satlist_geost.dat -lib/SatTrack/data/satlist_glo.dat -lib/SatTrack/data/satlist_gor.dat -lib/SatTrack/data/satlist_gps.dat -lib/SatTrack/data/satlist_ir.dat -lib/SatTrack/data/satlist_leoe.dat -lib/SatTrack/data/satlist_leom.dat -lib/SatTrack/data/satlist_leop.dat -lib/SatTrack/data/satlist_mir.dat -lib/SatTrack/data/satlist_mwo.dat -lib/SatTrack/data/satlist_nasa.dat -lib/SatTrack/data/satlist_noaa.dat -lib/SatTrack/data/satlist_pbbs.dat -lib/SatTrack/data/satlist_rb.dat -lib/SatTrack/data/satlist_sci.dat -lib/SatTrack/data/satlist_tv.dat -lib/SatTrack/data/satlist_vis.dat -lib/SatTrack/data/satlist_wx.dat -lib/SatTrack/data/satlist_wxall.dat -lib/SatTrack/data/tlelist.dat -lib/SatTrack/pred/COPYRIGHT -lib/SatTrack/pred/README_PRED -lib/SatTrack/tle/COPYRIGHT -lib/SatTrack/tle/README_TLE -lib/SatTrack/tle/debris.dat -lib/SatTrack/tle/gorizont.dat -lib/SatTrack/tle/gps-ops.dat -lib/SatTrack/tle/molniya.dat -lib/SatTrack/tle/p3d.dat -lib/SatTrack/tle/sts-81.bak -lib/SatTrack/tle/sts-81.dat -lib/SatTrack/tle/sts-81.dat.all -lib/SatTrack/tle/sts.dat -lib/SatTrack/tle/test.dat -lib/SatTrack/tle/tle.bak -lib/SatTrack/tle/tle.dat -lib/SatTrack/tle/tles.dat -lib/SatTrack/tle/tlex.dat -lib/SatTrack/tle/tvro.dat -lib/SatTrack/tle/visual.dat -share/doc/SatTrack/COPYRIGHT -share/doc/SatTrack/info.TrakBox.TS-790.JR1EDE -share/doc/SatTrack/info.freqs.p3d -share/doc/SatTrack/info.tle.general -share/doc/SatTrack/sattrack.doc -@dirrm lib/SatTrack/data -@dirrm lib/SatTrack/pred -@dirrm lib/SatTrack/tle -@dirrm lib/SatTrack -@dirrm share/doc/SatTrack diff --git a/astro/sattrack/scripts/post-patch b/astro/sattrack/scripts/post-patch deleted file mode 100644 index cd8b008ca075..000000000000 --- a/astro/sattrack/scripts/post-patch +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/sh -# -# post-patch for sattrack-3.1.6 -# modify bin scripts to point to correct install dir -# -# script by Brent J. Nordquist <bjn@visi.com> -# Sun Mar 2 1997 -# -if [ -z "$WRKDIR" ]; then - WRKDIR="$1" -fi -RUN="$WRKDIR/SatTrack-3.1.6/run" -if [ -z "$WRKDIR" -o ! -d "$RUN" ]; then - echo $0: bad work directory $RUN >&2 - exit 1 -fi -cd $RUN -if [ -z "$PREFIX" ]; then - PREFIX="$2" -fi -if [ -z "$PREFIX" ]; then - echo $0: PREFIX not given >&2 - exit 2 -fi - -do_subst() -{ - if [ ! -r $1 ]; then - echo $0: cannot find file $1 >&2 - exit 3 - fi - sed "s@set satdir=.*\$@set satdir=$PREFIX/lib@" <$1 >$1.$$ - if [ $? != 0 ]; then - echo $0: $1 sed failure >&2 - rm -f $1.$$ - exit 4 - fi - cat $1.$$ >$1 - if [ $? != 0 ]; then - echo $0: $1 cat failure >&2 - rm -f $1 - mv $1.$$ $1 - exit 5 - fi - rm -f $1.$$ -} - -do_subst getsts -do_subst gettle diff --git a/audio/Makefile b/audio/Makefile index 57929eee318c..7d29e254d00e 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -65,7 +65,6 @@ SUBDIR += beast SUBDIR += bebocd SUBDIR += beep - SUBDIR += bladeenc SUBDIR += blop SUBDIR += bmp-crossfade SUBDIR += bmp-faad @@ -92,7 +91,6 @@ SUBDIR += cddb-bundle SUBDIR += cdparanoia SUBDIR += cdplay - SUBDIR += cdplayer.app SUBDIR += celt SUBDIR += checkmate SUBDIR += cheesetracker @@ -312,7 +310,6 @@ SUBDIR += icegenerator SUBDIR += ices SUBDIR += ices0 - SUBDIR += id3ed SUBDIR += id3el SUBDIR += id3lib SUBDIR += id3mtag @@ -438,7 +435,6 @@ SUBDIR += linux-openal SUBDIR += linux-sdl_mixer SUBDIR += linux-shoutcast - SUBDIR += linux-vsound SUBDIR += linuxsampler SUBDIR += liquidsoap SUBDIR += listener @@ -504,13 +500,11 @@ SUBDIR += mpdbrowser SUBDIR += mpdcon SUBDIR += mpdscribble - SUBDIR += mpegaudio SUBDIR += mpeglib_artsplug SUBDIR += mpg123 SUBDIR += mpg123.el SUBDIR += mpg321 SUBDIR += mpiosh - SUBDIR += mpmf20 SUBDIR += mt-daapd SUBDIR += muine SUBDIR += mumble @@ -521,7 +515,6 @@ SUBDIR += musicbox-tag-editor SUBDIR += musiccontrol SUBDIR += musicpd - SUBDIR += mutemix SUBDIR += mythplugin-mythmusic SUBDIR += napster SUBDIR += nas @@ -596,11 +589,9 @@ SUBDIR += pear-Text_Spell_Audio SUBDIR += pecl-id3 SUBDIR += penguinsap - SUBDIR += phatbeat SUBDIR += pianobar SUBDIR += picard SUBDIR += pidgin-musictracker - SUBDIR += pimp3 SUBDIR += play SUBDIR += playgsf SUBDIR += playmidi @@ -649,7 +640,6 @@ SUBDIR += raproxy SUBDIR += raul SUBDIR += rawrec - SUBDIR += rbscrobbler SUBDIR += rebot3 SUBDIR += resid SUBDIR += rexima @@ -658,7 +648,6 @@ SUBDIR += rio SUBDIR += rio500 SUBDIR += rioutil - SUBDIR += ripenc SUBDIR += ripit SUBDIR += ripperx SUBDIR += rosegarden @@ -799,15 +788,10 @@ SUBDIR += wildmidi SUBDIR += wmalbum SUBDIR += wmauda - SUBDIR += wmcdplay - SUBDIR += wmfmixer SUBDIR += wmix - SUBDIR += wmmixer SUBDIR += wmmp - SUBDIR += wmmp3 SUBDIR += wmrecord SUBDIR += wmsmixer - SUBDIR += wmusic SUBDIR += workman SUBDIR += wsoundprefs SUBDIR += wsoundserver @@ -846,7 +830,6 @@ SUBDIR += xmms-infopipe SUBDIR += xmms-jack SUBDIR += xmms-kde - SUBDIR += xmms-kj SUBDIR += xmms-ladspa SUBDIR += xmms-liveice SUBDIR += xmms-mac @@ -860,7 +843,6 @@ SUBDIR += xmms-nsf SUBDIR += xmms-openspc SUBDIR += xmms-osssurround - SUBDIR += xmms-pipe SUBDIR += xmms-quix3dn SUBDIR += xmms-sapplug SUBDIR += xmms-scrobbler @@ -870,7 +852,6 @@ SUBDIR += xmms-sid SUBDIR += xmms-sndfile SUBDIR += xmms-sndstretch - SUBDIR += xmms-speex SUBDIR += xmms-tfmx SUBDIR += xmms-timidity SUBDIR += xmms-volnorm @@ -885,9 +866,7 @@ SUBDIR += xmradio SUBDIR += xoscope SUBDIR += xpi-musicpm - SUBDIR += xsidplay SUBDIR += xsynth-dssi - SUBDIR += xtuner SUBDIR += xvmixer SUBDIR += xwave SUBDIR += yammi diff --git a/audio/bladeenc/Makefile b/audio/bladeenc/Makefile deleted file mode 100644 index 5a2d6de77c19..000000000000 --- a/audio/bladeenc/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: BladeEnc -# Date created: Thu Jan 14 23:28:40 CET 1999 -# Whom: Dirk Froemberg <dirk@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= bladeenc -PORTVERSION= 0.94.2 -CATEGORIES= audio -MASTER_SITES= http://bladeenc.mp3.no/source/ \ - http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ -EXTRACT_SUFX= -src-stable.tar.gz - -DEPRECATED= Looks like an abandonware -EXPIRATION_DATE= 2011-08-01 - -MAINTAINER= ports@FreeBSD.org -COMMENT= MP3 encoder - -GNU_CONFIGURE= yes -PLIST_FILES= bin/bladeenc - -.include <bsd.port.mk> diff --git a/audio/bladeenc/distinfo b/audio/bladeenc/distinfo deleted file mode 100644 index 8b4c5e4684e6..000000000000 --- a/audio/bladeenc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (bladeenc-0.94.2-src-stable.tar.gz) = c5e9dd180f28d1865599d0755e36fa1a4c146bb5e1b7ba9ad099955261fc1164 -SIZE (bladeenc-0.94.2-src-stable.tar.gz) = 142949 diff --git a/audio/bladeenc/files/patch-bladeenc_main.c b/audio/bladeenc/files/patch-bladeenc_main.c deleted file mode 100644 index 3a290b470d13..000000000000 --- a/audio/bladeenc/files/patch-bladeenc_main.c +++ /dev/null @@ -1,10 +0,0 @@ ---- bladeenc/main.c.orig Tue May 8 14:11:53 2001 -+++ bladeenc/main.c Thu Sep 19 10:27:19 2002 -@@ -41,6 +41,7 @@ - #include <stdlib.h> - #include <string.h> - #include <time.h> -+#include <sys/types.h> - - #include "system.h" - #include "common.h" diff --git a/audio/bladeenc/files/patch-bladeenc_samplein.c b/audio/bladeenc/files/patch-bladeenc_samplein.c deleted file mode 100644 index 038377d1c433..000000000000 --- a/audio/bladeenc/files/patch-bladeenc_samplein.c +++ /dev/null @@ -1,28 +0,0 @@ ---- bladeenc/samplein.c.orig Tue May 8 14:11:53 2001 -+++ bladeenc/samplein.c Wed Feb 5 20:18:03 2003 -@@ -31,6 +31,7 @@ - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -+#include <sys/types.h> - - #include "system.h" - #include "samplein.h" -@@ -75,7 +76,7 @@ - static int initAIFF (SI_Stream *psInfo); - static uint readAIFFSamples (SI_Stream *psInfo, int nSamples, short *wpSamples); - --static int myFseek (FILE *fp, int offset); -+static int myFseek (FILE *fp, unsigned int offset); - - - -@@ -613,7 +614,7 @@ - - /* We can't use the real fseek() since you can't seek in a stream (stdin) */ - --static int myFseek (FILE *fp, int offset) -+static int myFseek (FILE *fp, unsigned int offset) - { - char dummy[256]; - diff --git a/audio/bladeenc/files/patch-bladeenc_system.h b/audio/bladeenc/files/patch-bladeenc_system.h deleted file mode 100644 index d5a965070d85..000000000000 --- a/audio/bladeenc/files/patch-bladeenc_system.h +++ /dev/null @@ -1,13 +0,0 @@ ---- bladeenc/system.h.orig Tue May 8 14:11:53 2001 -+++ bladeenc/system.h Thu Sep 19 10:25:02 2002 -@@ -321,10 +321,4 @@ - - typedef unsigned char uchar; - --#if (defined(UNIX_SYSTEM) && !defined(SYS_TYPES_H) && !defined(_SYS_TYPES_H)) || (!defined UNIX_SYSTEM && !defined(__GNUC__)) -- typedef unsigned short ushort; -- typedef unsigned int uint; --#endif -- -- - #endif /* __SYSTEM__ */ diff --git a/audio/bladeenc/pkg-descr b/audio/bladeenc/pkg-descr deleted file mode 100644 index 00f3278b7388..000000000000 --- a/audio/bladeenc/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Blade's MP3 Encoder (BladeEnc) is a freeware MP3 encoder. It is -based on the same ISO compression routines as mpegEnc, so you can -expect roughly the same, or better, quality. The main difference -is the appearance and speed. BladeEnc doesn't have a nice, -user-friendly interface like mpegEnc, but it is more than three -times faster, and it works with several popular front-end graphical -user interfaces. - -WWW: http://bladeenc.mp3.no/ diff --git a/audio/cdplayer.app/Makefile b/audio/cdplayer.app/Makefile deleted file mode 100644 index 95db4857289e..000000000000 --- a/audio/cdplayer.app/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: CDPlayer.app -# Date created: 13 Sep 2000 -# Whom: Denis Shaposhnikov <dsh@vlink.ru> -# -# $FreeBSD$ -# - -PORTNAME= cdplayer.app -PORTVERSION= 1.7 -PORTREVISION= 7 -CATEGORIES= audio windowmaker -MASTER_SITES= http://freebsd.aeternal.net/ports/ -DISTNAME= CDPlayer.app-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A CD player with CDDB support resembling OpenStep's OmniCD - -DEPRECATED= Looks like an abandonware, no more public distfile -EXPIRATION_DATE= 2011-08-01 - -LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ - cdaudio.1:${PORTSDIR}/audio/libcdaudio \ - wraster.4:${PORTSDIR}/x11-wm/windowmaker - -PLIST_FILES= GNUstep/Apps/CDPlayer.app/CDPlayer -PLIST_DIRS= GNUstep/Apps/CDPlayer.app GNUstep/Apps - -.include <bsd.port.mk> diff --git a/audio/cdplayer.app/distinfo b/audio/cdplayer.app/distinfo deleted file mode 100644 index c8d7724ba4a0..000000000000 --- a/audio/cdplayer.app/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (CDPlayer.app-1.7.tar.gz) = a4e25b46bbc584573adee92f468b97c825de3125a8ffd6f8e6621a9f1be7e61a -SIZE (CDPlayer.app-1.7.tar.gz) = 60968 diff --git a/audio/cdplayer.app/files/patch-Makefile b/audio/cdplayer.app/files/patch-Makefile deleted file mode 100644 index 21ac1df4b270..000000000000 --- a/audio/cdplayer.app/files/patch-Makefile +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.orig Mon Jan 1 23:42:19 2001 -+++ Makefile Tue Apr 10 15:09:51 2001 -@@ -1,8 +1,6 @@ --PREFIX = /usr/local --CFLAGS = `get-wings-flags --cflags` `libcdaudio-config --cflags` -+CFLAGS += `get-wings-flags --cflags` `libcdaudio-config --cflags` - LDFLAGS = `get-wings-flags --ldflags` `libcdaudio-config --ldadd` - LIBS = `get-wings-flags --libs` `libcdaudio-config --libs` --CC = gcc -O2 - - all: CDPlayer - diff --git a/audio/cdplayer.app/pkg-descr b/audio/cdplayer.app/pkg-descr deleted file mode 100644 index f02c9374a9a1..000000000000 --- a/audio/cdplayer.app/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A CD player with CDDB support resembling OpenStep's OmniCD. diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile deleted file mode 100644 index 83599d0bd498..000000000000 --- a/audio/id3ed/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: id3ed -# Date created: 05 June 1999 -# Whom: Chris Piazza <cpiazza@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= id3ed -PORTVERSION= 1.10.4 -CATEGORIES= audio -MASTER_SITES= http://www.dakotacom.net/~donut/programs/id3ed/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= An id3 tag editor for mp3 files - -DEPRECATED= No more public distfiles, looks like an abandonware -EXPIRATION_DATE= 2011-08-01 - -GNU_CONFIGURE= yes - -MAN1= id3ed.1 -PLIST_FILES= bin/id3ed - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/id3ed ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/id3ed.1 ${MANPREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/audio/id3ed/distinfo b/audio/id3ed/distinfo deleted file mode 100644 index e8551d61a506..000000000000 --- a/audio/id3ed/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (id3ed-1.10.4.tar.gz) = 56f26dfde7b6357c5ad22644c2a379f25fce82a200264b5d4ce62f2468d8431b -SIZE (id3ed-1.10.4.tar.gz) = 31610 diff --git a/audio/id3ed/pkg-descr b/audio/id3ed/pkg-descr deleted file mode 100644 index 89eddbeeca87..000000000000 --- a/audio/id3ed/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A command line tool to edit id3 tags in mp3 files interactively or -on the fly. - -WWW: http://www.dakotacom.net/~donut/programs/id3ed.html diff --git a/audio/linux-vsound/Makefile b/audio/linux-vsound/Makefile deleted file mode 100644 index 549d475709df..000000000000 --- a/audio/linux-vsound/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: linux-vsound -# Date created: 28 January 2001 -# Whom: Kris Kennaway <kris@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= linux-vsound -PORTVERSION= 0.4 -PORTREVISION= 2 -CATEGORIES= audio linux -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= kris -DISTNAME= vsound-${PORTVERSION} -EXTRACT_ONLY= - -MAINTAINER= ports@FreeBSD.org -COMMENT= Utility for capturing audio streams from Linux binaries - -DEPRECATED= Abandonware -EXPIRATION_DATE= 2011-08-01 - -RUN_DEPENDS= sox:${PORTSDIR}/audio/sox/ - -USE_LINUX= yes -NO_BUILD= yes - -do-install: - @cd ${PREFIX} && ${TAR} xfz ${DISTDIR}/${DISTFILES} - -.include <bsd.port.mk> diff --git a/audio/linux-vsound/distinfo b/audio/linux-vsound/distinfo deleted file mode 100644 index b2dd208c565e..000000000000 --- a/audio/linux-vsound/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (vsound-0.4.tar.gz) = 969a1cd88abd31509d99898d9693c92b11fa9a2213c50ed09110a157b1c77347 -SIZE (vsound-0.4.tar.gz) = 13444 diff --git a/audio/linux-vsound/pkg-descr b/audio/linux-vsound/pkg-descr deleted file mode 100644 index a896c73f69ff..000000000000 --- a/audio/linux-vsound/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -This program allows you to record the output of any standard OSS -program (one that uses /dev/dsp for sound) without having to modify or -recompile the program. It uses the same idea as the esddsp wrapper -from the Enlightened Sound Daemon (in fact, vsound is based on -esddsp). That is, it preloads a library that intercepts calls to open -/dev/dsp, and instead returns a handle to a normal file. It also -intercepts ioctl's on that file handle and logs them, to help convert -the audio data from its raw form. Vsound then uses sox to convert the -raw data to the desired file format. - -The upshoot of this is that instead of playing sound to the sound card -in your computer, the data is recorded to a file. This is similar to -if you connected a loopback cable to the line in and line out jacks on -your sound card, but no DA or AD conversions take place, so quality is -not lost. - -Erik de Castro Lopo <erikd@zip.com.au> -WWW: http://www.zip.com.au/~erikd/vsound/ diff --git a/audio/linux-vsound/pkg-plist b/audio/linux-vsound/pkg-plist deleted file mode 100644 index 8699e55becf2..000000000000 --- a/audio/linux-vsound/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/vsound -lib/vsound/libvsound.so -share/doc/vsound/README -@dirrm lib/vsound -@dirrm share/doc/vsound diff --git a/audio/mpegaudio/Makefile b/audio/mpegaudio/Makefile deleted file mode 100644 index 68d9d88160ec..000000000000 --- a/audio/mpegaudio/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: mpegaudio -# Date created: 1 July 1996 -# Whom: torstenb -# -# $FreeBSD$ -# - -PORTNAME= mpegaudio -PORTVERSION= 3.9 -CATEGORIES= audio -MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/distfiles/ -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .tar.Z - -MAINTAINER= ports@FreeBSD.org -COMMENT= An MPEG/audio Layer 1 and Layer 2 encoder/decoder package - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-08-01 - -MAN1= mpeg_musicin.1 mpeg_musicout.1 - -post-install: - ${INSTALL_MAN} ${FILESDIR}/mpeg_musicin.1 ${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${FILESDIR}/mpeg_musicout.1 ${MANPREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/audio/mpegaudio/distinfo b/audio/mpegaudio/distinfo deleted file mode 100644 index 851d6f1cb8a7..000000000000 --- a/audio/mpegaudio/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mpegaudio.tar.Z) = 05ef0c86ed56c894693639b34e6f94c9501cf969998d500c82a29b073cefe858 -SIZE (mpegaudio.tar.Z) = 144707 diff --git a/audio/mpegaudio/files/mpeg_musicin.1 b/audio/mpegaudio/files/mpeg_musicin.1 deleted file mode 100644 index c2f7a855c1a0..000000000000 --- a/audio/mpegaudio/files/mpeg_musicin.1 +++ /dev/null @@ -1,122 +0,0 @@ -.\" Copyright (c) 1997 Andreas Klemm <andreas@FreeBSD.org>. Neuss. -.\" All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.\" $FreeBSD$ -.Dd August 17, 1997 -.Dt MPEG_MUSICIN 1 -.Os FreeBSD -.Sh NAME -.Nm mpeg_musicin -.Nd MPEG/audio Layer 1 and Layer 2 decoder -.Sh SYNOPSIS -.Nm mpeg_musicin -queries for all arguments, or -.br -.Nm mpeg_musicin -.Op Fl l Ar lay -.br -.Op Fl m Ar mode -.br -.Op Fl p Ar psy -.br -.Op Fl s Ar sfrq -.br -.Op Fl b Ar br -.br -.Op Fl d Ar emp -.br -.Op Fl c -.br -.Op Fl o -.br -.Op Fl e -.br -inputCM -.br -.Op Ar outBS -.br -.Sh DESCRIPTION -The encoder and decoder software are configured to output -the coded audio bitstreams as a string of hexadecimal ascii -characters. For greater compression efficiency, compile flag, -BS_FORMAT, in common.h can be switched to configure the bitstream -reading and writing routines to process raw binary bitstreams. -.br -The decoder program has a very crude implementation of bitstream -synchword detection. It may not be able to correctly decode valid -bitstreams which have false synchword patterns in the ancillary data -portion of the bitstream. -.Sh RESTRICTIONS -The software implements levels I and II and psychophysical auditory -models I and II as described in the ISO 3-11171 rev 1 standard. -There are future plans to implement level III. -.br -The input/output audio data may either be headerless raw 16 bit data -or alternatively an AIFF formatted file (Audio Interchange File Format) -with certain limitations. -.br -For more information on the AIFF format see the postscript file -/sgi/aiff-c.9.26.91.ps at the anonymous ftp site FTP.SGI.COM -(192.48.153.1). -.br -The AIFF formatted file is a convenient way for storing sampling rate -of the audio file. -.br -The encoder and decoder software are configured to output the coded -audio bitstreams as a string of hexadecimal ascii characters. -For greater compression efficiency, compile flag, BS_FORMAT, -in common.h can be switched to configure the bitstream reading -and writing routines to process raw binary bitstreams. -.br -This software has been run and verified on a large variety of -computers and operating systems. In particular UNIX, MS_DOS (with -MicroSoft C version 6), Macintosh, AIX Platform (RS6000) and Convex. -.Sh OPTIONS -.Bl -tag -width Ds -.It Sy -l lay -use layer <lay> coding (default: 2) -.It Sy -m mode -channel mode : s/d/j/m (default: s) -.It Sy -p psy -psychoacoustic model 1/2 (default: 2) -.It Sy -s sfrq -input smpl rate in kHz (default: 44.1) -.It Sy -b br -total bitrate in kbps (default: 384) -.It Sy -d emp -de-emphasis n/5/c (default: n) -.It Sy -c -mark as copyright -.It Sy -o -mark as original -.It Sy -e -add error protection -.It Sy inputPCM -input PCM sound file (standard or AIFF) -.It Sy outBS -output bit stream of encoded audio (dflt inName+.mpg) -.Sh SEE ALSO -.Xr mpeg_musicout 1 -.Sh HISTORY -Written by Andreas Klemm, August 17, 1997 diff --git a/audio/mpegaudio/files/mpeg_musicout.1 b/audio/mpegaudio/files/mpeg_musicout.1 deleted file mode 100644 index 234728cdb5b5..000000000000 --- a/audio/mpegaudio/files/mpeg_musicout.1 +++ /dev/null @@ -1,94 +0,0 @@ -.\" Copyright (c) 1997 Andreas Klemm <andreas@FreeBSD.org>. Neuss. -.\" All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.\" $FreeBSD$ -.Dd August 17, 1997 -.Dt MPEG_MUSICOUT 1 -.Os FreeBSD -.Sh NAME -.Nm mpeg_musicout -.Nd MPEG/audio Layer 1 and Layer 2 encoder -.Sh SYNOPSIS -.Nm mpeg_musicout -queries for all arguments, or -.br -.Nm mpeg_musicout -.Op Fl A -.br -.Op Fl s Ar sb -.br -inputBS -.br -.Op Ar outPCM -.br -.Sh DESCRIPTION -The encoder and decoder software are configured to output -the coded audio bitstreams as a string of hexadecimal ascii -characters. For greater compression efficiency, compile flag, -BS_FORMAT, in common.h can be switched to configure the bitstream -reading and writing routines to process raw binary bitstreams. -.br -The decoder program has a very crude implementation of bitstream -synchword detection. It may not be able to correctly decode valid -bitstreams which have false synchword patterns in the ancillary data -portion of the bitstream. -.Sh RESTRICTIONS -The software implements levels I and II and psychophysical auditory -models I and II as described in the ISO 3-11171 rev 1 standard. -There are future plans to implement level III. -.br -The input/output audio data may either be headerless raw 16 bit data -or alternatively an AIFF formatted file (Audio Interchange File Format) -with certain limitations. -.br -For more information on the AIFF format see the postscript file -/sgi/aiff-c.9.26.91.ps at the anonymous ftp site FTP.SGI.COM -(192.48.153.1). -.br -The AIFF formatted file is a convenient way for storing sampling rate -of the audio file. -.br -The encoder and decoder software are configured to output the coded -audio bitstreams as a string of hexadecimal ascii characters. -For greater compression efficiency, compile flag, BS_FORMAT, -in common.h can be switched to configure the bitstream reading -and writing routines to process raw binary bitstreams. -.br -This software has been run and verified on a large variety of -computers and operating systems. In particular UNIX, MS_DOS (with -MicroSoft C version 6), Macintosh, AIX Platform (RS6000) and Convex. -.Sh OPTIONS -.Bl -tag -width Ds -.It Sy -A -write an AIFF output PCM sound file -.It Sy -s sb -resynth only up to this sb (debugging only) -.It Sy inputBS -input bit stream of encoded audio -.It Sy outPCM -output PCM sound file (dflt inName+.dec) -.Sh SEE ALSO -.Xr mpeg_musicin 1 -.Sh HISTORY -Written by Andreas Klemm, August 17, 1997 diff --git a/audio/mpegaudio/files/patch-aa b/audio/mpegaudio/files/patch-aa deleted file mode 100644 index dfe927deb431..000000000000 --- a/audio/mpegaudio/files/patch-aa +++ /dev/null @@ -1,29 +0,0 @@ ---- Makefile.orig Wed Jan 5 10:47:50 1994 -+++ Makefile Fri Aug 25 20:37:52 2000 -@@ -1,10 +1,23 @@ - ALL : musicin musicout - --CFLAGS = -O2 -+CFLAGS += -DTABLES_PATH=\"${PREFIX}/share/mpegaudio/tables\" - LDFLAGS= - -+all: musicin musicout -+ - musicin: musicin.o common.o encode.o subs.o psy.o tonal.o -- cc $(LDFLAGS) -o musicin musicin.o common.o encode.o subs.o psy.o tonal.o -lm -+ $(CC) $(LDFLAGS) -o musicin musicin.o common.o encode.o subs.o psy.o tonal.o -lm - - musicout: musicout.o common.o decode.o subs.o -- cc $(LDFLAGS) musicout.o common.o decode.o subs.o -o musicout -lm -+ $(CC) $(LDFLAGS) musicout.o common.o decode.o subs.o -o musicout -lm -+ -+clean: -+ rm -f *.core *.o musicin musicout -+ -+install: -+ ${BSD_INSTALL_PROGRAM} musicin ${PREFIX}/bin/mpeg_musicin -+ ${BSD_INSTALL_PROGRAM} musicout ${PREFIX}/bin/mpeg_musicout -+ -mkdir -p ${PREFIX}/share/mpegaudio/tables -+ ${BSD_INSTALL_DATA} tables/* \ -+ ${PREFIX}/share/mpegaudio/tables/ -+ diff --git a/audio/mpegaudio/files/patch-ab b/audio/mpegaudio/files/patch-ab deleted file mode 100644 index cf2993d0813a..000000000000 --- a/audio/mpegaudio/files/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ ---- common.h.orig Wed Jan 5 10:42:00 1994 -+++ common.h Tue Aug 22 02:49:35 2000 -@@ -73,7 +73,9 @@ - #endif - - #ifdef UNIX -+#ifndef TABLES_PATH - #define TABLES_PATH "tables" /* to find data files */ -+#endif /* TABLES_PATH */ - /* name of environment variable holding path of table files */ - #define MPEGTABENV "MPEGTABLES" - #define PATH_SEPARATOR "/" /* how to build paths */ diff --git a/audio/mpegaudio/files/patch-ad b/audio/mpegaudio/files/patch-ad deleted file mode 100644 index c7484588e63e..000000000000 --- a/audio/mpegaudio/files/patch-ad +++ /dev/null @@ -1,134 +0,0 @@ ---- musicin.c.orig Wed Jan 5 02:13:44 1994 -+++ musicin.c Fri Dec 15 02:03:30 2006 -@@ -101,6 +101,8 @@ - #include "common.h" - #include "encoder.h" - -+#include <stdlib.h> -+ - /* Global variable definitions for "musicin.c" */ - - FILE *musicin; -@@ -144,7 +146,7 @@ - - do { - printf("Enter PCM input file name <required>: "); -- gets(original_file_name); -+ fgets(original_file_name,sizeof(original_file_name),stdin); - if (original_file_name[0] == NULL_CHAR) - printf("PCM input file name is required.\n"); - } while (original_file_name[0] == NULL_CHAR); -@@ -163,7 +165,7 @@ - original_file_name, DFLT_EXT); - #endif - -- gets(encoded_file_name); -+ fgets(encoded_file_name,sizeof(encoded_file_name),stdin); - if (encoded_file_name[0] == NULL_CHAR) { - #ifdef MS_DOS - /* replace old extension with new one, 92-08-19 shn */ -@@ -207,7 +209,7 @@ - else { /* Not using Audio IFF sound file headers. */ - - printf("What is the sampling frequency? <44100>[Hz]: "); -- gets(t); -+ fgets(t,sizeof(t),stdin); - freq = atol(t); - switch (freq) { - case 48000 : info->sampling_frequency = 1; -@@ -236,7 +238,7 @@ - - printf("Which layer do you want to use?\n"); - printf("Available: Layer (1), Layer (<2>): "); -- gets(t); -+ fgets(t,sizeof(t),stdin); - switch(*t){ - case '1': info->lay = 1; printf(">>> Using Layer %s\n",t); break; - case '2': info->lay = 2; printf(">>> Using Layer %s\n",t); break; -@@ -246,7 +248,7 @@ - printf("Which mode do you want?\n"); - printf("Available: (<s>)tereo, (j)oint stereo, "); - printf("(d)ual channel, s(i)ngle Channel: "); -- gets(t); -+ fgets(t,sizeof(t),stdin); - switch(*t){ - case 's': - case 'S': -@@ -275,7 +277,7 @@ - } - - printf("Which psychoacoustic model do you want to use? <2>: "); -- gets(t); -+ fgets(t,sizeof(t),stdin); - model = atoi(t); - if (model > 2 || model < 1) { - printf(">>> Default model 2 selected\n"); -@@ -287,7 +289,7 @@ - } - - printf("What is the total bitrate? <%u>[kbps]: ", DFLT_BRT); -- gets(t); -+ fgets(t,sizeof(t),stdin); - brt = atoi(t); - if (brt == 0) brt = -10; - j=0; -@@ -310,7 +312,7 @@ - - printf("What type of de-emphasis should the decoder use?\n"); - printf("Available: (<n>)one, (5)0/15 microseconds, (c)citt j.17: "); -- gets(t); -+ fgets(t,sizeof(t),stdin); - if (*t != 'n' && *t != '5' && *t != 'c') { - printf(">>> Using default no de-emphasis\n"); - info->emphasis = 0; -@@ -325,7 +327,7 @@ - /* Start 2. Part changes for CD Ver 3.2; jsp; 22-Aug-1991 */ - - printf("Do you want to set the private bit? (y/<n>): "); -- gets(t); -+ fgets(t,sizeof(t),stdin); - if (*t == 'y' || *t == 'Y') info->extension = 1; - else info->extension = 0; - if(info->extension) printf(">>> Private bit set\n"); -@@ -334,28 +336,28 @@ - /* End changes for CD Ver 3.2; jsp; 22-Aug-1991 */ - - printf("Do you want error protection? (y/<n>): "); -- gets(t); -+ fgets(t,sizeof(t),stdin); - if (*t == 'y' || *t == 'Y') info->error_protection = TRUE; - else info->error_protection = FALSE; - if(info->error_protection) printf(">>> Error protection used\n"); - else printf(">>> Error protection not used\n"); - - printf("Is the material copyrighted? (y/<n>): "); -- gets(t); -+ fgets(t,sizeof(t),stdin); - if (*t == 'y' || *t == 'Y') info->copyright = 1; - else info->copyright = 0; - if(info->copyright) printf(">>> Copyrighted material\n"); - else printf(">>> Material not copyrighted\n"); - - printf("Is this the original? (y/<n>): "); -- gets(t); -+ fgets(t,sizeof(t),stdin); - if (*t == 'y' || *t == 'Y') info->original = 1; - else info->original = 0; - if(info->original) printf(">>> Original material\n"); - else printf(">>> Material not original\n"); - - printf("Do you wish to exit (last chance before encoding)? (y/<n>): "); -- gets(t); -+ fgets(t,sizeof(t),stdin); - if (*t == 'y' || *t == 'Y') exit(0); - } - -@@ -919,7 +921,7 @@ - /* - /************************************************************************/ - --static void usage() /* print syntax & exit */ -+void usage() /* print syntax & exit */ - { - fprintf(stderr, - "usage: %s queries for all arguments, or\n", diff --git a/audio/mpegaudio/files/patch-ae b/audio/mpegaudio/files/patch-ae deleted file mode 100644 index ef1600a5eeb2..000000000000 --- a/audio/mpegaudio/files/patch-ae +++ /dev/null @@ -1,56 +0,0 @@ ---- musicout.c.orig Wed Jan 5 05:39:27 1994 -+++ musicout.c Fri Dec 15 02:04:31 2006 -@@ -58,6 +58,8 @@ - #include "common.h" - #include "decoder.h" - -+#include <stdlib.h> -+ - /******************************************************************** - /* - /* This part contains the MPEG I decoder for Layers I & II. -@@ -139,7 +141,7 @@ - if(argc==1) { /* no command line args -> interact */ - do { - printf ("Enter encoded file name <required>: "); -- gets (encoded_file_name); -+ fgets (encoded_file_name,sizeof(encoded_file_name),stdin); - if (encoded_file_name[0] == NULL_CHAR) - printf ("Encoded file name is required. \n"); - } while (encoded_file_name[0] == NULL_CHAR); -@@ -151,7 +153,7 @@ - printf ("Enter MPEG decoded file name <%s%s>: ", encoded_file_name, - DFLT_OPEXT); - #endif -- gets (decoded_file_name); -+ fgets (decoded_file_name,sizeof(decoded_file_name),stdin); - if (decoded_file_name[0] == NULL_CHAR) { - #ifdef MS_DOS - /* replace old extension with new one, 92-08-19 shn */ -@@ -164,7 +166,7 @@ - - printf( - "Do you wish to write an AIFF compatible sound file ? (y/<n>) : "); -- gets(t); -+ fgets(t,sizeof(t),stdin); - if (*t == 'y' || *t == 'Y') need_aiff = TRUE; - else need_aiff = FALSE; - if (need_aiff) -@@ -173,7 +175,7 @@ - - printf( - "Do you wish to exit (last chance before decoding) ? (y/<n>) : "); -- gets(t); -+ fgets(t,sizeof(t),stdin); - if (*t == 'y' || *t == 'Y') exit(0); - } - else { /* interpret CL Args */ -@@ -429,7 +431,7 @@ - exit( 0 ); - } - --static void usage() /* print syntax & exit */ -+void usage() /* print syntax & exit */ - { - fprintf(stderr, - "usage: %s queries for all arguments, or\n", diff --git a/audio/mpegaudio/pkg-descr b/audio/mpegaudio/pkg-descr deleted file mode 100644 index 63783832e10d..000000000000 --- a/audio/mpegaudio/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -mpegaudio is an MPEG/audio Layer 1 and Layer 2 software package. diff --git a/audio/mpegaudio/pkg-plist b/audio/mpegaudio/pkg-plist deleted file mode 100644 index 470b91d986af..000000000000 --- a/audio/mpegaudio/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -bin/mpeg_musicin -bin/mpeg_musicout -%%DATADIR%%/tables/1cb0 -%%DATADIR%%/tables/1cb1 -%%DATADIR%%/tables/1cb2 -%%DATADIR%%/tables/1th0 -%%DATADIR%%/tables/1th1 -%%DATADIR%%/tables/1th2 -%%DATADIR%%/tables/2cb0 -%%DATADIR%%/tables/2cb1 -%%DATADIR%%/tables/2cb2 -%%DATADIR%%/tables/2th0 -%%DATADIR%%/tables/2th1 -%%DATADIR%%/tables/2th2 -%%DATADIR%%/tables/absthr_0 -%%DATADIR%%/tables/absthr_1 -%%DATADIR%%/tables/absthr_2 -%%DATADIR%%/tables/alloc_0 -%%DATADIR%%/tables/alloc_1 -%%DATADIR%%/tables/alloc_2 -%%DATADIR%%/tables/alloc_3 -%%DATADIR%%/tables/dewindow -%%DATADIR%%/tables/enwindow -@dirrm %%DATADIR%%/tables -@dirrm %%DATADIR%% diff --git a/audio/mpmf20/Makefile b/audio/mpmf20/Makefile deleted file mode 100644 index 7ce996845513..000000000000 --- a/audio/mpmf20/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: mpmf20 -# Date created: 22 September 1999 -# Whom: Markus Holmberg <saska@acc.umu.se> -# -# $FreeBSD$ -# - -PORTNAME= mpmf20 -PORTVERSION= 1.01 -CATEGORIES= audio -MASTER_SITES= http://www.world.co.uk/sba/ -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= File transfer tool for the MPMan MP-F20 portable MP3-player - -DEPRECATED= Abandonware -EXPIRATION_DATE= 2011-08-01 - -NOT_FOR_ARCHS= ia64 powerpc sparc64 - -MAKEFILE= makefile -PLIST_FILES= bin/mpmf20 - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/mpmf20 ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/audio/mpmf20/distinfo b/audio/mpmf20/distinfo deleted file mode 100644 index 6e011dfc3b01..000000000000 --- a/audio/mpmf20/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mpmf20.tgz) = b70e26b9a6b51651de0a717d97c3cbda89b8f8bbfd0149ca6be9166341ccf0a1 -SIZE (mpmf20.tgz) = 16541 diff --git a/audio/mpmf20/files/patch-aa b/audio/mpmf20/files/patch-aa deleted file mode 100644 index c5fefa38cea6..000000000000 --- a/audio/mpmf20/files/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ ---- app.cpp.orig Wed Sep 22 22:55:41 1999 -+++ app.cpp Wed Sep 22 22:27:06 1999 -@@ -22,6 +22,12 @@ - #define SIZE_MAXPATH _MAX_PATH - #define DELETEARRAY delete[] - -+#elif defined(__FreeBSD__) -+ // FreeBSD g++ -+ #include <unistd.h> -+ #include <sys/syslimits.h> -+ #define SIZE_MAXPATH PATH_MAX -+ - #elif defined(__linux__) - // linux g++ - #include <unistd.h> diff --git a/audio/mpmf20/files/patch-ab b/audio/mpmf20/files/patch-ab deleted file mode 100644 index 8a6ff737e0b6..000000000000 --- a/audio/mpmf20/files/patch-ab +++ /dev/null @@ -1,43 +0,0 @@ ---- mpmf20.cpp.orig Mon Apr 12 08:49:40 1999 -+++ mpmf20.cpp Fri Feb 18 10:55:01 2000 -@@ -23,6 +23,24 @@ - #define DELETEARRAY delete[] - #define STRICMP stricmp - -+#elif defined(__FreeBSD__) -+ // FreeBSD g++ -+ #include <fcntl.h> -+ #include <unistd.h> -+ #include <machine/cpufunc.h> -+ #if defined(__alpha__) -+ #include <sys/types.h> -+ extern "C" { -+ u_int8_t inb(u_int32_t); -+ void outb(u_int32_t, u_int8_t); -+ } -+ #endif -+ #define OUTPORT(p,v) outb( (p), (v) ) -+ #define INPORT(p) inb( p ) -+ #define CLOCK_SECOND CLOCKS_PER_SEC -+ #define DELETEARRAY delete[] -+ #define STRICMP strcasecmp -+ - #elif defined(__linux__) - // linux g++ - #include <unistd.h> -@@ -237,6 +255,15 @@ - // init error - m_szError[ 0 ] = 0; - m_iIDError = CMPMF20_ERROR_NONE; -+ -+ // if FreeBSD -+ #if defined(__FreeBSD__) -+ // request access to required ports -+ if (open("/dev/io", O_RDONLY) < 0) { -+ LogError( CMPMF20_ERROR_IOPRERM, "open(\"/dev/io\") failed, reason '%s'", SZERROR ); -+ return FALSE; -+ } -+ #endif - - // if linux - #if defined(__linux__) diff --git a/audio/mpmf20/files/patch-ac b/audio/mpmf20/files/patch-ac deleted file mode 100644 index b58f52cf5668..000000000000 --- a/audio/mpmf20/files/patch-ac +++ /dev/null @@ -1,19 +0,0 @@ ---- makefile.orig Mon Apr 12 08:49:40 1999 -+++ makefile Fri Feb 18 10:56:04 2000 -@@ -6,11 +6,14 @@ - # - ############################################################################### - -+.if ${MACHINE_ARCH} == "alpha" -+LDADD= -lio -+.endif -+ - all: mpmf20 - - mpmf20: app.cpp mpmf20.cpp -- g++ -O1 -o mpmf20 app.cpp mpmf20.cpp -- chmod +s mpmf20 -+ ${CXX} ${CXXFLAGS} -o mpmf20 app.cpp mpmf20.cpp ${LDADD} - - clean: - rm -f mpmf20 diff --git a/audio/mpmf20/pkg-descr b/audio/mpmf20/pkg-descr deleted file mode 100644 index 1150cf83db85..000000000000 --- a/audio/mpmf20/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This software is a command line utility used for transferring audio files -in the MP3 format to and from the portable MP3 player MPMan MP-F20. -It enables you to upload (specifying the files with wildcards or from a -text file), download, delete, reorder already uploaded files and more on your -MPMan MP-F20. - -WWW: http://www.world.co.uk/sba/ diff --git a/audio/mutemix/Makefile b/audio/mutemix/Makefile deleted file mode 100644 index a8dea63ecb24..000000000000 --- a/audio/mutemix/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: mutemix -# Date created: 2000-10-19 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= mutemix -PORTVERSION= 1.0 -PORTREVISION= 2 -CATEGORIES= audio -MASTER_SITES= http://www.v-i-t.de/mirkos_hp/pub/ -EXTRACT_SUFX= .py - -MAINTAINER= ports@FreeBSD.org -COMMENT= Adjusts a mixer - -DEPRECATED= abandonware, no more public distfiles -EXPIRATION_DATE= 2011-08-01 - -RUN_DEPENDS= aumix:${PORTSDIR}/audio/aumix \ - ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter - -USE_PYTHON= yes -NO_BUILD= yes -PLIST_FILES= bin/mutemix -WRKSRC= ${WRKDIR} - -do-extract: - ${MKDIR} ${WRKDIR} - -do-install: - ${INSTALL_SCRIPT} ${_DISTDIR}/${DISTFILES} ${PREFIX}/bin/mutemix - -.include <bsd.port.mk> diff --git a/audio/mutemix/distinfo b/audio/mutemix/distinfo deleted file mode 100644 index 5be4be1519d6..000000000000 --- a/audio/mutemix/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mutemix-1.0.py) = a9846f3479af6b493aafa88a82d0875a47b39aeb7374183ad581f439fa2d428d -SIZE (mutemix-1.0.py) = 7909 diff --git a/audio/mutemix/pkg-descr b/audio/mutemix/pkg-descr deleted file mode 100644 index 78209a949108..000000000000 --- a/audio/mutemix/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is a program for adjusting an audio mixer. It has "a mute -button for every channel" and one to mute all channels at once. - -WWW: http://www.v-i-t.de/mirkos_hp/html/index.html - -Trevor Johnson diff --git a/audio/phatbeat/Makefile b/audio/phatbeat/Makefile deleted file mode 100644 index bd11cdea5f22..000000000000 --- a/audio/phatbeat/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: PhatBeat -# Date created: 22 Jun 2004 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# -# $FreeBSD$ -# - -PORTNAME= phatbeat -PORTVERSION= 1.1 -PORTREVISION= 8 -CATEGORIES= audio -MASTER_SITES= http://www.postreal.org/files/ -DISTNAME= PhatBeat-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A beat counter - -DEPRECATED= abandonware, no more public distfiles -EXPIRATION_DATE= 2011-08-01 - -USE_SDL= sdl image -MAN1= phatbeat.1 - -MAKE_ENV= MKDIR="${MKDIR}" \ - INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - INSTALL_MAN="${INSTALL_MAN}" \ - INSTALL_DATA="${INSTALL_DATA}" - -.include <bsd.port.mk> diff --git a/audio/phatbeat/distinfo b/audio/phatbeat/distinfo deleted file mode 100644 index 344e87cf2a5b..000000000000 --- a/audio/phatbeat/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PhatBeat-1.1.tar.gz) = f371e7f6c58f2ff6bc1c8336f6a12ad8bd70e0fcff029ea8e7ece27e2969f38c -SIZE (PhatBeat-1.1.tar.gz) = 206229 diff --git a/audio/phatbeat/files/patch-Makefile b/audio/phatbeat/files/patch-Makefile deleted file mode 100644 index 15c6c4e2da91..000000000000 --- a/audio/phatbeat/files/patch-Makefile +++ /dev/null @@ -1,82 +0,0 @@ ---- Makefile.orig Tue Jun 22 14:28:51 2004 -+++ Makefile Tue Jun 22 14:47:27 2004 -@@ -1,11 +1,10 @@ --CPP = g++ --SDL_LIBS = `sdl-config --libs` --SDL_CFLAGS = `sdl-config --cflags` -+SDL_LIBS = `$(SDL_CONFIG) --libs` -+SDL_CFLAGS = `$(SDL_CONFIG) --cflags` - ## dirs must be appended with a / character! --LOCAL = /usr/local/ --SHAREDIR = $(LOCAL)share/phatbeat/ -+LOCAL = $(PREFIX) -+SHAREDIR = $(LOCAL)/share/phatbeat/ - D_PFLAGS = -Wall -g ## For debugging, use this. --PFLAGS = -Wall -finline-functions -O3 $(SDL_CFLAGS) -+PFLAGS = $(CFLAGS) $(SDL_CFLAGS) - XFLAGS = $(PFLAGS) $(SDL_LIBS) -lSDL_image -lm - PROGS = phatbeat phatx - -@@ -18,34 +17,34 @@ - all: $(PROGS) - - phatbeat: BeatCounter.o phatbeat.o -- $(CPP) $(PFLAGS) phatbeat.o BeatCounter.o -o phatbeat -+ $(CXX) $(PFLAGS) phatbeat.o BeatCounter.o -o phatbeat - - phatx: BeatCounter.o phatx.o numbers.o resize.o portability.o -- $(CPP) $(XFLAGS) portability.o phatx.o resize.o numbers.o BeatCounter.o -o phatx -+ $(CXX) $(XFLAGS) portability.o phatx.o resize.o numbers.o BeatCounter.o -o phatx - - BeatCounter.o: BeatCounter.h BeatCounter.cpp -- $(CPP) $(PFLAGS) -c BeatCounter.cpp -+ $(CXX) $(PFLAGS) -c BeatCounter.cpp - - numbers.o: numbers.h numbers.cpp portability.o -- $(CPP) $(PFLAGS) -c numbers.cpp -- -+ $(CXX) $(PFLAGS) -c numbers.cpp -+ - resize.o: resize.h resize.cpp -- $(CPP) $(PFLAGS) -c resize.cpp -+ $(CXX) $(PFLAGS) -c resize.cpp - - phatbeat.o: phatbeat.cpp -- $(CPP) $(PFLAGS) -c phatbeat.cpp -+ $(CXX) $(PFLAGS) -c phatbeat.cpp - - phatx.o: phatx.cpp -- $(CPP) $(PFLAGS) -c phatx.cpp -+ $(CXX) $(PFLAGS) -c phatx.cpp - - portability.o: portability.cpp -- $(CPP) $(PFLAGS) -D'SHAREDIR="$(SHAREDIR)"' -c portability.cpp -+ $(CXX) $(PFLAGS) -D'SHAREDIR="$(SHAREDIR)"' -c portability.cpp - - ## For compiling a win32 version under cygwin, issue - ## 'make phat_win', and it will do so. - - phat_win: BeatCounter.o phatx.o numbers.o resize.o phatres.o -- $(CPP) -o phat_win.exe phatx.o resize.o numbers.o BeatCounter.o portability.o phatres.o $(XFLAGS) -+ $(CXX) -o phat_win.exe phatx.o resize.o numbers.o BeatCounter.o portability.o phatres.o $(XFLAGS) - - phatres.o: phatres.rc - windres phatres.rc phatres.o -@@ -55,10 +54,10 @@ - - ## Installation routines for unix. - install: -- ## First, install the programs. -- /usr/bin/install -c -m 755 phatbeat $(LOCAL)/bin -- /usr/bin/install -c -m 755 phatx $(LOCAL)/bin -- /usr/bin/install -c -m 444 phatbeat.1 $(LOCAL)/man/man1 -- ## Then, the images -- mkdir -p $(SHAREDIR)/images -- /usr/bin/install -c -m 444 images/* $(SHAREDIR)/images -+ $(MKDIR) $(LOCAL)/bin -+ $(INSTALL_PROGRAM) phatbeat $(LOCAL)/bin -+ $(INSTALL_PROGRAM) phatx $(LOCAL)/bin -+ $(MKDIR) $(LOCAL)/man/man1 -+ $(INSTALL_MAN) phatbeat.1 $(LOCAL)/man/man1 -+ $(MKDIR) $(SHAREDIR)images -+ $(INSTALL_DATA) images/* $(SHAREDIR)images diff --git a/audio/phatbeat/files/patch-phatbeat.cpp b/audio/phatbeat/files/patch-phatbeat.cpp deleted file mode 100644 index 66a68ee776d4..000000000000 --- a/audio/phatbeat/files/patch-phatbeat.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- phatbeat.cpp.orig Tue Jun 22 02:34:13 2004 -+++ phatbeat.cpp Tue Jun 22 02:35:53 2004 -@@ -24,6 +24,9 @@ - #include "BeatCounter.h" - using namespace std; - -+#include <sys/types.h> -+#include <sys/time.h> -+#include <string.h> - #include <stdlib.h> - using namespace std; - #include <stdio.h> diff --git a/audio/phatbeat/pkg-descr b/audio/phatbeat/pkg-descr deleted file mode 100644 index a9ae853c35bc..000000000000 --- a/audio/phatbeat/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -In a nutshell, PhatBeat is a cross-platform (Linux and Windows) beat -counter for use by collectors, producers, DJs, and others interested -in beat-oriented music. For now it requires users to tap in the beat -during listening, after which it calculates and displays the track's -BPM and the size of a measure in seconds. - -WWW: http://www.postreal.org/phatbeat diff --git a/audio/phatbeat/pkg-plist b/audio/phatbeat/pkg-plist deleted file mode 100644 index e0f04e478991..000000000000 --- a/audio/phatbeat/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -bin/phatbeat -bin/phatx -share/phatbeat/images/0.png -share/phatbeat/images/1.png -share/phatbeat/images/2.png -share/phatbeat/images/3.png -share/phatbeat/images/4.png -share/phatbeat/images/5.png -share/phatbeat/images/6.png -share/phatbeat/images/7.png -share/phatbeat/images/8.png -share/phatbeat/images/9.png -share/phatbeat/images/AC_dn.png -share/phatbeat/images/AC_up.png -share/phatbeat/images/bkgnd_test5.png -share/phatbeat/images/blackgnd.png -share/phatbeat/images/blnk.png -share/phatbeat/images/dnarrow_dn.png -share/phatbeat/images/dnarrow_up.png -share/phatbeat/images/icon.png -share/phatbeat/images/phaticon.ico -share/phatbeat/images/point.png -share/phatbeat/images/tap_dn.png -share/phatbeat/images/tap_up.png -share/phatbeat/images/uparrow_dn.png -share/phatbeat/images/uparrow_up.png -@dirrm share/phatbeat/images -@dirrm share/phatbeat diff --git a/audio/pimp3/Makefile b/audio/pimp3/Makefile deleted file mode 100644 index 6da8ac7f4d2e..000000000000 --- a/audio/pimp3/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: pimp -# Date created: 23 February 2000 -# Whom: rbt@zort.on.ca -# -# $FreeBSD$ -# - -PORTNAME= pimp3 -PORTVERSION= 0.5.8 -CATEGORIES= audio -MASTER_SITES= http://unixpages.org/distfiles/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Rate your mp3s for a randomized playlist you will actually like - -RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 \ - ${PYTHON_SITELIBDIR}/gdbm.so:${PORTSDIR}/databases/py-gdbm - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-08-01 - -WRKSRC= ${WRKDIR}/pimp3 - -NO_BUILD= yes -USE_PYTHON= yes - -post-patch: - @${REINPLACE_CMD} -e "s!/usr/bin/python!${LOCALBASE}/bin/python!" ${WRKSRC}/pimp3.py - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${PREFIX}/bin/ - ${INSTALL_SCRIPT} ${WRKSRC}/*.pyc ${PREFIX}/bin/ - -post-install: - @${ECHO_MSG} - @${ECHO_MSG} "Take a look at the README to see how to install" - @${ECHO_MSG} "and configure an audio database, among other" - @${ECHO_MSG} "details that should be known." - @${ECHO_MSG} "" - @${ECHO_MSG} "Location: ${WRKDIR}/pimp3/README" - @${ECHO_MSG} - -.include <bsd.port.mk> diff --git a/audio/pimp3/distinfo b/audio/pimp3/distinfo deleted file mode 100644 index 47839d4e1338..000000000000 --- a/audio/pimp3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pimp3-0.5.8.tar.gz) = c539a5df472fe7c85b7af621263e79cc8ed214302df29678331d0c2ebbae382e -SIZE (pimp3-0.5.8.tar.gz) = 14543 diff --git a/audio/pimp3/pkg-descr b/audio/pimp3/pkg-descr deleted file mode 100644 index 3bf4ba97d8f6..000000000000 --- a/audio/pimp3/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The python intelligent mp3 player can be used to make your mp3 listening -experience above what you currently receive with random play. By using its -ability to track and rank mp3s based on listener approval or disapproval -it will tend to play the songs you like more than the ones you don't. - -Finally everything can be tossed into a bitbucket of a random playlist. - -WWW: http://pimp3.sourceforge.net/ diff --git a/audio/pimp3/pkg-plist b/audio/pimp3/pkg-plist deleted file mode 100644 index 2e3e80621fab..000000000000 --- a/audio/pimp3/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/database.py -bin/pimp3.py -bin/play.py -bin/play.pyc -bin/database.pyc diff --git a/audio/rbscrobbler/Makefile b/audio/rbscrobbler/Makefile deleted file mode 100644 index 937c317f07da..000000000000 --- a/audio/rbscrobbler/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection Makefile for: rbscrobbler -# Date created: 2005-01-30 -# Whom: arved -# -# $FreeBSD$ - -PORTNAME= rbscrobbler -PORTVERSION= 0.0.9 -PORTREVISION= 7 -CATEGORIES= audio gnome -MASTER_SITES= http://ftp.osuosl.org/pub/FreeBSD/distfiles/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Rhythmbox plugin for Audioscrobbler - -DEPRECATED= Looks like abandonware, no more public distfile -EXPIRATION_DATE= 2011-08-01 - -RUN_DEPENDS= rhythmbox:${PORTSDIR}/audio/rhythmbox - -USE_GNOME= pygnomeextras -USE_PYTHON= yes - -MAN1= rbscrobbler.1 - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|CFLAGS =|CFLAGS +=|g ; \ - s|/usr/include/python2.3/|${PYTHON_INCLUDEDIR}|g' - -do-install: - ${INSTALL_MAN} ${WRKSRC}/rbscrobbler.1 ${MANPREFIX}/man/man1 - @${MKDIR} ${PYTHONPREFIX_SITELIBDIR}/rbscrobbler - ${INSTALL_SCRIPT} ${WRKSRC}/rbscrobbler.py \ - ${PYTHONPREFIX_SITELIBDIR}/rbscrobbler - ${LN} -sf ${PYTHONPREFIX_SITELIBDIR}/rbscrobbler/rbscrobbler.py \ - ${PREFIX}/bin/rbscrobbler -.for file in Audioscrobbler.py Debug.py MyQueue.py Rhythmbox_Bonobo.py \ - Scrobbler_Musicbrainz.py singletonmixin.py - ${INSTALL_DATA} ${WRKSRC}/${file} \ - ${PYTHONPREFIX_SITELIBDIR}/rbscrobbler -.endfor - @${MKDIR} ${PYTHONPREFIX_SITELIBDIR}/rbscrobbler/images - ${INSTALL_DATA} ${WRKSRC}/images/*.png \ - ${PYTHONPREFIX_SITELIBDIR}/rbscrobbler/images - @${MKDIR} ${PYTHONPREFIX_SITELIBDIR}/rbscrobbler/trayicon -.for file in trayicon/__init__.py trayicon/trayicon.so - ${INSTALL_DATA} ${WRKSRC}/${file} \ - ${PYTHONPREFIX_SITELIBDIR}/rbscrobbler/trayicon -.endfor - -.include <bsd.port.mk> diff --git a/audio/rbscrobbler/distinfo b/audio/rbscrobbler/distinfo deleted file mode 100644 index e307a575a824..000000000000 --- a/audio/rbscrobbler/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rbscrobbler-0.0.9.tar.gz) = e675295a4090d6c1e5311d398727afc51e8fb093c642d035d29f049530053d85 -SIZE (rbscrobbler-0.0.9.tar.gz) = 32577 diff --git a/audio/rbscrobbler/pkg-descr b/audio/rbscrobbler/pkg-descr deleted file mode 100644 index 0c8805ce98bb..000000000000 --- a/audio/rbscrobbler/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Audioscrobbler plugin for rhythmbox - -WWW: http://members.cox.net/alexrevo/ diff --git a/audio/rbscrobbler/pkg-plist b/audio/rbscrobbler/pkg-plist deleted file mode 100644 index e1572330c086..000000000000 --- a/audio/rbscrobbler/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -bin/rbscrobbler -%%PYTHON_SITELIBDIR%%/rbscrobbler/Audioscrobbler.py -%%PYTHON_SITELIBDIR%%/rbscrobbler/Debug.py -%%PYTHON_SITELIBDIR%%/rbscrobbler/MyQueue.py -%%PYTHON_SITELIBDIR%%/rbscrobbler/Rhythmbox_Bonobo.py -%%PYTHON_SITELIBDIR%%/rbscrobbler/Scrobbler_Musicbrainz.py -%%PYTHON_SITELIBDIR%%/rbscrobbler/singletonmixin.py -%%PYTHON_SITELIBDIR%%/rbscrobbler/rbscrobbler.py -%%PYTHON_SITELIBDIR%%/rbscrobbler/images/icon-offline.png -%%PYTHON_SITELIBDIR%%/rbscrobbler/images/icon-online.png -%%PYTHON_SITELIBDIR%%/rbscrobbler/images/notsubmitted.png -%%PYTHON_SITELIBDIR%%/rbscrobbler/images/offline.png -%%PYTHON_SITELIBDIR%%/rbscrobbler/images/online.png -%%PYTHON_SITELIBDIR%%/rbscrobbler/images/submitted.png -%%PYTHON_SITELIBDIR%%/rbscrobbler/trayicon/__init__.py -%%PYTHON_SITELIBDIR%%/rbscrobbler/trayicon/trayicon.so -@dirrm %%PYTHON_SITELIBDIR%%/rbscrobbler/trayicon -@dirrm %%PYTHON_SITELIBDIR%%/rbscrobbler/images -@dirrm %%PYTHON_SITELIBDIR%%/rbscrobbler diff --git a/audio/ripenc/Makefile b/audio/ripenc/Makefile deleted file mode 100644 index b4fc578e24ed..000000000000 --- a/audio/ripenc/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: ripenc -# Date created: 28 February 1999 -# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br> -# -# $FreeBSD$ -# - -PORTNAME= ripenc -PORTVERSION= 1.1 -CATEGORIES= audio -MASTER_SITES= http://home.kc.rr.com/ripenc/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Script that automates the ripping, encoding, and naming of CD's - -DEPRECATED= Looks like and abandonware, No more distfile -EXPIRATION_DATE= 2011-08-01 - -WRKSRC= ${WRKDIR}/ripenc - -NO_BUILD= Shell Script -PLIST_FILES= bin/ripenc - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/ripenc ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/audio/ripenc/distinfo b/audio/ripenc/distinfo deleted file mode 100644 index ce0bc4c9ae16..000000000000 --- a/audio/ripenc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ripenc-1.1.tar.gz) = f202edb14d4cb300e5e2decd09d7fb871a1be044231878cc0dfd5887ffefe8ba -SIZE (ripenc-1.1.tar.gz) = 27184 diff --git a/audio/ripenc/files/patch-ripenc b/audio/ripenc/files/patch-ripenc deleted file mode 100644 index 1d4f76bc76ba..000000000000 --- a/audio/ripenc/files/patch-ripenc +++ /dev/null @@ -1,13 +0,0 @@ ---- ripenc.orig Sun Jul 7 19:13:33 2002 -+++ ripenc Sun Jul 7 19:15:08 2002 -@@ -51,8 +51,8 @@ - SAVETO=${HOME} - TEMPSAVETO=${SAVETO} - ENCODER=bladeenc -- RIPPER=cdparanoia -- METHOD=wget -+ RIPPER=tosha -+ METHOD=manual - XMCDLIB=/var/X11R6/lib/xmcd - NCONVENT=artist-name_of_song.mp3 - select=1 diff --git a/audio/ripenc/pkg-descr b/audio/ripenc/pkg-descr deleted file mode 100644 index f6e29126ff49..000000000000 --- a/audio/ripenc/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Bourne shell script RIPENC (short for "rip and encode"). This script -supports cdparanoia, cdda2wav and tosha (a FreeBSD ripper) for ripping -and bladeenc, 8hz-mp3 and l3enc for encoding. RIPENC also utilizes -CDDB lookups to name the songs as they are ripped. Cda, which is -included in the XMCD package, must be used if you wish to utilize CDDB -naming. A manual naming option is also available. - -Note: This port does not depend on the binary utilities referenced -above. Choose and install then based on your own preferences. - -WWW: http://home.kc.rr.com/ripenc/ diff --git a/audio/wmcdplay/Makefile b/audio/wmcdplay/Makefile deleted file mode 100644 index 27325da25ef8..000000000000 --- a/audio/wmcdplay/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: wmcdplay -# Date created: 7 December 1998 -# Whom: Chia-liang Kao <clkao@CirX.ORG> -# -# $FreeBSD$ -# - -PORTNAME= wmcdplay -PORTVERSION= 1.0b1 -PORTREVISION= 1 -CATEGORIES= audio windowmaker -MASTER_SITES= http://www.geocities.com/SiliconValley/Vista/2471/files/ -DISTNAME= wmcdplay-1.0-beta1 -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= A CD player for the WindowMaker dock - -DEPRECATED= Looks like an abandonware, no more public distfile -EXPIRATION_DATE= 2011-08-01 - -BROKEN= does not build - -PLIST_FILES= bin/wmcdplay -WRKSRC= ${WRKDIR}/wmcdplay - -USE_IMAKE= yes -USE_XORG= xpm - -.include <bsd.port.mk> diff --git a/audio/wmcdplay/distinfo b/audio/wmcdplay/distinfo deleted file mode 100644 index 0fd6824037c4..000000000000 --- a/audio/wmcdplay/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wmcdplay-1.0-beta1.tgz) = 20f0421b0e7ad6eb413b839ca940dd6e3409a37194f27e5534511f5a6b09039a -SIZE (wmcdplay-1.0-beta1.tgz) = 31919 diff --git a/audio/wmcdplay/files/patch-aa b/audio/wmcdplay/files/patch-aa deleted file mode 100644 index e84cafe50d36..000000000000 --- a/audio/wmcdplay/files/patch-aa +++ /dev/null @@ -1,247 +0,0 @@ ---- cdctl.h.orig Sat Sep 5 11:11:26 1998 -+++ cdctl.h Sun Mar 24 22:38:59 2002 -@@ -30,7 +30,9 @@ - #include <sys/stat.h> - #include <fcntl.h> - #include <unistd.h> --#include <linux/cdrom.h> -+#include <sys/cdio.h> -+#include <arpa/inet.h> -+#define CD_MSF_OFFSET 150 - - // CD status values - #define ssData 0 -@@ -113,10 +115,10 @@ - case acStop: - - #ifdef _CDCTL_SOFT_STOP -- ioctl(cdfd,CDROMSTART); -+ ioctl(cdfd,CDIOCSTART); - #endif - #ifndef _CDCTL_SOFT_STOP -- ioctl(cdfd,CDROMSTOP); -+ ioctl(cdfd,CDIOCSTOP); - #endif - tskOurPlay=false; - -@@ -127,10 +129,10 @@ - tskOurPlay=true; - break; - case acPause: -- ioctl(cdfd,CDROMPAUSE); -+ ioctl(cdfd,CDIOCPAUSE); - break; - case acResume: -- ioctl(cdfd,CDROMRESUME); -+ ioctl(cdfd,CDIOCRESUME); - break; - case acPrev: - newtrk--; -@@ -157,13 +159,13 @@ - } - break; - case acEject: -- if(ioctl(cdfd,CDROMEJECT)) -+ if(ioctl(cdfd,CDIOCEJECT)) - status_state=ssNoCD; - else - status_state=ssTrayOpen; - break; - case acClose: -- ioctl(cdfd,CDROMCLOSETRAY); -+ ioctl(cdfd,CDIOCCLOSE); - status_state=ssNoCD; - break; - } -@@ -172,9 +174,14 @@ - } - void doStatus(){ - if(cdfdopen){ -- struct cdrom_subchnl sc; -- sc.cdsc_format=CDROM_MSF; -- if(ioctl(cdfd, CDROMSUBCHNL, &sc)){ -+ struct ioc_read_subchannel sc; -+ struct cd_sub_channel_info csci; -+ sc.address_format=CD_MSF_FORMAT; -+ sc.track = 0; -+ sc.data=&csci; -+ sc.data_len=sizeof(csci); -+ sc.data_format=CD_CURRENT_POSITION; -+ if(ioctl(cdfd, CDIOCREADSUBCHANNEL, &sc)){ - if(status_state!=ssNoCD) - status_state=ssTrayOpen; - status_track=0; -@@ -185,18 +192,18 @@ - if(status_state==ssNoCD || status_state==ssTrayOpen) - readTOC(); - int start,now,stop; -- switch(sc.cdsc_audiostatus){ -- case CDROM_AUDIO_PLAY: -+ switch(csci.header.audio_status){ -+ case CD_AS_PLAY_IN_PROGRESS: - if(status_state==ssStopped) - tskOurPlay=false; - status_state=ssPlaying; - break; -- case CDROM_AUDIO_PAUSED: -+ case CD_AS_PLAY_PAUSED: - if(status_state==ssStopped) - tskOurPlay=false; - status_state=ssPaused; - break; -- case CDROM_AUDIO_COMPLETED: -+ case CD_AS_PLAY_COMPLETED: - if(tskOurPlay){ - status_state=ssPlaying; - selecttrack(); -@@ -212,7 +219,7 @@ - if(tskOurPlay){ - start = cd_trklist[status_track].track_start; - stop = start + cd_trklist[status_track].track_len - _CDCTL_SENSITIVITY; -- now = ((sc.cdsc_absaddr.msf.minute) * 60 + sc.cdsc_absaddr.msf.second) * 75 + sc.cdsc_absaddr.msf.frame - CD_MSF_OFFSET; -+ now = ((csci.what.position.absaddr.msf.minute) * 60 + csci.what.position.absaddr.msf.second) * 75 + csci.what.position.absaddr.msf.frame - CD_MSF_OFFSET; - if(now>0 && (now<start || now>=stop)){ - status_state=ssPlaying; - selecttrack(); -@@ -227,7 +234,7 @@ - - status_state=ssStopped; - } -- trackinfo(&sc); -+ trackinfo(&csci); - if(cd_trklist[status_track].track_data) - status_state=ssData; - } -@@ -235,19 +242,21 @@ - } - void setVolume(int l, int r){ - if(cdfdopen){ -- struct cdrom_volctrl vol; -- vol.channel0=l; -- vol.channel1=r; -- ioctl(cdfd,CDROMVOLCTRL,&vol); -+ struct ioc_vol vol; -+ vol.vol[0]=l; -+ vol.vol[1]=r; -+ vol.vol[2]=0; -+ vol.vol[3]=0; -+ ioctl(cdfd,CDIOCSETVOL,&vol); - readVolume(); - } - } - void readVolume(){ - if(cdfdopen){ -- struct cdrom_volctrl vol; -- ioctl(cdfd,CDROMVOLREAD,&vol); -- status_volumel=vol.channel0; -- status_volumer=vol.channel1; -+ struct ioc_vol vol; -+ ioctl(cdfd,CDIOCGETVOL,&vol); -+ status_volumel=vol.vol[0]; -+ status_volumer=vol.vol[1]; - } - } - int getVolumeL(){ -@@ -296,12 +305,30 @@ - void readTOC(){ - if(cd_trklist!=NULL) - free(cd_trklist); -- struct cdrom_tochdr hdr; -- ioctl(cdfd, CDROMREADTOCHDR, &hdr); -- cd_tracks=hdr.cdth_trk1; -+ struct ioc_toc_header hdr; -+ ioctl(cdfd, CDIOREADTOCHEADER, &hdr); -+ cd_tracks=hdr.ending_track; - cd_trklist=(struct CDTrack *)malloc(cd_tracks*sizeof(struct CDTrack)); -+#ifdef __FreeBSD__ -+ struct ioc_read_toc_entry te; -+ -+ te.data_len = (cd_tracks + 1) * sizeof(struct cd_toc_entry); -+ te.data = (struct cd_toc_entry *)malloc(te.data_len); -+ te.address_format = CD_LBA_FORMAT; -+ te.starting_track = 0; -+ ioctl(cdfd, CDIOREADTOCENTRYS, &te); -+ for(int i = 0; i < cd_tracks; i++) { -+ cd_trklist[i].track_data = te.data[i].control & 4 ? true : false; -+ cd_trklist[i].track_start = ntohl(te.data[i].addr.lba); -+ cd_trklist[i].track_len = ntohl(te.data[i + 1].addr.lba) -+ - cd_trklist[i].track_start; -+ } -+ cd_len = ntohl(te.data[cd_tracks].addr.lba); -+ free(te.data); -+#else - struct cdrom_tocentry te; - int prev_addr=0; -+ - for(int i=0;i<=cd_tracks;i++){ - if(i==cd_tracks) - te.cdte_track=CDROM_LEADOUT; -@@ -320,35 +347,42 @@ - else - cd_len = this_addr; - } -+#endif - } -- void trackinfo(struct cdrom_subchnl *subchnl){ -+ void trackinfo(struct cd_sub_channel_info *subchnl){ -+ int currenttrack = status_track; -+ - if(status_state==ssPlaying || status_state==ssPaused){ -- status_pos=((subchnl->cdsc_absaddr.msf.minute) * 60 + subchnl->cdsc_absaddr.msf.second) * 75 + subchnl->cdsc_absaddr.msf.frame - CD_MSF_OFFSET; -+ status_pos=((subchnl->what.position.absaddr.msf.minute) * 60 + subchnl->what.position.absaddr.msf.second) * 75 + subchnl->what.position.absaddr.msf.frame - CD_MSF_OFFSET; - for(status_track=0;status_track<cd_tracks;status_track++){ -- if(status_pos<cd_trklist[status_track].track_start+cd_trklist[status_track].track_len) -+ if(status_pos<cd_trklist[status_track].track_start+cd_trklist[status_track].track_len) { -+ if (status_track != currenttrack) { -+ status_track = currenttrack; -+ } - break; -+ } - } - } - } - void play(){ -- struct cdrom_msf pmsf; -+ struct ioc_play_msf pmsf; - int abs0=status_pos + CD_MSF_OFFSET; - int abs1=cd_trklist[status_track].track_start + cd_trklist[status_track].track_len - 1 + CD_MSF_OFFSET; -- pmsf.cdmsf_min0=abs0/(75*60); -- pmsf.cdmsf_min1=abs1/(75*60); -- pmsf.cdmsf_sec0=(abs0%(75*60))/75; -- pmsf.cdmsf_sec1=(abs1%(75*60))/75; -- pmsf.cdmsf_frame0=abs0%75; -- pmsf.cdmsf_frame1=abs1%75; -+ pmsf.start_m=abs0/(75*60); -+ pmsf.end_m=abs1/(75*60); -+ pmsf.start_s=(abs0%(75*60))/75; -+ pmsf.end_s=(abs1%(75*60))/75; -+ pmsf.start_f=abs0%75; -+ pmsf.end_f=abs1%75; - - #ifdef _CDCTL_STOP_BEFORE_PLAY -- ioctl(cdfd,CDROMSTOP); -+ ioctl(cdfd,CDIOCSTOP); - #endif - #ifdef _CDCTL_START_BEFORE_PLAY -- ioctl(cdfd,CDROMSTART); -+ ioctl(cdfd,CDIOCSTART); - #endif - -- ioctl(cdfd,CDROMPLAYMSF,&pmsf); -+ ioctl(cdfd,CDIOCPLAYMSF,&pmsf); - } - void select(int trk){ - status_track=trk; -@@ -357,10 +391,10 @@ - if(cd_trklist[status_track].track_data){ - - #ifdef _CDCTL_HARD_STOP -- ioctl(cdfd,CDROMSTOP); -+ ioctl(cdfd,CDIOCSTOP); - #endif - #ifndef _CDCTL_HARD_STOP -- ioctl(cdfd,CDROMSTART); -+ ioctl(cdfd,CDIOCSTART); - #endif - tskOurPlay=false; - diff --git a/audio/wmcdplay/files/patch-ab b/audio/wmcdplay/files/patch-ab deleted file mode 100644 index 955bb90ab2d2..000000000000 --- a/audio/wmcdplay/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- Imakefile.orig Sun Sep 6 01:11:26 1998 -+++ Imakefile Tue Nov 19 23:05:19 2002 -@@ -4,5 +4,6 @@ - - SRCS = wmcdplay.cc - OBJS = wmcdplay.o -+CC = $(CXX) - --ComplexProgramTarget(wmcdplay) -+ComplexProgramTargetNoMan(wmcdplay) diff --git a/audio/wmcdplay/pkg-descr b/audio/wmcdplay/pkg-descr deleted file mode 100644 index d9c1076e5f18..000000000000 --- a/audio/wmcdplay/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -CD player designed for WindowMaker - -WWW: http://www.geocities.com/SiliconValley/Vista/2471/files/ diff --git a/audio/wmfmixer/Makefile b/audio/wmfmixer/Makefile deleted file mode 100644 index 420fe147adbc..000000000000 --- a/audio/wmfmixer/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: wmfmixer -# Date created: 21 June 2002 -# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru> -# -# $FreeBSD$ -# - -PORTNAME= wmfmixer -PORTVERSION= 0.1 -PORTREVISION= 2 -CATEGORIES= audio windowmaker afterstep -MASTER_SITES= http://www.finik.net/files/ \ - http://www.linuks.mine.nu/dockapp/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= An audio mixer for the WindowMaker dock - -DEPRECATED= Looks like an abandonware, no more public distfiles -EXPIRATION_DATE= 2011-08-01 - -PLIST_FILES= bin/wmfmixer -USE_GMAKE= yes -USE_XORG= xpm - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/audio/wmfmixer/distinfo b/audio/wmfmixer/distinfo deleted file mode 100644 index 9e2d2075efb5..000000000000 --- a/audio/wmfmixer/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wmfmixer-0.1.tar.gz) = 8ca52d5b5d18c7c153567bd5ebc58d375239d47dfe8c861807f7c948c016f395 -SIZE (wmfmixer-0.1.tar.gz) = 13947 diff --git a/audio/wmfmixer/files/patch-Makefile b/audio/wmfmixer/files/patch-Makefile deleted file mode 100644 index 1e0641ad4ce5..000000000000 --- a/audio/wmfmixer/files/patch-Makefile +++ /dev/null @@ -1,39 +0,0 @@ ---- Makefile.orig Sun Nov 22 05:07:57 1998 -+++ Makefile Fri Jun 21 15:07:46 2002 -@@ -1,24 +1,20 @@ --LIBDIR = -L/usr/X11R6/lib -+CC ?= gcc -+CFLAGS += -c -+INCDIR = -I${LOCALBASE}/include -+LIBDIR = -L${LOCALBASE}/lib - LIBS = -lXpm -lXext -lX11 --CFLAGS = -O2 --OBJS = wmfmixer.o wmgeneral.o -+OBJS = wmfmixer.o wmgeneral.o - - .c.o: -- cc -g -c $(CFLAGS) -Wall $< -o $*.o -+ ${CC} ${CFLAGS} ${INCDIR} $< -o $*.o - - wmfmixer: $(OBJS) -- cc -o wmfmixer $^ -lXext $(LIBDIR) $(LIBS) -+ ${CC} -o wmfmixer $^ ${LIBDIR} ${LIBS} - --all:: wmfmixer -+all: wmfmixer - --clean:: -- for i in $(OBJS) ; do \ -- rm $$i; \ -+clean: -+ for i in ${OBJS}; do \ -+ rm -f $$i; \ - done -- rm wmfmixer --install:: -- -- cp -f wmfmixer /usr/local/bin/ -- chmod 755 /usr/local/bin/wmfmixer -- chown root:root /usr/local/bin/wmfmixer -- echo "WMFMIXER installation finished." -+ rm -f wmfmixer diff --git a/audio/wmfmixer/files/patch-wmfmixer.c b/audio/wmfmixer/files/patch-wmfmixer.c deleted file mode 100644 index c563abe30335..000000000000 --- a/audio/wmfmixer/files/patch-wmfmixer.c +++ /dev/null @@ -1,11 +0,0 @@ ---- wmfmixer.c.orig Fri Jun 21 14:58:35 2002 -+++ wmfmixer.c Thu Jun 20 22:16:34 2002 -@@ -21,7 +21,7 @@ - - #include "wmfmixer.xpm" - --#include "linux/soundcard.h" -+#include "sys/soundcard.h" - - /***********/ - /* Defines */ diff --git a/audio/wmfmixer/pkg-descr b/audio/wmfmixer/pkg-descr deleted file mode 100644 index fe6378d33563..000000000000 --- a/audio/wmfmixer/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Yet another audio mixer, dockable under WindowMaker or Afterstep. - -WWW: http://www.finik.net/software.html diff --git a/audio/wmmixer/Makefile b/audio/wmmixer/Makefile deleted file mode 100644 index 2179c3a24ef8..000000000000 --- a/audio/wmmixer/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: wmmixer -# Date created: 11 July 1998 -# Whom: Rich Neswold <rneswold@mcs.net> -# -# $FreeBSD$ -# - -PORTNAME= wmmixer -PORTVERSION= 1.0b1 -PORTREVISION= 1 -CATEGORIES= audio windowmaker -MASTER_SITES= http://www.geocities.com/SiliconValley/Vista/2471/files/ -DISTNAME= ${PORTNAME}-1.0-beta1 -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= An audio mixer for the WindowMaker dock - -DEPRECATED= Looks like an abandonware, no more public distfile -EXPIRATION_DATE= 2011-08-01 - -PLIST_FILES= bin/wmmixer -WRKSRC= ${WRKDIR}/wmmixer -USE_IMAKE= yes -USE_XORG= xpm -NO_INSTALL_MANPAGES= yes - -.include <bsd.port.mk> diff --git a/audio/wmmixer/distinfo b/audio/wmmixer/distinfo deleted file mode 100644 index c86a34db5bf7..000000000000 --- a/audio/wmmixer/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wmmixer-1.0-beta1.tgz) = 7e65f2c7b166acf715e348b724ec9d15b76dabe36b6977fd5bebd3205e1b2e02 -SIZE (wmmixer-1.0-beta1.tgz) = 18801 diff --git a/audio/wmmixer/files/patch-aa b/audio/wmmixer/files/patch-aa deleted file mode 100644 index 831040c03e2f..000000000000 --- a/audio/wmmixer/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- Imakefile.orig Sat Sep 5 08:11:33 1998 -+++ Imakefile Sat Sep 28 21:22:48 2002 -@@ -10,4 +10,16 @@ - SRCS = wmmixer.cc - OBJS = wmmixer.o - --ComplexProgramTarget(wmmixer) -+PROGRAM = wmmixer -+AllTarget(wmmixer) -+ -+ProgramTargetName(wmmixer): $(OBJS) $(DEPLIBS) -+ RemoveTargetProgram(wmmixer) -+ CplusplusLinkRule($@,$(LDOPTIONS),$(OBJS),$(LOCAL_LIBRARIES) $(LDLIBS)) -+ -+InstallProgram(wmmixer,$(BINDIR)) -+ -+DependTarget() -+LintTarget() -+clean:: -+ RemoveFile(ProgramTargetName(wmmixer)) diff --git a/audio/wmmixer/files/patch-ab b/audio/wmmixer/files/patch-ab deleted file mode 100644 index dc33862be3f6..000000000000 --- a/audio/wmmixer/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- mixctl.h.orig Sat Sep 7 18:36:29 2002 -+++ mixctl.h Sat Sep 7 18:36:36 2002 -@@ -19,7 +19,7 @@ - #include <soundcard.h> - #endif - #ifdef __FreeBSD__ --#include <machine/soundcard.h> -+#include <sys/soundcard.h> - #endif - #ifdef __linux__ - #include <linux/soundcard.h> diff --git a/audio/wmmixer/files/patch-ac b/audio/wmmixer/files/patch-ac deleted file mode 100644 index 7ff2eeb51af7..000000000000 --- a/audio/wmmixer/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- wmmixer.cc.orig Thu Sep 12 15:06:32 2002 -+++ wmmixer.cc Thu Sep 12 15:06:48 2002 -@@ -503,7 +503,7 @@ - } - } - --void checkVol(bool forced=true){ -+void checkVol(bool forced){ - mixctl->readVol(channel[curchannel], true); - int nl=mixctl->readLeft(channel[curchannel]); - int nr=mixctl->readRight(channel[curchannel]); diff --git a/audio/wmmixer/pkg-descr b/audio/wmmixer/pkg-descr deleted file mode 100644 index 098484f9c5fc..000000000000 --- a/audio/wmmixer/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -This is an audio mixer that can run within the WindowMaker -window manager "Dock". Some more information can be found at: - - http://www.geocities.com/SiliconValley/Vista/2471/gcc.html - -To run it, type: - - wmmixer -w & - -Drag the application to the dock. Once it's part of the dock, right-click -to bring up the properties and select "Autolaunch". Oh yeah, you'll need -a sound card. :-) - -WWW: http://www.geocities.com/SiliconValley/Vista/2471/gcc.html diff --git a/audio/wmmp3/Makefile b/audio/wmmp3/Makefile deleted file mode 100644 index 6dd27c45aa06..000000000000 --- a/audio/wmmp3/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: wmmp3 -# Date created: 09 December 1999 -# Whom: Jim Mock <jim@FreeBSD.org> -# -# $FreeBSD$ - -PORTNAME= wmmp3 -PORTVERSION= 0.12 -PORTREVISION= 2 -CATEGORIES= audio windowmaker -MASTER_SITES= http://www.dotfiles.com/software/wmmp3/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A front-end for mpg123 in a Window Maker dockapp - -DEPRECATED= Looks like an abandonware, no more public distfile -EXPIRATION_DATE= 2011-08-01 - -RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 - -GNU_CONFIGURE= yes -USE_XORG= x11 xpm - -post-install: - @${ECHO} "===> Installing sample.wmmp3 in ${PREFIX}/share/examples/wmmp3" - @${MKDIR} ${PREFIX}/share/examples/wmmp3 && ${CHMOD} a+rx ${PREFIX}/share/examples/wmmp3 - @${INSTALL_DATA} ${WRKSRC}/sample.wmmp3 ${PREFIX}/share/examples/wmmp3 -.if !defined(NOPORTDOCS) - @${ECHO} "===> Installing README in ${PREFIX}/share/doc/wmmp3" - @${MKDIR} ${PREFIX}/share/doc/wmmp3 && ${CHMOD} a+rx ${PREFIX}/share/doc/wmmp3 - @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmmp3 -.endif - -.include <bsd.port.mk> diff --git a/audio/wmmp3/distinfo b/audio/wmmp3/distinfo deleted file mode 100644 index 6cf3c3927778..000000000000 --- a/audio/wmmp3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wmmp3-0.12.tar.gz) = babbb158f83befd0e8eab9d794c8353ea536a477cb8b3e500be389cf658941c3 -SIZE (wmmp3-0.12.tar.gz) = 43977 diff --git a/audio/wmmp3/pkg-descr b/audio/wmmp3/pkg-descr deleted file mode 100644 index aa4c5c1a122a..000000000000 --- a/audio/wmmp3/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -wmmp3 is a front-end for the mpg123 player in the form of a Window Maker -dockapp. - -WWW: http://www.dotfiles.com/software/wmmp3/index.html diff --git a/audio/wmmp3/pkg-plist b/audio/wmmp3/pkg-plist deleted file mode 100644 index 3095443f768f..000000000000 --- a/audio/wmmp3/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/wmmp3 -share/examples/wmmp3/sample.wmmp3 -%%PORTDOCS%%%%DOCSDIR%%/README -@dirrm share/examples/wmmp3 -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/audio/wmusic/Makefile b/audio/wmusic/Makefile deleted file mode 100644 index fa75c4b4bc2c..000000000000 --- a/audio/wmusic/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: wmusic -# Date created: 16 September 2000 -# Whom: eric -# -# $FreeBSD$ -# - -PORTNAME= wmusic -PORTVERSION= 1.5.0 -PORTREVISION= 3 -CATEGORIES= audio windowmaker -MASTER_SITES= http://home.jtan.com/~john/wmusic/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A remote control dockapp for xmms - -DEPRECATED= Looks like an abandonware, no more distfiles -EXPIRATION_DATE= 2011-08-01 - -LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms - -USE_XORG= xpm -USE_GNOME= gtk12 -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= PATH_GTKCONFIG=${GTK_CONFIG} - -MAN1= wmusic.1 -PORTDOCS= README -PLIST_FILES= bin/wmusic - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/wmusic ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/debian/wmusic.1 ${MANPREFIX}/man/man1 -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/audio/wmusic/distinfo b/audio/wmusic/distinfo deleted file mode 100644 index 54d3822e338e..000000000000 --- a/audio/wmusic/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wmusic-1.5.0.tar.gz) = 19ee23ba2a11715135520945130e42824b886d8d4a28cae8fd1cd4c14d4804bd -SIZE (wmusic-1.5.0.tar.gz) = 46276 diff --git a/audio/wmusic/files/patch-ab b/audio/wmusic/files/patch-ab deleted file mode 100644 index 0c30854389d5..000000000000 --- a/audio/wmusic/files/patch-ab +++ /dev/null @@ -1,24 +0,0 @@ ---- src/Makefile.in.orig Fri Mar 16 06:15:07 2001 -+++ src/Makefile.in Sat Oct 5 00:39:47 2002 -@@ -9,10 +9,10 @@ - ../libdockapp/dapixmap.c ../libdockapp/darect.c - OBJS = $(SRCS:.c=.o) - --CFLAGS = -Wall -g -O2 -I. -I../libdockapp `@PATH_GTKCONFIG@ --cflags` \ -+CFLAGS = @CFLAGS@ -I. -I../libdockapp `@PATH_GTKCONFIG@ --cflags gthread` \ - `@PATH_XMMSCONFIG@ --cflags` \ - -DDATA_DIR=\"`@PATH_XMMSCONFIG@ --data-dir`\" --LDFLAGS = @LIBS@ -lXpm `@PATH_GTKCONFIG@ --libs` `@PATH_XMMSCONFIG@ --libs` \ -+LDFLAGS = @LIBS@ -lXpm `@PATH_GTKCONFIG@ --libs gthread` `@PATH_XMMSCONFIG@ --libs` \ - @DGA_LIBS@ @VM_LIBS@ - - all: wmusic -@@ -25,7 +25,7 @@ - @INSTALL@ -c -m 755 -s wmusic $(PREFIX)/bin - - wmusic: $(OBJS) $(IFLAGS) -- gcc -g -o wmusic $(OBJS) $(LDFLAGS) -+ $(CC) -o wmusic $(OBJS) $(LDFLAGS) - - uninstall: clean - rm -f $(PREFIX)/bin/wmusic diff --git a/audio/wmusic/pkg-descr b/audio/wmusic/pkg-descr deleted file mode 100644 index 3f75ff7cb5f6..000000000000 --- a/audio/wmusic/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -wmusic is a dockapp that remote-controls xmms. Features include VCR-style -controls, Time and Playlist display, supa style rotating arrow, hiding of the -xmms windows and reactive interface. - -WWW: http://home.jtan.com/~john/wmusic/ diff --git a/audio/xmms-kj/Makefile b/audio/xmms-kj/Makefile deleted file mode 100644 index e89649fb2f21..000000000000 --- a/audio/xmms-kj/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: xmms-kj -# Date created: 18 November 2002 -# Whom: Kay Lehmann -# -# $FreeBSD$ -# - -PORTNAME= xmms-kj -PORTVERSION= 0.95 -PORTREVISION= 6 -CATEGORIES= audio -MASTER_SITES= http://www.csse.monash.edu.au/~timf/ -DISTNAME= kint_xmms-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= This is a plugin that adds K-Joefol-Skinsupport to xmms - -DEPRECATED= Looks like an abandonware, no more public distfiles -EXPIRATION_DATE= 2011-08-01 - -BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms -RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms -LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png - -WRKSRC= ${WRKDIR}/${PORTNAME} - -USE_GNOME= gtk12 - -.include <bsd.port.pre.mk> - -pre-patch: - ${RM} -f ${PATCHDIR}/*.bak - -post-patch: - ${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/makefile - -do-build: - cd ${WRKSRC} && $(MAKE) - -do-install: - cd ${WRKSRC} && $(MAKE) install - -.include <bsd.port.post.mk> diff --git a/audio/xmms-kj/distinfo b/audio/xmms-kj/distinfo deleted file mode 100644 index ac676805033b..000000000000 --- a/audio/xmms-kj/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (kint_xmms-0.95.tar.gz) = e2f1fb8ff2b6ce4dd7dd29b0dc39738319b44b2d9f4a762b390fb2e94a946a6c -SIZE (kint_xmms-0.95.tar.gz) = 395361 diff --git a/audio/xmms-kj/files/patch-aa b/audio/xmms-kj/files/patch-aa deleted file mode 100644 index b3d625dadda9..000000000000 --- a/audio/xmms-kj/files/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ ---- makefile.orig Tue Dec 5 05:36:20 2000 -+++ makefile Sun Feb 8 22:55:53 2004 -@@ -9,11 +9,11 @@ - xmmsdir=`xmms-config --data-dir` - xmmsvislib=`xmms-config --visualization-plugin-dir` - --CFLAGS=-O2 -Wall -DHAVE_LIBPNG -DXMMS_DIR=\"$(xmmsdir)\" -DKJSKIN=\"$(xmmsdir)/kjofol/default.zip\" -I. `xmms-config --cflags` -+CFLAGS+=-O2 -Wall -DHAVE_LIBPNG -DXMMS_DIR=\"$(xmmsdir)\" -DKJSKIN=\"$(xmmsdir)/kjofol/default.zip\" -I. `xmms-config --cflags` -fPIC - LPNG = -lpng -lz - LDFLAGS=-O2 - # LIBS=-L/usr/lib `gtk-config --libs` $(LPNG) -lgthread -lpthread -lxmms -Wl,--rpath -Wl,/usr/local/lib --LIBS=`xmms-config --libs` $(LPNG) -+LIBS=`xmms-config --libs` $(LPNG) -pthread - OBJS=kj.o resource.o config.o image.o playlist.o - CC=gcc - diff --git a/audio/xmms-kj/pkg-descr b/audio/xmms-kj/pkg-descr deleted file mode 100644 index ce77c0f636b9..000000000000 --- a/audio/xmms-kj/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a plugin that adds K-Joefol-Skinsupport to -xmms. K-Joefol skins look significantly better than -the Winamp ones.At the moment, it can be compiled -as a stand alone program which functions as a -remote control. - -WWW: http://www.csse.monash.edu.au/~timf/xmms.html diff --git a/audio/xmms-kj/pkg-plist b/audio/xmms-kj/pkg-plist deleted file mode 100644 index 22c87dc716f3..000000000000 --- a/audio/xmms-kj/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -lib/xmms/Visualization/libkjofol.so -share/xmms/kjofol/default.zip -@dirrmtry lib/xmms/Visualization -@dirrm share/xmms/kjofol diff --git a/audio/xmms-pipe/Makefile b/audio/xmms-pipe/Makefile deleted file mode 100644 index c74a3527be24..000000000000 --- a/audio/xmms-pipe/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: xmms-pipe -# Date created: 23 Aug 2002 -# Whom: David Yeske <dyeske@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= xmms-pipe -PORTVERSION= 0.5.6 -PORTREVISION= 3 -CATEGORIES= audio -MASTER_SITES= http://rooster.stanford.edu/~ben/xmmspipe/files/ -DISTNAME= xmmspipe-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Controls XMMS with a named pipe - -DEPRECATED= Looks like an abandonware, no more public distfile -EXPIRATION_DATE= 2011-08-01 - -BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms -RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms - -USE_GMAKE= yes -ALL_TARGET= target - -DOC_FILES= HISTORY README LICENSE COMMANDS - -post-patch: - @${REINPLACE_CMD} -E -e 's|gcc|${CC}|; \ - s|^(COPT=).+$$|\1${CFLAGS} ${PTHREAD_CFLAGS} ${PTHREAD_LIBS}|' \ - ${WRKSRC}/Makefile - -do-install: - @${INSTALL_DATA} ${WRKSRC}/xmmspipe.so \ - ${PREFIX}/lib/xmms/General/ -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/audio/xmms-pipe/distinfo b/audio/xmms-pipe/distinfo deleted file mode 100644 index ac6623becdc6..000000000000 --- a/audio/xmms-pipe/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xmmspipe-0.5.6.tgz) = 604dcba060e694851ce08530491aa7577b3308445fa05a17d624359d39b4e867 -SIZE (xmmspipe-0.5.6.tgz) = 34952 diff --git a/audio/xmms-pipe/pkg-descr b/audio/xmms-pipe/pkg-descr deleted file mode 100644 index 53d29504651f..000000000000 --- a/audio/xmms-pipe/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -xmmspipe is a plugin for XMMS that enables it to be controlled by -sending strings to a named pipe (FIFO). When enabled, XMMS can be -commanded by sending strings to $HOME/.xmms/inpipe. - -WWW: http://rooster.stanford.edu/~ben/xmmspipe/ diff --git a/audio/xmms-pipe/pkg-plist b/audio/xmms-pipe/pkg-plist deleted file mode 100644 index d6bc40020a5c..000000000000 --- a/audio/xmms-pipe/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -%%PORTDOCS%%%%DOCSDIR%%/COMMANDS -%%PORTDOCS%%%%DOCSDIR%%/HISTORY -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README -lib/xmms/General/xmmspipe.so -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/audio/xmms-speex/Makefile b/audio/xmms-speex/Makefile deleted file mode 100644 index d6797f9cd700..000000000000 --- a/audio/xmms-speex/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: xmms-speex -# Date created: 3 Oct 2002 -# Whom: David Yeske <dyeske@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= xmms-speex -PORTVERSION= 0.9.1 -PORTREVISION= 6 -CATEGORIES= audio -MASTER_SITES= http://jzb.rapanden.dk/pub/ -DISTNAME= speex-xmms-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= XMMS input plugin to play speex files - -DEPRECATED= Looks like an abandonware, no more public distfile -EXPIRATION_DATE= 2011-08-01 - -BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms -LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex -RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms - -PLIST_FILES= lib/xmms/Input/libspeex.so -WRKSRC= ${WRKDIR}/speex-xmms - -USE_XORG= x11 -USE_GNOME= gtk12 -USE_GMAKE= yes - -MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS} -fPIC" - -post-patch: - @${REINPLACE_CMD} -Ee 's|([(][(]int\*[)] packet[)])\+\+|packet=\1+1|'\ - ${WRKSRC}/speexutil.c - -.include <bsd.port.mk> diff --git a/audio/xmms-speex/distinfo b/audio/xmms-speex/distinfo deleted file mode 100644 index 1de728a95d76..000000000000 --- a/audio/xmms-speex/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (speex-xmms-0.9.1.tar.gz) = 048e3f64e630ef683c936733866353554d777ef12a197421c337d412ba2937fb -SIZE (speex-xmms-0.9.1.tar.gz) = 34010 diff --git a/audio/xmms-speex/files/patch-Makefile b/audio/xmms-speex/files/patch-Makefile deleted file mode 100644 index a4dfbb940d79..000000000000 --- a/audio/xmms-speex/files/patch-Makefile +++ /dev/null @@ -1,25 +0,0 @@ - -$FreeBSD$ - ---- Makefile.orig Sun Feb 25 13:19:50 2007 -+++ Makefile Sun Feb 25 15:51:05 2007 -@@ -2,7 +2,9 @@ - VERSION=\"0.9.1\" - PACKAGE=\"libspeex\" - --INCDIRS=`xmms-config --cflags` -+SPEEX_INCLUDE=$(shell pkg-config --cflags speex) -+SPEEX_LIB=$(shell pkg-config --libs speex) -+INCDIRS=$(shell xmms-config --cflags) $(SPEEX_INCLUDE) - CFLAGS = -Wall - OBJS = http.o config.o fileinfo.o speexutil.o # utf8.o - GUIOBJS = gui/interface.o gui/support.o gui/callbacks.o -@@ -14,7 +16,7 @@ - $(MAKE) -C $(@D) all - - libspeex.so: libspeex.c libspeex.h $(OBJS) $(GUIOBJS) -- $(CC) -shared -logg -lspeex -lgtk -lpthread -lxmms $(INCDIRS) $(CFLAGS) -DVERSION=$(VERSION) -DPACKAGE=\"libspeex\" -o libspeex.so libspeex.c $(OBJS) $(GUIOBJS) -+ $(CC) -shared $(INCDIRS) $(CFLAGS) -DVERSION=$(VERSION) -DPACKAGE=\"libspeex\" -o libspeex.so libspeex.c $(OBJS) $(GUIOBJS) $(shell xmms-config --libs) -logg $(SPEEX_LIB) - - #utf8.o: utf8.c utf8.h - # $(CC) -c $(INCDIRS) $(CFLAGS) -DHAVE_ICONV -DICONV_CONST= -o utf8.o utf8.c diff --git a/audio/xmms-speex/pkg-descr b/audio/xmms-speex/pkg-descr deleted file mode 100644 index 5b79251260f5..000000000000 --- a/audio/xmms-speex/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A plugin to make xmms play files compressed with the Speex codec diff --git a/audio/xsidplay/Makefile b/audio/xsidplay/Makefile deleted file mode 100644 index dcda5cccc0b4..000000000000 --- a/audio/xsidplay/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -# New ports collection makefile for: xsidplay -# Date created: 28 November 1999 -# Whom: Anders Nordby <anders@fix.no> -# -# $FreeBSD$ -# - -PORTNAME= xsidplay -PORTVERSION= 1.6.5.2 -PORTREVISION= 6 -PORTEPOCH= 1 -CATEGORIES= audio emulators -MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Graphical front end for libsidplay - -DEPRECATED= Looks like an abandonware, no more public distfile -EXPIRATION_DATE= 2011-08-01 - -USE_QT_VER= 3 -USE_GNOME= gnometarget -WANT_GNOME= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-qt3 --with-qt-binaries=${LOCALBASE}/bin - -MAN1= xsidplay.1 -PLIST_FILES= bin/xsidplay - -QTCPPFLAGS+= ${PTHREAD_CFLAGS} -QTCFGLIBS+= ${PTHREAD_LIBS} - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "alpha" -CFLAGS+= -O0 -.endif - -.if ${HAVE_GNOME:Mesound}!="" -USE_GNOME+= esound -.else -CONFIGURE_ENV+= ac_cv_path_ESD_CONFIG="" -.endif - -.if defined(WITH_ARTS) -LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts -.else -CONFIGURE_ENV+= ac_cv_path_ARTSC_CONFIG="" -.endif - -.if defined(WITH_SIDPLAY2) -LIB_DEPENDS+= sidplay2.1:${PORTSDIR}/audio/libsidplay2 -CONFIGURE_ARGS+= --with-sidplay2 -QTCFGLIBS+= -Wl,--rpath,${LOCALBASE}/lib/sidplay/builders -.else -LIB_DEPENDS+= sidplay.1:${PORTSDIR}/audio/libsidplay -.endif - -.if !defined(NOPORTDOCS) -PORTDOCS= README STIL.faq hv_sids.faq -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}|g' ${WRKSRC}/xsidplay.1 - @${REINPLACE_CMD} -e '60s|HistoryFile|class &|' \ - ${WRKSRC}/src/HistoryDialog.h - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/xsidplay ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xsidplay.1 ${MANPREFIX}/man/man1 -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/*.faq ${DOCSDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/audio/xsidplay/distinfo b/audio/xsidplay/distinfo deleted file mode 100644 index cac3f638e22e..000000000000 --- a/audio/xsidplay/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xsidplay-1.6.5.2.tgz) = c868424daec687096e5565b80f9e66a18e10f6202d272fd2c98ebc7133ac8f96 -SIZE (xsidplay-1.6.5.2.tgz) = 508860 diff --git a/audio/xsidplay/pkg-descr b/audio/xsidplay/pkg-descr deleted file mode 100644 index fdf841498c92..000000000000 --- a/audio/xsidplay/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -XSIDPLAY is a graphical front end (uses Qt) for libsidplay. SIDPLAY -emulates the Sound Interface Device chip (MOS 6581, commonly called -SID) and the Micro Processor Unit (MOS 6510) of the Commodore 64. Listen -to all those SID-tunes you remember so well again. - -WWW: http://www.geocities.com/SiliconValley/Lakes/5147/ -HVSC: http://www.hvsc.c64.org/ diff --git a/audio/xtuner/Makefile b/audio/xtuner/Makefile deleted file mode 100644 index 63aa276c4fe2..000000000000 --- a/audio/xtuner/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: Xtuner -# Date created: 19 December 96 -# Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE> -# -# $FreeBSD$ -# - -PORTNAME= xtuner -PORTVERSION= 2.1 -PORTREVISION= 3 -CATEGORIES= audio -MASTER_SITES= ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ -DISTNAME= Xtuner-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Xwindows interface for the RadioREVEAL and RadioTrack FM radio cards! - -DEPRECATED= Looks like an abandonware, no more public distfile -EXPIRATION_DATE= 2011-08-01 - -LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms - -PLIST_FILES= bin/xtuner -USE_IMAKE= YES -USE_XORG= xpm - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" -BROKEN= Does not compile on sparc64 or ia64 -.endif - -.include <bsd.port.post.mk> diff --git a/audio/xtuner/distinfo b/audio/xtuner/distinfo deleted file mode 100644 index 6c4380a5c82b..000000000000 --- a/audio/xtuner/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Xtuner-2.1.tar.gz) = 9b04a11899a688e7bae9942de34e9629a57bc3f7c2f614403377ba140093dc2a -SIZE (Xtuner-2.1.tar.gz) = 41582 diff --git a/audio/xtuner/files/patch-aa b/audio/xtuner/files/patch-aa deleted file mode 100644 index 9619159db448..000000000000 --- a/audio/xtuner/files/patch-aa +++ /dev/null @@ -1,37 +0,0 @@ ---- xtuner.h.orig Thu Dec 19 11:33:57 1996 -+++ xtuner.h Sun Sep 8 03:33:58 2002 -@@ -9,15 +9,18 @@ - #if (defined(BSD) && (BSD >= 199306)) - # include <osreldate.h> - # include <stdlib.h> --# include "/usr/X11/include/X11/forms.h" - # include <machine/cpufunc.h> -+#ifdef __FreeBSD__ -+# include <sys/soundcard.h> -+#else - # include <machine/soundcard.h> -+#endif - #else - # include <asm/io.h> --# include "forms.h" - # include <linux/soundcard.h> - #endif - -+#include "X11/forms.h" - #include <X11/xpm.h> - #include <X11/Xlib.h> - #include <X11/Xutil.h> -@@ -46,6 +49,13 @@ - - #if (defined(BSD) && (BSD >= 199306)) - int fpiopl; -+#endif -+ -+#ifndef TRUE -+#define TRUE 1 -+#endif -+#ifndef FALSE -+#define FALSE 0 - #endif - - #define ON 1 diff --git a/audio/xtuner/files/patch-ab b/audio/xtuner/files/patch-ab deleted file mode 100644 index b340533ac820..000000000000 --- a/audio/xtuner/files/patch-ab +++ /dev/null @@ -1,26 +0,0 @@ ---- Imakefile.orig Thu Dec 19 14:31:12 1996 -+++ Imakefile Mon Jul 1 00:30:04 2002 -@@ -25,9 +25,13 @@ - */ - - #if defined (FreeBSDArchitecture) -- CC= gcc -+XCOMM CC= gcc - EXTRA_DEFINES= -D_HAVE_PARAM_H -- LOCAL_LIBRARIES= -lxforms -lXpm -lX11 -lm -+#if defined (AlphaArchitecture) -+ LOCAL_LIBRARIES= -lforms -lXpm -lX11 -lm -lio -+#else -+ LOCAL_LIBRARIES= -lforms -lXpm -lX11 -lm -+#endif - #else - CFLAGS= -O2 -m486 - LOCAL_LIBRARIES= -lforms -lXpm -lX11 -lm -@@ -55,6 +59,6 @@ - callbacks.o \ - led.o \ - --ComplexProgramTarget(xtuner) -+ComplexProgramTargetNoMan(xtuner) - - diff --git a/audio/xtuner/files/patch-misc.c b/audio/xtuner/files/patch-misc.c deleted file mode 100644 index ea8ac2badc9d..000000000000 --- a/audio/xtuner/files/patch-misc.c +++ /dev/null @@ -1,14 +0,0 @@ -$FreeBSD$ - ---- misc.c.orig Mon Oct 27 11:29:57 2003 -+++ misc.c Mon Oct 27 11:30:19 2003 -@@ -90,8 +90,7 @@ - else - { - fprintf(stderr,"Usage: xtuner [-0x20 | -0x30] -24 \n"); -- fprintf(stderr,"Which specifies the port for the radio card and 24hr -- time format \n"); -+ fprintf(stderr,"Which specifies the port for the radio card and 24hr time format \n"); - exit(1); - } - cmd++; diff --git a/audio/xtuner/pkg-descr b/audio/xtuner/pkg-descr deleted file mode 100644 index 86bcee4ad48d..000000000000 --- a/audio/xtuner/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ - ! - ! Attention: You need read access to /dev/io to get in/out-port - ! privileges. So xtuner is intended to run as root only! - ! - - Xtuner was developed to enable Linux and FreeBSD users to control - Reveal's RA300 PC Radio Card and the AIMS Lab RadioTrack FM tuner - card under the X Window System. It implements most all the features - found with the software included from the manufacturer including - presets, volume control, fine tuning, and timed auto on/off as well - as tone control for bass and treble. |