Port details |
- quark Small and simple HTTP GET/HEAD-only web server for static content
- 20220816_1 www
=2 g20210222Version of this port present on the latest quarterly branch. - Maintainer: uzsolt@FreeBSD.org
 - Port Added: 2018-03-13 07:10:37
- Last Update: 2025-07-18 07:50:45
- Commit Hash: f49d4d7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: ISCL
- WWW:
- https://tools.suckless.org/quark/
- Description:
- Extremely small and simple HTTP GET/HEAD-only web server for static content.
The goal of this project is to do one thing and do it well, namely serving
static web directories and doing that right. Most other solutions either are too
complex (CGI support, dependencies on external libraries, ...) or lack features
you expect (TLS, virtual hosts, partial content, not modified since, ...). quark
tries to find a midway and just restrict itself to being static while still
offering functions you only find in more bloated solutions and being as secure
as possible (chroot, privilege dropping, strict parsers, no malloc at runtime,
pledge, unveil, ...).
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/www/quark/ && make install clean
- To add the package, run one of these commands:
- pkg install www/quark
- pkg install quark-server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: quark-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1752782489
SHA256 (quark-20220816.tar.gz) = af9a9fe2260bb92273913a8252d45fe47422647d00bc2b9584b65931c40c03e4
SIZE (quark-20220816.tar.gz) = 23655
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_quark
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20220816_1 18 Jul 2025 07:50:45
    |
Zsolt Udvari (uzsolt)  Author: Alexey Dokuchaev |
www/quark: Fix make jobs parallel
The queue.o isn't declared in project's Makefile and when building the
queue.o, the config.h may not necessarily exist. |
20220816 17 Jul 2025 20:11:40
    |
Zsolt Udvari (uzsolt)  |
www/quark: Update to 20220816
Take maintainership and update MASTER_SITES.
Add MAKE_JOBS_UNSAFE.
Improve pkg-descr. |
g20210222 10 Sep 2022 14:36:27
    |
Tobias Kortkamp (tobik)  |
www/quark: Mirror locally |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
g20210222 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
g20210222 19 Oct 2021 08:37:52
    |
Tobias Kortkamp (tobik)  |
www/quark: Update to latest commit
Changes: http://git.suckless.org/quark/log.html |
g20190923_1 30 Sep 2021 21:23:30
    |
Rene Ladan (rene)  |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
g20190923_1 17 Apr 2021 21:51:09
    |
Mateusz Piotrowski (0mp)  |
www/quark: Drop maintainership
Also, remove my maintainer make targets. |
g20190923_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
g20190923_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
g20190923_1 26 Feb 2020 22:25:12
  |
0mp  |
Use patch files instead of REINPLACE_CMD
REINPLACE_CMD should only be used for variables.
While here:
- Install manpages into the new standard directory.
- Pet portfmt.
- Add a not why LOCAL/0mp cannot be used at the moment.
Reported by: mat |
g20190923 07 Nov 2019 18:18:18
  |
tobik  |
Replace do-patch in ports that override it with more appropriate targets
Most ports do not need to override do-patch. It breaks some ports
tree features like EXTRA_PATCH_TREE, etc. |
g20190923 20 Oct 2019 12:10:52
  |
0mp  |
Update to the latest commit
- Point MASTER_SITES to FreeBSD's servers as we seem to have to host the
distfile on our own (I wasn't able to find a way to get a tarball from
upstream servers). Also, add a "regenerate-distfile" target to ease
the process of updating the distfile in the future.
- Update MAKE_ARGS: setting CC there is no longer needed.
- Remove config.mk patches: it is sufficient for the sake of the port to
just remove the include statement from the Makefile.
Changelog:
https://git.suckless.org/quark/log.html
Reported by: BieHDC |
g20180403 03 May 2018 17:39:08
  |
krion  |
Update to g20180403
PR: 227932
Submitted by: maintainer |
g20180305 13 Mar 2018 22:18:21
  |
tobik  |
www/quark: Readd with package name quark-server
PR: 226226 |
g20180305 13 Mar 2018 20:01:35
  |
antoine  |
Revert www/quark addition, PKGBASE collision with multimedia/quark |
g20180305 13 Mar 2018 07:10:23
  |
tobik  |
New port: www/quark
Extremely small and simple HTTP GET/HEAD-only web server for static content.
WWW: https://tools.suckless.org/quark/
PR: 226226
Submitted by: 0mp |