Index: head/Mk/bsd.linux-apps.mk =================================================================== --- head/Mk/bsd.linux-apps.mk (revision 372444) +++ head/Mk/bsd.linux-apps.mk (revision 372445) @@ -1,541 +1,543 @@ #-*- tab-width: 4; -*- # ex:ts=4 # # $FreeBSD$ # # Please view me with 4 column tabs! # This section defines possible names of linux infrastructure ports # (components) and all information necessary for ports to use those components. # # Ports can use this as follows: # # USE_LINUX_APPS= esound xorglibs # # .include # # As a result proper RUN_DEPENDS will be added. # # Variables: # LINUX_DIST_SUFFIX - Contains the value which is added to a port's name # (i.e. linux-port ) to get the right # linux infrastructure port. # _ALL_LINUX_APPS - A (sorted) list of all linux infrastructure ports # (components), covered here. # OVERRIDE_LINUX_NONBASE_PORTS # - This specifies a none-default linux infrastructure ports to use. # The valid value is "f10" to use Linux Fedora 10 ports. # This is an user-only variable. Don't use it in any port, # it's meant to be used in make.conf. .if !defined(_POSTMKINCLUDED) && !defined(Linux_APPS_Pre_Include) Linux_APPS_Include_MAINTAINER= emulation@FreeBSD.org Linux_APPS_Pre_Include= bsd.linux-apps.mk .endif .if defined(_POSTMKINCLUDED) && !defined(Linux_APPS_Post_Include) Linux_APPS_Post_Include= bsd.linux-apps.mk #new . if defined(OVERRIDE_LINUX_NONBASE_PORTS) . if ${OVERRIDE_LINUX_NONBASE_PORTS} == "f10" || ${OVERRIDE_LINUX_NONBASE_PORTS} == "c6" LINUX_DIST_SUFFIX= -${OVERRIDE_LINUX_NONBASE_PORTS} . else IGNORE= valid values for OVERRIDE_LINUX_NONBASE_PORTS are: \"f10\" and \"c6\" . endif . elif defined(USE_LINUX) . if ${USE_LINUX} == "f10" || ${USE_LINUX} == "c6" LINUX_DIST_SUFFIX= -${USE_LINUX} . endif . else # default LINUX_DIST_SUFFIX= -f10 # temporary default, set to -c6 soon . endif WEB_AUTH= nvu # Non-version specific components _LINUX_APPS_ALL= allegro alsalib alsa-plugins-oss alsa-plugins-pulseaudio \ arts aspell atk avahi-libs cairo cups-libs curl dri devtools esound expat \ flac fontconfig freealut gdkpixbuf gnutls gtk2 hicontheme imlib jpeg libaudiofile \ libasyncns libg2c libgcrypt libglade2 libglu libgpg-error libmng libogg \ libpciaccess libsigcpp20 libsndfile libtasn1 libtheora libvorbis libxml2 mikmod \ naslibs ncurses-base openal openmotif openssl openssl-compat pango png \ pulseaudio-libs scimgtk scimlibs sdl12 sdlimage sdlmixer sdlttf tiff \ tcp_wrappers-libs xorglibs ucl ungif upx webauth # 2.6.16 components _LINUX_26_APPS= blt cyrus-sasl2 dbusglib dbuslibs \ libidn libssh2 libv4l nspr nss openal-soft \ openldap qt45 sqlite3 tcl85 tk85 qt47 qt47-x11 qt47-webkit _LINUX_APPS_ALL+= ${_LINUX_26_APPS} # Component definition section # # component${LINUX_DIST_SUFFIX:S/-/_/}_FILE # - Variables are used to name a file to check, # file names may differ for different LINUX_DIST_SUFFIX. # The value is LINUX_DIST_SUFFIX without the leading dash. # component_DETECT - The resulting file to check for a dependency existence. # component_PORT - A port which will be used to install a missing dependency. # component_DEPENDS - A list of components the current component depends on. allegro_f10_FILE= ${LINUXBASE}/usr/lib/liballeg-4.2.2.so #FIXME: locate weird location for allegro c6 libs allegro_DETECT= ${allegro${LINUX_DIST_SUFFIX:S/-/_/}_FILE} allegro_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-allegro allegro_DEPENDS= xorglibs alsa-plugins-oss_f10_FILE= ${LINUXBASE}/usr/lib/alsa-lib/libasound_module_pcm_oss.so alsa-plugins-oss_c6_FILE= ${LINUXBASE}/usr/lib/alsa-lib/libasound_module_pcm_oss.so alsa-plugins-oss_DETECT= ${alsa-plugins-oss${LINUX_DIST_SUFFIX:S/-/_/}_FILE} alsa-plugins-oss_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-alsa-plugins-oss alsa-plugins-oss_DEPENDS= alsalib alsa-plugins-pulseaudio_c6_FILE= ${LINUXBASE}/usr/lib/alsa-lib/libasound_module_conf_pulse.so alsa-plugins-pulseaudio_DETECT= ${alsa-plugins-oss${LINUX_DIST_SUFFIX:S/-/_/}_FILE} alsa-plugins-pulseaudio_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-alsa-plugins-pulseaudio alsa-plugins-pulseaudio_DEPENDS= alsalib alsalib_f10_FILE= ${LINUXBASE}/lib/libasound.so.2.0.0 alsalib_c6_FILE= ${LINUXBASE}/lib/libasound.so.2.0.0 alsalib_DETECT= ${alsalib${LINUX_DIST_SUFFIX:S/-/_/}_FILE} alsalib_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-alsa-lib arts_f10_FILE= ${LINUXBASE}/usr/lib/libartsc.so.0 arts_c6_FILE= ${LINUXBASE}/usr/lib/libartsc.so.0 arts_DETECT= ${arts${LINUX_DIST_SUFFIX:S/-/_/}_FILE} arts_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-arts aspell_f10_FILE= ${LINUXBASE}/usr/lib/libaspell.so.15.1.4 aspell_c6_FILE= ${LINUXBASE}/usr/lib/libaspell.so.15.1.4 aspell_DETECT= ${aspell${LINUX_DIST_SUFFIX:S/-/_/}_FILE} aspell_PORT= ${PORTSDIR}/textproc/linux${LINUX_DIST_SUFFIX}-aspell atk_f10_FILE= ${LINUXBASE}/usr/lib/libatk-1.0.so.0.2409.1 atk_c6_FILE= ${LINUXBASE}/usr/lib/libatk-1.0.so.0.3009.1 atk_DETECT= ${atk${LINUX_DIST_SUFFIX:S/-/_/}_FILE} atk_PORT= ${PORTSDIR}/accessibility/linux${LINUX_DIST_SUFFIX}-atk avahi-libs_c6_FILE= ${LINUXBASE}/usr/lib/libavahi-client.so.3.2.5 avahi-libs_DETECT= ${avahi-libs${LINUX_DIST_SUFFIX:S/-/_/}_FILE} avahi-libs_PORT= ${PORTSDIR}/net/linux${LINUX_DIST_SUFFIX}-avahi-libs blt_f10_FILE= ${LINUXBASE}/usr/lib/libBLT24.so # FIXME: deprecated, merged into tcl/tk85 blt_DETECT= ${blt${LINUX_DIST_SUFFIX:S/-/_/}_FILE} blt_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-blt blt_DEPENDS= tcl85 tk85 xorglibs cairo_f10_FILE= ${LINUXBASE}/usr/lib/libcairo.so.2.10800.0 cairo_c6_FILE= ${LINUXBASE}/usr/lib/libcairo.so.2.10800.8 cairo_DETECT= ${cairo${LINUX_DIST_SUFFIX:S/-/_/}_FILE} cairo_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-cairo cairo_DEPENDS= fontconfig png xorglibs cups-libs_f10_FILE= ${LINUXBASE}/usr/lib/libcups.so.2 cups-libs_c6_FILE= ${LINUXBASE}/usr/lib/libcups.so.2 cups-libs_DETECT= ${cups-libs${LINUX_DIST_SUFFIX:S/-/_/}_FILE} cups-libs_PORT= ${PORTSDIR}/print/linux${LINUX_DIST_SUFFIX}-cups-libs cups-libs_DEPENDS= gnutls curl_f10_FILE= ${LINUXBASE}/usr/lib/libcurl.so.4.1.1 curl_c6_FILE= ${LINUXBASE}/usr/lib/libcurl.so.4.1.1 curl_DETECT= ${curl${LINUX_DIST_SUFFIX:S/-/_/}_FILE} curl_PORT= ${PORTSDIR}/ftp/linux${LINUX_DIST_SUFFIX}-curl curl_DEPENDS= cyrus-sasl2 openldap cyrus-sasl2_f10_FILE= ${LINUXBASE}/usr/lib/libsasl2.so.2.0.22 cyrus-sasl2_c6_FILE= ${LINUXBASE}/usr/lib/libsasl2.so.2.0.23 cyrus-sasl2_DETECT= ${cyrus-sasl2${LINUX_DIST_SUFFIX:S/-/_/}_FILE} cyrus-sasl2_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-cyrus-sasl2 dbusglib_f10_FILE= ${LINUXBASE}/usr/lib/libdbus-glib-1.so.2 dbusglib_c6_FILE= ${LINUXBASE}/usr/lib/libdbus-glib-1.so.2 dbusglib_DETECT= ${dbusglib${LINUX_DIST_SUFFIX:S/-/_/}_FILE} dbusglib_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-dbus-glib dbusglib_DEPENDS= dbuslibs expat dbuslibs_f10_FILE= ${LINUXBASE}/lib/libdbus-1.so.3 dbuslibs_c6_FILE= ${LINUXBASE}/lib/libdbus-1.so.3 dbuslibs_DETECT= ${dbuslibs${LINUX_DIST_SUFFIX:S/-/_/}_FILE} dbuslibs_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-dbus-libs dri_f10_FILE= ${LINUXBASE}/usr/lib/libGL.so.1.2 dri_c6_FILE= ${LINUXBASE}/usr/lib/libGL.so.1.2.0 dri_DETECT= ${dri${LINUX_DIST_SUFFIX:S/-/_/}_FILE} dri_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-dri dri_DEPENDS= xorglibs devtools_f10_FILE= ${LINUXBASE}/usr/bin/i386-redhat-linux-gcc devtools_c6_FILE= ${LINUXBASE}/usr/bin/gcc devtools_DETECT= ${devtools${LINUX_DIST_SUFFIX:S/-/_/}_FILE} devtools_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-devtools esound_f10_FILE= ${LINUXBASE}/usr/lib/libesd.so.0.2.39 esound_c6_FILE= ${LINUXBASE}/usr/lib/libesd.so.0.2.39 esound_DETECT= ${esound${LINUX_DIST_SUFFIX:S/-/_/}_FILE} esound_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-esound esound_DEPENDS= libaudiofile expat_f10_FILE= ${LINUXBASE}/lib/libexpat.so.1 expat_c6_FILE= ${LINUXBASE}/lib/libexpat.so.1 expat_DETECT= ${expat${LINUX_DIST_SUFFIX:S/-/_/}_FILE} expat_PORT= ${PORTSDIR}/textproc/linux${LINUX_DIST_SUFFIX}-expat fontconfig_f10_FILE= ${LINUXBASE}/usr/lib/libfontconfig.so.1.3.0 fontconfig_c6_FILE= ${LINUXBASE}/usr/lib/libfontconfig.so.1.4.4 fontconfig_DETECT= ${fontconfig${LINUX_DIST_SUFFIX:S/-/_/}_FILE} fontconfig_PORT= ${PORTSDIR}/x11-fonts/linux${LINUX_DIST_SUFFIX}-fontconfig fontconfig_DEPENDS= expat flac_c6_FILE= ${LINUXBASE}/usr/lib/libFLAC.so.8.2.0 flac_DETECT= ${flac${LINUX_DIST_SUFFIX:S/-/_/}_FILE} flac_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-flac freealut_f10_FILE= ${LINUXBASE}/usr/lib/libalut.so.0.1.0 freealut_DETECT= ${freealut${LINUX_DIST_SUFFIX:S/-/_/}_FILE} freealut_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-freealut freealut_DEPENDS= openal gdkpixbuf_f10_FILE= ${LINUXBASE}/usr/lib/libgdk_pixbuf.so.2 +gdkpixbuf_c6_FILE= ${LINUXBASE}/usr/lib/libgdk_pixbuf-2.0.so.0 gdkpixbuf_DETECT= ${gdkpixbuf${LINUX_DIST_SUFFIX:S/-/_/}_FILE} gdkpixbuf_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-gdk-pixbuf gnutls_f10_FILE= ${LINUXBASE}/usr/lib/libgnutls.so.26.4.6 gnutls_c6_FILE= ${LINUXBASE}/usr/lib/libgnutls.so.26.14.12 gnutls_DETECT= ${gnutls${LINUX_DIST_SUFFIX:S/-/_/}_FILE} gnutls_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-gnutls gnutls_DEPENDS= libtasn1 libgcrypt libgpg-error gtk2_f10_FILE= ${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0.1400.7 -gtk2_c6_FILE= ${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0.2000.1 +gtk2_c6_FILE= ${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0.2400.23 gtk2_DETECT= ${gtk2${LINUX_DIST_SUFFIX:S/-/_/}_FILE} gtk2_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-gtk2 gtk2_DEPENDS= atk jpeg png pango tiff xorglibs hicontheme_f10_FILE= ${LINUXBASE}/usr/share/icons/hicolor hicontheme_c6_FILE= ${LINUXBASE}/usr/share/icons/hicolor hicontheme_DETECT= ${hicontheme${LINUX_DIST_SUFFIX:S/-/_/}_FILE} hicontheme_PORT= ${PORTSDIR}/x11-themes/linux${LINUX_DIST_SUFFIX}-hicolor-icon-theme imlib_f10_FILE= ${LINUXBASE}/usr/lib/libgdk_imlib.so.1.9.15 imlib_DETECT= ${imlib${LINUX_DIST_SUFFIX:S/-/_/}_FILE} imlib_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-imlib jpeg_f10_FILE= ${LINUXBASE}/usr/lib/libjpeg.so.62.0.0 jpeg_c6_FILE= ${LINUXBASE}/usr/lib/libjpeg.so.62.0.0 jpeg_DETECT= ${jpeg${LINUX_DIST_SUFFIX:S/-/_/}_FILE} jpeg_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-jpeg libasyncns_f10_FILE= ${LINUXBASE}/usr/lib/libasyncns.so.0.3.1 libasyncns_c6_FILE= ${LINUXBASE}/usr/lib/libasyncns.so.0.3.1 libasyncns_DETECT= ${libasyncns${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libasyncns_PORT= ${PORTSDIR}/dns/linux${LINUX_DIST_SUFFIX}-libasyncns libaudiofile_f10_FILE= ${LINUXBASE}/usr/lib/libaudiofile.so.0.0.2 libaudiofile_c6_FILE= ${LINUXBASE}/usr/lib/libaudiofile.so.0.0.2 libaudiofile_DETECT= ${libaudiofile${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libaudiofile_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-libaudiofile libg2c_f10_FILE= ${LINUXBASE}/usr/lib/libg2c.so.0.0.0 libg2c_DETECT= ${libg2c${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libg2c_PORT= ${PORTSDIR}/lang/linux${LINUX_DIST_SUFFIX}-libg2c libgcrypt_f10_FILE= ${LINUXBASE}/lib/libgcrypt.so.11.5.2 libgcrypt_c6_FILE= ${LINUXBASE}/lib/libgcrypt.so.11.5.3 libgcrypt_DETECT= ${libgcrypt${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libgcrypt_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-libgcrypt libglade2_f10_FILE= ${LINUXBASE}/usr/lib/libglade-2.0.so.0.0.7 libglade2_c6_FILE= ${LINUXBASE}/usr/lib/libglade-2.0.so.0.0.7 libglade2_DETECT= ${libglade2${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libglade2_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-libglade2 libglu_f10_FILE= ${LINUXBASE}/usr/lib/libGLU.so.1 libglu_c6_FILE= ${LINUXBASE}/usr/lib/libGLU.so.1 libglu_DETECT= ${libglu${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libglu_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-libGLU libgpg-error_f10_FILE= ${LINUXBASE}/lib/libgpg-error.so.0.4.0 libgpg-error_c6_FILE= ${LINUXBASE}/lib/libgpg-error.so.0.5.0 libgpg-error_DETECT= ${libgpg-error${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libgpg-error_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-libgpg-error # no libidn_f10_FILE (libidn is integrated into linux_base-f10 port) libidn_DETECT= ${libidn${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libidn_PORT= ${PORTSDIR}/dns/linux${LINUX_DIST_SUFFIX}-libidn libmng_f10_FILE= ${LINUXBASE}/usr/lib/libmng.so.1.0.0 libmng_DETECT= ${libmng${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libmng_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-libmng libmng_DEPENDS= jpeg libogg_f10_FILE= ${LINUXBASE}/usr/lib/libogg.so.0.5.3 libogg_c6_FILE= ${LINUXBASE}/usr/lib/libogg.so.0.6.0 libogg_DETECT= ${libogg${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libogg_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-libogg libpciaccess_c6_FILE= ${LINUXBASE}/usr/lib/libpciaccess.so.0.11.1 libpciaccess_DETECT= ${libogg${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libpciaccess_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-libpciaccess libsigcpp20_f10_FILE= ${LINUXBASE}/usr/lib/libsigc-2.0.so.0 +libsigcpp20_c6_FILE= ${LINUXBASE}/usr/lib/libsigc-2.0.so.0 libsigcpp20_DETECT= ${libsigcpp20${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libsigcpp20_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-libsigc++20 libsndfile_c6_FILE= ${LINUXBASE}/usr/lib/libsndfile.so.1.0.20 libsndfile_DETECT= ${libsndfile${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libsndfile_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-libsndfile libssh2_f10_FILE= ${LINUXBASE}/usr/lib/libssh2.so.1 libssh2_c6_FILE= ${LINUXBASE}/usr/lib/libssh2.so.1.0.1 libssh2_DETECT= ${libssh2${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libssh2_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-libssh2 libssh2_DEPENDS= openssl libv4l_f10_FILE= ${LINUXBASE}/usr/lib/libv4l1.so.0 libv4l_c6_FILE= ${LINUXBASE}/usr/lib/libv4l1.so.0 libv4l_DETECT= ${libv4l${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libv4l_PORT= ${PORTSDIR}/multimedia/linux${LINUX_DIST_SUFFIX}-libv4l libtasn1_f10_FILE= ${LINUXBASE}/usr/lib/libtasn1.so.3.0.16 libtasn1_c6_FILE= ${LINUXBASE}/usr/lib/libtasn1.so.3.1.6 libtasn1_DETECT= ${libtasn1${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libtasn1_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-libtasn1 libtheora_f10_FILE= ${LINUXBASE}/usr/lib/libtheora.so.0.3.3 libtheora_c6_FILE= ${LINUXBASE}/usr/lib/libtheora.so.0.3.9 libtheora_DETECT= ${libtheora${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libtheora_PORT= ${PORTSDIR}/multimedia/linux${LINUX_DIST_SUFFIX}-libtheora libvorbis_f10_FILE= ${LINUXBASE}/usr/lib/libvorbis.so.0.4.0 libvorbis_c6_FILE= ${LINUXBASE}/usr/lib/libvorbis.so.0.4.3 libvorbis_DETECT= ${libvorbis${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libvorbis_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-libvorbis libvorbis_DEPENDS= libogg libxml2_f10_FILE= ${LINUXBASE}/usr/lib/libxml2.so.2.7.3 libxml2_c6_FILE= ${LINUXBASE}/usr/lib/libxml2.so.2.7.6 libxml2_DETECT= ${libxml2${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libxml2_PORT= ${PORTSDIR}/textproc/linux${LINUX_DIST_SUFFIX}-libxml2 mikmod_f10_FILE= ${LINUXBASE}/usr/lib/libmikmod.so.3.0.0 mikmod_c6_FILE= ${LINUXBASE}/usr/lib/libmikmod.so.3.0.0 mikmod_DETECT= ${mikmod${LINUX_DIST_SUFFIX:S/-/_/}_FILE} mikmod_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-mikmod naslibs_f10_FILE= ${LINUXBASE}/usr/lib/libaudio.so.2 naslibs_c6_FILE= ${LINUXBASE}/usr/lib/libaudio.so.2 naslibs_DETECT= ${naslibs${LINUX_DIST_SUFFIX:S/-/_/}_FILE} naslibs_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-nas-libs naslibs_DEPENDS= xorglibs openldap_f10_FILE= ${LINUXBASE}/usr/lib/libldap-2.4.so.2.2.0 -openldap_c6_FILE= ${LINUXBASE}/lib/libldap-2.4.so.2.5.6 +openldap_c6_FILE= ${LINUXBASE}/lib/libldap-2.4.so.2.10.2 openldap_DETECT= ${openldap${LINUX_DIST_SUFFIX:S/-/_/}_FILE} openldap_PORT= ${PORTSDIR}/net/linux${LINUX_DIST_SUFFIX}-openldap openmotif_f10_FILE= ${LINUXBASE}/usr/lib/libXm.so.4 openmotif_c6_FILE= ${LINUXBASE}/usr/lib/libXm.so.4.0.3 openmotif_DETECT= ${openmotif${LINUX_DIST_SUFFIX:S/-/_/}_FILE} openmotif_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-openmotif openmotif_DEPENDS= xorglibs ncurses-base_f10_FILE= ${LINUXBASE}/lib/terminfo/a/ansi ncurses-base_c6_FILE= ${LINUXBASE}/lib/terminfo/a/ansi ncurses-base_DETECT= ${ncurses-base${LINUX_DIST_SUFFIX:S/-/_/}_FILE} ncurses-base_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-ncurses-base nspr_f10_FILE= ${LINUXBASE}/lib/libnspr4.so nspr_c6_FILE= ${LINUXBASE}/lib/libnspr4.so nspr_DETECT= ${nspr${LINUX_DIST_SUFFIX:S/-/_/}_FILE} nspr_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-nspr nss_f10_FILE= ${LINUXBASE}/lib/libnss3.so nss_c6_FILE= ${LINUXBASE}/usr/lib/libnss3.so nss_DETECT= ${nss${LINUX_DIST_SUFFIX:S/-/_/}_FILE} nss_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-nss nss_DEPENDS= nspr sqlite3 openal_f10_FILE= ${LINUXBASE}/usr/lib/libopenal.so.0.0.0 openal_DETECT= ${openal${LINUX_DIST_SUFFIX:S/-/_/}_FILE} openal_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-openal openal_DEPENDS= alsalib arts esound libaudiofile libvorbis sdl12 openal-soft_f10_FILE= ${LINUXBASE}/usr/lib/libopenal.so.1.8.466 openal-soft_c6_FILE= ${LINUXBASE}/usr/lib/libopenal.so.1.12.854 openal-soft_DETECT= ${openal-soft${LINUX_DIST_SUFFIX:S/-/_/}_FILE} openal-soft_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-openal-soft openal-soft_DEPENDS= alsalib arts esound openssl_f10_FILE= ${LINUXBASE}/lib/libssl.so.0.9.8g openssl_c6_FILE= ${LINUXBASE}/usr/lib/libssl.so.10 openssl_DETECT= ${openssl${LINUX_DIST_SUFFIX:S/-/_/}_FILE} openssl_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-openssl openssl-compat_c6_FILE= ${LINUXBASE}/usr/lib/libssl.so.0.9.8e openssl-compat_DETECT= ${openssl-compat${LINUX_DIST_SUFFIX:S/-/_/}_FILE} openssl-compat_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-openssl-compat pango_f10_FILE= ${LINUXBASE}/usr/lib/libpango-1.0.so.0.2800.3 pango_c6_FILE= ${LINUXBASE}/usr/lib/libpango-1.0.so.0.2800.1 pango_DETECT= ${pango${LINUX_DIST_SUFFIX:S/-/_/}_FILE} pango_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-pango pango_DEPENDS= cairo expat fontconfig xorglibs png_f10_FILE= ${LINUXBASE}/usr/lib/libpng.so.3.37.0 png_c6_FILE= ${LINUXBASE}/usr/lib/libpng.so.3.49.0 png_DETECT= ${png${LINUX_DIST_SUFFIX:S/-/_/}_FILE} png_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-png pulseaudio-libs_f10_FILE= ${LINUXBASE}/usr/lib/libpulse.so.0 pulseaudio-libs_c6_FILE= ${LINUXBASE}/usr/lib/libpulse.so.0.12.2 pulseaudio-libs_DETECT= ${pulseaudio-libs${LINUX_DIST_SUFFIX:S/-/_/}_FILE} pulseaudio-libs_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-pulseaudio-libs qt45_f10_FILE= ${LINUXBASE}/usr/lib/libQtCore.so.4.5.3 qt45_DETECT= ${qt45${LINUX_DIST_SUFFIX:S/-/_/}_FILE} qt45_DEPENDS= fontconfig libmng png sdl12_f10_FILE= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0.11.2 sdl12_c6_FILE= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0.11.3 sdl12_DETECT= ${sdl12${LINUX_DIST_SUFFIX:S/-/_/}_FILE} sdl12_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-sdl12 sdl12_DEPENDS= xorglibs sdlimage_f10_FILE= ${LINUXBASE}/usr/lib/libSDL_image-1.2.so.0.1.5 sdlimage_c6_FILE= ${LINUXBASE}/usr/lib/libSDL_image-1.2.so.0.8.2 sdlimage_DETECT= ${sdlimage${LINUX_DIST_SUFFIX:S/-/_/}_FILE} sdlimage_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-sdl_image sdlimage_DEPENDS= jpeg png sdl12 tiff sdlmixer_f10_FILE= ${LINUXBASE}/usr/lib/libSDL_mixer-1.2.so.0.2.6 sdlmixer_c6_FILE= ${LINUXBASE}/usr/lib/libSDL_mixer-1.2.so.0.10.1 sdlmixer_DETECT= ${sdlmixer${LINUX_DIST_SUFFIX:S/-/_/}_FILE} sdlmixer_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-sdl_mixer sdlmixer_DEPENDS= sdl12 sdlttf_f10_FILE= ${LINUXBASE}/usr/lib/libSDL_ttf-2.0.so.0.6.2 sdlttf_c6_FILE= ${LINUXBASE}/usr/lib/libSDL_ttf-2.0.so.0.6.3 sdlttf_DETECT= ${sdlttf${LINUX_DIST_SUFFIX:S/-/_/}_FILE} sdlttf_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-sdl_ttf sdlttf_DEPENDS= sdl12 scimgtk_f10_FILE= ${LINUXBASE}/usr/lib/gtk-2.0/immodules/im-scim.so scimgtk_DETECT= ${scimgtk${LINUX_DIST_SUFFIX:S/-/_/}_FILE} scimgtk_PORT= ${PORTSDIR}/textproc/linux${LINUX_DIST_SUFFIX}-scim-gtk scimgtk_DEPENDS= gtk2 scimlibs scimlibs_f10_FILE= ${LINUXBASE}/usr/lib/libscim-1.0.so.8 scimlibs_DETECT= ${scimlibs${LINUX_DIST_SUFFIX:S/-/_/}_FILE} scimlibs_PORT= ${PORTSDIR}/textproc/linux${LINUX_DIST_SUFFIX}-scim-libs scimlibs_DEPENDS= gtk2 sqlite3_f10_FILE= ${LINUXBASE}/usr/lib/libsqlite3.so.0 sqlite3_c6_FILE= ${LINUXBASE}/usr/lib/libsqlite3.so.0 sqlite3_DETECT= ${sqlite3${LINUX_DIST_SUFFIX:S/-/_/}_FILE} sqlite3_PORT= ${PORTSDIR}/databases/linux${LINUX_DIST_SUFFIX}-sqlite3 tcl85_f10_FILE= ${LINUXBASE}/usr/lib/libtcl8.5.so tcl85_c6_FILE= ${LINUXBASE}/usr/lib/libtcl8.5.so tcl85_DETECT= ${tcl85${LINUX_DIST_SUFFIX:S/-/_/}_FILE} tcl85_PORT= ${PORTSDIR}/lang/linux${LINUX_DIST_SUFFIX}-tcl85 tcp_wrappers-libs_c6_FILE= ${LINUXBASE}/lib/libwrap.so.0 tcp_wrappers-libs_DETECT= ${tcp_wrappers-libs${LINUX_DIST_SUFFIX:S/-/_/}_FILE} tcp_wrappers-libs_PORT= ${PORTSDIR}/net/linux${LINUX_DIST_SUFFIX}-tcp_wrappers-libs tiff_f10_FILE= ${LINUXBASE}/usr/lib/libtiff.so.3.8.2 tiff_c6_FILE= ${LINUXBASE}/usr/lib/libtiff.so.3.9.4 tiff_DETECT= ${tiff${LINUX_DIST_SUFFIX:S/-/_/}_FILE} tiff_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-tiff tiff_DEPENDS= jpeg tk85_f10_FILE= ${LINUXBASE}/usr/lib/libtk8.5.so tk85_c6_FILE= ${LINUXBASE}/usr/lib/libtk8.5.so tk85_DETECT= ${tk85${LINUX_DIST_SUFFIX:S/-/_/}_FILE} tk85_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-tk85 tk85_DEPENDS= xorglibs xorglibs_f10_FILE= ${LINUXBASE}/usr/lib/libXrandr.so.2.1.0 xorglibs_c6_FILE= ${LINUXBASE}/usr/lib/libXrandr.so.2.2.0 xorglibs_DETECT= ${xorglibs${LINUX_DIST_SUFFIX:S/-/_/}_FILE} xorglibs_PORT= ${PORTSDIR}/x11/linux${LINUX_DIST_SUFFIX}-xorg-libs xorglibs_DEPENDS= fontconfig ucl_f10_FILE= ${LINUXBASE}/usr/lib/libucl.so.1 ucl_DETECT= ${ucl${LINUX_DIST_SUFFIX:S/-/_/}_FILE} ucl_PORT= ${PORTSDIR}/archivers/linux${LINUX_DIST_SUFFIX}-ucl ungif_f10_FILE= ${LINUXBASE}/usr/lib/libgif.so.4.1.3 ungif_DETECT= ${ungif${LINUX_DIST_SUFFIX:S/-/_/}_FILE} ungif_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-ungif upx_f10_FILE= ${LINUXBASE}/usr/bin/upx upx_DETECT= ${upx${LINUX_DIST_SUFFIX:S/-/_/}_FILE} upx_PORT= ${PORTSDIR}/archivers/linux${LINUX_DIST_SUFFIX}-upx upx_DEPENDS= ucl webauth_f10_FILE= ${LOCALBASE}/bin/linux-nvu webauth_DETECT= ${webauth${LINUX_DIST_SUFFIX:S/-/_/}_FILE} webauth_PORT= ${PORTSDIR}/www/linux-${WEB_AUTH} webauth_DEPENDS= gtk2 atk pango fontconfig qt47_c6_FILE= ${LINUXBASE}/usr/lib/qt47/libQtCore.so.4.7.2 qt47_DETECT= ${qt47${LINUX_DIST_SUFFIX:S/-/_/}_FILE} qt47_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-qt47 qt47-x11_c6_FILE= ${LINUXBASE}/usr/lib/qt47/libQtGui.so.4.7.2 qt47-x11_DETECT= ${qt47-x11${LINUX_DIST_SUFFIX:S/-/_/}_FILE} qt47-x11_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-qt47-x11 qt47-webkit_c6_FILE= ${LINUXBASE}/usr/lib/qt47/libQtWebKit.so.4.7.2 qt47-webkit_DETECT= ${qt47-webkit${LINUX_DIST_SUFFIX:S/-/_/}_FILE} qt47-webkit_PORT= ${PORTSDIR}/www/linux${LINUX_DIST_SUFFIX}-qt47-webkit # End component definition section # Let's check if components from USE_LINUX_APPS exist at _LINUX_APPS_ALL . for component in ${USE_LINUX_APPS} . if ${_LINUX_APPS_ALL:M${component}}=="" IGNORE= bsd.linux-apps.mk test failed: Invalid component USE_LINUX_APPS=${component} . endif . endfor # Let's check if components from USE_LINUX_APPS have corresponding _DETECT # i.e. if a corresponding _FILE defined for given LINUX_DIST_SUFFIX . for component in ${USE_LINUX_APPS} . if ${${component}_DETECT}=="" . if defined(${component}${LINUX_DIST_SUFFIX:S/-/_/}_FILE) IGNORE= bsd.linux-apps.mk test failed: The component ${component} is empty for LINUX_DIST_SUFFIX=${LINUX_DIST_SUFFIX} (the corresponding variable ${component}${LINUX_DIST_SUFFIX:S/-/_/}_FILE is empty) . else IGNORE= bsd.linux-apps.mk test failed: The component ${component} is not defined for LINUX_DIST_SUFFIX=${LINUX_DIST_SUFFIX} (the corresponding variable ${component}${LINUX_DIST_SUFFIX:S/-/_/}_FILE is not defined). This usually means that the current port should be used with non default linux base and/or infrastructure port(s) . endif . endif . endfor # Recursively expand all dependencies for each app at _LINUX_APPS_ALL . for component in ${_LINUX_APPS_ALL} . for subcomponent in ${${component}_DEPENDS} ${component}_DEPENDS+=${${subcomponent}_DEPENDS} . endfor . endfor # Use just expanded dependencies (_DEPENDS) to expand USE_LINUX_APPS . for component in ${USE_LINUX_APPS} _USE_LINUX_APPS+=${${component}_DEPENDS} ${component} . endfor # Set dependencies for _USE_LINUX_APPS which exists at _LINUX_APPS_ALL . for component in ${_LINUX_APPS_ALL} . if ${_USE_LINUX_APPS:M${component}}!="" . if defined(${component}${LINUX_DIST_SUFFIX:S/-/_/}_FILE) RUN_DEPENDS+= ${${component}_DETECT}:${${component}_PORT} . endif . endif . endfor .endif Index: head/Mk/bsd.linux-rpm.mk =================================================================== --- head/Mk/bsd.linux-rpm.mk (revision 372444) +++ head/Mk/bsd.linux-rpm.mk (revision 372445) @@ -1,209 +1,209 @@ #-*- tab-width: 4; -*- # ex:ts=4 # # $FreeBSD$ # # Variables: # LINUX_DIST - Will be used to set some dist-specific presets. # Valid values: fedora # LINUX_DIST_VER - Use depends upon the dist-specific presets. # Valid values for "fedora": all version numbers # e.g. 10 for fedora 10 # This is used to set MASTER_SITE_{,SRC_}SUBDIR # if it isn't already set. # MASTER_SITE_SRC_SUBDIR # - The subdir for the src RPM's. # DISTFILES - For simple cases this will be set automatically # based upon the DISTNAME. # SRC_DISTFILES - Variable which contains the corresponding src RPM's. # If there's no corresponding src RPM, it has to be # set to the empty value (SRC_DISTFILES= ""). # AUTOMATIC_PLIST - Generate a dynamic plist (please have a look at the # porters handbook section which talks about plists. # This feature is reserved for rare cases). # BRANDELF_DIRS - A list of directories with executables to brand # as a linux executable. The directories has to not # contain libraries. # BRANDELF_FILES - A list of files to brand as a linux executable in # case BRANDELF_DIRS can't be used. .if !defined(_POSTMKINCLUDED) && !defined(Linux_RPM_Pre_Include) Linux_RPM_Include_MAINTAINER= emulation@FreeBSD.org Linux_RPM_Pre_Include= bsd.linux-rpm.mk EXTRACT_SUFX?= .${LINUX_RPM_ARCH}.rpm SRC_SUFX?= .src.rpm USE_LINUX?= yes USE_LINUX_PREFIX= yes NO_WRKSUBDIR= yes NO_BUILD= yes . if ${ARCH} == "amd64" || ${ARCH} == "i386" . if ${USE_LINUX} == "c6" -# Do not build CentOS 6.5 ports if overridden by f10 +# Do not build CentOS 6.6 ports if overridden by f10 . if defined(OVERRIDE_LINUX_BASE_PORT) && ${OVERRIDE_LINUX_NONBASE_PORTS} == "f10" -IGNORE= This port requires CentOS 6.5. Please remove OVERRIDE_LINUX_NONBASE_PORTS=f10 in /etc/make.conf. +IGNORE= This port requires CentOS ${LINUX_DIST_VER}. Please remove OVERRIDE_LINUX_NONBASE_PORTS=f10 in /etc/make.conf. . endif LINUX_RPM_ARCH?= i686 # ?= because of nasty c5 qt ports . elif ${USE_LINUX} == "f10" || ${USE_LINUX} == "yes" # temporary default, move or clause to line 46 # Do not build Fedora 10 ports unless specifically overridden. #. if ! defined(OVERRIDE_LINUX_NONBASE_PORTS) || ${OVERRIDE_LINUX_NONBASE_PORTS} != "f10" #IGNORE= This port requires Fedora 10, yet Fedora 10 is heavily outdated and contains many vulnerable ports. If you really need it, add OVERRIDE_LINUX_NONBASE_PORTS=f10 in /etc/make.conf. #. endif LINUX_RPM_ARCH?= i386 # the linuxulator does not yet support amd64 code . else LINUX_RPM_ARCH?= ${ARCH} . endif . elif ${ARCH} == "powerpc" LINUX_RPM_ARCH?= ppc . endif .endif .if defined(_POSTMKINCLUDED) && !defined(Linux_RPM_Post_Include) Linux_RPM_Post_Include= bsd.linux-rpm.mk .if ${USE_LINUX} == "f10" || ${USE_LINUX} == "yes" # temporary default, remove or clause soon USE_LINUX?= "f10" LINUX_DIST= fedora LINUX_DIST_VER= 10 .else LINUX_DIST= centos -LINUX_DIST_VER= 6.5 +LINUX_DIST_VER= 6.6 .endif . if defined(LINUX_DIST) DIST_SUBDIR?= rpm/${LINUX_RPM_ARCH}/${LINUX_DIST}/${LINUX_DIST_VER} . if ${LINUX_DIST} == "fedora" # we do not want to define MASTER_SITES and MASTER_SITE_* if they are already defined # ex.: MASTER_SITES=file:///... . ifndef MASTER_SITES MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} . if ${LINUX_DIST_VER} == 10 MASTER_SITE_SUBDIR?= ../releases/${LINUX_DIST_VER}/Everything/${LINUX_RPM_ARCH}/os/Packages \ ../updates/${LINUX_DIST_VER}/${LINUX_RPM_ARCH} MASTER_SITE_SRC_SUBDIR?= ../releases/${LINUX_DIST_VER}/Everything/source/SRPMS \ ../updates/${LINUX_DIST_VER}/SRPMS . else MASTER_SITE_SUBDIR?= ${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/os/Fedora/RPMS \ updates/${LINUX_DIST_VER}/${LINUX_RPM_ARCH} MASTER_SITE_SRC_SUBDIR?= ${LINUX_DIST_VER}/SRPMS \ updates/${LINUX_DIST_VER}/SRPMS . endif . endif . elif ${LINUX_DIST} == "centos" MASTER_SITES_SUBDIR= /centos/6/os/i386/Packages/ . if ${LINUX_DIST_VER} == "5" #needed for Qt... LINUX_RPM_ARCH= i386 MASTER_SITES_SUBDIR= /centos/5/os/i386/Packages/ . endif . ifndef MASTER_SITES MASTER_SITES= ${MASTER_SITE_CENTOS_LINUX} -. if ${LINUX_DIST_VER} == "6.5" +. if ${LINUX_DIST_VER} == "6.6" . if ! defined(PACKAGE_BUILDING) MASTER_SITES= http://mirror.centos.org/centos/6/os/i386/Packages/ MASTER_SITES_SUBDIR= /centos/6/os/i386/Packages/ . else MASTER_SITES?= http://vault.centos.org/%SUBDIR%/ -MASTER_SITES_SUBDIR= /6.5/os/Source/SPackages/ +MASTER_SITES_SUBDIR= /${LINUX_DIST_VER}/os/Source/SPackages/ . endif . else MASTER_SITES= http://vault.centos.org/${LINUX_DIST_VER}/os/i386/Packages/ . endif . endif . endif . endif #.if ${USE_LINUX:L} == "yes" #redundant with bsd.port.mk fu #USE_LINUX= c6 #.endif PKGNAMEPREFIX?= linux-${USE_LINUX}- # DISTFILES and SRC_DISTFILES assume that there is only one bindist # and one src file. # Please, define them in the Makefile of the port in case this assumption # is not true. DISTVERSION= ${PORTVERSION}-${RPMVERSION} DISTNAME?= ${PORTNAME}-${DISTVERSION} DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} BIN_DISTFILES:= ${DISTFILES} SRC_DISTFILES?= ${DISTNAME}${SRC_SUFX} EXTRACT_ONLY?= ${BIN_DISTFILES:C/:[^:]+$//} . if defined(PACKAGE_BUILDING) DISTFILES+= ${SRC_DISTFILES} MASTER_SITE_SUBDIR+= ${MASTER_SITE_SRC_SUBDIR} ALWAYS_KEEP_DISTFILES= yes . endif EXTRACT_CMD?= ${TAR} EXTRACT_BEFORE_ARGS?= -xf EXTRACT_AFTER_ARGS?= DISTINFO_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} BRANDELF_DIRS?= BRANDELF_FILES?= # For ports that define PORTDOCS, be sure not to install # documentation if NOPORTDOCS is defined . if defined(PORTDOCS) && defined(NOPORTDOCS) pre-patch: linux-rpm-clean-portdocs . if !target(linux-rpm-clean-portdocs) linux-rpm-clean-portdocs: . for x in ${PORTDOCS} @${RM} -f ${WRKDIR}/${DOCSDIR_REL}/${x} . endfor @${RMDIR} ${WRKDIR}/${DOCSDIR_REL} . endif . endif . if defined(AUTOMATIC_PLIST) . if ${USE_LINUX} == "f10" || ${USE_LINUX} == "yes" _LINUX_BASE_SUFFIX= f10 . elif ${USE_LINUX} == "c6" USE_LINUX= c6 _LINUX_BASE_SUFFIX= c6 . else # other linux_base ports do not provide a pkg-plist file IGNORE= uses AUTOMATIC_PLIST with an unsupported USE_LINUX, \"${USE_LINUX}\". Supported values are \"yes\", \"f10\" and \"c6\" . endif PLIST?= ${WRKDIR}/.PLIST.linux-rpm pre-install: linux-rpm-generate-plist . if !target(linux-rpm-generate-plist) linux-rpm-generate-plist: cd ${WRKSRC} && \ ${FIND} * ! -path "stage/*" ! -type d | ${SORT} > ${PLIST} . endif . endif . if !target(do-install) do-install: . if ${BRANDELF_DIRS} @cd ${WRKSRC} && ${FIND} ${BRANDELF_DIRS} -type f -print0 \ | ${XARGS} -0 ${FILE} | ${GREP} ELF | ${CUT} -d : -f 1 \ | ${XARGS} ${BRANDELF} -t Linux . endif . if ${BRANDELF_FILES} @cd ${WRKSRC} && ${BRANDELF} -t Linux ${BRANDELF_FILES} . endif cd ${WRKSRC} && ${FIND} * ! -path "stage*" -type d -exec ${MKDIR} "${STAGEDIR}${PREFIX}/{}" \; cd ${WRKSRC} && ${FIND} * ! -path "stage/*" ! -type d | ${CPIO} -pm -R root:wheel ${STAGEDIR}${PREFIX} . endif .endif Index: head/Mk/bsd.sites.mk =================================================================== --- head/Mk/bsd.sites.mk (revision 372444) +++ head/Mk/bsd.sites.mk (revision 372445) @@ -1,1580 +1,1580 @@ # bsd.sites.mk - Popular master sites. # # Sites_MAINTAINER= ports@FreeBSD.org # # This file does not have any designated maintainer, so feel free to # commit to it yourself. However, it is generally a good idea to # notify the principal maintainer in case you have a change to one of # the software environments (KDE, GNOME, etc.). # # Also, this file is included from bsd.port.mk for all invocations, so # committing a syntax error to this file is a cardinal sin, and will # be punished accordingly. DO NOT COMMIT SOMETHING YOU HAVEN'T TESTED. # You have been warned. :) # # Note: because it is included for all invocations, please keep the size # of this file manageable. If a distfile is unfetchable from the first # few dozen locations, it is unlikely to be fetchable from any past that, # and those fetch failures will simply waste time and bandwidth. Please # pick a globally representative subset. # # Note: all entries should terminate with a slash. # # $FreeBSD$ # # Where to put distfiles that don't have any other master site .if !defined(IGNORE_MASTER_SITE_LOCAL) MASTER_SITE_LOCAL+= \ http://distcache.FreeBSD.org/local-distfiles/%SUBDIR%/ \ http://distcache.us-east.FreeBSD.org/local-distfiles/%SUBDIR%/ \ http://distcache.eu.FreeBSD.org/local-distfiles/%SUBDIR%/ \ http://distcache.us-west.FreeBSD.org/local-distfiles/%SUBDIR%/ MASTER_SITE_PORTS_JP+= \ ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ \ ftp://ftp4.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ \ ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ .endif ## ## KEEP THIS LIST SORTED ## .if !defined(IGNORE_MASTER_SITE_AFTERSTEP) MASTER_SITE_AFTERSTEP+= \ ftp://ftp.afterstep.org/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/X11/AfterStep/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/X/AfterStep/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_ALSA) MASTER_SITE_ALSA+= \ http://alsa.cybermirror.org/%SUBDIR%/ \ ftp://ftp.alsa-project.org/pub/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_APACHE) MASTER_SITE_APACHE+= \ http://www.apache.org/dist/%SUBDIR%/ \ http://archive.apache.org/dist/%SUBDIR%/ \ http://ftp.twaren.net/Unix/Web/apache/%SUBDIR%/ \ http://apache.mirror.uber.com.au/%SUBDIR%/ \ http://apache.spd.co.il/%SUBDIR%/ \ http://ftp.mirrorservice.org/sites/ftp.apache.org/%SUBDIR%/ \ http://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/%SUBDIR%/ \ ftp://mir1.ovh.net/ftp.apache.org/dist/%SUBDIR%/ \ ftp://ftp.forthnet.gr/pub/www/apache/%SUBDIR%/ \ ftp://xenia.sote.hu/pub/mirrors/www.apache.org/%SUBDIR%/ \ ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/apache/&,} \ ftp://ftp.sunet.se/pub/www/servers/apache/dist/%SUBDIR%/ \ http://mirrors.ircam.fr/pub/apache/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_APACHE_COMMONS_BINARIES) MASTER_SITE_APACHE_COMMONS_BINARIES+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,commons/&/binaries,} .endif .if !defined(IGNORE_MASTER_SITE_APACHE_COMMONS_SOURCE) MASTER_SITE_APACHE_COMMONS_SOURCE+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,commons/&/source,} .endif .if !defined(IGNORE_MASTER_SITE_APACHE_HTTPD) MASTER_SITE_APACHE_HTTPD+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,httpd/&,} .endif .if !defined(IGNORE_MASTER_SITE_APACHE_JAKARTA) MASTER_SITE_APACHE_JAKARTA+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,jakarta/&,} .endif .if !defined(IGNORE_MASTER_SITE_APACHE_TOMCAT) MASTER_SITE_APACHE_TOMCAT+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,tomcat/&,} .endif .if !defined(IGNORE_MASTER_SITE_APACHE_XML) MASTER_SITE_APACHE_XML+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,xml/&,} .endif .if !defined(IGNORE_MASTER_SITE_BERLIOS) MASTER_SITE_BERLIOS+= \ http://download.berlios.de/%SUBDIR%/ \ http://download2.berlios.de/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_CENKES) MASTER_SITE_CENKES+= \ http://bsd2.cenkes.org/%SUBDIR%/ \ http://bsd3.cenkes.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_CHEESESHOP) MASTER_SITE_CHEESESHOP+= \ http://pypi.python.org/packages/%SUBDIR%/ \ http://pypi.crate.io/packages/%SUBDIR%/ \ http://pypi.python.jp/${DISTNAME:S/${DISTVERSION}//:S/-//}/ .endif .if !defined(IGNORE_MASTER_SITE_COMP_SOURCES) MASTER_SITE_COMP_SOURCES+= \ ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/ \ ftp://ftp.uu.net/usenet/comp.sources.%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_CRITICAL) MASTER_SITE_CRITICAL+= \ http://critical.ch/distfiles/%SUBDIR%/ \ http://energy.critical.ch/distfiles/%SUBDIR%/ \ http://snow.critical.ch/distfiles/%SUBDIR%/ \ http://fneu.fr/distfiles/%SUBDIR%/ \ ftp://ftp.c.saper.info/distfiles/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_CSME) MASTER_SITE_CSME+= ${MASTER_SITE_CENKES} .endif .if !defined(IGNORE_MASTER_SITE_DEBIAN) MASTER_SITE_DEBIAN+= \ http://cdn.debian.net/debian/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/debian/%SUBDIR%/ \ ftp://ftp.us.debian.org/debian/%SUBDIR%/ \ ${MASTER_SITE_DEBIAN_NON_US:S,/debian-non-US/,/debian/,} .endif .if !defined(IGNORE_MASTER_SITE_DEBIAN_NON_US) MASTER_SITE_DEBIAN_NON_US+= \ ftp://ftp.au.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.bg.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.br.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.cl.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.cz.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.de.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.ee.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.es.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.fi.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.fr.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.hk.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.hr.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.hu.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.ie.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.is.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.it.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.jp.debian.org/debian-non-US/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,linux/debian/debian-non-US/&,} \ ftp://ftp.nl.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.no.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.pl.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.ru.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.se.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.si.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.sk.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.uk.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.wa.au.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp2.de.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.snt.utwente.nl/pub/linux/debian-non-US/%SUBDIR%/ \ ftp://ftp.df.lth.se/pub/debian-non-US/%SUBDIR%/ \ ftp://ftp.acc.umu.se/debian-non-US/%SUBDIR%/ \ ftp://mirror.symnds.com/debian-non-US/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_DEBIAN_POOL) MASTER_SITE_DEBIAN_POOL+= \ ${MASTER_SITE_DEBIAN:C|(/%SUBDIR%/)|/pool/main/${PORTNAME:C/^(.).*$/\1/}/${PORTNAME}/|} .endif .if !defined(IGNORE_MASTER_SITE_EASYSW) MASTER_SITE_EASYSW+= \ http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_ECLIPSE) MASTER_SITE_ECLIPSE+= \ ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/eclipse.org/%SUBDIR%/ \ ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/eclipse/%SUBDIR%/ \ http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/eclipse/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/eclipse/eclipse/downloads/drops/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/eclipse/eclipse/downloads/drops4/%SUBDIR%/ \ http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_EXIM) MASTER_SITE_EXIM+= \ ftp://ftp.exim.org/pub/exim/%SUBDIR%/ \ ftp://exim.inode.at/exim/%SUBDIR%/ \ ftp://exim-ftp.itsoft.at/exim/exim/%SUBDIR%/ \ http://exim-ftp.itsoft.at/exim/%SUBDIR%/ \ ftp://ftp.easynet.be/exim/exim/%SUBDIR%/ \ ftp://mirror.kn.vutbr.cz/pub/ftp.exim.org/exim/%SUBDIR%/ \ http://exim.mirror.fr/exim/%SUBDIR%/ \ http://mirrors.zerg.biz/exim/exim/%SUBDIR%/ \ http://dl.ambiweb.de/mirrors/ftp.exim.org/exim/%SUBDIR%/ \ ftp://exim.noris.de/exim/%SUBDIR%/ \ ftp://ftp.bytemine.net/exim/exim/%SUBDIR%/ \ ftp://exim.mirror.iphh.net/ftp/exim/%SUBDIR%/ \ http://exim.mirror.iphh.net/ftp/exim/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/unix/mail/exim/%SUBDIR%/ \ http://exim-ftp.octet.hu/exim/%SUBDIR%/ \ ftp://ftp.heanet.ie/pub/exim/%SUBDIR%/ \ http://ftp.heanet.ie/pub/exim/%SUBDIR%/ \ http://washitake.com/mail/exim/mirror/exim/%SUBDIR%/ \ ftp://ftp.tin.org/pub/mail/exim/%SUBDIR%/ \ http://exim.psshee.com/ftp/exim/%SUBDIR%/ \ ftp://mirror.hostfuss.com/exim/ftp/exim/%SUBDIR%/ \ http://mirror.hostfuss.com/exim/ftp/exim/%SUBDIR%/ \ ftp://ftp.nl.uu.net/pub/unix/mail/exim/exim/%SUBDIR%/ \ ftp://sunsite.uio.no/pub/mail/exim/exim/%SUBDIR%/ \ http://piotrkosoft.net/pub/mirrors/ftp.exim.org/exim/%SUBDIR%/ \ ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.exim.org/exim/%SUBDIR%/ \ ftp://sunsite.icm.edu.pl/pub/unix/mail/exim/exim/%SUBDIR%/ \ http://sunsite.icm.edu.pl/pub/unix/mail/exim/exim/%SUBDIR%/ \ ftp://ftp.is.co.za/networking/mail/mta/exim/ftp/exim/%SUBDIR%/ \ ftp://mirrors.dominios.pt/pub/ftp.exim.org/exim/%SUBDIR%/ \ ftp://mirror.switch.ch/mirror/exim/exim/%SUBDIR%/ \ http://mirror.switch.ch/ftp/mirror/exim/exim/%SUBDIR%/ \ ftp://ftp.reaper.org/pub/exim/exim/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/exim/exim/%SUBDIR%/ \ ftp://ftp.demon.co.uk/pub/mirrors/exim/%SUBDIR%/ \ ftp://mirror.tje.me.uk/pub/mirrors/ftp.exim.org/exim/%SUBDIR%/ \ http://mirror.tje.me.uk/pub/mirrors/ftp.exim.org/exim/%SUBDIR%/ \ ftp://ftp.fsckit.net/pub/exim/exim/%SUBDIR%/ \ ftp://idcnetwork.org/pub/exim/exim/%SUBDIR%/ \ http://ftp.exim.llorien.org/exim/%SUBDIR% .endif .if !defined(IGNORE_MASTER_SITE_CENTOS_LINUX) MASTER_SITE_CENTOS_LINUX+= \ http://mirror.centos.org/centos/6/os/i386/Packages/ \ - http://vault.centos.org/6.5/os/Source/SPackages/ \ + http://vault.centos.org/6.6/os/Source/SPackages/ \ http://mirror.centos.org/%SUBDIR%/ \ http://vault.centos.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_CENTOS_LINUX) MASTER_SITE_CENTOS_LINUX_UPDATES+= \ http://mirror.centos.org/centos/6/updates/i386/Packages/ \ - http://vault.centos.org/6.5/updates/Source/SPackages/ + http://vault.centos.org/${LINUX_DIST_VER}/updates/Source/SPackages/ .endif .if !defined(IGNORE_MASTER_SITE_EPEL) MASTER_SITE_EPEL+= \ http://dl.fedoraproject.org/pub/epel/6/i386/ \ http://dl.fedoraproject.org/pub/epel/6/SRPMS/ .endif .if !defined(IGNORE_MASTER_SITE_FEDORA_LINUX) MASTER_SITE_FEDORA_LINUX+= \ http://archives.fedoraproject.org/pub/archive/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.pbone.net/vol4/archive.fedoraproject.org/fedora/linux/core/%SUBDIR%/ \ ftp://mirror.solarvps.com/fedora/archive/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.gmd.de/archives.fedoraproject.org/fedora/linux/core/%SUBDIR%/ \ ftp://mirror.fraunhofer.de/archives.fedoraproject.org/fedora/linux/core/%SUBDIR%/ \ ftp://linuxsoft.cern.ch/fedora/linux/core/%SUBDIR%/ \ ftp://ftp-mirror.bi.fraunhofer.de/archives.fedoraproject.org/fedora/linux/core/%SUBDIR%/ \ http://ftp.udl.es/pub/fedora/linux/core/%SUBDIR%/ \ http://ftp.sunet.se/pub/Linux/distributions/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.udl.es/pub/fedora/linux/core/%SUBDIR%/ \ http://mirrors.kernel.org/fedora/core/%SUBDIR%/ \ ftp://mirrors.kernel.org/fedora/core/%SUBDIR%/ \ http://mirror.web-ster.com/fedora/core/%SUBDIR%/ \ ftp://mirror.web-ster.com/fedora/core/%SUBDIR%/ \ http://rpmfind.net/linux/fedora/core/%SUBDIR%/ \ ftp://ftp.gtlib.gatech.edu/pub/fedora.redhat/linux/core/%SUBDIR%/ \ ftp://fedora.mirrors.tds.net/pub/fedora-core/%SUBDIR%/ \ http://ftp.ndlug.nd.edu/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.ndlug.nd.edu/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.belnet.be/linux/fedora/linux/core/%SUBDIR%/ \ http://sunsite.mff.cuni.cz/pub/fedora/%SUBDIR%/ \ ftp://sunsite.mff.cuni.cz/pub/fedora/%SUBDIR%/ \ ftp://ultra.linux.cz/pub/fedora/%SUBDIR%/ \ http://fr2.rpmfind.net/linux/fedora/core/%SUBDIR%/ \ ftp://fr2.rpmfind.net/linux/fedora/core/%SUBDIR%/ \ http://wftp.tu-chemnitz.de/pub/linux/fedora-core/%SUBDIR%/ \ ftp://ftp.tu-chemnitz.de/pub/linux/fedora-core/%SUBDIR%/ \ http://ftp.heanet.ie/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.heanet.ie/pub/fedora/linux/core/%SUBDIR%/ \ ftp://alviss.et.tudelft.nl/pub/fedora/core/%SUBDIR%/ \ http://ftp.surfnet.nl/ftp/pub/os/Linux/distr/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.surfnet.nl/pub/os/Linux/distr/fedora/linux/core/%SUBDIR%/ \ http://ftp.nluug.nl/ftp/pub/os/Linux/distr/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.uninett.no/pub/linux/Fedora/core/%SUBDIR%/ \ http://ftp.man.poznan.pl/pub/linux/fedora/core/%SUBDIR%/ \ ftp://ftp.man.poznan.pl/pub/linux/fedora/%SUBDIR%/ \ http://ftp.ps.pl/pub/linux/fedora-core/%SUBDIR%/ \ ftp://ftp.ps.pl/pub/linux/fedora-core/%SUBDIR%/ \ ftp://ftp.kappa.ro/pub/Linux/Distributions/fedora/%SUBDIR%/ \ http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/dl.fedoraproject.org/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.hostrino.com/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.sfc.wide.ad.jp/pub/Linux/Fedora/core/%SUBDIR%/ \ http://ftp.kddilabs.jp/Linux/packages/fedora/core/%SUBDIR%/ \ ftp://ftp.kddilabs.jp/Linux/packages/fedora/core/%SUBDIR%/ \ ftp://ftp.riken.go.jp/pub/Linux/fedora/core/%SUBDIR%/ \ http://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core/%SUBDIR%/ \ ftp://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core/%SUBDIR%/ \ http://www.las.ic.unicamp.br/pub/fedora/linux/core/%SUBDIR%/ \ ftp://www.las.ic.unicamp.br/pub/fedora/linux/core/%SUBDIR%/ \ ftp://mirror.netglobalis.net/pub/fedora/%SUBDIR%/ \ http://mirror.pacific.net.au/linux/redhat/fedora/%SUBDIR%/ \ ftp://mirror.pacific.net.au/linux/redhat/fedora/%SUBDIR%/ \ http://ftp.univie.ac.at/systems/linux/fedora/core/%SUBDIR%/ \ http://mirror.aarnet.edu.au/pub/fedora/linux/core/%SUBDIR%/ \ ftp://mirror.aarnet.edu.au/pub/fedora/linux/core/%SUBDIR%/ \ http://fedora.mirror.iweb.ca/core/%SUBDIR%/ \ ftp://fedora.mirror.iweb.ca/core/%SUBDIR%/ \ ftp://ftp.telus.net/pub/fedora/linux/core/%SUBDIR%/ \ http://fedora.arcticnetwork.ca/linux/core/%SUBDIR%/ \ http://www.muug.mb.ca/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.muug.mb.ca/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.solnet.ch/mirror/fedora/linux/core/%SUBDIR%/ \ http://mirror.karneval.cz/pub/linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.telmexchile.cl/Unix/fedora/linux/core/%SUBDIR%/ \ http://ftp.sh.cvut.cz/MIRRORS/fedora/%SUBDIR%/ \ ftp://ftp.sh.cvut.cz/MIRRORS/fedora/%SUBDIR%/ \ http://sunsite.mff.cuni.cz/MIRRORS/fedora.redhat.com/linux/core/%SUBDIR%/ \ ftp://sunsite.mff.cuni.cz/MIRRORS/fedora.redhat.com/linux/core/%SUBDIR%/ \ http://ftp-stud.hs-esslingen.de/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp-stud.hs-esslingen.de/pub/fedora/linux/core/%SUBDIR%/ \ http://ftp.uni-erlangen.de/pub/Linux/MIRROR.fedora/core/%SUBDIR%/ \ http://ftp.uni-bayreuth.de/linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.uni-bayreuth.de/pub/linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/linux/fedora/core/%SUBDIR%/ \ http://ftp.uni-koeln.de/mirrors/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.uni-koeln.de/mirrors/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.informatik.uni-frankfurt.de/pub/linux/Mirror/ftp.redhat.com/fedora/core/%SUBDIR%/ \ http://mirrors.ircam.fr/pub/fedora/linux/core/%SUBDIR%/ \ ftp://mirrors.ircam.fr/pub/fedora/linux/core/%SUBDIR%/ \ http://ftp.crihan.fr/mirrors/fedora.redhat.com/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.crihan.fr/mirrors/fedora.redhat.com/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.univ-pau.fr/pub/mirrors/fedora/%SUBDIR%/ \ ftp://ftp.lip6.fr/pub/linux/distributions/fedora/%SUBDIR%/ \ http://fr.rpmfind.net/linux/fedora/core/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/core/%SUBDIR%/ \ http://ftp.rhnet.is/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.rhnet.is/pub/fedora/linux/core/%SUBDIR%/ \ http://ftp.unina.it/pub/linux/distributions/fedora/%SUBDIR%/ \ ftp://ftp.unina.it/pub/linux/distributions/fedora/%SUBDIR%/ \ http://ftp.iij.ad.jp/pub/linux/fedora/core/%SUBDIR%/ \ ftp://ftp.iij.ad.jp/pub/linux/fedora/core/%SUBDIR%/ \ http://ftp.dti.ad.jp/pub/Linux/Fedora/core/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/Linux/Fedora/core/%SUBDIR%/ \ http://ftp.nara.wide.ad.jp/pub/Linux/fedora/core/%SUBDIR%/ \ http://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/linux/core/%SUBDIR%/ \ http://ftp.jaist.ac.jp/pub/Linux/Fedora/core/%SUBDIR%/ \ ftp://ftp.jaist.ac.jp/pub/Linux/Fedora/core/%SUBDIR%/ \ http://ftp.riken.jp/Linux/fedora/core/%SUBDIR%/ \ ftp://ftp.kreonet.re.kr/pub/Linux/fedora/core/%SUBDIR%/ \ ftp://fedora.ifc.unam.mx/linux/fedora/core/%SUBDIR%/ \ ftp://ftp.quicknet.nl/pub/Linux/download.fedora.redhat.com/core/%SUBDIR%/ \ ftp://ftp.uib.no/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.tpnet.pl/d17/fedora/%SUBDIR%/ \ http://ftp.wsisiz.edu.pl/pub/linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.pbone.net/pub/fedora/pub/fedora/linux/core/%SUBDIR%/ \ http://ftp.pwr.wroc.pl/pub/linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.pwr.wroc.pl/pub/linux/fedora/linux/core/%SUBDIR%/ \ ftp://mirrors.hpcf.upr.edu/pub/Mirrors/redhat/download.fedora.redhat.com/%SUBDIR%/ \ http://ftp.astral.ro/mirrors/fedora/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.astral.ro/mirrors/fedora/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.rdsor.ro/pub/Linux/Distributions/Fedora/%SUBDIR%/ \ http://ftp.chg.ru/pub/Linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.chg.ru/pub/Linux/fedora/linux/core/%SUBDIR%/ \ http://ftp.rhd.ru/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.rhd.ru/pub/fedora/linux/core/%SUBDIR%/ \ http://ftp.port80.se/fedora/core/%SUBDIR%/ \ ftp://ftp.port80.se/fedora/core/%SUBDIR%/ \ http://ftp.upjs.sk/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.upjs.sk/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.tlk-l.net/pub/mirrors/fedora.redhat.com/linux/core/%SUBDIR%/ \ http://limestone.uoregon.edu/ftp/fedora/%SUBDIR%/ \ ftp://limestone.uoregon.edu/fedora/%SUBDIR%/ \ ftp://fedora.bu.edu/core/%SUBDIR%/ \ http://mirror.anl.gov/pub/fedora-linux-core/%SUBDIR%/ \ ftp://mirror.anl.gov/pub/fedora-linux-core/%SUBDIR%/ \ ftp://ftp.cse.buffalo.edu/pub/Linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.applios.net/pub/fedora/linux/core/%SUBDIR%/ \ http://mirror.steadfast.net/fedora/core/%SUBDIR%/ \ http://mirror.eas.muohio.edu/fedora/linux/core/%SUBDIR%/ \ http://mirror.engr.sjsu.edu/pub/fedora/linux/core/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/core/%SUBDIR%/ \ ftp://ftp.gtlib.gatech.edu/pub/fedora.redhat/linux/core/%SUBDIR%/ \ http://mirror.cogentco.com/pub/linux/fedora/linux/core/%SUBDIR%/ \ http://mirrors.tummy.com/pub/fedora.redhat.com/fedora/linux/core/%SUBDIR%/ \ ftp://mirrors.tummy.com/pub/fedora.redhat.com/fedora/linux/core/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_FESTIVAL) MASTER_SITE_FESTIVAL+= \ http://www.festvox.org/packed/festival/%SUBDIR%/ \ http://www.cstr.ed.ac.uk/downloads/festival/%SUBDIR%/ \ http://stuff.mit.edu/afs/sipb/project/speech-tools/src/festival/festvox.org/packed/festival/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_FESTIVAL_OGI) MASTER_SITE_FESTIVAL_OGI+= \ ftp://ftp.tuwien.ac.at/opsys/linux/blinux/festival/mirror.ogi-synth_home/ \ http://www.cslu.ogi.edu/tts/download/data/ .endif # # FreeBSD mirror sites # # For the full list, see the Handbook: # # http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html # .if !defined(IGNORE_MASTER_SITE_FREEBSD_ORG) MASTER_SITE_FREEBSD_ORG+= \ ftp://ftp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ ftp://ftp.se.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/FreeBSD/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_FRUGALWARE) MASTER_SITE_FRUGALWARE+= \ ftp://ftp7.frugalware.org/pub/frugalware/frugalware-stable/source/%SUBDIR%/ \ ftp://ftp2.frugalware.org/mirror/ftp.frugalware.org/pub/frugalware/frugalware-stable/source/%SUBDIR%/ \ ftp://ftp6.frugalware.org/mirrors/linux/frugalware/frugalware-stable/source/%SUBDIR%/ \ ftp://ftp4.frugalware.org/pub/linux/distributions/frugalware/frugalware-stable/source/%SUBDIR%/ \ ftp://ftp12.frugalware.org/mirrors/ftp.frugalware.org/pub/frugalware/frugalware-stable/source/%SUBDIR%/ \ ftp://ftp10.frugalware.org/pub/linux/frugalware/frugalware-stable/source/%SUBDIR%/ # ftp://ftp5.frugalware.org/packages/frugalware/pub/frugalware/frugalware-stable/source/%SUBDIR%/ # ftp://ftp3.frugalware.org/mirrors/frugalware/pub/frugalware/frugalware-stable/source/%SUBDIR%/ # ftp://ftp9.frugalware.org/pub/frugalware/frugalware-stable/source/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GCC) MASTER_SITE_GCC+= \ http://mirrors.kernel.org/sources.redhat.com/gcc/%SUBDIR%/ \ http://gcc.parentingamerica.com/%SUBDIR%/ \ http://gcc.skazkaforyou.com/%SUBDIR%/ \ http://gcc.cybermirror.org/%SUBDIR%/ \ http://gcc-uk.internet.bs/%SUBDIR%/ \ http://www.netgull.com/gcc/%SUBDIR%/ \ http://mirrors.webhostinggeeks.com/gcc/%SUBDIR%/ \ http://robotlab.itk.ppke.hu/gcc/%SUBDIR%/ \ http://gcc.fyxm.net/%SUBDIR%/ \ http://gcc.igor.onlinedirect.bg/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/%SUBDIR%/ \ ftp://gcc.gnu.org/pub/gcc/%SUBDIR%/ \ ftp://ftp.lip6.fr/pub/gcc/%SUBDIR%/ \ ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/%SUBDIR%/ \ ftp://ftp.uvsq.fr/pub/gcc/%SUBDIR%/ \ ftp://ftp.gwdg.de/pub/misc/gcc/%SUBDIR%/ \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/gcc.gnu.org/pub/gcc/%SUBDIR%/ \ ftp://ftp.nluug.nl/mirror/languages/gcc/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/gnu/gcc/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GENTOO) MASTER_SITE_GENTOO+= \ http://gentoo.mirrors.pair.com/%SUBDIR%/ \ http://mirrors.tds.net/pub/gentoo/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/%SUBDIR%/ \ http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/%SUBDIR%/ \ http://ftp.snt.utwente.nl/pub/os/linux/gentoo/%SUBDIR%/ \ http://trumpetti.atm.tut.fi/gentoo/%SUBDIR%/ \ http://sunsite.cnlab-switch.ch/ftp/mirror/gentoo/%SUBDIR%/ \ http://ftp.uni-erlangen.de/pub/mirrors/gentoo/%SUBDIR%/ \ http://darkstar.ist.utl.pt/gentoo/%SUBDIR%/ \ http://gentoo.inode.at/%SUBDIR%/ \ http://ftp.rhnet.is/pub/gentoo/%SUBDIR%/ \ http://gentoo.gg3.net/%SUBDIR%/ \ http://gentoo.kems.net/%SUBDIR%/ \ ftp://ftp.gtlib.gatech.edu/pub/gentoo/%SUBDIR%/ \ ftp://mirror.iawnet.sandia.gov/pub/gentoo/%SUBDIR%/ \ ftp://ftp.ussg.iu.edu/pub/linux/gentoo/%SUBDIR%/ \ ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/%SUBDIR%/ \ ftp://gentoo.mirrors.pair.com/%SUBDIR%/ \ ftp://mirrors.tds.net/pub/gentoo/%SUBDIR%/ \ ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/%SUBDIR%/ \ ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/%SUBDIR%/ \ ftp://trumpetti.atm.tut.fi/gentoo/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/gentoo/%SUBDIR%/ \ ftp://ftp.tu-clausthal.de/pub/linux/gentoo/%SUBDIR%/ \ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/%SUBDIR%/ \ ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/%SUBDIR%/ \ ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo/%SUBDIR%/ \ ftp://darkstar.ist.utl.pt/pub/gentoo/%SUBDIR%/ \ ftp://gentoo.inode.at/source/%SUBDIR%/ \ ftp://ftp.rhnet.is/pub/gentoo/%SUBDIR%/ \ ftp://files.gentoo.gr/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GITHUB) # # In order to use GitHub your port must define USE_GITHUB and the following # variables: # # GH_ACCOUNT - account name of the GitHub user hosting the project # default: not set, mandatory # # GH_PROJECT - name of the project on GitHub # default: ${PORTNAME} # # GH_TAGNAME - name of the tag to download (2.0.1, hash, ...) # Using the name of a branch here is incorrect. It is # possible to do GH_TAGNAME=${GH_COMMIT} to do a snapshot # default: ${DISTVERSION} # # GH_COMMIT - first 7 digits of the commit that generated GH_TAGNAME # (man git-describe(1)) # default: not set, mandatory # .if defined(USE_GITHUB) .if defined(GH_TAGNAME) && ${GH_TAGNAME} == master IGNORE?= Using master as GH_TAGNAME is invalid. \ Must use a tag or commit hash so the upstream does \ not "reroll" as soon as the branch is updated .endif MASTER_SITE_GITHUB+= https://codeload.github.com/%SUBDIR% \ http://codeload.github.com/%SUBDIR% MASTER_SITE_GITHUB_CLOUD+= http://cloud.github.com/downloads/%SUBDIR% .if !defined(MASTER_SITES) || !${MASTER_SITES:MGH} && !${MASTER_SITES:MGHC} MASTER_SITES+= GH GHC .endif GH_PROJECT?= ${PORTNAME} GH_TAGNAME?= ${DISTVERSION} .endif .endif # # GitHub files can also be obtained, without the need for any of the above, by doing: # # MASTER_SITES= http://github.com/accountname/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ # .if !defined(IGNORE_MASTER_SITE_GNOME) MASTER_SITE_GNOME+= \ https://download.gnome.org/%SUBDIR%/ \ http://download.gnome.org/%SUBDIR%/ \ ftp://ftp.belnet.be/mirror/ftp.gnome.org/%SUBDIR%/ \ http://ftp.acc.umu.se/pub/GNOME/%SUBDIR%/ \ ftp://ftp.cse.buffalo.edu/pub/Gnome/%SUBDIR%/ \ http://fr2.rpmfind.net/linux/gnome.org/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/gnome/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/X/gnome/%SUBDIR%/ \ http://linorg.usp.br/gnome/%SUBDIR%/ \ http://mirror.aarnet.edu.au/pub/gnome/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/gnome/&,} \ ftp://ftp.kddlabs.co.jp/pub/GNOME/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/%SUBDIR%/ \ ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/%SUBDIR%/ \ http://ftp.gnome.org/pub/GNOME/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GNU) MASTER_SITE_GNU+= \ http://ftpmirror.gnu.org/%SUBDIR%/ \ http://ftp.gnu.org/gnu/%SUBDIR%/ \ ftp://ftp.gnu.org/gnu/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/gnu/gnu/%SUBDIR%/ \ http://mirrors.kernel.org/gnu/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/GNU/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/GNU/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,GNU/&,} \ ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/%SUBDIR%/ \ ftp://ftp.informatik.hu-berlin.de/pub/gnu/gnu/%SUBDIR%/ \ ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/%SUBDIR%/ \ http://ftp.funet.fi/pub/gnu/prep/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GNUPG) MASTER_SITE_GNUPG+= \ http://mirror.tje.me.uk/pub/mirrors/ftp.gnupg.org/%SUBDIR%/ \ http://dotsrc.org/%SUBDIR%/ \ ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://mirror.cict.fr/gnupg/%SUBDIR%/ \ http://artfiles.org/gnupg.org/%SUBDIR%/ \ ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://ftp.crysys.hu/pub/gnupg/%SUBDIR%/ \ ftp://ftp.hi.is/pub/mirrors/gnupg/%SUBDIR%/ \ http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/security/gnupg/%SUBDIR%/ \ ftp://mirror.switch.ch/mirror/gnupg/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://ftp.gnupg.org/gcrypt/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GNUSTEP) MASTER_SITE_GNUSTEP+= \ ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ \ http://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GNUSTEP_CH) MASTER_SITE_GNUSTEP_CH+= \ http://io.debian.net/~tar/ports/distfiles/ .endif .if !defined(IGNORE_MASTER_SITE_GNU_ALPHA) MASTER_SITE_GNU_ALPHA+= \ http://alpha.gnu.org/gnu/%SUBDIR%/ \ ftp://spinellicreations.com/alpha/gnu/%SUBDIR%/ \ http://www.nic.funet.fi/pub/gnu/alpha/gnu/%SUBDIR%/ \ http://mirror.thecodefactory.org/gnualpha/%SUBDIR%/ \ http://www.mirrorservice.org/sites/alpha.gnu.org/gnu/%SUBDIR%/ \ http://gnu.c3sl.ufpr.br/alpha/%SUBDIR%/ \ http://mirror.cedia.org.ec/gnualpha/%SUBDIR%/ \ http://gnu-alpha.mirrors.hostinginnederland.nl/%SUBDIR%/ \ http://gnualpha.uib.no/%SUBDIR%/ \ http://mirrors.fe.up.pt/pub/gnu-alpha/%SUBDIR%/ \ http://mirror.lihnidos.org/GNU/alpha/gnu/%SUBDIR%/ \ http://alpha-gnu-org.ip-connect.vn.ua/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GOOGLE_CODE) PROJECTHOST?= ${PORTNAME} MASTER_SITE_GOOGLE_CODE+= \ http://${PROJECTHOST}.googlecode.com/files/ .endif .if !defined(IGNORE_MASTER_SITE_HORDE) MASTER_SITE_HORDE+= \ http://ftp.horde.org/pub/%SUBDIR%/ \ ftp://ftp.horde.org/pub/%SUBDIR%/ \ ftp://ftp.at.horde.org/infosys/webapps/horde/%SUBDIR%/ \ ftp://ftp.se.horde.org/mirror/horde/pub/%SUBDIR%/ \ ftp://ftp.tw.horde.org/pub/%SUBDIR%/ \ ftp://ftp.us.horde.org/pub/software/horde//%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_IDSOFTWARE) MASTER_SITE_IDSOFTWARE+= \ ftp://ftp.gwdg.de/pub/misc2/ftp.idsoftware.com/idstuff/%SUBDIR%/ \ http://ftp4.de.freesbie.org/pub/misc/ftp.idsoftware.com/idstuff/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/pc/games/idgames/idstuff/%SUBDIR%/ \ ftp://ftp.gamers.org/pub/idgames/idstuff/%SUBDIR%/ \ http://ftp.iinet.net.au/games/idstuff/%SUBDIR%/ \ ftp://ftp.mirror.nl/disk2/idsoftware/idstuff/%SUBDIR%/ \ ftp://freebsd.nsu.ru/mirrors/ftp.idsoftware.com/idstuff/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/vendors/idgames/idstuff/%SUBDIR%/ \ ftp://ftp.omen.net.au/games/idstuff/%SUBDIR%/ \ ftp://ftp.idsoftware.com/idstuff/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_ISC) MASTER_SITE_ISC+= \ http://ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.ciril.fr/pub/isc/%SUBDIR%/ \ ftp://ftp.freenet.de/pub/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.iij.ad.jp/pub/network/isc/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/net/isc/%SUBDIR%/ \ ftp://ftp.u-aizu.ac.jp/pub/net/isc/%SUBDIR%/ \ ftp://ftp.task.gda.pl/mirror/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/network/isc/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.nominum.com/pub/isc/%SUBDIR%/ \ ftp://ftp.ripe.net/mirrors/sites/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/net/isc/isc/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_KENAI) MASTER_SITE_KENAI+= \ http://projectkenai.com/downloads/%SUBDIR%/ .endif # List: http://download.kde.org/extra/mirrors.html # Updated: 2012-10-26 .if !defined(IGNORE_MASTER_SITE_KDE) MASTER_SITE_KDE+= \ http://download.kde.org/%SUBDIR%/ \ ftp://ftp.gtlib.gatech.edu/pub/kde/%SUBDIR%/ \ ftp://ftp.informatik.hu-berlin.de/pub/Mirrors/ftp.kde.org/%SUBDIR%/ \ http://ftp.gtlib.gatech.edu/pub/kde/%SUBDIR%/ \ ftp://ftp.solnet.ch/mirror/KDE/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/kde/%SUBDIR%/ \ http://gd.tuwien.ac.at/kde/%SUBDIR%/ \ http://kde.mirrors.tds.net/pub/kde/%SUBDIR%/ \ ftp://ftp.rz.uni-wuerzburg.de/pub/unix/kde/%SUBDIR%/ \ http://mirrors.dotsrc.org/kde/%SUBDIR%/ \ ftp://mirrors.dotsrc.org/kde/%SUBDIR%/ \ ftp://ftp.fi.muni.cz/pub/kde/%SUBDIR%/ \ http://ftp.fi.muni.cz/pub/kde/%SUBDIR%/ \ ftp://sunsite.icm.edu.pl/pub/unix/kde/%SUBDIR%/ \ http://sunsite.icm.edu.pl/pub/unix/kde/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/X11/kde/%SUBDIR%/ \ http://ftp.sunet.se/pub/X11/kde/%SUBDIR%/ \ ftp://ftp.kde.org/pub/kde/%SUBDIR%/ \ ftp://ftp.belnet.be/packages/kde/%SUBDIR%/ \ http://ftp.belnet.be/packages/kde/%SUBDIR%/ \ ftp://ftp.lip6.fr/pub/X11/kde/%SUBDIR%/ \ http://www-ftp.lip6.fr/pub/X11/kde/%SUBDIR%/ \ ftp://ftp.rhnet.is/pub/kde/%SUBDIR%/ \ http://ftp.rhnet.is/pub/kde/%SUBDIR%/ \ http://ftp-stud.fht-esslingen.de/Mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \ ftp://ftp.cronyx.ru/pub/mirror/kde/%SUBDIR%/ \ http://ftp.twaren.net/Unix/X/KDE/%SUBDIR%/ \ ftp://ftp.na.kde.org/pub/kde/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/pub/unix/X11/gui/kde/%SUBDIR%/ \ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/kde/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/X11/kde/%SUBDIR%/ \ http://ftp.ntua.gr/pub/X11/kde/%SUBDIR%/ \ ftp://ftp.heanet.ie/mirrors/ftp.kde.org/%SUBDIR%/ \ http://ftp.heanet.ie/mirrors/ftp.kde.org/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/pub/X11/kde/%SUBDIR%/ \ http://ftp.kddlabs.co.jp/pub/X11/kde/%SUBDIR%/ \ http://kde.mirror.uber.com.au/%SUBDIR%/ \ ftp://ftp.ussg.iu.edu/pub/kde/%SUBDIR%/ \ http://ftp.ussg.iu.edu/kde/%SUBDIR%/ \ ftp://ftp.sayclub.com/pub/X/KDE/%SUBDIR%/ \ http://ftp.sayclub.com/pub/X/KDE/%SUBDIR%/ \ ftp://carroll.aset.psu.edu/pub/kde/%SUBDIR%/ \ http://mirror.cc.columbia.edu/pub/software/kde/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.kde.org/pub/kde/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.kde.org/pub/kde/%SUBDIR%/ \ http://master.kde.org/%SUBDIR%/ \ http://ftp.icm.edu.pl/pub/unix/kde/%SUBDIR%/ \ http://kde-mirror.freenux.org/%SUBDIR%/ \ http://ftp.fi.muni.cz/pub/kde/%SUBDIR%/ \ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/kde/&,} \ ftp://ftp.funet.fi/pub/mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \ http://ftp.funet.fi/pub/mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_LIBREOFFICE_DEV) MASTER_SITE_LIBREOFFICE_DEV+= \ http://dev-www.libreoffice.org/src/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_LOGILAB) MASTER_SITE_LOGILAB+= \ http://download.logilab.org/pub/%SUBDIR%/ \ http://ftp.logilab.org/pub/%SUBDIR%/ \ ftp://ftp.logilab.org/pub/%SUBDIR%/ \ ftp://ftp.logilab.fr/pub/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_MATE) MASTER_SITE_MATE+= \ http://pub.mate-desktop.org/releases/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_MOZDEV) MASTER_SITE_MOZDEV+= \ http://ftp.scarlet.be/pub/mozdev/%SUBDIR%/ \ http://ftp.rz.tu-bs.de/pub/mirror/downloads.mozdev.org/%SUBDIR%/ \ http://ftp.ntua.gr/pub/www/mozdev/%SUBDIR%/ \ http://ftp.heanet.ie/pub/mozdev/%SUBDIR%/ \ http://mozdev.oregonstate.edu/%SUBDIR%/ \ http://ftp.ntua.gr/pub/www/mozdev/%SUBDIR%/ \ http://www.devlib.org/mozdev/%SUBDIR%/ \ ftp://ftp.heanet.ie/pub/mozdev/%SUBDIR%/ \ http://mirrors.ibiblio.org/pub/mirrors/mozdev.org/%SUBDIR%/ \ http://ftp.osuosl.org/pub/mozdev/%SUBDIR%/ .endif # releases.mozilla.org mirror sites # # For the full list, see the following: # # http://www.mozilla.org/mirrors.html # .if !defined(IGNORE_MASTER_SITE_MOZILLA) MASTER_SITE_MOZILLA+= \ https://ftp.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ http://mirror3.mirrors.tds.net/pub/mozilla.org/%SUBDIR%/ \ http://mozilla.isc.org/pub/mozilla.org/%SUBDIR%/ \ http://releases.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ http://kyoto-mz-dl.sinet.ad.jp/pub/mozilla.org/%SUBDIR%/ \ http://jp-nii01.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ http://jp-nii02.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ http://mirror.internode.on.net/pub/mozilla/%SUBDIR%/ \ http://ftp.acc.umu.se/pub/mozilla.org/%SUBDIR%/ \ http://mozilla.c3sl.ufpr.br/releases/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/mozilla.org/%SUBDIR%/ \ ftp://ftp.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ ftp://ftp.fh-wolfenbuettel.de/pub/www/mozilla/%SUBDIR%/ \ ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.mozilla.org/pub/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/mozilla/&,} \ http://ftp.twaren.net/Unix/Mozilla/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_BUGZILLA) MASTER_SITE_BUGZILLA+= \ https://ftp.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ http://ftp.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ ftp://ftp.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ http://mirror.internode.on.net/pub/mozilla/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_MOZILLA_EXTENDED) MASTER_SITE_MOZILLA_EXTENDED+= \ http://releases.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ ${MASTER_SITE_MOZILLA} .endif .if !defined(IGNORE_MASTER_SITE_MPLAYERHQ) MASTER_SITE_MPLAYERHQ+= \ http://www.mplayerhq.hu/MPlayer/%SUBDIR%/ \ http://www1.mplayerhq.hu/MPlayer/%SUBDIR%/ \ http://www2.mplayerhq.hu/MPlayer/%SUBDIR%/ \ http://www3.mplayerhq.hu/MPlayer/%SUBDIR%/ \ http://www4.mplayerhq.hu/MPlayer/%SUBDIR%/ \ http://www5.mplayerhq.hu/MPlayer/%SUBDIR%/ \ ftp://ftp.mplayerhq.hu/MPlayer/%SUBDIR%/ \ ftp://ftp1.mplayerhq.hu/MPlayer/%SUBDIR%/ \ ftp://ftp4.mplayerhq.hu/MPlayer/%SUBDIR%/ \ ftp://ftp5.mplayerhq.hu/MPlayer/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_MYSQL) MASTER_SITE_MYSQL+= \ ftp://ftp.fi.muni.cz/pub/mysql/Downloads/%SUBDIR%/ \ http://mysql.mirrors.cybercity.dk/Downloads/%SUBDIR%/ \ ftp://ftp.fh-wolfenbuettel.de/pub/database/mysql/Downloads/%SUBDIR%/ \ ftp://ftp.gwdg.de/pub/misc/mysql/Downloads/%SUBDIR%/ \ http://netmirror.org/mirror/mysql.com/Downloads/%SUBDIR%/ \ ftp://netmirror.org/mysql.com/Downloads/%SUBDIR%/ \ http://mirrors.ntua.gr/MySQL/Downloads/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/databases/mysql/Downloads/%SUBDIR%/ \ http://mysql.sote.hu/Downloads/%SUBDIR%/ \ ftp://ftp.rhnet.is/pub/mysql/Downloads/%SUBDIR%/ \ ftp://mirror.widexs.nl/pub/mysql/Downloads/%SUBDIR%/ \ ftp://mirror.switch.ch/mirror/mysql/Downloads/%SUBDIR%/ \ http://mysql.dp.ua/Downloads/%SUBDIR%/ \ http://mysql.mirrored.ca/Downloads/%SUBDIR%/ \ ftp://mirror.services.wisc.edu/mirrors/mysql/Downloads/%SUBDIR%/ \ http://mysql.mirrors.pair.com/Downloads/%SUBDIR%/ \ ftp://ftp.linorg.usp.br/mysql/Downloads/%SUBDIR%/ \ ftp://ftp.cbn.net.id/mirror/mysql/Downloads/%SUBDIR%/ \ ftp://ftp.easynet.be/mysql/Downloads/%SUBDIR%/ \ http://download.softagency.net/MySQL/Downloads/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_NETBSD) MASTER_SITE_NETBSD+= \ ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://ftp.iastate.edu/pub/netbsd/packages/distfiles/%SUBDIR%/ \ ftp://ftp.plig.net/pub/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://ftp.proxad.net/mirrors/ftp.netbsd.org/packages/distfiles/%SUBDIR%/ \ ftp://ftp.unina.it/pub/Unix/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://ftp.uninett.no/bsd/unix/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://sunsite.uio.no/bsd/unix/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://ftp.demon.co.uk/pub/mirrors/NetBSD/packages/distfiles/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,NetBSD/packages/distfiles/&,} \ ftp://ftp.dti.ad.jp/pub/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/NetBSD/packages/distfiles/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_NETLIB) MASTER_SITE_NETLIB+= \ ftp://ftp.netlib.org/%SUBDIR%/ \ http://www.netlib.org/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.netlib.org/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.netlib.org/%SUBDIR%/ \ ftp://ftp.netlib.no/netlib/%SUBDIR%/ \ http://www.netlib.no/netlib/%SUBDIR%/ \ ftp://ftp.irisa.fr/pub/netlib/%SUBDIR%/ \ http://artfiles.org/netlib.org/%SUBDIR%/ \ http://netlib.amss.ac.cn/%SUBDIR%/ \ http://netlib.caspur.it/%SUBDIR%/ \ http://netlib.sandia.gov/%SUBDIR%/ \ http://phase.hpcc.jp/mirrors/netlib/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_NVIDIA) MASTER_SITE_NVIDIA+= \ http://jp.download.nvidia.com/%SUBDIR%/ \ http://us.download.nvidia.com/%SUBDIR%/ \ http://tw.download.nvidia.com/%SUBDIR%/ \ http://download.nvidia.com/%SUBDIR%/ \ http://download1.nvidia.com/%SUBDIR%/ \ ftp://download.nvidia.com/%SUBDIR%/ \ ftp://download1.nvidia.com/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_OPENBSD) MASTER_SITE_OPENBSD+= \ http://anga.funkfeuer.at/ftp/pub/OpenBSD/%SUBDIR%/ \ http://ftp.eu.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ ftp://openbsd.informatik.uni-erlangen.de/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp5.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp3.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ ftp://rt.fm/pub/OpenBSD/%SUBDIR%/ \ http://ftp.heanet.ie/pub/OpenBSD/%SUBDIR%/ \ http://ftp.belnet.be/packages/openbsd/%SUBDIR%/ \ http://mirror.pacific.net.au/OpenBSD/%SUBDIR%/ \ http://ftp.openbsd.dk/pub/OpenBSD/%SUBDIR%/ \ http://ftp.estpak.ee/pub/OpenBSD/%SUBDIR%/ \ http://mirror.internode.on.net/pub/OpenBSD/%SUBDIR%/ \ http://ftp.chg.ru/pub/OpenBSD/%SUBDIR%/ \ http://ftp.arcane-networks.fr/pub/OpenBSD/%SUBDIR%/ \ http://ftp.netbsd.se/OpenBSD/%SUBDIR%/ \ http://www.mirrorservice.org/pub/OpenBSD/%SUBDIR%/ \ http://mirror.switch.ch/ftp/pub/OpenBSD/%SUBDIR%/ \ http://ftp.jaist.ac.jp/pub/OpenBSD/%SUBDIR%/ \ http://ftp.cc.uoc.gr/mirrors/OpenBSD/%SUBDIR%/ \ http://mirror.hostfuss.com/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.stacken.kth.se/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.ca.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.freebsdchina.org/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.dkuug.dk/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.jyu.fi/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.irisa.fr/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.nara.wide.ad.jp/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.inet.no/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.nluug.nl/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.gamma.ru/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.rediris.es/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.su.se/pub/OpenBSD/%SUBDIR%/ \ ftp://osmirrors.cerias.purdue.edu/pub/OpenBSD/%SUBDIR%/ \ ftp://carroll.cac.psu.edu/pub/OpenBSD/%SUBDIR%/ \ ftp://openbsd.mirrors.tds.net/pub/OpenBSD/%SUBDIR%/ \ http://mirrors.nic.funet.fi/pub/OpenBSD/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_OSSP) MASTER_SITE_OSSP+= \ ftp://ftp.ossp.org/pkg/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/utils/ossp/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_PACKETSTORM) MASTER_SITE_PACKETSTORM+= \ http://dl.packetstormsecurity.net/%SUBDIR%/ \ http://packetstorm.codar.com.br/%SUBDIR%/ \ http://packetstorm.igor.onlinedirect.bg/%SUBDIR%/ \ http://packetstorm.interhost.co.il/%SUBDIR%/ \ http://packetstorm.foofus.com/%SUBDIR%/ \ http://packetstorm.tacticalflex.com/%SUBDIR%/ \ http://packetstorm.unixteacher.org/%SUBDIR%/ \ http://packetstorm.wowhacker.com/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_PERL_CPAN) _PERL_CPAN_SORT?= modules/by-module # Please add URI to MASTER_SITE_PERL_CPAN_BY instead of this one. MASTER_SITE_PERL_CPAN?= MASTER_SITE_PERL_CPAN_BY+= \ http://cpan.metacpan.org/%CPANSORT%/%SUBDIR%/ \ http://www.cpan.org/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.cpan.org/pub/CPAN/%CPANSORT%/%SUBDIR%/ \ http://www.cpan.dk/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/%CPANSORT%/%SUBDIR%/ \ http://ftp.jaist.ac.jp/pub/CPAN/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/lang/perl/CPAN/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.auckland.ac.nz/pub/perl/CPAN/%CPANSORT%/%SUBDIR%/ \ http://backpan.perl.org/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/languages/perl/CPAN/%CPANSORT%/%SUBDIR%/ \ http://ftp.twaren.net/Unix/Lang/CPAN/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%SUBDIR%/ \ http://www.cpan.dk/modules/by-module/%SUBDIR%/ _PERL_CPAN_FLAG=${MASTER_SITE_SUBDIR:C/(CPAN):.*$/\1/} _PERL_CPAN_ID= ${MASTER_SITE_SUBDIR:C/^CPAN:(.)(.)(.*)$/\1\/\1\2\/\1\2\3/} .if !empty(_PERL_CPAN_ID) && ${_PERL_CPAN_FLAG:tl} == "cpan" _PERL_CPAN_SORT=authors/id/${_PERL_CPAN_ID} MASTER_SITE_PERL_CPAN=${MASTER_SITE_PERL_CPAN_BY:S/%CPANSORT%/${_PERL_CPAN_SORT}/:S/%SUBDIR%\///} .else MASTER_SITE_PERL_CPAN=${MASTER_SITE_PERL_CPAN_BY:S/%CPANSORT%/${_PERL_CPAN_SORT}/} .endif .endif # # PostgreSQL mirror sites # # For the full list, see the following: # # http://wwwmaster.postgresql.org/download/mirrors-ftp # # Before update mirror list please consult with fenner's distfiles survey. # .if !defined(IGNORE_MASTER_SITE_PGSQL) MASTER_SITE_PGSQL+= \ ftp://ftp.se.postgresql.org/pub/databases/relational/postgresql/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/db/postgresql/&,} \ ftp://ftp2.cz.postgresql.org/pub/postgresql/%SUBDIR%/ \ ftp://ftp.ee.postgresql.org/mirrors/postgresql/%SUBDIR%/ \ ftp://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org/%SUBDIR%/ \ ftp://ftp.gr.postgresql.org/pub/databases/postgresql/%SUBDIR%/ \ ftp://ftp.ie.postgresql.org/mirrors/ftp.postgresql.org/pub/%SUBDIR%/ \ ftp://ftp2.it.postgresql.org/mirrors/postgres/%SUBDIR%/ \ http://ftp2.jp.postgresql.org/pub/postgresql/%SUBDIR%/ \ ftp://ftp.lv.postgresql.org/pub/postgresql/%SUBDIR%/ \ ftp://ftp2.nl.postgresql.org/mirror/postgresql/%SUBDIR%/ \ ftp://ftp6.pl.postgresql.org/pub/postgresql/%SUBDIR%/ \ ftp://ftp7.pl.postgresql.org/pub/mirror/ftp.postgresql.org/%SUBDIR%/ \ ftp://ftp6.ro.postgresql.org/pub/mirrors/ftp.postgresql.org/%SUBDIR%/ \ ftp://ftp3.ru.postgresql.org/pub/mirror/postgresql/pub/%SUBDIR%/ \ ftp://ftp5.es.postgresql.org/mirror/postgresql/%SUBDIR%/ \ ftp://ftp3.tw.postgresql.org/pub/postgresql/%SUBDIR%/ \ ftp://ftp.postgresql.org/pub/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_PHP) MASTER_SITE_PHP+= \ http://dk1.php.net/%SUBDIR%/ \ http://de.php.net/%SUBDIR%/ \ http://es.php.net/%SUBDIR%/ \ http://fr.php.net/%SUBDIR%/ \ http://gr.php.net/%SUBDIR%/ \ http://it.php.net/%SUBDIR%/ \ http://jp.php.net/%SUBDIR%/ \ http://se.php.net/%SUBDIR%/ \ http://uk3.php.net/%SUBDIR%/ \ http://us2.php.net/%SUBDIR%/ \ http://br.php.net/%SUBDIR%/ \ http://cn.php.net/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/php/&,} .endif .if !defined(IGNORE_MASTER_SITE_PYTHON) MASTER_SITE_PYTHON+= \ http://www.python.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_QMAIL) MASTER_SITE_QMAIL+= \ http://qmail.glasswings.com.au/%SUBDIR%/ \ http://qmail.psshee.com/%SUBDIR%/ \ http://mirrors.sunsite.dk/qmailwww/%SUBDIR%/ \ http://www.agria.hu/qmail/%SUBDIR%/ \ http://qmail.netvisao.pt/%SUBDIR%/ \ http://qmail.ipg.sk/%SUBDIR%/ \ http://qmail.omnis.ch/%SUBDIR%/ \ http://www.qmail.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_QT) MASTER_SITE_QT+= \ http://download.qt-project.org/%SUBDIR%/ \ http://master.qt-project.org/%SUBDIR%/ \ http://www.mirrorservice.org/sites/download.qt-project.org/%SUBDIR%/ \ http://www.nic.funet.fi/pub/mirrors/download.qt-project.org/%SUBDIR%/ \ http://qtmirror.ics.com/pub/qtproject/%SUBDIR%/ \ http://anychimirror101.mirrors.tds.net/pub/Qt/%SUBDIR%/ \ http://www.las.ic.unicamp.br/pub/qtproject/%SUBDIR%/ \ http://linorg.usp.br/Qt/%SUBDIR%/ \ http://ftp.jaist.ac.jp/pub/qtproject/%SUBDIR%/ \ http://mirrors.neusoft.edu.cn/qt/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_REDHAT_LINUX) MASTER_SITE_REDHAT_LINUX+= \ http://mirrors.usc.edu/pub/linux/distributions/redhat/redhat/linux/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/redhat/linux/%SUBDIR%/ \ ftp://mirror.cs.wisc.edu/pub/mirrors/linux/redhat/%SUBDIR%/ \ ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/linux/%SUBDIR%/ \ ftp://ftp.icm.edu.pl/pub/linux/redhat/linux/%SUBDIR%/ \ ftp://ftp.riken.go.jp/pub/Linux/redhat/linux/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/pub/Linux/packages/RedHat/redhat/linux/%SUBDIR%/ .endif # # RingServers in Japan # # # Note: If you know which of the RingServers is nearest to you, # please specify it in your /etc/make.conf. (The server list is # available at http://www.ring.gr.jp/) # # You can choose either http or ftp to access to a server: # # http:///archives/%SUBDIR%/ # ftp:///pub/%SUBDIR%/ # # {www,ftp}.dnsbalance.ring.gr.jp redirects requests to one of the # least busy servers at the moment at the DNS lookup level. (safe to # use with "fetch -A") # # {www,ftp}.t.ring.gr.jp redirects requests to one of the nearest # servers at the DNS lookup level. (safe to use with "fetch -A") # .if !defined(IGNORE_MASTER_SITE_RINGSERVER) MASTER_SITE_RINGSERVER+= \ http://ring.nict.go.jp/archives/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_RUBY) MASTER_SITE_RUBY+= \ http://cache.ruby-lang.org/pub/ruby/%SUBDIR%/ \ ftp://ftp.ruby-lang.org/pub/ruby/%SUBDIR%/ \ ftp://ftp.SpringDaemons.com/pub/ruby/ruby/%SUBDIR%/ \ http://www.ibiblio.org/pub/languages/ruby/%SUBDIR%/ \ ftp://xyz.lcs.mit.edu/pub/ruby/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,lang/ruby/&,} \ ftp://ftp.fu-berlin.de/unix/languages/ruby/%SUBDIR%/ \ ftp://ftp.easynet.be/ruby/ruby/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/lang/ruby/%SUBDIR%/ \ ftp://ftp.kr.FreeBSD.org/pub/ruby/%SUBDIR%/ \ http://mirrors.sunsite.dk/ruby/%SUBDIR%/ \ ftp://ftp.iDaemons.org/pub/mirror/ftp.ruby-lang.org/ruby/%SUBDIR%/ .endif # See http://rubyforge.org/credits/ .if !defined(IGNORE_MASTER_SITE_RUBYFORGE) MASTER_SITE_RUBYFORGE+= \ http://files.rubyforge.vm.bytemark.co.uk/%SUBDIR%/ .endif # See http://rubygems.org/pages/about .if !defined(IGNORE_MASTER_SITE_RUBYGEMS) MASTER_SITE_RUBYGEMS+= \ http://production.s3.rubygems.org/gems/%SUBDIR%/ \ http://production.cf.rubygems.org/gems/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_SAMBA) MASTER_SITE_SAMBA+= \ http://ftp.samba.org/pub/%SUBDIR%/ \ ftp://ca.samba.org/pub/%SUBDIR%/ \ ftp://de.samba.org/pub/%SUBDIR%/ \ ftp://ftp.easynet.be/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/samba/&,} .endif # List: http://download.savannah.gnu.org/mirmon/ .if !defined(IGNORE_MASTER_SITE_SAVANNAH) MASTER_SITE_SAVANNAH+= \ http://nongnu.askapache.com/%SUBDIR%/ \ http://mirror.lihnidos.org/GNU/savannah/%SUBDIR%/ \ http://ftp.twaren.net/Unix/NonGNU/%SUBDIR%/ \ ftp://ftp.twaren.net/Unix/NonGNU/%SUBDIR%/ \ http://gnu.mirrors.pair.com/savannah/savannah/%SUBDIR%/ \ ftp://gnu.mirrors.pair.com/savannah/%SUBDIR%/ \ http://download-mirror.savannah.gnu.org/releases/%SUBDIR%/ .endif # List: http://sourceforge.net/apps/trac/sourceforge/wiki/Mirrors # Updated: 2013-03-25 .if !defined(IGNORE_MASTER_SITE_SOURCEFORGE) MASTER_SITE_SOURCEFORGE+= http://downloads.sourceforge.net/project/%SUBDIR%/ .for mirror in heanet sunet iweb switch freefr garr aarnet jaist master \ nchc ncu internode waix hivelocity superb-dca3 ufpr tenet \ netcologne ignum kent kaz MASTER_SITE_SOURCEFORGE+= \ http://${mirror}.dl.sourceforge.net/project/%SUBDIR%/ .endfor .endif .if !defined(IGNORE_MASTER_SITE_SOURCEFORGE_JP) .for mirror in iij jaist keihanna osdn MASTER_SITE_SOURCEFORGE_JP+= \ http://${mirror}.dl.sourceforge.jp/%SUBDIR%/ .endfor .endif .if !defined(IGNORE_MASTER_SITE_SOURCEWARE) MASTER_SITE_SOURCEWARE+= \ http://mirrors.kernel.org/sources.redhat.com/%SUBDIR%/ \ http://gd.tuwien.ac.at/gnu/sourceware/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_SUDO) MASTER_SITE_SUDO+= \ http://www.sudo.ws/sudo/dist/ \ http://ftp.arcane-networks.fr/pub/mirrors/sudo/ \ http://sudo.p8ra.de/sudo/dist/ \ http://sudo.cybermirror.org/ \ http://sudo-ftp.basemirror.de/ \ http://core.ring.gr.jp/archives/misc/sudo/ \ http://www.ring.gr.jp/archives/misc/sudo/ \ http://ftp.twaren.net/Unix/Security/Sudo/ \ ftp://ftp.sudo.ws/pub/sudo/ \ ftp://plier.ucar.edu/pub/sudo/ \ ftp://obsd.isc.org/pub/sudo/ \ ftp://ftp.uwsg.indiana.edu/pub/security/sudo/ \ ftp://ftp.tuwien.ac.at/utils/admin-tools/sudo/ \ ftp://sunsite.ualberta.ca/pub/Mirror/sudo/ \ ftp://zoot.tele.dk/pub/sudo/ \ ftp://ftp.in2p3.fr/pub/sudo/ \ ftp://ftp.arcane-networks.fr/pub/mirrors/sudo/ \ ftp://ftp.usbm.de/pub/sudo/ \ ftp://ftp.cs.tu-berlin.de/pub/misc/sudo/ \ ftp://ftp.informatik.uni-hamburg.de/pub/os/unix/utils/sudo/ \ ftp://ftp.st.ryukoku.ac.jp/pub/security/tool/sudo/ \ ftp://ftp.cin.nihon-u.ac.jp/pub/misc/sudo/ \ ftp://core.ring.gr.jp/pub/misc/sudo/ \ ftp://ftp.ring.gr.jp/pub/misc/sudo/ \ ftp://sunsite.icm.edu.pl/packages/sudo/ \ ftp://mirror.cdmon.com/pub/sudo/ \ ftp://ftp.twaren.net/Unix/Security/Sudo/ .endif .if !defined(IGNORE_MASTER_SITE_SUNSITE) MASTER_SITE_SUNSITE+= \ http://www.ibiblio.org/pub/Linux/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/Linux/%SUBDIR%/ \ ftp://ftp.cs.tu-berlin.de/pub/linux/Mirrors/sunsite.unc.edu/%SUBDIR%/ \ ftp://ftp.etsimo.uniovi.es/pub/linux/%SUBDIR%/ \ ftp://ftp.lip6.fr/pub/linux/sunsite/%SUBDIR%/ \ ftp://ftp.nluug.nl/pub/metalab/%SUBDIR%/ \ ftp://ftp.nvg.ntnu.no/pub/mirrors/metalab.unc.edu/%SUBDIR%/ \ ftp://ftp.icm.edu.pl/pub/Linux/sunsite/%SUBDIR%/ \ ftp://ftp.cse.cuhk.edu.hk/pub4/Linux/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/Linux/metalab.unc.edu/%SUBDIR%/ \ ftp://ftp.chg.ru/pub/Linux/sunsite/%SUBDIR%/ \ ftp://ftp.sun.ac.za/pub/mirrors/sunsite.unc.edu/pub/Linux/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_SUSE) MASTER_SITE_SUSE+= \ http://mirrors.usc.edu/pub/linux/distributions/suse/%SUBDIR%/ \ http://mirror.usu.edu/mirrors/suse/%SUBDIR%/ \ ftp://mirror.mcs.anl.gov/pub/suse/%SUBDIR%/ \ ftp://chuck.ucs.indiana.edu/linux/suse/suse/%SUBDIR%/ \ ftp://ftp.oregonstate.edu/pub/suse/suse/%SUBDIR%/ \ ftp://ftp.sunsite.utk.edu/pub/linux/suse/suse/%SUBDIR%/ \ http://sunsite.utk.edu/ftp/pub/linux/suse/suse/%SUBDIR%/ \ http://mirror.tamu.edu/suse/%SUBDIR%/ \ ftp://ftp.empiricalnetworks.com/pub/suse/%SUBDIR%/ \ http://suse.cs.utah.edu/suse/%SUBDIR%/ \ ftp://ftp.belnet.be/linux/suse/suse/%SUBDIR%/ \ http://ftp.unicamp.br/pub/suse/%SUBDIR%/ \ ftp://mirrors.netbg.com/suse/%SUBDIR%/ \ http://ftp.sh.cvut.cz/MIRRORS/SuSE/pub/%SUBDIR%/ \ ftp://ftp.linux.ee/pub/suse/suse/%SUBDIR%/ \ ftp://garbo.uwasa.fi/pub/mirrors/suse/%SUBDIR%/ \ http://fr2.rpmfind.net/linux/SuSE-Linux/%SUBDIR%/ \ http://ftp.iut-bm.univ-fcomte.fr/Suse/suse/%SUBDIR%/ \ ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/%SUBDIR%/ \ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/suse/%SUBDIR%/ \ ftp://ftp.rz.hu-berlin.de/pub/mirrors/ftp.suse.com/pub/suse/%SUBDIR%/ \ ftp://ftp.tu-chemnitz.de/pub/linux/suse/ftp.suse.com/suse/%SUBDIR%/ \ ftp://ftp.tu-cottbus.de/pub/unix/linux/suse.com/suse/%SUBDIR%/ \ http://ftp.uni-erlangen.de/pub/Linux/MIRROR.suse/pub/suse/%SUBDIR%/ \ http://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.suse.com/pub/suse/%SUBDIR%/ \ ftp://ftp.hs.uni-hamburg.de/pub/unix/linux/suse/%SUBDIR%/ \ ftp://ftp.rrzn.uni-hannover.de/pub/mirror/linux/suse/%SUBDIR%/ \ http://ftp.tu-ilmenau.de/Mirrors/ftp.suse.com/%SUBDIR%/ \ ftp://ftp.uni-kassel.de/pub/linux/suse/%SUBDIR%/ \ ftp://ftp.uni-rostock.de/pub/systems/unix/linux/suse/%SUBDIR%/ \ ftp://ftp.mpi-sb.mpg.de/pub/linux/mirror/ftp.suse.com/suse/%SUBDIR%/ \ ftp://ftp.uni-kl.de/pub/linux/suse/%SUBDIR%/ \ ftp://ftp.uni-siegen.de/pub/suse/%SUBDIR%/ \ ftp://ftp.uni-mainz.de/pub/software/Linux/suse/%SUBDIR%/ \ ftp://ftp.uni-heidelberg.de/pub/linux/suse/%SUBDIR%/ \ ftp://ftp.rz.uni-ulm.de/pub/mirrors/suse/%SUBDIR%/ \ ftp://ftp.rz.uni-wuerzburg.de/pub/linux/MIRROR.suse/%SUBDIR%/ \ ftp://ftp.freenet.de/pub/.disk1/ftp.suse.com/pub/suse/%SUBDIR%/ \ ftp://ftp.hu-berlin.de/pub/mirrors/ftp.suse.com/pub/suse/%SUBDIR%/ \ ftp://ftp.rz.uni-kiel.de/pub2/linux/suse/%SUBDIR%/ \ http://mirrors.sth.sze.hu/linux/suse/%SUBDIR%/ \ ftp://ftp.heanet.ie/mirrors/ftp.suse.com/pub/suse/ftp.suse.com/suse/%SUBDIR%/ \ ftp://ftp.unina.it/pub/linux/distributions/SuSE/ftp.suse.com/suse/%SUBDIR%/ \ ftp://ftp.uniroma2.it/Linux/suse/pub/suse/%SUBDIR%/ \ ftp://ftp.riken.jp/Linux/suse/suse/%SUBDIR%/ \ ftp://ftp.kddilabs.jp/Linux/packages/SuSE/suse/%SUBDIR%/ \ ftp://ftp.novell.co.jp/pub/suse/suse/%SUBDIR%/ \ ftp://ftp.kreonet.re.kr/pub/Linux/suse/%SUBDIR%/ \ http://ftp.tpnet.pl/vol/d7/ftp.suse.com/%SUBDIR%/ \ ftp://ftp.icm.edu.pl/packages/linux-suse/%SUBDIR%/ \ http://ftp.idilis.ro/mirrors/ftp.suse.com/pub/suse/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/Linux/distributions/suse/suse/%SUBDIR%/ \ ftp://ftp.solnet.ch/mirror/SuSE/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/SuSE/suse/%SUBDIR%/ \ http://ftp.isu.edu.tw/pub/Linux/SuSE/%SUBDIR%/ \ ftp://ftp.kde.org/pub/suse/ftp.suse.com/suse/%SUBDIR%/ \ ftp://ftp.suse.com/pub/suse/%SUBDIR%/ \ ftp://ftp.softnet.tuc.gr/pub/linux/suse/suse/%SUBDIR%/ \ http://ftp.softnet.tuc.gr/pub/linux/suse/suse/%SUBDIR%/ \ ftp://ftp.is.co.za/linux/distributions/suse/%SUBDIR%/ \ http://ftp.sun.ac.za/ftp/mirrorsites/suse/%SUBDIR%/ \ ftp://ftp.rediris.es/pub/linux/distributions/suse/pub/suse/%SUBDIR%/ \ ftp://ftp.cb.spb.ru/.1/Linux-Distrib/Suse/%SUBDIR%/ \ ftp://ftp.neva.ru/.1/Linux-Distrib/Suse/%SUBDIR%/ \ ftp://ftp.chg.ru/pub/Linux/SuSE/suse/%SUBDIR%/ \ http://mirror.pacific.net.au/linux/suse/%SUBDIR%/ \ ftp://mirror.aarnet.edu.au/pub/suse/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_TCLTK) MASTER_SITE_TCLTK+= \ ftp://ftp.tcl.tk/pub/tcl/%SUBDIR%/ \ ftp://sunsite.utk.edu/pub/tcl/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/lang/tcl/ftp.scriptics.com/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.tcl.tk/pub/tcl/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/languages/tcl/tcl/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_TEX_CTAN) MASTER_SITE_TEX_CTAN+= \ ftp://ctan.unsw.edu.au/tex-archive/%SUBDIR%/ \ ftp://ftp.tex.ac.uk/tex-archive/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/CTAN/%SUBDIR%/ \ ftp://ctan.tug.org/tex-archive/%SUBDIR%/ \ ftp://ftp.dante.de/tex-archive/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,text/CTAN/&,} \ ftp://ftp.chg.ru/pub/TeX/CTAN/%SUBDIR%/ \ ftp://mirror.macomnet.net/pub/CTAN/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/TeX/CTAN/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_THEMES) MASTER_SITE_THEMES+= \ http://download.freshmeat.net/themes/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/opsys/linux/freshmeat/themes/%SUBDIR%/ .endif # Derived from: https://www.torproject.org/getinvolved/mirrors.html.en .if !defined(IGNORE_MASTER_SITE_TOR) MASTER_SITE_TOR+= \ https://www.torproject.org/dist/%SUBDIR%/ \ https://archive.torproject.org/tor-package-archive/%SUBDIR%/ \ ftp://ftp.bit.nl/mirror/tor/%SUBDIR%/ \ http://cyberside.net.ee/tor/%SUBDIR%/ \ http://ftp.bit.nl/mirror/tor/%SUBDIR%/ \ http://mirror.hessmo.com/tor/dist/%SUBDIR%/ \ http://mirror.host4site.co.il/torproject.org/dist/%SUBDIR%/ \ http://mirror.open-networx.org/torproject.org/dist/%SUBDIR%/ \ http://mirror.tor.hu/dist/%SUBDIR%/ \ https://mirror.torland.me/torproject.org/dist/%SUBDIR%/ \ http://mirrors.chaos-darmstadt.de/tor-mirror/dist/%SUBDIR%/ \ http://theonionrouter.com/dist/%SUBDIR%/ \ http://tor.amorphis.eu/dist/%SUBDIR%/ \ http://tor.askapache.com/dist/%SUBDIR%/ \ http://tor.beme-it.de/dist/%SUBDIR%/ \ http://tor.borgmann.tv/dist/%SUBDIR%/ \ http://tor.ccc.de/dist/%SUBDIR%/ \ http://tor.cyberarmy.at/dist/%SUBDIR%/ \ http://tor.dont-know-me.at/dist/%SUBDIR%/ \ http://tor.factor.cc/dist/%SUBDIR%/ \ http://tor.homosu.net/dist/%SUBDIR%/ \ http://tor.idnr.ws/dist/%SUBDIR%/ \ http://tor.myrl.net/dist/%SUBDIR%/ \ http://tor.kamagurka.org/dist/%SUBDIR%/ \ http://tor.spline.de/dist/%SUBDIR%/ \ http://tor.vesta.nu/dist/%SUBDIR%/ \ http://torproj.xpdm.us/dist/%SUBDIR%/ \ https://torproject.antagonism.org/dist/%SUBDIR%/ \ https://torproject.crypto.is/dist/%SUBDIR%/ \ http://torproject.is/dist/%SUBDIR%/ \ http://torproject.nwlinux.us/dist/%SUBDIR%/ \ http://torproject.ph3x.at/dist/%SUBDIR%/ \ https://www.coevoet.nl/tor/dist/%SUBDIR%/ \ http://www.oignon.net/dist/%SUBDIR%/ \ http://www.torproject.nl/dist/%SUBDIR%/ \ http://www.torproject.org.nyud.net/dist/%SUBDIR%/ \ http://www.torproject.us/dist/%SUBDIR%/ \ http://www.torservers.net/mirrors/torproject.org/dist/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_TUCOWS) .for mirror in ankara blueyonder casemanl chariot clix dataphone dialog epix \ fastweb genotec hellasonline iinets inspirenet latvia mclink netvisao \ ns-linux nyi otenet personainternet pl-task ukms MASTER_SITE_TUCOWS+= \ http://${mirror}.linux.tucows.com/files/%SUBDIR%/ .endfor MASTER_SITE_TUCOWS+= \ http://www12.tucows.com/linux/files/%SUBDIR%/ \ http://linux.tucows.gunadarma.ac.id/files/%SUBDIR%/ .endif # List: http://www.vim.org/mirrors.php # Updated: 2014-02-28 .if !defined(IGNORE_MASTER_SITE_VIM) MASTER_SITE_VIM+= \ http://ftp.vim.org/pub/vim/unix/ \ http://vim.mirrors.hostinginnederland.nl/unix/ \ http://ftp.tw.vim.org/pub/vim/unix/ \ http://ftp2.tw.vim.org/pub/vim/unix/ \ http://artfiles.org/vim.org/unix/ \ http://vim.cybermirror.org/unix/ \ http://ftp.vim.ossmirror.de/pub/vim/unix/ \ http://tweedo.com/mirror/ftp.vim.org/unix/ \ http://vim.mirror.fr/unix/ \ http://ftp.gr.vim.org/pub/vim/unix/ \ http://mirror.netinch.com/pub/vim/unix/ \ http://servingzone.com/mirrors/vim/unix/ \ http://ftp2.uk.vim.org/pub/vim/unix/ \ http://ftp2.jp.vim.org/pub/vim/unix/ \ http://ftp2.kr.vim.org/pub/vim/unix/ \ http://mirrors-usa.go-parts.com/pub/vim/unix/ \ ftp://ftp.home.vim.org/pub/vim/unix/ .endif .if !defined(IGNORE_MASTER_SITE_WINDOWMAKER) MASTER_SITE_WINDOWMAKER+= \ ftp://ftp.windowmaker.info/pub/%SUBDIR%/ \ ftp://ftp.uvsq.fr/pub/X11/window-managers/windowmaker/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/X/WindowMaker/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_XCONTRIB) MASTER_SITE_XCONTRIB+= \ ftp://ftp.gwdg.de/pub/x11/x.org/contrib/%SUBDIR%/ \ ftp://ftp.x.org/contrib/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/X11/ftp.x.org/contrib/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/X/XFree86/mirror/X.Org/contrib/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/X11/ftp.x.org/contrib/%SUBDIR%/ \ ftp://ftp2.x.org/contrib/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/opengroup/contrib/&,} .endif .if !defined(IGNORE_MASTER_SITE_XEMACS) MASTER_SITE_XEMACS+= \ http://ftp.it.xemacs.org/%SUBDIR%/ \ http://ftp.pt.xemacs.org/%SUBDIR%/ \ http://xemacsftp.hkmirror.org/%SUBDIR%/ \ http://ftp.dti.ad.jp/pub/unix/editor/xemacs/%SUBDIR%/ \ http://ftp.xemacs.org/pub/xemacs/%SUBDIR%/ \ ftp://ftp.be.xemacs.org/xemacs/%SUBDIR%/ \ ftp://ftp.ch.xemacs.org/mirror/xemacs/%SUBDIR%/ \ ftp://ftp.de.xemacs.org/pub/ftp.xemacs.org/tux/xemacs/%SUBDIR%/ \ ftp://ftp.fi.xemacs.org/pub/mirrors/ftp.xemacs.org/pub/tux/xemacs/%SUBDIR%/ \ ftp://ftp.fr.xemacs.org/pub/xemacs/%SUBDIR%/ \ ftp://ftp.gr.xemacs.org/mirrors/XEmacs/ftp/%SUBDIR%/ \ ftp://ftp.heanet.ie/mirrors/ftp.xemacs.org/%SUBDIR%/ \ ftp://ftp.ie.xemacs.org/mirrors/ftp.xemacs.org/pub/xemacs/%SUBDIR%/ \ ftp://ftp.no.xemacs.org/pub/xemacs/%SUBDIR%/ \ ftp://ftp.pasteur.fr/pub/computing/xemacs/%SUBDIR%/ \ ftp://ftp.sa.xemacs.org/pub/xemacs.org/%SUBDIR%/ \ ftp://ftp.se.xemacs.org/pub/gnu/xemacs/%SUBDIR%/ \ ftp://ftp.tw.xemacs.org/Unix/Editors/XEmacs/%SUBDIR%/ \ ftp://ftp.uk.xemacs.org/sites/ftp.xemacs.org/pub/xemacs/%SUBDIR%/ \ ftp://ftp.yz.yamagata-u.ac.jp/pub/misc/xemacs/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,text/xemacs/&,} .endif .if !defined(IGNORE_MASTER_SITE_XFCE) MASTER_SITE_XFCE+= \ http://mirror.perldude.de/archive.xfce.org/%SUBDIR%/ \ http://mirror.netcologne.de/xfce/%SUBDIR%/ \ http://ftp.udc.es/xfce/%SUBDIR%/ \ http://xfce.mirror.uber.com.au/%SUBDIR%/ \ http://archive.be.xfce.org/%SUBDIR%/ \ http://archive.be2.xfce.org/%SUBDIR%/ \ http://archive.al-us.xfce.org/%SUBDIR%/ \ http://mirrors.tummy.com/pub/archive.xfce.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_XORG) MASTER_SITE_XORG+= \ http://xorg.freedesktop.org/releases/%SUBDIR%/ \ http://xorg.mirrors.pair.com/%SUBDIR%/ \ http://mirror.us.leaseweb.net/xorg/%SUBDIR%/ \ http://mirror.csclub.uwaterloo.ca/x.org/%SUBDIR%/ \ http://artfiles.org/x.org/pub/%SUBDIR%/ \ http://ftp.gwdg.de/pub/x11/x.org/pub/%SUBDIR%/ \ http://gd.tuwien.ac.at/X11/%SUBDIR%/ \ http://mi.mirror.garr.it/mirrors/x.org/%SUBDIR%/ \ http://mirror.switch.ch/ftp/mirror/X11/pub/%SUBDIR%/ \ http://mirrors.ircam.fr/pub/x.org/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.x.org/pub/%SUBDIR%/ \ http://www.portal-to-web.de/pub/mirrors/x.org/%SUBDIR%/ \ http://x.cybermirror.org/%SUBDIR%/ \ http://x.europnews.de/pub/%SUBDIR%/ \ http://xorg.mirror.solnet.ch/pub/%SUBDIR%/ \ http://mirror.nl.leaseweb.net/xorg/%SUBDIR%/ \ http://mirror.de.leaseweb.net/xorg/%SUBDIR%/ \ http://mirrors.go-part.com/xorg/%SUBDIR%/ \ http://ftp.yz.yamagata-u.ac.jp/pub/X11/x.org/%SUBDIR%/ \ http://ftp.kaist.ac.kr/x.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_KERNEL_ORG) MASTER_SITE_KERNEL_ORG+= \ https://www.kernel.org/pub/%SUBDIR%/ \ ftp://ftp.ntu.edu.tw/%SUBDIR%/ \ http://ftp.sunet.se/pub/Linux/kernel.org/%SUBDIR%/ \ http://ftp.yandex.ru/pub/%SUBDIR%/ \ http://ftp.heanet.ie/pub/%SUBDIR%/ \ http://slackware.cs.utah.edu/pub/kernel.org/pub/%SUBDIR%/ .endif # Macro magic MASTER_SITES_ABBREVS= CPAN:PERL_CPAN \ GH:GITHUB \ GHC:GITHUB_CLOUD \ LODEV:LIBREOFFICE_DEV \ NL:NETLIB \ SF:SOURCEFORGE \ SFJP:SOURCEFORGE_JP \ RG:RUBYGEMS \ RF:RUBYFORGE MASTER_SITES_SUBDIRS= APACHE_JAKARTA:${PORTNAME:S,-,/,}/source \ BERLIOS:${PORTNAME:tl} \ CENKES:myports \ CHEESESHOP:source/${DISTNAME:C/(.).*/\1/}/${DISTNAME:C/(.*)-[0-9].*/\1/} \ CSME:myports \ DEBIAN:pool/main/${PORTNAME:C/^((lib)?.).*$/\1/}/${PORTNAME} \ GCC:releases/${DISTNAME} \ GITHUB:${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/${GH_TAGNAME}?dummy=/ \ GITHUB_CLOUD:${GH_ACCOUNT}/${GH_PROJECT}/ \ GNOME:sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \ GNU:${PORTNAME} \ GNU_ALPHA:${PORTNAME} \ HORDE:${PORTNAME} \ LOGILAB:${PORTNAME} \ LIBREOFFICE_DEV:${PORTNAME} \ MATE:${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \ MOZDEV:${PORTNAME:tl} \ NETLIB:${PORTNAME} \ PERL_CPAN:${PORTNAME:C/-.*//} \ PNET:${PNET_MASTER_SITE_SUBDIR} \ RUBY_DBI:${RUBY_DBI_MASTER_SITE_SUBDIR} \ RUBY_GNOME:${RUBY_GNOME_MASTER_SITE_SUBDIR} \ SAVANNAH:${PORTNAME:tl} \ SOURCEFORGE:${PORTNAME:tl}/${PORTNAME:tl}/${PORTVERSION} \ RUBYFORGE:${PORTNAME:tl} .if defined(MASTER_SITES) && ${MASTER_SITES:N*\:/*} .for _site__ in ${MASTER_SITES} _site_=${_site__} . if ${_site_:M*\:/*} MASTER_SITES_EXP+= ${_site_} MASTER_SITES_EXP:= ${MASTER_SITES_EXP} . else _site_urlpath_= ${_site_:C@^(.*):[^/:]+$@\1@} . if ${_site_urlpath_:M*/*} _site_url_= ${_site_urlpath_:C@^([^/]+)/.*$@\1@} _site_subdir_= ${_site_urlpath_:S/^${_site_urlpath_:C@^([^/]+)/.*$@\1@}//:S!^/!!:S!/$!!} . else _site_url_= ${_site_urlpath_} .undef _site_subdir_ . endif _site_group_= ${_site_:S/^${_site_:C@^(.*):[^/:]+$@\1@}//:S/^://} . for _abbrev_ in ${MASTER_SITES_ABBREVS} . if ${_site_url_} == ${_abbrev_:C/:.*//} _site_url_= ${_abbrev_:C/.*://} . endif . endfor . for _subdir_ in ${MASTER_SITES_SUBDIRS} . if ${_site_url_} == ${_subdir_:C/:.*//} && !defined(MASTER_SITE_SUBDIR) _site_subdir_?= ${_subdir_:C/.*://} . endif . endfor . ifdef MASTER_SITE_${_site_url_} . ifdef _site_subdir_ MASTER_SITES_EXP+= ${MASTER_SITE_${_site_url_}:S^%SUBDIR%^${_site_subdir_}^:S/$/:${_site_group_}/:S/:$//} . else MASTER_SITES_EXP+= ${MASTER_SITE_${_site_url_}:S/$/:${_site_group_}/:S/:$//} . endif MASTER_SITES_EXP:= ${MASTER_SITES_EXP} . endif . endif .endfor MASTER_SITES= ${MASTER_SITES_EXP} .endif Index: head/accessibility/linux-c6-atk/distinfo.i686 =================================================================== --- head/accessibility/linux-c6-atk/distinfo.i686 (revision 372444) +++ head/accessibility/linux-c6-atk/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/atk-1.30.0-1.el6.i686.rpm) = 1fb6cdc8bdeaab448dc07d6c326fe402e3170e7b4e9fff84de45c6fc9aeee216 -SIZE (rpm/i686/centos/6.5/atk-1.30.0-1.el6.i686.rpm) = 198868 -SHA256 (rpm/i686/centos/6.5/atk-1.30.0-1.el6.src.rpm) = fc87523ecb6cb944f9452a9da4385c73346acc3714ea494d3110245c4fbce12a -SIZE (rpm/i686/centos/6.5/atk-1.30.0-1.el6.src.rpm) = 758480 +SHA256 (rpm/i686/centos/6.6/atk-1.30.0-1.el6.i686.rpm) = 1fb6cdc8bdeaab448dc07d6c326fe402e3170e7b4e9fff84de45c6fc9aeee216 +SIZE (rpm/i686/centos/6.6/atk-1.30.0-1.el6.i686.rpm) = 198868 +SHA256 (rpm/i686/centos/6.6/atk-1.30.0-1.el6.src.rpm) = fc87523ecb6cb944f9452a9da4385c73346acc3714ea494d3110245c4fbce12a +SIZE (rpm/i686/centos/6.6/atk-1.30.0-1.el6.src.rpm) = 758480 Index: head/audio/linux-c6-alsa-lib/Makefile =================================================================== --- head/audio/linux-c6-alsa-lib/Makefile (revision 372444) +++ head/audio/linux-c6-alsa-lib/Makefile (revision 372445) @@ -1,29 +1,30 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= alsa-lib PORTVERSION= 1.0.22 +PORTREVISION= 1 CATEGORIES= audio linux PKGNAMEPREFIX= linux-${USE_LINUX}- MAINTAINER= emulation@FreeBSD.org COMMENT= Advanced Linux Sound Architecture libraries (Linux CentOS ${LINUX_DIST_VER}) LICENSE= GPLv3 CONFLICTS= linux-alsa-lib-[0-9]* linux-f8-alsa-lib-[0-9]* linux-f10-alsa-lib-[0-9]* BRANDELF_FILES= usr/bin/aserver ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes RPMVERSION= 3.el6 USE_LDCONFIG= yes post-install: ${RM} ${STAGEDIR}${PREFIX}/usr/lib/alsa-lib/smixer/smixer-ac97.la ${RM} ${STAGEDIR}${PREFIX}/usr/lib/alsa-lib/smixer/smixer-hda.la ${RM} ${STAGEDIR}${PREFIX}/usr/lib/alsa-lib/smixer/smixer-sbase.la .include Index: head/audio/linux-c6-alsa-lib/distinfo.i686 =================================================================== --- head/audio/linux-c6-alsa-lib/distinfo.i686 (revision 372444) +++ head/audio/linux-c6-alsa-lib/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/alsa-lib-1.0.22-3.el6.i686.rpm) = bf1ab0941cd82cf78281246b73ad79bd4c575f29ee59dca35f11c63f2cdde0f8 -SIZE (rpm/i686/centos/6.5/alsa-lib-1.0.22-3.el6.i686.rpm) = 377492 -SHA256 (rpm/i686/centos/6.5/alsa-lib-1.0.22-3.el6.src.rpm) = f2415ca52513095fffde190840a1f2bd7873870767250298ad116a9e57082dec -SIZE (rpm/i686/centos/6.5/alsa-lib-1.0.22-3.el6.src.rpm) = 865098 +SHA256 (rpm/i686/centos/6.6/alsa-lib-1.0.22-3.el6.i686.rpm) = bf1ab0941cd82cf78281246b73ad79bd4c575f29ee59dca35f11c63f2cdde0f8 +SIZE (rpm/i686/centos/6.6/alsa-lib-1.0.22-3.el6.i686.rpm) = 377492 +SHA256 (rpm/i686/centos/6.6/alsa-lib-1.0.22-3.el6.src.rpm) = f2415ca52513095fffde190840a1f2bd7873870767250298ad116a9e57082dec +SIZE (rpm/i686/centos/6.6/alsa-lib-1.0.22-3.el6.src.rpm) = 865098 Index: head/audio/linux-c6-alsa-plugins-oss/Makefile =================================================================== --- head/audio/linux-c6-alsa-plugins-oss/Makefile (revision 372444) +++ head/audio/linux-c6-alsa-plugins-oss/Makefile (revision 372445) @@ -1,33 +1,34 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= alsa-plugins-oss PORTVERSION= 1.0.21 +PORTREVISION= 1 CATEGORIES= audio linux PKGNAMEPREFIX= linux-${USE_LINUX}- MAINTAINER= emulation@FreeBSD.org COMMENT= OSS plugin for ALSA (Linux CentOS ${LINUX_DIST_VER}) LICENSE= GPLv3 CONFLICTS= linux-f10-alsa-plugins-oss-[0-9]* .if defined(PACKAGE_BUILDING) SRC_DISTFILES= alsa-plugins-1.0.21-3.el6.src.rpm .endif ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_APPS= alsalib USE_LINUX_RPM= yes RPMVERSION= 3.el6 USE_LDCONFIG= yes CONF_FILE= etc/alsa/pcm/pcm-oss.conf post-patch: @${RM} ${WRKSRC}/${CONF_FILE}.orig .include Index: head/audio/linux-c6-alsa-plugins-oss/distinfo.i686 =================================================================== --- head/audio/linux-c6-alsa-plugins-oss/distinfo.i686 (revision 372444) +++ head/audio/linux-c6-alsa-plugins-oss/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/alsa-plugins-oss-1.0.21-3.el6.i686.rpm) = 120d11f7e4fe4e4e0c615690e6f471a78dcd2f48e7ba756ea71b0248fc1e2908 -SIZE (rpm/i686/centos/6.5/alsa-plugins-oss-1.0.21-3.el6.i686.rpm) = 28660 -SHA256 (rpm/i686/centos/6.5/alsa-plugins-1.0.21-3.el6.src.rpm) = ef92534d1459f389f7a69176760f6247981b70c864aa4ae9bfe0565b4e7bd0e6 -SIZE (rpm/i686/centos/6.5/alsa-plugins-1.0.21-3.el6.src.rpm) = 340131 +SHA256 (rpm/i686/centos/6.6/alsa-plugins-oss-1.0.21-3.el6.i686.rpm) = 120d11f7e4fe4e4e0c615690e6f471a78dcd2f48e7ba756ea71b0248fc1e2908 +SIZE (rpm/i686/centos/6.6/alsa-plugins-oss-1.0.21-3.el6.i686.rpm) = 28660 +SHA256 (rpm/i686/centos/6.6/alsa-plugins-1.0.21-3.el6.src.rpm) = ef92534d1459f389f7a69176760f6247981b70c864aa4ae9bfe0565b4e7bd0e6 +SIZE (rpm/i686/centos/6.6/alsa-plugins-1.0.21-3.el6.src.rpm) = 340131 Index: head/audio/linux-c6-alsa-plugins-oss/pkg-plist =================================================================== --- head/audio/linux-c6-alsa-plugins-oss/pkg-plist (revision 372444) +++ head/audio/linux-c6-alsa-plugins-oss/pkg-plist (revision 372445) @@ -1,7 +1,9 @@ @sample etc/alsa/pcm/pcm-oss.conf usr/lib/alsa-lib/libasound_module_ctl_oss.so usr/lib/alsa-lib/libasound_module_pcm_oss.so usr/share/doc/alsa-plugins-oss-1.0.21/COPYING usr/share/doc/alsa-plugins-oss-1.0.21/COPYING.GPL usr/share/doc/alsa-plugins-oss-1.0.21/README-pcm-oss @unexec if [ -f %D/etc/asound.conf ]; then fgrep -v '/etc/alsa/pcm/pcm-oss.conf' <%D/etc/asound.conf >/tmp/asound.conf.new; mv /tmp/asound.conf.new %D/etc/asound.conf; fi +@dir etc/alsa/pcm +@dir etc/alsa Index: head/audio/linux-c6-alsa-plugins-pulseaudio/Makefile =================================================================== --- head/audio/linux-c6-alsa-plugins-pulseaudio/Makefile (revision 372444) +++ head/audio/linux-c6-alsa-plugins-pulseaudio/Makefile (revision 372445) @@ -1,29 +1,29 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= alsa-plugins-pulseaudio PORTVERSION= 1.0.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio linux PKGNAMEPREFIX= linux-${USE_LINUX}- MAINTAINER= emulation@FreeBSD.org COMMENT= PulseAudio plugin for ALSA (Linux CentOS ${LINUX_DIST_VER}) LICENSE= GPLv3 CONFLICTS= linux-f10-alsa-plugins-pulseaudio-[0-9]* .if defined(PACKAGE_BUILDING) SRC_DISTFILES= alsa-plugins-1.0.21-3.el6.src.rpm .endif ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_APPS= alsalib pulseaudio-libs USE_LINUX_RPM= yes RPMVERSION= 3.el6 USE_LDCONFIG= yes .include Index: head/audio/linux-c6-alsa-plugins-pulseaudio/distinfo.i686 =================================================================== --- head/audio/linux-c6-alsa-plugins-pulseaudio/distinfo.i686 (revision 372444) +++ head/audio/linux-c6-alsa-plugins-pulseaudio/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/alsa-plugins-pulseaudio-1.0.21-3.el6.i686.rpm) = e0696f6ee9685d976320f84a17e1f5a6024686e094aa66284cd13903cf3746cc -SIZE (rpm/i686/centos/6.5/alsa-plugins-pulseaudio-1.0.21-3.el6.i686.rpm) = 35156 -SHA256 (rpm/i686/centos/6.5/alsa-plugins-1.0.21-3.el6.src.rpm) = ef92534d1459f389f7a69176760f6247981b70c864aa4ae9bfe0565b4e7bd0e6 -SIZE (rpm/i686/centos/6.5/alsa-plugins-1.0.21-3.el6.src.rpm) = 340131 +SHA256 (rpm/i686/centos/6.6/alsa-plugins-pulseaudio-1.0.21-3.el6.i686.rpm) = e0696f6ee9685d976320f84a17e1f5a6024686e094aa66284cd13903cf3746cc +SIZE (rpm/i686/centos/6.6/alsa-plugins-pulseaudio-1.0.21-3.el6.i686.rpm) = 35156 +SHA256 (rpm/i686/centos/6.6/alsa-plugins-1.0.21-3.el6.src.rpm) = ef92534d1459f389f7a69176760f6247981b70c864aa4ae9bfe0565b4e7bd0e6 +SIZE (rpm/i686/centos/6.6/alsa-plugins-1.0.21-3.el6.src.rpm) = 340131 Index: head/audio/linux-c6-alsa-utils/Makefile =================================================================== --- head/audio/linux-c6-alsa-utils/Makefile (revision 372444) +++ head/audio/linux-c6-alsa-utils/Makefile (revision 372445) @@ -1,25 +1,26 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= alsa-utils PORTVERSION= 1.0.22 +PORTREVISION= 1 CATEGORIES= audio linux PKGNAMEPREFIX= linux-${USE_LINUX}- MAINTAINER= emulation@FreeBSD.org COMMENT= Advanced Linux Sound Architecture libraries (Linux CentOS ${LINUX_DIST_VER}) LICENSE= GPLv3 CONFLICTS= linux-alsa-lib-[0-9]* linux-f8-alsa-lib-[0-9]* linux-f10-alsa-lib-[0-9]* BRANDELF_FILES= sbin/alsactl usr/bin/aconnect usr/bin/alsamixer usr/bin/amidi usr/bin/aplay usr/bin/aplaymidi usr/bin/arecord usr/bin/arecordmidi usr/bin/aseqdump usr/bin/aseqnet usr/bin/iecset usr/bin/speaker-test usr/sbin/alsactl #EXTRACT_ONLY= ${DISTFILES} USE_LINUX_APPS= alsalib alsa-plugins-oss ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes -RPMVERSION= 5.el6 +RPMVERSION= 7.el6 .include Index: head/audio/linux-c6-alsa-utils/distinfo.i686 =================================================================== --- head/audio/linux-c6-alsa-utils/distinfo.i686 (revision 372444) +++ head/audio/linux-c6-alsa-utils/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/alsa-utils-1.0.22-5.el6.i686.rpm) = 832ca84b8cfa5e7e43469e00efba6a30723a5419dca68885f2a39cc0bc3f8b6c -SIZE (rpm/i686/centos/6.5/alsa-utils-1.0.22-5.el6.i686.rpm) = 2049908 -SHA256 (rpm/i686/centos/6.5/alsa-utils-1.0.22-5.el6.src.rpm) = b829038a733f85648ebb926ec281b515b2b92bacac1e9f72ae4f8e83016f1750 -SIZE (rpm/i686/centos/6.5/alsa-utils-1.0.22-5.el6.src.rpm) = 5548324 +SHA256 (rpm/i686/centos/6.6/alsa-utils-1.0.22-7.el6.i686.rpm) = 3f608872a589d55368598a161c034b7db327db6959304d7c209229e124bf9016 +SIZE (rpm/i686/centos/6.6/alsa-utils-1.0.22-7.el6.i686.rpm) = 2050716 +SHA256 (rpm/i686/centos/6.6/alsa-utils-1.0.22-7.el6.src.rpm) = bb5343c332acb84ea872812ac4d1a284d11ef6aca73e3d4dad029afaed152996 +SIZE (rpm/i686/centos/6.6/alsa-utils-1.0.22-7.el6.src.rpm) = 5564412 Index: head/audio/linux-c6-arts/Makefile =================================================================== --- head/audio/linux-c6-arts/Makefile (revision 372444) +++ head/audio/linux-c6-arts/Makefile (revision 372445) @@ -1,24 +1,25 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= arts PORTVERSION= 1.5.10 +PORTREVISION= 1 CATEGORIES= audio kde linux MAINTAINER= emulation@FreeBSD.org COMMENT= Audio system for the KDE integrated X11 desktop (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-arts-[0-9]* linux-f8-arts-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes RPMVERSION= 10.el6 BRANDELF_DIRS= usr/bin USE_LDCONFIG= yes post-install: ${RM} ${STAGEDIR}${PREFIX}/usr/lib/*.la .include Index: head/audio/linux-c6-arts/distinfo.i686 =================================================================== --- head/audio/linux-c6-arts/distinfo.i686 (revision 372444) +++ head/audio/linux-c6-arts/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/arts-1.5.10-10.el6.i686.rpm) = 332ab57a42e5930f175cd4cab7b326b4f1d36b20199f65ca8194bb190c3b2f6f -SIZE (rpm/i686/centos/6.5/arts-1.5.10-10.el6.i686.rpm) = 933716 -SHA256 (rpm/i686/centos/6.5/arts-1.5.10-10.el6.src.rpm) = a89b4f46f4c26c281fd299ae33beba8496036926472b065984b09968d9d89930 -SIZE (rpm/i686/centos/6.5/arts-1.5.10-10.el6.src.rpm) = 996853 +SHA256 (rpm/i686/centos/6.6/arts-1.5.10-10.el6.i686.rpm) = 332ab57a42e5930f175cd4cab7b326b4f1d36b20199f65ca8194bb190c3b2f6f +SIZE (rpm/i686/centos/6.6/arts-1.5.10-10.el6.i686.rpm) = 933716 +SHA256 (rpm/i686/centos/6.6/arts-1.5.10-10.el6.src.rpm) = a89b4f46f4c26c281fd299ae33beba8496036926472b065984b09968d9d89930 +SIZE (rpm/i686/centos/6.6/arts-1.5.10-10.el6.src.rpm) = 996853 Index: head/audio/linux-c6-esound/Makefile =================================================================== --- head/audio/linux-c6-esound/Makefile (revision 372444) +++ head/audio/linux-c6-esound/Makefile (revision 372445) @@ -1,29 +1,30 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= esound PORTVERSION= 0.2.41 +PORTREVISION= 1 CATEGORIES= audio linux DISTNAME= ${PORTNAME}-libs-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= RPM of esound (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-esound-[0-9]* linux-f10-esound-[0-9]* USE_LINUX= c6 USE_LINUX_RPM= yes USE_LINUX_APPS= libaudiofile LINUX_NAME= ${PORTNAME}-libs RPMVERSION= 3.1.el6 USE_LDCONFIG= yes SRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} PLIST_FILES= usr/lib/libesd.so.0 usr/lib/libesd.so.0.2.39 \ usr/lib/libesddsp.so.0 usr/lib/libesddsp.so.0.2.39 DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING.LIB ChangeLog NEWS README TIPS TODO esound.sgml DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/audio/linux-c6-esound/distinfo.i686 =================================================================== --- head/audio/linux-c6-esound/distinfo.i686 (revision 372444) +++ head/audio/linux-c6-esound/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/esound-libs-0.2.41-3.1.el6.i686.rpm) = 01deb1ca2dbcdcf6738b7c6399b6328393c70df5d7107a4b89b8630163089835 -SIZE (rpm/i686/centos/6.5/esound-libs-0.2.41-3.1.el6.i686.rpm) = 75756 -SHA256 (rpm/i686/centos/6.5/esound-0.2.41-3.1.el6) = 764e4f001f96f71dd6fdcc5ad7dafd990ea734152aee7c6f2293503d8a8f51b4 -SIZE (rpm/i686/centos/6.5/esound-0.2.41-3.1.el6) = 412396 +SHA256 (rpm/i686/centos/6.6/esound-libs-0.2.41-3.1.el6.i686.rpm) = 01deb1ca2dbcdcf6738b7c6399b6328393c70df5d7107a4b89b8630163089835 +SIZE (rpm/i686/centos/6.6/esound-libs-0.2.41-3.1.el6.i686.rpm) = 75756 +SHA256 (rpm/i686/centos/6.6/esound-0.2.41-3.1.el6) = 764e4f001f96f71dd6fdcc5ad7dafd990ea734152aee7c6f2293503d8a8f51b4 +SIZE (rpm/i686/centos/6.6/esound-0.2.41-3.1.el6) = 412396 Index: head/audio/linux-c6-flac/Makefile =================================================================== --- head/audio/linux-c6-flac/Makefile (revision 372444) +++ head/audio/linux-c6-flac/Makefile (revision 372445) @@ -1,25 +1,25 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= flac PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org COMMENT= Free lossless audio codec (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-flac-[0-9]* linux-f10-flac-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_APPS= libogg USE_LINUX_RPM= yes RPMVERSION= 6.1.el6 BRANDELF_DIRS= usr/bin USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/audio/linux-c6-flac/distinfo.i686 =================================================================== --- head/audio/linux-c6-flac/distinfo.i686 (revision 372444) +++ head/audio/linux-c6-flac/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/flac-1.2.1-6.1.el6.i686.rpm) = 9b25da1e24b7b03ea39e665b4ad549b1b8a4b8d133a682ba1c6dcfdfe82fb478 -SIZE (rpm/i686/centos/6.5/flac-1.2.1-6.1.el6.i686.rpm) = 259172 -SHA256 (rpm/i686/centos/6.5/flac-1.2.1-6.1.el6.src.rpm) = 07a24717e3cc3712f9197e6816286ae11460dab6b557d01efd55bb1032dcbb76 -SIZE (rpm/i686/centos/6.5/flac-1.2.1-6.1.el6.src.rpm) = 2013816 +SHA256 (rpm/i686/centos/6.6/flac-1.2.1-6.1.el6.i686.rpm) = 9b25da1e24b7b03ea39e665b4ad549b1b8a4b8d133a682ba1c6dcfdfe82fb478 +SIZE (rpm/i686/centos/6.6/flac-1.2.1-6.1.el6.i686.rpm) = 259172 +SHA256 (rpm/i686/centos/6.6/flac-1.2.1-6.1.el6.src.rpm) = 07a24717e3cc3712f9197e6816286ae11460dab6b557d01efd55bb1032dcbb76 +SIZE (rpm/i686/centos/6.6/flac-1.2.1-6.1.el6.src.rpm) = 2013816 Index: head/audio/linux-c6-libaudiofile/Makefile =================================================================== --- head/audio/linux-c6-libaudiofile/Makefile (revision 372444) +++ head/audio/linux-c6-libaudiofile/Makefile (revision 372445) @@ -1,23 +1,24 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= libaudiofile PORTVERSION= 0.2.6 +PORTREVISION= 1 CATEGORIES= audio linux DISTNAME= audiofile-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Implementation of the Audio File Library from SGI (Linux CentOS ${LINUX_DIST_VER}) CONTFLICTS= linux-libaudiofile-[0-9]* linux-f10-libaudiofile-[0-9]* USE_LINUX= c6 USE_LINUX_RPM= yes RPMVERSION= 11.1.el6 BRANDELF_DIRS= usr/bin USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/audio/linux-c6-libaudiofile/distinfo.i686 =================================================================== --- head/audio/linux-c6-libaudiofile/distinfo.i686 (revision 372444) +++ head/audio/linux-c6-libaudiofile/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/audiofile-0.2.6-11.1.el6.i686.rpm) = 0c69612801fba085f31d4efb86516249349ef468629af48497de3480ed02394c -SIZE (rpm/i686/centos/6.5/audiofile-0.2.6-11.1.el6.i686.rpm) = 98100 -SHA256 (rpm/i686/centos/6.5/audiofile-0.2.6-11.1.el6.src.rpm) = fc01779d488a6430cfe2c437d996cfd42025a1864f2b15bd241325ecafc05f5b -SIZE (rpm/i686/centos/6.5/audiofile-0.2.6-11.1.el6.src.rpm) = 291993 +SHA256 (rpm/i686/centos/6.6/audiofile-0.2.6-11.1.el6.i686.rpm) = 0c69612801fba085f31d4efb86516249349ef468629af48497de3480ed02394c +SIZE (rpm/i686/centos/6.6/audiofile-0.2.6-11.1.el6.i686.rpm) = 98100 +SHA256 (rpm/i686/centos/6.6/audiofile-0.2.6-11.1.el6.src.rpm) = fc01779d488a6430cfe2c437d996cfd42025a1864f2b15bd241325ecafc05f5b +SIZE (rpm/i686/centos/6.6/audiofile-0.2.6-11.1.el6.src.rpm) = 291993 Index: head/audio/linux-c6-libogg/Makefile =================================================================== --- head/audio/linux-c6-libogg/Makefile (revision 372444) +++ head/audio/linux-c6-libogg/Makefile (revision 372445) @@ -1,25 +1,26 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= libogg PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org COMMENT= Ogg bitstream library (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-libogg-[0-9]* linux-f10-libogg-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes RPMVERSION= 2.1.el6 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libogg.so.0 usr/lib/libogg.so.0.6.0 DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS CHANGES COPYING README DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/audio/linux-c6-libogg/distinfo.i686 =================================================================== --- head/audio/linux-c6-libogg/distinfo.i686 (revision 372444) +++ head/audio/linux-c6-libogg/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/libogg-1.1.4-2.1.el6.i686.rpm) = cb9c44995ebd89d5063bb9c91cf64fdae911e1350c412c99019d76ca7e9f70ab -SIZE (rpm/i686/centos/6.5/libogg-1.1.4-2.1.el6.i686.rpm) = 22172 -SHA256 (rpm/i686/centos/6.5/libogg-1.1.4-2.1.el6.src.rpm) = e3052e1e020779e92aa5a37d453de207071100bde1e50cac046ee1dc9fd535a2 -SIZE (rpm/i686/centos/6.5/libogg-1.1.4-2.1.el6.src.rpm) = 447558 +SHA256 (rpm/i686/centos/6.6/libogg-1.1.4-2.1.el6.i686.rpm) = cb9c44995ebd89d5063bb9c91cf64fdae911e1350c412c99019d76ca7e9f70ab +SIZE (rpm/i686/centos/6.6/libogg-1.1.4-2.1.el6.i686.rpm) = 22172 +SHA256 (rpm/i686/centos/6.6/libogg-1.1.4-2.1.el6.src.rpm) = e3052e1e020779e92aa5a37d453de207071100bde1e50cac046ee1dc9fd535a2 +SIZE (rpm/i686/centos/6.6/libogg-1.1.4-2.1.el6.src.rpm) = 447558 Index: head/audio/linux-c6-libsndfile/Makefile =================================================================== --- head/audio/linux-c6-libsndfile/Makefile (revision 372444) +++ head/audio/linux-c6-libsndfile/Makefile (revision 372445) @@ -1,24 +1,24 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= libsndfile PORTVERSION= 1.0.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) (Linux CentOS ${LINUX_DIST_VER}) CONTFLICTS= linux-libsndfile-[0-9]* linux-f10-libsndfile-[0-9]* USE_LINUX= c6 USE_LINUX_APPS= flac libogg libvorbis USE_LINUX_RPM= yes RPMVERSION= 5.el6 BRANDELF_DIRS= usr/bin USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/audio/linux-c6-libsndfile/distinfo.i686 =================================================================== --- head/audio/linux-c6-libsndfile/distinfo.i686 (revision 372444) +++ head/audio/linux-c6-libsndfile/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/libsndfile-1.0.20-5.el6.i686.rpm) = 70068f93a67f926518cf850c8fc082ae3fb82bddcf080f28fcabe412b5f47aac -SIZE (rpm/i686/centos/6.5/libsndfile-1.0.20-5.el6.i686.rpm) = 250528 -SHA256 (rpm/i686/centos/6.5/libsndfile-1.0.20-5.el6.src.rpm) = 2c464568eab538961923c232e9291723e85309f019648b3228b105ce3a373833 -SIZE (rpm/i686/centos/6.5/libsndfile-1.0.20-5.el6.src.rpm) = 935996 +SHA256 (rpm/i686/centos/6.6/libsndfile-1.0.20-5.el6.i686.rpm) = 70068f93a67f926518cf850c8fc082ae3fb82bddcf080f28fcabe412b5f47aac +SIZE (rpm/i686/centos/6.6/libsndfile-1.0.20-5.el6.i686.rpm) = 250528 +SHA256 (rpm/i686/centos/6.6/libsndfile-1.0.20-5.el6.src.rpm) = 2c464568eab538961923c232e9291723e85309f019648b3228b105ce3a373833 +SIZE (rpm/i686/centos/6.6/libsndfile-1.0.20-5.el6.src.rpm) = 935996 Index: head/audio/linux-c6-libvorbis/Makefile =================================================================== --- head/audio/linux-c6-libvorbis/Makefile (revision 372444) +++ head/audio/linux-c6-libvorbis/Makefile (revision 372445) @@ -1,26 +1,27 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= libvorbis PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org COMMENT= Audio compression codec library (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-libvorbis-[0-9]* linux-f10-libvorbis-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes USE_LINUX_APPS= libogg RPMVERSION= 4.el6_2.1 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libvorbis.so.0 usr/lib/libvorbis.so.0.4.3 \ usr/lib/libvorbisenc.so.2 usr/lib/libvorbisenc.so.2.0.6 \ usr/lib/libvorbisfile.so.3 usr/lib/libvorbisfile.so.3.3.2 DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/audio/linux-c6-libvorbis/distinfo.i686 =================================================================== --- head/audio/linux-c6-libvorbis/distinfo.i686 (revision 372444) +++ head/audio/linux-c6-libvorbis/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/libvorbis-1.2.3-4.el6_2.1.i686.rpm) = ffd0931ac246c926bb29585865f972e262460ac75edeccd35e59bdc4bd6e4e15 -SIZE (rpm/i686/centos/6.5/libvorbis-1.2.3-4.el6_2.1.i686.rpm) = 160680 -SHA256 (rpm/i686/centos/6.5/libvorbis-1.2.3-4.el6_2.1.src.rpm) = 8fa60e212c3ec73da945e31723866426421e1ce376a3bd7c0550719ea489fa57 -SIZE (rpm/i686/centos/6.5/libvorbis-1.2.3-4.el6_2.1.src.rpm) = 1207467 +SHA256 (rpm/i686/centos/6.6/libvorbis-1.2.3-4.el6_2.1.i686.rpm) = ffd0931ac246c926bb29585865f972e262460ac75edeccd35e59bdc4bd6e4e15 +SIZE (rpm/i686/centos/6.6/libvorbis-1.2.3-4.el6_2.1.i686.rpm) = 160680 +SHA256 (rpm/i686/centos/6.6/libvorbis-1.2.3-4.el6_2.1.src.rpm) = 8fa60e212c3ec73da945e31723866426421e1ce376a3bd7c0550719ea489fa57 +SIZE (rpm/i686/centos/6.6/libvorbis-1.2.3-4.el6_2.1.src.rpm) = 1207467 Index: head/audio/linux-c6-mikmod/Makefile =================================================================== --- head/audio/linux-c6-mikmod/Makefile (revision 372444) +++ head/audio/linux-c6-mikmod/Makefile (revision 372445) @@ -1,29 +1,30 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= mikmod PORTVERSION= 3.2.0 +PORTREVISION= 1 CATEGORIES= audio linux MASTER_SITES= EPEL DISTNAME= lib${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= MikMod Sound Library (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-mikmod-[0-9]* linux-f8-mikmod-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes RPMVERSION= 10.beta2.el6 LINUX_NAME= lib${PORTNAME} USE_LDCONFIG= yes DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING.LESSER COPYING.LIB NEWS README TODO PLIST_FILES= usr/lib/libmikmod.so.3 usr/lib/libmikmod.so.3.0.0 DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/audio/linux-c6-mikmod/distinfo.i686 =================================================================== --- head/audio/linux-c6-mikmod/distinfo.i686 (revision 372444) +++ head/audio/linux-c6-mikmod/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/libmikmod-3.2.0-10.beta2.el6.i686.rpm) = b8092168a549a2966bdd9a388d13560e9af66deccd7e65b26fa487413e163382 -SIZE (rpm/i686/centos/6.5/libmikmod-3.2.0-10.beta2.el6.i686.rpm) = 163544 -SHA256 (rpm/i686/centos/6.5/libmikmod-3.2.0-10.beta2.el6.src.rpm) = 61c1ccfe2d9afd2b942fe7ffa2a36d0c8b5a713bd71e8c578df55ef3a053e00e -SIZE (rpm/i686/centos/6.5/libmikmod-3.2.0-10.beta2.el6.src.rpm) = 559890 +SHA256 (rpm/i686/centos/6.6/libmikmod-3.2.0-10.beta2.el6.i686.rpm) = b8092168a549a2966bdd9a388d13560e9af66deccd7e65b26fa487413e163382 +SIZE (rpm/i686/centos/6.6/libmikmod-3.2.0-10.beta2.el6.i686.rpm) = 163544 +SHA256 (rpm/i686/centos/6.6/libmikmod-3.2.0-10.beta2.el6.src.rpm) = 61c1ccfe2d9afd2b942fe7ffa2a36d0c8b5a713bd71e8c578df55ef3a053e00e +SIZE (rpm/i686/centos/6.6/libmikmod-3.2.0-10.beta2.el6.src.rpm) = 559890 Index: head/audio/linux-c6-nas-libs/Makefile =================================================================== --- head/audio/linux-c6-nas-libs/Makefile (revision 372444) +++ head/audio/linux-c6-nas-libs/Makefile (revision 372445) @@ -1,26 +1,27 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= nas-libs PORTVERSION= 1.9.1 +PORTREVISION= 1 CATEGORIES= audio linux MASTER_SITES= EPEL DISTNAME= nas-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Network Audio System (Linux CentOS ${LINUX_DIST_VER}) USE_LINUX= c6 USE_LINUX_RPM= yes USE_LINUX_APPS= xorglibs RPMVERSION= 7.el6 USE_LDCONFIG= yes DOCSDIR= ${PREFIX}/usr/share/doc/nas-${PORTVERSION} DESCR= ${.CURDIR}/../nas/pkg-descr post-extract: @${RM} -r ${WRKSRC}/usr/bin ${WRKSRC}/etc/rc.d ${WRKSRC}/etc/sysconfig .include Index: head/audio/linux-c6-nas-libs/distinfo.i686 =================================================================== --- head/audio/linux-c6-nas-libs/distinfo.i686 (revision 372444) +++ head/audio/linux-c6-nas-libs/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/nas-1.9.1-7.el6.i686.rpm) = f9830ef307755aa66c0b8356912c2591c9b00be426dff36c988e0d7e58a126f9 -SIZE (rpm/i686/centos/6.5/nas-1.9.1-7.el6.i686.rpm) = 339968 -SHA256 (rpm/i686/centos/6.5/nas-1.9.1-7.el6.src.rpm) = 051cc5ab26e5296ecb22044daaf2781f2c7124cb6b3a18fe73b7e1f795749747 -SIZE (rpm/i686/centos/6.5/nas-1.9.1-7.el6.src.rpm) = 1442022 +SHA256 (rpm/i686/centos/6.6/nas-1.9.1-7.el6.i686.rpm) = f9830ef307755aa66c0b8356912c2591c9b00be426dff36c988e0d7e58a126f9 +SIZE (rpm/i686/centos/6.6/nas-1.9.1-7.el6.i686.rpm) = 339968 +SHA256 (rpm/i686/centos/6.6/nas-1.9.1-7.el6.src.rpm) = 051cc5ab26e5296ecb22044daaf2781f2c7124cb6b3a18fe73b7e1f795749747 +SIZE (rpm/i686/centos/6.6/nas-1.9.1-7.el6.src.rpm) = 1442022 Index: head/audio/linux-c6-nas-libs/pkg-plist =================================================================== --- head/audio/linux-c6-nas-libs/pkg-plist (revision 372444) +++ head/audio/linux-c6-nas-libs/pkg-plist (revision 372445) @@ -1,39 +1,28 @@ etc/nas/nasd.conf usr/lib/X11/AuErrorDB usr/lib/libaudio.so.2 usr/lib/libaudio.so.2.4 %%PORTDOCS%%%%DOCSDIR%%/FAQ %%PORTDOCS%%%%DOCSDIR%%/HISTORY %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO usr/share/man/man1/auconvert.1x.gz usr/share/man/man1/auctl.1x.gz usr/share/man/man1/audemo.1x.gz usr/share/man/man1/audial.1x.gz usr/share/man/man1/auedit.1x.gz usr/share/man/man1/auinfo.1x.gz usr/share/man/man1/aupanel.1x.gz usr/share/man/man1/auphone.1x.gz usr/share/man/man1/auplay.1x.gz usr/share/man/man1/aurecord.1x.gz usr/share/man/man1/auscope.1x.gz usr/share/man/man1/autool.1x.gz usr/share/man/man1/auwave.1x.gz usr/share/man/man1/checkmail.1x.gz usr/share/man/man1/issndfile.1x.gz usr/share/man/man1/nas.1x.gz usr/share/man/man1/nasd.1x.gz usr/share/man/man1/playbucket.1x.gz usr/share/man/man1/soundtoh.1x.gz usr/share/man/man5/nasd.conf.5x.gz -@dirrmtry usr/share/man/man5 -@dirrmtry usr/share/man/man1 -@dirrmtry usr/share/man -%%PORTDOCS%%@dirrmtry %%DOCSDIR%% -@dirrmtry usr/share/doc -@dirrmtry usr/share -@dirrmtry usr/lib/X11 -@dirrmtry usr/lib -@dirrmtry usr -@dirrmtry etc/nas -@dirrmtry etc Index: head/audio/linux-c6-openal-soft/Makefile =================================================================== --- head/audio/linux-c6-openal-soft/Makefile (revision 372444) +++ head/audio/linux-c6-openal-soft/Makefile (revision 372445) @@ -1,27 +1,28 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= openal-soft PORTVERSION= 1.12.854 +PORTREVISION= 1 CATEGORIES= audio linux MASTER_SITES= EPEL MAINTAINER= emulation@freebsd.org COMMENT= A 3D positional spatialized sound library (Linux CentOS ${LINUX_DIST_VER}) ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes USE_LINUX_APPS= alsalib arts esound RPMVERSION= 1.el6 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libopenal.so.1 usr/lib/libopenal.so.${PORTVERSION} \ usr/bin/openal-info etc/openal/alsoft.conf PLIST_DIRS= etc/openal DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= COPYING DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/audio/linux-c6-openal-soft/distinfo.i686 =================================================================== --- head/audio/linux-c6-openal-soft/distinfo.i686 (revision 372444) +++ head/audio/linux-c6-openal-soft/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/openal-soft-1.12.854-1.el6.i686.rpm) = fc2dd7f0c3e49be942e38bd73a73e32ab950c1ca2390ccf9f208de561d6b3e5c -SIZE (rpm/i686/centos/6.5/openal-soft-1.12.854-1.el6.i686.rpm) = 115708 -SHA256 (rpm/i686/centos/6.5/openal-soft-1.12.854-1.el6.src.rpm) = efdf8696cd2d3a9bd035815adbde6607c97ea48b91de06aa2bcec6b9bbd10ba7 -SIZE (rpm/i686/centos/6.5/openal-soft-1.12.854-1.el6.src.rpm) = 113553 +SHA256 (rpm/i686/centos/6.6/openal-soft-1.12.854-1.el6.i686.rpm) = fc2dd7f0c3e49be942e38bd73a73e32ab950c1ca2390ccf9f208de561d6b3e5c +SIZE (rpm/i686/centos/6.6/openal-soft-1.12.854-1.el6.i686.rpm) = 115708 +SHA256 (rpm/i686/centos/6.6/openal-soft-1.12.854-1.el6.src.rpm) = efdf8696cd2d3a9bd035815adbde6607c97ea48b91de06aa2bcec6b9bbd10ba7 +SIZE (rpm/i686/centos/6.6/openal-soft-1.12.854-1.el6.src.rpm) = 113553 Index: head/audio/linux-c6-pulseaudio-libs/Makefile =================================================================== --- head/audio/linux-c6-pulseaudio-libs/Makefile (revision 372444) +++ head/audio/linux-c6-pulseaudio-libs/Makefile (revision 372445) @@ -1,26 +1,26 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= pulseaudio-libs PORTVERSION= 0.9.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org COMMENT= Libraries for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER}) USE_LINUX= c6 USE_LINUX_RPM= yes USE_LINUX_APPS= dbuslibs libasyncns libsndfile xorglibs -RPMVERSION= 14.el6_3 +RPMVERSION= 17.el6 USE_LDCONFIG= yes DOCSDIR= ${PREFIX}/usr/share/doc/pulseaudio-${PORTVERSION} DESCR= ${.CURDIR}/../pulseaudio/pkg-descr SRC_DISTFILES= pulseaudio-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} post-extract: @${RM} -r ${WRKSRC}/usr/bin ${WRKSRC}/etc/rc.d ${WRKSRC}/etc/sysconfig .include Index: head/audio/linux-c6-pulseaudio-libs/distinfo.i686 =================================================================== --- head/audio/linux-c6-pulseaudio-libs/distinfo.i686 (revision 372444) +++ head/audio/linux-c6-pulseaudio-libs/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/pulseaudio-libs-0.9.21-14.el6_3.i686.rpm) = 15bdd671557aaa2cc54899af2c299f3d50997c2dc4feac699fde66968c7fb132 -SIZE (rpm/i686/centos/6.5/pulseaudio-libs-0.9.21-14.el6_3.i686.rpm) = 464236 -SHA256 (rpm/i686/centos/6.5/pulseaudio-0.9.21-14.el6_3.src.rpm) = 06eff80719e4699b4305f688a4ae948be86ac2e84cdb6ecd3714824b952dc03d -SIZE (rpm/i686/centos/6.5/pulseaudio-0.9.21-14.el6_3.src.rpm) = 2372600 +SHA256 (rpm/i686/centos/6.6/pulseaudio-libs-0.9.21-17.el6.i686.rpm) = 20c213522cd81f57306d53be35e9fbf4894e381288664bb4de7c7b793017f62f +SIZE (rpm/i686/centos/6.6/pulseaudio-libs-0.9.21-17.el6.i686.rpm) = 464552 +SHA256 (rpm/i686/centos/6.6/pulseaudio-0.9.21-17.el6.src.rpm) = 4b5fe4bf8aaddb5747e01ed3495b01e2aef24f90245c111e49ba52df88f0d33a +SIZE (rpm/i686/centos/6.6/pulseaudio-0.9.21-17.el6.src.rpm) = 2376513 Index: head/audio/linux-c6-pulseaudio-utils/Makefile =================================================================== --- head/audio/linux-c6-pulseaudio-utils/Makefile (revision 372444) +++ head/audio/linux-c6-pulseaudio-utils/Makefile (revision 372445) @@ -1,23 +1,24 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= pulseaudio-utils PORTVERSION= 0.9.21 +PORTREVISION= 1 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org COMMENT= Utils for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER}) USE_LINUX= c6 USE_LINUX_RPM= yes USE_LINUX_APPS= xorglibs pulseaudio-libs -RPMVERSION= 14.el6_3 +RPMVERSION= 17.el6 USE_LDCONFIG= yes DOCSDIR= ${PREFIX}/usr/share/doc/pulseaudio-${PORTVERSION} DESCR= ${PORTSDIR}/audio/pulseaudio/pkg-descr SRC_DISTFILES= pulseaudio-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} .include Index: head/audio/linux-c6-pulseaudio-utils/distinfo.i686 =================================================================== --- head/audio/linux-c6-pulseaudio-utils/distinfo.i686 (revision 372444) +++ head/audio/linux-c6-pulseaudio-utils/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/pulseaudio-utils-0.9.21-14.el6_3.i686.rpm) = 519fdec212681891e1838743edf1a49d1f000fe7c57a2fa2cba3c66c37dee73a -SIZE (rpm/i686/centos/6.5/pulseaudio-utils-0.9.21-14.el6_3.i686.rpm) = 71452 -SHA256 (rpm/i686/centos/6.5/pulseaudio-0.9.21-14.el6_3.src.rpm) = 06eff80719e4699b4305f688a4ae948be86ac2e84cdb6ecd3714824b952dc03d -SIZE (rpm/i686/centos/6.5/pulseaudio-0.9.21-14.el6_3.src.rpm) = 2372600 +SHA256 (rpm/i686/centos/6.6/pulseaudio-utils-0.9.21-17.el6.i686.rpm) = 386f65b4d477dd1d6378530d2d60acb6c5a3d126ea2f0f129193877616e3836b +SIZE (rpm/i686/centos/6.6/pulseaudio-utils-0.9.21-17.el6.i686.rpm) = 71764 +SHA256 (rpm/i686/centos/6.6/pulseaudio-0.9.21-17.el6.src.rpm) = 4b5fe4bf8aaddb5747e01ed3495b01e2aef24f90245c111e49ba52df88f0d33a +SIZE (rpm/i686/centos/6.6/pulseaudio-0.9.21-17.el6.src.rpm) = 2376513 Index: head/audio/linux-c6-sdl_mixer/Makefile =================================================================== --- head/audio/linux-c6-sdl_mixer/Makefile (revision 372444) +++ head/audio/linux-c6-sdl_mixer/Makefile (revision 372445) @@ -1,31 +1,32 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= sdl_mixer PORTVERSION= 1.2.11 +PORTREVISION= 1 CATEGORIES= audio linux MASTER_SITES= EPEL DISTNAME= SDL_mixer-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Sample multi-channel audio mixer library (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-sdl_mixer-[0-9]* linux-f8-sdl_mixer-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes USE_LINUX_APPS= sdl12 mikmod LINUX_NAME= SDL_mixer RPMVERSION= 3.el6 BRANDELF_FILES= usr/bin/playmus usr/bin/playwave USE_LDCONFIG= yes PLIST_FILES= usr/bin/playmus usr/lib/libSDL_mixer-1.2.so.0 \ usr/bin/playwave usr/lib/libSDL_mixer-1.2.so.0.10.1 DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} PORTDOCS= CHANGES COPYING README DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/audio/linux-c6-sdl_mixer/distinfo.i686 =================================================================== --- head/audio/linux-c6-sdl_mixer/distinfo.i686 (revision 372444) +++ head/audio/linux-c6-sdl_mixer/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/SDL_mixer-1.2.11-3.el6.i686.rpm) = 3acef0f9253aed3a0fd0705432d33ec9ababb117c403dc487d861836fe9f524a -SIZE (rpm/i686/centos/6.5/SDL_mixer-1.2.11-3.el6.i686.rpm) = 95488 -SHA256 (rpm/i686/centos/6.5/SDL_mixer-1.2.11-3.el6.src.rpm) = aa3defc306995cf621f987763c5e2be628be78ff165d3fb72ddbec845610c3c3 -SIZE (rpm/i686/centos/6.5/SDL_mixer-1.2.11-3.el6.src.rpm) = 2704280 +SHA256 (rpm/i686/centos/6.6/SDL_mixer-1.2.11-3.el6.i686.rpm) = 3acef0f9253aed3a0fd0705432d33ec9ababb117c403dc487d861836fe9f524a +SIZE (rpm/i686/centos/6.6/SDL_mixer-1.2.11-3.el6.i686.rpm) = 95488 +SHA256 (rpm/i686/centos/6.6/SDL_mixer-1.2.11-3.el6.src.rpm) = aa3defc306995cf621f987763c5e2be628be78ff165d3fb72ddbec845610c3c3 +SIZE (rpm/i686/centos/6.6/SDL_mixer-1.2.11-3.el6.src.rpm) = 2704280 Index: head/databases/linux-c6-sqlite3/Makefile =================================================================== --- head/databases/linux-c6-sqlite3/Makefile (revision 372444) +++ head/databases/linux-c6-sqlite3/Makefile (revision 372445) @@ -1,27 +1,28 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= sqlite PORTVERSION= 3.6.20 +PORTREVISION= 1 CATEGORIES= databases linux PKGNAMEPREFIX= linux-${USE_LINUX}- MAINTAINER= emulation@FreeBSD.org COMMENT= Library that implements an embeddable SQL database engine (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-f8-sqlite3-[0-9]* linux-f10-sqlite3-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 RPMVERSION= 1.el6 USE_LINUX_RPM= yes BRANDELF_FILES= usr/bin/sqlite3 USE_LDCONFIG= yes PLIST_FILES= usr/bin/sqlite3 usr/lib/libsqlite3.so.0 \ usr/lib/libsqlite3.so.0.8.6 usr/share/man/man1/sqlite3.1.gz DOCSDIR= ${PREFIX}/usr/share/doc/sqlite-${PORTVERSION} PORTDOCS= README DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr .include Index: head/databases/linux-c6-sqlite3/distinfo.i686 =================================================================== --- head/databases/linux-c6-sqlite3/distinfo.i686 (revision 372444) +++ head/databases/linux-c6-sqlite3/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/sqlite-3.6.20-1.el6.i686.rpm) = abf3109c49e3fa3a159d6cb96057d9a72d193479cbb86dc6337ecfde9fa11304 -SIZE (rpm/i686/centos/6.5/sqlite-3.6.20-1.el6.i686.rpm) = 314024 -SHA256 (rpm/i686/centos/6.5/sqlite-3.6.20-1.el6.src.rpm) = f75ce08d6f66259df76adcb4a5551f6bc7b530ed524eb3da13689ffd475b34bd -SIZE (rpm/i686/centos/6.5/sqlite-3.6.20-1.el6.src.rpm) = 5324043 +SHA256 (rpm/i686/centos/6.6/sqlite-3.6.20-1.el6.i686.rpm) = abf3109c49e3fa3a159d6cb96057d9a72d193479cbb86dc6337ecfde9fa11304 +SIZE (rpm/i686/centos/6.6/sqlite-3.6.20-1.el6.i686.rpm) = 314024 +SHA256 (rpm/i686/centos/6.6/sqlite-3.6.20-1.el6.src.rpm) = f75ce08d6f66259df76adcb4a5551f6bc7b530ed524eb3da13689ffd475b34bd +SIZE (rpm/i686/centos/6.6/sqlite-3.6.20-1.el6.src.rpm) = 5324043 Index: head/devel/Makefile =================================================================== --- head/devel/Makefile (revision 372444) +++ head/devel/Makefile (revision 372445) @@ -1,4836 +1,4837 @@ # $FreeBSD$ # COMMENT = Development utilities SUBDIR += 9base SUBDIR += ChipmunkPhysics SUBDIR += ElectricFence SUBDIR += ORBit2 SUBDIR += ORBit2-reference SUBDIR += R-cran-Defaults SUBDIR += R-cran-Hmisc SUBDIR += R-cran-RUnit SUBDIR += R-cran-Rcpp SUBDIR += R-cran-bitops SUBDIR += R-cran-caTools SUBDIR += R-cran-caret SUBDIR += R-cran-chron SUBDIR += R-cran-foreach SUBDIR += R-cran-gbm SUBDIR += R-cran-gdata SUBDIR += R-cran-glmnet SUBDIR += R-cran-gsubfn SUBDIR += R-cran-gtools SUBDIR += R-cran-iterators SUBDIR += R-cran-itertools SUBDIR += R-cran-memoise SUBDIR += R-cran-microbenchmark SUBDIR += R-cran-plyr SUBDIR += R-cran-proto SUBDIR += R-cran-randomForest SUBDIR += R-cran-reshape SUBDIR += R-cran-reshape2 SUBDIR += SpecTcl SUBDIR += aap SUBDIR += abi-compliance-checker SUBDIR += ace SUBDIR += ace+tao-doc SUBDIR += acme SUBDIR += activitymail SUBDIR += adabooch SUBDIR += adacurses SUBDIR += adime SUBDIR += aegis SUBDIR += afay SUBDIR += ahven SUBDIR += aifad SUBDIR += alabastra SUBDIR += ald SUBDIR += alf SUBDIR += allegro SUBDIR += allegro-devel SUBDIR += alog SUBDIR += android-tools-adb SUBDIR += anjuta SUBDIR += anjuta-extras SUBDIR += antlr SUBDIR += antlrworks SUBDIR += apache-ant SUBDIR += api-sanity-autotest SUBDIR += apiextractor SUBDIR += apr1 SUBDIR += apr2 SUBDIR += arcanist SUBDIR += arduino SUBDIR += arduino-glcd SUBDIR += arduino-irremote SUBDIR += arduino-mk SUBDIR += argouml SUBDIR += argp-standalone SUBDIR += argtable SUBDIR += arm-elf-binutils SUBDIR += arm-gnueabi-binutils SUBDIR += arm-none-eabi-binutils SUBDIR += arm-none-eabi-gcc SUBDIR += armv6-freebsd10.0-xdev SUBDIR += aros-sdk SUBDIR += art SUBDIR += as31 SUBDIR += asl SUBDIR += asmutils SUBDIR += asmx SUBDIR += astah-community SUBDIR += astyle SUBDIR += atf SUBDIR += atlas SUBDIR += atlas-devel SUBDIR += autobook SUBDIR += autoconf SUBDIR += autoconf-archive SUBDIR += autoconf-wrapper SUBDIR += autoconf213 SUBDIR += autodia SUBDIR += autodist SUBDIR += autogen SUBDIR += automake SUBDIR += automake-wrapper SUBDIR += automake14 SUBDIR += automoc4 SUBDIR += autotools SUBDIR += avalon-framework SUBDIR += avarice SUBDIR += avce00 SUBDIR += avltree SUBDIR += avr-binutils SUBDIR += avr-gcc SUBDIR += avr-gcc-devel SUBDIR += avr-gdb SUBDIR += avr-libc SUBDIR += avra SUBDIR += avrdude SUBDIR += avro SUBDIR += avro-c SUBDIR += avro-cpp SUBDIR += awscli SUBDIR += bam SUBDIR += bcc SUBDIR += bcpp SUBDIR += beautifyphp SUBDIR += bennugd-core SUBDIR += bennugd-modules SUBDIR += bglibs SUBDIR += bicyclerepair SUBDIR += bin86 SUBDIR += binutils SUBDIR += bison SUBDIR += bisoncpp SUBDIR += blame SUBDIR += bmake SUBDIR += bmkdep SUBDIR += bncsutil-ghost++ SUBDIR += bnf SUBDIR += boaconstructor SUBDIR += boehm-gc SUBDIR += boehm-gc-redirect SUBDIR += boehm-gc-threaded SUBDIR += boost-all SUBDIR += boost-docs SUBDIR += boost-jam SUBDIR += boost-libs SUBDIR += boost-python-libs SUBDIR += boost_build SUBDIR += bouml-doc SUBDIR += bpython SUBDIR += bsdbuild SUBDIR += bsdcflow SUBDIR += bsdowl SUBDIR += bufferpool SUBDIR += bug-buddy SUBDIR += bugzilla44 SUBDIR += build SUBDIR += buildbot SUBDIR += buildbot-slave SUBDIR += buildtool SUBDIR += buildtool-doc SUBDIR += bullet SUBDIR += bunny SUBDIR += busybee SUBDIR += byacc SUBDIR += byaccj SUBDIR += bzr SUBDIR += bzr-builder SUBDIR += bzr-colo SUBDIR += bzr-explorer SUBDIR += bzr-externals SUBDIR += bzr-fastimport SUBDIR += bzr-git SUBDIR += bzr-gtk SUBDIR += bzr-loom SUBDIR += bzr-pipeline SUBDIR += bzr-rewrite SUBDIR += bzr-scmproj SUBDIR += bzr-stats SUBDIR += bzr-svn SUBDIR += bzr-upload SUBDIR += bzrtools SUBDIR += c-unit SUBDIR += c2mdoc SUBDIR += c4 SUBDIR += calibrator SUBDIR += capstone SUBDIR += cask SUBDIR += catch SUBDIR += cbind SUBDIR += cbrowser SUBDIR += cc65 SUBDIR += ccache SUBDIR += cccc SUBDIR += ccdoc SUBDIR += ccons SUBDIR += ccrtp SUBDIR += cdash SUBDIR += cdecl SUBDIR += cdialog SUBDIR += cdk SUBDIR += cedet SUBDIR += cervisia SUBDIR += cflow SUBDIR += cflow2vcg SUBDIR += cgdb SUBDIR += cgilib SUBDIR += cgit SUBDIR += cgprof SUBDIR += charva SUBDIR += checkbashisms SUBDIR += checkheaders SUBDIR += cherivis-devel SUBDIR += chrpath SUBDIR += chruby SUBDIR += cil SUBDIR += cityhash SUBDIR += cl-alexandria SUBDIR += cl-alexandria-sbcl SUBDIR += cl-asdf SUBDIR += cl-cffi SUBDIR += cl-cffi-sbcl SUBDIR += cl-infix SUBDIR += cl-infix-sbcl SUBDIR += cl-port SUBDIR += cl-port-sbcl SUBDIR += cl-split-sequence SUBDIR += cl-split-sequence-sbcl SUBDIR += cl-trivial-features SUBDIR += cl-trivial-features-sbcl SUBDIR += cl-trivial-gray-streams SUBDIR += cl-trivial-gray-streams-sbcl SUBDIR += cl-uffi SUBDIR += cl-uffi-sbcl SUBDIR += clanlib SUBDIR += clanlib1 SUBDIR += clanlib22 SUBDIR += cld SUBDIR += clewn SUBDIR += clig SUBDIR += clisp-hyperspec SUBDIR += clojure-cider SUBDIR += cmake SUBDIR += cmake-fedora SUBDIR += cmake-gui SUBDIR += cmake-modules SUBDIR += cmph SUBDIR += cmunge SUBDIR += cobf SUBDIR += coccinelle SUBDIR += codeblocks SUBDIR += codeville SUBDIR += codeworker SUBDIR += colorgcc SUBDIR += colormake SUBDIR += commit-patch SUBDIR += common_lib SUBDIR += commoncpp SUBDIR += compiler-rt SUBDIR += compiz-bcop SUBDIR += concurrencykit SUBDIR += configkit SUBDIR += cons SUBDIR += cons-test SUBDIR += cook SUBDIR += courier-unicode SUBDIR += covtool SUBDIR += cowlib SUBDIR += cpan-upload SUBDIR += cpan-upload-http SUBDIR += cppcheck SUBDIR += cppi SUBDIR += cpptest SUBDIR += cppunit SUBDIR += cproto SUBDIR += cpuflags SUBDIR += creduce SUBDIR += cross-binutils SUBDIR += critcl SUBDIR += cscope SUBDIR += cscout SUBDIR += csmith SUBDIR += csoap SUBDIR += cssc SUBDIR += cstringbuffer SUBDIR += ctags SUBDIR += cunit SUBDIR += cut SUBDIR += cutils SUBDIR += cutter SUBDIR += cvs SUBDIR += cvs+ipv6 SUBDIR += cvs-devel SUBDIR += cvs-syncmail SUBDIR += cvs2cl SUBDIR += cvs2darcs SUBDIR += cvs2html SUBDIR += cvs2p4 SUBDIR += cvs2svn SUBDIR += cvsadmin SUBDIR += cvsbook SUBDIR += cvschangelogbuilder SUBDIR += cvschk SUBDIR += cvsd SUBDIR += cvsdadm SUBDIR += cvsdelta SUBDIR += cvsdiff2patch SUBDIR += cvsgraph SUBDIR += cvslines SUBDIR += cvsmonitor SUBDIR += cvsplot SUBDIR += cvsps SUBDIR += cvsps-devel SUBDIR += cvsspam SUBDIR += cvstrac SUBDIR += cvsutils SUBDIR += cvsweb SUBDIR += cvsweb3 SUBDIR += cvswrap SUBDIR += cweb SUBDIR += cx_Freeze SUBDIR += cxmon SUBDIR += cxref SUBDIR += cxxtest SUBDIR += cxxtools SUBDIR += d-feet SUBDIR += darts SUBDIR += dash.el SUBDIR += dasm SUBDIR += datadraw SUBDIR += dbus SUBDIR += dbus-glib SUBDIR += dbus-qt4 SUBDIR += dbus-qt5 SUBDIR += dbus-sharp SUBDIR += dbus-sharp-glib SUBDIR += dbus-tcl SUBDIR += dcmtk SUBDIR += dconf SUBDIR += dconf-editor SUBDIR += ddd SUBDIR += dee SUBDIR += deforaos-libsystem SUBDIR += deheader SUBDIR += delta SUBDIR += desktop-file-utils SUBDIR += dev86 SUBDIR += devhelp SUBDIR += devtodo SUBDIR += dfuife-curses SUBDIR += dia2code SUBDIR += diffuse SUBDIR += ding-libs SUBDIR += directfb SUBDIR += dissy SUBDIR += distcc SUBDIR += distel SUBDIR += distorm SUBDIR += ditrack SUBDIR += dits SUBDIR += djgpp-binutils SUBDIR += djgpp-crx SUBDIR += dmake SUBDIR += dmalloc SUBDIR += dmucs SUBDIR += doctorj SUBDIR += dolphin-plugins SUBDIR += dotconf SUBDIR += dotconf++ SUBDIR += doxygen SUBDIR += dparser SUBDIR += dprog SUBDIR += dragon SUBDIR += dreampie SUBDIR += drpython SUBDIR += dulwich SUBDIR += duplo SUBDIR += dwarfdump SUBDIR += dxa65 SUBDIR += dyncall SUBDIR += e00compr SUBDIR += e2fsprogs-libss SUBDIR += e_dbus SUBDIR += easygit SUBDIR += eblob SUBDIR += ebnf2yacc SUBDIR += ecb SUBDIR += ecgi SUBDIR += ecore SUBDIR += ecore-file SUBDIR += ecore-ipc SUBDIR += ecore-main SUBDIR += edb SUBDIR += eet SUBDIR += eggdbus SUBDIR += egypt SUBDIR += eiffelstudio SUBDIR += eina SUBDIR += eio SUBDIR += elf SUBDIR += elfio SUBDIR += elfkickers SUBDIR += elfrc SUBDIR += elfsh SUBDIR += elftoaout SUBDIR += embb SUBDIR += epl.el SUBDIR += epm SUBDIR += epydoc SUBDIR += eric4 SUBDIR += eris SUBDIR += esdl SUBDIR += etcd SUBDIR += etcdctl SUBDIR += etl SUBDIR += euca2ools SUBDIR += eventxx SUBDIR += evolution-gconf-tools SUBDIR += exercisix SUBDIR += f77flow SUBDIR += fam SUBDIR += fastcrc SUBDIR += fb303 SUBDIR += fc++ SUBDIR += ffcall SUBDIR += fga SUBDIR += fhist SUBDIR += fib SUBDIR += firmware-utils SUBDIR += fistgen SUBDIR += flatzebra SUBDIR += flex-sdk SUBDIR += flex-sdk35 SUBDIR += flexdock SUBDIR += flexjson SUBDIR += flickrnet SUBDIR += florist-gpl SUBDIR += flyspray SUBDIR += fmake SUBDIR += fnccheck SUBDIR += fnorb SUBDIR += fortran-utils SUBDIR += fortytwo-encore SUBDIR += fossil SUBDIR += fpc-bfd SUBDIR += fpc-dbus SUBDIR += fpc-fcl-async SUBDIR += fpc-fcl-base SUBDIR += fpc-fcl-db SUBDIR += fpc-fcl-extra SUBDIR += fpc-fcl-fpcunit SUBDIR += fpc-fcl-image SUBDIR += fpc-fcl-js SUBDIR += fpc-fcl-json SUBDIR += fpc-fcl-net SUBDIR += fpc-fcl-passrc SUBDIR += fpc-fcl-process SUBDIR += fpc-fcl-registry SUBDIR += fpc-fcl-res SUBDIR += fpc-fcl-web SUBDIR += fpc-fcl-xml SUBDIR += fpc-fpmkunit SUBDIR += fpc-fppkg SUBDIR += fpc-fv SUBDIR += fpc-gdbint SUBDIR += fpc-newt SUBDIR += fpc-pthreads SUBDIR += fpc-regexpr SUBDIR += fpc-sdl SUBDIR += fpc-symbolic SUBDIR += fpc-zlib SUBDIR += fpp SUBDIR += frama-c SUBDIR += freeocl SUBDIR += frink SUBDIR += fsmgenerator SUBDIR += ftjam SUBDIR += ftnchek SUBDIR += fuel SUBDIR += fujaba SUBDIR += funnelweb SUBDIR += gaa SUBDIR += gamin SUBDIR += gaphor SUBDIR += gauche-readline SUBDIR += gaul SUBDIR += gazpacho SUBDIR += gcc-arm-embedded SUBDIR += gccmakedep SUBDIR += gconf2 SUBDIR += gconf2-reference SUBDIR += gconfmm26 SUBDIR += gcvs SUBDIR += gdb SUBDIR += gdb66 SUBDIR += gdbmods SUBDIR += gdcm SUBDIR += geany SUBDIR += geany-plugin-addons SUBDIR += geany-plugin-codenav SUBDIR += geany-plugin-commander SUBDIR += geany-plugin-debugger SUBDIR += geany-plugin-devhelp SUBDIR += geany-plugin-doc SUBDIR += geany-plugin-extrasel SUBDIR += geany-plugin-gendoc SUBDIR += geany-plugin-geniuspaste SUBDIR += geany-plugin-gproject SUBDIR += geany-plugin-insertnum SUBDIR += geany-plugin-latex SUBDIR += geany-plugin-lipsum SUBDIR += geany-plugin-lua SUBDIR += geany-plugin-macro SUBDIR += geany-plugin-miniscript SUBDIR += geany-plugin-multiterm SUBDIR += geany-plugin-numberedbookmarks SUBDIR += geany-plugin-pg SUBDIR += geany-plugin-pretty-printer SUBDIR += geany-plugin-prj SUBDIR += geany-plugin-scope SUBDIR += geany-plugin-sendmail SUBDIR += geany-plugin-shiftcolumn SUBDIR += geany-plugin-spellcheck SUBDIR += geany-plugin-tableconvert SUBDIR += geany-plugin-treebrowser SUBDIR += geany-plugin-updatechecker SUBDIR += geany-plugin-vc SUBDIR += geany-plugin-webhelper SUBDIR += geany-plugin-xmlsnippets SUBDIR += geany-plugins SUBDIR += geany-plugins-l10n SUBDIR += gearmand SUBDIR += gearmand-devel SUBDIR += gecode SUBDIR += generate SUBDIR += generatorrunner SUBDIR += gengetopt SUBDIR += genproto SUBDIR += geoip-java SUBDIR += gettext SUBDIR += gettext-lint SUBDIR += gettext-msghack SUBDIR += gflags SUBDIR += giggle SUBDIR += gindent SUBDIR += gio-sharp SUBDIR += git SUBDIR += git-bzr-ng SUBDIR += git-extras SUBDIR += git-merge-changelog SUBDIR += git-modes SUBDIR += git-review SUBDIR += git-subversion SUBDIR += gitg SUBDIR += gitg0 SUBDIR += gitolite SUBDIR += gitolite2 SUBDIR += gitphp SUBDIR += gittrac SUBDIR += glade2 SUBDIR += glade3 SUBDIR += glademm SUBDIR += glib12 SUBDIR += glib20 SUBDIR += glib20-reference SUBDIR += glibmm SUBDIR += glibmm-reference SUBDIR += global SUBDIR += glog SUBDIR += glrparser SUBDIR += glui SUBDIR += gmake SUBDIR += gmake-lite SUBDIR += gnatcoll SUBDIR += gnatpython SUBDIR += gnome-common SUBDIR += gnome-js-common SUBDIR += gnome-vfs SUBDIR += gnome-vfs-monikers SUBDIR += gnome-vfs-reference SUBDIR += gnome-vfsmm SUBDIR += gnome2-hacker-tools SUBDIR += gnucflow SUBDIR += gnulib SUBDIR += gnulibiberty SUBDIR += gnustep SUBDIR += gnustep-make SUBDIR += go-flags SUBDIR += go-hashicorp-logutils SUBDIR += go-json-rest SUBDIR += go-pretty SUBDIR += go-runewidth SUBDIR += go-sql-driver SUBDIR += go-termbox SUBDIR += gob2 SUBDIR += gobject-introspection SUBDIR += goffice SUBDIR += goffice010 SUBDIR += google-gdata SUBDIR += google-perftools SUBDIR += google-sparsehash SUBDIR += google-styleguide SUBDIR += googlemock SUBDIR += googletest SUBDIR += goprotobuf SUBDIR += gorm SUBDIR += gperf SUBDIR += gprbuild SUBDIR += gps SUBDIR += gpsim SUBDIR += gputils SUBDIR += gradle SUBDIR += grantlee SUBDIR += gsettings-desktop-schemas SUBDIR += gsoap SUBDIR += gstreamer-plugins-gconf SUBDIR += gstreamer-plugins-gio SUBDIR += gstreamer-plugins-gnomevfs SUBDIR += gstreamer-plugins-sdl SUBDIR += gstreamer-plugins-soup SUBDIR += gstreamer1-plugins-soup SUBDIR += gtgt SUBDIR += gtkparasite SUBDIR += gtranslator SUBDIR += guichan SUBDIR += guikachu SUBDIR += guile-lib SUBDIR += guiloader SUBDIR += guiloader-c++ SUBDIR += gvfs SUBDIR += gwenhywfar SUBDIR += gwenhywfar-fox16 SUBDIR += gwenhywfar-gtk2 SUBDIR += gwenhywfar-qt4 SUBDIR += gzstream SUBDIR += hachoir-core SUBDIR += hachoir-parser SUBDIR += hachoir-regex SUBDIR += hadoop SUBDIR += hadoop2 SUBDIR += hapy SUBDIR += hcs12mem SUBDIR += hexcompare SUBDIR += hg-git SUBDIR += hgreviewboard SUBDIR += hgsvn SUBDIR += hgview SUBDIR += highlighterkit SUBDIR += horde-content SUBDIR += horde-timeobjects SUBDIR += horde-whups SUBDIR += hp48cc SUBDIR += hp48xgcc SUBDIR += hs-BNFC SUBDIR += hs-Boolean SUBDIR += hs-BoundedChan SUBDIR += hs-ConfigFile SUBDIR += hs-DrIFT SUBDIR += hs-Glob SUBDIR += hs-HUnit SUBDIR += hs-IfElse SUBDIR += hs-List SUBDIR += hs-MaybeT SUBDIR += hs-MemoTrie SUBDIR += hs-MissingH SUBDIR += hs-MonadCatchIO-mtl SUBDIR += hs-MonadCatchIO-transformers SUBDIR += hs-MonadRandom SUBDIR += hs-ObjectName SUBDIR += hs-PSQueue SUBDIR += hs-QuickCheck SUBDIR += hs-ReadArgs SUBDIR += hs-STMonadTrans SUBDIR += hs-SafeSemaphore SUBDIR += hs-Stream SUBDIR += hs-TypeCompose SUBDIR += hs-abstract-deque SUBDIR += hs-abstract-par SUBDIR += hs-activehs-base SUBDIR += hs-alex SUBDIR += hs-ansi-terminal SUBDIR += hs-ansi-wl-pprint SUBDIR += hs-arrows SUBDIR += hs-asn1-data SUBDIR += hs-asn1-encoding SUBDIR += hs-asn1-parse SUBDIR += hs-asn1-types SUBDIR += hs-async SUBDIR += hs-atomic-primops SUBDIR += hs-auto-update SUBDIR += hs-base-unicode-symbols SUBDIR += hs-base16-bytestring SUBDIR += hs-base64-bytestring SUBDIR += hs-basic-prelude SUBDIR += hs-bifunctors SUBDIR += hs-bits-atomic SUBDIR += hs-blaze-builder SUBDIR += hs-blaze-builder-enumerator SUBDIR += hs-blaze-textual SUBDIR += hs-bloomfilter SUBDIR += hs-boxes SUBDIR += hs-bsd-sysctl SUBDIR += hs-byteable SUBDIR += hs-byteorder SUBDIR += hs-bytestring-lexing SUBDIR += hs-bytestring-nums SUBDIR += hs-bytestring-show SUBDIR += hs-c2hs SUBDIR += hs-cabal-install SUBDIR += hs-cereal SUBDIR += hs-checkers SUBDIR += hs-chunked-data SUBDIR += hs-classy-prelude SUBDIR += hs-classy-prelude-conduit SUBDIR += hs-cmdargs SUBDIR += hs-conduit SUBDIR += hs-conduit-combinators SUBDIR += hs-conduit-extra SUBDIR += hs-configurator SUBDIR += hs-convertible SUBDIR += hs-cpphs SUBDIR += hs-darcs SUBDIR += hs-data-default SUBDIR += hs-data-default-class SUBDIR += hs-data-default-instances-base SUBDIR += hs-data-default-instances-containers SUBDIR += hs-data-default-instances-dlist SUBDIR += hs-data-default-instances-old-locale SUBDIR += hs-data-hash SUBDIR += hs-data-pprint SUBDIR += hs-date-cache SUBDIR += hs-datetime SUBDIR += hs-deepseq-generics SUBDIR += hs-directory-tree SUBDIR += hs-dlist SUBDIR += hs-dlist-instances SUBDIR += hs-edit-distance SUBDIR += hs-either SUBDIR += hs-enclosed-exceptions SUBDIR += hs-enumerator SUBDIR += hs-equivalence SUBDIR += hs-errors SUBDIR += hs-exceptions SUBDIR += hs-extensible-exceptions SUBDIR += hs-fast-logger SUBDIR += hs-fgl SUBDIR += hs-file-embed SUBDIR += hs-filemanip SUBDIR += hs-filestore SUBDIR += hs-free SUBDIR += hs-fsnotify SUBDIR += hs-gconf SUBDIR += hs-generic-deriving SUBDIR += hs-geniplate SUBDIR += hs-ghc-events SUBDIR += hs-ghc-mtl SUBDIR += hs-ghc-paths SUBDIR += hs-gio SUBDIR += hs-git-annex SUBDIR += hs-glade SUBDIR += hs-glib SUBDIR += hs-gtk2hs-buildtools SUBDIR += hs-haddock SUBDIR += hs-haddock-library SUBDIR += hs-happy SUBDIR += hs-hashable SUBDIR += hs-hashed-storage SUBDIR += hs-hashtables SUBDIR += hs-haskell-platform SUBDIR += hs-haskell-src SUBDIR += hs-haskell-src-exts SUBDIR += hs-hasktags SUBDIR += hs-hastache SUBDIR += hs-hinotify SUBDIR += hs-hint SUBDIR += hs-hlibev SUBDIR += hs-hlint SUBDIR += hs-hoogle SUBDIR += hs-hslogger SUBDIR += hs-hslua SUBDIR += hs-hspec SUBDIR += hs-hspec-expectations SUBDIR += hs-keys SUBDIR += hs-kqueue SUBDIR += hs-language-c SUBDIR += hs-language-javascript SUBDIR += hs-largeword SUBDIR += hs-lazysmallcheck SUBDIR += hs-lens SUBDIR += hs-lifted-base SUBDIR += hs-logict SUBDIR += hs-mmap SUBDIR += hs-mmorph SUBDIR += hs-monad-control SUBDIR += hs-monad-logger SUBDIR += hs-monad-loops SUBDIR += hs-monad-par SUBDIR += hs-monad-par-extras SUBDIR += hs-monads-tf SUBDIR += hs-mono-traversable SUBDIR += hs-mtl SUBDIR += hs-mueval SUBDIR += hs-murmur-hash SUBDIR += hs-optparse-applicative SUBDIR += hs-parallel SUBDIR += hs-pcre-light SUBDIR += hs-prelude-extras SUBDIR += hs-prettyclass SUBDIR += hs-primitive SUBDIR += hs-profunctors SUBDIR += hs-project-template SUBDIR += hs-quickcheck-io SUBDIR += hs-random SUBDIR += hs-ranges SUBDIR += hs-readline SUBDIR += hs-reflection SUBDIR += hs-resource-pool SUBDIR += hs-resourcet SUBDIR += hs-safe SUBDIR += hs-scientific SUBDIR += hs-securemem SUBDIR += hs-setenv SUBDIR += hs-shake SUBDIR += hs-show SUBDIR += hs-silently SUBDIR += hs-simple-reflect SUBDIR += hs-smallcheck SUBDIR += hs-split SUBDIR += hs-stm SUBDIR += hs-stm-chans SUBDIR += hs-streaming-commons SUBDIR += hs-strict SUBDIR += hs-syb SUBDIR += hs-syb-with-class SUBDIR += hs-syb-with-class-instances-text SUBDIR += hs-system-fileio SUBDIR += hs-system-filepath SUBDIR += hs-tagged SUBDIR += hs-temporary SUBDIR += hs-test-framework SUBDIR += hs-test-framework-hunit SUBDIR += hs-test-framework-quickcheck2 SUBDIR += hs-testpack SUBDIR += hs-text SUBDIR += hs-text-icu SUBDIR += hs-tf-random SUBDIR += hs-threads SUBDIR += hs-threadscope SUBDIR += hs-time-compat SUBDIR += hs-timezone-olson SUBDIR += hs-timezone-series SUBDIR += hs-transformers-base SUBDIR += hs-transformers-compat SUBDIR += hs-unamb SUBDIR += hs-uniplate SUBDIR += hs-unix-compat SUBDIR += hs-unix-time SUBDIR += hs-unordered-containers SUBDIR += hs-utf8-light SUBDIR += hs-utf8-string SUBDIR += hs-utility-ht SUBDIR += hs-uuagc SUBDIR += hs-uuagc-bootstrap SUBDIR += hs-uuagc-cabal SUBDIR += hs-uuid SUBDIR += hs-uulib SUBDIR += hs-vault SUBDIR += hs-vector SUBDIR += hs-vector-algorithms SUBDIR += hs-vector-binary-instances SUBDIR += hs-vector-instances SUBDIR += hs-vector-th-unbox SUBDIR += hs-void SUBDIR += hs-word8 SUBDIR += htable SUBDIR += hub SUBDIR += hwloc SUBDIR += ice SUBDIR += icmake SUBDIR += icu SUBDIR += idutils SUBDIR += ifd-test SUBDIR += imake SUBDIR += inilib SUBDIR += iniparser SUBDIR += initutil SUBDIR += insight SUBDIR += ioncube SUBDIR += ipython SUBDIR += ireport SUBDIR += isl SUBDIR += itext SUBDIR += i386-linux-binutils SUBDIR += jakarta-commons-configuration SUBDIR += jakarta-commons-daemon SUBDIR += jakarta-commons-io SUBDIR += jakarta-commons-jxpath SUBDIR += jakarta-commons-modeler SUBDIR += jam SUBDIR += jansson SUBDIR += java-findbugs SUBDIR += java-util-concurrent SUBDIR += javolution SUBDIR += jclassinfo SUBDIR += jcmdline SUBDIR += jech-dht SUBDIR += jenkins SUBDIR += jenkins-lts SUBDIR += jep SUBDIR += jgoodies-common SUBDIR += jiic SUBDIR += jline SUBDIR += jna SUBDIR += jrtplib SUBDIR += jsap SUBDIR += jsl SUBDIR += jsmin SUBDIR += json-c SUBDIR += json-glib SUBDIR += jsoncpp SUBDIR += jtag SUBDIR += judy SUBDIR += jwasm SUBDIR += k8048 SUBDIR += kBuild SUBDIR += kapptemplate SUBDIR += kaptain SUBDIR += kcachegrind SUBDIR += kdbg SUBDIR += kde-dev-scripts SUBDIR += kde-dev-utils SUBDIR += kdebindings4 SUBDIR += kdesdk4 SUBDIR += kdesdk4-kioslaves SUBDIR += kdesdk4-strigi-analyzers SUBDIR += kdesdk4-thumbnailers SUBDIR += kdesvn-kde4 SUBDIR += kdevelop-kde4 SUBDIR += kdevelop-pg-qt SUBDIR += kdevelop-php SUBDIR += kdevelop-php-docs SUBDIR += kdevplatform SUBDIR += kickassembler SUBDIR += kimwitu SUBDIR += kyra SUBDIR += kyua SUBDIR += lasi SUBDIR += lcov SUBDIR += leaktracer SUBDIR += leiningen SUBDIR += lemon SUBDIR += lfcbase SUBDIR += lfcxml SUBDIR += libIDL SUBDIR += libPropList SUBDIR += libafterbase SUBDIR += liballium SUBDIR += libantlr3c SUBDIR += libarena SUBDIR += libassa SUBDIR += libassetml SUBDIR += libast SUBDIR += libatomic_ops SUBDIR += libaura SUBDIR += libavl SUBDIR += libbde SUBDIR += libbegemot SUBDIR += libbfd SUBDIR += libbinio SUBDIR += libbnr SUBDIR += libbobcat SUBDIR += libbonobo SUBDIR += libbonobo-reference SUBDIR += libburn SUBDIR += libc++ SUBDIR += libccid SUBDIR += libcfg SUBDIR += libcfu SUBDIR += libcheck SUBDIR += libchipcard SUBDIR += libcidr SUBDIR += libcii SUBDIR += libclaw SUBDIR += libclc SUBDIR += libcli SUBDIR += libconfig SUBDIR += libconfuse SUBDIR += libcwd SUBDIR += libcxxrt SUBDIR += libdaemon SUBDIR += libdap SUBDIR += libdasm SUBDIR += libdatrie SUBDIR += libdbusmenu SUBDIR += libdbusmenu-qt SUBDIR += libdevq SUBDIR += libdfui SUBDIR += libdict SUBDIR += libdisasm SUBDIR += libdisorder SUBDIR += libdispatch SUBDIR += libdlmalloc SUBDIR += libdlna SUBDIR += libdnsres SUBDIR += libdombey SUBDIR += libdouble-conversion SUBDIR += libds SUBDIR += libdsp SUBDIR += libdwarf SUBDIR += libe SUBDIR += libedit SUBDIR += libee SUBDIR += libeio SUBDIR += libelf SUBDIR += libepp-nicbr SUBDIR += libesedb SUBDIR += libestr SUBDIR += libev SUBDIR += libevent-hiphop SUBDIR += libevent2 SUBDIR += libevt SUBDIR += libevtx SUBDIR += libewf SUBDIR += libexecinfo SUBDIR += libexplain SUBDIR += libffi SUBDIR += libfirm SUBDIR += libfortuna SUBDIR += libfreefare SUBDIR += libftdi SUBDIR += libftdi1 SUBDIR += libg19 SUBDIR += libg19draw SUBDIR += libgalago SUBDIR += libgamepad SUBDIR += libgdata SUBDIR += libgee SUBDIR += libgee06 SUBDIR += libgetline SUBDIR += libghthash SUBDIR += libgit2 SUBDIR += libglade2 SUBDIR += libglade2-reference SUBDIR += libglademm24 SUBDIR += libgpc SUBDIR += libgpkg SUBDIR += libgsf SUBDIR += libgta SUBDIR += libgtop SUBDIR += libgutenfetch SUBDIR += libhash SUBDIR += libhid SUBDIR += libhoard SUBDIR += libhtp SUBDIR += libical SUBDIR += libinotify SUBDIR += libiqxmlrpc SUBDIR += libisofs SUBDIR += libixp SUBDIR += libjson++ SUBDIR += libk8055 SUBDIR += libkgapi SUBDIR += libklel SUBDIR += libkolab SUBDIR += liblangtag SUBDIR += liblas SUBDIR += liblas12 SUBDIR += liblcfg SUBDIR += libleaftag SUBDIR += liblnk SUBDIR += liblogging SUBDIR += liblognorm SUBDIR += liblouis SUBDIR += liblouisxml SUBDIR += libltdl SUBDIR += libmaa SUBDIR += libmatheval SUBDIR += libmba SUBDIR += libmcs SUBDIR += libmimedir SUBDIR += libmonetra SUBDIR += libmowgli SUBDIR += libmowgli2 SUBDIR += libmpcbdm SUBDIR += libmpsse SUBDIR += libmsiecf SUBDIR += libmsocket SUBDIR += libmtrie SUBDIR += libnaji SUBDIR += libnfc SUBDIR += libnotify SUBDIR += libnxt SUBDIR += liboil SUBDIR += libol SUBDIR += libole2 SUBDIR += libolecf SUBDIR += liboobs SUBDIR += liboop SUBDIR += libopencm3 SUBDIR += libopendaap SUBDIR += libopensync SUBDIR += libopensync022 SUBDIR += libopkele SUBDIR += liborcus SUBDIR += liborcus07 SUBDIR += libosinfo SUBDIR += libosmo-abis SUBDIR += libosmo-sccp SUBDIR += libosmocore SUBDIR += libowfat SUBDIR += libpafe SUBDIR += libpafe-ruby SUBDIR += libpasori SUBDIR += libpci SUBDIR += libpciaccess SUBDIR += libpdel SUBDIR += libpeak SUBDIR += libpeas SUBDIR += libpff SUBDIR += libphish SUBDIR += libphk SUBDIR += libphutil SUBDIR += libplist SUBDIR += libpo6 SUBDIR += libpthread-stubs SUBDIR += libqcow SUBDIR += libqxt SUBDIR += librcc SUBDIR += librcd SUBDIR += libreadline-java SUBDIR += libredblack SUBDIR += libregf SUBDIR += librelp SUBDIR += librest SUBDIR += librevisa SUBDIR += librevisa-vish SUBDIR += librevisa-vxi SUBDIR += libruin SUBDIR += libs11n SUBDIR += libsearpc SUBDIR += libserialport SUBDIR += libserver SUBDIR += libshbuf SUBDIR += libshhmsg SUBDIR += libshhopt SUBDIR += libsigc++12 SUBDIR += libsigc++20 SUBDIR += libsigcx SUBDIR += libsigrok SUBDIR += libsigrokdecode SUBDIR += libsigsegv SUBDIR += libslang2 SUBDIR += libsmdev SUBDIR += libsmpp34 SUBDIR += libsmraw SUBDIR += libsoup SUBDIR += libsoup-gnome SUBDIR += libsoup-reference SUBDIR += libspark2012 SUBDIR += libstatgrab SUBDIR += libstatgrab0 SUBDIR += libstrfunc SUBDIR += libstroke SUBDIR += libsysinfo SUBDIR += libtai SUBDIR += libtap SUBDIR += libtar SUBDIR += libtecla SUBDIR += libthai SUBDIR += libtifiles2 SUBDIR += libtool SUBDIR += libtpl SUBDIR += libublio SUBDIR += libukcprog SUBDIR += libunicode SUBDIR += libuninum SUBDIR += libunistring SUBDIR += libunwind SUBDIR += libuv SUBDIR += libvanessa_adt SUBDIR += libvanessa_logger SUBDIR += libvanessa_socket SUBDIR += libvc SUBDIR += libvhdi SUBDIR += libvirt SUBDIR += libvirt-glib SUBDIR += libvirt-java SUBDIR += libvmdk SUBDIR += libvolume_id SUBDIR += libvshadow SUBDIR += libwfut SUBDIR += libx86 SUBDIR += libxalloc SUBDIR += libxs SUBDIR += libytnef SUBDIR += libzookeeper SUBDIR += libzrtpcpp SUBDIR += libzvbi SUBDIR += lightning SUBDIR += linux-c6-ncurses-base SUBDIR += linux-c6-devtools SUBDIR += linux-c6-dbus-glib SUBDIR += linux-c6-qt47 SUBDIR += linux-c6-dbus-libs SUBDIR += linux-c6-libglade2 + SUBDIR += linux-c6-libsigc++20 SUBDIR += linux-c6-libpciaccess SUBDIR += linux-c6-sdl12 SUBDIR += linux-c6-nspr SUBDIR += linux-f10-allegro SUBDIR += linux-f10-dbus-glib SUBDIR += linux-f10-dbus-libs SUBDIR += linux-f10-devtools SUBDIR += linux-f10-libglade2 SUBDIR += linux-f10-libsigc++20 SUBDIR += linux-f10-ncurses-base SUBDIR += linux-f10-nspr SUBDIR += linux-f10-sdl12 SUBDIR += linux_kdump SUBDIR += linux_libusb SUBDIR += lion SUBDIR += llnextgen SUBDIR += llvm-devel SUBDIR += llvm32 SUBDIR += llvm33 SUBDIR += llvm34 SUBDIR += llvm35 SUBDIR += lm4tools SUBDIR += lmdbg SUBDIR += lndir SUBDIR += lnphost SUBDIR += lockfree-malloc SUBDIR += log4c SUBDIR += log4cplus SUBDIR += log4cpp SUBDIR += log4cxx SUBDIR += log4j SUBDIR += log4net SUBDIR += log4sh SUBDIR += log4shib SUBDIR += lokalize SUBDIR += loki SUBDIR += looks SUBDIR += love SUBDIR += love07 SUBDIR += love08 SUBDIR += love5 SUBDIR += lpc21isp SUBDIR += lrmi SUBDIR += lua-alien SUBDIR += lua-bitlib SUBDIR += lua-cjson SUBDIR += lua-gettext SUBDIR += lua-lgi SUBDIR += lua-lunit SUBDIR += lua-posix SUBDIR += lua-pty SUBDIR += lua-sysctl SUBDIR += luabind SUBDIR += luafilesystem SUBDIR += luafilesystem-51 SUBDIR += luajava SUBDIR += lutok SUBDIR += lwp SUBDIR += m17n-db SUBDIR += m17n-docs SUBDIR += m17n-lib SUBDIR += m4 SUBDIR += m6811-binutils SUBDIR += magit SUBDIR += make++ SUBDIR += makedepend SUBDIR += mate-common SUBDIR += matreshka SUBDIR += maven-ant-tasks SUBDIR += maven-wrapper SUBDIR += maven3 SUBDIR += maven31 SUBDIR += mcpp SUBDIR += mdds SUBDIR += meck SUBDIR += memcheck SUBDIR += menhir SUBDIR += mercator SUBDIR += mercurial SUBDIR += mercurialeclipse SUBDIR += mime SUBDIR += mimir SUBDIR += mingw32-bin-msvcrt SUBDIR += mingw32-binutils SUBDIR += mingw32-directx SUBDIR += mingw32-gcc SUBDIR += mingw32-libffi SUBDIR += mingw32-libyaml SUBDIR += mingw32-openssl SUBDIR += mingw32-pdcurses SUBDIR += mingw32-pthreads SUBDIR += mingw32-zlib SUBDIR += mingw64-binutils SUBDIR += mips64-binutils SUBDIR += mips-binutils SUBDIR += mk SUBDIR += mk-configure SUBDIR += mkcmd SUBDIR += mm SUBDIR += mm-common SUBDIR += mongo-c-driver SUBDIR += mono-addins SUBDIR += monodevelop SUBDIR += monodevelop-database SUBDIR += monotone SUBDIR += monotone-viz SUBDIR += motor SUBDIR += mpatrol SUBDIR += mph SUBDIR += mq4cpp SUBDIR += msgpack SUBDIR += msp430-binutils SUBDIR += msp430-gcc SUBDIR += msp430-gdb SUBDIR += msp430-libc SUBDIR += msp430mcu SUBDIR += mspdebug SUBDIR += msrc0 SUBDIR += nana SUBDIR += nant SUBDIR += nasm SUBDIR += naturaldocs SUBDIR += ncc SUBDIR += ncnf SUBDIR += ncurses SUBDIR += ndesk-dbus SUBDIR += ndesk-dbus-glib SUBDIR += ndesk-options SUBDIR += netscape-java40 SUBDIR += newfile SUBDIR += newt SUBDIR += newtonsoft-json SUBDIR += nglogc SUBDIR += nini SUBDIR += ninja SUBDIR += ninja-ide SUBDIR += node-thrift SUBDIR += notify-sharp SUBDIR += noweb SUBDIR += npth SUBDIR += nspr SUBDIR += ntopng-zmq SUBDIR += nxt-python SUBDIR += obby SUBDIR += obfuscatejs SUBDIR += ocaml-annexlib SUBDIR += ocaml-calendar SUBDIR += ocaml-camljava SUBDIR += ocaml-camlp5 SUBDIR += ocaml-camomile SUBDIR += ocaml-camomile-examples SUBDIR += ocaml-cfg SUBDIR += ocaml-classes SUBDIR += ocaml-cppo SUBDIR += ocaml-deriving-ocsigen SUBDIR += ocaml-equeue SUBDIR += ocaml-extlib SUBDIR += ocaml-findlib SUBDIR += ocaml-lacaml SUBDIR += ocaml-lwt SUBDIR += ocaml-magic SUBDIR += ocaml-opam SUBDIR += ocaml-ounit SUBDIR += ocaml-pcre SUBDIR += ocaml-pomap SUBDIR += ocaml-react SUBDIR += ocaml-res SUBDIR += ocaml-sdl SUBDIR += ocaml-sem SUBDIR += ocaml-sexplib SUBDIR += ocaml-typeconv SUBDIR += ocaml-ulex SUBDIR += ocaml-xstr SUBDIR += ocaml-xstrp4 SUBDIR += ocfpcsc SUBDIR += ode SUBDIR += ois SUBDIR += okteta SUBDIR += omake SUBDIR += omniNotify SUBDIR += omniORB SUBDIR += omniORB-4.1 SUBDIR += oniguruma SUBDIR += oniguruma4 SUBDIR += oniguruma5 SUBDIR += open-beagle SUBDIR += open-usp-tukubai SUBDIR += opencl SUBDIR += opencvs SUBDIR += opengrok SUBDIR += openocd SUBDIR += openvex SUBDIR += openwince-include SUBDIR += openzz SUBDIR += orc SUBDIR += osc SUBDIR += oserl SUBDIR += ossp-al SUBDIR += ossp-cfg SUBDIR += ossp-ex SUBDIR += ossp-l2 SUBDIR += ossp-val SUBDIR += ossp-var SUBDIR += ossp-xds SUBDIR += p4 SUBDIR += p4.el SUBDIR += p4api SUBDIR += p4d SUBDIR += p4delta SUBDIR += p4ftpd SUBDIR += p4genpatch SUBDIR += p4p SUBDIR += p4web SUBDIR += p5-AI-Pathfinding-AStar SUBDIR += p5-AI-Prolog SUBDIR += p5-Acme-Comment SUBDIR += p5-Acme-Damn SUBDIR += p5-Acme-MetaSyntactic SUBDIR += p5-Agent SUBDIR += p5-Algorithm-Accounting SUBDIR += p5-Algorithm-Annotate SUBDIR += p5-Algorithm-Binpack SUBDIR += p5-Algorithm-Bucketizer SUBDIR += p5-Algorithm-C3 SUBDIR += p5-Algorithm-ChooseSubsets SUBDIR += p5-Algorithm-Cluster SUBDIR += p5-Algorithm-Dependency SUBDIR += p5-Algorithm-Dependency-Objects SUBDIR += p5-Algorithm-Diff SUBDIR += p5-Algorithm-Evolutionary SUBDIR += p5-Algorithm-FloodControl SUBDIR += p5-Algorithm-IncludeExclude SUBDIR += p5-Algorithm-Interval2Prefix SUBDIR += p5-Algorithm-LCS SUBDIR += p5-Algorithm-LUHN SUBDIR += p5-Algorithm-MarkovChain SUBDIR += p5-Algorithm-Merge SUBDIR += p5-Algorithm-MinMax SUBDIR += p5-Algorithm-NaiveBayes SUBDIR += p5-Algorithm-Networksort SUBDIR += p5-Algorithm-Numerical-Shuffle SUBDIR += p5-Algorithm-Permute SUBDIR += p5-Algorithm-SVM SUBDIR += p5-Alias SUBDIR += p5-Alien-SDL SUBDIR += p5-Alzabo SUBDIR += p5-Any-Moose SUBDIR += p5-Any-Moose-Convert SUBDIR += p5-AnyData SUBDIR += p5-AnyEvent SUBDIR += p5-AnyEvent-AIO SUBDIR += p5-AnyEvent-Connection SUBDIR += p5-AnyEvent-DBI SUBDIR += p5-AnyEvent-DBI-Abstract SUBDIR += p5-AnyEvent-DBus SUBDIR += p5-AnyEvent-Filesys-Notify SUBDIR += p5-AnyEvent-Gearman SUBDIR += p5-AnyEvent-Graphite SUBDIR += p5-AnyEvent-I3 SUBDIR += p5-AnyEvent-MessagePack SUBDIR += p5-AnyEvent-RPC SUBDIR += p5-AnyEvent-Run SUBDIR += p5-AnyEvent-Subprocess SUBDIR += p5-AnyEvent-Task SUBDIR += p5-AnyEvent-Worker SUBDIR += p5-AnyMQ SUBDIR += p5-App-Build SUBDIR += p5-App-CLI SUBDIR += p5-App-CLI-Extension SUBDIR += p5-App-Cache SUBDIR += p5-App-Cmd SUBDIR += p5-App-Control SUBDIR += p5-App-FatPacker SUBDIR += p5-App-GitGot SUBDIR += p5-App-GitHub SUBDIR += p5-App-Info SUBDIR += p5-App-Options SUBDIR += p5-App-Rad SUBDIR += p5-App-SD SUBDIR += p5-App-SVN-Bisect SUBDIR += p5-App-Trace SUBDIR += p5-App-cpanminus SUBDIR += p5-App-cpanoutdated SUBDIR += p5-App-scan_prereqs_cpanfile SUBDIR += p5-AppConfig SUBDIR += p5-AppConfig-Std SUBDIR += p5-Array-Group SUBDIR += p5-Array-Iterator SUBDIR += p5-Array-Unique SUBDIR += p5-Array-Window SUBDIR += p5-Async-Interrupt SUBDIR += p5-Async-MergePoint SUBDIR += p5-AtExit SUBDIR += p5-Attribute-Handlers SUBDIR += p5-Attribute-Handlers-Prospective SUBDIR += p5-Attribute-Persistent SUBDIR += p5-AutoLoader SUBDIR += p5-AutoXS-Header SUBDIR += p5-B-Compiling SUBDIR += p5-B-Deobfuscate SUBDIR += p5-B-Generate SUBDIR += p5-B-Graph SUBDIR += p5-B-Hooks-EndOfScope SUBDIR += p5-B-Hooks-OP-Annotation SUBDIR += p5-B-Hooks-OP-Check SUBDIR += p5-B-Hooks-OP-Check-EntersubForCV SUBDIR += p5-B-Hooks-OP-PPAddr SUBDIR += p5-B-Hooks-Parser SUBDIR += p5-B-Keywords SUBDIR += p5-B-OPCheck SUBDIR += p5-B-Size2 SUBDIR += p5-B-Utils SUBDIR += p5-BFD SUBDIR += p5-BS-Event SUBDIR += p5-BSD-Resource SUBDIR += p5-BSD-devstat SUBDIR += p5-BSD-stat SUBDIR += p5-BZ-Client SUBDIR += p5-Badger SUBDIR += p5-Benchmark-Timer SUBDIR += p5-Best SUBDIR += p5-Bread-Board SUBDIR += p5-Bread-Board-Declare SUBDIR += p5-Bundle-Perl6 SUBDIR += p5-C-Scan SUBDIR += p5-CBOR-XS SUBDIR += p5-CHI SUBDIR += p5-CLASS SUBDIR += p5-CPAN-Changes SUBDIR += p5-CPAN-Checksums SUBDIR += p5-CPAN-DistnameInfo SUBDIR += p5-CPAN-Inject SUBDIR += p5-CPAN-Meta SUBDIR += p5-CPAN-Meta-Check SUBDIR += p5-CPAN-Meta-Requirements SUBDIR += p5-CPAN-Meta-YAML SUBDIR += p5-CPAN-Mini SUBDIR += p5-CPAN-Perl-Releases SUBDIR += p5-CPAN-Recent-Uploads SUBDIR += p5-CPAN-Reporter SUBDIR += p5-CPAN-Reporter-Smoker SUBDIR += p5-CPAN-SQLite SUBDIR += p5-CPAN-Site SUBDIR += p5-CPAN-Testers-Report SUBDIR += p5-CPAN-Uploader SUBDIR += p5-CPAN-YACSmoke SUBDIR += p5-CPANPLUS SUBDIR += p5-CPANPLUS-Dist-Build SUBDIR += p5-CPS SUBDIR += p5-Cache SUBDIR += p5-Cache-AgainstFile SUBDIR += p5-Cache-Cache SUBDIR += p5-Cache-FastMmap SUBDIR += p5-Cache-LRU SUBDIR += p5-Cache-Memcached-Tie SUBDIR += p5-Cache-Mmap SUBDIR += p5-Cache-Simple-TimedExpiry SUBDIR += p5-Cairo-GObject SUBDIR += p5-Calendar-Simple SUBDIR += p5-Callback-Frame SUBDIR += p5-Capture-Tiny SUBDIR += p5-Carp SUBDIR += p5-Carp-Always SUBDIR += p5-Carp-Always-Color SUBDIR += p5-Carp-Assert SUBDIR += p5-Carp-Assert-More SUBDIR += p5-Carp-Clan SUBDIR += p5-Carp-Clan-Share SUBDIR += p5-Carp-Datum SUBDIR += p5-Carp-REPL SUBDIR += p5-Cdk SUBDIR += p5-Check-ISA SUBDIR += p5-Child SUBDIR += p5-Chooser SUBDIR += p5-Class-Accessor SUBDIR += p5-Class-Accessor-Chained SUBDIR += p5-Class-Accessor-Children SUBDIR += p5-Class-Accessor-Complex SUBDIR += p5-Class-Accessor-Constructor SUBDIR += p5-Class-Accessor-Fast-Contained SUBDIR += p5-Class-Accessor-Fast-XS SUBDIR += p5-Class-Accessor-Grouped SUBDIR += p5-Class-Accessor-Installer SUBDIR += p5-Class-Accessor-Lite SUBDIR += p5-Class-Accessor-Lvalue SUBDIR += p5-Class-Accessor-Named SUBDIR += p5-Class-Adapter SUBDIR += p5-Class-AlzaboWrapper SUBDIR += p5-Class-ArrayObjects SUBDIR += p5-Class-AutoClass SUBDIR += p5-Class-Autouse SUBDIR += p5-Class-Base SUBDIR += p5-Class-BlackHole SUBDIR += p5-Class-C3 SUBDIR += p5-Class-C3-Adopt-NEXT SUBDIR += p5-Class-C3-Componentised SUBDIR += p5-Class-C3-XS SUBDIR += p5-Class-Closure SUBDIR += p5-Class-CodeStyler SUBDIR += p5-Class-Component SUBDIR += p5-Class-Constant SUBDIR += p5-Class-Container SUBDIR += p5-Class-Contract SUBDIR += p5-Class-Data-ConfigHash SUBDIR += p5-Class-Data-Inheritable SUBDIR += p5-Class-Date SUBDIR += p5-Class-Declare SUBDIR += p5-Class-Default SUBDIR += p5-Class-Delegation SUBDIR += p5-Class-ErrorHandler SUBDIR += p5-Class-Factory SUBDIR += p5-Class-Factory-Util SUBDIR += p5-Class-Field SUBDIR += p5-Class-Forward SUBDIR += p5-Class-Generate SUBDIR += p5-Class-Gomor SUBDIR += p5-Class-Handle SUBDIR += p5-Class-Hook SUBDIR += p5-Class-ISA SUBDIR += p5-Class-Inner SUBDIR += p5-Class-InsideOut SUBDIR += p5-Class-Inspector SUBDIR += p5-Class-Interfaces SUBDIR += p5-Class-Load SUBDIR += p5-Class-Load-XS SUBDIR += p5-Class-Loader SUBDIR += p5-Class-MakeMethods SUBDIR += p5-Class-Measure SUBDIR += p5-Class-Method-Modifiers SUBDIR += p5-Class-Method-Modifiers-Fast SUBDIR += p5-Class-MethodMaker SUBDIR += p5-Class-MethodMapper SUBDIR += p5-Class-Mix SUBDIR += p5-Class-Mixin SUBDIR += p5-Class-MixinFactory SUBDIR += p5-Class-Multimethods SUBDIR += p5-Class-Multimethods-Pure SUBDIR += p5-Class-NamedParms SUBDIR += p5-Class-Null SUBDIR += p5-Class-OOorNO SUBDIR += p5-Class-ObjectTemplate SUBDIR += p5-Class-ObjectTemplate-DB SUBDIR += p5-Class-Observable SUBDIR += p5-Class-ParmList SUBDIR += p5-Class-Prototyped SUBDIR += p5-Class-ReturnValue SUBDIR += p5-Class-Roles SUBDIR += p5-Class-STL-Containers SUBDIR += p5-Class-Singleton SUBDIR += p5-Class-Spiffy SUBDIR += p5-Class-StateMachine SUBDIR += p5-Class-Std SUBDIR += p5-Class-Std-Fast SUBDIR += p5-Class-Std-Utils SUBDIR += p5-Class-StrongSingleton SUBDIR += p5-Class-Tangram SUBDIR += p5-Class-Throwable SUBDIR += p5-Class-Tiny SUBDIR += p5-Class-Tom SUBDIR += p5-Class-Trigger SUBDIR += p5-Class-Unload SUBDIR += p5-Class-Virtual SUBDIR += p5-Class-WhiteHole SUBDIR += p5-Class-Workflow SUBDIR += p5-Class-XPath SUBDIR += p5-Class-XSAccessor SUBDIR += p5-Class-XSAccessor-Array SUBDIR += p5-Clone SUBDIR += p5-Clone-Fast SUBDIR += p5-Clone-More SUBDIR += p5-Clone-PP SUBDIR += p5-Code-Perl SUBDIR += p5-Commands-Guarded SUBDIR += p5-CommitBit SUBDIR += p5-Config-Any SUBDIR += p5-Config-ApacheFormat SUBDIR += p5-Config-Auto SUBDIR += p5-Config-AutoConf SUBDIR += p5-Config-Fast SUBDIR += p5-Config-General SUBDIR += p5-Config-GitLike SUBDIR += p5-Config-Grammar SUBDIR += p5-Config-INI SUBDIR += p5-Config-INI-Simple SUBDIR += p5-Config-Identity SUBDIR += p5-Config-IniFiles SUBDIR += p5-Config-IniHash SUBDIR += p5-Config-IniRegEx SUBDIR += p5-Config-JFDI SUBDIR += p5-Config-JSON SUBDIR += p5-Config-MVP SUBDIR += p5-Config-MVP-Reader-INI SUBDIR += p5-Config-Merge SUBDIR += p5-Config-Model SUBDIR += p5-Config-Model-Tester SUBDIR += p5-Config-MySQL SUBDIR += p5-Config-Objective SUBDIR += p5-Config-Options SUBDIR += p5-Config-Perl-V SUBDIR += p5-Config-Properties SUBDIR += p5-Config-Record SUBDIR += p5-Config-Setting SUBDIR += p5-Config-Simple SUBDIR += p5-Config-Std SUBDIR += p5-Config-Tiny SUBDIR += p5-Config-Versioned SUBDIR += p5-Config-Wrest SUBDIR += p5-Config-YAML SUBDIR += p5-ConfigReader SUBDIR += p5-ConfigReader-Simple SUBDIR += p5-Connector SUBDIR += p5-Const-Fast SUBDIR += p5-Context-Preserve SUBDIR += p5-Contextual-Return SUBDIR += p5-Coro SUBDIR += p5-Curses SUBDIR += p5-Curses-Application SUBDIR += p5-Curses-Forms SUBDIR += p5-Curses-UI SUBDIR += p5-Curses-Widgets SUBDIR += p5-Cvs SUBDIR += p5-Cwd-Guard SUBDIR += p5-DB_File-Lock SUBDIR += p5-Daemon-Control SUBDIR += p5-Dancer-Debug SUBDIR += p5-Danga-Socket SUBDIR += p5-Danga-Socket-Callback SUBDIR += p5-Data-ACL SUBDIR += p5-Data-Alias SUBDIR += p5-Data-Average SUBDIR += p5-Data-Bind SUBDIR += p5-Data-Capture SUBDIR += p5-Data-ClearSilver-HDF SUBDIR += p5-Data-Clone SUBDIR += p5-Data-Compare SUBDIR += p5-Data-Diver SUBDIR += p5-Data-Domain SUBDIR += p5-Data-Dump SUBDIR += p5-Data-Dump-Streamer SUBDIR += p5-Data-DumpXML SUBDIR += p5-Data-Dumper SUBDIR += p5-Data-Dumper-Concise SUBDIR += p5-Data-Dumper-Perltidy SUBDIR += p5-Data-Dumper-Simple SUBDIR += p5-Data-Flow SUBDIR += p5-Data-GUID SUBDIR += p5-Data-Grouper SUBDIR += p5-Data-HashArray SUBDIR += p5-Data-HexDump SUBDIR += p5-Data-Hexdumper SUBDIR += p5-Data-Hexify SUBDIR += p5-Data-Hierarchy SUBDIR += p5-Data-IEEE754 SUBDIR += p5-Data-Inherited SUBDIR += p5-Data-Inspect SUBDIR += p5-Data-Integer SUBDIR += p5-Data-JavaScript-Anon SUBDIR += p5-Data-Lazy SUBDIR += p5-Data-Localize SUBDIR += p5-Data-MessagePack SUBDIR += p5-Data-MessagePack-Stream SUBDIR += p5-Data-Miscellany SUBDIR += p5-Data-Model SUBDIR += p5-Data-Munge SUBDIR += p5-Data-ObjectDriver SUBDIR += p5-Data-OptList SUBDIR += p5-Data-Page-NoTotalEntries SUBDIR += p5-Data-ParseBinary SUBDIR += p5-Data-Path SUBDIR += p5-Data-Peek SUBDIR += p5-Data-Perl SUBDIR += p5-Data-Printer SUBDIR += p5-Data-Properties SUBDIR += p5-Data-Rand SUBDIR += p5-Data-Rand-Obscure SUBDIR += p5-Data-Random SUBDIR += p5-Data-Range-Compare SUBDIR += p5-Data-Record SUBDIR += p5-Data-Recursive-Encode SUBDIR += p5-Data-Remember SUBDIR += p5-Data-Rmap SUBDIR += p5-Data-RoundRobin SUBDIR += p5-Data-Rx SUBDIR += p5-Data-SExpression SUBDIR += p5-Data-Section SUBDIR += p5-Data-Section-Simple SUBDIR += p5-Data-Serializer SUBDIR += p5-Data-ShowTable SUBDIR += p5-Data-Stag SUBDIR += p5-Data-Stream-Bulk SUBDIR += p5-Data-Structure-Util SUBDIR += p5-Data-Swap SUBDIR += p5-Data-Table SUBDIR += p5-Data-Taxonomy-Tags SUBDIR += p5-Data-TemporaryBag SUBDIR += p5-Data-Throttler SUBDIR += p5-Data-Throttler-Memcached SUBDIR += p5-Data-Thunk SUBDIR += p5-Data-TreeDumper SUBDIR += p5-Data-TreeDumper-Renderer-GTK SUBDIR += p5-Data-Types SUBDIR += p5-Data-UUID SUBDIR += p5-Data-Uniqid SUBDIR += p5-Data-Util SUBDIR += p5-Data-Validate SUBDIR += p5-Data-Validator SUBDIR += p5-Data-Visitor SUBDIR += p5-Data-Visitor-Encode SUBDIR += p5-Data-Walk SUBDIR += p5-Date-Business SUBDIR += p5-Date-Calc SUBDIR += p5-Date-Calc-Iterator SUBDIR += p5-Date-Calc-XS SUBDIR += p5-Date-DayOfWeek SUBDIR += p5-Date-Easter SUBDIR += p5-Date-Extract SUBDIR += p5-Date-EzDate SUBDIR += p5-Date-Holidays-DK SUBDIR += p5-Date-ICal SUBDIR += p5-Date-ISO SUBDIR += p5-Date-Leapyear SUBDIR += p5-Date-Manip SUBDIR += p5-Date-Pcalc SUBDIR += p5-Date-Piece SUBDIR += p5-Date-Range SUBDIR += p5-Date-Roman SUBDIR += p5-Date-Simple SUBDIR += p5-DateConvert SUBDIR += p5-DateTime SUBDIR += p5-DateTime-Astro SUBDIR += p5-DateTime-Calendar-Chinese SUBDIR += p5-DateTime-Calendar-Christian SUBDIR += p5-DateTime-Calendar-Discordian SUBDIR += p5-DateTime-Calendar-FrenchRevolutionary SUBDIR += p5-DateTime-Calendar-Hebrew SUBDIR += p5-DateTime-Calendar-Japanese SUBDIR += p5-DateTime-Calendar-Julian SUBDIR += p5-DateTime-Calendar-Mayan SUBDIR += p5-DateTime-Calendar-Pataphysical SUBDIR += p5-DateTime-Cron-Simple SUBDIR += p5-DateTime-Event-Chinese SUBDIR += p5-DateTime-Event-Cron SUBDIR += p5-DateTime-Event-Easter SUBDIR += p5-DateTime-Event-ICal SUBDIR += p5-DateTime-Event-Lunar SUBDIR += p5-DateTime-Event-NameDay SUBDIR += p5-DateTime-Event-Random SUBDIR += p5-DateTime-Event-Recurrence SUBDIR += p5-DateTime-Event-SolarTerm SUBDIR += p5-DateTime-Event-Sunrise SUBDIR += p5-DateTime-Event-Zodiac SUBDIR += p5-DateTime-Fiscal-Year SUBDIR += p5-DateTime-Format-Baby SUBDIR += p5-DateTime-Format-Bork SUBDIR += p5-DateTime-Format-Builder SUBDIR += p5-DateTime-Format-DBI SUBDIR += p5-DateTime-Format-DateManip SUBDIR += p5-DateTime-Format-DateParse SUBDIR += p5-DateTime-Format-Duration SUBDIR += p5-DateTime-Format-Epoch SUBDIR += p5-DateTime-Format-Excel SUBDIR += p5-DateTime-Format-Flexible SUBDIR += p5-DateTime-Format-HTTP SUBDIR += p5-DateTime-Format-IBeat SUBDIR += p5-DateTime-Format-ICal SUBDIR += p5-DateTime-Format-ISO8601 SUBDIR += p5-DateTime-Format-Mail SUBDIR += p5-DateTime-Format-MySQL SUBDIR += p5-DateTime-Format-Natural SUBDIR += p5-DateTime-Format-Oracle SUBDIR += p5-DateTime-Format-Pg SUBDIR += p5-DateTime-Format-RFC3339 SUBDIR += p5-DateTime-Format-RSS SUBDIR += p5-DateTime-Format-Roman SUBDIR += p5-DateTime-Format-SQLite SUBDIR += p5-DateTime-Format-Strptime SUBDIR += p5-DateTime-Format-W3CDTF SUBDIR += p5-DateTime-Format-XSD SUBDIR += p5-DateTime-Functions SUBDIR += p5-DateTime-HiRes SUBDIR += p5-DateTime-Incomplete SUBDIR += p5-DateTime-Locale SUBDIR += p5-DateTime-Precise SUBDIR += p5-DateTime-Set SUBDIR += p5-DateTime-TimeZone SUBDIR += p5-DateTime-TimeZone-Alias SUBDIR += p5-DateTime-TimeZone-LMT SUBDIR += p5-DateTime-Util-Astro SUBDIR += p5-DateTime-Util-Calc SUBDIR += p5-DateTimeX-Easy SUBDIR += p5-Debug-Client SUBDIR += p5-Decision-ACL SUBDIR += p5-Declare-Constraints-Simple SUBDIR += p5-Devel-ArgNames SUBDIR += p5-Devel-Autoflush SUBDIR += p5-Devel-Backtrace SUBDIR += p5-Devel-BeginLift SUBDIR += p5-Devel-CallChecker SUBDIR += p5-Devel-Caller SUBDIR += p5-Devel-Caller-IgnoreNamespaces SUBDIR += p5-Devel-Caller-Perl SUBDIR += p5-Devel-Callsite SUBDIR += p5-Devel-CheckBin SUBDIR += p5-Devel-CheckCompiler SUBDIR += p5-Devel-CheckLib SUBDIR += p5-Devel-CheckOS SUBDIR += p5-Devel-Constants SUBDIR += p5-Devel-CoreStack SUBDIR += p5-Devel-Cover SUBDIR += p5-Devel-Cover-Report-Clover SUBDIR += p5-Devel-Cycle SUBDIR += p5-Devel-DProfPP SUBDIR += p5-Devel-Declare SUBDIR += p5-Devel-Declare-Parser SUBDIR += p5-Devel-Diagram SUBDIR += p5-Devel-Ditto SUBDIR += p5-Devel-Dumpvar SUBDIR += p5-Devel-EvalContext SUBDIR += p5-Devel-Events SUBDIR += p5-Devel-Events-Objects SUBDIR += p5-Devel-FindPerl SUBDIR += p5-Devel-Gladiator SUBDIR += p5-Devel-GlobalDestruction SUBDIR += p5-Devel-GlobalDestruction-XS SUBDIR += p5-Devel-Hide SUBDIR += p5-Devel-KYTProf SUBDIR += p5-Devel-Leak SUBDIR += p5-Devel-Leak-Cb SUBDIR += p5-Devel-Leak-Object SUBDIR += p5-Devel-LeakGuard-Object SUBDIR += p5-Devel-LeakTrace SUBDIR += p5-Devel-LexAlias SUBDIR += p5-Devel-MAT SUBDIR += p5-Devel-Messenger SUBDIR += p5-Devel-Modlist SUBDIR += p5-Devel-NYTProf SUBDIR += p5-Devel-PPPort SUBDIR += p5-Devel-PackagePath SUBDIR += p5-Devel-PartialDump SUBDIR += p5-Devel-PatchPerl SUBDIR += p5-Devel-Pointer SUBDIR += p5-Devel-Profile SUBDIR += p5-Devel-Profiler SUBDIR += p5-Devel-REPL SUBDIR += p5-Devel-Refactor SUBDIR += p5-Devel-Refcount SUBDIR += p5-Devel-Required SUBDIR += p5-Devel-RingBuffer SUBDIR += p5-Devel-STrace SUBDIR += p5-Devel-SimpleTrace SUBDIR += p5-Devel-Size SUBDIR += p5-Devel-Size-Report SUBDIR += p5-Devel-SmallProf SUBDIR += p5-Devel-StackTrace SUBDIR += p5-Devel-StackTrace-AsHTML SUBDIR += p5-Devel-StackTrace-WithLexicals SUBDIR += p5-Devel-StealthDebug SUBDIR += p5-Devel-Symdump SUBDIR += p5-Devel-Timer SUBDIR += p5-Devel-Trace SUBDIR += p5-Devel-TraceCalls SUBDIR += p5-Devel-TraceUse SUBDIR += p5-Devel-ebug SUBDIR += p5-Devel-ptkdb SUBDIR += p5-Device-USB SUBDIR += p5-Digest-TransformPath SUBDIR += p5-Dir-Project SUBDIR += p5-Dir-Self SUBDIR += p5-Dir-Watch SUBDIR += p5-Directory-Queue SUBDIR += p5-Directory-Scratch SUBDIR += p5-Directory-Scratch-Structured SUBDIR += p5-Dist-CheckConflicts SUBDIR += p5-Dist-Joseki SUBDIR += p5-Dist-Metadata SUBDIR += p5-Dist-Zilla SUBDIR += p5-Doxygen-Filter-Perl SUBDIR += p5-DynaLoader-Functions SUBDIR += p5-EV SUBDIR += p5-Env-PS1 SUBDIR += p5-Env-Path SUBDIR += p5-Errno SUBDIR += p5-Error-Helper SUBDIR += p5-Eval-Closure SUBDIR += p5-Eval-Context SUBDIR += p5-Eval-LineNumbers SUBDIR += p5-Eval-WithLexicals SUBDIR += p5-Event SUBDIR += p5-Event-ExecFlow SUBDIR += p5-Event-Join SUBDIR += p5-Event-Lib SUBDIR += p5-Event-Notify SUBDIR += p5-Event-RPC SUBDIR += p5-Every SUBDIR += p5-Exception-Class SUBDIR += p5-Exception-Class-TryCatch SUBDIR += p5-Exception-Handler SUBDIR += p5-Expect-Simple SUBDIR += p5-Exporter SUBDIR += p5-Exporter-Declare SUBDIR += p5-Exporter-Easy SUBDIR += p5-Exporter-Lite SUBDIR += p5-Exporter-Tidy SUBDIR += p5-Exporter-Tiny SUBDIR += p5-ExtUtils-AutoInstall SUBDIR += p5-ExtUtils-CBuilder SUBDIR += p5-ExtUtils-CChecker SUBDIR += p5-ExtUtils-Command SUBDIR += p5-ExtUtils-Config SUBDIR += p5-ExtUtils-Constant SUBDIR += p5-ExtUtils-Depends SUBDIR += p5-ExtUtils-Helpers SUBDIR += p5-ExtUtils-Install SUBDIR += p5-ExtUtils-InstallPaths SUBDIR += p5-ExtUtils-LibBuilder SUBDIR += p5-ExtUtils-MakeMaker SUBDIR += p5-ExtUtils-MakeMaker-CPANfile SUBDIR += p5-ExtUtils-MakeMaker-Coverage SUBDIR += p5-ExtUtils-Manifest SUBDIR += p5-ExtUtils-ParseXS SUBDIR += p5-ExtUtils-PkgConfig SUBDIR += p5-ExtUtils-XSBuilder SUBDIR += p5-ExtUtils-XSpp SUBDIR += p5-FSA-Rules SUBDIR += p5-Fennec-Lite SUBDIR += p5-File-Append-TempFile SUBDIR += p5-File-Assets SUBDIR += p5-File-Attributes SUBDIR += p5-File-Attributes-Recursive SUBDIR += p5-File-BOM SUBDIR += p5-File-BaseDir SUBDIR += p5-File-BasicFlock SUBDIR += p5-File-Binary SUBDIR += p5-File-Cache SUBDIR += p5-File-Cat SUBDIR += p5-File-ChangeNotify SUBDIR += p5-File-ConfigDir SUBDIR += p5-File-Copy-Recursive SUBDIR += p5-File-CountLines SUBDIR += p5-File-CreationTime SUBDIR += p5-File-DesktopEntry SUBDIR += p5-File-Dir-Dumper SUBDIR += p5-File-DirSync SUBDIR += p5-File-ExtAttr SUBDIR += p5-File-FcntlLock SUBDIR += p5-File-Find-Closures SUBDIR += p5-File-Find-Object SUBDIR += p5-File-Find-Rule SUBDIR += p5-File-Find-Rule-Filesys-Virtual SUBDIR += p5-File-Find-Rule-Perl SUBDIR += p5-File-Find-Rule-VCS SUBDIR += p5-File-Finder SUBDIR += p5-File-Flat SUBDIR += p5-File-Flock SUBDIR += p5-File-FnMatch SUBDIR += p5-File-Grep SUBDIR += p5-File-HStore SUBDIR += p5-File-HomeDir SUBDIR += p5-File-HomeDir-PathClass SUBDIR += p5-File-Iterator SUBDIR += p5-File-LibMagic SUBDIR += p5-File-MMagic SUBDIR += p5-File-MMagic-XS SUBDIR += p5-File-Map SUBDIR += p5-File-MimeInfo SUBDIR += p5-File-Modified SUBDIR += p5-File-Monitor SUBDIR += p5-File-NCopy SUBDIR += p5-File-NFSLock SUBDIR += p5-File-Path SUBDIR += p5-File-Path-Expand SUBDIR += p5-File-Path-Tiny SUBDIR += p5-File-PathConvert SUBDIR += p5-File-Pid SUBDIR += p5-File-Pid-Quick SUBDIR += p5-File-Policy SUBDIR += p5-File-Random SUBDIR += p5-File-ReadBackwards SUBDIR += p5-File-Remove SUBDIR += p5-File-SafeDO SUBDIR += p5-File-SearchPath SUBDIR += p5-File-ShareDir SUBDIR += p5-File-ShareDir-Install SUBDIR += p5-File-ShareDir-PAR SUBDIR += p5-File-ShareDir-PathClass SUBDIR += p5-File-ShareDir-ProjectDistDir SUBDIR += p5-File-Slurp SUBDIR += p5-File-Slurp-Tiny SUBDIR += p5-File-Slurp-Tree SUBDIR += p5-File-Spec-Native SUBDIR += p5-File-Stream SUBDIR += p5-File-Sync SUBDIR += p5-File-Tail SUBDIR += p5-File-Tail-Dir SUBDIR += p5-File-Tail-Scribe SUBDIR += p5-File-Temp SUBDIR += p5-File-Tempdir SUBDIR += p5-File-Touch SUBDIR += p5-File-Type SUBDIR += p5-File-Util SUBDIR += p5-File-chdir SUBDIR += p5-File-chmod SUBDIR += p5-File-pushd SUBDIR += p5-FileHandle-Fmode SUBDIR += p5-FileHandle-Unget SUBDIR += p5-Filesys-Notify-KQueue SUBDIR += p5-Filesys-Notify-Simple SUBDIR += p5-Filesys-Virtual SUBDIR += p5-Filesys-Virtual-Plain SUBDIR += p5-Filter SUBDIR += p5-Filter-Template SUBDIR += p5-Find-Lib SUBDIR += p5-FindBin-libs SUBDIR += p5-Forest SUBDIR += p5-Form-Sensible SUBDIR += p5-FreeBSD-i386-Ptrace SUBDIR += p5-FreezeThaw SUBDIR += p5-Function-Parameters SUBDIR += p5-Future SUBDIR += p5-Gearman SUBDIR += p5-Gearman-Client-Async SUBDIR += p5-Gearman-Server SUBDIR += p5-Gearman-XS SUBDIR += p5-Geo-JSON SUBDIR += p5-Geo-ShapeFile SUBDIR += p5-Getargs-Long SUBDIR += p5-Getopt-ArgvFile SUBDIR += p5-Getopt-Attribute SUBDIR += p5-Getopt-Compact SUBDIR += p5-Getopt-Compact-WithCmd SUBDIR += p5-Getopt-Declare SUBDIR += p5-Getopt-Euclid SUBDIR += p5-Getopt-GUI-Long SUBDIR += p5-Getopt-Long SUBDIR += p5-Getopt-Long-Descriptive SUBDIR += p5-Git-PurePerl SUBDIR += p5-Git-Repository SUBDIR += p5-Git-Repository-Plugin-Log SUBDIR += p5-Git-Sub SUBDIR += p5-Git-Wrapper SUBDIR += p5-Glib-Object-Introspection SUBDIR += p5-Glib2 SUBDIR += p5-Gnome2-GConf SUBDIR += p5-Goo-Canvas SUBDIR += p5-Google-Checkout SUBDIR += p5-Google-ProtocolBuffers SUBDIR += p5-Gravatar-URL SUBDIR += p5-Gtk2-Notify SUBDIR += p5-Gtk2-Spell SUBDIR += p5-Guard SUBDIR += p5-HOP-Lexer SUBDIR += p5-HOP-Stream SUBDIR += p5-Hash-AsObject SUBDIR += p5-Hash-AutoHash SUBDIR += p5-Hash-AutoHash-Args SUBDIR += p5-Hash-Case SUBDIR += p5-Hash-Diff SUBDIR += p5-Hash-FieldHash SUBDIR += p5-Hash-Flatten SUBDIR += p5-Hash-Merge-Simple SUBDIR += p5-Hash-MoreUtils SUBDIR += p5-Hash-MultiKey SUBDIR += p5-Hash-MultiValue SUBDIR += p5-Hash-NoRef SUBDIR += p5-Hash-Union SUBDIR += p5-Hash-Util-FieldHash-Compat SUBDIR += p5-Hash-WithDefaults SUBDIR += p5-Heap SUBDIR += p5-Heap-Simple SUBDIR += p5-Heap-Simple-Perl SUBDIR += p5-Heap-Simple-XS SUBDIR += p5-Hook-LexWrap SUBDIR += p5-IO-AIO SUBDIR += p5-IO-All SUBDIR += p5-IO-All-LWP SUBDIR += p5-IO-Any SUBDIR += p5-IO-Async SUBDIR += p5-IO-BufferedSelect SUBDIR += p5-IO-Callback SUBDIR += p5-IO-Capture SUBDIR += p5-IO-CaptureOutput SUBDIR += p5-IO-Detect SUBDIR += p5-IO-Digest SUBDIR += p5-IO-Event SUBDIR += p5-IO-FDPass SUBDIR += p5-IO-HTML SUBDIR += p5-IO-Handle-Util SUBDIR += p5-IO-Interactive SUBDIR += p5-IO-KQueue SUBDIR += p5-IO-Lambda SUBDIR += p5-IO-LockedFile SUBDIR += p5-IO-MultiPipe SUBDIR += p5-IO-Multiplex SUBDIR += p5-IO-NestedCapture SUBDIR += p5-IO-Null SUBDIR += p5-IO-Pager SUBDIR += p5-IO-Pipely SUBDIR += p5-IO-Prompt SUBDIR += p5-IO-Prompter SUBDIR += p5-IO-Prompt-Tiny SUBDIR += p5-IO-Pty-Easy SUBDIR += p5-IO-SessionData SUBDIR += p5-IO-String SUBDIR += p5-IO-Stty SUBDIR += p5-IO-Tee SUBDIR += p5-IO-TieCombine SUBDIR += p5-IO-Toolkit SUBDIR += p5-IO-Tty SUBDIR += p5-IO-Util SUBDIR += p5-IO-YAML SUBDIR += p5-IO-stringy SUBDIR += p5-IOC SUBDIR += p5-IPC-Cache SUBDIR += p5-IPC-Cmd SUBDIR += p5-IPC-DirQueue SUBDIR += p5-IPC-Locker SUBDIR += p5-IPC-MM SUBDIR += p5-IPC-MMA SUBDIR += p5-IPC-Mmap SUBDIR += p5-IPC-Mmap-Share SUBDIR += p5-IPC-Open3-Simple SUBDIR += p5-IPC-PubSub SUBDIR += p5-IPC-Run SUBDIR += p5-IPC-Run-SafeHandles SUBDIR += p5-IPC-Run3 SUBDIR += p5-IPC-ShareLite SUBDIR += p5-IPC-Shareable SUBDIR += p5-IPC-SharedCache SUBDIR += p5-IPC-ShellCmd SUBDIR += p5-IPC-Signal SUBDIR += p5-IPC-System-Simple SUBDIR += p5-Import-Into SUBDIR += p5-Inline SUBDIR += p5-Inline-ASM SUBDIR += p5-Inline-CPP SUBDIR += p5-Inline-Files SUBDIR += p5-Inline-Filters SUBDIR += p5-Inline-Java SUBDIR += p5-Inline-TT SUBDIR += p5-Inline-Tcl SUBDIR += p5-InlineX-C2XS SUBDIR += p5-InlineX-CPP2XS SUBDIR += p5-Ioctl SUBDIR += p5-Iodef-Pb-Simple SUBDIR += p5-Iterator SUBDIR += p5-Iterator-IO SUBDIR += p5-Iterator-Misc SUBDIR += p5-Iterator-Simple SUBDIR += p5-Iterator-Util SUBDIR += p5-JIRA-Client SUBDIR += p5-JQuery SUBDIR += p5-JSON-Hyper SUBDIR += p5-JSON-Path SUBDIR += p5-JSON-RPC SUBDIR += p5-JSON-RPC-Common SUBDIR += p5-JSON-RPC-Dispatcher SUBDIR += p5-JSON-Schema SUBDIR += p5-Java SUBDIR += p5-Jonk SUBDIR += p5-LV SUBDIR += p5-Lexical-Alias SUBDIR += p5-Lexical-Import SUBDIR += p5-Lexical-Persistence SUBDIR += p5-Lexical-SealRequireHints SUBDIR += p5-Lexical-Var SUBDIR += p5-Lingua-JA-Fold SUBDIR += p5-Lingua-Translit SUBDIR += p5-List-AllUtils SUBDIR += p5-List-Cycle SUBDIR += p5-List-Gen SUBDIR += p5-List-Group SUBDIR += p5-List-Permutor SUBDIR += p5-List-PowerSet SUBDIR += p5-List-Rotation-Cycle SUBDIR += p5-List-Uniq SUBDIR += p5-List-UtilsBy SUBDIR += p5-Locale-Maketext SUBDIR += p5-Locale-Maketext-Fuzzy SUBDIR += p5-Locale-Maketext-Gettext SUBDIR += p5-Locale-Maketext-Lexicon SUBDIR += p5-Locale-Maketext-Simple SUBDIR += p5-Locale-Msgfmt SUBDIR += p5-Locale-PGetText SUBDIR += p5-Locale-PO SUBDIR += p5-Locale-gettext SUBDIR += p5-Locale-libintl SUBDIR += p5-LockFile-Simple SUBDIR += p5-Log-Accounting-SVK SUBDIR += p5-Log-Accounting-SVN SUBDIR += p5-Log-Agent SUBDIR += p5-Log-Agent-Logger SUBDIR += p5-Log-Any SUBDIR += p5-Log-Any-Adapter SUBDIR += p5-Log-Any-Adapter-Callback SUBDIR += p5-Log-Any-Adapter-Dispatch SUBDIR += p5-Log-Any-Adapter-Log4perl SUBDIR += p5-Log-Any-Adapter-Syslog SUBDIR += p5-Log-Any-App SUBDIR += p5-Log-Contextual SUBDIR += p5-Log-Defer SUBDIR += p5-Log-Dispatch SUBDIR += p5-Log-Dispatch-Array SUBDIR += p5-Log-Dispatch-Colorful SUBDIR += p5-Log-Dispatch-Config SUBDIR += p5-Log-Dispatch-Configurator-Any SUBDIR += p5-Log-Dispatch-Configurator-YAML SUBDIR += p5-Log-Dispatch-DBI SUBDIR += p5-Log-Dispatch-Dir SUBDIR += p5-Log-Dispatch-Email-EmailSend SUBDIR += p5-Log-Dispatch-File-Rolling SUBDIR += p5-Log-Dispatch-File-Stamped SUBDIR += p5-Log-Dispatch-FileRotate SUBDIR += p5-Log-Dispatch-FileShared SUBDIR += p5-Log-Dispatch-Perl SUBDIR += p5-Log-Dispatch-Screen-Color SUBDIR += p5-Log-Dispatch-Scribe SUBDIR += p5-Log-Dispatchouli SUBDIR += p5-Log-Dump SUBDIR += p5-Log-Handler SUBDIR += p5-Log-Log4perl SUBDIR += p5-Log-Log4perl-Appender-RabbitMQ SUBDIR += p5-Log-Message SUBDIR += p5-Log-Message-Simple SUBDIR += p5-Log-Minimal SUBDIR += p5-Log-Report SUBDIR += p5-Log-Simple SUBDIR += p5-Log-Trace SUBDIR += p5-Log-TraceMessages SUBDIR += p5-Logfile-Rotate SUBDIR += p5-Luka SUBDIR += p5-Lvalue SUBDIR += p5-MRO-Compat SUBDIR += p5-MRO-Define SUBDIR += p5-Mac-FileSpec-Unixish SUBDIR += p5-Mac-PropertyList SUBDIR += p5-Make SUBDIR += p5-Media-Type-Simple SUBDIR += p5-Memoize SUBDIR += p5-Memoize-ExpireLRU SUBDIR += p5-Meta-Builder SUBDIR += p5-MetaCPAN-Client SUBDIR += p5-Metabase-Client-Simple SUBDIR += p5-Metabase-Fact SUBDIR += p5-Method-Alias SUBDIR += p5-Method-Signatures-Simple SUBDIR += p5-Mixin-Linewise SUBDIR += p5-Mknod SUBDIR += p5-Mo SUBDIR += p5-Mock-Quick SUBDIR += p5-Module-Build SUBDIR += p5-Module-Build-Convert SUBDIR += p5-Module-Build-Kwalitee SUBDIR += p5-Module-Build-Tiny SUBDIR += p5-Module-Build-XSUtil SUBDIR += p5-Module-CPANTS-Analyse SUBDIR += p5-Module-CPANfile SUBDIR += p5-Module-CheckDeps SUBDIR += p5-Module-Collect SUBDIR += p5-Module-Compile SUBDIR += p5-Module-CoreList SUBDIR += p5-Module-Dependency SUBDIR += p5-Module-Depends SUBDIR += p5-Module-Extract SUBDIR += p5-Module-ExtractUse SUBDIR += p5-Module-Find SUBDIR += p5-Module-Functions SUBDIR += p5-Module-Implementation SUBDIR += p5-Module-Info SUBDIR += p5-Module-Info-File SUBDIR += p5-Module-Inspector SUBDIR += p5-Module-Install SUBDIR += p5-Module-Install-AuthorRequires SUBDIR += p5-Module-Install-AuthorTests SUBDIR += p5-Module-Install-ReadmeFromPod SUBDIR += p5-Module-Install-Repository SUBDIR += p5-Module-Install-Template SUBDIR += p5-Module-Install-XSUtil SUBDIR += p5-Module-List SUBDIR += p5-Module-Load SUBDIR += p5-Module-Load-Conditional SUBDIR += p5-Module-Loaded SUBDIR += p5-Module-Manifest SUBDIR += p5-Module-Math-Depends SUBDIR += p5-Module-Metadata SUBDIR += p5-Module-Path SUBDIR += p5-Module-Pluggable SUBDIR += p5-Module-Pluggable-Fast SUBDIR += p5-Module-Pluggable-Ordered SUBDIR += p5-Module-Reader SUBDIR += p5-Module-Recursive-Require SUBDIR += p5-Module-Refresh SUBDIR += p5-Module-Release SUBDIR += p5-Module-Reload SUBDIR += p5-Module-Reload-Sel SUBDIR += p5-Module-Runtime SUBDIR += p5-Module-ScanDeps SUBDIR += p5-Module-Setup SUBDIR += p5-Module-Starter SUBDIR += p5-Module-Starter-PBP SUBDIR += p5-Module-Starter-Plugin-SimpleStore SUBDIR += p5-Module-Starter-Plugin-TT2 SUBDIR += p5-Module-Used SUBDIR += p5-Module-Util SUBDIR += p5-Module-Version SUBDIR += p5-Module-Versions SUBDIR += p5-Module-Versions-Report SUBDIR += p5-Moo SUBDIR += p5-MooX-Cmd SUBDIR += p5-MooX-ConfigFromFile SUBDIR += p5-MooX-File-ConfigDir SUBDIR += p5-MooX-HandlesVia SUBDIR += p5-MooX-Options SUBDIR += p5-MooX-StrictConstructor SUBDIR += p5-MooX-Types-MooseLike SUBDIR += p5-MooX-Types-MooseLike-Numeric SUBDIR += p5-MooX-late SUBDIR += p5-Moos SUBDIR += p5-Moose SUBDIR += p5-Moose-Autobox SUBDIR += p5-Moose-Policy SUBDIR += p5-Moose-Test SUBDIR += p5-MooseX-Aliases SUBDIR += p5-MooseX-App SUBDIR += p5-MooseX-App-Cmd SUBDIR += p5-MooseX-ArrayRef SUBDIR += p5-MooseX-Async SUBDIR += p5-MooseX-Attribute-Chained SUBDIR += p5-MooseX-Attribute-ENV SUBDIR += p5-MooseX-AttributeHelpers SUBDIR += p5-MooseX-AttributeShortcuts SUBDIR += p5-MooseX-AuthorizedMethods SUBDIR += p5-MooseX-ClassAttribute SUBDIR += p5-MooseX-Clone SUBDIR += p5-MooseX-CompileTime-Traits SUBDIR += p5-MooseX-ConfigFromFile SUBDIR += p5-MooseX-Daemonize SUBDIR += p5-MooseX-Declare SUBDIR += p5-MooseX-Emulate-Class-Accessor-Fast SUBDIR += p5-MooseX-FollowPBP SUBDIR += p5-MooseX-Getopt SUBDIR += p5-MooseX-Has-Options SUBDIR += p5-MooseX-Has-Sugar SUBDIR += p5-MooseX-HasDefaults SUBDIR += p5-MooseX-IOC SUBDIR += p5-MooseX-InsideOut SUBDIR += p5-MooseX-LazyRequire SUBDIR += p5-MooseX-Lists SUBDIR += p5-MooseX-Log-Log4perl SUBDIR += p5-MooseX-MarkAsMethods SUBDIR += p5-MooseX-Meta-TypeConstraint-ForceCoercion SUBDIR += p5-MooseX-MetaDescription SUBDIR += p5-MooseX-Method-Signatures SUBDIR += p5-MooseX-MethodAttributes SUBDIR += p5-MooseX-MultiInitArg SUBDIR += p5-MooseX-MultiMethods SUBDIR += p5-MooseX-NonMoose SUBDIR += p5-MooseX-Object-Pluggable SUBDIR += p5-MooseX-OneArgNew SUBDIR += p5-MooseX-POE SUBDIR += p5-MooseX-Params-Validate SUBDIR += p5-MooseX-RelatedClassRoles SUBDIR += p5-MooseX-Role-Loggable SUBDIR += p5-MooseX-Role-Matcher SUBDIR += p5-MooseX-Role-Parameterized SUBDIR += p5-MooseX-Role-Strict SUBDIR += p5-MooseX-Role-WithOverloading SUBDIR += p5-MooseX-Runnable SUBDIR += p5-MooseX-SemiAffordanceAccessor SUBDIR += p5-MooseX-SetOnce SUBDIR += p5-MooseX-SimpleConfig SUBDIR += p5-MooseX-Singleton SUBDIR += p5-MooseX-Storage SUBDIR += p5-MooseX-StrictConstructor SUBDIR += p5-MooseX-Traits SUBDIR += p5-MooseX-Traits-Pluggable SUBDIR += p5-MooseX-TransactionalMethods SUBDIR += p5-MooseX-Types SUBDIR += p5-MooseX-Types-Common SUBDIR += p5-MooseX-Types-DateTime SUBDIR += p5-MooseX-Types-DateTime-ButMaintained SUBDIR += p5-MooseX-Types-DateTime-MoreCoercions SUBDIR += p5-MooseX-Types-DateTimeX SUBDIR += p5-MooseX-Types-ISO8601 SUBDIR += p5-MooseX-Types-JSON SUBDIR += p5-MooseX-Types-LoadableClass SUBDIR += p5-MooseX-Types-Path-Class SUBDIR += p5-MooseX-Types-Path-Tiny SUBDIR += p5-MooseX-Types-Perl SUBDIR += p5-MooseX-Types-PortNumber SUBDIR += p5-MooseX-Types-Set-Object SUBDIR += p5-MooseX-Types-Signal SUBDIR += p5-MooseX-Types-Stringlike SUBDIR += p5-MooseX-Types-Structured SUBDIR += p5-MooseX-Types-URI SUBDIR += p5-MooseX-Types-VariantTable SUBDIR += p5-Mouse SUBDIR += p5-MouseX-App-Cmd SUBDIR += p5-MouseX-AttributeHelpers SUBDIR += p5-MouseX-ConfigFromFile SUBDIR += p5-MouseX-Foreign SUBDIR += p5-MouseX-Getopt SUBDIR += p5-MouseX-NativeTraits SUBDIR += p5-MouseX-StrictConstructor SUBDIR += p5-MouseX-Traits SUBDIR += p5-MouseX-Types SUBDIR += p5-MouseX-Types-Path-Class SUBDIR += p5-Multiplex-CMD SUBDIR += p5-NEXT SUBDIR += p5-Net-DBus SUBDIR += p5-Net-ZooKeeper SUBDIR += p5-No-Worries SUBDIR += p5-Number-Bytes-Human SUBDIR += p5-Number-Tolerant SUBDIR += p5-OLE-Storage_Lite SUBDIR += p5-OOTools SUBDIR += p5-Object-Accessor SUBDIR += p5-Object-Array SUBDIR += p5-Object-Authority SUBDIR += p5-Object-Container SUBDIR += p5-Object-Declare SUBDIR += p5-Object-Destroyer SUBDIR += p5-Object-Enum SUBDIR += p5-Object-Event SUBDIR += p5-Object-InsideOut SUBDIR += p5-Object-MultiType SUBDIR += p5-Object-Pluggable SUBDIR += p5-Object-Realize-Later SUBDIR += p5-Object-Role SUBDIR += p5-Object-Signature SUBDIR += p5-Object-Simple SUBDIR += p5-Object-Tiny SUBDIR += p5-Object-Tiny-Lvalue SUBDIR += p5-Olson-Abbreviations SUBDIR += p5-Ouch SUBDIR += p5-PAR SUBDIR += p5-PAR-Dist SUBDIR += p5-PAR-Packer SUBDIR += p5-PCSC-Card SUBDIR += p5-PHP-Serialization SUBDIR += p5-POE SUBDIR += p5-POE-API-Hooks SUBDIR += p5-POE-API-Peek SUBDIR += p5-POE-Component-Child SUBDIR += p5-POE-Component-Cron SUBDIR += p5-POE-Component-Daemon SUBDIR += p5-POE-Component-DebugShell SUBDIR += p5-POE-Component-DirWatch SUBDIR += p5-POE-Component-Hailo SUBDIR += p5-POE-Component-IKC SUBDIR += p5-POE-Component-JobQueue SUBDIR += p5-POE-Component-Logger SUBDIR += p5-POE-Component-Pluggable SUBDIR += p5-POE-Component-RSS SUBDIR += p5-POE-Component-RSSAggregator SUBDIR += p5-POE-Component-Schedule SUBDIR += p5-POE-Component-Server-XMLRPC SUBDIR += p5-POE-Component-Syndicator SUBDIR += p5-POE-Component-TSTP SUBDIR += p5-POE-Devel-Profiler SUBDIR += p5-POE-Loop-Glib SUBDIR += p5-POE-Loop-Tk SUBDIR += p5-POE-Quickie SUBDIR += p5-POE-Session-MultiDispatch SUBDIR += p5-POE-Stage SUBDIR += p5-POE-Test-Loops SUBDIR += p5-POE-XS-Loop-Poll SUBDIR += p5-POE-XS-Queue-Array SUBDIR += p5-POEx-Role-SessionInstantiation SUBDIR += p5-POEx-Role-Streaming SUBDIR += p5-POEx-Types SUBDIR += p5-POSIX-strptime SUBDIR += p5-PPerl SUBDIR += p5-PV SUBDIR += p5-Package-Constants SUBDIR += p5-Package-DeprecationManager SUBDIR += p5-Package-Generator SUBDIR += p5-Package-Stash SUBDIR += p5-Package-Stash-XS SUBDIR += p5-Package-Variant SUBDIR += p5-PadWalker SUBDIR += p5-Parallel-Async SUBDIR += p5-Parallel-ForkManager SUBDIR += p5-Parallel-Fork-BossWorker SUBDIR += p5-Parallel-Iterator SUBDIR += p5-Parallel-Prefork SUBDIR += p5-Parallel-Scoreboard SUBDIR += p5-Params-CallbackRequest SUBDIR += p5-Params-Check SUBDIR += p5-Params-Classify SUBDIR += p5-Params-Coerce SUBDIR += p5-Params-Util SUBDIR += p5-Params-Validate SUBDIR += p5-Params-Validate-Dependencies SUBDIR += p5-Paranoid SUBDIR += p5-Parse-CPAN-Meta SUBDIR += p5-Parse-CPAN-Packages SUBDIR += p5-Parse-CPAN-Packages-Fast SUBDIR += p5-Parse-ErrorString-Perl SUBDIR += p5-Parse-ExuberantCTags SUBDIR += p5-Parse-Method-Signatures SUBDIR += p5-Parse-PerlConfig SUBDIR += p5-Parse-Pidl SUBDIR += p5-Parse-PlainConfig SUBDIR += p5-Parse-RecDescent SUBDIR += p5-Parse-Win32Registry SUBDIR += p5-Parse-Yapp SUBDIR += p5-ParseLex SUBDIR += p5-ParseTemplate SUBDIR += p5-PatchReader SUBDIR += p5-Path-Abstract SUBDIR += p5-Path-Class SUBDIR += p5-Path-Class-File-Lockable SUBDIR += p5-Path-Dispatcher SUBDIR += p5-Path-Dispatcher-Declarative SUBDIR += p5-Path-Extended SUBDIR += p5-Path-FindDev SUBDIR += p5-Path-IsDev SUBDIR += p5-Path-Iterator-Rule SUBDIR += p5-Path-Resource SUBDIR += p5-Path-Tiny SUBDIR += p5-PathTools SUBDIR += p5-Penguin SUBDIR += p5-Perl-Critic-Deprecated SUBDIR += p5-Perl-Metrics-Lite SUBDIR += p5-Perl-Metrics-Simple SUBDIR += p5-Perl-OSType SUBDIR += p5-Perl-PrereqScanner SUBDIR += p5-Perl-Tidy SUBDIR += p5-Perl-Unsafe-Signals SUBDIR += p5-Perl-Version SUBDIR += p5-Perl6-Builtins SUBDIR += p5-Perl6-Export SUBDIR += p5-Perl6-Export-Attrs SUBDIR += p5-Perl6-Form SUBDIR += p5-Perl6-Junction SUBDIR += p5-Perl6-Rules SUBDIR += p5-Perl6-Say SUBDIR += p5-Perl6-Slurp SUBDIR += p5-PerlIO-Layers SUBDIR += p5-PerlIO-Util SUBDIR += p5-PerlIO-eol SUBDIR += p5-PerlIO-locale SUBDIR += p5-PerlIO-utf8_strict SUBDIR += p5-PerlIO-via-MD5 SUBDIR += p5-PerlIO-via-dynamic SUBDIR += p5-PerlIO-via-symlink SUBDIR += p5-Pid-File-Flock SUBDIR += p5-Pipeline SUBDIR += p5-Pithub SUBDIR += p5-PkgConfig SUBDIR += p5-Pod-Coverage SUBDIR += p5-Pod-Coverage-Moose SUBDIR += p5-Pod-Coverage-TrustPod SUBDIR += p5-Pod-Tests SUBDIR += p5-Pragmatic SUBDIR += p5-Proc-BackOff SUBDIR += p5-Proc-Background SUBDIR += p5-Proc-Daemon SUBDIR += p5-Proc-Fork SUBDIR += p5-Proc-Guard SUBDIR += p5-Proc-PID-File SUBDIR += p5-Proc-Pidfile SUBDIR += p5-Proc-ProcessTable SUBDIR += p5-Proc-Queue SUBDIR += p5-Proc-Reliable SUBDIR += p5-Proc-SafeExec SUBDIR += p5-Proc-Simple SUBDIR += p5-Proc-Wait3 SUBDIR += p5-Proc-WaitStat SUBDIR += p5-Project-Gantt SUBDIR += p5-Project-Libs SUBDIR += p5-Qudo SUBDIR += p5-RPSL-Parser SUBDIR += p5-RRDTool-OO SUBDIR += p5-Range-String SUBDIR += p5-Rcs SUBDIR += p5-Rcs-Agent SUBDIR += p5-ReadLine-Gnu SUBDIR += p5-ReadLine-Perl SUBDIR += p5-ReadLine-TTYtter SUBDIR += p5-Readonly SUBDIR += p5-Readonly-XS SUBDIR += p5-Reflex SUBDIR += p5-Regexp-Assemble SUBDIR += p5-Regexp-Assemble-Compressed SUBDIR += p5-Regexp-Bind SUBDIR += p5-Regexp-Compare SUBDIR += p5-Regexp-Grammars SUBDIR += p5-Regexp-RegGrp SUBDIR += p5-Regexp-Shellish SUBDIR += p5-Regexp-Subst-Parallel SUBDIR += p5-Religion SUBDIR += p5-ResourcePool SUBDIR += p5-Resources SUBDIR += p5-Return-MultiLevel SUBDIR += p5-Return-Type SUBDIR += p5-Return-Value SUBDIR += p5-Role-Basic SUBDIR += p5-Role-HasMessage SUBDIR += p5-Role-Identifiable SUBDIR += p5-Role-Tiny SUBDIR += p5-Rose-DateTime SUBDIR += p5-Rose-Object SUBDIR += p5-RunApp SUBDIR += p5-SDL SUBDIR += p5-SNMP-Persist SUBDIR += p5-SOAP-WSDL SUBDIR += p5-SSN-Validate SUBDIR += p5-SUPER SUBDIR += p5-SVN-ACL SUBDIR += p5-SVN-Access SUBDIR += p5-SVN-Agent SUBDIR += p5-SVN-Dump SUBDIR += p5-SVN-Dumpfile SUBDIR += p5-SVN-Hook SUBDIR += p5-SVN-Hooks SUBDIR += p5-SVN-Log SUBDIR += p5-SVN-Look SUBDIR += p5-SVN-Mirror SUBDIR += p5-SVN-Notify SUBDIR += p5-SVN-Notify-Config SUBDIR += p5-SVN-Notify-Filter-AuthZMail SUBDIR += p5-SVN-Notify-Filter-EmailFlatFileDB SUBDIR += p5-SVN-Notify-Filter-Markdown SUBDIR += p5-SVN-Notify-Filter-Watchers SUBDIR += p5-SVN-Notify-Mirror SUBDIR += p5-SVN-Notify-Snapshot SUBDIR += p5-SVN-S4 SUBDIR += p5-SVN-Simple SUBDIR += p5-SVN-Statistics SUBDIR += p5-SVN-Web SUBDIR += p5-Safe-Isa SUBDIR += p5-Scalar-Defer SUBDIR += p5-Scalar-Does SUBDIR += p5-Scalar-Listify SUBDIR += p5-Scalar-String SUBDIR += p5-Scope-Guard SUBDIR += p5-Scope-Upper SUBDIR += p5-Script-isAperlScript SUBDIR += p5-Search-Binary SUBDIR += p5-Sentinel SUBDIR += p5-Sepia SUBDIR += p5-Set-Array SUBDIR += p5-Set-ConsistentHash SUBDIR += p5-Set-Crontab SUBDIR += p5-Set-CrossProduct SUBDIR += p5-Set-Infinite SUBDIR += p5-Set-NestedGroups SUBDIR += p5-Set-Object SUBDIR += p5-Set-Scalar SUBDIR += p5-Set-Tiny SUBDIR += p5-Shape SUBDIR += p5-Shell-Base SUBDIR += p5-Shell-EnvImporter SUBDIR += p5-Shell-Parser SUBDIR += p5-Shell-Source SUBDIR += p5-ShipIt SUBDIR += p5-ShipIt-Step-Manifest SUBDIR += p5-Slurp SUBDIR += p5-Smart-Comments SUBDIR += p5-Sort-Array SUBDIR += p5-Sort-ArrayOfArrays SUBDIR += p5-Sort-Key SUBDIR += p5-Sort-Key-DateTime SUBDIR += p5-Sort-Key-Top SUBDIR += p5-Sort-Maker SUBDIR += p5-Sort-Tree SUBDIR += p5-Sort-Versions SUBDIR += p5-Specio SUBDIR += p5-Spiffy SUBDIR += p5-Spoon SUBDIR += p5-Storable SUBDIR += p5-Stream SUBDIR += p5-Stream-Buffered SUBDIR += p5-Stream-Reader SUBDIR += p5-String-Approx SUBDIR += p5-String-CRC32 SUBDIR += p5-String-Checker SUBDIR += p5-String-Diff SUBDIR += p5-String-Dump SUBDIR += p5-String-Ediff SUBDIR += p5-String-Errf SUBDIR += p5-String-Formatter SUBDIR += p5-String-LRC SUBDIR += p5-String-Parity SUBDIR += p5-String-Random SUBDIR += p5-String-RexxParse SUBDIR += p5-String-Similarity SUBDIR += p5-String-TT SUBDIR += p5-Struct-Dumb SUBDIR += p5-Sub-Alias SUBDIR += p5-Sub-Current SUBDIR += p5-Sub-Delete SUBDIR += p5-Sub-Exporter SUBDIR += p5-Sub-Exporter-ForMethods SUBDIR += p5-Sub-Exporter-GlobExporter SUBDIR += p5-Sub-Exporter-Lexical SUBDIR += p5-Sub-Exporter-Progressive SUBDIR += p5-Sub-Identify SUBDIR += p5-Sub-Infix SUBDIR += p5-Sub-Install SUBDIR += p5-Sub-Installer SUBDIR += p5-Sub-Multi SUBDIR += p5-Sub-Name SUBDIR += p5-Sub-Override SUBDIR += p5-Sub-Prototype SUBDIR += p5-Sub-Signatures SUBDIR += p5-Sub-Uplevel SUBDIR += p5-Sub-WrapPackages SUBDIR += p5-Symbol-Global-Name SUBDIR += p5-Symbol-Util SUBDIR += p5-Syntax-Keyword-Junction SUBDIR += p5-Sys-Cpu SUBDIR += p5-Sys-Info SUBDIR += p5-Sys-Info-Base SUBDIR += p5-Sys-Info-Driver-BSD SUBDIR += p5-Sys-MemInfo SUBDIR += p5-Sys-Mmap SUBDIR += p5-Sys-RunAlone SUBDIR += p5-Sys-RunAlways SUBDIR += p5-Sys-Sendfile SUBDIR += p5-Sys-Sendfile-FreeBSD SUBDIR += p5-Sys-Sig SUBDIR += p5-Sys-SigAction SUBDIR += p5-Sys-Syscall SUBDIR += p5-Sys-Trace SUBDIR += p5-Sys-Virt SUBDIR += p5-System-Command SUBDIR += p5-System-Sub SUBDIR += p5-System2 SUBDIR += p5-TAP-Formatter-JUnit SUBDIR += p5-TAP-Harness-JUnit SUBDIR += p5-TAP-SimpleOutput SUBDIR += p5-Taint-Runtime SUBDIR += p5-Taint-Util SUBDIR += p5-Task-Weaken SUBDIR += p5-Tee SUBDIR += p5-Template-Provider-Encode SUBDIR += p5-Term-ANSIColor SUBDIR += p5-Term-ANSIScreen SUBDIR += p5-Term-Animation SUBDIR += p5-Term-CallEditor SUBDIR += p5-Term-Clui SUBDIR += p5-Term-EditLine SUBDIR += p5-Term-Encoding SUBDIR += p5-Term-Menus SUBDIR += p5-Term-ProgressBar SUBDIR += p5-Term-ProgressBar-Quiet SUBDIR += p5-Term-ProgressBar-Simple SUBDIR += p5-Term-Prompt SUBDIR += p5-Term-Query SUBDIR += p5-Term-RawInput SUBDIR += p5-Term-ReadKey SUBDIR += p5-Term-ReadLine SUBDIR += p5-Term-ReadLine-Perl SUBDIR += p5-Term-ReadLine-Zoid SUBDIR += p5-Term-ReadPassword SUBDIR += p5-Term-Screen SUBDIR += p5-Term-ScreenColor SUBDIR += p5-Term-Shell SUBDIR += p5-Term-Size SUBDIR += p5-Term-Size-Any SUBDIR += p5-Term-Size-Perl SUBDIR += p5-Term-Sk SUBDIR += p5-Term-Title SUBDIR += p5-Term-UI SUBDIR += p5-Term-VT102 SUBDIR += p5-Term-VT102-Boundless SUBDIR += p5-Term-Visual SUBDIR += p5-Test-Able SUBDIR += p5-Test-Able-Runner SUBDIR += p5-Test-Aggregate SUBDIR += p5-Test-Assertions SUBDIR += p5-Test-Base SUBDIR += p5-Test-Benchmark SUBDIR += p5-Test-BinaryData SUBDIR += p5-Test-Bits SUBDIR += p5-Test-Block SUBDIR += p5-Test-CPAN-Meta SUBDIR += p5-Test-CPAN-Meta-YAML SUBDIR += p5-Test-CheckDeps SUBDIR += p5-Test-CheckManifest SUBDIR += p5-Test-Class SUBDIR += p5-Test-Class-Most SUBDIR += p5-Test-ClassAPI SUBDIR += p5-Test-Classy SUBDIR += p5-Test-CleanNamespaces SUBDIR += p5-Test-Cmd SUBDIR += p5-Test-Command SUBDIR += p5-Test-Command-Simple SUBDIR += p5-Test-Compile SUBDIR += p5-Test-DBIx-Class SUBDIR += p5-Test-Data SUBDIR += p5-Test-Debugger SUBDIR += p5-Test-Declare SUBDIR += p5-Test-Deep SUBDIR += p5-Test-Dependencies SUBDIR += p5-Test-DependentModules SUBDIR += p5-Test-Differences SUBDIR += p5-Test-Distribution SUBDIR += p5-Test-EOL SUBDIR += p5-Test-Exception SUBDIR += p5-Test-Exception-LessClever SUBDIR += p5-Test-Expect SUBDIR += p5-Test-FailWarnings SUBDIR += p5-Test-Fatal SUBDIR += p5-Test-File SUBDIR += p5-Test-File-Contents SUBDIR += p5-Test-File-ShareDir SUBDIR += p5-Test-Filename SUBDIR += p5-Test-Fixme SUBDIR += p5-Test-Fixture-DBIC-Schema SUBDIR += p5-Test-Group SUBDIR += p5-Test-HTML-Tidy SUBDIR += p5-Test-Harness SUBDIR += p5-Test-Harness-Straps SUBDIR += p5-Test-HasVersion SUBDIR += p5-Test-HexString SUBDIR += p5-Test-Identity SUBDIR += p5-Test-If SUBDIR += p5-Test-InDistDir SUBDIR += p5-Test-Inline SUBDIR += p5-Test-Inter SUBDIR += p5-Test-JSON SUBDIR += p5-Test-Kwalitee SUBDIR += p5-Test-Lazy SUBDIR += p5-Test-LeakTrace SUBDIR += p5-Test-LectroTest SUBDIR += p5-Test-LoadAllModules SUBDIR += p5-Test-Log4perl SUBDIR += p5-Test-LongString SUBDIR += p5-Test-Manifest SUBDIR += p5-Test-ManyParams SUBDIR += p5-Test-Memory-Cycle SUBDIR += p5-Test-Mini SUBDIR += p5-Test-Mini-Unit SUBDIR += p5-Test-Mock-Guard SUBDIR += p5-Test-Mock-LWP SUBDIR += p5-Test-Mock-LWP-Dispatch SUBDIR += p5-Test-MockModule SUBDIR += p5-Test-MockObject SUBDIR += p5-Test-MockRandom SUBDIR += p5-Test-MockTime SUBDIR += p5-Test-Module-Used SUBDIR += p5-Test-Moose-More SUBDIR += p5-Test-More-UTF8 SUBDIR += p5-Test-Most SUBDIR += p5-Test-Name-FromLine SUBDIR += p5-Test-Net-LDAP SUBDIR += p5-Test-Net-RabbitMQ SUBDIR += p5-Test-NoTabs SUBDIR += p5-Test-NoWarnings SUBDIR += p5-Test-Number-Delta SUBDIR += p5-Test-Object SUBDIR += p5-Test-OpenLDAP SUBDIR += p5-Test-Output SUBDIR += p5-Test-POE-Client-TCP SUBDIR += p5-Test-POE-Server-TCP SUBDIR += p5-Test-Parser SUBDIR += p5-Test-PerlTidy SUBDIR += p5-Test-Pod SUBDIR += p5-Test-Pod-Coverage SUBDIR += p5-Test-Pod-Coverage-Permissive SUBDIR += p5-Test-Portability-Files SUBDIR += p5-Test-Prereq SUBDIR += p5-Test-RandomResults SUBDIR += p5-Test-Refcount SUBDIR += p5-Test-Reporter SUBDIR += p5-Test-Reporter-Transport-Metabase SUBDIR += p5-Test-Requires SUBDIR += p5-Test-Script SUBDIR += p5-Test-Script-Run SUBDIR += p5-Test-SharedFork SUBDIR += p5-Test-Signature SUBDIR += p5-Test-Simple SUBDIR += p5-Test-Singleton SUBDIR += p5-Test-Spec SUBDIR += p5-Test-Spelling SUBDIR += p5-Test-Strict SUBDIR += p5-Test-SubCalls SUBDIR += p5-Test-Synopsis SUBDIR += p5-Test-Sys-Info SUBDIR += p5-Test-TAP-HTMLMatrix SUBDIR += p5-Test-TAP-Model SUBDIR += p5-Test-TCP SUBDIR += p5-Test-TableDriven SUBDIR += p5-Test-Taint SUBDIR += p5-Test-TempDir SUBDIR += p5-Test-Tester SUBDIR += p5-Test-Time SUBDIR += p5-Test-Timer SUBDIR += p5-Test-TinyMocker SUBDIR += p5-Test-Trap SUBDIR += p5-Test-Unit SUBDIR += p5-Test-UseAllModules SUBDIR += p5-Test-Version SUBDIR += p5-Test-WWW-Declare SUBDIR += p5-Test-WWW-Mechanize SUBDIR += p5-Test-WWW-Mechanize-CGI SUBDIR += p5-Test-WWW-Mechanize-CGIApp SUBDIR += p5-Test-WWW-Mechanize-Catalyst SUBDIR += p5-Test-WWW-Mechanize-PSGI SUBDIR += p5-Test-WWW-Selenium SUBDIR += p5-Test-Warn SUBDIR += p5-Test-Warnings SUBDIR += p5-Test-Weaken SUBDIR += p5-Test-Without-Module SUBDIR += p5-Test-XML SUBDIR += p5-Test-XML-Valid SUBDIR += p5-Test-YAML SUBDIR += p5-Test-YAML-Meta SUBDIR += p5-Test-YAML-Valid SUBDIR += p5-Test-use-ok SUBDIR += p5-Test-utf8 SUBDIR += p5-Text-Levenshtein SUBDIR += p5-Text-LevenshteinXS SUBDIR += p5-Text-Outdent SUBDIR += p5-Text-vFile-asData SUBDIR += p5-TheSchwartz SUBDIR += p5-TheSchwartz-Simple SUBDIR += p5-TheSchwartz-Worker-SendEmail SUBDIR += p5-Thread-Apartment SUBDIR += p5-Thread-Cancel SUBDIR += p5-Thread-Pool-Simple SUBDIR += p5-Thread-Queue SUBDIR += p5-Thread-Queue-Duplex SUBDIR += p5-Thread-Suspend SUBDIR += p5-Thrift SUBDIR += p5-Thrift-XS SUBDIR += p5-Throwable SUBDIR += p5-Tie-Array-Pack SUBDIR += p5-Tie-Array-Sorted SUBDIR += p5-Tie-CPHash SUBDIR += p5-Tie-Cache SUBDIR += p5-Tie-DB_File-SplitHash SUBDIR += p5-Tie-DB_FileLock SUBDIR += p5-Tie-File SUBDIR += p5-Tie-File-AsHash SUBDIR += p5-Tie-FileLRUCache SUBDIR += p5-Tie-Function SUBDIR += p5-Tie-Hash-Indexed SUBDIR += p5-Tie-Hash-MultiValue SUBDIR += p5-Tie-Hash-Regex SUBDIR += p5-Tie-Hash-Sorted SUBDIR += p5-Tie-Hash-TwoWay SUBDIR += p5-Tie-IxHash SUBDIR += p5-Tie-LLHash SUBDIR += p5-Tie-RefHash SUBDIR += p5-Tie-RefHash-Weak SUBDIR += p5-Tie-RegexpHash SUBDIR += p5-Tie-Restore SUBDIR += p5-Tie-ShareLite SUBDIR += p5-Tie-Simple SUBDIR += p5-Tie-ToObject SUBDIR += p5-Tie-Util SUBDIR += p5-Tie-iCal SUBDIR += p5-Time-Clock SUBDIR += p5-Time-Crontab SUBDIR += p5-Time-Duration SUBDIR += p5-Time-Duration-Parse SUBDIR += p5-Time-Format SUBDIR += p5-Time-HiRes SUBDIR += p5-Time-Interval SUBDIR += p5-Time-Local SUBDIR += p5-Time-Mock SUBDIR += p5-Time-Object SUBDIR += p5-Time-Out SUBDIR += p5-Time-Period SUBDIR += p5-Time-Piece SUBDIR += p5-Time-Piece-Range SUBDIR += p5-Time-Progress SUBDIR += p5-Time-Stopwatch SUBDIR += p5-Time-Warp SUBDIR += p5-Time-modules SUBDIR += p5-TimeDate SUBDIR += p5-ToolSet SUBDIR += p5-TraceFuncs SUBDIR += p5-Tree-Binary SUBDIR += p5-Tree-Binary-Dictionary SUBDIR += p5-Tree-DAG_Node SUBDIR += p5-Tree-Node SUBDIR += p5-Tree-Parser SUBDIR += p5-Tree-R SUBDIR += p5-Tree-RedBlack SUBDIR += p5-Tree-Simple SUBDIR += p5-Tree-Simple-View SUBDIR += p5-Tree-Simple-VisitorFactory SUBDIR += p5-Type-Tie SUBDIR += p5-Type-Tiny SUBDIR += p5-Type-Tiny-XS SUBDIR += p5-Types-Path-Tiny SUBDIR += p5-Types-Serialiser SUBDIR += p5-UDCode SUBDIR += p5-UI-Dialog SUBDIR += p5-UNIVERSAL-can SUBDIR += p5-UNIVERSAL-isa SUBDIR += p5-UNIVERSAL-moniker SUBDIR += p5-UNIVERSAL-ref SUBDIR += p5-UNIVERSAL-require SUBDIR += p5-UNIVERSAL-which SUBDIR += p5-UUID SUBDIR += p5-UUID-Random SUBDIR += p5-UUID-Random-Patch-UseMRS SUBDIR += p5-UUID-Tiny SUBDIR += p5-Uniq SUBDIR += p5-Unix-Statgrab SUBDIR += p5-Unix-Uptime SUBDIR += p5-User-Identity SUBDIR += p5-VCP-Dest-svk SUBDIR += p5-VCP-Source-cvsbk SUBDIR += p5-VCP-autrijus SUBDIR += p5-VCS SUBDIR += p5-VCS-CVS SUBDIR += p5-VCS-Lite SUBDIR += p5-Validation-Class SUBDIR += p5-Variable-Eject SUBDIR += p5-Variable-Magic SUBDIR += p5-Want SUBDIR += p5-WeakRef SUBDIR += p5-Workflow SUBDIR += p5-XML-Compile-Tester SUBDIR += p5-XML-Pastor SUBDIR += p5-XS-Object-Magic SUBDIR += p5-XSLoader SUBDIR += p5-YAML-AppConfig SUBDIR += p5-Yada-Yada-Yada SUBDIR += p5-ZConf-GUI SUBDIR += p5-ZML SUBDIR += p5-accessors SUBDIR += p5-accessors-fast SUBDIR += p5-aliased SUBDIR += p5-asa SUBDIR += p5-autobox SUBDIR += p5-autobox-Core SUBDIR += p5-autodie SUBDIR += p5-autovivification SUBDIR += p5-bareword-filehandles SUBDIR += p5-base SUBDIR += p5-boolean SUBDIR += p5-capitalization SUBDIR += p5-carton SUBDIR += p5-common-sense SUBDIR += p5-constant SUBDIR += p5-constant-boolean SUBDIR += p5-constant-def SUBDIR += p5-constant-lexical SUBDIR += p5-cpan-listchanges SUBDIR += p5-enum SUBDIR += p5-ex-lib SUBDIR += p5-experimental SUBDIR += p5-forks SUBDIR += p5-github_creator SUBDIR += p5-iCal-Parser SUBDIR += p5-indirect SUBDIR += p5-interface SUBDIR += p5-latest SUBDIR += p5-lexical-underscore SUBDIR += p5-lib-abs SUBDIR += p5-libalarm SUBDIR += p5-libxml-enno SUBDIR += p5-local-lib SUBDIR += p5-match-simple SUBDIR += p5-mixin SUBDIR += p5-mocked SUBDIR += p5-multidimensional SUBDIR += p5-namespace-autoclean SUBDIR += p5-namespace-clean SUBDIR += p5-namespace-sweep SUBDIR += p5-orz SUBDIR += p5-parent SUBDIR += p5-perlbrew SUBDIR += p5-perlkde SUBDIR += p5-perlqt SUBDIR += p5-pip SUBDIR += p5-prefork SUBDIR += p5-reaper SUBDIR += p5-relative SUBDIR += p5-rpm-build-perl SUBDIR += p5-self SUBDIR += p5-self-init SUBDIR += p5-strictures SUBDIR += p5-subatom SUBDIR += p5-subversion SUBDIR += p5-syntax SUBDIR += p5-threads SUBDIR += p5-threads-shared SUBDIR += p5-true SUBDIR += p5-uni-perl SUBDIR += p5-version SUBDIR += p65 SUBDIR += paexec SUBDIR += papi SUBDIR += papp SUBDIR += pas2dox SUBDIR += pasm SUBDIR += patch SUBDIR += pccts SUBDIR += pcl SUBDIR += pcre SUBDIR += pcre++ SUBDIR += pcsc-ada SUBDIR += pcsc-lite SUBDIR += pdcurses SUBDIR += pdcurses-the SUBDIR += pear SUBDIR += pear-Config SUBDIR += pear-Console_Color SUBDIR += pear-Console_CommandLine SUBDIR += pear-Console_Getargs SUBDIR += pear-Console_Table SUBDIR += pear-Date SUBDIR += pear-Date_Holidays SUBDIR += pear-Date_Holidays_Austria SUBDIR += pear-Date_Holidays_Brazil SUBDIR += pear-Date_Holidays_Denmark SUBDIR += pear-Date_Holidays_Discordian SUBDIR += pear-Date_Holidays_EnglandWales SUBDIR += pear-Date_Holidays_Germany SUBDIR += pear-Date_Holidays_Iceland SUBDIR += pear-Date_Holidays_Ireland SUBDIR += pear-Date_Holidays_Italy SUBDIR += pear-Date_Holidays_Japan SUBDIR += pear-Date_Holidays_Netherlands SUBDIR += pear-Date_Holidays_Norway SUBDIR += pear-Date_Holidays_PHPdotNet SUBDIR += pear-Date_Holidays_Romania SUBDIR += pear-Date_Holidays_Slovenia SUBDIR += pear-Date_Holidays_Sweden SUBDIR += pear-Date_Holidays_UNO SUBDIR += pear-Date_Holidays_USA SUBDIR += pear-Date_Holidays_Ukraine SUBDIR += pear-Event_Dispatcher SUBDIR += pear-FSM SUBDIR += pear-File_Iterator SUBDIR += pear-HTML_BBCodeParser SUBDIR += pear-HTML_CSS SUBDIR += pear-HTML_Common SUBDIR += pear-HTML_Common2 SUBDIR += pear-HTML_Form SUBDIR += pear-HTML_Javascript SUBDIR += pear-HTML_Page2 SUBDIR += pear-HTML_QuickForm SUBDIR += pear-HTML_QuickForm2 SUBDIR += pear-HTML_QuickForm_Controller SUBDIR += pear-HTML_QuickForm_Livesearch SUBDIR += pear-HTML_QuickForm_Renderer_Tableless SUBDIR += pear-HTML_QuickForm_SelectFilter SUBDIR += pear-HTML_QuickForm_advmultiselect SUBDIR += pear-HTML_Select SUBDIR += pear-HTML_Select_Common SUBDIR += pear-HTML_Table SUBDIR += pear-HTML_Template_Flexy SUBDIR += pear-HTML_Template_IT SUBDIR += pear-HTML_Template_PHPLIB SUBDIR += pear-HTML_Template_Sigma SUBDIR += pear-HTML_TreeMenu SUBDIR += pear-Horde_Alarm SUBDIR += pear-Horde_Argv SUBDIR += pear-Horde_Autoloader SUBDIR += pear-Horde_Autoloader_Cache SUBDIR += pear-Horde_Cache SUBDIR += pear-Horde_Cli SUBDIR += pear-Horde_Constraint SUBDIR += pear-Horde_Controller SUBDIR += pear-Horde_Core SUBDIR += pear-Horde_Data SUBDIR += pear-Horde_Date SUBDIR += pear-Horde_Date_Parser SUBDIR += pear-Horde_Exception SUBDIR += pear-Horde_History SUBDIR += pear-Horde_Icalendar SUBDIR += pear-Horde_Injector SUBDIR += pear-Horde_Itip SUBDIR += pear-Horde_Lock SUBDIR += pear-Horde_LoginTasks SUBDIR += pear-Horde_Nls SUBDIR += pear-Horde_Notification SUBDIR += pear-Horde_Prefs SUBDIR += pear-Horde_Queue SUBDIR += pear-Horde_Rdo SUBDIR += pear-Horde_Role SUBDIR += pear-Horde_Scheduler SUBDIR += pear-Horde_Serialize SUBDIR += pear-Horde_Stream SUBDIR += pear-Horde_Stream_Filter SUBDIR += pear-Horde_Stream_Wrapper SUBDIR += pear-Horde_Support SUBDIR += pear-Horde_Thrift SUBDIR += pear-Horde_Timezone SUBDIR += pear-Horde_Token SUBDIR += pear-Horde_Translation SUBDIR += pear-Horde_Tree SUBDIR += pear-Horde_Util SUBDIR += pear-Horde_View SUBDIR += pear-I18N SUBDIR += pear-IO_Bit SUBDIR += pear-Math_Fraction SUBDIR += pear-Net_Gearman SUBDIR += pear-OLE SUBDIR += pear-PEAR_Info SUBDIR += pear-PEAR_PackageFileManager SUBDIR += pear-PEAR_PackageFileManager2 SUBDIR += pear-PEAR_PackageFileManager_Plugins SUBDIR += pear-PHPDoc SUBDIR += pear-PHPTAL SUBDIR += pear-PHPUnit3 SUBDIR += pear-PHPUnit_MockObject SUBDIR += pear-PHP_ArrayOf SUBDIR += pear-PHP_Beautifier SUBDIR += pear-PHP_CodeBrowser SUBDIR += pear-PHP_CodeCoverage SUBDIR += pear-PHP_CodeSniffer SUBDIR += pear-PHP_Compat SUBDIR += pear-PHP_CompatInfo SUBDIR += pear-PHP_Depend SUBDIR += pear-PHP_PMD SUBDIR += pear-PHP_Parser SUBDIR += pear-PHP_ParserGenerator SUBDIR += pear-PHP_Timer SUBDIR += pear-PHP_TokenStream SUBDIR += pear-PHP_UML SUBDIR += pear-PPW SUBDIR += pear-Pager SUBDIR += pear-PhpDocumentor SUBDIR += pear-Pirum SUBDIR += pear-SebastianBergmann_FinderFacade SUBDIR += pear-SebastianBergmann_Git SUBDIR += pear-SebastianBergmann_PHPCPD SUBDIR += pear-SebastianBergmann_PHPLOC SUBDIR += pear-SebastianBergmann_Version SUBDIR += pear-Structure_LinkedList SUBDIR += pear-Structures_DataGrid SUBDIR += pear-Structures_DataGrid_Renderer_Console SUBDIR += pear-Structures_DataGrid_Renderer_HTMLSortForm SUBDIR += pear-Structures_DataGrid_Renderer_HTMLTable SUBDIR += pear-Structures_DataGrid_Renderer_XUL SUBDIR += pear-Symfony_Component_Console SUBDIR += pear-Symfony_Component_Finder SUBDIR += pear-System_Command SUBDIR += pear-Testing_Selenium SUBDIR += pear-Text_Diff SUBDIR += pear-TheSeer_DirectoryScanner SUBDIR += pear-TheSeer_fDOMDocument SUBDIR += pear-TheSeer_fXSL SUBDIR += pear-TheSeer_phpDox SUBDIR += pear-VFS SUBDIR += pear-Validate SUBDIR += pear-Validate_AU SUBDIR += pear-Validate_Finance SUBDIR += pear-Validate_Finance_CreditCard SUBDIR += pear-Validate_US SUBDIR += pear-Var_Dump SUBDIR += pear-VersionControl_Git SUBDIR += pear-VersionControl_SVN SUBDIR += pear-XML_NITF SUBDIR += pear-XML_Parser SUBDIR += pear-XML_RSS SUBDIR += pear-XML_SVG SUBDIR += pear-XML_Serializer SUBDIR += pear-XML_Transformer SUBDIR += pear-XML_Tree SUBDIR += pear-XML_Util SUBDIR += pear-channel-doctrine SUBDIR += pear-channel-ezc SUBDIR += pear-channel-horde SUBDIR += pear-channel-htmlpurifier SUBDIR += pear-channel-openpear SUBDIR += pear-channel-pdepend SUBDIR += pear-channel-phing SUBDIR += pear-channel-phpdoc SUBDIR += pear-channel-phpmd SUBDIR += pear-channel-phpunit SUBDIR += pear-channel-pirum SUBDIR += pear-channel-symfony SUBDIR += pear-channel-symfony2 SUBDIR += pear-channel-theseer SUBDIR += pear-channel-twig SUBDIR += pear-codegen SUBDIR += pear-ezc_Base SUBDIR += pear-ezc_ConsoleTools SUBDIR += pear-htmlpurifier SUBDIR += pear-pdepend-staticReflection SUBDIR += pear-phing SUBDIR += pecl-APCu SUBDIR += pecl-automap SUBDIR += pecl-bbcode SUBDIR += pecl-bcompiler SUBDIR += pecl-dio SUBDIR += pecl-eio SUBDIR += pecl-ev SUBDIR += pecl-event SUBDIR += pecl-expect SUBDIR += pecl-gearman SUBDIR += pecl-hidef SUBDIR += pecl-htscanner SUBDIR += pecl-inclued SUBDIR += pecl-inotify SUBDIR += pecl-intl SUBDIR += pecl-jsmin SUBDIR += pecl-jsonc SUBDIR += pecl-judy SUBDIR += pecl-libevent SUBDIR += pecl-mcve SUBDIR += pecl-memoize SUBDIR += pecl-msgpack SUBDIR += pecl-ncurses SUBDIR += pecl-newt SUBDIR += pecl-operator SUBDIR += pecl-params SUBDIR += pecl-parsekit SUBDIR += pecl-pthreads SUBDIR += pecl-qb SUBDIR += pecl-runkit SUBDIR += pecl-scream SUBDIR += pecl-shape SUBDIR += pecl-spl_types SUBDIR += pecl-spread SUBDIR += pecl-statgrab SUBDIR += pecl-svn SUBDIR += pecl-swoole SUBDIR += pecl-sync SUBDIR += pecl-test_helpers SUBDIR += pecl-uopz SUBDIR += pecl-uploadprogress SUBDIR += pecl-uri_template SUBDIR += pecl-uuid SUBDIR += pecl-vld SUBDIR += pecl-xhprof SUBDIR += pecl-yac SUBDIR += pecl-zookeeper SUBDIR += pep8 SUBDIR += performance SUBDIR += perlconsole SUBDIR += phabricator SUBDIR += php-Psr_Log SUBDIR += php-composer SUBDIR += php-libawl SUBDIR += php-memoize SUBDIR += php-scalar_objects SUBDIR += php-xdebug SUBDIR += php5-blitz SUBDIR += php5-blitz-devel SUBDIR += php5-dav SUBDIR += php5-geshi SUBDIR += php5-gettext SUBDIR += php5-ice SUBDIR += php5-json SUBDIR += php5-msgpack SUBDIR += php5-pcntl SUBDIR += php5-pinba SUBDIR += php5-readline SUBDIR += php5-shmop SUBDIR += php5-sysvmsg SUBDIR += php5-sysvsem SUBDIR += php5-sysvshm SUBDIR += php5-thrift SUBDIR += php5-tokenizer SUBDIR += php53-gettext SUBDIR += php53-json SUBDIR += php53-pcntl SUBDIR += php53-readline SUBDIR += php53-shmop SUBDIR += php53-sysvmsg SUBDIR += php53-sysvsem SUBDIR += php53-sysvshm SUBDIR += php53-tokenizer SUBDIR += php55-gettext SUBDIR += php55-json SUBDIR += php55-pcntl SUBDIR += php55-readline SUBDIR += php55-shmop SUBDIR += php55-sysvmsg SUBDIR += php55-sysvsem SUBDIR += php55-sysvshm SUBDIR += php55-tokenizer SUBDIR += php56-gettext SUBDIR += php56-json SUBDIR += php56-pcntl SUBDIR += php56-readline SUBDIR += php56-shmop SUBDIR += php56-sysvmsg SUBDIR += php56-sysvsem SUBDIR += php56-sysvshm SUBDIR += php56-tokenizer SUBDIR += phpbt SUBDIR += phpsh SUBDIR += phptags SUBDIR += physfs SUBDIR += physfs-devel SUBDIR += picp SUBDIR += picprog SUBDIR += piklab SUBDIR += pinba_engine SUBDIR += pipestatus SUBDIR += pire SUBDIR += pit SUBDIR += pkg-info.el SUBDIR += pkgconf SUBDIR += plan9port SUBDIR += pmccabe SUBDIR += pmd SUBDIR += poco SUBDIR += poco-devel SUBDIR += poco-ssl SUBDIR += popt SUBDIR += poslib SUBDIR += powerpc64-binutils SUBDIR += powerpc64-gcc SUBDIR += powerpc64-xtoolchain-gcc SUBDIR += poxml SUBDIR += ppl SUBDIR += premake SUBDIR += premake4 SUBDIR += preps-gui SUBDIR += prepstools SUBDIR += privman SUBDIR += projectcenter SUBDIR += protobuf SUBDIR += protobuf-c SUBDIR += protobuf25 SUBDIR += psptoolchain SUBDIR += psptoolchain-binutils SUBDIR += psptoolchain-gcc-stage1 SUBDIR += psptoolchain-gcc-stage2 SUBDIR += psptoolchain-gdb SUBDIR += psptoolchain-newlib SUBDIR += psptoolchain-pspsdk-stage1 SUBDIR += psptoolchain-pspsdk-stage2 SUBDIR += pstreams SUBDIR += psvn SUBDIR += pth SUBDIR += pth-hard SUBDIR += pthsem SUBDIR += ptlib SUBDIR += ptmalloc SUBDIR += ptmalloc2 SUBDIR += pty SUBDIR += ptypes SUBDIR += publib SUBDIR += pure-ffi SUBDIR += pure-readline SUBDIR += pure-stldict SUBDIR += pure-stllib SUBDIR += pushmi SUBDIR += pwlib SUBDIR += py-Acquisition SUBDIR += py-AddOns SUBDIR += py-Breve SUBDIR += py-BytecodeAssembler SUBDIR += py-DateTime SUBDIR += py-DocumentTemplate SUBDIR += py-EnthoughtBase SUBDIR += py-ExtensionClass SUBDIR += py-InlineEgg SUBDIR += py-Jinja SUBDIR += py-Jinja2 SUBDIR += py-Jinja2-doc SUBDIR += py-Missing SUBDIR += py-MultiMapping SUBDIR += py-PEAK-Rules SUBDIR += py-Persistence SUBDIR += py-Products.ATContentTypes SUBDIR += py-Products.ATReferenceBrowserWidget SUBDIR += py-Products.Archetypes SUBDIR += py-Products.BTreeFolder2 SUBDIR += py-Products.CMFActionIcons SUBDIR += py-Products.CMFCalendar SUBDIR += py-Products.CMFCore SUBDIR += py-Products.CMFDefault SUBDIR += py-Products.CMFDiffTool SUBDIR += py-Products.CMFDynamicViewFTI SUBDIR += py-Products.CMFEditions SUBDIR += py-Products.CMFFormController SUBDIR += py-Products.CMFPlacefulWorkflow SUBDIR += py-Products.CMFQuickInstallerTool SUBDIR += py-Products.CMFTestCase SUBDIR += py-Products.CMFUid SUBDIR += py-Products.DCWorkflow SUBDIR += py-Products.ExtendedPathIndex SUBDIR += py-Products.ExternalEditor SUBDIR += py-Products.ExternalMethod SUBDIR += py-Products.GenericSetup SUBDIR += py-Products.LDAPMultiPlugins SUBDIR += py-Products.LDAPUserFolder SUBDIR += py-Products.MIMETools SUBDIR += py-Products.Marshall SUBDIR += py-Products.MimetypesRegistry SUBDIR += py-Products.OFSP SUBDIR += py-Products.PasswordResetTool SUBDIR += py-Products.PlacelessTranslationService SUBDIR += py-Products.PloneLanguageTool SUBDIR += py-Products.PloneTestCase SUBDIR += py-Products.PluginRegistry SUBDIR += py-Products.PortalTransforms SUBDIR += py-Products.PythonScripts SUBDIR += py-Products.ResourceRegistries SUBDIR += py-Products.StandardCacheManagers SUBDIR += py-Products.ZCTextIndex SUBDIR += py-Products.ZCatalog SUBDIR += py-Products.ZSQLMethods SUBDIR += py-Products.ZopeVersionControl SUBDIR += py-Products.contentmigration SUBDIR += py-Products.statusmessages SUBDIR += py-Products.validation SUBDIR += py-RPyC SUBDIR += py-Record SUBDIR += py-ScriptTest SUBDIR += py-SymbolType SUBDIR += py-TGScheduler SUBDIR += py-ToscaWidgets SUBDIR += py-TurboJinja SUBDIR += py-ZopeUndo SUBDIR += py-akismet SUBDIR += py-anonfunc SUBDIR += py-anyjson SUBDIR += py-apipkg SUBDIR += py-appdirs SUBDIR += py-application SUBDIR += py-archetypes.querywidget SUBDIR += py-archetypes.referencebrowserwidget SUBDIR += py-archetypes.schemaextender SUBDIR += py-argh SUBDIR += py-argparse SUBDIR += py-args SUBDIR += py-asn1 SUBDIR += py-asn1-modules SUBDIR += py-aspects SUBDIR += py-aspyct SUBDIR += py-astroid SUBDIR += py-async SUBDIR += py-asyncio SUBDIR += py-avro SUBDIR += py-babel SUBDIR += py-babelfish SUBDIR += py-bcdoc SUBDIR += py-billiard SUBDIR += py-binplist SUBDIR += py-biplist SUBDIR += py-bison SUBDIR += py-bitarray SUBDIR += py-bitstring SUBDIR += py-blessings SUBDIR += py-blinker SUBDIR += py-bluelet SUBDIR += py-boto SUBDIR += py-botocore SUBDIR += py-capstone SUBDIR += py-cclib SUBDIR += py-celery SUBDIR += py-cffi SUBDIR += py-cfgparse SUBDIR += py-characteristic SUBDIR += py-checkmanifest SUBDIR += py-cheetah SUBDIR += py-ciphon SUBDIR += py-circuits SUBDIR += py-cjson SUBDIR += py-cld SUBDIR += py-click SUBDIR += py-clint SUBDIR += py-clonedigger SUBDIR += py-cmdln SUBDIR += py-codegen SUBDIR += py-cog SUBDIR += py-coil SUBDIR += py-collective.monkeypatcher SUBDIR += py-collective.z3cform.datetimewidget SUBDIR += py-colorama SUBDIR += py-colorlog SUBDIR += py-conditional SUBDIR += py-configobj SUBDIR += py-configparser SUBDIR += py-construct SUBDIR += py-country SUBDIR += py-coverage SUBDIR += py-crcmod SUBDIR += py-ctags SUBDIR += py-cxx SUBDIR += py-d2to1 SUBDIR += py-daemon SUBDIR += py-daemons SUBDIR += py-dal SUBDIR += py-darcsver SUBDIR += py-dateutil SUBDIR += py-dbus SUBDIR += py-decorator SUBDIR += py-decoratortools SUBDIR += py-defusedxml SUBDIR += py-deliciousapi SUBDIR += py-demjson SUBDIR += py-dexml SUBDIR += py-dialog SUBDIR += py-diazo SUBDIR += py-dirspec SUBDIR += py-distorm SUBDIR += py-distutils-extra SUBDIR += py-docopt SUBDIR += py-dogpile.cache SUBDIR += py-dogpile.core SUBDIR += py-doit SUBDIR += py-durus SUBDIR += py-dynrules SUBDIR += py-eggtestinfo SUBDIR += py-enum34 SUBDIR += py-epsilon SUBDIR += py-event SUBDIR += py-experimental.cssselect SUBDIR += py-extras SUBDIR += py-extremes SUBDIR += py-ezpyinline SUBDIR += py-fabric SUBDIR += py-fam SUBDIR += py-fastimport SUBDIR += py-fileutils SUBDIR += py-five.customerize SUBDIR += py-five.formlib SUBDIR += py-five.globalrequest SUBDIR += py-five.localsitemanager SUBDIR += py-flake8 SUBDIR += py-flask-babel SUBDIR += py-flexmock SUBDIR += py-foolscap SUBDIR += py-fortran SUBDIR += py-freebsd SUBDIR += py-fs SUBDIR += py-fsm SUBDIR += py-fudge SUBDIR += py-funcparserlib SUBDIR += py-fusefs SUBDIR += py-futures SUBDIR += py-game SUBDIR += py-gamin SUBDIR += py-gdata SUBDIR += py-gearman SUBDIR += py-generate SUBDIR += py-geojson SUBDIR += py-geotypes SUBDIR += py-gevent SUBDIR += py-gflags SUBDIR += py-gitdb SUBDIR += py-gitosis SUBDIR += py-glob2 SUBDIR += py-gobject SUBDIR += py-gobject3 SUBDIR += py-google-apputils SUBDIR += py-grab SUBDIR += py-greenlet SUBDIR += py-grizzled SUBDIR += py-grouch SUBDIR += py-gyp-devel SUBDIR += py-hashring SUBDIR += py-hghooks SUBDIR += py-hgsubversion SUBDIR += py-hgtools SUBDIR += py-humanize SUBDIR += py-icalendar SUBDIR += py-ice SUBDIR += py-icu SUBDIR += py-iniparse SUBDIR += py-initgroups SUBDIR += py-instant SUBDIR += py-interface SUBDIR += py-ipaddr SUBDIR += py-ipdb SUBDIR += py-iso8601 SUBDIR += py-isodate SUBDIR += py-iterpipes SUBDIR += py-itools SUBDIR += py-jaraco.timing SUBDIR += py-jaraco.util SUBDIR += py-jcc SUBDIR += py-jdcal SUBDIR += py-jedi SUBDIR += py-jellyfish SUBDIR += py-jira SUBDIR += py-jmespath SUBDIR += py-jsmin SUBDIR += py-json-py SUBDIR += py-jsonlib SUBDIR += py-jsonlib2 SUBDIR += py-jsonpatch SUBDIR += py-jsonpointer SUBDIR += py-jsonrpclib SUBDIR += py-jsonschema SUBDIR += py-kazoo SUBDIR += py-kid SUBDIR += py-kjbuckets SUBDIR += py-kqueue SUBDIR += py-krosspython SUBDIR += py-lazy SUBDIR += py-levenshtein SUBDIR += py-liblarch SUBDIR += py-libplist SUBDIR += py-libvirt SUBDIR += py-ll-core SUBDIR += py-lock_file SUBDIR += py-lockfile SUBDIR += py-log4py SUBDIR += py-logan SUBDIR += py-logilab-common SUBDIR += py-lxml SUBDIR += py-magic SUBDIR += py-manuel SUBDIR += py-mccabe SUBDIR += py-meliae SUBDIR += py-memoryprofiler SUBDIR += py-mercurialserver SUBDIR += py-mez_xml SUBDIR += py-mimeparse SUBDIR += py-minimongo SUBDIR += py-mock SUBDIR += py-mongoengine SUBDIR += py-mongokit SUBDIR += py-more-itertools SUBDIR += py-mox SUBDIR += py-msgpack SUBDIR += py-mwlib SUBDIR += py-mwlib.ext SUBDIR += py-mwlib.rl SUBDIR += py-mx-experimental SUBDIR += py-mygpoclient SUBDIR += py-nagioscheck SUBDIR += py-ncurses SUBDIR += py-nose SUBDIR += py-notifier SUBDIR += py-notify SUBDIR += py-ocempgui SUBDIR += py-ode SUBDIR += py-odfpy SUBDIR += py-olefile SUBDIR += py-oletools SUBDIR += py-omnijson SUBDIR += py-omniorb SUBDIR += py-omniorb-3 SUBDIR += py-optik SUBDIR += py-orbit SUBDIR += py-ordereddict SUBDIR += py-palm SUBDIR += py-parsedatetime SUBDIR += py-parsing SUBDIR += py-path.py SUBDIR += py-pathtools SUBDIR += py-paver SUBDIR += py-pbr SUBDIR += py-pefile SUBDIR += py-period SUBDIR += py-phabricator SUBDIR += py-phpserialize SUBDIR += py-pika SUBDIR += py-pip SUBDIR += py-plan SUBDIR += py-plex SUBDIR += py-ply SUBDIR += py-polib SUBDIR += py-posix_ipc SUBDIR += py-pp SUBDIR += py-pqueue SUBDIR += py-prettytable SUBDIR += py-prioritized_methods SUBDIR += py-prompt_toolkit SUBDIR += py-protobuf SUBDIR += py-protocols SUBDIR += py-protocols-devel SUBDIR += py-ptrace SUBDIR += py-pudb SUBDIR += py-px SUBDIR += py-pycalendar SUBDIR += py-pycallgraph SUBDIR += py-pycerberus SUBDIR += py-pycparser SUBDIR += py-pydasm SUBDIR += py-pyechonest SUBDIR += py-pyelftools SUBDIR += py-pyev SUBDIR += py-pyflakes SUBDIR += py-pygit2 SUBDIR += py-pygithub SUBDIR += py-pygpx SUBDIR += py-pykde4 SUBDIR += py-pykdeuic4 SUBDIR += py-pyke SUBDIR += py-pylib SUBDIR += py-pymarc SUBDIR += py-pympler SUBDIR += py-pyparsing15 SUBDIR += py-pyro SUBDIR += py-pyshapelib SUBDIR += py-pytemplate SUBDIR += py-pytest SUBDIR += py-pytest-runner SUBDIR += py-python-statsd SUBDIR += py-pythonbrew SUBDIR += py-pytz SUBDIR += py-pyutil SUBDIR += py-pyxml2obj SUBDIR += py-qpid SUBDIR += py-qserve SUBDIR += py-qt4 SUBDIR += py-qt4-assistant SUBDIR += py-qt4-core SUBDIR += py-qt4-dbus SUBDIR += py-qt4-dbussupport SUBDIR += py-qt4-declarative SUBDIR += py-qt4-designer SUBDIR += py-qt4-designerplugin SUBDIR += py-qt4-help SUBDIR += py-qt4-qscintilla2 SUBDIR += py-qt4-script SUBDIR += py-qt4-scripttools SUBDIR += py-qt4-test SUBDIR += py-rauth SUBDIR += py-repl SUBDIR += py-repoze.lru SUBDIR += py-repoze.tm2 SUBDIR += py-repoze.what SUBDIR += py-repoze.what-pylons SUBDIR += py-repoze.who SUBDIR += py-repoze.who-friendlyform SUBDIR += py-repoze.who-testutil SUBDIR += py-repoze.xmliter SUBDIR += py-resolver SUBDIR += py-resourcepackage SUBDIR += py-riak_pb SUBDIR += py-rlcompleter2 SUBDIR += py-robotframework SUBDIR += py-robotframework-pabot SUBDIR += py-robotframework-ride SUBDIR += py-robotframework-selenium2library SUBDIR += py-robotremoteserver SUBDIR += py-rope SUBDIR += py-rose SUBDIR += py-roxlib SUBDIR += py-rtree SUBDIR += py-ruledispatch SUBDIR += py-sanetime SUBDIR += py-sdl2 SUBDIR += py-serpent SUBDIR += py-setproctitle SUBDIR += py-setuptools SUBDIR += py-setuptools-git SUBDIR += py-setuptools27 SUBDIR += py-setuptools32 SUBDIR += py-setuptools33 SUBDIR += py-setuptools34 SUBDIR += py-setuptools_darcs SUBDIR += py-setuptools_hg SUBDIR += py-shapely SUBDIR += py-simplegeneric SUBDIR += py-simplejson SUBDIR += py-simpleparse SUBDIR += py-simpletal SUBDIR += py-simpy SUBDIR += py-singledispatch SUBDIR += py-sip SUBDIR += py-six SUBDIR += py-smmap SUBDIR += py-snack SUBDIR += py-snackwich SUBDIR += py-spark SUBDIR += py-speaklater SUBDIR += py-sqlcc SUBDIR += py-statgrab SUBDIR += py-stevedore SUBDIR += py-stsci.distutils SUBDIR += py-subversion SUBDIR += py-subvertpy SUBDIR += py-sysctl SUBDIR += py-sysv_ipc SUBDIR += py-tables SUBDIR += py-tabulate SUBDIR += py-tapi SUBDIR += py-tarantool-queue SUBDIR += py-tconfpy SUBDIR += py-tempstorage SUBDIR += py-termcolor SUBDIR += py-testgears SUBDIR += py-testoob SUBDIR += py-testtools SUBDIR += py-tgMochiKit SUBDIR += py-thrift SUBDIR += py-timelib SUBDIR += py-tox SUBDIR += py-trace2html SUBDIR += py-traits SUBDIR += py-transaction SUBDIR += py-trollius SUBDIR += py-turbocheetah SUBDIR += py-turbojson SUBDIR += py-turbojson11 SUBDIR += py-turbokid SUBDIR += py-tvrage SUBDIR += py-tw.forms SUBDIR += py-twisted SUBDIR += py-twistedCore SUBDIR += py-twistedFlow SUBDIR += py-twistedRunner SUBDIR += py-tzlocal SUBDIR += py-ua_parser SUBDIR += py-ujson SUBDIR += py-uncompyle2 SUBDIR += py-unipath SUBDIR += py-unittest2 SUBDIR += py-unittestplus SUBDIR += py-urlimport SUBDIR += py-urwid SUBDIR += py-usb SUBDIR += py-user_agents SUBDIR += py-utils SUBDIR += py-validictory SUBDIR += py-venusian SUBDIR += py-versiontools SUBDIR += py-virtualenv SUBDIR += py-virtualenv-clone SUBDIR += py-virtualenvwrapper SUBDIR += py-watchdog SUBDIR += py-wcwidth SUBDIR += py-wheel SUBDIR += py-wsgi_xmlrpc SUBDIR += py-wsgitools SUBDIR += py-wsgiutils SUBDIR += py-xattr SUBDIR += py-xcaplib SUBDIR += py-xdg SUBDIR += py-xerox SUBDIR += py-xmltodict SUBDIR += py-xoltar-toolkit SUBDIR += py-yaml SUBDIR += py-yappi SUBDIR += py-yapps2 SUBDIR += py-ydbf SUBDIR += py-yum-metadata-parser SUBDIR += py-yunomi SUBDIR += py-z3c.autoinclude SUBDIR += py-z3c.batching SUBDIR += py-z3c.caching SUBDIR += py-z3c.form SUBDIR += py-z3c.formwidget.query SUBDIR += py-z3c.zcmlhook SUBDIR += py-zExceptions SUBDIR += py-zLOG SUBDIR += py-zc.buildout SUBDIR += py-zclockfile SUBDIR += py-zconfig SUBDIR += py-zope.annotation SUBDIR += py-zope.app.applicationcontrol SUBDIR += py-zope.app.appsetup SUBDIR += py-zope.app.basicskin SUBDIR += py-zope.app.broken SUBDIR += py-zope.app.cache SUBDIR += py-zope.app.component SUBDIR += py-zope.app.container SUBDIR += py-zope.app.content SUBDIR += py-zope.app.debug SUBDIR += py-zope.app.dependable SUBDIR += py-zope.app.error SUBDIR += py-zope.app.exception SUBDIR += py-zope.app.folder SUBDIR += py-zope.app.form SUBDIR += py-zope.app.generations SUBDIR += py-zope.app.http SUBDIR += py-zope.app.pagetemplate SUBDIR += py-zope.app.publication SUBDIR += py-zope.app.publisher SUBDIR += py-zope.app.renderer SUBDIR += py-zope.app.rotterdam SUBDIR += py-zope.app.schema SUBDIR += py-zope.app.testing SUBDIR += py-zope.app.zcmlfiles SUBDIR += py-zope.app.zopeappgenerations SUBDIR += py-zope.applicationcontrol SUBDIR += py-zope.broken SUBDIR += py-zope.browser SUBDIR += py-zope.browsermenu SUBDIR += py-zope.browserpage SUBDIR += py-zope.browserresource SUBDIR += py-zope.cachedescriptors SUBDIR += py-zope.component SUBDIR += py-zope.componentvocabulary SUBDIR += py-zope.configuration SUBDIR += py-zope.container SUBDIR += py-zope.contentprovider SUBDIR += py-zope.contenttype SUBDIR += py-zope.copy SUBDIR += py-zope.copypastemove SUBDIR += py-zope.datetime SUBDIR += py-zope.deferredimport SUBDIR += py-zope.deprecation SUBDIR += py-zope.dottedname SUBDIR += py-zope.dublincore SUBDIR += py-zope.error SUBDIR += py-zope.event SUBDIR += py-zope.exceptions SUBDIR += py-zope.filerepresentation SUBDIR += py-zope.formlib SUBDIR += py-zope.generations SUBDIR += py-zope.globalrequest SUBDIR += py-zope.i18n SUBDIR += py-zope.interface SUBDIR += py-zope.lifecycleevent SUBDIR += py-zope.location SUBDIR += py-zope.minmax SUBDIR += py-zope.pagetemplate SUBDIR += py-zope.processlifetime SUBDIR += py-zope.ptresource SUBDIR += py-zope.publisher SUBDIR += py-zope.ramcache SUBDIR += py-zope.schema SUBDIR += py-zope.sequencesort SUBDIR += py-zope.site SUBDIR += py-zope.size SUBDIR += py-zope.tales SUBDIR += py-zope.testbrowser SUBDIR += py-zope.testing SUBDIR += py-zope.traversing SUBDIR += py-zope.viewlet SUBDIR += py_static_check SUBDIR += py3-dbus SUBDIR += py3-gobject3 SUBDIR += py3-xdg SUBDIR += pybugz SUBDIR += pychecker SUBDIR += pycount SUBDIR += pydbus-common SUBDIR += pygobject3-common SUBDIR += pylint SUBDIR += pymacs SUBDIR += pyobfuscate SUBDIR += pypersrc SUBDIR += pyrex SUBDIR += pyside SUBDIR += pyside-tools SUBDIR += pyst SUBDIR += pysvn SUBDIR += pythk SUBDIR += pythontidy SUBDIR += qbzr SUBDIR += qca SUBDIR += qconf SUBDIR += qct SUBDIR += qdevelop SUBDIR += qgit SUBDIR += qjson SUBDIR += qmake SUBDIR += qmake4 SUBDIR += qmake5 SUBDIR += qprog SUBDIR += qross SUBDIR += qscintilla2 SUBDIR += qscintilla2-designerplugin SUBDIR += qsvn SUBDIR += qt4 SUBDIR += qt4-assistant SUBDIR += qt4-assistant-adp SUBDIR += qt4-corelib SUBDIR += qt4-designer SUBDIR += qt4-help SUBDIR += qt4-help-tools SUBDIR += qt4-libqtassistantclient SUBDIR += qt4-linguist SUBDIR += qt4-makeqpf SUBDIR += qt4-moc SUBDIR += qt4-porting SUBDIR += qt4-qdbusviewer SUBDIR += qt4-qdoc3 SUBDIR += qt4-qmlviewer SUBDIR += qt4-qt3support SUBDIR += qt4-qtsolutions-singleapplication SUBDIR += qt4-qtsolutions-soap SUBDIR += qt4-qvfb SUBDIR += qt4-rcc SUBDIR += qt4-script SUBDIR += qt4-scripttools SUBDIR += qt4-testlib SUBDIR += qt4-uic SUBDIR += qt4-uic3 SUBDIR += qt5 SUBDIR += qt5-assistant SUBDIR += qt5-buildtools SUBDIR += qt5-concurrent SUBDIR += qt5-core SUBDIR += qt5-designer SUBDIR += qt5-help SUBDIR += qt5-linguist SUBDIR += qt5-linguisttools SUBDIR += qt5-qdbus SUBDIR += qt5-qdbusviewer SUBDIR += qt5-qdoc SUBDIR += qt5-script SUBDIR += qt5-scripttools SUBDIR += qt5-testlib SUBDIR += qt5-uitools SUBDIR += qtcreator SUBDIR += qtscriptgenerator SUBDIR += quickcheck++ SUBDIR += quilt SUBDIR += radare2 SUBDIR += ragel SUBDIR += raknet SUBDIR += rapidsvn SUBDIR += rbenv SUBDIR += rbtools SUBDIR += rclint SUBDIR += rcs SUBDIR += rcs57 SUBDIR += re2 SUBDIR += re2c SUBDIR += readline SUBDIR += rebar SUBDIR += regexx SUBDIR += regexxer SUBDIR += remake SUBDIR += replay SUBDIR += rhtvision SUBDIR += rlog SUBDIR += rlwrap SUBDIR += roboctl SUBDIR += robodoc SUBDIR += root-doc SUBDIR += ros SUBDIR += rote SUBDIR += rpc2 SUBDIR += rpm-spec-mode.el SUBDIR += rsvndump SUBDIR += rth SUBDIR += ruby-aspectr SUBDIR += ruby-bsearch SUBDIR += ruby-build SUBDIR += ruby-byaccr SUBDIR += ruby-cache SUBDIR += ruby-calendar SUBDIR += ruby-date2 SUBDIR += ruby-dialogs SUBDIR += ruby-event-loop SUBDIR += ruby-flexmock SUBDIR += ruby-gems SUBDIR += ruby-intl SUBDIR += ruby-korundum SUBDIR += ruby-krossruby SUBDIR += ruby-langscan SUBDIR += ruby-locale SUBDIR += ruby-ncurses SUBDIR += ruby-property SUBDIR += ruby-qtruby SUBDIR += ruby-rbbr SUBDIR += ruby-rbison SUBDIR += ruby-rbprof SUBDIR += ruby-rreadline SUBDIR += ruby-sdl SUBDIR += ruby-setup.rb SUBDIR += ruby-subversion SUBDIR += ruby-tzfile SUBDIR += ruby-wirble SUBDIR += rubygem-abstract SUBDIR += rubygem-actionpack-action_caching SUBDIR += rubygem-actionview SUBDIR += rubygem-active_scaffold SUBDIR += rubygem-activemessaging SUBDIR += rubygem-activesupport SUBDIR += rubygem-activesupport4 SUBDIR += rubygem-allison SUBDIR += rubygem-analogger SUBDIR += rubygem-annoy SUBDIR += rubygem-ansi SUBDIR += rubygem-apipie-bindings SUBDIR += rubygem-app_config SUBDIR += rubygem-arrayfields SUBDIR += rubygem-ascii85 SUBDIR += rubygem-aspectr SUBDIR += rubygem-atomic SUBDIR += rubygem-atoulme-antwrap SUBDIR += rubygem-attic SUBDIR += rubygem-authlogic SUBDIR += rubygem-awesome_print SUBDIR += rubygem-axiom-types SUBDIR += rubygem-backports SUBDIR += rubygem-bacon SUBDIR += rubygem-benelux SUBDIR += rubygem-bin_utils SUBDIR += rubygem-bindata SUBDIR += rubygem-bioruby SUBDIR += rubygem-blankslate SUBDIR += rubygem-blockenspiel SUBDIR += rubygem-bson SUBDIR += rubygem-bson1 SUBDIR += rubygem-buftok SUBDIR += rubygem-bugspots SUBDIR += rubygem-builder SUBDIR += rubygem-builder31 SUBDIR += rubygem-builder32 SUBDIR += rubygem-byebug SUBDIR += rubygem-caesars SUBDIR += rubygem-cairo-gobject SUBDIR += rubygem-capybara SUBDIR += rubygem-celluloid SUBDIR += rubygem-celluloid-io SUBDIR += rubygem-childprocess SUBDIR += rubygem-chronic SUBDIR += rubygem-clamp SUBDIR += rubygem-classifier SUBDIR += rubygem-classifier-reborn SUBDIR += rubygem-climate_control SUBDIR += rubygem-clio SUBDIR += rubygem-cloudfiles SUBDIR += rubygem-cocaine SUBDIR += rubygem-coercible SUBDIR += rubygem-coffee-rails SUBDIR += rubygem-coffee-rails4 SUBDIR += rubygem-coffee-script SUBDIR += rubygem-coffee-script-source SUBDIR += rubygem-colorize SUBDIR += rubygem-columnize SUBDIR += rubygem-commander SUBDIR += rubygem-configatron SUBDIR += rubygem-configuration SUBDIR += rubygem-cool.io SUBDIR += rubygem-crack SUBDIR += rubygem-cri SUBDIR += rubygem-cucumber SUBDIR += rubygem-daemon_controller SUBDIR += rubygem-daemons SUBDIR += rubygem-debugger SUBDIR += rubygem-debugger-linecache SUBDIR += rubygem-debugger-xml SUBDIR += rubygem-deep_merge SUBDIR += rubygem-deeptest SUBDIR += rubygem-default_value_for SUBDIR += rubygem-delayed_job SUBDIR += rubygem-delayer SUBDIR += rubygem-dep_selector SUBDIR += rubygem-deprecated SUBDIR += rubygem-deprecated2 SUBDIR += rubygem-descendants_tracker SUBDIR += rubygem-devise SUBDIR += rubygem-devise-async SUBDIR += rubygem-directory_watcher SUBDIR += rubygem-ditz SUBDIR += rubygem-docile SUBDIR += rubygem-dotenv-deployment SUBDIR += rubygem-drydock SUBDIR += rubygem-edavis10-object_daddy SUBDIR += rubygem-elif SUBDIR += rubygem-enumerize SUBDIR += rubygem-equalizer SUBDIR += rubygem-errand SUBDIR += rubygem-eventmachine SUBDIR += rubygem-excon SUBDIR += rubygem-execjs SUBDIR += rubygem-extlib SUBDIR += rubygem-facets SUBDIR += rubygem-fast-stemmer SUBDIR += rubygem-fast_gettext SUBDIR += rubygem-fast_stack SUBDIR += rubygem-fast_xor SUBDIR += rubygem-fastercsv SUBDIR += rubygem-fastri SUBDIR += rubygem-fastthread SUBDIR += rubygem-fattr SUBDIR += rubygem-ffi SUBDIR += rubygem-ffi-yajl SUBDIR += rubygem-file-tail SUBDIR += rubygem-filemagic SUBDIR += rubygem-fluent-logger SUBDIR += rubygem-fog SUBDIR += rubygem-fog-brightbox SUBDIR += rubygem-fog-core SUBDIR += rubygem-fog-json SUBDIR += rubygem-font-awesome-rails SUBDIR += rubygem-font-awesome-rails-rails4 SUBDIR += rubygem-foreman SUBDIR += rubygem-formatador SUBDIR += rubygem-gdata SUBDIR += rubygem-gem_plugin SUBDIR += rubygem-gemcutter SUBDIR += rubygem-gemnasium-gitlab-service SUBDIR += rubygem-gems SUBDIR += rubygem-generator_spec SUBDIR += rubygem-generator_spec-rails4 SUBDIR += rubygem-georuby SUBDIR += rubygem-getopt SUBDIR += rubygem-gettext SUBDIR += rubygem-gibbler SUBDIR += rubygem-gio2 SUBDIR += rubygem-git SUBDIR += rubygem-github_api SUBDIR += rubygem-gitlab-pygments.rb SUBDIR += rubygem-gitlab_git SUBDIR += rubygem-gitlab_meta SUBDIR += rubygem-glib2 SUBDIR += rubygem-gobject-introspection SUBDIR += rubygem-graf SUBDIR += rubygem-grape SUBDIR += rubygem-grape-entity SUBDIR += rubygem-grape-swagger SUBDIR += rubygem-grit SUBDIR += rubygem-guess_html_encoding SUBDIR += rubygem-gyoku SUBDIR += rubygem-hashery SUBDIR += rubygem-hashie SUBDIR += rubygem-hashie2 SUBDIR += rubygem-highline SUBDIR += rubygem-hike SUBDIR += rubygem-hitimes SUBDIR += rubygem-hoe SUBDIR += rubygem-holidays SUBDIR += rubygem-i18n SUBDIR += rubygem-icalendar SUBDIR += rubygem-ice_nine SUBDIR += rubygem-igraph SUBDIR += rubygem-inflecto SUBDIR += rubygem-inline SUBDIR += rubygem-interact SUBDIR += rubygem-io-like SUBDIR += rubygem-iobuffer SUBDIR += rubygem-jammit SUBDIR += rubygem-jbuilder SUBDIR += rubygem-jekyll-coffeescript SUBDIR += rubygem-jeweler SUBDIR += rubygem-jquery-ui-themes SUBDIR += rubygem-jruby-jars SUBDIR += rubygem-json SUBDIR += rubygem-json_pure SUBDIR += rubygem-kafo SUBDIR += rubygem-kafo_parsers SUBDIR += rubygem-kgio SUBDIR += rubygem-launchy SUBDIR += rubygem-launchy22 SUBDIR += rubygem-librarian SUBDIR += rubygem-libyajl2 SUBDIR += rubygem-listen SUBDIR += rubygem-little_plugger SUBDIR += rubygem-locale SUBDIR += rubygem-lockfile SUBDIR += rubygem-logging SUBDIR += rubygem-logster SUBDIR += rubygem-loquacious SUBDIR += rubygem-lru_redux SUBDIR += rubygem-lumberjack SUBDIR += rubygem-main SUBDIR += rubygem-map SUBDIR += rubygem-mash SUBDIR += rubygem-memoizable SUBDIR += rubygem-memoize SUBDIR += rubygem-mercenary SUBDIR += rubygem-message_bus SUBDIR += rubygem-metaclass SUBDIR += rubygem-metaid SUBDIR += rubygem-method_source SUBDIR += rubygem-mini_portile SUBDIR += rubygem-minitest SUBDIR += rubygem-minitest4 SUBDIR += rubygem-mirror SUBDIR += rubygem-mixlib-authentication SUBDIR += rubygem-mixlib-cli SUBDIR += rubygem-mixlib-config SUBDIR += rubygem-mixlib-log SUBDIR += rubygem-mixlib-shellout SUBDIR += rubygem-mkrf SUBDIR += rubygem-mocha SUBDIR += rubygem-moneta SUBDIR += rubygem-moneta06 SUBDIR += rubygem-mongo SUBDIR += rubygem-msgpack SUBDIR += rubygem-mspec SUBDIR += rubygem-multi_json SUBDIR += rubygem-multi_test SUBDIR += rubygem-murmurhash3 SUBDIR += rubygem-mustache SUBDIR += rubygem-mutter SUBDIR += rubygem-naught SUBDIR += rubygem-needle SUBDIR += rubygem-nesty SUBDIR += rubygem-nice-ffi SUBDIR += rubygem-nio4r SUBDIR += rubygem-nori SUBDIR += rubygem-notify SUBDIR += rubygem-nprogress-rails SUBDIR += rubygem-oj SUBDIR += rubygem-open3_backport SUBDIR += rubygem-open4 SUBDIR += rubygem-orm_adapter SUBDIR += rubygem-paint SUBDIR += rubygem-paperclip SUBDIR += rubygem-piston SUBDIR += rubygem-pkg-config SUBDIR += rubygem-platform SUBDIR += rubygem-plist SUBDIR += rubygem-polyglot SUBDIR += rubygem-popen4 SUBDIR += rubygem-posix-spawn SUBDIR += rubygem-powerbar SUBDIR += rubygem-power_assert SUBDIR += rubygem-prototype-rails SUBDIR += rubygem-pry SUBDIR += rubygem-pry-rails SUBDIR += rubygem-pry-remote-em SUBDIR += rubygem-ptreloaded SUBDIR += rubygem-pygments.rb SUBDIR += rubygem-r18n-core SUBDIR += rubygem-racc SUBDIR += rubygem-rack-mini-profiler SUBDIR += rubygem-rack-raw-upload SUBDIR += rubygem-rails-observers SUBDIR += rubygem-rainbow SUBDIR += rubygem-rake SUBDIR += rubygem-rake-compiler SUBDIR += rubygem-rapt SUBDIR += rubygem-rash SUBDIR += rubygem-rb-fsevent SUBDIR += rubygem-rb-inotify SUBDIR += rubygem-rb-kqueue SUBDIR += rubygem-rbtrace SUBDIR += rubygem-rcov SUBDIR += rubygem-rdoc SUBDIR += rubygem-recaptcha SUBDIR += rubygem-redis-activesupport SUBDIR += rubygem-redis-store SUBDIR += rubygem-redmine_plugin_support SUBDIR += rubygem-ref SUBDIR += rubygem-require_all SUBDIR += rubygem-request_store SUBDIR += rubygem-rgl SUBDIR += rubygem-rr SUBDIR += rubygem-rrd-ffi SUBDIR += rubygem-rscm SUBDIR += rubygem-rspec SUBDIR += rubygem-rspec-core SUBDIR += rubygem-rspec-expectations SUBDIR += rubygem-rspec-mocks SUBDIR += rubygem-rspec-support SUBDIR += rubygem-rubigen SUBDIR += rubygem-ruby-bugzilla SUBDIR += rubygem-ruby-ole SUBDIR += rubygem-ruby-prof SUBDIR += rubygem-ruby-sdl-ffi SUBDIR += rubygem-ruby2ruby SUBDIR += rubygem-ruby_parser SUBDIR += rubygem-rubygame SUBDIR += rubygem-rubygems-tasks SUBDIR += rubygem-rubyinlineaccel SUBDIR += rubygem-rubytree SUBDIR += rubygem-rufus-scheduler SUBDIR += rubygem-rugged SUBDIR += rubygem-runt SUBDIR += rubygem-ruport SUBDIR += rubygem-safe_yaml SUBDIR += rubygem-sdoc SUBDIR += rubygem-sequel SUBDIR += rubygem-sequel3 SUBDIR += rubygem-settingslogic SUBDIR += rubygem-sexp_processor SUBDIR += rubygem-shoulda SUBDIR += rubygem-shoulda-context SUBDIR += rubygem-shoulda-matchers SUBDIR += rubygem-sidekiq SUBDIR += rubygem-sigdump SUBDIR += rubygem-simple_form SUBDIR += rubygem-simplecov SUBDIR += rubygem-slack-notifier SUBDIR += rubygem-slim SUBDIR += rubygem-slop SUBDIR += rubygem-soap4r SUBDIR += rubygem-spring SUBDIR += rubygem-sprockets SUBDIR += rubygem-sprockets-rails SUBDIR += rubygem-sprockets211 SUBDIR += rubygem-spruz SUBDIR += rubygem-state_machine SUBDIR += rubygem-statsd SUBDIR += rubygem-stella SUBDIR += rubygem-stemmer SUBDIR += rubygem-stomp SUBDIR += rubygem-storable SUBDIR += rubygem-stream SUBDIR += rubygem-streetaddress SUBDIR += rubygem-stringex SUBDIR += rubygem-structured_warnings SUBDIR += rubygem-subexec SUBDIR += rubygem-sugar-high SUBDIR += rubygem-sumbur SUBDIR += rubygem-sundawg_country_codes SUBDIR += rubygem-sysinfo SUBDIR += rubygem-systemu SUBDIR += rubygem-table_print SUBDIR += rubygem-templater SUBDIR += rubygem-temple SUBDIR += rubygem-term-ansicolor SUBDIR += rubygem-test SUBDIR += rubygem-test-unit SUBDIR += rubygem-thor SUBDIR += rubygem-thread_safe SUBDIR += rubygem-thread_safe1 SUBDIR += rubygem-thrift SUBDIR += rubygem-tilt SUBDIR += rubygem-tilt1 SUBDIR += rubygem-timers SUBDIR += rubygem-timers1 SUBDIR += rubygem-tins SUBDIR += rubygem-tins0 SUBDIR += rubygem-toml SUBDIR += rubygem-transactionsimple SUBDIR += rubygem-treetop SUBDIR += rubygem-trollop SUBDIR += rubygem-turn SUBDIR += rubygem-typed-array SUBDIR += rubygem-tzinfo SUBDIR += rubygem-tzinfo03 SUBDIR += rubygem-unicode SUBDIR += rubygem-uuid SUBDIR += rubygem-uuidtools SUBDIR += rubygem-validatable SUBDIR += rubygem-versionomy SUBDIR += rubygem-virtus SUBDIR += rubygem-warbler SUBDIR += rubygem-warden SUBDIR += rubygem-wdm SUBDIR += rubygem-webby SUBDIR += rubygem-wmi-lite SUBDIR += rubygem-xpath SUBDIR += rubygem-yajl-ruby SUBDIR += rubygem-yui-compressor SUBDIR += rubygem-zentest SUBDIR += rudeconfig SUBDIR += rudiments SUBDIR += runsnakerun SUBDIR += rvi SUBDIR += rvm SUBDIR += sabre SUBDIR += safe-iop SUBDIR += sbt SUBDIR += scala-ide SUBDIR += scalatest SUBDIR += scandoc SUBDIR += scons SUBDIR += sdl12 SUBDIR += sdl20 SUBDIR += sdl_console SUBDIR += sdl_gnat SUBDIR += sdl_sge SUBDIR += sdlmm SUBDIR += sdlskk SUBDIR += sdts++ SUBDIR += sedsed SUBDIR += seed SUBDIR += seed3 SUBDIR += serdisplib SUBDIR += sfio SUBDIR += sfml SUBDIR += sfml1 SUBDIR += sgb SUBDIR += shapelib SUBDIR += shflags SUBDIR += shiboken SUBDIR += shmap SUBDIR += shtk SUBDIR += shtool SUBDIR += sigslot SUBDIR += silc-toolkit SUBDIR += silentbob SUBDIR += simgear SUBDIR += simian SUBDIR += simpletest SUBDIR += skalibs SUBDIR += slf4j SUBDIR += smack SUBDIR += smake SUBDIR += smc SUBDIR += smokegen SUBDIR += smokekde SUBDIR += smokeqt SUBDIR += smv SUBDIR += soapui SUBDIR += sourcenav SUBDIR += sparc64-binutils SUBDIR += sparc64-gcc SUBDIR += sparc64-xtoolchain-gcc SUBDIR += spatialindex SUBDIR += spdict SUBDIR += spin SUBDIR += splint SUBDIR += srecord SUBDIR += st SUBDIR += statcvs SUBDIR += statsvn SUBDIR += stfl SUBDIR += stlfilt SUBDIR += stlink SUBDIR += storm SUBDIR += stormlib-ghost++ SUBDIR += str SUBDIR += strace SUBDIR += streamhtmlparser SUBDIR += stringencoders SUBDIR += stxxl SUBDIR += styx SUBDIR += subclipse SUBDIR += subcommander2 SUBDIR += subversion SUBDIR += subversion-book SUBDIR += subversion-static SUBDIR += subversion16 SUBDIR += subversion17 SUBDIR += subversive SUBDIR += svk SUBDIR += svn2git SUBDIR += svn_load_dirs SUBDIR += svndelta SUBDIR += svnkit SUBDIR += svntrac SUBDIR += swank-clojure SUBDIR += swig13 SUBDIR += swig20 SUBDIR += swig30 SUBDIR += synfig SUBDIR += sysconftool SUBDIR += sysfsutils SUBDIR += t1lib SUBDIR += ta-lib SUBDIR += tailor SUBDIR += talloc SUBDIR += tass64 SUBDIR += tbb SUBDIR += tcl-memchan SUBDIR += tcl-mmap SUBDIR += tcl-signal SUBDIR += tcl-trf SUBDIR += tclap SUBDIR += tclbsd SUBDIR += tclcheck SUBDIR += tclgetopts SUBDIR += tcllauncher SUBDIR += tcllib SUBDIR += tclmore SUBDIR += tcloo SUBDIR += tclreadline SUBDIR += tclthread SUBDIR += tcltls SUBDIR += tclvfs SUBDIR += tclxml SUBDIR += tdl SUBDIR += terminality SUBDIR += tesla SUBDIR += tevent SUBDIR += tex-kpathsea SUBDIR += tex-web2c SUBDIR += thrift SUBDIR += thrift-c_glib SUBDIR += thrift-cpp SUBDIR += thunar-vcs-plugin SUBDIR += tig SUBDIR += tigcc SUBDIR += tijmp SUBDIR += tinylaf SUBDIR += tinyq SUBDIR += tkcon SUBDIR += tkcvs SUBDIR += tkinspect SUBDIR += tkmerge SUBDIR += tkp4 SUBDIR += tla SUBDIR += tmake SUBDIR += tnt SUBDIR += toh SUBDIR += tokamak SUBDIR += tortoisehg SUBDIR += tpasm SUBDIR += trac-bitten SUBDIR += tradcpp SUBDIR += trio SUBDIR += truc SUBDIR += uatraits SUBDIR += uboot-mkimage SUBDIR += uclmmbase SUBDIR += ucommon SUBDIR += ucpp SUBDIR += udis86 SUBDIR += ultragetopt SUBDIR += umbrello SUBDIR += umem SUBDIR += umlgraph SUBDIR += universalindentgui SUBDIR += upnp SUBDIR += upp SUBDIR += upslug SUBDIR += urjtag SUBDIR += utf8cpp SUBDIR += uthash SUBDIR += valgrind SUBDIR += valgrind-devel SUBDIR += varconf SUBDIR += vasm SUBDIR += vera++ SUBDIR += viewvc SUBDIR += violet SUBDIR += visualparadigm SUBDIR += vstr SUBDIR += vtcl SUBDIR += vxlog SUBDIR += wand-libconfig SUBDIR += websvn SUBDIR += wininfo SUBDIR += winpdb SUBDIR += wizardkit SUBDIR += wxGlade SUBDIR += xa65 SUBDIR += xc3sprog SUBDIR += xdg-user-dirs SUBDIR += xdg-utils SUBDIR += xfce4-dev-tools SUBDIR += xfce4-vala SUBDIR += xlocale SUBDIR += xmake SUBDIR += xmltooling SUBDIR += xorg-macros SUBDIR += xparam SUBDIR += xsd SUBDIR += xtl SUBDIR += xtla SUBDIR += xwpe SUBDIR += xxgdb SUBDIR += xxl SUBDIR += yajl SUBDIR += yajl-tcl SUBDIR += yaml-cpp SUBDIR += yaml-cpp03 SUBDIR += yasm SUBDIR += yasm-devel SUBDIR += z80-asm SUBDIR += z80asm SUBDIR += z80ex SUBDIR += zookeeper SUBDIR += zpu-binutils SUBDIR += zpu-gcc SUBDIR += ztcl SUBDIR += zthread SUBDIR += zziplib .include Index: head/devel/linux-c6-dbus-glib/Makefile =================================================================== --- head/devel/linux-c6-dbus-glib/Makefile (revision 372444) +++ head/devel/linux-c6-dbus-glib/Makefile (revision 372445) @@ -1,25 +1,26 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= dbus-glib PORTVERSION= 0.86 +PORTREVISION= 1 CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org COMMENT= GLib bindings for D-Bus (Linux CentOS ${LINUX_DIST_VER}) USE_LINUX= c6 USE_LINUX_RPM= yes USE_LINUX_APPS= dbuslibs expat RPMVERSION= 6.el6 BRANDELF_FILES= usr/bin/dbus-binding-tool USE_LDCONFIG= yes PLIST_FILES= usr/bin/dbus-binding-tool usr/lib/libdbus-glib-1.so.2 \ usr/lib/libdbus-glib-1.so.2.1.0 DOCSDIR= usr/share/doc/dbus-glib-0.86 PORTDOCS= COPYING ChangeLog NEWS DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/devel/linux-c6-dbus-glib/distinfo.i686 =================================================================== --- head/devel/linux-c6-dbus-glib/distinfo.i686 (revision 372444) +++ head/devel/linux-c6-dbus-glib/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/dbus-glib-0.86-6.el6.i686.rpm) = e1cb0f93ab95f372e8f1db1f5cb478bef50162df83529b30df86d3a2230b15ad -SIZE (rpm/i686/centos/6.5/dbus-glib-0.86-6.el6.i686.rpm) = 174260 -SHA256 (rpm/i686/centos/6.5/dbus-glib-0.86-6.el6.src.rpm) = 64debf22fe3655502f1afa6e27451b0de83a3a8ac922470ce5694087f656c82f -SIZE (rpm/i686/centos/6.5/dbus-glib-0.86-6.el6.src.rpm) = 717593 +SHA256 (rpm/i686/centos/6.6/dbus-glib-0.86-6.el6.i686.rpm) = e1cb0f93ab95f372e8f1db1f5cb478bef50162df83529b30df86d3a2230b15ad +SIZE (rpm/i686/centos/6.6/dbus-glib-0.86-6.el6.i686.rpm) = 174260 +SHA256 (rpm/i686/centos/6.6/dbus-glib-0.86-6.el6.src.rpm) = 64debf22fe3655502f1afa6e27451b0de83a3a8ac922470ce5694087f656c82f +SIZE (rpm/i686/centos/6.6/dbus-glib-0.86-6.el6.src.rpm) = 717593 Index: head/devel/linux-c6-dbus-libs/Makefile =================================================================== --- head/devel/linux-c6-dbus-libs/Makefile (revision 372444) +++ head/devel/linux-c6-dbus-libs/Makefile (revision 372445) @@ -1,25 +1,26 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= dbus-libs PORTVERSION= 1.2.24 +PORTREVISION= 1 CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org COMMENT= Libraries for accessing D-BUS (Linux CentOS ${LINUX_DIST_VER}) ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes RPMVERSION= 7.el6_3 USE_LDCONFIG= yes DESCR= ${.CURDIR}/../dbus/pkg-descr PLIST_FILES= lib/libdbus-1.so.3 lib/libdbus-1.so.3.4.0 CONFLICTS= linux-dbus-libs-[0-9]* linux-f10-dbus-libs-[0-9]* SRC_DISTFILES= dbus-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} .include Index: head/devel/linux-c6-dbus-libs/distinfo.i686 =================================================================== --- head/devel/linux-c6-dbus-libs/distinfo.i686 (revision 372444) +++ head/devel/linux-c6-dbus-libs/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/dbus-libs-1.2.24-7.el6_3.i686.rpm) = ec0af9c242c73008cf1b26e2ae3d132f62d8a6b9c866bfb463b6ea9d2eea71ab -SIZE (rpm/i686/centos/6.5/dbus-libs-1.2.24-7.el6_3.i686.rpm) = 131740 -SHA256 (rpm/i686/centos/6.5/dbus-1.2.24-7.el6_3.src.rpm) = df3508c374ed6b0868b313098bbf64f6b16befa6f305d3dd4def8d08c9b221e8 -SIZE (rpm/i686/centos/6.5/dbus-1.2.24-7.el6_3.src.rpm) = 1720674 +SHA256 (rpm/i686/centos/6.6/dbus-libs-1.2.24-7.el6_3.i686.rpm) = ec0af9c242c73008cf1b26e2ae3d132f62d8a6b9c866bfb463b6ea9d2eea71ab +SIZE (rpm/i686/centos/6.6/dbus-libs-1.2.24-7.el6_3.i686.rpm) = 131740 +SHA256 (rpm/i686/centos/6.6/dbus-1.2.24-7.el6_3.src.rpm) = df3508c374ed6b0868b313098bbf64f6b16befa6f305d3dd4def8d08c9b221e8 +SIZE (rpm/i686/centos/6.6/dbus-1.2.24-7.el6_3.src.rpm) = 1720674 Index: head/devel/linux-c6-devtools/Makefile =================================================================== --- head/devel/linux-c6-devtools/Makefile (revision 372444) +++ head/devel/linux-c6-devtools/Makefile (revision 372445) @@ -1,44 +1,43 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= devtools -PORTVERSION= 6.5 -PORTREVISION= 1 +PORTVERSION= 6.6 CATEGORIES= devel -DISTFILES= binutils-2.20.51.0.2-5.36.el6.i686.rpm \ - binutils-devel-2.20.51.0.2-5.36.el6.i686.rpm \ - glibc-devel-2.12-1.132.el6.i686.rpm \ - glibc-headers-2.12-1.132.el6.i686.rpm \ +DISTFILES= binutils-2.20.51.0.2-5.42.el6.i686.rpm \ + binutils-devel-2.20.51.0.2-5.42.el6.i686.rpm \ + glibc-devel-2.12-1.149.el6.i686.rpm \ + glibc-headers-2.12-1.149.el6.i686.rpm \ gmp-4.3.1-7.el6_2.2.i686.rpm \ - kernel-headers-2.6.32-431.el6.i686.rpm \ - libstdc++-devel-4.4.7-4.el6.i686.rpm \ + kernel-headers-2.6.32-504.el6.i686.rpm \ + libstdc++-devel-4.4.7-11.el6.i686.rpm \ mpfr-2.4.1-6.el6.i686.rpm \ - cpp-4.4.7-4.el6.i686.rpm \ - gcc-4.4.7-4.el6.i686.rpm \ - gcc-c++-4.4.7-4.el6.i686.rpm \ - gcc-gfortran-4.4.7-4.el6.i686.rpm + cpp-4.4.7-11.el6.i686.rpm \ + gcc-4.4.7-11.el6.i686.rpm \ + gcc-c++-4.4.7-11.el6.i686.rpm \ + gcc-gfortran-4.4.7-11.el6.i686.rpm MAINTAINER= emulation@freebsd.org COMMENT= Linux compilers and base libraries (CentOS ${LINUX_DIST_VER}) # LICENSE= Various GNU ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes USE_LDCONFIG= yes PLIST_SUB+= NLS="" -SRC_DISTFILES= binutils-2.20.51.0.2-5.36.el6.src.rpm \ - glibc-2.12-1.132.el6.src.rpm \ +SRC_DISTFILES= binutils-2.20.51.0.2-5.42.el6.src.rpm \ + glibc-2.12-1.149.el6.src.rpm \ gmp-4.3.1-7.el6_2.2.src.rpm \ - kernel-2.6.32-431.el6.src.rpm \ + kernel-2.6.32-504.el6.src.rpm \ mpfr-2.4.1-6.el6.src.rpm \ - gcc-4.4.7-4.el6.src.rpm + gcc-4.4.7-11.el6.src.rpm post-install: ${LN} -sf ${LINUXBASE}/lib/libgcc_s.so.1 \ ${STAGEDIR}${PREFIX}/usr/lib/gcc/i686-redhat-linux/4.4.4/libgcc_s.so .include Index: head/devel/linux-c6-devtools/distinfo.i686 =================================================================== --- head/devel/linux-c6-devtools/distinfo.i686 (revision 372444) +++ head/devel/linux-c6-devtools/distinfo.i686 (revision 372445) @@ -1,36 +1,36 @@ -SHA256 (rpm/i686/centos/6.5/binutils-2.20.51.0.2-5.36.el6.i686.rpm) = b520e5ac9244021fd9838cf27419d4f445de4a7e2f4729d7afc3d4e2434b61c7 -SIZE (rpm/i686/centos/6.5/binutils-2.20.51.0.2-5.36.el6.i686.rpm) = 2913904 -SHA256 (rpm/i686/centos/6.5/binutils-devel-2.20.51.0.2-5.36.el6.i686.rpm) = 1fb4551fe1db8fd8722f07eda1fd912606f52e0914b88868f58c27d001b65654 -SIZE (rpm/i686/centos/6.5/binutils-devel-2.20.51.0.2-5.36.el6.i686.rpm) = 744372 -SHA256 (rpm/i686/centos/6.5/glibc-devel-2.12-1.132.el6.i686.rpm) = 6d0b2cbf484d8e4f72202387852c342b932174c10eeade4589505755e1ffef0a -SIZE (rpm/i686/centos/6.5/glibc-devel-2.12-1.132.el6.i686.rpm) = 1001468 -SHA256 (rpm/i686/centos/6.5/glibc-headers-2.12-1.132.el6.i686.rpm) = 989ed41829ed46d2b2f2df6c7073ff3ade987c94d7d0c1e0911a908288b03fd3 -SIZE (rpm/i686/centos/6.5/glibc-headers-2.12-1.132.el6.i686.rpm) = 631044 -SHA256 (rpm/i686/centos/6.5/gmp-4.3.1-7.el6_2.2.i686.rpm) = f1855126a943ed4aac412006af98490248b739b4f9f78487f17c3275557948e2 -SIZE (rpm/i686/centos/6.5/gmp-4.3.1-7.el6_2.2.i686.rpm) = 331548 -SHA256 (rpm/i686/centos/6.5/kernel-headers-2.6.32-431.el6.i686.rpm) = 216ee716b0449fd758825db880e6e5461d8268d8db5f016f3261797dc1c4ab93 -SIZE (rpm/i686/centos/6.5/kernel-headers-2.6.32-431.el6.i686.rpm) = 2970152 -SHA256 (rpm/i686/centos/6.5/libstdc++-devel-4.4.7-4.el6.i686.rpm) = e53bbea64130c421b604590ed5bb7606f0c51a0de1788b35489754cf3d4319d9 -SIZE (rpm/i686/centos/6.5/libstdc++-devel-4.4.7-4.el6.i686.rpm) = 1665124 -SHA256 (rpm/i686/centos/6.5/mpfr-2.4.1-6.el6.i686.rpm) = e732d3292785d1590841b569af10536fa5d99bccb7ade7079c955cb35b02a192 -SIZE (rpm/i686/centos/6.5/mpfr-2.4.1-6.el6.i686.rpm) = 157100 -SHA256 (rpm/i686/centos/6.5/cpp-4.4.7-4.el6.i686.rpm) = b03d35b8ef0da6e6a9ba662fe3c5e127684461c496b192ede835d823c994cc69 -SIZE (rpm/i686/centos/6.5/cpp-4.4.7-4.el6.i686.rpm) = 3517344 -SHA256 (rpm/i686/centos/6.5/gcc-4.4.7-4.el6.i686.rpm) = 347e4ab6e3cdc91da738ac148240e1dc164150d302f07d6640137cdf07f81fb4 -SIZE (rpm/i686/centos/6.5/gcc-4.4.7-4.el6.i686.rpm) = 8560644 -SHA256 (rpm/i686/centos/6.5/gcc-c++-4.4.7-4.el6.i686.rpm) = 771d67a969aed0cc52c441700e00af45c4b8f7610989953efe6daedd97791cfa -SIZE (rpm/i686/centos/6.5/gcc-c++-4.4.7-4.el6.i686.rpm) = 4524080 -SHA256 (rpm/i686/centos/6.5/gcc-gfortran-4.4.7-4.el6.i686.rpm) = 9f4f5f0eeacde1fb71169cd5613b2969deb6a396920f5606e615fcbdc2bec25f -SIZE (rpm/i686/centos/6.5/gcc-gfortran-4.4.7-4.el6.i686.rpm) = 4313664 -SHA256 (rpm/i686/centos/6.5/binutils-2.20.51.0.2-5.36.el6.src.rpm) = 183d0beac743096dd444a193be87a4334264050931696a99d33cd63b3071d73c -SIZE (rpm/i686/centos/6.5/binutils-2.20.51.0.2-5.36.el6.src.rpm) = 16318117 -SHA256 (rpm/i686/centos/6.5/glibc-2.12-1.132.el6.src.rpm) = 3e4c6385b8c0fcb1dd92c2c3949cf2efeefba1330c38f699a0254f72d9bffc8d -SIZE (rpm/i686/centos/6.5/glibc-2.12-1.132.el6.src.rpm) = 16124735 -SHA256 (rpm/i686/centos/6.5/gmp-4.3.1-7.el6_2.2.src.rpm) = bdcb4d9e864f97b74f116b9bcb22ee2a589b8b7defef76d72004b80a157d9c7c -SIZE (rpm/i686/centos/6.5/gmp-4.3.1-7.el6_2.2.src.rpm) = 1908630 -SHA256 (rpm/i686/centos/6.5/kernel-2.6.32-431.el6.src.rpm) = 903e111bdb4c286da3a421d7d25eb34ba2bfdc1ded658ff06a807a5e73acf88f -SIZE (rpm/i686/centos/6.5/kernel-2.6.32-431.el6.src.rpm) = 95466197 -SHA256 (rpm/i686/centos/6.5/mpfr-2.4.1-6.el6.src.rpm) = 4b5fcd2cf40deb6a791f4fa4e39315e2345001e528c45ed52042e3c4ba467f6c -SIZE (rpm/i686/centos/6.5/mpfr-2.4.1-6.el6.src.rpm) = 911271 -SHA256 (rpm/i686/centos/6.5/gcc-4.4.7-4.el6.src.rpm) = e83931377e08c21e5c823aa6e66d797400c1342135f701e331790375e04b0a84 -SIZE (rpm/i686/centos/6.5/gcc-4.4.7-4.el6.src.rpm) = 52327074 +SHA256 (rpm/i686/centos/6.6/binutils-2.20.51.0.2-5.42.el6.i686.rpm) = 0d2633db84a1a183fe46d0b600325c038bdaf24faf210f6044d0d5adc5584cca +SIZE (rpm/i686/centos/6.6/binutils-2.20.51.0.2-5.42.el6.i686.rpm) = 2910904 +SHA256 (rpm/i686/centos/6.6/binutils-devel-2.20.51.0.2-5.42.el6.i686.rpm) = d44c78f454315ea16e0f7a3904e233c5a7d7b7d60e01380ad4701492bc729c0a +SIZE (rpm/i686/centos/6.6/binutils-devel-2.20.51.0.2-5.42.el6.i686.rpm) = 745200 +SHA256 (rpm/i686/centos/6.6/glibc-devel-2.12-1.149.el6.i686.rpm) = 0d959a633daf7148a495d9f012216d7c7900deab63eb106a32ebf809d74a95fa +SIZE (rpm/i686/centos/6.6/glibc-devel-2.12-1.149.el6.i686.rpm) = 1006532 +SHA256 (rpm/i686/centos/6.6/glibc-headers-2.12-1.149.el6.i686.rpm) = 53abaca222194862b0ec504ba154fe6295d7de51ef55b9b4faeb0b54a9a82e40 +SIZE (rpm/i686/centos/6.6/glibc-headers-2.12-1.149.el6.i686.rpm) = 633832 +SHA256 (rpm/i686/centos/6.6/gmp-4.3.1-7.el6_2.2.i686.rpm) = f1855126a943ed4aac412006af98490248b739b4f9f78487f17c3275557948e2 +SIZE (rpm/i686/centos/6.6/gmp-4.3.1-7.el6_2.2.i686.rpm) = 331548 +SHA256 (rpm/i686/centos/6.6/kernel-headers-2.6.32-504.el6.i686.rpm) = 95d0281dbdf5854e0baec91e4cbc88d359f32db28386a4a06ec512d9f0ed2906 +SIZE (rpm/i686/centos/6.6/kernel-headers-2.6.32-504.el6.i686.rpm) = 3498284 +SHA256 (rpm/i686/centos/6.6/libstdc++-devel-4.4.7-11.el6.i686.rpm) = bd7d8da981c7e0509801758e5b982b9c61c243283e1644911eab6e0feea555fd +SIZE (rpm/i686/centos/6.6/libstdc++-devel-4.4.7-11.el6.i686.rpm) = 1666516 +SHA256 (rpm/i686/centos/6.6/mpfr-2.4.1-6.el6.i686.rpm) = e732d3292785d1590841b569af10536fa5d99bccb7ade7079c955cb35b02a192 +SIZE (rpm/i686/centos/6.6/mpfr-2.4.1-6.el6.i686.rpm) = 157100 +SHA256 (rpm/i686/centos/6.6/cpp-4.4.7-11.el6.i686.rpm) = 80c58e7cb2c05797f18780cd514d7a44d641953ccb490155f7f3b9d8bf0fe56d +SIZE (rpm/i686/centos/6.6/cpp-4.4.7-11.el6.i686.rpm) = 3518744 +SHA256 (rpm/i686/centos/6.6/gcc-4.4.7-11.el6.i686.rpm) = 3bdd9c9a6d945d336b22cb17d31afafa006add0d22cdb687786492d77c1fd3d4 +SIZE (rpm/i686/centos/6.6/gcc-4.4.7-11.el6.i686.rpm) = 8575544 +SHA256 (rpm/i686/centos/6.6/gcc-c++-4.4.7-11.el6.i686.rpm) = 77f6e99800586b035e2a488017de5a6f3e7172c6b06082de6cf7bcd2d8b7c33b +SIZE (rpm/i686/centos/6.6/gcc-c++-4.4.7-11.el6.i686.rpm) = 4525592 +SHA256 (rpm/i686/centos/6.6/gcc-gfortran-4.4.7-11.el6.i686.rpm) = ff17ba547ded747663733c3ab104af792f85db0c12f8647492631d3d5c5e9647 +SIZE (rpm/i686/centos/6.6/gcc-gfortran-4.4.7-11.el6.i686.rpm) = 4315364 +SHA256 (rpm/i686/centos/6.6/binutils-2.20.51.0.2-5.42.el6.src.rpm) = c72cf98931aef94b7b321f408dbbecc8e93b511287cb9a3a40574d8bb9e03b2c +SIZE (rpm/i686/centos/6.6/binutils-2.20.51.0.2-5.42.el6.src.rpm) = 16323273 +SHA256 (rpm/i686/centos/6.6/glibc-2.12-1.149.el6.src.rpm) = a80c56f07bd48485b3d6c5e68d5863cf8f5c98939016852990470613a7c59577 +SIZE (rpm/i686/centos/6.6/glibc-2.12-1.149.el6.src.rpm) = 16171993 +SHA256 (rpm/i686/centos/6.6/gmp-4.3.1-7.el6_2.2.src.rpm) = bdcb4d9e864f97b74f116b9bcb22ee2a589b8b7defef76d72004b80a157d9c7c +SIZE (rpm/i686/centos/6.6/gmp-4.3.1-7.el6_2.2.src.rpm) = 1908630 +SHA256 (rpm/i686/centos/6.6/kernel-2.6.32-504.el6.src.rpm) = 84d5d3518814f748d0a6a9e63e8245af22fe664874a9c17520e94aad663a400c +SIZE (rpm/i686/centos/6.6/kernel-2.6.32-504.el6.src.rpm) = 99402046 +SHA256 (rpm/i686/centos/6.6/mpfr-2.4.1-6.el6.src.rpm) = 4b5fcd2cf40deb6a791f4fa4e39315e2345001e528c45ed52042e3c4ba467f6c +SIZE (rpm/i686/centos/6.6/mpfr-2.4.1-6.el6.src.rpm) = 911271 +SHA256 (rpm/i686/centos/6.6/gcc-4.4.7-11.el6.src.rpm) = df7730e2e7d52d5ce4c655bd4fff23c738fb6b1c5b81d6f2878e4c7664d7031b +SIZE (rpm/i686/centos/6.6/gcc-4.4.7-11.el6.src.rpm) = 52377306 Index: head/devel/linux-c6-devtools/pkg-plist =================================================================== --- head/devel/linux-c6-devtools/pkg-plist (revision 372444) +++ head/devel/linux-c6-devtools/pkg-plist (revision 372445) @@ -1,2233 +1,2068 @@ lib/cpp usr/bin/addr2line usr/bin/ar usr/bin/as usr/bin/c++ usr/bin/c++filt usr/bin/c89 usr/bin/c99 usr/bin/cc usr/bin/cpp usr/bin/f95 usr/bin/g++ usr/bin/gcc usr/bin/gcov usr/bin/gfortran usr/bin/gprof usr/bin/i686-redhat-linux-c++ usr/bin/i686-redhat-linux-g++ usr/bin/i686-redhat-linux-gcc usr/bin/ld usr/bin/nm usr/bin/objcopy usr/bin/objdump usr/bin/protoize usr/bin/ranlib usr/bin/readelf usr/bin/size usr/bin/strings usr/bin/strip usr/bin/unprotoize usr/include/_G_config.h usr/include/a.out.h usr/include/aio.h usr/include/aliases.h usr/include/alloca.h usr/include/ansidecl.h usr/include/ar.h usr/include/argp.h usr/include/argz.h usr/include/arpa/ftp.h usr/include/arpa/inet.h usr/include/arpa/nameser.h usr/include/arpa/nameser_compat.h usr/include/arpa/telnet.h usr/include/arpa/tftp.h usr/include/asm-generic/auxvec.h usr/include/asm-generic/bitsperlong.h usr/include/asm-generic/errno-base.h usr/include/asm-generic/errno.h usr/include/asm-generic/fcntl.h usr/include/asm-generic/int-l64.h usr/include/asm-generic/int-ll64.h usr/include/asm-generic/ioctl.h usr/include/asm-generic/ioctls.h usr/include/asm-generic/ipcbuf.h usr/include/asm-generic/mman-common.h usr/include/asm-generic/mman.h usr/include/asm-generic/msgbuf.h usr/include/asm-generic/param.h usr/include/asm-generic/poll.h usr/include/asm-generic/posix_types.h usr/include/asm-generic/resource.h usr/include/asm-generic/sembuf.h usr/include/asm-generic/setup.h usr/include/asm-generic/shmbuf.h usr/include/asm-generic/shmparam.h usr/include/asm-generic/siginfo.h usr/include/asm-generic/signal-defs.h usr/include/asm-generic/signal.h usr/include/asm-generic/socket.h usr/include/asm-generic/sockios.h usr/include/asm-generic/stat.h usr/include/asm-generic/statfs.h usr/include/asm-generic/swab.h usr/include/asm-generic/termbits.h usr/include/asm-generic/termios.h -usr/include/asm-generic/trace_clock.h usr/include/asm-generic/types.h usr/include/asm-generic/ucontext.h usr/include/asm-generic/unistd.h usr/include/asm/a.out.h usr/include/asm/auxvec.h usr/include/asm/bitsperlong.h usr/include/asm/boot.h usr/include/asm/bootparam.h usr/include/asm/byteorder.h usr/include/asm/debugreg.h usr/include/asm/e820.h usr/include/asm/errno.h usr/include/asm/fcntl.h usr/include/asm/hyperv.h usr/include/asm/ioctl.h usr/include/asm/ioctls.h usr/include/asm/ipcbuf.h usr/include/asm/ist.h usr/include/asm/kvm.h usr/include/asm/kvm_para.h usr/include/asm/ldt.h usr/include/asm/mce.h usr/include/asm/mman.h usr/include/asm/msgbuf.h usr/include/asm/msr-index.h usr/include/asm/msr.h usr/include/asm/mtrr.h usr/include/asm/param.h usr/include/asm/poll.h usr/include/asm/posix_types.h usr/include/asm/posix_types_32.h usr/include/asm/posix_types_64.h usr/include/asm/prctl.h usr/include/asm/processor-flags.h usr/include/asm/ptrace-abi.h usr/include/asm/ptrace.h usr/include/asm/resource.h usr/include/asm/sembuf.h usr/include/asm/setup.h usr/include/asm/shmbuf.h usr/include/asm/sigcontext.h usr/include/asm/sigcontext32.h usr/include/asm/siginfo.h usr/include/asm/signal.h usr/include/asm/socket.h usr/include/asm/sockios.h usr/include/asm/stat.h usr/include/asm/statfs.h usr/include/asm/swab.h usr/include/asm/termbits.h usr/include/asm/termios.h -usr/include/asm/trace_clock.h usr/include/asm/types.h usr/include/asm/ucontext.h usr/include/asm/unistd.h usr/include/asm/unistd_32.h usr/include/asm/unistd_64.h usr/include/asm/vm86.h usr/include/asm/vsyscall.h usr/include/assert.h usr/include/bfd.h usr/include/bfdlink.h usr/include/bits/a.out.h usr/include/bits/byteswap.h usr/include/bits/cmathcalls.h usr/include/bits/confname.h usr/include/bits/dirent.h usr/include/bits/dlfcn.h usr/include/bits/elfclass.h usr/include/bits/endian.h usr/include/bits/environments.h usr/include/bits/errno.h usr/include/bits/error.h usr/include/bits/fcntl.h usr/include/bits/fcntl2.h usr/include/bits/fenv.h usr/include/bits/fenvinline.h usr/include/bits/huge_val.h usr/include/bits/huge_valf.h usr/include/bits/huge_vall.h usr/include/bits/in.h usr/include/bits/inf.h usr/include/bits/initspin.h usr/include/bits/ioctl-types.h usr/include/bits/ioctls.h usr/include/bits/ipc.h usr/include/bits/ipctypes.h usr/include/bits/libc-lock.h usr/include/bits/libio-ldbl.h usr/include/bits/link.h usr/include/bits/local_lim.h usr/include/bits/locale.h usr/include/bits/mathcalls.h usr/include/bits/mathdef.h usr/include/bits/mathinline.h usr/include/bits/mman.h usr/include/bits/monetary-ldbl.h usr/include/bits/mqueue.h usr/include/bits/mqueue2.h usr/include/bits/msq.h usr/include/bits/nan.h usr/include/bits/netdb.h usr/include/bits/poll.h usr/include/bits/posix1_lim.h usr/include/bits/posix2_lim.h usr/include/bits/posix_opt.h usr/include/bits/printf-ldbl.h usr/include/bits/pthreadtypes.h usr/include/bits/resource.h usr/include/bits/sched.h usr/include/bits/select.h usr/include/bits/sem.h usr/include/bits/semaphore.h usr/include/bits/setjmp.h usr/include/bits/setjmp2.h usr/include/bits/shm.h usr/include/bits/sigaction.h usr/include/bits/sigcontext.h usr/include/bits/siginfo.h usr/include/bits/signum.h usr/include/bits/sigset.h usr/include/bits/sigstack.h usr/include/bits/sigthread.h usr/include/bits/sockaddr.h usr/include/bits/socket.h usr/include/bits/socket2.h usr/include/bits/stab.def usr/include/bits/stat.h usr/include/bits/statfs.h usr/include/bits/statvfs.h usr/include/bits/stdio-ldbl.h usr/include/bits/stdio-lock.h usr/include/bits/stdio.h usr/include/bits/stdio2.h usr/include/bits/stdio_lim.h usr/include/bits/stdlib-ldbl.h usr/include/bits/stdlib.h usr/include/bits/string.h usr/include/bits/string2.h usr/include/bits/string3.h usr/include/bits/sys_errlist.h usr/include/bits/syscall.h usr/include/bits/syslog-ldbl.h usr/include/bits/syslog-path.h usr/include/bits/syslog.h usr/include/bits/termios.h usr/include/bits/time.h usr/include/bits/types.h usr/include/bits/typesizes.h usr/include/bits/uio.h usr/include/bits/unistd.h usr/include/bits/ustat.h usr/include/bits/utmp.h usr/include/bits/utmpx.h usr/include/bits/utsname.h usr/include/bits/waitflags.h usr/include/bits/waitstatus.h usr/include/bits/wchar-ldbl.h usr/include/bits/wchar.h usr/include/bits/wchar2.h usr/include/bits/wordsize.h usr/include/bits/xopen_lim.h usr/include/byteswap.h usr/include/c++/4.4.4/algorithm usr/include/c++/4.4.4/array usr/include/c++/4.4.4/backward/auto_ptr.h usr/include/c++/4.4.4/backward/backward_warning.h usr/include/c++/4.4.4/backward/binders.h usr/include/c++/4.4.4/backward/hash_fun.h usr/include/c++/4.4.4/backward/hash_map usr/include/c++/4.4.4/backward/hash_set usr/include/c++/4.4.4/backward/hashtable.h usr/include/c++/4.4.4/backward/strstream usr/include/c++/4.4.4/bits/algorithmfwd.h usr/include/c++/4.4.4/bits/allocator.h usr/include/c++/4.4.4/bits/atomic_0.h usr/include/c++/4.4.4/bits/atomic_2.h usr/include/c++/4.4.4/bits/atomicfwd_c.h usr/include/c++/4.4.4/bits/atomicfwd_cxx.h usr/include/c++/4.4.4/bits/basic_ios.h usr/include/c++/4.4.4/bits/basic_ios.tcc usr/include/c++/4.4.4/bits/basic_string.h usr/include/c++/4.4.4/bits/basic_string.tcc usr/include/c++/4.4.4/bits/boost_concept_check.h usr/include/c++/4.4.4/bits/char_traits.h usr/include/c++/4.4.4/bits/cmath.tcc usr/include/c++/4.4.4/bits/codecvt.h usr/include/c++/4.4.4/bits/concept_check.h usr/include/c++/4.4.4/bits/cpp_type_traits.h usr/include/c++/4.4.4/bits/deque.tcc usr/include/c++/4.4.4/bits/forward_list.h usr/include/c++/4.4.4/bits/forward_list.tcc usr/include/c++/4.4.4/bits/fstream.tcc usr/include/c++/4.4.4/bits/functexcept.h usr/include/c++/4.4.4/bits/functional_hash.h usr/include/c++/4.4.4/bits/gslice.h usr/include/c++/4.4.4/bits/gslice_array.h usr/include/c++/4.4.4/bits/hashtable.h usr/include/c++/4.4.4/bits/indirect_array.h usr/include/c++/4.4.4/bits/ios_base.h usr/include/c++/4.4.4/bits/istream.tcc usr/include/c++/4.4.4/bits/list.tcc usr/include/c++/4.4.4/bits/locale_classes.h usr/include/c++/4.4.4/bits/locale_classes.tcc usr/include/c++/4.4.4/bits/locale_facets.h usr/include/c++/4.4.4/bits/locale_facets.tcc usr/include/c++/4.4.4/bits/locale_facets_nonio.h usr/include/c++/4.4.4/bits/locale_facets_nonio.tcc usr/include/c++/4.4.4/bits/localefwd.h usr/include/c++/4.4.4/bits/mask_array.h usr/include/c++/4.4.4/bits/move.h usr/include/c++/4.4.4/bits/ostream.tcc usr/include/c++/4.4.4/bits/ostream_insert.h usr/include/c++/4.4.4/bits/postypes.h usr/include/c++/4.4.4/bits/shared_ptr.h usr/include/c++/4.4.4/bits/slice_array.h usr/include/c++/4.4.4/bits/sstream.tcc usr/include/c++/4.4.4/bits/stl_algo.h usr/include/c++/4.4.4/bits/stl_algobase.h usr/include/c++/4.4.4/bits/stl_bvector.h usr/include/c++/4.4.4/bits/stl_construct.h usr/include/c++/4.4.4/bits/stl_deque.h usr/include/c++/4.4.4/bits/stl_function.h usr/include/c++/4.4.4/bits/stl_heap.h usr/include/c++/4.4.4/bits/stl_iterator.h usr/include/c++/4.4.4/bits/stl_iterator_base_funcs.h usr/include/c++/4.4.4/bits/stl_iterator_base_types.h usr/include/c++/4.4.4/bits/stl_list.h usr/include/c++/4.4.4/bits/stl_map.h usr/include/c++/4.4.4/bits/stl_multimap.h usr/include/c++/4.4.4/bits/stl_multiset.h usr/include/c++/4.4.4/bits/stl_numeric.h usr/include/c++/4.4.4/bits/stl_pair.h usr/include/c++/4.4.4/bits/stl_queue.h usr/include/c++/4.4.4/bits/stl_raw_storage_iter.h usr/include/c++/4.4.4/bits/stl_relops.h usr/include/c++/4.4.4/bits/stl_set.h usr/include/c++/4.4.4/bits/stl_stack.h usr/include/c++/4.4.4/bits/stl_tempbuf.h usr/include/c++/4.4.4/bits/stl_tree.h usr/include/c++/4.4.4/bits/stl_uninitialized.h usr/include/c++/4.4.4/bits/stl_vector.h usr/include/c++/4.4.4/bits/stream_iterator.h usr/include/c++/4.4.4/bits/streambuf.tcc usr/include/c++/4.4.4/bits/streambuf_iterator.h usr/include/c++/4.4.4/bits/stringfwd.h usr/include/c++/4.4.4/bits/unique_ptr.h usr/include/c++/4.4.4/bits/valarray_after.h usr/include/c++/4.4.4/bits/valarray_array.h usr/include/c++/4.4.4/bits/valarray_array.tcc usr/include/c++/4.4.4/bits/valarray_before.h usr/include/c++/4.4.4/bits/vector.tcc usr/include/c++/4.4.4/bitset usr/include/c++/4.4.4/c++0x_warning.h usr/include/c++/4.4.4/cassert usr/include/c++/4.4.4/ccomplex usr/include/c++/4.4.4/cctype usr/include/c++/4.4.4/cerrno usr/include/c++/4.4.4/cfenv usr/include/c++/4.4.4/cfloat usr/include/c++/4.4.4/chrono usr/include/c++/4.4.4/cinttypes usr/include/c++/4.4.4/ciso646 usr/include/c++/4.4.4/climits usr/include/c++/4.4.4/clocale usr/include/c++/4.4.4/cmath usr/include/c++/4.4.4/complex usr/include/c++/4.4.4/complex.h usr/include/c++/4.4.4/condition_variable usr/include/c++/4.4.4/csetjmp usr/include/c++/4.4.4/csignal usr/include/c++/4.4.4/cstdarg usr/include/c++/4.4.4/cstdatomic usr/include/c++/4.4.4/cstdbool usr/include/c++/4.4.4/cstddef usr/include/c++/4.4.4/cstdint usr/include/c++/4.4.4/cstdio usr/include/c++/4.4.4/cstdlib usr/include/c++/4.4.4/cstring usr/include/c++/4.4.4/ctgmath usr/include/c++/4.4.4/ctime usr/include/c++/4.4.4/cwchar usr/include/c++/4.4.4/cwctype usr/include/c++/4.4.4/cxxabi-forced.h usr/include/c++/4.4.4/cxxabi.h usr/include/c++/4.4.4/debug/bitset usr/include/c++/4.4.4/debug/debug.h usr/include/c++/4.4.4/debug/deque usr/include/c++/4.4.4/debug/formatter.h usr/include/c++/4.4.4/debug/functions.h usr/include/c++/4.4.4/debug/list usr/include/c++/4.4.4/debug/macros.h usr/include/c++/4.4.4/debug/map usr/include/c++/4.4.4/debug/map.h usr/include/c++/4.4.4/debug/multimap.h usr/include/c++/4.4.4/debug/multiset.h usr/include/c++/4.4.4/debug/safe_base.h usr/include/c++/4.4.4/debug/safe_iterator.h usr/include/c++/4.4.4/debug/safe_iterator.tcc usr/include/c++/4.4.4/debug/safe_sequence.h usr/include/c++/4.4.4/debug/set usr/include/c++/4.4.4/debug/set.h usr/include/c++/4.4.4/debug/string usr/include/c++/4.4.4/debug/unordered_map usr/include/c++/4.4.4/debug/unordered_set usr/include/c++/4.4.4/debug/vector usr/include/c++/4.4.4/deque usr/include/c++/4.4.4/exception usr/include/c++/4.4.4/exception_defines.h usr/include/c++/4.4.4/exception_ptr.h usr/include/c++/4.4.4/ext/algorithm usr/include/c++/4.4.4/ext/array_allocator.h usr/include/c++/4.4.4/ext/atomicity.h usr/include/c++/4.4.4/ext/bitmap_allocator.h usr/include/c++/4.4.4/ext/cast.h usr/include/c++/4.4.4/ext/codecvt_specializations.h usr/include/c++/4.4.4/ext/concurrence.h usr/include/c++/4.4.4/ext/debug_allocator.h usr/include/c++/4.4.4/ext/enc_filebuf.h usr/include/c++/4.4.4/ext/extptr_allocator.h usr/include/c++/4.4.4/ext/functional usr/include/c++/4.4.4/ext/hash_map usr/include/c++/4.4.4/ext/hash_set usr/include/c++/4.4.4/ext/iterator usr/include/c++/4.4.4/ext/malloc_allocator.h usr/include/c++/4.4.4/ext/memory usr/include/c++/4.4.4/ext/mt_allocator.h usr/include/c++/4.4.4/ext/new_allocator.h usr/include/c++/4.4.4/ext/numeric usr/include/c++/4.4.4/ext/numeric_traits.h usr/include/c++/4.4.4/ext/pb_ds/assoc_container.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/basic_tree_policy/traits.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/basic_types.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/bin_search_tree_/traits.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binary_heap_/const_iterator.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binary_heap_/entry_pred.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binary_heap_/resize_policy.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/cond_dealtor.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/container_base_dispatch.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/debug_map_base.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/eq_fn/eq_by_less.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/list_update_map_/lu_map_.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/ov_tree_map_/traits.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/child_iterator.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/head.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/internal_node.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/leaf.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/node_base.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/node_iterators.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/point_iterators.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/traits.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/priority_queue_base_dispatch.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/rb_tree_map_/node.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/rb_tree_map_/traits.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/splay_tree_/node.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/splay_tree_/traits.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/standard_policies.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/tree_trace_base.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/type_utils.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/types_traits.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/unordered_iterator/iterator.hpp usr/include/c++/4.4.4/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp usr/include/c++/4.4.4/ext/pb_ds/exception.hpp usr/include/c++/4.4.4/ext/pb_ds/hash_policy.hpp usr/include/c++/4.4.4/ext/pb_ds/list_update_policy.hpp usr/include/c++/4.4.4/ext/pb_ds/priority_queue.hpp usr/include/c++/4.4.4/ext/pb_ds/tag_and_trait.hpp usr/include/c++/4.4.4/ext/pb_ds/tree_policy.hpp usr/include/c++/4.4.4/ext/pb_ds/trie_policy.hpp usr/include/c++/4.4.4/ext/pod_char_traits.h usr/include/c++/4.4.4/ext/pointer.h usr/include/c++/4.4.4/ext/pool_allocator.h usr/include/c++/4.4.4/ext/rb_tree usr/include/c++/4.4.4/ext/rc_string_base.h usr/include/c++/4.4.4/ext/rope usr/include/c++/4.4.4/ext/ropeimpl.h usr/include/c++/4.4.4/ext/slist usr/include/c++/4.4.4/ext/sso_string_base.h usr/include/c++/4.4.4/ext/stdio_filebuf.h usr/include/c++/4.4.4/ext/stdio_sync_filebuf.h usr/include/c++/4.4.4/ext/string_conversions.h usr/include/c++/4.4.4/ext/throw_allocator.h usr/include/c++/4.4.4/ext/type_traits.h usr/include/c++/4.4.4/ext/typelist.h usr/include/c++/4.4.4/ext/vstring.h usr/include/c++/4.4.4/ext/vstring.tcc usr/include/c++/4.4.4/ext/vstring_fwd.h usr/include/c++/4.4.4/ext/vstring_util.h usr/include/c++/4.4.4/fenv.h usr/include/c++/4.4.4/forward_list usr/include/c++/4.4.4/fstream usr/include/c++/4.4.4/functional usr/include/c++/4.4.4/i686-redhat-linux/bits/atomic_word.h usr/include/c++/4.4.4/i686-redhat-linux/bits/basic_file.h usr/include/c++/4.4.4/i686-redhat-linux/bits/c++allocator.h usr/include/c++/4.4.4/i686-redhat-linux/bits/c++config.h usr/include/c++/4.4.4/i686-redhat-linux/bits/c++io.h usr/include/c++/4.4.4/i686-redhat-linux/bits/c++locale.h usr/include/c++/4.4.4/i686-redhat-linux/bits/cpu_defines.h usr/include/c++/4.4.4/i686-redhat-linux/bits/ctype_base.h usr/include/c++/4.4.4/i686-redhat-linux/bits/ctype_inline.h usr/include/c++/4.4.4/i686-redhat-linux/bits/ctype_noninline.h usr/include/c++/4.4.4/i686-redhat-linux/bits/cxxabi_tweaks.h usr/include/c++/4.4.4/i686-redhat-linux/bits/error_constants.h usr/include/c++/4.4.4/i686-redhat-linux/bits/extc++.h usr/include/c++/4.4.4/i686-redhat-linux/bits/gthr-default.h usr/include/c++/4.4.4/i686-redhat-linux/bits/gthr-posix.h usr/include/c++/4.4.4/i686-redhat-linux/bits/gthr-single.h usr/include/c++/4.4.4/i686-redhat-linux/bits/gthr-tpf.h usr/include/c++/4.4.4/i686-redhat-linux/bits/gthr.h usr/include/c++/4.4.4/i686-redhat-linux/bits/messages_members.h usr/include/c++/4.4.4/i686-redhat-linux/bits/os_defines.h usr/include/c++/4.4.4/i686-redhat-linux/bits/stdc++.h usr/include/c++/4.4.4/i686-redhat-linux/bits/stdtr1c++.h usr/include/c++/4.4.4/i686-redhat-linux/bits/time_members.h usr/include/c++/4.4.4/initializer_list usr/include/c++/4.4.4/iomanip usr/include/c++/4.4.4/ios usr/include/c++/4.4.4/iosfwd usr/include/c++/4.4.4/iostream usr/include/c++/4.4.4/istream usr/include/c++/4.4.4/iterator usr/include/c++/4.4.4/limits usr/include/c++/4.4.4/list usr/include/c++/4.4.4/locale usr/include/c++/4.4.4/map usr/include/c++/4.4.4/memory usr/include/c++/4.4.4/mutex usr/include/c++/4.4.4/new usr/include/c++/4.4.4/numeric usr/include/c++/4.4.4/ostream usr/include/c++/4.4.4/parallel/algo.h usr/include/c++/4.4.4/parallel/algobase.h usr/include/c++/4.4.4/parallel/algorithm usr/include/c++/4.4.4/parallel/algorithmfwd.h usr/include/c++/4.4.4/parallel/balanced_quicksort.h usr/include/c++/4.4.4/parallel/base.h usr/include/c++/4.4.4/parallel/basic_iterator.h usr/include/c++/4.4.4/parallel/checkers.h usr/include/c++/4.4.4/parallel/compatibility.h usr/include/c++/4.4.4/parallel/compiletime_settings.h usr/include/c++/4.4.4/parallel/equally_split.h usr/include/c++/4.4.4/parallel/features.h usr/include/c++/4.4.4/parallel/find.h usr/include/c++/4.4.4/parallel/find_selectors.h usr/include/c++/4.4.4/parallel/for_each.h usr/include/c++/4.4.4/parallel/for_each_selectors.h usr/include/c++/4.4.4/parallel/iterator.h usr/include/c++/4.4.4/parallel/list_partition.h usr/include/c++/4.4.4/parallel/losertree.h usr/include/c++/4.4.4/parallel/merge.h usr/include/c++/4.4.4/parallel/multiseq_selection.h usr/include/c++/4.4.4/parallel/multiway_merge.h usr/include/c++/4.4.4/parallel/multiway_mergesort.h usr/include/c++/4.4.4/parallel/numeric usr/include/c++/4.4.4/parallel/numericfwd.h usr/include/c++/4.4.4/parallel/omp_loop.h usr/include/c++/4.4.4/parallel/omp_loop_static.h usr/include/c++/4.4.4/parallel/par_loop.h usr/include/c++/4.4.4/parallel/parallel.h usr/include/c++/4.4.4/parallel/partial_sum.h usr/include/c++/4.4.4/parallel/partition.h usr/include/c++/4.4.4/parallel/queue.h usr/include/c++/4.4.4/parallel/quicksort.h usr/include/c++/4.4.4/parallel/random_number.h usr/include/c++/4.4.4/parallel/random_shuffle.h usr/include/c++/4.4.4/parallel/search.h usr/include/c++/4.4.4/parallel/set_operations.h usr/include/c++/4.4.4/parallel/settings.h usr/include/c++/4.4.4/parallel/sort.h usr/include/c++/4.4.4/parallel/tags.h usr/include/c++/4.4.4/parallel/types.h usr/include/c++/4.4.4/parallel/unique_copy.h usr/include/c++/4.4.4/parallel/workstealing.h usr/include/c++/4.4.4/queue usr/include/c++/4.4.4/random usr/include/c++/4.4.4/ratio usr/include/c++/4.4.4/regex usr/include/c++/4.4.4/set usr/include/c++/4.4.4/sstream usr/include/c++/4.4.4/stack usr/include/c++/4.4.4/stdatomic.h usr/include/c++/4.4.4/stdexcept usr/include/c++/4.4.4/streambuf usr/include/c++/4.4.4/string usr/include/c++/4.4.4/system_error usr/include/c++/4.4.4/tgmath.h usr/include/c++/4.4.4/thread usr/include/c++/4.4.4/tr1/array usr/include/c++/4.4.4/tr1/bessel_function.tcc usr/include/c++/4.4.4/tr1/beta_function.tcc usr/include/c++/4.4.4/tr1/ccomplex usr/include/c++/4.4.4/tr1/cctype usr/include/c++/4.4.4/tr1/cfenv usr/include/c++/4.4.4/tr1/cfloat usr/include/c++/4.4.4/tr1/cinttypes usr/include/c++/4.4.4/tr1/climits usr/include/c++/4.4.4/tr1/cmath usr/include/c++/4.4.4/tr1/complex usr/include/c++/4.4.4/tr1/complex.h usr/include/c++/4.4.4/tr1/cstdarg usr/include/c++/4.4.4/tr1/cstdbool usr/include/c++/4.4.4/tr1/cstdint usr/include/c++/4.4.4/tr1/cstdio usr/include/c++/4.4.4/tr1/cstdlib usr/include/c++/4.4.4/tr1/ctgmath usr/include/c++/4.4.4/tr1/ctime usr/include/c++/4.4.4/tr1/ctype.h usr/include/c++/4.4.4/tr1/cwchar usr/include/c++/4.4.4/tr1/cwctype usr/include/c++/4.4.4/tr1/ell_integral.tcc usr/include/c++/4.4.4/tr1/exp_integral.tcc usr/include/c++/4.4.4/tr1/fenv.h usr/include/c++/4.4.4/tr1/float.h usr/include/c++/4.4.4/tr1/functional usr/include/c++/4.4.4/tr1/functional_hash.h usr/include/c++/4.4.4/tr1/gamma.tcc usr/include/c++/4.4.4/tr1/hashtable.h usr/include/c++/4.4.4/tr1/hypergeometric.tcc usr/include/c++/4.4.4/tr1/inttypes.h usr/include/c++/4.4.4/tr1/legendre_function.tcc usr/include/c++/4.4.4/tr1/limits.h usr/include/c++/4.4.4/tr1/math.h usr/include/c++/4.4.4/tr1/memory usr/include/c++/4.4.4/tr1/modified_bessel_func.tcc usr/include/c++/4.4.4/tr1/poly_hermite.tcc usr/include/c++/4.4.4/tr1/poly_laguerre.tcc usr/include/c++/4.4.4/tr1/random usr/include/c++/4.4.4/tr1/regex usr/include/c++/4.4.4/tr1/riemann_zeta.tcc usr/include/c++/4.4.4/tr1/shared_ptr.h usr/include/c++/4.4.4/tr1/special_function_util.h usr/include/c++/4.4.4/tr1/stdarg.h usr/include/c++/4.4.4/tr1/stdbool.h usr/include/c++/4.4.4/tr1/stdint.h usr/include/c++/4.4.4/tr1/stdio.h usr/include/c++/4.4.4/tr1/stdlib.h usr/include/c++/4.4.4/tr1/tgmath.h usr/include/c++/4.4.4/tr1/tuple usr/include/c++/4.4.4/tr1/type_traits usr/include/c++/4.4.4/tr1/unordered_map usr/include/c++/4.4.4/tr1/unordered_set usr/include/c++/4.4.4/tr1/utility usr/include/c++/4.4.4/tr1/wchar.h usr/include/c++/4.4.4/tr1/wctype.h usr/include/c++/4.4.4/tr1_impl/array usr/include/c++/4.4.4/tr1_impl/boost_sp_counted_base.h usr/include/c++/4.4.4/tr1_impl/cctype usr/include/c++/4.4.4/tr1_impl/cfenv usr/include/c++/4.4.4/tr1_impl/cinttypes usr/include/c++/4.4.4/tr1_impl/cmath usr/include/c++/4.4.4/tr1_impl/complex usr/include/c++/4.4.4/tr1_impl/cstdint usr/include/c++/4.4.4/tr1_impl/cstdio usr/include/c++/4.4.4/tr1_impl/cstdlib usr/include/c++/4.4.4/tr1_impl/cwchar usr/include/c++/4.4.4/tr1_impl/cwctype usr/include/c++/4.4.4/tr1_impl/functional usr/include/c++/4.4.4/tr1_impl/functional_hash.h usr/include/c++/4.4.4/tr1_impl/hashtable usr/include/c++/4.4.4/tr1_impl/hashtable_policy.h usr/include/c++/4.4.4/tr1_impl/random usr/include/c++/4.4.4/tr1_impl/random.tcc usr/include/c++/4.4.4/tr1_impl/regex usr/include/c++/4.4.4/tr1_impl/type_traits usr/include/c++/4.4.4/tr1_impl/unordered_map usr/include/c++/4.4.4/tr1_impl/unordered_set usr/include/c++/4.4.4/tr1_impl/utility usr/include/c++/4.4.4/tuple usr/include/c++/4.4.4/type_traits usr/include/c++/4.4.4/typeinfo usr/include/c++/4.4.4/unordered_map usr/include/c++/4.4.4/unordered_set usr/include/c++/4.4.4/utility usr/include/c++/4.4.4/valarray usr/include/c++/4.4.4/vector usr/include/c++/4.4.7 usr/include/complex.h usr/include/cpio.h usr/include/crypt.h usr/include/ctype.h usr/include/dirent.h usr/include/dis-asm.h usr/include/dlfcn.h usr/include/drm/drm.h usr/include/drm/drm_fourcc.h usr/include/drm/drm_mode.h usr/include/drm/drm_sarea.h usr/include/drm/i810_drm.h usr/include/drm/i915_drm.h usr/include/drm/mga_drm.h usr/include/drm/nouveau_drm.h usr/include/drm/r128_drm.h usr/include/drm/radeon_drm.h usr/include/drm/savage_drm.h usr/include/drm/sis_drm.h usr/include/drm/via_drm.h usr/include/elf.h usr/include/endian.h usr/include/envz.h usr/include/err.h usr/include/errno.h usr/include/error.h usr/include/execinfo.h usr/include/fcntl.h usr/include/features.h usr/include/fenv.h usr/include/fmtmsg.h usr/include/fnmatch.h usr/include/fpu_control.h usr/include/fstab.h usr/include/fts.h usr/include/ftw.h usr/include/gconv.h usr/include/getopt.h usr/include/glob.h usr/include/gnu-versions.h usr/include/gnu/lib-names.h usr/include/gnu/libc-version.h usr/include/gnu/stubs-32.h usr/include/gnu/stubs.h usr/include/grp.h usr/include/gshadow.h usr/include/iconv.h usr/include/ieee754.h usr/include/ifaddrs.h usr/include/inttypes.h usr/include/langinfo.h usr/include/lastlog.h usr/include/libgen.h usr/include/libiberty.h usr/include/libintl.h usr/include/libio.h usr/include/limits.h usr/include/link.h usr/include/linux/a.out.h usr/include/linux/acct.h usr/include/linux/adb.h usr/include/linux/adfs_fs.h usr/include/linux/affs_hardblocks.h usr/include/linux/agpgart.h usr/include/linux/aio_abi.h usr/include/linux/apm_bios.h usr/include/linux/arcfb.h usr/include/linux/atalk.h usr/include/linux/atm.h usr/include/linux/atm_eni.h usr/include/linux/atm_he.h usr/include/linux/atm_idt77105.h usr/include/linux/atm_nicstar.h usr/include/linux/atm_tcp.h usr/include/linux/atm_zatm.h usr/include/linux/atmapi.h usr/include/linux/atmarp.h usr/include/linux/atmbr2684.h usr/include/linux/atmclip.h usr/include/linux/atmdev.h usr/include/linux/atmioc.h usr/include/linux/atmlec.h usr/include/linux/atmmpc.h usr/include/linux/atmppp.h usr/include/linux/atmsap.h usr/include/linux/atmsvc.h usr/include/linux/audit.h usr/include/linux/auto_fs.h usr/include/linux/auto_fs4.h usr/include/linux/auxvec.h usr/include/linux/ax25.h usr/include/linux/b1lli.h usr/include/linux/baycom.h usr/include/linux/bfs_fs.h usr/include/linux/binfmts.h usr/include/linux/blk_types.h usr/include/linux/blkpg.h usr/include/linux/blktrace_api.h usr/include/linux/bpqether.h usr/include/linux/bsg.h usr/include/linux/byteorder/big_endian.h usr/include/linux/byteorder/little_endian.h usr/include/linux/can.h usr/include/linux/can/bcm.h usr/include/linux/can/error.h usr/include/linux/can/netlink.h usr/include/linux/can/raw.h usr/include/linux/capability.h usr/include/linux/capi.h usr/include/linux/cciss_ioctl.h usr/include/linux/cdk.h usr/include/linux/cdrom.h usr/include/linux/cgroupstats.h usr/include/linux/chio.h usr/include/linux/cm4000_cs.h usr/include/linux/cn_proc.h usr/include/linux/coda.h usr/include/linux/coda_psdev.h usr/include/linux/coff.h usr/include/linux/comstats.h usr/include/linux/connector.h usr/include/linux/const.h usr/include/linux/cramfs_fs.h usr/include/linux/cuda.h usr/include/linux/cyclades.h usr/include/linux/cycx_cfm.h usr/include/linux/dcbnl.h usr/include/linux/dccp.h usr/include/linux/dlm.h usr/include/linux/dlm_device.h usr/include/linux/dlm_netlink.h usr/include/linux/dlm_plock.h usr/include/linux/dlmconstants.h usr/include/linux/dm-ioctl.h usr/include/linux/dm-log-userspace.h usr/include/linux/dn.h usr/include/linux/dqblk_xfs.h usr/include/linux/dvb/audio.h usr/include/linux/dvb/ca.h usr/include/linux/dvb/dmx.h usr/include/linux/dvb/frontend.h usr/include/linux/dvb/net.h usr/include/linux/dvb/osd.h usr/include/linux/dvb/version.h usr/include/linux/dvb/video.h usr/include/linux/edd.h usr/include/linux/efs_fs_sb.h usr/include/linux/elf-em.h usr/include/linux/elf-fdpic.h usr/include/linux/elf.h usr/include/linux/elfcore.h usr/include/linux/errno.h usr/include/linux/errqueue.h usr/include/linux/ethtool.h usr/include/linux/eventpoll.h usr/include/linux/ext2_fs.h usr/include/linux/fadvise.h usr/include/linux/falloc.h usr/include/linux/fb.h usr/include/linux/fcntl.h usr/include/linux/fd.h usr/include/linux/fdreg.h usr/include/linux/fib_rules.h usr/include/linux/fiemap.h usr/include/linux/filter.h usr/include/linux/firewire-cdev.h usr/include/linux/firewire-constants.h usr/include/linux/flat.h usr/include/linux/fs.h usr/include/linux/fuse.h usr/include/linux/futex.h usr/include/linux/gameport.h usr/include/linux/gen_stats.h usr/include/linux/generic_serial.h usr/include/linux/genetlink.h usr/include/linux/gfs2_ondisk.h usr/include/linux/gigaset_dev.h usr/include/linux/hayesesp.h usr/include/linux/hdlc.h usr/include/linux/hdlc/ioctl.h usr/include/linux/hdlcdrv.h usr/include/linux/hdreg.h usr/include/linux/hid.h usr/include/linux/hiddev.h usr/include/linux/hidraw.h usr/include/linux/hpet.h usr/include/linux/hysdn_if.h usr/include/linux/i2c-dev.h usr/include/linux/i2c.h usr/include/linux/i2o-dev.h usr/include/linux/i8k.h usr/include/linux/icmp.h usr/include/linux/icmpv6.h usr/include/linux/if.h usr/include/linux/if_addr.h usr/include/linux/if_addrlabel.h usr/include/linux/if_arcnet.h usr/include/linux/if_arp.h usr/include/linux/if_bonding.h usr/include/linux/if_bridge.h usr/include/linux/if_cablemodem.h usr/include/linux/if_ec.h usr/include/linux/if_eql.h usr/include/linux/if_ether.h usr/include/linux/if_fc.h usr/include/linux/if_fddi.h usr/include/linux/if_frad.h usr/include/linux/if_hippi.h usr/include/linux/if_infiniband.h usr/include/linux/if_link.h usr/include/linux/if_ltalk.h usr/include/linux/if_packet.h usr/include/linux/if_phonet.h usr/include/linux/if_plip.h usr/include/linux/if_ppp.h usr/include/linux/if_pppol2tp.h usr/include/linux/if_pppox.h usr/include/linux/if_slip.h usr/include/linux/if_strip.h usr/include/linux/if_tr.h usr/include/linux/if_tun.h usr/include/linux/if_tunnel.h usr/include/linux/if_vlan.h usr/include/linux/igmp.h usr/include/linux/in.h usr/include/linux/in6.h usr/include/linux/in_route.h usr/include/linux/inet_diag.h usr/include/linux/inotify.h usr/include/linux/input.h usr/include/linux/ioctl.h usr/include/linux/ip.h usr/include/linux/ip6_tunnel.h usr/include/linux/ip_vs.h usr/include/linux/ipc.h usr/include/linux/ipmi.h usr/include/linux/ipmi_msgdefs.h usr/include/linux/ipsec.h usr/include/linux/ipv6.h usr/include/linux/ipv6_route.h usr/include/linux/ipx.h usr/include/linux/irda.h usr/include/linux/irqnr.h usr/include/linux/isdn.h usr/include/linux/isdn/capicmd.h usr/include/linux/isdn_divertif.h usr/include/linux/isdn_ppp.h usr/include/linux/isdnif.h usr/include/linux/iso_fs.h usr/include/linux/ivtv.h usr/include/linux/ivtvfb.h usr/include/linux/ixjuser.h usr/include/linux/jffs2.h usr/include/linux/joystick.h usr/include/linux/kd.h usr/include/linux/kdev_t.h usr/include/linux/kernel.h usr/include/linux/kernelcapi.h usr/include/linux/keyboard.h usr/include/linux/keyctl.h usr/include/linux/kvm.h usr/include/linux/kvm_para.h usr/include/linux/limits.h usr/include/linux/llc.h usr/include/linux/loop.h usr/include/linux/lp.h usr/include/linux/magic.h usr/include/linux/major.h usr/include/linux/map_to_7segment.h usr/include/linux/matroxfb.h usr/include/linux/mempolicy.h usr/include/linux/meye.h usr/include/linux/mii.h usr/include/linux/minix_fs.h usr/include/linux/mman.h usr/include/linux/mmtimer.h usr/include/linux/mqueue.h usr/include/linux/mroute.h usr/include/linux/mroute6.h usr/include/linux/msdos_fs.h usr/include/linux/msg.h usr/include/linux/mtio.h usr/include/linux/n_r3964.h usr/include/linux/nbd.h usr/include/linux/ncp.h usr/include/linux/ncp_fs.h usr/include/linux/ncp_mount.h usr/include/linux/ncp_no.h usr/include/linux/neighbour.h usr/include/linux/net.h usr/include/linux/net_dropmon.h usr/include/linux/net_tstamp.h usr/include/linux/netdevice.h usr/include/linux/netfilter.h usr/include/linux/netfilter/ipset/ip_set.h usr/include/linux/netfilter/ipset/ip_set_bitmap.h usr/include/linux/netfilter/ipset/ip_set_hash.h usr/include/linux/netfilter/ipset/ip_set_list.h usr/include/linux/netfilter/nf_conntrack_common.h usr/include/linux/netfilter/nf_conntrack_ftp.h usr/include/linux/netfilter/nf_conntrack_sctp.h usr/include/linux/netfilter/nf_conntrack_tcp.h usr/include/linux/netfilter/nf_conntrack_tuple_common.h usr/include/linux/netfilter/nfnetlink.h usr/include/linux/netfilter/nfnetlink_compat.h usr/include/linux/netfilter/nfnetlink_conntrack.h usr/include/linux/netfilter/nfnetlink_log.h usr/include/linux/netfilter/nfnetlink_queue.h usr/include/linux/netfilter/x_tables.h usr/include/linux/netfilter/xt_AUDIT.h usr/include/linux/netfilter/xt_CHECKSUM.h usr/include/linux/netfilter/xt_CLASSIFY.h usr/include/linux/netfilter/xt_CONNMARK.h usr/include/linux/netfilter/xt_CONNSECMARK.h usr/include/linux/netfilter/xt_DSCP.h usr/include/linux/netfilter/xt_LED.h usr/include/linux/netfilter/xt_MARK.h usr/include/linux/netfilter/xt_NFLOG.h usr/include/linux/netfilter/xt_NFQUEUE.h usr/include/linux/netfilter/xt_RATEEST.h usr/include/linux/netfilter/xt_SECMARK.h usr/include/linux/netfilter/xt_TCPMSS.h usr/include/linux/netfilter/xt_TCPOPTSTRIP.h usr/include/linux/netfilter/xt_TPROXY.h usr/include/linux/netfilter/xt_cluster.h usr/include/linux/netfilter/xt_comment.h usr/include/linux/netfilter/xt_connbytes.h usr/include/linux/netfilter/xt_connlimit.h usr/include/linux/netfilter/xt_connmark.h usr/include/linux/netfilter/xt_conntrack.h usr/include/linux/netfilter/xt_dccp.h usr/include/linux/netfilter/xt_dscp.h usr/include/linux/netfilter/xt_esp.h usr/include/linux/netfilter/xt_hashlimit.h usr/include/linux/netfilter/xt_helper.h usr/include/linux/netfilter/xt_iprange.h usr/include/linux/netfilter/xt_length.h usr/include/linux/netfilter/xt_limit.h usr/include/linux/netfilter/xt_mac.h usr/include/linux/netfilter/xt_mark.h usr/include/linux/netfilter/xt_multiport.h usr/include/linux/netfilter/xt_osf.h usr/include/linux/netfilter/xt_owner.h usr/include/linux/netfilter/xt_physdev.h usr/include/linux/netfilter/xt_pkttype.h usr/include/linux/netfilter/xt_policy.h usr/include/linux/netfilter/xt_quota.h usr/include/linux/netfilter/xt_rateest.h usr/include/linux/netfilter/xt_realm.h usr/include/linux/netfilter/xt_recent.h usr/include/linux/netfilter/xt_sctp.h usr/include/linux/netfilter/xt_set.h usr/include/linux/netfilter/xt_state.h usr/include/linux/netfilter/xt_statistic.h usr/include/linux/netfilter/xt_string.h usr/include/linux/netfilter/xt_tcpmss.h usr/include/linux/netfilter/xt_tcpudp.h usr/include/linux/netfilter/xt_time.h usr/include/linux/netfilter/xt_u32.h usr/include/linux/netfilter_arp.h usr/include/linux/netfilter_arp/arp_tables.h usr/include/linux/netfilter_arp/arpt_mangle.h usr/include/linux/netfilter_bridge.h usr/include/linux/netfilter_bridge/ebt_802_3.h usr/include/linux/netfilter_bridge/ebt_among.h usr/include/linux/netfilter_bridge/ebt_arp.h usr/include/linux/netfilter_bridge/ebt_arpreply.h usr/include/linux/netfilter_bridge/ebt_ip.h usr/include/linux/netfilter_bridge/ebt_limit.h usr/include/linux/netfilter_bridge/ebt_log.h usr/include/linux/netfilter_bridge/ebt_mark_m.h usr/include/linux/netfilter_bridge/ebt_mark_t.h usr/include/linux/netfilter_bridge/ebt_nat.h usr/include/linux/netfilter_bridge/ebt_pkttype.h usr/include/linux/netfilter_bridge/ebt_redirect.h usr/include/linux/netfilter_bridge/ebt_stp.h usr/include/linux/netfilter_bridge/ebt_ulog.h usr/include/linux/netfilter_bridge/ebt_vlan.h usr/include/linux/netfilter_bridge/ebtables.h usr/include/linux/netfilter_decnet.h usr/include/linux/netfilter_ipv4.h usr/include/linux/netfilter_ipv4/ip_queue.h usr/include/linux/netfilter_ipv4/ip_tables.h usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h usr/include/linux/netfilter_ipv4/ipt_ECN.h usr/include/linux/netfilter_ipv4/ipt_LOG.h usr/include/linux/netfilter_ipv4/ipt_REJECT.h usr/include/linux/netfilter_ipv4/ipt_SAME.h usr/include/linux/netfilter_ipv4/ipt_TTL.h usr/include/linux/netfilter_ipv4/ipt_ULOG.h usr/include/linux/netfilter_ipv4/ipt_addrtype.h usr/include/linux/netfilter_ipv4/ipt_ah.h usr/include/linux/netfilter_ipv4/ipt_ecn.h usr/include/linux/netfilter_ipv4/ipt_realm.h usr/include/linux/netfilter_ipv4/ipt_ttl.h usr/include/linux/netfilter_ipv6.h usr/include/linux/netfilter_ipv6/ip6_tables.h usr/include/linux/netfilter_ipv6/ip6t_HL.h usr/include/linux/netfilter_ipv6/ip6t_LOG.h usr/include/linux/netfilter_ipv6/ip6t_REJECT.h usr/include/linux/netfilter_ipv6/ip6t_ah.h usr/include/linux/netfilter_ipv6/ip6t_frag.h usr/include/linux/netfilter_ipv6/ip6t_hl.h usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h usr/include/linux/netfilter_ipv6/ip6t_mh.h usr/include/linux/netfilter_ipv6/ip6t_opts.h usr/include/linux/netfilter_ipv6/ip6t_rt.h usr/include/linux/netlink.h usr/include/linux/netrom.h usr/include/linux/nfs.h usr/include/linux/nfs2.h usr/include/linux/nfs3.h usr/include/linux/nfs4.h usr/include/linux/nfs4_mount.h usr/include/linux/nfs_fs.h usr/include/linux/nfs_idmap.h usr/include/linux/nfs_mount.h usr/include/linux/nfsacl.h usr/include/linux/nfsd/const.h usr/include/linux/nfsd/debug.h usr/include/linux/nfsd/export.h usr/include/linux/nfsd/nfsfh.h usr/include/linux/nfsd/stats.h usr/include/linux/nfsd/syscall.h usr/include/linux/nl80211.h usr/include/linux/nubus.h usr/include/linux/nvram.h usr/include/linux/oom.h usr/include/linux/param.h usr/include/linux/parport.h usr/include/linux/patchkey.h usr/include/linux/pci.h usr/include/linux/pci_regs.h usr/include/linux/perf_event.h usr/include/linux/personality.h usr/include/linux/pfkeyv2.h usr/include/linux/pg.h usr/include/linux/phantom.h usr/include/linux/phonet.h usr/include/linux/pkt_cls.h usr/include/linux/pkt_sched.h usr/include/linux/pktcdvd.h usr/include/linux/pmu.h usr/include/linux/poll.h usr/include/linux/posix_types.h usr/include/linux/ppdev.h usr/include/linux/ppp-comp.h usr/include/linux/ppp_defs.h usr/include/linux/pps.h usr/include/linux/prctl.h usr/include/linux/ptp_clock.h usr/include/linux/ptrace.h usr/include/linux/qnx4_fs.h usr/include/linux/qnxtypes.h usr/include/linux/quota.h usr/include/linux/radeonfb.h usr/include/linux/raid/md_p.h usr/include/linux/raid/md_u.h usr/include/linux/random.h usr/include/linux/raw.h usr/include/linux/reboot.h usr/include/linux/reiserfs_fs.h usr/include/linux/reiserfs_xattr.h usr/include/linux/resource.h usr/include/linux/rfkill.h usr/include/linux/romfs_fs.h usr/include/linux/rose.h usr/include/linux/route.h usr/include/linux/rtc.h usr/include/linux/rtnetlink.h usr/include/linux/scc.h usr/include/linux/sched.h usr/include/linux/screen_info.h usr/include/linux/sdla.h usr/include/linux/selinux_netlink.h usr/include/linux/sem.h usr/include/linux/serial.h usr/include/linux/serial_core.h usr/include/linux/serial_reg.h usr/include/linux/serio.h usr/include/linux/shm.h usr/include/linux/signal.h usr/include/linux/signalfd.h usr/include/linux/smb.h usr/include/linux/smb_fs.h usr/include/linux/smb_mount.h usr/include/linux/smbno.h usr/include/linux/snmp.h usr/include/linux/socket.h usr/include/linux/sockios.h usr/include/linux/som.h usr/include/linux/sonet.h usr/include/linux/sonypi.h usr/include/linux/sound.h usr/include/linux/soundcard.h usr/include/linux/spi/spidev.h usr/include/linux/stat.h usr/include/linux/stddef.h usr/include/linux/string.h usr/include/linux/sunrpc/debug.h usr/include/linux/suspend_ioctls.h usr/include/linux/swab.h usr/include/linux/synclink.h usr/include/linux/sysctl.h usr/include/linux/taskstats.h usr/include/linux/tc_act/tc_gact.h usr/include/linux/tc_act/tc_ipt.h usr/include/linux/tc_act/tc_mirred.h usr/include/linux/tc_act/tc_nat.h usr/include/linux/tc_act/tc_pedit.h usr/include/linux/tc_act/tc_skbedit.h usr/include/linux/tc_ematch/tc_em_cmp.h usr/include/linux/tc_ematch/tc_em_meta.h usr/include/linux/tc_ematch/tc_em_nbyte.h usr/include/linux/tc_ematch/tc_em_text.h usr/include/linux/tcp.h usr/include/linux/telephony.h usr/include/linux/termios.h usr/include/linux/time.h usr/include/linux/times.h usr/include/linux/timex.h usr/include/linux/tiocl.h usr/include/linux/tipc.h usr/include/linux/tipc_config.h usr/include/linux/toshiba.h usr/include/linux/tty.h usr/include/linux/types.h usr/include/linux/udf_fs_i.h usr/include/linux/udp.h usr/include/linux/uinput.h usr/include/linux/uio.h usr/include/linux/ultrasound.h usr/include/linux/un.h usr/include/linux/unistd.h usr/include/linux/usb/audio.h usr/include/linux/usb/cdc.h usr/include/linux/usb/ch9.h usr/include/linux/usb/g_printer.h usr/include/linux/usb/gadgetfs.h usr/include/linux/usb/midi.h usr/include/linux/usb/tmc.h usr/include/linux/usb/vstusb.h usr/include/linux/usbdevice_fs.h usr/include/linux/utime.h usr/include/linux/utsname.h +usr/include/linux/uuid.h usr/include/linux/version.h usr/include/linux/veth.h usr/include/linux/vhost.h usr/include/linux/videodev.h usr/include/linux/videodev2.h usr/include/linux/videotext.h usr/include/linux/virtio_9p.h usr/include/linux/virtio_balloon.h usr/include/linux/virtio_blk.h usr/include/linux/virtio_config.h usr/include/linux/virtio_console.h usr/include/linux/virtio_ids.h usr/include/linux/virtio_net.h usr/include/linux/virtio_pci.h usr/include/linux/virtio_ring.h usr/include/linux/virtio_rng.h usr/include/linux/vt.h usr/include/linux/wait.h usr/include/linux/wanrouter.h usr/include/linux/watchdog.h usr/include/linux/wimax.h usr/include/linux/wimax/i2400m.h usr/include/linux/wireless.h usr/include/linux/x25.h usr/include/linux/xattr.h usr/include/linux/xfrm.h usr/include/locale.h usr/include/malloc.h usr/include/math.h usr/include/mcheck.h usr/include/memory.h usr/include/mntent.h usr/include/monetary.h usr/include/mqueue.h usr/include/mtd/inftl-user.h usr/include/mtd/mtd-abi.h usr/include/mtd/mtd-user.h usr/include/mtd/nftl-user.h usr/include/mtd/ubi-user.h usr/include/net/ethernet.h usr/include/net/if.h usr/include/net/if_arp.h usr/include/net/if_packet.h usr/include/net/if_ppp.h usr/include/net/if_shaper.h usr/include/net/if_slip.h usr/include/net/ppp-comp.h usr/include/net/ppp_defs.h usr/include/net/route.h usr/include/netash/ash.h usr/include/netatalk/at.h usr/include/netax25/ax25.h usr/include/netdb.h usr/include/neteconet/ec.h usr/include/netinet/ether.h usr/include/netinet/icmp6.h usr/include/netinet/if_ether.h usr/include/netinet/if_fddi.h usr/include/netinet/if_tr.h usr/include/netinet/igmp.h usr/include/netinet/in.h usr/include/netinet/in_systm.h usr/include/netinet/ip.h usr/include/netinet/ip6.h usr/include/netinet/ip_icmp.h usr/include/netinet/tcp.h usr/include/netinet/udp.h usr/include/netipx/ipx.h usr/include/netiucv/iucv.h usr/include/netpacket/packet.h usr/include/netrom/netrom.h usr/include/netrose/rose.h usr/include/nfs/nfs.h usr/include/nl_types.h usr/include/nss.h usr/include/obstack.h usr/include/paths.h usr/include/poll.h usr/include/printf.h usr/include/protocols/routed.h usr/include/protocols/rwhod.h usr/include/protocols/talkd.h usr/include/protocols/timed.h usr/include/pthread.h usr/include/pty.h usr/include/pwd.h usr/include/rdma/ib_user_cm.h usr/include/rdma/ib_user_mad.h usr/include/rdma/ib_user_sa.h usr/include/rdma/ib_user_verbs.h usr/include/rdma/rdma_netlink.h usr/include/rdma/rdma_user_cm.h usr/include/re_comp.h usr/include/regex.h usr/include/regexp.h usr/include/resolv.h usr/include/rpc/auth.h usr/include/rpc/auth_des.h usr/include/rpc/auth_unix.h usr/include/rpc/clnt.h usr/include/rpc/des_crypt.h usr/include/rpc/key_prot.h usr/include/rpc/netdb.h usr/include/rpc/pmap_clnt.h usr/include/rpc/pmap_prot.h usr/include/rpc/pmap_rmt.h usr/include/rpc/rpc.h usr/include/rpc/rpc_des.h usr/include/rpc/rpc_msg.h usr/include/rpc/svc.h usr/include/rpc/svc_auth.h usr/include/rpc/types.h usr/include/rpc/xdr.h usr/include/rpcsvc/bootparam.h usr/include/rpcsvc/bootparam_prot.h usr/include/rpcsvc/bootparam_prot.x usr/include/rpcsvc/key_prot.h usr/include/rpcsvc/key_prot.x usr/include/rpcsvc/klm_prot.h usr/include/rpcsvc/klm_prot.x usr/include/rpcsvc/mount.h usr/include/rpcsvc/mount.x usr/include/rpcsvc/nfs_prot.h usr/include/rpcsvc/nfs_prot.x usr/include/rpcsvc/nis.h usr/include/rpcsvc/nis.x usr/include/rpcsvc/nis_callback.h usr/include/rpcsvc/nis_callback.x usr/include/rpcsvc/nis_object.x usr/include/rpcsvc/nis_tags.h usr/include/rpcsvc/nislib.h usr/include/rpcsvc/nlm_prot.h usr/include/rpcsvc/nlm_prot.x usr/include/rpcsvc/rex.h usr/include/rpcsvc/rex.x usr/include/rpcsvc/rstat.h usr/include/rpcsvc/rstat.x usr/include/rpcsvc/rusers.h usr/include/rpcsvc/rusers.x usr/include/rpcsvc/sm_inter.h usr/include/rpcsvc/sm_inter.x usr/include/rpcsvc/spray.h usr/include/rpcsvc/spray.x usr/include/rpcsvc/yp.h usr/include/rpcsvc/yp.x usr/include/rpcsvc/yp_prot.h usr/include/rpcsvc/ypclnt.h usr/include/rpcsvc/yppasswd.h usr/include/rpcsvc/yppasswd.x usr/include/rpcsvc/ypupd.h usr/include/sched.h usr/include/scsi/scsi.h usr/include/scsi/scsi_ioctl.h usr/include/scsi/sg.h usr/include/search.h usr/include/semaphore.h usr/include/setjmp.h usr/include/sgtty.h usr/include/shadow.h usr/include/signal.h usr/include/sound/asequencer.h usr/include/sound/asound.h usr/include/sound/asound_fm.h usr/include/sound/emu10k1.h usr/include/sound/hdsp.h usr/include/sound/hdspm.h usr/include/sound/sb16_csp.h usr/include/sound/sfnt_info.h usr/include/sound/sscape_ioctl.h usr/include/spawn.h usr/include/stab.h usr/include/stdint.h usr/include/stdio.h usr/include/stdio_ext.h usr/include/stdlib.h usr/include/string.h usr/include/strings.h usr/include/symcat.h usr/include/sys/acct.h usr/include/sys/bitypes.h usr/include/sys/cdefs.h usr/include/sys/debugreg.h usr/include/sys/dir.h usr/include/sys/elf.h usr/include/sys/epoll.h usr/include/sys/errno.h usr/include/sys/eventfd.h usr/include/sys/fcntl.h usr/include/sys/file.h usr/include/sys/fsuid.h usr/include/sys/gmon.h usr/include/sys/gmon_out.h usr/include/sys/inotify.h usr/include/sys/io.h usr/include/sys/ioctl.h usr/include/sys/ipc.h usr/include/sys/kd.h usr/include/sys/kdaemon.h usr/include/sys/klog.h usr/include/sys/mman.h usr/include/sys/mount.h usr/include/sys/msg.h usr/include/sys/mtio.h usr/include/sys/param.h usr/include/sys/pci.h usr/include/sys/perm.h usr/include/sys/personality.h usr/include/sys/poll.h usr/include/sys/prctl.h usr/include/sys/procfs.h usr/include/sys/profil.h usr/include/sys/ptrace.h usr/include/sys/queue.h usr/include/sys/quota.h usr/include/sys/raw.h usr/include/sys/reboot.h usr/include/sys/reg.h usr/include/sys/resource.h usr/include/sys/select.h usr/include/sys/sem.h usr/include/sys/sendfile.h usr/include/sys/shm.h usr/include/sys/signal.h usr/include/sys/signalfd.h usr/include/sys/socket.h usr/include/sys/socketvar.h usr/include/sys/soundcard.h usr/include/sys/stat.h usr/include/sys/statfs.h usr/include/sys/statvfs.h usr/include/sys/swap.h usr/include/sys/syscall.h usr/include/sys/sysctl.h usr/include/sys/sysinfo.h usr/include/sys/syslog.h usr/include/sys/sysmacros.h usr/include/sys/termios.h usr/include/sys/time.h usr/include/sys/timeb.h usr/include/sys/timerfd.h usr/include/sys/times.h usr/include/sys/timex.h usr/include/sys/ttychars.h usr/include/sys/ttydefaults.h usr/include/sys/types.h usr/include/sys/ucontext.h usr/include/sys/uio.h usr/include/sys/ultrasound.h usr/include/sys/un.h usr/include/sys/unistd.h usr/include/sys/user.h usr/include/sys/ustat.h usr/include/sys/utsname.h usr/include/sys/vfs.h usr/include/sys/vlimit.h usr/include/sys/vm86.h usr/include/sys/vt.h usr/include/sys/vtimes.h usr/include/sys/wait.h usr/include/sys/xattr.h usr/include/syscall.h usr/include/sysexits.h usr/include/syslog.h usr/include/tar.h usr/include/termio.h usr/include/termios.h usr/include/tgmath.h usr/include/thread_db.h usr/include/time.h usr/include/ttyent.h usr/include/ucontext.h usr/include/ulimit.h usr/include/unistd.h usr/include/ustat.h usr/include/utime.h usr/include/utmp.h usr/include/utmpx.h usr/include/values.h usr/include/video/edid.h usr/include/video/sisfb.h usr/include/video/uvesafb.h usr/include/wait.h usr/include/wchar.h usr/include/wctype.h usr/include/wordexp.h usr/include/xen/evtchn.h usr/include/xlocale.h usr/lib/Mcrt1.o usr/lib/Scrt1.o usr/lib/crt1.o usr/lib/crti.o usr/lib/crtn.o usr/lib/gcc/i686-redhat-linux/4.4.4/SYSCALLS.c.X usr/lib/gcc/i686-redhat-linux/4.4.4/crtbegin.o usr/lib/gcc/i686-redhat-linux/4.4.4/crtbeginS.o usr/lib/gcc/i686-redhat-linux/4.4.4/crtbeginT.o usr/lib/gcc/i686-redhat-linux/4.4.4/crtend.o usr/lib/gcc/i686-redhat-linux/4.4.4/crtendS.o usr/lib/gcc/i686-redhat-linux/4.4.4/crtfastmath.o usr/lib/gcc/i686-redhat-linux/4.4.4/crtprec32.o usr/lib/gcc/i686-redhat-linux/4.4.4/crtprec64.o usr/lib/gcc/i686-redhat-linux/4.4.4/crtprec80.o usr/lib/gcc/i686-redhat-linux/4.4.4/finclude/omp_lib.f90 usr/lib/gcc/i686-redhat-linux/4.4.4/finclude/omp_lib.h usr/lib/gcc/i686-redhat-linux/4.4.4/finclude/omp_lib.mod usr/lib/gcc/i686-redhat-linux/4.4.4/finclude/omp_lib_kinds.mod usr/lib/gcc/i686-redhat-linux/4.4.4/include/abmintrin.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/ammintrin.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/avxintrin.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/bmiintrin.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/bmmintrin.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/cpuid.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/cross-stdarg.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/emmintrin.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/f16cintrin.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/float.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/fma4intrin.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/immintrin.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/iso646.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/limits.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/lwpintrin.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/mm3dnow.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/mm_malloc.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/mmintrin.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/nmmintrin.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/omp.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/pmmintrin.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/popcntintrin.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/smmintrin.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/stdarg.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/stdbool.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/stddef.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/stdfix.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/syslimits.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/tbmintrin.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/tmmintrin.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/unwind.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/varargs.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/wmmintrin.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/x86intrin.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/xmmintrin.h usr/lib/gcc/i686-redhat-linux/4.4.4/include/xopintrin.h usr/lib/gcc/i686-redhat-linux/4.4.4/libgcc.a usr/lib/gcc/i686-redhat-linux/4.4.4/libgcc_eh.a usr/lib/gcc/i686-redhat-linux/4.4.4/libgcc_s.so usr/lib/gcc/i686-redhat-linux/4.4.4/libgcov.a usr/lib/gcc/i686-redhat-linux/4.4.4/libgfortran.a usr/lib/gcc/i686-redhat-linux/4.4.4/libgfortran.so usr/lib/gcc/i686-redhat-linux/4.4.4/libgfortranbegin.a usr/lib/gcc/i686-redhat-linux/4.4.4/libgomp.a usr/lib/gcc/i686-redhat-linux/4.4.4/libgomp.so usr/lib/gcc/i686-redhat-linux/4.4.4/libgomp.spec usr/lib/gcc/i686-redhat-linux/4.4.4/libstdc++.a usr/lib/gcc/i686-redhat-linux/4.4.4/libstdc++.so usr/lib/gcc/i686-redhat-linux/4.4.4/libsupc++.a usr/lib/gcc/i686-redhat-linux/4.4.7 usr/lib/gcrt1.o usr/lib/libBrokenLocale.so usr/lib/libanl.so -usr/lib/libbfd-2.20.51.0.2-5.36.el6.so +usr/lib/libbfd-2.20.51.0.2-5.42.el6.so usr/lib/libbfd.a usr/lib/libbfd.so usr/lib/libbsd-compat.a usr/lib/libbsd.a usr/lib/libc.so usr/lib/libc_nonshared.a usr/lib/libcidn.so usr/lib/libcrypt.so usr/lib/libdl.so usr/lib/libg.a usr/lib/libgmp.so.3 usr/lib/libgmp.so.3.5.0 usr/lib/libgmpxx.so.4 usr/lib/libgmpxx.so.4.1.0 usr/lib/libiberty.a usr/lib/libieee.a usr/lib/libm.so usr/lib/libmcheck.a usr/lib/libmp.so.3 usr/lib/libmp.so.3.1.14 usr/lib/libmpfr.so.1 usr/lib/libmpfr.so.1.2.0 usr/lib/libnsl.so usr/lib/libnss_compat.so usr/lib/libnss_dns.so usr/lib/libnss_files.so usr/lib/libnss_hesiod.so usr/lib/libnss_nis.so usr/lib/libnss_nisplus.so -usr/lib/libopcodes-2.20.51.0.2-5.36.el6.so +usr/lib/libopcodes-2.20.51.0.2-5.42.el6.so usr/lib/libopcodes.a usr/lib/libopcodes.so usr/lib/libpthread.so usr/lib/libpthread_nonshared.a usr/lib/libresolv.so usr/lib/librpcsvc.a usr/lib/librt.so usr/lib/libthread_db.so usr/lib/libutil.so usr/lib/sse2/libgmp.so.3 usr/lib/sse2/libgmp.so.3.5.0 usr/lib/sse2/libgmpxx.so.4 usr/lib/sse2/libgmpxx.so.4.1.0 usr/lib/sse2/libmp.so.3 usr/lib/sse2/libmp.so.3.1.14 usr/libexec/gcc/i686-redhat-linux/4.4.4/cc1 usr/libexec/gcc/i686-redhat-linux/4.4.4/cc1plus usr/libexec/gcc/i686-redhat-linux/4.4.4/collect2 usr/libexec/gcc/i686-redhat-linux/4.4.4/f951 usr/libexec/gcc/i686-redhat-linux/4.4.7 usr/libexec/getconf/default usr/share/doc/binutils-2.20.51.0.2/README usr/share/doc/gcc-4.4.7/COPYING usr/share/doc/gcc-4.4.7/COPYING.LIB usr/share/doc/gcc-4.4.7/COPYING3 usr/share/doc/gcc-4.4.7/COPYING3.LIB usr/share/doc/gcc-4.4.7/ChangeLog-1997.bz2 usr/share/doc/gcc-4.4.7/ChangeLog-1998.bz2 usr/share/doc/gcc-4.4.7/ChangeLog-1999.bz2 usr/share/doc/gcc-4.4.7/ChangeLog-2000.bz2 usr/share/doc/gcc-4.4.7/ChangeLog-2001.bz2 usr/share/doc/gcc-4.4.7/ChangeLog-2002.bz2 usr/share/doc/gcc-4.4.7/ChangeLog-2003.bz2 usr/share/doc/gcc-4.4.7/ChangeLog-2004.bz2 usr/share/doc/gcc-4.4.7/ChangeLog-2005.bz2 usr/share/doc/gcc-4.4.7/ChangeLog-2006.bz2 usr/share/doc/gcc-4.4.7/ChangeLog-2007.bz2 usr/share/doc/gcc-4.4.7/ChangeLog-2008.bz2 usr/share/doc/gcc-4.4.7/ChangeLog.bz2 usr/share/doc/gcc-4.4.7/ChangeLog.dataflow.bz2 usr/share/doc/gcc-4.4.7/ChangeLog.lib.bz2 usr/share/doc/gcc-4.4.7/ChangeLog.ptr.bz2 usr/share/doc/gcc-4.4.7/ChangeLog.tree-ssa.bz2 usr/share/doc/gcc-4.4.7/ChangeLog.tuples.bz2 usr/share/doc/gcc-4.4.7/ChangeLog.vta.bz2 usr/share/doc/gcc-4.4.7/README.Portability usr/share/doc/gcc-c++-4.4.7/ChangeLog-1993.bz2 usr/share/doc/gcc-c++-4.4.7/ChangeLog-1994.bz2 usr/share/doc/gcc-c++-4.4.7/ChangeLog-1995.bz2 usr/share/doc/gcc-c++-4.4.7/ChangeLog-1996.bz2 usr/share/doc/gcc-c++-4.4.7/ChangeLog-1997.bz2 usr/share/doc/gcc-c++-4.4.7/ChangeLog-1998.bz2 usr/share/doc/gcc-c++-4.4.7/ChangeLog-1999.bz2 usr/share/doc/gcc-c++-4.4.7/ChangeLog-2000.bz2 usr/share/doc/gcc-c++-4.4.7/ChangeLog-2001.bz2 usr/share/doc/gcc-c++-4.4.7/ChangeLog-2002.bz2 usr/share/doc/gcc-c++-4.4.7/ChangeLog-2003.bz2 usr/share/doc/gcc-c++-4.4.7/ChangeLog-2004.bz2 usr/share/doc/gcc-c++-4.4.7/ChangeLog-2005.bz2 usr/share/doc/gcc-c++-4.4.7/ChangeLog-2006.bz2 usr/share/doc/gcc-c++-4.4.7/ChangeLog-2007.bz2 usr/share/doc/gcc-c++-4.4.7/ChangeLog-2008.bz2 usr/share/doc/gcc-c++-4.4.7/ChangeLog.bz2 usr/share/doc/gcc-c++-4.4.7/ChangeLog.ptr.bz2 usr/share/doc/gcc-c++-4.4.7/ChangeLog.tree-ssa.bz2 usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2002.bz2 usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2002.libgfortran.bz2 usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2003.bz2 usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2003.libgfortran.bz2 usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2004.bz2 usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2004.libgfortran.bz2 usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2005.bz2 usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2005.libgfortran.bz2 usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2006.bz2 usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2006.libgfortran.bz2 usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2007.bz2 usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2007.libgfortran.bz2 usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2008.bz2 usr/share/doc/gcc-gfortran-4.4.7/ChangeLog.bz2 usr/share/doc/gcc-gfortran-4.4.7/ChangeLog.libgfortran.bz2 usr/share/doc/gcc-gfortran-4.4.7/ChangeLog.ptr.bz2 usr/share/doc/gmp-4.3.1/COPYING usr/share/doc/gmp-4.3.1/COPYING.LIB usr/share/doc/gmp-4.3.1/NEWS usr/share/doc/gmp-4.3.1/README usr/share/doc/libstdc++-devel-4.4.7/ChangeLog-1998.bz2 usr/share/doc/libstdc++-devel-4.4.7/ChangeLog-1999.bz2 usr/share/doc/libstdc++-devel-4.4.7/ChangeLog-2000.bz2 usr/share/doc/libstdc++-devel-4.4.7/ChangeLog-2001.bz2 usr/share/doc/libstdc++-devel-4.4.7/ChangeLog-2002.bz2 usr/share/doc/libstdc++-devel-4.4.7/ChangeLog-2003.bz2 usr/share/doc/libstdc++-devel-4.4.7/ChangeLog-2004.bz2 usr/share/doc/libstdc++-devel-4.4.7/ChangeLog-2005.bz2 usr/share/doc/libstdc++-devel-4.4.7/ChangeLog-2006.bz2 usr/share/doc/libstdc++-devel-4.4.7/ChangeLog-2007.bz2 usr/share/doc/libstdc++-devel-4.4.7/ChangeLog.bz2 usr/share/doc/libstdc++-devel-4.4.7/ChangeLog~.bz2 usr/share/doc/libstdc++-devel-4.4.7/README usr/share/doc/mpfr-2.4.1/COPYING usr/share/doc/mpfr-2.4.1/COPYING.LIB usr/share/doc/mpfr-2.4.1/NEWS usr/share/doc/mpfr-2.4.1/README usr/share/info/as.info.gz usr/share/info/bfd.info.gz usr/share/info/binutils.info.gz usr/share/info/configure.info.gz usr/share/info/cpp.info.gz usr/share/info/cppinternals.info.gz usr/share/info/gcc.info.gz usr/share/info/gccinstall.info.gz usr/share/info/gccint.info.gz usr/share/info/gfortran.info.gz usr/share/info/gprof.info.gz usr/share/info/ld.info.gz usr/share/info/libc.info-1.gz usr/share/info/libc.info-10.gz usr/share/info/libc.info-11.gz usr/share/info/libc.info-2.gz usr/share/info/libc.info-3.gz usr/share/info/libc.info-4.gz usr/share/info/libc.info-5.gz usr/share/info/libc.info-6.gz usr/share/info/libc.info-7.gz usr/share/info/libc.info-8.gz usr/share/info/libc.info-9.gz usr/share/info/libc.info.gz usr/share/info/standards.info.gz usr/share/locale/be/LC_MESSAGES/cpplib.mo usr/share/locale/be/LC_MESSAGES/gcc.mo usr/share/locale/ca/LC_MESSAGES/cpplib.mo usr/share/locale/da/LC_MESSAGES/bfd.mo usr/share/locale/da/LC_MESSAGES/binutils.mo usr/share/locale/da/LC_MESSAGES/cpplib.mo usr/share/locale/da/LC_MESSAGES/gcc.mo usr/share/locale/da/LC_MESSAGES/gprof.mo usr/share/locale/da/LC_MESSAGES/ld.mo usr/share/locale/da/LC_MESSAGES/opcodes.mo usr/share/locale/de/LC_MESSAGES/cpplib.mo usr/share/locale/de/LC_MESSAGES/gcc.mo usr/share/locale/de/LC_MESSAGES/gprof.mo usr/share/locale/de/LC_MESSAGES/opcodes.mo usr/share/locale/el/LC_MESSAGES/cpplib.mo usr/share/locale/el/LC_MESSAGES/gcc.mo usr/share/locale/es/LC_MESSAGES/bfd.mo usr/share/locale/es/LC_MESSAGES/binutils.mo usr/share/locale/es/LC_MESSAGES/cpplib.mo usr/share/locale/es/LC_MESSAGES/gas.mo usr/share/locale/es/LC_MESSAGES/gcc.mo usr/share/locale/es/LC_MESSAGES/gprof.mo usr/share/locale/es/LC_MESSAGES/ld.mo usr/share/locale/es/LC_MESSAGES/opcodes.mo usr/share/locale/fi/LC_MESSAGES/bfd.mo usr/share/locale/fi/LC_MESSAGES/binutils.mo usr/share/locale/fi/LC_MESSAGES/gcc.mo usr/share/locale/fi/LC_MESSAGES/gprof.mo usr/share/locale/fi/LC_MESSAGES/ld.mo usr/share/locale/fi/LC_MESSAGES/opcodes.mo usr/share/locale/fr/LC_MESSAGES/bfd.mo usr/share/locale/fr/LC_MESSAGES/binutils.mo usr/share/locale/fr/LC_MESSAGES/cpplib.mo usr/share/locale/fr/LC_MESSAGES/gas.mo usr/share/locale/fr/LC_MESSAGES/gcc.mo usr/share/locale/fr/LC_MESSAGES/gprof.mo usr/share/locale/fr/LC_MESSAGES/ld.mo usr/share/locale/fr/LC_MESSAGES/opcodes.mo usr/share/locale/ga/LC_MESSAGES/gprof.mo usr/share/locale/ga/LC_MESSAGES/ld.mo usr/share/locale/ga/LC_MESSAGES/opcodes.mo usr/share/locale/id/LC_MESSAGES/bfd.mo usr/share/locale/id/LC_MESSAGES/binutils.mo usr/share/locale/id/LC_MESSAGES/cpplib.mo usr/share/locale/id/LC_MESSAGES/gas.mo usr/share/locale/id/LC_MESSAGES/gcc.mo usr/share/locale/id/LC_MESSAGES/gprof.mo usr/share/locale/id/LC_MESSAGES/ld.mo usr/share/locale/id/LC_MESSAGES/opcodes.mo usr/share/locale/ja/LC_MESSAGES/bfd.mo usr/share/locale/ja/LC_MESSAGES/binutils.mo usr/share/locale/ja/LC_MESSAGES/cpplib.mo usr/share/locale/ja/LC_MESSAGES/gcc.mo usr/share/locale/ms/LC_MESSAGES/gprof.mo usr/share/locale/nl/LC_MESSAGES/cpplib.mo usr/share/locale/nl/LC_MESSAGES/gcc.mo usr/share/locale/nl/LC_MESSAGES/gprof.mo usr/share/locale/nl/LC_MESSAGES/opcodes.mo usr/share/locale/pt_BR/LC_MESSAGES/gprof.mo usr/share/locale/pt_BR/LC_MESSAGES/opcodes.mo usr/share/locale/ro/LC_MESSAGES/bfd.mo usr/share/locale/ro/LC_MESSAGES/binutils.mo usr/share/locale/ro/LC_MESSAGES/gprof.mo usr/share/locale/ro/LC_MESSAGES/opcodes.mo usr/share/locale/ru/LC_MESSAGES/bfd.mo usr/share/locale/ru/LC_MESSAGES/binutils.mo usr/share/locale/ru/LC_MESSAGES/gcc.mo usr/share/locale/rw/LC_MESSAGES/bfd.mo usr/share/locale/rw/LC_MESSAGES/binutils.mo usr/share/locale/rw/LC_MESSAGES/gas.mo usr/share/locale/rw/LC_MESSAGES/gprof.mo usr/share/locale/sk/LC_MESSAGES/binutils.mo usr/share/locale/sr/LC_MESSAGES/gcc.mo usr/share/locale/sv/LC_MESSAGES/bfd.mo usr/share/locale/sv/LC_MESSAGES/binutils.mo usr/share/locale/sv/LC_MESSAGES/cpplib.mo usr/share/locale/sv/LC_MESSAGES/gcc.mo usr/share/locale/sv/LC_MESSAGES/gprof.mo usr/share/locale/sv/LC_MESSAGES/ld.mo usr/share/locale/sv/LC_MESSAGES/opcodes.mo usr/share/locale/tr/LC_MESSAGES/bfd.mo usr/share/locale/tr/LC_MESSAGES/binutils.mo usr/share/locale/tr/LC_MESSAGES/cpplib.mo usr/share/locale/tr/LC_MESSAGES/gas.mo usr/share/locale/tr/LC_MESSAGES/gcc.mo usr/share/locale/tr/LC_MESSAGES/gprof.mo usr/share/locale/tr/LC_MESSAGES/ld.mo usr/share/locale/tr/LC_MESSAGES/opcodes.mo usr/share/locale/uk/LC_MESSAGES/binutils.mo usr/share/locale/uk/LC_MESSAGES/cpplib.mo usr/share/locale/vi/LC_MESSAGES/bfd.mo usr/share/locale/vi/LC_MESSAGES/binutils.mo usr/share/locale/vi/LC_MESSAGES/cpplib.mo usr/share/locale/vi/LC_MESSAGES/gprof.mo usr/share/locale/vi/LC_MESSAGES/ld.mo usr/share/locale/vi/LC_MESSAGES/opcodes.mo usr/share/locale/zh_CN/LC_MESSAGES/bfd.mo usr/share/locale/zh_CN/LC_MESSAGES/binutils.mo usr/share/locale/zh_CN/LC_MESSAGES/cpplib.mo usr/share/locale/zh_CN/LC_MESSAGES/gcc.mo usr/share/locale/zh_CN/LC_MESSAGES/ld.mo usr/share/locale/zh_CN/LC_MESSAGES/opcodes.mo usr/share/locale/zh_TW/LC_MESSAGES/binutils.mo usr/share/locale/zh_TW/LC_MESSAGES/cpplib.mo usr/share/locale/zh_TW/LC_MESSAGES/gcc.mo usr/share/locale/zh_TW/LC_MESSAGES/ld.mo usr/share/man/man1/addr2line.1.gz usr/share/man/man1/ar.1.gz usr/share/man/man1/as.1.gz usr/share/man/man1/c++filt.1.gz usr/share/man/man1/cpp.1.gz usr/share/man/man1/g++.1.gz usr/share/man/man1/gcc.1.gz usr/share/man/man1/gcov.1.gz usr/share/man/man1/gfortran.1.gz usr/share/man/man1/gprof.1.gz usr/share/man/man1/ld.1.gz usr/share/man/man1/nm.1.gz usr/share/man/man1/objcopy.1.gz usr/share/man/man1/objdump.1.gz usr/share/man/man1/protoize.1.gz usr/share/man/man1/ranlib.1.gz usr/share/man/man1/readelf.1.gz usr/share/man/man1/size.1.gz usr/share/man/man1/strings.1.gz usr/share/man/man1/strip.1.gz usr/share/man/man1/unprotoize.1.gz -usr/share/man/man1/windmc.1.gz -@dir lib -@dir usr/bin -@dir usr/include/arpa -@dir usr/include/asm -@dir usr/include/asm-generic -@dir usr/include/bits -@dir usr/include/c++/4.4.4/backward -@dir usr/include/c++/4.4.4/bits -@dir usr/include/c++/4.4.4/debug -@dir usr/include/c++/4.4.4/ext/pb_ds/detail/basic_tree_policy -@dir usr/include/c++/4.4.4/ext/pb_ds/detail/bin_search_tree_ -@dir usr/include/c++/4.4.4/ext/pb_ds/detail/binary_heap_ -@dir usr/include/c++/4.4.4/ext/pb_ds/detail/binomial_heap_ -@dir usr/include/c++/4.4.4/ext/pb_ds/detail/binomial_heap_base_ -@dir usr/include/c++/4.4.4/ext/pb_ds/detail/cc_hash_table_map_ -@dir usr/include/c++/4.4.4/ext/pb_ds/detail/eq_fn -@dir usr/include/c++/4.4.4/ext/pb_ds/detail/gp_hash_table_map_ -@dir usr/include/c++/4.4.4/ext/pb_ds/detail/hash_fn -@dir usr/include/c++/4.4.4/ext/pb_ds/detail/left_child_next_sibling_heap_ -@dir usr/include/c++/4.4.4/ext/pb_ds/detail/list_update_map_ -@dir usr/include/c++/4.4.4/ext/pb_ds/detail/list_update_policy -@dir usr/include/c++/4.4.4/ext/pb_ds/detail/ov_tree_map_ -@dir usr/include/c++/4.4.4/ext/pb_ds/detail/pairing_heap_ -@dir usr/include/c++/4.4.4/ext/pb_ds/detail/pat_trie_ -@dir usr/include/c++/4.4.4/ext/pb_ds/detail/rb_tree_map_ -@dir usr/include/c++/4.4.4/ext/pb_ds/detail/rc_binomial_heap_ -@dir usr/include/c++/4.4.4/ext/pb_ds/detail/resize_policy -@dir usr/include/c++/4.4.4/ext/pb_ds/detail/splay_tree_ -@dir usr/include/c++/4.4.4/ext/pb_ds/detail/thin_heap_ -@dir usr/include/c++/4.4.4/ext/pb_ds/detail/tree_policy -@dir usr/include/c++/4.4.4/ext/pb_ds/detail/trie_policy -@dir usr/include/c++/4.4.4/ext/pb_ds/detail/unordered_iterator -@dir usr/include/c++/4.4.4/ext/pb_ds/detail -@dir usr/include/c++/4.4.4/ext/pb_ds -@dir usr/include/c++/4.4.4/ext -@dir usr/include/c++/4.4.4/i686-redhat-linux/bits -@dir usr/include/c++/4.4.4/i686-redhat-linux -@dir usr/include/c++/4.4.4/parallel -@dir usr/include/c++/4.4.4/tr1 -@dir usr/include/c++/4.4.4/tr1_impl -@dir usr/include/c++/4.4.4 -@dir usr/include/c++ -@dir usr/include/drm -@dir usr/include/gnu -@dir usr/include/linux/byteorder -@dir usr/include/linux/can -@dir usr/include/linux/dvb -@dir usr/include/linux/hdlc -@dir usr/include/linux/isdn -@dir usr/include/linux/netfilter/ipset -@dir usr/include/linux/netfilter -@dir usr/include/linux/netfilter_arp -@dir usr/include/linux/netfilter_bridge -@dir usr/include/linux/netfilter_ipv4 -@dir usr/include/linux/netfilter_ipv6 -@dir usr/include/linux/nfsd -@dir usr/include/linux/raid -@dir usr/include/linux/spi -@dir usr/include/linux/sunrpc -@dir usr/include/linux/tc_act -@dir usr/include/linux/tc_ematch -@dir usr/include/linux/usb -@dir usr/include/linux/wimax -@dir usr/include/linux -@dir usr/include/mtd -@dir usr/include/net -@dir usr/include/netash -@dir usr/include/netatalk -@dir usr/include/netax25 -@dir usr/include/neteconet -@dir usr/include/netinet -@dir usr/include/netipx -@dir usr/include/netiucv -@dir usr/include/netpacket -@dir usr/include/netrom -@dir usr/include/netrose -@dir usr/include/nfs -@dir usr/include/protocols -@dir usr/include/rdma -@dir usr/include/rpc -@dir usr/include/rpcsvc -@dir usr/include/scsi -@dir usr/include/sound -@dir usr/include/sys -@dir usr/include/video -@dir usr/include/xen -@dir usr/include -@dir usr/lib/gcc/i686-redhat-linux/4.4.4/finclude -@dir usr/lib/gcc/i686-redhat-linux/4.4.4/include -@dir usr/lib/gcc/i686-redhat-linux/4.4.4 -@dir usr/lib/gcc/i686-redhat-linux -@dir usr/lib/gcc -@dir usr/lib/sse2 -@dir usr/lib -@dir usr/libexec/gcc/i686-redhat-linux/4.4.4 -@dir usr/libexec/gcc/i686-redhat-linux -@dir usr/libexec/gcc -@dir usr/libexec/getconf -@dir usr/libexec -@dir usr/share/doc/binutils-2.20.51.0.2 -@dir usr/share/doc/gcc-4.4.7 -@dir usr/share/doc/gcc-c++-4.4.7 -@dir usr/share/doc/gcc-gfortran-4.4.7 -@dir usr/share/doc/gmp-4.3.1 -@dir usr/share/doc/libstdc++-devel-4.4.7 -@dir usr/share/doc/mpfr-2.4.1 -@dir usr/share/doc -@dir usr/share/info -@dir usr/share/locale/be/LC_MESSAGES -@dir usr/share/locale/be -@dir usr/share/locale/ca/LC_MESSAGES -@dir usr/share/locale/ca -@dir usr/share/locale/da/LC_MESSAGES -@dir usr/share/locale/da -@dir usr/share/locale/de/LC_MESSAGES -@dir usr/share/locale/de -@dir usr/share/locale/el/LC_MESSAGES -@dir usr/share/locale/el -@dir usr/share/locale/es/LC_MESSAGES -@dir usr/share/locale/es -@dir usr/share/locale/fi/LC_MESSAGES -@dir usr/share/locale/fi -@dir usr/share/locale/fr/LC_MESSAGES -@dir usr/share/locale/fr -@dir usr/share/locale/ga/LC_MESSAGES -@dir usr/share/locale/ga -@dir usr/share/locale/id/LC_MESSAGES -@dir usr/share/locale/id -@dir usr/share/locale/ja/LC_MESSAGES -@dir usr/share/locale/ja -@dir usr/share/locale/ms/LC_MESSAGES -@dir usr/share/locale/ms -@dir usr/share/locale/nl/LC_MESSAGES -@dir usr/share/locale/nl -@dir usr/share/locale/pt_BR/LC_MESSAGES -@dir usr/share/locale/pt_BR -@dir usr/share/locale/ro/LC_MESSAGES -@dir usr/share/locale/ro -@dir usr/share/locale/ru/LC_MESSAGES -@dir usr/share/locale/ru -@dir usr/share/locale/rw/LC_MESSAGES -@dir usr/share/locale/rw -@dir usr/share/locale/sk/LC_MESSAGES -@dir usr/share/locale/sk -@dir usr/share/locale/sr/LC_MESSAGES -@dir usr/share/locale/sr -@dir usr/share/locale/sv/LC_MESSAGES -@dir usr/share/locale/sv -@dir usr/share/locale/tr/LC_MESSAGES -@dir usr/share/locale/tr -@dir usr/share/locale/uk/LC_MESSAGES -@dir usr/share/locale/uk -@dir usr/share/locale/vi/LC_MESSAGES -@dir usr/share/locale/vi -@dir usr/share/locale/zh_CN/LC_MESSAGES -@dir usr/share/locale/zh_CN -@dir usr/share/locale/zh_TW/LC_MESSAGES -@dir usr/share/locale/zh_TW -@dir usr/share/locale -@dir usr/share/man/man1 -@dir usr/share/man -@dir usr/share -@dir usr Index: head/devel/linux-c6-libglade2/Makefile =================================================================== --- head/devel/linux-c6-libglade2/Makefile (revision 372444) +++ head/devel/linux-c6-libglade2/Makefile (revision 372445) @@ -1,27 +1,28 @@ # Created by: lme # $FreeBSD$ PORTNAME= libglade2 PORTVERSION= 2.6.4 +PORTREVISION= 1 CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org COMMENT= RPM of libglade2 (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-libglade2-[0-9]* linux-f10-libglade2-[0-9]* USE_LINUX= c6 USE_LINUX_RPM= yes RPMVERSION= 3.1.el6 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libglade-2.0.so.0 usr/lib/libglade-2.0.so.0.0.7 \ usr/share/xml/libglade/glade-2.0.dtd PLIST_DIRS= usr/share/xml/libglade usr/share/xml \ usr/lib/libglade/2.0 usr/lib/libglade DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING NEWS README DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/devel/linux-c6-libglade2/distinfo.i686 =================================================================== --- head/devel/linux-c6-libglade2/distinfo.i686 (revision 372444) +++ head/devel/linux-c6-libglade2/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/libglade2-2.6.4-3.1.el6.i686.rpm) = 0d4afe4280e4cbbf7ead05f8ceddb49c40898b1de9e8dac4a69fc07313814a78 -SIZE (rpm/i686/centos/6.5/libglade2-2.6.4-3.1.el6.i686.rpm) = 60960 -SHA256 (rpm/i686/centos/6.5/libglade2-2.6.4-3.1.el6.src.rpm) = 1a68ad52cb5dd9a7bdf5b511d5ac1d9d12ec4f19d93373d9bdb04b4afd753bbb -SIZE (rpm/i686/centos/6.5/libglade2-2.6.4-3.1.el6.src.rpm) = 371348 +SHA256 (rpm/i686/centos/6.6/libglade2-2.6.4-3.1.el6.i686.rpm) = 0d4afe4280e4cbbf7ead05f8ceddb49c40898b1de9e8dac4a69fc07313814a78 +SIZE (rpm/i686/centos/6.6/libglade2-2.6.4-3.1.el6.i686.rpm) = 60960 +SHA256 (rpm/i686/centos/6.6/libglade2-2.6.4-3.1.el6.src.rpm) = 1a68ad52cb5dd9a7bdf5b511d5ac1d9d12ec4f19d93373d9bdb04b4afd753bbb +SIZE (rpm/i686/centos/6.6/libglade2-2.6.4-3.1.el6.src.rpm) = 371348 Index: head/devel/linux-c6-libpciaccess/Makefile =================================================================== --- head/devel/linux-c6-libpciaccess/Makefile (revision 372444) +++ head/devel/linux-c6-libpciaccess/Makefile (revision 372445) @@ -1,22 +1,22 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= libpciaccess -PORTVERSION= 0.13.1 +PORTVERSION= 0.13.3 CATEGORIES= devel MAINTAINER= emulation@freebsd.org COMMENT= Generic PCI access library (CentOS ${LINUX_DIST_VER}) # LICENSE= Various GNU ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 -RPMVERSION= 2.el6 +RPMVERSION= 0.1.el6 USE_LINUX_RPM= yes USE_LDCONFIG= yes DESC= ${.CURDIR}/../${PORTNAME}/pkg-descr PLIST_SUB+= NLS="" .include Index: head/devel/linux-c6-libpciaccess/distinfo.i686 =================================================================== --- head/devel/linux-c6-libpciaccess/distinfo.i686 (revision 372444) +++ head/devel/linux-c6-libpciaccess/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/libpciaccess-0.13.1-2.el6.i686.rpm) = 651b8576b2d403e057d09264b98890a884b4658aa8b4ccf0e23e2f70b0f04028 -SIZE (rpm/i686/centos/6.5/libpciaccess-0.13.1-2.el6.i686.rpm) = 25696 -SHA256 (rpm/i686/centos/6.5/libpciaccess-0.13.1-2.el6.src.rpm) = 02e2a87fe3832b76bf16c11c0a3dbcb816dc51e45b897590909f8ce311c7473d -SIZE (rpm/i686/centos/6.5/libpciaccess-0.13.1-2.el6.src.rpm) = 365066 +SHA256 (rpm/i686/centos/6.6/libpciaccess-0.13.3-0.1.el6.i686.rpm) = 0baa68c3f0078ff741093c44f7a1a34c590e850accc34dd70b730f76f9a8bd0d +SIZE (rpm/i686/centos/6.6/libpciaccess-0.13.3-0.1.el6.i686.rpm) = 26320 +SHA256 (rpm/i686/centos/6.6/libpciaccess-0.13.3-0.1.el6.src.rpm) = 166c510984cfad7b9652a89c1ab5eeb605977f2637393c4703faaeba804e8016 +SIZE (rpm/i686/centos/6.6/libpciaccess-0.13.3-0.1.el6.src.rpm) = 73004 Index: head/devel/linux-c6-libpciaccess/pkg-plist =================================================================== --- head/devel/linux-c6-libpciaccess/pkg-plist (revision 372444) +++ head/devel/linux-c6-libpciaccess/pkg-plist (revision 372445) @@ -1,4 +1,4 @@ usr/lib/libpciaccess.so.0 usr/lib/libpciaccess.so.0.11.1 -usr/share/doc/libpciaccess-0.13.1/AUTHORS -usr/share/doc/libpciaccess-0.13.1/COPYING +usr/share/doc/libpciaccess-0.13.3/AUTHORS +usr/share/doc/libpciaccess-0.13.3/COPYING Index: head/devel/linux-c6-libsigc++20/Makefile =================================================================== --- head/devel/linux-c6-libsigc++20/Makefile (nonexistent) +++ head/devel/linux-c6-libsigc++20/Makefile (revision 372445) @@ -0,0 +1,24 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= libsigc++20 +PORTVERSION= 2.2.4.2 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Callback Framework for C++(Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-libsigc++20-[0-9]* + +USE_LINUX= c6 +USE_LINUX_RPM= yes + +RPMVERSION= 1.el6 +USE_LDCONFIG= yes + +PLIST_FILES= usr/lib/libsigc-2.0.so.0.0.0 usr/lib/libsigc-2.0.so.0 +DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION} +PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/devel/linux-c6-libsigc++20/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-libsigc++20/distinfo.i686 =================================================================== --- head/devel/linux-c6-libsigc++20/distinfo.i686 (nonexistent) +++ head/devel/linux-c6-libsigc++20/distinfo.i686 (revision 372445) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.6/libsigc++20-2.2.4.2-1.el6.i686.rpm) = e3f3df0720d297c35f87e008de6d40de4329fb17aac2cd047c52783ec3bac05e +SIZE (rpm/i686/centos/6.6/libsigc++20-2.2.4.2-1.el6.i686.rpm) = 54644 +SHA256 (rpm/i686/centos/6.6/libsigc++20-2.2.4.2-1.el6.src.rpm) = 1dd742ac7a01cadcc87ae64bd5b1fd5ba1f7c2ac8fee629ffe6c66583884342a +SIZE (rpm/i686/centos/6.6/libsigc++20-2.2.4.2-1.el6.src.rpm) = 3604821 Property changes on: head/devel/linux-c6-libsigc++20/distinfo.i686 ___________________________________________________________________ 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: head/devel/linux-c6-libsigc++20/pkg-descr =================================================================== Property changes on: head/devel/linux-c6-libsigc++20/pkg-descr ___________________________________________________________________ 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: head/devel/linux-c6-ncurses-base/Makefile =================================================================== --- head/devel/linux-c6-ncurses-base/Makefile (revision 372444) +++ head/devel/linux-c6-ncurses-base/Makefile (revision 372445) @@ -1,19 +1,20 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= ${LINUX_NAME}-base PORTVERSION= 5.7 +PORTREVISION= 1 CATEGORIES= devel linux MAINTAINER= jwbacon@tds.net COMMENT= Terminfo database required by Linux ncurses programs USE_LINUX= c6 USE_LINUX_RPM= yes LINUX_NAME= ncurses RPMVERSION= 3.20090208.el6 SRC_DISTFILES= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} DESCR= ${.CURDIR}/../${LINUX_NAME}/pkg-descr .include Index: head/devel/linux-c6-ncurses-base/distinfo.i686 =================================================================== --- head/devel/linux-c6-ncurses-base/distinfo.i686 (revision 372444) +++ head/devel/linux-c6-ncurses-base/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/ncurses-base-5.7-3.20090208.el6.i686.rpm) = fed496daeaee131057fc22bdd45caa88f0be4e873db7cb89eab79158657527d7 -SIZE (rpm/i686/centos/6.5/ncurses-base-5.7-3.20090208.el6.i686.rpm) = 62440 -SHA256 (rpm/i686/centos/6.5/ncurses-5.7-3.20090208.el6.src.rpm) = 56adadf667f294a57602cde47141b75a0bee8c6401fbf002295f59891d1663ff -SIZE (rpm/i686/centos/6.5/ncurses-5.7-3.20090208.el6.src.rpm) = 2646949 +SHA256 (rpm/i686/centos/6.6/ncurses-base-5.7-3.20090208.el6.i686.rpm) = fed496daeaee131057fc22bdd45caa88f0be4e873db7cb89eab79158657527d7 +SIZE (rpm/i686/centos/6.6/ncurses-base-5.7-3.20090208.el6.i686.rpm) = 62440 +SHA256 (rpm/i686/centos/6.6/ncurses-5.7-3.20090208.el6.src.rpm) = 56adadf667f294a57602cde47141b75a0bee8c6401fbf002295f59891d1663ff +SIZE (rpm/i686/centos/6.6/ncurses-5.7-3.20090208.el6.src.rpm) = 2646949 Index: head/devel/linux-c6-ncurses-base/pkg-plist =================================================================== --- head/devel/linux-c6-ncurses-base/pkg-plist (revision 372444) +++ head/devel/linux-c6-ncurses-base/pkg-plist (revision 372445) @@ -1,126 +1,127 @@ lib/terminfo/a/ansi lib/terminfo/d/dumb lib/terminfo/l/linux lib/terminfo/v/vt100 lib/terminfo/v/vt100-am lib/terminfo/v/vt100-nav lib/terminfo/v/vt102 lib/terminfo/v/vt200 lib/terminfo/v/vt220 lib/terminfo/v/vt52 usr/share/tabset/std usr/share/tabset/stdcrt usr/share/tabset/vt100 usr/share/tabset/vt300 usr/share/terminfo/A/Apple_Terminal usr/share/terminfo/E/Eterm usr/share/terminfo/E/Eterm-256color usr/share/terminfo/E/Eterm-88color usr/share/terminfo/E/Eterm-color usr/share/terminfo/a/ansi usr/share/terminfo/a/ansi80x25 usr/share/terminfo/a/ansis usr/share/terminfo/a/aterm usr/share/terminfo/c/cons25 usr/share/terminfo/c/cygwin usr/share/terminfo/d/dumb usr/share/terminfo/e/eterm usr/share/terminfo/e/eterm-color usr/share/terminfo/g/gnome usr/share/terminfo/g/gnome-256color usr/share/terminfo/h/hurd usr/share/terminfo/j/jfbterm usr/share/terminfo/k/kon usr/share/terminfo/k/kon2 usr/share/terminfo/k/konsole usr/share/terminfo/k/konsole-256color usr/share/terminfo/l/linux usr/share/terminfo/m/mach usr/share/terminfo/m/mach-bold usr/share/terminfo/m/mach-color usr/share/terminfo/m/mlterm usr/share/terminfo/m/mrxvt usr/share/terminfo/n/nsterm usr/share/terminfo/n/nxterm usr/share/terminfo/p/pcansi usr/share/terminfo/p/putty usr/share/terminfo/p/putty-256color usr/share/terminfo/p/putty-vt100 usr/share/terminfo/r/rxvt usr/share/terminfo/r/rxvt-16color usr/share/terminfo/r/rxvt-256color usr/share/terminfo/r/rxvt-88color usr/share/terminfo/r/rxvt-basic usr/share/terminfo/r/rxvt-color usr/share/terminfo/r/rxvt-cygwin usr/share/terminfo/r/rxvt-cygwin-native usr/share/terminfo/r/rxvt-unicode usr/share/terminfo/r/rxvt-xpm usr/share/terminfo/s/screen usr/share/terminfo/s/screen-16color usr/share/terminfo/s/screen-16color-bce usr/share/terminfo/s/screen-16color-bce-s usr/share/terminfo/s/screen-16color-s usr/share/terminfo/s/screen-256color usr/share/terminfo/s/screen-256color-bce usr/share/terminfo/s/screen-256color-bce-s usr/share/terminfo/s/screen-256color-s usr/share/terminfo/s/screen-bce usr/share/terminfo/s/screen-s usr/share/terminfo/s/screen-w usr/share/terminfo/s/screen.Eterm usr/share/terminfo/s/screen.linux usr/share/terminfo/s/screen.mlterm usr/share/terminfo/s/screen.rxvt usr/share/terminfo/s/screen.teraterm usr/share/terminfo/s/screen.xterm-new usr/share/terminfo/s/screen.xterm-r6 usr/share/terminfo/s/screen.xterm-xfree86 usr/share/terminfo/s/sun usr/share/terminfo/s/sun1 usr/share/terminfo/s/sun2 usr/share/terminfo/t/teraterm usr/share/terminfo/t/teraterm2.3 usr/share/terminfo/v/vs100 usr/share/terminfo/v/vt100 usr/share/terminfo/v/vt100-am usr/share/terminfo/v/vt100-nav usr/share/terminfo/v/vt102 usr/share/terminfo/v/vt200 usr/share/terminfo/v/vt220 usr/share/terminfo/v/vt52 usr/share/terminfo/w/wsvt25 usr/share/terminfo/w/wsvt25m usr/share/terminfo/x/xfce usr/share/terminfo/x/xterm usr/share/terminfo/x/xterm-1002 usr/share/terminfo/x/xterm-1003 usr/share/terminfo/x/xterm-16color usr/share/terminfo/x/xterm-24 usr/share/terminfo/x/xterm-256color usr/share/terminfo/x/xterm-88color usr/share/terminfo/x/xterm-8bit usr/share/terminfo/x/xterm-basic usr/share/terminfo/x/xterm-bold usr/share/terminfo/x/xterm-color usr/share/terminfo/x/xterm-hp usr/share/terminfo/x/xterm-new usr/share/terminfo/x/xterm-nic usr/share/terminfo/x/xterm-noapp usr/share/terminfo/x/xterm-old usr/share/terminfo/x/xterm-pcolor usr/share/terminfo/x/xterm-r5 usr/share/terminfo/x/xterm-r6 usr/share/terminfo/x/xterm-sco usr/share/terminfo/x/xterm-sun usr/share/terminfo/x/xterm-vt220 usr/share/terminfo/x/xterm-vt52 usr/share/terminfo/x/xterm-xf86-v32 usr/share/terminfo/x/xterm-xf86-v33 usr/share/terminfo/x/xterm-xf86-v333 usr/share/terminfo/x/xterm-xf86-v40 usr/share/terminfo/x/xterm-xf86-v43 usr/share/terminfo/x/xterm-xf86-v44 usr/share/terminfo/x/xterm-xfree86 usr/share/terminfo/x/xterm-xi usr/share/terminfo/x/xterms +@dir etc/terminfo Index: head/devel/linux-c6-nspr/Makefile =================================================================== --- head/devel/linux-c6-nspr/Makefile (revision 372444) +++ head/devel/linux-c6-nspr/Makefile (revision 372445) @@ -1,24 +1,24 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= nspr -PORTVERSION= 4.10.0 +PORTVERSION= 4.10.6 CATEGORIES= devel linux PKGNAMEPREFIX= linux-${USE_LINUX}- MAINTAINER= emulation@FreeBSD.org COMMENT= Netscape Portable Runtime (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-f10-nspr-[0-9]* ONLY_FOR_ARCHS= i386 amd64 -RPMVERSION= 1.el6 +RPMVERSION= 1.el6_5 USE_LINUX= c6 USE_LINUX_RPM= yes USE_LDCONFIG= yes PLIST_FILES= lib/libnspr4.so lib/libplc4.so lib/libplds4.so DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/devel/linux-c6-nspr/distinfo.i686 =================================================================== --- head/devel/linux-c6-nspr/distinfo.i686 (revision 372444) +++ head/devel/linux-c6-nspr/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/nspr-4.10.0-1.el6.i686.rpm) = 1cf9608d9153853ccc48b8dd6fc3546e4e989329d97c5ed0b98edf541c706eb9 -SIZE (rpm/i686/centos/6.5/nspr-4.10.0-1.el6.i686.rpm) = 117788 -SHA256 (rpm/i686/centos/6.5/nspr-4.10.0-1.el6.src.rpm) = aea5a109d977e875a7fa5712062b5fd77b5f212118debfa9bdb576685d2e7bc7 -SIZE (rpm/i686/centos/6.5/nspr-4.10.0-1.el6.src.rpm) = 886752 +SHA256 (rpm/i686/centos/6.6/nspr-4.10.6-1.el6_5.i686.rpm) = 49ea9192dcb20082ec41a8bb610951bcd0fd0c51f68354869036a2f01419ad7f +SIZE (rpm/i686/centos/6.6/nspr-4.10.6-1.el6_5.i686.rpm) = 118356 +SHA256 (rpm/i686/centos/6.6/nspr-4.10.6-1.el6_5.src.rpm) = 0d58bf057d3bf5bdb3c0bbe5abc54bc09e5d781419c9fd1645a8d93df835ebd2 +SIZE (rpm/i686/centos/6.6/nspr-4.10.6-1.el6_5.src.rpm) = 896568 Index: head/devel/linux-c6-qt47/Makefile =================================================================== --- head/devel/linux-c6-qt47/Makefile (revision 372444) +++ head/devel/linux-c6-qt47/Makefile (revision 372445) @@ -1,26 +1,27 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= qt47 PORTVERSION= 4.7.2 +PORTREVISION= 1 CATEGORIES= devel linux MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= xmj DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/centos/c5 MAINTAINER= emulation@FreeBSD.org COMMENT= RPM of QT4 (Linux CentOS 5) ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_APPS= fontconfig png dbuslibs sqlite3 hicontheme USE_LINUX_RPM= yes RPMVERSION= 1_18.el5 LINUX_RPM_ARCH= i386 USE_LDCONFIG= yes LINUX_DIST_VER= 5 # need centos 6 infrastructure, even though port is from centos 5 DESCR= ${.CURDIR}/../../devel/qt4/pkg-descr SRC_DISTFILES:= # no file available, nowhere .include Index: head/devel/linux-c6-qt47/pkg-plist =================================================================== --- head/devel/linux-c6-qt47/pkg-plist (revision 372444) +++ head/devel/linux-c6-qt47/pkg-plist (revision 372445) @@ -1,77 +1,79 @@ etc/ld.so.conf.d/0_qt47-i386.conf usr/bin/qdbus-qt47 usr/lib/qt47/bin/qdbus usr/lib/qt47/etc/Trolltech.conf usr/lib/qt47/libQtCore.so.4 usr/lib/qt47/libQtCore.so.4.7 usr/lib/qt47/libQtCore.so.4.7.2 usr/lib/qt47/libQtDBus.so.4 usr/lib/qt47/libQtDBus.so.4.7 usr/lib/qt47/libQtDBus.so.4.7.2 usr/lib/qt47/libQtNetwork.so.4 usr/lib/qt47/libQtNetwork.so.4.7 usr/lib/qt47/libQtNetwork.so.4.7.2 usr/lib/qt47/libQtScript.so.4 usr/lib/qt47/libQtScript.so.4.7 usr/lib/qt47/libQtScript.so.4.7.2 usr/lib/qt47/libQtSql.so.4 usr/lib/qt47/libQtSql.so.4.7 usr/lib/qt47/libQtSql.so.4.7.2 usr/lib/qt47/libQtTest.so.4 usr/lib/qt47/libQtTest.so.4.7 usr/lib/qt47/libQtTest.so.4.7.2 usr/lib/qt47/libQtXml.so.4 usr/lib/qt47/libQtXml.so.4.7 usr/lib/qt47/libQtXml.so.4.7.2 usr/lib/qt47/libQtXmlPatterns.so.4 usr/lib/qt47/libQtXmlPatterns.so.4.7 usr/lib/qt47/libQtXmlPatterns.so.4.7.2 usr/lib/qt47/phrasebooks/danish.qph usr/lib/qt47/phrasebooks/dutch.qph usr/lib/qt47/phrasebooks/finnish.qph usr/lib/qt47/phrasebooks/french.qph usr/lib/qt47/phrasebooks/german.qph usr/lib/qt47/phrasebooks/hungarian.qph usr/lib/qt47/phrasebooks/italian.qph usr/lib/qt47/phrasebooks/japanese.qph usr/lib/qt47/phrasebooks/norwegian.qph usr/lib/qt47/phrasebooks/polish.qph usr/lib/qt47/phrasebooks/russian.qph usr/lib/qt47/phrasebooks/spanish.qph usr/lib/qt47/phrasebooks/swedish.qph usr/lib/qt47/plugins/sqldrivers/libqsqlite.so usr/share/doc/qt47-4.7.2/LGPL_EXCEPTION.txt usr/share/doc/qt47-4.7.2/LICENSE.GPL3 usr/share/doc/qt47-4.7.2/LICENSE.LGPL usr/share/doc/qt47-4.7.2/README usr/share/qt47/translations/qt_ar.qm usr/share/qt47/translations/qt_cs.qm usr/share/qt47/translations/qt_da.qm usr/share/qt47/translations/qt_de.qm usr/share/qt47/translations/qt_es.qm usr/share/qt47/translations/qt_fr.qm usr/share/qt47/translations/qt_gl.qm usr/share/qt47/translations/qt_he.qm usr/share/qt47/translations/qt_help_cs.qm usr/share/qt47/translations/qt_help_da.qm usr/share/qt47/translations/qt_help_de.qm usr/share/qt47/translations/qt_help_fr.qm usr/share/qt47/translations/qt_help_hu.qm usr/share/qt47/translations/qt_help_ja.qm usr/share/qt47/translations/qt_help_pl.qm usr/share/qt47/translations/qt_help_ru.qm usr/share/qt47/translations/qt_help_sl.qm usr/share/qt47/translations/qt_help_uk.qm usr/share/qt47/translations/qt_help_zh_CN.qm usr/share/qt47/translations/qt_help_zh_TW.qm usr/share/qt47/translations/qt_hu.qm usr/share/qt47/translations/qt_ja.qm usr/share/qt47/translations/qt_pl.qm usr/share/qt47/translations/qt_pt.qm usr/share/qt47/translations/qt_ru.qm usr/share/qt47/translations/qt_sk.qm usr/share/qt47/translations/qt_sl.qm usr/share/qt47/translations/qt_sv.qm usr/share/qt47/translations/qt_uk.qm usr/share/qt47/translations/qt_zh_CN.qm usr/share/qt47/translations/qt_zh_TW.qm +@dir usr/lib/qt47/plugins/crypto +%%PORTDOCS%%@dir usr/%%DOCSDIR%%/qch Index: head/devel/linux-c6-sdl12/Makefile =================================================================== --- head/devel/linux-c6-sdl12/Makefile (revision 372444) +++ head/devel/linux-c6-sdl12/Makefile (revision 372445) @@ -1,31 +1,32 @@ # Created by: Johannes Meixner Index: head/devel/linux-c6-sdl12/distinfo.i686 =================================================================== --- head/devel/linux-c6-sdl12/distinfo.i686 (revision 372444) +++ head/devel/linux-c6-sdl12/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/SDL-1.2.14-3.el6.i686.rpm) = ce57df4f5c00f5310d51533b24b80e3c7e3996382222ac0dfb4c73ab17473b46 -SIZE (rpm/i686/centos/6.5/SDL-1.2.14-3.el6.i686.rpm) = 204424 -SHA256 (rpm/i686/centos/6.5/SDL-1.2.14-3.el6.src.rpm) = c8a442d825217d0a4db1513b9252910c31a005ee2ddc8f57765ad9cac294d95f -SIZE (rpm/i686/centos/6.5/SDL-1.2.14-3.el6.src.rpm) = 3658657 +SHA256 (rpm/i686/centos/6.6/SDL-1.2.14-3.el6.i686.rpm) = ce57df4f5c00f5310d51533b24b80e3c7e3996382222ac0dfb4c73ab17473b46 +SIZE (rpm/i686/centos/6.6/SDL-1.2.14-3.el6.i686.rpm) = 204424 +SHA256 (rpm/i686/centos/6.6/SDL-1.2.14-3.el6.src.rpm) = c8a442d825217d0a4db1513b9252910c31a005ee2ddc8f57765ad9cac294d95f +SIZE (rpm/i686/centos/6.6/SDL-1.2.14-3.el6.src.rpm) = 3658657 Index: head/dns/linux-c6-libasyncns/Makefile =================================================================== --- head/dns/linux-c6-libasyncns/Makefile (revision 372444) +++ head/dns/linux-c6-libasyncns/Makefile (revision 372445) @@ -1,18 +1,18 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= libasyncns PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= dns devel linux -PKGNAMEPREFIX= linux-c6- MAINTAINER= emulation@FreeBSD.org COMMENT= C library for executing DNS queries asynchronously (Linux CentOS ${LINUX_DIST_VER}) USE_LINUX= c6 USE_LINUX_RPM= yes RPMVERSION= 1.1.el6 USE_LDCONFIG= yes AUTOMATIC_PLIST= yes .include Index: head/dns/linux-c6-libasyncns/distinfo.i686 =================================================================== --- head/dns/linux-c6-libasyncns/distinfo.i686 (revision 372444) +++ head/dns/linux-c6-libasyncns/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/libasyncns-0.8-1.1.el6.i686.rpm) = 29b5986a6ed47b9c54857df3238f8a6348792cfeb9c8923f75208d9738c49748 -SIZE (rpm/i686/centos/6.5/libasyncns-0.8-1.1.el6.i686.rpm) = 24888 -SHA256 (rpm/i686/centos/6.5/libasyncns-0.8-1.1.el6.src.rpm) = 6d0b1cd3002d4d79c43bc121e28f5c9bd65b69a80f9cd117cef234caecc47537 -SIZE (rpm/i686/centos/6.5/libasyncns-0.8-1.1.el6.src.rpm) = 346427 +SHA256 (rpm/i686/centos/6.6/libasyncns-0.8-1.1.el6.i686.rpm) = 29b5986a6ed47b9c54857df3238f8a6348792cfeb9c8923f75208d9738c49748 +SIZE (rpm/i686/centos/6.6/libasyncns-0.8-1.1.el6.i686.rpm) = 24888 +SHA256 (rpm/i686/centos/6.6/libasyncns-0.8-1.1.el6.src.rpm) = 6d0b1cd3002d4d79c43bc121e28f5c9bd65b69a80f9cd117cef234caecc47537 +SIZE (rpm/i686/centos/6.6/libasyncns-0.8-1.1.el6.src.rpm) = 346427 Index: head/emulators/linux-c6/Makefile =================================================================== --- head/emulators/linux-c6/Makefile (revision 372444) +++ head/emulators/linux-c6/Makefile (revision 372445) @@ -1,98 +1,100 @@ # Created by: Johannes Jost Meixner # $FreeBSD$ PORTNAME= linux-c6 -PORTVERSION= 0.1 -PORTREVISION= 1 +PORTVERSION= 0.2 CATEGORIES= emulators linux MASTER_SITES= # none DISTFILES= # none EXTRACT_ONLY= # none MAINTAINER= emulation@FreeBSD.org COMMENT= Meta-port for all things CentOS ${LINUX_DIST_VER} NO_BUILD= yes NO_MTREE= yes NO_INSTALL= yes # base USE_LINUX= c6 #RUN_DEPENDS+= linux_base-c6>0:${PORTSDIR}/emulators/linux_base-c6 # non-base RUN_DEPENDS+= linux-c6-libasyncns>0:${PORTSDIR}/dns/linux-c6-libasyncns \ linux-c6-tk85>0:${PORTSDIR}/x11-toolkits/linux-c6-tk85 \ linux-c6-gtk2>0:${PORTSDIR}/x11-toolkits/linux-c6-gtk2 \ linux-c6-hicolor-icon-theme>0:${PORTSDIR}/x11-themes/linux-c6-hicolor-icon-theme \ linux-c6-qt47-x11>0:${PORTSDIR}/x11-toolkits/linux-c6-qt47-x11 \ linux-c6-pango>0:${PORTSDIR}/x11-toolkits/linux-c6-pango \ linux-c6-openmotif>0:${PORTSDIR}/x11-toolkits/linux-c6-openmotif \ linux-c6-atk>0:${PORTSDIR}/accessibility/linux-c6-atk \ linux-c6-sqlite>0:${PORTSDIR}/databases/linux-c6-sqlite3 \ linux-c6-tcl85>0:${PORTSDIR}/lang/linux-c6-tcl85 \ linux-c6-nspr>0:${PORTSDIR}/devel/linux-c6-nspr \ + linux-c6-libsigc++20>0:${PORTSDIR}/devel/linux-c6-libsigc++20 \ linux-c6-sdl>0:${PORTSDIR}/devel/linux-c6-sdl12 \ linux-c6-libpciaccess>0:${PORTSDIR}/devel/linux-c6-libpciaccess \ linux-c6-libglade2>0:${PORTSDIR}/devel/linux-c6-libglade2 \ linux-c6-devtools>0:${PORTSDIR}/devel/linux-c6-devtools \ linux-c6-dbus-libs>0:${PORTSDIR}/devel/linux-c6-dbus-libs \ linux-c6-qt47>0:${PORTSDIR}/devel/linux-c6-qt47 \ linux-c6-dbus-glib>0:${PORTSDIR}/devel/linux-c6-dbus-glib \ linux-c6-ncurses-base>0:${PORTSDIR}/devel/linux-c6-ncurses-base \ linux-c6-xorg-libs>0:${PORTSDIR}/x11/linux-c6-xorg-libs \ linux-c6-fontconfig>0:${PORTSDIR}/x11-fonts/linux-c6-fontconfig \ linux-c6-cups-libs>0:${PORTSDIR}/print/linux-c6-cups-libs \ linux-c6-flac>0:${PORTSDIR}/audio/linux-c6-flac \ linux-c6-alsa-utils>0:${PORTSDIR}/audio/linux-c6-alsa-utils \ linux-c6-alsa-lib>0:${PORTSDIR}/audio/linux-c6-alsa-lib \ linux-c6-libaudiofile>0:${PORTSDIR}/audio/linux-c6-libaudiofile \ linux-c6-esound>0:${PORTSDIR}/audio/linux-c6-esound \ linux-c6-alsa-plugins-oss>0:${PORTSDIR}/audio/linux-c6-alsa-plugins-oss \ linux-c6-sdl_mixer>0:${PORTSDIR}/audio/linux-c6-sdl_mixer \ linux-c6-alsa-plugins-pulseaudio>0:${PORTSDIR}/audio/linux-c6-alsa-plugins-pulseaudio \ linux-c6-libsndfile>0:${PORTSDIR}/audio/linux-c6-libsndfile \ linux-c6-libogg>0:${PORTSDIR}/audio/linux-c6-libogg \ linux-c6-arts>0:${PORTSDIR}/audio/linux-c6-arts \ linux-c6-pulseaudio-utils>0:${PORTSDIR}/audio/linux-c6-pulseaudio-utils \ linux-c6-pulseaudio-libs>0:${PORTSDIR}/audio/linux-c6-pulseaudio-libs \ linux-c6-mikmod>0:${PORTSDIR}/audio/linux-c6-mikmod \ linux-c6-openal-soft>0:${PORTSDIR}/audio/linux-c6-openal-soft \ linux-c6-libvorbis>0:${PORTSDIR}/audio/linux-c6-libvorbis \ linux-c6-nas-libs>0:${PORTSDIR}/audio/linux-c6-nas-libs \ linux-c6-libtheora>0:${PORTSDIR}/multimedia/linux-c6-libtheora \ linux-c6-libv4l>0:${PORTSDIR}/multimedia/linux-c6-libv4l \ linux-c6-qt47-webkit>0:${PORTSDIR}/www/linux-c6-qt47-webkit \ linux-c6-flashplugin>0:${PORTSDIR}/www/linux-c6-flashplugin11 \ linux-c6-cyrus-sasl2>0:${PORTSDIR}/security/linux-c6-cyrus-sasl2 \ linux-c6-libssh2>0:${PORTSDIR}/security/linux-c6-libssh2 \ linux-c6-openssl-compat>0:${PORTSDIR}/security/linux-c6-openssl-compat \ linux-c6-openssl>0:${PORTSDIR}/security/linux-c6-openssl \ linux-c6-gnutls>0:${PORTSDIR}/security/linux-c6-gnutls \ linux-c6-libgcrypt>0:${PORTSDIR}/security/linux-c6-libgcrypt \ linux-c6-nss>0:${PORTSDIR}/security/linux-c6-nss \ linux-c6-libtasn1>0:${PORTSDIR}/security/linux-c6-libtasn1 \ linux-c6-libgpg-error>0:${PORTSDIR}/security/linux-c6-libgpg-error \ linux-c6-curl>0:${PORTSDIR}/ftp/linux-c6-curl \ linux-c6-tcp_wrappers-libs>0:${PORTSDIR}/net/linux-c6-tcp_wrappers-libs \ linux-c6-openldap>0:${PORTSDIR}/net/linux-c6-openldap \ linux-c6-avahi-libs>0:${PORTSDIR}/net/linux-c6-avahi-libs \ linux-c6-expat>0:${PORTSDIR}/textproc/linux-c6-expat \ linux-c6-aspell>0:${PORTSDIR}/textproc/linux-c6-aspell \ linux-c6-libxml2>0:${PORTSDIR}/textproc/linux-c6-libxml2 \ linux-c6-sdl_image>0:${PORTSDIR}/graphics/linux-c6-sdl_image \ linux-c6-sdl_ttf>0:${PORTSDIR}/graphics/linux-c6-sdl_ttf \ linux-c6-png>0:${PORTSDIR}/graphics/linux-c6-png \ linux-c6-tiff>0:${PORTSDIR}/graphics/linux-c6-tiff \ linux-c6-jpeg>0:${PORTSDIR}/graphics/linux-c6-jpeg \ + linux-c6-glx-utils>0:${PORTSDIR}/graphics/linux-c6-glx-utils \ + linux-c6-gdk-pixbuf>0:${PORTSDIR}/graphics/linux-c6-gdk-pixbuf \ linux-c6-cairo>0:${PORTSDIR}/graphics/linux-c6-cairo OPTIONS_DEFINE= NVIDIA_GL NVIDIA_GL_DESC= Use GL driver from nvidia-driver NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver \ linux-c6-libGLU>0:${PORTSDIR}/graphics/linux-c6-libGLU NVIDIA_GL_RUN_DEPENDS_OFF= linux-c6-dri>0:${PORTSDIR}/graphics/linux-c6-dri .include Index: head/emulators/linux_base-c6/Makefile =================================================================== --- head/emulators/linux_base-c6/Makefile (revision 372444) +++ head/emulators/linux_base-c6/Makefile (revision 372445) @@ -1,254 +1,250 @@ # Created by: Svyatoslav Lempert # $FreeBSD$ PORTNAME= c6 -PORTVERSION= 6.5 -PORTREVISION= 2 +PORTVERSION= 6.6 CATEGORIES= emulators linux MASTER_SITES= http://mirror.centos.org/centos/6/os/i386/Packages/ \ http://mirror.centos.org/centos/6/updates/i386/Packages/ PKGNAMEPREFIX= linux_base- DISTFILES= ${PRE_BIN_DISTFILES} ${BIN_DISTFILES} ${SRC_DISTFILES} EXTRACT_ONLY= ${BIN_DISTFILES} MAINTAINER= emulation@FreeBSD.org COMMENT= Base set of packages needed in Linux mode for i386/amd64 (Linux CentOS 6) LINUX_DIST= centos -LINUX_DIST_VER=6.5 +LINUX_DIST_VER=6.6 DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/${LINUX_DIST}/${LINUX_DIST_VER} # these get extracted from pre-extract, then some directory permissions # get fixed up PRE_BIN_DISTFILES= filesystem-2.4.30-3.el6.${LINUX_RPM_ARCH}.rpm \ setup-2.8.14-20.el6_4.1.noarch.rpm BIN_DISTFILES= basesystem-10.0-4.el6.noarch.rpm \ - bash-4.1.2-15.el6_5.2.${LINUX_RPM_ARCH}.rpm \ + bash-4.1.2-29.el6.${LINUX_RPM_ARCH}.rpm \ bzip2-1.0.5-7.el6_0.${LINUX_RPM_ARCH}.rpm \ bzip2-libs-1.0.5-7.el6_0.${LINUX_RPM_ARCH}.rpm \ compat-db43-4.3.29-15.el6.${LINUX_RPM_ARCH}.rpm \ compat-libstdc++-33-3.2.3-69.el6.${LINUX_RPM_ARCH}.rpm \ compat-libstdc++-296-2.96-144.el6.${LINUX_RPM_ARCH}.rpm \ - coreutils-8.4-31.el6.${LINUX_RPM_ARCH}.rpm \ + coreutils-8.4-37.el6.${LINUX_RPM_ARCH}.rpm \ db4-4.7.25-18.el6_4.${LINUX_RPM_ARCH}.rpm \ - e2fsprogs-1.41.12-18.el6.${LINUX_RPM_ARCH}.rpm \ - e2fsprogs-libs-1.41.12-18.el6.${LINUX_RPM_ARCH}.rpm \ - elfutils-0.152-1.el6.${LINUX_RPM_ARCH}.rpm \ - centos-release-6-5.el6.centos.11.1.${LINUX_RPM_ARCH}.rpm \ + e2fsprogs-1.41.12-21.el6.${LINUX_RPM_ARCH}.rpm \ + e2fsprogs-libs-1.41.12-21.el6.${LINUX_RPM_ARCH}.rpm \ + elfutils-0.158-3.2.el6.${LINUX_RPM_ARCH}.rpm \ + centos-release-6-6.el6.centos.12.2.${LINUX_RPM_ARCH}.rpm \ findutils-4.4.2-6.el6.${LINUX_RPM_ARCH}.rpm \ freetype-2.3.11-14.el6_3.1.${LINUX_RPM_ARCH}.rpm \ gamin-0.1.10-9.el6.${LINUX_RPM_ARCH}.rpm \ gdbm-1.8.0-36.el6.${LINUX_RPM_ARCH}.rpm \ - glib2-2.26.1-3.el6.${LINUX_RPM_ARCH}.rpm \ - glibc-2.12-1.132.el6.${LINUX_RPM_ARCH}.rpm \ - glibc-common-2.12-1.132.el6.${LINUX_RPM_ARCH}.rpm \ - grep-2.6.3-4.el6.${LINUX_RPM_ARCH}.rpm \ + glib2-2.28.8-4.el6.${LINUX_RPM_ARCH}.rpm \ + glibc-2.12-1.149.el6.${LINUX_RPM_ARCH}.rpm \ + glibc-common-2.12-1.149.el6.${LINUX_RPM_ARCH}.rpm \ + grep-2.6.3-6.el6.${LINUX_RPM_ARCH}.rpm \ info-4.13a-8.el6.${LINUX_RPM_ARCH}.rpm \ - keyutils-1.4-4.el6.${LINUX_RPM_ARCH}.rpm \ - keyutils-libs-1.4-4.el6.${LINUX_RPM_ARCH}.rpm \ - krb5-libs-1.10.3-10.el6_4.6.${LINUX_RPM_ARCH}.rpm \ - less-436-10.el6.${LINUX_RPM_ARCH}.rpm \ + keyutils-1.4-5.el6.${LINUX_RPM_ARCH}.rpm \ + keyutils-libs-1.4-5.el6.${LINUX_RPM_ARCH}.rpm \ + krb5-libs-1.10.3-33.el6.${LINUX_RPM_ARCH}.rpm \ + less-436-13.el6.${LINUX_RPM_ARCH}.rpm \ libacl-2.2.49-6.el6.${LINUX_RPM_ARCH}.rpm \ libattr-2.4.44-7.el6.${LINUX_RPM_ARCH}.rpm \ - libcom_err-1.41.12-18.el6.${LINUX_RPM_ARCH}.rpm \ + libcom_err-1.41.12-21.el6.${LINUX_RPM_ARCH}.rpm \ libcap-2.16-5.5.el6.${LINUX_RPM_ARCH}.rpm \ - libgcc-4.4.7-4.el6.${LINUX_RPM_ARCH}.rpm \ + libgcc-4.4.7-11.el6.${LINUX_RPM_ARCH}.rpm \ libidn-1.18-2.el6.${LINUX_RPM_ARCH}.rpm \ - libselinux-2.0.94-5.3.el6_4.1.${LINUX_RPM_ARCH}.rpm \ + libselinux-2.0.94-5.8.el6.${LINUX_RPM_ARCH}.rpm \ libsepol-2.0.41-4.el6.${LINUX_RPM_ARCH}.rpm \ - libstdc++-4.4.7-4.el6.${LINUX_RPM_ARCH}.rpm \ - libuuid-2.17.2-12.14.el6.${LINUX_RPM_ARCH}.rpm \ + libstdc++-4.4.7-11.el6.${LINUX_RPM_ARCH}.rpm \ + libuuid-2.17.2-12.18.el6.${LINUX_RPM_ARCH}.rpm \ ncurses-5.7-3.20090208.el6.${LINUX_RPM_ARCH}.rpm \ ncurses-libs-5.7-3.20090208.el6.${LINUX_RPM_ARCH}.rpm \ pcre-7.8-6.el6.${LINUX_RPM_ARCH}.rpm \ popt-1.13-7.el6.${LINUX_RPM_ARCH}.rpm \ readline-6.0-4.el6.${LINUX_RPM_ARCH}.rpm \ redhat-lsb-core-4.0-7.el6.centos.${LINUX_RPM_ARCH}.rpm \ sed-4.2.1-10.el6.${LINUX_RPM_ARCH}.rpm \ setserial-2.17-25.el6.${LINUX_RPM_ARCH}.rpm \ slang-2.2.1-1.el6.${LINUX_RPM_ARCH}.rpm \ - util-linux-ng-2.17.2-12.14.el6.${LINUX_RPM_ARCH}.rpm \ + util-linux-ng-2.17.2-12.18.el6.${LINUX_RPM_ARCH}.rpm \ which-2.19-6.el6.${LINUX_RPM_ARCH}.rpm \ zlib-1.2.3-29.el6.${LINUX_RPM_ARCH}.rpm .if defined(PACKAGE_BUILDING) -MASTER_SITES+= http://vault.centos.org/${PORTVERSION}/os/Source/SPackages/ \ - http://vault.centos.org/6.5/updates/Source/SPackages/:updates +MASTER_SITES+= http://vault.centos.org/${LINUX_DIST_VER}/os/Source/SPackages/ \ + http://vault.centos.org/${LINUX_DIST_VER}/updates/Source/SPackages/:updates SRC_DISTFILES= basesystem-10.0-4.el6.src.rpm \ - bash-4.1.2-15.el6_5.2.src.rpm:updates \ + bash-4.1.2-29.el6.src.rpm \ bzip2-1.0.5-7.el6_0.src.rpm \ - coreutils-8.4-31.el6.src.rpm \ + coreutils-8.4-37.el6.src.rpm \ compat-db-4.6.21-15.el6.src.rpm \ compat-gcc-296-2.96-144.el6.src.rpm \ compat-gcc-32-3.2.3-69.el6.src.rpm \ db4-4.7.25-18.el6_4.src.rpm \ - e2fsprogs-1.41.12-18.el6.src.rpm \ - elfutils-0.152-1.el6.src.rpm \ - centos-release-6-5.el6.centos.11.1.src.rpm \ + e2fsprogs-1.41.12-21.el6.src.rpm \ + elfutils-0.158-3.2.el6.i686.rpm \ + centos-release-6-6.el6.centos.12.2.i686.rpm \ filesystem-2.4.30-3.el6.src.rpm \ findutils-4.4.2-6.el6.src.rpm \ freetype-2.3.11-14.el6_3.1.src.rpm \ gamin-0.1.10-9.el6.src.rpm \ gdbm-1.8.0-36.el6.src.rpm \ - glib2-2.26.1-3.el6.src.rpm \ - glibc-2.12-1.132.el6.src.rpm \ - grep-2.6.3-4.el6.src.rpm \ + glib2-2.28.8-4.el6.src.rpm \ + glibc-2.12-1.149.el6.src.rpm \ + grep-2.6.3-6.el6.src.rpm \ texinfo-4.13a-8.el6.src.rpm \ - keyutils-1.4-4.el6.src.rpm \ - krb5-1.10.3-10.el6_4.6.src.rpm \ - less-436-10.el6.src.rpm \ + keyutils-1.4-5.el6.src.rpm \ + krb5-1.10.3-33.el6.src.rpm \ + less-436-13.el6.src.rpm \ acl-2.2.49-6.el6.src.rpm \ attr-2.4.44-7.el6.src.rpm \ libcap-2.16-5.5.el6.src.rpm \ - gcc-4.4.7-4.el6.src.rpm \ + gcc-4.4.7-11.el6.src.rpm \ libidn-1.18-2.el6.src.rpm \ - libselinux-2.0.94-5.3.el6_4.1.src.rpm \ + libselinux-2.0.94-5.8.el6.src.rpm \ libsepol-2.0.41-4.el6.src.rpm \ ncurses-5.7-3.20090208.el6.src.rpm \ pcre-7.8-6.el6.src.rpm \ popt-1.13-7.el6.src.rpm \ readline-6.0-4.el6.src.rpm \ redhat-lsb-4.0-7.el6.centos.src.rpm \ sed-4.2.1-10.el6.src.rpm \ setserial-2.17-25.el6.src.rpm \ setup-2.8.14-20.el6_4.1.src.rpm \ slang-2.2.1-1.el6.src.rpm \ - util-linux-ng-2.17.2-12.14.el6.src.rpm \ + util-linux-ng-2.17.2-12.18.el6.src.rpm \ which-2.19-6.el6.src.rpm \ zlib-1.2.3-29.el6.src.rpm ALWAYS_KEEP_DISTFILES= yes .endif CONFLICTS= linux_base-gentoo* linux_base-f10-[0-9]* linux-glib2-* ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i686 USE_LINUX_PREFIX= yes NO_WRKSUBDIR= yes DISTINFO_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} PLIST_SUB= GLIBCVER="2.12" USES= shebangfix SHEBANG_FILES= bin/redhat_lsb_init sbin/mount.tmpfs # bash scripts need to work in chroot /compat/linux, so use env instead. bash_CMD= /usr/bin/env bash # TODO: # - move master sites to bsd.sites.mk # - add 2-3 mirrors from each country (http://www.centos.org/modules/tinycontent/index.php?id=31) -# - create centos infrastructure in bsd.linux*.mk # - look for updates in the updates folder of the CentOS mirrors -# - research what are the important differences between 2.6.16 and 2.6.18, and -# if we need to add something to the linuxulator EXTRACT_ONLY= ${BIN_DISTFILES} .include .if !defined(PACKAGE_BUILDING) || (defined(PACKAGE_BUILDING) && !defined(LINUX_OSRELEASE) ) LINUX_OSRELEASE!= ${ECHO_CMD} `${SYSCTL} -n compat.linux.osrelease 2>/dev/null` .endif .if ${LINUX_OSRELEASE}x == "x" IGNORE= linuxulator is not (kld)loaded .elif ${LINUX_OSRELEASE} == "2.6.16" IGNORE= compat.linux.osrelease: ${LINUX_OSRELEASE} is not supported, please use 2.6.18, BEWARE this is highly experimental .endif REMOVE_DIRS= boot dev etc/fonts home initrd media root tmp var/log var/run var/tmp \ usr/local usr/tmp REMOVE_FILES= bin/df bin/su etc/exports etc/group etc/localtime \ etc/motd etc/passwd etc/printcap etc/services \ etc/protocols ADD_DIRS= usr/X11R6/share usr/X11R6/man usr/X11R6/lib/tls \ usr/X11R6/include usr/X11R6/bin ADD_FILES= #empty .if (${MACHINE_ARCH} == "amd64") FALLBACK_ELF_MIB= kern.elf32.fallback_brand .else FALLBACK_ELF_MIB= kern.fallback_elf_brand .endif .if (${ARCH} == "amd64") LATEST_LINK:= ${PKGBASE:C/linux/linux32/} ARCH= i386 .endif pre-extract: @for file in ${PRE_BIN_DISTFILES}; do \ if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$file ${EXTRACT_AFTER_ARGS});\ then \ exit 1; \ fi; \ done # now fix up broken permissions @${CHMOD} -R u+rwX ${WRKDIR}/bin ${WRKDIR}/lib ${WRKDIR}/sbin ${WRKDIR}/usr/bin ${WRKDIR}/usr/lib ${WRKDIR}/usr/sbin @${CHMOD} 400 ${WRKDIR}/etc/*shadow do-build: @for D in ${REMOVE_DIRS}; do \ ${RM} -rf ${WRKSRC}/$$D; \ done @for F in ${REMOVE_FILES}; do \ ${RM} -f ${WRKSRC}/$$F; \ done @for F in ${ADD_DIRS}; do \ ${MKDIR} ${WRKSRC}/$$F; \ done @for F in ${ADD_FILES}; do \ ${TOUCH} ${WRKSRC}/$$F; \ done # # Create a good ld.so.conf and touch ld.so.cache # @${ECHO_CMD} -e '/lib\n/usr/lib\n${X11BASE}/lib' >> \ ${WRKSRC}/etc/ld.so.conf @${TOUCH} ${WRKSRC}/etc/ld.so.cache # # Create yp.conf as a hint to NIS users and make sure there's a # mtab in etc, albeit an empty one. This is needed in a couple of # cases. Most notably staroffice6. If yp.conf exists install only # yp.conf.sample # @${INSTALL} ${COPY} -m 644 ${FILESDIR}/yp.conf.sample ${WRKSRC}/etc @${TOUCH} ${WRKSRC}/etc/mtab # # If ${PREFIX}/etc/krb5.conf exists, don't touch it # @${MV} ${WRKSRC}/etc/krb5.conf ${WRKSRC}/etc/krb5.conf.sample # Fix usr/bin/*db4* permissions to allow "portupgrade -s" # @${CHMOD} u+w ${WRKSRC}/usr/bin/*db4* @${FIND} ${WRKSRC}/bin ${WRKSRC}/sbin/ ${WRKSRC}/usr/bin \ ${WRKSRC}/usr/sbin -type f -print0 | ${XARGS} -0 ${FILE} \ | ${GREP} ELF | ${CUT} -d : -f 1 \ | ${XARGS} ${BRANDELF} -t Linux @${BRANDELF} -t Linux ${WRKSRC}/lib/ld-2.12.so # Restore the status quo for usr/bin/*db4* files # @${CHMOD} u-w ${WRKSRC}/usr/bin/*db4* # Install locales @${MV} ${WRKSRC}/usr/lib/locale/locale-archive.tmpl \ ${WRKSRC}/usr/lib/locale/locale-archive do-install: # # Do install without using linux rpm system # @cd ${WRKSRC} && ${FIND} * ! -path "stage*" -type d -exec ${MKDIR} "${STAGEDIR}${PREFIX}/{}" \; @cd ${WRKSRC} && ${FIND} * ! -path "stage/*" ! -type d \ | ${CPIO} -pm -R root:wheel ${STAGEDIR}${PREFIX} @${LN} -sf /var/tmp ${STAGEDIR}${PREFIX}/usr/tmp @${CHMOD} 755 ${STAGEDIR}${PREFIX}/var/lock ${STAGEDIR}${PREFIX}/var/spool/mail # # Let some linux applications (e.g. print/acroread8) print with default settings # @${INSTALL_SCRIPT} ${FILESDIR}/lp ${STAGEDIR}${PREFIX}/usr/bin .include Index: head/emulators/linux_base-c6/distinfo.i686 =================================================================== --- head/emulators/linux_base-c6/distinfo.i686 (revision 372444) +++ head/emulators/linux_base-c6/distinfo.i686 (revision 372445) @@ -1,184 +1,184 @@ -SHA256 (rpm/i686/centos/6.5/basesystem-10.0-4.el6.noarch.rpm) = 18860007697438e375733bb4a36a599daac2e2ae95d98a74c436a10d0974710e -SIZE (rpm/i686/centos/6.5/basesystem-10.0-4.el6.noarch.rpm) = 4784 -SHA256 (rpm/i686/centos/6.5/bash-4.1.2-15.el6_5.2.i686.rpm) = 28a674dd09ca395b3021749ebf8928806ae981a325c02b8ead070e75cdae2cab -SIZE (rpm/i686/centos/6.5/bash-4.1.2-15.el6_5.2.i686.rpm) = 908364 -SHA256 (rpm/i686/centos/6.5/bzip2-1.0.5-7.el6_0.i686.rpm) = 37883219612b1ffa199f5a7227fcd165687a24e5c7c291c579647d1563777e47 -SIZE (rpm/i686/centos/6.5/bzip2-1.0.5-7.el6_0.i686.rpm) = 49428 -SHA256 (rpm/i686/centos/6.5/bzip2-libs-1.0.5-7.el6_0.i686.rpm) = d3424f4610860e7f8f444cc3cddf51cd75f5e58ca0ecffc8bdbbcb5f8fe1b0d1 -SIZE (rpm/i686/centos/6.5/bzip2-libs-1.0.5-7.el6_0.i686.rpm) = 37204 -SHA256 (rpm/i686/centos/6.5/compat-db43-4.3.29-15.el6.i686.rpm) = 202767fa03ff58947d6a2ec2437e52fc9179f3995fa77264753fde03f2737d0a -SIZE (rpm/i686/centos/6.5/compat-db43-4.3.29-15.el6.i686.rpm) = 914280 -SHA256 (rpm/i686/centos/6.5/compat-libstdc++-33-3.2.3-69.el6.i686.rpm) = 894abcc5f0b28e39c71d4b0ca27d19540e7eb9d3c32664d5621324c9efbfe11e -SIZE (rpm/i686/centos/6.5/compat-libstdc++-33-3.2.3-69.el6.i686.rpm) = 193328 -SHA256 (rpm/i686/centos/6.5/compat-libstdc++-296-2.96-144.el6.i686.rpm) = a0d7cba8cf0fcb625ce3181d64fa59ca018b562350c30b3a13fd8b858f21f134 -SIZE (rpm/i686/centos/6.5/compat-libstdc++-296-2.96-144.el6.i686.rpm) = 78832 -SHA256 (rpm/i686/centos/6.5/coreutils-8.4-31.el6.i686.rpm) = 2fc78a19ac357050da7874150851c9c5dc3997e2d26d6e05de05b5bf49a86987 -SIZE (rpm/i686/centos/6.5/coreutils-8.4-31.el6.i686.rpm) = 3143760 -SHA256 (rpm/i686/centos/6.5/db4-4.7.25-18.el6_4.i686.rpm) = 67a2836f2a8c6d1e97781136e9c0045cb1d56ab977748c5943fd1f6f29082777 -SIZE (rpm/i686/centos/6.5/db4-4.7.25-18.el6_4.i686.rpm) = 593776 -SHA256 (rpm/i686/centos/6.5/e2fsprogs-1.41.12-18.el6.i686.rpm) = 1ebb82a901f2e40d80f8db69f7c10e493696906451f90ef5185d3b31418ee793 -SIZE (rpm/i686/centos/6.5/e2fsprogs-1.41.12-18.el6.i686.rpm) = 566304 -SHA256 (rpm/i686/centos/6.5/e2fsprogs-libs-1.41.12-18.el6.i686.rpm) = 98d7689e969df31ff1c9166666bed0a9e39140588de83255dbcc2f62d09b2cb3 -SIZE (rpm/i686/centos/6.5/e2fsprogs-libs-1.41.12-18.el6.i686.rpm) = 130200 -SHA256 (rpm/i686/centos/6.5/elfutils-0.152-1.el6.i686.rpm) = 039215109881fbbae7b398786873c51026e2e1bf6d1611b52bc9fa1bb60b488a -SIZE (rpm/i686/centos/6.5/elfutils-0.152-1.el6.i686.rpm) = 218636 -SHA256 (rpm/i686/centos/6.5/centos-release-6-5.el6.centos.11.1.i686.rpm) = 8059b4364a7f609c5449b0cd2d430c431868cd782da0999b63b3512ec25fb7d4 -SIZE (rpm/i686/centos/6.5/centos-release-6-5.el6.centos.11.1.i686.rpm) = 20844 -SHA256 (rpm/i686/centos/6.5/filesystem-2.4.30-3.el6.i686.rpm) = 28fd3898f5882048a6105a4637fffa17bc0a634c8ff4268a35b870d084212dea -SIZE (rpm/i686/centos/6.5/filesystem-2.4.30-3.el6.i686.rpm) = 1056668 -SHA256 (rpm/i686/centos/6.5/findutils-4.4.2-6.el6.i686.rpm) = d4509950ef57b835b584fc7debdb8f0cf4550704df48cc829ba716ebfb7efcdc -SIZE (rpm/i686/centos/6.5/findutils-4.4.2-6.el6.i686.rpm) = 421872 -SHA256 (rpm/i686/centos/6.5/freetype-2.3.11-14.el6_3.1.i686.rpm) = b37dfc93cc75837d5b0d8fd431074098f99b79c4e691dcfd00ee5b1664d56864 -SIZE (rpm/i686/centos/6.5/freetype-2.3.11-14.el6_3.1.i686.rpm) = 371820 -SHA256 (rpm/i686/centos/6.5/gamin-0.1.10-9.el6.i686.rpm) = 154c598675497b411f77e51b2e2a6b6b4282ecf8d368dc17585757dad113338a -SIZE (rpm/i686/centos/6.5/gamin-0.1.10-9.el6.i686.rpm) = 122940 -SHA256 (rpm/i686/centos/6.5/gdbm-1.8.0-36.el6.i686.rpm) = 6b7a558334b4ef442ef7495a1421ff0f4783ef250d64ba7fe0afb54a62c23404 -SIZE (rpm/i686/centos/6.5/gdbm-1.8.0-36.el6.i686.rpm) = 29536 -SHA256 (rpm/i686/centos/6.5/glib2-2.26.1-3.el6.i686.rpm) = 8f1435ce3eae3a053a1a16609dc1853a92617d06a15e91ef6941292a5d74e0e6 -SIZE (rpm/i686/centos/6.5/glib2-2.26.1-3.el6.i686.rpm) = 1660708 -SHA256 (rpm/i686/centos/6.5/glibc-2.12-1.132.el6.i686.rpm) = f24c8a14fdf9022b2545f00df6ac2f44356c85dde8ab0039f6fb6aaba7aae5cf -SIZE (rpm/i686/centos/6.5/glibc-2.12-1.132.el6.i686.rpm) = 4549088 -SHA256 (rpm/i686/centos/6.5/glibc-common-2.12-1.132.el6.i686.rpm) = 770f5259fd5f8a850e6276ef6fbe4b59591b22d072b7306a8e4801e7dc1ba9f4 -SIZE (rpm/i686/centos/6.5/glibc-common-2.12-1.132.el6.i686.rpm) = 14867164 -SHA256 (rpm/i686/centos/6.5/grep-2.6.3-4.el6.i686.rpm) = c7472697418af1111fb3da94a441082ef6eb0f1fa575df0e45b9413d010a8347 -SIZE (rpm/i686/centos/6.5/grep-2.6.3-4.el6.i686.rpm) = 232716 -SHA256 (rpm/i686/centos/6.5/info-4.13a-8.el6.i686.rpm) = 544b65b829fd4f8195dc131e773296f922bc218c756ec6d8e143ae0715f830b1 -SIZE (rpm/i686/centos/6.5/info-4.13a-8.el6.i686.rpm) = 176524 -SHA256 (rpm/i686/centos/6.5/keyutils-1.4-4.el6.i686.rpm) = b37f25808fe9840ea880a42bb5b1a17a54c0a8212133fbc1c84529638df3119b -SIZE (rpm/i686/centos/6.5/keyutils-1.4-4.el6.i686.rpm) = 38948 -SHA256 (rpm/i686/centos/6.5/keyutils-libs-1.4-4.el6.i686.rpm) = c2991cec1d3d0e427e15283a534ef38286858cdf701b0d61e515fa6ae716dc26 -SIZE (rpm/i686/centos/6.5/keyutils-libs-1.4-4.el6.i686.rpm) = 20432 -SHA256 (rpm/i686/centos/6.5/krb5-libs-1.10.3-10.el6_4.6.i686.rpm) = b3f465af5df386b4e0366b51cdf9ee768fb97d40f63092ab8d6ae0fbc6a9d709 -SIZE (rpm/i686/centos/6.5/krb5-libs-1.10.3-10.el6_4.6.i686.rpm) = 787032 -SHA256 (rpm/i686/centos/6.5/less-436-10.el6.i686.rpm) = 82fdcbe2345b91f5410652468e4fca58e3c81dfd435ca42ed039344c96518c70 -SIZE (rpm/i686/centos/6.5/less-436-10.el6.i686.rpm) = 109252 -SHA256 (rpm/i686/centos/6.5/libacl-2.2.49-6.el6.i686.rpm) = 64c400f31986db7f085e85454a305344da141872b6f3ac7922caa2fa656d3c12 -SIZE (rpm/i686/centos/6.5/libacl-2.2.49-6.el6.i686.rpm) = 24480 -SHA256 (rpm/i686/centos/6.5/libattr-2.4.44-7.el6.i686.rpm) = 16f9cba06fcbdf5163c1ae48e3d8df5b2a26eec1c8bfa3f7907718931ff8b93b -SIZE (rpm/i686/centos/6.5/libattr-2.4.44-7.el6.i686.rpm) = 15640 -SHA256 (rpm/i686/centos/6.5/libcom_err-1.41.12-18.el6.i686.rpm) = b6f14ee061c2dac9e820a15487f1ced475452ca550b8edfb91ee7365aa695995 -SIZE (rpm/i686/centos/6.5/libcom_err-1.41.12-18.el6.i686.rpm) = 37520 -SHA256 (rpm/i686/centos/6.5/libcap-2.16-5.5.el6.i686.rpm) = 8d972a4332b8f942258e489574929de3ee660315dc6ca945939d54a99ec4398c -SIZE (rpm/i686/centos/6.5/libcap-2.16-5.5.el6.i686.rpm) = 31516 -SHA256 (rpm/i686/centos/6.5/libgcc-4.4.7-4.el6.i686.rpm) = 4f4621a86bca9873d8676182f5d36e7edd1f3ac1e393ed43ffc17cd8b54dd024 -SIZE (rpm/i686/centos/6.5/libgcc-4.4.7-4.el6.i686.rpm) = 114844 -SHA256 (rpm/i686/centos/6.5/libidn-1.18-2.el6.i686.rpm) = a72cdffdb6aeeb5f94eeaeb6db3b4ac88eb0688760b2b75d2c5086d987d78e27 -SIZE (rpm/i686/centos/6.5/libidn-1.18-2.el6.i686.rpm) = 210260 -SHA256 (rpm/i686/centos/6.5/libselinux-2.0.94-5.3.el6_4.1.i686.rpm) = 0e74ed33164db1e2442b52b34476a744b29927338db56dab619ee99e1736b75f -SIZE (rpm/i686/centos/6.5/libselinux-2.0.94-5.3.el6_4.1.i686.rpm) = 110464 -SHA256 (rpm/i686/centos/6.5/libsepol-2.0.41-4.el6.i686.rpm) = 0f7b3c09a89b4f943faefc73bc5664f075146f6b96c8d1d38da06ed02cc2f21b -SIZE (rpm/i686/centos/6.5/libsepol-2.0.41-4.el6.i686.rpm) = 128032 -SHA256 (rpm/i686/centos/6.5/libstdc++-4.4.7-4.el6.i686.rpm) = e9349ed1e5519000d416dfca62b8a379e030a1b88a8e375747eb43d8324fe3e3 -SIZE (rpm/i686/centos/6.5/libstdc++-4.4.7-4.el6.i686.rpm) = 307316 -SHA256 (rpm/i686/centos/6.5/libuuid-2.17.2-12.14.el6.i686.rpm) = a7cebee833f96224330efebcbca943bd0cf6ef281e31416b72bfbb4218f8182b -SIZE (rpm/i686/centos/6.5/libuuid-2.17.2-12.14.el6.i686.rpm) = 69956 -SHA256 (rpm/i686/centos/6.5/ncurses-5.7-3.20090208.el6.i686.rpm) = 755e6f14019e1484417bb6b3220d1384f80f897ff67a0125c1799d9620469260 -SIZE (rpm/i686/centos/6.5/ncurses-5.7-3.20090208.el6.i686.rpm) = 274756 -SHA256 (rpm/i686/centos/6.5/ncurses-libs-5.7-3.20090208.el6.i686.rpm) = 8e8c71cf6e1b45a592bf5705714e34c167b6e2b9e9b4cf4b6c8e41f6ebd5a392 -SIZE (rpm/i686/centos/6.5/ncurses-libs-5.7-3.20090208.el6.i686.rpm) = 256940 -SHA256 (rpm/i686/centos/6.5/pcre-7.8-6.el6.i686.rpm) = 3f2bc72b2a672249e7195c7a0a7932eaa9623745c4b314dd88262fc8dcc401dd -SIZE (rpm/i686/centos/6.5/pcre-7.8-6.el6.i686.rpm) = 200028 -SHA256 (rpm/i686/centos/6.5/popt-1.13-7.el6.i686.rpm) = 617f8ee4d7776bb46a3a489ea10ac45831fd44947a30ef8d2126490ca2aa7a90 -SIZE (rpm/i686/centos/6.5/popt-1.13-7.el6.i686.rpm) = 39636 -SHA256 (rpm/i686/centos/6.5/readline-6.0-4.el6.i686.rpm) = 29fae06e31b73f4e5e0cd5f4431a3927c0e80b204e3fbcf0a6ccfc30720e8452 -SIZE (rpm/i686/centos/6.5/readline-6.0-4.el6.i686.rpm) = 180296 -SHA256 (rpm/i686/centos/6.5/redhat-lsb-core-4.0-7.el6.centos.i686.rpm) = c8a54450a1716a676b06db0a734c53c7057925359cb4e4bc36fa66f32cff5a0f -SIZE (rpm/i686/centos/6.5/redhat-lsb-core-4.0-7.el6.centos.i686.rpm) = 26108 -SHA256 (rpm/i686/centos/6.5/sed-4.2.1-10.el6.i686.rpm) = 34b309a83fc5e61d299e42e5c076f736302be6c94acc3dd0554f05ee69494241 -SIZE (rpm/i686/centos/6.5/sed-4.2.1-10.el6.i686.rpm) = 219480 -SHA256 (rpm/i686/centos/6.5/setserial-2.17-25.el6.i686.rpm) = c3537e6d2122f43674413742fcba524beb4dc9778efc7d25515f120dde79ba70 -SIZE (rpm/i686/centos/6.5/setserial-2.17-25.el6.i686.rpm) = 23568 -SHA256 (rpm/i686/centos/6.5/setup-2.8.14-20.el6_4.1.noarch.rpm) = f3baabe199eabf0c11866c1c076f0c6bc01abe0c1cab20aa3348cd8e1c967031 -SIZE (rpm/i686/centos/6.5/setup-2.8.14-20.el6_4.1.noarch.rpm) = 154440 -SHA256 (rpm/i686/centos/6.5/slang-2.2.1-1.el6.i686.rpm) = c6886d071eb63651df939c19f12363a1a68d112cedaa02019c94f53d39dd2f1f -SIZE (rpm/i686/centos/6.5/slang-2.2.1-1.el6.i686.rpm) = 483404 -SHA256 (rpm/i686/centos/6.5/util-linux-ng-2.17.2-12.14.el6.i686.rpm) = f9e9b26ccda5f3141bb539d95f4ad8e06740b8031e19f8501d09aa3c524b6480 -SIZE (rpm/i686/centos/6.5/util-linux-ng-2.17.2-12.14.el6.i686.rpm) = 1623404 -SHA256 (rpm/i686/centos/6.5/which-2.19-6.el6.i686.rpm) = 3b7b2af92a3868f69b0d7e24db09ecbcf20d48b64d96778fedf3e0462982ad81 -SIZE (rpm/i686/centos/6.5/which-2.19-6.el6.i686.rpm) = 38852 -SHA256 (rpm/i686/centos/6.5/zlib-1.2.3-29.el6.i686.rpm) = 1e40dce8a497f740b22d2035a76a92a34885613652c4b33262f04e2d12a00caa -SIZE (rpm/i686/centos/6.5/zlib-1.2.3-29.el6.i686.rpm) = 74284 -SHA256 (rpm/i686/centos/6.5/basesystem-10.0-4.el6.src.rpm) = 18d3bd0580f40bdc208773f26b424fa1975fad70fae9f179c52337a8f80ade76 -SIZE (rpm/i686/centos/6.5/basesystem-10.0-4.el6.src.rpm) = 5949 -SHA256 (rpm/i686/centos/6.5/bash-4.1.2-15.el6_5.2.src.rpm) = d0a8f52d7db4c729c17188a2bd690aff2371f8ac86900dabb14b0df5aa1ff6a5 -SIZE (rpm/i686/centos/6.5/bash-4.1.2-15.el6_5.2.src.rpm) = 6668343 -SHA256 (rpm/i686/centos/6.5/bzip2-1.0.5-7.el6_0.src.rpm) = 99a3d6a620f9f427aaeba974ae06234d0a771231730de7e203b97dce1dbf1931 -SIZE (rpm/i686/centos/6.5/bzip2-1.0.5-7.el6_0.src.rpm) = 855419 -SHA256 (rpm/i686/centos/6.5/coreutils-8.4-31.el6.src.rpm) = 0e39f22a1ea12009f7e95811003d4b56b99fc2ea77b5bf3ebc716f3ae5a15b83 -SIZE (rpm/i686/centos/6.5/coreutils-8.4-31.el6.src.rpm) = 4641453 -SHA256 (rpm/i686/centos/6.5/compat-db-4.6.21-15.el6.src.rpm) = d35d08e52defe404712b9d4f2cb6475e05ed170676c090d5e05325c346abcb0f -SIZE (rpm/i686/centos/6.5/compat-db-4.6.21-15.el6.src.rpm) = 9862622 -SHA256 (rpm/i686/centos/6.5/compat-gcc-296-2.96-144.el6.src.rpm) = a2ad7ba6160eada6a669732187affa35110ac26d0bbd709474e476e4d3892370 -SIZE (rpm/i686/centos/6.5/compat-gcc-296-2.96-144.el6.src.rpm) = 13430070 -SHA256 (rpm/i686/centos/6.5/compat-gcc-32-3.2.3-69.el6.src.rpm) = 7ff0c6e00ad06876e10cb79fb87cb57b251e6710c63258e6850e990d9ea49917 -SIZE (rpm/i686/centos/6.5/compat-gcc-32-3.2.3-69.el6.src.rpm) = 21622433 -SHA256 (rpm/i686/centos/6.5/db4-4.7.25-18.el6_4.src.rpm) = 8216704a0e530259d6a227c4b13f5e3df5f6dc4ae1872fd14c5902db972cc7e6 -SIZE (rpm/i686/centos/6.5/db4-4.7.25-18.el6_4.src.rpm) = 13410985 -SHA256 (rpm/i686/centos/6.5/e2fsprogs-1.41.12-18.el6.src.rpm) = e18a3cfb6f92a82ca1da717919478bffcac07d0abe254d30e5a90652fb060f2c -SIZE (rpm/i686/centos/6.5/e2fsprogs-1.41.12-18.el6.src.rpm) = 5543914 -SHA256 (rpm/i686/centos/6.5/elfutils-0.152-1.el6.src.rpm) = cb8c7188713b406e980757c6c802102e14d4f27820ab18b616d31889d55f4e14 -SIZE (rpm/i686/centos/6.5/elfutils-0.152-1.el6.src.rpm) = 1927305 -SHA256 (rpm/i686/centos/6.5/centos-release-6-5.el6.centos.11.1.src.rpm) = 46fc40ddd2d631973e94479749033e5e5b09c895b8c5acd4d61cd7ea5ff034d7 -SIZE (rpm/i686/centos/6.5/centos-release-6-5.el6.centos.11.1.src.rpm) = 19326 -SHA256 (rpm/i686/centos/6.5/filesystem-2.4.30-3.el6.src.rpm) = fa8ab9b1a2f23933d6e2f9e2308601c4ee61dd5829f5edcb094aedee194d02e1 -SIZE (rpm/i686/centos/6.5/filesystem-2.4.30-3.el6.src.rpm) = 20457 -SHA256 (rpm/i686/centos/6.5/findutils-4.4.2-6.el6.src.rpm) = ee0fe5c28b088d3e5e4acd3099d84cf3af2cd5cad94991c2ff1498761b4529ce -SIZE (rpm/i686/centos/6.5/findutils-4.4.2-6.el6.src.rpm) = 2184788 -SHA256 (rpm/i686/centos/6.5/freetype-2.3.11-14.el6_3.1.src.rpm) = 25a5e38ef7e61078513bad46af09c8963586cd56d3411ad8d0e8558e1d515ae7 -SIZE (rpm/i686/centos/6.5/freetype-2.3.11-14.el6_3.1.src.rpm) = 1764843 -SHA256 (rpm/i686/centos/6.5/gamin-0.1.10-9.el6.src.rpm) = 5115ba7fbb40ab7bb5b1da851bd67121b000889b3a2fd9b6749eb350b75890b3 -SIZE (rpm/i686/centos/6.5/gamin-0.1.10-9.el6.src.rpm) = 471128 -SHA256 (rpm/i686/centos/6.5/gdbm-1.8.0-36.el6.src.rpm) = ee6ffd96549d5924966869b9fef5813fb8eb17a76b2a6a35c53eb02d0ed1dc01 -SIZE (rpm/i686/centos/6.5/gdbm-1.8.0-36.el6.src.rpm) = 150845 -SHA256 (rpm/i686/centos/6.5/glib2-2.26.1-3.el6.src.rpm) = afe69779c6bc09e615d810f04aa7c8d0141aaefc87fd2641bcf9f53dfdd90b7e -SIZE (rpm/i686/centos/6.5/glib2-2.26.1-3.el6.src.rpm) = 6722996 -SHA256 (rpm/i686/centos/6.5/glibc-2.12-1.132.el6.src.rpm) = 3e4c6385b8c0fcb1dd92c2c3949cf2efeefba1330c38f699a0254f72d9bffc8d -SIZE (rpm/i686/centos/6.5/glibc-2.12-1.132.el6.src.rpm) = 16124735 -SHA256 (rpm/i686/centos/6.5/grep-2.6.3-4.el6.src.rpm) = 9b4dca87528eb3ffa2f6609271c13d9504b025ad395f8631c8c67553955f8e46 -SIZE (rpm/i686/centos/6.5/grep-2.6.3-4.el6.src.rpm) = 865455 -SHA256 (rpm/i686/centos/6.5/texinfo-4.13a-8.el6.src.rpm) = c7cc4a48a8b429fe93f9462233a9d18cfbd33b994593b5e9cdcbde0a8c3c85db -SIZE (rpm/i686/centos/6.5/texinfo-4.13a-8.el6.src.rpm) = 1589200 -SHA256 (rpm/i686/centos/6.5/keyutils-1.4-4.el6.src.rpm) = 01d53c1530342933eb9248ab399ee10c29d5eb141b0157dc69c306bdf6445916 -SIZE (rpm/i686/centos/6.5/keyutils-1.4-4.el6.src.rpm) = 53286 -SHA256 (rpm/i686/centos/6.5/krb5-1.10.3-10.el6_4.6.src.rpm) = 6d0e6828b70d4e601639b8037c6f875adc3c9fac971a70b88e4cf3d136295052 -SIZE (rpm/i686/centos/6.5/krb5-1.10.3-10.el6_4.6.src.rpm) = 12039453 -SHA256 (rpm/i686/centos/6.5/less-436-10.el6.src.rpm) = 5749867a85e7196f577cfaacfb92b5296a22f5eb19b725cd151b4b39d411c8b7 -SIZE (rpm/i686/centos/6.5/less-436-10.el6.src.rpm) = 329281 -SHA256 (rpm/i686/centos/6.5/acl-2.2.49-6.el6.src.rpm) = f1feabe034da5a12be746d4bcfe12c5d15bdfc3f53f203880311aaa18ba9ec0d -SIZE (rpm/i686/centos/6.5/acl-2.2.49-6.el6.src.rpm) = 385956 -SHA256 (rpm/i686/centos/6.5/attr-2.4.44-7.el6.src.rpm) = 5f5440619e0109d9f8d913de1100f259296f62a38075bbc8d8608d6988695890 -SIZE (rpm/i686/centos/6.5/attr-2.4.44-7.el6.src.rpm) = 335725 -SHA256 (rpm/i686/centos/6.5/libcap-2.16-5.5.el6.src.rpm) = a0eb99aa04952657fc19541dd70ab185dd00594001a90d0ee138925f2bc3ab6a -SIZE (rpm/i686/centos/6.5/libcap-2.16-5.5.el6.src.rpm) = 69497 -SHA256 (rpm/i686/centos/6.5/gcc-4.4.7-4.el6.src.rpm) = e83931377e08c21e5c823aa6e66d797400c1342135f701e331790375e04b0a84 -SIZE (rpm/i686/centos/6.5/gcc-4.4.7-4.el6.src.rpm) = 52327074 -SHA256 (rpm/i686/centos/6.5/libidn-1.18-2.el6.src.rpm) = a98516bd92453044dd497cce3c05aefe9bf5ec96a04eaf924b765d3038432054 -SIZE (rpm/i686/centos/6.5/libidn-1.18-2.el6.src.rpm) = 2959181 -SHA256 (rpm/i686/centos/6.5/libselinux-2.0.94-5.3.el6_4.1.src.rpm) = 5837a760295de897517ab752b51379a732049fa2c5febcb54ea7a9f0fa6837bd -SIZE (rpm/i686/centos/6.5/libselinux-2.0.94-5.3.el6_4.1.src.rpm) = 293928 -SHA256 (rpm/i686/centos/6.5/libsepol-2.0.41-4.el6.src.rpm) = ac1799bd0a70a93f771942ebb489eab4eb6a67422a624f925ba4080f98f73b13 -SIZE (rpm/i686/centos/6.5/libsepol-2.0.41-4.el6.src.rpm) = 248004 -SHA256 (rpm/i686/centos/6.5/ncurses-5.7-3.20090208.el6.src.rpm) = 56adadf667f294a57602cde47141b75a0bee8c6401fbf002295f59891d1663ff -SIZE (rpm/i686/centos/6.5/ncurses-5.7-3.20090208.el6.src.rpm) = 2646949 -SHA256 (rpm/i686/centos/6.5/pcre-7.8-6.el6.src.rpm) = 2d4e0474b7a23df5502f47050c049090ede151921d848486203e47604bd5104d -SIZE (rpm/i686/centos/6.5/pcre-7.8-6.el6.src.rpm) = 861403 -SHA256 (rpm/i686/centos/6.5/popt-1.13-7.el6.src.rpm) = 3b1b1c6e47e84d387b58899dbbc3bf24e45ae09fb79cf975c011aae245091406 -SIZE (rpm/i686/centos/6.5/popt-1.13-7.el6.src.rpm) = 687631 -SHA256 (rpm/i686/centos/6.5/readline-6.0-4.el6.src.rpm) = 898f831df1f1d566091317598cc5caeb3cb451347aaacfc52cc87895f449f5f0 -SIZE (rpm/i686/centos/6.5/readline-6.0-4.el6.src.rpm) = 2290548 -SHA256 (rpm/i686/centos/6.5/redhat-lsb-4.0-7.el6.centos.src.rpm) = 5b7987dfed1b310ccf12bab6cdfcdb9b5748b96d85ed4a037fba43e49252445e -SIZE (rpm/i686/centos/6.5/redhat-lsb-4.0-7.el6.centos.src.rpm) = 52706 -SHA256 (rpm/i686/centos/6.5/sed-4.2.1-10.el6.src.rpm) = 2cef61b73c9377d673a6fb83a568bb86b670e84e641391782f054614bf854e91 -SIZE (rpm/i686/centos/6.5/sed-4.2.1-10.el6.src.rpm) = 974817 -SHA256 (rpm/i686/centos/6.5/setserial-2.17-25.el6.src.rpm) = 1c09e38c61498be4014b102d5b4c79fff4f69eb24d012f7b38926e678880dffa -SIZE (rpm/i686/centos/6.5/setserial-2.17-25.el6.src.rpm) = 64567 -SHA256 (rpm/i686/centos/6.5/setup-2.8.14-20.el6_4.1.src.rpm) = 6cd2835e633e6af4c072f1e444dc150aa91cb96bf92c1ca84321e2bed2b54377 -SIZE (rpm/i686/centos/6.5/setup-2.8.14-20.el6_4.1.src.rpm) = 182928 -SHA256 (rpm/i686/centos/6.5/slang-2.2.1-1.el6.src.rpm) = 3ab2551b5d7d75a1d28d63fea1c48b9e83a87b8f2ba4cd6bd2c5ecb5dd91eda9 -SIZE (rpm/i686/centos/6.5/slang-2.2.1-1.el6.src.rpm) = 1367444 -SHA256 (rpm/i686/centos/6.5/util-linux-ng-2.17.2-12.14.el6.src.rpm) = 95f94d979b2e3b9d38f6339003d4d5d5676d60d46a0677803ff84a08d337dac9 -SIZE (rpm/i686/centos/6.5/util-linux-ng-2.17.2-12.14.el6.src.rpm) = 4510275 -SHA256 (rpm/i686/centos/6.5/which-2.19-6.el6.src.rpm) = cefa932d168a041d2257085bd2afad13fc719da4bd68d31ef9694371b67135bd -SIZE (rpm/i686/centos/6.5/which-2.19-6.el6.src.rpm) = 144253 -SHA256 (rpm/i686/centos/6.5/zlib-1.2.3-29.el6.src.rpm) = ccdc3260d2b1ee35c3d224154878f9f632fa2153ce7908ffaabd10b3e216d26e -SIZE (rpm/i686/centos/6.5/zlib-1.2.3-29.el6.src.rpm) = 516080 +SHA256 (rpm/i686/centos/6.6/filesystem-2.4.30-3.el6.i686.rpm) = 28fd3898f5882048a6105a4637fffa17bc0a634c8ff4268a35b870d084212dea +SIZE (rpm/i686/centos/6.6/filesystem-2.4.30-3.el6.i686.rpm) = 1056668 +SHA256 (rpm/i686/centos/6.6/setup-2.8.14-20.el6_4.1.noarch.rpm) = f3baabe199eabf0c11866c1c076f0c6bc01abe0c1cab20aa3348cd8e1c967031 +SIZE (rpm/i686/centos/6.6/setup-2.8.14-20.el6_4.1.noarch.rpm) = 154440 +SHA256 (rpm/i686/centos/6.6/basesystem-10.0-4.el6.noarch.rpm) = 18860007697438e375733bb4a36a599daac2e2ae95d98a74c436a10d0974710e +SIZE (rpm/i686/centos/6.6/basesystem-10.0-4.el6.noarch.rpm) = 4784 +SHA256 (rpm/i686/centos/6.6/bash-4.1.2-29.el6.i686.rpm) = 378a544bb66fb28b103a7914cf8f914eede4706a017b5a01c286eb621b067c34 +SIZE (rpm/i686/centos/6.6/bash-4.1.2-29.el6.i686.rpm) = 909928 +SHA256 (rpm/i686/centos/6.6/bzip2-1.0.5-7.el6_0.i686.rpm) = 37883219612b1ffa199f5a7227fcd165687a24e5c7c291c579647d1563777e47 +SIZE (rpm/i686/centos/6.6/bzip2-1.0.5-7.el6_0.i686.rpm) = 49428 +SHA256 (rpm/i686/centos/6.6/bzip2-libs-1.0.5-7.el6_0.i686.rpm) = d3424f4610860e7f8f444cc3cddf51cd75f5e58ca0ecffc8bdbbcb5f8fe1b0d1 +SIZE (rpm/i686/centos/6.6/bzip2-libs-1.0.5-7.el6_0.i686.rpm) = 37204 +SHA256 (rpm/i686/centos/6.6/compat-db43-4.3.29-15.el6.i686.rpm) = 202767fa03ff58947d6a2ec2437e52fc9179f3995fa77264753fde03f2737d0a +SIZE (rpm/i686/centos/6.6/compat-db43-4.3.29-15.el6.i686.rpm) = 914280 +SHA256 (rpm/i686/centos/6.6/compat-libstdc++-33-3.2.3-69.el6.i686.rpm) = 894abcc5f0b28e39c71d4b0ca27d19540e7eb9d3c32664d5621324c9efbfe11e +SIZE (rpm/i686/centos/6.6/compat-libstdc++-33-3.2.3-69.el6.i686.rpm) = 193328 +SHA256 (rpm/i686/centos/6.6/compat-libstdc++-296-2.96-144.el6.i686.rpm) = a0d7cba8cf0fcb625ce3181d64fa59ca018b562350c30b3a13fd8b858f21f134 +SIZE (rpm/i686/centos/6.6/compat-libstdc++-296-2.96-144.el6.i686.rpm) = 78832 +SHA256 (rpm/i686/centos/6.6/coreutils-8.4-37.el6.i686.rpm) = b0b8806f9e33a08b3394afac704c7422c1fbe54cdbb3c74faa737b4491a7fc8a +SIZE (rpm/i686/centos/6.6/coreutils-8.4-37.el6.i686.rpm) = 3145440 +SHA256 (rpm/i686/centos/6.6/db4-4.7.25-18.el6_4.i686.rpm) = 67a2836f2a8c6d1e97781136e9c0045cb1d56ab977748c5943fd1f6f29082777 +SIZE (rpm/i686/centos/6.6/db4-4.7.25-18.el6_4.i686.rpm) = 593776 +SHA256 (rpm/i686/centos/6.6/e2fsprogs-1.41.12-21.el6.i686.rpm) = 02f83ee5a39bed38bcfe5628728457b17212f4a9909fa62da0cf3068b4de61ed +SIZE (rpm/i686/centos/6.6/e2fsprogs-1.41.12-21.el6.i686.rpm) = 567628 +SHA256 (rpm/i686/centos/6.6/e2fsprogs-libs-1.41.12-21.el6.i686.rpm) = 61a0497e51aa168340efe024bc63677a9050c58e675d791edb9f972c332fc858 +SIZE (rpm/i686/centos/6.6/e2fsprogs-libs-1.41.12-21.el6.i686.rpm) = 130696 +SHA256 (rpm/i686/centos/6.6/elfutils-0.158-3.2.el6.i686.rpm) = dd768eacdfdaa23da58f11e070aa043b0573e811f31c1f5e27ec2668194921ea +SIZE (rpm/i686/centos/6.6/elfutils-0.158-3.2.el6.i686.rpm) = 253612 +SHA256 (rpm/i686/centos/6.6/centos-release-6-6.el6.centos.12.2.i686.rpm) = cd1ddb02ed355f25f44fa876dbf1093b5babdee6b8d59c915da44b2a8129da52 +SIZE (rpm/i686/centos/6.6/centos-release-6-6.el6.centos.12.2.i686.rpm) = 21832 +SHA256 (rpm/i686/centos/6.6/findutils-4.4.2-6.el6.i686.rpm) = d4509950ef57b835b584fc7debdb8f0cf4550704df48cc829ba716ebfb7efcdc +SIZE (rpm/i686/centos/6.6/findutils-4.4.2-6.el6.i686.rpm) = 421872 +SHA256 (rpm/i686/centos/6.6/freetype-2.3.11-14.el6_3.1.i686.rpm) = b37dfc93cc75837d5b0d8fd431074098f99b79c4e691dcfd00ee5b1664d56864 +SIZE (rpm/i686/centos/6.6/freetype-2.3.11-14.el6_3.1.i686.rpm) = 371820 +SHA256 (rpm/i686/centos/6.6/gamin-0.1.10-9.el6.i686.rpm) = 154c598675497b411f77e51b2e2a6b6b4282ecf8d368dc17585757dad113338a +SIZE (rpm/i686/centos/6.6/gamin-0.1.10-9.el6.i686.rpm) = 122940 +SHA256 (rpm/i686/centos/6.6/gdbm-1.8.0-36.el6.i686.rpm) = 6b7a558334b4ef442ef7495a1421ff0f4783ef250d64ba7fe0afb54a62c23404 +SIZE (rpm/i686/centos/6.6/gdbm-1.8.0-36.el6.i686.rpm) = 29536 +SHA256 (rpm/i686/centos/6.6/glib2-2.28.8-4.el6.i686.rpm) = 778bcfc904fa6c697b0a11399e5310e1684f58c81ae46f6962efcd8d663bc154 +SIZE (rpm/i686/centos/6.6/glib2-2.28.8-4.el6.i686.rpm) = 1735384 +SHA256 (rpm/i686/centos/6.6/glibc-2.12-1.149.el6.i686.rpm) = e26820cd135fe4a26820575b44268eb08171aa32cded83e5ba4f724ecb6935c9 +SIZE (rpm/i686/centos/6.6/glibc-2.12-1.149.el6.i686.rpm) = 4552748 +SHA256 (rpm/i686/centos/6.6/glibc-common-2.12-1.149.el6.i686.rpm) = 315d8bf0be25496258a1233421d215a8a2232604711bf1c91d062427f4d0d714 +SIZE (rpm/i686/centos/6.6/glibc-common-2.12-1.149.el6.i686.rpm) = 14870900 +SHA256 (rpm/i686/centos/6.6/grep-2.6.3-6.el6.i686.rpm) = 8c4405144885bec59c9abb46a43ee43ce9cdd1969058e3ebf822ee566882fcea +SIZE (rpm/i686/centos/6.6/grep-2.6.3-6.el6.i686.rpm) = 233112 +SHA256 (rpm/i686/centos/6.6/info-4.13a-8.el6.i686.rpm) = 544b65b829fd4f8195dc131e773296f922bc218c756ec6d8e143ae0715f830b1 +SIZE (rpm/i686/centos/6.6/info-4.13a-8.el6.i686.rpm) = 176524 +SHA256 (rpm/i686/centos/6.6/keyutils-1.4-5.el6.i686.rpm) = 49fd3f0f5dbdf9ada34151f129e36e3e9ef7cd048711b85a918dce6e217b31a0 +SIZE (rpm/i686/centos/6.6/keyutils-1.4-5.el6.i686.rpm) = 39356 +SHA256 (rpm/i686/centos/6.6/keyutils-libs-1.4-5.el6.i686.rpm) = 59ca71f1c6b4cd19b58a35afd065f745ccfda46f55b4bdad9dda93f5ca872e60 +SIZE (rpm/i686/centos/6.6/keyutils-libs-1.4-5.el6.i686.rpm) = 20780 +SHA256 (rpm/i686/centos/6.6/krb5-libs-1.10.3-33.el6.i686.rpm) = 559d11a1d8b12f73c1bef95d40652b8f35222f41d3a79cf13c843a1a32d3c3a6 +SIZE (rpm/i686/centos/6.6/krb5-libs-1.10.3-33.el6.i686.rpm) = 791116 +SHA256 (rpm/i686/centos/6.6/less-436-13.el6.i686.rpm) = ac7bc80bcad24e573be8441a3854b71caa93efcdcc5ba20e42348a636db9af57 +SIZE (rpm/i686/centos/6.6/less-436-13.el6.i686.rpm) = 110324 +SHA256 (rpm/i686/centos/6.6/libacl-2.2.49-6.el6.i686.rpm) = 64c400f31986db7f085e85454a305344da141872b6f3ac7922caa2fa656d3c12 +SIZE (rpm/i686/centos/6.6/libacl-2.2.49-6.el6.i686.rpm) = 24480 +SHA256 (rpm/i686/centos/6.6/libattr-2.4.44-7.el6.i686.rpm) = 16f9cba06fcbdf5163c1ae48e3d8df5b2a26eec1c8bfa3f7907718931ff8b93b +SIZE (rpm/i686/centos/6.6/libattr-2.4.44-7.el6.i686.rpm) = 15640 +SHA256 (rpm/i686/centos/6.6/libcom_err-1.41.12-21.el6.i686.rpm) = 19c8c8fa715057dc4569fbfbfedb5df4af7c4c838577b14f9e13c22eb4f2bac3 +SIZE (rpm/i686/centos/6.6/libcom_err-1.41.12-21.el6.i686.rpm) = 38020 +SHA256 (rpm/i686/centos/6.6/libcap-2.16-5.5.el6.i686.rpm) = 8d972a4332b8f942258e489574929de3ee660315dc6ca945939d54a99ec4398c +SIZE (rpm/i686/centos/6.6/libcap-2.16-5.5.el6.i686.rpm) = 31516 +SHA256 (rpm/i686/centos/6.6/libgcc-4.4.7-11.el6.i686.rpm) = d9dfe5c470d6830eff5955879e50402ff82d115b8752fe0371a8ba28ef39fffc +SIZE (rpm/i686/centos/6.6/libgcc-4.4.7-11.el6.i686.rpm) = 116116 +SHA256 (rpm/i686/centos/6.6/libidn-1.18-2.el6.i686.rpm) = a72cdffdb6aeeb5f94eeaeb6db3b4ac88eb0688760b2b75d2c5086d987d78e27 +SIZE (rpm/i686/centos/6.6/libidn-1.18-2.el6.i686.rpm) = 210260 +SHA256 (rpm/i686/centos/6.6/libselinux-2.0.94-5.8.el6.i686.rpm) = 24129f23d6438e04a1274f6070a67266dae162f40f9a5ba7232cd8b056907228 +SIZE (rpm/i686/centos/6.6/libselinux-2.0.94-5.8.el6.i686.rpm) = 111268 +SHA256 (rpm/i686/centos/6.6/libsepol-2.0.41-4.el6.i686.rpm) = 0f7b3c09a89b4f943faefc73bc5664f075146f6b96c8d1d38da06ed02cc2f21b +SIZE (rpm/i686/centos/6.6/libsepol-2.0.41-4.el6.i686.rpm) = 128032 +SHA256 (rpm/i686/centos/6.6/libstdc++-4.4.7-11.el6.i686.rpm) = e101d4053ddb5f09f8d5bb2a45a135b08e08d4867c192c5e7cd5d215c1e9d361 +SIZE (rpm/i686/centos/6.6/libstdc++-4.4.7-11.el6.i686.rpm) = 308612 +SHA256 (rpm/i686/centos/6.6/libuuid-2.17.2-12.18.el6.i686.rpm) = adff95ffc188f93e59c3517939a75de56eccf886b867948f696753e787f3d22d +SIZE (rpm/i686/centos/6.6/libuuid-2.17.2-12.18.el6.i686.rpm) = 71040 +SHA256 (rpm/i686/centos/6.6/ncurses-5.7-3.20090208.el6.i686.rpm) = 755e6f14019e1484417bb6b3220d1384f80f897ff67a0125c1799d9620469260 +SIZE (rpm/i686/centos/6.6/ncurses-5.7-3.20090208.el6.i686.rpm) = 274756 +SHA256 (rpm/i686/centos/6.6/ncurses-libs-5.7-3.20090208.el6.i686.rpm) = 8e8c71cf6e1b45a592bf5705714e34c167b6e2b9e9b4cf4b6c8e41f6ebd5a392 +SIZE (rpm/i686/centos/6.6/ncurses-libs-5.7-3.20090208.el6.i686.rpm) = 256940 +SHA256 (rpm/i686/centos/6.6/pcre-7.8-6.el6.i686.rpm) = 3f2bc72b2a672249e7195c7a0a7932eaa9623745c4b314dd88262fc8dcc401dd +SIZE (rpm/i686/centos/6.6/pcre-7.8-6.el6.i686.rpm) = 200028 +SHA256 (rpm/i686/centos/6.6/popt-1.13-7.el6.i686.rpm) = 617f8ee4d7776bb46a3a489ea10ac45831fd44947a30ef8d2126490ca2aa7a90 +SIZE (rpm/i686/centos/6.6/popt-1.13-7.el6.i686.rpm) = 39636 +SHA256 (rpm/i686/centos/6.6/readline-6.0-4.el6.i686.rpm) = 29fae06e31b73f4e5e0cd5f4431a3927c0e80b204e3fbcf0a6ccfc30720e8452 +SIZE (rpm/i686/centos/6.6/readline-6.0-4.el6.i686.rpm) = 180296 +SHA256 (rpm/i686/centos/6.6/redhat-lsb-core-4.0-7.el6.centos.i686.rpm) = c8a54450a1716a676b06db0a734c53c7057925359cb4e4bc36fa66f32cff5a0f +SIZE (rpm/i686/centos/6.6/redhat-lsb-core-4.0-7.el6.centos.i686.rpm) = 26108 +SHA256 (rpm/i686/centos/6.6/sed-4.2.1-10.el6.i686.rpm) = 34b309a83fc5e61d299e42e5c076f736302be6c94acc3dd0554f05ee69494241 +SIZE (rpm/i686/centos/6.6/sed-4.2.1-10.el6.i686.rpm) = 219480 +SHA256 (rpm/i686/centos/6.6/setserial-2.17-25.el6.i686.rpm) = c3537e6d2122f43674413742fcba524beb4dc9778efc7d25515f120dde79ba70 +SIZE (rpm/i686/centos/6.6/setserial-2.17-25.el6.i686.rpm) = 23568 +SHA256 (rpm/i686/centos/6.6/slang-2.2.1-1.el6.i686.rpm) = c6886d071eb63651df939c19f12363a1a68d112cedaa02019c94f53d39dd2f1f +SIZE (rpm/i686/centos/6.6/slang-2.2.1-1.el6.i686.rpm) = 483404 +SHA256 (rpm/i686/centos/6.6/util-linux-ng-2.17.2-12.18.el6.i686.rpm) = 42738e2ff5a1c936f972d1175def794d470511e1a72753005c6a6b80e50a2fd9 +SIZE (rpm/i686/centos/6.6/util-linux-ng-2.17.2-12.18.el6.i686.rpm) = 1644620 +SHA256 (rpm/i686/centos/6.6/which-2.19-6.el6.i686.rpm) = 3b7b2af92a3868f69b0d7e24db09ecbcf20d48b64d96778fedf3e0462982ad81 +SIZE (rpm/i686/centos/6.6/which-2.19-6.el6.i686.rpm) = 38852 +SHA256 (rpm/i686/centos/6.6/zlib-1.2.3-29.el6.i686.rpm) = 1e40dce8a497f740b22d2035a76a92a34885613652c4b33262f04e2d12a00caa +SIZE (rpm/i686/centos/6.6/zlib-1.2.3-29.el6.i686.rpm) = 74284 +SHA256 (rpm/i686/centos/6.6/basesystem-10.0-4.el6.src.rpm) = 18d3bd0580f40bdc208773f26b424fa1975fad70fae9f179c52337a8f80ade76 +SIZE (rpm/i686/centos/6.6/basesystem-10.0-4.el6.src.rpm) = 5949 +SHA256 (rpm/i686/centos/6.6/bash-4.1.2-29.el6.src.rpm) = 129160afbddac928625eadbe8a05cc442c1ec41572436647c66782e2e86e9c25 +SIZE (rpm/i686/centos/6.6/bash-4.1.2-29.el6.src.rpm) = 6676655 +SHA256 (rpm/i686/centos/6.6/bzip2-1.0.5-7.el6_0.src.rpm) = 99a3d6a620f9f427aaeba974ae06234d0a771231730de7e203b97dce1dbf1931 +SIZE (rpm/i686/centos/6.6/bzip2-1.0.5-7.el6_0.src.rpm) = 855419 +SHA256 (rpm/i686/centos/6.6/coreutils-8.4-37.el6.src.rpm) = f1b875b8a5875bea5dfc6df606dc555e904c2f14cb8b494d60f2ad708d59dc19 +SIZE (rpm/i686/centos/6.6/coreutils-8.4-37.el6.src.rpm) = 4647415 +SHA256 (rpm/i686/centos/6.6/compat-db-4.6.21-15.el6.src.rpm) = d35d08e52defe404712b9d4f2cb6475e05ed170676c090d5e05325c346abcb0f +SIZE (rpm/i686/centos/6.6/compat-db-4.6.21-15.el6.src.rpm) = 9862622 +SHA256 (rpm/i686/centos/6.6/compat-gcc-296-2.96-144.el6.src.rpm) = a2ad7ba6160eada6a669732187affa35110ac26d0bbd709474e476e4d3892370 +SIZE (rpm/i686/centos/6.6/compat-gcc-296-2.96-144.el6.src.rpm) = 13430070 +SHA256 (rpm/i686/centos/6.6/compat-gcc-32-3.2.3-69.el6.src.rpm) = 7ff0c6e00ad06876e10cb79fb87cb57b251e6710c63258e6850e990d9ea49917 +SIZE (rpm/i686/centos/6.6/compat-gcc-32-3.2.3-69.el6.src.rpm) = 21622433 +SHA256 (rpm/i686/centos/6.6/db4-4.7.25-18.el6_4.src.rpm) = 8216704a0e530259d6a227c4b13f5e3df5f6dc4ae1872fd14c5902db972cc7e6 +SIZE (rpm/i686/centos/6.6/db4-4.7.25-18.el6_4.src.rpm) = 13410985 +SHA256 (rpm/i686/centos/6.6/e2fsprogs-1.41.12-21.el6.src.rpm) = f462dcc251e6025903431289c261e1eb28234bc2c8e293abf499f83a58629f63 +SIZE (rpm/i686/centos/6.6/e2fsprogs-1.41.12-21.el6.src.rpm) = 5552235 +SHA256 (rpm/i686/centos/6.6/elfutils-0.158-3.2.el6.i686.rpm) = dd768eacdfdaa23da58f11e070aa043b0573e811f31c1f5e27ec2668194921ea +SIZE (rpm/i686/centos/6.6/elfutils-0.158-3.2.el6.i686.rpm) = 253612 +SHA256 (rpm/i686/centos/6.6/centos-release-6-6.el6.centos.12.2.i686.rpm) = cd1ddb02ed355f25f44fa876dbf1093b5babdee6b8d59c915da44b2a8129da52 +SIZE (rpm/i686/centos/6.6/centos-release-6-6.el6.centos.12.2.i686.rpm) = 21832 +SHA256 (rpm/i686/centos/6.6/filesystem-2.4.30-3.el6.src.rpm) = fa8ab9b1a2f23933d6e2f9e2308601c4ee61dd5829f5edcb094aedee194d02e1 +SIZE (rpm/i686/centos/6.6/filesystem-2.4.30-3.el6.src.rpm) = 20457 +SHA256 (rpm/i686/centos/6.6/findutils-4.4.2-6.el6.src.rpm) = ee0fe5c28b088d3e5e4acd3099d84cf3af2cd5cad94991c2ff1498761b4529ce +SIZE (rpm/i686/centos/6.6/findutils-4.4.2-6.el6.src.rpm) = 2184788 +SHA256 (rpm/i686/centos/6.6/freetype-2.3.11-14.el6_3.1.src.rpm) = 25a5e38ef7e61078513bad46af09c8963586cd56d3411ad8d0e8558e1d515ae7 +SIZE (rpm/i686/centos/6.6/freetype-2.3.11-14.el6_3.1.src.rpm) = 1764843 +SHA256 (rpm/i686/centos/6.6/gamin-0.1.10-9.el6.src.rpm) = 5115ba7fbb40ab7bb5b1da851bd67121b000889b3a2fd9b6749eb350b75890b3 +SIZE (rpm/i686/centos/6.6/gamin-0.1.10-9.el6.src.rpm) = 471128 +SHA256 (rpm/i686/centos/6.6/gdbm-1.8.0-36.el6.src.rpm) = ee6ffd96549d5924966869b9fef5813fb8eb17a76b2a6a35c53eb02d0ed1dc01 +SIZE (rpm/i686/centos/6.6/gdbm-1.8.0-36.el6.src.rpm) = 150845 +SHA256 (rpm/i686/centos/6.6/glib2-2.28.8-4.el6.src.rpm) = 949d8a71657700619884a2c0bfdb42eac17cf6ede73d206a7e427d95ad7dcf1c +SIZE (rpm/i686/centos/6.6/glib2-2.28.8-4.el6.src.rpm) = 7119331 +SHA256 (rpm/i686/centos/6.6/glibc-2.12-1.149.el6.src.rpm) = a80c56f07bd48485b3d6c5e68d5863cf8f5c98939016852990470613a7c59577 +SIZE (rpm/i686/centos/6.6/glibc-2.12-1.149.el6.src.rpm) = 16171993 +SHA256 (rpm/i686/centos/6.6/grep-2.6.3-6.el6.src.rpm) = bb4335a2be64249289a7b61359ffbb8a532242daad8520e80ac2b1b539350436 +SIZE (rpm/i686/centos/6.6/grep-2.6.3-6.el6.src.rpm) = 867250 +SHA256 (rpm/i686/centos/6.6/texinfo-4.13a-8.el6.src.rpm) = c7cc4a48a8b429fe93f9462233a9d18cfbd33b994593b5e9cdcbde0a8c3c85db +SIZE (rpm/i686/centos/6.6/texinfo-4.13a-8.el6.src.rpm) = 1589200 +SHA256 (rpm/i686/centos/6.6/keyutils-1.4-5.el6.src.rpm) = 4fa4094f280a3eb8e1253476822fe3dbd2d186b5a8d4affc1311cbef0ca54f52 +SIZE (rpm/i686/centos/6.6/keyutils-1.4-5.el6.src.rpm) = 56808 +SHA256 (rpm/i686/centos/6.6/krb5-1.10.3-33.el6.src.rpm) = 80cee774df12cbf927678e0c5e8afad54d9a9ede6e1f94a0f008187c2e995409 +SIZE (rpm/i686/centos/6.6/krb5-1.10.3-33.el6.src.rpm) = 12064101 +SHA256 (rpm/i686/centos/6.6/less-436-13.el6.src.rpm) = 02f5363b8f82f4df9a4d359de686314fae3bf988c57401cac9eea641bbe2e0af +SIZE (rpm/i686/centos/6.6/less-436-13.el6.src.rpm) = 331504 +SHA256 (rpm/i686/centos/6.6/acl-2.2.49-6.el6.src.rpm) = f1feabe034da5a12be746d4bcfe12c5d15bdfc3f53f203880311aaa18ba9ec0d +SIZE (rpm/i686/centos/6.6/acl-2.2.49-6.el6.src.rpm) = 385956 +SHA256 (rpm/i686/centos/6.6/attr-2.4.44-7.el6.src.rpm) = 5f5440619e0109d9f8d913de1100f259296f62a38075bbc8d8608d6988695890 +SIZE (rpm/i686/centos/6.6/attr-2.4.44-7.el6.src.rpm) = 335725 +SHA256 (rpm/i686/centos/6.6/libcap-2.16-5.5.el6.src.rpm) = a0eb99aa04952657fc19541dd70ab185dd00594001a90d0ee138925f2bc3ab6a +SIZE (rpm/i686/centos/6.6/libcap-2.16-5.5.el6.src.rpm) = 69497 +SHA256 (rpm/i686/centos/6.6/gcc-4.4.7-11.el6.src.rpm) = df7730e2e7d52d5ce4c655bd4fff23c738fb6b1c5b81d6f2878e4c7664d7031b +SIZE (rpm/i686/centos/6.6/gcc-4.4.7-11.el6.src.rpm) = 52377306 +SHA256 (rpm/i686/centos/6.6/libidn-1.18-2.el6.src.rpm) = a98516bd92453044dd497cce3c05aefe9bf5ec96a04eaf924b765d3038432054 +SIZE (rpm/i686/centos/6.6/libidn-1.18-2.el6.src.rpm) = 2959181 +SHA256 (rpm/i686/centos/6.6/libselinux-2.0.94-5.8.el6.src.rpm) = 2c69692e202e3c369786d73a1f7b5b31c29522c0dcf1ef9251711794c1869197 +SIZE (rpm/i686/centos/6.6/libselinux-2.0.94-5.8.el6.src.rpm) = 301535 +SHA256 (rpm/i686/centos/6.6/libsepol-2.0.41-4.el6.src.rpm) = ac1799bd0a70a93f771942ebb489eab4eb6a67422a624f925ba4080f98f73b13 +SIZE (rpm/i686/centos/6.6/libsepol-2.0.41-4.el6.src.rpm) = 248004 +SHA256 (rpm/i686/centos/6.6/ncurses-5.7-3.20090208.el6.src.rpm) = 56adadf667f294a57602cde47141b75a0bee8c6401fbf002295f59891d1663ff +SIZE (rpm/i686/centos/6.6/ncurses-5.7-3.20090208.el6.src.rpm) = 2646949 +SHA256 (rpm/i686/centos/6.6/pcre-7.8-6.el6.src.rpm) = 2d4e0474b7a23df5502f47050c049090ede151921d848486203e47604bd5104d +SIZE (rpm/i686/centos/6.6/pcre-7.8-6.el6.src.rpm) = 861403 +SHA256 (rpm/i686/centos/6.6/popt-1.13-7.el6.src.rpm) = 3b1b1c6e47e84d387b58899dbbc3bf24e45ae09fb79cf975c011aae245091406 +SIZE (rpm/i686/centos/6.6/popt-1.13-7.el6.src.rpm) = 687631 +SHA256 (rpm/i686/centos/6.6/readline-6.0-4.el6.src.rpm) = 898f831df1f1d566091317598cc5caeb3cb451347aaacfc52cc87895f449f5f0 +SIZE (rpm/i686/centos/6.6/readline-6.0-4.el6.src.rpm) = 2290548 +SHA256 (rpm/i686/centos/6.6/redhat-lsb-4.0-7.el6.centos.src.rpm) = 5b7987dfed1b310ccf12bab6cdfcdb9b5748b96d85ed4a037fba43e49252445e +SIZE (rpm/i686/centos/6.6/redhat-lsb-4.0-7.el6.centos.src.rpm) = 52706 +SHA256 (rpm/i686/centos/6.6/sed-4.2.1-10.el6.src.rpm) = 2cef61b73c9377d673a6fb83a568bb86b670e84e641391782f054614bf854e91 +SIZE (rpm/i686/centos/6.6/sed-4.2.1-10.el6.src.rpm) = 974817 +SHA256 (rpm/i686/centos/6.6/setserial-2.17-25.el6.src.rpm) = 1c09e38c61498be4014b102d5b4c79fff4f69eb24d012f7b38926e678880dffa +SIZE (rpm/i686/centos/6.6/setserial-2.17-25.el6.src.rpm) = 64567 +SHA256 (rpm/i686/centos/6.6/setup-2.8.14-20.el6_4.1.src.rpm) = 6cd2835e633e6af4c072f1e444dc150aa91cb96bf92c1ca84321e2bed2b54377 +SIZE (rpm/i686/centos/6.6/setup-2.8.14-20.el6_4.1.src.rpm) = 182928 +SHA256 (rpm/i686/centos/6.6/slang-2.2.1-1.el6.src.rpm) = 3ab2551b5d7d75a1d28d63fea1c48b9e83a87b8f2ba4cd6bd2c5ecb5dd91eda9 +SIZE (rpm/i686/centos/6.6/slang-2.2.1-1.el6.src.rpm) = 1367444 +SHA256 (rpm/i686/centos/6.6/util-linux-ng-2.17.2-12.18.el6.src.rpm) = 78c265431b91f18c73821c0dc0323fc757682f6d3058df2bfa141fce05541302 +SIZE (rpm/i686/centos/6.6/util-linux-ng-2.17.2-12.18.el6.src.rpm) = 4545846 +SHA256 (rpm/i686/centos/6.6/which-2.19-6.el6.src.rpm) = cefa932d168a041d2257085bd2afad13fc719da4bd68d31ef9694371b67135bd +SIZE (rpm/i686/centos/6.6/which-2.19-6.el6.src.rpm) = 144253 +SHA256 (rpm/i686/centos/6.6/zlib-1.2.3-29.el6.src.rpm) = ccdc3260d2b1ee35c3d224154878f9f632fa2153ce7908ffaabd10b3e216d26e +SIZE (rpm/i686/centos/6.6/zlib-1.2.3-29.el6.src.rpm) = 516080 Index: head/emulators/linux_base-c6/pkg-plist =================================================================== --- head/emulators/linux_base-c6/pkg-plist (revision 372444) +++ head/emulators/linux_base-c6/pkg-plist (revision 372445) @@ -1,2318 +1,2893 @@ bin/arch bin/basename bin/bash bin/cat bin/chgrp bin/chmod bin/chown bin/cp bin/cut bin/date bin/dd bin/echo bin/egrep bin/env bin/false bin/find bin/fgrep bin/grep bin/keyctl bin/link bin/ln bin/ls bin/mkdir bin/mknod bin/mktemp bin/mv bin/nice bin/pwd bin/readlink bin/redhat_lsb_init bin/rm bin/rmdir bin/setserial bin/sh bin/sleep bin/sort bin/stty bin/sync bin/touch bin/true bin/uname bin/unlink bin/dmesg bin/findmnt bin/kill bin/logger bin/login bin/lsblk bin/more bin/mount bin/raw bin/sed bin/taskset bin/umount etc/DIR_COLORS etc/DIR_COLORS.256color etc/DIR_COLORS.lightbgcolor etc/aliases etc/bashrc etc/centos-release etc/csh.cshrc etc/csh.login etc/default/nss etc/environment etc/filesystems etc/gai.conf etc/gshadow etc/host.conf etc/hosts etc/hosts.allow etc/hosts.deny etc/inputrc etc/issue etc/issue.net etc/ld.so.cache etc/ld.so.conf etc/mke2fs.conf etc/mtab etc/nsswitch.conf etc/lsb-release.d/base-4.0-ia32 etc/lsb-release.d/base-4.0-noarch etc/lsb-release.d/core-4.0-ia32 etc/lsb-release.d/core-4.0-noarch etc/pam.d/chfn etc/pam.d/chsh etc/pam.d/login etc/pam.d/remote etc/pam.d/runuser etc/pam.d/runuser-l etc/pam.d/su etc/pam.d/su-l etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Debug-6 etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Security-6 etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Testing-6 etc/profile etc/profile.d/colorls.csh etc/profile.d/colorls.sh etc/profile.d/glib2.csh etc/profile.d/glib2.sh etc/profile.d/less.csh etc/profile.d/less.sh etc/profile.d/which2.sh etc/redhat-lsb/lsb_killproc etc/redhat-lsb/lsb_log_message etc/redhat-lsb/lsb_pidofproc etc/redhat-lsb/lsb_start_daemon etc/redhat-release etc/request-key.conf etc/rpc etc/rpm/macros.dist etc/securetty etc/shadow etc/shells etc/skel/.bash_logout etc/skel/.bash_profile etc/skel/.bashrc etc/system-release etc/system-release-cpe etc/udev/rules.d/60-raw.rules etc/yum.repos.d/CentOS-Base.repo etc/yum.repos.d/CentOS-Debuginfo.repo etc/yum.repos.d/CentOS-Media.repo etc/yum.repos.d/CentOS-Vault.repo +etc/yum.repos.d/CentOS-fasttrack.repo +etc/yum/vars/infra etc/bash_completion.d/gdbus-bash-completion.sh -etc/bash_completion.d/gsettings-bash-completion.sh lib/i686/nosegneg/libc-2.12.so lib/i686/nosegneg/libc.so.6 lib/i686/nosegneg/libm-2.12.so lib/i686/nosegneg/libm.so.6 lib/i686/nosegneg/libpthread-2.12.so lib/i686/nosegneg/libpthread.so.0 lib/i686/nosegneg/librt-2.12.so lib/i686/nosegneg/librt.so.1 lib/i686/nosegneg/libthread_db-1.0.so lib/i686/nosegneg/libthread_db.so.1 lib/ld-2.12.so lib/ld-lsb.so.3 lib/ld-linux.so.2 lib/libBrokenLocale-2.12.so lib/libBrokenLocale.so.1 lib/libSegFault.so lib/libacl.so.1 lib/libacl.so.1.1.0 lib/libanl-2.12.so lib/libanl.so.1 lib/libattr.so.1 lib/libattr.so.1.1.0 lib/libbz2.so.1 lib/libbz2.so.1.0.4 lib/libc-2.12.so lib/libc.so.6 lib/libcap.so.2 lib/libcap.so.2.16 lib/libcidn-2.12.so lib/libcidn.so.1 lib/libcom_err.so.2 lib/libcom_err.so.2.1 lib/libcrypt-2.12.so lib/libcrypt.so.1 lib/libdb-4.3.so lib/libdb-4.7.so lib/libdb_cxx-4.3.so lib/libdl-2.12.so lib/libdl.so.2 lib/libe2p.so.2 lib/libe2p.so.2.3 lib/libext2fs.so.2 lib/libext2fs.so.2.4 lib/libgcc_s-4.4.7-20120601.so.1 lib/libgcc_s.so.1 lib/libgio-2.0.so.0 -lib/libgio-2.0.so.0.2600.1 +lib/libgio-2.0.so.0.2800.8 lib/libglib-2.0.so.0 -lib/libglib-2.0.so.0.2600.1 +lib/libglib-2.0.so.0.2800.8 lib/libgmodule-2.0.so.0 -lib/libgmodule-2.0.so.0.2600.1 +lib/libgmodule-2.0.so.0.2800.8 lib/libgobject-2.0.so.0 -lib/libgobject-2.0.so.0.2600.1 +lib/libgobject-2.0.so.0.2800.8 lib/libgssapi_krb5.so.2 lib/libgssapi_krb5.so.2.2 lib/libgssrpc.so.4 lib/libgssrpc.so.4.1 lib/libgthread-2.0.so.0 -lib/libgthread-2.0.so.0.2600.1 +lib/libgthread-2.0.so.0.2800.8 lib/libidn.so.11 lib/libidn.so.11.6.1 lib/libkeyutils.so.1 lib/libkeyutils.so.1.3 lib/libk5crypto.so.3 lib/libk5crypto.so.3.1 lib/libkrb5.so.3 lib/libkrb5.so.3.3 lib/libkrb5support.so.0 lib/libkrb5support.so.0.1 lib/libm-2.12.so lib/libm.so.6 lib/libmount.so.1 lib/libmount.so.1.1.0 lib/libncurses.so.5 lib/libncurses.so.5.7 lib/libncursesw.so.5 lib/libncursesw.so.5.7 lib/libnsl-2.12.so lib/libnsl.so.1 lib/libnss_compat-2.12.so lib/libnss_compat.so.2 lib/libnss_dns-2.12.so lib/libnss_dns.so.2 lib/libnss_files-2.12.so lib/libnss_files.so.2 lib/libnss_hesiod-2.12.so lib/libnss_hesiod.so.2 lib/libnss_nis-2.12.so lib/libnss_nis.so.2 lib/libnss_nisplus-2.12.so lib/libnss_nisplus.so.2 lib/libpcre.so.0 lib/libpcre.so.0.0.1 lib/libpopt.so.0 lib/libpopt.so.0.0.0 lib/libpthread-2.12.so lib/libpthread.so.0 lib/libreadline.so.6 lib/libreadline.so.6.0 lib/libresolv-2.12.so lib/libresolv.so.2 lib/librt-2.12.so lib/librt.so.1 lib/libselinux.so.1 lib/libsepol.so.1 lib/libthread_db-1.0.so lib/libthread_db.so.1 lib/libtinfo.so.5 lib/libtinfo.so.5.7 lib/libutil-2.12.so lib/libutil.so.1 lib/libuuid.so.1 lib/libuuid.so.1.3.0 lib/libz.so.1 lib/libz.so.1.2.3 lib/lsb/init-functions lib/rtkaio/i686/nosegneg/librt.so.1 lib/rtkaio/i686/nosegneg/librtkaio-2.12.so lib/rtkaio/librt.so.1 lib/rtkaio/librtkaio-2.12.so lib/security/pam_cap.so sbin/badblocks sbin/debugfs sbin/dumpe2fs sbin/e2fsck sbin/e2image sbin/e2label sbin/e2undo sbin/fsck.ext2 sbin/fsck.ext3 sbin/fsck.ext4 sbin/fsck.ext4dev sbin/install-info sbin/ldconfig sbin/logsave sbin/matchpathcon sbin/mke2fs sbin/mkfs.ext2 sbin/mkfs.ext3 sbin/mkfs.ext4 sbin/mkfs.ext4dev sbin/request-key sbin/resize2fs sbin/runuser sbin/sln sbin/tune2fs sbin/addpart sbin/agetty sbin/blkdiscard sbin/blkid sbin/blockdev sbin/cfdisk sbin/chcpu sbin/clock sbin/ctrlaltdel sbin/delpart sbin/fdisk sbin/findfs sbin/fsck sbin/fsck.cramfs sbin/fsfreeze sbin/fstrim sbin/hwclock sbin/losetup sbin/mkfs sbin/mkfs.cramfs sbin/mkswap sbin/mount.tmpfs sbin/nologin sbin/partx sbin/pivot_root sbin/sfdisk sbin/swapoff sbin/swapon sbin/switch_root sbin/wipefs usr/bin/[ usr/bin/base64 usr/bin/bashbug-32 usr/bin/berkeley_db43_svc usr/bin/bunzip2 usr/bin/bzcat usr/bin/bzcmp usr/bin/bzdiff usr/bin/bzgrep usr/bin/bzip2 usr/bin/bzip2recover usr/bin/bzless usr/bin/bzmore usr/bin/captoinfo usr/bin/catchsegv usr/bin/chattr usr/bin/chcon usr/bin/cksum usr/bin/clear usr/bin/comm usr/bin/csplit usr/bin/cut usr/bin/db43_archive usr/bin/db43_checkpoint usr/bin/db43_deadlock usr/bin/db43_dump usr/bin/db43_load usr/bin/db43_printlog usr/bin/db43_recover usr/bin/db43_stat usr/bin/db43_upgrade usr/bin/db43_verify usr/bin/dir usr/bin/dircolors usr/bin/dirname usr/bin/du usr/bin/env usr/bin/eu-addr2line usr/bin/eu-ar usr/bin/eu-elfcmp usr/bin/eu-elflint usr/bin/eu-findtextrel usr/bin/eu-make-debug-archive usr/bin/eu-nm usr/bin/eu-objdump usr/bin/eu-ranlib usr/bin/eu-readelf usr/bin/eu-size +usr/bin/eu-stack usr/bin/eu-strings usr/bin/eu-strip usr/bin/eu-unstrip usr/bin/expand usr/bin/expr usr/bin/factor usr/bin/find usr/bin/fmt usr/bin/fold usr/bin/gdbus usr/bin/gencat usr/bin/getconf usr/bin/getent usr/bin/gio-querymodules-32 usr/bin/glib-compile-schemas -usr/bin/gsettings usr/bin/groups usr/bin/head usr/bin/hostid usr/bin/iconv usr/bin/id usr/bin/idn usr/bin/info usr/bin/infocmp usr/bin/infokey usr/bin/infotocap usr/bin/install usr/bin/join usr/bin/ldd usr/bin/lddlibc4 usr/bin/less usr/bin/lessecho usr/bin/lesskey usr/bin/lesspipe.sh usr/bin/locale usr/bin/localedef usr/bin/logname usr/bin/lp usr/bin/lsattr usr/bin/lsb_release +usr/bin/lslogins usr/bin/md5sum usr/bin/mkfifo usr/bin/nl usr/bin/nohup usr/bin/nproc +usr/bin/nsenter usr/bin/od usr/bin/oldfind usr/bin/paste usr/bin/pathchk usr/bin/pcregrep usr/bin/pcretest usr/bin/pinky usr/bin/pr usr/bin/printenv usr/bin/printf usr/bin/ptx usr/bin/readlink usr/bin/reset usr/bin/rpcgen usr/bin/runcon usr/bin/seq usr/bin/sha1sum usr/bin/sha224sum usr/bin/sha256sum usr/bin/sha384sum usr/bin/sha512sum usr/bin/shred usr/bin/shuf usr/bin/split usr/bin/sprof usr/bin/stat usr/bin/stdbuf usr/bin/sum usr/bin/tabs usr/bin/tac usr/bin/tail usr/bin/tee usr/bin/test usr/bin/tic usr/bin/timeout usr/bin/toe usr/bin/tput usr/bin/tr usr/bin/truncate usr/bin/tset usr/bin/tsort usr/bin/tty usr/bin/tzselect usr/bin/unexpand usr/bin/update-gio-modules usr/bin/uniq usr/bin/users usr/bin/vdir usr/bin/wc usr/bin/which usr/bin/who usr/bin/whoami usr/bin/xargs usr/bin/yes usr/bin/cal usr/bin/chfn usr/bin/chrt usr/bin/chsh usr/bin/col usr/bin/colcrt usr/bin/colrm usr/bin/column usr/bin/cytune usr/bin/ddate usr/bin/fallocate usr/bin/flock usr/bin/floppy usr/bin/getopt usr/bin/hexdump usr/bin/i386 usr/bin/ionice usr/bin/ipcmk usr/bin/ipcrm usr/bin/ipcs usr/bin/isosize usr/bin/kill usr/bin/linux32 usr/bin/linux64 usr/bin/logger usr/bin/look usr/bin/lscpu usr/bin/mcookie usr/bin/namei usr/bin/rename usr/bin/renice usr/bin/rev usr/bin/script usr/bin/scriptreplay usr/bin/setarch usr/bin/setsid usr/bin/setterm usr/bin/tailf usr/bin/ul usr/bin/unshare usr/bin/uuidgen usr/bin/whereis usr/bin/write usr/include/db4.3.29/db.h usr/include/db4.3.29/db_185.h usr/include/db4.3.29/db_cxx.h usr/lib/db4.3.29/libdb.so usr/lib/db4.3.29/libdb_cxx.so usr/lib/gconv/ANSI_X3.110.so usr/lib/gconv/ARMSCII-8.so usr/lib/gconv/ASMO_449.so usr/lib/gconv/BIG5.so usr/lib/gconv/BIG5HKSCS.so usr/lib/gconv/BRF.so usr/lib/gconv/CP10007.so usr/lib/gconv/CP1125.so usr/lib/gconv/CP1250.so usr/lib/gconv/CP1251.so usr/lib/gconv/CP1252.so usr/lib/gconv/CP1253.so usr/lib/gconv/CP1254.so usr/lib/gconv/CP1255.so usr/lib/gconv/CP1256.so usr/lib/gconv/CP1257.so usr/lib/gconv/CP1258.so usr/lib/gconv/CP737.so usr/lib/gconv/CP775.so usr/lib/gconv/CP932.so usr/lib/gconv/CSN_369103.so usr/lib/gconv/CWI.so usr/lib/gconv/DEC-MCS.so usr/lib/gconv/EBCDIC-AT-DE-A.so usr/lib/gconv/EBCDIC-AT-DE.so usr/lib/gconv/EBCDIC-CA-FR.so usr/lib/gconv/EBCDIC-DK-NO-A.so usr/lib/gconv/EBCDIC-DK-NO.so usr/lib/gconv/EBCDIC-ES-A.so usr/lib/gconv/EBCDIC-ES-S.so usr/lib/gconv/EBCDIC-ES.so usr/lib/gconv/EBCDIC-FI-SE-A.so usr/lib/gconv/EBCDIC-FI-SE.so usr/lib/gconv/EBCDIC-FR.so usr/lib/gconv/EBCDIC-IS-FRISS.so usr/lib/gconv/EBCDIC-IT.so usr/lib/gconv/EBCDIC-PT.so usr/lib/gconv/EBCDIC-UK.so usr/lib/gconv/EBCDIC-US.so usr/lib/gconv/ECMA-CYRILLIC.so usr/lib/gconv/EUC-CN.so usr/lib/gconv/EUC-JISX0213.so usr/lib/gconv/EUC-JP-MS.so usr/lib/gconv/EUC-JP.so usr/lib/gconv/EUC-KR.so usr/lib/gconv/EUC-TW.so usr/lib/gconv/GB18030.so usr/lib/gconv/GBBIG5.so usr/lib/gconv/GBGBK.so usr/lib/gconv/GBK.so usr/lib/gconv/GEORGIAN-ACADEMY.so usr/lib/gconv/GEORGIAN-PS.so usr/lib/gconv/GOST_19768-74.so usr/lib/gconv/GREEK-CCITT.so usr/lib/gconv/GREEK7-OLD.so usr/lib/gconv/GREEK7.so usr/lib/gconv/HP-GREEK8.so usr/lib/gconv/HP-ROMAN8.so usr/lib/gconv/HP-ROMAN9.so usr/lib/gconv/HP-THAI8.so usr/lib/gconv/HP-TURKISH8.so usr/lib/gconv/IBM037.so usr/lib/gconv/IBM038.so usr/lib/gconv/IBM1004.so usr/lib/gconv/IBM1008.so usr/lib/gconv/IBM1008_420.so usr/lib/gconv/IBM1025.so usr/lib/gconv/IBM1026.so usr/lib/gconv/IBM1046.so usr/lib/gconv/IBM1047.so usr/lib/gconv/IBM1097.so usr/lib/gconv/IBM1112.so usr/lib/gconv/IBM1122.so usr/lib/gconv/IBM1123.so usr/lib/gconv/IBM1124.so usr/lib/gconv/IBM1129.so usr/lib/gconv/IBM1130.so usr/lib/gconv/IBM1132.so usr/lib/gconv/IBM1133.so usr/lib/gconv/IBM1137.so usr/lib/gconv/IBM1140.so usr/lib/gconv/IBM1141.so usr/lib/gconv/IBM1142.so usr/lib/gconv/IBM1143.so usr/lib/gconv/IBM1144.so usr/lib/gconv/IBM1145.so usr/lib/gconv/IBM1146.so usr/lib/gconv/IBM1147.so usr/lib/gconv/IBM1148.so usr/lib/gconv/IBM1149.so usr/lib/gconv/IBM1153.so usr/lib/gconv/IBM1154.so usr/lib/gconv/IBM1155.so usr/lib/gconv/IBM1156.so usr/lib/gconv/IBM1157.so usr/lib/gconv/IBM1158.so usr/lib/gconv/IBM1160.so usr/lib/gconv/IBM1161.so usr/lib/gconv/IBM1162.so usr/lib/gconv/IBM1163.so usr/lib/gconv/IBM1164.so usr/lib/gconv/IBM1166.so usr/lib/gconv/IBM1167.so usr/lib/gconv/IBM12712.so usr/lib/gconv/IBM1364.so usr/lib/gconv/IBM1371.so usr/lib/gconv/IBM1388.so usr/lib/gconv/IBM1390.so usr/lib/gconv/IBM1399.so usr/lib/gconv/IBM16804.so usr/lib/gconv/IBM256.so usr/lib/gconv/IBM273.so usr/lib/gconv/IBM274.so usr/lib/gconv/IBM275.so usr/lib/gconv/IBM277.so usr/lib/gconv/IBM278.so usr/lib/gconv/IBM280.so usr/lib/gconv/IBM281.so usr/lib/gconv/IBM284.so usr/lib/gconv/IBM285.so usr/lib/gconv/IBM290.so usr/lib/gconv/IBM297.so usr/lib/gconv/IBM420.so usr/lib/gconv/IBM423.so usr/lib/gconv/IBM424.so usr/lib/gconv/IBM437.so usr/lib/gconv/IBM4517.so usr/lib/gconv/IBM4899.so usr/lib/gconv/IBM4909.so usr/lib/gconv/IBM4971.so usr/lib/gconv/IBM500.so usr/lib/gconv/IBM5347.so usr/lib/gconv/IBM803.so usr/lib/gconv/IBM850.so usr/lib/gconv/IBM851.so usr/lib/gconv/IBM852.so usr/lib/gconv/IBM855.so usr/lib/gconv/IBM856.so usr/lib/gconv/IBM857.so usr/lib/gconv/IBM860.so usr/lib/gconv/IBM861.so usr/lib/gconv/IBM862.so usr/lib/gconv/IBM863.so usr/lib/gconv/IBM864.so usr/lib/gconv/IBM865.so usr/lib/gconv/IBM866.so usr/lib/gconv/IBM866NAV.so usr/lib/gconv/IBM868.so usr/lib/gconv/IBM869.so usr/lib/gconv/IBM870.so usr/lib/gconv/IBM871.so usr/lib/gconv/IBM874.so usr/lib/gconv/IBM875.so usr/lib/gconv/IBM880.so usr/lib/gconv/IBM891.so usr/lib/gconv/IBM901.so usr/lib/gconv/IBM902.so usr/lib/gconv/IBM903.so usr/lib/gconv/IBM9030.so usr/lib/gconv/IBM904.so usr/lib/gconv/IBM905.so usr/lib/gconv/IBM9066.so usr/lib/gconv/IBM918.so usr/lib/gconv/IBM921.so usr/lib/gconv/IBM922.so usr/lib/gconv/IBM930.so usr/lib/gconv/IBM932.so usr/lib/gconv/IBM933.so usr/lib/gconv/IBM935.so usr/lib/gconv/IBM937.so usr/lib/gconv/IBM939.so usr/lib/gconv/IBM943.so usr/lib/gconv/IBM9448.so usr/lib/gconv/IEC_P27-1.so usr/lib/gconv/INIS-8.so usr/lib/gconv/INIS-CYRILLIC.so usr/lib/gconv/INIS.so usr/lib/gconv/ISIRI-3342.so usr/lib/gconv/ISO-2022-CN-EXT.so usr/lib/gconv/ISO-2022-CN.so usr/lib/gconv/ISO-2022-JP-3.so usr/lib/gconv/ISO-2022-JP.so usr/lib/gconv/ISO-2022-KR.so usr/lib/gconv/ISO-IR-197.so usr/lib/gconv/ISO-IR-209.so usr/lib/gconv/ISO646.so usr/lib/gconv/ISO8859-1.so usr/lib/gconv/ISO8859-10.so usr/lib/gconv/ISO8859-11.so usr/lib/gconv/ISO8859-13.so usr/lib/gconv/ISO8859-14.so usr/lib/gconv/ISO8859-15.so usr/lib/gconv/ISO8859-16.so usr/lib/gconv/ISO8859-2.so usr/lib/gconv/ISO8859-3.so usr/lib/gconv/ISO8859-4.so usr/lib/gconv/ISO8859-5.so usr/lib/gconv/ISO8859-6.so usr/lib/gconv/ISO8859-7.so usr/lib/gconv/ISO8859-8.so usr/lib/gconv/ISO8859-9.so usr/lib/gconv/ISO8859-9E.so usr/lib/gconv/ISO_10367-BOX.so usr/lib/gconv/ISO_11548-1.so usr/lib/gconv/ISO_2033.so usr/lib/gconv/ISO_5427-EXT.so usr/lib/gconv/ISO_5427.so usr/lib/gconv/ISO_5428.so usr/lib/gconv/ISO_6937-2.so usr/lib/gconv/ISO_6937.so usr/lib/gconv/JOHAB.so usr/lib/gconv/KOI-8.so usr/lib/gconv/KOI8-R.so usr/lib/gconv/KOI8-RU.so usr/lib/gconv/KOI8-T.so usr/lib/gconv/KOI8-U.so usr/lib/gconv/LATIN-GREEK-1.so usr/lib/gconv/LATIN-GREEK.so usr/lib/gconv/MAC-CENTRALEUROPE.so usr/lib/gconv/MAC-IS.so usr/lib/gconv/MAC-SAMI.so usr/lib/gconv/MAC-UK.so usr/lib/gconv/MACINTOSH.so usr/lib/gconv/MIK.so usr/lib/gconv/NATS-DANO.so usr/lib/gconv/NATS-SEFI.so usr/lib/gconv/PT154.so usr/lib/gconv/RK1048.so usr/lib/gconv/SAMI-WS2.so usr/lib/gconv/SHIFT_JISX0213.so usr/lib/gconv/SJIS.so usr/lib/gconv/T.61.so usr/lib/gconv/TCVN5712-1.so usr/lib/gconv/TIS-620.so usr/lib/gconv/TSCII.so usr/lib/gconv/UHC.so usr/lib/gconv/UNICODE.so usr/lib/gconv/UTF-16.so usr/lib/gconv/UTF-32.so usr/lib/gconv/UTF-7.so usr/lib/gconv/VISCII.so usr/lib/gconv/gconv-modules usr/lib/gconv/gconv-modules.cache usr/lib/gconv/libCNS.so usr/lib/gconv/libGB.so usr/lib/gconv/libISOIR165.so usr/lib/gconv/libJIS.so usr/lib/gconv/libJISX0213.so usr/lib/gconv/libKSC.so usr/lib/gio/modules/libgiofam.so usr/lib/krb5/plugins/kdb/db2.so usr/lib/libdb-4.7.so usr/lib/libfam.so.0 usr/lib/libfam.so.0.0.0 usr/lib/libform.so.5 usr/lib/libform.so.5.7 usr/lib/libformw.so.5 usr/lib/libformw.so.5.7 usr/lib/libfreetype.so.6 usr/lib/libfreetype.so.6.3.22 usr/lib/libgamin-1.so.0 usr/lib/libgamin-1.so.0.1.10 usr/lib/libgdbm.so.2 usr/lib/libgdbm.so.2.0.0 usr/lib/libhistory.so.6 usr/lib/libhistory.so.6.0 usr/lib/libkadm5clnt_mit.so.8 usr/lib/libkadm5clnt_mit.so.8.0 usr/lib/libkadm5srv_mit.so.8 usr/lib/libkadm5srv_mit.so.8.0 usr/lib/libkdb5.so.6 usr/lib/libkdb5.so.6.0 usr/lib/libmemusage.so usr/lib/libmenu.so.5 usr/lib/libmenu.so.5.7 usr/lib/libmenuw.so.5 usr/lib/libmenuw.so.5.7 usr/lib/libpanel.so.5 usr/lib/libpanel.so.5.7 usr/lib/libpanelw.so.5 usr/lib/libpanelw.so.5.7 usr/lib/libpcprofile.so usr/lib/libpcrecpp.so.0 usr/lib/libpcrecpp.so.0.0.0 usr/lib/libpcreposix.so.0 usr/lib/libpcreposix.so.0.0.0 usr/lib/libslang.so.2 usr/lib/libslang.so.2.2.1 usr/lib/libstdc++-3-libc6.2-2-2.10.0.so usr/lib/libstdc++-libc6.2-2.so.3 usr/lib/libstdc++.so.5 usr/lib/libstdc++.so.5.0.7 usr/lib/libstdc++.so.6 usr/lib/libstdc++.so.6.0.13 usr/lib/libtic.so.5 usr/lib/libtic.so.5.7 usr/lib/libverto-k5ev.so usr/lib/libverto-k5ev.so.0 usr/lib/libverto-k5ev.so.0.0 usr/lib/libverto.so usr/lib/libverto.so.0 usr/lib/libverto.so.0.0 usr/lib/locale/locale-archive usr/lib/lsb/install_initd usr/lib/lsb/remove_initd usr/libexec/gam_server usr/libexec/getconf/POSIX_V6_ILP32_OFF32 usr/libexec/getconf/POSIX_V6_ILP32_OFFBIG usr/libexec/getconf/POSIX_V7_ILP32_OFF32 usr/libexec/getconf/POSIX_V7_ILP32_OFFBIG usr/libexec/pt_chown usr/sbin/build-locale-archive usr/sbin/capsh usr/sbin/chroot usr/sbin/e2freefrag usr/sbin/filefrag usr/sbin/getcap usr/sbin/getpcaps usr/sbin/glibc_post_upgrade.i686 usr/sbin/iconvconfig usr/sbin/iconvconfig.i686 usr/sbin/mklost+found usr/sbin/redhat_lsb_trigger.i686 usr/sbin/setcap usr/sbin/tzdata-update usr/sbin/zdump usr/sbin/zic usr/sbin/fdformat usr/sbin/hwclock usr/sbin/ldattach usr/sbin/readprofile usr/sbin/rtcwake usr/sbin/tunelp usr/share/doc/bash-4.1.2/COPYING usr/share/doc/bzip2-1.0.5/CHANGES usr/share/doc/bzip2-1.0.5/LICENSE usr/share/doc/bzip2-1.0.5/README usr/share/doc/centos-release-6/EULA usr/share/doc/centos-release-6/GPL usr/share/doc/compat-db43-4.3.29/db-4.3.29/LICENSE usr/share/doc/compat-db43-4.3.29/db-4.3.29/README usr/share/doc/coreutils-8.4/ABOUT-NLS usr/share/doc/coreutils-8.4/COPYING usr/share/doc/coreutils-8.4/ChangeLog.bz2 usr/share/doc/coreutils-8.4/NEWS usr/share/doc/coreutils-8.4/README usr/share/doc/coreutils-8.4/THANKS usr/share/doc/coreutils-8.4/TODO usr/share/doc/coreutils-8.4/fileutils/ChangeLog-1997.bz2 usr/share/doc/coreutils-8.4/fileutils/ChangeLog.bz2 usr/share/doc/coreutils-8.4/fileutils/NEWS usr/share/doc/coreutils-8.4/sh-utils/ChangeLog.0.bz2 usr/share/doc/coreutils-8.4/sh-utils/ChangeLog.bz2 usr/share/doc/coreutils-8.4/sh-utils/NEWS usr/share/doc/coreutils-8.4/textutils/ChangeLog.bz2 usr/share/doc/coreutils-8.4/textutils/NEWS usr/share/doc/db4-4.7.25/LICENSE usr/share/doc/db4-4.7.25/README usr/share/doc/e2fsprogs-1.41.12/COPYING usr/share/doc/e2fsprogs-1.41.12/README usr/share/doc/e2fsprogs-1.41.12/RELEASE-NOTES usr/share/doc/e2fsprogs-libs-1.41.12/COPYING -usr/share/doc/elfutils-0.152/COPYING -usr/share/doc/elfutils-0.152/README -usr/share/doc/elfutils-0.152/TODO +usr/share/doc/elfutils-0.158/CONTRIBUTING +usr/share/doc/elfutils-0.158/COPYING +usr/share/doc/elfutils-0.158/COPYING-GPLV2 +usr/share/doc/elfutils-0.158/COPYING-LGPLV3 +usr/share/doc/elfutils-0.158/README +usr/share/doc/elfutils-0.158/TODO usr/share/doc/findutils-4.4.2/AUTHORS usr/share/doc/findutils-4.4.2/COPYING usr/share/doc/findutils-4.4.2/NEWS usr/share/doc/findutils-4.4.2/README usr/share/doc/findutils-4.4.2/THANKS usr/share/doc/findutils-4.4.2/TODO usr/share/doc/freetype-2.3.11/CHANGES usr/share/doc/freetype-2.3.11/FTL.TXT usr/share/doc/freetype-2.3.11/GPL.TXT usr/share/doc/freetype-2.3.11/LICENSE.TXT usr/share/doc/freetype-2.3.11/README usr/share/doc/freetype-2.3.11/VERSION.DLL usr/share/doc/freetype-2.3.11/formats.txt usr/share/doc/freetype-2.3.11/ft2faq.html usr/share/doc/gamin-0.1.10/AUTHORS usr/share/doc/gamin-0.1.10/COPYING usr/share/doc/gamin-0.1.10/ChangeLog usr/share/doc/gamin-0.1.10/Copyright usr/share/doc/gamin-0.1.10/FAQ.html usr/share/doc/gamin-0.1.10/NEWS usr/share/doc/gamin-0.1.10/README usr/share/doc/gamin-0.1.10/TODO usr/share/doc/gamin-0.1.10/callbacks.gif usr/share/doc/gamin-0.1.10/client_server.gif usr/share/doc/gamin-0.1.10/config.html usr/share/doc/gamin-0.1.10/contacts.html usr/share/doc/gamin-0.1.10/debug.html usr/share/doc/gamin-0.1.10/debugging.txt usr/share/doc/gamin-0.1.10/devel.html usr/share/doc/gamin-0.1.10/differences.html usr/share/doc/gamin-0.1.10/downloads.html usr/share/doc/gamin-0.1.10/gamin.html usr/share/doc/gamin-0.1.10/index.html usr/share/doc/gamin-0.1.10/internals.html usr/share/doc/gamin-0.1.10/news.html usr/share/doc/gamin-0.1.10/overview.html usr/share/doc/gamin-0.1.10/python.html usr/share/doc/gamin-0.1.10/security.html usr/share/doc/gamin-0.1.10/server_structs.gif usr/share/doc/gamin-0.1.10/socket.txt usr/share/doc/gamin-0.1.10/using.html usr/share/doc/gdbm-1.8.0/COPYING usr/share/doc/gdbm-1.8.0/NEWS usr/share/doc/gdbm-1.8.0/README -usr/share/doc/glib2-2.26.1/AUTHORS -usr/share/doc/glib2-2.26.1/COPYING -usr/share/doc/glib2-2.26.1/NEWS -usr/share/doc/glib2-2.26.1/README +usr/share/doc/glib2-2.28.8/AUTHORS +usr/share/doc/glib2-2.28.8/COPYING +usr/share/doc/glib2-2.28.8/NEWS +usr/share/doc/glib2-2.28.8/README usr/share/doc/glibc-2.12/BUGS usr/share/doc/glibc-2.12/CONFORMANCE usr/share/doc/glibc-2.12/COPYING usr/share/doc/glibc-2.12/COPYING.LIB usr/share/doc/glibc-2.12/FAQ usr/share/doc/glibc-2.12/INSTALL usr/share/doc/glibc-2.12/LICENSES usr/share/doc/glibc-2.12/NEWS usr/share/doc/glibc-2.12/NOTES usr/share/doc/glibc-2.12/PROJECTS usr/share/doc/glibc-2.12/README usr/share/doc/glibc-2.12/README.hesiod usr/share/doc/glibc-2.12/README.libm usr/share/doc/glibc-common-2.12/ChangeLog.15.bz2 usr/share/doc/glibc-common-2.12/ChangeLog.16.bz2 usr/share/doc/glibc-common-2.12/ChangeLog.bz2 usr/share/doc/glibc-common-2.12/README.timezone usr/share/doc/glibc-common-2.12/README.ufc-crypt usr/share/doc/glibc-common-2.12/gai.conf usr/share/doc/grep-2.6.3/ABOUT-NLS usr/share/doc/grep-2.6.3/AUTHORS usr/share/doc/grep-2.6.3/COPYING usr/share/doc/grep-2.6.3/ChangeLog usr/share/doc/grep-2.6.3/NEWS usr/share/doc/grep-2.6.3/README usr/share/doc/grep-2.6.3/THANKS usr/share/doc/grep-2.6.3/TODO usr/share/doc/info-4.13a/COPYING usr/share/doc/keyutils-1.4/LICENCE.GPL usr/share/doc/keyutils-1.4/README usr/share/doc/keyutils-libs-1.4/LICENCE.LGPL usr/share/doc/krb5-libs-1.10.3/LICENSE usr/share/doc/krb5-libs-1.10.3/NOTICE usr/share/doc/krb5-libs-1.10.3/README usr/share/doc/libcap-2.16/License usr/share/doc/libcap-2.16/capability.notes usr/share/doc/libcom_err-1.41.12/COPYING usr/share/doc/libgcc-4.4.7/COPYING.LIB usr/share/doc/libidn-1.18/AUTHORS usr/share/doc/libidn-1.18/COPYING usr/share/doc/libidn-1.18/COPYING.LIB usr/share/doc/libidn-1.18/FAQ usr/share/doc/libidn-1.18/NEWS usr/share/doc/libidn-1.18/README usr/share/doc/libidn-1.18/THANKS usr/share/doc/less-436/LICENSE usr/share/doc/ncurses-5.7/ANNOUNCE usr/share/doc/ncurses-5.7/AUTHORS usr/share/doc/ncurses-5.7/NEWS.bz2 usr/share/doc/ncurses-5.7/README usr/share/doc/ncurses-5.7/TO-DO usr/share/doc/pcre-7.8/AUTHORS usr/share/doc/pcre-7.8/COPYING usr/share/doc/pcre-7.8/ChangeLog usr/share/doc/pcre-7.8/LICENCE usr/share/doc/pcre-7.8/NEWS usr/share/doc/pcre-7.8/README usr/share/doc/popt-1.13/CHANGES usr/share/doc/popt-1.13/COPYING usr/share/doc/readline-6.0/CHANGES usr/share/doc/readline-6.0/COPYING usr/share/doc/readline-6.0/NEWS usr/share/doc/readline-6.0/README usr/share/doc/readline-6.0/USAGE usr/share/doc/redhat-release usr/share/doc/sed-4.2.1/AUTHORS usr/share/doc/sed-4.2.1/BUGS usr/share/doc/sed-4.2.1/COPYING usr/share/doc/sed-4.2.1/COPYING.DOC usr/share/doc/sed-4.2.1/NEWS usr/share/doc/sed-4.2.1/README usr/share/doc/sed-4.2.1/THANKS usr/share/doc/sed-4.2.1/sedfaq.txt.gz usr/share/doc/setserial-2.17/README usr/share/doc/setserial-2.17/rc.serial usr/share/doc/setup-2.8.14/COPYING usr/share/doc/setup-2.8.14/uidgid usr/share/doc/slang-2.2.1/COPYING usr/share/doc/slang-2.2.1/NEWS usr/share/doc/slang-2.2.1/README usr/share/doc/slang-2.2.1/changes.txt usr/share/doc/slang-2.2.1/grammar.txt usr/share/doc/slang-2.2.1/slang.txt usr/share/doc/slang-2.2.1/slangfun.txt usr/share/doc/util-linux-ng-2.17.2/AUTHORS usr/share/doc/util-linux-ng-2.17.2/COPYING.GPL usr/share/doc/util-linux-ng-2.17.2/COPYING.UCB usr/share/doc/util-linux-ng-2.17.2/NEWS usr/share/doc/util-linux-ng-2.17.2/README usr/share/doc/util-linux-ng-2.17.2/README.cal usr/share/doc/util-linux-ng-2.17.2/README.cfdisk usr/share/doc/util-linux-ng-2.17.2/README.clear usr/share/doc/util-linux-ng-2.17.2/README.col usr/share/doc/util-linux-ng-2.17.2/README.ddate usr/share/doc/util-linux-ng-2.17.2/README.devel usr/share/doc/util-linux-ng-2.17.2/README.fdisk usr/share/doc/util-linux-ng-2.17.2/README.floppy usr/share/doc/util-linux-ng-2.17.2/README.flushb usr/share/doc/util-linux-ng-2.17.2/README.getty usr/share/doc/util-linux-ng-2.17.2/README.hwclock usr/share/doc/util-linux-ng-2.17.2/README.licensing usr/share/doc/util-linux-ng-2.17.2/README.modems-with-agetty usr/share/doc/util-linux-ng-2.17.2/README.mount usr/share/doc/util-linux-ng-2.17.2/README.namei usr/share/doc/util-linux-ng-2.17.2/README.namei2 usr/share/doc/util-linux-ng-2.17.2/README.poeigl usr/share/doc/util-linux-ng-2.17.2/getopt-parse.bash usr/share/doc/util-linux-ng-2.17.2/getopt-parse.tcsh usr/share/doc/util-linux-ng-2.17.2/getopt-test.bash usr/share/doc/util-linux-ng-2.17.2/getopt-test.tcsh usr/share/doc/util-linux-ng-2.17.2/sfdisk.examples usr/share/doc/which-2.19/AUTHORS usr/share/doc/which-2.19/COPYING usr/share/doc/which-2.19/EXAMPLES usr/share/doc/which-2.19/NEWS usr/share/doc/which-2.19/README usr/share/doc/zlib-1.2.3/ChangeLog usr/share/doc/zlib-1.2.3/FAQ usr/share/doc/zlib-1.2.3/README usr/share/emacs/site-lisp/idna.el usr/share/emacs/site-lisp/punycode.el usr/share/i18n/charmaps/ANSI_X3.110-1983.gz usr/share/i18n/charmaps/ANSI_X3.4-1968.gz usr/share/i18n/charmaps/ARMSCII-8.gz usr/share/i18n/charmaps/ASMO_449.gz usr/share/i18n/charmaps/BIG5-HKSCS.gz usr/share/i18n/charmaps/BIG5.gz usr/share/i18n/charmaps/BRF.gz usr/share/i18n/charmaps/BS_4730.gz usr/share/i18n/charmaps/BS_VIEWDATA.gz usr/share/i18n/charmaps/CP10007.gz usr/share/i18n/charmaps/CP1125.gz usr/share/i18n/charmaps/CP1250.gz usr/share/i18n/charmaps/CP1251.gz usr/share/i18n/charmaps/CP1252.gz usr/share/i18n/charmaps/CP1253.gz usr/share/i18n/charmaps/CP1254.gz usr/share/i18n/charmaps/CP1255.gz usr/share/i18n/charmaps/CP1256.gz usr/share/i18n/charmaps/CP1257.gz usr/share/i18n/charmaps/CP1258.gz usr/share/i18n/charmaps/CP737.gz usr/share/i18n/charmaps/CP775.gz usr/share/i18n/charmaps/CP949.gz usr/share/i18n/charmaps/CSA_Z243.4-1985-1.gz usr/share/i18n/charmaps/CSA_Z243.4-1985-2.gz usr/share/i18n/charmaps/CSA_Z243.4-1985-GR.gz usr/share/i18n/charmaps/CSN_369103.gz usr/share/i18n/charmaps/CWI.gz usr/share/i18n/charmaps/DEC-MCS.gz usr/share/i18n/charmaps/DIN_66003.gz usr/share/i18n/charmaps/DS_2089.gz usr/share/i18n/charmaps/EBCDIC-AT-DE-A.gz usr/share/i18n/charmaps/EBCDIC-AT-DE.gz usr/share/i18n/charmaps/EBCDIC-CA-FR.gz usr/share/i18n/charmaps/EBCDIC-DK-NO-A.gz usr/share/i18n/charmaps/EBCDIC-DK-NO.gz usr/share/i18n/charmaps/EBCDIC-ES-A.gz usr/share/i18n/charmaps/EBCDIC-ES-S.gz usr/share/i18n/charmaps/EBCDIC-ES.gz usr/share/i18n/charmaps/EBCDIC-FI-SE-A.gz usr/share/i18n/charmaps/EBCDIC-FI-SE.gz usr/share/i18n/charmaps/EBCDIC-FR.gz usr/share/i18n/charmaps/EBCDIC-IS-FRISS.gz usr/share/i18n/charmaps/EBCDIC-IT.gz usr/share/i18n/charmaps/EBCDIC-PT.gz usr/share/i18n/charmaps/EBCDIC-UK.gz usr/share/i18n/charmaps/EBCDIC-US.gz usr/share/i18n/charmaps/ECMA-CYRILLIC.gz usr/share/i18n/charmaps/ES.gz usr/share/i18n/charmaps/ES2.gz usr/share/i18n/charmaps/EUC-JISX0213.gz usr/share/i18n/charmaps/EUC-JP-MS.gz usr/share/i18n/charmaps/EUC-JP.gz usr/share/i18n/charmaps/EUC-KR.gz usr/share/i18n/charmaps/EUC-TW.gz usr/share/i18n/charmaps/GB18030.gz usr/share/i18n/charmaps/GB2312.gz usr/share/i18n/charmaps/GBK.gz usr/share/i18n/charmaps/GB_1988-80.gz usr/share/i18n/charmaps/GEORGIAN-ACADEMY.gz usr/share/i18n/charmaps/GEORGIAN-PS.gz usr/share/i18n/charmaps/GOST_19768-74.gz usr/share/i18n/charmaps/GREEK-CCITT.gz usr/share/i18n/charmaps/GREEK7-OLD.gz usr/share/i18n/charmaps/GREEK7.gz usr/share/i18n/charmaps/HP-GREEK8.gz usr/share/i18n/charmaps/HP-ROMAN8.gz usr/share/i18n/charmaps/HP-ROMAN9.gz usr/share/i18n/charmaps/HP-THAI8.gz usr/share/i18n/charmaps/HP-TURKISH8.gz usr/share/i18n/charmaps/IBM037.gz usr/share/i18n/charmaps/IBM038.gz usr/share/i18n/charmaps/IBM1004.gz usr/share/i18n/charmaps/IBM1026.gz usr/share/i18n/charmaps/IBM1047.gz usr/share/i18n/charmaps/IBM1124.gz usr/share/i18n/charmaps/IBM1129.gz usr/share/i18n/charmaps/IBM1132.gz usr/share/i18n/charmaps/IBM1133.gz usr/share/i18n/charmaps/IBM1160.gz usr/share/i18n/charmaps/IBM1161.gz usr/share/i18n/charmaps/IBM1162.gz usr/share/i18n/charmaps/IBM1163.gz usr/share/i18n/charmaps/IBM1164.gz usr/share/i18n/charmaps/IBM256.gz usr/share/i18n/charmaps/IBM273.gz usr/share/i18n/charmaps/IBM274.gz usr/share/i18n/charmaps/IBM275.gz usr/share/i18n/charmaps/IBM277.gz usr/share/i18n/charmaps/IBM278.gz usr/share/i18n/charmaps/IBM280.gz usr/share/i18n/charmaps/IBM281.gz usr/share/i18n/charmaps/IBM284.gz usr/share/i18n/charmaps/IBM285.gz usr/share/i18n/charmaps/IBM290.gz usr/share/i18n/charmaps/IBM297.gz usr/share/i18n/charmaps/IBM420.gz usr/share/i18n/charmaps/IBM423.gz usr/share/i18n/charmaps/IBM424.gz usr/share/i18n/charmaps/IBM437.gz usr/share/i18n/charmaps/IBM500.gz usr/share/i18n/charmaps/IBM850.gz usr/share/i18n/charmaps/IBM851.gz usr/share/i18n/charmaps/IBM852.gz usr/share/i18n/charmaps/IBM855.gz usr/share/i18n/charmaps/IBM856.gz usr/share/i18n/charmaps/IBM857.gz usr/share/i18n/charmaps/IBM860.gz usr/share/i18n/charmaps/IBM861.gz usr/share/i18n/charmaps/IBM862.gz usr/share/i18n/charmaps/IBM863.gz usr/share/i18n/charmaps/IBM864.gz usr/share/i18n/charmaps/IBM865.gz usr/share/i18n/charmaps/IBM866.gz usr/share/i18n/charmaps/IBM866NAV.gz usr/share/i18n/charmaps/IBM868.gz usr/share/i18n/charmaps/IBM869.gz usr/share/i18n/charmaps/IBM870.gz usr/share/i18n/charmaps/IBM871.gz usr/share/i18n/charmaps/IBM874.gz usr/share/i18n/charmaps/IBM875.gz usr/share/i18n/charmaps/IBM880.gz usr/share/i18n/charmaps/IBM891.gz usr/share/i18n/charmaps/IBM903.gz usr/share/i18n/charmaps/IBM904.gz usr/share/i18n/charmaps/IBM905.gz usr/share/i18n/charmaps/IBM918.gz usr/share/i18n/charmaps/IBM922.gz usr/share/i18n/charmaps/IEC_P27-1.gz usr/share/i18n/charmaps/INIS-8.gz usr/share/i18n/charmaps/INIS-CYRILLIC.gz usr/share/i18n/charmaps/INIS.gz usr/share/i18n/charmaps/INVARIANT.gz usr/share/i18n/charmaps/ISIRI-3342.gz usr/share/i18n/charmaps/ISO-8859-1.gz usr/share/i18n/charmaps/ISO-8859-10.gz usr/share/i18n/charmaps/ISO-8859-11.gz usr/share/i18n/charmaps/ISO-8859-13.gz usr/share/i18n/charmaps/ISO-8859-14.gz usr/share/i18n/charmaps/ISO-8859-15.gz usr/share/i18n/charmaps/ISO-8859-16.gz usr/share/i18n/charmaps/ISO-8859-2.gz usr/share/i18n/charmaps/ISO-8859-3.gz usr/share/i18n/charmaps/ISO-8859-4.gz usr/share/i18n/charmaps/ISO-8859-5.gz usr/share/i18n/charmaps/ISO-8859-6.gz usr/share/i18n/charmaps/ISO-8859-7.gz usr/share/i18n/charmaps/ISO-8859-8.gz usr/share/i18n/charmaps/ISO-8859-9.gz usr/share/i18n/charmaps/ISO-8859-9E.gz usr/share/i18n/charmaps/ISO-IR-197.gz usr/share/i18n/charmaps/ISO-IR-209.gz usr/share/i18n/charmaps/ISO-IR-90.gz usr/share/i18n/charmaps/ISO_10367-BOX.gz usr/share/i18n/charmaps/ISO_10646.gz usr/share/i18n/charmaps/ISO_11548-1.gz usr/share/i18n/charmaps/ISO_2033-1983.gz usr/share/i18n/charmaps/ISO_5427-EXT.gz usr/share/i18n/charmaps/ISO_5427.gz usr/share/i18n/charmaps/ISO_5428.gz usr/share/i18n/charmaps/ISO_646.BASIC.gz usr/share/i18n/charmaps/ISO_646.IRV.gz usr/share/i18n/charmaps/ISO_6937-2-25.gz usr/share/i18n/charmaps/ISO_6937-2-ADD.gz usr/share/i18n/charmaps/ISO_6937.gz usr/share/i18n/charmaps/ISO_8859-1,GL.gz usr/share/i18n/charmaps/ISO_8859-SUPP.gz usr/share/i18n/charmaps/IT.gz usr/share/i18n/charmaps/JIS_C6220-1969-JP.gz usr/share/i18n/charmaps/JIS_C6220-1969-RO.gz usr/share/i18n/charmaps/JIS_C6229-1984-A.gz usr/share/i18n/charmaps/JIS_C6229-1984-B-ADD.gz usr/share/i18n/charmaps/JIS_C6229-1984-B.gz usr/share/i18n/charmaps/JIS_C6229-1984-HAND-ADD.gz usr/share/i18n/charmaps/JIS_C6229-1984-HAND.gz usr/share/i18n/charmaps/JIS_C6229-1984-KANA.gz usr/share/i18n/charmaps/JIS_X0201.gz usr/share/i18n/charmaps/JOHAB.gz usr/share/i18n/charmaps/JUS_I.B1.002.gz usr/share/i18n/charmaps/JUS_I.B1.003-MAC.gz usr/share/i18n/charmaps/JUS_I.B1.003-SERB.gz usr/share/i18n/charmaps/KOI-8.gz usr/share/i18n/charmaps/KOI8-R.gz usr/share/i18n/charmaps/KOI8-RU.gz usr/share/i18n/charmaps/KOI8-T.gz usr/share/i18n/charmaps/KOI8-U.gz usr/share/i18n/charmaps/KSC5636.gz usr/share/i18n/charmaps/LATIN-GREEK-1.gz usr/share/i18n/charmaps/LATIN-GREEK.gz usr/share/i18n/charmaps/MAC-CENTRALEUROPE.gz usr/share/i18n/charmaps/MAC-CYRILLIC.gz usr/share/i18n/charmaps/MAC-IS.gz usr/share/i18n/charmaps/MAC-SAMI.gz usr/share/i18n/charmaps/MAC-UK.gz usr/share/i18n/charmaps/MACINTOSH.gz usr/share/i18n/charmaps/MIK.gz usr/share/i18n/charmaps/MSZ_7795.3.gz usr/share/i18n/charmaps/NATS-DANO-ADD.gz usr/share/i18n/charmaps/NATS-DANO.gz usr/share/i18n/charmaps/NATS-SEFI-ADD.gz usr/share/i18n/charmaps/NATS-SEFI.gz usr/share/i18n/charmaps/NC_NC00-10.gz usr/share/i18n/charmaps/NEXTSTEP.gz usr/share/i18n/charmaps/NF_Z_62-010.gz usr/share/i18n/charmaps/NF_Z_62-010_1973.gz usr/share/i18n/charmaps/NS_4551-1.gz usr/share/i18n/charmaps/NS_4551-2.gz usr/share/i18n/charmaps/PT.gz usr/share/i18n/charmaps/PT154.gz usr/share/i18n/charmaps/PT2.gz usr/share/i18n/charmaps/RK1048.gz usr/share/i18n/charmaps/SAMI-WS2.gz usr/share/i18n/charmaps/SAMI.gz usr/share/i18n/charmaps/SEN_850200_B.gz usr/share/i18n/charmaps/SEN_850200_C.gz usr/share/i18n/charmaps/SHIFT_JIS.gz usr/share/i18n/charmaps/SHIFT_JISX0213.gz usr/share/i18n/charmaps/T.101-G2.gz usr/share/i18n/charmaps/T.61-7BIT.gz usr/share/i18n/charmaps/T.61-8BIT.gz usr/share/i18n/charmaps/TCVN5712-1.gz usr/share/i18n/charmaps/TIS-620.gz usr/share/i18n/charmaps/TSCII.gz usr/share/i18n/charmaps/UTF-8.gz usr/share/i18n/charmaps/VIDEOTEX-SUPPL.gz usr/share/i18n/charmaps/VISCII.gz usr/share/i18n/charmaps/WINDOWS-31J.gz usr/share/i18n/locales/POSIX usr/share/i18n/locales/aa_DJ usr/share/i18n/locales/aa_ER usr/share/i18n/locales/aa_ER@saaho usr/share/i18n/locales/aa_ET usr/share/i18n/locales/af_ZA usr/share/i18n/locales/am_ET usr/share/i18n/locales/an_ES usr/share/i18n/locales/ar_AE usr/share/i18n/locales/ar_BH usr/share/i18n/locales/ar_DZ usr/share/i18n/locales/ar_EG usr/share/i18n/locales/ar_IN usr/share/i18n/locales/ar_IQ usr/share/i18n/locales/ar_JO usr/share/i18n/locales/ar_KW usr/share/i18n/locales/ar_LB usr/share/i18n/locales/ar_LY usr/share/i18n/locales/ar_MA usr/share/i18n/locales/ar_OM usr/share/i18n/locales/ar_QA usr/share/i18n/locales/ar_SA usr/share/i18n/locales/ar_SD usr/share/i18n/locales/ar_SY usr/share/i18n/locales/ar_TN usr/share/i18n/locales/ar_YE usr/share/i18n/locales/as_IN usr/share/i18n/locales/ast_ES usr/share/i18n/locales/az_AZ usr/share/i18n/locales/be_BY usr/share/i18n/locales/be_BY@latin usr/share/i18n/locales/ber_DZ usr/share/i18n/locales/ber_MA usr/share/i18n/locales/bg_BG usr/share/i18n/locales/bn_BD usr/share/i18n/locales/bn_IN usr/share/i18n/locales/bo_CN usr/share/i18n/locales/bo_IN usr/share/i18n/locales/br_FR usr/share/i18n/locales/br_FR@euro usr/share/i18n/locales/bs_BA usr/share/i18n/locales/byn_ER usr/share/i18n/locales/ca_AD usr/share/i18n/locales/ca_ES usr/share/i18n/locales/ca_ES@euro usr/share/i18n/locales/ca_FR usr/share/i18n/locales/ca_IT usr/share/i18n/locales/crh_UA usr/share/i18n/locales/cs_CZ usr/share/i18n/locales/csb_PL usr/share/i18n/locales/cv_RU usr/share/i18n/locales/cy_GB usr/share/i18n/locales/da_DK usr/share/i18n/locales/de_AT usr/share/i18n/locales/de_AT@euro usr/share/i18n/locales/de_BE usr/share/i18n/locales/de_BE@euro usr/share/i18n/locales/de_CH usr/share/i18n/locales/de_DE usr/share/i18n/locales/de_DE@euro usr/share/i18n/locales/de_LU usr/share/i18n/locales/de_LU@euro usr/share/i18n/locales/dv_MV usr/share/i18n/locales/dz_BT usr/share/i18n/locales/el_CY usr/share/i18n/locales/el_GR usr/share/i18n/locales/el_GR@euro usr/share/i18n/locales/en_AG usr/share/i18n/locales/en_AU usr/share/i18n/locales/en_BW usr/share/i18n/locales/en_CA usr/share/i18n/locales/en_DK usr/share/i18n/locales/en_GB usr/share/i18n/locales/en_HK usr/share/i18n/locales/en_IE usr/share/i18n/locales/en_IE@euro usr/share/i18n/locales/en_IN usr/share/i18n/locales/en_NG usr/share/i18n/locales/en_NZ usr/share/i18n/locales/en_PH usr/share/i18n/locales/en_SG usr/share/i18n/locales/en_US usr/share/i18n/locales/en_ZA usr/share/i18n/locales/en_ZW usr/share/i18n/locales/es_AR usr/share/i18n/locales/es_BO usr/share/i18n/locales/es_CL usr/share/i18n/locales/es_CO usr/share/i18n/locales/es_CR usr/share/i18n/locales/es_DO usr/share/i18n/locales/es_EC usr/share/i18n/locales/es_ES usr/share/i18n/locales/es_ES@euro usr/share/i18n/locales/es_GT usr/share/i18n/locales/es_HN usr/share/i18n/locales/es_MX usr/share/i18n/locales/es_NI usr/share/i18n/locales/es_PA usr/share/i18n/locales/es_PE usr/share/i18n/locales/es_PR usr/share/i18n/locales/es_PY usr/share/i18n/locales/es_SV usr/share/i18n/locales/es_US usr/share/i18n/locales/es_UY usr/share/i18n/locales/es_VE usr/share/i18n/locales/et_EE usr/share/i18n/locales/eu_ES usr/share/i18n/locales/eu_ES@euro usr/share/i18n/locales/fa_IR usr/share/i18n/locales/fi_FI usr/share/i18n/locales/fi_FI@euro usr/share/i18n/locales/fil_PH usr/share/i18n/locales/fo_FO usr/share/i18n/locales/fr_BE usr/share/i18n/locales/fr_BE@euro usr/share/i18n/locales/fr_CA usr/share/i18n/locales/fr_CH usr/share/i18n/locales/fr_FR usr/share/i18n/locales/fr_FR@euro usr/share/i18n/locales/fr_LU usr/share/i18n/locales/fr_LU@euro usr/share/i18n/locales/fur_IT usr/share/i18n/locales/fy_DE usr/share/i18n/locales/fy_NL usr/share/i18n/locales/ga_IE usr/share/i18n/locales/ga_IE@euro usr/share/i18n/locales/gd_GB usr/share/i18n/locales/gez_ER usr/share/i18n/locales/gez_ER@abegede usr/share/i18n/locales/gez_ET usr/share/i18n/locales/gez_ET@abegede usr/share/i18n/locales/gl_ES usr/share/i18n/locales/gl_ES@euro usr/share/i18n/locales/gu_IN usr/share/i18n/locales/gv_GB usr/share/i18n/locales/ha_NG usr/share/i18n/locales/he_IL usr/share/i18n/locales/hi_IN usr/share/i18n/locales/hne_IN usr/share/i18n/locales/hr_HR usr/share/i18n/locales/hsb_DE usr/share/i18n/locales/ht_HT usr/share/i18n/locales/hu_HU usr/share/i18n/locales/hy_AM usr/share/i18n/locales/i18n usr/share/i18n/locales/id_ID usr/share/i18n/locales/ig_NG usr/share/i18n/locales/ik_CA usr/share/i18n/locales/is_IS usr/share/i18n/locales/iso14651_t1 usr/share/i18n/locales/iso14651_t1_common usr/share/i18n/locales/iso14651_t1_pinyin usr/share/i18n/locales/it_CH usr/share/i18n/locales/it_IT usr/share/i18n/locales/it_IT@euro usr/share/i18n/locales/iu_CA usr/share/i18n/locales/iw_IL usr/share/i18n/locales/ja_JP usr/share/i18n/locales/ka_GE usr/share/i18n/locales/kk_KZ usr/share/i18n/locales/kl_GL usr/share/i18n/locales/km_KH usr/share/i18n/locales/kn_IN usr/share/i18n/locales/ko_KR usr/share/i18n/locales/kok_IN usr/share/i18n/locales/ks_IN usr/share/i18n/locales/ks_IN@devanagari usr/share/i18n/locales/ku_TR usr/share/i18n/locales/kw_GB usr/share/i18n/locales/ky_KG usr/share/i18n/locales/lg_UG usr/share/i18n/locales/li_BE usr/share/i18n/locales/li_NL usr/share/i18n/locales/lo_LA usr/share/i18n/locales/lt_LT usr/share/i18n/locales/lv_LV usr/share/i18n/locales/mai_IN usr/share/i18n/locales/mg_MG usr/share/i18n/locales/mi_NZ usr/share/i18n/locales/mk_MK usr/share/i18n/locales/ml_IN usr/share/i18n/locales/mn_MN usr/share/i18n/locales/mr_IN usr/share/i18n/locales/ms_MY usr/share/i18n/locales/mt_MT usr/share/i18n/locales/my_MM usr/share/i18n/locales/nan_TW@latin usr/share/i18n/locales/nb_NO usr/share/i18n/locales/nds_DE usr/share/i18n/locales/nds_NL usr/share/i18n/locales/ne_NP usr/share/i18n/locales/nl_AW usr/share/i18n/locales/nl_BE usr/share/i18n/locales/nl_BE@euro usr/share/i18n/locales/nl_NL usr/share/i18n/locales/nl_NL@euro usr/share/i18n/locales/nn_NO usr/share/i18n/locales/no_NO usr/share/i18n/locales/nr_ZA usr/share/i18n/locales/nso_ZA usr/share/i18n/locales/oc_FR usr/share/i18n/locales/om_ET usr/share/i18n/locales/om_KE usr/share/i18n/locales/or_IN usr/share/i18n/locales/pa_IN usr/share/i18n/locales/pa_PK usr/share/i18n/locales/pap_AN usr/share/i18n/locales/pl_PL usr/share/i18n/locales/ps_AF usr/share/i18n/locales/pt_BR usr/share/i18n/locales/pt_PT usr/share/i18n/locales/pt_PT@euro usr/share/i18n/locales/ro_RO usr/share/i18n/locales/ru_RU usr/share/i18n/locales/ru_UA usr/share/i18n/locales/rw_RW usr/share/i18n/locales/sa_IN usr/share/i18n/locales/sc_IT usr/share/i18n/locales/sd_IN usr/share/i18n/locales/sd_IN@devanagari usr/share/i18n/locales/se_NO usr/share/i18n/locales/shs_CA usr/share/i18n/locales/si_LK usr/share/i18n/locales/sid_ET usr/share/i18n/locales/sk_SK usr/share/i18n/locales/sl_SI usr/share/i18n/locales/so_DJ usr/share/i18n/locales/so_ET usr/share/i18n/locales/so_KE usr/share/i18n/locales/so_SO usr/share/i18n/locales/sq_AL usr/share/i18n/locales/sq_MK usr/share/i18n/locales/sr_ME usr/share/i18n/locales/sr_RS usr/share/i18n/locales/sr_RS@latin usr/share/i18n/locales/ss_ZA usr/share/i18n/locales/st_ZA usr/share/i18n/locales/sv_FI usr/share/i18n/locales/sv_FI@euro usr/share/i18n/locales/sv_SE usr/share/i18n/locales/ta_IN usr/share/i18n/locales/te_IN usr/share/i18n/locales/tg_TJ usr/share/i18n/locales/th_TH usr/share/i18n/locales/ti_ER usr/share/i18n/locales/ti_ET usr/share/i18n/locales/tig_ER usr/share/i18n/locales/tk_TM usr/share/i18n/locales/tl_PH usr/share/i18n/locales/tn_ZA usr/share/i18n/locales/tr_CY usr/share/i18n/locales/tr_TR usr/share/i18n/locales/translit_circle usr/share/i18n/locales/translit_cjk_compat usr/share/i18n/locales/translit_cjk_variants usr/share/i18n/locales/translit_combining usr/share/i18n/locales/translit_compat usr/share/i18n/locales/translit_font usr/share/i18n/locales/translit_fraction usr/share/i18n/locales/translit_hangul usr/share/i18n/locales/translit_narrow usr/share/i18n/locales/translit_neutral usr/share/i18n/locales/translit_small usr/share/i18n/locales/translit_wide usr/share/i18n/locales/ts_ZA usr/share/i18n/locales/tt_RU usr/share/i18n/locales/tt_RU@iqtelif usr/share/i18n/locales/ug_CN usr/share/i18n/locales/uk_UA usr/share/i18n/locales/ur_IN usr/share/i18n/locales/ur_PK usr/share/i18n/locales/uz_UZ usr/share/i18n/locales/uz_UZ@cyrillic usr/share/i18n/locales/ve_ZA usr/share/i18n/locales/vi_VN usr/share/i18n/locales/wa_BE usr/share/i18n/locales/wa_BE@euro usr/share/i18n/locales/wal_ET usr/share/i18n/locales/wo_SN usr/share/i18n/locales/xh_ZA usr/share/i18n/locales/yi_US usr/share/i18n/locales/yo_NG usr/share/i18n/locales/zh_CN usr/share/i18n/locales/zh_HK usr/share/i18n/locales/zh_SG usr/share/i18n/locales/zh_TW usr/share/i18n/locales/zu_ZA usr/share/info/bash.info.gz usr/share/info/coreutils.info.gz usr/share/info/dir usr/share/info/find-maint.info.gz usr/share/info/find.info.gz usr/share/info/grep.info.gz usr/share/info/history.info.gz usr/share/info/info-stnd.info.gz usr/share/info/info.info.gz usr/share/info/libidn.info.gz usr/share/info/rluserman.info.gz usr/share/info/which.info.gz usr/share/info/ipc.info.gz usr/share/info/sed.info.gz usr/share/keyutils/request-key-debug.sh usr/share/locale/af/LC_MESSAGES/bash.mo usr/share/locale/af/LC_MESSAGES/coreutils.mo usr/share/locale/af/LC_MESSAGES/grep.mo usr/share/locale/af/LC_MESSAGES/glib20.mo usr/share/locale/af/LC_TIME/coreutils.mo usr/share/locale/am/LC_MESSAGES/glib20.mo usr/share/locale/ar/LC_MESSAGES/glib20.mo usr/share/locale/as/LC_MESSAGES/glib20.mo usr/share/locale/ast/LC_MESSAGES/glib20.mo usr/share/locale/az/LC_MESSAGES/glib20.mo usr/share/locale/be/LC_MESSAGES/coreutils.mo usr/share/locale/be/LC_MESSAGES/glib20.mo usr/share/locale/be/LC_MESSAGES/grep.mo usr/share/locale/be/LC_MESSAGES/libc.mo usr/share/locale/be/LC_TIME/coreutils.mo usr/share/locale/be@latin/LC_MESSAGES/glib20.mo usr/share/locale/bg/LC_MESSAGES/bash.mo usr/share/locale/bg/LC_MESSAGES/coreutils.mo usr/share/locale/bg/LC_MESSAGES/glib20.mo usr/share/locale/bg/LC_MESSAGES/grep.mo usr/share/locale/bg/LC_MESSAGES/libc.mo usr/share/locale/bg/LC_TIME/coreutils.mo usr/share/locale/bn/LC_MESSAGES/glib20.mo usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo usr/share/locale/bs/LC_MESSAGES/glib20.mo usr/share/locale/ca/LC_MESSAGES/bash.mo usr/share/locale/ca/LC_MESSAGES/coreutils.mo usr/share/locale/ca/LC_MESSAGES/e2fsprogs.mo usr/share/locale/ca/LC_MESSAGES/glib20.mo usr/share/locale/ca/LC_MESSAGES/grep.mo usr/share/locale/ca/LC_MESSAGES/libc.mo usr/share/locale/ca/LC_TIME/coreutils.mo usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo usr/share/locale/cs/LC_MESSAGES/bash.mo usr/share/locale/cs/LC_MESSAGES/coreutils.mo usr/share/locale/cs/LC_MESSAGES/e2fsprogs.mo usr/share/locale/cs/LC_MESSAGES/glib20.mo usr/share/locale/cs/LC_MESSAGES/grep.mo usr/share/locale/cs/LC_MESSAGES/libc.mo usr/share/locale/cs/LC_MESSAGES/libidn.mo usr/share/locale/cs/LC_MESSAGES/popt.mo usr/share/locale/cs/LC_TIME/coreutils.mo usr/share/locale/cy/LC_MESSAGES/glib20.mo usr/share/locale/da/LC_MESSAGES/coreutils.mo usr/share/locale/da/LC_MESSAGES/glib20.mo usr/share/locale/da/LC_MESSAGES/grep.mo usr/share/locale/da/LC_MESSAGES/libc.mo usr/share/locale/da/LC_MESSAGES/libidn.mo usr/share/locale/da/LC_MESSAGES/popt.mo usr/share/locale/da/LC_TIME/coreutils.mo usr/share/locale/de/LC_MESSAGES/bash.mo usr/share/locale/de/LC_MESSAGES/coreutils.mo usr/share/locale/de/LC_MESSAGES/e2fsprogs.mo usr/share/locale/de/LC_MESSAGES/glib20.mo usr/share/locale/de/LC_MESSAGES/grep.mo usr/share/locale/de/LC_MESSAGES/libc.mo usr/share/locale/de/LC_MESSAGES/libidn.mo usr/share/locale/de/LC_MESSAGES/popt.mo usr/share/locale/de/LC_TIME/coreutils.mo usr/share/locale/dz/LC_MESSAGES/glib20.mo usr/share/locale/el/LC_MESSAGES/coreutils.mo usr/share/locale/el/LC_MESSAGES/glib20.mo usr/share/locale/el/LC_MESSAGES/grep.mo usr/share/locale/el/LC_MESSAGES/libc.mo usr/share/locale/el/LC_TIME/coreutils.mo usr/share/locale/en/LC_MESSAGES/coreutils.mo usr/share/locale/en/LC_TIME/coreutils.mo usr/share/locale/en@boldquot/LC_MESSAGES/bash.mo usr/share/locale/en@boldquot/LC_MESSAGES/libidn.mo usr/share/locale/en@quot/LC_MESSAGES/bash.mo usr/share/locale/en@quot/LC_MESSAGES/libidn.mo usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo usr/share/locale/en_CA/LC_MESSAGES/glib20.mo usr/share/locale/en_GB/LC_MESSAGES/glib20.mo usr/share/locale/en_GB/LC_MESSAGES/libc.mo usr/share/locale/en_US/LC_MESSAGES/mit-krb5.mo usr/share/locale/eo/LC_MESSAGES/bash.mo usr/share/locale/eo/LC_MESSAGES/glib20.mo usr/share/locale/eo/LC_MESSAGES/grep.mo usr/share/locale/eo/LC_MESSAGES/libidn.mo usr/share/locale/es/LC_MESSAGES/bash.mo usr/share/locale/es/LC_MESSAGES/coreutils.mo usr/share/locale/es/LC_MESSAGES/e2fsprogs.mo usr/share/locale/es/LC_MESSAGES/glib20.mo usr/share/locale/es/LC_MESSAGES/grep.mo usr/share/locale/es/LC_MESSAGES/libc.mo usr/share/locale/es/LC_MESSAGES/popt.mo usr/share/locale/es/LC_TIME/coreutils.mo usr/share/locale/et/LC_MESSAGES/bash.mo usr/share/locale/et/LC_MESSAGES/coreutils.mo usr/share/locale/et/LC_MESSAGES/glib20.mo usr/share/locale/et/LC_MESSAGES/grep.mo usr/share/locale/et/LC_TIME/coreutils.mo usr/share/locale/eu/LC_MESSAGES/coreutils.mo usr/share/locale/eu/LC_MESSAGES/glib20.mo usr/share/locale/eu/LC_MESSAGES/grep.mo usr/share/locale/eu/LC_TIME/coreutils.mo usr/share/locale/fa/LC_MESSAGES/glib20.mo usr/share/locale/fi/LC_MESSAGES/bash.mo usr/share/locale/fi/LC_MESSAGES/coreutils.mo usr/share/locale/fi/LC_MESSAGES/glib20.mo usr/share/locale/fi/LC_MESSAGES/grep.mo usr/share/locale/fi/LC_MESSAGES/libc.mo usr/share/locale/fi/LC_MESSAGES/libidn.mo usr/share/locale/fi/LC_TIME/coreutils.mo usr/share/locale/fr/LC_MESSAGES/bash.mo usr/share/locale/fr/LC_MESSAGES/coreutils.mo usr/share/locale/fr/LC_MESSAGES/e2fsprogs.mo usr/share/locale/fr/LC_MESSAGES/glib20.mo usr/share/locale/fr/LC_MESSAGES/grep.mo usr/share/locale/fr/LC_MESSAGES/libc.mo usr/share/locale/fr/LC_MESSAGES/libidn.mo usr/share/locale/fr/LC_MESSAGES/popt.mo usr/share/locale/fr/LC_TIME/coreutils.mo usr/share/locale/ga/LC_MESSAGES/bash.mo usr/share/locale/ga/LC_MESSAGES/coreutils.mo usr/share/locale/ga/LC_MESSAGES/glib20.mo usr/share/locale/ga/LC_MESSAGES/grep.mo usr/share/locale/ga/LC_MESSAGES/popt.mo usr/share/locale/ga/LC_TIME/coreutils.mo usr/share/locale/gl/LC_MESSAGES/coreutils.mo usr/share/locale/gl/LC_MESSAGES/glib20.mo usr/share/locale/gl/LC_MESSAGES/grep.mo usr/share/locale/gl/LC_MESSAGES/libc.mo usr/share/locale/gl/LC_MESSAGES/popt.mo usr/share/locale/gl/LC_TIME/coreutils.mo usr/share/locale/gu/LC_MESSAGES/glib20.mo usr/share/locale/he/LC_MESSAGES/glib20.mo usr/share/locale/he/LC_MESSAGES/grep.mo usr/share/locale/hi/LC_MESSAGES/glib20.mo usr/share/locale/hr/LC_MESSAGES/glib20.mo usr/share/locale/hr/LC_MESSAGES/grep.mo usr/share/locale/hr/LC_MESSAGES/libc.mo usr/share/locale/hu/LC_MESSAGES/bash.mo usr/share/locale/hu/LC_MESSAGES/coreutils.mo usr/share/locale/hu/LC_MESSAGES/glib20.mo usr/share/locale/hu/LC_MESSAGES/grep.mo usr/share/locale/hu/LC_MESSAGES/libc.mo usr/share/locale/hu/LC_MESSAGES/popt.mo usr/share/locale/hu/LC_TIME/coreutils.mo usr/share/locale/hy/LC_MESSAGES/glib20.mo usr/share/locale/id/LC_MESSAGES/bash.mo usr/share/locale/id/LC_MESSAGES/coreutils.mo usr/share/locale/id/LC_MESSAGES/e2fsprogs.mo usr/share/locale/id/LC_MESSAGES/glib20.mo usr/share/locale/id/LC_MESSAGES/grep.mo usr/share/locale/id/LC_MESSAGES/libc.mo usr/share/locale/id/LC_MESSAGES/libidn.mo usr/share/locale/id/LC_TIME/coreutils.mo usr/share/locale/is/LC_MESSAGES/glib20.mo usr/share/locale/is/LC_MESSAGES/popt.mo usr/share/locale/it/LC_MESSAGES/coreutils.mo usr/share/locale/it/LC_MESSAGES/e2fsprogs.mo usr/share/locale/it/LC_MESSAGES/glib20.mo usr/share/locale/it/LC_MESSAGES/grep.mo usr/share/locale/it/LC_MESSAGES/libc.mo usr/share/locale/it/LC_MESSAGES/libidn.mo usr/share/locale/it/LC_MESSAGES/popt.mo usr/share/locale/it/LC_TIME/coreutils.mo usr/share/locale/ja/LC_MESSAGES/bash.mo usr/share/locale/ja/LC_MESSAGES/coreutils.mo usr/share/locale/ja/LC_MESSAGES/glib20.mo usr/share/locale/ja/LC_MESSAGES/grep.mo usr/share/locale/ja/LC_MESSAGES/libc.mo usr/share/locale/ja/LC_MESSAGES/libidn.mo usr/share/locale/ja/LC_MESSAGES/popt.mo usr/share/locale/ja/LC_TIME/coreutils.mo usr/share/locale/ka/LC_MESSAGES/glib20.mo usr/share/locale/kk/LC_MESSAGES/glib20.mo usr/share/locale/kn/LC_MESSAGES/glib20.mo usr/share/locale/ko/LC_MESSAGES/coreutils.mo usr/share/locale/ko/LC_MESSAGES/glib20.mo usr/share/locale/ko/LC_MESSAGES/grep.mo usr/share/locale/ko/LC_MESSAGES/libc.mo usr/share/locale/ko/LC_MESSAGES/popt.mo usr/share/locale/ko/LC_TIME/coreutils.mo usr/share/locale/ku/LC_MESSAGES/glib20.mo usr/share/locale/ky/LC_MESSAGES/grep.mo usr/share/locale/lg/LC_MESSAGES/coreutils.mo usr/share/locale/lg/LC_TIME/coreutils.mo usr/share/locale/locale.alias usr/share/locale/lt/LC_MESSAGES/bash.mo usr/share/locale/lt/LC_MESSAGES/coreutils.mo usr/share/locale/lt/LC_MESSAGES/glib20.mo usr/share/locale/lt/LC_MESSAGES/grep.mo usr/share/locale/lt/LC_MESSAGES/libc.mo usr/share/locale/lt/LC_TIME/coreutils.mo usr/share/locale/lv/LC_MESSAGES/glib20.mo usr/share/locale/mai/LC_MESSAGES/glib20.mo usr/share/locale/mg/LC_MESSAGES/glib20.mo usr/share/locale/mk/LC_MESSAGES/glib20.mo usr/share/locale/ml/LC_MESSAGES/glib20.mo usr/share/locale/mn/LC_MESSAGES/glib20.mo usr/share/locale/mr/LC_MESSAGES/glib20.mo usr/share/locale/ms/LC_MESSAGES/coreutils.mo usr/share/locale/ms/LC_MESSAGES/glib20.mo usr/share/locale/ms/LC_TIME/coreutils.mo usr/share/locale/nb/LC_MESSAGES/coreutils.mo usr/share/locale/nb/LC_MESSAGES/glib20.mo usr/share/locale/nb/LC_MESSAGES/grep.mo usr/share/locale/nb/LC_MESSAGES/libc.mo usr/share/locale/nb/LC_MESSAGES/popt.mo usr/share/locale/nb/LC_TIME/coreutils.mo usr/share/locale/nds/LC_MESSAGES/glib20.mo usr/share/locale/ne/LC_MESSAGES/glib20.mo usr/share/locale/nl/LC_MESSAGES/bash.mo usr/share/locale/nl/LC_MESSAGES/coreutils.mo usr/share/locale/nl/LC_MESSAGES/e2fsprogs.mo usr/share/locale/nl/LC_MESSAGES/glib20.mo usr/share/locale/nl/LC_MESSAGES/grep.mo usr/share/locale/nl/LC_MESSAGES/libc.mo usr/share/locale/nl/LC_MESSAGES/libidn.mo usr/share/locale/nl/LC_MESSAGES/popt.mo usr/share/locale/nl/LC_TIME/coreutils.mo usr/share/locale/nn/LC_MESSAGES/glib20.mo usr/share/locale/oc/LC_MESSAGES/glib20.mo usr/share/locale/or/LC_MESSAGES/glib20.mo usr/share/locale/pa/LC_MESSAGES/glib20.mo usr/share/locale/pl/LC_MESSAGES/bash.mo usr/share/locale/pl/LC_MESSAGES/coreutils.mo usr/share/locale/pl/LC_MESSAGES/e2fsprogs.mo usr/share/locale/pl/LC_MESSAGES/glib20.mo usr/share/locale/pl/LC_MESSAGES/grep.mo usr/share/locale/pl/LC_MESSAGES/libc.mo usr/share/locale/pl/LC_MESSAGES/libidn.mo usr/share/locale/pl/LC_MESSAGES/popt.mo usr/share/locale/pl/LC_TIME/coreutils.mo usr/share/locale/ps/LC_MESSAGES/glib20.mo usr/share/locale/pt/LC_MESSAGES/coreutils.mo usr/share/locale/pt/LC_MESSAGES/glib20.mo usr/share/locale/pt/LC_MESSAGES/grep.mo usr/share/locale/pt/LC_MESSAGES/popt.mo usr/share/locale/pt/LC_TIME/coreutils.mo usr/share/locale/pt_BR/LC_MESSAGES/bash.mo usr/share/locale/pt_BR/LC_MESSAGES/coreutils.mo usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo usr/share/locale/pt_BR/LC_MESSAGES/grep.mo usr/share/locale/pt_BR/LC_MESSAGES/libc.mo usr/share/locale/pt_BR/LC_TIME/coreutils.mo usr/share/locale/ro/LC_MESSAGES/bash.mo usr/share/locale/ro/LC_MESSAGES/glib20.mo usr/share/locale/ro/LC_MESSAGES/grep.mo usr/share/locale/ro/LC_MESSAGES/libidn.mo usr/share/locale/ro/LC_MESSAGES/popt.mo usr/share/locale/ru/LC_MESSAGES/bash.mo usr/share/locale/ru/LC_MESSAGES/coreutils.mo usr/share/locale/ru/LC_MESSAGES/glib20.mo usr/share/locale/ru/LC_MESSAGES/grep.mo usr/share/locale/ru/LC_MESSAGES/libc.mo usr/share/locale/ru/LC_MESSAGES/popt.mo usr/share/locale/ru/LC_TIME/coreutils.mo usr/share/locale/rw/LC_MESSAGES/glib20.mo usr/share/locale/rw/LC_MESSAGES/libc.mo usr/share/locale/si/LC_MESSAGES/glib20.mo usr/share/locale/sk/LC_MESSAGES/bash.mo usr/share/locale/sk/LC_MESSAGES/coreutils.mo usr/share/locale/sk/LC_MESSAGES/glib20.mo usr/share/locale/sk/LC_MESSAGES/grep.mo usr/share/locale/sk/LC_MESSAGES/libc.mo usr/share/locale/sk/LC_MESSAGES/popt.mo usr/share/locale/sk/LC_TIME/coreutils.mo usr/share/locale/sl/LC_MESSAGES/coreutils.mo usr/share/locale/sl/LC_MESSAGES/glib20.mo usr/share/locale/sl/LC_MESSAGES/grep.mo usr/share/locale/sl/LC_MESSAGES/popt.mo usr/share/locale/sl/LC_TIME/coreutils.mo usr/share/locale/sq/LC_MESSAGES/glib20.mo usr/share/locale/sr/LC_MESSAGES/glib20.mo usr/share/locale/sr/LC_MESSAGES/grep.mo usr/share/locale/sr/LC_MESSAGES/libidn.mo usr/share/locale/sr@ije/LC_MESSAGES/glib20.mo usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo usr/share/locale/sv/LC_MESSAGES/bash.mo usr/share/locale/sv/LC_MESSAGES/coreutils.mo usr/share/locale/sv/LC_MESSAGES/e2fsprogs.mo usr/share/locale/sv/LC_MESSAGES/glib20.mo usr/share/locale/sv/LC_MESSAGES/grep.mo usr/share/locale/sv/LC_MESSAGES/libc.mo usr/share/locale/sv/LC_MESSAGES/popt.mo usr/share/locale/sv/LC_TIME/coreutils.mo usr/share/locale/ta/LC_MESSAGES/glib20.mo usr/share/locale/te/LC_MESSAGES/glib20.mo usr/share/locale/th/LC_MESSAGES/glib20.mo usr/share/locale/th/LC_MESSAGES/grep.mo usr/share/locale/tl/LC_MESSAGES/glib20.mo usr/share/locale/tr/LC_MESSAGES/bash.mo usr/share/locale/tr/LC_MESSAGES/coreutils.mo usr/share/locale/tr/LC_MESSAGES/e2fsprogs.mo usr/share/locale/tr/LC_MESSAGES/glib20.mo usr/share/locale/tr/LC_MESSAGES/grep.mo usr/share/locale/tr/LC_MESSAGES/libc.mo usr/share/locale/tr/LC_MESSAGES/popt.mo usr/share/locale/tr/LC_TIME/coreutils.mo usr/share/locale/tt/LC_MESSAGES/glib20.mo usr/share/locale/uk/LC_MESSAGES/coreutils.mo usr/share/locale/uk/LC_MESSAGES/glib20.mo usr/share/locale/uk/LC_MESSAGES/grep.mo usr/share/locale/uk/LC_MESSAGES/popt.mo usr/share/locale/uk/LC_TIME/coreutils.mo +usr/share/locale/ug/LC_MESSAGES/glib20.mo usr/share/locale/vi/LC_MESSAGES/bash.mo usr/share/locale/vi/LC_MESSAGES/coreutils.mo usr/share/locale/vi/LC_MESSAGES/e2fsprogs.mo usr/share/locale/vi/LC_MESSAGES/glib20.mo usr/share/locale/vi/LC_MESSAGES/grep.mo usr/share/locale/vi/LC_MESSAGES/libc.mo usr/share/locale/vi/LC_MESSAGES/libidn.mo usr/share/locale/vi/LC_MESSAGES/popt.mo usr/share/locale/vi/LC_TIME/coreutils.mo usr/share/locale/wa/LC_MESSAGES/glib20.mo usr/share/locale/wa/LC_MESSAGES/popt.mo usr/share/locale/xh/LC_MESSAGES/glib20.mo usr/share/locale/yi/LC_MESSAGES/glib20.mo usr/share/locale/zh_CN/LC_MESSAGES/coreutils.mo usr/share/locale/zh_CN/LC_MESSAGES/e2fsprogs.mo usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo usr/share/locale/zh_CN/LC_MESSAGES/grep.mo usr/share/locale/zh_CN/LC_MESSAGES/libc.mo usr/share/locale/zh_CN/LC_MESSAGES/libidn.mo usr/share/locale/zh_CN/LC_MESSAGES/popt.mo usr/share/locale/zh_CN/LC_TIME/coreutils.mo usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo usr/share/locale/zh_TW/LC_MESSAGES/bash.mo usr/share/locale/zh_TW/LC_MESSAGES/coreutils.mo usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo usr/share/locale/zh_TW/LC_MESSAGES/grep.mo usr/share/locale/zh_TW/LC_MESSAGES/libc.mo usr/share/locale/zh_TW/LC_TIME/coreutils.mo usr/share/locale/be/LC_MESSAGES/findutils.mo usr/share/locale/bg/LC_MESSAGES/findutils.mo usr/share/locale/ca/LC_MESSAGES/findutils.mo usr/share/locale/cs/LC_MESSAGES/findutils.mo usr/share/locale/da/LC_MESSAGES/findutils.mo usr/share/locale/de/LC_MESSAGES/findutils.mo usr/share/locale/el/LC_MESSAGES/findutils.mo usr/share/locale/eo/LC_MESSAGES/findutils.mo usr/share/locale/es/LC_MESSAGES/findutils.mo usr/share/locale/et/LC_MESSAGES/findutils.mo usr/share/locale/fi/LC_MESSAGES/findutils.mo usr/share/locale/fr/LC_MESSAGES/findutils.mo usr/share/locale/ga/LC_MESSAGES/findutils.mo usr/share/locale/gl/LC_MESSAGES/findutils.mo usr/share/locale/hr/LC_MESSAGES/findutils.mo usr/share/locale/hu/LC_MESSAGES/findutils.mo usr/share/locale/id/LC_MESSAGES/findutils.mo usr/share/locale/it/LC_MESSAGES/findutils.mo usr/share/locale/ja/LC_MESSAGES/findutils.mo usr/share/locale/ko/LC_MESSAGES/findutils.mo usr/share/locale/lg/LC_MESSAGES/findutils.mo usr/share/locale/lt/LC_MESSAGES/findutils.mo usr/share/locale/ms/LC_MESSAGES/findutils.mo usr/share/locale/nl/LC_MESSAGES/findutils.mo usr/share/locale/pl/LC_MESSAGES/findutils.mo usr/share/locale/pt/LC_MESSAGES/findutils.mo usr/share/locale/pt_BR/LC_MESSAGES/findutils.mo usr/share/locale/ro/LC_MESSAGES/findutils.mo usr/share/locale/ru/LC_MESSAGES/findutils.mo usr/share/locale/rw/LC_MESSAGES/findutils.mo usr/share/locale/sk/LC_MESSAGES/findutils.mo usr/share/locale/sl/LC_MESSAGES/findutils.mo usr/share/locale/sr/LC_MESSAGES/findutils.mo usr/share/locale/sv/LC_MESSAGES/findutils.mo usr/share/locale/tr/LC_MESSAGES/findutils.mo usr/share/locale/uk/LC_MESSAGES/findutils.mo usr/share/locale/vi/LC_MESSAGES/findutils.mo usr/share/locale/zh_CN/LC_MESSAGES/findutils.mo usr/share/locale/zh_TW/LC_MESSAGES/findutils.mo usr/share/locale/af/LC_MESSAGES/sed.mo usr/share/locale/ca/LC_MESSAGES/sed.mo usr/share/locale/ca/LC_MESSAGES/util-linux-ng.mo usr/share/locale/cs/LC_MESSAGES/sed.mo usr/share/locale/cs/LC_MESSAGES/util-linux-ng.mo usr/share/locale/da/LC_MESSAGES/sed.mo usr/share/locale/da/LC_MESSAGES/util-linux-ng.mo usr/share/locale/de/LC_MESSAGES/sed.mo usr/share/locale/de/LC_MESSAGES/util-linux-ng.mo usr/share/locale/el/LC_MESSAGES/sed.mo usr/share/locale/eo/LC_MESSAGES/sed.mo usr/share/locale/es/LC_MESSAGES/sed.mo usr/share/locale/es/LC_MESSAGES/util-linux-ng.mo usr/share/locale/et/LC_MESSAGES/sed.mo usr/share/locale/et/LC_MESSAGES/util-linux-ng.mo usr/share/locale/eu/LC_MESSAGES/sed.mo usr/share/locale/eu/LC_MESSAGES/util-linux-ng.mo usr/share/locale/fi/LC_MESSAGES/sed.mo usr/share/locale/fi/LC_MESSAGES/util-linux-ng.mo usr/share/locale/fr/LC_MESSAGES/sed.mo usr/share/locale/fr/LC_MESSAGES/util-linux-ng.mo usr/share/locale/ga/LC_MESSAGES/sed.mo usr/share/locale/gl/LC_MESSAGES/sed.mo usr/share/locale/he/LC_MESSAGES/sed.mo usr/share/locale/hr/LC_MESSAGES/sed.mo usr/share/locale/hu/LC_MESSAGES/sed.mo usr/share/locale/hu/LC_MESSAGES/util-linux-ng.mo usr/share/locale/id/LC_MESSAGES/sed.mo usr/share/locale/id/LC_MESSAGES/util-linux-ng.mo usr/share/locale/it/LC_MESSAGES/sed.mo usr/share/locale/it/LC_MESSAGES/util-linux-ng.mo usr/share/locale/ja/LC_MESSAGES/sed.mo usr/share/locale/ja/LC_MESSAGES/util-linux-ng.mo usr/share/locale/ko/LC_MESSAGES/sed.mo usr/share/locale/nl/LC_MESSAGES/sed.mo usr/share/locale/nl/LC_MESSAGES/util-linux-ng.mo usr/share/locale/pl/LC_MESSAGES/sed.mo usr/share/locale/pl/LC_MESSAGES/util-linux-ng.mo usr/share/locale/pt/LC_MESSAGES/sed.mo usr/share/locale/pt_BR/LC_MESSAGES/sed.mo usr/share/locale/pt_BR/LC_MESSAGES/util-linux-ng.mo usr/share/locale/ro/LC_MESSAGES/sed.mo usr/share/locale/ru/LC_MESSAGES/sed.mo usr/share/locale/ru/LC_MESSAGES/util-linux-ng.mo usr/share/locale/sk/LC_MESSAGES/sed.mo usr/share/locale/sl/LC_MESSAGES/sed.mo usr/share/locale/sl/LC_MESSAGES/util-linux-ng.mo usr/share/locale/sr/LC_MESSAGES/sed.mo usr/share/locale/sv/LC_MESSAGES/sed.mo usr/share/locale/sv/LC_MESSAGES/util-linux-ng.mo usr/share/locale/tr/LC_MESSAGES/sed.mo usr/share/locale/tr/LC_MESSAGES/util-linux-ng.mo usr/share/locale/uk/LC_MESSAGES/sed.mo usr/share/locale/uk/LC_MESSAGES/util-linux-ng.mo usr/share/locale/vi/LC_MESSAGES/sed.mo usr/share/locale/vi/LC_MESSAGES/util-linux-ng.mo usr/share/locale/zh_CN/LC_MESSAGES/sed.mo usr/share/locale/zh_CN/LC_MESSAGES/util-linux-ng.mo usr/share/locale/zh_TW/LC_MESSAGES/sed.mo usr/share/man/man1/..1.gz usr/share/man/man1/:.1.gz usr/share/man/man1/[.1.gz usr/share/man/man1/alias.1.gz usr/share/man/man1/arch.1.gz usr/share/man/man1/base64.1.gz usr/share/man/man1/basename.1.gz usr/share/man/man1/bash.1.gz usr/share/man/man1/bashbug.1.gz usr/share/man/man1/bg.1.gz usr/share/man/man1/bind.1.gz usr/share/man/man1/break.1.gz usr/share/man/man1/builtin.1.gz usr/share/man/man1/builtins.1.gz usr/share/man/man1/bunzip2.1.gz usr/share/man/man1/bzcat.1.gz usr/share/man/man1/bzcmp.1.gz usr/share/man/man1/bzdiff.1.gz usr/share/man/man1/bzgrep.1.gz usr/share/man/man1/bzip2.1.gz usr/share/man/man1/bzip2recover.1.gz usr/share/man/man1/bzless.1.gz usr/share/man/man1/bzmore.1.gz usr/share/man/man1/caller.1.gz usr/share/man/man1/capsh.1.gz usr/share/man/man1/captoinfo.1m.gz usr/share/man/man1/cat.1.gz usr/share/man/man1/cd.1.gz usr/share/man/man1/chattr.1.gz usr/share/man/man1/chcon.1.gz usr/share/man/man1/chgrp.1.gz usr/share/man/man1/chmod.1.gz usr/share/man/man1/chown.1.gz usr/share/man/man1/chroot.1.gz usr/share/man/man1/cksum.1.gz usr/share/man/man1/clear.1.gz usr/share/man/man1/comm.1.gz usr/share/man/man1/command.1.gz usr/share/man/man1/compgen.1.gz usr/share/man/man1/complete.1.gz usr/share/man/man1/compopt.1.gz usr/share/man/man1/continue.1.gz usr/share/man/man1/cp.1.gz usr/share/man/man1/csplit.1.gz usr/share/man/man1/cut.1.gz usr/share/man/man1/date.1.gz usr/share/man/man1/dd.1.gz usr/share/man/man1/declare.1.gz usr/share/man/man1/df.1.gz usr/share/man/man1/dir.1.gz usr/share/man/man1/dircolors.1.gz usr/share/man/man1/dirname.1.gz usr/share/man/man1/dirs.1.gz usr/share/man/man1/disown.1.gz usr/share/man/man1/du.1.gz usr/share/man/man1/echo.1.gz usr/share/man/man1/egrep.1.gz usr/share/man/man1/enable.1.gz usr/share/man/man1/env.1.gz usr/share/man/man1/eval.1.gz usr/share/man/man1/exec.1.gz usr/share/man/man1/exit.1.gz usr/share/man/man1/expand.1.gz usr/share/man/man1/export.1.gz usr/share/man/man1/expr.1.gz usr/share/man/man1/factor.1.gz usr/share/man/man1/false.1.gz usr/share/man/man1/find.1.gz usr/share/man/man1/fc.1.gz usr/share/man/man1/fg.1.gz usr/share/man/man1/fgrep.1.gz usr/share/man/man1/fmt.1.gz usr/share/man/man1/fold.1.gz usr/share/man/man1/gdbus.1.gz usr/share/man/man1/gio-querymodules.1.gz usr/share/man/man1/glib-compile-schemas.1.gz -usr/share/man/man1/gsettings.1.gz usr/share/man/man1/getopts.1.gz usr/share/man/man1/grep.1.gz usr/share/man/man1/groups.1.gz usr/share/man/man1/hash.1.gz usr/share/man/man1/head.1.gz usr/share/man/man1/help.1.gz usr/share/man/man1/history.1.gz usr/share/man/man1/hostid.1.gz usr/share/man/man1/id.1.gz usr/share/man/man1/idn.1.gz usr/share/man/man1/info.1.gz usr/share/man/man1/infocmp.1m.gz usr/share/man/man1/infokey.1.gz usr/share/man/man1/infotocap.1m.gz usr/share/man/man1/install-info.1.gz usr/share/man/man1/install.1.gz usr/share/man/man1/jobs.1.gz usr/share/man/man1/join.1.gz usr/share/man/man1/kerberos.1.gz usr/share/man/man1/keyctl.1.gz usr/share/man/man1/let.1.gz usr/share/man/man1/less.1.gz usr/share/man/man1/lessecho.1.gz usr/share/man/man1/lesskey.1.gz usr/share/man/man1/link.1.gz usr/share/man/man1/ln.1.gz usr/share/man/man1/local.1.gz usr/share/man/man1/logname.1.gz usr/share/man/man1/logout.1.gz usr/share/man/man1/ls.1.gz +usr/share/man/man1/lslogins.1.gz usr/share/man/man1/lsattr.1.gz usr/share/man/man1/lsb_release.1.gz usr/share/man/man1/mapfile.1.gz usr/share/man/man1/md5sum.1.gz usr/share/man/man1/mkdir.1.gz usr/share/man/man1/mkfifo.1.gz usr/share/man/man1/mknod.1.gz usr/share/man/man1/mktemp.1.gz usr/share/man/man1/mv.1.gz usr/share/man/man1/nice.1.gz usr/share/man/man1/nl.1.gz usr/share/man/man1/nohup.1.gz usr/share/man/man1/nproc.1.gz +usr/share/man/man1/nsenter.1.gz usr/share/man/man1/od.1.gz usr/share/man/man1/paste.1.gz usr/share/man/man1/pathchk.1.gz usr/share/man/man1/pcre-config.1.gz usr/share/man/man1/pcregrep.1.gz usr/share/man/man1/pcretest.1.gz usr/share/man/man1/pinky.1.gz usr/share/man/man1/popd.1.gz usr/share/man/man1/pr.1.gz usr/share/man/man1/printenv.1.gz usr/share/man/man1/printf.1.gz usr/share/man/man1/ptx.1.gz usr/share/man/man1/pushd.1.gz usr/share/man/man1/pwd.1.gz usr/share/man/man1/read.1.gz usr/share/man/man1/readlink.1.gz usr/share/man/man1/readonly.1.gz usr/share/man/man1/reset.1.gz usr/share/man/man1/return.1.gz usr/share/man/man1/rm.1.gz usr/share/man/man1/rmdir.1.gz usr/share/man/man1/runcon.1.gz usr/share/man/man1/runuser.1.gz usr/share/man/man1/seq.1.gz usr/share/man/man1/set.1.gz usr/share/man/man1/sh.1.gz usr/share/man/man1/sha1sum.1.gz usr/share/man/man1/sha224sum.1.gz usr/share/man/man1/sha256sum.1.gz usr/share/man/man1/sha384sum.1.gz usr/share/man/man1/sha512sum.1.gz usr/share/man/man1/shift.1.gz usr/share/man/man1/shopt.1.gz usr/share/man/man1/shred.1.gz usr/share/man/man1/shuf.1.gz usr/share/man/man1/sleep.1.gz usr/share/man/man1/sort.1.gz usr/share/man/man1/source.1.gz usr/share/man/man1/split.1.gz usr/share/man/man1/stat.1.gz usr/share/man/man1/stdbuf.1.gz usr/share/man/man1/stty.1.gz usr/share/man/man1/su.1.gz usr/share/man/man1/sum.1.gz usr/share/man/man1/suspend.1.gz usr/share/man/man1/sync.1.gz usr/share/man/man1/tabs.1.gz usr/share/man/man1/tac.1.gz usr/share/man/man1/tail.1.gz usr/share/man/man1/tee.1.gz usr/share/man/man1/test.1.gz usr/share/man/man1/tic.1m.gz usr/share/man/man1/timeout.1.gz usr/share/man/man1/times.1.gz usr/share/man/man1/toe.1m.gz usr/share/man/man1/touch.1.gz usr/share/man/man1/tput.1.gz usr/share/man/man1/tr.1.gz usr/share/man/man1/trap.1.gz usr/share/man/man1/true.1.gz usr/share/man/man1/truncate.1.gz usr/share/man/man1/tset.1.gz usr/share/man/man1/tsort.1.gz usr/share/man/man1/tty.1.gz usr/share/man/man1/type.1.gz usr/share/man/man1/typeset.1.gz usr/share/man/man1/ulimit.1.gz usr/share/man/man1/umask.1.gz usr/share/man/man1/unalias.1.gz usr/share/man/man1/uname.1.gz usr/share/man/man1/unexpand.1.gz usr/share/man/man1/uniq.1.gz usr/share/man/man1/unlink.1.gz usr/share/man/man1/unset.1.gz usr/share/man/man1/users.1.gz usr/share/man/man1/vdir.1.gz usr/share/man/man1/wait.1.gz usr/share/man/man1/wc.1.gz usr/share/man/man1/which.1.gz usr/share/man/man1/who.1.gz usr/share/man/man1/whoami.1.gz usr/share/man/man1/xargs.1.gz usr/share/man/man1/yes.1.gz usr/share/man/man1/cal.1.gz usr/share/man/man1/chfn.1.gz usr/share/man/man1/chrt.1.gz usr/share/man/man1/chsh.1.gz usr/share/man/man1/col.1.gz usr/share/man/man1/colcrt.1.gz usr/share/man/man1/colrm.1.gz usr/share/man/man1/column.1.gz usr/share/man/man1/ddate.1.gz usr/share/man/man1/dmesg.1.gz usr/share/man/man1/fallocate.1.gz usr/share/man/man1/flock.1.gz usr/share/man/man1/getopt.1.gz usr/share/man/man1/hexdump.1.gz usr/share/man/man1/ionice.1.gz usr/share/man/man1/ipcmk.1.gz usr/share/man/man1/ipcrm.1.gz usr/share/man/man1/ipcs.1.gz usr/share/man/man1/kill.1.gz usr/share/man/man1/logger.1.gz usr/share/man/man1/login.1.gz usr/share/man/man1/look.1.gz usr/share/man/man1/lscpu.1.gz usr/share/man/man1/mcookie.1.gz usr/share/man/man1/more.1.gz usr/share/man/man1/namei.1.gz usr/share/man/man1/readprofile.1.gz usr/share/man/man1/rename.1.gz usr/share/man/man1/renice.1.gz usr/share/man/man1/rev.1.gz usr/share/man/man1/script.1.gz usr/share/man/man1/scriptreplay.1.gz usr/share/man/man1/sed.1.gz usr/share/man/man1/setsid.1.gz usr/share/man/man1/setterm.1.gz usr/share/man/man1/tailf.1.gz usr/share/man/man1/taskset.1.gz usr/share/man/man1/ul.1.gz usr/share/man/man1/unshare.1.gz usr/share/man/man1/uuidgen.1.gz usr/share/man/man1/whereis.1.gz usr/share/man/man1/write.1.gz usr/share/man/man5/.k5login.5.gz usr/share/man/man5/k5login.5.gz usr/share/man/man5/.k5identity.5.gz usr/share/man/man5/k5identity.5.gz usr/share/man/man5/e2fsck.conf.5.gz usr/share/man/man5/fstab.5.gz usr/share/man/man5/info.5.gz usr/share/man/man5/krb5.conf.5.gz usr/share/man/man5/mke2fs.conf.5.gz usr/share/man/man5/request-key.conf.5.gz usr/share/man/man5/term.5.gz usr/share/man/man5/terminfo.5.gz usr/share/man/man7/term.7.gz usr/share/man/man8/badblocks.8.gz usr/share/man/man8/debugfs.8.gz usr/share/man/man8/dumpe2fs.8.gz usr/share/man/man8/e2freefrag.8.gz usr/share/man/man8/e2fsck.8.gz usr/share/man/man8/e2image.8.gz usr/share/man/man8/e2label.8.gz usr/share/man/man8/e2undo.8.gz usr/share/man/man8/filefrag.8.gz usr/share/man/man8/fsck.ext2.8.gz usr/share/man/man8/fsck.ext3.8.gz usr/share/man/man8/fsck.ext4.8.gz usr/share/man/man8/fsck.ext4dev.8.gz usr/share/man/man8/getcap.8.gz usr/share/man/man8/logsave.8.gz usr/share/man/man8/mke2fs.8.gz usr/share/man/man8/mkfs.ext2.8.gz usr/share/man/man8/mkfs.ext3.8.gz usr/share/man/man8/mkfs.ext4.8.gz usr/share/man/man8/mkfs.ext4dev.8.gz usr/share/man/man8/mklost+found.8.gz usr/share/man/man8/request-key.8.gz usr/share/man/man8/resize2fs.8.gz usr/share/man/man8/setcap.8.gz usr/share/man/man8/setserial.8.gz usr/share/man/man8/tune2fs.8.gz usr/share/man/man8/addpart.8.gz usr/share/man/man8/agetty.8.gz usr/share/man/man8/blkdiscard.8.gz usr/share/man/man8/blkid.8.gz usr/share/man/man8/blockdev.8.gz usr/share/man/man8/cfdisk.8.gz usr/share/man/man8/chcpu.8.gz usr/share/man/man8/clock.8.gz usr/share/man/man8/ctrlaltdel.8.gz usr/share/man/man8/cytune.8.gz usr/share/man/man8/delpart.8.gz usr/share/man/man8/fdformat.8.gz usr/share/man/man8/fdisk.8.gz usr/share/man/man8/findfs.8.gz usr/share/man/man8/findmnt.8.gz usr/share/man/man8/floppy.8.gz usr/share/man/man8/fsck.8.gz usr/share/man/man8/fsfreeze.8.gz usr/share/man/man8/fstrim.8.gz usr/share/man/man8/hwclock.8.gz usr/share/man/man8/i386.8.gz usr/share/man/man8/isosize.8.gz usr/share/man/man8/ldattach.8.gz usr/share/man/man8/linux32.8.gz usr/share/man/man8/linux64.8.gz usr/share/man/man8/losetup.8.gz usr/share/man/man8/lsblk.8.gz usr/share/man/man8/mkfs.8.gz usr/share/man/man8/mkswap.8.gz usr/share/man/man8/mount.8.gz usr/share/man/man8/nologin.8.gz usr/share/man/man8/partx.8.gz usr/share/man/man8/pivot_root.8.gz usr/share/man/man8/raw.8.gz usr/share/man/man8/rawdevices.8.gz usr/share/man/man8/rtcwake.8.gz usr/share/man/man8/setarch.8.gz usr/share/man/man8/sfdisk.8.gz usr/share/man/man8/swapoff.8.gz usr/share/man/man8/swapon.8.gz usr/share/man/man8/switch_root.8.gz usr/share/man/man8/tunelp.8.gz usr/share/man/man8/umount.8.gz usr/share/man/man8/wipefs.8.gz usr/tmp @unexec rm -f %D/var/cache/ldconfig/aux-cache var/mail @sample etc/krb5.conf.sample @sample etc/yp.conf.sample +@dir /compat/linux +@dir /compat +@dir etc/X11/applnk +@dir etc/X11/fontpath.d +@dir etc/ld.so.conf.d +@dir etc/opt +@dir etc/pm/config.d +@dir etc/pm/power.d +@dir etc/pm/sleep.d +@dir etc/popt.d +@dir etc/request-key.d +@dir etc/sysconfig +@dir etc/xdg/autostart +@dir etc/xinetd.d +@dir lib/modules +@dir lib/tls +@dir mnt +@dir opt +@dir proc +@dir selinux +@dir srv +@dir sys +@dir usr/X11R6/bin +@dir usr/X11R6/include +@dir usr/X11R6/lib/tls +@dir usr/X11R6/man +@dir usr/X11R6/share +@dir usr/etc +@dir usr/games +@dir usr/lib/X11 +@dir usr/lib/games +@dir usr/lib/krb5/plugins/authdata +@dir usr/lib/krb5/plugins/libkrb5 +@dir usr/lib/krb5/plugins/preauth +@dir usr/lib/pm-utils/module.d +@dir usr/lib/pm-utils/power.d +@dir usr/lib/pm-utils/sleep.d +@dir usr/lib/sse2 +@dir usr/lib/tls +@dir usr/share/X11 +@dir usr/share/applications +@dir usr/share/augeas/lenses +@dir usr/share/backgrounds +@dir usr/share/desktop-directories +@dir usr/share/dict +@dir usr/share/empty +@dir usr/share/games +@dir usr/share/ghostscript/conf.d +@dir usr/share/glib-2.0 +@dir usr/share/gnome +@dir usr/share/icons +@dir usr/share/idl +@dir usr/share/locale/aa/LC_MESSAGES +@dir usr/share/locale/ab/LC_MESSAGES +@dir usr/share/locale/ace/LC_MESSAGES +@dir usr/share/locale/ach/LC_MESSAGES +@dir usr/share/locale/ada/LC_MESSAGES +@dir usr/share/locale/ady/LC_MESSAGES +@dir usr/share/locale/ae/LC_MESSAGES +@dir usr/share/locale/af_ZA/LC_MESSAGES +@dir usr/share/locale/afa/LC_MESSAGES +@dir usr/share/locale/afh/LC_MESSAGES +@dir usr/share/locale/ain/LC_MESSAGES +@dir usr/share/locale/ak/LC_MESSAGES +@dir usr/share/locale/akk/LC_MESSAGES +@dir usr/share/locale/ale/LC_MESSAGES +@dir usr/share/locale/alg/LC_MESSAGES +@dir usr/share/locale/alt/LC_MESSAGES +@dir usr/share/locale/am_ET/LC_MESSAGES +@dir usr/share/locale/an/LC_MESSAGES +@dir usr/share/locale/ang/LC_MESSAGES +@dir usr/share/locale/anp/LC_MESSAGES +@dir usr/share/locale/apa/LC_MESSAGES +@dir usr/share/locale/arc/LC_MESSAGES +@dir usr/share/locale/arn/LC_MESSAGES +@dir usr/share/locale/arp/LC_MESSAGES +@dir usr/share/locale/art/LC_MESSAGES +@dir usr/share/locale/arw/LC_MESSAGES +@dir usr/share/locale/ast_ES/LC_MESSAGES +@dir usr/share/locale/ath/LC_MESSAGES +@dir usr/share/locale/aus/LC_MESSAGES +@dir usr/share/locale/av/LC_MESSAGES +@dir usr/share/locale/awa/LC_MESSAGES +@dir usr/share/locale/ay/LC_MESSAGES +@dir usr/share/locale/az_IR/LC_MESSAGES +@dir usr/share/locale/ba/LC_MESSAGES +@dir usr/share/locale/bad/LC_MESSAGES +@dir usr/share/locale/bai/LC_MESSAGES +@dir usr/share/locale/bal/LC_MESSAGES +@dir usr/share/locale/ban/LC_MESSAGES +@dir usr/share/locale/bas/LC_MESSAGES +@dir usr/share/locale/bat/LC_MESSAGES +@dir usr/share/locale/bej/LC_MESSAGES +@dir usr/share/locale/bem/LC_MESSAGES +@dir usr/share/locale/ber/LC_MESSAGES +@dir usr/share/locale/bg_BG/LC_MESSAGES +@dir usr/share/locale/bh/LC_MESSAGES +@dir usr/share/locale/bho/LC_MESSAGES +@dir usr/share/locale/bi/LC_MESSAGES +@dir usr/share/locale/bik/LC_MESSAGES +@dir usr/share/locale/bin/LC_MESSAGES +@dir usr/share/locale/bla/LC_MESSAGES +@dir usr/share/locale/bm/LC_MESSAGES +@dir usr/share/locale/bnt/LC_MESSAGES +@dir usr/share/locale/bo/LC_MESSAGES +@dir usr/share/locale/br/LC_MESSAGES +@dir usr/share/locale/bra/LC_MESSAGES +@dir usr/share/locale/btk/LC_MESSAGES +@dir usr/share/locale/bua/LC_MESSAGES +@dir usr/share/locale/bug/LC_MESSAGES +@dir usr/share/locale/byn/LC_MESSAGES +@dir usr/share/locale/ca_ES/LC_MESSAGES +@dir usr/share/locale/ca_ES@valencian/LC_MESSAGES +@dir usr/share/locale/cad/LC_MESSAGES +@dir usr/share/locale/cai/LC_MESSAGES +@dir usr/share/locale/car/LC_MESSAGES +@dir usr/share/locale/cau/LC_MESSAGES +@dir usr/share/locale/ce/LC_MESSAGES +@dir usr/share/locale/ceb/LC_MESSAGES +@dir usr/share/locale/cel/LC_MESSAGES +@dir usr/share/locale/ch/LC_MESSAGES +@dir usr/share/locale/chb/LC_MESSAGES +@dir usr/share/locale/chg/LC_MESSAGES +@dir usr/share/locale/chk/LC_MESSAGES +@dir usr/share/locale/chm/LC_MESSAGES +@dir usr/share/locale/chn/LC_MESSAGES +@dir usr/share/locale/cho/LC_MESSAGES +@dir usr/share/locale/chp/LC_MESSAGES +@dir usr/share/locale/chr/LC_MESSAGES +@dir usr/share/locale/chy/LC_MESSAGES +@dir usr/share/locale/cmc/LC_MESSAGES +@dir usr/share/locale/co/LC_MESSAGES +@dir usr/share/locale/cop/LC_MESSAGES +@dir usr/share/locale/cpe/LC_MESSAGES +@dir usr/share/locale/cpf/LC_MESSAGES +@dir usr/share/locale/cpp/LC_MESSAGES +@dir usr/share/locale/cr/LC_MESSAGES +@dir usr/share/locale/crh/LC_MESSAGES +@dir usr/share/locale/crp/LC_MESSAGES +@dir usr/share/locale/cs_CZ/LC_MESSAGES +@dir usr/share/locale/csb/LC_MESSAGES +@dir usr/share/locale/cu/LC_MESSAGES +@dir usr/share/locale/cus/LC_MESSAGES +@dir usr/share/locale/cv/LC_MESSAGES +@dir usr/share/locale/dak/LC_MESSAGES +@dir usr/share/locale/dar/LC_MESSAGES +@dir usr/share/locale/day/LC_MESSAGES +@dir usr/share/locale/de_AT/LC_MESSAGES +@dir usr/share/locale/de_CH/LC_MESSAGES +@dir usr/share/locale/de_DE/LC_MESSAGES +@dir usr/share/locale/default/LC_MESSAGES +@dir usr/share/locale/del/LC_MESSAGES +@dir usr/share/locale/den/LC_MESSAGES +@dir usr/share/locale/dgr/LC_MESSAGES +@dir usr/share/locale/din/LC_MESSAGES +@dir usr/share/locale/doi/LC_MESSAGES +@dir usr/share/locale/dra/LC_MESSAGES +@dir usr/share/locale/dsb/LC_MESSAGES +@dir usr/share/locale/dua/LC_MESSAGES +@dir usr/share/locale/dum/LC_MESSAGES +@dir usr/share/locale/dv/LC_MESSAGES +@dir usr/share/locale/dyu/LC_MESSAGES +@dir usr/share/locale/ee/LC_MESSAGES +@dir usr/share/locale/efi/LC_MESSAGES +@dir usr/share/locale/egy/LC_MESSAGES +@dir usr/share/locale/eka/LC_MESSAGES +@dir usr/share/locale/el_GR/LC_MESSAGES +@dir usr/share/locale/elx/LC_MESSAGES +@dir usr/share/locale/en_AU/LC_MESSAGES +@dir usr/share/locale/en_NZ/LC_MESSAGES +@dir usr/share/locale/enm/LC_MESSAGES +@dir usr/share/locale/es_AR/LC_MESSAGES +@dir usr/share/locale/es_CL/LC_MESSAGES +@dir usr/share/locale/es_CO/LC_MESSAGES +@dir usr/share/locale/es_CR/LC_MESSAGES +@dir usr/share/locale/es_DO/LC_MESSAGES +@dir usr/share/locale/es_EC/LC_MESSAGES +@dir usr/share/locale/es_ES/LC_MESSAGES +@dir usr/share/locale/es_GT/LC_MESSAGES +@dir usr/share/locale/es_HN/LC_MESSAGES +@dir usr/share/locale/es_MX/LC_MESSAGES +@dir usr/share/locale/es_NI/LC_MESSAGES +@dir usr/share/locale/es_PA/LC_MESSAGES +@dir usr/share/locale/es_PE/LC_MESSAGES +@dir usr/share/locale/es_PR/LC_MESSAGES +@dir usr/share/locale/es_SV/LC_MESSAGES +@dir usr/share/locale/es_UY/LC_MESSAGES +@dir usr/share/locale/es_VE/LC_MESSAGES +@dir usr/share/locale/et_EE/LC_MESSAGES +@dir usr/share/locale/eu_ES/LC_MESSAGES +@dir usr/share/locale/ewo/LC_MESSAGES +@dir usr/share/locale/fa_IR/LC_MESSAGES +@dir usr/share/locale/fan/LC_MESSAGES +@dir usr/share/locale/fat/LC_MESSAGES +@dir usr/share/locale/ff/LC_MESSAGES +@dir usr/share/locale/fi_FI/LC_MESSAGES +@dir usr/share/locale/fil/LC_MESSAGES +@dir usr/share/locale/fiu/LC_MESSAGES +@dir usr/share/locale/fj/LC_MESSAGES +@dir usr/share/locale/fo/LC_MESSAGES +@dir usr/share/locale/fon/LC_MESSAGES +@dir usr/share/locale/fr_BE/LC_MESSAGES +@dir usr/share/locale/fr_CA/LC_MESSAGES +@dir usr/share/locale/fr_CH/LC_MESSAGES +@dir usr/share/locale/fr_FR/LC_MESSAGES +@dir usr/share/locale/frm/LC_MESSAGES +@dir usr/share/locale/fro/LC_MESSAGES +@dir usr/share/locale/frr/LC_MESSAGES +@dir usr/share/locale/frs/LC_MESSAGES +@dir usr/share/locale/fur/LC_MESSAGES +@dir usr/share/locale/fy/LC_MESSAGES +@dir usr/share/locale/gaa/LC_MESSAGES +@dir usr/share/locale/gay/LC_MESSAGES +@dir usr/share/locale/gba/LC_MESSAGES +@dir usr/share/locale/gd/LC_MESSAGES +@dir usr/share/locale/gem/LC_MESSAGES +@dir usr/share/locale/gez/LC_MESSAGES +@dir usr/share/locale/gil/LC_MESSAGES +@dir usr/share/locale/gl_ES/LC_MESSAGES +@dir usr/share/locale/gmh/LC_MESSAGES +@dir usr/share/locale/gn/LC_MESSAGES +@dir usr/share/locale/goh/LC_MESSAGES +@dir usr/share/locale/gon/LC_MESSAGES +@dir usr/share/locale/gor/LC_MESSAGES +@dir usr/share/locale/got/LC_MESSAGES +@dir usr/share/locale/grb/LC_MESSAGES +@dir usr/share/locale/grc/LC_MESSAGES +@dir usr/share/locale/gsw/LC_MESSAGES +@dir usr/share/locale/gv/LC_MESSAGES +@dir usr/share/locale/gwi/LC_MESSAGES +@dir usr/share/locale/ha/LC_MESSAGES +@dir usr/share/locale/hai/LC_MESSAGES +@dir usr/share/locale/haw/LC_MESSAGES +@dir usr/share/locale/he_IL/LC_MESSAGES +@dir usr/share/locale/hil/LC_MESSAGES +@dir usr/share/locale/him/LC_MESSAGES +@dir usr/share/locale/hit/LC_MESSAGES +@dir usr/share/locale/hmn/LC_MESSAGES +@dir usr/share/locale/ho/LC_MESSAGES +@dir usr/share/locale/hr_HR/LC_MESSAGES +@dir usr/share/locale/hsb/LC_MESSAGES +@dir usr/share/locale/ht/LC_MESSAGES +@dir usr/share/locale/hu_HU/LC_MESSAGES +@dir usr/share/locale/hup/LC_MESSAGES +@dir usr/share/locale/hz/LC_MESSAGES +@dir usr/share/locale/ia/LC_MESSAGES +@dir usr/share/locale/iba/LC_MESSAGES +@dir usr/share/locale/ie/LC_MESSAGES +@dir usr/share/locale/ig/LC_MESSAGES +@dir usr/share/locale/ii/LC_MESSAGES +@dir usr/share/locale/ijo/LC_MESSAGES +@dir usr/share/locale/ik/LC_MESSAGES +@dir usr/share/locale/ilo/LC_MESSAGES +@dir usr/share/locale/inc/LC_MESSAGES +@dir usr/share/locale/ine/LC_MESSAGES +@dir usr/share/locale/inh/LC_MESSAGES +@dir usr/share/locale/io/LC_MESSAGES +@dir usr/share/locale/ira/LC_MESSAGES +@dir usr/share/locale/iro/LC_MESSAGES +@dir usr/share/locale/it_CH/LC_MESSAGES +@dir usr/share/locale/it_IT/LC_MESSAGES +@dir usr/share/locale/iu/LC_MESSAGES +@dir usr/share/locale/ja_JP/LC_MESSAGES +@dir usr/share/locale/jbo/LC_MESSAGES +@dir usr/share/locale/jpr/LC_MESSAGES +@dir usr/share/locale/jrb/LC_MESSAGES +@dir usr/share/locale/jv/LC_MESSAGES +@dir usr/share/locale/kaa/LC_MESSAGES +@dir usr/share/locale/kab/LC_MESSAGES +@dir usr/share/locale/kac/LC_MESSAGES +@dir usr/share/locale/kam/LC_MESSAGES +@dir usr/share/locale/kar/LC_MESSAGES +@dir usr/share/locale/kaw/LC_MESSAGES +@dir usr/share/locale/kbd/LC_MESSAGES +@dir usr/share/locale/kg/LC_MESSAGES +@dir usr/share/locale/kha/LC_MESSAGES +@dir usr/share/locale/khi/LC_MESSAGES +@dir usr/share/locale/kho/LC_MESSAGES +@dir usr/share/locale/ki/LC_MESSAGES +@dir usr/share/locale/kj/LC_MESSAGES +@dir usr/share/locale/kl/LC_MESSAGES +@dir usr/share/locale/km/LC_MESSAGES +@dir usr/share/locale/kmb/LC_MESSAGES +@dir usr/share/locale/ko_KR/LC_MESSAGES +@dir usr/share/locale/kok/LC_MESSAGES +@dir usr/share/locale/kos/LC_MESSAGES +@dir usr/share/locale/kpe/LC_MESSAGES +@dir usr/share/locale/kr/LC_MESSAGES +@dir usr/share/locale/krc/LC_MESSAGES +@dir usr/share/locale/krl/LC_MESSAGES +@dir usr/share/locale/kro/LC_MESSAGES +@dir usr/share/locale/kru/LC_MESSAGES +@dir usr/share/locale/ks/LC_MESSAGES +@dir usr/share/locale/ks@devanagari/LC_MESSAGES +@dir usr/share/locale/kum/LC_MESSAGES +@dir usr/share/locale/kut/LC_MESSAGES +@dir usr/share/locale/kv/LC_MESSAGES +@dir usr/share/locale/kw/LC_MESSAGES +@dir usr/share/locale/la/LC_MESSAGES +@dir usr/share/locale/lad/LC_MESSAGES +@dir usr/share/locale/lah/LC_MESSAGES +@dir usr/share/locale/lam/LC_MESSAGES +@dir usr/share/locale/lb/LC_MESSAGES +@dir usr/share/locale/lez/LC_MESSAGES +@dir usr/share/locale/li/LC_MESSAGES +@dir usr/share/locale/ln/LC_MESSAGES +@dir usr/share/locale/lo/LC_MESSAGES +@dir usr/share/locale/lol/LC_MESSAGES +@dir usr/share/locale/loz/LC_MESSAGES +@dir usr/share/locale/lu/LC_MESSAGES +@dir usr/share/locale/lua/LC_MESSAGES +@dir usr/share/locale/lui/LC_MESSAGES +@dir usr/share/locale/lun/LC_MESSAGES +@dir usr/share/locale/luo/LC_MESSAGES +@dir usr/share/locale/lus/LC_MESSAGES +@dir usr/share/locale/lv_LV/LC_MESSAGES +@dir usr/share/locale/mad/LC_MESSAGES +@dir usr/share/locale/mag/LC_MESSAGES +@dir usr/share/locale/mak/LC_MESSAGES +@dir usr/share/locale/man/LC_MESSAGES +@dir usr/share/locale/map/LC_MESSAGES +@dir usr/share/locale/mas/LC_MESSAGES +@dir usr/share/locale/mdf/LC_MESSAGES +@dir usr/share/locale/mdr/LC_MESSAGES +@dir usr/share/locale/men/LC_MESSAGES +@dir usr/share/locale/mga/LC_MESSAGES +@dir usr/share/locale/mh/LC_MESSAGES +@dir usr/share/locale/mi/LC_MESSAGES +@dir usr/share/locale/mic/LC_MESSAGES +@dir usr/share/locale/min/LC_MESSAGES +@dir usr/share/locale/mis/LC_MESSAGES +@dir usr/share/locale/mkh/LC_MESSAGES +@dir usr/share/locale/mnc/LC_MESSAGES +@dir usr/share/locale/mni/LC_MESSAGES +@dir usr/share/locale/mno/LC_MESSAGES +@dir usr/share/locale/mo/LC_MESSAGES +@dir usr/share/locale/moh/LC_MESSAGES +@dir usr/share/locale/mos/LC_MESSAGES +@dir usr/share/locale/ms_MY/LC_MESSAGES +@dir usr/share/locale/mt/LC_MESSAGES +@dir usr/share/locale/mul/LC_MESSAGES +@dir usr/share/locale/mun/LC_MESSAGES +@dir usr/share/locale/mus/LC_MESSAGES +@dir usr/share/locale/mwl/LC_MESSAGES +@dir usr/share/locale/mwr/LC_MESSAGES +@dir usr/share/locale/my/LC_MESSAGES +@dir usr/share/locale/my_MM/LC_MESSAGES +@dir usr/share/locale/myn/LC_MESSAGES +@dir usr/share/locale/myv/LC_MESSAGES +@dir usr/share/locale/na/LC_MESSAGES +@dir usr/share/locale/nah/LC_MESSAGES +@dir usr/share/locale/nai/LC_MESSAGES +@dir usr/share/locale/nap/LC_MESSAGES +@dir usr/share/locale/nb_NO/LC_MESSAGES +@dir usr/share/locale/nd/LC_MESSAGES +@dir usr/share/locale/nds@NFE/LC_MESSAGES +@dir usr/share/locale/nds_DE/LC_MESSAGES +@dir usr/share/locale/new/LC_MESSAGES +@dir usr/share/locale/ng/LC_MESSAGES +@dir usr/share/locale/nia/LC_MESSAGES +@dir usr/share/locale/nic/LC_MESSAGES +@dir usr/share/locale/niu/LC_MESSAGES +@dir usr/share/locale/nl_BE/LC_MESSAGES +@dir usr/share/locale/nl_NL/LC_MESSAGES +@dir usr/share/locale/no/LC_MESSAGES +@dir usr/share/locale/nog/LC_MESSAGES +@dir usr/share/locale/non/LC_MESSAGES +@dir usr/share/locale/nqo/LC_MESSAGES +@dir usr/share/locale/nr/LC_MESSAGES +@dir usr/share/locale/nso/LC_MESSAGES +@dir usr/share/locale/nub/LC_MESSAGES +@dir usr/share/locale/nv/LC_MESSAGES +@dir usr/share/locale/nwc/LC_MESSAGES +@dir usr/share/locale/ny/LC_MESSAGES +@dir usr/share/locale/nym/LC_MESSAGES +@dir usr/share/locale/nyn/LC_MESSAGES +@dir usr/share/locale/nyo/LC_MESSAGES +@dir usr/share/locale/nzi/LC_MESSAGES +@dir usr/share/locale/oj/LC_MESSAGES +@dir usr/share/locale/om/LC_MESSAGES +@dir usr/share/locale/os/LC_MESSAGES +@dir usr/share/locale/osa/LC_MESSAGES +@dir usr/share/locale/ota/LC_MESSAGES +@dir usr/share/locale/oto/LC_MESSAGES +@dir usr/share/locale/paa/LC_MESSAGES +@dir usr/share/locale/pag/LC_MESSAGES +@dir usr/share/locale/pal/LC_MESSAGES +@dir usr/share/locale/pam/LC_MESSAGES +@dir usr/share/locale/pap/LC_MESSAGES +@dir usr/share/locale/pau/LC_MESSAGES +@dir usr/share/locale/peo/LC_MESSAGES +@dir usr/share/locale/phi/LC_MESSAGES +@dir usr/share/locale/phn/LC_MESSAGES +@dir usr/share/locale/pi/LC_MESSAGES +@dir usr/share/locale/pl_PL/LC_MESSAGES +@dir usr/share/locale/pon/LC_MESSAGES +@dir usr/share/locale/pra/LC_MESSAGES +@dir usr/share/locale/pro/LC_MESSAGES +@dir usr/share/locale/pt_PT/LC_MESSAGES +@dir usr/share/locale/qaa-qtz/LC_MESSAGES +@dir usr/share/locale/qu/LC_MESSAGES +@dir usr/share/locale/raj/LC_MESSAGES +@dir usr/share/locale/rap/LC_MESSAGES +@dir usr/share/locale/rar/LC_MESSAGES +@dir usr/share/locale/rm/LC_MESSAGES +@dir usr/share/locale/rn/LC_MESSAGES +@dir usr/share/locale/roa/LC_MESSAGES +@dir usr/share/locale/rom/LC_MESSAGES +@dir usr/share/locale/ru_RU/LC_MESSAGES +@dir usr/share/locale/rup/LC_MESSAGES +@dir usr/share/locale/sa/LC_MESSAGES +@dir usr/share/locale/sad/LC_MESSAGES +@dir usr/share/locale/sah/LC_MESSAGES +@dir usr/share/locale/sai/LC_MESSAGES +@dir usr/share/locale/sal/LC_MESSAGES +@dir usr/share/locale/sam/LC_MESSAGES +@dir usr/share/locale/sas/LC_MESSAGES +@dir usr/share/locale/sat/LC_MESSAGES +@dir usr/share/locale/sc/LC_MESSAGES +@dir usr/share/locale/scn/LC_MESSAGES +@dir usr/share/locale/sco/LC_MESSAGES +@dir usr/share/locale/sd/LC_MESSAGES +@dir usr/share/locale/se/LC_MESSAGES +@dir usr/share/locale/sel/LC_MESSAGES +@dir usr/share/locale/sem/LC_MESSAGES +@dir usr/share/locale/sg/LC_MESSAGES +@dir usr/share/locale/sga/LC_MESSAGES +@dir usr/share/locale/sgn/LC_MESSAGES +@dir usr/share/locale/shn/LC_MESSAGES +@dir usr/share/locale/sid/LC_MESSAGES +@dir usr/share/locale/sio/LC_MESSAGES +@dir usr/share/locale/sit/LC_MESSAGES +@dir usr/share/locale/sl_SI/LC_MESSAGES +@dir usr/share/locale/sla/LC_MESSAGES +@dir usr/share/locale/sm/LC_MESSAGES +@dir usr/share/locale/sma/LC_MESSAGES +@dir usr/share/locale/smi/LC_MESSAGES +@dir usr/share/locale/smj/LC_MESSAGES +@dir usr/share/locale/smn/LC_MESSAGES +@dir usr/share/locale/sms/LC_MESSAGES +@dir usr/share/locale/sn/LC_MESSAGES +@dir usr/share/locale/snk/LC_MESSAGES +@dir usr/share/locale/so/LC_MESSAGES +@dir usr/share/locale/sog/LC_MESSAGES +@dir usr/share/locale/son/LC_MESSAGES +@dir usr/share/locale/sq_AL/LC_MESSAGES +@dir usr/share/locale/sr@Latn/LC_MESSAGES +@dir usr/share/locale/sr@ijekavian/LC_MESSAGES +@dir usr/share/locale/sr@ijekavianlatin/LC_MESSAGES +@dir usr/share/locale/sr_RS/LC_MESSAGES +@dir usr/share/locale/srn/LC_MESSAGES +@dir usr/share/locale/srr/LC_MESSAGES +@dir usr/share/locale/ss/LC_MESSAGES +@dir usr/share/locale/ssa/LC_MESSAGES +@dir usr/share/locale/st/LC_MESSAGES +@dir usr/share/locale/su/LC_MESSAGES +@dir usr/share/locale/suk/LC_MESSAGES +@dir usr/share/locale/sus/LC_MESSAGES +@dir usr/share/locale/sux/LC_MESSAGES +@dir usr/share/locale/sv_SE/LC_MESSAGES +@dir usr/share/locale/sw/LC_MESSAGES +@dir usr/share/locale/syc/LC_MESSAGES +@dir usr/share/locale/syr/LC_MESSAGES +@dir usr/share/locale/tai/LC_MESSAGES +@dir usr/share/locale/tem/LC_MESSAGES +@dir usr/share/locale/ter/LC_MESSAGES +@dir usr/share/locale/tet/LC_MESSAGES +@dir usr/share/locale/tg/LC_MESSAGES +@dir usr/share/locale/ti/LC_MESSAGES +@dir usr/share/locale/tig/LC_MESSAGES +@dir usr/share/locale/tiv/LC_MESSAGES +@dir usr/share/locale/tk/LC_MESSAGES +@dir usr/share/locale/tkl/LC_MESSAGES +@dir usr/share/locale/tlh/LC_MESSAGES +@dir usr/share/locale/tli/LC_MESSAGES +@dir usr/share/locale/tmh/LC_MESSAGES +@dir usr/share/locale/tn/LC_MESSAGES +@dir usr/share/locale/to/LC_MESSAGES +@dir usr/share/locale/tog/LC_MESSAGES +@dir usr/share/locale/tpi/LC_MESSAGES +@dir usr/share/locale/ts/LC_MESSAGES +@dir usr/share/locale/tsi/LC_MESSAGES +@dir usr/share/locale/tum/LC_MESSAGES +@dir usr/share/locale/tup/LC_MESSAGES +@dir usr/share/locale/tut/LC_MESSAGES +@dir usr/share/locale/tvl/LC_MESSAGES +@dir usr/share/locale/tw/LC_MESSAGES +@dir usr/share/locale/ty/LC_MESSAGES +@dir usr/share/locale/tyv/LC_MESSAGES +@dir usr/share/locale/udm/LC_MESSAGES +@dir usr/share/locale/uga/LC_MESSAGES +@dir usr/share/locale/uk_UA/LC_MESSAGES +@dir usr/share/locale/umb/LC_MESSAGES +@dir usr/share/locale/und/LC_MESSAGES +@dir usr/share/locale/ur/LC_MESSAGES +@dir usr/share/locale/ur_PK/LC_MESSAGES +@dir usr/share/locale/uz/LC_MESSAGES +@dir usr/share/locale/uz@Latn/LC_MESSAGES +@dir usr/share/locale/uz@cyrillic/LC_MESSAGES +@dir usr/share/locale/vai/LC_MESSAGES +@dir usr/share/locale/ve/LC_MESSAGES +@dir usr/share/locale/vo/LC_MESSAGES +@dir usr/share/locale/vot/LC_MESSAGES +@dir usr/share/locale/wak/LC_MESSAGES +@dir usr/share/locale/wal/LC_MESSAGES +@dir usr/share/locale/war/LC_MESSAGES +@dir usr/share/locale/was/LC_MESSAGES +@dir usr/share/locale/wen/LC_MESSAGES +@dir usr/share/locale/wo/LC_MESSAGES +@dir usr/share/locale/xal/LC_MESSAGES +@dir usr/share/locale/yao/LC_MESSAGES +@dir usr/share/locale/yap/LC_MESSAGES +@dir usr/share/locale/yo/LC_MESSAGES +@dir usr/share/locale/ypk/LC_MESSAGES +@dir usr/share/locale/za/LC_MESSAGES +@dir usr/share/locale/zap/LC_MESSAGES +@dir usr/share/locale/zbl/LC_MESSAGES +@dir usr/share/locale/zen/LC_MESSAGES +@dir usr/share/locale/zh/LC_MESSAGES +@dir usr/share/locale/zh_CN.GB2312/LC_MESSAGES +@dir usr/share/locale/zh_TW.Big5/LC_MESSAGES +@dir usr/share/locale/znd/LC_MESSAGES +@dir usr/share/locale/zu/LC_MESSAGES +@dir usr/share/locale/zun/LC_MESSAGES +@dir usr/share/locale/zxx/LC_MESSAGES +@dir usr/share/locale/zza/LC_MESSAGES +@dir usr/share/man/man0p +@dir usr/share/man/man1p +@dir usr/share/man/man1x +@dir usr/share/man/man2 +@dir usr/share/man/man2x +@dir usr/share/man/man3 +@dir usr/share/man/man3p +@dir usr/share/man/man3x +@dir usr/share/man/man4 +@dir usr/share/man/man4x +@dir usr/share/man/man5x +@dir usr/share/man/man6 +@dir usr/share/man/man6x +@dir usr/share/man/man7x +@dir usr/share/man/man8x +@dir usr/share/man/man9 +@dir usr/share/man/man9x +@dir usr/share/man/mann +@dir usr/share/mime-info +@dir usr/share/misc +@dir usr/share/omf +@dir usr/share/pixmaps +@dir usr/share/sounds +@dir usr/share/themes +@dir usr/share/xsessions +@dir usr/src/debug +@dir usr/src/kernels +@dir var/cache/ldconfig +@dir var/db +@dir var/empty +@dir var/games +@dir var/lib/games +@dir var/lib/misc +@dir var/local +@dir var/lock/subsys +@dir var/nis +@dir var/opt +@dir var/preserve +@dir var/spool/lpd +@dir var/spool/mail +@dir var/yp Index: head/ftp/linux-c6-curl/Makefile =================================================================== --- head/ftp/linux-c6-curl/Makefile (revision 372444) +++ head/ftp/linux-c6-curl/Makefile (revision 372445) @@ -1,30 +1,31 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= curl PORTVERSION= 7.19.7 +PORTREVISION= 1 CATEGORIES= ftp linux DISTFILES= curl-${PORTVERSION}-${RPMVERSION}.${LINUX_RPM_ARCH}.rpm \ libcurl-${PORTVERSION}-${RPMVERSION}.${LINUX_RPM_ARCH}.rpm MAINTAINER= emulation@FreeBSD.org COMMENT= Command line tool for transferring files with URL syntax (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-curl-[0-9]* linux-f10-curl-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_APPS= openldap libssh2 # cyrus-sasl2 USE_LINUX_RPM= yes -RPMVERSION= 37.el6_4 +RPMVERSION= 37.el6_5.3 BRANDELF_FILES= usr/bin/curl USE_LDCONFIG= yes PLIST_FILES= usr/bin/curl usr/lib/libcurl.so.4 usr/lib/libcurl.so.4.1.1 \ usr/share/man/man1/curl.1.gz DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= BUGS COPYING FEATURES README TODO CHANGES FAQ MANUAL RESOURCES TheArtOfHttpScripting DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/ftp/linux-c6-curl/distinfo.i686 =================================================================== --- head/ftp/linux-c6-curl/distinfo.i686 (revision 372444) +++ head/ftp/linux-c6-curl/distinfo.i686 (revision 372445) @@ -1,6 +1,6 @@ -SHA256 (rpm/i686/centos/6.5/curl-7.19.7-37.el6_4.i686.rpm) = 5393c38b98d9066a1d9c1f2ee54f643914d4da0b70f4516e90ec05fd6cb5009f -SIZE (rpm/i686/centos/6.5/curl-7.19.7-37.el6_4.i686.rpm) = 197968 -SHA256 (rpm/i686/centos/6.5/libcurl-7.19.7-37.el6_4.i686.rpm) = 9d5a2fa689e12a0ff94d7c0e33effbcd2c7a5c04cd667e14e5015de786ad1b9f -SIZE (rpm/i686/centos/6.5/libcurl-7.19.7-37.el6_4.i686.rpm) = 175232 -SHA256 (rpm/i686/centos/6.5/curl-7.19.7-37.el6_4.src.rpm) = ecc688b0bc8cfc4f51ae9d164c3c72f20faa6a440f4a80e83dd268508f2ba7ba -SIZE (rpm/i686/centos/6.5/curl-7.19.7-37.el6_4.src.rpm) = 2099404 +SHA256 (rpm/i686/centos/6.6/curl-7.19.7-37.el6_5.3.i686.rpm) = cf0a982bec1212cc7cbba88aa8329d6ece826ae175c65c1799d614ad326712e5 +SIZE (rpm/i686/centos/6.6/curl-7.19.7-37.el6_5.3.i686.rpm) = 198548 +SHA256 (rpm/i686/centos/6.6/libcurl-7.19.7-37.el6_5.3.i686.rpm) = 4b22a18cdd3771279425911a92adb70522a8e4681e83a04fb567b4aa1a469092 +SIZE (rpm/i686/centos/6.6/libcurl-7.19.7-37.el6_5.3.i686.rpm) = 176280 +SHA256 (rpm/i686/centos/6.6/curl-7.19.7-37.el6_5.3.src.rpm) = 0beb826caead2e6b1d3993e5c9d600dc68d2be83e6558b6b702264ab3cb6732c +SIZE (rpm/i686/centos/6.6/curl-7.19.7-37.el6_5.3.src.rpm) = 2108264 Index: head/graphics/Makefile =================================================================== --- head/graphics/Makefile (revision 372444) +++ head/graphics/Makefile (revision 372445) @@ -1,1079 +1,1081 @@ # $FreeBSD$ # COMMENT = Graphics tools and libraries SUBDIR += 4va SUBDIR += Coin SUBDIR += EZWGL SUBDIR += GraphicsMagick SUBDIR += Hermes SUBDIR += IPA SUBDIR += ImageMagick SUBDIR += ImageMagick-nox11 SUBDIR += O2-tools SUBDIR += OpenEXR SUBDIR += R-cran-GDD SUBDIR += R-cran-RColorBrewer SUBDIR += R-cran-colorspace SUBDIR += R-cran-diagram SUBDIR += R-cran-dichromat SUBDIR += R-cran-ggplot2 SUBDIR += R-cran-munsell SUBDIR += R-cran-pixmap SUBDIR += R-cran-png SUBDIR += R-cran-rgdal SUBDIR += R-cran-rtiff SUBDIR += R-cran-scales SUBDIR += R-cran-shape SUBDIR += SciPlot SUBDIR += a2png SUBDIR += aalib SUBDIR += aaphoto SUBDIR += acidwarp SUBDIR += aeskulap SUBDIR += agave SUBDIR += agg SUBDIR += alpng SUBDIR += amide SUBDIR += ampasACES-container SUBDIR += ampasCTL SUBDIR += animorph SUBDIR += aoi SUBDIR += apngasm SUBDIR += apngdis SUBDIR += apvlv SUBDIR += aqsis SUBDIR += asciio SUBDIR += atril SUBDIR += autopano-sift-c SUBDIR += autoq3d SUBDIR += autotrace SUBDIR += aview SUBDIR += ayam SUBDIR += backfract SUBDIR += barbecue SUBDIR += barcode SUBDIR += batik SUBDIR += bbrb SUBDIR += blender SUBDIR += blender-doc SUBDIR += bmeps SUBDIR += bmp2html SUBDIR += box SUBDIR += boxer SUBDIR += bugle SUBDIR += burplex SUBDIR += c-a-i-r SUBDIR += cadubi SUBDIR += cairo SUBDIR += cairo-reference SUBDIR += cairomm SUBDIR += cal3d SUBDIR += cal3d-devel SUBDIR += camera SUBDIR += camerakit SUBDIR += cbrpager SUBDIR += cbview SUBDIR += cbviewer SUBDIR += cegui SUBDIR += cenon SUBDIR += cfdg SUBDIR += chbg SUBDIR += cimg SUBDIR += cinepaint SUBDIR += clutter SUBDIR += clutter-box2d SUBDIR += clutter-gtk SUBDIR += code-eli SUBDIR += colord SUBDIR += colord-gtk SUBDIR += comical SUBDIR += commons-utilities SUBDIR += compupic SUBDIR += converseen SUBDIR += corona SUBDIR += cosmoplayer SUBDIR += crw SUBDIR += cthumb SUBDIR += cuneiform SUBDIR += curator SUBDIR += cuttlefish SUBDIR += danpei SUBDIR += darknock SUBDIR += darktable SUBDIR += dataplot SUBDIR += dc20pack SUBDIR += dcraw SUBDIR += dcraw-m SUBDIR += deegree-csw SUBDIR += deegree-igeoportal SUBDIR += deegree-wcs SUBDIR += deegree-wfs SUBDIR += deegree-wms SUBDIR += deegree-wps SUBDIR += deegree-wpvs SUBDIR += delaboratory SUBDIR += devil SUBDIR += dia SUBDIR += diacanvas2 SUBDIR += digikam-kde4 SUBDIR += digikam-kde4-doc SUBDIR += digikam-kde4-l10n SUBDIR += ditaa SUBDIR += djview4 SUBDIR += djvulibre SUBDIR += dmtx-utils SUBDIR += dri SUBDIR += driconf SUBDIR += duhdraw SUBDIR += dynamechs SUBDIR += easypaint SUBDIR += ecore-evas SUBDIR += ecore-sdl SUBDIR += edje SUBDIR += edje_viewer SUBDIR += electrix SUBDIR += enblend SUBDIR += ender SUBDIR += enesim SUBDIR += entangle SUBDIR += eog SUBDIR += eog-plugins SUBDIR += eos-movrec SUBDIR += eom SUBDIR += epdfview SUBDIR += epeg SUBDIR += epix SUBDIR += eps2png SUBDIR += epstool SUBDIR += etch SUBDIR += eterm-bg SUBDIR += ethumb SUBDIR += evas SUBDIR += evas-core SUBDIR += evas-engine-buffer SUBDIR += evas-engine-opengl SUBDIR += evas-engine-sdl SUBDIR += evas-engine-x11 SUBDIR += evas-loader-bmp SUBDIR += evas-loader-eet SUBDIR += evas-loader-generic SUBDIR += evas-loader-gif SUBDIR += evas-loader-ico SUBDIR += evas-loader-jpeg SUBDIR += evas-loader-pmaps SUBDIR += evas-loader-png SUBDIR += evas-loader-psd SUBDIR += evas-loader-svg SUBDIR += evas-loader-tga SUBDIR += evas-loader-tiff SUBDIR += evas-loader-wbmp SUBDIR += evas-loader-xpm SUBDIR += evas_generic_loaders-gst SUBDIR += evas_generic_loaders-pdf SUBDIR += evas_generic_loaders-ps SUBDIR += evas_generic_loaders-raw SUBDIR += evas_generic_loaders-svg SUBDIR += evas_generic_loaders-xcf SUBDIR += evince SUBDIR += evolvotron SUBDIR += exact-image SUBDIR += exif SUBDIR += exifprobe SUBDIR += exiftags SUBDIR += exiftran SUBDIR += exiv2 SUBDIR += exrtools SUBDIR += feh SUBDIR += ffff SUBDIR += fig2sxd SUBDIR += figurine SUBDIR += flam3 SUBDIR += flasm SUBDIR += fli2gif SUBDIR += flphoto SUBDIR += fly SUBDIR += fortytwo SUBDIR += fotofix SUBDIR += fotoxx SUBDIR += founts SUBDIR += fpc-cairo SUBDIR += fpc-fpgtk SUBDIR += fpc-graph SUBDIR += fpc-hermes SUBDIR += fpc-imagemagick SUBDIR += fpc-imlib SUBDIR += fpc-libgd SUBDIR += fpc-libpng SUBDIR += fpc-ncurses SUBDIR += fpc-opengl SUBDIR += fpc-pasjpeg SUBDIR += fpc-proj4 SUBDIR += fpc-rsvg SUBDIR += fpc-svgalib SUBDIR += fracplanet SUBDIR += fraqtive SUBDIR += freeglut SUBDIR += freeimage SUBDIR += frei0r SUBDIR += frei0r-plugins SUBDIR += frei0r-plugins-gavl SUBDIR += frei0r-plugins-opencv SUBDIR += ftgl SUBDIR += fujiplay SUBDIR += fusefs-gphotofs SUBDIR += fv SUBDIR += fyre SUBDIR += g2 SUBDIR += gauche-gl SUBDIR += gbm SUBDIR += gcolor SUBDIR += gcolor2 SUBDIR += gd SUBDIR += gdal SUBDIR += gdal-grass SUBDIR += gdchart SUBDIR += gdk-pixbuf SUBDIR += gdk-pixbuf2 SUBDIR += geeqie SUBDIR += gegl SUBDIR += generic_image_decoder SUBDIR += geoapi SUBDIR += geomorph SUBDIR += geomview SUBDIR += geos SUBDIR += geoserver SUBDIR += gexiv2 SUBDIR += giblib SUBDIR += gif2png SUBDIR += giflib SUBDIR += gifmerge SUBDIR += gifsicle SUBDIR += giftool SUBDIR += gimageview SUBDIR += gimmage SUBDIR += gimp SUBDIR += gimp-app SUBDIR += gimp-beautify-plugin SUBDIR += gimp-data-extras SUBDIR += gimp-elsamuko-script SUBDIR += gimp-ez-perspective-plugin SUBDIR += gimp-focusblur-plugin SUBDIR += gimp-gmic-plugin SUBDIR += gimp-help SUBDIR += gimp-jagged-border-script SUBDIR += gimp-lensfun-plugin SUBDIR += gimp-lqr-plugin SUBDIR += gimp-manual-html SUBDIR += gimp-refocus-plugin SUBDIR += gimp-resynthesizer SUBDIR += gimp-save-for-web SUBDIR += gimp-wavelet-decompose-plugin SUBDIR += gimp-wavelet-denoise-plugin SUBDIR += gimp-wavelet-sharpen-plugin SUBDIR += gimpfx-foundry SUBDIR += giram SUBDIR += gkrellkam2 SUBDIR += gle SUBDIR += gle-graphics SUBDIR += glew SUBDIR += glexcess SUBDIR += glfw SUBDIR += glfw2 SUBDIR += glitz SUBDIR += gliv SUBDIR += glosm SUBDIR += glpng SUBDIR += gltt SUBDIR += gmt SUBDIR += gnash SUBDIR += gnofract4d SUBDIR += gnustep-slideshow SUBDIR += gnustep-slideshowkit SUBDIR += gocr SUBDIR += goocanvas SUBDIR += goocanvas2 SUBDIR += goocanvasmm SUBDIR += goocanvasmm2 SUBDIR += goom SUBDIR += gource SUBDIR += gpaint SUBDIR += gphoto2 SUBDIR += gpicview SUBDIR += gplot SUBDIR += gpsmanshp SUBDIR += gqview SUBDIR += gracula SUBDIR += grads SUBDIR += grafx2 SUBDIR += graphite2 SUBDIR += graphopt SUBDIR += graphos SUBDIR += graphviz SUBDIR += grx SUBDIR += gscan2pdf SUBDIR += gsculpt SUBDIR += gstreamer-plugins-aalib SUBDIR += gstreamer-plugins-cairo SUBDIR += gstreamer-plugins-gdkpixbuf SUBDIR += gstreamer-plugins-gl SUBDIR += gstreamer-plugins-jpeg SUBDIR += gstreamer-plugins-libcaca SUBDIR += gstreamer-plugins-libpng SUBDIR += gstreamer-plugins-libvisual SUBDIR += gstreamer-plugins-opencv SUBDIR += gstreamer1-plugins-aalib SUBDIR += gstreamer1-plugins-cairo SUBDIR += gstreamer1-plugins-gdkpixbuf SUBDIR += gstreamer1-plugins-jpeg SUBDIR += gstreamer1-plugins-libcaca SUBDIR += gstreamer1-plugins-libvisual SUBDIR += gstreamer1-plugins-opencv SUBDIR += gstreamer1-plugins-openjpeg SUBDIR += gstreamer1-plugins-png SUBDIR += gstreamer1-plugins-webp SUBDIR += gstreamer1-plugins-zbar SUBDIR += gthumb SUBDIR += gtimelapse SUBDIR += gtk-update-icon-cache SUBDIR += gtkam SUBDIR += gtkdps SUBDIR += gtkgraph SUBDIR += gts SUBDIR += guilib SUBDIR += gwenview-kde4 SUBDIR += gx SUBDIR += hobbes-icons-xpm SUBDIR += hppsmtools SUBDIR += hs-HGL SUBDIR += hs-JuicyPixels SUBDIR += hs-cairo SUBDIR += hs-dia-base SUBDIR += hs-dia-functions SUBDIR += hs-soegtk SUBDIR += hs-svgcairo SUBDIR += hsetroot SUBDIR += hugin SUBDIR += hugin-devel SUBDIR += icat SUBDIR += icc-profiles-basiccolor SUBDIR += icc-profiles-openicc SUBDIR += iccexamin SUBDIR += iccxml SUBDIR += icoconvert SUBDIR += icon-slicer SUBDIR += icontact SUBDIR += icoutils SUBDIR += ida SUBDIR += iec16022 SUBDIR += iiview SUBDIR += ilmbase SUBDIR += imageindex SUBDIR += imagesort SUBDIR += imageviewer SUBDIR += imageworsener SUBDIR += imc SUBDIR += imgtops SUBDIR += imgv SUBDIR += imlib SUBDIR += imlib2 SUBDIR += imlib2_loaders SUBDIR += import-pictures SUBDIR += impressive SUBDIR += inkscape SUBDIR += intergif SUBDIR += inventor SUBDIR += ipe SUBDIR += iulib SUBDIR += jalbum SUBDIR += jasper SUBDIR += jave6 SUBDIR += jbig2dec SUBDIR += jbigkit SUBDIR += jdraw SUBDIR += jgraph SUBDIR += jhead SUBDIR += jogamp-jogl SUBDIR += jogl SUBDIR += jp2a SUBDIR += jpatch SUBDIR += jpeg SUBDIR += jpeg-turbo SUBDIR += jpeg2ps SUBDIR += jpeginfo SUBDIR += jpegoptim SUBDIR += jpg2pdf SUBDIR += jpgraph2 SUBDIR += jpgtn SUBDIR += jslice SUBDIR += kamera-kde4 SUBDIR += kcolorchooser SUBDIR += kcoloredit SUBDIR += kdegraphics4 SUBDIR += kdegraphics4-mobipocket SUBDIR += kdegraphics4-strigi-analyzer SUBDIR += kdegraphics4-svgpart SUBDIR += kdegraphics4-thumbnailers SUBDIR += kiconedit SUBDIR += kipi-plugin-acquireimages SUBDIR += kipi-plugin-advancedslideshow SUBDIR += kipi-plugin-batchprocess SUBDIR += kipi-plugin-calendar SUBDIR += kipi-plugin-debianscreenshots SUBDIR += kipi-plugin-dngconverter SUBDIR += kipi-plugin-expoblending SUBDIR += kipi-plugin-facebook SUBDIR += kipi-plugin-flashexport SUBDIR += kipi-plugin-flickrexport SUBDIR += kipi-plugin-galleryexport SUBDIR += kipi-plugin-gpssync SUBDIR += kipi-plugin-htmlexport SUBDIR += kipi-plugin-imageshackexport SUBDIR += kipi-plugin-imageviewer SUBDIR += kipi-plugin-imgurexport SUBDIR += kipi-plugin-ipodexport SUBDIR += kipi-plugin-jalbumexport SUBDIR += kipi-plugin-jpeglossless SUBDIR += kipi-plugin-kioexport SUBDIR += kipi-plugin-kmlexport SUBDIR += kipi-plugin-kopete SUBDIR += kipi-plugin-mediawiki SUBDIR += kipi-plugin-metadataedit SUBDIR += kipi-plugin-panorama SUBDIR += kipi-plugin-photolayoutseditor SUBDIR += kipi-plugin-picasawebexport SUBDIR += kipi-plugin-piwigoexport SUBDIR += kipi-plugin-printimages SUBDIR += kipi-plugin-rajceexport SUBDIR += kipi-plugin-rawconverter SUBDIR += kipi-plugin-removeredeyes SUBDIR += kipi-plugin-sendimages SUBDIR += kipi-plugin-shwup SUBDIR += kipi-plugin-smug SUBDIR += kipi-plugin-timeadjust SUBDIR += kipi-plugin-videoslideshow SUBDIR += kipi-plugin-vkontakte SUBDIR += kipi-plugin-yandexfotki SUBDIR += kipi-plugins-kde4 SUBDIR += kix-kmod SUBDIR += klatexformula SUBDIR += kludge3d SUBDIR += kolourpaint SUBDIR += kphotoalbum-kde4 SUBDIR += kpovmodeler SUBDIR += kqtquickcharts SUBDIR += ksaneplugin SUBDIR += ksnapshot SUBDIR += kudu SUBDIR += kuickshow-kde4 SUBDIR += l2p SUBDIR += laternamagica SUBDIR += lcdtest SUBDIR += lcms SUBDIR += lcms-python SUBDIR += lcms2 SUBDIR += leafpak SUBDIR += lensfun SUBDIR += leptonica SUBDIR += lfview SUBDIR += lib3ds SUBDIR += libEGL SUBDIR += libGL SUBDIR += libGLU SUBDIR += libGLw SUBDIR += libafterimage SUBDIR += libart_lgpl SUBDIR += libaux SUBDIR += libboard SUBDIR += libcaca SUBDIR += libcdr01 SUBDIR += libchamplain SUBDIR += libdmtx SUBDIR += libdrm SUBDIR += libecwj2 SUBDIR += libemf SUBDIR += libepoxy SUBDIR += libetonyek SUBDIR += libetonyek01 SUBDIR += libexif SUBDIR += libexif-gtk SUBDIR += libfpx SUBDIR += libfreehand SUBDIR += libgaiagraphics SUBDIR += libgeotiff SUBDIR += libgfx SUBDIR += libglapi SUBDIR += libglesv2 SUBDIR += libgltext SUBDIR += libgltf SUBDIR += libgnomecanvas SUBDIR += libgnomecanvas-reference SUBDIR += libgnomecanvasmm26 SUBDIR += libgphoto2 SUBDIR += libimg SUBDIR += libiptcdata SUBDIR += libjpeg-turbo SUBDIR += libkdcraw-kde4 SUBDIR += libkexiv2-kde4 SUBDIR += libkface SUBDIR += libkipi-kde4 SUBDIR += libkipiplugins SUBDIR += libksane SUBDIR += libkscreen SUBDIR += liblqr-1 SUBDIR += liblug SUBDIR += libmng SUBDIR += libmorph SUBDIR += libopenraw SUBDIR += libosmesa SUBDIR += libpano12 SUBDIR += libpano13 SUBDIR += libpcd SUBDIR += libpgf SUBDIR += libprojectm SUBDIR += libpuzzle SUBDIR += libqrencode SUBDIR += librasterlite SUBDIR += libraw SUBDIR += libreatlas SUBDIR += librsvg2 SUBDIR += libsixel SUBDIR += libspiro SUBDIR += libsvg SUBDIR += libsvg-cairo SUBDIR += libtxc_dxtn SUBDIR += libvisual SUBDIR += libvisual04 SUBDIR += libvisual04-plugins SUBDIR += libwmf SUBDIR += libwmf-nox11 SUBDIR += libwpg SUBDIR += libwpg03 SUBDIR += linplasma SUBDIR += linux-XnViewMP SUBDIR += linux-adobesvg SUBDIR += linux-c6-sdl_image SUBDIR += linux-c6-sdl_ttf SUBDIR += linux-c6-dri SUBDIR += linux-c6-dri-compat + SUBDIR += linux-c6-gdk-pixbuf + SUBDIR += linux-c6-glx-utils SUBDIR += linux-c6-jpeg SUBDIR += linux-c6-libGLU SUBDIR += linux-c6-tiff SUBDIR += linux-c6-cairo SUBDIR += linux-c6-png SUBDIR += linux-f10-cairo SUBDIR += linux-f10-dri SUBDIR += linux-f10-gdk-pixbuf SUBDIR += linux-f10-glew SUBDIR += linux-f10-imlib SUBDIR += linux-f10-jpeg SUBDIR += linux-f10-libGLU SUBDIR += linux-f10-libmng SUBDIR += linux-f10-png SUBDIR += linux-f10-sdl_image SUBDIR += linux-f10-sdl_ttf SUBDIR += linux-f10-tiff SUBDIR += linux-f10-ungif SUBDIR += lprof-devel SUBDIR += lua-gd SUBDIR += luminance SUBDIR += luminance-qt5 SUBDIR += luxrender SUBDIR += mahotas SUBDIR += maim SUBDIR += makehuman SUBDIR += mandelbulber SUBDIR += mapnik SUBDIR += mapserver SUBDIR += mapyrus SUBDIR += megapov SUBDIR += mesa-demos SUBDIR += meshviewer SUBDIR += metacam SUBDIR += metapixel SUBDIR += mhgui SUBDIR += ming SUBDIR += mirage SUBDIR += mmrecover SUBDIR += mozjpeg SUBDIR += mscgen SUBDIR += mtpaint SUBDIR += multican SUBDIR += multiraw SUBDIR += mupdf SUBDIR += mxp SUBDIR += mypaint SUBDIR += nathive SUBDIR += netpbm SUBDIR += nip2 SUBDIR += nomacs SUBDIR += npretty SUBDIR += nvidia-texture-tools SUBDIR += ocaml-images SUBDIR += ocaml-lablgl SUBDIR += ocrad SUBDIR += ocre SUBDIR += ocrfeeder SUBDIR += ocropus SUBDIR += ogre3d SUBDIR += okular SUBDIR += opencollada SUBDIR += opencolorio SUBDIR += opencolorio-tools SUBDIR += opencsg SUBDIR += opencv SUBDIR += opencv-core SUBDIR += opencv-java SUBDIR += opendx SUBDIR += opengl-man SUBDIR += opengtl SUBDIR += openimageio SUBDIR += openjpeg SUBDIR += openjpeg15 SUBDIR += openjump SUBDIR += opennurbs SUBDIR += openrm SUBDIR += openshadinglanguage SUBDIR += optar SUBDIR += optipng SUBDIR += osg SUBDIR += osg-devel SUBDIR += osgearth SUBDIR += oyranos SUBDIR += p5-Acme-Steganography-Image-Png SUBDIR += p5-CAD-Drawing SUBDIR += p5-CAD-Drawing-Template SUBDIR += p5-Cairo SUBDIR += p5-Captcha-reCAPTCHA SUBDIR += p5-Captcha-reCAPTCHA-Mailhide SUBDIR += p5-Chart SUBDIR += p5-Chart-Clicker SUBDIR += p5-Chart-Graph SUBDIR += p5-Chart-PNGgraph SUBDIR += p5-Color-Calc SUBDIR += p5-Color-Library SUBDIR += p5-Color-Palette SUBDIR += p5-Color-Rgb SUBDIR += p5-Color-Scheme SUBDIR += p5-Convert-Color SUBDIR += p5-GD SUBDIR += p5-GD-Arrow SUBDIR += p5-GD-Barcode SUBDIR += p5-GD-Graph SUBDIR += p5-GD-Graph-histogram SUBDIR += p5-GD-Graph-ohlc SUBDIR += p5-GD-Graph3d SUBDIR += p5-GD-SVG SUBDIR += p5-GD-TextUtil SUBDIR += p5-GD-Thumbnail SUBDIR += p5-Geo-EOP SUBDIR += p5-Geo-GDAL SUBDIR += p5-Geo-GML SUBDIR += p5-Geo-Gpx SUBDIR += p5-Geo-KML SUBDIR += p5-Geo-Point SUBDIR += p5-Geo-Proj4 SUBDIR += p5-Geometry-Primitive SUBDIR += p5-Gimp SUBDIR += p5-Google-Chart SUBDIR += p5-Graph-Easy SUBDIR += p5-Graph-ReadWrite SUBDIR += p5-Graph-SocialMap SUBDIR += p5-Graph-Writer-GraphViz SUBDIR += p5-GraphViz SUBDIR += p5-GraphViz-Data-Structure SUBDIR += p5-GraphViz-Traverse SUBDIR += p5-GraphViz2 SUBDIR += p5-Graphics-Color SUBDIR += p5-Graphics-ColorNames SUBDIR += p5-Graphics-ColorNames-WWW SUBDIR += p5-Graphics-GnuplotIF SUBDIR += p5-Graphics-Primitive SUBDIR += p5-Graphics-Primitive-Driver-Cairo SUBDIR += p5-Image-Base SUBDIR += p5-Image-Base-SVG SUBDIR += p5-Image-Caa SUBDIR += p5-Image-Compare SUBDIR += p5-Image-ExifTool SUBDIR += p5-Image-ExifTool-devel SUBDIR += p5-Image-Grab SUBDIR += p5-Image-Heatmap SUBDIR += p5-Image-IPTCInfo SUBDIR += p5-Image-Imgur SUBDIR += p5-Image-Imlib2 SUBDIR += p5-Image-Info SUBDIR += p5-Image-LibExif SUBDIR += p5-Image-Magick-Iterator SUBDIR += p5-Image-Math-Constrain SUBDIR += p5-Image-MetaData-GQview SUBDIR += p5-Image-MetaData-JPEG SUBDIR += p5-Image-ObjectDetect SUBDIR += p5-Image-PBMlib SUBDIR += p5-Image-Pngslimmer SUBDIR += p5-Image-Scale SUBDIR += p5-Image-Size SUBDIR += p5-Image-Size-FillFullSelect SUBDIR += p5-Imager SUBDIR += p5-Imager-AverageGray SUBDIR += p5-Imager-Graph SUBDIR += p5-Imager-Plot SUBDIR += p5-Imager-QRCode SUBDIR += p5-Imlib2 SUBDIR += p5-Layout-Manager SUBDIR += p5-OpenGL SUBDIR += p5-PGPLOT SUBDIR += p5-SVG-DOM2 SUBDIR += p5-SVG-Graph SUBDIR += p5-SVG-Metadata SUBDIR += p5-SWF-Builder SUBDIR += p5-SWF-File SUBDIR += p5-Sane SUBDIR += p5-SpringGraph SUBDIR += p5-Tk-JPEG-Lite SUBDIR += p5-URI-GoogleChart SUBDIR += p5-VCG SUBDIR += p5-Visio SUBDIR += p5-ming SUBDIR += panoglview SUBDIR += panomatic SUBDIR += partio SUBDIR += pdf2svg SUBDIR += pear-Horde_Image SUBDIR += pear-IO_SWF SUBDIR += pear-Image_3D SUBDIR += pear-Image_Barcode SUBDIR += pear-Image_Barcode2 SUBDIR += pear-Image_Canvas SUBDIR += pear-Image_Color SUBDIR += pear-Image_Graph SUBDIR += pear-Image_GraphViz SUBDIR += pear-Image_Transform SUBDIR += pecl-gmagick SUBDIR += pecl-imagick SUBDIR += pecl-imlib2 SUBDIR += pecl-qrencode SUBDIR += pecomato SUBDIR += pencil SUBDIR += peps SUBDIR += pfscalibration SUBDIR += pfstmo SUBDIR += pfstools SUBDIR += pgplot SUBDIR += pho SUBDIR += photopc SUBDIR += php-facedetect SUBDIR += php-gdal SUBDIR += php-libpuzzle SUBDIR += php-magickwand SUBDIR += php5-exif SUBDIR += php5-ffmpeg SUBDIR += php5-gd SUBDIR += php5-swfed SUBDIR += php53-exif SUBDIR += php53-gd SUBDIR += php55-exif SUBDIR += php55-gd SUBDIR += php56-exif SUBDIR += php56-gd SUBDIR += phplot SUBDIR += picpuz SUBDIR += picturebook SUBDIR += picviz SUBDIR += piddle SUBDIR += pinpoint SUBDIR += pixelize SUBDIR += pixen SUBDIR += pixie SUBDIR += pixmap SUBDIR += plasma-kmod SUBDIR += plotutils SUBDIR += png SUBDIR += png2html SUBDIR += png2ico SUBDIR += pngcheck SUBDIR += pngcrush SUBDIR += pngnq SUBDIR += pngquant SUBDIR += pngrewrite SUBDIR += pngwriter SUBDIR += podofo SUBDIR += poppler SUBDIR += poppler-data SUBDIR += poppler-glib SUBDIR += poppler-qt4 SUBDIR += poppler-utils SUBDIR += pornview SUBDIR += potrace SUBDIR += povray-meta SUBDIR += povray36 SUBDIR += povray37 SUBDIR += ppmcaption SUBDIR += ppminfo SUBDIR += ppsei SUBDIR += pqiv SUBDIR += preview SUBDIR += price SUBDIR += prison SUBDIR += processing SUBDIR += proj SUBDIR += projectm-libvisual SUBDIR += pstoedit SUBDIR += pstoepsi SUBDIR += pure-gl SUBDIR += py-PyX SUBDIR += py-PyX12 SUBDIR += py-aafigure SUBDIR += py-actdiag SUBDIR += py-blockdiag SUBDIR += py-blockdiagcontrib-cisco SUBDIR += py-cairo SUBDIR += py-chart SUBDIR += py-django-easy-thumbnails SUBDIR += py-editobj SUBDIR += py-exif SUBDIR += py-exiv2 SUBDIR += py-freeimagepy SUBDIR += py-gchartwrapper SUBDIR += py-gd SUBDIR += py-gdal SUBDIR += py-gimp SUBDIR += py-glewpy SUBDIR += py-goocanvas SUBDIR += py-graph SUBDIR += py-graph-core SUBDIR += py-graph-dot SUBDIR += py-graphviz SUBDIR += py-graphy SUBDIR += py-gvgen SUBDIR += py-imaging SUBDIR += py-mcomix SUBDIR += py-ming SUBDIR += py-nwdiag SUBDIR += py-opencv SUBDIR += py-openexr SUBDIR += py-opengl SUBDIR += py-openimageio SUBDIR += py-paint SUBDIR += py-pillow SUBDIR += py-pivy SUBDIR += py-png SUBDIR += py-poppler SUBDIR += py-poppler-qt4 SUBDIR += py-pycha SUBDIR += py-pydot SUBDIR += py-pygal SUBDIR += py-pyggel SUBDIR += py-pyglet SUBDIR += py-pygooglechart SUBDIR += py-pyproj SUBDIR += py-qt4-svg SUBDIR += py-rabbyt SUBDIR += py-sane SUBDIR += py-seqdiag SUBDIR += py-sorl-thumbnail SUBDIR += py-soya3d SUBDIR += py-stltools SUBDIR += py-wand SUBDIR += py-webcolors SUBDIR += py3-cairo SUBDIR += pygts SUBDIR += pymorph SUBDIR += pyro SUBDIR += pysvg SUBDIR += qcomicbook SUBDIR += qcread SUBDIR += qgis SUBDIR += qiv SUBDIR += qiviewer SUBDIR += qslim SUBDIR += qt4-iconengines SUBDIR += qt4-imageformats SUBDIR += qt4-opengl SUBDIR += qt4-pixeltool SUBDIR += qt4-svg SUBDIR += qt5-graphicaleffects SUBDIR += qt5-imageformats SUBDIR += qt5-opengl SUBDIR += qt5-pixeltool SUBDIR += qt5-svg SUBDIR += qtgtl SUBDIR += quat SUBDIR += quat-gui SUBDIR += quesa SUBDIR += quesoglc SUBDIR += qxv SUBDIR += radius-engine SUBDIR += raster3d SUBDIR += rawstudio SUBDIR += rawtherapee SUBDIR += rayshade SUBDIR += reallyslick SUBDIR += recoverjpeg SUBDIR += renrot SUBDIR += repng2jpeg SUBDIR += rgbpaint SUBDIR += ristretto SUBDIR += ruby-gd SUBDIR += ruby-gdal SUBDIR += ruby-image_size SUBDIR += ruby-imlib2 SUBDIR += ruby-svg SUBDIR += rubygem-cairo SUBDIR += rubygem-captcha SUBDIR += rubygem-chunky_png SUBDIR += rubygem-clutter SUBDIR += rubygem-clutter-gtk SUBDIR += rubygem-dragonfly SUBDIR += rubygem-emoji SUBDIR += rubygem-exifr SUBDIR += rubygem-ezprint SUBDIR += rubygem-fastimage SUBDIR += rubygem-flamegraph SUBDIR += rubygem-gd2 SUBDIR += rubygem-gdk_pixbuf2 SUBDIR += rubygem-geokit SUBDIR += rubygem-gitlab_emoji SUBDIR += rubygem-goocanvas SUBDIR += rubygem-graphviz SUBDIR += rubygem-gruff SUBDIR += rubygem-image_science SUBDIR += rubygem-imagesize SUBDIR += rubygem-objectdetect SUBDIR += rubygem-opengl SUBDIR += rubygem-pdfkit SUBDIR += rubygem-png SUBDIR += rubygem-railroad SUBDIR += rubygem-rmagick SUBDIR += rubygem-rsvg2 SUBDIR += rubygem-scruffy SUBDIR += rubyphoto SUBDIR += s10sh SUBDIR += sage SUBDIR += sam2p SUBDIR += sampleicc SUBDIR += sane-backends SUBDIR += sane-frontends SUBDIR += scale2x SUBDIR += scantailor SUBDIR += scr2png SUBDIR += scrot SUBDIR += scwm-icons SUBDIR += sdl2_gfx SUBDIR += sdl2_image SUBDIR += sdl2_ttf SUBDIR += sdl_gfx SUBDIR += sdl_image SUBDIR += sdl_ttf SUBDIR += seam-carving-gui SUBDIR += seejpeg SUBDIR += separate SUBDIR += seq2gif SUBDIR += sharpconstruct SUBDIR += shiva-collections SUBDIR += shotwell SUBDIR += show SUBDIR += showimage SUBDIR += silgraphite SUBDIR += simage SUBDIR += simpleviewer SUBDIR += sk1libs SUBDIR += skanlite SUBDIR += skencil SUBDIR += sketch SUBDIR += sng SUBDIR += springgraph SUBDIR += squish SUBDIR += sswf SUBDIR += stamp SUBDIR += structuresynth SUBDIR += svg2pdf SUBDIR += svg2png SUBDIR += svgalib SUBDIR += svgfig SUBDIR += swfdec SUBDIR += swfmill SUBDIR += swftools SUBDIR += sxiv SUBDIR += synaesthesia SUBDIR += synfigstudio SUBDIR += telak SUBDIR += tesseract SUBDIR += tesseract-data SUBDIR += tgif SUBDIR += tif22pnm SUBDIR += tiff SUBDIR += tiffgt SUBDIR += tifmerge SUBDIR += tilecache SUBDIR += tiled SUBDIR += timeless SUBDIR += tintfu SUBDIR += tinyows SUBDIR += tkpng SUBDIR += togl SUBDIR += truevision SUBDIR += ttygif SUBDIR += tulip SUBDIR += tumble SUBDIR += ufraw SUBDIR += uniconvertor SUBDIR += uniconvw SUBDIR += unpaper SUBDIR += urt SUBDIR += vcg SUBDIR += viewnior SUBDIR += vigra SUBDIR += vips SUBDIR += visprint SUBDIR += volpack SUBDIR += vp SUBDIR += webp SUBDIR += whirlgif SUBDIR += white_dune SUBDIR += wings SUBDIR += wmicons SUBDIR += wxsvg SUBDIR += xaos SUBDIR += xbmbrowser SUBDIR += xcftools SUBDIR += xd3d SUBDIR += xdgagrab SUBDIR += xface.el SUBDIR += xfig SUBDIR += xfpovray SUBDIR += xfractint SUBDIR += xglurbules SUBDIR += xgrasp SUBDIR += xli SUBDIR += xmandel SUBDIR += xmedcon SUBDIR += xmlgraphics-commons SUBDIR += xmountains SUBDIR += xnview SUBDIR += xoris SUBDIR += xournal SUBDIR += xpaint SUBDIR += xpdf SUBDIR += xpx SUBDIR += xsane SUBDIR += xsvg SUBDIR += xtexcad SUBDIR += xv SUBDIR += xv-m17n SUBDIR += xwpick SUBDIR += xzgv SUBDIR += yafray SUBDIR += yagf SUBDIR += yed SUBDIR += zathura SUBDIR += zathura-djvu SUBDIR += zathura-pdf-mupdf SUBDIR += zathura-pdf-poppler SUBDIR += zbar SUBDIR += zgv SUBDIR += zimg SUBDIR += zint SUBDIR += zphoto .include Index: head/graphics/linux-c6-cairo/Makefile =================================================================== --- head/graphics/linux-c6-cairo/Makefile (revision 372444) +++ head/graphics/linux-c6-cairo/Makefile (revision 372445) @@ -1,27 +1,28 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= cairo PORTVERSION= 1.8.8 +PORTREVISION= 1 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org COMMENT= Vector graphics library Cairo (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-cairo-[0-9]* linux-f10-cairo-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes USE_LINUX_APPS= fontconfig png xorglibs RPMVERSION= 3.1.el6 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libcairo.so.2 \ usr/lib/libcairo.so.2.10800.8 DOCSDIR= ${PREFIX}/usr/share/doc/cairo-${PORTVERSION} PORTDOCS= AUTHORS BIBLIOGRAPHY BUGS COPYING COPYING-LGPL-2.1 \ COPYING-MPL-1.1 NEWS README .include Index: head/graphics/linux-c6-cairo/distinfo.i686 =================================================================== --- head/graphics/linux-c6-cairo/distinfo.i686 (revision 372444) +++ head/graphics/linux-c6-cairo/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/cairo-1.8.8-3.1.el6.i686.rpm) = 09b2b2b38115e74d1aab2253682cde59970c6a0286a151b438a7e7ec3fefa1f4 -SIZE (rpm/i686/centos/6.5/cairo-1.8.8-3.1.el6.i686.rpm) = 326400 -SHA256 (rpm/i686/centos/6.5/cairo-1.8.8-3.1.el6.src.rpm) = 0878b1cc9dcb05138fee6d32dc8148fe19cb6de6bf788c68526b9059d35be87e -SIZE (rpm/i686/centos/6.5/cairo-1.8.8-3.1.el6.src.rpm) = 6660677 +SHA256 (rpm/i686/centos/6.6/cairo-1.8.8-3.1.el6.i686.rpm) = 09b2b2b38115e74d1aab2253682cde59970c6a0286a151b438a7e7ec3fefa1f4 +SIZE (rpm/i686/centos/6.6/cairo-1.8.8-3.1.el6.i686.rpm) = 326400 +SHA256 (rpm/i686/centos/6.6/cairo-1.8.8-3.1.el6.src.rpm) = 0878b1cc9dcb05138fee6d32dc8148fe19cb6de6bf788c68526b9059d35be87e +SIZE (rpm/i686/centos/6.6/cairo-1.8.8-3.1.el6.src.rpm) = 6660677 Index: head/graphics/linux-c6-dri/Makefile =================================================================== --- head/graphics/linux-c6-dri/Makefile (revision 372444) +++ head/graphics/linux-c6-dri/Makefile (revision 372445) @@ -1,32 +1,33 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= dri -PORTVERSION= 9.2 +PORTVERSION= 10.1 CATEGORIES= graphics linux -DISTFILES= mesa-libGL-9.2-0.5.el6.i686.rpm \ - mesa-libGLU-9.2-0.5.el6.i686.rpm \ - mesa-dri-drivers-9.2-0.5.el6.i686.rpm \ - libdrm-2.4.45-2.el6.i686.rpm \ +DISTFILES= mesa-libGL-10.1.2-2.el6.i686.rpm \ + mesa-libGLU-10.1.2-2.el6.i686.rpm \ + mesa-dri-drivers-10.1.2-2.el6.i686.rpm \ + libdrm-2.4.52-4.el6.i686.rpm \ freeglut-2.6.0-1.el6.i686.rpm MAINTAINER= emulation@FreeBSD.org COMMENT= Mesa libGL runtime libraries (Linux CentOS ${LINUX_DIST_VER}) ALWAYS_KEEP_DISTFILES= YES CONFLICTS= linux_dri-[0-9]* linux_dri-devel-[0-9]* linux-f10-dri-[0-9]* linux-dri-[0-9]* ONLY_FOR_ARCHS= i386 amd64 .if defined(PACKAGE_BUILDING) -SRC_DISTFILES= mesa-9.2-0.5.el6.src.rpm \ - libdrm-2.4.45-2.el6.src.rpm \ - freeglut-2.6.0-1.el6.src.rpm +SRC_DISTFILES= mesa-10.1.2-2.el6.src.rpm \ + libdrm-2.4.52-4.el6.src.rpm \ + freeglut-2.6.0-1.el6.src.rpm .endif USE_LINUX= c6 USE_LINUX_APPS= xorglibs USE_LINUX_RPM= yes USE_LDCONFIG= yes +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/graphics/linux-c6-dri/distinfo.i686 =================================================================== --- head/graphics/linux-c6-dri/distinfo.i686 (revision 372444) +++ head/graphics/linux-c6-dri/distinfo.i686 (revision 372445) @@ -1,16 +1,16 @@ -SHA256 (rpm/i686/centos/6.5/mesa-libGL-9.2-0.5.el6.i686.rpm) = 0bcc2435f7e0e97a480543c54bfbba2563848209cbd249088f460f3650a40fc2 -SIZE (rpm/i686/centos/6.5/mesa-libGL-9.2-0.5.el6.i686.rpm) = 125140 -SHA256 (rpm/i686/centos/6.5/mesa-libGLU-9.2-0.5.el6.i686.rpm) = ded5d3f58c8fbe89e9c710d90d578f3fc76cc7b44090ff9c3c87276004f23175 -SIZE (rpm/i686/centos/6.5/mesa-libGLU-9.2-0.5.el6.i686.rpm) = 197372 -SHA256 (rpm/i686/centos/6.5/mesa-dri-drivers-9.2-0.5.el6.i686.rpm) = 35911f50ece5ce4765430bb5339ebfe93bf934b9b7f2ab6019952ae995f38f33 -SIZE (rpm/i686/centos/6.5/mesa-dri-drivers-9.2-0.5.el6.i686.rpm) = 6465704 -SHA256 (rpm/i686/centos/6.5/libdrm-2.4.45-2.el6.i686.rpm) = 93b0b7e9645989e646eba713ef754ac92fe5d835c0e87baaaf654274d1e199ac -SIZE (rpm/i686/centos/6.5/libdrm-2.4.45-2.el6.i686.rpm) = 125804 -SHA256 (rpm/i686/centos/6.5/freeglut-2.6.0-1.el6.i686.rpm) = fa6cb446baf0b4e02a68c7260e3a2186fc2bb208293d39ccb48dd8ed9c61b606 -SIZE (rpm/i686/centos/6.5/freeglut-2.6.0-1.el6.i686.rpm) = 170044 -SHA256 (rpm/i686/centos/6.5/mesa-9.2-0.5.el6.src.rpm) = 235ebab32077e6658c8785b310c40907bfc0e9bcfec4affabdfd00e28b67f54c -SIZE (rpm/i686/centos/6.5/mesa-9.2-0.5.el6.src.rpm) = 23336483 -SHA256 (rpm/i686/centos/6.5/libdrm-2.4.45-2.el6.src.rpm) = 3a220027585dc2acc791fb82508d985c95fda8dabc4fcf521012fa17af73dfdb -SIZE (rpm/i686/centos/6.5/libdrm-2.4.45-2.el6.src.rpm) = 595076 -SHA256 (rpm/i686/centos/6.5/freeglut-2.6.0-1.el6.src.rpm) = 04ca4b3c4917110e7878df3d82f52639a76274ed3c0611ff72b86ea5e242d037 -SIZE (rpm/i686/centos/6.5/freeglut-2.6.0-1.el6.src.rpm) = 2185780 +SHA256 (rpm/i686/centos/6.6/mesa-libGL-10.1.2-2.el6.i686.rpm) = 19342b4080c594191470051a227a7218b311864080fcb884d9f3cde991605652 +SIZE (rpm/i686/centos/6.6/mesa-libGL-10.1.2-2.el6.i686.rpm) = 131560 +SHA256 (rpm/i686/centos/6.6/mesa-libGLU-10.1.2-2.el6.i686.rpm) = e29601d479b8adbff75a2a23dcce604bb62228ea7cbde985362b3bfcdd855da8 +SIZE (rpm/i686/centos/6.6/mesa-libGLU-10.1.2-2.el6.i686.rpm) = 198216 +SHA256 (rpm/i686/centos/6.6/mesa-dri-drivers-10.1.2-2.el6.i686.rpm) = 2bee19d8d002e9b99c5307a08a0ce0e2caad4bf35d45fccc61eb564bc5619136 +SIZE (rpm/i686/centos/6.6/mesa-dri-drivers-10.1.2-2.el6.i686.rpm) = 13137980 +SHA256 (rpm/i686/centos/6.6/libdrm-2.4.52-4.el6.i686.rpm) = 9268d526aea592ab04a21a1fdd0cfb8f2a487790b6c6ec77849c7e64664699d8 +SIZE (rpm/i686/centos/6.6/libdrm-2.4.52-4.el6.i686.rpm) = 128684 +SHA256 (rpm/i686/centos/6.6/freeglut-2.6.0-1.el6.i686.rpm) = fa6cb446baf0b4e02a68c7260e3a2186fc2bb208293d39ccb48dd8ed9c61b606 +SIZE (rpm/i686/centos/6.6/freeglut-2.6.0-1.el6.i686.rpm) = 170044 +SHA256 (rpm/i686/centos/6.6/mesa-10.1.2-2.el6.src.rpm) = eecc2fcd5f3478d420a2decb61e201c91c8cfcaf3ae2bf7e6c5b69d342a5d98c +SIZE (rpm/i686/centos/6.6/mesa-10.1.2-2.el6.src.rpm) = 23953214 +SHA256 (rpm/i686/centos/6.6/libdrm-2.4.52-4.el6.src.rpm) = f277fedff7bd0939992e1d2e0721ac4d1eb30851805179502d77eb53c6584c0a +SIZE (rpm/i686/centos/6.6/libdrm-2.4.52-4.el6.src.rpm) = 592482 +SHA256 (rpm/i686/centos/6.6/freeglut-2.6.0-1.el6.src.rpm) = 04ca4b3c4917110e7878df3d82f52639a76274ed3c0611ff72b86ea5e242d037 +SIZE (rpm/i686/centos/6.6/freeglut-2.6.0-1.el6.src.rpm) = 2185780 Index: head/graphics/linux-c6-dri/pkg-descr =================================================================== --- head/graphics/linux-c6-dri/pkg-descr (revision 372444) +++ head/graphics/linux-c6-dri/pkg-descr (revision 372445) @@ -1,2 +1,3 @@ -The port installs Linux Fedora 10 Mesa libGL runtime libraries -and DRI drivers. +The port installs CentOS 6.6 Mesa libGL runtime libraries and DRI drivers. + +WWW: http://www.centos.org Index: head/graphics/linux-c6-dri/pkg-plist =================================================================== --- head/graphics/linux-c6-dri/pkg-plist (revision 372444) +++ head/graphics/linux-c6-dri/pkg-plist (revision 372445) @@ -1,48 +1,45 @@ lib/udev/rules.d/91-drm-modeset.rules usr/lib/dri/i915_dri.so usr/lib/dri/i965_dri.so usr/lib/dri/r200_dri.so usr/lib/dri/r300_dri.so usr/lib/dri/r600_dri.so usr/lib/dri/radeon_dri.so usr/lib/dri/radeonsi_dri.so usr/lib/dri/swrast_dri.so usr/lib/libGL.so.1 usr/lib/libGL.so.1.2.0 usr/lib/libGLU.so.1 usr/lib/libGLU.so.1.3.1 -usr/lib/libdricore9.2.0-devel.so -usr/lib/libdricore9.2.0-devel.so.1 -usr/lib/libdricore9.2.0-devel.so.1.0.0 usr/lib/libdrm.so.2 usr/lib/libdrm.so.2.4.0 usr/lib/libdrm_intel.so.1 usr/lib/libdrm_intel.so.1.0.0 usr/lib/libdrm_nouveau.so.1 usr/lib/libdrm_nouveau.so.1.0.0 usr/lib/libdrm_nouveau2.so.2 usr/lib/libdrm_nouveau2.so.2.0.0 usr/lib/libdrm_radeon.so.1 usr/lib/libdrm_radeon.so.1.0.1 usr/lib/libglapi.so usr/lib/libglapi.so.0 usr/lib/libglapi.so.0.0.0 usr/lib/libglut.so.3 usr/lib/libglut.so.3.9.0 usr/share/doc/freeglut-2.6.0/AUTHORS usr/share/doc/freeglut-2.6.0/COPYING usr/share/doc/freeglut-2.6.0/ChangeLog usr/share/doc/freeglut-2.6.0/INSTALL usr/share/doc/freeglut-2.6.0/NEWS usr/share/doc/freeglut-2.6.0/README usr/share/doc/freeglut-2.6.0/TODO usr/share/doc/freeglut-2.6.0/download.html usr/share/doc/freeglut-2.6.0/freeglut.html usr/share/doc/freeglut-2.6.0/freeglut_logo.png usr/share/doc/freeglut-2.6.0/freeglut_user_interface.html usr/share/doc/freeglut-2.6.0/index.html usr/share/doc/freeglut-2.6.0/ogl_sm.png usr/share/doc/freeglut-2.6.0/progress.html usr/share/doc/freeglut-2.6.0/structure.html -usr/share/doc/libdrm-2.4.45/README +usr/share/doc/libdrm-2.4.52/README %%ETCDIR%%rc Index: head/graphics/linux-c6-dri-compat/Makefile =================================================================== --- head/graphics/linux-c6-dri-compat/Makefile (revision 372444) +++ head/graphics/linux-c6-dri-compat/Makefile (revision 372445) @@ -1,35 +1,37 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= dri PORTVERSION= 9.0 +PORTREVISION= 1 CATEGORIES= graphics linux MASTER_SITES= http://vault.centos.org/6.4/os/i386/Packages/ PKGNAMESUFFIX= -compat DISTFILES= mesa-libGL-9.0-0.7.el6.i686.rpm \ mesa-libGLU-9.0-0.7.el6.i686.rpm \ mesa-dri-drivers-9.0-0.7.el6.i686.rpm \ libdrm-2.4.39-1.el6.i686.rpm \ freeglut-2.6.0-1.el6.i686.rpm MAINTAINER= emulation@FreeBSD.org COMMENT= Mesa libGL runtime libraries (Linux CentOS 6.4) ALWAYS_KEEP_DISTFILES= YES CONFLICTS= linux_dri-[0-9]* linux_dri-devel-[0-9]* linux-f10-dri-[0-9]* linux-dri-[0-9]* ONLY_FOR_ARCHS= i386 amd64 .if defined(PACKAGE_BUILDING) MASTER_SITES+= http://vault.centos.org/6.4/os/Source/SPackages/ SRC_DISTFILES= mesa-9.0-0.7.el6.src.rpm \ libdrm-2.4.39-1.el6.src.rpm \ freeglut-2.6.0-1.el6.src.rpm .endif USE_LINUX= c6 USE_LINUX_APPS= xorglibs USE_LINUX_RPM= yes USE_LDCONFIG= yes +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/graphics/linux-c6-dri-compat/distinfo.i686 =================================================================== --- head/graphics/linux-c6-dri-compat/distinfo.i686 (revision 372444) +++ head/graphics/linux-c6-dri-compat/distinfo.i686 (revision 372445) @@ -1,16 +1,16 @@ -SHA256 (rpm/i686/centos/6.5/mesa-libGL-9.0-0.7.el6.i686.rpm) = d6118a637f7fd22307c6b781ab8571a4f08cb86d701a48c0b573f38efa123729 -SIZE (rpm/i686/centos/6.5/mesa-libGL-9.0-0.7.el6.i686.rpm) = 165176 -SHA256 (rpm/i686/centos/6.5/mesa-libGLU-9.0-0.7.el6.i686.rpm) = fafa5a79261ac4835dc6101857d86b095d13931937275ee662daf1777c9d4256 -SIZE (rpm/i686/centos/6.5/mesa-libGLU-9.0-0.7.el6.i686.rpm) = 226992 -SHA256 (rpm/i686/centos/6.5/mesa-dri-drivers-9.0-0.7.el6.i686.rpm) = f442e88fb435bce9111aeabdde9b7d0013cc4303e2ea97e2fc8e740c884bca01 -SIZE (rpm/i686/centos/6.5/mesa-dri-drivers-9.0-0.7.el6.i686.rpm) = 4271416 -SHA256 (rpm/i686/centos/6.5/libdrm-2.4.39-1.el6.i686.rpm) = 33c05516d07ca236394004b9c3fc62834d7057892fbe341f5ecee7258d49ef9b -SIZE (rpm/i686/centos/6.5/libdrm-2.4.39-1.el6.i686.rpm) = 121244 -SHA256 (rpm/i686/centos/6.5/freeglut-2.6.0-1.el6.i686.rpm) = fa6cb446baf0b4e02a68c7260e3a2186fc2bb208293d39ccb48dd8ed9c61b606 -SIZE (rpm/i686/centos/6.5/freeglut-2.6.0-1.el6.i686.rpm) = 170044 -SHA256 (rpm/i686/centos/6.5/mesa-9.0-0.7.el6.src.rpm) = 83d0dde99dfc12eba3522e2edb7fde31d507c085cef9cd003b636a7c55a103f5 -SIZE (rpm/i686/centos/6.5/mesa-9.0-0.7.el6.src.rpm) = 22910741 -SHA256 (rpm/i686/centos/6.5/libdrm-2.4.39-1.el6.src.rpm) = ba866f47135cf1bbae8030bcc9325569a0d5d25e86ba818444a3f412ba12fc9f -SIZE (rpm/i686/centos/6.5/libdrm-2.4.39-1.el6.src.rpm) = 533038 -SHA256 (rpm/i686/centos/6.5/freeglut-2.6.0-1.el6.src.rpm) = 04ca4b3c4917110e7878df3d82f52639a76274ed3c0611ff72b86ea5e242d037 -SIZE (rpm/i686/centos/6.5/freeglut-2.6.0-1.el6.src.rpm) = 2185780 +SHA256 (rpm/i686/centos/6.6/mesa-libGL-9.0-0.7.el6.i686.rpm) = d6118a637f7fd22307c6b781ab8571a4f08cb86d701a48c0b573f38efa123729 +SIZE (rpm/i686/centos/6.6/mesa-libGL-9.0-0.7.el6.i686.rpm) = 165176 +SHA256 (rpm/i686/centos/6.6/mesa-libGLU-9.0-0.7.el6.i686.rpm) = fafa5a79261ac4835dc6101857d86b095d13931937275ee662daf1777c9d4256 +SIZE (rpm/i686/centos/6.6/mesa-libGLU-9.0-0.7.el6.i686.rpm) = 226992 +SHA256 (rpm/i686/centos/6.6/mesa-dri-drivers-9.0-0.7.el6.i686.rpm) = f442e88fb435bce9111aeabdde9b7d0013cc4303e2ea97e2fc8e740c884bca01 +SIZE (rpm/i686/centos/6.6/mesa-dri-drivers-9.0-0.7.el6.i686.rpm) = 4271416 +SHA256 (rpm/i686/centos/6.6/libdrm-2.4.39-1.el6.i686.rpm) = 33c05516d07ca236394004b9c3fc62834d7057892fbe341f5ecee7258d49ef9b +SIZE (rpm/i686/centos/6.6/libdrm-2.4.39-1.el6.i686.rpm) = 121244 +SHA256 (rpm/i686/centos/6.6/freeglut-2.6.0-1.el6.i686.rpm) = fa6cb446baf0b4e02a68c7260e3a2186fc2bb208293d39ccb48dd8ed9c61b606 +SIZE (rpm/i686/centos/6.6/freeglut-2.6.0-1.el6.i686.rpm) = 170044 +SHA256 (rpm/i686/centos/6.6/mesa-9.0-0.7.el6.src.rpm) = 83d0dde99dfc12eba3522e2edb7fde31d507c085cef9cd003b636a7c55a103f5 +SIZE (rpm/i686/centos/6.6/mesa-9.0-0.7.el6.src.rpm) = 22910741 +SHA256 (rpm/i686/centos/6.6/libdrm-2.4.39-1.el6.src.rpm) = ba866f47135cf1bbae8030bcc9325569a0d5d25e86ba818444a3f412ba12fc9f +SIZE (rpm/i686/centos/6.6/libdrm-2.4.39-1.el6.src.rpm) = 533038 +SHA256 (rpm/i686/centos/6.6/freeglut-2.6.0-1.el6.src.rpm) = 04ca4b3c4917110e7878df3d82f52639a76274ed3c0611ff72b86ea5e242d037 +SIZE (rpm/i686/centos/6.6/freeglut-2.6.0-1.el6.src.rpm) = 2185780 Index: head/graphics/linux-c6-gdk-pixbuf/Makefile =================================================================== --- head/graphics/linux-c6-gdk-pixbuf/Makefile (nonexistent) +++ head/graphics/linux-c6-gdk-pixbuf/Makefile (revision 372445) @@ -0,0 +1,20 @@ +# Created by: Kris Moore +# $FreeBSD$ + +PORTNAME= gdk-pixbuf2 +PORTVERSION= 2.24.1 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= RPM of the gdk-pixbuf lib (Linux CentOS ${LINUX_DIST_VER}) + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes +RPMVERSION= 5.el6 +LINUX_NAME= lib${PORTNAME} +BRANDELF_DIRS= usr/bin +USE_LDCONFIG= yes +DESCR= ${.CURDIR}/../gdk-pixbuf2/pkg-descr + +.include Property changes on: head/graphics/linux-c6-gdk-pixbuf/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-gdk-pixbuf/distinfo.i686 =================================================================== --- head/graphics/linux-c6-gdk-pixbuf/distinfo.i686 (nonexistent) +++ head/graphics/linux-c6-gdk-pixbuf/distinfo.i686 (revision 372445) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.6/gdk-pixbuf2-2.24.1-5.el6.i686.rpm) = 20342abbde6fa02935bc0e66f1d06167a43515c06836e9afea3d47c9f47e0bd1 +SIZE (rpm/i686/centos/6.6/gdk-pixbuf2-2.24.1-5.el6.i686.rpm) = 510168 +SHA256 (rpm/i686/centos/6.6/gdk-pixbuf2-2.24.1-5.el6.src.rpm) = 938434b89be45e2cf1eab558ed31b6deadb0ddc410544279cf782ba98431239b +SIZE (rpm/i686/centos/6.6/gdk-pixbuf2-2.24.1-5.el6.src.rpm) = 1186070 Property changes on: head/graphics/linux-c6-gdk-pixbuf/distinfo.i686 ___________________________________________________________________ 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: head/graphics/linux-c6-gdk-pixbuf/pkg-plist =================================================================== --- head/graphics/linux-c6-gdk-pixbuf/pkg-plist (nonexistent) +++ head/graphics/linux-c6-gdk-pixbuf/pkg-plist (revision 372445) @@ -0,0 +1,127 @@ +usr/bin/gdk-pixbuf-query-loaders-32 +usr/bin/update-gdk-pixbuf-loaders +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jasper.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pcx.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ras.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tiff.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-wbmp.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so +usr/lib/libgdk_pixbuf-2.0.so.0 +usr/lib/libgdk_pixbuf-2.0.so.0.2400.1 +usr/lib/libgdk_pixbuf_xlib-2.0.so.0 +usr/lib/libgdk_pixbuf_xlib-2.0.so.0.2400.1 +%%PORTDOCS%%usr/%%DOCSDIR%%-2.24.1/AUTHORS +%%PORTDOCS%%usr/%%DOCSDIR%%-2.24.1/COPYING +%%PORTDOCS%%usr/%%DOCSDIR%%-2.24.1/NEWS +usr/share/locale/af/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/as/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ast/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/az/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/be/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/be@latin/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/bg/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/bn/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/bn_IN/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/br/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/bs/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ca/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/crh/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/cy/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/da/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/dz/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/el/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/en@shaw/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/en_CA/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/eo/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/et/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/eu/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/fa/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ga/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/he/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/hi/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/hr/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/hy/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ia/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/io/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/is/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/it/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ja/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/kn/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ku/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/li/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/mai/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/mi/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/mk/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ml/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/mn/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/mr/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ms/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/my/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/nds/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ne/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/nl/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/nn/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/nso/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/or/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/pa/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ps/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ro/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ru/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/si/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/sq/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/sr@ije/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ta/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/te/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/th/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/tk/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/tt/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ug/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/uk/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/uz/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/uz@cyrillic/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/vi/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/wa/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/xh/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/yi/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo +usr/share/man/man1/gdk-pixbuf-query-loaders.1.gz Property changes on: head/graphics/linux-c6-gdk-pixbuf/pkg-plist ___________________________________________________________________ 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: head/graphics/linux-c6-glx-utils/Makefile =================================================================== --- head/graphics/linux-c6-glx-utils/Makefile (nonexistent) +++ head/graphics/linux-c6-glx-utils/Makefile (revision 372445) @@ -0,0 +1,37 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= glx-utils +PORTVERSION= 10.1.2 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= RPM of the GLX utils (Linux CentOS ${LINUX_DIST_VER}) + +DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/centos/${LINUX_DIST_VER} + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes +RPMVERSION= 2.el6 +BRANDELF_DIRS= usr/bin +USE_LDCONFIG= yes + +OPTIONS_DEFINE= NVIDIA_GL +NVIDIA_GL_DESC= Use GL driver from nvidia-driver +NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver + +PLIST_FILES= usr/bin/glxgears usr/bin/glxinfo \ + usr/bin/xdriinfo usr/share/man/man1/xdriinfo.1.gz + +.if defined(PACKAGE_BUILDING) +SRC_DISTFILES= mesa-10.1.2-2.el6.src.rpm +.endif + +.include + +.if ! ${PORT_OPTIONS:MNVIDIA_GL} +USE_LINUX_APPS+= dri +.endif + +.include Property changes on: head/graphics/linux-c6-glx-utils/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-glx-utils/distinfo.i686 =================================================================== --- head/graphics/linux-c6-glx-utils/distinfo.i686 (nonexistent) +++ head/graphics/linux-c6-glx-utils/distinfo.i686 (revision 372445) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.6/glx-utils-10.1.2-2.el6.i686.rpm) = d3869360deb7613846b875c213e40d4bccfe0d1bc8056df63c580d99764829f9 +SIZE (rpm/i686/centos/6.6/glx-utils-10.1.2-2.el6.i686.rpm) = 24912 +SHA256 (rpm/i686/centos/6.6/mesa-10.1.2-2.el6.src.rpm) = eecc2fcd5f3478d420a2decb61e201c91c8cfcaf3ae2bf7e6c5b69d342a5d98c +SIZE (rpm/i686/centos/6.6/mesa-10.1.2-2.el6.src.rpm) = 23953214 Property changes on: head/graphics/linux-c6-glx-utils/distinfo.i686 ___________________________________________________________________ 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: head/graphics/linux-c6-glx-utils/pkg-descr =================================================================== --- head/graphics/linux-c6-glx-utils/pkg-descr (nonexistent) +++ head/graphics/linux-c6-glx-utils/pkg-descr (revision 372445) @@ -0,0 +1,3 @@ +This package contains among others glxinfo and glxgears. + +WWW: http://www.centos.org Property changes on: head/graphics/linux-c6-glx-utils/pkg-descr ___________________________________________________________________ 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: head/graphics/linux-c6-jpeg/Makefile =================================================================== --- head/graphics/linux-c6-jpeg/Makefile (revision 372444) +++ head/graphics/linux-c6-jpeg/Makefile (revision 372445) @@ -1,26 +1,27 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= jpeg PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= graphics linux DISTNAME= lib${PORTNAME}-turbo-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= RPM of the JPEG lib (Linux CentOS ${LINUX_DIST_VER}) DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/centos/${LINUX_DIST_VER} CONFLICTS= linux-jpeg-[0-9]* linux-f10-jpeg-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes -RPMVERSION= 1.el6 +RPMVERSION= 3.el6_5 LINUX_NAME= lib${PORTNAME} BRANDELF_DIRS= usr/bin USE_LDCONFIG= yes DESCR= ${.CURDIR}/../jpeg/pkg-descr .include Index: head/graphics/linux-c6-jpeg/distinfo.i686 =================================================================== --- head/graphics/linux-c6-jpeg/distinfo.i686 (revision 372444) +++ head/graphics/linux-c6-jpeg/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/libjpeg-turbo-1.2.1-1.el6.i686.rpm) = 656c094c4c5a4137095e8864d40919b50232f9a4928ec353daf3f62e9051c282 -SIZE (rpm/i686/centos/6.5/libjpeg-turbo-1.2.1-1.el6.i686.rpm) = 180548 -SHA256 (rpm/i686/centos/6.5/libjpeg-turbo-1.2.1-1.el6.src.rpm) = 7424121cce6fa6fd63cf12ec333207aafcc4a498425ba1adbca499523b2c63a4 -SIZE (rpm/i686/centos/6.5/libjpeg-turbo-1.2.1-1.el6.src.rpm) = 1757836 +SHA256 (rpm/i686/centos/6.6/libjpeg-turbo-1.2.1-3.el6_5.i686.rpm) = 1b2a598ac9baeccd782a2ea160f9e4d2da442577ee2c745d24f44da3fd275306 +SIZE (rpm/i686/centos/6.6/libjpeg-turbo-1.2.1-3.el6_5.i686.rpm) = 180776 +SHA256 (rpm/i686/centos/6.6/libjpeg-turbo-1.2.1-3.el6_5.src.rpm) = e619abbdcebe1a4b2dacf7f3a3495380fa6d68919170c81378bead39ddbe5176 +SIZE (rpm/i686/centos/6.6/libjpeg-turbo-1.2.1-3.el6_5.src.rpm) = 1759144 Index: head/graphics/linux-c6-jpeg/pkg-plist =================================================================== --- head/graphics/linux-c6-jpeg/pkg-plist (revision 372444) +++ head/graphics/linux-c6-jpeg/pkg-plist (revision 372445) @@ -1,20 +1,18 @@ -@comment file listing usr/bin/cjpeg usr/bin/djpeg usr/bin/jpegtran usr/bin/rdjpgcom usr/bin/wrjpgcom usr/lib/libjpeg.so.62 usr/lib/libjpeg.so.62.0.0 usr/share/doc/libjpeg-turbo-1.2.1/ChangeLog.txt usr/share/doc/libjpeg-turbo-1.2.1/README usr/share/doc/libjpeg-turbo-1.2.1/README-turbo.txt usr/share/doc/libjpeg-turbo-1.2.1/change.log usr/share/doc/libjpeg-turbo-1.2.1/usage.txt usr/share/doc/libjpeg-turbo-1.2.1/wizard.txt usr/share/man/man1/cjpeg.1.gz usr/share/man/man1/djpeg.1.gz usr/share/man/man1/jpegtran.1.gz usr/share/man/man1/rdjpgcom.1.gz usr/share/man/man1/wrjpgcom.1.gz -@comment non-empty directory listing in revers order Index: head/graphics/linux-c6-png/Makefile =================================================================== --- head/graphics/linux-c6-png/Makefile (revision 372444) +++ head/graphics/linux-c6-png/Makefile (revision 372445) @@ -1,30 +1,31 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= png PORTVERSION= 1.2.49 +PORTREVISION= 1 CATEGORIES= graphics linux DISTNAME= lib${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= RPM of the PNG lib (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-png-[0-9]* linux-f8-png-[0-9]* linux-f10-png-[0-9]* LINUX_NAME= libpng ONLY_FOR_ARCHS= i386 amd64 RPMVERSION= 1.el6_2 USE_LINUX= c6 USE_LINUX_RPM= yes USE_LDCONFIG= yes PLIST_FILES= usr/lib/libpng.so.3 \ usr/lib/libpng.so.3.49.0 \ usr/lib/libpng12.so.0 \ usr/lib/libpng12.so.0.49.0 \ usr/share/man/man5/png.5.gz DOCSDIR= ${PREFIX}/usr/share/doc/libpng-${PORTVERSION} PORTDOCS= CHANGES LICENSE README TODO example.c libpng-1.2.49.txt CMakeLists.txt DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/graphics/linux-c6-png/distinfo.i686 =================================================================== --- head/graphics/linux-c6-png/distinfo.i686 (revision 372444) +++ head/graphics/linux-c6-png/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/libpng-1.2.49-1.el6_2.i686.rpm) = 88400ce6450fa3b320266d5896714a41a3eee2632c620e9375046d4bcdb452cc -SIZE (rpm/i686/centos/6.5/libpng-1.2.49-1.el6_2.i686.rpm) = 188124 -SHA256 (rpm/i686/centos/6.5/libpng-1.2.49-1.el6_2.src.rpm) = 156fd77c25efa50bd7623011b14d0fae1a022442453d6bd2a0c69df13587dc65 -SIZE (rpm/i686/centos/6.5/libpng-1.2.49-1.el6_2.src.rpm) = 688305 +SHA256 (rpm/i686/centos/6.6/libpng-1.2.49-1.el6_2.i686.rpm) = 88400ce6450fa3b320266d5896714a41a3eee2632c620e9375046d4bcdb452cc +SIZE (rpm/i686/centos/6.6/libpng-1.2.49-1.el6_2.i686.rpm) = 188124 +SHA256 (rpm/i686/centos/6.6/libpng-1.2.49-1.el6_2.src.rpm) = 156fd77c25efa50bd7623011b14d0fae1a022442453d6bd2a0c69df13587dc65 +SIZE (rpm/i686/centos/6.6/libpng-1.2.49-1.el6_2.src.rpm) = 688305 Index: head/graphics/linux-c6-sdl_image/Makefile =================================================================== --- head/graphics/linux-c6-sdl_image/Makefile (revision 372444) +++ head/graphics/linux-c6-sdl_image/Makefile (revision 372445) @@ -1,32 +1,33 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= sdl_image PORTVERSION= 1.2.12 +PORTREVISION= 1 CATEGORIES= graphics linux MASTER_SITES= EPEL DISTNAME= SDL_image-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Simple library to load images as SDL interfaces (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-sdl_image-[0-9]* linux-f8-sdl_image-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes USE_LINUX_APPS= jpeg png sdl12 tiff LINUX_NAME= SDL_image RPMVERSION= 9.el6 BRANDELF_FILES= usr/bin/showimage USE_LDCONFIG= yes DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} PORTDOCS= CHANGES COPYING README PLIST_FILES= usr/bin/showimage usr/lib/libSDL_image-1.2.so.0 \ usr/lib/libSDL_image-1.2.so.0.8.4 DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/graphics/linux-c6-sdl_image/distinfo.i686 =================================================================== --- head/graphics/linux-c6-sdl_image/distinfo.i686 (revision 372444) +++ head/graphics/linux-c6-sdl_image/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/SDL_image-1.2.12-9.el6.i686.rpm) = 29b37b3bf7dee0ea1f5de4074b22b73b2cc656690ef310467e38361c4ea10410 -SIZE (rpm/i686/centos/6.5/SDL_image-1.2.12-9.el6.i686.rpm) = 39912 -SHA256 (rpm/i686/centos/6.5/SDL_image-1.2.12-9.el6.src.rpm) = a652ecd656eb19ac0faf6806a0bf1df71ec94424e6e47b96143289c57736b7f4 -SIZE (rpm/i686/centos/6.5/SDL_image-1.2.12-9.el6.src.rpm) = 2241505 +SHA256 (rpm/i686/centos/6.6/SDL_image-1.2.12-9.el6.i686.rpm) = 29b37b3bf7dee0ea1f5de4074b22b73b2cc656690ef310467e38361c4ea10410 +SIZE (rpm/i686/centos/6.6/SDL_image-1.2.12-9.el6.i686.rpm) = 39912 +SHA256 (rpm/i686/centos/6.6/SDL_image-1.2.12-9.el6.src.rpm) = a652ecd656eb19ac0faf6806a0bf1df71ec94424e6e47b96143289c57736b7f4 +SIZE (rpm/i686/centos/6.6/SDL_image-1.2.12-9.el6.src.rpm) = 2241505 Index: head/graphics/linux-c6-sdl_ttf/Makefile =================================================================== --- head/graphics/linux-c6-sdl_ttf/Makefile (revision 372444) +++ head/graphics/linux-c6-sdl_ttf/Makefile (revision 372445) @@ -1,31 +1,32 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= sdl_ttf PORTVERSION= 2.0.9 +PORTREVISION= 1 CATEGORIES= graphics linux MASTER_SITES= EPEL DISTNAME= SDL_ttf-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Simple library to load True Type Fonts as SDL interfaces (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-sdl_ttf-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes USE_LINUX_APPS= jpeg png sdl12 tiff LINUX_NAME= SDL_ttf RPMVERSION= 6.el6 USE_LDCONFIG= yes DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} PORTDOCS= CHANGES COPYING README PLIST_FILES= usr/lib/libSDL_ttf-2.0.so.0 \ usr/lib/libSDL_ttf-2.0.so.0.6.3 DESCR= ${.CURDIR}/../linux-f10-sdl_ttf/pkg-descr .include Index: head/graphics/linux-c6-sdl_ttf/distinfo.i686 =================================================================== --- head/graphics/linux-c6-sdl_ttf/distinfo.i686 (revision 372444) +++ head/graphics/linux-c6-sdl_ttf/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/SDL_ttf-2.0.9-6.el6.i686.rpm) = 22b0f9c7516899af396ac10c6cfb6902296c535629a09173e4eeeb17a275e37c -SIZE (rpm/i686/centos/6.5/SDL_ttf-2.0.9-6.el6.i686.rpm) = 26672 -SHA256 (rpm/i686/centos/6.5/SDL_ttf-2.0.9-6.el6.src.rpm) = a3d613dc29139227be9ef4d86ed5ae15494c58a9c51f5d02443a74939c6d5079 -SIZE (rpm/i686/centos/6.5/SDL_ttf-2.0.9-6.el6.src.rpm) = 3150704 +SHA256 (rpm/i686/centos/6.6/SDL_ttf-2.0.9-6.el6.i686.rpm) = 22b0f9c7516899af396ac10c6cfb6902296c535629a09173e4eeeb17a275e37c +SIZE (rpm/i686/centos/6.6/SDL_ttf-2.0.9-6.el6.i686.rpm) = 26672 +SHA256 (rpm/i686/centos/6.6/SDL_ttf-2.0.9-6.el6.src.rpm) = a3d613dc29139227be9ef4d86ed5ae15494c58a9c51f5d02443a74939c6d5079 +SIZE (rpm/i686/centos/6.6/SDL_ttf-2.0.9-6.el6.src.rpm) = 3150704 Index: head/graphics/linux-c6-tiff/Makefile =================================================================== --- head/graphics/linux-c6-tiff/Makefile (revision 372444) +++ head/graphics/linux-c6-tiff/Makefile (revision 372445) @@ -1,25 +1,26 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= tiff PORTVERSION= 3.9.4 +PORTREVISION= 1 CATEGORIES= graphics linux DISTNAME= lib${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= TIFF library (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-tiff-[0-9]* linux-f10-tiff-[0-9]* ONLY_FOR_ARCHS= amd64 i386 USE_LINUX= c6 USE_LINUX_APPS= jpeg USE_LINUX_RPM= yes -RPMVERSION= 9.el6_3 +RPMVERSION= 10.el6_5 LINUX_NAME= lib${PORTNAME} BRANDELF_DIRS= usr/bin USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/graphics/linux-c6-tiff/distinfo.i686 =================================================================== --- head/graphics/linux-c6-tiff/distinfo.i686 (revision 372444) +++ head/graphics/linux-c6-tiff/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/libtiff-3.9.4-9.el6_3.i686.rpm) = 0b3f107d56ce0573d470ff613f3fe15419493fe940021ff2aa57a61fd755af21 -SIZE (rpm/i686/centos/6.5/libtiff-3.9.4-9.el6_3.i686.rpm) = 346840 -SHA256 (rpm/i686/centos/6.5/libtiff-3.9.4-9.el6_3.src.rpm) = 73bd79bac805f90a43cfe048bf71eb28c9e10758a47d97b0a8ef478e210dbbd5 -SIZE (rpm/i686/centos/6.5/libtiff-3.9.4-9.el6_3.src.rpm) = 1472377 +SHA256 (rpm/i686/centos/6.6/libtiff-3.9.4-10.el6_5.i686.rpm) = da3a998c6169d15e3db4280c64e7595a4a5e83c2afd106db8bcaba4c56430565 +SIZE (rpm/i686/centos/6.6/libtiff-3.9.4-10.el6_5.i686.rpm) = 347108 +SHA256 (rpm/i686/centos/6.6/libtiff-3.9.4-10.el6_5.src.rpm) = f86c5ce4adf609108553cf772def54b27b1555eda290a8b40202a96f366e9c52 +SIZE (rpm/i686/centos/6.6/libtiff-3.9.4-10.el6_5.src.rpm) = 1480097 Index: head/lang/linux-c6-tcl85/Makefile =================================================================== --- head/lang/linux-c6-tcl85/Makefile (revision 372444) +++ head/lang/linux-c6-tcl85/Makefile (revision 372445) @@ -1,32 +1,33 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= tcl PORTVERSION= 8.5.7 +PORTREVISION= 1 CATEGORIES= lang linux PKGNAMESUFFIX= 85 MAINTAINER= emulation@FreeBSD.org COMMENT= Tool Command Language (Linux CentOS ${LINUX_DIST_VER}) # XXX: someone should make libarchive be quiet about symlinks EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio EXTRACT_CMD= rpm2cpio.pl EXTRACT_BEFORE_ARGS:= EXTRACT_AFTER_ARGS= | cpio -idm --insecure CONFLICTS= linux-f10-tcl85-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes RPMVERSION= 6.el6 BRANDELF_FILES= usr/bin/tclsh usr/bin/tclsh8.5 USE_LDCONFIG= yes NO_WRKSUBDIR= yes DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr .include Index: head/lang/linux-c6-tcl85/distinfo.i686 =================================================================== --- head/lang/linux-c6-tcl85/distinfo.i686 (revision 372444) +++ head/lang/linux-c6-tcl85/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/tcl-8.5.7-6.el6.i686.rpm) = 2f1e77463e3875822811fc5cd972a1792e9c4b3c3ac8b92719698f1a8087a0cc -SIZE (rpm/i686/centos/6.5/tcl-8.5.7-6.el6.i686.rpm) = 2012712 -SHA256 (rpm/i686/centos/6.5/tcl-8.5.7-6.el6.src.rpm) = cf38cc7fafeb8aaa69be738008a12e36812d5c297aadad51156116dd6531392b -SIZE (rpm/i686/centos/6.5/tcl-8.5.7-6.el6.src.rpm) = 4417400 +SHA256 (rpm/i686/centos/6.6/tcl-8.5.7-6.el6.i686.rpm) = 2f1e77463e3875822811fc5cd972a1792e9c4b3c3ac8b92719698f1a8087a0cc +SIZE (rpm/i686/centos/6.6/tcl-8.5.7-6.el6.i686.rpm) = 2012712 +SHA256 (rpm/i686/centos/6.6/tcl-8.5.7-6.el6.src.rpm) = cf38cc7fafeb8aaa69be738008a12e36812d5c297aadad51156116dd6531392b +SIZE (rpm/i686/centos/6.6/tcl-8.5.7-6.el6.src.rpm) = 4417400 Index: head/lang/linux-c6-tcl85/pkg-plist =================================================================== --- head/lang/linux-c6-tcl85/pkg-plist (revision 372444) +++ head/lang/linux-c6-tcl85/pkg-plist (revision 372445) @@ -1,925 +1,927 @@ usr/bin/tclsh usr/bin/tclsh8.5 usr/lib/libtcl8.5.so usr/share/doc/tcl-8.5.7/README usr/share/doc/tcl-8.5.7/changes usr/share/doc/tcl-8.5.7/license.terms usr/share/man/man1/tclsh.1.gz usr/share/man/man3/TCL_MEM_DEBUG.3.gz usr/share/man/man3/Tcl_Access.3.gz usr/share/man/man3/Tcl_AddErrorInfo.3.gz usr/share/man/man3/Tcl_AddObjErrorInfo.3.gz usr/share/man/man3/Tcl_AlertNotifier.3.gz usr/share/man/man3/Tcl_Alloc.3.gz usr/share/man/man3/Tcl_AllocStatBuf.3.gz usr/share/man/man3/Tcl_AllowExceptions.3.gz usr/share/man/man3/Tcl_AppInit.3.gz usr/share/man/man3/Tcl_AppendAllObjTypes.3.gz usr/share/man/man3/Tcl_AppendElement.3.gz usr/share/man/man3/Tcl_AppendExportList.3.gz usr/share/man/man3/Tcl_AppendFormatToObj.3.gz usr/share/man/man3/Tcl_AppendLimitedToObj.3.gz usr/share/man/man3/Tcl_AppendObjToErrorInfo.3.gz usr/share/man/man3/Tcl_AppendObjToObj.3.gz usr/share/man/man3/Tcl_AppendPrintfToObj.3.gz usr/share/man/man3/Tcl_AppendResult.3.gz usr/share/man/man3/Tcl_AppendResultVA.3.gz usr/share/man/man3/Tcl_AppendStringsToObj.3.gz usr/share/man/man3/Tcl_AppendStringsToObjVA.3.gz usr/share/man/man3/Tcl_AppendToObj.3.gz usr/share/man/man3/Tcl_AppendUnicodeToObj.3.gz usr/share/man/man3/Tcl_AsyncCreate.3.gz usr/share/man/man3/Tcl_AsyncDelete.3.gz usr/share/man/man3/Tcl_AsyncInvoke.3.gz usr/share/man/man3/Tcl_AsyncMark.3.gz usr/share/man/man3/Tcl_AsyncReady.3.gz usr/share/man/man3/Tcl_AttemptAlloc.3.gz usr/share/man/man3/Tcl_AttemptRealloc.3.gz usr/share/man/man3/Tcl_AttemptSetObjLength.3.gz usr/share/man/man3/Tcl_BackgroundError.3.gz usr/share/man/man3/Tcl_Backslash.3.gz usr/share/man/man3/Tcl_BadChannelOption.3.gz usr/share/man/man3/Tcl_CallWhenDeleted.3.gz usr/share/man/man3/Tcl_CancelIdleCall.3.gz usr/share/man/man3/Tcl_ChannelBlockModeProc.3.gz usr/share/man/man3/Tcl_ChannelBuffered.3.gz usr/share/man/man3/Tcl_ChannelClose2Proc.3.gz usr/share/man/man3/Tcl_ChannelCloseProc.3.gz usr/share/man/man3/Tcl_ChannelFlushProc.3.gz usr/share/man/man3/Tcl_ChannelGetHandleProc.3.gz usr/share/man/man3/Tcl_ChannelGetOptionProc.3.gz usr/share/man/man3/Tcl_ChannelHandlerProc.3.gz usr/share/man/man3/Tcl_ChannelInputProc.3.gz usr/share/man/man3/Tcl_ChannelName.3.gz usr/share/man/man3/Tcl_ChannelOutputProc.3.gz usr/share/man/man3/Tcl_ChannelSeekProc.3.gz usr/share/man/man3/Tcl_ChannelSetOptionProc.3.gz usr/share/man/man3/Tcl_ChannelThreadActionProc.3.gz usr/share/man/man3/Tcl_ChannelTruncateProc.3.gz usr/share/man/man3/Tcl_ChannelVersion.3.gz usr/share/man/man3/Tcl_ChannelWatchProc.3.gz usr/share/man/man3/Tcl_ChannelWideSeekProc.3.gz usr/share/man/man3/Tcl_Chdir.3.gz usr/share/man/man3/Tcl_ClearChannelHandlers.3.gz usr/share/man/man3/Tcl_Close.3.gz usr/share/man/man3/Tcl_CommandComplete.3.gz usr/share/man/man3/Tcl_CommandTraceInfo.3.gz usr/share/man/man3/Tcl_Concat.3.gz usr/share/man/man3/Tcl_ConcatObj.3.gz usr/share/man/man3/Tcl_ConditionFinalize.3.gz usr/share/man/man3/Tcl_ConditionNotify.3.gz usr/share/man/man3/Tcl_ConditionWait.3.gz usr/share/man/man3/Tcl_ConvertCountedElement.3.gz usr/share/man/man3/Tcl_ConvertElement.3.gz usr/share/man/man3/Tcl_ConvertToType.3.gz usr/share/man/man3/Tcl_CreateAlias.3.gz usr/share/man/man3/Tcl_CreateAliasObj.3.gz usr/share/man/man3/Tcl_CreateChannel.3.gz usr/share/man/man3/Tcl_CreateChannelHandler.3.gz usr/share/man/man3/Tcl_CreateCloseHandler.3.gz usr/share/man/man3/Tcl_CreateCommand.3.gz usr/share/man/man3/Tcl_CreateEncoding.3.gz usr/share/man/man3/Tcl_CreateEnsemble.3.gz usr/share/man/man3/Tcl_CreateEventSource.3.gz usr/share/man/man3/Tcl_CreateExitHandler.3.gz usr/share/man/man3/Tcl_CreateFileHandler.3.gz usr/share/man/man3/Tcl_CreateHashEntry.3.gz usr/share/man/man3/Tcl_CreateInterp.3.gz usr/share/man/man3/Tcl_CreateMathFunc.3.gz usr/share/man/man3/Tcl_CreateNamespace.3.gz usr/share/man/man3/Tcl_CreateObjCommand.3.gz usr/share/man/man3/Tcl_CreateObjTrace.3.gz usr/share/man/man3/Tcl_CreateSlave.3.gz usr/share/man/man3/Tcl_CreateThread.3.gz usr/share/man/man3/Tcl_CreateThreadExitHandler.3.gz usr/share/man/man3/Tcl_CreateTimerHandler.3.gz usr/share/man/man3/Tcl_CreateTrace.3.gz usr/share/man/man3/Tcl_CutChannel.3.gz usr/share/man/man3/Tcl_DStringAppend.3.gz usr/share/man/man3/Tcl_DStringAppendElement.3.gz usr/share/man/man3/Tcl_DStringEndSublist.3.gz usr/share/man/man3/Tcl_DStringFree.3.gz usr/share/man/man3/Tcl_DStringGetResult.3.gz usr/share/man/man3/Tcl_DStringInit.3.gz usr/share/man/man3/Tcl_DStringLength.3.gz usr/share/man/man3/Tcl_DStringResult.3.gz usr/share/man/man3/Tcl_DStringSetLength.3.gz usr/share/man/man3/Tcl_DStringStartSublist.3.gz usr/share/man/man3/Tcl_DStringTrunc.3.gz usr/share/man/man3/Tcl_DStringValue.3.gz usr/share/man/man3/Tcl_DecrRefCount.3.gz usr/share/man/man3/Tcl_DeleteAssocData.3.gz usr/share/man/man3/Tcl_DeleteChannelHandler.3.gz usr/share/man/man3/Tcl_DeleteCloseHandler.3.gz usr/share/man/man3/Tcl_DeleteCommand.3.gz usr/share/man/man3/Tcl_DeleteCommandFromToken.3.gz usr/share/man/man3/Tcl_DeleteEventSource.3.gz usr/share/man/man3/Tcl_DeleteEvents.3.gz usr/share/man/man3/Tcl_DeleteExitHandler.3.gz usr/share/man/man3/Tcl_DeleteFileHandler.3.gz usr/share/man/man3/Tcl_DeleteHashEntry.3.gz usr/share/man/man3/Tcl_DeleteHashTable.3.gz usr/share/man/man3/Tcl_DeleteInterp.3.gz usr/share/man/man3/Tcl_DeleteNamespace.3.gz usr/share/man/man3/Tcl_DeleteThreadExitHandler.3.gz usr/share/man/man3/Tcl_DeleteTimerHandler.3.gz usr/share/man/man3/Tcl_DeleteTrace.3.gz usr/share/man/man3/Tcl_DetachChannel.3.gz usr/share/man/man3/Tcl_DetachPids.3.gz usr/share/man/man3/Tcl_DictObjDone.3.gz usr/share/man/man3/Tcl_DictObjFirst.3.gz usr/share/man/man3/Tcl_DictObjGet.3.gz usr/share/man/man3/Tcl_DictObjNext.3.gz usr/share/man/man3/Tcl_DictObjPut.3.gz usr/share/man/man3/Tcl_DictObjPutKeyList.3.gz usr/share/man/man3/Tcl_DictObjRemove.3.gz usr/share/man/man3/Tcl_DictObjRemoveKeyList.3.gz usr/share/man/man3/Tcl_DictObjSize.3.gz usr/share/man/man3/Tcl_DiscardInterpState.3.gz usr/share/man/man3/Tcl_DiscardResult.3.gz usr/share/man/man3/Tcl_DoOneEvent.3.gz usr/share/man/man3/Tcl_DoWhenIdle.3.gz usr/share/man/man3/Tcl_DontCallWhenDeleted.3.gz usr/share/man/man3/Tcl_DumpActiveMemory.3.gz usr/share/man/man3/Tcl_DuplicateObj.3.gz usr/share/man/man3/Tcl_Eof.3.gz usr/share/man/man3/Tcl_ErrnoId.3.gz usr/share/man/man3/Tcl_ErrnoMsg.3.gz usr/share/man/man3/Tcl_Eval.3.gz usr/share/man/man3/Tcl_EvalEx.3.gz usr/share/man/man3/Tcl_EvalFile.3.gz usr/share/man/man3/Tcl_EvalObjEx.3.gz usr/share/man/man3/Tcl_EvalObjv.3.gz usr/share/man/man3/Tcl_EvalTokens.3.gz usr/share/man/man3/Tcl_EvalTokensStandard.3.gz usr/share/man/man3/Tcl_EventuallyFree.3.gz usr/share/man/man3/Tcl_Exit.3.gz usr/share/man/man3/Tcl_ExitThread.3.gz usr/share/man/man3/Tcl_Export.3.gz usr/share/man/man3/Tcl_ExposeCommand.3.gz usr/share/man/man3/Tcl_ExprBoolean.3.gz usr/share/man/man3/Tcl_ExprBooleanObj.3.gz usr/share/man/man3/Tcl_ExprDouble.3.gz usr/share/man/man3/Tcl_ExprDoubleObj.3.gz usr/share/man/man3/Tcl_ExprLong.3.gz usr/share/man/man3/Tcl_ExprLongObj.3.gz usr/share/man/man3/Tcl_ExprObj.3.gz usr/share/man/man3/Tcl_ExprString.3.gz usr/share/man/man3/Tcl_ExternalToUtf.3.gz usr/share/man/man3/Tcl_ExternalToUtfDString.3.gz usr/share/man/man3/Tcl_FSAccess.3.gz usr/share/man/man3/Tcl_FSChdir.3.gz usr/share/man/man3/Tcl_FSConvertToPathType.3.gz usr/share/man/man3/Tcl_FSCopyDirectory.3.gz usr/share/man/man3/Tcl_FSCopyFile.3.gz usr/share/man/man3/Tcl_FSCreateDirectory.3.gz usr/share/man/man3/Tcl_FSData.3.gz usr/share/man/man3/Tcl_FSDeleteFile.3.gz usr/share/man/man3/Tcl_FSEqualPaths.3.gz usr/share/man/man3/Tcl_FSEvalFile.3.gz usr/share/man/man3/Tcl_FSEvalFileEx.3.gz usr/share/man/man3/Tcl_FSFileAttrStrings.3.gz usr/share/man/man3/Tcl_FSFileAttrsGet.3.gz usr/share/man/man3/Tcl_FSFileAttrsSet.3.gz usr/share/man/man3/Tcl_FSFileSystemInfo.3.gz usr/share/man/man3/Tcl_FSGetCwd.3.gz usr/share/man/man3/Tcl_FSGetFileSystemForPath.3.gz usr/share/man/man3/Tcl_FSGetInternalRep.3.gz usr/share/man/man3/Tcl_FSGetNativePath.3.gz usr/share/man/man3/Tcl_FSGetNormalizedPath.3.gz usr/share/man/man3/Tcl_FSGetPathType.3.gz usr/share/man/man3/Tcl_FSGetTranslatedPath.3.gz usr/share/man/man3/Tcl_FSGetTranslatedStringPath.3.gz usr/share/man/man3/Tcl_FSJoinPath.3.gz usr/share/man/man3/Tcl_FSJoinToPath.3.gz usr/share/man/man3/Tcl_FSLink.3.gz usr/share/man/man3/Tcl_FSListVolumes.3.gz usr/share/man/man3/Tcl_FSLoadFile.3.gz usr/share/man/man3/Tcl_FSLstat.3.gz usr/share/man/man3/Tcl_FSMatchInDirectory.3.gz usr/share/man/man3/Tcl_FSMountsChanged.3.gz usr/share/man/man3/Tcl_FSNewNativePath.3.gz usr/share/man/man3/Tcl_FSOpenFileChannel.3.gz usr/share/man/man3/Tcl_FSPathSeparator.3.gz usr/share/man/man3/Tcl_FSRegister.3.gz usr/share/man/man3/Tcl_FSRemoveDirectory.3.gz usr/share/man/man3/Tcl_FSRenameFile.3.gz usr/share/man/man3/Tcl_FSSplitPath.3.gz usr/share/man/man3/Tcl_FSStat.3.gz usr/share/man/man3/Tcl_FSUnregister.3.gz usr/share/man/man3/Tcl_FSUtime.3.gz usr/share/man/man3/Tcl_Finalize.3.gz usr/share/man/man3/Tcl_FinalizeNotifier.3.gz usr/share/man/man3/Tcl_FinalizeThread.3.gz usr/share/man/man3/Tcl_FindCommand.3.gz usr/share/man/man3/Tcl_FindEnsemble.3.gz usr/share/man/man3/Tcl_FindExecutable.3.gz usr/share/man/man3/Tcl_FindHashEntry.3.gz usr/share/man/man3/Tcl_FindNamespace.3.gz usr/share/man/man3/Tcl_FirstHashEntry.3.gz usr/share/man/man3/Tcl_Flush.3.gz usr/share/man/man3/Tcl_ForgetImport.3.gz usr/share/man/man3/Tcl_Format.3.gz usr/share/man/man3/Tcl_Free.3.gz usr/share/man/man3/Tcl_FreeEncoding.3.gz usr/share/man/man3/Tcl_FreeParse.3.gz usr/share/man/man3/Tcl_FreeResult.3.gz usr/share/man/man3/Tcl_GetAlias.3.gz usr/share/man/man3/Tcl_GetAliasObj.3.gz usr/share/man/man3/Tcl_GetAssocData.3.gz usr/share/man/man3/Tcl_GetBignumFromObj.3.gz usr/share/man/man3/Tcl_GetBoolean.3.gz usr/share/man/man3/Tcl_GetBooleanFromObj.3.gz usr/share/man/man3/Tcl_GetByteArrayFromObj.3.gz usr/share/man/man3/Tcl_GetChannel.3.gz usr/share/man/man3/Tcl_GetChannelBufferSize.3.gz usr/share/man/man3/Tcl_GetChannelError.3.gz usr/share/man/man3/Tcl_GetChannelErrorInterp.3.gz usr/share/man/man3/Tcl_GetChannelHandle.3.gz usr/share/man/man3/Tcl_GetChannelInstanceData.3.gz usr/share/man/man3/Tcl_GetChannelMode.3.gz usr/share/man/man3/Tcl_GetChannelName.3.gz usr/share/man/man3/Tcl_GetChannelNames.3.gz usr/share/man/man3/Tcl_GetChannelNamesEx.3.gz usr/share/man/man3/Tcl_GetChannelOption.3.gz usr/share/man/man3/Tcl_GetChannelThread.3.gz usr/share/man/man3/Tcl_GetChannelType.3.gz usr/share/man/man3/Tcl_GetCharLength.3.gz usr/share/man/man3/Tcl_GetCommandFromObj.3.gz usr/share/man/man3/Tcl_GetCommandFullName.3.gz usr/share/man/man3/Tcl_GetCommandInfo.3.gz usr/share/man/man3/Tcl_GetCommandInfoFromToken.3.gz usr/share/man/man3/Tcl_GetCommandName.3.gz usr/share/man/man3/Tcl_GetCurrentNamespace.3.gz usr/share/man/man3/Tcl_GetCurrentThread.3.gz usr/share/man/man3/Tcl_GetCwd.3.gz usr/share/man/man3/Tcl_GetDefaultEncodingDir.3.gz usr/share/man/man3/Tcl_GetDouble.3.gz usr/share/man/man3/Tcl_GetDoubleFromObj.3.gz usr/share/man/man3/Tcl_GetEncoding.3.gz usr/share/man/man3/Tcl_GetEncodingFromObj.3.gz usr/share/man/man3/Tcl_GetEncodingName.3.gz usr/share/man/man3/Tcl_GetEncodingNameFromEnvironment.3.gz usr/share/man/man3/Tcl_GetEncodingNames.3.gz usr/share/man/man3/Tcl_GetEncodingSearchPath.3.gz usr/share/man/man3/Tcl_GetEnsembleFlags.3.gz usr/share/man/man3/Tcl_GetEnsembleMappingDict.3.gz usr/share/man/man3/Tcl_GetEnsembleNamespace.3.gz usr/share/man/man3/Tcl_GetEnsembleSubcommandList.3.gz usr/share/man/man3/Tcl_GetEnsembleUnknownHandler.3.gz usr/share/man/man3/Tcl_GetErrno.3.gz usr/share/man/man3/Tcl_GetGlobalNamespace.3.gz usr/share/man/man3/Tcl_GetHashKey.3.gz usr/share/man/man3/Tcl_GetHashValue.3.gz usr/share/man/man3/Tcl_GetHostName.3.gz usr/share/man/man3/Tcl_GetIndexFromObj.3.gz usr/share/man/man3/Tcl_GetIndexFromObjStruct.3.gz usr/share/man/man3/Tcl_GetInt.3.gz usr/share/man/man3/Tcl_GetIntFromObj.3.gz usr/share/man/man3/Tcl_GetInterpPath.3.gz usr/share/man/man3/Tcl_GetLongFromObj.3.gz usr/share/man/man3/Tcl_GetMaster.3.gz usr/share/man/man3/Tcl_GetMathFuncInfo.3.gz usr/share/man/man3/Tcl_GetNameOfExecutable.3.gz usr/share/man/man3/Tcl_GetNamespaceUnknownHandler.3.gz usr/share/man/man3/Tcl_GetObjResult.3.gz usr/share/man/man3/Tcl_GetObjType.3.gz usr/share/man/man3/Tcl_GetOpenFile.3.gz usr/share/man/man3/Tcl_GetPathType.3.gz usr/share/man/man3/Tcl_GetRange.3.gz usr/share/man/man3/Tcl_GetRegExpFromObj.3.gz usr/share/man/man3/Tcl_GetReturnOptions.3.gz usr/share/man/man3/Tcl_GetServiceMode.3.gz usr/share/man/man3/Tcl_GetSlave.3.gz usr/share/man/man3/Tcl_GetStackedChannel.3.gz usr/share/man/man3/Tcl_GetStdChannel.3.gz usr/share/man/man3/Tcl_GetString.3.gz usr/share/man/man3/Tcl_GetStringFromObj.3.gz usr/share/man/man3/Tcl_GetStringResult.3.gz usr/share/man/man3/Tcl_GetThreadData.3.gz usr/share/man/man3/Tcl_GetTime.3.gz usr/share/man/man3/Tcl_GetTopChannel.3.gz usr/share/man/man3/Tcl_GetUniChar.3.gz usr/share/man/man3/Tcl_GetUnicode.3.gz usr/share/man/man3/Tcl_GetUnicodeFromObj.3.gz usr/share/man/man3/Tcl_GetVar.3.gz usr/share/man/man3/Tcl_GetVar2.3.gz usr/share/man/man3/Tcl_GetVar2Ex.3.gz usr/share/man/man3/Tcl_GetVersion.3.gz usr/share/man/man3/Tcl_GetWideIntFromObj.3.gz usr/share/man/man3/Tcl_Gets.3.gz usr/share/man/man3/Tcl_GetsObj.3.gz usr/share/man/man3/Tcl_GlobalEval.3.gz usr/share/man/man3/Tcl_GlobalEvalObj.3.gz usr/share/man/man3/Tcl_HashStats.3.gz usr/share/man/man3/Tcl_HideCommand.3.gz usr/share/man/man3/Tcl_Import.3.gz usr/share/man/man3/Tcl_IncrRefCount.3.gz usr/share/man/man3/Tcl_Init.3.gz usr/share/man/man3/Tcl_InitCustomHashTable.3.gz usr/share/man/man3/Tcl_InitHashTable.3.gz usr/share/man/man3/Tcl_InitMemory.3.gz usr/share/man/man3/Tcl_InitNotifier.3.gz usr/share/man/man3/Tcl_InitObjHashTable.3.gz usr/share/man/man3/Tcl_InitStubs.3.gz usr/share/man/man3/Tcl_InputBlocked.3.gz usr/share/man/man3/Tcl_InputBuffered.3.gz usr/share/man/man3/Tcl_Interp.3.gz usr/share/man/man3/Tcl_InterpDeleted.3.gz usr/share/man/man3/Tcl_InvalidateStringRep.3.gz usr/share/man/man3/Tcl_IsChannelExisting.3.gz usr/share/man/man3/Tcl_IsChannelRegistered.3.gz usr/share/man/man3/Tcl_IsChannelShared.3.gz usr/share/man/man3/Tcl_IsEnsemble.3.gz usr/share/man/man3/Tcl_IsSafe.3.gz usr/share/man/man3/Tcl_IsShared.3.gz usr/share/man/man3/Tcl_IsStandardChannel.3.gz usr/share/man/man3/Tcl_JoinPath.3.gz usr/share/man/man3/Tcl_JoinThread.3.gz usr/share/man/man3/Tcl_LimitAddHandler.3.gz usr/share/man/man3/Tcl_LimitCheck.3.gz usr/share/man/man3/Tcl_LimitExceeded.3.gz usr/share/man/man3/Tcl_LimitGetCommands.3.gz usr/share/man/man3/Tcl_LimitGetGranularity.3.gz usr/share/man/man3/Tcl_LimitGetTime.3.gz usr/share/man/man3/Tcl_LimitReady.3.gz usr/share/man/man3/Tcl_LimitRemoveHandler.3.gz usr/share/man/man3/Tcl_LimitSetCommands.3.gz usr/share/man/man3/Tcl_LimitSetGranularity.3.gz usr/share/man/man3/Tcl_LimitSetTime.3.gz usr/share/man/man3/Tcl_LimitTypeEnabled.3.gz usr/share/man/man3/Tcl_LimitTypeExceeded.3.gz usr/share/man/man3/Tcl_LimitTypeReset.3.gz usr/share/man/man3/Tcl_LimitTypeSet.3.gz usr/share/man/man3/Tcl_LinkVar.3.gz usr/share/man/man3/Tcl_ListMathFuncs.3.gz usr/share/man/man3/Tcl_ListObjAppendElement.3.gz usr/share/man/man3/Tcl_ListObjAppendList.3.gz usr/share/man/man3/Tcl_ListObjGetElements.3.gz usr/share/man/man3/Tcl_ListObjIndex.3.gz usr/share/man/man3/Tcl_ListObjLength.3.gz usr/share/man/man3/Tcl_ListObjReplace.3.gz usr/share/man/man3/Tcl_LogCommandInfo.3.gz usr/share/man/man3/Tcl_Main.3.gz usr/share/man/man3/Tcl_MakeFileChannel.3.gz usr/share/man/man3/Tcl_MakeSafe.3.gz usr/share/man/man3/Tcl_MakeTcpClientChannel.3.gz usr/share/man/man3/Tcl_Merge.3.gz usr/share/man/man3/Tcl_MutexFinalize.3.gz usr/share/man/man3/Tcl_MutexLock.3.gz usr/share/man/man3/Tcl_MutexUnlock.3.gz usr/share/man/man3/Tcl_NewBignumObj.3.gz usr/share/man/man3/Tcl_NewBooleanObj.3.gz usr/share/man/man3/Tcl_NewByteArrayObj.3.gz usr/share/man/man3/Tcl_NewDictObj.3.gz usr/share/man/man3/Tcl_NewDoubleObj.3.gz usr/share/man/man3/Tcl_NewIntObj.3.gz usr/share/man/man3/Tcl_NewListObj.3.gz usr/share/man/man3/Tcl_NewLongObj.3.gz usr/share/man/man3/Tcl_NewObj.3.gz usr/share/man/man3/Tcl_NewStringObj.3.gz usr/share/man/man3/Tcl_NewUnicodeObj.3.gz usr/share/man/man3/Tcl_NewWideIntObj.3.gz usr/share/man/man3/Tcl_NextHashEntry.3.gz usr/share/man/man3/Tcl_NotifyChannel.3.gz usr/share/man/man3/Tcl_NumUtfChars.3.gz usr/share/man/man3/Tcl_ObjGetVar2.3.gz usr/share/man/man3/Tcl_ObjPrintf.3.gz usr/share/man/man3/Tcl_ObjSetVar2.3.gz usr/share/man/man3/Tcl_OpenCommandChannel.3.gz usr/share/man/man3/Tcl_OpenFileChannel.3.gz usr/share/man/man3/Tcl_OpenTcpClient.3.gz usr/share/man/man3/Tcl_OpenTcpServer.3.gz usr/share/man/man3/Tcl_OutputBuffered.3.gz usr/share/man/man3/Tcl_Panic.3.gz usr/share/man/man3/Tcl_PanicVA.3.gz usr/share/man/man3/Tcl_ParseBraces.3.gz usr/share/man/man3/Tcl_ParseCommand.3.gz usr/share/man/man3/Tcl_ParseExpr.3.gz usr/share/man/man3/Tcl_ParseQuotedString.3.gz usr/share/man/man3/Tcl_ParseVar.3.gz usr/share/man/man3/Tcl_ParseVarName.3.gz usr/share/man/man3/Tcl_PkgPresent.3.gz usr/share/man/man3/Tcl_PkgPresentEx.3.gz usr/share/man/man3/Tcl_PkgProvide.3.gz usr/share/man/man3/Tcl_PkgProvideEx.3.gz usr/share/man/man3/Tcl_PkgRequire.3.gz usr/share/man/man3/Tcl_PkgRequireEx.3.gz usr/share/man/man3/Tcl_PkgRequireProc.3.gz usr/share/man/man3/Tcl_PosixError.3.gz usr/share/man/man3/Tcl_Preserve.3.gz usr/share/man/man3/Tcl_PrintDouble.3.gz usr/share/man/man3/Tcl_PutEnv.3.gz usr/share/man/man3/Tcl_QueryTimeProc.3.gz usr/share/man/man3/Tcl_QueueEvent.3.gz usr/share/man/man3/Tcl_Read.3.gz usr/share/man/man3/Tcl_ReadChars.3.gz usr/share/man/man3/Tcl_ReadRaw.3.gz usr/share/man/man3/Tcl_Realloc.3.gz usr/share/man/man3/Tcl_ReapDetachedProcs.3.gz usr/share/man/man3/Tcl_RecordAndEval.3.gz usr/share/man/man3/Tcl_RecordAndEvalObj.3.gz usr/share/man/man3/Tcl_RegExpCompile.3.gz usr/share/man/man3/Tcl_RegExpExec.3.gz usr/share/man/man3/Tcl_RegExpExecObj.3.gz usr/share/man/man3/Tcl_RegExpGetInfo.3.gz usr/share/man/man3/Tcl_RegExpMatch.3.gz usr/share/man/man3/Tcl_RegExpMatchObj.3.gz usr/share/man/man3/Tcl_RegExpRange.3.gz usr/share/man/man3/Tcl_RegisterChannel.3.gz usr/share/man/man3/Tcl_RegisterConfig.3.gz usr/share/man/man3/Tcl_RegisterObjType.3.gz usr/share/man/man3/Tcl_Release.3.gz usr/share/man/man3/Tcl_ResetResult.3.gz usr/share/man/man3/Tcl_RestoreInterpState.3.gz usr/share/man/man3/Tcl_RestoreResult.3.gz usr/share/man/man3/Tcl_SaveInterpState.3.gz usr/share/man/man3/Tcl_SaveResult.3.gz usr/share/man/man3/Tcl_ScanCountedElement.3.gz usr/share/man/man3/Tcl_ScanElement.3.gz usr/share/man/man3/Tcl_Seek.3.gz usr/share/man/man3/Tcl_ServiceAll.3.gz usr/share/man/man3/Tcl_ServiceEvent.3.gz usr/share/man/man3/Tcl_SetAssocData.3.gz usr/share/man/man3/Tcl_SetBignumObj.3.gz usr/share/man/man3/Tcl_SetBooleanObj.3.gz usr/share/man/man3/Tcl_SetByteArrayLength.3.gz usr/share/man/man3/Tcl_SetByteArrayObj.3.gz usr/share/man/man3/Tcl_SetChannelBufferSize.3.gz usr/share/man/man3/Tcl_SetChannelError.3.gz usr/share/man/man3/Tcl_SetChannelErrorInterp.3.gz usr/share/man/man3/Tcl_SetChannelOption.3.gz usr/share/man/man3/Tcl_SetCommandInfo.3.gz usr/share/man/man3/Tcl_SetCommandInfoFromToken.3.gz usr/share/man/man3/Tcl_SetDefaultEncodingDir.3.gz usr/share/man/man3/Tcl_SetDoubleObj.3.gz usr/share/man/man3/Tcl_SetEncodingSearchPath.3.gz usr/share/man/man3/Tcl_SetEnsembleFlags.3.gz usr/share/man/man3/Tcl_SetEnsembleMappingDict.3.gz usr/share/man/man3/Tcl_SetEnsembleSubcommandList.3.gz usr/share/man/man3/Tcl_SetEnsembleUnknownHandler.3.gz usr/share/man/man3/Tcl_SetErrno.3.gz usr/share/man/man3/Tcl_SetErrorCode.3.gz usr/share/man/man3/Tcl_SetErrorCodeVA.3.gz usr/share/man/man3/Tcl_SetExitProc.3.gz usr/share/man/man3/Tcl_SetHashValue.3.gz usr/share/man/man3/Tcl_SetIntObj.3.gz usr/share/man/man3/Tcl_SetListObj.3.gz usr/share/man/man3/Tcl_SetLongObj.3.gz usr/share/man/man3/Tcl_SetMainLoop.3.gz usr/share/man/man3/Tcl_SetMaxBlockTime.3.gz usr/share/man/man3/Tcl_SetNamespaceUnknownHandler.3.gz usr/share/man/man3/Tcl_SetObjErrorCode.3.gz usr/share/man/man3/Tcl_SetObjLength.3.gz usr/share/man/man3/Tcl_SetObjResult.3.gz usr/share/man/man3/Tcl_SetPanicProc.3.gz usr/share/man/man3/Tcl_SetRecursionLimit.3.gz usr/share/man/man3/Tcl_SetResult.3.gz usr/share/man/man3/Tcl_SetReturnOptions.3.gz usr/share/man/man3/Tcl_SetServiceMode.3.gz usr/share/man/man3/Tcl_SetStdChannel.3.gz usr/share/man/man3/Tcl_SetStringObj.3.gz usr/share/man/man3/Tcl_SetSystemEncoding.3.gz usr/share/man/man3/Tcl_SetTimeProc.3.gz usr/share/man/man3/Tcl_SetTimer.3.gz usr/share/man/man3/Tcl_SetUnicodeObj.3.gz usr/share/man/man3/Tcl_SetVar.3.gz usr/share/man/man3/Tcl_SetVar2.3.gz usr/share/man/man3/Tcl_SetVar2Ex.3.gz usr/share/man/man3/Tcl_SetWideIntObj.3.gz usr/share/man/man3/Tcl_SignalId.3.gz usr/share/man/man3/Tcl_SignalMsg.3.gz usr/share/man/man3/Tcl_Sleep.3.gz usr/share/man/man3/Tcl_SourceRCFile.3.gz usr/share/man/man3/Tcl_SpliceChannel.3.gz usr/share/man/man3/Tcl_SplitList.3.gz usr/share/man/man3/Tcl_SplitPath.3.gz usr/share/man/man3/Tcl_StackChannel.3.gz usr/share/man/man3/Tcl_StandardChannels.3.gz usr/share/man/man3/Tcl_Stat.3.gz usr/share/man/man3/Tcl_StaticPackage.3.gz usr/share/man/man3/Tcl_StringCaseMatch.3.gz usr/share/man/man3/Tcl_StringMatch.3.gz usr/share/man/man3/Tcl_SubstObj.3.gz usr/share/man/man3/Tcl_TakeBignumFromObj.3.gz usr/share/man/man3/Tcl_Tell.3.gz usr/share/man/man3/Tcl_ThreadAlert.3.gz usr/share/man/man3/Tcl_ThreadQueueEvent.3.gz usr/share/man/man3/Tcl_TraceCommand.3.gz usr/share/man/man3/Tcl_TraceVar.3.gz usr/share/man/man3/Tcl_TraceVar2.3.gz usr/share/man/man3/Tcl_TranslateFileName.3.gz usr/share/man/man3/Tcl_TruncateChannel.3.gz usr/share/man/man3/Tcl_Ungets.3.gz usr/share/man/man3/Tcl_UniChar.3.gz usr/share/man/man3/Tcl_UniCharAtIndex.3.gz usr/share/man/man3/Tcl_UniCharCaseMatch.3.gz usr/share/man/man3/Tcl_UniCharIsAlnum.3.gz usr/share/man/man3/Tcl_UniCharIsAlpha.3.gz usr/share/man/man3/Tcl_UniCharIsControl.3.gz usr/share/man/man3/Tcl_UniCharIsDigit.3.gz usr/share/man/man3/Tcl_UniCharIsGraph.3.gz usr/share/man/man3/Tcl_UniCharIsLower.3.gz usr/share/man/man3/Tcl_UniCharIsPrint.3.gz usr/share/man/man3/Tcl_UniCharIsPunct.3.gz usr/share/man/man3/Tcl_UniCharIsSpace.3.gz usr/share/man/man3/Tcl_UniCharIsUpper.3.gz usr/share/man/man3/Tcl_UniCharIsWordChar.3.gz usr/share/man/man3/Tcl_UniCharLen.3.gz usr/share/man/man3/Tcl_UniCharNcasecmp.3.gz usr/share/man/man3/Tcl_UniCharNcmp.3.gz usr/share/man/man3/Tcl_UniCharToLower.3.gz usr/share/man/man3/Tcl_UniCharToTitle.3.gz usr/share/man/man3/Tcl_UniCharToUpper.3.gz usr/share/man/man3/Tcl_UniCharToUtf.3.gz usr/share/man/man3/Tcl_UniCharToUtfDString.3.gz usr/share/man/man3/Tcl_UnlinkVar.3.gz usr/share/man/man3/Tcl_UnregisterChannel.3.gz usr/share/man/man3/Tcl_UnsetVar.3.gz usr/share/man/man3/Tcl_UnsetVar2.3.gz usr/share/man/man3/Tcl_UnstackChannel.3.gz usr/share/man/man3/Tcl_UntraceCommand.3.gz usr/share/man/man3/Tcl_UntraceVar.3.gz usr/share/man/man3/Tcl_UntraceVar2.3.gz usr/share/man/man3/Tcl_UpVar.3.gz usr/share/man/man3/Tcl_UpVar2.3.gz usr/share/man/man3/Tcl_UpdateLinkedVar.3.gz usr/share/man/man3/Tcl_UtfAtIndex.3.gz usr/share/man/man3/Tcl_UtfBackslash.3.gz usr/share/man/man3/Tcl_UtfCharComplete.3.gz usr/share/man/man3/Tcl_UtfFindFirst.3.gz usr/share/man/man3/Tcl_UtfFindLast.3.gz usr/share/man/man3/Tcl_UtfNext.3.gz usr/share/man/man3/Tcl_UtfPrev.3.gz usr/share/man/man3/Tcl_UtfToExternal.3.gz usr/share/man/man3/Tcl_UtfToExternalDString.3.gz usr/share/man/man3/Tcl_UtfToLower.3.gz usr/share/man/man3/Tcl_UtfToTitle.3.gz usr/share/man/man3/Tcl_UtfToUniChar.3.gz usr/share/man/man3/Tcl_UtfToUniCharDString.3.gz usr/share/man/man3/Tcl_UtfToUpper.3.gz usr/share/man/man3/Tcl_ValidateAllMemory.3.gz usr/share/man/man3/Tcl_VarEval.3.gz usr/share/man/man3/Tcl_VarEvalVA.3.gz usr/share/man/man3/Tcl_VarTraceInfo.3.gz usr/share/man/man3/Tcl_VarTraceInfo2.3.gz usr/share/man/man3/Tcl_WaitForEvent.3.gz usr/share/man/man3/Tcl_WaitPid.3.gz usr/share/man/man3/Tcl_WinTCharToUtf.3.gz usr/share/man/man3/Tcl_WinUtfToTChar.3.gz usr/share/man/man3/Tcl_Write.3.gz usr/share/man/man3/Tcl_WriteChars.3.gz usr/share/man/man3/Tcl_WriteObj.3.gz usr/share/man/man3/Tcl_WriteRaw.3.gz usr/share/man/man3/Tcl_WrongNumArgs.3.gz usr/share/man/man3/attemptckalloc.3.gz usr/share/man/man3/attemptckrealloc.3.gz usr/share/man/man3/ckalloc.3.gz usr/share/man/man3/ckfree.3.gz usr/share/man/man3/ckrealloc.3.gz usr/share/man/mann/SafeBase.n.gz usr/share/man/mann/Tcl.n.gz usr/share/man/mann/after.n.gz usr/share/man/mann/append.n.gz usr/share/man/mann/apply.n.gz usr/share/man/mann/array.n.gz usr/share/man/mann/auto_execok.n.gz usr/share/man/mann/auto_import.n.gz usr/share/man/mann/auto_load.n.gz usr/share/man/mann/auto_mkindex.n.gz usr/share/man/mann/auto_mkindex_old.n.gz usr/share/man/mann/auto_qualify.n.gz usr/share/man/mann/auto_reset.n.gz usr/share/man/mann/bgerror.n.gz usr/share/man/mann/binary.n.gz usr/share/man/mann/break.n.gz usr/share/man/mann/case.n.gz usr/share/man/mann/catch.n.gz usr/share/man/mann/cd.n.gz usr/share/man/mann/chan.n.gz usr/share/man/mann/clock.n.gz usr/share/man/mann/close.n.gz usr/share/man/mann/concat.n.gz usr/share/man/mann/continue.n.gz usr/share/man/mann/dde.n.gz usr/share/man/mann/dict.n.gz usr/share/man/mann/encoding.n.gz usr/share/man/mann/eof.n.gz usr/share/man/mann/error.n.gz usr/share/man/mann/eval.n.gz usr/share/man/mann/exec.n.gz usr/share/man/mann/exit.n.gz usr/share/man/mann/expr.n.gz usr/share/man/mann/fblocked.n.gz usr/share/man/mann/fconfigure.n.gz usr/share/man/mann/fcopy.n.gz usr/share/man/mann/file.n.gz usr/share/man/mann/fileevent.n.gz usr/share/man/mann/filename.n.gz usr/share/man/mann/flush.n.gz usr/share/man/mann/for.n.gz usr/share/man/mann/foreach.n.gz usr/share/man/mann/format.n.gz usr/share/man/mann/gets.n.gz usr/share/man/mann/glob.n.gz usr/share/man/mann/global.n.gz usr/share/man/mann/history.n.gz usr/share/man/mann/http.n.gz usr/share/man/mann/if.n.gz usr/share/man/mann/incr.n.gz usr/share/man/mann/info.n.gz usr/share/man/mann/interp.n.gz usr/share/man/mann/join.n.gz usr/share/man/mann/lappend.n.gz usr/share/man/mann/lassign.n.gz usr/share/man/mann/lindex.n.gz usr/share/man/mann/linsert.n.gz usr/share/man/mann/list.n.gz usr/share/man/mann/llength.n.gz usr/share/man/mann/load.n.gz usr/share/man/mann/lrange.n.gz usr/share/man/mann/lrepeat.n.gz usr/share/man/mann/lreplace.n.gz usr/share/man/mann/lreverse.n.gz usr/share/man/mann/lsearch.n.gz usr/share/man/mann/lset.n.gz usr/share/man/mann/lsort.n.gz usr/share/man/mann/mathfunc.n.gz usr/share/man/mann/mathop.n.gz usr/share/man/mann/memory.n.gz usr/share/man/mann/msgcat.n.gz usr/share/man/mann/namespace.n.gz usr/share/man/mann/open.n.gz usr/share/man/mann/package.n.gz usr/share/man/mann/parray.n.gz usr/share/man/mann/pid.n.gz usr/share/man/mann/pkg::create.n.gz usr/share/man/mann/pkg_mkIndex.n.gz usr/share/man/mann/platform.n.gz usr/share/man/mann/platform::shell.n.gz usr/share/man/mann/proc.n.gz usr/share/man/mann/puts.n.gz usr/share/man/mann/pwd.n.gz usr/share/man/mann/re_syntax.n.gz usr/share/man/mann/read.n.gz usr/share/man/mann/refchan.n.gz usr/share/man/mann/regexp.n.gz usr/share/man/mann/registry.n.gz usr/share/man/mann/regsub.n.gz usr/share/man/mann/rename.n.gz usr/share/man/mann/return.n.gz usr/share/man/mann/scan.n.gz usr/share/man/mann/seek.n.gz usr/share/man/mann/set.n.gz usr/share/man/mann/socket.n.gz usr/share/man/mann/source.n.gz usr/share/man/mann/split.n.gz usr/share/man/mann/string.n.gz usr/share/man/mann/subst.n.gz usr/share/man/mann/switch.n.gz usr/share/man/mann/tcl_endOfWord.n.gz usr/share/man/mann/tcl_findLibrary.n.gz usr/share/man/mann/tcl_startOfNextWord.n.gz usr/share/man/mann/tcl_startOfPreviousWord.n.gz usr/share/man/mann/tcl_wordBreakAfter.n.gz usr/share/man/mann/tcl_wordBreakBefore.n.gz usr/share/man/mann/tcltest.n.gz usr/share/man/mann/tclvars.n.gz usr/share/man/mann/tell.n.gz usr/share/man/mann/time.n.gz usr/share/man/mann/tm.n.gz usr/share/man/mann/trace.n.gz usr/share/man/mann/unknown.n.gz usr/share/man/mann/unload.n.gz usr/share/man/mann/unset.n.gz usr/share/man/mann/update.n.gz usr/share/man/mann/uplevel.n.gz usr/share/man/mann/upvar.n.gz usr/share/man/mann/variable.n.gz usr/share/man/mann/vwait.n.gz usr/share/man/mann/while.n.gz usr/%%DATADIR%%8.5/auto.tcl usr/%%DATADIR%%8.5/clock.tcl usr/%%DATADIR%%8.5/encoding/ascii.enc usr/%%DATADIR%%8.5/encoding/big5.enc usr/%%DATADIR%%8.5/encoding/cp1250.enc usr/%%DATADIR%%8.5/encoding/cp1251.enc usr/%%DATADIR%%8.5/encoding/cp1252.enc usr/%%DATADIR%%8.5/encoding/cp1253.enc usr/%%DATADIR%%8.5/encoding/cp1254.enc usr/%%DATADIR%%8.5/encoding/cp1255.enc usr/%%DATADIR%%8.5/encoding/cp1256.enc usr/%%DATADIR%%8.5/encoding/cp1257.enc usr/%%DATADIR%%8.5/encoding/cp1258.enc usr/%%DATADIR%%8.5/encoding/cp437.enc usr/%%DATADIR%%8.5/encoding/cp737.enc usr/%%DATADIR%%8.5/encoding/cp775.enc usr/%%DATADIR%%8.5/encoding/cp850.enc usr/%%DATADIR%%8.5/encoding/cp852.enc usr/%%DATADIR%%8.5/encoding/cp855.enc usr/%%DATADIR%%8.5/encoding/cp857.enc usr/%%DATADIR%%8.5/encoding/cp860.enc usr/%%DATADIR%%8.5/encoding/cp861.enc usr/%%DATADIR%%8.5/encoding/cp862.enc usr/%%DATADIR%%8.5/encoding/cp863.enc usr/%%DATADIR%%8.5/encoding/cp864.enc usr/%%DATADIR%%8.5/encoding/cp865.enc usr/%%DATADIR%%8.5/encoding/cp866.enc usr/%%DATADIR%%8.5/encoding/cp869.enc usr/%%DATADIR%%8.5/encoding/cp874.enc usr/%%DATADIR%%8.5/encoding/cp932.enc usr/%%DATADIR%%8.5/encoding/cp936.enc usr/%%DATADIR%%8.5/encoding/cp949.enc usr/%%DATADIR%%8.5/encoding/cp950.enc usr/%%DATADIR%%8.5/encoding/dingbats.enc usr/%%DATADIR%%8.5/encoding/ebcdic.enc usr/%%DATADIR%%8.5/encoding/euc-cn.enc usr/%%DATADIR%%8.5/encoding/euc-jp.enc usr/%%DATADIR%%8.5/encoding/euc-kr.enc usr/%%DATADIR%%8.5/encoding/gb12345.enc usr/%%DATADIR%%8.5/encoding/gb1988.enc usr/%%DATADIR%%8.5/encoding/gb2312-raw.enc usr/%%DATADIR%%8.5/encoding/gb2312.enc usr/%%DATADIR%%8.5/encoding/iso2022-jp.enc usr/%%DATADIR%%8.5/encoding/iso2022-kr.enc usr/%%DATADIR%%8.5/encoding/iso2022.enc usr/%%DATADIR%%8.5/encoding/iso8859-1.enc usr/%%DATADIR%%8.5/encoding/iso8859-10.enc usr/%%DATADIR%%8.5/encoding/iso8859-13.enc usr/%%DATADIR%%8.5/encoding/iso8859-14.enc usr/%%DATADIR%%8.5/encoding/iso8859-15.enc usr/%%DATADIR%%8.5/encoding/iso8859-16.enc usr/%%DATADIR%%8.5/encoding/iso8859-2.enc usr/%%DATADIR%%8.5/encoding/iso8859-3.enc usr/%%DATADIR%%8.5/encoding/iso8859-4.enc usr/%%DATADIR%%8.5/encoding/iso8859-5.enc usr/%%DATADIR%%8.5/encoding/iso8859-6.enc usr/%%DATADIR%%8.5/encoding/iso8859-7.enc usr/%%DATADIR%%8.5/encoding/iso8859-8.enc usr/%%DATADIR%%8.5/encoding/iso8859-9.enc usr/%%DATADIR%%8.5/encoding/jis0201.enc usr/%%DATADIR%%8.5/encoding/jis0208.enc usr/%%DATADIR%%8.5/encoding/jis0212.enc usr/%%DATADIR%%8.5/encoding/koi8-r.enc usr/%%DATADIR%%8.5/encoding/koi8-u.enc usr/%%DATADIR%%8.5/encoding/ksc5601.enc usr/%%DATADIR%%8.5/encoding/macCentEuro.enc usr/%%DATADIR%%8.5/encoding/macCroatian.enc usr/%%DATADIR%%8.5/encoding/macCyrillic.enc usr/%%DATADIR%%8.5/encoding/macDingbats.enc usr/%%DATADIR%%8.5/encoding/macGreek.enc usr/%%DATADIR%%8.5/encoding/macIceland.enc usr/%%DATADIR%%8.5/encoding/macJapan.enc usr/%%DATADIR%%8.5/encoding/macRoman.enc usr/%%DATADIR%%8.5/encoding/macRomania.enc usr/%%DATADIR%%8.5/encoding/macThai.enc usr/%%DATADIR%%8.5/encoding/macTurkish.enc usr/%%DATADIR%%8.5/encoding/macUkraine.enc usr/%%DATADIR%%8.5/encoding/shiftjis.enc usr/%%DATADIR%%8.5/encoding/symbol.enc usr/%%DATADIR%%8.5/encoding/tis-620.enc usr/%%DATADIR%%8.5/history.tcl usr/%%DATADIR%%8.5/http1.0/http.tcl usr/%%DATADIR%%8.5/http1.0/pkgIndex.tcl usr/%%DATADIR%%8.5/init.tcl usr/%%DATADIR%%8.5/msgs/af.msg usr/%%DATADIR%%8.5/msgs/af_za.msg usr/%%DATADIR%%8.5/msgs/ar.msg usr/%%DATADIR%%8.5/msgs/ar_in.msg usr/%%DATADIR%%8.5/msgs/ar_jo.msg usr/%%DATADIR%%8.5/msgs/ar_lb.msg usr/%%DATADIR%%8.5/msgs/ar_sy.msg usr/%%DATADIR%%8.5/msgs/be.msg usr/%%DATADIR%%8.5/msgs/bg.msg usr/%%DATADIR%%8.5/msgs/bn.msg usr/%%DATADIR%%8.5/msgs/bn_in.msg usr/%%DATADIR%%8.5/msgs/ca.msg usr/%%DATADIR%%8.5/msgs/cs.msg usr/%%DATADIR%%8.5/msgs/da.msg usr/%%DATADIR%%8.5/msgs/de.msg usr/%%DATADIR%%8.5/msgs/de_at.msg usr/%%DATADIR%%8.5/msgs/de_be.msg usr/%%DATADIR%%8.5/msgs/el.msg usr/%%DATADIR%%8.5/msgs/en_au.msg usr/%%DATADIR%%8.5/msgs/en_be.msg usr/%%DATADIR%%8.5/msgs/en_bw.msg usr/%%DATADIR%%8.5/msgs/en_ca.msg usr/%%DATADIR%%8.5/msgs/en_gb.msg usr/%%DATADIR%%8.5/msgs/en_hk.msg usr/%%DATADIR%%8.5/msgs/en_ie.msg usr/%%DATADIR%%8.5/msgs/en_in.msg usr/%%DATADIR%%8.5/msgs/en_nz.msg usr/%%DATADIR%%8.5/msgs/en_ph.msg usr/%%DATADIR%%8.5/msgs/en_sg.msg usr/%%DATADIR%%8.5/msgs/en_za.msg usr/%%DATADIR%%8.5/msgs/en_zw.msg usr/%%DATADIR%%8.5/msgs/eo.msg usr/%%DATADIR%%8.5/msgs/es.msg usr/%%DATADIR%%8.5/msgs/es_ar.msg usr/%%DATADIR%%8.5/msgs/es_bo.msg usr/%%DATADIR%%8.5/msgs/es_cl.msg usr/%%DATADIR%%8.5/msgs/es_co.msg usr/%%DATADIR%%8.5/msgs/es_cr.msg usr/%%DATADIR%%8.5/msgs/es_do.msg usr/%%DATADIR%%8.5/msgs/es_ec.msg usr/%%DATADIR%%8.5/msgs/es_gt.msg usr/%%DATADIR%%8.5/msgs/es_hn.msg usr/%%DATADIR%%8.5/msgs/es_mx.msg usr/%%DATADIR%%8.5/msgs/es_ni.msg usr/%%DATADIR%%8.5/msgs/es_pa.msg usr/%%DATADIR%%8.5/msgs/es_pe.msg usr/%%DATADIR%%8.5/msgs/es_pr.msg usr/%%DATADIR%%8.5/msgs/es_py.msg usr/%%DATADIR%%8.5/msgs/es_sv.msg usr/%%DATADIR%%8.5/msgs/es_uy.msg usr/%%DATADIR%%8.5/msgs/es_ve.msg usr/%%DATADIR%%8.5/msgs/et.msg usr/%%DATADIR%%8.5/msgs/eu.msg usr/%%DATADIR%%8.5/msgs/eu_es.msg usr/%%DATADIR%%8.5/msgs/fa.msg usr/%%DATADIR%%8.5/msgs/fa_in.msg usr/%%DATADIR%%8.5/msgs/fa_ir.msg usr/%%DATADIR%%8.5/msgs/fi.msg usr/%%DATADIR%%8.5/msgs/fo.msg usr/%%DATADIR%%8.5/msgs/fo_fo.msg usr/%%DATADIR%%8.5/msgs/fr.msg usr/%%DATADIR%%8.5/msgs/fr_be.msg usr/%%DATADIR%%8.5/msgs/fr_ca.msg usr/%%DATADIR%%8.5/msgs/fr_ch.msg usr/%%DATADIR%%8.5/msgs/ga.msg usr/%%DATADIR%%8.5/msgs/ga_ie.msg usr/%%DATADIR%%8.5/msgs/gl.msg usr/%%DATADIR%%8.5/msgs/gl_es.msg usr/%%DATADIR%%8.5/msgs/gv.msg usr/%%DATADIR%%8.5/msgs/gv_gb.msg usr/%%DATADIR%%8.5/msgs/he.msg usr/%%DATADIR%%8.5/msgs/hi.msg usr/%%DATADIR%%8.5/msgs/hi_in.msg usr/%%DATADIR%%8.5/msgs/hr.msg usr/%%DATADIR%%8.5/msgs/hu.msg usr/%%DATADIR%%8.5/msgs/id.msg usr/%%DATADIR%%8.5/msgs/id_id.msg usr/%%DATADIR%%8.5/msgs/is.msg usr/%%DATADIR%%8.5/msgs/it.msg usr/%%DATADIR%%8.5/msgs/it_ch.msg usr/%%DATADIR%%8.5/msgs/ja.msg usr/%%DATADIR%%8.5/msgs/kl.msg usr/%%DATADIR%%8.5/msgs/kl_gl.msg usr/%%DATADIR%%8.5/msgs/ko.msg usr/%%DATADIR%%8.5/msgs/ko_kr.msg usr/%%DATADIR%%8.5/msgs/kok.msg usr/%%DATADIR%%8.5/msgs/kok_in.msg usr/%%DATADIR%%8.5/msgs/kw.msg usr/%%DATADIR%%8.5/msgs/kw_gb.msg usr/%%DATADIR%%8.5/msgs/lt.msg usr/%%DATADIR%%8.5/msgs/lv.msg usr/%%DATADIR%%8.5/msgs/mk.msg usr/%%DATADIR%%8.5/msgs/mr.msg usr/%%DATADIR%%8.5/msgs/mr_in.msg usr/%%DATADIR%%8.5/msgs/ms.msg usr/%%DATADIR%%8.5/msgs/ms_my.msg usr/%%DATADIR%%8.5/msgs/mt.msg usr/%%DATADIR%%8.5/msgs/nb.msg usr/%%DATADIR%%8.5/msgs/nl.msg usr/%%DATADIR%%8.5/msgs/nl_be.msg usr/%%DATADIR%%8.5/msgs/nn.msg usr/%%DATADIR%%8.5/msgs/pl.msg usr/%%DATADIR%%8.5/msgs/pt.msg usr/%%DATADIR%%8.5/msgs/pt_br.msg usr/%%DATADIR%%8.5/msgs/ro.msg usr/%%DATADIR%%8.5/msgs/ru.msg usr/%%DATADIR%%8.5/msgs/ru_ua.msg usr/%%DATADIR%%8.5/msgs/sh.msg usr/%%DATADIR%%8.5/msgs/sk.msg usr/%%DATADIR%%8.5/msgs/sl.msg usr/%%DATADIR%%8.5/msgs/sq.msg usr/%%DATADIR%%8.5/msgs/sr.msg usr/%%DATADIR%%8.5/msgs/sv.msg usr/%%DATADIR%%8.5/msgs/sw.msg usr/%%DATADIR%%8.5/msgs/ta.msg usr/%%DATADIR%%8.5/msgs/ta_in.msg usr/%%DATADIR%%8.5/msgs/te.msg usr/%%DATADIR%%8.5/msgs/te_in.msg usr/%%DATADIR%%8.5/msgs/th.msg usr/%%DATADIR%%8.5/msgs/tr.msg usr/%%DATADIR%%8.5/msgs/uk.msg usr/%%DATADIR%%8.5/msgs/vi.msg usr/%%DATADIR%%8.5/msgs/zh.msg usr/%%DATADIR%%8.5/msgs/zh_cn.msg usr/%%DATADIR%%8.5/msgs/zh_hk.msg usr/%%DATADIR%%8.5/msgs/zh_sg.msg usr/%%DATADIR%%8.5/msgs/zh_tw.msg usr/%%DATADIR%%8.5/opt0.4/optparse.tcl usr/%%DATADIR%%8.5/opt0.4/pkgIndex.tcl usr/%%DATADIR%%8.5/package.tcl usr/%%DATADIR%%8.5/parray.tcl usr/%%DATADIR%%8.5/safe.tcl usr/%%DATADIR%%8.5/tclDTrace.d usr/%%DATADIR%%8.5/tclIndex usr/%%DATADIR%%8.5/tm.tcl usr/%%DATADIR%%8.5/word.tcl usr/%%DATADIR%%8/8.4/http-2.7.3.tm usr/%%DATADIR%%8/8.4/platform-1.0.4.tm usr/%%DATADIR%%8/8.4/platform/shell-1.1.4.tm usr/%%DATADIR%%8/8.5/msgcat-1.4.2.tm usr/%%DATADIR%%8/8.5/tcltest-2.3.1.tm +@dir usr/lib/tcl8.5 +@dir usr/%%DATADIR%%8/8.3 Index: head/multimedia/linux-c6-libtheora/Makefile =================================================================== --- head/multimedia/linux-c6-libtheora/Makefile (revision 372444) +++ head/multimedia/linux-c6-libtheora/Makefile (revision 372445) @@ -1,27 +1,28 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= libtheora PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= multimedia linux MAINTAINER= emulation@FreeBSD.org -COMMENT= Theora Video Compression Codec (Linux Fedora 10) +COMMENT= Theora Video Compression Codec (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-libtheora-[0-9]* linux-f10-libtheora[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes RPMVERSION= 2.el6 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libtheora.so.0 usr/lib/libtheora.so.0.3.9 \ usr/lib/libtheoradec.so.1 usr/lib/libtheoradec.so.1.1.3 \ usr/lib/libtheoraenc.so.1 usr/lib/libtheoraenc.so.1.1.2 DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= COPYING README DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/multimedia/linux-c6-libtheora/distinfo.i686 =================================================================== --- head/multimedia/linux-c6-libtheora/distinfo.i686 (revision 372444) +++ head/multimedia/linux-c6-libtheora/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/libtheora-1.1.0-2.el6.i686.rpm) = 0d7e7b9daa9d0d4d1dc52bb00e3022f11e1b3401ca7c646f5538c0042c3a29b7 -SIZE (rpm/i686/centos/6.5/libtheora-1.1.0-2.el6.i686.rpm) = 134564 -SHA256 (rpm/i686/centos/6.5/libtheora-1.1.0-2.el6.src.rpm) = 2f903b66160f5f5f19684a8cbe96c8c746c9fd77e8d93da15ac4fbbc67c2a16b -SIZE (rpm/i686/centos/6.5/libtheora-1.1.0-2.el6.src.rpm) = 1381855 +SHA256 (rpm/i686/centos/6.6/libtheora-1.1.0-2.el6.i686.rpm) = 0d7e7b9daa9d0d4d1dc52bb00e3022f11e1b3401ca7c646f5538c0042c3a29b7 +SIZE (rpm/i686/centos/6.6/libtheora-1.1.0-2.el6.i686.rpm) = 134564 +SHA256 (rpm/i686/centos/6.6/libtheora-1.1.0-2.el6.src.rpm) = 2f903b66160f5f5f19684a8cbe96c8c746c9fd77e8d93da15ac4fbbc67c2a16b +SIZE (rpm/i686/centos/6.6/libtheora-1.1.0-2.el6.src.rpm) = 1381855 Index: head/multimedia/linux-c6-libv4l/Makefile =================================================================== --- head/multimedia/linux-c6-libv4l/Makefile (revision 372444) +++ head/multimedia/linux-c6-libv4l/Makefile (revision 372445) @@ -1,19 +1,20 @@ # Created by: bsam # $FreeBSD$ PORTNAME= libv4l PORTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= multimedia linux MAINTAINER= emulation@FreeBSD.org COMMENT= Collection of video4linux support libraries (CentOS 6) CONFLICTS= linux-f10-libv4l-[0-9]* USE_LINUX= c6 USE_LINUX_RPM= yes RPMVERSION= 2.el6 USE_LDCONFIG= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} .include Index: head/multimedia/linux-c6-libv4l/distinfo.i686 =================================================================== --- head/multimedia/linux-c6-libv4l/distinfo.i686 (revision 372444) +++ head/multimedia/linux-c6-libv4l/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/libv4l-0.6.3-2.el6.i686.rpm) = 44b8430a7f5dfb37dd57868f7f33e06194bb5ae4584592e9726417158e0cba5e -SIZE (rpm/i686/centos/6.5/libv4l-0.6.3-2.el6.i686.rpm) = 103848 -SHA256 (rpm/i686/centos/6.5/libv4l-0.6.3-2.el6.src.rpm) = 4dffde0aeeb35b9ea30c2ebb04cb60fd73d3eb89cd2530b92fbe1c2d6907a24c -SIZE (rpm/i686/centos/6.5/libv4l-0.6.3-2.el6.src.rpm) = 138961 +SHA256 (rpm/i686/centos/6.6/libv4l-0.6.3-2.el6.i686.rpm) = 44b8430a7f5dfb37dd57868f7f33e06194bb5ae4584592e9726417158e0cba5e +SIZE (rpm/i686/centos/6.6/libv4l-0.6.3-2.el6.i686.rpm) = 103848 +SHA256 (rpm/i686/centos/6.6/libv4l-0.6.3-2.el6.src.rpm) = 4dffde0aeeb35b9ea30c2ebb04cb60fd73d3eb89cd2530b92fbe1c2d6907a24c +SIZE (rpm/i686/centos/6.6/libv4l-0.6.3-2.el6.src.rpm) = 138961 Index: head/multimedia/linux-c6-libv4l/pkg-plist =================================================================== --- head/multimedia/linux-c6-libv4l/pkg-plist (revision 372444) +++ head/multimedia/linux-c6-libv4l/pkg-plist (revision 372445) @@ -1,14 +1,12 @@ @comment file listing usr/lib/libv4l/ov511-decomp usr/lib/libv4l/ov518-decomp usr/lib/libv4l/v4l1compat.so usr/lib/libv4l/v4l2convert.so usr/lib/libv4l1.so.0 usr/lib/libv4l2.so.0 usr/lib/libv4lconvert.so.0 usr/share/doc/libv4l-%%PORTVERSION%%/COPYING.LIB usr/share/doc/libv4l-%%PORTVERSION%%/ChangeLog usr/share/doc/libv4l-%%PORTVERSION%%/README usr/share/doc/libv4l-%%PORTVERSION%%/TODO -@dirrm usr/share/doc/libv4l-%%PORTVERSION%% -@dirrm usr/lib/libv4l Index: head/net/linux-c6-avahi-libs/Makefile =================================================================== --- head/net/linux-c6-avahi-libs/Makefile (revision 372444) +++ head/net/linux-c6-avahi-libs/Makefile (revision 372445) @@ -1,22 +1,23 @@ # Created by: lme # $FreeBSD$ PORTNAME= avahi-libs PORTVERSION= 0.6.25 +PORTREVISION= 1 CATEGORIES= net linux MAINTAINER= emulation@FreeBSD.org COMMENT= Libraries for Avahi (Linux CentOS ${LINUX_DIST_VER}) USE_LINUX= c6 USE_LINUX_RPM= yes -RPMVERSION= 12.el6 +RPMVERSION= 15.el6 USE_LDCONFIG= yes SRC_DISTFILES= ${PORTNAME:S/-libs//}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} DESCR= ${.CURDIR}/../avahi/pkg-descr PLIST_FILES= usr/lib/libavahi-client.so.3 usr/lib/libavahi-client.so.3.2.5 \ usr/lib/libavahi-common.so.3 usr/lib/libavahi-common.so.3.5.1 .include Index: head/net/linux-c6-avahi-libs/distinfo.i686 =================================================================== --- head/net/linux-c6-avahi-libs/distinfo.i686 (revision 372444) +++ head/net/linux-c6-avahi-libs/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/avahi-libs-0.6.25-12.el6.i686.rpm) = 337a51ed1a94c8341355468dccb78641585cfc7470551b327a72b1f3c231aad4 -SIZE (rpm/i686/centos/6.5/avahi-libs-0.6.25-12.el6.i686.rpm) = 55556 -SHA256 (rpm/i686/centos/6.5/avahi-0.6.25-12.el6.src.rpm) = 130130d03ec230cf0e47e0286a34d883f0cb0f131acde51f7adbae5d7375d9a2 -SIZE (rpm/i686/centos/6.5/avahi-0.6.25-12.el6.src.rpm) = 1129923 +SHA256 (rpm/i686/centos/6.6/avahi-libs-0.6.25-15.el6.i686.rpm) = 9a51cb6d9fd7f109e220906f923365e42c5b6ec0c850638194e9ac5a9f15619e +SIZE (rpm/i686/centos/6.6/avahi-libs-0.6.25-15.el6.i686.rpm) = 55916 +SHA256 (rpm/i686/centos/6.6/avahi-0.6.25-15.el6.src.rpm) = d274512f9456da9742d38ee3fbfbc483719cfc9f9918987d385c8ee89179263b +SIZE (rpm/i686/centos/6.6/avahi-0.6.25-15.el6.src.rpm) = 1138822 Index: head/net/linux-c6-openldap/Makefile =================================================================== --- head/net/linux-c6-openldap/Makefile (revision 372444) +++ head/net/linux-c6-openldap/Makefile (revision 372445) @@ -1,34 +1,33 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= openldap -PORTVERSION= 2.4.23 +PORTVERSION= 2.4.39 CATEGORIES= net linux MAINTAINER= emulation@FreeBSD.org COMMENT= Lightweight Directory Access Protocol libraries (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-f10-openldap-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 #USE_LINUX_APPS= openssl -RPMVERSION= 32.el6_4.1 +RPMVERSION= 8.el6 USE_LINUX_RPM= yes USE_LDCONFIG= yes DESCR= ${.CURDIR}/../openldap24-server/pkg-descr -PLIST_FILES= lib/liblber-2.4.so.2 lib/liblber-2.4.so.2.5.6 lib/libldap-2.4.so.2 lib/libldap-2.4.so.2.5.6 lib/libldap_r-2.4.so.2 lib/libldap_r-2.4.so.2.5.6 lib/libldif-2.4.so.2 lib/libldif-2.4.so.2.5.6 etc/openldap usr/share/man/man5/ldap.conf.5.gz usr/share/man/man5/ldif.5.gz usr/libexec/openldap/create-certdb.sh DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= ANNOUNCEMENT CHANGES COPYRIGHT LICENSE README # do not install any openldap configuration directories/files post-extract: ${RM} -rf ${WRKSRC}/etc # use a native openldap configuration directories/files post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc ${LN} -sf ${LOCALBASE}/etc/openldap ${STAGEDIR}${PREFIX}/etc/openldap .include Index: head/net/linux-c6-openldap/distinfo.i686 =================================================================== --- head/net/linux-c6-openldap/distinfo.i686 (revision 372444) +++ head/net/linux-c6-openldap/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/openldap-2.4.23-32.el6_4.1.i686.rpm) = 59051fb70166b64d80f9dd7d5d0d617c14993183b36d08c141810ad6cccfb9e5 -SIZE (rpm/i686/centos/6.5/openldap-2.4.23-32.el6_4.1.i686.rpm) = 273192 -SHA256 (rpm/i686/centos/6.5/openldap-2.4.23-32.el6_4.1.src.rpm) = 9e163eeb01cbd47353daf36f9735c3418fe1b7568e153f1ddf1fc2bdc7ac5738 -SIZE (rpm/i686/centos/6.5/openldap-2.4.23-32.el6_4.1.src.rpm) = 5309761 +SHA256 (rpm/i686/centos/6.6/openldap-2.4.39-8.el6.i686.rpm) = ab30e69815fe345abe8d19be60755339616c6ea23fd6d192df8e584c8c3080e9 +SIZE (rpm/i686/centos/6.6/openldap-2.4.39-8.el6.i686.rpm) = 288388 +SHA256 (rpm/i686/centos/6.6/openldap-2.4.39-8.el6.src.rpm) = 067844ffeb73854d5fbd25760e38f02617a06b54ecbd8c1df4a4066dbb0115f1 +SIZE (rpm/i686/centos/6.6/openldap-2.4.39-8.el6.src.rpm) = 5577657 Index: head/net/linux-c6-openldap/pkg-plist =================================================================== --- head/net/linux-c6-openldap/pkg-plist (nonexistent) +++ head/net/linux-c6-openldap/pkg-plist (revision 372445) @@ -0,0 +1,12 @@ +%%ETCDIR%% +lib/liblber-2.4.so.2 +lib/liblber-2.4.so.2.10.2 +lib/libldap-2.4.so.2 +lib/libldap-2.4.so.2.10.2 +lib/libldap_r-2.4.so.2 +lib/libldap_r-2.4.so.2.10.2 +lib/libldif-2.4.so.2 +lib/libldif-2.4.so.2.10.2 +usr/libexec/openldap/create-certdb.sh +usr/share/man/man5/ldap.conf.5.gz +usr/share/man/man5/ldif.5.gz Property changes on: head/net/linux-c6-openldap/pkg-plist ___________________________________________________________________ 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: head/net/linux-c6-tcp_wrappers-libs/Makefile =================================================================== --- head/net/linux-c6-tcp_wrappers-libs/Makefile (revision 372444) +++ head/net/linux-c6-tcp_wrappers-libs/Makefile (revision 372445) @@ -1,22 +1,23 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= tcp_wrappers-libs PORTVERSION= 7.6 +PORTREVISION= 1 CATEGORIES= net linux MAINTAINER= emulation@FreeBSD.org COMMENT= Libraries tcp wrappers (Linux CentOS ${LINUX_DIST_VER}) USE_LINUX= c6 USE_LINUX_RPM= yes USE_LINUX_APPS= xorglibs RPMVERSION= 57.el6 USE_LDCONFIG= yes DOCSDIR= ${PREFIX}/usr/share/doc/tcp_wrappers-${PORTVERSION} SRC_DISTFILES= tcp_wrappers-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} .include Index: head/net/linux-c6-tcp_wrappers-libs/distinfo.i686 =================================================================== --- head/net/linux-c6-tcp_wrappers-libs/distinfo.i686 (revision 372444) +++ head/net/linux-c6-tcp_wrappers-libs/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/tcp_wrappers-libs-7.6-57.el6.i686.rpm) = 0af672d37c071d898a6207b36f98afa70544531d958138a7a98f897703b0bd00 -SIZE (rpm/i686/centos/6.5/tcp_wrappers-libs-7.6-57.el6.i686.rpm) = 63364 -SHA256 (rpm/i686/centos/6.5/tcp_wrappers-7.6-57.el6.src.rpm) = b5dc9f2893acf4fbbe7e727273793d21cfdd932c66ddb18ef4d0394f13b12988 -SIZE (rpm/i686/centos/6.5/tcp_wrappers-7.6-57.el6.src.rpm) = 140453 +SHA256 (rpm/i686/centos/6.6/tcp_wrappers-libs-7.6-57.el6.i686.rpm) = 0af672d37c071d898a6207b36f98afa70544531d958138a7a98f897703b0bd00 +SIZE (rpm/i686/centos/6.6/tcp_wrappers-libs-7.6-57.el6.i686.rpm) = 63364 +SHA256 (rpm/i686/centos/6.6/tcp_wrappers-7.6-57.el6.src.rpm) = b5dc9f2893acf4fbbe7e727273793d21cfdd932c66ddb18ef4d0394f13b12988 +SIZE (rpm/i686/centos/6.6/tcp_wrappers-7.6-57.el6.src.rpm) = 140453 Index: head/net/linux-c6-tcp_wrappers-libs/pkg-plist =================================================================== --- head/net/linux-c6-tcp_wrappers-libs/pkg-plist (revision 372444) +++ head/net/linux-c6-tcp_wrappers-libs/pkg-plist (revision 372445) @@ -1,14 +1,13 @@ lib/libwrap.so.0 lib/libwrap.so.0.7.6 usr/share/doc/tcp_wrappers-libs-7.6/BLURB usr/share/doc/tcp_wrappers-libs-7.6/Banners.Makefile usr/share/doc/tcp_wrappers-libs-7.6/CHANGES usr/share/doc/tcp_wrappers-libs-7.6/DISCLAIMER usr/share/doc/tcp_wrappers-libs-7.6/README usr/share/doc/tcp_wrappers-libs-7.6/README.IRIX usr/share/doc/tcp_wrappers-libs-7.6/README.NIS usr/share/man/man5/hosts.allow.5.gz usr/share/man/man5/hosts.deny.5.gz usr/share/man/man5/hosts_access.5.gz usr/share/man/man5/hosts_options.5.gz -@dirrmtry usr/share/doc/tcp_wrappers-libs-7.6 Index: head/print/linux-c6-cups-libs/Makefile =================================================================== --- head/print/linux-c6-cups-libs/Makefile (revision 372444) +++ head/print/linux-c6-cups-libs/Makefile (revision 372445) @@ -1,23 +1,24 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= cups-libs PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= print linux MAINTAINER= emulation@FreeBSD.org COMMENT= Common UNIX Printing System libraries USE_LINUX= c6 USE_LINUX_RPM= yes USE_LINUX_APPS= gnutls SRC_DISTFILES= cups-${PORTVERSION}-${RPMVERSION}.src.rpm LINUX_DIST_VER= 10 -RPMVERSION= 50.el6_4.5 +RPMVERSION= 67.el6 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libcups.so.2 usr/lib/libcupscgi.so.1 usr/lib/libcupsdriver.so.1 \ usr/lib/libcupsimage.so.2 usr/lib/libcupsmime.so.1 usr/lib/libcupsppdc.so.1 DESCR= ${.CURDIR}/../cups-base/pkg-descr .include Index: head/print/linux-c6-cups-libs/distinfo.i686 =================================================================== --- head/print/linux-c6-cups-libs/distinfo.i686 (revision 372444) +++ head/print/linux-c6-cups-libs/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/cups-libs-1.4.2-50.el6_4.5.i686.rpm) = 14b82f9198a8acc9f8bd234e809d77d7861fe0ab8277aa1e06fae7bc02678741 -SIZE (rpm/i686/centos/6.5/cups-libs-1.4.2-50.el6_4.5.i686.rpm) = 333832 -SHA256 (rpm/i686/centos/6.5/cups-1.4.2-50.el6_4.5.src.rpm) = 27eae71ac5553ba298f2a03c2a629522146a39824437be45af9c2d1d2b85c824 -SIZE (rpm/i686/centos/6.5/cups-1.4.2-50.el6_4.5.src.rpm) = 4624446 +SHA256 (rpm/i686/centos/6.6/cups-libs-1.4.2-67.el6.i686.rpm) = 53e17d898b6a7d00d6a0fffdea2cd3c56a7e25d8d384f88f0d375530afb04a78 +SIZE (rpm/i686/centos/6.6/cups-libs-1.4.2-67.el6.i686.rpm) = 337368 +SHA256 (rpm/i686/centos/6.6/cups-1.4.2-67.el6.src.rpm) = cc66b78496b7d0df6b859a9a0461de602aa94a3934b6862b07f23a457f7ea566 +SIZE (rpm/i686/centos/6.6/cups-1.4.2-67.el6.src.rpm) = 4656277 Index: head/security/linux-c6-cyrus-sasl2/Makefile =================================================================== --- head/security/linux-c6-cyrus-sasl2/Makefile (revision 372444) +++ head/security/linux-c6-cyrus-sasl2/Makefile (revision 372445) @@ -1,32 +1,29 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= cyrus-sasl2 PORTVERSION= 2.1.23 +PORTREVISION= 1 CATEGORIES= security linux DISTNAME= cyrus-sasl-lib-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer) (Linux CentOS ${LINUX_DIST_VER}) #DISTNAME= cyrus-sasl-lib-${PORTVERSION}-${RPMVERSION} ONLY_FOR_ARCHS= i386 amd64 .if defined(PACKAGE_BUILDING) -SRC_DISTFILES= cyrus-sasl-2.1.23-13.el6_3.1.src.rpm +SRC_DISTFILES= cyrus-sasl-${PORTVERSION}-${RPMVERSION}.src.rpm .endif USE_LINUX= c6 USE_LINUX_RPM= yes -RPMVERSION= 13.el6_3.1 +RPMVERSION= 15.el6 USE_LDCONFIG= yes BRANDELF_FILES= usr/sbin/sasldblistusers2 usr/sbin/saslpasswd2 DESCR= ${.CURDIR}/../cyrus-sasl2/pkg-descr -PLIST_DIRS= etc/sasl2 usr/lib/sasl2 -PLIST_FILES= usr/lib/libsasl2.so.2 usr/lib/libsasl2.so.2.0.23 usr/lib/sasl2/libanonymous.so usr/lib/sasl2/libanonymous.so.2 usr/lib/sasl2/libanonymous.so.2.0.23 usr/lib/sasl2/libsasldb.so usr/lib/sasl2/libsasldb.so.2 usr/lib/sasl2/libsasldb.so.2.0.23 usr/sbin/sasldblistusers2 usr/sbin/saslpasswd2 -PLIST_FILES+= "@exec mkdir -p %D/etc/sasl2" DOCSDIR= usr/share/doc/cyrus-sasl-lib-${PORTVERSION} -PORTDOCS= AUTHORS COPYING NEWS README advanced.html appconvert.html components.html gssapi.html index.html install.html macosx.html mechanisms.html options.html plugprog.html programming.html readme.html sysadmin.html upgrading.html windows.html .include Index: head/security/linux-c6-cyrus-sasl2/distinfo.i686 =================================================================== --- head/security/linux-c6-cyrus-sasl2/distinfo.i686 (revision 372444) +++ head/security/linux-c6-cyrus-sasl2/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/cyrus-sasl-lib-2.1.23-13.el6_3.1.i686.rpm) = 268cac2b4d8edf1491c5a2d8ae9d76ee20f73d3d8000ada1d1081c77b5ba98ff -SIZE (rpm/i686/centos/6.5/cyrus-sasl-lib-2.1.23-13.el6_3.1.i686.rpm) = 138808 -SHA256 (rpm/i686/centos/6.5/cyrus-sasl-2.1.23-13.el6_3.1.src.rpm) = 49ff5360a67b62fe95a841f54c5fcf6c9d6ae7c2f651721aefebb98f649e698b -SIZE (rpm/i686/centos/6.5/cyrus-sasl-2.1.23-13.el6_3.1.src.rpm) = 1666942 +SHA256 (rpm/i686/centos/6.6/cyrus-sasl-lib-2.1.23-15.el6.i686.rpm) = dc5ae32a8cf710da51961da3664f78e18a5e12388c6a9ac679e79b12c0496960 +SIZE (rpm/i686/centos/6.6/cyrus-sasl-lib-2.1.23-15.el6.i686.rpm) = 139000 +SHA256 (rpm/i686/centos/6.6/cyrus-sasl-2.1.23-15.el6.src.rpm) = a1192a223c6c116d090c72bfcb217c08065619ec976bf0fff11424896669d5a7 +SIZE (rpm/i686/centos/6.6/cyrus-sasl-2.1.23-15.el6.src.rpm) = 1669908 Index: head/security/linux-c6-cyrus-sasl2/pkg-plist =================================================================== --- head/security/linux-c6-cyrus-sasl2/pkg-plist (nonexistent) +++ head/security/linux-c6-cyrus-sasl2/pkg-plist (revision 372445) @@ -0,0 +1,30 @@ +usr/lib/libsasl2.so.2 +usr/lib/libsasl2.so.2.0.23 +usr/lib/sasl2/libanonymous.so +usr/lib/sasl2/libanonymous.so.2 +usr/lib/sasl2/libanonymous.so.2.0.23 +usr/lib/sasl2/libsasldb.so +usr/lib/sasl2/libsasldb.so.2 +usr/lib/sasl2/libsasldb.so.2.0.23 +usr/sbin/sasldblistusers2 +usr/sbin/saslpasswd2 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/advanced.html +%%PORTDOCS%%%%DOCSDIR%%/appconvert.html +%%PORTDOCS%%%%DOCSDIR%%/components.html +%%PORTDOCS%%%%DOCSDIR%%/gssapi.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/install.html +%%PORTDOCS%%%%DOCSDIR%%/macosx.html +%%PORTDOCS%%%%DOCSDIR%%/mechanisms.html +%%PORTDOCS%%%%DOCSDIR%%/options.html +%%PORTDOCS%%%%DOCSDIR%%/plugprog.html +%%PORTDOCS%%%%DOCSDIR%%/programming.html +%%PORTDOCS%%%%DOCSDIR%%/readme.html +%%PORTDOCS%%%%DOCSDIR%%/sysadmin.html +%%PORTDOCS%%%%DOCSDIR%%/upgrading.html +%%PORTDOCS%%%%DOCSDIR%%/windows.html +@dir etc/sasl2 Property changes on: head/security/linux-c6-cyrus-sasl2/pkg-plist ___________________________________________________________________ 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: head/security/linux-c6-gnutls/Makefile =================================================================== --- head/security/linux-c6-gnutls/Makefile (revision 372444) +++ head/security/linux-c6-gnutls/Makefile (revision 372445) @@ -1,21 +1,22 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= gnutls PORTVERSION= 2.8.5 +PORTREVISION= 1 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org COMMENT= GNU Transport Layer Security library USE_LINUX= c6 USE_LINUX_RPM= yes USE_LINUX_APPS= libtasn1 libgcrypt libgpg-error -RPMVERSION= 10.el6_4.2 +RPMVERSION= 14.el6_5 USE_LDCONFIG= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" DESCR= ${.CURDIR}/../gnutls/pkg-descr .include Index: head/security/linux-c6-gnutls/distinfo.i686 =================================================================== --- head/security/linux-c6-gnutls/distinfo.i686 (revision 372444) +++ head/security/linux-c6-gnutls/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/gnutls-2.8.5-10.el6_4.2.i686.rpm) = 67db64c6503776a303693ce1f8813df40bbc1724d172ebbcb931e3f93a367db9 -SIZE (rpm/i686/centos/6.5/gnutls-2.8.5-10.el6_4.2.i686.rpm) = 348616 -SHA256 (rpm/i686/centos/6.5/gnutls-2.8.5-10.el6_4.2.src.rpm) = d7fa200c501d1f16178ead48f883455ef443b46e97748603b34a762e7db6b99a -SIZE (rpm/i686/centos/6.5/gnutls-2.8.5-10.el6_4.2.src.rpm) = 6321241 +SHA256 (rpm/i686/centos/6.6/gnutls-2.8.5-14.el6_5.i686.rpm) = 66cb5f85a5893510e888d010b724740069d027838320a95ff489d76c4f96c606 +SIZE (rpm/i686/centos/6.6/gnutls-2.8.5-14.el6_5.i686.rpm) = 348960 +SHA256 (rpm/i686/centos/6.6/gnutls-2.8.5-14.el6_5.src.rpm) = c501ecc43d6caf9432cd44f040363c8ed5001e923001c5c7d28a6055766fb5f1 +SIZE (rpm/i686/centos/6.6/gnutls-2.8.5-14.el6_5.src.rpm) = 6322859 Index: head/security/linux-c6-gnutls/pkg-plist =================================================================== --- head/security/linux-c6-gnutls/pkg-plist (revision 372444) +++ head/security/linux-c6-gnutls/pkg-plist (revision 372445) @@ -1,46 +1,20 @@ usr/lib/libgnutls-extra.so.26.14.12 usr/lib/libgnutls-extra.so.26 usr/lib/libgnutls.so.26.14.12 usr/lib/libgnutls.so.26 usr/lib/libgnutlsxx.so.26.14.12 usr/lib/libgnutlsxx.so.26 usr/share/doc/gnutls-%%PORTVERSION%%/AUTHORS usr/share/doc/gnutls-%%PORTVERSION%%/COPYING usr/share/doc/gnutls-%%PORTVERSION%%/COPYING.LIB usr/share/doc/gnutls-%%PORTVERSION%%/README usr/share/locale/cs/LC_MESSAGES/libgnutls.mo usr/share/locale/de/LC_MESSAGES/libgnutls.mo usr/share/locale/en@boldquot/LC_MESSAGES/libgnutls.mo usr/share/locale/en@quot/LC_MESSAGES/libgnutls.mo usr/share/locale/fr/LC_MESSAGES/libgnutls.mo usr/share/locale/ms/LC_MESSAGES/libgnutls.mo usr/share/locale/nl/LC_MESSAGES/libgnutls.mo usr/share/locale/pl/LC_MESSAGES/libgnutls.mo usr/share/locale/sv/LC_MESSAGES/libgnutls.mo usr/share/locale/vi/LC_MESSAGES/libgnutls.mo -@dirrmtry usr/share/locale/vi/LC_MESSAGES -@dirrmtry usr/share/locale/vi -@dirrmtry usr/share/locale/sv/LC_MESSAGES -@dirrmtry usr/share/locale/sv -@dirrmtry usr/share/locale/pl/LC_MESSAGES -@dirrmtry usr/share/locale/pl -@dirrmtry usr/share/locale/nl/LC_MESSAGES -@dirrmtry usr/share/locale/nl -@dirrmtry usr/share/locale/ms/LC_MESSAGES -@dirrmtry usr/share/locale/ms -@dirrmtry usr/share/locale/fr/LC_MESSAGES -@dirrmtry usr/share/locale/fr -@dirrmtry usr/share/locale/en@quot/LC_MESSAGES -@dirrmtry usr/share/locale/en@quot -@dirrmtry usr/share/locale/en@boldquot/LC_MESSAGES -@dirrmtry usr/share/locale/en@boldquot -@dirrmtry usr/share/locale/de/LC_MESSAGES -@dirrmtry usr/share/locale/de -@dirrmtry usr/share/locale/cs/LC_MESSAGES -@dirrmtry usr/share/locale/cs -@dirrmtry usr/share/locale -@dirrmtry usr/share/doc/gnutls-%%PORTVERSION%% -@dirrmtry usr/share/doc -@dirrmtry usr/share -@dirrmtry usr/lib -@dirrmtry usr Index: head/security/linux-c6-libgcrypt/Makefile =================================================================== --- head/security/linux-c6-libgcrypt/Makefile (revision 372444) +++ head/security/linux-c6-libgcrypt/Makefile (revision 372445) @@ -1,25 +1,26 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= libgcrypt PORTVERSION= 1.4.5 +PORTREVISION= 1 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org COMMENT= General purpose crypto library based on code used in GnuPG (Linux CentOS ${LINUX_DIST_VER}) USE_LINUX= c6 USE_LINUX_RPM= yes RPMVERSION= 11.el6_4 USE_LDCONFIG= yes PLIST_FILES= lib/libgcrypt.so.11 lib/.libgcrypt.so.11.hmac lib/libgcrypt.so.11.5.3 PLIST_DIRSTRY= etc/gcrypt DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING.LIB NEWS THANKS DESCR= ${.CURDIR}/../libgcrypt/pkg-descr post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/gcrypt .include Index: head/security/linux-c6-libgcrypt/distinfo.i686 =================================================================== --- head/security/linux-c6-libgcrypt/distinfo.i686 (revision 372444) +++ head/security/linux-c6-libgcrypt/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/libgcrypt-1.4.5-11.el6_4.i686.rpm) = 800d11a507a330b28e59d300bf7383b19c95b5a857863b1501b8aa1f0b9388dc -SIZE (rpm/i686/centos/6.5/libgcrypt-1.4.5-11.el6_4.i686.rpm) = 233684 -SHA256 (rpm/i686/centos/6.5/libgcrypt-1.4.5-11.el6_4.src.rpm) = c963b5bf4c84d5798d987e86b4e600ce3c7ae03e035096d88982385a81dcdbbc -SIZE (rpm/i686/centos/6.5/libgcrypt-1.4.5-11.el6_4.src.rpm) = 1257444 +SHA256 (rpm/i686/centos/6.6/libgcrypt-1.4.5-11.el6_4.i686.rpm) = 800d11a507a330b28e59d300bf7383b19c95b5a857863b1501b8aa1f0b9388dc +SIZE (rpm/i686/centos/6.6/libgcrypt-1.4.5-11.el6_4.i686.rpm) = 233684 +SHA256 (rpm/i686/centos/6.6/libgcrypt-1.4.5-11.el6_4.src.rpm) = c963b5bf4c84d5798d987e86b4e600ce3c7ae03e035096d88982385a81dcdbbc +SIZE (rpm/i686/centos/6.6/libgcrypt-1.4.5-11.el6_4.src.rpm) = 1257444 Index: head/security/linux-c6-libgpg-error/Makefile =================================================================== --- head/security/linux-c6-libgpg-error/Makefile (revision 372444) +++ head/security/linux-c6-libgpg-error/Makefile (revision 372445) @@ -1,19 +1,20 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= libgpg-error PORTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org COMMENT= Common error values for all GnuPG components USE_LINUX= c6 USE_LINUX_RPM= yes RPMVERSION= 4.el6 USE_LDCONFIG= yes BRANDELF_FILES= usr/bin/gpg-error DESCR= ${.CURDIR}/../libgpg-error/pkg-descr .include Index: head/security/linux-c6-libgpg-error/distinfo.i686 =================================================================== --- head/security/linux-c6-libgpg-error/distinfo.i686 (revision 372444) +++ head/security/linux-c6-libgpg-error/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/libgpg-error-1.7-4.el6.i686.rpm) = ee1e0dfaa0e6bf4e06b1d6f1f3ce7da90abe8b1d1d46fe61bc1fe79e3227c4ad -SIZE (rpm/i686/centos/6.5/libgpg-error-1.7-4.el6.i686.rpm) = 60532 -SHA256 (rpm/i686/centos/6.5/libgpg-error-1.7-4.el6.src.rpm) = 955d0a4d5aaa3539c7a58d94cef41ef09a0d8cc08c0aeb5b0986c623aebd53be -SIZE (rpm/i686/centos/6.5/libgpg-error-1.7-4.el6.src.rpm) = 413579 +SHA256 (rpm/i686/centos/6.6/libgpg-error-1.7-4.el6.i686.rpm) = ee1e0dfaa0e6bf4e06b1d6f1f3ce7da90abe8b1d1d46fe61bc1fe79e3227c4ad +SIZE (rpm/i686/centos/6.6/libgpg-error-1.7-4.el6.i686.rpm) = 60532 +SHA256 (rpm/i686/centos/6.6/libgpg-error-1.7-4.el6.src.rpm) = 955d0a4d5aaa3539c7a58d94cef41ef09a0d8cc08c0aeb5b0986c623aebd53be +SIZE (rpm/i686/centos/6.6/libgpg-error-1.7-4.el6.src.rpm) = 413579 Index: head/security/linux-c6-libssh2/Makefile =================================================================== --- head/security/linux-c6-libssh2/Makefile (revision 372444) +++ head/security/linux-c6-libssh2/Makefile (revision 372445) @@ -1,26 +1,27 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= libssh2 PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org COMMENT= Library implementing the SSH2 protocol (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-f10-libssh2-[0-9]* ONLY_FOR_ARCHS= i386 amd64 RPMVERSION= 1.el6 USE_LINUX= c6 USE_LINUX_APPS= openssl USE_LINUX_RPM= yes USE_LDCONFIG= yes PLIST_FILES= usr/lib/libssh2.so.1 usr/lib/libssh2.so.1.0.1 DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING ChangeLog NEWS README DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/security/linux-c6-libssh2/distinfo.i686 =================================================================== --- head/security/linux-c6-libssh2/distinfo.i686 (revision 372444) +++ head/security/linux-c6-libssh2/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/libssh2-1.4.2-1.el6.i686.rpm) = fba45fff361bf17448c9850ba298e02cecc9ca52f7988feed6bb00a86fec4dcd -SIZE (rpm/i686/centos/6.5/libssh2-1.4.2-1.el6.i686.rpm) = 126784 -SHA256 (rpm/i686/centos/6.5/libssh2-1.4.2-1.el6.src.rpm) = 0ec26ee80811d7c94c08719ad0a6565e792ea39d6cc3e6e0bf537b65fa421eb1 -SIZE (rpm/i686/centos/6.5/libssh2-1.4.2-1.el6.src.rpm) = 689537 +SHA256 (rpm/i686/centos/6.6/libssh2-1.4.2-1.el6.i686.rpm) = fba45fff361bf17448c9850ba298e02cecc9ca52f7988feed6bb00a86fec4dcd +SIZE (rpm/i686/centos/6.6/libssh2-1.4.2-1.el6.i686.rpm) = 126784 +SHA256 (rpm/i686/centos/6.6/libssh2-1.4.2-1.el6.src.rpm) = 0ec26ee80811d7c94c08719ad0a6565e792ea39d6cc3e6e0bf537b65fa421eb1 +SIZE (rpm/i686/centos/6.6/libssh2-1.4.2-1.el6.src.rpm) = 689537 Index: head/security/linux-c6-libtasn1/Makefile =================================================================== --- head/security/linux-c6-libtasn1/Makefile (revision 372444) +++ head/security/linux-c6-libtasn1/Makefile (revision 372445) @@ -1,22 +1,23 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= libtasn1 PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org COMMENT= ASN.1 structure parser library USE_LINUX= c6 USE_LINUX_RPM= yes -RPMVERSION= 3.el6_2.1 +RPMVERSION= 6.el6_5 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libtasn1.so.3 usr/lib/libtasn1.so.3.1.6 DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING COPYING.LIB ChangeLog NEWS README THANKS TODO libtasn1.pdf DESCR= ${.CURDIR}/../libtasn1/pkg-descr .include Index: head/security/linux-c6-libtasn1/distinfo.i686 =================================================================== --- head/security/linux-c6-libtasn1/distinfo.i686 (revision 372444) +++ head/security/linux-c6-libtasn1/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/libtasn1-2.3-3.el6_2.1.i686.rpm) = f69bdc12199cd1875d8c3ba3bac9307866cb45124c88353fc5cd2d681719cc0e -SIZE (rpm/i686/centos/6.5/libtasn1-2.3-3.el6_2.1.i686.rpm) = 244628 -SHA256 (rpm/i686/centos/6.5/libtasn1-2.3-3.el6_2.1.src.rpm) = 1ca23e510872e2579b586924fe3533bcb9b9d2161533d2ec802e958efedd9625 -SIZE (rpm/i686/centos/6.5/libtasn1-2.3-3.el6_2.1.src.rpm) = 1494282 +SHA256 (rpm/i686/centos/6.6/libtasn1-2.3-6.el6_5.i686.rpm) = 159a21c14eec8ba904bb9940116d1e43ea73c164522f5665c0556bf478e23ca4 +SIZE (rpm/i686/centos/6.6/libtasn1-2.3-6.el6_5.i686.rpm) = 245140 +SHA256 (rpm/i686/centos/6.6/libtasn1-2.3-6.el6_5.src.rpm) = 24fe6cafdf3ed4c45d49395bdfd7a73e1a4b8c7fab9503fea801a6b68234b199 +SIZE (rpm/i686/centos/6.6/libtasn1-2.3-6.el6_5.src.rpm) = 1501312 Index: head/security/linux-c6-nss/Makefile =================================================================== --- head/security/linux-c6-nss/Makefile (revision 372444) +++ head/security/linux-c6-nss/Makefile (revision 372445) @@ -1,33 +1,31 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= nss PORTVERSION= 3.16.1 CATEGORIES= security linux DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}.${LINUX_RPM_ARCH}.rpm \ - nss-util-3.16.1-2.el6_5.${LINUX_RPM_ARCH}.rpm \ - nss-softokn-3.14.3-12.el6_5.${LINUX_RPM_ARCH}.rpm \ - nss-softokn-freebl-3.14.3-12.el6_5.${LINUX_RPM_ARCH}.rpm -# -MASTER_SITES= CENTOS_LINUX_UPDATES + nss-util-3.16.1-3.el6.${LINUX_RPM_ARCH}.rpm \ + nss-softokn-3.14.3-17.el6.${LINUX_RPM_ARCH}.rpm \ + nss-softokn-freebl-3.14.3-17.el6.${LINUX_RPM_ARCH}.rpm MAINTAINER= emulation@FreeBSD.org COMMENT= Network Security Services (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-f10-nss-[0-9]* ONLY_FOR_ARCHS= i386 amd64 -RPMVERSION= 7.el6_5 +RPMVERSION= 14.el6 USE_LINUX= c6 USE_LINUX_APPS= nspr sqlite3 USE_LINUX_RPM= yes USE_LDCONFIG= yes SRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} \ - nss-util-3.16.1-2.el6_5.src.rpm \ - nss-softokn-3.14.3-12.el6_5.src.rpm + nss-util-3.16.1-3.el6.src.rpm \ + nss-softokn-3.14.3-17.el6.src.rpm DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/security/linux-c6-nss/distinfo.i686 =================================================================== --- head/security/linux-c6-nss/distinfo.i686 (revision 372444) +++ head/security/linux-c6-nss/distinfo.i686 (revision 372445) @@ -1,14 +1,14 @@ -SHA256 (rpm/i686/centos/6.5/nss-3.16.1-7.el6_5.i686.rpm) = e5ed74d34ab7b95fbba83147d8203e51d55991989bb752b41fc9c584fe2b3a87 -SIZE (rpm/i686/centos/6.5/nss-3.16.1-7.el6_5.i686.rpm) = 856296 -SHA256 (rpm/i686/centos/6.5/nss-util-3.16.1-2.el6_5.i686.rpm) = 9cc3f91c58c4b966dd42e5984f80c178b497a3ae7dd10b8bacef7bf5dd190c46 -SIZE (rpm/i686/centos/6.5/nss-util-3.16.1-2.el6_5.i686.rpm) = 65980 -SHA256 (rpm/i686/centos/6.5/nss-softokn-3.14.3-12.el6_5.i686.rpm) = 9f20ee80c05274d5d03c9d8dd160522edfa118d4e917b9b6e6bcbf614f302bd2 -SIZE (rpm/i686/centos/6.5/nss-softokn-3.14.3-12.el6_5.i686.rpm) = 279392 -SHA256 (rpm/i686/centos/6.5/nss-softokn-freebl-3.14.3-12.el6_5.i686.rpm) = 1de05de7eff837e18a8e7e021ce991494015326616f178bdc0715772e8e082e6 -SIZE (rpm/i686/centos/6.5/nss-softokn-freebl-3.14.3-12.el6_5.i686.rpm) = 151032 -SHA256 (rpm/i686/centos/6.5/nss-3.16.1-7.el6_5.src.rpm) = bac25a155ae2e52e323d7f1edb2a49e78587941c94785526daee283dc4a3be58 -SIZE (rpm/i686/centos/6.5/nss-3.16.1-7.el6_5.src.rpm) = 5136474 -SHA256 (rpm/i686/centos/6.5/nss-util-3.16.1-2.el6_5.src.rpm) = d6bea5d9a5b4b7067439fe9c1c1ce515c0f6ebb0b7a35d4fdf1b034be3095f76 -SIZE (rpm/i686/centos/6.5/nss-util-3.16.1-2.el6_5.src.rpm) = 346621 -SHA256 (rpm/i686/centos/6.5/nss-softokn-3.14.3-12.el6_5.src.rpm) = 6267c9b6c31b452c86a6277e3af0736287e5274f1043f1935ae1c95aad245f43 -SIZE (rpm/i686/centos/6.5/nss-softokn-3.14.3-12.el6_5.src.rpm) = 1279999 +SHA256 (rpm/i686/centos/6.6/nss-3.16.1-14.el6.i686.rpm) = 0fdb70060fcc83514bbf01c968a1574706650cd76b937803bada67fb7f615023 +SIZE (rpm/i686/centos/6.6/nss-3.16.1-14.el6.i686.rpm) = 858848 +SHA256 (rpm/i686/centos/6.6/nss-util-3.16.1-3.el6.i686.rpm) = f54a000a717d015577bc721392f5fac7792ee24a3e502e114f235cda62986022 +SIZE (rpm/i686/centos/6.6/nss-util-3.16.1-3.el6.i686.rpm) = 66704 +SHA256 (rpm/i686/centos/6.6/nss-softokn-3.14.3-17.el6.i686.rpm) = 586ff1bb135c327fd8b5c259ad6cd059d58c5cb62e002c716298062e9494cc4a +SIZE (rpm/i686/centos/6.6/nss-softokn-3.14.3-17.el6.i686.rpm) = 275292 +SHA256 (rpm/i686/centos/6.6/nss-softokn-freebl-3.14.3-17.el6.i686.rpm) = 56b54c4d9f13bac765896300c07f43a281a5651c03902962cef6ee13636736c4 +SIZE (rpm/i686/centos/6.6/nss-softokn-freebl-3.14.3-17.el6.i686.rpm) = 156932 +SHA256 (rpm/i686/centos/6.6/nss-3.16.1-14.el6.src.rpm) = 5236665e5fa3cae7c5ebc18949f7706512b95ea6ca0740d7f321aa1bfad4705d +SIZE (rpm/i686/centos/6.6/nss-3.16.1-14.el6.src.rpm) = 5144624 +SHA256 (rpm/i686/centos/6.6/nss-util-3.16.1-3.el6.src.rpm) = fb9403d2eb1f4a6b5d53f222a206bc8aab1fd05fe81dbee341efc02c07aeff46 +SIZE (rpm/i686/centos/6.6/nss-util-3.16.1-3.el6.src.rpm) = 347593 +SHA256 (rpm/i686/centos/6.6/nss-softokn-3.14.3-17.el6.src.rpm) = 877d91d6c2159758827624bc96689f9b3563fe08caddb601a704a277f8fb861f +SIZE (rpm/i686/centos/6.6/nss-softokn-3.14.3-17.el6.src.rpm) = 1296314 Index: head/security/linux-c6-openssl/Makefile =================================================================== --- head/security/linux-c6-openssl/Makefile (revision 372444) +++ head/security/linux-c6-openssl/Makefile (revision 372445) @@ -1,25 +1,24 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= openssl PORTVERSION= 1.0.1e -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security linux -MASTER_SITES= CENTOS_LINUX_UPDATES MAINTAINER= emulation@FreeBSD.org COMMENT= OpenSSL toolkit (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-openssl-[0-9]* linux-f8-openssl-[0-9]* linux-f10-openssl-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes -RPMVERSION= 30.el6_5.2 +RPMVERSION= 30.el6 BRANDELF_FILES= usr/bin/openssl USE_LDCONFIG= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/security/linux-c6-openssl/distinfo.i686 =================================================================== --- head/security/linux-c6-openssl/distinfo.i686 (revision 372444) +++ head/security/linux-c6-openssl/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/openssl-1.0.1e-30.el6_5.2.i686.rpm) = 5898ac3179dfdd904c352badd79b6f5ec702315f4bc7b8989de8f114304fbd78 -SIZE (rpm/i686/centos/6.5/openssl-1.0.1e-30.el6_5.2.i686.rpm) = 1582948 -SHA256 (rpm/i686/centos/6.5/openssl-1.0.1e-30.el6_5.2.src.rpm) = 1a1c3ed0d8eb5775d89b726e7f19ff2d8b52b7ef27f6e36260e83ffc40328460 -SIZE (rpm/i686/centos/6.5/openssl-1.0.1e-30.el6_5.2.src.rpm) = 3172921 +SHA256 (rpm/i686/centos/6.6/openssl-1.0.1e-30.el6.i686.rpm) = ce24bb4bf68da374a9de97a34d9efb4b122a93dc87f55b15c89e78cf69913bd1 +SIZE (rpm/i686/centos/6.6/openssl-1.0.1e-30.el6.i686.rpm) = 1582028 +SHA256 (rpm/i686/centos/6.6/openssl-1.0.1e-30.el6.src.rpm) = f388776bc8efa0f61dbcbb20a305c45e98a697aeb1ef6cd44cf60d44f776ef56 +SIZE (rpm/i686/centos/6.6/openssl-1.0.1e-30.el6.src.rpm) = 3166046 Index: head/security/linux-c6-openssl/pkg-plist =================================================================== --- head/security/linux-c6-openssl/pkg-plist (revision 372444) +++ head/security/linux-c6-openssl/pkg-plist (revision 372445) @@ -1,112 +1,101 @@ @comment file listing etc/pki/tls/certs/Makefile etc/pki/tls/certs/make-dummy-cert etc/pki/tls/certs/renew-dummy-cert etc/pki/tls/misc/CA etc/pki/tls/misc/c_hash etc/pki/tls/misc/c_info etc/pki/tls/misc/c_issuer etc/pki/tls/misc/c_name etc/pki/tls/openssl.cnf usr/lib/libcrypto.so.%%PORTVERSION%% usr/lib/libcrypto.so.10 usr/lib/libssl.so.%%PORTVERSION%% usr/lib/libssl.so.10 usr/lib/.libcrypto.so.%%PORTVERSION%%.hmac usr/lib/.libcrypto.so.10.hmac usr/lib/.libssl.so.%%PORTVERSION%%.hmac usr/lib/.libssl.so.10.hmac usr/bin/openssl usr/lib/openssl/engines/lib4758cca.so usr/lib/openssl/engines/libaep.so usr/lib/openssl/engines/libatalla.so usr/lib/openssl/engines/libcapi.so usr/lib/openssl/engines/libchil.so usr/lib/openssl/engines/libcswift.so usr/lib/openssl/engines/libgmp.so usr/lib/openssl/engines/libnuron.so usr/lib/openssl/engines/libpadlock.so usr/lib/openssl/engines/libsureware.so usr/lib/openssl/engines/libubsec.so usr/share/doc/openssl-%%PORTVERSION%%/CHANGES usr/share/doc/openssl-%%PORTVERSION%%/FAQ usr/share/doc/openssl-%%PORTVERSION%%/INSTALL usr/share/doc/openssl-%%PORTVERSION%%/LICENSE usr/share/doc/openssl-%%PORTVERSION%%/NEWS usr/share/doc/openssl-%%PORTVERSION%%/README usr/share/doc/openssl-%%PORTVERSION%%/README.FIPS usr/share/doc/openssl-%%PORTVERSION%%/c-indentation.el usr/share/doc/openssl-%%PORTVERSION%%/openssl.txt usr/share/doc/openssl-%%PORTVERSION%%/openssl_button.gif usr/share/doc/openssl-%%PORTVERSION%%/openssl_button.html usr/share/doc/openssl-%%PORTVERSION%%/ssleay.txt usr/share/man/man1/asn1parse.1ssl.gz usr/share/man/man1/ca.1ssl.gz usr/share/man/man1/ciphers.1ssl.gz usr/share/man/man1/crl.1ssl.gz usr/share/man/man1/cms.1ssl.gz usr/share/man/man1/genpkey.1ssl.gz usr/share/man/man1/pkey.1ssl.gz usr/share/man/man1/pkeyparam.1ssl.gz usr/share/man/man1/pkeyutl.1ssl.gz usr/share/man/man1/ts.1ssl.gz usr/share/man/man1/tsget.1ssl.gz usr/share/man/man1/crl2pkcs7.1ssl.gz usr/share/man/man1/dgst.1ssl.gz usr/share/man/man1/dhparam.1ssl.gz usr/share/man/man1/dsa.1ssl.gz usr/share/man/man1/dsaparam.1ssl.gz usr/share/man/man1/ec.1ssl.gz usr/share/man/man1/ecparam.1ssl.gz usr/share/man/man1/enc.1ssl.gz usr/share/man/man1/errstr.1ssl.gz usr/share/man/man1/gendsa.1ssl.gz usr/share/man/man1/genrsa.1ssl.gz usr/share/man/man1/md2.1ssl.gz usr/share/man/man1/md4.1ssl.gz usr/share/man/man1/md5.1ssl.gz usr/share/man/man1/mdc2.1ssl.gz usr/share/man/man1/nseq.1ssl.gz usr/share/man/man1/ocsp.1ssl.gz usr/share/man/man1/openssl.1ssl.gz usr/share/man/man1/pkcs12.1ssl.gz usr/share/man/man1/pkcs7.1ssl.gz usr/share/man/man1/pkcs8.1ssl.gz usr/share/man/man1/req.1ssl.gz usr/share/man/man1/ripemd160.1ssl.gz usr/share/man/man1/rsa.1ssl.gz usr/share/man/man1/rsautl.1ssl.gz usr/share/man/man1/s_client.1ssl.gz usr/share/man/man1/s_server.1ssl.gz usr/share/man/man1/s_time.1ssl.gz usr/share/man/man1/sess_id.1ssl.gz usr/share/man/man1/sha.1ssl.gz usr/share/man/man1/sha1.1ssl.gz usr/share/man/man1/smime.1ssl.gz usr/share/man/man1/speed.1ssl.gz usr/share/man/man1/spkac.1ssl.gz usr/share/man/man1/sslpasswd.1ssl.gz usr/share/man/man1/sslrand.1ssl.gz usr/share/man/man1/verify.1ssl.gz usr/share/man/man1/version.1ssl.gz usr/share/man/man1/x509.1ssl.gz usr/share/man/man5/config.5ssl.gz usr/share/man/man5/openssl.cnf.5ssl.gz usr/share/man/man5/x509v3_config.5ssl.gz usr/share/man/man7/des_modes.7ssl.gz -@comment deal with empty directories installed by the port -@exec /bin/mkdir -p %D/etc/pki/CA/private -@dirrmtry etc/pki/CA/private -@exec /bin/mkdir -p %D/etc/pki/tls/private -@dirrmtry etc/pki/tls/private -@comment non-empty directory listing in revers order -@dirrm usr/share/doc/openssl-%%PORTVERSION%% -@dirrm usr/lib/openssl/engines -@dirrm usr/lib/openssl -@dirrm etc/pki/tls/misc -@dirrm etc/pki/tls/certs -@dirrm etc/pki/tls -@dirrm etc/pki/CA/certs -@dirrm etc/pki/CA/crl -@dirrm etc/pki/CA/newcerts -@dirrm etc/pki/CA +@dir etc/pki/CA/private +@dir etc/pki/CA/certs +@dir etc/pki/CA/crl +@dir etc/pki/CA/newcerts +@dir etc/pki/tls/private Index: head/security/linux-c6-openssl-compat/Makefile =================================================================== --- head/security/linux-c6-openssl-compat/Makefile (revision 372444) +++ head/security/linux-c6-openssl-compat/Makefile (revision 372445) @@ -1,26 +1,27 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= openssl-compat PORTVERSION= 0.9.8e +PORTREVISION= 1 CATEGORIES= security linux DISTNAME= openssl098e-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= OpenSSL toolkit (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-openssl-[0-9]* linux-f8-openssl-[0-9]* linux-f10-openssl-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes -RPMVERSION= 17.el6.centos.2 +RPMVERSION= 18.el6_5.2 USE_LDCONFIG= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" DESCR= ${.CURDIR}/../openssl/pkg-descr post-install: @cd ${STAGEDIR}${PREFIX}/usr/lib && ${LN} -sf libssl.so.6 libssl.so.7 .include Index: head/security/linux-c6-openssl-compat/distinfo.i686 =================================================================== --- head/security/linux-c6-openssl-compat/distinfo.i686 (revision 372444) +++ head/security/linux-c6-openssl-compat/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/openssl098e-0.9.8e-17.el6.centos.2.i686.rpm) = 862142d2d7adc74311d7312c6ace396d36b6c8f3a0708f6fe5e0d3977d00a871 -SIZE (rpm/i686/centos/6.5/openssl098e-0.9.8e-17.el6.centos.2.i686.rpm) = 791760 -SHA256 (rpm/i686/centos/6.5/openssl098e-0.9.8e-17.el6.centos.2.src.rpm) = cb47c1a6274027b8eda9650022c6bfd0b929a47ab2790a4e5e32727283c458a0 -SIZE (rpm/i686/centos/6.5/openssl098e-0.9.8e-17.el6.centos.2.src.rpm) = 3100581 +SHA256 (rpm/i686/centos/6.6/openssl098e-0.9.8e-18.el6_5.2.i686.rpm) = 4911acddf50a3f48cc5d2ce6f4011193a06112142a2d93e7e9f36aa7fd44e1bd +SIZE (rpm/i686/centos/6.6/openssl098e-0.9.8e-18.el6_5.2.i686.rpm) = 791692 +SHA256 (rpm/i686/centos/6.6/openssl098e-0.9.8e-18.el6_5.2.src.rpm) = 25cdd2928d00f8aec7e84cd5937ecf9ad869256c980634a9c7132e75cfeccce2 +SIZE (rpm/i686/centos/6.6/openssl098e-0.9.8e-18.el6_5.2.src.rpm) = 3101400 Index: head/security/linux-c6-openssl-compat/pkg-plist =================================================================== --- head/security/linux-c6-openssl-compat/pkg-plist (revision 372444) +++ head/security/linux-c6-openssl-compat/pkg-plist (revision 372445) @@ -1,30 +1,26 @@ @comment file listing usr/lib/.libcrypto.so.0.9.8e.hmac usr/lib/.libcrypto.so.6.hmac usr/lib/.libssl.so.0.9.8e.hmac usr/lib/.libssl.so.6.hmac usr/lib/libcrypto.so.0.9.8e usr/lib/libcrypto.so.6 usr/lib/libssl.so.0.9.8e usr/lib/libssl.so.6 usr/lib/libssl.so.7 usr/lib/openssl098e/engines/lib4758cca.so usr/lib/openssl098e/engines/libaep.so usr/lib/openssl098e/engines/libatalla.so usr/lib/openssl098e/engines/libchil.so usr/lib/openssl098e/engines/libcswift.so usr/lib/openssl098e/engines/libgmp.so usr/lib/openssl098e/engines/libnuron.so usr/lib/openssl098e/engines/libsureware.so usr/lib/openssl098e/engines/libubsec.so usr/share/doc/openssl098e-0.9.8e/CHANGES usr/share/doc/openssl098e-0.9.8e/FAQ usr/share/doc/openssl098e-0.9.8e/INSTALL usr/share/doc/openssl098e-0.9.8e/LICENSE usr/share/doc/openssl098e-0.9.8e/NEWS usr/share/doc/openssl098e-0.9.8e/README usr/share/doc/openssl098e-0.9.8e/README.FIPS - -@dirrm usr/share/doc/openssl098e-%%PORTVERSION%% -@dirrm usr/lib/openssl098e/engines -@dirrm usr/lib/openssl098e Index: head/textproc/linux-c6-aspell/Makefile =================================================================== --- head/textproc/linux-c6-aspell/Makefile (revision 372444) +++ head/textproc/linux-c6-aspell/Makefile (revision 372445) @@ -1,23 +1,24 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= aspell PORTVERSION= 0.60.6 +PORTREVISION= 1 CATEGORIES= textproc linux MAINTAINER= emulation@FreeBSD.org COMMENT= Spelling checker with better logic than ispell (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-aspell-[0-9]* linux-f10-aspell-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes RPMVERSION= 12.el6 BRANDELF_DIRS= usr/bin USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/textproc/linux-c6-aspell/distinfo.i686 =================================================================== --- head/textproc/linux-c6-aspell/distinfo.i686 (revision 372444) +++ head/textproc/linux-c6-aspell/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/aspell-0.60.6-12.el6.i686.rpm) = 499329444b80698880b4c71d98addcf3fe7f7d1ed421c6d2e55a5cf4ebab6af2 -SIZE (rpm/i686/centos/6.5/aspell-0.60.6-12.el6.i686.rpm) = 644304 -SHA256 (rpm/i686/centos/6.5/aspell-0.60.6-12.el6.src.rpm) = 2806d7c0b3a9a3d81f543b225429303164c542cbf9a4835e5ccd6a0f73bc5eb2 -SIZE (rpm/i686/centos/6.5/aspell-0.60.6-12.el6.src.rpm) = 1776695 +SHA256 (rpm/i686/centos/6.6/aspell-0.60.6-12.el6.i686.rpm) = 499329444b80698880b4c71d98addcf3fe7f7d1ed421c6d2e55a5cf4ebab6af2 +SIZE (rpm/i686/centos/6.6/aspell-0.60.6-12.el6.i686.rpm) = 644304 +SHA256 (rpm/i686/centos/6.6/aspell-0.60.6-12.el6.src.rpm) = 2806d7c0b3a9a3d81f543b225429303164c542cbf9a4835e5ccd6a0f73bc5eb2 +SIZE (rpm/i686/centos/6.6/aspell-0.60.6-12.el6.src.rpm) = 1776695 Index: head/textproc/linux-c6-expat/Makefile =================================================================== --- head/textproc/linux-c6-expat/Makefile (revision 372444) +++ head/textproc/linux-c6-expat/Makefile (revision 372445) @@ -1,26 +1,27 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= expat PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= textproc linux MAINTAINER= emulation@FreeBSD.org COMMENT= Linux/i386 binary port of Expat XML-parsing library (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-expat-[0-9]* linux-f8-expat-[0-9]* linux-f10-expat-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes RPMVERSION= 11.el6_2 BRANDELF_FILES= usr/bin/xmlwf USE_LDCONFIG= yes PLIST_FILES= lib/libexpat.so.1 lib/libexpat.so.1.5.2 \ usr/bin/xmlwf usr/share/man/man1/xmlwf.1.gz DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= COPYING README DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr .include Index: head/textproc/linux-c6-expat/distinfo.i686 =================================================================== --- head/textproc/linux-c6-expat/distinfo.i686 (revision 372444) +++ head/textproc/linux-c6-expat/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/expat-2.0.1-11.el6_2.i686.rpm) = aefccd0285b312ec3cf053715b66c45e7883145255c993c7e2bd1848b420deb1 -SIZE (rpm/i686/centos/6.5/expat-2.0.1-11.el6_2.i686.rpm) = 80684 -SHA256 (rpm/i686/centos/6.5/expat-2.0.1-11.el6_2.src.rpm) = e73a78c840f047c382984201f9be499041c411f82e26f02359183f5fe25fad6a -SIZE (rpm/i686/centos/6.5/expat-2.0.1-11.el6_2.src.rpm) = 463965 +SHA256 (rpm/i686/centos/6.6/expat-2.0.1-11.el6_2.i686.rpm) = aefccd0285b312ec3cf053715b66c45e7883145255c993c7e2bd1848b420deb1 +SIZE (rpm/i686/centos/6.6/expat-2.0.1-11.el6_2.i686.rpm) = 80684 +SHA256 (rpm/i686/centos/6.6/expat-2.0.1-11.el6_2.src.rpm) = e73a78c840f047c382984201f9be499041c411f82e26f02359183f5fe25fad6a +SIZE (rpm/i686/centos/6.6/expat-2.0.1-11.el6_2.src.rpm) = 463965 Index: head/textproc/linux-c6-libxml2/Makefile =================================================================== --- head/textproc/linux-c6-libxml2/Makefile (revision 372444) +++ head/textproc/linux-c6-libxml2/Makefile (revision 372445) @@ -1,30 +1,31 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= libxml2 PORTVERSION= 2.7.6 +PORTREVISION= 1 CATEGORIES= textproc linux MAINTAINER= emulation@FreeBSD.org COMMENT= Library providing XML and HTML support (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-libxml2-[0-9]* linux-f8-libxml2-[0-9]* USE_LINUX= c6 USE_LINUX_RPM= yes -RPMVERSION= 14.el6 +RPMVERSION= 14.el6_5.2 BRANDELF_DIRS= usr/bin USE_LDCONFIG= yes DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS ChangeLog.gz Copyright NEWS README TODO PLIST_FILES= usr/bin/xmlcatalog usr/bin/xmllint \ usr/lib/libxml2.so.2 usr/lib/libxml2.so.${PORTVERSION} \ usr/share/man/man1/xmlcatalog.1.gz \ usr/share/man/man1/xmllint.1.gz usr/share/man/man3/libxml.3.gz DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/textproc/linux-c6-libxml2/distinfo.i686 =================================================================== --- head/textproc/linux-c6-libxml2/distinfo.i686 (revision 372444) +++ head/textproc/linux-c6-libxml2/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/libxml2-2.7.6-14.el6.i686.rpm) = 256dc92b1b3f8a817dcaf4fb89395507d2aaee58fa2672f53b37c84f50509b3f -SIZE (rpm/i686/centos/6.5/libxml2-2.7.6-14.el6.i686.rpm) = 819248 -SHA256 (rpm/i686/centos/6.5/libxml2-2.7.6-14.el6.src.rpm) = 6427f337989605e82ba2f1abd70b411f0dfdfd16d26e26b5eae1f711495542b4 -SIZE (rpm/i686/centos/6.5/libxml2-2.7.6-14.el6.src.rpm) = 4891299 +SHA256 (rpm/i686/centos/6.6/libxml2-2.7.6-14.el6_5.2.i686.rpm) = bd16112cd246ff7ab7ffa5fedb8fcfd07b0700f1401e9516798cdd7180b7a73b +SIZE (rpm/i686/centos/6.6/libxml2-2.7.6-14.el6_5.2.i686.rpm) = 819684 +SHA256 (rpm/i686/centos/6.6/libxml2-2.7.6-14.el6_5.2.src.rpm) = 316dd3cd987bddf05dcbd8cfc6d0d14128d3b07e536bd3e97877d117d5375283 +SIZE (rpm/i686/centos/6.6/libxml2-2.7.6-14.el6_5.2.src.rpm) = 4895295 Index: head/www/linux-c6-qt47-webkit/Makefile =================================================================== --- head/www/linux-c6-qt47-webkit/Makefile (revision 372444) +++ head/www/linux-c6-qt47-webkit/Makefile (revision 372445) @@ -1,29 +1,30 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= qt47-webkit PORTVERSION= 4.7.2 +PORTREVISION= 1 CATEGORIES= www linux MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= xmj PKGNAMEPREFIX= linux-${USE_LINUX}- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/centos/c5 MAINTAINER= emulation@FreeBSD.org COMMENT= RPM of QT4 (Linux CentOS 5) ONLY_FOR_ARCHS= i386 amd64 RPMVERSION= 1_18.el5 USE_LINUX= c6 LINUX_RPM_ARCH= i386 USE_LINUX_APPS= fontconfig png xorglibs sqlite3 qt47 qt47-x11 USE_LINUX_RPM= yes LINUX_DIST_VER= 5 USE_LDCONFIG= yes DESCR= ${.CURDIR}/../../www/webkit-gtk3/pkg-descr # contains no GTK references, reuse SRC_DISTFILES:= # unretrievable .include Index: head/x11/linux-c6-xorg-libs/Makefile =================================================================== --- head/x11/linux-c6-xorg-libs/Makefile (revision 372444) +++ head/x11/linux-c6-xorg-libs/Makefile (revision 372445) @@ -1,94 +1,94 @@ # Created by: bsam # $FreeBSD$ PORTNAME= xorg-libs PORTVERSION= 7.4 +PORTREVISION= 1 CATEGORIES= x11 linux DISTFILES= libICE-1.0.6-1.el6.${LINUX_RPM_ARCH}.rpm \ libSM-1.2.1-2.el6.${LINUX_RPM_ARCH}.rpm \ - libX11-1.5.0-4.el6.${LINUX_RPM_ARCH}.rpm \ + libX11-1.6.0-2.2.el6.${LINUX_RPM_ARCH}.rpm \ libXScrnSaver-1.2.2-2.el6.${LINUX_RPM_ARCH}.rpm \ libXau-1.0.6-4.el6.${LINUX_RPM_ARCH}.rpm \ libXaw-1.0.11-2.el6.${LINUX_RPM_ARCH}.rpm \ libXcomposite-0.4.3-4.el6.${LINUX_RPM_ARCH}.rpm \ - libXcursor-1.1.13-6.20130524git8f677eaea.el6.${LINUX_RPM_ARCH}.rpm \ + libXcursor-1.1.14-2.1.el6.${LINUX_RPM_ARCH}.rpm \ libXdamage-1.1.3-4.el6.${LINUX_RPM_ARCH}.rpm \ libXdmcp-1.1.1-3.el6.${LINUX_RPM_ARCH}.rpm \ libXevie-1.0.3-4.el6.${LINUX_RPM_ARCH}.rpm \ - libXext-1.3.1-2.el6.${LINUX_RPM_ARCH}.rpm \ - libXfixes-5.0-3.el6.${LINUX_RPM_ARCH}.rpm \ - libXfont-1.4.5-2.el6.${LINUX_RPM_ARCH}.rpm \ + libXext-1.3.2-2.1.el6.${LINUX_RPM_ARCH}.rpm \ + libXfixes-5.0.1-2.1.el6.${LINUX_RPM_ARCH}.rpm \ + libXfont-1.4.5-3.el6_5.${LINUX_RPM_ARCH}.rpm \ libXft-2.3.1-2.el6.${LINUX_RPM_ARCH}.rpm \ - libXi-1.6.1-3.el6.${LINUX_RPM_ARCH}.rpm \ - libXinerama-1.1.2-2.el6.${LINUX_RPM_ARCH}.rpm \ + libXi-1.7.2-2.2.el6.${LINUX_RPM_ARCH}.rpm \ + libXinerama-1.1.3-2.1.el6.${LINUX_RPM_ARCH}.rpm \ libXmu-1.1.1-2.el6.${LINUX_RPM_ARCH}.rpm \ - libXp-1.0.0-15.1.el6.${LINUX_RPM_ARCH}.rpm \ + libXp-1.0.2-2.1.el6.${LINUX_RPM_ARCH}.rpm \ libXpm-3.5.10-2.el6.${LINUX_RPM_ARCH}.rpm \ - libXrandr-1.4.0-1.el6.${LINUX_RPM_ARCH}.rpm \ - libXrender-0.9.7-2.el6.${LINUX_RPM_ARCH}.rpm \ - libXres-1.0.6-2.el6.${LINUX_RPM_ARCH}.rpm \ - libXt-1.1.3-1.el6.${LINUX_RPM_ARCH}.rpm \ - libXtst-1.2.1-2.el6.${LINUX_RPM_ARCH}.rpm \ - libXv-1.0.7-2.el6.${LINUX_RPM_ARCH}.rpm \ - libXvMC-1.0.7-2.el6.${LINUX_RPM_ARCH}.rpm \ - libXxf86dga-1.1.3-2.el6.${LINUX_RPM_ARCH}.rpm \ + libXrandr-1.4.1-2.1.el6.${LINUX_RPM_ARCH}.rpm \ + libXrender-0.9.8-2.1.el6.${LINUX_RPM_ARCH}.rpm \ + libXres-1.0.7-2.1.el6.${LINUX_RPM_ARCH}.rpm \ + libXt-1.1.4-6.1.el6.${LINUX_RPM_ARCH}.rpm \ + libXtst-1.2.2-2.1.el6.${LINUX_RPM_ARCH}.rpm \ + libXv-1.0.9-2.1.el6.${LINUX_RPM_ARCH}.rpm \ + libXvMC-1.0.8-2.1.el6.${LINUX_RPM_ARCH}.rpm \ + libXxf86dga-1.1.4-2.1.el6.${LINUX_RPM_ARCH}.rpm \ libXxf86misc-1.0.3-4.el6.${LINUX_RPM_ARCH}.rpm \ - libXxf86vm-1.1.2-2.el6.${LINUX_RPM_ARCH}.rpm \ + libXxf86vm-1.1.3-2.1.el6.${LINUX_RPM_ARCH}.rpm \ libfontenc-1.0.5-2.el6.${LINUX_RPM_ARCH}.rpm \ - libxcb-1.8.1-1.el6.${LINUX_RPM_ARCH}.rpm \ + libxcb-1.9.1-2.el6.${LINUX_RPM_ARCH}.rpm \ libxkbfile-1.0.6-1.1.el6.${LINUX_RPM_ARCH}.rpm \ mesa-libGLw-6.5.1-10.el6.${LINUX_RPM_ARCH}.rpm .if defined(PACKAGE_BUILDING) SRC_DISTFILES= libICE-1.0.6-1.el6.src.rpm \ libSM-1.2.1-2.el6.src.rpm \ - libX11-1.5.0-4.el6.src.rpm \ + libX11-1.6.0-2.2.el6.src.rpm \ libXScrnSaver-1.2.2-2.el6.src.rpm \ libXau-1.0.6-4.el6.src.rpm \ libXaw-1.0.11-2.el6.src.rpm \ libXcomposite-0.4.3-4.el6.src.rpm \ - libXcursor-1.1.13-6.20130524git8f677eaea.el6.src.rpm \ + libXcursor-1.1.14-2.1.el6.src.rpm \ libXdamage-1.1.3-4.el6.src.rpm \ libXdmcp-1.1.1-3.el6.src.rpm \ libXevie-1.0.3-4.el6.src.rpm \ - libXext-1.3.1-2.el6.src.rpm \ - libXfixes-5.0-3.el6.src.rpm \ - libXfont-1.4.5-2.el6.src.rpm \ + libXext-1.3.2-2.1.el6.src.rpm \ + libXfixes-5.0.1-2.1.el6.src.rpm \ + libXfont-1.4.5-3.el6_5.src.rpm \ libXft-2.3.1-2.el6.src.rpm \ - libXi-1.6.1-3.el6.src.rpm \ - libXinerama-1.1.2-2.el6.src.rpm \ + libXi-1.7.2-2.2.el6.src.rpm \ + libXinerama-1.1.3-2.1.el6.src.rpm \ libXmu-1.1.1-2.el6.src.rpm \ - libXp-1.0.0-15.1.el6.src.rpm \ + libXp-1.0.2-2.1.el6.src.rpm \ libXpm-3.5.10-2.el6.src.rpm \ - libXrandr-1.4.0-1.el6.src.rpm \ - libXrender-0.9.7-2.el6.src.rpm \ - libXres-1.0.6-2.el6.src.rpm \ - libXt-1.1.3-1.el6.src.rpm \ - libXtst-1.2.1-2.el6.src.rpm \ - libXv-1.0.7-2.el6.src.rpm \ - libXvMC-1.0.7-2.el6.src.rpm \ - libXxf86dga-1.1.3-2.el6.src.rpm \ + libXrandr-1.4.1-2.1.el6.src.rpm \ + libXrender-0.9.8-2.1.el6.src.rpm \ + libXres-1.0.7-2.1.el6.src.rpm \ + libXt-1.1.4-6.1.el6.src.rpm \ + libXtst-1.2.2-2.1.el6.src.rpm \ + libXv-1.0.9-2.1.el6.src.rpm \ + libXvMC-1.0.8-2.1.el6.src.rpm \ + libXxf86dga-1.1.4-2.1.el6.src.rpm \ libXxf86misc-1.0.3-4.el6.src.rpm \ - libXxf86vm-1.1.2-2.el6.src.rpm \ + libXxf86vm-1.1.3-2.1.el6.src.rpm \ libfontenc-1.0.5-2.el6.src.rpm \ - libxcb-1.8.1-1.el6.src.rpm \ + libxcb-1.9.1-2.el6.src.rpm \ libxkbfile-1.0.6-1.1.el6.src.rpm \ mesa-libGLw-6.5.1-10.el6.src.rpm - .endif MAINTAINER= emulation@FreeBSD.org COMMENT= Xorg libraries (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-xorg-libs-[0-9]* linux-f8-xorg-libs-[0-9]* linux-f10-xorg-libs-[0-9]* USE_LINUX= c6 USE_LINUX_APPS= fontconfig USE_LINUX_RPM= yes USE_LDCONFIG= yes #post-install: # ${MKDIR} ${STAGEDIR}${PREFIX}/etc/ld.so.conf.d # @${INSTALL_DATA} ${FILESDIR}/xorg-x11-i386.conf ${STAGEDIR}${PREFIX}/etc/ld.so.conf.d .include Index: head/x11/linux-c6-xorg-libs/distinfo.i686 =================================================================== --- head/x11/linux-c6-xorg-libs/distinfo.i686 (revision 372444) +++ head/x11/linux-c6-xorg-libs/distinfo.i686 (revision 372445) @@ -1,136 +1,136 @@ -SHA256 (rpm/i686/centos/6.5/libICE-1.0.6-1.el6.i686.rpm) = b0b4e98058cfa3d75429b5bb1f209b475c8bcecf14f8ce8382f8ec5e24ac4c32 -SIZE (rpm/i686/centos/6.5/libICE-1.0.6-1.el6.i686.rpm) = 53292 -SHA256 (rpm/i686/centos/6.5/libSM-1.2.1-2.el6.i686.rpm) = 9128eb65884a7557e4bf68aee14e0bed3629df062b45ad389828f11d45abeff5 -SIZE (rpm/i686/centos/6.5/libSM-1.2.1-2.el6.i686.rpm) = 37312 -SHA256 (rpm/i686/centos/6.5/libX11-1.5.0-4.el6.i686.rpm) = 8ea47dcc345fc95983515b4d11e9500f98db32a2804f5dd53b17d501f670580a -SIZE (rpm/i686/centos/6.5/libX11-1.5.0-4.el6.i686.rpm) = 604016 -SHA256 (rpm/i686/centos/6.5/libXScrnSaver-1.2.2-2.el6.i686.rpm) = 2173a076e7cefc99c982601a701eaec864a418d7c544d80ef72fc7ac0a42218f -SIZE (rpm/i686/centos/6.5/libXScrnSaver-1.2.2-2.el6.i686.rpm) = 22580 -SHA256 (rpm/i686/centos/6.5/libXau-1.0.6-4.el6.i686.rpm) = 0d979b1519ea4bef76efb5dd21e53cf9f12ab910eff0f67462e1d905b1e6109b -SIZE (rpm/i686/centos/6.5/libXau-1.0.6-4.el6.i686.rpm) = 24864 -SHA256 (rpm/i686/centos/6.5/libXaw-1.0.11-2.el6.i686.rpm) = d7ea3074f005f89b225b42357c7a3f4984ebdaaafcd085fb2294c8e8a55e8fc7 -SIZE (rpm/i686/centos/6.5/libXaw-1.0.11-2.el6.i686.rpm) = 194780 -SHA256 (rpm/i686/centos/6.5/libXcomposite-0.4.3-4.el6.i686.rpm) = a49030789b4701f3b6607b19b5c902a7df774f16a24dc72552df3563c4db2638 -SIZE (rpm/i686/centos/6.5/libXcomposite-0.4.3-4.el6.i686.rpm) = 20856 -SHA256 (rpm/i686/centos/6.5/libXcursor-1.1.13-6.20130524git8f677eaea.el6.i686.rpm) = 9f34fead8e4cafae4a3c63134448db911816b7dd53ddab99eae1b4c4398571cf -SIZE (rpm/i686/centos/6.5/libXcursor-1.1.13-6.20130524git8f677eaea.el6.i686.rpm) = 28808 -SHA256 (rpm/i686/centos/6.5/libXdamage-1.1.3-4.el6.i686.rpm) = 6f933535f383db7f06a3d64cf7f109c955bd72a0cc1d1092fb4c53867c85a022 -SIZE (rpm/i686/centos/6.5/libXdamage-1.1.3-4.el6.i686.rpm) = 18508 -SHA256 (rpm/i686/centos/6.5/libXdmcp-1.1.1-3.el6.i686.rpm) = dd9a0c6ab98e7bf8be6d0f888040cef2d5b8f4538b2ee9ee5a05c2d9ec2a29dd -SIZE (rpm/i686/centos/6.5/libXdmcp-1.1.1-3.el6.i686.rpm) = 31344 -SHA256 (rpm/i686/centos/6.5/libXevie-1.0.3-4.el6.i686.rpm) = 5fda28a7fb799a081dc197af364a29321d9899be31661e822937d6c3df1d3a4e -SIZE (rpm/i686/centos/6.5/libXevie-1.0.3-4.el6.i686.rpm) = 16648 -SHA256 (rpm/i686/centos/6.5/libXext-1.3.1-2.el6.i686.rpm) = 4355ef75663bc00f634cf5317424a977f98f2abf7349709637230b17832559ed -SIZE (rpm/i686/centos/6.5/libXext-1.3.1-2.el6.i686.rpm) = 35048 -SHA256 (rpm/i686/centos/6.5/libXfixes-5.0-3.el6.i686.rpm) = 1a52d7a46536e45d312d4204b9ba0a772106269c8f5d8675a3773993d2520cd8 -SIZE (rpm/i686/centos/6.5/libXfixes-5.0-3.el6.i686.rpm) = 23432 -SHA256 (rpm/i686/centos/6.5/libXfont-1.4.5-2.el6.i686.rpm) = 079bdf94ec6d847a3b836eef2ad1c84e9de94439109474c4afda9fd7008d905d -SIZE (rpm/i686/centos/6.5/libXfont-1.4.5-2.el6.i686.rpm) = 146964 -SHA256 (rpm/i686/centos/6.5/libXft-2.3.1-2.el6.i686.rpm) = 0918bc59264c32fbe0cd3f9e0761e156b7f14623eb73ae5e46a5539d10ed743c -SIZE (rpm/i686/centos/6.5/libXft-2.3.1-2.el6.i686.rpm) = 55040 -SHA256 (rpm/i686/centos/6.5/libXi-1.6.1-3.el6.i686.rpm) = aa971f812f3600811f9014ec352d4b49dbbec1f2172ac4cc63d46557079db2fd -SIZE (rpm/i686/centos/6.5/libXi-1.6.1-3.el6.i686.rpm) = 35344 -SHA256 (rpm/i686/centos/6.5/libXinerama-1.1.2-2.el6.i686.rpm) = 2b130512f8a88053ac0562f561fd834a57a39283cda2149d4a5ceeac598a7707 -SIZE (rpm/i686/centos/6.5/libXinerama-1.1.2-2.el6.i686.rpm) = 20144 -SHA256 (rpm/i686/centos/6.5/libXmu-1.1.1-2.el6.i686.rpm) = 353e63f5da64f3ab88c08f9a97f18db14926aeeda48749edc0e22be40b279fda -SIZE (rpm/i686/centos/6.5/libXmu-1.1.1-2.el6.i686.rpm) = 67596 -SHA256 (rpm/i686/centos/6.5/libXp-1.0.0-15.1.el6.i686.rpm) = 9539167d2d5cee52b7eda2376c84696a36da04134e5c112d71bb4f6ba875c74b -SIZE (rpm/i686/centos/6.5/libXp-1.0.0-15.1.el6.i686.rpm) = 22752 -SHA256 (rpm/i686/centos/6.5/libXpm-3.5.10-2.el6.i686.rpm) = 2256f36015d4fd1d69a87f42d5279c5565c5a627320e3604eace595df47d084e -SIZE (rpm/i686/centos/6.5/libXpm-3.5.10-2.el6.i686.rpm) = 51496 -SHA256 (rpm/i686/centos/6.5/libXrandr-1.4.0-1.el6.i686.rpm) = a091116fc76303a6af80f9cfc9fb9af18aef315580a8271bcf45486ab376e777 -SIZE (rpm/i686/centos/6.5/libXrandr-1.4.0-1.el6.i686.rpm) = 36412 -SHA256 (rpm/i686/centos/6.5/libXrender-0.9.7-2.el6.i686.rpm) = 855782c135956c2548d58ed3ce62f6bd3a11b48c1fb62382358bf96600aa5268 -SIZE (rpm/i686/centos/6.5/libXrender-0.9.7-2.el6.i686.rpm) = 30072 -SHA256 (rpm/i686/centos/6.5/libXres-1.0.6-2.el6.i686.rpm) = bf618c8e10425e84a181d9ac8b3576bae13a1c73eb767d6ba3b27810001a1d00 -SIZE (rpm/i686/centos/6.5/libXres-1.0.6-2.el6.i686.rpm) = 19272 -SHA256 (rpm/i686/centos/6.5/libXt-1.1.3-1.el6.i686.rpm) = 7be22373be516af6182f5efc295aeea86d2eabeba70490daf607264c5065c664 -SIZE (rpm/i686/centos/6.5/libXt-1.1.3-1.el6.i686.rpm) = 183100 -SHA256 (rpm/i686/centos/6.5/libXtst-1.2.1-2.el6.i686.rpm) = 32a9777a908e5b6c7a4f12bda04eeea8a9b096079bbf501ab9d1bb3b21a24ee4 -SIZE (rpm/i686/centos/6.5/libXtst-1.2.1-2.el6.i686.rpm) = 29688 -SHA256 (rpm/i686/centos/6.5/libXv-1.0.7-2.el6.i686.rpm) = 1dd6a32182e1507e24639709843cc8bc4c3b15c8c0e01dc59bd4a3b80abf7dbc -SIZE (rpm/i686/centos/6.5/libXv-1.0.7-2.el6.i686.rpm) = 24484 -SHA256 (rpm/i686/centos/6.5/libXvMC-1.0.7-2.el6.i686.rpm) = 9f4235c32124b374518414d73088abb12c5426b013ee76bf2bc12a74d65c3c9b -SIZE (rpm/i686/centos/6.5/libXvMC-1.0.7-2.el6.i686.rpm) = 27176 -SHA256 (rpm/i686/centos/6.5/libXxf86dga-1.1.3-2.el6.i686.rpm) = 13035b420101e3d53c8a1b5f199fcd604035775fbcd0dc0637533d258833c845 -SIZE (rpm/i686/centos/6.5/libXxf86dga-1.1.3-2.el6.i686.rpm) = 25104 -SHA256 (rpm/i686/centos/6.5/libXxf86misc-1.0.3-4.el6.i686.rpm) = b1ff94ead0c50b70d72fe9ac64de8b92721b817b2704127ebad4b59e220a132d -SIZE (rpm/i686/centos/6.5/libXxf86misc-1.0.3-4.el6.i686.rpm) = 18092 -SHA256 (rpm/i686/centos/6.5/libXxf86vm-1.1.2-2.el6.i686.rpm) = 35d96976308b65edcd01e60aafe770353c1c7ea019afed2374db7f84a969e298 -SIZE (rpm/i686/centos/6.5/libXxf86vm-1.1.2-2.el6.i686.rpm) = 22516 -SHA256 (rpm/i686/centos/6.5/libfontenc-1.0.5-2.el6.i686.rpm) = 7193d101772811e8610d025e58c3631f08552f0151a48c205f6bf32a6edf4d50 -SIZE (rpm/i686/centos/6.5/libfontenc-1.0.5-2.el6.i686.rpm) = 24872 -SHA256 (rpm/i686/centos/6.5/libxcb-1.8.1-1.el6.i686.rpm) = 051d64c8163d22a1b81f4b26c4cb0e675c30aebdd7ea58261314076df4885c05 -SIZE (rpm/i686/centos/6.5/libxcb-1.8.1-1.el6.i686.rpm) = 116976 -SHA256 (rpm/i686/centos/6.5/libxkbfile-1.0.6-1.1.el6.i686.rpm) = 0528b825b81ac13a910acdfbe02df666f4854fb1decf0bace49635d50785f83b -SIZE (rpm/i686/centos/6.5/libxkbfile-1.0.6-1.1.el6.i686.rpm) = 76364 -SHA256 (rpm/i686/centos/6.5/mesa-libGLw-6.5.1-10.el6.i686.rpm) = d2536b25e5998727f3c327c04269f58624d0a1050a45a9ea8f6f47dd8c16894e -SIZE (rpm/i686/centos/6.5/mesa-libGLw-6.5.1-10.el6.i686.rpm) = 13756 -SHA256 (rpm/i686/centos/6.5/libICE-1.0.6-1.el6.src.rpm) = 6f9a2ffd65f021bd434ba821a27d1c8c1af4fe0d6fca1fbc4839d4b28a656695 -SIZE (rpm/i686/centos/6.5/libICE-1.0.6-1.el6.src.rpm) = 288561 -SHA256 (rpm/i686/centos/6.5/libSM-1.2.1-2.el6.src.rpm) = a1ccbb68cb9067697819bc462426d4bb7ac90a5d43b3b2937789085a23126129 -SIZE (rpm/i686/centos/6.5/libSM-1.2.1-2.el6.src.rpm) = 344988 -SHA256 (rpm/i686/centos/6.5/libX11-1.5.0-4.el6.src.rpm) = ed81468ed914fe221ea5e92349ea16793616fdb514dc27e707c3f1879c64a8fa -SIZE (rpm/i686/centos/6.5/libX11-1.5.0-4.el6.src.rpm) = 2337814 -SHA256 (rpm/i686/centos/6.5/libXScrnSaver-1.2.2-2.el6.src.rpm) = 5a3c64b4923ed8958362e34cac7aebe21bde60f1ece0dc7148b25312ed538005 -SIZE (rpm/i686/centos/6.5/libXScrnSaver-1.2.2-2.el6.src.rpm) = 301641 -SHA256 (rpm/i686/centos/6.5/libXau-1.0.6-4.el6.src.rpm) = 67a39ebc411b3b603be404fe6672a812a0f611e4a1305b1d9112804ab37b886c -SIZE (rpm/i686/centos/6.5/libXau-1.0.6-4.el6.src.rpm) = 272117 -SHA256 (rpm/i686/centos/6.5/libXaw-1.0.11-2.el6.src.rpm) = cb444d2a509c24c7d6d7235b1dad7f5c03b52075f2053340e530764b7b77b26f -SIZE (rpm/i686/centos/6.5/libXaw-1.0.11-2.el6.src.rpm) = 662266 -SHA256 (rpm/i686/centos/6.5/libXcomposite-0.4.3-4.el6.src.rpm) = 1a281e223004848e7005d547e291b406929e8138bbb42508fc0f56ffdc477746 -SIZE (rpm/i686/centos/6.5/libXcomposite-0.4.3-4.el6.src.rpm) = 256703 -SHA256 (rpm/i686/centos/6.5/libXcursor-1.1.13-6.20130524git8f677eaea.el6.src.rpm) = 46d5159f52f6bdfb6a677b57fa91ca81510eb7f43a5de74ebf92ed0d60cf9ba0 -SIZE (rpm/i686/centos/6.5/libXcursor-1.1.13-6.20130524git8f677eaea.el6.src.rpm) = 178664 -SHA256 (rpm/i686/centos/6.5/libXdamage-1.1.3-4.el6.src.rpm) = 5b074f49ee2711a5ebe248fff09e158503d9f59fdc9fa4a9bdc5ef466d6a539f -SIZE (rpm/i686/centos/6.5/libXdamage-1.1.3-4.el6.src.rpm) = 258818 -SHA256 (rpm/i686/centos/6.5/libXdmcp-1.1.1-3.el6.src.rpm) = e27c9406b940656b2e490a56c0a490cd9e26b9efbd5f468b6590a07ca4f3d9d6 -SIZE (rpm/i686/centos/6.5/libXdmcp-1.1.1-3.el6.src.rpm) = 323226 -SHA256 (rpm/i686/centos/6.5/libXevie-1.0.3-4.el6.src.rpm) = 1181675421fa9cad3d30bcbe78d0b54f4118aad14380b160ae26b579dadb7abc -SIZE (rpm/i686/centos/6.5/libXevie-1.0.3-4.el6.src.rpm) = 262650 -SHA256 (rpm/i686/centos/6.5/libXext-1.3.1-2.el6.src.rpm) = ffbc45926a9bf834343bbe8b857337f994ebbe7451098850305b04d9608b4bed -SIZE (rpm/i686/centos/6.5/libXext-1.3.1-2.el6.src.rpm) = 383986 -SHA256 (rpm/i686/centos/6.5/libXfixes-5.0-3.el6.src.rpm) = 5475af3de0dd17eaa07e7e42696d7486444587320f8558b18182c7f94ec2e03f -SIZE (rpm/i686/centos/6.5/libXfixes-5.0-3.el6.src.rpm) = 263530 -SHA256 (rpm/i686/centos/6.5/libXfont-1.4.5-2.el6.src.rpm) = 6bd4c9ea02178c5b9992204c3893d8c09f87ea95eaef0f27d6a422c2e784cfab -SIZE (rpm/i686/centos/6.5/libXfont-1.4.5-2.el6.src.rpm) = 484580 -SHA256 (rpm/i686/centos/6.5/libXft-2.3.1-2.el6.src.rpm) = 27506d7420f2089621cca83513204828eeaeb8a49f1e900f07b11fa2d32cbad0 -SIZE (rpm/i686/centos/6.5/libXft-2.3.1-2.el6.src.rpm) = 321815 -SHA256 (rpm/i686/centos/6.5/libXi-1.6.1-3.el6.src.rpm) = 0e17539d4953d283175beb446618b70013e0abf34878d4cfaad2724d367b516a -SIZE (rpm/i686/centos/6.5/libXi-1.6.1-3.el6.src.rpm) = 440806 -SHA256 (rpm/i686/centos/6.5/libXinerama-1.1.2-2.el6.src.rpm) = 73b45a7fbfb204f353da1cce32e8aff7b1c19fe6d62acd9b8416d60b266b6478 -SIZE (rpm/i686/centos/6.5/libXinerama-1.1.2-2.el6.src.rpm) = 289188 -SHA256 (rpm/i686/centos/6.5/libXmu-1.1.1-2.el6.src.rpm) = 9272665cd59f3e5d457cfed604fa0b1f78fc02f4a6e10210f29927a7bb307b25 -SIZE (rpm/i686/centos/6.5/libXmu-1.1.1-2.el6.src.rpm) = 394966 -SHA256 (rpm/i686/centos/6.5/libXp-1.0.0-15.1.el6.src.rpm) = c1795cdc68279d2093a8bb22cf227cda62c044dd9ef9dfd7b0c56ec53047278d -SIZE (rpm/i686/centos/6.5/libXp-1.0.0-15.1.el6.src.rpm) = 265898 -SHA256 (rpm/i686/centos/6.5/libXpm-3.5.10-2.el6.src.rpm) = 7858749af63405616c76fe82e11d6f961514304fef22532303a828a26b169bc7 -SIZE (rpm/i686/centos/6.5/libXpm-3.5.10-2.el6.src.rpm) = 441985 -SHA256 (rpm/i686/centos/6.5/libXrandr-1.4.0-1.el6.src.rpm) = 6e589312f2e3d9c7d686040a6479bdef3a3571bcf952a524170b3b36667f5e76 -SIZE (rpm/i686/centos/6.5/libXrandr-1.4.0-1.el6.src.rpm) = 317618 -SHA256 (rpm/i686/centos/6.5/libXrender-0.9.7-2.el6.src.rpm) = 63f28116f3365850a6a7887527837d6aea3705df7729dbcf7453427b0e36cc53 -SIZE (rpm/i686/centos/6.5/libXrender-0.9.7-2.el6.src.rpm) = 290843 -SHA256 (rpm/i686/centos/6.5/libXres-1.0.6-2.el6.src.rpm) = efd3c9f66ce82956a78ffa8fab5b5156d47d6e9eed0f2179aa0f399740897f5b -SIZE (rpm/i686/centos/6.5/libXres-1.0.6-2.el6.src.rpm) = 291646 -SHA256 (rpm/i686/centos/6.5/libXt-1.1.3-1.el6.src.rpm) = 12ed2d4592e57026928bd17992032f323088e19b76ecbcf5533654bfb97643b2 -SIZE (rpm/i686/centos/6.5/libXt-1.1.3-1.el6.src.rpm) = 747871 -SHA256 (rpm/i686/centos/6.5/libXtst-1.2.1-2.el6.src.rpm) = 03819707af951c419e1ff744f5a63bf657fd25df9f42f4b56d15beba2204560a -SIZE (rpm/i686/centos/6.5/libXtst-1.2.1-2.el6.src.rpm) = 323134 -SHA256 (rpm/i686/centos/6.5/libXv-1.0.7-2.el6.src.rpm) = e5b4d4a2f1cbbb28d4cac13d4bd81f5070c83651cde60d972bb8bca7ae16ed89 -SIZE (rpm/i686/centos/6.5/libXv-1.0.7-2.el6.src.rpm) = 295164 -SHA256 (rpm/i686/centos/6.5/libXvMC-1.0.7-2.el6.src.rpm) = 1bad4870e35e43f48aec2739177843305400b548dd99d06c4ed4270a40bd8971 -SIZE (rpm/i686/centos/6.5/libXvMC-1.0.7-2.el6.src.rpm) = 309831 -SHA256 (rpm/i686/centos/6.5/libXxf86dga-1.1.3-2.el6.src.rpm) = b3c4adbff3e84c46019c8eaadbc1a8063c4beb9fc5944c1f2eff13844a97858f -SIZE (rpm/i686/centos/6.5/libXxf86dga-1.1.3-2.el6.src.rpm) = 300058 -SHA256 (rpm/i686/centos/6.5/libXxf86misc-1.0.3-4.el6.src.rpm) = a7d60854dd5ae2ea846afc16b98d57a7c55683f0d9c1f1f7f3bd66f199d3e477 -SIZE (rpm/i686/centos/6.5/libXxf86misc-1.0.3-4.el6.src.rpm) = 265223 -SHA256 (rpm/i686/centos/6.5/libXxf86vm-1.1.2-2.el6.src.rpm) = 53dfb875e52848f7765c24c1cbe0b44ee83fc7a71c5126f9fa8a7a998241f166 -SIZE (rpm/i686/centos/6.5/libXxf86vm-1.1.2-2.el6.src.rpm) = 294385 -SHA256 (rpm/i686/centos/6.5/libfontenc-1.0.5-2.el6.src.rpm) = b59e72c9036647cc81465f8a7080dcd14f7e0b862bbe7324f253418f3c10c581 -SIZE (rpm/i686/centos/6.5/libfontenc-1.0.5-2.el6.src.rpm) = 261431 -SHA256 (rpm/i686/centos/6.5/libxcb-1.8.1-1.el6.src.rpm) = 3ae38bcaef31dfa6e5af02a0dbf06ce3c6f294f644e08b7e1880621d92a68e12 -SIZE (rpm/i686/centos/6.5/libxcb-1.8.1-1.el6.src.rpm) = 653172 -SHA256 (rpm/i686/centos/6.5/libxkbfile-1.0.6-1.1.el6.src.rpm) = 555d3e4920aa3ff5eab1a82b360d601719628d79875288f76b519b72241b543a -SIZE (rpm/i686/centos/6.5/libxkbfile-1.0.6-1.1.el6.src.rpm) = 294724 -SHA256 (rpm/i686/centos/6.5/mesa-libGLw-6.5.1-10.el6.src.rpm) = 994c1bbdd8a3274d56d5acab0e7409d1a4b831c74b25ddfbb3663a6453206ddc -SIZE (rpm/i686/centos/6.5/mesa-libGLw-6.5.1-10.el6.src.rpm) = 3131976 +SHA256 (rpm/i686/centos/6.6/libICE-1.0.6-1.el6.i686.rpm) = b0b4e98058cfa3d75429b5bb1f209b475c8bcecf14f8ce8382f8ec5e24ac4c32 +SIZE (rpm/i686/centos/6.6/libICE-1.0.6-1.el6.i686.rpm) = 53292 +SHA256 (rpm/i686/centos/6.6/libSM-1.2.1-2.el6.i686.rpm) = 9128eb65884a7557e4bf68aee14e0bed3629df062b45ad389828f11d45abeff5 +SIZE (rpm/i686/centos/6.6/libSM-1.2.1-2.el6.i686.rpm) = 37312 +SHA256 (rpm/i686/centos/6.6/libX11-1.6.0-2.2.el6.i686.rpm) = 15513ca6e394d563abe5faf8c8af66e79ff9affa149f1f29bf89320ab7b385a2 +SIZE (rpm/i686/centos/6.6/libX11-1.6.0-2.2.el6.i686.rpm) = 605560 +SHA256 (rpm/i686/centos/6.6/libXScrnSaver-1.2.2-2.el6.i686.rpm) = 2173a076e7cefc99c982601a701eaec864a418d7c544d80ef72fc7ac0a42218f +SIZE (rpm/i686/centos/6.6/libXScrnSaver-1.2.2-2.el6.i686.rpm) = 22580 +SHA256 (rpm/i686/centos/6.6/libXau-1.0.6-4.el6.i686.rpm) = 0d979b1519ea4bef76efb5dd21e53cf9f12ab910eff0f67462e1d905b1e6109b +SIZE (rpm/i686/centos/6.6/libXau-1.0.6-4.el6.i686.rpm) = 24864 +SHA256 (rpm/i686/centos/6.6/libXaw-1.0.11-2.el6.i686.rpm) = d7ea3074f005f89b225b42357c7a3f4984ebdaaafcd085fb2294c8e8a55e8fc7 +SIZE (rpm/i686/centos/6.6/libXaw-1.0.11-2.el6.i686.rpm) = 194780 +SHA256 (rpm/i686/centos/6.6/libXcomposite-0.4.3-4.el6.i686.rpm) = a49030789b4701f3b6607b19b5c902a7df774f16a24dc72552df3563c4db2638 +SIZE (rpm/i686/centos/6.6/libXcomposite-0.4.3-4.el6.i686.rpm) = 20856 +SHA256 (rpm/i686/centos/6.6/libXcursor-1.1.14-2.1.el6.i686.rpm) = b5becd242ad1f1f166da01c3027c252ca6886fe3be6cfb8d70c0d20bf5eb3bd0 +SIZE (rpm/i686/centos/6.6/libXcursor-1.1.14-2.1.el6.i686.rpm) = 29080 +SHA256 (rpm/i686/centos/6.6/libXdamage-1.1.3-4.el6.i686.rpm) = 6f933535f383db7f06a3d64cf7f109c955bd72a0cc1d1092fb4c53867c85a022 +SIZE (rpm/i686/centos/6.6/libXdamage-1.1.3-4.el6.i686.rpm) = 18508 +SHA256 (rpm/i686/centos/6.6/libXdmcp-1.1.1-3.el6.i686.rpm) = dd9a0c6ab98e7bf8be6d0f888040cef2d5b8f4538b2ee9ee5a05c2d9ec2a29dd +SIZE (rpm/i686/centos/6.6/libXdmcp-1.1.1-3.el6.i686.rpm) = 31344 +SHA256 (rpm/i686/centos/6.6/libXevie-1.0.3-4.el6.i686.rpm) = 5fda28a7fb799a081dc197af364a29321d9899be31661e822937d6c3df1d3a4e +SIZE (rpm/i686/centos/6.6/libXevie-1.0.3-4.el6.i686.rpm) = 16648 +SHA256 (rpm/i686/centos/6.6/libXext-1.3.2-2.1.el6.i686.rpm) = b7c0ce14338da22397e0c042b738624a63b580b8c74542df24a3ad062a65170d +SIZE (rpm/i686/centos/6.6/libXext-1.3.2-2.1.el6.i686.rpm) = 35424 +SHA256 (rpm/i686/centos/6.6/libXfixes-5.0.1-2.1.el6.i686.rpm) = 0dd842ae7e276295d516a1f82b8eaefa8c00ed3ac2f066776fa2627546a0ec41 +SIZE (rpm/i686/centos/6.6/libXfixes-5.0.1-2.1.el6.i686.rpm) = 16840 +SHA256 (rpm/i686/centos/6.6/libXfont-1.4.5-3.el6_5.i686.rpm) = e197f6ba7f88663d651ff7fece36f0ab4439063d7267738c9bbdc86d0c39ae5e +SIZE (rpm/i686/centos/6.6/libXfont-1.4.5-3.el6_5.i686.rpm) = 147140 +SHA256 (rpm/i686/centos/6.6/libXft-2.3.1-2.el6.i686.rpm) = 0918bc59264c32fbe0cd3f9e0761e156b7f14623eb73ae5e46a5539d10ed743c +SIZE (rpm/i686/centos/6.6/libXft-2.3.1-2.el6.i686.rpm) = 55040 +SHA256 (rpm/i686/centos/6.6/libXi-1.7.2-2.2.el6.i686.rpm) = 7c1d137c99145cc17ce08605e3afd6ba9cb0b04d075429f251164894b7984e03 +SIZE (rpm/i686/centos/6.6/libXi-1.7.2-2.2.el6.i686.rpm) = 37576 +SHA256 (rpm/i686/centos/6.6/libXinerama-1.1.3-2.1.el6.i686.rpm) = 25ad6087df841322b5c716fa83cd1f820d1ae21cd7a03f40d0a9aa2c65444da7 +SIZE (rpm/i686/centos/6.6/libXinerama-1.1.3-2.1.el6.i686.rpm) = 13000 +SHA256 (rpm/i686/centos/6.6/libXmu-1.1.1-2.el6.i686.rpm) = 353e63f5da64f3ab88c08f9a97f18db14926aeeda48749edc0e22be40b279fda +SIZE (rpm/i686/centos/6.6/libXmu-1.1.1-2.el6.i686.rpm) = 67596 +SHA256 (rpm/i686/centos/6.6/libXp-1.0.2-2.1.el6.i686.rpm) = c5c8033e94657027fbebaabd5dd19a45f1576b21c4fbc445a33942975dd4e966 +SIZE (rpm/i686/centos/6.6/libXp-1.0.2-2.1.el6.i686.rpm) = 29032 +SHA256 (rpm/i686/centos/6.6/libXpm-3.5.10-2.el6.i686.rpm) = 2256f36015d4fd1d69a87f42d5279c5565c5a627320e3604eace595df47d084e +SIZE (rpm/i686/centos/6.6/libXpm-3.5.10-2.el6.i686.rpm) = 51496 +SHA256 (rpm/i686/centos/6.6/libXrandr-1.4.1-2.1.el6.i686.rpm) = 821a2b46a3880c3e563e32c95390e4d76d153f2b1ca349f2a3519f3c302c46b4 +SIZE (rpm/i686/centos/6.6/libXrandr-1.4.1-2.1.el6.i686.rpm) = 23220 +SHA256 (rpm/i686/centos/6.6/libXrender-0.9.8-2.1.el6.i686.rpm) = 81cc0d3798642208b4a7c508c7d8f1bd151eb16adc3990647b10a26c3a4a203e +SIZE (rpm/i686/centos/6.6/libXrender-0.9.8-2.1.el6.i686.rpm) = 23648 +SHA256 (rpm/i686/centos/6.6/libXres-1.0.7-2.1.el6.i686.rpm) = a572ab6470b94e9d1769d30967687224aa2f5b1a6487bd02dfc7abf337a9cd67 +SIZE (rpm/i686/centos/6.6/libXres-1.0.7-2.1.el6.i686.rpm) = 12380 +SHA256 (rpm/i686/centos/6.6/libXt-1.1.4-6.1.el6.i686.rpm) = 35c4d59eb703f93ee0ca1ee0019e38dba549228856fe5ead1c12e299f5a7171e +SIZE (rpm/i686/centos/6.6/libXt-1.1.4-6.1.el6.i686.rpm) = 162908 +SHA256 (rpm/i686/centos/6.6/libXtst-1.2.2-2.1.el6.i686.rpm) = d3797b5ea6b1ac41173b76ce1e5393e6473c90065ed80ad280bc7f252e0c03ba +SIZE (rpm/i686/centos/6.6/libXtst-1.2.2-2.1.el6.i686.rpm) = 19048 +SHA256 (rpm/i686/centos/6.6/libXv-1.0.9-2.1.el6.i686.rpm) = c0de1cb3d77968096373149b95e2814d1fcf9359ac168b2314c9a6754582de08 +SIZE (rpm/i686/centos/6.6/libXv-1.0.9-2.1.el6.i686.rpm) = 16712 +SHA256 (rpm/i686/centos/6.6/libXvMC-1.0.8-2.1.el6.i686.rpm) = 25c94f6f4f2e16c94f6de112115625af7884463dfddc70e18c2acaa0bef7249b +SIZE (rpm/i686/centos/6.6/libXvMC-1.0.8-2.1.el6.i686.rpm) = 20368 +SHA256 (rpm/i686/centos/6.6/libXxf86dga-1.1.4-2.1.el6.i686.rpm) = 7fec567b870c0170125cfb544d4e485353d83a48d3cde1a20bc065457ce5c7ae +SIZE (rpm/i686/centos/6.6/libXxf86dga-1.1.4-2.1.el6.i686.rpm) = 17652 +SHA256 (rpm/i686/centos/6.6/libXxf86misc-1.0.3-4.el6.i686.rpm) = b1ff94ead0c50b70d72fe9ac64de8b92721b817b2704127ebad4b59e220a132d +SIZE (rpm/i686/centos/6.6/libXxf86misc-1.0.3-4.el6.i686.rpm) = 18092 +SHA256 (rpm/i686/centos/6.6/libXxf86vm-1.1.3-2.1.el6.i686.rpm) = e56206ded6222b0bbac4c031ba8ec1deafe0adab027aa1c501f23fcc550b4585 +SIZE (rpm/i686/centos/6.6/libXxf86vm-1.1.3-2.1.el6.i686.rpm) = 16440 +SHA256 (rpm/i686/centos/6.6/libfontenc-1.0.5-2.el6.i686.rpm) = 7193d101772811e8610d025e58c3631f08552f0151a48c205f6bf32a6edf4d50 +SIZE (rpm/i686/centos/6.6/libfontenc-1.0.5-2.el6.i686.rpm) = 24872 +SHA256 (rpm/i686/centos/6.6/libxcb-1.9.1-2.el6.i686.rpm) = 3bcc382a381a2fc97049522740cbf6db4d2c472231a37bcb0fd050db957f4a56 +SIZE (rpm/i686/centos/6.6/libxcb-1.9.1-2.el6.i686.rpm) = 117324 +SHA256 (rpm/i686/centos/6.6/libxkbfile-1.0.6-1.1.el6.i686.rpm) = 0528b825b81ac13a910acdfbe02df666f4854fb1decf0bace49635d50785f83b +SIZE (rpm/i686/centos/6.6/libxkbfile-1.0.6-1.1.el6.i686.rpm) = 76364 +SHA256 (rpm/i686/centos/6.6/mesa-libGLw-6.5.1-10.el6.i686.rpm) = d2536b25e5998727f3c327c04269f58624d0a1050a45a9ea8f6f47dd8c16894e +SIZE (rpm/i686/centos/6.6/mesa-libGLw-6.5.1-10.el6.i686.rpm) = 13756 +SHA256 (rpm/i686/centos/6.6/libICE-1.0.6-1.el6.src.rpm) = 6f9a2ffd65f021bd434ba821a27d1c8c1af4fe0d6fca1fbc4839d4b28a656695 +SIZE (rpm/i686/centos/6.6/libICE-1.0.6-1.el6.src.rpm) = 288561 +SHA256 (rpm/i686/centos/6.6/libSM-1.2.1-2.el6.src.rpm) = a1ccbb68cb9067697819bc462426d4bb7ac90a5d43b3b2937789085a23126129 +SIZE (rpm/i686/centos/6.6/libSM-1.2.1-2.el6.src.rpm) = 344988 +SHA256 (rpm/i686/centos/6.6/libX11-1.6.0-2.2.el6.src.rpm) = e3f0ee339bfaa2416ae040622d4e84dfa20c11f5fff128e560d7a5c679c3c915 +SIZE (rpm/i686/centos/6.6/libX11-1.6.0-2.2.el6.src.rpm) = 2392686 +SHA256 (rpm/i686/centos/6.6/libXScrnSaver-1.2.2-2.el6.src.rpm) = 5a3c64b4923ed8958362e34cac7aebe21bde60f1ece0dc7148b25312ed538005 +SIZE (rpm/i686/centos/6.6/libXScrnSaver-1.2.2-2.el6.src.rpm) = 301641 +SHA256 (rpm/i686/centos/6.6/libXau-1.0.6-4.el6.src.rpm) = 67a39ebc411b3b603be404fe6672a812a0f611e4a1305b1d9112804ab37b886c +SIZE (rpm/i686/centos/6.6/libXau-1.0.6-4.el6.src.rpm) = 272117 +SHA256 (rpm/i686/centos/6.6/libXaw-1.0.11-2.el6.src.rpm) = cb444d2a509c24c7d6d7235b1dad7f5c03b52075f2053340e530764b7b77b26f +SIZE (rpm/i686/centos/6.6/libXaw-1.0.11-2.el6.src.rpm) = 662266 +SHA256 (rpm/i686/centos/6.6/libXcomposite-0.4.3-4.el6.src.rpm) = 1a281e223004848e7005d547e291b406929e8138bbb42508fc0f56ffdc477746 +SIZE (rpm/i686/centos/6.6/libXcomposite-0.4.3-4.el6.src.rpm) = 256703 +SHA256 (rpm/i686/centos/6.6/libXcursor-1.1.14-2.1.el6.src.rpm) = 87b9f1a3473d35091253ed2818a6c4a3087c5732685cd3d8f9393422cbdf3181 +SIZE (rpm/i686/centos/6.6/libXcursor-1.1.14-2.1.el6.src.rpm) = 324562 +SHA256 (rpm/i686/centos/6.6/libXdamage-1.1.3-4.el6.src.rpm) = 5b074f49ee2711a5ebe248fff09e158503d9f59fdc9fa4a9bdc5ef466d6a539f +SIZE (rpm/i686/centos/6.6/libXdamage-1.1.3-4.el6.src.rpm) = 258818 +SHA256 (rpm/i686/centos/6.6/libXdmcp-1.1.1-3.el6.src.rpm) = e27c9406b940656b2e490a56c0a490cd9e26b9efbd5f468b6590a07ca4f3d9d6 +SIZE (rpm/i686/centos/6.6/libXdmcp-1.1.1-3.el6.src.rpm) = 323226 +SHA256 (rpm/i686/centos/6.6/libXevie-1.0.3-4.el6.src.rpm) = 1181675421fa9cad3d30bcbe78d0b54f4118aad14380b160ae26b579dadb7abc +SIZE (rpm/i686/centos/6.6/libXevie-1.0.3-4.el6.src.rpm) = 262650 +SHA256 (rpm/i686/centos/6.6/libXext-1.3.2-2.1.el6.src.rpm) = c1030f0d763d6e0e2a68237317ec999e6476ef6066d037c0e454d7ec07b26961 +SIZE (rpm/i686/centos/6.6/libXext-1.3.2-2.1.el6.src.rpm) = 391071 +SHA256 (rpm/i686/centos/6.6/libXfixes-5.0.1-2.1.el6.src.rpm) = e1d533350af7a590d374a0c4b5360ef54bec8569b70a34827d67d62f3307d76e +SIZE (rpm/i686/centos/6.6/libXfixes-5.0.1-2.1.el6.src.rpm) = 303026 +SHA256 (rpm/i686/centos/6.6/libXfont-1.4.5-3.el6_5.src.rpm) = 70cc14ededa4d1187f2f7245fddb63b72e0b26f49e908987984de2d4b2af71e4 +SIZE (rpm/i686/centos/6.6/libXfont-1.4.5-3.el6_5.src.rpm) = 486466 +SHA256 (rpm/i686/centos/6.6/libXft-2.3.1-2.el6.src.rpm) = 27506d7420f2089621cca83513204828eeaeb8a49f1e900f07b11fa2d32cbad0 +SIZE (rpm/i686/centos/6.6/libXft-2.3.1-2.el6.src.rpm) = 321815 +SHA256 (rpm/i686/centos/6.6/libXi-1.7.2-2.2.el6.src.rpm) = 504a3e3fc97970fd1e204fda0116b637552d853cd29a38215a971bf5319752dd +SIZE (rpm/i686/centos/6.6/libXi-1.7.2-2.2.el6.src.rpm) = 456735 +SHA256 (rpm/i686/centos/6.6/libXinerama-1.1.3-2.1.el6.src.rpm) = 0f0a1339bd84df127765d3673599975f8112cedc40f3c762fe1044bd6ae0eac0 +SIZE (rpm/i686/centos/6.6/libXinerama-1.1.3-2.1.el6.src.rpm) = 288807 +SHA256 (rpm/i686/centos/6.6/libXmu-1.1.1-2.el6.src.rpm) = 9272665cd59f3e5d457cfed604fa0b1f78fc02f4a6e10210f29927a7bb307b25 +SIZE (rpm/i686/centos/6.6/libXmu-1.1.1-2.el6.src.rpm) = 394966 +SHA256 (rpm/i686/centos/6.6/libXp-1.0.2-2.1.el6.src.rpm) = d777b8d29c4cc697c8a0144865873a88981f76635ee854ddf079f6b9f6b376ac +SIZE (rpm/i686/centos/6.6/libXp-1.0.2-2.1.el6.src.rpm) = 321744 +SHA256 (rpm/i686/centos/6.6/libXpm-3.5.10-2.el6.src.rpm) = 7858749af63405616c76fe82e11d6f961514304fef22532303a828a26b169bc7 +SIZE (rpm/i686/centos/6.6/libXpm-3.5.10-2.el6.src.rpm) = 441985 +SHA256 (rpm/i686/centos/6.6/libXrandr-1.4.1-2.1.el6.src.rpm) = e1e8f19caaded61359a8b89923fbda3bfc58df8798bbb5e0901c065387c0d85f +SIZE (rpm/i686/centos/6.6/libXrandr-1.4.1-2.1.el6.src.rpm) = 324843 +SHA256 (rpm/i686/centos/6.6/libXrender-0.9.8-2.1.el6.src.rpm) = bf54e2da6ff1aeff89bdbb4cf3c235d7798c550986e6e3ccdcdff07acfaf0f18 +SIZE (rpm/i686/centos/6.6/libXrender-0.9.8-2.1.el6.src.rpm) = 317274 +SHA256 (rpm/i686/centos/6.6/libXres-1.0.7-2.1.el6.src.rpm) = 9e95b7846f3a2a192493d101b06c13d6fc6e776f40f727aa1b22b5c803d1985a +SIZE (rpm/i686/centos/6.6/libXres-1.0.7-2.1.el6.src.rpm) = 293750 +SHA256 (rpm/i686/centos/6.6/libXt-1.1.4-6.1.el6.src.rpm) = 149e4fe5778ac39be1c31e3dfca64bc395c8a23f1e6f8f05aa380e278bd9e65e +SIZE (rpm/i686/centos/6.6/libXt-1.1.4-6.1.el6.src.rpm) = 776680 +SHA256 (rpm/i686/centos/6.6/libXtst-1.2.2-2.1.el6.src.rpm) = 0966603af537dafb97b395b2be880febe080f1ed52505f48d636b991966f4110 +SIZE (rpm/i686/centos/6.6/libXtst-1.2.2-2.1.el6.src.rpm) = 333437 +SHA256 (rpm/i686/centos/6.6/libXv-1.0.9-2.1.el6.src.rpm) = e43958598aa0bbd50e67ffebf73689039ff8aa4564213a3bc4ae8d4a30cf0132 +SIZE (rpm/i686/centos/6.6/libXv-1.0.9-2.1.el6.src.rpm) = 320979 +SHA256 (rpm/i686/centos/6.6/libXvMC-1.0.8-2.1.el6.src.rpm) = 708041a1e5b1b8568a158638ef4e019eca8a4bb7cb1ede8c0032eb9c2bd137ff +SIZE (rpm/i686/centos/6.6/libXvMC-1.0.8-2.1.el6.src.rpm) = 316801 +SHA256 (rpm/i686/centos/6.6/libXxf86dga-1.1.4-2.1.el6.src.rpm) = 2dfbf2e4f2d9b4b9f8c643e01f747d6414242991cf3f3bb61d794d90f26d5361 +SIZE (rpm/i686/centos/6.6/libXxf86dga-1.1.4-2.1.el6.src.rpm) = 290830 +SHA256 (rpm/i686/centos/6.6/libXxf86misc-1.0.3-4.el6.src.rpm) = a7d60854dd5ae2ea846afc16b98d57a7c55683f0d9c1f1f7f3bd66f199d3e477 +SIZE (rpm/i686/centos/6.6/libXxf86misc-1.0.3-4.el6.src.rpm) = 265223 +SHA256 (rpm/i686/centos/6.6/libXxf86vm-1.1.3-2.1.el6.src.rpm) = df5c420dac0f86e23da8ae2483032e695ea3b44680d0efe249876084bcbee135 +SIZE (rpm/i686/centos/6.6/libXxf86vm-1.1.3-2.1.el6.src.rpm) = 295146 +SHA256 (rpm/i686/centos/6.6/libfontenc-1.0.5-2.el6.src.rpm) = b59e72c9036647cc81465f8a7080dcd14f7e0b862bbe7324f253418f3c10c581 +SIZE (rpm/i686/centos/6.6/libfontenc-1.0.5-2.el6.src.rpm) = 261431 +SHA256 (rpm/i686/centos/6.6/libxcb-1.9.1-2.el6.src.rpm) = 8cbf39a27a9637ac2cf5d34e4803b92401040e5efddd5f73d3445499d7b003dd +SIZE (rpm/i686/centos/6.6/libxcb-1.9.1-2.el6.src.rpm) = 650576 +SHA256 (rpm/i686/centos/6.6/libxkbfile-1.0.6-1.1.el6.src.rpm) = 555d3e4920aa3ff5eab1a82b360d601719628d79875288f76b519b72241b543a +SIZE (rpm/i686/centos/6.6/libxkbfile-1.0.6-1.1.el6.src.rpm) = 294724 +SHA256 (rpm/i686/centos/6.6/mesa-libGLw-6.5.1-10.el6.src.rpm) = 994c1bbdd8a3274d56d5acab0e7409d1a4b831c74b25ddfbb3663a6453206ddc +SIZE (rpm/i686/centos/6.6/mesa-libGLw-6.5.1-10.el6.src.rpm) = 3131976 Index: head/x11/linux-c6-xorg-libs/pkg-plist =================================================================== --- head/x11/linux-c6-xorg-libs/pkg-plist (revision 372444) +++ head/x11/linux-c6-xorg-libs/pkg-plist (revision 372445) @@ -1,252 +1,202 @@ -@comment file listing usr/lib/libGLw.so.1 usr/lib/libGLw.so.1.0.0 usr/lib/libICE.so.6 usr/lib/libICE.so.6.3.0 usr/lib/libSM.so.6 usr/lib/libSM.so.6.0.1 usr/lib/libX11-xcb.so.1 usr/lib/libX11-xcb.so.1.0.0 usr/lib/libX11.so.6 usr/lib/libX11.so.6.3.0 usr/lib/libXRes.so.1 usr/lib/libXRes.so.1.0.0 usr/lib/libXau.so.6 usr/lib/libXau.so.6.0.0 usr/lib/libXaw.so.7 usr/lib/libXaw7.so.7 usr/lib/libXaw7.so.7.0.0 usr/lib/libXcomposite.so.1 usr/lib/libXcomposite.so.1.0.0 usr/lib/libXcursor.so.1 usr/lib/libXcursor.so.1.0.2 usr/lib/libXdamage.so.1 usr/lib/libXdamage.so.1.1.0 usr/lib/libXdmcp.so.6 usr/lib/libXdmcp.so.6.0.0 usr/lib/libXevie.so.1 usr/lib/libXevie.so.1.0.0 usr/lib/libXext.so.6 usr/lib/libXext.so.6.4.0 usr/lib/libXfixes.so.3 usr/lib/libXfixes.so.3.1.0 -usr/lib/libXft.so.2 -usr/lib/libXft.so.2.3.1 usr/lib/libXfont.so.1 usr/lib/libXfont.so.1.4.1 +usr/lib/libXft.so.2 +usr/lib/libXft.so.2.3.1 usr/lib/libXi.so.6 usr/lib/libXi.so.6.1.0 usr/lib/libXinerama.so.1 usr/lib/libXinerama.so.1.0.0 usr/lib/libXmu.so.6 usr/lib/libXmu.so.6.2.0 usr/lib/libXmuu.so.1 usr/lib/libXmuu.so.1.0.0 usr/lib/libXp.so.6 usr/lib/libXp.so.6.2.0 usr/lib/libXpm.so.4 usr/lib/libXpm.so.4.11.0 usr/lib/libXrandr.so.2 usr/lib/libXrandr.so.2.2.0 usr/lib/libXrender.so.1 usr/lib/libXrender.so.1.3.0 usr/lib/libXss.so.1 usr/lib/libXss.so.1.0.0 usr/lib/libXt.so.6 usr/lib/libXt.so.6.0.0 usr/lib/libXtst.so.6 usr/lib/libXtst.so.6.1.0 usr/lib/libXv.so.1 usr/lib/libXv.so.1.0.0 usr/lib/libXvMC.so.1 usr/lib/libXvMC.so.1.0.0 usr/lib/libXvMCW.so.1 usr/lib/libXvMCW.so.1.0.0 usr/lib/libXxf86dga.so.1 usr/lib/libXxf86dga.so.1.0.0 usr/lib/libXxf86misc.so.1 usr/lib/libXxf86misc.so.1.1.0 usr/lib/libXxf86vm.so.1 usr/lib/libXxf86vm.so.1.0.0 usr/lib/libfontenc.so.1 usr/lib/libfontenc.so.1.0.0 usr/lib/libxcb-composite.so.0 usr/lib/libxcb-composite.so.0.0.0 usr/lib/libxcb-damage.so.0 usr/lib/libxcb-damage.so.0.0.0 usr/lib/libxcb-dpms.so.0 usr/lib/libxcb-dpms.so.0.0.0 usr/lib/libxcb-dri2.so.0 usr/lib/libxcb-dri2.so.0.0.0 usr/lib/libxcb-glx.so.0 usr/lib/libxcb-glx.so.0.0.0 usr/lib/libxcb-randr.so.0 usr/lib/libxcb-randr.so.0.1.0 usr/lib/libxcb-record.so.0 usr/lib/libxcb-record.so.0.0.0 usr/lib/libxcb-render.so.0 usr/lib/libxcb-render.so.0.0.0 usr/lib/libxcb-res.so.0 usr/lib/libxcb-res.so.0.0.0 usr/lib/libxcb-screensaver.so.0 usr/lib/libxcb-screensaver.so.0.0.0 usr/lib/libxcb-shape.so.0 usr/lib/libxcb-shape.so.0.0.0 usr/lib/libxcb-shm.so.0 usr/lib/libxcb-shm.so.0.0.0 usr/lib/libxcb-sync.so.0 usr/lib/libxcb-sync.so.0.0.0 usr/lib/libxcb-xevie.so.0 usr/lib/libxcb-xevie.so.0.0.0 usr/lib/libxcb-xf86dri.so.0 usr/lib/libxcb-xf86dri.so.0.0.0 usr/lib/libxcb-xfixes.so.0 usr/lib/libxcb-xfixes.so.0.0.0 usr/lib/libxcb-xinerama.so.0 usr/lib/libxcb-xinerama.so.0.0.0 usr/lib/libxcb-xselinux.so.0 usr/lib/libxcb-xselinux.so.0.0.0 usr/lib/libxcb-xtest.so.0 usr/lib/libxcb-xtest.so.0.0.0 usr/lib/libxcb-xv.so.0 usr/lib/libxcb-xv.so.0.0.0 usr/lib/libxcb-xvmc.so.0 usr/lib/libxcb-xvmc.so.0.0.0 usr/lib/libxcb.so.1 usr/lib/libxcb.so.1.1.0 usr/lib/libxkbfile.so.1 usr/lib/libxkbfile.so.1.0.2 usr/share/doc/libICE-1.0.6/AUTHORS usr/share/doc/libICE-1.0.6/COPYING usr/share/doc/libICE-1.0.6/ChangeLog usr/share/doc/libSM-1.2.1/AUTHORS usr/share/doc/libSM-1.2.1/COPYING usr/share/doc/libSM-1.2.1/ChangeLog usr/share/doc/libXScrnSaver-1.2.2/COPYING usr/share/doc/libXScrnSaver-1.2.2/ChangeLog usr/share/doc/libXScrnSaver-1.2.2/README usr/share/doc/libXau-1.0.6/AUTHORS usr/share/doc/libXau-1.0.6/COPYING usr/share/doc/libXau-1.0.6/ChangeLog usr/share/doc/libXau-1.0.6/README usr/share/doc/libXaw-1.0.11/COPYING usr/share/doc/libXaw-1.0.11/ChangeLog usr/share/doc/libXaw-1.0.11/README usr/share/doc/libXcomposite-0.4.3/AUTHORS usr/share/doc/libXcomposite-0.4.3/COPYING usr/share/doc/libXcomposite-0.4.3/ChangeLog usr/share/doc/libXcomposite-0.4.3/README -usr/share/doc/libXcursor-1.1.13/AUTHORS -usr/share/doc/libXcursor-1.1.13/COPYING -usr/share/doc/libXcursor-1.1.13/README +usr/share/doc/libXcursor-1.1.14/AUTHORS +usr/share/doc/libXcursor-1.1.14/COPYING +usr/share/doc/libXcursor-1.1.14/README usr/share/doc/libXdamage-1.1.3/AUTHORS usr/share/doc/libXdamage-1.1.3/COPYING usr/share/doc/libXdamage-1.1.3/ChangeLog usr/share/doc/libXdamage-1.1.3/README usr/share/doc/libXdmcp-1.1.1/AUTHORS usr/share/doc/libXdmcp-1.1.1/COPYING usr/share/doc/libXdmcp-1.1.1/ChangeLog usr/share/doc/libXdmcp-1.1.1/Wraphelp.README.crypto usr/share/doc/libXevie-1.0.3/AUTHORS usr/share/doc/libXevie-1.0.3/COPYING usr/share/doc/libXevie-1.0.3/ChangeLog -usr/share/doc/libXext-1.3.1/AUTHORS -usr/share/doc/libXext-1.3.1/COPYING -usr/share/doc/libXfixes-5.0/AUTHORS -usr/share/doc/libXfixes-5.0/COPYING -usr/share/doc/libXfixes-5.0/ChangeLog -usr/share/doc/libXfixes-5.0/README +usr/share/doc/libXext-1.3.2/AUTHORS +usr/share/doc/libXext-1.3.2/COPYING +usr/share/doc/libXfixes-5.0.1/AUTHORS +usr/share/doc/libXfixes-5.0.1/COPYING +usr/share/doc/libXfixes-5.0.1/README usr/share/doc/libXfont-1.4.5/AUTHORS usr/share/doc/libXfont-1.4.5/COPYING usr/share/doc/libXfont-1.4.5/ChangeLog usr/share/doc/libXft-2.3.1/AUTHORS usr/share/doc/libXft-2.3.1/COPYING usr/share/doc/libXft-2.3.1/ChangeLog usr/share/doc/libXft-2.3.1/README -usr/share/doc/libXi-1.6.1/COPYING -usr/share/doc/libXinerama-1.1.2/COPYING -usr/share/doc/libXinerama-1.1.2/ChangeLog +usr/share/doc/libXi-1.7.2/COPYING +usr/share/doc/libXinerama-1.1.3/COPYING usr/share/doc/libXmu-1.1.1/COPYING usr/share/doc/libXmu-1.1.1/ChangeLog usr/share/doc/libXmu-1.1.1/README -usr/share/doc/libXp-1.0.0/AUTHORS -usr/share/doc/libXp-1.0.0/COPYING -usr/share/doc/libXp-1.0.0/ChangeLog -usr/share/doc/libXp-1.0.0/INSTALL +usr/share/doc/libXp-1.0.2/AUTHORS +usr/share/doc/libXp-1.0.2/COPYING +usr/share/doc/libXp-1.0.2/ChangeLog usr/share/doc/libXpm-3.5.10/AUTHORS usr/share/doc/libXpm-3.5.10/COPYING usr/share/doc/libXpm-3.5.10/ChangeLog -usr/share/doc/libXrandr-1.4.0/AUTHORS -usr/share/doc/libXrandr-1.4.0/COPYING -usr/share/doc/libXrandr-1.4.0/ChangeLog -usr/share/doc/libXrender-0.9.7/AUTHORS -usr/share/doc/libXrender-0.9.7/COPYING -usr/share/doc/libXrender-0.9.7/ChangeLog -usr/share/doc/libXres-1.0.6/AUTHORS -usr/share/doc/libXres-1.0.6/COPYING -usr/share/doc/libXres-1.0.6/ChangeLog -usr/share/doc/libXt-1.1.3/COPYING -usr/share/doc/libXt-1.1.3/ChangeLog -usr/share/doc/libXtst-1.2.1/COPYING -usr/share/doc/libXtst-1.2.1/ChangeLog -usr/share/doc/libXv-1.0.7/AUTHORS -usr/share/doc/libXv-1.0.7/COPYING -usr/share/doc/libXv-1.0.7/ChangeLog -usr/share/doc/libXvMC-1.0.7/COPYING -usr/share/doc/libXvMC-1.0.7/ChangeLog -usr/share/doc/libXvMC-1.0.7/README -usr/share/doc/libXxf86dga-1.1.3/COPYING -usr/share/doc/libXxf86dga-1.1.3/README -usr/share/doc/libXxf86dga-1.1.3/ChangeLog +usr/share/doc/libXrandr-1.4.1/AUTHORS +usr/share/doc/libXrandr-1.4.1/COPYING +usr/share/doc/libXrender-0.9.8/AUTHORS +usr/share/doc/libXrender-0.9.8/COPYING +usr/share/doc/libXres-1.0.7/AUTHORS +usr/share/doc/libXres-1.0.7/COPYING +usr/share/doc/libXt-1.1.4/COPYING +usr/share/doc/libXtst-1.2.2/COPYING +usr/share/doc/libXv-1.0.9/AUTHORS +usr/share/doc/libXv-1.0.9/COPYING +usr/share/doc/libXvMC-1.0.8/COPYING +usr/share/doc/libXvMC-1.0.8/README +usr/share/doc/libXxf86dga-1.1.4/COPYING +usr/share/doc/libXxf86dga-1.1.4/README usr/share/doc/libXxf86misc-1.0.3/COPYING -usr/share/doc/libXxf86misc-1.0.3/README usr/share/doc/libXxf86misc-1.0.3/ChangeLog -usr/share/doc/libXxf86vm-1.1.2/COPYING -usr/share/doc/libXxf86vm-1.1.2/README -usr/share/doc/libXxf86vm-1.1.2/ChangeLog +usr/share/doc/libXxf86misc-1.0.3/README +usr/share/doc/libXxf86vm-1.1.3/COPYING +usr/share/doc/libXxf86vm-1.1.3/README usr/share/doc/libfontenc-1.0.5/AUTHORS usr/share/doc/libfontenc-1.0.5/COPYING usr/share/doc/libfontenc-1.0.5/ChangeLog usr/share/doc/libfontenc-1.0.5/README usr/share/doc/libxkbfile-1.0.6/COPYING usr/share/doc/libxkbfile-1.0.6/ChangeLog usr/share/doc/mesa-libGLw-6.5.1/README usr/share/icons/default/index.theme -@comment deal with empty directories installed by the port -@exec /bin/mkdir -p %D/usr/share/X11/app-defaults -@dirrmtry usr/share/X11/app-defaults -@comment non-empty directory listing in revers order -@dirrm usr/share/X11 -@dirrm usr/share/icons/default -@dirrm usr/share/doc/libICE-1.0.6 -@dirrm usr/share/doc/libSM-1.2.1 -@dirrm usr/share/doc/libXScrnSaver-1.2.2 -@dirrm usr/share/doc/libXau-1.0.6 -@dirrm usr/share/doc/libXaw-1.0.11 -@dirrm usr/share/doc/libXcomposite-0.4.3 -@dirrm usr/share/doc/libXcursor-1.1.13 -@dirrm usr/share/doc/libXdamage-1.1.3 -@dirrm usr/share/doc/libXdmcp-1.1.1 -@dirrm usr/share/doc/libXevie-1.0.3 -@dirrm usr/share/doc/libXext-1.3.1 -@dirrm usr/share/doc/libXfixes-5.0 -@dirrm usr/share/doc/libXfont-1.4.5 -@dirrm usr/share/doc/libXft-2.3.1 -@dirrm usr/share/doc/libXi-1.6.1 -@dirrm usr/share/doc/libXinerama-1.1.2 -@dirrm usr/share/doc/libXmu-1.1.1 -@dirrm usr/share/doc/libXp-1.0.0 -@dirrm usr/share/doc/libXpm-3.5.10 -@dirrm usr/share/doc/libXrandr-1.4.0 -@dirrm usr/share/doc/libXrender-0.9.7 -@dirrm usr/share/doc/libXres-1.0.6 -@dirrm usr/share/doc/libXt-1.1.3 -@dirrm usr/share/doc/libXtst-1.2.1 -@dirrm usr/share/doc/libXv-1.0.7 -@dirrm usr/share/doc/libXvMC-1.0.7 -@dirrm usr/share/doc/libXxf86dga-1.1.3 -@dirrm usr/share/doc/libXxf86misc-1.0.3 -@dirrm usr/share/doc/libXxf86vm-1.1.2 -@dirrm usr/share/doc/libfontenc-1.0.5 -@dirrm usr/share/doc/libxkbfile-1.0.6 -@dirrm usr/share/doc/mesa-libGLw-6.5.1 +@dir usr/share/X11/app-defaults Index: head/x11-fonts/linux-c6-fontconfig/Makefile =================================================================== --- head/x11-fonts/linux-c6-fontconfig/Makefile (revision 372444) +++ head/x11-fonts/linux-c6-fontconfig/Makefile (revision 372445) @@ -1,35 +1,36 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= fontconfig PORTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= x11-fonts linux MAINTAINER= emulation@FreeBSD.org COMMENT= XML-based font configuration API for X Windows (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-fontconfig-[0-9]* linux-f8-fontconfig-[0-9]* linux-f10-fontconfig-[0-9]* ONLY_FOR_ARCHS= i386 amd64 -RPMVERSION= 3.el6 +RPMVERSION= 5.el6 USE_LINUX= c6 USE_LINUX_APPS= expat USE_LINUX_RPM= yes BRANDELF_DIRS= usr/bin USE_LDCONFIG= yes # We will use some other configuration file, so delete a linux one # Don't let the linux fc-cache mess up the native cache file post-extract: @${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/share/fonts ${WRKSRC}/var \ ${WRKSRC}/usr/bin/fc-cache \ ${WRKSRC}/usr/share/man/man1/fc-cache.1.gz post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc @${LN} -s ${LOCALBASE}/etc/fonts ${STAGEDIR}${PREFIX}/etc/ DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/x11-fonts/linux-c6-fontconfig/distinfo.i686 =================================================================== --- head/x11-fonts/linux-c6-fontconfig/distinfo.i686 (revision 372444) +++ head/x11-fonts/linux-c6-fontconfig/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/fontconfig-2.8.0-3.el6.i686.rpm) = 86730c2bebd675c9fec8856c54112a18371eff52a307f88534800b3c844e729f -SIZE (rpm/i686/centos/6.5/fontconfig-2.8.0-3.el6.i686.rpm) = 190816 -SHA256 (rpm/i686/centos/6.5/fontconfig-2.8.0-3.el6.src.rpm) = aac3289c48c430f1b563af790084c893d622ae58559923d9c7a35712606b6fb9 -SIZE (rpm/i686/centos/6.5/fontconfig-2.8.0-3.el6.src.rpm) = 1563078 +SHA256 (rpm/i686/centos/6.6/fontconfig-2.8.0-5.el6.i686.rpm) = 09cee79c086775d03e0219dc92d82f2803d6936bfe44f0c71f4ff7c33918d4f8 +SIZE (rpm/i686/centos/6.6/fontconfig-2.8.0-5.el6.i686.rpm) = 190768 +SHA256 (rpm/i686/centos/6.6/fontconfig-2.8.0-5.el6.src.rpm) = 8a737297dbb39f12c67f88db1b21b37ef97bed2ca00fa0975b16e264d6953a33 +SIZE (rpm/i686/centos/6.6/fontconfig-2.8.0-5.el6.src.rpm) = 1565935 Index: head/x11-fonts/linux-c6-fontconfig/pkg-plist =================================================================== --- head/x11-fonts/linux-c6-fontconfig/pkg-plist (revision 372444) +++ head/x11-fonts/linux-c6-fontconfig/pkg-plist (revision 372445) @@ -1,22 +1,19 @@ -@comment file listing etc/fonts usr/bin/fc-cat usr/bin/fc-list usr/bin/fc-match usr/bin/fc-query usr/bin/fc-scan usr/lib/libfontconfig.so.1 usr/lib/libfontconfig.so.1.4.4 usr/share/doc/fontconfig-2.8.0/AUTHORS usr/share/doc/fontconfig-2.8.0/COPYING usr/share/doc/fontconfig-2.8.0/README usr/share/doc/fontconfig-2.8.0/fontconfig-user.html usr/share/doc/fontconfig-2.8.0/fontconfig-user.txt usr/share/man/man1/fc-cat.1.gz usr/share/man/man1/fc-list.1.gz usr/share/man/man1/fc-match.1.gz usr/share/man/man1/fc-query.1.gz usr/share/man/man1/fc-scan.1.gz usr/share/man/man5/fonts-conf.5.gz -@comment non-empty directory listing in revers order -@dirrm usr/share/doc/fontconfig-2.8.0 Index: head/x11-themes/linux-c6-hicolor-icon-theme/Makefile =================================================================== --- head/x11-themes/linux-c6-hicolor-icon-theme/Makefile (revision 372444) +++ head/x11-themes/linux-c6-hicolor-icon-theme/Makefile (revision 372445) @@ -1,27 +1,28 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= hicolor-icon-theme PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= x11-themes linux MASTER_SITES= # empty DISTFILES= # empty PKGNAMEPREFIX= linux-c6- MAINTAINER= emulation@FreeBSD.org COMMENT= High-color icon theme shell from the FreeDesktop project CONFLICTS= linux-hicolor-icon-theme-[0-9]* linux-f8-hicolor-icon-theme-[0-9]* RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme NO_BUILD= yes USE_LINUX= c6 USE_LINUX_PREFIX= yes PLIST_FILES= usr/share/icons/hicolor do-install: ${INSTALL} -d ${STAGEDIR}${PREFIX}/usr/share/icons ${LN} -fs ${LOCALBASE}/share/icons/hicolor ${STAGEDIR}${PREFIX}/usr/share/icons .include Index: head/x11-toolkits/linux-c6-gtk2/Makefile =================================================================== --- head/x11-toolkits/linux-c6-gtk2/Makefile (revision 372444) +++ head/x11-toolkits/linux-c6-gtk2/Makefile (revision 372445) @@ -1,27 +1,33 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= gtk2 -PORTVERSION= 2.20.1 +PORTVERSION= 2.24.23 CATEGORIES= x11-toolkits linux DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}.${LINUX_RPM_ARCH}.rpm \ ${PORTNAME}-engines-2.18.4-5.el6.${LINUX_DIST}.${LINUX_RPM_ARCH}.rpm \ - pixman-0.26.2-5.el6_4.${LINUX_RPM_ARCH}.rpm \ + pixman-0.32.4-4.el6.${LINUX_RPM_ARCH}.rpm \ jasper-libs-1.900.1-15.el6_1.1.${LINUX_RPM_ARCH}.rpm MAINTAINER= emulation@FreeBSD.org COMMENT= GTK+ library, version 2.X (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-gtk2-[0-9]* linux-f8-gtk2-[0-9]* linux-f10-gtk2-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_APPS= png jpeg tiff xorglibs pango atk USE_LINUX_RPM= yes -RPMVERSION= 4.el6 +RPMVERSION= 6.el6 BRANDELF_DIRS= usr/bin USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}0/pkg-descr + +.if defined(PACKAGE_BUILDING) +SRC_DISTFILES= gtk2-2.24.23-6.el6.src.rpm \ + pixman-0.32.4-4.el6.src.rpm \ + jasper-1.900.1-15.el6_1.1.src.rpm +.endif .include Index: head/x11-toolkits/linux-c6-gtk2/distinfo.i686 =================================================================== --- head/x11-toolkits/linux-c6-gtk2/distinfo.i686 (revision 372444) +++ head/x11-toolkits/linux-c6-gtk2/distinfo.i686 (revision 372445) @@ -1,10 +1,14 @@ -SHA256 (rpm/i686/centos/6.5/gtk2-2.20.1-4.el6.i686.rpm) = dc3cd02fb22fc14749e875e7ac4058835c4599502858fde6d22d6c85b2fb3202 -SIZE (rpm/i686/centos/6.5/gtk2-2.20.1-4.el6.i686.rpm) = 3450252 -SHA256 (rpm/i686/centos/6.5/gtk2-engines-2.18.4-5.el6.centos.i686.rpm) = 33ecb6ade9ff52e2c924c13db849f4b955f9bddd21225717bf2874a4a86575d8 -SIZE (rpm/i686/centos/6.5/gtk2-engines-2.18.4-5.el6.centos.i686.rpm) = 281788 -SHA256 (rpm/i686/centos/6.5/pixman-0.26.2-5.el6_4.i686.rpm) = 0f9e4f5ae1ebfd5e5bc2795621784a9c7371dabbfd961c12fada1076b98bc4e9 -SIZE (rpm/i686/centos/6.5/pixman-0.26.2-5.el6_4.i686.rpm) = 211108 -SHA256 (rpm/i686/centos/6.5/jasper-libs-1.900.1-15.el6_1.1.i686.rpm) = 17d7e61c236217c0287c67b3ac2212902e472f7ac4c859d033ee6e2465e264cb -SIZE (rpm/i686/centos/6.5/jasper-libs-1.900.1-15.el6_1.1.i686.rpm) = 139356 -SHA256 (rpm/i686/centos/6.5/gtk2-2.20.1-4.el6.src.rpm) = d6441e320e303d321288cd512d2ce2e8297d33bdc2f5b49fcb9dd8008f97cf5a -SIZE (rpm/i686/centos/6.5/gtk2-2.20.1-4.el6.src.rpm) = 19153141 +SHA256 (rpm/i686/centos/6.6/gtk2-2.24.23-6.el6.i686.rpm) = ba15b0786a262f763466d4a92a05fe6cdfaf0ec5d6b31214de2f14f64f9901eb +SIZE (rpm/i686/centos/6.6/gtk2-2.24.23-6.el6.i686.rpm) = 3330836 +SHA256 (rpm/i686/centos/6.6/gtk2-engines-2.18.4-5.el6.centos.i686.rpm) = 33ecb6ade9ff52e2c924c13db849f4b955f9bddd21225717bf2874a4a86575d8 +SIZE (rpm/i686/centos/6.6/gtk2-engines-2.18.4-5.el6.centos.i686.rpm) = 281788 +SHA256 (rpm/i686/centos/6.6/pixman-0.32.4-4.el6.i686.rpm) = 288b092170878427d1539b66df1d94e852a0620a81a6cc9d4a2eea3afb97ac9b +SIZE (rpm/i686/centos/6.6/pixman-0.32.4-4.el6.i686.rpm) = 239492 +SHA256 (rpm/i686/centos/6.6/jasper-libs-1.900.1-15.el6_1.1.i686.rpm) = 17d7e61c236217c0287c67b3ac2212902e472f7ac4c859d033ee6e2465e264cb +SIZE (rpm/i686/centos/6.6/jasper-libs-1.900.1-15.el6_1.1.i686.rpm) = 139356 +SHA256 (rpm/i686/centos/6.6/gtk2-2.24.23-6.el6.src.rpm) = 59207420d301e453271b42c828a0ace5439c94099f522c10776c1e05559d8038 +SIZE (rpm/i686/centos/6.6/gtk2-2.24.23-6.el6.src.rpm) = 13417157 +SHA256 (rpm/i686/centos/6.6/pixman-0.32.4-4.el6.src.rpm) = d49b7820864681a941452aeb271f2caa897deb91cc456ce1c48cdff868604f5e +SIZE (rpm/i686/centos/6.6/pixman-0.32.4-4.el6.src.rpm) = 716944 +SHA256 (rpm/i686/centos/6.6/jasper-1.900.1-15.el6_1.1.src.rpm) = fae6625be5251dd7b9f5dbdd729fa7590e7974b4c03f29538d5c3b4bce0093de +SIZE (rpm/i686/centos/6.6/jasper-1.900.1-15.el6_1.1.src.rpm) = 1400245 Index: head/x11-toolkits/linux-c6-gtk2/pkg-plist =================================================================== --- head/x11-toolkits/linux-c6-gtk2/pkg-plist (revision 372444) +++ head/x11-toolkits/linux-c6-gtk2/pkg-plist (revision 372445) @@ -1,249 +1,226 @@ -usr/bin/gdk-pixbuf-query-loaders-32 usr/bin/gtk-query-immodules-2.0-32 usr/bin/gtk-update-icon-cache -usr/bin/update-gdk-pixbuf-loaders usr/bin/update-gtk-immodules usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so usr/lib/gtk-2.0/2.10.0/engines/libcrux-engine.so usr/lib/gtk-2.0/2.10.0/engines/libglide.so usr/lib/gtk-2.0/2.10.0/engines/libhcengine.so usr/lib/gtk-2.0/2.10.0/engines/libindustrial.so usr/lib/gtk-2.0/2.10.0/engines/libmist.so usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so usr/lib/gtk-2.0/2.10.0/engines/libredmond95.so usr/lib/gtk-2.0/2.10.0/engines/libthinice.so -usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ani.so -usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.so -usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.so -usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-icns.so -usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ico.so -usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jasper.so -usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.so -usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pcx.so -usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pnm.so -usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ras.so -usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tga.so -usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tiff.so -usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-wbmp.so -usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xbm.so -usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so -usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-qtif.so usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.so usr/lib/gtk-2.0/modules/libferret.so usr/lib/gtk-2.0/modules/libgail.so usr/lib/libgailutil.so.18 usr/lib/libgailutil.so.18.0.1 usr/lib/libgdk-x11-2.0.so.0 -usr/lib/libgdk-x11-2.0.so.0.2000.1 -usr/lib/libgdk_pixbuf-2.0.so.0 -usr/lib/libgdk_pixbuf-2.0.so.0.2000.1 -usr/lib/libgdk_pixbuf_xlib-2.0.so.0 -usr/lib/libgdk_pixbuf_xlib-2.0.so.0.2000.1 +usr/lib/libgdk-x11-2.0.so.0.2400.23 usr/lib/libgtk-x11-2.0.so.0 -usr/lib/libgtk-x11-2.0.so.0.2000.1 +usr/lib/libgtk-x11-2.0.so.0.2400.23 usr/lib/libjasper.so.1 usr/lib/libjasper.so.1.0.0 usr/lib/libpixman-1.so.0 -usr/lib/libpixman-1.so.0.26.2 -usr/share/doc/gtk2-2.20.1/AUTHORS -usr/share/doc/gtk2-2.20.1/COPYING -usr/share/doc/gtk2-2.20.1/NEWS -usr/share/doc/gtk2-2.20.1/README +usr/lib/libpixman-1.so.0.32.4 +%%PORTDOCS%%usr/%%DOCSDIR%%-2.24.23/AUTHORS +%%PORTDOCS%%usr/%%DOCSDIR%%-2.24.23/COPYING +%%PORTDOCS%%usr/%%DOCSDIR%%-2.24.23/NEWS +%%PORTDOCS%%usr/%%DOCSDIR%%-2.24.23/README +%%PORTDOCS%%usr/%%DOCSDIR%%-engines-2.18.4/AUTHORS +%%PORTDOCS%%usr/%%DOCSDIR%%-engines-2.18.4/COPYING +%%PORTDOCS%%usr/%%DOCSDIR%%-engines-2.18.4/NEWS +%%PORTDOCS%%usr/%%DOCSDIR%%-engines-2.18.4/README usr/share/gtk-engines/clearlooks.xml usr/share/gtk-engines/crux-engine.xml usr/share/gtk-engines/glide.xml usr/share/gtk-engines/hcengine.xml usr/share/gtk-engines/industrial.xml usr/share/gtk-engines/mist.xml usr/share/gtk-engines/redmond95.xml usr/share/gtk-engines/thinice.xml usr/share/locale/af/LC_MESSAGES/gtk20.mo usr/share/locale/am/LC_MESSAGES/gtk20.mo usr/share/locale/ang/LC_MESSAGES/gtk20.mo usr/share/locale/ar/LC_MESSAGES/gtk-engines.mo usr/share/locale/ar/LC_MESSAGES/gtk20.mo usr/share/locale/as/LC_MESSAGES/gtk-engines.mo usr/share/locale/as/LC_MESSAGES/gtk20.mo usr/share/locale/ast/LC_MESSAGES/gtk20.mo usr/share/locale/az/LC_MESSAGES/gtk20.mo usr/share/locale/az_IR/LC_MESSAGES/gtk20.mo usr/share/locale/be/LC_MESSAGES/gtk20.mo usr/share/locale/be@latin/LC_MESSAGES/gtk-engines.mo usr/share/locale/be@latin/LC_MESSAGES/gtk20.mo usr/share/locale/bg/LC_MESSAGES/gtk-engines.mo usr/share/locale/bg/LC_MESSAGES/gtk20.mo usr/share/locale/bn/LC_MESSAGES/gtk-engines.mo usr/share/locale/bn/LC_MESSAGES/gtk20.mo usr/share/locale/bn_IN/LC_MESSAGES/gtk-engines.mo usr/share/locale/bn_IN/LC_MESSAGES/gtk20.mo usr/share/locale/br/LC_MESSAGES/gtk20.mo usr/share/locale/bs/LC_MESSAGES/gtk20.mo usr/share/locale/ca/LC_MESSAGES/gtk-engines.mo usr/share/locale/ca/LC_MESSAGES/gtk20.mo usr/share/locale/ca@valencia/LC_MESSAGES/gtk-engines.mo usr/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo usr/share/locale/crh/LC_MESSAGES/gtk20.mo usr/share/locale/cs/LC_MESSAGES/gtk-engines.mo usr/share/locale/cs/LC_MESSAGES/gtk20.mo usr/share/locale/cy/LC_MESSAGES/gtk20.mo usr/share/locale/da/LC_MESSAGES/gtk-engines.mo usr/share/locale/da/LC_MESSAGES/gtk20.mo usr/share/locale/de/LC_MESSAGES/gtk-engines.mo usr/share/locale/de/LC_MESSAGES/gtk20.mo usr/share/locale/dz/LC_MESSAGES/gtk-engines.mo usr/share/locale/dz/LC_MESSAGES/gtk20.mo usr/share/locale/el/LC_MESSAGES/gtk-engines.mo usr/share/locale/el/LC_MESSAGES/gtk20.mo usr/share/locale/en_CA/LC_MESSAGES/gtk20.mo usr/share/locale/en_GB/LC_MESSAGES/gtk-engines.mo usr/share/locale/en_GB/LC_MESSAGES/gtk20.mo usr/share/locale/eo/LC_MESSAGES/gtk20.mo usr/share/locale/es/LC_MESSAGES/gtk-engines.mo usr/share/locale/es/LC_MESSAGES/gtk20.mo usr/share/locale/et/LC_MESSAGES/gtk-engines.mo usr/share/locale/et/LC_MESSAGES/gtk20.mo usr/share/locale/eu/LC_MESSAGES/gtk-engines.mo usr/share/locale/eu/LC_MESSAGES/gtk20.mo usr/share/locale/fa/LC_MESSAGES/gtk20.mo usr/share/locale/fi/LC_MESSAGES/gtk-engines.mo usr/share/locale/fi/LC_MESSAGES/gtk20.mo usr/share/locale/fr/LC_MESSAGES/gtk-engines.mo usr/share/locale/fr/LC_MESSAGES/gtk20.mo usr/share/locale/fur/LC_MESSAGES/gtk-engines.mo usr/share/locale/ga/LC_MESSAGES/gtk-engines.mo usr/share/locale/ga/LC_MESSAGES/gtk20.mo usr/share/locale/gl/LC_MESSAGES/gtk-engines.mo usr/share/locale/gl/LC_MESSAGES/gtk20.mo usr/share/locale/gu/LC_MESSAGES/gtk-engines.mo usr/share/locale/gu/LC_MESSAGES/gtk20.mo usr/share/locale/he/LC_MESSAGES/gtk-engines.mo usr/share/locale/he/LC_MESSAGES/gtk20.mo usr/share/locale/hi/LC_MESSAGES/gtk-engines.mo usr/share/locale/hi/LC_MESSAGES/gtk20.mo usr/share/locale/hr/LC_MESSAGES/gtk20.mo usr/share/locale/hu/LC_MESSAGES/gtk-engines.mo usr/share/locale/hu/LC_MESSAGES/gtk20.mo usr/share/locale/hy/LC_MESSAGES/gtk20.mo usr/share/locale/ia/LC_MESSAGES/gtk20.mo usr/share/locale/id/LC_MESSAGES/gtk20.mo usr/share/locale/io/LC_MESSAGES/gtk20.mo usr/share/locale/is/LC_MESSAGES/gtk20.mo usr/share/locale/it/LC_MESSAGES/gtk-engines.mo usr/share/locale/it/LC_MESSAGES/gtk20.mo usr/share/locale/ja/LC_MESSAGES/gtk-engines.mo usr/share/locale/ja/LC_MESSAGES/gtk20.mo usr/share/locale/ka/LC_MESSAGES/gtk20.mo +usr/share/locale/kk/LC_MESSAGES/gtk20.mo usr/share/locale/kn/LC_MESSAGES/gtk-engines.mo usr/share/locale/kn/LC_MESSAGES/gtk20.mo usr/share/locale/ko/LC_MESSAGES/gtk-engines.mo usr/share/locale/ko/LC_MESSAGES/gtk20.mo usr/share/locale/ku/LC_MESSAGES/gtk20.mo usr/share/locale/li/LC_MESSAGES/gtk20.mo usr/share/locale/lt/LC_MESSAGES/gtk-engines.mo usr/share/locale/lt/LC_MESSAGES/gtk20.mo usr/share/locale/lv/LC_MESSAGES/gtk20.mo usr/share/locale/mai/LC_MESSAGES/gtk-engines.mo usr/share/locale/mai/LC_MESSAGES/gtk20.mo usr/share/locale/mi/LC_MESSAGES/gtk20.mo usr/share/locale/mk/LC_MESSAGES/gtk-engines.mo usr/share/locale/mk/LC_MESSAGES/gtk20.mo usr/share/locale/ml/LC_MESSAGES/gtk-engines.mo usr/share/locale/ml/LC_MESSAGES/gtk20.mo usr/share/locale/mn/LC_MESSAGES/gtk20.mo usr/share/locale/mr/LC_MESSAGES/gtk-engines.mo usr/share/locale/mr/LC_MESSAGES/gtk20.mo usr/share/locale/ms/LC_MESSAGES/gtk20.mo usr/share/locale/my/LC_MESSAGES/gtk20.mo usr/share/locale/nb/LC_MESSAGES/gtk-engines.mo usr/share/locale/nb/LC_MESSAGES/gtk20.mo usr/share/locale/nds/LC_MESSAGES/gtk20.mo usr/share/locale/ne/LC_MESSAGES/gtk20.mo usr/share/locale/nl/LC_MESSAGES/gtk-engines.mo usr/share/locale/nl/LC_MESSAGES/gtk20.mo usr/share/locale/nn/LC_MESSAGES/gtk-engines.mo usr/share/locale/nn/LC_MESSAGES/gtk20.mo usr/share/locale/nso/LC_MESSAGES/gtk20.mo usr/share/locale/oc/LC_MESSAGES/gtk-engines.mo usr/share/locale/oc/LC_MESSAGES/gtk20.mo usr/share/locale/or/LC_MESSAGES/gtk-engines.mo usr/share/locale/or/LC_MESSAGES/gtk20.mo usr/share/locale/pa/LC_MESSAGES/gtk-engines.mo usr/share/locale/pa/LC_MESSAGES/gtk20.mo usr/share/locale/pl/LC_MESSAGES/gtk-engines.mo usr/share/locale/pl/LC_MESSAGES/gtk20.mo usr/share/locale/ps/LC_MESSAGES/gtk20.mo usr/share/locale/pt/LC_MESSAGES/gtk-engines.mo usr/share/locale/pt/LC_MESSAGES/gtk20.mo usr/share/locale/pt_BR/LC_MESSAGES/gtk-engines.mo usr/share/locale/pt_BR/LC_MESSAGES/gtk20.mo usr/share/locale/ro/LC_MESSAGES/gtk-engines.mo usr/share/locale/ro/LC_MESSAGES/gtk20.mo usr/share/locale/ru/LC_MESSAGES/gtk-engines.mo usr/share/locale/ru/LC_MESSAGES/gtk20.mo usr/share/locale/rw/LC_MESSAGES/gtk20.mo usr/share/locale/si/LC_MESSAGES/gtk-engines.mo usr/share/locale/si/LC_MESSAGES/gtk20.mo usr/share/locale/sk/LC_MESSAGES/gtk20.mo usr/share/locale/sl/LC_MESSAGES/gtk-engines.mo usr/share/locale/sl/LC_MESSAGES/gtk20.mo usr/share/locale/sq/LC_MESSAGES/gtk-engines.mo usr/share/locale/sq/LC_MESSAGES/gtk20.mo usr/share/locale/sr/LC_MESSAGES/gtk-engines.mo usr/share/locale/sr/LC_MESSAGES/gtk20.mo usr/share/locale/sr@ije/LC_MESSAGES/gtk20.mo usr/share/locale/sr@latin/LC_MESSAGES/gtk-engines.mo usr/share/locale/sr@latin/LC_MESSAGES/gtk20.mo usr/share/locale/sv/LC_MESSAGES/gtk-engines.mo usr/share/locale/sv/LC_MESSAGES/gtk20.mo usr/share/locale/ta/LC_MESSAGES/gtk-engines.mo usr/share/locale/ta/LC_MESSAGES/gtk20.mo usr/share/locale/te/LC_MESSAGES/gtk-engines.mo usr/share/locale/te/LC_MESSAGES/gtk20.mo usr/share/locale/th/LC_MESSAGES/gtk-engines.mo usr/share/locale/th/LC_MESSAGES/gtk20.mo usr/share/locale/tk/LC_MESSAGES/gtk20.mo usr/share/locale/tr/LC_MESSAGES/gtk-engines.mo usr/share/locale/tr/LC_MESSAGES/gtk20.mo usr/share/locale/tt/LC_MESSAGES/gtk20.mo +usr/share/locale/ug/LC_MESSAGES/gtk20.mo usr/share/locale/uk/LC_MESSAGES/gtk-engines.mo usr/share/locale/uk/LC_MESSAGES/gtk20.mo usr/share/locale/ur/LC_MESSAGES/gtk20.mo usr/share/locale/uz/LC_MESSAGES/gtk20.mo usr/share/locale/uz@cyrillic/LC_MESSAGES/gtk20.mo usr/share/locale/vi/LC_MESSAGES/gtk-engines.mo usr/share/locale/vi/LC_MESSAGES/gtk20.mo usr/share/locale/wa/LC_MESSAGES/gtk20.mo usr/share/locale/xh/LC_MESSAGES/gtk20.mo usr/share/locale/yi/LC_MESSAGES/gtk20.mo usr/share/locale/zh_CN/LC_MESSAGES/gtk-engines.mo usr/share/locale/zh_CN/LC_MESSAGES/gtk20.mo usr/share/locale/zh_HK/LC_MESSAGES/gtk-engines.mo usr/share/locale/zh_HK/LC_MESSAGES/gtk20.mo usr/share/locale/zh_TW/LC_MESSAGES/gtk-engines.mo usr/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +usr/share/man/man1/gtk-query-immodules-2.0-32.1.gz +usr/share/man/man1/gtk-query-immodules-2.0.1.gz +usr/share/man/man1/gtk-update-icon-cache.1.gz +usr/share/man/man1/update-gtk-immodules.1.gz usr/share/themes/Clearlooks/gtk-2.0/gtkrc usr/share/themes/Crux/gtk-2.0/gtkrc usr/share/themes/Default/gtk-2.0-key/gtkrc usr/share/themes/Emacs/gtk-2.0-key/gtkrc usr/share/themes/Industrial/gtk-2.0/gtkrc usr/share/themes/Mist/gtk-2.0/gtkrc usr/share/themes/Raleigh/gtk-2.0/gtkrc usr/share/themes/ThinIce/gtk-2.0/gtkrc -%%PORTDOCS%%usr/%%DOCSDIR%%-engines-2.18.4/AUTHORS -%%PORTDOCS%%usr/%%DOCSDIR%%-engines-2.18.4/COPYING -%%PORTDOCS%%usr/%%DOCSDIR%%-engines-2.18.4/NEWS -%%PORTDOCS%%usr/%%DOCSDIR%%-engines-2.18.4/README -@exec /bin/mkdir -p %D/etc/gtk-2.0/i386-redhat-linux-gnu -@exec /bin/mkdir -p %D/usr/lib/gtk-2.0/2.10.0/filesystems -@exec /bin/mkdir -p %D/usr/lib/gtk-2.0/modules -@unexec rm -f %D/etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders -@unexec rm -f %D/etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules -@dir etc/gtk-2.0 -@dir etc/gtk-2.0/i386-redhat-linux-gnu -@dir usr/lib/gtk-2.0 -@dir usr/lib/gtk-2.0/2.10.0 @dir usr/lib/gtk-2.0/2.10.0/filesystems -@exec chroot %D /usr/bin/gtk-query-immodules-2.0-32 > %D/etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules -@exec chroot %D /usr/bin/gdk-pixbuf-query-loaders-32 > %D/etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders +@dir usr/lib/gtk-2.0/2.10.0/immodules +@dir usr/lib/gtk-2.0/immodules +@dir usr/share/gtk-2.0 + Index: head/x11-toolkits/linux-c6-openmotif/Makefile =================================================================== --- head/x11-toolkits/linux-c6-openmotif/Makefile (revision 372444) +++ head/x11-toolkits/linux-c6-openmotif/Makefile (revision 372445) @@ -1,25 +1,26 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= openmotif PORTVERSION= 2.3.3 +PORTREVISION= 1 CATEGORIES= x11-toolkits linux MAINTAINER= emulation@FreeBSD.org COMMENT= Motif toolkit libraries (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-openmotif-[0-9]* linux-f8-openmotif-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 -RPMVERSION= 6.1.el6_4 +RPMVERSION= 8.el6 USE_LINUX_RPM= yes USE_LINUX_APPS= xorglibs USE_LDCONFIG= yes DESCR= ${.CURDIR}/../open-motif/pkg-descr post-extract: @${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/bin ${WRKSRC}/usr/include \ ${WRKSRC}/usr/share .include Index: head/x11-toolkits/linux-c6-openmotif/distinfo.i686 =================================================================== --- head/x11-toolkits/linux-c6-openmotif/distinfo.i686 (revision 372444) +++ head/x11-toolkits/linux-c6-openmotif/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/openmotif-2.3.3-6.1.el6_4.i686.rpm) = 8c0f4bb22a9dc324c512c8e3f9e32addb83e4a63a033e88c120fd1ff78e6ff32 -SIZE (rpm/i686/centos/6.5/openmotif-2.3.3-6.1.el6_4.i686.rpm) = 1416552 -SHA256 (rpm/i686/centos/6.5/openmotif-2.3.3-6.1.el6_4.src.rpm) = 4137bc1dd0ce8a0c6c3365b02e27c6531d76f8e21b38fa60523943d15d39c749 -SIZE (rpm/i686/centos/6.5/openmotif-2.3.3-6.1.el6_4.src.rpm) = 6056057 +SHA256 (rpm/i686/centos/6.6/openmotif-2.3.3-8.el6.i686.rpm) = a3110d8051e806bb87da96f65da5c1f912f530ceeb78d12cf3f372e1ceacf42d +SIZE (rpm/i686/centos/6.6/openmotif-2.3.3-8.el6.i686.rpm) = 1417316 +SHA256 (rpm/i686/centos/6.6/openmotif-2.3.3-8.el6.src.rpm) = 3225eb7285d58c40b08e765d866bffe85f8fb96f19b769ed8899253c568a1eea +SIZE (rpm/i686/centos/6.6/openmotif-2.3.3-8.el6.src.rpm) = 6059385 Index: head/x11-toolkits/linux-c6-pango/Makefile =================================================================== --- head/x11-toolkits/linux-c6-pango/Makefile (revision 372444) +++ head/x11-toolkits/linux-c6-pango/Makefile (revision 372445) @@ -1,24 +1,25 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= pango PORTVERSION= 1.28.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits linux MAINTAINER= emulation@FreeBSD.org COMMENT= Pango library (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-pango-[0-9]* linux-f10-pango-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_APPS= cairo expat fontconfig xorglibs USE_LINUX_RPM= yes -RPMVERSION= 7.el6_3 +RPMVERSION= 10.el6 BRANDELF_FILES= usr/bin/pango-querymodules-32 USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/x11-toolkits/linux-c6-pango/distinfo.i686 =================================================================== --- head/x11-toolkits/linux-c6-pango/distinfo.i686 (revision 372444) +++ head/x11-toolkits/linux-c6-pango/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/pango-1.28.1-7.el6_3.i686.rpm) = 500c64427d59d6a4bb45e9c38cef3337e8f92939497aa9538c6d986708474bc6 -SIZE (rpm/i686/centos/6.5/pango-1.28.1-7.el6_3.i686.rpm) = 358140 -SHA256 (rpm/i686/centos/6.5/pango-1.28.1-7.el6_3.src.rpm) = 6c5fa89fc3513c7f8990fb168d2a8618c0df6ed541b8e06db3d8b6adc7942302 -SIZE (rpm/i686/centos/6.5/pango-1.28.1-7.el6_3.src.rpm) = 1440874 +SHA256 (rpm/i686/centos/6.6/pango-1.28.1-10.el6.i686.rpm) = fed6b64dd11c7674f083e247f88155f694926a371d0011d9c963675273a2afe4 +SIZE (rpm/i686/centos/6.6/pango-1.28.1-10.el6.i686.rpm) = 359024 +SHA256 (rpm/i686/centos/6.6/pango-1.28.1-10.el6.src.rpm) = 4fa4091e3df6a9aca36fcc4f97bce5ff3204c9e9d59501852cec75627ee55201 +SIZE (rpm/i686/centos/6.6/pango-1.28.1-10.el6.src.rpm) = 1441149 Index: head/x11-toolkits/linux-c6-qt47-x11/Makefile =================================================================== --- head/x11-toolkits/linux-c6-qt47-x11/Makefile (revision 372444) +++ head/x11-toolkits/linux-c6-qt47-x11/Makefile (revision 372445) @@ -1,42 +1,43 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= qt47-x11 PORTVERSION= 4.7.2 +PORTREVISION= 1 CATEGORIES= x11-toolkits linux MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= xmj DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/centos/c5 MAINTAINER= emulation@FreeBSD.org COMMENT= RPM of QT4 (Linux CentOS 5) ONLY_FOR_ARCHS= i386 amd64 SRC_DISTFILES:= # unretrievable. USE_LINUX= c6 USE_LDCONFIG= yes LINUX_DIST_VER= 5 OPTIONS_DEFINE= NVIDIA_GL NVIDIA_GL_DESC= Use GL driver from nvidia-driver NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver USE_LINUX_APPS= fontconfig png xorglibs png alsalib jpeg tiff qt47 USE_LINUX_RPM= yes RPMVERSION= 1_18.el5 LINUX_RPM_ARCH= i386 .include .if ! ${PORT_OPTIONS:MNVIDIA_GL} USE_LINUX_APPS+= dri .endif DESCR= ${.CURDIR}/../../devel/qt4/pkg-descr post-patch: ${RM} -f ${WRKDIR}/usr/share/qt47/translations/qt_help_*.qm .include Index: head/x11-toolkits/linux-c6-qt47-x11/pkg-plist =================================================================== --- head/x11-toolkits/linux-c6-qt47-x11/pkg-plist (revision 372444) +++ head/x11-toolkits/linux-c6-qt47-x11/pkg-plist (revision 372445) @@ -1,100 +1,104 @@ etc/rpm/macros.qt47 usr/bin/qdbusviewer usr/bin/qmlviewer usr/lib/qt47/bin/qdbusviewer usr/lib/qt47/bin/qmlviewer usr/lib/qt47/bin/qtconfig usr/lib/qt47/bin/qtconfig-qt47 usr/lib/qt47/imports/Qt/labs/folderlistmodel/libqmlfolderlistmodelplugin.so usr/lib/qt47/imports/Qt/labs/folderlistmodel/qmldir usr/lib/qt47/imports/Qt/labs/gestures/libqmlgesturesplugin.so usr/lib/qt47/imports/Qt/labs/gestures/qmldir usr/lib/qt47/imports/Qt/labs/particles/libqmlparticlesplugin.so usr/lib/qt47/imports/Qt/labs/particles/qmldir usr/lib/qt47/libQt3Support.so.4 usr/lib/qt47/libQt3Support.so.4.7 usr/lib/qt47/libQt3Support.so.4.7.2 usr/lib/qt47/libQtCLucene.so.4 usr/lib/qt47/libQtCLucene.so.4.7 usr/lib/qt47/libQtCLucene.so.4.7.2 usr/lib/qt47/libQtDeclarative.so.4 usr/lib/qt47/libQtDeclarative.so.4.7 usr/lib/qt47/libQtDeclarative.so.4.7.2 usr/lib/qt47/libQtDesigner.so.4 usr/lib/qt47/libQtDesigner.so.4.7 usr/lib/qt47/libQtDesigner.so.4.7.2 usr/lib/qt47/libQtDesignerComponents.so.4 usr/lib/qt47/libQtDesignerComponents.so.4.7 usr/lib/qt47/libQtDesignerComponents.so.4.7.2 usr/lib/qt47/libQtGui.so.4 usr/lib/qt47/libQtGui.so.4.7 usr/lib/qt47/libQtGui.so.4.7.2 usr/lib/qt47/libQtHelp.so.4 usr/lib/qt47/libQtHelp.so.4.7 usr/lib/qt47/libQtHelp.so.4.7.2 usr/lib/qt47/libQtMultimedia.so.4 usr/lib/qt47/libQtMultimedia.so.4.7 usr/lib/qt47/libQtMultimedia.so.4.7.2 usr/lib/qt47/libQtOpenGL.so.4 usr/lib/qt47/libQtOpenGL.so.4.7 usr/lib/qt47/libQtOpenGL.so.4.7.2 usr/lib/qt47/libQtScriptTools.so.4 usr/lib/qt47/libQtScriptTools.so.4.7 usr/lib/qt47/libQtScriptTools.so.4.7.2 usr/lib/qt47/libQtSvg.so.4 usr/lib/qt47/libQtSvg.so.4.7 usr/lib/qt47/libQtSvg.so.4.7.2 usr/lib/qt47/libphonon.so.4 usr/lib/qt47/libphonon.so.4.4 usr/lib/qt47/libphonon.so.4.4.0 usr/lib/qt47/plugins/accessible/libqtaccessiblecompatwidgets.so usr/lib/qt47/plugins/accessible/libqtaccessiblewidgets.so usr/lib/qt47/plugins/bearer/libqconnmanbearer.so usr/lib/qt47/plugins/bearer/libqgenericbearer.so usr/lib/qt47/plugins/bearer/libqnmbearer.so usr/lib/qt47/plugins/codecs/libqcncodecs.so usr/lib/qt47/plugins/codecs/libqjpcodecs.so usr/lib/qt47/plugins/codecs/libqkrcodecs.so usr/lib/qt47/plugins/codecs/libqtwcodecs.so usr/lib/qt47/plugins/designer/libarthurplugin.so usr/lib/qt47/plugins/designer/libcontainerextension.so usr/lib/qt47/plugins/designer/libcustomwidgetplugin.so usr/lib/qt47/plugins/designer/libqdeclarativeview.so usr/lib/qt47/plugins/designer/libqt3supportwidgets.so usr/lib/qt47/plugins/designer/libtaskmenuextension.so usr/lib/qt47/plugins/designer/libworldtimeclockplugin.so usr/lib/qt47/plugins/graphicssystems/libqglgraphicssystem.so usr/lib/qt47/plugins/graphicssystems/libqtracegraphicssystem.so usr/lib/qt47/plugins/iconengines/libqsvgicon.so usr/lib/qt47/plugins/imageformats/libqgif.so usr/lib/qt47/plugins/imageformats/libqico.so usr/lib/qt47/plugins/imageformats/libqjpeg.so usr/lib/qt47/plugins/imageformats/libqmng.so usr/lib/qt47/plugins/imageformats/libqsvg.so usr/lib/qt47/plugins/imageformats/libqtiff.so usr/lib/qt47/plugins/inputmethods/libqimsw-multi.so usr/lib/qt47/plugins/qmltooling/libtcpserver.so usr/lib/qt47/plugins/script/libqtscriptdbus.so usr/share/dbus-1/interfaces/org.kde.Phonon.AudioOutput.xml usr/share/icons/hicolor/128x128/apps/qt47-logo.png usr/share/icons/hicolor/48x48/apps/qt47-logo.png usr/share/qt47/translations/assistant_cs.qm usr/share/qt47/translations/assistant_da.qm usr/share/qt47/translations/assistant_de.qm usr/share/qt47/translations/assistant_fr.qm usr/share/qt47/translations/assistant_hu.qm usr/share/qt47/translations/assistant_ja.qm usr/share/qt47/translations/assistant_pl.qm usr/share/qt47/translations/assistant_ru.qm usr/share/qt47/translations/assistant_sl.qm usr/share/qt47/translations/assistant_uk.qm usr/share/qt47/translations/assistant_zh_CN.qm usr/share/qt47/translations/assistant_zh_TW.qm usr/share/qt47/translations/qtconfig_hu.qm usr/share/qt47/translations/qtconfig_ja.qm usr/share/qt47/translations/qtconfig_pl.qm usr/share/qt47/translations/qtconfig_ru.qm usr/share/qt47/translations/qtconfig_sl.qm usr/share/qt47/translations/qtconfig_uk.qm usr/share/qt47/translations/qtconfig_zh_CN.qm usr/share/qt47/translations/qtconfig_zh_TW.qm +@dir usr/lib/qt47/plugins/gui_platform +@dir usr/lib/qt47/plugins/phonon_backend +@dir usr/lib/qt47/plugins/styles +@dir usr/share/kde4/services/phononbackends Index: head/x11-toolkits/linux-c6-tk85/Makefile =================================================================== --- head/x11-toolkits/linux-c6-tk85/Makefile (revision 372444) +++ head/x11-toolkits/linux-c6-tk85/Makefile (revision 372445) @@ -1,25 +1,26 @@ # Created by: bsam # $FreeBSD$ PORTNAME= tk PORTVERSION= 8.5.7 +PORTREVISION= 1 CATEGORIES= x11-toolkits linux PKGNAMESUFFIX= 85 MAINTAINER= emulation@FreeBSD.org COMMENT= Graphical toolkit for TCL (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-f10-tk85-[0-9]* USE_LINUX= c6 USE_LINUX_RPM= yes USE_LINUX_APPS= xorglibs RPMVERSION= 5.el6 BRANELF_FILES= #usr/bin/wish8.5 USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr .include Index: head/x11-toolkits/linux-c6-tk85/distinfo.i686 =================================================================== --- head/x11-toolkits/linux-c6-tk85/distinfo.i686 (revision 372444) +++ head/x11-toolkits/linux-c6-tk85/distinfo.i686 (revision 372445) @@ -1,4 +1,4 @@ -SHA256 (rpm/i686/centos/6.5/tk-8.5.7-5.el6.i686.rpm) = fc4c9a0a4740526e8a504c9e173a554785ae400a09394d745d50a53a75e9b16b -SIZE (rpm/i686/centos/6.5/tk-8.5.7-5.el6.i686.rpm) = 1470636 -SHA256 (rpm/i686/centos/6.5/tk-8.5.7-5.el6.src.rpm) = 4e0c8c5ffded8eebde2e150563ff750844465aee87a0482edc5f2dbb8dabb167 -SIZE (rpm/i686/centos/6.5/tk-8.5.7-5.el6.src.rpm) = 3803543 +SHA256 (rpm/i686/centos/6.6/tk-8.5.7-5.el6.i686.rpm) = fc4c9a0a4740526e8a504c9e173a554785ae400a09394d745d50a53a75e9b16b +SIZE (rpm/i686/centos/6.6/tk-8.5.7-5.el6.i686.rpm) = 1470636 +SHA256 (rpm/i686/centos/6.6/tk-8.5.7-5.el6.src.rpm) = 4e0c8c5ffded8eebde2e150563ff750844465aee87a0482edc5f2dbb8dabb167 +SIZE (rpm/i686/centos/6.6/tk-8.5.7-5.el6.src.rpm) = 3803543