diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-04-06 12:19:24 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-04-06 12:19:24 +0800 |
commit | f744183936d8cab75a9d40e883cd142234190fd6 (patch) | |
tree | 2a8d205663205f2b5e3c42107c8b15f4e0b65a35 | |
parent | 337ed20c5fe100c275a89d8421652dd64adf8aa2 (diff) | |
download | freebsd-ports-gnome-f744183936d8cab75a9d40e883cd142234190fd6.tar.gz freebsd-ports-gnome-f744183936d8cab75a9d40e883cd142234190fd6.tar.zst freebsd-ports-gnome-f744183936d8cab75a9d40e883cd142234190fd6.zip |
add libyahoo2 0.6.3
A C library that handles the new Yahoo! Messenger protocol
-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 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/libyahoo2/Makefile | 22 | ||||
-rw-r--r-- | net/libyahoo2/distinfo | 1 | ||||
-rw-r--r-- | net/libyahoo2/files/patch-ltmain.sh | 41 | ||||
-rw-r--r-- | net/libyahoo2/pkg-descr | 4 | ||||
-rw-r--r-- | net/libyahoo2/pkg-plist | 10 |
11 files changed, 157 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 diff --git a/net/Makefile b/net/Makefile index 2c019f7116d8..320f7d222096 100644 --- a/net/Makefile +++ b/net/Makefile @@ -272,6 +272,7 @@ SUBDIR += libsocketcpp SUBDIR += libunp SUBDIR += libunpipc + SUBDIR += libyahoo2 SUBDIR += licq SUBDIR += licq-console SUBDIR += licq-jons-gtk-gui diff --git a/net/libyahoo2/Makefile b/net/libyahoo2/Makefile new file mode 100644 index 000000000000..de57ea50f7df --- /dev/null +++ b/net/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/libyahoo2/distinfo b/net/libyahoo2/distinfo new file mode 100644 index 000000000000..e9e458e5c265 --- /dev/null +++ b/net/libyahoo2/distinfo @@ -0,0 +1 @@ +MD5 (libyahoo2-0.6.3.tar.gz) = 471d0f0a7c3e70acc004c4168f9a5f62 diff --git a/net/libyahoo2/files/patch-ltmain.sh b/net/libyahoo2/files/patch-ltmain.sh new file mode 100644 index 000000000000..0e3b5bb2ae00 --- /dev/null +++ b/net/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/libyahoo2/pkg-descr b/net/libyahoo2/pkg-descr new file mode 100644 index 000000000000..95a39a5b6bf5 --- /dev/null +++ b/net/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/libyahoo2/pkg-plist b/net/libyahoo2/pkg-plist new file mode 100644 index 000000000000..be58f8f11f6d --- /dev/null +++ b/net/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 |