aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-PDFJ
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* *: re-assign kuriyama@s ports to the pool, commit bit safekeptRene Ladan2021-10-041-1/+1
| | | | With hat: portmgr-secretary
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* japanese/*: Use NO_WRKSUBDIRTobias Kortkamp2019-02-021-1/+2
| | | | Notes: svn path=/head/; revision=491934
* 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