Commit Graph

44609 Commits

Author SHA1 Message Date
Maxim Sobolev
6367ceead9 Update to 0.4.1.
PR:		28700
Submitted by:	Pete Fritchman <petef@databits.net>
2001-07-17 15:20:37 +00:00
Maxim Sobolev
97947cc7f2 Update to 0.7. 2001-07-17 14:54:54 +00:00
Mikhail Teterin
d555a0e335 Restore the post-patch target to the previous version (using test(1)).
The make's ``.if exists'' works differently...

Submitted by:	KATO Tsuguru
2001-07-17 14:21:36 +00:00
Thomas Gellekum
e31267efa6 Add missing file. 2001-07-17 11:52:42 +00:00
Thomas Gellekum
aa31321545 Upgrade to 2.0.2. 2001-07-17 11:32:13 +00:00
Ying-Chieh Liao
3e0a0f9166 upgrade to 1.6.3
drop maintainership
2001-07-17 10:46:14 +00:00
Akinori MUSHA
ec7701ec44 Add ruby-gdchart, a Ruby extension to use the GDCHART library. 2001-07-17 07:27:23 +00:00
Akinori MUSHA
61ca41bdc4 Enable JPEG support.
Suggested by:	knu
Submitted by:	Anders Nordby <anders@fix.no> (MAINTAINER)
2001-07-17 07:25:51 +00:00
Akinori MUSHA
accd2c3a52 Enable JPEG support.
Submitted by:	Anders Nordby <anders@fix.no> (MAINTAINER)
2001-07-17 06:58:11 +00:00
Akinori MUSHA
506d8e3421 Update to 0.4. 2001-07-17 04:51:21 +00:00
Mark Pulford
53738dcf4a Update to 2.697
PR:		29020
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-07-17 04:15:11 +00:00
Mark Pulford
5c00a9c8f0 Update to 1.9.0
PR:		29013
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-07-17 03:59:03 +00:00
David E. O'Brien
e9166a1f85 Update to version 1.4.1. 2001-07-16 23:26:50 +00:00
David E. O'Brien
1609db8d21 Update to version 1.4.1. 2001-07-16 23:20:20 +00:00
MIHIRA Sanpei Yoshiro
4c49140779 Update to version 6.3.14 2001-07-16 22:08:45 +00:00
David E. O'Brien
3b35dfce1c ftp.digital.com has been seperated from gatekeeper.dec.com. Switch to
using the historical name for this mirror.
2001-07-16 21:51:40 +00:00
Mikhail Teterin
ce250f732d Upgrade to 1.0.2
PR:		ports/29017
Submitted by:	KATO Tsuguru	(thanks for the patch)
2001-07-16 21:23:11 +00:00
Maxim Sobolev
465b045b72 Update to 1.0.6. 2001-07-16 20:17:15 +00:00
Maxim Sobolev
48cb5a790e Update to 0.7.5. 2001-07-16 20:08:39 +00:00
Maxim Sobolev
1d3c7b4156 Unbroke with python2.0. 2001-07-16 19:56:37 +00:00
Maxim Sobolev
01fcfcb852 Update to 1.2.3. 2001-07-16 19:46:26 +00:00
FUJISHIMA Satsuki
c37b3a71e5 update to 2.03.
PR:		28993
Submitted by:	maintainer
2001-07-16 18:45:53 +00:00
Ben Smithurst
e43cfeb8a7 Update to 5.03.
Approved by:	mharo (maintainer)
2001-07-16 18:36:23 +00:00
Dirk Meyer
ac3e2a0743 - fix possible coredump for nodelist-entrys with more than 8 flags 2001-07-16 18:28:55 +00:00
Dirk Meyer
7c9b5a5b72 - Patch to build with newer qt
- bumped PORTREVISION
2001-07-16 18:18:44 +00:00
Dmitry Sivachenko
5fe77d7bd4 Add Russian messages.
Approved by:	obrien
2001-07-16 18:04:52 +00:00
Mario Sergio Fujikawa Ferreira
492e8d9e3a - Update to version 0.20.2
- Remove merged patches

