Date: Sat, 15 Aug 2020 21:23:53 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545071 - in head/textproc: . p5-Search-Sitemap Message-ID: <202008152123.07FLNrIS094621@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Aug 15 21:23:53 2020 New Revision: 545071 URL: https://svnweb.freebsd.org/changeset/ports/545071 Log: 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 Added: head/textproc/p5-Search-Sitemap/ head/textproc/p5-Search-Sitemap/Makefile (contents, props changed) head/textproc/p5-Search-Sitemap/distinfo (contents, props changed) head/textproc/p5-Search-Sitemap/pkg-descr (contents, props changed) head/textproc/p5-Search-Sitemap/pkg-plist (contents, props changed) Modified: head/textproc/Makefile (contents, props changed) Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Aug 15 21:03:44 2020 (r545070) +++ head/textproc/Makefile Sat Aug 15 21:23:53 2020 (r545071) @@ -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 Added: head/textproc/p5-Search-Sitemap/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Search-Sitemap/Makefile Sat Aug 15 21:23:53 2020 (r545071) @@ -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> Added: head/textproc/p5-Search-Sitemap/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Search-Sitemap/distinfo Sat Aug 15 21:23:53 2020 (r545071) @@ -0,0 +1,3 @@ +TIMESTAMP = 1597525904 +SHA256 (Search-Sitemap-2.13.tar.gz) = 18cedc22241e1615ec4af5f78daf58ea10c722a97195a7b9929f9757122dce6b +SIZE (Search-Sitemap-2.13.tar.gz) = 34527 Added: head/textproc/p5-Search-Sitemap/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Search-Sitemap/pkg-descr Sat Aug 15 21:23:53 2020 (r545071) @@ -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 Added: head/textproc/p5-Search-Sitemap/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Search-Sitemap/pkg-plist Sat Aug 15 21:23:53 2020 (r545071) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008152123.07FLNrIS094621>