mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Add ceylon, which is a language for writing large programs in teams
This commit is contained in:
parent
09c292b342
commit
ca57a54d08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361333
@ -27,6 +27,7 @@
|
||||
SUBDIR += ccl
|
||||
SUBDIR += cdent
|
||||
SUBDIR += cduce
|
||||
SUBDIR += ceylon
|
||||
SUBDIR += cfortran
|
||||
SUBDIR += chicken
|
||||
SUBDIR += cint
|
||||
|
44
lang/ceylon/Makefile
Normal file
44
lang/ceylon/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ceylon
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= lang java
|
||||
MASTER_SITES= http://downloads.ceylon-lang.org/cli/
|
||||
|
||||
MAINTAINER= lwhsu@FreeBSD.org
|
||||
COMMENT= Ceylon is a language for writing large programs in teams
|
||||
|
||||
LICENSE= APACHE20 GPLv2
|
||||
LICENSE_COMB= multi
|
||||
|
||||
NO_BUILD= yes
|
||||
USES= zip
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.7
|
||||
JAVA_RUN= yes
|
||||
|
||||
PORTDATA= *
|
||||
|
||||
CEYLON_SCRIPTS= ceylon ceylon-sh-setup
|
||||
CEYLON_DIRS= contrib lib repo samples templates
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
${RM} -f ${WRKSRC}/bin/*.bat
|
||||
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/man/man1/* ${STAGEDIR}/${MAN1PREFIX}/man/man1
|
||||
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
.for d in ${CEYLON_DIRS}
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR}
|
||||
.endfor
|
||||
|
||||
cd ${WRKSRC} && ${COPYTREE_BIN} bin ${STAGEDIR}${DATADIR}
|
||||
.for s in ${CEYLON_SCRIPTS}
|
||||
${LN} -s ${DATADIR}/bin/${s} ${STAGEDIR}/${PREFIX}/bin/${s}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
lang/ceylon/distinfo
Normal file
2
lang/ceylon/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (ceylon-1.0.0.zip) = d8d902b3bbe56a790fee71bdfd6d3206bdaaf6ef9c6ff5cf545358b446f5ad19
|
||||
SIZE (ceylon-1.0.0.zip) = 11617390
|
5
lang/ceylon/pkg-descr
Normal file
5
lang/ceylon/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Ceylon is a new programming language that's deeply influenced by Java,
|
||||
designed by people who are unapologetic fans of Java. It's a language
|
||||
designed specifically for writing large programs in teams.
|
||||
|
||||
WWW: http://ceylon-lang.org
|
18
lang/ceylon/pkg-plist
Normal file
18
lang/ceylon/pkg-plist
Normal file
@ -0,0 +1,18 @@
|
||||
bin/ceylon
|
||||
bin/ceylon-sh-setup
|
||||
man/man1/ceylon-bash-completion.1.gz
|
||||
man/man1/ceylon-compile-js.1.gz
|
||||
man/man1/ceylon-compile.1.gz
|
||||
man/man1/ceylon-config.1.gz
|
||||
man/man1/ceylon-doc-tool.1.gz
|
||||
man/man1/ceylon-doc.1.gz
|
||||
man/man1/ceylon-help.1.gz
|
||||
man/man1/ceylon-import-jar.1.gz
|
||||
man/man1/ceylon-info.1.gz
|
||||
man/man1/ceylon-new.1.gz
|
||||
man/man1/ceylon-run-js.1.gz
|
||||
man/man1/ceylon-run.1.gz
|
||||
man/man1/ceylon-src.1.gz
|
||||
man/man1/ceylon-test.1.gz
|
||||
man/man1/ceylon-version.1.gz
|
||||
man/man1/ceylon.1.gz
|
Loading…
Reference in New Issue
Block a user