Bug 110194 - [PATCH] net-im/jabber-pyicq
Summary: [PATCH] net-im/jabber-pyicq
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-11 16:40 UTC by Martin Matuska
Modified: 2007-03-14 19:50 UTC (History)
0 users

See Also:


Attachments
file.diff (9.96 KB, patch)
2007-03-11 16:40 UTC, Martin Matuska
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matuska 2007-03-11 16:40:15 UTC
This patch adds the following:
- support and documentation for use with jabberd-1.6.0 from net-im/jabber 
- support for other and external servers (if running the transport only)
- support for MySQL storage (includes db-setup.mysql in EXAMPLESDIR)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-11 16:40:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-14 19:43:49 UTC
garga       2007-03-14 19:43:41 UTC

  FreeBSD ports repository

  Modified files:
    net-im/jabber-pyicq  Makefile pkg-plist 
    net-im/jabber-pyicq/files jabber-pyicq-transport.sh.in 
                              pkg-message.in 
  Added files:
    net-im/jabber-pyicq/files README.external.in 
                              README.jabberd14.in 
                              README.jabberd2.in 
  Log:
  - Add support and doc to work with jabber-1.6.0
  - Add support for other and external servers (it's possibly to run just the
    transport)
  - Add support for MySQL storage (include db-setup.mysql on EXAMPLESDIR)
  - Bump PORTREVISION
  
  PR:             ports/110194
  Submitted by:   Martin Matuska <martin@matuska.org>
  
  Revision  Changes    Path
  1.19      +57 -18    ports/net-im/jabber-pyicq/Makefile
  1.1       +14 -0     ports/net-im/jabber-pyicq/files/README.external.in (new)
  1.1       +39 -0     ports/net-im/jabber-pyicq/files/README.jabberd14.in (new)
  1.1       +11 -0     ports/net-im/jabber-pyicq/files/README.jabberd2.in (new)
  1.8       +2 -2      ports/net-im/jabber-pyicq/files/jabber-pyicq-transport.sh.in
  1.2       +9 -7      ports/net-im/jabber-pyicq/files/pkg-message.in
  1.5       +2 -1      ports/net-im/jabber-pyicq/pkg-plist
_______________________________________________
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 3 Renato Botelho freebsd_committer freebsd_triage 2007-03-14 19:47:40 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!