Bug 67500 - new port for irc/thales: an irc to mysql gateway
Summary: new port for irc/thales: an irc to mysql gateway
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: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-02 20:40 UTC by Gerrit Beine
Modified: 2005-04-26 06:47 UTC (History)
0 users

See Also:


Attachments
file.shar (14.20 KB, text/plain)
2004-06-02 20:40 UTC, Gerrit Beine
no flags Details
thales.shar (9.66 KB, text/plain)
2004-06-07 19:13 UTC, Gerrit Beine
no flags Details
thales.patch (2.42 KB, patch)
2004-06-15 10:24 UTC, gerrit.beine
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gerrit Beine 2004-06-02 20:40:19 UTC
Thales is an IRC to MySQL Gateway. It connects to your IRC network as a service, and converts messages he receives to SQL queries to update the database. It collects data about users, channels and servers. It doesn't build stats itself, but gives you the database, It's your role to write third-party applications or scripts, for example in PHP, to extract data from it. Some example applications are provided.
Comment 1 Clement Laforet freebsd_committer freebsd_triage 2004-06-03 12:53:48 UTC
State Changed
From-To: open->feedback

Your port has some problem: 
1. Please use MASTER_SITE_GNU ans MASTER_SITE_SUBDIR 
2. please remove CVS directory 
in post-patch: target 
@${FIND} ${WRKSRC} -type d -name CVS -exec ${RM} -fr '{}' ; 
should be OK 
3. if IRCd != unreal you don't have any plist. 
(perhaps you forgot it?)
Comment 2 Clement Laforet freebsd_committer freebsd_triage 2004-06-03 15:00:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clement

Grab, since I work on  it with submitter.
Comment 3 Gerrit Beine 2004-06-07 19:13:34 UTC
All errors in the Makefile are fixed.
I hope you like it.

So long...

Gerrit
Comment 4 Clement Laforet freebsd_committer freebsd_triage 2004-06-15 09:25:14 UTC
Hi Gerrit,

Can you please review this version of your port?
http://people.freebsd.org/~clement/ports/thales.tar

regards,
clem
Comment 5 gerrit.beine 2004-06-15 10:24:43 UTC
> Hi Gerrit,
>
> Can you please review this version of your port?
> http://people.freebsd.org/~clement/ports/thales.tar
>
> regards,
> clem
>
Hi!

there's a newer version of this port.
The patch for this is attached.

So long...

Gerrit
Comment 6 Mark Linimon freebsd_committer freebsd_triage 2004-06-24 23:51:59 UTC
State Changed
From-To: feedback->open

Feedback received.
Comment 7 Clement Laforet freebsd_committer freebsd_triage 2005-03-14 14:33:24 UTC
Responsible Changed
From-To: clement->freebsd-ports-bugs

Sorry I don't hvae time to deal with this PR
Comment 8 Alexey Dokuchaev freebsd_committer freebsd_triage 2005-03-18 18:35:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danfe

I'll take care of it.
Comment 9 Alexey Dokuchaev freebsd_committer freebsd_triage 2005-04-26 06:47:28 UTC
State Changed
From-To: open->closed

Committed with modifications, thanks!