summaryrefslogtreecommitdiff
path: root/net/p5-Net-Frame-Simple
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu@pkgsrc.org>2012-01-25 09:54:31 +0000
committerhiramatsu <hiramatsu@pkgsrc.org>2012-01-25 09:54:31 +0000
commit65b444c1b94017bef7b0911062b43868c4af2690 (patch)
tree77921454013c2e86f0af412d7ed6fdc123503910 /net/p5-Net-Frame-Simple
parenta8595dd1dfdad1244483ce668cdb134e283b9bcb (diff)
downloadpkgsrc-65b444c1b94017bef7b0911062b43868c4af2690.tar.gz
Import Net::Frame::Simple into net/p5-Net-Frame-Simple. This package is
provided in PR pkg/45720. This module is part of Net::Frame frame crafting framework. It is totally optional, but can make playing with the network far easier. Basically, it hides the complexity of frame forging, sending, and receiving, by providing helper methods, which will analyze internally how to assemble frames and find responses to probes. For example, it will take care of computing lengths and checksums, and matching a response frame to the requesting frame.
Diffstat (limited to 'net/p5-Net-Frame-Simple')
-rw-r--r--net/p5-Net-Frame-Simple/DESCR9
-rw-r--r--net/p5-Net-Frame-Simple/Makefile22
-rw-r--r--net/p5-Net-Frame-Simple/distinfo5
3 files changed, 36 insertions, 0 deletions
diff --git a/net/p5-Net-Frame-Simple/DESCR b/net/p5-Net-Frame-Simple/DESCR
new file mode 100644
index 00000000000..8bf11006dea
--- /dev/null
+++ b/net/p5-Net-Frame-Simple/DESCR
@@ -0,0 +1,9 @@
+This module is part of Net::Frame frame crafting framework. It is totally
+optional, but can make playing with the network far easier.
+
+Basically, it hides the complexity of frame forging, sending, and receiving,
+by providing helper methods, which will analyze internally how to assemble
+frames and find responses to probes.
+
+For example, it will take care of computing lengths and checksums, and matching
+a response frame to the requesting frame.
diff --git a/net/p5-Net-Frame-Simple/Makefile b/net/p5-Net-Frame-Simple/Makefile
new file mode 100644
index 00000000000..5bf97719a10
--- /dev/null
+++ b/net/p5-Net-Frame-Simple/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/01/25 09:54:31 hiramatsu Exp $
+
+DISTNAME= Net-Frame-Simple-1.04
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Frame crafting made easy
+HOMEPAGE= http://search.cpan.org/dist/Net-Frame-Simple/
+LICENSE= artistic
+
+DEPENDS+= p5-Class-Gomor>=1.0:../../devel/p5-Class-Gomor
+DEPENDS+= p5-Net-Frame-[0-9]*:../../net/p5-Net-Frame
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/Net/Frame/Simple/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/p5-Net-Frame-Simple/distinfo b/net/p5-Net-Frame-Simple/distinfo
new file mode 100644
index 00000000000..07f4c551dc1
--- /dev/null
+++ b/net/p5-Net-Frame-Simple/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2012/01/25 09:54:31 hiramatsu Exp $
+
+SHA1 (Net-Frame-Simple-1.04.tar.gz) = 9f5a3b90a988850e6e326e9c66907b177f03d51a
+RMD160 (Net-Frame-Simple-1.04.tar.gz) = f5fac658ff6215b1dbab7297c8310655a48cdf95
+Size (Net-Frame-Simple-1.04.tar.gz) = 8660 bytes