Commit graph

4579 commits

Author SHA1 Message Date
Kirill Ponomarev
46a4740841 Update to version 0.4.4
PR:		ports/68997
Submitted by:	Ports Fury
2004-07-14 12:19:07 +00:00
Volker Stolz
912e35e4b5 Respect CC
PR:		ports/69044
Submitted by:	Roman Bogorodskiy (maintainer)
Requested by:	me
2004-07-14 11:08:29 +00:00
Akinori MUSHA
216dd8e198 Update to 0.1.2. 2004-07-13 18:09:41 +00:00
Volker Stolz
1f4a4c30a4 Update to 2.2.7 2004-07-13 15:05:08 +00:00
Volker Stolz
61fd61528f Remove iconv support: it simply damage headers instead of recoding them.
(bump PORTREVISION)
2004-07-12 19:40:09 +00:00
Volker Stolz
419a917b86 - Update to 0.11.0
- Lots of new features including:
 + nls support (german and swedish)
 + support for MPD db updates with Ctrl-U

PR:		ports/68876
Submitted by:	Mark Daniel Reidel (maintainer)
2004-07-12 13:10:12 +00:00
Lars Thegler
994415f449 Clarified pkg-message
PR:		68609
Submitted by:	paul beard <paulbeard@mac.com>
Approved by:	erwin (implicit)
2004-07-10 09:43:31 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Kirill Ponomarev
f9f6bca242 Update to version 0.4.2
PR:		ports/68860
Submitted by:	Ports Fury
2004-07-09 17:13:42 +00:00
Kirill Ponomarev
997c82b947 Update to version 1.0.10
PR:		ports/68859
Submitted by:	Ports Fury
2004-07-09 17:13:17 +00:00
Kirill Ponomarev
35d66bdf72 Update to version 0.6
PR:		ports/68858
Submitted by:	Ports Fury
2004-07-09 17:12:57 +00:00
Volker Stolz
2239898431 Update to gtkpod 0.80
Changelog : http://gtkpod.sourceforge.net/ChangeLog

PR:		ports/68743
Submitted by:	David Le Brun (maintainer)
2004-07-09 10:04:11 +00:00
Volker Stolz
866b18865e Prune non-existant mirror. 2004-07-09 09:11:08 +00:00
Pav Lucistnik
3fa26961ee - Update to 0.95
PR:		ports/68744
Submitted by:	David Le Brun <david@dyn-ns.net> (maintainer)
2004-07-08 18:41:52 +00:00
Jeremy Messenger
0ea0df3ec4 Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or
those ports will not work. Please see the more detail about this:

http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html

Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.

Approved by:	marcus (portmgr hat)
Reviewed by:	My team, FreeBSD GNOME Team
2004-07-07 16:23:51 +00:00
Volker Stolz
34c8086af5 Chase libgsl-update 2004-07-07 08:22:50 +00:00
Pav Lucistnik
0cb8d7cda2 - Update to 0.15.1b
PR:		ports/68682
Submitted by:	Evgueni V. Gavrilov <aquatique-ports@rambler.ru>
Approved by:	maintainer
2004-07-07 07:17:28 +00:00
Kirill Ponomarev
edb9a896d9 Update to 3.13
PR:		ports/68720
Submitted by:	maintainer
2004-07-06 09:11:35 +00:00
Volker Stolz
83be251886 Update to 2.1.6
PR:		ports/67363
Submitted by:	Roman Neuhauser
2004-07-05 20:42:33 +00:00
Kirill Ponomarev
a31bf21e9c Update to 0.11.1
PR:		ports/68638
Submitted by:	maintainer
2004-07-03 17:54:03 +00:00
Kirill Ponomarev
9e0d87925a Update to version 0.11
PR:		ports/68628
Submitted by:	Ports Fury
2004-07-03 15:37:16 +00:00
Kirill Ponomarev
c9c718150d Update to version 0.5.7
PR:		ports/68627
Submitted by:	Ports Fury
2004-07-03 15:36:44 +00:00
Markus Brueffer
feab1d4f18 - Fix pkg-plist
- Bump PORTREVISION

Submitted by:	pointyhat via kris
2004-07-02 23:14:53 +00:00
Volker Stolz
c4b2ab50c0 - use ${ARCH} instead of ${MACHINE_ARCH}
- pet portlint
- assign maintainership to submitter

PR:		ports/68555
Submitted by:	Roman Bogorodskiy
2004-07-02 08:27:19 +00:00
Kris Kennaway
027b3f89b6 Still BROKEN on 5.2-CURRENT 2004-07-01 20:04:39 +00:00
Ade Lovett
328b757bf2 Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:		67768
Submitted by:	ade
Approved by:	4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Lars Thegler
c5999f82dd - Update to 0.2.2c
- Use rc.subr, cache file and OPTIONS

