OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Feb-2003 16:59:13
Branch: HEAD Handle: 2003021215591200
Added files:
openpkg-src/html2ps html2psrc
Log:
New package html2ps.
Summary:
Revision Changes Path
1.1 +17 -0 openpkg-src/html2ps/html2psrc
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/html2ps/html2psrc
============================================================================
$ cvs diff -u -r0 -r1.1 html2psrc
--- /dev/null 2003-02-12 16:59:12.000000000 +0100
+++ html2psrc 2003-02-12 16:59:13.000000000 +0100
@@ -0,0 +1,17 @@
+/* Global configuration file for html2ps */
+
+@html2ps {
+ package {
+ netpbm: 1;
+ libwww-perl: 1;
+ path: "@l_prefix@/bin";
+ }
+ paper {
+ type: A4;
+ }
+ hyphenation {
+ en {
+ file: "@l_prefix@/lib/html2ps/hyphen.tex";
+ }
+ }
+}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]