Add ljclive, a command line client for posting LiveJournal entries.
LiveJournal is an online journal (blog/friends) community, see www.livejournal.com. This program does basically the same as (graphical) tools like ljcharm, kluje and logjam - already in ports. PR: ports/64669 Submitted by: Johan van Selst <johans@stack.nl>
This commit is contained in:
parent
bc4cd30966
commit
dbd898b4a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105920
5 changed files with 33 additions and 0 deletions
|
@ -61,6 +61,7 @@
|
|||
SUBDIR += ktagebuch
|
||||
SUBDIR += kuake
|
||||
SUBDIR += ljcharm
|
||||
SUBDIR += ljclive
|
||||
SUBDIR += logjam
|
||||
SUBDIR += logjam2
|
||||
SUBDIR += mcal
|
||||
|
|
22
deskutils/ljclive/Makefile
Normal file
22
deskutils/ljclive/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: clive
|
||||
# Date created: 15 March 2004
|
||||
# Whom: johans
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= clive
|
||||
PORTVERSION= 0.4.0
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||||
MASTER_SITE_SUBDIR= ljclive
|
||||
|
||||
MAINTAINER= johans@stack.nl
|
||||
COMMENT= A command line client for posting LiveJournal entries
|
||||
|
||||
MAN1= clive.1
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
deskutils/ljclive/distinfo
Normal file
2
deskutils/ljclive/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (clive-0.4.0.tar.gz) = cc8573f8f527bbda64aa699cbc58f5e1
|
||||
SIZE (clive-0.4.0.tar.gz) = 110160
|
5
deskutils/ljclive/pkg-descr
Normal file
5
deskutils/ljclive/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
clive - A command line client for posting LiveJournal entries
|
||||
|
||||
clive is a UNIX-style client for LiveJournal and sites based on the
|
||||
same code. It allows posting, friends-list editing, backdated posts,
|
||||
and many of the other things a LiveJournal client should do.
|
3
deskutils/ljclive/pkg-plist
Normal file
3
deskutils/ljclive/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
bin/clive
|
||||
share/clive/cliverc-example.conf
|
||||
@dirrm share/clive
|
Loading…
Reference in a new issue