summaryrefslogtreecommitdiff
path: root/devel/p5-PAR (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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