summaryrefslogtreecommitdiff
path: root/converters/doc2html
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-11-28Change all instances of including mk/ghostscript.mk into asking forjlam1-3/+2
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove ghostscript.mk. This change removes a rather out-dated file from pkgsrc and switches packages to use the more compact implementation of the Ghostcript-handling inside the tools framework.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
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."