Commit graph

1383 commits

Author SHA1 Message Date
Neil Blakey-Milner
95563b4b3a Update to 0.5.5.
PR:		ports/20073
Submitted by:	Kristopher Zentner <kzentner@u.washington.edu> (MAINTAINER)
2000-08-06 14:24:13 +00:00
Neil Blakey-Milner
b1b1f85c60 Add xmms-tfmx, a tfmx plugin for xmms.
PR:		ports/18726
Submitted by:	Anders Nordby <anders@fix.no>
2000-08-05 13:45:38 +00:00
Ade Lovett
972ca4afab Re-sobomize to use pre-patch instead of post-extract
Wrists slapped by:	knu, sheldon
2000-08-04 16:11:37 +00:00
Chris Piazza
3653aa5206 Replace a couple patch files with sobomax's post-extract rule.
Submitted by:	ade
2000-08-04 04:57:32 +00:00
Ade Lovett
38ae599271 Extensive patchfile cleanups using sobomax's wonderful
post-extract rule
2000-08-04 01:19:21 +00:00
Ade Lovett
1dc37aed2c Update to 0.2.19 2000-08-04 01:15:16 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Donald Burr
de4b383b26 Added the rc.d startup script into PLIST. 2000-08-01 06:56:52 +00:00
Maxim Sobolev
c19d2ff8ae Update to 1.3.0. 2000-07-31 09:46:30 +00:00
Maxim Sobolev
792a8c631e Make xmms better than ever before:
- add 3dnow support using external patch (I reworked it to touch only generated
  by automake/autoconf files, made it .gz instead of .bz2 and put on
  MASTER_SITE_LOCAL). 3dnow support is explicitly disabled if OSVERSION < 400021.
- Add LIBTOOLFILES to use our own libtool for libxmms too.

PR:		20261 (LIBTOOLFILES)
PR:		20193 (3DNOW)
Submitted by:	maintainer, FUJISHIMA Satsuki <k5@cheerful.com>
2000-07-31 07:56:10 +00:00
Bill Fumerola
764701dcbe slap btc into the world 2000-07-30 20:38:39 +00:00
Bill Fumerola
893775e711 The Bass Tab Creator is a program designed to help create bass tablature.
It was originally created to facilitate the reproduction of tab published
in many music magazines and books.  It takes as input a file consisting of
note information, and builds the tab staffs.
2000-07-30 20:36:48 +00:00
Steve Price
fd3cb8bbac Fix this port so that it builds on the Alpha again. 2000-07-30 18:05:24 +00:00
Maxim Sobolev
cad8b693e6 Add ccaudio - a generic C++ class library for audio files and devices.
PR:		20230
Submitted by:	David Sugar <dyfet@gnu.org>
2000-07-28 11:05:27 +00:00
Donald Burr
f3a203bae7 Activate opennap. 2000-07-27 08:25:36 +00:00
Donald Burr
090683237a New port audio/opennap, an open source Napster(tm) server. 2000-07-27 08:21:25 +00:00
Maxim Sobolev
064d9f5ece Remove share/gnome if empty.
Submitted by:	bento
2000-07-27 07:26:08 +00:00
Chris D. Faulhaber
ed8a39c80c Update maintainer's email
PR:		ports/20093
Submitted by:	Maintainer
2000-07-21 23:25:04 +00:00
John-Mark Gurney
26cbbf47c8 remove myself as maintainer... don't use it, and it hasn't been updated
since I committed it...

plus, half of sunsite's mirrors are broken and I don't want to deal with
it...
2000-07-21 00:44:25 +00:00
Yukihiro Nakai
441c99cbf0 USE_MT fix again.
Submitted by:	FUJISHIMA Satsuki <k5@cheerful.com>
2000-07-20 10:41:37 +00:00
Satoshi Taoka
027cd3b2b7 Updated to 1.9
Obtained from:	bento
2000-07-19 16:12:19 +00:00
Alexander Langer
1798af9674 Add TRUE const if not already defined. Should fix bento-build. 2000-07-19 11:45:17 +00:00
Chris Piazza
7f4f9d039b Update to 2.7.
Adds japanese and swedish messages.

PR:		19892
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-07-19 06:08:17 +00:00
Yukihiro Nakai
6ebb041777 Use WITH_THREADS instead of USE_MT.
Submitted by:	FUJISHIMA Satsuki <k5@cheerful.com>
2000-07-19 05:48:10 +00:00
Maxim Sobolev
4d2a37f591 Paraphrase COMMENT.
PR:		19985
Submitted by:	Ports Furry
2000-07-18 07:11:27 +00:00
Steve Price
c28c7b2d12 Fix sound file read/write/import/export.
PR:		19895
Submitted by:	maintainer
2000-07-16 19:53:07 +00:00
Chris D. Faulhaber
785249a7b4 Update port to 0.12 2000-07-16 13:30:55 +00:00
Alexander Langer
95bdf2b8f9 Fix my obvious stupidity (why is it GZIP_CMD and not GZIP actually? grrr):
/usr/bin/gzip --> ${GZIP_CMD}

