Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 1999 13:05:54 -0600 (CST)
From:      obonilla@fisicc-ufm.edu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11339: New Port: tclcl (Tcl/C++ library)
Message-ID:  <199904261905.NAA91928@voyager.fisicc-ufm.edu>

next in thread | raw e-mail | index | archive | help

>Number:         11339
>Category:       ports
>Synopsis:       New Port: tclcl (Tcl/C++ library)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 26 12:10:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Oscar Bonilla
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
Universidad Francisco Marroquin - FISICC
>Environment:
>Description:
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	.
 #	./Makefile
 #	./pkg
 #	./pkg/COMMENT
 #	./pkg/DESCR
 #	./pkg/tmp
 #	./pkg/PLIST
 #	./files
 #	./files/md5
 #	./tclcl.shar
 #	./patches
 #	./patches/patch-aa
 #
 echo c - .
 mkdir -p . > /dev/null 2>&1
 echo x - ./Makefile
 sed 's/^X//' >./Makefile << 'END-of-./Makefile'
 X# New ports collection makefile for: tclcl
 X# Version required:	1.0b8
 X# Date created:		23 April 1999
 X# Whom:			obonilla
 X#
 X# $Id$
 X#
 X
 XDISTNAME=	tclcl-src-1.0b8
 XPKGNAME=	tclcl-1.0b8
 XCATEGORIES=	devel
 XMASTER_SITES=	http://www-mash.cs.berkeley.edu/dist/
 X
 XMAINTAINER=	obonilla@fisicc-ufm.edu
 X
 XLIB_DEPENDS=    tk80.1:${PORTSDIR}/x11-toolkits/tk80 \
 X		otcl.1:${PORTSDIR}/lang/otcl
 X
 XWRKSRC=		${WRKDIR}/${PKGNAME}
 X
 XGNU_CONFIGURE=	yes
 Xdo-install:
 X	${INSTALL_PROGRAM} ${WRKSRC}/tcl2c++ ${PREFIX}/bin
 X	${INSTALL_SCRIPT} ${WRKSRC}/otcldoc ${PREFIX}/bin
 X	${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include
 X	${INSTALL_DATA} ${WRKSRC}/libtclcl.a ${PREFIX}/lib
 X	@ln -sf ${PREFIX}/lib/libtclcl.a ${PREFIX}/lib/libTcl.a
 X.include <bsd.port.mk>
 END-of-./Makefile
 echo c - ./pkg
 mkdir -p ./pkg > /dev/null 2>&1
 echo x - ./pkg/COMMENT
 sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
 Xtcl/C++ interface used by ns and nam
 END-of-./pkg/COMMENT
 echo x - ./pkg/DESCR
 sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
 Xtcl/C++ interface used by ns and nam
 END-of-./pkg/DESCR
 echo x - ./pkg/tmp
 sed 's/^X//' >./pkg/tmp << 'END-of-./pkg/tmp'
 Xinclude/idlecallback.h
 Xinclude/iohandler.h
 Xinclude/rate-variable.h
 Xinclude/timer.h
 Xbin/tcl2c++
 Xinclude/tclcl.h
 Xinclude/tclcl-config.h
 Xinclude/tclcl-mappings.h
 Xinclude/tracedvar.h
 Xinclude/Tcl.h
 Xlib/libTcl.a
 Xlib/libtclcl.a
 END-of-./pkg/tmp
 echo x - ./pkg/PLIST
 sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
 Xbin/tcl2c++
 Xinclude/Tcl.h
 Xinclude/idlecallback.h
 Xinclude/iohandler.h
 Xinclude/rate-variable.h
 Xinclude/tclcl-config.h
 Xinclude/tclcl-mappings.h
 Xinclude/tclcl.h
 Xinclude/timer.h
 Xinclude/tracedvar.h
 Xlib/libTcl.a
 Xlib/libtclcl.a
 END-of-./pkg/PLIST
 echo c - ./files
 mkdir -p ./files > /dev/null 2>&1
 echo x - ./files/md5
 sed 's/^X//' >./files/md5 << 'END-of-./files/md5'
 XMD5 (tclcl-src-1.0b8.tar.gz) = aadb4de88d19749123be156b06d79156
 END-of-./files/md5
 echo x - ./tclcl.shar
 sed 's/^X//' >./tclcl.shar << 'END-of-./tclcl.shar'
 X# This is a shell archive.  Save it in a file, remove anything before
 X# this line, and then unpack it by entering "sh file".  Note, it may
 X# create directories; files and directories will be owned by you and
 X# have default permissions.
 X#
 X# This archive contains:
 X#
 X#	.
 X#	./Makefile
 X#	./pkg
 X#	./pkg/COMMENT
 X#	./pkg/DESCR
 X#	./pkg/tmp
 X#	./pkg/PLIST
 X#	./files
 X#	./files/md5
 X#	./tclcl.shar
 X#	./patches
 X#	./patches/patch-aa
 X#
 Xecho c - .
 Xmkdir -p . > /dev/null 2>&1
 Xecho x - ./Makefile
 Xsed 's/^X//' >./Makefile << 'END-of-./Makefile'
 XX# New ports collection makefile for: tclcl
 XX# Version required:	1.0b8
 XX# Date created:		23 April 1999
 XX# Whom:			obonilla
 XX#
 XX# $Id$
 XX#
 XX
 XXDISTNAME=	tclcl-src-1.0b8
 XXPKGNAME=	tclcl-1.0b8
 XXCATEGORIES=	devel
 XXMASTER_SITES=	http://www-mash.cs.berkeley.edu/dist/
 XX
 XXMAINTAINER=	obonilla@fisicc-ufm.edu
 XX
 XXLIB_DEPENDS=    tk80.1:${PORTSDIR}/x11-toolkits/tk80 \
 XX		otcl.1:${PORTSDIR}/lang/otcl
 XX
 XXWRKSRC=		${WRKDIR}/${PKGNAME}
 XX
 XXGNU_CONFIGURE=	yes
 XXdo-install:
 XX	${INSTALL_PROGRAM} ${WRKSRC}/tcl2c++ ${PREFIX}/bin
 XX	${INSTALL_SCRIPT} ${WRKSRC}/otcldoc ${PREFIX}/bin
 XX	${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include
 XX	${INSTALL_DATA} ${WRKSRC}/libtclcl.a ${PREFIX}/lib
 XX	@ln -sf ${PREFIX}/lib/libtclcl.a ${PREFIX}/lib/libTcl.a
 XX.include <bsd.port.mk>
 XEND-of-./Makefile
 Xecho c - ./pkg
 Xmkdir -p ./pkg > /dev/null 2>&1
 Xecho x - ./pkg/COMMENT
 Xsed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
 XXtcl/C++ interface used by ns and nam
 XEND-of-./pkg/COMMENT
 Xecho x - ./pkg/DESCR
 Xsed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
 XXtcl/C++ interface used by ns and nam
 XEND-of-./pkg/DESCR
 Xecho x - ./pkg/tmp
 Xsed 's/^X//' >./pkg/tmp << 'END-of-./pkg/tmp'
 XXinclude/idlecallback.h
 XXinclude/iohandler.h
 XXinclude/rate-variable.h
 XXinclude/timer.h
 XXbin/tcl2c++
 XXinclude/tclcl.h
 XXinclude/tclcl-config.h
 XXinclude/tclcl-mappings.h
 XXinclude/tracedvar.h
 XXinclude/Tcl.h
 XXlib/libTcl.a
 XXlib/libtclcl.a
 XEND-of-./pkg/tmp
 Xecho x - ./pkg/PLIST
 Xsed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
 XXbin/tcl2c++
 XXinclude/Tcl.h
 XXinclude/idlecallback.h
 XXinclude/iohandler.h
 XXinclude/rate-variable.h
 XXinclude/tclcl-config.h
 XXinclude/tclcl-mappings.h
 XXinclude/tclcl.h
 XXinclude/timer.h
 XXinclude/tracedvar.h
 XXlib/libTcl.a
 XXlib/libtclcl.a
 XEND-of-./pkg/PLIST
 Xecho c - ./files
 Xmkdir -p ./files > /dev/null 2>&1
 Xecho x - ./files/md5
 Xsed 's/^X//' >./files/md5 << 'END-of-./files/md5'
 XXMD5 (tclcl-src-1.0b8.tar.gz) = aadb4de88d19749123be156b06d79156
 XEND-of-./files/md5
 Xecho x - ./tclcl.shar
 Xsed 's/^X//' >./tclcl.shar << 'END-of-./tclcl.shar'
 END-of-./tclcl.shar
 echo c - ./patches
 mkdir -p ./patches > /dev/null 2>&1
 echo x - ./patches/patch-aa
 sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa'
 X--- tclcl-1.0b8/otcldoc.orig	Mon Apr 26 10:53:34 1999
 X+++ tclcl-1.0b8/otcldoc	Mon Apr 26 10:53:43 1999
 X@@ -1,7 +1,7 @@
 X #!/bin/sh
 X # the exec restarts using tclsh which in turn ignores
 X # the command because of this backslash: \
 X-exec tclsh "$0" "$@"
 X+exec tclsh8.0 "$0" "$@"
 X 
 X #
 X # otcldoc - a simple script for translating otcl classes into
 END-of-./patches/patch-aa
 exit
 
 
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904261905.NAA91928>