- 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)
This commit is contained in:
Sam Lawrance 2005-04-23 10:29:29 +00:00
parent d330210a51
commit 7d506050c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133988
4 changed files with 9 additions and 20 deletions

View File

@ -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>

View File

@ -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

View File

@ -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

View File

@ -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