Add p5-JSON 0.99, perl extension to convert to JSON (JavaScript Object
Notation).
This commit is contained in:
parent
d2543525ff
commit
ef2c40b4b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141009
9 changed files with 73 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
|||
SUBDIR += p5-Convert-UU
|
||||
SUBDIR += p5-Convert-UUlib
|
||||
SUBDIR += p5-Cstools
|
||||
SUBDIR += p5-JSON
|
||||
SUBDIR += p5-MIME-Base64
|
||||
SUBDIR += p5-String-Multibyte
|
||||
SUBDIR += p5-Text-Iconv
|
||||
|
|
21
converters/p5-JSON/Makefile
Normal file
21
converters/p5-JSON/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: JSON
|
||||
# Date created: 19 Aug 2005
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= JSON
|
||||
PORTVERSION= 0.99
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/M/MA/MAKAMAKA
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to convert to JSON (JavaScript Object Notation)
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MAN3= JSON.3 JSON::Converter.3 JSON::Parser.3 \
|
||||
JSONRPC.3 JSONRPC::Transport::HTTP.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
converters/p5-JSON/distinfo
Normal file
2
converters/p5-JSON/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (JSON-0.99.tar.gz) = 24a0c501a462d72f342733cfc0a7e468
|
||||
SIZE (JSON-0.99.tar.gz) = 12891
|
3
converters/p5-JSON/pkg-descr
Normal file
3
converters/p5-JSON/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Perl extension interface to convert to JSON (JavaScript Object Notation).
|
||||
|
||||
WWW: http://search.cpan.org/dist/JSON/
|
10
converters/p5-JSON/pkg-plist
Normal file
10
converters/p5-JSON/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
%%SITE_PERL%%/JSON.pm
|
||||
%%SITE_PERL%%/JSON/Converter.pm
|
||||
%%SITE_PERL%%/JSON/Parser.pm
|
||||
%%SITE_PERL%%/JSONRPC.pm
|
||||
%%SITE_PERL%%/JSONRPC/Transport/HTTP.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/.packlist
|
||||
@dirrm %%SITE_PERL%%/mach/auto/JSON
|
||||
@dirrm %%SITE_PERL%%/JSONRPC/Transport
|
||||
@dirrm %%SITE_PERL%%/JSONRPC
|
||||
@dirrm %%SITE_PERL%%/JSON
|
21
converters/p5-JSON1/Makefile
Normal file
21
converters/p5-JSON1/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: JSON
|
||||
# Date created: 19 Aug 2005
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= JSON
|
||||
PORTVERSION= 0.99
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/M/MA/MAKAMAKA
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to convert to JSON (JavaScript Object Notation)
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MAN3= JSON.3 JSON::Converter.3 JSON::Parser.3 \
|
||||
JSONRPC.3 JSONRPC::Transport::HTTP.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
converters/p5-JSON1/distinfo
Normal file
2
converters/p5-JSON1/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (JSON-0.99.tar.gz) = 24a0c501a462d72f342733cfc0a7e468
|
||||
SIZE (JSON-0.99.tar.gz) = 12891
|
3
converters/p5-JSON1/pkg-descr
Normal file
3
converters/p5-JSON1/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Perl extension interface to convert to JSON (JavaScript Object Notation).
|
||||
|
||||
WWW: http://search.cpan.org/dist/JSON/
|
10
converters/p5-JSON1/pkg-plist
Normal file
10
converters/p5-JSON1/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
%%SITE_PERL%%/JSON.pm
|
||||
%%SITE_PERL%%/JSON/Converter.pm
|
||||
%%SITE_PERL%%/JSON/Parser.pm
|
||||
%%SITE_PERL%%/JSONRPC.pm
|
||||
%%SITE_PERL%%/JSONRPC/Transport/HTTP.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/.packlist
|
||||
@dirrm %%SITE_PERL%%/mach/auto/JSON
|
||||
@dirrm %%SITE_PERL%%/JSONRPC/Transport
|
||||
@dirrm %%SITE_PERL%%/JSONRPC
|
||||
@dirrm %%SITE_PERL%%/JSON
|
Loading…
Reference in a new issue