Bug 211127 - New port: www/gohugo Static website generator
Summary: New port: www/gohugo Static website generator
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-14 20:57 UTC by Ben Lavery-Griffiths
Modified: 2016-07-15 15:33 UTC (History)
1 user (show)

See Also:


Attachments
Shell archive of new port - gohugo (14.61 KB, text/plain)
2016-07-14 20:57 UTC, Ben Lavery-Griffiths
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Lavery-Griffiths 2016-07-14 20:57:07 UTC
Created attachment 172537 [details]
Shell archive of new port - gohugo

Hugo is a static site generator. Unlike other systems which dynamically build a page every time a visitor requests one, Hugo does the building when you create your content. Since websites are viewed far more often than they are edited, Hugo is optimized for website viewing while providing a great writing experience.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-07-15 15:01:57 UTC
A commit references this bug:

Author: swills
Date: Fri Jul 15 15:01:40 UTC 2016
New revision: 418582
URL: https://svnweb.freebsd.org/changeset/ports/418582

Log:
  www/gohugo: create port

  Hugo is a general-purpose website framework. Technically speaking, Hugo is a
  static site generator. Unlike other systems which dynamically build a page
  every time a visitor requests one, Hugo does the building when you create your
  content. Since websites are viewed far more often than they are edited, Hugo is
  optimized for website viewing while providing a great writing experience.

  Sites built with Hugo are extremely fast and very secure. Hugo sites can be
  hosted anywhere and run without dependencies on expensive runtimes like Ruby,
  Python or PHP and without dependencies on any databases.

  WWW: http://gohugo.io

  PR:		211127
  Submitted by:	Ben Lavery <ben.lavery@hashbang0.com> (with minor changes)

Changes:
  head/www/Makefile
  head/www/gohugo/
  head/www/gohugo/Makefile
  head/www/gohugo/distinfo
  head/www/gohugo/pkg-descr
  head/www/gohugo/pkg-plist
Comment 2 Steve Wills freebsd_committer freebsd_triage 2016-07-15 15:33:11 UTC
Committed, thanks!