kblticker port added.
This small application sits in the KDE system tray and patiently checks a BlogLines account for updates in specified periods, notifying the user of new entries as they appear. Features bells and whistles!
This commit is contained in:
parent
b952baa926
commit
0656e1c04d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107976
5 changed files with 66 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
|||
SUBDIR += journal
|
||||
SUBDIR += karamba
|
||||
SUBDIR += kbirthday
|
||||
SUBDIR += kblticker
|
||||
SUBDIR += kdepim3
|
||||
SUBDIR += kickpim
|
||||
SUBDIR += kluje
|
||||
|
|
26
deskutils/kblticker/Makefile
Normal file
26
deskutils/kblticker/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: kblticker
|
||||
# Date created: Thu Apr 29, 2004
|
||||
# Whom: Michael L. Hostbaek (mich@FreeBSD.org)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kblticker
|
||||
PORTVERSION= 0.2.1
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= mich@FreeBSD.org
|
||||
COMMENT= KDE bloglines notifier
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_KDELIBS_VER= 3
|
||||
|
||||
CONFIGURE_ARGS+= --enable-final
|
||||
|
||||
CONFIGURE_TARGET=
|
||||
|
||||
.include <bsd.port.mk>
|
2
deskutils/kblticker/distinfo
Normal file
2
deskutils/kblticker/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (kblticker-0.2.1.tar.gz) = 95840f0c83546f7e1903ddd488ce4bf6
|
||||
SIZE (kblticker-0.2.1.tar.gz) = 539303
|
9
deskutils/kblticker/pkg-descr
Normal file
9
deskutils/kblticker/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
This small application sits in the KDE system tray and patiently checks
|
||||
a BlogLines account for updates in specified periods, notifying the
|
||||
user of new entries as they appear. Features bells and whistles!
|
||||
|
||||
WWW: http://sourceforge.net/projects/kblticker
|
||||
AUTHOR: Konstantin Grusha <zoi@project7.ru>
|
||||
|
||||
- Michael L. Hostbaek
|
||||
mich@FreeBSD.org
|
28
deskutils/kblticker/pkg-plist
Normal file
28
deskutils/kblticker/pkg-plist
Normal file
|
@ -0,0 +1,28 @@
|
|||
bin/kblticker
|
||||
share/applnk/Internet/kblticker.desktop
|
||||
share/apps/kblticker/icons/hicolor/16x16/actions/kblticker_idle.png
|
||||
share/apps/kblticker/icons/hicolor/16x16/actions/kblticker_new.png
|
||||
share/apps/kblticker/icons/hicolor/22x22/actions/kblticker_idle.png
|
||||
share/apps/kblticker/icons/hicolor/22x22/actions/kblticker_new.png
|
||||
share/doc/HTML/en/kblticker/common
|
||||
share/doc/HTML/en/kblticker/index.cache.bz2
|
||||
share/doc/HTML/en/kblticker/index.docbook
|
||||
share/icons/hicolor/128x128/apps/kblticker.png
|
||||
share/icons/hicolor/16x16/apps/kblticker.png
|
||||
share/icons/hicolor/32x32/apps/kblticker.png
|
||||
share/icons/hicolor/48x48/apps/kblticker.png
|
||||
share/icons/hicolor/64x64/apps/kblticker.png
|
||||
share/sounds/kblticker_bells.wav
|
||||
share/sounds/kblticker_whistles.wav
|
||||
@dirrm share/doc/HTML/en/kblticker
|
||||
@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true
|
||||
@unexec rmdir %D/share/doc/HTML 2>/dev/null || true
|
||||
@dirrm share/apps/kblticker/icons/hicolor/16x16/actions
|
||||
@dirrm share/apps/kblticker/icons/hicolor/22x22/actions
|
||||
@dirrm share/apps/kblticker/icons/hicolor/16x16
|
||||
@dirrm share/apps/kblticker/icons/hicolor/22x22
|
||||
@dirrm share/apps/kblticker/icons/hicolor
|
||||
@dirrm share/apps/kblticker/icons
|
||||
@dirrm share/apps/kblticker
|
||||
@unexec rmdir %D/share/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk 2>/dev/null || true
|
Loading…
Reference in a new issue