diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-10 18:38:23 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-10 18:38:23 +0800 |
commit | 9f2ec44d87ff6c839418c40b46b94da77beb9097 (patch) | |
tree | 248d82231a5d958ec817ed40b70480679bb660f4 /deskutils/journal | |
parent | a2afb492e0922102ce4ff7ce15008e8032c822f3 (diff) | |
download | freebsd-ports-gnome-9f2ec44d87ff6c839418c40b46b94da77beb9097.tar.gz freebsd-ports-gnome-9f2ec44d87ff6c839418c40b46b94da77beb9097.tar.zst freebsd-ports-gnome-9f2ec44d87ff6c839418c40b46b94da77beb9097.zip |
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>
Diffstat (limited to 'deskutils/journal')
-rw-r--r-- | deskutils/journal/Makefile | 27 | ||||
-rw-r--r-- | deskutils/journal/distinfo | 1 | ||||
-rw-r--r-- | deskutils/journal/pkg-descr | 7 | ||||
-rw-r--r-- | deskutils/journal/pkg-plist | 2 |
4 files changed, 37 insertions, 0 deletions
diff --git a/deskutils/journal/Makefile b/deskutils/journal/Makefile new file mode 100644 index 000000000000..be64fa093640 --- /dev/null +++ b/deskutils/journal/Makefile @@ -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> diff --git a/deskutils/journal/distinfo b/deskutils/journal/distinfo new file mode 100644 index 000000000000..adf7e34f2df3 --- /dev/null +++ b/deskutils/journal/distinfo @@ -0,0 +1 @@ +MD5 (journal-0.4.tar.gz) = 3c9edf53218dc8c7b8d2b00fd3f58690 diff --git a/deskutils/journal/pkg-descr b/deskutils/journal/pkg-descr new file mode 100644 index 000000000000..36473702880e --- /dev/null +++ b/deskutils/journal/pkg-descr @@ -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 diff --git a/deskutils/journal/pkg-plist b/deskutils/journal/pkg-plist new file mode 100644 index 000000000000..312271596a73 --- /dev/null +++ b/deskutils/journal/pkg-plist @@ -0,0 +1,2 @@ +bin/journal.py +%%PYTHON_SITELIBDIR%%/journ_classes.py |