Skip to content

Commit

Permalink
Initial import of www/p5-CGI-Session-Serialize-yaml version 4.26
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dmcmahill committed May 18, 2011
1 parent 3a36f5f commit 5173702
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 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.
22 changes: 22 additions & 0 deletions 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"
5 changes: 5 additions & 0 deletions 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

0 comments on commit 5173702

Please sign in to comment.