summaryrefslogtreecommitdiff
path: root/x11-fm/xfm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.4.2.4Ade Lovett2000-09-164-4/+35
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=32727
* Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these portsSatoshi Asami2000-09-051-1/+1
| | | | | | | work with both XFree86-3 and XFree86-4. Notes: svn path=/head/; revision=32320
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=31272
* Update to version 1.4.2Kevin Lo2000-08-028-321/+442
| | | | Notes: svn path=/head/; revision=31242
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-2/+2
| | | | Notes: svn path=/head/; revision=27432
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21148
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [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 Notes: svn path=/head/; revision=19804
* Move manpages to Makefile and use MAN* macros.Steve Price1998-10-042-3/+6
| | | | Notes: svn path=/head/; revision=13621
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* strtol -> strtoul so the 'magic' file is parsed correctly.Steve Price1998-08-103-2/+14
| | | | | | | | PR: 7535 Submitted by: Sergey Shkonda <serg@bcs.zp.ua> Notes: svn path=/head/; revision=12388
* Move "asfiles dfm explorer filerunner offix-files q3dmenu tkdeskSatoshi Asami1998-08-071-2/+2
| | | | | | | workplace xfm" from x11 to x11-fm. Notes: svn path=/head/; revision=12327
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-3/+4
| | | | Notes: svn path=/head/; revision=4570
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | 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! Notes: svn path=/head/; revision=3948
* Delete @cwd, @mode, @owner and @group from these packing lists.Satoshi Asami1995-11-131-3/+0
| | | | | | | Reported by: jkh Notes: svn path=/head/; revision=2415
* Upgrade, 1.3 -> 1.3.2.Satoshi Asami1995-07-274-169/+311
| | | | | | | Submitted by: cstruble@vt.edu Notes: svn path=/head/; revision=2006
* And now the rest of the x11 ports Makefiles.Satoshi Asami1995-04-121-4/+6
| | | | Notes: svn path=/head/; revision=1352
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Try to get most ports checksummedGary Palmer1995-03-311-0/+1
| | | | Notes: svn path=/head/; revision=1262
* Converted Makefiles as much as I could.Satoshi Asami1995-02-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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! Notes: svn path=/head/; revision=935
* Adjust DEPENDS to conform to reshuffle.Jordan K. Hubbard1995-01-131-2/+2
| | | | Notes: svn path=/head/; revision=761
* John Capo <jc@irbs.com>'s xfm port.Jordan K. Hubbard1995-01-045-0/+270
Submitted by: jc Notes: svn path=/head/; revision=691