- upgrade to version 1.0b11

- bump NEED_VERSION
- add HOMEPAGE
- update MASTER_SITES
This commit is contained in:
kevlo 2002-02-28 15:27:10 +00:00
parent 1ad8d24ed2
commit b941c2a491
7 changed files with 29 additions and 38 deletions

View File

@ -1,28 +1,31 @@
#
# $FreeBSD: ports/devel/tclcl/Makefile,v 1.4 1999/11/28 18:31:57 steve Exp $
# $OpenBSD: Makefile,v 1.12 2001/11/12 16:24:10 espie Exp $
# $OpenBSD: Makefile,v 1.13 2002/02/28 15:27:10 kevlo Exp $
#
COMMENT= "Tcl/C++ interface used by ns and nam"
V=1.0b9
V=1.0b11
DISTFILES= tclcl-src-$V.tar.gz
DISTNAME= tclcl-$V
CATEGORIES= devel
NEED_VERSION= 1.402
MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/
NEED_VERSION= 1.505
HOMEPAGE= http://www.isi.edu/nsnam/tclcl/index.html
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
MASTER_SITES= http://www.isi.edu/nsnam/dist/
LIB_DEPENDS= tk83.1::x11/tk/8.3 \
otcl.1::lang/otcl
CONFIGURE_STYLE= gnu
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3
do-install:
@ -32,5 +35,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/libtclcl.a ${PREFIX}/lib
@ln -sf ${TRUEPREFIX}/lib/libtclcl.a ${PREFIX}/lib/libTcl.a
NO_REGRESS=Yes
NO_REGRESS= Yes
.include <bsd.port.mk>

3
devel/tclcl/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (tclcl-src-1.0b11.tar.gz) = 05c024761b57c8c9a41ec1b9487db3ca
RMD160 (tclcl-src-1.0b11.tar.gz) = bc1389e776faab91b49f146978e4bf3ef5c1e869
SHA1 (tclcl-src-1.0b11.tar.gz) = d2065a5d7df8050944c43824fbc1a3564fff7ebf

View File

@ -1,3 +0,0 @@
MD5 (tclcl-src-1.0b9.tar.gz) = a6237761c2a973a52d8b02ecac5ce47f
RMD160 (tclcl-src-1.0b9.tar.gz) = 3a239853d4381672eeb425d4f7f561ac96e8da7a
SHA1 (tclcl-src-1.0b9.tar.gz) = 24c9f17f1b822aec27dc62b84e894e403954ec72

View File

@ -1,7 +1,6 @@
$OpenBSD: patch-Makefile_in,v 1.2 2002/02/21 20:26:09 angelos Exp $
--- Makefile.in.orig Tue Nov 30 03:20:09 1999
+++ Makefile.in Mon Nov 12 17:04:58 2001
@@ -66,7 +66,7 @@ INCLUDES = \
--- Makefile.in.orig Thu Feb 28 14:05:02 2002
+++ Makefile.in Thu Feb 28 14:15:09 2002
@@ -66,7 +66,7 @@
LIB = \
@V_LIBS@
@ -10,15 +9,12 @@ $OpenBSD: patch-Makefile_in,v 1.2 2002/02/21 20:26:09 angelos Exp $
# Explicitly define compilation rules since SunOS 4's make doesn't like gcc.
# Also, gcc does not remove the .o before forking 'as', which can be a
@@ -99,6 +99,11 @@ TCL_82_LIBRARY_FILES = \
$(LIBRARY_TCL)/history.tcl \
$(LIBRARY_TCL)/word.tcl \
@@ -103,7 +103,7 @@
$(LIBRARY_TCL)/http2.1/http.tcl
+TCL_83_LIBRARY_FILES = \
+ $(LIBRARY_TCL)/init.tcl \
+ $(LIBRARY_TCL)/history.tcl \
+ $(LIBRARY_TCL)/word.tcl \
+ $(LIBRARY_TCL)/http2.3/http.tcl
TCL_76_LIBRARY_FILES = \
$(LIBRARY_TCL)/init.tcl
TCL_83_LIBRARY_FILES = \
$(TCL_BASE_LIBRARY_FILES) \
- $(LIBRARY_TCL)/http2.3/http.tcl
+ $(LIBRARY_TCL)/http2.4/http.tcl
TCL_LIBRARY_FILES = \
@V_TCL_LIBRARY_FILES@

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-config_sub,v 1.1 2001/11/12 16:24:10 espie Exp $
--- config.sub.orig Sat Feb 13 00:44:50 1999
+++ config.sub Sat Nov 10 03:54:05 2001
@@ -609,7 +609,7 @@ case $os in
| -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
| -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
- | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
+ | -hiux* | -386bsd* | -netbsd* | -freebsd* | -openbsd* | -riscix* \
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta | -udi | -eabi)
;;

View File

@ -1 +1,3 @@
tcl/C++ interface used by ns and nam
Tcl/C++ interface used by ns and nam
WWW: ${HOMEPAGE}

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2000/07/14 06:11:31 kevlo Exp $
@comment $OpenBSD: PLIST,v 1.3 2002/02/28 15:27:24 kevlo Exp $
bin/tcl2c++
bin/otcldoc
include/Tcl.h
@ -7,6 +7,7 @@ include/iohandler.h
include/rate-variable.h
include/tclcl-config.h
include/tclcl-mappings.h
include/tclcl-internal.h
include/tclcl.h
include/timer.h
include/tracedvar.h