debian/0000755000000000000000000000000012216601734007170 5ustar debian/copyright0000644000000000000000000000702112216321017011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: zurl Source: As there is no released tarball, the source was retrieved from the git repo at https://github.com/fanout/zurl/ and from the git submodules at https://github.com/fanout/common https://github.com/jkarneges/qzmq Files: * Copyright: 2012-2013 Fanout, Inc. License: GPL-3+ with OpenSSL exception Files: src/common/processquit.* src/jdnsshared/jdnsshared.* Copyright: 2006-2008 Justin Karneges License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU Lesser General Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". Files: src/jdns/* src/qzmq/* Copyright: 2005-2012 Justin Karneges 2005 Jeremie Miller License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2013 Jan Niehusmann License: GPL-3+ with OpenSSL exception License: GPL-3+ with OpenSSL exception This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". . This program is released under the GPL with the additional exemption that compiling, linking, and/or using OpenSSL is allowed. debian/source/0000755000000000000000000000000012216321017010461 5ustar debian/source/format0000644000000000000000000000001412216321017011667 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000034712216321017011344 0ustar zurl for Debian --------------- As there is no released tarball of zurl, yet, the orig tarball was created from the upstream git at git://github.com/fanout/zurl.git This also includes the git submodules src/common and src/qzmq. debian/changelog0000644000000000000000000000115512216321017011035 0ustar zurl (1.0.0-1) unstable; urgency=low * New upstream release - Change in network protocol: prefix all packets with T to indicate tnetstring -- Jan Niehusmann Wed, 18 Sep 2013 14:51:23 +0200 zurl (1.0~20130725-1) unstable; urgency=low * Update upstream version. - use libcurl to do http requests - bugfixes - add openssl linking exception to license -- Jan Niehusmann Tue, 31 Jul 2013 08:26:14 +0200 zurl (1.0~20130704-1) unstable; urgency=low * Initial release (Closes: #715050) -- Jan Niehusmann Thu, 04 Jul 2013 22:17:39 +0200 debian/control0000644000000000000000000000116012216321017010562 0ustar Source: zurl Section: net Priority: extra Maintainer: Jan Niehusmann Build-Depends: debhelper (>= 8.0.0), libqt4-dev (>= 4.7), libzmq-dev (>= 2.0), pkg-config, hardening-wrapper, libcurl4-openssl-dev Standards-Version: 3.9.4 Homepage: https://github.com/fanout/zurl/ Vcs-Git: git://git.debian.org/users/jan/zurl.git Vcs-Browser: http://git.debian.org/?p=users/jan/zurl.git;a=summary Package: zurl Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: HTTP client worker with ZeroMQ interface This service allows one to trigger HTTP requests and to retrieve the responses via ZeroMQ. debian/rules0000755000000000000000000000103112216321017010234 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export DEB_BUILD_HARDENING=1 %: dh $@ override_dh_auto_configure: ./configure --prefix=/usr --verbose debian/docs0000644000000000000000000000000712216321017010031 0ustar README debian/zurl.manpages0000644000000000000000000000001612216321017011667 0ustar debian/zurl.1 debian/zurl.examples0000644000000000000000000000002212216321017011707 0ustar zurl.conf.example debian/compat0000644000000000000000000000000212216321017010357 0ustar 8 debian/zurl.10000644000000000000000000000200112216321017010230 0ustar .\" Hey, EMACS: -*- nroff -*- .\" (C) Copyright 2013 Jan Niehusmann , .\" .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH ZURL 1 "July 8, 2013" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .de URL \\$2 \(laURL: \\$1 \(ra\\$3 .. .if \n[.g] .mso www.tmac .\" .SH NAME zurl \- HTTP client worker with ZeroMQ interface .SH SYNOPSIS .B zurl .RI [--verbose] " " --config= CONFIG .SH DESCRIPTION This starts the .B zurl HTTP client worker using the specified configuration.