summaryrefslogtreecommitdiff
path: root/japanese (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace nonexistent host dong.math.ncu.edu.tw with ftp.math.ncu.edu.twBill Fenner1997-05-281-2/+2
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=6594
* Align all info dir entries in the "emacs" section.Satoshi Asami1997-05-285-20/+20
| | | | Notes: svn path=/head/; revision=6583
* Back out previous change by jfitz.Masafumi Max NAKANE1997-05-241-2/+2
| | | | | | | | This port does *not* depend on perl5.003, instead, this is port of Japanized version of perl5.003! Notes: svn path=/head/; revision=6545
* Upgrade all ports requiring perl5.003 to perl5.004James FitzGibbon1997-05-241-3/+3
| | | | | | | Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution. Notes: svn path=/head/; revision=6544
* Make the mule ports use install-info. Note that our makeinfo can'tSatoshi Asami1997-05-215-35/+80
| | | | | | | | handle sources with Japanese characters, so the dir entries for those are given explicitly in Makefile and pkg/PLIST. Notes: svn path=/head/; revision=6523
* Some corrections, also copy correct tmac files over.Satoshi Asami1997-05-203-2/+41
| | | | | | | | PR: 3635 Submitted by: Kazuhiko Kiriyama <kiri@kiri.toba-cmt.ac.jp> Notes: svn path=/head/; revision=6502
* Update to 2.2.1.Satoshi Asami1997-05-201-7/+19
| | | | | | | | PR: 3632 Submitted by: Kazuhiko Kiriyama <kiri@kiri.toba-cmt.ac.jp> Notes: svn path=/head/; revision=6500
* Minor updates.Satoshi Asami1997-05-202-29/+15
| | | | | | | | PR: 3631 Submitted by: Kazuhiko Kiriyama <kiri@kiri.toba-cmt.ac.jp> Notes: svn path=/head/; revision=6499
* Add lips3 printer driver to the list of default driver.Masafumi Max NAKANE1997-05-152-2/+2
| | | | | | | | PR: 3576 Submitted by: mita@jp.FreeBSD.ORG Notes: svn path=/head/; revision=6455
* Upgrade, 1.1 -> 1.6.Masafumi Max NAKANE1997-05-073-30/+36
| | | | Notes: svn path=/head/; revision=6432
* Make this port compile on 2.1.7.1.Masafumi Max NAKANE1997-05-021-0/+15
| | | | | | | | PR: 3439 Submitted by: mita@jp.freebsd.org Notes: svn path=/head/; revision=6376
* Update:Masafumi Max NAKANE1997-04-3012-68/+164
| | | | | | | | | | 1. Added new driver for Cannon bubblejet BJ-10V 2. Update to Cannon lips printer driver. 3. Typo fix. 4. Integrate scripts/configure.batch into scripts/configure. Notes: svn path=/head/; revision=6373
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.Satoshi Asami1997-04-304-8/+8
| | | | Notes: svn path=/head/; revision=6369
* The default location of the help file was wrong.Masafumi Max NAKANE1997-04-211-1/+1
| | | | Notes: svn path=/head/; revision=6266
* Add virtual category 'perl5'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6249
* Master site has moved.Satoshi Asami1997-04-165-10/+10
| | | | | | | Submitted by: hanai Notes: svn path=/head/; revision=6219
* The dependency rules are created in bsd.port.mk only if *_DEPENDS areSatoshi Asami1997-04-093-9/+9
| | | | | | | | defined, so move LIB_DEPENDS before .include of editors/nvi/Makefile (which also includes bsd.port.mk). Notes: svn path=/head/; revision=6169
* Immediately update to April 8th version by author's request.Satoshi Asami1997-04-093-6/+6
| | | | Notes: svn path=/head/; revision=6166
* Update to April 3rd version of patch. Closes PR ports/3204.Satoshi Asami1997-04-093-6/+6
| | | | | | | Submitted by: Jun-ichiro ITOH <itojun@csl.sony.co.jp> Notes: svn path=/head/; revision=6163
* Fix problem with PS output.Masafumi Max NAKANE1997-04-041-5/+14
| | | | | | | | | Integrate unofficial patch. Submitted by: Kazuhiko Kiriyama(System administrator) <kiri@kiri.toba-cmt.ac.jp> (Closing PR #2962.) Notes: svn path=/head/; revision=6133
* Oops, forgot to put "jp-" in front.Satoshi Asami1997-04-011-2/+2
| | | | Notes: svn path=/head/; revision=6090
* Add k12.Satoshi Asami1997-04-011-1/+2
| | | | Notes: svn path=/head/; revision=6089
* Japanese 12-dot fonts for X. Might be useful to laptop users.Satoshi Asami1997-04-018-0/+88
| | | | | | | Submitted by: mita@jp.FreeBSD.org (MITA Yoshio) Notes: svn path=/head/; revision=6088
* No port (unless it is NO_PACKAGE) is allowed to run-depend on muleSatoshi Asami1997-03-301-3/+4
| | | | | | | | | | | | because the explicit package name will be put in to the package as a dependency in that case, and there are several mule ports around. I remember mentioning this in the Japanese mailing lists before when this topic came up, but apparently it didn't sink in. Add a comment right in front of RUN_DEPEND so it can't be missed. Notes: svn path=/head/; revision=6068
* Include and install jman.el by Mitsuru IWASAKI <iwasaki@jp.freebsd.org>.Masafumi Max NAKANE1997-03-303-2/+27
| | | | | | | | Submitted by: Kazuhiko Kiriyama <kiri@kiri.toba-cmt.ac.jp> (Closing PR #2963.) Notes: svn path=/head/; revision=6064
* previous was a bogus commit. Important lines accidently got deleted.David E. O'Brien1997-03-251-2/+4
| | | | Notes: svn path=/head/; revision=6005
* Hand-edit patch to cope with getopt declarations moving fromSatoshi Asami1997-03-251-5/+15
| | | | | | | | stdlib.h to unistd.h in -current (from Lite2). Note this requires the latest gcc that defines __FreeBSD__ to 3. Notes: svn path=/head/; revision=5998
* style policeDavid E. O'Brien1997-03-251-1/+2
| | | | Notes: svn path=/head/; revision=5996
* style police.David E. O'Brien1997-03-251-6/+4
| | | | Notes: svn path=/head/; revision=5995
* Add some missing files. Without those, the package doesn't work at all.Satoshi Asami1997-03-181-0/+13
| | | | | | | | | Closes PR ports/3013. Submitted by: Taguchi, Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=5974
* Misc. cleanup. They've been in my tree for a while, I forgot to commit them.Satoshi Asami1997-03-153-24/+18
| | | | Notes: svn path=/head/; revision=5965
* Change default port number. This was actually a very old patch thatSatoshi Asami1997-03-121-0/+21
| | | | | | | | | I forgot to commit. Submitted by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp> Notes: svn path=/head/; revision=5958
* Added expect.Satoshi Asami1997-03-111-1/+2
| | | | Notes: svn path=/head/; revision=5938
* Japanized expect, uses some files from lang/expect port. ClosesSatoshi Asami1997-03-1110-0/+405
| | | | | | | | | PR ports/2940. Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=5937
* Bugfix to set RANLIB correctly. Also set VERSION in port Makefile.Satoshi Asami1997-03-115-13/+21
| | | | | | | | | Closes PR ports/2937. Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=5935
* Remove japanized, tcl75 and tk41 they are superseded by tcl76 and tk42.Satoshi Asami1997-03-061-3/+1
| | | | Notes: svn path=/head/; revision=5899
* Enable multilingual nvi ports. (Note the Korean versions were alreadySatoshi Asami1997-03-061-1/+4
| | | | | | | included in the port Makefile import.) Notes: svn path=/head/; revision=5884
* Attempt to import 8 ports at once. I sure hope this will work.Satoshi Asami1997-03-066-0/+81
| | | | | | | | | | | | | | editors/nvi is a multi-byte extension of nvi-1.79; the rest are pretty much skeletons (even more so than regular ports) that use most files from editors/nvi and support for a particular encoding scheme. These ports were submitted by the author of multilingual nvi patches. Closes PR ports/2824. Submitted by: Jun-ichiro Itoh <itojun@csl.sony.co.jp> Notes: svn path=/head/; revision=5883
* Add some @dirrms.Satoshi Asami1997-03-065-5/+70
| | | | Notes: svn path=/head/; revision=5878
* Move ldconfig to post-install target so it will be run after installationSatoshi Asami1997-03-051-1/+3
| | | | | | | | of shared library (the Makefile.lib called in pre-install was for the static lib). Notes: svn path=/head/; revision=5858
* Make installation directory first so "tar -C" won't fail mysteriouslySatoshi Asami1997-03-052-2/+4
| | | | | | | | | | (by extracting the files in the current directory). Closes PR ports/2878. Submitted by: mita@jp.FreeBSD.org (MITA Yoshio) Notes: svn path=/head/; revision=5851
* Fix bug introduced by the last update. Closes PR ports/2872.Satoshi Asami1997-03-041-4/+8
| | | | | | | Submitted by: MITA Yoshio <mita@jp.FreeBSD.org> Notes: svn path=/head/; revision=5839
* Updated patch from PR submitter (add skkserv.sh back, etc.). This shouldSatoshi Asami1997-03-042-2/+20
| | | | | | | | | *really* clos PR ports/2761. Submitted by: Makoto MATSUSHITA <matusita@ics.es.osaka-u.ac.jp> Notes: svn path=/head/; revision=5834
* Upgrade, 8.6 -> 9.6. Closes PR ports/2761.Satoshi Asami1997-03-044-64/+71
| | | | | | | Submitted by: Makoto MATSUSHITA <matusita@ics.es.osaka-u.ac.jp> Notes: svn path=/head/; revision=5832
* Added recjis.Satoshi Asami1997-03-031-1/+2
| | | | Notes: svn path=/head/; revision=5814
* You can repair damaged (dropped Esc's etc.) Japanese files easily usingSatoshi Asami1997-03-035-0/+58
| | | | | | | | | | | these programs. Closes PR ports/2723. Submitted by: Yukihiro Nakai <nakai@PyroPolis.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=5813
* Add a2ps and newosaka.Satoshi Asami1997-03-031-1/+3
| | | | Notes: svn path=/head/; revision=5811
* Text converter for Japanese. Gosh, I love ports like this! (It's a singleSatoshi Asami1997-03-036-0/+50
| | | | | | | | | | | perl script!) Closes PR ports/2590. Submitted by: Itsuro Saito <saito@miv.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=5806
* Submitted by: MITA Yoshio <mita@jp.FreeBSD.org>Satoshi Asami1997-03-034-20/+42
| | | | | | | | | "VFlib ports have been updated. Support for FontWave is added." Closes PR ports/2694. Notes: svn path=/head/; revision=5805
* Convert Japanese to Osaka-ben. (Sort of like Japanese equivalent ofSatoshi Asami1997-03-035-0/+40
| | | | | | | | | "jive".) Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=5804