Commit Graph

2100 Commits

Author SHA1 Message Date
Ying-Chieh Liao
71cb91ea2b take maintainership
PR:		32788
Submitted by:	Alan E <alane@geeksrus.net>
2001-12-13 05:30:22 +00:00
Maxim Sobolev
7a759635db Update to 0.9.b1.1 (maintainer timeout).
Submitted by:	Harald Schmalzbauer <H.Schmalzbauer@belenus.com>
2001-12-11 09:48:19 +00:00
Alfred Perlstein
704850c3d7 remove include of malloc.h to unbreak on -current 2001-12-11 06:40:47 +00:00
Ying-Chieh Liao
acd790f2f9 update master site subdir
PR:		32642
Submitted by:	maintainer
2001-12-09 13:41:40 +00:00
Mario Sergio Fujikawa Ferreira
c54d38b7cb o New port mpt 0.0: Mike's Playlist Thingie is an eTantrum fingerprinting
playlist generator
o Part of Freetantrum
2001-12-09 03:21:51 +00:00
Mario Sergio Fujikawa Ferreira
70250efb7b New port songprint version 1.2: Library for acoustic fingerprinting
of music from Freetantrum (TM)
2001-12-09 03:21:00 +00:00
Anders Nordby
04186cfdb0 Master/WWW site moved to SourceForge - update URL. 2001-12-09 02:27:21 +00:00
Pete Fritchman
3fa7e44d29 Add ecawave-0.4.1, a simple graphical audio file editor
PR:		30050
Submitted by:	The Anarcat <anarcat@anarcat.dyndns.org>
2001-12-07 22:41:53 +00:00
Pete Fritchman
61a3a66271 Fix a problem with auto{conf,make}: some build magic was introduced to
make sure that the "autoconf" and "automake" binaries KDE looked for were
found and were autoconf213 and automake14 (as there are issues with the
latest versions), but the logic in setting $PATH was wrong.  This puts
${WRKSRC}/auto-bin before the rest of the users $PATH.  This fixes KDE
auto* problems if automake14 and automake-1.5 are both installed.

PR:		32512
Submitted by:	Alan Eldridge <alane@geeksrus.net>
Approved by:	will
2001-12-07 15:43:46 +00:00
Mario Sergio Fujikawa Ferreira
84263f1263 o Update to 2.0.3
o Style fix: replace all spaces with tabs where appropriate
o Add WITH_OPTMIZED_CFLAGS knob, build without any unless defined
o Advertise WITH* options

PR:		32139
Submitted by:	maintainer
2001-12-06 19:18:09 +00:00
Maxim Sobolev
b30e6f8eb7 Fix breakage on a very recent -current.
Prompted by:	Anders Andersson <anders@alvered.com>
2001-12-06 08:14:51 +00:00
Maxim Sobolev
4c14d5eedf Chase gtkextra shared library version bump. 2001-12-05 10:52:11 +00:00
Joerg Wunsch
f8870c3e6e Make it work under FreeBSD-current.
There no longer seems to be a __byte_swap_word().

