View | Details | Raw Unified | Return to bug 254747 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/rgxg/Makefile (+32 lines)
Added Link Here
1
# Created by: Alexander Naumochkin <alexander.naumochkin@gmail.com>
2
# $FreeBSD$
3
4
PORTNAME=	rgxg
5
DISTVERSION=	0.1.2
6
CATEGORIES=	devel
7
MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
8
9
MAINTAINER=	alexander.naumochkin@gmail.com
10
COMMENT=	Regular expression generator
11
12
LICENSE=	ZLIB
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
15
BUILD_DEPENDS=	m4:devel/m4
16
17
USES=		autoreconf libtool pkgconfig
18
GNU_CONFIGURE=	yes
19
USE_LDCONFIG=	yes
20
21
INSTALL_TARGET=	install-strip
22
23
CONFIGURE_ARGS=	--disable-static
24
25
PORTDOCS=	AUTHORS COPYING NEWS README
26
27
OPTIONS_DEFINE=	DOCS
28
29
pre-configure:
30
	@echo "m4_define([_PACKAGE_VERSION], [${DISTVERSION}])" > ${WRKSRC}/m4/version.m4
31
32
.include <bsd.port.mk>
(-)b/devel/rgxg/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1617564735
2
SHA256 (rgxg-0.1.2.tar.gz) = 554741f95dcc320459875c248e2cc347b99f809d9555c957d763d3d844e917c6
3
SIZE (rgxg-0.1.2.tar.gz) = 375276
(-)b/devel/rgxg/pkg-descr (+4 lines)
Added Link Here
1
rgxg (ReGular eXpression Generator) is a C library and a command-line tool
2
to generate (extended) regular expressions.
3
4
WWW: https://rgxg.github.io
(-)b/devel/rgxg/pkg-plist (+17 lines)
Added Link Here
1
bin/rgxg
2
include/rgxg/net.h
3
include/rgxg/number.h
4
include/rgxg/types.h
5
include/rgxg/utils.h
6
lib/librgxg.so
7
lib/librgxg.so.0
8
lib/librgxg.so.0.0.1
9
libdata/pkgconfig/rgxg.pc
10
man/man1/rgxg.1.gz
11
man/man3/rgxg_net_cidr_ipv4.3.gz
12
man/man3/rgxg_net_cidr_ipv6.3.gz
13
man/man3/rgxg_net_cidr_string.3.gz
14
man/man3/rgxg_number_greaterequal.3.gz
15
man/man3/rgxg_number_range.3.gz
16
man/man3/rgxg_utils_alternation.3.gz
17
man/man3/rgxg_utils_escape_string.3.gz

Return to bug 254747