aboutsummaryrefslogtreecommitdiffstats
path: root/editors/cooledit
Commit message (Collapse)AuthorAgeFilesLines
* Conversion to a single libtool environment.ade2006-02-232-1/+3
| | | | Approved by: portmgr (kris)
* - Add SHA256pav2005-11-241-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Update to 3.17.17lawrance2005-06-234-9/+6
| | | | | PR: ports/82529 Submitted by: Ports Fury
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Update to version 3.17.14krion2004-12-154-15/+31
| | | | | PR: ports/75110 Submitted by: Ports Fury
* Add missing directorykris2004-11-261-0/+1
|
* Update to version 3.17.krion2004-07-319-169/+62
| | | | | PR: ports/69812 Submitted by: Ports Fury
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-3/+3
| | | | | Submitted by: trevor Tested by: bento
* SIZEify.trevor2004-01-291-0/+1
|
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-171-1/+0
|
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-0/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* - update to 3.17.7petef2003-05-1617-165/+87
| | | | | | | | | - fix master sites - spell 'FreeBSD.org' correctly in the MAINTAINER field - sort pkg-plist PR: 52048 Submitted by: Ports Fury
* Reset Maintainer addressarved2003-04-301-1/+1
| | | | | Submitted by: Brett Taylor <brett@peloton.radford.edu> (old maintainer) PR: 51601-51606
* Update WWW and MASTER_SITESarved2003-02-242-2/+3
| | | | | PR: 48300 Submitted by: MA, Dunzi <tadalunch@sources.redhat.com>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* gettext upgrade uber-patch (stage 3)ade2002-04-131-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
* Stage 1 of gettext update.ade2002-03-161-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
* - Update to 3.17.5pat2002-02-163-6/+7
| | | | | | | | - Add missing dependency PR: 34564 Submitted by: Adam Weinberger <monkey@crackula.com>, maintainer Approved by: maintainer
* Fix linker errors by undefining HAVE_WCHAR_H (ours seems incomplete)alex2001-08-242-2/+11
| | | | | | | and defining DO_NOT_USE_VGALIB manually in config.h. Works great now. Reported by: bento
* Upgrade the distfile to 3.17.4 in an attempt to get this port buildingkris2001-08-202-2/+4
| | | | | | again. Note failure of attempt and give up; this port is still broken in the same way as the previous (looks like it's expecting some missing libraries; ncurses and at least one other). Therefore, mark BROKEN.
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-5/+5
|
* Upgrade to 3.17.2.mph2000-11-043-3/+7
| | | | | PR: 22593 Submitted by: brett@peloton.runet.edu
* Correct and sort PLISTs.reg2000-10-031-1/+3
|
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Update to 3.15.3nbm2000-06-223-2/+3
| | | | | PR: ports/19421 Submitted by: Brett Taylor <brett@peloton.runet.edu> (maintainer)
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-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
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-2/+1
| | | | ldconfig in PLIST need personal consideration.
* Use installed intl shared library instead of the port's own. Plus severalsobomax2000-05-241-4/+8
| | | | cosmetic cleanups (group USE_* and add USE_XLIB).
* Update to 3.14.1. Add a WWW while I'm here.sobomax2000-05-194-2/+10
| | | | | PR: 18517 Submitted by: maintainer
* portname/portversion updatemharo2000-04-141-2/+2
|
* Update port to 3.13.2jedgar2000-03-113-4/+9
| | | | | PR: 17273 Submitted by: Maintainer
* Update to 3.12.0. This port now works on 4.0.cpiazza2000-01-297-16/+29
| | | | | PR: 16414 Submitted by: maintainer
* Update MAINTAINER's email addresscpiazza1999-09-091-1/+1
| | | | | PR: 13648 Submitted by: maintainer
* Remove preceeding pkgname from some of the comments having one.hoek1999-08-301-1/+1
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* This port also BUILD_DEPENDS on gettext for its documentation.steve1999-06-231-2/+3
|
* Update cooledit to 3.11.3.cpiazza1999-06-194-12/+12
| | | | PR: 12162
* Update to version 3.11.2.steve1999-06-0912-62/+205
| | | | | PR: 12047 Submitted by: Chris Piazza <cpiazza@home.net>
* Add the .so symlink for the library.steve1999-06-061-0/+1
|
* Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't installmharo1999-06-062-7/+2
| | | | the .la file.
* fix plistmharo1999-05-021-1/+1
|
* Upgrade to cooledit-3.9.0jseger1999-04-073-6/+22
| | | | | PR: ports/10986 Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
* Update to 3.8.3.fenner1999-01-302-4/+4
| | | | | PR: ports/9735 Submitted by: brett@peloton.physics.montana.edu
* Update to version 3.8.2.steve1999-01-113-3/+5
| | | | | PR: 9378 Submitted by: maintainer
* Unbreak.jseger1998-10-142-5/+5
| | | | Submitted by: steve
* Mark BROKEN for ELF:jseger1998-10-131-1/+3
| | | | | | | | | | ===> Building package for cooledit-3.7.4 Creating package /usr/ports/packages/All/cooledit-3.7.4.tgz Registering depends: XFree86-3.3.2 xpm-3.4k. Creating gzip'd tar ball in '/usr/ports/packages/All/cooledit-3.7.4.tgz' tar: can't add file lib/libCw.so.1 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256 *** Error code 1
* Update to 3.7.4msmith1998-10-083-8/+16
| | | | Submitted by: MAINTAINER
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-171-2/+2
| | | | in the first place.
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* Remove manpages, but _NOT_ from the multi-lingualhoek1998-08-171-4/+0
| | | | | emacsen (*mule-common, mule). That is left for someone more familiar with their twisty incestuous relationships.
* MASTER_SITE_SUBDIR should have neither a leading nor a trailing slash.fenner1998-05-261-2/+2
|
* Upgrade to 3.6.2.mph1998-05-152-3/+3
| | | | | PR; 6635 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
* Make this port use libtool v1.2 instead of the included 1.0. This fixesjseger1998-05-031-1/+5
| | | | | building on current. I have sent a message to the developer of cooledit, so hopefully this won't be needed for long.
* Import of cooledit, a graphical application suite including anmph1998-04-195-0/+87
editor. PR: 5111 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>