svn commit: r306314 - in head/lang: . scala-docs

Alex Dupre ale at FreeBSD.org
Tue Oct 23 14:26:49 UTC 2012


Author: ale
Date: Tue Oct 23 14:26:48 2012
New Revision: 306314
URL: http://svn.freebsd.org/changeset/ports/306314

Log:
  The documentation for the Scala standard library.
  
  WWW: http://www.scala-lang.org/
  
  Feature safe:	yes

Added:
  head/lang/scala-docs/
  head/lang/scala-docs/Makefile   (contents, props changed)
  head/lang/scala-docs/distinfo   (contents, props changed)
  head/lang/scala-docs/pkg-descr   (contents, props changed)
Modified:
  head/lang/Makefile

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Tue Oct 23 14:16:35 2012	(r306313)
+++ head/lang/Makefile	Tue Oct 23 14:26:48 2012	(r306314)
@@ -305,6 +305,7 @@
     SUBDIR += sather-tutorial
     SUBDIR += sbcl
     SUBDIR += scala
+    SUBDIR += scala-docs
     SUBDIR += scheme48
     SUBDIR += schemetoc
     SUBDIR += scm

Added: head/lang/scala-docs/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/scala-docs/Makefile	Tue Oct 23 14:26:48 2012	(r306314)
@@ -0,0 +1,30 @@
+# Created by: Alex Dupre <ale at 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 at 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>

Added: head/lang/scala-docs/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/scala-docs/distinfo	Tue Oct 23 14:26:48 2012	(r306314)
@@ -0,0 +1,2 @@
+SHA256 (scala-docs-2.9.2.txz) = a701a7a1f64f7f42cfa2b4bcd60ba2adb6f71e5f0c76089fac350fed337ddfbc
+SIZE (scala-docs-2.9.2.txz) = 1818412

Added: head/lang/scala-docs/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/scala-docs/pkg-descr	Tue Oct 23 14:26:48 2012	(r306314)
@@ -0,0 +1,3 @@
+The documentation for the Scala standard library.
+
+WWW: http://www.scala-lang.org/


More information about the svn-ports-all mailing list