1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
Commit Graph

258 Commits

Author SHA1 Message Date
Chris D. Faulhaber
0ecef4ad10 Oops, let's use the correct MD5 2000-08-15 16:18:31 +00:00
Chris D. Faulhaber
c38738a2a1 Bring abclock unto the world 2000-08-15 16:14:46 +00:00
Chris D. Faulhaber
f938f2e551 New port: abclock, an unusual analog clock for X 2000-08-15 16:14:24 +00:00
Jun Kuriyama
3748baa68f I don't know why I used both $X11BASE and $LOCALBASE for installing
destination.

Pointed out by:	bento
2000-08-14 05:49:49 +00:00
Jim Mock
de185d853e Update to version 0.13.1.
Prodded by:	kris
2000-08-13 09:36:13 +00:00
Kevin Lo
04c0cc7a15 - Support X11BASE properly
- Remove USE_GMAKE
- WindowMaker -> Window Maker

PR: 20551
Submitted by: Ports Fury
2000-08-12 07:52:14 +00:00
Kevin Lo
9a06384187 - Support X11BASE properly
- Remove USE_GMAKE
- WindowMaker -> Window Maker

PR: 20552
Submitted by: Ports Fury
2000-08-12 07:43:15 +00:00
Jun Kuriyama
433858ca01 Use USE_IMAKE when BATCH=YES.
Reported by:	bento
Suggested by:	PW
2000-08-08 08:14:16 +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
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
Chris D. Faulhaber
5250885524 Remove defunct WWW
Update maintainer's email

PR:		ports/20092
Submitted by:	Maintainer
2000-07-21 23:23:24 +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
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
MIHIRA Sanpei Yoshiro
e3b1b27874 Change maintainer's mail address.
--> sanpei@sanpei.org
2000-07-02 14:14:04 +00:00
David E. O'Brien
1228d352ee Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Alexander Langer
c9a23627dc Last maintainer had erroneous DESCR copied from another port.
Adjust for this port.

PR:		19566
Submitted by:	maintainer
2000-06-28 22:04:48 +00:00
Alexander Langer
17c6461282 Port has new homepage and new mastersite.
PR:		19418
Submitted by:	maintainer
2000-06-27 11:04:37 +00:00
Chris Piazza
1db72cd906 Give Patrick Seal <patseal@hyperhost.net> maintainership of
these ports.
2000-06-18 01:42:14 +00:00
Maxim Sobolev
1f90a2b94d Update to 2.6, add a WWW while I'm here. 2000-05-25 16:50:31 +00:00
Chris Piazza
d6e2160013 Avoid segfaults in some special cases
PR:		18643
Submitted by:	maintainer
2000-05-19 07:50:53 +00:00
Chris Piazza
ada928f9af Update to 0.8089
PR:		18670
Submitted by:	maintainer
2000-05-19 07:41:04 +00:00
Will Andrews
eafa6a8cbb Update category Makefiles to add KDE2 ports. 2000-05-17 23:39:59 +00:00
Will Andrews
2fc2dde59c Update the KDE meta-port to KDE 1.90 (aka KDE2 beta) so people can use
it to install the basic KDE2 stuff.  Also update kdetoys to finally
remove ImageMagick dependency and allow non-i18n people to use it.

And now, KDE2 is fully imported into the tree.

