diff options
author | wiz <wiz@pkgsrc.org> | 2000-10-26 22:33:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-10-26 22:33:50 +0000 |
commit | ab70a6cfcfe6ad3bbac623ff8f0488fd732fd731 (patch) | |
tree | 64d5189029c9e2f4002a339ce1218a29813927b1 /print | |
parent | eea3c22774fd36df29328300aea8f8da42b25476 (diff) | |
download | pkgsrc-ab70a6cfcfe6ad3bbac623ff8f0488fd732fd731.tar.gz |
Import of dvidvi-1.0: select and/or rearrange pages in a TeX dvi file.
Diffstat (limited to 'print')
-rw-r--r-- | print/dvidvi/Makefile | 19 | ||||
-rw-r--r-- | print/dvidvi/files/md5 | 3 | ||||
-rw-r--r-- | print/dvidvi/pkg/COMMENT | 1 | ||||
-rw-r--r-- | print/dvidvi/pkg/DESCR | 3 | ||||
-rw-r--r-- | print/dvidvi/pkg/PLIST | 3 |
5 files changed, 29 insertions, 0 deletions
diff --git a/print/dvidvi/Makefile b/print/dvidvi/Makefile new file mode 100644 index 00000000000..78648de1c44 --- /dev/null +++ b/print/dvidvi/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/26 22:33:50 wiz Exp $ +# + +DISTNAME= dvidvi-1.0 +CATEGORIES= print +MASTER_SITES= ftp://sunsite.univie.ac.at/pub/distfiles/ + +MAINTAINER= dillo@giga.or.at + +NO_SRC_ON_FTP= Unable to determine distribution license +NO_SRC_ON_CDROM=Unable to determine distribution license +NO_BIN_ON_FTP= Unable to determine distribution license +NO_BIN_ON_CDROM=Unable to determine distribution license + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/dvidvi ${PREFIX}/bin/dvidvi + ${INSTALL_MAN} ${WRKSRC}/dvidvi.1 ${PREFIX}/man/man1/dvidvi.1 + +.include "../../mk/bsd.pkg.mk" diff --git a/print/dvidvi/files/md5 b/print/dvidvi/files/md5 new file mode 100644 index 00000000000..eb637918ed3 --- /dev/null +++ b/print/dvidvi/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/26 22:33:50 wiz Exp $ + +MD5 (dvidvi-1.0.tar.gz) = 7aa2ad8596b6b85cd57f6620ae62d730 diff --git a/print/dvidvi/pkg/COMMENT b/print/dvidvi/pkg/COMMENT new file mode 100644 index 00000000000..714f78e2010 --- /dev/null +++ b/print/dvidvi/pkg/COMMENT @@ -0,0 +1 @@ +select and/or rearrange pages in a TeX dvi file diff --git a/print/dvidvi/pkg/DESCR b/print/dvidvi/pkg/DESCR new file mode 100644 index 00000000000..f42c644a838 --- /dev/null +++ b/print/dvidvi/pkg/DESCR @@ -0,0 +1,3 @@ +The dvidvi program converts a dvi file into another dvi file, +perhaps with certain changes: select, rearrange, or scale pages; +arrange multiple pages from the input on one page in the output. diff --git a/print/dvidvi/pkg/PLIST b/print/dvidvi/pkg/PLIST new file mode 100644 index 00000000000..648c48d6d3f --- /dev/null +++ b/print/dvidvi/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/26 22:33:50 wiz Exp $ +bin/dvidvi +man/man1/dvidvi.1 |