diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/google-sitemapgen/Makefile | 21 | ||||
-rw-r--r-- | www/google-sitemapgen/distinfo | 2 | ||||
-rw-r--r-- | www/google-sitemapgen/files/patch-setup.py | 8 | ||||
-rw-r--r-- | www/google-sitemapgen/pkg-descr | 7 | ||||
-rw-r--r-- | www/google-sitemapgen/pkg-plist | 3 |
6 files changed, 42 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index f70a8fb88936..d905d7f3979a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -146,6 +146,7 @@ SUBDIR += glibwww SUBDIR += gnome-user-share SUBDIR += gnuinfo + SUBDIR += google-sitemapgen SUBDIR += goose SUBDIR += gtkhtml SUBDIR += gtkhtml3 diff --git a/www/google-sitemapgen/Makefile b/www/google-sitemapgen/Makefile new file mode 100644 index 000000000000..f08bc240edb9 --- /dev/null +++ b/www/google-sitemapgen/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: google-sitemapgen +# Date created: 09 June 2005 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= google-sitemapgen +PORTVERSION= 1.0 +CATEGORIES= www devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= goog-sitemapgen +DISTNAME= sitemap_gen-${PORTVERSION} + +MAINTAINER= skv@FreeBSD.org +COMMENT= Script to analyze web server and generate Google Sitemap files + +USE_PYTHON= YES +USE_PYDISTUTILS=YES + +.include <bsd.port.mk> diff --git a/www/google-sitemapgen/distinfo b/www/google-sitemapgen/distinfo new file mode 100644 index 000000000000..0962e3824b02 --- /dev/null +++ b/www/google-sitemapgen/distinfo @@ -0,0 +1,2 @@ +MD5 (sitemap_gen-1.0.tar.gz) = a1300bcc56402567a8f640cc9bd0026b +SIZE (sitemap_gen-1.0.tar.gz) = 17620 diff --git a/www/google-sitemapgen/files/patch-setup.py b/www/google-sitemapgen/files/patch-setup.py new file mode 100644 index 000000000000..2c2266bfc260 --- /dev/null +++ b/www/google-sitemapgen/files/patch-setup.py @@ -0,0 +1,8 @@ +--- setup.py.orig Thu May 26 23:53:25 2005 ++++ setup.py Thu Jun 9 12:39:45 2005 +@@ -9,4 +9,5 @@ + author='Google Inc.', + author_email='opensource@google.com', + url='http://sourceforge.net/projects/goog-sitemap_gen/', ++ py_modules = [ 'sitemap_gen' ] + ) diff --git a/www/google-sitemapgen/pkg-descr b/www/google-sitemapgen/pkg-descr new file mode 100644 index 000000000000..ee0877e149f1 --- /dev/null +++ b/www/google-sitemapgen/pkg-descr @@ -0,0 +1,7 @@ +The sitemap_gen.py script analyzes your web server and generates one or +more Sitemap files. These files are XML listings of content you make +available on your web server. The files can then be directly submitted +to Google. + +WWW: http://sourceforge.net/projects/goog-sitemapgen +WWW: http://www.google.com/webmasters/sitemaps/docs/en/sitemap-generator.html diff --git a/www/google-sitemapgen/pkg-plist b/www/google-sitemapgen/pkg-plist new file mode 100644 index 000000000000..9ee1f952daad --- /dev/null +++ b/www/google-sitemapgen/pkg-plist @@ -0,0 +1,3 @@ +%%PYTHON_SITELIBDIR%%/sitemap_gen.py +%%PYTHON_SITELIBDIR%%/sitemap_gen.pyc +%%PYTHON_SITELIBDIR%%/sitemap_gen.pyo |