diff options
Diffstat (limited to 'net-im/licq-osd')
-rw-r--r-- | net-im/licq-osd/Makefile | 33 | ||||
-rw-r--r-- | net-im/licq-osd/distinfo | 2 | ||||
-rw-r--r-- | net-im/licq-osd/files/patch-aa | 11 | ||||
-rw-r--r-- | net-im/licq-osd/files/patch-src::licq_osd.conf.h | 11 | ||||
-rw-r--r-- | net-im/licq-osd/pkg-descr | 7 | ||||
-rw-r--r-- | net-im/licq-osd/pkg-message | 8 |
6 files changed, 0 insertions, 72 deletions
diff --git a/net-im/licq-osd/Makefile b/net-im/licq-osd/Makefile deleted file mode 100644 index 0f2a077befbe..000000000000 --- a/net-im/licq-osd/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: licq-osd -# Date created: 2003-07-15 -# Whom: nm@web.am -# -# $FreeBSD$ -# -# - -PORTNAME= osd -PORTVERSION= ${OSD_LICQ_VER} -CATEGORIES= net - -MAINTAINER= ports@FreeBSD.org -COMMENT= OnScreenDisplay messages in licq - -LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xosd -RUN_DEPENDS=${LOCALBASE}/lib/licq/licq_qt-gui.so:${PORTSDIR}/net/licq-qt-gui -# run dependency may be too strict, delete it if you use another -# plugin (gtk+) and wish run osd with it. i've not tested with -# plugins other than qt-gui - -USE_LIBTOOL_VER=15 - -LICQ_PORT?= net/licq - -LOCALES= de cs es fr pt pt_BR ro ru se -PLIST_FILES= lib/licq/licq_osd.so \ - ${LOCALES:C+^.*$+share/locale/&/LC_MESSAGES/licq_osd_plugin.mo+} -PLIST_DIRS= share/locale/se/LC_MESSAGES share/locale/se - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" -.include <bsd.port.post.mk> diff --git a/net-im/licq-osd/distinfo b/net-im/licq-osd/distinfo deleted file mode 100644 index ef723c838287..000000000000 --- a/net-im/licq-osd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (licq_osd_plugin-1.2.7.2.tar.gz) = 59621561c391f3c85fecdd5f8ec562c8 -SIZE (licq_osd_plugin-1.2.7.2.tar.gz) = 204846 diff --git a/net-im/licq-osd/files/patch-aa b/net-im/licq-osd/files/patch-aa deleted file mode 100644 index b912e0ecf1f6..000000000000 --- a/net-im/licq-osd/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- src/licq-osd.cpp.orig Tue Aug 17 20:02:35 2004 -+++ src/licq-osd.cpp Mon Mar 7 18:42:53 2005 -@@ -804,7 +804,7 @@ - - while ((fromsize>0) && (tosize>0)) - { -- if ((int)iconv(conv, (char **)&msgptr, &fromsize, &resptr, &tosize)==-1) -+ if ((int)iconv(conv, (const char**)(&msgptr), &fromsize, &resptr, &tosize)==-1) - { - // array is not enough - if (errno == E2BIG) diff --git a/net-im/licq-osd/files/patch-src::licq_osd.conf.h b/net-im/licq-osd/files/patch-src::licq_osd.conf.h deleted file mode 100644 index 536d83d1f4da..000000000000 --- a/net-im/licq-osd/files/patch-src::licq_osd.conf.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/licq_osd.conf.h.orig Mon Mar 7 19:24:09 2005 -+++ src/licq_osd.conf.h Mon Mar 7 19:27:17 2005 -@@ -4,7 +4,7 @@ - "# you can get the available fonts for your machine from xfontsel\n" - "# i prefer this one - but it is not available everywhere\n" - "# Font=-*-lucida-*-r-*-*-24-*-*-*-*-*-iso8859-15\n" --"Font=-*-*-*-*-*-*-24-*-*-*-*-*-*-*\n" -+"Font=-*-lucida-*-*-*-*-24-*-*-*-*-*-iso8859-15\n" - "\n" - "# how long should a message be displayed\n" - "Timeout=5\n" diff --git a/net-im/licq-osd/pkg-descr b/net-im/licq-osd/pkg-descr deleted file mode 100644 index 6f191d00a924..000000000000 --- a/net-im/licq-osd/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a small licq-plugin, which uses libxosd2 to display new arriving -messages as OSD (On Screen Display) text on your desktop. I wrote this, as I -saw this feature in sim and wanted to have the same functionality in licq. - -Martin Maurer, martinmaurer@gmx.at - -WWW: http://sourceforge.net/projects/licq-osd diff --git a/net-im/licq-osd/pkg-message b/net-im/licq-osd/pkg-message deleted file mode 100644 index 9dd7a7e66881..000000000000 --- a/net-im/licq-osd/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -Russian-speaking users! -Please run licq in this way to force russian messages display correctly - -env LANG=ru_RU.KOI8-R MM_CHARSET=KOI8-R licq - -also change font in ~/.licq/licq_osd.conf -to something like this: -Font=-*-*-bold-r-*-*-25-*-*-*-*-*-koi8-* |