diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-25 19:58:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-25 19:58:59 +0000 |
commit | d431d5b25cfc35908c4a8b48af4080ec662953ca (patch) | |
tree | 1e86c11c71f193ba69eb3fece414f57ce84b6bb0 /chat/micq | |
parent | 58d0c007dc8c77983c04eaa10a47126b996013ff (diff) | |
download | pkgsrc-d431d5b25cfc35908c4a8b48af4080ec662953ca.tar.gz |
Update to 0.5.0.4:
2003-09-22: 0.4.10.4: buf fix release, fixes remote DoS, SSL support a la licq,
TCL scripting, fixes a few file transfer glitches
2003-10-06: 0.4.10.5: fixes a bunch of annoying yet easy to fix bugs
2004-01-17: 0.4.11: history seach/dump, avoid deleted new registered UINs by initializing ICQ meta data,
bug fixes
2004-11-14: 0.4.12: more history (by Sebastian Felis), OpenSSL support (by Roman Hoog Antink)
2004-12-05: 0.4.99.9: beta release
2005-02-11: 0.5: also OpenSSL support (by Roman Hoog Antink), contact list upload, more colors in messages,
per-contact configurability of many options - including several new ones, again with
peek/peek2 command, command line options to start commands in mICQ, reworked online help
and man pages, UTF-8 input handling, lots of fixes (and probably new bugs ;)
2005-02-27: 0.5.0.1: bug fixes and translation updates, peek reliable again
2005-04-24: 0.5.0.2: bug fixes, contact list handling improvements, auto-expanding aliases "a" and "r"
2005-04-27: 0.5.0.3: fix two bugs introduced in last version
2005-06-05: 0.5.0.4: general auto-expanding aliases, peek fixed again
Diffstat (limited to 'chat/micq')
-rw-r--r-- | chat/micq/Makefile | 6 | ||||
-rw-r--r-- | chat/micq/PLIST | 51 | ||||
-rw-r--r-- | chat/micq/distinfo | 9 | ||||
-rw-r--r-- | chat/micq/patches/patch-aa | 13 |
4 files changed, 53 insertions, 26 deletions
diff --git a/chat/micq/Makefile b/chat/micq/Makefile index 6426255821a..71d80e0f3de 100644 --- a/chat/micq/Makefile +++ b/chat/micq/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2005/05/22 20:07:43 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2005/11/25 19:58:59 wiz Exp $ -DISTNAME= micq-0.4.10.3 -PKGREVISION= 2 +DISTNAME= micq-0.5.0.4 CATEGORIES= chat MASTER_SITES= http://www.micq.org/source/ \ ftp://www.micq.org/pub/micq/source/ @@ -15,4 +14,5 @@ USE_TOOLS+= gmake GNU_CONFIGURE= YES .include "../../devel/gettext-lib/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/chat/micq/PLIST b/chat/micq/PLIST index 1440fa3010e..1078876400c 100644 --- a/chat/micq/PLIST +++ b/chat/micq/PLIST @@ -1,22 +1,43 @@ -@comment $NetBSD: PLIST,v 1.5 2003/06/01 08:37:07 shell Exp $ +@comment $NetBSD: PLIST,v 1.6 2005/11/25 19:59:00 wiz Exp $ bin/micq +man/de/man1/micq.1 +man/de/man5/micqrc.5 +man/de/man7/micq.7 +man/es/man1/micq.1 +man/es/man5/micqrc.5 +man/es/man7/micq.7 +man/fr/man1/micq.1 +man/fr/man5/micqrc.5 +man/fr/man7/micq.7 +man/it/man1/micq.1 man/man1/micq.1 man/man5/micqrc.5 man/man7/micq.7 +man/pt_BR/man1/micq.1 +man/pt_BR/man5/micqrc.5 +man/pt_BR/man7/micq.7 +man/ru/man1/micq.1 +man/ru/man5/micqrc.5 +man/ru/man7/micq.7 +man/sk/man1/micq.1 +man/sk/man5/micqrc.5 +man/sk/man7/micq.7 +man/sr/man1/micq.1 +man/sr/man5/micqrc.5 +man/sr/man7/micq.7 +man/uk/man1/micq.1 +man/uk/man7/micq.7 share/micq/C.i18n share/micq/bg.i18n share/micq/de.i18n -share/micq/de@fun.i18n share/micq/de_CH.i18n share/micq/en.i18n -share/micq/en@fun.i18n share/micq/es.i18n share/micq/fi.i18n share/micq/fr.i18n share/micq/hr.i18n share/micq/id.i18n share/micq/it.i18n -share/micq/ja.UTF-8.i18n share/micq/ja.i18n share/micq/nl.i18n share/micq/pl.i18n @@ -24,9 +45,29 @@ share/micq/pt.i18n share/micq/ro.i18n share/micq/ru.i18n share/micq/se.i18n -share/micq/sr.UTF-8.i18n +share/micq/sk.i18n share/micq/sr.i18n share/micq/uk.i18n share/micq/yu.i18n share/micq/zh_CN.i18n +@unexec ${RMDIR} %D/man/uk/man7 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/uk/man1 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/uk 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/sr/man7 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/sr/man5 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/sr/man1 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/sr 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/sk/man7 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/sk/man5 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/sk/man1 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/sk 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/ru/man7 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/ru/man5 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/ru/man1 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/ru 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/pt_BR/man7 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/pt_BR/man5 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/pt_BR/man1 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/pt_BR 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/man/it/man1 2>/dev/null || ${TRUE} @dirrm share/micq diff --git a/chat/micq/distinfo b/chat/micq/distinfo index def780dc26a..87cc5c6914c 100644 --- a/chat/micq/distinfo +++ b/chat/micq/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.10 2005/02/23 15:59:12 agc Exp $ +$NetBSD: distinfo,v 1.11 2005/11/25 19:59:00 wiz Exp $ -SHA1 (micq-0.4.10.3.tgz) = 294dda4973cc66dd1d58b827f55cc885c9b2805b -RMD160 (micq-0.4.10.3.tgz) = 904ffb17594f676e3015f1342c73aedb656fa5ec -Size (micq-0.4.10.3.tgz) = 852959 bytes -SHA1 (patch-aa) = 295d93ca9deb0054906d7bd4119a8b713e82f1b6 +SHA1 (micq-0.5.0.4.tgz) = bd30f9a79febcae5a0e995328edef0c8bd9f6132 +RMD160 (micq-0.5.0.4.tgz) = fa164c847624b389f20eb426a592582a6b38913b +Size (micq-0.5.0.4.tgz) = 1042082 bytes diff --git a/chat/micq/patches/patch-aa b/chat/micq/patches/patch-aa deleted file mode 100644 index d057dc100fc..00000000000 --- a/chat/micq/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.7 2003/04/10 09:55:51 wiz Exp $ - ---- doc/Makefile.in.orig Fri Mar 7 03:44:48 2003 -+++ doc/Makefile.in -@@ -119,7 +119,7 @@ sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - --SUBDIRS = de fr es ru pt_BR uk sr -+SUBDIRS = - - man_MANS = micq.1 micq.7 micqrc.5 - doc_DIST = README README.SOCKS5 commands.txt icq091.txt html/*.html html/*.gif |