USE_GROFF=Yes

This commit is contained in:
espie 2010-10-19 07:54:21 +00:00
parent 156274ce82
commit dcaa846fde
205 changed files with 410 additions and 205 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2007/09/15 20:59:36 merdely Exp $ # $OpenBSD: Makefile,v 1.20 2010/10/19 07:54:21 espie Exp $
COMMENT= approximate grep (fast approximate pattern-matching tool) COMMENT= approximate grep (fast approximate pattern-matching tool)
@ -20,6 +20,7 @@ MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
ALL_TARGET= ALL_TARGET=
USE_GROFF = Yes
NO_REGRESS= Yes NO_REGRESS= Yes
do-install: do-install:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2007/09/15 20:59:37 merdely Exp $ # $OpenBSD: Makefile,v 1.25 2010/10/19 07:54:21 espie Exp $
COMMENT= converts MSWord Documents to ASCII Text and PostScript COMMENT= converts MSWord Documents to ASCII Text and PostScript
@ -21,6 +21,7 @@ WANTLIB= c
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS} -Wall -DNDEBUG" \ MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS} -Wall -DNDEBUG" \
LD="${CC}" LD="${CC}"
USE_GROFF = Yes
NO_REGRESS= Yes NO_REGRESS= Yes
DOCS= FAQ Netscape QandA ReadMe Mutt DOCS= FAQ Netscape QandA ReadMe Mutt

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2010/08/31 07:41:46 jasper Exp $ # $OpenBSD: Makefile,v 1.9 2010/10/19 07:54:21 espie Exp $
COMMENT= text document format for writing documents and man pages COMMENT= text document format for writing documents and man pages
@ -26,6 +26,7 @@ RUN_DEPENDS= ::misc/gnugetopt \
NO_BUILD= Yes NO_BUILD= Yes
NO_REGRESS= Yes NO_REGRESS= Yes
USE_GROFF = Yes
post-configure: post-configure:
@perl -pi -e 's,/usr/bin/env python,/usr/bin/env ${MODPY_BIN},g' \ @perl -pi -e 's,/usr/bin/env python,/usr/bin/env ${MODPY_BIN},g' \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2009/08/18 23:15:16 jolan Exp $ # $OpenBSD: Makefile,v 1.24 2010/10/19 07:54:21 espie Exp $
COMMENT= spell checker designed to eventually replace Ispell COMMENT= spell checker designed to eventually replace Ispell
@ -30,6 +30,7 @@ WANTLIB= c m ncurses stdc++
MODULES= devel/gettext MODULES= devel/gettext
USE_LIBTOOL= Yes USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2010/09/12 20:43:18 jasper Exp $ # $OpenBSD: Makefile,v 1.9 2010/10/19 07:54:21 espie Exp $
COMMENT= boustrophedon text reader COMMENT= boustrophedon text reader
DISTNAME= boust-0.161 DISTNAME= boust-0.161
@ -18,6 +18,7 @@ MASTER_SITES= ${HOMEPAGE}bin/
RUN_DEPENDS= ::x11/tk/8.4 RUN_DEPENDS= ::x11/tk/8.4
USE_X11= Yes USE_X11= Yes
USE_GROFF = Yes
NO_BUILD= Yes NO_BUILD= Yes
NO_REGRESS= Yes NO_REGRESS= Yes
PKG_ARCH= * PKG_ARCH= *

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2007/09/15 20:59:37 merdely Exp $ # $OpenBSD: Makefile,v 1.18 2010/10/19 07:54:21 espie Exp $
COMMENT= C-language sources to HTML converter COMMENT= C-language sources to HTML converter
@ -18,6 +18,7 @@ WANTLIB= c
CONFIGURE_STYLE= gnu CONFIGURE_STYLE= gnu
USE_GROFF = Yes
NO_REGRESS= Yes NO_REGRESS= Yes
do-install: do-install:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2007/09/15 20:59:37 merdely Exp $ # $OpenBSD: Makefile,v 1.26 2010/10/19 07:54:21 espie Exp $
COMMENT= MS Word, Excel, Powerpoint ==> ASCII or TeX COMMENT= MS Word, Excel, Powerpoint ==> ASCII or TeX
@ -27,6 +27,7 @@ CONFIGURE_ARGS+=--disable-wordview
.endif .endif
CONFIGURE_STYLE=gnu dest CONFIGURE_STYLE=gnu dest
USE_GROFF = Yes
NO_REGRESS= Yes NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/09/24 18:50:34 jasper Exp $ # $OpenBSD: Makefile,v 1.5 2010/10/19 07:54:21 espie Exp $
COMMENT = convert DocBook to LaTeX, DVI, PostScript, and PDF COMMENT = convert DocBook to LaTeX, DVI, PostScript, and PDF
DISTNAME = dblatex-0.3 DISTNAME = dblatex-0.3
@ -27,6 +27,7 @@ RUN_DEPENDS = ::print/texlive/base \
::textproc/docbook-xsl \ ::textproc/docbook-xsl \
:ImageMagick-*:graphics/ImageMagick :ImageMagick-*:graphics/ImageMagick
BUILD_DEPENDS = ${RUN_DEPENDS} BUILD_DEPENDS = ${RUN_DEPENDS}
USE_GROFF = Yes
NO_REGRESS = Yes NO_REGRESS = Yes
SUBST_VARS += LOCALBASE MODPY_BIN SUBST_VARS += LOCALBASE MODPY_BIN

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2008/09/07 09:21:06 simon Exp $ # $OpenBSD: Makefile,v 1.12 2010/10/19 07:54:21 espie Exp $
COMMENT= accumulates and displays statistics from a diff file COMMENT= accumulates and displays statistics from a diff file
@ -18,6 +18,7 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB= c WANTLIB= c
CONFIGURE_STYLE= gnu CONFIGURE_STYLE= gnu
USE_GROFF = Yes
MAKE_FILE= makefile MAKE_FILE= makefile

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2010/09/12 16:49:09 jasper Exp $ # $OpenBSD: Makefile,v 1.4 2010/10/19 07:54:21 espie Exp $
COMMENT = fast C implementation of Markdown COMMENT = fast C implementation of Markdown
@ -30,6 +30,7 @@ TAR = ${LOCALBASE}/bin/gtar
INSTALL_TARGET = install.everything INSTALL_TARGET = install.everything
REGRESS_TARGET = test REGRESS_TARGET = test
USE_GROFF = Yes
pre-configure: pre-configure:
@perl -pi -e 's,\./markdown,\./discount,' ${WRKSRC}/tests/*.t @perl -pi -e 's,\./markdown,\./discount,' ${WRKSRC}/tests/*.t

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2009/10/11 23:47:12 ajacoutot Exp $ # $OpenBSD: Makefile,v 1.11 2010/10/19 07:54:21 espie Exp $
COMMENT= generic spell checking library/wrapper COMMENT= generic spell checking library/wrapper
@ -29,6 +29,7 @@ RUN_DEPENDS= ::x11/dbus-glib
MODULES= devel/gettext MODULES= devel/gettext
USE_LIBTOOL= Yes USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2010/09/23 22:14:09 jeremy Exp $ # $OpenBSD: Makefile,v 1.14 2010/10/19 07:54:21 espie Exp $
SHARED_ONLY= Yes SHARED_ONLY= Yes
@ -32,6 +32,7 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
MAKE_ENV= LIBeruby_MAJOR=${LIBeruby_VERSION:R} \ MAKE_ENV= LIBeruby_MAJOR=${LIBeruby_VERSION:R} \
LIBeruby_MINOR=${LIBeruby_VERSION:E} LIBeruby_MINOR=${LIBeruby_VERSION:E}
USE_GROFF = Yes
NO_REGRESS= Yes NO_REGRESS= Yes
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/09/04 01:37:37 william Exp $ # $OpenBSD: Makefile,v 1.2 2010/10/19 07:54:21 espie Exp $
COMMENT = cpp-like generic file pre-processor COMMENT = cpp-like generic file pre-processor
@ -19,6 +19,7 @@ CONFIGURE_STYLE = gnu dest
NO_BUILD = Yes NO_BUILD = Yes
PKG_ARCH = * PKG_ARCH = *
REGRESS_TARGET = fulltest REGRESS_TARGET = fulltest
USE_GROFF = Yes
post-configure: post-configure:
@perl -pi -e 's,\$${DESTDIR},,g;' ${WRKSRC}/filepp @perl -pi -e 's,\$${DESTDIR},,g;' ${WRKSRC}/filepp

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2007/09/15 20:59:38 merdely Exp $ # $OpenBSD: Makefile,v 1.13 2010/10/19 07:54:21 espie Exp $
COMMENT= GNU versions of the diff utilities COMMENT= GNU versions of the diff utilities
@ -25,5 +25,6 @@ CONFIGURE_ARGS= --program-prefix=g
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
USE_GROFF = Yes
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2008/02/14 21:00:00 merdely Exp $ # $OpenBSD: Makefile,v 1.20 2010/10/19 07:54:21 espie Exp $
COMMENT= text search engine COMMENT= text search engine
@ -21,6 +21,7 @@ pre-configure:
chmod ugo+x ${WRKSRC}/configure chmod ugo+x ${WRKSRC}/configure
CFLAGS+=-D__STRICT_ANSI__ -Dlog=mylog CFLAGS+=-D__STRICT_ANSI__ -Dlog=mylog
USE_GROFF = Yes
VMEM_WARNING= Yes VMEM_WARNING= Yes
NO_REGRESS= Yes NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/07/21 21:27:44 steven Exp $ # $OpenBSD: Makefile,v 1.6 2010/10/19 07:54:21 espie Exp $
COMMENT = query the online Dutch Van Dale dictionary COMMENT = query the online Dutch Van Dale dictionary
DISTNAME = gnuvd-1.0.11 DISTNAME = gnuvd-1.0.11
@ -19,5 +19,6 @@ MASTER_SITES = ${HOMEPAGE}
WANTLIB = c WANTLIB = c
CONFIGURE_STYLE = gnu CONFIGURE_STYLE = gnu
USE_GROFF = Yes
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/17 08:39:53 sturm Exp $ # $OpenBSD: Makefile,v 1.2 2010/10/19 07:54:22 espie Exp $
COMMENT= GNU stream editor COMMENT= GNU stream editor
@ -26,5 +26,6 @@ BUILD_DEPENDS= ::devel/bison
CONFIGURE_STYLE= gnu CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --program-prefix=g CONFIGURE_ARGS+= --program-prefix=g
USE_GMAKE= Yes USE_GMAKE= Yes
USE_GROFF = Yes
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/10/18 13:44:30 jasper Exp $ # $OpenBSD: Makefile,v 1.5 2010/10/19 07:54:22 espie Exp $
SHARED_ONLY= Yes SHARED_ONLY= Yes
@ -55,5 +55,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
-I${LOCALBASE}/include/db4" \ -I${LOCALBASE}/include/db4" \
LDFLAGS="-L${LOCALBASE}/lib" \ LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="-liconv -lintl" LIBS="-liconv -lintl"
USE_GROFF = Yes
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2007/09/15 20:59:38 merdely Exp $ # $OpenBSD: Makefile,v 1.7 2010/10/19 07:54:22 espie Exp $
COMMENT= grep wrapper with search highlighting COMMENT= grep wrapper with search highlighting
@ -20,6 +20,7 @@ WANTLIB= c termcap
MASTER_SITES= ${HOMEPAGE} MASTER_SITES= ${HOMEPAGE}
DISTFILES= hgrep_04oct1999.tar.gz DISTFILES= hgrep_04oct1999.tar.gz
USE_GROFF = Yes
NO_REGRESS= Yes NO_REGRESS= Yes
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="" MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS=""

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/07/25 15:06:51 benoit Exp $ # $OpenBSD: Makefile,v 1.8 2010/10/19 07:54:22 espie Exp $
COMMENT = convert source code to markup formats COMMENT = convert source code to markup formats
@ -21,6 +21,7 @@ MASTER_SITES = ${HOMEPAGE}/zip/
EXTRACT_SUFX = .tar.bz2 EXTRACT_SUFX = .tar.bz2
USE_GMAKE = Yes USE_GMAKE = Yes
USE_GROFF = Yes
MAKE_FILE = makefile MAKE_FILE = makefile
MAKE_FLAGS = CXX=${CXX} MAKE_FLAGS = CXX=${CXX}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2010/07/21 21:14:47 edd Exp $ # $OpenBSD: Makefile,v 1.4 2010/10/19 07:54:22 espie Exp $
COMMENT = spelling, stemming, morphological analysis and generation COMMENT = spelling, stemming, morphological analysis and generation
@ -33,6 +33,7 @@ CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
--with-readline --with-readline
USE_LIBTOOL = yes USE_LIBTOOL = yes
USE_GROFF = Yes
# default dictionary # default dictionary
RUN_DEPENDS = ::textproc/mozilla-dicts,-en-GB RUN_DEPENDS = ::textproc/mozilla-dicts,-en-GB

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/09/24 15:27:00 jeremy Exp $ # $OpenBSD: Makefile,v 1.8 2010/10/19 07:54:22 espie Exp $
COMMENT= high performance full-text search system COMMENT= high performance full-text search system
@ -26,5 +26,6 @@ LIB_DEPENDS= qdbm.>=14.11::databases/qdbm
CONFIGURE_STYLE= gnu CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} CONFIGURE_ARGS= ${CONFIGURE_SHARED}
USE_GROFF = Yes
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2010/06/01 12:48:47 dcoppa Exp $ # $OpenBSD: Makefile,v 1.13 2010/10/19 07:54:22 espie Exp $
COMMENT= International Components for Unicode COMMENT= International Components for Unicode
@ -29,6 +29,7 @@ MASTER_SITES= http://download.icu-project.org/files/icu4c/${VERSION}/ \
EXTRACT_SUFX= .tgz EXTRACT_SUFX= .tgz
USE_GMAKE= Yes USE_GMAKE= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--enable-static \ --enable-static \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2007/09/15 20:59:38 merdely Exp $ # $OpenBSD: Makefile,v 1.16 2010/10/19 07:54:22 espie Exp $
# #
COMMENT= powerful command-line front end to diff COMMENT= powerful command-line front end to diff
@ -16,6 +16,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
WANTLIB= c WANTLIB= c
USE_GROFF = Yes
do-install: do-install:
${INSTALL_PROGRAM} ${WRKSRC}/idiff ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/idiff ${PREFIX}/bin

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2007/09/15 20:59:38 merdely Exp $ # $OpenBSD: Makefile,v 1.16 2010/10/19 07:54:22 espie Exp $
COMMENT= translate GNU info files into HTML pages COMMENT= translate GNU info files into HTML pages
@ -12,6 +12,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
FAKE_FLAGS= PREFIX=${PREFIX} FAKE_FLAGS= PREFIX=${PREFIX}
USE_GROFF = Yes
post-install: post-install:
${INSTALL_MAN} ${WRKSRC}/info2html.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/info2html.1 ${PREFIX}/man/man1

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2010/10/18 13:44:30 jasper Exp $ # $OpenBSD: Makefile,v 1.18 2010/10/19 07:54:22 espie Exp $
COMMENT= internationalization tool COMMENT= internationalization tool
@ -23,6 +23,7 @@ BUILD_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser
CONFIGURE_STYLE= gnu CONFIGURE_STYLE= gnu
USE_X11= No USE_X11= No
USE_GROFF = Yes
NO_BUILD= Yes # avoid recursive dependency NO_BUILD= Yes # avoid recursive dependency
PKG_ARCH= * PKG_ARCH= *

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.50 2010/08/31 12:35:19 jasper Exp $ # $OpenBSD: Makefile,v 1.51 2010/10/19 07:54:22 espie Exp $
COMMENT-main= interactive spelling checker COMMENT-main= interactive spelling checker
COMMENT-dutch= ispell dictionary for Dutch COMMENT-dutch= ispell dictionary for Dutch
@ -80,6 +80,7 @@ RUN_DEPENDS= ::textproc/ispell
RUN_DEPENDS-main= RUN_DEPENDS-main=
MAKE_FLAGS= TMPDIR=${WRKDIR} MAKE_FLAGS= TMPDIR=${WRKDIR}
USE_GROFF = Yes
NO_REGRESS= Yes NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2008/11/30 18:50:25 steven Exp $ # $OpenBSD: Makefile,v 1.20 2010/10/19 07:54:22 espie Exp $
COMMENT= LaTeX vgrind(1) look-alike COMMENT= LaTeX vgrind(1) look-alike
@ -34,6 +34,7 @@ MAKE_FLAGS= BASEDIR=${PREFIX} \
VERSION=${VERSION} \ VERSION=${VERSION} \
CC='${CC}' CFLAGS='${CFLAGS}' CC='${CC}' CFLAGS='${CFLAGS}'
FAKE_FLAGS= BASEDIR=${WRKINST}${PREFIX} FAKE_FLAGS= BASEDIR=${WRKINST}${PREFIX}
USE_GROFF = Yes
RUN_DEPENDS= ::print/texlive/base RUN_DEPENDS= ::print/texlive/base
BUILD_DEPENDS= ${RUN_DEPENDS} BUILD_DEPENDS= ${RUN_DEPENDS}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.126 2010/08/31 14:35:25 jasper Exp $ # $OpenBSD: Makefile,v 1.127 2010/10/19 07:54:22 espie Exp $
COMMENT-main= XML parsing library COMMENT-main= XML parsing library
COMMENT-python= Python bindings for libxml COMMENT-python= Python bindings for libxml
@ -27,6 +27,7 @@ WANTLIB= m z
MODULES= converters/libiconv MODULES= converters/libiconv
USE_LIBTOOL= Yes USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static CONFIGURE_ARGS+= --enable-static

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.64 2010/08/31 14:35:25 jasper Exp $ # $OpenBSD: Makefile,v 1.65 2010/10/19 07:54:22 espie Exp $
COMMENT-main= XSLT C Library for GNOME COMMENT-main= XSLT C Library for GNOME
COMMENT-python= Python bindings for libxslt COMMENT-python= Python bindings for libxslt
@ -41,6 +41,7 @@ LIB_DEPENDS-main= ${MODGETTEXT_LIB_DEPENDS} \
USE_LIBTOOL= Yes USE_LIBTOOL= Yes
USE_GMAKE= Yes USE_GMAKE= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--with-libxml-include-prefix="${LOCALBASE}/include/" \ --with-libxml-include-prefix="${LOCALBASE}/include/" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2010/08/30 21:47:15 jasper Exp $ # $OpenBSD: Makefile,v 1.10 2010/10/19 07:54:22 espie Exp $
COMMENT= Python program to create FAQ's list from formatted data file COMMENT= Python program to create FAQ's list from formatted data file
@ -24,6 +24,7 @@ MODULES= lang/python
NO_BUILD= Yes NO_BUILD= Yes
NO_REGRESS= Yes NO_REGRESS= Yes
PKG_ARCH= * PKG_ARCH= *
USE_GROFF = Yes
DOCDIR= ${PREFIX}/share/doc/makefaq DOCDIR= ${PREFIX}/share/doc/makefaq

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2009/12/20 21:49:48 kili Exp $ # $OpenBSD: Makefile,v 1.24 2010/10/19 07:54:22 espie Exp $
COMMENT= graphical front end to Unix diff COMMENT= graphical front end to Unix diff
@ -18,6 +18,7 @@ WANTLIB= ICE SM X11 Xau Xdmcp Xext Xmu Xt c m
USE_X11= Yes USE_X11= Yes
USE_MOTIF= any USE_MOTIF= any
USE_GROFF = Yes
CONFIGURE_STYLE=imake CONFIGURE_STYLE=imake
NO_REGRESS= Yes NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2010/09/03 12:38:19 sthen Exp $ # $OpenBSD: Makefile,v 1.20 2010/10/19 07:54:22 espie Exp $
COMMENT = graphic library, pdf parser, viewer and utilities COMMENT = graphic library, pdf parser, viewer and utilities
@ -28,6 +28,7 @@ LIB_DEPENDS = ::graphics/jpeg \
USE_X11 = Yes USE_X11 = Yes
USE_GMAKE = Yes USE_GMAKE = Yes
USE_GROFF = Yes
NO_REGRESS = Yes NO_REGRESS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/07/26 17:01:29 ajacoutot Exp $ # $OpenBSD: Makefile,v 1.5 2010/10/19 07:54:22 espie Exp $
COMMENT= minimal XML library COMMENT= minimal XML library
@ -27,6 +27,7 @@ CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} --disable-threads CONFIGURE_ARGS+= ${CONFIGURE_SHARED} --disable-threads
CONFIGURE_ENV+= LIBmxml_VERSION=${LIBmxml_VERSION} CONFIGURE_ENV+= LIBmxml_VERSION=${LIBmxml_VERSION}
MAKE_ENV+= LIBmxml_VERSION=${LIBmxml_VERSION} MAKE_ENV+= LIBmxml_VERSION=${LIBmxml_VERSION}
USE_GROFF = Yes
NO_REGRESS= Yes NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2010/03/22 01:09:16 sthen Exp $ # $OpenBSD: Makefile,v 1.4 2010/10/19 07:54:22 espie Exp $
COMMENT= small to medium scale full-text search engine COMMENT= small to medium scale full-text search engine
DISTNAME= namazu-2.0.20 DISTNAME= namazu-2.0.20
@ -27,6 +27,7 @@ RUN_DEPENDS= ::archivers/unzip \
::misc/p5-File-MMagic ::misc/p5-File-MMagic
USE_LIBTOOL= Yes USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=--localstatedir=/var/db CONFIGURE_ARGS+=--localstatedir=/var/db
CFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2009/05/03 17:14:24 kili Exp $ # $OpenBSD: Makefile,v 1.3 2010/10/19 07:54:22 espie Exp $
COMMENT= convert OpenDocument Text to plain text COMMENT= convert OpenDocument Text to plain text
@ -21,6 +21,7 @@ MODULES= converters/libiconv
WANTLIB += c z WANTLIB += c z
USE_GMAKE= Yes USE_GMAKE= Yes
USE_GROFF = Yes
NO_REGRESS= Yes NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/24 20:20:31 landry Exp $ # $OpenBSD: Makefile,v 1.2 2010/10/19 07:54:22 espie Exp $
COMMENT= object-oriented SGML parser COMMENT= object-oriented SGML parser
@ -22,6 +22,7 @@ MODULES= devel/gettext textproc/intltool
WANTLIB= c m pthread stdc++ WANTLIB= c m pthread stdc++
USE_LIBTOOL= Yes USE_LIBTOOL= Yes
USE_GMAKE= Yes USE_GMAKE= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
--with-libintl-prefix=${LOCALBASE} --with-libintl-prefix=${LOCALBASE}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2008/11/20 23:37:25 jasper Exp $ # $OpenBSD: Makefile,v 1.8 2010/10/19 07:54:22 espie Exp $
COMMENT= open source tool for summarizing texts COMMENT= open source tool for summarizing texts
DISTNAME= ots-0.4.2 DISTNAME= ots-0.4.2
@ -25,6 +25,7 @@ LIB_DEPENDS= glib-2.0.>=400.8::devel/glib2 \
WANTLIB= c m pcre z WANTLIB= c m pcre z
USE_LIBTOOL=Yes USE_LIBTOOL=Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu CONFIGURE_STYLE=gnu
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2010/07/13 20:14:22 sthen Exp $ # $OpenBSD: Makefile,v 1.12 2010/10/19 07:54:22 espie Exp $
COMMENT= text macro/markup/template language COMMENT= text macro/markup/template language
@ -6,6 +6,7 @@ MODULES= cpan
DISTNAME= Blatte-0.9.4 DISTNAME= Blatte-0.9.4
REVISION= 0 REVISION= 0
HOMEPAGE= http://www.blatte.org/ HOMEPAGE= http://www.blatte.org/
USE_GROFF = Yes
CATEGORIES= textproc CATEGORIES= textproc

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/25 21:33:48 simon Exp $ # $OpenBSD: Makefile,v 1.2 2010/10/19 07:54:22 espie Exp $
COMMENT= manages templates and performs variable interpolation COMMENT= manages templates and performs variable interpolation
MODULES= cpan MODULES= cpan
DISTNAME= CGI-FastTemplate-1.09 DISTNAME= CGI-FastTemplate-1.09
CATEGORIES= textproc www CATEGORIES= textproc www
USE_GROFF = Yes
MAINTAINER= Simon Bertrang <simon@openbsd.org> MAINTAINER= Simon Bertrang <simon@openbsd.org>

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/06/01 16:32:30 simon Exp $ # $OpenBSD: Makefile,v 1.2 2010/10/19 07:54:22 espie Exp $
COMMENT = persistent Markdown processor for Catalyst COMMENT = persistent Markdown processor for Catalyst
MODULES = cpan MODULES = cpan
DISTNAME = Catalyst-Plugin-Markdown-0.01 DISTNAME = Catalyst-Plugin-Markdown-0.01
CATEGORIES = textproc CATEGORIES = textproc
USE_GROFF = Yes
MAINTAINER = Jim Razmus <jim@bonetruck.org> MAINTAINER = Jim Razmus <jim@bonetruck.org>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/07/13 20:14:22 sthen Exp $ # $OpenBSD: Makefile,v 1.7 2010/10/19 07:54:22 espie Exp $
COMMENT= Textile for Catalyst COMMENT= Textile for Catalyst
@ -15,6 +15,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
MODULES= cpan MODULES= cpan
USE_GROFF = Yes
RUN_DEPENDS= ::textproc/p5-Text-Textile \ RUN_DEPENDS= ::textproc/p5-Text-Textile \
::www/p5-Catalyst-Runtime ::www/p5-Catalyst-Runtime

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/07/13 20:14:22 sthen Exp $ # $OpenBSD: Makefile,v 1.6 2010/10/19 07:54:22 espie Exp $
COMMENT= unicode-aware catalyst COMMENT= unicode-aware catalyst
@ -13,6 +13,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
MODULES= cpan MODULES= cpan
USE_GROFF = Yes
RUN_DEPENDS= ::www/p5-Catalyst-Runtime RUN_DEPENDS= ::www/p5-Catalyst-Runtime
# the following dependencies are actually REGRESS_DEPENDS, but # the following dependencies are actually REGRESS_DEPENDS, but

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/07/13 20:14:22 sthen Exp $ # $OpenBSD: Makefile,v 1.6 2010/10/19 07:54:22 espie Exp $
COMMENT= catalyst TT views with explicit UTF8 encoding COMMENT= catalyst TT views with explicit UTF8 encoding
@ -6,6 +6,7 @@ MODULES= cpan
REVISION= 0 REVISION= 0
DISTNAME= Catalyst-View-TT-ForceUTF8-0.06 DISTNAME= Catalyst-View-TT-ForceUTF8-0.06
CATEGORIES= textproc devel CATEGORIES= textproc devel
USE_GROFF = Yes
# Artistic + GPL # Artistic + GPL
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.3 2007/09/15 20:59:39 merdely Exp $ # $OpenBSD: Makefile,v 1.4 2010/10/19 07:54:22 espie Exp $
COMMENT= use shorter names in catalyst tt views COMMENT= use shorter names in catalyst tt views
MODULES= cpan MODULES= cpan
DISTNAME= Catalyst-View-TT-FunctionGenerator-0.01 DISTNAME= Catalyst-View-TT-FunctionGenerator-0.01
CATEGORIES= textproc devel CATEGORIES= textproc devel
USE_GROFF = Yes
# Artistic + GPL # Artistic + GPL
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2009/05/06 22:44:25 simon Exp $ # $OpenBSD: Makefile,v 1.10 2010/10/19 07:54:22 espie Exp $
COMMENT= Template Toolkit views for Catalyst COMMENT= Template Toolkit views for Catalyst
@ -14,6 +14,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
MODULES= cpan MODULES= cpan
USE_GROFF = Yes
RUN_DEPENDS= ::devel/p5-Data-Dump \ RUN_DEPENDS= ::devel/p5-Data-Dump \
::devel/p5-Class-Accessor \ ::devel/p5-Class-Accessor \

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2008/12/07 06:53:27 simon Exp $ # $OpenBSD: Makefile,v 1.7 2010/10/19 07:54:22 espie Exp $
COMMENT= XSLT Views for catalyst COMMENT= XSLT Views for catalyst
MODULES= cpan MODULES= cpan
DISTNAME= Catalyst-View-XSLT-0.06 DISTNAME= Catalyst-View-XSLT-0.06
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
# Perl # Perl
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2008/06/13 19:00:22 merdely Exp $ # $OpenBSD: Makefile,v 1.7 2010/10/19 07:54:22 espie Exp $
COMMENT= Find RFC 822 email addresses in plain text COMMENT= Find RFC 822 email addresses in plain text
MODULES= cpan MODULES= cpan
DISTNAME= Email-Find-0.10 DISTNAME= Email-Find-0.10
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
RUN_DEPENDS= ::mail/p5-Mail-Tools ::mail/p5-Email-Valid RUN_DEPENDS= ::mail/p5-Mail-Tools ::mail/p5-Email-Valid
BUILD_DEPENDS= ${RUN_DEPENDS} BUILD_DEPENDS= ${RUN_DEPENDS}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2010/09/24 15:37:42 sthen Exp $ # $OpenBSD: Makefile,v 1.3 2010/10/19 07:54:22 espie Exp $
SHARED_ONLY = Yes SHARED_ONLY = Yes
@ -8,6 +8,7 @@ MODULES = cpan
DISTNAME = Encode-Detect-1.01 DISTNAME = Encode-Detect-1.01
REVISION= 0 REVISION= 0
CATEGORIES = textproc CATEGORIES = textproc
USE_GROFF = Yes
WANTLIB += stdc++ WANTLIB += stdc++

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2008/09/08 00:11:47 jasper Exp $ # $OpenBSD: Makefile,v 1.7 2010/10/19 07:54:22 espie Exp $
COMMENT= perl interface to Adobe Font Metrics files COMMENT= perl interface to Adobe Font Metrics files
MODULES= cpan MODULES= cpan
DISTNAME= Font-AFM-1.20 DISTNAME= Font-AFM-1.20
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
# perl # perl
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.21 2008/09/08 00:04:14 jasper Exp $ # $OpenBSD: Makefile,v 1.22 2010/10/19 07:54:22 espie Exp $
COMMENT= perl module for TrueType font hacking COMMENT= perl module for TrueType font hacking
MODULES= cpan MODULES= cpan
DISTNAME= Font-TTF-0.45 DISTNAME= Font-TTF-0.45
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
# Artistic # Artistic
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/07/13 20:14:22 sthen Exp $ # $OpenBSD: Makefile,v 1.5 2010/10/19 07:54:22 espie Exp $
COMMENT= summarize HTML pages COMMENT= summarize HTML pages
@ -6,6 +6,7 @@ MODULES= cpan
DISTNAME= HTML-Summary-0.017 DISTNAME= HTML-Summary-0.017
REVISION= 0 REVISION= 0
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
PERMIT_DISTFILES_CDROM= No permission PERMIT_DISTFILES_CDROM= No permission
PERMIT_DISTFILES_FTP= No permission PERMIT_DISTFILES_FTP= No permission

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/09/23 19:38:17 jasper Exp $ # $OpenBSD: Makefile,v 1.6 2010/10/19 07:54:22 espie Exp $
COMMENT= parse, analyze and manipulate LaTeX documents COMMENT= parse, analyze and manipulate LaTeX documents
@ -6,6 +6,7 @@ DISTNAME= LaTeX-TOM-1.00
CATEGORIES= textproc CATEGORIES= textproc
MODULES= cpan MODULES= cpan
USE_GROFF = Yes
# perl # perl
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2010/09/24 15:37:42 sthen Exp $ # $OpenBSD: Makefile,v 1.12 2010/10/19 07:54:22 espie Exp $
SHARED_ONLY= Yes SHARED_ONLY= Yes
@ -8,6 +8,7 @@ MODULES= cpan
DISTNAME= XML-LibXML-Common-0.13 DISTNAME= XML-LibXML-Common-0.13
REVISION= 1 REVISION= 1
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
LIB_DEPENDS= xml2.>=7::textproc/libxml LIB_DEPENDS= xml2.>=7::textproc/libxml

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2007/09/15 20:59:39 merdely Exp $ # $OpenBSD: Makefile,v 1.9 2010/10/19 07:54:22 espie Exp $
COMMENT= perl module collection for working with XML COMMENT= perl module collection for working with XML
@ -8,6 +8,7 @@ DISTNAME= libxml-perl-${VERSION}
PKGNAME= p5-Libxml-${VERSION}p0 PKGNAME= p5-Libxml-${VERSION}p0
CATEGORIES= textproc CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
USE_GROFF = Yes
RUN_DEPENDS= :p5-XML-Parser->=2.19:textproc/p5-XML-Parser RUN_DEPENDS= :p5-XML-Parser->=2.19:textproc/p5-XML-Parser
BUILD_DEPENDS= ${RUN_DEPENDS} BUILD_DEPENDS= ${RUN_DEPENDS}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/04 13:20:55 jasper Exp $ # $OpenBSD: Makefile,v 1.2 2010/10/19 07:54:23 espie Exp $
COMMENT= measure readability of English text COMMENT= measure readability of English text
@ -6,6 +6,7 @@ DISTNAME= Lingua-EN-Fathom-1.12
CATEGORIES= textproc CATEGORIES= textproc
MODULES= cpan MODULES= cpan
USE_GROFF = Yes
# perl # perl
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.3 2007/09/15 20:59:39 merdely Exp $ # $OpenBSD: Makefile,v 1.4 2010/10/19 07:54:23 espie Exp $
COMMENT= force number of words to singular or plural COMMENT= force number of words to singular or plural
MODULES= cpan MODULES= cpan
DISTNAME= Lingua-EN-Inflect-Number-1.1 DISTNAME= Lingua-EN-Inflect-Number-1.1
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
MAINTAINER= Sam Smith <S@msmith.net> MAINTAINER= Sam Smith <S@msmith.net>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2010/07/13 20:14:22 sthen Exp $ # $OpenBSD: Makefile,v 1.8 2010/10/19 07:54:23 espie Exp $
COMMENT= convert singular to plural, select a or an COMMENT= convert singular to plural, select a or an
@ -6,6 +6,7 @@ MODULES= cpan
DISTNAME= Lingua-EN-Inflect-1.88 DISTNAME= Lingua-EN-Inflect-1.88
REVISION= 1 REVISION= 1
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
MAINTAINER= Sam Smith <S@msmith.net> MAINTAINER= Sam Smith <S@msmith.net>

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.2 2007/09/15 20:59:39 merdely Exp $ # $OpenBSD: Makefile,v 1.3 2010/10/19 07:54:23 espie Exp $
COMMENT= summarize english text COMMENT= summarize english text
MODULES= cpan MODULES= cpan
DISTNAME= Lingua-EN-Summarize-0.2 DISTNAME= Lingua-EN-Summarize-0.2
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
PERMIT_PACKAGE_CDROM= No licence PERMIT_PACKAGE_CDROM= No licence
PERMIT_PACKAGE_FTP= No licence PERMIT_PACKAGE_FTP= No licence

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/04 13:19:44 jasper Exp $ # $OpenBSD: Makefile,v 1.2 2010/10/19 07:54:23 espie Exp $
COMMENT= outine for estimating syllable count in words COMMENT= outine for estimating syllable count in words
@ -7,6 +7,7 @@ DISTNAME= Lingua-EN-Syllable-0.251
CATEGORIES= textproc CATEGORIES= textproc
MODULES= cpan MODULES= cpan
USE_GROFF = Yes
# perl # perl
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/09/15 13:52:12 sthen Exp $ # $OpenBSD: Makefile,v 1.5 2010/10/19 07:54:23 espie Exp $
COMMENT= Portuguese language stemming COMMENT= Portuguese language stemming
@ -6,6 +6,7 @@ MODULES= cpan
DISTNAME= Lingua-PT-Stemmer-0.01 DISTNAME= Lingua-PT-Stemmer-0.01
REVISION= 0 REVISION= 0
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
# Artistic # Artistic
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/09/15 13:52:12 sthen Exp $ # $OpenBSD: Makefile,v 1.5 2010/10/19 07:54:23 espie Exp $
COMMENT= French language stemming COMMENT= French language stemming
@ -6,6 +6,7 @@ MODULES= cpan
DISTNAME= Lingua-Stem-Fr-0.02 DISTNAME= Lingua-Stem-Fr-0.02
REVISION= 0 REVISION= 0
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
# Artistic # Artistic
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/09/15 13:52:12 sthen Exp $ # $OpenBSD: Makefile,v 1.5 2010/10/19 07:54:23 espie Exp $
COMMENT= Itialian language stemming COMMENT= Itialian language stemming
@ -6,6 +6,7 @@ MODULES= cpan
DISTNAME= Lingua-Stem-It-0.01 DISTNAME= Lingua-Stem-It-0.01
REVISION= 0 REVISION= 0
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
# Artistic # Artistic
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/09/15 13:52:12 sthen Exp $ # $OpenBSD: Makefile,v 1.7 2010/10/19 07:54:23 espie Exp $
COMMENT= Russian language stemming COMMENT= Russian language stemming
@ -6,6 +6,7 @@ MODULES= cpan
DISTNAME= Lingua-Stem-Ru-0.01 DISTNAME= Lingua-Stem-Ru-0.01
REVISION= 1 REVISION= 1
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
# Artistic # Artistic
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/09/15 13:52:12 sthen Exp $ # $OpenBSD: Makefile,v 1.7 2010/10/19 07:54:23 espie Exp $
COMMENT= Porters stemming algorithm for Denmark COMMENT= Porters stemming algorithm for Denmark
@ -6,6 +6,7 @@ MODULES= cpan
DISTNAME= Lingua-Stem-Snowball-Da-1.01 DISTNAME= Lingua-Stem-Snowball-Da-1.01
REVISION= 0 REVISION= 0
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
# GPL # GPL
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/09/15 13:52:12 sthen Exp $ # $OpenBSD: Makefile,v 1.6 2010/10/19 07:54:23 espie Exp $
COMMENT= Porters stemming algorithm for Denmark COMMENT= Porters stemming algorithm for Denmark
@ -8,6 +8,7 @@ DISTNAME= Snowball-Norwegian-${VERSION}
PKGNAME= p5-Lingua-Stem-Snowball-No-${VERSION} PKGNAME= p5-Lingua-Stem-Snowball-No-${VERSION}
REVISION= 0 REVISION= 0
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
# GPL # GPL
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/09/15 13:52:12 sthen Exp $ # $OpenBSD: Makefile,v 1.5 2010/10/19 07:54:23 espie Exp $
COMMENT= Porters stemming algorithm for Sweden COMMENT= Porters stemming algorithm for Sweden
@ -8,6 +8,7 @@ DISTNAME= Snowball-Swedish-${VERSION}
PKGNAME= p5-Lingua-Stem-Snowball-Se-${VERSION} PKGNAME= p5-Lingua-Stem-Snowball-Se-${VERSION}
REVISION= 0 REVISION= 0
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
# GPL # GPL
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/09/15 13:52:12 sthen Exp $ # $OpenBSD: Makefile,v 1.7 2010/10/19 07:54:23 espie Exp $
COMMENT= stemming of words COMMENT= stemming of words
@ -6,6 +6,7 @@ MODULES= cpan
DISTNAME= Lingua-Stem-0.81 DISTNAME= Lingua-Stem-0.81
REVISION= 0 REVISION= 0
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
# Artistic # Artistic
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/05/19 17:39:13 jasper Exp $ # $OpenBSD: Makefile,v 1.2 2010/10/19 07:54:23 espie Exp $
COMMENT= manifulate the Penn Treebank format COMMENT= manifulate the Penn Treebank format
@ -12,5 +12,6 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
MODULES= cpan MODULES= cpan
USE_GROFF = Yes
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/12 23:49:27 simon Exp $ # $OpenBSD: Makefile,v 1.2 2010/10/19 07:54:23 espie Exp $
COMMENT = Template Toolkit renderer for Mojo COMMENT = Template Toolkit renderer for Mojo
MODULES = cpan MODULES = cpan
DISTNAME = MojoX-Renderer-TT-0.20 DISTNAME = MojoX-Renderer-TT-0.20
CATEGORIES = textproc CATEGORIES = textproc
USE_GROFF = Yes
# Perl # Perl
PERMIT_PACKAGE_CDROM = Yes PERMIT_PACKAGE_CDROM = Yes

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.7 2010/09/24 07:59:39 jasper Exp $ # $OpenBSD: Makefile,v 1.8 2010/10/19 07:54:23 espie Exp $
COMMENT= Perl extension for formatting numbers COMMENT= Perl extension for formatting numbers
MODULES= cpan MODULES= cpan
DISTNAME= Number-Format-1.73 DISTNAME= Number-Format-1.73
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
HOMEPAGE= http://www.bayview.com/software/perl.shtml HOMEPAGE= http://www.bayview.com/software/perl.shtml

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/07/13 20:14:22 sthen Exp $ # $OpenBSD: Makefile,v 1.6 2010/10/19 07:54:23 espie Exp $
COMMENT= Perl Objects as Hash, Array and Scalar at the same time COMMENT= Perl Objects as Hash, Array and Scalar at the same time
@ -6,6 +6,7 @@ MODULES= cpan
DISTNAME= Object-MultiType-0.05 DISTNAME= Object-MultiType-0.05
REVISION= 0 REVISION= 0
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
MAINTAINER= Okan Demirmen <okan@openbsd.org> MAINTAINER= Okan Demirmen <okan@openbsd.org>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/07/13 20:14:22 sthen Exp $ # $OpenBSD: Makefile,v 1.6 2010/10/19 07:54:23 espie Exp $
COMMENT= perl module for manipulating PDF files COMMENT= perl module for manipulating PDF files
@ -6,6 +6,7 @@ MODULES= cpan
DISTNAME= PDF-Reuse-0.33 DISTNAME= PDF-Reuse-0.33
REVISION= 0 REVISION= 0
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
MAINTAINER= Sam Smith <S@mSmith.net> MAINTAINER= Sam Smith <S@mSmith.net>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/11/06 15:12:07 bluhm Exp $ # $OpenBSD: Makefile,v 1.2 2010/10/19 07:54:23 espie Exp $
COMMENT= create PDF tables with perl COMMENT= create PDF tables with perl
@ -15,6 +15,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
MODULES= cpan MODULES= cpan
USE_GROFF = Yes
RUN_DEPENDS= ::textproc/p5-PDF-API2 RUN_DEPENDS= ::textproc/p5-PDF-API2
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2009/09/03 07:37:21 jasper Exp $ # $OpenBSD: Makefile,v 1.7 2010/10/19 07:54:23 espie Exp $
COMMENT= POE Filter for parsing XML COMMENT= POE Filter for parsing XML
@ -12,6 +12,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
MODULES= cpan MODULES= cpan
USE_GROFF = Yes
CONFIGURE_STYLE= modbuild CONFIGURE_STYLE= modbuild

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2010/06/30 16:51:45 jim Exp $ # $OpenBSD: Makefile,v 1.4 2010/10/19 07:54:23 espie Exp $
COMMENT= parse, analyze and manipulate Perl COMMENT= parse, analyze and manipulate Perl
@ -6,6 +6,7 @@ MODULES= cpan
DISTNAME= PPI-HTML-1.08 DISTNAME= PPI-HTML-1.08
CATEGORIES= textproc www CATEGORIES= textproc www
CPAN_AUTHOR= ADAMK CPAN_AUTHOR= ADAMK
USE_GROFF = Yes
# perl # perl
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2010/06/30 16:50:02 jim Exp $ # $OpenBSD: Makefile,v 1.7 2010/10/19 07:54:23 espie Exp $
COMMENT= parse, analyze and manipulate Perl COMMENT= parse, analyze and manipulate Perl
MODULES= cpan MODULES= cpan
DISTNAME= PPI-1.212 DISTNAME= PPI-1.212
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
# perl # perl
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/06/30 17:02:42 jim Exp $ # $OpenBSD: Makefile,v 1.2 2010/10/19 07:54:23 espie Exp $
COMMENT= parse regular expressions COMMENT= parse regular expressions
MODULES= cpan MODULES= cpan
DISTNAME= PPIx-Regexp-0.007 DISTNAME= PPIx-Regexp-0.007
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
# perl # perl
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/06/30 17:06:08 jim Exp $ # $OpenBSD: Makefile,v 1.2 2010/10/19 07:54:23 espie Exp $
COMMENT= extensions to PPI COMMENT= extensions to PPI
MODULES= cpan MODULES= cpan
DISTNAME= PPIx-Utilities-1.000001 DISTNAME= PPIx-Utilities-1.000001
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
# perl # perl
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.3 2007/09/15 20:59:39 merdely Exp $ # $OpenBSD: Makefile,v 1.4 2010/10/19 07:54:23 espie Exp $
COMMENT= utilities to read and manipulate patches and CVS COMMENT= utilities to read and manipulate patches and CVS
MODULES= cpan MODULES= cpan
DISTNAME= PatchReader-0.9.5 DISTNAME= PatchReader-0.9.5
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
MAINTAINER= Damien Miller <djm@openbsd.org> MAINTAINER= Damien Miller <djm@openbsd.org>

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.10 2010/09/09 19:32:25 jasper Exp $ # $OpenBSD: Makefile,v 1.11 2010/10/19 07:54:23 espie Exp $
COMMENT= convert Pod documents into a simple object model form COMMENT= convert Pod documents into a simple object model form
MODULES= cpan MODULES= cpan
DISTNAME= Pod-POM-0.27 DISTNAME= Pod-POM-0.27
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org> MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/09/15 13:52:12 sthen Exp $ # $OpenBSD: Makefile,v 1.8 2010/10/19 07:54:23 espie Exp $
COMMENT= formatter for spellchecking pod COMMENT= formatter for spellchecking pod
MODULES= cpan MODULES= cpan
USE_GROFF = Yes
DISTNAME= Pod-Spell-1.01 DISTNAME= Pod-Spell-1.01
REVISION= 3 REVISION= 3

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2010/09/15 13:52:12 sthen Exp $ # $OpenBSD: Makefile,v 1.4 2010/10/19 07:54:23 espie Exp $
COMMENT= extracts embedded tests and code examples from pod COMMENT= extracts embedded tests and code examples from pod
MODULES= cpan MODULES= cpan
USE_GROFF = Yes
DISTNAME= Pod-Tests-0.18 DISTNAME= Pod-Tests-0.18
REVISION= 0 REVISION= 0

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/22 18:38:02 jasper Exp $ # $OpenBSD: Makefile,v 1.2 2010/10/19 07:54:23 espie Exp $
COMMENT = simple and pure Perl RSS parser COMMENT = simple and pure Perl RSS parser
@ -12,6 +12,7 @@ PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes PERMIT_DISTFILES_FTP = Yes
MODULES = cpan MODULES = cpan
USE_GROFF = Yes
CPAN_AUTHOR = EBOSRUP CPAN_AUTHOR = EBOSRUP
RUN_DEPENDS = ::www/p5-SOAP-Lite RUN_DEPENDS = ::www/p5-SOAP-Lite

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/02/05 22:05:02 simon Exp $ # $OpenBSD: Makefile,v 1.2 2010/10/19 07:54:23 espie Exp $
COMMENT = assemble multiple Regular Expressions into a single RE COMMENT = assemble multiple Regular Expressions into a single RE
MODULES = cpan MODULES = cpan
USE_GROFF = Yes
DISTNAME = Regexp-Assemble-0.34 DISTNAME = Regexp-Assemble-0.34
CATEGORIES = textproc CATEGORIES = textproc

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2010/09/24 08:00:30 jasper Exp $ # $OpenBSD: Makefile,v 1.7 2010/10/19 07:54:23 espie Exp $
COMMENT= use other catalog formats in Locale::Maketext COMMENT= use other catalog formats in Locale::Maketext
MODULES= cpan MODULES= cpan
USE_GROFF = Yes
DISTNAME= Regexp-Common-2010010201 DISTNAME= Regexp-Common-2010010201
CATEGORIES= textproc CATEGORIES= textproc

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2010/09/15 13:52:12 sthen Exp $ # $OpenBSD: Makefile,v 1.4 2010/10/19 07:54:23 espie Exp $
COMMENT= set default flags on regular expressions COMMENT= set default flags on regular expressions
MODULES= cpan MODULES= cpan
USE_GROFF = Yes
DISTNAME= Regexp-DefaultFlags-0.01 DISTNAME= Regexp-DefaultFlags-0.01
REVISION= 0 REVISION= 0

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2010/09/24 15:37:42 sthen Exp $ # $OpenBSD: Makefile,v 1.4 2010/10/19 07:54:23 espie Exp $
COMMENT= Perl interface to the swish-e C library COMMENT= Perl interface to the swish-e C library
SHARED_ONLY= Yes SHARED_ONLY= Yes
@ -8,6 +8,7 @@ PKGNAME= p5-SWISH-API-0.04
REVISION= 1 REVISION= 1
CATEGORIES= textproc CATEGORIES= textproc
MODULES= cpan MODULES= cpan
USE_GROFF = Yes
MASTER_SITES= http://swish-e.org/distribution/ MASTER_SITES= http://swish-e.org/distribution/

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.2 2010/03/24 16:06:50 jasper Exp $ # $OpenBSD: Makefile,v 1.3 2010/10/19 07:54:23 espie Exp $
COMMENT = parses a query string suitable for external search engines COMMENT = parses a query string suitable for external search engines
MODULES = cpan MODULES = cpan
DISTNAME = Search-QueryParser-0.94 DISTNAME = Search-QueryParser-0.94
CATEGORIES = textproc CATEGORIES = textproc
USE_GROFF = Yes
MAINTAINER = Ian Mcwilliam <kaosagnt@tpg.com.au> MAINTAINER = Ian Mcwilliam <kaosagnt@tpg.com.au>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/07/13 20:14:23 sthen Exp $ # $OpenBSD: Makefile,v 1.6 2010/10/19 07:54:23 espie Exp $
COMMENT= sorting of revision-like numbers COMMENT= sorting of revision-like numbers
@ -6,6 +6,7 @@ MODULES= cpan
DISTNAME= Sort-Versions-1.5 DISTNAME= Sort-Versions-1.5
REVISION= 0 REVISION= 0
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
# GPL/Artistic # GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2010/09/24 15:37:42 sthen Exp $ # $OpenBSD: Makefile,v 1.19 2010/10/19 07:54:23 espie Exp $
SHARED_ONLY= Yes SHARED_ONLY= Yes
@ -8,6 +8,7 @@ MODULES= cpan
DISTNAME= String-Approx-3.26 DISTNAME= String-Approx-3.26
REVISION= 1 REVISION= 1
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
MAINTAINER= Kevin Lo <kevlo@openbsd.org> MAINTAINER= Kevin Lo <kevlo@openbsd.org>

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2007/09/15 20:59:39 merdely Exp $ # $OpenBSD: Makefile,v 1.3 2010/10/19 07:54:23 espie Exp $
COMMENT= memorable random strings COMMENT= memorable random strings
MODULES= cpan MODULES= cpan
USE_GROFF = Yes
DISTNAME= String-Koremutake-0.30 DISTNAME= String-Koremutake-0.30
CATEGORIES= textproc devel CATEGORIES= textproc devel

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.10 2008/09/25 21:24:02 jasper Exp $ # $OpenBSD: Makefile,v 1.11 2010/10/19 07:54:23 espie Exp $
COMMENT= perl module for generating randoms strings COMMENT= perl module for generating randoms strings
MODULES= cpan MODULES= cpan
DISTNAME= String-Random-0.22 DISTNAME= String-Random-0.22
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
# perl # perl
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.2 2010/09/24 08:01:46 jasper Exp $ # $OpenBSD: Makefile,v 1.3 2010/10/19 07:54:23 espie Exp $
COMMENT = rewrite strings based on a set of known prefixes COMMENT = rewrite strings based on a set of known prefixes
DISTNAME = String-RewritePrefix-0.005 DISTNAME = String-RewritePrefix-0.005
CATEGORIES = textproc CATEGORIES = textproc
MODULES = cpan MODULES = cpan
USE_GROFF = Yes
# Perl # Perl
PERMIT_PACKAGE_CDROM = Yes PERMIT_PACKAGE_CDROM = Yes

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.8 2010/09/09 19:29:02 jasper Exp $ # $OpenBSD: Makefile,v 1.9 2010/10/19 07:54:23 espie Exp $
COMMENT= Quote strings for passing through the shell COMMENT= Quote strings for passing through the shell
MODULES= cpan MODULES= cpan
DISTNAME= String-ShellQuote-1.04 DISTNAME= String-ShellQuote-1.04
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org> MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2010/09/24 15:37:42 sthen Exp $ # $OpenBSD: Makefile,v 1.14 2010/10/19 07:54:23 espie Exp $
SHARED_ONLY= Yes SHARED_ONLY= Yes
@ -8,6 +8,7 @@ MODULES= cpan
DISTNAME= String-Similarity-1.03 DISTNAME= String-Similarity-1.03
REVISION= 0 REVISION= 0
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
MAINTAINER= Kevin Lo <kevlo@openbsd.org> MAINTAINER= Kevin Lo <kevlo@openbsd.org>

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.5 2010/10/03 16:59:55 jasper Exp $ # $OpenBSD: Makefile,v 1.6 2010/10/19 07:54:23 espie Exp $
COMMENT= syntax highlight for HTML COMMENT= syntax highlight for HTML
MODULES= cpan MODULES= cpan
DISTNAME= Syntax-Highlight-HTML-0.04 DISTNAME= Syntax-Highlight-HTML-0.04
CATEGORIES= textproc www CATEGORIES= textproc www
USE_GROFF = Yes
# Perl licence # Perl licence
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2010/10/03 16:59:55 jasper Exp $ # $OpenBSD: Makefile,v 1.9 2010/10/19 07:54:24 espie Exp $
COMMENT= syntax highlight for Mason COMMENT= syntax highlight for Mason
@ -7,6 +7,7 @@ DISTNAME= Syntax-Highlight-Mason-1.21
REVISION= 0 REVISION= 0
CATEGORIES= textproc www CATEGORIES= textproc www
EXTRACT_SUFX= .tgz EXTRACT_SUFX= .tgz
USE_GROFF = Yes
# LGPL/Artistic # LGPL/Artistic
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2007/09/15 20:59:40 merdely Exp $ # $OpenBSD: Makefile,v 1.5 2010/10/19 07:54:24 espie Exp $
COMMENT= syntax highlight for perl COMMENT= syntax highlight for perl
@ -6,6 +6,7 @@ MODULES= cpan
DISTNAME= Syntax-Highlight-Perl-Improved-1.01 DISTNAME= Syntax-Highlight-Perl-Improved-1.01
PKGNAME= p5-Syntax-Highlight-Perl-1.01 PKGNAME= p5-Syntax-Highlight-Perl-1.01
CATEGORIES= textproc www CATEGORIES= textproc www
USE_GROFF = Yes
# Perl licence # Perl licence
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2010/07/13 20:14:23 sthen Exp $ # $OpenBSD: Makefile,v 1.6 2010/10/19 07:54:24 espie Exp $
COMMENT= template extension for calling class methods COMMENT= template extension for calling class methods
@ -6,6 +6,7 @@ MODULES= cpan
DISTNAME= Template-Plugin-Class-0.13 DISTNAME= Template-Plugin-Class-0.13
REVISION= 0 REVISION= 0
CATEGORIES= textproc CATEGORIES= textproc
USE_GROFF = Yes
# Same as perl # Same as perl
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

Some files were not shown because too many files have changed in this diff Show More