summaryrefslogtreecommitdiff
path: root/editors/cooledit
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2005-01-05Changes 3.17.14:adam3-6/+7
* Bug fixes
2004-11-30Changes 3.17.12:adam2-5/+5
* valgrind audits, small memleak fixes. * fixed process die problem which causes Print to block forever.
2004-11-08Changes 3.17.11:adam8-154/+63
* Improvements and bug-fixes * coolicon has been removed
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-04-11Convert to buildlink3.snj1-3/+3
2004-01-28There's no need to use 'USE_X11BASE' in cooledit package, we'll usextraeme1-2/+3
USE_X11 instead, bump PKGREVISION.
2004-01-22avoid if ! .. statement, not all shells can handle it.grant1-2/+2
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-03Change MAINTAINER to "tech-pkg" instead of the previous "packages".kristerw1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-01-13Use gmake.uebayasi1-1/+2
2002-11-30USE_PKGLOCALEDIR, delint.salo1-1/+3
2002-09-21buildlink1 -> buildlink2jlam1-7/+7
2002-07-07import cooledit-3.17.5 per PR pkg/17490 submitted bydmcmahill13-0/+317
Rui-Xiang Guo <rxg@ms25.url.com.tw>. Cooledit is a full-featured text editor, for Unix computers that run the X Window System. Cooledit was born from a need for a user friendly text editor that would rival editors of other operating systems in ease of use and convenience. Lately Cooledit is also a powerful programmer's editor. It is also small and fast, making it ideal for interface with applications that allow for, or require, an external editor. See 'Features' in the man page for a more elaborate description of what Cooledit can do.