View | Details | Raw Unified | Return to bug 181371
Collapse All | Expand All

(-)pyblosxom/Makefile (-10 / +8 lines)
Lines 1-14 Link Here
1
# New ports collection makefile for:	pyblosxom
1
# Created by: Dryice Liu <dryice@liu.com.cn>
2
# Date created:		13 April 2005
2
# $FreeBSD:$
3
# Whom:	      		Dryice Liu <dryice@liu.com.cn>
4
#
5
# $FreeBSD: head/www/pyblosxom/Makefile 300897 2012-07-14 14:29:18Z beat $
6
#
7
3
8
PORTNAME=	pyblosxom
4
PORTNAME=	pyblosxom
9
DISTVERSION=	1.5.2
5
DISTVERSION=	1.5.3
10
CATEGORIES=	www python
6
CATEGORIES=	www python
11
MASTER_SITES=	http://pyblosxom.bluesock.org/download/
7
MASTER_SITES=	http://pyblosxom.github.io/download/
12
8
13
MAINTAINER=	jun-g@daemonfreaks.com
9
MAINTAINER=	jun-g@daemonfreaks.com
14
COMMENT=	A lightweight weblog system
10
COMMENT=	A lightweight weblog system
Lines 18-26 Link Here
18
USE_PYTHON=	-2.7
14
USE_PYTHON=	-2.7
19
USE_PYDISTUTILS=	easy_install
15
USE_PYDISTUTILS=	easy_install
20
16
17
.include <bsd.port.options.mk>
18
21
post-install:
19
post-install:
22
.ifndef(NOPORTDOCS)
20
.if ${PORT_OPTIONS:MDOCS}
23
	@${MKDIR} ${DOCSDIR}
21
	${MKDIR} ${DOCSDIR}
24
	cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \. ${DOCSDIR}
22
	cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \. ${DOCSDIR}
