Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 11:22:34 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341712 - in head/lang: . jimtcl
Message-ID:  <201401291122.s0TBMYRv012181@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jan 29 11:22:33 2014
New Revision: 341712
URL: http://svnweb.freebsd.org/changeset/ports/341712
QAT: https://qat.redports.org/buildarchive/r341712/

Log:
  Add jimtcl into the ports tree

Added:
  head/lang/jimtcl/
  head/lang/jimtcl/Makefile   (contents, props changed)
  head/lang/jimtcl/distinfo   (contents, props changed)
  head/lang/jimtcl/pkg-descr   (contents, props changed)
  head/lang/jimtcl/pkg-plist   (contents, props changed)
Modified:
  head/lang/Makefile

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Wed Jan 29 10:57:06 2014	(r341711)
+++ head/lang/Makefile	Wed Jan 29 11:22:33 2014	(r341712)
@@ -134,6 +134,7 @@
     SUBDIR += ironpython
     SUBDIR += itcl
     SUBDIR += jakarta-commons-jelly
+    SUBDIR += jimtcl
     SUBDIR += jruby
     SUBDIR += jython
     SUBDIR += kawa

Added: head/lang/jimtcl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/jimtcl/Makefile	Wed Jan 29 11:22:33 2014	(r341712)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	jimtcl
+PORTVERSION=	0.74
+CATEGORIES=	lang tcl
+
+MAINTAINER=	bapt@FreeBSD.org
+COMMENT=	Small footprint implementation of the Tcl programming language
+
+LICENSE=	BSD2CLAUSE
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	msteveb
+GH_COMMIT=	9a3562c
+
+HAS_CONFIGURE=	yes
+CONFIGURE_ARGS=	--full \
+		--enable-shared \
+		--disable-docs
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jimsh \
+		${STAGEDIR}${PREFIX}/lib/libjim.so.0.74
+
+.include <bsd.port.mk>

Added: head/lang/jimtcl/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/jimtcl/distinfo	Wed Jan 29 11:22:33 2014	(r341712)
@@ -0,0 +1,2 @@
+SHA256 (jimtcl-0.74.tar.gz) = 8b0a7b290dfa29102df822dcb16ca416f2d6a39f81f35a77f4e3abd2a8a4ff04
+SIZE (jimtcl-0.74.tar.gz) = 2212559

Added: head/lang/jimtcl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/jimtcl/pkg-descr	Wed Jan 29 11:22:33 2014	(r341712)
@@ -0,0 +1,8 @@
+Jim is an opensource small-footprint implementation of the Tcl programming
+language. It implements a large subset of Tcl and adds new features like
+references with garbage collection, closures, built-in Object Oriented
+Programming system, Functional Programming commands, first-class arrays and
+UTF-8 support. All this with a binary size of about 100-200kB (depending upon
+selected options).
+
+WWW: http://jim.tcl.tk

Added: head/lang/jimtcl/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/jimtcl/pkg-plist	Wed Jan 29 11:22:33 2014	(r341712)
@@ -0,0 +1,11 @@
+bin/build-jim-ext
+bin/jimsh
+include/jim-config.h
+include/jim-eventloop.h
+include/jim-signal.h
+include/jim-subcmd.h
+include/jim-win32compat.h
+include/jim.h
+lib/jim/README.extensions
+lib/libjim.so.0.74
+@dirrmtry lib/jim



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401291122.s0TBMYRv012181>