diff options
author | Armin Pirkovitsch <sperber@FreeBSD.org> | 2012-11-30 23:52:56 +0000 |
---|---|---|
committer | Armin Pirkovitsch <sperber@FreeBSD.org> | 2012-11-30 23:52:56 +0000 |
commit | 61d56330d696d1b7a00e0d4d7154f9c6de8ce30d (patch) | |
tree | a7a928f55df768dda587f0504cc5deb3d417d053 | |
parent | 1b54d95d0ec7209899069d7c6ab089ba45ec7d9b (diff) | |
download | ports-61d56330d696d1b7a00e0d4d7154f9c6de8ce30d.tar.gz ports-61d56330d696d1b7a00e0d4d7154f9c6de8ce30d.zip |
Notes
-rw-r--r-- | devel/libepp-nicbr/Makefile | 31 | ||||
-rw-r--r-- | devel/libepp-nicbr/distinfo | 4 | ||||
-rw-r--r-- | devel/libepp-nicbr/pkg-descr | 18 | ||||
-rw-r--r-- | devel/libepp-nicbr/pkg-plist | 3 |
4 files changed, 36 insertions, 20 deletions
diff --git a/devel/libepp-nicbr/Makefile b/devel/libepp-nicbr/Makefile index 30475f37b8a5..17c126c78bd8 100644 --- a/devel/libepp-nicbr/Makefile +++ b/devel/libepp-nicbr/Makefile @@ -1,27 +1,42 @@ -# New ports collection makefile for: libepp-nicbr -# Date created: 2006-07-04 -# Whom: Jean Milanez Melo <jmelo@FreeBSD.org> -# +# Created by: Jean Milanez Melo <jmelo@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libepp-nicbr -PORTVERSION= 1.11 +PORTVERSION= 1.12 CATEGORIES= devel MASTER_SITES= ftp://ftp.registro.br/pub/libepp-nicbr/ MAINTAINER= ports@FreeBSD.org COMMENT= Partial Extensible Provisioning Protocol to .br domains -LIB_DEPENDS= xerces-c:${PORTSDIR}/textproc/xerces-c2 +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= xerces-c:${PORTSDIR}/textproc/xerces-c3 + +OPTIONS_DEFINE= READLINE +OPTIONS_DEFAULT=READLINE +READLINE_DESC= Enable readline support USE_OPENSSL= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_header_cppunit_TestRunner_h=no CONFIGURE_ARGS= --with-xerces-c=${LOCALBASE} \ --with-openssl=${OPENSSLBASE} +MAKE_JOBS_SAFE= yes -DATADIR= share/${PORTNAME:S/-/_/} +DATADIR= ${PREFIX}/share/${PORTNAME:S/-/_/} PLIST_SUB= VER="${PORTVERSION}" +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MREADLINE} +USE_READLINE= yes +PLIST_SUB+= READLINE="" +.else +CONFIGURE_ENV+= ac_cv_lib_readline_readline=no +PLIST_SUB+= READLINE="@comment " +.endif + .include <bsd.port.mk> diff --git a/devel/libepp-nicbr/distinfo b/devel/libepp-nicbr/distinfo index cec85bea06e7..451bbfe887f6 100644 --- a/devel/libepp-nicbr/distinfo +++ b/devel/libepp-nicbr/distinfo @@ -1,2 +1,2 @@ -SHA256 (libepp-nicbr-1.11.tar.gz) = 886f971ca341957af49591b9e12819089444b5b04dd695bc5761f0e2aa871771 -SIZE (libepp-nicbr-1.11.tar.gz) = 315121 +SHA256 (libepp-nicbr-1.12.tar.gz) = 3a4569425db2075ea928f75ba50ce7d77421d02ad5e4e7c95405daef711d589c +SIZE (libepp-nicbr-1.12.tar.gz) = 314578 diff --git a/devel/libepp-nicbr/pkg-descr b/devel/libepp-nicbr/pkg-descr index 90e6cd7cbee3..e4a407650c23 100644 --- a/devel/libepp-nicbr/pkg-descr +++ b/devel/libepp-nicbr/pkg-descr @@ -1,14 +1,14 @@ -This is the LIBEPP-NICBR C++ library that partially implements the Extensible -Provisioning Protocol (EPP), as described in the Internet Drafts RFC3730bis to -RFC3734bis and RFC3735. +This is the LIBEPP-NICBR C++ library that partially implements the +Extensible Provisioning Protocol (EPP), as described in the Internet +Drafts RFC3730bis to RFC3734bis and RFC3735. -RFC3731bis - EPP Domain Name Mapping - was implemented with hosts as attributes -of the Domain Object. +RFC3731bis - EPP Domain Name Mapping - was implemented with hosts as +attributes of the Domain Object. -In order to conform to the .BR model, extensions to the EPP Domain Name and -Contact Mapping were made (draft-neves-epp-brdomain and draft-neves-epp-brorg), -supported since version 0.2. The documentation for these extensions is -available at EPP References [1]. +In order to conform to the .BR model, extensions to the EPP Domain Name +and Contact Mapping were made (draft-neves-epp-brdomain and +draft-neves-epp-brorg), supported since version 0.2. The documentation +for these extensions is available at EPP References [1]. [1] http://registro.br/epp/rfc-EN.html diff --git a/devel/libepp-nicbr/pkg-plist b/devel/libepp-nicbr/pkg-plist index 9c3505cd79b2..050b42b06478 100644 --- a/devel/libepp-nicbr/pkg-plist +++ b/devel/libepp-nicbr/pkg-plist @@ -1,4 +1,4 @@ -bin/shepp +%%READLINE%%bin/shepp include/libepp_nicbr/Action.H include/libepp_nicbr/AsnCheck.H include/libepp_nicbr/AsnCheckCmd.H @@ -135,6 +135,7 @@ include/libepp_nicbr/TransportTLS.H include/libepp_nicbr/TransportTLSCommon.H include/libepp_nicbr/XmlException.H include/libepp_nicbr/libepp_nicbr.H +include/libepp_nicbr/libepp_nicbr.H.template lib/libepp-nicbr-%%VER%%.a %%DATADIR%%/schemas/asn-1.0.xsd %%DATADIR%%/schemas/brdomain-1.0.xsd |