diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-02-10 22:53:30 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-02-10 22:53:30 +0000 |
commit | fba4bfcfeb0f5ac779c3dcb8bebb43c734e2a578 (patch) | |
tree | 81558dd8ab9637c4e16987f083d81f566fcc14e4 /net-im | |
parent | 69f2eaf9173d2ee697c9715d4f316655a5f13ced (diff) | |
download | ports-fba4bfcfeb0f5ac779c3dcb8bebb43c734e2a578.tar.gz ports-fba4bfcfeb0f5ac779c3dcb8bebb43c734e2a578.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/mcabber/Makefile | 2 | ||||
-rw-r--r-- | net-im/mcabber/distinfo | 6 | ||||
-rw-r--r-- | net-im/mcabber/pkg-plist | 39 |
3 files changed, 41 insertions, 6 deletions
diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile index b030ddcd0b7d..84f85c40be4e 100644 --- a/net-im/mcabber/Makefile +++ b/net-im/mcabber/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mcabber -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ CSME diff --git a/net-im/mcabber/distinfo b/net-im/mcabber/distinfo index d23dbe86afce..1c90587c34a2 100644 --- a/net-im/mcabber/distinfo +++ b/net-im/mcabber/distinfo @@ -1,3 +1,3 @@ -MD5 (mcabber-0.9.0.tar.bz2) = cdf0ed6357c8b27510bd163a5fc64660 -SHA256 (mcabber-0.9.0.tar.bz2) = 836f774af8d039fd0b5cb5851fa2a672e7b320a0c4397beec77567ee67818376 -SIZE (mcabber-0.9.0.tar.bz2) = 414052 +MD5 (mcabber-0.9.1.tar.bz2) = a0e682c57388849338a63607a1ac2302 +SHA256 (mcabber-0.9.1.tar.bz2) = 2b50149b24e8fe01e3fc5bb145ed253273aac5929baf706793c2711bf6643f67 +SIZE (mcabber-0.9.1.tar.bz2) = 420985 diff --git a/net-im/mcabber/pkg-plist b/net-im/mcabber/pkg-plist index 7969de4f62fd..6016af4cb8c8 100644 --- a/net-im/mcabber/pkg-plist +++ b/net-im/mcabber/pkg-plist @@ -1,8 +1,12 @@ bin/mcabber %%EXAMPLESDIR%%/mcabberrc %%DATADIR%%/contrib/cicq2mcabber.pl -%%DATADIR%%/contrib/eventcmd -%%DATADIR%%/contrib/mcwizz.pl +%%DATADIR%%/contrib/events/eventcmd +%%DATADIR%%/contrib/events/eventcmd.osd +%%DATADIR%%/contrib/events/mcnotify.py +%%DATADIR%%/contrib/filter_statusmsg.py +%%DATADIR%%/contrib/mcwizz.rb +%%DATADIR%%/contrib/merge_history.py %%DATADIR%%/contrib/themes/light.txt %%DATADIR%%/contrib/themes/light2.txt %%DATADIR%%/contrib/themes/oliver.txt @@ -151,6 +155,35 @@ bin/mcabber %%DATADIR%%/help/pl/hlp_status.txt %%DATADIR%%/help/pl/hlp_status_to.txt %%DATADIR%%/help/pl/hlp_version.txt +%%DATADIR%%/help/ru/hlp.txt +%%DATADIR%%/help/ru/hlp_add.txt +%%DATADIR%%/help/ru/hlp_alias.txt +%%DATADIR%%/help/ru/hlp_authorization.txt +%%DATADIR%%/help/ru/hlp_bind.txt +%%DATADIR%%/help/ru/hlp_buffer.txt +%%DATADIR%%/help/ru/hlp_clear.txt +%%DATADIR%%/help/ru/hlp_connect.txt +%%DATADIR%%/help/ru/hlp_del.txt +%%DATADIR%%/help/ru/hlp_disconnect.txt +%%DATADIR%%/help/ru/hlp_event.txt +%%DATADIR%%/help/ru/hlp_group.txt +%%DATADIR%%/help/ru/hlp_help.txt +%%DATADIR%%/help/ru/hlp_info.txt +%%DATADIR%%/help/ru/hlp_move.txt +%%DATADIR%%/help/ru/hlp_msay.txt +%%DATADIR%%/help/ru/hlp_pgp.txt +%%DATADIR%%/help/ru/hlp_quit.txt +%%DATADIR%%/help/ru/hlp_rawxml.txt +%%DATADIR%%/help/ru/hlp_rename.txt +%%DATADIR%%/help/ru/hlp_request.txt +%%DATADIR%%/help/ru/hlp_room.txt +%%DATADIR%%/help/ru/hlp_roster.txt +%%DATADIR%%/help/ru/hlp_say.txt +%%DATADIR%%/help/ru/hlp_say_to.txt +%%DATADIR%%/help/ru/hlp_set.txt +%%DATADIR%%/help/ru/hlp_status.txt +%%DATADIR%%/help/ru/hlp_status_to.txt +%%DATADIR%%/help/ru/hlp_version.txt %%DATADIR%%/help/uk/hlp.txt %%DATADIR%%/help/uk/hlp_add.txt %%DATADIR%%/help/uk/hlp_alias.txt @@ -181,6 +214,7 @@ bin/mcabber %%DATADIR%%/help/uk/hlp_status_to.txt %%DATADIR%%/help/uk/hlp_version.txt @dirrm %%EXAMPLESDIR%% +@dirrm %%DATADIR%%/contrib/events @dirrm %%DATADIR%%/contrib/themes @dirrm %%DATADIR%%/contrib @dirrm %%DATADIR%%/help/de @@ -188,6 +222,7 @@ bin/mcabber @dirrm %%DATADIR%%/help/fr @dirrm %%DATADIR%%/help/nl @dirrm %%DATADIR%%/help/pl +@dirrm %%DATADIR%%/help/ru @dirrm %%DATADIR%%/help/uk @dirrm %%DATADIR%%/help @dirrm %%DATADIR%% |