Submitted by:	maintainer
2001-07-16 17:30:23 +00:00
Kevin Lo
18740de9d7 Update to version 3.15
PR: 29000
Submitted by: MAINTAINER
2001-07-16 15:42:15 +00:00
Anton Berezin
0906c5a958 Update p5-POE to 0.15.
PR:	29006, 29008
2001-07-16 14:51:22 +00:00
Daniel Harris
574167a9a7 Update to 5.1.
PR:		28895
Submitted by:	Don Croyle <croyle@gelemna.org>
2001-07-16 13:28:28 +00:00
Daniel Harris
3fb87da320 Update to 3.4.8.
PR:		28848
Submitted by:	maintainer
2001-07-16 13:22:50 +00:00
Sheldon Hearn
d53990a96f Apply the author's fix for socket binding in the case where
net.inet6.ip6.v6only is set.  This sysctl disables AF_INET6 wildcard
listeners from accepting IPv4 traffic.
2001-07-16 09:12:55 +00:00
Donald Burr
333a12c85c New port games/fsgs, a network game server thingy.
that supports player chat, rankings ("ladders"),
user management, more.
2001-07-16 08:25:23 +00:00
Akinori MUSHA
d4d98d7d27 Update to 0.3.1. 2001-07-16 07:33:21 +00:00
Vanilla I. Shu
be87fe2098 It's pything binding of gdchart.
PR:		ports/28242
Submitted by:	Hye-Shik Chang <perky@python.or.kr>
2001-07-16 07:25:22 +00:00
Vanilla I. Shu
fc652a2fca DBIWrapper is the generic database Object for accessing
the DBI database interface.  It provides the lowest level
of functionality needed by any program wanting to access
databases via the DBI.  Currently, DBIWrapper is only
aware of Pg (PostgreSQL), mysql (MySQL) and ODBC DBD
modules and how to work with them correctly.

Support for transactions on MySQL is now checked for and
if found to be available, the AutoCommit flag is turned
off so that transactions will be used.

PR:		ports/28563
Submitted by:	Pete Fritchman
2001-07-16 07:22:50 +00:00
Vanilla I. Shu
92295d9254 Correct pkg-comment & pkg_desc.
PR:		ports/28460
Submitted by:	Rahul Siddharthan <rsidd@physics.iisc.ernet.in>
2001-07-16 06:45:49 +00:00
Ying-Chieh Liao
7d8a8dfbdd upgrade to 1.0
drop maintainership
2001-07-16 04:31:24 +00:00
Ying-Chieh Liao
9400f4d082 upgrade to 2.01.01
drop maintainership
2001-07-16 04:01:44 +00:00
Ying-Chieh Liao
264ca28078 handle gtk-config more properly 2001-07-16 03:39:05 +00:00
Ying-Chieh Liao
406b650d02 upgrade to 101.062101 2001-07-16 02:42:14 +00:00
Kris Kennaway
2807316470 Add the distfile to MASTER_SITE_LOCAL to deal with the fact that the
author only keeps the latest revision online, and updates it every 4 days
or so.
2001-07-16 00:21:58 +00:00
Kris Kennaway
8a36415811 Update to adzap-20010715 2001-07-15 20:47:13 +00:00
Dmitry Sivachenko
c15b7460f8 Update to 1.01.
Un-indent pkg-descr, add WWW.

PR:		28961
Submitted by:	Pete Fritchman <petef@databits.net>
2001-07-15 16:15:00 +00:00
Kevin Lo
65dfe14c59 Update to version 2.1.12
PR: 28967
Submitted by: MAINTAINER
2001-07-15 15:32:18 +00:00
Kevin Lo
4ea7dd38ba Update to version 5r0
PR: 28984
Submitted by: MAINTAINER
2001-07-15 15:24:10 +00:00
Kevin Lo
65e9bc8d84 Update to the lastest version
PR: 28971
Submitted by: MAITNAINER
2001-07-15 15:06:28 +00:00
Kevin Lo
b8c02d7c5a Update email address
PR: 28987
Submitted by: MAINTAINER
2001-07-15 14:44:53 +00:00
Kevin Lo
652b14f1ce Update to version 2.35
PR: 28986
Submitted by: MAINTAINER
2001-07-15 14:42:35 +00:00
Dmitry Sivachenko
31ad869c44 Fix MASTER_SITES. 2001-07-15 14:06:08 +00:00