Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  6 Jun 1999 02:34:49 -0700 (PDT)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12047: Update: editors/cooledit
Message-ID:  <19990606093449.163E61480@norn.ca.eu.org>

next in thread | raw e-mail | index | archive | help

>Number:         12047
>Category:       ports
>Synopsis:       Update: editors/cooledit
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun  6 02:40:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a
>Environment:

FreeBSD norn.ca.eu.org 4.0-CURRENT FreeBSD 4.0-CURRENT #218: Tue Jun  1 19:22:37
 PDT 1999     norn@norn.ca.eu.org:/usr/src/sys/compile/NORN  i386

>Description:

Update to 3.11.0 and sort the PLIST.
Files removed: all of patches/

>How-To-Repeat:

>Fix:
	
Index: cooledit/Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/editors/cooledit/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	1999/06/05 19:00:07	1.13
+++ Makefile	1999/06/06 09:57:02
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	 cooledit
-# Version required:	3.8.3
+# Version required:	3.11.0
 # Date created:		18 November 1997
 # Whom:			brett@peloton.physics.montana.edu
 #
 # $Id: Makefile,v 1.13 1999/06/05 19:00:07 mharo Exp $
 #
 
-DISTNAME=	cooledit-3.9.0
+DISTNAME=	cooledit-3.11.0
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_SUNSITE}
 MASTER_SITE_SUBDIR=	apps/editors/X
Index: cooledit/files/md5
===================================================================
RCS file: /cvs/FreeBSD/ports/editors/cooledit/files/md5,v
retrieving revision 1.6
diff -u -r1.6 md5
--- md5	1999/04/06 22:06:40	1.6
+++ md5	1999/06/06 09:43:53
@@ -1 +1 @@
-MD5 (cooledit-3.9.0.tar.gz) = 89514b4f8c92985017f8ec8cf818d78e
+MD5 (cooledit-3.11.0.tar.gz) = 833b06b605533a85c48d2385e2ce445f
Index: cooledit/patches/patch-aa
===================================================================
RCS file: patch-aa
diff -N patch-aa
--- /tmp/cvsp93894	Sun Jun  6 02:32:18 1999
+++ /dev/null	Sun Jun  6 02:29:02 1999
@@ -1,23 +0,0 @@
---- icon/Makefile.in.orig	Sat Mar 13 16:48:21 1999
-+++ icon/Makefile.in	Tue Apr  6 12:02:40 1999
-@@ -95,8 +95,7 @@
- VERSION = @VERSION@
- l = @l@
- 
--bin_PROGRAMS = coolicon coolicon.static coolbrowse coolbrowse.static coolmessage coolmessage.static \
--    coollistbox coollistbox.static  coolquery coolquery.static coolinput coolinput.static
-+bin_PROGRAMS = coolicon coolbrowse coolmessage coollistbox coolquery coolinput 
- 
- INCLUDES = -I$(top_srcdir)/widget -I$(top_srcdir) -I$(top_srcdir)/intl
- 
-@@ -199,8 +198,8 @@
- 
- TAR = tar
- GZIP = --best
--SOURCES = $(coolicon_SOURCES) $(coolicon_static_SOURCES) $(coolbrowse_SOURCES) $(coolbrowse_static_SOURCES) $(coolmessage_SOURCES) $(coolmessage_static_SOURCES) $(coollistbox_SOURCES) $(coollistbox_static_SOURCES) $(coolquery_SOURCES) $(coolquery_static_SOURCES) $(coolinput_SOURCES) $(coolinput_static_SOURCES)
--OBJECTS = $(coolicon_OBJECTS) $(coolicon_static_OBJECTS) $(coolbrowse_OBJECTS) $(coolbrowse_static_OBJECTS) $(coolmessage_OBJECTS) $(coolmessage_static_OBJECTS) $(coollistbox_OBJECTS) $(coollistbox_static_OBJECTS) $(coolquery_OBJECTS) $(coolquery_static_OBJECTS) $(coolinput_OBJECTS) $(coolinput_static_OBJECTS)
-+SOURCES = $(coolicon_SOURCES) $(coolbrowse_SOURCES) $(coolmessage_SOURCES) $(coollistbox_SOURCES) $(coolquery_SOURCES) $(coolinput_SOURCES) 
-+OBJECTS = $(coolicon_OBJECTS) $(coolbrowse_OBJECTS) $(coolmessage_OBJECTS) $(coollistbox_OBJECTS) $(coolquery_OBJECTS) $(coolinput_OBJECTS) 
- 
- all: Makefile $(PROGRAMS)
- 
Index: cooledit/patches/patch-ab
===================================================================
RCS file: patch-ab
diff -N patch-ab
--- /tmp/cvsg93894	Sun Jun  6 02:32:18 1999
+++ /dev/null	Sun Jun  6 02:29:02 1999
@@ -1,22 +0,0 @@
---- editor/Makefile.in.orig	Sat Mar 13 16:48:21 1999
-+++ editor/Makefile.in	Mon Apr  5 14:18:46 1999
-@@ -95,7 +95,7 @@
- VERSION = @VERSION@
- l = @l@
- 
--bin_PROGRAMS = cooledit smalledit coolman cooledit.static smalledit.static coolman.static
-+bin_PROGRAMS = cooledit smalledit coolman
- 
- INCLUDES = -I$(top_srcdir)/widget -I$(top_srcdir) -I$(top_srcdir)/intl @PYTHON_INCLUDES@
- 
-@@ -170,8 +170,8 @@
- 
- TAR = tar
- GZIP = --best
--SOURCES = $(cooledit_SOURCES) $(smalledit_SOURCES) $(coolman_SOURCES) $(cooledit_static_SOURCES) $(smalledit_static_SOURCES) $(coolman_static_SOURCES)
--OBJECTS = $(cooledit_OBJECTS) $(smalledit_OBJECTS) $(coolman_OBJECTS) $(cooledit_static_OBJECTS) $(smalledit_static_OBJECTS) $(coolman_static_OBJECTS)
-+SOURCES = $(cooledit_SOURCES) $(smalledit_SOURCES) $(coolman_SOURCES)
-+OBJECTS = $(cooledit_OBJECTS) $(smalledit_OBJECTS) $(coolman_OBJECTS)
- 
- all: Makefile $(PROGRAMS)
- 
Index: cooledit/pkg/PLIST
===================================================================
RCS file: /cvs/FreeBSD/ports/editors/cooledit/pkg/PLIST,v
retrieving revision 1.8
diff -u -r1.8 PLIST
--- PLIST	1999/06/05 19:00:15	1.8
+++ PLIST	1999/06/06 10:08:21
@@ -1,37 +1,19 @@
+bin/coolbrowse
 bin/cooledit
-bin/smalledit
-bin/coolman
 bin/coolicon
-bin/coolbrowse
-bin/coolmessage
+bin/coolinput
 bin/coollistbox
+bin/coolman
+bin/coolmessage
 bin/coolquery
-bin/coolinput
+bin/smalledit
+bin/ttyname_stop
+lib/libCw.a
+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
-lib/coolicon/browse.xpm
-lib/coolicon/cooledit.xpm
-lib/coolicon/coolicon.config
-lib/coolicon/dynamite.xpm
-lib/coolicon/e.data
-lib/coolicon/launch.xpm
-lib/coolicon/manual.xpm
-lib/coolicon/mc.xpm
-lib/coolicon/netscape.xpm
-lib/coolicon/nscape.xpm
-lib/coolicon/phonedown.xpm
-lib/coolicon/phoneup.xpm
-lib/coolicon/printer.xpm
-lib/coolicon/spanner.xpm
-lib/coolicon/xterm.xpm
-lib/coolicon/xv.xpm
-lib/coolicon/cdrom_eject.xpm
-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
@@ -48,21 +30,46 @@
 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
+lib/cooledit/syntax/swig.syntax
+lib/cooledit/syntax/texinfo.syntax
+lib/cooledit/syntax/unknown.syntax
+lib/coolicon/browse.xpm
+lib/coolicon/cdrom_eject.xpm
+lib/coolicon/cdrom_view.xpm
+lib/coolicon/cooledit.xpm
+lib/coolicon/coolicon.config
+lib/coolicon/dynamite.xpm
+lib/coolicon/e.data
+lib/coolicon/gmc.xpm
+lib/coolicon/launch.xpm
+lib/coolicon/lyx.xpm
+lib/coolicon/manual.xpm
+lib/coolicon/mc.xpm
+lib/coolicon/modify-xinitrc
+lib/coolicon/netscape.xpm
+lib/coolicon/nscape.xpm
+lib/coolicon/phonedown.xpm
+lib/coolicon/phoneup.xpm
+lib/coolicon/printer.xpm
+lib/coolicon/spanner.xpm
+lib/coolicon/xterm.xpm
+lib/coolicon/xv.xpm
 share/locale/cs/LC_MESSAGES/cooledit.mo
-share/locale/es/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/pt/LC_MESSAGES/cooledit.mo
 share/locale/no/LC_MESSAGES/cooledit.mo
 share/locale/pl/LC_MESSAGES/cooledit.mo
-share/locale/fi/LC_MESSAGES/cooledit.mo
-share/locale/ja/LC_MESSAGES/cooledit.mo
-share/locale/ko/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 lib/coolicon
 @dirrm lib/cooledit/syntax
 @dirrm lib/cooledit

-Chris

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990606093449.163E61480>