summaryrefslogtreecommitdiff
path: root/www/uhttpmock
diff options
context:
space:
mode:
authorwiz <wiz>2015-07-10 09:05:06 +0000
committerwiz <wiz>2015-07-10 09:05:06 +0000
commit3c07655e7359884031b3b5c32d694a23aa75836c (patch)
tree63d2610dc66a02298ca0f00aa2e20ff986043f6e /www/uhttpmock
parent13f8ca99b611a1b77ece3c7223fe9dd64e71558e (diff)
downloadpkgsrc-3c07655e7359884031b3b5c32d694a23aa75836c.tar.gz
Import uhttpmock-0.4.0 as www/uhttpmock.
uhttpmock is a project for mocking web service APIs which use HTTP or HTTPS. It provides a library, libuhttpmock, which implements recording and playback of HTTP request-response traces.
Diffstat (limited to 'www/uhttpmock')
-rw-r--r--www/uhttpmock/DESCR3
-rw-r--r--www/uhttpmock/Makefile23
-rw-r--r--www/uhttpmock/PLIST35
-rw-r--r--www/uhttpmock/buildlink3.mk15
-rw-r--r--www/uhttpmock/distinfo5
5 files changed, 81 insertions, 0 deletions
diff --git a/www/uhttpmock/DESCR b/www/uhttpmock/DESCR
new file mode 100644
index 00000000000..b5c8d99e228
--- /dev/null
+++ b/www/uhttpmock/DESCR
@@ -0,0 +1,3 @@
+uhttpmock is a project for mocking web service APIs which use HTTP
+or HTTPS. It provides a library, libuhttpmock, which implements
+recording and playback of HTTP request-response traces.
diff --git a/www/uhttpmock/Makefile b/www/uhttpmock/Makefile
new file mode 100644
index 00000000000..28455e25667
--- /dev/null
+++ b/www/uhttpmock/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2015/07/10 09:05:06 wiz Exp $
+
+DISTNAME= uhttpmock-0.4.0
+CATEGORIES= www devel
+MASTER_SITES= http://tecnocode.co.uk/downloads/uhttpmock/
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://gitlab.com/groups/uhttpmock
+COMMENT= Library for mocking web service APIs which use HTTP or HTTPS
+LICENSE= gnu-lgpl-v2.1
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake pkg-config
+
+PKGCONFIG_OVERRIDE+= libuhttpmock/libuhttpmock.pc.in
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/gobject-introspection/buildlink3.mk"
+.include "../../lang/vala/buildlink3.mk"
+.include "../../net/libsoup/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/uhttpmock/PLIST b/www/uhttpmock/PLIST
new file mode 100644
index 00000000000..cb52d03bafb
--- /dev/null
+++ b/www/uhttpmock/PLIST
@@ -0,0 +1,35 @@
+@comment $NetBSD: PLIST,v 1.1 2015/07/10 09:05:06 wiz Exp $
+include/libuhttpmock-0.0/uhttpmock/uhm-resolver.h
+include/libuhttpmock-0.0/uhttpmock/uhm-server.h
+include/libuhttpmock-0.0/uhttpmock/uhm-version.h
+include/libuhttpmock-0.0/uhttpmock/uhm.h
+lib/girepository-1.0/Uhm-0.0.typelib
+lib/libuhttpmock-0.0.la
+lib/pkgconfig/libuhttpmock-0.0.pc
+share/gir-1.0/Uhm-0.0.gir
+share/gtk-doc/html/libuhttpmock-0.0/UhmResolver.html
+share/gtk-doc/html/libuhttpmock-0.0/UhmServer.html
+share/gtk-doc/html/libuhttpmock-0.0/annotation-glossary.html
+share/gtk-doc/html/libuhttpmock-0.0/api-index-deprecated.html
+share/gtk-doc/html/libuhttpmock-0.0/api-index-full.html
+share/gtk-doc/html/libuhttpmock-0.0/ch01.html
+share/gtk-doc/html/libuhttpmock-0.0/ch02.html
+share/gtk-doc/html/libuhttpmock-0.0/home.png
+share/gtk-doc/html/libuhttpmock-0.0/index.html
+share/gtk-doc/html/libuhttpmock-0.0/index.sgml
+share/gtk-doc/html/libuhttpmock-0.0/ix03.html
+share/gtk-doc/html/libuhttpmock-0.0/ix04.html
+share/gtk-doc/html/libuhttpmock-0.0/left-insensitive.png
+share/gtk-doc/html/libuhttpmock-0.0/left.png
+share/gtk-doc/html/libuhttpmock-0.0/libuhttpmock-0.0-Version-Information.html
+share/gtk-doc/html/libuhttpmock-0.0/libuhttpmock-0.0.devhelp2
+share/gtk-doc/html/libuhttpmock-0.0/pt01.html
+share/gtk-doc/html/libuhttpmock-0.0/pt02.html
+share/gtk-doc/html/libuhttpmock-0.0/pt03.html
+share/gtk-doc/html/libuhttpmock-0.0/right-insensitive.png
+share/gtk-doc/html/libuhttpmock-0.0/right.png
+share/gtk-doc/html/libuhttpmock-0.0/style.css
+share/gtk-doc/html/libuhttpmock-0.0/up-insensitive.png
+share/gtk-doc/html/libuhttpmock-0.0/up.png
+share/vala/vapi/libuhttpmock-0.0.deps
+share/vala/vapi/libuhttpmock-0.0.vapi
diff --git a/www/uhttpmock/buildlink3.mk b/www/uhttpmock/buildlink3.mk
new file mode 100644
index 00000000000..f1d23cc16c0
--- /dev/null
+++ b/www/uhttpmock/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2015/07/10 09:05:06 wiz Exp $
+
+BUILDLINK_TREE+= uhttpmock
+
+.if !defined(UHTTPMOCK_BUILDLINK3_MK)
+UHTTPMOCK_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.uhttpmock+= uhttpmock>=0.4.0
+BUILDLINK_PKGSRCDIR.uhttpmock?= ../../www/uhttpmock
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../net/libsoup/buildlink3.mk"
+.endif # UHTTPMOCK_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -uhttpmock
diff --git a/www/uhttpmock/distinfo b/www/uhttpmock/distinfo
new file mode 100644
index 00000000000..6fc24a0869c
--- /dev/null
+++ b/www/uhttpmock/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/07/10 09:05:06 wiz Exp $
+
+SHA1 (uhttpmock-0.4.0.tar.xz) = 6692e1618f026470dc6ffd250392052232fcab72
+RMD160 (uhttpmock-0.4.0.tar.xz) = 3b0323dc7bbac3a613cd8c80e6fd9738c82006d9
+Size (uhttpmock-0.4.0.tar.xz) = 295392 bytes