diff options
author | abs <abs@pkgsrc.org> | 2016-01-11 13:47:01 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2016-01-11 13:47:01 +0000 |
commit | 64a5cb72abeda6323100ca30bf4fd6312d384908 (patch) | |
tree | 5d133753c4e31c0f53ea8b821397468557435ff8 /net | |
parent | 5445c21902c6920a83696846eca4b501aead6b45 (diff) | |
download | pkgsrc-64a5cb72abeda6323100ca30bf4fd6312d384908.tar.gz |
Added net/restclient-ui version 3.5
RESTClient is a Java application to test RESTful webservices. It
can be used to test variety of HTTP communications.
Diffstat (limited to 'net')
-rw-r--r-- | net/restclient-ui/DESCR | 2 | ||||
-rw-r--r-- | net/restclient-ui/Makefile | 35 | ||||
-rw-r--r-- | net/restclient-ui/PLIST | 3 | ||||
-rw-r--r-- | net/restclient-ui/distinfo | 6 |
4 files changed, 46 insertions, 0 deletions
diff --git a/net/restclient-ui/DESCR b/net/restclient-ui/DESCR new file mode 100644 index 00000000000..705f62614b8 --- /dev/null +++ b/net/restclient-ui/DESCR @@ -0,0 +1,2 @@ +RESTClient is a Java application to test RESTful webservices. It +can be used to test variety of HTTP communications. diff --git a/net/restclient-ui/Makefile b/net/restclient-ui/Makefile new file mode 100644 index 00000000000..c3968308666 --- /dev/null +++ b/net/restclient-ui/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1.1.1 2016/01/11 13:47:01 abs Exp $ + +DISTNAME= ${PKGNAME}-jar-with-dependencies +PKGNAME= restclient-ui-3.5 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_GITHUB:=wiztools/}rest-client/releases/download/restclient-3.5/ +EXTRACT_SUFX= .jar + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/wiztools/rest-client +COMMENT= Java application to test RESTful webservices +LICENSE= apache-2.0 + +NO_CONFIGURE= yes +USE_LANGUAGES= # none +USE_JAVA= yes +USE_JAVA2= yes +WRKSRC= ${WRKDIR} + +LIBDIR= lib/java/restclient-ui +INSTALLATION_DIRS= bin ${LIBDIR} + +do-build: + printf "#! /bin/sh\\nexec %s -jar %s \"%s\"\\n" \ + ${PREFIX}/bin/java \ + ${PREFIX}/${LIBDIR}/${DISTNAME}${EXTRACT_SUFX} \ + '$$@' > \ + ${WRKDIR}/restclient-ui + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/restclient-ui ${DESTDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}${EXTRACT_SUFX} ${DESTDIR}${PREFIX}/${LIBDIR} + +.include "../../mk/java-vm.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/restclient-ui/PLIST b/net/restclient-ui/PLIST new file mode 100644 index 00000000000..805fb4b2f26 --- /dev/null +++ b/net/restclient-ui/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2016/01/11 13:47:01 abs Exp $ +bin/restclient-ui +lib/java/restclient-ui/restclient-ui-3.5-jar-with-dependencies.jar diff --git a/net/restclient-ui/distinfo b/net/restclient-ui/distinfo new file mode 100644 index 00000000000..fff7b0b70b9 --- /dev/null +++ b/net/restclient-ui/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2016/01/11 13:47:01 abs Exp $ + +SHA1 (restclient-ui-3.5-jar-with-dependencies.jar) = da57411b52f6b65d541e2a4900c42f8951c75d4b +RMD160 (restclient-ui-3.5-jar-with-dependencies.jar) = 7435755409ee981447088aa56af7960a363886b5 +SHA512 (restclient-ui-3.5-jar-with-dependencies.jar) = 742dcdb848738d3502a2878e0d874a2d257a04139d14b30ee93b6b77753604365fd20ff2d92ea8aeac12745320bc625056da78c4c60c679fcdc5baf62786ab6e +Size (restclient-ui-3.5-jar-with-dependencies.jar) = 14279701 bytes |