Akinori MUSHA
36e9306e56
Update to 0.3.3. (now supports db 4.1.16)
2002-08-16 10:15:12 +00:00
Yen-Ming Lee
7335406366
new port: misc/p5-GeoIP 0.26
...
This module a simple file-based database. This database simply contains
IP blocks as keys, and countries as values. The data contains all
public IP addresses and should be more complete and accurate than reverse
DNS lookups.
2002-08-16 08:27:47 +00:00
Ernst de Haan
0a4630d3ee
New port: Jakarta JMeter.
...
See: http://jakarta.apache.org/jmeter/
2002-08-16 07:23:07 +00:00
Gary Jennejohn
a81af7af81
Change freeBSD to FreeBSD in my email address for correctness.
2002-08-16 07:17:55 +00:00
Joe Marcus Clarke
4c68f6802d
Add a knob for enabling XInput support.
...
Submitted by: Rocco Caputo <troc@netrus.net> (with some modification)
2002-08-16 06:23:44 +00:00
Yen-Ming Lee
aae1f0c356
correct DEPENDS: remove Mail::Internet, add URI
...
bump PORTREVISION
2002-08-16 06:04:11 +00:00
Yen-Ming Lee
7205dc78de
Upgrade to version 2.14
2002-08-16 03:58:53 +00:00
Hye-Shik Chang
ac36d29b53
Build fix for gcc 3.x
...
PR: 40664
Submitted by: tom <tom@uffner.com>
2002-08-16 03:47:37 +00:00
Mario Sergio Fujikawa Ferreira
87879dbfdd
Replace sh shell parameter $* with safer "${@}"
2002-08-16 02:18:14 +00:00
Norikatsu Shigemura
54b5ff2c6a
Add devel/p5-DB_File-Lock, a wrapper for the DB_File module, adding
...
locking, extremely lightweight.
This module provides the similar functionality to Tie::DB_LockFile,
but also supports DB_RECNO.
Reviewed by: knu (mentor)
Approved by: knu (mentor)
2002-08-16 02:05:51 +00:00
Mario Sergio Fujikawa Ferreira
6b10ccc38e
o Update to 1.4 Build 173
2002-08-16 02:02:55 +00:00
Hye-Shik Chang
32889f13d2
Update to 0.8.
...
PR: 41698
Submitted by: maintainer
2002-08-16 01:02:49 +00:00
Archie Cobbs
5d7a7a3884
Update to SableVM version 1.0.2.
...
This port includes the Java classes, making the java/sablepath port obsolete.
2002-08-15 23:17:48 +00:00
Christian Weisgerber
b3c06e6b2f
Well, this looks like an i386 binary. Mark as such.
2002-08-15 22:32:30 +00:00
Christian Weisgerber
b14c073aee
Debian FTP site has been reorganized, update MASTER_SITES accordingly.
...
PR: 41568
Submitted by: Edwin Groothuis <edwin@mavetju.org>
2002-08-15 22:27:04 +00:00
Christian Weisgerber
face346f65
Fix build.
...
Submitted by: Philip M. Gollucci <gollucci@wam.umd.edu>
2002-08-15 21:21:27 +00:00
Eric Anholt
6efbfe0d64
gzip the new patches to help users who are getting mangled text files from
...
${MASTER_SITE_LOCAL}
PR: 41408
2002-08-15 20:44:27 +00:00
Eric Anholt
c061e8d737
Use my own binaries for linux_dri which are fixed to work on -stable, using a
...
patch which has been committed to DRI CVS (and will then be in 4.3.0). Also
fix libglide3 installation for Voodoos with linux compatibility.
2002-08-15 20:28:07 +00:00
Sean Chittenden
7511479cce
Add ICMB coordinates.
...
Reviewed by: knu (mentor)
Approved by: knu (mentor)
2002-08-15 20:06:12 +00:00
Christian Weisgerber
ea0bc1a4cd
Fix build on -CURRENT.
...
PR: 41006
Submitted by: Maxim Maximov <mcsi@localhost.my.domain.agava.ru>
Approved by: maintainer timeout
2002-08-15 20:05:41 +00:00
Jimmy Olgeni
068faeca8d
Update majordomo module.
2002-08-15 19:42:44 +00:00
Christian Weisgerber
b11a6d3b35
Update to 1.5.0.
...
PR: 41622
Submitted by: Michael L.Hostbaek <mich@freebsdcluster.org>
2002-08-15 18:21:20 +00:00
Yen-Ming Lee
21d5b49f82
new port: security/p5-Digest-Nilsimsa
...
A nilsimsa signature is a statistic of n-gram occurance in a piece of text.
It is a 256 bit value usually represented in hex. This module is a wrapper
around nilsimsa implementation in C by cmeclax.
PR: ports/41644
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
2002-08-15 16:34:52 +00:00
Hajimu UMEMOTO
ac74afcf8d
It seems getpeername() returns with no error but doesn't fill struct
...
sockaddr correctly against PF_UNIX socket under 5-CURRENT. Because of
this behavior, PF_UNIX socket was always checked by libwrap. This
work around prevents PF_UNIX socket from checking by libwrap to always
allow LMTP.
2002-08-15 16:10:56 +00:00
Christian Weisgerber
90e8f6b6a1
Use time_t instead of assuming it to be of type long.
2002-08-15 16:09:51 +00:00
Akinori MUSHA
efbdb92482
Really commit the pkg-plist change.
2002-08-15 15:15:16 +00:00
Christian Weisgerber
149a799667
Import gkrellsun 0.2.
...
A Gkrellm-Plugin that displays the local sun rise and sun set times.
The local latitude and longtitude can be set.
PR: 41670
Submitted by: Steffen Vogelreuter <steffen@vogelreuter.de>
2002-08-15 14:12:03 +00:00
Yen-Ming Lee
521432de4f
new port: misc/GeoIP
...
GeoIP is a C library that enables the user to find the country that any
IP address or hostname originates from.
PR: ports/41536
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
2002-08-15 13:34:10 +00:00
Thomas Gellekum
47a4e24d51
Use 32 bit unsigned types to be able to work on longer files.
...
Reviewed by: Yoichi Imai <yoichi@silver-forest.com> (author)
Approved by: Steve Coltrin <spcoltri@omcl.org> (maintainer)
2002-08-15 12:24:15 +00:00
Johann Visagie
2a14225753
- Update to version 0.8
...
PR: 41284
Submitted by: Marc Recht <recht@contentmedia.de>
2002-08-15 11:48:46 +00:00
Christian Weisgerber
c33668d720
Fix expression for REINPLACE_CMD to work with sed.
...
PR: 41679
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
This uses a slightly different fix.
2002-08-15 11:45:06 +00:00
Christian Weisgerber
12509ae9df
Update to 4.5.
...
PR: 41677
Submitted by: Jos Backus <jos@catnook.com>
2002-08-15 11:33:56 +00:00
Christian Weisgerber
f51938a633
Update to 0.23.
...
PR: 41561
Submitted by: Dominic Marks <dominic_marks@btinternet.com>
2002-08-15 11:13:56 +00:00
Kiriyama Kazuhiko
524114b8d2
Add MASTER_SITES to ${MASTER_SITE_PORTS_JP}.
2002-08-15 11:13:44 +00:00
James E. Housley
3b3c7db578
Update to 4218
2002-08-15 10:25:07 +00:00
Ying-Chieh Liao
7c977c3d96
upgrade to 1.2
2002-08-15 06:57:25 +00:00
Ying-Chieh Liao
2b84a9892b
add p5-Inline-Java 0.33
...
Write Perl subroutines and classes in Java
2002-08-15 06:38:31 +00:00
Dmitry Sivachenko
3c0311643b
Add WITH_GD2 knob for building with gd2 rather than gd.
...
Submitted by: David <david@dyn-ns.net>
2002-08-15 06:34:22 +00:00
Dmitry Sivachenko
06babcc4aa
Add a backup MASTER_SITE.
...
Submitted by: Christian Brueffer <chris@unixpages.org>
2002-08-15 06:27:59 +00:00
Joe Marcus Clarke
ba2d629a81
Update to 2.0.4.
2002-08-15 05:35:10 +00:00
Ying-Chieh Liao
de9fac563e
upgrade to 1.0.11
2002-08-15 05:24:55 +00:00
Ying-Chieh Liao
0484715318
upgrade to 1.5.0
2002-08-15 05:22:40 +00:00
Greg Lewis
687b913796
. Configure DIR_HTML correctly. Nothing appears to get installed there,
...
but its location was non-standard and making some people nervous.
PR: 41627
2002-08-15 05:05:26 +00:00
Joe Marcus Clarke
1b254ea129
Update to 2.0.4. This fixes a small memory leak.
2002-08-15 04:34:15 +00:00
Masafumi Max NAKANE
f4aa769173
Upgrade to 2.5.11.
2002-08-14 22:44:14 +00:00
Christian Weisgerber
a799213341
* Don't install Debian-specific gnump3d-config script.
...
* In the default configuration file, run the server as user "www"
instead of "nobody".
* Fix default configure file location in gnump3d-top.
2002-08-14 21:42:10 +00:00
Akinori MUSHA
e4594fd355
Update to 4.0.6.
...
PR: ports/41662
Submitted by: Sergei Kolobov <sergei@kolobov.com>
2002-08-14 21:28:36 +00:00
Ernst de Haan
d63e93f280
Upgrade to Orion 1.6.0.
2002-08-14 20:09:38 +00:00
Dirk Meyer
5d48c3b46f
Update to openssl-0.9.7-beta3 after repro-copy, use at own risk.
2002-08-14 19:48:07 +00:00
Ying-Chieh Liao
31eafb38ea
add py-rdflib 0.9.5
...
A Python library for RDF manipulation
2002-08-14 19:05:23 +00:00