svn commit: r302643 - in head/devel: . tcl-signal

Pietro Cerutti gahr at FreeBSD.org
Thu Aug 16 15:18:33 UTC 2012


Author: gahr
Date: Thu Aug 16 15:18:32 2012
New Revision: 302643
URL: http://svn.freebsd.org/changeset/ports/302643

Log:
  - New port: devel/tcl-signal
  
    This extension adds dynamically loadable signal handling to Tcl/Tk scripts.
  
    WWW: http://www.nyx.net/~mschwart/signal_ext.html

Added:
  head/devel/tcl-signal/
  head/devel/tcl-signal/Makefile   (contents, props changed)
  head/devel/tcl-signal/distinfo   (contents, props changed)
  head/devel/tcl-signal/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Aug 16 14:57:27 2012	(r302642)
+++ head/devel/Makefile	Thu Aug 16 15:18:32 2012	(r302643)
@@ -4024,6 +4024,7 @@
     SUBDIR += talloc
     SUBDIR += tbb
     SUBDIR += tcl-memchan
+    SUBDIR += tcl-signal
     SUBDIR += tcl-trf
     SUBDIR += tclcheck
     SUBDIR += tclcl

Added: head/devel/tcl-signal/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/tcl-signal/Makefile	Thu Aug 16 15:18:32 2012	(r302643)
@@ -0,0 +1,30 @@
+# New ports collection Makefile for:	tcl-signal
+# Date created:				16 August 2012
+# Whom:					gahr
+#
+# $FreeBSD$
+#
+
+PORTNAME=	tcl-signal
+PORTVERSION=	1.4.0.1
+CATEGORIES=	devel
+MASTER_SITES=	http://www.nyx.net/~mschwart/
+DISTNAME=	signal_ext${PORTVERSION:R:R}
+
+MAINTAINER=	gahr at FreeBSD.org
+COMMENT=	Dynamically loadable signal handling for Tcl/Tk scripts
+
+USE_TCL=	yes
+GNU_CONFIGURE=	yes
+ALL_TARGET=	signal.so
+CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR}
+CONFIGURE_ENV+=	TCL_INC_DIR=${TCL_INCLUDEDIR}
+
+PLIST_FILES=	lib/signal/signal.so \
+		lib/signal/pkgIndex.tcl
+
+post-patch:
+	${REINPLACE_CMD} -e 's|\.\./lib||' ${WRKSRC}/${CONFIGURE_SCRIPT}
+	${REINPLACE_CMD} -e 's|mkdir|${MKDIR}|; s|@TCL_PACKAGE_PATH@|@TCL_PREFIX@/lib|g' ${WRKSRC}/Makefile.in
+
+.include <bsd.port.mk>

Added: head/devel/tcl-signal/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/tcl-signal/distinfo	Thu Aug 16 15:18:32 2012	(r302643)
@@ -0,0 +1,2 @@
+SHA256 (signal_ext1.4.tar.gz) = 24a6c606807f39d3e9b477dffab28ecda308c65bfeba350125f2227ae313e0f0
+SIZE (signal_ext1.4.tar.gz) = 22199

Added: head/devel/tcl-signal/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/tcl-signal/pkg-descr	Thu Aug 16 15:18:32 2012	(r302643)
@@ -0,0 +1,4 @@
+This extension adds dynamically loadable signal handling to
+Tcl/Tk scripts.
+
+WWW: http://www.nyx.net/~mschwart/signal_ext.html



More information about the svn-ports-all mailing list