diff options
author | jmmv <jmmv@pkgsrc.org> | 2002-12-12 19:45:20 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2002-12-12 19:45:20 +0000 |
commit | 234f12b5b536eb805366a1a304d9a7305ecc8b72 (patch) | |
tree | dd186d4a31a1b5c00a3fc9e61554c66603351f28 /chat/ysm | |
parent | 6826b96b8b839d89397dddca758e6b995171c324 (diff) | |
download | pkgsrc-234f12b5b536eb805366a1a304d9a7305ecc8b72.tar.gz |
Update ysm to 2.8.1. Changes since 2.7.1 follow:
+ Removed the WARNING while saving slaves to the icq servers.
+ Fixed some Network handling variables for better network perfomance.
+ Added support for threads.
+ Fixed the Version Checking function!
+ New code structure (you can find src/ and src/man directories now), and
new configuration scripts and makefiles :) cool huh :).
+ Updated the manual page (Thanks tx!)
Patch provided by Dawid SzymaƱski (the maintainer) in PR pkg/19251.
Diffstat (limited to 'chat/ysm')
-rw-r--r-- | chat/ysm/DESCR | 4 | ||||
-rw-r--r-- | chat/ysm/Makefile | 14 | ||||
-rw-r--r-- | chat/ysm/distinfo | 7 |
3 files changed, 12 insertions, 13 deletions
diff --git a/chat/ysm/DESCR b/chat/ysm/DESCR index 1f646b3da11..68b78daaf2d 100644 --- a/chat/ysm/DESCR +++ b/chat/ysm/DESCR @@ -1,2 +1,2 @@ -YSM is a ICQ v7 protocol compatible terminal based ICQ client. -YSM is short for 'You Sick Me'. +YSM is an ICQ v7 protocol compatible terminal based ICQ client. +YSM stands for 'You Sick Me'. diff --git a/chat/ysm/Makefile b/chat/ysm/Makefile index acd24716aeb..53adf679dd7 100644 --- a/chat/ysm/Makefile +++ b/chat/ysm/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2002/06/13 08:34:01 martti Exp $ +# $NetBSD: Makefile,v 1.4 2002/12/12 19:45:20 jmmv Exp $ # -DISTNAME= ysmv7_2_7_1 -PKGNAME= ysm-2.7.1 +DISTNAME= ysmv7_2_8_1 +PKGNAME= ysm-2.8.1 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ysmv7/} EXTRACT_SUFX= .tgz @@ -11,10 +11,8 @@ MAINTAINER= dawszy@arhea.net HOMEPAGE= http://ysmv7.sourceforge.net/ COMMENT= The 'You Sick Me' terminal based ICQ client -MAKEFILE= BSDmakefile - -do-install: - ${CP} ${WRKSRC}/ysm ${PREFIX}/bin/ysm - ${CP} ${WRKSRC}/docs/ysm.1 ${PREFIX}/man/man1/ +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +.include "../../devel/pth/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/chat/ysm/distinfo b/chat/ysm/distinfo index 4ee32f6b955..7610bbd4ef8 100644 --- a/chat/ysm/distinfo +++ b/chat/ysm/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.3 2002/06/13 08:34:01 martti Exp $ +$NetBSD: distinfo,v 1.4 2002/12/12 19:45:20 jmmv Exp $ -SHA1 (ysmv7_2_7_1.tgz) = 7e06aceed66ce0432fab277e61bf02d55197780d -Size (ysmv7_2_7_1.tgz) = 85896 bytes +SHA1 (ysmv7_2_8_1.tgz) = 10c31ffcda73874b79d69b3fca56fcf3ede1e369 +Size (ysmv7_2_8_1.tgz) = 192755 bytes +SHA1 (patch-aa) = 49fcf44c66ec8bac25ce71085f5e2ae73f7e98d9 |