View | Details | Raw Unified | Return to bug 171987
Collapse All | Expand All

(-)devel/libepp-nicbr/Makefile (-8 / +23 lines)
Lines 1-27 Link Here
1
# New ports collection makefile for:	libepp-nicbr
1
# Created by: Jean Milanez Melo <jmelo@FreeBSD.org>
2
# Date created:		2006-07-04
3
# Whom:			Jean Milanez Melo <jmelo@FreeBSD.org>
4
#
5
# $FreeBSD: ports/devel/libepp-nicbr/Makefile,v 1.9 2011/09/02 00:32:20 sylvio Exp $
2
# $FreeBSD: ports/devel/libepp-nicbr/Makefile,v 1.9 2011/09/02 00:32:20 sylvio Exp $
6
#
7
3
8
PORTNAME=	libepp-nicbr
4
PORTNAME=	libepp-nicbr
9
PORTVERSION=	1.11
5
PORTVERSION=	1.12
10
CATEGORIES=	devel
6
CATEGORIES=	devel
11
MASTER_SITES=	ftp://ftp.registro.br/pub/libepp-nicbr/
7
MASTER_SITES=	ftp://ftp.registro.br/pub/libepp-nicbr/
12
8
13
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	Partial Extensible Provisioning Protocol to .br domains
10
COMMENT=	Partial Extensible Provisioning Protocol to .br domains
15
11
16
LIB_DEPENDS=	xerces-c:${PORTSDIR}/textproc/xerces-c2
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
15
LIB_DEPENDS=	xerces-c:${PORTSDIR}/textproc/xerces-c3
16
17
OPTIONS_DEFINE=	READLINE
18
OPTIONS_DEFAULT=READLINE
19
READLINE_DESC=	Enable readline support
17
20
18
USE_OPENSSL=	yes
21
USE_OPENSSL=	yes
19
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
CONFIGURE_ENV=	ac_cv_header_cppunit_TestRunner_h=no
20
CONFIGURE_ARGS=	--with-xerces-c=${LOCALBASE} \
24
CONFIGURE_ARGS=	--with-xerces-c=${LOCALBASE} \
21
		--with-openssl=${OPENSSLBASE}
25
		--with-openssl=${OPENSSLBASE}
26
MAKE_JOBS_SAFE=	yes
22
27
23
DATADIR=	share/${PORTNAME:S/-/_/}
28
DATADIR=	${PREFIX}/share/${PORTNAME:S/-/_/}
24
29
25
PLIST_SUB=	VER="${PORTVERSION}"
30
PLIST_SUB=	VER="${PORTVERSION}"
26
31
32
.include <bsd.port.options.mk>
33
34
.if ${PORT_OPTIONS:MREADLINE}
35
USE_READLINE=	yes
36
PLIST_SUB+=	READLINE=""
37
.else
38
CONFIGURE_ENV+=	ac_cv_lib_readline_readline=no
39
PLIST_SUB+=	READLINE="@comment "
40
.endif
41
27
.include <bsd.port.mk>
42
.include <bsd.port.mk>
(-)devel/libepp-nicbr/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libepp-nicbr-1.11.tar.gz) = 886f971ca341957af49591b9e12819089444b5b04dd695bc5761f0e2aa871771
1
SHA256 (libepp-nicbr-1.12.tar.gz) = 3a4569425db2075ea928f75ba50ce7d77421d02ad5e4e7c95405daef711d589c
2
SIZE (libepp-nicbr-1.11.tar.gz) = 315121
2
SIZE (libepp-nicbr-1.12.tar.gz) = 314578
(-)devel/libepp-nicbr/pkg-descr (-9 / +9 lines)
Lines 1-14 Link Here
1
This is the LIBEPP-NICBR C++ library that partially implements the Extensible
1
This is the LIBEPP-NICBR C++ library that partially implements the
2
Provisioning Protocol (EPP), as described in the Internet Drafts RFC3730bis to
2
Extensible Provisioning Protocol (EPP), as described in the Internet
3
RFC3734bis and RFC3735.
3
Drafts RFC3730bis to RFC3734bis and RFC3735.
4
4
5
RFC3731bis - EPP Domain Name Mapping - was implemented with hosts as attributes
5
RFC3731bis - EPP Domain Name Mapping - was implemented with hosts as
6
of the Domain Object.
6
attributes of the Domain Object.
7
7
8
In order to conform to the .BR model, extensions to the EPP Domain Name and
8
In order to conform to the .BR model, extensions to the EPP Domain Name
9
Contact Mapping were made (draft-neves-epp-brdomain and draft-neves-epp-brorg),
9
and Contact Mapping were made (draft-neves-epp-brdomain and
10
supported since version 0.2. The documentation for these extensions is
10
draft-neves-epp-brorg), supported since version 0.2. The documentation
11
available at EPP References [1].
11
for these extensions is available at EPP References [1].
12
12
13
[1]
13
[1]
14
http://registro.br/epp/rfc-EN.html
14
http://registro.br/epp/rfc-EN.html
(-)devel/libepp-nicbr/pkg-plist (-1 / +2 lines)
Lines 1-4 Link Here
1
bin/shepp
1
%%READLINE%%bin/shepp
2
include/libepp_nicbr/Action.H
2
include/libepp_nicbr/Action.H
3
include/libepp_nicbr/AsnCheck.H
3
include/libepp_nicbr/AsnCheck.H
4
include/libepp_nicbr/AsnCheckCmd.H
4
include/libepp_nicbr/AsnCheckCmd.H
Lines 135-140 Link Here
135
include/libepp_nicbr/TransportTLSCommon.H
135
include/libepp_nicbr/TransportTLSCommon.H
136
include/libepp_nicbr/XmlException.H
136
include/libepp_nicbr/XmlException.H
137
include/libepp_nicbr/libepp_nicbr.H
137
include/libepp_nicbr/libepp_nicbr.H
138
include/libepp_nicbr/libepp_nicbr.H.template
138
lib/libepp-nicbr-%%VER%%.a
139
lib/libepp-nicbr-%%VER%%.a
139
%%DATADIR%%/schemas/asn-1.0.xsd
140
%%DATADIR%%/schemas/asn-1.0.xsd
140
%%DATADIR%%/schemas/brdomain-1.0.xsd
141
%%DATADIR%%/schemas/brdomain-1.0.xsd

Return to bug 171987