diff options
Diffstat (limited to 'www/drupal5-xmlsitemap')
-rw-r--r-- | www/drupal5-xmlsitemap/Makefile | 23 | ||||
-rw-r--r-- | www/drupal5-xmlsitemap/distinfo | 3 | ||||
-rw-r--r-- | www/drupal5-xmlsitemap/pkg-descr | 14 |
3 files changed, 0 insertions, 40 deletions
diff --git a/www/drupal5-xmlsitemap/Makefile b/www/drupal5-xmlsitemap/Makefile deleted file mode 100644 index 1b95e780950b..000000000000 --- a/www/drupal5-xmlsitemap/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: drupal5-gsitemap -# Date created: 26 Mar 2007 -# Whom: Nick Hilliard <nick@foobar.org> -# -# $FreeBSD$ -# - -PORTNAME= gsitemap -DISTVERSION= 5.x-1.2 -PORTREVISION= 1 -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 - -DRUPAL5_MODULE= yes -MODULE_FILES= gsitemap.info gsitemap.install gsitemap.module gss.xsl -DOC_FILES= INSTALL.txt LICENSE.txt README.txt - -.include <bsd.port.pre.mk> -.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" -.include <bsd.port.post.mk> diff --git a/www/drupal5-xmlsitemap/distinfo b/www/drupal5-xmlsitemap/distinfo deleted file mode 100644 index 9c1240081d0c..000000000000 --- a/www/drupal5-xmlsitemap/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (drupal/gsitemap-5.x-1.2.tar.gz) = e4f4c08f889f57b7a7c6887b2200825c -SHA256 (drupal/gsitemap-5.x-1.2.tar.gz) = 620f9c32fc522c568feb45559c4b580c8b3d09e54792ee9a13e4223ffb70e421 -SIZE (drupal/gsitemap-5.x-1.2.tar.gz) = 19514 diff --git a/www/drupal5-xmlsitemap/pkg-descr b/www/drupal5-xmlsitemap/pkg-descr deleted file mode 100644 index fe467e2ae3b2..000000000000 --- a/www/drupal5-xmlsitemap/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -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 |