textproc: integrate COMMENT, bump NEED_VERSION.

This commit is contained in:
lebel 2001-05-06 04:11:38 +00:00
parent 13b92baa7a
commit 20cf46b6ea
76 changed files with 152 additions and 110 deletions

View File

@ -1,8 +1,10 @@
# $OpenBSD: Makefile,v 1.8 2000/10/22 16:10:59 espie Exp $ # $OpenBSD: Makefile,v 1.9 2001/05/06 04:11:38 lebel Exp $
COMMENT= "pure-Tcl implementation of XML parser"
DISTNAME= TclXML-1.2.1 DISTNAME= TclXML-1.2.1
CATEGORIES= textproc CATEGORIES= textproc
NEED_VERSION= 1.230 NEED_VERSION= 1.402
MASTER_SITES= ftp://ftp.zveno.com/TclXML/ MASTER_SITES= ftp://ftp.zveno.com/TclXML/
MAINTAINER= Jakob Schlyter <jakob@openbsd.org> MAINTAINER= Jakob Schlyter <jakob@openbsd.org>

View File

@ -1 +0,0 @@
pure-Tcl implementation of XML parser

View File

@ -1,8 +1,10 @@
# $OpenBSD: Makefile,v 1.9 2001/01/05 16:36:00 brad Exp $ # $OpenBSD: Makefile,v 1.10 2001/05/06 04:11:39 lebel Exp $
COMMENT= "approximate grep (fast approximate pattern-matching tool)"
DISTNAME= agrep-2.04 DISTNAME= agrep-2.04
CATEGORIES= textproc CATEGORIES= textproc
NEED_VERSION= 1.340 NEED_VERSION= 1.402
MASTER_SITES= ftp://ftp.cs.arizona.edu/agrep/ MASTER_SITES= ftp://ftp.cs.arizona.edu/agrep/
EXTRACT_SUFX= .tar.Z EXTRACT_SUFX= .tar.Z

View File

@ -1 +0,0 @@
approximate grep (fast approximate pattern-matching tool)

View File

@ -3,12 +3,14 @@
# Date created: December 1, 1997 # Date created: December 1, 1997
# Whom: Angelos D. Keromytis # Whom: Angelos D. Keromytis
# #
# $OpenBSD: Makefile,v 1.10 2000/10/22 14:03:49 espie Exp $ # $OpenBSD: Makefile,v 1.11 2001/05/06 04:11:39 lebel Exp $
# #
COMMENT= "C-language sources to HTML converter"
DISTNAME= c2html-0.9.2 DISTNAME= c2html-0.9.2
CATEGORIES= textproc www CATEGORIES= textproc www
NEED_VERSION= 1.307 NEED_VERSION= 1.402
# Old versions seem to stay there... # Old versions seem to stay there...
MASTER_SITES= http://user.cs.tu-berlin.de/%7Eschintke/x2html/ \ MASTER_SITES= http://user.cs.tu-berlin.de/%7Eschintke/x2html/ \

View File

@ -1 +0,0 @@
C-language sources to HTML converter

View File

@ -1,8 +1,10 @@
# $OpenBSD: Makefile,v 1.12 2000/10/22 15:43:34 espie Exp $ # $OpenBSD: Makefile,v 1.13 2001/05/06 04:11:40 lebel Exp $
COMMENT= "MS Word ==> ASCII or TeX, Tk viewer included"
DISTNAME= catdoc-0.90b4 DISTNAME= catdoc-0.90b4
CATEGORIES= textproc CATEGORIES= textproc
NEED_VERSION= 1.305 NEED_VERSION= 1.402
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org> MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>

View File

@ -1 +0,0 @@
MS Word ==> ASCII or TeX, Tk viewer included

View File

@ -1,8 +1,10 @@
# $OpenBSD: Makefile,v 1.2 2001/03/04 14:44:12 kevlo Exp $ # $OpenBSD: Makefile,v 1.3 2001/05/06 04:11:40 lebel Exp $
COMMENT= "command line parser generator"
DISTNAME= clo++-0.3.0 DISTNAME= clo++-0.3.0
CATEGORIES= textproc CATEGORIES= textproc
NEED_VERSION= 1.352 NEED_VERSION= 1.402
HOMEPAGE= http://pmade.org/~pjones/software/clo++/ HOMEPAGE= http://pmade.org/~pjones/software/clo++/

