aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/kcode
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Improve shebangfix frameworkamdmi32015-10-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756
* Cleanup DIST* variables.mat2015-05-121-2/+1
| | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
* fix build with perl 5.18az2014-09-202-1/+11
| | | | PR: 193064
* Support stagingehaupt2014-02-271-7/+3
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | japanese)
* - Calling pod2man from extract stage require perlaz2013-09-183-5/+6
| | | | | - Replace pkg-plist with PLIST_FILES - Pet portlint(1)
* - Convert to new perl frameworkaz2013-08-031-6/+2
| | | | - Trim Makefile header
* Style: tab -> space.eadler2013-03-291-1/+1
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* - Remove SITE_PERL from *_DEPENDSaz2012-06-291-1/+1
|
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-1/+1
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
| | | | With hat: portmgr (myself)
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checkspgollucci2009-07-231-7/+1
| | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
* - Remove old Perl support from unmaintained ports in categories startinggabor2007-04-041-7/+3
| | | | with lette g-j
* - Add SHA256pav2005-11-251-0/+1
|
* Fix typolawrance2005-11-161-1/+1
| | | | | PR: ports/89110 Submitted by: Vasil Dimov <vd@datamax.bg>
* Chase dependency on ja-p5-Jcode.nork2005-11-131-0/+2
| | | | | | I don't bump PORTREVISION. Because dependency on ja-p5-Jcode is correct, only path isn't correct. This is build phase issue.
* With portmgr hat on, reset maintainership of knu's ports since he haslinimon2005-11-111-1/+1
| | | | been inactive more than 6 months. We hope to see him back sometime.
* s/USE_PERL/USE_PERL5/kris2004-12-041-1/+1
| | | | Pointy hat to: knu
* Add ja-kcode, a handy utility to show codepoint information of givenknu2004-10-264-0/+54
characters.