diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-03 20:47:26 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-03 20:47:26 +0000 |
commit | 5be2775866f52640b99dde7be7d62e4533e51198 (patch) | |
tree | 8ab611473efba07c3d717480986795eafed3d656 /deskutils | |
parent | Update to 2.0.90. (diff) |
Add KLuJe, a LiveJournal client for KDE
PR: 54975
Submitted by: Jesse McConnell <jesse_mcconnell@hotmail.com>
Notes
Notes:
svn path=/head/; revision=86239
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/kluje/Makefile | 22 | ||||
-rw-r--r-- | deskutils/kluje/distinfo | 1 | ||||
-rw-r--r-- | deskutils/kluje/pkg-descr | 13 | ||||
-rw-r--r-- | deskutils/kluje/pkg-plist | 13 |
5 files changed, 50 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index a6407145b50c..7050814ad1d5 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -29,6 +29,7 @@ SUBDIR += karamba SUBDIR += kbirthday SUBDIR += kdepim3 + SUBDIR += kluje SUBDIR += knowit SUBDIR += kronolith SUBDIR += krss diff --git a/deskutils/kluje/Makefile b/deskutils/kluje/Makefile new file mode 100644 index 000000000000..2ccaa1f621b6 --- /dev/null +++ b/deskutils/kluje/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: kluje +# Date created: 27 July 2003 +# Whom: Jesse McConnell <jesse@gallup.com> +# +# $FreeBSD$ +# + +PORTNAME= kluje +PORTVERSION= 0.7 +CATEGORIES= deskutils kde +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= jesse@gallup.com +COMMENT= A KDE application for submitting updates to livejournal.com + +USE_KDELIBS_VER= 3 +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/deskutils/kluje/distinfo b/deskutils/kluje/distinfo new file mode 100644 index 000000000000..392b73d43c60 --- /dev/null +++ b/deskutils/kluje/distinfo @@ -0,0 +1 @@ +MD5 (kluje-0.7.tar.gz) = 5cef0c14202baf748425cf9fba172abe diff --git a/deskutils/kluje/pkg-descr b/deskutils/kluje/pkg-descr new file mode 100644 index 000000000000..32f8fce13c15 --- /dev/null +++ b/deskutils/kluje/pkg-descr @@ -0,0 +1,13 @@ +KLuJe is a LiveJournal client for KDE. + +Current features include: +- Posting with optional subject or mood +- Posting to multiple journals or communities +- Editing events in the past +- Systray icon, with menu of quick links +- Auto polling for friends' posts, w/animated systray icon alert +- Integrated spell checking +- Fast server support (for paid accounts) +- MD5 password storage/transmis + +WWW: http://sourceforge.net/projects/kluje/ diff --git a/deskutils/kluje/pkg-plist b/deskutils/kluje/pkg-plist new file mode 100644 index 000000000000..1c2df06a593e --- /dev/null +++ b/deskutils/kluje/pkg-plist @@ -0,0 +1,13 @@ +bin/kluje +share/apps/kluje/klujeui.rc +share/applnk/Internet/kluje.desktop +share/icons/locolor/32x32/apps/kluje.png +share/icons/hicolor/32x32/apps/kluje.png +share/icons/locolor/16x16/apps/kluje.png +share/icons/hicolor/16x16/apps/kluje.png +share/icons/hicolor/16x16/apps/kluje_blink.png +share/doc/HTML/en/kluje/index.docbook +share/doc/HTML/en/kluje/index.cache.bz2 +share/doc/HTML/en/kluje/common +@dirrm share/apps/kluje +@dirrm share/doc/HTML/en/kluje |