The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon
This commit is contained in:
parent
b8d245fedd
commit
6f32add9a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209647
723 changed files with 14974 additions and 6001 deletions
2
MOVED
2
MOVED
|
@ -3440,3 +3440,5 @@ mail/claws-mail-maildir||2008-03-21|Has expired: no longer supported by develope
|
|||
x11/e17-module-devian||2008-03-21|Has expired: abandoned by developer
|
||||
x11/e17-module-engage||2008-03-21|Has expired: abandoned by developer
|
||||
x11/e17-module-eveil||2008-03-21|Has expired: abandoned by developer
|
||||
sysutils/hal-device-manager|sysutils/gnome-device-manager|2008-03-23|hal-device-manager has been retired
|
||||
security/gnome-keyring-manager|security/seahorse|2008-03-23|functionality has been rolled into seahorse
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
# $NetBSD: $
|
||||
# $MCom: ports/Mk/bsd.gnome.mk,v 1.429 2007/08/04 22:09:00 marcus Exp $
|
||||
# $MCom: ports/Mk/bsd.gnome.mk,v 1.447 2008/03/12 03:42:31 marcus Exp $
|
||||
#
|
||||
# Please view me with 4 column tabs!
|
||||
|
||||
|
@ -46,8 +46,9 @@ Gnome_Pre_Include= bsd.gnome.mk
|
|||
#
|
||||
|
||||
# non-version specific components
|
||||
_USE_GNOME_ALL= esound intlhack intltool lthack ltverhack gnomehack \
|
||||
referencehack gnomehier gnomemimedata gnomeprefix gnometarget pkgconfig
|
||||
_USE_GNOME_ALL= esound intlhack intltool ltasneededhack lthack ltverhack \
|
||||
gnomehack referencehack gnomehier gnomemimedata gnomeprefix \
|
||||
gnometarget pkgconfig
|
||||
|
||||
# GNOME 1 components
|
||||
_USE_GNOME_ALL+= bonobo gal gconf gdkpixbuf glib12 glibwww \
|
||||
|
@ -57,9 +58,9 @@ _USE_GNOME_ALL+= bonobo gal gconf gdkpixbuf glib12 glibwww \
|
|||
|
||||
# GNOME 2 components
|
||||
_USE_GNOME_ALL+= atk atspi desktopfileutils eel2 evolutiondataserver gail \
|
||||
gal2 gconf2 glib20 gnomecontrolcenter2 gnomedesktop gnomedocutils \
|
||||
gal2 gconf2 _glib20 glib20 gnomecontrolcenter2 gnomedesktop gnomedocutils \
|
||||
gnomemenus gnomepanel gnomesharp20 gnomespeech gnomevfs2 gtk20 \
|
||||
gtkhtml3 gtksharp10 gtksharp20 gtksourceview gtksourceview2 \
|
||||
gtkhtml3 gtksharp10 gtksharp20 gtksourceview gtksourceview2 gvfs \
|
||||
libartlgpl2 libbonobo libbonoboui libgailgnome libgda2 libgda3 \
|
||||
libglade2 libgnome libgnomecanvas libgnomedb libgnomekbd libgnomeprint \
|
||||
libgnomeprintui libgnomeui libgsf libgsf_gnome libgtkhtml libidl \
|
||||
|
@ -250,9 +251,13 @@ pygnome_BUILD_DEPENDS= ${pygnome_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome
|
|||
pygnome_RUN_DEPENDS= ${pygnome_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome
|
||||
pygnome_USE_GNOME_IMPL= gtkhtml pygtk
|
||||
|
||||
glib20_LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20
|
||||
glib20_DETECT= ${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc
|
||||
glib20_USE_GNOME_IMPL=gnometarget pkgconfig
|
||||
_glib20_LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20
|
||||
_glib20_DETECT= ${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc
|
||||
_glib20_USE_GNOME_IMPL= gnometarget pkgconfig
|
||||
|
||||
glib20_RUN_DEPENDS= ${LOCALBASE}/lib/gio/modules/libgiofam.so:${PORTSDIR}/devel/gio-fam-backend
|
||||
glib20_DETECT= ${LOCALBASE}/lib/gio/modules/libgiofam.so
|
||||
glib20_USE_GNOME_IMPL= _glib20
|
||||
|
||||
atk_LIB_DEPENDS= atk-1.0.0:${PORTSDIR}/accessibility/atk
|
||||
atk_DETECT= ${LOCALBASE}/libdata/pkgconfig/atk.pc
|
||||
|
@ -297,11 +302,11 @@ libbonobo_USE_GNOME_IMPL=libxml2 orbit2
|
|||
|
||||
gconf2_LIB_DEPENDS= gconf-2.4:${PORTSDIR}/devel/gconf2
|
||||
gconf2_DETECT= ${LOCALBASE}/libdata/pkgconfig/gconf-2.0.pc
|
||||
gconf2_USE_GNOME_IMPL= orbit2 libxml2 gtk20 linc
|
||||
gconf2_USE_GNOME_IMPL= orbit2 libxml2 gtk20
|
||||
|
||||
gnomevfs2_LIB_DEPENDS= gnomevfs-2.0:${PORTSDIR}/devel/gnome-vfs
|
||||
gnomevfs2_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-vfs-2.0.pc
|
||||
gnomevfs2_USE_GNOME_IMPL=gconf2 libbonobo gnomemimedata
|
||||
gnomevfs2_USE_GNOME_IMPL=gconf2 gnomemimedata
|
||||
|
||||
gail_LIB_DEPENDS= gailutil.18:${PORTSDIR}/accessibility/gail
|
||||
gail_DETECT= ${LOCALBASE}/libdata/pkgconfig/gail.pc
|
||||
|
@ -325,7 +330,7 @@ libgnomeprintui_USE_GNOME_IMPL= libgnomeprint libgnomecanvas
|
|||
|
||||
libgnome_LIB_DEPENDS= gnome-2.0:${PORTSDIR}/x11/libgnome
|
||||
libgnome_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnome-2.0.pc
|
||||
libgnome_USE_GNOME_IMPL=libxslt gnomevfs2 esound
|
||||
libgnome_USE_GNOME_IMPL=gnomevfs2 esound libbonobo
|
||||
|
||||
libbonoboui_LIB_DEPENDS= bonoboui-2.0:${PORTSDIR}/x11-toolkits/libbonoboui
|
||||
libbonoboui_DETECT= ${LOCALBASE}/libdata/pkgconfig/libbonoboui-2.0.pc
|
||||
|
@ -370,16 +375,16 @@ librsvg2_USE_GNOME_IMPL=libgsf gtk20
|
|||
|
||||
eel2_LIB_DEPENDS= eel-2.2:${PORTSDIR}/x11-toolkits/eel
|
||||
eel2_DETECT= ${LOCALBASE}/libdata/pkgconfig/eel-2.0.pc
|
||||
eel2_USE_GNOME_IMPL= gnomemenus gnomedesktop gail
|
||||
eel2_USE_GNOME_IMPL= gnomedesktop gail
|
||||
|
||||
gnomepanel_LIB_DEPENDS= panel-applet-2.0:${PORTSDIR}/x11/gnome-panel
|
||||
gnomepanel_DETECT= ${LOCALBASE}/libdata/pkgconfig/libpanelapplet-2.0.pc
|
||||
gnomepanel_USE_GNOME_IMPL=gnomedesktop libwnck gnomemenus gnomedocutils
|
||||
gnomepanel_USE_GNOME_IMPL=gnomedesktop libwnck gnomemenus gnomedocutils librsvg2
|
||||
gnomepanel_GNOME_DESKTOP_VERSION=2
|
||||
|
||||
nautilus2_LIB_DEPENDS= nautilus-extension.1:${PORTSDIR}/x11-fm/nautilus
|
||||
nautilus2_DETECT= ${LOCALBASE}/libdata/pkgconfig/libnautilus-extension.pc
|
||||
nautilus2_USE_GNOME_IMPL=librsvg2 eel2 gnomedesktop desktopfileutils
|
||||
nautilus2_USE_GNOME_IMPL=librsvg2 eel2 gnomedesktop desktopfileutils gvfs
|
||||
nautilus2_GNOME_DESKTOP_VERSION=2
|
||||
|
||||
metacity_LIB_DEPENDS= metacity-private.0:${PORTSDIR}/x11-wm/metacity
|
||||
|
@ -398,11 +403,11 @@ libgda2_LIB_DEPENDS= gda-2.3:${PORTSDIR}/databases/libgda2
|
|||
libgda2_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgda.pc
|
||||
libgda2_USE_GNOME_IMPL= glib20 libxslt
|
||||
|
||||
libgda3_LIB_DEPENDS= gda-3.3:${PORTSDIR}/databases/libgda3
|
||||
libgda3_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgda-2.0.pc
|
||||
libgda3_LIB_DEPENDS= gda-3.0.3:${PORTSDIR}/databases/libgda3
|
||||
libgda3_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgda-3.0.pc
|
||||
libgda3_USE_GNOME_IMPL= glib20 libxslt
|
||||
|
||||
libgnomedb_LIB_DEPENDS= gnomedb-3.4:${PORTSDIR}/databases/libgnomedb
|
||||
libgnomedb_LIB_DEPENDS= gnomedb-3.0.4:${PORTSDIR}/databases/libgnomedb
|
||||
libgnomedb_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnomedb.pc
|
||||
libgnomedb_USE_GNOME_IMPL=libgnomeui libgda3
|
||||
|
||||
|
@ -469,7 +474,7 @@ nautiluscdburner_USE_GNOME_IMPL=nautilus2 desktopfileutils
|
|||
|
||||
gnomemenus_LIB_DEPENDS= gnome-menu.2:${PORTSDIR}/x11/gnome-menus
|
||||
gnomemenus_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnome-menu.pc
|
||||
gnomemenus_USE_GNOME_IMPL= gnomevfs2
|
||||
gnomemenus_USE_GNOME_IMPL= glib20
|
||||
|
||||
pygnomeextras_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-python-extras-2.0.pc
|
||||
pygnomeextras_BUILD_DEPENDS= ${pygnomeextras_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome-extras
|
||||
|
@ -502,7 +507,7 @@ gnomesharp20_RUN_DEPENDS= ${gnomesharp20_DETECT}:${PORTSDIR}/x11-toolkits/gnome-
|
|||
gnomesharp20_USE_GNOME_IMPL= gnomepanel gtkhtml3 gtksharp20 librsvg2 vte
|
||||
|
||||
libgnomekbd_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnomekbd.pc
|
||||
libgnomekbd_LIB_DEPENDS= gnomekbd.1:${PORTSDIR}/x11/libgnomekbd
|
||||
libgnomekbd_LIB_DEPENDS= gnomekbd.2:${PORTSDIR}/x11/libgnomekbd
|
||||
libgnomekbd_USE_GNOME_IMPL= libgnomeui
|
||||
|
||||
pygtksourceview_DETECT= ${LOCALBASE}/libdata/pkgconfig/pygtksourceview-2.0.pc
|
||||
|
@ -510,6 +515,10 @@ pygtksourceview_BUILD_DEPENDS= ${pygtksourceview_DETECT}:${PORTSDIR}/x11-toolkit
|
|||
pygtksourceview_RUN_DEPENDS= ${pygtksourceview_DETECT}:${PORTSDIR}/x11-toolkits/py-gtksourceview
|
||||
pygtksourceview_USE_GNOME_IMPL= gtksourceview2 pygtk2
|
||||
|
||||
gvfs_DETECT= ${LOCALBASE}/lib/libgvfscommon.so
|
||||
gvfs_LIB_DEPENDS= gvfscommon.0:${PORTSDIR}/devel/gvfs
|
||||
gvfs_USE_GNOME_IMPL= glib20 gconf2
|
||||
|
||||
# End component definition section
|
||||
|
||||
# This section defines tests for optional software. These work off four
|
||||
|
@ -602,6 +611,10 @@ HAVE_GNOME+= ${component}
|
|||
|
||||
Gnome_Post_Include= bsd.gnome.mk
|
||||
|
||||
.if !defined(Gnome_Pre_Include)
|
||||
.error The Pre include part of bsd.gnome.mk part is not included. Did you forget WANT_GNOME=yes before bsd.port.pre.mk?
|
||||
.endif
|
||||
|
||||
# DO NOT USE THESE MACROS! They are obsolete, and only provided for
|
||||
# backward compatibility with old ports that have not converted to the new
|
||||
# GNOME infrastructure.
|
||||
|
@ -654,7 +667,7 @@ PLIST_SUB+= GTK2_VERSION="${GTK2_VERSION}"
|
|||
# we rely on some bsd.autotools.mk variables, and bsd.autotools.mk is
|
||||
# included in the post-makefile section).
|
||||
.if defined(AUTOTOOL_libtool)
|
||||
ltverhack_PRE_PATCH= ${CP} -pf ${LTMAIN} ${WRKDIR}/gnome-ltmain.sh && \
|
||||
lthacks_PRE_PATCH= ${CP} -pf ${LTMAIN} ${WRKDIR}/gnome-ltmain.sh && \
|
||||
${CP} -pf ${LIBTOOL} ${WRKDIR}/gnome-libtool && \
|
||||
for file in ${LIBTOOLFILES}; do \
|
||||
${REINPLACE_CMD} -e \
|
||||
|
@ -663,13 +676,13 @@ ltverhack_PRE_PATCH= ${CP} -pf ${LTMAIN} ${WRKDIR}/gnome-ltmain.sh && \
|
|||
${PATCH_WRKSRC}/$$file; \
|
||||
done;
|
||||
.else
|
||||
. if ${USE_GNOME:Mltverhack}!=""
|
||||
IGNORE= cannot install: ${PORTNAME} uses the ltverhack GNOME component but does not use libtool
|
||||
. if ${USE_GNOME:Mltverhack}!="" || ${USE_GNOME:Mltasneededhack}!=""
|
||||
IGNORE= cannot install: ${PORTNAME} uses the ltverhack and/or ltasneededhack GNOME components but does not use libtool
|
||||
. endif
|
||||
.endif
|
||||
|
||||
ltverhack_PATCH_DEPENDS=${LIBTOOL_DEPENDS}
|
||||
ltverhack_PRE_PATCH+= for file in gnome-ltmain.sh gnome-libtool; do \
|
||||
ltverhack_PRE_PATCH= for file in gnome-ltmain.sh gnome-libtool; do \
|
||||
if [ -f ${WRKDIR}/$$file ]; then \
|
||||
${REINPLACE_CMD} -e \
|
||||
'/freebsd-elf)/,/;;/ s|major="\.$$current"|major=.`expr $$current - $$age`|; \
|
||||
|
@ -678,17 +691,27 @@ ltverhack_PRE_PATCH+= for file in gnome-ltmain.sh gnome-libtool; do \
|
|||
fi; \
|
||||
done
|
||||
|
||||
ltasneededhack_PATCH_DEPENDS=${LIBTOOL_DEPENDS}
|
||||
ltasneededhack_PRE_PATCH= if [ -f ${WRKDIR}/gnome-libtool ]; then \
|
||||
${REINPLACE_CMD} -e \
|
||||
'/^archive_cmds=/s/-shared/-shared -Wl,--as-needed/ ; \
|
||||
/^archive_expsym_cmds=/s/-shared/-shared -Wl,--as-needed/' \
|
||||
${WRKDIR}/gnome-libtool; \
|
||||
fi
|
||||
|
||||
# Then traverse through all components, check which of them
|
||||
# exist in ${_USE_GNOME} and set variables accordingly
|
||||
.ifdef _USE_GNOME
|
||||
. if ${USE_GNOME:Mltverhack}!= "" || ${USE_GNOME:Mltasneededhack}!= ""
|
||||
GNOME_PRE_PATCH+= ${lthacks_PRE_PATCH}
|
||||
.endif
|
||||
. for component in ${_USE_GNOME_ALL}
|
||||
. if ${_USE_GNOME:M${component}}!=""
|
||||
PATCH_DEPENDS+= ${${component}_PATCH_DEPENDS}
|
||||
FETCH_DEPENDS+= ${${component}_FETCH_DEPENDS}
|
||||
EXTRACT_DEPENDS+=${${component}_EXTRACT_DEPENDS}
|
||||
BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS}
|
||||
LIB_DEPENDS+= ${${component}_LIB_DEPENDS}
|
||||
RUN_DEPENDS+= ${${component}_RUN_DEPENDS}
|
||||
#######################################################
|
||||
|
||||
.if !defined(WITHOUT_HACK)
|
||||
.if defined(${component}_PREFIX)
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# Date: 4 Oct 2004
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.38 2006/10/10 20:22:01 mezz Exp $
|
||||
# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.43 2008/03/21 04:14:18 ahze Exp $
|
||||
|
||||
.if !defined(_POSTMKINCLUDED) && !defined(Gstreamer_Pre_Include)
|
||||
|
||||
|
@ -53,15 +53,16 @@ GST_SHLIB_VERSION= 1
|
|||
#
|
||||
# These are the current supported gstreamer-plugins modules
|
||||
#
|
||||
_USE_GSTREAMER10_ALL= a52dec aalib annodex bad bz2 cairo cdaudio cdparanoia dts \
|
||||
dv dvd esound faac faad ffmpeg flac gconf gnomevfs \
|
||||
gnonlin good gsm hal ivorbis jack jpeg ladspa lame \
|
||||
libcaca libmms libpng libvisual mp3 mpeg2enc mpeg2dec \
|
||||
_USE_GSTREAMER10_ALL= a52dec aalib annodex bz2 cairo cdaudio cdparanoia dts \
|
||||
dv dvd esound faac faad ffmpeg flac gconf gio gnomevfs \
|
||||
gnonlin gsm hal ivorbis jack jpeg ladspa lame \
|
||||
libcaca libmms libpng libvisual mm mp3 mpeg2enc mpeg2dec \
|
||||
musepack nas neon ogg pango pulse python sdl shout2 sidplay \
|
||||
sndfile spc speex swfdec theora ugly vorbis wavpack x264 xvid
|
||||
sndfile spc soundtouch soup speex swfdec taglib \
|
||||
theora vorbis wavpack x264 xvid
|
||||
|
||||
# other plugins
|
||||
OTHER_GSTREAMER_PLUGINS+= core yes ${_USE_GSTREAMER10_ALL} fluendo-mp3 mad
|
||||
OTHER_GSTREAMER_PLUGINS+=bad good ugly core yes ${_USE_GSTREAMER10_ALL} fluendo-mp3 mad
|
||||
|
||||
_USE_GSTREAMER_ALL+= ${OTHER_GSTREAMER_PLUGINS}
|
||||
|
||||
|
@ -112,6 +113,11 @@ mad_DEPENDS= audio/gstreamer-plugins-mad
|
|||
|
||||
mikmod_DEPENDS= audio/gstreamer-plugins-mikmod
|
||||
|
||||
mm_DEPENDS= multimedia/gstreamermm
|
||||
mm_GST_PREFIX= gstreamer
|
||||
mm_GST_SUFX= # empty
|
||||
mm_GST_VERSION= 0.9.4
|
||||
|
||||
mp3_DEPENDS= audio/gstreamer-plugins-mp3
|
||||
|
||||
musepack_DEPENDS= audio/gstreamer-plugins-musepack
|
||||
|
@ -139,19 +145,27 @@ smoothwave_DEPENDS= audio/gstreamer-plugins-smoothwave
|
|||
|
||||
sndfile_DEPENDS= audio/gstreamer-plugins-sndfile
|
||||
|
||||
soundtouch_DEPENDS= audio/gstreamer-plugins-soundtouch
|
||||
|
||||
spc_DEPENDS= audio/gstreamer-plugins-spc
|
||||
|
||||
speex_DEPENDS= audio/gstreamer-plugins-speex
|
||||
|
||||
taglib_DEPENDS= audio/gstreamer-plugins-taglib
|
||||
|
||||
vorbis_DEPENDS= audio/gstreamer-plugins-vorbis
|
||||
|
||||
wavpack_DEPENDS= audio/gstreamer-plugins-wavpack
|
||||
|
||||
# Devel Plugins Section
|
||||
gio_DEPENDS= devel/gstreamer-plugins-gio
|
||||
|
||||
gnomevfs_DEPENDS= devel/gstreamer-plugins-gnomevfs
|
||||
|
||||
sdl_DEPENDS= devel/gstreamer-plugins-sdl
|
||||
|
||||
soup_DEPENDS= devel/gstreamer-plugins-soup
|
||||
|
||||
# Graphics Plugins Section
|
||||
aalib_DEPENDS= graphics/gstreamer-plugins-aalib
|
||||
|
||||
|
|
33
UPDATING
33
UPDATING
|
@ -6,6 +6,39 @@ You should get into the habit of checking this file for changes each
|
|||
time you update your ports collection, before attempting any port
|
||||
upgrades.
|
||||
|
||||
20080323:
|
||||
AFFECTS: Gstreamer users
|
||||
AUTHOR: multimedia@FreeBSD.org
|
||||
|
||||
Gstreamer is updated. Due to the move of some plugins between ports. You will
|
||||
have to rebuild the gstreamer-plugins-good port after upgrading.
|
||||
|
||||
Portupgrade users:
|
||||
# portupgrade -a
|
||||
# portupgrade -f gstreamer-plugins-good
|
||||
|
||||
Portmaster users:
|
||||
# portmaster -a
|
||||
# portmaster gstreamer-plugins-good
|
||||
|
||||
20080323:
|
||||
AFFECTS: All GNOME users and ports depend on gnomehier
|
||||
AUTHOR: gnome@FreeBSD.org
|
||||
|
||||
GNOME has been updated to 2.22.0. You have to deinstall a few ports first
|
||||
before using portupgrade or portmaster in order to successfully upgrade
|
||||
your GNOME installation.
|
||||
|
||||
Portupgrade users:
|
||||
# pkgdb -Ff
|
||||
# pkg_deinstall -fO gnome-applets\* totem\* gnome-control-center\*
|
||||
# portupgrade -aOW
|
||||
|
||||
Portmaster users:
|
||||
# pkg_delete -f gnome-applets\* totem\* gnome-control-center\* \
|
||||
gnome-keyring-manager\*
|
||||
# portmaster -a
|
||||
|
||||
20080318:
|
||||
AFFECTS: users of audio/gnump3d
|
||||
AUTHOR: jadawin@FreeBSD.org
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
SUBDIR += java-access-bridge
|
||||
SUBDIR += kdeaccessibility
|
||||
SUBDIR += linux-atk
|
||||
SUBDIR += mousetweaks
|
||||
SUBDIR += orca
|
||||
SUBDIR += py-papi
|
||||
SUBDIR += qt4-accessible
|
||||
|
|
|
@ -3,12 +3,11 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/accessibility/accerciser/Makefile,v 1.4 2007/10/13 21:08:59 marcus Exp $
|
||||
# $MCom: ports/accessibility/accerciser/Makefile,v 1.13 2008/03/10 21:21:07 mezz Exp $
|
||||
#
|
||||
|
||||
PORTNAME= accerciser
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= accessibility gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -17,15 +16,17 @@ MAINTAINER= gnome@FreeBSD.org
|
|||
COMMENT= Interactive Python accessibility explorer for GNOME
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= atspi pygnomedesktop
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
USE_GNOME= pygnomedesktop atspi intlhack
|
||||
USE_PYTHON= yes
|
||||
MAN1= accerciser.1
|
||||
INSTALLS_OMF= yes
|
||||
USE_GETTEXT= yes
|
||||
INSTALLS_OMF= yes
|
||||
INSTALLS_ICONS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
GCONF_SCHEMAS= accerciser.schemas
|
||||
MAN1= accerciser.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/accerciser-1.0.1.tar.bz2) = 0bfcef80d75ab5772fca31e5021721c4
|
||||
SHA256 (gnome2/accerciser-1.0.1.tar.bz2) = f444711071b15075ddb2c7871b58db3df6c49db62650ee33441d97715e0fdbc9
|
||||
SIZE (gnome2/accerciser-1.0.1.tar.bz2) = 858043
|
||||
MD5 (gnome2/accerciser-1.2.0.tar.bz2) = e4dd607aea8c305ee930c5b09e44681b
|
||||
SHA256 (gnome2/accerciser-1.2.0.tar.bz2) = d3ddfb1429a2a14905dfb76620d273dde760d57cce0bcf19d859351501f94103
|
||||
SIZE (gnome2/accerciser-1.2.0.tar.bz2) = 1308737
|
||||
|
|
|
@ -47,7 +47,6 @@ bin/accerciser
|
|||
%%PYTHON_SITELIBDIR%%/accerciser/prefs_dialog.py
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/prefs_dialog.pyc
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/prefs_dialog.pyo
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/pyatspi.zip
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/script_playback.py
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/script_playback.pyc
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/script_playback.pyo
|
||||
|
@ -137,6 +136,7 @@ bin/accerciser
|
|||
%%DATADIR%%/pixmaps/hicolor/22x22/tree.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/treetable.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/window.png
|
||||
%%DATADIR%%/plugindata/validate/basic.py
|
||||
%%DATADIR%%/plugins/api_view.py
|
||||
%%DATADIR%%/plugins/console.py
|
||||
%%DATADIR%%/plugins/event_monitor.glade
|
||||
|
@ -147,6 +147,8 @@ bin/accerciser
|
|||
%%DATADIR%%/plugins/quick_select.py
|
||||
%%DATADIR%%/plugins/script_recorder.glade
|
||||
%%DATADIR%%/plugins/script_recorder.py
|
||||
%%DATADIR%%/plugins/validate.glade
|
||||
%%DATADIR%%/plugins/validate.py
|
||||
share/applications/accerciser.desktop
|
||||
share/gnome/help/accerciser/C/accerciser.xml
|
||||
share/gnome/help/accerciser/C/figures/accerciser.png
|
||||
|
@ -173,6 +175,18 @@ share/gnome/help/accerciser/es/figures/api_browser.png
|
|||
share/gnome/help/accerciser/es/figures/event_monitor.png
|
||||
share/gnome/help/accerciser/es/figures/interface_viewer.png
|
||||
share/gnome/help/accerciser/es/figures/script_recorder.png
|
||||
share/gnome/help/accerciser/fr/accerciser.xml
|
||||
share/gnome/help/accerciser/fr/figures/accerciser.png
|
||||
share/gnome/help/accerciser/fr/figures/api_browser.png
|
||||
share/gnome/help/accerciser/fr/figures/event_monitor.png
|
||||
share/gnome/help/accerciser/fr/figures/interface_viewer.png
|
||||
share/gnome/help/accerciser/fr/figures/script_recorder.png
|
||||
share/gnome/help/accerciser/it/accerciser.xml
|
||||
share/gnome/help/accerciser/it/figures/accerciser.png
|
||||
share/gnome/help/accerciser/it/figures/api_browser.png
|
||||
share/gnome/help/accerciser/it/figures/event_monitor.png
|
||||
share/gnome/help/accerciser/it/figures/interface_viewer.png
|
||||
share/gnome/help/accerciser/it/figures/script_recorder.png
|
||||
share/gnome/help/accerciser/oc/accerciser.xml
|
||||
share/gnome/help/accerciser/oc/figures/accerciser.png
|
||||
share/gnome/help/accerciser/oc/figures/api_browser.png
|
||||
|
@ -195,6 +209,7 @@ share/locale/bg/LC_MESSAGES/accerciser.mo
|
|||
share/locale/bn/LC_MESSAGES/accerciser.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/accerciser.mo
|
||||
share/locale/ca/LC_MESSAGES/accerciser.mo
|
||||
share/locale/cs/LC_MESSAGES/accerciser.mo
|
||||
share/locale/da/LC_MESSAGES/accerciser.mo
|
||||
share/locale/de/LC_MESSAGES/accerciser.mo
|
||||
share/locale/dz/LC_MESSAGES/accerciser.mo
|
||||
|
@ -209,11 +224,14 @@ share/locale/gu/LC_MESSAGES/accerciser.mo
|
|||
share/locale/he/LC_MESSAGES/accerciser.mo
|
||||
share/locale/hi/LC_MESSAGES/accerciser.mo
|
||||
share/locale/hu/LC_MESSAGES/accerciser.mo
|
||||
share/locale/it/LC_MESSAGES/accerciser.mo
|
||||
share/locale/ja/LC_MESSAGES/accerciser.mo
|
||||
share/locale/lt/LC_MESSAGES/accerciser.mo
|
||||
share/locale/lv/LC_MESSAGES/accerciser.mo
|
||||
share/locale/mk/LC_MESSAGES/accerciser.mo
|
||||
share/locale/ml/LC_MESSAGES/accerciser.mo
|
||||
share/locale/nb/LC_MESSAGES/accerciser.mo
|
||||
share/locale/nl/LC_MESSAGES/accerciser.mo
|
||||
share/locale/oc/LC_MESSAGES/accerciser.mo
|
||||
share/locale/or/LC_MESSAGES/accerciser.mo
|
||||
share/locale/pa/LC_MESSAGES/accerciser.mo
|
||||
|
@ -230,10 +248,13 @@ share/locale/th/LC_MESSAGES/accerciser.mo
|
|||
share/locale/tr/LC_MESSAGES/accerciser.mo
|
||||
share/locale/uk/LC_MESSAGES/accerciser.mo
|
||||
share/locale/vi/LC_MESSAGES/accerciser.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/accerciser.mo
|
||||
share/omf/accerciser/accerciser-C.omf
|
||||
share/omf/accerciser/accerciser-ca.omf
|
||||
share/omf/accerciser/accerciser-en_GB.omf
|
||||
share/omf/accerciser/accerciser-es.omf
|
||||
share/omf/accerciser/accerciser-fr.omf
|
||||
share/omf/accerciser/accerciser-it.omf
|
||||
share/omf/accerciser/accerciser-oc.omf
|
||||
share/omf/accerciser/accerciser-sv.omf
|
||||
@dirrm share/omf/accerciser
|
||||
|
@ -241,6 +262,10 @@ share/omf/accerciser/accerciser-sv.omf
|
|||
@dirrm share/gnome/help/accerciser/sv
|
||||
@dirrm share/gnome/help/accerciser/oc/figures
|
||||
@dirrm share/gnome/help/accerciser/oc
|
||||
@dirrm share/gnome/help/accerciser/it/figures
|
||||
@dirrm share/gnome/help/accerciser/it
|
||||
@dirrm share/gnome/help/accerciser/fr/figures
|
||||
@dirrm share/gnome/help/accerciser/fr
|
||||
@dirrm share/gnome/help/accerciser/es/figures
|
||||
@dirrm share/gnome/help/accerciser/es
|
||||
@dirrm share/gnome/help/accerciser/en_GB/figures
|
||||
|
@ -250,7 +275,10 @@ share/omf/accerciser/accerciser-sv.omf
|
|||
@dirrm share/gnome/help/accerciser/C/figures
|
||||
@dirrm share/gnome/help/accerciser/C
|
||||
@dirrm share/gnome/help/accerciser
|
||||
@dirrmtry share/applications
|
||||
@dirrm %%DATADIR%%/plugins
|
||||
@dirrm %%DATADIR%%/plugindata/validate
|
||||
@dirrm %%DATADIR%%/plugindata
|
||||
@dirrm %%DATADIR%%/pixmaps/hicolor/22x22
|
||||
@dirrm %%DATADIR%%/pixmaps/hicolor
|
||||
@dirrm %%DATADIR%%/pixmaps
|
||||
|
@ -267,4 +295,3 @@ share/omf/accerciser/accerciser-sv.omf
|
|||
@dirrmtry share/locale/dz
|
||||
@dirrmtry share/locale/bn_IN/LC_MESSAGES
|
||||
@dirrmtry share/locale/bn_IN
|
||||
@dirrmtry share/applications
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/accessibility/at-spi/Makefile,v 1.65 2007/10/15 17:22:02 mezz Exp $
|
||||
# $MCom: ports/accessibility/at-spi/Makefile,v 1.71 2008/03/10 13:55:24 ahze Exp $
|
||||
#
|
||||
|
||||
PORTNAME= at-spi
|
||||
PORTVERSION= 1.20.1
|
||||
PORTVERSION= 1.22.0
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= accessibility x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/at-spi-1.20.1.tar.bz2) = 9dc4ce96c17452cd285d006d03574e93
|
||||
SHA256 (gnome2/at-spi-1.20.1.tar.bz2) = d592833339a347d6e4b33946b717b7bbe61f7730d714112cd99715c5a3a3714e
|
||||
SIZE (gnome2/at-spi-1.20.1.tar.bz2) = 842254
|
||||
MD5 (gnome2/at-spi-1.22.0.tar.bz2) = 85dc343588016ecf854830fab0cd6fdc
|
||||
SHA256 (gnome2/at-spi-1.22.0.tar.bz2) = 1e692d44fea3432872af63e757fc0502e5da585b4f77c818982d9ebc3871032e
|
||||
SIZE (gnome2/at-spi-1.22.0.tar.bz2) = 853631
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/accessibility/atk/Makefile,v 1.85 2007/09/17 12:52:17 ahze Exp $
|
||||
# $MCom: ports/accessibility/atk/Makefile,v 1.90 2008/03/10 13:51:38 ahze Exp $
|
||||
#
|
||||
|
||||
PORTNAME= atk
|
||||
PORTVERSION= 1.20.0
|
||||
PORTVERSION= 1.22.0
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= accessibility devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/atk-1.20.0.tar.bz2) = b1a9e28d9f54ea306bd85a4c84b25fb8
|
||||
SHA256 (gnome2/atk-1.20.0.tar.bz2) = 1f3b2f2cbb5b0d8da0924970c66c3ecbfe13c4e4360b0af1db7545401a3747c9
|
||||
SIZE (gnome2/atk-1.20.0.tar.bz2) = 705435
|
||||
MD5 (gnome2/atk-1.22.0.tar.bz2) = 06a2b39a22d5ca35c47435da6b9643ac
|
||||
SHA256 (gnome2/atk-1.22.0.tar.bz2) = 677d66e9a0fc919042c28d40bf9356f45953d218fe613a84137e9f3d8c225de9
|
||||
SIZE (gnome2/atk-1.22.0.tar.bz2) = 709221
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
# Whom: lewiz <purple@lewiz.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/accessibility/dasher/Makefile,v 1.59 2007/10/15 22:05:41 mezz Exp $
|
||||
# $MCom: ports/accessibility/dasher/Makefile,v 1.61 2007/11/15 20:54:19 marcus Exp $
|
||||
#
|
||||
|
||||
PORTNAME= dasher
|
||||
PORTVERSION= 4.6.1
|
||||
PORTVERSION= 4.7.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= accessibility editors x11 gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/dasher-4.6.1.tar.bz2) = 1457df5075477d757f7df5693947464d
|
||||
SHA256 (gnome2/dasher-4.6.1.tar.bz2) = 3f0ee0a37465f5262937e8d2746bf7710cc6505e704e80c318dc3e01806aebc8
|
||||
SIZE (gnome2/dasher-4.6.1.tar.bz2) = 6473483
|
||||
MD5 (gnome2/dasher-4.7.0.tar.bz2) = 83fe6b7d3327baadcf350da19bfe7ce4
|
||||
SHA256 (gnome2/dasher-4.7.0.tar.bz2) = 3c4a8fb69f5710be1ad52c2260d5af49857ca10c4dd66322c70c79c3b701a745
|
||||
SIZE (gnome2/dasher-4.7.0.tar.bz2) = 6483077
|
||||
|
|
|
@ -152,6 +152,7 @@ share/applications/dasher.desktop
|
|||
%%DATADIR%%/dasher.compose.glade
|
||||
%%DATADIR%%/dasher.direct.glade
|
||||
%%DATADIR%%/dasher.fullscreen.glade
|
||||
%%DATADIR%%/dasher.gameWIP.glade
|
||||
%%DATADIR%%/dasher.traditional.glade
|
||||
%%DATADIR%%/dashermaemo.glade
|
||||
%%DATADIR%%/dashermaemofullscreen.glade
|
||||
|
@ -231,6 +232,22 @@ share/gnome/help/dasher/fr/figures/prefs2.png
|
|||
share/gnome/help/dasher/fr/figures/prefs3.png
|
||||
share/gnome/help/dasher/fr/figures/prefs4.png
|
||||
share/gnome/help/dasher/fr/figures/prefs5.png
|
||||
share/gnome/help/dasher/oc/dasher.xml
|
||||
share/gnome/help/dasher/oc/figures/a-z.gif
|
||||
share/gnome/help/dasher/oc/figures/aa-az.gif
|
||||
share/gnome/help/dasher/oc/figures/ala-alz.gif
|
||||
share/gnome/help/dasher/oc/figures/exampleHad2.png
|
||||
share/gnome/help/dasher/oc/figures/exampleHad2a.png
|
||||
share/gnome/help/dasher/oc/figures/exampleHad3a.png
|
||||
share/gnome/help/dasher/oc/figures/exampleHad4.png
|
||||
share/gnome/help/dasher/oc/figures/figure2.png
|
||||
share/gnome/help/dasher/oc/figures/main.png
|
||||
share/gnome/help/dasher/oc/figures/object.gif
|
||||
share/gnome/help/dasher/oc/figures/prefs1.png
|
||||
share/gnome/help/dasher/oc/figures/prefs2.png
|
||||
share/gnome/help/dasher/oc/figures/prefs3.png
|
||||
share/gnome/help/dasher/oc/figures/prefs4.png
|
||||
share/gnome/help/dasher/oc/figures/prefs5.png
|
||||
share/gnome/help/dasher/ru/dasher.xml
|
||||
share/gnome/help/dasher/ru/figures/a-z.gif
|
||||
share/gnome/help/dasher/ru/figures/aa-az.gif
|
||||
|
@ -344,6 +361,7 @@ share/locale/zh_TW/LC_MESSAGES/dasher.mo
|
|||
share/omf/dasher/dasher-C.omf
|
||||
share/omf/dasher/dasher-es.omf
|
||||
share/omf/dasher/dasher-fr.omf
|
||||
share/omf/dasher/dasher-oc.omf
|
||||
share/omf/dasher/dasher-ru.omf
|
||||
share/omf/dasher/dasher-sv.omf
|
||||
@dirrm share/omf/dasher
|
||||
|
@ -351,6 +369,8 @@ share/omf/dasher/dasher-sv.omf
|
|||
@dirrm share/gnome/help/dasher/sv
|
||||
@dirrm share/gnome/help/dasher/ru/figures
|
||||
@dirrm share/gnome/help/dasher/ru
|
||||
@dirrm share/gnome/help/dasher/oc/figures
|
||||
@dirrm share/gnome/help/dasher/oc
|
||||
@dirrm share/gnome/help/dasher/fr/figures
|
||||
@dirrm share/gnome/help/dasher/fr
|
||||
@dirrm share/gnome/help/dasher/es/figures
|
||||
|
@ -359,6 +379,7 @@ share/omf/dasher/dasher-sv.omf
|
|||
@dirrm share/gnome/help/dasher/C
|
||||
@dirrm share/gnome/help/dasher
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/applications
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES
|
||||
|
@ -385,4 +406,3 @@ share/omf/dasher/dasher-sv.omf
|
|||
@dirrmtry share/locale/bn_IN
|
||||
@dirrmtry share/locale/be@latin/LC_MESSAGES
|
||||
@dirrmtry share/locale/be@latin
|
||||
@dirrmtry share/applications
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports-stable/accessibility/gail/Makefile,v 1.1 2007/11/30 19:23:48 marcus Exp $
|
||||
# $MCom: ports/accessibility/gail/Makefile,v 1.72 2008/03/10 13:58:50 ahze Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gail
|
||||
PORTVERSION= 1.20.2
|
||||
PORTVERSION= 1.22.0
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= accessibility x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/gail-1.20.2.tar.bz2) = e805806f897cf6040e1f3e9c0cd2151b
|
||||
SHA256 (gnome2/gail-1.20.2.tar.bz2) = 5025b13a4f3b960c8ab7c3e5c7d6d86082e2e1af6ee18e61e37fd4ce3dcc0153
|
||||
SIZE (gnome2/gail-1.20.2.tar.bz2) = 659556
|
||||
MD5 (gnome2/gail-1.22.0.tar.bz2) = ff500cc53d088bb7f13d35a4fcf81e80
|
||||
SHA256 (gnome2/gail-1.22.0.tar.bz2) = ecde5368eb46c26365ec264541cd93e2afa481338e56363fbdb8895998df9f05
|
||||
SIZE (gnome2/gail-1.22.0.tar.bz2) = 674630
|
||||
|
|
|
@ -46,6 +46,7 @@ share/locale/is/LC_MESSAGES/gail.mo
|
|||
share/locale/it/LC_MESSAGES/gail.mo
|
||||
share/locale/ja/LC_MESSAGES/gail.mo
|
||||
share/locale/ka/LC_MESSAGES/gail.mo
|
||||
share/locale/kn/LC_MESSAGES/gail.mo
|
||||
share/locale/ko/LC_MESSAGES/gail.mo
|
||||
share/locale/ku/LC_MESSAGES/gail.mo
|
||||
share/locale/lt/LC_MESSAGES/gail.mo
|
||||
|
@ -55,6 +56,7 @@ share/locale/mi/LC_MESSAGES/gail.mo
|
|||
share/locale/mk/LC_MESSAGES/gail.mo
|
||||
share/locale/ml/LC_MESSAGES/gail.mo
|
||||
share/locale/mn/LC_MESSAGES/gail.mo
|
||||
share/locale/mr/LC_MESSAGES/gail.mo
|
||||
share/locale/ms/LC_MESSAGES/gail.mo
|
||||
share/locale/nb/LC_MESSAGES/gail.mo
|
||||
share/locale/ne/LC_MESSAGES/gail.mo
|
||||
|
@ -99,6 +101,8 @@ share/locale/zh_TW/LC_MESSAGES/gail.mo
|
|||
@dirrmtry share/locale/rw
|
||||
@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
@dirrmtry share/locale/oc
|
||||
@dirrmtry share/locale/mr/LC_MESSAGES
|
||||
@dirrmtry share/locale/mr
|
||||
@dirrmtry share/locale/mi/LC_MESSAGES
|
||||
@dirrmtry share/locale/mi
|
||||
@dirrmtry share/locale/mg/LC_MESSAGES
|
||||
|
|
30
accessibility/mousetweaks/Makefile
Normal file
30
accessibility/mousetweaks/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Ports collection makefile for: mousetweaks
|
||||
# Date created: 2008 01 10
|
||||
# Whom: Koop Mast <kwm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/accessibility/mousetweaks/Makefile,v 1.7 2008/03/10 21:35:20 mezz Exp $
|
||||
#
|
||||
|
||||
PORTNAME= mousetweaks
|
||||
PORTVERSION= 2.22.0
|
||||
CATEGORIES= accessibility
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Mouse accessibility enhancements for the GNOME desktop
|
||||
|
||||
USE_XORG= xfixes
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack atspi
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
GCONF_SCHEMAS= mousetweaks.schemas pointer-capture-applet.schemas
|
||||
MAN1= dwell-click-applet.1 mousetweaks.1 pointer-capture-applet.1
|
||||
|
||||
.include <bsd.port.mk>
|
3
accessibility/mousetweaks/distinfo
Normal file
3
accessibility/mousetweaks/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (gnome2/mousetweaks-2.22.0.tar.bz2) = a7715512c7ffdec65ead7a251609d0f5
|
||||
SHA256 (gnome2/mousetweaks-2.22.0.tar.bz2) = faa084861a246288397c36f00f36d62b80a48ab141317e50102827d6dbe48f37
|
||||
SIZE (gnome2/mousetweaks-2.22.0.tar.bz2) = 762940
|
17
accessibility/mousetweaks/pkg-descr
Normal file
17
accessibility/mousetweaks/pkg-descr
Normal file
|
@ -0,0 +1,17 @@
|
|||
The Mousetweaks package provides mouse accessibility enhancements for the
|
||||
GNOME desktop.
|
||||
|
||||
These enhancements are:
|
||||
|
||||
1. It offers a way to perform the various clicks without using any
|
||||
hardware button.
|
||||
|
||||
2. It allows users to perform a right click by doing a click&hold of the
|
||||
left mousebutton. (For a left-handed mouse user, the termes left and right
|
||||
have to be inverted.)
|
||||
|
||||
3. It provides an applet that the user can install on a panel. This applet
|
||||
creates an area on the panel into which the pointer can be captured until
|
||||
the user releases it with a predefined button and modifier combination.
|
||||
|
||||
WWW: https://launchpad.net/mousetweaks/
|
155
accessibility/mousetweaks/pkg-plist
Normal file
155
accessibility/mousetweaks/pkg-plist
Normal file
|
@ -0,0 +1,155 @@
|
|||
bin/dwell-click-applet
|
||||
bin/mousetweaks
|
||||
bin/pointer-capture-applet
|
||||
libdata/bonobo/servers/DwellClick_Factory.server
|
||||
libdata/bonobo/servers/PointerCapture_Factory.server
|
||||
share/gnome/help/mousetweaks/C/figures/mouse-a11y-add-applet-to-panel-window.png
|
||||
share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-checkbox.png
|
||||
share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-click-type-applet.png
|
||||
share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-click-type-window.png
|
||||
share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-ctw-checkbox.png
|
||||
share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-delay-slider.png
|
||||
share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-gesture-mapping.png
|
||||
share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-mode-choice.png
|
||||
share/gnome/help/mousetweaks/C/figures/mouse-a11y-dwell-motion-treshold.png
|
||||
share/gnome/help/mousetweaks/C/figures/mouse-a11y-pointer-capture-context-menu.png
|
||||
share/gnome/help/mousetweaks/C/figures/mouse-a11y-pointer-capture-locked.png
|
||||
share/gnome/help/mousetweaks/C/figures/mouse-a11y-pointer-capture-preferences.png
|
||||
share/gnome/help/mousetweaks/C/figures/mouse-a11y-ssc-checkbox.png
|
||||
share/gnome/help/mousetweaks/C/figures/mouse-a11y-ssc-delay-slider.png
|
||||
share/gnome/help/mousetweaks/C/figures/mouse-a11y-tab.png
|
||||
share/gnome/help/mousetweaks/C/legal.xml
|
||||
share/gnome/help/mousetweaks/C/mousetweaks.xml
|
||||
share/gnome/help/mousetweaks/el/figures/mouse-a11y-add-applet-to-panel-window.png
|
||||
share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-checkbox.png
|
||||
share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-click-type-applet.png
|
||||
share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-click-type-window.png
|
||||
share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-ctw-checkbox.png
|
||||
share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-delay-slider.png
|
||||
share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-gesture-mapping.png
|
||||
share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-mode-choice.png
|
||||
share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-motion-treshold.png
|
||||
share/gnome/help/mousetweaks/el/figures/mouse-a11y-pointer-capture-context-menu.png
|
||||
share/gnome/help/mousetweaks/el/figures/mouse-a11y-pointer-capture-locked.png
|
||||
share/gnome/help/mousetweaks/el/figures/mouse-a11y-pointer-capture-preferences.png
|
||||
share/gnome/help/mousetweaks/el/figures/mouse-a11y-ssc-checkbox.png
|
||||
share/gnome/help/mousetweaks/el/figures/mouse-a11y-ssc-delay-slider.png
|
||||
share/gnome/help/mousetweaks/el/figures/mouse-a11y-tab.png
|
||||
share/gnome/help/mousetweaks/el/legal.xml
|
||||
share/gnome/help/mousetweaks/el/mousetweaks.xml
|
||||
share/gnome/help/mousetweaks/es/figures/mouse-a11y-add-applet-to-panel-window.png
|
||||
share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-checkbox.png
|
||||
share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-click-type-applet.png
|
||||
share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-click-type-window.png
|
||||
share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-ctw-checkbox.png
|
||||
share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-delay-slider.png
|
||||
share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-gesture-mapping.png
|
||||
share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-mode-choice.png
|
||||
share/gnome/help/mousetweaks/es/figures/mouse-a11y-dwell-motion-treshold.png
|
||||
share/gnome/help/mousetweaks/es/figures/mouse-a11y-pointer-capture-context-menu.png
|
||||
share/gnome/help/mousetweaks/es/figures/mouse-a11y-pointer-capture-locked.png
|
||||
share/gnome/help/mousetweaks/es/figures/mouse-a11y-pointer-capture-preferences.png
|
||||
share/gnome/help/mousetweaks/es/figures/mouse-a11y-ssc-checkbox.png
|
||||
share/gnome/help/mousetweaks/es/figures/mouse-a11y-ssc-delay-slider.png
|
||||
share/gnome/help/mousetweaks/es/figures/mouse-a11y-tab.png
|
||||
share/gnome/help/mousetweaks/es/legal.xml
|
||||
share/gnome/help/mousetweaks/es/mousetweaks.xml
|
||||
share/gnome/help/mousetweaks/oc/figures/mouse-a11y-add-applet-to-panel-window.png
|
||||
share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-checkbox.png
|
||||
share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-click-type-applet.png
|
||||
share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-click-type-window.png
|
||||
share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-ctw-checkbox.png
|
||||
share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-delay-slider.png
|
||||
share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-gesture-mapping.png
|
||||
share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-mode-choice.png
|
||||
share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-motion-treshold.png
|
||||
share/gnome/help/mousetweaks/oc/figures/mouse-a11y-pointer-capture-context-menu.png
|
||||
share/gnome/help/mousetweaks/oc/figures/mouse-a11y-pointer-capture-locked.png
|
||||
share/gnome/help/mousetweaks/oc/figures/mouse-a11y-pointer-capture-preferences.png
|
||||
share/gnome/help/mousetweaks/oc/figures/mouse-a11y-ssc-checkbox.png
|
||||
share/gnome/help/mousetweaks/oc/figures/mouse-a11y-ssc-delay-slider.png
|
||||
share/gnome/help/mousetweaks/oc/figures/mouse-a11y-tab.png
|
||||
share/gnome/help/mousetweaks/oc/legal.xml
|
||||
share/gnome/help/mousetweaks/oc/mousetweaks.xml
|
||||
share/gnome/help/mousetweaks/sv/figures/mouse-a11y-add-applet-to-panel-window.png
|
||||
share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-checkbox.png
|
||||
share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-click-type-applet.png
|
||||
share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-click-type-window.png
|
||||
share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-ctw-checkbox.png
|
||||
share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-delay-slider.png
|
||||
share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-gesture-mapping.png
|
||||
share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-mode-choice.png
|
||||
share/gnome/help/mousetweaks/sv/figures/mouse-a11y-dwell-motion-treshold.png
|
||||
share/gnome/help/mousetweaks/sv/figures/mouse-a11y-pointer-capture-context-menu.png
|
||||
share/gnome/help/mousetweaks/sv/figures/mouse-a11y-pointer-capture-locked.png
|
||||
share/gnome/help/mousetweaks/sv/figures/mouse-a11y-pointer-capture-preferences.png
|
||||
share/gnome/help/mousetweaks/sv/figures/mouse-a11y-ssc-checkbox.png
|
||||
share/gnome/help/mousetweaks/sv/figures/mouse-a11y-ssc-delay-slider.png
|
||||
share/gnome/help/mousetweaks/sv/figures/mouse-a11y-tab.png
|
||||
share/gnome/help/mousetweaks/sv/legal.xml
|
||||
share/gnome/help/mousetweaks/sv/mousetweaks.xml
|
||||
share/locale/ar/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/ca/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/cs/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/da/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/de/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/el/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/en_GB/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/es/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/eu/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/fi/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/fr/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/gl/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/hi/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/hu/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/it/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/ja/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/ko/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/lt/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/mk/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/ml/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/mr/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/nb/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/nl/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/oc/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/pa/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/pl/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/pt/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/ru/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/sl/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/sv/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/ta/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/th/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/tr/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/uk/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/mousetweaks.mo
|
||||
%%DATADIR%%/DwellClick.xml
|
||||
%%DATADIR%%/PointerCapture.xml
|
||||
%%DATADIR%%/ctw.glade
|
||||
%%DATADIR%%/dwell-click-applet.glade
|
||||
%%DATADIR%%/human-double.png
|
||||
%%DATADIR%%/human-drag.png
|
||||
%%DATADIR%%/human-right.png
|
||||
%%DATADIR%%/human-single.png
|
||||
%%DATADIR%%/pointer-capture-applet.glade
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm share/gnome/help/mousetweaks/sv/figures
|
||||
@dirrm share/gnome/help/mousetweaks/sv
|
||||
@dirrm share/gnome/help/mousetweaks/oc/figures
|
||||
@dirrm share/gnome/help/mousetweaks/oc
|
||||
@dirrm share/gnome/help/mousetweaks/es/figures
|
||||
@dirrm share/gnome/help/mousetweaks/es
|
||||
@dirrm share/gnome/help/mousetweaks/el/figures
|
||||
@dirrm share/gnome/help/mousetweaks/el
|
||||
@dirrm share/gnome/help/mousetweaks/C/figures
|
||||
@dirrm share/gnome/help/mousetweaks/C
|
||||
@dirrm share/gnome/help/mousetweaks
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
@dirrmtry share/locale/oc
|
||||
@dirrmtry share/locale/mr/LC_MESSAGES
|
||||
@dirrmtry share/locale/mr
|
|
@ -3,14 +3,13 @@
|
|||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports-stable/accessibility/orca/Makefile,v 1.1 2007/12/01 05:37:44 marcus Exp $
|
||||
# $MCom: ports/accessibility/orca/Makefile,v 1.42 2008/03/10 00:56:17 mezz Exp $
|
||||
#
|
||||
|
||||
PORTNAME= orca
|
||||
PORTVERSION= 2.20.3
|
||||
PORTVERSION= 2.22.0
|
||||
CATEGORIES= accessibility gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -23,7 +22,6 @@ LATEST_LINK= gnome-orca
|
|||
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_XLIB= yes
|
||||
USE_PYTHON= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomeprefix gnomehack libgnomeui atspi gnomespeech pygnome2
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/orca-2.20.3.tar.bz2) = a270df4640493e0a96dc6d363ae800a6
|
||||
SHA256 (gnome2/orca-2.20.3.tar.bz2) = 17dd0c42552a1d12005faa7b1366b15a60c8d33563a370d8668c43317bd6667c
|
||||
SIZE (gnome2/orca-2.20.3.tar.bz2) = 1437345
|
||||
MD5 (gnome2/orca-2.22.0.tar.bz2) = a49e1c39261c916e8d9c7bc26740d085
|
||||
SHA256 (gnome2/orca-2.22.0.tar.bz2) = 72083afe8db20abd390e6ddbd34ec41e126ed7fd97c97963b1d4b1980fa70d37
|
||||
SIZE (gnome2/orca-2.22.0.tar.bz2) = 1730351
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- src/orca/orca.in.orig Sun Mar 25 00:58:52 2007
|
||||
+++ src/orca/orca.in Sun Mar 25 01:02:09 2007
|
||||
--- src/orca/orca.in.orig 2007-11-08 11:02:26.000000000 -0500
|
||||
+++ src/orca/orca.in 2007-11-15 15:43:24.000000000 -0500
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/bin/bash
|
||||
+#!/usr/local/bin/bash
|
||||
|
@ -10,12 +10,12 @@
|
|||
|
||||
# Set the user's $PATH for this script.
|
||||
#
|
||||
-export PATH="/usr/ccs/bin:/usr/bin:/usr/sbin:/bin:/usr/sfw/bin:/usr/openwin/bin:/usr/X11R6/bin"
|
||||
+export PATH="/usr/ccs/bin:/usr/bin:/usr/sbin:/bin:/usr/sfw/bin:/usr/openwin/bin:/usr/local/bin:/usr/X11R6/bin"
|
||||
-export PATH="${PATH}:/usr/ccs/bin:/usr/bin:/usr/sbin:/bin:/usr/sfw/bin:/usr/openwin/bin:/usr/X11R6/bin"
|
||||
+export PATH="${PATH}:/usr/ccs/bin:/usr/bin:/usr/sbin:/bin:/usr/sfw/bin:/usr/openwin/bin:/usr/local/bin:/usr/X11R6/bin"
|
||||
|
||||
# If you set RUNONCE to "true", then this will just run Orca once and quit.
|
||||
#
|
||||
@@ -125,7 +125,7 @@ watchdog()
|
||||
@@ -145,7 +145,7 @@ watchdog()
|
||||
do
|
||||
sleep 5
|
||||
USERID=`id | cut -f2 -d= | cut -f1 -d\(`
|
||||
|
|
|
@ -14,9 +14,9 @@ bin/orca
|
|||
%%PYTHON_SITELIBDIR%%/orca/app_gui_prefs.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/app_gui_prefs.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/app_gui_prefs.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/atspi.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/atspi.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/atspi.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/app_prefs.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/app_prefs.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/app_prefs.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/bookmarks.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/bookmarks.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/bookmarks.pyo
|
||||
|
@ -73,6 +73,9 @@ bin/orca
|
|||
%%PYTHON_SITELIBDIR%%/orca/keynames.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/keynames.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/keynames.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/liveregions.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/liveregions.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/liveregions.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/mag.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/mag.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/mag.pyo
|
||||
|
@ -199,6 +202,9 @@ bin/orca
|
|||
%%PYTHON_SITELIBDIR%%/orca/scripts/planner.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/planner.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/planner.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/rhythmbox.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/rhythmbox.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/rhythmbox.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.pyo
|
||||
|
@ -251,6 +257,7 @@ share/locale/hi/LC_MESSAGES/orca.mo
|
|||
share/locale/hu/LC_MESSAGES/orca.mo
|
||||
share/locale/it/LC_MESSAGES/orca.mo
|
||||
share/locale/ja/LC_MESSAGES/orca.mo
|
||||
share/locale/kn/LC_MESSAGES/orca.mo
|
||||
share/locale/ko/LC_MESSAGES/orca.mo
|
||||
share/locale/lt/LC_MESSAGES/orca.mo
|
||||
share/locale/lv/LC_MESSAGES/orca.mo
|
||||
|
@ -288,6 +295,7 @@ share/locale/zh_TW/LC_MESSAGES/orca.mo
|
|||
%%DATADIR%%/glade/orca-setup.glade
|
||||
@dirrm %%DATADIR%%/glade
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/applications
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
|
@ -304,4 +312,3 @@ share/locale/zh_TW/LC_MESSAGES/orca.mo
|
|||
@dirrmtry share/locale/dz
|
||||
@dirrmtry share/locale/bn_IN/LC_MESSAGES
|
||||
@dirrmtry share/locale/bn_IN
|
||||
@dirrmtry share/applications
|
||||
|
|
|
@ -3,15 +3,15 @@
|
|||
# Whom: Anders Nordby <anders@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports-stable/archivers/file-roller/Makefile,v 1.1 2007/12/01 06:00:43 marcus Exp $
|
||||
# $MCom: ports/archivers/file-roller/Makefile,v 1.136 2008/03/11 18:31:35 mezz Exp $
|
||||
#
|
||||
|
||||
PORTNAME= file-roller
|
||||
PORTVERSION= 2.20.3
|
||||
PORTVERSION= 2.22.0
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= archivers gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/file-roller-2.20.3.tar.bz2) = 7af6bac2e96ad9c728d791ce21dba8f5
|
||||
SHA256 (gnome2/file-roller-2.20.3.tar.bz2) = a1f7cb6935bfa51fb838406a223e4aaf63a4ae718292fefc1cfd34122b61c56c
|
||||
SIZE (gnome2/file-roller-2.20.3.tar.bz2) = 1226251
|
||||
MD5 (gnome2/file-roller-2.22.0.tar.bz2) = 81836da5b75575c45154ad851da699cb
|
||||
SHA256 (gnome2/file-roller-2.22.0.tar.bz2) = a4a188c45a000098bfa199aa5de79bae8554300c6fc05efb028e17e5c3027e7e
|
||||
SIZE (gnome2/file-roller-2.22.0.tar.bz2) = 1268253
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
bin/file-roller
|
||||
lib/nautilus/extensions-1.0/libnautilus-fileroller.a
|
||||
lib/nautilus/extensions-1.0/libnautilus-fileroller.la
|
||||
lib/nautilus/extensions-1.0/libnautilus-fileroller.so
|
||||
lib/nautilus/extensions-2.0/libnautilus-fileroller.a
|
||||
lib/nautilus/extensions-2.0/libnautilus-fileroller.la
|
||||
lib/nautilus/extensions-2.0/libnautilus-fileroller.so
|
||||
libexec/file-roller/isoinfo.sh
|
||||
share/applications/file-roller.desktop
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
|
@ -15,6 +15,7 @@ share/applications/file-roller.desktop
|
|||
%%DATADIR%%/glade/open-with.glade
|
||||
%%DATADIR%%/glade/password.glade
|
||||
%%DATADIR%%/glade/properties.glade
|
||||
%%DATADIR%%/glade/update.glade
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/add-files-to-archive.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/add-folder-to-archive.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/extract-archive.png
|
||||
|
@ -95,6 +96,7 @@ share/icons/hicolor/32x32/apps/file-roller.png
|
|||
share/icons/hicolor/scalable/apps/file-roller.svg
|
||||
share/locale/am/LC_MESSAGES/file-roller.mo
|
||||
share/locale/ar/LC_MESSAGES/file-roller.mo
|
||||
share/locale/as/LC_MESSAGES/file-roller.mo
|
||||
share/locale/az/LC_MESSAGES/file-roller.mo
|
||||
share/locale/be/LC_MESSAGES/file-roller.mo
|
||||
share/locale/be@latin/LC_MESSAGES/file-roller.mo
|
||||
|
@ -169,6 +171,8 @@ share/locale/th/LC_MESSAGES/file-roller.mo
|
|||
share/locale/tk/LC_MESSAGES/file-roller.mo
|
||||
share/locale/tr/LC_MESSAGES/file-roller.mo
|
||||
share/locale/uk/LC_MESSAGES/file-roller.mo
|
||||
share/locale/ur/LC_MESSAGES/file-roller.mo
|
||||
share/locale/ur_PK/LC_MESSAGES/file-roller.mo
|
||||
share/locale/vi/LC_MESSAGES/file-roller.mo
|
||||
share/locale/xh/LC_MESSAGES/file-roller.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/file-roller.mo
|
||||
|
@ -218,6 +222,7 @@ share/omf/file-roller/file-roller-uk.omf
|
|||
@dirrm %%DATADIR%%/glade
|
||||
@dirrm %%DATADIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrmtry share/applications
|
||||
@dirrm libexec/file-roller
|
||||
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
|
@ -225,6 +230,10 @@ share/omf/file-roller/file-roller-uk.omf
|
|||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/xh/LC_MESSAGES
|
||||
@dirrmtry share/locale/xh
|
||||
@dirrmtry share/locale/ur_PK/LC_MESSAGES
|
||||
@dirrmtry share/locale/ur_PK
|
||||
@dirrmtry share/locale/ur/LC_MESSAGES
|
||||
@dirrmtry share/locale/ur
|
||||
@dirrmtry share/locale/te/LC_MESSAGES
|
||||
@dirrmtry share/locale/te
|
||||
@dirrmtry share/locale/sr@ije/LC_MESSAGES
|
||||
|
@ -249,4 +258,5 @@ share/omf/file-roller/file-roller-uk.omf
|
|||
@dirrmtry share/locale/bn_IN
|
||||
@dirrmtry share/locale/be@latin/LC_MESSAGES
|
||||
@dirrmtry share/locale/be@latin
|
||||
@dirrmtry share/applications
|
||||
@dirrmtry share/locale/as/LC_MESSAGES
|
||||
@dirrmtry share/locale/as
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
# Whom: Vincent Tantardini <vinc@freebsd-fr.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/astro/glunarclock/Makefile,v 1.5 2007/05/19 21:35:54 marcus Exp $
|
||||
# $MCom: ports/astro/glunarclock/Makefile,v 1.8 2008/03/20 18:57:15 mezz Exp $
|
||||
|
||||
PORTNAME= glunarclock
|
||||
PORTVERSION= 0.32.4
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= astro gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -15,9 +15,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GNOME applet that displays the current phase of the Moon
|
||||
|
||||
LIB_DEPENDS= xklavier.11:${PORTSDIR}/x11/libxklavier
|
||||
LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier
|
||||
|
||||
USE_GNOME= gnomehack gnomepanel gnomeprefix gnometarget intlhack
|
||||
USE_GNOME= gail gnomehack gnomepanel gnomeprefix gnometarget intlhack
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -262,8 +262,10 @@
|
|||
SUBDIR += gstreamer-plugins-shout2
|
||||
SUBDIR += gstreamer-plugins-sidplay
|
||||
SUBDIR += gstreamer-plugins-sndfile
|
||||
SUBDIR += gstreamer-plugins-soundtouch
|
||||
SUBDIR += gstreamer-plugins-spc
|
||||
SUBDIR += gstreamer-plugins-speex
|
||||
SUBDIR += gstreamer-plugins-taglib
|
||||
SUBDIR += gstreamer-plugins-vorbis
|
||||
SUBDIR += gstreamer-plugins-wavpack
|
||||
SUBDIR += gtick
|
||||
|
|
|
@ -3,15 +3,13 @@
|
|||
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gnome-audio/Makefile,v 1.6 2007/06/29 22:55:02 mezz Exp $
|
||||
# $MCom: ports/audio/gnome-audio/Makefile,v 1.8 2008/03/21 12:32:12 ahze Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gnome-audio
|
||||
PORTVERSION= 2.0.0
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 2.22.0
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/gnome-audio/2.0
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Sound files for use with GNOME 2
|
||||
|
@ -20,7 +18,10 @@ USE_BZIP2= yes
|
|||
USE_XLIB= yes
|
||||
NO_BUILD= yes
|
||||
USE_GNOME= gnomehack gnomeprefix gnomehier
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/sounds
|
||||
MAKE_ENV= prefix=${PREFIX}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \
|
||||
${WRKSRC}/sounds/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome-audio-2.0.0.tar.bz2) = cd14b84af59fb2ec673527d32f4e379f
|
||||
SHA256 (gnome-audio-2.0.0.tar.bz2) = b1587b720056f44c2c472f1157fa73b10a7ffe0fd2f68cf105b39b93bcf280f8
|
||||
SIZE (gnome-audio-2.0.0.tar.bz2) = 1401319
|
||||
MD5 (gnome-audio-2.22.0.tar.bz2) = e80c94dc42e2ccb2e50e74a382eed666
|
||||
SHA256 (gnome-audio-2.22.0.tar.bz2) = f51ba55e66c1b17cf7b32e3b47433e2375b3ef51a8559a804800b4dc9369d993
|
||||
SIZE (gnome-audio-2.22.0.tar.bz2) = 1000959
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
--- Makefile.orig Thu Feb 15 14:40:33 2001
|
||||
+++ Makefile Mon Feb 26 19:24:22 2001
|
||||
@@ -1,3 +1 @@
|
||||
-prefix=$(shell gnome-config --prefix)
|
||||
-
|
||||
LN_S=ln -sf
|
|
@ -3,14 +3,13 @@
|
|||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gnome-media/Makefile,v 1.112 2007/09/19 12:22:57 ahze Exp $
|
||||
# $MCom: ports/audio/gnome-media/Makefile,v 1.114 2008/03/11 02:39:19 mezz Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gnome-media
|
||||
PORTVERSION= 2.20.1
|
||||
PORTVERSION= 2.22.0
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/gnome-media/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -18,6 +17,7 @@ COMMENT= Multimedia applications for the GNOME 2 desktop
|
|||
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
INSTALLS_OMF= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/gnome-media-2.20.1.tar.bz2) = 75036a6990725c4323812afd4cd734f5
|
||||
SHA256 (gnome2/gnome-media-2.20.1.tar.bz2) = 273b9eb4bc5a0cd7f1589f4eb242b995b05d64db20c05ec379d07af3b90d9c29
|
||||
SIZE (gnome2/gnome-media-2.20.1.tar.bz2) = 1927211
|
||||
MD5 (gnome2/gnome-media-2.22.0.tar.bz2) = e3fabb87abd2731d7f345d724b40333a
|
||||
SHA256 (gnome2/gnome-media-2.22.0.tar.bz2) = 9bafcc1d766ea3b0c30d79c33eb77ad8ceaad8631337f66f7797524e90281b4a
|
||||
SIZE (gnome2/gnome-media-2.22.0.tar.bz2) = 2237463
|
||||
|
|
|
@ -61,6 +61,19 @@ share/gnome/help/gnome-cd/C/figures/rewind_button.png
|
|||
share/gnome/help/gnome-cd/C/figures/stop_button.png
|
||||
share/gnome/help/gnome-cd/C/gnome-cd.xml
|
||||
share/gnome/help/gnome-cd/C/legal.xml
|
||||
share/gnome/help/gnome-cd/ca/figures/cdplayer_trackeditor_button.png
|
||||
share/gnome/help/gnome-cd/ca/figures/cdplayer_trackeditor_window.png
|
||||
share/gnome/help/gnome-cd/ca/figures/cdplayer_window.png
|
||||
share/gnome/help/gnome-cd/ca/figures/eject_button.png
|
||||
share/gnome/help/gnome-cd/ca/figures/forward_button.png
|
||||
share/gnome/help/gnome-cd/ca/figures/next_button.png
|
||||
share/gnome/help/gnome-cd/ca/figures/pause_button.png
|
||||
share/gnome/help/gnome-cd/ca/figures/play_button.png
|
||||
share/gnome/help/gnome-cd/ca/figures/preferences_button.png
|
||||
share/gnome/help/gnome-cd/ca/figures/previous_button.png
|
||||
share/gnome/help/gnome-cd/ca/figures/rewind_button.png
|
||||
share/gnome/help/gnome-cd/ca/figures/stop_button.png
|
||||
share/gnome/help/gnome-cd/ca/gnome-cd.xml
|
||||
share/gnome/help/gnome-cd/es/figures/cdplayer_trackeditor_button.png
|
||||
share/gnome/help/gnome-cd/es/figures/cdplayer_trackeditor_window.png
|
||||
share/gnome/help/gnome-cd/es/figures/cdplayer_window.png
|
||||
|
@ -87,6 +100,45 @@ share/gnome/help/gnome-cd/fr/figures/previous_button.png
|
|||
share/gnome/help/gnome-cd/fr/figures/rewind_button.png
|
||||
share/gnome/help/gnome-cd/fr/figures/stop_button.png
|
||||
share/gnome/help/gnome-cd/fr/gnome-cd.xml
|
||||
share/gnome/help/gnome-cd/it/figures/cdplayer_trackeditor_button.png
|
||||
share/gnome/help/gnome-cd/it/figures/cdplayer_trackeditor_window.png
|
||||
share/gnome/help/gnome-cd/it/figures/cdplayer_window.png
|
||||
share/gnome/help/gnome-cd/it/figures/eject_button.png
|
||||
share/gnome/help/gnome-cd/it/figures/forward_button.png
|
||||
share/gnome/help/gnome-cd/it/figures/next_button.png
|
||||
share/gnome/help/gnome-cd/it/figures/pause_button.png
|
||||
share/gnome/help/gnome-cd/it/figures/play_button.png
|
||||
share/gnome/help/gnome-cd/it/figures/preferences_button.png
|
||||
share/gnome/help/gnome-cd/it/figures/previous_button.png
|
||||
share/gnome/help/gnome-cd/it/figures/rewind_button.png
|
||||
share/gnome/help/gnome-cd/it/figures/stop_button.png
|
||||
share/gnome/help/gnome-cd/it/gnome-cd.xml
|
||||
share/gnome/help/gnome-cd/oc/figures/cdplayer_trackeditor_button.png
|
||||
share/gnome/help/gnome-cd/oc/figures/cdplayer_trackeditor_window.png
|
||||
share/gnome/help/gnome-cd/oc/figures/cdplayer_window.png
|
||||
share/gnome/help/gnome-cd/oc/figures/eject_button.png
|
||||
share/gnome/help/gnome-cd/oc/figures/forward_button.png
|
||||
share/gnome/help/gnome-cd/oc/figures/next_button.png
|
||||
share/gnome/help/gnome-cd/oc/figures/pause_button.png
|
||||
share/gnome/help/gnome-cd/oc/figures/play_button.png
|
||||
share/gnome/help/gnome-cd/oc/figures/preferences_button.png
|
||||
share/gnome/help/gnome-cd/oc/figures/previous_button.png
|
||||
share/gnome/help/gnome-cd/oc/figures/rewind_button.png
|
||||
share/gnome/help/gnome-cd/oc/figures/stop_button.png
|
||||
share/gnome/help/gnome-cd/oc/gnome-cd.xml
|
||||
share/gnome/help/gnome-cd/ru/figures/cdplayer_trackeditor_button.png
|
||||
share/gnome/help/gnome-cd/ru/figures/cdplayer_trackeditor_window.png
|
||||
share/gnome/help/gnome-cd/ru/figures/cdplayer_window.png
|
||||
share/gnome/help/gnome-cd/ru/figures/eject_button.png
|
||||
share/gnome/help/gnome-cd/ru/figures/forward_button.png
|
||||
share/gnome/help/gnome-cd/ru/figures/next_button.png
|
||||
share/gnome/help/gnome-cd/ru/figures/pause_button.png
|
||||
share/gnome/help/gnome-cd/ru/figures/play_button.png
|
||||
share/gnome/help/gnome-cd/ru/figures/preferences_button.png
|
||||
share/gnome/help/gnome-cd/ru/figures/previous_button.png
|
||||
share/gnome/help/gnome-cd/ru/figures/rewind_button.png
|
||||
share/gnome/help/gnome-cd/ru/figures/stop_button.png
|
||||
share/gnome/help/gnome-cd/ru/gnome-cd.xml
|
||||
share/gnome/help/gnome-cd/sv/figures/cdplayer_trackeditor_button.png
|
||||
share/gnome/help/gnome-cd/sv/figures/cdplayer_trackeditor_window.png
|
||||
share/gnome/help/gnome-cd/sv/figures/cdplayer_window.png
|
||||
|
@ -103,12 +155,18 @@ share/gnome/help/gnome-cd/sv/gnome-cd.xml
|
|||
share/gnome/help/gnome-sound-recorder/C/figures/grecord_window.png
|
||||
share/gnome/help/gnome-sound-recorder/C/gnome-sound-recorder.xml
|
||||
share/gnome/help/gnome-sound-recorder/C/legal.xml
|
||||
share/gnome/help/gnome-sound-recorder/ca/figures/grecord_window.png
|
||||
share/gnome/help/gnome-sound-recorder/ca/gnome-sound-recorder.xml
|
||||
share/gnome/help/gnome-sound-recorder/es/figures/grecord_window.png
|
||||
share/gnome/help/gnome-sound-recorder/es/gnome-sound-recorder.xml
|
||||
share/gnome/help/gnome-sound-recorder/fr/figures/grecord_window.png
|
||||
share/gnome/help/gnome-sound-recorder/fr/gnome-sound-recorder.xml
|
||||
share/gnome/help/gnome-sound-recorder/it/figures/grecord_window.png
|
||||
share/gnome/help/gnome-sound-recorder/it/gnome-sound-recorder.xml
|
||||
share/gnome/help/gnome-sound-recorder/oc/figures/grecord_window.png
|
||||
share/gnome/help/gnome-sound-recorder/oc/gnome-sound-recorder.xml
|
||||
share/gnome/help/gnome-sound-recorder/ru/figures/grecord_window.png
|
||||
share/gnome/help/gnome-sound-recorder/ru/gnome-sound-recorder.xml
|
||||
share/gnome/help/gnome-sound-recorder/sv/figures/grecord_window.png
|
||||
share/gnome/help/gnome-sound-recorder/sv/gnome-sound-recorder.xml
|
||||
share/gnome/help/gnome-sound-recorder/uk/figures/grecord_window.png
|
||||
|
@ -116,23 +174,35 @@ share/gnome/help/gnome-sound-recorder/uk/gnome-sound-recorder.xml
|
|||
share/gnome/help/gnome-volume-control/C/figures/gnome-volume-control_window.png
|
||||
share/gnome/help/gnome-volume-control/C/gnome-volume-control.xml
|
||||
share/gnome/help/gnome-volume-control/C/legal.xml
|
||||
share/gnome/help/gnome-volume-control/ca/figures/gnome-volume-control_window.png
|
||||
share/gnome/help/gnome-volume-control/ca/gnome-volume-control.xml
|
||||
share/gnome/help/gnome-volume-control/es/figures/gnome-volume-control_window.png
|
||||
share/gnome/help/gnome-volume-control/es/gnome-volume-control.xml
|
||||
share/gnome/help/gnome-volume-control/fr/figures/gnome-volume-control_window.png
|
||||
share/gnome/help/gnome-volume-control/fr/gnome-volume-control.xml
|
||||
share/gnome/help/gnome-volume-control/it/figures/gnome-volume-control_window.png
|
||||
share/gnome/help/gnome-volume-control/it/gnome-volume-control.xml
|
||||
share/gnome/help/gnome-volume-control/oc/figures/gnome-volume-control_window.png
|
||||
share/gnome/help/gnome-volume-control/oc/gnome-volume-control.xml
|
||||
share/gnome/help/gnome-volume-control/ru/figures/gnome-volume-control_window.png
|
||||
share/gnome/help/gnome-volume-control/ru/gnome-volume-control.xml
|
||||
share/gnome/help/gnome-volume-control/sv/figures/gnome-volume-control_window.png
|
||||
share/gnome/help/gnome-volume-control/sv/gnome-volume-control.xml
|
||||
share/gnome/help/gstreamer-properties/C/figures/gstreamer_properties_window.png
|
||||
share/gnome/help/gstreamer-properties/C/gstreamer-properties.xml
|
||||
share/gnome/help/gstreamer-properties/C/legal.xml
|
||||
share/gnome/help/gstreamer-properties/ca/figures/gstreamer_properties_window.png
|
||||
share/gnome/help/gstreamer-properties/ca/gstreamer-properties.xml
|
||||
share/gnome/help/gstreamer-properties/es/figures/gstreamer_properties_window.png
|
||||
share/gnome/help/gstreamer-properties/es/gstreamer-properties.xml
|
||||
share/gnome/help/gstreamer-properties/fr/figures/gstreamer_properties_window.png
|
||||
share/gnome/help/gstreamer-properties/fr/gstreamer-properties.xml
|
||||
share/gnome/help/gstreamer-properties/it/figures/gstreamer_properties_window.png
|
||||
share/gnome/help/gstreamer-properties/it/gstreamer-properties.xml
|
||||
share/gnome/help/gstreamer-properties/oc/figures/gstreamer_properties_window.png
|
||||
share/gnome/help/gstreamer-properties/oc/gstreamer-properties.xml
|
||||
share/gnome/help/gstreamer-properties/ru/figures/gstreamer_properties_window.png
|
||||
share/gnome/help/gstreamer-properties/ru/gstreamer-properties.xml
|
||||
share/gnome/help/gstreamer-properties/sv/figures/gstreamer_properties_window.png
|
||||
share/gnome/help/gstreamer-properties/sv/gstreamer-properties.xml
|
||||
share/gstreamer-properties/glade/gstreamer-properties.glade
|
||||
|
@ -145,8 +215,10 @@ share/icons/hicolor/48x48/apps/gstreamer-properties.png
|
|||
share/idl/GNOME_Media_CDDBSlave2.idl
|
||||
share/locale/am/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/ar/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/as/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/az/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/be/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/be@latin/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/bg/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/bn/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/gnome-media-2.0.mo
|
||||
|
@ -219,6 +291,39 @@ share/locale/xh/LC_MESSAGES/gnome-media-2.0.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/omf/gnome-cd/gnome-cd-C.omf
|
||||
share/omf/gnome-cd/gnome-cd-ca.omf
|
||||
share/omf/gnome-cd/gnome-cd-es.omf
|
||||
share/omf/gnome-cd/gnome-cd-fr.omf
|
||||
share/omf/gnome-cd/gnome-cd-it.omf
|
||||
share/omf/gnome-cd/gnome-cd-oc.omf
|
||||
share/omf/gnome-cd/gnome-cd-ru.omf
|
||||
share/omf/gnome-cd/gnome-cd-sv.omf
|
||||
share/omf/gnome-sound-recorder/gnome-sound-recorder-C.omf
|
||||
share/omf/gnome-sound-recorder/gnome-sound-recorder-ca.omf
|
||||
share/omf/gnome-sound-recorder/gnome-sound-recorder-es.omf
|
||||
share/omf/gnome-sound-recorder/gnome-sound-recorder-fr.omf
|
||||
share/omf/gnome-sound-recorder/gnome-sound-recorder-it.omf
|
||||
share/omf/gnome-sound-recorder/gnome-sound-recorder-oc.omf
|
||||
share/omf/gnome-sound-recorder/gnome-sound-recorder-ru.omf
|
||||
share/omf/gnome-sound-recorder/gnome-sound-recorder-sv.omf
|
||||
share/omf/gnome-sound-recorder/gnome-sound-recorder-uk.omf
|
||||
share/omf/gnome-volume-control/gnome-volume-control-C.omf
|
||||
share/omf/gnome-volume-control/gnome-volume-control-ca.omf
|
||||
share/omf/gnome-volume-control/gnome-volume-control-es.omf
|
||||
share/omf/gnome-volume-control/gnome-volume-control-fr.omf
|
||||
share/omf/gnome-volume-control/gnome-volume-control-it.omf
|
||||
share/omf/gnome-volume-control/gnome-volume-control-oc.omf
|
||||
share/omf/gnome-volume-control/gnome-volume-control-ru.omf
|
||||
share/omf/gnome-volume-control/gnome-volume-control-sv.omf
|
||||
share/omf/gstreamer-properties/gstreamer-properties-C.omf
|
||||
share/omf/gstreamer-properties/gstreamer-properties-ca.omf
|
||||
share/omf/gstreamer-properties/gstreamer-properties-es.omf
|
||||
share/omf/gstreamer-properties/gstreamer-properties-fr.omf
|
||||
share/omf/gstreamer-properties/gstreamer-properties-it.omf
|
||||
share/omf/gstreamer-properties/gstreamer-properties-oc.omf
|
||||
share/omf/gstreamer-properties/gstreamer-properties-ru.omf
|
||||
share/omf/gstreamer-properties/gstreamer-properties-sv.omf
|
||||
share/pixmaps/gnome-cd/disc.png
|
||||
share/pixmaps/gnome-cd/once.png
|
||||
share/pixmaps/gnome-cd/repeat.png
|
||||
|
@ -272,25 +377,41 @@ share/pixmaps/gnome-cd/track.png
|
|||
@dirrm share/gstreamer-properties/icons
|
||||
@dirrm share/gstreamer-properties/glade
|
||||
@dirrm share/gstreamer-properties
|
||||
@dirrm share/omf/gstreamer-properties
|
||||
@dirrm share/omf/gnome-volume-control
|
||||
@dirrm share/omf/gnome-sound-recorder
|
||||
@dirrm share/omf/gnome-cd
|
||||
@dirrm share/gnome/help/gstreamer-properties/sv/figures
|
||||
@dirrm share/gnome/help/gstreamer-properties/sv
|
||||
@dirrm share/gnome/help/gstreamer-properties/ru/figures
|
||||
@dirrm share/gnome/help/gstreamer-properties/ru
|
||||
@dirrm share/gnome/help/gstreamer-properties/oc/figures
|
||||
@dirrm share/gnome/help/gstreamer-properties/oc
|
||||
@dirrm share/gnome/help/gstreamer-properties/it/figures
|
||||
@dirrm share/gnome/help/gstreamer-properties/it
|
||||
@dirrm share/gnome/help/gstreamer-properties/fr/figures
|
||||
@dirrm share/gnome/help/gstreamer-properties/fr
|
||||
@dirrm share/gnome/help/gstreamer-properties/es/figures
|
||||
@dirrm share/gnome/help/gstreamer-properties/es
|
||||
@dirrm share/gnome/help/gstreamer-properties/ca/figures
|
||||
@dirrm share/gnome/help/gstreamer-properties/ca
|
||||
@dirrm share/gnome/help/gstreamer-properties/C/figures
|
||||
@dirrm share/gnome/help/gstreamer-properties/C
|
||||
@dirrm share/gnome/help/gstreamer-properties
|
||||
@dirrm share/gnome/help/gnome-volume-control/sv/figures
|
||||
@dirrm share/gnome/help/gnome-volume-control/sv
|
||||
@dirrm share/gnome/help/gnome-volume-control/ru/figures
|
||||
@dirrm share/gnome/help/gnome-volume-control/ru
|
||||
@dirrm share/gnome/help/gnome-volume-control/oc/figures
|
||||
@dirrm share/gnome/help/gnome-volume-control/oc
|
||||
@dirrm share/gnome/help/gnome-volume-control/it/figures
|
||||
@dirrm share/gnome/help/gnome-volume-control/it
|
||||
@dirrm share/gnome/help/gnome-volume-control/fr/figures
|
||||
@dirrm share/gnome/help/gnome-volume-control/fr
|
||||
@dirrm share/gnome/help/gnome-volume-control/es/figures
|
||||
@dirrm share/gnome/help/gnome-volume-control/es
|
||||
@dirrm share/gnome/help/gnome-volume-control/ca/figures
|
||||
@dirrm share/gnome/help/gnome-volume-control/ca
|
||||
@dirrm share/gnome/help/gnome-volume-control/C/figures
|
||||
@dirrm share/gnome/help/gnome-volume-control/C
|
||||
@dirrm share/gnome/help/gnome-volume-control
|
||||
|
@ -298,21 +419,35 @@ share/pixmaps/gnome-cd/track.png
|
|||
@dirrm share/gnome/help/gnome-sound-recorder/uk
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/sv/figures
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/sv
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/ru/figures
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/ru
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/oc/figures
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/oc
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/it/figures
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/it
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/fr/figures
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/fr
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/es/figures
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/es
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/ca/figures
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/ca
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/C/figures
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/C
|
||||
@dirrm share/gnome/help/gnome-sound-recorder
|
||||
@dirrm share/gnome/help/gnome-cd/sv/figures
|
||||
@dirrm share/gnome/help/gnome-cd/sv
|
||||
@dirrm share/gnome/help/gnome-cd/ru/figures
|
||||
@dirrm share/gnome/help/gnome-cd/ru
|
||||
@dirrm share/gnome/help/gnome-cd/oc/figures
|
||||
@dirrm share/gnome/help/gnome-cd/oc
|
||||
@dirrm share/gnome/help/gnome-cd/it/figures
|
||||
@dirrm share/gnome/help/gnome-cd/it
|
||||
@dirrm share/gnome/help/gnome-cd/fr/figures
|
||||
@dirrm share/gnome/help/gnome-cd/fr
|
||||
@dirrm share/gnome/help/gnome-cd/es/figures
|
||||
@dirrm share/gnome/help/gnome-cd/es
|
||||
@dirrm share/gnome/help/gnome-cd/ca/figures
|
||||
@dirrm share/gnome/help/gnome-cd/ca
|
||||
@dirrm share/gnome/help/gnome-cd/C/figures
|
||||
@dirrm share/gnome/help/gnome-cd/C
|
||||
@dirrm share/gnome/help/gnome-cd
|
||||
|
@ -321,6 +456,7 @@ share/pixmaps/gnome-cd/track.png
|
|||
@dirrm %%DATADIR%%/pixmaps
|
||||
@dirrm %%DATADIR%%/glade
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/applications
|
||||
@dirrm include/gnome-media/profiles
|
||||
@dirrm include/gnome-media
|
||||
@dirrm include/cddb-slave2
|
||||
|
@ -344,4 +480,7 @@ share/pixmaps/gnome-cd/track.png
|
|||
@dirrmtry share/locale/dz
|
||||
@dirrmtry share/locale/bn_IN/LC_MESSAGES
|
||||
@dirrmtry share/locale/bn_IN
|
||||
@dirrmtry share/applications
|
||||
@dirrmtry share/locale/be@latin/LC_MESSAGES
|
||||
@dirrmtry share/locale/be@latin
|
||||
@dirrmtry share/locale/as/LC_MESSAGES
|
||||
@dirrmtry share/locale/as
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-a52dec/Makefile,v 1.5 2008/03/19 14:05:28 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 2
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-cdaudio/Makefile,v 1.5 2008/03/19 14:05:28 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer frontend to libcdaudio
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-cdparanoia/Makefile,v 1.6 2008/03/21 04:01:31 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer CDDA extraction (aka audio ripping) plugin
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-esound/Makefile,v 1.5 2008/03/19 14:05:28 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 2
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-faac/Makefile,v 1.5 2008/03/19 14:05:28 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 2
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-faad/Makefile,v 1.5 2008/03/19 14:05:29 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer MPEG-2 and MPEG-4 AAC decoder plugin
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-flac/Makefile,v 1.5 2008/03/19 14:05:29 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 2
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-gsm/Makefile,v 1.5 2008/03/19 14:05:29 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 2
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-ivorbis/Makefile,v 1.5 2008/03/19 14:05:29 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer integer only Ogg Vorbis decoder plugin
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-jack/Makefile,v 1.5 2008/03/19 14:05:29 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer low-latency audio server plugin
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-ladspa/Makefile,v 1.5 2008/03/19 14:05:30 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 2
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-lame/Makefile,v 1.5 2008/03/19 14:05:30 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 2
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-mad/Makefile,v 1.5 2008/03/19 14:05:30 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer mp3 decoder plugin
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-musepack/Makefile,v 1.5 2008/03/19 14:05:30 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer musepack mpc encoder/decoder plugin
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-musicbrainz/Makefile,v 1.5 2008/03/19 14:05:30 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer CD index/audio metadata plugin
|
||||
|
|
|
@ -3,10 +3,11 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-nas/Makefile,v 1.5 2008/03/19 14:05:31 ahze Exp $
|
||||
#
|
||||
|
||||
CATEGORIES= audio
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 2
|
||||
|
||||
COMMENT= GStreamer NAS (Network Audio System) plugin
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-ogg/Makefile,v 1.6 2008/03/21 04:01:32 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer Ogg bitstream plugin
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-shout2/Makefile,v 1.3 2008/03/19 14:05:31 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer icecast plugin
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-sidplay/Makefile,v 1.5 2008/03/19 14:05:31 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 2
|
||||
|
|
18
audio/gstreamer-plugins-soundtouch/Makefile
Normal file
18
audio/gstreamer-plugins-soundtouch/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# New ports collection makefile for: gstreamer-plugins-soundtouch
|
||||
# Date created: 15 Feb 2008
|
||||
# Whom: Koop Mast <kwm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-soundtouch/Makefile,v 1.3 2008/03/19 14:05:32 ahze Exp $
|
||||
#
|
||||
|
||||
CATEGORIES= audio
|
||||
PORTREVISION= 2
|
||||
|
||||
COMMENT= GStreamer soundtouch plugin
|
||||
|
||||
GST_PLUGIN= soundtouch
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
|
@ -3,9 +3,9 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# $MCom: ports/audio/gstreamer-plugins-spc/Makefile,v 1.3 2008/03/19 14:05:32 ahze Exp $
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer OpenSPC frontend
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-speex/Makefile,v 1.5 2008/03/19 14:05:32 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer speex voice plugin
|
||||
|
|
18
audio/gstreamer-plugins-taglib/Makefile
Normal file
18
audio/gstreamer-plugins-taglib/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# New ports collection makefile for: gstreamer-plugins-taglib
|
||||
# Date created: 14 Feb 2008
|
||||
# Whom: Koop Mast <kwm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-taglib/Makefile,v 1.3 2008/03/19 14:05:32 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer taglib plugin
|
||||
|
||||
GST_PLUGIN= taglib
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
|
@ -3,9 +3,10 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-vorbis/Makefile,v 1.6 2008/03/21 04:01:33 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer vorbis encoder/decoder plugin
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
# Whom: Koop Mast <kwm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-wavpack/Makefile,v 1.3 2008/03/19 14:05:33 ahze Exp $
|
||||
#
|
||||
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
GST_PLUGIN= wavpack
|
||||
|
|
|
@ -13,7 +13,7 @@ MASTER_SITES= http://www.frob.nl/projects/scribble/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Mpd last.fm client
|
||||
|
||||
LIB_DEPENDS= soup:${PORTSDIR}/devel/libsoup
|
||||
LIB_DEPENDS= soup:${PORTSDIR}/devel/libsoup22
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -3,11 +3,12 @@
|
|||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/pulseaudio/Makefile,v 1.7 2007/09/10 05:10:38 mezz Exp $
|
||||
# $MCom: ports/audio/pulseaudio/Makefile,v 1.10 2008/03/20 16:07:21 mezz Exp $
|
||||
#
|
||||
|
||||
PORTNAME= pulseaudio
|
||||
PORTVERSION= 0.9.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
|
||||
|
||||
|
@ -15,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org
|
|||
COMMENT= Sound server for UNIX
|
||||
|
||||
LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \
|
||||
oil-0.3.1:${PORTSDIR}/devel/liboil
|
||||
oil-0.3.0:${PORTSDIR}/devel/liboil
|
||||
|
||||
CONFLICTS= polypaudio-[1-9]*
|
||||
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/rhythmbox/Makefile,v 1.81 2007/07/30 19:41:19 mezz Exp $
|
||||
# $MCom: ports/audio/rhythmbox/Makefile,v 1.88 2008/01/29 01:37:44 marcus Exp $
|
||||
#
|
||||
|
||||
PORTNAME= rhythmbox
|
||||
PORTVERSION= 0.10.1
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10
|
||||
|
@ -19,10 +19,10 @@ COMMENT= Audio player for GNOME
|
|||
|
||||
LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
|
||||
id3tag.0:${PORTSDIR}/audio/libid3tag \
|
||||
totem-plparser.7:${PORTSDIR}/multimedia/totem \
|
||||
totem-plparser.10:${PORTSDIR}/multimedia/totem-pl-parser \
|
||||
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
||||
sexy.2:${PORTSDIR}/x11-toolkits/libsexy \
|
||||
soup-2.2.8:${PORTSDIR}/devel/libsoup \
|
||||
soup-2.2.8:${PORTSDIR}/devel/libsoup22 \
|
||||
gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
|
|
@ -433,10 +433,10 @@ share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo
|
|||
%%PYTHON%%@dirrm lib/rhythmbox/plugins/artdisplay
|
||||
@dirrm lib/rhythmbox/plugins
|
||||
@dirrm lib/rhythmbox
|
||||
@dirrmtry share/applications
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrmtry share/locale/dz/LC_MESSAGES
|
||||
@dirrmtry share/locale/dz
|
||||
@dirrmtry share/applications
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/rhythmbox/Makefile,v 1.81 2007/07/30 19:41:19 mezz Exp $
|
||||
# $MCom: ports/audio/rhythmbox/Makefile,v 1.88 2008/01/29 01:37:44 marcus Exp $
|
||||
#
|
||||
|
||||
PORTNAME= rhythmbox
|
||||
PORTVERSION= 0.10.1
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10
|
||||
|
@ -19,10 +19,10 @@ COMMENT= Audio player for GNOME
|
|||
|
||||
LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
|
||||
id3tag.0:${PORTSDIR}/audio/libid3tag \
|
||||
totem-plparser.7:${PORTSDIR}/multimedia/totem \
|
||||
totem-plparser.10:${PORTSDIR}/multimedia/totem-pl-parser \
|
||||
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
||||
sexy.2:${PORTSDIR}/x11-toolkits/libsexy \
|
||||
soup-2.2.8:${PORTSDIR}/devel/libsoup \
|
||||
soup-2.2.8:${PORTSDIR}/devel/libsoup22 \
|
||||
gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
|
|
@ -433,10 +433,10 @@ share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo
|
|||
%%PYTHON%%@dirrm lib/rhythmbox/plugins/artdisplay
|
||||
@dirrm lib/rhythmbox/plugins
|
||||
@dirrm lib/rhythmbox
|
||||
@dirrmtry share/applications
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrmtry share/locale/dz/LC_MESSAGES
|
||||
@dirrmtry share/locale/dz
|
||||
@dirrmtry share/applications
|
||||
|
|
|
@ -3,14 +3,13 @@
|
|||
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/sound-juicer/Makefile,v 1.71 2007/10/15 00:27:00 marcus Exp $
|
||||
# $MCom: ports/audio/sound-juicer/Makefile,v 1.79 2008/03/10 20:39:31 mezz Exp $
|
||||
#
|
||||
|
||||
PORTNAME= sound-juicer
|
||||
PORTVERSION= 2.20.1
|
||||
PORTVERSION= 2.22.0
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -42,4 +41,7 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e 's|^\(SUBDIRS = .*\)tests\(.*\)|\1\2|' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
@-update-desktop-database
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/sound-juicer-2.20.1.tar.bz2) = cea3c67215c99acf513ee7ea4b5eba7b
|
||||
SHA256 (gnome2/sound-juicer-2.20.1.tar.bz2) = 6ac84544386ef7f690330d7f92f6c2f64da752c0f5cd60501a792b23f325a9ab
|
||||
SIZE (gnome2/sound-juicer-2.20.1.tar.bz2) = 1412335
|
||||
MD5 (gnome2/sound-juicer-2.22.0.tar.bz2) = 20f83a28915b7d7029198396258d1b4f
|
||||
SHA256 (gnome2/sound-juicer-2.22.0.tar.bz2) = cabd3c44a3354edab4f9e112b1cc90c23ef05000bd643596a826ce5d0cfc2551
|
||||
SIZE (gnome2/sound-juicer-2.22.0.tar.bz2) = 1748273
|
||||
|
|
|
@ -40,6 +40,21 @@ share/gnome/help/sound-juicer/oc/figures/prefs.png
|
|||
share/gnome/help/sound-juicer/oc/figures/startup.png
|
||||
share/gnome/help/sound-juicer/oc/legal.xml
|
||||
share/gnome/help/sound-juicer/oc/sound-juicer.xml
|
||||
share/gnome/help/sound-juicer/pl/fdl-appendix.xml
|
||||
share/gnome/help/sound-juicer/pl/figures/prefs.png
|
||||
share/gnome/help/sound-juicer/pl/figures/startup.png
|
||||
share/gnome/help/sound-juicer/pl/legal.xml
|
||||
share/gnome/help/sound-juicer/pl/sound-juicer.xml
|
||||
share/gnome/help/sound-juicer/pt_BR/fdl-appendix.xml
|
||||
share/gnome/help/sound-juicer/pt_BR/figures/prefs.png
|
||||
share/gnome/help/sound-juicer/pt_BR/figures/startup.png
|
||||
share/gnome/help/sound-juicer/pt_BR/legal.xml
|
||||
share/gnome/help/sound-juicer/pt_BR/sound-juicer.xml
|
||||
share/gnome/help/sound-juicer/ru/fdl-appendix.xml
|
||||
share/gnome/help/sound-juicer/ru/figures/prefs.png
|
||||
share/gnome/help/sound-juicer/ru/figures/startup.png
|
||||
share/gnome/help/sound-juicer/ru/legal.xml
|
||||
share/gnome/help/sound-juicer/ru/sound-juicer.xml
|
||||
share/gnome/help/sound-juicer/sv/fdl-appendix.xml
|
||||
share/gnome/help/sound-juicer/sv/figures/prefs.png
|
||||
share/gnome/help/sound-juicer/sv/figures/startup.png
|
||||
|
@ -53,8 +68,11 @@ share/gnome/help/sound-juicer/uk/sound-juicer.xml
|
|||
share/icons/hicolor/16x16/apps/sound-juicer.png
|
||||
share/icons/hicolor/22x22/apps/sound-juicer.png
|
||||
share/icons/hicolor/24x24/apps/sound-juicer.png
|
||||
share/icons/hicolor/32x32/apps/sound-juicer.png
|
||||
share/icons/hicolor/48x48/apps/sound-juicer.png
|
||||
share/icons/hicolor/scalable/apps/sound-juicer.svg
|
||||
share/locale/ar/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/as/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/az/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/be/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/be@latin/LC_MESSAGES/sound-juicer.mo
|
||||
|
@ -94,6 +112,7 @@ share/locale/lv/LC_MESSAGES/sound-juicer.mo
|
|||
share/locale/mk/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/ml/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/mn/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/mr/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/ms/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/nb/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/ne/LC_MESSAGES/sound-juicer.mo
|
||||
|
@ -116,6 +135,7 @@ share/locale/sr/LC_MESSAGES/sound-juicer.mo
|
|||
share/locale/sr@Latn/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/sv/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/ta/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/te/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/th/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/tr/LC_MESSAGES/sound-juicer.mo
|
||||
share/locale/ug/LC_MESSAGES/sound-juicer.mo
|
||||
|
@ -133,10 +153,11 @@ share/omf/sound-juicer/sound-juicer-es.omf
|
|||
share/omf/sound-juicer/sound-juicer-fr.omf
|
||||
share/omf/sound-juicer/sound-juicer-nl.omf
|
||||
share/omf/sound-juicer/sound-juicer-oc.omf
|
||||
share/omf/sound-juicer/sound-juicer-pl.omf
|
||||
share/omf/sound-juicer/sound-juicer-pt_BR.omf
|
||||
share/omf/sound-juicer/sound-juicer-ru.omf
|
||||
share/omf/sound-juicer/sound-juicer-sv.omf
|
||||
share/omf/sound-juicer/sound-juicer-uk.omf
|
||||
%%DATADIR%%/sj-play.png
|
||||
%%DATADIR%%/sj-record.png
|
||||
%%DATADIR%%/sound-juicer.glade
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm share/omf/sound-juicer
|
||||
|
@ -144,6 +165,12 @@ share/omf/sound-juicer/sound-juicer-uk.omf
|
|||
@dirrm share/gnome/help/sound-juicer/uk
|
||||
@dirrm share/gnome/help/sound-juicer/sv/figures
|
||||
@dirrm share/gnome/help/sound-juicer/sv
|
||||
@dirrm share/gnome/help/sound-juicer/ru/figures
|
||||
@dirrm share/gnome/help/sound-juicer/ru
|
||||
@dirrm share/gnome/help/sound-juicer/pt_BR/figures
|
||||
@dirrm share/gnome/help/sound-juicer/pt_BR
|
||||
@dirrm share/gnome/help/sound-juicer/pl/figures
|
||||
@dirrm share/gnome/help/sound-juicer/pl
|
||||
@dirrm share/gnome/help/sound-juicer/oc/figures
|
||||
@dirrm share/gnome/help/sound-juicer/oc
|
||||
@dirrm share/gnome/help/sound-juicer/nl/figures
|
||||
|
@ -161,24 +188,32 @@ share/omf/sound-juicer/sound-juicer-uk.omf
|
|||
@dirrm share/gnome/help/sound-juicer/C/figures
|
||||
@dirrm share/gnome/help/sound-juicer/C
|
||||
@dirrm share/gnome/help/sound-juicer
|
||||
@dirrmtry share/applications
|
||||
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/xh/LC_MESSAGES
|
||||
@dirrmtry share/locale/xh
|
||||
@dirrmtry share/locale/ug/LC_MESSAGES
|
||||
@dirrmtry share/locale/ug
|
||||
@dirrmtry share/locale/te/LC_MESSAGES
|
||||
@dirrmtry share/locale/te
|
||||
@dirrmtry share/locale/si/LC_MESSAGES
|
||||
@dirrmtry share/locale/si
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
@dirrmtry share/locale/oc
|
||||
@dirrmtry share/locale/mr/LC_MESSAGES
|
||||
@dirrmtry share/locale/mr
|
||||
@dirrmtry share/locale/ku/LC_MESSAGES
|
||||
@dirrmtry share/locale/ku
|
||||
@dirrmtry share/locale/dz/LC_MESSAGES
|
||||
@dirrmtry share/locale/dz
|
||||
@dirrmtry share/locale/be@latin/LC_MESSAGES
|
||||
@dirrmtry share/locale/be@latin
|
||||
@dirrmtry share/locale/bn_IN/LC_MESSAGES
|
||||
@dirrmtry share/locale/bn_IN
|
||||
@dirrmtry share/applications
|
||||
@dirrmtry share/locale/be@latin/LC_MESSAGES
|
||||
@dirrmtry share/locale/be@latin
|
||||
@dirrmtry share/locale/as/LC_MESSAGES
|
||||
@dirrmtry share/locale/as
|
||||
|
|
|
@ -3,21 +3,19 @@
|
|||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports-stable/databases/evolution-data-server/Makefile,v 1.3 2007/11/30 20:10:35 marcus Exp $
|
||||
# $MCom: ports/databases/evolution-data-server/Makefile,v 1.142 2008/03/10 20:33:29 mezz Exp $
|
||||
#
|
||||
|
||||
PORTNAME= evolution-data-server
|
||||
PORTVERSION= 1.12.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.22.0
|
||||
CATEGORIES= databases gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= The data backends for the Evolution integrated mail/PIM suite
|
||||
|
||||
LIB_DEPENDS= soup-2.2.8:${PORTSDIR}/devel/libsoup \
|
||||
LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \
|
||||
nss3.1:${PORTSDIR}/security/nss \
|
||||
tasn1.3:${PORTSDIR}/security/libtasn1
|
||||
|
||||
|
@ -39,7 +37,7 @@ CONFIGURE_ARGS= --enable-static \
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} ${PTHREAD_CFLAGS}" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
|
||||
PLIST_SUB= VERSION="1.12" EVO_VERSION="1.2"
|
||||
PLIST_SUB= VERSION="2.22" EVO_VERSION="1.2"
|
||||
|
||||
OPTIONS= IMAP4 "Enable experimental IMAP4 backend" off
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/evolution-data-server-1.12.3.tar.bz2) = 9a04e379c34ad538764866dfd4eb2931
|
||||
SHA256 (gnome2/evolution-data-server-1.12.3.tar.bz2) = e2d9038e3cd115ea5af2f3b7d381f5803c62d1ec36206e5a1bea0f823d25fab5
|
||||
SIZE (gnome2/evolution-data-server-1.12.3.tar.bz2) = 7447166
|
||||
MD5 (gnome2/evolution-data-server-2.22.0.tar.bz2) = 0f29044dc21a4bfb915cafafde8f4d6b
|
||||
SHA256 (gnome2/evolution-data-server-2.22.0.tar.bz2) = ff1b3540234296e1ffe52ddde48b67d93a261ee06f2eef865a47c4fbcfdc8724
|
||||
SIZE (gnome2/evolution-data-server-2.22.0.tar.bz2) = 7575575
|
||||
|
|
|
@ -1,53 +0,0 @@
|
|||
--- libedataserver/e-msgport.c.orig Sat Dec 10 07:31:28 2005
|
||||
+++ libedataserver/e-msgport.c Mon Dec 19 02:19:10 2005
|
||||
@@ -1069,9 +1069,18 @@ thread_dispatch(void *din)
|
||||
void e_thread_put(EThread *e, EMsg *msg)
|
||||
{
|
||||
pthread_t id;
|
||||
+ pthread_attr_t attr;
|
||||
EMsg *dmsg = NULL;
|
||||
|
||||
pthread_mutex_lock(&e->mutex);
|
||||
+ pthread_attr_init(&attr);
|
||||
+ /* Give us a 1 MB thread stacksize on 32-bit architectures, and
|
||||
+ * a 2 MB thread stacksize on 64-bit architectures. */
|
||||
+ if (sizeof (void *) == 8) {
|
||||
+ pthread_attr_setstacksize(&attr, 0x200000);
|
||||
+ } else {
|
||||
+ pthread_attr_setstacksize(&attr, 0x100000);
|
||||
+ }
|
||||
|
||||
/* the caller forgot to tell us what to do, well, we can't do anything can we */
|
||||
if (e->received == NULL) {
|
||||
@@ -1110,13 +1119,14 @@ void e_thread_put(EThread *e, EMsg *msg)
|
||||
e_msgport_put(e->server_port, msg);
|
||||
if (e->waiting == 0
|
||||
&& g_list_length(e->id_list) < e->queue_limit
|
||||
- && pthread_create(&id, NULL, thread_dispatch, e) == 0) {
|
||||
+ && pthread_create(&id, &attr, thread_dispatch, e) == 0) {
|
||||
struct _thread_info *info = g_malloc0(sizeof(*info));
|
||||
t(printf("created NEW thread %" G_GUINT64_FORMAT "\n", e_util_pthread_id(id)));
|
||||
info->id = id;
|
||||
info->busy = TRUE;
|
||||
e->id_list = g_list_append(e->id_list, info);
|
||||
}
|
||||
+ pthread_attr_destroy(&attr);
|
||||
pthread_mutex_unlock(&e->mutex);
|
||||
return;
|
||||
}
|
||||
@@ -1125,13 +1135,14 @@ void e_thread_put(EThread *e, EMsg *msg)
|
||||
if (!e->have_thread) {
|
||||
int err;
|
||||
|
||||
- if ((err = pthread_create(&e->id, NULL, thread_dispatch, e)) != 0) {
|
||||
+ if ((err = pthread_create(&e->id, &attr, thread_dispatch, e)) != 0) {
|
||||
g_warning("Could not create dispatcher thread, message queued?: %s", strerror(err));
|
||||
} else {
|
||||
e->have_thread = TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
+ pthread_attr_destroy(&attr);
|
||||
pthread_mutex_unlock(&e->mutex);
|
||||
|
||||
if (dmsg) {
|
|
@ -1,11 +0,0 @@
|
|||
--- Makefile.in.orig 2008-01-14 19:13:06.000000000 -0500
|
||||
+++ Makefile.in 2008-01-14 19:13:15.000000000 -0500
|
||||
@@ -353,7 +353,7 @@ AUTOMAKE_OPTIONS = 1.6
|
||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
||||
@WITH_LIBDB_FALSE@LIBDB = libdb
|
||||
@ENABLE_CALENDAR_TRUE@CALENDAR_DIR = calendar
|
||||
-SUBDIRS = $(LIBDB) win32 libedataserver servers camel addressbook $(CALENDAR_DIR) libedataserverui src docs art po
|
||||
+SUBDIRS = $(LIBDB) win32 libedataserver servers camel addressbook $(CALENDAR_DIR) libedataserverui src art po
|
||||
DIST_SUBDIRS = win32 libedataserver servers camel addressbook calendar libedataserverui src docs art po
|
||||
changelogs = \
|
||||
ChangeLog
|
|
@ -1,6 +1,6 @@
|
|||
--- addressbook/backends/ldap/e-book-backend-ldap.c.orig Fri Sep 9 16:06:37 2005
|
||||
+++ addressbook/backends/ldap/e-book-backend-ldap.c Fri Sep 9 16:08:21 2005
|
||||
@@ -301,8 +301,8 @@ struct prop_info {
|
||||
--- addressbook/backends/ldap/e-book-backend-ldap.c.orig 2007-12-14 15:23:50.000000000 +0100
|
||||
+++ addressbook/backends/ldap/e-book-backend-ldap.c 2007-12-21 11:29:01.000000000 +0100
|
||||
@@ -358,8 +358,8 @@
|
||||
|
||||
/* misc fields */
|
||||
STRING_PROP (E_CONTACT_HOMEPAGE_URL, "labeledURI"),
|
||||
|
@ -8,6 +8,6 @@
|
|||
- STRING_PROP (E_CONTACT_NICKNAME, "displayName"),
|
||||
+ /* map nickname to nickname */
|
||||
+ STRING_PROP (E_CONTACT_NICKNAME, "nickname"),
|
||||
E_STRING_PROP (E_CONTACT_SPOUSE, "spouseName"),
|
||||
E_STRING_PROP (E_CONTACT_NOTE, "note"),
|
||||
E_COMPLEX_PROP (E_CONTACT_ANNIVERSARY, "anniversary", anniversary_populate, anniversary_ber, anniversary_compare),
|
||||
E_STRING_PROP (E_CONTACT_SPOUSE, "spouseName"),
|
||||
E_STRING_PROP (E_CONTACT_NOTE, "note"),
|
||||
E_COMPLEX_PROP (E_CONTACT_ANNIVERSARY, "anniversary", anniversary_populate, anniversary_ber, anniversary_compare),
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- calendar/libical/src/libical/icaltz-util.c.orig 2007-11-25 21:29:25.000000000 -0500
|
||||
+++ calendar/libical/src/libical/icaltz-util.c 2008-01-07 20:24:12.000000000 -0500
|
||||
--- calendar/libical/src/libical/icaltz-util.c.orig 2007-08-24 02:48:28.000000000 -0400
|
||||
+++ calendar/libical/src/libical/icaltz-util.c 2007-08-27 16:23:59.000000000 -0400
|
||||
@@ -23,6 +23,15 @@
|
||||
#include <string.h>
|
||||
#if defined(sun) && defined(__SVR4)
|
||||
|
@ -16,27 +16,3 @@
|
|||
#else
|
||||
#include <byteswap.h>
|
||||
#include <endian.h>
|
||||
@@ -328,7 +337,10 @@ icaltzutil_fetch_timezone (const char *l
|
||||
icalprop = icalproperty_new_tzname (types [zidx].zname);
|
||||
icalcomponent_add_property (std_comp, icalprop);
|
||||
|
||||
- trans = transitions [stdidx] + types [zidx].gmtoff;
|
||||
+ if (num_trans)
|
||||
+ trans = transitions [stdidx] + types [zidx].gmtoff;
|
||||
+ else
|
||||
+ trans = types [zidx].gmtoff;
|
||||
icaltime = icaltime_from_timet (trans, 0);
|
||||
dtstart = icaltime;
|
||||
dtstart.year = 1970;
|
||||
@@ -369,7 +381,10 @@ icaltzutil_fetch_timezone (const char *l
|
||||
icalprop = icalproperty_new_tzname (types [zidx].zname);
|
||||
icalcomponent_add_property (dst_comp, icalprop);
|
||||
|
||||
- trans = transitions [dstidx] + types [zidx].gmtoff;
|
||||
+ if (num_trans)
|
||||
+ trans = transitions [dstidx] + types [zidx].gmtoff;
|
||||
+ else
|
||||
+ trans = types [zidx].gmtoff;
|
||||
icaltime = icaltime_from_timet (trans, 0);
|
||||
dtstart = icaltime;
|
||||
dtstart.year = 1970;
|
||||
|
|
|
@ -0,0 +1,22 @@
|
|||
--- docs/reference/camel/Makefile.in.orig 2007-12-21 11:30:30.000000000 +0100
|
||||
+++ docs/reference/camel/Makefile.in 2007-12-21 11:55:58.000000000 +0100
|
||||
@@ -123,7 +123,7 @@
|
||||
GOBJECT_QUERY = @GOBJECT_QUERY@
|
||||
GREP = @GREP@
|
||||
HAVE_JW = @HAVE_JW@
|
||||
-HTML_DIR = $(datadir)/gtk-doc/html
|
||||
+HTML_DIR = $(prefix)/share/doc
|
||||
ICONV_CFLAGS = @ICONV_CFLAGS@
|
||||
ICONV_LIBS = @ICONV_LIBS@
|
||||
IDL_INCLUDES = @IDL_INCLUDES@
|
||||
@@ -690,8 +690,8 @@
|
||||
done; \
|
||||
echo '-- Installing $(srcdir)/html/index.sgml' ; \
|
||||
$(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
|
||||
- which gtkdoc-rebase >/dev/null && \
|
||||
- gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \
|
||||
+# which gtkdoc-rebase >/dev/null && \
|
||||
+# gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \
|
||||
fi
|
||||
|
||||
uninstall-local:
|
|
@ -148,6 +148,10 @@ include/evolution-data-server-%%VERSION%%/exchange/exchange-hierarchy.h
|
|||
include/evolution-data-server-%%VERSION%%/exchange/exchange-oof.h
|
||||
include/evolution-data-server-%%VERSION%%/exchange/exchange-types.h
|
||||
include/evolution-data-server-%%VERSION%%/exchange/mapi.h
|
||||
include/evolution-data-server-%%VERSION%%/google/gdata-google/gdata-google-service.h
|
||||
include/evolution-data-server-%%VERSION%%/google/gdata/gdata-entry.h
|
||||
include/evolution-data-server-%%VERSION%%/google/gdata/gdata-feed.h
|
||||
include/evolution-data-server-%%VERSION%%/google/gdata/gdata-service-iface.h
|
||||
include/evolution-data-server-%%VERSION%%/groupwise/e-gw-connection.h
|
||||
include/evolution-data-server-%%VERSION%%/groupwise/e-gw-container.h
|
||||
include/evolution-data-server-%%VERSION%%/groupwise/e-gw-filter.h
|
||||
|
@ -156,6 +160,8 @@ include/evolution-data-server-%%VERSION%%/groupwise/e-gw-message.h
|
|||
include/evolution-data-server-%%VERSION%%/groupwise/e-gw-proxy.h
|
||||
include/evolution-data-server-%%VERSION%%/groupwise/e-gw-recur-utils.h
|
||||
include/evolution-data-server-%%VERSION%%/groupwise/e-gw-sendoptions.h
|
||||
include/evolution-data-server-%%VERSION%%/groupwise/soup-soap-message.h
|
||||
include/evolution-data-server-%%VERSION%%/groupwise/soup-soap-response.h
|
||||
include/evolution-data-server-%%VERSION%%/libebook/e-address-western.h
|
||||
include/evolution-data-server-%%VERSION%%/libebook/e-book-query.h
|
||||
include/evolution-data-server-%%VERSION%%/libebook/e-book-types.h
|
||||
|
@ -224,6 +230,7 @@ include/evolution-data-server-%%VERSION%%/libedataserver/e-xml-utils.h
|
|||
include/evolution-data-server-%%VERSION%%/libedataserver/md5-utils.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserverui/e-book-auth-util.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserverui/e-categories-dialog.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserverui/e-cell-renderer-color.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserverui/e-contact-store.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserverui/e-destination-store.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-dialog.h
|
||||
|
@ -232,6 +239,7 @@ include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-list.
|
|||
include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-model.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserverui/e-passwords.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-combo-box.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-option-menu.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-selector-dialog.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-selector.h
|
||||
|
@ -338,6 +346,9 @@ lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcontacts.so
|
|||
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.a
|
||||
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.la
|
||||
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.so
|
||||
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgoogle.a
|
||||
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgoogle.la
|
||||
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgoogle.so
|
||||
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.a
|
||||
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.la
|
||||
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.so
|
||||
|
@ -350,11 +361,11 @@ lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.so
|
|||
lib/libcamel-%%EVO_VERSION%%.a
|
||||
lib/libcamel-%%EVO_VERSION%%.la
|
||||
lib/libcamel-%%EVO_VERSION%%.so
|
||||
lib/libcamel-%%EVO_VERSION%%.so.10
|
||||
lib/libcamel-%%EVO_VERSION%%.so.11
|
||||
lib/libcamel-provider-%%EVO_VERSION%%.a
|
||||
lib/libcamel-provider-%%EVO_VERSION%%.la
|
||||
lib/libcamel-provider-%%EVO_VERSION%%.so
|
||||
lib/libcamel-provider-%%EVO_VERSION%%.so.10
|
||||
lib/libcamel-provider-%%EVO_VERSION%%.so.11
|
||||
lib/libebook-%%EVO_VERSION%%.a
|
||||
lib/libebook-%%EVO_VERSION%%.la
|
||||
lib/libebook-%%EVO_VERSION%%.so
|
||||
|
@ -387,6 +398,14 @@ lib/libexchange-storage-%%EVO_VERSION%%.a
|
|||
lib/libexchange-storage-%%EVO_VERSION%%.la
|
||||
lib/libexchange-storage-%%EVO_VERSION%%.so
|
||||
lib/libexchange-storage-%%EVO_VERSION%%.so.3
|
||||
lib/libgdata-%%EVO_VERSION%%.a
|
||||
lib/libgdata-%%EVO_VERSION%%.la
|
||||
lib/libgdata-%%EVO_VERSION%%.so
|
||||
lib/libgdata-%%EVO_VERSION%%.so.1
|
||||
lib/libgdata-google-%%EVO_VERSION%%.a
|
||||
lib/libgdata-google-%%EVO_VERSION%%.la
|
||||
lib/libgdata-google-%%EVO_VERSION%%.so
|
||||
lib/libgdata-google-%%EVO_VERSION%%.so.1
|
||||
libdata/bonobo/servers/GNOME_Evolution_DataServer_%%EVO_VERSION%%.server
|
||||
libdata/pkgconfig/camel-%%EVO_VERSION%%.pc
|
||||
libdata/pkgconfig/camel-provider-%%EVO_VERSION%%.pc
|
||||
|
@ -399,9 +418,245 @@ libdata/pkgconfig/libedataserver-%%EVO_VERSION%%.pc
|
|||
libdata/pkgconfig/libedataserverui-%%EVO_VERSION%%.pc
|
||||
libdata/pkgconfig/libegroupwise-%%EVO_VERSION%%.pc
|
||||
libdata/pkgconfig/libexchange-storage-%%EVO_VERSION%%.pc
|
||||
libdata/pkgconfig/libgdata-%%EVO_VERSION%%.pc
|
||||
libdata/pkgconfig/libgdata-google-%%EVO_VERSION%%.pc
|
||||
libexec/camel-index-control-%%EVO_VERSION%%
|
||||
libexec/camel-lock-helper-%%EVO_VERSION%%
|
||||
libexec/evolution-data-server-%%VERSION%%
|
||||
share/doc/camel/Addresses.html
|
||||
share/doc/camel/ClassTree.html
|
||||
share/doc/camel/Crypto.html
|
||||
share/doc/camel/Filters.html
|
||||
share/doc/camel/Folders.html
|
||||
share/doc/camel/Fundamentals.html
|
||||
share/doc/camel/MIME.html
|
||||
share/doc/camel/Services.html
|
||||
share/doc/camel/Streams.html
|
||||
share/doc/camel/camel-CamelAddress.html
|
||||
share/doc/camel/camel-CamelCipherContext.html
|
||||
share/doc/camel/camel-CamelDataWrapper.html
|
||||
share/doc/camel/camel-CamelFolder.html
|
||||
share/doc/camel/camel-CamelFolderSummary.html
|
||||
share/doc/camel/camel-CamelGpgContext.html
|
||||
share/doc/camel/camel-CamelInternetAddress.html
|
||||
share/doc/camel/camel-CamelMedium.html
|
||||
share/doc/camel/camel-CamelMimeFilter.html
|
||||
share/doc/camel/camel-CamelMimeFilterBasic.html
|
||||
share/doc/camel/camel-CamelMimeFilterBestenc.html
|
||||
share/doc/camel/camel-CamelMimeFilterCRLF.html
|
||||
share/doc/camel/camel-CamelMimeFilterCanon.html
|
||||
share/doc/camel/camel-CamelMimeFilterCharset.html
|
||||
share/doc/camel/camel-CamelMimeFilterEnriched.html
|
||||
share/doc/camel/camel-CamelMimeFilterFrom.html
|
||||
share/doc/camel/camel-CamelMimeFilterHTML.html
|
||||
share/doc/camel/camel-CamelMimeFilterIndex.html
|
||||
share/doc/camel/camel-CamelMimeFilterPgp.html
|
||||
share/doc/camel/camel-CamelMimeFilterSave.html
|
||||
share/doc/camel/camel-CamelMimeFilterToHTML.html
|
||||
share/doc/camel/camel-CamelMimeFilterWindows.html
|
||||
share/doc/camel/camel-CamelMimeFilterYenc.html
|
||||
share/doc/camel/camel-CamelMimeMessage.html
|
||||
share/doc/camel/camel-CamelMimeParser.html
|
||||
share/doc/camel/camel-CamelMimePart.html
|
||||
share/doc/camel/camel-CamelMultipart.html
|
||||
share/doc/camel/camel-CamelMultipartEncrypted.html
|
||||
share/doc/camel/camel-CamelMultipartSigned.html
|
||||
share/doc/camel/camel-CamelObject.html
|
||||
share/doc/camel/camel-CamelOfflineFolder.html
|
||||
share/doc/camel/camel-CamelOfflineJournal.html
|
||||
share/doc/camel/camel-CamelOfflineStore.html
|
||||
share/doc/camel/camel-CamelSasl.html
|
||||
share/doc/camel/camel-CamelSaslAnonymous.html
|
||||
share/doc/camel/camel-CamelSaslCramMd5.html
|
||||
share/doc/camel/camel-CamelSaslDigestMd5.html
|
||||
share/doc/camel/camel-CamelSaslGssapi.html
|
||||
share/doc/camel/camel-CamelSaslKerberos4.html
|
||||
share/doc/camel/camel-CamelSaslLogin.html
|
||||
share/doc/camel/camel-CamelSaslNTLM.html
|
||||
share/doc/camel/camel-CamelSaslPlain.html
|
||||
share/doc/camel/camel-CamelSeekableStream.html
|
||||
share/doc/camel/camel-CamelSeekableSubstream.html
|
||||
share/doc/camel/camel-CamelService.html
|
||||
share/doc/camel/camel-CamelSession.html
|
||||
share/doc/camel/camel-CamelStore.html
|
||||
share/doc/camel/camel-CamelStoreSummary.html
|
||||
share/doc/camel/camel-CamelStream.html
|
||||
share/doc/camel/camel-CamelStreamBuffer.html
|
||||
share/doc/camel/camel-CamelStreamFilter.html
|
||||
share/doc/camel/camel-CamelStreamFs.html
|
||||
share/doc/camel/camel-CamelStreamMem.html
|
||||
share/doc/camel/camel-CamelStreamNull.html
|
||||
share/doc/camel/camel-CamelStreamVFS.html
|
||||
share/doc/camel/camel-CamelTcpStream.html
|
||||
share/doc/camel/camel-CamelTcpStreamRaw.html
|
||||
share/doc/camel/camel-CamelTcpStreamSSL.html
|
||||
share/doc/camel/camel-CamelTransport.html
|
||||
share/doc/camel/camel-CamelVTrashFolder.html
|
||||
share/doc/camel/camel-CamelVeeFolder.html
|
||||
share/doc/camel/camel-camel-exception.html
|
||||
share/doc/camel/camel-camel-operation.html
|
||||
share/doc/camel/camel-camel-provider.html
|
||||
share/doc/camel/camel-camel-url.html
|
||||
share/doc/camel/camel.devhelp
|
||||
share/doc/camel/camel.devhelp2
|
||||
share/doc/camel/classes.html
|
||||
share/doc/camel/home.png
|
||||
share/doc/camel/index.html
|
||||
share/doc/camel/index.sgml
|
||||
share/doc/camel/ix01.html
|
||||
share/doc/camel/left.png
|
||||
share/doc/camel/right.png
|
||||
share/doc/camel/style.css
|
||||
share/doc/camel/up.png
|
||||
share/doc/libebook/EBook.html
|
||||
share/doc/libebook/EBookListener.html
|
||||
share/doc/libebook/EBookView.html
|
||||
share/doc/libebook/EBookViewListener.html
|
||||
share/doc/libebook/EContact.html
|
||||
share/doc/libebook/EDestination.html
|
||||
share/doc/libebook/EVCard.html
|
||||
share/doc/libebook/ch01.html
|
||||
share/doc/libebook/home.png
|
||||
share/doc/libebook/index.html
|
||||
share/doc/libebook/index.sgml
|
||||
share/doc/libebook/ix01.html
|
||||
share/doc/libebook/left.png
|
||||
share/doc/libebook/libebook-EAddressWestern.html
|
||||
share/doc/libebook/libebook-ENameWestern.html
|
||||
share/doc/libebook/libebook-e-book-query.html
|
||||
share/doc/libebook/libebook-e-book-types.html
|
||||
share/doc/libebook/libebook.devhelp
|
||||
share/doc/libebook/libebook.devhelp2
|
||||
share/doc/libebook/right.png
|
||||
share/doc/libebook/style.css
|
||||
share/doc/libebook/up.png
|
||||
share/doc/libecal/ECal.html
|
||||
share/doc/libecal/ECalComponent.html
|
||||
share/doc/libecal/ECalListener.html
|
||||
share/doc/libecal/ECalView.html
|
||||
share/doc/libecal/ECalViewListener.html
|
||||
share/doc/libecal/ch01.html
|
||||
share/doc/libecal/home.png
|
||||
share/doc/libecal/index.html
|
||||
share/doc/libecal/index.sgml
|
||||
share/doc/libecal/ix01.html
|
||||
share/doc/libecal/left.png
|
||||
share/doc/libecal/libecal-e-cal-recur.html
|
||||
share/doc/libecal/libecal-e-cal-time-util.html
|
||||
share/doc/libecal/libecal-e-cal-types.html
|
||||
share/doc/libecal/libecal-e-cal-util.html
|
||||
share/doc/libecal/libecal.devhelp
|
||||
share/doc/libecal/libecal.devhelp2
|
||||
share/doc/libecal/right.png
|
||||
share/doc/libecal/style.css
|
||||
share/doc/libecal/up.png
|
||||
share/doc/libedata-book/EBookBackend.html
|
||||
share/doc/libedata-book/EBookBackendCache.html
|
||||
share/doc/libedata-book/EBookBackendFactory.html
|
||||
share/doc/libedata-book/EBookBackendSExp.html
|
||||
share/doc/libedata-book/EBookBackendSummary.html
|
||||
share/doc/libedata-book/EBookBackendSync.html
|
||||
share/doc/libedata-book/EDataBook.html
|
||||
share/doc/libedata-book/EDataBookView.html
|
||||
share/doc/libedata-book/ch01.html
|
||||
share/doc/libedata-book/home.png
|
||||
share/doc/libedata-book/index.html
|
||||
share/doc/libedata-book/index.sgml
|
||||
share/doc/libedata-book/ix01.html
|
||||
share/doc/libedata-book/left.png
|
||||
share/doc/libedata-book/libedata-book-EDataBookFactory.html
|
||||
share/doc/libedata-book/libedata-book-e-book-backend-db-cache.html
|
||||
share/doc/libedata-book/libedata-book-ximian-vcard.html
|
||||
share/doc/libedata-book/libedata-book.devhelp
|
||||
share/doc/libedata-book/libedata-book.devhelp2
|
||||
share/doc/libedata-book/right.png
|
||||
share/doc/libedata-book/style.css
|
||||
share/doc/libedata-book/up.png
|
||||
share/doc/libedata-cal/ECalBackend.html
|
||||
share/doc/libedata-cal/ECalBackendCache.html
|
||||
share/doc/libedata-cal/ECalBackendFactory.html
|
||||
share/doc/libedata-cal/ECalBackendSExp.html
|
||||
share/doc/libedata-cal/ECalBackendSync.html
|
||||
share/doc/libedata-cal/EDataCal.html
|
||||
share/doc/libedata-cal/EDataCalFactory.html
|
||||
share/doc/libedata-cal/EDataCalView.html
|
||||
share/doc/libedata-cal/ch01.html
|
||||
share/doc/libedata-cal/home.png
|
||||
share/doc/libedata-cal/index.html
|
||||
share/doc/libedata-cal/index.sgml
|
||||
share/doc/libedata-cal/ix01.html
|
||||
share/doc/libedata-cal/left.png
|
||||
share/doc/libedata-cal/libedata-cal-e-cal-backend-util.html
|
||||
share/doc/libedata-cal/libedata-cal.devhelp
|
||||
share/doc/libedata-cal/libedata-cal.devhelp2
|
||||
share/doc/libedata-cal/right.png
|
||||
share/doc/libedata-cal/style.css
|
||||
share/doc/libedata-cal/up.png
|
||||
share/doc/libedataserver/EAccount.html
|
||||
share/doc/libedataserver/EAccountList.html
|
||||
share/doc/libedataserver/EComponentListener.html
|
||||
share/doc/libedataserver/EFileCache.html
|
||||
share/doc/libedataserver/EIterator.html
|
||||
share/doc/libedataserver/EList.html
|
||||
share/doc/libedataserver/EListIterator.html
|
||||
share/doc/libedataserver/ESource.html
|
||||
share/doc/libedataserver/ESourceGroup.html
|
||||
share/doc/libedataserver/ESourceList.html
|
||||
share/doc/libedataserver/ch01.html
|
||||
share/doc/libedataserver/home.png
|
||||
share/doc/libedataserver/index.html
|
||||
share/doc/libedataserver/index.sgml
|
||||
share/doc/libedataserver/ix01.html
|
||||
share/doc/libedataserver/left.png
|
||||
share/doc/libedataserver/libedataserver-EFlag.html
|
||||
share/doc/libedataserver/libedataserver-ESExp.html
|
||||
share/doc/libedataserver/libedataserver-e-categories.html
|
||||
share/doc/libedataserver/libedataserver-e-data-server-module.html
|
||||
share/doc/libedataserver/libedataserver-e-db3-utils.html
|
||||
share/doc/libedataserver/libedataserver-e-dbhash.html
|
||||
share/doc/libedataserver/libedataserver-e-iconv.html
|
||||
share/doc/libedataserver/libedataserver-e-memory.html
|
||||
share/doc/libedataserver/libedataserver-e-msgport.html
|
||||
share/doc/libedataserver/libedataserver-e-time-utils.html
|
||||
share/doc/libedataserver/libedataserver-e-trie.html
|
||||
share/doc/libedataserver/libedataserver-e-uid.html
|
||||
share/doc/libedataserver/libedataserver-e-url.html
|
||||
share/doc/libedataserver/libedataserver-e-util.html
|
||||
share/doc/libedataserver/libedataserver-e-xml-hash-utils.html
|
||||
share/doc/libedataserver/libedataserver-md5-utils.html
|
||||
share/doc/libedataserver/libedataserver.devhelp
|
||||
share/doc/libedataserver/libedataserver.devhelp2
|
||||
share/doc/libedataserver/right.png
|
||||
share/doc/libedataserver/style.css
|
||||
share/doc/libedataserver/up.png
|
||||
share/doc/libedataserverui/ECategoriesDialog.html
|
||||
share/doc/libedataserverui/EContactStore.html
|
||||
share/doc/libedataserverui/EDestinationStore.html
|
||||
share/doc/libedataserverui/ENameSelector.html
|
||||
share/doc/libedataserverui/ENameSelectorDialog.html
|
||||
share/doc/libedataserverui/ENameSelectorEntry.html
|
||||
share/doc/libedataserverui/ENameSelectorList.html
|
||||
share/doc/libedataserverui/ENameSelectorModel.html
|
||||
share/doc/libedataserverui/ESourceComboBox.html
|
||||
share/doc/libedataserverui/ESourceOptionMenu.html
|
||||
share/doc/libedataserverui/ESourceSelector.html
|
||||
share/doc/libedataserverui/ESourceSelectorDialog.html
|
||||
share/doc/libedataserverui/ETreeModelGenerator.html
|
||||
share/doc/libedataserverui/ch01.html
|
||||
share/doc/libedataserverui/home.png
|
||||
share/doc/libedataserverui/index.html
|
||||
share/doc/libedataserverui/index.sgml
|
||||
share/doc/libedataserverui/ix01.html
|
||||
share/doc/libedataserverui/left.png
|
||||
share/doc/libedataserverui/libedataserverui-ECellRendererColor.html
|
||||
share/doc/libedataserverui/libedataserverui-e-book-auth-util.html
|
||||
share/doc/libedataserverui/libedataserverui-e-data-server-ui-marshal.html
|
||||
share/doc/libedataserverui/libedataserverui-e-passwords.html
|
||||
share/doc/libedataserverui/libedataserverui.devhelp
|
||||
share/doc/libedataserverui/libedataserverui.devhelp2
|
||||
share/doc/libedataserverui/right.png
|
||||
share/doc/libedataserverui/style.css
|
||||
share/doc/libedataserverui/up.png
|
||||
share/evolution-data-server-%%VERSION%%/evolutionperson.schema
|
||||
share/evolution-data-server-%%VERSION%%/glade/e-categories-dialog.glade
|
||||
share/evolution-data-server-%%VERSION%%/glade/e-name-selector-dialog.glade
|
||||
|
@ -446,6 +701,7 @@ share/locale/is/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
|
|||
share/locale/it/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
|
||||
share/locale/ja/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
|
||||
share/locale/ka/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
|
||||
share/locale/kn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
|
||||
share/locale/ko/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
|
||||
share/locale/ku/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
|
||||
share/locale/lt/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
|
||||
|
@ -468,6 +724,7 @@ share/locale/pt_BR/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
|
|||
share/locale/ro/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
|
||||
share/locale/ru/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
|
||||
share/locale/rw/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
|
||||
share/locale/si/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
|
||||
share/locale/sk/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
|
||||
share/locale/sl/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
|
||||
share/locale/sq/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
|
||||
|
@ -508,6 +765,13 @@ share/pixmaps/evolution-data-server/category_time-and-expenses_16.png
|
|||
@dirrm share/evolution-data-server-%%VERSION%%/weather
|
||||
@dirrm share/evolution-data-server-%%VERSION%%/glade
|
||||
@dirrm share/evolution-data-server-%%VERSION%%
|
||||
@dirrm share/doc/libedataserverui
|
||||
@dirrm share/doc/libedataserver
|
||||
@dirrm share/doc/libedata-cal
|
||||
@dirrm share/doc/libedata-book
|
||||
@dirrm share/doc/libecal
|
||||
@dirrm share/doc/libebook
|
||||
@dirrm share/doc/camel
|
||||
@dirrm lib/evolution-data-server-%%EVO_VERSION%%/extensions
|
||||
@dirrm lib/evolution-data-server-%%EVO_VERSION%%/camel-providers
|
||||
@dirrm lib/evolution-data-server-%%EVO_VERSION%%
|
||||
|
@ -519,6 +783,9 @@ share/pixmaps/evolution-data-server/category_time-and-expenses_16.png
|
|||
@dirrm include/evolution-data-server-%%VERSION%%/libecal
|
||||
@dirrm include/evolution-data-server-%%VERSION%%/libebook
|
||||
@dirrm include/evolution-data-server-%%VERSION%%/groupwise
|
||||
@dirrm include/evolution-data-server-%%VERSION%%/google/gdata-google
|
||||
@dirrm include/evolution-data-server-%%VERSION%%/google/gdata
|
||||
@dirrm include/evolution-data-server-%%VERSION%%/google
|
||||
@dirrm include/evolution-data-server-%%VERSION%%/exchange
|
||||
@dirrm include/evolution-data-server-%%VERSION%%/camel
|
||||
@dirrm include/evolution-data-server-%%VERSION%%
|
||||
|
@ -528,6 +795,8 @@ share/pixmaps/evolution-data-server/category_time-and-expenses_16.png
|
|||
@dirrmtry share/locale/xh
|
||||
@dirrmtry share/locale/te/LC_MESSAGES
|
||||
@dirrmtry share/locale/te
|
||||
@dirrmtry share/locale/si/LC_MESSAGES
|
||||
@dirrmtry share/locale/si
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
|
|
|
@ -3,19 +3,19 @@
|
|||
# Whom: Mezz <mezz@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports-stable/deskutils/buoh/Makefile,v 1.1 2006/10/23 21:43:08 mezz Exp $
|
||||
# $MCom: ports/deskutils/buoh/Makefile,v 1.5 2008/03/22 00:42:46 mezz Exp $
|
||||
#
|
||||
|
||||
PORTNAME= buoh
|
||||
PORTVERSION= 0.8.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= deskutils www gnome
|
||||
MASTER_SITES= http://buoh.steve-o.org/downloads/
|
||||
|
||||
MAINTAINER= mezz@FreeBSD.org
|
||||
COMMENT= A reader for online strips comics
|
||||
|
||||
LIB_DEPENDS= soup-2.2.8:${PORTSDIR}/devel/libsoup
|
||||
LIB_DEPENDS= soup-2.2.8:${PORTSDIR}/devel/libsoup22
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -3,37 +3,61 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/deskutils/conduit/Makefile,v 1.3 2006/10/11 20:26:26 ahze Exp $
|
||||
# $MCom: ports/deskutils/conduit/Makefile,v 1.7 2008/03/18 14:53:42 ahze Exp $
|
||||
|
||||
PORTNAME= conduit
|
||||
PORTVERSION= 0.2.0
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 0.3.9
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://files.conduit-project.org/releases/
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
MAINTAINER= ahze@FreeBSD.org
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Synchronization application for GNOME
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-goocanvas \
|
||||
${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree \
|
||||
${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite23 \
|
||||
xmlproc_parse:${PORTSDIR}/textproc/py-xml \
|
||||
${PYTHON_SITELIBDIR}/vobject/__init__.py:${PORTSDIR}/deskutils/py-vobject \
|
||||
${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus
|
||||
LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-goocanvas \
|
||||
${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree \
|
||||
${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite23 \
|
||||
xmlproc_parse:${PORTSDIR}/textproc/py-xml
|
||||
xmlproc_parse:${PORTSDIR}/textproc/py-xml \
|
||||
${PYTHON_SITELIBDIR}/vobject/__init__.py:${PORTSDIR}/deskutils/py-vobject \
|
||||
firefox:${PORTSDIR}/www/firefox \
|
||||
${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_PYTHON= 2.4+
|
||||
MAKE_ENV= DESTDIR=""
|
||||
USE_GNOME= pygnome2
|
||||
DESKTOP_ENTRIES= "Conduit" "${COMMENT}" "conduit-icon.png" \
|
||||
"${PORTNAME}" "GNOME;Application;Office;" true
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GETTEXT= yes
|
||||
INSTALLS_OMF= yes
|
||||
INSTALLS_ICONS= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
USE_GNOME= pygnome2 gnomeprefix
|
||||
OPTIONS= NAUTILUS "Enable Nautilus Plugin" On \
|
||||
EOG "Enable Eye-Of-Gnome Plugin" On
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|; \
|
||||
s|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR:S/${LOCALBASE}/${PREFIX}/}|' \
|
||||
${WRKSRC}/Makefile
|
||||
.if defined(WITH_NAUTILUS)
|
||||
USE_GNOME+= nautilus2
|
||||
CONFIGURE_ARGS+= --enable-nautilus-extension
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
${MKDIR} ${PREFIX}/share/applications
|
||||
.if defined(WITH_EOG)
|
||||
BUILD_DEPENDS+= eog:${PORTSDIR}/graphics/eog
|
||||
RUN_DEPENDS+= eog:${PORTSDIR}/graphics/eog
|
||||
CONFIGURE_ARGS+= --enable-eog-plugin
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
|
||||
${WRKSRC}/data/Makefile.in
|
||||
@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \
|
||||
-e 's|/usr/bin/python|${LOCALBASE}/bin/python|' \
|
||||
-e 's|/usr/lib/firefox*|${LOCALBASE}/lib/firefox|'
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (conduit-0.2.0.tar.gz) = 4f27b6ae1c416da186e58cf27175f598
|
||||
SHA256 (conduit-0.2.0.tar.gz) = 01b74297d701858fd800161facea5682f6e03b7bc7320140c8e236c98a8587ce
|
||||
SIZE (conduit-0.2.0.tar.gz) = 211110
|
||||
MD5 (conduit-0.3.9.tar.gz) = b04cd4b39ad0a689bff020ba23dd69b7
|
||||
SHA256 (conduit-0.3.9.tar.gz) = 04e6b207a73c140b09a96a32e81d470a46b414cc9f6022a2d4a4c0f8c59fb104
|
||||
SIZE (conduit-0.3.9.tar.gz) = 893253
|
||||
|
|
|
@ -1,52 +0,0 @@
|
|||
--- Makefile.orig Wed Sep 20 05:08:31 2006
|
||||
+++ Makefile Tue Oct 10 21:01:22 2006
|
||||
@@ -2,13 +2,13 @@
|
||||
VERSION=`cat conduit/__init__.py | grep 'APPVERSION=\"' | sed -e 's/APPVERSION=//' -e 's/\"//g'`
|
||||
|
||||
#Install prefix, can be overridden by setting DESTDIR
|
||||
-PREFIX=/usr
|
||||
+PREFIX=%%PREFIX%%
|
||||
CWD=`pwd`
|
||||
|
||||
#Python version for installation into python dir
|
||||
PYTHON_VERSION=2.4
|
||||
#PYTHON_VERSION=`python -V 2>&1 | sed -e "s/Python //" | cut --bytes=1-3`
|
||||
-PYTHON_PATH=$(DESTDIR)$(PREFIX)/lib/python$(PYTHON_VERSION)/site-packages
|
||||
+PYTHON_PATH=%%PYTHON_SITELIBDIR%%
|
||||
|
||||
#Source Files
|
||||
SRC=conduit/*.py conduit/dataproviders/*.py conduit/datatypes/*.py
|
||||
@@ -40,8 +40,8 @@
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/share/conduit/dataproviders
|
||||
mkdir -p $(PYTHON_PATH)/conduit
|
||||
mkdir -p $(PYTHON_PATH)/conduit/datatypes
|
||||
- mkdir -p ~/.conduit
|
||||
- mkdir -p ~/.conduit/modules
|
||||
+ mkdir -p .conduit
|
||||
+ mkdir -p .conduit/modules
|
||||
@for i in `ls contrib`; do \
|
||||
( mkdir -p $(DESTDIR)$(PREFIX)/share/conduit/contrib/$$i ) \
|
||||
done
|
||||
@@ -52,14 +52,14 @@
|
||||
install -m 644 conduit/data/conduit-icon.png $(DESTDIR)$(PREFIX)/share/pixmaps
|
||||
install -m 644 conduit/data/conduit.glade $(DESTDIR)$(PREFIX)/share/conduit/data
|
||||
install -m 644 conduit/dataproviders/*.py $(DESTDIR)$(PREFIX)/share/conduit/dataproviders
|
||||
- install -m 644 conduit.desktop $(DESTDIR)$(PREFIX)/share/applications/
|
||||
+# install -m 644 conduit.desktop $(DESTDIR)$(PREFIX)/share/applications/
|
||||
install -m 644 conduit/*.py $(PYTHON_PATH)/conduit
|
||||
install -m 644 conduit/datatypes/*.py $(PYTHON_PATH)/conduit/datatypes
|
||||
install -m 755 conduit/start_conduit.py $(DESTDIR)$(PREFIX)/bin/conduit
|
||||
@for i in `ls contrib`; do \
|
||||
( install -m 644 contrib/$$i/*.py $(DESTDIR)$(PREFIX)/share/conduit/contrib/$$i ) \
|
||||
done
|
||||
- ln -sf $(CWD)/doc/ExampleModule.py ~/.conduit/modules/MoinModule.py
|
||||
+ ln -sf $(CWD)/doc/ExampleModule.py .conduit/modules/MoinModule.py
|
||||
|
||||
clean: clean-bin
|
||||
-rm dist-stamp
|
||||
@@ -101,4 +101,4 @@
|
||||
rm -r $(DESTDIR)$(PREFIX)/share/applications/conduit.desktop
|
||||
rm -r $(PYTHON_PATH)/conduit
|
||||
rm -r $(DESTDIR)$(PREFIX)/bin/conduit
|
||||
- rm ~/.conduit/modules/MoinModule.py
|
||||
+ rm .conduit/modules/MoinModule.py
|
38
deskutils/conduit/files/patch-configure
Normal file
38
deskutils/conduit/files/patch-configure
Normal file
|
@ -0,0 +1,38 @@
|
|||
--- configure.orig 2008-03-18 09:06:41.000000000 -0400
|
||||
+++ configure 2008-03-18 10:48:08.000000000 -0400
|
||||
@@ -6447,24 +6447,8 @@
|
||||
v=`echo 0.9.0 | sed -e "s/\./,/g"`
|
||||
{ echo "$as_me:$LINENO: checking for 0.9.0 of goocanvas" >&5
|
||||
echo $ECHO_N "checking for 0.9.0 of goocanvas... $ECHO_C" >&6; }
|
||||
-prog="
|
||||
-import goocanvas
|
||||
-ver = goocanvas.pygoocanvas_version
|
||||
-
|
||||
-if type(ver) == str:
|
||||
- ver = ver.split('.')
|
||||
- ver = map(int,ver)
|
||||
- ver = tuple(ver)
|
||||
-elif type(ver) == tuple:
|
||||
- pass
|
||||
-else:
|
||||
- raise Exception
|
||||
-
|
||||
-if ver >= ($v):
|
||||
- print 'yes'
|
||||
-"
|
||||
-out=`$PYTHON -c "$prog"`
|
||||
-if test "x$out" == xyes; then
|
||||
+out=yes
|
||||
+if test "x$out" = xyes; then
|
||||
{ echo "$as_me:$LINENO: result: yes" >&5
|
||||
echo "${ECHO_T}yes" >&6; }
|
||||
else
|
||||
@@ -6496,7 +6480,7 @@
|
||||
print 'yes'
|
||||
"
|
||||
out=`$PYTHON -c "$prog"`
|
||||
-if test "x$out" == xyes; then
|
||||
+if test "x$out" = xyes; then
|
||||
{ echo "$as_me:$LINENO: result: yes" >&5
|
||||
echo "${ECHO_T}yes" >&6; }
|
||||
else
|
|
@ -1,64 +1,443 @@
|
|||
bin/conduit
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Canvas.py
|
||||
bin/conduit-client
|
||||
bin/conduit.real
|
||||
lib/conduit/modules/AudioVideoConverterModule.py
|
||||
lib/conduit/modules/AudioVideoConverterModule.pyc
|
||||
lib/conduit/modules/AudioVideoConverterModule.pyo
|
||||
lib/conduit/modules/BackpackModule/BackpackModule.py
|
||||
lib/conduit/modules/BackpackModule/BackpackModule.pyc
|
||||
lib/conduit/modules/BackpackModule/BackpackModule.pyo
|
||||
lib/conduit/modules/BackpackModule/backpack/backpack.py
|
||||
lib/conduit/modules/BackpackModule/backpack/backpack.pyc
|
||||
lib/conduit/modules/BackpackModule/backpack/backpack.pyo
|
||||
lib/conduit/modules/BackpackModule/config.glade
|
||||
lib/conduit/modules/BansheeModule/BansheeModule.py
|
||||
lib/conduit/modules/BansheeModule/BansheeModule.pyc
|
||||
lib/conduit/modules/BansheeModule/BansheeModule.pyo
|
||||
lib/conduit/modules/BansheeModule/config.glade
|
||||
lib/conduit/modules/BoxDotNetModule/BoxDotNetAPI/boxdotnet.py
|
||||
lib/conduit/modules/BoxDotNetModule/BoxDotNetAPI/boxdotnet.pyc
|
||||
lib/conduit/modules/BoxDotNetModule/BoxDotNetAPI/boxdotnet.pyo
|
||||
lib/conduit/modules/BoxDotNetModule/BoxDotNetModule.py
|
||||
lib/conduit/modules/BoxDotNetModule/BoxDotNetModule.pyc
|
||||
lib/conduit/modules/BoxDotNetModule/BoxDotNetModule.pyo
|
||||
lib/conduit/modules/BoxDotNetModule/config.glade
|
||||
lib/conduit/modules/ConverterModule.py
|
||||
lib/conduit/modules/ConverterModule.pyc
|
||||
lib/conduit/modules/ConverterModule.pyo
|
||||
lib/conduit/modules/EvolutionModule/EvolutionModule.py
|
||||
lib/conduit/modules/EvolutionModule/EvolutionModule.pyc
|
||||
lib/conduit/modules/EvolutionModule/EvolutionModule.pyo
|
||||
lib/conduit/modules/EvolutionModule/config.glade
|
||||
lib/conduit/modules/FacebookModule/FacebookModule.py
|
||||
lib/conduit/modules/FacebookModule/FacebookModule.pyc
|
||||
lib/conduit/modules/FacebookModule/FacebookModule.pyo
|
||||
lib/conduit/modules/FacebookModule/pyfacebook/__init__.py
|
||||
lib/conduit/modules/FacebookModule/pyfacebook/__init__.pyc
|
||||
lib/conduit/modules/FacebookModule/pyfacebook/__init__.pyo
|
||||
lib/conduit/modules/FeedModule/FeedModule.py
|
||||
lib/conduit/modules/FeedModule/FeedModule.pyc
|
||||
lib/conduit/modules/FeedModule/FeedModule.pyo
|
||||
lib/conduit/modules/FeedModule/config.glade
|
||||
lib/conduit/modules/FileModule/FileConfiguration.py
|
||||
lib/conduit/modules/FileModule/FileConfiguration.pyc
|
||||
lib/conduit/modules/FileModule/FileConfiguration.pyo
|
||||
lib/conduit/modules/FileModule/FileModule.py
|
||||
lib/conduit/modules/FileModule/FileModule.pyc
|
||||
lib/conduit/modules/FileModule/FileModule.pyo
|
||||
lib/conduit/modules/FileModule/config.glade
|
||||
lib/conduit/modules/FlickrModule/FlickrModule.py
|
||||
lib/conduit/modules/FlickrModule/FlickrModule.pyc
|
||||
lib/conduit/modules/FlickrModule/FlickrModule.pyo
|
||||
lib/conduit/modules/FlickrModule/config.glade
|
||||
lib/conduit/modules/FlickrModule/flickrapi/__init__.py
|
||||
lib/conduit/modules/FlickrModule/flickrapi/__init__.pyc
|
||||
lib/conduit/modules/FlickrModule/flickrapi/__init__.pyo
|
||||
lib/conduit/modules/FlickrModule/flickrapi/multipart.py
|
||||
lib/conduit/modules/FlickrModule/flickrapi/multipart.pyc
|
||||
lib/conduit/modules/FlickrModule/flickrapi/multipart.pyo
|
||||
lib/conduit/modules/FlickrModule/flickrapi/reportinghttp.py
|
||||
lib/conduit/modules/FlickrModule/flickrapi/reportinghttp.pyc
|
||||
lib/conduit/modules/FlickrModule/flickrapi/reportinghttp.pyo
|
||||
lib/conduit/modules/FlickrModule/flickrapi/tokencache.py
|
||||
lib/conduit/modules/FlickrModule/flickrapi/tokencache.pyc
|
||||
lib/conduit/modules/FlickrModule/flickrapi/tokencache.pyo
|
||||
lib/conduit/modules/FlickrModule/flickrapi/xmlnode.py
|
||||
lib/conduit/modules/FlickrModule/flickrapi/xmlnode.pyc
|
||||
lib/conduit/modules/FlickrModule/flickrapi/xmlnode.pyo
|
||||
lib/conduit/modules/FspotModule/FspotModule.py
|
||||
lib/conduit/modules/FspotModule/FspotModule.pyc
|
||||
lib/conduit/modules/FspotModule/FspotModule.pyo
|
||||
lib/conduit/modules/FspotModule/config.glade
|
||||
lib/conduit/modules/GConfModule/GConfModule.py
|
||||
lib/conduit/modules/GConfModule/GConfModule.pyc
|
||||
lib/conduit/modules/GConfModule/GConfModule.pyo
|
||||
lib/conduit/modules/GmailModule/GmailModule.py
|
||||
lib/conduit/modules/GmailModule/GmailModule.pyc
|
||||
lib/conduit/modules/GmailModule/GmailModule.pyo
|
||||
lib/conduit/modules/GmailModule/config.glade
|
||||
lib/conduit/modules/GmailModule/libgmail/gmail_transport.py
|
||||
lib/conduit/modules/GmailModule/libgmail/gmail_transport.pyc
|
||||
lib/conduit/modules/GmailModule/libgmail/gmail_transport.pyo
|
||||
lib/conduit/modules/GmailModule/libgmail/lgconstants.py
|
||||
lib/conduit/modules/GmailModule/libgmail/lgconstants.pyc
|
||||
lib/conduit/modules/GmailModule/libgmail/lgconstants.pyo
|
||||
lib/conduit/modules/GmailModule/libgmail/libgmail.py
|
||||
lib/conduit/modules/GmailModule/libgmail/libgmail.pyc
|
||||
lib/conduit/modules/GmailModule/libgmail/libgmail.pyo
|
||||
lib/conduit/modules/GoogleModule/GoogleModule.py
|
||||
lib/conduit/modules/GoogleModule/GoogleModule.pyc
|
||||
lib/conduit/modules/GoogleModule/GoogleModule.pyo
|
||||
lib/conduit/modules/GoogleModule/atom/__init__.py
|
||||
lib/conduit/modules/GoogleModule/atom/__init__.pyc
|
||||
lib/conduit/modules/GoogleModule/atom/__init__.pyo
|
||||
lib/conduit/modules/GoogleModule/atom/service.py
|
||||
lib/conduit/modules/GoogleModule/atom/service.pyc
|
||||
lib/conduit/modules/GoogleModule/atom/service.pyo
|
||||
lib/conduit/modules/GoogleModule/calendar-config.glade
|
||||
lib/conduit/modules/GoogleModule/gdata/__init__.py
|
||||
lib/conduit/modules/GoogleModule/gdata/__init__.pyc
|
||||
lib/conduit/modules/GoogleModule/gdata/__init__.pyo
|
||||
lib/conduit/modules/GoogleModule/gdata/auth.py
|
||||
lib/conduit/modules/GoogleModule/gdata/auth.pyc
|
||||
lib/conduit/modules/GoogleModule/gdata/auth.pyo
|
||||
lib/conduit/modules/GoogleModule/gdata/calendar/__init__.py
|
||||
lib/conduit/modules/GoogleModule/gdata/calendar/__init__.pyc
|
||||
lib/conduit/modules/GoogleModule/gdata/calendar/__init__.pyo
|
||||
lib/conduit/modules/GoogleModule/gdata/calendar/service.py
|
||||
lib/conduit/modules/GoogleModule/gdata/calendar/service.pyc
|
||||
lib/conduit/modules/GoogleModule/gdata/calendar/service.pyo
|
||||
lib/conduit/modules/GoogleModule/gdata/exif/__init__.py
|
||||
lib/conduit/modules/GoogleModule/gdata/exif/__init__.pyc
|
||||
lib/conduit/modules/GoogleModule/gdata/exif/__init__.pyo
|
||||
lib/conduit/modules/GoogleModule/gdata/geo/__init__.py
|
||||
lib/conduit/modules/GoogleModule/gdata/geo/__init__.pyc
|
||||
lib/conduit/modules/GoogleModule/gdata/geo/__init__.pyo
|
||||
lib/conduit/modules/GoogleModule/gdata/media/__init__.py
|
||||
lib/conduit/modules/GoogleModule/gdata/media/__init__.pyc
|
||||
lib/conduit/modules/GoogleModule/gdata/media/__init__.pyo
|
||||
lib/conduit/modules/GoogleModule/gdata/photos/__init__.py
|
||||
lib/conduit/modules/GoogleModule/gdata/photos/__init__.pyc
|
||||
lib/conduit/modules/GoogleModule/gdata/photos/__init__.pyo
|
||||
lib/conduit/modules/GoogleModule/gdata/photos/service.py
|
||||
lib/conduit/modules/GoogleModule/gdata/photos/service.pyc
|
||||
lib/conduit/modules/GoogleModule/gdata/photos/service.pyo
|
||||
lib/conduit/modules/GoogleModule/gdata/service.py
|
||||
lib/conduit/modules/GoogleModule/gdata/service.pyc
|
||||
lib/conduit/modules/GoogleModule/gdata/service.pyo
|
||||
lib/conduit/modules/GoogleModule/picasa-config.glade
|
||||
lib/conduit/modules/GoogleModule/youtube-config.glade
|
||||
lib/conduit/modules/N800Module/N800Module.py
|
||||
lib/conduit/modules/N800Module/N800Module.pyc
|
||||
lib/conduit/modules/N800Module/N800Module.pyo
|
||||
lib/conduit/modules/NetworkModule/Client.py
|
||||
lib/conduit/modules/NetworkModule/Client.pyc
|
||||
lib/conduit/modules/NetworkModule/Client.pyo
|
||||
lib/conduit/modules/NetworkModule/NetworkModule.py
|
||||
lib/conduit/modules/NetworkModule/NetworkModule.pyc
|
||||
lib/conduit/modules/NetworkModule/NetworkModule.pyo
|
||||
lib/conduit/modules/NetworkModule/Peers.py
|
||||
lib/conduit/modules/NetworkModule/Peers.pyc
|
||||
lib/conduit/modules/NetworkModule/Peers.pyo
|
||||
lib/conduit/modules/NetworkModule/Server.py
|
||||
lib/conduit/modules/NetworkModule/Server.pyc
|
||||
lib/conduit/modules/NetworkModule/Server.pyo
|
||||
lib/conduit/modules/NetworkModule/XMLRPCUtils.py
|
||||
lib/conduit/modules/NetworkModule/XMLRPCUtils.pyc
|
||||
lib/conduit/modules/NetworkModule/XMLRPCUtils.pyo
|
||||
lib/conduit/modules/NetworkModule/__init__.py
|
||||
lib/conduit/modules/NetworkModule/__init__.pyc
|
||||
lib/conduit/modules/NetworkModule/__init__.pyo
|
||||
lib/conduit/modules/PhotoConverterModule.py
|
||||
lib/conduit/modules/PhotoConverterModule.pyc
|
||||
lib/conduit/modules/PhotoConverterModule.pyo
|
||||
lib/conduit/modules/RhythmboxModule/RhythmboxModule.py
|
||||
lib/conduit/modules/RhythmboxModule/RhythmboxModule.pyc
|
||||
lib/conduit/modules/RhythmboxModule/RhythmboxModule.pyo
|
||||
lib/conduit/modules/RhythmboxModule/config.glade
|
||||
lib/conduit/modules/ShutterflyModule/ShutterflyModule.py
|
||||
lib/conduit/modules/ShutterflyModule/ShutterflyModule.pyc
|
||||
lib/conduit/modules/ShutterflyModule/ShutterflyModule.pyo
|
||||
lib/conduit/modules/ShutterflyModule/shutterfly.glade
|
||||
lib/conduit/modules/ShutterflyModule/shutterfly/shutterfly.py
|
||||
lib/conduit/modules/ShutterflyModule/shutterfly/shutterfly.pyc
|
||||
lib/conduit/modules/ShutterflyModule/shutterfly/shutterfly.pyo
|
||||
lib/conduit/modules/SmugMugModule/SmugMugAPI/smugmug.py
|
||||
lib/conduit/modules/SmugMugModule/SmugMugAPI/smugmug.pyc
|
||||
lib/conduit/modules/SmugMugModule/SmugMugAPI/smugmug.pyo
|
||||
lib/conduit/modules/SmugMugModule/SmugMugModule.py
|
||||
lib/conduit/modules/SmugMugModule/SmugMugModule.pyc
|
||||
lib/conduit/modules/SmugMugModule/SmugMugModule.pyo
|
||||
lib/conduit/modules/SmugMugModule/config.glade
|
||||
lib/conduit/modules/TomboyModule.py
|
||||
lib/conduit/modules/TomboyModule.pyc
|
||||
lib/conduit/modules/TomboyModule.pyo
|
||||
lib/conduit/modules/__init__.py
|
||||
lib/conduit/modules/__init__.pyc
|
||||
lib/conduit/modules/__init__.pyo
|
||||
lib/conduit/modules/iPodModule.py
|
||||
lib/conduit/modules/iPodModule.pyc
|
||||
lib/conduit/modules/iPodModule.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Conduit.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/DataProvider.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Conduit.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Conduit.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Conflict.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Conflict.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Conflict.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/DBus.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/DBus.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/DBus.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Database.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Database.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Database.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/DeltaProvider.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/DeltaProvider.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/DeltaProvider.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Exceptions.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/MainWindow.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Exceptions.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Exceptions.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Globals.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Globals.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Globals.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Logging.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Logging.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Logging.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Main.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Main.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Main.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/MappingDB.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/MappingDB.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/MappingDB.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Module.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Module.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Module.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/ModuleWrapper.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/ModuleWrapper.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/ModuleWrapper.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Settings.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Settings.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Settings.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/SyncSet.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/SyncSet.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/SyncSet.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Synchronization.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Synchronization.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Synchronization.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/TypeConverter.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/TypeConverter.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/TypeConverter.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Utils.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Utils.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Utils.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Vfs.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Vfs.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Vfs.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Web.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Web.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/Web.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/AutoSync.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/AutoSync.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/AutoSync.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/DataProvider.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/DataProvider.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/DataProvider.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/DataProviderCategory.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/DataProviderCategory.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/DataProviderCategory.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/File.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/File.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/File.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/HalFactory.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/HalFactory.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/HalFactory.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/Image.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/Image.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/Image.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/SimpleFactory.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/SimpleFactory.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/SimpleFactory.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/VolumeFactory.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/VolumeFactory.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/VolumeFactory.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/dataproviders/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Audio.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Audio.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Audio.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Contact.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Contact.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Contact.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/DataType.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/DataType.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/DataType.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Email.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Feed.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Email.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Email.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Event.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Event.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Event.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/File.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/File.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/File.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Note.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Note.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Note.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Photo.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Photo.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Photo.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Setting.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Setting.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Setting.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Text.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Text.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Text.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Video.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Video.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/Video.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/start_conduit.py
|
||||
%%DATADIR%%/contrib/EXIF-15-FEB-04/EXIF.py
|
||||
%%DATADIR%%/contrib/FlickrAPI-8/flickrapi.py
|
||||
%%DATADIR%%/contrib/FlickrAPI-8/setup.py
|
||||
%%DATADIR%%/contrib/backpack-1.1/backpack.py
|
||||
%%DATADIR%%/contrib/backpack-1.1/bptest.py
|
||||
%%DATADIR%%/contrib/backpack-1.1/wapsupport.py
|
||||
%%DATADIR%%/contrib/httplib2/__init__.py
|
||||
%%DATADIR%%/contrib/libgmail-0.1.5/lgconstants.py
|
||||
%%DATADIR%%/contrib/libgmail-0.1.5/libgmail.py
|
||||
%%DATADIR%%/contrib/libgmail-0.1.5/setup.py
|
||||
%%DATADIR%%/contrib/python-opml-0.5/OPML.py
|
||||
%%DATADIR%%/data/backpack.png
|
||||
%%DATADIR%%/data/conduit-icon.png
|
||||
%%DATADIR%%/data/conduit-splash.png
|
||||
%%DATADIR%%/data/conduit.glade
|
||||
%%DATADIR%%/data/f-spot.png
|
||||
%%DATADIR%%/data/feed-icon.png
|
||||
%%DATADIR%%/data/liferea.png
|
||||
%%DATADIR%%/data/tomboy.png
|
||||
%%DATADIR%%/dataproviders/BackpackModule.py
|
||||
%%DATADIR%%/dataproviders/FeedModule.py
|
||||
%%DATADIR%%/dataproviders/FileModule.py
|
||||
%%DATADIR%%/dataproviders/FlickrModule.py
|
||||
%%DATADIR%%/dataproviders/FspotModule.py
|
||||
%%DATADIR%%/dataproviders/GmailModule.py
|
||||
%%DATADIR%%/dataproviders/LifereaModule.py
|
||||
%%DATADIR%%/dataproviders/NotesModule.py
|
||||
%%DATADIR%%/dataproviders/TestModule.py
|
||||
%%DATADIR%%/dataproviders/TextConverterModule.py
|
||||
%%DATADIR%%/dataproviders/__init__.py
|
||||
share/pixmaps/conduit-icon.png
|
||||
@dirrm %%DATADIR%%/dataproviders
|
||||
@dirrm %%DATADIR%%/data
|
||||
@dirrm %%DATADIR%%/contrib/python-opml-0.5
|
||||
@dirrm %%DATADIR%%/contrib/libgmail-0.1.5
|
||||
@dirrm %%DATADIR%%/contrib/httplib2
|
||||
@dirrm %%DATADIR%%/contrib/backpack-1.1
|
||||
@dirrm %%DATADIR%%/contrib/FlickrAPI-8
|
||||
@dirrm %%DATADIR%%/contrib/EXIF-15-FEB-04
|
||||
@dirrm %%DATADIR%%/contrib
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/datatypes/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/defs.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/defs.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/defs.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/gtkui/Canvas.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/gtkui/Canvas.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/gtkui/Canvas.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/gtkui/ConflictResolver.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/gtkui/ConflictResolver.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/gtkui/ConflictResolver.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/gtkui/Database.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/gtkui/Database.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/gtkui/Database.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/gtkui/SimpleConfigurator.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/gtkui/SimpleConfigurator.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/gtkui/SimpleConfigurator.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/gtkui/Tree.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/gtkui/Tree.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/gtkui/Tree.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/gtkui/UI.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/gtkui/UI.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/gtkui/UI.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/gtkui/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/gtkui/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/gtkui/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/hildonui/Canvas.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/hildonui/Canvas.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/hildonui/Canvas.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/hildonui/List.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/hildonui/List.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/hildonui/List.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/hildonui/UI.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/hildonui/UI.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/hildonui/UI.pyo
|
||||
%%PYTHON_SITELIBDIR%%/conduit/hildonui/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/conduit/hildonui/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/conduit/hildonui/__init__.pyo
|
||||
libdata/pkgconfig/conduit.pc
|
||||
share/applications/conduit.desktop
|
||||
%%DATADIR%%/backpack.png
|
||||
%%DATADIR%%/boxdotnet.png
|
||||
%%DATADIR%%/conduit-splash.png
|
||||
%%DATADIR%%/conduit.glade
|
||||
%%DATADIR%%/f-spot.png
|
||||
%%DATADIR%%/facebook.png
|
||||
%%DATADIR%%/feed.png
|
||||
%%DATADIR%%/flickr.png
|
||||
%%DATADIR%%/liferea.png
|
||||
%%DATADIR%%/picasa.png
|
||||
%%DATADIR%%/shutterfly.png
|
||||
%%DATADIR%%/smugmug.png
|
||||
%%DATADIR%%/tomboy.png
|
||||
%%DATADIR%%/youtube.png
|
||||
share/dbus-1/services/org.conduit.service
|
||||
share/gnome/autostart/conduit-autostart.desktop
|
||||
share/gnome/help/conduit/C/conduit.xml
|
||||
share/gnome/help/conduit/C/figures/conduit-dp.png
|
||||
share/gnome/help/conduit/C/figures/conduit-folder-configuration.png
|
||||
share/gnome/help/conduit/C/figures/conduit-gui-parts.png
|
||||
share/icons/hicolor/16x16/actions/conduit-conflict-ask.png
|
||||
share/icons/hicolor/16x16/actions/conduit-conflict-delete.png
|
||||
share/icons/hicolor/16x16/actions/conduit-conflict-left.png
|
||||
share/icons/hicolor/16x16/actions/conduit-conflict-right.png
|
||||
share/icons/hicolor/16x16/actions/conduit-conflict-skip.png
|
||||
share/icons/hicolor/16x16/apps/conduit-sink.png
|
||||
share/icons/hicolor/16x16/apps/conduit-source.png
|
||||
share/icons/hicolor/16x16/apps/conduit-twoway.png
|
||||
share/icons/hicolor/16x16/apps/conduit.png
|
||||
share/icons/hicolor/16x16/status/conduit-progress-1.png
|
||||
share/icons/hicolor/16x16/status/conduit-progress-2.png
|
||||
share/icons/hicolor/16x16/status/conduit-progress-3.png
|
||||
share/icons/hicolor/16x16/status/conduit-progress-4.png
|
||||
share/icons/hicolor/16x16/status/conduit-progress-5.png
|
||||
share/icons/hicolor/16x16/status/conduit-progress-6.png
|
||||
share/icons/hicolor/16x16/status/conduit-progress-7.png
|
||||
share/icons/hicolor/16x16/status/conduit-progress-8.png
|
||||
share/icons/hicolor/16x16/status/conduit-sink.png
|
||||
share/icons/hicolor/16x16/status/conduit-source.png
|
||||
share/icons/hicolor/16x16/status/conduit-twoway.png
|
||||
share/icons/hicolor/22x22/apps/conduit.png
|
||||
share/icons/hicolor/24x24/apps/conduit.png
|
||||
share/icons/hicolor/26x26/apps/conduit.png
|
||||
share/icons/hicolor/32x32/apps/conduit.png
|
||||
share/icons/hicolor/48x48/apps/conduit.png
|
||||
share/icons/hicolor/scalable/apps/conduit.svg
|
||||
share/locale/ar/LC_MESSAGES/conduit.mo
|
||||
share/locale/ca/LC_MESSAGES/conduit.mo
|
||||
share/locale/en_GB/LC_MESSAGES/conduit.mo
|
||||
share/locale/es/LC_MESSAGES/conduit.mo
|
||||
share/locale/fr/LC_MESSAGES/conduit.mo
|
||||
share/locale/it/LC_MESSAGES/conduit.mo
|
||||
share/locale/nb/LC_MESSAGES/conduit.mo
|
||||
share/locale/pt/LC_MESSAGES/conduit.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/conduit.mo
|
||||
share/locale/ru/LC_MESSAGES/conduit.mo
|
||||
share/locale/sv/LC_MESSAGES/conduit.mo
|
||||
share/omf/conduit/conduit-C.omf
|
||||
@dirrm share/omf/conduit
|
||||
@dirrm share/gnome/help/conduit/C/figures
|
||||
@dirrm share/gnome/help/conduit/C
|
||||
@dirrm share/gnome/help/conduit
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/applications
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/conduit/hildonui
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/conduit/gtkui
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/conduit/datatypes
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/conduit/dataproviders
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/conduit
|
||||
@dirrm lib/conduit/modules/SmugMugModule/SmugMugAPI
|
||||
@dirrm lib/conduit/modules/SmugMugModule
|
||||
@dirrm lib/conduit/modules/ShutterflyModule/shutterfly
|
||||
@dirrm lib/conduit/modules/ShutterflyModule
|
||||
@dirrm lib/conduit/modules/RhythmboxModule
|
||||
@dirrm lib/conduit/modules/NetworkModule
|
||||
@dirrm lib/conduit/modules/N800Module
|
||||
@dirrm lib/conduit/modules/GoogleModule/gdata/photos
|
||||
@dirrm lib/conduit/modules/GoogleModule/gdata/media
|
||||
@dirrm lib/conduit/modules/GoogleModule/gdata/geo
|
||||
@dirrm lib/conduit/modules/GoogleModule/gdata/exif
|
||||
@dirrm lib/conduit/modules/GoogleModule/gdata/calendar
|
||||
@dirrm lib/conduit/modules/GoogleModule/gdata
|
||||
@dirrm lib/conduit/modules/GoogleModule/atom
|
||||
@dirrm lib/conduit/modules/GoogleModule
|
||||
@dirrm lib/conduit/modules/GmailModule/libgmail
|
||||
@dirrm lib/conduit/modules/GmailModule
|
||||
@dirrm lib/conduit/modules/GConfModule
|
||||
@dirrm lib/conduit/modules/FspotModule
|
||||
@dirrm lib/conduit/modules/FlickrModule/flickrapi
|
||||
@dirrm lib/conduit/modules/FlickrModule
|
||||
@dirrm lib/conduit/modules/FileModule
|
||||
@dirrm lib/conduit/modules/FeedModule
|
||||
@dirrm lib/conduit/modules/FacebookModule/pyfacebook
|
||||
@dirrm lib/conduit/modules/FacebookModule
|
||||
@dirrm lib/conduit/modules/EvolutionModule
|
||||
@dirrm lib/conduit/modules/BoxDotNetModule/BoxDotNetAPI
|
||||
@dirrm lib/conduit/modules/BoxDotNetModule
|
||||
@dirrm lib/conduit/modules/BansheeModule
|
||||
@dirrm lib/conduit/modules/BackpackModule/backpack
|
||||
@dirrm lib/conduit/modules/BackpackModule
|
||||
@dirrm lib/conduit/modules
|
||||
@dirrm lib/conduit
|
||||
|
|
|
@ -3,14 +3,13 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports-stable/deskutils/deskbar-applet/Makefile,v 1.1 2007/11/30 22:05:58 marcus Exp $
|
||||
# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.80 2008/03/11 14:26:12 ahze Exp $
|
||||
#
|
||||
|
||||
PORTNAME= deskbar-applet
|
||||
PORTVERSION= 2.20.3
|
||||
PORTVERSION= 2.22.0.1
|
||||
CATEGORIES= deskutils gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/deskbar-applet-2.20.3.tar.bz2) = f84abfede0bbe5b172b24f581550e4a0
|
||||
SHA256 (gnome2/deskbar-applet-2.20.3.tar.bz2) = 20c4af80682c1a9018f70d33bde4a27dc87c8b5d37ba558c8db4218017414d8c
|
||||
SIZE (gnome2/deskbar-applet-2.20.3.tar.bz2) = 753652
|
||||
MD5 (gnome2/deskbar-applet-2.22.0.1.tar.bz2) = ec335345998e5ca6c71b058904a264e4
|
||||
SHA256 (gnome2/deskbar-applet-2.22.0.1.tar.bz2) = 6f17abbf17dc6206bb6041876a54590bf5180b90664b04d49a2c3111ff509c91
|
||||
SIZE (gnome2/deskbar-applet-2.22.0.1.tar.bz2) = 836470
|
||||
|
|
|
@ -35,6 +35,12 @@ lib/deskbar-applet/modules-2.20-compatible/programs.pyo
|
|||
lib/deskbar-applet/modules-2.20-compatible/recent.py
|
||||
lib/deskbar-applet/modules-2.20-compatible/recent.pyc
|
||||
lib/deskbar-applet/modules-2.20-compatible/recent.pyo
|
||||
lib/deskbar-applet/modules-2.20-compatible/templates.py
|
||||
lib/deskbar-applet/modules-2.20-compatible/templates.pyc
|
||||
lib/deskbar-applet/modules-2.20-compatible/templates.pyo
|
||||
lib/deskbar-applet/modules-2.20-compatible/tomboy.py
|
||||
lib/deskbar-applet/modules-2.20-compatible/tomboy.pyc
|
||||
lib/deskbar-applet/modules-2.20-compatible/tomboy.pyo
|
||||
lib/deskbar-applet/modules-2.20-compatible/web_address.py
|
||||
lib/deskbar-applet/modules-2.20-compatible/web_address.pyc
|
||||
lib/deskbar-applet/modules-2.20-compatible/web_address.pyo
|
||||
|
@ -86,6 +92,11 @@ lib/deskbar-applet/modules-2.20-compatible/yahoo.pyo
|
|||
%%PYTHON_SITELIBDIR%%/deskbar/core/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/core/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/core/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs/__userdirs.la
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs/__userdirs.so
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/core/gnomedesktop/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/core/gnomedesktop/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/core/gnomedesktop/__init__.pyo
|
||||
|
@ -183,21 +194,27 @@ lib/deskbar-applet/modules-2.20-compatible/yahoo.pyo
|
|||
%%PYTHON_SITELIBDIR%%/deskbar/ui/About.py
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/About.pyc
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/About.pyo
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacAlignedView.py
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacAlignedView.pyc
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacAlignedView.pyo
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowController.py
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowController.pyc
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowController.pyo
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowView.py
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowView.pyc
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowView.pyo
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarApplet.py
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarApplet.pyc
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarApplet.pyo
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarTray.py
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarTray.pyc
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarTray.pyo
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacActionsTreeView.py
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacActionsTreeView.pyc
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacActionsTreeView.pyo
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacAlignedWindow.py
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacAlignedWindow.pyc
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacAlignedWindow.pyo
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacEntry.py
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacEntry.pyc
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacEntry.pyo
|
||||
|
@ -216,6 +233,9 @@ lib/deskbar-applet/modules-2.20-compatible/yahoo.pyo
|
|||
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacTreeView.py
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacTreeView.pyc
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacTreeView.pyo
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/LingeringSelectionWindow.py
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/LingeringSelectionWindow.pyc
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/LingeringSelectionWindow.pyo
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/__init__.pyo
|
||||
|
@ -254,6 +274,8 @@ libdata/pkgconfig/deskbar-applet.pc
|
|||
%%DATADIR%%/art/generic.png
|
||||
%%DATADIR%%/art/gpm-suspend-to-disk.png
|
||||
%%DATADIR%%/art/gpm-suspend-to-ram.png
|
||||
%%DATADIR%%/art/note-new.png
|
||||
%%DATADIR%%/art/note.png
|
||||
%%DATADIR%%/art/web-search.png
|
||||
%%DATADIR%%/art/yahoo.png
|
||||
%%DATADIR%%/mozilla-search.glade
|
||||
|
@ -265,6 +287,9 @@ share/gnome/help/deskbar/C/legal.xml
|
|||
share/gnome/help/deskbar/ca/deskbar.xml
|
||||
share/gnome/help/deskbar/ca/figures/deskbar-applet.png
|
||||
share/gnome/help/deskbar/ca/legal.xml
|
||||
share/gnome/help/deskbar/el/deskbar.xml
|
||||
share/gnome/help/deskbar/el/figures/deskbar-applet.png
|
||||
share/gnome/help/deskbar/el/legal.xml
|
||||
share/gnome/help/deskbar/en_GB/deskbar.xml
|
||||
share/gnome/help/deskbar/en_GB/figures/deskbar-applet.png
|
||||
share/gnome/help/deskbar/en_GB/legal.xml
|
||||
|
@ -289,6 +314,7 @@ share/icons/hicolor/32x32/apps/deskbar-applet.png
|
|||
share/icons/hicolor/48x48/apps/deskbar-applet.png
|
||||
share/icons/hicolor/scalable/apps/deskbar-applet.svg
|
||||
share/locale/ar/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/as/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/be/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/be@latin/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/bg/LC_MESSAGES/deskbar-applet.mo
|
||||
|
@ -318,6 +344,7 @@ share/locale/id/LC_MESSAGES/deskbar-applet.mo
|
|||
share/locale/it/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/ja/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/ka/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/kn/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/ko/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/ku/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/lt/LC_MESSAGES/deskbar-applet.mo
|
||||
|
@ -330,6 +357,7 @@ share/locale/mr/LC_MESSAGES/deskbar-applet.mo
|
|||
share/locale/nb/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/ne/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/nl/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/nn/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/oc/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/or/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/pa/LC_MESSAGES/deskbar-applet.mo
|
||||
|
@ -349,14 +377,13 @@ share/locale/ta/LC_MESSAGES/deskbar-applet.mo
|
|||
share/locale/th/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/tr/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/uk/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/uz/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/uz@cyrillic/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/vi/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/deskbar-applet.mo
|
||||
share/omf/deskbar/deskbar-C.omf
|
||||
share/omf/deskbar/deskbar-ca.omf
|
||||
share/omf/deskbar/deskbar-el.omf
|
||||
share/omf/deskbar/deskbar-en_GB.omf
|
||||
share/omf/deskbar/deskbar-es.omf
|
||||
share/omf/deskbar/deskbar-fr.omf
|
||||
|
@ -376,6 +403,8 @@ share/omf/deskbar/deskbar-uk.omf
|
|||
@dirrm share/gnome/help/deskbar/es
|
||||
@dirrm share/gnome/help/deskbar/en_GB/figures
|
||||
@dirrm share/gnome/help/deskbar/en_GB
|
||||
@dirrm share/gnome/help/deskbar/el/figures
|
||||
@dirrm share/gnome/help/deskbar/el
|
||||
@dirrm share/gnome/help/deskbar/ca/figures
|
||||
@dirrm share/gnome/help/deskbar/ca
|
||||
@dirrm share/gnome/help/deskbar/C/figures
|
||||
|
@ -396,14 +425,13 @@ share/omf/deskbar/deskbar-uk.omf
|
|||
@dirrm %%PYTHON_SITELIBDIR%%/deskbar/core/updater
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/deskbar/core/keybinder
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/deskbar/core/gnomedesktop
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/deskbar/core
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/deskbar
|
||||
@dirrm lib/deskbar-applet/modules-2.20-compatible
|
||||
@dirrm lib/deskbar-applet
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES
|
||||
@dirrmtry share/locale/uz@cyrillic
|
||||
@dirrmtry share/locale/si/LC_MESSAGES
|
||||
@dirrmtry share/locale/si
|
||||
@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
|
@ -420,3 +448,5 @@ share/omf/deskbar/deskbar-uk.omf
|
|||
@dirrmtry share/locale/bn_IN
|
||||
@dirrmtry share/locale/be@latin/LC_MESSAGES
|
||||
@dirrmtry share/locale/be@latin
|
||||
@dirrmtry share/locale/as/LC_MESSAGES
|
||||
@dirrmtry share/locale/as
|
||||
|
|
|
@ -3,17 +3,14 @@
|
|||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/deskutils/evolution-jescs/Makefile,v 1.23 2007/09/17 12:31:53 ahze Exp $
|
||||
# $MCom: ports/deskutils/evolution-jescs/Makefile,v 1.29 2008/03/11 18:33:24 mezz Exp $
|
||||
#
|
||||
|
||||
PORTNAME= jescs
|
||||
PORTVERSION= 2.12.0
|
||||
PORTREVISION= 1
|
||||
PORTNAME= evolution-jescs
|
||||
PORTVERSION= 2.22
|
||||
CATEGORIES= deskutils gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
PKGNAMEPREFIX= evolution-
|
||||
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Sun Java Enterprise System Calendar Server provider for Evolution
|
||||
|
@ -30,8 +27,8 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
EVO_VERSION= 2.12
|
||||
PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" VERSION="2.12"
|
||||
EVO_VERSION= 2.22
|
||||
PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" VERSION="2.22"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|libdir/bonobo/servers|prefix/libdata/bonobo/servers|g' \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (evolution-jescs-2.12.0.tar.bz2) = 3b26fb74086a9146648e0e3fda66c209
|
||||
SHA256 (evolution-jescs-2.12.0.tar.bz2) = 6b120a754ec08531ff22158581590df49d5ce58438374403f905ff073764c8ba
|
||||
SIZE (evolution-jescs-2.12.0.tar.bz2) = 529901
|
||||
MD5 (gnome2/evolution-jescs-2.22.tar.bz2) = a0d7c00e83e40f02d12645259ef366dc
|
||||
SHA256 (gnome2/evolution-jescs-2.22.tar.bz2) = 7bb9806b18cb97215e3944303376c9359c1b61eae4b1cad15fc88c5cbf357928
|
||||
SIZE (gnome2/evolution-jescs-2.22.tar.bz2) = 533692
|
||||
|
|
|
@ -3,14 +3,13 @@
|
|||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/deskutils/gucharmap/Makefile,v 1.41 2007/09/18 12:13:31 ahze Exp $
|
||||
# $MCom: ports/deskutils/gucharmap/Makefile,v 1.47 2008/03/09 22:24:55 mezz Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gucharmap
|
||||
PORTVERSION= 1.10.2
|
||||
PORTVERSION= 2.22.0
|
||||
CATEGORIES= deskutils gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -22,7 +21,7 @@ USE_BZIP2= yes
|
|||
USE_GETTEXT= yes
|
||||
USE_XLIB= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils
|
||||
USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils gconf2
|
||||
WANT_GNOME= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_OMF= yes
|
||||
|
@ -31,19 +30,6 @@ INSTALLS_ICONS= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
.undef WITHOUT_GNOME
|
||||
.undef WITHOUT_ALL
|
||||
WITH_GNOME= yes
|
||||
.endif
|
||||
GCONF_SCHEMAS= gucharmap.schemas
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${HAVE_GNOME:Mlibgnomeui}!=""
|
||||
USE_GNOME+= libgnomeui
|
||||
PKGNAMESUFFIX:= -gnome
|
||||
.else
|
||||
CONFIGURE_ARGS= --disable-gnome
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/gucharmap-1.10.2.tar.bz2) = 0a81695c916b2dbae2392f4bcb8c4e22
|
||||
SHA256 (gnome2/gucharmap-1.10.2.tar.bz2) = 586d55f1c61b5daa2237159aa8e7c80a397dcd3c4b7f4fdab4cd6356af808dc6
|
||||
SIZE (gnome2/gucharmap-1.10.2.tar.bz2) = 2514969
|
||||
MD5 (gnome2/gucharmap-2.22.0.tar.bz2) = aff0c556ab360e0d6c63be911260637e
|
||||
SHA256 (gnome2/gucharmap-2.22.0.tar.bz2) = d2e0d4e027f67ef310d3bee3d36ad22d99337723e6e7df862b0e1bd254302008
|
||||
SIZE (gnome2/gucharmap-2.22.0.tar.bz2) = 2624670
|
||||
|
|
|
@ -1,14 +1,19 @@
|
|||
bin/charmap
|
||||
bin/gnome-character-map
|
||||
bin/gucharmap
|
||||
include/gucharmap/gucharmap-block-chapters-model.h
|
||||
include/gucharmap/gucharmap-block-chapters.h
|
||||
include/gucharmap/gucharmap-chapters-model.h
|
||||
include/gucharmap/gucharmap-chapters-view.h
|
||||
include/gucharmap/gucharmap-chapters.h
|
||||
include/gucharmap/gucharmap-charmap.h
|
||||
include/gucharmap/gucharmap-codepoint-list.h
|
||||
include/gucharmap/gucharmap-mini-fontsel.h
|
||||
include/gucharmap/gucharmap-script-chapters-model.h
|
||||
include/gucharmap/gucharmap-script-chapters.h
|
||||
include/gucharmap/gucharmap-script-codepoint-list.h
|
||||
include/gucharmap/gucharmap-search-dialog.h
|
||||
include/gucharmap/gucharmap-settings.h
|
||||
include/gucharmap/gucharmap-table.h
|
||||
include/gucharmap/gucharmap-unicode-info.h
|
||||
include/gucharmap/gucharmap-window.h
|
||||
|
@ -52,6 +57,9 @@ share/gnome/help/gucharmap/ko/gucharmap.xml
|
|||
share/gnome/help/gucharmap/oc/figures/gucharmap_start_window.png
|
||||
share/gnome/help/gucharmap/oc/figures/gucharmap_window.png
|
||||
share/gnome/help/gucharmap/oc/gucharmap.xml
|
||||
share/gnome/help/gucharmap/pt_BR/figures/gucharmap_start_window.png
|
||||
share/gnome/help/gucharmap/pt_BR/figures/gucharmap_window.png
|
||||
share/gnome/help/gucharmap/pt_BR/gucharmap.xml
|
||||
share/gnome/help/gucharmap/ru/figures/gucharmap_start_window.png
|
||||
share/gnome/help/gucharmap/ru/figures/gucharmap_window.png
|
||||
share/gnome/help/gucharmap/ru/gucharmap.xml
|
||||
|
@ -69,6 +77,7 @@ share/locale/am/LC_MESSAGES/gucharmap.mo
|
|||
share/locale/ar/LC_MESSAGES/gucharmap.mo
|
||||
share/locale/az/LC_MESSAGES/gucharmap.mo
|
||||
share/locale/be/LC_MESSAGES/gucharmap.mo
|
||||
share/locale/be@latin/LC_MESSAGES/gucharmap.mo
|
||||
share/locale/bg/LC_MESSAGES/gucharmap.mo
|
||||
share/locale/bn/LC_MESSAGES/gucharmap.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/gucharmap.mo
|
||||
|
@ -92,6 +101,7 @@ share/locale/fr/LC_MESSAGES/gucharmap.mo
|
|||
share/locale/ga/LC_MESSAGES/gucharmap.mo
|
||||
share/locale/gl/LC_MESSAGES/gucharmap.mo
|
||||
share/locale/gu/LC_MESSAGES/gucharmap.mo
|
||||
share/locale/he/LC_MESSAGES/gucharmap.mo
|
||||
share/locale/hi/LC_MESSAGES/gucharmap.mo
|
||||
share/locale/hr/LC_MESSAGES/gucharmap.mo
|
||||
share/locale/hu/LC_MESSAGES/gucharmap.mo
|
||||
|
@ -150,6 +160,7 @@ share/omf/gucharmap/gucharmap-it.omf
|
|||
share/omf/gucharmap/gucharmap-ja.omf
|
||||
share/omf/gucharmap/gucharmap-ko.omf
|
||||
share/omf/gucharmap/gucharmap-oc.omf
|
||||
share/omf/gucharmap/gucharmap-pt_BR.omf
|
||||
share/omf/gucharmap/gucharmap-ru.omf
|
||||
share/omf/gucharmap/gucharmap-sv.omf
|
||||
share/omf/gucharmap/gucharmap-zh_CN.omf
|
||||
|
@ -163,6 +174,8 @@ share/omf/gucharmap/gucharmap-zh_TW.omf
|
|||
@dirrm share/gnome/help/gucharmap/sv
|
||||
@dirrm share/gnome/help/gucharmap/ru/figures
|
||||
@dirrm share/gnome/help/gucharmap/ru
|
||||
@dirrm share/gnome/help/gucharmap/pt_BR/figures
|
||||
@dirrm share/gnome/help/gucharmap/pt_BR
|
||||
@dirrm share/gnome/help/gucharmap/oc/figures
|
||||
@dirrm share/gnome/help/gucharmap/oc
|
||||
@dirrm share/gnome/help/gucharmap/ko/figures
|
||||
|
@ -186,6 +199,7 @@ share/omf/gucharmap/gucharmap-zh_TW.omf
|
|||
@dirrm share/gnome/help/gucharmap/C/figures
|
||||
@dirrm share/gnome/help/gucharmap/C
|
||||
@dirrm share/gnome/help/gucharmap
|
||||
@dirrmtry share/applications
|
||||
@dirrm include/gucharmap
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
|
@ -205,4 +219,5 @@ share/omf/gucharmap/gucharmap-zh_TW.omf
|
|||
@dirrmtry share/locale/dz
|
||||
@dirrmtry share/locale/bn_IN/LC_MESSAGES
|
||||
@dirrmtry share/locale/bn_IN
|
||||
@dirrmtry share/applications
|
||||
@dirrmtry share/locale/be@latin/LC_MESSAGES
|
||||
@dirrmtry share/locale/be@latin
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/deskutils/nautilus-actions/Makefile,v 1.4 2006/10/01 02:12:23 ahze Exp $
|
||||
# $MCom: ports/deskutils/nautilus-actions/Makefile,v 1.7 2008/03/18 14:45:27 ahze Exp $
|
||||
#
|
||||
|
||||
PORTNAME= nautilus-actions
|
||||
PORTVERSION= 1.4
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= ftp://ftp2.grumz.net/grumz/
|
||||
|
||||
|
@ -24,7 +24,7 @@ GNU_CONFIGURE= yes
|
|||
USE_XLIB= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --with-nautilus-extdir=${LOCALBASE}/lib/nautilus/extensions-1.0
|
||||
CONFIGURE_ARGS= --with-nautilus-extdir=${LOCALBASE}/lib/nautilus/extensions-2.0
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (nautilus-actions-1.4.tar.gz) = c3434900718401e13432533eab10e681
|
||||
SHA256 (nautilus-actions-1.4.tar.gz) = 61f05fcf7557eda96c9f275de5fb132858e80c8b7a33b04fbd06caafff4b056b
|
||||
SIZE (nautilus-actions-1.4.tar.gz) = 800222
|
||||
MD5 (nautilus-actions-1.4.1.tar.gz) = 3e4af1af386bc2141dc509999767b207
|
||||
SHA256 (nautilus-actions-1.4.1.tar.gz) = d481748d64b606f6412b8a3b0701070a8989440f28bb370f392f20d6f3a3cd69
|
||||
SIZE (nautilus-actions-1.4.1.tar.gz) = 866736
|
||||
|
|
|
@ -1,20 +1,24 @@
|
|||
bin/nautilus-actions-config
|
||||
bin/nautilus-actions-convert
|
||||
bin/nautilus-actions-new-config
|
||||
lib/nautilus/extensions-1.0/libnautilus-actions.la
|
||||
lib/nautilus/extensions-1.0/libnautilus-actions.so
|
||||
lib/nautilus/extensions-2.0/libnautilus-actions.la
|
||||
lib/nautilus/extensions-2.0/libnautilus-actions.so
|
||||
share/applications/nact.desktop
|
||||
share/icons/hicolor/16x16/apps/nautilus-actions.png
|
||||
share/icons/hicolor/22x22/apps/nautilus-actions.png
|
||||
share/icons/hicolor/32x32/apps/nautilus-actions.png
|
||||
share/icons/hicolor/48x48/apps/nautilus-actions.png
|
||||
share/icons/hicolor/scalable/apps/nautilus-actions.svg
|
||||
share/locale/ar/LC_MESSAGES/nautilus-actions.mo
|
||||
share/locale/bg/LC_MESSAGES/nautilus-actions.mo
|
||||
share/locale/bn/LC_MESSAGES/nautilus-actions.mo
|
||||
share/locale/ca/LC_MESSAGES/nautilus-actions.mo
|
||||
share/locale/cs/LC_MESSAGES/nautilus-actions.mo
|
||||
share/locale/da/LC_MESSAGES/nautilus-actions.mo
|
||||
share/locale/de/LC_MESSAGES/nautilus-actions.mo
|
||||
share/locale/dz/LC_MESSAGES/nautilus-actions.mo
|
||||
share/locale/en_CA/LC_MESSAGES/nautilus-actions.mo
|
||||
share/locale/en_GB/LC_MESSAGES/nautilus-actions.mo
|
||||
share/locale/es/LC_MESSAGES/nautilus-actions.mo
|
||||
share/locale/fi/LC_MESSAGES/nautilus-actions.mo
|
||||
share/locale/fr/LC_MESSAGES/nautilus-actions.mo
|
||||
|
@ -39,3 +43,5 @@ share/nautilus-actions/nact/nautilus-actions-config.glade
|
|||
@dirrm share/nautilus-actions
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/dz/LC_MESSAGES
|
||||
@dirrmtry share/locale/dz
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/deskutils/nautilus-locked-folder/Makefile,v 1.4 2006/07/18 12:22:24 ahze Exp $
|
||||
# $MCom: ports/deskutils/nautilus-locked-folder/Makefile,v 1.7 2008/03/18 15:20:20 ahze Exp $
|
||||
#
|
||||
|
||||
PORTNAME= nautilus-locked-folder
|
||||
PORTVERSION= 1.0.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= deskutils security
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= pav
|
||||
|
@ -23,9 +23,9 @@ PKGCONFIGS= gtk+-2.0 libglade-2.0 libnautilus-extension libgnomeui-2.0
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include `pkg-config --cflags ${PKGCONFIGS}`" \
|
||||
LDFLASG="-L${LOCALBASE}/lib -L${X11BASE}/lib `pkg-config --libs ${PKGCONFIGS}`" \
|
||||
LIBS="-lssl"
|
||||
PLIST_FILES= lib/nautilus/extensions-1.0/libnautilus-locked-folder.a \
|
||||
lib/nautilus/extensions-1.0/libnautilus-locked-folder.la \
|
||||
lib/nautilus/extensions-1.0/libnautilus-locked-folder.so
|
||||
PLIST_FILES= lib/nautilus/extensions-2.0/libnautilus-locked-folder.a \
|
||||
lib/nautilus/extensions-2.0/libnautilus-locked-folder.la \
|
||||
lib/nautilus/extensions-2.0/libnautilus-locked-folder.so
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/share/icons/hicolor/32x32/stock/data/|${LOCALBASE}/share/icons/hicolor/32x32/stock/data/|' \
|
||||
|
|
11
deskutils/nautilus-locked-folder/files/patch-src_Makefile.in
Normal file
11
deskutils/nautilus-locked-folder/files/patch-src_Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/Makefile.in.orig 2008-03-18 11:10:04.000000000 -0400
|
||||
+++ src/Makefile.in 2008-03-18 11:10:10.000000000 -0400
|
||||
@@ -229,7 +229,7 @@
|
||||
|
||||
|
||||
# FIXME: get this from the .pc file
|
||||
-nautilus_extensiondir = $(libdir)/nautilus/extensions-1.0
|
||||
+nautilus_extensiondir = $(libdir)/nautilus/extensions-2.0
|
||||
nautilus_extension_LTLIBRARIES = libnautilus-locked-folder.la
|
||||
libnautilus_locked_folder_la_SOURCES = \
|
||||
encrypt.c decrypt.c lockedfolder-extension.c lockedfolder.h
|
|
@ -3,18 +3,18 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/deskutils/nautilus-open-terminal/Makefile,v 1.9 2007/03/05 13:36:03 ahze Exp $
|
||||
# $MCom: ports/deskutils/nautilus-open-terminal/Makefile,v 1.12 2008/02/28 18:19:56 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= nautilus-open-terminal
|
||||
PORTVERSION= 0.8
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Nautilus extension which allows you to open a terminal
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= nautilus2 gnomeprefix intlhack gnomehack
|
||||
|
@ -23,5 +23,6 @@ USE_LDCONFIG= yes
|
|||
USE_XLIB= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
GCONF_SCHEMAS= nautilus-open-terminal.schemas
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (nautilus-open-terminal-0.8.tar.gz) = 4f335934935e2d53ebb893e7ad2bd9bd
|
||||
SHA256 (nautilus-open-terminal-0.8.tar.gz) = 3650860cacdaa0f2e3f97f7aca2620fd50163d12aca40d2fb48ba7e7581e854d
|
||||
SIZE (nautilus-open-terminal-0.8.tar.gz) = 365879
|
||||
MD5 (nautilus-open-terminal-0.9.tar.bz2) = b2dfbba5357524341157b00ea7a4291a
|
||||
SHA256 (nautilus-open-terminal-0.9.tar.bz2) = c6fbcdf3248ab6a30cc8b9771acf703f2111872ae7ee2bad5a01f31efc4828b0
|
||||
SIZE (nautilus-open-terminal-0.9.tar.bz2) = 273099
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue