Andrey A. Chernov
793c74123d
Since this port depends on rplay library, enable builtin rplay support
1997-06-13 17:29:53 +00:00
Satoshi Asami
308043fb59
"$(INCDIR)" -> "$(INCDIR)/X11" to make XFree86-3.3 config files happy.
1997-06-12 17:49:11 +00:00
Masafumi Max NAKANE
cbdf726d35
Some patch file wasn't applied due to a typo.
...
PR: 3816
Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
1997-06-09 21:57:41 +00:00
Andreas Klemm
8631ac1f09
Jochim Jäckel <JJaeckel@compuserve.com> brought us some
...
fine xpm files, that show a "FreeBSD 95" logo with devel.
Made this ,,devel logo'' the default logo for the fvwm port
(instead of the Linux Logo ;-).
It now looks really beautiful.
Port packages still fine Satoshi ;-))
PR: closes definitively PR 3607 (closed!)
Submitted by: Jochim Jäckel <JJaeckel@compuserve.com>
1997-06-09 19:43:46 +00:00
Andreas Klemm
7045a02bb6
- Install fvwm95 manpage
...
- Updated Plist
- Removed unnecessary post-configure, since example rc file isn't
in the files-dir anymore
- Port Packages still fine ;-) (tested, tested !!! ;-)
PR: closes PR 2986
Submitted by: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
1997-06-09 19:16:36 +00:00
Andreas Klemm
0c7fb40446
- remove unnecessary files/sample.fvwm95 rc file
...
- changed icon paths in the real rc file in the sources
- tabified the file a bit
- removed occurrences of xterm_color and substituted them
by xterm +cm -tn xterm-color
- Wrong icon paths in the system.fvwm95rc file were causing
fvwm95 to function improperly.
PR: closes 3511 (closed!)
1997-06-09 19:01:44 +00:00
James FitzGibbon
bacced750a
Add a FreeBSD xterm icon to match the Linux Penguin one that already ships
...
with AfterStep
Submitted by: Alexander Indenbaum <baum@actcom.co.il>
1997-06-07 02:55:42 +00:00
Satoshi Asami
43dbd1b70a
A very artistic window manager.
...
PR: 3716
Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
1997-06-03 23:53:31 +00:00
Satoshi Asami
b058d52901
Update to 0.7.1.
...
PR: 3708
Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
1997-06-03 08:09:43 +00:00
Bill Fenner
e5dc2bbe51
File disappeared from original master site.
...
Found by: distfile checker
1997-05-28 06:18:20 +00:00
James FitzGibbon
edc806d51d
Upgrade to v1.0
1997-05-17 19:48:20 +00:00
Satoshi Asami
4fdc6a2528
Remove two non-existent sound files.
1997-04-30 05:14:36 +00:00
Torsten Blum
6db03a20a2
Upgrade to 3.5 beta 1
1997-04-27 18:28:07 +00:00
James FitzGibbon
24bfb75326
Upgrade to v1.06
...
Add conditionals to allow installation of hi-color icons
added two 8bit icons that don't come with distribution
remove obsolete patchfile.
Submitted by: Jeremy Prior <jez@netcraft.co.uk>
1997-03-30 06:05:09 +00:00
James FitzGibbon
1116fbcbaa
Upgrade to v1.0pr5
...
Reviewed by: James FitzGibbon <jfitz@FreeBSD.ORG>
Submitted by: "Brian N. Handy" <handy@sag.space.lockheed.com>
1997-03-23 16:22:51 +00:00
Satoshi Asami
f988e191d9
Fix olvwm for 32bpp mode. Closes PR ports/2796.
...
Submitted by: Matthew Hunt <mph@pobox.com>
1997-03-05 09:14:42 +00:00
Satoshi Asami
2285cc1085
Update from maintainer. Remove additional features so this port won't
...
diverge too much from the original (other than internationalization,
of course). Closes PR ports/2854.
Submitted by: Makoto MATSUSHITA <matusita@ics.es.osaka-u.ac.jp>
1997-03-04 09:38:57 +00:00
Satoshi Asami
9c43e81c5e
Delete spurious .endif I accidentelly committed yesterday.
1997-03-04 06:37:49 +00:00
Satoshi Asami
9e6b927530
Oops, forgot to remove "japanese" from categories line.
1997-03-03 11:33:07 +00:00
Satoshi Asami
deac38e269
Internationalize this port. Upgrade to 2.0.45 as well.
...
Submitted by: Makoto MATSUSHITA <matusita@ics.es.osaka-u.ac.jp>
1997-03-03 11:31:50 +00:00
Satoshi Asami
dc67ee6cf9
Remove unnecessary USE_X11 (USE_IMAKE is defined). Put CONFIGURE_ENV
...
in right place.
1997-02-19 06:34:57 +00:00
Andreas Klemm
c6c47bd262
Added mlvwm port.
...
A Mac lookalike window manager.
Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
1997-02-16 22:32:14 +00:00
Satoshi Asami
80b863a3d9
Add PKGNAME (= DISTNAME minus "-Autoconf").
1997-02-06 07:58:40 +00:00
Andreas Klemm
9a4df0c59a
Removed unneeded @cwd in PLIST after using USE_X11.
...
But this change made it necessary to choose absolute path names,
since a /usr/X11R6/lib/librplay.a doesn't exists.
Even CONFIGURE_ARGS need absolute path names now, otherwise
modules/FvwmAudio doesn't compile.
But now packaging works, thanks Andrey.
1997-02-01 16:46:15 +00:00
Andreas Klemm
33976f70df
Upgraded fvwm95 port to version 2.0.43a.
...
The fvwm95 developement team makes good progress ;-))
One thing I doesn't understand when making the port:
When doing make package, then the first @cwd in PLIST isn't
used, so fvwm96 is packaged as /usr/local/bin/fvwm95 instead
of /usr/X11R6/bin/fvwm95.
Would someone please be so kind to look at this. Is it me or
is pkg_add misbehaving ?!
1997-02-01 14:14:23 +00:00
Satoshi Asami
46735ca4e8
Style police.
1997-01-24 10:48:52 +00:00
James FitzGibbon
ae139ec2cc
Upgrade to v1.0b6a-960102
...
Reviewed by: jfitz@freebsd.org
Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
1997-01-19 18:48:51 +00:00
David E. O'Brien
24b6ca1cf9
Switched to using new MANCOMPRESSED variable.
1996-12-10 20:07:30 +00:00
Satoshi Asami
c98cfd116d
Compress a bunch of manpages. Remove unnecessary @ directives from
...
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00
Satoshi Asami
f2e38ef75a
Typo ($id$ -> $Id$).
1996-11-18 13:06:09 +00:00
Satoshi Asami
300c45cf2e
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
1996-11-18 11:44:27 +00:00
Satoshi Asami
642e598732
Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
1996-11-18 10:37:03 +00:00
Satoshi Asami
83e5fd3ee1
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
1996-11-18 09:56:45 +00:00
Satoshi Asami
b427419ce6
Remove "qvwm" from th ebeginning of comment.
1996-11-18 05:48:46 +00:00
Satoshi Asami
8a5b05c804
CATEGORIES+= -> CATEGORIES=.
1996-11-18 05:45:55 +00:00
James FitzGibbon
5f6a3c9856
Import of a Win95-like X11 window manager.
...
Reviewed by: jfitz@FreeBSD.ORG
Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
1996-11-17 17:56:52 +00:00
Satoshi Asami
4143782f08
Start using MASTER_SITE_XCONTRIB, now that it's in the tree.
1996-11-15 04:51:00 +00:00
Mark Murray
cc25b6440e
Generic Window Manager, v1.8c.
...
Nice window manager with lisp configuration.
1996-11-14 20:03:50 +00:00
David E. O'Brien
d23a795680
CATAGORIES+= -> CATAGORIES=
...
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
1996-11-12 02:19:40 +00:00
James FitzGibbon
288bbe0fdb
Upgrade to v1.0prerelease-1
...
Now includes manpages!
1996-10-29 19:50:21 +00:00
Eric L. Hernes
318d45ac45
rename the internal setstate() so it doesn't conflict with libc's
...
Discovered from: Satoshi
Caused by: XFree 3.1.2G
1996-10-21 14:44:18 +00:00
Andreas Klemm
735d0bc754
Shortened Maintainer e-mail address.
1996-10-19 09:15:56 +00:00
Satoshi Asami
95137d2010
Oh my goodness! Satoshi is finally fed up and decided to "clean up"
...
all the COMMENTs! No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.
Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)
Phew! 238 ports modified!
1996-10-10 05:05:35 +00:00
James FitzGibbon
ef8fb7573d
Fix to Makefile/PLIST to compensate for removal of fvwm dependancy.
...
Submitted-by: asami@FreeBSD.ORG
1996-10-09 04:53:26 +00:00
James FitzGibbon
e156ef29dc
Upgrade to 0.98b33
1996-09-30 20:29:33 +00:00
Andreas Klemm
dea38560eb
updated my ports with my new e-mail address.
1996-09-19 03:01:17 +00:00
Satoshi Asami
a0c098e463
Fix xpm path so this thing actually packages.
1996-09-15 08:10:18 +00:00
Torsten Blum
8b72a4342d
Upgrade to 3.4 patchlevel 2
1996-09-14 22:53:16 +00:00
Steven Wallace
3f6f9adc75
There is no FvwmConfig man page in distribution,
...
so remove it from package list.
1996-09-05 17:26:54 +00:00
James FitzGibbon
1190c65053
Upgraded to 0.98b32
1996-09-03 17:31:04 +00:00
James FitzGibbon
74fbae9b0f
Fixed incorrect use of INSTALL_ aliases in Makefile
1996-08-27 17:49:06 +00:00
James FitzGibbon
5f50e1da42
Upgraded to v0.98b27.
1996-08-24 15:19:21 +00:00
James FitzGibbon
a5e8424c8f
Upgraded to v0.98b24a
1996-08-20 10:57:44 +00:00
Satoshi Asami
a3a73aa969
Change AFTERDIR from ${PREFIX}/lib/afterstep to .../lib/X11/afterstep.
...
It's quite amazing it seems to have totally ignored the STEPRC
definition just two lines below!
Now this port packages fine.
1996-08-17 11:01:16 +00:00
James FitzGibbon
ba1e68acab
Upgraded to v0.98b23a
1996-08-17 05:06:20 +00:00
James FitzGibbon
1adf93a4fe
Upgraded to 0.98b19
1996-08-10 01:16:46 +00:00
Satoshi Asami
bfeee5ed3c
Add $Id$.
1996-08-07 02:29:48 +00:00
James FitzGibbon
1a9038c57b
Upgraded to 0.98b18
1996-08-03 22:47:19 +00:00
Paul Traina
3f3d595a27
Update packing list for new version of fvwm
1996-07-23 15:42:21 +00:00
Satoshi Asami
14a9fcd419
The afterstep window manager, replacing bowman. It's a NeXTstep wm
...
clone.
Submitted by: James FitzGibbon <james@nexis.net>
1996-07-23 07:36:32 +00:00
Paul Traina
f95d25732a
Upgrade to 2.0.43
1996-07-22 04:52:16 +00:00
Satoshi Asami
3b42480553
Remove non-existent and not-necessarily-existent files.
1996-06-14 20:33:28 +00:00
Satoshi Asami
51e595a15c
Don't die if system.fvwmrc can't be moved out of the way (i.e., if
...
this is a fresh installation).
1996-06-14 20:31:19 +00:00
Peter Wemm
29e2e368ea
Use ${INSTALL} to install the xpm files rather than cp, otherwise you get
...
the wrong uid/gid
1996-05-27 12:33:48 +00:00
Satoshi Asami
cf6d2c3cd0
Upgrade, 2.0.41c -> 2.0.41f.
...
Submitted by: Andreas Klemm <andreas@knobel.gun.de>
1996-05-27 02:05:39 +00:00
Satoshi Asami
8ab77582f4
Add a couple of icons.
1996-04-26 09:55:01 +00:00
Satoshi Asami
4691412dd7
A Win95-lookalike fvwm. (hey, don't kill the messenger)
...
Submitted by: Andreas Klemm <andreas@knobel.gun.de>
1996-04-12 07:41:59 +00:00
Peter Wemm
6dd60a3115
Update fvwm-2.0.40 -> fvwm-2.0.41.
1996-03-11 14:18:27 +00:00
Satoshi Asami
c2caa4bb8a
The beta af fvwm version 2. Peter gave it to me a long time ago, I
...
thought he was going to commit it but he didn't so I'm going to do it. :)
Submitted by: peter
1996-03-09 14:42:57 +00:00
Satoshi Asami
61941d5439
Take out version number.
1996-02-01 05:23:52 +00:00
Satoshi Asami
131aec0538
Delete manpage before installing it. (Hand patchfile-editing.)
1996-01-04 11:23:30 +00:00
Satoshi Asami
7cd6a55ea4
Delete @cwd, @mode, @owner and @group from these packing lists.
...
Reported by: jkh
1995-11-13 13:21:26 +00:00
Satoshi Asami
0311018e96
Take out unneccesary @cwd.
1995-11-13 13:04:38 +00:00
Satoshi Asami
14cd728249
Shorten one-line comments. Boy, I'm listed as MAINTAINERs in a
...
lot of ports or what! ;>
1995-11-09 06:41:02 +00:00
Satoshi Asami
9deec151d7
Add torstenb as maintainer.
1995-11-09 05:58:00 +00:00
Eric L. Hernes
92ce3d9a43
added myself as MAINTAINER
1995-10-28 20:35:56 +00:00
Eric L. Hernes
c3cf475762
fixed COMMENTS
1995-10-28 20:33:46 +00:00
Eric L. Hernes
b1d64872c4
fixed COMMENTS.
1995-10-28 20:23:18 +00:00
Satoshi Asami
fbf7d6abb4
Use PATCHFILES instead of custom pre-patch target. Yeah I know, don't
...
fix if it ain't broke, but still....
1995-10-05 12:38:12 +00:00
Satoshi Asami
4a6b440781
Various plan9 utilities. It's such a complete collection, I'm going
...
to import it all at once!
Submitted by: Eric L. Hernes <erich@lodgenet.com>
1995-08-14 04:08:02 +00:00
Satoshi Asami
d5112364c4
fvwm couldn't compile because "make Makefiles" was removed from
...
bsd.port.mk. This patch fixes it by adding "ALL_TARGETS=Makefile all".
Submitted by: torstenb@ramsey.saar.de (Torsten Blum)
1995-08-08 10:35:06 +00:00
Satoshi Asami
974e25a207
Fix some pathnames in system.fvwmrc.
...
Submitted by: Frank Bartels
1995-06-07 07:57:28 +00:00
Satoshi Asami
c261b235a9
Add missing LIB_DEPENDS for Xpm.
...
Submitted by: Michael Paepcke <paepcke@arcway.snafu.de>
1995-05-30 09:54:14 +00:00
Satoshi Asami
f318dab593
Total rewrite, upgrade (1.23b -> 1.24r) along the way. Thanks,
...
Michael!
Submitted by: me@tartufo.pcs.dec.com (Michael Elbel)
1995-05-13 03:24:34 +00:00
Satoshi Asami
15f227fccf
Total rewrite, upgrade (1.23b -> 1.24r) along the way. Thanks,
...
Michael!
Submitted by: me@tartufo.pcs.dec.com (Michael Elbel)
1995-05-13 03:13:07 +00:00
Satoshi Asami
07c40792a8
Cosmetic.
1995-04-22 11:59:12 +00:00
Satoshi Asami
1c6d79f1fa
Eliminate the second "lib/X11/fvwm/system.fvwmrc" line, which was
...
causing strange messages on package builds.
1995-04-18 23:39:10 +00:00
Satoshi Asami
eabfc48a36
And now the rest of the x11 ports Makefiles.
1995-04-12 20:32:12 +00:00
Jordan K. Hubbard
ac3066bf75
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
...
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Gary Palmer
3753222345
Try to get most ports checksummed
1995-03-31 22:18:54 +00:00
Satoshi Asami
b1606b6d57
Cleanup according to new bsd.port.mk. pkg/INSTALL, pkg/DEINSTALL and
...
pkg/REQ are now standard names recognized in bsd.port.mk so no need
to redefine PKG_ARGS in Makefile.
1995-03-27 13:24:18 +00:00
Satoshi Asami
35af96374a
Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,
...
and some other minor cleanup.
1995-03-24 11:12:06 +00:00
Andreas Schulz
91f63cbcef
fvwm doesn't like a "make depend". So set the XMKMF variable to an
...
explizit xmkmf.
1995-03-11 15:07:14 +00:00
Gary Palmer
598c1fd9f0
Add a long-overdue LIB_DEPENDS line
...
Obtained from: Satoshi Asami's piewm port
1995-03-06 01:59:35 +00:00
Andreas Schulz
740412eb7d
Add a patch for the Imakefile that uses a private install.man rule to add
...
the man compression to it.
1995-02-27 19:05:21 +00:00
Andreas Schulz
e841e4739c
Change the use of the official patch from pre-configure to
...
pre-patch. It should be used before the private FreeBSD patches
are used on the source.
1995-02-27 19:03:56 +00:00
Justin T. Gibbs
bfbf8b3c58
We have m4, so don't disable it.
1995-02-24 19:48:24 +00:00
Gary Palmer
b40320a894
Upgrade to PL 11
1995-02-23 20:16:05 +00:00
Torsten Blum
a923cc0306
Upgrade to ctwm 3.3
1995-02-11 15:32:00 +00:00
Satoshi Asami
86793c984d
Converted Makefiles as much as I could.
...
(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should
set NO_INSTALL_MANPAGES for not calling "make install.man")
(2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These
are the entries I used:
EXEC_DEPENDS:
unzip:${PORTSDIR}/archivers/unzip
gmake:${PORTSDIR}/devel/gmake
wishx:${PORTSDIR}/lang/tclX
xli:${PORTSDIR}/graphics/xli
gs:${PORTSDIR}/print/ghostscript
gunshar:${PORTSDIR}/archivers/gshar+gunshar
hfs:${PORTSDIR}/utils/hfs
rman:${PORTSDIR}/utils/rman
LIB_DEPENDS:
tiff\\.3\\.:${PORTSDIR}/graphics/tiff
jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
tcl\\.7\\.:${PORTSDIR}/lang/tcl
tk\\.3\\.:${PORTSDIR}/x11/tk
xview\\.1\\.:${PORTSDIR}/x11/xview-lib
Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib
xview\\.3\\.:${PORTSDIR}/x11/xview-lib
BLT\\.1\\.:${PORTSDIR}/x11/blt
There are still some dependencies I can't figure out what exactly
is needed. If your port still has DEPENDS in it, please check it out!
1995-02-11 13:51:48 +00:00