diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2011-05-18 01:54:52 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2011-05-18 01:54:52 +0000 |
commit | 7eafcf4ffee3f510d9c290f5f9a9766d1ff06f52 (patch) | |
tree | 356e3126a3d8bb0dcae09a5f9393f2c04616202f /www | |
parent | 51267dcc21e8db32a2ce192cd0cee37bd30ce64a (diff) | |
download | pkgsrc-7eafcf4ffee3f510d9c290f5f9a9766d1ff06f52.tar.gz |
Initial import of www/p5-CGI-Session-Serialize-yaml version 4.26
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß
-------------------------------------
This library can be used by CGI::Session to serialize session data.
It uses YAML, or the faster C implementation, YAML::Syck if it is available.
YAML serializers exist not just for Perl but also other dynamic languages,
such as PHP, Python, and Ruby, so storing session data in this format makes it
easy to share session data across different languages.
YAML is made to be friendly for humans to parse as well as other computer
languages. It creates a format that is easier to read than the default
serializer.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI-Session-Serialize-yaml/DESCR | 9 | ||||
-rw-r--r-- | www/p5-CGI-Session-Serialize-yaml/Makefile | 22 | ||||
-rw-r--r-- | www/p5-CGI-Session-Serialize-yaml/distinfo | 5 |
3 files changed, 36 insertions, 0 deletions
diff --git a/www/p5-CGI-Session-Serialize-yaml/DESCR b/www/p5-CGI-Session-Serialize-yaml/DESCR new file mode 100644 index 00000000000..2690c8d37bb --- /dev/null +++ b/www/p5-CGI-Session-Serialize-yaml/DESCR @@ -0,0 +1,9 @@ +This library can be used by CGI::Session to serialize session data. +It uses YAML, or the faster C implementation, YAML::Syck if it is available. +YAML serializers exist not just for Perl but also other dynamic languages, +such as PHP, Python, and Ruby, so storing session data in this format makes it +easy to share session data across different languages. + +YAML is made to be friendly for humans to parse as well as other computer +languages. It creates a format that is easier to read than the default +serializer. diff --git a/www/p5-CGI-Session-Serialize-yaml/Makefile b/www/p5-CGI-Session-Serialize-yaml/Makefile new file mode 100644 index 00000000000..301cdbaf67d --- /dev/null +++ b/www/p5-CGI-Session-Serialize-yaml/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/18 01:54:52 dmcmahill Exp $ + +DISTNAME= CGI-Session-Serialize-yaml-4.26 +EXTRACT_SUFX= .tgz +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RS/RSAVAGE/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/CGI-Session-Serialize-yaml +COMMENT= Serializer for CGI::Session +LICENSE= artistic + +DEPENDS+= p5-CGI-Session>=4.30:../../www/p5-CGI-Session + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/CGI/Session/Serialize/yaml/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-CGI-Session-Serialize-yaml/distinfo b/www/p5-CGI-Session-Serialize-yaml/distinfo new file mode 100644 index 00000000000..ae741ad89f3 --- /dev/null +++ b/www/p5-CGI-Session-Serialize-yaml/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/05/18 01:54:52 dmcmahill Exp $ + +SHA1 (CGI-Session-Serialize-yaml-4.26.tgz) = 5202e7297f0a01608a15838bb6d0fb4c0ca1488e +RMD160 (CGI-Session-Serialize-yaml-4.26.tgz) = c27b4f888f3bcbbb7532d0e9a94328143241a3fb +Size (CGI-Session-Serialize-yaml-4.26.tgz) = 5386 bytes |