aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-14 21:16:35 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-14 21:16:35 +0000
commit7dc0abbf5419130e2cdbed5ee27d89612f830e35 (patch)
tree44261f8efd5a45201d45576fce6918470533bc6d /deskutils
parent43e448da34bd27802a32f6fde00ac824bca0d353 (diff)
downloadports-7dc0abbf5419130e2cdbed5ee27d89612f830e35.tar.gz
ports-7dc0abbf5419130e2cdbed5ee27d89612f830e35.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/Makefile1
-rw-r--r--deskutils/journal/Makefile30
-rw-r--r--deskutils/journal/distinfo3
-rw-r--r--deskutils/journal/pkg-descr7
-rw-r--r--deskutils/journal/pkg-plist2
5 files changed, 0 insertions, 43 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile
index 5a093a205d83..8e7b0c8171cc 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -67,7 +67,6 @@
SUBDIR += ical
SUBDIR += ithought
SUBDIR += jlj
- SUBDIR += journal
SUBDIR += karamba
SUBDIR += kbirthday
SUBDIR += kblticker
diff --git a/deskutils/journal/Makefile b/deskutils/journal/Makefile
deleted file mode 100644
index b967d03ae3d6..000000000000
--- a/deskutils/journal/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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= ports@FreeBSD.org
-COMMENT= Journal is a tool for replacing the traditional text-based diary
-
-DEPRECATED= "mastersite disappeared, no longer maintained by author"
-EXPIRATION_DATE= 2005-12-31
-
-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
deleted file mode 100644
index 3796ba0e4604..000000000000
--- a/deskutils/journal/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (journal-0.4.tar.gz) = 3c9edf53218dc8c7b8d2b00fd3f58690
-SHA256 (journal-0.4.tar.gz) = 64707acdfb7f6ed04e9f90eb9d22726ca55dd4fe307e8858e427fd57acc3da2a
-SIZE (journal-0.4.tar.gz) = 20700
diff --git a/deskutils/journal/pkg-descr b/deskutils/journal/pkg-descr
deleted file mode 100644
index 36473702880e..000000000000
--- a/deskutils/journal/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-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
deleted file mode 100644
index 312271596a73..000000000000
--- a/deskutils/journal/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/journal.py
-%%PYTHON_SITELIBDIR%%/journ_classes.py