diff options
author | miwi <miwi@FreeBSD.org> | 2006-08-30 04:46:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-08-30 04:46:05 +0800 |
commit | 0c5367df551d84501e88a637c8dddd89ce4812d7 (patch) | |
tree | a77442d72d11e7a79329fc30c085ef0ac3ce354f | |
parent | af628bbe8bf78b156d33e0eac6d7d47f57b0cff7 (diff) | |
download | freebsd-ports-gnome-0c5367df551d84501e88a637c8dddd89ce4812d7.tar.gz freebsd-ports-gnome-0c5367df551d84501e88a637c8dddd89ce4812d7.tar.zst freebsd-ports-gnome-0c5367df551d84501e88a637c8dddd89ce4812d7.zip |
p5-HTTP-Cookies-w3m is perl module to handle cookies of w3m.
Author: Kazuhiro Osawa <ko@yappo.ne.jp>
WWW: http://search.cpan.org/~yappo/HTTP-Cookies-w3m-0.01/
PR: ports/102563
Submitted by: Masahiro Teramoto <markun(at)onohara.to>
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-HTTP-Cookies-w3m/Makefile | 25 | ||||
-rw-r--r-- | www/p5-HTTP-Cookies-w3m/distinfo | 3 | ||||
-rw-r--r-- | www/p5-HTTP-Cookies-w3m/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-HTTP-Cookies-w3m/pkg-plist | 8 |
5 files changed, 41 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 561231696761..b65de6e02bab 100644 --- a/www/Makefile +++ b/www/Makefile @@ -661,6 +661,7 @@ SUBDIR += p5-HTTP-Cache-Transparent SUBDIR += p5-HTTP-Cookies-Mozilla SUBDIR += p5-HTTP-Cookies-iCab + SUBDIR += p5-HTTP-Cookies-w3m SUBDIR += p5-HTTP-DAV SUBDIR += p5-HTTP-GHTTP SUBDIR += p5-HTTP-Lite diff --git a/www/p5-HTTP-Cookies-w3m/Makefile b/www/p5-HTTP-Cookies-w3m/Makefile new file mode 100644 index 000000000000..c59e075e10f3 --- /dev/null +++ b/www/p5-HTTP-Cookies-w3m/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-HTTP-Cookies-w3m +# Date created: 2006-08-27 +# Whom: Masahiro Teramoto <markun@onohara.to> +# +# $FreeBSD$ +# + +PORTNAME= HTTP-Cookies-w3m +PORTVERSION= 0.01 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= HTTP +PKGNAMEPREFIX= p5- + +MAINTAINER= markun@gate.onohara.to +COMMENT= Cookie storage and management for w3m + +BUILD_DEPENDS= ${SITE_PERL}/Module/Install.pm:${PORTSDIR}/devel/p5-Module-Install + +MAN3= HTTP::Cookies::w3m.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.pre.mk> +.include <bsd.port.post.mk> diff --git a/www/p5-HTTP-Cookies-w3m/distinfo b/www/p5-HTTP-Cookies-w3m/distinfo new file mode 100644 index 000000000000..c88c9e9e613b --- /dev/null +++ b/www/p5-HTTP-Cookies-w3m/distinfo @@ -0,0 +1,3 @@ +MD5 (HTTP-Cookies-w3m-0.01.tar.gz) = def6a5cf0f69af9ab416047dc4eded3e +SHA256 (HTTP-Cookies-w3m-0.01.tar.gz) = 5f6f400379849e6222985aef3e00e628caffc7b8afdf31aa6f8af6462e8aa4b3 +SIZE (HTTP-Cookies-w3m-0.01.tar.gz) = 2410 diff --git a/www/p5-HTTP-Cookies-w3m/pkg-descr b/www/p5-HTTP-Cookies-w3m/pkg-descr new file mode 100644 index 000000000000..be8dafc6a441 --- /dev/null +++ b/www/p5-HTTP-Cookies-w3m/pkg-descr @@ -0,0 +1,4 @@ +Cookie storage and management for w3m + +Author: Kazuhiro Osawa <ko@yappo.ne.jp> +WWW: http://search.cpan.org/~yappo/HTTP-Cookies-w3m-0.01/ diff --git a/www/p5-HTTP-Cookies-w3m/pkg-plist b/www/p5-HTTP-Cookies-w3m/pkg-plist new file mode 100644 index 000000000000..38d5b7ea56bd --- /dev/null +++ b/www/p5-HTTP-Cookies-w3m/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Cookies/w3m/.packlist +%%SITE_PERL%%/HTTP/Cookies/w3m.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Cookies/w3m +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Cookies +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP +@dirrmtry %%SITE_PERL%%/HTTP/Cookies +@dirrmtry %%SITE_PERL%%/HTTP |