Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to ctwm 3.5.2 | Torsten Blum | 1999-09-10 | 2 | -2/+3 |
| | |||||
* | FreeBSD.ORG -> FreeBSD.org | Michael Haro | 1999-08-31 | 1 | -1/+1 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | As threatened, enforce the "Capital, no period" rule. Ellipses are | Tim Vanderhoek | 1999-06-26 | 1 | -1/+1 |
| | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. | ||||
* | upgrade to ctwm 3.5.1 via patch (no distfile available) | Torsten Blum | 1999-05-02 | 2 | -1/+7 |
| | |||||
* | Move manpages to the Makefile and use MAN* macros. | Steve Price | 1998-10-04 | 2 | -2/+4 |
| | |||||
* | Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it | Satoshi Asami | 1998-09-17 | 1 | -2/+2 |
| | | | | in the first place. | ||||
* | libXpm major is now 5. Also remove regexp support in preparation for | Satoshi Asami | 1998-09-15 | 1 | -2/+2 |
| | | | | ELF conversion. | ||||
* | Move "afterstep-devel afterstep amiwm blackbox ctwm enlightenment fvwm | Satoshi Asami | 1998-08-07 | 1 | -2/+2 |
| | | | | | fvwm2 fvwm95 gwm icewm lwm mlvwm olvwm piewm qvwm tvtwm windowmaker wm2 wmx" from x11 to x11-wm. | ||||
* | It ain't broken anymore. :-) | David E. O'Brien | 1997-11-27 | 2 | -6/+4 |
| | | | | Upgrade to 3.5 release. | ||||
* | Mark this port broken, not available anymore. | Satoshi Asami | 1997-11-25 | 1 | -1/+2 |
| | |||||
* | update to 3.5 beta 3 | Torsten Blum | 1997-11-25 | 3 | -16/+19 |
| | | | | PR: 5049 | ||||
* | Upgrade to 3.5 beta 1 | Torsten Blum | 1997-04-27 | 2 | -6/+5 |
| | |||||
* | Compress a bunch of manpages. Remove unnecessary @ directives from | Satoshi Asami | 1996-11-18 | 1 | -1/+0 |
| | | | | | | | | 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. | ||||
* | Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES. | Satoshi Asami | 1996-11-18 | 1 | -4/+4 |
| | |||||
* | Oh my goodness! Satoshi is finally fed up and decided to "clean up" | Satoshi Asami | 1996-10-10 | 1 | -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! | ||||
* | Fix xpm path so this thing actually packages. | Satoshi Asami | 1996-09-15 | 1 | -89/+89 |
| | |||||
* | Upgrade to 3.4 patchlevel 2 | Torsten Blum | 1996-09-14 | 4 | -94/+103 |
| | |||||
* | Add torstenb as maintainer. | Satoshi Asami | 1995-11-09 | 1 | -1/+3 |
| | |||||
* | And now the rest of the x11 ports Makefiles. | Satoshi Asami | 1995-04-12 | 1 | -4/+6 |
| | |||||
* | Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in | Jordan K. Hubbard | 1995-04-01 | 1 | -1/+2 |
| | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. | ||||
* | We have m4, so don't disable it. | Justin T. Gibbs | 1995-02-24 | 1 | -2/+2 |
| | |||||
* | Upgrade to ctwm 3.3 | Torsten Blum | 1995-02-11 | 4 | -89/+104 |
| | |||||
* | Converted Makefiles as much as I could. | Satoshi Asami | 1995-02-11 | 1 | -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! | ||||
* | Adjust DEPENDS to conform to reshuffle. | Jordan K. Hubbard | 1995-01-13 | 1 | -2/+2 |
| | |||||
* | With my reversal of the INSTALL_MANPAGES logic in bsd.port.mk, none of | Gary Palmer | 1994-12-12 | 1 | -2/+1 |
| | | | | these need to have INSTALL_MANPAGES= yes anymore. | ||||
* | Make this sucker install it's man page again (thanks Satoshi) | Gary Palmer | 1994-11-23 | 1 | -1/+2 |
| | | | | Submitted by: asami | ||||
* | ctwm is an extension to twm, that support multiple virtual screens, and | Torsten Blum | 1994-11-20 | 5 | -0/+143 |
a lot of other goodies. |