Commit graph

123459 commits

Author SHA1 Message Date
Tilman Keskinoz
4f891d7c1e Update to 0.9.1
- Three new levels
- Ability to save and load games
2005-04-07 13:38:36 +00:00
Yen-Ming Lee
a6b7cb573c - update to p5-News-Article-NoCeM-0.06 2005-04-07 13:31:29 +00:00
Joerg Wunsch
c8da6086a1 Unbreak the port for 5.x (and above). The wondersome makefile
infastructure of openradius uses the ARCH macro in order to run ar(1).
As FreeBSD's make(1) predefines ARCH to the architecture, this broke
compilation.  Fix this by (ab)using the AR macro instead.

As the maintainer timed out on fixing this by about half a year, and I
need the port right now, I take the liberty to ignore the maintainer
bit here.
2005-04-07 12:22:04 +00:00
Mathieu Arnold
76c4f3d591 Update to 0.10
Add some docs
2005-04-07 11:57:25 +00:00
Alexey Dokuchaev
4f53ec43e4 Reformat Makefile header and pkg-descr to be more canonical way.
Approved by:	maintainer
2005-04-07 10:56:08 +00:00
Mathieu Arnold
f52fcff457 Update to 0.25 2005-04-07 09:55:45 +00:00
Ying-Chieh Liao
8d6488c421 add p5-Catalyst 4.34
The Elegant MVC Web Application Framework
2005-04-07 09:44:23 +00:00
Cheng-Lung Sung
af26a7c78e - update to 2.6.9
PR:		79609
Submitted by:	Alexander Zhuravlev (maintainer)
2005-04-07 09:43:02 +00:00
Michael Johnson
3269bdc6d0 - Update to 1.7.6
PR:		ports/79594
Submitted by:	maintainer
2005-04-07 09:35:40 +00:00
Erwin Lansing
06b8180061 Updated manpage and pkg-descr. Changed the 'stop' command to call
rc.shutdown inside jail on 5.x.

PR:			79610
Submitted by:		maintainer
2005-04-07 09:30:00 +00:00
Erwin Lansing
ebf20be9c3 Add mising dirrm's 2005-04-07 09:29:13 +00:00
Florent Thoumie
ff8b9ad3dd - Fix dependency on PostgreSQL.
PR:		ports/79618
Submitted by:	Ulrich Spoerlein <q@uni.de>
2005-04-07 09:28:07 +00:00
Ying-Chieh Liao
db1a4b3c71 add p5-Module-Pluggable-Fast 0.13
Fast plugins with instantiation
2005-04-07 09:20:51 +00:00
Ying-Chieh Liao
e6ed1295a7 add p5-DBD-Google 0.11
Treat Google as a datasource for DBI
2005-04-07 08:57:53 +00:00
Mathieu Arnold
0d06a6b031 Update to 1.41
Add docs
2005-04-07 08:46:22 +00:00
Markus Brueffer
ce19a495a1 Update to version 0.74 2005-04-07 08:21:53 +00:00
Markus Brueffer
bdb5d6757c Update to version 0.17 2005-04-07 08:00:01 +00:00
Sergey Matveychuk
5fcc2a5546 - Update to 0.6.9
PR:		ports/79358
Submitted by:	maintainer
2005-04-07 06:15:30 +00:00
Joe Marcus Clarke
6d40d415bb Update to 2.10.1. 2005-04-07 05:21:04 +00:00
Sergey Matveychuk
c5da913353 - Reset maintainer
Requested by:	Eugene Ossintsev <eugos@gmx.net>
2005-04-07 05:17:16 +00:00
FUJISHIMA Satsuki
070cbdb737 o update to 1.10 alpha1.
o take maintainership.

Security:	http://www.vuxml.org/freebsd/06f142ff-4df3-11d9-a9e7-0001020eed82.html
Security:	CAN-2004-1488
2005-04-07 05:14:29 +00:00
Joe Marcus Clarke
33dc5a461c Update to 2.6.4. 2005-04-07 05:12:31 +00:00
Cheng-Lung Sung
d2b5782b4d - update to 0.23
- ingy (the author) uploaded Makefile.PL
2005-04-07 03:51:14 +00:00
Jun Kuriyama
0ab1ceea8f Fix the problem which cannot get ifPhysAddress value.
It seems agent/mibgroups/mibII/interfaces.c switched to use new
USE_SYSCTL_IFLIST knob but this does not support ifPhysAddress.

This patch uses old get_phys_address() function from new code.
2005-04-07 03:04:17 +00:00
Joe Marcus Clarke
179b70aa16 * When a file monitored with kqueue is moved or removed, gamin does
not monitor it anymore. The patch fixes the issue by adding
  moved/removed files to the exist_list, so that gamin detects when
  they are recreated
* No CHANGED event is emitted for the files contained in a monitored
  directory, because kqueue can't do that. The patch adds periodic
  polling for these files
* Instead of calling kevent() every second, the patch uses an I/O
  watch (g_io_add_watch())

PR:		79605
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2005-04-07 01:18:24 +00:00
Herve Quiroz
40bda7dba8 Install data files using FIND | INSTALL_DATA
Submitted by:	Sam Lawrance <boris@brooknet.com.au>
2005-04-07 00:03:30 +00:00
Herve Quiroz
afc723066c - Update to 0.b.1.5 (and unbreak) [1]
- Stipulate JAVA_VERSION [1]
- Symlink examples so the program can find them and provide the
  "Examples" menu [1]
- Add 'java' category [2]
- Install documentation using FIND | INSTALL_DATA
- Improve the launcher shell script (use javavmwrapper 2.0)
- Use SUB_FILES to build the launcher shell script

