[67914] trunk/dports/perl

ryandesign at macports.org ryandesign at macports.org
Fri May 21 06:36:16 PDT 2010


Revision: 67914
          http://trac.macports.org/changeset/67914
Author:   ryandesign at macports.org
Date:     2010-05-21 06:36:13 -0700 (Fri, 21 May 2010)
Log Message:
-----------
p5-netpacket: new port, version 0.42.0; see #24863

Added Paths:
-----------
    trunk/dports/perl/p5-netpacket/
    trunk/dports/perl/p5-netpacket/Portfile

Added: trunk/dports/perl/p5-netpacket/Portfile
===================================================================
--- trunk/dports/perl/p5-netpacket/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-netpacket/Portfile	2010-05-21 13:36:13 UTC (rev 67914)
@@ -0,0 +1,28 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.setup         NetPacket 0.42.0
+platforms           darwin
+maintainers         di.uminho.pt:jpo openmaintainer
+
+description         Modules to assemble/disassemble network packets at the protocol level
+
+long_description    NetPacket provides a base class for a cluster of modules \
+                    related to decoding and encoding of network protocols. Each \
+                    NetPacket descendent module knows how to encode and decode \
+                    packets for the network protocol it implements.
+
+distname            ${perl5.module}-v${version}
+
+checksums           md5     568799b612e19dc54fcdc15af031a4ab \
+                    sha1    9d53bafa0a086136fd9b3ded11ccef0d20c1f44e \
+                    rmd160  111462d44ce0d6a583566716607269852624cdaa
+
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant   no
+}


Property changes on: trunk/dports/perl/p5-netpacket/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100521/ab5044b0/attachment.html>


More information about the macports-changes mailing list