Date: Wed, 26 Apr 2006 16:04:06 +0400 (MSD) From: Denis Shaposhnikov <dsh@vlink.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: dsh@neva.vlink.ru Subject: ports/96359: New port: security/tclsasl (TCL interface to the Cyrus SASLv2) Message-ID: <200604261204.k3QC46jW090355@neva.vlink.ru> Resent-Message-ID: <200604261210.k3QCAJN7046096@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96359 >Category: ports >Synopsis: New port: security/tclsasl (TCL interface to the Cyrus SASLv2) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 26 12:10:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Denis Shaposhnikov >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD neva.vlink.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #6: Mon Apr 3 09:27:04 MSD 2006 dsh@neva.vlink.ru:/var/FreeBSD/obj/var/FreeBSD/src/sys/MYNERIC i386 >Description: This document won't tell you what SASL is. What it will tell you, the Tcl programmer, is how you can access the Cyrus SASLv2 library from your Tcl script. WWW: http://beepcore-tcl.sourceforge.net/tclsasl.html >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # tclsasl/ # tclsasl/Makefile # tclsasl/distinfo # tclsasl/pkg-descr # tclsasl/pkg-plist # tclsasl/files # tclsasl/files/patch-Makefile.in # tclsasl/files/patch-configure # echo c - tclsasl/ mkdir -p tclsasl/ > /dev/null 2>&1 echo x - tclsasl/Makefile sed 's/^X//' >tclsasl/Makefile << 'END-of-tclsasl/Makefile' X# New ports collection makefile for: tclsasl X# Date created: Wed Apr 26 12:42:16 MSD 2006 X# Whom: Denis Shaposhnikov <dsh@vlink.ru> X# X# $FreeBSD$ X# X XPORTNAME= tclsasl XPORTVERSION= 1.0 XCATEGORIES= security tcl84 XMASTER_SITES= http://beepcore-tcl.sourceforge.net/ XEXTRACT_SUFX= .tgz X XMAINTAINER= dsh@vlink.ru XCOMMENT= A Tcl interface to the Cyrus SASLv2 library. X XLIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 X XGNU_CONFIGURE= yes XUSE_TCL= yes XINSTALLS_SHLIB= yes X XCONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \ X --with-tclinclude=${TCL_INCLUDEDIR} \ X --with-cyrus-sasl=${LOCALBASE} XCONFIGURE_ENV= INSTALL="${INSTALL_DATA}" X XPORTDOCS= tclsasl.html X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/doc/tclsasl.html ${DOCSDIR} X.endif X X.include <bsd.port.mk> END-of-tclsasl/Makefile echo x - tclsasl/distinfo sed 's/^X//' >tclsasl/distinfo << 'END-of-tclsasl/distinfo' XMD5 (tclsasl-1.0.tgz) = 6d8cc2bd31d9d41a999a72817308d165 XSHA256 (tclsasl-1.0.tgz) = 4a07365339b4ec9bbc3d0d3a726d6f06608b49b0a1524e2ce5b22d2be14a2e25 XSIZE (tclsasl-1.0.tgz) = 229245 END-of-tclsasl/distinfo echo x - tclsasl/pkg-descr sed 's/^X//' >tclsasl/pkg-descr << 'END-of-tclsasl/pkg-descr' XThis document won't tell you what SASL is. What it will tell you, the XTcl programmer, is how you can access the Cyrus SASLv2 library from Xyour Tcl script. X XWWW: http://beepcore-tcl.sourceforge.net/tclsasl.html END-of-tclsasl/pkg-descr echo x - tclsasl/pkg-plist sed 's/^X//' >tclsasl/pkg-plist << 'END-of-tclsasl/pkg-plist' Xlib/libtclsasl.so.1 Xlib/libtclsasl.so Xlib/libtclsasl.la Xlib/tclsasl/pkgIndex.tcl Xlib/tclsasl/test.tcl X@dirrm lib/tclsasl END-of-tclsasl/pkg-plist echo c - tclsasl/files mkdir -p tclsasl/files > /dev/null 2>&1 echo x - tclsasl/files/patch-Makefile.in sed 's/^X//' >tclsasl/files/patch-Makefile.in << 'END-of-tclsasl/files/patch-Makefile.in' X--- Makefile.in.orig Sat Jun 8 11:10:07 2002 X+++ Makefile.in Wed Apr 26 13:14:22 2006 X@@ -137,7 +137,7 @@ X WISH_PROG = @WISH_PROG@ X tclsasl_LIB_FILE = @tclsasl_LIB_FILE@ X X-LIB_TCL = -ltcl83 X+LIB_TCL = $(TCL_STUB_LIB_SPEC) X LIB_SASL = @CYRUS_LIBS@ X X tclsasl_version = 1:0:0 X@@ -367,7 +367,7 @@ X install: install-am X uninstall-am: uninstall-libLTLIBRARIES X uninstall: uninstall-am X-all-am: Makefile $(LTLIBRARIES) X+all-am: $(LTLIBRARIES) X all-redirect: all-am X install-strip: X $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install X@@ -437,7 +437,6 @@ X sed -e 's%load .libs/libtclsasl.so%package require sasl%' \ X < test.tcl \ X > @PKG_TCL@/test.tcl X- cp doc/tclsasl.html @PKG_TCL@/ X X # Tell versions [3.59,3.63) of GNU make to not export all variables. X # Otherwise a system limit (for SysV at least) may be exceeded. END-of-tclsasl/files/patch-Makefile.in echo x - tclsasl/files/patch-configure sed 's/^X//' >tclsasl/files/patch-configure << 'END-of-tclsasl/files/patch-configure' X--- configure.orig Sat Jun 8 11:10:07 2002 X+++ configure Wed Apr 26 13:13:38 2006 X@@ -2917,7 +2917,7 @@ X X X X-PKG_TCL=${TCL_PACKAGE_PATH}/sasl-${VERSION} X+PKG_TCL=${TCL_PACKAGE_PATH}/tclsasl X X X # Check whether --with-cyrus-sasl or --without-cyrus-sasl was given. END-of-tclsasl/files/patch-configure exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604261204.k3QC46jW090355>