diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-01-28 10:21:43 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-01-28 10:21:43 +0000 |
commit | e2ef25ef05c2932da67b3899e50d87eaea29a98d (patch) | |
tree | 9c2769a121ea6ff2c6adbb10f675f69f7cd7e6e9 | |
parent | 18a3e5eb4c97a8369c0c4c83aad57552d53151d7 (diff) | |
download | ports-e2ef25ef05c2932da67b3899e50d87eaea29a98d.tar.gz ports-e2ef25ef05c2932da67b3899e50d87eaea29a98d.zip |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-WWW-Scripter-Plugin-Ajax/Makefile | 25 | ||||
-rw-r--r-- | www/p5-WWW-Scripter-Plugin-Ajax/distinfo | 3 | ||||
-rw-r--r-- | www/p5-WWW-Scripter-Plugin-Ajax/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-WWW-Scripter-Plugin-Ajax/pkg-plist | 11 |
5 files changed, 43 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index c07877776fa9..a649dda151d1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1185,6 +1185,7 @@ SUBDIR += p5-WWW-Scraper-ISBN-ORA_Driver SUBDIR += p5-WWW-Scraper-ISBN-Record SUBDIR += p5-WWW-Scripter + SUBDIR += p5-WWW-Scripter-Plugin-Ajax SUBDIR += p5-WWW-Scripter-Plugin-JavaScript SUBDIR += p5-WWW-Search SUBDIR += p5-WWW-Search-AltaVista diff --git a/www/p5-WWW-Scripter-Plugin-Ajax/Makefile b/www/p5-WWW-Scripter-Plugin-Ajax/Makefile new file mode 100644 index 000000000000..2f2e87f359e8 --- /dev/null +++ b/www/p5-WWW-Scripter-Plugin-Ajax/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-WWW-Scripter-Plugin-Ajax +# Date created: 28 Jan 2010 +# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= WWW-Scripter-Plugin-Ajax +PORTVERSION= 0.05 +CATEGORIES= www +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= WWW::Scripter plugin that provides the XMLHttpRequest object + +RUN_DEPENDS= p5-WWW-Scripter-Plugin-JavaScript>0:${PORTSDIR}/www/p5-WWW-Scripter-Plugin-JavaScript \ + p5-XML-DOM-Lite>0:${PORTSDIR}/textproc/p5-XML-DOM-Lite +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= 5.8.0+ + +MAN3= WWW::Scripter::Plugin::Ajax.3 + +.include <bsd.port.mk> diff --git a/www/p5-WWW-Scripter-Plugin-Ajax/distinfo b/www/p5-WWW-Scripter-Plugin-Ajax/distinfo new file mode 100644 index 000000000000..e170a57a4cc4 --- /dev/null +++ b/www/p5-WWW-Scripter-Plugin-Ajax/distinfo @@ -0,0 +1,3 @@ +MD5 (WWW-Scripter-Plugin-Ajax-0.05.tar.gz) = 1fa5f6a9adcd8060d0bf72fe705a99d0 +SHA256 (WWW-Scripter-Plugin-Ajax-0.05.tar.gz) = d68cb914915c66b2d6a1092d9023b90c618a041c6b2ec17f4c84b7d141a37ccb +SIZE (WWW-Scripter-Plugin-Ajax-0.05.tar.gz) = 23361 diff --git a/www/p5-WWW-Scripter-Plugin-Ajax/pkg-descr b/www/p5-WWW-Scripter-Plugin-Ajax/pkg-descr new file mode 100644 index 000000000000..43896367ed73 --- /dev/null +++ b/www/p5-WWW-Scripter-Plugin-Ajax/pkg-descr @@ -0,0 +1,3 @@ +WWW::Scripter plugin that provides the XMLHttpRequest object. + +WWW: http://search.cpan.org/dist/WWW-Scripter-Plugin-Ajax diff --git a/www/p5-WWW-Scripter-Plugin-Ajax/pkg-plist b/www/p5-WWW-Scripter-Plugin-Ajax/pkg-plist new file mode 100644 index 000000000000..32ff9496f0f2 --- /dev/null +++ b/www/p5-WWW-Scripter-Plugin-Ajax/pkg-plist @@ -0,0 +1,11 @@ +%%SITE_PERL%%/WWW/Scripter/Plugin/Ajax/_xml_stuff.pm +%%SITE_PERL%%/WWW/Scripter/Plugin/Ajax.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Scripter/Plugin/Ajax/.packlist +@dirrmtry %%SITE_PERL%%/WWW/Scripter/Plugin/Ajax +@dirrmtry %%SITE_PERL%%/WWW/Scripter/Plugin +@dirrmtry %%SITE_PERL%%/WWW/Scripter +@dirrmtry %%SITE_PERL%%/WWW +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Scripter/Plugin/Ajax +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Scripter/Plugin +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Scripter +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW |