Used PKG_DEVELOPER=yes to find bugs and fix them.
This commit is contained in:
parent
5fb9c68c40
commit
629480af8d
7 changed files with 47 additions and 9 deletions
|
@ -1,14 +1,13 @@
|
||||||
===========================================================================
|
===========================================================================
|
||||||
$NetBSD: MESSAGE,v 1.2 2008/12/25 11:58:11 pettai Exp $
|
$NetBSD: MESSAGE,v 1.3 2009/12/13 00:21:03 pettai Exp $
|
||||||
|
|
||||||
tclreadline is now installed.
|
tclreadline is now installed.
|
||||||
|
|
||||||
A template file for the tcl/tk shells (tclsh & wish) is bundled and
|
A template for the tcl/tk shells (tclsh & wish) is bundled and installed:
|
||||||
installed here:
|
|
||||||
${EGDIR}/tclshrc
|
${EGDIR}/tclshrc
|
||||||
|
|
||||||
Rename it with a dot infront (.tclshrc & .wishrc) and copy it to your
|
Rename the file (put a dot in front) and copy it to your home directory ~
|
||||||
/etc/skel directory if you wish that all newly created users should receive
|
If you wish that all new users should receive it automatically, copy the
|
||||||
it automatically, or your just your home directory ~
|
file to your systems /etc/skel directory.
|
||||||
|
|
||||||
===========================================================================
|
===========================================================================
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.2 2009/05/20 00:58:43 thomasklausner Exp $
|
# $NetBSD: Makefile,v 1.3 2009/12/13 00:21:03 pettai Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= tclreadline-2.1.0
|
DISTNAME= tclreadline-2.1.0
|
||||||
|
@ -20,6 +20,13 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
||||||
|
|
||||||
MESSAGE_SUBST+= EGDIR=${EGDIR}
|
MESSAGE_SUBST+= EGDIR=${EGDIR}
|
||||||
|
|
||||||
|
SUBST_CLASSES+= paths
|
||||||
|
SUBST_FILES.paths= ${WRKSRC}/pkgIndex.tcl.in
|
||||||
|
SUBST_FILES.paths+= ${WRKSRC}/tclreadlineInit.tcl.in
|
||||||
|
SUBST_FILES.paths+= ${WRKSRC}/tclreadlineSetup.tcl.in
|
||||||
|
SUBST_STAGE.paths= post-patch
|
||||||
|
SUBST_SED.paths= -e 's,@@PREFIX@@,${PREFIX},'
|
||||||
|
|
||||||
INSTALLATION_DIRS= include ${PKGMANDIR}/mann lib \
|
INSTALLATION_DIRS= include ${PKGMANDIR}/mann lib \
|
||||||
lib/tclreadline${PKGVERSION} ${EGDIR}
|
lib/tclreadline${PKGVERSION} ${EGDIR}
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
- Cleanup errors during compilation?
|
|
|
@ -1,5 +1,8 @@
|
||||||
$NetBSD: distinfo,v 1.1.1.1 2008/12/09 22:58:43 pettai Exp $
|
$NetBSD: distinfo,v 1.2 2009/12/13 00:21:04 pettai Exp $
|
||||||
|
|
||||||
SHA1 (tclreadline-2.1.0.tar.gz) = 3b44f92ce1921ebccebab9b44d7cda6992cf8923
|
SHA1 (tclreadline-2.1.0.tar.gz) = 3b44f92ce1921ebccebab9b44d7cda6992cf8923
|
||||||
RMD160 (tclreadline-2.1.0.tar.gz) = 9967f7d7aa18fcd822f5701306f3a75a6001fdc5
|
RMD160 (tclreadline-2.1.0.tar.gz) = 9967f7d7aa18fcd822f5701306f3a75a6001fdc5
|
||||||
Size (tclreadline-2.1.0.tar.gz) = 160541 bytes
|
Size (tclreadline-2.1.0.tar.gz) = 160541 bytes
|
||||||
|
SHA1 (patch-aa) = 2dd150d11f07cc4d5ebb3fabac0425b25c92d634
|
||||||
|
SHA1 (patch-ab) = 3b01611f38a90f0c78f65ba9e9832c5b94ad82dc
|
||||||
|
SHA1 (patch-ac) = 4065165aab80b4bd7e8935e7f7fe2f7c17bafbed
|
||||||
|
|
10
tclreadline/patches/patch-aa
Normal file
10
tclreadline/patches/patch-aa
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
$NetBSD: patch-aa,v 1.1 2009/12/13 00:21:04 pettai Exp $
|
||||||
|
|
||||||
|
--- pkgIndex.tcl.in.orig 2009-12-13 01:11:55.000000000 +0100
|
||||||
|
+++ pkgIndex.tcl.in 2009-12-13 01:13:11.000000000 +0100
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/local/bin/tclsh
|
||||||
|
+#!@@PREFIX@@/bin/tclsh
|
||||||
|
# FILE: "/home/joze/src/tclreadline/pkgIndex.tcl.in"
|
||||||
|
# LAST MODIFICATION: "Sat, 01 Jul 2000 21:53:04 +0200 (joze)"
|
||||||
|
# (C) 1998 - 2000 by Johannes Zellner, <johannes@zellner.org>
|
10
tclreadline/patches/patch-ab
Normal file
10
tclreadline/patches/patch-ab
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
$NetBSD: patch-ab,v 1.1 2009/12/13 00:21:04 pettai Exp $
|
||||||
|
|
||||||
|
--- tclreadlineInit.tcl.in.orig 2009-12-13 01:12:15.000000000 +0100
|
||||||
|
+++ tclreadlineInit.tcl.in 2009-12-13 01:14:27.000000000 +0100
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/local/bin/tclsh
|
||||||
|
+#!@@PREFIX@@/bin/tclsh
|
||||||
|
# FILE: "/home/joze/src/tclreadline/tclreadlineInit.tcl.in"
|
||||||
|
# LAST MODIFICATION: "Mit, 20 Sep 2000 19:29:26 +0200 (joze)"
|
||||||
|
# (C) 1998 - 2000 by Johannes Zellner, <johannes@zellner.org>
|
10
tclreadline/patches/patch-ac
Normal file
10
tclreadline/patches/patch-ac
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
$NetBSD: patch-ac,v 1.1 2009/12/13 00:21:04 pettai Exp $
|
||||||
|
|
||||||
|
--- tclreadlineSetup.tcl.in.orig 2009-12-13 01:12:46.000000000 +0100
|
||||||
|
+++ tclreadlineSetup.tcl.in 2009-12-13 01:14:46.000000000 +0100
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/locanl/bin/tclsh
|
||||||
|
+#!@@PREFIX@@/bin/tclsh
|
||||||
|
# FILE: "/home/joze/src/tclreadline/tclreadlineSetup.tcl.in"
|
||||||
|
# LAST MODIFICATION: "Sat, 01 Jul 2000 21:53:28 +0200 (joze)"
|
||||||
|
# (C) 1998 - 2000 by Johannes Zellner, <johannes@zellner.org>
|
Loading…
Reference in a new issue