Update to 5.39.0.
This commit is contained in:
parent
52c81dfbba
commit
c50de102c8
@ -1,29 +1,29 @@
|
||||
# $OpenBSD: Makefile,v 1.39 2003/07/13 08:04:41 jolan Exp $
|
||||
# $OpenBSD: Makefile,v 1.40 2003/09/23 23:08:44 jolan Exp $
|
||||
|
||||
COMMENT= "sophisticated scripter based on Tcl/Tk"
|
||||
|
||||
DISTNAME= expect-5.38.3
|
||||
DISTNAME= expect-5.39.0
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://expect.nist.gov/old/
|
||||
|
||||
HOMEPAGE= http://expect.nist.gov/
|
||||
|
||||
LIB_DEPENDS+= tcl83.1::lang/tcl/8.3
|
||||
|
||||
MAINTAINER= Jolan Luff <jolan@openbsd.org>
|
||||
|
||||
# Public Domain
|
||||
# PD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
LIB_DEPENDS+= tcl83.1::lang/tcl/8.3
|
||||
|
||||
FLAVORS= no_tk
|
||||
FLAVOR?=
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS+=${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+=--with-tclconfig="${LOCALBASE}/lib/tcl8.3" \
|
||||
--with-tclinclude="${LOCALBASE}/include/tcl8.3"
|
||||
|
||||
@ -37,7 +37,7 @@ REGRESS_TARGET= test
|
||||
|
||||
DESTDIRNAME= INSTALL_ROOT
|
||||
|
||||
WRKDIST= ${WRKDIR}/expect-5.38
|
||||
WRKDIST=${WRKDIR}/expect-5.39
|
||||
|
||||
# make sure configure is newer than Makefile.in, since we patch Makefile.in
|
||||
# as well.
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (expect-5.38.3.tar.gz) = 83bd8db643c24d600645873b4100235c
|
||||
RMD160 (expect-5.38.3.tar.gz) = 650ba6abab010ad44d5129618130181b329a6a45
|
||||
SHA1 (expect-5.38.3.tar.gz) = 4810de72336324008749429bd09f7fee4d2cbdb4
|
||||
MD5 (expect-5.39.0.tar.gz) = 38a39787ef888f4fa009a8384d5c7c0a
|
||||
RMD160 (expect-5.39.0.tar.gz) = 04f12c89a3d540c1e02298984266eef70bdd2b17
|
||||
SHA1 (expect-5.39.0.tar.gz) = 00c0fa11374f77fcd73b90908993ad6087848bbc
|
||||
|
@ -6,5 +6,3 @@ by programs that refuse to read from stdin or pipes. (eg: passwd(1) etc).
|
||||
|
||||
Flavors:
|
||||
no_tk - Do not build with Tk support.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,9 +1,10 @@
|
||||
@comment $OpenBSD: PFRAG.no-no_tk,v 1.3 2002/12/15 00:22:03 brad Exp $
|
||||
@comment $OpenBSD: PFRAG.no-no_tk,v 1.4 2003/09/23 23:08:44 jolan Exp $
|
||||
bin/expectk
|
||||
bin/multixterm
|
||||
bin/tknewsbiff
|
||||
bin/tkpasswd
|
||||
bin/xkibitz
|
||||
bin/xpstat
|
||||
man/man1/expectk.1
|
||||
man/man1/multixterm.1
|
||||
man/man1/tknewsbiff.1
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2003/07/13 08:04:41 jolan Exp $
|
||||
lib/expect5.38/pkgIndex.tcl
|
||||
lib/libexpect538.so.1.2
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.5 2003/09/23 23:08:44 jolan Exp $
|
||||
lib/expect5.39/pkgIndex.tcl
|
||||
lib/libexpect539.so.1.2
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.16 2003/02/27 12:49:16 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.17 2003/09/23 23:08:44 jolan Exp $
|
||||
!%%no_tk%%
|
||||
bin/autoexpect
|
||||
bin/autopasswd
|
||||
bin/cryptdir
|
||||
@ -16,14 +17,12 @@ bin/timed-read
|
||||
bin/timed-run
|
||||
bin/unbuffer
|
||||
bin/weather
|
||||
bin/xpstat
|
||||
include/expect.h
|
||||
include/expect_comm.h
|
||||
include/expect_tcl.h
|
||||
include/tcldbg.h
|
||||
lib/expect5.38/libexpect538.a
|
||||
lib/libexpect538.a
|
||||
%%SHARED%%
|
||||
lib/expect5.39/libexpect539.a
|
||||
lib/libexpect539.a
|
||||
man/man1/autoexpect.1
|
||||
man/man1/cryptdir.1
|
||||
man/man1/decryptdir.1
|
||||
@ -34,5 +33,5 @@ man/man1/kibitz.1
|
||||
man/man1/passmass.1
|
||||
man/man1/unbuffer.1
|
||||
man/man3/libexpect.3
|
||||
!%%no_tk%%
|
||||
@dirrm lib/expect5.38
|
||||
%%SHARED%%
|
||||
@dirrm lib/expect5.39
|
||||
|
Loading…
Reference in New Issue
Block a user