summaryrefslogtreecommitdiff
path: root/devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This component extends POE::Component::Schedule by adding an easy way t specifyMathieu Arnold2010-12-225-0/+45
| | | | | | | event schedules using a simple cron spec. Notes: svn path=/head/; revision=266718
* This POE component encapsulates a session that sends events to client sessionsMathieu Arnold2010-12-225-0/+38
| | | | | | | on a schedule as defined by a DateTime::Set iterator. Notes: svn path=/head/; revision=266716
* Uptate to 1.50.00Mathieu Arnold2010-12-212-4/+3
| | | | Notes: svn path=/head/; revision=266708
* Update to 0.1202Mathieu Arnold2010-12-212-6/+5
| | | | Notes: svn path=/head/; revision=266707
* Update to 0.16.005Mathieu Arnold2010-12-212-4/+4
| | | | Notes: svn path=/head/; revision=266706
* - update to 20101221135605Baptiste Daroussin2010-12-212-3/+3
| | | | Notes: svn path=/head/; revision=266705
* - Update to 3.77.Frederic Culot2010-12-212-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Object-InsideOut/Changes Approved by: sahil@/wen@ (mentors, implicit) Notes: svn path=/head/; revision=266704
* - Update to 0.88Wen Heping2010-12-212-3/+3
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/JPEACOCK/version-0.88/Changes Notes: svn path=/head/; revision=266700
* * Add LICENSEMartin Wilke2010-12-212-1/+3
| | | | | | | | | | | | * Remove MD5 line from distinfo. * Add IGNORE_WITH_PHP=4 as it does not compile. PR: 153015 Submitted by: Tom Judge <tom@tomjudge.com> Approved by: maintainer Notes: svn path=/head/; revision=266693
* Oogly is a different approach to data validation, it attempts to simplifyPhilip M. Gollucci2010-12-215-0/+35
| | | | | | | | | | | | | | | and centralize data validation rules to ensure DRY (don't repeat yourself) code. It is not the intent of this module to provide validation routines but instead to provide a simplistic validation flow-control and promote code reuse. WWW: http://search.cpan.org/~awncorp/Oogly/ PR: ports/153315 Submitted by: Grzegorz Blach <magik at roorback.net> Notes: svn path=/head/; revision=266687
* - Update to 0.05Philip M. Gollucci2010-12-212-4/+3
| | | | | | | | | | | - Remove MD5 PR: ports/153288 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer) Changes: http://search.cpan.org/dist/Class-Accessor-Lite/Changes Notes: svn path=/head/; revision=266682
* - Update to 4.01Philip M. Gollucci2010-12-212-4/+3
| | | | | | | | | | | - Remove MD5 PR: ports/153270 Submitted by: Vladimir Timofeev <vovkasm@gmail.com> (maintainer) Changes: http://search.cpan.org/perldoc?EV/Changes Notes: svn path=/head/; revision=266680
* - Upgrade to 0.08.Jun Kuriyama2010-12-212-3/+3
| | | | Notes: svn path=/head/; revision=266677
* Jonk is simple job tanking system.Jun Kuriyama2010-12-215-0/+56
| | | | | | | | | | | Job is saved and taken out. Besides, nothing is done. You may use Jonk to make original Job Queuing System. WWW: http://search.cpan.org/dist/Jonk/ Notes: svn path=/head/; revision=266676
* - Update to 0.34Wen Heping2010-12-213-5/+6
| | | | | | | ChangeLog: http://search.cpan.org/src/GUGOD/self-0.34/Changes Notes: svn path=/head/; revision=266675
* - Fix fetchWen Heping2010-12-211-2/+2
| | | | Notes: svn path=/head/; revision=266670
* Web sites are often hosted on servers where bzr can't be installed.Greg Larkin2010-12-205-0/+59
| | | | | | | | | | | | | | | | | In other cases, the web site must not give access to its corresponding branch (for security reasons for example). Finally, web hosting providers often provides only ftp access to upload sites. This plugin uploads only the relevant changes in your working tree since the last upload using ftp or sftp protocols. WWW: http://wiki.bazaar.canonical.com/BazaarUploadForWebDev PR: ports/153013 Submitted by: Carlo Strub <c-s at c-s.li> Notes: svn path=/head/; revision=266669
* Put ${LOCALBASE}/include at the end of the include path to prevent headers inSteven Kreuzer2010-12-201-2/+3
| | | | | | | | | ${LOCALBASE} from overriding internal gdb headers if devel/readline is installed Submitted by: jhb@ Notes: svn path=/head/; revision=266658
* - Update to 0.6.6.Alberto Villa2010-12-205-31/+15
| | | | | | | - Add LICENSE. Notes: svn path=/head/; revision=266649
* - fix a typo in patch-cc-flags[1]Baptiste Daroussin2010-12-202-1/+3
| | | | | | | | | - re-add CONFLICTS for a couple of month to prevent user from installing the new devel/icu while they still have an old version of devel/icu2 or devel/icu4 [2] Submitted by: Ruslan Mahmatkhanov <cvs-src _at_ yandex.ru> (by mail) [1] and bsam@ (by mail) [2] Notes: svn path=/head/; revision=266645
* - Add LICENSERenato Botelho2010-12-201-0/+3
| | | | | | | | | | - Add IGNORE_WITH_PHP=4 sicne it doesn't build PR: ports/153023 Submitted by: Tom Judge <tom@tomjudge.com> Notes: svn path=/head/; revision=266644
* * Add LICENSE=PHP301 - http://pecl.php.net/package/spreadMartin Wilke2010-12-202-1/+3
| | | | | | | | | | | * Remove MD5 line from distinfo. * Add IGNORE_WITH_PHP=4 PR: 153035 Submitted by: "Tom Judge" <tom@tomjudge.com> Notes: svn path=/head/; revision=266627
* * Add LICENSE=PHP30 - http://pecl.php.net/package/operatorMartin Wilke2010-12-202-2/+3
| | | | | | | | | | | | | * Remove MD5 line from distinfo. * Don't forcibly define DEFAULT_PHP_VAR, allow the user to get an error if its defined in the environment. This will stop builds from pulling in php 5.3 when the global default is defined as php 4 or 52. PR: 153029 Submitted by: "Tom Judge" <tom@tomjudge.com> Notes: svn path=/head/; revision=266626
* * Add LICENSE=PHP301Martin Wilke2010-12-203-4/+4
| | | | | | | | | | | | * Remove MD5 line from distinfo. * Remove http://t3.dotgnu.info/code/ from pkg-descr and MASTER_SITES this domain is now parked with GoDaddy. * Add IGNORE_WITH_PHP=4 as this package requires php 5.1.0 or newer PR: 153017 Submitted by: "Tom Judge" <tom@tomjudge.com> Notes: svn path=/head/; revision=266625
* * Add LICENSEMartin Wilke2010-12-201-0/+3
| | | | | | | | | | * Add IGNORE_WITH_PHP=4 52 as this requires php 5.2.4 or newer and has a compile issue on 5.2. PR: 153020 Submitted by: "Tom Judge" <tom@tomjudge.com> Notes: svn path=/head/; revision=266624
* * Add LICENSEMartin Wilke2010-12-202-1/+3
| | | | | | | | | | | * Remove MD5 line from distinfo. * Add IGNORE_WITH_PHP=4 PR: 152995 Submitted by: "Tom Judge" <tom@tomjudge.com> Notes: svn path=/head/; revision=266623
* * Add LICENSEMartin Wilke2010-12-202-1/+3
| | | | | | | | | | | * Remove MD5 line from distinfo. * Add IGNORE_WITH_PHP=4 as this module requires php 5.2.0 or newer. PR: 153016 Submitted by: "Tom Judge" <tom@tomjudge.com> Notes: svn path=/head/; revision=266622
* * Add LICENSEMartin Wilke2010-12-202-1/+3
| | | | | | | | | | | * Remove MD5 line from distinfo. * Add IGNORE_WITH_PHP=4 PR: 152948 Submitted by: "Tom Judge" <tom@tomjudge.com> Notes: svn path=/head/; revision=266621
* * Add LICENSE and LICENSE_COMB=multiMartin Wilke2010-12-202-1/+4
| | | | | | | | | | | * Remove MD5 line from distinfo. * Add IGNORE_WITH_PHP=4 as this module requires php 5.2.0 or newer. PR: 152946 Submitted by: "Tom Judge" <tom@tomjudge.com> Notes: svn path=/head/; revision=266620
* * Add LICENSEMartin Wilke2010-12-202-1/+3
| | | | | | | | | | | * Remove MD5 line from distinfo. * Add IGNORE_WITH_PHP=4 as this module requires 5.1.0 or newer PR: 152945 Submitted by: "Tom Judge" <tom@tomjudge.com> Notes: svn path=/head/; revision=266618
* - Update to dev-r2686 and bump PORTREVISIONWen Heping2010-12-202-8/+7
| | | | | | | - Update my email to FreeBSD Notes: svn path=/head/; revision=266613
* * Update comment to reflect that this is a php 4 only port.Martin Wilke2010-12-202-4/+5
| | | | | | | | | | | * Update IGNORE_WITH_PHP to mark is IGNORE= with php 5.2 * Remove MD5 from distinfo. PR: 152905 Submitted by: "Tom Judge" <tom@tomjudge.com> Notes: svn path=/head/; revision=266610
* - Update to 1.8.1Wen Heping2010-12-203-3/+17
| | | | Notes: svn path=/head/; revision=266609
* Clean up ruby pkg-plists:Philip M. Gollucci2010-12-208-29/+0
| | | | | | | | | | | | | | | | | | | %%RUBY_SITEARCHLIBDIR%% %%RUBY_SITELIBDIR%% lib/ruby/site_ruby %%RUBY_VENDORARCHLIBDIR%% %%RUBY_VENDORLIBDIR%% lib/ruby/vendor_ruby lib/ruby Above directories are owned by lang/ruby1[89] ports. PR: ports/153041 Tested by: 2-exp runs by pav With Hat: ruby@ Notes: svn path=/head/; revision=266600
* - Update to 4.0.2Wen Heping2010-12-203-24/+10
| | | | | | | | PR: ports/153275 Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer) Notes: svn path=/head/; revision=266598
* - Update to 0.05Wen Heping2010-12-202-4/+3
| | | | | | | | | | (Fix the build of devel/p5-Class-Accessor-Grouped) ChangeLog: http://cpansearch.perl.org/src/FLORA/Sub-Name-0.05/Changes Approved by: maintainer(implicity) Notes: svn path=/head/; revision=266597
* Allow parallel build by building dependencies first.Matthias Andree2010-12-192-2/+4
| | | | | | | Approved by: mezz (maintainer) Notes: svn path=/head/; revision=266591
* Move archivers/unzip to EXTRACT_DEPENDS to fix the build.Rene Ladan2010-12-191-3/+3
| | | | | | | While here, add -q argument to unzip. Notes: svn path=/head/; revision=266590
* Update to 0.06Andrej Zverev2010-12-192-4/+3
| | | | Notes: svn path=/head/; revision=266588
* Update to 0.29Andrej Zverev2010-12-192-5/+3
| | | | Notes: svn path=/head/; revision=266587
* - Update to 0.92Frederic Culot2010-12-192-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Devel-CheckLib/CHANGES Approved by: sahil@/wen@ (mentors, implicit) Notes: svn path=/head/; revision=266580
* Update to 1.7.3.4.Wesley Shields2010-12-193-7/+20
| | | | | | | Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.3.4.txt Notes: svn path=/head/; revision=266573
* Update to 0.83.2.Joe Marcus Clarke2010-12-192-5/+3
| | | | Notes: svn path=/head/; revision=266569
* - Update to 20101210Frederic Culot2010-12-182-3/+3
| | | | | | | | | PR: ports/153268 Submitted by: Mikolaj Golub <to.my.trociny at gmail.com> (maintainer) Approved by: sahil@/wen@ (mentors, implicit) Notes: svn path=/head/; revision=266553
* . Fix download/web site.Greg Lewis2010-12-184-23/+50
| | | | | | | . Minor update to 2.7.7. Notes: svn path=/head/; revision=266542
* - Update to 0.53Philip M. Gollucci2010-12-172-4/+3
| | | | | | | | | | - Remove MD5 With Hat: perl@ Changes: http://search.cpan.org/dist/Test-WWW-Mechanize-Catalyst/Changes Notes: svn path=/head/; revision=266517
* - Update to 0.88Philip M. Gollucci2010-12-172-4/+6
| | | | | | | | With Hat: perl@ Changes: http://search.cpan.org/dist/Mouse/Changes Notes: svn path=/head/; revision=266516
* - Update to 0.25Philip M. Gollucci2010-12-172-4/+3
| | | | | | | | | | - Remove MD5 With Hat: perl@ Changes: http://search.cpan.org/dist/MooseX-Types/Changes Notes: svn path=/head/; revision=266515
* - Update to 0.10000Philip M. Gollucci2010-12-172-7/+5
| | | | | | | | | | - Remove MD5 With Hat: perl@ Changes: http://search.cpan.org/dist/Class-Accessor-Grouped/Changes Notes: svn path=/head/; revision=266514
* - Pass to perl@Philip M. Gollucci2010-12-174-4/+4
| | | | Notes: svn path=/head/; revision=266513