Date: Sun, 24 Jul 2005 17:06:54 -0400 From: James Bailie <jimmy@jamesbailie.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/84016: Update Port: lang/munger => 4.60 Message-ID: <20050724210656.13A4C43D46@mx1.FreeBSD.org> Resent-Message-ID: <200507242110.j6OLAFjf076137@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84016 >Category: ports >Synopsis: Update Port: lang/munger => 4.60 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 24 21:10:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: James Bailie <jimmy@jamesbailie.com> >Release: FreeBSD 5.4-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD localhost 5.4-RELEASE-p4 FreeBSD 5.4-RELEASE-p4 #1: Tue Jul 12 11:27:41 EDT 2005 jbailie@localhost:/usr/obj/usr/src/sys/LOCAL i386 >Description: >How-To-Repeat: >Fix: --- diff.txt begins here --- diff -ruN /usr/ports/lang/munger/Makefile munger/Makefile --- /usr/ports/lang/munger/Makefile Sat Jul 23 15:15:20 2005 +++ munger/Makefile Sat Jul 23 00:52:03 2005 @@ -2,11 +2,11 @@ # Date created: Thu, 03 Jul 2003 20:05:06 EDT # Whom: James Bailie <jimmy@jamesbailie.com> # -# $FreeBSD: ports/lang/munger/Makefile,v 1.7 2005/07/12 15:22:49 sem Exp $ +# $FreeBSD: ports/lang/munger/Makefile,v 1.6 2005/07/04 02:44:03 jylefort Exp $ # PORTNAME= munger -PORTVERSION= 4.57 +PORTVERSION= 4.60 CATEGORIES= lang MASTER_SITES= http://www.jamesbailie.com/ diff -ruN /usr/ports/lang/munger/distinfo munger/distinfo --- /usr/ports/lang/munger/distinfo Sat Jul 23 15:15:20 2005 +++ munger/distinfo Sun Jul 24 16:59:17 2005 @@ -1,2 +1,2 @@ -MD5 (munger-4.57.tar.gz) = 408db3395ca496daa7cad6f01b2b5e71 -SIZE (munger-4.57.tar.gz) = 165092 +MD5 (munger-4.60.tar.gz) = 89bb77d295e5090fb8050b8e41bc770a +SIZE (munger-4.60.tar.gz) = 164778 diff -ruN /usr/ports/lang/munger/pkg-descr munger/pkg-descr --- /usr/ports/lang/munger/pkg-descr Mon Jul 4 07:43:19 2005 +++ munger/pkg-descr Tue Jul 19 02:26:03 2005 @@ -1,13 +1,12 @@ -Munger is a simple, statically-scoped, interpreted lisp that has -line-editor-like access to multiple text buffers. Lines can be inserted, -removed, overwritten, retrieved in whole or in part, with or without tabs -expanded, searched for matches on regular expressions, read from and written -to files, and piped to and from, or filtered through external processes. - -Using regular expressions to search through or transform strings is easy in -Munger. Basic facilities for doing line-oriented I/O and cursor-addressing -are provided. Munger also has interfaces to the FastCGI devkit -(http://www.fastcgi.com), and the SQLite library (http://www.sqlite.org). +Munger is a simplified, statically-scoped, interpreted lisp specialized +for writing text processors for 8-bit text. With Munger the programmer may +write text-processing filters if serial access to the text is sufficient, +or the programmer may load text into buffers and have line-oriented random +access to those lines, if that is more convenient. Buffer lines can be +inserted, removed, overwritten, retrieved in whole or in part, with or +without tabs expanded, searched for matches on regular expressions, read +from and written to files, and piped to and from, or filtered through +external processes. WWW: http://jamesbailie.com/munger.html --- diff.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050724210656.13A4C43D46>