diff options
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/ithought/Makefile | 32 | ||||
-rw-r--r-- | deskutils/ithought/distinfo | 1 | ||||
-rw-r--r-- | deskutils/ithought/pkg-comment | 1 | ||||
-rw-r--r-- | deskutils/ithought/pkg-descr | 8 | ||||
-rw-r--r-- | deskutils/ithought/pkg-plist | 10 |
6 files changed, 53 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index bf2eabb8072c..ee1c40100278 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -15,6 +15,7 @@ SUBDIR += gnucash SUBDIR += gtimer SUBDIR += ical + SUBDIR += ithought SUBDIR += korganizer SUBDIR += kproject SUBDIR += loserjabber diff --git a/deskutils/ithought/Makefile b/deskutils/ithought/Makefile new file mode 100644 index 000000000000..26e2a15f5d68 --- /dev/null +++ b/deskutils/ithought/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: ithought +# Date created: 20 Feb 2001 +# Whom: nbm +# +# $FreeBSD$ +# + +PORTNAME= ithought +PORTVERSION= a4 +CATEGORIES= deskutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ithought + +MAINTAINER= nbm@FreeBSD.org + +LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --datadir=${PREFIX}/libexec + +ALL_TARGET= ithought + +USE_GTK= yes + +post-patch: + @${PERL} -i.orig -p \ + -e 's#`gnome-config --cflags gtk`#`${GTK_CONFIG} --cflags`#;' \ + -e 's#`gnome-config --cflags gtk xml`#`${GTK_CONFIG} --cflags; xml-config --cflags`#;' \ + -e 's#`gnome-config --libs gtk xml`#`${GTK_CONFIG} --libs; xml-config --libs`#;' \ + ${WRKSRC}/src/Makefile.in + +.include <bsd.port.mk> diff --git a/deskutils/ithought/distinfo b/deskutils/ithought/distinfo new file mode 100644 index 000000000000..c4624fc2f775 --- /dev/null +++ b/deskutils/ithought/distinfo @@ -0,0 +1 @@ +MD5 (ithought-a4.tar.gz) = 2bf114c9b5a6022af93993df9ddf5241 diff --git a/deskutils/ithought/pkg-comment b/deskutils/ithought/pkg-comment new file mode 100644 index 000000000000..62f6e03631af --- /dev/null +++ b/deskutils/ithought/pkg-comment @@ -0,0 +1 @@ +An extensible text management system diff --git a/deskutils/ithought/pkg-descr b/deskutils/ithought/pkg-descr new file mode 100644 index 000000000000..95cdd90474bf --- /dev/null +++ b/deskutils/ithought/pkg-descr @@ -0,0 +1,8 @@ +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 new file mode 100644 index 000000000000..c9b47027de2e --- /dev/null +++ b/deskutils/ithought/pkg-plist @@ -0,0 +1,10 @@ +bin/ithought +libexec/ithought/action_modules/advogato.so +libexec/ithought/action_modules/itep.so +libexec/ithought/action_modules/kuro5hin.so +libexec/ithought/action_modules/livejournal.so +libexec/ithought/action_modules/stdout.so +libexec/ithought/action_scripts/stdout_script +@dirrm libexec/ithought/action_scripts +@dirrm libexec/ithought/action_modules +@dirrm libexec/ithought |