Replacement for the GNU regex library.

WWW: http://directory.fsf.org/rx.html
This commit is contained in:
Alejandro Pulver 2006-07-03 00:21:00 +00:00
parent f2465d75e6
commit 679e520dac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166782
4 changed files with 36 additions and 0 deletions

View File

@ -1707,6 +1707,7 @@
SUBDIR += rudiments
SUBDIR += rvi
SUBDIR += rvm
SUBDIR += rx
SUBDIR += safestr
SUBDIR += scandoc
SUBDIR += scons

29
devel/rx/Makefile Normal file
View File

@ -0,0 +1,29 @@
# New ports collection makefile for: rx
# Date created: 1 Jul 2006
# Whom: alepulver
#
# $FreeBSD$
#
PORTNAME= rx
PORTVERSION= 1.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= alepulver@FreeBSD.org
COMMENT= Replacement for the GNU regex library
EXTRACT_AFTER_ARGS= | ${TAR} -Pxf -
GNU_CONFIGURE= yes
INFO= rx
PLIST_FILES= include/rxposix.h \
lib/librx.a
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/rx.info ${PREFIX}/${INFO_PATH}
.include <bsd.port.mk>

3
devel/rx/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (rx-1.5.tar.gz) = e44e5f6ff9fd8ca9d46bda42bcacee5e
SHA256 (rx-1.5.tar.gz) = 37a5ecc98dd52690958f4594d0f5c2d0586e0e30888e8757f141b00bbe511609
SIZE (rx-1.5.tar.gz) = 637996

3
devel/rx/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
Replacement for the GNU regex library.
WWW: http://directory.fsf.org/rx.html