The FreeBSD Ports Archive
FreeBSD net-im : licq-osd4>
OnScreenDisplay messages in licq
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
http://sourceforge.net/projects/licq-osd
|
licq-osd history
v. 1.15
date: 2007/05/19 20:19:35; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.14
date: 2006/10/31 05:27:10; author: dinoex; state: Exp; lines: +2 -3
- update to 1.3.4
pkg-plist files submitted by Dennis Schneider
v. 1.13
date: 2006/02/23 10:38:34; author: ade; state: Exp; lines: +4 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.12
date: 2005/12/20 15:31:33; author: dinoex; state: Exp; lines: +1 -2
- update to 1.3.2
- Translate-fix
Submitted by: NetJunior
v. 1.11
date: 2005/11/15 06:50:41; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.10
date: 2005/11/09 08:28:42; author: pav; state: Exp; lines: +3 -3
Move licq related ports to a newly create net-im category:
net/licq -> net-im/licq
net/licq-console -> net-im/licq-console
net/licq-osd -> net-im/licq-osd
net/licq-qt-gui -> net-im/licq-qt-gui
Repocopied by: marcus
v. 1.9
date: 2005/04/21 07:26:53; author: vs; state: Exp; lines: +1 -1
Fix blunder in previous commit *blush*
Pointy hat: mê
v. 1.8
date: 2005/04/20 09:54:17; author: vs; state: Exp; lines: +1 -1
List missing locale (again)
Noticed by: cluster
v. 1.7
date: 2005/04/11 08:46:15; author: vs; state: Exp; lines: +5 -2
- List missing locales
- Trim comment a bit
Noticed by: krisbot
v. 1.6
date: 2005/04/07 14:55:45; author: vs; state: Exp; lines: +11 -17
- Unbreak licq-osd: Update to 1.3.0 from main licq-distribution
and use already available infrastructure from net/licq
- Reset maintainer
PR: ports/78559
Approved by: maintainer
v. 1.5
date: 2005/03/07 17:31:55; author: vs; state: Exp; lines: +2 -0
BROKEN: Incompatible with licq-1.3.0
This is based on licq-1.2.x. Although it will build fine, it won't result
in a usable plugin.
v. 1.4
date: 2004/06/23 07:35:05; author: vs; state: Exp; lines: +4 -1
- Add net/licq to build-dependency
- Nuke plist in favour of PLIST_FILES while here
v. 1.3
date: 2004/03/14 06:17:07; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.2
date: 2004/02/04 05:08:12; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.1
date: 2003/07/26 18:32:34; author: dinoex; state: Exp;
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.
PR: 54537
Submitted by: nm@web.am
=============================================================================
v. 1.15
date: 2007/05/19 20:19:35; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.14
date: 2006/10/31 05:27:10; author: dinoex; state: Exp; lines: +2 -3
- update to 1.3.4
pkg-plist files submitted by Dennis Schneider
v. 1.13
date: 2006/02/23 10:38:34; author: ade; state: Exp; lines: +4 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.12
date: 2005/12/20 15:31:33; author: dinoex; state: Exp; lines: +1 -2
- update to 1.3.2
- Translate-fix
Submitted by: NetJunior
v. 1.11
date: 2005/11/15 06:50:41; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.10
date: 2005/11/09 08:28:42; author: pav; state: Exp; lines: +3 -3
Move licq related ports to a newly create net-im category:
net/licq -> net-im/licq
net/licq-console -> net-im/licq-console
net/licq-osd -> net-im/licq-osd
net/licq-qt-gui -> net-im/licq-qt-gui
Repocopied by: marcus
v. 1.9
date: 2005/04/21 07:26:53; author: vs; state: Exp; lines: +1 -1
Fix blunder in previous commit *blush*
Pointy hat: mê
v. 1.8
date: 2005/04/20 09:54:17; author: vs; state: Exp; lines: +1 -1
List missing locale (again)
Noticed by: cluster
v. 1.7
date: 2005/04/11 08:46:15; author: vs; state: Exp; lines: +5 -2
- List missing locales
- Trim comment a bit
Noticed by: krisbot
v. 1.6
date: 2005/04/07 14:55:45; author: vs; state: Exp; lines: +11 -17
- Unbreak licq-osd: Update to 1.3.0 from main licq-distribution
and use already available infrastructure from net/licq
- Reset maintainer
PR: ports/78559
Approved by: maintainer
v. 1.5
date: 2005/03/07 17:31:55; author: vs; state: Exp; lines: +2 -0
BROKEN: Incompatible with licq-1.3.0
This is based on licq-1.2.x. Although it will build fine, it won't result
in a usable plugin.
v. 1.4
date: 2004/06/23 07:35:05; author: vs; state: Exp; lines: +4 -1
- Add net/licq to build-dependency
- Nuke plist in favour of PLIST_FILES while here
v. 1.3
date: 2004/03/14 06:17:07; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.2
date: 2004/02/04 05:08:12; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.1
date: 2003/07/26 18:32:34; author: dinoex; state: Exp;
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.
PR: 54537
Submitted by: nm@web.am
=============================================================================
v. 1.15
date: 2007/05/19 20:19:35; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.14
date: 2006/10/31 05:27:10; author: dinoex; state: Exp; lines: +2 -3
- update to 1.3.4
pkg-plist files submitted by Dennis Schneider
v. 1.13
date: 2006/02/23 10:38:34; author: ade; state: Exp; lines: +4 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.12
date: 2005/12/20 15:31:33; author: dinoex; state: Exp; lines: +1 -2
- update to 1.3.2
- Translate-fix
Submitted by: NetJunior
v. 1.11
date: 2005/11/15 06:50:41; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.10
date: 2005/11/09 08:28:42; author: pav; state: Exp; lines: +3 -3
Move licq related ports to a newly create net-im category:
net/licq -> net-im/licq
net/licq-console -> net-im/licq-console
net/licq-osd -> net-im/licq-osd
net/licq-qt-gui -> net-im/licq-qt-gui
Repocopied by: marcus
v. 1.9
date: 2005/04/21 07:26:53; author: vs; state: Exp; lines: +1 -1
Fix blunder in previous commit *blush*
Pointy hat: mê
v. 1.8
date: 2005/04/20 09:54:17; author: vs; state: Exp; lines: +1 -1
List missing locale (again)
Noticed by: cluster
v. 1.7
date: 2005/04/11 08:46:15; author: vs; state: Exp; lines: +5 -2
- List missing locales
- Trim comment a bit
Noticed by: krisbot
v. 1.6
date: 2005/04/07 14:55:45; author: vs; state: Exp; lines: +11 -17
- Unbreak licq-osd: Update to 1.3.0 from main licq-distribution
and use already available infrastructure from net/licq
- Reset maintainer
PR: ports/78559
Approved by: maintainer
v. 1.5
date: 2005/03/07 17:31:55; author: vs; state: Exp; lines: +2 -0
BROKEN: Incompatible with licq-1.3.0
This is based on licq-1.2.x. Although it will build fine, it won't result
in a usable plugin.
v. 1.4
date: 2004/06/23 07:35:05; author: vs; state: Exp; lines: +4 -1
- Add net/licq to build-dependency
- Nuke plist in favour of PLIST_FILES while here
v. 1.3
date: 2004/03/14 06:17:07; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.2
date: 2004/02/04 05:08:12; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.1
date: 2003/07/26 18:32:34; author: dinoex; state: Exp;
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.
PR: 54537
Submitted by: nm@web.am
=============================================================================
|
| |

|