summaryrefslogtreecommitdiff
path: root/japanese/perl5/pkg-descr
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-01-24 06:58:44 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-01-24 06:58:44 +0000
commitab617e20085c5279417cb0e7cc369f1f0e951825 (patch)
tree8377c57f115016059e90082bb637dc1ada7ab90d /japanese/perl5/pkg-descr
parentremove 2 files from PLIST, that actually are created, when running (diff)
New port:
Perl with Japanese language support, AKA jperl. Submitted by: sanpei@yy.cs.keio.ac.jp (Closing PR #2456.)
Notes
Notes: svn path=/head/; revision=5411
Diffstat (limited to 'japanese/perl5/pkg-descr')
-rw-r--r--japanese/perl5/pkg-descr53
1 files changed, 53 insertions, 0 deletions
diff --git a/japanese/perl5/pkg-descr b/japanese/perl5/pkg-descr
new file mode 100644
index 000000000000..4e8fd4bf10e5
--- /dev/null
+++ b/japanese/perl5/pkg-descr
@@ -0,0 +1,53 @@
+
+* jp-perl-5.003
+
+ This port collection was used:
+ port collection lang/perl5
+ by markm@FreeBSD.ORG,
+ and jperl5.003.patch7_1
+ by yasushi@cs.washington.edu.
+
+* known PROBLEMS
+
+ If you set envirment variable `LANG' to ja_JP.EUC,
+ *jperl/perl* output `warning: setlocale(LC_CTYPE, "") failed.'
+
+ I don't have solution. If you have, please contact me :-)
+
+ If you do not need setting locale, edit Makefile as below
+ and reinstall jperl.
+
+Thank you.
+
+-------- patch to Makefile
+--- Makefile.org Sun Jan 12 22:17:05 1997
++++ Makefile Sun Jan 12 22:17:36 1997
+@@ -40,7 +40,7 @@
+
+ HAS_CONFIGURE= yes
+ CONFIGURE_SCRIPT= Configure
+-CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
++CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} -U d_setlocale
+
+ MAN1= perlbook.1 perlbot.1 perlcall.1 perldata.1 perldebug.1 perldiag.1 \
+ perlembed.1 perlform.1 perlfunc.1 perlguts.1 perlipc.1 perllol.1 \
+---------
+
+----------- From lang/perl5/pkg/DESC
+From the distribution README:
+
+Perl is a language that combines some of the features of C, sed, awk
+and shell. See the manual page for more hype. There are also two Nutshell
+Handbooks published by O'Reilly & Assoc. See pod/perlbook.pod
+for more information.
+
+--
+
+This port will not work on FreeBSD 2.0, nor will it work on earlier snapshots.
+This is due to a bug in vprintf in the C library.
+
+- MarkM
+----------
+
+- Yoshiro MIHIRA
+(sanpei@yy.cs.keio.ac.jp)