summaryrefslogtreecommitdiff
path: root/japanese/less (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change WWW.Norikatsu Shigemura2006-08-131-1/+1
| | | | Notes: svn path=/head/; revision=170448
* Fix build on sparc64.Norikatsu Shigemura2006-06-121-0/+1
| | | | | | | | | | | | Because configure's timestamp is older than configure.ac's one. Almost configure's timestamp == configure.ac's one, but this is not good. So I enforced that configure's timestamp is always newer than configure.ac's one. Pointed out by: pointyhat via kris Notes: svn path=/head/; revision=165229
* Get MAINTAINERship to myself.Norikatsu Shigemura2006-05-261-2/+2
| | | | | | | I was cheated by: ume Notes: svn path=/head/; revision=163439
* Update to 382.262.Norikatsu Shigemura2006-04-153-8/+20
| | | | Notes: svn path=/head/; revision=159595
* Update to 382.259.Norikatsu Shigemura2006-04-154-5/+21
| | | | | | | | PR: ports/92939 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Notes: svn path=/head/; revision=159535
* Reset sf as maintainer due to no response to email messages.Mark Linimon2006-04-141-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=159514
* japanese/less: Update to less-382-iso258Edwin Groothuis2006-01-055-40/+25
| | | | | | | | | | | | | - Update japanese/less to less-382-iso258. - gtags is now supported by original source, so less-358-iso254+gtags-20010110.tar.gz is removed. PR: ports/90142 Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> Approved by: maintainet timeout Notes: svn path=/head/; revision=152765
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* chase/reorganize MASTER_SITES.FUJISHIMA Satsuki2005-07-101-7/+7
| | | | | | | Notified by: kris Notes: svn path=/head/; revision=138848
* farewell to libxpg4.FUJISHIMA Satsuki2004-11-151-10/+0
| | | | Notes: svn path=/head/; revision=121637
* SIZEify.FUJISHIMA Satsuki2004-03-181-0/+4
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104404
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* fix SEGV problem.FUJISHIMA Satsuki2003-02-273-2/+13
| | | | | | | | Submitted by: nork Tested by: Yoshihiko Sarumaru <mistral@imasy.or.jp> Notes: svn path=/head/; revision=76544
* simplify libxpg4 check.FUJISHIMA Satsuki2001-05-031-1/+1
| | | | Notes: svn path=/head/; revision=42223
* use better -lxpg4 detection code.FUJISHIMA Satsuki2001-02-171-13/+4
| | | | | | | Obtained from: vim6 Notes: svn path=/head/; revision=38422
* fix build error on -CURRENT.FUJISHIMA Satsuki2001-01-092-2/+2
| | | | | | | | fix submitted by: issei Reported by: Masayuki FUKUI <fukui@sonic.nm.fujitsu.co.jp> Notes: svn path=/head/; revision=37022
* bump PORTREVISION; new feature added.FUJISHIMA Satsuki2001-01-011-0/+1
| | | | Notes: svn path=/head/; revision=36579
* update WWW.FUJISHIMA Satsuki2000-12-311-1/+1
| | | | Notes: svn path=/head/; revision=36547
* change MASTER_SITES to MASTER_SITE_LOCAL.FUJISHIMA Satsuki2000-12-311-2/+2
| | | | Notes: svn path=/head/; revision=36531
* add gtags support.FUJISHIMA Satsuki2000-12-304-3/+10
| | | | | | | Submitted by: issei Notes: svn path=/head/; revision=36483
* maintainer is committer now.FUJISHIMA Satsuki2000-12-301-1/+1
| | | | Notes: svn path=/head/; revision=36482
* Upgrade to 254 of Japanese patch.Jun Kuriyama2000-12-163-10/+11
| | | | | | | | Submitted by: k5 (maintainer) PR: ports/23573 Notes: svn path=/head/; revision=36024
* Update to less-358+iso249 based on less-358.Shigeyuki Fukushima2000-11-156-87/+45
| | | | | | | | | | Change maintainer. PR: ports/22870 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> Notes: svn path=/head/; revision=35168
* 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
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-111-10/+8
| | | | | | | | | | | 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
* 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
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* Argh! I missed committing this one with the previous commit.Steve Price1998-10-101-0/+8
| | | | Notes: svn path=/head/; revision=13837
* Pick up latest set of patches.Steve Price1998-10-103-12/+81
| | | | | | | | PR: 8160 Submitted by: maintainer Notes: svn path=/head/; revision=13821
* Remove man page entries from the PLIST and define MAN? in the Makefile.Masafumi Max NAKANE1998-08-311-2/+0
| | | | Notes: svn path=/head/; revision=12969
* Update to the latest set of official patches.Steve Price1998-07-173-14/+15
| | | | | | | | PR: 7293 Submitted by: Nobuhiro Yasutomi <nobu@prsc.isac.co.jp> Notes: svn path=/head/; revision=11941
* Update the list of patches.Steve Price1998-07-112-8/+13
| | | | | | | | PR: 7205 Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> Notes: svn path=/head/; revision=11816
* Fix a setlocale problem by compiling with libxpg4.Steve Price1998-05-041-0/+11
| | | | | | | | PR: 6390 Submitted by: maintainer Notes: svn path=/head/; revision=10830
* japanization patch added (patchlevel 221 -> patchlevel 224)Jun-ichiro itojun Hagino1998-01-232-2/+6
| | | | | | | | Reviewed by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> (maintainer) Submitted by: itojun Notes: svn path=/head/; revision=9419
* 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
* Upgrade, 290 -> 332.Masafumi Max NAKANE1997-09-085-64/+27
| | | | | | | | | | | Change the maintainer to nobu@psrc.isac.co.jp. (Well, he has been maintaining this port, but someone with commit privilege should be listed as maintainer back when he submitted the original port.) PR: 4475 Submitted by: nobu@psrc.isac.co.jp Notes: svn path=/head/; revision=7810
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4571
* Removed unnecessary @cwd directive.Masafumi Max NAKANE1996-11-141-1/+0
| | | | Notes: svn path=/head/; revision=4459
* CATEGORIES+= -> CATEGORIES=Masafumi Max NAKANE1996-11-111-2/+2
| | | | | | | Inspired by: obrien Notes: svn path=/head/; revision=4399
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* jless.hlp was moved from lib to share in the previous update.Satoshi Asami1995-05-021-1/+1
| | | | Notes: svn path=/head/; revision=1584
* Upgrade, now use less-290 as the base.Satoshi Asami1995-04-195-21/+20
| | | | | | | Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> Notes: svn path=/head/; revision=1465
* Clean up Makefiles, as per my promise.Satoshi Asami1995-04-071-12/+10
| | | | Notes: svn path=/head/; revision=1302
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Reviewed by:Satoshi Asami1995-03-282-27/+4
| | | | | | | | Submitted by: Obtained from: Notes: svn path=/head/; revision=1224
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,Satoshi Asami1995-03-241-1/+2
| | | | | | | and some other minor cleanup. Notes: svn path=/head/; revision=1196
* less-237 with patches to understand Japanese. It will install itselfSatoshi Asami1995-03-207-0/+117
with prefix "j" so as not to tramp on the regular less. Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> Notes: svn path=/head/; revision=1166