diff options
author | John Polstra <jdp@FreeBSD.org> | 1997-03-27 18:35:49 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1997-03-27 18:35:49 +0000 |
commit | 6554e7aafa474d66d7d7ef46447f3306a1aa9f79 (patch) | |
tree | a0155dac0a922b0ae1946ba4dc2628e676c06066 /print/virtualpaper | |
parent | 5fa12e9c1c5cf7ea6a6ea035ad748328e0891e03 (diff) | |
download | ports-6554e7aafa474d66d7d7ef46447f3306a1aa9f79.tar.gz ports-6554e7aafa474d66d7d7ef46447f3306a1aa9f79.zip |
Notes
Diffstat (limited to 'print/virtualpaper')
-rw-r--r-- | print/virtualpaper/Makefile | 9 | ||||
-rw-r--r-- | print/virtualpaper/pkg-descr | 34 | ||||
-rw-r--r-- | print/virtualpaper/pkg-plist | 1 |
3 files changed, 20 insertions, 24 deletions
diff --git a/print/virtualpaper/Makefile b/print/virtualpaper/Makefile index a544583cab45..0ae0cde9a4a9 100644 --- a/print/virtualpaper/Makefile +++ b/print/virtualpaper/Makefile @@ -3,7 +3,7 @@ # Date created: 13 June 1996 # Whom: jkh # -# $Id: Makefile,v 1.3 1996/11/17 08:45:19 obrien Exp $ +# $Id: Makefile,v 1.4 1996/11/27 12:08:48 asami Exp $ # DISTNAME= virtualpaper-1.4 @@ -47,7 +47,12 @@ do-install: lectern/FreeBSD2/Lectern.1.html \ buildlectern/FreeBSD2/BuildLectern.1.html \ editlectern/FreeBSD2/EditLectern.1.html \ - ${PREFIX}/lib/m3/www + ${PREFIX}/lib/m3/www; \ + if [ ! -d ${PREFIX}/share/virtualpaper ]; then \ + ${MKDIR} ${PREFIX}/share/virtualpaper; \ + chmod 755 ${PREFIX}/share/virtualpaper; \ + fi; \ + ${INSTALL_DATA} COPYRIGHT ${PREFIX}/share/virtualpaper @echo "Stripping programs" @cd ${PREFIX}/bin; \ strip LecternClient Lectern BuildLectern EditLectern diff --git a/print/virtualpaper/pkg-descr b/print/virtualpaper/pkg-descr index 6aaaef957d13..9cc9a566cb8e 100644 --- a/print/virtualpaper/pkg-descr +++ b/print/virtualpaper/pkg-descr @@ -1,26 +1,16 @@ -The Virtual Paper software centers around the notion of a document, which -generally corresponds to a single paper, report, or book. A document is -stored as a single file, in a format that we call a "Lectern document". The -application "BuildLectern" constructs these documents, and "Lectern" lets you -view them on your computer. - -A Lectern document contains images of each page of the document (at several -scales), text for the pages (for searching, not for viewing), and global -information about the document (such as a copy of a PostScript version of the -document, if available). - -A Lectern document has a fairly simple internal structure. There's an -internal directory, and a set of components. The components each contain the -bytes for some part of the overall document: a single page image at a -particular scale, or the text for a single page, or the PostScript that was -used to create the document. - -BuildLectern generates a single Lectern document. Its input can be a -PostScript file, or parts of previously built Lectern documents. Or its -input can be original raster-based images (such as a set of TIFF files), -typically at a moderate resolution such as 300 DPI. Finally, BuildLectern's -input can be a combination of all of these. +The goal of the Virtual Paper project is to make on-line reading +an attractive alternative to reading printed documents (such as +books, manuals, or reports). We're talking about actual reading +here, not just browsing or finding documents (though we have support +for that too, as you'll see). And we're talking about documents +that can be as large as full-length books, not just short reports, +and not brief articles such as most electronic mail or WWW pages. For more information, please see: http://www.research.digital.com:80/SRC/virtualpaper + +Please see the file "${PREFIX}/share/virtualpaper/COPYRIGHT" for +the DEC copyright notice. + +John Polstra <jdp@FreeBSD.ORG> diff --git a/print/virtualpaper/pkg-plist b/print/virtualpaper/pkg-plist index 624efe0093fe..4349f35cea89 100644 --- a/print/virtualpaper/pkg-plist +++ b/print/virtualpaper/pkg-plist @@ -10,3 +10,4 @@ man/man1/BuildLectern.1.gz man/man1/EditLectern.1.gz man/man1/Lectern.1.gz man/man1/LecternClient.1.gz +share/virtualpaper/COPYRIGHT |