[Midnightbsd-cvs] mports: mports/deskutils: Add the new Just Journal client.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Feb 27 13:58:03 EST 2008


Log Message:
-----------
Add the new Just Journal client.

This client allows you to blog entries from the command line using the just journal service.  It uses the XML-RPC blogger api feature of justjournal.com to communicate.

Modified Files:
--------------
    mports/deskutils:
        Makefile (r1.27 -> r1.28)

Added Files:
-----------
    mports/deskutils/jjclient:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/Makefile,v
retrieving revision 1.27
retrieving revision 1.28
diff -L deskutils/Makefile -L deskutils/Makefile -u -r1.27 -r1.28
--- deskutils/Makefile
+++ deskutils/Makefile
@@ -23,6 +23,7 @@
     SUBDIR += gucharmap
     SUBDIR += gworkspace
     SUBDIR += hot-babe
+    SUBDIR += jjclient
     SUBDIR += jlj
     SUBDIR += kbirthday
     SUBDIR += kdepim3
--- /dev/null
+++ deskutils/jjclient/pkg-descr
@@ -0,0 +1,5 @@
+jjclient - A command line client for posting JustJournal entries
+
+jjclient is a UNIX-style client for JustJournal that allows you to
+post blog entries from the command line without the need for a web
+browser.
--- /dev/null
+++ deskutils/jjclient/pkg-plist
@@ -0,0 +1 @@
+bin/jjclient
--- /dev/null
+++ deskutils/jjclient/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for:	jjclient
+# Date created:				27 Feb 2008
+# Whom:					Lucas Holt <luke at midnightbsd.org>
+#
+# $MidnightBSD: mports/deskutils/jjclient/Makefile,v 1.1 2008/02/27 18:58:01 laffer1 Exp $
+#
+
+PORTNAME=	jjclient
+PORTVERSION=	1.0
+CATEGORIES=	deskutils
+MASTER_SITES=	http://www.justjournal.com/software/unix/
+DISTFILES=	${PORTNAME}_1.0.tar.gz
+
+MAINTAINER=	luke at midnightbsd.org
+COMMENT=	A command line client for posting JustJournal entries
+LICENSE=	bsd2
+
+LIB_DEPENDS+=	xmlrpc_client.9:${PORTSDIR}/net/xmlrpc-c
+
+.include <bsd.port.mk>
--- /dev/null
+++ deskutils/jjclient/distinfo
@@ -0,0 +1,3 @@
+MD5 (jjclient_1.0.tar.gz) = 832a27f354fb56206fdc9c07ca129ab5
+SHA256 (jjclient_1.0.tar.gz) = 9771a31a57a252d889c98615dcc1610826145aff9a057a493348037220c2dd46
+SIZE (jjclient_1.0.tar.gz) = 2399


More information about the Midnightbsd-cvs mailing list