summaryrefslogtreecommitdiff
path: root/converters/doc2html
AgeCommit message (Collapse)AuthorFilesLines
2003-12-30Add trailing / on HOMEPAGEscjep1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-4/+4
2003-02-14Bump PKGREVISION: tarball changed on master site.wiz2-5/+5
Diff: diff -r old/doc2html/doc2html.pl new/doc2html/doc2html.pl 186a187 > $Name =~ s/%([A-F0-9][A-F0-9])/pack("C", hex($1))/gie; diff -r old/doc2html/pdf2html.pl new/doc2html/pdf2html.pl 43a44 > $Name =~ s/%([A-F0-9][A-F0-9])/pack("C", hex($1))/gie; diff -r old/doc2html/swf2html.pl new/doc2html/swf2html.pl 31a32 > $Name =~ s/%([A-F0-9][A-F0-9])/pack("C", hex($1))/gie;
2002-11-12s/xlHtml/xlhtml in dependency section. Problem noted by warning output fromdmcmahill1-2/+2
last README.html generation.
2002-09-13Use ghostscript.mk.jlam1-2/+2
2002-09-12Standardize.wiz1-3/+3
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-12-11PKGNAME is xlhtml, not xlHtml.wiz1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum4-4/+4
2001-10-09Add patch-ab, missed with updating doc2html to version 3.0.nra1-0/+15
2001-10-09Update doc2html to version 3.0. PR 14169 by Eric Schnoebelen.nra4-52/+44
2001-10-04Move xpdf from graphics to print, per pkg/14154.wiz1-2/+2
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-5/+5
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-05-14Initial import of doc2html-2.1 into the packages collection.agc6-0/+135
Provided in PR 12884 by Jesse Off (joff@newmonics.com) "External converter script for ht://Dig (version 3.1.4 and later), that converts Microsoft Word, Excel and Powerpoint files, and PDF, PostScript, RTF, and WordPerfect files to text (in HTML form) so they can be indexed. Uses a variety of conversion programs: wp2html - to convert Wordperfect and Word7 & 97 documents to HTML catdoc - to extract text from Word documents rtf2html - to convert RTF documents to HTML pdftotext - to extract text from Adobe PDFs ps2ascii - to extract text from PostScript pptHtml - to convert Powerpoint files to HTML xlHtml - to convert Excel spreadsheets to HTML or xls2csv - to obtain data from Excel spreadsheets. Written by David Adams (University of Southampton), and based on the conv_doc.pl script by Gilles Detillieux."