notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
webfs Simple http server for static content
1.21_1 www on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.21Version 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 search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2024-01-30 14:59:24
Commit Hash: 4e63c26
People watching this port, also watch:: webcopy
License: not specified in port
WWW:
https://linux.bytesex.org/misc/webfs.html
Description:
This is a simple http server for purely static content. You can use it to serve the content of a ftp server via http for example. It is also nice to export some files quickly by starting an http server in a few seconds without editing a config file first. Features/Design: ================ * single process: select() + non-blocking I/O * automatically generates directory listings when asked for a directory (check for index.html available as option), caches the listings. * no config file, just a few switches. Try "webfsd -h" for a list. * Uses ${PREFIX}/etc/webfsd/mime.types to map file extentions to mime/types (not included). * supports keep-alive and pipelined requests. * serves byte ranges. * optional logging in common log file format.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (2 items)
Collapse this list.
  1. sbin/webfsd
  2. share/man/man1/webfsd.1.gz
Collapse this list.
Dependency lines:
  • webfs>0:www/webfs
To install the port:
cd /usr/ports/www/webfs/ && make install clean
To add the package, run one of these commands:
  • pkg install www/webfs
  • pkg install webfs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: webfs
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (webfs-1.21.tar.gz) = 98c1cb93473df08e166e848e549f86402e94a2f727366925b1c54ab31064a62a SIZE (webfs-1.21.tar.gz) = 44249

Packages (timestamps in pop-ups are UTC):
webfs
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.21_11.21_11.211.21_11.21_1-1.21-
FreeBSD:13:quarterly1.211.211.211.211.211.211.211.21
FreeBSD:14:latest1.21_11.21_11.211.21_11.21_11.21-1.21
FreeBSD:14:quarterly1.211.21-1.211.211.211.211.21
FreeBSD:15:latest1.21_11.21_1n/a1.21_1n/a1.21_11.21_11.21_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
Runtime dependencies:
  1. mime.types : misc/mime-support
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for webfs-1.21_1: OPENSSL=off: SSL/TLS support via OpenSSL ===> Use 'make config' to modify these settings
Options name:
www_webfs
USES:
gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://dl.bytesex.org/releases/webfs/
  2. http://www.bsd-geek.de/FreeBSD/distfiles/
Collapse this list.

Number of commits found: 42

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.21_1
30 Jan 2024 14:59:24
commit hash: 4e63c267c17ed245d247dcb392e204bfde853e4acommit hash: 4e63c267c17ed245d247dcb392e204bfde853e4acommit hash: 4e63c267c17ed245d247dcb392e204bfde853e4acommit hash: 4e63c267c17ed245d247dcb392e204bfde853e4a files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
Author: Helge Oldach
*: Move manpages to share/man

Approved by:	portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
1.21
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.21
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.21
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
1.21
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.21
09 Oct 2019 12:23:49
Revision:514145Original commit files touched by this commit
bapt search for other commits by this committer
Drop the ipv6 virtual category for w* category as it is not relevant anymore
1.21
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
1.21
01 Oct 2015 21:35:12
Revision:398390Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to options helpers
1.21
31 Jul 2014 17:02:21
Revision:363631Original commit files touched by this commit
antoine search for other commits by this committer
Fix packaging
1.21
29 Jul 2014 22:24:36
Revision:363401Original commit files touched by this commit
adamw search for other commits by this committer
Unbreak.
1.21
27 Jul 2014 21:08:14
Revision:363100Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN, Fails post-patch
===>  Patching for webfs-1.21
===>  Applying FreeBSD patches for webfs-1.21
sed: /wrkdirs/usr/ports/www/webfs/work/webfs-1.21/Make.config: No such file or
directory
*** [post-patch] Error code 1

Reported by:	pkg-fallout
1.21
05 Jul 2014 00:50:08
Revision:360712Original commit files touched by this commit
adamw search for other commits by this committer
Stage.
1.21
02 Jul 2014 17:17:21
Revision:360228Original commit files touched by this commit
bapt search for other commits by this committer
Second batch at resetting maintainership on ports that have not been staged and
without any pending PR

With hat:	portmgr
1.21
15 Mar 2014 08:12:20
Revision:348295Original commit files touched by this commit
miwi search for other commits by this committer
- Covert USE_GMAKE, USE_BZIP2, USE_XZ to USES
1.21
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
1.21
14 Jan 2012 08:57:23
Original commit files touched by this commit
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
1.21
24 Oct 2011 04:17:38
Original commit files touched by this commit
dougb search for other commits by this committer
Remove more tags from pkg-descr files fo the form:

- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
1.21
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.21
27 Mar 2010 00:15:24
Original commit files touched by this commit
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
1.21
12 Jul 2007 18:52:00
Original commit files touched by this commit
lme search for other commits by this committer
Change e-mail address of my ports to my FreeBSD.org one.

Approved by:    miwi (mentor)
1.21
18 Jun 2007 18:17:55
Original commit files touched by this commit
miwi search for other commits by this committer
- Add backup MASTER_SITES
- Move content of pkg-plist to PLIST_FILES
- Add a rc_ng start script
- Pass maintainership to submitter

