2004-11-08 04:58:43 +01:00
|
|
|
# $NetBSD: Makefile,v 1.37 2004/11/08 03:58:43 markd Exp $
|
2002-05-31 15:59:25 +02:00
|
|
|
|
2004-02-04 15:42:23 +01:00
|
|
|
DISTNAME= kdenetwork-${_KDE_VERSION}
|
2002-05-31 15:59:25 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
COMMENT= Network modules for the KDE integrated X11 desktop
|
|
|
|
|
2004-02-04 15:42:23 +01:00
|
|
|
CONFLICTS= kopete-[0-9]*
|
|
|
|
|
2003-07-30 15:58:35 +02:00
|
|
|
.include "../../meta-pkgs/kde3/Makefile.kde3"
|
2002-05-31 15:59:25 +02:00
|
|
|
|
2004-04-22 00:30:11 +02:00
|
|
|
USE_BUILDLINK3= yes
|
2004-04-14 18:15:20 +02:00
|
|
|
USE_DIRS+= xdg-1.1
|
2002-08-01 07:48:00 +02:00
|
|
|
PTHREAD_OPTS+= require
|
2002-05-31 15:59:25 +02:00
|
|
|
|
Update to KDE 3.3
Changes:
* Kopete
o Implement Jabber file transfers. Till Gerken
o Add Jabber group chat support. Till Gerken
o Complete Kopete's handling of external changes to IM data stored
in KABC - add new contacts if added in KABC and rearrange
metacontacts following the data in KABC, similarly, remove. Will
Stephenson
o New connection API that supporting logging in as a different status
than "online" Matt Rogers
o New disconnect API so we can tell when we've been disconnected by
the server and can then reconnect. Matt Rogers
o Latex render plugin Duncan Mac-Vicar
o Add support for bold, italic and underlined messages to Yahoo Matt
Rogers
o Add new mail notifications to the Yahoo! plugin Matt Rogers
o Add SSL Support in IRC Jason Keirstead
o Add the ability to associate custom KNotify event notifications with
a metacontact (Buddy Pounce) Will Stephenson
o Add support for irc:// protocols in Konqueror Jason Keirstead
o Change the KopeteAwayAction to be more like Konqueror's Recent
Documents Jason Keirstead
o Add an alias plugin Jason Keirstead
o Seperate the password handling from KopeteAccount Richard Smith
o Support amaroK in Kopete's Now Listening plugin Will Stephenson
o Action to toggle encryption on/off in a chat. Olivier Goffart
o Implement KIMIface in Kopete to enable presence and messaging
integration across the desktop. Will Stephenson
o Merge data acquired from Kopete's protocols to the KDE address book,
e.g. names, email addresses and phone numbers. Will Stephenson
o Plugin to invite MSN contacts to uses gnomemeeting. Olivier Goffart
o "Send Email..." context menu entry. Reuben Sutton
o ICQ, support mimetype application/x-icq to add contacts Stefan Gehn
o AIM, support aim: protocol to add contacts Stefan Gehn
o ICQ, support for ignore-, invisible- and visible-list Stefan Gehn
o MSN incoming File transfers trought the chat session as MSN
Messenger 6 does.Olivier Goffart
* Remote Desktop Connection (krdc)
o Rewrote the RDP client to use an external rdesktop process, which
includes support for RDP 5. Currently this requires a patched
rdesktop version to be installed. Future rdesktop versions will have
this support built-in. Arend van Beelen jr.
o Switch to enforce the local cursor. Tim Jansen
* KWiFiManager
o when multiple cards are in use, each instance shows information
for one card Stefan Winter
o major code cleanup Stefan Winter
o support for wireless scanning Stefan Winter
* File Sharing
o Create an advanced fileshare Control Center module, based on
KSambaPlugin and KNFSPlugin Jan Schaefer
o Create an advanced Konqueror properties dialog plugin, based on
KSambaPlugin and KNFSPlugin Jan Schaefer
2004-08-21 16:56:17 +02:00
|
|
|
REPLACE_PERL= ksirc/dsirc \
|
|
|
|
knewsticker/knt-0.1-0.2.pl \
|
|
|
|
kopete/kopete/kconf_update/kopete-pluginloader.pl
|
2003-07-13 13:48:17 +02:00
|
|
|
|
2003-03-11 14:13:26 +01:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
|
|
CONFIGURE_ENV+= ac_cv_sys_file_offset_bits=no
|
|
|
|
.endif
|
|
|
|
|
2004-03-01 14:08:42 +01:00
|
|
|
.if !exists(${X11BASE}/lib/libXss.so)
|
|
|
|
CONFIGURE_ENV+= ac_cv_lib_Xss_XScreenSaverQueryInfo="no"
|
|
|
|
.endif
|
|
|
|
|
2004-11-08 04:58:43 +01:00
|
|
|
post-configure:
|
|
|
|
${TOUCH} ${WRKSRC}/Makefile ${WRKSRC}/config.h
|
|
|
|
(cd ${WRKSRC}/kopete/protocols/jabber/libiris/iris/xmpp-core; \
|
|
|
|
${MV} Makefile Makefile.save; ${GREP} -v "^#>" Makefile.save > Makefile; \
|
|
|
|
${RM} Makefile.save)
|
|
|
|
|
2004-04-22 00:30:11 +02:00
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
|
|
.include "../../converters/uulib/buildlink3.mk"
|
|
|
|
.include "../../databases/gdbm/buildlink3.mk"
|
Update to KDE 3.3
Changes:
* Kopete
o Implement Jabber file transfers. Till Gerken
o Add Jabber group chat support. Till Gerken
o Complete Kopete's handling of external changes to IM data stored
in KABC - add new contacts if added in KABC and rearrange
metacontacts following the data in KABC, similarly, remove. Will
Stephenson
o New connection API that supporting logging in as a different status
than "online" Matt Rogers
o New disconnect API so we can tell when we've been disconnected by
the server and can then reconnect. Matt Rogers
o Latex render plugin Duncan Mac-Vicar
o Add support for bold, italic and underlined messages to Yahoo Matt
Rogers
o Add new mail notifications to the Yahoo! plugin Matt Rogers
o Add SSL Support in IRC Jason Keirstead
o Add the ability to associate custom KNotify event notifications with
a metacontact (Buddy Pounce) Will Stephenson
o Add support for irc:// protocols in Konqueror Jason Keirstead
o Change the KopeteAwayAction to be more like Konqueror's Recent
Documents Jason Keirstead
o Add an alias plugin Jason Keirstead
o Seperate the password handling from KopeteAccount Richard Smith
o Support amaroK in Kopete's Now Listening plugin Will Stephenson
o Action to toggle encryption on/off in a chat. Olivier Goffart
o Implement KIMIface in Kopete to enable presence and messaging
integration across the desktop. Will Stephenson
o Merge data acquired from Kopete's protocols to the KDE address book,
e.g. names, email addresses and phone numbers. Will Stephenson
o Plugin to invite MSN contacts to uses gnomemeeting. Olivier Goffart
o "Send Email..." context menu entry. Reuben Sutton
o ICQ, support mimetype application/x-icq to add contacts Stefan Gehn
o AIM, support aim: protocol to add contacts Stefan Gehn
o ICQ, support for ignore-, invisible- and visible-list Stefan Gehn
o MSN incoming File transfers trought the chat session as MSN
Messenger 6 does.Olivier Goffart
* Remote Desktop Connection (krdc)
o Rewrote the RDP client to use an external rdesktop process, which
includes support for RDP 5. Currently this requires a patched
rdesktop version to be installed. Future rdesktop versions will have
this support built-in. Arend van Beelen jr.
o Switch to enforce the local cursor. Tim Jansen
* KWiFiManager
o when multiple cards are in use, each instance shows information
for one card Stefan Winter
o major code cleanup Stefan Winter
o support for wireless scanning Stefan Winter
* File Sharing
o Create an advanced fileshare Control Center module, based on
KSambaPlugin and KNFSPlugin Jan Schaefer
o Create an advanced Konqueror properties dialog plugin, based on
KSambaPlugin and KNFSPlugin Jan Schaefer
2004-08-21 16:56:17 +02:00
|
|
|
.include "../../devel/libidn/buildlink3.mk"
|
2004-04-22 00:30:11 +02:00
|
|
|
.include "../../net/openslp/buildlink3.mk"
|
|
|
|
.include "../../x11/kdebase3/buildlink3.mk"
|
|
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
2002-10-05 15:11:27 +02:00
|
|
|
|
2002-05-31 15:59:25 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|