1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

New port: deskutils/journal is a tool for replacing the traditional text-based diary

Journal is a small tool useful for replacing the traditional
	text-based diary.  Its features include multpile user
	support, multiple journals for each user, encryption, reading
	and writing new entries, and timestamping of entries.

PR:		ports/59293
Submitted by:	Jose Devezas <jose.devezas@fe.up.pt>
This commit is contained in:
Edwin Groothuis 2004-01-10 10:38:23 +00:00
parent 1c55eab4fa
commit 46481da6f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97863
5 changed files with 38 additions and 0 deletions

View File

@ -48,6 +48,7 @@
SUBDIR += ical
SUBDIR += ithought
SUBDIR += jlj
SUBDIR += journal
SUBDIR += karamba
SUBDIR += kbirthday
SUBDIR += kdepim3

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: Jose Devezas
# Date created: 3 November 2003
# Whom: Jose Devezas <jose.devezas@fe.up.pt>
#
# $FreeBSD$
#
PORTNAME= journal
PORTVERSION= 0.4
CATEGORIES= deskutils
MASTER_SITES= http://soapbox.fissure.org/journal/
MAINTAINER= jose.devezas@fe.up.pt
COMMENT= Journal is a tool for replacing the traditional text-based diary
NO_BUILD= yes
USE_PYTHON= yes
USE_REINPLACE= yes
do-patch:
${REINPLACE_CMD} -e "s,#!/usr/bin/python,#!${PYTHON_CMD}," ${WRKSRC}/journal.py
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/journal.py ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/journ_classes.py ${PYTHON_SITELIBDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (journal-0.4.tar.gz) = 3c9edf53218dc8c7b8d2b00fd3f58690

View File

@ -0,0 +1,7 @@
From Freshmeat:
Journal is a small tool useful for replacing the traditional text-based diary.
Its features include multpile user support, multiple journals for each user,
encryption, reading and writing new entries, and timestamping of entries.
WWW: http://soapbox.fissure.org/journal/journal.html

View File

@ -0,0 +1,2 @@
bin/journal.py
%%PYTHON_SITELIBDIR%%/journ_classes.py