Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.21 04 Aug 2023 13:01:20 |
Rodrigo Osorio (rodrigo) |
net/p5-Net-Pcap: Update to 0.21
Major changes in 0.19
* Restore compilation with libpcap 1.9+
* Too strict test for error message from libpcap
Major changes in 0.20
* Spelling fixes
Major changes in 0.21
* Configure: Avoid implicit ints during feature probing
* use "our" for global variable declaration
* Don't inherit from Exporter anymore
This might break modules that rely on Net::Pcap isa Exporter,
but that was never documented.
Create a patch on stubs.inc to enable fake struct pcap_rmtauth declaration
with libpcap > 1.9.0 required by the port. For the record, we don't have
remote capture support for libpcap on FreeBSD.
Also fix existing patches format to make linter happy
Full changelog: https://metacpan.org/dist/Net-Pcap/changes |
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) |
0.18 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 ) |
0.18 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.18 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.18 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
0.18 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.18 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.18 19 May 2016 03:43:16 |
sunpoet |
- Update to 0.18
Changes: http://search.cpan.org/dist/Net-Pcap/Changes |
0.17_2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.17_2 15 Nov 2015 03:02:23 |
sunpoet |
- Sort PLIST |
0.17_2 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
0.17_2 21 Jun 2015 13:55:15 |
sunpoet |
- Add LICENSE
- Strip shared library
- Sort PLIST
- Bump PORTREVISION for package change |
0.17_1 13 Mar 2015 17:29:59 |
adamw |
Clean up the rest of the perl@ Makefiles a bit.
- Remove dependencies on modules distributed as part of perl core
- Remove references to FreeBSD < 8 and perl < 5.16
- Ensure that DOCS and EXAMPLES options exist for ports installing
PORTDOCS or PORTEXAMPLES
- Reduce unnecessary inclusions of bsd.port.options.mk by using
OPTIONS helpers and the like
- Fix some cases where dependencies were only assigned to BUILD_DEPENDS
- Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS.
This one happens in many, many ports. I only applied it in cases where
it interfered with 'make test' but it should maybe be done more generally.
- Mute ${MKDIR} in installation
- Parethesize compound commands
- In www/p5-URI-Fetch, remove the ZLIB option that wasn't used |
0.17_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 ) |
0.17 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
0.17 05 Nov 2013 16:42:56 |
vanilla |
Support STAGEDIR. |
0.17 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.17 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.17 22 Dec 2012 17:23:35 |
tobez |
Fix build problem (stale unneeded patch).
PR: 174634
Submitted by: Kurt Jaeger |
0.17 19 Dec 2012 07:46:33 |
tobez |
Update to 0.17.
Changes: http://search.cpan.org/dist/Net-Pcap/Changes |
0.16 05 Jun 2012 09:46:27 |
az |
- Remove SITE_PERL from *_DEPENDS |
0.16 09 May 2012 11:22:21 |
swills |
- Fix tests
PR: ports/166698
Submited by: Mel Flynn <rflynn@acsalaska.net> |
0.16 01 May 2012 01:47:10 |
swills |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
0.16 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.16 15 Jan 2008 00:58:11 |
clsung |
- Update to 0.16
Changes: http://search.cpan.org/dist/Net-Pcap/Changes |
0.15_1 30 Dec 2007 09:08:23 |
clsung |
- pat when net/libpcap installed
- bug observed in freebsd-perl@
- bump PORTREVISION
- take maintainership |
0.15 25 Dec 2007 06:15:26 |
clsung |
- Update to 0.15 |
0.14 06 Sep 2006 01:55:39 |
clsung |
- Update to 0.14 |
0.13 29 Aug 2006 05:53:53 |
clsung |
- Update to 0.13
- p5-IO-Interface required by pcapinfo |
0.12 05 May 2006 09:10:03 |
skv |
* fix plist
* pass maintaintership to perl@
PR: ports/96183
Submitted by: leeym |
0.12 22 Apr 2006 22:00:00 |
kris |
BROKEN: Incomplete pkg-plist |
0.12 07 Apr 2006 07:18:23 |
skv |
Update to 0.12
Changes: http://search.cpan.org/src/SAPER/Net-Pcap-0.12/Changes |
0.09 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
0.09 22 Jan 2006 02:46:07 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.09 27 Oct 2005 16:05:15 |
skv |
Update to 0.09
Changes: http://search.cpan.org/src/SAPER/Net-Pcap-0.09/Changes |
0.08 12 Oct 2005 10:52:46 |
skv |
Update to 0.08
Changes: http://search.cpan.org/src/SAPER/Net-Pcap-0.08/Changes |
0.07 11 Oct 2005 06:22:10 |
kris |
BROKEN: Incomplete pkg-plist |
0.07 30 Sep 2005 17:43:23 |
skv |
fix typo |
0.07 30 Sep 2005 17:35:39 |
skv |
* unbreak build
* require perl5.6 or later (XS is written in new style)
Pointed by: pointyhat (kris) |
0.07 26 Sep 2005 12:31:28 |
skv |
Update to 0.07
Changes: http://search.cpan.org/src/SAPER/Net-Pcap-0.07/Changes |
0.06 16 Sep 2005 07:42:26 |
skv |
Update to 0.06
Changes: http://search.cpan.org/src/SAPER/Net-Pcap-0.06/Changes |
0.05 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.04 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.04 21 Feb 2003 13:15:09 |
knu |
De-pkg-comment. |
13 Dec 2001 11:24:31 |
ijliao |
add p5-Net-Pcap Interface to pcap(3) LBL packet capture library |