aboutsummaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.6pgj2012-02-132-5/+3
| | | | Obtained from: FreeBSD Haskell
* - Update to 1.1.5pgj2012-02-132-6/+4
| | | | Obtained from: FreeBSD Haskell
* - Update to 4.2.8pgj2012-02-133-53/+4
| | | | | | - Un-break build on FreeBSD/amd64 9.0 and higher Obtained from: FreeBSD Haskell
* - Update to 0.3.3.3pgj2012-02-132-7/+4
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.6.4.6pgj2012-02-132-3/+4
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.5.9pgj2012-02-132-3/+3
| | | | Obtained from: FreeBSD Haskell
* - Update to 1.1.2.2pgj2012-02-132-3/+3
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.12.1pgj2012-02-137-23/+10
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.12.2pgj2012-02-134-10/+6
| | | | Obtained from: FreeBSD Haskell
* - Update to 1.0.1.1pgj2012-02-132-4/+3
| | | | Obtained from: FreeBSD Haskell
* - Update to 5.4.2.4pgj2012-02-132-4/+3
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.4.18pgj2012-02-132-3/+3
| | | | Obtained from: FreeBSD Haskell
* - Update to 1.0.11.0pgj2012-02-132-5/+4
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.9.2pgj2012-02-132-4/+4
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.3.5.1pgj2012-02-132-3/+3
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.3.5pgj2012-02-132-5/+3
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.2.0.6pgj2012-02-132-5/+4
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.2.0.3pgj2012-02-132-4/+3
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.3.1.0pgj2012-02-133-4/+4
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.1.1.0pgj2012-02-132-3/+3
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.6.4pgj2012-02-133-5/+4
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.9.1pgj2012-02-133-9/+7
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.4.6pgj2012-02-132-4/+3
| | | | Obtained from: FreeBSD Haskell
* - Update to 2.4.1.1pgj2012-02-132-6/+3
| | | | Obtained from: FreeBSD Haskell
* - Chase the GHC updatepgj2012-02-131-0/+1
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.2.2.3pgj2012-02-132-4/+4
| | | | Obtained from: FreeBSD Haskell
* - Update to 1.1.1.0pgj2012-02-132-6/+4
| | | | Obtained from: FreeBSD Haskell
* - Update to 1.2.4.2pgj2012-02-132-6/+3
| | | | Obtained from: FreeBSD Haskell
* - Update to 0.3.5pgj2012-02-133-6/+5
| | | | Obtained from: FreeBSD Haskell
* - Connect all the previously added hs- ports to the buildpgj2012-02-131-0/+9
| | | | Obtained from: FreeBSD Haskell
* - Please welcome GHC 7.0.4pgj2012-02-1350-71/+85
| | | | | | | | | | | | | GHC in the ports tree has been updated to version 7.0.4 and the port revision for all the Haskell ports without version changes are bumped. Other per-port updates are coming soon. This update also incorporates some improvements for bsd.cabal.mk that makes working with Haskell ports even easier. Thanks ashish@ for the help! Obtained from: FreeBSD Haskell
* Cabal plugin for UUAGC.pgj2012-02-133-0/+26
| | | | | | WWW: http://www.cs.uu.nl/wiki/HUT/WebHome Obtained from: FreeBSD Haskell
* UUAG is the Utrecht University Attribute Grammar system. It generates Haskellpgj2012-02-133-0/+34
| | | | | | | | | | | | | files from an attribute grammar specification. It is a preprocessor for Haskell which makes it easy to write catamorphisms (that is, functions that do to any datatype what foldr does to lists). You can define tree walks using the intuitive concepts of inherited and synthesized attributes, while keeping the full expressive power of Haskell. WWW: http://www.cs.uu.nl/wiki/HUT/AttributeGrammarSystem Obtained from: FreeBSD Haskell
* Provides newtype wrappers for phantom types to avoid unsafely passing dummypgj2012-02-133-0/+26
| | | | | | | | arguments. WWW: http://github.com/ekmett/tagged Obtained from: FreeBSD Haskell
* A continuation-based, backtracking, logic programming monad. Anpgj2012-02-133-0/+29
| | | | | | | | | | | adaptation of the two-continuation implementation found in the paper "Backtracking, Interleaving, and Terminating Monad Transformers" [1]. [1] http://okmij.org/ftp/papers/LogicT.pdf WWW: http://code.haskell.org/~dolio/logict Obtained from: FreeBSD Haskell
* Provides Word128, Word192 and Word256 and a way of producing other largepgj2012-02-133-0/+26
| | | | | | | | words if required. WWW: http://trac.haskell.org/largeword/wiki Obtained from: FreeBSD Haskell
* Haskell implementation of Mustache templates [1].pgj2012-02-133-0/+30
| | | | | | | | [1] http://mustache.github.com/ WWW: http://github.com/lymar/hastache Obtained from: FreeBSD Haskell
* This package provides a couple of different implementations of mutable hash ↵pgj2012-02-133-0/+28
| | | | | | | | | | | tables in the ST monad, as well as a type class abstracting their common operations, and a set of wrappers to use the hash tables in the IO monad. WWW: http://github.com/gregorycollins/hashtables Obtained from: FreeBSD Haskell
* A configuration management library for programs and daemons.pgj2012-02-133-0/+42
| | | | | | | | | | | | | | | | | | | | | | Features include: * Automatic, dynamic reloading in response to modifications to configuration files. * A simple, but flexible, configuration language, supporting several of the most commonly needed types of data, along with interpolation of strings from the configuration or the system environment (e.g. $(HOME)). * Subscription-based notification of changes to configuration properties. * An import directive allows the configuration of a complex application to be split across several smaller files, or common configuration data to be shared across several applications. WWW: http://github.com/mailrank/configurator Obtained from: FreeBSD Haskell
* This package provides a Haskell library for working with base16-encodedpgj2012-02-133-0/+26
| | | | | | | | data quickly and efficiently, using the ByteString type. WWW: https://github.com/mailrank/base16-bytestring Obtained from: FreeBSD Haskell
* - Add TEST_DEPENDSwen2012-02-131-0/+1
| | | | | PR: ports/164967 Submitted by: swills@
* - Add TEST_DEPENDSwen2012-02-131-0/+2
| | | | | PR: ports/165047 Submitted by: swills@
* - Update to 0.51jgh2012-02-132-3/+3
| | | | | | PR: ports/164645 Submitted by: jgh (me) Approved by: maintainer
* update to 1.53bf2012-02-132-3/+3
|
* - Generate distinfo w/ the WITH_BOOK=yes flagpgollucci2012-02-131-0/+4
|
* - Fix Subversion Bookpgollucci2012-02-132-5/+1
| | | | | | PR: ports/163194, ports/164308, ports/164508 Submitted by: glewis@, several Approved by: maintainer timeout (lev ; 58 days)
* - Not really MAKE_JOBS_SAFEpav2012-02-131-1/+1
| | | | Reported by: pointyhat
* - Update to 2.2.1jgh2012-02-134-6/+6
| | | | | PR: ports/165022 Submitted by: maintainer, milki at rescomp.berkeley.edu
* - Add TEST_DEPENDSswills2012-02-131-0/+5
| | | | Approved by: maintainer (blanket)
* - Revert previous commit, dependency not neededswills2012-02-131-2/+1
|
* - Add missed TEST_DEPENDSswills2012-02-131-1/+2
| | | | Approved by: maintainer (blanket)
* - convert to using PYTHON_INCLUDEDIRrm2012-02-134-29/+28
| | | | | | - remove redundant PYDISTUTILS_PKGNAME All of them are non-functional changes.
* Perl6 Capture objectsswills2012-02-135-0/+33
| | | | WWW: http://search.cpan.org/dist/Data-Capture/
* Add optional libinotify support (default disabled) and fix the buildmarcus2012-02-131-1/+10
| | | | | | | if devel/libinotify is installed. PR: 164756 Submitted by: sunpoet
* - Add TEST_DEPENDSswills2012-02-121-0/+3
| | | | | | PR: ports/164320 Submitted by: swills (myself) Approved by: maintainer timeout (skv, 3+ weeks)
* - convert to using PYTHON_SITELIBDIR (not functional change)rm2012-02-128-61/+59
|
* - Update to 0.316sunpoet2012-02-123-10/+17
| | | | | | | | | | - Sort *_DEPENDS - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/App-Cmd/Changes PR: ports/164512 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 17 days)
* - Update to 2.1.3sunpoet2012-02-123-12/+6
| | | | | | | | | - While I'm here, use correct knob (USE_PHPEXT) for php extensions Changes: http://www.xdebug.org/updates.php PR: ports/164978 Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> Approved by: Bill Moran <wmoran@collaborativefusion.com> (maintainer)
* - Update to 4.11sunpoet2012-02-122-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/EV/Changes PR: ports/165031 Submitted by: sunpoet (myself) Approved by: Vladimir Timofeev <vovkasm@gmail.com> (maintainer)
* - Update to 0.08sunpoet2012-02-123-6/+7
| | | | | | - Add CPAN as primary WWW Changes: http://search.cpan.org/dist/DateTime-Format-ISO8601/Changes
* - Update to 1.58sunpoet2012-02-122-6/+7
| | | | | | | - Sort MAN3 Changes: http://search.cpan.org/dist/Module-Starter/Changes Approved by: clsung (maintainer, via IRC)
* - Update to 0.42sunpoet2012-02-123-7/+7
| | | | | | | | | - Add BUILD_DEPENDS - Sort *_DEPENDS - Change WWW to CPAN Changes: http://search.cpan.org/dist/MetaCPAN-API/Changes Approved by: clsung (maintainer, via IRC)
* - Update to 0.17sunpoet2012-02-122-4/+4
| | | | | Changes: http://search.cpan.org/dist/InlineX-C2XS/CHANGES Approved by: clsung (maintainer, via IRC)
* - Update to 0.045sunpoet2012-02-122-3/+4
| | | | | Changes: http://search.cpan.org/dist/IPC-Run3/Changes Approved by: clsung (maintainer, via IRC)
* - Update to 6.2sunpoet2012-02-123-8/+9
| | | | | | - Use DOCSDIR instead of PREFIX/share/doc/global Changes: http://lists.gnu.org/archive/html/info-global/2012-01/msg00000.html
* - Update to 0.005sunpoet2012-02-122-5/+5
| | | | Changes: http://search.cpan.org/dist/Devel-CallChecker/Changes
* - Update to 3.2.1pgollucci2012-02-124-6/+6
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 0.9.0pgollucci2012-02-122-4/+5
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 0.3.7pgollucci2012-02-122-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 3.32.0pgollucci2012-02-122-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 0.9.8.2pgollucci2012-02-122-4/+4
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 1.1.3pgollucci2012-02-122-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 2.11.0pgollucci2012-02-122-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 2.7.2pgollucci2012-02-122-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 1.6.6pgollucci2012-02-122-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 0.4pgollucci2012-02-122-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 3.11.1pgollucci2012-02-122-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 2.13.1pgollucci2012-02-122-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 2.2.1pgollucci2012-02-122-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 2.0.0pgollucci2012-02-122-4/+5
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 3.0.1pgollucci2012-02-122-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 1.1.8pgollucci2012-02-122-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 0.6.7pgollucci2012-02-122-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 1.4.2pgollucci2012-02-122-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Fix DEPENDSpgollucci2012-02-121-2/+5
| | | | | | | | - Bump PORTREVISION PR: ports/164934 Submitted by: swills Approved by: gslin@gslin.org (maintainer)
* - Add TEST_DEPENDSpgollucci2012-02-121-0/+2
| | | | | | PR: ports/164895 Submitted by: swills Approved by: johan@stromnet.se (maintainer)
* - Add TEST_DEPENDSpgollucci2012-02-121-0/+2
| | | | | | PR: ports/164894 Submitted by: swills Approved by: m.tsatsenko@gmail.com (maintainer)
* - Add TEST_DEPENDSpgollucci2012-02-121-0/+1
| | | | | | PR: ports/164935 Submitted by: Steve Wills <swills@freebsd.org> Approved by: catone@cpan.org (maintainer)
* - Add TEST_DEPENDSpgollucci2012-02-121-0/+4
| | | | | | | PR: ports/164929 Submitted by: Steve Wills <swills@freebsd.org> Approved by: cm@therek.net (maintainer) Changes: http://search.cpan.org/dist/CPAN-Inject/Changes
* - Fix Dependspgollucci2012-02-121-2/+6
| | | | | | | | - Bump PORTREVISION PR: ports/164915 Submitted by: Steve Wills <swills@freebsd.org> Approved by: cm@therek.net (maintainer)
* - Update to 0.94sunpoet2012-02-122-3/+3
| | | | Changes: http://search.cpan.org/dist/Clone-Fast/Changes
* - Add missing TEST_DEPENDSswills2012-02-111-1/+2
|
* - Add TEST_DEPENDSswills2012-02-111-0/+1
| | | | Approved by: maintainer (blanket)
* - Update to 1.06sunpoet2012-02-112-3/+3
| | | | Changes: http://search.cpan.org/dist/Params-Validate/Changes
* - Add TEST_DEPENDSswills2012-02-111-0/+2
| | | | Approved by: maintainer (blanket)
* - Add TEST_DEPENDSswills2012-02-111-0/+3
| | | | Approved by: maintainer (blanket)
* - Mark MAKE_JOBS_UNSAFEpgollucci2012-02-111-0/+2
| | | | Reported by: P6 TB
* - Update to 20120204dhn2012-02-112-9/+8
| | | | | | | - Update MASTER_SITES PR: ports/164966 Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
* - Add TEST_DEPENDSswills2012-02-111-0/+2
|
* - Mark MAKE_JOBS_UNSAFEpgollucci2012-02-111-0/+2
| | | | Reported by: P6 TB
* - Add TEST_DEPENDSswills2012-02-101-0/+1
| | | | Approved by: maintainer (blanket)
* - Update to 1.3 [1]culot2012-02-102-5/+5
| | | | | | | | - Fix LICENSE (Artistic 1 & GPL 1 instead of Artistic 2) Changes: http://search.cpan.org/dist/Term-ReadLine-TTYtter/CHANGES PR: ports/164936 [1] Submitted by: Dereckson <dereckson@gmail.com> (maintainer)
* - Update to 0.63.04dhn2012-02-102-3/+3
|
* - Update to 0.009culot2012-02-102-3/+3
| | | | Changes: http://search.cpan.org/dist/Test-Fatal/Changes
* - Update to 1.32sunpoet2012-02-103-7/+13
| | | | Changes: http://search.cpan.org/dist/Test-WWW-Selenium/Changes
* - Update to 2.004sunpoet2012-02-102-8/+11
| | | | | | - Update *_DEPENDS Changes: http://search.cpan.org/dist/Config-Model/ChangeLog
* - Add p5-Test-Command 0.08sunpoet2012-02-105-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | Test::Command intends to bridge the gap between the well tested functions and objects you choose and their usage in your programs. By examining the exit status, terminating signal, STDOUT and STDERR of your program you can determine if it is behaving as expected. This includes testing the various combinations and permutations of options and arguments as well as the interactions between the various functions and objects that make up your program. The various test functions below can accept either a command string or an array reference for the first argument. If the command is expressed as a string it is passed to system as is. If the command is expressed as an array reference it is dereferenced and passed to system as a list. The final argument for the test functions, $name, is optional. By default the $name is a concatenation of the test function name, the command string and the expected value. This construction is generally sufficient for identifying a failing test, but you may always specify your own $name if desired. Any of the test functions can be used as instance methods on a Test::Command object. This is done by dropping the initial $cmd argument and instead using arrow notation. WWW: http://search.cpan.org/dist/Test-Command/
* - Update to 0.010sunpoet2012-02-102-3/+3
| | | | Changes: http://search.cpan.org/dist/Const-Fast/Changes
* - Update to 0.19sunpoet2012-02-102-4/+4
| | | | Changes: http://search.cpan.org/dist/Config-AutoConf/Changes
* - Update to 2.01sunpoet2012-02-102-5/+5
| | | | Changes: http://search.cpan.org/dist/Class-Autouse/Changes
* - Update to 0.08sunpoet2012-02-102-7/+15
| | | | Changes: http://search.cpan.org/dist/Eval-Closure/Changes
* - Update to 0.39sunpoet2012-02-102-3/+3
| | | | Changes: http://search.cpan.org/dist/MooseX-Getopt/ChangeLog
* - Update to 1.12sunpoet2012-02-102-4/+3
| | | | Changes: http://search.cpan.org/dist/B-Keywords/Changes
* - Connect devel/py-isodatesunpoet2012-02-101-0/+1
|
* - Update to 0.05sunpoet2012-02-102-4/+4
| | | | Changes: http://search.cpan.org/dist/Module-Implementation/Changes
* - Update to 1.93sunpoet2012-02-102-4/+4
| | | | Changes: http://search.cpan.org/dist/PadWalker/Changes
* - Add py-isodate 0.4.7sunpoet2012-02-104-0/+94
| | | | | | | | | | | | | | | | | | | | | | This module implements ISO 8601 date, time and duration parsing. The implementation follows ISO8601:2004 standard, and implements only date/time representations mentioned in the standard. If something is not mentioned there, then it is treated as non existent, and not as an allowed option. For instance, ISO8601:2004 never mentions 2 digit years. So, it is not intended by this module to support 2 digit years. (while it may still be valid as ISO date, because it is not explicitly forbidden.) Another example is, when no time zone information is given for a time, then it should be interpreted as local time, and not UTC. As this module maps ISO 8601 dates/times to standard Python data types, like date, time, datetime and timedelta, it is not possible to convert all possible ISO 8601 dates/times. For instance, dates before 0001-01-01 are not allowed by the Python date and datetime classes. Additionally fractional seconds are limited to microseconds. That means if the parser finds for instance nanoseconds it will round it to microseconds. WWW: http://cheeseshop.python.org/pypi/isodate
* - Fix build with nvidia-driver installedamdmi32012-02-101-0/+1
| | | | | | PR: 163215 Submitted by: myself Approved by: maintainer timeout
* - Update to 5.13-20tota2012-02-102-3/+3
|
* - Should have been part of the original commit, py eggs should not be in ↵scheidell2012-02-102-3/+1
| | | | | | | pkg-plist PR: ports/161518 Approved by: Gavin McDonald<gavin@16degrees.com.au> (maintainer, original commit), gabor (mentor)
* Perl module to install an accessor subroutineswills2012-02-105-0/+39
| | | | WWW: http://search.cpan.org/dist/Class-Accessor-Installer/
* - Add additional TEST_DEPENDSswills2012-02-091-1/+2
| | | | | | PR: ports/164931 Submitted by: swills (myself) Approved by: maintainer (culot)
* - Update to 0.050000sunpoet2012-02-092-3/+4
| | | | Changes: http://search.cpan.org/dist/Perl6-Slurp/Changes
* - Update to 1.05sunpoet2012-02-092-3/+3
| | | | Changes: http://search.cpan.org/dist/Params-Validate/Changes
* - Update to 1.450lwhsu2012-02-092-3/+3
|
* - Update to 2.003sunpoet2012-02-093-12/+10
| | | | Changes: http://search.cpan.org/dist/Config-Model/ChangeLog
* - Update to 1.04sunpoet2012-02-092-5/+5
| | | | Changes: http://search.cpan.org/dist/Params-Validate/Changes
* - Update to 0.04sunpoet2012-02-092-6/+9
| | | | Changes: http://search.cpan.org/dist/Class-Load-XS/Changes
* - Update to 0.15sunpoet2012-02-092-5/+7
| | | | | | | | | - Sort *_DEPENDS Changes: http://search.cpan.org/dist/Class-Load/Changes PR: ports/164897 Submitted by: sunpoet (myself) Approved by: az (maintainer, via mail)
* - Update to 0.04sunpoet2012-02-092-4/+4
| | | | Changes: http://search.cpan.org/dist/Module-Implementation/Changes
* - Add TEST_DEPENDSswills2012-02-091-0/+5
| | | | Approved by: maintainer (blanket)
* - Update to 0.5.1pgollucci2012-02-093-7/+19
| | | | | | PR: ports/161002 Submitted by: h h <aakuusta@gmail.com> Approved by: maintainer timeout (philip ; 136 days)
* - Update to 1.60pgollucci2012-02-092-5/+5
| | | | | | | PR: ports/163202 Submitted by: sunpoet Approved by: maintainer timeout (lippe ; 58 days) Changes: http://search.cpan.org/dist/ExtUtils-Manifest/Changes
* - Allow security/openssl to be used instead of base systempgollucci2012-02-091-0/+3
| | | | | | PR: ports/160593 Submitted by: bf Approved by: maintainer timeout (mm ; 152 days)
* - Update to 2.0.5pgollucci2012-02-093-6/+6
| | | | | | | PR: ports/164868 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* Remove whitespace after b.p.m to help reduce false postives when searching ↵eadler2012-02-083-3/+0
| | | | | | | | for other junk after b.p.m Trivial non-functional change so maintainer not contacted Submitted by: Alex Kozlov
* - Bump PORTEPOCHscheidell2012-02-081-0/+1
| | | | Approved by: gabor (mentor, implicit)
* - Update to 0.006010culot2012-02-082-3/+3
| | | | Changes: http://search.cpan.org/dist/Devel-Declare/Changes
* - Connect devel/p5-Module-Implementationsunpoet2012-02-081-0/+1
|
* - Update to 0.007sunpoet2012-02-082-4/+3
| | | | Changes: http://search.cpan.org/dist/CPAN-Meta-YAML/Changes
* - Update to 3.0626sunpoet2012-02-082-3/+3
| | | | Changes: http://search.cpan.org/dist/Object-Simple/Changes
* - Update to 1.03sunpoet2012-02-083-5/+21
| | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Params-Validate/Changes
* - Add p5-Devel-CallChecker 0.004sunpoet2012-02-085-0/+60
| | | | | | | | | | | | | | | | | | | | Devel::CallChecker makes some new features of the Perl 5.14.0 C API available to XS modules running on older versions of Perl. The features are centred around the function cv_set_call_checker, which allows XS code to attach a magical annotation to a Perl subroutine, resulting in resolvable calls to that subroutine being mutated at compile time by arbitrary C code. This module makes cv_set_call_checker and several supporting functions available. (It is possible to achieve the effect of cv_set_call_checker from XS code on much earlier Perl versions, but it is painful to achieve without the centralised facility.) Devel::CallCheckerprovides the implementation of the functions at runtime (on Perls where they are not provided by the core). It also, at compile time, supplies the C header file and link library which provide access to the functions. In normal use, "callchecker0_h" and "callchecker_linkable" should be called at build time (not authoring time) for the module that wishes to use the C functions. WWW: http://search.cpan.org/dist/Devel-CallChecker/
* - Add p5-DynaLoader-Functions 0.001sunpoet2012-02-085-0/+45
| | | | | | | | | DynaLoader::Functions provides a function-based interface to dynamic loading as used by Perl. Some details of dynamic loading are very platform-dependent, so correct use of these functions requires the programmer to be mindful of the space of platform variations. WWW: http://search.cpan.org/dist/DynaLoader-Functions/
* RDoc produces HTML and command-line documentation for Ruby projects. RDocpgollucci2012-02-084-0/+34
| | | | | | | | | | includes the +rdoc+ and +ri+ tools for generating and displaying online documentation. See RDoc for a description of RDoc's markup and basic use. WWW: http://docs.seattlerb.org/rdoc PR: ports/164866 Submitted by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
* Slop is a simple option parser with an easy to remember syntax and friendly API.pgollucci2012-02-084-0/+27
| | | | | | | | Author: Lee Jarvis <lee _at_ jarvis.co> WWW: http://rubygems.org/gems/slop PR: ports/164865 Submitted by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
* method_source is a utility to return a method's sourcecode as a Ruby string.pgollucci2012-02-084-0/+30
| | | | | | | | | | Also returns Proc and Lambda sourcecode. Author: John Mair http://banisterfiend.wordpress.com/ WWW: http://rubygems.org/gems/method_source PR: ports/164864 Submitted by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
* - Pass to ruby@ due to rails dependency on itpgollucci2012-02-081-1/+1
| | | | | PR: ports/162992 Approved by: maintainer
* - Update to 1.6.5pgollucci2012-02-082-3/+3
| | | | | | | PR: ports/164633 Submitted by: TAKATSU Tomonari <tota@freebsd.org> With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 1.6.5pgollucci2012-02-082-3/+3
| | | | | | | PR: ports/164632 Submitted by: TAKATSU Tomonari <tota@freebsd.org> With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Fix WWW: linkspgollucci2012-02-082-2/+2
|
* - Update to 0.50sunpoet2012-02-082-4/+5
| | | | Changes: http://search.cpan.org/dist/Inline/Changes
* - Update to 0.34sunpoet2012-02-082-3/+3
| | | | Changes: http://search.cpan.org/dist/AnyMQ/Changes
* - Update to 0.101022sunpoet2012-02-082-3/+3
| | | | Changes: http://search.cpan.org/dist/Version-Requirements/Changes
* - Update to 2.0402sunpoet2012-02-082-3/+10
| | | | | | - Add more TEST_DEPENDS Changes: http://search.cpan.org/dist/Moose/Changes
* - Update to 2.8.0pgollucci2012-02-082-3/+3
| | | | | | Approved by: maintainer (implicit, required for other rspec updates belonging to ruby@) With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - set PORTSCOUT var to prevent future debaclespgollucci2012-02-081-0/+1
|
* - Revert very quickly and don't set PORTEPOCHpgollucci2012-02-082-3/+3
|
* - Update to 2.1.2pgollucci2012-02-082-3/+3
| | | | | | Approved by: maintainer (implicit, required for rails 3.2.0 update) With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 0.22sunpoet2012-02-083-19/+14
| | | | | | | - Use PORTEXAMPLES - Do not silence installation message Changes: http://search.cpan.org/dist/Pod-Coverage/Changes
* - Update to 1.2.1pgollucci2012-02-082-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 3.2.0pgollucci2012-02-082-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 0.8.0pgollucci2012-02-082-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 1.0.0pgollucci2012-02-082-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 2.3.5pgollucci2012-02-082-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Fix broken portscheidell2012-02-081-4/+2
| | | | | | PR: ports/164854 Submitted by: Tom Judge<tom@tomjudge.com> (maintainer) Approved by: gabor (mentor)
* - Update to 0.3.6pgollucci2012-02-082-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 3.0.10pgollucci2012-02-082-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 3.31.0pgollucci2012-02-082-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 1.5.7pgollucci2012-02-082-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 2.8.0pgollucci2012-02-086-9/+9
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 0.0.6pgollucci2012-02-082-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 2.10.0pgollucci2012-02-082-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 1.6.2pgollucci2012-02-082-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 2.7.1pgollucci2012-02-082-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 1.6.4pgollucci2012-02-084-8/+6
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 2.13.0pgollucci2012-02-082-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 2.9.3pgollucci2012-02-082-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 3.0.0pgollucci2012-02-082-3/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 3.2.0pgollucci2012-02-082-4/+7
| | | | | | | - disable rdoc, rdoc --encoding UTF8 is broken [sigh] With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Add a new port: devel/R-cran-reshape2tota2012-02-084-0/+31
| | | | | | | Reshape lets you flexibly restructure and aggregate data using just two functions: melt and cast. WWW: http://cran.r-project.org/web/packages/reshape2/
* - update to Version 1.1.14ohauer2012-02-083-7/+81
| | | | | | | | | | | | | | | | - pet portlint - always install the rc script CHANGES: Version 1.1.13 (released 23-Jan-2012) * fix svndbadmin failure on deleted paths under Subversion 1.7 (issue #499) * fix annotation of files in svn roots with non-URI-safe paths * fix stray annotation warning in markup display of images * more gracefully handle attempts to display binary content (issue #501) Additional patch (pre 1.1.14): * fix annotation of svn files with non-URI-safe paths (issue #504)
* - Update to 0.10sunpoet2012-02-072-7/+6
| | | | Changes: http://search.cpan.org/dist/B-Hooks-Parser/Changes
* The variable is USE_PERL5 not USE_PERLeadler2012-02-078-8/+8
| | | | | | Submitted by: Alex Kozlov Reviewed by: perl (swills) Approved by: portmgr (pav)
* Update to 0.7.1 (this fix build).romain2012-02-073-8/+42
|
* - Update to 6.03miwi2012-02-072-3/+3
| | | | | PR: 164697 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
* - Add p5-Module-Implementation 0.03sunpoet2012-02-074-0/+53
| | | | | | | | | | | | | Module::Implementation abstracts out the process of choosing one of several underlying implementations for a module. This can be used to provide XS and pure Perl implementations of a module, or it could be used to load an implementation for a given OS or any other case of needing to provide multiple implementations. Module::Implementation is only useful when you know all the implementations ahead of time. If you want to load arbitrary implementations then you probably want something like a plugin system, not this module. WWW: http://search.cpan.org/dist/Module-Implementation/
* - Update to 2.120351sunpoet2012-02-072-9/+9
| | | | | | - Sort MAN3 Changes: http://search.cpan.org/dist/CPAN-Meta/Changes
* - Update to 0.96sunpoet2012-02-072-3/+3
| | | | Changes: http://search.cpan.org/dist/version/Changes
* - Add BUILD_DEPENDSsunpoet2012-02-071-0/+6
| | | | | | | - Update *_DEPENDS: add missing lang/p5-Try-Tiny PR: ports/164746 Submitted by: swills
* - Update to 0.15sunpoet2012-02-072-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Capture-Tiny/Changes PR: ports/163896 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 4 weeks)
* - Respect LOCALBASEmiwi2012-02-071-5/+5
|
* Update p4web to 2011.1/409868.gordon2012-02-075-9/+9
|
* Update p4d to 2011.1/409024.gordon2012-02-075-9/+9
|
* - Update to 1.1.7pgollucci2012-02-072-3/+3
| | | | - This fixes the world writable file issue reported eearlier.
* The scream extension gives the possibility to disable the silencing errormiwi2012-02-074-0/+35
| | | | | | | | | | | control operator (aka The At Sign: '@') so all errors are being reported. This feature is controlled by an ini setting. WWW: http://pecl.php.net/package/scream PR: ports/163669 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
* - Update to version 6.0.8miwi2012-02-0713-332/+821
| | | | | PR: 164153 Submitted by: Ports Fury
* - Update to 0.7miwi2012-02-073-33/+59
| | | | | PR: 164611 Submitted by: maintainer
* remove a redundant "static" that caused builds with gcc-likebf2012-02-072-4/+56
| | | | compilers on big-endian systems to fail
* - Remove useless USE_PERLswills2012-02-071-1/+0
|
* - Remove useless USE_PERLswills2012-02-071-1/+0
|
* give all my p5-* ports to perl teambapt2012-02-074-4/+4
|
* - Add missing BUILD/RUN DEPENDS [1]swills2012-02-071-2/+4
| | | | | | | | | - Turn over to perl@ [2] PR: ports/164779 []1 Submitted by: swills (myself) [1] Approved by: maintainer (blanket) [1] Requested by: maintainer (bapt) [2]
* Update to 1.01crees2012-02-072-3/+3
|
* - fix build with gcc46dinoex2012-02-071-0/+10
|
* - Update to 0.5.1jgh2012-02-073-11/+10
| | | | | | | - while here fix dependency declarations, and move formail to run_depends PR: ports/164718 Submitted by: maintainer, doj at cubic.org
* - Chase unixODBC shlib bumpmiwi2012-02-062-2/+3
|
* Update to 3.6.8skv2012-02-063-36/+3
| | | | | Changes: http://www.bugzilla.org/releases/3.6.8/release-notes.html#v36_point Security: http://www.vuxml.org/freebsd/309542b5-50b9-11e1-b0d8-00151735203a.html
* Update to 4.0.4skv2012-02-063-36/+3
| | | | | Changes: http://www.bugzilla.org/releases/4.0.4/release-notes.html#v40_point Security: http://www.vuxml.org/freebsd/309542b5-50b9-11e1-b0d8-00151735203a.html
* - Update to 2.2tdb2012-02-064-6/+6
| | | | | | | | | Changes: https://github.com/sitaramc/gitolite/blob/pu/doc/CHANGELOG https://github.com/sitaramc/gitolite/compare/v2.1...v2.2 PR: ports/164809 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
* - Update to 0.96culot2012-02-062-3/+3
| | | | Changes: http://search.cpan.org/dist/Devel-CheckLib/CHANGES
* - Update to 20111215.araujo2012-02-068-412/+418
| | | | Submitted by: Tassilo Philipp <tphilipp@potion-studios.com> (maintainer via email)
* - Update to 4.6.2.araujo2012-02-0619-1062/+1534
| | | | Submitted by: Tassilo Philipp <tphilipp@potion-studios.com> (maintainer via email)
* - Update to 1.20.0.araujo2012-02-0647-2654/+3457
| | | | Submitted by: Tassilo Philipp <tphilipp@potion-studios.com> (maintainer via email)
* - Update to 7.3.1.araujo2012-02-0617-287/+283
| | | | Submitted by: Tassilo Philipp <tphilipp@potion-studios.com> (maintainer via email)
* - Update to 2.22.araujo2012-02-0632-3277/+3160
| | | | Submitted by: Tassilo Philipp <tphilipp@potion-studios.com> (maintainer via email)
* - update to 3.7.4rm2012-02-062-3/+3
|
* - update to 0.21.2rm2012-02-062-7/+11
| | | | | | | | | | | - change maintainer's email - add devel/bmkdep to RUN_DEPENDS and set MKDEP to it by default: `mkcmake depend' does not work correctly with FreeBSD's mkdep. This is reported by avg@ - pet portlint while i'm here PR: 164776 Submitted by: trociny (maintainer)
* - Add missing BUILD_DEPENDS to silence build warningsswills2012-02-051-1/+11
| | | | | | | | - Add TEST_DEPENDS to enable testing PR: ports/164777 Submitted by: swills (myself) Approved by: maintainer (blanket)
* Update to version 2.1.roberto2012-02-054-25/+18
| | | | | | | | Release notes for 2.1 and before: http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.1_.282012-02-01.29 PR: ports/164708 Submitted by: Olivier Duchateau <duchateau.olivier AT gmail.com>
* Update to 1.35lth2012-02-052-4/+4
|
* Update to 2.60lth2012-02-052-4/+4
|
* - Add TEST_DEPENDSswills2012-02-051-0/+2
| | | | | | PR: ports/164780 Submitted by: swills (myself) Approved by: rpaulo (maintainer, via IRC)
* Extensive, yet simple, logging role using Log::Dispatchouliswills2012-02-055-0/+45
| | | | WWW: http://search.cpan.org/dist/MooseX-Role-Loggable/
* - Add missing BUILD_DEPENDS to silence build warningsswills2012-02-051-0/+3
| | | | | | PR: ports/164744 Submitted by: swills (myself) Approved by: sahil (maintainer)
* - Fix *_DEPENDS:swills2012-02-052-7/+9
| | | | | | | | | | - ExtUtils::MakeMaker is already in all supported Perl releases - Test::Exception is a test-only dependency - Bump PORTREVISION for dependency change - Fix PLIST for p5-Test-Exception removal from *_DEPENDS PR: ports/164648 Submitted by: sunpoet
* - Unbreak after devel/gdb update (1);romain2012-02-043-9/+8
| | | | | | - Fix pkg-plist. Reported by: pointyhat (1)
* - Update to 1.58dhn2012-02-042-3/+5
|
* - Remove dependency on gmake.avilla2012-02-041-2/+0
|
* - Update TEST_DEPENDSswills2012-02-041-2/+2
|
* - Unbreak on 7.x due to missing sigignore()glarkin2012-02-042-2/+18
| | | | Submitted by: pointyhat (via pav)
* - Add TEST_DEPENDSswills2012-02-041-0/+3
| | | | Approved by: maintainer (blanket)
* Respect WITHOUT_NLS.wxs2012-02-042-2/+10
|
* Fix WWW in pkg-descr. git-scm.org redirects to git-scm.com.wxs2012-02-041-1/+1
|
* Update to 1.16.1eadler2012-02-032-3/+3
| | | | | | | | Changes: Build changes only. However update now to avoid problems with future updates and reduce confusion about how up to date our X is. Reviewed by: miwi, kwm Obtained from: xorg-dev repo
* - Update to 0.5.2sbz2012-02-033-4/+8
| | | | Approved by: jadawin@, miwi@ (mentors, implicit)
* - Mark BROKEN on 7.X: does not compilepav2012-02-031-0/+4
| | | | | | | | libtest/test.cc: In function 'int main(int, char**)': libtest/test.cc:116: error: 'sigignore' was not declared in this scope gmake[1]: *** [libtest/libtest_libtest_la-test.lo] Error 1 Reported by: pointyhat
* Update to 1.8.4mm2012-02-022-3/+3
|
* Update to 1.0.5mm2012-02-022-3/+3
|
* Update to 1.1.4mm2012-02-022-3/+3
|
* - Update to 0.006009culot2012-02-022-5/+13
| | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Devel-Declare/Changes
* - Clearify DEPRECATED messagesunpoet2012-02-021-1/+2
| | | | - Set EXPIRATION_DATE to 2012-03-01
* - Add TEST_DEPENDSswills2012-02-021-0/+2
| | | | Approved by: maintainer (blanket)
* - Update to 5.2.0gahr2012-02-024-24/+19
| | | | | | | | | | | | | | | Changes: * better handling of strerror_r support. * corrected copyright. Since cc libs were moved to bayonne and commoncpp had been added, ALL of ucommon (including commoncpp2) are L-GPL, not just the "core" library. * more standardized manpages * improved shell::detach support and new pdetach utility * fsys generic basic file operations * commoncpp file and dso compatibility support added - Add LICENSE (LGPL3) - Move binaries to ${PREFIX}/bin/ucommon to avoid clashes (ucommon binaries have pretty standard names)
* - Update to 1.250swills2012-02-022-3/+3
| | | | | PR: ports/164649 Submitted by: sunpoet
* - Reassign to the heaptabthorpe2012-02-016-6/+6
|
* - Update to 2.10culot2012-02-012-3/+3
| | | | Changes: http://search.cpan.org/dist/Term-Menus/ChangeLog
* - Update to 2.3.1wen2012-02-013-28/+37
|
* Update to 0.8.10cs2012-02-012-4/+4
| | | | Approved by: glarkin@ (mentor, implicit)
* Update to 0.2.7wxs2012-02-012-3/+4
|