Repo-copies by:	asami
2000-05-17 11:15:21 +00:00
Kris Kennaway
0f50b259dd Oops, forgot to commit md5 change.
Noticed by:	asami
2000-04-26 07:11:22 +00:00
Kris Kennaway
9f399544a7 Update to astime 2.5 and add freshen MASTER_SITEs 2000-04-24 08:26:24 +00:00
Will Andrews
fbf975d48a Fix distfile fennerism; change MAINTAINER's email address.
PR:		18144
Submitted by:	maintainer
2000-04-22 19:59:38 +00:00
Michael Haro
8bfd7ca7f5 portlint 2000-04-21 06:54:32 +00:00
Michael Haro
48d28123ca remove duplicate DISTNAME variable 2000-04-21 06:53:31 +00:00
Satoshi Asami
ad4d1e476c DISTNAMe-related cleanups. 2000-04-16 04:14:12 +00:00
R. Imura
bb51ad41ca Cosmetic changes.
Good-bye KDE_NAME, KDE_VERSION, QTTYPE variables.
2000-04-14 16:02:43 +00:00
Chris Piazza
b34561d1b8 Update with the new PORTNAME/PORTVERSION variables 2000-04-10 00:33:10 +00:00
Michael Haro
9c27dfee0c PREFIX->X11BASE (portlint) 2000-03-31 01:49:00 +00:00
Will Andrews
ece419f9ac Update rclock to use rxvt 2.7.3. Add ${VERSION} usage.
Approved by:	obrien
2000-03-27 20:06:43 +00:00
David E. O'Brien
e05c25a8bf Restore useless version required comments. 2000-03-22 00:28:26 +00:00
Jim Mock
82547d54b1 Update MASTER_SITES to make this port fetchable.
Submitted by:	fenner's distfile survey
2000-03-21 20:30:15 +00:00
David E. O'Brien
da36feaffe Remove the "version required" line. 2000-03-20 02:37:50 +00:00
Chris Piazza
7cf7400f59 Remove bogus master site 2000-02-08 21:56:39 +00:00
Peter Wemm
02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00
Gary Palmer
d5e5b896be Upgrade to 2.18. Apparently has a minor Y2K bugfix. The palm code
distributed in the tarball to be built isn't being built, just the
X11 code.
2000-01-29 20:13:04 +00:00
Michael Haro
975c90825e Add WWW:
PR:		16234
Submitted by:	Joseph Scott <joseph.scott@owp.csus.edu>
2000-01-22 13:26:26 +00:00
Michael Haro
337e08bf22 add WWW:
PR:		16223
Submitted by:	Joseph Scott <joseph.scott@owp.csus.edu>
2000-01-22 13:25:34 +00:00
Jim Mock
7fbdd0a5b0 Add WWW link
PR:		16227
Submitted by:	Joseph Scott <joseph.scott@owp.csus.edu>
2000-01-20 20:02:27 +00:00
Yukihiro Nakai
113f7e4547 Change MAINTAINER address from nacai@iname.com to nakai@FreeBSD.org 2000-01-08 11:23:57 +00:00
Ade Lovett
35c9454d27 Fix Y2K problem.
Discovered by:	The Unicorn <unicorn@blackhats.org>
2000-01-04 20:43:49 +00:00
Jim Mock
8842892974 Update to version 0.5 1999-12-29 01:33:35 +00:00
Steve Price
3b0ece2abf Update to version 2.0.
PR:		15681
Submitted by:	Hiroaki Sakai <akai@miya3f12.ee.kagu.sut.ac.jp>
1999-12-27 01:10:07 +00:00
Chris Piazza
6e415aafac Update to version 2.7.2 1999-12-25 04:11:36 +00:00
Steve Price
6555080eea Update name of port in comment.
PR:		15585
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-24 04:40:48 +00:00
Steve Price
efded6570a Update to version pl6.
PR:		15586
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-24 04:39:20 +00:00
Steve Price
7f0afeedf9 * freebsd.org -> FreeBSD.org
* zcat -> GZIP_CMD
* sh -> SH
* Added WWW: line into pkg/DESCR

PR:		15587
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-24 04:37:18 +00:00
Steve Price
923000b86a New location on MASTER_SITE. 1999-12-22 21:27:34 +00:00
Jim Mock
5e2ace3b9b Update WWW to use the new URL. 1999-12-22 20:22:11 +00:00
Jim Mock
6e1f9b81b7 Add my to my distfiles on freefall to please the distfile survey. 1999-12-22 20:20:18 +00:00
Chris Piazza
0a8e06b693 Unbreak 1999-12-22 18:48:42 +00:00
Chris D. Faulhaber
138eb3f868 Correct MAINTAINER
PR:		15522
Submitted by:	Maintainer
1999-12-22 14:33:42 +00:00
Jim Mock
88f70f74d9 Update to version 0.13 1999-12-04 00:57:17 +00:00
R. Imura
0811063154 $(MASTER_SITES) is compacted to be $(MASTER_SITE_PORTS_JP)
PR:		15044
Submitted by:	Maintainer
1999-11-26 15:39:55 +00:00
Jim Mock
214d392321 Fix a typo in pkg/DESCR.. prerease -> prerelease
Submitted by:	Jeroen Ruigrok van der Werven <asmodai@wxs.nl>
1999-11-17 20:17:30 +00:00
Jim Mock
96fdf17c5e Updated MASTER_SITES and added another one to make this port
fetchable again.
1999-11-08 19:53:48 +00:00
Gary Palmer
2771a1b8e3 Update to 2.14
PR:		14557
1999-10-31 23:59:41 +00:00
Michael Haro
41e0a49a92 update to emiclock-2.0.2
PR:		14047
Submitted by:	developer
1999-10-26 04:16:08 +00:00
David E. O'Brien
de1f7a886c Upgrade to version 2.7.1. 1999-10-25 07:47:34 +00:00
Chris Piazza
0a2bb6f534 Remove WWW:, the page is non-existant
PR:		14451
Submitted by:	Chris D. Faulhaber <jedgar@fxp.org>
1999-10-21 19:57:16 +00:00
Yukihiro Nakai
ed69ce1c41 Add patch to fix Imakefile. 1999-10-18 05:25:09 +00:00
Yukihiro Nakai
5a29291d1b Update to 1.1
(Patch is from "KATO Tsuguru" <tkato@prontomail.ne.jp> )
1999-10-05 02:36:18 +00:00
Jim Mock
fa8204c385 Fixed the reversed September and October months.
PR:		14076
Submitted by:	Keith Stevenson <ktstev01@osaka.louisville.edu>
1999-10-02 06:00:05 +00:00
Chris Piazza
9417febd04 Activate glclock 1999-09-25 22:29:48 +00:00
Chris Piazza
11955664a7 Import of glclock.
glclock is an opengl demo with benchmarking capability.  It
displays clocks with different textures etc.  You will need
a very fast cpu or a hardware accelerated 3d card
(www.freebsd.org/~3d).

PR:		13866
Submitted by:	Randall Hopper <aa8vb@ipass.net>
1999-09-25 22:29:13 +00:00
R. Imura
43c3852878 Upgrade to KDE-1.1.2.
Now x11-clocks/kdetoys11-i18n is no longer RESTRICTED.

Fix incorrect PLIST which is caused by
changed bahavior of devel/libtool.
(x11/kdelibs11-i18n, net/kdentwork11-i18n)

PR:		13749
1999-09-17 12:47:53 +00:00
R. Imura
792f88eead Update with qt-i18n.
And modified followings:

 1. patch updated(x11/kdelibs11-i18n, net/kdentwork11-i18n)
 2. convert some of gif files to xpm (x11/kdebase11-i18n, games/kdegames11-i18n)
 3. move patch-ab to ${FILESDIR} (x11/kdebase11-i18n)
 4. remove unused *.kdelnk (deskutils/korganizer11-i18n, x11-clocks/kdetoys11-i18n)
 5. sorting PLIST :-)
1999-09-10 22:45:02 +00:00
David E. O'Brien
244bef6ca3 portlint 1999-09-05 22:15:15 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
50fb080408 $Id$ -> $FreeBSD$ 1999-08-31 03:04:38 +00:00
Tim Vanderhoek
847ae8f2b6 Remove preceeding pkgname from some of the comments having one. 1999-08-29 19:19:43 +00:00
Jim Mock
64e8166834 Updated to version 1.25.
Reviewed by:	kris
1999-08-24 03:18:31 +00:00
Satoshi Asami
38d0bb86b9 Use USE_NEWGCC.
(kdetoys only: change BROKEN to FORBIDDEN to avoid building incomplete packages)
1999-08-23 08:06:25 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Chris Piazza
42eaa483f0 Update to version 2.6.1
PR:		13203
Submitted by:	Will Andrews <andrews@technologist.com>
1999-08-18 19:31:44 +00:00
Chris Piazza
56fe7a4c6a egcc/eg++ have been renamed to gcc295/g++295. Change
all the ports that use them accordingly.

