forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v 3.6.1 Bug fixes in custom HTTP methods. Support for PEM files in SSL truststore / keystore configuration. JS and CSS file content rendered with correct syntax highlighting. v 3.6 #46 #47 Added support for custom HTTP methods. #48 #50 option to ignore all SSL certificate warnings. #49 GET now supports body. Build moved to Gradle.
- Loading branch information
abs
committed
Dec 13, 2016
1 parent
5416e81
commit ad8ab62
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# $NetBSD: Makefile,v 1.1.1.1 2016/01/11 13:47:01 abs Exp $ | ||
# $NetBSD: Makefile,v 1.2 2016/12/13 10:57:59 abs Exp $ | ||
|
||
DISTNAME= ${PKGNAME}-jar-with-dependencies | ||
PKGNAME= restclient-ui-3.5 | ||
DISTNAME= restclient-ui-fat-3.6.1 | ||
PKGNAME= restclient-ui-3.6.1 | ||
CATEGORIES= net | ||
MASTER_SITES= ${MASTER_SITE_GITHUB:=wiztools/}rest-client/releases/download/restclient-3.5/ | ||
MASTER_SITES= ${MASTER_SITE_GITHUB:=wiztools/}rest-client/releases/download/3.6.1/ | ||
EXTRACT_SUFX= .jar | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -17,7 +17,7 @@ USE_JAVA= yes | |
USE_JAVA2= yes | ||
WRKSRC= ${WRKDIR} | ||
|
||
LIBDIR= lib/java/restclient-ui | ||
LIBDIR= lib/java/restclient-ui | ||
INSTALLATION_DIRS= bin ${LIBDIR} | ||
|
||
do-build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
@comment $NetBSD: PLIST,v 1.1.1.1 2016/01/11 13:47:01 abs Exp $ | ||
@comment $NetBSD: PLIST,v 1.2 2016/12/13 10:57:59 abs Exp $ | ||
bin/restclient-ui | ||
lib/java/restclient-ui/restclient-ui-3.5-jar-with-dependencies.jar | ||
lib/java/restclient-ui/restclient-ui-fat-3.6.1.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.1.1.1 2016/01/11 13:47:01 abs Exp $ | ||
$NetBSD: distinfo,v 1.2 2016/12/13 10:57:59 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 | ||
SHA1 (restclient-ui-fat-3.6.1.jar) = 1d1f82b4051d4b494c791dea25dad09b6f28d136 | ||
RMD160 (restclient-ui-fat-3.6.1.jar) = c0cd42a3bea83656bd9c1280dab22a4e9b41e220 | ||
SHA512 (restclient-ui-fat-3.6.1.jar) = 2575309a2540a0598fe81047f6bd9f7b3e8c14f423054f0d6d23dbe5f1e1a37ea437b82701c4c8ec7ca5a2b12217df1d3761d0d9858aa031b9f236e4a2c9a4aa | ||
Size (restclient-ui-fat-3.6.1.jar) = 19240934 bytes |