Import of pkgsrc-2015Q3

This commit is contained in:
2015-10-03 03:37:01 -07:00
committed by Lionel Sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228314 additions and 80018 deletions

3
www/uhttpmock/DESCR Normal file
View File

@@ -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.

23
www/uhttpmock/Makefile Normal file
View File

@@ -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"

35
www/uhttpmock/PLIST Normal file
View File

@@ -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

View File

@@ -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

5
www/uhttpmock/distinfo Normal file
View File

@@ -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