aboutsummaryrefslogtreecommitdiff
path: root/japanese
Commit message (Collapse)AuthorAgeFilesLines
* Sync with -current.R. Imura2000-10-236-16/+138
| | | | Notes: svn path=/head/; revision=34143
* Merge kde11-i18n into kde11, and remove my *-i18n ports.R. Imura2000-10-231-3/+3
| | | | | | | | | There is no so-version bump, because of compatibility. Approved by: will (kde11 maintainer) Notes: svn path=/head/; revision=34140
* Patch archive site was changed.James E. Housley2000-10-232-5/+6
| | | | | | | | PR: 22230 Submitted by: YASUTOMI Nobuhiro <nobu@psrc.isac.co.jp> MAINTAINER Notes: svn path=/head/; revision=34136
* (1) Update gdevrpdl (a printer driver for RPDL of RICOH printers) to 1.4Satoshi Taoka2000-10-233-6/+7
| | | | | | | | | | | Pointed out by: the driver's author (2) Fixed scripts/configure Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=34119
* Make messages from ``smbclient -L'' to be in appropriate Japanese codeSADA Kenji2000-10-221-0/+11
| | | | | | | | | | which is specified in ``smb.conf''. PR: ports/22214 Submitted by: Maintainer Notes: svn path=/head/; revision=34111
* Update to version 1.3.10.j0James E. Housley2000-10-222-6/+5
| | | | | | | | PR: 22201 Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp> <shuna@pop16.odn.ne.jp> MAINTAINER Notes: svn path=/head/; revision=34102
* Update distinfoSatoshi Taoka2000-10-181-1/+1
| | | | | | | Submitted by: sada Notes: svn path=/head/; revision=33967
* Update to 1.2.0Ade Lovett2000-10-171-3/+0
| | | | | | | | PR: 22058 Submitted by: Ports Fury Notes: svn path=/head/; revision=33945
* Update to 1.3.10-ja0-beta1Yukihiro Nakai2000-10-173-70/+29
| | | | | | | | PR: ports/21987 Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp> Notes: svn path=/head/; revision=33933
* Remove rmdir lines.Yukihiro Nakai2000-10-171-41/+0
| | | | | | | | PR: ports/21986 Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp> Notes: svn path=/head/; revision=33930
* Fix MASTER_SITESAde Lovett2000-10-164-262/+232
| | | | | | | | | | | | | | | | Remove restriction of encrypted PDF support tar -> TAR Add graphics/jpeg to BUILD_DEPENDS Add graphics/png to LIB_DEPENDS Update printer driver epag to 3.09 Update printer driver gdevalps to 0.21 PR: 22030 Submitted by: Ports Fury Approved by: maintainer Notes: svn path=/head/; revision=33913
* Fix MASTER_SITESAde Lovett2000-10-161-33/+19
| | | | | | | | | | | Remove restriction of encrypted PDF support PR: 22031 Submitted by: Ports Fury Approved by: maintainer Notes: svn path=/head/; revision=33912
* Standardise on "matusita@jp.FreeBSD.org" instead of various otherNeil Blakey-Milner2000-10-157-7/+7
| | | | | | | | | capitalisations. Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> Notes: svn path=/head/; revision=33847
* - Divide PORTVERSION between -stable and -current.R. Imura2000-10-141-2/+4
| | | | | | | - Define NO_PACKAGE only if -current. Notes: svn path=/head/; revision=33843
* Sync with -current.R. Imura2000-10-145-34/+147
| | | | Notes: svn path=/head/; revision=33841
* Cooperate with Acrobat4.R. Imura2000-10-141-2/+13
| | | | | | | Submitted by: Yoichi ASAI <yatt@msc.biglobe.ne.jp> Notes: svn path=/head/; revision=33824
* Fix my breakage. Install files in the right places, and use regex styleJeremy Lea2000-10-132-2/+9
| | | | | | | patching. Notes: svn path=/head/; revision=33766
* Make symlinks jvim3 -> jvim and jvim2 -> jvimSatoshi Taoka2000-10-105-3/+23
| | | | | | | | Each port of jvim3 and jvim3-direct_canna has a problem when using jvim3rc in privious port. So I fixed it. Notes: svn path=/head/; revision=33657
* Define MD5_FILE=${SUBMASTERDIR}/distinfo, FILESDIR is not enough.Satoshi Asami2000-10-091-0/+1
| | | | | | | This fixes all the ja-netscape-*-4.75 ports. Notes: svn path=/head/; revision=33629
* Add one command (flea) and its manpage.Satoshi Asami2000-10-092-1/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=33628
* This may be a temporary fix.R. Imura2000-10-092-2/+2
| | | | | | | | | | | | | All ja-*-netscape was broken. Sada-san, when NEWLAYOUT was disabled, ja-*-n47-*'s MD5_FILES was ${SUBMASTERDIR}/files/md5, but now MD5_FILES is ${MASTERDIR}/distinfo. I think each distinfo files but ${MASTERDIR}/distinfo can be deleted now. Notes: svn path=/head/; revision=33625
* Define MD5_FILE, FILESDIR is not enough now.Satoshi Asami2000-10-092-1/+2
| | | | Notes: svn path=/head/; revision=33601
* Put back PKGDIR definition. What do I know -- it was defined inSatoshi Asami2000-10-091-0/+1
| | | | | | | | | games/zangband/Makefile. Submitted by: bento Notes: svn path=/head/; revision=33599
* Define MD5_FILE instead of FILESDIR -- it turns out that the FILESDIRSatoshi Asami2000-10-082-2/+2
| | | | | | | | | definition was to get (the old) files/md5. Submitted by: bento Notes: svn path=/head/; revision=33593
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-08139-164/+164
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Adjust to lang/tcl* install/deinstall script paths.Satoshi Asami2000-10-082-5/+5
| | | | Notes: svn path=/head/; revision=33571
* Adjust to x11-toolkits/tk* install/deinstall script paths.Satoshi Asami2000-10-081-2/+2
| | | | Notes: svn path=/head/; revision=33570
* Rename pkg/{COMMENT,DESCR} to pkg-{comment,descr}. Take outSatoshi Asami2000-10-081-3/+2
| | | | | | | PKGDIR=${MASTERDIR} definition, which is the default. Notes: svn path=/head/; revision=33563
* Forgot to change one PLIST to pkg-plist.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33562
* Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ toSatoshi Asami2000-10-086-10/+10
| | | | | | | .) and other pkg variables if they are nearby. Notes: svn path=/head/; revision=33559
* (This log was supposed to go with www/w3m/pkg/PLIST.ja.)Satoshi Asami2000-10-082-2/+2
| | | | | | | Rename PLIST.ja to pkg-plist.ja. Notes: svn path=/head/; revision=33557
* Rename PLIST.{a,b,ja} to pkg-plist.{a,b,ja}. (PLIST.ja is actuallySatoshi Asami2000-10-081-1/+1
| | | | | | | for japanese/zangband, thus the commit spanning two ports.) Notes: svn path=/head/; revision=33524
* Rename PLIST.* to pkg-plist.*.Satoshi Asami2000-10-082-6/+6
| | | | Notes: svn path=/head/; revision=33517
* Rename PLIST.* to pkg-plist.*.Satoshi Asami2000-10-081-6/+6
| | | | Notes: svn path=/head/; revision=33514
* Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.Satoshi Asami2000-10-072-4/+4
| | | | | | | | (This should probably be rewritten to use EXTRA_PATCHES but I don't have time to test it now.) Notes: svn path=/head/; revision=33484
* Rename ${FILESDIR}/patch-texinfmt.el.patch toSatoshi Asami2000-10-072-2/+2
| | | | | | | | | ${FILESDIR}/extra-patch-texinfmt.el.patch. (This is an interesting case -- it is a patch to create a patch to be applied by EXTRA_PATCHES later.) Notes: svn path=/head/; revision=33483
* Add new port: ja-msdosfs - mounts japanese FAT.R. Imura2000-10-0725-0/+704
| | | | | | | | Be sure to edit ${FILESDIR}/revlist if you modify this port and sync with the kernel. Notes: svn path=/head/; revision=33466
* Rename japanese/gnome-icu to japanese/gnomeicu after a repocopy.Akinori MUSHA2000-10-051-1/+1
| | | | Notes: svn path=/head/; revision=33443
* Implement USE_GNOME, part 2.Jeremy Lea2000-10-051-14/+5
| | | | Notes: svn path=/head/; revision=33429
* Implement WANT_IMLIB and USE_IMLIB.Jeremy Lea2000-10-052-5/+4
| | | | Notes: svn path=/head/; revision=33427
* Implement USE_GTK, part 1.Jeremy Lea2000-10-058-39/+76
| | | | Notes: svn path=/head/; revision=33424
* Implement USE_GLIB.Jeremy Lea2000-10-051-5/+1
| | | | Notes: svn path=/head/; revision=33423
* Add a patch for lib/abbrev.sl to fix abbrev_mode.Akinori MUSHA2000-10-042-0/+23
| | | | | | | Obtained from: s-lang@juice.or.jp mailing list Notes: svn path=/head/; revision=33413
* I forgot: remove MTREE=yesR. Imura2000-10-021-1/+0
| | | | Notes: svn path=/head/; revision=33330
* Update to version 18.R. Imura2000-10-022-8/+6
| | | | | | | | | | | | | | | from changelog: * [Bug fix] fix LC_MONETARY defines to return correct symbol for "YEN". and, * ${LINUX_BASE} -> ${LINUXBASE} * set USE_LINUX_PREFIX=yes Notes: svn path=/head/; revision=33329
* Another HTML-lint (all messages are written in Japanese...)Jun Kuriyama2000-10-0210-0/+185
| | | | Notes: svn path=/head/; revision=33310
* New port: japanese/mutt-develSADA Kenji2000-10-0113-82/+158
| | | | | | | | | | This is mutt japanized development version. PR: 21063 Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp> Notes: svn path=/head/; revision=33302
* Imported some variables from master port.Kevin Lo2000-10-011-0/+5
| | | | | | | | PR: 21472 Submitted by: MAINTAINER Notes: svn path=/head/; revision=33297
* Add ja-xchat, xchat with Japanese support, as a satellite port of irc/xchat.Akinori MUSHA2000-10-013-0/+34
| | | | Notes: svn path=/head/; revision=33289
* Whitespace changes and PLIST sorting.Jeremy Lea2000-10-012-2/+0
| | | | Notes: svn path=/head/; revision=33282