Bug 122722 - [NEW PORT] databases/sharedance: A daemon to centralize keys and associated data
Summary: [NEW PORT] databases/sharedance: A daemon to centralize keys and associated data
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-13 15:40 UTC by gslin
Modified: 2008-04-15 02:10 UTC (History)
1 user (show)

See Also:


Attachments
sharedance-0.6.shar (2.03 KB, text/plain)
2008-04-13 15:40 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2008-04-13 15:40:01 UTC
Sharedance is a high-performance server that centralize ephemeral
key/data pairs on remote hosts, without the overhead and the
complexity of an SQL database.

WWW:	http://sharedance.pureftpd.org/project/sharedance

Generated with FreeBSD Port Tools 0.77
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2008-04-14 04:59:53 UTC
State Changed
From-To: open->feedback

Maybe you forgot to add libevent DEPEND? 
... 
checking for bufferevent_new in -levent... no 
configure: error: ** You need to install libevent (see the README file) ** 
...
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2008-04-14 05:01:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2008-04-14 06:15:36 UTC
State Changed
From-To: feedback->open

Feedback received.
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-04-15 02:02:27 UTC
clsung      2008-04-15 01:02:20 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/sharedance Makefile distinfo pkg-descr pkg-plist 
    databases/sharedance/files patch-src-sharedanced.c 
  Log:
  Sharedance is a high-performance server that centralize ephemeral
  key/data pairs on remote hosts, without the overhead and the
  complexity of an SQL database.
  
  WWW:    http://sharedance.pureftpd.org/project/sharedance
  
  PR:             ports/122722
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.676     +1 -0      ports/databases/Makefile
  1.1       +26 -0     ports/databases/sharedance/Makefile (new)
  1.1       +3 -0      ports/databases/sharedance/distinfo (new)
  1.1       +30 -0     ports/databases/sharedance/files/patch-src-sharedanced.c (new)
  1.1       +5 -0      ports/databases/sharedance/pkg-descr (new)
  1.1       +7 -0      ports/databases/sharedance/pkg-plist (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 5 Cheng-Lung Sung freebsd_committer freebsd_triage 2008-04-15 02:02:53 UTC
State Changed
From-To: open->closed

New port added. Thank You.