View | Details | Raw Unified | Return to bug 231396
Collapse All | Expand All

(-)sysutils/javaservicewrapper/Makefile (-4 / +8 lines)
Lines 4-20 Link Here
4
PORTNAME=	javaservicewrapper
4
PORTNAME=	javaservicewrapper
5
PORTVERSION=	3.5.29
5
PORTVERSION=	3.5.29
6
CATEGORIES=	sysutils java
6
CATEGORIES=	sysutils java
7
MASTER_SITES=	http://wrapper.tanukisoftware.com/download/${PORTVERSION}/
7
MASTER_SITES=	https://wrapper.tanukisoftware.com/download/${PORTVERSION}/
8
DISTNAME=	wrapper_${PORTVERSION}_src
8
DISTNAME=	wrapper_${PORTVERSION}_src
9
9
10
MAINTAINER=	michael.osipov@siemens.com
10
MAINTAINER=	michael.osipov@siemens.com
11
COMMENT=	Application to solve problems common to many Java applications
11
COMMENT=	JSW enables a Java application to be run as a Unix daemon
12
12
13
ONLY_FOR_ARCHS=	i386 amd64
13
LICENSE=	GPLv2 GPLv3
14
LICENSE_COMB=	dual
14
15
16
ONLY_FOR_ARCHS=	amd64 i386
17
18
USES=		gmake iconv
15
USE_JAVA=	1.8+
19
USE_JAVA=	1.8+
16
USE_ANT=	yes
20
USE_ANT=	yes
17
USES=		gmake iconv
21
USE_LDCONFIG=	${PREFIX}/lib/javaservicewrapper/lib
18
22
19
DATADIR=	${PREFIX}/lib/${PORTNAME}
23
DATADIR=	${PREFIX}/lib/${PORTNAME}
20
24
(-)sysutils/javaservicewrapper/pkg-descr (-10 / +13 lines)
Lines 1-12 Link Here
1
The Java Service Wrapper is an application which has evolved out of a desire
1
The Java Service Wrapper enables a Java application to be run as a Unix daemon.
2
to solve a number of problems common to many Java applications:
2
It also monitors the health of your application and JVM.
3
3
4
- Run as a Windows Service or Unix Daemon.
4
Benefits:
5
- Application Reliability.
6
- Standard, Out of the Box Scripting.
7
- On Demand Restarts.
8
- Flexible Configuration.
9
- Ease Application Installations.
10
- Logging.
11
5
12
WWW: http://wrapper.tanukisoftware.org/
6
* There is no need for additional programming in your application to integrate
7
  it with our product.
8
* Automatic customizable response when something happens in your application
9
  or JVM.
10
* Notifications when there is a problem in need of attention.
11
* Support better your customers thanks to our logging features.
12
* You can schedule events in a standard way in various platforms.
13
* Deploy and install your applications as a Unix daemon.
14
15
WWW: https://wrapper.tanukisoftware.org/

Return to bug 231396