Commit graph

31 commits

Author SHA1 Message Date
Makoto Matsushita
35d3cd4908 Change this ports a slave ports.
Long long time ago, my friend Mr. yamamoto made an I18N_MB patch.  It
was used mainly in Japan since it enable fvwm to display Japanese characters
in the menu, titlebar, and so on.  However, and unfortunately, it was
not included original fvwm code at that time since less people need it.
Since then, I maintained the I18N_MB patch to adopt new fvwm releases.
IIRC, this patch is based on the hack for TWM (see X11R5 contrib), and
influences to other fvwm-derived window managers to be i18n-ed (e.g.,
afterstep, windowmaker, etc.)

Soon after the fvwm development team was re-organized as current form, I
tried pushing I18N_MB patch to be included to original fvwm code.  It was
great pleasure for me but I have no time to test it; my desktop environment
is tainted with Windows, and I'm lazy to update my fvwm, that runs on VMware.

Recently, I've heard from kris that this ports is broken on 5-current and
sparc64 environment.  It seems that it comes from header misuse or something
like that.  Maybe I can fix it, but I don't do that.  I would be good
chanse to kill this ports, and use the original fvwm code which is already
included this patch for a long time.  I believe that fvwm code is still
well-maintained, it should work as expected; I've heard from many people
that it works, and I've just confirmed that.  There's no reason to switch it.

Anyway, standalone I18N_MB patch is now dead from FreeBSD ports.  Thanks
to the original author yamamoto (he's maybe workin' at panasonic.com but
I don't know how to contact him,) subscribers of fvwm-users-jp mailinglist
(note: it was concluded already,) people who send me a comment/patch, and
ports/x11-wm/fvwm2-i18n users.

PS: I intentionally give a little bit funny PKGNAMESUFFIX to this ports,
to keep this package name unchanged.  It should be changed further releases.

Committed at: Executive floor lounge, Hilton Anaheim.
2003-10-27 19:30:37 +00:00
Makoto Matsushita
0866591eab De-pkg-comment. 2003-02-22 15:51:59 +00:00
Makoto Matsushita
8ca6491f05 Change my email address to the one of @FreeBSD.org.
Reviewed by:	kuriyama
2002-03-15 15:47:40 +00:00
Jimmy Olgeni
5ac2fa74f4 Layout fixes in x11-wm. 2001-02-05 21:05:58 +00:00
Neil Blakey-Milner
14f299b03c Standardise on "matusita@jp.FreeBSD.org" instead of various other
capitalisations.

Submitted by:	Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
2000-10-15 03:19:11 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Michael Haro
385d2ef6a5 restore portname to pre PORTNAME conversion name
PR:		17990
Submitted by:	tkato@prontomail.ne.jp
2000-04-17 23:17:55 +00:00
Jeremy Lea
b4455771cc Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:19:02 +00:00
Satoshi Asami
ad4d1e476c DISTNAMe-related cleanups. 2000-04-16 04:14:12 +00:00
Chris Piazza
500b47f7ae Update with the new PORTNAME/PORTVERSION variables 2000-04-10 19:50:46 +00:00
Peter Wemm
50fb080408 $Id$ -> $FreeBSD$ 1999-08-31 03:04:38 +00:00
Tim Vanderhoek
33020b8878 Cleanup some more WWW (occasionally fixing-up the DESCR in general too). 1999-07-17 21:08:39 +00:00
Steve Price
087152bc71 Update to version 2.2 after repository copy.
PR:		11277
Submitted by:	Makoto MATSUSHITA <matusita@jp.FreeBSD.ORG>
1999-05-04 22:29:45 +00:00
Bill Fumerola
43d5ce96e8 portlint - bring pkg/COMMENT under 70 characters 1998-12-01 23:25:08 +00:00
Satoshi Asami
081079e0db Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
1998-09-17 00:33:02 +00:00
Satoshi Asami
03d5b496f6 libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
1998-09-15 11:13:39 +00:00
Tim Vanderhoek
ca2856b5a0 As the last PLISTs with manpages, these were a window into the past.
Shut the window.
1998-08-20 03:45:29 +00:00
Satoshi Asami
d9927174c8 Move "afterstep-devel afterstep amiwm blackbox ctwm enlightenment fvwm
fvwm2 fvwm95 gwm icewm lwm mlvwm olvwm piewm qvwm tvtwm windowmaker
wm2 wmx" from x11 to x11-wm.
1998-08-07 23:01:41 +00:00
Jordan K. Hubbard
7d877eb154 Unspam this poor port. Continuation lines are important! 1997-10-11 10:42:43 +00:00
Masafumi Max NAKANE
bb1297ffaf Cleanup:
- List all the man pages in the MAN1 variable and define MANCOMPRESSED.
- Standardize the comment section (restore the Whom: and the Date created:
   line from the original Makefile.)
1997-10-11 02:19:50 +00:00
Masafumi Max NAKANE
dc107a2574 Upgrade, 2.0.45 -> 2.0.46.
PR:		4725
Submitted by:	maintainer
1997-10-11 02:01:53 +00:00
Masafumi Max NAKANE
cbdf726d35 Some patch file wasn't applied due to a typo.
PR:		3816
Submitted by:	Makoto MATSUSHITA <matusita@jp.freebsd.org>
1997-06-09 21:57:41 +00:00
Satoshi Asami
2285cc1085 Update from maintainer. Remove additional features so this port won't
diverge too much from the original (other than internationalization,
of course).  Closes PR ports/2854.

Submitted by:	Makoto MATSUSHITA <matusita@ics.es.osaka-u.ac.jp>
1997-03-04 09:38:57 +00:00
Satoshi Asami
9c43e81c5e Delete spurious .endif I accidentelly committed yesterday. 1997-03-04 06:37:49 +00:00
Satoshi Asami
9e6b927530 Oops, forgot to remove "japanese" from categories line. 1997-03-03 11:33:07 +00:00
Satoshi Asami
deac38e269 Internationalize this port. Upgrade to 2.0.45 as well.
Submitted by:	Makoto MATSUSHITA <matusita@ics.es.osaka-u.ac.jp>
1997-03-03 11:31:50 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Paul Traina
3f3d595a27 Update packing list for new version of fvwm 1996-07-23 15:42:21 +00:00
Paul Traina
f95d25732a Upgrade to 2.0.43 1996-07-22 04:52:16 +00:00
Peter Wemm
6dd60a3115 Update fvwm-2.0.40 -> fvwm-2.0.41. 1996-03-11 14:18:27 +00:00
Satoshi Asami
c2caa4bb8a The beta af fvwm version 2. Peter gave it to me a long time ago, I
thought he was going to commit it but he didn't so I'm going to do it. :)

Submitted by:	peter
1996-03-09 14:42:57 +00:00