3c4ae742a9
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>
23 lines
601 B
Makefile
23 lines
601 B
Makefile
# 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>
|