aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2020-08-16 05:23:53 +0800
committerSteve Wills <swills@FreeBSD.org>2020-08-16 05:23:53 +0800
commit6934d0f6afccfae36ca7a5217deba2550d31faaa (patch)
tree9888f6f93531ba5ae23a0b63b6fc87cf5f71c848
parentc71b0710b08dc93ff0be77bdbe5bb170bd4bf876 (diff)
downloadfreebsd-ports-gnome-6934d0f6afccfae36ca7a5217deba2550d31faaa.tar.gz
freebsd-ports-gnome-6934d0f6afccfae36ca7a5217deba2550d31faaa.tar.zst
freebsd-ports-gnome-6934d0f6afccfae36ca7a5217deba2550d31faaa.zip
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
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-Search-Sitemap/Makefile16
-rw-r--r--textproc/p5-Search-Sitemap/distinfo3
-rw-r--r--textproc/p5-Search-Sitemap/pkg-descr6
-rw-r--r--textproc/p5-Search-Sitemap/pkg-plist24
5 files changed, 50 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index b8a9d4d82b19..76f6c0003ba3 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -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
diff --git a/textproc/p5-Search-Sitemap/Makefile b/textproc/p5-Search-Sitemap/Makefile
new file mode 100644
index 000000000000..881477bbed62
--- /dev/null
+++ b/textproc/p5-Search-Sitemap/Makefile
@@ -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>
diff --git a/textproc/p5-Search-Sitemap/distinfo b/textproc/p5-Search-Sitemap/distinfo
new file mode 100644
index 000000000000..b776d2a524b7
--- /dev/null
+++ b/textproc/p5-Search-Sitemap/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1597525904
+SHA256 (Search-Sitemap-2.13.tar.gz) = 18cedc22241e1615ec4af5f78daf58ea10c722a97195a7b9929f9757122dce6b
+SIZE (Search-Sitemap-2.13.tar.gz) = 34527
diff --git a/textproc/p5-Search-Sitemap/pkg-descr b/textproc/p5-Search-Sitemap/pkg-descr
new file mode 100644
index 000000000000..e17f4a3dd947
--- /dev/null
+++ b/textproc/p5-Search-Sitemap/pkg-descr
@@ -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
diff --git a/textproc/p5-Search-Sitemap/pkg-plist b/textproc/p5-Search-Sitemap/pkg-plist
new file mode 100644
index 000000000000..05ebdc3e274f
--- /dev/null
+++ b/textproc/p5-Search-Sitemap/pkg-plist
@@ -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