summaryrefslogtreecommitdiffstats
path: root/japanese/perl5
Commit message (Collapse)AuthorAgeFilesLines
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Fix PLIST error on 5-current(${OSVERSION} >= 500007).shige2000-07-192-273/+275
|
* Remove @exec ranlib's. Since pkg_add doesn't change the timestamp,asami2000-06-121-1/+0
| | | | | these are not necessary (even if the linker cares about the timestamp -- I'm not sure if it does).
* Update the japanese/[o-t]* ports with the newknu2000-04-121-5/+6
| | | | PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
* Add ftp.cpan.org to head of url list.shige2000-01-301-2/+4
| | | | Proposed by: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
* Don't include bsd.port.pre.mk twice. This usually is caused by firstasami2000-01-071-1/+1
| | | | | including bsd.port.pre.mk and then later including bsd.port.mk (the latter of which of course should be bsd.port.post.mk).
* Fix compile problem on 4.0-current.shige2000-01-051-4/+13
| | | | | | | Add --dynamic to /usr/bin/nm option. Submitted by: Motoyuki Konno <motoyuki@bsdclub.org> Obtained from: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/8483
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Update to jperl-5.005_03-990822.shige1999-08-303-3/+3
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Fix for newly patch jperl5.005_03-990703.shige1999-07-053-4/+4
|
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-261-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Update to 5.005.03 (manpage etc...).shige1999-05-092-5/+11
|
* Update to 5.005.03.shige1999-05-086-85/+88
|
* Fixed a variables in PLIST from %%PERL_VERSION%% to %%JPERL_VERSION%%, andtaoka1999-05-081-498/+498
| | | | | | %%PERL_VER%% to %%JPERL_VER%%. But I did not change %%PERL_ARCH%%.
* Fixed ${PERL_*} in this Makefile (to ${JPERL_*})taoka1999-05-081-18/+18
| | | | Obtained by: http://bento.freebsd.org/errorlogs/
* Changed my e-mail address.shige1999-03-021-1/+1
|
* MAINTAINER changed, because I was a committer.shige1999-03-011-2/+2
|
* 1. Update PATCH_FILES to use new JPerl patch.kuriyama1999-02-127-286/+379
| | | | | | | | 2. Use shared libperl (libperl.so.1) instead of static libperl. Approved by: maintainer PR: ports/9540 Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG>
* Integrate patch-ad and patch-ah into patch-ad.kuriyama1998-10-102-13/+29
| | | | Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
* Update japanese perl5 to 5.005_02.kuriyama1998-10-1010-772/+638
| | | | | | | PR: ports/8201 Obsoletes: ports/7849 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Modified by: Japanese Ports Team
* Pick up libraries from /usr/lib/aout too.steve1998-08-241-0/+9
| | | | | PR: 7536 Submitted by: maintainer
* Upgrade, 5.004_01 -> 5.004_04.max1998-05-045-261/+270
| | | | | | | Maintainer changed to Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Submitted by: new maintainer PR: 6486
* Reflect the recent PKGNAME changes.max1997-09-241-2/+1
|
* Use ISO639 language abbreviation instead of ISO3166 country abbreviationmax1997-09-141-3/+3
| | | | for PKGNAME. (IE, jp-* to ja-*).
* Upgrade, 5.003 -> 5.004_01.max1997-08-318-1525/+626
| | | | | | | With their approval, the maintainer is changed from sanpei@yy.cs.keio.ac.jp to hikura@kaisei.org PR: 4325 Submitted by: hikura@kaisei.org
* Fix path on ftp.is.co.za . Mirrors moved from ftp.switch.ch tofenner1997-06-231-5/+5
| | | | | | | sunsite.cnlab-switch.ch . I dunno what's up with ftp.delphi.com, its /pub directory is empty. Found by: distfile checker
* Use ftp.math.ncu.edu.tw instead of the nonexistentfenner1997-06-091-2/+2
| | | | | | dong.math.ncu.edu.tw Found by: distfile checker
* Replace nonexistent host dong.math.ncu.edu.tw with ftp.math.ncu.edu.twfenner1997-05-281-2/+2
| | | | Found by: distfile checker
* Back out previous change by jfitz.max1997-05-241-2/+2
| | | | | This port does *not* depend on perl5.003, instead, this is port of Japanized version of perl5.003!
* Upgrade all ports requiring perl5.003 to perl5.004jfitz1997-05-241-3/+3
| | | | Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
* Add virtual category 'perl5'.wosch1997-04-201-2/+2
|
* Fix for problem indicated in PR #2666:max1997-02-052-27/+1
| | | | | | | | | | | | Perl5 uses setlocale function. Recent jp-perl5 linked this order: libm libmalloc libc libcrypt libxpg4. the function of setlocale in libc has some problems for some locales (for example, ja_JP.EUC). It is needed to link libxpg4 before libc. I change to correct order in configure file of perl5. Submitted by: sampei@yy.cs.keio.ac.jp
* ln -s -> ln -fs.max1997-02-051-2/+2
| | | | Submitted by: sampei@yy.cs.keio.ac.jp
* New port:max1997-01-249-0/+1826
Perl with Japanese language support, AKA jperl. Submitted by: sanpei@yy.cs.keio.ac.jp (Closing PR #2456.)
OpenPOWER on IntegriCloud