PR:		13205
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-17 19:37:11 +00:00
Jim Mock
9cf93f654d Updated my email address 1999-08-14 08:37:25 +00:00
Satoshi Taoka
21b781794f Updated MASTER_SITES
Updated one of DISTFILES, kdelnkfiles-ja-19990523.tar.bz2 ->
       kdelnkfiles-ja-19990809.tar.bz2

PR:		13057
Submitted:	maintainer
1999-08-12 00:47:34 +00:00
Chris Piazza
02cffa57e6 Fix an inappropriate time calculation.
PR:		11587
Submitted by:	Fumihiko Nishio <nishio@nexus.rim.or.jp>
		Rasmus Kaj <kaj@raditex.se>
1999-08-06 19:24:47 +00:00
Jun Kuriyama
d6146e63de Upgrade to 2.0.11. 1999-07-25 02:58:43 +00:00
Chris Piazza
85c3a5a824 devel/libdockapp -> x11-wm/libdockapp 1999-07-18 21:02:33 +00:00
Chris Piazza
2a789e735b Update to 0.7
PR:		12683
Submitted by:	maintainer
1999-07-17 17:35:45 +00:00
Chris Piazza
12f1587218 Fix the second master site. 1999-07-14 05:50:03 +00:00
Tim Vanderhoek
a84b5b5f94 #4/4 enforcing Caps, no period
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]

I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.

Before I forget....

Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit.  See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
1999-06-26 19:22:14 +00:00
David E. O'Brien
1505cf308f Upgrade to 2.6.0 (to match distfile used in the rxvt port). 1999-06-24 04:44:00 +00:00
SADA Kenji
03bf039c6e Activate kdetoys11-i18n.
Submitted by:	Ryuichiro Imura <imura@cs.titech.ac.jp>
1999-06-22 23:49:02 +00:00
SADA Kenji
840017ea2e Small applications for the KDE integrated X11 desktop.
Submitted by:	Ryuichiro Imura <imura@cs.titech.ac.jp>
1999-06-22 23:48:12 +00:00
Chris Piazza
cbee5c69f3 Update wmtz to 0.4, honour CFLAGS..
PR:	12202
Submitted by:	maintainer
1999-06-19 18:24:39 +00:00
Chris Piazza
bbed9774f9 Change my email address to FreeBSD.org.
Also some minor nits (extra fluff in all of my ports' DESCR files,
USE_XLIB defined when USE_X_PREFIX is also defined, etc).
1999-06-19 08:26:18 +00:00
Jun Kuriyama
29561bfd74 Honor ${PREFIX}.
Make sense '-t' option.

Pointed out by:	Kentaro Inagaki <inagaki@tg.rim.or.jp>
1999-06-13 14:21:26 +00:00
Motoyuki Konno
61ef298fda Fix typo.
#ifdef __i386  ->  #ifdef __i386__
1999-06-11 17:48:33 +00:00
Steve Price
0ddebc0b50 Add a MASTER_SITE.
PR:		11791
Submitted by:	maintainer
1999-06-06 16:26:02 +00:00
Kris Kennaway
fd82f27894 Upgrade to astep 2.1, and fix virtual category windowmaker -> afterstep
PR:	11660
1999-06-06 13:48:58 +00:00
Steve Price
59a3bb9760 Honor CFLAGS so this build on the Alpha too. 1999-05-31 05:10:03 +00:00
Steve Price
f7da5be66f Turn off sound support on Alpha. 1999-05-31 05:05:05 +00:00
Steve Price
92103d6d5c Update to use gtk version 1.2.3.
PR:		11842
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 03:56:15 +00:00