Commit graph

2066 commits

Author SHA1 Message Date
Edwin Groothuis
2f7ac93e50 Wmconfig port update to V1.2.0
Wmconfig port update to Version 1.2.0

PR:		ports/69973
Submitted by:	Tommy Scheunemann <net@arrishq.net>
2004-08-04 02:22:22 +00:00
Kirill Ponomarev
e46a3ad10a Fix build with gcc-3.4.2
PR:		ports/69881
Submitted by:	Andrey Slusar <vasallia@ukr.net>
2004-08-02 07:59:33 +00:00
Ying-Chieh Liao
92edd2919d upgrade to 20040729
PR:		69867
Submitted by:	maintainer
2004-08-02 02:31:39 +00:00
Clive Lin
92e618dfd5 Back port post gcc 3.4.2 fixup from x11-wm/boxtools.
Requested by:	Marco Trentini <mark at remotelab dot org>
2004-08-01 12:59:18 +00:00
Clive Lin
ded16ab2dc Post gcc 3.4.2 fixup.
Obtained From: google
2004-08-01 09:17:58 +00:00
Jeremy Messenger
e87d212a6d -Add two new knobs, WITHOUT_SLIT and WITHOUT_TOOLBAR. [1]
-Reorder the knobs to the ABC's order to make it easier for me to follow up.

BTW: Request add more knobs are welcome.

PR:		ports/69794 [1]
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru> [1]
2004-07-30 21:28:27 +00:00
Kirill Ponomarev
02c11edf66 Fix build with gcc-3.2
Portlint

PR:		ports/69782
Submitted by:	Craig Rodrigues <rodrigc@crodrigues.org>
2004-07-30 15:22:55 +00:00
Pav Lucistnik
7d11a5f06c - Install internationalization support
PR:		ports/69711
Submitted by:	Matt Lancereau <matt@bsdfly.org> (maintainer)
2004-07-29 19:53:48 +00:00
Pav Lucistnik
caa4559991 - Fix distinfo
PR:		ports/69711
Submitted by:	Matt Lancereau <matt@bsdfly.org> (maintainer)
2004-07-29 19:21:24 +00:00
Adam Weinberger
c4ab51f484 Move a bunch of now unique stuff out of gnomehier and into
the ports that really own the directories.
2004-07-28 14:36:31 +00:00
Kirill Ponomarev
360e3898af Update to version 2.9.2
PR:		ports/69585
Submitted by:	Ports Fury
2004-07-25 16:25:47 +00:00
Eric Anholt
4eb209da7d - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:		ports/68763
Approved by:	portmgr (marcus)
Approved by:	re (scottl)
2004-07-23 19:10:32 +00:00
Tilman Keskinoz
3e23ad2ac9 Start QT2 deorbit by removing expired ports. 2004-07-23 14:34:56 +00:00
Kirill Ponomarev
c8da61e74a Update to 1.0.7
Assign maintainership to submitter

PR:		ports/69354
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
2004-07-21 12:42:26 +00:00
Kirill Ponomarev
501e1abf47 Change maintainer's mail.
Fix MASTER_SITES

PR:		ports/69338
Submitted by:	maintainer
2004-07-21 12:39:13 +00:00
Kirill Ponomarev
c9026ef173 Fix MASTER_SITES
PR:		ports/69375
Submitted by:	maintainer
2004-07-21 12:30:36 +00:00
Oliver Lehmann
6d22a57097 update to xfce4-4.0.6 2004-07-19 03:31:36 +00:00
Erwin Lansing
1ba24e0053 Add orion, a window manager written in Scheme.
PR:             ports/69075
Submitted by:   Björn Lindström <bkhl@elektrubadur.se>
2004-07-18 09:35:37 +00:00
Pav Lucistnik
7bf3009384 Add orion, a window manager written in Scheme.
PR:		ports/69075
Submitted by:	Björn Lindström <bkhl@elektrubadur.se>
2004-07-17 20:08:20 +00:00
Pav Lucistnik
0bb93343c7 - Drop explicit dependency on XFree86-4-clients. It's not really needed
and it prevents coming global XFree86/Xorg switch thingie.

PR:		ports/68540
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
Approved by:	maintainer timeout (2 weeks)
2004-07-17 12:47:35 +00:00
Kirill Ponomarev
3f1e7a404c Update to 1.1.9
PR:		ports/69163
Submitted by:	Tommy Scheunemann <tommy@arrishq.net>
2004-07-17 12:31:05 +00:00
Volker Stolz
dce57c74ad Install documentation
Based on PR:	ports/69045
Submitted by:	Roman Bogorodskiy (maintainer)
2004-07-14 13:12:37 +00:00
Volker Stolz
70c73c78e2 Fix .skippyrc-parsing (bump PORTREVISION)
PR:		ports/68705
Submitted by:	Leland Wang
Approved by:	maintainer
2004-07-12 11:56:29 +00:00
Kirill Ponomarev
23045ad577 Pet portlint 2004-07-11 11:30:43 +00:00
Kirill Ponomarev
b1a1b12bab Support WITHOUT_NLS 2004-07-11 11:23:40 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Sergey Matveychuk
067ca0c478 Change email address for my ports.
Approved by:	krion (mentor)
2004-07-07 19:20:02 +00:00
Jeremy Messenger
0ea0df3ec4 Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or
those ports will not work. Please see the more detail about this:

http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html

Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.

Approved by:	marcus (portmgr hat)
Reviewed by:	My team, FreeBSD GNOME Team
2004-07-07 16:23:51 +00:00
Jeremy Messenger
9682f1df02 Remove the double post-install. (copy-n-paste error)
Pointy hat to:	me
2004-07-04 03:20:20 +00:00
Ade Lovett
328b757bf2 Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:		67768
Submitted by:	ade
Approved by:	4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Jeremy Messenger
94bb619804 -Add DOCS.
-Remove the build and run depend of XFree86-4-clients.
-Bump PORTREVISION, because of depend and pkg-plist changes.

PR:		ports/68512
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
2004-06-30 21:39:55 +00:00
Volker Stolz
b1ffce960b Update to 3.2
PR:		ports/66773
Submitted by:	Munish Chopra
Approved by:	maintainer timeout
2004-06-30 08:13:37 +00:00
Kirill Ponomarev
392bffe5b2 Update to version 2.9.1
PR:		ports/68394
Submitted by:	Ports Fury
2004-06-27 18:14:11 +00:00
Pav Lucistnik
36811e703a - Switch to bz2 distfile
- Engage MAN macro
- Drop custom do-install

PR:		ports/68395
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2004-06-26 15:46:35 +00:00
Pav Lucistnik
bc7b7b24e3 - Update to 1.1.8
PR:		ports/68176
Submitted by:	Tommy Scheunemann <tommy@arrishq.net>
2004-06-22 20:07:48 +00:00
Kirill Ponomarev
e00367a24b Introduce the new maintainer Bjorn Lindstrom
<bkhl at elektrubadur dot se>

PR:		ports/68042
Submitted by:	Judd Storrs <storrsjm at email dot uc dot edu>
2004-06-17 14:28:27 +00:00
Joseph Koshy
bcba558372 Upgrade to v1.3.0.
Approved by:	storrsjm@email.uc.edu [MAINTAINER]
2004-06-17 10:56:42 +00:00
Jeremy Messenger
51af8c7c83 Update to version 8.
PR:		ports/68028
Submitted by:	Wesley Shields <wxs@csh.rit.edu> (maintainer)
2004-06-17 05:35:19 +00:00
Kirill Ponomarev
b80bd49db2 Disable configure warning.
PR:		ports/68009
Submitted by:	maintainer
2004-06-16 15:05:38 +00:00
Volker Stolz
d7d1415cbc Note that development ceased by setting DEPRECATED.
It can be removed once the original site dies.

PR:		ports/67835
Submitted by:	maintainer
2004-06-14 21:31:01 +00:00
Thierry Thomas
a74496a12f Add devilspie 0.4, a window manipulation tool.
PR:		67713
Submitted by:	Jean-Yves Lefort.
2004-06-14 20:46:14 +00:00
Pav Lucistnik
c8c6e38e47 - Add WITH_MULTIBYTE knob
PR:		ports/67577
Submitted by:	Andrey Slusar <vasallia@ukr.net>
Approved by:	maintainer
2004-06-05 11:29:39 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Volker Stolz
de8c094309 Use IGNORE instead of BROKEN.
Suggested by: kris
2004-06-02 07:26:18 +00:00
Jeremy Messenger
bf191907e4 - Correct the message in WITHOUT_NLS, which it's really enable by default.
- Add two new WITH_DOCPDF and WITH_DOCHTML knobs to install documentation.

Approved by:	adamw (mentor)
2004-06-02 04:51:57 +00:00
Pav Lucistnik
353157b535 - Update to 20040601
PR:		ports/67459
Submitted by:	Anthony Ginepro <anthony.ginepro@laposte.net> (maintainer)
2004-06-02 03:22:30 +00:00
Pav Lucistnik
f463e8af9b - This port was moved to x11-themes category
PR:		ports/63146
Submitted by:	adamw
2004-06-02 03:07:55 +00:00
Pav Lucistnik
6cf50a9bba - Populate new category x11-themes with some candidates from x11-wm
PR:			ports/63146
List compiled by:	adamw
Repocopy by:		marcus
2004-06-02 03:02:13 +00:00
Pav Lucistnik
ecd8d02718 - Populate new category x11-themes with some suitable candidates
from x11-toolkits.