View File

@ -1 +0,0 @@
command line parser generator

View File

@ -1,8 +1,10 @@
# $OpenBSD: Makefile,v 1.5 2001/02/21 23:43:58 avsm Exp $ # $OpenBSD: Makefile,v 1.6 2001/05/06 04:11:41 lebel Exp $
COMMENT= "modular DSSSL stylesheets for the DocBook DTD"
DISTNAME= docbook-modular-1.62 DISTNAME= docbook-modular-1.62
CATEGORIES= textproc print CATEGORIES= textproc print
NEED_VERSION= 1.354 NEED_VERSION= 1.402
HOMEPAGE= http://www.nwalsh.com/docbook/dsssl/ HOMEPAGE= http://www.nwalsh.com/docbook/dsssl/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org> MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>

View File

@ -1 +0,0 @@
modular DSSSL stylesheets for the DocBook DTD

View File

@ -1,9 +1,11 @@
# $OpenBSD: Makefile,v 1.12 2001/01/23 03:27:11 brad Exp $ # $OpenBSD: Makefile,v 1.13 2001/05/06 04:11:41 lebel Exp $
# $FreeBSD: Makefile,v 1.2 1999/08/31 02:09:14 peter Exp $ # $FreeBSD: Makefile,v 1.2 1999/08/31 02:09:14 peter Exp $
COMMENT= "XML 1.0 parser written in C"
DISTNAME= expat-1.95.1 DISTNAME= expat-1.95.1
CATEGORIES= textproc CATEGORIES= textproc
NEED_VERSION= 1.351 NEED_VERSION= 1.402
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= expat MASTER_SITE_SUBDIR= expat

View File

@ -1 +0,0 @@
XML 1.0 parser written in C

View File

@ -1,9 +1,11 @@
# $OpenBSD: Makefile,v 1.10 2000/10/23 13:07:43 espie Exp $ # $OpenBSD: Makefile,v 1.11 2001/05/06 04:11:41 lebel Exp $
# #
COMMENT= "text search engine"
DISTNAME= glimpse-4.1 DISTNAME= glimpse-4.1
CATEGORIES= textproc databases CATEGORIES= textproc databases
NEED_VERSION= 1.305 NEED_VERSION= 1.402
MAINTAINER= Tobias Weingartner <weingart@openbsd.org> MAINTAINER= Tobias Weingartner <weingart@openbsd.org>

View File

@ -1 +0,0 @@
text search engine

View File

@ -1,7 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2000/10/10 00:40:56 espie Exp $ # $OpenBSD: Makefile,v 1.3 2001/05/06 04:11:42 lebel Exp $
COMMENT= "LaTeX to html translator"
CATEGORIES= textproc print CATEGORIES= textproc print
NEED_VERSION= 1.281 NEED_VERSION= 1.402
V=1.05 V=1.05

View File

@ -1 +0,0 @@
LaTeX to html translator

View File

@ -3,12 +3,14 @@
# Date created: December 1, 1997 # Date created: December 1, 1997
# Whom: Angelos D. Keromytis # Whom: Angelos D. Keromytis
# #
# $OpenBSD: Makefile,v 1.12 2001/03/22 22:06:41 brad Exp $ # $OpenBSD: Makefile,v 1.13 2001/05/06 04:11:42 lebel Exp $
# #
COMMENT= "all W3C published SGML DTDs for HTML"
DISTNAME= html-4.0b DISTNAME= html-4.0b
CATEGORIES= textproc CATEGORIES= textproc
NEED_VERSION= 1.191 NEED_VERSION= 1.402
MASTER_SITES= ftp://fallout.campusview.indiana.edu/pub/sgml/ MASTER_SITES= ftp://fallout.campusview.indiana.edu/pub/sgml/
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org> MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>

