diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-27 02:28:08 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-27 02:28:08 +0000 |
commit | 33ac70fe3645dba2fb31e3e785a8f3e3dcf720d3 (patch) | |
tree | f9f8f7665e30e5ffe7ab654b61aee9b692c5cadd /lang/munger | |
parent | 3145cd4531994688e4b4df8e05133fa43e454870 (diff) | |
download | ports-33ac70fe3645dba2fb31e3e785a8f3e3dcf720d3.tar.gz ports-33ac70fe3645dba2fb31e3e785a8f3e3dcf720d3.zip |
Notes
Diffstat (limited to 'lang/munger')
-rw-r--r-- | lang/munger/Makefile | 2 | ||||
-rw-r--r-- | lang/munger/distinfo | 6 | ||||
-rw-r--r-- | lang/munger/pkg-descr | 27 | ||||
-rw-r--r-- | lang/munger/pkg-plist | 3 |
4 files changed, 21 insertions, 17 deletions
diff --git a/lang/munger/Makefile b/lang/munger/Makefile index d1d02dff325c..5282e5b790bc 100644 --- a/lang/munger/Makefile +++ b/lang/munger/Makefile @@ -6,7 +6,7 @@ # PORTNAME= munger -PORTVERSION= 4.115 +PORTVERSION= 4.116 CATEGORIES= lang MASTER_SITES= http://www.mammothcheese.ca/ diff --git a/lang/munger/distinfo b/lang/munger/distinfo index 021189d60635..e25d378ce2e6 100644 --- a/lang/munger/distinfo +++ b/lang/munger/distinfo @@ -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 --git a/lang/munger/pkg-descr b/lang/munger/pkg-descr index 652e89984cc7..e0f6aa0d960d 100644 --- a/lang/munger/pkg-descr +++ b/lang/munger/pkg-descr @@ -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 --git a/lang/munger/pkg-plist b/lang/munger/pkg-plist index ac536cd13c67..588485e5d0a4 100644 --- a/lang/munger/pkg-plist +++ b/lang/munger/pkg-plist @@ -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 |