Wed May 18 01:54:53 2011 UTC ()
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.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(dmcmahill)
diff -r0 -r1.1.1.1 pkgsrc/www/p5-CGI-Session-Serialize-yaml/Makefile
diff -r0 -r1.1.1.1 pkgsrc/www/p5-CGI-Session-Serialize-yaml/DESCR
diff -r0 -r1.1.1.1 pkgsrc/www/p5-CGI-Session-Serialize-yaml/distinfo

File Added: pkgsrc/www/p5-CGI-Session-Serialize-yaml/Makefile
# $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"

File Added: pkgsrc/www/p5-CGI-Session-Serialize-yaml/DESCR
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.

File Added: pkgsrc/www/p5-CGI-Session-Serialize-yaml/distinfo
$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