Commit graph

7 commits

Author SHA1 Message Date
adrianp
2ae6078ec7 Give up MAINTAINER 2009-07-17 18:00:13 +00:00
sno
21caa8c8bf Updating package for p5 module Net::Write from 1.03nb1 to 1.05
Setting license to artistic according to META.yml

Upstream changes:
1.05 Wed Jun 10 20:37:44 CEST 2009
   - bugfix: removed a warning on AF_INET6 constant declaration
   - update: copyright notice

1.04 Sun Oct 19 17:47:11 CEST 2008
   - bugfix: IP_HDRINCL with IPv6 under Linux 2.6.x
2009-07-08 09:58:23 +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
he
436975a6cf Update from version 1.00 to 1.03, discussed in general terms with maintainer.
Pkgsrc changes:
 o Canonicalize MASTER_SITES and HOMEPAGE

Upstream changes:

1.03 Fri Mar 21 17:20:00 CET 2008
   - added support for IP_HDRINCL with IPv6 raw sockets (Linux only)
   => in fact, it should have worked before, but it appears to be a regression

1.02 Tue Feb 19 12:11:21 CET 2008
   - bugfix: due to Socket6 update, AF_INET6 definition has changed

1.01 Sun Feb 17 19:08:15 CET 2008
   - update: portability patches for other Unix systems (untested), concerning
             IP_HDRINCL constants and the like
   - update: license string (lc(Artistic)), to make CPANTS happy
2008-08-24 20:18:52 +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
15e7b4e243 Net::Write provides a portable interface to open a network interface, and be
able to write raw data directly to the network. It juste provides three methods
when a Net::Write object has been created for an interface: open, send, close.

It is possible to open a network interface to send frames at layer 2 (you craft
a frame from link layer), or at layer 3 (you craft a frame from network layer),
or at layer 4 (you craft a frame from transport layer).

NOTE: not all operating systems support all layer opening. Currently, Windows
only supports opening and sending at layer 2. Other Unix systems should be able
to open and send at all layers.
2007-01-03 14:09:28 +00:00