Sun Java Language Specification
This commit is contained in:
parent
653d72bc50
commit
2751e6747f
34
books/JLS/Makefile
Normal file
34
books/JLS/Makefile
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2005/01/06 15:37:14 ian Exp $
|
||||||
|
|
||||||
|
COMMENT= "Sun's official Java Language Specification"
|
||||||
|
|
||||||
|
VERSION= 2.0
|
||||||
|
PKGNAME= JLS-${VERSION}
|
||||||
|
DISTNAME= langspec-${VERSION}
|
||||||
|
DISTFILES= ${DISTNAME}.pdf
|
||||||
|
CATEGORIES= books
|
||||||
|
|
||||||
|
HOMEPAGE= http://java.sun.com/
|
||||||
|
|
||||||
|
MAINTAINER= Ian Darwin <ian@openbsd.org>
|
||||||
|
|
||||||
|
PERMIT_PACKAGE_CDROM= Copyright
|
||||||
|
PERMIT_PACKAGE_FTP= Copyright
|
||||||
|
PERMIT_DISTFILES_CDROM= Copyright
|
||||||
|
PERMIT_DISTFILES_FTP= Copyright
|
||||||
|
|
||||||
|
MASTER_SITES= ftp://ftp.javasoft.com/docs/specs/
|
||||||
|
|
||||||
|
EXTRACT_ONLY=
|
||||||
|
|
||||||
|
NO_BUILD= Yes
|
||||||
|
NO_REGRESS= Yes
|
||||||
|
PKG_ARCH= *
|
||||||
|
|
||||||
|
INSTALL_LOC= ${PREFIX}/share/doc/java
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_DATA_DIR} ${INSTALL_LOC}
|
||||||
|
${INSTALL_DATA} ${FULLDISTDIR}/${DISTFILES} ${INSTALL_LOC}/JLS-${VERSION}.pdf
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
books/JLS/distinfo
Normal file
3
books/JLS/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
MD5 (langspec-2.0.pdf) = bdabe20923d0a5e9cdfc0e36a2338f53
|
||||||
|
RMD160 (langspec-2.0.pdf) = 7938f9e779e64c8330e6d41b8d05c2e9044a360b
|
||||||
|
SHA1 (langspec-2.0.pdf) = 08261df65b94cd62d5407ed744d9877490833de7
|
3
books/JLS/pkg/DESCR
Normal file
3
books/JLS/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
This is the official specification of The Java Programming Language,
|
||||||
|
and contains the same material as in the published book of the same name,
|
||||||
|
ISBN 0-201-310-082.
|
3
books/JLS/pkg/PLIST
Normal file
3
books/JLS/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/01/06 15:37:14 ian Exp $
|
||||||
|
share/doc/java/
|
||||||
|
share/doc/java/JLS-2.0.pdf
|
Loading…
Reference in New Issue
Block a user