From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 11 14:00:46 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 3B06A16A4CE for ; Sun, 11 Jul 2004 14:00:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EF7743D46 for ; Sun, 11 Jul 2004 14:00:46 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6BE0jtv077662 for ; Sun, 11 Jul 2004 14:00:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6BE0iqI077654; Sun, 11 Jul 2004 14:00:44 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jul 2004 14:00:44 GMT Resent-Message-Id: <200407111400.i6BE0iqI077654@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, Tobias Roth Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38A6016A4CE for ; Sun, 11 Jul 2004 13:57:11 +0000 (GMT) Received: from secure.socket.ch (secure.socket.ch [212.254.206.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B63543D5C for ; Sun, 11 Jul 2004 13:57:10 +0000 (GMT) (envelope-from roth@secure.socket.ch) Received: from secure.socket.ch (localhost [127.0.0.1]) by secure.socket.ch (8.12.10/8.12.5) with ESMTP id i6BDv92I022559 for ; Sun, 11 Jul 2004 15:57:09 +0200 (CEST) (envelope-from roth@secure.socket.ch) Received: (from roth@localhost) by secure.socket.ch (8.12.10/8.12.5/Submit) id i6BDv4TJ022558; Sun, 11 Jul 2004 15:57:04 +0200 (CEST) Message-Id: <200407111357.i6BDv4TJ022558@secure.socket.ch> Date: Sun, 11 Jul 2004 15:57:04 +0200 (CEST) From: Tobias Roth To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/68920: [New Port] deskutils/treeline - structured information storage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tobias Roth List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jul 2004 14:00:46 -0000 >Number: 68920 >Category: ports >Synopsis: [New Port] deskutils/treeline - structured information storage >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: Sun Jul 11 14:00:42 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Tobias Roth >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD localhost 5.2-CURRENT FreeBSD 5.2-CURRENT #10: Wed May 26 19:30:57 CEST 2004 toor@localhost:/usr/obj/usr/src/sys/FOOBAR i386 >Description: New port: deskutils/treeline TreeLine is a structured information storage program >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: # # treeline # treeline/Makefile # treeline/distinfo # treeline/pkg-plist # treeline/files # treeline/files/patch-install.py # treeline/pkg-descr # echo c - treeline mkdir -p treeline > /dev/null 2>&1 echo x - treeline/Makefile sed 's/^X//' >treeline/Makefile << 'END-of-treeline/Makefile' X# New ports collection makefile for: treeline X# Date created: Wed Jul 7 20:50:24 CEST 2004 X# Whom: Tobias Roth X# X# $FreeBSD$ X# X XPORTNAME= treeline XPORTVERSION= 0.8.1 XCATEGORIES= deskutils python XMASTER_SITES= http://www.bellz.org/treeline/ \ X http://depot.fsck.ch/mirror/distfiles/ X XMAINTAINER= ports@fsck.ch XCOMMENT= TreeLine is a structured information storage program X XBUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt X X.if defined(WITH_ASPELL) XBUILD_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell X.endif X X.if defined(WITH_ISPELL) XBUILD_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell X.endif X X.if defined(WITH_PYXML) XBUILD_DEPENDS+= ${PYXML} X.else XLIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 X.endif X XRUN_DEPENDS= ${BUILD_DEPENDS} X XWRKSRC= ${WRKDIR}/TreeLine XUSE_QT_VER= 3 XUSE_PYTHON= 2.3+ XNO_BUILD= yes X X.include X Xpre-everything:: X @${ECHO_MSG} "" X @${ECHO_MSG} "You may use the following build options:" X @${ECHO_MSG} "WITH_ASPELL=yes install with aspell support" X @${ECHO_MSG} " or" X @${ECHO_MSG} "WITH_ISPELL=yes install with ispell support" X @${ECHO_MSG} "WITH_PYXML=yes use textproc/py-xml instead of" X @${ECHO_MSG} " textproc/expat2" X @${ECHO_MSG} "" X Xdo-install: X @cd ${WRKSRC} && ${PYTHON_CMD} install.py -p ${PREFIX} -x X Xpost-install: X ${RM} ${DOCSDIR}/INSTALL ${DOCSDIR}/LICENSE X.if defined(NOPORTDOCS) X ${RM} ${DOCSDIR}/* X ${RMDIR} ${DOCSDIR} X.endif X X.include END-of-treeline/Makefile echo x - treeline/distinfo sed 's/^X//' >treeline/distinfo << 'END-of-treeline/distinfo' XMD5 (treeline-0.8.1.tar.gz) = 5875be618f78e07ab1ee0862224f345d XSIZE (treeline-0.8.1.tar.gz) = 125190 END-of-treeline/distinfo echo x - treeline/pkg-plist sed 's/^X//' >treeline/pkg-plist << 'END-of-treeline/pkg-plist' Xbin/treeline Xlib/python2.3/site-packages/sitecustomize.py Xlib/python2.3/site-packages/sitecustomize.pyc Xlib/treeline/docparam.py Xlib/treeline/docparam.pyc Xlib/treeline/fieldformat.py Xlib/treeline/fieldformat.pyc Xlib/treeline/formatlist.py Xlib/treeline/formatlist.pyc Xlib/treeline/genboolean.py Xlib/treeline/genboolean.pyc Xlib/treeline/gendate.py Xlib/treeline/gendate.pyc Xlib/treeline/gennumber.py Xlib/treeline/gennumber.pyc Xlib/treeline/gentime.py Xlib/treeline/gentime.pyc Xlib/treeline/helpview.py Xlib/treeline/helpview.pyc Xlib/treeline/numbering.py Xlib/treeline/numbering.pyc Xlib/treeline/option.py Xlib/treeline/option.pyc Xlib/treeline/optiondlg.py Xlib/treeline/optiondlg.pyc Xlib/treeline/printpreview.py Xlib/treeline/printpreview.pyc Xlib/treeline/recentfiles.py Xlib/treeline/recentfiles.pyc Xlib/treeline/sitecustomize.py Xlib/treeline/sitecustomize.pyc Xlib/treeline/spellcheck.py Xlib/treeline/spellcheck.pyc Xlib/treeline/textedit2.py Xlib/treeline/textedit2.pyc Xlib/treeline/textedit3.py Xlib/treeline/textedit3.pyc Xlib/treeline/tmpcontrol.py Xlib/treeline/tmpcontrol.pyc Xlib/treeline/treedialogs.py Xlib/treeline/treedialogs.pyc Xlib/treeline/treedoc.py Xlib/treeline/treedoc.pyc Xlib/treeline/treeformat.py Xlib/treeline/treeformat.pyc Xlib/treeline/treeitem.py Xlib/treeline/treeitem.pyc Xlib/treeline/treeline.py Xlib/treeline/treeline.pyc Xlib/treeline/treemainwin.py Xlib/treeline/treemainwin.pyc Xlib/treeline/treerightviews.py Xlib/treeline/treerightviews.pyc Xlib/treeline/treeview.py Xlib/treeline/treeview.pyc Xlib/treeline/undo.py Xlib/treeline/undo.pyc Xlib/treeline/xpm.py Xlib/treeline/xpm.pyc X%%PORTDOCS%%%%DOCSDIR%%/README.html X%%PORTDOCS%%%%DOCSDIR%%/readme.trl X%%PORTDOCS%%%%DOCSDIR%%/sample.trl X%%PORTDOCS%%%%DOCSDIR%%/sample_table.trl X@dirrm lib/treeline X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-treeline/pkg-plist echo c - treeline/files mkdir -p treeline/files > /dev/null 2>&1 echo x - treeline/files/patch-install.py sed 's/^X//' >treeline/files/patch-install.py << 'END-of-treeline/files/patch-install.py' X--- install.py.orig Wed Jul 7 19:59:06 2004 X+++ install.py Wed Jul 7 19:59:19 2004 X@@ -247,10 +247,6 @@ X 'dataFilePath = None', \ X 'dataFilePath = \'%s\' # modified by install script\n' \ X % dataDir) X- if os.path.isdir('icons'): X- iconDir = os.path.join(prefixDir, 'share', 'icons') X- print ' Copying icon files to %s' % iconDir X- copyDir('icons', iconDir) X if siteCustomReqd: X createSiteCustomize() X createWrapper(pyDir, progName) END-of-treeline/files/patch-install.py echo x - treeline/pkg-descr sed 's/^X//' >treeline/pkg-descr << 'END-of-treeline/pkg-descr' XTreeLine helps you organise all your sticky notes, lists of books, movies, Xwebsite logins, personal contacts, or things to do. X XIt stores almost any kind of information. A tree structure makes it easy to Xkeep things organised. Each node in the tree can contain several fields, Xforming a mini-database. The output format for each node can be defined, and Xthe output can be shown on the screen, printed, or exported to html. X XWWW: http://www.bellz.org/treeline/ END-of-treeline/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: