diff options
author | miwi <miwi@FreeBSD.org> | 2008-06-21 19:01:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-06-21 19:01:17 +0800 |
commit | cf25fc0366e08c0b76f16691a7847078dc5bd1a2 (patch) | |
tree | f153cd5478d2cfe2b62a387f75acaa30ad3ad517 | |
parent | b124a435ce78276f7c362416fd80dd5d45ba3aac (diff) | |
download | freebsd-ports-gnome-cf25fc0366e08c0b76f16691a7847078dc5bd1a2.tar.gz freebsd-ports-gnome-cf25fc0366e08c0b76f16691a7847078dc5bd1a2.tar.zst freebsd-ports-gnome-cf25fc0366e08c0b76f16691a7847078dc5bd1a2.zip |
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.
WWW: http://www.justjournal.com/
PR: ports/124382
Submitted by: Lucas Holt <luke at justjournal.com>
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/jjclient/Makefile | 23 | ||||
-rw-r--r-- | deskutils/jjclient/distinfo | 3 | ||||
-rw-r--r-- | deskutils/jjclient/pkg-descr | 7 |
4 files changed, 34 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 603047d716fe..8b91ed4c05f9 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -105,6 +105,7 @@ SUBDIR += howm SUBDIR += ical SUBDIR += ithought + SUBDIR += jjclient SUBDIR += jlj SUBDIR += karamba SUBDIR += katapult diff --git a/deskutils/jjclient/Makefile b/deskutils/jjclient/Makefile new file mode 100644 index 000000000000..7a845931c4d0 --- /dev/null +++ b/deskutils/jjclient/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: jjclient +# Date created: 07 June 2008 +# Whom: Lucas Holt <luke@justjournal.com> +# +# $FreeBSD$ +# + +PORTNAME= jjclient +PORTVERSION= 1.0 +CATEGORIES= deskutils +MASTER_SITES= http://www.justjournal.com/software/unix/ +DISTNAME= ${PORTNAME}_1.0 + +MAINTAINER= luke@justjournal.com +COMMENT= A command line client for posting JustJournal entries + +LIB_DEPENDS+= xmlrpc.9:${PORTSDIR}/net/xmlrpc-c + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +PLIST_FILES= bin/jjclient + +.include <bsd.port.mk> diff --git a/deskutils/jjclient/distinfo b/deskutils/jjclient/distinfo new file mode 100644 index 000000000000..12283c061724 --- /dev/null +++ b/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 diff --git a/deskutils/jjclient/pkg-descr b/deskutils/jjclient/pkg-descr new file mode 100644 index 000000000000..21a74b0c32b9 --- /dev/null +++ b/deskutils/jjclient/pkg-descr @@ -0,0 +1,7 @@ +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. + +WWW: http://www.justjournal.com/ |