import JSON 1.07
parse and convert to JSON (JavaScript Object Notation) submitted by Genadijus Paleckis <lsd@nnt.lt>
This commit is contained in:
parent
0936a7a260
commit
9568453641
28
converters/p5-JSON/Makefile
Normal file
28
converters/p5-JSON/Makefile
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2006/07/13 11:59:28 steven Exp $
|
||||||
|
|
||||||
|
COMMENT= "parse and convert to JSON (JavaScript Object Notation)"
|
||||||
|
|
||||||
|
DISTNAME= JSON-1.07
|
||||||
|
PKGNAME= p5-${DISTNAME}
|
||||||
|
CATEGORIES= converters perl5
|
||||||
|
|
||||||
|
HOMEPAGE= http://search.cpan.org/dist/JSON/
|
||||||
|
|
||||||
|
MAINTAINER= Genadijus Paleckis <rwx@openbsd.lt>
|
||||||
|
|
||||||
|
# same as perl
|
||||||
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
|
||||||
|
|
||||||
|
BUILD_DEPENDS= :p5-libwww-*:www/p5-libwww
|
||||||
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
CONFIGURE_STYLE=perl
|
||||||
|
|
||||||
|
PKG_ARCH= *
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
4
converters/p5-JSON/distinfo
Normal file
4
converters/p5-JSON/distinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
MD5 (JSON-1.07.tar.gz) = c7b385e35f37b4c8595c4f6e7eeb573e
|
||||||
|
RMD160 (JSON-1.07.tar.gz) = 3125d2d11054f4f07fadc61277b0d1e1ce6f20e0
|
||||||
|
SHA1 (JSON-1.07.tar.gz) = 888d00e32831d81a5b5871c041fcf40395691414
|
||||||
|
SIZE (JSON-1.07.tar.gz) = 26070
|
2
converters/p5-JSON/pkg/DESCR
Normal file
2
converters/p5-JSON/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
This module converts between JSON (JavaScript Object Notation) and Perl
|
||||||
|
data structures.
|
17
converters/p5-JSON/pkg/PLIST
Normal file
17
converters/p5-JSON/pkg/PLIST
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/07/13 11:59:28 steven Exp $
|
||||||
|
${P5SITE}/Apache/
|
||||||
|
${P5SITE}/Apache/JSONRPC.pm
|
||||||
|
${P5SITE}/JSON/
|
||||||
|
${P5SITE}/JSON.pm
|
||||||
|
${P5SITE}/JSON/Converter.pm
|
||||||
|
${P5SITE}/JSON/Parser.pm
|
||||||
|
${P5SITE}/JSONRPC/
|
||||||
|
${P5SITE}/JSONRPC.pm
|
||||||
|
${P5SITE}/JSONRPC/Transport/
|
||||||
|
${P5SITE}/JSONRPC/Transport/HTTP.pm
|
||||||
|
@man man/man3p/Apache::JSONRPC.3p
|
||||||
|
@man man/man3p/JSON.3p
|
||||||
|
@man man/man3p/JSON::Converter.3p
|
||||||
|
@man man/man3p/JSON::Parser.3p
|
||||||
|
@man man/man3p/JSONRPC.3p
|
||||||
|
@man man/man3p/JSONRPC::Transport::HTTP.3p
|
Loading…
x
Reference in New Issue
Block a user