Index: head/editors/cooledit/Makefile =================================================================== --- head/editors/cooledit/Makefile (revision 137878) +++ head/editors/cooledit/Makefile (revision 137879) @@ -1,42 +1,45 @@ # New ports collection makefile for: cooledit # Date created: 18 November 1997 # Whom: brett@peloton.physics.montana.edu # # $FreeBSD$ # PORTNAME= cooledit -PORTVERSION= 3.17.14 +PORTVERSION= 3.17.17 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/editors/X/cooledit MAINTAINER= ports@FreeBSD.org COMMENT= Suite of utilities, including a GUI editor USE_XLIB= yes USE_PYTHON= yes USE_GETTEXT= yes USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL_VER= 15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes MAN1= cooledit.1 coolman.1 smalledit.1 CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include .if ${OSVERSION} >= 500000 CFLAGS+= -DHAVE_MBRTOWC .endif .if defined(WITH_NEXT_LOOK) CONFIGURE_ARGS+= --enable-NeXT-look .endif + +post-patch: + @${REINPLACE_CMD} -e 's|po pixmap man|po man|g' ${WRKSRC}/Makefile.in .include Property changes on: head/editors/cooledit/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.48 \ No newline at end of property +1.49 \ No newline at end of property Index: head/editors/cooledit/distinfo =================================================================== --- head/editors/cooledit/distinfo (revision 137878) +++ head/editors/cooledit/distinfo (revision 137879) @@ -1,2 +1,2 @@ -MD5 (cooledit-3.17.14.tar.gz) = c5bfa0efbd6160b5ba868b722418cc02 -SIZE (cooledit-3.17.14.tar.gz) = 1671619 +MD5 (cooledit-3.17.17.tar.gz) = bb8f354d5378f8fa9e178b2414152987 +SIZE (cooledit-3.17.17.tar.gz) = 1674273 Property changes on: head/editors/cooledit/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/editors/cooledit/pkg-descr =================================================================== --- head/editors/cooledit/pkg-descr (revision 137878) +++ head/editors/cooledit/pkg-descr (revision 137879) @@ -1,13 +1,8 @@ Cooledit is a suite of programs consisting of the following: - cooledit - a GUI based editor which allows you to call external programs (for instance LaTeX on a LaTeX file) - smalledit - a stripped down version of cooledit - coolman - a man page browser - - coolbrowse - a file system browser - - coolmessage - an interface to write that brings up a cool-styled window - with your message - - coolicon - a utility to place icons directly on your desktop which runs - under any window manager - Brett Taylor brett@peloton.physics.montana.edu Property changes on: head/editors/cooledit/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/editors/cooledit/pkg-plist =================================================================== --- head/editors/cooledit/pkg-plist (revision 137878) +++ head/editors/cooledit/pkg-plist (revision 137879) @@ -1,63 +1,62 @@ bin/cooledit bin/cooledit-gdb bin/coolman bin/coolproject bin/smalledit lib/libCw.a lib/libCw.so lib/libCw.so.1 %%DATADIR%%/c_utils.py %%DATADIR%%/global.py %%DATADIR%%/sh_utils.py %%DATADIR%%/syntax/ada95.syntax %%DATADIR%%/syntax/bapc.syntax %%DATADIR%%/syntax/c.syntax %%DATADIR%%/syntax/changelog.syntax %%DATADIR%%/syntax/css.syntax %%DATADIR%%/syntax/diff.syntax %%DATADIR%%/syntax/fortran.syntax %%DATADIR%%/syntax/html.syntax %%DATADIR%%/syntax/jasm.syntax %%DATADIR%%/syntax/java.syntax %%DATADIR%%/syntax/latex.syntax %%DATADIR%%/syntax/lsm.syntax %%DATADIR%%/syntax/lsm4.syntax %%DATADIR%%/syntax/lua.syntax %%DATADIR%%/syntax/mail.syntax %%DATADIR%%/syntax/makefile.syntax %%DATADIR%%/syntax/mhtml.syntax %%DATADIR%%/syntax/ml.syntax %%DATADIR%%/syntax/mudela.syntax %%DATADIR%%/syntax/nroff.syntax %%DATADIR%%/syntax/pascal.syntax %%DATADIR%%/syntax/perl.syntax %%DATADIR%%/syntax/php.syntax %%DATADIR%%/syntax/prolog.syntax %%DATADIR%%/syntax/python.syntax %%DATADIR%%/syntax/scm.syntax %%DATADIR%%/syntax/sh.syntax %%DATADIR%%/syntax/smalltalk.syntax %%DATADIR%%/syntax/sql.syntax %%DATADIR%%/syntax/swig.syntax %%DATADIR%%/syntax/texinfo.syntax %%DATADIR%%/syntax/unknown.syntax %%DATADIR%%/syntax/xml.syntax share/locale/cs/LC_MESSAGES/cooledit.mo share/locale/da/LC_MESSAGES/cooledit.mo share/locale/de/LC_MESSAGES/cooledit.mo share/locale/es/LC_MESSAGES/cooledit.mo share/locale/fi/LC_MESSAGES/cooledit.mo share/locale/fr/LC_MESSAGES/cooledit.mo share/locale/it/LC_MESSAGES/cooledit.mo share/locale/ja/LC_MESSAGES/cooledit.mo share/locale/ko/LC_MESSAGES/cooledit.mo share/locale/nl/LC_MESSAGES/cooledit.mo share/locale/no/LC_MESSAGES/cooledit.mo share/locale/pl/LC_MESSAGES/cooledit.mo share/locale/pt/LC_MESSAGES/cooledit.mo share/locale/ru/LC_MESSAGES/cooledit.mo share/locale/sl/LC_MESSAGES/cooledit.mo share/locale/sv/LC_MESSAGES/cooledit.mo @dirrm %%DATADIR%%/syntax @dirrm %%DATADIR%% -@dirrm share/coolicon Property changes on: head/editors/cooledit/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property