summaryrefslogtreecommitdiffstats
path: root/japanese
Commit message (Collapse)AuthorAgeFilesLines
* Doh! WTH was -I/usr/local/X11R6/include doing here!asami1995-08-253-3/+3
|
* Forgot to update the checksum of the patch file....asami1995-08-253-3/+3
|
* Upgrade to version 2.3. The delta is almost identical to mule-wnn.asami1995-08-083-13/+8
| | | | Submitted by: NIIMI Satoshi <sa2c@st.rim.or.jp>
* Repair a failure i made with the last commit. The make should not tryats1995-08-051-1/+2
| | | | to extract the fonts. Add a EXTRACT_ONLY for the port.
* Fix the Makefile that it also works for the MASTER_SITE_OVERRIDE case.ats1995-08-011-1/+7
| | | | | The fonts are already in the distfiles and can be fetched with the normal fetch target.
* Upgrade, 2.2.2 -> 2.3. Note the base emacs version is still 19.28.asami1995-07-289-42/+27
| | | | Other variations (japanese/mule-canna, editors/mule) to follow.
* Remove redundant mkdir of share/emacs/site-lisp from post-install.asami1995-07-234-16/+4
| | | | | | The internal install rule already creates all the site-lisp directories! Pointed-out by: me (not asami!)
* Add a mkdir -p for share/emacs/site-lisp, just in case. Reverse theasami1995-07-204-8/+20
| | | | | order of the search for site-lisp (lib/mule is searched before share/emacs now).
* A full-blown PLIST.asami1995-07-131-2/+215
|
* Useasami1995-06-274-9/+12
| | | | | | | | | | | | | | | /usr/local/share/emacs/site-lisp /usr/local/lib/mule-site-lisp as the "site-lisp" directories. Basically all I did was tuck --locallisppath=${PREFIX}/share/emacs/site-lisp:${PREFIX}/lib/mule/site-lisp to the end of CONFIGURE_ARGS. Also, all the patch-aa's are unnecessary because bsd.port.mk now will take ${CFLAGS} from /etc/make.conf and put it in the environment before calling configure.
* Revised PLIST, with all the correct permissions and ownerships.asami1995-06-263-21/+369
| | | | Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
* ${XMKMF} -> xmkmf, so that "make includes" and such won't get invokedasami1995-06-263-6/+6
| | | | | | twice. Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
* Add "PKGNAME=kon-0994e".asami1995-06-251-1/+2
|
* Addasami1995-06-248-4/+20
| | | | | | | | | | | | | | post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :)
* Added kon.asami1995-06-241-2/+2
|
* A Japanese console driver for VGA consoles.asami1995-06-247-0/+1319
| | | | Submitted by: Takashi Ogura <ogura@st.rim.or.jp>
* List all files.asami1995-06-235-15/+525
|
* Make nethack happy with job controls (especially ^Z).asami1995-06-223-3/+6
| | | | Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
* Upgrade, 3.2p1 -> 3.2p2.asami1995-06-2215-888/+192
| | | | Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
* Upgrade, 1.0.2 -> 1.0.3. The original (3.1.3) is still the same.asami1995-06-199-18/+18
| | | | patch-ag is now part of the distribution.
* Protect the pre-fetch: target with .if !defined(MASTER_SITE_OVERRIDE),asami1995-05-292-6/+10
| | | | | | because this master site should already have the tarball, not the uuencoded pieces. Submitted by: Andreas Schulz <ats@freebsd.first.gmd.de>
* Clean up subdir Makefiles. They now all look like this:asami1995-05-141-5/+2
| | | | | | | | | | | | | | | | | | | ===== # Id line # # RESTRICTED: restricted_port_1 (comment1) # RESTRICTED: restricted_port_2 (comment2) # # BROKEN: broken_port_3 (comment3) # BROKEN: broken_port_4 (comment4) # BROKEN: broken_port_5 (comment5) # SUBDIR= good_port_1 good_port_2 ... ===== Basically, the idea is to make it easy to find restricted or broken ports by doing a "grep".
* Add "NCFTPFLAGS=-NP", seems like they are behind a firewall.asami1995-05-143-3/+6
|
* Add nethack.asami1995-05-141-2/+2
|
* The nethack dungeon slashing game, Japanese version.asami1995-05-1430-0/+882
|
* Put nkf in correct alphabetical order. Shame on me! ;)asami1995-05-131-2/+2
|
* Add another site for getting patch files. (Commented out, as articleasami1995-05-091-1/+4
| | | | numbers are different.)
* Upgrade (2.15.4+mb1.03 -> 2.15.6+mb1.04). Also ftp the patch from aasami1995-05-083-6/+28
| | | | | news archive instead of carrying it as patch-aa. Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
* Temporary fix to pkg_create problem, instead of listing all the filesasami1995-05-051-215/+2
| | | | | | just specify the directory name. (This is NOT recommended as a long- term fix and I'm going to back it out as soon as the pkg_create problem is corrected.)
* Add kinput2-canna+wnn and kinput2-wnn.asami1995-05-031-3/+4
|
* Add missing CATEGORIES (japanese and printing).asami1995-05-031-1/+2
|
* jless.hlp was moved from lib to share in the previous update.asami1995-05-021-1/+1
|
* Oops, deleted too much (says)asami1995-05-022-2/+34
| | | | Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
* Add gxditview. Move port into SUBDIR too (don't know why I didn't earlier!).asami1995-05-021-4/+4
|
* Japanized gxditview.asami1995-05-025-0/+34
| | | | Submitted by: nobu@psrc.isac.co.jp
* Take out gxditview. The separate port is coming soon.asami1995-05-021-55/+0
| | | | Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
* Added groff.asami1995-05-021-2/+2
|
* Japanized groff, version 0.98. Also installs and packagesasami1995-05-025-0/+351
| | | | | | Japanese gxditview, but the packaging part is disabled for now. Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
* Added kinput2-canna.asami1995-05-021-2/+3
|
* A Japanese inputting tool, you can use it from multiple X clients. Theasami1995-05-024-0/+35
| | | | | | actual conversion is done by the Canna engine. Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
* Why the heck was I calling the build target "pre-build"?!? (Changedasami1995-04-245-10/+10
| | | | to do-build.)
* Since thud was down all day (no offense Gary :), I finally had time toasami1995-04-2313-122/+157
| | | | | | | | | | | | | | | split mule into three ports: editors/mule: no language-specific support japanese/mule-canna: Japanese support, Canna library built-in japanese/mule-wnn: Japanese support, Wnn library built-in Note that the two ports under japanese/ will overwrite some of the emacs support files. Although this itself isn't a problem, if you pkg_delete it, you will lose some files needed for emacs. (This is explained in DESCR, although god knows who reads them.) Also I've listed every single file in the PLIST.
* Update Makefile.canna to work with bsd.port.mk.asami1995-04-224-4/+32
| | | | | Also, strip the installed binaries. Aren't you glad I invented post-install? :)
* Update of editors Makefiles!asami1995-04-204-28/+8
|
* Update of ports/japanese Makefiles to work with the new bsd.port.mk.asami1995-04-206-27/+12
|
* Upgrade, now use less-290 as the base.asami1995-04-195-21/+20
| | | | Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
* Add 'f' flag to gzip so that it won't ask user about compressingasami1995-04-161-1/+1
| | | | the man page.
* DEPENDS= ${PORTSDIR}/japanese/Wnnjkh1995-04-104-8/+8
| | | | | Not: DEPENDS= ${PORTSDIR}/utils/Wnn
* Oops, one more CATEGORY -> CATEGORIES typo fix....asami1995-04-091-2/+2
|
* Typo (CATEGORY -> CATEGORIES).asami1995-04-091-2/+2
|
OpenPOWER on IntegriCloud