From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 23 07:50:18 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F69816A4D0 for ; Mon, 23 Aug 2004 07:50:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D863543D49 for ; Mon, 23 Aug 2004 07:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7N7oHbw016227 for ; Mon, 23 Aug 2004 07:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7N7oHfa016226; Mon, 23 Aug 2004 07:50:17 GMT (envelope-from gnats) Resent-Date: Mon, 23 Aug 2004 07:50:17 GMT Resent-Message-Id: <200408230750.i7N7oHfa016226@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nicola Vitale Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C9D316A4D0 for ; Mon, 23 Aug 2004 07:49:51 +0000 (GMT) Received: from vsmtp12.tin.it (vsmtp12.tin.it [212.216.176.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB12043D39 for ; Mon, 23 Aug 2004 07:49:50 +0000 (GMT) (envelope-from nivit@email.it) Received: from psyllobora (82.52.73.206) by vsmtp12.tin.it (7.0.027) id 40B33B7C011D7BAE for FreeBSD-gnats-submit@freebsd.org; Mon, 23 Aug 2004 09:49:51 +0200 Received: (qmail 91147 invoked by uid 1005); 22 Aug 2004 15:09:53 -0000 Message-Id: <20040822150953.91146.qmail@psyllobora> Date: 22 Aug 2004 15:09:53 -0000 From: nivit@email.it (Nicola Vitale) To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/70846: [NEW PORT] textproc/tkxmlive - Tcl/Tk XML Intelligence Visual Editor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nicola Vitale List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 07:50:18 -0000 >Number: 70846 >Category: ports >Synopsis: [NEW PORT] textproc/tkxmlive - Tcl/Tk XML Intelligence Visual Editor >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 23 07:50:17 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Nicola Vitale >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: >Description: New port - textproc/tkxmlive Tcl/TK XML Intelligence Visual Editor WWW: http://tkxmlive.sourceforge.netTcl/ >How-To-Repeat: >Fix: # 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: # # tkxmlive # tkxmlive/files # tkxmlive/files/patch-interface.tcl # tkxmlive/files/patch-tkxmlive # tkxmlive/Makefile # tkxmlive/distinfo # tkxmlive/pkg-descr # tkxmlive/pkg-plist # echo c - tkxmlive mkdir -p tkxmlive > /dev/null 2>&1 echo c - tkxmlive/files mkdir -p tkxmlive/files > /dev/null 2>&1 echo x - tkxmlive/files/patch-interface.tcl sed 's/^X//' >tkxmlive/files/patch-interface.tcl << 'END-of-tkxmlive/files/patch-interface.tcl' X--- interface.tcl Thu May 30 23:56:36 2002 X+++ interface.tcl.new Fri Feb 20 11:06:41 2004 X@@ -1,4 +1,6 @@ X-#!/usr/bin/wish X+#!/bin/sh X+# The next line restarts using %%WISH%% \ X+exec %%WISH%% "$0" X X X package require msgcat END-of-tkxmlive/files/patch-interface.tcl echo x - tkxmlive/files/patch-tkxmlive sed 's/^X//' >tkxmlive/files/patch-tkxmlive << 'END-of-tkxmlive/files/patch-tkxmlive' X--- tkxmlive Tue Mar 26 17:21:14 2002 X+++ tkxmlive.port Thu Dec 4 13:49:54 2003 X@@ -1,4 +1,4 @@ X #!/bin/sh X X-cd /home/alex/work/aspirantura/tmp X+cd %%DATADIR%% X ./interface.tcl END-of-tkxmlive/files/patch-tkxmlive echo x - tkxmlive/Makefile sed 's/^X//' >tkxmlive/Makefile << 'END-of-tkxmlive/Makefile' X# New ports collection makefile for: tkxmlive X# Date created: 4 December 2003 X# Whom: nivit@users.sourceforge.net X# X# $FreeBSD$ X XPORTNAME= tkxmlive XPORTVERSION= 0.1.5 XCATEGORIES= textproc XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= tkxmlive-0.1.5-1 X XMAINTAINER= nivit@users.sourceforge.net XCOMMENT= Tcl/Tk XML Intelligence Visual Editor X XRUN_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ X ${LOCALBASE}/lib/bwidget/pkgIndex.tcl:${PORTSDIR}/x11-toolkits/bwidget X XNO_BUILD= yes X XWRKSRC= ${WRKDIR}/${PORTNAME} X X.include X XTK_VER?= 8.4 XWISH= wish${TK_VER} X XREPLACE_FILES= ${WRKSRC}/interface.tcl \ X ${WRKSRC}/tkxmlive X Xpost-patch: .SILENT X for FILE in ${REPLACE_FILES}; do \ X ${SED} -i .bak\ X -e "/%%DATADIR%%/s//${DATADIR:S/\//\\\//g}/g" \ X -e "/%%PREFIX%%/s//${PREFIX:S/\//\\\//g}/g" \ X -e "/%%WISH%%/s//${WISH:S/\//\\\//g}/g" \ X $${FILE}; \ X done; X XLINK?= /bin/ln XLINK_OPTS?= -sf X XFIND_ARGS1= -type d \! -empty XFIND_ARGS2= -type f -and -perm -a+x -and \! \ X -name "*.orig" \! -name "*.bak" XFIND_ARGS3= -type f -and \! -perm -a+x -and \! \ X -name "*.orig" \! -name "*~" \! \ X -regex ".*[[:upper:]]+" X Xdo-install: .SILENT X# Script and data X cd ${WRKSRC}; \ X DIRS=$$(${FIND} . ${FIND_ARGS1}); \ X for DIR in $${DIRS}; do \ X ${MKDIR} ${DATADIR}/$${DIR}; \ X done; \ X FILES=$$(${FIND} . ${FIND_ARGS2}); \ X for FILE in $${FILES}; do \ X ${INSTALL_SCRIPT} $${FILE} ${DATADIR}/$${FILE}; \ X done; \ X FILES=$$(${FIND} -E . ${FIND_ARGS3}); \ X for FILE in $${FILES}; do \ X ${INSTALL_DATA} $${FILE} ${DATADIR}/$${FILE}; \ X done; X X# Links to executables X cd ${WRKSRC}; \ X FILES=${PORTNAME}; \ X for FILE in $${FILES}; do \ X ${LINK} ${LINK_OPTS} ${DATADIR}/$${FILE} ${PREFIX}/bin/$${FILE}; \ X done; X X.include END-of-tkxmlive/Makefile echo x - tkxmlive/distinfo sed 's/^X//' >tkxmlive/distinfo << 'END-of-tkxmlive/distinfo' XMD5 (tkxmlive-0.1.5-1.tar.gz) = e369fb667db3aee67359880e228bf786 END-of-tkxmlive/distinfo echo x - tkxmlive/pkg-descr sed 's/^X//' >tkxmlive/pkg-descr << 'END-of-tkxmlive/pkg-descr' XTcl/TK XML Intelligence Visual Editor X XWWW: http://tkxmlive.sourceforge.net/ X X-- XNicola Vitale Xnivit@users.sourceforge.net END-of-tkxmlive/pkg-descr echo x - tkxmlive/pkg-plist sed 's/^X//' >tkxmlive/pkg-plist << 'END-of-tkxmlive/pkg-plist' Xbin/tkxmlive X%%DATADIR%%/Xresource X%%DATADIR%%/book.css X%%DATADIR%%/book.xml X%%DATADIR%%/gui/default.tcl X%%DATADIR%%/gui/gui.xml X%%DATADIR%%/gui/msgs/en.msg X%%DATADIR%%/gui/msgs/ru.msg X%%DATADIR%%/img/del_tag.gif X%%DATADIR%%/img/err-img.gif X%%DATADIR%%/img/info_tag.gif X%%DATADIR%%/img/ins_after_tag.gif X%%DATADIR%%/img/ins_before_tag.gif X%%DATADIR%%/img/ins_in_tag.gif X%%DATADIR%%/img/panel.gif X%%DATADIR%%/interface.tcl X%%DATADIR%%/library/gridbox.tcl X%%DATADIR%%/library/gui.tcl X%%DATADIR%%/library/pane.tcl X%%DATADIR%%/library/parsexml.tcl X%%DATADIR%%/library/pkgIndex.tcl X%%DATADIR%%/library/richtext-bind.tcl X%%DATADIR%%/library/richtext-instag.tcl X%%DATADIR%%/library/richtext-status.tcl X%%DATADIR%%/library/richtext-updatewidget.tcl X%%DATADIR%%/library/richtext.tcl X%%DATADIR%%/library/scrolled_text.tcl X%%DATADIR%%/library/simcss.tcl X%%DATADIR%%/library/simxml.tcl X%%DATADIR%%/library/tmp.tcl X%%DATADIR%%/sample/article/article-1.xml X%%DATADIR%%/sample/article/article-2.xml X%%DATADIR%%/sample/article/article-3.xml X%%DATADIR%%/sample/article/article-3.xml.html X%%DATADIR%%/sample/article/article-clear.css X%%DATADIR%%/sample/article/article.css X%%DATADIR%%/sample/article/article.xml X%%DATADIR%%/sample/article/article.xsl X%%DATADIR%%/sample/article/article2latex.xsl X%%DATADIR%%/sample/article/translate.sh X%%DATADIR%%/sample/article/xsl2tex.sh X%%DATADIR%%/sample/docbook.css X%%DATADIR%%/sample/docbook.xml X%%DATADIR%%/tkxmlive X@dirrm %%DATADIR%%/gui/msgs X@dirrm %%DATADIR%%/gui X@dirrm %%DATADIR%%/img X@dirrm %%DATADIR%%/library X@dirrm %%DATADIR%%/sample/article X@dirrm %%DATADIR%%/sample X@dirrm %%DATADIR%%/ END-of-tkxmlive/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: