Date: Mon, 1 Oct 2018 01:43:48 +0000 (UTC) From: Johannes M Dieterich <jmd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480994 - head/sysutils/javaservicewrapper Message-ID: <201810010143.w911hmQf033079@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jmd Date: Mon Oct 1 01:43:47 2018 New Revision: 480994 URL: https://svnweb.freebsd.org/changeset/ports/480994 Log: sysutils/javaservicewrapper: pet portlint PR: 231396 Submitted by: michael.osipov@siemens.com (maintainer) Modified: head/sysutils/javaservicewrapper/Makefile head/sysutils/javaservicewrapper/pkg-descr Modified: head/sysutils/javaservicewrapper/Makefile ============================================================================== --- head/sysutils/javaservicewrapper/Makefile Mon Oct 1 01:22:53 2018 (r480993) +++ head/sysutils/javaservicewrapper/Makefile Mon Oct 1 01:43:47 2018 (r480994) @@ -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} Modified: head/sysutils/javaservicewrapper/pkg-descr ============================================================================== --- head/sysutils/javaservicewrapper/pkg-descr Mon Oct 1 01:22:53 2018 (r480993) +++ head/sysutils/javaservicewrapper/pkg-descr Mon Oct 1 01:43:47 2018 (r480994) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810010143.w911hmQf033079>