aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-PAR
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.95.1Rong-En Fan2006-08-142-4/+4
| | | | Notes: svn path=/head/; revision=170502
* - Update to 0.95.0Rong-En Fan2006-08-122-5/+5
| | | | Notes: svn path=/head/; revision=170374
* - Update to 0.94.2 (distversion 0.942)Rong-En Fan2006-07-232-6/+6
| | | | Notes: svn path=/head/; revision=168522
* Change to my FreeBSD.org email.Rong-En Fan2006-06-271-1/+1
| | | | | | | Approved by: delphij (mentor) Notes: svn path=/head/; revision=166420
* Update to 0.94.1Erwin Lansing2006-06-222-4/+5
| | | | | | | | PR: 99319 Submitted by: Rong-En Fan <rafan@infor.org> (maintainer) Notes: svn path=/head/; revision=166048
* - Update to 0.94Cheng-Lung Sung2006-06-022-6/+7
| | | | | | | | | | | - use module directory - Fix build with Digest::SHA >= 5.38 PR: 98378 Submitted by: maintainer (Rong-En Fan) Notes: svn path=/head/; revision=164226
* Update to 0.92.Roman Bogorodskiy2006-04-192-9/+9
| | | | | | | | PR: 95879 Submitted by: Rong-En Fan (maintainer) Notes: svn path=/head/; revision=159913
* Remove CONFLICTS with nss.Joe Marcus Clarke2006-02-021-2/+0
| | | | Notes: svn path=/head/; revision=155108
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* - update to 0.90Cheng-Lung Sung2006-01-102-5/+5
| | | | | | | | | PR: 91578 Submitted by: clsung Approved by: Rong-En Fan (maintainer) Notes: svn path=/head/; revision=153204
* - Update to 0.89Michael Johnson2005-06-242-3/+3
| | | | | | | | PR: ports/82585 Submitted by: Rong-En Fan (maintainer) Notes: svn path=/head/; revision=137948
* - Update to 0.87Cheng-Lung Sung2005-02-022-3/+3
| | | | | | | | PR: ports/76994 Submitted by: Rong-En Fan (maintainer) Notes: svn path=/head/; revision=127893
* Upgrade to 0.86.Vanilla I. Shu2004-12-132-5/+5
| | | | | | | | PR: ports/74979 Submitted by: maintainer Notes: svn path=/head/; revision=123908
* Both PAR and nss install bin/pp, add a conflict.Vanilla I. Shu2004-08-241-1/+3
| | | | | | | | PR: ports/70875 Submitted by: maintainer Notes: svn path=/head/; revision=117206
* After devel/p5-File-Temp has gained an IGNORE for PERL_LEVEL > 500800, allMathieu Arnold2004-08-121-2/+4
| | | | | | | | these ports were broken because they always depended on it. I've rearranged all the dependencies to fit the new scheme. Notes: svn path=/head/; revision=116026
* upgrade to 0.85Ying-Chieh Liao2004-08-113-9/+10
| | | | | | | | | | | pass maintainership PR: 70142 Submitted by: Rong-En Fan <rafan@infor.org> (new maintainer) Reviewed by: old maintainer Notes: svn path=/head/; revision=115906
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Update to version 0.77.Dmitry Sivachenko2004-01-013-9/+23
| | | | | | | Submitted by: Autrijus Tang <autrijus@autrijus.org> (maintainer) Notes: svn path=/head/; revision=97044
* Replace BROKEN with IGNORE for perl version < 5.6.Dmitry Sivachenko2003-12-151-3/+3
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=95880
* Update to version 0.75.Dmitry Sivachenko2003-09-252-2/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=89328
* Check for PERL <= 5.006.Adam Weinberger2003-09-151-1/+10
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=88994
* New port: p5-PAR.Dmitry Sivachenko2003-08-284-0/+57
The PAR Toolkit is a cross between Java's JAR and Perl2EXE; It makes cross-platform packaging and deployment a breeze for Perl programmers. Notable features include: * Turn your Perl programs into ready-to-run executables * Pack scripts and requered libraries with a binary loader * Put PAR files into @INC to avoid version conflicts * Works with remote URL as well as local files * Supports XS modules and DATA sections * Turns CPAN module distributions into PAR distributions * Install, uninstall, signs and verifies PAR distributions * Runs scripts inside PAR files, generated by "pp -p" Submitted by: Autrijus Tang <autrijus@autrijus.org> Notes: svn path=/head/; revision=87844