summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.0Emanuel Haupt2006-05-184-54/+51
| | | | Notes: svn path=/head/; revision=162737
* Update to 0.9.5Erwin Lansing2006-05-183-6/+7
| | | | | | | | PR: 97418 Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) Notes: svn path=/head/; revision=162736
* Upgrade to 1.1.4.Thierry Thomas2006-05-184-46/+50
| | | | | | | | Changelog at <https://sourceforge.net/project/shownotes.php?release_id=417874>. Notes: svn path=/head/; revision=162735
* Upgrade to 2.8-0.Thierry Thomas2006-05-182-4/+5
| | | | Notes: svn path=/head/; revision=162734
* This module is yet another class builder. This one adds parameter checking inErwin Lansing2006-05-185-0/+47
| | | | | | | | | | | | | new constructor, that is to check for attributes existence, and definedness. Authors: GomoR <netpkt@gomor.org> WWW: http://search.cpan.org/dist/Class-Gomor/ PR: ports/97424 Submitted by: Christopher Boumenot <boumenot@gmail.com> Notes: svn path=/head/; revision=162732
* Update to 0.8.2Erwin Lansing2006-05-186-8/+28
| | | | | | | | PR: 97425 Submitted by: Ulf Lilleengen <lulf@stud.ntnu.no> (maintainer) Notes: svn path=/head/; revision=162731
* Net::Write provides a portable interface to open a network interface, and beErwin Lansing2006-05-185-0/+53
| | | | | | | | | | | | | able to write raw data directly to the network. Authors: Patrice Auffret <netpkt@gomor.org> WWW: http://search.cpan.org/dist/Net-Write PR: ports/97427 Submitted by: Christopher Boumenot <boumenot@gmail.com> Notes: svn path=/head/; revision=162729
* Fix the sed(1) call introduced in the last commit by adding an empty stringStefan Walter2006-05-182-2/+2
| | | | | | | | | argument to the '-i' parameter. Approved by: arved (mentor) Notes: svn path=/head/; revision=162728
* - Update my e-mail addressAndrew Pantyukhin2006-05-181-4/+4
| | | | | | | | | - Move 'diary-' to pkgnameprefix Approved by: krion (mentor, implicit) Notes: svn path=/head/; revision=162727
* - Fix plistAndrew Pantyukhin2006-05-181-1/+3
| | | | | | | | Reported by: pointyhat via kris Approved by: krion (mentor, implicit) Notes: svn path=/head/; revision=162726
* - New port:Jean Milanez Melo2006-05-185-0/+78
| | | | | | | | | | | | | Hercules is a personal workout diary program for bodybuilders. Hercules written on Python with wxPython GUI library. To store data its use SQLite. PR: ports/96697 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> Approved by: mnag (mentor) Notes: svn path=/head/; revision=162724
* Add pkg-descr.Jean-Yves Lefort2006-05-181-0/+1
| | | | Notes: svn path=/head/; revision=162723
* - Merge changes from audio/speexMichael Johnson2006-05-181-4/+1
| | | | | | | | | Use configure script --with-ogg-dir argument to specify devel/libogg Submitted by: sergei (from audio/speex) Notes: svn path=/head/; revision=162722
* AA2K6 is the latest in a series of standalone games based on a classic Sci-FiAlejandro Pulver2006-05-1823-0/+1267
| | | | | | | | | | | | | | | | | | theme with a modern, updated visual experience. With 25 levels, five modes of play, mutators, built-in bots, 9 characters, 8 weapons (3 with alt-fire modes), the game has an endless supply of replayability. Billed as the sequel to 2004's CodeRED: Alien Arena, AA2K6 is much more than that. With the trials and tribulations of software development, endless hours of playing, gathering feedback, COR Entertainment has been able to not only fine tune and perfect it's flagship game, but add completely new dimensions to it. WWW: http://red.planetarena.org/ PR: ports/91803 Approved by: garga (mentor) Notes: svn path=/head/; revision=162720
* - Use configure script --with-ogg-dir argument to specify devel/liboggSergei Kolobov2006-05-181-4/+1
| | | | | | | | | | | | | dependency location instead of explicitly passing modified CPPFLAGS and LDFLAGS variables. This gives configure script a chance to do the right thing when detecting libogg if ${LOCALBASE} != "/usr/local" PR: ports/97464 Submitted by: sergei Approved by: ahze (maintainer) Notes: svn path=/head/; revision=162719
* - Add VuXML entry for vnc 4.1.1Pav Lucistnik2006-05-181-0/+28
| | | | Notes: svn path=/head/; revision=162718
* Add BerkeleyDB workaround for amd64. Taken fromJung-uk Kim2006-05-185-0/+60
| | | | | | | | | | | | | ports/databases/db42/Makefile: http://docs.freebsd.org/cgi/mid.cgi?200406261113.i5QBDG1b059838 Proper fix will come later. Reviewed by: maho (maintainer) Notes: svn path=/head/; revision=162717
* - Update to 4.1.2Pav Lucistnik2006-05-183-6/+16
| | | | | | | | | | | | | | | PR: ports/97313 Submitted by: James Raftery <james@now.ie> (maintainer) Security: http://www.securityfocus.com/bid/17978 - Fix bug causing Xvnc to not work with XDMCP PR: ports/92414 Submitted by: Akihiro KAYAMA <kayama@personal-media.co.jp> Approved by: maintainer timeout (3+ months) Notes: svn path=/head/; revision=162716
* Fix gethostbyname_r(3) on -CURRENT. We support glibc style API now.Jung-uk Kim2006-05-185-0/+215
| | | | | | | | | http://docs.freebsd.org/cgi/mid.cgi?200604151620.k3FGKR7i004094 Reviewed by: maho (maintainer) Notes: svn path=/head/; revision=162715
* Add support for native jdk1.5.0 on FreeBSD/amd64.Jung-uk Kim2006-05-185-0/+75
| | | | | | | Reviewed by: maho (maintainer) Notes: svn path=/head/; revision=162714
* Add a note about the OpenLDAP port change which makes threading disabledXin LI2006-05-181-0/+9
| | | | | | | if shell backend is enabled. Notes: svn path=/head/; revision=162713
* Updates, cleanups and improvements over the openldap23-* ports:Xin LI2006-05-1810-98/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Make sure that PKGNAMESUFFIX and COMMENT are correctly set when building slave ports. [1] - Remove RCORDER feature which is now deprecated. - Move PORTREVISION related stuff to before bsd.port.pre.mk in order to get the revisions actually work. - Depend on CLIENT_ONLY and WITH_SASL to determine the package name suffix. - Make use of USE_OPENLDAP instead of rolling our own. - Use WITH_RC_SUBR correctly rather than just specifying "yes" - Depend on bsd.database.mk to determine the Berkeley DB name, which makes it possible to use versions available from the ports collection rather than making decision our own. [2] - Disable threading as suggested by openldap developers if BACK_SHELL is enabled. Indicate the fact when showing options. - Update to 2.3.23 PR: 91902[1], 96752 [2] Submitted by: Gyorgy TEUBEL <tgyurci freemail hu> [1] Sunpoet Po-Chuan Hsieh <sunpoet sunpoet net> [2] Approved by: sem (mentor) Other changes, blames and all bugs are mine. Notes: svn path=/head/; revision=162712
* Update to 2.59Erwin Lansing2006-05-183-7/+8
| | | | | | | | | PR: 97415 Submitted by: Christopher Boumenot <boumenot@gmail.com> Approved by: Dominic Mitchell <dom@happygiraffe.net> (maintainer) Notes: svn path=/head/; revision=162711
* Add a dependency on perl which is used to build man pages.Hye-Shik Chang2006-05-182-0/+2
| | | | Notes: svn path=/head/; revision=162710
* Update to 3.0-rc2Jean-Yves Lefort2006-05-182-4/+4
| | | | Notes: svn path=/head/; revision=162709
* - Update to 0.7.1Emanuel Haupt2006-05-182-7/+25
| | | | | | | - Add an additional mirror Notes: svn path=/head/; revision=162708
* - Update to 2.3-20060517Marcus Alves Grando2006-05-182-4/+4
| | | | Notes: svn path=/head/; revision=162707
* Update to 19648Erwin Lansing2006-05-182-4/+4
| | | | | | | | PR: 97449 Submitted by: "Boris B. Samorodov" <bsam@ipt.ru> (maintainer) Notes: svn path=/head/; revision=162706
* - Update to 2.14.2Michael Johnson2006-05-188-32/+14
| | | | Notes: svn path=/head/; revision=162705
* Update WWWEmanuel Haupt2006-05-181-1/+1
| | | | Notes: svn path=/head/; revision=162704
* - Update to 1.0.13Pav Lucistnik2006-05-182-4/+5
| | | | Notes: svn path=/head/; revision=162703
* - Add and document XPI_LIBDIR and XPI_XPIDIR variablesAndrew Pantyukhin2006-05-181-10/+32
| | | | | | | | | | | | - Add my mirrors (temporarily) - XPI_DIRS is undefined by default now - Rework ugly PLIST_FILES hacks - Add xpi-plist target in maintainer section Approved by: krion (mentor, implicit) Notes: svn path=/head/; revision=162702
* - Specify XPI_DIRS explicitlyAndrew Pantyukhin2006-05-181-0/+1
| | | | | | | Approved by: krion (implicit) Notes: svn path=/head/; revision=162701
* - Update to version 1.3.2 [1]Andrej Zverev2006-05-182-4/+5
| | | | | | | | | | - USE_BZIP2 instead tar.gz for distfile [2] Noticed by: kris mail [*1] Requested by: Andrey Simonenko (via email) [*2] Notes: svn path=/head/; revision=162700
* Update from 0.5.12 to 0.5.14Vasil Dimov2006-05-184-17/+8
| | | | Notes: svn path=/head/; revision=162699
* Update to 0.82Erwin Lansing2006-05-182-4/+4
| | | | | | | | | PR: 97420 Submitted by: Christopher Boumenot <boumenot@gmail.com> Reviewed by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) Notes: svn path=/head/; revision=162698
* Update to 3.0.19Herve Quiroz2006-05-183-5/+4
| | | | | | | | PR: 97393 Submitted by: maintainer Notes: svn path=/head/; revision=162697
* Update latest jwhois.conf (rev 1.125) from the jwhois CVS repository,Makoto Matsushita2006-05-182-6/+20
| | | | | | | including server names update and new domains' whois server. Notes: svn path=/head/; revision=162696
* rcNG'fy the startup script.Hajimu UMEMOTO2006-05-183-27/+34
| | | | Notes: svn path=/head/; revision=162695
* Put $FreeBSD$.Hajimu UMEMOTO2006-05-181-1/+1
| | | | Notes: svn path=/head/; revision=162694
* Update to 200605, the SKK dictionary as of May/01/2006.Makoto Matsushita2006-05-182-10/+10
| | | | Notes: svn path=/head/; revision=162693
* - Regular update to version 0.5.12.Ion-Mihai Tetcu2006-05-186-27/+52
| | | | | | | | | | | - use modern USE_RC_SUBR PR: 96054 Submitted by: Frank W. Josellis (maintainer) Approved by: lawrance (mentor) Notes: svn path=/head/; revision=162692
* Update to 1.3.1Kevin Lo2006-05-184-32/+13
| | | | | | | | PR: ports/96455 Submitted by: Thomas Spreng <spreng at socket dot ch> Notes: svn path=/head/; revision=162691
* Correct a plist error.Joseph Koshy2006-05-182-0/+2
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=162690
* Update to 2006.05.17.Norikatsu Shigemura2006-05-182-4/+4
| | | | Notes: svn path=/head/; revision=162689
* A tiny cleanupMaho Nakata2006-05-185-0/+10
| | | | | | | Submitted by: jkim Notes: svn path=/head/; revision=162688
* Upgrade to 1.3.36Andrey A. Chernov2006-05-172-5/+5
| | | | Notes: svn path=/head/; revision=162687
* - Update to 0.3.8Michael Johnson2006-05-174-46/+50
| | | | | | | - Adopt port Notes: svn path=/head/; revision=162686
* Omit creation of .bak files while patching to prevent those files from beingEmanuel Haupt2006-05-171-2/+2
| | | | | | | | | | | installed. PR: 96778 (related) Notified by: pointyhat via kris Submitted by: Kövesdán Gábor <gabor.kovesdan@t-hosting.hu> Notes: svn path=/head/; revision=162685
* - Add pkg-descrMichael Johnson2006-05-1742-4/+115
| | | | | | | Requested by: Dan Langille <dan@langille.org> for freshports.org Notes: svn path=/head/; revision=162684