Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Nov 2003 18:48:03 -0000
From:      "Jose Devezas <jose.devezas@fe.up.pt>" <jose.devezas@fe.up.pt>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59293: New port: Journal is a tool for replacing the traditional text-based diary
Message-ID:  1068835683@willow.viridis.ath.cx
Resent-Message-ID: <200311141850.hAEIoGTJ071616@freefall.freebsd.org>

| raw e-mail | index | archive | help

>Number:         59293
>Category:       ports
>Synopsis:       New port: Journal is a tool for replacing the traditional text-based diary
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 14 10:50:16 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jose Devezas <jose.devezas@fe.up.pt>
>Release:        FreeBSD 5.1-RELEASE-p10 i386
>Organization:
Nucleo Portugues de FreeBSD 
>Environment:


System: FreeBSD willow.viridis.ath.cx 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #1: Fri Nov  7 16:15:35 WET 2003     crashnburn@willow.viridis.ath.cx:/usr/obj/usr/src/sys/WILLOWKERN i386  


>Description:


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.


>How-To-Repeat:





>Fix:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	journal
#	journal/Makefile
#	journal/distinfo
#	journal/pkg-plist
#	journal/pkg-descr
#
echo c - journal
mkdir -p journal > /dev/null 2>&1
echo x - journal/Makefile
sed 's/^X//' >journal/Makefile << 'END-of-journal/Makefile'
X# New ports collection makefile for:	Jose Devezas
X# Date created:				3 November 2003
X# Whom:					Jose Devezas <jose.devezas@fe.up.pt>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	journal
XPORTVERSION=	0.4
XCATEGORIES=	deskutils
XMASTER_SITES=	http://soapbox.fissure.org/journal/
X
XMAINTAINER=	jose.devezas@fe.up.pt
XCOMMENT=	Journal is a tool for replacing the traditional text-based diary
X
XNO_BUILD=	yes
XUSE_PYTHON=	yes
XUSE_REINPLACE=  yes
X
X#PLIST_SUB=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR}
X
Xdo-patch:
X	${REINPLACE_CMD} -e "s,#!/usr/bin/python,#!${PYTHON_CMD}," ${WRKSRC}/journal.py
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/journal.py ${PREFIX}/bin
X	${INSTALL_DATA} ${WRKSRC}/journ_classes.py ${PYTHON_SITELIBDIR}
X
X.include <bsd.port.mk>
END-of-journal/Makefile
echo x - journal/distinfo
sed 's/^X//' >journal/distinfo << 'END-of-journal/distinfo'
XMD5 (journal-0.4.tar.gz) = 3c9edf53218dc8c7b8d2b00fd3f58690
END-of-journal/distinfo
echo x - journal/pkg-plist
sed 's/^X//' >journal/pkg-plist << 'END-of-journal/pkg-plist'
Xbin/journal.py
X%%PYTHON_SITELIBDIR%%/journ_classes.py
END-of-journal/pkg-plist
echo x - journal/pkg-descr
sed 's/^X//' >journal/pkg-descr << 'END-of-journal/pkg-descr'
XFrom Freshmeat:
X
XJournal is a small tool useful for replacing the traditional text-based diary. 
XIts features include multpile user support, multiple journals for each user, 
Xencryption, reading and writing new entries, and timestamping of entries.
X
XWWW: http://soapbox.fissure.org/journal/journal.html
END-of-journal/pkg-descr
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1068835683>