diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-URI-ParseSearchString/Makefile | 21 | ||||
-rw-r--r-- | www/p5-URI-ParseSearchString/distinfo | 3 | ||||
-rw-r--r-- | www/p5-URI-ParseSearchString/pkg-descr | 11 | ||||
-rw-r--r-- | www/p5-URI-ParseSearchString/pkg-plist | 5 |
5 files changed, 41 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index eead5dc0c900..7d5a9b41327c 100644 --- a/www/Makefile +++ b/www/Makefile @@ -970,6 +970,7 @@ SUBDIR += p5-Text-Markdown-ApacheHandler SUBDIR += p5-Tie-TinyURL SUBDIR += p5-URI-Fetch + SUBDIR += p5-URI-ParseSearchString SUBDIR += p5-URI-Sequin SUBDIR += p5-URI-Title SUBDIR += p5-URI-ToDisk diff --git a/www/p5-URI-ParseSearchString/Makefile b/www/p5-URI-ParseSearchString/Makefile new file mode 100644 index 000000000000..654cf9473b3b --- /dev/null +++ b/www/p5-URI-ParseSearchString/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: URI-ParseSearchString +# Date created: 19 Aug 2008 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= URI-ParseSearchString +PORTVERSION= 2.5 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org +COMMENT= Parse Apache refferer logs and extract search engine query strings + +PERL_CONFIGURE= yes + +MAN3= URI::ParseSearchString.3 + +.include <bsd.port.mk> diff --git a/www/p5-URI-ParseSearchString/distinfo b/www/p5-URI-ParseSearchString/distinfo new file mode 100644 index 000000000000..071fddb06384 --- /dev/null +++ b/www/p5-URI-ParseSearchString/distinfo @@ -0,0 +1,3 @@ +MD5 (URI-ParseSearchString-2.5.tar.gz) = 9445ad0e4f9bc5f62a2c1335aee8c493 +SHA256 (URI-ParseSearchString-2.5.tar.gz) = c2aa7c459a77d445e4203af81ab8998fa5ad2db44350b3ec281bea2f1b7ee6d8 +SIZE (URI-ParseSearchString-2.5.tar.gz) = 11820 diff --git a/www/p5-URI-ParseSearchString/pkg-descr b/www/p5-URI-ParseSearchString/pkg-descr new file mode 100644 index 000000000000..f8430ab422d0 --- /dev/null +++ b/www/p5-URI-ParseSearchString/pkg-descr @@ -0,0 +1,11 @@ +This module provides a simple function to parse and extract search +engine query strings. It was designed and tested having Apache referrer +logs in mind. It can be used for a wide number of purposes, including +tracking down what keywords people use on popular search engines before +they land on a site. It makes use of URI::split to extract the string +and URI::Escape to un-escape the encoded characters in it. Although a +number of existing modules and scripts exist for this purpose, the +majority of them are either outdated using obsolete search strings +associated with each engine. + +WWW: http://search.cpan.org/dist/URI-ParseSearchString/ diff --git a/www/p5-URI-ParseSearchString/pkg-plist b/www/p5-URI-ParseSearchString/pkg-plist new file mode 100644 index 000000000000..6340db7a54fa --- /dev/null +++ b/www/p5-URI-ParseSearchString/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/ParseSearchString/.packlist +%%SITE_PERL%%/URI/ParseSearchString.pm +@dirrmtry %%SITE_PERL%%/URI +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/ParseSearchString +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI |