Commit Graph

45 Commits

Author SHA1 Message Date
paco
563e787529 update www/hugo to 0.101.0
ok pvk@
2022-08-09 15:10:10 +00:00
paco
cd31783b48 update www/hugo to 0.97.3
ok denis@
2022-04-27 17:21:11 +00:00
naddy
ec14803114 drop RCS Ids 2022-03-11 20:09:36 +00:00
paco
5dccb98e3c update www/hugo to 0.92.1
tweaks and ok sdk@
2022-02-01 18:17:33 +00:00
paco
6f8338e175 update www/hugo to 0.89.4
ok sdk@
2021-11-21 10:36:23 +00:00
paco
7dc6bafdea update www/hugo to 0.88.1
ok denis@
2021-09-05 13:53:13 +00:00
tb
369db10c16 Go ports: remove ./ from '.include "modules.inc"' line
ok danj semarie
2021-08-14 07:01:22 +00:00
paco
8ef7195e3e update www/hugo to 0.87.0
ok denis@
2021-08-10 08:15:18 +00:00
paco
69c775e95f update www/hugo to 0.84.0
ok sthen@
2021-06-23 14:37:59 +00:00
paco
c22e814c71 fix extended FLAVOR for www/hugo
spotted by ajacoutot@
2021-05-17 19:00:28 +00:00
paco
f0ad1ea58e update www/hugo to 0.83.1
while here moved MODGO_MODULES to modules.inc

tested by Ian Darwin (ian at darwinsys.com).
"looks good to me" abieber@
2021-05-16 07:00:20 +00:00
paco
9990ed7168 update www/hugo to 0.82.1 2021-04-24 08:30:41 +00:00
sthen
3046e0772e bump the golang ports so that pkg_add -u knows to update them 2021-03-08 13:59:23 +00:00
paco
d0c8a1da09 update of www/hugo to 0.81.0
ok rsadowski@
2021-03-06 10:48:34 +00:00
paco
316060fae8 update www/hugo to 0.80.0
tested by denis@
2021-01-01 12:04:59 +00:00
paco
12c0c6c8cb update of www/hugo to 0.79.0
ok rsadowski@
2020-12-20 09:39:46 +00:00
paco
3cac328004 update www/hugo to 0.78.2
tested by Nathanael Dalliard, thanks !
2020-11-24 18:14:47 +00:00
paco
4282936b8b update www/hugo to 0.75.1 bugfix release
Changelog:

* resources/image: Fix nilpointer for images with no Exif [#7688]
* modules/npm: Preserve the original package.json if it exists [#7690]
* tpl: Fix grammar in the new 'requires non-zero' error message [cd830bb0]

ok solene@
2020-10-03 08:40:11 +00:00
paco
4b5f6e6419 update www/hugo to 0.75.0
Changelog here:
https://github.com/gohugoio/hugo/releases/tag/v0.75.0

tested and ok rsadowski@
2020-09-17 07:30:08 +00:00
paco
ca43b28f83 update www/hugo to 0.74.3
Tested by Raymond E. Pasco

ok kmos
2020-07-26 21:13:36 +00:00
paco
7732ec9f47 update www/hugo to 0.73.0
Changelog:

    tpl/crypto: Add hmac
    Remove some old release notes
    Create robots.txt in the domain root directory #5160#4193
    Make GroupByParamDate work with string params #3983
    Add GroupByLastmod #7408
    Rename taxonomy kinds from taxonomy to term, taxonomyTerm to
      taxonomy #6911#7395
    Add genDocsHelper mage target
    Regenerate templates
    Beautify HTML generated by pagination template #7199
    Add a nested data dir test
    Use os.PathError in RootMappingFs.doLstat
    Remove credit (#7347)
    Allow hook template per section/type #7349
    Fix bad rounding in NumFmt #7116
    Fix aliases with path in baseURL
    Fix server data race/nil pointer in withMaps #7392
    Fix order of GetTerms #7213
    Fix aliases with uglyURLs
    Fix crash for closing shortcode with no .Inner set #6857#7330
    Fix aliases with relativeURLs
    Fix URL rewrites vs fast render server mode #7357

MODGO_MODULES generated with new `portgen go` from abieber@

ok abieber@ rsadowski@ jca@
2020-07-07 11:11:43 +00:00
paco
dafe1f70c2 update www/hugo to 0.72.0
Changelog:
    Add some more date test cases 81f56332
    Fix RenderString vs render hooks 9698b0da
    Prevent WARNINGs in RenderString 32344fe3
    Fix IsAncestor/IsDescendant for taxonomies 4d7fa9f1
    Fix GetPage on section/bundle name overlaps a985efce
    Fix Go template script escaping 6c3c6686
    Add a test helper c34bf485
    Fix tag collector for nested table elements c950c86b
    Fix build error: my previous commits did not fix it 91520249
    Add Scratch.Values 2919a6a5
    Update Goldmark to improve Typographer 432885c4
    Add redirect support to the server 6a3e8974

the port now uses MODGO_MODNAME, no need for custom distfile.

ok rsadowski@ jca@
2020-06-08 14:38:58 +00:00
ajacoutot
24b1a33c6e Bump to unbreak.
DESCR change requires a bump.
2020-05-31 13:34:08 +00:00
paco
d0910aecef new extended flavor for www/hugo
Original diff by millert@ with input from rsadowski@

ok jca@
2020-05-30 17:33:00 +00:00
paco
2a6841c47b update www/hugo to release 0.71.0
* Use WARN log level also for the early initialization [518d1496]
* Update to Go 1.14.3 and Go 1.13.11 [3cc41523]
* Improve error message when no Babel installed [2fd0a5a6]
* Add test for headings render hook [6e051c05]
* Add render template hooks for headings [423b8f2f]
* Add math.Pow [99193449]
* Do not suppress .well-known/ directory [558c0930]
* Quote "@babel/cli" to solve build error [b69a3614]
* Remove custom x-nodejs plugin [a0103864]
* Use .Lastmod for og:updated_time [6205d56b]
* Fix Babel on Windows [723ec555]
* Upgrade chroma to 0.7.3 to fix invalid css [b342e8fb]

ok rsadowski@ kmos@
2020-05-21 16:37:44 +00:00
paco
7814044f8c update www/hugo to bugfix release 0.69.2
* Fix IsAncestor and IsDescendant when the same page is passed
* deps: Update goldmark-highlighting
* Fix IsAncestor and IsDescendant under subsection

ok jca@
2020-04-24 13:21:03 +00:00
paco
3f91bcc7dd update www/hugo to bugfix release 0.69.1
*  hugolib/filesystems: Fix typo in test suite
* Fix class collector when running with --minify
* related: Fix toLower
* Fix broken test [b3c82575]
* tpl/tmplimpl/template: Change defer RLock to RUnlock
* hugolib: Add Unlock before panic
* docs: Fix typo in Hugo's Security Model
* deps: Update go-org to v1.1.0
* commands: Modify gen chromastyles to output all CSS classes
* deps: Update to goldmark v1.1.28
* Fix query parameter handling in server fast render mode

ok jca@
2020-04-22 11:25:25 +00:00
paco
3775050750 update www/hugo to bugfix release 0.69.0
* Extend Jsonify to support options map
* Extend Jsonify to support optional indent parameter
* Regen docs helper
* Collect HTML elements during the build to use in PurgeCSS etc.
* Update to latest emoji package
* Update hosting-on-aws-amplify.md
* Add basic "post resource publish support"
* Typo correction [commit 7eba37ae]
* Use semver for min_version per recommendations
* Updateto gitmap v1.1.2
* Add data context to the key in ExecuteAsTemplate"
* Fix hugo mod vendor for regular file mounts
* Revert "Revert "common/herrors: Fix typos in comments""
* Fix typos in comments" [commit 4437e918]
* Fix typos in comments [commi t1123711b]
* Fix TrimShortHTML
* Fix IsDescendant/IsAncestor for overlapping section names
* fix typo in getting started
* Fix _build.list.local logic
* Fix cache reset for a page's collections on server live reload

ok jca@
2020-04-10 19:08:39 +00:00
paco
5fe3e73de2 update www/hugo to bugfix release 0.68.3
Just one change for this release:
* Fix _build.list.local logic
* Fix cache reset for a page's collections on server live reload

ok jca@
2020-03-24 15:37:58 +00:00
paco
74ea6a8438 update www/hugo to bugfix release 0.68.1
Just one change for this release:
* Revert "resources: Add data context to the key in ExecuteAsTemplate"

ok jca@
2020-03-22 16:53:12 +00:00
paco
615c852094 update www/hugo to latest versio 0.68.0
Changes for this release:
* Some minify configuration adjustments
* Add minify config
* Allow headless bundles to list pages via $page.Pages and
  $page.RegularPages
* Update to Go 1.14.1 and 1.13.9
* Pass directory name to filters in LstatIfPossible in the same way as
  Readdir
* Update to goldmark 1.1.25.
* Add workaround for regular CSS imports in SCSS
* Add .RegularPagesRecursive
* Add data context to the key in ExecuteAsTemplate
* Improve Tailwind/PostCSS error messages
* Update Blackfriday
* Add languageDirection to language configuration
* Fix Go build version
* Fix GetTerms nil pointer
* Fix scss vs css import regexp
* Fix --templateMetricsHints
* Try to fix a Go 1.15 go vet error

ok jca@
2020-03-21 12:48:36 +00:00
paco
5f218680c5 update www/hugo to latest versio 0.67.1
Changes for this release:
* metrics: Fix --templateMetricsHints [5eadc4c0]
* resources: Add data context to the key in ExecuteAsTemplate [18cb21ff]
* Improve Tailwind/PostCSS error messages [df298558]
* deps: Update Blackfriday [b1106f87]
* resources: Try to fix a Go 1.15 go vet error [c0177fe2]
* Add languageDirection to language configuration [5914f91b]

ok jca@
2020-03-16 10:44:38 +00:00
paco
4e7a411ee4 update www/hugo to latest version (0.67.0) 2020-03-10 09:20:06 +00:00
paco
67342580bc update www/hugo to 0.66.0
ok sthen@, jca@
2020-03-05 06:16:25 +00:00
paco
4eeffaaec0 update www/hugo to 0.65.3
also taking maintainer.

ok abieber@, jca@
2020-03-01 21:20:21 +00:00
jsing
43ed691dc2 Make www/hugo compile with Go 1.13. 2019-09-12 19:02:59 +00:00
danj
5171d0cdfa Remove unresponsive maintainers
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.

ok sthen@, jca@
2019-07-17 14:39:42 +00:00
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
rsadowski
64b35f6050 Update hugo to 0.53
From Kevin Wondratsch (Maintainer) Thanks!
2018-12-27 17:39:35 +00:00
rsadowski
5bec2905ac Update hugo-0.52
NO_TEST hint by Edward Lopez-Acosta

From Kevin Wondratsch (Maintainer) Thanks!
2018-12-15 14:19:17 +00:00
rsadowski
ae66af0772 Update hugo-0.51
From Kevin Wondratsch (Maintainer) Thanks!
2018-11-15 21:12:05 +00:00
rsadowski
e6a9d9a72f Update hugo-0.49
From Kevin Wondratsch. (maintainer) Thanks!
2018-10-02 06:41:29 +00:00
rsadowski
94ffb0758b Update hugo-0.47.1
From Kevin Wondratsch. Thanks!
2018-10-01 09:00:28 +00:00
jca
fadeb1002a Update to hugo-0.42
From Kevin Wondratsch (maintainer) + clue stick from sthen@
2018-06-14 11:57:19 +00:00
solene
1975ed21ea import hugo 0.41
Hugo is a static HTML and CSS website generator written in Go.  It is
optimized for speed, ease of use, and configurability.  Hugo takes a
directory with content and templates and renders them into a full HTML
website. Hugo relies on Markdown files with front matter for metadata.

Port made by Kevin Wondratch (maintainer)

help from abieber@ and sthen@

ok jca@ rsadowski@
2018-06-11 21:17:14 +00:00