1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
Commit Graph

1096 Commits

Author SHA1 Message Date
Patrick Li
40c3e68ad8 Initial import of x11-wm/bbapm, an APM meter for Blackbox
PR:		29461
Submitted by:	Adam Weinberger <monkey@crackula.com>, \
		Scott Renfro <scott@renfro.org> (additional patches)
2001-12-08 02:18:07 +00:00
Dan Moschuk
13b9f01f9a Change maintainership to Chris McDermott (was ports@freebsd.org). 2001-12-07 20:59:28 +00:00
Dan Moschuk
274056917e Update MASTER_SITES.
Submitted by:	Chris McDermott <cmc@groupofnine.org>
2001-12-07 20:58:25 +00:00
Dan Moschuk
8f16122766 Update MASTER_SITES.
Submitted by:	Maintainer (cmc@groupofnine.net.org)
2001-12-07 20:56:49 +00:00
Pete Fritchman
61a3a66271 Fix a problem with auto{conf,make}: some build magic was introduced to
make sure that the "autoconf" and "automake" binaries KDE looked for were
found and were autoconf213 and automake14 (as there are issues with the
latest versions), but the logic in setting $PATH was wrong.  This puts
${WRKSRC}/auto-bin before the rest of the users $PATH.  This fixes KDE
auto* problems if automake14 and automake-1.5 are both installed.

