1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

1946 Commits

Author SHA1 Message Date
Patrick Li
5c449f4cf4 Update MASTER_SITES and WWW
PR:		32522
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-12-06 04:13:29 +00:00
James E. Housley
2572326b98 Fix PLIST errors.
- only build and install amdd & ammt in the server
- add amdd.8 and ammt.8
Bump PORTREVISION to 1
2001-12-04 13:22:26 +00:00
Daniel Baker
48b2f7e43b remove fixed uid/gid 2001-12-04 07:58:50 +00:00
Daniel Baker
97fd5cb5a5 bump PORTREVISION 2001-12-04 07:43:48 +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
Daniel Baker
73aebacf35 Create a "dnetc" user and group that owns relevant dnetc
directories, files, and runs the client.

This removes all reliance on the "nobody" account so that the account
doesn't own any files or run any processes.
2001-12-04 01:43:20 +00:00
Daniel Baker
0b6ed2f44e Update port: v2.8010.462 -> v2.8015.469 2001-12-04 00:24:24 +00:00
Dag-Erling Smørgrav
c12bb37778 Porteasy 2.6. The main changes are support for ports with interactive
configuration dialogs and smarter plist parsing.
2001-12-03 18:53:04 +00:00
James E. Housley
814ed2099e Upgrade amanda to 2.4.3b1.
This is an upgraded repo-copy of amand24-client and amanda24-server, which
along with the out dated amanda will be going away.

PR:		32419
Submitted by:	John Merryweather Cooper <john_m_cooper@yahoo.com>
Approved by:	jeh
2001-12-03 13:18:46 +00:00
Steve Price
51b76e45ab Update to version 1.3.
PR:		32314
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-12-02 18:36:57 +00:00
Will Andrews
262adf4caf This port has been obsoleted by x11/kdebase2.
PR:		30291
Submitted by:	Ports Fury
2001-11-30 03:30:06 +00:00
Patrick Li
2ee6ef6a50 o Use MASTER_SITE_LOCAL since site been down for months. No response
from the author
o do-configure -> pre-patch (wmqmon only)
o Enforce DOCSDIR
2001-11-29 07:53:36 +00:00
Ying-Chieh Liao
498901e781 upgrade to 1.0.2
drop maintainership
2001-11-26 19:15:06 +00:00
Dirk Froemberg
fdb1fda9b7 Add libmcal - a Modular Calendar Access Library
PR:		ports/31416
Submitted by:	Thierry Thomas <thierry@thomas.as>
2001-11-24 15:19:53 +00:00
Dirk Froemberg
0edd2a1588 Add libmcal. 2001-11-24 15:18:20 +00:00
Maxim Sobolev
1055acf937 Update to 1.4.1.1. 2001-11-23 16:24:43 +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
Mario Sergio Fujikawa Ferreira
3c7443d83b Style police: remove trailing space in WWW tag 2001-11-20 22:33:58 +00:00
Ying-Chieh Liao
8202221baf add qmc
Quine-McClusky process simplification tool
2001-11-20 18:04:52 +00:00
Patrick Li
4a4b0cc5d3 Update to 4.2.1.23 The Uptimes Project is back!
PR:		32080
Submitted by:	maintainer
Approved by:	lioux
2001-11-19 06:38:34 +00:00
Kris Kennaway
ae033e8a27 Previous commit was in error, this port hasn't used wget for 2 years. 2001-11-18 22:57:17 +00:00
Kris Kennaway
fe9678fff2 Add a RUN_DEPENDS on wget.
PR:	31993
2001-11-18 02:34:43 +00:00
Patrick Li
f3ca4f005b Update misc/menushki to version 1.0 and also take care of
some remaining email changes i left out

Approved by:	lioux
2001-11-15 22:12:13 +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
Mario Sergio Fujikawa Ferreira
f59a613856 New port gkrellmlaunch version 0.2.2: An application launcher plugin
for GKrellM

Submitted by:	Patrick Li <pat@databits.net>
2001-11-09 23:07:59 +00:00
Ying-Chieh Liao
ebafc6220b s/malloc.h/stdlib.h/ 2001-11-09 08:36:21 +00:00
Akinori MUSHA
b014e5626c Change the package name from "matrix" to "matrix-kmod" by setting
PKGNAMESUFFIX in order to avoid conflict with math/matrix.
2001-11-06 20:30:00 +00:00
Pete Fritchman
dbe798253c - update to 2.8
- update WWW: tag
- remove man/fr/ directory if empty

