summaryrefslogtreecommitdiff
path: root/net/restclient-ui
diff options
context:
space:
mode:
authorabs <abs>2016-01-11 13:47:01 +0000
committerabs <abs>2016-01-11 13:47:01 +0000
commit9b92a21878730cae074ae2b033db4d4d2793af95 (patch)
tree5d133753c4e31c0f53ea8b821397468557435ff8 /net/restclient-ui
parent75e6a3b10a051166f5d3842bcc4249511a6f9083 (diff)
downloadpkgsrc-9b92a21878730cae074ae2b033db4d4d2793af95.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/restclient-ui')
-rw-r--r--net/restclient-ui/DESCR2
-rw-r--r--net/restclient-ui/Makefile35
-rw-r--r--net/restclient-ui/PLIST3
-rw-r--r--net/restclient-ui/distinfo6
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