PR:		19942
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-16 13:13:33 +00:00
Will Andrews
b564c4f1c4 Update to 0.7.
PR:		19931
Submitted by:	maintainer
2000-07-15 17:24:36 +00:00
Will Andrews
916d2c65ad Use GTK_CONFIG instead of hardcoded gtk12-config; support CFLAGS properly;
support NOPORTDOCS.

PR:		19923
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-15 17:16:05 +00:00
Alexander Langer
c06609aa4e Add post-install target in order to compress workmandb.5, too.
Noticed by:	bento
2000-07-14 16:11:31 +00:00
Jim Mock
262ee4f94f Fix the build for older versions of gcc by renaming *.s -> *.S.
PR:		19846
Submitted by:	maintainer
2000-07-13 20:20:21 +00:00
Maxim Sobolev
47aaab6ded - Update to version 2v2
PR:		19759
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-13 13:32:27 +00:00
Maxim Sobolev
68ebbfd74c Update to 1.2.2. 2000-07-12 10:58:15 +00:00
Satoshi Taoka
716284e7b4 Update to version 7.b2
Change maintainer from kris to Vladimir Silyaev

PR:	19589
Submitted by: Vladimir Silyaev <vns@delta.odessa.ua>
Approved by: old maintainer, kris
2000-07-11 15:13:02 +00:00
Steve Price
203af09667 Activating the grip and rio500 ports. 2000-07-10 03:12:34 +00:00
Steve Price
981bd36b5f Adding rio500 version 0.6.
Utilities for the Diamond Rio500.

PR:		19195
Submitted by:	Kazumasa Nishizawa <k_nishizawa@anet.ne.jp>
2000-07-10 03:11:38 +00:00
Steve Price
3a28a2cc4a Add grip version 2.94.
GTK-based front-end to external cd audio rippers and mp3 encoders.

PR:		19167
Submitted by:	Kelly Yancey <kbyanc@posi.net>
2000-07-10 03:09:55 +00:00
Akinori MUSHA
72ff8ac5c4 Update to 2.9.5.
PR:		ports/19776, ports/19777
Submitted by:	Maintainer
2000-07-08 07:37:19 +00:00
Daniel Harris
6d52aa84bd Fix a typo -- GTK_CONFIG used in place of GLIB_CONFIG.
PR:		19758
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-07 21:59:38 +00:00
Steve Price
89b7d2a446 - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config
- Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly

PR:		19623
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-07 19:59:26 +00:00
Steve Price
0e41d82833 Don't install the CVS junk with the help files.
PR:		19734
Submitted by:	maintainer
2000-07-07 19:41:03 +00:00
Steve Price
50edf3201c Update to version 0.2.1.
PR:		19674
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-07 19:36:07 +00:00
Will Andrews
fa6d6666ef Update audio category Makefile and modules for bwap -> teknap. Remove
bwap port, obsoleted by teknap.
2000-07-06 03:55:28 +00:00
Will Andrews
f23635449c After repocopy from audio/bwap to audio/teknap,
* update to teknap 1.0.
	* add gtk support.
	* new master site.
	* fix -lc_r bungle; use -pthread proper. (my fix)

PR:		19721
Submitted by:	maintainer
2000-07-06 03:48:39 +00:00
Thomas Gellekum
546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.

The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
Yukihiro Nakai
fdca5a8963 Update for more simple.
Submitted by:	FUJISHIMA Satsuki <k5@cheerful.com>
2000-07-05 07:52:12 +00:00
Maxim Sobolev
6db96c0500 Bump png shared library version.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Kris Kennaway
d09395e3e2 Remove extraneous directories on deinstall
Noticed by:	bento
2000-07-03 22:17:12 +00:00
Maxim Sobolev
e4526de6f1 Add RUN_DEPENDS on gnomecontrolcenter to properly
remove share/gnome directory.

PR:		19666
Submitted by:	Dmitry S. Sivachenko <dima@Chg.RU>
2000-07-03 12:30:01 +00:00
Motoyuki Konno
7ce27e9936 o Turn off the build of xcdrdao:
Xcdrdao cannot build with GTK-- 1.2.0 bacause of the incompatibility
    of GTK--.  If GTK-- is installed, cdrdao port always tries to build
    xcdrdao, and fails.

o  Support 5-current.

o  Do not use posix-threads by default due to thread scheduling problem.

o  Change the address of maintainer.

