svn commit: r308049 - head/devel/libepp-nicbr
Armin Pirkovitsch
sperber at FreeBSD.org
Fri Nov 30 23:52:57 UTC 2012
Author: sperber
Date: Fri Nov 30 23:52:56 2012
New Revision: 308049
URL: http://svnweb.freebsd.org/changeset/ports/308049
Log:
- Update to version 1.12
- Add LICENSE
- Update pkg-descr
- Convert to optionsng
- Trim Makefile header
PR: ports/171987
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
Feature safe: yes
Modified:
head/devel/libepp-nicbr/Makefile
head/devel/libepp-nicbr/distinfo
head/devel/libepp-nicbr/pkg-descr
head/devel/libepp-nicbr/pkg-plist
Modified: head/devel/libepp-nicbr/Makefile
==============================================================================
--- head/devel/libepp-nicbr/Makefile Fri Nov 30 23:52:49 2012 (r308048)
+++ head/devel/libepp-nicbr/Makefile Fri Nov 30 23:52:56 2012 (r308049)
@@ -1,27 +1,42 @@
-# New ports collection makefile for: libepp-nicbr
-# Date created: 2006-07-04
-# Whom: Jean Milanez Melo <jmelo at FreeBSD.org>
-#
+# Created by: Jean Milanez Melo <jmelo at 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 at 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>
Modified: head/devel/libepp-nicbr/distinfo
==============================================================================
--- head/devel/libepp-nicbr/distinfo Fri Nov 30 23:52:49 2012 (r308048)
+++ head/devel/libepp-nicbr/distinfo Fri Nov 30 23:52:56 2012 (r308049)
@@ -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
Modified: head/devel/libepp-nicbr/pkg-descr
==============================================================================
--- head/devel/libepp-nicbr/pkg-descr Fri Nov 30 23:52:49 2012 (r308048)
+++ head/devel/libepp-nicbr/pkg-descr Fri Nov 30 23:52:56 2012 (r308049)
@@ -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
Modified: head/devel/libepp-nicbr/pkg-plist
==============================================================================
--- head/devel/libepp-nicbr/pkg-plist Fri Nov 30 23:52:49 2012 (r308048)
+++ head/devel/libepp-nicbr/pkg-plist Fri Nov 30 23:52:56 2012 (r308049)
@@ -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
More information about the svn-ports-all
mailing list