summaryrefslogtreecommitdiff
path: root/japanese (follow)
Commit message (Collapse)AuthorAgeFilesLines
* iv requires Xlib. While I'm here, change japanese/iv from BUILD_DEPENDSSatoshi Asami1998-12-181-3/+2
| | | | | | | on imake to USE_XLIB, since it's linking the library. Notes: svn path=/head/; revision=15412
* We don't need perl5, so call the script with "/usr/bin/perl" instead ofSatoshi Asami1998-12-172-4/+4
| | | | | | | "${PERL}" -- otherwise we'll need to depend on ports/lang/perl5 for -stable. Notes: svn path=/head/; revision=15394
* Activate ports/japanese/etermSADA Kenji1998-12-161-1/+2
| | | | | | | | PR: ports/9094 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com> Notes: svn path=/head/; revision=15386
* Eterm is a color vt102 terminal emulator for X Window system.SADA Kenji1998-12-167-0/+794
| | | | | | | | | | | It is supports pixmap and pseudo-transparent background. It is also supports Japanese input with XIM (X Input Method) protocol. PR: ports/9094 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com> Notes: svn path=/head/; revision=15385
* Now, ja-skk is "meta-port" for skk related softwares.Jun Kuriyama1998-12-164-88/+23
| | | | | | | | PR: ports/8705 (part of) Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Notes: svn path=/head/; revision=15384
* Add 8bit-char file. (-ko)Jun Kuriyama1998-12-161-0/+11
| | | | Notes: svn path=/head/; revision=15379
* Activate ja-skk{-elisp,-jisyo,-tools,serv}.Jun Kuriyama1998-12-151-1/+5
| | | | Notes: svn path=/head/; revision=15369
* japanese/skk-elisp:Jun Kuriyama1998-12-1533-0/+534
| | | | | | | | | | | | | | | | | | | | Emacs-lisp frontend for the SKK Japanese-input software. japanese/skk-jisyo: Jisyo (dictionary) file for the SKK Japanese-input software. japanese/skk-tools: Jisyo-tools for the SKK Japanese-input software. japanese/skkserv: Dictionary server for the SKK Japanese-input software. PR: ports/8705 (part of) Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Note: This PR cannot close until I commit japanese/skk meta-port and take some tweaks. Please wait. Notes: svn path=/head/; revision=15359
* Add `SUBDIR += netscape45-communicator'.SADA Kenji1998-12-131-1/+2
| | | | Notes: svn path=/head/; revision=15335
* Japanized Netscape Browser: Communicator-4.5SADA Kenji1998-12-135-0/+164
| | | | Notes: svn path=/head/; revision=15334
* Make enable to be MASTER PORT of new japanese/netscape45-communicator.SADA Kenji1998-12-134-24/+32
| | | | | | | Change the resource file a bit. Notes: svn path=/head/; revision=15333
* Converting texts in figure by tgif to LaTeX commands (for Japanese)Jun Kuriyama1998-12-134-0/+50
| | | | | | | | PR: ports/8771 (part of) Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=15319
* Activate ja-tgif2tex.Jun Kuriyama1998-12-131-1/+2
| | | | Notes: svn path=/head/; revision=15317
* Use libttf.3 of the new freetype 1.2Justin M. Seger1998-12-121-2/+2
| | | | Notes: svn path=/head/; revision=15309
* Remove NO_WRKDIR tests from targets copied from bsd.port.mk. SinceSatoshi Asami1998-12-122-8/+4
| | | | | | | | NO_WRKDIR is a port variable, not a user variable, it made no sense for these to be here in the first place. Notes: svn path=/head/; revision=15298
* Add CONFIGURE_ENV to remove patch-aaSeiichirou Hiraoka1998-12-111-5/+4
| | | | Notes: svn path=/head/; revision=15264
* Change Maintainer's mail address.SADA Kenji1998-12-102-17/+6
| | | | | | | | Stop using Japanese fonts directry and make depend on japanese/netscape-fonts. Notes: svn path=/head/; revision=15250
* This port was broken.Seiichirou Hiraoka1998-12-103-7/+9
| | | | | | | So fix some patches/patch-?? Notes: svn path=/head/; revision=15239
* Remove BROKEN_ELF by adding ``-lICE -lSM'' to link options whenSADA Kenji1998-12-099-619/+636
| | | | | | | PORTOBJFORMAT = elf. Notes: svn path=/head/; revision=15228
* PKGNAME and DISTNAME are changed for 3.0 branchSeiichirou Hiraoka1998-12-082-4/+4
| | | | Notes: svn path=/head/; revision=15184
* Update to 2.4.11Seiichirou Hiraoka1998-12-068-583/+38
| | | | Notes: svn path=/head/; revision=15142
* fix permissions when using packageSeiichirou Hiraoka1998-12-053-0/+15
| | | | Notes: svn path=/head/; revision=15130
* Update base tcsh version from 6.08.00 to 6.08.02.Seiichirou Hiraoka1998-12-043-13/+11
| | | | | | | Some bugs about dealing with multibyte characters are fixed in tcsh 6.08.02 Notes: svn path=/head/; revision=15105
* BROKEN='fetch'David E. O'Brien1998-12-031-1/+3
| | | | | | | (this only has one mastersite) Notes: svn path=/head/; revision=15085
* Use ${WRKDIRPREFIX} correctly.Satoshi Asami1998-12-024-12/+12
| | | | Notes: svn path=/head/; revision=15052
* Fix my MASTERDIR botch.Satoshi Asami1998-12-028-12/+14
| | | | Notes: svn path=/head/; revision=15047
* Oops, forgot commit BROKEN_ELF removal from these two.Satoshi Asami1998-12-014-12/+4
| | | | Notes: svn path=/head/; revision=14977
* Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denoteSatoshi Asami1998-12-0179-213/+384
| | | | | | | | that the port otherwise uses files from another port. (Note: support for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.) Notes: svn path=/head/; revision=14974
* Oops, forgot to commit these. BROKEN_ELF fix.Satoshi Asami1998-12-016-0/+198
| | | | | | | PR: 8770 Notes: svn path=/head/; revision=14968
* Use the recently-released source of the Wnn6 client library, so we aren'tSatoshi Asami1998-12-0116-72/+120
| | | | | | | | | | BROKEN_ELF anymore. PR: 8770 Submitted by: taoka@infonets.hiroshima-u.ac.jp Notes: svn path=/head/; revision=14967
* More missing dependencies.Satoshi Asami1998-11-291-1/+3
| | | | Notes: svn path=/head/; revision=14954
* More USE_XLIBs.Satoshi Asami1998-11-281-1/+3
| | | | Notes: svn path=/head/; revision=14932
* Typo.Satoshi Asami1998-11-283-6/+6
| | | | Notes: svn path=/head/; revision=14931
* A few more USE_XLIBs.Satoshi Asami1998-11-284-4/+11
| | | | Notes: svn path=/head/; revision=14930
* The configure script sometimes goes into an infinite loop, spewing outSatoshi Asami1998-11-281-1/+3
| | | | | | | | | | | | | | | | | | === ^GBINDIR = directory of binaries? y does not exist ^GBINDIR = directory of binaries? y does not exist ^GBINDIR = directory of binaries? y does not exist ^GBINDIR = directory of binaries? y does not exist === forever. Notes: svn path=/head/; revision=14927
* Follow ja-gtk's libnames change.SADA Kenji1998-11-251-3/+4
| | | | | | | Switch `BUILD_DEPENDS' to `LIB_DEPENDS'. Notes: svn path=/head/; revision=14904
* Version up of jvim3: 1.3d -> 1.3iSADA Kenji1998-11-2412-58/+64
| | | | | | | | PR: ports/8755 Submitted by: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=14872
* Update of resource file.SADA Kenji1998-11-246-26/+42
| | | | | | | | Make the wrapper to initialize Japanese font settings at the first startup time. Notes: svn path=/head/; revision=14867
* portlint - bring COMMENT under 70 charactersBill Fumerola1998-11-231-1/+1
| | | | Notes: svn path=/head/; revision=14838
* Remove name of package from front.Seiichirou Hiraoka1998-11-231-1/+1
| | | | Notes: svn path=/head/; revision=14820
* Change comment to 'libicq is intended to make it easy to add ICQ ↵Seiichirou Hiraoka1998-11-231-1/+1
| | | | | | | communication support to your software.' Notes: svn path=/head/; revision=14818
* kappa20 is in local now.Satoshi Asami1998-11-232-4/+4
| | | | Notes: svn path=/head/; revision=14799
* Remove RESTRICTED. Move distfiles to "netscape3" subdir. Adjust pathSatoshi Asami1998-11-232-11/+11
| | | | | | | to dependency to match reality. Use = instead of += for dependency definition. Notes: svn path=/head/; revision=14798
* libicq.so is 0.2.Satoshi Asami1998-11-231-1/+1
| | | | Notes: svn path=/head/; revision=14795
* Portlint.Satoshi Asami1998-11-231-4/+4
| | | | Notes: svn path=/head/; revision=14794
* Add pkg/DESCR URL about original nethackSeiichirou Hiraoka1998-11-223-0/+9
| | | | Notes: svn path=/head/; revision=14765
* Add pkg/MESSAGESeiichirou Hiraoka1998-11-223-0/+18
| | | | Notes: svn path=/head/; revision=14764
* Add README how to play on X written in japanese.Fix patchesSeiichirou Hiraoka1998-11-2221-447/+579
| | | | Notes: svn path=/head/; revision=14763
* Activate jhd.Jun Kuriyama1998-11-221-1/+2
| | | | Notes: svn path=/head/; revision=14756
* Japanese Hexdecimal DumpJun Kuriyama1998-11-225-0/+39
| | | | | | | | PR: ports/8036 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=14752