diff options
author | minskim <minskim> | 2007-05-26 00:56:50 +0000 |
---|---|---|
committer | minskim <minskim> | 2007-05-26 00:56:50 +0000 |
commit | db5fbc34074b9ec0860ff57df94246e7b403e4a0 (patch) | |
tree | 8fa031f47f2aa0c09cb7e40a05036d93e0a1dce1 /textproc | |
parent | e7344a1fa39a2e957dff82ebea617924d7304a7e (diff) | |
download | pkgsrc-db5fbc34074b9ec0860ff57df94246e7b403e4a0.tar.gz |
Import xhtmldiff.
xhtmldiff is a tool for generating valid XHTML redline documents from
valid XHTML documents.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xhtmldiff/DESCR | 2 | ||||
-rw-r--r-- | textproc/xhtmldiff/Makefile | 15 | ||||
-rw-r--r-- | textproc/xhtmldiff/PLIST | 3 | ||||
-rw-r--r-- | textproc/xhtmldiff/distinfo | 5 |
4 files changed, 25 insertions, 0 deletions
diff --git a/textproc/xhtmldiff/DESCR b/textproc/xhtmldiff/DESCR new file mode 100644 index 00000000000..3fbee6cfedc --- /dev/null +++ b/textproc/xhtmldiff/DESCR @@ -0,0 +1,2 @@ +xhtmldiff is a tool for generating valid XHTML redline documents from +valid XHTML documents. diff --git a/textproc/xhtmldiff/Makefile b/textproc/xhtmldiff/Makefile new file mode 100644 index 00000000000..3e660310f65 --- /dev/null +++ b/textproc/xhtmldiff/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/05/26 00:56:50 minskim Exp $ + +DISTNAME= xhtmldiff-1.2.2 +CATEGORIES= textproc +MASTER_SITES= http://theinternetco.net/projects/ruby/ + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://theinternetco.net/projects/ruby/xhtmldiff.html +COMMENT= Tool for generating valid XHTML redline documents + +USE_LANGUAGES= # none +USE_RUBY_SETUP= yes + +.include "../../lang/ruby/modules.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/xhtmldiff/PLIST b/textproc/xhtmldiff/PLIST new file mode 100644 index 00000000000..b6146bd25b6 --- /dev/null +++ b/textproc/xhtmldiff/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/26 00:56:50 minskim Exp $ +bin/xhtmldiff +${RUBY_SITELIBDIR}/xhtmldiff.rb diff --git a/textproc/xhtmldiff/distinfo b/textproc/xhtmldiff/distinfo new file mode 100644 index 00000000000..ae6cec30ed6 --- /dev/null +++ b/textproc/xhtmldiff/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/05/26 00:56:50 minskim Exp $ + +SHA1 (xhtmldiff-1.2.2.tar.gz) = 72692677f214c5e275077b7ce7b32a8fe59436f5 +RMD160 (xhtmldiff-1.2.2.tar.gz) = 81bca58acfd60f985a66564e4fbbc63d6a7af39d +Size (xhtmldiff-1.2.2.tar.gz) = 10457 bytes |