Commit graph

38599 commits

Author SHA1 Message Date
Jean-Marc Zucconi
af844213db Upgrade to version 5.2.2 (the distfile still has version 5.2)
Add a lib depend on png since this version has a png driver.
Fix minors bugs in Makefile.demo
2001-03-06 20:54:44 +00:00
FUJISHIMA Satsuki
3885f97a96 remove patch-configure.
Submitted by:	maintainer
2001-03-06 19:07:59 +00:00
Vanilla I. Shu
e9979227a1 Well, bump version. 2001-03-06 18:19:00 +00:00
Vanilla I. Shu
144ee700b7 remove obsolete patch.
Submitted by:	Anders Andersson <anders@codefactory.se>, Joshua Coombs <jcoombs@gwi.net>
2001-03-06 18:17:00 +00:00
Ying-Chieh Liao
5d9d375042 add aleph
Aleph is a multi-threaded functional programming language
2001-03-06 17:50:10 +00:00
FUJISHIMA Satsuki
97daaa019f update to 1.0.2.
PR:		25538
Submitted by:	maintainer
2001-03-06 17:26:23 +00:00
FUJISHIMA Satsuki
8dd38e8852 update to 2.1a.
PR:		25563
Submitted by:	maintainer
2001-03-06 17:24:23 +00:00
FUJISHIMA Satsuki
1b8dc801cc resolve problem with XFree86-4.0.2.
PR:		25559
Submitted by:	maintainer
2001-03-06 17:23:38 +00:00
FUJISHIMA Satsuki
d21ba280e1 update to mb109.
update PATCH_SITES.
install documents.

PR:		25553
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2001-03-06 17:22:08 +00:00
FUJISHIMA Satsuki
8d1f3d72bc update to mb114.
update PATCh_SITES.
add %%PORTDOCS%%.

PR:		25552
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2001-03-06 17:21:39 +00:00
FUJISHIMA Satsuki
cd921a0c6e update to 2001.02.22.
PR:		25551
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2001-03-06 17:20:49 +00:00
FUJISHIMA Satsuki
d236dd7030 o drop non-responsive maintainer. jseger nothing commits last 6 months.
o update to 5.2.9.

PR:		25547
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2001-03-06 17:19:53 +00:00
FUJISHIMA Satsuki
9fe98b280b update to 2.7.3.
PR:		25546
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2001-03-06 17:19:18 +00:00
Sheldon Hearn
6931937ceb The previous revision was bogus. Call pkg-install with the correct
number of arguments.
2001-03-06 17:15:02 +00:00
Jean-Marc Zucconi
846ea1e4cf Add official patch mtools-3.9.7-20001213.diff.
Do not overwrite an existing mtools.conf file - install it as
mtools.conf.sample
2001-03-06 16:35:13 +00:00
Nate Williams
5299cd1d89 - Inform the user about the need for the compat 3.X libraries if they
install on a FreeBSD 4.X system.

Submitted by:	Ernst de Haan <ernst@jollem.com>
2001-03-06 15:41:02 +00:00
FUJISHIMA Satsuki
1f54428a12 update to 1.5.2.
PR:		25532
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-03-06 15:25:26 +00:00
FUJISHIMA Satsuki
8560443158 track new distfile -- many objects have been added, so make clean first.
PR:		25568
Submitted by:	Palle Girgensohn <girgen@partitur.se>
2001-03-06 15:12:18 +00:00
FUJISHIMA Satsuki
6e42aed710 update MASTER_SITES.
PR:		25550
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2001-03-06 14:36:05 +00:00
Dmitry Sivachenko
f89cbe0cb9 New port: kdestudio.
KDE Studio is an IDE (integrated development environment) for the
K Desktop Environment (KDE).

PR:		24576
Submitted by:	Trenton Schulz <twschulz@cord.edu>
2001-03-06 14:22:39 +00:00
Akinori MUSHA
7f5566219c Add ruby-fox, a Ruby extension to module to use FOX toolkit.
Actually this software is named FXRuby, but I'm importing it as
ruby-fox to make it clear that it's a Ruby binding for FOX.
2001-03-06 14:13:50 +00:00
Vanilla I. Shu
62da209547 Add --with-native-locale to CONFIGURE_ARGS. 2001-03-06 14:12:40 +00:00
Akinori MUSHA
9966a26542 Update fox and fox-unicode to 0.99.161. 2001-03-06 13:44:45 +00:00
Dmitry Sivachenko
3c3efe2f75 Fix path for qt docs. 2001-03-06 13:39:39 +00:00
Maxim Sobolev
e1c54c9b65 Update to 0.2. 2001-03-06 13:29:20 +00:00
Peter Pentchev
139fd59a9a Let this wasted try at duplication of effort die a graceful death -
dirk is doing an excellent job of maintaing his www/mod_php[34] ports,
and now has even done the work necessary to create the slave lang/php[34]
ports (which I myself have promised to do more than once..)

