Relax NG Compact Syntax validator

This commit is contained in:
Sergey Skvortsov 2008-01-22 13:04:18 +00:00
parent 84a15a6a21
commit e0de7b3bdd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206022
4 changed files with 30 additions and 0 deletions

View file

@ -858,6 +858,7 @@
SUBDIR += ripole
SUBDIR += rl
SUBDIR += rman
SUBDIR += rnv
SUBDIR += ro-aspell
SUBDIR += roap
SUBDIR += romdict

23
textproc/rnv/Makefile Normal file
View file

@ -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>

3
textproc/rnv/distinfo Normal file
View file

@ -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

3
textproc/rnv/pkg-descr Normal file
View file

@ -0,0 +1,3 @@
RNV is an implementation of Relax NG Compact Syntax validator in ANSI C.
WWW: http://www.davidashen.net/rnv.html