mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Upgrade lang/gambit-c to version 4.8.0.
- Move to GitHub (project renamed to gambit) - Keep gambit-c as PORTNAME to avoid conflicts with math/gambit
This commit is contained in:
parent
9549426b7d
commit
f773c696be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398176
@ -2,11 +2,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gambit-c
|
||||
DISTVERSION= v4_7_9
|
||||
PORTVERSION= 4.8.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.iro.umontreal.ca/~gambit/download/gambit/v4.7/source/
|
||||
DISTNAME= gambc-${DISTVERSION}
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= Gambit programming system where the compiler generates portable C code
|
||||
@ -14,6 +13,9 @@ COMMENT= Gambit programming system where the compiler generates portable C code
|
||||
LICENSE= APACHE20 LGPL21
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= feeley
|
||||
GH_PROJECT= gambit
|
||||
USES= compiler gmake tar:tgz
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-single-host \
|
||||
@ -26,7 +28,7 @@ CONFIGURE_ARGS= --enable-single-host \
|
||||
MAKEFILE= makefile
|
||||
USE_LDCONFIG= ${PREFIX}/lib/gambit-c
|
||||
|
||||
INFO= gambit-c
|
||||
INFO= gambit
|
||||
|
||||
OPTIONS_DEFINE= GCC
|
||||
OPTIONS_DEFAULT=GCC
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gambc-v4_7_9.tgz) = 17e4a2eebbd0f5ebd807b4ad79a98b89b2a5eef00199c318a885db4ef950f14f
|
||||
SIZE (gambc-v4_7_9.tgz) = 13209333
|
||||
SHA256 (feeley-gambit-v4.8.0_GH0.tgz) = d5071035609c2d5fa20b8f7c232580ecb2c7b2af4a0a8209922d7a0b0f8c1ecb
|
||||
SIZE (feeley-gambit-v4.8.0_GH0.tgz) = 12506602
|
||||
|
@ -5,6 +5,6 @@ ghostscript, the interpreter and compiler have been renamed
|
||||
"gsi-gambit" and "gsc-gambit" respectively.
|
||||
|
||||
However, documentation is still accessible through "man gsi" or
|
||||
"info gambit-c"
|
||||
"info gambit"
|
||||
|
||||
======================================================================
|
||||
|
@ -1,5 +1,5 @@
|
||||
bin/gambc-cc
|
||||
bin/gambc-doc
|
||||
bin/gambcomp-C
|
||||
bin/gambdoc
|
||||
bin/gsc-gambit
|
||||
bin/gsc-script
|
||||
bin/gsi-gambit
|
||||
@ -17,10 +17,10 @@ lib/gambit-c/_assert#.scm
|
||||
lib/gambit-c/_codegen#.scm
|
||||
lib/gambit-c/_define-syntax.scm
|
||||
lib/gambit-c/_eval#.scm
|
||||
lib/gambit-c/_gambc.c
|
||||
lib/gambit-c/_gambcgsc.c
|
||||
lib/gambit-c/_gambcgsi.c
|
||||
lib/gambit-c/_gambit#.scm
|
||||
lib/gambit-c/_gambit.c
|
||||
lib/gambit-c/_gambitgsc.c
|
||||
lib/gambit-c/_gambitgsi.c
|
||||
lib/gambit-c/_io#.scm
|
||||
lib/gambit-c/_kernel#.scm
|
||||
lib/gambit-c/_nonstd#.scm
|
||||
@ -44,14 +44,14 @@ lib/gambit-c/_x86#.scm
|
||||
lib/gambit-c/digest#.scm
|
||||
lib/gambit-c/digest.scm
|
||||
lib/gambit-c/gambit#.scm
|
||||
lib/gambit-c/libgambc.a
|
||||
lib/gambit-c/libgambcgsc.a
|
||||
lib/gambit-c/libgambcgsi.a
|
||||
lib/gambit-c/libgambit.a
|
||||
lib/gambit-c/libgambitgsc.a
|
||||
lib/gambit-c/libgambitgsi.a
|
||||
lib/gambit-c/r4rs#.scm
|
||||
lib/gambit-c/r5rs#.scm
|
||||
lib/gambit-c/syntax-case.scm
|
||||
man/man1/gsi.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/gambit-c.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/gambit-c.pdf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/gambit-c.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/gambit.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/gambit.pdf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/gambit.txt
|
||||
share/emacs/site-lisp/gambit.el
|
||||
|
Loading…
Reference in New Issue
Block a user