diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-28 00:24:59 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-28 00:24:59 +0000 |
commit | 3c4ae742a97843e456bb3f7f694a0122bf7c3ecd (patch) | |
tree | c3494c2f48a0bf462f9efd3e1f1b2637837465a0 /www/drupal4-gsitemap/Makefile | |
parent | ebd06441e9341215e8895aa4978fdc1cc7057fcb (diff) | |
download | ports-3c4ae742a97843e456bb3f7f694a0122bf7c3ecd.tar.gz ports-3c4ae742a97843e456bb3f7f694a0122bf7c3ecd.zip |
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
PR: ports/108447
Submitted by: Nick Hilliard <nick at foobar.org>
Notes
Notes:
svn path=/head/; revision=183479
Diffstat (limited to 'www/drupal4-gsitemap/Makefile')
-rw-r--r-- | www/drupal4-gsitemap/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/drupal4-gsitemap/Makefile b/www/drupal4-gsitemap/Makefile new file mode 100644 index 000000000000..fcccc9e1c100 --- /dev/null +++ b/www/drupal4-gsitemap/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> |