Yen-Ming Lee
2880b8e3e0
update to 1.38
...
PR: 74677
Submitted by: leeym
Approved by: maintainer timeout
2004-12-25 05:34:37 +00:00
Sean Chittenden
ae93480463
Update to 1.3.6.
...
PR: ports/71101
Submitted by: Chris Elsworth <chris@shagged.org>
2004-08-31 19:40:12 +00:00
Yen-Ming Lee
cd62882342
- net/GeoIP uses its own libtool even if we define USE_LIBTOOL*
...
- add missing @exec and remove old SIZE in net/GeoIP
- update for libGeoIP.4 in LIB_DEPENDS and bump PORTREVISION
- utilize PORTDOCS in www/mod_geoip
Noticed by: kris
2004-05-30 07:19:41 +00:00
Yen-Ming Lee
90d6883398
update to GeoIP-1.3.1, so version bumped to 4.
...
install default configuration file
PR: 62900
Submitted by: Ying-Chieh Liao <ijliao@FreeBSD.csie.NCTU.edu.tw>
Approved by: maintainer timeout
2004-05-29 23:14:31 +00:00
Trevor Johnson
8232e82f85
SIZEify (maintainer timeout)
2004-03-31 03:12:58 +00:00
Ade Lovett
3f651573ad
Whoa there, boy, that's a mighty big commit y'all have there...
...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Sean Chittenden
9594a29213
Update to 1.2.2
2003-09-04 21:05:26 +00:00
Sean Chittenden
3fbe3275d7
Update GeoIP to 1.2.0. so version bumped to 3.
2003-05-16 18:03:27 +00:00
Sean Chittenden
db2d2a599e
Update GeoIP to 1.1.9
2003-04-07 01:10:15 +00:00
Ade Lovett
7e52725f2a
Clear moonlight beckons.
...
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Sean Chittenden
172dc793d7
Correct pkg-plist.
...
Pointy hat to: seanc
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
2003-01-16 02:33:47 +00:00
Sean Chittenden
ba6b1feabe
Update GeoIP to 1.1.4. Re-add GeoIPUpdate.h to headers list, author
...
notified.
Submitted by: kris/bento
2003-01-15 17:48:22 +00:00
Sean Chittenden
e72d470fe2
Update libGeoIP to 1.1.3.
2003-01-02 20:15:17 +00:00
Sean Chittenden
0fd1ef52bf
Commit miss for the plist update. Lib version has been bumped to .2.
2002-11-19 21:19:49 +00:00
Sean Chittenden
3692e04642
Update GeoIP to 1.1.1. This version update has a significant API change in
...
that false lookups now return NULL instead of "--". Libraries should be
updated accordingly.
Pointed out by: knu && bento
Update delayed by: 15s+ latency from satellite internet connection
2002-11-19 20:37:40 +00:00
Akinori MUSHA
1cf467c8c2
Cope with a hostname change.
...
Submitted by: bento
2002-11-18 12:01:16 +00:00
Kris Kennaway
8ec04c3675
Add missing file
2002-10-28 02:21:07 +00:00
Sean Chittenden
4ab3087fc4
Update GeoIP to 1.0.9. Update categories that were missed after the
...
repo-copy[1].
PR: ports/44171
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
2002-10-17 19:47:13 +00:00
Sean Chittenden
fb0fd0220d
Moved misc/GeoIP and misc/p5-Geo-IP to the more fitting net directory[1].
...
Fixed build of net/GeoIP on -STABLE[2].
PR: ports/43807
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> [2]
Submitted by: seanc [1]
Reviewed by: knu (mentor/portmgr)
2002-10-09 04:33:08 +00:00
Sean Chittenden
6640fa04e7
Update GeoIP to 1.0.8. Grab maintainership of both of these ports.
...
Approved by: knu (mentor) && old maintainer
2002-10-07 04:30:58 +00:00
Sean Chittenden
f046c0e968
Fix misc/GeoIP's hanging install target by cat'ing a real file (not stdin).
...
While I'm here, upgrade to 1.0.5.
Approved By: portmgr/knu (mentor)
2002-09-27 19:45:02 +00:00
Yen-Ming Lee
d0e934a5f0
- Get rid of the file leftover after "make clean"
...
- Make sure that the package has a message about copying
etc/GeoIP.conf.default to etc/GeoIP.conf
PR: ports/43230
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Reviewed by: ijliao (mentor)
Approved by: ijliao (mentor)
2002-09-23 09:21:22 +00:00
Yen-Ming Lee
cabfb88ec1
upgrade to GeoIP v1.0.4
...
Reminded by: Adam Kranzel <adam@blacktabby.org>
Reviewed by: ijliao (mentor)
Approved by: ijliao (mentor)
2002-09-09 09:59:29 +00:00
Yen-Ming Lee
0d98ca4339
Upgrade to 1.0.2
...
Reviewed by: ijliao (mentor)
Approved by: ijliao (mentor)
2002-08-24 09:40:31 +00:00
Yen-Ming Lee
d99dbad3de
change my email address to leeym@FreeBSD.org
...
Reviewed by: ijliao (mentor)
Approved by: ijliao (mentor)
2002-08-19 08:01:34 +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