PR:             113784
Submitted by:   Lars Engels <lars.engels@0x20.net>
1.21
29 Apr 2007 16:21:09
Original commit files touched by this commit
gabor search for other commits by this committer
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
  with letter t-w
1.21
13 May 2006 04:41:22
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with W
1.21
24 Mar 2006 06:23:47
Original commit files touched by this commit
linimon search for other commits by this committer
Reset jedgar as maintainer; has not responded to email about status.

Hat:            portmgr
1.21
01 Feb 2006 22:12:21
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify[1]

Note that the SIZE in www/p5-AxKit wasn't correct, but that the md5
checksum was.

Approved by:    krion@[1]
1.21
30 Jun 2005 17:19:33
Original commit files touched by this commit
novel search for other commits by this committer
Fix WWW line in pkg-descr.

PR:             82833
Submitted by:   Emanuel Haupt <ehaupt@critical.ch>
1.21
28 May 2005 09:04:46
Original commit files touched by this commit
oliver search for other commits by this committer
update to 1.21
update MASTER_SITES
utilize misc/mime-support

PR:             ports/80731
Approved by:    maintainer timeout (21 days)
1.20_1
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
1.20_1
04 Feb 2004 05:10:27
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
1.20
06 Nov 2003 06:13:48
Original commit files touched by this commit
anders search for other commits by this committer
Update to 1.20, a much needed security update.

This closes a number of known vulnerabilities:

http://www.securityfocus.com/bid/8724 (Server Information Disclosure)
http://www.securityfocus.com/bid/8726 (Long Pathname Buffer Overrrun)
http://www.securityfocus.com/bid/7990 (Request-URI Buffer Overflow)

PR:             58846
Submitted by:   Matthias Andree <matthias.andree@web.de>
Approved by:    maintainer
1.16
07 Mar 2003 06:12:57
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
1.16
04 Nov 2002 03:05:48
Original commit files touched by this commit
edwin search for other commits by this committer
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes

Notices on: bento
30 Jan 2002 13:42:52
commit hash: fp1.24162@dev.null.freshports.orgcommit hash: fp1.24162@dev.null.freshports.orgcommit hash: fp1.24162@dev.null.freshports.orgcommit hash: fp1.24162@dev.null.freshports.org files touched by this commit
jedgar search for other commits by this committer
Update port to 1.16    
29 Jan 2002 12:08:37
commit hash: fp1.24107@dev.null.freshports.orgcommit hash: fp1.24107@dev.null.freshports.orgcommit hash: fp1.24107@dev.null.freshports.orgcommit hash: fp1.24107@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;   the ECHO
macro is set to "echo" by default, but it is set to "true" if   make(1) is
invoked with the -s option while ECHO_CMD is always set to   the echo command.  
 
06 Jul 2001 13:24:44
commit hash: fp1.15877@dev.null.freshports.orgcommit hash: fp1.15877@dev.null.freshports.orgcommit hash: fp1.15877@dev.null.freshports.orgcommit hash: fp1.15877@dev.null.freshports.org files touched by this commit
sheldonh search for other commits by this committer
Upgrade to 1.13, which fixes basic authentication.    
03 Jun 2001 13:27:52
commit hash: fp1.14555@dev.null.freshports.orgcommit hash: fp1.14555@dev.null.freshports.orgcommit hash: fp1.14555@dev.null.freshports.orgcommit hash: fp1.14555@dev.null.freshports.org files touched by this commit
jedgar search for other commits by this committer
Update port to 1.12    
08 May 2001 23:34:20
commit hash: fp1.13574@dev.null.freshports.orgcommit hash: fp1.13574@dev.null.freshports.orgcommit hash: fp1.13574@dev.null.freshports.orgcommit hash: fp1.13574@dev.null.freshports.org files touched by this commit
jedgar search for other commits by this committer
Update port to 1.10    
05 Feb 2001 15:33:58
commit hash: fp1.9243@dev.null.freshports.orgcommit hash: fp1.9243@dev.null.freshports.orgcommit hash: fp1.9243@dev.null.freshports.orgcommit hash: fp1.9243@dev.null.freshports.org files touched by this commit
olgeni search for other commits by this committer
Some spaces -> tabs for ports/www.    
05 Jan 2001 18:23:08
commit hash: fp1.8109@dev.null.freshports.orgcommit hash: fp1.8109@dev.null.freshports.orgcommit hash: fp1.8109@dev.null.freshports.orgcommit hash: fp1.8109@dev.null.freshports.org files touched by this commit
jedgar search for other commits by this committer
Mark as BROKEN for FreeBSD < 4.x due to required ipv6 support    
29 Nov 2000 22:39:50
commit hash: fp1.6806@dev.null.freshports.orgcommit hash: fp1.6806@dev.null.freshports.orgcommit hash: fp1.6806@dev.null.freshports.orgcommit hash: fp1.6806@dev.null.freshports.org files touched by this commit
jedgar search for other commits by this committer
Update port to 1.6    
08 Oct 2000 08:11:25
commit hash: fp1.4827@dev.null.freshports.orgcommit hash: fp1.4827@dev.null.freshports.orgcommit hash: fp1.4827@dev.null.freshports.orgcommit hash: fp1.4827@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category www to new layout.  

Number of commits found: 42