diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-07-09 19:27:29 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-07-09 19:27:29 +0000 |
commit | ce3d62f1e269da7864d28b10cf556fcb9142da54 (patch) | |
tree | eeee1cde9c19562ce5e527ab20592990c29be025 | |
parent | a3d4f0d40fff5baed2eb4735dc59b2fd4ea9c699 (diff) | |
download | pkgsrc-ce3d62f1e269da7864d28b10cf556fcb9142da54.tar.gz |
Meta-package that includes all packages needed for the NetBSD
Documentation project to convert SGML/DocBook to PDF/PS.
Excluded from netbsd-doc into a seperate package because it wants
teTeX, which is rather large in size.
Nevertheless you'll need external PostScript and PDF previewers,
e.g. Acrobat Reader, xpdf, gv, etc.
-rw-r--r-- | meta-pkgs/netbsd-doc-print/Makefile | 23 | ||||
-rw-r--r-- | meta-pkgs/netbsd-doc-print/pkg/COMMENT | 1 | ||||
-rw-r--r-- | meta-pkgs/netbsd-doc-print/pkg/DESCR | 8 | ||||
-rw-r--r-- | meta-pkgs/netbsd-doc-print/pkg/MESSAGE | 5 | ||||
-rw-r--r-- | meta-pkgs/netbsd-doc-print/pkg/PLIST | 1 |
5 files changed, 38 insertions, 0 deletions
diff --git a/meta-pkgs/netbsd-doc-print/Makefile b/meta-pkgs/netbsd-doc-print/Makefile new file mode 100644 index 00000000000..388e8d06ebd --- /dev/null +++ b/meta-pkgs/netbsd-doc-print/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/07/09 19:27:29 hubertf Exp $ +# + +DISTNAME= netbsd-doc-print-1.0 +CATEGORIES= meta-pkgs +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= hubertf@netbsd.org + +DEPENDS+= jadetex>=2.20:../../print/jadetex/html +DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript +DEPENDS+= netbsd-doc-1.0:../netbsd-doc + +EXTRACT_ONLY= # empty +NO_CHECKSUM= yes +NO_PATCH= yes +NO_CONFIGURE= yes +NO_BUILD= yes + +do-install: # empty + +.include "../../mk/bsd.pkg.mk" diff --git a/meta-pkgs/netbsd-doc-print/pkg/COMMENT b/meta-pkgs/netbsd-doc-print/pkg/COMMENT new file mode 100644 index 00000000000..e83f75b41c1 --- /dev/null +++ b/meta-pkgs/netbsd-doc-print/pkg/COMMENT @@ -0,0 +1 @@ +Meta-pkg including all pkgs to convert SGML->PDF/PS diff --git a/meta-pkgs/netbsd-doc-print/pkg/DESCR b/meta-pkgs/netbsd-doc-print/pkg/DESCR new file mode 100644 index 00000000000..6dbed15bd65 --- /dev/null +++ b/meta-pkgs/netbsd-doc-print/pkg/DESCR @@ -0,0 +1,8 @@ +Meta-package that includes all packages needed for the NetBSD +Documentation project to convert SGML/DocBook to PDF/PS. + +Excluded from netbsd-doc into a seperate package because it wants +teTeX, which is rather large in size. + +Nevertheless you'll need external PostScript and PDF previewers, +e.g. Acrobat Reader, xpdf, gv, etc. diff --git a/meta-pkgs/netbsd-doc-print/pkg/MESSAGE b/meta-pkgs/netbsd-doc-print/pkg/MESSAGE new file mode 100644 index 00000000000..21f680eeb25 --- /dev/null +++ b/meta-pkgs/netbsd-doc-print/pkg/MESSAGE @@ -0,0 +1,5 @@ +You will want to install PDF and PostScript previewers, such as + * acroread + * xpdf + * gv +To view the generated PDF and PostScript output. diff --git a/meta-pkgs/netbsd-doc-print/pkg/PLIST b/meta-pkgs/netbsd-doc-print/pkg/PLIST new file mode 100644 index 00000000000..14f39ca4876 --- /dev/null +++ b/meta-pkgs/netbsd-doc-print/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/07/09 19:27:32 hubertf Exp $ |