diff options
author | jseger <jseger@FreeBSD.org> | 1999-04-07 06:06:40 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-04-07 06:06:40 +0800 |
commit | adb0d3fb990ee7c1bd4db14002193f0657697735 (patch) | |
tree | 1671a84d274fa8b777c8667ea754cc31c4f173bf /editors/cooledit | |
parent | ff5aad88dc4a20bf4e1ac2b8576af9235c40af68 (diff) | |
download | freebsd-ports-gnome-adb0d3fb990ee7c1bd4db14002193f0657697735.tar.gz freebsd-ports-gnome-adb0d3fb990ee7c1bd4db14002193f0657697735.tar.zst freebsd-ports-gnome-adb0d3fb990ee7c1bd4db14002193f0657697735.zip |
Upgrade to cooledit-3.9.0
PR: ports/10986
Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
Diffstat (limited to 'editors/cooledit')
-rw-r--r-- | editors/cooledit/Makefile | 6 | ||||
-rw-r--r-- | editors/cooledit/distinfo | 2 | ||||
-rw-r--r-- | editors/cooledit/pkg-plist | 20 |
3 files changed, 22 insertions, 6 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index ce24eba32c20..5be7989d2185 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -3,10 +3,10 @@ # Date created: 18 November 1997 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.10 1999/01/10 18:14:40 steve Exp $ +# $Id: Makefile,v 1.11 1999/01/30 01:24:29 fenner Exp $ # -DISTNAME= cooledit-3.8.3 +DISTNAME= cooledit-3.9.0 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/editors/X @@ -16,7 +16,7 @@ MAINTAINER= brett@peloton.physics.montana.edu LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-mail-author --disable-static +CONFIGURE_ARGS= --disable-mail-author --disable-static --with-libs='-lcrypt -lreadline' USE_GMAKE= yes post-extract: diff --git a/editors/cooledit/distinfo b/editors/cooledit/distinfo index b7eef6ffff30..9b88ad24ff79 100644 --- a/editors/cooledit/distinfo +++ b/editors/cooledit/distinfo @@ -1 +1 @@ -MD5 (cooledit-3.8.3.tar.gz) = 7fc450fae6531914d1a65c0447a91fd3 +MD5 (cooledit-3.9.0.tar.gz) = 89514b4f8c92985017f8ec8cf818d78e diff --git a/editors/cooledit/pkg-plist b/editors/cooledit/pkg-plist index 21a06f2c1a64..a8c69b43aa29 100644 --- a/editors/cooledit/pkg-plist +++ b/editors/cooledit/pkg-plist @@ -7,9 +7,8 @@ bin/coolmessage bin/coollistbox bin/coolquery bin/coolinput +lib/libCw.a lib/libCw.la -lib/libCw.so -lib/libCw.so.1 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R lib/cooledit/global.py @@ -34,6 +33,22 @@ lib/coolicon/cdrom_view.xpm lib/coolicon/modify-xinitrc lib/coolicon/gmc.xpm lib/coolicon/lyx.xpm +lib/cooledit/syntax/c.syntax +lib/cooledit/syntax/changelog.syntax +lib/cooledit/syntax/diff.syntax +lib/cooledit/syntax/diffc.syntax +lib/cooledit/syntax/html.syntax +lib/cooledit/syntax/java.syntax +lib/cooledit/syntax/latex.syntax +lib/cooledit/syntax/lsm.syntax +lib/cooledit/syntax/makefile.syntax +lib/cooledit/syntax/ml.syntax +lib/cooledit/syntax/nroff.syntax +lib/cooledit/syntax/pascal.syntax +lib/cooledit/syntax/perl.syntax +lib/cooledit/syntax/python.syntax +lib/cooledit/syntax/sh.syntax +lib/cooledit/syntax/smalltalk.syntax share/locale/de/LC_MESSAGES/cooledit.mo share/locale/fr/LC_MESSAGES/cooledit.mo share/locale/sv/LC_MESSAGES/cooledit.mo @@ -50,4 +65,5 @@ share/locale/ja/LC_MESSAGES/cooledit.mo share/locale/ko/LC_MESSAGES/cooledit.mo share/locale/sl/LC_MESSAGES/cooledit.mo @dirrm lib/coolicon +@dirrm lib/cooledit/syntax @dirrm lib/cooledit |