diff options
author | wxs <wxs@FreeBSD.org> | 2008-07-25 11:27:57 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2008-07-25 11:27:57 +0800 |
commit | 5d9a38fe3ca789c7a4b0f6de55314f4783914b40 (patch) | |
tree | 8d7e1022ce976e72a5b9e6c5695237e28775f228 /lang | |
parent | 44bc8506548456185c602a14c0455bf85cf3b41d (diff) | |
download | freebsd-ports-gnome-5d9a38fe3ca789c7a4b0f6de55314f4783914b40.tar.gz freebsd-ports-gnome-5d9a38fe3ca789c7a4b0f6de55314f4783914b40.tar.zst freebsd-ports-gnome-5d9a38fe3ca789c7a4b0f6de55314f4783914b40.zip |
- Remove lang/gambc after it's been repocopied to lang/gambit-c
PR: ports/124087
Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
Approved by: Captain Fourier <rzinkov@gmail.com> (old maintainer)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/gambc/Makefile | 32 | ||||
-rw-r--r-- | lang/gambc/distinfo | 3 | ||||
-rw-r--r-- | lang/gambc/pkg-descr | 13 | ||||
-rw-r--r-- | lang/gambc/pkg-plist | 26 |
5 files changed, 0 insertions, 75 deletions
diff --git a/lang/Makefile b/lang/Makefile index 64836a160bf9..f80ab8c3a170 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -71,7 +71,6 @@ SUBDIR += freetxl SUBDIR += g95 SUBDIR += gambas - SUBDIR += gambc SUBDIR += gambit-c SUBDIR += gauche SUBDIR += gawk diff --git a/lang/gambc/Makefile b/lang/gambc/Makefile deleted file mode 100644 index f040dfa78808..000000000000 --- a/lang/gambc/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: gambc -# Date created: 28 December 2006 -# Whom: Rob Zinkov -# -# $FreeBSD$ -# - -PORTNAME= gambc -DISTVERSION= 4.0b20 -PORTREVISION= 1 -CATEGORIES= lang -MASTER_SITES= http://www.iro.umontreal.ca/~gambit/download/gambit/4.0/source/ - -MAINTAINER= pmn@bakarika.net -COMMENT= Gambit programming system where the compiler generates portable C code - -CONFLICTS= ghostscript-gpl-* ghostscript-gnu-* - -USE_GMAKE= yes -GNU_CONFIGURE= yes - -CONFIGURE_ARGS= --enable-single-host --enable-gcc-opts - -INFO= gambit-c - -pre-configure: - @${REINPLACE_CMD} -e 's|/4.0b20||' ${WRKSRC}/configure - -post-configure: - @${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile - -.include <bsd.port.mk> diff --git a/lang/gambc/distinfo b/lang/gambc/distinfo deleted file mode 100644 index 919c6fec79cc..000000000000 --- a/lang/gambc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gambc-4.0b20.tar.gz) = fb58e5bd67e52d88797672cbf04d34b3 -SHA256 (gambc-4.0b20.tar.gz) = 2ab46aead25b82b06d8f8dbe59b33896d32055f8340df2522ecfc11844ebb5a8 -SIZE (gambc-4.0b20.tar.gz) = 7025146 diff --git a/lang/gambc/pkg-descr b/lang/gambc/pkg-descr deleted file mode 100644 index 6dab4995bf4d..000000000000 --- a/lang/gambc/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -The Gambit programming system is a full implementation of the Scheme -language which conforms to the R4RS and IEEE Scheme standards. It -consists of two main programs: gsi, the Gambit Scheme interpreter, and -gsc, the Gambit Scheme compiler. - -Gambit-C is a version of the Gambit programming system in which the -compiler generates portable C code, making the whole Gambit-C system -and the programs compiled with it easily portable to many computer -architectures for which a C compiler is available. With appropriate -declarations in the source code the executable programs generated by -the compiler run roughly as fast as equivalent C programs. - -WWW: http://www.iro.umontreal.ca/~gambit/ diff --git a/lang/gambc/pkg-plist b/lang/gambc/pkg-plist deleted file mode 100644 index c3d9ba7668ad..000000000000 --- a/lang/gambc/pkg-plist +++ /dev/null @@ -1,26 +0,0 @@ -bin/six -bin/gsc -bin/gsc-cc-o -bin/gsc-script -bin/gsi -bin/gsi-script -bin/scheme-ieee-1178-1990 -bin/scheme-r4rs -bin/scheme-r5rs -bin/scheme-srfi-0 -bin/six-script -current -doc/gambit-c.html -doc/gambit-c.pdf -doc/gambit-c.txt -include/gambit.h -lib/_gambc.c -lib/digest#.scm -lib/digest.scm -lib/gambit#.scm -lib/libgambc.a -lib/r4rs#.scm -lib/r5rs#.scm -share/emacs/site-lisp/gambit.el -syntax-case.scm -@dirrm doc |