Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.9j_1 26 Feb 2024 14:31:51 |
Muhammad Moinur Rahman (bofh) |
www/wwwoffle: Moved man to share/man
Approved by: portmgr (blanket) |
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) |
2.9j 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 ) |
2.9j 31 Aug 2021 09:23:17 |
Bernhard Froehlich (decke) |
www/wwwoffle: Add CPE information
Approved by: portmgr (blanket) |
2.9j 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.9j 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.9j 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.9j 09 Oct 2019 12:23:49 |
bapt |
Drop the ipv6 virtual category for w* category as it is not relevant anymore |
2.9j 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
2.9j 01 Oct 2016 14:28:18 |
pawel |
- Update to version 2.9j [1]
- Add LICENSE_FILE
- Configure script is generated by GNU tools
- Use @sample for configuration file instead of
deprecated @unexec, remove part of pkg-message
about copying config file, it's done automatically now
- Regenerate patches with make makepatch
Version 2.9j of WWWOFFLE released : Sat 23 Mar 2016
---------------------------------------------------
Bug Fixes
Fix to remove compilation warnings for [gs]etres[ug]id() functions.
Don't delete newlines from within quoted strings when modifying HTML.
Accept 'Transfer-Encoding: Chunked' instead of '... chunked'.
Increase the socket backlog to queue requests better. (Only the first 15 lines of the commit message are shown above ) |
2.9i_4 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
2.9i_4 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.9i_4 27 Mar 2016 14:58:00 |
tijl |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.9i_3 23 Nov 2014 21:34:42 |
antoine |
Cleanup plist |
2.9i_3 02 Sep 2014 17:32:56 |
bapt |
Remove useless @cwd / |
2.9i_3 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
2.9i_3 29 Jul 2014 15:49:47 |
adamw |
Rename www/ patch-xy patches to reflect the files they modify. |
2.9i_3 23 Jul 2014 09:54:02 |
tijl |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.9i_2 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
2.9i_2 31 May 2014 11:25:28 |
madpilot |
- Stagify
- Convert to new LIB_DEPENDS format
PR: ports/190271
Submitted by: freebsd@nagilum.org |
2.9i_1 15 Mar 2014 08:12:20 |
miwi |
- Covert USE_GMAKE, USE_BZIP2, USE_XZ to USES |
2.9i_1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.9i_1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.9i_1 03 Aug 2013 07:52:55 |
az |
- Convert to new perl framework
- Trim Makefile header |
2.9i_1 24 Mar 2013 16:12:25 |
miwi |
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Support SUB_FILES/SUB_LIST
PR: 177263
Submitted by: Ports Fury |
2.9i_1 05 Feb 2013 16:17:07 |
novel |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
2.9i 05 Nov 2012 15:13:55 |
sumikawa |
Upgrade to 2.9i and drop my maintainership.
Feature safe: yes |
2.9d_4 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
2.9d_4 14 Jan 2012 08:57:23 |
dougb |
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. |
2.9d_4 24 Oct 2011 04:17:38 |
dougb |
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. |
2.9d_4 05 Jun 2011 18:43:16 |
novel |
Chase security/gnutls update and add an UPDATING entry. |
2.9d_3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.9d_3 27 Mar 2010 05:21:36 |
dougb |
For those ports that have been fully adapted to USE_RC_SUBR remove the
old RC_SCRIPTS_SUB as it has not been needed for a long time.
For those that have not yet been updated, remove RC_SUBR=${RC_SUBR}
from the list. |
2.9d_3 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.9d_3 16 Aug 2009 18:04:40 |
novel |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. |
2.9d_2 08 Jul 2009 07:53:01 |
sumikawa |
Fix docdir to be able to install on non-standard LOCALBASE. |
2.9d_2 06 Jun 2008 14:07:24 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
2.9d_1 03 Mar 2008 11:57:08 |
novel |
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING |
2.9d 03 Mar 2008 04:36:45 |
sumikawa |
Upgrade to 2.9d. |
2.9a_3 04 Oct 2007 06:21:46 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
2.9a_3 01 Jul 2007 08:56:17 |
novel |
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs. |
2.9a_2 02 Jan 2007 08:54:13 |
novel |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here |
2.9a_1 26 Sep 2006 02:18:34 |
sumikawa |
The port should work on non-i386 arch. |
2.9a_1 26 Sep 2006 02:02:13 |
sumikawa |
Support "reload" in the rc script.
Submitted by: nork |
2.9a 13 Aug 2006 18:28:06 |
sumikawa |
Upgrade to 2.9a. |
2.9_1 06 Jul 2006 17:41:23 |
novel |
Chase gnutls shlib version change. |
2.9 22 Apr 2006 22:08:55 |
kris |
BROKEN on !i386 and on 4.x: Does not compile |
2.9 09 Apr 2006 13:20:04 |
sumikawa |
- Add missig LIB_DEPENDS
- Fix compilation on 64bit arch |
2.9 03 Apr 2006 06:55:43 |
sumikawa |
Upgrade to 2.9. |
2.8e_1 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
2.8e_1 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
2.8e_1 05 Jan 2006 01:21:08 |
edwin |
Implement rc_subr suggestions made by dougb@ |
2.8e_1 05 Jan 2006 00:37:23 |
edwin |
[PATCH] www/wwwoffle: fix broken wwwoffled.sh
Fix broken wwwoffled.sh
PR: ports/91314
Submitted by: Andrey Slusar <anray@freebsd.org> |
2.8e 29 Jan 2005 17:03:58 |
sumikawa |
Upgrade to 2.8e. |
2.8d 17 Oct 2004 14:18:43 |
sumikawa |
Upgrade to 2.8d. |
2.8c 24 Jun 2004 00:21:04 |
sumikawa |
Upgrade to 2.8c. |
2.8b_2 13 May 2004 02:59:45 |
nork |
o Add to remove pid file as stop_postcmd.
o Bump PORTREVISION accordingly.
Approved by: sumikawa (maintainer) |
2.8b_1 05 May 2004 10:04:01 |
nork |
Fix build error by rcNG-fy.
Pointy hat to: myself |
2.8b_1 04 May 2004 10:44:05 |
sumikawa |
rcNG-fy.
Submitted by: nork |
2.8b 15 Feb 2004 04:09:58 |
sumikawa |
Upgrade to 2.8b. |
2.8a_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
2.8a 05 Dec 2003 12:29:40 |
sumikawa |
Upgrade to 2.8a. |
2.8 07 Oct 2003 13:09:10 |
sumikawa |
Upgrade to 2.8. |
2.7h_2 25 Sep 2003 16:17:15 |
sumikawa |
Fix pkg-plist.
PR: ports/56175
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> |
2.7h_1 17 Jul 2003 15:12:07 |
sumikawa |
Change default behaviour not to bind IPv6 socket to familiar with
IPv4-only kernel.
Suggested by: Frank Altpeter <frank@altpeter.de> |
2.7h 07 Mar 2003 06:12:57 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.7h 12 Jan 2003 16:47:46 |
sumikawa |
Upgrade to 2.7h. |
2.7g 01 Jan 2003 18:34:43 |
sumikawa |
Upgrade to 2.7g. |
2.7f 12 Oct 2002 22:20:43 |
sumikawa |
Upgrade to 2.7f. |
2.7e 02 Sep 2002 03:08:47 |
sumikawa |
Upgrade to 2.7e. |
2.7d 29 Jul 2002 14:05:27 |
sumikawa |
Upgrade to 2.7d. |
2.7c_1 15 Jul 2002 17:44:19 |
sumikawa |
wwwoffle segfaulted when receiving "Content-Length" header field with
negative integer.
Submitted by: Niels Heinen <niels.heinen@ubizen.com>
Obtained from: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=152758 |
2.7c 08 Jul 2002 14:33:36 |
sumikawa |
Upgrade to 2.7c. |
2.7b 22 Apr 2002 12:57:26 |
sumikawa |
Upgrade to 2.7b. |
2.7a_1 01 Apr 2002 09:44:40 |
sumikawa |
Fix plist. |
2.7a 01 Apr 2002 09:27:28 |
sumikawa |
Upgrade to 2.7a. |
2.7_1 29 Mar 2002 08:36:24 |
sumikawa |
- Fix breakage in bento
- Suppress message when booting from rc.d/wwwoffled.sh from netchild. |
05 Mar 2002 09:17:30 |
sumikawa |
Upgrade to 2.7. I've commited only patches in the previous commiting. |
26 Feb 2002 21:52:33 |
sumikawa |
Upgrade to 2.7. |
28 Oct 2001 20:16:52 |
sumikawa |
- Upgrade to 2.6d. KAME IPv6 patch was migrated. - Configuration file was
moved into /usr/local/etc/wwwoffle.conf. I believe this is suitable for
FreeBSD style. |
11 Apr 2001 15:58:16 |
sumikawa |
Upgrade to 2.6b. |
05 Feb 2001 15:33:58 |
olgeni |
Some spaces -> tabs for ports/www. |
26 Dec 2000 18:12:15 |
sumikawa |
- Wrap IPv6 patch part in OS version checking - Use latest IPv6 patch |
20 Nov 2000 17:53:20 |
sumikawa |
- Upgrade to 2.6 and use IPv6 patch. - I(sumikawa) take over this port. |
01 Nov 2000 20:37:05 |
will |
Remove Ben as maintainer by his own request due to lack of time. |
08 Oct 2000 11:23:49 |
asami |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear. |
08 Oct 2000 08:11:25 |
asami |
Convert category www to new layout. |
10 Jul 2000 23:35:34 |
ben |
ben@scientia.demon.co.uk -> ben@FreeBSD.org, since I'm a committer now. |
07 Jul 2000 20:31:03 |
steve |
From the submitter: |
05 Jul 2000 13:37:07 |
tg |
As threatened on freebsd-ports: all startup scripts know about the two options
`start' and `stop' now (unless I have forgotten any). This allows us to call
the scripts from /etc/rc.shutdown with the correct option. |
25 May 2000 16:10:49 |
sobomax |
Fix a broken patch. |