aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade LLVM and Clang to r116582 and bump the overall version to 2.9Brooks Davis2010-10-159-673/+151
| | | | | | | | | since 2.8 has shipped. Split out the clang portion of devel/llvm-devel into lang/clang-devel. Notes: svn path=/head/; revision=263055
* - simplify dependencyYen-Ming Lee2010-10-151-4/+8
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=263047
* Update to version 4.4.9.Boris Samorodov2010-10-152-4/+4
| | | | | | | | PR: ports/151375 Submitted by: Steve Wills <steve at mouf.net> Notes: svn path=/head/; revision=263045
* Avoid duplicate LATEST_LINKRenato Botelho2010-10-151-0/+1
| | | | Notes: svn path=/head/; revision=263042
* - Update to 1.003012Ashish SHUKLA2010-10-152-4/+4
| | | | | | | Approved by: pgj (mentor, implicit) Notes: svn path=/head/; revision=263034
* - Update to 0.2.2Wen Heping2010-10-152-4/+4
| | | | Notes: svn path=/head/; revision=263030
* - Fix shmat syscall wrapper [1].Stanislav Sedov2010-10-152-5/+5
| | | | | | | | | | - Implement shmctl syscall wrapper. PR: ports/149621 [1] Submitted by: Stephen Sanders <ssanders@opnet.com> [1] Notes: svn path=/head/; revision=263028
* - Remove unnecessary dependencySteve Wills2010-10-151-2/+1
| | | | | | | | Reported by: stas Approved by: pgollucci (mentor) Notes: svn path=/head/; revision=263018
* Prep for removalJosh Paetzel2010-10-141-1/+3
| | | | Notes: svn path=/head/; revision=263012
* Move devel/clang to lang/clang since compilers typically live in lang.Brooks Davis2010-10-1412-736/+0
| | | | | | | PR: ports/151340 Notes: svn path=/head/; revision=263005
* Remove unneeded ${ARCH} from installed jar filenames.Jimmy Olgeni2010-10-141-2/+3
| | | | Notes: svn path=/head/; revision=263001
* Remove expired ports:Renato Botelho2010-10-1411-170/+0
| | | | | | | | | | | | 2010-10-14 devel/p5-P4: Depends of p5-P4-Client, which is DEPRECATED. 2010-01-08 devel/p5-P4-Client: has been broken for 11 months 2010-10-14 net-p2p/btpeer: Does not build with net/Sockets and is unmaintained. 2009-07-01 net-mgmt/net-snmp4: Use net-mgmt/net-snmp port instead 2010-10-14 net/gkrellm_snmp: Depends of net-snmp4, that is deprecated also and will be removed soon. 2010-10-14 net/Sockets-devel: Older than net/Sockets and unmaintained. Notes: svn path=/head/; revision=262994
* - update to 0.24Yen-Ming Lee2010-10-142-5/+4
| | | | Notes: svn path=/head/; revision=262989
* - update to 1.12Yen-Ming Lee2010-10-142-4/+4
| | | | Notes: svn path=/head/; revision=262988
* ReadLine::TTYtter is a fork of the Term::ReadLine::Perl module, allowingWen Heping2010-10-145-0/+42
| | | | | | | | | | | | | | | to edit a command line. This module have UTF-8 support, let erase or repaint the prompt and to hook a process to further line control. WWW: http://search.cpan.org/dist/Term-ReadLine-TTYtter/ PR: ports/151412 Submitted by: sebastien Santoro <dereckson@gmail.com> (maintainer) Notes: svn path=/head/; revision=262984
* Update to 1.7.3.1.Wesley Shields2010-10-143-19/+20
| | | | | | | Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.3.1.txt Notes: svn path=/head/; revision=262981
* - Update to 0.16Wen Heping2010-10-142-4/+4
| | | | Notes: svn path=/head/; revision=262979
* Update to 1.10Lars Thegler2010-10-132-4/+4
| | | | Notes: svn path=/head/; revision=262970
* Add missing USE_XLIB.Jimmy Olgeni2010-10-131-0/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=262962
* Fix build with clang.Rene Ladan2010-10-131-0/+1
| | | | | | | Submitted by: clang exp-run requested by kwm Notes: svn path=/head/; revision=262961
* Update to latest version 1.6.13Lev A. Serebryakov2010-10-135-12/+12
| | | | | | | PR: ports/151183, ports/151184 Notes: svn path=/head/; revision=262957
* Unbreak - fix ARCH handling.Jimmy Olgeni2010-10-131-5/+4
| | | | Notes: svn path=/head/; revision=262956
* - Update to 0.209Wen Heping2010-10-132-4/+4
| | | | Notes: svn path=/head/; revision=262946
* - Update to 2.0.0Wen Heping2010-10-133-39/+7
| | | | Notes: svn path=/head/; revision=262944
* - Updated to 0.30Greg Larkin2010-10-132-6/+5
| | | | | | | | | | | | | | | | | - Require specific version of p5-Email-Simple in order to incorporate p5-Email-Simple-Creator as well Changes: 0.30 2010-10-07 Small adjustment in some test cases to accomodate changes in Perl 5.13.5. 0.29 2010-10-06 Extends the syntax of DENY_FILENAME directive to allow customized error messages. Notes: svn path=/head/; revision=262936
* - Updated to 0.3.4Greg Larkin2010-10-132-4/+4
| | | | | | | | | | | | | | | | | | | ChangeLog: * Fix Bug #16892: SVN.run() on windows doesn't execute properly [mrook] * Fix Bug #17268: Windows "Fix" actually prevents execution [mrook] * Fix Bug #17477: Windows directory not quoted in the $arg array of the SVN->run() method [mrook] * Implement Feature #16952: Enable --summarize switch for diff command [mrook] * Implement Feature #17310: Add support for --parents in Svn/Copy.php [mrook] * Implement Feature #17394: Add support for ignore-externals switch for update and checkout command [mrook] * Implement Feature #17415: escapeshellargs [mrook] * Implement Feature #17530: Enable --force command for update [mrook] Notes: svn path=/head/; revision=262935
* - Updated to 0.6Greg Larkin2010-10-132-8/+5
| | | | | | | | | | | | | | | | - Removed post-patch target now that upstream dist has fixed version numbering problem in setup.py Release notes: Fixes two issues with creating manifests/stringifying recipes. The first allows getting the text of invalid recipes, and the second ensures that the manifest of recipes using nest-part are correct. PR: ports/151211 Submitted by: C-S <c-s at c-s dot li> (maintainer) Notes: svn path=/head/; revision=262933
* - Fix WWWSteve Wills2010-10-121-1/+1
| | | | | | | Approved by: wxs (co-mentor) Notes: svn path=/head/; revision=262925
* - Mark BROKEN: does not buildPav Lucistnik2010-10-121-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=262916
* - Catch up with p5-gettext renamingPav Lucistnik2010-10-121-2/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=262914
* Hook new versions of autoconf, libtool and libltdl into the INDEX.Ade Lovett2010-10-121-0/+3
| | | | | | | Still doesn't make them ready for prime-time usage though. Notes: svn path=/head/; revision=262908
* Update to 2.68 after repocopy. This is NOT ready for prime time usage.Ade Lovett2010-10-124-16/+20
| | | | | | | Please see the IGNORE statement for more information. Notes: svn path=/head/; revision=262907
* Update to 2.4 after repocopy. This is NOT ready for prime time usage.Ade Lovett2010-10-124-36/+20
| | | | | | | Please see the IGNORE statement for more information. Notes: svn path=/head/; revision=262906
* - Update to 1.16Wen Heping2010-10-123-5/+10
| | | | Notes: svn path=/head/; revision=262896
* - Update to 0.48Wen Heping2010-10-122-4/+4
| | | | Notes: svn path=/head/; revision=262890
* - Update to 0.09008Wen Heping2010-10-122-4/+4
| | | | Notes: svn path=/head/; revision=262889
* - Update to 2.70Wen Heping2010-10-122-4/+4
| | | | Notes: svn path=/head/; revision=262888
* - Update to 0.10.1Wen Heping2010-10-122-5/+5
| | | | | | | - Update my email to FreeBSD Notes: svn path=/head/; revision=262887
* - Update to 1.10Wen Heping2010-10-122-4/+4
| | | | Notes: svn path=/head/; revision=262880
* - Fix plist, add missing filePhilip M. Gollucci2010-10-121-1/+3
| | | | | | | | | | | - Bump PORTREVISION PR: ports/147902 Submitted by: Patrick M. Hausen <hausen@punkt.de> Approved by: maintainer timeout (miwi ; 118 days) Notes: svn path=/head/; revision=262867
* - Update to 0.90.2Steve Wills2010-10-125-5/+8
| | | | | | | | | | - Add dependency on rubygem-pkg-config Submitted by: me (swills) Approved by: pgollucci (mentor) Notes: svn path=/head/; revision=262864
* - New port, a ruby gem for accessing pkg-configSteve Wills2010-10-124-0/+30
| | | | | | | | Submitted by: me (swills) Approved by: pgollucci (mentor) Notes: svn path=/head/; revision=262862
* - Add py-pycerberus 0.3.3Sunpoet Po-Chuan Hsieh2010-10-125-0/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pycerberus is a framework to check user data thoroughly so that you can protect your application from malicious (or just garbled) input data. * Remove stupid code which converts input values: After values are validated, you can work with real Python types instead of strings - e.g. 42 instead of '42', convert database IDs to model objects transparently. * Implement custom validation rules: Writing custom validators is straightforward, everything is well documented and pycerberus only uses very little Python magic. * Focus on your value-adding application code: Save time by implementing every input validation rule only once, but 100% right instead of implementing a dozen different half-baked solutions. * Ready for global business: i18n support (based on GNU gettext) is built in, adding custom translations is easy. * Tune it for your needs: You can implement custom behavior in your validators, e.g. fetch translations from a database instead of using gettext or define custom translations for built-in validators. * Use it wherever you like: pycerberus is used in a SMTP server, trac macros as well as web applications - there are no dependecies on a specific context like web development. WWW: http://www.schwarz.eu/opensource/projects/pycerberus PR: ports/151058 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> Approved by: pgollucci (mentor, implicit) Notes: svn path=/head/; revision=262860
* Std pkg name p5-gettext -> p5-Locale-gettextPhilip M. Gollucci2010-10-111-1/+1
| | | | | | | | | PR: ports/148166 Submitted by: ohauer Approved by: timeout (demon/ohauer ; 41 days) Notes: svn path=/head/; revision=262834
* - update to 0.15.0Baptiste Daroussin2010-10-112-4/+4
| | | | Notes: svn path=/head/; revision=262831
* - Update to 0.1.5Philip M. Gollucci2010-10-112-4/+4
| | | | | | | | | | PR: ports/151242 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Approved by: freebsdports@chillibear.com (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=262829
* - Update to 1.2.1Wen Heping2010-10-113-25/+32
| | | | Notes: svn path=/head/; revision=262815
* Log::Any is a generic adapter for writing logging into Perl modules; thisWen Heping2010-10-115-0/+43
| | | | | | | | | | | | | adapter uses the Unix::Syslog module to direct that output into the standard Unix syslog system. WWW: http://search.cpan.org/dist/Log-Any-Adapter-Syslog/ PR: ports/151380 Submitted by: Bill Brinzer <bill.brinzer@gmail.com> Notes: svn path=/head/; revision=262813
* - Deprecate and set to expire old/unmaintained ports.Alejandro Pulver2010-10-111-0/+3
| | | | Notes: svn path=/head/; revision=262804
* - Update to version 3.4.Alejandro Pulver2010-10-113-6/+4
| | | | Notes: svn path=/head/; revision=262798