notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
google-sitemapgen Script to analyze web server and generate Google Sitemap files
1.5_2 www Deleted on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.5_2Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Unmaintained, uses EOLed python27
Expired This port expired on: 2020-01-27
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-06-09 09:01:15
Last Update: 2020-01-27 17:18:16
SVN Revision: 524265
People watching this port, also watch:: sysinfo, rtty, tmpreaper, svk
Also Listed In: devel
License: not specified in port
WWW:
http://google.com/support/webmasters/
Description:
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://code.google.com/p/sitemap-generators/ WWW: http://google.com/support/webmasters/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • google-sitemapgen>0:www/google-sitemapgen
No installation instructions:
This port has been deleted.
PKGNAME: google-sitemapgen
Package flavors (<flavor>: <package>)
  • py27: google-sitemapgen
distinfo:
SHA256 (sitemap_gen_1.5.tar.gz) = d66a5df1450ae70a2ee29a52325c663019d8022cf2813d2592860ec635b0cf73 SIZE (sitemap_gen_1.5.tar.gz) = 22742

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
python:2.7
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://fossies.org/linux/www/old/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.5_2
27 Jan 2020 17:18:16
Revision:524265Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports (part 2):

2020-01-27 security/kedpm: Unmaintained, uses EOLed python27
2020-01-27 security/parano: Unmaintained, uses EOLed python27
2020-01-27 security/py-cryptkit: Unmaintained, uses EOLed python27
2020-01-27 security/py-fchksum: Unmaintained, uses EOLed python27
2020-01-27 security/py-mhash: Unmaintained, uses EOLed python27
2020-01-27 security/py-pow: Unmaintained, uses EOLed python27
2020-01-27 security/py-pycryptopp: Unmaintained, uses EOLed python27
2020-01-27 security/py-trustedpickle: Unmaintained, uses EOLed python27
2020-01-27 security/py-twofish: Unmaintained, uses EOLed python27
2020-01-27 security/revelation: Unmaintained, uses EOLed python27
2020-01-27 security/spike-proxy: Unmaintained, uses EOLed python27
2020-01-27 security/umit: Unmaintained, uses EOLed python27
2020-01-27 sysutils/feather: Unmaintained, uses EOLed python27
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.5_2
26 Dec 2019 07:54:29
Revision:520894Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
1.5_2
23 Nov 2018 10:16:14
Revision:485645Original commit files touched by this commit
tobik search for other commits by this committer
www/google-sitemapgen: Fix obvious typo

It causes problems later:

Writing index file "sitemap_index.xml" with 13 Sitemaps
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/sitemap_gen.py", line 2092, in
<module>
    sitemap.Generate()
  File "/usr/local/lib/python2.7/site-packages/sitemap_gen.py", line 1665, in
Generate
    self.WriteIndex()
  File "/usr/local/lib/python2.7/site-packages/sitemap_gen.py", line 1810, in
WriteIndex
    fd.write(sitemap_index_header)
UnboundLocalError: local variable 'sitemap_index_header' referenced before
assignment

PR:		233427
Submitted by:	Vladislav Movchan <vladislav.movchan@gmail.com>
1.5_1
19 Feb 2018 11:10:43
Revision:462307Original commit files touched by this commit
antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
1.5
23 Jan 2017 18:51:29
Revision:432275Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix USES=python: does not work with Python 3

- Add NO_ARCH
- Remove PROJECTHOST
- Use USE_PYTHON=autoplist
- Remove PYDISTUTILS_PKGNAME
1.5
29 Dec 2016 19:41:19
Revision:429945Original commit files touched by this commit
mi search for other commits by this committer
Unbreak by providing an alternative MASTER_SITE.
1.5
14 Sep 2016 15:59:34
Revision:422140Original commit files touched by this commit
mat search for other commits by this committer
GOOGLE_CODE has gone away.

- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
1.5
03 Jan 2015 08:41:21
Revision:376109Original commit files touched by this commit
mva search for other commits by this committer
- Convert USE_PYTHON to new USES in www/

With hat:	python@
1.5
29 Jan 2014 11:51:51
Revision:341718Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
1.5
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
1.5
22 Apr 2013 13:27:48
Revision:316230Original commit files touched by this commit
bapt search for other commits by this committer
Reassign skv@ ports to the heap

Feature safe:	yes
1.5
19 Feb 2012 07:02:58
Original commit files touched by this commit
rm search for other commits by this committer
- replace `YES' with `yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)

They all non-functional changes.
1.5
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.5
05 Jul 2009 08:41:33
Original commit files touched by this commit
skv search for other commits by this committer
Update to 1.5

PR:             ports/135076
Submitted by:   John Marshall <john xx rwsrv05.mby.riverwillow.net.au>
1.4
30 Jul 2007 09:42:28
Original commit files touched by this commit
alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
1.4
17 Feb 2006 09:01:57
Original commit files touched by this commit
skv search for other commits by this committer
Update to 1.4
1.3
24 Jan 2006 03:14:23
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
1.3
07 Oct 2005 10:27:11
Original commit files touched by this commit
skv search for other commits by this committer
Update to 1.3
1.0
09 Jun 2005 09:00:30
Original commit files touched by this commit
skv search for other commits by this committer
Add google-sitemapgen 1.0,
script to analyze web server and
generate Google Sitemap files.

Number of commits found: 19