diff options
-rw-r--r-- | sysutils/javaservicewrapper/Makefile | 12 | ||||
-rw-r--r-- | sysutils/javaservicewrapper/pkg-descr | 23 |
2 files changed, 21 insertions, 14 deletions
diff --git a/sysutils/javaservicewrapper/Makefile b/sysutils/javaservicewrapper/Makefile index 2ebca72f8a21..7057ef5235a1 100644 --- a/sysutils/javaservicewrapper/Makefile +++ b/sysutils/javaservicewrapper/Makefile @@ -4,17 +4,21 @@ PORTNAME= javaservicewrapper PORTVERSION= 3.5.29 CATEGORIES= sysutils java -MASTER_SITES= http://wrapper.tanukisoftware.com/download/${PORTVERSION}/ +MASTER_SITES= https://wrapper.tanukisoftware.com/download/${PORTVERSION}/ DISTNAME= wrapper_${PORTVERSION}_src MAINTAINER= michael.osipov@siemens.com -COMMENT= Application to solve problems common to many Java applications +COMMENT= JSW enables a Java application to be run as a Unix daemon -ONLY_FOR_ARCHS= i386 amd64 +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual +ONLY_FOR_ARCHS= amd64 i386 + +USES= gmake iconv USE_JAVA= 1.8+ USE_ANT= yes -USES= gmake iconv +USE_LDCONFIG= ${PREFIX}/lib/javaservicewrapper/lib DATADIR= ${PREFIX}/lib/${PORTNAME} diff --git a/sysutils/javaservicewrapper/pkg-descr b/sysutils/javaservicewrapper/pkg-descr index 22942acd1a6d..34726a161fb2 100644 --- a/sysutils/javaservicewrapper/pkg-descr +++ b/sysutils/javaservicewrapper/pkg-descr @@ -1,12 +1,15 @@ -The Java Service Wrapper is an application which has evolved out of a desire -to solve a number of problems common to many Java applications: +The Java Service Wrapper enables a Java application to be run as a Unix daemon. +It also monitors the health of your application and JVM. -- Run as a Windows Service or Unix Daemon. -- Application Reliability. -- Standard, Out of the Box Scripting. -- On Demand Restarts. -- Flexible Configuration. -- Ease Application Installations. -- Logging. +Benefits: -WWW: http://wrapper.tanukisoftware.org/ +* There is no need for additional programming in your application to integrate + it with our product. +* Automatic customizable response when something happens in your application + or JVM. +* Notifications when there is a problem in need of attention. +* Support better your customers thanks to our logging features. +* You can schedule events in a standard way in various platforms. +* Deploy and install your applications as a Unix daemon. + +WWW: https://wrapper.tanukisoftware.org/ |