aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-11-19 15:27:15 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-11-19 15:27:15 +0000
commit7824a8f9c847249749cc4857ec2ed16e4c9d8302 (patch)
tree7d2eca5e3bb38a6e38e8a90da047ce8a40b12cc8 /deskutils
parent3bcf922f49932c778a02aa2db1565bec006dac16 (diff)
downloadports-7824a8f9c847249749cc4857ec2ed16e4c9d8302.tar.gz
ports-7824a8f9c847249749cc4857ec2ed16e4c9d8302.zip
Notes
Diffstat (limited to 'deskutils')
-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
5 files changed, 0 insertions, 45 deletions
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.