PR:		31552
Submitted by:	Miklos Niedermayer <mico@niedermayer.com>
2001-11-06 17:05:11 +00:00
Anton Berezin
5f9bb0d96f Update to 3.3.5.
Submitted by:	maintainer
2001-11-06 13:28:06 +00:00
Pete Fritchman
90b7b145ba Update to 1.2
PR:		31615
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-11-06 13:06:07 +00:00
Maxim Sobolev
b0790e4238 Don't link in libc - FreeBSD doesn't need this.
Submitted by:	Ports Fury
2001-10-31 08:20:45 +00:00
Dmitry Sivachenko
c96b4198d0 Upgrade to 2.2.1.
Submitted by:		SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
(with slight modifications)
2001-10-27 08:50:18 +00:00
Akinori MUSHA
2ff931dc66 Remove redundant spaces at EOL. 2001-10-21 21:51:15 +00:00
David W. Chapman Jr.
f0710f6344 Update to 1.1
PR:		31301
Submitted by:	tkato@prontomail.com
2001-10-19 14:01:17 +00:00
Akinori MUSHA
80146ae576 - Use the distfiles from 4.4-RELEASE.
- Transfer the maintainership to ports@, because this rather belongs
  to the base/ports infrastructure.

  We greatly appreciate your inititial idea and work, Scott! :)
2001-10-12 07:44:10 +00:00
Akinori MUSHA
155fdac42d - Update to the latest available versions:
4-STABLE/i386:	4.4-20011011-STABLE
  5-CURRENT/i386:	5.0-20011011-CURRENT

- Transfer the maintainership to ports@, because this rather belongs
  to the base/ports infrastructure.

  We greatly appreciate your inititial idea and work, Scott! :)
2001-10-12 07:37:15 +00:00
Akinori MUSHA
f5f58d0f23 - Update to the latest available versions:
4-STABLE/alpha:	4.4-RELEASE
  4-STABLE/i386:	4.4-20011011-STABLE
  5-CURRENT/alpha:	5.0-20010721-CURRENT
  5-CURRENT/i386:	5.0-20011011-CURRENT

  I could not find up-to-date snapshots available for alpha.  If
  anyone knows one, please let me know.

- Transfer the maintainership to ports@, because this rather belongs
  to the base/ports infrastructure.

  We greatly appreciate your inititial idea and work, Scott! :)
2001-10-12 07:19:29 +00:00
Maxim Sobolev
36cdf41820 Unbroke on -stable.
Prompted by:	many
2001-10-10 07:08:05 +00:00
Maxim Sobolev
56b5acaca4 Update to 1.4.1. 2001-10-09 13:33:16 +00:00
Ying-Chieh Liao
6450974cad seq no need
Submitted by:	aurélio <verde@verde666.org> (author of txt2regex)
2001-10-09 02:23:18 +00:00
Yoshio MITA
27c7fce666 To catch up the latest version
Submitted by:	The maintainer.
2001-10-07 07:25:51 +00:00
Adrian Chadd
1a33f2c3eb Change the ports that relied on squid23 to rely on squid24.
I should have checked this first. :(

PR:		31050
Submitted by:	des
2001-10-05 14:40:23 +00:00
Maxim Sobolev
861539a6de Remove sysutils/e2fsprogs from LIB_DEPENDS - we don't really need it here. 2001-10-05 11:41:04 +00:00
Pete Fritchman
a2077b4e24 Add proper NOPORTDOCS support and a missing @dirrm
Noticed by:	bento
2001-10-05 00:53:00 +00:00
Anton Berezin
7e20756bb8 Add afbackup-server, a server portion of the AF's backup system.
Submitted by:	Vadim Belman <voland@catpipe.net>
2001-10-02 16:34:11 +00:00
Anton Berezin
03484165b6 Add afbackup-client, a client portion of AF's backup system.
Submitted by:	Vadim Belman <voland@catpipe.net>
2001-10-02 16:29:20 +00:00
Anton Berezin
b3b6fd596b Add afbackup, AF's backup system.
Submitted by:	Vadim Belman <voland@catpipe.net>
2001-10-02 16:24:54 +00:00
Maxim Sobolev
c12401b575 Update to 1.4.1.1. 2001-10-02 08:58:08 +00:00
Mark Pulford
50167cc9ea Updated to 3.06.
PR:		30896
Submitted by:	maintainer
2001-09-30 08:51:57 +00:00