Port details |
- py-blogofile Static website compiler and blog engine
- 0.8.3_1 www
=0 0.8.3_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Deprecated by upstream
This port expired on: 2020-03-31
- Maintainer: lwhsu@FreeBSD.org
- Port Added: 2011-03-11 20:52:31
- Last Update: 2020-02-04 06:45:02
- SVN Revision: 525125
- Also Listed In: python
- License: MIT
- WWW:
- http://www.blogofile.com
- Description:
- Blogofile is a simple blog engine that requires no database and no
special hosting environment. You customize a set of templates with Mako,
create posts in a markup language like Textile, or Markdown, (or even
plain HTML) and Blogofile generates your entire blog as plain HTML, CSS,
images, and Atom/RSS feeds which you can then upload to any old web
server you like. No CGI or scripting environment is needed on the
server.
WWW: http://www.blogofile.com
-
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:
-
- ${PYTHON_PKGNAMEPREFIX}blogofile>0:www/py-blogofile@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-blogofile
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1477763252
SHA256 (Blogofile-0.8.3.tar.gz) = 2d44ac4ecca5fe209f3881a7266d0c354947ac4987872decc90331cfd624bf01
SIZE (Blogofile-0.8.3.tar.gz) = 35133
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-docutils>0 : textproc/py-docutils@py27
- py27-Jinja2>0 : devel/py-Jinja2@py27
- py27-mako>0 : textproc/py-mako@py27
- py27-markdown>0 : textproc/py-markdown@py27
- py27-MarkupSafe>=0.19 : textproc/py-MarkupSafe@py27
- py27-pygments>0 : textproc/py-pygments@py27
- py27-pytz>0 : devel/py-pytz@py27
- py27-six>0 : devel/py-six@py27
- py27-textile>0 : www/py-textile@py27
- py27-unidecode>=0 : converters/py-unidecode@py27
- py27-yaml>0 : devel/py-yaml@py27
- 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 |
0.8.3_1 04 Feb 2020 06:45:02 |
antoine |
Unbreak bulk -a |
0.8.3_1 04 Feb 2020 02:25:07 |
lwhsu |
Mark DEPRECATED as it is deprecated by upstream |
0.8.3_1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.8.3_1 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
0.8.3 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.8.3 30 Oct 2016 16:12:22 |
lwhsu |
- Update to 0.8.3 |
0.7.1_3 06 Jun 2016 15:25:42 |
mat |
Remove unneeded usage of:
- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)
Sponsored by: Absolight |
0.7.1_3 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.7.1_3 05 Jan 2016 18:04:44 |
rakuco |
Set MASTER_SITE_SUBDIR again.
The port had been broken since October 2014 when r371113 stopped setting the
MASTER_SITE_SUBDIR. Like devel/py-cycler, the PyPI location is a bit unusual,
with the tarball name being "blogofile-XXX.tar.gz" (lowercase 'b') and the
directory being called "Blogofile", with capital 'B'. |
0.7.1_3 18 Oct 2014 11:36:10 |
rm |
www/py-blogofile: convert to USES=python
- convert to USES=python
- limit python version to 2.x: depends on beautifulsoup32
that doesn't work with python3 + useing constructions, not
compatible with 3.x
Approved by: portmgr (blanket) |
0.7.1_3 06 Aug 2014 09:11:58 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.
CR: D510
Approved by: portmgr (bapt) |
0.7.1_3 01 Mar 2014 18:11:13 |
miwi |
- Convert to autoplist
- Stage support
- Bump PORTREVISION |
0.7.1_2 02 Oct 2013 23:38:51 |
wg |
www/py-beautifulsoup32: bump port revision
- Bump port revision due to package name change
- Catch up package name of ports that depend on it |
0.7.1_1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.7.1_1 20 Mar 2013 17:24:23 |
lwhsu |
- Change RUN_DEPENDS to www/py-beautifulsoup32, this port doesn't work
with beautifulsoup 4
- Pet portlint
PR: ports/177124
Submitted by: Roger Marquis <marquis@roble.com> |
0.7.1 11 Mar 2011 20:51:56 |
lwhsu |
Add py-blogofile 0.7.1, a static website compiler and blog engine. |