aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--deskutils/Makefile1
-rw-r--r--deskutils/gtkjournal/Makefile29
-rw-r--r--deskutils/gtkjournal/distinfo2
-rw-r--r--deskutils/gtkjournal/files/patch-bfcryptfile.cpp10
-rw-r--r--deskutils/gtkjournal/pkg-descr3
6 files changed, 1 insertions, 45 deletions
diff --git a/MOVED b/MOVED
index 26f59c88d41b..9ac758cac916 100644
--- a/MOVED
+++ b/MOVED
@@ -7235,3 +7235,4 @@ x11-toolkits/libzvt||2014-11-19|Abandonware, not depended on anymore
net-p2p/gtkhx||2014-11-19|Does not work anymore
korean/ami||2014-11-19|Does not work anymore
graphics/xzgv||2014-11-19|Abandonware since at least 2008
+deskutils/gtkjournal||2014-11-19|Abandonware, not working anymore
diff --git a/deskutils/Makefile b/deskutils/Makefile
index e6a83896a451..1a0c42c88328 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -104,7 +104,6 @@
SUBDIR += gruler
SUBDIR += gtg
SUBDIR += gtimer
- SUBDIR += gtkjournal
SUBDIR += gtodo
SUBDIR += gtweakui
SUBDIR += gucharmap
diff --git a/deskutils/gtkjournal/Makefile b/deskutils/gtkjournal/Makefile
deleted file mode 100644
index 80661e0b91a6..000000000000
--- a/deskutils/gtkjournal/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: Adam Weinberger <adamw@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= gtkjournal
-PORTVERSION= 0.3.5.b
-PORTREVISION= 17
-CATEGORIES= deskutils gnome
-MASTER_SITES= http://sourcefiles.org/Productivity_Tools/Diary/ \
- LOCAL/beech
-DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Gtk+-2 journal/diary
-
-LIB_DEPENDS= libgtkmm-2.0.so:${PORTSDIR}/x11-toolkits/gtkmm20 \
- libsqlite.so:${PORTSDIR}/databases/sqlite2 \
- libgtkspell.so:${PORTSDIR}/textproc/gtkspell
-
-PLIST_FILES= bin/gtkjournal man/man1/gtkjournal.1.gz \
- lib/libsqlitemm.a lib/libsqlitemm.so \
- lib/libsqlitemm.so.0 lib/libsqlitemm.so.0.0.1
-
-USES= gmake libtool pathfix pkgconfig
-USE_OPENSSL= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-gtkspell
-USE_LDCONFIG= yes
-
-.include <bsd.port.mk>
diff --git a/deskutils/gtkjournal/distinfo b/deskutils/gtkjournal/distinfo
deleted file mode 100644
index 000e2250bc72..000000000000
--- a/deskutils/gtkjournal/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gtkjournal-0.3.5b.tar.gz) = 9def05d045a85a3fc7b1be948f0017e2d051baf8d67fdfa160dc1bc52f00d0c4
-SIZE (gtkjournal-0.3.5b.tar.gz) = 603815
diff --git a/deskutils/gtkjournal/files/patch-bfcryptfile.cpp b/deskutils/gtkjournal/files/patch-bfcryptfile.cpp
deleted file mode 100644
index 1c3fb98a4763..000000000000
--- a/deskutils/gtkjournal/files/patch-bfcryptfile.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/aolib/bfcryptfile.cpp.orig Fri Mar 12 06:10:10 2004
-+++ src/aolib/bfcryptfile.cpp Sun Aug 20 09:12:01 2006
-@@ -18,6 +18,7 @@
-
-
- #include <aolib/bfcryptfile.hpp>
-+#include "openssl/sha.h"
-
- namespace aolib
- {
diff --git a/deskutils/gtkjournal/pkg-descr b/deskutils/gtkjournal/pkg-descr
deleted file mode 100644
index 71019dad7a8a..000000000000
--- a/deskutils/gtkjournal/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Gtk+ Journal is a Journal/Diary application written using the C++ bindings for
-Gtk+-2 (gtkmm). It uses SQlite to store your entries, and the OpenSSL
-implementations of the BlowFish and SHA-1 algorithms to keep your data safe.