Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
|
|
|
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;
|
|
last README.html generation.
|
|
|
|
|
|
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".]
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
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."
|