New port xmlcopyeditor. Note: html help is not located under standard $LOCALBASE/share/doc/xmlcopyeditor, as upstream doest not take into account ${docdir} variable. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->beech I'll take it
Build fails at patch points. Maintainer notified, waiting for feedback. -- --------------------------------------------------------------------------------------- Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x \ / - NO HTML/RTF in e-mail | http://www.freebsd.org X - NO Word docs in e-mail | Latest Release: / \ - http://www.FreeBSD.org/releases/6.2R/announce.html ---------------------------------------------------------------------------------------
State Changed From-To: open->feedback Build fails - awaiting maintainer feedback.
State Changed From-To: feedback->open Recieved maintainer update.
beech 2008-01-02 22:23:28 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/xmlcopyeditor Makefile distinfo pkg-descr pkg-plist editors/xmlcopyeditor/files patch-aclocal.m4.diff patch-configure.in.diff patch-src_Makefile.am.diff patch-src_xmlcopyeditor.cpp.diff patch-src_xmlcopyeditor.h.diff pkg-message.in Log: - New port xmlcopyeditor-1.1.0.3 - XML Copy Editor is a fast validating XML editor. Features: * DTD/XML Schema/RELAX NG validation * XSLT * XPath * Pretty-printing * Syntax highlighting * Folding * Tag completion * Tag locking * Tag-free editing * Spelling and style check * Built-in support for XHTML, XSL, DocBook and TEI PR: ports/118483 Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> (maintainer) Approved by: linimon (mentor) Revision Changes Path 1.387 +1 -0 ports/editors/Makefile 1.1 +41 -0 ports/editors/xmlcopyeditor/Makefile (new) 1.1 +3 -0 ports/editors/xmlcopyeditor/distinfo (new) 1.1 +83 -0 ports/editors/xmlcopyeditor/files/patch-aclocal.m4.diff (new) 1.1 +12 -0 ports/editors/xmlcopyeditor/files/patch-configure.in.diff (new) 1.1 +45 -0 ports/editors/xmlcopyeditor/files/patch-src_Makefile.am.diff (new) 1.1 +26 -0 ports/editors/xmlcopyeditor/files/patch-src_xmlcopyeditor.cpp.diff (new) 1.1 +10 -0 ports/editors/xmlcopyeditor/files/patch-src_xmlcopyeditor.h.diff (new) 1.1 +8 -0 ports/editors/xmlcopyeditor/files/pkg-message.in (new) 1.1 +17 -0 ports/editors/xmlcopyeditor/pkg-descr (new) 1.1 +231 -0 ports/editors/xmlcopyeditor/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks!