2003-05-12 15:30:46 +02:00
|
|
|
# New ports collection makefile for: squsq
|
|
|
|
# Date created: 09 May 2003
|
|
|
|
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= squsq
|
|
|
|
PORTVERSION= 3.3
|
|
|
|
CATEGORIES= archivers
|
- Add port lang/squirrel
- Register conflicts with archivers/squsq
Squirrel is a high level imperative/OO programming language, designed
to be a powerful scripting tool that fits in the size, memory bandwidth,
and real-time requirements of applications like games. However Squirrel
offers a wide range of features like dynamic typing, delegation, classes
& inheritance, higher order functions, generators, coroutines, tail
recursion, exception handling, automatic memory management, weak
references, etc.
Squirrel is inspired by languages like Python, Javascript and especially
Lua. The API is very similar and the table code is based on the Lua one.
WWW: http://squirrel-lang.org/
Author: Alberto Demichelis <alberto@ademichelis.com>
2007-07-14 14:17:12 +02:00
|
|
|
MASTER_SITES= NETBSD http://freebsd.nsu.ru/distfiles/
|
2003-05-12 15:30:46 +02:00
|
|
|
DISTNAME= t20-squsq-3.3
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= Compressor/decompressor for CP/M "Squeeze" compressed files
|
|
|
|
|
- Add port lang/squirrel
- Register conflicts with archivers/squsq
Squirrel is a high level imperative/OO programming language, designed
to be a powerful scripting tool that fits in the size, memory bandwidth,
and real-time requirements of applications like games. However Squirrel
offers a wide range of features like dynamic typing, delegation, classes
& inheritance, higher order functions, generators, coroutines, tail
recursion, exception handling, automatic memory management, weak
references, etc.
Squirrel is inspired by languages like Python, Javascript and especially
Lua. The API is very similar and the table code is based on the Lua one.
WWW: http://squirrel-lang.org/
Author: Alberto Demichelis <alberto@ademichelis.com>
2007-07-14 14:17:12 +02:00
|
|
|
CONFLICTS= squirrel-[0-9]*
|
2003-05-12 15:30:46 +02:00
|
|
|
WRKSRC= ${WRKDIR}/t20-squsq
|
|
|
|
MAKEFILE= ${FILESDIR}/Makefile
|
|
|
|
|
2004-07-27 09:04:25 +02:00
|
|
|
PLIST_FILES= bin/sq bin/usq
|
|
|
|
|
2003-05-12 15:30:46 +02:00
|
|
|
do-install:
|
- Add port lang/squirrel
- Register conflicts with archivers/squsq
Squirrel is a high level imperative/OO programming language, designed
to be a powerful scripting tool that fits in the size, memory bandwidth,
and real-time requirements of applications like games. However Squirrel
offers a wide range of features like dynamic typing, delegation, classes
& inheritance, higher order functions, generators, coroutines, tail
recursion, exception handling, automatic memory management, weak
references, etc.
Squirrel is inspired by languages like Python, Javascript and especially
Lua. The API is very similar and the table code is based on the Lua one.
WWW: http://squirrel-lang.org/
Author: Alberto Demichelis <alberto@ademichelis.com>
2007-07-14 14:17:12 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/sq ${WRKSRC}/usq ${PREFIX}/bin/
|
2003-05-12 15:30:46 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|