pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

chicken: Drop, older than lang/chicken



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Sep 21 01:54:39 2016 +0200
Changeset:	4a32942b459abb1df361d1169bdf8badd4775e4f

Removed Files:
	chicken/DESCR
	chicken/Makefile
	chicken/PLIST
	chicken/distinfo

Log Message:
chicken: Drop, older than lang/chicken

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4a32942b459abb1df361d1169bdf8badd4775e4f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 chicken/DESCR    |  12 -------
 chicken/Makefile |  54 -----------------------------
 chicken/PLIST    | 102 -------------------------------------------------------
 chicken/distinfo |   5 ---
 4 files changed, 173 deletions(-)

diffs:
diff --git a/chicken/DESCR b/chicken/DESCR
deleted file mode 100644
index 041f6a6..0000000
--- a/chicken/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-CHICKEN is a Scheme-to-C compiler supporting most of the language
-features as defined in the Revised^5 Report on Scheme.  CHICKEN
-generates quite portable C code, and files compiled by it (including
-itself) should work without any changes on most platforms.
-
-The whole package is distributed under a BSD license and as such free
-to use and modify as long as you adhere to its terms (see the manual).
-Linkage to C modules and C-library functions is straightforward, so
-it's easy to access C from Scheme.  Compiled code can be embedded into
-existing C programs without problems.  The generated code supports
-full tail-recursion, first-class continuations, multiple values and
-dynamic-wind.
diff --git a/chicken/Makefile b/chicken/Makefile
deleted file mode 100644
index ff9986e..0000000
--- a/chicken/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2015/09/01 19:05:03 leot1990 Exp $
-
-DISTNAME=	chicken-4.10.1
-CATEGORIES=	lang
-MASTER_SITES=	http://code.call-cc.org/dev-snapshots/2015/08/29/
-
-MAINTAINER=	asau%inbox.ru@localhost #, airhead%users.sourceforge.net@localhost
-HOMEPAGE=	http://www.call-cc.org/
-COMMENT=	Scheme to C compiler, handling R5RS
-LICENSE=	modified-bsd
-
-MAKE_JOBS_SAFE=		no
-
-USE_LIBTOOL=		yes
-USE_TOOLS+=		gmake
-UNLIMIT_RESOURCES=	datasize
-
-INSTALLATION_DIRS=	share/chicken
-OWN_DIRS=		${PREFIX}/lib/chicken ${PREFIX}/lib/chicken/8
-
-BUILD_TARGET=		all
-
-.include "../../mk/bsd.prefs.mk"
-
-# PLATFORM detection:
-.if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly"
-PLATFORM=	bsd
-.elif ${OPSYS} == "Linux"
-PLATFORM=	linux
-.elif ${OPSYS} == "Darwin"
-PLATFORM=	macosx
-.elif ${OPSYS} == "SunOS"
-PLATFORM=	solaris
-.elif ${OPSYS} == "Haiku"
-PLATFORM=	haiku
-.else
-#PLATFORM+=	${OPSYS} == "Interix"
-# possible choices left: mingw-msys mingw cygwin cross-linux-mingw
-PKG_SKIP_REASON=	"${OPSYS} is not supported"
-.endif
-
-MAKE_FILE=	GNUmakefile
-MAKE_ENV+=	C_COMPILER=$(CC:Q)
-MAKE_ENV+=	HOST=	# fix ${HOST} prepending ${CC}
-# Need to have these in MAKE_FLAGS, MAKE_ENV is not enough due to the
-# way the build system overrides them.
-MAKE_FLAGS+=	PLATFORM=${PLATFORM:Q} PREFIX=${PREFIX:Q} DESTDIR=${DESTDIR:Q}
-MAKE_FLAGS+=	MANDIR=${PREFIX:Q}/${PKGMANDIR}
-MAKE_FLAGS+=	INFODIR=${PREFIX:Q}/${PKGINFODIR:Q}
-MAKE_FLAGS+=	DOCDIR=${PREFIX:Q}/share/doc/${PKGNAME_NOREV}
-
-TEST_TARGET=	check
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/chicken/PLIST b/chicken/PLIST
deleted file mode 100644
index 6c028c0..0000000
--- a/chicken/PLIST
+++ /dev/null
@@ -1,102 +0,0 @@
-@comment $NetBSD: PLIST,v 1.8 2015/09/01 19:05:03 leot1990 Exp $
-bin/chicken
-bin/chicken-bug
-bin/chicken-install
-bin/chicken-profile
-bin/chicken-status
-bin/chicken-uninstall
-bin/csc
-bin/csi
-include/chicken/chicken-config.h
-include/chicken/chicken.h
-lib/chicken/8/chicken.import.so
-lib/chicken/8/csi.import.so
-lib/chicken/8/data-structures.import.so
-lib/chicken/8/extras.import.so
-lib/chicken/8/files.import.so
-lib/chicken/8/foreign.import.so
-lib/chicken/8/irregex.import.so
-lib/chicken/8/lolevel.import.so
-lib/chicken/8/ports.import.so
-lib/chicken/8/posix.import.so
-lib/chicken/8/setup-api.import.so
-lib/chicken/8/setup-api.so
-lib/chicken/8/setup-download.import.so
-lib/chicken/8/setup-download.so
-lib/chicken/8/srfi-1.import.so
-lib/chicken/8/srfi-13.import.so
-lib/chicken/8/srfi-14.import.so
-lib/chicken/8/srfi-18.import.so
-lib/chicken/8/srfi-4.import.so
-lib/chicken/8/srfi-69.import.so
-lib/chicken/8/tcp.import.so
-lib/chicken/8/types.db
-lib/chicken/8/utils.import.so
-lib/libchicken.a
-lib/libchicken.so
-lib/libchicken.so.8
-man/man1/chicken-bug.1
-man/man1/chicken-install.1
-man/man1/chicken-profile.1
-man/man1/chicken-status.1
-man/man1/chicken-uninstall.1
-man/man1/chicken.1
-man/man1/csc.1
-man/man1/csi.1
-share/chicken/setup.defaults
-share/doc/${PKGNAME}/LICENSE
-share/doc/${PKGNAME}/README
-share/doc/${PKGNAME}/manual/Accessing external objects.html
-share/doc/${PKGNAME}/manual/Acknowledgements.html
-share/doc/${PKGNAME}/manual/Basic mode of operation.html
-share/doc/${PKGNAME}/manual/Bibliography.html
-share/doc/${PKGNAME}/manual/Bugs and limitations.html
-share/doc/${PKGNAME}/manual/C interface.html
-share/doc/${PKGNAME}/manual/Callbacks.html
-share/doc/${PKGNAME}/manual/Cross development.html
-share/doc/${PKGNAME}/manual/Data representation.html
-share/doc/${PKGNAME}/manual/Declarations.html
-share/doc/${PKGNAME}/manual/Deployment.html
-share/doc/${PKGNAME}/manual/Deviations from the standard.html
-share/doc/${PKGNAME}/manual/Embedding.html
-share/doc/${PKGNAME}/manual/Exceptions.html
-share/doc/${PKGNAME}/manual/Extensions to the standard.html
-share/doc/${PKGNAME}/manual/Extensions.html
-share/doc/${PKGNAME}/manual/Foreign type specifiers.html
-share/doc/${PKGNAME}/manual/Getting started.html
-share/doc/${PKGNAME}/manual/Interface to external functions and variables.html
-share/doc/${PKGNAME}/manual/Locations.html
-share/doc/${PKGNAME}/manual/Macros.html
-share/doc/${PKGNAME}/manual/Modules.html
-share/doc/${PKGNAME}/manual/Non-standard macros and special forms.html
-share/doc/${PKGNAME}/manual/Non-standard read syntax.html
-share/doc/${PKGNAME}/manual/Other support procedures.html
-share/doc/${PKGNAME}/manual/Parameters.html
-share/doc/${PKGNAME}/manual/Supported language.html
-share/doc/${PKGNAME}/manual/The R5RS standard.html
-share/doc/${PKGNAME}/manual/The User's Manual.html
-share/doc/${PKGNAME}/manual/Types.html
-share/doc/${PKGNAME}/manual/Unit data-structures.html
-share/doc/${PKGNAME}/manual/Unit eval.html
-share/doc/${PKGNAME}/manual/Unit expand.html
-share/doc/${PKGNAME}/manual/Unit extras.html
-share/doc/${PKGNAME}/manual/Unit files.html
-share/doc/${PKGNAME}/manual/Unit irregex.html
-share/doc/${PKGNAME}/manual/Unit library.html
-share/doc/${PKGNAME}/manual/Unit lolevel.html
-share/doc/${PKGNAME}/manual/Unit ports.html
-share/doc/${PKGNAME}/manual/Unit posix.html
-share/doc/${PKGNAME}/manual/Unit srfi-1.html
-share/doc/${PKGNAME}/manual/Unit srfi-13.html
-share/doc/${PKGNAME}/manual/Unit srfi-14.html
-share/doc/${PKGNAME}/manual/Unit srfi-18.html
-share/doc/${PKGNAME}/manual/Unit srfi-4.html
-share/doc/${PKGNAME}/manual/Unit srfi-69.html
-share/doc/${PKGNAME}/manual/Unit tcp.html
-share/doc/${PKGNAME}/manual/Unit utils.html
-share/doc/${PKGNAME}/manual/Using the compiler.html
-share/doc/${PKGNAME}/manual/Using the interpreter.html
-share/doc/${PKGNAME}/manual/chicken.png
-share/doc/${PKGNAME}/manual/faq.html
-share/doc/${PKGNAME}/manual/index.html
-share/doc/${PKGNAME}/manual/manual.css
diff --git a/chicken/distinfo b/chicken/distinfo
deleted file mode 100644
index f717266..0000000
--- a/chicken/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.12 2015/09/01 19:05:03 leot1990 Exp $
-
-SHA1 (chicken-4.10.1.tar.gz) = 640093fa11eb1213d4fe4138c1651613e3b96c49
-RMD160 (chicken-4.10.1.tar.gz) = 8fed55485ee8a05b930eedf3ea22ddb6b5a32dad
-Size (chicken-4.10.1.tar.gz) = 4051334 bytes


Home | Main Index | Thread Index | Old Index