Commit graph

17 commits

Author SHA1 Message Date
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
jperkin
73dedd67c2 PKGREVISION bumps for net/libpcap update. 2013-02-06 19:30:54 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
3b0f2f4d0e Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
sno
c03c826319 Updating net/p5-Net-Packet from 3.26 to 3.27
pkgsrc changes:
- Remove big-endian check, big-endian architectures are supported since
  3.24

Upstream changes:
*** This will probably be the last release. From now on, please use
Net::Frame::* modules on CPAN. This framework is obsolete.

3.27 Mon Nov  9 19:19:57 CET 2009
   - bugfix: PPPoE packing payload
   => http://rt.cpan.org/Public/Bug/Display.html?id=51112
   - update: copyright notice
2010-03-08 18:02:48 +00:00
sno
971065102a pkgsrc changes:
- Updating package for p5 module Net::Packet from 3.25nb1 to 3.26
  - Adjusting / Reordering dependencies according to META.yml
  - Adding homepage / license

Upstream changes:
3.26 Sat Apr 19 18:41:12 CEST 2008
   - new: added possibility to adjust snaplen in Dump.pm
     => contributed by Darien Kindlund
   - bugfix: examples/read-pcap.pl
2009-07-18 18:40:05 +00:00
adrianp
2ae6078ec7 Give up MAINTAINER 2009-07-17 18:00:13 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
adrianp
fdfa224940 Update to 3.25
In Brief:
3.24 Sat Dec 16 17:48:15 CET 2006
- NEW: now supports big-endian archs (IPv4 and IPv6 update)
- bugfix: Frame: require VLAN

3.21 Wed Nov 15 19:52:43 CET 2006
- NEW: added layers STP, OSPF (header only), IGMPv4 (v1 and v2),
  CDP::Address, CDP::TypeAddresses, CDP::TypeCapabilities,
  CDP::TypePortId, CDP::TypeSoftwareVersion
- NEW: Dump now support PPP links

3.20 Sun Nov 12 23:02:09 CET 2006
- NEW: support for PPPoE, PPP, PPPLCP, LLC, and begin the work for CDP
2007-01-03 14:24:35 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
wiz
709a4bd03f Remove (in pkgsrc) broken test for pcap-int.h, the dependency pattern
makes sure we have that file.
2006-02-19 22:43:59 +00:00
kristerw
af7b0c42b9 This pkg has not been ported to big endian architectures. Set PKG_SKIP_REASON. 2005-11-05 19:37:54 +00:00
adrianp
b2b2b75ac1 This module is a unified framework to craft, send and receive packets at
layers 2, 3, 4 and 7.

Basically, you forge each layer of a frame (Net::Packet::IPv4 for layer 3,
Net::Packet::TCP for layer 4 ; for example), and pack all of this into a
Net::Packet::Frame object. Then, you can send the frame to the network, and
receive it easily, since the response is automatically searched for and
matched against the request.
2005-08-13 08:11:17 +00:00