summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Drop maintainership.lofi2005-04-071-1/+1
|
* Replace "%" in patch filenames with "_".tobez2005-04-076-0/+0
| | | | Approved by: portmgr (krion)
* Fix plist, dump portrevision.kwm2005-04-072-0/+4
| | | | Submitted by: pointyhat
* Add missed load_rc_config, othervise it's impossible to override any of thesobomax2005-04-078-4/+12
| | | | config options.
* Update to 0.9.1arved2005-04-073-13/+114
| | | | | - Three new levels - Ability to save and load games
* - update to p5-News-Article-NoCeM-0.06leeym2005-04-072-3/+3
|
* Unbreak the port for 5.x (and above). The wondersome makefilejoerg2005-04-074-8/+25
| | | | | | | | | | 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.
* Update to 0.10mat2005-04-073-9/+24
| | | | Add some docs
* Reformat Makefile header and pkg-descr to be more canonical way.danfe2005-04-072-8/+8
| | | | Approved by: maintainer
* Update to 0.25mat2005-04-072-5/+4
|
* p5-Catalyst --> ports/www/p5-Catalystijliao2005-04-071-0/+1
|
* add p5-Catalyst 4.34ijliao2005-04-075-0/+99
| | | | The Elegant MVC Web Application Framework
* - update to 2.6.9clsung2005-04-072-6/+6
| | | | | PR: 79609 Submitted by: Alexander Zhuravlev (maintainer)
* - Update to 1.7.6ahze2005-04-073-63/+23
| | | | | PR: ports/79594 Submitted by: maintainer
* Updated manpage and pkg-descr. Changed the 'stop' command to callerwin2005-04-073-12/+13
| | | | | | | rc.shutdown inside jail on 5.x. PR: 79610 Submitted by: maintainer
* Add mising dirrm'serwin2005-04-071-0/+7
|
* - Fix dependency on PostgreSQL.flz2005-04-071-1/+1
| | | | | PR: ports/79618 Submitted by: Ulrich Spoerlein <q@uni.de>
* p5-Module-Pluggable-Fast --> ports/devel/p5-Module-Pluggable-Fastijliao2005-04-071-0/+1
|
* add p5-Module-Pluggable-Fast 0.13ijliao2005-04-075-0/+40
| | | | Fast plugins with instantiation
* p5-DBD-Google --> ports/databases/p5-DBD-Googleijliao2005-04-071-0/+1
|
* add p5-DBD-Google 0.11ijliao2005-04-075-0/+58
| | | | Treat Google as a datasource for DBI
* Update to 1.41mat2005-04-078-184/+44
| | | | Add docs
* Update to version 0.74markus2005-04-072-3/+3
|
* Update to version 0.17markus2005-04-076-10/+10
|
* - Update to 0.6.9sem2005-04-075-14/+41
| | | | | PR: ports/79358 Submitted by: maintainer
* Update to 2.10.1.marcus2005-04-078-64/+10
|
* - Reset maintainersem2005-04-074-4/+4
| | | | Requested by: Eugene Ossintsev <eugos@gmx.net>
* o update to 1.10 alpha1.sf2005-04-074-77/+30
| | | | | | | o take maintainership. Security: http://www.vuxml.org/freebsd/06f142ff-4df3-11d9-a9e7-0001020eed82.html Security: CAN-2004-1488
* Update to 2.6.4.marcus2005-04-074-12/+15
|
* - update to 0.23clsung2005-04-074-170/+3
| | | | - ingy (the author) uploaded Makefile.PL
* Fix the problem which cannot get ifPhysAddress value.kuriyama2005-04-076-3/+882
| | | | | | | 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.
* * When a file monitored with kqueue is moved or removed, gamin doesmarcus2005-04-072-102/+186
| | | | | | | | | | | | | | 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>
* Install data files using FIND | INSTALL_DATAhq2005-04-071-1/+4
| | | | Submitted by: Sam Lawrance <boris@brooknet.com.au>
* - Update to 0.b.1.5 (and unbreak) [1]hq2005-04-064-18/+20
| | | | | | | | | | | | | | | - 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>
* - Unbreak by fixing pkg-plist: the port was removing a dir listed inhq2005-04-062-3/+1
| | | | | | | | BSD.local.dist [1] - Add $FreeBSD$ tag in pkg-plist PR: 79602 [1] Submitted by: Sam Lawrance <boris@brooknet.com.au> [1]
* Deprecate the port as it is unfecthable and the software itself is no longerhq2005-04-061-0/+2
| | | | | | | | | available from the vendor's site. Expiration delay: 2 months PR: 79584 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* - Update to 0.8.0b [1]hq2005-04-064-28/+99
| | | | | | | | | - 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
* [Maintainer Update] Update to 1.29.fenner2005-04-064-15/+13
| | | | | | | | 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>
* Fix build on amd64.krion2005-04-064-0/+4
|
* Fix build on amd64.krion2005-04-062-2/+2
|
* - update stklos to 0.60leeym2005-04-063-35/+47
| | | | | PR: based on 79449 Submitted by: maintainer
* Speed up extract target by not extracting */CVS/*. From ahze:lesi2005-04-062-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Add WITH_CAIRO_RENDER to OPTIONS, off by defaultahze2005-04-064-15/+19
| | | | | | | | 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
* Don't remove a directory owned by hicolor-icon-theme.marcus2005-04-062-1/+1
| | | | Reported by: GNOME Tinderbox
* Update to DAT 4463jeh2005-04-062-3/+3
|
* Fix Xaw3d-build on 4.11vs2005-04-061-9/+17
|
* - Update to 0.11.23arved2005-04-0614-50/+34
| | | | | | | - only /dev/cd* devices will be recognized as cd drives. PR: 79258 Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
* Update to 0.15mat2005-04-062-3/+3
|
* Update to 1.8.7 release.ale2005-04-062-6/+5
| | | | | PR: ports/79171 Submitted by: Toni Viemero <toni.viemero@iki.fi>
* Fix crypt functions on AMD64.ale2005-04-062-12/+100
|
OpenPOWER on IntegriCloud