aboutsummaryrefslogtreecommitdiff
path: root/www/drupal5-xmlsitemap
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-28 00:24:59 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-28 00:24:59 +0000
commit3c4ae742a97843e456bb3f7f694a0122bf7c3ecd (patch)
treec3494c2f48a0bf462f9efd3e1f1b2637837465a0 /www/drupal5-xmlsitemap
parentebd06441e9341215e8895aa4978fdc1cc7057fcb (diff)
downloadports-3c4ae742a97843e456bb3f7f694a0122bf7c3ecd.tar.gz
ports-3c4ae742a97843e456bb3f7f694a0122bf7c3ecd.zip
Notes
Diffstat (limited to 'www/drupal5-xmlsitemap')
-rw-r--r--www/drupal5-xmlsitemap/Makefile23
-rw-r--r--www/drupal5-xmlsitemap/distinfo3
-rw-r--r--www/drupal5-xmlsitemap/pkg-descr14
3 files changed, 40 insertions, 0 deletions
diff --git a/www/drupal5-xmlsitemap/Makefile b/www/drupal5-xmlsitemap/Makefile
new file mode 100644
index 000000000000..fcccc9e1c100
--- /dev/null
+++ b/www/drupal5-xmlsitemap/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: drupal-gsitemap
+# Date created: 27 Jan 2007
+# Whom: Nick Hilliard <nick@foobar.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gsitemap
+DISTVERSION= 4.7.x-1.0
+PORTREVISION= 20070111
+CATEGORIES= www
+MASTER_SITES= http://ftp.osuosl.org/pub/drupal/files/projects/
+
+MAINTAINER= nick@foobar.org
+COMMENT= Produces Google/sitemaps.org compliant XML WWW site maps
+
+DRUPAL_MODULE= yes
+MODULE_FILES= gsitemap.install gsitemap.module
+DOC_FILES= INSTALL.txt LICENSE.txt README.txt
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/www/drupal/bsd.drupal.mk"
+.include <bsd.port.post.mk>
diff --git a/www/drupal5-xmlsitemap/distinfo b/www/drupal5-xmlsitemap/distinfo
new file mode 100644
index 000000000000..13ca17b7821d
--- /dev/null
+++ b/www/drupal5-xmlsitemap/distinfo
@@ -0,0 +1,3 @@
+MD5 (drupal/gsitemap-4.7.x-1.0.tar.gz) = bdc420297021961c17905d25fa24f82f
+SHA256 (drupal/gsitemap-4.7.x-1.0.tar.gz) = 536b92f21c784f9ea3e25163a76f5cc4ea34d162b62a5c3afe0ebd9b87b04f19
+SIZE (drupal/gsitemap-4.7.x-1.0.tar.gz) = 11241
diff --git a/www/drupal5-xmlsitemap/pkg-descr b/www/drupal5-xmlsitemap/pkg-descr
new file mode 100644
index 000000000000..fe467e2ae3b2
--- /dev/null
+++ b/www/drupal5-xmlsitemap/pkg-descr
@@ -0,0 +1,14 @@
+The XML Sitemap module creates a XML sitemap in accordance with the
+Sitemaps.org specification.
+
+The module maintains a short change history for nodes in order to better
+approximate the change frequency. It calculates the relative priority of
+each node based on node type, number of comments, and promotion. It can
+optionally submit your sitemap to Google (support for other search engines
+will be added once they support the ping interface) whenever it is changed
+and can log when your sitemap is downloaded by a search engine.
+
+This module was originally written as a part of the Google Summer of Code
+program.
+
+WWW: http://drupal.org/project/gsitemap