aboutsummaryrefslogtreecommitdiff
path: root/editors/lpe
Commit message (Collapse)AuthorAgeFilesLines
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-012-0/+9
| | | | Notes: svn path=/head/; revision=183830
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* 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
* Now builds on sparc64Kris Kennaway2005-04-101-7/+1
| | | | Notes: svn path=/head/; revision=132943
* Mark as BROKEN on sparc64Volker Stolz2005-01-171-1/+7
| | | | | | | | | PR: ports/76326 Submitted by: maintainer Noticed by: kris/pointyhat Notes: svn path=/head/; revision=126636
* MAINTAINER-UPDATE: editors/lpe pkg-plist fixEdwin Groothuis2005-01-122-2/+10
| | | | | | | | | | Add missing entries to pkg-plist (libtool stuff) PR: ports/75684 Submitted by: Ryan Thompson <ryan@sasknow.com> Notes: svn path=/head/; revision=126277
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* 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
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-3/+3
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-1/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76033
* Add a MASTER_SITEDavid W. Chapman Jr.2002-08-211-1/+2
| | | | | | | | PR: 41851 Submitted by: maintainer Notes: svn path=/head/; revision=64763
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-1/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* o Change maintainer to ryan@sasknow.comMaxim Sobolev2001-12-218-50/+32
| | | | | | | | | | | | | | | | | | | | o Update lpe from 1.2.5_2 to newest release, 1.2.6 o Update MASTER_SITES, WWW, and author's email to reflect new location o Update/delete patch files for new version: + Bug fix patches corrected by 1.2.6 removed + New bug fix to correct man page language (cz vs. cs) + New bug fix to correct syntax highlighting in some editing modes (New bug fixes have been sent to the author for inclusion in the next official release) PR: 32915 Submitted by: Ryan Thompson <ryan@sasknow.com> Approved by: old maintainer Notes: svn path=/head/; revision=51919
* Portrevision bump, to bring in the recently added patch-af (in ports/26804)Jimmy Olgeni2001-04-241-1/+1
| | | | | | | Noticed by: kris Notes: svn path=/head/; revision=41850
* Add patch to prevent core dumps, as reported by ports/26698.Jimmy Olgeni2001-04-231-0/+25
| | | | | | | | | | | Proposed file "patch-ae" already exists in Attic, and references a different source file. So i moved the patch to patch-af. PR: 26804 Submitted by: Carl Johan Madestrand <calle.madestrand@norrgarden.se> Notes: svn path=/head/; revision=41843
* Update maintainer's email address.Jimmy Olgeni2001-04-201-1/+1
| | | | | | | | PR: 26709 Submitted by: Carl Johan Madestrand <LoRd_CJ@dalusers.com> Notes: svn path=/head/; revision=41717
* Fix a nasty memory leak, which draws the editor nearly unusable, as it quicklyMaxim Sobolev2001-04-092-0/+15
| | | | | | | eats all available memory and swap space. Notes: svn path=/head/; revision=41107
* Update maintainer emailMichael Haro2001-04-021-1/+1
| | | | | | | | PR: 26109 Submitted by: maintainer Notes: svn path=/head/; revision=40721
* OOPS, forgot to add/remove patches in my previous commit (update to 1.2.5 andMaxim Sobolev2001-01-263-32/+14
| | | | | | | cleanups). Notes: svn path=/head/; revision=37609
* - Add several missed @dirrm into pkg-plist;Maxim Sobolev2001-01-264-22/+30
| | | | | | | | - update MASTER_SITES and WWW; - update to 1.2.5 version. Notes: svn path=/head/; revision=37608
* Change maintainer to Carl Johan Madestrand <cj@vallcom.net>.Alexander Langer2000-06-291-1/+1
| | | | Notes: svn path=/head/; revision=29988
* Remove maintainership of most of my ports. I don't really haveChris Piazza2000-06-201-1/+1
| | | | | | | | time to maintain these and I'm just not interested in these particular ones any more. Notes: svn path=/head/; revision=29733
* portname/portversion updateMichael Haro2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27501
* Update to 1.2.4Chris Piazza1999-11-202-3/+3
| | | | Notes: svn path=/head/; revision=23207
* Update to version 1.2.3Chris Piazza1999-11-192-3/+3
| | | | Notes: svn path=/head/; revision=23197
* sh(1) is not bash on FreeBSD so 'source' isn't a command. ChangeChris Piazza1999-09-181-2/+11
| | | | | | | | | it to '.' Submitted by: steve Notes: svn path=/head/; revision=21698
* Fix packaging for this port.Chris Piazza1999-09-172-8/+2
| | | | | | | | It doesn't seem to be installing static libraries any more, this is probably related to the libtool changes. Notes: svn path=/head/; revision=21689
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Update to lpe 1.2.2.Chris Piazza1999-07-044-4/+25
| | | | Notes: svn path=/head/; revision=19997
* 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.2.1Chris Piazza1999-06-197-27/+63
| | | | | | | PR: 12287 Notes: svn path=/head/; revision=19552
* Would it be considered sacriligious to change all of the 'K's inTim Vanderhoek1999-05-021-4/+3
| | | | | | | | Kirk McKusick, Keith Bostic, and J. Karels into 'W's, representing WWW:? Probably. Better not risk it. :) Notes: svn path=/head/; revision=18346
* Update to 1.1.9Michael Haro1999-04-222-3/+3
| | | | | | | | PR: 11262 Submitted by: maintainer Notes: svn path=/head/; revision=18093
* Update to version 1.1.8.Steve Price1999-04-193-9/+7
| | | | | | | | PR: 11193 Submitted by: maintainer Notes: svn path=/head/; revision=17992
* Really small editor and has syntax highlighting for quit a few languages.Michael Haro1999-04-145-0/+54
PR: 11106 Submitted by: Chris Piazza cpiazza@home.net Notes: svn path=/head/; revision=17871