Index: Mk/bsd.gecko.mk =================================================================== --- Mk/bsd.gecko.mk (revision 354087) +++ Mk/bsd.gecko.mk (working copy) @@ -99,6 +99,10 @@ USE_PERL5= build USE_XORG= xext xrender xt +.if !defined(NOGECKO_PLIST) +USES+= desktop-file-utils +.endif + NO_STAGE= yes MOZILLA_SUFX?= none @@ -660,8 +664,6 @@ .endfor ${CAT} ${PLISTF} | ${SORT} >> ${PLIST} ${CAT} ${PLISTD} | ${SORT} -r >> ${PLIST} - ${ECHO_CMD} "@exec ${LOCALBASE}/bin/update-desktop-database > /dev/null || ${TRUE}" >> ${PLIST} - ${ECHO_CMD} "@unexec ${LOCALBASE}/bin/update-desktop-database > /dev/null || ${TRUE}" >> ${PLIST} .endif # !defined(NOGECKO_PLIST) do-install: gecko-do-install @@ -697,7 +699,6 @@ ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL; \ fi .endif - @-update-desktop-database .endif .endif Index: Mk/bsd.mate.mk =================================================================== --- Mk/bsd.mate.mk (revision 354087) +++ Mk/bsd.mate.mk (working copy) @@ -42,7 +42,7 @@ # # non-version specific components. Do not use :build/:run on those. -_USE_MATE_ALL= autogen intlhack intltool ltasneededhack lthack ltverhack +_USE_MATE_ALL= autogen intlhack intltool ltverhack # These *hack* tools are the same as in bsd.gnome.mk but are run in # pre-configure because pre-patch is when we run autogen.sh. @@ -57,9 +57,6 @@ SCROLLKEEPER_DIR= /var/db/rarian -lthack_PRE_PATCH= ${FIND} ${WRKSRC} -name "configure" -type f | ${XARGS} ${REINPLACE_CMD} -e \ - '/^LIBTOOL_DEPS="$$ac_aux_dir\/ltmain.sh"$$/s|$$|; $$ac_aux_dir/ltconfig $$LIBTOOL_DEPS;|' - caja_DETECT= ${LOCALBASE}/libdata/pkgconfig/libcaja-extension.pc caja_BUILD_DEPENDS= ${caja_DETECT}:${PORTSDIR}/x11-fm/mate-file-manager caja_LIB_DEPENDS= libcaja-extension.so:${PORTSDIR}/x11-fm/mate-file-manager @@ -188,10 +185,6 @@ /^LIBTOOL=/s|$$(top_builddir)/libtool|${WRKDIR}/mate-libtool|g' \ ${PATCH_WRKSRC}/$$file; \ done; -.else -. if ${USE_MATE:Mltverhack*}!="" || ${USE_MATE:Mltasneededhack}!="" -IGNORE= cannot install: ${PORTNAME} uses the ltverhack and/or ltasneededhack MATE components but does not use libtool -. endif .endif .if ${USE_MATE:Mltverhack\:*:C/^[^:]+:([^:]+).*/\1/}=="" @@ -209,15 +202,6 @@ fi; \ done -ltasneededhack_PATCH_DEPENDS=${LIBTOOL_DEPENDS} -ltasneededhack_PRE_PATCH= if [ -f ${WRKDIR}/mate-libtool ]; then \ - ${REINPLACE_CMD} -e \ - '/^archive_cmds=/s/-shared/-shared -Wl,--as-needed/ ; \ - /^archive_expsym_cmds=/s/-shared/-shared -Wl,--as-needed/' \ - ${WRKDIR}/mate-libtool; \ - fi - - # Comparing between USE_MATE and _USE_MATE_ALL to make sure the component # exists in _USE_MATE_ALL. If it does not exist then give an error about it. #. for component in ${USE_MATE:O:u:C/^([^:]+).*/\1/} @@ -228,7 +212,7 @@ . endif . endfor -. if ${USE_MATE:Mltverhack*}!= "" || ${USE_MATE:Mltasneededhack}!= "" +. if ${USE_MATE:Mltverhack*}!= "" MATE_PRE_PATCH+= ${lthacks_PRE_PATCH} CONFIGURE_ENV+= ${lthacks_CONFIGURE_ENV} . endif Index: Mk/bsd.sanity.mk =================================================================== --- Mk/bsd.sanity.mk (revision 354087) +++ Mk/bsd.sanity.mk (working copy) @@ -55,6 +55,18 @@ DEV_WARNING+= "USE_GNOME=desktopfileutils is deprecated, please use USES=desktop-file-utils" .endif +.if defined(USE_GNOME) && ${USE_GNOME:Mlthack*} +DEV_WARNING+= "USE_GNOME=lthack is deprecated, please use USES=libtool" +.endif + +.if defined(USE_GNOME) && ${USE_GNOME:Mltasneededhack*} +DEV_WARNING+= "USE_GNOME=ltasneededhack is deprecated, please use USES=libtool" +.endif + +.if defined(USE_AUTOTOOLS) && ${USE_AUTOTOOLS:Mlibtool} +DEV_WARNING+= "USE_AUTOTOOLS=libtool is deprecated, please use USES=libtool. If configure regen is needed, please use USE_AUTOTOOLS=libtoolize" +.endif + .if defined(LIB_DEPENDS) && ${LIB_DEPENDS:Nlib*} DEV_WARNING+= "Please use the new format for LIB_DEPENDS, see handbook for details" .endif Index: Mk/bsd.xorg.mk =================================================================== --- Mk/bsd.xorg.mk (revision 354087) +++ Mk/bsd.xorg.mk (working copy) @@ -65,7 +65,7 @@ CFLAGS+= -fno-optimize-sibling-calls . endif CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4' -USES+= libtool +USES+= libtool:keepla . endif . if ${XORG_CAT} == "font" Index: Tools/scripts/psvn =================================================================== --- Tools/scripts/psvn (revision 354087) +++ Tools/scripts/psvn (working copy) @@ -106,13 +106,13 @@ continue fi printf >&2 '=> Adding svn keywords to "%s"\n' "${_file}" - case $(egrep -- '\$FreeBSD\$|\$[BDFSer]+:' "${_file}" >/dev/null || echo $?) in + case $(egrep -- '\$MCom\$|\$[BDFSer]+:' "${_file}" >/dev/null || echo $?) in "") # matched pattern - "${SVN}" -q -- propset svn:keywords "FreeBSD=%H" "${_file}" - "${SVN}" -q -- propdel fbsd:nokeywords "${_file}" + "${SVN}" -q -- propset svn:keywords "MCom=%H" "${_file}" + "${SVN}" -q -- propdel mcom:nokeywords "${_file}" ;; 1) # no match - "${SVN}" -q -- propset fbsd:nokeywords yes "${_file}" + "${SVN}" -q -- propset mcom:nokeywords yes "${_file}" "${SVN}" -q -- propdel svn:keywords "${_file}" ;; *) # egrep failed Index: UPDATING =================================================================== --- UPDATING (revision 354087) +++ UPDATING (working copy) @@ -15,6 +15,25 @@ DEFAULT_VERSIONS=firebird=2.5 20140507: + AFFECTS: users of devel/py-gobject3 and devel/py-dbus + AUTHOR: gnome@FreeBSD.org + + py-gobject3 and py-dbus where split up in a common port (*-common), + python2 port (py-*) and python3 port (py3-*) port. + + For port builds systems please follow the next following instructions: + Please delete the existing version to avoid conflicts. + + # pkg delete -f py27-gobject3 py27-dbus + or + # pkg_delete devel/py-gobject3 devel/py-dbus + + followed by: + # portmaster devel/py-gobject3 devel/py-dbus + or + # portinstall devel/py-gobject3 devel/py-dbus + +20140507: AFFECTS: users of lang/open-cobol AUTHOR: johans@FreeBSD.org Index: accessibility/speech-dispatcher/Makefile =================================================================== --- accessibility/speech-dispatcher/Makefile (revision 354087) +++ accessibility/speech-dispatcher/Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= speech-dispatcher PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= accessibility audio MASTER_SITES= http://devel.freebsoft.org/pub/projects/speechd/ @@ -17,9 +18,9 @@ # gnomehier is required because of share/sounds directory. USE_AUTOTOOLS= libltdl USE_GNOME= glib20 gnomehier intltool -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes @@ -37,8 +38,8 @@ INFO= spd-say speech-dispatcher ssip -OPTIONS_DEFINE= ALSA AO DOCS ESPEAK FESTIVAL FLITE NAS PULSEAUDIO #PYTHON -OPTIONS_DEFAULT=ESPEAK +OPTIONS_DEFINE= ALSA AO DOCS ESPEAK FESTIVAL FLITE NAS PULSEAUDIO PYTHON +OPTIONS_DEFAULT=ESPEAK PYHON OPTIONS_SUB= yes ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib @@ -65,12 +66,9 @@ PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio PULSEAUDIO_CONFIGURE_WITH=pulse -# devel/py-xdg doesn't support Python 3. -CONFIGURE_ARGS+= --disable-python -PLIST_SUB+= PYTHON="@comment " -#PYTHON_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg -#PYTHON_USE= PYTHON=3 -#PYTHON_CONFIGURE_ENABLE=python +PYTHON_RUN_DEPENDS= py${PYTHON3_DEFAULT:S|.||}-xdg>=0:${PORTSDIR}/devel/py3-xdg +PYTHON_USE= PYTHON=3 +PYTHON_CONFIGURE_ENABLE=python post-patch: @${REINPLACE_CMD} -e '/SUBDIRS/ s/tests//' \ @@ -82,5 +80,7 @@ .endfor ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/speech-dispatcher/spd_oss.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libspeechd.so.* .include Index: accessibility/speech-dispatcher/pkg-plist =================================================================== --- accessibility/speech-dispatcher/pkg-plist (revision 354087) +++ accessibility/speech-dispatcher/pkg-plist (working copy) @@ -25,7 +25,8 @@ lib/libspeechd.a lib/libspeechd.la lib/libspeechd.so -lib/libspeechd.so.6 +lib/libspeechd.so.2 +lib/libspeechd.so.2.4.0 %%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/__init__.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/speechd/__init__.pyo Index: audio/jack-keyboard/Makefile =================================================================== --- audio/jack-keyboard/Makefile (revision 354087) +++ audio/jack-keyboard/Makefile (working copy) @@ -18,6 +18,8 @@ USE_GNOME= gtk20 USES= cmake INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= LASH OPTIONS_DEFAULT= LASH Index: audio/libcanberra/Makefile =================================================================== --- audio/libcanberra/Makefile (revision 354087) +++ audio/libcanberra/Makefile (working copy) @@ -1,10 +1,10 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/audio/libcanberra/Makefile,v 1.28 2011/06/11 18:55:56 mezz Exp $ +# $MCom: ports/trunk/audio/libcanberra/Makefile 18692 2013-09-22 00:45:30Z kwm $ PORTNAME= libcanberra PORTVERSION= 0.28 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio devel MASTER_SITES= http://0pointer.de/lennart/projects/libcanberra/ @@ -16,8 +16,8 @@ LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis -USES= gmake pkgconfig -USE_GNOME= gnomeprefix gnomehack gtk20 ltverhack gconf2 +USES= gmake pathfix pkgconfig +USE_GNOME= gnomeprefix gnomehier gtk20 ltverhack gconf2 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool libltdl CONFIGURE_ARGS= --disable-lynx --disable-tdb --disable-alsa Index: audio/libopenspc/Makefile =================================================================== --- audio/libopenspc/Makefile (revision 354087) +++ audio/libopenspc/Makefile (working copy) @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes USES= gmake USE_LDCONFIG= yes -ONLY_FOR_ARCHS= i386 +#ONLY_FOR_ARCHS= i386 PLIST_FILES= include/openspc.h lib/libopenspc.a lib/libopenspc.la \ lib/libopenspc.so lib/libopenspc.so.0 \ Index: audio/pulseaudio/Makefile =================================================================== --- audio/pulseaudio/Makefile (revision 354087) +++ audio/pulseaudio/Makefile (working copy) @@ -1,15 +1,13 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports-stable/audio/pulseaudio/Makefile,v 1.7 2010/06/25 20:35:01 kwm Exp $ +# $MCom: ports/trunk/audio/pulseaudio/Makefile 17268 2013-04-01 05:13:11Z marcus $ # !!!NOTE!!! Any PORTVERSION update to this port must be accompanied by # PORTREVISION bumps to audio/gnome-media, sysutils/gnome-settings-daemon, # and audio/gstreamer-plugins-pulse. -# PORTNAME= pulseaudio -PORTVERSION= 0.9.23 -PORTREVISION= 2 +PORTVERSION= 2.0 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ @@ -24,30 +22,24 @@ libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libck-connector.so:${PORTSDIR}/sysutils/consolekit -USE_GNOME= gnomehack glib20 intltool ltverhack +USE_XZ= yes +USE_GNOME= glib20 intltool ltverhack gnomehier USE_XORG= x11 sm xtst ice USE_LDCONFIG= yes -USES= gettext gmake pkgconfig +USES= gettext gmake pathfix pkgconfig GNU_CONFIGURE= yes USE_AUTOTOOLS= libltdl libtool MAKE_JOBS_UNSAFE=yes -CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" \ - OPENSSL_CFLAGS="-I/usr/include" \ +CONFIGURE_ENV= OPENSSL_CFLAGS="-I/usr/include" \ OPENSSL_LIBS="-lcrypto -lssl" \ LIBS="-lm -lintl" \ - ac_cv_header_linux_input_h= + ac_cv_header_linux_input_h="" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -.if ${CC} == clang -CFLAGS+= -fheinous-gnu-extensions -.endif - CONFIGURE_ARGS= --localstatedir=/var \ - --with-database=gdbm \ + --with-database=simple \ --without-caps \ - --disable-alsa \ --disable-udev \ --disable-gtk2 \ --disable-lirc # untested @@ -61,7 +53,7 @@ PULSE_VERSION= ${PORTVERSION} PLIST_SUB= PULSE_VERSION=${PULSE_VERSION} -.include +.include .if ${PORT_OPTIONS:MJACK} LIB_DEPENDS+= libjack.so:${PORTSDIR}/audio/jack @@ -95,6 +87,25 @@ PLIST_SUB+= GCONF="@comment " .endif +.if ${PORT_OPTIONS:MALSA} +LIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib +PLIST_SUB+= ALSA="" +.else +CONFIGURE_ARGS+=--disable-alsa +PLIST_SUB+= ALSA="@comment " +.endif + +.if ${PORT_OPTIONS:MSIMD} +LIB_DEPENDS+= orc-0.4:${PORTSDIR}/devel/orc +CONFIGURE_ARGS+=--enable-orc +.else +CONFIGURE_ARGS+=--disable-orc +.endif + +.include + +# OSVERSION wasn't bumped after the MFC. So we need to use the next bump. +# Sadly for 7-stable the OSVERSION wasn't bumped after 7.4-R .if ((${OSVERSION} >= 800000) && (${OSVERSION} < 802504)) || \ ((${OSVERSION} >= 900000) && (${OSVERSION} < 900037)) EXTRA_PATCHES+= ${FILESDIR}/extra-src_modules_oss_module-oss.c Index: audio/pulseaudio/distinfo =================================================================== --- audio/pulseaudio/distinfo (revision 354087) +++ audio/pulseaudio/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (pulseaudio-0.9.23.tar.gz) = af3e84c614cb632fd1f57105489fcd5f93f906da1ce5aa9019492212031fba4e -SIZE (pulseaudio-0.9.23.tar.gz) = 2095454 +SHA256 (pulseaudio-2.0.tar.xz) = 28b42edd42f4879a6884af5f0ec11801ac001eb7582881215b36649aa37e2061 +SIZE (pulseaudio-2.0.tar.xz) = 1353708 Index: audio/pulseaudio/files/patch-src_Makefile.in =================================================================== --- audio/pulseaudio/files/patch-src_Makefile.in (revision 354087) +++ audio/pulseaudio/files/patch-src_Makefile.in (working copy) @@ -1,23 +1,11 @@ ---- src/Makefile.in.orig 2010-06-25 21:42:58.000000000 +0200 -+++ src/Makefile.in 2010-06-25 21:52:27.000000000 +0200 -@@ -2914,7 +2914,7 @@ - libpulsecommon_@PA_MAJORMINORMICRO@_la_LDFLAGS = $(AM_LDFLAGS) \ - -avoid-version $(am__append_14) - libpulsecommon_@PA_MAJORMINORMICRO@_la_LIBADD = $(AM_LIBADD) \ -- $(LIBWRAP_LIBS) $(WINSOCK_LIBS) $(LTLIBICONV) \ -+ $(LIBWRAP_LIBS) $(WINSOCK_LIBS) $(LTLIBICONV) -lexecinfo \ - $(LIBSNDFILE_LIBS) $(am__append_16) $(am__append_20) - - ################################### -@@ -7778,9 +7778,8 @@ - +--- src/Makefile.in.orig 2012-06-08 11:09:45.000000000 +0200 ++++ src/Makefile.in 2012-06-08 11:10:00.000000000 +0200 +@@ -8531,7 +8531,7 @@ info-am: --install-data-am: install-alsapathsDATA install-alsaprofilesetsDATA \ -- install-dbuspolicyDATA install-pulseconfDATA \ -- install-pulseincludeHEADERS install-udevrulesDATA \ -+install-data-am: install-dbuspolicyDATA \ -+ install-pulseincludeHEADERS \ - install-xdgautostartDATA + install-data-am: install-dbuspolicyDATA install-dist_alsapathsDATA \ +- install-dist_alsaprofilesetsDATA install-dist_udevrulesDATA \ ++ install-dist_alsaprofilesetsDATA \ + install-padsplibLTLIBRARIES install-pulseconfDATA \ + install-pulseincludeHEADERS install-xdgautostartDATA - install-dvi: install-dvi-am Index: audio/pulseaudio/files/patch-src_daemon_default.pa.in =================================================================== --- audio/pulseaudio/files/patch-src_daemon_default.pa.in (revision 354087) +++ audio/pulseaudio/files/patch-src_daemon_default.pa.in (working copy) @@ -1,17 +1,17 @@ ---- src/daemon/default.pa.in.orig 2009-07-19 14:58:14.000000000 -0400 -+++ src/daemon/default.pa.in 2009-07-19 14:58:41.000000000 -0400 -@@ -22,10 +22,10 @@ - .nofail - - ### Load something into the sample cache +--- src/daemon/default.pa.in.orig 2011-10-21 15:14:14.000000000 +0200 ++++ src/daemon/default.pa.in 2011-10-21 15:15:21.000000000 +0200 +@@ -27,10 +27,10 @@ + load-sample x11-bell %WINDIR%\Media\ding.wav + load-sample-dir-lazy %WINDIR%\Media\*.wav + ], [dnl -#load-sample-lazy x11-bell /usr/share/sounds/gtk-events/activate.wav -#load-sample-lazy pulse-hotplug /usr/share/sounds/startup3.wav -#load-sample-lazy pulse-coldplug /usr/share/sounds/startup3.wav -#load-sample-lazy pulse-access /usr/share/sounds/generic.wav -+#load-sample-lazy x11-bell %%LOCALBASE%%/sounds/gtk-events/activate.wav -+#load-sample-lazy pulse-hotplug %%LOCALBASE%%/sounds/startup3.wav -+#load-sample-lazy pulse-coldplug %%LOCALBASE%%/sounds/startup3.wav -+#load-sample-lazy pulse-access %%LOCALBASE%%/sounds/generic.wav ++#load-sample-lazy x11-bell %%LOCALBASE%%/share/sounds/gtk-events/activate.wav ++#load-sample-lazy pulse-hotplug %%LOCALBASE%%/share/sounds/startup3.wav ++#load-sample-lazy pulse-coldplug %%LOCALBASE%%/share/sounds/startup3.wav ++#load-sample-lazy pulse-access %%LOCALBASE/share/sounds/generic.wav + ])dnl .fail - Index: audio/pulseaudio/files/patch-src_modules_module-detect.c =================================================================== --- audio/pulseaudio/files/patch-src_modules_module-detect.c (revision 354087) +++ audio/pulseaudio/files/patch-src_modules_module-detect.c (working copy) @@ -1,6 +1,16 @@ ---- src/modules/module-detect.c.orig 2009-11-22 22:57:05.000000000 -0500 -+++ src/modules/module-detect.c 2010-06-17 19:20:39.000000000 -0400 -@@ -161,8 +161,7 @@ +--- src/modules/module-detect.c.orig 2010-11-26 01:45:43.000000000 +0100 ++++ src/modules/module-detect.c 2011-03-03 00:35:10.000000000 +0100 +@@ -50,7 +50,9 @@ PA_MODULE_DESCRIPTION("Detect available + PA_MODULE_VERSION(PACKAGE_VERSION); + PA_MODULE_LOAD_ONCE(TRUE); + PA_MODULE_USAGE("just-one="); ++#ifdef __linux__ + PA_MODULE_DEPRECATED("Please use module-udev-detect instead of module-detect!"); ++#endif + + static const char* const valid_modargs[] = { + "just-one", +@@ -161,8 +163,7 @@ static int detect_oss(pa_core *c, int ju continue; } else if (sscanf(line, "pcm%u: ", &device) == 1) { Index: audio/pulseaudio/files/patch-src_tests_rtstutter.c =================================================================== --- audio/pulseaudio/files/patch-src_tests_rtstutter.c (revision 354087) +++ audio/pulseaudio/files/patch-src_tests_rtstutter.c (working copy) @@ -1,27 +1,26 @@ ---- src/tests/rtstutter.c.orig 2009-07-23 15:40:47.000000000 +0200 -+++ src/tests/rtstutter.c 2009-11-24 16:26:36.000000000 +0100 -@@ -31,6 +31,11 @@ - #include +--- src/tests/rtstutter.c.orig 2011-10-20 14:54:17.000000000 +0200 ++++ src/tests/rtstutter.c 2011-10-21 12:52:31.000000000 +0200 +@@ -30,6 +30,11 @@ + + #ifdef HAVE_PTHREAD #include - +#ifdef HAVE_PTHREAD_SETAFFINITY_NP ++#include +#include +#include +#endif -+ - #include - #include + #endif -@@ -44,8 +49,12 @@ + #include +@@ -54,7 +59,11 @@ - static void* work(void *p) { #ifdef HAVE_PTHREAD_SETAFFINITY_NP + { +#ifdef __FreeBSD__ + cpuset_t mask; +#else cpu_set_t mask; - #endif +#endif - struct sched_param param; - pa_log_notice("CPU%i: Created thread.", PA_PTR_TO_UINT(p)); + CPU_ZERO(&mask); + CPU_SET((size_t) PA_PTR_TO_UINT(p), &mask); Index: audio/pulseaudio/pkg-plist =================================================================== --- audio/pulseaudio/pkg-plist (revision 354087) +++ audio/pulseaudio/pkg-plist (working copy) @@ -1,5 +1,4 @@ bin/esdcompat -%%AVAHI%%bin/pabrowse bin/pacat bin/pacmd bin/pactl @@ -11,6 +10,7 @@ bin/pasuspender bin/pax11publish bin/pulseaudio +bin/qpaeq bin/start-pulseaudio-kde bin/start-pulseaudio-x11 etc/dbus-1/system.d/pulseaudio-system.conf @@ -28,7 +28,6 @@ @exec [ -f %B/system.pa ] || cp %B/%f %B/system.pa etc/xdg/autostart/pulseaudio.desktop etc/xdg/autostart/pulseaudio-kde.desktop -%%AVAHI%%include/pulse/browser.h include/pulse/cdecl.h include/pulse/channelmap.h include/pulse/context.h @@ -35,7 +34,9 @@ include/pulse/def.h include/pulse/error.h include/pulse/ext-device-manager.h +include/pulse/ext-device-restore.h include/pulse/ext-stream-restore.h +include/pulse/format.h include/pulse/gccmacro.h include/pulse/glib-mainloop.h include/pulse/introspect.h @@ -58,10 +59,8 @@ include/pulse/version.h include/pulse/volume.h include/pulse/xmalloc.h -%%AVAHI%%lib/libpulse-browse.a -%%AVAHI%%lib/libpulse-browse.la -%%AVAHI%%lib/libpulse-browse.so -%%AVAHI%%lib/libpulse-browse.so.0 +lib/cmake/PulseAudio/PulseAudioConfig.cmake +lib/cmake/PulseAudio/PulseAudioConfigVersion.cmake lib/libpulse-mainloop-glib.a lib/libpulse-mainloop-glib.la lib/libpulse-mainloop-glib.so @@ -74,18 +73,15 @@ lib/libpulse.la lib/libpulse.so lib/libpulse.so.0 -lib/libpulsecommon-%%PULSE_VERSION%%.a -lib/libpulsecommon-%%PULSE_VERSION%%.la -lib/libpulsecommon-%%PULSE_VERSION%%.so lib/libpulsecore-%%PULSE_VERSION%%.a lib/libpulsecore-%%PULSE_VERSION%%.la lib/libpulsecore-%%PULSE_VERSION%%.so -lib/libpulsedsp.a -lib/libpulsedsp.so %%AVAHI%%lib/pulse-%%PULSE_VERSION%%/modules/libavahi-wrap.a %%AVAHI%%lib/pulse-%%PULSE_VERSION%%/modules/libavahi-wrap.so lib/pulse-%%PULSE_VERSION%%/modules/module-device-manager.a lib/pulse-%%PULSE_VERSION%%/modules/module-device-manager.so +%%ALSA%%lib/pulse-%%PULSE_VERSION%%/modules/libalsa-util.a +%%ALSA%%lib/pulse-%%PULSE_VERSION%%/modules/libalsa-util.so lib/pulse-%%PULSE_VERSION%%/modules/libcli.a lib/pulse-%%PULSE_VERSION%%/modules/libcli.so lib/pulse-%%PULSE_VERSION%%/modules/liboss-util.a @@ -104,6 +100,12 @@ lib/pulse-%%PULSE_VERSION%%/modules/libraop.so lib/pulse-%%PULSE_VERSION%%/modules/librtp.a lib/pulse-%%PULSE_VERSION%%/modules/librtp.so +%%ALSA%%lib/pulse-%%PULSE_VERSION%%/modules/module-alsa-card.a +%%ALSA%%lib/pulse-%%PULSE_VERSION%%/modules/module-alsa-card.so +%%ALSA%%lib/pulse-%%PULSE_VERSION%%/modules/module-alsa-sink.a +%%ALSA%%lib/pulse-%%PULSE_VERSION%%/modules/module-alsa-sink.so +%%ALSA%%lib/pulse-%%PULSE_VERSION%%/modules/module-alsa-source.a +%%ALSA%%lib/pulse-%%PULSE_VERSION%%/modules/module-alsa-source.so lib/pulse-%%PULSE_VERSION%%/modules/module-always-sink.a lib/pulse-%%PULSE_VERSION%%/modules/module-always-sink.so lib/pulse-%%PULSE_VERSION%%/modules/module-augment-properties.a @@ -118,10 +120,12 @@ lib/pulse-%%PULSE_VERSION%%/modules/module-cli.so lib/pulse-%%PULSE_VERSION%%/modules/module-combine.a lib/pulse-%%PULSE_VERSION%%/modules/module-combine.so +lib/pulse-%%PULSE_VERSION%%/modules/module-combine-sink.a +lib/pulse-%%PULSE_VERSION%%/modules/module-combine-sink.so lib/pulse-%%PULSE_VERSION%%/modules/module-console-kit.a lib/pulse-%%PULSE_VERSION%%/modules/module-console-kit.so -lib/pulse-%%PULSE_VERSION%%/modules/module-cork-music-on-phone.a -lib/pulse-%%PULSE_VERSION%%/modules/module-cork-music-on-phone.so +lib/pulse-%%PULSE_VERSION%%/modules/module-dbus-protocol.a +lib/pulse-%%PULSE_VERSION%%/modules/module-dbus-protocol.so lib/pulse-%%PULSE_VERSION%%/modules/module-default-device-restore.a lib/pulse-%%PULSE_VERSION%%/modules/module-default-device-restore.so lib/pulse-%%PULSE_VERSION%%/modules/module-detect.a @@ -130,6 +134,8 @@ lib/pulse-%%PULSE_VERSION%%/modules/module-device-restore.so lib/pulse-%%PULSE_VERSION%%/modules/module-echo-cancel.a lib/pulse-%%PULSE_VERSION%%/modules/module-echo-cancel.so +lib/pulse-%%PULSE_VERSION%%/modules/module-equalizer-sink.a +lib/pulse-%%PULSE_VERSION%%/modules/module-equalizer-sink.so lib/pulse-%%PULSE_VERSION%%/modules/module-esound-compat-spawnfd.a lib/pulse-%%PULSE_VERSION%%/modules/module-esound-compat-spawnfd.so lib/pulse-%%PULSE_VERSION%%/modules/module-esound-compat-spawnpid.a @@ -140,6 +146,10 @@ lib/pulse-%%PULSE_VERSION%%/modules/module-esound-protocol-unix.so lib/pulse-%%PULSE_VERSION%%/modules/module-esound-sink.a lib/pulse-%%PULSE_VERSION%%/modules/module-esound-sink.so +lib/pulse-%%PULSE_VERSION%%/modules/module-filter-apply.a +lib/pulse-%%PULSE_VERSION%%/modules/module-filter-apply.so +lib/pulse-%%PULSE_VERSION%%/modules/module-filter-heuristics.a +lib/pulse-%%PULSE_VERSION%%/modules/module-filter-heuristics.so %%GCONF%%lib/pulse-%%PULSE_VERSION%%/modules/module-gconf.a %%GCONF%%lib/pulse-%%PULSE_VERSION%%/modules/module-gconf.so %%HAL%%lib/pulse-%%PULSE_VERSION%%/modules/module-hal-detect.a @@ -150,6 +160,8 @@ lib/pulse-%%PULSE_VERSION%%/modules/module-http-protocol-unix.so lib/pulse-%%PULSE_VERSION%%/modules/module-intended-roles.a lib/pulse-%%PULSE_VERSION%%/modules/module-intended-roles.so +%%JACK%%lib/pulse-%%PULSE_VERSION%%/modules/module-jackdbus-detect.a +%%JACK%%lib/pulse-%%PULSE_VERSION%%/modules/module-jackdbus-detect.so %%JACK%%lib/pulse-%%PULSE_VERSION%%/modules/module-jack-sink.a %%JACK%%lib/pulse-%%PULSE_VERSION%%/modules/module-jack-sink.so %%JACK%%lib/pulse-%%PULSE_VERSION%%/modules/module-jack-source.a @@ -168,6 +180,8 @@ lib/pulse-%%PULSE_VERSION%%/modules/module-native-protocol-unix.so lib/pulse-%%PULSE_VERSION%%/modules/module-null-sink.a lib/pulse-%%PULSE_VERSION%%/modules/module-null-sink.so +lib/pulse-%%PULSE_VERSION%%/modules/module-null-source.a +lib/pulse-%%PULSE_VERSION%%/modules/module-null-source.so lib/pulse-%%PULSE_VERSION%%/modules/module-oss.a lib/pulse-%%PULSE_VERSION%%/modules/module-oss.so lib/pulse-%%PULSE_VERSION%%/modules/module-pipe-sink.a @@ -184,6 +198,8 @@ lib/pulse-%%PULSE_VERSION%%/modules/module-remap-sink.so lib/pulse-%%PULSE_VERSION%%/modules/module-rescue-streams.a lib/pulse-%%PULSE_VERSION%%/modules/module-rescue-streams.so +lib/pulse-%%PULSE_VERSION%%/modules/module-role-cork.a +lib/pulse-%%PULSE_VERSION%%/modules/module-role-cork.so lib/pulse-%%PULSE_VERSION%%/modules/module-rtp-recv.a lib/pulse-%%PULSE_VERSION%%/modules/module-rtp-recv.so lib/pulse-%%PULSE_VERSION%%/modules/module-rtp-send.a @@ -202,10 +218,20 @@ lib/pulse-%%PULSE_VERSION%%/modules/module-stream-restore.so lib/pulse-%%PULSE_VERSION%%/modules/module-suspend-on-idle.a lib/pulse-%%PULSE_VERSION%%/modules/module-suspend-on-idle.so +lib/pulse-%%PULSE_VERSION%%/modules/module-switch-on-connect.a +lib/pulse-%%PULSE_VERSION%%/modules/module-switch-on-connect.so +lib/pulse-%%PULSE_VERSION%%/modules/module-switch-on-port-available.a +lib/pulse-%%PULSE_VERSION%%/modules/module-switch-on-port-available.so lib/pulse-%%PULSE_VERSION%%/modules/module-tunnel-sink.a lib/pulse-%%PULSE_VERSION%%/modules/module-tunnel-sink.so lib/pulse-%%PULSE_VERSION%%/modules/module-tunnel-source.a lib/pulse-%%PULSE_VERSION%%/modules/module-tunnel-source.so +lib/pulse-%%PULSE_VERSION%%/modules/module-virtual-sink.a +lib/pulse-%%PULSE_VERSION%%/modules/module-virtual-sink.so +lib/pulse-%%PULSE_VERSION%%/modules/module-virtual-source.a +lib/pulse-%%PULSE_VERSION%%/modules/module-virtual-source.so +lib/pulse-%%PULSE_VERSION%%/modules/module-virtual-surround-sink.a +lib/pulse-%%PULSE_VERSION%%/modules/module-virtual-surround-sink.so lib/pulse-%%PULSE_VERSION%%/modules/module-volume-restore.a lib/pulse-%%PULSE_VERSION%%/modules/module-volume-restore.so lib/pulse-%%PULSE_VERSION%%/modules/module-x11-bell.a @@ -220,7 +246,12 @@ %%AVAHI%%lib/pulse-%%PULSE_VERSION%%/modules/module-zeroconf-discover.so %%AVAHI%%lib/pulse-%%PULSE_VERSION%%/modules/module-zeroconf-publish.a %%AVAHI%%lib/pulse-%%PULSE_VERSION%%/modules/module-zeroconf-publish.so -%%AVAHI%%libdata/pkgconfig/libpulse-browse.pc +lib/pulseaudio/libpulsecommon-%%PULSE_VERSION%%.a +lib/pulseaudio/libpulsecommon-%%PULSE_VERSION%%.la +lib/pulseaudio/libpulsecommon-%%PULSE_VERSION%%.so +lib/pulseaudio/libpulsedsp.a +lib/pulseaudio/libpulsedsp.la +lib/pulseaudio/libpulsedsp.so libdata/pkgconfig/libpulse-mainloop-glib.pc libdata/pkgconfig/libpulse-simple.pc libdata/pkgconfig/libpulse.pc @@ -249,6 +280,7 @@ share/locale/fi/LC_MESSAGES/pulseaudio.mo share/locale/fr/LC_MESSAGES/pulseaudio.mo share/locale/gu/LC_MESSAGES/pulseaudio.mo +share/locale/he/LC_MESSAGES/pulseaudio.mo share/locale/hi/LC_MESSAGES/pulseaudio.mo share/locale/hu/LC_MESSAGES/pulseaudio.mo share/locale/it/LC_MESSAGES/pulseaudio.mo @@ -262,6 +294,7 @@ share/locale/pl/LC_MESSAGES/pulseaudio.mo share/locale/pt/LC_MESSAGES/pulseaudio.mo share/locale/pt_BR/LC_MESSAGES/pulseaudio.mo +share/locale/ru/LC_MESSAGES/pulseaudio.mo share/locale/sr/LC_MESSAGES/pulseaudio.mo share/locale/sr@latin/LC_MESSAGES/pulseaudio.mo share/locale/sv/LC_MESSAGES/pulseaudio.mo @@ -269,13 +302,21 @@ share/locale/te/LC_MESSAGES/pulseaudio.mo share/locale/uk/LC_MESSAGES/pulseaudio.mo share/locale/zh_CN/LC_MESSAGES/pulseaudio.mo +share/locale/zh_TW/LC_MESSAGES/pulseaudio.mo +share/vala/vapi/libpulse-mainloop-glib.deps +share/vala/vapi/libpulse-mainloop-glib.vapi share/vala/vapi/libpulse.deps share/vala/vapi/libpulse.vapi -share/vala/vapi/libpulse-mainloop-glib.deps -share/vala/vapi/libpulse-mainloop-glib.vapi +%%ALSA%%@dirrm share/pulseaudio/alsa-mixer/profile-sets +%%ALSA%%@dirrm share/pulseaudio/alsa-mixer/paths +%%ALSA%%@dirrm share/pulseaudio/alsa-mixer +%%ALSA%%@dirrm share/pulseaudio %%GCONF%%@dirrm libexec/pulse @dirrm lib/pulse-%%PULSE_VERSION%%/modules @dirrm lib/pulse-%%PULSE_VERSION%% +@dirrm lib/pulseaudio +@dirrmtry lib/cmake/PulseAudio +@dirrmtry lib/cmake @dirrm include/pulse @dirrm etc/pulse @dirrmtry share/locale/sr@latin/LC_MESSAGES Index: devel/Makefile =================================================================== --- devel/Makefile (revision 354087) +++ devel/Makefile (working copy) @@ -960,6 +960,7 @@ SUBDIR += libdasm SUBDIR += libdatrie SUBDIR += libdbusmenu-qt + SUBDIR += libdevq SUBDIR += libdfui SUBDIR += libdict SUBDIR += libdisasm Index: devel/ORBit2/Makefile =================================================================== --- devel/ORBit2/Makefile (revision 354087) +++ devel/ORBit2/Makefile (working copy) @@ -21,6 +21,7 @@ USE_GNOME= libidl referencehack USE_LDCONFIG= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ + --enable-static \ --disable-gtk-doc CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: devel/boehm-gc/Makefile =================================================================== --- devel/boehm-gc/Makefile (revision 354087) +++ devel/boehm-gc/Makefile (working copy) @@ -45,6 +45,11 @@ OPTIONS_DEFINE+=PARALLEL_MARK PARALLEL_MARK_DESC= Parallel-thread marking (faster for SMP) . endif +. if ${GC_VARIANT} == "pthreads" +CONFIGURE_ARGS+=--enable-threads=pthreads --disable-redirect-malloc +OPTIONS_DEFINE+=PARALLEL_MARK +PARALLEL_MARK_DESC= Parallel-thread marking (faster for SMP) +. endif .else CONFIGURE_ARGS+=--disable-threads --disable-redirect-malloc OPTIONS_DEFINE+=DOCS Index: devel/gamin/Makefile =================================================================== --- devel/gamin/Makefile (revision 354087) +++ devel/gamin/Makefile (working copy) @@ -11,14 +11,15 @@ MAINTAINER?= ports@FreeBSD.org COMMENT?= File and directory monitoring system -USES+= gettext gmake pathfix pkgconfig -USE_AUTOTOOLS= libtool +USES+= gettext gmake libtool pathfix pkgconfig USE_GNOME?= glib20 USE_LDCONFIG= yes CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \ + --enable-static \ --without-python LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -DHAVE_LINUX -I${LOCALBASE}/include +INSTALL_TARGET= install-strip CONFLICTS= fam-[0-9]* @@ -62,8 +63,6 @@ @(cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ Makefile ${MAKE_ARGS} tests) -post-install: - @${CAT} ${PKGMESSAGE} .endif .include Index: devel/glib20/Makefile =================================================================== --- devel/glib20/Makefile (revision 354087) +++ devel/glib20/Makefile (working copy) @@ -105,6 +105,7 @@ post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/GConf/gsettings +# @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*so.* .include Index: devel/gnome-vfs/Makefile =================================================================== --- devel/gnome-vfs/Makefile (revision 354087) +++ devel/gnome-vfs/Makefile (working copy) @@ -83,6 +83,8 @@ s|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/libgnomevfs/xdgmime.c \ ${WRKSRC}/libgnomevfs/gnome-vfs-hal-mounts.c + @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/*/Makefile.in @${REINPLACE_CMD} -e 's|-lacl||g ; \ s|inotify_support=yes|inotify_support=no|g' \ ${WRKSRC}/configure Index: devel/goffice010/Makefile =================================================================== --- devel/goffice010/Makefile (revision 354087) +++ devel/goffice010/Makefile (working copy) @@ -3,8 +3,7 @@ # $MCom: ports/trunk/devel/goffice/Makefile 18385 2013-04-22 12:56:25Z kwm $ PORTNAME= goffice -PORTVERSION= 0.10.11 -PORTREVISION= 1 +PORTVERSION= 0.10.15 CATEGORIES= devel gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 010 @@ -15,9 +14,8 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_XZ= yes -USE_GNOME= gnomeprefix gtk30 intlhack libgsf librsvg2 -USES= gettext gmake libtool:keepla pathfix pkgconfig +USE_GNOME= gnomeprefix gtk30 intlhack libgsf librsvg2 libxslt +USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -27,7 +25,7 @@ CONFIGURE_ARGS+=--enable-compile-warnings=no PLIST_SUB= VERSION=${PORTVERSION} SHORT_VER=${SHORT_VER} \ - LIBVERSION=10.0.11 + LIBVERSION=10.0.15 SHORT_VER= 0.10 post-install: Index: devel/goffice010/distinfo =================================================================== --- devel/goffice010/distinfo (revision 354087) +++ devel/goffice010/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (goffice-0.10.11.tar.xz) = 43f419aff4ecdfff8c201e2cac884050e6906dc679e6bbac9c6647c6c706ff24 -SIZE (goffice-0.10.11.tar.xz) = 2228656 +SHA256 (goffice-0.10.15.tar.xz) = 0443fc9456671b36ebe1c9c2c7d283ba67b1eaed3b29cc4e0f4702f0a7893f73 +SIZE (goffice-0.10.15.tar.xz) = 2269456 Index: devel/goffice010/pkg-plist =================================================================== --- devel/goffice010/pkg-plist (revision 354087) +++ devel/goffice010/pkg-plist (working copy) @@ -109,6 +109,7 @@ include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-line-selector.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-locale-sel.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-marker-selector.h +include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-math-editor.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-optionmenu.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-palette.h include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-pattern-selector.h @@ -120,6 +121,7 @@ include/libgoffice-%%SHORT_VER%%/goffice/math/go-complex.h include/libgoffice-%%SHORT_VER%%/goffice/math/go-cspline.h include/libgoffice-%%SHORT_VER%%/goffice/math/go-distribution.h +include/libgoffice-%%SHORT_VER%%/goffice/math/go-dtoa.h include/libgoffice-%%SHORT_VER%%/goffice/math/go-fft.h include/libgoffice-%%SHORT_VER%%/goffice/math/go-math.h include/libgoffice-%%SHORT_VER%%/goffice/math/go-matrix.h @@ -146,6 +148,7 @@ include/libgoffice-%%SHORT_VER%%/goffice/utils/go-line.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-locale.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-marker.h +include/libgoffice-%%SHORT_VER%%/goffice/utils/go-mml-to-itex.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-pango-extras.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-path.h include/libgoffice-%%SHORT_VER%%/goffice/utils/go-pattern.h @@ -360,6 +363,14 @@ share/doc/goffice-%%SHORT_VER%%/right.png share/doc/goffice-%%SHORT_VER%%/style.css share/doc/goffice-%%SHORT_VER%%/up.png +%%DATADIR%%/%%VERSION%%/mmlitex/README +%%DATADIR%%/%%VERSION%%/mmlitex/cmarkup.xsl +%%DATADIR%%/%%VERSION%%/mmlitex/entities.xsl +%%DATADIR%%/%%VERSION%%/mmlitex/glayout.xsl +%%DATADIR%%/%%VERSION%%/mmlitex/mmlitex.xsl +%%DATADIR%%/%%VERSION%%/mmlitex/scripts.xsl +%%DATADIR%%/%%VERSION%%/mmlitex/tables.xsl +%%DATADIR%%/%%VERSION%%/mmlitex/tokens.xsl share/locale/am/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/ar/LC_MESSAGES/goffice-%%VERSION%%.mo share/locale/ast/LC_MESSAGES/goffice-%%VERSION%%.mo @@ -426,6 +437,9 @@ @dirrmtry share/locale/ca@valencia @dirrmtry share/locale/ast/LC_MESSAGES @dirrmtry share/locale/ast +@dirrm %%DATADIR%%/%%VERSION%%/mmlitex +@dirrm %%DATADIR%%/%%VERSION%% +@dirrm %%DATADIR%% @exec /bin/mkdir -p %D/lib/goffice/%%SHORT_VER%%/plugins @dirrm share/doc/goffice-%%SHORT_VER%% @dirrm lib/goffice/%%VERSION%%/plugins/smoothing Index: devel/libdevq/Makefile =================================================================== --- devel/libdevq/Makefile (revision 0) +++ devel/libdevq/Makefile (working copy) @@ -0,0 +1,22 @@ +# Created by: Koop Mast +# $FreeBSD$ + +PORTNAME= libdevq +PORTVERSION= 0.0.2 +CATEGORIES= devel +MASTER_SITES= http://rainbow-runner.nl/freebsd/ + +MAINTAINER= x11@FreeBSD.org +COMMENT= Generic Device Query and Monitor interface + +GNU_CONFIGURE= yes +USES= libtool pathfix tar:xz +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip + +OPTIONS_DEFINE= PROGRAMS +OPTIONS_SUB= yes +PROGRAMS_DESC= Build diagnostic programs +PROGRAMS_CONFIGURE_ENABLE=programs + +.include Property changes on: devel/libdevq/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: devel/libdevq/distinfo =================================================================== --- devel/libdevq/distinfo (revision 0) +++ devel/libdevq/distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (libdevq-0.0.2.tar.xz) = 138ce3a0023ade78b36232343da0f589302db406216e39ea8ffb586ea2417305 +SIZE (libdevq-0.0.2.tar.xz) = 210960 Property changes on: devel/libdevq/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: mcom:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: devel/libdevq/pkg-descr =================================================================== --- devel/libdevq/pkg-descr (revision 0) +++ devel/libdevq/pkg-descr (working copy) @@ -0,0 +1,3 @@ +Generic Device Query and Monitor interface + +WWW: https://github.com/freebsd/libdevq Property changes on: devel/libdevq/pkg-descr ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: mcom:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: devel/libdevq/pkg-plist =================================================================== --- devel/libdevq/pkg-plist (revision 0) +++ devel/libdevq/pkg-plist (working copy) @@ -0,0 +1,7 @@ +%%PROGRAMS%%bin/devq-evwatch +%%PROGRAMS%%bin/devq-lsdri +include/libdevq.h +lib/libdevq.so +lib/libdevq.so.0 +lib/libdevq.so.0.0.0 +libdata/pkgconfig/libdevq-1.0.pc Property changes on: devel/libdevq/pkg-plist ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: mcom:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: devel/libzrtpcpp/Makefile =================================================================== --- devel/libzrtpcpp/Makefile (revision 354087) +++ devel/libzrtpcpp/Makefile (working copy) @@ -16,7 +16,7 @@ USES= cmake iconv gettext pkgconfig USE_OPENSSL= yes -WITH_OPENSSL_PORT=yes +#WITH_OPENSSL_PORT=yes CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON CXXFLAGS+= -I${LOCALBASE}/include -I${OPENSSLINC} Index: devel/py-dbus/Makefile =================================================================== --- devel/py-dbus/Makefile (revision 354087) +++ devel/py-dbus/Makefile (working copy) @@ -1,51 +1,17 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/trunk/devel/py-dbus/Makefile 17268 2013-04-01 05:13:11Z marcus $ +# $MCom: ports-experimental/trunk/devel/py-dbus/Makefile 19557 2014-04-22 07:44:25Z kwm $ -PORTNAME= dbus -PORTVERSION= 1.1.1 -CATEGORIES= devel gnome python -MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ +PORTREVISION= 1 + PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-python-${PORTVERSION} +PKGNAMESUFFIX= -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python bindings for the D-BUS messaging system +COMMENT= Python2 bindings for the D-BUS messaging system -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib +SLAVE_PORT= python2 -USES= gettext pathfix pkgconfig gmake -USE_PYTHON= 2 -USE_AUTOTOOLS= libtool -CPPFLAGS+= -I${PYTHON_INCLUDEDIR} -CONFIGURE_ARGS= --docdir=${DOCSDIR} \ - --disable-api-docs +MASTERDIR= ${.CURDIR}/../../devel/pydbus-common +PLIST= ${.CURDIR}/pkg-plist -DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} - -OPTIONS_DEFINE=HTMLDOCS -HTMLDOCS_DESC= build html documentation - -.include - -.if ${PORT_OPTIONS:MHTMLDOCS} -BUILD_DEPENDS+= rst2html:${PORTSDIR}/textproc/py-docutils -PLIST_SUB+= HTML="" -.else -CONFIGURE_ARGS+=--disable-html-docs -PLIST_SUB+= HTML="@comment " -.endif - -post-patch: -.if ! ${PORT_OPTIONS:MDOCS} - @${REINPLACE_CMD} -e 's|HEADERS install-dist_docDATA|HEADERS|g ; \ - s|PYTHON install-nodist_docDATA|PYTHON|g' \ - ${WRKSRC}/Makefile.in -.endif - -post-install: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} && \ - ${INSTALL_DATA} ${WRKSRC}/examples/*.py ${STAGEDIR}${EXAMPLESDIR} - -.include +.include "${MASTERDIR}/Makefile" Index: devel/py-dbus/pkg-plist =================================================================== --- devel/py-dbus/pkg-plist (revision 354087) +++ devel/py-dbus/pkg-plist (working copy) @@ -1,9 +1,4 @@ -include/dbus-1.0/dbus/dbus-python.h -%%PYTHON_SITELIBDIR%%/_dbus_bindings.a -%%PYTHON_SITELIBDIR%%/_dbus_bindings.la %%PYTHON_SITELIBDIR%%/_dbus_bindings.so -%%PYTHON_SITELIBDIR%%/_dbus_glib_bindings.a -%%PYTHON_SITELIBDIR%%/_dbus_glib_bindings.la %%PYTHON_SITELIBDIR%%/_dbus_glib_bindings.so %%PYTHON_SITELIBDIR%%/dbus/__init__.py %%PYTHON_SITELIBDIR%%/dbus/__init__.pyc @@ -62,26 +57,5 @@ %%PYTHON_SITELIBDIR%%/dbus/types.py %%PYTHON_SITELIBDIR%%/dbus/types.pyc %%PYTHON_SITELIBDIR%%/dbus/types.pyo -libdata/pkgconfig/dbus-python.pc -%%PORTDOCS%%%%DOCSDIR%%/API_CHANGES.txt -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/API_CHANGES.html -%%PORTDOCS%%%%DOCSDIR%%/HACKING.txt -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/HACKING.html -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/NEWS.html -%%PORTDOCS%%%%DOCSDIR%%/PY3PORT.txt -%%PORTDOCS%%%%DOCSDIR%%/README -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/README.html -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/TODO.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial.txt -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/tutorial.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-async-client.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-client.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-service.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-signal-emitter.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-signal-recipient.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/list-system-services.py -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%PYTHON_SITELIBDIR%%/dbus/mainloop @dirrm %%PYTHON_SITELIBDIR%%/dbus Index: devel/py-gobject3/Makefile =================================================================== --- devel/py-gobject3/Makefile (revision 354087) +++ devel/py-gobject3/Makefile (working copy) @@ -1,47 +1,17 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/trunk/devel/py-gobject3/Makefile 17268 2013-04-01 05:13:11Z marcus $ +# $MCom: ports-experimental/trunk/devel/py-gobject3/Makefile 19555 2014-04-20 11:39:57Z kwm $ -PORTNAME= gobject -PORTVERSION= 3.8.1 -CATEGORIES= devel python -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +PORTREVISION= 1 + PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 3 -DISTNAME= pygobject-${PORTVERSION} -DIST_SUBDIR= gnome3 -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python bindings for GObject +COMMENT= Python 2 bindings for GObject -LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING +SLAVE_PORT= python2 -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo -LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo +MASTERDIR= ${.CURDIR}/../../devel/pygobject3-common +PLIST= ${.CURDIR}/pkg-plist -USE_XZ= yes -USES= gmake pathfix pkgconfig -USE_GNOME= glib20 introspection -USE_PYTHON= 2 -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -# this port doesn't work with py-gobject < 2.28.6_2, clungle below -CONFLICTS= py*-gtk-0* py*-gobject-2.*.[0-6] py*-gobject-2.*.[7-9] \ - py*-gobject-2.*.6_1 - -PLIST_SUB= PYTHON_VER="${PYTHON_VER}" ARCH=${ARCH} UNAME_R=${UNAME_R} \ - VERSION=${PORTVERSION} - -.include - -UNAME_R!= ${UNAME} -r - -post-patch: - @${REINPLACE_CMD} -e 's|SUBDIRS = examples gi tests|SUBDIRS = examples gi|g' \ - ${WRKSRC}/Makefile.in - -.include +.include "${MASTERDIR}/Makefile" Index: devel/py-gobject3/distinfo =================================================================== --- devel/py-gobject3/distinfo (revision 354087) +++ devel/py-gobject3/distinfo (working copy) @@ -1,2 +0,0 @@ -SHA256 (gnome3/pygobject-3.8.1.tar.xz) = e85c8ec64238ce88ec1e905497f5a2eaa947a7f4050e338d21ec510d8a50eacb -SIZE (gnome3/pygobject-3.8.1.tar.xz) = 652864 Index: devel/py-gobject3/pkg-descr =================================================================== --- devel/py-gobject3/pkg-descr (revision 354087) +++ devel/py-gobject3/pkg-descr (working copy) @@ -1,4 +0,0 @@ -PyGObject provides a convenient wrapper for the GObject+ library for use -in Python programs, and takes care of many of the boring details such as -managing memory and type casting. When combined with PyGTK, PyORBit and -gnome-python, it can be used to write full featured Gnome applications. Index: devel/py-gobject3/pkg-plist =================================================================== --- devel/py-gobject3/pkg-plist (revision 354087) +++ devel/py-gobject3/pkg-plist (working copy) @@ -1,7 +1,6 @@ -include/pygobject-3.0/pygobject.h -lib/libpyglib-gi-2.0-python%%PYTHON_VER%%.la -lib/libpyglib-gi-2.0-python%%PYTHON_VER%%.so -lib/libpyglib-gi-2.0-python%%PYTHON_VER%%.so.0 +lib/libpyglib-gi-2.0-%%PYTHON_VERSION%%.la +lib/libpyglib-gi-2.0-%%PYTHON_VERSION%%.so +lib/libpyglib-gi-2.0-%%PYTHON_VERSION%%.so.0 %%PYTHON_SITELIBDIR%%/gi/__init__.py %%PYTHON_SITELIBDIR%%/gi/__init__.pyc %%PYTHON_SITELIBDIR%%/gi/__init__.pyo @@ -73,7 +72,7 @@ %%PYTHON_SITELIBDIR%%/gi/types.py %%PYTHON_SITELIBDIR%%/gi/types.pyc %%PYTHON_SITELIBDIR%%/gi/types.pyo -%%PYTHON_SITELIBDIR%%/pygobject-%%VERSION%%-pypython%%PYTHON_VER%%-freebsd-%%UNAME_R%%-%%ARCH%%.egg-info +%%PYTHON_SITELIBDIR%%/pygobject-%%VERSION%%-py%%PYTHON_VERSION%%-freebsd-%%UNAME_R%%-%%ARCH%%.egg-info %%PYTHON_SITELIBDIR%%/pygtkcompat/__init__.py %%PYTHON_SITELIBDIR%%/pygtkcompat/__init__.pyc %%PYTHON_SITELIBDIR%%/pygtkcompat/__init__.pyo @@ -83,7 +82,6 @@ %%PYTHON_SITELIBDIR%%/pygtkcompat/pygtkcompat.py %%PYTHON_SITELIBDIR%%/pygtkcompat/pygtkcompat.pyc %%PYTHON_SITELIBDIR%%/pygtkcompat/pygtkcompat.pyo -libdata/pkgconfig/pygobject-3.0.pc @dirrm %%PYTHON_SITELIBDIR%%/pygtkcompat @dirrm %%PYTHON_SITELIBDIR%%/gi/repository @dirrm %%PYTHON_SITELIBDIR%%/gi/overrides @@ -90,4 +88,3 @@ @dirrm %%PYTHON_SITELIBDIR%%/gi/_gobject @dirrm %%PYTHON_SITELIBDIR%%/gi/_glib @dirrm %%PYTHON_SITELIBDIR%%/gi -@dirrmtry include/pygobject-3.0 Index: devel/py3-dbus/Makefile =================================================================== --- devel/py3-dbus/Makefile (revision 352996) +++ devel/py3-dbus/Makefile (working copy) @@ -1,51 +1,17 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/trunk/devel/py-dbus/Makefile 17268 2013-04-01 05:13:11Z marcus $ +# $MCom: ports-experimental/trunk/devel/py3-dbus/Makefile 19541 2014-04-16 10:23:02Z gusi $ -PORTNAME= dbus -PORTVERSION= 1.1.1 -CATEGORIES= devel gnome python -MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ +PORTREVISION= 0 + PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-python-${PORTVERSION} +PKGNAMESUFFIX= -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python bindings for the D-BUS messaging system +COMMENT= Python3 bindings for the D-BUS messaging system -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib +SLAVE_PORT= python3 -USES= gettext pathfix pkgconfig gmake -USE_PYTHON= 2 -USE_AUTOTOOLS= libtool -CPPFLAGS+= -I${PYTHON_INCLUDEDIR} -CONFIGURE_ARGS= --docdir=${DOCSDIR} \ - --disable-api-docs +MASTERDIR= ${.CURDIR}/../../devel/pydbus-common +PLIST= ${.CURDIR}/pkg-plist -DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} - -OPTIONS_DEFINE=HTMLDOCS -HTMLDOCS_DESC= build html documentation - -.include - -.if ${PORT_OPTIONS:MHTMLDOCS} -BUILD_DEPENDS+= rst2html:${PORTSDIR}/textproc/py-docutils -PLIST_SUB+= HTML="" -.else -CONFIGURE_ARGS+=--disable-html-docs -PLIST_SUB+= HTML="@comment " -.endif - -post-patch: -.if ! ${PORT_OPTIONS:MDOCS} - @${REINPLACE_CMD} -e 's|HEADERS install-dist_docDATA|HEADERS|g ; \ - s|PYTHON install-nodist_docDATA|PYTHON|g' \ - ${WRKSRC}/Makefile.in -.endif - -post-install: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} && \ - ${INSTALL_DATA} ${WRKSRC}/examples/*.py ${STAGEDIR}${EXAMPLESDIR} - -.include +.include "${MASTERDIR}/Makefile" Index: devel/py3-dbus/pkg-plist =================================================================== --- devel/py3-dbus/pkg-plist (revision 352996) +++ devel/py3-dbus/pkg-plist (working copy) @@ -1,9 +1,4 @@ -include/dbus-1.0/dbus/dbus-python.h -%%PYTHON_SITELIBDIR%%/_dbus_bindings.a -%%PYTHON_SITELIBDIR%%/_dbus_bindings.la %%PYTHON_SITELIBDIR%%/_dbus_bindings.so -%%PYTHON_SITELIBDIR%%/_dbus_glib_bindings.a -%%PYTHON_SITELIBDIR%%/_dbus_glib_bindings.la %%PYTHON_SITELIBDIR%%/_dbus_glib_bindings.so %%PYTHON_SITELIBDIR%%/dbus/__init__.py %%PYTHON_SITELIBDIR%%/dbus/__init__.pyc @@ -38,18 +33,9 @@ %%PYTHON_SITELIBDIR%%/dbus/glib.py %%PYTHON_SITELIBDIR%%/dbus/glib.pyc %%PYTHON_SITELIBDIR%%/dbus/glib.pyo -%%PYTHON_SITELIBDIR%%/dbus/gobject_service.py -%%PYTHON_SITELIBDIR%%/dbus/gobject_service.pyc -%%PYTHON_SITELIBDIR%%/dbus/gobject_service.pyo %%PYTHON_SITELIBDIR%%/dbus/lowlevel.py %%PYTHON_SITELIBDIR%%/dbus/lowlevel.pyc %%PYTHON_SITELIBDIR%%/dbus/lowlevel.pyo -%%PYTHON_SITELIBDIR%%/dbus/mainloop/__init__.py -%%PYTHON_SITELIBDIR%%/dbus/mainloop/__init__.pyc -%%PYTHON_SITELIBDIR%%/dbus/mainloop/__init__.pyo -%%PYTHON_SITELIBDIR%%/dbus/mainloop/glib.py -%%PYTHON_SITELIBDIR%%/dbus/mainloop/glib.pyc -%%PYTHON_SITELIBDIR%%/dbus/mainloop/glib.pyo %%PYTHON_SITELIBDIR%%/dbus/proxies.py %%PYTHON_SITELIBDIR%%/dbus/proxies.pyc %%PYTHON_SITELIBDIR%%/dbus/proxies.pyo @@ -62,26 +48,11 @@ %%PYTHON_SITELIBDIR%%/dbus/types.py %%PYTHON_SITELIBDIR%%/dbus/types.pyc %%PYTHON_SITELIBDIR%%/dbus/types.pyo -libdata/pkgconfig/dbus-python.pc -%%PORTDOCS%%%%DOCSDIR%%/API_CHANGES.txt -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/API_CHANGES.html -%%PORTDOCS%%%%DOCSDIR%%/HACKING.txt -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/HACKING.html -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/NEWS.html -%%PORTDOCS%%%%DOCSDIR%%/PY3PORT.txt -%%PORTDOCS%%%%DOCSDIR%%/README -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/README.html -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/TODO.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial.txt -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/tutorial.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-async-client.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-client.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-service.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-signal-emitter.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-signal-recipient.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/list-system-services.py -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PYTHON_SITELIBDIR%%/dbus/mainloop/__init__.py +%%PYTHON_SITELIBDIR%%/dbus/mainloop/__init__.pyc +%%PYTHON_SITELIBDIR%%/dbus/mainloop/__init__.pyo +%%PYTHON_SITELIBDIR%%/dbus/mainloop/glib.py +%%PYTHON_SITELIBDIR%%/dbus/mainloop/glib.pyc +%%PYTHON_SITELIBDIR%%/dbus/mainloop/glib.pyo @dirrm %%PYTHON_SITELIBDIR%%/dbus/mainloop @dirrm %%PYTHON_SITELIBDIR%%/dbus Index: devel/py3-gobject3/Makefile =================================================================== --- devel/py3-gobject3/Makefile (revision 352996) +++ devel/py3-gobject3/Makefile (working copy) @@ -1,47 +1,17 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/trunk/devel/py-gobject3/Makefile 17268 2013-04-01 05:13:11Z marcus $ +# $MCom: ports-experimental/trunk/devel/py3-gobject3/Makefile 19555 2014-04-20 11:39:57Z kwm $ -PORTNAME= gobject -PORTVERSION= 3.8.1 -CATEGORIES= devel python -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +PORTREVISION= 0 + PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 3 -DISTNAME= pygobject-${PORTVERSION} -DIST_SUBDIR= gnome3 -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python bindings for GObject +COMMENT= Python 3 bindings for GObject -LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING +SLAVE_PORT= python3 -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo -LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo +MASTERDIR= ${.CURDIR}/../../devel/pygobject3-common +PLIST= ${.CURDIR}/pkg-plist -USE_XZ= yes -USES= gmake pathfix pkgconfig -USE_GNOME= glib20 introspection -USE_PYTHON= 2 -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -# this port doesn't work with py-gobject < 2.28.6_2, clungle below -CONFLICTS= py*-gtk-0* py*-gobject-2.*.[0-6] py*-gobject-2.*.[7-9] \ - py*-gobject-2.*.6_1 - -PLIST_SUB= PYTHON_VER="${PYTHON_VER}" ARCH=${ARCH} UNAME_R=${UNAME_R} \ - VERSION=${PORTVERSION} - -.include - -UNAME_R!= ${UNAME} -r - -post-patch: - @${REINPLACE_CMD} -e 's|SUBDIRS = examples gi tests|SUBDIRS = examples gi|g' \ - ${WRKSRC}/Makefile.in - -.include +.include "${MASTERDIR}/Makefile" Index: devel/py3-gobject3/pkg-plist =================================================================== --- devel/py3-gobject3/pkg-plist (revision 352996) +++ devel/py3-gobject3/pkg-plist (working copy) @@ -1,7 +1,6 @@ -include/pygobject-3.0/pygobject.h -lib/libpyglib-gi-2.0-python%%PYTHON_VER%%.la -lib/libpyglib-gi-2.0-python%%PYTHON_VER%%.so -lib/libpyglib-gi-2.0-python%%PYTHON_VER%%.so.0 +lib/libpyglib-gi-2.0-%%PYTHON_VERSION%%.la +lib/libpyglib-gi-2.0-%%PYTHON_VERSION%%.so +lib/libpyglib-gi-2.0-%%PYTHON_VERSION%%.so.0 %%PYTHON_SITELIBDIR%%/gi/__init__.py %%PYTHON_SITELIBDIR%%/gi/__init__.pyc %%PYTHON_SITELIBDIR%%/gi/__init__.pyo @@ -73,7 +72,7 @@ %%PYTHON_SITELIBDIR%%/gi/types.py %%PYTHON_SITELIBDIR%%/gi/types.pyc %%PYTHON_SITELIBDIR%%/gi/types.pyo -%%PYTHON_SITELIBDIR%%/pygobject-%%VERSION%%-pypython%%PYTHON_VER%%-freebsd-%%UNAME_R%%-%%ARCH%%.egg-info +%%PYTHON_SITELIBDIR%%/pygobject-%%VERSION%%-py%%PYTHON_VERSION%%-freebsd-%%UNAME_R%%-%%ARCH%%.egg-info %%PYTHON_SITELIBDIR%%/pygtkcompat/__init__.py %%PYTHON_SITELIBDIR%%/pygtkcompat/__init__.pyc %%PYTHON_SITELIBDIR%%/pygtkcompat/__init__.pyo @@ -83,7 +82,6 @@ %%PYTHON_SITELIBDIR%%/pygtkcompat/pygtkcompat.py %%PYTHON_SITELIBDIR%%/pygtkcompat/pygtkcompat.pyc %%PYTHON_SITELIBDIR%%/pygtkcompat/pygtkcompat.pyo -libdata/pkgconfig/pygobject-3.0.pc @dirrm %%PYTHON_SITELIBDIR%%/pygtkcompat @dirrm %%PYTHON_SITELIBDIR%%/gi/repository @dirrm %%PYTHON_SITELIBDIR%%/gi/overrides @@ -90,4 +88,3 @@ @dirrm %%PYTHON_SITELIBDIR%%/gi/_gobject @dirrm %%PYTHON_SITELIBDIR%%/gi/_glib @dirrm %%PYTHON_SITELIBDIR%%/gi -@dirrmtry include/pygobject-3.0 Index: devel/py3-xdg/Makefile =================================================================== --- devel/py3-xdg/Makefile (revision 347043) +++ devel/py3-xdg/Makefile (working copy) @@ -10,11 +10,11 @@ DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -COMMENT= Python 2 library to access freedesktop.org standards +COMMENT= Python 3 library to access freedesktop.org standards LICENSE= LGPL20 -USE_PYTHON= 2 +USE_PYTHON= 3 USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST= yes Index: devel/pydbus-common/Makefile =================================================================== --- devel/pydbus-common/Makefile (revision 352996) +++ devel/pydbus-common/Makefile (working copy) @@ -1,42 +1,44 @@ -# Created by: Joe Marcus Clarke +# Created by: Gustau Perez i Querol # $FreeBSD$ -# $MCom: ports/trunk/devel/py-dbus/Makefile 17268 2013-04-01 05:13:11Z marcus $ +# $MCom: ports-experimental/trunk/devel/pydbus-common/Makefile 19541 2014-04-16 10:23:02Z gusi $ PORTNAME= dbus PORTVERSION= 1.1.1 +PORTREVISION= 4 CATEGORIES= devel gnome python MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-python-${PORTVERSION} +PKGNAMEPREFIX?= py +PKGNAMESUFFIX?= -common +DISTNAME= dbus-python-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -COMMENT= Python bindings for the D-BUS messaging system +COMMENT?= Common files for the Python bindings for the D-BUS messaging system -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib +BUILD_DEPENDS= dbus-glib>=0:${PORTSDIR}/devel/dbus-glib -USES= gettext pathfix pkgconfig gmake -USE_PYTHON= 2 -USE_AUTOTOOLS= libtool +SLAVE_PORT?= no + +USES= gettext gmake libtool pathfix pkgconfig +GNU_CONFIGURE= yes CPPFLAGS+= -I${PYTHON_INCLUDEDIR} CONFIGURE_ARGS= --docdir=${DOCSDIR} \ --disable-api-docs +INSTALL_TARGET= install-strip +.if ${SLAVE_PORT} == no +USE_PYTHON_BUILD= 2 + DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} -OPTIONS_DEFINE=HTMLDOCS +OPTIONS_SUB= yes +OPTIONS_DEFINE= HTMLDOCS HTMLDOCS_DESC= build html documentation +HTMLDOCS_CONFIGURE_OFF= --disable-html-docs +HTMLDOCS_BUILD_DEPENDS= rst2html:${PORTSDIR}/textproc/py-docutils .include -.if ${PORT_OPTIONS:MHTMLDOCS} -BUILD_DEPENDS+= rst2html:${PORTSDIR}/textproc/py-docutils -PLIST_SUB+= HTML="" -.else -CONFIGURE_ARGS+=--disable-html-docs -PLIST_SUB+= HTML="@comment " -.endif - post-patch: .if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e 's|HEADERS install-dist_docDATA|HEADERS|g ; \ @@ -44,8 +46,40 @@ ${WRKSRC}/Makefile.in .endif -post-install: +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/include/dbus-1.0/dbus/ + ${INSTALL_DATA} ${WRKSRC}/include/dbus-python.h \ + ${STAGEDIR}${PREFIX}/include/dbus-1.0/dbus/dbus-python.h + ${INSTALL_DATA} ${WRKSRC}/dbus-python.pc \ + ${STAGEDIR}${PREFIX}/libdata/pkgconfig/dbus-python.pc + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} && \ ${INSTALL_DATA} ${WRKSRC}/examples/*.py ${STAGEDIR}${EXAMPLESDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} && \ + ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${STAGEDIR}${DOCSDIR} && \ + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} && \ + ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} + +.if ${PORT_OPTIONS:MHTMLDOCS} + ${INSTALL_DATA} ${WRKSRC}/*.html ${STAGEDIR}${DOCSDIR} && \ + ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR} +.endif +.else # slave is defined +LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib +RUN_DEPENDS+= pydbus-common>=0:${PORTSDIR}/devel/pydbus-common +USE_LDCONFIG= yes +.if ${SLAVE_PORT} == python2 +USE_PYTHON= 2 +.endif +.if ${SLAVE_PORT} == python3 +USE_PYTHON= 3 +.endif + +post-install: + @${RM} -rf ${STAGEDIR}${PREFIX}/include/dbus-1.0 \ + ${STAGEDIR}${PREFIX}/libdata/pkgconfig/dbus-python.pc + @${RM} -fr ${STAGEDIR}/${DOCSDIR} +.endif # end of slaving block + .include Index: devel/pydbus-common/pkg-plist =================================================================== --- devel/pydbus-common/pkg-plist (revision 352996) +++ devel/pydbus-common/pkg-plist (working copy) @@ -1,80 +1,17 @@ include/dbus-1.0/dbus/dbus-python.h -%%PYTHON_SITELIBDIR%%/_dbus_bindings.a -%%PYTHON_SITELIBDIR%%/_dbus_bindings.la -%%PYTHON_SITELIBDIR%%/_dbus_bindings.so -%%PYTHON_SITELIBDIR%%/_dbus_glib_bindings.a -%%PYTHON_SITELIBDIR%%/_dbus_glib_bindings.la -%%PYTHON_SITELIBDIR%%/_dbus_glib_bindings.so -%%PYTHON_SITELIBDIR%%/dbus/__init__.py -%%PYTHON_SITELIBDIR%%/dbus/__init__.pyc -%%PYTHON_SITELIBDIR%%/dbus/__init__.pyo -%%PYTHON_SITELIBDIR%%/dbus/_compat.py -%%PYTHON_SITELIBDIR%%/dbus/_compat.pyc -%%PYTHON_SITELIBDIR%%/dbus/_compat.pyo -%%PYTHON_SITELIBDIR%%/dbus/_dbus.py -%%PYTHON_SITELIBDIR%%/dbus/_dbus.pyc -%%PYTHON_SITELIBDIR%%/dbus/_dbus.pyo -%%PYTHON_SITELIBDIR%%/dbus/_expat_introspect_parser.py -%%PYTHON_SITELIBDIR%%/dbus/_expat_introspect_parser.pyc -%%PYTHON_SITELIBDIR%%/dbus/_expat_introspect_parser.pyo -%%PYTHON_SITELIBDIR%%/dbus/_version.py -%%PYTHON_SITELIBDIR%%/dbus/_version.pyc -%%PYTHON_SITELIBDIR%%/dbus/_version.pyo -%%PYTHON_SITELIBDIR%%/dbus/bus.py -%%PYTHON_SITELIBDIR%%/dbus/bus.pyc -%%PYTHON_SITELIBDIR%%/dbus/bus.pyo -%%PYTHON_SITELIBDIR%%/dbus/connection.py -%%PYTHON_SITELIBDIR%%/dbus/connection.pyc -%%PYTHON_SITELIBDIR%%/dbus/connection.pyo -%%PYTHON_SITELIBDIR%%/dbus/decorators.py -%%PYTHON_SITELIBDIR%%/dbus/decorators.pyc -%%PYTHON_SITELIBDIR%%/dbus/decorators.pyo -%%PYTHON_SITELIBDIR%%/dbus/exceptions.py -%%PYTHON_SITELIBDIR%%/dbus/exceptions.pyc -%%PYTHON_SITELIBDIR%%/dbus/exceptions.pyo -%%PYTHON_SITELIBDIR%%/dbus/gi_service.py -%%PYTHON_SITELIBDIR%%/dbus/gi_service.pyc -%%PYTHON_SITELIBDIR%%/dbus/gi_service.pyo -%%PYTHON_SITELIBDIR%%/dbus/glib.py -%%PYTHON_SITELIBDIR%%/dbus/glib.pyc -%%PYTHON_SITELIBDIR%%/dbus/glib.pyo -%%PYTHON_SITELIBDIR%%/dbus/gobject_service.py -%%PYTHON_SITELIBDIR%%/dbus/gobject_service.pyc -%%PYTHON_SITELIBDIR%%/dbus/gobject_service.pyo -%%PYTHON_SITELIBDIR%%/dbus/lowlevel.py -%%PYTHON_SITELIBDIR%%/dbus/lowlevel.pyc -%%PYTHON_SITELIBDIR%%/dbus/lowlevel.pyo -%%PYTHON_SITELIBDIR%%/dbus/mainloop/__init__.py -%%PYTHON_SITELIBDIR%%/dbus/mainloop/__init__.pyc -%%PYTHON_SITELIBDIR%%/dbus/mainloop/__init__.pyo -%%PYTHON_SITELIBDIR%%/dbus/mainloop/glib.py -%%PYTHON_SITELIBDIR%%/dbus/mainloop/glib.pyc -%%PYTHON_SITELIBDIR%%/dbus/mainloop/glib.pyo -%%PYTHON_SITELIBDIR%%/dbus/proxies.py -%%PYTHON_SITELIBDIR%%/dbus/proxies.pyc -%%PYTHON_SITELIBDIR%%/dbus/proxies.pyo -%%PYTHON_SITELIBDIR%%/dbus/server.py -%%PYTHON_SITELIBDIR%%/dbus/server.pyc -%%PYTHON_SITELIBDIR%%/dbus/server.pyo -%%PYTHON_SITELIBDIR%%/dbus/service.py -%%PYTHON_SITELIBDIR%%/dbus/service.pyc -%%PYTHON_SITELIBDIR%%/dbus/service.pyo -%%PYTHON_SITELIBDIR%%/dbus/types.py -%%PYTHON_SITELIBDIR%%/dbus/types.pyc -%%PYTHON_SITELIBDIR%%/dbus/types.pyo libdata/pkgconfig/dbus-python.pc %%PORTDOCS%%%%DOCSDIR%%/API_CHANGES.txt -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/API_CHANGES.html +%%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/API_CHANGES.html %%PORTDOCS%%%%DOCSDIR%%/HACKING.txt -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/HACKING.html +%%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/HACKING.html %%PORTDOCS%%%%DOCSDIR%%/NEWS -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/NEWS.html +%%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/NEWS.html %%PORTDOCS%%%%DOCSDIR%%/PY3PORT.txt +%%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/PY3PORT.html %%PORTDOCS%%%%DOCSDIR%%/README -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/README.html -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/TODO.html +%%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/README.html %%PORTDOCS%%%%DOCSDIR%%/tutorial.txt -%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/tutorial.html +%%HTMLDOCS%%%%PORTDOCS%%%%DOCSDIR%%/tutorial.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-async-client.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-client.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-service.py @@ -83,5 +20,5 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/list-system-services.py %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%PYTHON_SITELIBDIR%%/dbus/mainloop -@dirrm %%PYTHON_SITELIBDIR%%/dbus +@dirrmtry include/dbus-1.0/dbus +@dirrmtry include/dbus-1.0 Index: devel/pygobject3-common/Makefile =================================================================== --- devel/pygobject3-common/Makefile (revision 352996) +++ devel/pygobject3-common/Makefile (working copy) @@ -1,47 +1,73 @@ -# Created by: Joe Marcus Clarke +# Created by: Gustau Perez i Querol # $FreeBSD$ -# $MCom: ports/trunk/devel/py-gobject3/Makefile 17268 2013-04-01 05:13:11Z marcus $ +# $MCom: ports-experimental/trunk/devel/pygobject3-common/Makefile 19555 2014-04-20 11:39:57Z kwm $ PORTNAME= gobject PORTVERSION= 3.8.1 +PORTREVISION?= 0 CATEGORIES= devel python MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 3 +PKGNAMEPREFIX?= py +PKGNAMESUFFIX?= 3-common DISTNAME= pygobject-${PORTVERSION} DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org -COMMENT= Python bindings for GObject +COMMENT= Common files for the Python bindings for GObject LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo -LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo +SLAVE_PORT?= no -USE_XZ= yes -USES= gmake pathfix pkgconfig -USE_GNOME= glib20 introspection -USE_PYTHON= 2 +USES= gmake pathfix pkgconfig tar:xz GNU_CONFIGURE= yes -USE_LDCONFIG= yes +INSTALL_TARGET= install-strip # this port doesn't work with py-gobject < 2.28.6_2, clungle below CONFLICTS= py*-gtk-0* py*-gobject-2.*.[0-6] py*-gobject-2.*.[7-9] \ py*-gobject-2.*.6_1 -PLIST_SUB= PYTHON_VER="${PYTHON_VER}" ARCH=${ARCH} UNAME_R=${UNAME_R} \ - VERSION=${PORTVERSION} +PLIST_SUB= ARCH=${ARCH} UNAME_R=${UNAME_R} VERSION=${PORTVERSION} +.if ${SLAVE_PORT} == no +BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo +USE_PYTHON_BUILD= 2 +USE_GNOME+= glib20:build introspection:build +NO_BUILD= yes + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/include/pygobject-3.0/ + ${INSTALL_DATA} ${WRKSRC}/gi/_gobject/pygobject.h \ + ${STAGEDIR}${PREFIX}/include/pygobject-3.0/pygobject.h + ${INSTALL_DATA} ${WRKSRC}/pygobject-3.0.pc \ + ${STAGEDIR}${PREFIX}/libdata/pkgconfig/pygobject-3.0.pc +.else +USE_GNOME+= glib20 introspection +LIB_DEPENDS+= libffi.so:${PORTSDIR}/devel/libffi +RUN_DEPENDS+= pygobject3-common>=0:${PORTSDIR}/devel/pygobject3-common + +.if ${SLAVE_PORT} == python2 +USE_PYTHON= 2 +BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo +RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo +.endif + +.if ${SLAVE_PORT} == python3 +USE_PYTHON= 3 +BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/py3cairo.pc:${PORTSDIR}/graphics/py3-cairo +RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/py3cairo.pc:${PORTSDIR}/graphics/py3-cairo +.endif + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/gi/*.so + @${RM} -rf ${STAGEDIR}${PREFIX}/include/pygobject-3.0 \ + ${STAGEDIR}${PREFIX}/libdata/pkgconfig/pygobject-3.0.pc +.endif + .include UNAME_R!= ${UNAME} -r -post-patch: - @${REINPLACE_CMD} -e 's|SUBDIRS = examples gi tests|SUBDIRS = examples gi|g' \ - ${WRKSRC}/Makefile.in - .include Index: devel/pygobject3-common/pkg-plist =================================================================== --- devel/pygobject3-common/pkg-plist (revision 352996) +++ devel/pygobject3-common/pkg-plist (working copy) @@ -1,93 +1,3 @@ include/pygobject-3.0/pygobject.h -lib/libpyglib-gi-2.0-python%%PYTHON_VER%%.la -lib/libpyglib-gi-2.0-python%%PYTHON_VER%%.so -lib/libpyglib-gi-2.0-python%%PYTHON_VER%%.so.0 -%%PYTHON_SITELIBDIR%%/gi/__init__.py -%%PYTHON_SITELIBDIR%%/gi/__init__.pyc -%%PYTHON_SITELIBDIR%%/gi/__init__.pyo -%%PYTHON_SITELIBDIR%%/gi/_gi.la -%%PYTHON_SITELIBDIR%%/gi/_gi.so -%%PYTHON_SITELIBDIR%%/gi/_gi_cairo.la -%%PYTHON_SITELIBDIR%%/gi/_gi_cairo.so -%%PYTHON_SITELIBDIR%%/gi/_glib/__init__.py -%%PYTHON_SITELIBDIR%%/gi/_glib/__init__.pyc -%%PYTHON_SITELIBDIR%%/gi/_glib/__init__.pyo -%%PYTHON_SITELIBDIR%%/gi/_glib/_glib.la -%%PYTHON_SITELIBDIR%%/gi/_glib/_glib.so -%%PYTHON_SITELIBDIR%%/gi/_glib/option.py -%%PYTHON_SITELIBDIR%%/gi/_glib/option.pyc -%%PYTHON_SITELIBDIR%%/gi/_glib/option.pyo -%%PYTHON_SITELIBDIR%%/gi/_gobject/__init__.py -%%PYTHON_SITELIBDIR%%/gi/_gobject/__init__.pyc -%%PYTHON_SITELIBDIR%%/gi/_gobject/__init__.pyo -%%PYTHON_SITELIBDIR%%/gi/_gobject/_gobject.la -%%PYTHON_SITELIBDIR%%/gi/_gobject/_gobject.so -%%PYTHON_SITELIBDIR%%/gi/_gobject/constants.py -%%PYTHON_SITELIBDIR%%/gi/_gobject/constants.pyc -%%PYTHON_SITELIBDIR%%/gi/_gobject/constants.pyo -%%PYTHON_SITELIBDIR%%/gi/_gobject/propertyhelper.py -%%PYTHON_SITELIBDIR%%/gi/_gobject/propertyhelper.pyc -%%PYTHON_SITELIBDIR%%/gi/_gobject/propertyhelper.pyo -%%PYTHON_SITELIBDIR%%/gi/_gobject/signalhelper.py -%%PYTHON_SITELIBDIR%%/gi/_gobject/signalhelper.pyc -%%PYTHON_SITELIBDIR%%/gi/_gobject/signalhelper.pyo -%%PYTHON_SITELIBDIR%%/gi/importer.py -%%PYTHON_SITELIBDIR%%/gi/importer.pyc -%%PYTHON_SITELIBDIR%%/gi/importer.pyo -%%PYTHON_SITELIBDIR%%/gi/module.py -%%PYTHON_SITELIBDIR%%/gi/module.pyc -%%PYTHON_SITELIBDIR%%/gi/module.pyo -%%PYTHON_SITELIBDIR%%/gi/overrides/GIMarshallingTests.py -%%PYTHON_SITELIBDIR%%/gi/overrides/GIMarshallingTests.pyc -%%PYTHON_SITELIBDIR%%/gi/overrides/GIMarshallingTests.pyo -%%PYTHON_SITELIBDIR%%/gi/overrides/GLib.py -%%PYTHON_SITELIBDIR%%/gi/overrides/GLib.pyc -%%PYTHON_SITELIBDIR%%/gi/overrides/GLib.pyo -%%PYTHON_SITELIBDIR%%/gi/overrides/GObject.py -%%PYTHON_SITELIBDIR%%/gi/overrides/GObject.pyc -%%PYTHON_SITELIBDIR%%/gi/overrides/GObject.pyo -%%PYTHON_SITELIBDIR%%/gi/overrides/Gdk.py -%%PYTHON_SITELIBDIR%%/gi/overrides/Gdk.pyc -%%PYTHON_SITELIBDIR%%/gi/overrides/Gdk.pyo -%%PYTHON_SITELIBDIR%%/gi/overrides/Gio.py -%%PYTHON_SITELIBDIR%%/gi/overrides/Gio.pyc -%%PYTHON_SITELIBDIR%%/gi/overrides/Gio.pyo -%%PYTHON_SITELIBDIR%%/gi/overrides/Gtk.py -%%PYTHON_SITELIBDIR%%/gi/overrides/Gtk.pyc -%%PYTHON_SITELIBDIR%%/gi/overrides/Gtk.pyo -%%PYTHON_SITELIBDIR%%/gi/overrides/Pango.py -%%PYTHON_SITELIBDIR%%/gi/overrides/Pango.pyc -%%PYTHON_SITELIBDIR%%/gi/overrides/Pango.pyo -%%PYTHON_SITELIBDIR%%/gi/overrides/__init__.py -%%PYTHON_SITELIBDIR%%/gi/overrides/__init__.pyc -%%PYTHON_SITELIBDIR%%/gi/overrides/__init__.pyo -%%PYTHON_SITELIBDIR%%/gi/overrides/keysyms.py -%%PYTHON_SITELIBDIR%%/gi/overrides/keysyms.pyc -%%PYTHON_SITELIBDIR%%/gi/overrides/keysyms.pyo -%%PYTHON_SITELIBDIR%%/gi/pygtkcompat.py -%%PYTHON_SITELIBDIR%%/gi/pygtkcompat.pyc -%%PYTHON_SITELIBDIR%%/gi/pygtkcompat.pyo -%%PYTHON_SITELIBDIR%%/gi/repository/__init__.py -%%PYTHON_SITELIBDIR%%/gi/repository/__init__.pyc -%%PYTHON_SITELIBDIR%%/gi/repository/__init__.pyo -%%PYTHON_SITELIBDIR%%/gi/types.py -%%PYTHON_SITELIBDIR%%/gi/types.pyc -%%PYTHON_SITELIBDIR%%/gi/types.pyo -%%PYTHON_SITELIBDIR%%/pygobject-%%VERSION%%-pypython%%PYTHON_VER%%-freebsd-%%UNAME_R%%-%%ARCH%%.egg-info -%%PYTHON_SITELIBDIR%%/pygtkcompat/__init__.py -%%PYTHON_SITELIBDIR%%/pygtkcompat/__init__.pyc -%%PYTHON_SITELIBDIR%%/pygtkcompat/__init__.pyo -%%PYTHON_SITELIBDIR%%/pygtkcompat/generictreemodel.py -%%PYTHON_SITELIBDIR%%/pygtkcompat/generictreemodel.pyc -%%PYTHON_SITELIBDIR%%/pygtkcompat/generictreemodel.pyo -%%PYTHON_SITELIBDIR%%/pygtkcompat/pygtkcompat.py -%%PYTHON_SITELIBDIR%%/pygtkcompat/pygtkcompat.pyc -%%PYTHON_SITELIBDIR%%/pygtkcompat/pygtkcompat.pyo libdata/pkgconfig/pygobject-3.0.pc -@dirrm %%PYTHON_SITELIBDIR%%/pygtkcompat -@dirrm %%PYTHON_SITELIBDIR%%/gi/repository -@dirrm %%PYTHON_SITELIBDIR%%/gi/overrides -@dirrm %%PYTHON_SITELIBDIR%%/gi/_gobject -@dirrm %%PYTHON_SITELIBDIR%%/gi/_glib -@dirrm %%PYTHON_SITELIBDIR%%/gi -@dirrmtry include/pygobject-3.0 +@dirrm include/pygobject-3.0 Index: editors/abiword/Makefile =================================================================== --- editors/abiword/Makefile (revision 354087) +++ editors/abiword/Makefile (working copy) @@ -3,11 +3,10 @@ # $MCom: ports/editors/abiword/Makefile,v 1.13 2009/11/10 13:56:18 kwm Exp $ PORTNAME= abiword -PORTVERSION= 2.8.6 +PORTVERSION= 3.0.0 PORTREVISION= 2 CATEGORIES= editors -MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ -MASTER_SITE_SUBDIR= abiword +MASTER_SITES= http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/source/ DIST_SUBDIR= AbiWord MAINTAINER= gnome@FreeBSD.org @@ -20,7 +19,7 @@ libjpeg.so:${PORTSDIR}/graphics/jpeg \ libfribidi.so:${PORTSDIR}/converters/fribidi \ libpsiconv.so:${PORTSDIR}/converters/psiconv \ - libgoffice-0.8.so:${PORTSDIR}/devel/goffice + libgoffice-0.10.so:${PORTSDIR}/devel/goffice010 RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSerif.ttf:${PORTSDIR}/x11-fonts/dejavu LICENSE= GPLv2 @@ -32,13 +31,15 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --without-gnomevfs --enable-plugins="${ABIWORD_PLUGINS}" \ + --with-gio --with-goffice \ enable_dynamic="yes" enable_static="no" \ - --disable-collab-backend-telepathy \ - --enable-collab-backend-sugar + +# --disable-collab-backend-telepathy \ +# --enable-collab-backend-sugar USE_LDCONFIG= yes INSTALLS_ICONS= yes -ABIVERSION= 2.8 +ABIVERSION= 3.0 PLIST_SUB+= ABIVERSION=${ABIVERSION} OPTIONS_DEFINE= DEBUG SPELLCHECK CLIPART TEMPLATES MATHVIEW \ @@ -68,6 +69,15 @@ clarisworks pdb urldict openwriter mswrite gimp \ passepartout collab eml +#rsvg s5 hrtext pdf goffice openxml +# babelfish iscii passepartout psion hancom t602 +# mswrite paint garble collab mathview opendocument +# pdb docbook clarisworks gda ots wikipedia wml +# command opml wmf loadbindings epub latex eml bmp wpg +# applix aiksaurus wordperfect gdict mht openwriter +# mif urldict presentation sdw freetranslation xslfo +# kword gimp google grammar + # opendocument enabled by default, rsvg plugin isn't needed on unix. # Plugins we don't support: # gda @@ -74,6 +84,24 @@ .include +_CCVERSION!= ${CC} --version +#COMPILER_VERSION= ${_CCVERSION:M[0-9].[0-9]*:C/([0-9]).([0-9]).*/\1\2/g} + +.if ${_CCVERSION:Mclang} +#COMPILER_TYPE= clang +.else +USE_GCC= 4.7+ +#COMPILER_TYPE= gcc +.endif + +CXXFLAGS+=-std=gnu++11 +LDFLAGS+=-std=gnu++11 + +# needs champlain 0.12 +CONFIGURE_ARGS+= --without-champlain + +CONFIGURE_ARGS+=--without-evolution-data-server + .if ${PORT_OPTIONS:MMATHVIEW} LIB_DEPENDS+= libmathview.so:${PORTSDIR}/x11-toolkits/gtkmathview ABIWORD_PLUGINS:= ${ABIWORD_PLUGINS} mathview @@ -128,31 +156,31 @@ #BROKEN= Please enable the COLLAB option, the COLXMPP option need it. #.endif -.if ${PORT_OPTIONS:MCOLXMPP} -CONFIGURE_ARGS+=--enable-collab-backend-xmpp -LIB_DEPENDS+= libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth -.else -CONFIGURE_ARGS+=--disable-collab-backend-xmpp -.endif +#.if ${PORT_OPTIONS:MCOLXMPP} +#CONFIGURE_ARGS+=--enable-collab-backend-xmpp +#LIB_DEPENDS+= libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth +#.else +#CONFIGURE_ARGS+=--disable-collab-backend-xmpp +#.endif .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+= --enable-debug --enable-symbols .endif -.if ${PORT_OPTIONS:MCOLLAB} -CONFIGURE_ARGS+=--with-boost --enable-collab-backend-tcp \ - --enable-collab-backend-service -BUILD_DEPENDS+= ${LOCALBASE}/include/asio.hpp:${PORTSDIR}/net/asio -LIB_DEPENDS+= libboost_system.so:${PORTSDIR}/devel/boost-libs \ - libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ - libgnutls.so:${PORTSDIR}/security/gnutls -RUN_DEPENDS+= ${LOCALBASE}/include/asio.hpp:${PORTSDIR}/net/asio -PLIST_SUB+= COLLAB="" -.else +#.if ${PORT_OPTIONS:MCOLLAB} +#CONFIGURE_ARGS+=--with-boost --enable-collab-backend-tcp \ +# --enable-collab-backend-service +#BUILD_DEPENDS+= ${LOCALBASE}/include/asio.hpp:${PORTSDIR}/net/asio +#LIB_DEPENDS+= libboost_system.so:${PORTSDIR}/devel/boost-libs \ +# libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ +# libgnutls.so:${PORTSDIR}/security/gnutls +#RUN_DEPENDS+= ${LOCALBASE}/include/asio.hpp:${PORTSDIR}/net/asio +#PLIST_SUB+= COLLAB="" +#.else CONFIGURE_ARGS+=--without-boost --disable-collab-backend-tcp \ --disable-collab-backend-service -PLIST_SUB+= COLLAB="@comment " -.endif +#PLIST_SUB+= COLLAB="@comment " +#.endif .if ${PORT_OPTIONS:MSPELLCHECK} LIB_DEPENDS+= libenchant.so:${PORTSDIR}/textproc/enchant @@ -185,4 +213,8 @@ ${WRKSRC}/src/af/util/xp/ut_go_file.h @${REINPLACE_CMD} -e 's|" == "|" = "|g' ${WRKSRC}/configure +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libabiword-3.0.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/abiword-3.0/plugins/*.so + .include Index: editors/abiword/distinfo =================================================================== --- editors/abiword/distinfo (revision 354087) +++ editors/abiword/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (AbiWord/abiword-2.8.6.tar.gz) = d99089a63a6cfc1a6a4a026be9278028d47d224088d24b1853acb67e95683a15 -SIZE (AbiWord/abiword-2.8.6.tar.gz) = 9218827 +SHA256 (AbiWord/abiword-3.0.0.tar.gz) = d17e318c00ff4eb353e0e7994b098b1d4f9ddd8712ac0261a0e38b89081fac01 +SIZE (AbiWord/abiword-3.0.0.tar.gz) = 10956892 Index: editors/abiword/files/patch-Makefile.in =================================================================== --- editors/abiword/files/patch-Makefile.in (revision 354087) +++ editors/abiword/files/patch-Makefile.in (working copy) @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2009-10-28 18:39:23.000000000 +0100 -+++ Makefile.in 2009-10-28 18:39:42.000000000 +0100 -@@ -418,7 +418,7 @@ DIST_SUBDIRS = goffice-bits src plugins - @WITH_GOFFICE_BUILTIN_TRUE@SUBDIRS = goffice-bits src plugins user - @EMBEDDED_HILDON_FALSE@@TOOLKIT_GTK_TRUE@desktopdir = $(datadir)/applications - @EMBEDDED_HILDON_FALSE@@TOOLKIT_GTK_TRUE@desktop_DATA = abiword.desktop --@TOOLKIT_GTK_TRUE@mimedir = @ABIWORD_DATADIR@/mime-info -+@TOOLKIT_GTK_TRUE@mimedir = $(datadir)/mime-info - @TOOLKIT_GTK_TRUE@mime_DATA = abiword.keys - @TOOLKIT_GTK_TRUE@pkgconfigdir = $(prefix)/libdata/pkgconfig - @TOOLKIT_GTK_TRUE@pkgconfig_DATA = abiword-$(ABIWORD_SERIES).pc +--- Makefile.in.orig 2013-10-23 00:43:45.000000000 +0200 ++++ Makefile.in 2013-10-23 00:44:43.000000000 +0200 +@@ -555,7 +555,7 @@ + @WITH_GOFFICE_BUILTIN_FALSE@SUBDIRS = src plugins po user + @EMBEDDED_HILDON_FALSE@@TOOLKIT_GTK_ALL_TRUE@desktopdir = $(datadir)/applications + @EMBEDDED_HILDON_FALSE@@TOOLKIT_GTK_ALL_TRUE@desktop_DATA = abiword.desktop +-@TOOLKIT_GTK_ALL_TRUE@mimedir = @ABIWORD_DATADIR@/mime-info ++@TOOLKIT_GTK_ALL_TRUE@mimedir = share/mime-info + @TOOLKIT_GTK_ALL_TRUE@mime_DATA = abiword.keys + @TOOLKIT_GTK_ALL_TRUE@pkgconfigdir = $(prefix)/libdata/pkgconfig + @TOOLKIT_GTK_ALL_TRUE@pkgconfig_DATA = abiword-$(ABIWORD_SERIES).pc Index: editors/abiword/pkg-plist =================================================================== --- editors/abiword/pkg-plist (revision 354087) +++ editors/abiword/pkg-plist (working copy) @@ -12,8 +12,10 @@ lib/abiword-%%ABIVERSION%%/plugins/bmp.so lib/abiword-%%ABIVERSION%%/plugins/clarisworks.la lib/abiword-%%ABIVERSION%%/plugins/clarisworks.so -%%COLLAB%%lib/abiword-%%ABIVERSION%%/plugins/collab.la -%%COLLAB%%lib/abiword-%%ABIVERSION%%/plugins/collab.so +@comment %%COLLAB%% +lib/abiword-%%ABIVERSION%%/plugins/collab.la +@comment %%COLLAB%% +lib/abiword-%%ABIVERSION%%/plugins/collab.so lib/abiword-%%ABIVERSION%%/plugins/command.la lib/abiword-%%ABIVERSION%%/plugins/command.so lib/abiword-%%ABIVERSION%%/plugins/docbook.la @@ -129,67 +131,13 @@ %%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/tux_bordelais.png %%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/weather.png %%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/write.png -share/abiword-%%ABIVERSION%%/system.profile-ro -share/abiword-%%ABIVERSION%%/system.profile-ro-RO -%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/A4.awt -%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Business-Letter.awt -%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Business-Report.awt -%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Employee-Directory.awt -%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Fax-Coversheet.awt -%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Friendly-Letter.awt -%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Memo.awt -%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Press-Release.awt -%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Resume.awt -%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Two-Columns.awt -%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/US-Letter.awt -share/abiword-%%ABIVERSION%%/templates/normal.awt-ro -share/abiword-%%ABIVERSION%%/templates/normal.awt-ro_RO -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Annotation.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Break.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationAccounts.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationAddAccount.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationAddBuddy.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationJoin.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationShare.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Field.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_FormatFootnotes.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_FormatFrame.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_FormatTOC.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_FormatTable.xml -%%COLLAB%%share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_GenericInput.xml -%%COLLAB%%share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_GenericProgress.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Goto.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_HdrFtr.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_InsertTable.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Insert_DateTime.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Latex.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_MailMerge.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_MetaData.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_New.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Options.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Options_ColorSel.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_PageNumbers.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_PageSetup.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Replace.xml -%%DICT%%share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Spell.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Styles.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Stylist.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Stylist_modal.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Tab.xml -share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_WordCount.xml -%%OTS%%share/abiword-%%ABIVERSION%%/ui/ots.xml -share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_DocComparison.xml -share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_Encoding.xml -share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_History.xml -share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_Image.xml -share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_Language.xml -share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_ListDocuments.xml -share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_Password.xml -share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_PluginManager.xml -share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_WindowMore.xml -share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_Zoom.xml +share/abiword-%%ABIVERSION%%/omml_xslt/mml2omml.xsl +share/abiword-%%ABIVERSION%%/omml_xslt/omml2mml.xsl share/abiword-%%ABIVERSION%%/readme.abw share/abiword-%%ABIVERSION%%/readme.txt +share/abiword-%%ABIVERSION%%/strings/ach.strings +share/abiword-%%ABIVERSION%%/strings/af-ZA.strings +share/abiword-%%ABIVERSION%%/strings/ak.strings share/abiword-%%ABIVERSION%%/strings/am-ET.strings share/abiword-%%ABIVERSION%%/strings/ar.strings share/abiword-%%ABIVERSION%%/strings/ast-ES.strings @@ -196,9 +144,14 @@ share/abiword-%%ABIVERSION%%/strings/ayc-BO.strings share/abiword-%%ABIVERSION%%/strings/aym-BO.strings share/abiword-%%ABIVERSION%%/strings/be-BY.strings +share/abiword-%%ABIVERSION%%/strings/be@latin.strings share/abiword-%%ABIVERSION%%/strings/bg-BG.strings +share/abiword-%%ABIVERSION%%/strings/bm.strings +share/abiword-%%ABIVERSION%%/strings/bn.strings share/abiword-%%ABIVERSION%%/strings/br-FR.strings +share/abiword-%%ABIVERSION%%/strings/bs.strings share/abiword-%%ABIVERSION%%/strings/ca-ES.strings +share/abiword-%%ABIVERSION%%/strings/cgg.strings share/abiword-%%ABIVERSION%%/strings/cs-CZ.strings share/abiword-%%ABIVERSION%%/strings/cy-GB.strings share/abiword-%%ABIVERSION%%/strings/da-DK.strings @@ -214,11 +167,15 @@ share/abiword-%%ABIVERSION%%/strings/es-MX.strings share/abiword-%%ABIVERSION%%/strings/et.strings share/abiword-%%ABIVERSION%%/strings/eu-ES.strings +share/abiword-%%ABIVERSION%%/strings/fa-AF.strings +share/abiword-%%ABIVERSION%%/strings/ff.strings share/abiword-%%ABIVERSION%%/strings/fi-FI.strings +share/abiword-%%ABIVERSION%%/strings/fil.strings share/abiword-%%ABIVERSION%%/strings/fr-FR.strings share/abiword-%%ABIVERSION%%/strings/ga-IE.strings share/abiword-%%ABIVERSION%%/strings/gl.strings share/abiword-%%ABIVERSION%%/strings/he-IL.strings +share/abiword-%%ABIVERSION%%/strings/hi.strings share/abiword-%%ABIVERSION%%/strings/hr-HR.strings share/abiword-%%ABIVERSION%%/strings/hu-HU.strings share/abiword-%%ABIVERSION%%/strings/id-ID.strings @@ -225,13 +182,16 @@ share/abiword-%%ABIVERSION%%/strings/it-IT.strings share/abiword-%%ABIVERSION%%/strings/ja-JP.strings share/abiword-%%ABIVERSION%%/strings/jbo.strings +share/abiword-%%ABIVERSION%%/strings/kk-KZ.strings +share/abiword-%%ABIVERSION%%/strings/km.strings share/abiword-%%ABIVERSION%%/strings/ko.strings share/abiword-%%ABIVERSION%%/strings/ku.strings +share/abiword-%%ABIVERSION%%/strings/lg.strings share/abiword-%%ABIVERSION%%/strings/lt-LT.strings share/abiword-%%ABIVERSION%%/strings/lv-LV.strings share/abiword-%%ABIVERSION%%/strings/mg-MG.strings -share/abiword-%%ABIVERSION%%/strings/mh-MH.strings share/abiword-%%ABIVERSION%%/strings/mk-MK.strings +share/abiword-%%ABIVERSION%%/strings/mnk-SN.strings share/abiword-%%ABIVERSION%%/strings/ms-MY.strings share/abiword-%%ABIVERSION%%/strings/nb-NO.strings share/abiword-%%ABIVERSION%%/strings/ne-NP.strings @@ -238,22 +198,27 @@ share/abiword-%%ABIVERSION%%/strings/nl-NL.strings share/abiword-%%ABIVERSION%%/strings/nn-NO.strings share/abiword-%%ABIVERSION%%/strings/pl-PL.strings +share/abiword-%%ABIVERSION%%/strings/ps.strings share/abiword-%%ABIVERSION%%/strings/pt-BR.strings share/abiword-%%ABIVERSION%%/strings/pt-PT.strings share/abiword-%%ABIVERSION%%/strings/quh-BO.strings share/abiword-%%ABIVERSION%%/strings/qul-BO.strings +share/abiword-%%ABIVERSION%%/strings/quz.strings share/abiword-%%ABIVERSION%%/strings/ro-RO.strings share/abiword-%%ABIVERSION%%/strings/ru-RU.strings share/abiword-%%ABIVERSION%%/strings/sc-IT.strings share/abiword-%%ABIVERSION%%/strings/sk-SK.strings share/abiword-%%ABIVERSION%%/strings/sl-SI.strings +share/abiword-%%ABIVERSION%%/strings/son.strings share/abiword-%%ABIVERSION%%/strings/sq-AL.strings share/abiword-%%ABIVERSION%%/strings/sr.strings +share/abiword-%%ABIVERSION%%/strings/sr@latin.strings share/abiword-%%ABIVERSION%%/strings/sv-SE.strings +share/abiword-%%ABIVERSION%%/strings/sw.strings share/abiword-%%ABIVERSION%%/strings/ta-IN.strings +share/abiword-%%ABIVERSION%%/strings/th.strings share/abiword-%%ABIVERSION%%/strings/tr-TR.strings share/abiword-%%ABIVERSION%%/strings/uk-UA.strings -share/abiword-%%ABIVERSION%%/strings/ur.strings share/abiword-%%ABIVERSION%%/strings/vi-VN.strings share/abiword-%%ABIVERSION%%/strings/wo-SN.strings share/abiword-%%ABIVERSION%%/strings/yi.strings @@ -260,6 +225,7 @@ share/abiword-%%ABIVERSION%%/strings/zh-CN.strings share/abiword-%%ABIVERSION%%/strings/zh-HK.strings share/abiword-%%ABIVERSION%%/strings/zh-TW.strings +share/abiword-%%ABIVERSION%%/strings/zu.strings share/abiword-%%ABIVERSION%%/system.profile share/abiword-%%ABIVERSION%%/system.profile-CP1254 share/abiword-%%ABIVERSION%%/system.profile-KOI8-R @@ -305,6 +271,7 @@ share/abiword-%%ABIVERSION%%/system.profile-hu-HU share/abiword-%%ABIVERSION%%/system.profile-it-IT share/abiword-%%ABIVERSION%%/system.profile-ja-JP +share/abiword-%%ABIVERSION%%/system.profile-kk-KZ share/abiword-%%ABIVERSION%%/system.profile-lt-LT share/abiword-%%ABIVERSION%%/system.profile-nb-NO share/abiword-%%ABIVERSION%%/system.profile-nl-NL @@ -313,6 +280,8 @@ share/abiword-%%ABIVERSION%%/system.profile-ps share/abiword-%%ABIVERSION%%/system.profile-pt-BR share/abiword-%%ABIVERSION%%/system.profile-pt-PT +share/abiword-%%ABIVERSION%%/system.profile-ro +share/abiword-%%ABIVERSION%%/system.profile-ro-RO share/abiword-%%ABIVERSION%%/system.profile-ru share/abiword-%%ABIVERSION%%/system.profile-ru-RU share/abiword-%%ABIVERSION%%/system.profile-sk-SK @@ -329,6 +298,18 @@ share/abiword-%%ABIVERSION%%/system.profile-yi share/abiword-%%ABIVERSION%%/system.profile-zh-CN share/abiword-%%ABIVERSION%%/system.profile-zh-TW +@comment %%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/A4.awt +share/abiword-%%ABIVERSION%%/templates/A4.awt +share/abiword-%%ABIVERSION%%/templates/Business-Letter.awt +share/abiword-%%ABIVERSION%%/templates/Business-Report.awt +share/abiword-%%ABIVERSION%%/templates/Employee-Directory.awt +share/abiword-%%ABIVERSION%%/templates/Fax-Coversheet.awt +share/abiword-%%ABIVERSION%%/templates/Friendly-Letter.awt +share/abiword-%%ABIVERSION%%/templates/Memo.awt +share/abiword-%%ABIVERSION%%/templates/Press-Release.awt +share/abiword-%%ABIVERSION%%/templates/Resume.awt +share/abiword-%%ABIVERSION%%/templates/Two-Columns.awt +share/abiword-%%ABIVERSION%%/templates/US-Letter.awt share/abiword-%%ABIVERSION%%/templates/normal.awt share/abiword-%%ABIVERSION%%/templates/normal.awt-am_ET share/abiword-%%ABIVERSION%%/templates/normal.awt-ar @@ -368,6 +349,8 @@ share/abiword-%%ABIVERSION%%/templates/normal.awt-hu_HU share/abiword-%%ABIVERSION%%/templates/normal.awt-it_IT share/abiword-%%ABIVERSION%%/templates/normal.awt-ja_JP +share/abiword-%%ABIVERSION%%/templates/normal.awt-kk_KZ +share/abiword-%%ABIVERSION%%/templates/normal.awt-km_KH share/abiword-%%ABIVERSION%%/templates/normal.awt-lt_LT share/abiword-%%ABIVERSION%%/templates/normal.awt-nb_NO share/abiword-%%ABIVERSION%%/templates/normal.awt-nl_NL @@ -376,6 +359,8 @@ share/abiword-%%ABIVERSION%%/templates/normal.awt-ps share/abiword-%%ABIVERSION%%/templates/normal.awt-pt_BR share/abiword-%%ABIVERSION%%/templates/normal.awt-pt_PT +share/abiword-%%ABIVERSION%%/templates/normal.awt-ro +share/abiword-%%ABIVERSION%%/templates/normal.awt-ro_RO share/abiword-%%ABIVERSION%%/templates/normal.awt-ru share/abiword-%%ABIVERSION%%/templates/normal.awt-ru_RU share/abiword-%%ABIVERSION%%/templates/normal.awt-sk_SK @@ -390,6 +375,56 @@ share/abiword-%%ABIVERSION%%/templates/normal.awt-yi share/abiword-%%ABIVERSION%%/templates/normal.awt-zh_CN share/abiword-%%ABIVERSION%%/templates/normal.awt-zh_TW +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Annotation.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Border_Shading.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Break.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationAccounts.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationAddAccount.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationAddBuddy.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationEditAccount.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationJoin.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationShare.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Field.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_FormatFootnotes.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_FormatFrame.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_FormatTOC.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_FormatTable.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Goto.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_HdrFtr.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_InsertTable.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Insert_DateTime.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Latex.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_MailMerge.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_MetaData.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_New.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Options.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Options_ColorSel.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_PageNumbers.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_PageSetup.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_RDFEditor.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_RDFQuery.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Replace.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_SemanticStylesheets.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Spell.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Styles.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Stylist.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Tab.ui +share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_WordCount.ui +share/abiword-%%ABIVERSION%%/ui/ots.ui +share/abiword-%%ABIVERSION%%/ui/pd_RDFContact.ui +share/abiword-%%ABIVERSION%%/ui/pd_RDFEvent.ui +share/abiword-%%ABIVERSION%%/ui/pd_RDFInsertReference.ui +share/abiword-%%ABIVERSION%%/ui/pd_RDFLocation.ui +share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_DocComparison.ui +share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_Encoding.ui +share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_History.ui +share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_Image.ui +share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_Language.ui +share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_ListDocuments.ui +share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_Password.ui +share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_PluginManager.ui +share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_WindowMore.ui +share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_Zoom.ui share/abiword-%%ABIVERSION%%/xsltml/README share/abiword-%%ABIVERSION%%/xsltml/cmarkup.xsl share/abiword-%%ABIVERSION%%/xsltml/entities.xsl @@ -399,12 +434,16 @@ share/abiword-%%ABIVERSION%%/xsltml/tables.xsl share/abiword-%%ABIVERSION%%/xsltml/tokens.xsl share/applications/abiword.desktop +share/dbus-1/services/org.freedesktop.Telepathy.Client.AbiCollab.service share/icons/abiword_48.png +share/icons/hicolor/48x48/apps/abiword.png share/mime-info/abiword.keys +share/telepathy/clients/AbiCollab.client @dirrm share/abiword-%%ABIVERSION%%/xsltml @dirrm share/abiword-%%ABIVERSION%%/ui @dirrm share/abiword-%%ABIVERSION%%/templates @dirrm share/abiword-%%ABIVERSION%%/strings +@dirrm share/abiword-%%ABIVERSION%%/omml_xslt %%CLIPART%%@dirrm share/abiword-%%ABIVERSION%%/clipart %%COLLAB%%@dirrm share/abiword-%%ABIVERSION%%/certs @dirrm share/abiword-%%ABIVERSION%% Index: editors/abiword-docs/Makefile =================================================================== --- editors/abiword-docs/Makefile (revision 354087) +++ editors/abiword-docs/Makefile (working copy) @@ -3,7 +3,7 @@ # $MCom: ports/editors/abiword-docs/Makefile,v 1.1 2009/11/10 14:08:20 kwm Exp $ PORTNAME= abiword-docs -PORTVERSION= 2.8.6 +PORTVERSION= 3.0.0 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword Index: editors/abiword-docs/distinfo =================================================================== --- editors/abiword-docs/distinfo (revision 354087) +++ editors/abiword-docs/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (AbiWord/abiword-docs-2.8.6.tar.gz) = b6620b5887151a44c61ed63118ebe9044e332015f36b624724ab007d3465b502 -SIZE (AbiWord/abiword-docs-2.8.6.tar.gz) = 1460563 +SHA256 (AbiWord/abiword-docs-3.0.0.tar.gz) = 11bb83cacbead8dd91e14f8dc49473843c683ee997e3974ec3167e7665bc89ad +SIZE (AbiWord/abiword-docs-3.0.0.tar.gz) = 1482576 Index: games/atomix/Makefile =================================================================== --- games/atomix/Makefile (revision 354087) +++ games/atomix/Makefile (working copy) @@ -12,16 +12,17 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A yet another little mind game -USE_BZIP2= yes -USES= gettext gmake pkgconfig -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui +USES= gettext gmake pathfix pkgconfig tar:bzip2 +USE_GNOME= gnomeprefix intlhack libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/games\.games/games:games/' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^$$/d' ${WRKSRC}/po/POTFILES.in +#post-install: +# @${RM} ${STAGEDIR}${PREFIX}/share/games/atomix.scores + .include Index: games/atomix/pkg-plist =================================================================== --- games/atomix/pkg-plist (revision 354087) +++ games/atomix/pkg-plist (working copy) @@ -1,4 +1,8 @@ +@group games +@mode 2755 bin/atomix +@group +@mode share/applications/atomix.desktop share/atomix/atomix-logo.png share/atomix/level/aceticacid.atomix.xml @@ -66,6 +70,14 @@ share/atomix/themes/default/wall-vertical-rightx.png share/atomix/themes/default/wall-vertical-top-end.png share/atomix/themes/default/wall-vertical.png +@owner games +@group games +@mode 664 +@exec mkdir -p %D/share/games +@exec touch %D/share/games/atomix.scores +@owner +@group +@mode @unexec [ -s %D/share/games/atomix.scores ] || rm -f %D/share/games/atomix.scores share/gnome-2.0/ui/atomix-ui.xml share/pixmaps/atomix-icon.png Index: games/gnome-games/Makefile =================================================================== --- games/gnome-games/Makefile (revision 354087) +++ games/gnome-games/Makefile (working copy) @@ -20,12 +20,11 @@ CONFLICTS= sol-1.0.* glchess-[0-9]* gnomesudoku-[0-9]* gnome-games-3.[0-9]* -USE_BZIP2= yes USE_PYTHON= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_GL= gl -USES= pathfix gettext gmake pkgconfig +USES= pathfix gettext gmake pkgconfig tar:bzip2 USE_GNOME= gnomeprefix intlhack librsvg2 desktopfileutils \ pygnomedesktop gnomedocutils USE_GSTREAMER= vorbis ogg @@ -48,7 +47,6 @@ gnome-sudoku.6 gnomine.6 gnotravex.6 gnotski.6 \ gtali.6 iagno.6 mahjongg.6 quadrapassel.6 sol.6 -NO_STAGE= yes .include .if exists(${LOCALBASE}/lib/libavahi-client.a) || defined(WITH_MDNS) Index: games/gnomechess/Makefile =================================================================== --- games/gnomechess/Makefile (revision 354087) +++ games/gnomechess/Makefile (working copy) @@ -1,37 +1,37 @@ -# Created by: Jeremy Lea # $FreeBSD$ +# $MCom: ports/trunk/games/gnome-chess/Makefile 18839 2013-10-30 23:48:38Z kwm $ -PORTNAME= gnomechess -PORTVERSION= 3.10.2 +PORTNAME= gnome-chess +PORTVERSION= 3.10.1.1 PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/gnome-chess/3.10 -DISTNAME= gnome-chess-${PORTVERSION} +DIST_SUBDIR= gnome3 -MAINTAINER= johans@FreeBSD.org -COMMENT= A GUI chess front-end to crafy, for the GNOME Desktop Environment +MAINTAINER= gnome@FreeBSD.org +COMMENT= Chess game for the GNOME Desktop Environment -RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty -BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty \ - itstool:${PORTSDIR}/textproc/itstool \ - xmllint:${PORTSDIR}/textproc/libxml2 \ - p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= vala:${PORTSDIR}/lang/vala \ + itstool:${PORTSDIR}/textproc/itstool -USES= gmake pathfix pkgconfig desktop-file-utils shared-mime-info -USE_GL= gl glu -USE_GNOME= gtk30 librsvg2 USE_XZ= yes -INSTALLS_OMF= yes +USES= desktop-file-utils gmake pathfix pkgconfig INSTALLS_ICONS= yes +USE_XORG= x11 +USE_GL= gl glu +USE_GNOME= gtk30 intlhack librsvg2 libxml2:build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAKE_ARGS= XML_I18N_UPDATE="${TRUE}" XML_I18N_EXTRACT="${TRUE}" -DATADIR= ${PREFIX}/share/gnome-chess -OPTIONS_DEFINE= NLS +GLIB_SCHEMAS= org.gnome.gnome-chess.gschema.xml +OPTIONS_DEFINE= NLS + +OPTIONS_DEFINE= GNUCHESS CRAFTY NLS +OPTIONS_DEFAULT=CRAFTY +GNUCHESS_DESC= Use gnuchess engine for computer player + .include .if ${PORT_OPTIONS:MNLS} @@ -41,4 +41,12 @@ PLIST_SUB+= NLS="@comment " .endif +.if ${PORT_OPTIONS:MGNUCHESS} +RUN_DEPENDS+= gnuchess:${PORTSDIR}/games/gnuchess +.endif + +.if ${PORT_OPTIONS:MCRAFTY} +RUN_DEPENDS+= crafty:${PORTSDIR}/games/crafty +.endif + .include Index: games/gnomechess/distinfo =================================================================== --- games/gnomechess/distinfo (revision 354087) +++ games/gnomechess/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (gnome-chess-3.10.2.tar.xz) = 3aae8d501fce8ffd30bee6740e61bfbd7c48336f4ca254912f2646c8486324b1 -SIZE (gnome-chess-3.10.2.tar.xz) = 3496464 +SHA256 (gnome3/gnome-chess-3.10.1.1.tar.xz) = abdee96eaf56689c4c2bd78cd115a0e30d302e16a8f42dfcb39520c9a33c6eec +SIZE (gnome3/gnome-chess-3.10.1.1.tar.xz) = 3453656 Index: games/gnomechess/pkg-descr =================================================================== --- games/gnomechess/pkg-descr (revision 354087) +++ games/gnomechess/pkg-descr (working copy) @@ -1,6 +1,3 @@ -A GUI chess front-end to crafty, for the GNOME Desktop Environment +Gnome chess game with optional 3D graphics. -It works with chess programs and chess servers - it is also a PGN viewer. -For chess programs, it works best with the chess engine crafty -(ftp://ftp.cis.uab.edu/pub/hyatt) but most features should also work with -GNU Chess (ftp://ftp.gnu.org). +WWW: https://wiki.gnome.org/Apps/Chess Index: games/gnomechess/pkg-plist =================================================================== --- games/gnomechess/pkg-plist (revision 354087) +++ games/gnomechess/pkg-plist (working copy) @@ -3,43 +3,42 @@ man/man6/gnome-chess.6.gz share/appdata/gnome-chess.appdata.xml share/applications/glchess.desktop -share/glib-2.0/schemas/org.gnome.gnome-chess.gschema.xml -%%DATADIR%%/gnome-chess.ui -%%DATADIR%%/menu.ui -%%DATADIR%%/pieces/3d/bishop.3ds -%%DATADIR%%/pieces/3d/king.3ds -%%DATADIR%%/pieces/3d/knight.3ds -%%DATADIR%%/pieces/3d/pawn.3ds -%%DATADIR%%/pieces/3d/queen.3ds -%%DATADIR%%/pieces/3d/rook.3ds -%%DATADIR%%/pieces/fancy/blackBishop.svg -%%DATADIR%%/pieces/fancy/blackKing.svg -%%DATADIR%%/pieces/fancy/blackKnight.svg -%%DATADIR%%/pieces/fancy/blackPawn.svg -%%DATADIR%%/pieces/fancy/blackQueen.svg -%%DATADIR%%/pieces/fancy/blackRook.svg -%%DATADIR%%/pieces/fancy/whiteBishop.svg -%%DATADIR%%/pieces/fancy/whiteKing.svg -%%DATADIR%%/pieces/fancy/whiteKnight.svg -%%DATADIR%%/pieces/fancy/whitePawn.svg -%%DATADIR%%/pieces/fancy/whiteQueen.svg -%%DATADIR%%/pieces/fancy/whiteRook.svg -%%DATADIR%%/pieces/simple/blackBishop.svg -%%DATADIR%%/pieces/simple/blackKing.svg -%%DATADIR%%/pieces/simple/blackKnight.svg -%%DATADIR%%/pieces/simple/blackPawn.svg -%%DATADIR%%/pieces/simple/blackQueen.svg -%%DATADIR%%/pieces/simple/blackRook.svg -%%DATADIR%%/pieces/simple/whiteBishop.svg -%%DATADIR%%/pieces/simple/whiteKing.svg -%%DATADIR%%/pieces/simple/whiteKnight.svg -%%DATADIR%%/pieces/simple/whitePawn.svg -%%DATADIR%%/pieces/simple/whiteQueen.svg -%%DATADIR%%/pieces/simple/whiteRook.svg -%%DATADIR%%/preferences.ui -%%DATADIR%%/promotion-type-selector.ui -%%DATADIR%%/textures/board.png -%%DATADIR%%/textures/piece.png +share/gnome-chess/gnome-chess.ui +share/gnome-chess/menu.ui +share/gnome-chess/pieces/3d/bishop.3ds +share/gnome-chess/pieces/3d/king.3ds +share/gnome-chess/pieces/3d/knight.3ds +share/gnome-chess/pieces/3d/pawn.3ds +share/gnome-chess/pieces/3d/queen.3ds +share/gnome-chess/pieces/3d/rook.3ds +share/gnome-chess/pieces/fancy/blackBishop.svg +share/gnome-chess/pieces/fancy/blackKing.svg +share/gnome-chess/pieces/fancy/blackKnight.svg +share/gnome-chess/pieces/fancy/blackPawn.svg +share/gnome-chess/pieces/fancy/blackQueen.svg +share/gnome-chess/pieces/fancy/blackRook.svg +share/gnome-chess/pieces/fancy/whiteBishop.svg +share/gnome-chess/pieces/fancy/whiteKing.svg +share/gnome-chess/pieces/fancy/whiteKnight.svg +share/gnome-chess/pieces/fancy/whitePawn.svg +share/gnome-chess/pieces/fancy/whiteQueen.svg +share/gnome-chess/pieces/fancy/whiteRook.svg +share/gnome-chess/pieces/simple/blackBishop.svg +share/gnome-chess/pieces/simple/blackKing.svg +share/gnome-chess/pieces/simple/blackKnight.svg +share/gnome-chess/pieces/simple/blackPawn.svg +share/gnome-chess/pieces/simple/blackQueen.svg +share/gnome-chess/pieces/simple/blackRook.svg +share/gnome-chess/pieces/simple/whiteBishop.svg +share/gnome-chess/pieces/simple/whiteKing.svg +share/gnome-chess/pieces/simple/whiteKnight.svg +share/gnome-chess/pieces/simple/whitePawn.svg +share/gnome-chess/pieces/simple/whiteQueen.svg +share/gnome-chess/pieces/simple/whiteRook.svg +share/gnome-chess/preferences.ui +share/gnome-chess/promotion-type-selector.ui +share/gnome-chess/textures/board.png +share/gnome-chess/textures/piece.png share/help/C/gnome-chess/figures/game.png share/help/C/gnome-chess/figures/new_game.png share/help/C/gnome-chess/figures/preferences_game.png @@ -173,147 +172,131 @@ share/icons/hicolor/32x32/apps/gnome-chess.png share/icons/hicolor/48x48/apps/gnome-chess.png share/icons/hicolor/scalable/apps/gnome-chess.svg -%%NLS%%share/locale/af/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/am/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ar/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/as/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ast/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/az/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/be/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/bg/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/bn/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/bn_IN/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/br/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ca/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ca@valencia/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/cs/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/cy/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/da/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/de/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/dz/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/el/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/en@shaw/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/en_CA/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/eo/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/es/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/et/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/eu/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/fa/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/fi/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/fr/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ga/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/gl/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/gu/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/he/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/hi/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/hr/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/hu/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/id/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/is/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/it/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ja/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ka/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/kk/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/km/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/kn/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ko/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ku/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/lt/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/lv/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/mai/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/mk/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ml/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/mn/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/mr/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ms/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/nb/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ne/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/nl/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/nn/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/oc/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/or/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/pa/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/pl/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/pt/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ro/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ru/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/rw/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/si/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/sk/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/sl/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/sq/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/sr/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/sr@latin/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/sv/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ta/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/te/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/tg/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/th/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/tr/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/ug/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/uk/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/vi/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/wa/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/xh/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/zh_HK/LC_MESSAGES/gnome-chess.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/gnome-chess.mo -%%NLS%%@dirrmtry share/locale/zh_HK/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/zh_HK -%%NLS%%@dirrmtry share/locale/xh/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/xh -%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ug -%%NLS%%@dirrmtry share/locale/te/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/te -%%NLS%%@dirrmtry share/locale/sr@latin/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/sr@latin -%%NLS%%@dirrmtry share/locale/si/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/si -%%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/rw -%%NLS%%@dirrmtry share/locale/oc/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/oc -%%NLS%%@dirrmtry share/locale/mr/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/mr -%%NLS%%@dirrmtry share/locale/mai/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/mai -%%NLS%%@dirrmtry share/locale/ku/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ku -%%NLS%%@dirrmtry share/locale/km/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/km -%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/kk -%%NLS%%@dirrmtry share/locale/en@shaw/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/en@shaw -%%NLS%%@dirrmtry share/locale/dz/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/dz -%%NLS%%@dirrmtry share/locale/ca@valencia/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ca@valencia -%%NLS%%@dirrmtry share/locale/bn_IN/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/bn_IN -%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ast -%%NLS%%@dirrmtry share/locale/as/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/as -@dirrmtry share/icons/hicolor/scalable/apps -@dirrmtry share/icons/hicolor/scalable -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor/32x32/apps -@dirrmtry share/icons/hicolor/32x32 -@dirrmtry share/icons/hicolor/256x256/apps -@dirrmtry share/icons/hicolor/256x256 -@dirrmtry share/icons/hicolor/24x24/apps -@dirrmtry share/icons/hicolor/24x24 -@dirrmtry share/icons/hicolor/22x22/apps -@dirrmtry share/icons/hicolor/22x22 -@dirrmtry share/icons/hicolor/16x16/apps -@dirrmtry share/icons/hicolor/16x16 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons +share/locale/af/LC_MESSAGES/gnome-chess.mo +share/locale/am/LC_MESSAGES/gnome-chess.mo +share/locale/ar/LC_MESSAGES/gnome-chess.mo +share/locale/as/LC_MESSAGES/gnome-chess.mo +share/locale/ast/LC_MESSAGES/gnome-chess.mo +share/locale/az/LC_MESSAGES/gnome-chess.mo +share/locale/be/LC_MESSAGES/gnome-chess.mo +share/locale/bg/LC_MESSAGES/gnome-chess.mo +share/locale/bn/LC_MESSAGES/gnome-chess.mo +share/locale/bn_IN/LC_MESSAGES/gnome-chess.mo +share/locale/br/LC_MESSAGES/gnome-chess.mo +share/locale/ca/LC_MESSAGES/gnome-chess.mo +share/locale/ca@valencia/LC_MESSAGES/gnome-chess.mo +share/locale/cs/LC_MESSAGES/gnome-chess.mo +share/locale/cy/LC_MESSAGES/gnome-chess.mo +share/locale/da/LC_MESSAGES/gnome-chess.mo +share/locale/de/LC_MESSAGES/gnome-chess.mo +share/locale/dz/LC_MESSAGES/gnome-chess.mo +share/locale/el/LC_MESSAGES/gnome-chess.mo +share/locale/en@shaw/LC_MESSAGES/gnome-chess.mo +share/locale/en_CA/LC_MESSAGES/gnome-chess.mo +share/locale/en_GB/LC_MESSAGES/gnome-chess.mo +share/locale/eo/LC_MESSAGES/gnome-chess.mo +share/locale/es/LC_MESSAGES/gnome-chess.mo +share/locale/et/LC_MESSAGES/gnome-chess.mo +share/locale/eu/LC_MESSAGES/gnome-chess.mo +share/locale/fa/LC_MESSAGES/gnome-chess.mo +share/locale/fi/LC_MESSAGES/gnome-chess.mo +share/locale/fr/LC_MESSAGES/gnome-chess.mo +share/locale/ga/LC_MESSAGES/gnome-chess.mo +share/locale/gl/LC_MESSAGES/gnome-chess.mo +share/locale/gu/LC_MESSAGES/gnome-chess.mo +share/locale/he/LC_MESSAGES/gnome-chess.mo +share/locale/hi/LC_MESSAGES/gnome-chess.mo +share/locale/hr/LC_MESSAGES/gnome-chess.mo +share/locale/hu/LC_MESSAGES/gnome-chess.mo +share/locale/id/LC_MESSAGES/gnome-chess.mo +share/locale/is/LC_MESSAGES/gnome-chess.mo +share/locale/it/LC_MESSAGES/gnome-chess.mo +share/locale/ja/LC_MESSAGES/gnome-chess.mo +share/locale/ka/LC_MESSAGES/gnome-chess.mo +share/locale/kk/LC_MESSAGES/gnome-chess.mo +share/locale/km/LC_MESSAGES/gnome-chess.mo +share/locale/kn/LC_MESSAGES/gnome-chess.mo +share/locale/ko/LC_MESSAGES/gnome-chess.mo +share/locale/ku/LC_MESSAGES/gnome-chess.mo +share/locale/lt/LC_MESSAGES/gnome-chess.mo +share/locale/lv/LC_MESSAGES/gnome-chess.mo +share/locale/mai/LC_MESSAGES/gnome-chess.mo +share/locale/mk/LC_MESSAGES/gnome-chess.mo +share/locale/ml/LC_MESSAGES/gnome-chess.mo +share/locale/mn/LC_MESSAGES/gnome-chess.mo +share/locale/mr/LC_MESSAGES/gnome-chess.mo +share/locale/ms/LC_MESSAGES/gnome-chess.mo +share/locale/nb/LC_MESSAGES/gnome-chess.mo +share/locale/ne/LC_MESSAGES/gnome-chess.mo +share/locale/nl/LC_MESSAGES/gnome-chess.mo +share/locale/nn/LC_MESSAGES/gnome-chess.mo +share/locale/oc/LC_MESSAGES/gnome-chess.mo +share/locale/or/LC_MESSAGES/gnome-chess.mo +share/locale/pa/LC_MESSAGES/gnome-chess.mo +share/locale/pl/LC_MESSAGES/gnome-chess.mo +share/locale/pt/LC_MESSAGES/gnome-chess.mo +share/locale/pt_BR/LC_MESSAGES/gnome-chess.mo +share/locale/ro/LC_MESSAGES/gnome-chess.mo +share/locale/ru/LC_MESSAGES/gnome-chess.mo +share/locale/rw/LC_MESSAGES/gnome-chess.mo +share/locale/si/LC_MESSAGES/gnome-chess.mo +share/locale/sk/LC_MESSAGES/gnome-chess.mo +share/locale/sl/LC_MESSAGES/gnome-chess.mo +share/locale/sq/LC_MESSAGES/gnome-chess.mo +share/locale/sr/LC_MESSAGES/gnome-chess.mo +share/locale/sr@latin/LC_MESSAGES/gnome-chess.mo +share/locale/sv/LC_MESSAGES/gnome-chess.mo +share/locale/ta/LC_MESSAGES/gnome-chess.mo +share/locale/te/LC_MESSAGES/gnome-chess.mo +share/locale/tg/LC_MESSAGES/gnome-chess.mo +share/locale/th/LC_MESSAGES/gnome-chess.mo +share/locale/tr/LC_MESSAGES/gnome-chess.mo +share/locale/ug/LC_MESSAGES/gnome-chess.mo +share/locale/uk/LC_MESSAGES/gnome-chess.mo +share/locale/vi/LC_MESSAGES/gnome-chess.mo +share/locale/wa/LC_MESSAGES/gnome-chess.mo +share/locale/xh/LC_MESSAGES/gnome-chess.mo +share/locale/zh_CN/LC_MESSAGES/gnome-chess.mo +share/locale/zh_HK/LC_MESSAGES/gnome-chess.mo +share/locale/zh_TW/LC_MESSAGES/gnome-chess.mo +@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/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@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/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/km/LC_MESSAGES +@dirrmtry share/locale/km +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as @dirrm share/help/zh_CN/gnome-chess/figures @dirrm share/help/zh_CN/gnome-chess @dirrmtry share/help/zh_CN @@ -378,12 +361,10 @@ @dirrm share/help/C/gnome-chess @dirrmtry share/help/C @dirrmtry share/help -@dirrmtry %%DATADIR%%/textures -@dirrmtry %%DATADIR%%/pieces/simple -@dirrmtry %%DATADIR%%/pieces/fancy -@dirrmtry %%DATADIR%%/pieces/3d -@dirrmtry %%DATADIR%%/pieces -@dirrmtry %%DATADIR%% -@dirrmtry share/glib-2.0/schemas -@dirrmtry share/glib-2.0 +@dirrm share/gnome-chess/textures +@dirrm share/gnome-chess/pieces/simple +@dirrm share/gnome-chess/pieces/fancy +@dirrm share/gnome-chess/pieces/3d +@dirrm share/gnome-chess/pieces +@dirrm share/gnome-chess @dirrmtry share/appdata Index: games/gweled/Makefile =================================================================== --- games/gweled/Makefile (revision 354087) +++ games/gweled/Makefile (working copy) @@ -12,11 +12,10 @@ LIB_DEPENDS= libmikmod.so:${PORTSDIR}/audio/libmikmod -USES= gmake pkgconfig -USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui librsvg2 +USES= gmake pathfix pkgconfig +USE_GNOME= gnomeprefix gnomehier libgnomeui librsvg2 GNU_CONFIGURE= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/var/games|${PREFIX}/share/games|' \ ${WRKSRC}/configure Index: games/gweled/pkg-plist =================================================================== --- games/gweled/pkg-plist (revision 354087) +++ games/gweled/pkg-plist (working copy) @@ -1,5 +1,6 @@ bin/gweled share/applications/gweled.desktop +@comment share/games/gweled.easy.scores @unexec [ -s %D/share/games/gweled.easy.scores ] || rm -f %D/share/games/gweled.easy.scores @unexec [ -s %D/share/games/gweled.timed.scores ] || rm -f %D/share/games/gweled.timed.scores share/gweled/gweled.glade Index: graphics/ImageMagick/Makefile =================================================================== --- graphics/ImageMagick/Makefile (revision 354087) +++ graphics/ImageMagick/Makefile (working copy) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 6.8.0-7 -PORTREVISION= 9 +DISTVERSION= 6.8.9-1 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ @@ -33,14 +32,13 @@ LICENSE= APACHE20 -USES= gmake libtool:keepla pathfix perl5 pkgconfig:both shebangfix +USES= gmake libtool:keepla pathfix perl5 pkgconfig shebangfix tar:xz SHEBANG_FILES= www/source/examples.pl -USE_XZ= yes -USE_PERL5= run build patch -WANT_GNOME= yes USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-dps --without-lcms +CONFIGURE_ENV= MAKE=${MAKE_CMD} +CONFIGURE_ARGS= --without-dps \ + --without-lcms USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -48,14 +46,18 @@ PLIST_SUB= PORTVERSION=${PORTVERSION:R} +# disabled JPEG2000: OpenJPEG 2.0 update is giving me trouble, disable it for now +# so it doesn't block the update. OPTIONS_DEFINE= 16BIT_PIXEL BZIP2 DOCS DJVU FFTW FONTCONFIG FPX FREETYPE \ - GRAPHVIZ GSLIB HDRI JASPER JBIG JPEG LCMS2 LZMA LQR MODULES \ + GRAPHVIZ GSLIB HDRI JBIG JPEG LCMS2 LZMA LQR MODULES \ OPENEXR OPENMP PANGO PDF PERL PNG SVG TESTS TIFF WEBP WMF \ THREADS OPTIONS_DEFAULT= 16BIT_PIXEL BZIP2 FFTW FONTCONFIG FPX FREETYPE \ - JASPER JBIG JPEG LCMS2 LZMA LQR MODULES PDF PERL PNG SVG \ - TIFF WEBP WMF + JBIG JPEG LCMS2 LZMA LQR MODULES PDF PNG SVG TIFF \ + WEBP WMF THREADS + 16BIT_PIXEL_DESC= 16bit pixel support +JPEG2000_DESC= OpenJPEG 2000 support via openjpeg DJVU_DESC= DJVU format support (needs THREADS) GSLIB_DESC= libgs (Postscript SHLIB) support HDRI_DESC= High dynamic range images support @@ -62,18 +64,26 @@ MODULES_DESC= Modules support TESTS_DESC= Run bundled self-tests after build -.include +.include .if ${PORT_OPTIONS:MHDRI} CONFIGURE_ARGS+= --enable-hdri +_HDRI=HDRI .else CONFIGURE_ARGS+= --disable-hdri +_HDRI="" .endif +PLIST_SUB+= HDRI=${_HDRI} .if ${PORT_OPTIONS:MTHREADS} _IMAGEMAGICK_THREADS=yes _IMAGEMAGICK_THREADS_MSG=with threads -PERL_THREADED!= ${SH} -c 'case `perl --version` in *freebsd-thread*) ${ECHO_CMD} yes ;; esac' +. if exists(${PERL}) +PERL_THREADED!= ${SH} -c 'case `perl --version` in *freebsd-thread*) ${ECHO_CMD} yes ;; esac'; ${ECHO_CMD} +. else +# if ${PERL} doesn't exists, assume we dealing with threaded perl. +PERL_THREADED= yes +. endif .else _IMAGEMAGICK_THREADS=no _IMAGEMAGICK_THREADS_MSG=without threads @@ -81,10 +91,9 @@ .endif .if ${PORT_OPTIONS:MPERL} -CONFIGURE_ARGS+= --with-perl=${PERL5} +CONFIGURE_ARGS+= --with-perl=${PERL5} \ + --with-perl-options="MAKE=${MAKE_CMD}" PLIST_SUB+= WITH_PERL='' -MAN3= Image::Magick.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VER} # PerlMagick does not work with threads, if perl is not threaded, and vice versa . if defined(PERL_THREADED) _IMAGEMAGICK_THREADS_PERL_MSG=Perl is threaded @@ -118,6 +127,7 @@ IGNORE=OpenMP requires threads${_IMAGEMAGICK_THREADS_IGNORE_MSG} . else CONFIGURE_ARGS+= --enable-openmp +USES+= compiler:openmp . endif .else CONFIGURE_ARGS+= --disable-openmp @@ -124,12 +134,13 @@ .endif .if ${PORT_OPTIONS:M16BIT_PIXEL} -PLIST_SUB+= QBIT='Q16' +_QBIT=Q16 .else # Faster, but poor quality CONFIGURE_ARGS+= --with-quantum-depth=8 -PLIST_SUB+= QBIT='Q8' +_QBIT=Q8 .endif +PLIST_SUB+= QBIT=${_QBIT} .if defined(WITH_WINDOWS_FONT_DIR) CONFIGURE_ARGS+= --with-windows-font-dir=${WITH_WINDOWS_FONT_DIR} @@ -149,7 +160,7 @@ . if ${_IMAGEMAGICK_THREADS} == "no" IGNORE=OpenEXR requires threads. ${_IMAGEMAGICK_THREADS_IGNORE_MSG} . else -LIB_DEPENDS+= IlmImf:${PORTSDIR}/graphics/OpenEXR +LIB_DEPENDS+= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR PLIST_SUB+= OPENEXR="" . endif .else @@ -161,7 +172,7 @@ . if ${_IMAGEMAGICK_THREADS} == "no" IGNORE=DjVu requires threads${_IMAGEMAGICK_THREADS_IGNORE_MSG} . endif -LIB_DEPENDS+= djvulibre:${PORTSDIR}/graphics/djvulibre +LIB_DEPENDS+= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre PLIST_SUB+= DJVU="" .else CONFIGURE_ARGS+= --without-djvu @@ -169,7 +180,7 @@ .endif .if ${PORT_OPTIONS:MJPEG} -LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg PLIST_SUB+= JPEG="" .else CONFIGURE_ARGS+= --without-jpeg @@ -177,7 +188,7 @@ .endif .if ${PORT_OPTIONS:MPNG} -LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png PLIST_SUB+= PNG="" .else CONFIGURE_ARGS+= --without-png @@ -185,7 +196,7 @@ .endif .if ${PORT_OPTIONS:MTIFF} -LIB_DEPENDS+= tiff:${PORTSDIR}/graphics/tiff +LIB_DEPENDS+= libtiff.so:${PORTSDIR}/graphics/tiff PLIST_SUB+= TIFF="" .else CONFIGURE_ARGS+= --without-tiff @@ -201,7 +212,7 @@ .if ${PORT_OPTIONS:MLQR} CONFIGURE_ARGS+= --with-lqr -LIB_DEPENDS+= lqr-1:${PORTSDIR}/graphics/liblqr-1 +LIB_DEPENDS+= liblqr-1.so:${PORTSDIR}/graphics/liblqr-1 .else CONFIGURE_ARGS+= --without-lqr .endif @@ -208,7 +219,7 @@ .if ${PORT_OPTIONS:MFFTW} CONFIGURE_ARGS+= --with-fftw -LIB_DEPENDS+= fftw3:${PORTSDIR}/math/fftw3 +LIB_DEPENDS+= libfftw3.so:${PORTSDIR}/math/fftw3 .else CONFIGURE_ARGS+= --without-fftw .endif @@ -220,7 +231,7 @@ # FPX (FlashPIX) images .if ${PORT_OPTIONS:MFPX} -LIB_DEPENDS+= fpx.[2-9]:${PORTSDIR}/graphics/libfpx +LIB_DEPENDS+= libfpx.so:${PORTSDIR}/graphics/libfpx CONFIGURE_ARGS+= --with-fpx PLIST_SUB+= FPX="" .else @@ -230,7 +241,7 @@ # JBIG images (lossless compression for bi-level images) .if ${PORT_OPTIONS:MJBIG} -LIB_DEPENDS+= jbig:${PORTSDIR}/graphics/jbigkit +LIB_DEPENDS+= libjbig.so:${PORTSDIR}/graphics/jbigkit PLIST_SUB+= JBIG="" .else CONFIGURE_ARGS+= --without-jbig @@ -238,17 +249,17 @@ .endif # JPEG2000 images (wavelet-based lossy compression) -.if ${PORT_OPTIONS:MJASPER} -LIB_DEPENDS+= jasper:${PORTSDIR}/graphics/jasper -PLIST_SUB+= JPEG2000="" -.else -CONFIGURE_ARGS+= --without-jp2 +#.if ${PORT_OPTIONS:MJPEG2K} +#LIB_DEPENDS+= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg +#PLIST_SUB+= JPEG2000="" +#.else +CONFIGURE_ARGS+= --without-openjp2 PLIST_SUB+= JPEG2000="@comment " -.endif +#.endif # GraphViz dot graphs .if ${PORT_OPTIONS:MGRAPHVIZ} -LIB_DEPENDS+= gvc:${PORTSDIR}/graphics/graphviz +LIB_DEPENDS+= libgvc.so:${PORTSDIR}/graphics/graphviz CFLAGS+= -I${LOCALBASE}/include/graphviz LDFLAGS+= -L${LOCALBASE}/lib/graphviz .else @@ -256,6 +267,7 @@ .endif # LZMA support +# needs manula override for base system... .if ! ${PORT_OPTIONS:MLZMA} CONFIGURE_ARGS+= --without-lzma .endif @@ -262,7 +274,7 @@ # LCMS (Little CMS) color management version 2 and 1 (mutually exclusive) .if ${PORT_OPTIONS:MLCMS2} -LIB_DEPENDS+= lcms2:${PORTSDIR}/graphics/lcms2 +LIB_DEPENDS+= liblcms2.so:${PORTSDIR}/graphics/lcms2 .else CONFIGURE_ARGS+= --without-lcms2 .endif @@ -269,7 +281,7 @@ # Freetype (TrueType Font) support .if ${PORT_OPTIONS:MFREETYPE} -LIB_DEPENDS+= freetype:${PORTSDIR}/print/freetype2 +LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2 USE_GHOSTSCRIPT= yes CONFIGURE_ARGS+= --with-freetype .else @@ -288,7 +300,7 @@ # Fontconfig support .if ${PORT_OPTIONS:MFONTCONFIG} -LIB_DEPENDS+= fontconfig:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS+= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig CONFIGURE_ARGS+= --with-fontconfig CONFIGURE_ENV+= FONTCONFIG_CFLAGS="-I${LOCALBASE}/include" \ FONTCONFIG_LIBS="-L${LOCALBASE}/lib" @@ -300,9 +312,9 @@ # WMF (Windows Meta File) images .if ${PORT_OPTIONS:MWMF} . if !defined(WITHOUT_X11) -LIB_DEPENDS+= wmf:${PORTSDIR}/graphics/libwmf +LIB_DEPENDS+= libwmf.so:${PORTSDIR}/graphics/libwmf . else -LIB_DEPENDS+= wmf:${PORTSDIR}/graphics/libwmf-nox11 +LIB_DEPENDS+= libwmf.so:${PORTSDIR}/graphics/libwmf-nox11 . endif CONFIGURE_ARGS+= --with-wmf=yes CFLAGS+= -I${LOCALBASE}/include/freetype2 @@ -315,7 +327,7 @@ # SVG (Scalable Vector Graphics) requires both libxml2 and X11 .if ${PORT_OPTIONS:MSVG} && !defined(WITHOUT_X11) USE_GNOME+= libxml2 -LIB_DEPENDS+= rsvg-2:${PORTSDIR}/graphics/librsvg2 +LIB_DEPENDS+= librsvg-2.so:${PORTSDIR}/graphics/librsvg2 CONFIGURE_ARGS+= --with-rsvg --with-xml CONFIGURE_ENV+= RSVG_CFLAGS="-I${LOCALBASE}/include/librsvg-2.0" \ RSVG_LIBS="-L${LOCALBASE}/lib" @@ -325,7 +337,7 @@ # Pango support .if ${PORT_OPTIONS:MPANGO} && !defined(WITHOUT_X11) -LIB_DEPENDS+= pangocairo-1\.0:${PORTSDIR}/x11-toolkits/pango +USE_GNOME+= pango PLIST_SUB+= PANGO="" .else CONFIGURE_ARGS+= --without-pango @@ -351,9 +363,9 @@ .endif .if ${PORT_OPTIONS:MDOCS} -INSTALL_TARGET= install install-docDATA install-data-html +INSTALL_TARGET= install-strip install-docDATA install-data-html .else -INSTALL_TARGET= install +INSTALL_TARGET= install-strip .endif # Test suite, requires installed ghostscript to pass @@ -363,28 +375,9 @@ .endif post-patch: -# prevent perllocal.pod from being written - @${REINPLACE_CMD} -e '/PERL/s|install && \\$$|pure_install \&\& \\|' \ - -e 's/install-docDATA install-filters/install-filters/' \ +# Don't put ABI_SUFFIX (Q16/Q8/HDRI) in libraries + @${REINPLACE_CMD} 's|_@MAGICK_ABI_SUFFIX@||g' \ ${WRKSRC}/Makefile.in -# remove the autogenerated Magick.c so it will be regenerated from -# Magick.xs on _this_ system: - @${RM} -f ${WRKSRC}/PerlMagick/Magick.c - @${PERL} -pi -e 's|^tagnames=|#tagnames=|g ; \ - s|lcms/lcms.h|lcms.h|g ; \ - s|lcms_lcms_h|lcms_h|g' ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -# version neither libraries nor directories - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \ - 's|pkgdocdir =.*$$|pkgdocdir = ${DOCSDIR}/|g ; \ - s|-\$$\(VERSION\)||; \ - s| install-data-html||g' -# do not version lib directories - @${PERL} -pi -e 's|^(MagickLibSubdir).*$$|\1="ImageMagick"|' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} - @${PERL} -pi -e 's|lcms/lcms.h|lcms.h|g' ${WRKSRC}/magick/transform.c -# @${PERL} -pi -e 's|||g' ${WRKSRC}/ltdl/ltdl.c - @${PERL} -pi -e 's|timestamp: %ld|timestamp: %d|g' \ - ${WRKSRC}/magick/xwindow.c .if ${_IMAGEMAGICK_THREADS} == "yes" . for i in Magick++/lib/ImageMagick++.pc.in wand/Wand.pc.in magick/ImageMagick.pc.in @${PERL} -pi -e 's|^(Libs.+)$$|\1 ${PTHREAD_LIBS}|; \ @@ -392,15 +385,6 @@ ${WRKSRC}/${i} . endfor .endif -# deprecated gvCleanup - @${REINPLACE_CMD} -e "s|gvCleanup|gvFreeContext|g" \ - ${WRKSRC}/coders/dot.c -# freetype headers are in freetype2/ nowadays - @${REINPLACE_CMD} -e "s|freetype/|freetype2/|g" \ - ${WRKSRC}/configure \ - ${WRKSRC}/coders/ttf.c \ - ${WRKSRC}/magick/annotate.c \ - ${WRKSRC}/www/api/MagickCore/annotate_8c.html pre-configure: .if defined(_IMAGEMAGICK_THREADS_PERL_MSG) @@ -415,22 +399,18 @@ post-install: test .if ${PORT_OPTIONS:MPERL} - @${RM} -f ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/mach/perllocal.pod - ${REINPLACE_CMD} -i '' -e 's}^${STAGEDIR}}}' ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Image/Magick/.packlist + @${RM} -f ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/perllocal.pod* + @${RM} -f ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Image/Magick/.packlist +# ${REINPLACE_CMD} -i '' -e 's}^${STAGEDIR}}}' ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Image/Magick/.packlist .endif .if ${PORT_OPTIONS:MMODULES} -. if ${PORT_OPTIONS:M16BIT_PIXEL} - @${TOUCH} ${STAGEDIR}${PREFIX}/lib/ImageMagick-${PORTVERSION:R}/modules-Q16/coders/.keep - @${TOUCH} ${STAGEDIR}${PREFIX}/lib/ImageMagick-${PORTVERSION:R}/modules-Q16/filters/.keep -. else - @${TOUCH} ${STAGEDIR}${PREFIX}/lib/ImageMagick-${PORTVERSION:R}/modules-Q8/coders/.keep - @${TOUCH} ${STAGEDIR}${PREFIX}/lib/ImageMagick-${PORTVERSION:R}/modules-Q8/filters/.keep -. endif + @${TOUCH} ${STAGEDIR}${PREFIX}/lib/ImageMagick-${PORTVERSION:R}/modules-${_QBIT}${_HDRI}/coders/.keep + @${TOUCH} ${STAGEDIR}${PREFIX}/lib/ImageMagick-${PORTVERSION:R}/modules-${_QBIT}${_HDRI}/filters/.keep .endif test check: -.if (${PORT_OPTIONS:MTESTS} || defined(PACKAGE_BUILDING)) +.if ${PORT_OPTIONS:MTESTS} -cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} limits -m 20m ${MAKE} check .endif -.include +.include Index: graphics/ImageMagick/distinfo =================================================================== --- graphics/ImageMagick/distinfo (revision 354087) +++ graphics/ImageMagick/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (ImageMagick-6.8.0-7.tar.xz) = e15672c8c11148bcfcd95885e1cd7a5575d4a6984bdf0a3a1c718a2a6ad37435 -SIZE (ImageMagick-6.8.0-7.tar.xz) = 8245624 +SHA256 (ImageMagick-6.8.9-0.tar.xz) = 4bf09a374be6227ba686b390e775237806718bae97ea802c176c3a948eb057d1 +SIZE (ImageMagick-6.8.9-0.tar.xz) = 7545228 Index: graphics/ImageMagick/files/patch-configure =================================================================== --- graphics/ImageMagick/files/patch-configure (revision 354087) +++ graphics/ImageMagick/files/patch-configure (working copy) @@ -1,11 +0,0 @@ ---- configure.orig 2012-05-16 09:58:45.571776589 +0200 -+++ configure 2012-05-16 09:58:54.042776583 +0200 -@@ -32626,7 +32626,7 @@ - - # - # Path to ImageMagick documentation files --DOCUMENTATION_RELATIVE_PATH="${PACKAGE_NAME}-${PACKAGE_VERSION}" -+DOCUMENTATION_RELATIVE_PATH="${PACKAGE_NAME}" - DOCUMENTATION_PATH="${DOC_DIR}/${DOCUMENTATION_RELATIVE_PATH}" - DEFINE_DOCUMENTATION_PATH="${DOC_DIR}/${DOCUMENTATION_RELATIVE_PATH}/" - case "${build_os}" in Index: graphics/ImageMagick/pkg-plist =================================================================== --- graphics/ImageMagick/pkg-plist (revision 354087) +++ graphics/ImageMagick/pkg-plist (working copy) @@ -14,148 +14,154 @@ bin/mogrify bin/montage bin/stream -etc/ImageMagick/coder.xml -etc/ImageMagick/colors.xml -etc/ImageMagick/delegates.xml -etc/ImageMagick/log.xml -etc/ImageMagick/magic.xml -etc/ImageMagick/mime.xml -etc/ImageMagick/policy.xml -etc/ImageMagick/quantization-table.xml -etc/ImageMagick/thresholds.xml -etc/ImageMagick/type.xml -etc/ImageMagick/type-dejavu.xml -etc/ImageMagick/type-ghostscript.xml -etc/ImageMagick/type-windows.xml -include/ImageMagick/Magick++.h -include/ImageMagick/Magick++/Blob.h -include/ImageMagick/Magick++/CoderInfo.h -include/ImageMagick/Magick++/Color.h -include/ImageMagick/Magick++/Drawable.h -include/ImageMagick/Magick++/Exception.h -include/ImageMagick/Magick++/Geometry.h -include/ImageMagick/Magick++/Image.h -include/ImageMagick/Magick++/Include.h -include/ImageMagick/Magick++/Montage.h -include/ImageMagick/Magick++/Pixels.h -include/ImageMagick/Magick++/STL.h -include/ImageMagick/Magick++/TypeMetric.h -include/ImageMagick/magick/ImageMagick.h -include/ImageMagick/magick/MagickCore.h -include/ImageMagick/magick/PreRvIcccm.h -include/ImageMagick/magick/accelerate.h -include/ImageMagick/magick/animate.h -include/ImageMagick/magick/annotate.h -include/ImageMagick/magick/api.h -include/ImageMagick/magick/artifact.h -include/ImageMagick/magick/attribute.h -include/ImageMagick/magick/blob.h -include/ImageMagick/magick/cache.h -include/ImageMagick/magick/cache-view.h -include/ImageMagick/magick/channel.h -include/ImageMagick/magick/client.h -include/ImageMagick/magick/cipher.h -include/ImageMagick/magick/coder.h -include/ImageMagick/magick/color.h -include/ImageMagick/magick/colormap.h -include/ImageMagick/magick/colorspace.h -include/ImageMagick/magick/compare.h -include/ImageMagick/magick/composite.h -include/ImageMagick/magick/compress.h -include/ImageMagick/magick/configure.h -include/ImageMagick/magick/constitute.h -include/ImageMagick/magick/decorate.h -include/ImageMagick/magick/delegate.h -include/ImageMagick/magick/deprecate.h -include/ImageMagick/magick/display.h -include/ImageMagick/magick/distort.h -include/ImageMagick/magick/draw.h -include/ImageMagick/magick/effect.h -include/ImageMagick/magick/enhance.h -include/ImageMagick/magick/exception.h -include/ImageMagick/magick/feature.h -include/ImageMagick/magick/fourier.h -include/ImageMagick/magick/fx.h -include/ImageMagick/magick/gem.h -include/ImageMagick/magick/geometry.h -include/ImageMagick/magick/hashmap.h -include/ImageMagick/magick/histogram.h -include/ImageMagick/magick/identify.h -include/ImageMagick/magick/image.h -include/ImageMagick/magick/image-view.h -include/ImageMagick/magick/layer.h -include/ImageMagick/magick/list.h -include/ImageMagick/magick/locale_.h -include/ImageMagick/magick/log.h -include/ImageMagick/magick/magic.h -include/ImageMagick/magick/magick.h -include/ImageMagick/magick/magick-config.h -include/ImageMagick/magick/magick-type.h -include/ImageMagick/magick/matrix.h -include/ImageMagick/magick/memory_.h -include/ImageMagick/magick/method-attribute.h -include/ImageMagick/magick/methods.h -include/ImageMagick/magick/mime.h -include/ImageMagick/magick/module.h -include/ImageMagick/magick/monitor.h -include/ImageMagick/magick/montage.h -include/ImageMagick/magick/morphology.h -include/ImageMagick/magick/option.h -include/ImageMagick/magick/paint.h -include/ImageMagick/magick/pixel.h -include/ImageMagick/magick/pixel-accessor.h -include/ImageMagick/magick/policy.h -include/ImageMagick/magick/prepress.h -include/ImageMagick/magick/profile.h -include/ImageMagick/magick/property.h -include/ImageMagick/magick/quantum.h -include/ImageMagick/magick/quantize.h -include/ImageMagick/magick/random_.h -include/ImageMagick/magick/registry.h -include/ImageMagick/magick/resample.h -include/ImageMagick/magick/resize.h -include/ImageMagick/magick/resource_.h -include/ImageMagick/magick/segment.h -include/ImageMagick/magick/semaphore.h -include/ImageMagick/magick/shear.h -include/ImageMagick/magick/signature.h -include/ImageMagick/magick/splay-tree.h -include/ImageMagick/magick/statistic.h -include/ImageMagick/magick/stream.h -include/ImageMagick/magick/string_.h -include/ImageMagick/magick/threshold.h -include/ImageMagick/magick/timer.h -include/ImageMagick/magick/token.h -include/ImageMagick/magick/transform.h -include/ImageMagick/magick/type.h -include/ImageMagick/magick/utility.h -include/ImageMagick/magick/version.h -include/ImageMagick/magick/widget.h -include/ImageMagick/magick/xml-tree.h -include/ImageMagick/magick/xwindow.h -include/ImageMagick/wand/MagickWand.h -include/ImageMagick/wand/deprecate.h -include/ImageMagick/wand/drawing-wand.h -include/ImageMagick/wand/animate.h -include/ImageMagick/wand/compare.h -include/ImageMagick/wand/composite.h -include/ImageMagick/wand/conjure.h -include/ImageMagick/wand/convert.h -include/ImageMagick/wand/display.h -include/ImageMagick/wand/identify.h -include/ImageMagick/wand/import.h -include/ImageMagick/wand/magick-image.h -include/ImageMagick/wand/magick-property.h -include/ImageMagick/wand/magick_wand.h -include/ImageMagick/wand/magick-wand.h -include/ImageMagick/wand/method-attribute.h -include/ImageMagick/wand/mogrify.h -include/ImageMagick/wand/montage.h -include/ImageMagick/wand/pixel-iterator.h -include/ImageMagick/wand/pixel-wand.h -include/ImageMagick/wand/stream.h -include/ImageMagick/wand/wand-view.h -lib/ImageMagick-%%PORTVERSION%%/config/configure.xml +etc/ImageMagick-6/coder.xml +etc/ImageMagick-6/colors.xml +etc/ImageMagick-6/delegates.xml +etc/ImageMagick-6/log.xml +etc/ImageMagick-6/magic.xml +etc/ImageMagick-6/mime.xml +etc/ImageMagick-6/policy.xml +etc/ImageMagick-6/quantization-table.xml +etc/ImageMagick-6/thresholds.xml +etc/ImageMagick-6/type-dejavu.xml +etc/ImageMagick-6/type-ghostscript.xml +etc/ImageMagick-6/type-windows.xml +etc/ImageMagick-6/type.xml +include/ImageMagick-6/Magick++.h +include/ImageMagick-6/Magick++/Blob.h +include/ImageMagick-6/Magick++/CoderInfo.h +include/ImageMagick-6/Magick++/Color.h +include/ImageMagick-6/Magick++/Drawable.h +include/ImageMagick-6/Magick++/Exception.h +include/ImageMagick-6/Magick++/Functions.h +include/ImageMagick-6/Magick++/Geometry.h +include/ImageMagick-6/Magick++/Image.h +include/ImageMagick-6/Magick++/Include.h +include/ImageMagick-6/Magick++/Montage.h +include/ImageMagick-6/Magick++/Pixels.h +include/ImageMagick-6/Magick++/ResourceLimits.h +include/ImageMagick-6/Magick++/STL.h +include/ImageMagick-6/Magick++/TypeMetric.h +include/ImageMagick-6/magick/ImageMagick.h +include/ImageMagick-6/magick/MagickCore.h +include/ImageMagick-6/magick/PreRvIcccm.h +include/ImageMagick-6/magick/accelerate.h +include/ImageMagick-6/magick/animate.h +include/ImageMagick-6/magick/annotate.h +include/ImageMagick-6/magick/api.h +include/ImageMagick-6/magick/artifact.h +include/ImageMagick-6/magick/attribute.h +include/ImageMagick-6/magick/blob.h +include/ImageMagick-6/magick/cache.h +include/ImageMagick-6/magick/cache-view.h +include/ImageMagick-6/magick/channel.h +include/ImageMagick-6/magick/client.h +include/ImageMagick-6/magick/cipher.h +include/ImageMagick-6/magick/coder.h +include/ImageMagick-6/magick/color.h +include/ImageMagick-6/magick/colormap.h +include/ImageMagick-6/magick/colorspace.h +include/ImageMagick-6/magick/compare.h +include/ImageMagick-6/magick/composite.h +include/ImageMagick-6/magick/compress.h +include/ImageMagick-6/magick/configure.h +include/ImageMagick-6/magick/constitute.h +include/ImageMagick-6/magick/decorate.h +include/ImageMagick-6/magick/delegate.h +include/ImageMagick-6/magick/deprecate.h +include/ImageMagick-6/magick/display.h +include/ImageMagick-6/magick/distort.h +include/ImageMagick-6/magick/draw.h +include/ImageMagick-6/magick/effect.h +include/ImageMagick-6/magick/enhance.h +include/ImageMagick-6/magick/exception.h +include/ImageMagick-6/magick/feature.h +include/ImageMagick-6/magick/fourier.h +include/ImageMagick-6/magick/fx.h +include/ImageMagick-6/magick/gem.h +include/ImageMagick-6/magick/geometry.h +include/ImageMagick-6/magick/hashmap.h +include/ImageMagick-6/magick/histogram.h +include/ImageMagick-6/magick/identify.h +include/ImageMagick-6/magick/image.h +include/ImageMagick-6/magick/image-view.h +include/ImageMagick-6/magick/layer.h +include/ImageMagick-6/magick/list.h +include/ImageMagick-6/magick/locale_.h +include/ImageMagick-6/magick/log.h +include/ImageMagick-6/magick/magic.h +include/ImageMagick-6/magick/magick.h +include/ImageMagick-6/magick/magick-config.h +include/ImageMagick-6/magick/magick-type.h +include/ImageMagick-6/magick/matrix.h +include/ImageMagick-6/magick/memory_.h +include/ImageMagick-6/magick/method-attribute.h +include/ImageMagick-6/magick/methods.h +include/ImageMagick-6/magick/mime.h +include/ImageMagick-6/magick/module.h +include/ImageMagick-6/magick/monitor.h +include/ImageMagick-6/magick/montage.h +include/ImageMagick-6/magick/morphology.h +include/ImageMagick-6/magick/option.h +include/ImageMagick-6/magick/paint.h +include/ImageMagick-6/magick/pixel.h +include/ImageMagick-6/magick/pixel-accessor.h +include/ImageMagick-6/magick/policy.h +include/ImageMagick-6/magick/prepress.h +include/ImageMagick-6/magick/profile.h +include/ImageMagick-6/magick/property.h +include/ImageMagick-6/magick/quantum.h +include/ImageMagick-6/magick/quantize.h +include/ImageMagick-6/magick/random_.h +include/ImageMagick-6/magick/registry.h +include/ImageMagick-6/magick/resample.h +include/ImageMagick-6/magick/resize.h +include/ImageMagick-6/magick/resource_.h +include/ImageMagick-6/magick/segment.h +include/ImageMagick-6/magick/semaphore.h +include/ImageMagick-6/magick/shear.h +include/ImageMagick-6/magick/signature.h +include/ImageMagick-6/magick/splay-tree.h +include/ImageMagick-6/magick/statistic.h +include/ImageMagick-6/magick/stream.h +include/ImageMagick-6/magick/string_.h +include/ImageMagick-6/magick/threshold.h +include/ImageMagick-6/magick/timer.h +include/ImageMagick-6/magick/token.h +include/ImageMagick-6/magick/transform.h +include/ImageMagick-6/magick/type.h +include/ImageMagick-6/magick/utility.h +include/ImageMagick-6/magick/version.h +include/ImageMagick-6/magick/widget.h +include/ImageMagick-6/magick/xml-tree.h +include/ImageMagick-6/magick/xwindow.h +include/ImageMagick-6/magick/studio.h +include/ImageMagick-6/magick/opencl.h +include/ImageMagick-6/magick/distribute-cache.h +include/ImageMagick-6/magick/magick-baseconfig.h +include/ImageMagick-6/wand/MagickWand.h +include/ImageMagick-6/wand/deprecate.h +include/ImageMagick-6/wand/drawing-wand.h +include/ImageMagick-6/wand/animate.h +include/ImageMagick-6/wand/compare.h +include/ImageMagick-6/wand/composite.h +include/ImageMagick-6/wand/conjure.h +include/ImageMagick-6/wand/convert.h +include/ImageMagick-6/wand/display.h +include/ImageMagick-6/wand/identify.h +include/ImageMagick-6/wand/import.h +include/ImageMagick-6/wand/magick-image.h +include/ImageMagick-6/wand/magick-property.h +include/ImageMagick-6/wand/magick_wand.h +include/ImageMagick-6/wand/magick-wand.h +include/ImageMagick-6/wand/method-attribute.h +include/ImageMagick-6/wand/mogrify.h +include/ImageMagick-6/wand/montage.h +include/ImageMagick-6/wand/pixel-iterator.h +include/ImageMagick-6/wand/pixel-wand.h +include/ImageMagick-6/wand/stream.h +include/ImageMagick-6/wand/wand-view.h +lib/ImageMagick-%%PORTVERSION%%/config-%%QBIT%%/configure.xml %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/.keep %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/aai.la %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/aai.so @@ -233,6 +239,8 @@ %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/ipl.so %%JBIG%%%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/jbig.la %%JBIG%%%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/jbig.so +%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/json.la +%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/json.so %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/jnx.la %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/jnx.so %%JPEG2000%%%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/jp2.la @@ -251,6 +259,8 @@ %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/mat.so %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/matte.la %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/matte.so +%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/mask.la +%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/mask.so %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/meta.la %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/meta.so %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/miff.la @@ -321,6 +331,8 @@ %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/raw.so %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/rgb.la %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/rgb.so +%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/rgf.la +%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/rgf.so %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/rla.la %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/rla.so %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/rle.la @@ -397,20 +409,21 @@ %%MODULES%%@dirrmtry lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/filters %%MODULES%%@dirrmtry lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders %%MODULES%%@dirrmtry lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%% -lib/libMagick++.a -lib/libMagick++.la -lib/libMagick++.so -lib/libMagick++.so.6 -lib/libMagick++.so.6.0.0 -lib/libMagickCore.a -lib/libMagickCore.la -lib/libMagickCore.so -lib/libMagickCore.so.6 -lib/libMagickCore.so.6.0.0 -lib/libMagickWand.a -lib/libMagickWand.la -lib/libMagickWand.so -lib/libMagickWand.so.6 +lib/libMagick++-6.a +lib/libMagick++-6.la +lib/libMagick++-6.so +lib/libMagick++-6.so.3 +lib/libMagick++-6.so.3.0.0 +lib/libMagickCore-6.a +lib/libMagickCore-6.la +lib/libMagickCore-6.so +lib/libMagickCore-6.so.2 +lib/libMagickCore-6.so.2.0.0 +lib/libMagickWand-6.a +lib/libMagickWand-6.la +lib/libMagickWand-6.so +lib/libMagickWand-6.so.2 +lib/libMagickWand-6.so.2.0.0 lib/libMagickWand.so.6.0.0 libdata/pkgconfig/ImageMagick++.pc libdata/pkgconfig/Magick++.pc @@ -418,12 +431,22 @@ libdata/pkgconfig/MagickCore.pc libdata/pkgconfig/MagickWand.pc libdata/pkgconfig/Wand.pc +libdata/pkgconfig/ImageMagick++-6.%%QBIT%%.pc +libdata/pkgconfig/ImageMagick-6.%%QBIT%%.pc +libdata/pkgconfig/Magick++-6.%%QBIT%%.pc +libdata/pkgconfig/MagickCore-6.%%QBIT%%.pc +libdata/pkgconfig/MagickWand-6.%%QBIT%%.pc +libdata/pkgconfig/Wand-6.%%QBIT%%.pc %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Image/Magick.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Magick/.packlist +%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Image/Magick/%%QBIT%%.pm %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Magick/Magick.bs %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Magick/Magick.so +%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Magick/%%QBIT%%/%%QBIT%%.bs +%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Magick/%%QBIT%%/%%QBIT%%.so +%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Magick/%%QBIT%%/autosplit.ix %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Magick/autosplit.ix %%WITH_PERL%%%%PERL5_MAN3%%/Image::Magick.3.gz +%%WITH_PERL%%%%PERL5_MAN3%%/Image::Magick::%%QBIT%%.3.gz man/man1/ImageMagick.1.gz man/man1/Magick++-config.1.gz man/man1/Magick-config.1.gz @@ -441,1030 +464,1028 @@ man/man1/mogrify.1.gz man/man1/montage.1.gz man/man1/stream.1.gz -%%DATADIR%%-%%PORTVERSION%%/english.xml -%%DATADIR%%-%%PORTVERSION%%/francais.xml -%%DATADIR%%-%%PORTVERSION%%/locale.xml -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/NEWS.txt -%%PORTDOCS%%%%DOCSDIR%%/images/affine.png -%%PORTDOCS%%%%DOCSDIR%%/images/arc.png -%%PORTDOCS%%%%DOCSDIR%%/images/background.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/black.png -%%PORTDOCS%%%%DOCSDIR%%/images/bluebells_clipped.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/bluebells_darker.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/bluebells_lin.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/bluebells_log.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/button.gif -%%PORTDOCS%%%%DOCSDIR%%/images/configure.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/cylinder_shaded.png -%%PORTDOCS%%%%DOCSDIR%%/images/definitive-guide.png -%%PORTDOCS%%%%DOCSDIR%%/images/difference.png -%%PORTDOCS%%%%DOCSDIR%%/images/donate.png -%%PORTDOCS%%%%DOCSDIR%%/images/examples.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/frame.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/fuzzy-magick.png -%%PORTDOCS%%%%DOCSDIR%%/images/gaussian-blur.png -%%PORTDOCS%%%%DOCSDIR%%/images/granite.png -%%PORTDOCS%%%%DOCSDIR%%/images/imade_art2.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/label.gif -%%PORTDOCS%%%%DOCSDIR%%/images/logo-sm-flop.png -%%PORTDOCS%%%%DOCSDIR%%/images/logo-sm-fx.png -%%PORTDOCS%%%%DOCSDIR%%/images/logo-sm.png -%%PORTDOCS%%%%DOCSDIR%%/images/logo.png -%%PORTDOCS%%%%DOCSDIR%%/images/logo.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/montage.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/navy.png -%%PORTDOCS%%%%DOCSDIR%%/images/networkredux.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/bricks.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/checkerboard.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/circles.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/crosshatch.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/crosshatch30.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/crosshatch45.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/fishscales.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/gray0.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/gray10.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/gray100.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/gray15.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/gray20.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/gray25.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/gray30.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/gray35.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/gray40.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/gray45.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/gray5.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/gray50.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/gray55.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/gray60.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/gray65.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/gray70.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/gray75.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/gray80.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/gray85.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/gray90.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/gray95.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/hexagons.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/horizontal.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/horizontal2.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/horizontal3.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/horizontalsaw.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/hs_bdiagonal.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/hs_cross.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/hs_diagcross.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/hs_fdiagonal.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/hs_horizontal.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/hs_vertical.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/left30.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/left45.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/leftshingle.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/octagons.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/right30.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/right45.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/rightshingle.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/smallfishscales.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/vertical.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/vertical2.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/vertical3.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/verticalbricks.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/verticalleftshingle.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/verticalrightshingle.png -%%PORTDOCS%%%%DOCSDIR%%/images/patterns/verticalsaw.png -%%PORTDOCS%%%%DOCSDIR%%/images/piechart.png -%%PORTDOCS%%%%DOCSDIR%%/images/project-support.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/radial-gradient.png -%%PORTDOCS%%%%DOCSDIR%%/images/reconstruct.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/red-ball.png -%%PORTDOCS%%%%DOCSDIR%%/images/red-circle.png -%%PORTDOCS%%%%DOCSDIR%%/images/right.gif -%%PORTDOCS%%%%DOCSDIR%%/images/rose-over.png -%%PORTDOCS%%%%DOCSDIR%%/images/rose-sigmoidal.png -%%PORTDOCS%%%%DOCSDIR%%/images/rose.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/rose.png -%%PORTDOCS%%%%DOCSDIR%%/images/rose.pnm -%%PORTDOCS%%%%DOCSDIR%%/images/script.png -%%PORTDOCS%%%%DOCSDIR%%/images/smile.gif -%%PORTDOCS%%%%DOCSDIR%%/images/sponsor.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/sprite.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/t-shirt.png -%%PORTDOCS%%%%DOCSDIR%%/images/tricks.png -%%PORTDOCS%%%%DOCSDIR%%/images/wand.ico -%%PORTDOCS%%%%DOCSDIR%%/images/wand.png -%%PORTDOCS%%%%DOCSDIR%%/images/white-highlight.png -%%PORTDOCS%%%%DOCSDIR%%/images/wizard.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/wizard.png -%%PORTDOCS%%%%DOCSDIR%%/images/ImageMagick.ico -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/www/ImageMagickObject.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Blob.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Cache.fig -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Cache.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Cache.svg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/ChangeLog.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/CoderInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Color.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Documentation.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Drawable.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Drawable_example_1.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Enumerations.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Exception.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/FormatCharacters.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Future.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Geometry.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Image.fig -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Image.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Image.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/ImageDesign.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/ImageMagick.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Install.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Magick++.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Montage.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/NEWS.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/PixelPacket.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Pixels.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/README.txt -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/STL.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/TypeMetric.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/index.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/magick.css -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/montage-sample-framed.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/right_triangle.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-framed.fig -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-framed.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-plain.fig -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-plain.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-sample-framed.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-sample-plain.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/advanced-unix-installation.html -%%PORTDOCS%%%%DOCSDIR%%/www/advanced-windows-installation.html -%%PORTDOCS%%%%DOCSDIR%%/www/animate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/ImageMagick_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/ImageMagick_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/MagickCore_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/MagickCore_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/PreRvIcccm_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/PreRvIcccm_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/PreRvIcccm_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/animate-private_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/animate-private_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/animate_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/animate_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/animate_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/annotate_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/annotate_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/annotate_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/annotated.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/api_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/api_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/artifact_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/artifact_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/artifact_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/blob-private_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/blob-private_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/blob_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/blob_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/blob_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/cache-private_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/cache-private_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/cache-view_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/cache-view_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/cache-view_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/cache_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/cache_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/cache_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/classes.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/client_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/client_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/client_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/coder_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/coder_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/coder_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/color-private_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/color-private_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/color_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/color_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/color_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/colorspace-private_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/colorspace-private_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/colorspace_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/colorspace_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/colorspace_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/compare_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/compare_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/compare_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/composite-private_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/composite-private_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/composite_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/composite_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/composite_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/compress_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/compress_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/compress_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/configure_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/configure_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/configure_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/constitute_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/constitute_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/constitute_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/decorate_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/decorate_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/decorate_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/delegate_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/delegate_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/delegate_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/deprecate_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/deprecate_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/deprecate_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/dir_b44b349db36f8365f5234e57d3038770.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/dirs.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/display-private_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/display-private_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/display_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/display_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/display_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/distort_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/distort_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/distort_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/doxygen.css -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/doxygen.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/draw-private_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/draw-private_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/draw_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/draw_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/draw_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/effect_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/effect_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/effect_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/enhance_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/enhance_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/enhance_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/exception-private_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/exception-private_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/exception_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/exception_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/exception_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/files.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/ftv2blank.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/ftv2doc.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/ftv2folderclosed.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/ftv2folderopen.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/ftv2lastnode.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/ftv2link.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/ftv2mlastnode.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/ftv2mnode.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/ftv2node.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/ftv2plastnode.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/ftv2pnode.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/ftv2vertline.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x61.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x62.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x63.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x64.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x65.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x66.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x67.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x68.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x69.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x6b.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x6c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x6d.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x6e.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x6f.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x70.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x71.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x72.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x73.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x74.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x75.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x76.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x77.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x78.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x79.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_0x7a.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_func.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x61.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x62.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x63.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x64.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x65.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x66.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x67.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x68.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x69.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x6b.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x6c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x6d.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x6e.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x6f.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x70.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x71.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x72.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x73.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x74.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x75.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x76.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x77.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x78.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x79.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/functions_vars_0x7a.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/fx-private_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/fx-private_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/fx_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/fx_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/fx_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/gem_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/gem_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/gem_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/geometry_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/geometry_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/geometry_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x61.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x62.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x63.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x64.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x65.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x66.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x67.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x68.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x69.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x6a.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x6b.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x6c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x6d.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x6e.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x6f.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x70.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x71.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x72.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x73.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x74.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x75.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x76.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x77.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x78.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x79.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_0x7a.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x61.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x62.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x63.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x64.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x65.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x66.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x67.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x68.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x69.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x6b.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x6c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x6d.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x6e.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x6f.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x70.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x71.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x72.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x73.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x74.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x75.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x76.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x77.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x78.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_defs_0x79.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_enum.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x62.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x63.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x64.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x65.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x66.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x67.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x68.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x69.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x6a.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x6b.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x6c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x6d.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x6e.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x6f.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x70.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x71.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x72.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x73.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x74.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x75.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x76.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x77.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x78.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x79.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_eval_0x7a.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x62.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x63.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x64.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x65.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x66.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x67.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x68.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x69.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x6a.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x6b.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x6c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x6d.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x6e.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x6f.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x70.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x71.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x72.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x73.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x74.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x75.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x76.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x77.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x78.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x79.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_func_0x7a.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_type.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/globals_vars.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/hashmap_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/hashmap_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/hashmap_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/identify_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/identify_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/identify_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/image-private_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/image-private_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/image_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/image_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/image_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/index.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/layer_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/layer_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/layer_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/list_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/list_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/list_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/locale_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/locale___8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/locale___8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/log_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/log_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/log_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/mac_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/mac_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/mac_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/magic_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/magic_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/magic_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/magick-config_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/magick-config_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/magick-type_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/magick-type_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/magick_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/magick_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/magick_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/main.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/matrix_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/matrix_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/matrix_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/memory_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/memory___8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/memory___8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/methods_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/methods_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/mime-private_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/mime-private_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/mime_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/mime_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/mime_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/module_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/module_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/module_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/monitor_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/monitor_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/monitor_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/montage_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/montage_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/montage_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/nt-base_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/nt-base_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/nt-base_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/nt-feature_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/nt-feature_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/nt-feature_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/option_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/option_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/option_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/paint_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/paint_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/paint_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/pixel-private_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/pixel-private_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/pixel_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/pixel_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/pixel_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/prepress_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/prepress_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/prepress_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/profile_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/profile_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/profile_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/property_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/property_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/property_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/quantize_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/quantize_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/quantize_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/quantum-private_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/quantum-private_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/quantum_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/quantum_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/quantum_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/random_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/random___8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/random___8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/registry_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/registry_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/registry_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/resample_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/resample_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/resample_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/resize-private_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/resize-private_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/resize_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/resize_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/resize_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/resource_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/resource___8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/resource___8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/segment_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/segment_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/segment_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/semaphore_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/semaphore_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/semaphore_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/shear_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/shear_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/shear_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/signature_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/signature_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/signature_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/splay-tree_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/splay-tree_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/splay-tree_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/static_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/static_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/static_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/statistic_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/statistic_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/statistic_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/stream-private_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/stream-private_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/stream_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/stream_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/stream_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/string_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/string___8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/string___8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/structHuffmanTable.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/structSemaphoreInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__AffineMatrix.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__Ascii85Info.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__BlobInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__CacheInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__CacheView.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__CacheMethods.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__ChannelStatistics.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__ChromaticityInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__Cluster.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__CoderInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__ColorInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__ColorPacket.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__ConfigureInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__ContributionInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__CubeInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__DIR.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__DataSegmentInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__DelegateInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__DiversityPacket.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__DoublePixelPacket.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__DrawInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__EdgeInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__ElementInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__ElementReference.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__EntryInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__ErrorInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__EventInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__ExceptionInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__ExtentPacket.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__FrameInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__FxInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__GeometryInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__GhostscriptVectors.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__GradientInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__HandlerInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__HashmapInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__Image.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__ImageAttribute.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__ImageInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__IntervalTree.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__LinkedListInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__LocaleInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__LogInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__LongPixelPacket.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__MagicInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__MagickInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__MagickPixelPacket.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__MedianListNode.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__MedianPixelList.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__MedianSkipList.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__MemoryInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__MimeInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__ModuleInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__MontageInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__NTMEMORYSTATUSEX.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__NexusInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__NodeInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__Nodes.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__OptionInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__PathInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__PixelPacket.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__PointInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__PolygonInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__PrimaryInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__PrimitiveInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__ProfileInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__QuantizeInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__QuantumInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__QuantumState.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__RandomInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__RealPixelPacket.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__RectangleInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__RegistryInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__ResampleFilter.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__ResizeFilter.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__ResourceInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__SegmentInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__SignatureInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__SplayTreeInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__StopInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__StreamInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__StringInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__ThresholdMap.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__Timer.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__TimerInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__TokenInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__TypeInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__TypeMetric.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__ViewInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__XImportInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__XMLTreeInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__XMLTreeRoot.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__XWidgetInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__ZeroCrossing.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__dirdesc.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/struct__ile3.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/structdirent.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/studio_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/studio_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/tab_b.gif -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/tab_l.gif -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/tab_r.gif -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/tabs.css -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/threshold_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/threshold_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/threshold_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/timer_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/timer_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/timer_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/token_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/token_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/token_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/transform_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/transform_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/transform_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/tree.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/type_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/type_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/type_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/utility_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/utility_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/utility_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/version_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/version_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/version_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/vms_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/vms_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/vms_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/widget_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/widget_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/widget_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/xml-tree_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/xml-tree_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/xml-tree_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/xwindow-private_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/xwindow-private_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/xwindow_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/xwindow_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickCore/xwindow_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/MagickWand_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/MagickWand_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/animate_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/animate_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/animate_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/annotated.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/classes.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/compare_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/compare_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/compare_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/composite_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/composite_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/composite_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/conjure_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/conjure_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/conjure_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/convert_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/convert_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/convert_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/deprecate_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/deprecate_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/deprecate_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/dir_101f7ac0a894e32543a314e85b2e1524.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/dirs.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/display_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/display_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/display_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/doxygen.css -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/doxygen.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/drawing-wand_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/drawing-wand_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/drawing-wand_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/drawtest_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/files.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/ftv2blank.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/ftv2doc.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/ftv2folderclosed.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/ftv2folderopen.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/ftv2lastnode.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/ftv2link.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/ftv2mlastnode.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/ftv2mnode.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/ftv2node.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/ftv2plastnode.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/ftv2pnode.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/ftv2vertline.png -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/functions.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/functions_vars.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_0x61.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_0x62.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_0x63.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_0x64.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_0x65.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_0x67.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_0x69.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_0x6d.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_0x6e.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_0x6f.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_0x70.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_0x71.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_0x72.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_0x73.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_0x74.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_0x75.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_0x77.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_0x78.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_defs.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_enum.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_eval.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_func.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_func_0x63.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_func_0x64.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_func_0x67.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_func_0x69.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_func_0x6d.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_func_0x6e.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_func_0x70.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_func_0x72.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_func_0x73.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_type.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/globals_vars.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/identify_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/identify_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/identify_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/import_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/import_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/import_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/index.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/magick-image_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/magick-image_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/magick-image_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/magick-property_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/magick-property_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/magick-property_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/magick-wand-private_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/magick-wand-private_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/magick-wand_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/magick-wand_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/magick-wand_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/magick__wand_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/magick__wand_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/main.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/mogrify-private_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/mogrify-private_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/mogrify_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/mogrify_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/mogrify_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/montage_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/montage_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/montage_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/pixel-iterator_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/pixel-iterator_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/pixel-iterator_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/pixel-wand-private_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/pixel-wand-private_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/pixel-wand_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/pixel-wand_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/pixel-wand_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/stream_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/stream_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/stream_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/struct__CompositeOptions.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/struct__DrawVTable.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/struct__DrawingWand.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/struct__MagickWand.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/struct__PixelIterator.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/struct__PixelWand.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/studio_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/studio_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/tab_b.gif -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/tab_l.gif -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/tab_r.gif -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/tabs.css -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/tree.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/wand_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/wand_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/wand_8h.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/MagickWand/wandtest_8c.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/animate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/annotate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/attribute.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/blob.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/cache-view.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/cache.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/cipher.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/channel.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/color.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/colormap.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/colorspace.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/compare.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/composite.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/constitute.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/decorate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/deprecate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/display.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/distort.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/draw.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/drawing-wand.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/effect.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/enhance.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/exception.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/feature.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/fourier.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/fx.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/histogram.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/image.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/image-view.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/layer.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/list.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/magick-deprecate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/magick-image.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/magick-property.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/magick-wand.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/magick.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/memory.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/module.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/mogrify.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/monitor.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/montage.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/morphology.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/paint.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/pixel-iterator.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/pixel-view.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/pixel-wand.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/profile.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/property.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/quantize.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/registry.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/resize.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/resource.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/segment.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/shear.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/signature.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/statistic.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/stream.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/transform.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/version.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/wand-view.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/magick++-classes.html -%%PORTDOCS%%%%DOCSDIR%%/www/architecture.html -%%PORTDOCS%%%%DOCSDIR%%/www/binary-releases.html -%%PORTDOCS%%%%DOCSDIR%%/www/changelog.html -%%PORTDOCS%%%%DOCSDIR%%/www/channel.html -%%PORTDOCS%%%%DOCSDIR%%/www/cipher.html -%%PORTDOCS%%%%DOCSDIR%%/www/color.html -%%PORTDOCS%%%%DOCSDIR%%/www/command-line-options.html -%%PORTDOCS%%%%DOCSDIR%%/www/command-line-processing.html -%%PORTDOCS%%%%DOCSDIR%%/www/command-line-tools.html -%%PORTDOCS%%%%DOCSDIR%%/www/compare.html -%%PORTDOCS%%%%DOCSDIR%%/www/compose.html -%%PORTDOCS%%%%DOCSDIR%%/www/composite.html -%%PORTDOCS%%%%DOCSDIR%%/www/conjure.html -%%PORTDOCS%%%%DOCSDIR%%/www/contact.html -%%PORTDOCS%%%%DOCSDIR%%/www/convert.html -%%PORTDOCS%%%%DOCSDIR%%/www/display.html -%%PORTDOCS%%%%DOCSDIR%%/www/download.html -%%PORTDOCS%%%%DOCSDIR%%/www/export.html -%%PORTDOCS%%%%DOCSDIR%%/www/escape.html -%%PORTDOCS%%%%DOCSDIR%%/www/examples.html -%%PORTDOCS%%%%DOCSDIR%%/www/exception.html -%%PORTDOCS%%%%DOCSDIR%%/www/favicon.ico -%%PORTDOCS%%%%DOCSDIR%%/www/formats.html -%%PORTDOCS%%%%DOCSDIR%%/www/fx.html -%%PORTDOCS%%%%DOCSDIR%%/www/high-dynamic-range.html -%%PORTDOCS%%%%DOCSDIR%%/www/history.html -%%PORTDOCS%%%%DOCSDIR%%/www/identify.html -%%PORTDOCS%%%%DOCSDIR%%/www/import.html -%%PORTDOCS%%%%DOCSDIR%%/www/index.html -%%PORTDOCS%%%%DOCSDIR%%/www/install-source.html -%%PORTDOCS%%%%DOCSDIR%%/www/jp2.html -%%PORTDOCS%%%%DOCSDIR%%/www/license.html -%%PORTDOCS%%%%DOCSDIR%%/www/links.html -%%PORTDOCS%%%%DOCSDIR%%/www/magick++.html -%%PORTDOCS%%%%DOCSDIR%%/www/magick-core.html -%%PORTDOCS%%%%DOCSDIR%%/www/magick-vector-graphics.html -%%PORTDOCS%%%%DOCSDIR%%/www/magick-wand.html -%%PORTDOCS%%%%DOCSDIR%%/www/magick.css -%%PORTDOCS%%%%DOCSDIR%%/www/miff.html -%%PORTDOCS%%%%DOCSDIR%%/www/mirrors.html -%%PORTDOCS%%%%DOCSDIR%%/www/mogrify.html -%%PORTDOCS%%%%DOCSDIR%%/www/montage.html -%%PORTDOCS%%%%DOCSDIR%%/www/motion-picture.html -%%PORTDOCS%%%%DOCSDIR%%/www/parallel.html -%%PORTDOCS%%%%DOCSDIR%%/www/perl-magick.html -%%PORTDOCS%%%%DOCSDIR%%/www/porting.html -%%PORTDOCS%%%%DOCSDIR%%/www/quantize.html -%%PORTDOCS%%%%DOCSDIR%%/www/resources.html -%%PORTDOCS%%%%DOCSDIR%%/www/search.html -%%PORTDOCS%%%%DOCSDIR%%/www/sitemap.html -%%PORTDOCS%%%%DOCSDIR%%/www/source/analyze.c -%%PORTDOCS%%%%DOCSDIR%%/www/source/coder.xml -%%PORTDOCS%%%%DOCSDIR%%/www/source/colors.xml -%%PORTDOCS%%%%DOCSDIR%%/www/source/configure.xml -%%PORTDOCS%%%%DOCSDIR%%/www/source/contrast.c -%%PORTDOCS%%%%DOCSDIR%%/www/source/core.c -%%PORTDOCS%%%%DOCSDIR%%/www/source/delegates.xml -%%PORTDOCS%%%%DOCSDIR%%/www/source/english.xml -%%PORTDOCS%%%%DOCSDIR%%/www/source/examples.pl -%%PORTDOCS%%%%DOCSDIR%%/www/source/francais.xml -%%PORTDOCS%%%%DOCSDIR%%/www/source/incantation.msl -%%PORTDOCS%%%%DOCSDIR%%/www/source/locale.xml -%%PORTDOCS%%%%DOCSDIR%%/www/source/log.xml -%%PORTDOCS%%%%DOCSDIR%%/www/source/magic.xml -%%PORTDOCS%%%%DOCSDIR%%/www/source/mgk.c -%%PORTDOCS%%%%DOCSDIR%%/www/source/mime.xml -%%PORTDOCS%%%%DOCSDIR%%/www/source/piechart.mvg -%%PORTDOCS%%%%DOCSDIR%%/www/source/piechart.svg -%%PORTDOCS%%%%DOCSDIR%%/www/source/policy.xml -%%PORTDOCS%%%%DOCSDIR%%/www/source/thresholds.xml -%%PORTDOCS%%%%DOCSDIR%%/www/source/type-ghostscript.xml -%%PORTDOCS%%%%DOCSDIR%%/www/source/type-windows.xml -%%PORTDOCS%%%%DOCSDIR%%/www/source/type.xml -%%PORTDOCS%%%%DOCSDIR%%/www/source/wand.c -%%PORTDOCS%%%%DOCSDIR%%/www/sponsors.html -%%PORTDOCS%%%%DOCSDIR%%/www/stream.html -%%PORTDOCS%%%%DOCSDIR%%/www/subversion.html -%%PORTDOCS%%%%DOCSDIR%%/www/t-shirt.html -%%PORTDOCS%%%%DOCSDIR%%/www/wand.png -%%PORTDOCS%%@dirrm %%DOCSDIR%%/www/source -%%PORTDOCS%%@dirrm %%DOCSDIR%%/www/api/MagickCore -%%PORTDOCS%%@dirrm %%DOCSDIR%%/www/api/MagickWand -%%PORTDOCS%%@dirrm %%DOCSDIR%%/www/api -%%PORTDOCS%%@dirrm %%DOCSDIR%%/www/Magick++ -%%PORTDOCS%%@dirrm %%DOCSDIR%%/www -%%PORTDOCS%%@dirrm %%DOCSDIR%%/images/patterns -%%PORTDOCS%%@dirrm %%DOCSDIR%%/images -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%-%%PORTVERSION%% +%%DATADIR%%-6/english.xml +%%DATADIR%%-6/francais.xml +%%DATADIR%%-6/locale.xml +%%PORTDOCS%%%%DOCSDIR%%-6/LICENSE +%%PORTDOCS%%%%DOCSDIR%%-6/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%-6/NEWS.txt +%%PORTDOCS%%%%DOCSDIR%%-6/images/affine.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/arc.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/background.jpg +%%PORTDOCS%%%%DOCSDIR%%-6/images/black.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/bluebells_clipped.jpg +%%PORTDOCS%%%%DOCSDIR%%-6/images/bluebells_darker.jpg +%%PORTDOCS%%%%DOCSDIR%%-6/images/bluebells_lin.jpg +%%PORTDOCS%%%%DOCSDIR%%-6/images/bluebells_log.jpg +%%PORTDOCS%%%%DOCSDIR%%-6/images/button.gif +%%PORTDOCS%%%%DOCSDIR%%-6/images/configure.jpg +%%PORTDOCS%%%%DOCSDIR%%-6/images/cylinder_shaded.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/difference.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/examples.jpg +%%PORTDOCS%%%%DOCSDIR%%-6/images/frame.jpg +%%PORTDOCS%%%%DOCSDIR%%-6/images/fuzzy-magick.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/gaussian-blur.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/granite.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/imade_art2.jpg +%%PORTDOCS%%%%DOCSDIR%%-6/images/label.gif +%%PORTDOCS%%%%DOCSDIR%%-6/images/logo-sm-flop.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/logo-sm-fx.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/logo-sm.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/logo.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/logo.jpg +%%PORTDOCS%%%%DOCSDIR%%-6/images/montage.jpg +%%PORTDOCS%%%%DOCSDIR%%-6/images/navy.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/bricks.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/checkerboard.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/circles.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/crosshatch.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/crosshatch30.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/crosshatch45.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/fishscales.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/gray0.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/gray10.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/gray100.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/gray15.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/gray20.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/gray25.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/gray30.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/gray35.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/gray40.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/gray45.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/gray5.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/gray50.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/gray55.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/gray60.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/gray65.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/gray70.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/gray75.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/gray80.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/gray85.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/gray90.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/gray95.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/hexagons.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/horizontal.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/horizontal2.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/horizontal3.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/horizontalsaw.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/hs_bdiagonal.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/hs_cross.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/hs_diagcross.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/hs_fdiagonal.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/hs_horizontal.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/hs_vertical.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/left30.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/left45.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/leftshingle.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/octagons.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/right30.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/right45.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/rightshingle.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/smallfishscales.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/vertical.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/vertical2.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/vertical3.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/verticalbricks.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/verticalleftshingle.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/verticalrightshingle.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/patterns/verticalsaw.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/piechart.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/radial-gradient.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/reconstruct.jpg +%%PORTDOCS%%%%DOCSDIR%%-6/images/red-ball.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/red-circle.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/right.gif +%%PORTDOCS%%%%DOCSDIR%%-6/images/rose-over.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/rose-sigmoidal.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/rose.jpg +%%PORTDOCS%%%%DOCSDIR%%-6/images/rose.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/rose.pnm +%%PORTDOCS%%%%DOCSDIR%%-6/images/script.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/smile.gif +%%PORTDOCS%%%%DOCSDIR%%-6/images/sponsor.jpg +%%PORTDOCS%%%%DOCSDIR%%-6/images/sprite.jpg +%%PORTDOCS%%%%DOCSDIR%%-6/images/t-shirt.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/wand.ico +%%PORTDOCS%%%%DOCSDIR%%-6/images/wand.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/white-highlight.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/wizard.jpg +%%PORTDOCS%%%%DOCSDIR%%-6/images/wizard.png +%%PORTDOCS%%%%DOCSDIR%%-6/images/ImageMagick.ico +%%PORTDOCS%%%%DOCSDIR%%-6/index.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/ImageMagickObject.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Blob.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Cache.fig +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Cache.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Cache.svg +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/ChangeLog.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/CoderInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Color.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Documentation.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Drawable.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Drawable_example_1.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Enumerations.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Exception.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/FormatCharacters.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Future.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Geometry.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Image.fig +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Image.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Image.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/ImageDesign.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/ImageMagick.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Install.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Magick++.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Montage.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/NEWS.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/PixelPacket.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/Pixels.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/README.txt +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/STL.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/TypeMetric.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/index.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/magick.css +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/montage-sample-framed.jpg +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/right_triangle.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/thumbnail-anatomy-framed.fig +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/thumbnail-anatomy-framed.jpg +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/thumbnail-anatomy-plain.fig +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/thumbnail-anatomy-plain.jpg +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/thumbnail-sample-framed.jpg +%%PORTDOCS%%%%DOCSDIR%%-6/www/Magick++/thumbnail-sample-plain.jpg +%%PORTDOCS%%%%DOCSDIR%%-6/www/advanced-unix-installation.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/advanced-windows-installation.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/animate.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/openmp.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/webp.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/distribute-pixel-cache.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/color-management.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/support.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/mime.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/ImageMagick_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/ImageMagick_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/MagickCore_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/MagickCore_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/PreRvIcccm_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/PreRvIcccm_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/PreRvIcccm_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/animate-private_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/animate-private_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/animate_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/animate_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/animate_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/annotate_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/annotate_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/annotate_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/annotated.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/api_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/api_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/artifact_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/artifact_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/artifact_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/blob-private_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/blob-private_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/blob_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/blob_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/blob_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/cache-private_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/cache-private_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/cache-view_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/cache-view_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/cache-view_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/cache_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/cache_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/cache_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/classes.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/client_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/client_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/client_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/coder_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/coder_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/coder_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/color-private_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/color-private_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/color_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/color_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/color_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/colorspace-private_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/colorspace-private_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/colorspace_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/colorspace_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/colorspace_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/compare_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/compare_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/compare_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/composite-private_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/composite-private_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/composite_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/composite_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/composite_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/compress_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/compress_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/compress_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/configure_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/configure_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/configure_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/constitute_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/constitute_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/constitute_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/decorate_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/decorate_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/decorate_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/delegate_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/delegate_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/delegate_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/deprecate_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/deprecate_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/deprecate_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/dir_b44b349db36f8365f5234e57d3038770.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/dirs.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/display-private_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/display-private_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/display_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/display_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/display_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/distort_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/distort_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/distort_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/doxygen.css +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/doxygen.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/draw-private_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/draw-private_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/draw_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/draw_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/draw_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/effect_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/effect_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/effect_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/enhance_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/enhance_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/enhance_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/exception-private_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/exception-private_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/exception_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/exception_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/exception_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/files.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/ftv2blank.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/ftv2doc.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/ftv2folderclosed.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/ftv2folderopen.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/ftv2lastnode.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/ftv2link.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/ftv2mlastnode.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/ftv2mnode.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/ftv2node.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/ftv2plastnode.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/ftv2pnode.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/ftv2vertline.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x61.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x62.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x63.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x64.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x65.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x66.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x67.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x68.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x69.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x6b.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x6c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x6d.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x6e.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x6f.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x70.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x71.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x72.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x73.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x74.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x75.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x76.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x77.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x78.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x79.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_0x7a.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_func.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x61.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x62.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x63.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x64.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x65.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x66.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x67.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x68.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x69.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x6b.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x6c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x6d.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x6e.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x6f.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x70.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x71.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x72.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x73.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x74.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x75.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x76.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x77.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x78.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x79.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/functions_vars_0x7a.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/fx-private_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/fx-private_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/fx_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/fx_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/fx_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/gem_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/gem_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/gem_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/geometry_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/geometry_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/geometry_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x61.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x62.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x63.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x64.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x65.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x66.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x67.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x68.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x69.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x6a.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x6b.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x6c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x6d.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x6e.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x6f.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x70.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x71.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x72.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x73.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x74.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x75.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x76.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x77.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x78.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x79.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_0x7a.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x61.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x62.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x63.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x64.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x65.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x66.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x67.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x68.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x69.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x6b.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x6c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x6d.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x6e.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x6f.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x70.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x71.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x72.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x73.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x74.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x75.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x76.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x77.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x78.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_defs_0x79.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_enum.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x62.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x63.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x64.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x65.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x66.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x67.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x68.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x69.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x6a.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x6b.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x6c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x6d.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x6e.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x6f.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x70.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x71.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x72.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x73.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x74.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x75.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x76.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x77.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x78.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x79.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_eval_0x7a.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x62.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x63.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x64.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x65.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x66.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x67.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x68.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x69.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x6a.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x6b.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x6c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x6d.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x6e.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x6f.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x70.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x71.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x72.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x73.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x74.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x75.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x76.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x77.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x78.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x79.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_func_0x7a.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_type.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/globals_vars.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/hashmap_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/hashmap_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/hashmap_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/identify_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/identify_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/identify_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/image-private_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/image-private_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/image_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/image_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/image_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/index.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/layer_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/layer_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/layer_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/list_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/list_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/list_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/locale_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/locale___8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/locale___8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/log_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/log_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/log_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/mac_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/mac_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/mac_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/magic_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/magic_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/magic_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/magick-config_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/magick-config_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/magick-type_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/magick-type_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/magick_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/magick_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/magick_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/main.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/matrix_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/matrix_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/matrix_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/memory_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/memory___8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/memory___8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/methods_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/methods_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/mime-private_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/mime-private_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/mime_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/mime_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/mime_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/module_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/module_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/module_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/monitor_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/monitor_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/monitor_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/montage_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/montage_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/montage_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/nt-base_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/nt-base_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/nt-base_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/nt-feature_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/nt-feature_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/nt-feature_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/option_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/option_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/option_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/paint_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/paint_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/paint_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/pixel-private_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/pixel-private_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/pixel_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/pixel_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/pixel_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/prepress_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/prepress_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/prepress_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/profile_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/profile_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/profile_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/property_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/property_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/property_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/quantize_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/quantize_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/quantize_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/quantum-private_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/quantum-private_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/quantum_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/quantum_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/quantum_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/random_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/random___8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/random___8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/registry_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/registry_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/registry_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/resample_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/resample_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/resample_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/resize-private_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/resize-private_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/resize_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/resize_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/resize_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/resource_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/resource___8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/resource___8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/segment_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/segment_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/segment_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/semaphore_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/semaphore_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/semaphore_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/shear_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/shear_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/shear_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/signature_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/signature_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/signature_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/splay-tree_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/splay-tree_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/splay-tree_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/static_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/static_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/static_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/statistic_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/statistic_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/statistic_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/stream-private_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/stream-private_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/stream_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/stream_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/stream_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/string_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/string___8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/string___8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/structHuffmanTable.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/structSemaphoreInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__AffineMatrix.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__Ascii85Info.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__BlobInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__CacheInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__CacheView.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__CacheMethods.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__ChannelStatistics.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__ChromaticityInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__Cluster.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__CoderInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__ColorInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__ColorPacket.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__ConfigureInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__ContributionInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__CubeInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__DIR.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__DataSegmentInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__DelegateInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__DiversityPacket.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__DoublePixelPacket.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__DrawInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__EdgeInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__ElementInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__ElementReference.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__EntryInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__ErrorInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__EventInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__ExceptionInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__ExtentPacket.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__FrameInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__FxInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__GeometryInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__GhostscriptVectors.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__GradientInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__HandlerInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__HashmapInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__Image.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__ImageAttribute.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__ImageInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__IntervalTree.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__LinkedListInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__LocaleInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__LogInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__LongPixelPacket.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__MagicInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__MagickInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__MagickPixelPacket.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__MedianListNode.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__MedianPixelList.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__MedianSkipList.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__MemoryInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__MimeInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__ModuleInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__MontageInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__NTMEMORYSTATUSEX.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__NexusInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__NodeInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__Nodes.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__OptionInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__PathInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__PixelPacket.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__PointInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__PolygonInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__PrimaryInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__PrimitiveInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__ProfileInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__QuantizeInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__QuantumInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__QuantumState.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__RandomInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__RealPixelPacket.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__RectangleInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__RegistryInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__ResampleFilter.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__ResizeFilter.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__ResourceInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__SegmentInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__SignatureInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__SplayTreeInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__StopInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__StreamInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__StringInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__ThresholdMap.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__Timer.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__TimerInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__TokenInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__TypeInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__TypeMetric.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__ViewInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__XImportInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__XMLTreeInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__XMLTreeRoot.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__XWidgetInfo.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__ZeroCrossing.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__dirdesc.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/struct__ile3.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/structdirent.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/studio_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/studio_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/tab_b.gif +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/tab_l.gif +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/tab_r.gif +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/tabs.css +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/threshold_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/threshold_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/threshold_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/timer_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/timer_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/timer_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/token_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/token_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/token_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/transform_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/transform_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/transform_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/tree.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/type_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/type_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/type_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/utility_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/utility_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/utility_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/version_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/version_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/version_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/vms_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/vms_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/vms_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/widget_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/widget_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/widget_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/xml-tree_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/xml-tree_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/xml-tree_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/xwindow-private_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/xwindow-private_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/xwindow_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/xwindow_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickCore/xwindow_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/MagickWand_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/MagickWand_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/animate_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/animate_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/animate_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/annotated.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/classes.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/compare_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/compare_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/compare_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/composite_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/composite_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/composite_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/conjure_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/conjure_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/conjure_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/convert_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/convert_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/convert_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/deprecate_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/deprecate_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/deprecate_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/dir_101f7ac0a894e32543a314e85b2e1524.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/dirs.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/display_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/display_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/display_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/doxygen.css +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/doxygen.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/drawing-wand_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/drawing-wand_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/drawing-wand_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/drawtest_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/files.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/ftv2blank.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/ftv2doc.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/ftv2folderclosed.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/ftv2folderopen.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/ftv2lastnode.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/ftv2link.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/ftv2mlastnode.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/ftv2mnode.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/ftv2node.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/ftv2plastnode.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/ftv2pnode.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/ftv2vertline.png +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/functions.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/functions_vars.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_0x61.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_0x62.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_0x63.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_0x64.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_0x65.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_0x67.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_0x69.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_0x6d.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_0x6e.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_0x6f.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_0x70.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_0x71.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_0x72.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_0x73.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_0x74.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_0x75.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_0x77.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_0x78.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_defs.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_enum.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_eval.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_func.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_func_0x63.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_func_0x64.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_func_0x67.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_func_0x69.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_func_0x6d.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_func_0x6e.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_func_0x70.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_func_0x72.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_func_0x73.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_type.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/globals_vars.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/identify_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/identify_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/identify_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/import_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/import_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/import_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/index.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/magick-image_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/magick-image_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/magick-image_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/magick-property_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/magick-property_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/magick-property_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/magick-wand-private_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/magick-wand-private_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/magick-wand_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/magick-wand_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/magick-wand_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/magick__wand_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/magick__wand_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/main.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/mogrify-private_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/mogrify-private_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/mogrify_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/mogrify_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/mogrify_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/montage_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/montage_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/montage_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/pixel-iterator_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/pixel-iterator_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/pixel-iterator_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/pixel-wand-private_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/pixel-wand-private_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/pixel-wand_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/pixel-wand_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/pixel-wand_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/stream_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/stream_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/stream_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/struct__CompositeOptions.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/struct__DrawVTable.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/struct__DrawingWand.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/struct__MagickWand.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/struct__PixelIterator.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/struct__PixelWand.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/studio_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/studio_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/tab_b.gif +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/tab_l.gif +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/tab_r.gif +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/tabs.css +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/tree.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/wand_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/wand_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/wand_8h.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/wandtest_8c.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/animate.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/annotate.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/attribute.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/blob.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/cache-view.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/cache.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/cipher.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/channel.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/color.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/colormap.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/colorspace.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/compare.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/composite.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/constitute.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/decorate.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/deprecate.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/display.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/distort.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/draw.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/drawing-wand.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/effect.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/enhance.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/exception.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/feature.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/fourier.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/fx.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/histogram.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/image.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/image-view.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/layer.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/list.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/magick-deprecate.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/magick-image.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/magick-property.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/magick-wand.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/magick.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/memory.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/module.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/mogrify.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/monitor.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/montage.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/morphology.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/paint.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/pixel-iterator.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/pixel-wand.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/profile.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/property.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/quantize.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/registry.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/resize.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/resource.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/segment.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/shear.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/signature.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/statistic.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/stream.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/transform.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/version.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/wand-view.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/api/magick++-classes.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/architecture.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/binary-releases.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/changelog.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/cipher.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/color.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/command-line-options.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/command-line-processing.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/command-line-tools.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/compare.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/compose.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/composite.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/conjure.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/contact.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/convert.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/display.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/download.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/export.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/escape.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/examples.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/exception.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/favicon.ico +%%PORTDOCS%%%%DOCSDIR%%-6/www/formats.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/fx.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/high-dynamic-range.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/history.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/identify.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/import.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/index.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/install-source.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/jp2.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/license.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/links.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/magick++.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/magick-core.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/magick-vector-graphics.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/magick-wand.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/magick.css +%%PORTDOCS%%%%DOCSDIR%%-6/www/miff.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/mogrify.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/montage.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/motion-picture.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/perl-magick.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/porting.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/quantize.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/resources.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/search.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/sitemap.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/source/analyze.c +%%PORTDOCS%%%%DOCSDIR%%-6/www/source/coder.xml +%%PORTDOCS%%%%DOCSDIR%%-6/www/source/colors.xml +%%PORTDOCS%%%%DOCSDIR%%-6/www/source/configure.xml +%%PORTDOCS%%%%DOCSDIR%%-6/www/source/contrast.c +%%PORTDOCS%%%%DOCSDIR%%-6/www/source/core.c +%%PORTDOCS%%%%DOCSDIR%%-6/www/source/delegates.xml +%%PORTDOCS%%%%DOCSDIR%%-6/www/source/english.xml +%%PORTDOCS%%%%DOCSDIR%%-6/www/source/examples.pl +%%PORTDOCS%%%%DOCSDIR%%-6/www/source/francais.xml +%%PORTDOCS%%%%DOCSDIR%%-6/www/source/incantation.msl +%%PORTDOCS%%%%DOCSDIR%%-6/www/source/locale.xml +%%PORTDOCS%%%%DOCSDIR%%-6/www/source/log.xml +%%PORTDOCS%%%%DOCSDIR%%-6/www/source/magic.xml +%%PORTDOCS%%%%DOCSDIR%%-6/www/source/mime.xml +%%PORTDOCS%%%%DOCSDIR%%-6/www/source/piechart.mvg +%%PORTDOCS%%%%DOCSDIR%%-6/www/source/piechart.svg +%%PORTDOCS%%%%DOCSDIR%%-6/www/source/policy.xml +%%PORTDOCS%%%%DOCSDIR%%-6/www/source/thresholds.xml +%%PORTDOCS%%%%DOCSDIR%%-6/www/source/type-ghostscript.xml +%%PORTDOCS%%%%DOCSDIR%%-6/www/source/type-windows.xml +%%PORTDOCS%%%%DOCSDIR%%-6/www/source/type.xml +%%PORTDOCS%%%%DOCSDIR%%-6/www/source/wand.c +%%PORTDOCS%%%%DOCSDIR%%-6/www/sponsors.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/stream.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/subversion.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/t-shirt.html +%%PORTDOCS%%%%DOCSDIR%%-6/www/wand.png +%%PORTDOCS%%@dirrm %%DOCSDIR%%-6/www/source +%%PORTDOCS%%@dirrm %%DOCSDIR%%-6/www/api/MagickCore +%%PORTDOCS%%@dirrm %%DOCSDIR%%-6/www/api/MagickWand +%%PORTDOCS%%@dirrm %%DOCSDIR%%-6/www/api +%%PORTDOCS%%@dirrm %%DOCSDIR%%-6/www/Magick++ +%%PORTDOCS%%@dirrm %%DOCSDIR%%-6/www +%%PORTDOCS%%@dirrm %%DOCSDIR%%-6/images/patterns +%%PORTDOCS%%@dirrm %%DOCSDIR%%-6/images +%%PORTDOCS%%@dirrm %%DOCSDIR%%-6 +@dirrm %%DATADIR%%-6 +%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Magick/%%QBIT%% %%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Magick -%%WITH_PERL%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image -%%WITH_PERL%%@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Image -@dirrmtry lib/ImageMagick-%%PORTVERSION%%/config +%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image +%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Image/Magick +%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Image +@dirrmtry lib/ImageMagick-%%PORTVERSION%%/config-%%QBIT%% @dirrmtry lib/ImageMagick-%%PORTVERSION%% -@dirrm include/ImageMagick/wand -@dirrm include/ImageMagick/magick -@dirrm include/ImageMagick/Magick++ -@dirrm include/ImageMagick -@dirrmtry etc/ImageMagick +@dirrm include/ImageMagick-6/wand +@dirrm include/ImageMagick-6/magick +@dirrm include/ImageMagick-6/Magick++ +@dirrm include/ImageMagick-6 +@dirrmtry etc/ImageMagick-6 Index: graphics/cairo/Makefile =================================================================== --- graphics/cairo/Makefile (revision 354087) +++ graphics/cairo/Makefile (working copy) @@ -1,11 +1,11 @@ # Created by: Michael Johnson # $FreeBSD$ -# $MCom: ports/graphics/cairo/Makefile,v 1.101 2010/10/29 15:40:04 kwm Exp $ +# $MCom: ports/trunk/graphics/cairo/Makefile 18928 2013-11-30 02:00:25Z marcus $ PORTNAME= cairo -PORTVERSION= 1.10.2 -PORTREVISION= 10 -PORTEPOCH?= 2 +PORTVERSION= 1.12.16 +PORTREVISION= 1 +PORTEPOCH= 2 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -18,80 +18,63 @@ libpng15.so:${PORTSDIR}/graphics/png \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig +PORTSCOUT= skipv:5c-1.1,5c-1.2,5c-1.5 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ --disable-directfb \ --enable-tee -USES= libtool:keepla pathfix pkgconfig -USE_XORG= pixman +USES= libtool:keepla pathfix pkgconfig tar:xz +USE_XORG= pixman xext USE_GNOME= referencehack USE_LDCONFIG= yes INSTALL_TARGET= install-strip -CPPFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} +CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ + --disable-directfb \ + --disable-gallium \ + --disable-glesv2 \ + --disable-wgl \ + --disable-egl \ + --enable-tee -OPTIONS_DEFINE= OPENGL XCB GLIB X11 -OPTIONS_DEFAULT= XCB GLIB X11 +OPTIONS_DEFINE= OPENGL XCB GLIB X11 +OPTIONS_DEFAULT=XCB GLIB X11 XCB_DESC= Enable XCB (X C-language Binding) Support GLIB_DESC= Enable GObject Functions Feature +OPTIONS_SUB= yes +X11_USE= xorg=xrender +X11_CONFIGURE_ENABLE=xlib +OPENGL_USE= gl=gl xorg=glproto:both,dri2proto:both +OPENGL_CONFIGURE_ENABLE=gl +GLIB_USE= gnome=glib20 +GLIB_CONFIGURE_ENABLE= gobject +XCB_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util-renderutil +XCB_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util-renderutil +XCB_CONFIGURE_ENABLE= xcb +# this has another option --enable-xlib-xcb=auto but it is buggy. -.include +PLIST_SUB+= LIBVER=2.11200.16 -.if ${ARCH} == "arm" -BROKEN= Does not compile on arm -.endif +.include -.if ${PORT_OPTIONS:MX11} -USE_XORG+= xrender -PLIST_SUB+= X11="" -.else -CONFIGURE_ARGS+=--disable-xlib -PLIST_SUB+= X11="@comment " -.endif - -.if ${PORT_OPTIONS:MOPENGL} -USE_GL= gl -USE_XORG+= glproto:both dri2proto:both -CONFIGURE_ARGS+= --enable-gl -PLIST_SUB+= GL="" -.else -CONFIGURE_ARGS+= --disable-gl -PLIST_SUB+= GL="@comment " -.endif - -.if ${PORT_OPTIONS:MXCB} -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util-renderutil -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util-renderutil -CONFIGURE_ARGS+= --enable-xcb -# this option exposes a bug --enable-xlib-xcb=auto -PLIST_SUB+= XCB="" -.else -CONFIGURE_ARGS+= --disable-xcb -PLIST_SUB+= XCB="@comment " -.endif - -.if ${PORT_OPTIONS:MGLIB} -USE_GNOME+= glib20 -PLIST_SUB+= GLIB="" -.else -CONFIGURE_ARGS+= --enable-gobject=no -PLIST_SUB+= GLIB="@comment " -.endif - post-patch: @${REINPLACE_CMD} -e '/test/s/==/=/g' \ - -e '/LIBS/s/-lrt//' \ + -e '/LIBS/s/-lrt//' -e '/LIBS/s|-ldld||' \ + -e '/LIBS/s|-ldl||' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-lcairo|-lcairo ${PTHREAD_LIBS}|' \ ${WRKSRC}/src/*.pc.in @${REINPLACE_CMD} -e '/@CAIRO_HAS_PNG_FUNCTIONS_TRUE@.*=/d' \ ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|-ldl||g' \ + ${WRKSRC}/util/*/Makefile.in \ + ${WRKSRC}/boilerplate/Makefile.in .if ${PORT_OPTIONS:MOPENGL} @${REINPLACE_CMD} 's|@CAIRO_CFLAGS@|-I$$(top_srcdir)/src/glew &|' \ ${WRKSRC}/src/Makefile.in .endif -.include +.include .endif Index: graphics/cairo/distinfo =================================================================== --- graphics/cairo/distinfo (revision 354087) +++ graphics/cairo/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (cairo-1.10.2.tar.gz) = 32018c7998358eebc2ad578ff8d8559d34fc80252095f110a572ed23d989fc41 -SIZE (cairo-1.10.2.tar.gz) = 23558405 +SHA256 (cairo-1.12.16.tar.xz) = 2505959eb3f1de3e1841023b61585bfd35684b9733c7b6a3643f4f4cbde6d846 +SIZE (cairo-1.12.16.tar.xz) = 35889824 Index: graphics/cairo/files/patch-src_cairo-xcb-surface-render.c =================================================================== --- graphics/cairo/files/patch-src_cairo-xcb-surface-render.c (revision 0) +++ graphics/cairo/files/patch-src_cairo-xcb-surface-render.c (working copy) @@ -0,0 +1,25 @@ +From 18b3cce2f5812c357e4b6310e72d72dd9ec92ed4 Mon Sep 17 00:00:00 2001 +From: Bryce Harrington +Date: Tue, 06 May 2014 17:18:19 +0000 +Subject: Fix segfault in firefox when scrolling on certain pages + +Bug discovered by thorsten + +Patch from Chris Wilson +--- +diff --git a/src/cairo-xcb-surface-render.c b/src/cairo-xcb-surface-render.c +index 9625953..75455e5 100644 +--- src/cairo-xcb-surface-render.c ++++ src/cairo-xcb-surface-render.c +@@ -3121,6 +3121,9 @@ _clip_and_composite_boxes (cairo_xcb_surface_t *dst, + + clip = _cairo_clip_copy (extents->clip); + clip = _cairo_clip_intersect_boxes (clip, boxes); ++ if (_cairo_clip_is_all_clipped (clip)) ++ return CAIRO_INT_STATUS_NOTHING_TO_DO; ++ + status = _cairo_clip_get_polygon (clip, &polygon, + &fill_rule, &antialias); + _cairo_clip_path_destroy (clip->path); +-- +cgit v0.9.0.2-2-gbebe Property changes on: graphics/cairo/files/patch-src_cairo-xcb-surface-render.c ___________________________________________________________________ Added: mcom:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: graphics/cairo/pkg-plist =================================================================== --- graphics/cairo/pkg-plist (revision 354087) +++ graphics/cairo/pkg-plist (working copy) @@ -1,12 +1,14 @@ +bin/cairo-sphinx bin/cairo-trace include/cairo/cairo-deprecated.h include/cairo/cairo-features.h include/cairo/cairo-ft.h -%%GL%%include/cairo/cairo-gl.h +%%OPENGL%%include/cairo/cairo-gl.h %%GLIB%%include/cairo/cairo-gobject.h include/cairo/cairo-pdf.h include/cairo/cairo-ps.h include/cairo/cairo-script-interpreter.h +include/cairo/cairo-script.h include/cairo/cairo-svg.h include/cairo/cairo-tee.h include/cairo/cairo-version.h @@ -14,6 +16,16 @@ %%X11%%include/cairo/cairo-xlib-xrender.h %%X11%%include/cairo/cairo-xlib.h include/cairo/cairo.h +lib/cairo/cairo-fdr.a +lib/cairo/cairo-fdr.la +lib/cairo/cairo-fdr.so +lib/cairo/cairo-fdr.so.0 +lib/cairo/cairo-fdr.so.0.0.0 +lib/cairo/cairo-sphinx.a +lib/cairo/cairo-sphinx.la +lib/cairo/cairo-sphinx.so +lib/cairo/cairo-sphinx.so.0 +lib/cairo/cairo-sphinx.so.0.0.0 lib/cairo/libcairo-trace.a lib/cairo/libcairo-trace.la lib/cairo/libcairo-trace.so @@ -23,26 +35,27 @@ %%GLIB%%lib/libcairo-gobject.la %%GLIB%%lib/libcairo-gobject.so %%GLIB%%lib/libcairo-gobject.so.2 -%%GLIB%%lib/libcairo-gobject.so.2.11000.2 +%%GLIB%%lib/libcairo-gobject.so.%%LIBVER%% lib/libcairo-script-interpreter.a lib/libcairo-script-interpreter.la lib/libcairo-script-interpreter.so lib/libcairo-script-interpreter.so.2 -lib/libcairo-script-interpreter.so.2.11000.2 +lib/libcairo-script-interpreter.so.%%LIBVER%% lib/libcairo.a lib/libcairo.la lib/libcairo.so lib/libcairo.so.2 -lib/libcairo.so.2.11000.2 +lib/libcairo.so.%%LIBVER%% libdata/pkgconfig/cairo.pc libdata/pkgconfig/cairo-fc.pc libdata/pkgconfig/cairo-ft.pc -%%GL%%libdata/pkgconfig/cairo-gl.pc -%%GL%%libdata/pkgconfig/cairo-glx.pc +%%OPENGL%%libdata/pkgconfig/cairo-gl.pc +%%OPENGL%%libdata/pkgconfig/cairo-glx.pc %%GLIB%%libdata/pkgconfig/cairo-gobject.pc libdata/pkgconfig/cairo-pdf.pc libdata/pkgconfig/cairo-png.pc libdata/pkgconfig/cairo-ps.pc +libdata/pkgconfig/cairo-script.pc libdata/pkgconfig/cairo-svg.pc libdata/pkgconfig/cairo-tee.pc %%XCB%%libdata/pkgconfig/cairo-xcb.pc Index: graphics/dri/Makefile =================================================================== --- graphics/dri/Makefile (revision 354087) +++ graphics/dri/Makefile (working copy) @@ -46,7 +46,7 @@ .endif .if defined(WITH_NEW_XORG) -. if defined(WITH_GALLIUM) && (${ARCH} == i386 || ${ARCH} == amd64) +. if !defined(WITHOUT_GALLIUM) && (${ARCH} == i386 || ${ARCH} == amd64) BUILD_DEPENDS+= llvm-config33:${PORTSDIR}/devel/llvm33 CONFIGURE_ENV+= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config33 Index: graphics/inkscape/Makefile =================================================================== --- graphics/inkscape/Makefile (revision 354087) +++ graphics/inkscape/Makefile (working copy) @@ -22,9 +22,9 @@ libMagick++.so:${PORTSDIR}/graphics/ImageMagick RUN_DEPENDS= p5-XML-XQL>=0:${PORTSDIR}/textproc/p5-XML-XQL -USE_BZIP2= yes USE_GNOME= gtkmm24 intlhack libxslt -USES= desktop-file-utils gettext gmake pathfix perl5 shebangfix +USES= desktop-file-utils gettext gmake libtool pathfix perl5 \ + shebangfix tar:bzip2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include Index: graphics/netpbm/Makefile =================================================================== --- graphics/netpbm/Makefile (revision 354087) +++ graphics/netpbm/Makefile (working copy) @@ -26,6 +26,8 @@ MAKEFILE2= Makefile INSTALL_TARGET= install.bin install.lib install.data install-dev USE_LDCONFIG= yes +SHEBANG_FILES= +#buildtools/empty_depend:#!/usr/bin/perl -w buildtools/installnetpbm.pl:#!/usr/bin/perl -w buildtools/makecat:#!/usr/bin/perl -w buildtools/configure.pl:#!/usr/bin/perl -w buildtools/makepointerman:#!/usr/bin/perl -w editor/ppmquant:#!/usr/bin/perl -w editor/ppmshadow:#!/usr/bin/perl -w editor/pnmflip:#!/usr/bin/perl -w editor/pnmquant:#!/usr/bin/perl -w editor/ppmfade:#!/usr/bin/perl -w generator/ppmrainbow:#!/usr/bin/perl -wl manweb:#!/usr/bin/perl -w SHEBANG_FILES= editor/pnmflip editor/pnmquant editor/ppmfade \ editor/ppmquant editor/ppmshadow generator/ppmrainbow Index: graphics/openjpeg/Makefile =================================================================== --- graphics/openjpeg/Makefile (revision 354087) +++ graphics/openjpeg/Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= openjpeg -PORTVERSION= 1.5.0 -PORTREVISION= 2 +PORTVERSION= 2.0.0 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE @@ -16,9 +15,7 @@ libpng15.so:${PORTSDIR}/graphics/png \ liblcms2.so:${PORTSDIR}/graphics/lcms2 -USES= cmake dos2unix -DOS2UNIX_FILES= libopenjpeg/opj_malloc.h -GNU_CONFIGURE= yes +USES= cmake USE_LDCONFIG= yes .include Index: graphics/openjpeg/distinfo =================================================================== --- graphics/openjpeg/distinfo (revision 354087) +++ graphics/openjpeg/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (openjpeg-1.5.0.tar.gz) = c9908fab44432a2ed2550c457cb7e736da6d7c326f1203d23d1082d992364ace -SIZE (openjpeg-1.5.0.tar.gz) = 2117572 +SHA256 (openjpeg-2.0.0.tar.gz) = 334df538051555381ee3bbbe3a804c9c028a021401ba2960d6f35da66bf605d8 +SIZE (openjpeg-2.0.0.tar.gz) = 1770392 Index: graphics/openjpeg/files/patch-CMakeLists.txt =================================================================== --- graphics/openjpeg/files/patch-CMakeLists.txt (revision 354087) +++ graphics/openjpeg/files/patch-CMakeLists.txt (working copy) @@ -1,46 +1,26 @@ ---- CMakeLists.txt.orig 2012-02-07 11:49:55.000000000 +0100 -+++ CMakeLists.txt 2012-06-03 14:26:55.000000000 +0200 -@@ -36,7 +36,7 @@ - "${OPENJPEG_VERSION_MAJOR}.${OPENJPEG_VERSION_MINOR}.${OPENJPEG_VERSION_BUILD}") - SET(OPENJPEG_LIBRARY_PROPERTIES - VERSION "${OPENJPEG_VERSION_MAJOR}.${OPENJPEG_VERSION_MINOR}.${OPENJPEG_VERSION_BUILD}" -- SOVERSION "${OPENJPEG_VERSION_MAJOR}" -+ SOVERSION "2" - ) +--- CMakeLists.txt.orig 2014-03-28 18:05:47.000000000 +0100 ++++ CMakeLists.txt 2014-03-28 18:05:47.000000000 +0100 +@@ -118,7 +118,7 @@ + endif() - # -------------------------------------------------------------------------- -@@ -76,7 +76,7 @@ - # Install directories + if(NOT OPENJPEG_INSTALL_MAN_DIR) +- set(OPENJPEG_INSTALL_MAN_DIR "share/man/") ++ set(OPENJPEG_INSTALL_MAN_DIR "man/") + endif() - STRING(TOLOWER ${PROJECT_NAME} projectname) --SET(OPENJPEG_INSTALL_SUBDIR "${projectname}-${OPENJPEG_VERSION_MAJOR}.${OPENJPEG_VERSION_MINOR}") -+SET(OPENJPEG_INSTALL_SUBDIR "${projectname}") + if(NOT OPENJPEG_INSTALL_DOC_DIR) +@@ -287,3 +287,14 @@ + install(FILES LICENSE DESTINATION ${OPENJPEG_INSTALL_DOC_DIR}) - IF(NOT OPENJPEG_INSTALL_BIN_DIR) - SET(OPENJPEG_INSTALL_BIN_DIR "bin") -@@ -99,7 +99,7 @@ - ENDIF(NOT OPENJPEG_INSTALL_INCLUDE_DIR) - - IF(NOT OPENJPEG_INSTALL_MAN_DIR) -- SET(OPENJPEG_INSTALL_MAN_DIR "share/man/") -+ SET(OPENJPEG_INSTALL_MAN_DIR "man/") - ENDIF(NOT OPENJPEG_INSTALL_MAN_DIR) - - IF(NOT OPENJPEG_INSTALL_DOC_DIR) -@@ -146,7 +146,7 @@ - CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/libopenjpeg1.pc.cmake - ${CMAKE_CURRENT_BINARY_DIR}/libopenjpeg1.pc @ONLY) - INSTALL( FILES ${CMAKE_CURRENT_BINARY_DIR}/libopenjpeg1.pc DESTINATION -- ${OPENJPEG_INSTALL_SHARE_DIR}/pkgconfig ) -+ libdata/pkgconfig ) - INSTALL( CODE "EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -E create_symlink - \"libopenjpeg1.pc\" - \"\$ENV{DESTDIR}${OPENJPEG_INSTALL_LIB_DIR}/pkgconfig/libopenjpeg.pc\")") -@@ -244,6 +241,7 @@ ENDIF(BUILD_TESTING) - #----------------------------------------------------------------------------- - # install all targets referenced as OPENJPEGTargets - INSTALL(EXPORT OpenJPEGTargets DESTINATION ${OPENJPEG_INSTALL_PACKAGE_DIR}) -+SET(OPENJPEG_LIBRARIES "${CMAKE_INSTALL_PREFIX}/${OPENJPEG_INSTALL_LIB_DIR}/lib${OPENJPEG_LIBRARY_NAME}.so") - CONFIGURE_FILE( ${OPENJPEG_SOURCE_DIR}/CMake/OpenJPEGConfig.cmake.in - ${OPENJPEG_BINARY_DIR}/OpenJPEGConfig.cmake - @ONLY + include (cmake/OpenJPEGCPack.cmake) ++ ++#----------------------------------------------------------------------------- ++# pkgconfig support ++if(UNIX) ++ # install in lib and not share (see multi-arch note above) ++ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/lib/openjp2/libopenjp2.pc.cmake.in ++ ${CMAKE_CURRENT_BINARY_DIR}/libopenjp2.pc @ONLY) ++ install( FILES ${CMAKE_CURRENT_BINARY_DIR}/libopenjp2.pc DESTINATION ++ ${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig ) ++endif() ++#-- Index: graphics/openjpeg/files/patch-CMake_OpenJPEGConfig.cmake.in =================================================================== --- graphics/openjpeg/files/patch-CMake_OpenJPEGConfig.cmake.in (revision 354087) +++ graphics/openjpeg/files/patch-CMake_OpenJPEGConfig.cmake.in (working copy) @@ -1,11 +0,0 @@ ---- CMake/OpenJPEGConfig.cmake.in~ 2012-02-07 04:49:55.000000000 -0600 -+++ CMake/OpenJPEGConfig.cmake.in 2012-04-09 05:05:46.024519656 -0500 -@@ -17,7 +17,7 @@ SET(OPENJPEG_LIBRARIES "@OPENJPEG_LIBRAR - SET(OPENJPEG_CMAKE_DIR "@OPENJPEG_CMAKE_DIR_CONFIG@") - - # The configuration options. --SET(OPENJPEG_BUILD_SHARED_LIBS "@OPENJPEG_BUILD_SHARED_LIBS@") -+SET(OPENJPEG_BUILD_SHARED_LIBS @BUILD_SHARED_LIBS@) - - # The "use" file. - SET(OPENJPEG_USE_FILE "@OPENJPEG_USE_FILE_CONFIG@") Index: graphics/openjpeg/files/patch-libopenjpeg-CMakeLists.txt =================================================================== --- graphics/openjpeg/files/patch-libopenjpeg-CMakeLists.txt (revision 354087) +++ graphics/openjpeg/files/patch-libopenjpeg-CMakeLists.txt (working copy) @@ -1,11 +0,0 @@ ---- libopenjpeg/CMakeLists.txt.orig 2012-02-07 11:49:55.000000000 +0100 -+++ libopenjpeg/CMakeLists.txt 2012-06-03 14:29:44.000000000 +0200 -@@ -55,7 +55,7 @@ - - # Install includes files - INSTALL(FILES openjpeg.h -- DESTINATION ${OPENJPEG_INSTALL_INCLUDE_DIR}/${OPENJPEG_INSTALL_SUBDIR} COMPONENT Headers -+ DESTINATION ${OPENJPEG_INSTALL_INCLUDE_DIR} COMPONENT Headers - ) - - # install man page of the library Index: graphics/openjpeg/files/patch-libopenjpeg1.pc.cmake =================================================================== --- graphics/openjpeg/files/patch-libopenjpeg1.pc.cmake (revision 354087) +++ graphics/openjpeg/files/patch-libopenjpeg1.pc.cmake (working copy) @@ -1,15 +0,0 @@ ---- libopenjpeg1.pc.cmake~ 2012-02-07 04:49:55.000000000 -0600 -+++ libopenjpeg1.pc.cmake 2012-04-07 17:13:24.589503254 -0500 -@@ -1,8 +1,8 @@ - prefix=@CMAKE_INSTALL_PREFIX@ --bindir=@OPENJPEG_INSTALL_BIN_DIR@ --datadir=@OPENJPEG_INSTALL_DATA_DIR@ --libdir=@OPENJPEG_INSTALL_LIB_DIR@ --includedir=@OPENJPEG_INSTALL_INCLUDE_DIR@ -+bindir=${prefix}/@OPENJPEG_INSTALL_BIN_DIR@ -+datadir=${prefix}/@OPENJPEG_INSTALL_DATA_DIR@ -+libdir=${prefix}/@OPENJPEG_INSTALL_LIB_DIR@ -+includedir=${prefix}/@OPENJPEG_INSTALL_INCLUDE_DIR@ - - Name: openjpeg - Description: JPEG2000 files library Index: graphics/openjpeg/files/patch-opj_malloc.h =================================================================== --- graphics/openjpeg/files/patch-opj_malloc.h (revision 354087) +++ graphics/openjpeg/files/patch-opj_malloc.h (working copy) @@ -1,12 +0,0 @@ ---- libopenjpeg/opj_malloc.h.orig 2013-10-08 17:19:09.755013928 +0200 -+++ libopenjpeg/opj_malloc.h 2013-10-08 17:20:11.403012744 +0200 -@@ -85,8 +85,7 @@ - #define HAVE_MEMALIGN - /* Linux x86_64 and OSX always align allocations to 16 bytes */ - #elif !defined(__amd64__) && !defined(__APPLE__) -- #define HAVE_MEMALIGN -- #include -+ #include - #endif - #endif - Index: graphics/openjpeg/pkg-plist =================================================================== --- graphics/openjpeg/pkg-plist (revision 354087) +++ graphics/openjpeg/pkg-plist (working copy) @@ -1,19 +1,22 @@ -bin/image_to_j2k -bin/j2k_dump -bin/j2k_to_image -include/openjpeg.h -lib/libopenjpeg.so -lib/libopenjpeg.so.1.5.0 -lib/libopenjpeg.so.2 -man/man1/image_to_j2k.1.gz -man/man1/j2k_dump.1.gz -man/man1/j2k_to_image.1.gz -man/man3/libopenjpeg.3.gz -%%DOCSDIR%%/CHANGES -%%DOCSDIR%%/LICENSE -%%DATADIR%%/OpenJPEGConfig.cmake -%%DATADIR%%/OpenJPEGTargets-%%CMAKE_BUILD_TYPE%%.cmake -%%DATADIR%%/OpenJPEGTargets.cmake -libdata/pkgconfig/libopenjpeg1.pc -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% +bin/opj_compress +bin/opj_decompress +bin/opj_dump +include/openjpeg-2.0/openjpeg.h +include/openjpeg-2.0/opj_config.h +include/openjpeg-2.0/opj_stdint.h +lib/libopenjp2.so +lib/libopenjp2.so.2.0.0 +lib/libopenjp2.so.6 +lib/openjpeg-2.0/OpenJPEGConfig.cmake +lib/openjpeg-2.0/OpenJPEGTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/openjpeg-2.0/OpenJPEGTargets.cmake +libdata/pkgconfig/libopenjp2.pc +man/man1/opj_compress.1.gz +man/man1/opj_decompress.1.gz +man/man1/opj_dump.1.gz +man/man3/libopenjp2.3.gz +%%PORTDOCS%%%%DOCSDIR%%-2.0/CHANGES +%%PORTDOCS%%%%DOCSDIR%%-2.0/LICENSE +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%-2.0 +@dirrmtry lib/openjpeg-2.0 +@dirrmtry include/openjpeg-2.0 Index: graphics/passepartout/Makefile =================================================================== --- graphics/passepartout/Makefile (revision 354087) +++ graphics/passepartout/Makefile (working copy) @@ -19,6 +19,9 @@ gnomecanvasmm-2.6:${PORTSDIR}/graphics/libgnomecanvasmm26 RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt +DEPRECATED= Development stopped in 2009. +EXPIRATION_DATE=2014-06-11 + USE_BZIP2= yes USES= pathfix gmake pkgconfig GNU_CONFIGURE= yes Index: graphics/poppler/Makefile =================================================================== --- graphics/poppler/Makefile (revision 354087) +++ graphics/poppler/Makefile (working copy) @@ -18,18 +18,27 @@ liblcms2.so:${PORTSDIR}/graphics/lcms2 RUN_DEPENDS= poppler-data>0:${PORTSDIR}/graphics/poppler-data -USE_XZ= yes -USES= gmake libtool:keepla pathfix pkgconfig +USES= cmake gmake pathfix pkgconfig tar:xz USE_GNOME= libxml2 -GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-zlib \ - --enable-xpdf-headers \ - --disable-gtk-test \ - --with-html-dir=${DOCSDIR} -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +#CMAKE_ARGS= -D + +#14:00 < rakuco> apparently all OPTION()s are in the top-level CMakeLists.txt +#14:00 < rakuco> and then there's the macro_optional_find_package() imported +# from kde +#14:01 < rakuco> which adds an OPTION(WITH_${FOO}) for each +# macro_optional_find_package(FOO) +#14:01 < rakuco> so you could use -DWITH_QT4=OFF for example + + +#CONFIGURE_ARGS= --enable-zlib \ +# --enable-xpdf-headers \ +# --disable-gtk-test \ +# --with-html-dir=${DOCSDIR} +#CPPFLAGS+= -I${LOCALBASE}/include +#LDFLAGS+= -L${LOCALBASE}/lib + # see https://bugs.freedesktop.org/show_bug.cgi?id=72499 CPPFLAGS+= -D__LONG_LONG_SUPPORTED @@ -54,12 +63,12 @@ BUILD_WRKSRC= ${WRKSRC}/glib INSTALL_WRKSRC= ${WRKSRC}/glib .else -CONFIGURE_ARGS+=--disable-poppler-glib +#CONFIGURE_ARGS+=--disable-poppler-glib .endif .if ${SLAVEPORT}==qt4 -CONFIGURE_ARGS+=--enable-poppler-qt4 -CONFIGURE_ENV+= ac_cv_prog_MOCQT4=${LOCALBASE}/bin/moc-qt4 +#CONFIGURE_ARGS+=--enable-poppler-qt4 +#CONFIGURE_ENV+= ac_cv_prog_MOCQT4=${LOCALBASE}/bin/moc-qt4 USE_QT4= gui corelib xml qtestlib moc_build BUILD_WRKSRC= ${WRKSRC}/qt4 INSTALL_WRKSRC= ${WRKSRC}/qt4 @@ -67,20 +76,20 @@ CONFIGURE_ARGS+=--disable-poppler-qt4 .endif -# needs checking when Qt5 is available .if ${SLAVEPORT}==qt5 -CONFIGURE_ARGS+=--enable-poppler-qt5 -CONFIGURE_ENV+= ac_cv_prog_MOCQT4=${LOCALBASE}/bin/moc-qt5 -USE_QT5= gui corelib xml qtestlib moc_build +#CONFIGURE_ARGS+=--enable-poppler-qt5 +#CONFIGURE_ENV+= MOCQT52=${MOC} ac_cv_prog_MOCQT52=${LOCALBASE}/lib/qt5/bin/moc +#USE_QT5= gui core xml qtestlib moc_build +USE_QT5= gui core xml widgets testlib buildtools_build BUILD_WRKSRC= ${WRKSRC}/qt5 INSTALL_WRKSRC= ${WRKSRC}/qt5 .else -CONFIGURE_ARGS+=--disable-poppler-qt5 +#CONFIGURE_ARGS+=--disable-poppler-qt5 .endif .if ${SLAVEPORT}==utils LIB_DEPENDS+= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib -CONFIGURE_ARGS+=--enable-utils +#CONFIGURE_ARGS+=--enable-utils BUILD_WRKSRC= ${WRKSRC}/utils INSTALL_WRKSRC= ${WRKSRC}/utils .else @@ -88,52 +97,54 @@ .endif .else # ! SLAVE options below -CONFIGURE_ARGS+=--disable-poppler-glib \ - --disable-poppler-qt4 \ - --disable-poppler-qt5 \ - --disable-utils +#CONFIGURE_ARGS+=--disable-poppler-glib \ +# --disable-poppler-qt4 \ +# --disable-poppler-qt5 \ +# --disable-utils .if ${PORT_OPTIONS:MCAIRO} LIB_DEPENDS+= libcairo.so:${PORTSDIR}/graphics/cairo PLIST_SUB+= CAIRO="" .else -CONFIGURE_ARGS+=--disable-cairo-output +#CONFIGURE_ARGS+=--disable-cairo-output PLIST_SUB+= CAIRO="@comment " .endif .if ${PORT_OPTIONS:MOPENJPEG} -CONFIGURE_ARGS+=--enable-libopenjpeg +#CONFIGURE_ARGS+=--enable-libopenjpeg LIB_DEPENDS+= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg +CMAKE_ARGS+= -DENABLE_LIBOPENJPEG="ON" .else -CONFIGURE_ARGS+=--disable-libopenjpeg +#CONFIGURE_ARGS+=--disable-libopenjpeg +CMAKE_ARGS+= -DENABLE_LIBOPENJPEG="OFF" .endif .endif # end of options -post-patch: - @${REINPLACE_CMD} '/CXXFLAGS.*-ansi/d' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-fno-check-new||g' ${WRKSRC}/configure -.if defined(SLAVEPORT) && ${SLAVEPORT}==qt4 - @${REINPLACE_CMD} -e 's|MOCQT4=`.*|MOCQT4="${LOCALBASE}/bin/moc-qt4"|' \ - ${WRKSRC}/configure -.endif -.if defined(SLAVEPORT) && ${SLAVEPORT}==qt5 - @${REINPLACE_CMD} -e 's|MOCQT5=`.*|MOCQT5="${LOCALBASE}/bin/moc-qt5"|' \ - ${WRKSRC}/configure -.endif +#post-patch: +# @${REINPLACE_CMD} '/CXXFLAGS.*-ansi/d' ${WRKSRC}/configure +# @${REINPLACE_CMD} -e 's|-fno-check-new||g' ${WRKSRC}/configure +#.if defined(SLAVEPORT) && ${SLAVEPORT}==qt4 +# @${REINPLACE_CMD} -e 's|MOCQT4=`.*|MOCQT4="${LOCALBASE}/bin/moc-qt4"|' \ +# ${WRKSRC}/configure +#.endif +#.if defined(SLAVEPORT) && ${SLAVEPORT}==qt5 +# @${REINPLACE_CMD} -e 's|MOCQT5=`.*|MOCQT5="${LOCALBASE}/bin/moc-qt5"|' \ +# ${WRKSRC}/configure +#.endif -post-install: -.if defined(SLAVEPORT) -. if ${SLAVEPORT}==glib - ${INSTALL_DATA} ${WRKSRC}/poppler-glib.pc \ - ${STAGEDIR}${PREFIX}/libdata/pkgconfig -. elif ${SLAVEPORT}==qt4 - ${INSTALL_DATA} ${WRKSRC}/poppler-qt4.pc \ - ${STAGEDIR}${PREFIX}/libdata/pkgconfig -. elif ${SLAVEPORT}==qt5 - ${INSTALL_DATA} ${WRKSRC}/poppler-qt5.pc \ - ${STAGEDIR}${PREFIX}/libdata/pkgconfig -. endif -.endif - -@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpoppler*.so.* +#post-install: +#.if defined(SLAVEPORT) +#. if ${SLAVEPORT}==glib +# ${INSTALL_DATA} ${WRKSRC}/poppler-glib.pc \ +# ${STAGEDIR}${PREFIX}/libdata/pkgconfig +#. elif ${SLAVEPORT}==qt4 +# ${INSTALL_DATA} ${WRKSRC}/poppler-qt4.pc \ +# ${STAGEDIR}${PREFIX}/libdata/pkgconfig +#. elif ${SLAVEPORT}==qt5 +# ${INSTALL_DATA} ${WRKSRC}/poppler-qt5.pc \ +# ${STAGEDIR}${PREFIX}/libdata/pkgconfig +#. endif +#.endif +# -@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpoppler*.so.* .include Index: graphics/zbar/Makefile =================================================================== --- graphics/zbar/Makefile (revision 354087) +++ graphics/zbar/Makefile (working copy) @@ -24,7 +24,6 @@ OPTIONS_DEFAULT= X11 IMAGEMAGICK V4L_DESC= Build zbarcam video scanner -NO_STAGE= yes .include .if ${PORT_OPTIONS:MX11} @@ -35,7 +34,7 @@ .endif .if ${PORT_OPTIONS:MIMAGEMAGICK} -LIB_DEPENDS+= Magick++:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= libMagick++.so:${PORTSDIR}/graphics/ImageMagick CONFIGURE_ARGS+= --with-imagemagick=yes PLIST_SUB+= IMAGEMAGICK="" MAN1= zbarimg.1 @@ -88,7 +87,7 @@ @${REINPLACE_CMD} 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/configure @${REINPLACE_CMD} 's|^pkgconfigdir = .*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in -.if empty(PORT_OPTIONS:MDOCS) +.if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} '/^install-data-am: /s/install-dist_docDATA//' \ ${WRKSRC}/Makefile.in .endif Index: math/gnumeric/Makefile =================================================================== --- math/gnumeric/Makefile (revision 354087) +++ math/gnumeric/Makefile (working copy) @@ -3,7 +3,7 @@ # $MCom: ports/trunk/math/gnumeric/Makefile 18444 2013-05-11 12:51:26Z kwm $ PORTNAME= gnumeric -PORTVERSION= 1.12.11 +PORTVERSION= 1.12.15 CATEGORIES= math gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -19,9 +19,8 @@ libpsiconv.so:${PORTSDIR}/converters/psiconv RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian -USE_XZ= yes -USES= desktop-file-utils gettext gmake pathfix pkgconfig \ - shebangfix +USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ + shebangfix tar:xz USE_GNOME= gnomehier gnomeprefix intlhack libgsf pygobject3 USE_PYTHON= 2 INSTALLS_OMF= yes Index: math/gnumeric/distinfo =================================================================== --- math/gnumeric/distinfo (revision 354087) +++ math/gnumeric/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (gnome3/gnumeric-1.12.11.tar.xz) = 554224f8a91743702b90010bf4bd7f04b9086e89c023a2aa1b2dbc31426c538f -SIZE (gnome3/gnumeric-1.12.11.tar.xz) = 18035884 +SHA256 (gnome3/gnumeric-1.12.15.tar.xz) = 7851c7b5c9c8bae7e1acace00c26c98511db12ad16edeab5a9ce80f87fb1fbdb +SIZE (gnome3/gnumeric-1.12.15.tar.xz) = 18010440 Index: math/gnumeric/pkg-plist =================================================================== --- math/gnumeric/pkg-plist (revision 354087) +++ math/gnumeric/pkg-plist (working copy) @@ -140,82 +140,56 @@ include/libspreadsheet-%%SHORT_VER%%/spreadsheet/workbook.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/xml-io-version.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/xml-sax.h -lib/gnumeric/%%VERSION%%/plugins/applix/applix.la lib/gnumeric/%%VERSION%%/plugins/applix/applix.so lib/gnumeric/%%VERSION%%/plugins/applix/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/dif/dif.la lib/gnumeric/%%VERSION%%/plugins/dif/dif.so lib/gnumeric/%%VERSION%%/plugins/dif/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/excel/excel.la lib/gnumeric/%%VERSION%%/plugins/excel/excel.so lib/gnumeric/%%VERSION%%/plugins/excel/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/excelplugins/plugin.la lib/gnumeric/%%VERSION%%/plugins/excelplugins/plugin.so lib/gnumeric/%%VERSION%%/plugins/excelplugins/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/excelplugins/xlcall32.la lib/gnumeric/%%VERSION%%/plugins/excelplugins/xlcall32.so -lib/gnumeric/%%VERSION%%/plugins/fn-christian-date/plugin.la lib/gnumeric/%%VERSION%%/plugins/fn-christian-date/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-christian-date/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-complex/plugin.la lib/gnumeric/%%VERSION%%/plugins/fn-complex/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-complex/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-database/plugin.la lib/gnumeric/%%VERSION%%/plugins/fn-database/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-database/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-date/plugin.la lib/gnumeric/%%VERSION%%/plugins/fn-date/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-date/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-derivatives/plugin.la lib/gnumeric/%%VERSION%%/plugins/fn-derivatives/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-derivatives/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-eng/plugin.la lib/gnumeric/%%VERSION%%/plugins/fn-eng/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-eng/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-erlang/erlang.la lib/gnumeric/%%VERSION%%/plugins/fn-erlang/erlang.so lib/gnumeric/%%VERSION%%/plugins/fn-erlang/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-financial/plugin.la lib/gnumeric/%%VERSION%%/plugins/fn-financial/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-financial/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-hebrew-date/plugin.la lib/gnumeric/%%VERSION%%/plugins/fn-hebrew-date/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-hebrew-date/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-info/plugin.la lib/gnumeric/%%VERSION%%/plugins/fn-info/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-info/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-logical/plugin.la lib/gnumeric/%%VERSION%%/plugins/fn-logical/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-logical/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-lookup/plugin.la lib/gnumeric/%%VERSION%%/plugins/fn-lookup/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-lookup/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-math/plugin.la lib/gnumeric/%%VERSION%%/plugins/fn-math/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-math/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-numtheory/plugin.la lib/gnumeric/%%VERSION%%/plugins/fn-numtheory/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-numtheory/plugin.xml lib/gnumeric/%%VERSION%%/plugins/fn-r/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-r/rstat.la lib/gnumeric/%%VERSION%%/plugins/fn-r/rstat.so -lib/gnumeric/%%VERSION%%/plugins/fn-random/plugin.la lib/gnumeric/%%VERSION%%/plugins/fn-random/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-random/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-stat/plugin.la lib/gnumeric/%%VERSION%%/plugins/fn-stat/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-stat/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-string/plugin.la lib/gnumeric/%%VERSION%%/plugins/fn-string/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-string/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-tsa/plugin.la lib/gnumeric/%%VERSION%%/plugins/fn-tsa/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-tsa/plugin.xml -%%GDA%%lib/gnumeric/%%VERSION%%/plugins/gdaif/gdaif.la %%GDA%%lib/gnumeric/%%VERSION%%/plugins/gdaif/gdaif.so %%GDA%%lib/gnumeric/%%VERSION%%/plugins/gdaif/plugin.xml %%GDA%%lib/gnumeric/%%VERSION%%/plugins/gdaif/ui.xml -lib/gnumeric/%%VERSION%%/plugins/glpk/glpk.la lib/gnumeric/%%VERSION%%/plugins/glpk/glpk.so lib/gnumeric/%%VERSION%%/plugins/glpk/plugin.xml lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/glossary-po-header @@ -223,37 +197,27 @@ lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/gnome_glossary.pyc lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/gnome_glossary.pyo lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/html/html.la lib/gnumeric/%%VERSION%%/plugins/html/html.so lib/gnumeric/%%VERSION%%/plugins/html/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/lotus/lotus.la lib/gnumeric/%%VERSION%%/plugins/lotus/lotus.so lib/gnumeric/%%VERSION%%/plugins/lotus/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/lpsolve/lpsolve.la lib/gnumeric/%%VERSION%%/plugins/lpsolve/lpsolve.so lib/gnumeric/%%VERSION%%/plugins/lpsolve/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/mps/mps.la lib/gnumeric/%%VERSION%%/plugins/mps/mps.so lib/gnumeric/%%VERSION%%/plugins/mps/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/nlsolve/nlsolve.la lib/gnumeric/%%VERSION%%/plugins/nlsolve/nlsolve.so lib/gnumeric/%%VERSION%%/plugins/nlsolve/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/oleo/oleo.la lib/gnumeric/%%VERSION%%/plugins/oleo/oleo.so lib/gnumeric/%%VERSION%%/plugins/oleo/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/openoffice/openoffice.la lib/gnumeric/%%VERSION%%/plugins/openoffice/openoffice.so lib/gnumeric/%%VERSION%%/plugins/openoffice/plugin.xml %%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-func/perl_func.pl %%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-func/plugin.xml -%%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-loader/perl_loader.la %%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-loader/perl_loader.so %%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-loader/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plan_perfect.la lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plan_perfect.so lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plugin.xml lib/gnumeric/%%VERSION%%/plugins/psiconv/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/psiconv/psiconv.la lib/gnumeric/%%VERSION%%/plugins/psiconv/psiconv.so lib/gnumeric/%%VERSION%%/plugins/py-func/plugin.xml lib/gnumeric/%%VERSION%%/plugins/py-func/py_func.py @@ -260,33 +224,24 @@ lib/gnumeric/%%VERSION%%/plugins/py-func/py_func.pyc lib/gnumeric/%%VERSION%%/plugins/py-func/py_func.pyo lib/gnumeric/%%VERSION%%/plugins/python-loader/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/python-loader/python_loader.la lib/gnumeric/%%VERSION%%/plugins/python-loader/python_loader.so lib/gnumeric/%%VERSION%%/plugins/python-loader/ui-console-menu.xml lib/gnumeric/%%VERSION%%/plugins/qpro/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/qpro/qpro.la lib/gnumeric/%%VERSION%%/plugins/qpro/qpro.so lib/gnumeric/%%VERSION%%/plugins/sample_datasource/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/sample_datasource/sample_datasource.la lib/gnumeric/%%VERSION%%/plugins/sample_datasource/sample_datasource.so lib/gnumeric/%%VERSION%%/plugins/sc/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/sc/sc.la lib/gnumeric/%%VERSION%%/plugins/sc/sc.so lib/gnumeric/%%VERSION%%/plugins/sylk/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/sylk/sylk.la lib/gnumeric/%%VERSION%%/plugins/sylk/sylk.so lib/gnumeric/%%VERSION%%/plugins/uihello/hello.xml -lib/gnumeric/%%VERSION%%/plugins/uihello/plugin.la lib/gnumeric/%%VERSION%%/plugins/uihello/plugin.so lib/gnumeric/%%VERSION%%/plugins/uihello/plugin.xml lib/gnumeric/%%VERSION%%/plugins/xbase/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/xbase/xbase.la lib/gnumeric/%%VERSION%%/plugins/xbase/xbase.so -lib/goffice/%%GOFFICE%%/plugins/gnumeric/gnumeric.la lib/goffice/%%GOFFICE%%/plugins/gnumeric/gnumeric.so lib/goffice/%%GOFFICE%%/plugins/gnumeric/plugin.xml lib/libspreadsheet-%%VERSION%%.so -lib/libspreadsheet.la lib/libspreadsheet.so libdata/pkgconfig/libspreadsheet-%%SHORT_VER%%.pc man/man1/gnumeric.1.gz Index: multimedia/gstreamer-plugins/Makefile =================================================================== --- multimedia/gstreamer-plugins/Makefile (revision 354087) +++ multimedia/gstreamer-plugins/Makefile (working copy) @@ -59,6 +59,12 @@ .include +# workaround a crash in clang 3.3 crash llvm bug # 15840 +.if ((${OSVERSION} >= 901504 && ${OSVERSION} < 902502) || \ + (${OSVERSION} >= 1000037 && ${OSVERSION} < 1000056)) +USE_GCC= any +.endif + .if ${ARCH}=="i386" PLIST_SUB+= I386="" .else @@ -70,11 +76,12 @@ NO_GSTREAMER_COMMON= yes USE_LDCONFIG= yes USE_XORG= x11 xv xext videoproto xextproto -PLIST_SUB+= VERSION="${VERSION}" \ +PLIST_SUB+= VERSION="${VERSION}" BASE="" \ SHLIB_VERSION="${SHLIB_VERSION}" SHEBANG_FILES= tools/gst-visualise-m.m .else USE_GSTREAMER= yes +PLIST_SUB+= BASE="@comment " .endif .include "${MASTERDIR}/Makefile.common" Index: multimedia/gstreamer-plugins-good/Makefile =================================================================== --- multimedia/gstreamer-plugins-good/Makefile (revision 354087) +++ multimedia/gstreamer-plugins-good/Makefile (working copy) @@ -15,6 +15,8 @@ BUILD_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins RUN_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins +USE_XORG= xdamage + gst_good_DIST= good GOOD_GST_DIRS= gst sys po PLIST_SUB= VERSION="${GST_VERSION}" Index: multimedia/gstreamer1/Makefile =================================================================== --- multimedia/gstreamer1/Makefile (revision 354087) +++ multimedia/gstreamer1/Makefile (working copy) @@ -47,6 +47,12 @@ CONFIGURE_ENV+= FLEX_PATH="${LOCALBASE}/bin/flex" .endif +# workaround a crash in clang 3.3 crash llvm bug # 15840 +.if ((${OSVERSION} >= 901504 && ${OSVERSION} < 902502) || \ + (${OSVERSION} >= 1000037 && ${OSVERSION} < 1000056)) +USE_GCC= any +.endif + .if ${PORT_OPTIONS:MLIBCHECK} LIB_DEPENDS+= libcheck.so:${PORTSDIR}/devel/libcheck CONFIGURE_ARGS+=--enable-check Index: multimedia/gstreamermm/Makefile =================================================================== --- multimedia/gstreamermm/Makefile (revision 354087) +++ multimedia/gstreamermm/Makefile (working copy) @@ -3,7 +3,7 @@ # $MCom: ports/multimedia/gstreamermm/Makefile,v 1.6 2009/09/26 13:42:00 marcus Exp $ PORTNAME= gstreamermm -PORTVERSION= 0.10.10.2 +PORTVERSION= 0.10.11 CATEGORIES= multimedia MASTER_SITES= GNOME @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-documentation USE_LDCONFIG= yes +CPPFLAGS+= -DGLIB_COMPILATION PLIST_SUB= GST_VERSION="${GST_VERSION}" post-patch: Index: multimedia/gstreamermm/distinfo =================================================================== --- multimedia/gstreamermm/distinfo (revision 354087) +++ multimedia/gstreamermm/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (gstreamermm-0.10.10.2.tar.xz) = 9094485085e08c85ef71832555a983e65f020d41b8b3a98d1288b64dace7c0f1 -SIZE (gstreamermm-0.10.10.2.tar.xz) = 5796428 +SHA256 (gstreamermm-0.10.11.tar.xz) = 12b5f377363594a69cb79f2f5cd0a8b1813ca6553680c3216e6354cfd682ebc6 +SIZE (gstreamermm-0.10.11.tar.xz) = 5840552 Index: multimedia/libv4l/Makefile =================================================================== --- multimedia/libv4l/Makefile (revision 354087) +++ multimedia/libv4l/Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libv4l -PORTVERSION= 0.8.8 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= multimedia MASTER_SITES= http://linuxtv.org/downloads/v4l-utils/ DISTNAME= v4l-utils-${PORTVERSION} @@ -12,22 +11,23 @@ COMMENT= Video4Linux library BUILD_DEPENDS= v4l_compat>=1.0.20120501:${PORTSDIR}/multimedia/v4l_compat -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg -MAKE_ARGS= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" LIBDIR="${PREFIX}/lib" +GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib USE_BZIP2= yes USES= gmake USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/lib +#WRKSRC= ${WRKDIR}/${DISTNAME}/lib post-patch: - @${REINPLACE_CMD} -e 's|$$(LIBDIR)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ - -e 's|-lrt||g' \ - ${WRKSRC}/libv4l1/Makefile \ - ${WRKSRC}/libv4l2/Makefile \ - ${WRKSRC}/libv4lconvert/Makefile - @${RM} ${WRKSRC}/../include/linux/videodev2.h +# @${REINPLACE_CMD} -e 's|$$(LIBDIR)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ +# -e 's|-lrt||g' \ +# ${WRKSRC}/libv4l1/Makefile \ +# ${WRKSRC}/libv4l2/Makefile \ +# ${WRKSRC}/libv4lconvert/Makefile +# @${RM} ${WRKSRC}/../include/linux/videodev2.h .include Index: multimedia/libv4l/distinfo =================================================================== --- multimedia/libv4l/distinfo (revision 354087) +++ multimedia/libv4l/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (v4l-utils-0.8.8.tar.bz2) = 5fa4c6f4b6f5410de57271a03cc9a15f15195ef3fc05a8e42ecf507d6d70a87f -SIZE (v4l-utils-0.8.8.tar.bz2) = 420888 +SHA256 (v4l-utils-1.0.1.tar.bz2) = fc0132e82a18dfad9619be3abf50c206e2f449b1c14440cde36f25874fdce7df +SIZE (v4l-utils-1.0.1.tar.bz2) = 971381 Index: multimedia/libv4l/files/patch-Make.rules =================================================================== --- multimedia/libv4l/files/patch-Make.rules (revision 354087) +++ multimedia/libv4l/files/patch-Make.rules (working copy) @@ -1,26 +0,0 @@ ---- ../Make.rules.orig 2010-08-26 17:19:37.000000000 +0200 -+++ ../Make.rules 2010-11-04 20:26:22.000000000 +0100 -@@ -7,8 +7,8 @@ CFLAGS += -Wall -Wpointer-arith - CXXFLAGS := $(CFLAGS) - CFLAGS += -Wstrict-prototypes -Wmissing-prototypes - --PREFIX = /usr/local --LIBDIR = $(PREFIX)/lib -+PREFIX ?= /usr/local -+LIBDIR ?= $(PREFIX)/lib - # subdir below LIBDIR in which to install the libv4lx libc wrappers - LIBSUBDIR = libv4l - -@@ -22,10 +22,10 @@ LIB_RELEASE = 0 - # And last various rules - - %.o: %.c -- $(CC) -Wp,-MMD,"$*.d",-MQ,"$@",-MP -c $(CPPFLAGS) $(CFLAGS) -o $@ $< -+ $(CC) -MMD -MF "$*.d" -MQ "$@" -MP -c $(CPPFLAGS) $(CFLAGS) -o $@ $< - - %.o: %.cpp -- $(CXX) -Wp,-MMD,"$*.d",-MQ,"$@",-MP -c $(CPPFLAGS) $(CXXFLAGS) -o $@ $< -+ $(CXX) -MMD -MF "$*.d" -MQ "$@" -MP -c $(CPPFLAGS) $(CXXFLAGS) -o $@ $< - - %.so: - $(CC) -shared $(LDFLAGS) -Wl,-soname,$@.$(LIB_RELEASE) -o $@.$(LIB_RELEASE) $^ $(LIBS_$*) Index: multimedia/libva/Makefile =================================================================== --- multimedia/libva/Makefile (revision 354087) +++ multimedia/libva/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= libva PORTVERSION= 1.3.1 CATEGORIES= multimedia -MASTER_SITES= http://cgit.freedesktop.org/${PORTNAME}/snapshot/ +MASTER_SITES= http://www.freedesktop.org/software/vaapi/releases/${PORTNAME}/ MAINTAINER= madpilot@FreeBSD.org COMMENT= VAAPI wrapper and dummy driver @@ -17,13 +17,13 @@ USES= libtool:keepla pkgconfig tar:bzip2 USE_XORG= glproto pciaccess xext xfixes USE_GL= gl -USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize -ACLOCAL_ARGS= -I. -AUTOMAKE_ARGS= --add-missing -CONFIGURE_ARGS= --program-prefix=va +USE_AUTOTOOLS= libtool +LIBTOOLFLAGS= --disable-static +USE_GNOME= ltverhack gnomehack +CONFIGURE_ARGS= --program-prefix=va --disable-egl --disable-wayland USE_LDCONFIG= yes -CPPFLAGS+= -isystem${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib # prevent types conflict: videodev2.h vs. drm.h CFLAGS+= -DHAVE_LINUX_INTEGER_TYPES @@ -38,6 +38,11 @@ CFLAGS+= -DNDEBUG .endif +post-patch: .SILENT + ${REINPLACE_CMD} -e 's|$${libdir}/\(pkgconfig\)|$${prefix}/libdata/\1|' \ + ${WRKSRC}/configure + ${REINPLACE_CMD} 's/-ldl//' ${WRKSRC}/va/Makefile.in + .include # add strnlen(3) from head/lib/libc/string/strnlen.c Index: multimedia/libva/pkg-plist =================================================================== --- multimedia/libva/pkg-plist (revision 354087) +++ multimedia/libva/pkg-plist (working copy) @@ -1,10 +1,10 @@ bin/vaavcenc bin/vah264encode -bin/vainfo bin/valoadjpeg bin/vampeg2vaenc bin/vampeg2vldemo bin/vaputsurface +bin/vavainfo include/va/va.h include/va/va_backend.h include/va/va_backend_glx.h @@ -24,6 +24,10 @@ include/va/va_version.h include/va/va_vpp.h include/va/va_x11.h +lib/dri/dummy_drv_video.a +lib/dri/dummy_drv_video.la +lib/dri/dummy_drv_video.so +lib/libva-drm.a lib/libva-drm.la lib/libva-drm.so lib/libva-drm.so.1 @@ -52,4 +56,4 @@ libdata/pkgconfig/libva-x11.pc libdata/pkgconfig/libva.pc @dirrm include/va -@dirrmtry lib/va +@dirrmtry lib/dri Index: multimedia/totem/files/patch-configure =================================================================== --- multimedia/totem/files/patch-configure (revision 354087) +++ multimedia/totem/files/patch-configure (working copy) @@ -1,14 +1,5 @@ --- configure.orig 2010-10-10 12:15:41.000000000 -0400 +++ configure 2010-10-10 12:18:12.000000000 -0400 -@@ -18343,7 +18343,7 @@ for good_element in gconfaudiosink gconf - do - { $as_echo "$as_me:${as_lineno-$LINENO}: checking GStreamer 0.10 $good_element plugin" >&5 - $as_echo_n "checking GStreamer 0.10 $good_element plugin... " >&6; } -- if $gst010_inspect $good_element >/dev/null 2>/dev/null; then -+ if dbus-launch $gst010_inspect $good_element >/dev/null 2>/dev/null; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 - $as_echo "yes" >&6; } - else @@ -21139,7 +21139,9 @@ if test "$enable_browser_plugins" = "yes $as_echo "#define ENABLE_BROWSER_PLUGINS 1" >>confdefs.h Index: multimedia/totem/files/pkg-message.in =================================================================== --- multimedia/totem/files/pkg-message.in (revision 354087) +++ multimedia/totem/files/pkg-message.in (working copy) @@ -1,5 +1,6 @@ ******************************************************** -* Make sure you've enough shared memory, the xine FAQ * +* If your running FreeBSD 7 or 8 please make sure * +* you've enough shared memory, the xine FAQ * * advises to have the following sysctl settings: * * kern.ipc.shmmax=67108864 * * kern.ipc.shmall=32768 * Index: multimedia/totem/pkg-descr =================================================================== --- multimedia/totem/pkg-descr (revision 354087) +++ multimedia/totem/pkg-descr (working copy) @@ -3,3 +3,5 @@ as well as a pretty complete keyboard navigation. WWW: http://www.gnome.org/projects/totem/ + +-- Hendrik Scholz Index: multimedia/totem/pkg-plist =================================================================== --- multimedia/totem/pkg-plist (revision 354087) +++ multimedia/totem/pkg-plist (working copy) @@ -69,11 +69,6 @@ lib/totem/plugins/opensubtitles/opensubtitles.pyo lib/totem/plugins/opensubtitles/opensubtitles.totem-plugin lib/totem/plugins/opensubtitles/opensubtitles.ui -%%PUBLISH%%lib/totem/plugins/publish/libpublish.a -%%PUBLISH%%lib/totem/plugins/publish/libpublish.la -%%PUBLISH%%lib/totem/plugins/publish/libpublish.so -%%PUBLISH%%lib/totem/plugins/publish/publish-plugin.ui -%%PUBLISH%%lib/totem/plugins/publish/publish.totem-plugin lib/totem/plugins/properties/libmovie-properties.a lib/totem/plugins/properties/libmovie-properties.la lib/totem/plugins/properties/libmovie-properties.so @@ -549,7 +544,6 @@ @dirrm lib/totem/plugins/skipto @dirrm lib/totem/plugins/screenshot @dirrm lib/totem/plugins/screensaver -%%PUBLISH%%@dirrm lib/totem/plugins/publish @dirrm lib/totem/plugins/properties @dirrm lib/totem/plugins/opensubtitles @dirrm lib/totem/plugins/ontop Index: net/GeoIP/Makefile =================================================================== --- net/GeoIP/Makefile (revision 354087) +++ net/GeoIP/Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= GeoIP -PORTVERSION= 1.4.8 -PORTREVISION= 3 +PORTVERSION= 1.6.0 CATEGORIES= net geography MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/c/ @@ -10,8 +9,11 @@ MAINTAINER= dhn@FreeBSD.org COMMENT= Find the country that any IP address or hostname originates from -CONFIGURE_ARGS= CC="${CC}" PATH="${PATH}" \ - CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= \ +CC="${CC}" +PATH="${PATH}" \ +CFLAGS="-I${LOCALBASE}/include" +LDFLAGS="-L${LOCALBASE}/lib" USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Index: net/avahi-gtk3/Makefile =================================================================== --- net/avahi-gtk3/Makefile (revision 354087) +++ net/avahi-gtk3/Makefile (working copy) @@ -23,9 +23,11 @@ USE_GNOME+= gtk30 do-build: - @(cd ${WRKSRC}/avahi-ui; ${GMAKE} libavahi-ui-gtk3.la) + @(cd ${WRKSRC}/avahi-ui; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} + ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS:C,^${DESTDIRNAME}=.*,,g} libavahi-ui-gtk3.la) do-install: - @(cd ${WRKSRC}/avahi-ui; ${GMAKE} ${MAKE_ARGS} install-libLTLIBRARIES) + @(cd ${WRKSRC}/avahi-ui; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} +${MAKEFILE} ${MAKE_ARGS} install-libLTLIBRARIES) .include "${MASTERDIR}/Makefile" Index: net/gtk-vnc/Makefile =================================================================== --- net/gtk-vnc/Makefile (revision 354087) +++ net/gtk-vnc/Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gtk-vnc -PORTVERSION= 0.3.10 -PORTREVISION= 10 +PORTVERSION= 0.4.4 CATEGORIES= net gnome MASTER_SITES= GNOME @@ -12,19 +11,20 @@ LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ libgcrypt.so:${PORTSDIR}/security/libgcrypt \ - libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \ - libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext + libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 -CONFLICTS= gtk-vnc-0.4.[0-9]* +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING.LIB -USE_GNOME= pygtk2 -USES= gettext gmake libtool:keepla pathfix pkgconfig +USE_GNOME= gtk20 introspection:build +USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz USE_LDCONFIG= yes -USE_PYTHON= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --with-gtkglext=yes +CONFIGURE_ARGS= --with-gtk=2.0 --enable-introspection \ + --disable-plugin --without-python +MAKE_JOBS_UNSAFE=yes INSTALL_TARGET= install-strip .include Index: net/gtk-vnc/distinfo =================================================================== --- net/gtk-vnc/distinfo (revision 354087) +++ net/gtk-vnc/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (gtk-vnc-0.3.10.tar.gz) = 61fdc1824e5621ba77a116fae7e512ced377a914ad34b2a694188277ca679384 -SIZE (gtk-vnc-0.3.10.tar.gz) = 604228 +SHA256 (gtk-vnc-0.4.4.tar.xz) = c93fdb53c78b52a1cfa067c1a0be0b93d4adfc17ccea1215f20eeab2818308b7 +SIZE (gtk-vnc-0.4.4.tar.xz) = 377304 Index: net/gtk-vnc/files/patch-src_continuation.h =================================================================== --- net/gtk-vnc/files/patch-src_continuation.h (revision 354087) +++ net/gtk-vnc/files/patch-src_continuation.h (working copy) @@ -1,6 +1,6 @@ ---- src/continuation.h.orig 2007-12-16 13:58:18.000000000 -0500 -+++ src/continuation.h 2007-12-16 13:58:39.000000000 -0500 -@@ -11,6 +11,7 @@ +--- src/continuation.h.orig 2011-02-18 16:29:10.000000000 +0000 ++++ src/continuation.h 2011-02-20 17:50:37.000000000 +0000 +@@ -21,6 +21,7 @@ #ifndef _CONTINUATION_H_ #define _CONTINUATION_H_ Index: net/gtk-vnc/files/patch-src_coroutine_ucontext.c =================================================================== --- net/gtk-vnc/files/patch-src_coroutine_ucontext.c (revision 354087) +++ net/gtk-vnc/files/patch-src_coroutine_ucontext.c (working copy) @@ -1,6 +1,6 @@ ---- src/coroutine_ucontext.c.orig 2007-12-16 13:59:13.000000000 -0500 -+++ src/coroutine_ucontext.c 2007-12-16 13:59:21.000000000 -0500 -@@ -48,7 +48,7 @@ int coroutine_init(struct coroutine *co) +--- src/coroutine_ucontext.c.orig 2011-02-18 16:29:10.000000000 +0000 ++++ src/coroutine_ucontext.c 2011-02-20 17:51:14.000000000 +0000 +@@ -60,7 +60,7 @@ int coroutine_init(struct coroutine *co) co->cc.stack_size = co->stack_size; co->cc.stack = mmap(0, co->stack_size, PROT_READ | PROT_WRITE, Index: net/gtk-vnc/pkg-plist =================================================================== --- net/gtk-vnc/pkg-plist (revision 354087) +++ net/gtk-vnc/pkg-plist (working copy) @@ -1,16 +1,43 @@ +bin/gvnccapture +include/gtk-vnc-1.0/gtk-vnc.h include/gtk-vnc-1.0/vncdisplay.h -lib/libgtk-vnc-1.0.a +include/gtk-vnc-1.0/vncdisplayenums.h +include/gtk-vnc-1.0/vncgrabsequence.h +include/gtk-vnc-1.0/vncimageframebuffer.h +include/gvnc-1.0/gvnc.h +include/gvnc-1.0/vncbaseframebuffer.h +include/gvnc-1.0/vnccolormap.h +include/gvnc-1.0/vncconnection.h +include/gvnc-1.0/vncconnectionenums.h +include/gvnc-1.0/vnccursor.h +include/gvnc-1.0/vncframebuffer.h +include/gvnc-1.0/vncpixelformat.h +include/gvnc-1.0/vncutil.h +lib/girepository-1.0/GVnc-1.0.typelib +lib/girepository-1.0/GtkVnc-1.0.typelib lib/libgtk-vnc-1.0.la lib/libgtk-vnc-1.0.so lib/libgtk-vnc-1.0.so.0 +lib/libgvnc-1.0.la +lib/libgvnc-1.0.so +lib/libgvnc-1.0.so.0 lib/libgtk-vnc-1.0.so.0.0.1 %%PYTHON_SITELIBDIR%%/gtkvnc.a %%PYTHON_SITELIBDIR%%/gtkvnc.la %%PYTHON_SITELIBDIR%%/gtkvnc.so libdata/pkgconfig/gtk-vnc-1.0.pc +libdata/pkgconfig/gvnc-1.0.pc +man/man1/gvnccapture.1.gz +share/gir-1.0/GVnc-1.0.gir +share/gir-1.0/GtkVnc-1.0.gir +share/locale/ca/LC_MESSAGES/gtk-vnc.mo +share/locale/ca@valencia/LC_MESSAGES/gtk-vnc.mo +share/locale/cs/LC_MESSAGES/gtk-vnc.mo +share/locale/da/LC_MESSAGES/gtk-vnc.mo share/locale/de/LC_MESSAGES/gtk-vnc.mo share/locale/el/LC_MESSAGES/gtk-vnc.mo share/locale/en_GB/LC_MESSAGES/gtk-vnc.mo +share/locale/eo/LC_MESSAGES/gtk-vnc.mo share/locale/es/LC_MESSAGES/gtk-vnc.mo share/locale/eu/LC_MESSAGES/gtk-vnc.mo share/locale/fr/LC_MESSAGES/gtk-vnc.mo @@ -17,8 +44,29 @@ share/locale/gl/LC_MESSAGES/gtk-vnc.mo share/locale/hu/LC_MESSAGES/gtk-vnc.mo share/locale/it/LC_MESSAGES/gtk-vnc.mo +share/locale/ja/LC_MESSAGES/gtk-vnc.mo +share/locale/ko/LC_MESSAGES/gtk-vnc.mo +share/locale/nb/LC_MESSAGES/gtk-vnc.mo +share/locale/nds/LC_MESSAGES/gtk-vnc.mo +share/locale/pa/LC_MESSAGES/gtk-vnc.mo share/locale/pl/LC_MESSAGES/gtk-vnc.mo share/locale/pt/LC_MESSAGES/gtk-vnc.mo share/locale/pt_BR/LC_MESSAGES/gtk-vnc.mo +share/locale/ro/LC_MESSAGES/gtk-vnc.mo +share/locale/ru/LC_MESSAGES/gtk-vnc.mo +share/locale/sk/LC_MESSAGES/gtk-vnc.mo +share/locale/sl/LC_MESSAGES/gtk-vnc.mo share/locale/sv/LC_MESSAGES/gtk-vnc.mo +share/locale/th/LC_MESSAGES/gtk-vnc.mo +share/locale/tr/LC_MESSAGES/gtk-vnc.mo +share/locale/zh_CN/LC_MESSAGES/gtk-vnc.mo +share/locale/zh_HK/LC_MESSAGES/gtk-vnc.mo +share/locale/zh_TW/LC_MESSAGES/gtk-vnc.mo +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia @dirrm include/gtk-vnc-1.0 +@dirrm include/gvnc-1.0 Index: net/libproxy/Makefile =================================================================== --- net/libproxy/Makefile (revision 354087) +++ net/libproxy/Makefile (working copy) @@ -3,24 +3,49 @@ # $MCom: ports/net/libproxy/Makefile,v 1.1 2011/01/12 13:10:52 kwm Exp $ PORTNAME= libproxy -PORTVERSION= 0.4.6 +PORTVERSION= 0.4.11 PORTREVISION?= 0 CATEGORIES?= net devel -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE MAINTAINER= gnome@FreeBSD.org COMMENT?= Library that provides automatic proxy configuration management -USES+= cmake +USES+= cmake pkgconfig + #ninja +USE_PKGCONFIG= +# for isascii() +# gnome3 in slaveport? +#USE_GNOME= glib20 PLIST_SUB+= VERSION=${PORTVERSION} +# option(WITH_GNOME2 "Target a GNOME 2 system (gconf)" OFF) +# option(WITH_GNOME3 "Target a GNOME 3 system (gsettings)" ON) +#modules/pacrunner_webkit.cmk: if(WITH_WEBKIT3) +#modules/pacrunner_mozjs.cmk: option(WITH_MOZJS "Search for MOZJS package" ON) +#modules/pacrunner_mozjs.cmk: if (WITH_MOZJS) +#modules/config_kde4.cmk: option(WITH_KDE4 "Search for KDE4 package" ON) + +#bindings/CMakeLists.txt:option(WITH_PYTHON "Enables Python bindings" ON) +#bindings/CMakeLists.txt:if (WITH_PYTHON) +#bindings/CMakeLists.txt:option(WITH_DOTNET "Enables C# bindings" OFF) +#bindings/CMakeLists.txt:if (WITH_DOTNET) +#bindings/CMakeLists.txt:option(WITH_PERL "Enables Perl bindings" ON) +#bindings/CMakeLists.txt:if (WITH_PERL) +#bindings/CMakeLists.txt:# Install Vala bindings / Install only when -DWITH_VALA is passed to cmake. +#bindings/CMakeLists.txt:option(WITH_VALA "Enables Vala bindings" OFF) +#bindings/CMakeLists.txt:if(WITH_VALA) + + .if !defined(LIBPROXY_SLAVE) USE_LDCONFIG= yes CMAKE_ARGS+= -DWITH_PYTHON:BOOL=OFF -DWITH_PERL:BOOL=OFF \ - -DWITH_GNOME:BOOL=OFF -DWITH_KDE4:BOOL=OFF \ + -DWITH_GNOME2:BOOL=OFF -DWITH_KDE4:BOOL=OFF \ -DWITH_WEBKIT:BOOL=OFF -DWITH_MOZJS:BOOL=OFF \ - -DWITH_NETWORKMANAGER:BOOL=OFF -DWITH_VALA:BOOL=ON + -DWITH_GNOME3:BOOL=OFF -DWITH_VALA:BOOL=ON \ + -DWITH_DOTNET:BOOL=OFF -DWITH_NM:BOOL=OFF +# -DBIPR:BOOL=OFF .else # Libproxy is build for the slave ports, since I haven't been able to find @@ -40,9 +65,9 @@ . endif . if ${LIBPROXY_SLAVE}=="gnome" -CMAKE_ARGS+= -DWITH_GNOME:BOOL=ON +CMAKE_ARGS+= -DWITH_GNOME2:BOOL=ON . else -CMAKE_ARGS+= -DWITH_GNOME:BOOL=OFF +CMAKE_ARGS+= -DWITH_GNOME2:BOOL=OFF . endif . if ${LIBPROXY_SLAVE}=="kde" Index: net/libproxy/distinfo =================================================================== --- net/libproxy/distinfo (revision 354087) +++ net/libproxy/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (libproxy-0.4.6.tar.gz) = 9ad912e63b1efca98fb442240a2bc7302e6021c1d0b1b9363327729f29462f30 -SIZE (libproxy-0.4.6.tar.gz) = 82483 +SHA256 (libproxy-0.4.11.tar.gz) = dc3f33de54163718f82b3e7c496a7de97f8862578414b8ecaad3cbfe4821864b +SIZE (libproxy-0.4.11.tar.gz) = 93757 Index: net/libproxy/files/patch-libmodman_CMakeLists.txt =================================================================== --- net/libproxy/files/patch-libmodman_CMakeLists.txt (revision 354087) +++ net/libproxy/files/patch-libmodman_CMakeLists.txt (working copy) @@ -1,14 +0,0 @@ ---- libmodman/CMakeLists.txt.orig 2010-09-01 22:23:34.000000000 +0200 -+++ libmodman/CMakeLists.txt 2011-01-08 01:39:09.000000000 +0100 -@@ -12,9 +12,9 @@ - module_manager.hpp - module_manager.cpp) - if(NOT WIN32) -- target_link_libraries(modman dl) -+ target_link_libraries(modman) - endif() --set_target_properties(modman PROPERTIES PREFIX "lib" VERSION 1.0.0 SOVERSION 1) -+set_target_properties(modman PROPERTIES PREFIX "lib" VERSION 1 SOVERSION 1) - install(TARGETS modman DESTINATION ${LIB_INSTALL_DIR}) - - ### Tests Index: net/libproxy/files/patch-libproxy_CMakeLists.txt =================================================================== --- net/libproxy/files/patch-libproxy_CMakeLists.txt (revision 354087) +++ net/libproxy/files/patch-libproxy_CMakeLists.txt (working copy) @@ -1,11 +1,17 @@ ---- libproxy/CMakeLists.txt.orig 2010-09-01 22:23:34.000000000 +0200 -+++ libproxy/CMakeLists.txt 2010-12-27 10:59:14.000000000 +0100 +--- libproxy/CMakeLists.txt.orig 2012-11-30 23:31:35.000000000 +0100 ++++ libproxy/CMakeLists.txt 2014-01-13 21:27:27.000000000 +0100 @@ -6,7 +6,7 @@ if (WIN32) add_definitions(-D_CRT_SECURE_NO_WARNINGS=1) else(WIN32) -- add_definitions(-D_POSIX_C_SOURCE=1) -+# add_definitions(-D_POSIX_C_SOURCE=1) +- add_definitions(-D_POSIX_C_SOURCE=200112L) ++# add_definitions(-D_POSIX_C_SOURCE=200112L) set(CMAKE_CXX_FLAGS "-fvisibility=hidden ${CMAKE_CXX_FLAGS}") endif(WIN32) +@@ -20,4 +20,4 @@ + include(cmake/libproxy.cmk) + + ### Tests +-add_testdirectory(test) ++#add_testdirectory(test) Index: net/libproxy/files/patch-libproxy_cmake_libproxy.cmk =================================================================== --- net/libproxy/files/patch-libproxy_cmake_libproxy.cmk (revision 354087) +++ net/libproxy/files/patch-libproxy_cmake_libproxy.cmk (working copy) @@ -1,19 +0,0 @@ ---- libproxy/cmake/libproxy.cmk.orig 2010-09-01 22:23:34.000000000 +0200 -+++ libproxy/cmake/libproxy.cmk 2011-01-08 01:32:46.000000000 +0100 -@@ -2,7 +2,7 @@ add_library(libproxy SHARED extension_co - if(WIN32) - target_link_libraries(libproxy modman;ws2_32;${LIBPROXY_LIBRARIES}) - else() -- target_link_libraries(libproxy modman;m;pthread;dl;${LIBPROXY_LIBRARIES}) -+ target_link_libraries(libproxy modman;m;pthread;${LIBPROXY_LIBRARIES}) - endif() - file(TO_NATIVE_PATH ${MODULE_INSTALL_DIR} MODULE_INSTALL_DIR) - if(WIN32) -@@ -17,6 +17,6 @@ endif() - - set_property(SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/proxy.cpp - PROPERTY COMPILE_DEFINITIONS MODULEDIR="${MODULEDIR}";BUILTIN_MODULES=${BUILTIN_MODULES}) --set_target_properties(libproxy PROPERTIES PREFIX "" VERSION 1.0.0 SOVERSION 1) -+set_target_properties(libproxy PROPERTIES PREFIX "" VERSION 1 SOVERSION 1) - install(TARGETS libproxy DESTINATION ${LIB_INSTALL_DIR}) - install(FILES proxy.h DESTINATION ${INCLUDE_INSTALL_DIR}) Index: net/libproxy/files/patch-libproxy_cmake_modules.cmk =================================================================== --- net/libproxy/files/patch-libproxy_cmake_modules.cmk (revision 354087) +++ net/libproxy/files/patch-libproxy_cmake_modules.cmk (working copy) @@ -1,13 +1,13 @@ ---- libproxy/cmake/modules.cmk.orig 2011-01-08 01:06:52.000000000 +0100 -+++ libproxy/cmake/modules.cmk 2011-01-08 01:07:02.000000000 +0100 -@@ -17,10 +17,10 @@ include(cmake/modules/pacrunner_mozjs.cm +--- libproxy/cmake/modules.cmk.orig 2012-03-09 18:52:57.000000000 +0100 ++++ libproxy/cmake/modules.cmk 2014-01-12 22:16:41.000000000 +0100 +@@ -19,10 +19,10 @@ include(cmake/modules/pacrunner_webkit.cmk) # Build the pacrunner into libproxy unless we are building for multiple engines --set(BIPR 1) --if(MOZJS_FOUND AND WEBKIT_FOUND) -+#set(BIPR 1) -+#if(MOZJS_FOUND AND WEBKIT_FOUND) +-set(BIPR 1 CACHE BOOL "Build internal pacrunner? (Always false when building more than one PR") +-if((MOZJS_FOUND AND WEBKIT_FOUND) OR (MOZJS_FOUND AND NATUS_FOUND) OR (WEBKIT_FOUND AND NATUS_FOUND)) ++#set(BIPR 1 CACHE BOOL "Build internal pacrunner? (Always false when building more than one PR") ++#if((MOZJS_FOUND AND WEBKIT_FOUND) OR (MOZJS_FOUND AND NATUS_FOUND) OR (WEBKIT_FOUND AND NATUS_FOUND)) set(BIPR 0) -endif() +#endif() Index: net/libproxy/files/patch-libproxy_cmake_modules_config-gnome.cmk =================================================================== --- net/libproxy/files/patch-libproxy_cmake_modules_config-gnome.cmk (revision 354087) +++ net/libproxy/files/patch-libproxy_cmake_modules_config-gnome.cmk (working copy) @@ -1,8 +0,0 @@ ---- libproxy/cmake/modules/config_gnome.cmk.orig 2011-01-08 01:14:36.000000000 +0100 -+++ libproxy/cmake/modules/config_gnome.cmk 2011-01-08 01:16:19.000000000 +0100 -@@ -1,4 +1,5 @@ - if (NOT WIN32 AND NOT APPLE) -+ option(WITH_GNOME "Search for GConf2 package" ON) - px_check_modules(GNOME gconf-2.0 gobject-2.0) - - # GNOME (gconf) helper Index: net/libproxy/files/patch-libproxy_cmake_modules_pacrunner-webkit.cmk =================================================================== --- net/libproxy/files/patch-libproxy_cmake_modules_pacrunner-webkit.cmk (revision 354087) +++ net/libproxy/files/patch-libproxy_cmake_modules_pacrunner-webkit.cmk (working copy) @@ -1,11 +0,0 @@ ---- libproxy/cmake/modules/pacrunner_webkit.cmk.orig 2011-01-08 01:14:30.000000000 +0100 -+++ libproxy/cmake/modules/pacrunner_webkit.cmk 2011-01-08 01:16:05.000000000 +0100 -@@ -12,5 +12,6 @@ elseif(APPLE) - set(WEBKIT_FOUND 1) - endif() - else() -+ option(WITH_WEBKIT "Search for WebKit package" ON) - px_check_modules(WEBKIT webkit-1.0) --endif() -\ No newline at end of file -+endif() Index: net/libproxy-gnome/Makefile =================================================================== --- net/libproxy-gnome/Makefile (revision 354087) +++ net/libproxy-gnome/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ # $MCom: ports/net/libproxy-gnome/Makefile,v 1.1 2011/01/12 13:10:53 kwm Exp $ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= net devel PKGNAMESUFFIX= -gnome Index: net/netatalk/Makefile =================================================================== --- net/netatalk/Makefile (revision 354087) +++ net/netatalk/Makefile (working copy) @@ -33,6 +33,8 @@ ZEROCONF_DESC= Zeroconf (Bonjour) support SENDFILE_DESC= sendfile support +# radio -> null, avahi , mDNSResponder + FILES= AppleVolumes.default AppleVolumes.system afpd.conf netatalk.conf LINKS= unbin unhex unsingle hqx2bin single2bin macbinary \ binheader nadheader Index: net-im/farsight2/Makefile =================================================================== --- net-im/farsight2/Makefile (revision 354087) +++ net-im/farsight2/Makefile (working copy) @@ -11,16 +11,16 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of GStreamer modules and libraries for videoconferencing -LIB_DEPENDS= nice:${PORTSDIR}/net-im/libnice +LIB_DEPENDS= libnice.so:${PORTSDIR}/net-im/libnice CONFLICTS= farstream-[0-9]* -USES= pkgconfig gettext gmake +USES= gettext gmake libtool pathfix pkgconfig USE_LDCONFIG= yes USE_PYTHON= yes -USE_GNOME= gnomehack glib20 ltverhack +USE_GNOME= glib20 USE_GSTREAMER= core good bad python -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: ports-mgmt/packagekit/Makefile =================================================================== --- ports-mgmt/packagekit/Makefile (revision 354087) +++ ports-mgmt/packagekit/Makefile (working copy) @@ -1,28 +1,26 @@ # Created by: Anders F Bjorklund # $FreeBSD$ -# $MCom: ports/ports-mgmt/packagekit/Makefile,v 1.26 2010/10/10 15:49:51 marcus Exp $ +# $MCom: ports/trunk/ports-mgmt/packagekit/Makefile 17268 2013-04-01 05:13:11Z marcus $ -PORTNAME= PackageKit -PORTVERSION= 0.6.11 -PORTREVISION?= 4 +PORTNAME= packagekit +PORTVERSION= 0.8.9 CATEGORIES= ports-mgmt sysutils MASTER_SITES= http://www.packagekit.org/releases/ +DISTNAME= PackageKit-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -COMMENT?= DBUS packaging abstraction layer +COMMENT= DBUS packaging abstraction layer -BUILD_DEPENDS= ${LOCALBASE}/bin/docbook2man:${PORTSDIR}/textproc/docbook-utils \ - ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection +BUILD_DEPENDS= ${LOCALBASE}/bin/docbook2man:${PORTSDIR}/textproc/docbook-utils +BUILD_DEPENDS+= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ - dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - polkit-gobject-1:${PORTSDIR}/sysutils/polkit \ - ck-connector:${PORTSDIR}/sysutils/consolekit -RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof \ - ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection \ - ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info + polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit +RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof -USES= gettext gmake iconv pkgconfig +USE_XZ= yes +USES= gettext gmake iconv pathfix pkgconfig shared-mime-info USE_GNOME= glib20 intltool gnomehier +USE_LDCONFIG= yes USE_SQLITE= 3 USE_LDCONFIG= yes USE_PYTHON_BUILD= yes @@ -32,73 +30,50 @@ CONFIGURE_ARGS+=--with-security-framework=polkit \ --localstatedir=/var \ --disable-gtk-doc \ - --disable-managed \ --disable-browser-plugin \ --disable-gstreamer-plugin \ --disable-networkmanager \ + --disable-systemd \ + --disable-bash-completion \ --disable-connman -MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" +OPTIONS_DEFINE= MANPAGES -MAKE_JOBS_UNSAFE=yes - -.if !defined(SLAVEPORT) -OPTIONS_DEFINE= PORTS MANPAGES -OPTIONS_DEFAULT=PORTS -PORTS_DESC=Use portupgrade for management, dummy if disabled - NO_STAGE= yes .include -. if ${PORT_OPTIONS:MMANPAGES} +.if ${PORT_OPTIONS:MMANPAGES} || defined(PACKAGE_BUILDING) BUILD_DEPENDS+= ${LOCALBASE}/share/sgml/docbook/4.1:${PORTSDIR}/textproc/docbook-sgml \ - xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl +USE_GNOME+= libxslt:build MAN1= pkcon.1 pkmon.1 pkgenpack.1 pk-debuginfo-install.1 -. else +.else CONFIGURE_ARGS+=--disable-man-pages -. endif +.endif -. if ${PORT_OPTIONS:MPORTS} -RUN_DEPENDS+= ${LOCALBASE}/sbin/portupgrade:${PORTSDIR}/ports-mgmt/portupgrade -USE_RUBY= yes -CONFIGURE_ARGS+=--enable-ports --with-default-backend=ports -PLIST_SUB+= PORTS="" -. else +# IMO we should just enable the new (not writted pkgng backend) on systems +# where pkgng is enabled. + +#.if ${PORT_OPTIONS:MPORTS_BACKEND} +#LIB_DEPENDS+= pkg:${PORTSDIR}/ports-mgmt/pkg +#CONFIGURE_ARGS+=--enable-ports --with-default-backend=ports +#PLIST_SUB+= PORTS="" +#.else CONFIGURE_ARGS+=--disable-ports --with-default-backend=dummy PLIST_SUB+= PORTS="@comment " -. endif +#.endif +# gtk+3 module CONFIGURE_ARGS+=--disable-gtk-module PLIST_SUB+= GTK="@comment " -CONFIGURE_ARGS+=--disable-qt - -.elif defined(${SLAVEPORT}) && ${SLAVEPORT}=="qt4" -LIB_DEPENDS+= packagekit-glib2:${PORTSDIR}/ports-mgmt/packagekit - -CONFIGURE_ARGS+=--enable-qt -LIB_DEPENDS+= cppunit-1.12:${PORTSDIR}/devel/cppunit -USE_QT4+= dbus gui xml sql moc_build -#.include "${PORTSDIR}/Mk/bsd.qt.mk" -.endif - post-patch: @${REINPLACE_CMD} -E -e 's/.*WARNINGFLAGS_CPP.*-Werror/#$$&/' \ - -e 's|-DG_DISABLE_DEPRECATED||g' \ -e 's|-Wmissing-include-dirs||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/src/pk-lsof.c - @${REINPLACE_CMD} -e 's|girepositry|girepository|g' \ - ${WRKSRC}/lib/packagekit-glib2/Makefile.in - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - '/xsltproc/s|.xsl [$$]? &> /dev|.xsl $$? > /dev|g' + ${WRKSRC}/src/plugins/pk-lsof.c post-install: -.if !defined(SLAVEPORT) - @${INSTALL_DATA} ${WRKSRC}/data/transactions.db \ - ${PREFIX}/share/PackageKit/transactions.db - @-update-mime-database ${PREFIX}/share/mime > /dev/null -.endif + @${MKDIR} /var/cache/PackageKit/downloads .include Index: ports-mgmt/packagekit/distinfo =================================================================== --- ports-mgmt/packagekit/distinfo (revision 354087) +++ ports-mgmt/packagekit/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (PackageKit-0.6.11.tar.gz) = f19c41ec216e390fa70002c8b683f40ca557e2ecfecfe931e035b91ddc9dbf6b -SIZE (PackageKit-0.6.11.tar.gz) = 9407231 +SHA256 (PackageKit-0.8.9.tar.xz) = b103ca03c91526ef9077049367c2b100e7d04f0af942193a43275c2c8a2f1559 +SIZE (PackageKit-0.8.9.tar.xz) = 1524568 Index: ports-mgmt/packagekit/files/patch-etc_Vendor.conf =================================================================== --- ports-mgmt/packagekit/files/patch-etc_Vendor.conf (revision 354087) +++ ports-mgmt/packagekit/files/patch-etc_Vendor.conf (working copy) @@ -1,6 +1,8 @@ ---- etc/Vendor.conf.orig 2010-01-08 02:40:37.000000000 +0100 -+++ etc/Vendor.conf 2010-01-08 02:41:09.000000000 +0100 -@@ -54,7 +54,7 @@ MimeUrl=none +Needs more work http://patch-tracker.debian.org/package/packagekit for examples + +--- etc/Vendor.conf.orig 2013-06-06 16:41:10.000000000 +0000 ++++ etc/Vendor.conf 2013-06-06 16:41:20.000000000 +0000 +@@ -54,7 +54,7 @@ # The vendor name shown for the 'vendor' group # # default=My Vendor Index: ports-mgmt/packagekit/pkg-plist =================================================================== --- ports-mgmt/packagekit/pkg-plist (revision 354087) +++ ports-mgmt/packagekit/pkg-plist (working copy) @@ -12,13 +12,10 @@ etc/PackageKit/Vendor.conf etc/PackageKit/events/post-transaction.d/README etc/PackageKit/events/pre-transaction.d/README -etc/bash_completion.d/pk-completion.bash etc/cron.daily/packagekit-background.cron etc/dbus-1/system.d/org.freedesktop.PackageKit.conf etc/profile.d/PackageKit.sh etc/sysconfig/packagekit-background -include/PackageKit/backend/pk-backend-spawn.h -include/PackageKit/backend/pk-backend.h include/PackageKit/packagekit-glib2/packagekit.h include/PackageKit/packagekit-glib2/pk-bitfield.h include/PackageKit/packagekit-glib2/pk-catalog.h @@ -32,10 +29,12 @@ include/PackageKit/packagekit-glib2/pk-desktop.h include/PackageKit/packagekit-glib2/pk-details.h include/PackageKit/packagekit-glib2/pk-distro-upgrade.h +include/PackageKit/packagekit-glib2/pk-enum-types.h include/PackageKit/packagekit-glib2/pk-enum.h include/PackageKit/packagekit-glib2/pk-error.h include/PackageKit/packagekit-glib2/pk-eula-required.h include/PackageKit/packagekit-glib2/pk-files.h +include/PackageKit/packagekit-glib2/pk-item-progress.h include/PackageKit/packagekit-glib2/pk-media-change-required.h include/PackageKit/packagekit-glib2/pk-message.h include/PackageKit/packagekit-glib2/pk-package-id.h @@ -50,16 +49,26 @@ include/PackageKit/packagekit-glib2/pk-results.h include/PackageKit/packagekit-glib2/pk-service-pack.h include/PackageKit/packagekit-glib2/pk-source.h +include/PackageKit/packagekit-glib2/pk-task-sync.h include/PackageKit/packagekit-glib2/pk-task.h include/PackageKit/packagekit-glib2/pk-transaction-list.h include/PackageKit/packagekit-glib2/pk-transaction-past.h include/PackageKit/packagekit-glib2/pk-update-detail.h include/PackageKit/packagekit-glib2/pk-version.h +include/PackageKit/plugin/packagekit-plugin.h +include/PackageKit/plugin/pk-backend-job.h +include/PackageKit/plugin/pk-backend-spawn.h +include/PackageKit/plugin/pk-backend.h +include/PackageKit/plugin/pk-conf.h +include/PackageKit/plugin/pk-plugin.h +include/PackageKit/plugin/pk-shared.h +include/PackageKit/plugin/pk-transaction.h lib/girepository-1.0/PackageKitGlib-1.0.typelib +lib/girepository-1.0/PackageKitPlugin-1.0.typelib lib/libpackagekit-glib2.a lib/libpackagekit-glib2.la lib/libpackagekit-glib2.so -lib/libpackagekit-glib2.so.14 +lib/libpackagekit-glib2.so.16 lib/packagekit-backend/libpk_backend_dummy.a lib/packagekit-backend/libpk_backend_dummy.la lib/packagekit-backend/libpk_backend_dummy.so @@ -81,9 +90,33 @@ lib/packagekit-backend/libpk_backend_test_thread.a lib/packagekit-backend/libpk_backend_test_thread.la lib/packagekit-backend/libpk_backend_test_thread.so -lib/polkit-1/extensions/libpackagekit-action-lookup.a -lib/polkit-1/extensions/libpackagekit-action-lookup.la -lib/polkit-1/extensions/libpackagekit-action-lookup.so +lib/packagekit-plugins/libpk_plugin-check-shared-libraries-in-use.a +lib/packagekit-plugins/libpk_plugin-check-shared-libraries-in-use.la +lib/packagekit-plugins/libpk_plugin-check-shared-libraries-in-use.so +lib/packagekit-plugins/libpk_plugin-clear-firmware-requests.a +lib/packagekit-plugins/libpk_plugin-clear-firmware-requests.la +lib/packagekit-plugins/libpk_plugin-clear-firmware-requests.so +lib/packagekit-plugins/libpk_plugin-no-update-process.a +lib/packagekit-plugins/libpk_plugin-no-update-process.la +lib/packagekit-plugins/libpk_plugin-no-update-process.so +lib/packagekit-plugins/libpk_plugin-require-restart.a +lib/packagekit-plugins/libpk_plugin-require-restart.la +lib/packagekit-plugins/libpk_plugin-require-restart.so +lib/packagekit-plugins/libpk_plugin-scan-desktop-files.a +lib/packagekit-plugins/libpk_plugin-scan-desktop-files.la +lib/packagekit-plugins/libpk_plugin-scan-desktop-files.so +lib/packagekit-plugins/libpk_plugin-systemd-updates.a +lib/packagekit-plugins/libpk_plugin-systemd-updates.la +lib/packagekit-plugins/libpk_plugin-systemd-updates.so +lib/packagekit-plugins/libpk_plugin-update-check-processes.a +lib/packagekit-plugins/libpk_plugin-update-check-processes.la +lib/packagekit-plugins/libpk_plugin-update-check-processes.so +lib/packagekit-plugins/libpk_plugin-update-package-cache.a +lib/packagekit-plugins/libpk_plugin-update-package-cache.la +lib/packagekit-plugins/libpk_plugin-update-package-cache.so +lib/packagekit-plugins/libpk_plugin_scripts.a +lib/packagekit-plugins/libpk_plugin_scripts.la +lib/packagekit-plugins/libpk_plugin_scripts.so %%PYTHON_SITELIBDIR%%/packagekit/__init__.py %%PYTHON_SITELIBDIR%%/packagekit/__init__.pyc %%PYTHON_SITELIBDIR%%/packagekit/__init__.pyo @@ -90,9 +123,6 @@ %%PYTHON_SITELIBDIR%%/packagekit/backend.py %%PYTHON_SITELIBDIR%%/packagekit/backend.pyc %%PYTHON_SITELIBDIR%%/packagekit/backend.pyo -%%PYTHON_SITELIBDIR%%/packagekit/client.py -%%PYTHON_SITELIBDIR%%/packagekit/client.pyc -%%PYTHON_SITELIBDIR%%/packagekit/client.pyo %%PYTHON_SITELIBDIR%%/packagekit/enums.py %%PYTHON_SITELIBDIR%%/packagekit/enums.pyc %%PYTHON_SITELIBDIR%%/packagekit/enums.pyo @@ -99,9 +129,6 @@ %%PYTHON_SITELIBDIR%%/packagekit/filter.py %%PYTHON_SITELIBDIR%%/packagekit/filter.pyc %%PYTHON_SITELIBDIR%%/packagekit/filter.pyo -%%PYTHON_SITELIBDIR%%/packagekit/frontend.py -%%PYTHON_SITELIBDIR%%/packagekit/frontend.pyc -%%PYTHON_SITELIBDIR%%/packagekit/frontend.pyo %%PYTHON_SITELIBDIR%%/packagekit/misc.py %%PYTHON_SITELIBDIR%%/packagekit/misc.pyc %%PYTHON_SITELIBDIR%%/packagekit/misc.pyo @@ -108,174 +135,28 @@ %%PYTHON_SITELIBDIR%%/packagekit/package.py %%PYTHON_SITELIBDIR%%/packagekit/package.pyc %%PYTHON_SITELIBDIR%%/packagekit/package.pyo -%%PYTHON_SITELIBDIR%%/packagekit/pkdbus.py -%%PYTHON_SITELIBDIR%%/packagekit/pkdbus.pyc -%%PYTHON_SITELIBDIR%%/packagekit/pkdbus.pyo -%%PYTHON_SITELIBDIR%%/packagekit/pkexceptions.py -%%PYTHON_SITELIBDIR%%/packagekit/pkexceptions.pyc -%%PYTHON_SITELIBDIR%%/packagekit/pkexceptions.pyo %%PYTHON_SITELIBDIR%%/packagekit/progress.py %%PYTHON_SITELIBDIR%%/packagekit/progress.pyc %%PYTHON_SITELIBDIR%%/packagekit/progress.pyo libdata/pkgconfig/packagekit-glib2.pc +libdata/pkgconfig/packagekit-plugin.pc libexec/packagekitd +libexec/pk-clear-offline-update libexec/pk-command-not-found +libexec/pk-offline-update +libexec/pk-trigger-offline-update %%PORTS%%share/PackageKit/helpers/ports/portsBackend.rb %%PORTS%%share/PackageKit/helpers/ports/ruby_packagekit/enums.rb %%PORTS%%share/PackageKit/helpers/ports/ruby_packagekit/prints.rb share/PackageKit/helpers/test_spawn/search-name.sh share/PackageKit/pk-upgrade-distro.sh -share/PackageKit/transactions.db @exec mkdir -p /var/lib/PackageKit @exec if [ ! -f /var/lib/PackageKit/%f ]; then cp -f %B/%f /var/lib/PackageKit; chmod o-r /var/lib/PackageKit/%f; fi -share/PackageKit/website/img/assassin.png -share/PackageKit/website/img/author-alefebvre.png -share/PackageKit/website/img/author-btimothy.png -share/PackageKit/website/img/author-caglar.png -share/PackageKit/website/img/author-elliot.png -share/PackageKit/website/img/author-glatzor.png -share/PackageKit/website/img/author-grzegorzdabrowski.png -share/PackageKit/website/img/author-hughsie.png -share/PackageKit/website/img/author-jbowes.png -share/PackageKit/website/img/author-kenvandine.png -share/PackageKit/website/img/author-lmacken.png -share/PackageKit/website/img/author-rnorwood.png -share/PackageKit/website/img/author-timlau.png -share/PackageKit/website/img/author-tomparker.png -share/PackageKit/website/img/author-unknown.png -share/PackageKit/website/img/author-zodman.png -share/PackageKit/website/img/dialog-information.png -share/PackageKit/website/img/gpk-added-deps.png -share/PackageKit/website/img/gpk-application-groups.png -share/PackageKit/website/img/gpk-application-search.png -share/PackageKit/website/img/gpk-auto-update.png -share/PackageKit/website/img/gpk-backend-status.png -share/PackageKit/website/img/gpk-battery.png -share/PackageKit/website/img/gpk-client-codecs.png -share/PackageKit/website/img/gpk-client-firmware.png -share/PackageKit/website/img/gpk-client-font.png -share/PackageKit/website/img/gpk-client-mime-type.png -share/PackageKit/website/img/gpk-distro-upgrade-notify.png -share/PackageKit/website/img/gpk-eula.png -share/PackageKit/website/img/gpk-inhibit.png -share/PackageKit/website/img/gpk-log.png -share/PackageKit/website/img/gpk-markdown.png -share/PackageKit/website/img/gpk-network.png -share/PackageKit/website/img/gpk-prefs.png -share/PackageKit/website/img/gpk-progress.png -share/PackageKit/website/img/gpk-remove-confirm.png -share/PackageKit/website/img/gpk-repo-auth.png -share/PackageKit/website/img/gpk-repo-more.png -share/PackageKit/website/img/gpk-repo.png -share/PackageKit/website/img/gpk-require-restart.png -share/PackageKit/website/img/gpk-run-application.png -share/PackageKit/website/img/gpk-service-pack.png -share/PackageKit/website/img/gpk-signature.png -share/PackageKit/website/img/gpk-updates-overview.png -share/PackageKit/website/img/gpk-updates-warning.png -share/PackageKit/website/img/gpk-updates.png -share/PackageKit/website/img/gpk-waiting.png -share/PackageKit/website/img/kpk-confirm.png -share/PackageKit/website/img/kpk-information.png -share/PackageKit/website/img/kpk-notify.png -share/PackageKit/website/img/kpk-progress.png -share/PackageKit/website/img/kpk-search.png -share/PackageKit/website/img/kpk-settings.png -share/PackageKit/website/img/kpk-update.png -share/PackageKit/website/img/large-accessories-text-editor.png -share/PackageKit/website/img/large-application-certificate.png -share/PackageKit/website/img/large-applications-development.png -share/PackageKit/website/img/large-authors.png -share/PackageKit/website/img/large-dialog-information.png -share/PackageKit/website/img/large-emblem-favorite.png -share/PackageKit/website/img/large-emblem-photos.png -share/PackageKit/website/img/large-help-browser.png -share/PackageKit/website/img/large-preferences-system.png -share/PackageKit/website/img/large-system-users.png -share/PackageKit/website/img/packagekit.png -share/PackageKit/website/img/pk-command-not-found.png -share/PackageKit/website/img/pk-opensuse-updater.png -share/PackageKit/website/img/pk-self-check.png -share/PackageKit/website/img/pk-update-bugfix.png -share/PackageKit/website/img/pk-update-enhancement.png -share/PackageKit/website/img/pk-update-high.png -share/PackageKit/website/img/pk-update-low.png -share/PackageKit/website/img/pk-update-normal.png -share/PackageKit/website/img/pk-update-security.png -share/PackageKit/website/img/pk-web-plugin.png -share/PackageKit/website/img/profile-bevan.png -share/PackageKit/website/img/profile-graham.png -share/PackageKit/website/img/profile-suzan.png -share/PackageKit/website/img/status-bad.png -share/PackageKit/website/img/status-good.png -share/PackageKit/website/img/thumbnails/assassin.png -share/PackageKit/website/img/thumbnails/gpk-added-deps.png -share/PackageKit/website/img/thumbnails/gpk-application-groups.png -share/PackageKit/website/img/thumbnails/gpk-application-search.png -share/PackageKit/website/img/thumbnails/gpk-auto-update.png -share/PackageKit/website/img/thumbnails/gpk-backend-status.png -share/PackageKit/website/img/thumbnails/gpk-battery.png -share/PackageKit/website/img/thumbnails/gpk-client-codecs.png -share/PackageKit/website/img/thumbnails/gpk-client-firmware.png -share/PackageKit/website/img/thumbnails/gpk-client-font.png -share/PackageKit/website/img/thumbnails/gpk-client-mime-type.png -share/PackageKit/website/img/thumbnails/gpk-distro-upgrade-notify.png -share/PackageKit/website/img/thumbnails/gpk-eula.png -share/PackageKit/website/img/thumbnails/gpk-inhibit.png -share/PackageKit/website/img/thumbnails/gpk-log.png -share/PackageKit/website/img/thumbnails/gpk-markdown.png -share/PackageKit/website/img/thumbnails/gpk-network.png -share/PackageKit/website/img/thumbnails/gpk-prefs.png -share/PackageKit/website/img/thumbnails/gpk-progress.png -share/PackageKit/website/img/thumbnails/gpk-remove-confirm.png -share/PackageKit/website/img/thumbnails/gpk-repo-auth.png -share/PackageKit/website/img/thumbnails/gpk-repo-more.png -share/PackageKit/website/img/thumbnails/gpk-repo.png -share/PackageKit/website/img/thumbnails/gpk-require-restart.png -share/PackageKit/website/img/thumbnails/gpk-run-application.png -share/PackageKit/website/img/thumbnails/gpk-service-pack.png -share/PackageKit/website/img/thumbnails/gpk-signature.png -share/PackageKit/website/img/thumbnails/gpk-updates-overview.png -share/PackageKit/website/img/thumbnails/gpk-updates-warning.png -share/PackageKit/website/img/thumbnails/gpk-updates.png -share/PackageKit/website/img/thumbnails/gpk-waiting.png -share/PackageKit/website/img/thumbnails/kpk-confirm.png -share/PackageKit/website/img/thumbnails/kpk-information.png -share/PackageKit/website/img/thumbnails/kpk-notify.png -share/PackageKit/website/img/thumbnails/kpk-progress.png -share/PackageKit/website/img/thumbnails/kpk-search.png -share/PackageKit/website/img/thumbnails/kpk-settings.png -share/PackageKit/website/img/thumbnails/kpk-update.png -share/PackageKit/website/img/thumbnails/pk-command-not-found.png -share/PackageKit/website/img/thumbnails/pk-opensuse-updater.png -share/PackageKit/website/img/thumbnails/pk-self-check.png -share/PackageKit/website/img/thumbnails/pk-update-bugfix.png -share/PackageKit/website/img/thumbnails/pk-update-enhancement.png -share/PackageKit/website/img/thumbnails/pk-update-high.png -share/PackageKit/website/img/thumbnails/pk-update-low.png -share/PackageKit/website/img/thumbnails/pk-update-normal.png -share/PackageKit/website/img/thumbnails/pk-update-security.png -share/PackageKit/website/img/thumbnails/pk-web-plugin.png -share/PackageKit/website/img/users-fedora.png -share/PackageKit/website/img/users-foresight.png -share/PackageKit/website/img/users-kubuntu.png -share/PackageKit/website/img/users-moblin.png -share/PackageKit/website/index.html -share/PackageKit/website/pk-authors.html -share/PackageKit/website/pk-bugs.html -share/PackageKit/website/pk-download.html -share/PackageKit/website/pk-faq.html -share/PackageKit/website/pk-help.html -share/PackageKit/website/pk-intro.html -share/PackageKit/website/pk-matrix.html -share/PackageKit/website/pk-package-not-found.html -share/PackageKit/website/pk-profiles.html -share/PackageKit/website/pk-reference.html -share/PackageKit/website/pk-screenshots.html -share/PackageKit/website/pk-using.html -share/PackageKit/website/style.css +share/dbus-1/interfaces/org.freedesktop.PackageKit.Transaction.xml +share/dbus-1/interfaces/org.freedesktop.PackageKit.xml share/dbus-1/system-services/org.freedesktop.PackageKit.service share/gir-1.0/PackageKitGlib-1.0.gir +share/gir-1.0/PackageKitPlugin-1.0.gir share/gtk-doc/html/PackageKit/PackageKit-pk-bitfield.html share/gtk-doc/html/PackageKit/PackageKit-pk-client-sync.html share/gtk-doc/html/PackageKit/PackageKit-pk-common.html @@ -283,7 +164,7 @@ share/gtk-doc/html/PackageKit/PackageKit-pk-enum.html share/gtk-doc/html/PackageKit/PackageKit-pk-package-id.html share/gtk-doc/html/PackageKit/PackageKit-pk-package-ids.html -share/gtk-doc/html/PackageKit/PackageKit.devhelp +share/gtk-doc/html/PackageKit/PackageKit-pk-task-sync.html share/gtk-doc/html/PackageKit/PackageKit.devhelp2 share/gtk-doc/html/PackageKit/PackageKit.html share/gtk-doc/html/PackageKit/PkCatalog.html @@ -327,7 +208,6 @@ share/gtk-doc/html/PackageKit/introduction-errors.html share/gtk-doc/html/PackageKit/introduction-group-type.html share/gtk-doc/html/PackageKit/introduction-ideas-filters.html -share/gtk-doc/html/PackageKit/introduction-ideas-simultaneous.html share/gtk-doc/html/PackageKit/introduction-ideas-status.html share/gtk-doc/html/PackageKit/introduction-ideas-transactionid.html share/gtk-doc/html/PackageKit/introduction-ideas-transactions.html @@ -340,8 +220,10 @@ share/gtk-doc/html/PackageKit/pk-faq-status.png share/gtk-doc/html/PackageKit/pk-structure.png share/gtk-doc/html/PackageKit/pk-structure.svg +share/gtk-doc/html/PackageKit/pk-transactions-auto-untrusted.png share/gtk-doc/html/PackageKit/pk-transactions-download.png share/gtk-doc/html/PackageKit/pk-transactions-failure.png +share/gtk-doc/html/PackageKit/pk-transactions-repair-required.png share/gtk-doc/html/PackageKit/pk-transactions-set-locale.png share/gtk-doc/html/PackageKit/pk-transactions-sig-install.png share/gtk-doc/html/PackageKit/pk-transactions-success.png @@ -351,27 +233,39 @@ share/gtk-doc/html/PackageKit/specification.html share/gtk-doc/html/PackageKit/style.css share/gtk-doc/html/PackageKit/up.png +share/locale/ar/LC_MESSAGES/PackageKit.mo share/locale/as/LC_MESSAGES/PackageKit.mo share/locale/bg/LC_MESSAGES/PackageKit.mo +share/locale/bg_BG/LC_MESSAGES/PackageKit.mo share/locale/bn_IN/LC_MESSAGES/PackageKit.mo share/locale/ca/LC_MESSAGES/PackageKit.mo +share/locale/ca@valencia/LC_MESSAGES/PackageKit.mo share/locale/cs/LC_MESSAGES/PackageKit.mo share/locale/da/LC_MESSAGES/PackageKit.mo share/locale/de/LC_MESSAGES/PackageKit.mo share/locale/el/LC_MESSAGES/PackageKit.mo share/locale/en_GB/LC_MESSAGES/PackageKit.mo +share/locale/eo/LC_MESSAGES/PackageKit.mo share/locale/es/LC_MESSAGES/PackageKit.mo +share/locale/eu/LC_MESSAGES/PackageKit.mo +share/locale/fa_IR/LC_MESSAGES/PackageKit.mo share/locale/fi/LC_MESSAGES/PackageKit.mo share/locale/fr/LC_MESSAGES/PackageKit.mo +share/locale/ga/LC_MESSAGES/PackageKit.mo +share/locale/gl/LC_MESSAGES/PackageKit.mo share/locale/gu/LC_MESSAGES/PackageKit.mo share/locale/he/LC_MESSAGES/PackageKit.mo share/locale/hi/LC_MESSAGES/PackageKit.mo share/locale/hu/LC_MESSAGES/PackageKit.mo +share/locale/id/LC_MESSAGES/PackageKit.mo share/locale/it/LC_MESSAGES/PackageKit.mo +share/locale/it_IT/LC_MESSAGES/PackageKit.mo share/locale/ja/LC_MESSAGES/PackageKit.mo +share/locale/kk/LC_MESSAGES/PackageKit.mo share/locale/kn/LC_MESSAGES/PackageKit.mo share/locale/ko/LC_MESSAGES/PackageKit.mo share/locale/lt/LC_MESSAGES/PackageKit.mo +share/locale/lv/LC_MESSAGES/PackageKit.mo share/locale/ml/LC_MESSAGES/PackageKit.mo share/locale/mr/LC_MESSAGES/PackageKit.mo share/locale/ms/LC_MESSAGES/PackageKit.mo @@ -385,6 +279,7 @@ share/locale/ro/LC_MESSAGES/PackageKit.mo share/locale/ru/LC_MESSAGES/PackageKit.mo share/locale/sk/LC_MESSAGES/PackageKit.mo +share/locale/sl/LC_MESSAGES/PackageKit.mo share/locale/sr/LC_MESSAGES/PackageKit.mo share/locale/sr@latin/LC_MESSAGES/PackageKit.mo share/locale/sv/LC_MESSAGES/PackageKit.mo @@ -393,6 +288,7 @@ share/locale/th/LC_MESSAGES/PackageKit.mo share/locale/tr/LC_MESSAGES/PackageKit.mo share/locale/uk/LC_MESSAGES/PackageKit.mo +share/locale/wa/LC_MESSAGES/PackageKit.mo share/locale/zh_CN/LC_MESSAGES/PackageKit.mo share/locale/zh_TW/LC_MESSAGES/PackageKit.mo share/mime/packages/packagekit-catalog.xml @@ -409,31 +305,31 @@ @dirrmtry share/locale/te @dirrmtry share/locale/sr@latin/LC_MESSAGES @dirrmtry share/locale/sr@latin -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr +@dirrmtry share/locale/it_IT/LC_MESSAGES +@dirrmtry share/locale/it_IT +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN +@dirrmtry share/locale/bg_BG/LC_MESSAGES +@dirrmtry share/locale/bg_BG @dirrmtry share/locale/as/LC_MESSAGES @dirrmtry share/locale/as @dirrm share/gtk-doc/html/PackageKit @dirrmtry share/gtk-doc/html @dirrmtry share/gtk-doc -%%PORTS%%@dirrm share/PackageKit/website/img/thumbnails -%%PORTS%%@dirrm share/PackageKit/website/img -%%PORTS%%@dirrm share/PackageKit/website -%%PORTS%%@dirrm share/PackageKit/helpers/test_spawn +@dirrm share/PackageKit/helpers/test_spawn %%PORTS%%@dirrm share/PackageKit/helpers/ports/ruby_packagekit %%PORTS%%@dirrm share/PackageKit/helpers/ports -%%PORTS%%@dirrm share/PackageKit/helpers -%%PORTS%%@dirrm share/PackageKit +@dirrm share/PackageKit/helpers +@dirrm share/PackageKit @dirrm %%PYTHON_SITELIBDIR%%/packagekit +@dirrm lib/packagekit-plugins @dirrm lib/packagekit-backend @dirrm include/PackageKit/packagekit-glib2 -@dirrm include/PackageKit/backend +@dirrm include/PackageKit/plugin @dirrm include/PackageKit @dirrmtry etc/sysconfig @dirrmtry etc/profile.d @@ -442,5 +338,3 @@ @dirrmtry etc/PackageKit/events/pre-transaction.d @dirrmtry etc/PackageKit/events @dirrmtry etc/PackageKit -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime Index: ports-mgmt/packagekit-qt4/Makefile =================================================================== --- ports-mgmt/packagekit-qt4/Makefile (revision 354087) +++ ports-mgmt/packagekit-qt4/Makefile (working copy) @@ -1,19 +1,24 @@ # Created by: Koop Mast # $FreeBSD$ -# $MCom: ports/ports-mgmt/packagekit-qt4/Makefile,v 1.1 2010/01/08 02:16:38 kwm Exp $ +# $MCom: ports/trunk/ports-mgmt/packagekit-qt4/Makefile 17268 2013-04-01 05:13:11Z marcus $ -PORTREVISION= 1 -PKGNAMESUFFIX= -qt4 +PORTNAME= packagekit-qt4 +PORTVERSION= 0.8.8 +CATEGORIES= ports-mgmt sysutils +MASTER_SITES= http://www.packagekit.org/releases/ +DISTNAME= PackageKit-Qt-${PORTVERSION} +MAINTAINER= gnome@FreeBSD.org COMMENT= Qt4 bindings to packagekit -IGNORE= does not build with Qt 4.8 +BUILD_DEPENDS= packagekit>=0.8.8:${PORTSDIR}/ports-mgmt/packagekit +RUN_DEPENDS= packagekit>=0.8.8:${PORTSDIR}/ports-mgmt/packagekit -MASTERDIR= ${.CURDIR}/../../ports-mgmt/packagekit -BUILD_WRKSRC= ${WRKSRC}/lib/packagekit-qt -INSTALL_WRKSRC= ${WRKSRC}/lib/packagekit-qt -SLAVEPORT= qt4 -PLIST= ${.CURDIR}/pkg-plist +USE_XZ= yes +USE_LDCONFIG= yes +USES= cmake:outsource pkgconfig +USE_GNOME= glib20 +USE_QT4= dbus xml sql qmake_build moc_build uic_build rcc_build NO_STAGE= yes -.include "${MASTERDIR}/Makefile" +.include Index: ports-mgmt/packagekit-qt4/pkg-plist =================================================================== --- ports-mgmt/packagekit-qt4/pkg-plist (revision 354087) +++ ports-mgmt/packagekit-qt4/pkg-plist (working copy) @@ -1,15 +1,15 @@ -include/PackageKit/packagekit-qt/QPackageKit -include/PackageKit/packagekit-qt/bitfield.h -include/PackageKit/packagekit-qt/client.h -include/PackageKit/packagekit-qt/enum.h -include/PackageKit/packagekit-qt/package.h -include/PackageKit/packagekit-qt/transaction.h -lib/libpackagekit-qt.a -lib/libpackagekit-qt.la -lib/libpackagekit-qt.so -lib/libpackagekit-qt.so.14 -libdata/pkgconfig/packagekit-qt.pc -share/cmake/Modules/FindQPackageKit.cmake -@dirrmtry share/cmake/Modules -@dirrmtry share/cmake -@dirrm include/PackageKit/packagekit-qt +include/PackageKit/packagekit-qt2/Daemon +include/PackageKit/packagekit-qt2/Transaction +include/PackageKit/packagekit-qt2/bitfield.h +include/PackageKit/packagekit-qt2/common.h +include/PackageKit/packagekit-qt2/daemon.h +include/PackageKit/packagekit-qt2/transaction.h +lib/libpackagekit-qt2.so +lib/libpackagekit-qt2.so.0.8.8 +lib/libpackagekit-qt2.so.6 +libdata/pkgconfig/packagekit-qt2.pc +lib/cmake/packagekit-qt2/packagekit-qt2-config-version.cmake +lib/cmake/packagekit-qt2/packagekit-qt2-config.cmake +@dirrmtry lib/cmake/packagekit-qt2 +@dirrmtry lib/cmake +@dirrm include/PackageKit/packagekit-qt2 Index: print/libspectre/pkg-descr =================================================================== --- print/libspectre/pkg-descr (revision 354087) +++ print/libspectre/pkg-descr (working copy) @@ -1,3 +1,3 @@ A small library for rendering Postscript documents -WWW: http://libspectre.freedesktop.org/wiki/ +WWW: http://www.freedesktop.org/wiki/Software/libspectre/ Index: sysutils/fusefs-kmod/files/patch-fuse_module__fuse_vnops.c =================================================================== --- sysutils/fusefs-kmod/files/patch-fuse_module__fuse_vnops.c (revision 354087) +++ sysutils/fusefs-kmod/files/patch-fuse_module__fuse_vnops.c (working copy) @@ -1,5 +1,5 @@ ---- ./fuse_module/fuse_vnops.c.orig 2012-09-19 06:04:10.512413490 +0200 -+++ ./fuse_module/fuse_vnops.c 2012-09-19 06:20:44.949613892 +0200 +--- fuse_module/fuse_vnops.c.orig 2013-01-11 00:15:35.000000000 +0000 ++++ fuse_module/fuse_vnops.c 2013-01-11 00:19:09.000000000 +0000 @@ -799,8 +799,11 @@ struct vnode *vp = ap->a_vp; struct vattr *vap = ap->a_vap; @@ -87,3 +87,68 @@ int err = 0; struct fuse_dispatcher fdi; struct fuse_setattr_in *fsai; +@@ -3371,7 +3395,10 @@ + vm_page_t m = pages[ap->a_reqpage]; + + VM_OBJECT_LOCK(vp->v_object); ++#if __FreeBSD_version < 900000 ++ /* See http://lists.freebsd.org/pipermail/freebsd-current/2012-November/037963.html */ + vm_page_lock_queues(); ++#endif + if (m->valid != 0) { + /* handled by vm_fault now */ + /* vm_page_zero_invalid(m, TRUE); */ +@@ -3379,11 +3406,15 @@ + if (i != ap->a_reqpage) + vm_page_free(pages[i]); + } ++#if __FreeBSD_version < 900000 + vm_page_unlock_queues(); ++#endif + VM_OBJECT_UNLOCK(vp->v_object); + return(0); + } ++#if __FreeBSD_version < 900000 + vm_page_unlock_queues(); ++#endif + VM_OBJECT_UNLOCK(vp->v_object); + } + +@@ -3420,12 +3451,17 @@ + if (error && (FUSE_PAGEOPS_RESID == count)) { + DEBUG2G("error %d\n", error); + VM_OBJECT_LOCK(vp->v_object); ++#if __FreeBSD_version < 900000 ++ /* See http://lists.freebsd.org/pipermail/freebsd-current/2012-November/037963.html */ + vm_page_lock_queues(); ++#endif + for (i = 0; i < npages; ++i) { + if (i != ap->a_reqpage) + vm_page_free(pages[i]); + } ++#if __FreeBSD_version < 900000 + vm_page_unlock_queues(); ++#endif + VM_OBJECT_UNLOCK(vp->v_object); + return VM_PAGER_ERROR; + } +@@ -3438,7 +3474,9 @@ + + size = count - FUSE_PAGEOPS_RESID; + VM_OBJECT_LOCK(vp->v_object); ++#if __FreeBSD_version < 900000 + vm_page_lock_queues(); ++#endif + for (i = 0, toff = 0; i < npages; i++, toff = nextoff) { + vm_page_t m; + nextoff = toff + PAGE_SIZE; +@@ -3494,7 +3532,9 @@ + } + } + } ++#if __FreeBSD_version < 900000 + vm_page_unlock_queues(); ++#endif + VM_OBJECT_UNLOCK(vp->v_object); + return 0; + } Index: sysutils/gnome-system-monitor/Makefile =================================================================== --- sysutils/gnome-system-monitor/Makefile (revision 354087) +++ sysutils/gnome-system-monitor/Makefile (working copy) @@ -13,15 +13,15 @@ COMMENT= GNOME 2 system monitor program BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \ - libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 +LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme CONFLICTS= gnome-system-monitor-3.[0-9]* -USES= gettext gmake pkgconfig tar:bzip2 +USES= gettext gmake pathfix pkgconfig tar:bzip2 INSTALLS_OMF= yes -USE_GNOME= gnomeprefix intlhack libwnck gnomevfs2 gnomedocutils librsvg2 +USE_GNOME= gnomeprefix intlhack libwnck gnomevfs2 gnomedocutils \ + librsvg2 gtkmm24 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lutil Index: sysutils/gnome-system-tools/Makefile =================================================================== --- sysutils/gnome-system-tools/Makefile (revision 354087) +++ sysutils/gnome-system-tools/Makefile (working copy) @@ -19,7 +19,7 @@ INSTALLS_ICONS= yes USES= gettext gmake pathfix pkgconfig USE_LDCONFIG= yes -USE_GNOME= gnomeprefix intlhack nautilus2 +#USE_GNOME= gnomeprefix intlhack nautilus2 USE_AUTOTOOLS= libtool INSTALLS_OMF= yes CONFIGURE_ARGS= --enable-services Index: textproc/aiksaurus/Makefile =================================================================== --- textproc/aiksaurus/Makefile (revision 354087) +++ textproc/aiksaurus/Makefile (working copy) @@ -8,7 +8,7 @@ MASTER_SITES= SF MAINTAINER?= gnome@FreeBSD.org -COMMENT?= A set of libraries and applications which provide a thesaurus +COMMENT?= Set of libraries and applications which provide a thesaurus LICENSE= GPLv2 @@ -17,7 +17,7 @@ USES= pathfix gmake pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS?=--without-gtk +CONFIGURE_ARGS?=--without-gtk --disable-silent-rules post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ Index: textproc/itstool/Makefile =================================================================== --- textproc/itstool/Makefile (revision 354087) +++ textproc/itstool/Makefile (working copy) @@ -15,8 +15,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 -USE_BZIP2= yes -USE_PYTHON_RUN= 2 +USES= tar:bzip2 +USE_PYTHON_RUN= 3 GNU_CONFIGURE= yes post-patch: Index: textproc/jade/files/patch-Ptr.h =================================================================== --- textproc/jade/files/patch-Ptr.h (revision 354087) +++ textproc/jade/files/patch-Ptr.h (working copy) @@ -1,5 +1,5 @@ ---- include/Ptr.h.orig Wed Oct 7 14:15:50 1998 -+++ include/Ptr.h Tue Jul 22 09:19:49 2003 +--- include/Ptr.h.orig 1998-10-07 07:15:50.000000000 +0200 ++++ include/Ptr.h 2013-12-29 10:15:26.000000000 +0100 @@ -5,6 +5,7 @@ #define Ptr_INCLUDED 1 @@ -8,3 +8,14 @@ // T must have Resource as a public base class // T may be an incomplete type +@@ -69,8 +70,8 @@ + const T *operator->() const { return Ptr::pointer(); } + const T &operator*() const { return *Ptr::pointer(); } + void swap(ConstPtr &p) { Ptr::swap(p); } +- Ptr::isNull; +- Ptr::clear; ++ using Ptr::isNull; ++ using Ptr::clear; + Boolean operator==(const Ptr &p) const { return Ptr::operator==(p); } + Boolean operator!=(const Ptr &p) const { return Ptr::operator!=(p); } + Boolean operator==(const ConstPtr &p) const { Index: textproc/jade/files/patch-include_IList.h =================================================================== --- textproc/jade/files/patch-include_IList.h (revision 0) +++ textproc/jade/files/patch-include_IList.h (working copy) @@ -0,0 +1,13 @@ +--- include/IList.h.orig 2013-12-29 09:46:21.000000000 +0100 ++++ include/IList.h 2013-12-29 10:16:01.000000000 +0100 +@@ -26,8 +26,8 @@ + void swap(IList &list) { IListBase::swap(list); } + T *head() const { return (T *)IListBase::head(); } + T *get() { return (T *)IListBase::get(); } +- IListBase::clear; +- IListBase::empty; ++ using IListBase::clear; ++ using IListBase::empty; + friend class IListIter; + private: + IList(const IList &); // undefined Property changes on: textproc/jade/files/patch-include_IList.h ___________________________________________________________________ Added: mcom:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: textproc/jade/files/patch-include_IListIter.h =================================================================== --- textproc/jade/files/patch-include_IListIter.h (revision 0) +++ textproc/jade/files/patch-include_IListIter.h (working copy) @@ -0,0 +1,13 @@ +--- include/IListIter.h.orig 2013-12-29 10:16:29.000000000 +0100 ++++ include/IListIter.h 2013-12-29 10:16:51.000000000 +0100 +@@ -17,8 +17,8 @@ + IListIter(const IList &list) : IListIterBase(list) { } + T *cur() const { return (T *)IListIterBase::cur(); } + +- IListIterBase::next; +- IListIterBase::done; ++ using IListIterBase::next; ++ using IListIterBase::done; + }; + + #ifdef SP_NAMESPACE Property changes on: textproc/jade/files/patch-include_IListIter.h ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: mcom:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: x11-drivers/Makefile =================================================================== --- x11-drivers/Makefile (revision 354087) +++ x11-drivers/Makefile (working copy) @@ -34,6 +34,7 @@ SUBDIR += xf86-video-newport SUBDIR += xf86-video-nv SUBDIR += xf86-video-openchrome + SUBDIR += xf86-video-qxl SUBDIR += xf86-video-r128 SUBDIR += xf86-video-rdc SUBDIR += xf86-video-rendition Index: x11-fonts/fontconfig/Makefile =================================================================== --- x11-fonts/fontconfig/Makefile (revision 354087) +++ x11-fonts/fontconfig/Makefile (working copy) @@ -34,6 +34,7 @@ --disable-docs MAKE_ENV= LC_ALL=C PKGINSTALL= ${WRKDIR}/pkg-install +TARGET_INSTALL= install-strip MAN1PAGES= fc-cache.1 fc-cat.1 fc-list.1 fc-match.1 fc-query.1 fc-scan.1 MAN5PAGES= fonts-conf.5 @@ -60,7 +61,7 @@ @${SED} -e 's|%%PREFIX%%|${PREFIX}| ; \ s|%%LOCALBASE%%|${LOCALBASE}|' < ${FILESDIR}/pkg-install.in \ > ${PKGINSTALL} - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfontconfig.so.1 + @${RMDIR} ${STAGEDIR}/var/db/fontconfig .include Index: x11-fonts/fontconfig/distinfo =================================================================== --- x11-fonts/fontconfig/distinfo (revision 354087) +++ x11-fonts/fontconfig/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (fontconfig-2.11.0.tar.bz2) = cb0e0ef6f03bc8568e95653840bb07d5859dc89d7ce2cade9d94fcccf8c1a467 -SIZE (fontconfig-2.11.0.tar.bz2) = 1541382 +SHA256 (fontconfig-2.11.1.tar.bz2) = dc62447533bca844463a3c3fd4083b57c90f18a70506e7a9f4936b5a1e516a99 +SIZE (fontconfig-2.11.1.tar.bz2) = 1516095 Index: x11-fonts/fontconfig/files/patch-fc-cache_fc-cache.c =================================================================== --- x11-fonts/fontconfig/files/patch-fc-cache_fc-cache.c (revision 0) +++ x11-fonts/fontconfig/files/patch-fc-cache_fc-cache.c (working copy) @@ -0,0 +1,25 @@ +From f44157c809d280e2a0ce87fb078fc4b278d24a67 Mon Sep 17 00:00:00 2001 +From: Akira TAGOH +Date: Thu, 10 Apr 2014 10:27:55 +0000 +Subject: Fix fc-cache fail with -r + +Do not unlink the cache even if --really-force is given. +because re-scanning process expects the cache exists. + +https://bugs.freedesktop.org/show_bug.cgi?id=77252 +--- +diff --git a/fc-cache/fc-cache.c b/fc-cache/fc-cache.c +index 99e0e9f..90ebad3 100644 +--- fc-cache/fc-cache.c ++++ fc-cache/fc-cache.c +@@ -388,7 +388,7 @@ main (int argc, char **argv) + list = FcStrListCreate (updateDirs); + if (list) + { +- ret += scanDirs (list, config, FcTrue, really_force, verbose, FcFalse, &changed, NULL); ++ ret += scanDirs (list, config, FcTrue, FcFalse, verbose, FcFalse, &changed, NULL); + FcStrListDone (list); + } + FcStrSetDestroy (updateDirs); +-- +cgit v0.9.0.2-2-gbebe Property changes on: x11-fonts/fontconfig/files/patch-fc-cache_fc-cache.c ___________________________________________________________________ Added: mcom:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: x11-fonts/fontconfig/pkg-plist =================================================================== --- x11-fonts/fontconfig/pkg-plist (revision 354087) +++ x11-fonts/fontconfig/pkg-plist (working copy) @@ -58,7 +58,6 @@ include/fontconfig/fcfreetype.h include/fontconfig/fcprivate.h include/fontconfig/fontconfig.h -lib/libfontconfig.a lib/libfontconfig.la lib/libfontconfig.so lib/libfontconfig.so.1 @@ -75,4 +74,7 @@ @dirrmtry etc/fonts/conf.d @dirrmtry etc/fonts/conf.avail @dirrmtry etc/fonts +@fc +@cwd / @unexec rm -rf /var/db/fontconfig 2>/dev/null || true +@cwd Index: x11-servers/xorg-server/files/extra-devd =================================================================== --- x11-servers/xorg-server/files/extra-devd (revision 0) +++ x11-servers/xorg-server/files/extra-devd (working copy) @@ -0,0 +1,489 @@ +Index: config/devd.c +@@ -0,0 +1,487 @@ ++/* ++ * Copyright © 2012 Baptiste Daroussin ++ * ++ * Permission is hereby granted, free of charge, to any person obtaining a ++ * copy of this software and associated documentation files (the "Software"), ++ * to deal in the Software without restriction, including without limitation ++ * the rights to use, copy, modify, merge, publish, distribute, sublicense, ++ * and/or sell copies of the Software, and to permit persons to whom the ++ * Software is furnished to do so, subject to the following conditions: ++ * ++ * The above copyright notice and this permission notice (including the next ++ * paragraph) shall be included in all copies or substantial portions of the ++ * Software. ++ * ++ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR ++ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, ++ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL ++ * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER ++ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING ++ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER ++ * DEALINGS IN THE SOFTWARE. ++ * ++ * Author: Baptiste Daroussin ++ */ ++ ++#ifdef HAVE_DIX_CONFIG_H ++#include ++#endif ++ ++#include ++#include ++#include ++#include ++ ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++ ++#include "input.h" ++#include "inputstr.h" ++#include "hotplug.h" ++#include "config-backends.h" ++#include "os.h" ++ ++#define DEVD_SOCK_PATH "/var/run/devd.pipe" ++ ++#define DEVD_EVENT_ADD '+' ++#define DEVD_EVENT_REMOVE '-' ++ ++static int sock_devd = -1; ++ ++#if XORG_VERSION_CURRENT < 10800000 ++enum { ++ ATTR_KEYBOARD, ++ ATTR_POINTER, ++ ATTR_JOYSTICK, ++ ATTR_TOUCHPAD, ++ ATTR_TOUCHSCREEN, ++}; ++#endif ++ ++struct hw_type { ++ const char *driver; ++ int flag; ++ const char *xdriver; ++}; ++ ++static struct hw_type hw_types[] = { ++ { "ukbd", ATTR_KEYBOARD, "kbd" }, ++ { "atkbd", ATTR_KEYBOARD, "kbd" }, ++ { "ums", ATTR_POINTER, "mouse" }, ++ { "psm", ATTR_POINTER, "mouse" }, ++ { "uhid", ATTR_POINTER, "mouse" }, ++ { "joy", ATTR_JOYSTICK, NULL }, ++ { "atp", ATTR_TOUCHPAD, NULL }, ++ { "uep", ATTR_TOUCHSCREEN, NULL }, ++ { NULL, -1, NULL }, ++}; ++ ++#if XORG_VERSION_CURRENT < 10800000 ++static void ++add_option(InputOption **options, const char *key, const char *value) ++{ ++ if (!value || *value == '\0') ++ return; ++ ++ for (; *options; options = &(*options)->next) ++ ; ++ *options = calloc(sizeof(**options), 1); ++ if (!*options) /* Yeesh. */ ++ return; ++ (*options)->key = xstrdup(key); ++ (*options)->value = xstrdup(value); ++ (*options)->next = NULL; ++} ++ ++static void ++remove_device(DeviceIntPtr dev) ++{ ++ /* this only gets called for devices that have already been added */ ++ LogMessage(X_INFO, "config/devd: removing device %s\n", dev->name); ++ ++ /* Call PIE here so we don't try to dereference a device that's ++ * already been removed. */ ++ OsBlockSignals(); ++ ProcessInputEvents(); ++ DeleteInputDeviceRequest(dev); ++ OsReleaseSignals(); ++} ++ ++static bool ++device_is_duplicate(char *config_info) ++{ ++ DeviceIntPtr dev; ++ ++ for (dev = inputInfo.devices; dev; dev = dev->next) ++ if (dev->config_info && (strcmp(dev->config_info, config_info) == 0)) ++ return true; ++ ++ for (dev = inputInfo.off_devices; dev; dev = dev->next) ++ if (dev->config_info && (strcmp(dev->config_info, config_info) == 0)) ++ return true; ++ ++ return false; ++} ++ ++#endif ++ ++static bool ++sysctl_exists(const char *format, ...) ++{ ++ va_list args; ++ char *name = NULL; ++ size_t len; ++ int ret; ++ ++ if (format == NULL) ++ return false; ++ ++ va_start(args, format); ++ vasprintf(&name, format, args); ++ va_end(args); ++ ++ ret = sysctlbyname(name, NULL, &len, NULL, 0); ++ ++ if (ret == -1) ++ len = 0; ++ ++ free(name); ++ return (len > 0); ++} ++ ++static char * ++sysctl_get_str(const char *format, ...) ++{ ++ va_list args; ++ char *name = NULL; ++ char *dest = NULL; ++ size_t len; ++ ++ if (format == NULL) ++ return NULL; ++ ++ va_start(args, format); ++ vasprintf(&name, format, args); ++ va_end(args); ++ ++ if (sysctlbyname(name, NULL, &len, NULL, 0) == 0) { ++ dest = malloc(len + 1); ++ if (sysctlbyname(name, dest, &len, NULL, 0) == 0) ++ dest[len] = '\0'; ++ else { ++ free(dest); ++ dest = NULL; ++ } ++ } ++ ++ free(name); ++ return dest; ++} ++ ++static void ++device_added(char *line) ++{ ++ char *walk; ++ char *path; ++ char *vendor; ++ char *product = NULL; ++ char *config_info = NULL; ++ InputOption *options = NULL; ++#if XORG_VERSION_CURRENT > 10800000 ++ InputAttributes attrs = {}; ++#else ++ InputOption *tmpo; ++#endif ++ DeviceIntPtr dev = NULL; ++ int i, rc; ++ int fd; ++ ++ walk = strchr(line, ' '); ++ if (walk != NULL) ++ walk[0] = '\0'; ++ ++ for (i = 0; hw_types[i].driver != NULL; i++) { ++ if (strncmp(line, hw_types[i].driver, ++ strlen(hw_types[i].driver)) == 0 && ++ isnumber(*(line + strlen(hw_types[i].driver)))) { ++#if XORG_VERSION_CURRENT > 10800000 ++ attrs.flags |= hw_types[i].flag; ++#endif ++ break; ++ } ++ } ++ if (hw_types[i].driver == NULL) { ++ LogMessageVerb(X_INFO, 10, "config/devd: ignoring device %s\n", line); ++ return; ++ } ++ if (hw_types[i].xdriver == NULL) { ++ LogMessageVerb(X_INFO, 10, "config/devd: ignoring device %s\n", line); ++ return; ++ } ++ if (asprintf(&path, "/dev/%s", line) == -1) ++ return; ++ ++#if XORG_VERSION_CURRENT < 10800000 ++ options = calloc(sizeof(*options), 1); ++ if (!options) ++ return; ++ ++ add_option(&options, "_source", "server/devd"); ++#else ++ options = input_option_new(NULL, "_source", "server/devd"); ++ if (!options) ++ return; ++#endif ++ ++ vendor = sysctl_get_str("dev.%s.%s.%%desc", hw_types[i].driver, line + strlen(hw_types[i].driver)); ++ if (vendor == NULL) { ++#if XORG_VERSION_CURRENT > 10800000 ++ attrs.vendor = strdup("(unnamed)"); ++#endif ++ } else { ++ if ((product = strchr(vendor, ' ')) != NULL) { ++ product[0] = '\0'; ++ product++; ++ } ++#if XORG_VERSION_CURRENT > 10800000 ++ attrs.vendor = strdup(vendor); ++#endif ++ if (product != NULL && (walk = strchr(product, ',')) != NULL) ++ walk[0] = '\0'; ++#if XORG_VERSION_CURRENT > 10800000 ++ attrs.product = strdup(product != NULL ? product : "(unnamed)"); ++ options = input_option_new(options, "name", product != NULL ? product : "(unnamed)"); ++#else ++ add_option(&options, "name", product != NULL ? product : "(unnamed)"); ++#endif ++ } ++#if XORG_VERSION_CURRENT > 10800000 ++ attrs.usb_id = NULL; ++ attrs.device = strdup(path); ++ options = input_option_new(options, "driver", hw_types[i].xdriver); ++ if (attrs.flags & ATTR_KEYBOARD) { ++ /* ++ * Don't pass device option if keyboard is attached to console (open fails), ++ * thus activating special logic in xf86-input-keyboard. ++ */ ++ fd = open(path, O_RDONLY | O_NONBLOCK | O_EXCL); ++ if (fd > 0) { ++ close(fd); ++ options = input_option_new(options, "device", path); ++ } ++ } else { ++ options = input_option_new(options, "device", path); ++ } ++#else ++ add_option(&options, "path", path); ++ add_option(&options, "device", path); ++ add_option(&options, "driver", hw_types[i].xdriver); ++#endif ++ ++ if (asprintf(&config_info, "devd:%s", line) == -1) { ++ config_info = NULL; ++ goto unwind; ++ } ++ ++ if (device_is_duplicate(config_info)) { ++ LogMessage(X_WARNING, "config/devd: device %s already added. " ++ "Ignoring.\n", product != NULL ? product : "(unnamed)"); ++ goto unwind; ++ } ++ ++#if XORG_VERSION_CURRENT < 10800000 ++ add_option(&options, "config_info", config_info); ++#else ++ options = input_option_new(options, "config_info", config_info); ++#endif ++ LogMessage(X_INFO, "config/devd: adding input device %s (%s)\n", ++ product != NULL ? product : "(unnamed)", path); ++ ++#if XORG_VERSION_CURRENT > 10800000 ++ rc = NewInputDeviceRequest(options, &attrs, &dev); ++#else ++ rc = NewInputDeviceRequest(options, &dev); ++#endif ++ ++ if (rc != Success) ++ goto unwind; ++ ++ unwind: ++ free(config_info); ++#if XORG_VERSION_CURRENT < 10800000 ++ while ((tmpo = options)) { ++ options = tmpo->next; ++ free(tmpo->key); /* NULL if dev != NULL */ ++ free(tmpo->value); /* NULL if dev != NULL */ ++ free(tmpo); ++ } ++#else ++ input_option_free_list(&options); ++#endif ++ ++#if XORG_VERSION_CURRENT > 10800000 ++ free(attrs.usb_id); ++ free(attrs.product); ++ free(attrs.device); ++ free(attrs.vendor); ++#endif ++ ++ return; ++} ++ ++static void ++device_removed(char *line) ++{ ++ char *walk; ++ char *value; ++#if XORG_VERSION_CURRENT < 10800000 ++ DeviceIntPtr dev, next; ++#endif ++ ++ walk = strchr(line, ' '); ++ if (walk != NULL) ++ walk[0] = '\0'; ++ ++ if (asprintf(&value, "devd:%s", line) == -1) ++ return; ++ ++#if XORG_VERSION_CURRENT > 10800000 ++ remove_devices("devd", value); ++#else ++ for (dev = inputInfo.devices; dev; dev = next) { ++ next = dev->next; ++ if (dev->config_info && strcmp(dev->config_info, value) == 0) ++ remove_device(dev); ++ } ++ for (dev = inputInfo.off_devices; dev; dev = next) { ++ next = dev->next; ++ if (dev->config_info && strcmp(dev->config_info, value) == 0) ++ remove_device(dev); ++ } ++#endif ++ ++ free(value); ++} ++ ++static ssize_t ++socket_getline(int fd, char **out) ++{ ++ char *buf; ++ ssize_t ret, cap, sz = 0; ++ char c; ++ ++ cap = 1024; ++ buf = malloc(cap * sizeof(char)); ++ if (!buf) ++ return -1; ++ ++ for (;;) { ++ ret = read(sock_devd, &c, 1); ++ if (ret < 1) { ++ free(buf); ++ return -1; ++ } ++ ++ if (c == '\n') ++ break; ++ ++ if (sz + 1 >= cap) { ++ cap *= 2; ++ buf = realloc(buf, cap *sizeof(char)); ++ } ++ buf[sz] = c; ++ sz++; ++ } ++ ++ buf[sz] = '\0'; ++ if (sz > 0) ++ *out = buf; ++ else ++ free(buf); ++ ++ return sz; /* number of bytes in the line, not counting the line break*/ ++} ++ ++static void ++wakeup_handler(pointer data, int err, pointer read_mask) ++{ ++ char *line = NULL; ++ ++ if (err < 0) ++ return; ++ ++ if (FD_ISSET(sock_devd, (fd_set *)read_mask)) { ++ if (socket_getline(sock_devd, &line) < 0) ++ return; ++ ++ switch(*line) { ++ case DEVD_EVENT_ADD: ++ device_added(++line); ++ break; ++ case DEVD_EVENT_REMOVE: ++ device_removed(++line); ++ break; ++ default: ++ break; ++ } ++ free(line); ++ } ++} ++ ++static void ++block_handler(pointer data, struct timeval **tv, pointer read_mask) ++{ ++} ++ ++int ++config_devd_init(void) ++{ ++ struct sockaddr_un devd; ++ char devicename[1024]; ++ int i, j; ++ ++ /* first scan the sysctl to determine the hardware if needed */ ++ ++ for (i = 0; hw_types[i].driver != NULL; i++) { ++ for (j = 0; sysctl_exists("dev.%s.%i.%%desc", hw_types[i].driver, j); j++) { ++ snprintf(devicename, 1024, "%s%i", hw_types[i].driver, j); ++ device_added(devicename); ++ } ++ ++ } ++ sock_devd = socket(AF_UNIX, SOCK_STREAM, 0); ++ if (sock_devd < 0) { ++ ErrorF("config/devd: Fail opening stream socket"); ++ return 0; ++ } ++ ++ devd.sun_family = AF_UNIX; ++ strlcpy(devd.sun_path, DEVD_SOCK_PATH, sizeof(devd.sun_path)); ++ ++ if (connect(sock_devd, (struct sockaddr *) &devd, sizeof(struct sockaddr_un)) < 0) { ++ close(sock_devd); ++ ErrorF("config/devd: Fail to connect to devd"); ++ return 0; ++ } ++ ++ RegisterBlockAndWakeupHandlers(block_handler, wakeup_handler, NULL); ++ AddGeneralSocket(sock_devd); ++ ++ return 1; ++} ++ ++void ++config_devd_fini(void) ++{ ++ if (sock_devd < 0) ++ return; ++ ++ RemoveGeneralSocket(sock_devd); ++ RemoveBlockAndWakeupHandlers(block_handler, wakeup_handler, NULL); ++ close(sock_devd); ++} Property changes on: x11-servers/xorg-server/files/extra-devd ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: mcom:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: x11-servers/xorg-server/files/extra-new-config_devd =================================================================== --- x11-servers/xorg-server/files/extra-new-config_devd (revision 0) +++ x11-servers/xorg-server/files/extra-new-config_devd (working copy) @@ -0,0 +1,60 @@ +Index: config/config.c +@@ -55,6 +55,9 @@ + #elif defined(CONFIG_WSCONS) + if (!config_wscons_init()) + ErrorF("[config] failed to initialise wscons\n"); ++#elif defined(CONFIG_DEVD) ++ if (!config_devd_init()) ++ ErrorF("[config] failed to initialise devd\n"); + #endif + } + +@@ -73,6 +76,8 @@ + config_dbus_core_fini(); + #elif defined(CONFIG_WSCONS) + config_wscons_fini(); ++#elif defined(CONFIG_DEVD) ++ config_devd_fini(); + #endif + } + +Index: config/config-backends.h +@@ -73,3 +73,8 @@ + int config_wscons_init(void); + void config_wscons_fini(void); + #endif ++ ++#ifdef CONFIG_DEVD ++int config_devd_init(void); ++void config_devd_fini(void); ++#endif +Index: hw/xfree86/common/xf86Globals.c +@@ -122,7 +122,8 @@ + .log = LogNone, + .disableRandR = FALSE, + .randRFrom = X_DEFAULT, +-#if defined(CONFIG_HAL) || defined(CONFIG_UDEV) || defined(CONFIG_WSCONS) ++#if defined(CONFIG_HAL) || defined(CONFIG_UDEV) || defined(CONFIG_WSCONS) || \ ++ defined(CONFIG_DEVD) + .forceInputDevices = FALSE, + .autoAddDevices = TRUE, + .autoEnableDevices = TRUE +Index: hw/xfree86/common/xf86Config.c +@@ -1371,13 +1371,16 @@ + } + + if (!xf86Info.forceInputDevices && !(foundPointer && foundKeyboard)) { +-#if defined(CONFIG_HAL) || defined(CONFIG_UDEV) || defined(CONFIG_WSCONS) ++#if defined(CONFIG_HAL) || defined(CONFIG_UDEV) || defined(CONFIG_WSCONS) || \ ++ defined(CONFIG_DEVD) + const char *config_backend; + + #if defined(CONFIG_HAL) + config_backend = "HAL"; + #elif defined(CONFIG_UDEV) + config_backend = "udev"; ++#elif defined(CONFIG_DEVD) ++ config_backend = "devd"; + #else + config_backend = "wscons"; + #endif Property changes on: x11-servers/xorg-server/files/extra-new-config_devd ___________________________________________________________________ Added: mcom:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: x11-servers/xorg-server/files/extra-old-config_devd =================================================================== --- x11-servers/xorg-server/files/extra-old-config_devd (revision 0) +++ x11-servers/xorg-server/files/extra-old-config_devd (working copy) @@ -0,0 +1,51 @@ +Index: config/config.c +@@ -48,6 +48,9 @@ + else { + ErrorF("[config] failed to initialise D-Bus core\n"); + } ++#elif defined(CONFIG_DEVD) ++ if (!config_devd_init()) ++ ErrorF("[config] failed to initialise devd\n"); + #endif + } + +@@ -62,5 +65,7 @@ + config_dbus_fini(); + # endif + config_dbus_core_fini(); ++#elif defined(CONFIG_DEVD) ++ config_devd_fini(); + #endif + } +Index: config/config-backends.h +@@ -57,3 +57,8 @@ + int config_hal_init(void); + void config_hal_fini(void); + #endif ++ ++#ifdef CONFIG_DEVD ++int config_devd_init(void); ++void config_devd_fini(void); ++#endif +Index: hw/xfree86/common/xf86Globals.c +@@ -132,7 +132,7 @@ + .kbdCustomKeycodes = FALSE, + .disableRandR = FALSE, + .randRFrom = X_DEFAULT, +-#ifdef CONFIG_HAL ++#if defined (CONFIG_HAL) || defined(CONFIG_DEVD) + .allowEmptyInput = TRUE, + .autoAddDevices = TRUE, + .autoEnableDevices = TRUE +Index: hw/xfree86/common/xf86Config.c +@@ -1444,8 +1444,8 @@ + } + + if (xf86Info.allowEmptyInput && !(foundPointer && foundKeyboard)) { +-#ifdef CONFIG_HAL +- xf86Msg(X_INFO, "The server relies on HAL to provide the list of " ++#if defined(CONFIG_HAL) || defined(CONFIG_DEVD) ++ xf86Msg(X_INFO, "The server relies on HAL/devd to provide the list of " + "input devices.\n\tIf no devices become available, " + "reconfigure HAL or disable AutoAddDevices.\n"); + #else Property changes on: x11-servers/xorg-server/files/extra-old-config_devd ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: mcom:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: x11-toolkits/gtk30/Makefile =================================================================== --- x11-toolkits/gtk30/Makefile (revision 354087) +++ x11-toolkits/gtk30/Makefile (working copy) @@ -3,7 +3,7 @@ # $MCom: ports/trunk/x11-toolkits/gtk30/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= gtk -PORTVERSION= 3.8.8 +PORTVERSION= 3.8.9 PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= GNOME Index: x11-toolkits/libwnck/Makefile =================================================================== --- x11-toolkits/libwnck/Makefile (revision 354087) +++ x11-toolkits/libwnck/Makefile (working copy) @@ -1,10 +1,10 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.133 2010/11/17 11:38:29 kwm Exp $ +# $MCom: ports/trunk/x11-toolkits/libwnck/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= libwnck -PORTVERSION= 2.30.6 -PORTREVISION?= 1 +PORTVERSION= 2.30.7 +PORTREVISION?= 0 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -32,7 +32,7 @@ .include .if ${PORT_OPTIONS:MSTARTUP} -LIB_DEPENDS+= startup-notification-1:${PORTSDIR}/x11/startup-notification +LIB_DEPENDS+= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification CONFIGURE_ARGS+=--enable-startup-notification .else CONFIGURE_ARGS+=--disable-startup-notification Index: x11-toolkits/libwnck/distinfo =================================================================== --- x11-toolkits/libwnck/distinfo (revision 354087) +++ x11-toolkits/libwnck/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (gnome2/libwnck-2.30.6.tar.bz2) = 4d25984ed5cfe215eb650f960de634300a6cafc9d98bbc7caea8043b7cd96cc5 -SIZE (gnome2/libwnck-2.30.6.tar.bz2) = 724558 +SHA256 (gnome2/libwnck-2.30.7.tar.xz) = 8be84d5333f0ade0e61af9f4cbf7685cb7cce2aa0ee32f53bac32107a81fe194 +SIZE (gnome2/libwnck-2.30.7.tar.xz) = 625300 Index: x11-toolkits/vte/Makefile =================================================================== --- x11-toolkits/vte/Makefile (revision 354087) +++ x11-toolkits/vte/Makefile (working copy) @@ -18,7 +18,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper -USES+= bison gettext gmake libtool:keepla pathfix pkgconfig +USES= gettext gmake libtool:keepla pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME?= gnomeprefix gtk20 introspection:build referencehack Index: x11-toolkits/vte3/Makefile =================================================================== --- x11-toolkits/vte3/Makefile (revision 354087) +++ x11-toolkits/vte3/Makefile (working copy) @@ -24,7 +24,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper .endif -USES= bison gettext gmake pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME?= gnomeprefix gtk30 ltverhack referencehack introspection:build