Thanks Dirk!
2001-03-06 12:56:59 +00:00
Vanilla I. Shu
7b9aeb743f Upgrade to 0.2.1
Submitted by:	kris
2001-03-06 12:32:10 +00:00
Vanilla I. Shu
bbcb0d9979 Upgrade to 1.2.9
Submitted by:	clive
2001-03-06 12:30:48 +00:00
Vanilla I. Shu
76b3f63997 Upgrade to 1.2.9.
Submitted by:	clive.
2001-03-06 12:29:28 +00:00
Sheldon Hearn
42e056f1d9 Fix the execution of the pkg-install script for the port's post-install
case.  When I tested my porting work, I kept on using ``make package''
and testing the installation of the package, without testing the
"install from the port" case.

Reported by:	Mike Harding <mvh@corp.namesafe.com>
2001-03-06 11:39:27 +00:00
Munechika SUMIKAWA
01c3a17556 fix internationalization bug. these patches are already submitted to
the author and will be synced in next release.

Submitted by:	Takeshi MUTOH <tmutoh@mx10.freecom.ne.jp>
Approved by:	maintainer
2001-03-06 11:17:09 +00:00
Joerg Wunsch
f543893faf Default hardcopy prints to Postscript format instead of plot(5) which we
don't really support in FreeBSD.

No response by:	maintainer
2001-03-06 11:08:56 +00:00
Maxim Sobolev
0d57081ce0 Update to 1.1.2. 2001-03-06 11:07:37 +00:00
Peter Pentchev
a6307737b8 Update to 0.6. Include manpage submitted by Dave Chapeskie.
Submitted by:	Dave Chapeskie <dchapes@ddm.crosswinds.net>
2001-03-06 10:56:55 +00:00
Jing-Tang Keith Jang
b94fb6f590 Update to 0.7.13.
Submitted by:	me
Reviewed by:	MAINTAINER, with some corrections
2001-03-06 09:45:09 +00:00
Jing-Tang Keith Jang
8bd9643559 Dia is a Visio-like program under X Window, used to draw diagrams.
This Big5-ized patch is modified from http://dengaku.org/yasu/dia/.

Chinese Postscript output is not available yet(it'll cause Ghostscript
crash), but users can output to .png, then convert to any type they like.
2001-03-06 08:35:42 +00:00
Jing-Tang Keith Jang
007c839ed1 Initial version. Gnumeric is a spreadsheet for GNOME.
This is a slightly modified version of japanese/gnumeric.  It can
exchange simple spreadsheets with MS Excel.

TODO:		Test CLE's patch, to see if a static gnomeole2 is needed to
		avoid frequent crash when opening complicated .xls.
2001-03-06 07:19:39 +00:00
Trevor Johnson
57b7f1a472 Remove duplicate port.
noticed by:	vanilla
2001-03-06 06:38:51 +00:00
Trevor Johnson
caefa27e9e correction to packing list 2001-03-06 04:54:18 +00:00
Mikhail Teterin
efc733172c Fix a blaringly obvious bug: should be ``info exists env(MAIL)'', not
``info exists $env(MAIL)''.
2001-03-06 04:53:05 +00:00
Trevor Johnson
4b9de71457 This isn't called "Communicator" any more. 2001-03-06 04:05:34 +00:00
Trevor Johnson
0cdfbcbbba Instead of running the browser in order to generate the component.reg
and xpti.dat files, use pre-generated copies of those files.  This
should make the build more reliable.
2001-03-06 04:04:26 +00:00
Trevor Johnson
024647601a fixes for two libfwf-related compilation problems (see comments in
patches)

Submitted by:	maintainer
PR:		20705
reported by:	Vivek Khera <khera@kciLink.com>
2001-03-05 22:37:30 +00:00
Akinori MUSHA
a88e468b8c Add pkg-message to tell users about upgrading Berkeley DB files.
Submitted by:	Volker Stolz <stolz@I2.Informatik.RWTH-Aachen.DE>
2001-03-05 22:27:09 +00:00
Akinori MUSHA
b57f932896 Fix the DB3 support. DB3's shlib version is now at 2. 2001-03-05 22:15:25 +00:00
Akinori MUSHA
d90565b2cf Pass make(1) MAKE_ARGS on make install too. 2001-03-05 21:08:05 +00:00
Dag-Erling Smørgrav
a57734ad58 Upgrade to 5.0b6. This one was a real bitch. 2001-03-05 16:49:53 +00:00
Jimmy Olgeni
0d0b96ee73 Add myself to the committers markers. 2001-03-05 16:15:38 +00:00
Jimmy Olgeni
ce07beb68e When converting /etc/passwd, skip comments ($FreeBSD$ line).
Previously, they would end up in private/smbpasswd after being parsed as
users.
2001-03-05 16:03:34 +00:00
Jimmy Olgeni
e5474a191c Do not use IGNOREFILES.
I'm removing IGNOREFILES because I cannot get a clue about which files are
updated on the webmin site. For example, if any module is updated
twice, it will be listed only once on the site's updates page.

The port will always work because the file's md5 is ignored, but I don't
know when I should bump PORTREVISION. Since the default behavior of the
port is to install the official version without updates, I prefer to have
a md5 mismatch every now and then, so that PORTREVISION can be bumped and
webmin users know when they _actually_ have to upgrade the port.

No user visible changes, so no PORTREVISION bump.
2001-03-05 15:50:26 +00:00