- Update to 4.6.0
PR: ports/150724 Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer)
This commit is contained in:
parent
03ecfd94ef
commit
b972bd3e56
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261474
4 changed files with 14 additions and 12 deletions
|
@ -6,10 +6,9 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= chicken
|
PORTNAME= chicken
|
||||||
PORTVERSION= 4.5.0
|
PORTVERSION= 4.6.0
|
||||||
CATEGORIES= lang scheme
|
CATEGORIES= lang scheme
|
||||||
MASTER_SITES= http://www.call-with-current-continuation.org/ \
|
MASTER_SITES= http://code.call-cc.org/releases/${PORTVERSION}/
|
||||||
http://chicken.wiki.br/releases/${PORTVERSION}/
|
|
||||||
|
|
||||||
MAINTAINER= vmagerya@gmail.com
|
MAINTAINER= vmagerya@gmail.com
|
||||||
COMMENT= A Scheme-to-C compiler
|
COMMENT= A Scheme-to-C compiler
|
||||||
|
@ -17,9 +16,9 @@ COMMENT= A Scheme-to-C compiler
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
MAKE_ARGS+= PLATFORM=bsd PREFIX=${PREFIX} \
|
MAKE_ARGS+= PLATFORM=bsd PREFIX=${PREFIX} \
|
||||||
TOPMANDIR=${PREFIX}/man ARCH=${NEW_ARCH}
|
TOPMANDIR=${PREFIX}/man ARCH=${NEW_ARCH} \
|
||||||
|
C_COMPILER_OPTIMIZATION_OPTIONS="${CFLAGS}"
|
||||||
|
|
||||||
PLATFORM= bsd
|
|
||||||
NEW_ARCH= ${ARCH:S/i386/x86/:S/amd64/x86-64/}
|
NEW_ARCH= ${ARCH:S/i386/x86/:S/amd64/x86-64/}
|
||||||
|
|
||||||
MAN1= chicken.1 chicken-bug.1 chicken-install.1 chicken-profile.1 \
|
MAN1= chicken.1 chicken-bug.1 chicken-install.1 chicken-profile.1 \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (chicken-4.5.0.tar.gz) = 753aea676a18c8dc0161dfb4d1717e20
|
MD5 (chicken-4.6.0.tar.gz) = 538a93e786e550ad848a040bcd902184
|
||||||
SHA256 (chicken-4.5.0.tar.gz) = 95919725411268614022ffc2426c826290cbebb6d574c1f2ebcaee5ac3ef9fd9
|
SHA256 (chicken-4.6.0.tar.gz) = c55d1dadf9941b3efbc7be9181d5c7cbc304a20c614625fbf710c0acaa1cd245
|
||||||
SIZE (chicken-4.5.0.tar.gz) = 2914920
|
SIZE (chicken-4.6.0.tar.gz) = 3019126
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
CHICKEN is a compiler for the Scheme programming language. CHICKEN
|
CHICKEN is a compiler for the Scheme programming language. CHICKEN
|
||||||
produces portable, efficient C, supports almost all of the current
|
produces portable, efficient C, supports almost all of the R5RS
|
||||||
Scheme language standard (R5RS), and includes many enhancements and
|
Scheme language standard, and includes many enhancements and
|
||||||
extensions.
|
extensions.
|
||||||
|
|
||||||
WWW: http://www.call-with-current-continuation.org/
|
WWW: http://www.call-cc.org/
|
||||||
|
|
|
@ -37,6 +37,7 @@ lib/chicken/5/utils.import.so
|
||||||
lib/libchicken.a
|
lib/libchicken.a
|
||||||
lib/libchicken.so
|
lib/libchicken.so
|
||||||
lib/libchicken.so.5
|
lib/libchicken.so.5
|
||||||
|
%%DATADIR%%/chicken.png
|
||||||
%%DATADIR%%/setup.defaults
|
%%DATADIR%%/setup.defaults
|
||||||
%%DOCSDIR%%/LICENSE
|
%%DOCSDIR%%/LICENSE
|
||||||
%%DOCSDIR%%/NEWS
|
%%DOCSDIR%%/NEWS
|
||||||
|
@ -48,18 +49,20 @@ lib/libchicken.so.5
|
||||||
%%DOCSDIR%%/manual/Bugs and limitations
|
%%DOCSDIR%%/manual/Bugs and limitations
|
||||||
%%DOCSDIR%%/manual/C interface
|
%%DOCSDIR%%/manual/C interface
|
||||||
%%DOCSDIR%%/manual/Callbacks
|
%%DOCSDIR%%/manual/Callbacks
|
||||||
|
%%DOCSDIR%%/manual/Cross development
|
||||||
%%DOCSDIR%%/manual/Data representation
|
%%DOCSDIR%%/manual/Data representation
|
||||||
%%DOCSDIR%%/manual/Declarations
|
%%DOCSDIR%%/manual/Declarations
|
||||||
%%DOCSDIR%%/manual/Deployment
|
%%DOCSDIR%%/manual/Deployment
|
||||||
%%DOCSDIR%%/manual/Deviations from the standard
|
%%DOCSDIR%%/manual/Deviations from the standard
|
||||||
%%DOCSDIR%%/manual/Embedding
|
%%DOCSDIR%%/manual/Embedding
|
||||||
|
%%DOCSDIR%%/manual/Exceptions
|
||||||
%%DOCSDIR%%/manual/Extensions
|
%%DOCSDIR%%/manual/Extensions
|
||||||
%%DOCSDIR%%/manual/Extensions to the standard
|
%%DOCSDIR%%/manual/Extensions to the standard
|
||||||
%%DOCSDIR%%/manual/Foreign type specifiers
|
%%DOCSDIR%%/manual/Foreign type specifiers
|
||||||
%%DOCSDIR%%/manual/Getting started
|
%%DOCSDIR%%/manual/Getting started
|
||||||
%%DOCSDIR%%/manual/Interface to external functions and variables
|
%%DOCSDIR%%/manual/Interface to external functions and variables
|
||||||
%%DOCSDIR%%/manual/Locations
|
%%DOCSDIR%%/manual/Locations
|
||||||
%%DOCSDIR%%/manual/Modules and macros
|
%%DOCSDIR%%/manual/Modules
|
||||||
%%DOCSDIR%%/manual/Non-standard macros and special forms
|
%%DOCSDIR%%/manual/Non-standard macros and special forms
|
||||||
%%DOCSDIR%%/manual/Non-standard read syntax
|
%%DOCSDIR%%/manual/Non-standard read syntax
|
||||||
%%DOCSDIR%%/manual/Other support procedures
|
%%DOCSDIR%%/manual/Other support procedures
|
||||||
|
|
Loading…
Reference in a new issue