Bug 145384 - new port: devel/p5-Data-JavaScript-Anon "anonymous javascript stucts in perl"
Summary: new port: devel/p5-Data-JavaScript-Anon "anonymous javascript stucts in perl"
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-04 20:50 UTC by Eric Freeman
Modified: 2010-05-08 11:30 UTC (History)
0 users

See Also:


Attachments
file.shar (2.08 KB, text/plain)
2010-04-04 20:50 UTC, Eric Freeman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Freeman 2010-04-04 20:50:00 UTC
Very quick and simple port for the perl module.  This perl module provides the ability to dump large data structures to JavaScript, when you don't need anything too complicated.

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

How-To-Repeat: n/a
Comment 1 Eric Freeman 2010-04-05 11:49:51 UTC
Noticed I omitted the plist from my original PR.  Obviously having "one of
those days" ... Please find below a fresh shar with the full (and hopefully
correct) port for Data::JavaScript::Anon

--BEGIN--

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#    p5-Data-JavaScript-Anon
#    p5-Data-JavaScript-Anon/distinfo
#    p5-Data-JavaScript-Anon/Makefile
#    p5-Data-JavaScript-Anon/pkg-descr
#    p5-Data-JavaScript-Anon/pkg-plist
#
echo c - p5-Data-JavaScript-Anon
mkdir -p p5-Data-JavaScript-Anon > /dev/null 2>&1
echo x - p5-Data-JavaScript-Anon/distinfo
sed 's/^X//' >p5-Data-JavaScript-Anon/distinfo <<
'4f2a80cb68dcd9c98a4670499b08c87d'
XMD5 (Data-JavaScript-Anon-1.03.tar.gz) = 6808b24eaa719b9303f904e0388f3ce3
XSHA256 (Data-JavaScript-Anon-1.03.tar.gz) =
0c2faa96fbf1bda0cb89b8f0be2764acc0a2cb2e2440deb781e03da02597b182
XSIZE (Data-JavaScript-Anon-1.03.tar.gz) = 30889
4f2a80cb68dcd9c98a4670499b08c87d
echo x - p5-Data-JavaScript-Anon/Makefile
sed 's/^X//' >p5-Data-JavaScript-Anon/Makefile <<
'92ab0bc1a5775fc2cf020532045e4337'
X# Ports collection makefile for:    devel-p5-Data-JavaScript-Anon
X# Date created:                03 April 2010
X# Whom:                    Eric Freeman <freebsdports@chillibear.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=        Data-JavaScript-Anon
XPORTVERSION=        1.03
XCATEGORIES=        devel perl5
XMASTER_SITES=        CPAN
XMASTER_SITE_SUBDIR=    Data
XPKGNAMEPREFIX=        p5-
X
XMAINTAINER=        freebsdports@chillibear.com
XCOMMENT=        Dump big dumb Perl structs to anonymous JavaScript structs
X
XRUN_DEPENDS=    p5-Class-Default>=1.51:${PORTSDIR}/devel/p5-Class-Default \
X                  
p5-Params-Util>=0.01:${PORTSDIR}/devel/p5-Params-Util
XBUILD_DEPENDS=    ${RUN_DEPENDS}
X
XPERL_CONFIGURE=    yes
XMAN3=    Data::JavaScript::Anon.3
X
Xregression-test:
X    cd ${WRKSRC} && ${MAKE} test
X
X.include <bsd.port.mk>
92ab0bc1a5775fc2cf020532045e4337
echo x - p5-Data-JavaScript-Anon/pkg-descr
sed 's/^X//' >p5-Data-JavaScript-Anon/pkg-descr <<
'861b898b0f6a968f201293aaf6f4d291'
XData::JavaScript::Anon provides the ability to dump large
Xsimple data structures to JavaScript. That is, things that
Xdon't need to be a class, or have special methods or whatever.
X
XWWW: http://search.cpan.org/dist/Data-JavaScript-Anon/
861b898b0f6a968f201293aaf6f4d291
echo x - p5-Data-JavaScript-Anon/pkg-plist
sed 's/^X//' >p5-Data-JavaScript-Anon/pkg-plist <<
'dd05433b37fc12baaace61e74deed008'
X%%SITE_PERL%%/Data/JavaScript/Anon.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/JavaScript/Anon/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/JavaScript/Anon/
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/JavaScript/
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/
X@dirrmtry %%SITE_PERL%%/Data/JavaScript
X@dirrmtry %%SITE_PERL%%/Data
dd05433b37fc12baaace61e74deed008
exit
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2010-04-14 19:19:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2010-05-08 11:20:26 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-05-08 11:20:52 UTC
miwi        2010-05-08 10:20:40 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Data-JavaScript-Anon Makefile distinfo pkg-descr 
                                  pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.3917    +1 -0      ports/devel/Makefile
  1.1       +25 -0     ports/devel/p5-Data-JavaScript-Anon/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Data-JavaScript-Anon/distinfo (new)
  1.1       +5 -0      ports/devel/p5-Data-JavaScript-Anon/pkg-descr (new)
  1.1       +8 -0      ports/devel/p5-Data-JavaScript-Anon/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"