Port details |
- google-sitemapgen Script to analyze web server and generate Google Sitemap files
- 1.5_2 www
=1 1.5_2Version of this port present on the latest quarterly branch.
- DEPRECATED: Unmaintained, uses EOLed python27
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
- 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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>)
- 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. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5_2 27 Jan 2020 17:18:16 |
rene |
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 ) |
1.5_2 26 Dec 2019 07:54:29 |
antoine |
Deprecate a few ports
With hat: portmgr |
1.5_2 23 Nov 2018 10:16:14 |
tobik |
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 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
1.5 23 Jan 2017 18:51:29 |
sunpoet |
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 |
mi |
Unbreak by providing an alternative MASTER_SITE. |
1.5 14 Sep 2016 15:59:34 |
mat |
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 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
1.5 29 Jan 2014 11:51:51 |
miwi |
- Stage support |
1.5 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.5 22 Apr 2013 13:27:48 |
bapt |
Reassign skv@ ports to the heap
Feature safe: yes |
1.5 19 Feb 2012 07:02:58 |
rm |
- replace `YES' with `yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)
They all non-functional changes. |
1.5 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.5 05 Jul 2009 08:41:33 |
skv |
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 |
alexbl |
- 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 |
skv |
Update to 1.4 |
1.3 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
1.3 07 Oct 2005 10:27:11 |
skv |
Update to 1.3 |
1.0 09 Jun 2005 09:00:30 |
skv |
Add google-sitemapgen 1.0,
script to analyze web server and
generate Google Sitemap files. |