diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-12-21 13:19:02 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-12-21 13:19:02 +0000 |
commit | e5aaf05932b27919e9237fe077f607ac0f0d8e91 (patch) | |
tree | 094c99154e533e4d74dec6f4cc4c2f945ffea1b1 /deskutils/ithought | |
parent | 5f1feec64d3df4447b1b8c5fd03f70f6b745b8ba (diff) |
Notes
Diffstat (limited to 'deskutils/ithought')
-rw-r--r-- | deskutils/ithought/Makefile | 24 | ||||
-rw-r--r-- | deskutils/ithought/distinfo | 2 | ||||
-rw-r--r-- | deskutils/ithought/files/patch-src__Makefile.in | 11 | ||||
-rw-r--r-- | deskutils/ithought/pkg-descr | 8 | ||||
-rw-r--r-- | deskutils/ithought/pkg-plist | 7 |
5 files changed, 0 insertions, 52 deletions
diff --git a/deskutils/ithought/Makefile b/deskutils/ithought/Makefile deleted file mode 100644 index 567bb0664365..000000000000 --- a/deskutils/ithought/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: nbm -# $FreeBSD$ - -PORTNAME= ithought -PORTVERSION= a5 -PORTREVISION= 8 -CATEGORIES= deskutils -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-alpha - -MAINTAINER= ports@FreeBSD.org -COMMENT= Extensible text management system - -DEPRECATED= Uses obsolete glib12 -EXPIRATION_DATE= 2018-12-20 - -USES= libtool -USE_GNOME= gtk12 libxml2 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --datadir=${PREFIX}/libexec - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/ithought/module_actions/*.so - -.include <bsd.port.mk> diff --git a/deskutils/ithought/distinfo b/deskutils/ithought/distinfo deleted file mode 100644 index 23698432e6fe..000000000000 --- a/deskutils/ithought/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ithought-a5.tar.gz) = ad714a57f39d45a68b594b6ae33ddb6848de6d06d1c81928931cb2e499a59310 -SIZE (ithought-a5.tar.gz) = 130681 diff --git a/deskutils/ithought/files/patch-src__Makefile.in b/deskutils/ithought/files/patch-src__Makefile.in deleted file mode 100644 index f726bc796a59..000000000000 --- a/deskutils/ithought/files/patch-src__Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Tue Mar 26 12:27:14 2002 -+++ src/Makefile.in Tue Mar 26 12:28:03 2002 -@@ -87,7 +87,7 @@ - - ithought_LDADD = $(GTK_LIBS) $(XML2_LIBS) - --INCLUDES = $(GTK_INCLUDEDIR) $(XML2_INCLUDEDIR) -I$(includedir) -DDATADIR=\"$(prefix)/share\" -+INCLUDES = $(GTK_INCLUDEDIR) $(XML2_INCLUDEDIR) -I$(includedir) -DDATADIR=\"$(datadir)\" - - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_CLEAN_FILES = diff --git a/deskutils/ithought/pkg-descr b/deskutils/ithought/pkg-descr deleted file mode 100644 index 846ffd3221ae..000000000000 --- a/deskutils/ithought/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -ithought is a personal thought manager, allowing you to create and store -entries that can be linked together via keywords. Through the use of -various modules, it is possible to do a number of things with these -entries, including uploading to a website as part of an online journal. - -Modules can be written in C or in any scripting language. - -WWW: http://ithought.sourceforge.net/ diff --git a/deskutils/ithought/pkg-plist b/deskutils/ithought/pkg-plist deleted file mode 100644 index 0ec3d7fcd194..000000000000 --- a/deskutils/ithought/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/ithought -libexec/ithought/module_actions/libadvogato.so -libexec/ithought/module_actions/libitep.so -libexec/ithought/module_actions/libkuro5hin.so -libexec/ithought/module_actions/liblivejournal.so -libexec/ithought/module_actions/libstdout.so -libexec/ithought/script_actions/stdout |