aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* utilize SITE_PERLYing-Chieh Liao2003-10-24309-1566/+1447
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Update to 20031021Mathieu Arnold2003-10-243-3/+3
| | | | | | | | PR: 58405 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=92057
* add p5-Algorithm-Evolutionary 0.53Ying-Chieh Liao2003-10-245-0/+121
| | | | | | | A library for doing evolutionary computation in Perl Notes: svn path=/head/; revision=92048
* Add p5-Tie-FileLRUCache 1.01,Foxfair Hu2003-10-245-0/+43
| | | | | | | | | | a lightweight but robust filesystem based persistent LRU cache. PR: 58455 Submitted by: clsung@dragon2.net Notes: svn path=/head/; revision=92025
* Add p5-Tie-DB_File-SplitHash 1.01, a wrapper around the DB_File BerkeleyFoxfair Hu2003-10-245-0/+44
| | | | | | | | | | database system. PR: 58454 Submitted by: clsung@dragon2.net Notes: svn path=/head/; revision=92022
* Add p5-Class-ParmList 1.03, a module for processing named parameterFoxfair Hu2003-10-245-0/+39
| | | | | | | | | | | | | | | | lists for method calls. This is a simple package for validating calling parameters to a subroutine or method. It allows you to use "named parameters" while providing checking for number and naming of parameters for verifying inputs are as expected and meet any minimum requirements. It also allows the setting of default values for the named parameters if omitted PR: 58453 Submitted by: clsung@dragon2.net Notes: svn path=/head/; revision=92019
* Add p5-Class-NamedParms 1.04, a lightweight named parameter handling system.Foxfair Hu2003-10-245-0/+39
| | | | | | | | | | | | | Class::NamedParms is a perl module which provides standard get/set/clear accessors for a class via named parameter with forced lexical checking of named parameters for validity and initialization validation. Lightweight and simple to use. Designed as a base class for inheritance by other modules. PR: 58452 Submitted by: clsung@dragon2.net Notes: svn path=/head/; revision=92017
* Reset bouncing maintainer addressKris Kennaway2003-10-241-2/+2
| | | | Notes: svn path=/head/; revision=92010
* add jakelib2 2.0.0sYing-Chieh Liao2003-10-246-0/+249
| | | | | | | A cross platform C++ class library with a Java-like API Notes: svn path=/head/; revision=92007
* Update to 0.8.2. Add a patch from maketool's author which eliminatesTrevor Johnson2003-10-243-2/+20
| | | | | | | the GTK+ warnings on startup. Notes: svn path=/head/; revision=92002
* Use bsd.ports.(pre|post).mk, don't ignore Makefile.localLev A. Serebryakov2003-10-234-4/+12
| | | | | | | PR: 58397 Notes: svn path=/head/; revision=91991
* Add a missing LIB_DEPENDS on popt.Joe Marcus Clarke2003-10-231-0/+3
| | | | | | | | | PR: 58462 Submitted by: Jens Rehsack <rehsack@liwing.de> Reported by: bento via kris Notes: svn path=/head/; revision=91988
* - Drop maintainership to ports@FreeBSD.orgKirill Ponomarev2003-10-231-1/+1
| | | | | | | | PR: 58430 Submitted by: maintainer Notes: svn path=/head/; revision=91975
* - Update to 2.11.2Kirill Ponomarev2003-10-232-2/+2
| | | | | | | | PR: 58419 Submitted by: maintainer Notes: svn path=/head/; revision=91957
* Fixes in compare.Lev A. Serebryakov2003-10-234-4/+4
| | | | Notes: svn path=/head/; revision=91954
* Fix patch: DOS-CR/LF got lost in previous PR.Oliver Braun2003-10-231-10/+10
| | | | | | | | | PR: ports/58412 Submitted by: maintainer Prompted by: kris via bento Notes: svn path=/head/; revision=91934
* Update to 20031023.Norikatsu Shigemura2003-10-235-9/+7
| | | | | | | | | | This version contains major changes for main tree import, and replaces fwchat(8) with dconschat(8). Submitted by: simokawa (developer) Notes: svn path=/head/; revision=91932
* Change to my @FreeBSD.org address.Sergei Kolobov2003-10-2314-14/+14
| | | | | | | Approved by: krion Notes: svn path=/head/; revision=91927
* Update to 2.0.6Alexander Nedotsukov2003-10-226-27/+7
| | | | Notes: svn path=/head/; revision=91903
* Fix pkg-plist (remove extraneous file left over from previous version).Thomas Quinot2003-10-224-6/+4
| | | | | | | | Problem noted by: kris (bento) Reviewed by: roberto Notes: svn path=/head/; revision=91898
* Update to 0.29Mathieu Arnold2003-10-222-2/+2
| | | | Notes: svn path=/head/; revision=91894
* update for libBLT24.so.3 that uses tcl/tk8.4.Kenjiro Cho2003-10-221-6/+6
| | | | | | | bump the PORTREVISION accordingly. Notes: svn path=/head/; revision=91887
* Update to 0.28Mathieu Arnold2003-10-222-6/+3
| | | | | | | Remove unneeded BUILD_DEPENDS Notes: svn path=/head/; revision=91881
* - Add knob for GHC, prefer lang/ghc6Oliver Braun2003-10-213-8/+36
| | | | | | | | | | | | - Strip PORTNAME, generate PKGNAMESUFFIX depending on GHC version - Add patch file req'd for ghc6, fix package.conf => Bump PORTREVISION PR: ports/58349 Submitted by: maintainer Notes: svn path=/head/; revision=91848
* Add a bit on using Maven with a proxy.Joe Marcus Clarke2003-10-211-0/+4
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=91847
* Replace spaces with tabs on one line.Joe Marcus Clarke2003-10-211-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=91846
* Add maven a Java project management and project comprehension tool. MoreJoe Marcus Clarke2003-10-216-0/+181
| | | | | | | | | | details are available at http://maven.apache.org. PR: 58339 Submitted by: Rui Lopes <rui@ruilopes.com> Notes: svn path=/head/; revision=91844
* Update to 20031022.Norikatsu Shigemura2003-10-212-2/+2
| | | | | | | Submitted by: simokawa (developer) Notes: svn path=/head/; revision=91830
* - Update to version 4.6.1Kirill Ponomarev2003-10-214-24/+20
| | | | | | | | PR: 58276 Submitted by: maintainer Notes: svn path=/head/; revision=91822
* - Tarball was rerolled to fix a packaging issue with theKirill Ponomarev2003-10-214-4/+14
| | | | | | | | | | | | | pkgconfig file. - Use 'gnomehack' - Do not install useless *.la - Bump PORTREVISION PR: 58259 Submitted by: maintainer Notes: svn path=/head/; revision=91819
* Update to 0.67Mathieu Arnold2003-10-212-4/+4
| | | | | | | maintainer timeout Notes: svn path=/head/; revision=91817
* Unbreak build by use WANT_AUTOMAKE_VER=15.Sergey A. Osokin2003-10-212-2/+2
| | | | | | | | Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) PR: 58328, 58329, 58330 Notes: svn path=/head/; revision=91813
* Update to 0.50:Sergey A. Osokin2003-10-213-19/+15
| | | | | | | | | | | | | | | - new unified interface via port(1) front-end - port submit command has been improved: - autodetects operation mode (new, change, update) - autodetects maintainership requests and resets - autodetects added/removed files - new commands: create, diff, fetch Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer) PR: 58324 Notes: svn path=/head/; revision=91801
* Update to 0.13Mathieu Arnold2003-10-212-3/+2
| | | | Notes: svn path=/head/; revision=91799
* Changed per maintainer request.Mark Linimon2003-10-202-4/+5
| | | | Notes: svn path=/head/; revision=91774
* Looks like they re-rolled the atk tarball to re-include the API documentation.Joe Marcus Clarke2003-10-203-1/+33
| | | | | | | This is simply a documentation update. Notes: svn path=/head/; revision=91743
* Only for i386.Alexander Leidinger2003-10-201-0/+4
| | | | | | | Noticed by: kris/bento Notes: svn path=/head/; revision=91739
* Fix compilation.Lev A. Serebryakov2003-10-203-26/+49
| | | | Notes: svn path=/head/; revision=91738
* - Update to 0.20 [1]Erwin Lansing2003-10-203-8/+8
| | | | | | | | | | - Bump PORTEPOCH PR: 58001 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> [1] Notes: svn path=/head/; revision=91732
* Per mastersite (and bento logs), set as only for i386 and sparc64.Mark Linimon2003-10-201-0/+2
| | | | Notes: svn path=/head/; revision=91724
* Remove erroneous USE_LINUX.Trevor Johnson2003-10-201-1/+0
| | | | | | | found by: kris Notes: svn path=/head/; revision=91716
* * update for tcl84Sergey Skvortsov2003-10-203-16/+19
| | | | | | | * clean port Notes: svn path=/head/; revision=91712
* Unbreak build on perl 5.005_03Sergey Skvortsov2003-10-201-0/+3
| | | | | | | Pointed by: kris Notes: svn path=/head/; revision=91710
* - Update to version 0.6.1Kirill Ponomarev2003-10-193-8/+11
| | | | | | | | PR: 58229 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) Notes: svn path=/head/; revision=91674
* - Layout for GnuSTEP 1.8.0Dirk Meyer2003-10-193-61/+35
| | | | | | | - Update 0.4.0, Retire 0.3.0 Notes: svn path=/head/; revision=91672
* - Layout for GnuSTEP 1.8.0Dirk Meyer2003-10-193-95/+53
| | | | Notes: svn path=/head/; revision=91666
* - Update to 1.8.0Dirk Meyer2003-10-196-208/+159
| | | | Notes: svn path=/head/; revision=91663
* Respect CC and CFLAGSKris Kennaway2003-10-194-233/+232
| | | | Notes: svn path=/head/; revision=91639
* Respect CC and CFLAGSKris Kennaway2003-10-195-0/+66
| | | | Notes: svn path=/head/; revision=91637
* Respect CC and CFLAGSKris Kennaway2003-10-191-4/+35
| | | | Notes: svn path=/head/; revision=91633