FreeBSD Bugzilla – Attachment 58483 Details for
Bug 88129
[maintainer] Update textproc/py-4suite: misc edits, no PORTREVISION bump
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-4suite.diff
py-4suite.diff (text/x-patch), 4.25 KB, created by
mike
on 2005-11-06 02:19:56 UTC
(
hide
)
Description:
py-4suite.diff
Filename:
MIME Type:
Creator:
mike
Created:
2005-11-06 02:19:56 UTC
Size:
4.25 KB
patch
obsolete
>diff -d -H -u -ruN py-4suite.old/Makefile py-4suite/Makefile >--- py-4suite.old/Makefile Sun Apr 17 09:38:48 2005 >+++ py-4suite/Makefile Sat Nov 5 19:04:05 2005 >@@ -20,9 +20,11 @@ > USE_BZIP2= yes > USE_REINPLACE= yes > REINPLACE_ARGS= -i "" -E >-USE_PYTHON= 2.2+ >+USE_PYTHON= 2.2.1+ > USE_PYDISTUTILS= yes > >+CONFLICTS= py*-4Suite-1* py*-xml-0.7* >+ > .include <bsd.port.pre.mk> > > BINDIR= bin >@@ -59,6 +61,16 @@ > .else > PYDISTUTILS_BUILDARGS= --with-docs > PYDISTUTILS_INSTALLARGS= --with-docs >+.if exists(${PYTHON_SITELIBDIR}/_bsddb.so) || exists(${PYTHON_SITELIBDIR}/bsddb3/_pybsddb.so) >+PLIST_SUB+= WITH_PYBSDDB="" >+.else >+PLIST_SUB+= WITH_PYBSDDB="@comment " >+.endif >+.if exists(${PYTHON_SITELIBDIR}/_dbxml.so) >+PLIST_SUB+= WITH_PYBDBXML="" >+.else >+PLIST_SUB+= WITH_PYBDBXML="@comment " >+.endif > .endif > > post-extract: >@@ -69,6 +81,5 @@ > .if !defined(NOPORTDOCS) > ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/${DOCSDIR} > .endif >- @ ${CAT} ${PKGMESSAGE} > > .include <bsd.port.post.mk> >diff -d -H -u -ruN py-4suite.old/pkg-descr py-4suite/pkg-descr >--- py-4suite.old/pkg-descr Sun Apr 17 09:38:48 2005 >+++ py-4suite/pkg-descr Fri Oct 28 06:39:51 2005 >@@ -2,8 +2,10 @@ > Its major components include the following: > > * Ft.Xml.Domlette: A very fast, lightweight XPath-oriented DOM. >+ * Ft.Xml.Sax: A very fast SAX 2 parser. > * Ft.Xml.XPath: An XPath 1.0 implementation for Domlette documents. > * Ft.Xml.Xslt: A robust XSLT 1.0 processor. >+ * Ft.Xml.XUpdate: An XUpdate processor. > * Ft.Rdf: RDF processing tools, including a query/inference language. > * Ft.Server: An integrated document & RDF repository with web access. > * Ft.Lib: Various support libraries that can be used independently. >@@ -11,10 +13,14 @@ > 4Suite also includes convenient command-line tools: > * 4xml: XML document parsing and reserialization. > * 4xpath: XPath expression evaluation. >- * 4xslt: XSLT processing engine. >+ * 4xslt: XSLT processing. >+ * 4xupdate: XUpdate processing. > * 4rdf: RDF/XML parsing, persistence, querying and reserialization. > * 4ss_manager: Document/RDF repository administration. > * 4ss: Document/RDF repository user commands. >+ >+4Suite 1.0b1 is the last release of the monolithic 4Suite package; >+4Suite XML, 4Suite RDF, and 4Suite Repository are replacing it. > > WWW: http://4suite.org/ > >diff -d -H -u -ruN py-4suite.old/pkg-plist py-4suite/pkg-plist >--- py-4suite.old/pkg-plist Sun Apr 17 09:38:48 2005 >+++ py-4suite/pkg-plist Sat Nov 5 18:39:27 2005 >@@ -2312,6 +2312,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/html/modules/Ft.Lib.number.html > %%PORTDOCS%%%%DOCSDIR%%/html/modules/Ft.Rdf.Container.html > %%PORTDOCS%%%%DOCSDIR%%/html/modules/Ft.Rdf.Drivers.BerkeleyDB.html >+%%WITH_PYBSDDB%%%%PORTDOCS%%%%DOCSDIR%%/html/modules/Ft.Rdf.Drivers.BerkeleyDBTxnTable.html > %%PORTDOCS%%%%DOCSDIR%%/html/modules/Ft.Rdf.Drivers.DataBaseExceptions.html > %%PORTDOCS%%%%DOCSDIR%%/html/modules/Ft.Rdf.Drivers.Dbm.html > %%PORTDOCS%%%%DOCSDIR%%/html/modules/Ft.Rdf.Drivers.Memory.html >@@ -2492,6 +2493,10 @@ > %%PORTDOCS%%%%DOCSDIR%%/html/modules/Ft.Server.Server.Drivers.SessionManager.html > %%PORTDOCS%%%%DOCSDIR%%/html/modules/Ft.Server.Server.Drivers.Util.html > %%PORTDOCS%%%%DOCSDIR%%/html/modules/Ft.Server.Server.Drivers.html >+%%WITH_PYBDBXML%%%%PORTDOCS%%%%DOCSDIR%%/xml/modules/Ft.Server.Server.Drivers.BerkeleyDB.BerkeleyDBContainer.xml >+%%WITH_PYBDBXML%%%%PORTDOCS%%%%DOCSDIR%%/html/modules/Ft.Server.Server.Drivers.BerkeleyDB.BerkeleyDBContainer.html >+%%WITH_PYBDBXML%%%%PORTDOCS%%%%DOCSDIR%%/xml/modules/Ft.Server.Server.Drivers.BerkeleyDB.Util.xml >+%%WITH_PYBDBXML%%%%PORTDOCS%%%%DOCSDIR%%/html/modules/Ft.Server.Server.Drivers.BerkeleyDB.Util.html > %%PORTDOCS%%%%DOCSDIR%%/html/modules/Ft.Server.Server.Drivers.pAclObject.html > %%PORTDOCS%%%%DOCSDIR%%/html/modules/Ft.Server.Server.FtRpc.FtRpcHandler.html > %%PORTDOCS%%%%DOCSDIR%%/html/modules/Ft.Server.Server.FtRpc.html >@@ -2800,6 +2805,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/xml/modules/Ft.Lib.xml > %%PORTDOCS%%%%DOCSDIR%%/xml/modules/Ft.Rdf.Container.xml > %%PORTDOCS%%%%DOCSDIR%%/xml/modules/Ft.Rdf.Drivers.BerkeleyDB.xml >+%%WITH_PYBSDDB%%%%PORTDOCS%%%%DOCSDIR%%/xml/modules/Ft.Rdf.Drivers.BerkeleyDBTxnTable.xml > %%PORTDOCS%%%%DOCSDIR%%/xml/modules/Ft.Rdf.Drivers.DataBaseExceptions.xml > %%PORTDOCS%%%%DOCSDIR%%/xml/modules/Ft.Rdf.Drivers.Dbm.xml > %%PORTDOCS%%%%DOCSDIR%%/xml/modules/Ft.Rdf.Drivers.Memory.xml
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 88129
:
58482
| 58483