[Bsd-sharp-cvs] CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/tomboy by tmclau02

noreply at forge.novell.com noreply at forge.novell.com
Wed Feb 1 20:26:24 MST 2006


CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/tomboy by tmclau02

Added Files:
	Makefile distinfo pkg-descr pkg-plist 
Log Message:
Update to 0.34
* Support building under latest Mono.
* New Galago/Gaim presence plugin. (We have no galago port though)
* New Evolution mail plugin.
* New Note of the Day plugin.
* New Fixed Width text plugin.
* Handle middle-click paste to tray icon.
* Add plugin API for adding to the Text menu.
* Always show opened notes in the tray menu.
* Auto-detect panel applet install path.
* Fix inserting newline in note title line.
* Fix multi-line link creation.

- Removed patch-Tomboy::Tomboy.exe.config.in from port since it is no
  longer needed

===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/tomboy/Makefile,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/tomboy/Makefile	2005/11/10 05:27:10	1.18
+++ /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/tomboy/Makefile	2006/02/02 03:26:24	1.19
@@ -2,13 +2,12 @@
 # Date created:					20041011
 # Whom:				Tom McLaughlin <tmclaugh at sdf.lonestar.org>
 #
-# $FreeBSD$
-#   $Id: Makefile,v 1.18 2005/11/10 05:27:10 tmclau02 dead $
+# $FreeBSD: ports/deskutils/tomboy/Makefile,v 1.11 2006/01/05 02:43:27 tmclaugh Exp $
+#   $Id: Makefile,v 1.19 2006/02/02 03:26:24 tmclau02 Exp $
 #
 
 PORTNAME=	tomboy
-PORTVERSION=	0.3.3
-PORTREVISION=	1
+PORTVERSION=	0.3.4
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	http://www.beatniksoftware.com/tomboy/releases/
 
@@ -23,8 +22,7 @@
 
 USE_GNOME=	gnomehack gnometarget intltool gnomeprefix gnomepanel
 USE_X_PREFIX=	yes
-USE_REINPLACE=	yes
-USE_LIBTOOL_VER=15
+USE_AUTOTOOLS=	libtool:15
 USE_GMAKE=	yes
 
 CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
@@ -33,9 +31,28 @@
 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 (${X11BASE}/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' \
+		${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.mk>
+.include <bsd.port.post.mk>
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/tomboy/distinfo,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/tomboy/distinfo	2005/11/10 05:27:10	1.8
+++ /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/tomboy/distinfo	2006/02/02 03:26:24	1.9
@@ -1,2 +1,3 @@
-MD5 (tomboy-0.3.3.tar.gz) = 7ad987216b484f747f53aa7f9055a46b
-SIZE (tomboy-0.3.3.tar.gz) = 608252
+MD5 (tomboy-0.3.4.tar.gz) = 3828ef72f215b25db342afbff42a5742
+SHA256 (tomboy-0.3.4.tar.gz) = a3070a580146c55f7e6b800c5b93f30d191c644ab7eec390d2fe53f60188ee56
+SIZE (tomboy-0.3.4.tar.gz) = 660927
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/tomboy/pkg-descr,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/tomboy/pkg-plist,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/tomboy/pkg-plist	2005/11/10 05:27:10	1.11
+++ /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/tomboy/pkg-plist	2006/02/02 03:26:24	1.12
@@ -1,10 +1,13 @@
 bin/tomboy
+lib/bonobo/servers/GNOME_TomboyApplet.server
+%%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.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
@@ -18,6 +21,7 @@
 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
@@ -26,18 +30,22 @@
 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
- at unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true
- at unexec rmdir %D/share/locale/rw 2> /dev/null || true
+ at dirrmtry share/locale/rw/LC_MESSAGES
+ at dirrmtry share/locale/rw
 @dirrm lib/tomboy/Plugins
 @dirrm lib/tomboy



More information about the Bsd-sharp-cvs mailing list