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

noreply at forge.novell.com noreply at forge.novell.com
Sun Feb 25 15:38:22 MST 2007


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

Modified Files:
	Makefile distinfo pkg-plist 
Log Message:
Update to 0.2.16

===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/beagle/Makefile,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/beagle/Makefile	2006/11/21 03:25:23	1.44
+++ /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/beagle/Makefile	2007/02/25 22:38:22	1.45
@@ -3,26 +3,26 @@
 # Whom:				Tom McLaughlin <tmclaugh at sdf.lonestar.org>
 #
 # $FreeBSD$
-#   $Id: Makefile,v 1.44 2006/11/21 03:25:23 tmclau02 Exp $
+#   $Id: Makefile,v 1.45 2007/02/25 22:38:22 tmclau02 Exp $
 #
 
 PORTNAME=	beagle
-PORTVERSION=	0.2.13
-PORTREVISION=	0
-CATEGORIES=	deskutils gnome
+PORTVERSION=	0.2.16
+PORTREVISION?=	0
+CATEGORIES?=	deskutils gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	sources/${PORTNAME}/0.2
 DIST_SUBDIR=	gnome2
 
 MAINTAINER=	bsd-sharp-list at forge.novell.com
-COMMENT=	Index and search local files
+COMMENT?=	Index and search local files
 
-BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/gecko-sharp-2.0.pc:${PORTSDIR}/www/gecko-sharp20 \
+BUILD_DEPENDS?=	${LOCALBASE}/libdata/pkgconfig/gecko-sharp-2.0.pc:${PORTSDIR}/www/gecko-sharp20 \
 		${LOCALBASE}/lib/mono/gmime-sharp/gmime-sharp.dll:${PORTSDIR}/mail/gmime2-sharp \
 		${LOCALBASE}/lib/mono/evolution-sharp/evolution-sharp.dll:${PORTSDIR}/mail/evolution-sharp \
 		zip:${PORTSDIR}/archivers/zip
-LIB_DEPENDS=	exif.12:${PORTSDIR}/graphics/libexif
-RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
+LIB_DEPENDS?=	exif.12:${PORTSDIR}/graphics/libexif
+RUN_DEPENDS?=	bash:${PORTSDIR}/shells/bash \
 		${LOCALBASE}/libdata/pkgconfig/gecko-sharp-2.0.pc:${PORTSDIR}/www/gecko-sharp20 \
 		${LOCALBASE}/lib/mono/gmime-sharp/gmime-sharp.dll:${PORTSDIR}/mail/gmime2-sharp \
 		${LOCALBASE}/lib/mono/evolution-sharp/evolution-sharp.dll:${PORTSDIR}/mail/evolution-sharp
@@ -32,17 +32,25 @@
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_GECKO=	firefox mozilla
-USE_GNOME=	gnomehack gnometarget gnomesharp20 intlhack
+USE_GETTEXT=	yes
+USE_GNOME?=	gnomehack gnometarget gnomesharp20 intlhack
 USE_SQLITE=	yes
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool:15
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV?=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS=	--mandir=${PREFIX}/man \
+CONFIGURE_ARGS+=--mandir=${PREFIX}/man \
 		--disable-gtk-doc \
 		--with-html-dir=${PREFIX}/share/doc \
-		--with-mozilla=${GECKO} \
-		--disable-python
+		--with-mozilla=${GECKO}
+
+.if !defined(PY_BEAGLE)
+CONFIGURE_ARGS+=--disable-python
+.endif
+
+.include <bsd.port.pre.mk>
+
+.if !defined(BEAGLE_SLAVE)
 
 MAN1=		beagle-config.1 beagle-query.1 beagle-shutdown.1 \
 		beagle-status.1 beagled.1
@@ -53,9 +61,6 @@
 
 EPHY_PATH=	${LOCALBASE}/share/gnome/epiphany-extensions/ephy-gestures.xml
 
-.include <bsd.port.pre.mk>
-
-
 .if ((exists(${EPHY_PATH}) || defined(WITH_EPIPHANY)) && !defined(WITHOUT_EPIPHANY))
 BUILD_DEPENDS+=		${EPHY_PATH}:${PORTSDIR}/www/epiphany-extensions
 RUN_DEPENDS+=		${EPHY_PATH}:${PORTSDIR}/www/epiphany-extensions
@@ -94,6 +99,7 @@
 	@${MKDIR} ${DATADIR}
 	@${INSTALL} -m 644 ${WRKSRC}/mozilla-extension/beagle.xpi ${DATADIR}
 	@${CAT} ${PKGMESSAGE}
+.endif
 
 .include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
 .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/beagle/distinfo,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/beagle/distinfo	2006/11/21 02:38:46	1.13
+++ /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/beagle/distinfo	2007/02/25 22:38:22	1.14
@@ -1,3 +1,3 @@
-MD5 (gnome2/beagle-0.2.13.tar.bz2) = 6c159ccb84b4dd1297668ea463805c18
-SHA256 (gnome2/beagle-0.2.13.tar.bz2) = d261a871aca4ba8085f0a7f14f9de61bd6c289abea072b4c61eacd36fb71768f
-SIZE (gnome2/beagle-0.2.13.tar.bz2) = 1566379
+MD5 (gnome2/beagle-0.2.16.tar.bz2) = 4818ca64dc2311208a27f03893836e49
+SHA256 (gnome2/beagle-0.2.16.tar.bz2) = ff69f7aec97589b2f9444fd7ac39f4731022ae6248180494852d5947769ff0b1
+SIZE (gnome2/beagle-0.2.16.tar.bz2) = 1546106
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/beagle/pkg-plist,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/beagle/pkg-plist	2006/11/21 03:25:23	1.14
+++ /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/beagle/pkg-plist	2007/02/25 22:38:22	1.15
@@ -1,5 +1,4 @@
 bin/beagle-config
-bin/beagle-contactviewer
 bin/beagle-exercise-file-system
 bin/beagle-extract-content
 bin/beagle-imlogviewer
@@ -16,8 +15,10 @@
 etc/beagle/crawl-applications
 etc/beagle/crawl-documentation
 etc/beagle/crawl-windows
-etc/beagle/external-filters.xml
+etc/beagle/external-filters.xml.sample
 etc/cron.daily/beagle-crawl-system
+etc/xdg/autostart/beagle-search-autostart.desktop
+etc/xdg/autostart/beagled-autostart.desktop
 include/libbeagle/beagle/beagle-client.h
 include/libbeagle/beagle/beagle-daemon-information-request.h
 include/libbeagle/beagle/beagle-daemon-information-response.h
@@ -29,6 +30,8 @@
 include/libbeagle/beagle/beagle-hits-subtracted-response.h
 include/libbeagle/beagle/beagle-indexable.h
 include/libbeagle/beagle/beagle-indexing-service-request.h
+include/libbeagle/beagle/beagle-indexing-status-response.h
+include/libbeagle/beagle/beagle-informational-messages-request.h
 include/libbeagle/beagle/beagle-property.h
 include/libbeagle/beagle/beagle-query-part-date.h
 include/libbeagle/beagle/beagle-query-part-human.h
@@ -51,8 +54,6 @@
 include/libbeagle/beagle/beagle.h
 lib/beagle/Backends/EvolutionBackends.dll
 lib/beagle/Backends/EvolutionBackends.dll.mdb
-lib/beagle/Backends/ThunderbirdBackends.dll
-lib/beagle/Backends/ThunderbirdBackends.dll.mdb
 lib/beagle/Beagle.dll
 lib/beagle/Beagle.dll.mdb
 lib/beagle/BeagleDaemon.exe
@@ -65,8 +66,8 @@
 lib/beagle/BuildIndex.exe.mdb
 lib/beagle/Config.exe
 lib/beagle/Config.exe.mdb
-lib/beagle/ContactViewer.exe
-lib/beagle/ContactViewer.exe.mdb
+lib/beagle/DumpIndex.exe
+lib/beagle/DumpIndex.exe.mdb
 lib/beagle/ExerciseFileSystem.exe
 lib/beagle/ExerciseFileSystem.exe.mdb
 lib/beagle/ExtractContent.exe
@@ -124,16 +125,18 @@
 libdata/pkgconfig/beagle-ui-0.0.pc
 libdata/pkgconfig/libbeagle-0.0.pc
 sbin/beagle-build-index
+sbin/beagle-dump-index
 sbin/beagle-manage-index
 share/applications/beagle-search.desktop
 share/applications/beagle-settings.desktop
-share/beagle/beagle.xpi
+%%DATADIR%%/beagle.xpi
 share/locale/ar/LC_MESSAGES/beagle.mo
 share/locale/bg/LC_MESSAGES/beagle.mo
 share/locale/ca/LC_MESSAGES/beagle.mo
 share/locale/cs/LC_MESSAGES/beagle.mo
 share/locale/da/LC_MESSAGES/beagle.mo
 share/locale/de/LC_MESSAGES/beagle.mo
+share/locale/dz/LC_MESSAGES/beagle.mo
 share/locale/el/LC_MESSAGES/beagle.mo
 share/locale/en_CA/LC_MESSAGES/beagle.mo
 share/locale/en_GB/LC_MESSAGES/beagle.mo
@@ -157,6 +160,7 @@
 share/locale/pl/LC_MESSAGES/beagle.mo
 share/locale/pt_BR/LC_MESSAGES/beagle.mo
 share/locale/ru/LC_MESSAGES/beagle.mo
+share/locale/sl/LC_MESSAGES/beagle.mo
 share/locale/sr/LC_MESSAGES/beagle.mo
 share/locale/sr at Latn/LC_MESSAGES/beagle.mo
 share/locale/sv/LC_MESSAGES/beagle.mo
@@ -168,12 +172,43 @@
 share/locale/zh_HK/LC_MESSAGES/beagle.mo
 share/locale/zh_TW/LC_MESSAGES/beagle.mo
 share/pixmaps/system-search.png
+ at dirrmtry share/locale/zh_TW/LC_MESSAGES
+ at dirrmtry share/locale/zh_TW
 @dirrmtry share/locale/zh_HK/LC_MESSAGES
 @dirrmtry share/locale/zh_HK
- at dirrm share/beagle
+ at dirrmtry share/locale/zh_CN/LC_MESSAGES
+ at dirrmtry share/locale/zh_CN
+ at dirrmtry share/locale/uk/LC_MESSAGES
+ at dirrmtry share/locale/uk
+ at dirrmtry share/locale/sr/LC_MESSAGES
+ at dirrmtry share/locale/sr
+ at dirrmtry share/locale/sl/LC_MESSAGES
+ at dirrmtry share/locale/sl
+ at dirrmtry share/locale/pl/LC_MESSAGES
+ at dirrmtry share/locale/pl
+ at dirrmtry share/locale/ko/LC_MESSAGES
+ at dirrmtry share/locale/ko
+ at dirrmtry share/locale/gl/LC_MESSAGES
+ at dirrmtry share/locale/gl
+ at dirrmtry share/locale/fi/LC_MESSAGES
+ at dirrmtry share/locale/fi
+ at dirrmtry share/locale/el/LC_MESSAGES
+ at dirrmtry share/locale/el
+ at dirrmtry share/locale/dz/LC_MESSAGES
+ at dirrmtry share/locale/dz
+ at dirrmtry share/locale/cs/LC_MESSAGES
+ at dirrmtry share/locale/cs
+ at dirrmtry share/locale/ca/LC_MESSAGES
+ at dirrmtry share/locale/ca
+ at dirrm %%DATADIR%%
+%%EPIPHANY:%%@dirrmtry lib/epiphany/2.16/extensions
+%%EPIPHANY:%%@dirrmtry lib/epiphany/2.16
+%%EPIPHANY:%%@dirrmtry lib/epiphany
 @dirrm lib/beagle/Filters
 @dirrm lib/beagle/Backends
 @dirrm lib/beagle
 @dirrm include/libbeagle/beagle
 @dirrm include/libbeagle
+ at dirrmtry etc/xdg/autostart
+ at dirrmtry etc/xdg
 @dirrm etc/beagle


More information about the Bsd-sharp-cvs mailing list