Date: Tue, 23 Oct 2012 14:26:48 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306314 - in head/lang: . scala-docs Message-ID: <201210231426.q9NEQm44084406@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210231426.q9NEQm44084406>