diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2008-01-22 13:04:18 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2008-01-22 13:04:18 +0000 |
commit | e0de7b3bdd6975ab3cf980273b8a9e0e5e46c234 (patch) | |
tree | 701b5866da31bca22064d948edbb2e8254ad3f1a | |
parent | Adopt graphics/enblend. (diff) |
Relax NG Compact Syntax validator
Notes
Notes:
svn path=/head/; revision=206022
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rnv/Makefile | 23 | ||||
-rw-r--r-- | textproc/rnv/distinfo | 3 | ||||
-rw-r--r-- | textproc/rnv/pkg-descr | 3 |
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d54f8193f8d9..4319c58bd72a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -858,6 +858,7 @@ SUBDIR += ripole SUBDIR += rl SUBDIR += rman + SUBDIR += rnv SUBDIR += ro-aspell SUBDIR += roap SUBDIR += romdict diff --git a/textproc/rnv/Makefile b/textproc/rnv/Makefile new file mode 100644 index 000000000000..c4309a2eb10e --- /dev/null +++ b/textproc/rnv/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: rnv +# Date created: 22 Jan 2008 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= rnv +PORTVERSION= 1.7.9 +CATEGORIES= textproc devel +MASTER_SITES= SF + +MAINTAINER= skv@FreeBSD.org +COMMENT= Relax NG Compact Syntax validator + +LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-expat="${LOCALBASE}" + +PLIST_FILES= bin/arx bin/rnv bin/rvp bin/xsdck + +.include <bsd.port.mk> diff --git a/textproc/rnv/distinfo b/textproc/rnv/distinfo new file mode 100644 index 000000000000..0cdbe58bd4ab --- /dev/null +++ b/textproc/rnv/distinfo @@ -0,0 +1,3 @@ +MD5 (rnv-1.7.9.tar.gz) = 7cec65990be3cf51b3177674e2400ee9 +SHA256 (rnv-1.7.9.tar.gz) = d89cf86b6cd61bc000831e8e7788d9f22d5143837467a97150b9697f1737f9f6 +SIZE (rnv-1.7.9.tar.gz) = 187436 diff --git a/textproc/rnv/pkg-descr b/textproc/rnv/pkg-descr new file mode 100644 index 000000000000..56d77b384066 --- /dev/null +++ b/textproc/rnv/pkg-descr @@ -0,0 +1,3 @@ +RNV is an implementation of Relax NG Compact Syntax validator in ANSI C. + +WWW: http://www.davidashen.net/rnv.html |