1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
Commit Graph

778 Commits

Author SHA1 Message Date
Jeremy Lea
7b4c77811e Implement WANT_GNOME. 2000-10-05 07:22:56 +00:00
Jeremy Lea
c76cf46929 Implement USE_GNOME, part 2. 2000-10-05 07:17:31 +00:00
Jeremy Lea
bebd89314e Implement WANT_IMLIB and USE_IMLIB. 2000-10-05 06:57:56 +00:00
Jeremy Lea
99290b0d61 Implement USE_GTK, part 2. 2000-10-05 06:42:57 +00:00
Maxim Sobolev
55a61bb102 Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.
2000-10-04 06:40:08 +00:00
Trevor Johnson
47640ca506 Update to latest version.
Fix md5 (PR 21682).
Change pkg/INSTALL cosmetically.

PR:	21682
Approved by:	will
2000-10-04 04:12:10 +00:00
SADA Kenji
cc608b7096 Unbroke.
``#DependSubdirs($(SUBDIRS))'' is necessity now.

Requested by:	Maintainer
Submitted by:	toru@tenchi.ne.jp
2000-10-03 16:29:08 +00:00
Maxim Sobolev
b17fb10d62 Update to 0.31.1. 2000-10-02 08:09:46 +00:00
Trevor Johnson
14111407e3 Change MAINTAINER for my ports.
Approved by:	will
2000-10-02 05:39:35 +00:00
Neil Blakey-Milner
39c3b5d70c Add pwm, a rather unique lightweight window manager which allows
multiple client windows to share a frame.
2000-10-01 22:28:52 +00:00
Yukihiro Nakai
76043c1ba5 MAINTAINER Change to Maxim Sobolev <sobomax@FreeBSD.org> 2000-09-24 09:17:39 +00:00
Kris Kennaway
216579801e Add a patch to make this port compile (PR), add some missing files to
the PLIST and sort it.

Submitted by:	Toru YANO <toru@maid.ne.jp>
PR:		ports/21499
2000-09-23 21:33:16 +00:00
Maxim Sobolev
07a420fe9c Update sawfish/librep/rep-gtk triplet to the latest versions. I'm doing
this commit urgently, as there are -10 minutes left before ports freeze.

OK'ed by:	PW
2000-09-22 07:11:57 +00:00
Patrick S. Gardella
e577a51be5 Update port to flwm 1.0
Reviewed by:	dima
Approved by:	dima
2000-09-20 14:22:15 +00:00
Ade Lovett
7136cb8a74 Add sapphire-themes, a collection of themes that have been prepared
as replacements for the extra themes which used to be installed by
the x11-wm/sapphire port (see ports/20879).  Unlike the existing themes,
the new collection is free of copyright problems.

