The documentation for the Scala standard library.

WWW: http://www.scala-lang.org/

Feature safe:	yes
This commit is contained in:
Alex Dupre 2012-10-23 14:26:48 +00:00
parent dcc227eccb
commit 38fb695222
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306314
4 changed files with 36 additions and 0 deletions

View file

@ -305,6 +305,7 @@
SUBDIR += sather-tutorial
SUBDIR += sbcl
SUBDIR += scala
SUBDIR += scala-docs
SUBDIR += scheme48
SUBDIR += schemetoc
SUBDIR += scm

30
lang/scala-docs/Makefile Normal file
View file

@ -0,0 +1,30 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
PORTNAME= scala-docs
PORTVERSION= 2.9.2
CATEGORIES= lang java
MASTER_SITES= http://www.scala-lang.org/downloads/distrib/files/
EXTRACT_SUFX= .txz
MAINTAINER= ale@FreeBSD.org
COMMENT= The documentation for the Scala standard library
USE_XZ= yes
NO_BUILD= yes
PORTDOCS= *
.include <bsd.port.options.mk>
.if ! ${PORT_OPTIONS:MDOCS}
IGNORE= port only installs documentation
.endif
do-install:
@${ECHO} -n ">> Installing documentation in ${DOCSDIR}..."
@${MKDIR} ${DOCSDIR}
@(cd ${WRKSRC}/ && ${COPYTREE_SHARE} \* ${DOCSDIR}/)
@${ECHO} " [ DONE ]"
.include <bsd.port.mk>

2
lang/scala-docs/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (scala-docs-2.9.2.txz) = a701a7a1f64f7f42cfa2b4bcd60ba2adb6f71e5f0c76089fac350fed337ddfbc
SIZE (scala-docs-2.9.2.txz) = 1818412

View file

@ -0,0 +1,3 @@
The documentation for the Scala standard library.
WWW: http://www.scala-lang.org/