PR:		ports/19504
Submitted by:	Yasuhito FUTATSUKI <futatuki@debug.gr.jp> (maintainer)
2000-06-30 15:43:39 +00:00
Maxim Sobolev
2eba2d9211 Update to 2.6.1.
PR:		19597
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-06-30 10:08:39 +00:00
Maxim Sobolev
fd1fd13d64 Change MAINTAINER.
PR:		19595
Submitted by:	MAINTAINER
2000-06-30 08:30:11 +00:00
Brian Feldman
b5f03b15f6 Fix EsounD daemon and library insecurities noted on BugTraq.
Instead of an 0777 chock-full-o-races /tmp/.esd/, use a 0755 ~/.esd/.
Also, the ~/.esd/socket of course needs only be 0644.

Two macros had to be backed up by functions which returned a static
buffer.  These macros, ESD_UNIX_SOCKET_DIR and ESD_UNIX_SOCKET_NAME,
both return constant strings as the new functions esd_unix_socket_dir()
and esd_unix_socket_name(), so the static buffers are not particularly
evil.

The fix has been tested (without needing recompilation) by the most
important EsounD-related apps, esd and XMMS, and works perfectly
in both cases.  It will be submitted to the EsounD maintainer to
be fixed in the source distribution ASAP.

Approved by:    Security Officer Kris
Noticed by:     Stan Bubrouski <satan@FASTDIAL.NET>
2000-06-30 04:21:53 +00:00
Maxim Sobolev
00f98890b1 New port xwave - a wave record/play/edit utility.
PR:		19200
Submitted by:	Trevor Johnson <trevor@jpj.net>
Obtained from:	NetBSD
2000-06-29 15:26:46 +00:00
Maxim Sobolev
09fef2d07f Activate libsidplay. 2000-06-29 10:53:41 +00:00
Maxim Sobolev
ed4cc45bab Make it to be a real sidplay (not libsidplay).
PR:		19516
Submitted by:	MAINTAINER
2000-06-29 10:51:16 +00:00
Maxim Sobolev
420d33edaf Forgot to update COMMENT.
PR:		19515
Submitted by:	MAINTAINER
2000-06-29 10:37:31 +00:00
Maxim Sobolev
a0c6a6f1bc Remove unneeded USE_XLIB. 2000-06-29 10:20:13 +00:00
Maxim Sobolev
5384534e82 Reflect new PORTNAME after sidplay --> libsidplay repo copy. Also update
to 1.36.40.

PR:		19515
Submitted by:	MAINTAINER
2000-06-29 10:17:09 +00:00
David E. O'Brien
1228d352ee Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Satoshi Asami
be6c01ee85 Use ${MASTER_SITE_LOCAL}. 2000-06-29 02:31:42 +00:00
Alexander Langer
e71e1fb70f - Update to version 3.3.2
- Add WWW: line into pkg/DESCR
- Add INSTALLS_SHLIB/INFO_FILES hunks
- HAS_CONFIGURE -> GNU_CONFIGURE

PR:		19521
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-28 16:05:11 +00:00
Alexander Langer
fe7d808a96 Update to 2.1.1
PR:		19362
Submitted by:	maintainer
2000-06-28 13:43:01 +00:00
Alexander Langer
543c989464 Update maintainer email.
PR:		19320, 19321, 19322
Submitted by:	maintainer
2000-06-28 12:33:57 +00:00
Alexander Langer
eb79762998 Fix for phk's bio changes (>= 500003)
PR:		19454
Submitted by:	Mike Meyer <mwm@mired.org>
2000-06-27 10:23:54 +00:00
Hajimu UMEMOTO
c97311ebf9 Make sure to have plugin directory.
Reported by:	Yoshikazu GOTO <goto@snowy.to>
2000-06-26 15:41:42 +00:00
Maxim Sobolev
156dcffe44 Use X11BASE instead of PREFIX for BUILD_DEPENDS and remove unneeded PREFIX
for RUN_DEPENDS.
2000-06-26 09:01:00 +00:00
Chris D. Faulhaber
343044af4b Update port to 0.11 2000-06-24 11:04:09 +00:00
Maxim Sobolev
f7a503ff95 Unbroke the port. 2000-06-23 16:39:56 +00:00
Maxim Sobolev
40a33a6070 - Support LOCALBASE properly (in setting path to custom wish script)
PR:		19470
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-23 13:44:03 +00:00
Maxim Sobolev
08436d7800 - Use MASTER_SITE_SUNSITE to MASTER_SITES
PR:		19496
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-23 13:22:00 +00:00
Maxim Sobolev
f912095f22 Add USE_NEWGCC.
Submitted by:	bento
2000-06-23 09:27:27 +00:00
Hajimu UMEMOTO
2b7dbbda20 Activate gkrellmvolume. 2000-06-22 18:22:11 +00:00
Hajimu UMEMOTO
2fb59f6467 Initial import of gkrellmvolume.
A plugin for GKrellM, that let's you control your mixer..
2000-06-22 18:16:28 +00:00
Will Andrews
a8f917f75f Unleash this port upon the people. Actually make it work by changing the
"gtk-config" -> "gtk12-config" assumption made in Makefile.in.
2000-06-22 05:53:07 +00:00
Yukihiro Nakai
1f848b8748 Use simple MAKE_ENV
Submitted by:	Mikhail Teterin <mi@privatelabs.com>
2000-06-22 04:52:38 +00:00
Maxim Sobolev
5747f2576c Remove xmms-mikmod. 2000-06-21 08:55:11 +00:00
Maxim Sobolev
936166911d Make building/installing of the esd and mikmod plugins conditional (turned on by
default). Also slightly clean GNOME support bits.
2000-06-21 08:44:23 +00:00
Maxim Sobolev
cb87c44ef8 Update to the 1.2.1 version. 2000-06-20 08:56:04 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
ba38716727 Remove expensive optimisations, which seems broke equalizer with our gcc.
PR:		19141
Submitted by:	Sascha Blank <blank@uni-trier.de>
2000-06-16 14:18:48 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Maxim Sobolev
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Maxim Sobolev
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
8ffe38bb00 Upgrade of XMMS from 1.0.1 to 1.2.0. The port may also be compiled with
WITH_GNOME (thanks to Ade Lovett), the PLIST is now sorted alphabetically.