PR:		21044
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-09-19 18:09:54 +00:00
Yukihiro Nakai
c00b64844c Update to 0.32.9 2000-09-16 13:34:00 +00:00
Maxim Sobolev
e76565a417 Fix copyright problem.
PR:		21043
Submitted by:	maintainer
2000-09-05 15:43:06 +00:00
Maxim Sobolev
774b3763e4 Update to 3.5.0.
Approved by:	maintainer
2000-09-04 12:19:57 +00:00
Kevin Lo
25f949cdfa Update to version 0.61
PR: 20917
Submitted by: MAINTAINER
2000-08-29 15:57:53 +00:00
Bruce A. Mah
03a2d785ae Update my MAINTAINER's email address in Makefile. 2000-08-24 16:36:19 +00:00
Maxim Sobolev
cc121d9794 USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines. 2000-08-21 10:07:35 +00:00
Alexander Langer
f00442060f The correct fix for the previous patches is USE_IMAKE,
which is handled in bsd.port.mk for XFree86-4.
2000-08-13 19:46:38 +00:00
Alexander Langer
0c0c6349af This port needs xmkmf in order to build.
Depend on XFree86 version 3 if XFREE86_VERSION is not defined or != 4,
or version 4 if the previous condition is not true (that is, in the
case xmkmf isn't installed on the system).

Portlint while I'm here.

Found by:	bento
2000-08-13 16:09:07 +00:00
Alexander Langer
c652035d76 This port needs xmkmf in order to build.
Depend on XFree86 version 3 if XFREE86_VERSION is not defined or != 4,
or version 4 if the previous condition is not true (that is, in the
case xmkmf isn't installed on the system).
2000-08-13 16:06:42 +00:00
Alexander Langer
94e5ccba72 Add bbpager 0.2.8, a pager for the BlackBox Window Manager
PR:		19358
Submitted by:	Patrick Seal <patseal@hyperhost.net>
2000-08-12 12:04:41 +00:00
Kevin Lo
57c2b7e65b - Update MASTER_SITES and WWW:
- Support X11BASE properly
- Remove USE_GMAKE
- WindowMaker -> Window Maker

PR: 20546
Submitted by: Ports Fury
2000-08-12 08:33:09 +00:00
Ade Lovett
43cb09fb69 Update for new shlib revision from guile 1.4 2000-08-04 01:05:13 +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
Jeremy Lea
3f6d72a26c Ooops, that's what you get for always installing your window manager first.
PR:		ports/20343
Submitted by:	takashi@ueda.info.waseda.ac.jp
2000-08-01 16:26:20 +00:00
SADA Kenji
ef56ae2ffc Upgrade to 1.0.4 nls patch-level 4.
PR:		ports/20274
Submitted by:	maintainer
2000-07-29 03:54:28 +00:00
Maxim Sobolev
434cf58e25 Remove %D/share/gnome if empty.
Submitted by:	bento
2000-07-27 07:06:02 +00:00
Maxim Sobolev
2d4cf39ced Update to 0.30.3. 2000-07-25 11:08:44 +00:00
Alexander Langer
8e2e779ef6 Change MASTERSITE to author's mastersite.
Previous master-site was only a temporary fix.

Submitted by:	Matthew West <mwest@cs.uct.ac.za>
2000-07-20 13:52:36 +00:00
Satoshi Taoka
62ce95d258 (1) /usr/share/info/dir was renamed to dir-tmpl.
(2) Now it is not necessary to exist a file "info/dir"
when install-info is executed.

By (1) and (2), I removed the next line:

[ -f %D/info/dir ] || sed -ne 1,/Menu:/p /usr/share/info/dir > %D/info/dir

from PLIST or Makefile
2000-07-19 14:40:31 +00:00
Alexander Langer
e6ee5bf8cb Add bbkeys 0.3.3 - a keygrabber for the Blackbox window manager.
PR:		19359
Submitted by:	Patrick Seal <patseal@hyperhost.net>
2000-07-19 13:18:16 +00:00
Kelly Yancey
6bbb90acb1 Extract libepplet from the epplets port now that has it's own port.
PR:		19396
Submitted by:	kbyanc@posi.net
2000-07-18 06:43:40 +00:00
Kelly Yancey
682c6fefc9 New port: libepplet. This is the library portion of the existing epplets
port, the base library against which epplets must be linked.

PR:		19396
Submitted by:	kbyanc@posi.net
2000-07-18 05:38:04 +00:00
Maxim Sobolev
236148e012 Update librep/rep-gtk/sawfish triplet to the latest versions:
librep:		0.12.3
rep-gtk:	0.13a
sawfish:	0.30.2
2000-07-17 16:43:54 +00:00
Maxim Sobolev
446c2e016c Update to 3.4.4. 2000-07-17 07:15:50 +00:00
Yukihiro Nakai
d1daab23ec Update to 0.9.1
PR:		ports/19767
Submitted by:	Kato Tsuguru  <tkato@prontomail.ne.jp>
2000-07-16 12:39:39 +00:00
Maxim Sobolev
a80c8095fe Update to 0.30. 2000-07-11 10:09:54 +00:00
Maxim Sobolev
ad0c787416 Update to 3.4.4. 2000-07-10 15:31:43 +00:00
Steve Price
6271236669 Forgot to include this file in the previous commit. 2000-07-07 22:50:07 +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
SADA Kenji
021366bbeb Made up for MAN and PLIST.
This PR was sent as "Upgrade to 2.3.19", which is also sent by
Maintainer and already committed, but the latter has problem with
MAN and PLIST notations.
So I committed this as a fix for current revision.

PR:		ports/19639
Submitted by:	Martti Kuparinen <martti.kuparinen@piuha.net>
2000-07-06 16:24:31 +00:00
SADA Kenji
efe7c2d12d Upgrade to 2.3.19.
PR:		ports/19439
Submitted by:	Maintainer
2000-07-06 15:40:50 +00:00
SADA Kenji
ffe94a1fef Upgrade to 2.3.8, beta version.
PR:	ports/14088
Submitted by:	Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
2000-07-06 14:58:15 +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
Maxim Sobolev
255ee7148f Yet another project moved to Sourceforge.
PR:		19667
Submitted by:	maintainer
2000-07-03 12:33:50 +00:00
Maxim Sobolev
85b90d14ba Update to 0.29. 2000-07-03 11:44:35 +00:00