diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-28 08:24:59 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-28 08:24:59 +0800 |
commit | 1b3b561d092fa1f49823c022213ed13b013e66f9 (patch) | |
tree | 7cd65c3e28554e20a53780bcf2d246837c0dc800 /www | |
parent | 36f4b89adae29efca1094ed0cc04112a8e7fe67c (diff) | |
download | freebsd-ports-graphics-1b3b561d092fa1f49823c022213ed13b013e66f9.tar.gz freebsd-ports-graphics-1b3b561d092fa1f49823c022213ed13b013e66f9.tar.zst freebsd-ports-graphics-1b3b561d092fa1f49823c022213ed13b013e66f9.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>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/drupal-gsitemap/Makefile | 23 | ||||
-rw-r--r-- | www/drupal-gsitemap/distinfo | 3 | ||||
-rw-r--r-- | www/drupal-gsitemap/pkg-descr | 14 | ||||
-rw-r--r-- | www/drupal4-gsitemap/Makefile | 23 | ||||
-rw-r--r-- | www/drupal4-gsitemap/distinfo | 3 | ||||
-rw-r--r-- | www/drupal4-gsitemap/pkg-descr | 14 | ||||
-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 | ||||
-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 |
13 files changed, 161 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 3173d0873a9..17692f853ca 100644 --- a/www/Makefile +++ b/www/Makefile @@ -110,6 +110,7 @@ SUBDIR += drupal SUBDIR += drupal-attachment SUBDIR += drupal-filemanager + SUBDIR += drupal-gsitemap SUBDIR += drupal-i18n SUBDIR += drupal-nice_menus SUBDIR += drupal-pubcookie diff --git a/www/drupal-gsitemap/Makefile b/www/drupal-gsitemap/Makefile new file mode 100644 index 00000000000..fcccc9e1c10 --- /dev/null +++ b/www/drupal-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> diff --git a/www/drupal-gsitemap/distinfo b/www/drupal-gsitemap/distinfo new file mode 100644 index 00000000000..13ca17b7821 --- /dev/null +++ b/www/drupal-gsitemap/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/drupal-gsitemap/pkg-descr b/www/drupal-gsitemap/pkg-descr new file mode 100644 index 00000000000..fe467e2ae3b --- /dev/null +++ b/www/drupal-gsitemap/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 diff --git a/www/drupal4-gsitemap/Makefile b/www/drupal4-gsitemap/Makefile new file mode 100644 index 00000000000..fcccc9e1c10 --- /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> diff --git a/www/drupal4-gsitemap/distinfo b/www/drupal4-gsitemap/distinfo new file mode 100644 index 00000000000..13ca17b7821 --- /dev/null +++ b/www/drupal4-gsitemap/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/drupal4-gsitemap/pkg-descr b/www/drupal4-gsitemap/pkg-descr new file mode 100644 index 00000000000..fe467e2ae3b --- /dev/null +++ b/www/drupal4-gsitemap/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 diff --git a/www/drupal5-gsitemap/Makefile b/www/drupal5-gsitemap/Makefile new file mode 100644 index 00000000000..fcccc9e1c10 --- /dev/null +++ b/www/drupal5-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> diff --git a/www/drupal5-gsitemap/distinfo b/www/drupal5-gsitemap/distinfo new file mode 100644 index 00000000000..13ca17b7821 --- /dev/null +++ b/www/drupal5-gsitemap/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-gsitemap/pkg-descr b/www/drupal5-gsitemap/pkg-descr new file mode 100644 index 00000000000..fe467e2ae3b --- /dev/null +++ b/www/drupal5-gsitemap/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 diff --git a/www/drupal5-xmlsitemap/Makefile b/www/drupal5-xmlsitemap/Makefile new file mode 100644 index 00000000000..fcccc9e1c10 --- /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 00000000000..13ca17b7821 --- /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 00000000000..fe467e2ae3b --- /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 |