notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/webgo/Makefile

Number of commits found: 11

Wednesday, 20 Mar 2019
06:42 tobik search for other commits by this committer
Deprecate Go library ports

Many of them are out of date now and there are few reasons to have
them in the tree [1].

[1] https://www.freebsd.org/doc/en/books/porters-handbook/go-libs.html

PR:		236502
Reviewed by:	dg@syrec.org
Approved by:	portmgr (mat), jlaffaye, wen, olgeni
Differential Revision:	https://reviews.freebsd.org/D19568
Original commitRevision:496313 
Friday, 22 Apr 2016
12:40 mat search for other commits by this committer
Move lang/go/files/bsd.go.mk to USES=go.

Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6057
Original commitRevision:413776 
Saturday, 11 Jan 2014
17:46 jlaffaye search for other commits by this committer
- Change default location of Go packages to LOCALBASE/share/go
  This fixes problems like ports failing to build if the port
  is already installed [1]
- Bump PORTREVISION of affected ports
- Support the install target in bsd.go.mk
- STAGE support for free!

PR:		ports/180003 [1]
Original commitRevision:339441 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Wednesday, 17 Apr 2013
23:40 ak search for other commits by this committer
- Remove USE_GZIP (it's default)
- Remove USE_GO (unused after r296612)
- Convert Makefile headers to new style

Approved by: portmgr (bapt)
Feature safe: yes
Original commitRevision:316012 
Monday, 14 May 2012
22:09 jlaffaye search for other commits by this committer
- Update to 20120419

PR:             ports/167344
Approved by:    wen (maintainer)
Original commit
Saturday, 26 Nov 2011
22:56 jlaffaye search for other commits by this committer
Bump Go packages for the new Go release.

Feature safe:   yes
Original commit
Friday, 7 Oct 2011
09:16 jlaffaye search for other commits by this committer
Bump go packages for new go release
Original commit
Thursday, 22 Sep 2011
16:43 jlaffaye search for other commits by this committer
Update to 20110915 to compile with latest Go release.

PR:             ports/160479
Submitted by:   myself
Approved by:    wen (maintainer, private e-mail)
Original commit
Wednesday, 1 Jun 2011
00:53 wen search for other commits by this committer
- Update to 0.1.0.20110531
Original commit
Thursday, 25 Nov 2010
06:23 wen search for other commits by this committer
web.go is the simplest way to write web applications in the Go programming
language. It's ideal for writing simple, performant backend web services.

web.go should be familiar to people who've developed websites with higher-level
web frameworks like sinatra, pylons, or web.py. It is designed to be a
lightweight web framework that doesn't impose any scaffolding on the user.

Some features include:

    * Routing to url handlers based on regular expressions
    * Secure cookies
    * Support for fastcgi and scgi
    * Web applications are compiled to native code. This means very fast
execution and page render speed
    * Serving static files

WWW: https://github.com/hoisie/web.go
Original commit

Number of commits found: 11