mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
Adding libjabber version 0.9.
Currently, libjabber provides Jabber transports with various library functions. For general information about Jabber, including a quick introduction to Jabber concepts, see the FAQ at WWW: http://docs.jabber.org/ PR: 17980 Submitted by: Kostya Lukin <lukin@okbmei.msk.su>
This commit is contained in:
parent
ad12aab6e9
commit
245051bca7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28214
21
net/libjabber/Makefile
Normal file
21
net/libjabber/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: libjabber
|
||||
# Date created: 4 April 2000
|
||||
# Whom: Kostya Lukin <lukin@okbmei.msk.su>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libjabber
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://download.jabber.org/dists/0.9/final/
|
||||
|
||||
MAINTAINER= lukin@okbmei.msk.su
|
||||
|
||||
LIB_DEPENDS= xode.0:${PORTSDIR}/textproc/libxode
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
MAN1= jabber-config.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/libjabber/distinfo
Normal file
1
net/libjabber/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libjabber-0.9.tar.gz) = 7433f63f357a9f00d834ac69efd64aa6
|
1
net/libjabber/pkg-comment
Normal file
1
net/libjabber/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
The Jabber transports library
|
8
net/libjabber/pkg-descr
Normal file
8
net/libjabber/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Currently, libjabber provides Jabber transports with various library functions.
|
||||
|
||||
For general information about Jabber, including a quick introduction
|
||||
to Jabber concepts, see the FAQ at
|
||||
WWW: http://docs.jabber.org/
|
||||
|
||||
You may want to delve into the internals of the Jabber project at
|
||||
http://docs.jabber.org/ and http://protocol.jabber.org/
|
8
net/libjabber/pkg-plist
Normal file
8
net/libjabber/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
bin/jabber-config
|
||||
include/jabber/jabber.h
|
||||
lib/libjabber.a
|
||||
lib/libjabber.so
|
||||
lib/libjabber.so.0
|
||||
@exec /sbin/ldconfig -m %B
|
||||
@unexec /sbin/ldconfig -R
|
||||
@dirrm include/jabber
|
Loading…
Reference in New Issue
Block a user