d48d2fdf1b
Changelog: 2013-02-01 Andreas Kupries <andreas_kupries@users.sourceforge.net> * * Released and tagged Tcllib 1.15 ======================== * 2013-01-28 Andreas Kupries <andreask@activestate.com> * modules/fileutil: New package 'fileutil::decode'. * modules/zip: New module 'zip', with packages 'zipfile::encode' and 'zipfile::decode' 2013-01-24 Andreas Kupries <andreask@activestate.com> * New module and packages: clock (rfc2822, iso8601). Tcl 8.5 only. 2013-01-08 Andreas Kupries <andreas_kupries@users.sourceforge.net> * configure.in: [Bug 3593146]: Extended with CYGPATH usage to allow building under cygwin. * configure: Regenerated (autoconf 2.67). 2012-08-07 Andreas Kupries <andreask@activestate.com> * modules/generator: Generators (via the coroutines of Tcl 8.6). Provided by Neil Madden. * support/installation/modules.tcl:
35 lines
1.2 KiB
Makefile
35 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.13 2014/02/02 19:06:30 wiz Exp $
|
|
|
|
DISTNAME= tcllib-1.15
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcllib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://tcllib.sourceforge.net/
|
|
COMMENT= Collection of utility modules for Tcl
|
|
|
|
GNU_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
CONFIGURE_ENV+= ac_cv_path_tclsh=${TCLSH:Q}
|
|
|
|
SUBST_CLASSES+= fix
|
|
SUBST_STAGE.fix= post-patch
|
|
SUBST_FILES.fix= modules/doctools/mpformats/_html.tcl
|
|
SUBST_SED.fix= -e "s,/usr/bin/wget -q -O,${FETCH_CMD} -V -o,g"
|
|
SUBST_MESSAGE.fix= Fixing hardcoded ftp binary.
|
|
|
|
SUBST_CLASSES+= tclsh
|
|
SUBST_STAGE.tclsh= post-patch
|
|
SUBST_FILES.tclsh= modules/pki/pki.tcl
|
|
SUBST_SED.tclsh= -e "s,/usr/bin/env.*tclsh,${TCLSH},g"
|
|
SUBST_MESSAGE.tclsh= Fixing path to tclsh.
|
|
|
|
pre-install:
|
|
${MV} ${WRKSRC}/modules/virtchannel_base/string.man ${WRKSRC}/modules/virtchannel_base/chan_string.man
|
|
${MV} ${WRKSRC}/modules/virtchannel_base/variable.man ${WRKSRC}/modules/virtchannel_base/chan_variable.man
|
|
${MV} ${WRKSRC}/modules/virtchannel_transform/zlib.man ${WRKSRC}/modules/virtchannel_transform/transform_zlib.man
|
|
|
|
.include "../../lang/tcl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|