Bug 118483 - New port: editors/xmlcopyeditor: fast validating XML editor
Summary: New port: editors/xmlcopyeditor: fast validating XML editor
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-07 12:40 UTC by Jose G. Juanino
Modified: 2008-01-02 22:30 UTC (History)
0 users

See Also:


Attachments
file.shar (15.26 KB, text/plain)
2007-12-07 12:40 UTC, Jose G. Juanino
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jose G. Juanino 2007-12-07 12:40:02 UTC
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:
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2007-12-18 08:56:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 2 Beech Rintoul freebsd_committer freebsd_triage 2007-12-19 07:06:37 UTC
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
---------------------------------------------------------------------------------------
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2007-12-19 07:07:46 UTC
State Changed
From-To: open->feedback

Build fails - awaiting maintainer feedback.
Comment 4 Beech Rintoul freebsd_committer freebsd_triage 2007-12-21 21:58:48 UTC
State Changed
From-To: feedback->open

Recieved maintainer update.
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-01-02 22:23:33 UTC
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"
Comment 6 Beech Rintoul freebsd_committer freebsd_triage 2008-01-02 22:24:47 UTC
State Changed
From-To: open->closed

Committed, Thanks!