1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

58 Commits

Author SHA1 Message Date
Martin Wilke
dd261bc1de - Stage support 2014-02-21 01:59:55 +00:00
Baptiste Daroussin
8ee9a3584f Add NO_STAGE all over the place in preparation for the staging support (cat: japanese) 2013-09-20 18:47:54 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Hiroki Sato
a0fe96a2e8 Use OPTIONS_DEFINE and add style clean-ups. 2013-05-05 16:12:13 +00:00
Hiroki Sato
40aeca7673 - Use UTF-8 when LANG=ja.JP.UTF-8.
- Add README.ext.jp.

Submitted by:	nork
PR:		ports/175440
2013-01-20 01:29:21 +00:00
Hiroki Sato
c0470cd468 - Add UTF-8 support[*].
- Add LICENSE.
- Update pkg-descr.
- Use PORTDOCS for additional documents.

Submitted by:	nork [*]
PR:		ports/175431 [*]
2013-01-19 16:57:52 +00:00
Thomas Abthorpe
83fc7a83ad - Reassign nork@ ports to the heap
- Thank you for your years of service, we hope to see you back

Approved by:	portmgr
2012-08-15 19:26:13 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Norikatsu Shigemura
63b5551f53 o Add support .xz/.lzma (required xz and lzma commands).
o MAKE_JOBS_SAFE confirmed.
o Fix typo (s/DOCDIR/DOCSDIR/g).
o Bump PORTREVISION, accordingly.

Inspired by:	import of liblzma, xz, xzdec, lzmainfo by mm@
2010-05-10 14:23:54 +00:00
Norikatsu Shigemura
b0d5681115 Reset MASTER/PATCH_SITES by lost original site. 2009-12-05 16:57:49 +00:00
Norikatsu Shigemura
7ba3aa5633 Change WWW. 2006-08-13 00:55:20 +00:00
Norikatsu Shigemura
90494ef61f Fix build on sparc64.
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
2006-06-12 15:21:21 +00:00
Norikatsu Shigemura
e169792d0f Get MAINTAINERship to myself.
I was cheated by:	ume
2006-05-26 00:17:46 +00:00
Norikatsu Shigemura
0015c3d525 Update to 382.262. 2006-04-15 15:30:29 +00:00
Norikatsu Shigemura
68a4a7dccf Update to 382.259.
PR:		ports/92939
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
2006-04-15 02:12:19 +00:00
Mark Linimon
9775ebacfb Reset sf as maintainer due to no response to email messages.
Hat:	portmgr
2006-04-14 20:09:26 +00:00
Edwin Groothuis
9b07424366 japanese/less: Update to less-382-iso258
- 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
2006-01-05 00:14:07 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
2005-11-15 06:52:12 +00:00
FUJISHIMA Satsuki
9fddee88b5 chase/reorganize MASTER_SITES.
Notified by:	kris
2005-07-10 21:23:54 +00:00
FUJISHIMA Satsuki
a787f0b075 farewell to libxpg4. 2004-11-15 05:19:30 +00:00
FUJISHIMA Satsuki
f7cbbf5949 SIZEify.
Submitted by:	trevor
2004-03-18 08:08:42 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
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.
2004-03-14 06:17:56 +00:00
FUJISHIMA Satsuki
9561c40965 fix SEGV problem.
Submitted by:	nork
Tested by:	Yoshihiko Sarumaru <mistral@imasy.or.jp>
2003-02-27 00:52:58 +00:00
FUJISHIMA Satsuki
8fb6f9826c simplify libxpg4 check. 2001-05-03 14:48:35 +00:00
FUJISHIMA Satsuki
ea6fe5d739 use better -lxpg4 detection code.
Obtained from:	vim6
2001-02-17 12:18:20 +00:00
FUJISHIMA Satsuki
10602842c5 fix build error on -CURRENT.
fix submitted by: issei
Reported by: Masayuki FUKUI <fukui@sonic.nm.fujitsu.co.jp>
2001-01-09 18:01:25 +00:00
FUJISHIMA Satsuki
59d99a9e27 bump PORTREVISION; new feature added. 2001-01-01 18:31:35 +00:00
FUJISHIMA Satsuki
74130ad278 update WWW. 2000-12-31 20:08:22 +00:00
FUJISHIMA Satsuki
2e7c21b0ed change MASTER_SITES to MASTER_SITE_LOCAL. 2000-12-31 14:37:42 +00:00
FUJISHIMA Satsuki
62e2855433 add gtags support.
Submitted by: issei
2000-12-30 22:01:57 +00:00
FUJISHIMA Satsuki
37014a880c maintainer is committer now. 2000-12-30 21:58:38 +00:00
Jun Kuriyama
d484b80638 Upgrade to 254 of Japanese patch.
Submitted by:	k5 (maintainer)
PR:		ports/23573
2000-12-16 06:47:00 +00:00
Shigeyuki Fukushima
dbb7b26aa4 Update to less-358+iso249 based on less-358.
Change maintainer.

