diff options
author | gahr <gahr@FreeBSD.org> | 2014-02-28 18:17:57 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-02-28 18:17:57 +0800 |
commit | aece4ff6772ecd275a9c7f316b62149f4efb81db (patch) | |
tree | 491103d845f8550cca4016a9eeae1610b61bcc16 /lang | |
parent | f1c745b9d83acee1f1d2c035486fed98be21f85c (diff) | |
download | freebsd-ports-gnome-aece4ff6772ecd275a9c7f316b62149f4efb81db.tar.gz freebsd-ports-gnome-aece4ff6772ecd275a9c7f316b62149f4efb81db.tar.zst freebsd-ports-gnome-aece4ff6772ecd275a9c7f316b62149f4efb81db.zip |
- Kill lang/expect-devel -- no longer relevant, use lang/expect instead
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/expect-devel/Makefile | 80 | ||||
-rw-r--r-- | lang/expect-devel/distinfo | 2 | ||||
-rw-r--r-- | lang/expect-devel/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | lang/expect-devel/pkg-descr | 9 | ||||
-rw-r--r-- | lang/expect-devel/pkg-plist | 30 |
6 files changed, 0 insertions, 133 deletions
diff --git a/lang/Makefile b/lang/Makefile index 7c4a681a3ef2..21616f102a6f 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -65,7 +65,6 @@ SUBDIR += erlang-runtime16 SUBDIR += execline SUBDIR += expect - SUBDIR += expect-devel SUBDIR += ezm3 SUBDIR += f2c SUBDIR += f77 diff --git a/lang/expect-devel/Makefile b/lang/expect-devel/Makefile deleted file mode 100644 index dfb9ed755b55..000000000000 --- a/lang/expect-devel/Makefile +++ /dev/null @@ -1,80 +0,0 @@ -# Created by: mm -# $FreeBSD$ - -PORTNAME= expect -PORTVERSION= 5.44.1.15 -PORTREVISION= 1 -CATEGORIES= lang tcl tk -MASTER_SITES= SF/wintcltk/Sources/Package%20Sources -DISTNAME= expect-cvs-20091231 -PKGNAMESUFFIX= -devel - -MAINTAINER= ports@FreeBSD.org -COMMENT= A sophisticated scripter based on tcl/tk - -CONFLICTS= expect-5.43* weather-[0-9]* - -USE_AUTOTOOLS= autoconf - -EXPECT_VER= ${PORTVERSION} - -.if !defined(WITHOUT_X11) -USES= tk -.else -PKGNAMESUFFIX= -nox11 -USES= tcl -.endif - -WRKSRC= ${WRKDIR}/expect -USE_LDCONFIG= ${PREFIX}/lib/expect${EXPECT_VER} -GNU_CONFIGURE= yes - -PLIST_SUB+= EXPECT_VER="${EXPECT_VER}" - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if defined(WITHOUT_X11) -TK_CONFIG_ARGS= -PLIST_SUB+= XFILES="@comment " -.else -USE_XORG= x11 -TK_CONFIG_ARGS= --with-tkconfig=${TK_LIBDIR} \ - --with-tkinclude=${TK_INCLUDEDIR} -CFLAGS+= -I${LOCALBASE}/include -I${TK_INCLUDEDIR} -I${TK_INCLUDEDIR}/generic -PLIST_SUB+= XFILES="" -.endif - -CONFIGURE_ARGS+=--enable-shared \ - --with-tclconfig=${TCL_LIBDIR} \ - --with-tclinclude=${TCL_INCLUDEDIR} \ - ${TK_CONFIG_ARGS} - -CFLAGS+= -I${TCL_INCLUDEDIR} -I${TCL_INCLUDEDIR}/generic - -.if !defined(NO_MAN_INSTALL) -MAN1= autoexpect.1 cryptdir.1 decryptdir.1 dislocate.1 \ - expect.1 kibitz.1 mkpasswd.1 passmass.1 unbuffer.1 xkibitz.1 -.if !defined(WITHOUT_X11) -MAN1+= expectk.1 multixterm.1 tknewsbiff.1 -.endif -MAN3= libexpect.3 -.endif - -post-patch: -.if defined(WITHOUT_X11) - @${REINPLACE_CMD} -e 's/TEA_PATH_TKCONFIG//g' \ - -e 's/TEA_LOAD_TKCONFIG//g' -e 's/TEA_PUBLIC_TK_HEADERS//g' \ - ${WRKSRC}/configure.in - @${REINPLACE_CMD} -e 's/expect expectk/expect/g' \ - -e 's/multixterm//g' -e 's/tknewsbiff//g' -e 's/tkpasswd//g' \ - -e 's/xpstat//g' -e 's/@TK_INCLUDES@//g' \ - -e 's|$$(INSTALL_DATA) $$(srcdir)/expectk.man|#|g' \ - ${WRKSRC}/Makefile.in -.endif - -pre-configure: - ${TOUCH} ${WRKSRC}/configure - @cd ${WRKSRC}/testsuite && ${AUTOCONF} -I .. - -.include <bsd.port.post.mk> diff --git a/lang/expect-devel/distinfo b/lang/expect-devel/distinfo deleted file mode 100644 index 8513435cf843..000000000000 --- a/lang/expect-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (expect-cvs-20091231.tar.gz) = eb15ba107e5410f000785889f773ed3ddebaf406899c112b8d7a8b7da82aa77d -SIZE (expect-cvs-20091231.tar.gz) = 671100 diff --git a/lang/expect-devel/files/patch-Makefile.in b/lang/expect-devel/files/patch-Makefile.in deleted file mode 100644 index 36b08fe5a622..000000000000 --- a/lang/expect-devel/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2008-04-03 21:07:14.000000000 +0200 -+++ Makefile.in 2008-04-12 11:33:33.000000000 +0200 -@@ -241,7 +241,7 @@ - @mkdir -p $(DESTDIR)$(prefix)/bin - -for i in $(SCRIPT_LIST) ; do \ - if [ -f $$i ] ; then \ -- $(INSTALL_PROGRAM) $$i $(DESTDIR)$(prefix)/bin/$$i ; \ -+ $(INSTALL_SCRIPT) $$i $(DESTDIR)$(prefix)/bin/$$i ; \ - rm -f $$i ; \ - else true; fi ; \ - done diff --git a/lang/expect-devel/pkg-descr b/lang/expect-devel/pkg-descr deleted file mode 100644 index 8db43699f455..000000000000 --- a/lang/expect-devel/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Expect is a program that performs programmed dialogue with other -interactive programs. It is briefly described by its man page, expect(1). - -It uses pseudo-tty's to control the child processes, so it is not affected -by programs that refuse to read from stdin or pipes. (eg: passwd(1) etc). - -This is a development version from CVS code at SourceForge. - -WWW: http://www.sourceforge.net/projects/expect diff --git a/lang/expect-devel/pkg-plist b/lang/expect-devel/pkg-plist deleted file mode 100644 index 4fe104d3a6fe..000000000000 --- a/lang/expect-devel/pkg-plist +++ /dev/null @@ -1,30 +0,0 @@ -bin/autoexpect -bin/autopasswd -bin/cryptdir -bin/decryptdir -bin/dislocate -bin/expect -%%XFILES%%bin/expectk -bin/ftp-rfc -bin/kibitz -bin/lpunlock -bin/mkpasswd -%%XFILES%%bin/multixterm -bin/passmass -bin/rftp -bin/rlogin-cwd -bin/timed-read -bin/timed-run -%%XFILES%%bin/tknewsbiff -%%XFILES%%bin/tkpasswd -bin/unbuffer -bin/weather -bin/xkibitz -%%XFILES%%bin/xpstat -include/expect.h -include/expect_comm.h -include/expect_tcl.h -include/tcldbg.h -lib/expect%%EXPECT_VER%%/pkgIndex.tcl -lib/expect%%EXPECT_VER%%/libexpect%%EXPECT_VER%%.so -@dirrm lib/expect%%EXPECT_VER%% |