FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 2:47 PM BST
Port details
kblticker 0.2.1_7 deskutils on this many watch lists=2 search for ports that depend on this port
KDE bloglines notifier
Maintained by: mich@FreeBSD.org search for ports maintained by this maintainer
Port Added: 29 Apr 2004 16:01:33
Also Listed In: kde ipv6
License: not specified in port


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!

Author:		Konstantin Grusha <zoi@project7.ru>
WWW:		http://sourceforge.net/projects/kblticker
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: x11-toolkits/qt33, devel/gmake, devel/libtool
Required To Run: x11-toolkits/qt33
Required Libraries: x11/kdelibs3
There are no ports dependent upon this port

To install the port: cd /usr/ports/deskutils/kblticker/ && make install clean
To add the package: pkg_add -r kblticker


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/kblticker/kblticker/0.2.1/
http://sunet.dl.sourceforge.net/project/kblticker/kblticker/0.2.1/
http://iweb.dl.sourceforge.net/project/kblticker/kblticker/0.2.1/
http://switch.dl.sourceforge.net/project/kblticker/kblticker/0.2.1/
http://surfnet.dl.sourceforge.net/project/kblticker/kblticker/0.2.1/
http://kent.dl.sourceforge.net/project/kblticker/kblticker/0.2.1/
http://freefr.dl.sourceforge.net/project/kblticker/kblticker/0.2.1/
http://voxel.dl.sourceforge.net/project/kblticker/kblticker/0.2.1/
http://jaist.dl.sourceforge.net/project/kblticker/kblticker/0.2.1/
http://osdn.dl.sourceforge.net/project/kblticker/kblticker/0.2.1/
http://nchc.dl.sourceforge.net/project/kblticker/kblticker/0.2.1/
http://ncu.dl.sourceforge.net/project/kblticker/kblticker/0.2.1/
http://transact.dl.sourceforge.net/project/kblticker/kblticker/0.2.1/
http://softlayer.dl.sourceforge.net/project/kblticker/kblticker/0.2.1/
http://internode.dl.sourceforge.net/project/kblticker/kblticker/0.2.1/
http://ufpr.dl.sourceforge.net/project/kblticker/kblticker/0.2.1/
http://waix.dl.sourceforge.net/project/kblticker/kblticker/0.2.1/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 18

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
24 Oct 2011 09:11:38
Original commit files touched by this commit  0.2.1_7
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
22 Oct 2011 23:50:23
Original commit files touched by this commit  0.2.1_7
eadler search for other commits by this committer
- remove maintainer tags from pkg-descr

Approved by:    portmgr
Approved by:    bapt (mentor)
20 Mar 2011 12:54:45
Original commit files touched by this commit  0.2.1_7
miwi search for other commits by this committer
- Get Rid MD5 support
04 Dec 2010 07:34:27
Original commit files touched by this commit  0.2.1_7
ade search for other commits by this committer
Sync to new bsd.autotools.mk
28 Mar 2010 06:47:48
Original commit files touched by this commit  0.2.1_7
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  0.2.1_6
dinoex search for other commits by this committer
- update to jpeg-8
22 Aug 2009 00:18:43
Original commit files touched by this commit  0.2.1_5
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
02 Aug 2009 19:36:34
Original commit files touched by this commit  0.2.1_5
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
31 Jul 2009 13:57:52
Original commit files touched by this commit  0.2.1_5
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.2.1_4
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
06 Jun 2008 13:18:34
Original commit files touched by this commit  0.2.1_4
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
19 May 2007 20:32:57
Original commit files touched by this commit  0.2.1_3
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.2.1_2
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 08:24:40
Original commit files touched by this commit  0.2.1_2
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
22 Jan 2006 01:29:46
Original commit files touched by this commit  0.2.1_2
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
05 Nov 2005 05:22:06
Original commit files touched by this commit  0.2.1_2
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
12 Mar 2005 10:54:27
Original commit files touched by this commit  0.2.1_1
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
29 Apr 2004 16:00:48
Original commit files touched by this commit  0.2.1
mich search for other commits by this committer
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!

Number of commits found: 18

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23670
Broken 193
Deprecated 147
Ignore 735
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 14
new 48 hours31
new 7 days57
new fortnight181
new month253

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.211 seconds.