diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-17 14:35:56 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-17 14:35:56 +0000 |
commit | 0fd83ad843ec574bf82512d325d8be14aa1ab621 (patch) | |
tree | 94c6f42add11826391a2374daa43c76272a3e100 /deskutils | |
parent | b4a50f94fdadb9eae57cb8a368dda3abfea531a8 (diff) | |
download | ports-0fd83ad843ec574bf82512d325d8be14aa1ab621.tar.gz ports-0fd83ad843ec574bf82512d325d8be14aa1ab621.zip |
Notes
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 0cef00164f55..fcf9fec902bb 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 000000000000..ba53884c21e4 --- /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 000000000000..6396f35ba1d6 --- /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 000000000000..9fae12e82336 --- /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 000000000000..1de2a476ab49 --- /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 000000000000..47d68912d639 --- /dev/null +++ b/deskutils/logjam/pkg-plist @@ -0,0 +1,3 @@ +bin/logjam +share/pixmaps/goat.png +share/pixmaps/goat.xpm |