head	1.15;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	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.15
date	2013.03.02.22.22.51;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.06.30.05.45.07;	author az;	state Exp;
branches;
next	1.12;

1.12
date	2012.01.21.17.39.34;	author eadler;	state Exp;
branches;
next	1.11;

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

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

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

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

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

1.6
date	2007.09.08.01.03.59;	author linimon;	state Exp;
branches;
next	1.5;

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

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

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

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

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


desc
@@


1.15
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-client-html-mason/Makefile 313266 2013-03-02 15:55:17Z miwi $

PORTNAME=	openxpki-client-html-mason
PORTVERSION=	0.9.1396
CATEGORIES=	security perl5
MASTER_SITES=	SF/openxpki/openxpki/0.9.1300
PKGNAMEPREFIX=	p5-
DISTNAME=	OpenXPKI-Client-HTML-Mason-${PORTVERSION}
DIST_SUBDIR=	openxpki

MAINTAINER=	svysh.fbsd@@gmail.com
COMMENT=	Web interface for local openxpki daemon

BUILD_DEPENDS=	\
	p5-openxpki-client>=0:${PORTSDIR}/security/p5-openxpki-client \
	p5-HTML-Mason>=0:${PORTSDIR}/www/p5-HTML-Mason \
	p5-Data-SpreadPagination>=0:${PORTSDIR}/textproc/p5-Data-SpreadPagination
RUN_DEPENDS:=	${BUILD_DEPENDS}

MAN3=	OpenXPKI::Client::HTML::Mason.3 \
	OpenXPKI::Client::HTML::Mason::CRR.3 \
	OpenXPKI::Client::HTML::Mason::Config.3 \
	OpenXPKI::Client::HTML::Mason::Javascript.3 \
	OpenXPKI::Client::HTML::Mason::Menu.3
USE_GMAKE=	yes
PERL_CONFIGURE=	yes

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	@@${CP} -R ${WRKSRC}/htdocs ${DOCSDIR}/
	@@${ECHO_MSG} ""
	@@${ECHO_MSG} "==================================================================="
	@@${ECHO_MSG} "===> Mason htdocs for ${DISTNAME}"
	@@${ECHO_MSG} "===> installed in ${DOCSDIR}"
	@@${ECHO_MSG} "==================================================================="
	@@${ECHO_MSG} ""
.if !defined(BATCH)
	@@sleep 3
.endif
.endif
.if !defined(NOPORTEXAMPLES)
	${MKDIR} ${EXAMPLESDIR}
	@@${CP} -R ${WRKSRC}/eg ${EXAMPLESDIR}/
	@@${ECHO_MSG} ""
	@@${ECHO_MSG} "==================================================================="
	@@${ECHO_MSG} "===> Examples of simple Mason configuration via httpd.conf directives"
	@@${ECHO_MSG} "===> installed in ${EXAMPLESDIR}"
	@@${ECHO_MSG} "==================================================================="
	@@${ECHO_MSG} ""
.if !defined(BATCH)
	@@sleep 3
.endif
.endif
.if !defined(NOPORTDATA)
	${MKDIR} ${DATADIR}
	@@${MKDIR} ${DATADIR}
	@@${CP} -R ${WRKSRC}/bin ${DATADIR}/
	@@${ECHO_MSG} ""
	@@${ECHO_MSG} "==================================================================="
	@@${ECHO_MSG} "===> Examples of CGI scripts for ${DISTNAME}"
	@@${ECHO_MSG} "===> installed in ${DATADIR}"
	@@${ECHO_MSG} "==================================================================="
	@@${ECHO_MSG} ""
.if !defined(BATCH)
	@@sleep 3
.endif
.endif

.include <bsd.port.mk>
@


1.14
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	p5-openxpki-client-html-mason
# Date created:				03 Oct 2006
# Whom:					svysh
#
# $FreeBSD: head/security/p5-openxpki-client-html-mason/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d12 1
a12 1
MAINTAINER=	svysh@@pn.sinp.msu.ru
@


1.13
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
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}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \
	${SITE_PERL}/Data/SpreadPagination.pm:${PORTSDIR}/textproc/p5-Data-SpreadPagination
@


1.11
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d23 1
a23 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.10
log
@- Update to 0.9.1396.

PR:		ports/130799
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.1263

PR:		125050
Submitted by:	Sergei Vyshenski <svysh@@pn.sinp.msu.ru> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.9.1263
d41 1
a41 1
	@@${ECHO_MSG} "===> installed in ${DATADIR}"
@


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.1086
PORTREVISION=	1
d36 13
d51 12
a64 1
	@@${CP} -R ${WRKSRC}/htdocs ${DATADIR}/
d66 4
a69 4
	@@${ECHO_MSG} "================================ Information ==================================="
	@@${ECHO_MSG} "===> Examples of simple Mason configuration via httpd.conf directives installed in ${EXAMPLESDIR}."
	@@${ECHO_MSG} "===> CGI scripts and htdocs for ${DISTNAME} installed in ${DATADIR}."
	@@${ECHO_MSG} "================================================================================"
d72 1
a72 1
	@@sleep 7
@


1.7
log
@- Update to 0.9.1086

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


1.6
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.9.876
@


1.5
log
@- Update to 0.9.876

PR:		113408
Submitted by:	Sergei Vyshenski <svysh@@pn.sinp.msu.ru> (maintainer)
@
text
@a30 1
USE_PERL5=	yes
@


1.4
log
@- Update to 0.9.783

PR:             110934
Submitted by:   Sergei Vyshenski <svysh@@cryptocom.ru> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.9.783
d48 3
@


1.3
log
@- Update 0.9.725

PR:		108617
Submitted by:	Sergei Vyshenski <svysh@@cryptocom.ru> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.9.725
d17 1
a17 1
MAINTAINER=	svysh@@cryptocom.ru
d22 2
a23 1
	${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason
d27 2
@


1.2
log
@update to 0.9.630

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


1.1
log
@Add p5-openxpki-client-html-mason 0.9.546, web interface for local
openxpki daemon.

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

