aboutsummaryrefslogtreecommitdiff
path: root/devel/xwpe
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with gcc 3.4Tilman Keskinoz2004-08-151-0/+10
| | | | Notes: svn path=/head/; revision=116286
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* upgrade to 1.5.29aYing-Chieh Liao2002-07-133-27/+27
| | | | | | | | PR: 40493 Submitted by: Ports Fury Notes: svn path=/head/; revision=62899
* To ports@freebsd.org.David E. O'Brien2002-05-081-1/+1
| | | | Notes: svn path=/head/; revision=58737
* Remove directory on deinstallKris Kennaway2000-11-111-0/+1
| | | | Notes: svn path=/head/; revision=34995
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27505
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* remove extra white space (portlint)Michael Haro2000-03-201-1/+1
| | | | Notes: svn path=/head/; revision=26843
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Upgrade to version 1.5.22a.David E. O'Brien2000-02-297-42/+93
| | | | | | | | PR: 17051 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=26436
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-2/+2
| | | | Notes: svn path=/head/; revision=25734
* Grammar nit: "man" -> "many"Bill Fumerola2000-01-031-1/+1
| | | | | | | Submitted by: Robert Marsh <bmarsh@chc-chimes.com> Notes: svn path=/head/; revision=24380
* Upgrade to version 1.5.19a.David E. O'Brien1999-09-222-2/+2
| | | | Notes: svn path=/head/; revision=21880
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Update to 1.5.18aBill Fenner1999-06-124-25/+22
| | | | | | | | PR: ports/11570 (kinda) Submitted by: Chris Piazza <cpiazza@home.net> Notes: svn path=/head/; revision=19445
* Upgrade to xwpe-1.5.16aDavid E. O'Brien1999-02-283-10/+11
| | | | Notes: svn path=/head/; revision=16931
* upgrade to 1.5.12aDavid E. O'Brien1998-11-105-148/+25
| | | | Notes: svn path=/head/; revision=14440
* No need to use += for variables defined only once.Satoshi Asami1998-08-131-3/+3
| | | | Notes: svn path=/head/; revision=12492
* Remove manpages define in MAN? fom PLIST for all the devel ports.Satoshi Asami1998-08-121-1/+0
| | | | | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear). Notes: svn path=/head/; revision=12467
* Seems the subdirectory name has changed during the upgrade.Satoshi Asami1998-06-051-3/+3
| | | | | | | Not tested enough by: obrien :> Notes: svn path=/head/; revision=11280
* Upgrade to version xwpe-1.5.9aDavid E. O'Brien1998-05-097-63/+198
| | | | Notes: svn path=/head/; revision=10928
* Add some patches distributed by the maintainer of xwpe.Steve Price1998-02-212-3/+10
| | | | | | | | PR: 5412 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@gns.com.br> Notes: svn path=/head/; revision=9863
* Update dist sites.David E. O'Brien1997-04-221-3/+3
| | | | Notes: svn path=/head/; revision=6271
* * Debugger really didn't work under X11 -- needed to use mkfifo rather thanDavid E. O'Brien1997-01-292-4/+44
| | | | | | | | | | | | | | mknod for non-root users. * Made termios patches more portable. * Help file pathing not quite right. * Make ALT-blah-Keys go well under X11. Submitted by: root@mc5sys.in-berlin.de (Frank Gruender) Notes: svn path=/head/; revision=5461
* Change handling of manpages. (.so --> symlinks)David E. O'Brien1997-01-251-1/+5
| | | | Notes: svn path=/head/; revision=5442
* xwpe is a X-window programming environment designed for UNIX systems.David E. O'Brien1997-01-256-0/+85
It is similar to 'Borland C++' MS-DOS programming IDE environment. There is both a curses and X11 interface. Note: there are both English and German language version of the manpages, and helpfiles. The German language version will be installed if "GERMAN_LANG" is set during ``make install'' of the port. Notes: svn path=/head/; revision=5437