View File

@ -1 +0,0 @@
all W3C published SGML DTDs for HTML

View File

@ -1,10 +1,13 @@
# $OpenBSD: Makefile,v 1.9 2000/10/22 15:43:35 espie Exp $ # $OpenBSD: Makefile,v 1.10 2001/05/06 04:11:43 lebel Exp $
# #
COMMENT= "powerful command-line front end to diff"
PKGNAME= idiff-1.0 PKGNAME= idiff-1.0
DISTNAME= idiff-1.0 DISTNAME= idiff-1.0
CATEGORIES= textproc CATEGORIES= textproc
MASTER_SITES= http://www.darwinsys.com/freeware/ MASTER_SITES= http://www.darwinsys.com/freeware/
NEED_VERSION= 1.402
MAINTAINER= Ian Darwin <ian@openbsd.org> MAINTAINER= Ian Darwin <ian@openbsd.org>

View File

@ -1 +0,0 @@
powerful command-line front end to diff

View File

@ -1,8 +1,11 @@
# $OpenBSD: Makefile,v 1.10 2000/10/22 15:43:36 espie Exp $ # $OpenBSD: Makefile,v 1.11 2001/05/06 04:11:43 lebel Exp $
COMMENT= "translate GNU info files into HTML pages"
DISTNAME= info2html-1.1 DISTNAME= info2html-1.1
CATEGORIES= textproc CATEGORIES= textproc
MASTER_SITES= http://people.freebsd.org/~wosch/src/ MASTER_SITES= http://people.freebsd.org/~wosch/src/
NEED_VERSION= 1.402
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org> MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>

View File

@ -1 +0,0 @@
translate GNU info files into HTML pages

View File

@ -1,12 +1,14 @@
# $OpenBSD: Makefile,v 1.12 2001/03/22 22:06:42 brad Exp $ # $OpenBSD: Makefile,v 1.13 2001/05/06 04:11:44 lebel Exp $
# Original from: Ejovi Nuwere <ejovi@ejovi.net> # Original from: Ejovi Nuwere <ejovi@ejovi.net>
COMMENT= "text search engine by CNIDR"
#BROKEN= C++ syntax errors, index.cxx:533: ANSI C++ forbids declaration PhraseLength with no type #BROKEN= C++ syntax errors, index.cxx:533: ANSI C++ forbids declaration PhraseLength with no type
DISTNAME= Isearch-1.14 DISTNAME= Isearch-1.14
PKGNAME= isearch-1.14 PKGNAME= isearch-1.14
CATEGORIES= textproc databases CATEGORIES= textproc databases
NEED_VERSION= 1.305 NEED_VERSION= 1.402
MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/Isearch/ MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/Isearch/
MAINTAINER= ports@OpenBSD.ORG MAINTAINER= ports@OpenBSD.ORG

View File

@ -1 +0,0 @@
text search engine by CNIDR

View File

@ -3,12 +3,14 @@
# Date created: May 17 1998 # Date created: May 17 1998
# Whom: Angelos D. Keromytis # Whom: Angelos D. Keromytis
# #
# $OpenBSD: Makefile,v 1.10 2001/03/22 22:06:42 brad Exp $ # $OpenBSD: Makefile,v 1.11 2001/05/06 04:11:44 lebel Exp $
# #
COMMENT= "SGML DTDs from The Electronic Publishing SIG"
DISTNAME= iso12083-1993 DISTNAME= iso12083-1993
CATEGORIES= textproc CATEGORIES= textproc
NEED_VERSION= 1.191 NEED_VERSION= 1.402
MASTER_SITES= ftp://info.ex.ac.uk/pub/SGML/ISO-12083/ MASTER_SITES= ftp://info.ex.ac.uk/pub/SGML/ISO-12083/
DISTFILES= article.dtd book.dtd maths.dtd serial.dtd DISTFILES= article.dtd book.dtd maths.dtd serial.dtd

View File

@ -1 +0,0 @@
SGML DTDs from The Electronic Publishing SIG

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.13 2000/10/07 16:49:23 matthieu Exp $ # $OpenBSD: Makefile,v 1.14 2001/05/06 04:11:45 lebel Exp $
# $FreeBSD: Makefile,v 1.4 1997/07/10 03:25:28 jfieber Exp $ # $FreeBSD: Makefile,v 1.4 1997/07/10 03:25:28 jfieber Exp $
COMMENT= "character entity sets from ISO 8879:1986 (SGML)"
DISTNAME= isoENTS DISTNAME= isoENTS
PKGNAME= iso8879-1986 PKGNAME= iso8879-1986
CATEGORIES= textproc CATEGORIES= textproc
NEED_VERSION= 1.330 NEED_VERSION= 1.402
MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/ MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/
EXTRACT_SUFX= .zip EXTRACT_SUFX= .zip

View File

@ -1 +0,0 @@
character entity sets from ISO 8879:1986 (SGML)

View File

@ -1,8 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/19 03:16:49 kevlo Exp $ # $OpenBSD: Makefile,v 1.2 2001/05/06 04:11:46 lebel Exp $
COMMENT= "Java sources to HTML converter"
DISTNAME= java2html-1.7 DISTNAME= java2html-1.7
CATEGORIES= textproc CATEGORIES= textproc
NEED_VERSION= 1.351 NEED_VERSION= 1.402
HOMEPAGE= http://www.gnu.org/software/java2html/ HOMEPAGE= http://www.gnu.org/software/java2html/

View File

@ -1 +0,0 @@
Java sources to HTML converter

View File

@ -1,8 +1,10 @@
# $OpenBSD: Makefile,v 1.13 2000/10/22 15:43:37 espie Exp $ # $OpenBSD: Makefile,v 1.14 2001/05/06 04:11:46 lebel Exp $
COMMENT= "LaTeX to HTML converter"
DISTNAME= latex2html-97.1 DISTNAME= latex2html-97.1
CATEGORIES= textproc www CATEGORIES= textproc www
NEED_VERSION= 1.230 NEED_VERSION= 1.402
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org> MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>

View File

@ -1 +0,0 @@
LaTeX to HTML converter

View File

@ -1,4 +1,6 @@
# $OpenBSD: Makefile,v 1.2 2000/12/05 12:10:15 espie Exp $ # $OpenBSD: Makefile,v 1.3 2001/05/06 04:11:47 lebel Exp $
COMMENT= "LaTeX vgrind(1) look-alike"
CATEGORIES= textproc devel print CATEGORIES= textproc devel print
VERSION=3.64 VERSION=3.64
@ -7,6 +9,7 @@ DISTFILES=source/lgrind.c source/lgutil.c source/lgrindef.c source/lgrindef.h \
source/regexp.c source/regexp.h source/v2lg.c \ source/regexp.c source/regexp.h source/v2lg.c \
source/retest.c source/lgrind.1 source/lgrindef.5 source/Makefile \ source/retest.c source/lgrind.1 source/lgrindef.5 source/Makefile \
lgrindef lgrind.dtx lgrind.ins lgrind.gls lgrindef lgrind.dtx lgrind.ins lgrind.gls
NEED_VERSION= 1.402
MAINTAINER= Marc Espie <espie@openbsd.org> MAINTAINER= Marc Espie <espie@openbsd.org>

View File

@ -1 +0,0 @@
LaTeX vgrind(1) look-alike

View File

@ -1,9 +1,11 @@
# $OpenBSD: Makefile,v 1.11 2000/10/07 16:52:34 matthieu Exp $ # $OpenBSD: Makefile,v 1.12 2001/05/06 04:11:47 lebel Exp $
# $FreeBSD: Makefile,v 1.4 1998/01/17 17:25:46 jfieber Exp $ # $FreeBSD: Makefile,v 1.4 1998/01/17 17:25:46 jfieber Exp $
COMMENT= "Linuxdoc SGML DTD"
DISTNAME= linuxdoc-1.1 DISTNAME= linuxdoc-1.1
CATEGORIES= textproc CATEGORIES= textproc
NEED_VERSION= 1.320 NEED_VERSION= 1.402
MASTER_SITES= ftp://fallout.campusview.indiana.edu/pub/sgml/ MASTER_SITES= ftp://fallout.campusview.indiana.edu/pub/sgml/
RUN_DEPENDS= ${LOCALBASE}/share/sgml/iso8879/catalog::textproc/iso8879 RUN_DEPENDS= ${LOCALBASE}/share/sgml/iso8879/catalog::textproc/iso8879

