Update to recent version
Remove maintainer since email address is invalid PR: 39954 Submitted by: jerry@thehutt.org
This commit is contained in:
parent
003872fd24
commit
9942828401
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62706
3 changed files with 24 additions and 15 deletions
|
@ -5,11 +5,14 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= expect
|
||||
PORTVERSION= 5.32.1
|
||||
PORTVERSION= 5.37.2
|
||||
CATEGORIES= lang tcl83 tk83
|
||||
MASTER_SITES= http://expect.nist.gov/src/
|
||||
|
||||
MAINTAINER= john@coastalgeology.org
|
||||
EXPECT_VER= 5.37
|
||||
LIBEXPECT_VER= 537
|
||||
|
||||
MAINTAINER= ports@freebsd.org
|
||||
|
||||
.if !defined(WITHOUT_X11)
|
||||
LIB_DEPENDS?= tk83.1:${PORTSDIR}/x11-toolkits/tk83
|
||||
|
@ -17,12 +20,15 @@ LIB_DEPENDS?= tk83.1:${PORTSDIR}/x11-toolkits/tk83
|
|||
LIB_DEPENDS?= tcl83.1:${PORTSDIR}/lang/tcl83
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/expect-5.32
|
||||
INSTALLS_SHLIB= yes
|
||||
WRKSRC= ${WRKDIR}/expect-${EXPECT_VER}
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_SUB+= EXPECT_VER="${EXPECT_VER}"
|
||||
PLIST_SUB+= LIBEXPECT_VER="${LIBEXPECT_VER}"
|
||||
|
||||
.if defined(WITHOUT_X11)
|
||||
TK_CONFIG_ARGS =
|
||||
TK_CONFIG_ARGS =
|
||||
PLIST_SUB += XFILES="@comment "
|
||||
.else
|
||||
TK_CONFIG_ARGS = --with-tkconfig=${PREFIX}/lib/tk8.3 \
|
||||
|
@ -34,17 +40,19 @@ CONFIGURE_ARGS?= --enable-shared \
|
|||
--with-tclconfig=${PREFIX}/lib/tcl8.3 \
|
||||
--with-tclinclude=${PREFIX}/include/tcl8.3 \
|
||||
${TK_CONFIG_ARGS}
|
||||
|
||||
.if !defined(NO_MAN_INSTALL)
|
||||
MAN1= autoexpect.1 cryptdir.1 decryptdir.1 dislocate.1 \
|
||||
expect.1 kibitz.1 mkpasswd.1 passmass.1 \
|
||||
expect.1 kibitz.1 mkpasswd.1 multixterm.1 passmass.1 \
|
||||
tknewsbiff.1 unbuffer.1 xkibitz.1
|
||||
.if !defined(WITHOUT_X11)
|
||||
MAN1 += expectk.1
|
||||
MAN1 += expectk.1
|
||||
.endif
|
||||
MAN3= libexpect.3
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${LN} -sf libexpect532.so.1 ${PREFIX}/lib/libexpect532.so
|
||||
${LN} -sf libexpect${LIBEXPECT_VER}.so.1 \
|
||||
${PREFIX}/lib/libexpect${LIBEXPECT_VER}.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (expect-5.32.1.tar.gz) = af232cc2f8537565efa31e2f7ef7cde5
|
||||
MD5 (expect-5.37.2.tar.gz) = 70202a9f02e73e0e72332ba46f14c46a
|
||||
|
|
|
@ -9,6 +9,7 @@ bin/ftp-rfc
|
|||
bin/kibitz
|
||||
bin/lpunlock
|
||||
bin/mkpasswd
|
||||
bin/multixterm
|
||||
bin/passmass
|
||||
bin/rftp
|
||||
bin/rlogin-cwd
|
||||
|
@ -24,9 +25,9 @@ include/expect.h
|
|||
include/expect_comm.h
|
||||
include/expect_tcl.h
|
||||
include/tcldbg.h
|
||||
lib/expect5.32/pkgIndex.tcl
|
||||
lib/expect5.32/libexpect532.a
|
||||
lib/libexpect532.a
|
||||
lib/libexpect532.so
|
||||
lib/libexpect532.so.1
|
||||
@dirrm lib/expect5.32
|
||||
lib/expect%%EXPECT_VER%%/pkgIndex.tcl
|
||||
lib/expect%%EXPECT_VER%%/libexpect%%LIBEXPECT_VER%%.a
|
||||
lib/libexpect%%LIBEXPECT_VER%%.a
|
||||
lib/libexpect%%LIBEXPECT_VER%%.so
|
||||
lib/libexpect%%LIBEXPECT_VER%%.so.1
|
||||
@dirrm lib/expect%%EXPECT_VER%%
|
||||
|
|
Loading…
Reference in a new issue