head	1.4;
access;
symbols
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3;
locks; strict;
comment	@# @;


1.4
date	2006.07.05.20.43.29;	author pav;	state dead;
branches;
next	1.3;

1.3
date	2006.01.13.22.06.43;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2005.10.12.20.34.02;	author simon;	state Exp;
branches;
next	1.1;

1.1
date	2005.10.12.20.19.35;	author simon;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Remove www/sitemapgen in favor of www/google-sitemapgen port carrying the
  same software

Requested by:	ceri (maintainer)
@
text
@# New ports collection makefile for:	sitemapgen
# Date Created:				12 Oct 2005
# Whom:					ceri
#
# $FreeBSD: ports/www/sitemapgen/Makefile,v 1.3 2006/01/13 22:06:43 pav Exp $
#

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>
@


1.3
log
@- Update to 1.4

PR:		ports/91758
Submitted by:	ceri (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Use NO_BUILD instead of empty do-build target.
- Remove do-configure, it's empty by default.

Ports clue by:	erwin
@
text
@d9 1
a9 1
PORTVERSION=	1.3
@


1.1
log
@Add new port www/sitemapgen:

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
@
text
@d21 1
a21 4

do-build:

do-configure:
@

