diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-07-05 00:42:29 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-07-05 00:42:29 +0000 |
commit | fe90fc79a01f78974def1185c4a10855d01a7a82 (patch) | |
tree | 33c952adbd8e67d3de2d801ba67cd176b4146b65 /www | |
parent | 6d5b5ab731fb3258909552b82fbfb7f3db49d2c7 (diff) | |
download | ports-fe90fc79a01f78974def1185c4a10855d01a7a82.tar.gz ports-fe90fc79a01f78974def1185c4a10855d01a7a82.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 2 | ||||
-rw-r--r-- | www/drupal5-gsitemap/Makefile | 23 | ||||
-rw-r--r-- | www/drupal5-gsitemap/distinfo | 3 | ||||
-rw-r--r-- | www/drupal5-gsitemap/pkg-descr | 14 |
4 files changed, 1 insertions, 41 deletions
diff --git a/www/Makefile b/www/Makefile index ff82752c347d..b516bf1bd795 100644 --- a/www/Makefile +++ b/www/Makefile @@ -141,7 +141,6 @@ SUBDIR += drupal5-cck SUBDIR += drupal5-disknode SUBDIR += drupal5-google_analytics - SUBDIR += drupal5-gsitemap SUBDIR += drupal5-i18n SUBDIR += drupal5-imagecache SUBDIR += drupal5-imagefield @@ -159,6 +158,7 @@ SUBDIR += drupal5-ubrowser SUBDIR += drupal5-views SUBDIR += drupal5-workflow_ng + SUBDIR += drupal5-xmlsitemap SUBDIR += drupal6 SUBDIR += drupal6-nice_menus SUBDIR += dtse diff --git a/www/drupal5-gsitemap/Makefile b/www/drupal5-gsitemap/Makefile deleted file mode 100644 index 1b95e780950b..000000000000 --- a/www/drupal5-gsitemap/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-gsitemap/distinfo b/www/drupal5-gsitemap/distinfo deleted file mode 100644 index 9c1240081d0c..000000000000 --- a/www/drupal5-gsitemap/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-gsitemap/pkg-descr b/www/drupal5-gsitemap/pkg-descr deleted file mode 100644 index fe467e2ae3b2..000000000000 --- a/www/drupal5-gsitemap/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 |