mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add kpopup, KDE program for sending and receiving WinPopup messages
PR: 51549 Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
This commit is contained in:
parent
8da816967a
commit
d946eb8abd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79915
30
net-im/kpopup/Makefile
Normal file
30
net-im/kpopup/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: KPopup
|
||||
# Date created: Apr 4, 2003
|
||||
# Whom: Frerich Raabe <frerich.raabe@gmx.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kpopup
|
||||
PORTVERSION= 0.9.1
|
||||
CATEGORIES= net kde
|
||||
MASTER_SITES= http://www.henschelsoft.de/kpopup/
|
||||
|
||||
MAINTAINER= frerich.raabe@gmx.de
|
||||
COMMENT= KDE program for sending and receiving MS Windows WinPopup messages
|
||||
|
||||
RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba
|
||||
|
||||
USE_KDELIBS_VER=3
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/kpopup/misc.cpp \
|
||||
${WRKSRC}/kpopup/make_popup.cpp ${WRKSRC}/kpopup/main.cpp
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE} | ${SED} -e 's,%%PREFIX%%,${PREFIX},g'
|
||||
|
||||
.include <bsd.port.mk>
|
1
net-im/kpopup/distinfo
Normal file
1
net-im/kpopup/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (kpopup-0.9.1.tar.gz) = 0fe30038ce7785ec533fd90a61a79b91
|
5
net-im/kpopup/pkg-descr
Normal file
5
net-im/kpopup/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
KDE program for sending and receiving MS Windows WinPopup messages.
|
||||
|
||||
WWW: http://www.henschelsoft.de/kpopup_en.html
|
||||
|
||||
- Frerich Raabe frerich.raabe@gmx.de
|
5
net-im/kpopup/pkg-message
Normal file
5
net-im/kpopup/pkg-message
Normal file
@ -0,0 +1,5 @@
|
||||
NOTE: To be able to receive messages with KPopup, you need to change your
|
||||
Samba configuration file (smb.conf): locate the [global] section in the
|
||||
configuration file, and add the following line:
|
||||
|
||||
message command = sh -c 'export DISPLAY:0; %%PREFIX%%/bin/kpopup %s %f;' &
|
18
net-im/kpopup/pkg-plist
Normal file
18
net-im/kpopup/pkg-plist
Normal file
@ -0,0 +1,18 @@
|
||||
bin/kpopup
|
||||
share/applnk/Applications/kpopup.desktop
|
||||
share/icons/hicolor/16x16/apps/kpopup.png
|
||||
share/icons/hicolor/32x32/apps/kpopup.png
|
||||
share/icons/hicolor/48x48/apps/kpopup.png
|
||||
share/icons/locolor/16x16/apps/kpopup.png
|
||||
share/icons/locolor/32x32/apps/kpopup.png
|
||||
share/locale/de/LC_MESSAGES/kpopup.mo
|
||||
%%PORTDOCS%%share/doc/HTML/en/kpopup/common
|
||||
%%PORTDOCS%%share/doc/HTML/en/kpopup/index-1.html
|
||||
%%PORTDOCS%%share/doc/HTML/en/kpopup/index-2.html
|
||||
%%PORTDOCS%%share/doc/HTML/en/kpopup/index-3.html
|
||||
%%PORTDOCS%%share/doc/HTML/en/kpopup/index-4.html
|
||||
%%PORTDOCS%%share/doc/HTML/en/kpopup/index.cache.bz2
|
||||
%%PORTDOCS%%share/doc/HTML/en/kpopup/index.docbook
|
||||
%%PORTDOCS%%share/doc/HTML/en/kpopup/index.html
|
||||
%%PORTDOCS%%share/doc/HTML/en/kpopup/logotp3.png
|
||||
@dirrm share/doc/HTML/en/kpopup
|
@ -255,6 +255,7 @@
|
||||
SUBDIR += kmldonkey
|
||||
SUBDIR += konverse
|
||||
SUBDIR += kopete
|
||||
SUBDIR += kpopup
|
||||
SUBDIR += krdesktop
|
||||
SUBDIR += kxicq-devel
|
||||
SUBDIR += l2tpd
|
||||
|
30
net/kpopup/Makefile
Normal file
30
net/kpopup/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: KPopup
|
||||
# Date created: Apr 4, 2003
|
||||
# Whom: Frerich Raabe <frerich.raabe@gmx.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kpopup
|
||||
PORTVERSION= 0.9.1
|
||||
CATEGORIES= net kde
|
||||
MASTER_SITES= http://www.henschelsoft.de/kpopup/
|
||||
|
||||
MAINTAINER= frerich.raabe@gmx.de
|
||||
COMMENT= KDE program for sending and receiving MS Windows WinPopup messages
|
||||
|
||||
RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba
|
||||
|
||||
USE_KDELIBS_VER=3
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/kpopup/misc.cpp \
|
||||
${WRKSRC}/kpopup/make_popup.cpp ${WRKSRC}/kpopup/main.cpp
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE} | ${SED} -e 's,%%PREFIX%%,${PREFIX},g'
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/kpopup/distinfo
Normal file
1
net/kpopup/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (kpopup-0.9.1.tar.gz) = 0fe30038ce7785ec533fd90a61a79b91
|
5
net/kpopup/pkg-descr
Normal file
5
net/kpopup/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
KDE program for sending and receiving MS Windows WinPopup messages.
|
||||
|
||||
WWW: http://www.henschelsoft.de/kpopup_en.html
|
||||
|
||||
- Frerich Raabe frerich.raabe@gmx.de
|
5
net/kpopup/pkg-message
Normal file
5
net/kpopup/pkg-message
Normal file
@ -0,0 +1,5 @@
|
||||
NOTE: To be able to receive messages with KPopup, you need to change your
|
||||
Samba configuration file (smb.conf): locate the [global] section in the
|
||||
configuration file, and add the following line:
|
||||
|
||||
message command = sh -c 'export DISPLAY:0; %%PREFIX%%/bin/kpopup %s %f;' &
|
18
net/kpopup/pkg-plist
Normal file
18
net/kpopup/pkg-plist
Normal file
@ -0,0 +1,18 @@
|
||||
bin/kpopup
|
||||
share/applnk/Applications/kpopup.desktop
|
||||
share/icons/hicolor/16x16/apps/kpopup.png
|
||||
share/icons/hicolor/32x32/apps/kpopup.png
|
||||
share/icons/hicolor/48x48/apps/kpopup.png
|
||||
share/icons/locolor/16x16/apps/kpopup.png
|
||||
share/icons/locolor/32x32/apps/kpopup.png
|
||||
share/locale/de/LC_MESSAGES/kpopup.mo
|
||||
%%PORTDOCS%%share/doc/HTML/en/kpopup/common
|
||||
%%PORTDOCS%%share/doc/HTML/en/kpopup/index-1.html
|
||||
%%PORTDOCS%%share/doc/HTML/en/kpopup/index-2.html
|
||||
%%PORTDOCS%%share/doc/HTML/en/kpopup/index-3.html
|
||||
%%PORTDOCS%%share/doc/HTML/en/kpopup/index-4.html
|
||||
%%PORTDOCS%%share/doc/HTML/en/kpopup/index.cache.bz2
|
||||
%%PORTDOCS%%share/doc/HTML/en/kpopup/index.docbook
|
||||
%%PORTDOCS%%share/doc/HTML/en/kpopup/index.html
|
||||
%%PORTDOCS%%share/doc/HTML/en/kpopup/logotp3.png
|
||||
@dirrm share/doc/HTML/en/kpopup
|
Loading…
Reference in New Issue
Block a user