summaryrefslogtreecommitdiffstats
path: root/deskutils/tomboy
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-26 10:15:48 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-26 10:15:48 +0800
commit87139b36a72e1a0af5e6349db84f8ee098a6bb53 (patch)
treea0e87bd39859aad1ddfc1c846e10fd3f5349afc5 /deskutils/tomboy
parent5253346acab665b68e0797cb8f6eeceef74f3601 (diff)
downloadmarcuscom-ports-87139b36a72e1a0af5e6349db84f8ee098a6bb53.tar
marcuscom-ports-87139b36a72e1a0af5e6349db84f8ee098a6bb53.tar.gz
marcuscom-ports-87139b36a72e1a0af5e6349db84f8ee098a6bb53.tar.bz2
marcuscom-ports-87139b36a72e1a0af5e6349db84f8ee098a6bb53.tar.lz
marcuscom-ports-87139b36a72e1a0af5e6349db84f8ee098a6bb53.tar.xz
marcuscom-ports-87139b36a72e1a0af5e6349db84f8ee098a6bb53.tar.zst
marcuscom-ports-87139b36a72e1a0af5e6349db84f8ee098a6bb53.zip
X11BASE -> LOCALBASE, evolution lives in LOCALBASE. Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6816 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/tomboy')
-rw-r--r--deskutils/tomboy/Makefile60
-rw-r--r--deskutils/tomboy/distinfo3
-rw-r--r--deskutils/tomboy/pkg-descr11
-rw-r--r--deskutils/tomboy/pkg-plist52
4 files changed, 126 insertions, 0 deletions
diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile
new file mode 100644
index 000000000..e575f91dd
--- /dev/null
+++ b/deskutils/tomboy/Makefile
@@ -0,0 +1,60 @@
+# New ports collection makefile for: tomboy
+# Date created: 20041011
+# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
+#
+# $FreeBSD$
+# $Id: Makefile,v 1.1 2006-07-26 02:15:48 mezz Exp $
+#
+
+PORTNAME= tomboy
+PORTVERSION= 0.3.5
+PORTREVISION= 6
+CATEGORIES= deskutils gnome
+MASTER_SITES= http://www.beatniksoftware.com/tomboy/releases/
+
+MAINTAINER= bsd-sharp-list@forge.novell.com
+COMMENT= Personal note taking system for the GNOME desktop
+
+LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell
+BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp10 \
+ ${LOCALBASE}/lib/mono/dbus-sharp/dbus-sharp.dll:${PORTSDIR}/devel/dbus-sharp
+RUN_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp10 \
+ ${LOCALBASE}/lib/mono/dbus-sharp/dbus-sharp.dll:${PORTSDIR}/devel/dbus-sharp
+
+USE_GNOME= gnomehack gnometarget intltool gnomeprefix gnomepanel
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= tomboy.1
+GCONF_SCHEMAS= tomboy.schemas
+
+.include <bsd.port.pre.mk>
+
+# Tomboy's Evolution plugin relies on gmime# and not evo# according to
+# configure. Enable if either evo or gmime# is installed.
+.if defined (WITH_EVOLUTION) || exists (${LOCALBASE}/bin/evolution) || exists (${LOCALBASE}/lib/mono/gmime-sharp/gmime-sharp.dll)
+CONFIGURE_ARGS+= --enable-evolution=yes
+BUILD_DEPENDS= ${LOCALBASE}/lib/mono/gmime-sharp/gmime-sharp.dll:${PORTSDIR}/mail/gmime2-sharp
+RUN_DEPENDS= ${LOCALBASE}/lib/mono/gmime-sharp/gmime-sharp.dll:${PORTSDIR}/mail/gmime2-sharp
+PLIST_SUB+= EVO:=""
+.else
+PLIST_SUB+= EVO:="@comment "
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|(libdir)/dbus-1.0|(prefix)/share/dbus-1|g' \
+ ${WRKSRC}/data/Makefile.in
+ @${REINPLACE_CMD} -e 's|`$$PKG_CONFIG --variable=libdir libpanelapplet-2.0`|"$$libdir"|g; \
+ s|PANELAPPLET_SERVER_DIR="$$libdir|PANELAPPLET_SERVER_DIR="$$prefix/libdata|g' \
+ ${WRKSRC}/configure
+
+post-install:
+ ${INSTALL} ${COPY} ${_BINOWNGRP} -m ${BINMODE} ${WRKSRC}/Tomboy/Plugins/FixedWidth.dll ${PREFIX}/lib/tomboy/Plugins
+ ${INSTALL} ${COPY} ${_BINOWNGRP} -m ${BINMODE} ${WRKSRC}/Tomboy/Plugins/NoteOfTheDay.dll ${PREFIX}/lib/tomboy/Plugins
+
+.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
+.include <bsd.port.post.mk>
diff --git a/deskutils/tomboy/distinfo b/deskutils/tomboy/distinfo
new file mode 100644
index 000000000..d72b196b0
--- /dev/null
+++ b/deskutils/tomboy/distinfo
@@ -0,0 +1,3 @@
+MD5 (tomboy-0.3.5.tar.gz) = 57e9829d80d8452f002e0a3856bd2c48
+SHA256 (tomboy-0.3.5.tar.gz) = 1af5290924b65b9e55d40816ad0797cf6e81df727bfb4a8642e700c1bb35a0ac
+SIZE (tomboy-0.3.5.tar.gz) = 665599
diff --git a/deskutils/tomboy/pkg-descr b/deskutils/tomboy/pkg-descr
new file mode 100644
index 000000000..528fc8436
--- /dev/null
+++ b/deskutils/tomboy/pkg-descr
@@ -0,0 +1,11 @@
+Tomboy is a desktop note-taking application for Linux and Unix. Simple
+and easy to use, but with potential to help you organize the ideas and
+information you deal with every day.
+
+The key to Tomboy's usefulness lies in the ability to relate notes and
+ideas together. Using a WikiWiki-like linking system, organizing ideas
+is as simple as typing a name. Branching an idea off is easy as pressing
+the Link button. And links between your ideas won't break, even when
+renaming and reorganizing them.
+
+WWW: http://www.beatniksoftware.com/tomboy/
diff --git a/deskutils/tomboy/pkg-plist b/deskutils/tomboy/pkg-plist
new file mode 100644
index 000000000..ed2f9e98c
--- /dev/null
+++ b/deskutils/tomboy/pkg-plist
@@ -0,0 +1,52 @@
+bin/tomboy
+%%EVO:%%lib/tomboy/Plugins/Evolution.dll
+lib/tomboy/Plugins/ExportToHTML.dll
+lib/tomboy/Plugins/FixedWidth.dll
+lib/tomboy/Plugins/NoteOfTheDay.dll
+lib/tomboy/Plugins/PrintNotes.dll
+lib/tomboy/Tomboy.exe
+lib/tomboy/Tomboy.exe.config
+lib/tomboy/libtomboy.la
+lib/tomboy/libtomboy.so
+libdata/bonobo/servers/GNOME_TomboyApplet.server
+libdata/pkgconfig/tomboy-plugins.pc
+share/dbus-1/services/com.beatniksoftware.Tomboy.service
+share/gnome/gnome-2.0/ui/GNOME_TomboyApplet.xml
+share/gnome/pixmaps/tintin.png
+share/locale/bg/LC_MESSAGES/tomboy.mo
+share/locale/ca/LC_MESSAGES/tomboy.mo
+share/locale/cs/LC_MESSAGES/tomboy.mo
+share/locale/da/LC_MESSAGES/tomboy.mo
+share/locale/de/LC_MESSAGES/tomboy.mo
+share/locale/en_CA/LC_MESSAGES/tomboy.mo
+share/locale/en_GB/LC_MESSAGES/tomboy.mo
+share/locale/es/LC_MESSAGES/tomboy.mo
+share/locale/eu/LC_MESSAGES/tomboy.mo
+share/locale/fi/LC_MESSAGES/tomboy.mo
+share/locale/fr/LC_MESSAGES/tomboy.mo
+share/locale/hu/LC_MESSAGES/tomboy.mo
+share/locale/is/LC_MESSAGES/tomboy.mo
+share/locale/it/LC_MESSAGES/tomboy.mo
+share/locale/ja/LC_MESSAGES/tomboy.mo
+share/locale/ko/LC_MESSAGES/tomboy.mo
+share/locale/lt/LC_MESSAGES/tomboy.mo
+share/locale/nb/LC_MESSAGES/tomboy.mo
+share/locale/ne/LC_MESSAGES/tomboy.mo
+share/locale/nl/LC_MESSAGES/tomboy.mo
+share/locale/no/LC_MESSAGES/tomboy.mo
+share/locale/pa/LC_MESSAGES/tomboy.mo
+share/locale/pl/LC_MESSAGES/tomboy.mo
+share/locale/pt_BR/LC_MESSAGES/tomboy.mo
+share/locale/ro/LC_MESSAGES/tomboy.mo
+share/locale/ru/LC_MESSAGES/tomboy.mo
+share/locale/rw/LC_MESSAGES/tomboy.mo
+share/locale/sq/LC_MESSAGES/tomboy.mo
+share/locale/sv/LC_MESSAGES/tomboy.mo
+share/locale/tr/LC_MESSAGES/tomboy.mo
+share/locale/uk/LC_MESSAGES/tomboy.mo
+share/locale/vi/LC_MESSAGES/tomboy.mo
+share/locale/zh_CN/LC_MESSAGES/tomboy.mo
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrm lib/tomboy/Plugins
+@dirrm lib/tomboy