aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LEGAL1
-rw-r--r--MOVED1
-rw-r--r--audio/Makefile1
-rw-r--r--audio/tracker/Makefile41
-rw-r--r--audio/tracker/distinfo2
-rw-r--r--audio/tracker/files/patch-aa37
-rw-r--r--audio/tracker/files/patch-ab45
-rw-r--r--audio/tracker/files/patch-ac24
-rw-r--r--audio/tracker/files/patch-audio.c10
-rw-r--r--audio/tracker/pkg-descr5
10 files changed, 1 insertions, 166 deletions
diff --git a/LEGAL b/LEGAL
index 98a4a8ca036f..4e7cb4b2495c 100644
--- a/LEGAL
+++ b/LEGAL
@@ -252,7 +252,6 @@ texcm-ttf-20010117/* x11-fonts/texcm-ttf Cannot be sold or distributed with any
TFMESS_BSP_FreeBSD_* security/bsp_upektfmess License prohibits redistribution
thundercache www/thundercache Shareware license for 50 threads. Requires license key to run more than 50 threads, which can be obtained from their website.
tinker* biology/tinker Distribution is prohibited
-tracker-*.tgz audio/tracker Non-redistributable beta
triangle-*/* math/triangle No commercial use without prior arrangement with the author
Tripwire-*-1.tar.gz security/tripwire-131 Cannot be redistributed for more than the cost of duplication
tripwire-*.tar.gz security/tripwire12 Cannot be redistributed for more than the cost of duplication
diff --git a/MOVED b/MOVED
index 29319c5c3705..aee1b5e0be21 100644
--- a/MOVED
+++ b/MOVED
@@ -4964,3 +4964,4 @@ archivers/ruby-bz2||2013-10-01|Has expired: Does not work with Ruby 1.9
sysutils/puppet26|sysutils/puppet27|2013-10-01|Has expired: End of Life from april 2013. Upgrade to 2.7 or 3.x.
www/varnish2|www/varnish|2013-10-01|Has expired: No update since january 2011. Upgrade to Varnish 3.
databases/dbh10|databases/dbh|2013-10-02|Outdated, not depend on, consider using databases/dbh
+audio/tracker||2013-10-02|No public distfiles available anymore
diff --git a/audio/Makefile b/audio/Makefile
index 9f97e7f62427..878ff30305b5 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -768,7 +768,6 @@
SUBDIR += tomahawk
SUBDIR += toolame
SUBDIR += tosha
- SUBDIR += tracker
SUBDIR += trommler
SUBDIR += tse3
SUBDIR += tta
diff --git a/audio/tracker/Makefile b/audio/tracker/Makefile
deleted file mode 100644
index b6a839e1d2aa..000000000000
--- a/audio/tracker/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# Created by: swallace
-# $FreeBSD$
-
-PORTNAME= tracker
-PORTVERSION= 5.3
-CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_NETBSD}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= MOD player
-
-RESTRICTED= Non-redistributable beta
-
-NO_STAGE= yes
-LATEST_LINK= tracker-player
-WRKSRC= ${WRKDIR}/tracker
-INSTALL_TARGET= install install.info
-MAKE_ARGS= CC="${CC}" PREFIX="${PREFIX}" \
- MACHINE=freebsd COMPRESSION_FILE="${PREFIX}/etc/compression_methods" \
- CFLAGS="${CFLAGS} -funroll-loops -finline-functions"
-MAKE_JOBS_UNSAFE= yes
-
-INFO= tracker
-PLIST_FILES= bin/randomize bin/tracker etc/compression_methods
-PORTDOCS= *
-
-post-patch:
- @${REINPLACE_CMD} -e 's,machine/soundcard.h,sys/soundcard.h,' \
- ${WRKSRC}/Arch/PCux/audio.c
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/tracker/html
-.for docfile in FAQ readme tracker.doc
- ${INSTALL_DATA} ${WRKSRC}/Docs/${docfile} ${PREFIX}/share/doc/tracker
-.endfor
- ${INSTALL_DATA} ${WRKSRC}/Docs/Html/* ${PREFIX}/share/doc/tracker/html
-.endif
-
-.include <bsd.port.mk>
diff --git a/audio/tracker/distinfo b/audio/tracker/distinfo
deleted file mode 100644
index 83a548212995..000000000000
--- a/audio/tracker/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (tracker-5.3.tgz) = cbd103db0093f917e76980bc53365af6b75c34b72113e45596a7b62c214557b7
-SIZE (tracker-5.3.tgz) = 454803
diff --git a/audio/tracker/files/patch-aa b/audio/tracker/files/patch-aa
deleted file mode 100644
index a96a661150f5..000000000000
--- a/audio/tracker/files/patch-aa
+++ /dev/null
@@ -1,37 +0,0 @@
---- Makefile.orig Tue May 7 10:20:50 1996
-+++ Makefile Wed Sep 3 19:55:42 2003
-@@ -250,7 +250,7 @@
- display$O prefs$O autoinit$O $(UI)ui$O empty$O color$O version$O \
- st_virt$O automaton$O
-
--all: tracker${EXE} randomize${EXE} splitmod${EXE} Docs/tracker.text
-+all: tracker${EXE} randomize${EXE} Docs/tracker.info
-
- config.h: $(CONFIG)config.h
- rm -f config.h
-@@ -270,11 +270,10 @@
- echo >version.c char \*VERSION=\"${VERSION}\"\;
-
- install:
-- $(INSTALL) $(INST_BIN_OPT) tracker $(BIN_DIR)
-- $(INSTALL) $(INST_BIN_OPT) randomize $(BIN_DIR)
-- $(INSTALL) $(INST_BIN_OPT) splitmod $(BIN_DIR)
-+ ${BSD_INSTALL_PROGRAM} tracker $(BIN_DIR)
-+ ${BSD_INSTALL_PROGRAM} randomize $(BIN_DIR)
- [ -f ${COMPRESSION_FILE} ] || \
-- $(INSTALL) $(INST_MAN_OPT) compression_methods ${COMPRESSION_FILE}
-+ ${BSD_INSTALL_MAN} Lib/compression_methods ${COMPRESSION_FILE}
-
- # no manpage available, use the texinfo manual.
- install.man:
-@@ -284,8 +283,8 @@
-
- install.info: Docs/tracker.info
- (cd Docs; \
-- for f in tracker.info tracker.info-* ; do \
-- $(INSTALL) $(INST_INFO_OPT) $$f $(INFO_DIR)/$$f; \
-+ for f in tracker.info ; do \
-+ ${BSD_INSTALL_DATA} $$f $(INFO_DIR)/$$f; \
- done)
-
- devel:
diff --git a/audio/tracker/files/patch-ab b/audio/tracker/files/patch-ab
deleted file mode 100644
index 93f2a856058c..000000000000
--- a/audio/tracker/files/patch-ab
+++ /dev/null
@@ -1,45 +0,0 @@
-*** Docs/tracker.texinfo.orig Fri Apr 12 02:21:05 1996
---- Docs/tracker.texinfo Wed Dec 29 05:52:39 1999
-***************
-*** 3,8 ****
---- 3,11 ----
- @setfilename tracker.info
- @set VERSION 4.44
- @settitle Tracker @value{VERSION}
-+ @direntry
-+ * Tracker: (tracker). SoundTracker player.
-+ @end direntry
- @c End of header
- @set EMAIL Marc.Espie@@ens.fr
- @set POSTAL Marc Espie@*60 rue du 4 septembre@*87100 Limoges@*France
-***************
-*** 979,992 ****
- * Other Architectures: Porting tracker.
- @end menu
-
-! @node Aix, Amiga, Architecture dependent problems, Architecture Dependent problems
- @subsection Aix
-
- The Aix port is slightly outdated and won't run with most recent versions of
- Aix. There is nothing I can do about it until somebody sends me an up-to-date
- version as I don't have access to Aix machines.
-
-! @node Amiga, DECstation, Architecture dependent problems, Architecture dependent problems
- @subsection Amiga
-
- There is currently one Amiga version running under AmigaDos.
---- 982,995 ----
- * Other Architectures: Porting tracker.
- @end menu
-
-! @node Aix, Amiga, Architecture dependent problems, Architecture dependent problems
- @subsection Aix
-
- The Aix port is slightly outdated and won't run with most recent versions of
- Aix. There is nothing I can do about it until somebody sends me an up-to-date
- version as I don't have access to Aix machines.
-
-! @node Amiga, DECstation, Aix, Architecture dependent problems
- @subsection Amiga
-
- There is currently one Amiga version running under AmigaDos.
diff --git a/audio/tracker/files/patch-ac b/audio/tracker/files/patch-ac
deleted file mode 100644
index 5bee61206a48..000000000000
--- a/audio/tracker/files/patch-ac
+++ /dev/null
@@ -1,24 +0,0 @@
-*** Arch/PCux/audio.c.bak Fri Apr 12 20:30:37 1996
---- Arch/PCux/audio.c Tue Nov 12 08:40:29 1996
-***************
-*** 9,14 ****
---- 9,17 ----
- #include <unistd.h>
- #include <fcntl.h>
- #include "extern.h"
-+ #include "prefs.h"
-+ #include "autoinit.h"
-+ #include "watched_var.h"
-
- struct options_set *port_options=0;
-
-***************
-*** 116,121 ****
---- 119,125 ----
- }
- samples_max = buf_max / dsize;
- current_freq = f;
-+ set_watched_scalar(FREQUENCY, f);
- total = 0;
- return f;
- }
diff --git a/audio/tracker/files/patch-audio.c b/audio/tracker/files/patch-audio.c
deleted file mode 100644
index fdb10c04cba6..000000000000
--- a/audio/tracker/files/patch-audio.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- Arch/PCux/audio.c.orig Sat Jun 12 22:19:39 2004
-+++ Arch/PCux/audio.c Sat Jun 12 22:19:57 2004
-@@ -149,6 +149,7 @@
- add_samples8(left, right, n);
- break;
- default: /* should not happen */
-+ break;
- }
- }
-
diff --git a/audio/tracker/pkg-descr b/audio/tracker/pkg-descr
deleted file mode 100644
index a10898e8302e..000000000000
--- a/audio/tracker/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Tracker plays soundtracker music modules on a Unix machine.
-Soundtracker modules originated on the Amiga, where several composing
-playing programs are available that give results mostly compatible
-with each other. tracker just plays the specified files in sequence
-according to the current options.