mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Rewrap net-libs DESCRIPTIONs
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
DESCRIPTION="ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol). The primary feature it provides is optional reliable, in-order delivery of packets.
|
||||
ENet omits certain higher level networking features such as authentication, lobbying, server discovery, encryption, or other similar tasks that are particularly application specific so that the library remains flexible, portable, and easily embeddable."
|
||||
SUMMARY="ENet is simple and robust network communication layer."
|
||||
DESCRIPTION="
|
||||
ENet's purpose is to provide a relatively thin, simple and robust network \
|
||||
communication layer on top of UDP (User Datagram Protocol). The primary \
|
||||
feature it provides is optional reliable, in-order delivery of packets.
|
||||
ENet omits certain higher level networking features such as authentication, \
|
||||
lobbying, server discovery, encryption, or other similar tasks that are \
|
||||
particularly application specific so that the library remains flexible, \
|
||||
portable, and easily embeddable.
|
||||
"
|
||||
HOMEPAGE="http://enet.bespin.org"
|
||||
SRC_URI="http://enet.bespin.org/download/enet-1.3.0.tar.gz"
|
||||
CHECKSUM_MD5="3ea50cc5f2f4bbea32abae0d50b64e3c"
|
||||
@@ -66,4 +73,4 @@ PROVIDES_devel="
|
||||
|
||||
REQUIRES_devel="
|
||||
enet$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
"
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
SUMMARY="Full-featured Jabber/XMPP client library"
|
||||
DESCRIPTION="
|
||||
Rock-solid, full-featured Jabber/XMPP client library, written in clean
|
||||
ANSI C++
|
||||
"
|
||||
SUMMARY="Full-featured Jabber/XMPP client library, written in clean ANSI C++"
|
||||
Rock-solid, full-featured Jabber/XMPP client library, written in clean ANSI C++.
|
||||
"
|
||||
HOMEPAGE="http://camaya.net/gloox/"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2002-2012 Jakob Schröter"
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
DESCRIPTION="libyahoo2 - A C library for Yahoo! Messenger"
|
||||
DESCRIPTION="
|
||||
libyahoo2 - A C library for Yahoo! Messenger.
|
||||
"
|
||||
HOMEPAGE="http://libyahoo2.sourceforge.net/"
|
||||
SRC_URI="http://sourceforge.net/projects/libyahoo2/files/libyahoo2/1.0.1/libyahoo2-1.0.1.tar.bz2/download"
|
||||
DEPEND="glib >= 1.2.8"
|
||||
|
||||
Reference in New Issue
Block a user