aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-PDFJ
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Cleanup plistAntoine Brodin2014-11-121-6/+0
| | | | Notes: svn path=/head/; revision=372492
* Support stageBaptiste Daroussin2014-04-081-10/+10
| | | | Notes: svn path=/head/; revision=350568
* Convert j* to USES=zipBaptiste Daroussin2014-03-101-2/+1
| | | | Notes: svn path=/head/; revision=347771
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+1
| | | | | | | japanese) Notes: svn path=/head/; revision=327737
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-1/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327380
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - Reduce "use of uninitialized value" warnings.Jun Kuriyama2010-01-084-7/+210
| | | | | | | | | - Remove pseudo-hash usage [1]. Obtained from: http://github.com/clairvy/pdfj/commit/b109933fb09771789b9faded5f1f6c108226ae8f [1] Notes: svn path=/head/; revision=247376
* - Reduce warnings.Jun Kuriyama2007-05-263-5/+43
| | | | Notes: svn path=/head/; revision=191901
* Upgrade to 0.90.Jun Kuriyama2007-03-303-4/+9
| | | | Notes: svn path=/head/; revision=188804
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Upgrade to 0.86.Jun Kuriyama2005-06-072-3/+3
| | | | Notes: svn path=/head/; revision=136971
* Update to 0.84.Jun Kuriyama2005-02-193-3/+7
| | | | Notes: svn path=/head/; revision=129262
* Update to 0.83.Jun Kuriyama2005-02-083-4/+53
| | | | Notes: svn path=/head/; revision=128252
* Upgrade to 0.81.Jun Kuriyama2004-11-054-62/+8
| | | | | | | Requested by: nork Notes: svn path=/head/; revision=120834
* Don't remove a directory we didn't installKris Kennaway2004-05-081-1/+0
| | | | Notes: svn path=/head/; revision=108664
* SIZEify.Jun Kuriyama2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104341
* Upgrade to 0.71.Jun Kuriyama2003-11-035-179/+72
| | | | Notes: svn path=/head/; revision=92947
* utilize SITE_PERLYing-Chieh Liao2003-10-241-10/+10
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* de-pkg-comment.Jun Kuriyama2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76128
* Make this module "perl -w" friendly.Jun Kuriyama2002-10-243-2/+182
| | | | | | | Respect $PKGNAMEPREFIX in ../Makefile.inc. Notes: svn path=/head/; revision=68711
* Add ja-p5-PDFJ (module provides methods to generate Japanese PDF file).Jun Kuriyama2002-10-225-0/+35
Notes: svn path=/head/; revision=68559