diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-17 14:35:56 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-17 14:35:56 +0000 |
commit | 3017f11bc5e38b4f85acb35e5d64ea00ce0e8d2c (patch) | |
tree | 5a68f5626dc7bb188def57f0dad73e57a82403fb /deskutils | |
parent | 365e9b5ff15f433067228e2952ba7397e6c431fa (diff) | |
download | FreeBSD-ports-3017f11bc5e38b4f85acb35e5d64ea00ce0e8d2c.zip FreeBSD-ports-3017f11bc5e38b4f85acb35e5d64ea00ce0e8d2c.tar.gz |
add logjam
A GTK interface to user journals on www.livejournal.com
PR: 29684
Submitted by: Alan P. Laudicina <alanp@unixpower.org>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/logjam/Makefile | 23 | ||||
-rw-r--r-- | deskutils/logjam/distinfo | 1 | ||||
-rw-r--r-- | deskutils/logjam/pkg-comment | 1 | ||||
-rw-r--r-- | deskutils/logjam/pkg-descr | 6 | ||||
-rw-r--r-- | deskutils/logjam/pkg-plist | 3 |
6 files changed, 35 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 0cef001..fcf9fec 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -23,6 +23,7 @@ SUBDIR += kdepim SUBDIR += korganizer SUBDIR += kproject + SUBDIR += logjam SUBDIR += loserjabber SUBDIR += mhc-emacs20 SUBDIR += mhc-xemacs21-mule diff --git a/deskutils/logjam/Makefile b/deskutils/logjam/Makefile new file mode 100644 index 0000000..ba53884 --- /dev/null +++ b/deskutils/logjam/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: logjam +# Date created: 13 Aug 01 +# Whom: alanp@unixpower.org +# +# $FreeBSD$ +# + +PORTNAME= logjam +PORTVERSION= 3.0.0 +CATEGORIES= deskutils +MASTER_SITES= http://logjam.danga.com/download/ + +MAINTAINER= alanp@unixpower.org + +LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl + +MAN1= logjam.1 + +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_GTK= yes + +.include <bsd.port.mk> diff --git a/deskutils/logjam/distinfo b/deskutils/logjam/distinfo new file mode 100644 index 0000000..6396f35 --- /dev/null +++ b/deskutils/logjam/distinfo @@ -0,0 +1 @@ +MD5 (logjam-3.0.0.tar.gz) = 178dd0b5317f00c65699a9ed0c419d8f diff --git a/deskutils/logjam/pkg-comment b/deskutils/logjam/pkg-comment new file mode 100644 index 0000000..9fae12e --- /dev/null +++ b/deskutils/logjam/pkg-comment @@ -0,0 +1 @@ +A GTK interface to user journals on www.livejournal.com diff --git a/deskutils/logjam/pkg-descr b/deskutils/logjam/pkg-descr new file mode 100644 index 0000000..1de2a47 --- /dev/null +++ b/deskutils/logjam/pkg-descr @@ -0,0 +1,6 @@ +"LiveJournal.com... because you like to think other people care." +LogJam is a client for LiveJournal. It sits unobtrusively in the +corner of your screen, waiting for you to have something worthwhile to +tell the world. + +WWW: http://logjam.danga.com/ diff --git a/deskutils/logjam/pkg-plist b/deskutils/logjam/pkg-plist new file mode 100644 index 0000000..47d68912 --- /dev/null +++ b/deskutils/logjam/pkg-plist @@ -0,0 +1,3 @@ +bin/logjam +share/pixmaps/goat.png +share/pixmaps/goat.xpm |