summaryrefslogtreecommitdiff
path: root/net-im/libyahoo2
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-06 04:19:24 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-06 04:19:24 +0000
commita7c64082f90c15a55b62cb3d63585933a8173e67 (patch)
tree51ea7151dd6536ca8d1c1f74493449f23923e3a2 /net-im/libyahoo2
parenttemporarily fix locations of soon-to-be-repocopied i18n ports (diff)
add libyahoo2 0.6.3
A C library that handles the new Yahoo! Messenger protocol
Notes
Notes: svn path=/head/; revision=78385
Diffstat (limited to 'net-im/libyahoo2')
-rw-r--r--net-im/libyahoo2/Makefile22
-rw-r--r--net-im/libyahoo2/distinfo1
-rw-r--r--net-im/libyahoo2/files/patch-ltmain.sh41
-rw-r--r--net-im/libyahoo2/pkg-descr4
-rw-r--r--net-im/libyahoo2/pkg-plist10
5 files changed, 78 insertions, 0 deletions
diff --git a/net-im/libyahoo2/Makefile b/net-im/libyahoo2/Makefile
new file mode 100644
index 000000000000..de57ea50f7df
--- /dev/null
+++ b/net-im/libyahoo2/Makefile
@@ -0,0 +1,22 @@
+# ex:ts=8
+# Ports collection makefile for: libyahoo2
+# Date created: Apr 6, 2003
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= libyahoo2
+PORTVERSION= 0.6.3
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= A C library that handles the new Yahoo! Messenger protocol
+
+USE_GNOME= glib20
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>
diff --git a/net-im/libyahoo2/distinfo b/net-im/libyahoo2/distinfo
new file mode 100644
index 000000000000..e9e458e5c265
--- /dev/null
+++ b/net-im/libyahoo2/distinfo
@@ -0,0 +1 @@
+MD5 (libyahoo2-0.6.3.tar.gz) = 471d0f0a7c3e70acc004c4168f9a5f62
diff --git a/net-im/libyahoo2/files/patch-ltmain.sh b/net-im/libyahoo2/files/patch-ltmain.sh
new file mode 100644
index 000000000000..0e3b5bb2ae00
--- /dev/null
+++ b/net-im/libyahoo2/files/patch-ltmain.sh
@@ -0,0 +1,41 @@
+--- ltmain.sh.orig Sun Apr 6 12:12:51 2003
++++ ltmain.sh Sun Apr 6 12:14:51 2003
+@@ -1043,14 +1043,14 @@
+ # These systems don't actually have a C library (as such)
+ test "X$arg" = "X-lc" && continue
+ ;;
+- *-*-openbsd*)
++ *-*-openbsd* | *-*-freebsd*)
+ # Do not include libc due to us having libc/libc_r.
+ test "X$arg" = "X-lc" && continue
+ ;;
+ esac
+ elif test "X$arg" = "X-lc_r"; then
+ case $host in
+- *-*-openbsd*)
++ *-*-openbsd* | *-*-freebsd*)
+ # Do not include libc_r directly, use -pthread flag.
+ continue
+ ;;
+@@ -2441,7 +2441,7 @@
+ *-*-netbsd*)
+ # Don't link with libc until the a.out ld.so is fixed.
+ ;;
+- *-*-openbsd*)
++ *-*-openbsd* | *-*-freebsd*)
+ # Do not include libc due to us having libc/libc_r.
+ ;;
+ *)
+@@ -4210,10 +4210,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if /usr/bin/false ; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/net-im/libyahoo2/pkg-descr b/net-im/libyahoo2/pkg-descr
new file mode 100644
index 000000000000..95a39a5b6bf5
--- /dev/null
+++ b/net-im/libyahoo2/pkg-descr
@@ -0,0 +1,4 @@
+libyahoo2 is a C library interface to the new Yahoo! Messenger protocol.
+It supports almost all current features of the protocol.
+
+WWW: http://libyahoo2.sourceforge.net/
diff --git a/net-im/libyahoo2/pkg-plist b/net-im/libyahoo2/pkg-plist
new file mode 100644
index 000000000000..be58f8f11f6d
--- /dev/null
+++ b/net-im/libyahoo2/pkg-plist
@@ -0,0 +1,10 @@
+include/libyahoo2/yahoo2.h
+include/libyahoo2/yahoo2_callbacks.h
+include/libyahoo2/yahoo2_types.h
+include/libyahoo2/yahoo_httplib.h
+include/libyahoo2/yahoo_list.h
+@dirrm include/libyahoo2
+lib/libyahoo2.a
+lib/libyahoo2.so
+lib/libyahoo2.so.3
+lib/pkgconfig/libyahoo2.pc