PR:			ports/63145
List compiled by:	adamw
Repocopy by:		marcus
2004-06-02 02:26:24 +00:00
Pav Lucistnik
4fdcd14e12 - Adjust CONFLICTS to match reality
Submitted by:	Anthony Ginepro <anthony.ginepro@laposte.net>
2004-05-31 16:06:26 +00:00
Pav Lucistnik
57136f7773 - Unbreak on FreeBSD 5.x
PR:		ports/67400
Submitted by:	Andrey Slusar <vasallia@ukr.net>
2004-05-31 11:45:43 +00:00
Pav Lucistnik
004197b07a - Register conflicts with ion-2 2004-05-30 07:09:35 +00:00
Pav Lucistnik
20647ee8ea After repocopy from x11-wm/ion, add ion-2, a tiling tabbed window manager
designed with keyboard users in mind. This is the second incarnation.

PR:		ports/62486, ports/67103
Submitted by:	Anthony Ginepro <anthony.ginepro@laposte.net>,
		Andrey Slusar <vasallia@ukr.net>
Repocopy by:	marcus
2004-05-30 07:06:29 +00:00
Volker Stolz
cf8d9f9f09 Mark as BROKEN:
Contains severe bug, maintainer is working on a fix.
2004-05-28 07:15:45 +00:00
Volker Stolz
fd77f3b6b4 Register conflicts with new port x11-wm/expocity. 2004-05-26 11:36:45 +00:00
Volker Stolz
d0a02265d6 Add expocity 2.6.2, a metacity spin-off with Expose(tm)-like features.
PR:		ports/62654
Submitted by:	Simon Barner <barner@gmx.de>
2004-05-26 11:33:21 +00:00
Kirill Ponomarev
4664863229 - Update to version 6.p1
PR:		ports/66919
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
Approved by:	maintainer timeout
2004-05-26 09:37:25 +00:00
Kirill Ponomarev
df38a4f4ec - Update to version 1.2.14
PR:		ports/67087
Submitted by:	Ports Fury
2004-05-24 07:57:28 +00:00
Kirill Ponomarev
2e9ee3a2cd - Update to version 0.2
PR:		ports/67088
Submitted by:	Ports Fury
2004-05-23 19:11:58 +00:00
Kirill Ponomarev
a74195f4f5 - Update to version 1.23
PR:		ports/67006
Submitted by:	maintainer
2004-05-22 07:16:29 +00:00
Michael Nottebrock
258a678bde Remove inclusion of "${PORTSDIR}/x11/kde3/Makefile.kde", fix PTHREAD_LIBS
safeness, fix compilation where needed.

Committers: Please do NOT include Makefile.kde or commit new ports which do
so. It's for use with the core KDE ports maintained by kde@freebsd.org ONLY.
2004-05-21 22:23:08 +00:00
Kirill Ponomarev
4d28318f88 - Update to version 0.5.0
PR:		ports/66920
Submitted by:	maintainer
2004-05-20 06:15:43 +00:00
Kirill Ponomarev
6d90eaf1f6 - Remove dead MASTER_SITES
PR:		ports/66917
Submitted by:	Roman Neuhauser <neuhauser at chello dot cz>
2004-05-20 06:11:03 +00:00
Oliver Lehmann
0dde9f88aa The gdm script installed by xfce4 port doesn't use the default
startxfce4 command. This command has the same behaviour in default
configuration, but gives the user the possibility to customise startup
programs et al., by editing ~/.xfce4/xinitrc

Submitted By:	Dario Freni <saturnero@gufi.org>
PR:		ports/66169
2004-05-18 17:15:39 +00:00
Mark Linimon
c4c6164608 Mark as deprecated, since it does not work with the latest API changes.
(unless someone wants to do this work?)

Approved by:	flynn@energyhq.es.eu.org (maintainer)
2004-05-18 14:27:35 +00:00
Tilman Keskinoz
64a734d3e0 Start the QT2 deorbit by marking all ports that depend non-optional
on qt23 DEPRECATED

Suggested by:   eik
2004-05-17 09:30:46 +00:00
Adam Weinberger
860c541680 Drop maintainership on most of my ports. Feel free to grab 'em if you
want 'em.
2004-05-16 23:45:05 +00:00
Kirill Ponomarev
bbc5d8d3d5 - Add note about supported window-managers to pkg-descr
PR:		ports/66717
Submitted by:	maintainer
2004-05-16 20:38:36 +00:00
Kirill Ponomarev
9efd3cbc35 Add skippy 0.4.1,
Skippy is best described as a full-screen task-switcher for
X11. It tries to provide an alternative when taskbars or
regular task-switchers aren't the most efficient way of
switching tasks (like when you have a lot of applications open)
When activated (currently only through a hotkey), it will
arrange and scale snapshots of all windows on the current
desktop and it'll let you pick a window using a mouse or a
keyboard. Yes, this is also what expocity and Apple's Expose.

PR:		ports/66681
Submitted by:	michael johnson <ahze at ahze dot net>
2004-05-16 16:56:43 +00:00
Mark Linimon
edf87a119c Update to 0.6.2.
PR:		ports/65372
Submitted by:	Ports Fury
2004-05-10 21:12:34 +00:00
Alex Dupre
af3ef36b63 Add more MASTER_SITE.
PR:		ports/66376
Submitted by:	Matt Lancereau <matt@rimasec.net> (maintainer)
2004-05-08 23:59:28 +00:00
Pete Fritchman
dc42f54b58 Add wmi 7, a window manager designed to be like Ion and LarsWM.
Submitted by:	Wesley Shields <wxs@csh.rit.edu>
2004-05-08 23:31:08 +00:00
Kris Kennaway
a9423ca02e Drop maintainership; I don't use this from day-to-day thesedays. 2004-05-06 05:12:30 +00:00
Alexander Nedotsukov
cdaf84bfc9 Update to 2.8.1 2004-05-05 09:35:56 +00:00
Pav Lucistnik
62cbde7cec - Mark BROKEN on amd64: runaway cc
PR:		ports/66174
Submitted by:	Greg J. <xcas@cox.net> (maintainer)
2004-05-03 15:23:06 +00:00
Pete Fritchman
7ce16b00f1 Add our own do-install target so we respect ${PREFIX}.
PR:		38602
2004-05-02 19:46:40 +00:00
Pete Fritchman
770f37689b Update to 0.4.1.
Submitted by:	maintainer
2004-05-01 20:34:35 +00:00
Jeremy Messenger
1b5c59a4a4 -Update to 0.9.9.
-Change my email to mezz@FreeBSD.org.
-Add two new define, WITH_DEBUG and WITHOUT_NLS.
-Some clean up, just what I like that way.

NOTE:	Fluxbox might complain about init stuff like this:

		Failed to read: session.tabs
		Setting default value
		Failed to read: session.ignoreBorder
		Setting default value
		[...goes on...]

	I am not sure what it is, but I am going to check
	and work on it. Nevertheless, it runs fine.

Approved by:	adamw (mentor)
2004-05-01 06:36:40 +00:00
Kirill Ponomarev
a2356ca7d9 - Update to version 0.2
PR:		ports/65998
Submitted by:	Ports Fury
2004-04-28 20:22:36 +00:00
Oliver Lehmann
03ecb87a01 fix pkg-plist
Noted By:	olgeni
Approved By:	portmgr (marcus)
2004-04-21 17:24:45 +00:00
Michael Nottebrock
6c593b2c29 Update to KDE 3.2.2 2004-04-20 09:08:07 +00:00
Trevor Johnson
299053a786 Enable compilation with GCC 2.X.
PR:		64645
Submitted by:	vs
2004-04-19 19:42:28 +00:00
Oliver Lehmann
de7dc54394 update to 4.0.5
use libtool version 15 instead of 13
2004-04-18 17:29:54 +00:00
Alex Dupre
46e991cb54 - Add another MASTER_SITE
PR:		ports/65700
Submitted by:	Matt Lancereau <matt@bsd-blax.org> (maintainer)
2004-04-18 10:06:22 +00:00
Alex Dupre
cd8a832b5d - Fix the quit dialog box by using dynamic detection of gtk version
- Add another MASTER_SITE

PR:		ports/65698
Submitted by:	Matt Lancereau <matt@bsd-blax.org> (maintainer)
2004-04-18 10:05:00 +00:00
Brian Feldman
34c2d2d1f7 Unbreak olvwm for -CURRENT.
Submitted by:	Serge Gagnon <gagnon_s@sympatico.ca>
PR		64819
2004-04-18 04:12:59 +00:00
Kris Kennaway
045e76443c s/PKG_PLIST/PLIST_FILES/
Obviously not tested by:	osa
2004-04-17 12:43:19 +00:00
Oliver Lehmann
2919f69e0b create ${X11BASE}/etc/gdm/Sessions if it doesn't exist and WITH_GDM is specified 2004-04-16 18:25:16 +00:00
Kirill Ponomarev
c5a39625ee - Fix build on amd64
Submitted by:	Ports Fury
Reported by:	bento via kris
2004-04-15 12:31:51 +00:00
Kirill Ponomarev
32bdf2f87a - Update MASTER_SITES and WWW: line
PR:		ports/65540
Submitted by:	Ports Fury
2004-04-14 18:52:41 +00:00
Trevor Johnson
11de210aa4 fix for 4-STABLE
Submitted by:  vs
2004-04-14 16:06:04 +00:00
Kirill Ponomarev
d52b0a4378 - Handle both submenus correctly case-insensitively
PR:		ports/65434
Submitted by:	maintainer
2004-04-11 14:18:03 +00:00
Trevor Johnson
c0669efed5 Tidy up whitespace. 2004-04-10 17:26:55 +00:00
Trevor Johnson
6e7d58c396 Trim whitespace. 2004-04-10 16:07:10 +00:00
Trevor Johnson
59cfab3e19 Update to 1.9.7. 2004-04-07 18:35:56 +00:00
Trevor Johnson
6b85a0912f The home page no longer says much about this program. 2004-04-07 18:02:33 +00:00
Trevor Johnson
1d680b6b46 Chase home page. 2004-04-07 17:55:41 +00:00
Trevor Johnson
3a1fe2d69d Fix typo in COMMENT. 2004-04-07 17:51:18 +00:00
Cy Schubert
b92c08caea Fix dependency. 2004-04-07 11:52:03 +00:00
Kirill Ponomarev
c2b3e07653 - Update to version 2003.06.17
PR:		ports/65265
Submitted by:	Ports Fury
2004-04-06 21:07:26 +00:00
Cy Schubert
5f2503e000 Update 2.4.17 --> 2.4.18 2004-04-06 18:09:00 +00:00
Cy Schubert
55c172ecbc Update 2.5.8 --> 2.5.10 2004-04-06 18:08:18 +00:00
Alex Dupre
fdc587a4b0 - Fix dependency after gtk 2.4.0 import
- Bump portrevision
2004-04-06 07:26:57 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Joe Marcus Clarke
c4851e78e4 Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best release
ever.  It fixes many bugs, and adds some features missing in previous
FreeBSD ports.  To help users upgrade from GNOME 2.4, we have constructed an
upgrade FAQ at:

