Port details |
- libwhisker Perl module to create HTTP test scripts
- 2.5_2 security =4 2.5_2Version of this port present on the latest quarterly branch.
- Maintainer: se@FreeBSD.org
- Port Added: 2003-07-19 02:29:33
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: t1lib, unzip, openssl, libxml2, wget
- Also Listed In: perl5
- License: BSD2CLAUSE
- WWW:
- https://sourceforge.net/projects/whisker/
- Description:
- What is libwhisker:
Libwhisker is a Perl module geared specificly for HTTP testing.
Libwhisker has a few design principles:
- Portable: runs with 0 changes on Unix, Windows, etc.
- Flexible: designed with a 'no rules' approach
- Contained: designed to not require external modules when possible
- Localized: does not require installation to use
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libwhisker>0:security/libwhisker
- To install the port:
- cd /usr/ports/security/libwhisker/ && make install clean
- To add the package, run one of these commands:
- pkg install security/libwhisker
- pkg install libwhisker
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libwhisker
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libwhisker2-2.5.tar.gz) = f45a1cf2ad2637b29dd1b13d7221ea12e3923ea09d107ced446400f19070a42f
SIZE (libwhisker2-2.5.tar.gz) = 207569
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for libwhisker-2.5_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- security_libwhisker
- USES:
- perl5 shebangfix
- 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 |
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.5_2 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.5_2 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.5_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.5_2 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
2.5_2 14 Jul 2015 20:31:46 |
amdmi3 |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
2.5_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
2.5 22 May 2014 17:12:41 |
se |
Fix port to support staging and perform the following build changes:
- fetch from sourceforge instead of directly from author's site
- set LICENSE: a simplified 2 clause BSD license is granted in CHANGES
- use new build option syntax in Makefile (option: DOCS)
- update the URL in pkg-descr (the old one leads to an error page)
- set MAINTAINER
There are no functional changes.
Approved by: antoine (mentor) |
2.5 29 Nov 2013 07:37:53 |
araujo |
- Return almost all of my ports back to the pool. I have no time to make any
necessary fixes on them for the past months. |
2.5 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
2.5 11 Sep 2013 17:07:20 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
2.5 12 Jun 2013 19:20:41 |
az |
- Fix build with new site_perl
Submitted by: ohauer@ |
2.5 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
2.5 23 Mar 2010 02:35:44 |
araujo |
- Update to 2.5. |
2.4 19 Aug 2008 02:55:18 |
araujo |
- Update to 2.4. |
2.1 29 Jun 2007 16:29:19 |
araujo |
- Change my mail address to araujo@.
Approved by: stas (mentor) |
2.1 14 Jan 2007 17:28:42 |
itetcu |
Fix plist.
Submitted by: krismail
Approved by: maintainer (private email). |
2.1 07 Jan 2007 11:14:12 |
barner |
- Update to 2.1 [1]
- Pass maintainership to submitter [1]
- Add entry to UPDATING (migration guide for libwhisker 1.x users) [1]
- Remove former maintainer from pkg-descr
Submitted by: Marcelo Araujo <araujo@bsdmail.org> [1]
PR: ports/107615 (with modifications) |
1.8_1 25 Nov 2005 18:01:16 |
pav |
- Add SHA256 |
1.8_1 19 Feb 2005 20:31:21 |
leeym |
- older versions of 1.8 incorrectly identify themselves as 1.7 [1]
- Utilize PORTDOCS and PLIST_FILES
PR: [1] 77702
Submitted by: Sam Lawrance <boris at brooknet.com.au> |
1.8_1 17 Mar 2004 18:29:46 |
trevor |
SIZEify. |
1.8_1 09 Feb 2004 10:13:02 |
linimon |
Reset bouncing maintainer address (one of the maintainer's other
ports had been previously reset by someone else). |
1.8_1 08 Nov 2003 03:35:40 |
foxfair |
Fix checksum mismatch problem: the different is the later tarball adds
one more file (LW.pm), and the diff of Makefile.pl is:
--- ../libwhisker-1.8/Makefile.pl Thu Dec 19 03:39:24 2002
+++ ./Makefile.pl Wed Oct 8 01:38:16 2003
@@ -9,7 +9,7 @@
$|++;
-$VERSION = '1.7';
+$VERSION = '1.8';
$LIB = 'LW.pm';
$COMPONENTS = 'libs';
$PRELIB = 'prelib.wpl';
It seems that this is only an errata of release v1.8.
Bump PORTREVISION to aware this. maintainer's email was bounced several
times, so commit this change directly. |
1.8 03 Nov 2003 03:56:42 |
kris |
Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR. |
1.8 28 Sep 2003 21:06:28 |
krion |
- Update to 1.8 and fix the checksum error reported by bento
- Pet portlint
PR: 57137
Submitted by: Yann Berthier <yb@sainte-barbe.org> |
1.6_1 21 Jul 2003 01:43:30 |
foxfair |
Add USE_PERL5 to avoid 'make package' problem.
Obtained from: bento |
1.6 19 Jul 2003 02:28:42 |
foxfair |
Add libwhisker 1.6, perl module to create HTTP test scripts.
PR: 42986
Submitted by: pandzilla |