summaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-29 02:41:04 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-29 02:41:04 +0800
commit267a26566c5ea5f69eab5e20527f47544e833970 (patch)
tree1ed22009527a831587021e4b5216d0169695e6bf /deskutils
parent5231f60a4be00c9aee323ca0442856d3017b3969 (diff)
downloadmarcuscom-ports-267a26566c5ea5f69eab5e20527f47544e833970.tar
marcuscom-ports-267a26566c5ea5f69eab5e20527f47544e833970.tar.gz
marcuscom-ports-267a26566c5ea5f69eab5e20527f47544e833970.tar.bz2
marcuscom-ports-267a26566c5ea5f69eab5e20527f47544e833970.tar.lz
marcuscom-ports-267a26566c5ea5f69eab5e20527f47544e833970.tar.xz
marcuscom-ports-267a26566c5ea5f69eab5e20527f47544e833970.tar.zst
marcuscom-ports-267a26566c5ea5f69eab5e20527f47544e833970.zip
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8671 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/tomboy/Makefile56
-rw-r--r--deskutils/tomboy/distinfo3
-rw-r--r--deskutils/tomboy/files/patch-Tomboy_Utils.cs28
-rw-r--r--deskutils/tomboy/pkg-descr11
-rw-r--r--deskutils/tomboy/pkg-plist226
5 files changed, 324 insertions, 0 deletions
diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile
new file mode 100644
index 000000000..dfc490e34
--- /dev/null
+++ b/deskutils/tomboy/Makefile
@@ -0,0 +1,56 @@
+# New ports collection makefile for: tomboy
+# Date created: 20041011
+# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
+#
+# $FreeBSD$
+# $Id: Makefile,v 1.10 2007-04-28 18:41:03 marcus Exp $
+#
+
+PORTNAME= tomboy
+PORTVERSION= 0.6.3
+PORTREVISION= 1
+CATEGORIES= deskutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DIST_SUBDIR= gnome2
+
+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= ${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 \
+ dbus-daemon:${PORTSDIR}/devel/dbus
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_GNOME= gnomehack gnometarget intltool gnomeprefix gnomesharp20
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+INSTALLS_ICONS= yes
+INSTALLS_OMF= yes
+
+CONFIGURE_ARGS+=--enable-evolution=yes \
+ --enable-dbus=yes \
+ --enable-dbus-service-dir-check=no
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib" \
+ DBUS_SERVICE_DIR="${PREFIX}/share/dbus-1/services"
+
+MAN1= tomboy.1
+GCONF_SCHEMAS= tomboy.schemas
+
+.include <bsd.port.pre.mk>
+
+post-patch:
+ @${REINPLACE_CMD} 's|`$$PKG_CONFIG --variable=libdir libpanelapplet-2.0`|"$$libdir"|g; \
+ s|PANELAPPLET_SERVER_DIR="$$libdir|PANELAPPLET_SERVER_DIR="$$prefix/libdata|g; \
+ s|PANELAPPLET_SERVER_DIR="$$PANELAPPLET_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..d2293f9ab
--- /dev/null
+++ b/deskutils/tomboy/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/tomboy-0.6.3.tar.bz2) = ebf93b189c7db91037e351c1f7c33ba3
+SHA256 (gnome2/tomboy-0.6.3.tar.bz2) = d76e45fd38e66de2f18a431420cfffab2a234b01da7db6f14fd9280f0afd2c2c
+SIZE (gnome2/tomboy-0.6.3.tar.bz2) = 1486273
diff --git a/deskutils/tomboy/files/patch-Tomboy_Utils.cs b/deskutils/tomboy/files/patch-Tomboy_Utils.cs
new file mode 100644
index 000000000..83f99b06e
--- /dev/null
+++ b/deskutils/tomboy/files/patch-Tomboy_Utils.cs
@@ -0,0 +1,28 @@
+--- Tomboy/Utils.cs.orig Sun Feb 25 02:24:01 2007
++++ Tomboy/Utils.cs Mon Mar 26 20:06:25 2007
+@@ -801,23 +801,12 @@
+ }
+
+ [DllImport("libc")]
+- private static extern int prctl (int option,
+- byte [] arg2,
+- IntPtr arg3,
+- IntPtr arg4,
+- IntPtr arg5);
++ private static extern void setproctitle(byte [] fmt, byte [] str_arg);
+
+ // From Banshee: Banshee.Base/Utilities.cs
+ public static void SetProcessName (string name)
+ {
+- if (prctl (15 /* PR_SET_NAME */,
+- Encoding.ASCII.GetBytes (name + "\0"),
+- IntPtr.Zero,
+- IntPtr.Zero,
+- IntPtr.Zero) != 0)
+- throw new ApplicationException (
+- "Error setting process name: " +
+- Mono.Unix.Native.Stdlib.GetLastError ());
++ setproctitle(Encoding.ASCII.GetBytes("%s\0"), Encoding.ASCII.GetBytes(name + "\0"));
+ }
+
+ static void RegisterSignalHandlers ()
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..a4f16e601
--- /dev/null
+++ b/deskutils/tomboy/pkg-plist
@@ -0,0 +1,226 @@
+bin/tomboy
+lib/tomboy/Plugins/Backlinks.dll
+lib/tomboy/Plugins/Bugzilla.dll
+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/Plugins/StickyNoteImport.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/org.gnome.Tomboy.service
+share/applications/DefaultPlugins.desktop
+share/applications/tomboy.desktop
+share/gnome/help/tomboy/C/figures/tomboy-main-menu.png
+share/gnome/help/tomboy/C/figures/tomboy-new-note.png
+share/gnome/help/tomboy/C/figures/tomboy-panel.png
+share/gnome/help/tomboy/C/figures/tomboy-pindown.png
+share/gnome/help/tomboy/C/figures/tomboy-pinup.png
+share/gnome/help/tomboy/C/figures/tomboy-preferences-editing.png
+share/gnome/help/tomboy/C/figures/tomboy-preferences-hotkeys.png
+share/gnome/help/tomboy/C/figures/tomboy-preferences-plugins.png
+share/gnome/help/tomboy/C/figures/tomboy-tools.png
+share/gnome/help/tomboy/C/legal.xml
+share/gnome/help/tomboy/C/tomboy.xml
+share/gnome/help/tomboy/en_GB/figures/tomboy-main-menu.png
+share/gnome/help/tomboy/en_GB/figures/tomboy-new-note.png
+share/gnome/help/tomboy/en_GB/figures/tomboy-panel.png
+share/gnome/help/tomboy/en_GB/figures/tomboy-pindown.png
+share/gnome/help/tomboy/en_GB/figures/tomboy-pinup.png
+share/gnome/help/tomboy/en_GB/figures/tomboy-preferences-editing.png
+share/gnome/help/tomboy/en_GB/figures/tomboy-preferences-hotkeys.png
+share/gnome/help/tomboy/en_GB/figures/tomboy-preferences-plugins.png
+share/gnome/help/tomboy/en_GB/figures/tomboy-tools.png
+share/gnome/help/tomboy/en_GB/legal.xml
+share/gnome/help/tomboy/en_GB/tomboy.xml
+share/gnome/help/tomboy/es/figures/tomboy-main-menu.png
+share/gnome/help/tomboy/es/figures/tomboy-new-note.png
+share/gnome/help/tomboy/es/figures/tomboy-panel.png
+share/gnome/help/tomboy/es/figures/tomboy-pindown.png
+share/gnome/help/tomboy/es/figures/tomboy-pinup.png
+share/gnome/help/tomboy/es/figures/tomboy-preferences-editing.png
+share/gnome/help/tomboy/es/figures/tomboy-preferences-hotkeys.png
+share/gnome/help/tomboy/es/figures/tomboy-preferences-plugins.png
+share/gnome/help/tomboy/es/figures/tomboy-tools.png
+share/gnome/help/tomboy/es/legal.xml
+share/gnome/help/tomboy/es/tomboy.xml
+share/gnome/help/tomboy/fr/figures/tomboy-main-menu.png
+share/gnome/help/tomboy/fr/figures/tomboy-new-note.png
+share/gnome/help/tomboy/fr/figures/tomboy-panel.png
+share/gnome/help/tomboy/fr/figures/tomboy-pindown.png
+share/gnome/help/tomboy/fr/figures/tomboy-pinup.png
+share/gnome/help/tomboy/fr/figures/tomboy-preferences-editing.png
+share/gnome/help/tomboy/fr/figures/tomboy-preferences-hotkeys.png
+share/gnome/help/tomboy/fr/figures/tomboy-preferences-plugins.png
+share/gnome/help/tomboy/fr/figures/tomboy-tools.png
+share/gnome/help/tomboy/fr/legal.xml
+share/gnome/help/tomboy/fr/tomboy.xml
+share/gnome/help/tomboy/ru/figures/tomboy-tools.png
+share/gnome/help/tomboy/ru/figures/tomboy-preferences-plugins.png
+share/gnome/help/tomboy/ru/figures/tomboy-preferences-hotkeys.png
+share/gnome/help/tomboy/ru/figures/tomboy-preferences-editing.png
+share/gnome/help/tomboy/ru/figures/tomboy-pinup.png
+share/gnome/help/tomboy/ru/figures/tomboy-pindown.png
+share/gnome/help/tomboy/ru/figures/tomboy-panel.png
+share/gnome/help/tomboy/ru/figures/tomboy-new-note.png
+share/gnome/help/tomboy/ru/figures/tomboy-main-menu.png
+share/gnome/help/tomboy/ru/tomboy.xml
+share/gnome/help/tomboy/ru/legal.xml
+share/gnome/help/tomboy/sv/figures/tomboy-main-menu.png
+share/gnome/help/tomboy/sv/figures/tomboy-new-note.png
+share/gnome/help/tomboy/sv/figures/tomboy-panel.png
+share/gnome/help/tomboy/sv/figures/tomboy-pindown.png
+share/gnome/help/tomboy/sv/figures/tomboy-pinup.png
+share/gnome/help/tomboy/sv/figures/tomboy-preferences-editing.png
+share/gnome/help/tomboy/sv/figures/tomboy-preferences-hotkeys.png
+share/gnome/help/tomboy/sv/figures/tomboy-preferences-plugins.png
+share/gnome/help/tomboy/sv/figures/tomboy-tools.png
+share/gnome/help/tomboy/sv/legal.xml
+share/gnome/help/tomboy/sv/tomboy.xml
+share/gnome/help/tomboy/uk/figures/tomboy-tools.png
+share/gnome/help/tomboy/uk/figures/tomboy-preferences-plugins.png
+share/gnome/help/tomboy/uk/figures/tomboy-preferences-hotkeys.png
+share/gnome/help/tomboy/uk/figures/tomboy-preferences-editing.png
+share/gnome/help/tomboy/uk/figures/tomboy-pinup.png
+share/gnome/help/tomboy/uk/figures/tomboy-pindown.png
+share/gnome/help/tomboy/uk/figures/tomboy-panel.png
+share/gnome/help/tomboy/uk/figures/tomboy-new-note.png
+share/gnome/help/tomboy/uk/figures/tomboy-main-menu.png
+share/gnome/help/tomboy/uk/tomboy.xml
+share/gnome/help/tomboy/uk/legal.xml
+share/omf/tomboy/tomboy-C.omf
+share/omf/tomboy/tomboy-en_GB.omf
+share/omf/tomboy/tomboy-es.omf
+share/omf/tomboy/tomboy-fr.omf
+share/omf/tomboy/tomboy-ru.omf
+share/omf/tomboy/tomboy-sv.omf
+share/omf/tomboy/tomboy-uk.omf
+share/pixmaps/tomboy.png
+share/icons/hicolor/16x16/apps/tomboy-note.png
+share/icons/hicolor/16x16/apps/tomboy.png
+share/icons/hicolor/22x22/apps/tomboy-note.png
+share/icons/hicolor/22x22/apps/tomboy.png
+share/icons/hicolor/32x32/apps/tomboy.png
+share/icons/hicolor/48x48/apps/tomboy.png
+share/icons/hicolor/scalable/apps/tomboy.svg
+share/locale/ar/LC_MESSAGES/tomboy.mo
+share/locale/be/LC_MESSAGES/tomboy.mo
+share/locale/bg/LC_MESSAGES/tomboy.mo
+share/locale/bn/LC_MESSAGES/tomboy.mo
+share/locale/bn_IN/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/dz/LC_MESSAGES/tomboy.mo
+share/locale/el/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/et/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/gl/LC_MESSAGES/tomboy.mo
+share/locale/gu/LC_MESSAGES/tomboy.mo
+share/locale/he/LC_MESSAGES/tomboy.mo
+share/locale/hi/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/ku/LC_MESSAGES/tomboy.mo
+share/locale/lt/LC_MESSAGES/tomboy.mo
+share/locale/lv/LC_MESSAGES/tomboy.mo
+share/locale/mk/LC_MESSAGES/tomboy.mo
+share/locale/ml/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/or/LC_MESSAGES/tomboy.mo
+share/locale/pa/LC_MESSAGES/tomboy.mo
+share/locale/pl/LC_MESSAGES/tomboy.mo
+share/locale/pt/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/sl/LC_MESSAGES/tomboy.mo
+share/locale/sq/LC_MESSAGES/tomboy.mo
+share/locale/sr/LC_MESSAGES/tomboy.mo
+share/locale/sr@Latn/LC_MESSAGES/tomboy.mo
+share/locale/sv/LC_MESSAGES/tomboy.mo
+share/locale/ta/LC_MESSAGES/tomboy.mo
+share/locale/th/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
+share/locale/zh_HK/LC_MESSAGES/tomboy.mo
+share/locale/zh_TW/LC_MESSAGES/tomboy.mo
+@dirrmtry share/locale/zh_TW/LC_MESSAGES
+@dirrmtry share/locale/zh_TW
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/zh_CN/LC_MESSAGES
+@dirrmtry share/locale/zh_CN
+@dirrmtry share/locale/uk/LC_MESSAGES
+@dirrmtry share/locale/uk
+@dirrmtry share/locale/sr/LC_MESSAGES
+@dirrmtry share/locale/sr
+@dirrmtry share/locale/sl/LC_MESSAGES
+@dirrmtry share/locale/sl
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/ro/LC_MESSAGES
+@dirrmtry share/locale/ro
+@dirrmtry share/locale/pt/LC_MESSAGES
+@dirrmtry share/locale/pt
+@dirrmtry share/locale/pl/LC_MESSAGES
+@dirrmtry share/locale/pl
+@dirrmtry share/locale/ne/LC_MESSAGES
+@dirrmtry share/locale/ne
+@dirrmtry share/locale/ku/LC_MESSAGES
+@dirrmtry share/locale/ku
+@dirrmtry share/locale/ko/LC_MESSAGES
+@dirrmtry share/locale/ko
+@dirrmtry share/locale/gl/LC_MESSAGES
+@dirrmtry share/locale/gl
+@dirrmtry share/locale/fi/LC_MESSAGES
+@dirrmtry share/locale/fi
+@dirrmtry share/locale/el/LC_MESSAGES
+@dirrmtry share/locale/el
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/cs/LC_MESSAGES
+@dirrmtry share/locale/cs
+@dirrmtry share/locale/ca/LC_MESSAGES
+@dirrmtry share/locale/ca
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/be/LC_MESSAGES
+@dirrmtry share/locale/be
+@dirrm share/omf/tomboy
+@dirrm share/gnome/help/tomboy/uk/figures
+@dirrm share/gnome/help/tomboy/uk
+@dirrm share/gnome/help/tomboy/sv/figures
+@dirrm share/gnome/help/tomboy/sv
+@dirrm share/gnome/help/tomboy/ru/figures
+@dirrm share/gnome/help/tomboy/ru
+@dirrm share/gnome/help/tomboy/fr/figures
+@dirrm share/gnome/help/tomboy/fr
+@dirrm share/gnome/help/tomboy/es/figures
+@dirrm share/gnome/help/tomboy/es
+@dirrm share/gnome/help/tomboy/en_GB/figures
+@dirrm share/gnome/help/tomboy/en_GB
+@dirrm share/gnome/help/tomboy/C/figures
+@dirrm share/gnome/help/tomboy/C
+@dirrm share/gnome/help/tomboy
+@dirrm lib/tomboy/Plugins
+@dirrm lib/tomboy