25
.endif
23
.endif
26
24
(-)pyblosxom/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pyblosxom-1.5.2.tar.gz) = dbe46f66fa790213c7ff5b87348894f8a57e962a69b307e10fdd3408cd93b3e2
1
SHA256 (pyblosxom-1.5.3.tar.gz) = 42d17927b203ef075c8467e26bba66fe418f1114d4bb597403859144d3f1ec3e
2
SIZE (pyblosxom-1.5.2.tar.gz) = 206032
2
SIZE (pyblosxom-1.5.3.tar.gz) = 210669
(-)pyblosxom/pkg-descr (-1 / +1 lines)
Lines 17-20 Link Here
17
PyBlosxom is a pretty straight-forward system that allows you to do
17
PyBlosxom is a pretty straight-forward system that allows you to do
18
the things you need to do without building everything from scratch.
18
the things you need to do without building everything from scratch.
19
19
20
WWW:      http://pyblosxom.bluesock.org/
20
WWW: http://pyblosxom.github.io/
(-)pyblosxom/pkg-plist (-2 / +7 lines)
Lines 65-70 Link Here
65
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/flavours/rss20.flav/foot
65
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/flavours/rss20.flav/foot
66
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/flavours/rss20.flav/head
66
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/flavours/rss20.flav/head
67
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/flavours/rss20.flav/story
67
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/flavours/rss20.flav/story
68
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/memcache.py
69
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/memcache.pyc
70
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/memcache.pyo
68
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/plugin_utils.py
71
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/plugin_utils.py
69
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/plugin_utils.pyc
72
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/plugin_utils.pyc
70
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/plugin_utils.pyo
73
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/plugin_utils.pyo
Lines 256-271 Link Here
256
%%PORTDOCS%%%%DOCSDIR%%/config_variables.rst
259
%%PORTDOCS%%%%DOCSDIR%%/config_variables.rst
257
%%PORTDOCS%%%%DOCSDIR%%/deploy_apache_mod_wsgi.rst
260
%%PORTDOCS%%%%DOCSDIR%%/deploy_apache_mod_wsgi.rst
258
%%PORTDOCS%%%%DOCSDIR%%/deploy_cgi.rst
261
%%PORTDOCS%%%%DOCSDIR%%/deploy_cgi.rst
262
%%PORTDOCS%%%%DOCSDIR%%/deploy_lighttpd_fastcgi.rst
259
%%PORTDOCS%%%%DOCSDIR%%/deploy_paste.rst
263
%%PORTDOCS%%%%DOCSDIR%%/deploy_paste.rst
260
%%PORTDOCS%%%%DOCSDIR%%/deploy_staticrendering.rst
264
%%PORTDOCS%%%%DOCSDIR%%/deploy_staticrendering.rst
261
%%PORTDOCS%%%%DOCSDIR%%/dev_architecture.rst
265
%%PORTDOCS%%%%DOCSDIR%%/dev_architecture.rst
262
%%PORTDOCS%%%%DOCSDIR%%/dev_codedocs.rst
266
%%PORTDOCS%%%%DOCSDIR%%/dev_codedocs.rst
267
%%PORTDOCS%%%%DOCSDIR%%/dev_contributing.rst
268
%%PORTDOCS%%%%DOCSDIR%%/dev_hacking.rst
269
%%PORTDOCS%%%%DOCSDIR%%/dev_release.rst
263
%%PORTDOCS%%%%DOCSDIR%%/dev_testing.rst
270
%%PORTDOCS%%%%DOCSDIR%%/dev_testing.rst
264
%%PORTDOCS%%%%DOCSDIR%%/dev_writing_plugins.rst
271
%%PORTDOCS%%%%DOCSDIR%%/dev_writing_plugins.rst
265
%%PORTDOCS%%%%DOCSDIR%%/extract_docs_from_plugins.py
272
%%PORTDOCS%%%%DOCSDIR%%/extract_docs_from_plugins.py
266
%%PORTDOCS%%%%DOCSDIR%%/flavours_and_templates.rst
273
%%PORTDOCS%%%%DOCSDIR%%/flavours_and_templates.rst
267
%%PORTDOCS%%%%DOCSDIR%%/glossary.rst
274
%%PORTDOCS%%%%DOCSDIR%%/glossary.rst
268
%%PORTDOCS%%%%DOCSDIR%%/hacking.rst
269
%%PORTDOCS%%%%DOCSDIR%%/index.rst
275
%%PORTDOCS%%%%DOCSDIR%%/index.rst
270
%%PORTDOCS%%%%DOCSDIR%%/install.rst
276
%%PORTDOCS%%%%DOCSDIR%%/install.rst
271
%%PORTDOCS%%%%DOCSDIR%%/introduction.rst
277
%%PORTDOCS%%%%DOCSDIR%%/introduction.rst
Lines 299-305 Link Here
299
%%PORTDOCS%%%%DOCSDIR%%/plugins/xmlrpc_pingback.rst
305
%%PORTDOCS%%%%DOCSDIR%%/plugins/xmlrpc_pingback.rst
300
%%PORTDOCS%%%%DOCSDIR%%/plugins/yeararchives.rst
306
%%PORTDOCS%%%%DOCSDIR%%/plugins/yeararchives.rst
301
%%PORTDOCS%%%%DOCSDIR%%/pyblosxom_cmd.rst
307
%%PORTDOCS%%%%DOCSDIR%%/pyblosxom_cmd.rst
302
%%PORTDOCS%%%%DOCSDIR%%/release.rst
303
%%PORTDOCS%%%%DOCSDIR%%/renderers.rst
308
%%PORTDOCS%%%%DOCSDIR%%/renderers.rst
304
%%PORTDOCS%%%%DOCSDIR%%/syndication.rst
309
%%PORTDOCS%%%%DOCSDIR%%/syndication.rst
305
%%PORTDOCS%%%%DOCSDIR%%/upgrade.rst
310
%%PORTDOCS%%%%DOCSDIR%%/upgrade.rst

Return to bug 181371