Bug 159216 - New port: databases/godis - redis client for Go
Summary: New port: databases/godis - redis client for Go
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-26 22:10 UTC by Grzegorz Blach
Modified: 2011-08-11 13:00 UTC (History)
0 users

See Also:


Attachments
godis.shar.txt (1.68 KB, text/plain)
2011-07-26 22:10 UTC, Grzegorz Blach
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Blach 2011-07-26 22:10:07 UTC

New port: databases/godis

Godis is redis client for Go.
It supports all Redis commands and common features
such as pipelines and pubsub.

More info at: https://github.com/simonz05/godis
Comment 1 dfilter service freebsd_committer freebsd_triage 2011-08-11 12:53:57 UTC
wen         2011-08-11 11:53:41 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/godis      Makefile distinfo pkg-descr 
  Log:
  Redis client for Go. It supports all Redis commands and common features such
  as pipelines and pubsub.
  
  WWW: https://github.com/simonz05/godis
  
  PR:             ports/159216
  Submitted by:   Grzegorz Blach<magik@roorback.net>
  
  Revision  Changes    Path
  1.1018    +1 -0      ports/databases/Makefile
  1.1       +24 -0     ports/databases/godis/Makefile (new)
  1.1       +2 -0      ports/databases/godis/distinfo (new)
  1.1       +4 -0      ports/databases/godis/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Wen Heping freebsd_committer freebsd_triage 2011-08-11 12:54:46 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!