Port details |
- quark Small and simple HTTP GET/HEAD-only web server for static content
- g20210222 www =2 g20210222Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2018-03-13 07:10:37
- Last Update: 2022-09-10 14:36:27
- Commit Hash: 1911363
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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 = 1634126831
SHA256 (quark-68b4f733b2755762e43df90f73db5a6ec8d14104.tar.gz) = 7621e549493867199c461582b4f96c4fb890420b86f692dfd8b58da61dd4da7b
SIZE (quark-68b4f733b2755762e43df90f73db5a6ec8d14104.tar.gz) = 23529
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 |
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 |