textproc/p5-Search-Sitemap: create port

The Sitemap Protocol allows you to inform search engine crawlers about URLs on
your Web sites that are available for crawling. A Sitemap consists of a list of
URLs and may also contain additional information about those URLs, such as when
they were last modified, how frequently they change, etc.

WWW: https://metacpan.org/release/JASONK/Search-Sitemap-2.13
This commit is contained in:
Steve Wills 2020-08-15 21:23:53 +00:00
parent c71b0710b0
commit 6934d0f6af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545071
5 changed files with 50 additions and 0 deletions

View File

@ -725,6 +725,7 @@
SUBDIR += p5-Search-QueryParser
SUBDIR += p5-Search-QueryParser-SQL
SUBDIR += p5-Search-Saryer
SUBDIR += p5-Search-Sitemap
SUBDIR += p5-Search-VectorSpace
SUBDIR += p5-Senna
SUBDIR += p5-Solr

View File

@ -0,0 +1,16 @@
# $FreeBSD$
PORTNAME= Search-Sitemap
PORTVERSION= 2.13
CATEGORIES= textproc www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JASONK
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for managing Search Engine Sitemaps
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1597525904
SHA256 (Search-Sitemap-2.13.tar.gz) = 18cedc22241e1615ec4af5f78daf58ea10c722a97195a7b9929f9757122dce6b
SIZE (Search-Sitemap-2.13.tar.gz) = 34527

View File

@ -0,0 +1,6 @@
The Sitemap Protocol allows you to inform search engine crawlers about URLs on
your Web sites that are available for crawling. A Sitemap consists of a list of
URLs and may also contain additional information about those URLs, such as when
they were last modified, how frequently they change, etc.
WWW: https://metacpan.org/release/JASONK/Search-Sitemap-2.13

View File

@ -0,0 +1,24 @@
%%SITE_PERL%%/Search/Sitemap.pm
%%SITE_PERL%%/Search/Sitemap/Index.pm
%%SITE_PERL%%/Search/Sitemap/Ping.pm
%%SITE_PERL%%/Search/Sitemap/Pinger.pm
%%SITE_PERL%%/Search/Sitemap/Pinger/Ask.pm
%%SITE_PERL%%/Search/Sitemap/Pinger/Google.pm
%%SITE_PERL%%/Search/Sitemap/Pinger/Live.pm
%%SITE_PERL%%/Search/Sitemap/Pinger/Yahoo.pm
%%SITE_PERL%%/Search/Sitemap/Types.pm
%%SITE_PERL%%/Search/Sitemap/URL.pm
%%SITE_PERL%%/Search/Sitemap/URLStore.pm
%%SITE_PERL%%/Search/Sitemap/URLStore/Memory.pm
%%PERL5_MAN3%%/Search::Sitemap.3.gz
%%PERL5_MAN3%%/Search::Sitemap::Index.3.gz
%%PERL5_MAN3%%/Search::Sitemap::Ping.3.gz
%%PERL5_MAN3%%/Search::Sitemap::Pinger.3.gz
%%PERL5_MAN3%%/Search::Sitemap::Pinger::Ask.3.gz
%%PERL5_MAN3%%/Search::Sitemap::Pinger::Google.3.gz
%%PERL5_MAN3%%/Search::Sitemap::Pinger::Live.3.gz
%%PERL5_MAN3%%/Search::Sitemap::Pinger::Yahoo.3.gz
%%PERL5_MAN3%%/Search::Sitemap::Types.3.gz
%%PERL5_MAN3%%/Search::Sitemap::URL.3.gz
%%PERL5_MAN3%%/Search::Sitemap::URLStore.3.gz
%%PERL5_MAN3%%/Search::Sitemap::URLStore::Memory.3.gz