Commit graph

14 commits

Author SHA1 Message Date
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
d3b214322a pkgsrc changes:
- Updating package for p5 module Net::RawIP from 0.23nb1 to 0.25
  - Setting gnu-gpl-v2 as license
  - removing patches which are applied upstream
  - removing unused dependency List::MoreUtils

Upstream changes:
2008.10.22 - 0.25 - Sebastien Aperghis-Tramoni (SAPER)
  - [TESTS] CPAN-RT#39252: Proc::ProcessTable does not support the size
    attribute on all systems. Thanks to Havard Eidnes for the patch.
  - [DOC] Improved the documentation a bit.

2008.10.21 - 0.24 - Sebastien Aperghis-Tramoni (SAPER)
  - [BUGFIX] Fixed a segfault and a warning, thanks to Mike Lowell.
  - [DIST] Simplified the detection logic to make it work on more systems.
  - [DIST] Declared all prerequisite modules.
  - [TESTS] Removed all the tests related to the warning that was emitted
    by the module when ran as non root.
  - [TESTS] Fixed several tests to make them more portable.
  - [TESTS] Added 00-load.t, 01-api.t
2009-05-21 10:48:22 +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
5417554a4f Update from version 0.21_03nb1 to 0.23, discussed with maintainer.
Pkgsrc changes:
 o Canonicalize HOMEPAGE
 o Fix MASTER_SITES to use MASTER_SITES_PERL_CPAN
 o Add patch to recognize lo0 on NetBSD.  This probably breaks the test
   on Linux.  It's not portable to insist on particular names for
   interfaces (lo or lo0), but this patch doesn't improve the portability,
   it just makes it pass on NetBSD.
 o Add patch to not do the mem_leak test if Proc::ProcessTable is installed
   but the platform does not provide the virtual size of the process via
   "size". (We probably should have a kvm-using version of Proc::ProcessTable,
   but that's for another day.)

Upstream changes:

0.23 Tue Jan8  2007
    - add version number to submodules

0.22 Tue Jan8  2007
    - remove dependency on List::MoreUtils

0.22_01 Mon Jul 16 2007 (Steve Bonds)
    - fix endianness bug in ICMP packet creation
    - add lots of comments on what's going on in the ICMP portion
      of the RawIP.xs and RawIP.pm files
    - break out sub-packages to their own files so "make test"
      works even with Critic enabled

0.21 Mon Mar 26 22:53:48 2007
    - fix looping bug in set_icmp (Micha Nasriachi)
    - fix tests to work both as root and as regular user

0.21_04
    - Skipped
2008-09-13 15:25:25 +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
gson
058c8809bc Updated to version 0.21_03 as version 0.2 no longer builds on
NetBSD-current.

Changes since 0.2:

0.21_03 Fri Sep 15 11:26:17 IDT 2006
    - Received official maintainership from Sergey
    - In Makefile.PL check for the location of the header file,
      report if it could not be found.

0.21_02 Sep 10 2006
    - Cleaning up the C code (indentation)
    - More tests
    - Cleaning up the documentation, replacing the bad English of Sergey
      with the bad English of Gabor.
    - new() dies if wrong or duplicate protocols given
      All by Gabor Szabo

0.21_01   Sat Sep  9 23:59:07 IDT 2006
    - Cleaning up many warnings that were probably due to using gcc 4+
    - Cleaning up several assignment errors that were probably due to gcc 4+
    - Lots of cleanup in the Perl code
    - Add tests
      All by Gabor Szabo
2007-03-07 16:46:39 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
wiz
372119b753 This is the perl interface to libpcap, so add libpcap buildlink3.mk file.
Breaks build if not libpcap found, so no PKGREVISION bump needed.
2005-07-25 10:00:12 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
bouyer
3e4bdf0492 Initial import of p5-Net-RawIP: Perl extension to manipulate raw ip packets
with interface to libpcap.

This package provides a class object which can be used for creating,
manipulating and sending a raw ip packets with optional feature for
manipulating ethernet headers.
2005-05-27 15:12:53 +00:00