PR:		19293
Submitted by:	Espen Skoglund <esk@ira.uka.de>
2000-06-16 07:45:29 +00:00
Maxim Sobolev
835d6b8655 Third round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:59:45 +00:00
Maxim Sobolev
1de95a9ce1 First round of INSTALL_SHLIB fixes. 2000-06-15 16:44:16 +00:00
Will Andrews
8ad00b5c4a Add shout, a program that sends mp3 streams to icecast/shoutcast servers.
Requested/prodded by:	Kevin Bockman <kevin@puis.net> (now MAINTAINER)
2000-06-15 04:04:29 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00
Jeremy Lea
d6ed285ae7 Add support for more command line options (you can now choose the output
directory, ripper and encoder), running multiple encoders (for SMP) and
killing the encoders if the ripper fails.

This patch has been submitted to the author.

PR:		ports/19249
Approved by:	maintainer
2000-06-14 07:24:11 +00:00
Chris Piazza
0377ef7e1f Add xsidplay.
A graphical frontend to libsidplay.

This port doesn't currently build with gcc >= 2.8.1

PR:		15147
Submitted by:	Anders Nordby <anders@fix.no>
2000-06-11 19:06:58 +00:00
Jean-Marc Zucconi
99f58f6321 Move distfile to local-distfiles directory on ftp.FreeBSD.org 2000-06-11 17:20:38 +00:00
R. Imura
c2940dfa9a Not "plugin.html" but "plugin.htm". 2000-06-11 06:04:59 +00:00
Will Andrews
d05364ebf7 Add bwap, a console napster client.
PR:		17663
Submitted by:	Carl Johan Madestrand <calle.madestrand@norrgarden.se>
2000-06-10 06:58:32 +00:00
Satoshi Asami
7b27962e8b Use MASTER_SITE_PORTS_JP instead of spelling out the URL. 2000-06-09 21:21:52 +00:00
Will Andrews
851df9f93e Add pimp3, a python script that's supposed to make random play much nicer
when using mpg123.

PR:		16949
Submitted by:	Rod Taylor <rbt@zort.on.ca>
2000-06-09 05:40:09 +00:00
Will Andrews
9d547674c9 Sphinx has some i386-only sound code, adjust to account for this fact.
Submitted by:	Alexander Langer <alex@big.endian.de>
2000-06-08 14:58:04 +00:00
Chris Piazza
4f0beabaa9 Catch up with a directory change 2000-06-07 18:14:45 +00:00
Will Andrews
102b8c1951 Add libshout, a library providing routines for connecting and transmitting
data to/from an icecast server.

PR:		19079
Submitted by:	Zach Zurflu <zach@pabst.bendnet.com>
2000-06-07 17:15:03 +00:00
Maxim Sobolev
501e616d95 "${MV} -i" is not a good idea for port.
PR:		19054
Submitted by:	Alexander Langer <alex@big.endian.de>
2000-06-07 16:27:34 +00:00
Maxim Sobolev
3f468c29d5 Activate wavplay. 2000-06-07 16:20:02 +00:00
Maxim Sobolev
dd76a63c00 Initial import of wavplay - utility to record/playback audio.
PR:		16693
Submitted by:	Greg Robinson <greg@rosevale.com.au>
2000-06-07 16:07:54 +00:00
Will Andrews
20b9259c7d Fix improper #ifdef.
PR:		19024
Submitted by:	Alexander Langer <alex@big.endian.de>
2000-06-07 16:06:47 +00:00
Satoshi Asami
e69893d1d4 Add workmandb.5.
Submitted by:	bento
2000-06-07 09:06:35 +00:00
Chris Piazza
6f1918fe88 Move local distfiles to the new local-distfiles section on ftp.freebsd.org 2000-06-07 08:41:41 +00:00
Will Andrews
a15cbc06b0 Fix build.
PR:		19053
Submitted by:	Alexander Langer <alex@big.endian.de>
2000-06-06 13:30:06 +00:00
Maxim Sobolev
7e6ec88860 Add sox to the RUN_DEPENDS (required by Sound Recorder). 2000-06-06 10:27:16 +00:00
Maxim Sobolev
d3db88d18f Add windowmaker to the RUN_DEPENDS to ensure correct install/deinstall order
and stop bento's "Extra" warnings.

Submitted by:	bento
2000-06-06 07:55:25 +00:00
Maxim Sobolev
ac1cf1129c Bump PORTVERSION.
Submitted by:	Alexander Langer <alex@big.endian.de>
2000-06-05 14:04:23 +00:00
Maxim Sobolev
9e7d035905 Update md5.
New features added w/o version bump:

 * Add NT/Linux/(Net|Open)BSD support
 * Volume control
 * Be able to confirm some command (e.g. delete files from queue)
 * Add some verbose messages
 * Show playing position

PR:		19016
Submitted by:	Alexander Langer <alex@big.endian.de>
2000-06-05 13:55:24 +00:00
Yukihiro Nakai
4ccf95842b Update to 2.35 Final.
PR:		ports/18487
Submitted by:	FUJISHIMA Satsuki <k5@cheerful.com>
2000-06-05 10:19:39 +00:00
Will Andrews
0defe2a420 Add streamripper, a program splits a SHOUTcast stream into tracks.
PR:		18978
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-06-04 22:42:15 +00:00
Will Andrews
c0fb3d8a67 Update to 1.8, which adds support for gogo.
PR:		18972
Submitted by:	maintainer
2000-06-04 22:37:22 +00:00
Steve Price
37ed2ff499 Here are the changes to the patches directory that should have gone with
my last commit.

Noticed missing by:	asami
Blown horribly by:	my little diff building script that inexplicably
			missed these the first time around :(
2000-06-03 15:46:37 +00:00
Will Andrews
7bdd28e66b Add gdcd, a cd player frontend using GTK.
Obtained from:	NetBSD
2000-06-03 05:29:03 +00:00
Will Andrews
a7a7da2ca6 Add mp3_check, a utility which verifies the integrity of mp3 files and
prints some useful statistics.  I made this port respect CC/CFLAGS.

PR:		18812
Submitted by:	Zach Zurflu <zach@pabst.bendnet.com>
2000-06-02 15:11:14 +00:00
Will Andrews
5f444e9d74 Update to 1.36.38. We can now have sidplay shared libs! 2000-06-02 14:56:50 +00:00
Will Andrews
166adfb042 Add .so symlink (from PR) and necessary ldconfigs overlooked in initial
import of the port.

PR:		18963
Submitted by:	maintainer
2000-06-02 13:35:25 +00:00
Maxim Sobolev
8c4618344b Respect CFLAGS. 2000-06-02 11:39:43 +00:00
Will Andrews
7fece56865 Add cd2mp3, an easy-to-use perl UI to assist in ripping MP3s using dagrab
and bladeenc.

PR:		15886
Submitted by:	Jamie Heckford <jamie@jamiesdomain.co.uk>
2000-06-02 06:46:47 +00:00
Will Andrews
8908492156 Add AFSP, a set of audio file conversion utilities.
PR:		18916
Submitted by:	Kawaguti Ginga <ginga@athena.club.ne.jp>
2000-06-02 02:16:33 +00:00
Will Andrews
74401ae824 Update to 1.6. Add some more runtime dependencies.
PR:		18166
Submitted by:	maintainer
2000-06-01 17:46:49 +00:00
Will Andrews
22ef18a510 Update to 1.3.5. I cleaned up the Makefile in addition to the PR, and
made pkg/MESSAGE respect PREFIX (which made this port finally pass the
mandatory ``portlint -ac'' test).

PR:		18834
Submitted by:	Zach Zurflu <zach@pabst.bendnet.com>
2000-06-01 17:11:34 +00:00
Ade Lovett
8bd85a9d02 Updates for new shared library versions in GNOME 1.2 2000-06-01 16:25:45 +00:00
Ade Lovett
1ecc592d8c Say hello to GNOME 1.2
audio/gnomemedia		1.2.0
	deskutils/gnomepim		1.2.0
	devel/bugbuddy			1.0
	devel/glade			0.5.9
	devel/libgtop			1.0.9
	games/gnomegames		1.2.0
	graphics/imlib			1.9.8.1
	misc/gnomeusersguide		1.2
	misc/gnomeutils			1.2.0
	sysutils/gnomecontrolcenter	1.2.0
	sysutils/gtop			1.0.8
	x11-fm/gmomemc			4.5.50
	x11/gnomecore			1.2.0
	x11/gnomelibs			1.2.1

Along with cosmetic changes to other parts of the metaport
for the new shared library version numbers.

Plus.  The metaport has been reworked to bring in a few more
often-requested items.

Please note that you absolutely need GTK/GLIB 1.2.8 or higher
for this release.
2000-06-01 16:10:38 +00:00
Will Andrews
8bd5afa357 Since cdd has code that dates back to before CAM, we have to disable its
building on 4.0 and later.

PR:		18945
Submitted by:	Alexander Langer <alex@big.endian.de>
2000-06-01 15:50:14 +00:00
Will Andrews
3389fc874f Gogo has some IA-32 assembler code, so don't try to build it on anything
other than i386 architecture.

PR:		18944
Submitted by:	Alexander Langer <alex@parca.cichlids.com>
2000-06-01 15:46:56 +00:00
Satoshi Asami
9818e1fb05 @dirrm share/timidity
Submitted by:	bento
2000-05-30 20:14:34 +00:00
Maxim Sobolev
3cad09b272 Update to version 2.2. 2000-05-30 13:53:37 +00:00
Maxim Sobolev
a1abc9948c Correct WWW (.php3 -> .php). 2000-05-30 07:50:51 +00:00
Will Andrews
1d9da53dbe Update MASTER_SITES and WWW to fix fennerism. 2000-05-30 05:53:23 +00:00
Will Andrews
64592fa05f Add CMU Sphinx, a speech recognition system.
PR:		17707
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-05-30 02:59:39 +00:00
Steve Price
ffec20849e - Fix MASTER_SITES
- Merge scripts/pre-configure into Makefile

PR:		17157
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-05-29 23:44:55 +00:00
Will Andrews
d3917eb1a1 Add these patches along with the 0.8.10 update. 2000-05-29 22:08:27 +00:00
Will Andrews
58e4d46002 Update to 0.8.10. Add skin data, WWW: to pkg/DESCR.
PR:		18882
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-05-29 22:07:05 +00:00
Maxim Sobolev
57ae2acf16 Add missed gdk_imlib dependency. 2000-05-29 07:11:59 +00:00
Maxim Sobolev
f76334001d Get rid of those zero-sized `music.raw' files, known to anyone using
libmikmod or any software based on it.
2000-05-29 06:34:02 +00:00
Steve Price
19ff98a801 The author added some streaming features, now uses lame as the mp3 encoder,
... so the distfile's checksum changed without a version number bumped.

PR:		18784
Submitted by:	Sergey Osokin <osa@FreeBSD.org.ru>
2000-05-29 03:55:17 +00:00
Steve Price
8e7b81563b Update to version 2.9.4.
PR:		18854
Submitted by:	maintainer
2000-05-29 02:29:57 +00:00
Steve Price
fa7b14a44f Update to version 2.9.4.
PR:		18853
Submitted by:	maintainer
2000-05-29 02:29:12 +00:00
Steve Price
e5e921c6b9 Don't try to install a manpage that doesn't exist. 2000-05-28 04:02:00 +00:00
Steve Price
f44a4cca8b Fixup LIB_DEPENDS after upgrade of gtk-- port. 2000-05-28 03:20:42 +00:00
Vanilla I. Shu
a305fce20e - Fix LIB_DEPENDS to actually used one
- Support install macros

PR:		ports/18046
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-05-28 00:38:20 +00:00
Maxim Sobolev
b80469ee75 Remove references to nonexistent manpage.
Reported by:	bento
2000-05-25 16:22:18 +00:00
Maxim Sobolev
37892eca50 Add a WITH_ESD knob to use esd sound backend instead of default OSS.
Suggested by:	Pascal Hofstee <daeron@wit401305.student.utwente.nl>
2000-05-25 07:52:12 +00:00
Maxim Sobolev
40e295b0f7 Provide a small workarround to fix a bug in the pcm driver. The driver seems
need at least two write() calls for sound to be actually played.

I have notified Cameron Grant <cg@FreeBSD.org> about the issue.
2000-05-24 08:26:15 +00:00
Maxim Sobolev
81955c4e31 Activate extace. 2000-05-23 09:50:23 +00:00
Maxim Sobolev
d143f7e5ca This is the initial import of eXtace - an audio visualisation plugin for the
ESD sound daemon.

PR:		18386
Submitted by:	sobomax
2000-05-23 09:47:27 +00:00
Maxim Sobolev
e403d07552 Remove wmsound, add wsoundserver and unbroke wsoundprefs - it is now ready to go. 2000-05-23 06:53:14 +00:00
Maxim Sobolev
89972f6394 Import wsoundserver.
WSoundServer is successor of the old wmsound.
2000-05-23 06:33:53 +00:00
Maxim Sobolev
ee68b0b9bd Temporary mark as "BROKEN" - until wmsound->wsoundserver repo copy will be
done. Sorry for that, I have to think first...
2000-05-22 19:16:11 +00:00
Maxim Sobolev
ad0bf41cc2 Update WSoundPrefs to the new 1.1.1 version.
This port switched to use the new sound server for Window Maker - wsoundserver,
which will be committed shortly. Old audio/wmsound module is now scheduled for
deletion, since it doesn't work with newest version of Window Maker and not
maintained anymore.
2000-05-22 18:58:16 +00:00
Maxim Sobolev
fb7546245d More 's|sobomax@altavista.net|sobomax@FreeBSD.org|' 2000-05-17 11:27:58 +00:00
Maxim Sobolev
cb52fef94b 's|sobomax@altavista.net|sobomax@FreeBSD.org|' 2000-05-17 11:18:29 +00:00
Thomas Gellekum
3f1d3e06a2 """
1. Solved recent breakage due to converting SDL library to use stock c_r
   library instead of linuxthreads;
2. port now uses SDL_mixer and mkmod libraries instead of its own custom
   versions;
3. port's Makefile and patches has been cleaned to remove mandatory items.
"""

PR:		18192
Submitted by:	"Maxim Sobolev" <sobomax@altavista.net>
2000-05-15 11:14:28 +00:00
David E. O'Brien
5bb90f6db9 Don't strip Linux binary with FreeBSD strip, as it then brands the binary
as a FreeBSD one.

PR:		18489
Submitted by:	FUJISHIMA Satsuki <k5@cheerful.com> (this fix and the PR)
2000-05-14 21:31:58 +00:00
Bill Fumerola
4951748f7d Fix fennerism (cdrom -> freesoftware) 2000-05-14 05:00:49 +00:00
Akinori MUSHA
c2f92bc4fa Update to 2.9.3.
PR:		ports/18482, ports/18483
Submitted by:	MAINTAINER
2000-05-10 14:44:38 +00:00
Jim Mock
a7de27fb7e Update to version 0.12. 2000-05-08 19:48:11 +00:00
Chris D. Faulhaber
94c2946c73 Update port to 0.6
PR:		18409
Submitted by:	Maintainer
2000-05-07 21:27:24 +00:00
Daniel Eischen
4d07c034bb Make xmcd compile and build on the Alpha.
Submitted by:	Mark Abene <phiber@radicalmedia.com>
2000-05-06 12:46:13 +00:00
Joseph Koshy
a0c2e00b0a An attempt at making mpg123 work on FreeBSD/Alpha.
Submitted by:		Christian Weisgerber <naddy@mips.inka.de>
2000-05-05 07:20:23 +00:00
Chris D. Faulhaber
53fe3664ba Add nasd.1 nasd.conf.1 to MAN1
Found by:	bento
2000-05-02 15:31:36 +00:00
Chris D. Faulhaber
4fcf1601af Update port to 0.10 2000-05-01 23:17:18 +00:00
Steve Price
137d02b516 Distfile changed without version number bump. Appears to be some
minor changes to add in thread support.

PR:		17249
Submitted by:	Adam Kranzel <ace@teru.dyndns.org>
2000-04-30 20:20:27 +00:00
Steve Price
53e9c50401 Add a slash to the end of search_path so nasd.conf can be found.
PR:		17970
Submitted by:	Yung-Jeng Hung <winard@ritax.dorm.ccu.edu.tw>
2000-04-30 19:21:30 +00:00
Chris Piazza
89d67a87ac Update to 1.3.9.
It is highly recommended that people upgrade to this
version.
2000-04-30 04:44:20 +00:00
Kris Kennaway
07675fd85f Unbreak by updating to mpg123.el-1.8
Noticed by:	bento
2000-04-30 00:17:50 +00:00
Kris Kennaway
0d5f5a2355 Mark BROKEN: PLIST is incorrect
Noticed by:	bento
2000-04-29 22:54:33 +00:00
Chris Piazza
24f4977eff Clean up the makefile and use cxxflags properly instead of setting it
to CFLAGS

PR:		18134
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-29 20:47:04 +00:00
Chris Piazza
a5f53f5127 Update to lame 3.70
PR:		18119
Submitted by:	Ben Smithurst <ben@scientia.demon.co.uk>
Reviewed by:	maintainer
2000-04-29 20:44:49 +00:00
Akinori MUSHA
bfac0f2f87 Update TiMidity++ to 2.9.2.
PR:		ports/17827, ports/17828
Submitted by:	Yoichi ASAI <yatt@msc.biglobe.ne.jp>
2000-04-27 09:53:51 +00:00
Will Andrews
6c5efea017 Fix Makefile mistake that resulted from my use of an old smpeg library. 2000-04-25 21:57:20 +00:00
Will Andrews
7bcdd7c82e Add SDL_mixer, an audio library based on SDL 1.1.
PR:		18190
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-04-25 21:19:17 +00:00
Kris Kennaway
39c06186fa Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive
for quite some time. If any non-committer wants to take over maintainership
please let me know.

Reviewed by:		ports
No response from:	erich
2000-04-23 22:59:51 +00:00
Vanilla I. Shu
308fff2f2a Revert to libSDL-1.0. 2000-04-23 06:48:40 +00:00
Vanilla I. Shu
413d664fcb Change libSDL-1.0 to libSDL. 2000-04-22 21:58:27 +00:00
Chris Piazza
103bc0c496 Update to 0.3.5 and move external patch file into patches/
Submitted by:	Ben Smithurst <ben@scientia.demon.co.uk>
Approved by:	maintainer
2000-04-22 21:31:59 +00:00
Michael Haro
e09b1a4bd8 portlint and add SLAVEDIRS variable to master ports 2000-04-20 10:10:18 +00:00
Michael Haro
7fca944266 Update port to 0.5
PR:		17931
Submitted by:	    Dmitry Sivachenko <dima@Chg.RU>
2000-04-20 00:36:23 +00:00
Yukihiro Nakai
eb2a8909ce Update to 2.30 (2.31?) final version 2000-04-19 04:46:05 +00:00
Chris Piazza
c2e99e5dcb Update to 2.6
PR:		18078
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-04-19 03:25:26 +00:00
Michael Haro
c14719a0d3 update to 0.5.3
PR:		17917
Submitted by:	     <Kristopher Zentner <kzentner@u.washington.edu>
2000-04-18 00:37:19 +00:00
Jeremy Lea
877b8a533b Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:18:05 +00:00
Michael Haro
0af8c0c322 remove a.out support 2000-04-16 20:02:07 +00:00
Chris D. Faulhaber
90761e07cd Update WWW
PR:		18022
Submitted by:	Maintainer
2000-04-16 13:38:59 +00:00
Satoshi Asami
2932cac968 DISTNAME fixes. 2000-04-16 08:50:08 +00:00
Satoshi Asami
f6cb2350d8 Resurrect version normalization (0.8-7 -> 0.8.7) accidentally lost during
conversion.
2000-04-14 23:32:30 +00:00
Akinori MUSHA
9ca4ec6659 Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}
PR:		ports/18009
Submitted by:	tkato@prontomail.ne.jp
2000-04-14 18:40:29 +00:00
Akinori MUSHA
52190dc850 Portlint COMMENT's.
Everybody should read the Handbook again!

PR:		ports/18008
Submitted by:	tkato@prontomail.ne.jp
2000-04-14 18:16:14 +00:00
Satoshi Asami
1ee9cf248d Typo fix (PORTNAMEN -> PORTNAME). 2000-04-14 12:55:05 +00:00
Satoshi Asami
dad9a57abe Convert to PORTNAME/PORTVERSION. 2000-04-14 08:49:30 +00:00
Akinori MUSHA
016649ae60 Update with PORTNAME/PORTVERSION and get happy with the slave.
Remove LANGPREFIX and just utilize PKGNAMEPREFIX.

Utilize PKGNAMESUFFIX.

Set the correct categories for both the master and the slaves.
2000-04-13 12:48:36 +00:00
Michael Haro
bcd8ffd9d0 update with the new PORTNAME/PORTVERSION variables 2000-04-08 21:25:03 +00:00
Thomas Gellekum
a8f2c65301 New port gramofile, an audio recording utility.
PR:		16819
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
2000-04-07 10:36:18 +00:00
Ade Lovett
9c49ed7f26 Update to 0.2.18 2000-04-06 15:30:28 +00:00
Michael Haro
48ca0a9fa2 convert to slave
PR:		17724
Submitted by:	maintainer
2000-04-06 07:19:29 +00:00
Michael Haro
56bd1dafdc convert to slave
PR:		17452
Submitted by:	maintainer
2000-04-06 07:18:17 +00:00
Michael Haro
31b2b54911 convert to slave
PR:		17429
Submitted by:	maintainer
2000-04-06 07:16:56 +00:00