diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-06 04:19:24 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-06 04:19:24 +0000 |
commit | a7c64082f90c15a55b62cb3d63585933a8173e67 (patch) | |
tree | 51ea7151dd6536ca8d1c1f74493449f23923e3a2 /net-im/libyahoo2 | |
parent | 9f786f6065ff1cefbac9936222250e1fb51da1c2 (diff) | |
download | ports-a7c64082f90c15a55b62cb3d63585933a8173e67.tar.gz ports-a7c64082f90c15a55b62cb3d63585933a8173e67.zip |
Notes
Diffstat (limited to 'net-im/libyahoo2')
-rw-r--r-- | net-im/libyahoo2/Makefile | 22 | ||||
-rw-r--r-- | net-im/libyahoo2/distinfo | 1 | ||||
-rw-r--r-- | net-im/libyahoo2/files/patch-ltmain.sh | 41 | ||||
-rw-r--r-- | net-im/libyahoo2/pkg-descr | 4 | ||||
-rw-r--r-- | net-im/libyahoo2/pkg-plist | 10 |
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 |