Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Nov 2006 02:10:47 -0500
From:      James Bailie <jimmy@mammothcheese.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105858: Update Port:  lang/munger => 4.116
Message-ID:  <20061126070956.98A5743D5C@mx1.FreeBSD.org>
Resent-Message-ID: <200611260720.kAQ7K8dW013374@freefall.freebsd.org>

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

>Number:         105858
>Category:       ports
>Synopsis:       Update Port:  lang/munger => 4.116
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 26 07:20:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     James Bailie
>Release:        FreeBSD 6.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD localhost 6.1-RELEASE-p9 FreeBSD 6.1-RELEASE-p9 #11: Sat Nov 18 01:58:17 EST 2006 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	Tue Nov 21 15:10:40 2006
+++ ./munger/Makefile	Sun Nov 26 01:56:38 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	munger
-PORTVERSION=	4.115
+PORTVERSION=	4.116
 CATEGORIES=	lang
 MASTER_SITES=	http://www.mammothcheese.ca/
 
diff -ruN /usr/ports/lang/munger/distinfo ./munger/distinfo
--- /usr/ports/lang/munger/distinfo	Tue Nov 21 15:10:41 2006
+++ ./munger/distinfo	Sun Nov 26 02:01:19 2006
@@ -1,3 +1,3 @@
-MD5 (munger-4.115.tar.gz) = 88e6257c60814131c8bfe2e584d9ecb5
-SHA256 (munger-4.115.tar.gz) = 827d66ee177983c92bcfbd87e67e73b00a27c495e07e8125b718791b10b610e9
-SIZE (munger-4.115.tar.gz) = 287585
+MD5 (munger-4.116.tar.gz) = 6462677383f794aa42bd45a69572cf1f
+SHA256 (munger-4.116.tar.gz) = 0df70c24b3062cf9bb58152dde9bbbc8c0855b37133375d1af29c39a5e807136
+SIZE (munger-4.116.tar.gz) = 293496
diff -ruN /usr/ports/lang/munger/pkg-descr ./munger/pkg-descr
--- /usr/ports/lang/munger/pkg-descr	Wed Jul 27 13:32:01 2005
+++ ./munger/pkg-descr	Sun Nov 26 01:50:00 2006
@@ -1,15 +1,18 @@
-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.
+Munger is a simplified, statically-scoped, interpreted lisp specialized for
+writing text processors for 8-bit text.  With Munger the programmer may
+write line-by-line 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.
 
-WWW: http://www.jamesbailie.com/munger.html
+Munger makes it easy to write simple text editors, shells, utility filters,
+CGI scripts, and simple network client and server programs.  Mung (or
+munge) is computer jargon for, "to make repeated changes which individually
+may be reversible, yet which ultimately result in an unintentional
+irreversible destruction of large portions of the original item."  Laugh,
+it's a joke.
+
+WWW: http://www.mammothcheese.ca/munger.html
 
 --
-James Bailie <jimmy@jamesbailie.com>
-http://www.jamesbailie.com
+James Bailie <jimmy@mammothcheese.ca>
+http://www.mammothcheese.ca
diff -ruN /usr/ports/lang/munger/pkg-plist ./munger/pkg-plist
--- /usr/ports/lang/munger/pkg-plist	Tue Nov 21 15:10:41 2006
+++ ./munger/pkg-plist	Sat Nov 25 17:33:54 2006
@@ -1,6 +1,7 @@
 bin/munger
-lib/libmunger.so.8
+lib/libmunger.so.9
 %%DKNS_BIN%%
+%%DATADIR%%/echo.munger
 %%DATADIR%%/msh.munger
 %%DATADIR%%/mbox2munger.munger
 %%DATADIR%%/xml2alist.munger
--- 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?20061126070956.98A5743D5C>