PR:		ports/22870
Submitted by:	FUJISHIMA Satsuki <k5@cheerful.com>
2000-11-15 14:48:41 +00:00
James E. Housley
57c29d1f95 Patch archive site was changed.
PR:		22230
Submitted by:	YASUTOMI Nobuhiro <nobu@psrc.isac.co.jp> MAINTAINER
2000-10-23 12:44:52 +00:00
Akinori MUSHA
edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
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. :)
2000-04-11 14:15:53 +00:00
David E. O'Brien
c751fc667a Change Id->FreeBSD. 1999-08-25 05:28:01 +00:00
Tim Vanderhoek
4b7f92f936 Commit #2/4 to enforce Caps, no period. I ran this oe as
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`

Results to follow.  :)
1999-06-26 17:55:58 +00:00
Bill Fenner
5261958626 ${MASTER_SITE_GNU} got rearranged in December; let's catch up. 1999-01-27 07:41:29 +00:00
Steve Price
e128c7aede Argh! I missed committing this one with the previous commit. 1998-10-10 05:06:43 +00:00
Steve Price
6761bf6ec3 Pick up latest set of patches.
PR:		8160
Submitted by:	maintainer
1998-10-10 04:01:48 +00:00
Masafumi Max NAKANE
d540a94d11 Remove man page entries from the PLIST and define MAN? in the Makefile. 1998-08-31 17:47:43 +00:00
Steve Price
04a60e7a26 Update to the latest set of official patches.
PR:		7293
Submitted by:	Nobuhiro Yasutomi <nobu@prsc.isac.co.jp>
1998-07-17 20:36:19 +00:00
Steve Price
cfa1eede0b Update the list of patches.
PR:		7205
Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
1998-07-11 00:32:30 +00:00
Steve Price
5c977eca3a Fix a setlocale problem by compiling with libxpg4.
PR:		6390
Submitted by:	maintainer
1998-05-04 02:31:08 +00:00
Jun-ichiro itojun Hagino
fc2cdbdaaa japanization patch added (patchlevel 221 -> patchlevel 224)
Reviewed by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> (maintainer)
Submitted by:	itojun
1998-01-23 07:53:39 +00:00
Masafumi Max NAKANE
474b385af1 Use ISO639 language abbreviation instead of ISO3166 country abbreviation
for PKGNAME.  (IE, jp-* to ja-*).
1997-09-14 21:36:25 +00:00
Masafumi Max NAKANE
06d0ac62dc Upgrade, 290 -> 332.
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
1997-09-08 03:33:55 +00:00
Satoshi Asami
5dba7b6e29 Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 10:25:35 +00:00
Masafumi Max NAKANE
53bd6e706c Removed unnecessary @cwd directive. 1996-11-14 17:59:52 +00:00
Masafumi Max NAKANE
0fe54da9a9 CATEGORIES+= -> CATEGORIES=
Inspired by:	obrien
1996-11-11 10:13:07 +00:00