aboutsummaryrefslogtreecommitdiff
path: root/japanese/nvi-euc-jp
Commit message (Collapse)AuthorAgeFilesLines
* Justify master/slave ports' style of Makefiles.SADA Kenji2001-04-151-3/+3
| | | | | | | | | | These ports caused warnings if you run portversion. PR: ports/26422 Submitted by: Tadayuki OKADA <tadayuki@mediaone.net> Notes: svn path=/head/; revision=41435
* drop myself from MAINTAINER. too many KAME platforms to support,Jun-ichiro itojun Hagino2001-01-091-1/+1
| | | | | | | to little time... Notes: svn path=/head/; revision=36979
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | 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
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-111-2/+1
| | | | | | | | | | | Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :) Notes: svn path=/head/; revision=27449
* Update nvi-m17n (19990331 -> 19991117).R. Imura2000-02-121-1/+1
| | | | | | | | PR: 16513 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org> Notes: svn path=/head/; revision=25705
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* - original distribution URL (and MD5 value) has changed.Jun-ichiro itojun Hagino1999-04-171-2/+2
| | | | | | | | | | MD5 value was changed because some lines are added/removed from README. - upgrade multilingual patch to the most recent one. Thanks Satoshi for letting me know the MD5 change. Notes: svn path=/head/; revision=17948
* Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denoteSatoshi Asami1998-12-011-8/+5
| | | | | | | | 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
* updated to use latest m17n patch (19981119).Jun-ichiro itojun Hagino1998-11-191-2/+2
| | | | Notes: svn path=/head/; revision=14662
* Remove regexp support for libcanna since it can now be builtSteve Price1998-09-211-2/+2
| | | | | | | in ELF format as well. Notes: svn path=/head/; revision=13297
* CONFIGURE_ARGS needs "+=" since it is set after including bsd.port.mkDavid E. O'Brien1998-06-261-2/+2
| | | | Notes: svn path=/head/; revision=11540
* Fix some paths to editors/nvi (now editors/nvi-m17n).Satoshi Asami1998-03-041-4/+4
| | | | Notes: svn path=/head/; revision=10036
* rename ports/editors/nvi to ports/editors/nvi-m17n.Jun-ichiro itojun Hagino1998-02-191-2/+2
| | | | | | | | | update language-specific configurations for nvi-m17n accordingly. add ports/editors/nvi-perl, nvi 1.79 with perl5 linked into. Notes: svn path=/head/; revision=9834
* - PKGNAME has to be defined BEFORE including bsd.port.mk, to makeJun-ichiro itojun Hagino1998-02-171-2/+3
| | | | | | | | | | | | | Latest/* symbolic links. - PKGNAME format changed, to make Latest/* symbolic links with proper name. (also make it Y2K complient) was: ja-nvi-iso2022jp-1.79-970820 now: ja-nvi-iso2022jp-1.79.19970820 Submitted by: asami Notes: svn path=/head/; revision=9774
* Use ISO639 language abbreviation instead of ISO3166 country abbreviationMasafumi Max NAKANE1997-09-141-2/+2
| | | | | | | for PKGNAME. (IE, jp-* to ja-*). Notes: svn path=/head/; revision=7911
* original distribution of nvi multilingual patch (nvi-m17n)Jun-ichiro itojun Hagino1997-08-211-2/+2
| | | | | | | updated to version 970820-1600. Notes: svn path=/head/; revision=7645
* Update the base version from 1.79-970408 -> 1.79-970617.Masafumi Max NAKANE1997-06-181-2/+2
| | | | | | | | PR: 3896 Submitted by: itojun@itojun.org Notes: svn path=/head/; revision=6994
* The dependency rules are created in bsd.port.mk only if *_DEPENDS areSatoshi Asami1997-04-091-3/+3
| | | | | | | | defined, so move LIB_DEPENDS before .include of editors/nvi/Makefile (which also includes bsd.port.mk). Notes: svn path=/head/; revision=6169
* Immediately update to April 8th version by author's request.Satoshi Asami1997-04-091-2/+2
| | | | Notes: svn path=/head/; revision=6166
* Update to April 3rd version of patch. Closes PR ports/3204.Satoshi Asami1997-04-091-2/+2
| | | | | | | Submitted by: Jun-ichiro ITOH <itojun@csl.sony.co.jp> Notes: svn path=/head/; revision=6163
* Misc. cleanup. They've been in my tree for a while, I forgot to commit them.Satoshi Asami1997-03-151-8/+6
| | | | Notes: svn path=/head/; revision=5965
* Attempt to import 8 ports at once. I sure hope this will work.Satoshi Asami1997-03-062-0/+27
editors/nvi is a multi-byte extension of nvi-1.79; the rest are pretty much skeletons (even more so than regular ports) that use most files from editors/nvi and support for a particular encoding scheme. These ports were submitted by the author of multilingual nvi patches. Closes PR ports/2824. Submitted by: Jun-ichiro Itoh <itojun@csl.sony.co.jp> Notes: svn path=/head/; revision=5883