[133245] trunk/dports/perl
devans at macports.org
devans at macports.org
Mon Feb 23 12:55:37 PST 2015
Revision: 133245
https://trac.macports.org/changeset/133245
Author: devans at macports.org
Date: 2015-02-23 12:55:36 -0800 (Mon, 23 Feb 2015)
Log Message:
-----------
p5-session-storage-secure: new port, encrypted serialized session data with integrity.
Added Paths:
-----------
trunk/dports/perl/p5-session-storage-secure/
trunk/dports/perl/p5-session-storage-secure/Portfile
Added: trunk/dports/perl/p5-session-storage-secure/Portfile
===================================================================
--- trunk/dports/perl/p5-session-storage-secure/Portfile (rev 0)
+++ trunk/dports/perl/p5-session-storage-secure/Portfile 2015-02-23 20:55:36 UTC (rev 133245)
@@ -0,0 +1,40 @@
+# -*- 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.branches 5.16 5.18 5.20
+perl5.setup Session-Storage-Secure 0.010 ../by-authors/id/D/DA/DAGOLDEN
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description Session::Storage::Secure - Encrypted, expiring, compressed, \
+ serialized session data with integrity
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 704a66625d02bca6b1c53be4c25161974abad435 \
+ sha256 3ef731772f7871bf4d5fe87387395c4b994345fc6268134b28978f82dde1c11f
+
+if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-test-deep \
+ port:p${perl5.major}-test-fatal \
+ port:p${perl5.major}-number-tolerant
+
+ depends_lib-append \
+ port:p${perl5.major}-crypt-cbc \
+ port:p${perl5.major}-crypt-rijndael \
+ port:p${perl5.major}-crypt-urandom \
+ port:p${perl5.major}-digest-sha \
+ port:p${perl5.major}-math-random-isaac-xs \
+ port:p${perl5.major}-moo \
+ port:p${perl5.major}-moox-types-mooselike \
+ port:p${perl5.major}-namespace-clean \
+ port:p${perl5.major}-sereal-decoder \
+ port:p${perl5.major}-sereal-encoder \
+ port:p${perl5.major}-string-compare-constanttime
+
+ supported_archs noarch
+}
Property changes on: trunk/dports/perl/p5-session-storage-secure/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150223/2c84ed2c/attachment.html>
More information about the macports-changes
mailing list