aboutsummaryrefslogtreecommitdiff
path: root/x11/eterm
Commit message (Collapse)AuthorAgeFilesLines
* Fix composed character handling (broken as described in ports/78234).Jimmy Olgeni2006-03-215-1/+106
| | | | | | | Obtained from: Gentoo Bug 91878 Notes: svn path=/head/; revision=157824
* Conversion to a single libtool environment.Ade Lovett2006-02-232-3/+4
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ify (manually checked)Edwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154312
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Add OPTIONS support and fix transparency/shading.Jimmy Olgeni2005-07-302-1/+61
| | | | | | | Obtained from: Björn König <bkoenig(at)cs.tu-berlin.de> Notes: svn path=/head/; revision=140456
* Whitespace only (for portlint).Jimmy Olgeni2005-07-301-1/+0
| | | | Notes: svn path=/head/; revision=140454
* detect imlib2 correctly. Otherwise it produces "useless" Esetroot binaryFUJISHIMA Satsuki2005-07-241-1/+3
| | | | | | | | | | | | like this: | $ ./bin/Esetroot | Eterm was built without pixmap support, so Esetroot is fairly useless. Sorry. maintainer timeout for 10 days. Notes: svn path=/head/; revision=140004
* Bump PORTREVISION on all ports that received the imlib2 shlib chase.Adam Weinberger2005-03-071-0/+1
| | | | Notes: svn path=/head/; revision=130541
* 1: Upgrade imlib2 to 1.2.0Vanilla I. Shu2005-03-071-1/+1
| | | | | | | | | | | 2: chase shared library version to 3. PR: ports/78347 Submitted by: Russell Jackson <raj at cserv62.csub.edu> Somepart by: me Notes: svn path=/head/; revision=130537
* Upgrade to version 0.9.3.Jimmy Olgeni2005-02-213-9/+3
| | | | | | | | PR: 77833 Submitted by: Sam Lawrance <boris(at)brooknet.com.au> Notes: svn path=/head/; revision=129518
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Improve .orig file removal in post-patch.Jimmy Olgeni2004-05-011-3/+1
| | | | | | | | PR: 61663 Submitted by: David Fleck <david.fleck(at)mchsi.com> Notes: svn path=/head/; revision=108094
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Remove MASTER_SITE_SOURCEFORGE, which has an incorrect checksum.Jimmy Olgeni2004-03-121-3/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=103820
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Chase checksum change.Jimmy Olgeni2004-01-082-1/+2
| | | | | | | | | | | * Stability/compilation bugfixes * Configure/automake improvements * Escreen bugfixes (still alpha) * Support for one more key name (XK_ISO_Left_Tab) * Support for more color change sequences Notes: svn path=/head/; revision=97714
* - Chase libraries for new Imlib2 versionKirill Ponomarev2003-12-151-1/+1
| | | | Notes: svn path=/head/; revision=95902
* Upgrade to 0.9.2, including the following changes:Jimmy Olgeni2003-03-3114-197/+81
| | | | | | | | | | | | | | * Use the "Eterm" termcap entry, which has been available in -STABLE for quite some time. * No longer depend on man2html. * Do not install .la files. (largely based on a port by Philip Paeps <philip@paeps.cx>) Notes: svn path=/head/; revision=77847
* De-pkg-comment my ports + some more.Jimmy Olgeni2003-02-232-1/+1
| | | | Notes: svn path=/head/; revision=76249
* Back out bogus update to 0.9.2... I'll have to look into that later.Jimmy Olgeni2003-02-1510-45/+204
| | | | | | | patch-src:startup.c is left out as per ports/48055. Notes: svn path=/head/; revision=75547
* Update to version 0.9.2.Jimmy Olgeni2003-02-1411-215/+45
| | | | | | | | PR: 48259 Submitted by: Philip Paeps <philip@paeps.cx> Notes: svn path=/head/; revision=75538
* Bump libast shared lib version.Jimmy Olgeni2002-10-261-1/+1
| | | | Notes: svn path=/head/; revision=68863
* Enable --enable-multi-charset.Jimmy Olgeni2002-05-311-1/+2
| | | | | | | Submitted by: Lukasz Ciazynski <lciazyns@altosusers.com> Notes: svn path=/head/; revision=60398
* for slave portsYing-Chieh Liao2001-10-111-1/+1
| | | | Notes: svn path=/head/; revision=48679
* Use the "xterm-color" termcap entry rather than "Eterm" (missing fromJimmy Olgeni2001-09-233-0/+32
| | | | | | | | | | termcap), and revert the default color scheme to the plain old "white on black". Submitted by: kris Notes: svn path=/head/; revision=48118
* Let other ports override MAINTAINER and CONFIGURE_ARGS.Jimmy Olgeni2001-09-171-2/+2
| | | | | | | | PR: 30628 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com> Notes: svn path=/head/; revision=47913
* Update port to version 0.9.1, plus a couple of patches from CVS to fix someJimmy Olgeni2001-09-079-93/+180
| | | | | | | | | bugs. Submitted by: Jeremy Norris <ishmael27@home.com> Notes: svn path=/head/; revision=47509
* Make backspace generate ^H, not ^?.Jimmy Olgeni2001-03-011-1/+3
| | | | | | | | | This was the default Eterm behavior in version 0.8. Submitted by: Jonathan Chen <jonathan.chen@itouch.co.nz> Notes: svn path=/head/; revision=38931
* Update to version 0.9.Jimmy Olgeni2001-02-1717-234/+136
| | | | Notes: svn path=/head/; revision=38444
* Style fixes for ports/x11.Jimmy Olgeni2001-02-051-2/+2
| | | | Notes: svn path=/head/; revision=37994
* Take over port maintainership with Murray's permission.Jimmy Olgeni2001-02-011-1/+1
| | | | Notes: svn path=/head/; revision=37896
* Following portlint's suggestion, use MASTER_SITE_SOURCEFORGE.Jimmy Olgeni2001-02-011-6/+2
| | | | Notes: svn path=/head/; revision=37893
* Merged changes from ports/23182.Jimmy Olgeni2001-02-012-11/+15
| | | | | | | | | | | * Add BUILD_DEPENDS: textproc/man2html * Install Eterm.1.html * Support PORTDOCS in pkg-plist PR: 23182 Notes: svn path=/head/; revision=37892
* Enforce X(1) recommendation about X11 naming in some pkg-{descr,comment}Jimmy Olgeni2001-01-311-1/+1
| | | | | | | files. Notes: svn path=/head/; revision=37855
* Rewrite the rule that was copying patch-kanji into ${PATCHDIR} whenSatoshi Asami2000-10-071-2/+1
| | | | | | | | | | | KANJI is defined (bad eterm, no cookie ;) to use EXTRA_PATCHES= extra-patch-kanji. (Actually, I'm not sure why KANJI is even needed when there exists a japanese/eterm which appears to be a newer version, but anyway.) Notes: svn path=/head/; revision=33491
* Implement WANT_IMLIB and USE_IMLIB.Jeremy Lea2000-10-051-2/+1
| | | | Notes: svn path=/head/; revision=33427
* Requested-by: Greg SutterMurray Stokely2000-10-031-7/+8
| | | | | | | Update description Notes: svn path=/head/; revision=33360
* Update MASTER_SITESMurray Stokely2000-10-031-6/+7
| | | | Notes: svn path=/head/; revision=33359
* Fix PLISTKris Kennaway2000-09-171-0/+3
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=32755
* Prevent a DoS from an escape sequence that can cause the eterm to use up allKris Kennaway2000-06-291-0/+27
| | | | | | | | | available memory and crash Submitted by: Michael Jennings <mej@VALINUX.COM> via Bugtraq Notes: svn path=/head/; revision=29971
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-2/+1
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* murray is now a committer, reflect this in MAINTAINER.Bill Fumerola2000-05-141-1/+1
| | | | Notes: svn path=/head/; revision=28452
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-3/+3
| | | | Notes: svn path=/head/; revision=27497
* Update to version 0.8.10.Steve Price2000-01-095-14/+32
| | | | | | | | PR: 14874 Submitted by: Rod Taylor <rod@zort.on.ca> Notes: svn path=/head/; revision=24607
* Fix a couple long-standing and annoying bugsChris Piazza1999-12-221-0/+35
| | | | | | | | PR: 15628 Submitted by: Mark Newton <newton@atdot.dotat.org> Notes: svn path=/head/; revision=23828
* Define HAVE_SAVED_UID and NEED_LINUX_HACK so that .XauthorityJustin M. Seger1999-11-262-0/+22
| | | | | | | | | files from NFS mounted home dirs can be read by Eterm. PR: ports/11977 Notes: svn path=/head/; revision=23337
* Use updated imlib library.Yukihiro Nakai1999-10-081-1/+1
| | | | Notes: svn path=/head/; revision=22244
* Update to version 0.8.9Chris Piazza1999-09-044-33/+30
| | | | | | | | PR: 13537 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=21244
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21147