From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 8 15:10:10 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 995D916A420 for ; Sun, 8 Jan 2006 15:10:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7CBA43D58 for ; Sun, 8 Jan 2006 15:10:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k08FA7Cj077097 for ; Sun, 8 Jan 2006 15:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k08FA7qB077096; Sun, 8 Jan 2006 15:10:07 GMT (envelope-from gnats) Resent-Date: Sun, 8 Jan 2006 15:10:07 GMT Resent-Message-Id: <200601081510.k08FA7qB077096@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 0755516A41F for ; Sun, 8 Jan 2006 15:08:09 +0000 (GMT) (envelope-from roth@secure.socket.ch) Received: from secure.socket.ch (secure.socket.ch [212.103.70.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id C02E443D45 for ; Sun, 8 Jan 2006 15:08:07 +0000 (GMT) (envelope-from roth@secure.socket.ch) Received: from localhost ([127.0.0.1] helo=secure.socket.ch) by secure.socket.ch with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1Evc9I-000O7D-HB for FreeBSD-gnats-submit@freebsd.org; Sun, 08 Jan 2006 16:08:06 +0100 Received: (from roth@localhost) by secure.socket.ch (8.13.1/8.13.1/Submit) id k08F8031092702; Sun, 8 Jan 2006 16:08:00 +0100 (CET) (envelope-from roth) Message-Id: <200601081508.k08F8031092702@secure.socket.ch> Date: Sun, 8 Jan 2006 16:08:00 +0100 (CET) From: Tobias Roth To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/91512: [MAINTAINER] deskutils/treeline: update to 0.14.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 15:10:10 -0000 >Number: 91512 >Category: ports >Synopsis: [MAINTAINER] deskutils/treeline: update to 0.14.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jan 08 15:10:07 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Tobias Roth >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD factory.fsck.ch 6.0-STABLE FreeBSD 6.0-STABLE #1: Mon Jan 2 15:47:13 CET >Description: - Update to 0.14.0 - No files added or removed Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- treeline-0.14.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/deskutils/treeline/Makefile,v retrieving revision 1.9 diff -u -u -r1.9 Makefile --- Makefile 31 Jul 2005 11:24:03 -0000 1.9 +++ Makefile 7 Jan 2006 15:11:15 -0000 @@ -6,10 +6,11 @@ # PORTNAME= treeline -PORTVERSION= 0.12.0 +PORTVERSION= 0.14.0 CATEGORIES= deskutils python MASTER_SITES= http://www.bellz.org/treeline/ \ http://depot.fsck.ch/mirror/distfiles/ +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@fsck.ch COMMENT= TreeLine is a structured information storage program @@ -17,6 +18,18 @@ BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt RUN_DEPENDS= ${BUILD_DEPENDS} +OPTIONS= ASPELL "install with aspell support" off \ + ISPELL "install with ispell support" off \ + PYXML "use pythons py-xml instead of textproc/expat2" on \ + HTTPLOAD "install httpLoad plugin" off + +WRKSRC= ${WRKDIR}/TreeLine +USE_QT_VER= 3 +USE_PYTHON= 2.3+ +NO_BUILD= yes + +.include + .if defined(WITH_ASPELL) BUILD_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell .endif @@ -25,30 +38,23 @@ BUILD_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .endif -.if defined(WITH_PYXML) -BUILD_DEPENDS+= ${PYXML} -.else +.if defined(WITHOUT_PYXML) LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2 .endif -WRKSRC= ${WRKDIR}/TreeLine -USE_QT_VER= 3 -USE_PYTHON= 2.3+ -NO_BUILD= yes - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "You may use the following build options:" - @${ECHO_MSG} "WITH_ASPELL=yes install with aspell support" - @${ECHO_MSG} " or" - @${ECHO_MSG} "WITH_ISPELL=yes install with ispell support" - @${ECHO_MSG} "WITH_PYXML=yes use textproc/py-xml instead of" - @${ECHO_MSG} " textproc/expat2" - @${ECHO_MSG} "" +.if defined(WITH_HTTPLOAD) +DISTFILES+= httpload.py +PLIST_SUB+= HTTPLOAD="" +.else +PLIST_SUB+= HTTPLOAD="@comment " +.endif do-install: @cd ${WRKSRC} && ${PYTHON_CMD} install.py \ -p ${PREFIX} -d ${DOCSDIR} -i ${DATADIR}/icons -x +.if defined(WITH_HTTPLOAD) + @${INSTALL_DATA} ${DISTDIR}/httpload.py ${PREFIX}/lib/${PORTNAME}/plugins/ +.endif post-install: ${RM} ${DOCSDIR}/INSTALL ${DOCSDIR}/LICENSE @@ -57,4 +63,4 @@ ${RMDIR} ${DOCSDIR} .endif -.include +.include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/deskutils/treeline/distinfo,v retrieving revision 1.8 diff -u -u -r1.8 distinfo --- distinfo 31 Jul 2005 11:24:03 -0000 1.8 +++ distinfo 7 Jan 2006 15:11:15 -0000 @@ -1,2 +1,6 @@ -MD5 (treeline-0.12.0.tar.gz) = 0e9772ca310d59ff0d94967ac9baad87 -SIZE (treeline-0.12.0.tar.gz) = 234805 +MD5 (treeline-0.14.0.tar.gz) = d7aca37173f54e7abd92c5cc4e8a9630 +SHA256 (treeline-0.14.0.tar.gz) = 4f183e3299e40d76bfce9bd0dd2a0663e544b1b7bfce51e3936711453556ffb2 +SIZE (treeline-0.14.0.tar.gz) = 329562 +MD5 (httpload.py) = 9680667db5496366c9fc040edab44618 +SHA256 (httpload.py) = f3da52451a415d4f445ba9179f54ddf73175bdc583d892f70ed0db4b6e897922 +SIZE (httpload.py) = 1735 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/deskutils/treeline/pkg-plist,v retrieving revision 1.5 diff -u -u -r1.5 pkg-plist --- pkg-plist 31 Jul 2005 11:24:03 -0000 1.5 +++ pkg-plist 7 Jan 2006 15:11:16 -0000 @@ -1,6 +1,8 @@ bin/treeline lib/treeline/cmdline.py lib/treeline/cmdline.pyc +lib/treeline/conditional.py +lib/treeline/conditional.pyc lib/treeline/fieldformat.py lib/treeline/fieldformat.pyc lib/treeline/genboolean.py @@ -17,6 +19,8 @@ lib/treeline/helpview.pyc lib/treeline/icondict.py lib/treeline/icondict.pyc +lib/treeline/immoduletr.py +lib/treeline/immoduletr.pyc lib/treeline/nodeformat.py lib/treeline/nodeformat.pyc lib/treeline/numbering.py @@ -69,6 +73,7 @@ lib/treeline/treexmlparse.pyc lib/treeline/undo.py lib/treeline/undo.pyc +%%HTTPLOAD%%lib/treeline/plugins/httpload.py %%DATADIR%%/icons/anchor.png %%DATADIR%%/icons/arrow_1.png %%DATADIR%%/icons/arrow_2.png @@ -126,9 +131,9 @@ %%DATADIR%%/icons/hand.png %%DATADIR%%/icons/heart.png %%DATADIR%%/icons/helpback.png +%%DATADIR%%/icons/helpcontents.png %%DATADIR%%/icons/helpforward.png %%DATADIR%%/icons/helphome.png -%%DATADIR%%/icons/helpreadme.png %%DATADIR%%/icons/home.png %%DATADIR%%/icons/lock_1.png %%DATADIR%%/icons/lock_2.png @@ -177,14 +182,21 @@ %%DATADIR%%/icons/x_1.png %%DATADIR%%/icons/x_2.png %%DATADIR%%/icons/x_3.png +%%PORTDOCS%%%%DOCSDIR%%/condition_dlg.png +%%PORTDOCS%%%%DOCSDIR%%/config_dlg.png +%%PORTDOCS%%%%DOCSDIR%%/field_dlg.png %%PORTDOCS%%%%DOCSDIR%%/README.html %%PORTDOCS%%%%DOCSDIR%%/readme.trl -%%PORTDOCS%%%%DOCSDIR%%/sample_basic.trl +%%PORTDOCS%%%%DOCSDIR%%/sample_basic_booklist.trl +%%PORTDOCS%%%%DOCSDIR%%/sample_basic_contacts.trl +%%PORTDOCS%%%%DOCSDIR%%/sample_basic_longtext.trl %%PORTDOCS%%%%DOCSDIR%%/sample_bookmarks.trl %%PORTDOCS%%%%DOCSDIR%%/sample_char_format.trl %%PORTDOCS%%%%DOCSDIR%%/sample_color_items.trl +%%PORTDOCS%%%%DOCSDIR%%/sample_conditional_todo.trl %%PORTDOCS%%%%DOCSDIR%%/sample_intern_links.trl -%%PORTDOCS%%%%DOCSDIR%%/sample_table.trl +%%PORTDOCS%%%%DOCSDIR%%/sample_other_fields.trl +%%PORTDOCS%%%%DOCSDIR%%/sample_table_booklist.trl @dirrm lib/treeline/plugins @dirrm lib/treeline @dirrm %%DATADIR%%/icons --- treeline-0.14.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: