Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2005 04:30:30 GMT
From:      James Bailie <jimmy@jamesbailie.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/84016: Update Port: lang/munger => 4.60
Message-ID:  <200507250430.j6P4UTjQ054096@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/84016; it has been noted by GNATS.

From: James Bailie <jimmy@jamesbailie.com>
To: bug-followup@FreeBSD.org,  jimmy@jamesbailie.com
Cc:  
Subject: Re: ports/84016: Update Port: lang/munger => 4.60
Date: Mon, 25 Jul 2005 00:26:57 -0400

 This is a multi-part message in MIME format.
 --------------090708030806010603020702
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Submitted PR has wrong checksum.  Correct diff attached.
 
 -- 
 James Bailie <jimmy@jamesbailie.com>
 http://www.jamesbailie.com
 
 --------------090708030806010603020702
 Content-Type: text/plain;
  name="diff.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="diff.txt"
 
 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 23:50:19 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) = d9817334edf7fe7687c05e5447dfa2ee
 +SIZE (munger-4.60.tar.gz) = 164827
 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	Sun Jul 24 21:45:57 2005
 @@ -1,15 +1,14 @@
 -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.
 +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.
  
 -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).
 -
 -WWW: http://jamesbailie.com/munger.html
 +WWW: http://www.jamesbailie.com/munger.html
  
  --
  James Bailie <jimmy@jamesbailie.com>
 
 --------------090708030806010603020702--



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