- update to 2012.1

while here:
- trim Makefile header
- convert to optionsng (PORTDOCS case)
- add WWW

PR:		174909
Submitted by:	Hannes Mehnert <hannes@mehnert.org> (maintainer)
This commit is contained in:
Ruslan Makhmatkhanov 2013-01-02 22:29:56 +00:00
parent 86191d95ce
commit 4a5511a4a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309844
4 changed files with 5666 additions and 5544 deletions

View file

@ -1,15 +1,11 @@
# New ports collection makefile for: opendylan
# Date created: 2007-12-15
# Whom: alepulver
#
# Created by: alepulver
# $FreeBSD$
#
PORTNAME= opendylan
DISTVERSION= 2011.1
DISTVERSION= 2012.1
CATEGORIES= lang
MASTER_SITES= http://opendylan.org/downloads/opendylan/${DISTVERSION}/
DISTNAME= ${PORTNAME}-${DISTVERSION}-x86-FreeBSD
DISTNAME= ${PORTNAME}-${DISTVERSION}-x86-freebsd
MAINTAINER= hannes@mehnert.org
COMMENT= Open Dylan project native command-line compiler for Dylan
@ -19,9 +15,9 @@ USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
DATADIR= ${PREFIX}/lib/${PORTNAME}
WRAPPERS= dylan-compiler make-dylan-app dswank
WRAPPERS= dylan-compiler make-dylan-app dswank parser-compiler
.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>
do-build:
.for f in ${WRAPPERS}
@ -38,10 +34,10 @@ do-install:
.for f in ${WRAPPERS}
${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/bin
.endfor
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/License.txt ${DOCSDIR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (opendylan-2011.1-x86-FreeBSD.tar.bz2) = 14da7e0998816111a11fdb511c7f8aa71db31dbfb0345b7615f533bdf2d4a613
SIZE (opendylan-2011.1-x86-FreeBSD.tar.bz2) = 31160950
SHA256 (opendylan-2012.1-x86-freebsd.tar.bz2) = 5990efc20c27594b1241bf84540a0359dd76140340faeb6a123210cf733dd064
SIZE (opendylan-2012.1-x86-freebsd.tar.bz2) = 48177659

View file

@ -3,3 +3,5 @@ incremental development mode, browsing of runtime objects, remote debugging,
etc. Open Dylan currently only runs on the x86 platform and the IDE does not
yet run on the Linux version. Open Dylan is in many ways a mature
implementation. If you are new to the language, choose Open Dylan if you can.
WWW: http://opendylan.org/

File diff suppressed because it is too large Load diff