Commit graph

45 commits

Author SHA1 Message Date
Pete Fritchman
b19237b6e7 Add missing manpage and @dirrm.
Noticed by:	bento
2001-12-14 21:26:31 +00:00
Pete Fritchman
6e512d5377 The FvwmM4 module needs gm4 to function properly.
PR:		32176
Submitted by:	Tony Finch <dot@dotat.at>
2001-11-21 22:52:31 +00:00
Pete Fritchman
3e2785d4ab Update to 2.4.3
Submitted by:	Anders Andersson <anders@codefactory.se>
2001-10-30 02:54:23 +00:00
Pete Fritchman
56d67d9efe Update to 2.4.2
PR:		30668
Submitted by:	Martti Kuparinen <martti.kuparinen@iki.fi>
2001-10-29 08:31:14 +00:00
Pete Fritchman
35db8cc37d Change my email address to petef@FreeBSD.org for the ports I maintain.
Reviewed by:	ade
2001-08-22 23:07:23 +00:00
David W. Chapman Jr.
501f6b1d05 Update to 2.4.0
Give originator maintainership
Export PORTVERSION to PLIST
Update and sort MAN pages in Makefile
Add hooks for GNOME
Adjust patch file to install files in correct directory

PR:		28709
Submitted by:	Pete Fritchman <petef@databits.net>
2001-07-08 03:56:59 +00:00
Jimmy Olgeni
df0e95a57c Fix my bogon: actually install the configuration file if it does not exist. 2001-06-17 17:49:22 +00:00
Jimmy Olgeni
1802695c03 Add proper management of etc/system.fvwm2rc (preserve changes at deinstall
time).
2001-06-17 10:46:32 +00:00
Jimmy Olgeni
60861ee768 Move icons.
Icons where installed in ${PREFIX}/icons, but the icons directory isn't in
the X11 mtree. I move all icons to ${PREFIX}/lib/X11/fvwm2/pixmaps, as the
fvwm2-beta port already does.

Remove pkg-message: it contains a warning about japanese support for
some very old XFree86 versions (3.3 and 3.3.1).
2001-05-05 21:54:48 +00:00
Jimmy Olgeni
0e559c9e5e Update port to version 2.2.5.
Install default configuration file in etc. This file is not managed at
install/deinstall times because it is actually a sample file: it will be
used only if you don't have a per-user .fvwm2rc file.

PR:		25691 (modified)
Submitted by:	Martti Kuparinen <martti.kuparinen@iki.fi>
2001-05-05 21:34:20 +00:00
Trevor Johnson
c8ef6a38d2 Maintainer resigned. 2001-05-05 20:46:06 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +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
Alexander Langer
4ce5230a6d Fix typo (also backcontributed): body[0], body[0] --> body[0], body[1]
PR:		18914
Submitted by:	Denis Mittsev <Denis Mittsev <dm@dmhome.orsk.ru>>
Reviewed by:	will
2000-06-10 18:59:46 +00:00
Satoshi Asami
131b6c18b7 @dirrm icons
Submitted by:	bento
2000-06-01 08:07:39 +00:00
Steve Price
e477f4b0c9 From the submitter:
- makes this port to obey the PREFIX setting (it used to be
  hard coded /usr/X11R6)
- adds more nice icons
- puts all icons into /usr/X11R6/icons (or ${PREFIX}/icons)
- overrides PR 17001 so please close it (I found a better way to
  include the icons :-)

PR:		17953
Submitted by:	Martti Kuparinen <martti.kuparinen@piuha.net>
2000-04-30 19:23:32 +00:00
Michael Haro
e71ec62abd backout previous change 2000-04-18 18:15:06 +00:00
Michael Haro
a28d74b625 restore portname to original name
PR: 17989
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-17 23:14:00 +00:00
Chris Piazza
500b47f7ae Update with the new PORTNAME/PORTVERSION variables 2000-04-10 19:50:46 +00:00
Chris Piazza
7c504d12b3 Update to fvwm 2.2.4
PR:		16833
Submitted by:	Martti Kuparinen <martti.kuparinen@nomadiclab.com>
2000-02-22 00:28:33 +00:00
Peter Wemm
50fb080408 $Id$ -> $FreeBSD$ 1999-08-31 03:04:38 +00:00
Tim Vanderhoek
eb48f6f640 Re-enforce caps, no period. An "exceptions" file has been created
containing the ports editors/vim5, sysutils/star, and one other.
1999-08-02 16:55:21 +00:00
Matthew Hunt
cfff399201 Update URL.
Submitted by:	Anders Andersson <anders@sanyusan.se>
1999-07-02 16:06:08 +00:00
Matthew Hunt
94eff352d8 Upgrade to 2.2.2.
PR:		12463
Submitted by:	Jason C. Wells <jcwells@u.washington.edu>
1999-07-01 17:14:44 +00:00
Tim Vanderhoek
748713c3f6 As threatened, enforce the "Capital, no period" rule. Ellipses are
permitted.  Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
Steve Price
46515fdd16 Update to version 2.2.
PR:		10677
Submitted by:	Jason C. Wells <jcwells@u.washignton.edu>
1999-05-04 22:27:26 +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
e2284d808c Ooops, forgot to add this file when upgrading from 2.0.45 -> 2.0.46. 1997-10-11 02:02:54 +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