diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/sitemapgen/Makefile | 32 | ||||
-rw-r--r-- | www/sitemapgen/distinfo | 3 | ||||
-rw-r--r-- | www/sitemapgen/pkg-descr | 8 | ||||
-rw-r--r-- | www/sitemapgen/pkg-plist | 9 |
6 files changed, 1 insertions, 53 deletions
@@ -2402,3 +2402,4 @@ net/opengk||2006-07-04|Has expired: Latest version is from 2003-02-03. Use net/g security/p5-Crypt-OpenPGP||2006-07-04|Has expired: Crypt-OpenPGP was abandoned in 2002, use security/gnupg instead textproc/sed_inplace||2006-07-04|Has expired: This port is not required anymore textproc/xml4j||2006-07-04|Has expired: it has been replaced by textproc/xerces-j 8 years ago +www/sitemapgen|www/google-sitemapgen|2006-07-05|Duplicate port diff --git a/www/Makefile b/www/Makefile index 8be0e8cf2ad0..710c652dfaba 100644 --- a/www/Makefile +++ b/www/Makefile @@ -912,7 +912,6 @@ SUBDIR += sitebar SUBDIR += sitecopy SUBDIR += siteframe - SUBDIR += sitemapgen SUBDIR += skytemplate SUBDIR += slash SUBDIR += smarty diff --git a/www/sitemapgen/Makefile b/www/sitemapgen/Makefile deleted file mode 100644 index bf16eba08a34..000000000000 --- a/www/sitemapgen/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: sitemapgen -# Date Created: 12 Oct 2005 -# Whom: ceri -# -# $FreeBSD$ -# - -PORTNAME= sitemapgen -PORTVERSION= 1.4 -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= goog-sitemapgen -DISTNAME= sitemap_gen-${PORTVERSION} - -MAINTAINER= ceri@FreeBSD.org -COMMENT= A Google sitemap generator - -USE_PYTHON= yes - -NOMAN= yes -NO_BUILD= yes - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/sitemap_gen.py ${PREFIX}/bin/sitemap_gen -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for DOC in AUTHORS COPYING ChangeLog PKG-INFO README example_config.xml example_urllist.txt - ${INSTALL} ${WRKSRC}/${DOC} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/www/sitemapgen/distinfo b/www/sitemapgen/distinfo deleted file mode 100644 index df0c99c49ca1..000000000000 --- a/www/sitemapgen/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (sitemap_gen-1.4.tar.gz) = 0cd37e1295631b5b1ac484cfac321297 -SHA256 (sitemap_gen-1.4.tar.gz) = 5889243f51d830aecca8d15a58a853674d6a26b2b5c7073fcf19dd0810c647f5 -SIZE (sitemap_gen-1.4.tar.gz) = 30077 diff --git a/www/sitemapgen/pkg-descr b/www/sitemapgen/pkg-descr deleted file mode 100644 index 821aac77a8f6..000000000000 --- a/www/sitemapgen/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -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. - -Written by opensource@google.com. - -WWW: https://www.google.com/webmasters/sitemaps/docs/en/about.html diff --git a/www/sitemapgen/pkg-plist b/www/sitemapgen/pkg-plist deleted file mode 100644 index 80c57f547b25..000000000000 --- a/www/sitemapgen/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/sitemap_gen -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/PKG-INFO -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/example_config.xml -%%PORTDOCS%%%%DOCSDIR%%/example_urllist.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% |