PR:		32512
Submitted by:	Alan Eldridge <alane@geeksrus.net>
Approved by:	will
2001-12-07 15:43:46 +00:00
Patrick Li
44a00563fe Add additional master sites.
Submitted by:	maintainer
2001-12-04 22:19:30 +00:00
Will Andrews
1d206a3483 Upgrade KDE to 2.2.2:
* General:
 	- Support for objprelink.
 	- Hack for autoconf 2.13/automake 1.4.  Note that we can't use
	  the standard USE_AUTO* because they change things in work/*;
	  KDE has its own way of doing that.
 	- Light cleanup of extra dirs in the PLISTs provided by
	   my mkplistpkg[1] script.
 	- Speedups of both compile and runtime through the usage of
	  --disable-debug and --enable-final.  The latter did not work
	  with the kdemultimedia package, unfortunately.
	- Patch updates.
 * audio/kdemultimedia2:
	- Patch to fix KSCD on FreeBSD[2].  It works very well now.
 * deskutils/kdepim:
 	- Enable kpilot[3].  Pull in the latest pilot-link stuff.
 * devel/kdesdk,
 * devel/kdevelop:
 	- No specific changes.
 * devel/qt-designer:
 	- Make this port depend almost entirely on qt23 to make it more
	  maintainable, so I don't have to keep hacking the patches to
	  get them to apply.
 * editors/koffice,
 * games/kdegames,
 * graphics/kdegraphics:
 	- No specific changes.
 * misc/kdeaddons:
	- SDL is required now.  Cull SDL PLIST_SUB and such.
	- Fix breakage from hardcoding "sdl-config".
 * misc/kdeutils2:
	- Fix problem with klaptopdaemon[4] where it didn't properly
	  display the battery time.  This patch is untested, but applied.
 * net/kdenetwork2:
	- Fix DCC for KSIRC[5].
	- Remove ktalkd from the build.  It requires some weird thing
	  in the configure script that I don't have time to look at.
 * sysutils/kdeadmin:
	- No specific changes.
 * textproc/kdoc:
	- Remove bogus requirement that kdoc requires Perl 5.6.0; it sure
	  seems to operate fine with >= 5.005.  But I'll let time tell.
 * www/quanta:
	- No specific changes (--disable-debug support only).
 * x11/kde2:
	- No specific changes.
 * x11/kdebase2:
	- Fix ksysguard compile by merging the files from the HEAD branch
	  of KDE CVS that were missing at release time for FreeBSD[6].  :\
 * x11/kdelibs2:
	- Recognize CUPS' spinoff[7].
	- Add libxslt dependency since it was removed from kdelibs.
	- Fix libxml compile problems[8] (accomplished by upgrading).
	- Remove libkformula from port Makefile; this library has been
	  spun off into koffice.
	- Fix mode problems with DCOP[9].  This allows you to save files
	  properly.  It also seems to be a FreeBSD specific problem.
	- Fix bashisms in kdeprint/imagetops script[10].
 * x11-clocks/kdetoys2:
 	- No specific changes.
 * x11-toolkits/qt23:
	- Do NOT upgrade to QT 2.3.2[11].
	- Allow devel/qt-designer to depend on this port entirely for the
	  patches by adding a perlre to accomplish this.
 * x11-wm/kdeartwork:
	- No specific changes.

Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out!

[1]  http://freebsd.kde.org/;
     http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg
[2]  Submitted by:	Matthew Holmes <matt@speakeasy.net>
[3]  PR:		31914
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[4]  PR:		28475
     Submitted by:	Arun Sharma <arun@sharmas.dhs.org>
[5]  Submitted by:	Luc Morin <luc_m@videotron.ca>
[6]  Found at:	http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/
[7]  PR:		32321
     Reported by:	gad
     Submitted by:	James A. Halstead <jah4007@cs.rit.edu>
[8]  PR:		32055
     Reported by:	William Richard <wrichard@trivalley.com>, others
[9]  PR:		31629
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[10] PR:		32358
     Submitted by:	Alexander N. Kabaev <ak03@gte.com>
[11] PR:		31809
     Requested by:	Nathan Ahlstrom <nrahlstr@winternet.com> (denied)
[12] http://freebsd.kde.org/contact.shtml;
     http://lists.csociety.org/pipermail/kde-freebsd;
     http://lists.csociety.org/listinfo/kde-freebsd
2001-12-04 03:47:18 +00:00
Patrick Li
96cdc05fc3 Add x11-wm/bbrun a run box for Blackbox
PR:	29462
Submitted by:	Adam Weinberger <monkey@crackula.com>
2001-12-02 02:28:11 +00:00
Pete Fritchman
107207e086 - update to 1.0.0
- give maintainership to submitter
- remove some extraneous whitespace in .if statement

PR:		31038
Submitted by:	Mike Meyer <mwm@mired.org> (new maintainer)
Approved by:	8@free.bsd.hu (old maintainer)
2001-11-24 21:51:23 +00:00
Patrick Li
9f4f24ebb2 Fix typo. 2001-11-24 08:20:06 +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
Mario Sergio Fujikawa Ferreira
75ad5febcb Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:29:38 +00:00
Pete Fritchman
1c159c4769 Update to 20011109
PR:		31903
Submitted by:	maintainer
2001-11-10 21:07:09 +00:00
Maxim Sobolev
e759ffa2df Update MASTER_SITES/WWW.
Submitted by:	Andriy Gapon <agapon@usa.com>
2001-11-08 15:15:20 +00:00
Pete Fritchman
521c4f9fb5 Fix build breakage introduced by devel/automake upgrade.
PR:		31662
Submitted by:	maintainer
2001-11-06 14:46:22 +00:00
Pete Fritchman
1596b84c03 Add bbconf-1.2, a configurator for the Blackbox window manager
PR:		31639
Submitted by:	Stijn Hoop <stijn@win.tue.nl>
2001-11-06 14:30:20 +00:00
Bruce A. Mah
a63f73db1a We don't appear to need this patchfile (it was required at one
point in the past, but a 4.4-STABLE machine doesn't need it).
No version bump because there's no change in functionality or
buildability.
2001-11-06 03:56:28 +00:00
Bruce A. Mah
60ccacb6d9 Update to 5.4.6 (see the homepage for new features and bugfixes). 2001-11-05 21:33:45 +00:00
Maxim Sobolev
b0790e4238 Don't link in libc - FreeBSD doesn't need this.
Submitted by:	Ports Fury
2001-10-31 08:20:45 +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
Maxim Sobolev
f76f107e77 Use ${ARCH}-pc-freebsdX as CONFIGURE_TARGET instead of ${ARCH}-freebsdX. I
did not see any problems with the later on my local box, but it doesn't do
any harm, so put it in to make few users happy.

PR:		31333
Submitted by:	"Alexander N. Kabaev" <ak03@gte.com>
2001-10-29 17:40:39 +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
Dmitry Sivachenko
c96b4198d0 Upgrade to 2.2.1.
Submitted by:		SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
(with slight modifications)
2001-10-27 08:50:18 +00:00
Maxim Sobolev
1d49faf456 Fix a potential segfault.
Submitted by:	tg
2001-10-25 08:17:10 +00:00
Yukihiro Nakai
05d55a435e Update to 3.8.8b
Add anti-alias feature

PR:		ports/30773
Submitted by:	Nuzrin Yaapar <nuzrin@goose.net.my>
2001-10-23 05:49:02 +00:00
Yukihiro Nakai
720411eebe Update to 3.8.8 2001-10-23 04:18:44 +00:00
Maxim Sobolev
0f15311bd6 Update to 1.0.1. 2001-10-15 10:09:09 +00:00
Maxim Sobolev
21479ebd6a Update to 0.70.0. 2001-10-10 10:20:07 +00:00
Jimmy Olgeni
1bc05337c8 Remove trailing slash from share/apps/kwin. 2001-10-09 20:54:15 +00:00
Jimmy Olgeni
68412767f5 Update port to version 0.6.
PR:		31154
Submitted by:	Michiel De Wilde <michiel.dewilde@rug.ac.be>
2001-10-09 20:51:15 +00:00
Pete Fritchman
3b5dd0eb9f Add ratmenu-1.4, a simple menu patterened for use with ratpoison
PR:		31064
Submitted by:	Mike Meyer <mwm@mired.org>
2001-10-05 20:44:11 +00:00
Pete Fritchman
54b84d0312 Don't attempt to remove ${PREFIX}/lib/X11/twm -- it's part of mtree.
Noticed by:	bento
2001-10-05 01:22:35 +00:00
Maxim Sobolev
6ccca73dca Catch up changes of the windowmaker ftp directory structure.
PR:		???
Submitted by:	Patrick Li <pat@databits.net>
2001-09-30 21:09:23 +00:00
Yukihiro Nakai
aaeb64030a Change maintainer to the author.
Update to 0.0.3
Add USE_XPM

PR:		ports/30725
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-09-24 14:00:29 +00:00
FUJISHIMA Satsuki
fdea03140c o update to 3.5.2c.
o sort pkg-plist.

PR:		30724
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-09-22 06:17:09 +00:00
David W. Chapman Jr.
5872a89c3b Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long

Approved by:	will
2001-09-17 17:40:31 +00:00
Akinori MUSHA
c9d5ca4aed Remove a nonexistent entry from pkg-plist and make it package again.
PR:		ports/30489
Submitted by:	KATO Tsuguru <tkato@prontomail.com> and bento
2001-09-11 15:28:33 +00:00
Andrey A. Chernov
efb68b988e Bump png major 2001-09-11 03:40:42 +00:00
Dmitry Sivachenko
6845ee0376 Set DIST_SUBDIR=KDE 2001-09-10 20:22:28 +00:00
Pete Fritchman
aeaafd22b9 Update MASTER_SITES and WWW: line
PR:		30325
Submitted by:	KATO Tsuguru <tkato@prontomail.com>

While I'm here, add a missing file to pkg-plist.
2001-09-08 03:10:05 +00:00
FUJISHIMA Satsuki
84801e7d20 fix manpage: /usr/X11/ -> ${X11BASE}/ 2001-09-02 13:36:49 +00:00
Dmitry Sivachenko
ed1d654263 MAINTAINER -> kde@FreeBSD.org 2001-09-01 08:35:47 +00:00
Maxim Sobolev
d229966b72 Fix bug with passing mouse clicks to the root window.
PR:		29973
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2001-08-28 16:48:30 +00:00
Trevor Johnson
00699015bb Update to 0.3.11.
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
PR:		30146

DOCSDIRify and update description with new features.
2001-08-28 02:24:35 +00:00
Trevor Johnson
133fdf28d3 Update to 2.6. Fix script.
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-08-27 22:37:52 +00:00
Jimmy Olgeni
241d52cc58 Add mosfet-liquid, a KDE style engine.
PR:		30026
Submitted by:	Michiel De Wilde <michiel.dewilde@rug.ac.be>
2001-08-27 11:13: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
Dmitry Sivachenko
db9c952504 Remove three extra files. 2001-08-21 17:59:02 +00:00
Dmitry Sivachenko
905a473c6d Additional themes, sounds, wallpapers and window styles for KDE. 2001-08-20 15:21:09 +00:00
Akinori MUSHA
329c977502 Conditionalize bzip2 dependencies. 2001-08-15 20:33:16 +00:00
Jimmy Olgeni
52bbc36895 Update port to version 1.14.0, take over maintainership.
Approved by:	sobomax
2001-08-14 22:15:44 +00:00
Maxim Sobolev
391ddfd5ef - Unbroke with theraded Mesa;
- respect CFLAGS.
2001-08-14 10:09:15 +00:00
Yukihiro Nakai
55fc8f1ebf Add MANCOMPRESSED 2001-08-12 17:53:44 +00:00
Dan Moschuk
7ef49f641b Change MAINTAINER from nakai to cmc@groupofnine.net.
Nakai, once you return from void, feel free to mark this back to you. :-)
2001-08-11 20:19:46 +00:00
Dan Moschuk
90246d357c Make some of the linux-centric epplets work.
Submitted by: Chris McDermott <cmc@groupofnine.org>
Unresponsive: nakai
2001-08-11 20:18:19 +00:00
Yukihiro Nakai
05c68067f7 a window manager that emphasizes efficiency, speed, and beauty 2001-08-10 19:58:12 +00:00
Yukihiro Nakai
7e9f9d4353 Smal window manager with theme and plugin 2001-08-10 16:48:50 +00:00
Yukihiro Nakai
05c812fc0a Fix.
PR:		ports/29541
Submitted by:	Kato Tsuguru
2001-08-10 05:25:39 +00:00
Dmitry Sivachenko
7c2e215276 Fix MASTER_SITE_SUBDIR.
PR:		29542
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-08-08 11:49:36 +00:00
Will Andrews
f921268072 Add -DHAVE_BOOL to CFLAGS since the underlying configure script apparently
doesn't know how to find it.  Not sure why bento's not seeing the problem.
2001-08-08 04:53:49 +00:00
Jimmy Olgeni
758a0c32d2 Remove files/patch-ai: it is already in the standard distribution. 2001-08-07 07:53:08 +00:00
Jimmy Olgeni
2f0ff4f467 Fix typo in LIB_DEPENDS: gdk_pibxuf -> gdk_pixbuf 2001-08-06 20:52:51 +00:00
Maxim Sobolev
5848755039 Smash windowmaker-i18n - it's functionally equivalent to ordinary windowmaker.
#####     ###   #####
      #   #     #     #   #
      #   ##    #     #   ##
      #   #     #     #   #
      #  ##     #     #####
      ###       #     #
      # #       #     #
      # #       #     #
      #  #      #     #
      #   #     #     #
     ### ###   ###   ###

Submitted by:	maintainer
2001-08-06 15:11:01 +00:00
Maxim Sobolev
53802b5536 Unbroke wsetfont in Japanese/Korean environment.
Submitted by:	Masahide -mac- NODA <mac@clave.gr.jp>
Tested by:	knu
2001-08-06 13:34:15 +00:00
Yukihiro Nakai
2e02d4439d Update to 0.15
PR:		ports/29449
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-08-05 20:50:36 +00:00
Dmitry Sivachenko
0cd7df5ebc Remove two extra files.
Obtained from:	bento logs
2001-08-05 19:52:36 +00:00
Yukihiro Nakai
df07307b88 Update to 3.8.6
PR:		ports/28066
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-08-05 19:23:40 +00:00
Yukihiro Nakai
4f0223e0d5 Update to 3.8.6
PR:		ports/28066
2001-08-05 19:19:10 +00:00
Vanilla I. Shu
47cbf1bbc4 Fix MASTER_SITES.
Submitted by:	freedom@csie.nctu.edu.tw
2001-08-05 03:07:25 +00:00
Maxim Sobolev
7d9b7c88cc Remove ${LOCALBASE}/man/sk to make bento happy.
Submitted by:	bento
2001-07-30 10:36:17 +00:00
Dmitry Sivachenko
990fb1d6b2 Fix build in XFree-4 case.
Submitted by:	Raymond Kohler <rkohler1@cox.rr.com>
2001-07-29 02:54:43 +00:00
Maxim Sobolev
55afef8b54 Update to 0.65.1. 2001-07-24 09:00:50 +00:00
Kris Kennaway
ef2b2fa308 Prevent possible buffer overflow from long window titles 2001-07-24 01:57:54 +00:00
Kris Kennaway
3c90ea64a0 Prevent possibly-exploitable buffer overflows coming from long window names.
Submitted by:	"Alfredo K. Kojima" <kojima@conectiva.com.br>
2001-07-24 01:24:12 +00:00
Mark Pulford
92f670d922 Update master site and WWW.
PR:		29022
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-07-18 14:43:41 +00:00
Dmitry Sivachenko
03b00b389d Update to 1.8.9
PR:		28903
Submitted by:	Patrick Li <pat@databits.net>
2001-07-12 20:15:55 +00:00
Maxim Sobolev
abfb682fef Update to 1.0. 2001-07-10 08:53:19 +00:00
David W. Chapman Jr.
5aef7e69ee Mark fvwm2-beta broken because the fvwm2 has the latest released version.
Approved by:	maintainer
2001-07-09 21:43:09 +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
Maxim Sobolev
2d7a45d184 Update to 0.99. 2001-07-03 08:05:45 +00:00
Jimmy Olgeni
5c70394af0 Update port to version 2.3.33, and add etc/ files management.
Approved by:	maintainer
2001-06-24 19:49:50 +00:00
Clive Lin
f0209ee2ba Do not try to probe wctype.h, and this port is buildable again.
This is hacky, but I currently don't have plans to fix enlightenment
or our wctype.h (and its friends).

Approved by: vanilla (MAINTAINER)
2001-06-23 13:31:05 +00:00
David W. Chapman Jr.
4461cc8b32 Fix MASTER_SITES patch
PR:		27822
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
No response:	maintainer
2001-06-19 04:20:33 +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
fe7174cee9 Add etc/ion/ion.conf management, it will be created from sample.conf if it
doesn't yet exist.
2001-06-17 10:52:18 +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
Maxim Sobolev
2ec7f5a928 Try harder to avoid hardcoded /usr/local/GNUstep in localised menus.
Submitted by:	Patrick Li <pat@databits.net>
2001-06-16 09:42:25 +00:00
Yukihiro Nakai
821b9053e6 Update to 3.8.3 2001-06-09 23:39:21 +00:00
Maxim Sobolev
a0a76f0e1d Update to 1.13.0. 2001-06-08 08:24:43 +00:00
Dmitry Sivachenko
6b8cc07fbf Add one more MASTER_SITE 2001-06-08 08:09:08 +00:00
Yukihiro Nakai
b02d601fd7 Update to 1.1.11 2001-06-07 13:26:50 +00:00
Maxim Sobolev
90699e9536 Patch buindled menus, so they are properly reffer to ${PREFIX}/GNUstep, not
to the /usr/local/GNUstep.

Submitted by:	"Patrick Li" <pat@databits.net>
2001-06-06 15:31:34 +00:00
Maxim Sobolev
78b2762bd3 The thing installs share/gnome/pixmaps/sawfish-logo.png even in the NOGNOME
case, so adjust PLIST accordingly to make bento happy.

Submitted by:	bento
2001-06-05 17:19:31 +00:00
Jimmy Olgeni
f270d09988 Fix typo in description. 2001-06-03 08:56:12 +00:00
Ying-Chieh Liao
93be074bb4 add missing files/links into PLIST
PR:		27588
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-05-29 14:26:17 +00:00
Maxim Sobolev
c936728d32 Update to 1.11.1. 2001-05-28 11:08:23 +00:00
Maxim Sobolev
4037517a47 - Add missed @dirrm into PLIST;
- slightly rearrange things in Makefile to minimise diff with non-i18n version
  of the port.
2001-05-27 15:33:18 +00:00
Maxim Sobolev
8b2b4ff5c0 1. Backport two patches from windowmaker-i18n port;
2. add wmicons into RUN_DEPENDS and remove similar functionality from
   this port;
3. due to (1) bump PORTREVISION.
2001-05-27 15:31:06 +00:00
Maxim Sobolev
3d2b43bca3 Update to 0.65.
PR:		27488
Submitted by:	maintainer
2001-05-27 11:21:17 +00:00
Ying-Chieh Liao
f1b319f377 upgrade to 0523
PR:		27642
Submitted by:	maintainer
2001-05-25 16:58:32 +00:00