diff options
author | pettai <pettai@pkgsrc.org> | 2013-03-05 21:59:29 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2013-03-05 21:59:29 +0000 |
commit | 13e264302d79aae6abfe863dfb97ff234b101507 (patch) | |
tree | 3d85debdb21dae998e29cb31021b7b1930f65cae /www/p5-File-Mork | |
parent | 381ef05c1d0a82ca86e0d87f6f9fc3a8210ad652 (diff) | |
download | pkgsrc-13e264302d79aae6abfe863dfb97ff234b101507.tar.gz |
This is a module that can read the Mozilla URL history file
(normally $HOME/.mozilla/default/*.slt/history.dat) and extract the id,
url, name, hostname, first visted dat, last visited date and visit count.
Diffstat (limited to 'www/p5-File-Mork')
-rw-r--r-- | www/p5-File-Mork/DESCR | 3 | ||||
-rw-r--r-- | www/p5-File-Mork/Makefile | 16 | ||||
-rw-r--r-- | www/p5-File-Mork/distinfo | 5 |
3 files changed, 24 insertions, 0 deletions
diff --git a/www/p5-File-Mork/DESCR b/www/p5-File-Mork/DESCR new file mode 100644 index 00000000000..7bbb34ec35d --- /dev/null +++ b/www/p5-File-Mork/DESCR @@ -0,0 +1,3 @@ +This is a module that can read the Mozilla URL history file +(normally $HOME/.mozilla/default/*.slt/history.dat) and extract the id, +url, name, hostname, first visted dat, last visited date and visit count. diff --git a/www/p5-File-Mork/Makefile b/www/p5-File-Mork/Makefile new file mode 100644 index 00000000000..9775fb35e06 --- /dev/null +++ b/www/p5-File-Mork/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2013/03/05 21:59:29 pettai Exp $ + +DISTNAME= File-Mork-0.3 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SI/SIMONW/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/~simonw/File-Mork-0.3/ +COMMENT= Module to read Mozilla URL history files +LICENSE= ${PERL5_LICENSE} + +PERL5_PACKLIST= auto/File/Mork/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-File-Mork/distinfo b/www/p5-File-Mork/distinfo new file mode 100644 index 00000000000..690938649a0 --- /dev/null +++ b/www/p5-File-Mork/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/03/05 21:59:29 pettai Exp $ + +SHA1 (File-Mork-0.3.tar.gz) = fcf24bc66e19734ccacdcc713b44f5ba188ced1e +RMD160 (File-Mork-0.3.tar.gz) = 6ac5577617de89cdbc6e31fd935fd158c51fcec1 +Size (File-Mork-0.3.tar.gz) = 9934 bytes |