Re: irc/bitlbee skype support

2012-01-18 Thread Henrik Brix Andersen
Hi Lyubomir,

On Jan 16, 2012, at 08:14, Lyubomir Grigorov wrote:
>> I do not currently have any plans for a irc/bitlbee-devel port - I simply do 
>> not have the time to maintain it. Sorry.
> Skype protocol is included by default in 3.0.4. I don't think the port builds 
> it (and thus PC-BSD PBI also doesn't include it). All the source and scripts 
> are there.
> 
> Brix, can you confirm this? I couldn't find the skype protocol or the skyped 
> python script if I build Bitlbee 3.0.4 from ports.


That is correct. As noted in my commit message for 3.0.4: "Skype protocol 
support will be available at a later point in time, as it has few external 
dependencies not currently available in ports".

Regards,
Brix
-- 
Henrik Brix Andersen



___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: irc/bitlbee skype support

2012-01-15 Thread Lyubomir Grigorov
> I do not currently have any plans for a irc/bitlbee-devel port - I simply do 
> not have the time to maintain it. Sorry.
Skype protocol is included by default in 3.0.4. I don't think the port builds 
it (and thus PC-BSD PBI also doesn't include it). All the source and scripts 
are there.

Brix, can you confirm this? I couldn't find the skype protocol or the skyped 
python script if I build Bitlbee 3.0.4 from ports.

Cheers.

--
Lyubomir Grigorov (bgalakazam)


signature.asc
Description: This is a digitally signed message part.


Re: irc/bitlbee skype support

2011-10-08 Thread Henrik Brix Andersen
Hi,

On Oct 5, 2011, at 10:44, Любомир Григоров wrote:
> I just realized it's in the devel version that this has been added. Is there 
> any chance of getting a -devel port with the skype support?

I do not currently have any plans for a irc/bitlbee-devel port - I simply do 
not have the time to maintain it. Sorry.

Brix
-- 
Henrik Brix Andersen



___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: irc/bitlbee skype support

2011-10-05 Thread Любомир Григоров
I just realized it's in the devel version that this has been added. Is there
any chance of getting a -devel port with the skype support?

The source tarballs are here:
http://code.bitlbee.org/tarballs/?C=M;O=D

skype protocol is included as of rev 802.

Cheers.
-- 
Lyubomir Grigorov (bgalakazam)
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


irc/bitlbee skype support

2011-10-05 Thread Любомир Григоров
Hi, skype protocol has been merged into bitlbee:
http://bugs.bitlbee.org/bitlbee/changeset/devel%2C802

The original page of Miklos suggest the plugin was usable on *BSD prior to
its merge:
http://vmiklos.hu/project/bitlbee-skype/

However, the port doesn't include that option. I tried to modify the
Makefile to add

.if defined(WITH_JABBER)
CONFIGURE_ARGS+=--jabber=1
.else
CONFIGURE_ARGS+=--jabber=0
.endif

, it built, but the protocol is still missing. It should be in the source by
now. Otherwise using the manual install in too lengthy (install skype4py
then bitlbee-skype).

Can you look into why the port doesn't have the skype protocol working?

Cheers.

-- 
Lyubomir Grigorov (bgalakazam)
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"