aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-Jcode
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+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-2/+0
| | | | Notes: svn path=/head/; revision=372492
* - Stage supportMartin Wilke2014-01-282-3/+2
| | | | Notes: svn path=/head/; revision=341610
* 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/+3
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327410
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-222-29/+3
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* Upgrade to 2.07.Jun Kuriyama2008-09-032-4/+4
| | | | | | | | PR: ports/127041 Submitted by: Takefu Kenji <takefu@airport.fm> Notes: svn path=/head/; revision=219745
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Fix plist substitution in the new Perl order.Mark Linimon2007-09-081-2/+2
| | | | | | | Pointy hat to: linimon Notes: svn path=/head/; revision=199118
* Update to 2.06.Norikatsu Shigemura2006-11-022-4/+4
| | | | | | | Approved by: kuriyama by telephone Notes: svn path=/head/; revision=176170
* - Update to 2.05Aaron Dalton2006-07-012-4/+4
| | | | | | | | | PR: ports/99056 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit) Notes: svn path=/head/; revision=166721
* - Update to 2.04.Jun Kuriyama2006-05-062-4/+4
| | | | | | | (Fix problem around autoload methods (like $j->MIME_Header)) Notes: svn path=/head/; revision=161486
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-211-1/+1
| | | | | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search Notes: svn path=/head/; revision=143304
* - Update to 2.03.Jun Kuriyama2005-07-234-38/+27
| | | | | | | | - Since 2.x, Jcode is the wrapper of Encode module with perl-5.8.1 and after. Notes: svn path=/head/; revision=139947
* Update to 0.88.Jun Kuriyama2005-01-113-12/+3
| | | | Notes: svn path=/head/; revision=126106
* Unbreak about $PKGNAMEPREFIX recursion.Jun Kuriyama2004-08-101-2/+2
| | | | | | | Found by: freshports Notes: svn path=/head/; revision=115787
* - Upgrade to 0.87.Jun Kuriyama2004-08-102-11/+10
| | | | | | | - Move conditional dependency to the bottom of Makefile. Notes: svn path=/head/; revision=115780
* Only perl 5.8.4 have Base64 3.01, use 500804 as PERL_LEVELAndrey A. Chernov2004-07-151-1/+1
| | | | Notes: svn path=/head/; revision=113711
* Don't install p5-MIME-Base64 for newest perlsAndrey A. Chernov2004-07-151-3/+5
| | | | Notes: svn path=/head/; revision=113710
* o Avoid warning about use of uninitialized value in jfold().Jun Kuriyama2004-03-292-0/+21
| | | | | | | o Fix typo in jfold() manpage. Notes: svn path=/head/; revision=105612
* SIZEify.Jun Kuriyama2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104341
* utilize SITE_PERLYing-Chieh Liao2003-10-242-20/+19
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Upgrade to 0.83.Jun Kuriyama2003-07-022-3/+3
| | | | Notes: svn path=/head/; revision=84016
* de-pkg-comment.Jun Kuriyama2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76128
* Upgrade to 0.82.Jun Kuriyama2002-11-012-2/+2
| | | | Notes: svn path=/head/; revision=69244
* Upgrade to 0.80.Jun Kuriyama2002-05-032-2/+2
| | | | Notes: svn path=/head/; revision=58519
* Update to 0.79.Jun Kuriyama2002-01-173-2/+4
| | | | | | | Add WWW. Notes: svn path=/head/; revision=53209
* Upgrade to 0.75.Jun Kuriyama2001-07-242-2/+2
| | | | Notes: svn path=/head/; revision=45422
* Upgrade 0.74.Jun Kuriyama2001-07-242-2/+2
| | | | Notes: svn path=/head/; revision=45420
* Upgrade to 0.71.Jun Kuriyama2001-05-202-2/+2
| | | | Notes: svn path=/head/; revision=42807
* Upgrade to 0.70.Jun Kuriyama2001-05-172-4/+2
| | | | Notes: svn path=/head/; revision=42665
* Use PERL_CONFIGURE.Akinori MUSHA2001-03-021-5/+3
| | | | | | | Left out by: vanilla ;) Notes: svn path=/head/; revision=38958
* Remove unzip from run_depends.Jun Kuriyama2001-02-101-1/+1
| | | | Notes: svn path=/head/; revision=38163
* Clean up inefficient perl invocations; use multiple REs in the same call.Will Andrews2001-01-071-2/+2
| | | | Notes: svn path=/head/; revision=36897
* Back out the previous commit. That one has a problem which occurs onAkinori MUSHA2000-08-271-2/+5
| | | | | | | | | | | | | | | cross-language master-slave ports. I just wonder how I could overlook this. I thought I tested with Wnn, netscape and so on. *sigh* Yes, I know how I can fix it, but I'd certainly back out first. Reported by: steve Pointy hat to: knu Notes: svn path=/head/; revision=32040
* PKGNAMEPREFIX cleanup. This should allow chained PKGNAMEPREFIX'es.Akinori MUSHA2000-08-271-5/+2
| | | | | | | No response from: ports list, PW Notes: svn path=/head/; revision=32029
* Oops, fix a typo (WRSRC -> WRKSRC). Strange how this has gone unnoticedWill Andrews2000-08-101-1/+1
| | | | | | | | | for nearly two months! This allows p5-Jcode to respect CC again.. Submitted by: knu Notes: svn path=/head/; revision=31486
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.Will Andrews2000-06-171-4/+9
| | | | | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=29658
* Revert previous commit. That cannot fix CFLAGS problem.Jun Kuriyama2000-06-131-1/+0
| | | | Notes: svn path=/head/; revision=29556
* Honor $CFLAGS.Jun Kuriyama2000-06-131-0/+1
| | | | | | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de> Modified by: kuriyama Notes: svn path=/head/; revision=29555
* Update the japanese/[o-t]* ports with the newAkinori MUSHA2000-04-121-4/+7
| | | | | | | PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables. Notes: svn path=/head/; revision=27463
* Add {BUILD,RUN}_DEPENDS on p5-MIME-Base64.Jun Kuriyama2000-03-221-0/+3
| | | | Notes: svn path=/head/; revision=26951
* Perl extension interface to convert Japanese textJun Kuriyama1999-11-115-0/+47
Notes: svn path=/head/; revision=23030