diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-16 04:26:24 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-16 04:26:24 +0000 |
commit | 8930261658affaa060915d38b7619675658db440 (patch) | |
tree | e6e3e7aebb2155683053b10666faea5820f2caa5 | |
parent | b580eb756162ee9491d112739e7b704ebbd51d9f (diff) | |
download | FreeBSD-ports-8930261658affaa060915d38b7619675658db440.zip FreeBSD-ports-8930261658affaa060915d38b7619675658db440.tar.gz |
new port, deskutils/logjam2
PR: ports/44774
Submitted by: michael johnson <ahze@rgv.net>
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/logjam2/Makefile | 24 | ||||
-rw-r--r-- | deskutils/logjam2/distinfo | 1 | ||||
-rw-r--r-- | deskutils/logjam2/pkg-comment | 1 | ||||
-rw-r--r-- | deskutils/logjam2/pkg-descr | 6 | ||||
-rw-r--r-- | deskutils/logjam2/pkg-plist | 1 |
6 files changed, 34 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 9446b89..1a897ee 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -27,6 +27,7 @@ SUBDIR += kronolith SUBDIR += krss SUBDIR += logjam + SUBDIR += logjam2 SUBDIR += loserjabber SUBDIR += mcal SUBDIR += mencal diff --git a/deskutils/logjam2/Makefile b/deskutils/logjam2/Makefile new file mode 100644 index 0000000..4631226 --- /dev/null +++ b/deskutils/logjam2/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: logjam2 +# Date created: 30 Oct 2002 +# Whom: michael johnson <ahze@rgv.net> +# +# $FreeBSD$ +# + +PORTNAME= logjam2 +PORTVERSION= 4.0.0 +CATEGORIES= deskutils +MASTER_SITES= http://logjam.danga.com/download/ + +MAINTAINER= ahze@rgv.net + +LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl \ + gtkspell.0:${PORTSDIR}/textproc/gtkspell2 + +MAN1= logjam.1 + +USE_GMAKE= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/deskutils/logjam2/distinfo b/deskutils/logjam2/distinfo new file mode 100644 index 0000000..c84d56d --- /dev/null +++ b/deskutils/logjam2/distinfo @@ -0,0 +1 @@ +MD5 (logjam-4.0.0.tar.gz) = 8bc409c821c08ed2955feb3423aed7d7 diff --git a/deskutils/logjam2/pkg-comment b/deskutils/logjam2/pkg-comment new file mode 100644 index 0000000..9fae12e --- /dev/null +++ b/deskutils/logjam2/pkg-comment @@ -0,0 +1 @@ +A GTK interface to user journals on www.livejournal.com diff --git a/deskutils/logjam2/pkg-descr b/deskutils/logjam2/pkg-descr new file mode 100644 index 0000000..5a6b2a1 --- /dev/null +++ b/deskutils/logjam2/pkg-descr @@ -0,0 +1,6 @@ +"LiveJournal.com... because you like to think other people care." +LogJam is a GTK-2 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/logjam2/pkg-plist b/deskutils/logjam2/pkg-plist new file mode 100644 index 0000000..798f28a --- /dev/null +++ b/deskutils/logjam2/pkg-plist @@ -0,0 +1 @@ +bin/logjam |