head	1.18;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.12
	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.7
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


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

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

1.16
date	2012.11.17.06.03.07;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.06.26.10.37.17;	author ale;	state Exp;
branches;
next	1.14;

1.14
date	2012.03.05.09.51.11;	author ale;	state Exp;
branches;
next	1.13;

1.13
date	2012.01.09.15.41.08;	author tabthorpe;	state Exp;
branches;
next	1.12;

1.12
date	2011.08.10.21.23.40;	author ale;	state Exp;
branches;
next	1.11;

1.11
date	2010.05.18.04.07.54;	author pgollucci;	state Exp;
branches;
next	1.10;

1.10
date	2010.05.18.04.05.05;	author pgollucci;	state Exp;
branches;
next	1.9;

1.9
date	2010.05.05.21.52.11;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2010.05.05.21.47.49;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2010.03.01.15.37.27;	author ale;	state Exp;
branches;
next	1.6;

1.6
date	2009.12.09.21.22.56;	author ale;	state Exp;
branches;
next	1.5;

1.5
date	2008.11.20.07.37.27;	author ale;	state Exp;
branches;
next	1.4;

1.4
date	2008.09.23.05.45.41;	author ale;	state Exp;
branches;
next	1.3;

1.3
date	2008.07.05.09.19.16;	author ale;	state Exp;
branches;
next	1.2;

1.2
date	2008.06.06.14.07.14;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2008.02.28.14.26.10;	author ale;	state Exp;
branches;
next	;


desc
@@


1.18
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312246
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Alex Dupre <ale@@FreeBSD.org>
# $FreeBSD: head/www/tomcat-native/Makefile 312246 2013-02-14 22:09:48Z ale $

PORTNAME=	tomcat-native
PORTVERSION=	1.1.27
CATEGORIES=	www java
MASTER_SITES=	APACHE
MASTER_SITE_SUBDIR=	tomcat/tomcat-connectors/native/${PORTVERSION}/source
DISTNAME=	${PORTNAME}-${PORTVERSION}-src

MAINTAINER=	ale@@FreeBSD.org
COMMENT=	Tomcat native library

LICENSE=	AL2

LIB_DEPENDS=	apr-1:${PORTSDIR}/devel/apr1

WRKSRC=		${WRKDIR}/${DISTNAME}/jni/native

OPTIONS_DEFINE=	OCSP
OCSP_DESC=	Enable OCSP verification support

USE_OPENSSL=	yes
USE_JAVA=	yes
USE_LDCONFIG=	yes
JAVA_VERSION=	1.6+
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-apr=${LOCALBASE} \
		--with-java-home=${JAVA_HOME} \
		--with-ssl=${SSLBASE}

PLIST_FILES=	lib/libtcnative-1.a \
		lib/libtcnative-1.la \
		lib/libtcnative-1.so \
		lib/libtcnative-1.so.1

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MOCSP}
CONFIGURE_ARGS+=--enable-ocsp
.endif

.include <bsd.port.mk>
@


1.17
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308605
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308605 | bapt | 2012-12-10 13:43:43 +0000 (Mon, 10 Dec 2012) | 3 lines
## SVN ##
## SVN ## Decommissioning java 1.5 (EOLed since October 2009):
## SVN ## suppress any reference to JAVA_VERSION=	1.5+ (part3)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/www/tomcat-native/Makefile 308605 2012-12-10 13:43:43Z bapt $
d5 1
a5 1
PORTVERSION=	1.1.24
@


1.16
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	tomcat-native
# Date created:			28 Feb 2008
# Whom:				Alex Dupre <ale@@FreeBSD.org>
#
# $FreeBSD: head/www/tomcat-native/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d26 1
a26 1
JAVA_VERSION=	1.5+
@


1.15
log
@Update to 1.1.24 release.

PR:		ports/169429
Submitted by:	jgh
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@Update to 1.1.23 release.

PR:		ports/165671
Submitted by:	jgh
@
text
@d9 1
a9 1
PORTVERSION=	1.1.23
d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_APACHE}
d24 2
a25 1
OPTIONS=	OCSP "Enable OCSP verification support" off
d36 5
d43 1
a43 1
.if defined(WITH_OCSP)
@


1.13
log
@- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
@
text
@d9 1
a9 1
PORTVERSION=	1.1.22
a18 1
LICENSE_FILE=	${WRKDIR}/${DISTNAME}/LICENSE
d24 2
d35 6
@


1.12
log
@Update to 1.1.22 release.

PR:		ports/159653
Submitted by:	Jason Helfman <jhelfman@@experts-exchange.com>
@
text
@d18 1
a18 1
LICENSE=	ASL
@


1.11
log
@- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d9 1
a9 2
PORTVERSION=	1.1.20
PORTREVISION=	2
d18 3
@


1.10
log
@- Convert ports/ to devel/apr1

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.9
log
@4/5: Chase devel/apr shlib bump

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@@
@
text
@d19 1
a19 1
LIB_DEPENDS=	apr-1:${PORTSDIR}/devel/apr
@


1.8
log
@3/5: Fix apr-1.3 libnames to be apr-1
     PORTREVISION bumps comming next

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@@
@
text
@d10 1
@


1.7
log
@Update to 1.1.20 release.

PR:		ports/144275
Submitted by:	wen
Feature safe:	yes
@
text
@d18 1
a18 1
LIB_DEPENDS=	apr-1.3:${PORTSDIR}/devel/apr
@


1.6
log
@Update to 1.1.18 release.
@
text
@d9 1
a9 1
PORTVERSION=	1.1.18
@


1.5
log
@Update to 1.1.16 release.
@
text
@d9 1
a9 1
PORTVERSION=	1.1.16
d12 1
a12 1
MASTER_SITE_SUBDIR=	tomcat/tomcat-connectors/native
@


1.4
log
@Update to 1.1.15 release.
@
text
@d9 1
a9 1
PORTVERSION=	1.1.15
@


1.3
log
@Update to 1.1.14 release.
@
text
@d9 1
a9 1
PORTVERSION=	1.1.14
@


1.2
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=	1.1.13
PORTREVISION=	1
d18 1
a18 1
LIB_DEPENDS=	apr-1.2:${PORTSDIR}/devel/apr
@


1.1
log
@Tomcat can use the Apache Portable Runtime to provide superior scalability,
performance, and better integration with native server technologies.
APR has many uses, including access to advanced IO functionality (such as
sendfile, epoll and OpenSSL), OS level functionality (random number
generation, system status, etc), and native process handling (shared memory,
NT pipes and Unix sockets).

These features allows making Tomcat a general purposewebserver, will
enable much better integration with other native web technologies, and
overall make Java much more viable as a full fledged webserver platform
rather than simply a backend focused technology.
@
text
@d10 1
@

