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
Maxim Sobolev
4aef356c02
Update WWW.
...
PR: 19581
Reported by: Dmitry S. Sivachenko <dima@Chg.RU>
2000-06-29 16:24:07 +00:00
Maxim Sobolev
af3a42484d
Update to 2.6.2.
2000-06-29 08:20:13 +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
Satoshi Asami
be6c01ee85
Use ${MASTER_SITE_LOCAL}.
2000-06-29 02:31:42 +00:00
Maxim Sobolev
03857a0915
Update to 3.4.2.
2000-06-27 13:02:24 +00:00
Maxim Sobolev
f295aadba7
Update to 3.4.1.
2000-06-26 09:03:17 +00:00
Maxim Sobolev
f8f2d4cf9b
Add missed libxml to LIB_DEPENDS.
...
Submitted by: bento
2000-06-26 08:06:27 +00:00
Maxim Sobolev
96557eb179
Update to 0.28.1.
2000-06-24 16:38:18 +00:00
Will Andrews
f67050feec
Unleash all of these ports upon the people. I no longer have any interest
...
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00
Will Andrews
4e0fedd5bf
Move distfile to my local-distfile hosting on ftp.FreeBSD.org and unleash
...
this port upon the people.
Prodded repeatedly by: fenner's portsurvey ;-)
2000-06-22 05:38:46 +00:00
Yukihiro Nakai
37219b4827
Update to 1.0.4
...
PR: ports/19240
Submitted by: Yoichi ASAI <yatt@msc.biglobe.ne.jp>
2000-06-19 11:53:23 +00:00
Yukihiro Nakai
32fedc5db5
Update to 1.0.4
2000-06-19 11:52:42 +00:00
Yukihiro Nakai
630bcb3d65
Update to 1.0.4
2000-06-19 11:40:12 +00:00
Yukihiro Nakai
2ca465e925
Update to 0.32.5
2000-06-19 11:39:50 +00:00
Chris Piazza
064afd5dfa
Update to 0.60.3
...
PR: 19356
Submitted by: maintainer
2000-06-18 01:43:16 +00:00
Chris Piazza
1db72cd906
Give Patrick Seal <patseal@hyperhost.net> maintainership of
...
these ports.
2000-06-18 01:42:14 +00:00
Chris Piazza
cb45821bc2
Make Patrick Seal <patseal@hyperhost.net> the maintainer since
...
I've been neglecting this port lately..
2000-06-17 16:34:37 +00:00
SADA Kenji
e8f121492c
Activate fvwm2-devel.
...
PR: ports/14088
Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
2000-06-17 15:04:38 +00:00
Satoshi Asami
ffb21b5654
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
...
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
...
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Maxim Sobolev
dc1177a9a5
Fourth round of INSTALLS_SHLIBS conversion.
2000-06-16 08:48:22 +00:00
Maxim Sobolev
61ebd322a2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
...
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
835d6b8655
Third round of INSTALL_SHLIBS=yes fixes.
2000-06-15 17:59:45 +00:00
Maxim Sobolev
1de95a9ce1
First round of INSTALL_SHLIB fixes.
2000-06-15 16:44:16 +00:00
Maxim Sobolev
a9f22cd584
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
2000-06-14 13:21:38 +00:00
Maxim Sobolev
789d6256a1
Fix installation of Gnome-Control-Center pieces.
...
"The sawfish window manager (x11-wm/sawfish) installs a Gnome control applet
by default. This applet is installed into /usr/X11R6/share/control-center
however this should be /usr/X11R6/share/gnome/control-center in FreeBSD
(Gnome 1.2.0). The capplet doesn't work otherwise."
PR: 19242
Submitted by: Stijn Hoop <stijn@win.tue.nl>
2000-06-13 15:21:18 +00:00
Maxim Sobolev
f1dfcbc296
Update to 0.28 version. Also add several missed @dirrm's into PLIST while I'm
...
here.
2000-06-13 08:27:32 +00:00
Will Andrews
01d46d5844
Add icepref, a small graphical configuration utility for IceWM.
...
PR: 19097
Submitted by: Michael Urban <murban@tznet.com>
2000-06-12 23:36:23 +00:00
Jun Kuriyama
fb38fb2d3e
Change MASTER_SITES to point local-distfiles/kuriyama on ftp.FreeBSD.org.
2000-06-12 08:42:18 +00:00
Alexander Langer
4ce5230a6d
Fix typo (also backcontributed): body[0], body[0] --> body[0], body[1]
...
PR: 18914
Submitted by: Denis Mittsev <Denis Mittsev <dm@dmhome.orsk.ru>>
Reviewed by: will
2000-06-10 18:59:46 +00:00
Yukihiro Nakai
9187ed33bb
Update to 0.32
2000-06-10 06:59:19 +00:00
Yukihiro Nakai
042d44df16
Update to 1.1.8
2000-06-07 04:12:36 +00:00
Yukihiro Nakai
4bd2171fa3
Add icewm-i18n
2000-06-06 06:08:00 +00:00
Yukihiro Nakai
ca78734759
gettextized version of icewm.
...
PR: ports/18484
Submitted by: Yoichi ASAI <yatt@msc.biglobe.ne.jp>
2000-06-06 06:07:13 +00:00
Yukihiro Nakai
e85bfdadae
Add spager
2000-06-05 12:58:39 +00:00
Yukihiro Nakai
e4609fe164
Initial Import.
...
Spager is a pager for sawfish without GNOME.
2000-06-05 12:57:37 +00:00
Maxim Sobolev
b591a15967
Update to 3.4.0.
2000-06-05 11:16:41 +00:00
Yukihiro Nakai
5dd9d43673
Rename sawmill to sawfish.
2000-06-04 08:46:50 +00:00
Ade Lovett
e9b2373880
Missed a few ports in the GNOME 1.2 update
2000-06-02 16:33:55 +00:00
Will Andrews
9f24f8fdc5
Update MAINTAINER email address.
...
PR: 18956, 18957
Submitted by: maintainer
2000-06-02 01:09:59 +00:00
Ade Lovett
8bd85a9d02
Updates for new shared library versions in GNOME 1.2
2000-06-01 16:25:45 +00:00
Satoshi Asami
131b6c18b7
@dirrm icons
...
Submitted by: bento
2000-06-01 08:07:39 +00:00
Yukihiro Nakai
b76bc467a0
Update to 1.1.7
...
Submitted by: tkato@prontmail.ne.jp
2000-05-31 07:45:09 +00:00
Satoshi Asami
73b2e186b9
Add three missing pixmaps.
2000-05-31 06:50:57 +00:00
Will Andrews
7be2f16539
Add USE_BZIP2, remove redundant GNU_CONFIGURE; properly account for new
...
libraries installed by this port (ldconfig in PLIST).
PR: 18886
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-05-29 22:24:54 +00:00
Yukihiro Nakai
c386f73342
Update to 0.27.2
2000-05-28 08:29:46 +00:00
Akinori MUSHA
f48453ace8
Update to 1.00.
...
PR: ports/18693
Submitted by: ex-MAINTAINER (who resigned in this update)
2000-05-21 09:20:47 +00:00
Will Andrews
d0f1ce7ca5
Nuke afterstep-devel.
...
Submitted by: sobomax
Approved by: maintainer
2000-05-20 04:14:26 +00:00
Jim Mock
fa941c142d
Update to version 0.16.4.
...
Submitted by: Sean C. Farley <sean-freebsd@farley.org>
Prodded into committing by: Clive Lin <clive@CirX.ORG> in a message to
-ports Cc'd to maintainer
2000-05-18 21:23:33 +00:00
Maxim Sobolev
90ef49d806
Added bunch of missed WWW's.
2000-05-18 11:56:06 +00:00
Maxim Sobolev
96ee266b23
Final 's|sobomax@altavista.net|sobomax@FreeBSD.org|'
2000-05-18 06:51:37 +00:00
Steve Price
4ffb558dbc
Update to version 0.14.2.
...
PR: 17948
Submitted by: maintainer
2000-04-30 21:22:00 +00:00
Steve Price
e477f4b0c9
From the submitter:
...
- makes this port to obey the PREFIX setting (it used to be
hard coded /usr/X11R6)
- adds more nice icons
- puts all icons into /usr/X11R6/icons (or ${PREFIX}/icons)
- overrides PR 17001 so please close it (I found a better way to
include the icons :-)
PR: 17953
Submitted by: Martti Kuparinen <martti.kuparinen@piuha.net>
2000-04-30 19:23:32 +00:00
Jim Mock
f952ba2b7e
Update to version 0.4.0.
...
Submitted by: Pascal Hofstee <daeron@wit401305.student.utwente.nl>
2000-04-28 19:25:40 +00:00
Akinori MUSHA
a8174c980d
Update to 0.62.1.
...
PR: ports/18044
Submitted by: MAINTAINER
2000-04-25 02:16:50 +00:00