Port details |
- redigo Go client for the Redis database
- 1.0.0,1 databases
=0 1.0.0,1Version of this port present on the latest quarterly branch.
- DEPRECATED: Go libraries should not be packaged
This port expired on: 2019-03-31
- Maintainer: cs@FreeBSD.org
- 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
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.0,1 01 Apr 2019 19:10:15 |
tobik |
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 ) |
1.0.0,1 20 Mar 2019 06:42:08 |
tobik |
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 |
mat |
Cleanup USE_GITHUB usage.
Sponsored by: Absolight |
1.0.0,1 10 Jul 2016 19:57:25 |
cs |
- Update to 1.0.0
- Take maintainership
- Use GH |
20140714 22 Apr 2016 12:40:05 |
mat |
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 |
gblach |
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 |
bapt |
Cleanup plist |
20140714 18 Jul 2014 20:52:44 |
gblach |
- Update to 20140714 |
20130702_1 11 Jan 2014 17:46:34 |
jlaffaye |
- 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 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
20130702 22 Aug 2013 16:40:33 |
gblach |
- 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) |