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.

Port details
redigo Go client for the Redis database
1.0.0,1 databases Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.0,1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Go libraries should not be packaged
Expired This port expired on: 2019-03-31
Maintainer: cs@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-08-22 18:28:15
Last Update: 2019-04-01 19:10:15
SVN Revision: 497504
License: APACHE20
WWW:
https://github.com/garyburd/redigo
Description:
Redigo is a Go client for the Redis database. It supports all Redis commands, pipelining, publish/subscribe and connection pooling. WWW: https://github.com/garyburd/redigo
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (21 items)
Collapse this list.
  1. /usr/local/share/licenses/redigo-1.0.0,1/catalog.mk
  2. /usr/local/share/licenses/redigo-1.0.0,1/LICENSE
  3. /usr/local/share/licenses/redigo-1.0.0,1/APACHE20
  4. share/go/pkg/freebsd_amd64/github.com/garyburd/redigo/redis.a
  5. share/go/src/github.com/garyburd/redigo/redis/conn.go
  6. share/go/src/github.com/garyburd/redigo/redis/conn_test.go
  7. share/go/src/github.com/garyburd/redigo/redis/doc.go
  8. share/go/src/github.com/garyburd/redigo/redis/log.go
  9. share/go/src/github.com/garyburd/redigo/redis/pool.go
  10. share/go/src/github.com/garyburd/redigo/redis/pool_test.go
  11. share/go/src/github.com/garyburd/redigo/redis/pubsub.go
  12. share/go/src/github.com/garyburd/redigo/redis/pubsub_test.go
  13. share/go/src/github.com/garyburd/redigo/redis/redis.go
  14. share/go/src/github.com/garyburd/redigo/redis/reply.go
  15. share/go/src/github.com/garyburd/redigo/redis/reply_test.go
  16. share/go/src/github.com/garyburd/redigo/redis/scan.go
  17. share/go/src/github.com/garyburd/redigo/redis/scan_test.go
  18. share/go/src/github.com/garyburd/redigo/redis/script.go
  19. share/go/src/github.com/garyburd/redigo/redis/script_test.go
  20. share/go/src/github.com/garyburd/redigo/redis/test_test.go
  21. share/go/src/github.com/garyburd/redigo/redis/zpop_example_test.go
Collapse this list.
Dependency lines:
  • redigo>0:databases/redigo
No installation instructions:
This port has been deleted.
PKGNAME: redigo
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1468848985 SHA256 (garyburd-redigo-v1.0.0_GH0.tar.gz) = 5c8dcdb2b160adb4265f70faa9630ba0239caada6221d3dfefc8b79417145e1f SIZE (garyburd-redigo-v1.0.0_GH0.tar.gz) = 34024

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go : lang/go
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
go
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/garyburd/redigo/tar.gz/v1.0.0?dummy=/
Collapse this list.

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.0,1
01 Apr 2019 19:10:15
Revision:497504Original commit files touched by this commit
tobik search for other commits by this committer
Remove expired ports:
2019-03-31 archivers/go-compress: Go libraries should not be packaged
2019-03-31 textproc/go.text: Go libraries should not be packaged
2019-03-31 devel/go-hashicorp-logutils: Go libraries should not be packaged
2019-03-31 devel/go-cpuid: Go libraries should not be packaged
2019-03-31 devel/go-nuid: Go libraries should not be packaged
2019-03-31 devel/go-yaml: Go libraries should not be packaged
2019-03-31 devel/go-raw: Go libraries should not be packaged
2019-03-31 devel/go-go.uuid: Go libraries should not be packaged
2019-03-31 devel/go-goregen: Go libraries should not be packaged
2019-03-31 devel/go-runewidth: Go libraries should not be packaged
2019-03-31 devel/go-cobra: Go libraries should not be packaged
2019-03-31 devel/go-pflag: Go libraries should not be packaged
2019-03-31 devel/go-slices: Go libraries should not be packaged
2019-03-31 devel/go-form: Go libraries should not be packaged
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.0,1
20 Mar 2019 06:42:08
Revision:496313Original commit files touched by this commit
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
1.0.0,1
18 Jul 2016 13:39:17
Revision:418703Original commit files touched by this commit
mat search for other commits by this committer
Cleanup USE_GITHUB usage.

Sponsored by:	Absolight
1.0.0,1
10 Jul 2016 19:57:25
Revision:418339Original commit files touched by this commit
cs search for other commits by this committer
- Update to 1.0.0
- Take maintainership
- Use GH
20140714
22 Apr 2016 12:40:05
Revision:413776Original commit files touched by this commit
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
20140714
16 Apr 2015 20:13:44
Revision:384126Original commit files touched by this commit
gblach search for other commits by this committer
Back to the pool.

Currently and in near future I don't have time to be responsible
for any port.
20140714
20 Oct 2014 10:41:13
Revision:371255Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
20140714
18 Jul 2014 20:52:44
Revision:362228Original commit files touched by this commit
gblach search for other commits by this committer
- Update to 20140714
20130702_1
11 Jan 2014 17:46:34
Revision:339441Original commit files touched by this commit
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]
20130702
20 Sep 2013 16:13:49
Revision:327717Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
20130702
22 Aug 2013 16:40:33
Revision:325213Original commit files touched by this commit
gblach search for other commits by this committer
- Add new port: databases/redigo

Redigo is a Go client for the Redis database.  It supports all Redis
commands, pipelining, publish/subscribe and connection pooling.

Approved by:	crees (mentor)

Number of commits found: 11