aboutsummaryrefslogtreecommitdiffstats
path: root/www/pelican
Commit message (Collapse)AuthorAgeFilesLines
* Python cleanup:rene2014-01-141-1/+1
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* - Update to 3.3.0jlaffaye2013-12-314-373/+19
| | | | | | | | | - STAGE support - pkg-plist is generated by easy_install - Update COMMENT and pkg-descr PR: ports/185103 Submitted by: Kevin Zheng <kevinz5000@gmail.com>
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | www)
* www/pelican: Update to 3.2.2, Use GITHUB and morekoobs2013-06-164-27/+301
| | | | | | | | | | | | | | | | | | | - Update to 3.2.2 - Update pkg-plist - Use GITHUB for MASTER_SITES (and remove CHEESESHOP) - Add pytz, blinker and unidecode to RUN_DEPENDS - Bump Jinja2 & feedgenerator min versions in RUN_DEPENDS - RUN_DEPENDS are not BUILD_DEPENDS, remove. - Add TESTS options, TEST_DEPENDS and regression-test target - Trim Makefile header - pkg-descr: Tab->space in WWW: Changes: 3.2: http://docs.getpelican.com/en/3.2/changelog.html#id1 PR: ports/178770 Approved by: jlaffaye (maintainer)
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-111-1/+1
| | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
* - Update to 2.8.0jlaffaye2012-05-153-5/+10
|
* - Fix depobjpav2011-12-071-1/+1
| | | | | Submitted by: wen Feature safe: yes
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-1/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* Add pelican, a static blog generatorjlaffaye2011-06-204-0/+131
Approved by: bapt (mentor)