Date: Tue, 6 May 2014 13:23:09 +0000 (UTC) From: Rusmir Dusko <nemysis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353091 - in head/textproc: docbook2odf py-ltxml xsv Message-ID: <201405061323.s46DN9rI012007@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nemysis Date: Tue May 6 13:23:09 2014 New Revision: 353091 URL: http://svnweb.freebsd.org/changeset/ports/353091 QAT: https://qat.redports.org/buildarchive/r353091/ Log: These ports are no longer used or cared for. Horia Racoviceanu <horia at racoviceanu.com> wishes to maintain these ports with my help. textproc/docbook2odf - Pass maintainership to horia at racoviceanu.com - Break lines around 80 characters - Change pkg-plist, remove mtree textproc/py-ltxml - Pass maintainership to horia at racoviceanu.com - Break lines around 80 characters textproc/xsv - Pass maintainership to horia at racoviceanu.com - Remove blank characters Modified: head/textproc/docbook2odf/Makefile head/textproc/docbook2odf/pkg-plist head/textproc/py-ltxml/Makefile head/textproc/xsv/Makefile Modified: head/textproc/docbook2odf/Makefile ============================================================================== --- head/textproc/docbook2odf/Makefile Tue May 6 13:04:05 2014 (r353090) +++ head/textproc/docbook2odf/Makefile Tue May 6 13:23:09 2014 (r353091) @@ -6,7 +6,7 @@ PORTVERSION= 0.244 CATEGORIES= textproc perl5 MASTER_SITES= http://open.comsultia.com/docbook2odf/dwn/ -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= horia@racoviceanu.com COMMENT= Convert docbook document to Oasis Open Document LICENSE= GPLv2 @@ -23,7 +23,6 @@ USE_PERL5= run NO_BUILD= yes PORTEXAMPLES= * - OPTIONS_DEFINE= EXAMPLES post-patch: @@ -33,11 +32,14 @@ post-patch: do-install: ${LN} -sf ${DATADIR}/utils/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - @(cd ${WRKSRC} && ${COPYTREE_SHARE} "tests utils xsl" ${STAGEDIR}${DATADIR}) - @${MKDIR} ${STAGEDIR}${DESKTOPDIR} - ${INSTALL_DATA} ${WRKSRC}/bindings/desktop/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} - ${LN} -sf ${EXAMPLESDIR}/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps/ - ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + @(cd ${WRKSRC} && ${COPYTREE_SHARE} "tests utils xsl" \ + ${STAGEDIR}${DATADIR}) + ${INSTALL_DATA} ${WRKSRC}/bindings/desktop/${PORTNAME}.desktop \ + ${STAGEDIR}${DESKTOPDIR} + ${LN} -sf ${EXAMPLESDIR}/${PORTNAME}.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/ + ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 \ + ${STAGEDIR}${MAN1PREFIX}/man/man1/ @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) Modified: head/textproc/docbook2odf/pkg-plist ============================================================================== --- head/textproc/docbook2odf/pkg-plist Tue May 6 13:04:05 2014 (r353090) +++ head/textproc/docbook2odf/pkg-plist Tue May 6 13:23:09 2014 (r353091) @@ -367,4 +367,3 @@ share/pixmaps/docbook2odf.png @dirrm %%DATADIR%%/tests/graphics @dirrm %%DATADIR%%/tests @dirrm %%DATADIR%% -@dirrmtry share/applications Modified: head/textproc/py-ltxml/Makefile ============================================================================== --- head/textproc/py-ltxml/Makefile Tue May 6 13:04:05 2014 (r353090) +++ head/textproc/py-ltxml/Makefile Tue May 6 13:23:09 2014 (r353091) @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.cogsci.ed.ac.uk/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyLTXML-${PORTVERSION} -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= horia@racoviceanu.com COMMENT= Python bindings to the LT XML toolkit BUILD_DEPENDS= ${LOCALBASE}/include/ltxml12/lt-safe.h:${PORTSDIR}/textproc/ltxml @@ -33,7 +33,8 @@ CFLAGS+= -fPIC .endif post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON}${PYTHON_SITELIBDIR}/PyLTXML/LTXMLinter.so + ${STRIP_CMD} \ + ${STAGEDIR}${PYTHON}${PYTHON_SITELIBDIR}/PyLTXML/LTXMLinter.so @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/textproc/xsv/Makefile ============================================================================== --- head/textproc/xsv/Makefile Tue May 6 13:04:05 2014 (r353090) +++ head/textproc/xsv/Makefile Tue May 6 13:23:09 2014 (r353091) @@ -7,7 +7,7 @@ CATEGORIES= textproc python MASTER_SITES= ftp://ftp.cogsci.ed.ac.uk/pub/XSV/ DISTNAME= ${PORTNAME:tu}-${DISTVERSION} -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= horia@racoviceanu.com COMMENT= XML Schema Validator LICENSE= GPLv2 @@ -20,7 +20,7 @@ PYDISTUTILS_AUTOPLIST= yes INSTALLS_EGGINFO= yes USE_LDCONFIG= yes -PORTDOCS= pc-shrinkwrap xsv-status.xml xsv-status.html +PORTDOCS= pc-shrinkwrap xsv-status.xml xsv-status.html PORTEXAMPLES= triv.xml triv.xsd tiny.xml tiny.xsd OPTIONS_DEFINE= DOCS EXAMPLES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405061323.s46DN9rI012007>