Approved by:	erwin (implicit)
2004-06-29 20:47:31 +00:00
Tilman Keskinoz
6807bdf62c Update to 2004.06.26
PR:		68444
Submitted by:	Brian Candler <B.Candler@pobox.com>
2004-06-29 15:25:12 +00:00
Markus Brueffer
61ce2e6856 Update to version 1.0.1 2004-06-29 11:01:09 +00:00
Akinori MUSHA
496efec7a2 Add ruby-ogginfo, a Ruby library to access to information on ogg
files.
2004-06-28 18:15:32 +00:00
Akinori MUSHA
fd050adc01 Update to 0.3. 2004-06-28 16:56:42 +00:00
Volker Stolz
bb452a8493 Assign maintainership to previous submitter Roman Bogorodskiy.
Thanks for volunteering!
2004-06-28 11:11:24 +00:00
Volker Stolz
f620b23a68 - Update to 1.2d
- Add py-ao and py-mad to run deps (cymbaline won't work without them)
- Make COMMENT start with a capital to pet portlint

PR:		ports/68425
Submitted by:	Roman Bogorodskiy
2004-06-28 08:27:27 +00:00
Lars Thegler
a4128ebd69 Removed surplus file.
Pointy hat to:	me
Approved by:	erwin (implicit)
2004-06-27 22:02:44 +00:00
Lars Thegler
d3a901f45e Add p5-Filesys-Virtual-DAAP 0.02, present a DAAP share as a VFS.
Approved by:	erwin (implicit)
2004-06-27 21:59:05 +00:00
Lars Thegler
63b14ba1d1 Add p5-Net-DAAP-Client-Auth 0.13,
extend Net::DAAP::Client to do
iTunes authorisation.

Approved by:	erwin (implicit)
2004-06-27 19:53:52 +00:00
Kirill Ponomarev
5e5ba15b63 Update to version 1.3.0
PR:		ports/68368
Submitted by:	Ports Fury
2004-06-27 18:01:58 +00:00
Joe Marcus Clarke
33959b7b0f Add more locale directory hacks to bsd.gnome.mk, and fix ports that tried
to fix these using their own patches.

PR:		68256
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2004-06-27 17:32:30 +00:00
Lars Thegler
a7a7759585 Add p5-dapple 0.21, DAAP library for Perl. 2004-06-27 13:22:18 +00:00
Mark Linimon
bd7d51a22e Maintainer requested reassignment to ports@. 2004-06-26 16:21:41 +00:00
Kirill Ponomarev
3853ed3f1a Add swami 0.9.2,
Swami - Sampled Waveforms and And Musical Instruments - is an
advanced instrument editor for MIDI music composition and a
sampler frontend. Currently SoundFont(r) files can be browsed,
edited and saved and new instrument formats are being added in
the Swami development version. Swami uses FluidSynth for
software synthesis, so almost any sound card can be used.
FluidSynth has real time effect control and SoundFont 2.01
modulator support for controlling effects in real time with MIDI.

PR:		ports/68335
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2004-06-26 06:26:15 +00:00
Kirill Ponomarev
18dd10fbb7 Add mixxx 1.3.2,
Mixxx is software for DJ'ing. You can use wave based audio
files, Ogg Vorbis and MP3 files as audio input. Mixxx can be
controlled through the GUI and with external controllers
including MIDI devices, joysticks and more.

PR:		ports/68345
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2004-06-26 06:07:01 +00:00
Joe Marcus Clarke
ffecdfda4a Add a call to ``env'' for the gconf install and uninstall rules just to be
safe.
2004-06-25 19:52:33 +00:00
Kirill Ponomarev
dc18237275 Add hydrogen 0.8.2, an advanced drum machine.
PR:		ports/68242
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2004-06-25 07:26:42 +00:00
Mark Linimon
5bc313464f Remove stale mastersite.
PR:		ports/67096
Submitted by:	Roman Neuhauser <neuhauser at chello dot cz>
Approved by:	maintainer timeout (4 weeks)
2004-06-24 18:56:30 +00:00
Mark Linimon
6616b96322 Remove mastersites that are either not carrying the current version,
or are carrying a tarball that will not checksum.

PR:		ports/67017, 67018
Submitted by:	Roman Neuhauser <neuhauser at chello dot cz>
Approved by:	maintainer timeout (4 weeks)
2004-06-24 16:55:41 +00:00
Kirill Ponomarev
4cf32c89e7 Add beast 0.6.1,
Beast is a powerful music composition and modular synthesis
application. It supports a wide range of standards in the
field, such as MIDI, WAV/AIFF/MP3/OggVorbis/etc audio files and
LADSPA modules. It has excellent technical abilities like
multitrack editing, unlimited undo/redo support, real-time
synthesis support, 32bit audio rendering, full duplex support,
multiprocessor support, precise timing down to sample
granularity, on demand loading of partial wave files, on the
fly decoding and full scriptability in scheme. The plugins,
synthesis core and the user interface are actively being
developed and translated into a variety of languages, regularly
assimilating user feedback such as from our FeatureRequests
page.

WWW: http://beast.gtk.org/

PR:		ports/68251
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2004-06-24 15:41:52 +00:00
Mario Sergio Fujikawa Ferreira
cbd597668d Drop maintainership 2004-06-24 13:39:38 +00:00
Michael Nottebrock
cbf079340f Update to 2.0.1 release, DOS vulnerability fix.
http://people.freebsd.org/~eik/portaudit/8de7cf18-c5ca-11d8-8898-000d6111a684.html
2004-06-24 11:19:22 +00:00
Joe Marcus Clarke
d1225b56ad Update to 0.8.5. 2004-06-24 04:58:55 +00:00
Pete Fritchman
ccf1e961ef Update to 1.5.3.
Submitted by:	Steve O'Hara-Smith <steve@sohara.org>
2004-06-23 16:32:17 +00:00
Pete Fritchman
05f470065c Update to 0.31.
Submitted by:	maintainer
2004-06-23 13:51:20 +00:00
Kirill Ponomarev
0aff719a38 Add phatbeat 1.1,
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.

PR:		ports/68198
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2004-06-22 14:34:15 +00:00
Volker Stolz
edce17d749 Chase rerolled tarball, unbreak
(no old tarball around to compare, but looks innocuous to me)
2004-06-21 21:43:01 +00:00
Kris Kennaway
3c088f1b9a Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports.  They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
2004-06-21 21:27:46 +00:00
Kris Kennaway
bbdac6a841 Remove expired ports, plus the three ports that depended on them. 2004-06-20 23:40:39 +00:00
Kirill Ponomarev
028b654b6a Point the compiled-in LOCALEDIR to the correct location.
PR:		ports/68148
Submitted by:	maintainer
2004-06-20 16:19:56 +00:00
Kris Kennaway
387c41d4f5 BROKEN: Unfetchable 2004-06-20 08:38:59 +00:00
Markus Brueffer
c02842c76e Change WWW-line to point to the new project site 2004-06-19 11:48:26 +00:00
Trevor Johnson
1b5a69d323 Fix whitespace.
Submitted by:	Dan Langille
2004-06-18 23:51:19 +00:00
Trevor Johnson
9a877f07e6 Update to version 7. Use OPTIONS. 2004-06-18 23:08:40 +00:00
Kirill Ponomarev
beb28ea107 Update to version 2.0.8
Submitted by:	maintainer
2004-06-18 10:42:42 +00:00
Kirill Ponomarev
8aec53cacc Update to version 0.11.0
PR:		ports/68071
Submitted by:	maintainer
2004-06-18 10:40:43 +00:00
Pav Lucistnik
2a3a5c73f7 - Update to 0.11.0
PR:		ports/68069
Submitted by:	Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)
2004-06-18 09:08:59 +00:00
Markus Brueffer
dc8947bdc4 - Update to version 1.0
- Use MASTER_SITE_SOURCEFORGE_EXTENDED
- Use OPTIONS
- Add patch to compile with KDE 3.2.0 [1]

Changelog avaiable at http://amarok.kde.org/content/view/7/2/

Obtained from:	KDE CVS [1]
2004-06-17 13:43:11 +00:00
Alexander Nedotsukov
d0aa7d9a08 Put back small bit of patch get lost in update.
Reported by:	Sergey Akifyev <asa@gascom.ru>, kris
2004-06-17 11:06:57 +00:00
Max Khon
c414bbd45c Change BROKEN to IGNORE so people will not end up installing
package that won't work for them.

Suggested by:	kris
2004-06-17 00:46:45 +00:00
Max Khon
7a0d0a0b47 Mark broken (will not work until xmms and arts will use the same glib version). 2004-06-16 23:56:20 +00:00
Pav Lucistnik
fdb8bd9c67 - Update to 0.3.1
PR:		ports/67475
Submitted by:	michael johnson <ahze@ahze.net>
Approved by:	maintainer timeout (15 days)
2004-06-16 19:19:09 +00:00
Alexander Nedotsukov
bd4c15922a Update to 0.5.12 2004-06-16 02:16:58 +00:00
Joe Marcus Clarke
07e83a4a5b Chase the gstreamer shared lib version, and bump PORTREVISION where
appropriate.
2004-06-14 18:31:04 +00:00
Tilman Keskinoz
3cbb2f29f3 Fix build with gcc34 2004-06-12 20:24:01 +00:00
Pav Lucistnik
9b9cbc596d Add glurp, a Gtk2 client to musicpd.
PR:		ports/67757
Submitted by:	Mark Daniel Reidel <ports@mark.reidel.info>
2004-06-11 14:35:22 +00:00
Kirill Ponomarev
4187d0a6d8 - Update to version 0.10.3
PR:		ports/67758
Submitted by:	maintainer
2004-06-11 07:59:27 +00:00
Kirill Ponomarev
014f8c0f1d - Update to version 1.2.1
PR:		ports/67771
Submitted by:	maintainer
2004-06-10 13:54:16 +00:00
Ying-Chieh Liao
37d79d944c upgrade to 1.2b 2004-06-10 10:06:55 +00:00
Pav Lucistnik
4d32869e51 - Improve faac support
PR:		ports/67726
Submitted by:	michael johnson <ahze@ahze.net> (maintainer)
2004-06-10 06:52:31 +00:00
Michael Nottebrock
9774b28273 Update to version 3.2.3 2004-06-09 16:58:30 +00:00
Kris Kennaway
ea3a65f288 Fix build on -CURRENT
Submitted by:	das
2004-06-09 11:26:09 +00:00
Pav Lucistnik
1ede6785db - Switch to newer autoheader
PR:		ports/67616
Submitted by:	michael johnson <ahze@ahze.net> (maintainer)
2004-06-06 23:02:09 +00:00
Kris Kennaway
23b3471556 Don't depend on gtar silently ignoring non-tar files (in this case, a
shell script) by setting EXTRACT_ONLY
2004-06-06 00:08:24 +00:00
Markus Brueffer
659bd08ae9 Don't use Makefile.kde anymore 2004-06-05 22:50:07 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Volker Stolz
f38cf18bea - Does not build on ia64 & sparc64 (inb/outb & friends)
- ffs()-clash only affects i386
2004-06-04 14:45:11 +00:00
Peter Pentchev
64b64d5ff7 Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
2004-06-03 22:41:40 +00:00
Anders Nordby
6c1107cb4e Update to 2.8.3.
This unbreaks building on 5.x.
2004-06-03 10:11:34 +00:00
Jun Kuriyama
bb429c29bb Reset maintainer to ports@.
Requested by:	former maintainer
2004-06-03 07:50:00 +00:00
Patrick S. Gardella
c406ff2fd8 Putting commit bit in storage. I don't have the time
to work on FreeBSD for now.  Should have done this a while back.
2004-06-02 22:17:13 +00:00
Pav Lucistnik
359d6dcf61 - Update to 1.0.3
PR:		ports/67489
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
2004-06-02 17:25:19 +00:00
Pav Lucistnik
13087305e1 - Restore maintainership, bouncing address works again
Submitted by:	Emanuel Haupt <haupt@critical.ch>
2004-06-02 12:01:40 +00:00
Kirill Ponomarev
b9603077c3 - Fix MASTER_SITES
PR:		ports/67480
Submitted by:	maintainer
2004-06-02 05:06:04 +00:00
Michael Nottebrock
6a30df2fc0 Make PTHREAD_LIBS-safe. 2004-06-01 15:33:15 +00:00
Lars Thegler
52e36d358e Change of email address.
Approved by:	erwin (mentor)
2004-06-01 12:32:33 +00:00
Tilman Keskinoz
b5ec41e3fb Update to 0.98.1:
- The OSS driver is now part of the distribution
- Many FreeBSD fixes have been integrated
- Depend on doxygen to build Documentation
- Pretend not to maintain this port
2004-06-01 09:23:47 +00:00
Erwin Lansing
6bbf2247f6 Update to 1.028 2004-05-31 15:44:18 +00:00
Michael Nottebrock
333d22f11c Forgot: Bump PORTREVISION. 2004-05-31 13:30:08 +00:00
Michael Nottebrock
e45a0eff45 Remove hack again, it's just too evil. Also get rid of a libtool archive. 2004-05-31 13:28:23 +00:00
Kirill Ponomarev
ad8953f803 - Add missing directories and files 2004-05-31 12:48:21 +00:00
Pav Lucistnik
69fe8c798d - Remove mpio-driver, it's not needed for mpiosh 0.7.1 and newer
PR:		ports/67410
Submitted by:	Sergey Akifyev <asa@gascom.ru> (maintainer)
2004-05-31 12:22:44 +00:00
Pav Lucistnik
fa1c47989b - Update to 0.7.1 pre2
This uses libusb for accesing a device, kernel module is no longer needed.

PR:		ports/67410
Submitted by:	Sergey Akifyev <asa@gascom.ru> (maintainer)
2004-05-31 12:20:13 +00:00