mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Upgrade to cooledit-3.9.0
PR: ports/10986 Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
This commit is contained in:
parent
c112a2fba2
commit
a72395202c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17674
@ -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:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (cooledit-3.8.3.tar.gz) = 7fc450fae6531914d1a65c0447a91fd3
|
||||
MD5 (cooledit-3.9.0.tar.gz) = 89514b4f8c92985017f8ec8cf818d78e
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user