OReilly Volume 3 OPEN LOOK (comments from various, OK espie@)
This commit is contained in:
parent
320966f1f7
commit
653d72bc50
34
books/vol3ol/Makefile
Normal file
34
books/vol3ol/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/01/06 15:35:56 ian Exp $
|
||||
|
||||
COMMENT= "O'Reilly Volume 3: Users Guide, Open Look"
|
||||
|
||||
VERSION= 1.0 # one could argue for 0.9 since it was never published
|
||||
PKGNAME= vol3ol-${VERSION}
|
||||
DISTNAME= vol3ol
|
||||
CATEGORIES= books
|
||||
|
||||
HOMEPAGE= http://www.oreilly.com/openbook/
|
||||
|
||||
MAINTAINER= Ian Darwin <ian@openbsd.org>
|
||||
|
||||
# Open Publication License
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ftp://ftp.ora.com/pub/openlook/
|
||||
DISTFILES= ${DISTNAME}.pdf
|
||||
EXTRACT_ONLY=
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
INSTALL_LOC= ${PREFIX}/share/doc/oreilly-x
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${INSTALL_LOC}
|
||||
${INSTALL_DATA} ${FULLDISTDIR}/${DISTFILES} ${INSTALL_LOC}
|
||||
|
||||
.include <bsd.port.mk>
|
4
books/vol3ol/distinfo
Normal file
4
books/vol3ol/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (vol3ol.pdf) = 85978304ea039949e7d0b2f8cca68ebe
|
||||
RMD160 (vol3ol.pdf) = 6326f5fc7b4dfd936e67090ad9cd36f56c3ccb49
|
||||
SHA1 (vol3ol.pdf) = db2e96dc3ffb74e62e2415323656e168ccff1138
|
||||
SIZE (vol3ol.pdf) = 4652608
|
9
books/vol3ol/pkg/DESCR
Normal file
9
books/vol3ol/pkg/DESCR
Normal file
@ -0,0 +1,9 @@
|
||||
X Window System Guide, Volume 3: OPEN LOOK Edition
|
||||
Ian Darwin, Valerie Quercia, and Tim O'Reilly
|
||||
Unpublished, 1993
|
||||
|
||||
This book is a version of the well-known O'Reilly X Window System
|
||||
User's Guide that was customized for the OPEN LOOK user interface.
|
||||
Due to Sun's de-adoption of OPEN LOOK the book was not published by
|
||||
O'Reilly, but it nonetheless contains useful information about X11
|
||||
and OPEN LOOK.
|
3
books/vol3ol/pkg/PLIST
Normal file
3
books/vol3ol/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/01/06 15:35:56 ian Exp $
|
||||
share/doc/oreilly-x/
|
||||
share/doc/oreilly-x/vol3ol.pdf
|
Loading…
Reference in New Issue
Block a user