head	1.18;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.18
date	2013.03.02.22.22.51;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.08.05.23.19.36;	author dougb;	state Exp;
branches;
next	1.15;

1.15
date	2012.06.30.05.45.07;	author az;	state Exp;
branches;
next	1.14;

1.14
date	2012.01.21.17.39.34;	author eadler;	state Exp;
branches;
next	1.13;

1.13
date	2011.08.29.23.00.59;	author pav;	state Exp;
branches;
next	1.12;

1.12
date	2010.08.18.12.47.08;	author bapt;	state Exp;
branches;
next	1.11;

1.11
date	2009.08.22.00.34.59;	author amdmi3;	state Exp;
branches;
next	1.10;

1.10
date	2009.01.22.02.49.00;	author araujo;	state Exp;
branches;
next	1.9;

1.9
date	2008.06.29.00.23.55;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2008.06.06.14.01.01;	author edwin;	state Exp;
branches;
next	1.7;

1.7
date	2007.10.09.22.33.49;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2007.06.08.08.34.52;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2007.06.07.05.37.26;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2007.03.28.17.24.13;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2007.02.03.09.49.51;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2006.12.30.17.18.34;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2006.10.07.12.32.19;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.18
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313266
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Sergei Vyshenski <svysh@@pn.sinp.msu.ru>
# $FreeBSD: head/security/p5-openxpki-deployment/Makefile 313266 2013-03-02 15:55:17Z miwi $

PORTNAME=	openxpki-deployment
PORTVERSION=	0.9.1386
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	SF/openxpki/openxpki/0.9.1300
PKGNAMEPREFIX=	p5-
DIST_SUBDIR=	openxpki

MAINTAINER=	svysh.fbsd@@gmail.com
COMMENT=	Perl based enterprise class trustcenter software for PKI

BUILD_DEPENDS=	\
	p5-openxpki-client>=0:${PORTSDIR}/security/p5-openxpki-client \
	p5-Config-Std>=0:${PORTSDIR}/devel/p5-Config-Std \
	p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
	bash:${PORTSDIR}/shells/bash
RUN_DEPENDS:=	${BUILD_DEPENDS}

MAN1=	openxpki-configure.1 \
	openxpki-metaconf.1 \
	openxpkiadm.1 \
	openxpkictl.1
USE_PERL5=	yes
USE_GMAKE=	yes
USE_RC_SUBR=	openxpki
HAS_CONFIGURE=	yes
CONFIGURE_ARGS=	--prefix ${PREFIX}

post-patch:
	@@${REINPLACE_CMD} -e 's|>/dev/null 2>&1 | |' ${WRKSRC}/configure

post-install:
	@@${ECHO_MSG} ""
	@@${ECHO_MSG} "================================ A piece of advice ==================================="
	@@${ECHO_MSG} "===> Install your favorite database (enable utf-8 support if needed) and a web server."
	@@${ECHO_MSG} "===> Perform deployment procedure for openxpki in a regular way."
	@@${ECHO_MSG} "===> When asked for the name of the \"openxpki user\" answer \"openxpki\","
	@@${ECHO_MSG} "===> and do not forget to add a line: \"User openxpki\" to the zone of your"
	@@${ECHO_MSG} "===> OpenXPI-related (virtual) web server in your Apache configuration file."
	@@${ECHO_MSG} ""
.if !defined(BATCH)
	@@sleep 9
.endif

.include <bsd.port.mk>
@


1.17
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	p5-openxpki-deployment
# Date created:				03 Oct 2006
# Whom:					svysh
#
# $FreeBSD: head/security/p5-openxpki-deployment/Makefile 302141 2012-08-05 23:19:36Z dougb $
#
d12 1
a12 1
MAINTAINER=	svysh@@pn.sinp.msu.ru
@


1.16
log
@SVN rev 302141 on 2012-08-05 23:19:36Z by dougb

Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.15
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d32 1
a32 1
USE_RC_SUBR=	openxpki.sh
@


1.14
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d20 3
a22 3
	${SITE_PERL}/OpenXPKI/Client.pm:${PORTSDIR}/security/p5-openxpki-client \
	${SITE_PERL}/Config/Std.pm:${PORTSDIR}/devel/p5-Config-Std \
	${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
@


1.13
log
@- Extra verbosity for tracking down pointyhat build failure

PR:		ports/160281
Submitted by:	Sergei Vyshenski <svysh@@pn.sinp.msu.ru> (maintainer)
@
text
@d24 1
a24 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.12
log
@Ensure that this port starts after known databases at system boot

PR:		ports/149739
Submitted by:	Sergei Vyshenski <svysh _at_ cryptocom.ru> (maintainer)
Approved by:	tabthorpe (mentor)
@
text
@d36 3
@


1.11
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d10 1
@


1.10
log
@- Update to 0.9.1386.

PR:		ports/130803
Submitted by:	Sergei Vyshenski <svysh@@pn.sinp.msu.ru> (maintainer)
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	openxpki
@


1.9
log
@- Update to 0.9.1265

PR:		125051
Submitted by:	Sergei Vyshenski <svysh@@pn.sinp.msu.ru> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.9.1268
@


1.8
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d9 1
a9 2
PORTVERSION=	0.9.1068
PORTREVISION=	1
d22 2
a23 2
	${SITE_PERL}/IO/Prompt.pm:${PORTSDIR}/devel/p5-IO-Prompt \
	${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
@


1.7
log
@- Update to 0.9.1068

PR:		116863
Submitted by:	Sergei Vyshenski <svysh@@pn.sinp.msu.ru> (maintainer)
@
text
@d10 1
@


1.6
log
@- Fix pkg-plist

Submitted by:	pointyhat via kris
@
text
@d9 1
a9 2
PORTVERSION=	0.9.913
PORTREVISION=	1
@


1.5
log
@- Update to 0.9.913

PR:		113411
Submitted by:	Sergei Vyshenski <svysh@@pn.sinp.msu.ru> (maintainer)
@
text
@d10 1
@


1.4
log
@- Update to 0.9.781

PR:             110936
Submitted by:   Sergei Vyshenski <svysh@@cryptocom.ru>
@
text
@d9 1
a9 1
PORTVERSION=	0.9.781
d36 13
@


1.3
log
@- Update to 0.9.720

PR:		108621
Submitted by:	Sergei Vyshenski <svysh@@cryptocom.ru> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.9.720
d16 1
a16 1
MAINTAINER=	svysh@@cryptocom.ru
@


1.2
log
@- Update to 0.9.659

PR:		ports/107329
Submitted by:	Sergei Vyshenski <svysh@@cryptocom.ru> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.9.659
@


1.1
log
@Add p5-openxpki-deployment 0.9.543, perl based enterprise class
trustcenter software for PKI.

PR:		ports/103949
Submitted by:	Sergei Vyshenski <svysh at cryptocom.ru>
@
text
@d9 1
a9 1
PORTVERSION=	0.9.543
d32 1
@