View File

@ -1 +0,0 @@
Linuxdoc SGML DTD

View File

@ -1,9 +1,11 @@
# $OpenBSD: Makefile,v 1.10 2001/04/18 15:01:20 espie Exp $ # $OpenBSD: Makefile,v 1.11 2001/05/06 04:11:48 lebel Exp $
COMMENT= "graphical front end to Unix diff"
DISTNAME= mgdiff DISTNAME= mgdiff
PKGNAME= mgdiff-1.0 PKGNAME= mgdiff-1.0
CATEGORIES= textproc CATEGORIES= textproc
NEED_VERSION= 1.400 NEED_VERSION= 1.402
MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications MASTER_SITE_SUBDIR= applications

View File

@ -1 +0,0 @@
graphical front end to Unix diff

View File

@ -1,8 +1,10 @@
# $OpenBSD: Makefile,v 1.5 2001/01/15 17:49:19 brad Exp $ # $OpenBSD: Makefile,v 1.6 2001/05/06 04:11:48 lebel Exp $
COMMENT= "object-oriented SGML/XML parser toolkit and DSSSL engine"
DISTNAME= openjade-1.3 DISTNAME= openjade-1.3
CATEGORIES= textproc CATEGORIES= textproc
NEED_VERSION= 1.338 NEED_VERSION= 1.402
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= openjade MASTER_SITE_SUBDIR= openjade

View File

@ -1 +0,0 @@
object-oriented SGML/XML parser toolkit and DSSSL engine

View File

@ -1,9 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/25 00:11:52 avsm Exp $ # $OpenBSD: Makefile,v 1.2 2001/05/06 04:11:49 lebel Exp $
COMMENT= "perl module to build DOM Level 1 structures"
DISTNAME= XML-DOM-1.25 DISTNAME= XML-DOM-1.25
PKGNAME= p5-${DISTNAME} PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5 CATEGORIES= textproc perl5
NEED_VERSION= 1.351 NEED_VERSION= 1.402
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML MASTER_SITE_SUBDIR= XML

View File

@ -1 +0,0 @@
perl module to build DOM Level 1 structures

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/21 19:22:42 avsm Exp $ # $OpenBSD: Makefile,v 1.2 2001/05/06 04:11:49 lebel Exp $
COMMENT= "perl module for parsing XML documents"
DISTNAME= XML-Parser-2.30 DISTNAME= XML-Parser-2.30
PKGNAME= p5-XML-Parser-2.30 PKGNAME= p5-XML-Parser-2.30
DISTFILES= XML-Parser.2.30${EXTRACT_SUFX} DISTFILES= XML-Parser.2.30${EXTRACT_SUFX}
CATEGORIES= textproc perl5 CATEGORIES= textproc perl5
NEED_VERSION= 1.351 NEED_VERSION= 1.402
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML MASTER_SITE_SUBDIR= XML

View File

@ -1 +0,0 @@
perl module for parsing XML documents

View File

@ -1,9 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/21 19:27:54 avsm Exp $ # $OpenBSD: Makefile,v 1.2 2001/05/06 04:11:49 lebel Exp $
COMMENT= "trivial perl API for reading/writing XML"
DISTNAME= XML-Simple-1.05 DISTNAME= XML-Simple-1.05
PKGNAME= p5-${DISTNAME} PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5 CATEGORIES= textproc perl5
NEED_VERSION= 1.348 NEED_VERSION= 1.402
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML MASTER_SITE_SUBDIR= XML

View File

@ -1 +0,0 @@
trivial perl API for reading/writing XML

View File

@ -1,9 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/05 18:14:09 avsm Exp $ # $OpenBSD: Makefile,v 1.2 2001/05/06 04:11:50 lebel Exp $
COMMENT= "perl extension for writing XML documents"
DISTNAME= XML-Writer-0.4 DISTNAME= XML-Writer-0.4
PKGNAME= p5-${DISTNAME} PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5 CATEGORIES= textproc perl5
NEED_VERSION= 1.348 NEED_VERSION= 1.402
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML MASTER_SITE_SUBDIR= XML

View File

@ -1 +0,0 @@
perl extension for writing XML documents

View File

@ -1,9 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/25 00:18:47 avsm Exp $ # $OpenBSD: Makefile,v 1.2 2001/05/06 04:11:50 lebel Exp $
COMMENT= "perl module to perform XSLT transformations"
DISTNAME= XML-XSLT-0.32 DISTNAME= XML-XSLT-0.32
PKGNAME= p5-${DISTNAME} PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5 CATEGORIES= textproc perl5
NEED_VERSION= 1.351 NEED_VERSION= 1.402
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML MASTER_SITE_SUBDIR= XML

View File

@ -1 +0,0 @@
perl module to perform XSLT transformations

View File

@ -1,9 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/12/01 05:47:34 dugsong Exp $ # $OpenBSD: Makefile,v 1.2 2001/05/06 04:11:51 lebel Exp $
COMMENT= "simple document format"
PKGNAME= p5-sdf-2.001 PKGNAME= p5-sdf-2.001
DISTNAME= sdf-2.001 DISTNAME= sdf-2.001
CATEGORIES= textproc perl5 CATEGORIES= textproc perl5
NEED_VERSION= 1.402
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Pod MASTER_SITE_SUBDIR= Pod

View File

@ -1 +0,0 @@
simple document format

View File

@ -3,13 +3,15 @@
# Date created: May 17 1998 # Date created: May 17 1998
# Whom: Angelos D. Keromytis # Whom: Angelos D. Keromytis
# #
# $OpenBSD: Makefile,v 1.5 2000/10/05 09:28:28 kevlo Exp $ # $OpenBSD: Makefile,v 1.6 2001/05/06 04:11:51 lebel Exp $
# #
COMMENT= "paragraph reflow for email"
DISTNAME= Par151 DISTNAME= Par151
PKGNAME= par-1.51 PKGNAME= par-1.51
CATEGORIES= textproc CATEGORIES= textproc
NEED_VERSION= 1.338 NEED_VERSION= 1.402
MASTER_SITES= http://www.cs.berkeley.edu/~amc/Par/ MASTER_SITES= http://www.cs.berkeley.edu/~amc/Par/
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org> MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>

View File

@ -1 +0,0 @@
paragraph reflow for email

View File

@ -3,12 +3,14 @@
# Date created: April 27 1998 # Date created: April 27 1998
# Whom: Angelos D. Keromytis # Whom: Angelos D. Keromytis
# #
# $OpenBSD: Makefile,v 1.8 2000/10/22 14:03:53 espie Exp $ # $OpenBSD: Makefile,v 1.9 2001/05/06 04:11:51 lebel Exp $
# #
COMMENT= "convert text into the Doc format used by PalmPilots"
PKGNAME= pilot_makedoc-0.7 PKGNAME= pilot_makedoc-0.7
CATEGORIES= textproc CATEGORIES= textproc
NEED_VERSION= 1.191 NEED_VERSION= 1.402
MASTER_SITES= http://www.concentric.net/~rbram/ MASTER_SITES= http://www.concentric.net/~rbram/
DISTFILES= makedoc7.cpp DISTFILES= makedoc7.cpp
EXTRACT_ONLY= EXTRACT_ONLY=

View File

@ -1 +0,0 @@
convert text into the Doc format used by PalmPilots

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.11 2000/06/29 01:58:09 kevlo Exp $ # $OpenBSD: Makefile,v 1.12 2001/05/06 04:11:52 lebel Exp $
# Original from: Ejovi Nuwere <ejovi@ejovi.net> # Original from: Ejovi Nuwere <ejovi@ejovi.net>
COMMENT= "reverse compile man pages from formatted form"
DISTNAME= rman DISTNAME= rman
PKGNAME= rman-3.0.9 PKGNAME= rman-3.0.9
CATEGORIES= textproc CATEGORIES= textproc
NEED_VERSION= 1.309 NEED_VERSION= 1.402
MASTER_SITES= ftp://polyglot.sourceforge.net/pub/polyglotman/ MASTER_SITES= ftp://polyglot.sourceforge.net/pub/polyglotman/
MAINTAINER= ports@OpenBSD.ORG MAINTAINER= ports@OpenBSD.ORG

View File

@ -1 +0,0 @@
reverse compile man pages from formatted form

View File

@ -1,8 +1,10 @@
# $OpenBSD: Makefile,v 1.9 2001/01/01 19:57:38 jakob Exp $ # $OpenBSD: Makefile,v 1.10 2001/05/06 04:11:52 lebel Exp $
COMMENT= "a validating namespace-aware XML parser"
DISTNAME= rxp-1.2.3 DISTNAME= rxp-1.2.3
CATEGORIES= textproc CATEGORIES= textproc
NEED_VERSION= 1.305 NEED_VERSION= 1.402
MAINTAINER= Jakob Schlyter <jakob@openbsd.org> MAINTAINER= Jakob Schlyter <jakob@openbsd.org>

View File

@ -1 +0,0 @@
a validating namespace-aware XML parser

View File

@ -4,12 +4,14 @@
# Whom: jfieber # Whom: jfieber
# #
# $FreeBSD: Makefile,v 1.9 1998/02/21 21:59:37 jfieber Exp $ # $FreeBSD: Makefile,v 1.9 1998/02/21 21:59:37 jfieber Exp $
# $OpenBSD: Makefile,v 1.9 2000/10/07 16:54:14 matthieu Exp $ # $OpenBSD: Makefile,v 1.10 2001/05/06 04:11:53 lebel Exp $
# #
COMMENT= "generate groff/HTML from linuxdoc/docbook SGML documents"
DISTNAME= sgmlformat-1.7 DISTNAME= sgmlformat-1.7
CATEGORIES= textproc print CATEGORIES= textproc print
NEED_VERSION= 1.230 NEED_VERSION= 1.402
MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/ MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/
MAINTAINER= Matthieu Herrb <matthieu@openbsd.org> MAINTAINER= Matthieu Herrb <matthieu@openbsd.org>

View File

@ -1 +0,0 @@
generate groff/HTML from linuxdoc/docbook SGML documents

View File

@ -3,13 +3,16 @@
# Date created: May 21 1998 # Date created: May 21 1998
# Whom: Angelos D. Keromytis # Whom: Angelos D. Keromytis
# #
# $OpenBSD: Makefile,v 1.8 2000/06/10 00:02:38 espie Exp $ # $OpenBSD: Makefile,v 1.9 2001/05/06 04:11:53 lebel Exp $
# #
COMMENT= "OO toolkit for SGML parsing and entity management"
DISTNAME= sp-1.2.1 DISTNAME= sp-1.2.1
CATEGORIES= textproc CATEGORIES= textproc
MASTER_SITES= ftp://ftp.jclark.com/pub/sp/ MASTER_SITES= ftp://ftp.jclark.com/pub/sp/
MAINTAINER= ports@openbsd.org MAINTAINER= ports@openbsd.org
NEED_VERSION= 1.402
LICENSE_TYPE= BSD LICENSE_TYPE= BSD
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes

View File

@ -1 +0,0 @@
OO toolkit for SGML parsing and entity management

View File

@ -1,9 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2000/10/05 16:10:26 ian Exp $ # $OpenBSD: Makefile,v 1.7 2001/05/06 04:11:54 lebel Exp $
# #
COMMENT= "very flexible diff-like program"
DISTNAME= spiff-1.0 DISTNAME= spiff-1.0
CATEGORIES= textproc CATEGORIES= textproc
NEED_VERSION= 1.310 NEED_VERSION= 1.402
MASTER_SITES= http://www.darwinsys.com/freeware/ MASTER_SITES= http://www.darwinsys.com/freeware/
MAINTAINER= Ian Darwin <ian@openbsd.org> MAINTAINER= Ian Darwin <ian@openbsd.org>

