FreeBSD Bugzilla – Attachment 61016 Details for
Bug 91512
[MAINTAINER] deskutils/treeline: update to 0.14.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
treeline-0.14.0.patch
treeline-0.14.0.patch (text/plain), 5.26 KB, created by
Tobias Roth
on 2006-01-08 15:10:07 UTC
(
hide
)
Description:
treeline-0.14.0.patch
Filename:
MIME Type:
Creator:
Tobias Roth
Created:
2006-01-08 15:10:07 UTC
Size:
5.26 KB
patch
obsolete
>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 <bsd.port.pre.mk> >+ > .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 <bsd.port.mk> >+.include <bsd.port.post.mk> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 91512
: 61016