http://www.freebsd.org/gnome/docs/faq26.html

Please read it carefully.  GNOME 2.6 packages are also available for all
supported i386 versions of FreeBSD at:

http://www.marcuscom.com/tinderbox/

The FreeBSD GNOME Team would like the thank the following users for their
wonderful testing and patching efforts.  We would especially like to thank
Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen.
Without these people, our team, and our team alumni, GNOME on FreeBSD would
not be possible.

Jeremy Messenger <mezz7@cox.net>
Khairil Yusof <kaeru@pd.jaring.my>
Koop Mast <kwm@rainbow-runner.nl>
Simon Barner <barner@in.tum.de>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Scott Dodson <sdodson@sdodson.com>
Vladimir Grebenschikov <vova@sw.ru>
2004-04-05 03:11:39 +00:00
Kris Kennaway
98dd96ee20 Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.

Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR:		59651
2004-04-02 07:29:48 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Pav Lucistnik
2906ad726a Repocopy x11-wm/Makefile to x11/Makefile
PR:		ports/64681
Requested by:	Serge Gagnon <gagnon_s@sympatico.ca> (maintainer)
2004-03-29 18:23:51 +00:00
Sergey A. Osokin
46feef805c Add the fbpager, a desktop pager for the fluxbox
window manager.  It supports key bindings, icons etc.

Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
PR:		64685
2004-03-28 18:12:48 +00:00
Bruce A. Mah
2f73ea35eb SIZEify.
Submitted by:	trevor
2004-03-28 17:17:30 +00:00
Oliver Braun
d50a806198 * Add SIZE. [1]
* s/brandelf/${BRANDELF}/.

Submitted by:	maintainer [1]
2004-03-27 07:48:38 +00:00
Neil Blakey-Milner
f9aee1b464 Drop maintainership. 2004-03-25 18:42:02 +00:00
Kris Kennaway
d8c8eb9816 Correct typo in previous 2004-03-25 11:22:30 +00:00
Kris Kennaway
70e768ff03 Support WITHOUT_NLS 2004-03-25 11:22:00 +00:00
Kirill Ponomarev
c8a53c5090 - Reset maintainer to ports@FreeBSD.org, thank you Anders for
your work!

PR:		ports/64665
Submitted by:	Anders Andersson <anders@andersa.net>
2004-03-24 22:30:06 +00:00
Pav Lucistnik
258560e6ad - This version is not on ftp.gnome.org and mirrors 2004-03-23 18:55:45 +00:00
Kris Kennaway
f31e2fb8d5 o/~ Everybody was distfile sizing! o/~
(Add SIZE to distinfo)

Submitted by:	trevor
2004-03-22 12:45:57 +00:00
Thierry Thomas
a2c6722d4a Reassign maintainership to Serge Gagnon.
Take care, Serge!

PR:		ports/64517
Submitted by:	Serge Gagnon <gagnon_s@sympatico.ca>
Approved by:	mat (mentor)
2004-03-21 09:58:44 +00:00
Trevor Johnson
a1bc8c46f5 Add size data, approved by maintainers. 2004-03-20 21:03:41 +00:00
Kris Kennaway
f0a4a6be40 Better fix for amd64 (and ia64, omitted in previous); only compile with
-fPIC those files that require it.
2004-03-19 23:01:48 +00:00
Kris Kennaway
f05d922eb3 BROKEN on 4.x: Does not compile 2004-03-18 23:24:06 +00:00
Jimmy Olgeni
2a67f30d03 Add SIZE data.
Submitted by:	trevor
2004-03-18 20:45:09 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Vanilla I. Shu
43d9fff417 Add SIZE.
Submitted by:	trevor
2004-03-18 17:35:46 +00:00
Pav Lucistnik
d86e03252b - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 14:46:32 +00:00
Trevor Johnson
859d9dce9e Use the maintainer's new e-mail address.
Obtained from:	PR 64000
2004-03-18 03:46:12 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Joe Marcus Clarke
61b3a6bec8 Chase the new location of libXft. 2004-03-16 22:54:05 +00:00
Kris Kennaway
a4aa7ad65a Contrary to the assertion in the configure script, it is not "better to
link C++ code with the C compiler".  This fixes the build on amd64.
2004-03-15 11:51:30 +00:00
Kris Kennaway
525de03afa Fix build on amd64 (FreeBSD supports snprintf()), and respect CC and CFLAGS. 2004-03-15 11:20:32 +00:00
Oliver Lehmann
1459c36b40 update to xfce 4.0.4 2004-03-14 23:44:33 +00:00
Kirill Ponomarev
c0bee32ef7 - Utilize USE_GCC=3.3
PR:		ports/64253
Submitted by:	maintainer
2004-03-14 17:03:28 +00:00
Ruslan Ermilov
1bbd3f7f9f - Protect fluxbox-generate_menu from doing unsafe shell expansions.
- Fixed startfluxbox to work with the standard Bourne shell.

Approved by:	Jeremy Messenger (MAINTAINER)
2004-03-14 16:23:20 +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
Pav Lucistnik
33de081f87 - Fix build on 4.x (USE_GETOPT_LONG)
- Fix fetch (put distfile on MASTER_SITE_LOCAL)
- Add SIZE
2004-03-13 20:14:43 +00:00
Kris Kennaway
b7dc1963f4 Reset bouncing maintainer address 2004-03-13 06:11:30 +00:00
Kris Kennaway
3814833a2f BROKEN on 4.x: Does not compile 2004-03-13 05:21:58 +00:00
Trevor Johnson
6ac9725459 Since asami's directory on MASTER_SITE_LOCAL is gone, stow his
distfiles in my directory.
2004-03-12 21:03:28 +00:00
Trevor Johnson
9b6bd21602 Rather than the 1.3.4 distfile, use the 1.3.4a one. When one tries
to download the former, the author's site sends the latter instead
(unchanged PORTREVISION).
2004-03-12 16:40:56 +00:00
Trevor Johnson
eb46c75887 Set DISABLE_SIZE to avoid "size unknown" error. 2004-03-12 16:25:18 +00:00
Kirill Ponomarev
4e2eee827e - Update to 1.0.1.1:
* fixed desktop crashing
* fixed strings in etip
* fixed and complitelly revised control panel
* more fixes in makefiles

PR:		ports/64112
Submitted by:	maintainer
2004-03-12 09:24:52 +00:00
Ade Lovett
91e0c8f1a7 Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents.  In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.

First in a series of major autotools cleanups.
2004-03-12 02:48:25 +00:00
Trevor Johnson
626a25b669 Update to 1.9.6. 2004-03-11 19:07:33 +00:00
Trevor Johnson
b43ae84ecc new port of kahakai, a scriptable window manager based on waimea
PR:		64094
Submitted by:	Greg J.
2004-03-11 15:18:48 +00:00
Michael Nottebrock
f64c6af4f4 Update to KDE 3.2.1 / QT 3.3.1
Important changes:
==================

KDE:

- Audio/arts does not install artswrapper anymore, instead it is provided by
  audio/artswrapper. See UPDATING.

- misc/kdeaddons3 is now a metaport with

	editors/kate-plugins
	editors/vimpart
	games/atlantikdesigner
	misc/kaddressbook-plugins
	misc/kfile-plugins
	misc/kicker-applets
	misc/knewsticker-scripts
	misc/konq-plugins
	misc/ksig
	misc/renamedlgplugins
	multimedia/noatun-plugins
	net/kontact-plugins

  as slave ports.

- A number of KDE ports now uses OPTIONS do make various WITH_* options more
  visible.

- Plist fixes

- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
  newly created projects.

- kdebase will no longer remove previous KDM configurations. This won't take
  effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
  remove the configuration), but subsequent updates will merge old configs.

QT:

- Previous versions of QT could be compiled with debugging-support enabled by
  defining DEBUG. This switch has been renamed to the more unambiguous
  WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
2004-03-09 19:41:12 +00:00
Kirill Ponomarev
921109901c - Add patch to allow upper case words in menu
PR:		ports/63904
Submitted by:	maintainer
2004-03-08 10:30:48 +00:00
Erwin Lansing
e172995d62 Remove ion-devel. It was once repocopied from ion, but never
in use. ion2 is on it's way.

Submitted by:	adamw
Approved by:	edwin
2004-03-04 09:17:45 +00:00
Erwin Lansing
519fac7029 Add missing ion-devel 2004-03-04 08:01:17 +00:00
Kirill Ponomarev
f2467d3609 - Update to version 0.2.9a
PR:		ports/63598
Submitted by:	Ports Fury
2004-03-01 18:26:07 +00:00
Kirill Ponomarev
c750694c8d - SIZEify
PR:		ports/63548
Submitted by:	maintainer
2004-02-29 20:50:30 +00:00
Kirill Ponomarev
a96806699f Add ede 1.0.1,
Equinox Desktop Environment. Main goals of this project are
simplicity, speed, minimal memory usage (if possible), good
look and fell and stability.

PR:		ports/63518
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2004-02-29 10:28:21 +00:00
Kirill Ponomarev
ba06b70384 - Update to version 1.7
PR:		ports/63508
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-02-28 19:48:34 +00:00
Tilman Keskinoz
552a739e2b Respect CFLAGS. Fix build on AMD64
Reported by:	bento
2004-02-28 18:27:39 +00:00
Tilman Keskinoz
3e21baa839 Fix the !APM case.
Reported by:	bento
2004-02-28 15:16:22 +00:00
Dirk Meyer
4857d67313 - add SIZE 2004-02-26 05:56:07 +00:00
Kris Kennaway
0d1fdcb76f BROKEN on 4.x: does not compile 2004-02-23 00:15:48 +00:00
Mark Linimon
e936844abe Reset maintainer. Maintainer has not responded to multiple emails
about one of his other ports which has been broken for some time
(textproc/latte).  Possibly that email account is no longer active.
2004-02-22 10:21:38 +00:00
Alex Dupre
2d1342171a Add missing space.
Submitted by:	Rolandas Naujikas <rolnas@takas.lt>
2004-02-22 09:49:56 +00:00
Kris Kennaway
47113fa410 BROKEN: Checksum mismatch 2004-02-22 03:38:11 +00:00
Oliver Lehmann
de99ace52c add gdm support for the xfce4-suite
Submitted By:	Thomas E. Zander <riggs@rrr.de>
2004-02-21 13:00:01 +00:00
Tilman Keskinoz
bab6ff9e33 Fix build on AMD64 by using GNU_CONFIGURE 2004-02-20 16:58:57 +00:00
Tilman Keskinoz
d689973a87 This port does not work with KDE 3.2 2004-02-20 14:30:54 +00:00
Tilman Keskinoz
4ccca0cfd9 Mark BROKEN. This port does not work with KDE 3.2
PR:		63121
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2004-02-20 14:26:28 +00:00
Tilman Keskinoz
0786995549 Mark BROKEN. This port does not work with KDE 3.2
PR:		63123
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2004-02-20 14:23:09 +00:00
Tilman Keskinoz
ea08c8cec5 Update to 1.0
PR:		62463
Submitted by:	maintainer
2004-02-20 13:21:08 +00:00
Kirill Ponomarev
97a850e4de - Fix build
PR:		ports/63011
Submitted by:	Ports Fury
2004-02-18 20:53:33 +00:00
Kris Kennaway
eaa55dd036 Remove BROKEN tag; this port now builds on 5.x. 2004-02-18 03:53:56 +00:00
Kris Kennaway
21fe3968d0 BROKEN on 5.x: Does not compile (missing dependency) 2004-02-17 22:30:30 +00:00
Trevor Johnson
6b76e1d62d Update to version 3.1 (new master site). 2004-02-17 20:13:32 +00:00
Trevor Johnson
866f2e7378 Use CUT macro. 2004-02-17 09:45:18 +00:00
Trevor Johnson
3f8a0d0438 Try to make this bento-pure: as discovered by Munish Chopra, there
seems to be no directory to receive the Japanese po file, so create
the directory beforehand.
2004-02-17 05:59:08 +00:00
Kris Kennaway
985ecd1934 BROKEN: Does not install. This port is scheduled to be removed on April 16
if it is still broken at that time.
2004-02-17 00:35:01 +00:00
Joe Marcus Clarke
1f86ebe2c9 Update to 2.6.5. The most notable change is that while using
focus-follows-mouse, clicking inside a window will raise it as it did
under 2.4.x.
2004-02-16 00:34:12 +00:00
Kris Kennaway
a1c07f2c82 Really fix the typo. 2004-02-15 06:54:10 +00:00
Kris Kennaway
6855ca2035 Fix typo that somehow made it into my previous commit.
Submitted by:	Masahide -mac- NODA <mac@clave.gr.jp>
2004-02-15 06:53:07 +00:00
Kirill Ponomarev
8279be4155 - Fix build on sparc64, ia64, amd64
PR:		ports/62841
Submitted by:	maintainer
2004-02-14 16:36:30 +00:00
Pav Lucistnik
03c3b1b888 Add tpager, a really tiny pager for EWMH compliant WMs.
PR:		ports/62715
Submitted by:	Florent Thoumie <flz@xbsd.org>
2004-02-14 14:12:29 +00:00
Kris Kennaway
f1a0266043 Set WITHOUT_HERMES on sparc64, because that library has an endianness
bug that interchanges red and blue channels in images.

