1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

1307 Commits

Author SHA1 Message Date
Steve Price
acbe31a208 Welcome XFree86-4 into the world of FreeBSD/Alpha. 2000-08-21 00:51:26 +00:00
Thomas Gellekum
2045a198a1 Make this at least compile for XFree86-4.0.1.
Reviewed by:	Josef Karthauser <joe@pavilion.net>
2000-08-18 10:56:22 +00:00
Akinori MUSHA
51b786ab79 Improve configure scripts so that they take configure arguments from
the command line.

Feedback status:	Already sent to the author
2000-08-17 15:21:00 +00:00
Akinori MUSHA
b08fe99025 Make all these Ruby related ports belong also in the newly-added
"ruby" virtual category.

Make textproc/eruby belong also in www.
2000-08-16 12:21:24 +00:00
Thomas Gellekum
c426029ced Upgrade to 4.17.
XFree86-4 users: please test this port. According to the docs, xlock should
compile now. (I can't try it, I'm still running XFree86-3.3.6.)
2000-08-15 14:07:24 +00:00
Maxim Sobolev
47c5acbf00 Update to 0.2.0. 2000-08-15 05:55:51 +00:00
Akinori MUSHA
da698127d3 Add ruby-kde and ruby-kde-i18n, KDE extension for Ruby.
(for kde11 and kde11-i18n, respectively)
2000-08-13 17:55:52 +00:00
Will Andrews
f38ad5ed93 Ooops, forgot to remove this too, in moving backfract from x11 to graphics.
Requested by:	asami
2000-08-11 21:41:49 +00:00
Maxim Sobolev
8e634aac21 Fix yet another linuxism: /usr/bin/shutdown --> /sbin/shutdown. 2000-08-11 12:17:06 +00:00
Will Andrews
7d7a9a2180 Make these COMMENT files conform to Handbook standard.
PR:		20269
Submitted by:	Ports Fury
2000-08-11 11:50:37 +00:00
Will Andrews
a4c038c0c8 Add backfract, a fractal image "animated" wallpaper program.
PR:		20493
Submitted by:	patrick
2000-08-11 10:41:28 +00:00
Satoshi Asami
e81bc4da0b Apply the gcc bug workaround to 4.* and 5.* instead of 4.0.0 and 5.0.0 --
apparently the bug is still here.
2000-08-10 00:44:28 +00:00
Jim Mock
f5d467b4cb Host this distfile myself. The original MASTER_SITE has gone missing.
Submitted by:	fenner's distfile survey
2000-08-09 23:06:41 +00:00
Chris Piazza
5fcfcc307e Update MASTER_SITES
PR:		20494
Submitted by:	maintainer
2000-08-09 16:57:23 +00:00
Jean-Marc Zucconi
4556aca903 Add 3 files. 2000-08-08 00:33:28 +00:00
Paul Traina
2c70234e9e Remove MASTER_SITES, no longer there. Remove myself as maintainer. 2000-08-08 00:10:04 +00:00
Chris Piazza
d7a1207164 Clean up master sites/www 2000-08-07 17:27:54 +00:00
Ade Lovett
972ca4afab Re-sobomize to use pre-patch instead of post-extract
Wrists slapped by:	knu, sheldon
2000-08-04 16:11:37 +00:00
Maxim Sobolev
08266e2127 Add missed @dirrm. 2000-08-04 09:11:35 +00:00
Jean-Marc Zucconi
0cba6cf607 Move patch relative to FreeBSD.cf from patch-00 to patch-e.
Fix linker failures when libXThrStub.so.6 is not already installed. (PR
ports/20386)

PR:		ports/20386
Submitted by:	Peter Jeremy <peter.jeremy@ALCATEL.COM.AU>
2000-08-04 02:38:13 +00:00
Ade Lovett
38ae599271 Extensive patchfile cleanups using sobomax's wonderful
post-extract rule
2000-08-04 01:19:21 +00:00
MIHIRA Sanpei Yoshiro
060c56d87d change my e-mail address
--> sanpei@FreeBSD.org
2000-08-03 14:28:33 +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
Ruslan Ermilov
b106bcd41c Now that FreeBSD has native `agpgart' interface,
let X server run on the i810 hardware.  Enjoy!!!
2000-08-01 16:28:26 +00:00
Maxim Sobolev
020d101565 Add stockticker_applet - a GNOME applet to retrieve and display Yahoo Finace
stock quiotes.
2000-08-01 12:16:30 +00:00
Neil Blakey-Milner
9e0c87ea9d Add gbackground, a gnome panel applet that can change your background
randomly and other fun stuff.

PR:		ports/18416
Submitted by:	Scott A. Moberly <smoberly@xavier.dyndns.org>
2000-07-31 13:23:07 +00:00
Sheldon Hearn
c779ad377c Rename the file that the interactive configure script produces
from ${WRKDIR}/.config to ${WRKDIR}/config .

Conditionalize the interactivity of the configure script on the
existence of ${FILESDIR}/config .  If the file exists, copy it
to ${WRKDIR}/config and do not ask questions.
2000-07-31 12:30:45 +00:00
Will Andrews
ad0ed0dd04 Fix my not-tested-enough KDE2-related ports. :-(
After short discussion with Imura-san, back out GIF-by-default until I can
confirm whether or not there are license issues with Unisys.  I will deal
with this later.  I should note that I'd committed to qt2[12] previously
without conferring with him on the GIF issue first.

One big ouchie: I didn't even set MASTER_SITE/MASTER_SITE_SUBDIR on qt22
properly.. but oh well.  Nobody's perfect.  :-)

Things should be un-broken now.. please test these ports!  I'll be trying
to update them to a new snap after a week or so.

Pointy hat:				will
Patches graciously submitted by:	nra
2000-07-30 02:00:50 +00:00
Will Andrews
9441275624 Update the KDE2 meta-port to 20000724A, and leave out the kdeutils
port so that attempts to use this will work.
2000-07-29 03:14:32 +00:00
Will Andrews
7c6b0a6ca6 Update to 20000724A (custom-rolled snapshot). Rejoice, because now
Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in
general seems less buggy.  Only kdeutils was left out of this mega-update.
However, it should return soon.  :-)

The massive reduction in patches is mostly the result of using perl
regex replacement.  This reduces the amount of time it will take in the
future to upgrade these ports, and load on the repository.

QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express
purpose of allowing KDE2 to compile.  It is available in the qt22 port.
Additionally, GIF support is re-enabled in both Qt2 ports, so that
people can now read GIF images.  GIF support is enabled through an
internal GIF reader in Qt, and requires no patented libraries.  Special
effort was made to ensure that people do not install both qt21 and qt22
ports at the same time.

I'd like to take a moment to thank the following people for their help:
Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri
Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier
<scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias
Hoelzer-Kluepfel <mhk@caldera.de>, and many others.  Over 150 hours of hard
work, testing, etc. were put into this update.  Another couple hundred of
hours were spent by CPUs trying to compile this behemoth.  :->

Special thanks to:	Physics Computer Network @ Purdue staff, especially
			C. Stephen Gunn <csg@physics.purdue.edu>, for giving
			me access to an extremely fast machine for doing
			test builds (it performed 12 full builds of the
			entire suite in the last 7 days).

PR:			18838
Submitted by:		Arun Sharma <adsharma@sharmas.dhs.org>
Approved by:		imura, asami
2000-07-29 02:44:58 +00:00
Maxim Sobolev
11e0dec2b5 Add gswitchit_applet - a keyboard layout state indicator and switcher for
Gnome Desktop.

Obtained from:	http://www.gnome.org/
2000-07-28 15:42:31 +00:00
Maxim Sobolev
a22453092d Add gtk-theme-switch - an command line utility to switch GTK+ themes. 2000-07-24 17:27:13 +00:00
Satoshi Asami
27198a9808 Mark these BROKEN, they don't compile/run properly.
Submitted by:	maintainer
2000-07-19 17:50:47 +00:00
Kelly Yancey
3a5add1760 Make erun depend on the new libepplet port rather than the epplets
collection.

PR:		19396
Submitted by:	kbyanc@posi.net
2000-07-18 07:02:57 +00:00
Vanilla I. Shu
263c18ffe4 Fix zh_TW.Big5/XLC_LOCALE. 2000-07-16 08:16:06 +00:00
Ade Lovett
cbe360036c Update for new devel/libglade shlib version 2000-07-11 22:02:22 +00:00
Steve Price
2abf26ecde Adding erun version 1.2.
A simple epplet for launching arbitrary programs.

PR:		19361
Submitted by:	Kelly Yancey <kbyanc@posi.net>
2000-07-10 04:01:52 +00:00
Jean-Marc Zucconi
670b25f457 Fix a path (extra X11R6/)
Submitted by:	Andreas Klemm <andreas@klemm.gtn.com>
2000-07-09 22:39:34 +00:00
Ade Lovett
4b145e6e8b Fix typos
PR:		19800
Submitted by:	Nishimura Takashi <takashi@ueda.info.waseda.ac.jp>
2000-07-09 18:55:38 +00:00
Steve Price
89b7d2a446 - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config
- Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly

PR:		19623
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-07 19:59:26 +00:00
Ade Lovett
e603275ae5 Update to 1.2.4 2000-07-06 15:31:56 +00:00
MIHIRA Sanpei Yoshiro
0e7b4e6020 fix typo in original source
Mod2Mask --> Mod4Mask

Submitted by:	Sebastien Carlier <sebc@epita.fr>
2000-07-05 14:20:41 +00:00
Satoshi Asami
0c64df0800 @dirrm icons
Submitted by:	bento
2000-07-05 06:59:22 +00:00
Maxim Sobolev
c0b163e792 Initial import of gvid - a little Gnome applet to quckly change X-server
resolution (moved from deskutils).

PR:		18413
Submitted by:	Scott A. Moberly <smoberly@xavier.dyndns.org>
2000-07-04 08:11:56 +00:00
Maxim Sobolev
6db96c0500 Bump png shared library version.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Jean-Marc Zucconi
e909cf9c37 Add the cyrix driver.
Dont ask for enabling PAM. XFree86-4 does not support PAM.
2000-07-03 19:50:11 +00:00
Jean-Marc Zucconi
1ae3e40f12 Add the cyrix driver. 2000-07-03 19:48:52 +00:00
Jean-Marc Zucconi
da772e724b The source directory in MASTER_SITES is 4.0.1 (not 4.01)
Set also the port version to 4.0.1
2000-07-03 19:40:43 +00:00
Jean-Marc Zucconi
733bf07408 Upgrade to version 4.01 2000-07-03 17:33:14 +00:00
Maxim Sobolev
1e5409c41b Respect CC, CFLAGS and install missed manpage.
PR:		19645
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-07-03 08:25:56 +00:00