mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
No public distfiles available anymore, pkgname conflict with sysutils/tracker
This commit is contained in:
parent
e44109a55e
commit
d0834e0bfc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329053
1
LEGAL
1
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
|
||||
|
1
MOVED
1
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
|
||||
|
@ -768,7 +768,6 @@
|
||||
SUBDIR += tomahawk
|
||||
SUBDIR += toolame
|
||||
SUBDIR += tosha
|
||||
SUBDIR += tracker
|
||||
SUBDIR += trommler
|
||||
SUBDIR += tse3
|
||||
SUBDIR += tta
|
||||
|
@ -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>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (tracker-5.3.tgz) = cbd103db0093f917e76980bc53365af6b75c34b72113e45596a7b62c214557b7
|
||||
SIZE (tracker-5.3.tgz) = 454803
|
@ -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:
|
@ -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.
|
@ -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;
|
||||
}
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user