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

1960 Commits

Author SHA1 Message Date
Ying-Chieh Liao
54685a8200 upgrade to 358
change master site and WWW
2001-12-13 03:58:33 +00:00
Ying-Chieh Liao
4e31937c56 strip binary
PR:		32766
Submitted by:	maintainer
2001-12-13 02:56:43 +00:00
Ying-Chieh Liao
ca237d85f5 upgrade to 1.5.2
PR:		32751
Submitted by:	maintainer
2001-12-13 02:53:57 +00:00
Ying-Chieh Liao
743a256850 make it run well with kronolith
PR:		32711
Submitted by:	maintainer
2001-12-12 20:16:22 +00:00
Dmitry Sivachenko
4226180b2a Update to 2.2.2.
Submitted by:	SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
2001-12-12 17:54:14 +00:00
Ying-Chieh Liao
f94b04e1b9 add cheatah
Temporary gtk GUI to the SWORD project

PR:		28450
Submitted by:	Willem van Engen <wvengen@stack.nl>
2001-12-11 09:38:39 +00:00
Ying-Chieh Liao
e7638d14ab add sword-modules
Bible, lexicon and commentary modules for SWORD

PR:		28450
Submitted by:	Willem van Engen <wvengen@stack.nl>
2001-12-11 09:37:43 +00:00
Ying-Chieh Liao
9be0014e21 add sword
A project framework for manipulating Bible texts

PR:		28450
Submitted by:	Willem van Engen <wvengen@stack.nl>
2001-12-11 09:36:33 +00:00
Maxim Sobolev
fb37a4b86c Add libelysium 0.2.6, a library of utility functions used by
several Elysium (yet another GNU/Linux distro) projects.
2001-12-10 10:03:32 +00:00
Ying-Chieh Liao
2763b125d0 update master site & WWW
PR:		32624
Submitted by:	Ports Fury
2001-12-08 20:26:55 +00:00
Ying-Chieh Liao
443ce238ea upgrade to 0.6.4
PR:		32625
Submitted by:	Ports Fury
2001-12-08 20:24:15 +00:00
Ying-Chieh Liao
9d71d472df upgrade to 1.4
PR:		32626
Submitted by:	Ports Fury
2001-12-08 20:22:55 +00:00
James E. Housley
6af6a3b6c1 Add patch-example::amanda.conf.in to patch a simple error in an
example config file.  Spotted on the amanda-hackers mailing list.

PORTREVISION bump.
2001-12-07 21:28:45 +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
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