From owner-svn-ports-head@FreeBSD.ORG Tue Oct 23 14:26:48 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E859F4F1; Tue, 23 Oct 2012 14:26:48 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B68E08FC08; Tue, 23 Oct 2012 14:26:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9NEQmE2084412; Tue, 23 Oct 2012 14:26:48 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9NEQm44084406; Tue, 23 Oct 2012 14:26:48 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201210231426.q9NEQm44084406@svn.freebsd.org> From: Alex Dupre Date: Tue, 23 Oct 2012 14:26:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306314 - in head/lang: . scala-docs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 14:26:49 -0000 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 +# $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 + +.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 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/