non port: www/httest/Makefile |
SVNWeb
|
Number of commits found: 71 |
Thu, 8 Sep 2022
|
[ 07:51 Tobias C. Berner (tcberner) ] 834e273
www/httest: enable only for lua <= 5.2
From lua_module.c:
#if ( LUA_VERSION_NUM == 501 )
failed = (lua_load(L, lua_get_line, reader, "@client") != 0 ||
lua_pcall(L, 0, LUA_MULTRET, 0) != 0);
#elif ( LUA_VERSION_NUM == 502 )
failed = (lua_load(L, lua_get_line, reader, "@client", NULL) != 0 ||
lua_pcall(L, 0, LUA_MULTRET, 0) != 0);
#else
#error this lua version is not supported
#endif
PR: 220281
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] e915e75 (Only the first 10 of 1623 ports in this commit are shown above. )
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 )
|
Thu, 30 Sep 2021
|
[ 21:23 Rene Ladan (rene) ] 620968a (Only the first 10 of 399 ports in this commit are shown above. )
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
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 14 Jan 2021
|
[ 09:45 danfe ]
- Update `www/httest' to the latest version 2.4.24
- Reluctantly start to demand contemporary OpenSSL
|
Thu, 28 Mar 2019
|
[ 14:22 ehaupt ]
Drop maintainership; upstream ignores bug reports.
|
Sun, 11 Nov 2018
|
[ 15:38 danfe ] (Only the first 10 of 65 ports in this commit are shown above. )
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts)
|
Tue, 16 Oct 2018
|
[ 16:58 ehaupt ]
This port does not build with OpenSSL 1.1.1. Mark BROKEN for OSVERSION 1200085
and above while a solution is being sought. An upstream ticket has been
created.
Also pacify portlint by moving USES.
Notified by: pkg-fallout
|
Wed, 21 Mar 2018
|
[ 21:24 brnrd ] (Only the first 10 of 34 ports in this commit are shown above. )
devel/apr1: Bump portrevision
- Repair my rookie mistake of earlier today
- Bump revision of dependent ports (again)
Reported by: antoine
|
[ 19:50 brnrd ] (Only the first 10 of 35 ports in this commit are shown above. )
devel/apr1: Fix runtime issues of dependent port
- iconv is in base in all supported FreeBSD versions
- Fix build with MariaDB 10.2 [2]
- Bump portrevision in dependencies
PR: 226705 [1], 226026 [2]
With hat: apache
Approved by: joneum (apache)
|
Wed, 22 Nov 2017
|
[ 12:26 ehaupt ]
Update to 2.4.23
|
Fri, 17 Nov 2017
|
[ 14:10 ehaupt ]
Update to 2.4.22
|
Sat, 4 Nov 2017
|
[ 12:39 ehaupt ]
Update to 2.4.21
|
Wed, 18 Jan 2017
|
[ 14:15 ehaupt ]
Update to 2.4.19
|
Sat, 31 Dec 2016
|
[ 13:14 marino ]
www/httest is still not jobs safe
There's a race where it's possible the worker.o object file isn't
complete before it is linked.
|
Wed, 28 Dec 2016
|
[ 15:56 ehaupt ]
- Update to 2.4.18
- Port is now make jobs safe
|
Thu, 6 Oct 2016
|
[ 13:39 marino ]
www/httest is not jobs safe
It doesn't happen oftem, but it's possible for an object file to be
used before it's fully built. In my last case, worker.o was empty when
httest itself was being linked.
|
Sat, 24 Sep 2016
|
[ 14:22 ehaupt ]
Update to 2.4.17
|
Mon, 12 Sep 2016
|
[ 02:30 marino ]
www/httest: Document SSL requirement and support LibreSSL
Approved by: SSL blanket
|
Mon, 8 Aug 2016
|
[ 15:22 ehaupt ]
Register missing USE* flags and LIB_DEPENDS
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 9 Feb 2016
|
[ 17:30 ehaupt ]
Update to 2.4.16
|
Thu, 19 Mar 2015
|
[ 07:41 ehaupt ]
Update to 2.4.14
|
Tue, 10 Feb 2015
|
[ 13:05 ehaupt ]
Update to 2.4.13
|
Fri, 26 Sep 2014
|
[ 15:00 ehaupt ]
Update to 2.4.12
|
Thu, 31 Jul 2014
|
[ 17:09 ehaupt ]
Update to 2.4.11
|
Sat, 21 Jun 2014
|
[ 07:05 amdmi3 ]
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
|
Thu, 12 Jun 2014
|
[ 09:17 tijl ] (Only the first 10 of 22 ports in this commit are shown above. )
Bump PORTREVISION on everything that depends on devel/apr1 due to the
library version change.
Approved by: portmgr (implicit)
|
Mon, 28 Apr 2014
|
[ 15:19 ehaupt ]
Update to 2.4.10
|
Tue, 18 Mar 2014
|
[ 14:26 ehaupt ] (Only the first 10 of 60 ports in this commit are shown above. )
Quiesce mkdir
|
Fri, 10 Jan 2014
|
[ 08:33 bapt ]
Port to lua 5.2 + cosmetic changes
|
Mon, 30 Dec 2013
|
[ 20:55 ohauer ] (Only the first 10 of 238 ports in this commit are shown above. )
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
|
Wed, 18 Dec 2013
|
[ 14:35 ehaupt ] (Only the first 10 of 15 ports in this commit are shown above. )
Use new LIB_DEPENDS regime
|
Wed, 4 Dec 2013
|
[ 10:22 ehaupt ]
Update to 2.4.9
|
Sat, 26 Oct 2013
|
[ 07:52 ehaupt ] (Only the first 10 of 17 ports in this commit are shown above. )
Support staging.
|
Fri, 20 Sep 2013
|
[ 23:36 bapt ] (Only the first 10 of 2206 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Sun, 25 Aug 2013
|
[ 16:17 ehaupt ]
Update to 2.4.8
|
Sun, 4 Aug 2013
|
[ 15:43 ehaupt ]
Update to 2.4.6
|
Wed, 24 Jul 2013
|
[ 08:19 ehaupt ] (Only the first 10 of 161 ports in this commit are shown above. )
Remove MAKE_JOBS_SAFE which is now default.
|
Sat, 6 Jul 2013
|
[ 09:04 ohauer ] (Only the first 10 of 11 ports in this commit are shown above. )
- bump PORTREVISION on ports with LIB_DEPENDS+= devel/apr1
while I'm here
- convert to USES=gmake
- trim Makefile header and respect nice_people
|
Fri, 5 Jul 2013
|
[ 11:15 ehaupt ]
Update to 2.4.5
|
Sun, 30 Jun 2013
|
[ 12:50 ehaupt ]
Update to 2.4.4
|
Tue, 4 Jun 2013
|
[ 14:11 ehaupt ]
Update to 2.4.3
|
Wed, 29 May 2013
|
[ 06:15 ehaupt ]
Update to 2.4.2
|
Sat, 27 Apr 2013
|
[ 18:25 mva ] (Only the first 10 of 181 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
|
Thu, 18 Apr 2013
|
[ 14:05 ehaupt ]
Update to 2.3.3
Feature safe: yes
|
Fri, 15 Mar 2013
|
[ 22:19 ehaupt ]
Update to 2.3.2
|
Wed, 27 Feb 2013
|
[ 15:41 ehaupt ]
Update to 2.3.1
|
Wed, 30 Jan 2013
|
[ 21:59 ehaupt ]
Update to 2.2.14
|
Sun, 27 Jan 2013
|
[ 16:28 ehaupt ]
Update to 2.2.13
|
Mon, 10 Dec 2012
|
[ 19:11 mm ] (Only the first 10 of 233 ports in this commit are shown above. )
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
|
Tue, 4 Dec 2012
|
[ 06:50 ehaupt ]
Update to 2.2.12
Feature safe: yes
|
Wed, 28 Nov 2012
|
[ 20:31 ehaupt ]
- Update to 2.2.11
- Fix build on 7.x/amd64
- Trim header
- Take maintainership
Feature safe: yes
|
Tue, 24 Jul 2012
|
[ 08:50 beat ]
- Mark as BROKEN on 7.X/amd64:
ssl_module.c: In function 'ssl_tlsext_trace':
ssl_module.c:224: error: 'TLSEXT_TYPE_server_name' undeclared
Reported by: pointyhat
|
Tue, 26 Jun 2012
|
[ 19:25 sunpoet ]
- Update to 2.2.7
Changes:
http://sourceforge.net/projects/htt/files/htt2.2/httest-2.2.7/ChangeLog/view
|
Sat, 16 Jun 2012
|
[ 20:34 sunpoet ]
- Convert to new options framework
|
Thu, 14 Jun 2012
|
[ 01:31 sunpoet ]
- Update to 2.2.6
- Pet portlint: remove ABI version number from LIB_DEPENDS
- Cosmetic change
Changes:
http://sourceforge.net/projects/htt/files/htt2.2/httest-2.2.6/ChangeLog/view
|
Wed, 9 May 2012
|
[ 15:02 jadawin ]
- Update to 2.2.2
- Changelog:
http://sourceforge.net/projects/htt/files/htt2.2/httest-2.2.2/ChangeLog/view
|
Fri, 20 Apr 2012
|
[ 01:11 sunpoet ]
- Update to 2.21
- Sort MAN1
- Update WWW
Changes:
http://sourceforge.net/projects/htt/files/htt2.2/httest-2.2.1/ChangeLog/view
|
Sun, 8 Apr 2012
|
[ 06:35 miwi ]
- Support CFLAGS properly
- Add MAKE_JOBS_SAFE
- Support PORTEXAMPLES/PLIST_FILES
PR: 166053
Submitted by: Ports Fury
Feature safe: yes
|
Fri, 9 Mar 2012
|
[ 14:46 jadawin ]
- Update to 2.1.18
PR: ports/165772
Submitted by: Muhammad Moinur Rahman <5u623l20 _AT_ gmail.com>
Feature safe: yes
|
Sun, 26 Feb 2012
|
[ 11:28 mm ]
Update to 2.1.16
Return maintainership back to pool
|
Tue, 14 Feb 2012
|
[ 12:44 mm ] (Only the first 10 of 15 ports in this commit are shown above. )
Bump pcre library dependency due to 8.30 update
Add (vendor) patch for deprecated pcre_info()
|
Wed, 25 Jan 2012
|
[ 08:35 mm ]
Update to 2.1.12
|
Mon, 9 Jan 2012
|
[ 15:41 tabthorpe ] (Only the first 10 of 107 ports in this commit are shown above. )
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav
|
Thu, 13 Oct 2011
|
[ 10:02 mm ]
Update to 2.1.5
|
Mon, 19 Sep 2011
|
[ 12:54 mm ]
Update to 2.1.3
|
Sat, 23 Jul 2011
|
[ 17:34 mm ]
Update to 2.0.9
|
Sun, 19 Jun 2011
|
[ 09:58 mm ]
Update to 2.0.8
|
Wed, 15 Jun 2011
|
[ 16:01 mm ]
The htt provides a large variety of HTTP-related functionality, useful for
implementing all kinds of HTTP-based tests:
- Advanced HTTP protocol handling, including ne-grained timeout handling,
request and response validation
- Simulating clients and servers, including startup and shutdown of server
daemons. This allows to create mock-ups of back-end systems in more complex
test situations, for example when the tested application needs to interact
with a 3rd-party back-end system which is not available in the testing
environment.
- Execution of external commandline tools, using their output as request
or response data, or for validation purposes.
- Copying stream data (e.g. from a response) and re-using it in variables.
WWW: http://htt.sourceforge.net/cgi-bin/cwiki/bin/public
|
Number of commits found: 71 |