diff options
author | pav <pav@FreeBSD.org> | 2006-01-15 05:16:35 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-15 05:16:35 +0800 |
commit | 7863ec28d4bd2ab14aa3c8e1c9d03b3c9ad93602 (patch) | |
tree | 765cfcfa89d9f76d50e0d05b3be1a5900ca064bf /deskutils | |
parent | 53e4d2159716f78b0b9b121428ca6c67428cfcb0 (diff) | |
download | freebsd-ports-gnome-7863ec28d4bd2ab14aa3c8e1c9d03b3c9ad93602.tar.gz freebsd-ports-gnome-7863ec28d4bd2ab14aa3c8e1c9d03b3c9ad93602.tar.zst freebsd-ports-gnome-7863ec28d4bd2ab14aa3c8e1c9d03b3c9ad93602.zip |
- Remove expired ports
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/journal/Makefile | 30 | ||||
-rw-r--r-- | deskutils/journal/distinfo | 3 | ||||
-rw-r--r-- | deskutils/journal/pkg-descr | 7 | ||||
-rw-r--r-- | deskutils/journal/pkg-plist | 2 |
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 |