summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorlawrance <lawrance@FreeBSD.org>2005-04-23 10:29:29 +0000
committerlawrance <lawrance@FreeBSD.org>2005-04-23 10:29:29 +0000
commit3edf3c886f13bcee0b455534637b0b0d1d990b58 (patch)
tree2c04b686f772d2d0725e382b45e875556265d373 /lang
parentbeceadc098a06c50e17ac124048530c853ec0b92 (diff)
downloadFreeBSD-ports-3edf3c886f13bcee0b455534637b0b0d1d990b58.zip
FreeBSD-ports-3edf3c886f13bcee0b455534637b0b0d1d990b58.tar.gz
- Update lang/munger to 4.53 [1]
- Remove some no-ops in the way of !PACKAGE_BUILDING wrapped OPTIONS and setting NOPORTDOCS - Shuffle a little to pacify portlinT PR: ports/79247 [1] Submitted by: James Bailie <jimmy@jamesbailie.com> (maintainer) Approved by: clement (mentor)
Diffstat (limited to 'lang')
-rw-r--r--lang/munger/Makefile16
-rw-r--r--lang/munger/distinfo4
-rw-r--r--lang/munger/pkg-descr7
-rw-r--r--lang/munger/pkg-plist2
4 files changed, 9 insertions, 20 deletions
diff --git a/lang/munger/Makefile b/lang/munger/Makefile
index c54c786..f546efd 100644
--- a/lang/munger/Makefile
+++ b/lang/munger/Makefile
@@ -6,34 +6,22 @@
#
PORTNAME= munger
-PORTVERSION= 4.44
+PORTVERSION= 4.54
CATEGORIES= lang
MASTER_SITES= http://www.jamesbailie.com/
MAINTAINER= jimmy@jamesbailie.com
COMMENT= Static lisp interpreter with text processing abilities
-PLIST_SUB= MUNGER_VERSION=${PORTVERSION}
-
LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2
MAN1= munger.1 httpf.1 xml2munger.1
MANCOMPRESSED= yes
+PLIST_SUB= MUNGER_VERSION=${PORTVERSION}
-.if !defined(PACKAGE_BUILDING)
-IS_INTERACTIVE= yes
OPTIONS= FCGI "include FastCGI interface" on \
SQL "include SQLite interface" on \
TERM "include character-I/O functions" on
-.else
-WITH_SQL= yes
-WITH_FCGI= yes
-WITH_TERM= yes
-.endif
-
-# Prevents SQLite from obnoxiously installing Tcl/Tk merely to build its docs.
-
-NOPORTDOCS= yes
.include <bsd.port.pre.mk>
diff --git a/lang/munger/distinfo b/lang/munger/distinfo
index 86e6740..fd2033d 100644
--- a/lang/munger/distinfo
+++ b/lang/munger/distinfo
@@ -1,2 +1,2 @@
-MD5 (munger-4.44.tar.gz) = 71f2eb32a7969d4da2aea79702cec131
-SIZE (munger-4.44.tar.gz) = 169294
+MD5 (munger-4.54.tar.gz) = 531e0139399d5a8f45ca938e8848fea8
+SIZE (munger-4.54.tar.gz) = 164094
diff --git a/lang/munger/pkg-descr b/lang/munger/pkg-descr
index 7d1f50a..fd02bc8 100644
--- a/lang/munger/pkg-descr
+++ b/lang/munger/pkg-descr
@@ -9,5 +9,8 @@ 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://www.jamesbailie.com/munger.html
-Author: James Bailie <jimmy@jamesbailie.com>
+WWW: http://jamesbailie.com/munger.html
+
+--
+James Bailie <jimmy@jamesbailie.com>
+http://jamesbailie.com
diff --git a/lang/munger/pkg-plist b/lang/munger/pkg-plist
index 7d4ca5e..864c0cb 100644
--- a/lang/munger/pkg-plist
+++ b/lang/munger/pkg-plist
@@ -6,8 +6,6 @@ share/munger-%%MUNGER_VERSION%%/mime2munger.munger
share/munger-%%MUNGER_VERSION%%/google.munger
share/munger-%%MUNGER_VERSION%%/google.template
share/munger-%%MUNGER_VERSION%%/ed.munger
-share/munger-%%MUNGER_VERSION%%/xml2lisp.munger
-share/munger-%%MUNGER_VERSION%%/xml2lisp2.munger
share/munger-%%MUNGER_VERSION%%/xmlquery.munger
share/munger-%%MUNGER_VERSION%%/filter.munger
share/munger-%%MUNGER_VERSION%%/tags.munger
OpenPOWER on IntegriCloud