1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

1815 Commits

Author SHA1 Message Date
Jimmy Olgeni
0d80776d04 Add dependency on devel/pcre, it is required by Konqueror to implement
regular expressions in javascript.
2001-08-18 23:49:50 +00:00
Maxim Sobolev
c7ed021023 Correct RUN_DEPENDS: AbiWord binary is called AbiWord', not abiword'.
Submitted by:	Mike Harding <mvh@ix.netcom.com>
2001-08-18 15:30:03 +00:00
Ying-Chieh Liao
505ecaca2e add xcmd
Xcmd is a front-end for starting programs under X11

PR:		29326
Submitted by:	Oliver Breuninger <ob@breuninger.org>
2001-08-18 08:57:54 +00:00
Will Andrews
caf76db679 Bump PORTREVISION for SSL fix.
Submitted by:	Tadayuki OKADA <tadayuki@mediaone.net>
2001-08-17 18:07:26 +00:00
Will Andrews
cc02a4b33c Add forgotten emptydir which is required to create new directories
in Konqueror and such.  Bump PORTREVISION.  The PR below advised making
the directory too, but a little grep'ing in the source tree shows that
KDE does this for you.

PR:		26802
Submitted by:	Carl True <seetru@bellsouth.net>
2001-08-17 17:58:48 +00:00
Will Andrews
391f2c5251 Add patch to fix SSL-related problems in KDE 2.2.
Worked on with:		nsayer
Previous assistance:	George Staikos <staikos@kde.org>
2001-08-17 01:32:24 +00:00
Dmitry Sivachenko
c1fce1cc6a Upgrade to 2.2.3.2 2001-08-16 12:12:16 +00:00
Will Andrews
b4a7c57e95 *sigh* They changed the path to the tarballs again. This was verified
on my local mirror at ftp://csociety-ftp.ecn.purdue.edu/pub/kde/.  :\

Submitted by:	scottl
2001-08-15 16:25:13 +00:00
Will Andrews
0549fd575f (Forced commit.)
Update to KDE 2.2:

 * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c:
	- Either obsoleted or merged into KDE.
 * All pkg-plists:
	- Huge diffs are due to mass conversion from static HTML pages
	  to XML/XSL versions.
 * audio/kdemultimedia2:
	- aRts + Noatun, etc. now work and play MP3s et al properly,
	  using the mpg123 aRtsplugin.  Remove mpeglib[,_artsplug]
	  from compile.
 * converters/kdesupport2:
	- Obsolete.  No longer used in this version of KDE.
 * deskutils/kdepim:
	- Use autoconf and account for brokenness in the configure
	  script by replacing invocations of INSTALL under libical
	  with the proper incantations.
	- Per David O'Brien's request, move libimap to libkimap;
	  this was performed by Rik Hemsley <rikkus@kde.org>.
 * devel/kdesdk:
	- New module with some helpful tools.  One in particular that
	  seems demanded is ``kbabel'', which, as I've been told, is
	  a translator's wet dream.
	- Workaround dumb problem in kbabel's libgettext (which I could
	  not figure out how to remove) by replacing its error() with
	  errc().  KBabel seems to run fine with this patch.
 * devel/kdevelop:
	- Fix lame check for libkdeui.so.* by replacing it with just
	  a check for libkdeui.so.  It's been/being removed from
	  kdevelop after 2.2.
 * editors/koffice:
	- Fix kivio compile errors by substituting in PTHREAD_LIBS
	  in the correct place.  Compensate for kivio's dependency
	  on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so
	  in kivio.desktop.
 * games/kdegames2:
	- Some new games.
 * graphics/kdegraphics2:
	- Fix link errors in libkscan and kamera where they
	  require gettext (ie: add -lintl).
	- Fix compile error in kamera.cpp which is dependent on a
	  correctly done gphoto2.. of course, this will only help
	  people who've manually installed gphoto2 themselves.
 * net/kdenetwork2:
	- Mimelib was moved here (reason for removal of kdesupport2).
 * misc/kdeaddons:
	- New module to FreeBSD ports; some simple addons for KDE2.
	  Suggested by Lauri Watts <lauri@kde.org>.
 * misc/kdeutils2:
	- Added a couple manpages.
 * x11-clocks/kdetoys2:
	- Some new apps.
 * sysutils/kdeadmin:
	- Remove kuser from compile because it has some problems.  ;\
 * x11/kdelibs2:
	- Add libFAM dependency to help people who run FAM; FAM
	  increases the overall desktop responsiveness.
	  Submitted by Lauri Watts <lauri@kde.org>.
	- Add CUPS dependency to bring in KDE's new print system.
	- Add bzip2/libxml2 dependencies to support the new help kioslave.
	- Disable installation of libltdl stuff to prevent conflicts
	  with other stuff.  Submitted by wjv.
	- Add pkg-req script to avoid conflicts with kdelibs11; add
	  to Makefile too.  Submitted by benno.
	- Be sure to remove the pth header conflicts stuff from the
	  arts/mcop_mt section.
	- Fix problem with configure trying to find -lfam in the
	  wrong place.
	- Remove kspell and api subdirs from doc; we don't need them,
	  and there are problems trying to build/install them.
	  Submitted by Lauri Watts <lauri@kde.org>.
 * x11/kdebase2:
	- Solve link permissions problem by changing the modes on
	  files installed by kdesktop/init/Templates to 644.
	  Submitted by Jim Durham <durham@w2xo.pgh.pa.us>.
 * x11/kde2:
	- Bump version; no other changes.

Special thanks to Lauri Watts <lauri@kde.org> for helping me test
packages generated by these changes on a virgin system.  I believe
that this is the best-tested update I've ever done for KDE, and it
really shines this time around.

I just noticed there are a couple other PRs in the PR db that need
to be addressed.  I will take care of those by tomorrow.  Sorry...

PR:			22735, 28549
Blanket approval by:	demon (kdesdk, kdevelop)
2001-08-15 13:36:01 +00:00
Maxim Sobolev
7197c79979 - Unbroke on alpha;
- don't try to link with nonexistent libdl;
- respect CFLAGS.

Submitted by:	gallatin (alpha bits), sobomax
Some help from:	jdp (thanks Jonh!)
2001-08-15 13:01:35 +00:00
Will Andrews
3901adbb04 Update to KDE 2.2:
* All patches except sysutils/kdeadmin/files/patch-rpmMessages.c:
	- Either obsoleted or merged into KDE.
 * All pkg-plists:
	- Huge diffs are due to mass conversion from static HTML pages
	  to XML/XSL versions.
 * audio/kdemultimedia2:
	- aRts + Noatun, etc. now work and play MP3s et al properly,
	  using the mpg123 aRtsplugin.  Remove mpeglib[,_artsplug]
	  from compile.
 * converters/kdesupport2:
	- Obsolete.  No longer used in this version of KDE.
 * deskutils/kdepim:
	- Use autoconf and account for brokenness in the configure
	  script by replacing invocations of INSTALL under libical
	  with the proper incantations.
	- Per David O'Brien's request, move libimap to libkimap;
	  this was performed by Rik Hemsley <rikkus@kde.org>.
 * devel/kdesdk:
	- New module with some helpful tools.  One in particular that
	  seems demanded is ``kbabel'', which, as I've been told, is
	  a translator's wet dream.
	- Workaround dumb problem in kbabel's libgettext (which I could
	  not figure out how to remove) by replacing its error() with
	  errc().  KBabel seems to run fine with this patch.
 * devel/kdevelop:
	- Fix lame check for libkdeui.so.* by replacing it with just
	  a check for libkdeui.so.  It's been/being removed from
	  kdevelop after 2.2.
 * editors/koffice:
	- Fix kivio compile errors by substituting in PTHREAD_LIBS
	  in the correct place.  Compensate for kivio's dependency
	  on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so
	  in kivio.desktop.
 * games/kdegames2:
	- Some new games.
 * graphics/kdegraphics2:
	- Fix link errors in libkscan and kamera where they
	  require gettext (ie: add -lintl).
	- Fix compile error in kamera.cpp which is dependent on a
	  correctly done gphoto2.. of course, this will only help
	  people who've manually installed gphoto2 themselves.
 * net/kdenetwork2:
	- Mimelib was moved here (reason for removal of kdesupport2).
 * misc/kdeaddons:
	- New module to FreeBSD ports; some simple addons for KDE2.
	  Suggested by Lauri Watts <lauri@kde.org>.
 * misc/kdeutils2:
	- Added a couple manpages.
 * x11-clocks/kdetoys2:
	- Some new apps.
 * sysutils/kdeadmin:
	- Remove kuser from compile because it has some problems.  ;\
 * x11/kdelibs2:
	- Add libFAM dependency to help people who run FAM; FAM
	  increases the overall desktop responsiveness.
	  Submitted by Lauri Watts <lauri@kde.org>.
	- Add CUPS dependency to bring in KDE's new print system.
	- Add bzip2/libxml2 dependencies to support the new help kioslave.
	- Disable installation of libltdl stuff to prevent conflicts
	  with other stuff.  Submitted by wjv.
	- Add pkg-req script to avoid conflicts with kdelibs11; add
	  to Makefile too.  Submitted by benno.
	- Be sure to remove the pth header conflicts stuff from the
	  arts/mcop_mt section.
	- Fix problem with configure trying to find -lfam in the
	  wrong place.
	- Remove kspell and api subdirs from doc; we don't need them,
	  and there are problems trying to build/install them.
	  Submitted by Lauri Watts <lauri@kde.org>.
 * x11/kdebase2:
	- Solve link permissions problem by changing the modes on
	  files installed by kdesktop/init/Templates to 644.
	  Submitted by Jim Durham <durham@w2xo.pgh.pa.us>.
 * x11/kde2:
	- Bump version; no other changes.

