summaryrefslogtreecommitdiff
path: root/devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add devel/p5-Proc-Queue 1.16, a Perl module that overrides fork andAnton Berezin2005-12-285-0/+43
| | | | | | | related syscalls to limit the number of spawned children transparently. Notes: svn path=/head/; revision=152275
* Add devel/p5-IPC-DirQueue 0.05, a disk-based many-to-many task queueAnton Berezin2005-12-285-0/+52
| | | | | | | written in Perl. Notes: svn path=/head/; revision=152271
* Update to 2.04Erwin Lansing2005-12-282-4/+4
| | | | Notes: svn path=/head/; revision=152268
* Tarball rerolled. Verified to be a non-constructial change.Edwin Groothuis2005-12-281-3/+3
| | | | Notes: svn path=/head/; revision=152263
* Update to 3.15.Anton Berezin2005-12-282-4/+4
| | | | Notes: svn path=/head/; revision=152255
* - Update to 1.35Pav Lucistnik2005-12-272-5/+5
| | | | | | | | | | - Claim maintainership PR: ports/90989 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> Notes: svn path=/head/; revision=152234
* [New ports] devel/mimir, lang/elan - Elan Programming LanguageEdwin Groothuis2005-12-275-0/+52
| | | | | | | | | | | | | | | | | | | | | | Elan is a programming language originally developed by the Technical University of Berlin, but nowadays an implementation is maintained by the Radboud University of Nijmegen. We at TCCN learn youngsters how to program in this language. We installed FreeBSD on one of our SPARC's some time ago, but Elan wasn't in the Ports tree yet. That's why I made two ports. One for lang/elan, the Elan compiler, and one for devel/mimir, a library the Elan compiler uses. More info about Elan: http://en.wikipedia.org/wiki/Elan_programming_language PR: ports/89275 Submitted by: Ed Schouten <ed@fxq.nl> Notes: svn path=/head/; revision=152222
* new port: devel/codeblocks, an open source, cross-platform and freeEdwin Groothuis2005-12-2712-0/+3544
| | | | | | | | | | | | | | | | | | | | | C/C++ IDE Code::Blocks is an open source, cross-platform and free C/C++ IDE. It is build using the wxWidgets GUI library. The WEB site states: "Code::Blocks is a free C++ IDE built specifically to meet the most demanding needs of its users. It was designed, right from the start, to be extensible and configurable." WWW: http://www.codeblocks.org/ PR: ports/89297 Submitted by: Matthias Sund <m.sund@arcor.de> Notes: svn path=/head/; revision=152218
* Add p5-Geo-ShapeFile 2.51, a perl extension for handling ESRI GISEmanuel Haupt2005-12-275-0/+44
| | | | | | | | | | Shapefiles. PR: 90984 Submitted by: Eric Stith <estith.freebsd.ports@thelunarempire.net> Notes: svn path=/head/; revision=152216
* Add devel/p5-Test-Strict 0.07, a Perl module to test and report on theAnton Berezin2005-12-275-0/+43
| | | | | | | | | | coverage of the strict/warnings pragmas. PR: 90981 Submitted by: Zach Thompson <hideo@lastamericanempire.com> Notes: svn path=/head/; revision=152211
* Update to 2.12, remove IGNORE for newer perl.Anton Berezin2005-12-273-5/+6
| | | | | | | | Submitted by: maintainer PR: 90979 Notes: svn path=/head/; revision=152195
* Add devel/p5-Test-Base 0.44, a data driven testing framework in Perl.Anton Berezin2005-12-275-0/+57
| | | | Notes: svn path=/head/; revision=152186
* Update to 5.1Emanuel Haupt2005-12-277-47/+164
| | | | | | | | PR: 90925 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=152170
* Add devel/p5-File-ShareDir 0.02, a Perl module to locateAnton Berezin2005-12-275-0/+61
| | | | | | | per-distribution and per-module shared files location. Notes: svn path=/head/; revision=152168
* Add devel/p5-Return-Value 1.30, a Perl module that provides polymorphicAnton Berezin2005-12-275-0/+46
| | | | | | | return values. Notes: svn path=/head/; revision=152164
* Add devel/p5-App-CLI 0.03, a dispatcher module for command lineAnton Berezin2005-12-275-0/+52
| | | | | | | interface programs. Notes: svn path=/head/; revision=152160
* - Chase cdk updatePav Lucistnik2005-12-272-3/+4
| | | | | | | | | | - Claim maintainership PR: ports/90675 Submitted by: Remington <MrL0Lz@gmail.com> Notes: svn path=/head/; revision=152154
* - Update to 5.0.20050424Pav Lucistnik2005-12-275-32/+66
| | | | | | | | | | - Claim maintainership PR: ports/90674 Submitted by: Remington <MrL0Lz@gmail.com> Notes: svn path=/head/; revision=152153
* - update to 0.50Cheng-Lung Sung2005-12-272-4/+4
| | | | Notes: svn path=/head/; revision=152142
* remove trailing spacesEdwin Groothuis2005-12-271-12/+12
| | | | Notes: svn path=/head/; revision=152135
* Correct slight mis-merge. Should not affect anything.Mark Linimon2005-12-261-4/+4
| | | | Notes: svn path=/head/; revision=152133
* - Use libtoolEmanuel Haupt2005-12-265-52/+48
| | | | | | | | | | | | - Respect NOPORTDOCS - Bump PORTREVISION - Remove 3 patches PR: 90924 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=152115
* Update to 0.33Sergey Skvortsov2005-12-262-3/+4
| | | | | | | Changes: http://search.cpan.org/src/RCAPUTO/POE-0.33/CHANGES Notes: svn path=/head/; revision=152111
* Object::Signature is an abstract base class that you can inherit from inErwin Lansing2005-12-265-0/+54
| | | | | | | | | | | | | | | | | order to allow your objects to generate unique cryptographic signatures. The method used to generate the signature is based on Storable and Digest::MD5. The object is fed to Storable::nfreeze to get a string, which is then passed to Digest::MD5::md5_hex to get a unique 32 character hexidecimal signature. WWW: http://search.cpan.org/dist/Object-Signature/ PR: ports/90918 Submitted by: Lars Balker Rasmussen <lars@balker.dk> Notes: svn path=/head/; revision=152089
* - update to 0.48Cheng-Lung Sung2005-12-263-4/+5
| | | | | | | - New Module::Install::Compiler Notes: svn path=/head/; revision=152066
* upgrade to 2.5Ying-Chieh Liao2005-12-266-41/+61
| | | | Notes: svn path=/head/; revision=152061
* devel/cvsweb3: Wrong install location with www/apache22Edwin Groothuis2005-12-261-0/+4
| | | | | | | | | | | www/apache22 installs its data files to ${PREFIX}/www/apache22 though, devel/cvsweb3 fails to find this directory. PR: ports/90418 Submitted by: Tetsuya Uemura <t_uemura@macome.co.jp> Notes: svn path=/head/; revision=152041
* - move location of GNUstep.confDirk Meyer2005-12-252-0/+3
| | | | Notes: svn path=/head/; revision=152031
* Fix plist when CATEGORY has a subcategory.Alex Dupre2005-12-251-0/+1
| | | | Notes: svn path=/head/; revision=152022
* Fix build on 4-stable.Vanilla I. Shu2005-12-251-1/+11
| | | | | | | | PR: ports/90900 Submitted by: maintainer Notes: svn path=/head/; revision=152013
* Poot zee LDFLAGS beck intu zee CONFIGURE_ENV. Bork Bork Bork!Adam Weinberger2005-12-242-4/+4
| | | | Notes: svn path=/head/; revision=151987
* - update to 1.11.2Dirk Meyer2005-12-244-6/+5
| | | | Notes: svn path=/head/; revision=151982
* Back out the last commit, now that the libtool-1.5.22 issue isAdam Weinberger2005-12-242-4/+4
| | | | | | | | resolved. And marcus says that the LDFLAGS should stay separate for OpenSSL purposes. Notes: svn path=/head/; revision=151979
* Fix pthread handlingAde Lovett2005-12-242-8/+26
| | | | | | | Submitted by: marcus Notes: svn path=/head/; revision=151978
* Add PTHREAD_CFLAGS/LIBS to CONFIGURE_ENV, and make LDFLAGS actuallyAdam Weinberger2005-12-242-4/+4
| | | | | | | be a part of CONFIGURE_ENV. Notes: svn path=/head/; revision=151974
* Fix to install documentations into the standard path.Hye-Shik Chang2005-12-244-182/+192
| | | | Notes: svn path=/head/; revision=151973
* Add a new port for llvm 1.6, the Low Level Virtual Machine.Hye-Shik Chang2005-12-249-0/+837
| | | | | | | WWW: http://llvm.cs.uiuc.edu/ Notes: svn path=/head/; revision=151969
* o Update the leap seconds table according toMario Sergio Fujikawa Ferreira2005-12-232-1/+11
| | | | | | | | | | | | | | http://hpiers.obspm.fr/eoppc/bul/bulc/bulletinc.dat. There is a leap seconds at the end of 2005. o Bump PORTREVISION PR: 89948 Submitted by: Frank W. Josellis <frank@dynamical-systems.org>, markzero <mark@darklogik.org> Obtained from: http://hpiers.obspm.fr/eoppc/bul/bulc/bulletinc.dat Notes: svn path=/head/; revision=151938
* Update to 0.30Mathieu Arnold2005-12-232-5/+4
| | | | Notes: svn path=/head/; revision=151925
* Remove trailing spaces from the plist filesJames E. Housley2005-12-239-41/+41
| | | | Notes: svn path=/head/; revision=151923
* Tell GCC's config.gcc that we now have FreeBSD7Poul-Henning Kamp2005-12-233-3/+38
| | | | Notes: svn path=/head/; revision=151901
* Upgrade to 2.7.8.Thierry Thomas2005-12-222-7/+7
| | | | | | | Changelog at <http://bouml.free.fr/historic>. Notes: svn path=/head/; revision=151890
* Update to 2.2.3Emanuel Haupt2005-12-223-11/+53
| | | | | | | | | PR: 90190 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Discussed with: anholt Notes: svn path=/head/; revision=151889
* - Mark it as DEPRECATED, unfetchableRenato Botelho2005-12-211-1/+3
| | | | | | | | | | | - Set an EXPIRATION_DATE PR: ports/88622 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout (43 days) Notes: svn path=/head/; revision=151739
* - Mark it as DEPRECATED, mastersite disapearedRenato Botelho2005-12-211-0/+3
| | | | | | | | | | | - Set an EXPIRATION_DATE PR: ports/88287 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout (50 days) Notes: svn path=/head/; revision=151738
* Add p5-Tie-ShareLite, a Tied hash interface to IPC::ShareLiteEmanuel Haupt2005-12-215-0/+41
| | | | | | | | PR: 90637 Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> Notes: svn path=/head/; revision=151726
* o Update net/net6 to 1.2.1 [1]Renato Botelho2005-12-213-13/+31
| | | | | | | | | | | | | | o Update devel/obby to 0.3.0 [1] o Update editors/gobby to 0.3.0 [2] o Update net/sobby to 0.3.0 [3] PR: ports/90520 Submitted by: Wesley Shields <wxs@csh.rit.edu> [1] [2], Andreas Kohn <andreas@syndrom23.de> [3] Approved by: Andreas Kohn <andreas@syndrom23.de> (maintainer) [1] Notes: svn path=/head/; revision=151725
* Add devel/p5-IO-NestedCapture 1.03, a Perl module for performing nestedAnton Berezin2005-12-215-0/+42
| | | | | | | STD* handle captures. Notes: svn path=/head/; revision=151718
* Update to 1.5.22Ade Lovett2005-12-212-5/+5
| | | | Notes: svn path=/head/; revision=151695
* Fix a g_strconcat() without terminating NULL.Jean-Yves Lefort2005-12-202-0/+12
| | | | Notes: svn path=/head/; revision=151667