summaryrefslogtreecommitdiff
path: root/japanese (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use ${SH} from bsd.port.mk instead of locally defined ${SHELL}.Masafumi Max NAKANE1997-07-123-9/+6
| | | | Notes: svn path=/head/; revision=7297
* Make this port compile again (was broken by libpng upgrade). TheSatoshi Asami1997-07-126-36/+28
| | | | | | | | | | | | | | | | | solution is to "disconnect" this from the libpng and libjpeg ports, and fetch and extract them inside this port's own WRKDIR. Note there are no shared library version problems because this port doesn't link those libraries dynamically -- it just reaches into their sources to compile some of its stuff. It is my belief that we shouldn't have tried to share the WRKDIR with those two ports, as this thing just too deeply depends on what's in their sources and the relationship is thus not really a "dependency" in the regular sense. Submitted by: mita@jp.freebsd.org (MITA Yoshio) Notes: svn path=/head/; revision=7296
* Upgrade.Masafumi Max NAKANE1997-07-111-4/+4
| | | | Notes: svn path=/head/; revision=7293
* Replacing kon with kon2 since kon2 is upper compatible to kon.Masafumi Max NAKANE1997-07-1015-1306/+314
| | | | | | | | PR: 4040 Suggested by: Hideyuki Suzuki <hideyuki@sat.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=7279
* Style police. (Make this portlint clean.)Masafumi Max NAKANE1997-07-061-2/+2
| | | | Notes: svn path=/head/; revision=7222
* Integrate extension patch by Hajime BABA (-w option).Masafumi Max NAKANE1997-07-063-10/+18
| | | | | | | Suggested by: sanpei@jp.freebsd.org Notes: svn path=/head/; revision=7221
* Fix problem with symbolic link which occurs when this port is pkg_add'edMasafumi Max NAKANE1997-07-021-3/+23
| | | | | | | | | with non-default prefix setting. PR: 3990 Pointed-out by: taoka@infonets.hiroshima-u.ac.jp Notes: svn path=/head/; revision=7175
* Style police (don't need -p)David E. O'Brien1997-06-291-2/+2
| | | | Notes: svn path=/head/; revision=7127
* Ooops, I imported whole mail message in which this patch was enclosed!!Masafumi Max NAKANE1997-06-251-47/+0
| | | | Notes: svn path=/head/; revision=7067
* MASTER_SITE moved.Bill Fenner1997-06-241-2/+2
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=7064
* Enable typist.Masafumi Max NAKANE1997-06-241-1/+2
| | | | Notes: svn path=/head/; revision=7055
* New port, typist:Masafumi Max NAKANE1997-06-249-0/+262
| | | | | | | | | Typing lessons (Japanese version) PR: 3930 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=7054
* Activate prn.Masafumi Max NAKANE1997-06-231-1/+2
| | | | Notes: svn path=/head/; revision=7051
* New port, prn:Masafumi Max NAKANE1997-06-2310-0/+270
| | | | | | | | | | Yet another text to ps filter with Japanese support. PR: 3934 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=7050
* Enable kcc.Masafumi Max NAKANE1997-06-231-1/+2
| | | | Notes: svn path=/head/; revision=7049
* New port, kcc:Masafumi Max NAKANE1997-06-236-0/+50
| | | | | | | | | | Yet another kanji-code converter. PR: 3932 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=7048
* Fix path on ftp.is.co.za . Mirrors moved from ftp.switch.ch toBill Fenner1997-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 Notes: svn path=/head/; revision=7044
* The project template file is called "X11.tmpl" in XFree86-3.3, so makeSatoshi Asami1997-06-195-5/+20
| | | | | | | | a symlink "X11.tmpl -> Project.tmpl" in the config subdirectory. This is necessary for letting imake pick it up automatically. Notes: svn path=/head/; revision=7011
* Update the base version from 1.79-970408 -> 1.79-970617.Masafumi Max NAKANE1997-06-183-6/+6
| | | | | | | | PR: 3896 Submitted by: itojun@itojun.org Notes: svn path=/head/; revision=6994
* Upgrade, 2.2.1 -> 2.2.2.Masafumi Max NAKANE1997-06-141-5/+7
| | | | | | | | PR: 3852 Submitted by: kiri@kiri.toba-cmt.ac.jp Notes: svn path=/head/; revision=6927
* Define MANLANG, MAN1 and MANCOMPRESSED.Masafumi Max NAKANE1997-06-131-1/+4
| | | | Notes: svn path=/head/; revision=6909
* mv -> ${MV}.Masafumi Max NAKANE1997-06-122-6/+6
| | | | Notes: svn path=/head/; revision=6883
* Forgot to commit this with Makefile; align all tab stops for info/dirSatoshi Asami1997-06-121-2/+2
| | | | | | | entries. Notes: svn path=/head/; revision=6876
* Change "all:" to "all::" to make XFree86-3.3 imake config scripts happy.Satoshi Asami1997-06-113-6/+6
| | | | Notes: svn path=/head/; revision=6869
* Fix this slightly differently, change "all:" to "all:", this seems moreSatoshi Asami1997-06-113-6/+9
| | | | | | | in line with the other Makefiles. Notes: svn path=/head/; revision=6868
* Change "all:" to "all::" to make XFree86-3.3 imake config scripts happy.Satoshi Asami1997-06-111-0/+11
| | | | Notes: svn path=/head/; revision=6865
* Remove empty "all:" target. Something in XFree86-3.3 imake config filesSatoshi Asami1997-06-113-0/+33
| | | | | | | makes make unhappy about this line. Notes: svn path=/head/; revision=6863
* Change organization so that files can be shared between this port andSatoshi Asami1997-06-102-25/+10
| | | | | | | | | | | | | www/w3. Note this is a "blind" commit; it is too much trouble to test an update with this many added and deleted files. I'll test it later. PR: 3793 Submitted by: <kiri@kiri.toba-cmt.ac.jp> Notes: svn path=/head/; revision=6843
* Upgrade to xshodo-2.0.Satoshi Asami1997-06-104-19/+11
| | | | | | | | PR: 3786 Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=6835
* Repository copy xbakuzan to xshodo. Commits to update the port follows.Satoshi Asami1997-06-101-2/+2
| | | | | | | | PR: 3786 Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=6832
* Use ftp.math.ncu.edu.tw instead of the nonexistentBill Fenner1997-06-091-2/+2
| | | | | | | | | dong.math.ncu.edu.tw Found by: distfile checker Notes: svn path=/head/; revision=6812
* Align all info entries at 4th tab stop (as in system info entries).Satoshi Asami1997-06-086-27/+27
| | | | Notes: svn path=/head/; revision=6802
* Delete one <tab> from info dir entry so it will be aligned with theSatoshi Asami1997-06-082-4/+4
| | | | | | | rest of emacs section. Notes: svn path=/head/; revision=6799
* Properly install-info'ify this port. Everything is done from theSatoshi Asami1997-06-072-1/+9
| | | | | | | | Makefile and PLIST, since the texinfo source contains Japanese and our makeinfo chokes on it. Notes: svn path=/head/; revision=6787
* Added kon2.Satoshi Asami1997-06-041-1/+2
| | | | Notes: svn path=/head/; revision=6766
* Add gp.Satoshi Asami1997-06-041-1/+2
| | | | Notes: svn path=/head/; revision=6726
* An interactive printing tool using Tcl/Tk.Satoshi Asami1997-06-044-0/+73
| | | | | | | | PR: 3296 Submitted by: Kazuhiko Kiriyama <kiri@kiri.toba-cmt.ac.jp> Notes: svn path=/head/; revision=6725
* Remove Japanese netscape.language port, it depends on www/netscape2 which isSatoshi Asami1997-06-021-2/+1
| | | | | | | no longer available. Notes: svn path=/head/; revision=6678
* 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