Take maintainership.
2004-02-14 06:04:05 +00:00
Cy Schubert
ef3d02fa64 Other ports, e.g. fvwm2-i18n, reference this port. Make LATEST_LINK
unique in all cases.

This port and fvwm (first version) shared the same LATEST_LINK. Fix
this instance.
2004-02-14 01:15:17 +00:00
Tilman Keskinoz
577b3664d3 Retire mosfet-liquid. The project is dead and now broken with KDE 3.2
Reported by:	mich
2004-02-13 14:38:02 +00:00
Trevor Johnson
16fc9e8ee7 Add x11-themes to CATEGORIES. 2004-02-12 17:17:10 +00:00
Alex Dupre
d9012603ad Update to 1.05 release:
- filesel dialog for launcher command in edit and add dialog
- filesel dialog for new menu filename
- check if all field are filled when adding and creating a new menu
- no more gint response (fix the problem when compiling on FreeBSD 4.x)
- (begin of) icon support added
- text in tree formatted

PR:		ports/62678
Submitted by:	Matt Lancereau <matt@rimasec.net> (maintainer)
Approved by:	nork (mentor/implicitly)
2004-02-11 07:59:00 +00:00
Oliver Lehmann
a405462dfa use the OPTIONS macro 2004-02-10 06:41:02 +00:00
Kris Kennaway
98332e5f00 BROKEN on 5.x: does not compile 2004-02-08 02:50:27 +00:00
Joe Marcus Clarke
d336d4435c Remove the dependency on libgtop. 2004-02-07 04:49:34 +00:00
Cy Schubert
1e60622e17 Add NO_LATEST_LINK to avoid link stomping.
Reported by:	kris
2004-02-07 04:16:53 +00:00
Cy Schubert
3ebae6c5ed Define unique LATEST_LINK.
Reported by:	kris
2004-02-07 04:14:39 +00:00
Trevor Johnson
d0c07961e4 Apply studly caps to "FreeBSD". 2004-02-06 16:58:43 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Trevor Johnson
3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00
Michael Nottebrock
38a92d46fe Update to KDE 3.2.0
Important changes:
==================

- Kmail and knode have been moved from kdenetwork to kdepim. This
  means you will have to install kdepim if you want to continue using
  kmail or knode. This is to ease integration with korganizer, in
  the new 'Kontact' application.

- The arabic translations for KDE and KOffice have been moved from
  misc to the arabic category.

- There is a new module called kdeaccessibility in the accessibility
  category.  It contains a few utilities for disabled users like a
  magnification lens and a text-to-speech frontend.

- In KDM, you need to select the 'CUSTOM' session profile in order
  to have your .xsession executed. This is particularly important if
  you're using the aegypten tools
  (http://freebsd.kde.org/howtos/aegypten-kmail.php).

- We have started making more parts of the ports optional. In kdepim,
  both Kandy and KPilot can be turned off with ports-knobs. This
  process will continue in the 3.2 series.
2004-02-05 01:23:10 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Alex Dupre
8e3d92db01 - Update to 1.0 release
- new menu functionnality added
- add support for builtin quit entry and visible property
- load the menu file in use when starting
- add File->Open default menu
- remove quit application confirmation dialog
- title and builtins can be edited
- add SIZE

PR:		ports/62303
Submitted by:	Matt Lancereau <matt@rimasec.net> (maintainer)
Approved by:	nork (mentor/implicitly)
2004-02-03 10:14:00 +00:00
Kirill Ponomarev
7756173c02 - Get rid of unneeded dependency for imlib
PR:		ports/62269
Submitted by:	Ports Fury
2004-02-02 18:37:23 +00:00
Kirill Ponomarev
aa94433aa2 - SIZEify
PR:		ports/62128
Submitted by:	maintainer
2004-01-31 09:47:58 +00:00
Pete Fritchman
86f957d665 Add selectwm 0.4, a GTK application to let you select a window manager
when starting X.

Submitted by:	Wesley Shields <wxs@csh.rit.edu>
2004-01-30 14:56:25 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Kirill Ponomarev
b6af1a8d92 - Add missing LIB_DEPENDS
Noticed by:	kris via bento
2004-01-29 09:19:58 +00:00
Pav Lucistnik
09f1f36629 - Update to 1.0.5
PR:		ports/62019
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-01-28 21:59:36 +00:00