Special thanks to Lauri Watts <lauri@kde.org> for helping me test
packages generated by these changes on a virgin system.  I believe
that this is the best-tested update I've ever done for KDE, and it
really shines this time around.

I just noticed there are a couple other PRs in the PR db that need
to be addressed.  I will take care of those by tomorrow.  Sorry...

PR:			22735, 28549
Blanket approval by:	demon (kdesdk, kdevelop)
2001-08-15 12:43:08 +00:00
Maxim Sobolev
7d6aa4f835 Unbroke on alpha.
Submitted by:	Andrew Gallatin <gallatin@cs.duke.edu>
2001-08-14 18:41:16 +00:00
Trevor Johnson
8537c9dd2f The distfile disappeared from its master site. I attempted to
contact the author, Paul Collins, via sneakums@eircom.net and
sneakums@zork.net.  My messages were accepted but there has been
no response.
2001-08-14 09:10:04 +00:00
Satoshi Asami
1d78070523 Remove three files:
bin/kmorph3d.kss
  bin/kpipes.kss
  bin/kspace.kss

to at least make this package.  We need this package for the
release candidate.

Submitted by: bento via steve
2001-08-11 22:22:36 +00:00
Maxim Sobolev
8d79de5cf9 Update to 1.4.0.3. 2001-08-09 10:05:26 +00:00
Jean-Marc Zucconi
f2037d77ce Unbreak the build for XFree86-4 (rman bug)
Submitted by:	 Ken McGlothlen <mcglk@artlogix.com>
2001-08-09 00:47:14 +00:00
Maxim Sobolev
9260af5d27 Update to 1.4.0.2. 2001-08-03 12:45:54 +00:00
Maxim Sobolev
68bd669459 Update version number of gtkhtml shared library. 2001-08-03 07:27:39 +00:00
Maxim Sobolev
9190868cca Move `@dirrm share/gnome/apps/Applications' from gnomecore to gnomedb,
because this directory is actually created by gnomedb.
2001-08-03 06:48:45 +00:00
Jean-Marc Zucconi
0c4e85c8df Always enable extended input devices. Disabling this feature breaks the build. 2001-07-28 15:29:48 +00:00
Mario Sergio Fujikawa Ferreira
339579afc6 New port wmcliphist version 0.2, Clipboard history management
dockapp for Window Maker

PR:		28745
Submitted by:	Patrick Li <pat@databits.net>
2001-07-27 20:02:32 +00:00
Dima Dorfman
bc37fe6092 The value of FORBIDDEN shouldn't have a period at the end: bsd.port.mk
does that automatically.
2001-07-27 15:46:24 +00:00
Jean-Marc Zucconi
37aeddeb41 Add USE_XLIB.
Portlint.
2001-07-27 02:36:26 +00:00
Steve Price
9e4b618ba0 Remove src/*.o so that they all get rebuilt for the current architecture. 2001-07-25 17:39:03 +00:00
Jean-Marc Zucconi
07bb0f1215 Upgrade to version 4.1.9
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-07-24 01:09:12 +00:00
Maxim Sobolev
632a81b501 Update version number of libgtkhtml. 2001-07-23 10:19:27 +00:00
David W. Chapman Jr.
df546c2e75 Update to 1.3
Fix PORTDOC compliance

PR:		28615
Submitted by:	pat@databits.net
No Response:	maintainer
2001-07-22 05:39:28 +00:00
Thomas Gellekum
dda149dcce Link against ${PTHREAD_LIBS} if we want MESAGL. Mesa is now compiled
with thread support also on XFree86-3 systems.
2001-07-18 10:46:13 +00:00
Mark Pulford
96551fbd11 Updated to 2.0.3
PR:		28924
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2001-07-13 05:39:52 +00:00
Dmitry Sivachenko
c26ff2f45b Correct MASTER_SITE_SUBDIR 2001-07-13 03:36:33 +00:00
Thomas Gellekum
e6c86c634a Add a knob to disable the `allow-root' functionality, which lets root
unlock the screensaver regardless of the current owner.

Submitted by:	Anders Nordby <anders@fix.no>
2001-07-12 11:41:06 +00:00
Maxim Sobolev
495daa29cc Update version number of freetype2 shared library. 2001-07-12 10:10:30 +00:00
Bill Fenner
93d4289d65 Oliver Breuninger sent me an updated email address, so put him back
as MAINTAINER.
2001-07-11 16:33:46 +00:00
Akinori MUSHA
05b8acf699 Update to 0.5. 2001-07-10 19:33:12 +00:00
Maxim Sobolev
ec7b561464 ${PREFIX}/share/${PORTNAME} --> ${DATADIR} 2001-07-10 13:54:22 +00:00
David W. Chapman Jr.
d277aa0da9 Update MASTER_SITE_SUBDIR for new location
PR:		28207
Submitted by:	joseph@randomnetworks.com <joseph@randomnetworks.com>
2001-07-10 01:47:35 +00:00
Ying-Chieh Liao
742bffcd27 upgrade to 2.0.2 build 4 2001-07-06 08:27:11 +00:00
Will Andrews
94dd96a7db Please bento some more. 2001-07-03 01:37:05 +00:00
Mario Sergio Fujikawa Ferreira
5c60488f87 Deploy NOPORTDOCS PLIST support
PR:		28499
Submitted by:	Patrick Li <pat@databits.net>
Approved by:	maintainer override as per Makefile rev 1.5
2001-06-29 03:56:40 +00:00
Sheldon Hearn
15be3d1062 Update to imwheel-0.9.9, which fixes a root exploit in the case where
imwheel is setuid root.

Note that the port doesn't install imwheel setuid root, so the
problem would not have affected users of the port / package.

Regardless, it's bad PR to make mouse wheel support so visible
in the FAQ and then keep a known-bad version of the supporting
software in the ports tree.

This update is derived from broken patches received by way of the
maintainer, who no longer has time to maintain the port.  This port is
now looking for a maintainer.

Submitted by:	Jeremy Norris <ishmael27@home.com>
2001-06-28 23:48:48 +00:00
Akinori MUSHA
6fe5bfb1cb Update to 0.4. 2001-06-27 13:30:53 +00:00
Mario Sergio Fujikawa Ferreira
7f68893597 - Add NOPORTDOCS support
- Update to version 0.8

PR:		28235
Submitted by:	Patrick Li <pat@databits.net>
Approved by:	maintainer
2001-06-26 16:22:36 +00:00
Jean-Marc Zucconi
54d9746182 FIx a bug with the -tile option.
PR:		ports/28245
Submitted by:	Rémi Guyomarch <rguyom@pobox.com>
2001-06-23 00:03:24 +00:00
Akinori MUSHA
a9c69b9972 Update to 0.3. 2001-06-20 06:47:23 +00:00
Ade Lovett
08524ceacc Bump PORTREVISION of the metaport to indicate the structural changes below. 2001-06-19 11:35:46 +00:00
Ade Lovett
4f5620349f Clean up dependency chains after moving gtkhtml/gal inside the
USE_GNOME knob
2001-06-19 09:43:08 +00:00
Ade Lovett
b5271952f0 Fold gtkhtml (and, by association, gal) into dependencies for x11/gnomecore
(adding some extra functionality).
2001-06-19 09:37:36 +00:00
FUJISHIMA Satsuki
a98a478fc6 Get rid of 'X11R6.4' from pkg-comment.
XFree86-4.1.0 is based on X11R6.5.1.
2001-06-16 20:17:49 +00:00
Jean-Marc Zucconi
0447fa785e Add a test to instruct the user to rename ${PREFIX}/lib/libXft.so.1
if it is an incompatible version.
2001-06-13 19:51:00 +00:00
Mark Pulford
b66f9785ca Unbroke port.
Maintainer change ports -> kkonstan@daemon.fr

Extra testing:	Konstantinos Konstantinidis <kkonstan@duth.gr>
2001-06-13 15:52:17 +00:00
FUJISHIMA Satsuki
5b1a452134 update to 4.1.0.
get rid of version number from comments in Makefile, pkg-comment and pkg-descr.

Reviewed by:	maintainer
2001-06-12 14:59:53 +00:00
Jean-Marc Zucconi
6a1a3e0143 Suppress MLINKS and put all man pages in the MANx sections. The MLINKS
list was too long and broke 'make readme'

Submitted by:	sf
2001-06-12 02:35:20 +00:00
Mark Pulford
632f9b06b3 Wterm distfile cannot be found anymore, moved into my public_distfiles.
PR:		27741
Approved by:	maintainer
2001-06-11 15:59:09 +00:00
Andrew Gallatin
a2aa9f9d73 Don't try to build AgpGartDrivers on alpha, doing so leads to a
build failure very early on.

Approved by: jmz
2001-06-09 21:59:53 +00:00
David W. Chapman Jr.
1027e1d75c Please bento
PR:		27587
Reviewed by:	will
Approved by:	will
2001-06-07 20:25:04 +00:00
Jean-Marc Zucconi
f79970c695 Remove DRI modules. They are not build in 4.1.0. 2001-06-07 19:20:48 +00:00
Jean-Marc Zucconi
af9866c360 Fix the VT switching consoles bug with the i810 driver.
Submitted by:	Andrew Hesford <ajh3@usrlib.org>
2001-06-07 14:19:35 +00:00
Kevin Lo
4112f27cd2 - Update to version 2.3i
- Add WWW
2001-06-07 07:16:48 +00:00
Jean-Marc Zucconi
28a6b2d95f Update the port to 4.1.6, based on the Debian version; use installed jpeg
and tiff libraries and add png support.

Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-06-07 00:15:42 +00:00
Jean-Marc Zucconi
be4b0c1efe Complete Makefile.man for 4.1.0 - I forgot to commit this file when I
upgraded the port.
2001-06-05 19:51:46 +00:00
Jean-Marc Zucconi
2ae65f953c The vmware driver must be in the i386Architecture section, not in the
non-i386Architecture section!

Noticed by:  Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
2001-06-05 14:47:22 +00:00
Doug Barton
0f84574ebb Upgrade to 3.33, and include the GLE library as a dependency. The extrusion
lib gives us one new screensaver, which is really a combination of several
objects that get twisted and re-shaped. The update adds two new screensavers,
and several improvements to existing ones. Also added is a memory limit
parameter, and some more gnome integration.

patch-ac is removed due to its being integrated into the source.

The suggestion to add the GLE lib comes from the PR. I'm not sure that the
cost::benefit justifies it, but the library is small so probably no harm done.

PR:		ports/27626
Submitted by:	David Gilbert <dgilbert@velocet.ca>
2001-06-05 10:52:29 +00:00
Ade Lovett
396956632b Update to 2.2.2.1
PR:		27855 (in part)
Submitted by:	Anders Nordby <anders@fix.no>
2001-06-05 05:00:54 +00:00
Jean-Marc Zucconi
189ef38fec Disable the build with WITH_MATROX_GXX_DRIVER. It does not work with 4.1.0
Reported by: Goran Runfeldt <goranrunfeldt@home.se>
2001-06-05 01:14:14 +00:00
Dirk Froemberg
d284a66d69 POSIX syntax for chown. 2001-06-04 09:33:50 +00:00
Jean-Marc Zucconi
40324b07a0 Upgrade to version 4.1.0 2001-06-04 02:26:41 +00:00
Nick Sayer
11bee9ac91 Add port for MGA Powerdesk. A X11 configurator / helper app for Matrox cards. 2001-06-02 20:36:28 +00:00
MIHIRA Sanpei Yoshiro
5c0c602beb Update MASTER_SITES 2001-06-02 06:45:44 +00:00
Jean-Marc Zucconi
1d837a5149 Move manpages from pkg-plist to Makefile.man.
PR:		ports/27405
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
With improvements by: Cyrille Lefevre <clefevre@poboxes.com>
2001-06-02 01:59:16 +00:00
Mario Sergio Fujikawa Ferreira
8be40ddf83 Add missing file
Submitted by:	bento
2001-06-01 20:58:58 +00:00
Trevor Johnson
7a1045a215 Use MASTER_SITE_LOCAL because the author seems to have taken the
distfile offline when he moved his Web pages.  I've dropped him a
note about it, but judging from http://www.advogato.org/person/khazad/
he seems to feel this project is complete.
2001-06-01 15:39:23 +00:00
Mario Sergio Fujikawa Ferreira
1cc511da50 Add USE_GMAKE to avoid rebuild at install time
PR:		27795
Submitted by:	Michael Harnois <mdharnois@home.com>
2001-06-01 13:13:37 +00:00
David E. O'Brien
90eb686abd Use proper POSIX syntax for `chown'. 2001-06-01 06:05:18 +00:00
Jean-Marc Zucconi
a34c570051 Update the checksum for xc/mga-1_2_0beta.tgz. There are no changes in
the sources: a readme file has been updated and CVS directories removed.

PR:		ports/27802
Submitted by:	Mark Knight <markk@knigma.org>
2001-06-01 01:40:43 +00:00
Ade Lovett
2515626212 Replace last remnants of "nonexistent", "/nonexistent" etc. with
${NONEXISTENT} as per bsd.port.mk
2001-05-31 22:22:59 +00:00
Ade Lovett
3d8a10b50a Add textproc/libxml as an explicit dependency, as well as the implicit
dependency through textproc/scrollkeeper.  Something strange is going on
here, and this is a reasonable temporary fix.
2001-05-31 16:02:52 +00:00
Akinori MUSHA
a11b14c2da Add ruby-X11, a fully reflective X11 client library for ruby. 2001-05-30 15:47:57 +00:00
FUJISHIMA Satsuki
d91f32644b describe this port is for XFree86-4 only. 2001-05-30 15:33:02 +00:00
FUJISHIMA Satsuki
a634081665 mark as FORBIDDEN if ${XFREE86_VERSION} == 3.
add dummy MASTER_SITES and DISTFILES to make portlint happy.
2001-05-30 15:23:57 +00:00
Mario Sergio Fujikawa Ferreira
2e59db1da0 Fix typo
PR:		27763
Submitted by:	Kevin Way <kevin.way@overtone.org>
2001-05-30 11:37:05 +00:00
Ying-Chieh Liao
57da95e32a Add logic to delete .conf file if not modified
PR:		27551
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-05-29 13:30:07 +00:00
Andrew Gallatin
66be593256 The DRI module breaks building of XF86-4 on alpha because drmP.h
contains x86 specific assembly.  Disable it on alpha.

Approved by: jmz
2001-05-28 22:00:52 +00:00
Bill Fenner
4065e97f1f Remove ob@seicom.NET as MAINTAINER; mail has been bouncing for 12 weeks. 2001-05-28 19:45:48 +00:00
Maxim Sobolev
de90d93ab1 Add temperature.app 1.0, a dockable WindowMaker applet which
displays the local temperature.

PR:		27162
Submitted by:	Per Otterstr=F6m <pelle@fukt.bth.se>
2001-05-27 19:03:50 +00:00
Ying-Chieh Liao
0f5fcc7f8d add xkbset
Manage various XKB features of X Window

PR:		27295
Submitted by:	Stephen Montgomery-Smith <stephen@math.missouri.edu>
2001-05-27 14:34:55 +00:00
Mario Sergio Fujikawa Ferreira
08e6306b25 - Update port to version 2.7.6
- Remove extra spaces at end of lines
- Use MASTER_SITE_SUBDIR so that when the version of this is
  outdated, it will have a good chance of fetching the distfiles
2001-05-26 13:32:07 +00:00
Mario Sergio Fujikawa Ferreira
f42d7482c7 - Remove extra spaces at end of lines
- Add WITH_NEXT_SCROLLBAR
- Use MASTER_SITE_SUBDIR so that when the version of this is
  outdated, it will have a good change of fetching the distfiles
2001-05-26 13:29:04 +00:00
Akinori MUSHA
98b3ac1c1f Update ruby-gnome, ruby-gtk, ruby-gdkimlib and ruby-gdkpixbuf to 0.25. 2001-05-24 01:43:54 +00:00
Ade Lovett
ff4f18ab92 Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2
to make transitioning to GNOME/GTK+/GLIB a little easier.
2001-05-23 00:49:11 +00:00
Ade Lovett
b7f95094b5 Oops. Switch maintainer to myself, since I did the work, reg is
unavailable for a while, and any breakage is my fault :)
2001-05-22 20:23:56 +00:00
Ade Lovett
b7b9c014a7 Update to 3.3.6 - these libraries were generated on a 2.2.8-STABLE box,
from x11/XFree86 and have all known security issues fixed.

Approved by:	security-officer
2001-05-22 20:15:49 +00:00
Maxim Sobolev
166c5cc361 Fix another fennerism. MASTER_SITE (http://wm.current.nu/) has been cracked
and all information on it erased, so put distfiles temporarly at
MASTER_SITE_LOCAL.
2001-05-22 19:18:56 +00:00
Maxim Sobolev
bb53f3ecee Don't overwrite CATEGORIES in master ports. Use += instead, so slaves
would be able to insert their own entries (usually language category)
upfront.
2001-05-22 18:16:59 +00:00
Ying-Chieh Liao
a711bb2356 upgrade to 2.0.2 2001-05-22 07:04:17 +00:00
Ade Lovett
d24f52d4dc Remove empty patchfile that got left around sometime. 2001-05-22 03:58:17 +00:00
Ying-Chieh Liao
661d389b09 upgrade to 2.0.1
drop maintainership
2001-05-21 18:16:45 +00:00
Ade Lovett
d03692c58f Move gnomecanvas dependency from x11/gnomecore to
sysutils/gnomecontrolcenter.  Wierd stuff[tm] was happening
with the nightly build after the change that I missed.
2001-05-21 15:02:58 +00:00
Maxim Sobolev
3fae839551 Add guppi. 2001-05-21 12:42:22 +00:00
Maxim Sobolev
750cab7ec8 Unbroke: add missed gnomecanvas into LIB_DEPENDS. 2001-05-21 09:28:11 +00:00
Ade Lovett
bf774b0f98 Split gdk-pixbuf into the non-GNOME part (gdk-pixbuf) and the
GNOME part (gnomecanvas) to allow for other ports to access
the lower level parts of gdk-pixbuf without the "excess baggage"
of even a minimal GNOME environment.

Submitted by:	sobomax (with extensive patches - complain to me)
2001-05-21 02:29:52 +00:00