aboutsummaryrefslogtreecommitdiff
path: root/chinese/p5-Encode-HanConvert
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-2/+2
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,Adam Weinberger2015-06-291-2/+0
| | | | | | | | | and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports. Notes: svn path=/head/; revision=390918
* Reassign chinese/ perl modules to perl@.Adam Weinberger2015-05-081-1/+1
| | | | | | | | | | Also: - sort plists - p5-Lingua-ZH-Keywords fails 'make test' but did so before - p5-Lingua-ZH-Summarize hangs during t/1-basic.t Notes: svn path=/head/; revision=385812
* - Strip libraryDmitry Marakasov2015-03-171-1/+6
| | | | Notes: svn path=/head/; revision=381467
* - Add LICENSESunpoet Po-Chuan Hsieh2015-03-122-5/+5
| | | | | | | | - Remove regression-test: - Sort PLIST Notes: svn path=/head/; revision=381126
* Drop maintainership as I no longer use these software nor have time andRong-En Fan2015-01-161-1/+1
| | | | | | | energy to keep up. Notes: svn path=/head/; revision=377195
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 plistBaptiste Daroussin2014-10-201-4/+0
| | | | Notes: svn path=/head/; revision=371243
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* Support stage.Vanilla I. Shu2013-09-262-3/+2
| | | | Notes: svn path=/head/; revision=328366
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | chinese) Notes: svn path=/head/; revision=327713
* - convert to the new perl5 frameworkAndrej Zverev2013-09-051-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326361
* Various spelling correctionsChris Rees2013-02-091-1/+1
| | | | | | | | | | | | | PR: ports/175331 Submitted by: Christoph Mallon Approved by: No objections within three weeks from any maintainer While here, style and duplicate phrase fixes in bsdcflow pkg-descr Submitted by: mi Notes: svn path=/head/; revision=311969
* - Set default perl version for ports which currently usingAndrej Zverev2012-12-161-1/+0
| | | | | | | | | (5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@) Notes: svn path=/head/; revision=308985
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-0/+3
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-3/+0
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 0.35Rong-En Fan2009-02-152-4/+7
| | | | Notes: svn path=/head/; revision=228365
* - 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
* - Require perl 5.7.3 and aboveRong-En Fan2007-09-081-0/+1
| | | | Notes: svn path=/head/; revision=199108
* Drop support for older perl levels.Mark Linimon2007-09-082-22/+8
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=199066
* - Update to 0.34Rong-En Fan2007-07-182-4/+4
| | | | Notes: svn path=/head/; revision=195828
* - Update to 0.33Rong-En Fan2006-12-142-4/+4
| | | | Notes: svn path=/head/; revision=179697
* Change to my FreeBSD.org email.Rong-En Fan2006-06-271-1/+1
| | | | | | | Approved by: delphij (mentor) Notes: svn path=/head/; revision=166420
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* pass maintainershipYing-Chieh Liao2004-08-111-1/+1
| | | | Notes: svn path=/head/; revision=115909
* - Update to 0.31Vanilla I. Shu2004-07-222-4/+4
| | | | | | | | | | - Take maintainership PR: ports/69412 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=114413
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+0
| | | | Notes: svn path=/head/; revision=106671
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* statue@freebsd.sinica.edu.tw has asked for all the maintainedMark Linimon2003-11-211-1/+1
| | | | | | | | | | | ports to be reset to ports@FreeBSD.org. We're sorry to see you go and want to thank you for your help in the past. PR: ports/59515 Submitted by: statue@freebsd.sinica.edu.tw Notes: svn path=/head/; revision=94596
* - Update to 0.28Erwin Lansing2003-08-075-34/+28
| | | | | | | | | | | | - add perl5 to categories - add WWW PR: 55312 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: maintainer Notes: svn path=/head/; revision=86493
* remove extra directory.Yen-Ming Lee2003-06-111-0/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=82755
* update to 0.26Yen-Ming Lee2003-06-014-11/+29
| | | | | | | | PR: 52734 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=81877
* Add p5-Encode-HanConvert 0.24,Vanilla I. Shu2003-04-274-0/+51
traditional and Simplified Chinese mappings. PR: 50950 Submitted by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=79713