diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-02 17:33:25 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-02 17:33:25 +0000 |
commit | 2dd6d31d0f6b676ba59d74034db45ac95054f62e (patch) | |
tree | 0910aa3282794e334aea8926c2898e8815aa23c4 /net | |
parent | c5acd36a4194290dbe430d1d8069dd23e3f42cb0 (diff) | |
download | pkgsrc-2dd6d31d0f6b676ba59d74034db45ac95054f62e.tar.gz |
Imported logjam.
"LiveJournal.com... because you like to think other people care."
LogJam is a client for LiveJournal. It lets you post, edit old entries,
manage your friends, and whatever other useful LiveJournal-related
features we can think of.
Diffstat (limited to 'net')
-rw-r--r-- | net/logjam/DESCR | 5 | ||||
-rw-r--r-- | net/logjam/Makefile | 25 | ||||
-rw-r--r-- | net/logjam/PLIST | 22 | ||||
-rw-r--r-- | net/logjam/distinfo | 5 |
4 files changed, 57 insertions, 0 deletions
diff --git a/net/logjam/DESCR b/net/logjam/DESCR new file mode 100644 index 00000000000..26f0523b30e --- /dev/null +++ b/net/logjam/DESCR @@ -0,0 +1,5 @@ +"LiveJournal.com... because you like to think other people care." + +LogJam is a client for LiveJournal. It lets you post, edit old entries, +manage your friends, and whatever other useful LiveJournal-related +features we can think of. diff --git a/net/logjam/Makefile b/net/logjam/Makefile new file mode 100644 index 00000000000..6f0ae487e5d --- /dev/null +++ b/net/logjam/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/10/02 17:33:25 rillig Exp $ +# + +DISTNAME= logjam-4.5.3 +CATEGORIES= net +MASTER_SITES= http://logjam.danga.com/download/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= rillig@NetBSD.org +HOMEPAGE= http://logjam.danga.com/download/ +COMMENT= GTK client for LiveJournal.com + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-xmms +USE_LIBTOOL= yes +USE_TOOLS+= perl pkg-config + +.include "../../databases/sqlite3/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../graphics/librsvg2/buildlink3.mk" +.include "../../net/libsoup-devel/buildlink3.mk" +.include "../../textproc/gtkspell/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/logjam/PLIST b/net/logjam/PLIST new file mode 100644 index 00000000000..4f534518d8c --- /dev/null +++ b/net/logjam/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/02 17:33:25 rillig Exp $ +bin/logjam +man/man1/logjam.1 +share/applications/logjam.desktop +share/locale/de/LC_MESSAGES/logjam.mo +share/locale/en_GB/LC_MESSAGES/logjam.mo +share/locale/en_US.UTF-8/LC_MESSAGES/logjam.mo +share/locale/es/LC_MESSAGES/logjam.mo +share/locale/he/LC_MESSAGES/logjam.mo +share/locale/ja/LC_MESSAGES/logjam.mo +share/locale/ru_RU/LC_MESSAGES/logjam.mo +share/locale/uk_UA/LC_MESSAGES/logjam.mo +share/pixmaps/logjam_goat.png +share/pixmaps/logjam_pencil.png +@dirrm share/pixmaps +@dirrm share/locale/uk_UA/LC_MESSAGES +@dirrm share/locale/uk_UA +@dirrm share/locale/ru_RU/LC_MESSAGES +@dirrm share/locale/ru_RU +@dirrm share/locale/en_US.UTF-8/LC_MESSAGES +@dirrm share/locale/en_US.UTF-8 +@dirrm share/applications diff --git a/net/logjam/distinfo b/net/logjam/distinfo new file mode 100644 index 00000000000..98c4244fcef --- /dev/null +++ b/net/logjam/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/10/02 17:33:25 rillig Exp $ + +SHA1 (logjam-4.5.3.tar.bz2) = 05cfe92b04696fa4b7db6f4bd91e3f5b59757bea +RMD160 (logjam-4.5.3.tar.bz2) = 2c834178ae37c95621814b81852c528f210baed2 +Size (logjam-4.5.3.tar.bz2) = 748831 bytes |