stdin/stdout are no longer static objects, thus can't be used in
global initializers anymore (foo!). :-(
2001-12-04 22:50:06 +00:00
Will Andrews
1d206a3483 Upgrade KDE to 2.2.2:
* General:
 	- Support for objprelink.
 	- Hack for autoconf 2.13/automake 1.4.  Note that we can't use
	  the standard USE_AUTO* because they change things in work/*;
	  KDE has its own way of doing that.
 	- Light cleanup of extra dirs in the PLISTs provided by
	   my mkplistpkg[1] script.
 	- Speedups of both compile and runtime through the usage of
	  --disable-debug and --enable-final.  The latter did not work
	  with the kdemultimedia package, unfortunately.
	- Patch updates.
 * audio/kdemultimedia2:
	- Patch to fix KSCD on FreeBSD[2].  It works very well now.
 * deskutils/kdepim:
 	- Enable kpilot[3].  Pull in the latest pilot-link stuff.
 * devel/kdesdk,
 * devel/kdevelop:
 	- No specific changes.
 * devel/qt-designer:
 	- Make this port depend almost entirely on qt23 to make it more
	  maintainable, so I don't have to keep hacking the patches to
	  get them to apply.
 * editors/koffice,
 * games/kdegames,
 * graphics/kdegraphics:
 	- No specific changes.
 * misc/kdeaddons:
	- SDL is required now.  Cull SDL PLIST_SUB and such.
	- Fix breakage from hardcoding "sdl-config".
 * misc/kdeutils2:
	- Fix problem with klaptopdaemon[4] where it didn't properly
	  display the battery time.  This patch is untested, but applied.
 * net/kdenetwork2:
	- Fix DCC for KSIRC[5].
	- Remove ktalkd from the build.  It requires some weird thing
	  in the configure script that I don't have time to look at.
 * sysutils/kdeadmin:
	- No specific changes.
 * textproc/kdoc:
	- Remove bogus requirement that kdoc requires Perl 5.6.0; it sure
	  seems to operate fine with >= 5.005.  But I'll let time tell.
 * www/quanta:
	- No specific changes (--disable-debug support only).
 * x11/kde2:
	- No specific changes.
 * x11/kdebase2:
	- Fix ksysguard compile by merging the files from the HEAD branch
	  of KDE CVS that were missing at release time for FreeBSD[6].  :\
 * x11/kdelibs2:
	- Recognize CUPS' spinoff[7].
	- Add libxslt dependency since it was removed from kdelibs.
	- Fix libxml compile problems[8] (accomplished by upgrading).
	- Remove libkformula from port Makefile; this library has been
	  spun off into koffice.
	- Fix mode problems with DCOP[9].  This allows you to save files
	  properly.  It also seems to be a FreeBSD specific problem.
	- Fix bashisms in kdeprint/imagetops script[10].
 * x11-clocks/kdetoys2:
 	- No specific changes.
 * x11-toolkits/qt23:
	- Do NOT upgrade to QT 2.3.2[11].
	- Allow devel/qt-designer to depend on this port entirely for the
	  patches by adding a perlre to accomplish this.
 * x11-wm/kdeartwork:
	- No specific changes.

Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out!

[1]  http://freebsd.kde.org/;
     http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg
[2]  Submitted by:	Matthew Holmes <matt@speakeasy.net>
[3]  PR:		31914
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[4]  PR:		28475
     Submitted by:	Arun Sharma <arun@sharmas.dhs.org>
[5]  Submitted by:	Luc Morin <luc_m@videotron.ca>
[6]  Found at:	http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/
[7]  PR:		32321
     Reported by:	gad
     Submitted by:	James A. Halstead <jah4007@cs.rit.edu>
[8]  PR:		32055
     Reported by:	William Richard <wrichard@trivalley.com>, others
[9]  PR:		31629
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[10] PR:		32358
     Submitted by:	Alexander N. Kabaev <ak03@gte.com>
[11] PR:		31809
     Requested by:	Nathan Ahlstrom <nrahlstr@winternet.com> (denied)
[12] http://freebsd.kde.org/contact.shtml;
     http://lists.csociety.org/pipermail/kde-freebsd;
     http://lists.csociety.org/listinfo/kde-freebsd
2001-12-04 03:47:18 +00:00
Jimmy Olgeni
1e5ba3f430 Fix typo. 2001-12-03 21:31:18 +00:00
Pete Fritchman
6ce2153e25 Add xmms-sndstretch-0.5, a plugin for xmms to change the pitch and/or speed
PR:		31897
Submitted by:	Edwin Mons <ports@edwinm.ik.nu>
2001-12-03 06:08:40 +00:00
Steve Price
eebcb78841 Update to version 6.3a.
PR:		32264
Submitted by:	maintainer
2001-12-03 02:23:41 +00:00
Steve Price
0219cf27b1 Update to version 1.0.1.
PR:		32363
Submitted by:	maintainer
2001-12-02 18:32:20 +00:00
Steve Price
2b34999e92 Update to version 1.6.4.3.
PR:		32406
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-12-02 18:22:12 +00:00
Mario Sergio Fujikawa Ferreira
d2006b7610 o Do not install libao library files since both there already is a
port libao and this library is intended only for internal to this
  port use
o Solution based on the latest liba52 CVS

Submitted by:	nobutaka
Reviewed by:	naddy
2001-12-02 17:41:02 +00:00
Mario Sergio Fujikawa Ferreira
fb8838f46b o USE_AUTO* police sweep
1) Remove the autoconf depedency since it is not necessary.
2) Patch Makefile.in instead of Makefile.am
3) Use vars instead of hardcoded (PERL) locations
4) Make the ports CFLAGS safe
5) Un"echo" all commands

Approved by:	maintainer
2001-12-02 16:58:47 +00:00
Christian Weisgerber
4512aa7e2f Sync xmms shared lib version.
PR:             32155
Submitted by:   Brad Forschinger <bnjf@optushome.com.au>
2001-12-02 13:13:46 +00:00
Mario Sergio Fujikawa Ferreira
1a3cab146b o USE_AUTO* police
- Don't hardcode, use ACLOCAL
- USE_AUTOMAKE_VER=15
- Add gdk-pixbuf fixes
2001-11-29 22:19:04 +00:00
Mario Sergio Fujikawa Ferreira
098af63da7 Benefit from new USE_AUTO*_VER: Point to correct location of autoconf
share dir (var AUTOCONF_DIR)
2001-11-29 21:35:06 +00:00
Mario Sergio Fujikawa Ferreira
26de855e10 Workaround to remove auto{conf,make} as dependencies 2001-11-29 18:50:56 +00:00
Chris D. Faulhaber
435b206411 Give maintainership to R Joseph Wright <rjoseph@arbornet.org> 2001-11-27 21:54:08 +00:00
Chris D. Faulhaber
ddb7233753 Update knapster to 0.3 (which supports kde2).
Submitted by:	R Joseph Wright <rjoseph@arbornet.org>
2001-11-27 12:55:50 +00:00
Bill Fenner
4064016b36 Remove derm@ibm.net as MAINTAINER; mail has been bouncing for 10 weeks. 2001-11-26 19:06:20 +00:00
Ying-Chieh Liao
0e021394c6 add snack
The Snack Sound Toolkit
2001-11-24 05:37:05 +00:00
David W. Chapman Jr.
6182c09cff Update to 1.6.3
PR:		32049
Submitted by:	tkato@prontomail.com
2001-11-24 02:15:04 +00:00
Ying-Chieh Liao
47366a8998 upgrade to 0.0.27
PR:		32213
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-11-23 17:32:50 +00:00
Mario Sergio Fujikawa Ferreira
72dab870f3 Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:49:34 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:29:38 +00:00
Pete Fritchman
aa106cd5e7 Update to 1.4.7 2001-11-20 22:46:39 +00:00
Mario Sergio Fujikawa Ferreira
8dbb94485a o New port XNap version 1.1.pre2: A pure java napster client; also,
supports OpenNap & giFT (FastTrack)
o giFT support is currently off while its protocol is synced to
  the latest FastTrack protocol
2001-11-20 00:07:05 +00:00
Christian Weisgerber
337b036e7e * madplay now has esd support; properly deal with esound dependency.
* gmake isn't required any longer; remove dependency.

Reviewed by:	maintainer
Approved by:	trevor
2001-11-18 14:44:21 +00:00
Christian Weisgerber
1114b68700 Bump PORTREVISION in response to shared library version bump in dependency.
Approved by:	trevor
2001-11-17 22:21:59 +00:00
Patrick Li
5176aa1cde Shared library version bump because of audio/mad update
Approved by:	lioux
2001-11-16 22:56:56 +00:00
Patrick Li
5e74111657 Update to 0.14.2b
PR:	32044
Submitted by:	maintainer
Approved by:	lioux
2001-11-16 22:48:18 +00:00
Patrick Li
8ca16eda55 Maintainer is now committer so change to new email address.
Approved by:	lioux
2001-11-15 03:59:42 +00:00
Ying-Chieh Liao
9c1e9df290 add missing files
bump port revision
2001-11-11 18:07:06 +00:00
FUJISHIMA Satsuki
4c125ff6f6 o update to 0.11.0.
o detect libpng and libintl correctly.
o support WITHOUT_GNOME correctly.

PR:		31908
Submitted by:	maintainer
2001-11-11 13:22:37 +00:00
Mark Pulford
b413575cf2 Updated to 1.5. 2001-11-11 01:14:23 +00:00
Mario Sergio Fujikawa Ferreira
f11935b0d5 linux binary; hence, add linux as secondary category 2001-11-09 04:14:51 +00:00
Kevin Lo
90363bb392 Update HOMEPAGE and MASTER_SITES 2001-11-08 15:16:56 +00:00
Ying-Chieh Liao
efe730c1aa upgrade to 0.7.9 2001-11-08 08:35:31 +00:00
Trevor Johnson
60b76f882e Chase home page and update some "signatures." 2001-11-07 18:34:21 +00:00
Satoshi Taoka
96d1515b1a RPM of audiofile 2001-11-07 17:17:56 +00:00
Satoshi Taoka
f248e9340f RPM of esound 2001-11-07 17:17:05 +00:00
Akinori MUSHA
11e2909bed Set LATEST_LINK to rat30. 2001-11-07 08:36:52 +00:00