aboutsummaryrefslogtreecommitdiff
path: root/japanese
Commit message (Collapse)AuthorAgeFilesLines
* Adding ja-kebook version 0.3.4.Steve Price2000-07-106-0/+117
| | | | | | | | | | | A KDE application to look up words from your CDROM books in EB, EBG, EBXA, EBXA-C, S-EBXA, and EPWING formats. PR: 19234 Submitted by: SUZUKI Mitsuhiro <hige@higesoft.rim.or.jp> Notes: svn path=/head/; revision=30412
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configSteve Price2000-07-072-3/+5
| | | | | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30342
* Depend on the tgif-nls port since it has better message catalogSteve Price2000-07-071-2/+2
| | | | | | | | | | support. PR: 19453 Submitted by: maintainer Notes: svn path=/head/; revision=30322
* Add MLINKS support.Steve Price2000-07-072-3/+3
| | | | | | | | PR: 19676 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30319
* Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities.Steve Price2000-07-071-1/+2
| | | | Notes: svn path=/head/; revision=30318
* Unexpected `FILE' menu was opened when user press ALT-F to open `FIND'SADA Kenji2000-07-071-5/+14
| | | | | | | | | window. Fix is pointed out by: <kuwa@flab.fujitsu.co.jp> at users-jp ML 53127. Notes: svn path=/head/; revision=30310
* Activate xjtext.SADA Kenji2000-07-071-0/+1
| | | | Notes: svn path=/head/; revision=30309
* This program shows Japanese text in vertical format.SADA Kenji2000-07-078-0/+89
| | | | | | | | You can use directives in input text and perform some effects. This software is like a kind of demonstration program. Notes: svn path=/head/; revision=30308
* Fix script I broke.Thomas Gellekum2000-07-073-3/+6
| | | | | | | | PR: 19744 Submitted by: knu, "Mas.TAKEMURA" <mastake@msel.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=30293
* o Update DISTNAME and PKGNAME to meet with the version in doc/ja_JP.eucJP/man.Kazuo Horikawa2000-07-072-749/+2
| | | | | | | | | | | | o Stop making a symlink ${PREFIX}/share/man/ja_JP.EUC, in order to avoid that /usr/bin/man formats ja_JP.EUC manuals under it. o pkg/PLIST becomes placeholder, because actual PLIST (work/PLIST) is created dynamically based on doc/ja_JP.eucJP/man. Submitted by: man-jp@jp.FreeBSD.org Notes: svn path=/head/; revision=30286
* Update esecanna modules:Akinori MUSHA2000-07-066-6/+6
| | | | | | | | | esecanna-module-vje25 -> 0.14.6 esecanna-module-vje30 -> 0.14.7 esecanna-module-wnn6 -> 0.14.3 Notes: svn path=/head/; revision=30264
* Replace the startup script with the new one that supports {start|stop}.Akinori MUSHA2000-07-054-0/+56
| | | | Notes: svn path=/head/; revision=30242
* Make applying the vendor's minor update optional, as the updatedAkinori MUSHA2000-07-051-1/+10
| | | | | | | | version was found to be quite buggy and die too often. We'd rather take small memory leaks rather than frequent deaths. Sigh. Notes: svn path=/head/; revision=30240
* - Fix a typo: esecannai -> esecannaAkinori MUSHA2000-07-051-17/+16
| | | | | | | | | | | - Refer to the pid file and use the value to kill the running process instead of using killall(1) so as not to fail. - Drop `force' support and just recommend to run ${PREFIX}/sbin/esecannaserver directly, in a certain situation. Notes: svn path=/head/; revision=30239
* Sync with emacs-20.7 update.Shigeyuki Fukushima2000-07-051-1/+1
| | | | Notes: svn path=/head/; revision=30237
* Sync with emacs-20.7 update.Shigeyuki Fukushima2000-07-051-1/+1
| | | | | | | | PR: ports/19693 Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Notes: svn path=/head/; revision=30236
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-0518-119/+314
| | | | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* Update to 0.99.2.Akinori MUSHA2000-07-052-2/+2
| | | | Notes: svn path=/head/; revision=30201
* Add support for out native JDK 1.2.Akinori MUSHA2000-07-052-10/+36
| | | | | | | Submitted by: Daichi T.GOTO <daichi@ongs.net> Notes: svn path=/head/; revision=30200
* Update to 2.3.8.Akinori MUSHA2000-07-049-27/+12
| | | | | | | | | | Stop trying to create info/dir, as it's not indivisual ports' job. PR: ports/19697 Submitted by: Maintainer Notes: svn path=/head/; revision=30183
* Update to 2.3.8.Akinori MUSHA2000-07-044-4/+4
| | | | | | | | PR: ports/19696 Submitted by: Maintainer Notes: svn path=/head/; revision=30182
* Update to 2.4.8.Akinori MUSHA2000-07-042-2/+2
| | | | | | | | PR: ports/19695 Submitted by: Maintainer Notes: svn path=/head/; revision=30181
* Upgrade to 1.4.beta5.SADA Kenji2000-07-0310-602/+80
| | | | | | | | PR: ports/19214 Submitted by: Maintainer Notes: svn path=/head/; revision=30135
* 1. Justify files/* .SADA Kenji2000-07-036-18/+30
| | | | | | | | | | | 2. To be used 'install-test', the original install script which is included in the archive. PR: ports/19173 Submitted by: Maintainer Notes: svn path=/head/; revision=30133
* Change maintainer's mail address.MIHIRA Sanpei Yoshiro2000-07-023-3/+3
| | | | | | | --> sanpei@sanpei.org Notes: svn path=/head/; revision=30066
* change my e-mail address in pkg/DESCRMIHIRA Sanpei Yoshiro2000-07-022-2/+2
| | | | | | | | | add @dirrm in pkg/PLIST and remove extra directory. Submitted by: build log in bento.FreeBSD.org. Notes: svn path=/head/; revision=30065
* Add length of delimiters.Jun Kuriyama2000-06-303-6/+6
| | | | | | | Suggested by: kjm@RINS.RYUKOKU.AC.JP Notes: svn path=/head/; revision=30008
* Fix remote buffer overflow vulnerability.Jun Kuriyama2000-06-303-0/+66
| | | | | | | | | | | | | References: SPSadvisory#38 http://shadowpenguin.backsection.net/advisories/advisory038.html (Japanese only) http://shadowpenguin.backsection.net/advisories/index.html (English abstract included) Max, should we use "canna" UID for sandbox'ing? Notes: svn path=/head/; revision=30005
* Fix typoSatoshi Taoka2000-06-291-4/+4
| | | | Notes: svn path=/head/; revision=29983
* Drop large STDOUT of fpwmake into /dev/nullSatoshi Taoka2000-06-294-4/+4
| | | | Notes: svn path=/head/; revision=29982
* Add extra files.Motoyuki Konno2000-06-291-0/+4
| | | | | | | References: Package building errors page. Notes: svn path=/head/; revision=29980
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-2910-13/+24
| | | | | | | MASTER_SITE_LOCAL site. Notes: svn path=/head/; revision=29968
* Use ${MASTER_SITE_LOCAL}.Satoshi Asami2000-06-295-5/+10
| | | | Notes: svn path=/head/; revision=29964
* Update to 0.14.6.Akinori MUSHA2000-06-242-2/+2
| | | | Notes: svn path=/head/; revision=29847
* TypoSatoshi Taoka2000-06-231-1/+1
| | | | Notes: svn path=/head/; revision=29832
* Added jargon-fpw, mypaedia-fpw, mypaedia-fpw-package, srd-fpw, vera-fpwSatoshi Taoka2000-06-231-0/+7
| | | | | | | web1913-fpw and wordnet-fpw Notes: svn path=/head/; revision=29830
* A supplement file to use "mypaedia" on lookupSatoshi Taoka2000-06-235-0/+74
| | | | Notes: svn path=/head/; revision=29829
* A English - Japanese Dictionary "Random House" (EPWING V1 format)Satoshi Taoka2000-06-235-0/+87
| | | | Notes: svn path=/head/; revision=29828
* An encyclopedia "Mypaedia" (EPWING V1 format)Satoshi Taoka2000-06-235-0/+86
| | | | Notes: svn path=/head/; revision=29827
* The famous jargon file (EPWING V1 format)Satoshi Taoka2000-06-235-0/+83
| | | | Notes: svn path=/head/; revision=29826
* Webster's Revised Unabridged Dictionary (1913) (EPWING V1 format)Satoshi Taoka2000-06-235-0/+69
| | | | Notes: svn path=/head/; revision=29825
* A English - English Dictionary (EPWING V1 format)Satoshi Taoka2000-06-236-0/+78
| | | | Notes: svn path=/head/; revision=29824
* Virtual Entity of Relevant Aconyms (EPWING V1 format)Satoshi Taoka2000-06-235-0/+72
| | | | Notes: svn path=/head/; revision=29823
* - Support LOCALBASE properly (in setting path to custom wish script)Maxim Sobolev2000-06-232-1/+4
| | | | | | | | PR: 19470 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=29809
* To install all sample data.Satoshi Taoka2000-06-232-3/+43
| | | | Notes: svn path=/head/; revision=29803
* Locally hosted distfiles moved to ftp.freebsd.org.Jacques Vidrine2000-06-201-2/+1
| | | | Notes: svn path=/head/; revision=29719
* Tell these port to use INSTALLS_SHLIB/LDCONFIG_DIRS.Akinori MUSHA2000-06-1734-48/+23
| | | | Notes: svn path=/head/; revision=29662
* This port doesn't install shlib's actually. ;)Akinori MUSHA2000-06-171-2/+0
| | | | Notes: svn path=/head/; revision=29661
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.Will Andrews2000-06-173-8/+15
| | | | | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=29658
* Use the distfiles now on ftp.freebsd.org instead of from my home directorySteve Price2000-06-171-1/+1
| | | | | | | on freefall. Notes: svn path=/head/; revision=29655