The FreeBSD Ports Archive
FreeBSD x11-fm : xfm4>
The X File Manager
XFM is a powerful file and applications manager program written using the X
toolkit. It contains virtually all of the features that you would expect in a
file manager -- move around your directory tree in multiple windows, and move,
copy or delete files with simple mouse operations. Directory displays are
updated automatically in regular intervals when the contents of a displayed
directory changes. The integrated application manager allows you to load files
into your favourite applications from the file manager by dragging icons. It
can also be used as a "shelf" onto which you can place files and directories
you are currently working with. A special LOAD action for application files
enables you to manage different application groups.
User-definable file types allow you to specify a command to be executed when
double-clicking on a file or dropping other files onto it. The command can
also prompt you for required parameters. Xfm makes it easy to configure
special kinds of actions such as, e.g., replacing the contents of a compressed
tar archive with a collection of selected files. A lot of corresponding
examples can be found in the distribution, including a fully functional
trashcan feature. Last not least, xfm can automatically mount and unmount
special devices like floppies as you open and close the corresponding
directories (mount points). So you won't have to fiddle around with mount or
mtools commands any more if all you want to do is copy some files between the
hard disk and your floppy drive.
http://www.musikwissenschaft.uni-mainz.de/~ag/xfm/
|
xfm history
v. 1.26
date: 2007/05/19 20:29:01; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.25
date: 2005/04/10 05:39:56; author: lesi; state: Exp; lines: +1 -1
Remove XAWVER from Xaw3d LIB_DEPENDS re. Xaw3d will be depended upon just
fine without explicit version in there, while specifying it can
occasionally confuse (cf. ports/78527). Packages depend on specific
versions of Xaw3d and X libraries anyway and ports will get the right
version number through imake.
v. 1.24
date: 2003/02/20 19:17:45; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.23
date: 2002/11/10 16:48:42; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.22
date: 2002/11/06 22:47:28; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.21
date: 2001/09/05 15:52:48; author: kevlo; state: Exp; lines: +2 -6
Update to version 1.4.3
PR: 30324
Submitted by: Ports Fury
v. 1.20
date: 2001/02/05 21:00:55; author: olgeni; state: Exp; lines: +2 -2
Spaces -> tabs in ports/x11-fm.
v. 1.19
date: 2000/09/16 19:31:05; author: ade; state: Exp; lines: +8 -4
Update to 1.4.2.4
Add WWW: line into pkg/DESCR
Note that this website works for me today (9/16), so the issue
mentioned in the audit trail appears to have been temporary
PR: 21122
Submitted by: Ports Fury
v. 1.18
date: 2000/09/05 18:34:52; author: asami; state: Exp; lines: +2 -2
Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these ports
work with both XFree86-3 and XFree86-4.
v. 1.17
date: 2000/08/03 09:27:19; author: asami; state: Exp; lines: +3 -3
(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
v. 1.16
date: 2000/08/02 05:34:45; author: kevlo; state: Exp; lines: +5 -5
Update to version 1.4.2
v. 1.15
date: 2000/04/10 00:39:35; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.14
date: 1999/08/31 06:52:35; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.13
date: 1999/08/31 02:58:24; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.12
date: 1998/10/04 02:18:46; author: steve; state: Exp; lines: +2 -1
Move manpages to Makefile and use MAN* macros.
v. 1.11
date: 1998/09/17 00:32:55; author: asami; state: Exp; lines: +2 -2
Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
v. 1.10
date: 1998/09/15 11:13:33; author: asami; state: Exp; lines: +2 -2
libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
v. 1.9
date: 1998/08/10 00:03:11; author: steve; state: Exp; lines: +3 -1
strtol -> strtoul so the 'magic' file is parsed correctly.
PR: 7535
Submitted by: Sergey Shkonda
v. 1.8
date: 1998/08/07 22:33:12; author: asami; state: Exp; lines: +2 -2
Move "asfiles dfm explorer filerunner offix-files q3dmenu tkdesk
workplace xfm" from x11 to x11-fm.
v. 1.7
date: 1996/11/18 09:56:20; author: asami; state: Exp; lines: +4 -3
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.6
date: 1995/07/27 00:25:58; author: asami; state: Exp; lines: +3 -4
Upgrade, 1.3 -> 1.3.2.
Submitted by: cstruble@vt.edu
v. 1.5
date: 1995/04/12 20:31:59; author: asami; state: Exp; lines: +6 -4
And now the rest of the x11 ports Makefiles.
v. 1.4
date: 1995/04/01 12:51:23; author: jkh; state: Exp; lines: +2 -1
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.
v. 1.3
date: 1995/02/11 13:51:45; author: asami; state: Exp; lines: +2 -2
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!
v. 1.2
date: 1995/01/13 12:49:39; author: jkh; state: Exp; lines: +2 -2
Adjust DEPENDS to conform to reshuffle.
v. 1.1
date: 1995/01/04 07:50:34; author: jkh; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1995/01/04 07:50:35; author: jkh; state: Exp; lines: +0 -0
John Capo 's xfm port.
Submitted by: jc
=============================================================================
v. 1.26
date: 2007/05/19 20:29:01; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.25
date: 2005/04/10 05:39:56; author: lesi; state: Exp; lines: +1 -1
Remove XAWVER from Xaw3d LIB_DEPENDS re. Xaw3d will be depended upon just
fine without explicit version in there, while specifying it can
occasionally confuse (cf. ports/78527). Packages depend on specific
versions of Xaw3d and X libraries anyway and ports will get the right
version number through imake.
v. 1.24
date: 2003/02/20 19:17:45; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.23
date: 2002/11/10 16:48:42; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.22
date: 2002/11/06 22:47:28; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.21
date: 2001/09/05 15:52:48; author: kevlo; state: Exp; lines: +2 -6
Update to version 1.4.3
PR: 30324
Submitted by: Ports Fury
v. 1.20
date: 2001/02/05 21:00:55; author: olgeni; state: Exp; lines: +2 -2
Spaces -> tabs in ports/x11-fm.
v. 1.19
date: 2000/09/16 19:31:05; author: ade; state: Exp; lines: +8 -4
Update to 1.4.2.4
Add WWW: line into pkg/DESCR
Note that this website works for me today (9/16), so the issue
mentioned in the audit trail appears to have been temporary
PR: 21122
Submitted by: Ports Fury
v. 1.18
date: 2000/09/05 18:34:52; author: asami; state: Exp; lines: +2 -2
Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these ports
work with both XFree86-3 and XFree86-4.
v. 1.17
date: 2000/08/03 09:27:19; author: asami; state: Exp; lines: +3 -3
(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
v. 1.16
date: 2000/08/02 05:34:45; author: kevlo; state: Exp; lines: +5 -5
Update to version 1.4.2
v. 1.15
date: 2000/04/10 00:39:35; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.14
date: 1999/08/31 06:52:35; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.13
date: 1999/08/31 02:58:24; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.12
date: 1998/10/04 02:18:46; author: steve; state: Exp; lines: +2 -1
Move manpages to Makefile and use MAN* macros.
v. 1.11
date: 1998/09/17 00:32:55; author: asami; state: Exp; lines: +2 -2
Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
v. 1.10
date: 1998/09/15 11:13:33; author: asami; state: Exp; lines: +2 -2
libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
v. 1.9
date: 1998/08/10 00:03:11; author: steve; state: Exp; lines: +3 -1
strtol -> strtoul so the 'magic' file is parsed correctly.
PR: 7535
Submitted by: Sergey Shkonda
v. 1.8
date: 1998/08/07 22:33:12; author: asami; state: Exp; lines: +2 -2
Move "asfiles dfm explorer filerunner offix-files q3dmenu tkdesk
workplace xfm" from x11 to x11-fm.
v. 1.7
date: 1996/11/18 09:56:20; author: asami; state: Exp; lines: +4 -3
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.6
date: 1995/07/27 00:25:58; author: asami; state: Exp; lines: +3 -4
Upgrade, 1.3 -> 1.3.2.
Submitted by: cstruble@vt.edu
v. 1.5
date: 1995/04/12 20:31:59; author: asami; state: Exp; lines: +6 -4
And now the rest of the x11 ports Makefiles.
v. 1.4
date: 1995/04/01 12:51:23; author: jkh; state: Exp; lines: +2 -1
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.
v. 1.3
date: 1995/02/11 13:51:45; author: asami; state: Exp; lines: +2 -2
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!
v. 1.2
date: 1995/01/13 12:49:39; author: jkh; state: Exp; lines: +2 -2
Adjust DEPENDS to conform to reshuffle.
v. 1.1
date: 1995/01/04 07:50:34; author: jkh; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1995/01/04 07:50:35; author: jkh; state: Exp; lines: +0 -0
John Capo 's xfm port.
Submitted by: jc
=============================================================================
v. 1.26
date: 2007/05/19 20:29:01; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.25
date: 2005/04/10 05:39:56; author: lesi; state: Exp; lines: +1 -1
Remove XAWVER from Xaw3d LIB_DEPENDS re. Xaw3d will be depended upon just
fine without explicit version in there, while specifying it can
occasionally confuse (cf. ports/78527). Packages depend on specific
versions of Xaw3d and X libraries anyway and ports will get the right
version number through imake.
v. 1.24
date: 2003/02/20 19:17:45; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.23
date: 2002/11/10 16:48:42; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.22
date: 2002/11/06 22:47:28; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.21
date: 2001/09/05 15:52:48; author: kevlo; state: Exp; lines: +2 -6
Update to version 1.4.3
PR: 30324
Submitted by: Ports Fury
v. 1.20
date: 2001/02/05 21:00:55; author: olgeni; state: Exp; lines: +2 -2
Spaces -> tabs in ports/x11-fm.
v. 1.19
date: 2000/09/16 19:31:05; author: ade; state: Exp; lines: +8 -4
Update to 1.4.2.4
Add WWW: line into pkg/DESCR
Note that this website works for me today (9/16), so the issue
mentioned in the audit trail appears to have been temporary
PR: 21122
Submitted by: Ports Fury
v. 1.18
date: 2000/09/05 18:34:52; author: asami; state: Exp; lines: +2 -2
Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these ports
work with both XFree86-3 and XFree86-4.
v. 1.17
date: 2000/08/03 09:27:19; author: asami; state: Exp; lines: +3 -3
(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
v. 1.16
date: 2000/08/02 05:34:45; author: kevlo; state: Exp; lines: +5 -5
Update to version 1.4.2
v. 1.15
date: 2000/04/10 00:39:35; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.14
date: 1999/08/31 06:52:35; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.13
date: 1999/08/31 02:58:24; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.12
date: 1998/10/04 02:18:46; author: steve; state: Exp; lines: +2 -1
Move manpages to Makefile and use MAN* macros.
v. 1.11
date: 1998/09/17 00:32:55; author: asami; state: Exp; lines: +2 -2
Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
v. 1.10
date: 1998/09/15 11:13:33; author: asami; state: Exp; lines: +2 -2
libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
v. 1.9
date: 1998/08/10 00:03:11; author: steve; state: Exp; lines: +3 -1
strtol -> strtoul so the 'magic' file is parsed correctly.
PR: 7535
Submitted by: Sergey Shkonda
v. 1.8
date: 1998/08/07 22:33:12; author: asami; state: Exp; lines: +2 -2
Move "asfiles dfm explorer filerunner offix-files q3dmenu tkdesk
workplace xfm" from x11 to x11-fm.
v. 1.7
date: 1996/11/18 09:56:20; author: asami; state: Exp; lines: +4 -3
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.6
date: 1995/07/27 00:25:58; author: asami; state: Exp; lines: +3 -4
Upgrade, 1.3 -> 1.3.2.
Submitted by: cstruble@vt.edu
v. 1.5
date: 1995/04/12 20:31:59; author: asami; state: Exp; lines: +6 -4
And now the rest of the x11 ports Makefiles.
v. 1.4
date: 1995/04/01 12:51:23; author: jkh; state: Exp; lines: +2 -1
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.
v. 1.3
date: 1995/02/11 13:51:45; author: asami; state: Exp; lines: +2 -2
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!
v. 1.2
date: 1995/01/13 12:49:39; author: jkh; state: Exp; lines: +2 -2
Adjust DEPENDS to conform to reshuffle.
v. 1.1
date: 1995/01/04 07:50:34; author: jkh; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1995/01/04 07:50:35; author: jkh; state: Exp; lines: +0 -0
John Capo 's xfm port.
Submitted by: jc
=============================================================================
|
| |

|