From owner-freebsd-ports-bugs@freebsd.org Mon Feb 26 22:36:35 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5865F294D7 for ; Mon, 26 Feb 2018 22:36:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49F06703BE for ; Mon, 26 Feb 2018 22:36:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 7647EB85 for ; Mon, 26 Feb 2018 22:36:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QMaY09096639 for ; Mon, 26 Feb 2018 22:36:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w1QMaYqM096638 for freebsd-ports-bugs@FreeBSD.org; Mon, 26 Feb 2018 22:36:34 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 226226] [NEW PORT] net/quark: Small HTTP GET-only web server Date: Mon, 26 Feb 2018 22:36:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mpp302@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.mimetype attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:36:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226226 Bug ID: 226226 Summary: [NEW PORT] net/quark: Small HTTP GET-only web server Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: mpp302@gmail.com Attachment #191032 text/plain mime type: Created attachment 191032 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D191032&action= =3Dedit Shell archive with the new net/quark port General information: * Add a new port quark, which is a small HTTP GET-only web server develope= d at https://suckless.org. * There already exists a port called quark: multimedia/quark. If it is a problem then maybe we can call this new port "net/quark-server"? * The current upstream version of this port is '0' (as found in config.mk). There are no official releases yet so I had to define a 'GITHASH' variable = to be able to define DISTNAME. * The port uses the dprintf function. There were some changes regarding th= is change in r303524. This is why '-D_WITH_DPRINTF' is added to CFLAGS on syst= ems with the old dprintf behavior. * This is a program from suckless.org so as usual it is possible to provid= e a custom config.h with a 'QUARK_CONF' knob. Similar knobs are used in x11-wm/= dwm and x11/sterm. * Patch sock.c due to a missing header.=20 Testing: * The port has been tested with portlint, port test on FreeBSD 12-CURRENT = and in the following Poudriere jails: 10.4-RELEASE amd64, 11.1-RELEASE amd64, 12.0-CURRENT amd64 and 11.1-RELEASE i386. The only issue is that on i386 wh= en a timestamp function is called it expects "'size_t' (aka 'unsigned int') but = the argument has type 'off_t' (aka 'long long')". Otherwise, it builds and runs smoothly. Additional details: * The port was created by Magda Suchodolska (magda.suchodolska@gmail.com) = and Adam Paszke (adam.paszke@gmail.com) during FreeBSD Ports workshop [1], which took place on 24.02.2018 at Warsaw Hackerspace. I'm merely submitting the p= ort and taking over the maintainership after some additional testing and lintin= g. [1]: https://wiki.freebsd.org/MateuszPiotrowski/Ports/Workshops/201802 --=20 You are receiving this mail because: You are the assignee for the bug.=