Data::JavaScript::Anon provides the ability to dump large

simple data structures to JavaScript. That is, things that
don't need to be a class, or have special methods or whatever.

WWW: http://search.cpan.org/dist/Data-JavaScript-Anon/

PR:		ports/145384
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
This commit is contained in:
Martin Wilke 2010-05-08 10:20:40 +00:00
parent ddf032deeb
commit 6c4831e7ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253942
5 changed files with 42 additions and 0 deletions

View File

@ -1317,6 +1317,7 @@
SUBDIR += p5-Data-Hexdumper
SUBDIR += p5-Data-Hierarchy
SUBDIR += p5-Data-Integer
SUBDIR += p5-Data-JavaScript-Anon
SUBDIR += p5-Data-Lazy
SUBDIR += p5-Data-Localize
SUBDIR += p5-Data-MessagePack

View File

@ -0,0 +1,25 @@
# Ports collection makefile for: devel-p5-Data-JavaScript-Anon
# Date created: 03 April 2010
# Whom: Eric Freeman <freebsdports@chillibear.com>
#
# $FreeBSD$
#
PORTNAME= Data-JavaScript-Anon
PORTVERSION= 1.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Data
PKGNAMEPREFIX= p5-
MAINTAINER= freebsdports@chillibear.com
COMMENT= Dump big dumb Perl structs to anonymous JavaScript structs
RUN_DEPENDS= p5-Class-Default>=1.51:${PORTSDIR}/devel/p5-Class-Default \
p5-Params-Util>=0.01:${PORTSDIR}/devel/p5-Params-Util
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Data::JavaScript::Anon.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Data-JavaScript-Anon-1.03.tar.gz) = 6808b24eaa719b9303f904e0388f3ce3
SHA256 (Data-JavaScript-Anon-1.03.tar.gz) = 0c2faa96fbf1bda0cb89b8f0be2764acc0a2cb2e2440deb781e03da02597b182
SIZE (Data-JavaScript-Anon-1.03.tar.gz) = 30889

View File

@ -0,0 +1,5 @@
Data::JavaScript::Anon provides the ability to dump large
simple data structures to JavaScript. That is, things that
don't need to be a class, or have special methods or whatever.
WWW: http://search.cpan.org/dist/Data-JavaScript-Anon/

View File

@ -0,0 +1,8 @@
%%SITE_PERL%%/Data/JavaScript/Anon.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/JavaScript/Anon/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/JavaScript/Anon
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/JavaScript
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
@dirrmtry %%SITE_PERL%%/Data/JavaScript
@dirrmtry %%SITE_PERL%%/Data