View File

@ -1 +0,0 @@
very flexible diff-like program

View File

@ -1,9 +1,11 @@
# $OpenBSD: Makefile,v 1.11 2000/12/14 13:23:02 espie Exp $ # $OpenBSD: Makefile,v 1.12 2001/05/06 04:11:54 lebel Exp $
COMMENT= "texinfo to HTML converter"
DISTNAME= texi2html DISTNAME= texi2html
PKGNAME= texi2html-1.52 PKGNAME= texi2html-1.52
CATEGORIES= textproc CATEGORIES= textproc
NEED_VERSION= 1.342 NEED_VERSION= 1.402
MASTER_SITES= http://wwwcn.cern.ch/dci/texi2html/ \ MASTER_SITES= http://wwwcn.cern.ch/dci/texi2html/ \
ftp://ftp.scc.ru/pub/unix/ ftp://ftp.scc.ru/pub/unix/
EXTRACT_SUFX= .shar.Z EXTRACT_SUFX= .shar.Z

View File

@ -1 +0,0 @@
texinfo to HTML converter

View File

@ -1,8 +1,10 @@
# $OpenBSD: Makefile,v 1.3 2000/10/27 12:56:09 espie Exp $ # $OpenBSD: Makefile,v 1.4 2001/05/06 04:11:55 lebel Exp $
COMMENT= "curses-based URL ripper"
DISTNAME= urlview-0.9 DISTNAME= urlview-0.9
CATEGORIES= textproc CATEGORIES= textproc
NEED_VERSION= 1.324 NEED_VERSION= 1.402
MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/contrib/ \ MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/contrib/ \
ftp://ftp.cs.hmc.edu/pub/me/ \ ftp://ftp.cs.hmc.edu/pub/me/ \
ftp://ftp.cs.tu-berlin.de/pub/net/mail/mutt/ \ ftp://ftp.cs.tu-berlin.de/pub/net/mail/mutt/ \

View File

@ -1 +0,0 @@
curses-based URL ripper

View File

@ -3,12 +3,14 @@
# Date created: May 16 1998 # Date created: May 16 1998
# Whom: Angelos D. Keromytis # Whom: Angelos D. Keromytis
# #
# $OpenBSD: Makefile,v 1.11 2000/10/31 09:49:15 espie Exp $ # $OpenBSD: Makefile,v 1.12 2001/05/06 04:11:55 lebel Exp $
# #
COMMENT= "word differences between text files"
DISTNAME= wdiff-0.5 DISTNAME= wdiff-0.5
CATEGORIES= textproc CATEGORIES= textproc
NEED_VERSION= 1.305 NEED_VERSION= 1.402
MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= wdiff MASTER_SITE_SUBDIR= wdiff

View File

@ -1 +0,0 @@
word differences between text files

View File

@ -1,4 +1,6 @@
# $OpenBSD: Makefile,v 1.5 2001/03/19 05:27:03 kevlo Exp $ # $OpenBSD: Makefile,v 1.6 2001/05/06 04:11:57 lebel Exp $
COMMENT= "xml parser for Java"
ONLY_FOR_ARCHS= i386 ONLY_FOR_ARCHS= i386
@ -6,7 +8,7 @@ JDK_VERSION= 1.1.8
DISTNAME= Xerces-J-bin.1.3.1 DISTNAME= Xerces-J-bin.1.3.1
PKGNAME= xerces-1.3.1 PKGNAME= xerces-1.3.1
CATEGORIES= textproc CATEGORIES= textproc
NEED_VERSION= 1.348 NEED_VERSION= 1.402
HOMEPAGE= http://xml.apache.org/xerces-j/index.html HOMEPAGE= http://xml.apache.org/xerces-j/index.html

View File

@ -1 +0,0 @@
xml parser for Java