PR:		79578 [1]
Submitted by:	Sam Lawrance <boris@brooknet.com.au> [1]
Reported by:	portlint [2]
Reviewed by:	Sam Lawrance <boris@brooknet.com.au>
2005-04-06 23:59:53 +00:00
Herve Quiroz
49d32a10a6 - Unbreak by fixing pkg-plist: the port was removing a dir listed in
BSD.local.dist [1]
- Add $FreeBSD$ tag in pkg-plist

PR:		79602 [1]
Submitted by:	Sam Lawrance <boris@brooknet.com.au> [1]
2005-04-06 23:35:41 +00:00
Herve Quiroz
e6b00dbd9b Deprecate the port as it is unfecthable and the software itself is no longer
available from the vendor's site.

Expiration delay: 2 months

PR:		79584
Submitted by:	Sam Lawrance <boris@brooknet.com.au>
2005-04-06 23:28:03 +00:00
Herve Quiroz
da279cb06d - Update to 0.8.0b [1]
- Add a launcher shell script using javavmwrapper
- Honor hier(7): install data files under ${JAVASHAREDIR}/

PR:		78966 [1]
Submitted by:	maintainer [1]
Approved by:	maintainer
2005-04-06 23:01:59 +00:00
Bill Fenner
ce45a3bc59 [Maintainer Update] Update to 1.29.
This version implements the new version of the required IETF boilerplate
(RFC 3978), which will become mandatory for Internet-Drafts on May 6.

PR:		ports/79603
Submitted by:	Jonathan Lennox <lennox@cnr.cs.columbia.edu>
2005-04-06 22:11:47 +00:00
Kirill Ponomarev
4247f18f22 Fix build on amd64. 2005-04-06 21:40:10 +00:00
Kirill Ponomarev
50c344048d Fix build on amd64. 2005-04-06 21:16:43 +00:00
Yen-Ming Lee
c4cc243085 - update stklos to 0.60
PR:		based on 79449
Submitted by:	maintainer
2005-04-06 19:29:24 +00:00
Dejan Lesjak
63a3d19fec Speed up extract target by not extracting */CVS/*. From ahze:
With Patch:
(pII 400Mhz)
real 1m12.597s
user 0m14.706s
sys 0m12.061s

(athlon 2500+ 3disk raid 0)
real 0m12.912s
user 0m2.884s
sys 0m3.128s

Without Patch:
(pII 400Mhz)
real 1m43.233s
user 0m14.565s
sys 0m13.951s

(athlon 2500+ 3disk raid 0)
real 0m22.967s
user 0m2.925s
sys 0m3.576s

Submitted by:	ahze
2005-04-06 19:17:37 +00:00
Michael Johnson
ef94c5ef50 - Add WITH_CAIRO_RENDER to OPTIONS, off by default
This option uses cairo for SVG rendering instead of libart
- Re-word one option that doesn't fit in dialog window.

PR:		ports/79590
Submitted by:	danfe
2005-04-06 19:02:24 +00:00
Joe Marcus Clarke
37675aa09e Don't remove a directory owned by hicolor-icon-theme.
Reported by:	GNOME Tinderbox
2005-04-06 18:52:41 +00:00
James E. Housley
622a2b4d4d Update to DAT 4463 2005-04-06 16:08:17 +00:00
Volker Stolz
912661288f Fix Xaw3d-build on 4.11 2005-04-06 15:20:25 +00:00
Tilman Keskinoz
b6ec54a252 - Update to 0.11.23
- only /dev/cd* devices will be recognized as cd drives.

PR:		79258
Submitted by:	Heiner Eichmann <h.eichmann@gmx.de>
2005-04-06 15:08:46 +00:00
Mathieu Arnold
2e2a3a1ad0 Update to 0.15 2005-04-06 14:57:47 +00:00
Alex Dupre
74c7dc040e Update to 1.8.7 release.
PR:		ports/79171
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
2005-04-06 14:52:57 +00:00
Alex Dupre
fbc85db7b5 Fix crypt functions on AMD64. 2005-04-06 14:43:55 +00:00
Kirill Ponomarev
340bb187f7 Use customized DUMMY_LDFLAGS in enviroment instead of LDFLAGS to fix
run on 4.x with lang/perl5.8 and WITH_OPENSSL_PORT.

Suggested by:	tobez
Submitted by:	Patrick Eisenacher <eisenacher at s3-solutions dot de>
2005-04-06 14:08:31 +00:00
Alexey Dokuchaev
88c296ed90 Add jailctl 0.51, jail management tool.
PR:		ports/79541
Submitted by:	Eirik Oeverby <ltning(at)anduin.net>
2005-04-06 13:56:54 +00:00
Tilman Keskinoz
a81fcb1ac2 Update to 0.9.88
PR:		79257
Submitted by:	Heiner Eichmann <h.eichmann@gmx.de>
2005-04-06 13:45:11 +00:00
Alex Dupre
e0ac3ec195 Describe the new way to set the mysql40 database directory.
Please, look at it if you don't use default path!
2005-04-06 13:43:52 +00:00
Alex Dupre
bd1e850d72 Update to 5.0.3 release:
- Add the possibility to specify the database directory in rc.conf
- Move database creation from post-install stage into startup script
- Add the possibility to specify additional command-line arguments
  to be passed to mysqld_safe on startup
2005-04-06 13:38:29 +00:00
Koop Mast
69df622682 Update to 0.2.0. 2005-04-06 13:32:15 +00:00
Mathieu Arnold
3a9ef63b53 Update to 0.11 2005-04-06 13:20:54 +00:00