FreeBSD Bugzilla – Attachment 159454 Details for
Bug 202021
EXP run for D1746 (linux c6 64bit parts)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
2nd patch, full diff, fix for F10 ports
linux_c6_64bit.diff (text/plain), 942.23 KB, created by
Alexander Leidinger
on 2015-08-02 08:39:32 UTC
(
hide
)
Description:
2nd patch, full diff, fix for F10 ports
Filename:
MIME Type:
Creator:
Alexander Leidinger
Created:
2015-08-02 08:39:32 UTC
Size:
942.23 KB
patch
obsolete
>Index: Mk/bsd.linux-apps.mk >=================================================================== >diff --git a/head/Mk/bsd.linux-apps.mk b/head/Mk/bsd.linux-apps.mk >--- a/head/Mk/bsd.linux-apps.mk (Revision 393390) >+++ b/head/Mk/bsd.linux-apps.mk (Arbeitskopie) >@@ -41,18 +41,19 @@ > > #new > . if defined(OVERRIDE_LINUX_NONBASE_PORTS) >-. if ${OVERRIDE_LINUX_NONBASE_PORTS} == "f10" || ${OVERRIDE_LINUX_NONBASE_PORTS} == "c6" >+. if ${OVERRIDE_LINUX_NONBASE_PORTS} == "f10" || ${OVERRIDE_LINUX_NONBASE_PORTS} == "c6" || ${OVERRIDE_LINUX_NONBASE_PORTS} == "c6_64" > LINUX_DIST_SUFFIX= -${OVERRIDE_LINUX_NONBASE_PORTS} >+LINUX_BASEPORT_NAME= -${OVERRIDE_LINUX_NONBASE_PORTS:S/_64//} > . else >-IGNORE= valid values for OVERRIDE_LINUX_NONBASE_PORTS are: \"f10\" and \"c6\" >+IGNORE= valid values for OVERRIDE_LINUX_NONBASE_PORTS are: \"f10\", \"c6\", and \"c6_64\" > . endif > . elif defined(USE_LINUX) >-. if ${USE_LINUX} == "f10" || ${USE_LINUX} == "c6" > LINUX_DIST_SUFFIX= -${USE_LINUX} >-. endif >+LINUX_BASEPORT_NAME= -${USE_LINUX:S/_64//} > . else > # default to CentOS > LINUX_DIST_SUFFIX= -c6 >+LINUX_BASEPORT_NAME= -c6 > . endif > > WEB_AUTH= nvu >@@ -70,7 +71,7 @@ > # 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 >+ openldap qt45 sqlite3 tcl85 tk85 qt47 qt47-x11 qt47-webkit > > _LINUX_APPS_ALL+= ${_LINUX_26_APPS} > >@@ -87,325 +88,377 @@ > 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_PORT= ${PORTSDIR}/devel/linux${LINUX_BASEPORT_NAME}-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_c6_64_FILE= ${LINUXBASE}/usr/lib64/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_PORT= ${PORTSDIR}/audio/linux${LINUX_BASEPORT_NAME}-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_c6_64_FILE= ${LINUXBASE}/usr/lib64/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_PORT= ${PORTSDIR}/audio/linux${LINUX_BASEPORT_NAME}-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_c6_64_FILE= ${LINUXBASE}/lib64/libasound.so.2.0.0 > alsalib_DETECT= ${alsalib${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-alsalib_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-alsa-lib >+alsalib_PORT= ${PORTSDIR}/audio/linux${LINUX_BASEPORT_NAME}-alsa-lib > > arts_f10_FILE= ${LINUXBASE}/usr/lib/libartsc.so.0 > arts_c6_FILE= ${LINUXBASE}/usr/lib/libartsc.so.0 >+arts_c6_64_FILE= ${LINUXBASE}/usr/lib64/libartsc.so.0 > arts_DETECT= ${arts${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-arts_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-arts >+arts_PORT= ${PORTSDIR}/audio/linux${LINUX_BASEPORT_NAME}-arts > > aspell_f10_FILE= ${LINUXBASE}/usr/lib/libaspell.so.15.1.4 > aspell_c6_FILE= ${LINUXBASE}/usr/lib/libaspell.so.15.1.4 >+aspell_c6_64_FILE= ${LINUXBASE}/usr/lib64/libaspell.so.15.1.4 > aspell_DETECT= ${aspell${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-aspell_PORT= ${PORTSDIR}/textproc/linux${LINUX_DIST_SUFFIX}-aspell >+aspell_PORT= ${PORTSDIR}/textproc/linux${LINUX_BASEPORT_NAME}-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_c6_64_FILE= ${LINUXBASE}/usr/lib64/libatk-1.0.so.0.3009.1 > atk_DETECT= ${atk${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-atk_PORT= ${PORTSDIR}/accessibility/linux${LINUX_DIST_SUFFIX}-atk >+atk_PORT= ${PORTSDIR}/accessibility/linux${LINUX_BASEPORT_NAME}-atk > > avahi-libs_c6_FILE= ${LINUXBASE}/usr/lib/libavahi-client.so.3.2.5 >+avahi-libs_c6_64_FILE= ${LINUXBASE}/usr/lib64/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 >+avahi-libs_PORT= ${PORTSDIR}/net/linux${LINUX_BASEPORT_NAME}-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_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_BASEPORT_NAME}-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_c6_64_FILE= ${LINUXBASE}/usr/lib64/libcairo.so.2.10800.8 > cairo_DETECT= ${cairo${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-cairo_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-cairo >+cairo_PORT= ${PORTSDIR}/graphics/linux${LINUX_BASEPORT_NAME}-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_c6_64_FILE= ${LINUXBASE}/usr/lib64/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_PORT= ${PORTSDIR}/print/linux${LINUX_BASEPORT_NAME}-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_c6_64_FILE= ${LINUXBASE}/usr/lib64/libcurl.so.4.1.1 > curl_DETECT= ${curl${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-curl_PORT= ${PORTSDIR}/ftp/linux${LINUX_DIST_SUFFIX}-curl >+curl_PORT= ${PORTSDIR}/ftp/linux${LINUX_BASEPORT_NAME}-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_c6_64_FILE= ${LINUXBASE}/usr/lib64/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 >+cyrus-sasl2_PORT= ${PORTSDIR}/security/linux${LINUX_BASEPORT_NAME}-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_c6_64_FILE= ${LINUXBASE}/usr/lib64/libdbus-glib-1.so.2 > dbusglib_DETECT= ${dbusglib${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-dbusglib_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-dbus-glib >+dbusglib_PORT= ${PORTSDIR}/devel/linux${LINUX_BASEPORT_NAME}-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_c6_64_FILE= ${LINUXBASE}/lib64/libdbus-1.so.3 > dbuslibs_DETECT= ${dbuslibs${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-dbuslibs_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-dbus-libs >+dbuslibs_PORT= ${PORTSDIR}/devel/linux${LINUX_BASEPORT_NAME}-dbus-libs > > dri_f10_FILE= ${LINUXBASE}/usr/lib/libGL.so.1.2 > dri_c6_FILE= ${LINUXBASE}/usr/lib/libGL.so.1.2.0 >+dri_c6_64_FILE= ${LINUXBASE}/usr/lib64/libGL.so.1.2.0 > dri_DETECT= ${dri${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-dri_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-dri >+dri_PORT= ${PORTSDIR}/graphics/linux${LINUX_BASEPORT_NAME}-dri > dri_DEPENDS= xorglibs > > devtools_f10_FILE= ${LINUXBASE}/usr/bin/i386-redhat-linux-gcc > devtools_c6_FILE= ${LINUXBASE}/usr/bin/gcc >+devtools_c6_64_FILE= ${LINUXBASE}/usr/bin/gcc > devtools_DETECT= ${devtools${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-devtools_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-devtools >+devtools_PORT= ${PORTSDIR}/devel/linux${LINUX_BASEPORT_NAME}-devtools > > esound_f10_FILE= ${LINUXBASE}/usr/lib/libesd.so.0.2.39 > esound_c6_FILE= ${LINUXBASE}/usr/lib/libesd.so.0.2.39 >+esound_c6_64_FILE= ${LINUXBASE}/usr/lib64/libesd.so.0.2.39 > esound_DETECT= ${esound${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-esound_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-esound >+esound_PORT= ${PORTSDIR}/audio/linux${LINUX_BASEPORT_NAME}-esound > esound_DEPENDS= libaudiofile > > expat_f10_FILE= ${LINUXBASE}/lib/libexpat.so.1 > expat_c6_FILE= ${LINUXBASE}/lib/libexpat.so.1 >+expat_c6_64_FILE= ${LINUXBASE}/lib64/libexpat.so.1 > expat_DETECT= ${expat${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-expat_PORT= ${PORTSDIR}/textproc/linux${LINUX_DIST_SUFFIX}-expat >+expat_PORT= ${PORTSDIR}/textproc/linux${LINUX_BASEPORT_NAME}-expat > > fontconfig_f10_FILE= ${LINUXBASE}/usr/lib/libfontconfig.so.1.3.0 > fontconfig_c6_FILE= ${LINUXBASE}/usr/lib/libfontconfig.so.1.4.4 >+fontconfig_c6_64_FILE= ${LINUXBASE}/usr/lib64/libfontconfig.so.1.4.4 > fontconfig_DETECT= ${fontconfig${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-fontconfig_PORT= ${PORTSDIR}/x11-fonts/linux${LINUX_DIST_SUFFIX}-fontconfig >+fontconfig_PORT= ${PORTSDIR}/x11-fonts/linux${LINUX_BASEPORT_NAME}-fontconfig > fontconfig_DEPENDS= expat > > flac_c6_FILE= ${LINUXBASE}/usr/lib/libFLAC.so.8.2.0 >+flac_c6_64_FILE= ${LINUXBASE}/usr/lib64/libFLAC.so.8.2.0 > flac_DETECT= ${flac${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-flac_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-flac >+flac_PORT= ${PORTSDIR}/audio/linux${LINUX_BASEPORT_NAME}-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_PORT= ${PORTSDIR}/audio/linux${LINUX_BASEPORT_NAME}-freealut > freealut_DEPENDS= openal > > gdkpixbuf_f10_FILE= ${LINUXBASE}/usr/lib/libgdk_pixbuf.so.2 > gdkpixbuf_DETECT= ${gdkpixbuf${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-gdkpixbuf_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-gdk-pixbuf >+gdkpixbuf_PORT= ${PORTSDIR}/graphics/linux${LINUX_BASEPORT_NAME}-gdk-pixbuf > >-gdkpixbuf2_f10_FILE=${LINUXBASE}/usr/lib/libgdk_pixbuf-2.0.so.0 >+gdkpixbuf2_f10_FILE= ${LINUXBASE}/usr/lib/libgdk_pixbuf-2.0.so.0 > gdkpixbuf2_c6_FILE= ${LINUXBASE}/usr/lib/libgdk_pixbuf-2.0.so.0 >+gdkpixbuf2_c6_64_FILE= ${LINUXBASE}/usr/lib64/libgdk_pixbuf-2.0.so.0 > gdkpixbuf2_DETECT= ${gdkpixbuf2${LINUX_DIST_SUFFIX:S/-/_/}_FILE} > .if ${USE_LINUX} == "f10" >-gdkpixbuf2_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-gtk2 >+gdkpixbuf2_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_BASEPORT_NAME}-gtk2 > .else # default to CentOS 6. >-gdkpixbuf2_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-gdk-pixbuf2 >+gdkpixbuf2_PORT= ${PORTSDIR}/graphics/linux${LINUX_BASEPORT_NAME}-gdk-pixbuf2 > .endif > > gnutls_f10_FILE= ${LINUXBASE}/usr/lib/libgnutls.so.26.4.6 > gnutls_c6_FILE= ${LINUXBASE}/usr/lib/libgnutls.so.26.14.12 >+gnutls_c6_64_FILE= ${LINUXBASE}/usr/lib64/libgnutls.so.26.14.12 > gnutls_DETECT= ${gnutls${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-gnutls_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-gnutls >+gnutls_PORT= ${PORTSDIR}/security/linux${LINUX_BASEPORT_NAME}-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.2400.23 >+gtk2_c6_64_FILE= ${LINUXBASE}/usr/lib64/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_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_BASEPORT_NAME}-gtk2 > gtk2_DEPENDS= atk gdkpixbuf2 jpeg png pango tiff xorglibs > > hicontheme_f10_FILE= ${LINUXBASE}/usr/share/icons/hicolor > hicontheme_c6_FILE= ${LINUXBASE}/usr/share/icons/hicolor >+hicontheme_c6_64_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 >+hicontheme_PORT= ${PORTSDIR}/x11-themes/linux${LINUX_BASEPORT_NAME}-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 >+imlib_PORT= ${PORTSDIR}/graphics/linux${LINUX_BASEPORT_NAME}-imlib > > jpeg_f10_FILE= ${LINUXBASE}/usr/lib/libjpeg.so.62.0.0 > jpeg_c6_FILE= ${LINUXBASE}/usr/lib/libjpeg.so.62.0.0 >+jpeg_c6_64_FILE= ${LINUXBASE}/usr/lib64/libjpeg.so.62.0.0 > jpeg_DETECT= ${jpeg${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-jpeg_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-jpeg >+jpeg_PORT= ${PORTSDIR}/graphics/linux${LINUX_BASEPORT_NAME}-jpeg > > libasyncns_f10_FILE= ${LINUXBASE}/usr/lib/libasyncns.so.0.3.1 > libasyncns_c6_FILE= ${LINUXBASE}/usr/lib/libasyncns.so.0.3.1 >+libasyncns_c6_64_FILE= ${LINUXBASE}/usr/lib64/libasyncns.so.0.3.1 > libasyncns_DETECT= ${libasyncns${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-libasyncns_PORT= ${PORTSDIR}/dns/linux${LINUX_DIST_SUFFIX}-libasyncns >+libasyncns_PORT= ${PORTSDIR}/dns/linux${LINUX_BASEPORT_NAME}-libasyncns > > libaudiofile_f10_FILE= ${LINUXBASE}/usr/lib/libaudiofile.so.0.0.2 > libaudiofile_c6_FILE= ${LINUXBASE}/usr/lib/libaudiofile.so.0.0.2 >+libaudiofile_c6_64_FILE=${LINUXBASE}/usr/lib64/libaudiofile.so.0.0.2 > libaudiofile_DETECT= ${libaudiofile${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-libaudiofile_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-libaudiofile >+libaudiofile_PORT= ${PORTSDIR}/audio/linux${LINUX_BASEPORT_NAME}-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 >+libg2c_PORT= ${PORTSDIR}/lang/linux${LINUX_BASEPORT_NAME}-libg2c > > libgcrypt_f10_FILE= ${LINUXBASE}/lib/libgcrypt.so.11.5.2 > libgcrypt_c6_FILE= ${LINUXBASE}/lib/libgcrypt.so.11.5.3 >+libgcrypt_c6_64_FILE= ${LINUXBASE}/lib64/libgcrypt.so.11.5.3 > libgcrypt_DETECT= ${libgcrypt${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-libgcrypt_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-libgcrypt >+libgcrypt_PORT= ${PORTSDIR}/security/linux${LINUX_BASEPORT_NAME}-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_c6_64_FILE= ${LINUXBASE}/usr/lib64/libglade-2.0.so.0.0.7 > libglade2_DETECT= ${libglade2${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-libglade2_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-libglade2 >+libglade2_PORT= ${PORTSDIR}/devel/linux${LINUX_BASEPORT_NAME}-libglade2 > > libglu_f10_FILE= ${LINUXBASE}/usr/lib/libGLU.so.1 > libglu_c6_FILE= ${LINUXBASE}/usr/lib/libGLU.so.1 >+libglu_c6_64_FILE= ${LINUXBASE}/usr/lib64/libGLU.so.1 > libglu_DETECT= ${libglu${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-libglu_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-libGLU >+libglu_PORT= ${PORTSDIR}/graphics/linux${LINUX_BASEPORT_NAME}-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_c6_64_FILE=${LINUXBASE}/lib64/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 >+libgpg-error_PORT= ${PORTSDIR}/security/linux${LINUX_BASEPORT_NAME}-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 >+libidn_PORT= ${PORTSDIR}/dns/linux${LINUX_BASEPORT_NAME}-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_PORT= ${PORTSDIR}/graphics/linux${LINUX_BASEPORT_NAME}-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_c6_64_FILE= ${LINUXBASE}/usr/lib64/libogg.so.0.6.0 > libogg_DETECT= ${libogg${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-libogg_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-libogg >+libogg_PORT= ${PORTSDIR}/audio/linux${LINUX_BASEPORT_NAME}-libogg > > libpciaccess_c6_FILE= ${LINUXBASE}/usr/lib/libpciaccess.so.0.11.1 > libpciaccess_DETECT= ${libpciaccess${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-libpciaccess_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-libpciaccess >+libpciaccess_PORT= ${PORTSDIR}/devel/linux${LINUX_BASEPORT_NAME}-libpciaccess > > libsigcpp20_f10_FILE= ${LINUXBASE}/usr/lib/libsigc-2.0.so.0 > libsigcpp20_c6_FILE= ${LINUXBASE}/usr/lib/libsigc-2.0.so.0 >+libsigcpp20_c6_64_FILE= ${LINUXBASE}/usr/lib64/libsigc-2.0.so.0 > libsigcpp20_DETECT= ${libsigcpp20${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-libsigcpp20_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-libsigc++20 >+libsigcpp20_PORT= ${PORTSDIR}/devel/linux${LINUX_BASEPORT_NAME}-libsigc++20 > > libsndfile_c6_FILE= ${LINUXBASE}/usr/lib/libsndfile.so.1.0.20 >+libsndfile_c6_64_FILE= ${LINUXBASE}/usr/lib64/libsndfile.so.1.0.20 > libsndfile_DETECT= ${libsndfile${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-libsndfile_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-libsndfile >+libsndfile_PORT= ${PORTSDIR}/audio/linux${LINUX_BASEPORT_NAME}-libsndfile > > libssh2_f10_FILE= ${LINUXBASE}/usr/lib/libssh2.so.1 > libssh2_c6_FILE= ${LINUXBASE}/usr/lib/libssh2.so.1.0.1 >+libssh2_c6_64_FILE= ${LINUXBASE}/usr/lib64/libssh2.so.1.0.1 > libssh2_DETECT= ${libssh2${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-libssh2_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-libssh2 >+libssh2_PORT= ${PORTSDIR}/security/linux${LINUX_BASEPORT_NAME}-libssh2 > libssh2_DEPENDS= openssl > > libv4l_f10_FILE= ${LINUXBASE}/usr/lib/libv4l1.so.0 > libv4l_c6_FILE= ${LINUXBASE}/usr/lib/libv4l1.so.0 >+libv4l_c6_64_FILE= ${LINUXBASE}/usr/lib64/libv4l1.so.0 > libv4l_DETECT= ${libv4l${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-libv4l_PORT= ${PORTSDIR}/multimedia/linux${LINUX_DIST_SUFFIX}-libv4l >+libv4l_PORT= ${PORTSDIR}/multimedia/linux${LINUX_BASEPORT_NAME}-libv4l > > libtasn1_f10_FILE= ${LINUXBASE}/usr/lib/libtasn1.so.3.0.16 > libtasn1_c6_FILE= ${LINUXBASE}/usr/lib/libtasn1.so.3.1.6 >+libtasn1_c6_64_FILE= ${LINUXBASE}/usr/lib64/libtasn1.so.3.1.6 > libtasn1_DETECT= ${libtasn1${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-libtasn1_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-libtasn1 >+libtasn1_PORT= ${PORTSDIR}/security/linux${LINUX_BASEPORT_NAME}-libtasn1 > > libtheora_f10_FILE= ${LINUXBASE}/usr/lib/libtheora.so.0.3.3 > libtheora_c6_FILE= ${LINUXBASE}/usr/lib/libtheora.so.0.3.9 >+libtheora_c6_64_FILE= ${LINUXBASE}/usr/lib64/libtheora.so.0.3.9 > libtheora_DETECT= ${libtheora${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-libtheora_PORT= ${PORTSDIR}/multimedia/linux${LINUX_DIST_SUFFIX}-libtheora >+libtheora_PORT= ${PORTSDIR}/multimedia/linux${LINUX_BASEPORT_NAME}-libtheora > > libvorbis_f10_FILE= ${LINUXBASE}/usr/lib/libvorbis.so.0.4.0 > libvorbis_c6_FILE= ${LINUXBASE}/usr/lib/libvorbis.so.0.4.3 >+libvorbis_c6_64_FILE= ${LINUXBASE}/usr/lib64/libvorbis.so.0.4.3 > libvorbis_DETECT= ${libvorbis${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-libvorbis_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-libvorbis >+libvorbis_PORT= ${PORTSDIR}/audio/linux${LINUX_BASEPORT_NAME}-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_c6_64_FILE= ${LINUXBASE}/usr/lib64/libxml2.so.2.7.6 > libxml2_DETECT= ${libxml2${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-libxml2_PORT= ${PORTSDIR}/textproc/linux${LINUX_DIST_SUFFIX}-libxml2 >+libxml2_PORT= ${PORTSDIR}/textproc/linux${LINUX_BASEPORT_NAME}-libxml2 > > mikmod_f10_FILE= ${LINUXBASE}/usr/lib/libmikmod.so.3.0.0 > mikmod_c6_FILE= ${LINUXBASE}/usr/lib/libmikmod.so.3.0.0 >+mikmod_c6_64_FILE= ${LINUXBASE}/usr/lib64/libmikmod.so.3.0.0 > mikmod_DETECT= ${mikmod${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-mikmod_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-mikmod >+mikmod_PORT= ${PORTSDIR}/audio/linux${LINUX_BASEPORT_NAME}-mikmod > > naslibs_f10_FILE= ${LINUXBASE}/usr/lib/libaudio.so.2 > naslibs_c6_FILE= ${LINUXBASE}/usr/lib/libaudio.so.2 >+naslibs_c6_64_FILE= ${LINUXBASE}/usr/lib64/libaudio.so.2 > naslibs_DETECT= ${naslibs${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-naslibs_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-nas-libs >+naslibs_PORT= ${PORTSDIR}/audio/linux${LINUX_BASEPORT_NAME}-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.10.2 >+openldap_c6_64_FILE= ${LINUXBASE}/lib64/libldap-2.4.so.2.10.2 > openldap_DETECT= ${openldap${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-openldap_PORT= ${PORTSDIR}/net/linux${LINUX_DIST_SUFFIX}-openldap >+openldap_PORT= ${PORTSDIR}/net/linux${LINUX_BASEPORT_NAME}-openldap > > openmotif_f10_FILE= ${LINUXBASE}/usr/lib/libXm.so.4 > openmotif_c6_FILE= ${LINUXBASE}/usr/lib/libXm.so.4.0.3 >+openmotif_c6_64_FILE= ${LINUXBASE}/usr/lib64/libXm.so.4.0.3 > openmotif_DETECT= ${openmotif${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-openmotif_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-openmotif >+openmotif_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_BASEPORT_NAME}-openmotif > openmotif_DEPENDS= xorglibs > > ncurses-base_f10_FILE= ${LINUXBASE}/lib/terminfo/a/ansi > ncurses-base_c6_FILE= ${LINUXBASE}/lib/terminfo/a/ansi >+ncurses-base_c6_64_FILE=${LINUXBASE}/lib64/terminfo/a/ansi > ncurses-base_DETECT= ${ncurses-base${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-ncurses-base_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-ncurses-base >+ncurses-base_PORT= ${PORTSDIR}/devel/linux${LINUX_BASEPORT_NAME}-ncurses-base > > nspr_f10_FILE= ${LINUXBASE}/lib/libnspr4.so > nspr_c6_FILE= ${LINUXBASE}/lib/libnspr4.so >+nspr_c6_64_FILE= ${LINUXBASE}/lib64/libnspr4.so > nspr_DETECT= ${nspr${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-nspr_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-nspr >+nspr_PORT= ${PORTSDIR}/devel/linux${LINUX_BASEPORT_NAME}-nspr > > nss_f10_FILE= ${LINUXBASE}/lib/libnss3.so > nss_c6_FILE= ${LINUXBASE}/usr/lib/libnss3.so >+nss_c6_64_FILE= ${LINUXBASE}/usr/lib64/libnss3.so > nss_DETECT= ${nss${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-nss_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-nss >+nss_PORT= ${PORTSDIR}/security/linux${LINUX_BASEPORT_NAME}-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_PORT= ${PORTSDIR}/audio/linux${LINUX_BASEPORT_NAME}-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_c6_64_FILE= ${LINUXBASE}/usr/lib64/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_PORT= ${PORTSDIR}/audio/linux${LINUX_BASEPORT_NAME}-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_c6_64_FILE= ${LINUXBASE}/usr/lib64/libssl.so.10 > openssl_DETECT= ${openssl${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-openssl_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-openssl >+openssl_PORT= ${PORTSDIR}/security/linux${LINUX_BASEPORT_NAME}-openssl > > openssl-compat_c6_FILE= ${LINUXBASE}/usr/lib/libssl.so.0.9.8e >+openssl-compat_c6_64_FILE= ${LINUXBASE}/usr/lib64/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 >+openssl-compat_PORT= ${PORTSDIR}/security/linux${LINUX_BASEPORT_NAME}-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_c6_64_FILE= ${LINUXBASE}/usr/lib64/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_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_BASEPORT_NAME}-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_c6_64_FILE= ${LINUXBASE}/usr/lib64/libpng.so.3.49.0 > png_DETECT= ${png${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-png_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-png >+png_PORT= ${PORTSDIR}/graphics/linux${LINUX_BASEPORT_NAME}-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_c6_64_FILE= ${LINUXBASE}/usr/lib64/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 >+pulseaudio-libs_PORT= ${PORTSDIR}/audio/linux${LINUX_BASEPORT_NAME}-pulseaudio-libs > > qt45_f10_FILE= ${LINUXBASE}/usr/lib/libQtCore.so.4.5.3 > qt45_DETECT= ${qt45${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >@@ -413,81 +466,91 @@ > > 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_c6_64_FILE= ${LINUXBASE}/usr/lib64/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_PORT= ${PORTSDIR}/devel/linux${LINUX_BASEPORT_NAME}-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.4 >+sdlimage_c6_64_FILE= ${LINUXBASE}/usr/lib64/libSDL_image-1.2.so.0.8.4 > sdlimage_DETECT= ${sdlimage${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-sdlimage_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-sdl_image >+sdlimage_PORT= ${PORTSDIR}/graphics/linux${LINUX_BASEPORT_NAME}-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.12.0 >+sdlmixer_c6_64_FILE= ${LINUXBASE}/usr/lib64/libSDL_mixer-1.2.so.0.12.0 > sdlmixer_DETECT= ${sdlmixer${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-sdlmixer_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-sdl_mixer >+sdlmixer_PORT= ${PORTSDIR}/audio/linux${LINUX_BASEPORT_NAME}-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_c6_64_FILE= ${LINUXBASE}/usr/lib64/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_PORT= ${PORTSDIR}/graphics/linux${LINUX_BASEPORT_NAME}-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_PORT= ${PORTSDIR}/textproc/linux${LINUX_BASEPORT_NAME}-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_PORT= ${PORTSDIR}/textproc/linux${LINUX_BASEPORT_NAME}-scim-libs > scimlibs_DEPENDS= gtk2 > > sqlite3_f10_FILE= ${LINUXBASE}/usr/lib/libsqlite3.so.0 > sqlite3_c6_FILE= ${LINUXBASE}/usr/lib/libsqlite3.so.0 >+sqlite3_c6_64_FILE= ${LINUXBASE}/usr/lib64/libsqlite3.so.0 > sqlite3_DETECT= ${sqlite3${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-sqlite3_PORT= ${PORTSDIR}/databases/linux${LINUX_DIST_SUFFIX}-sqlite3 >+sqlite3_PORT= ${PORTSDIR}/databases/linux${LINUX_BASEPORT_NAME}-sqlite3 > > tcl85_f10_FILE= ${LINUXBASE}/usr/lib/libtcl8.5.so > tcl85_c6_FILE= ${LINUXBASE}/usr/lib/libtcl8.5.so >+tcl85_c6_64_FILE= ${LINUXBASE}/usr/lib64/libtcl8.5.so > tcl85_DETECT= ${tcl85${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-tcl85_PORT= ${PORTSDIR}/lang/linux${LINUX_DIST_SUFFIX}-tcl85 >+tcl85_PORT= ${PORTSDIR}/lang/linux${LINUX_BASEPORT_NAME}-tcl85 > > tcp_wrappers-libs_c6_FILE= ${LINUXBASE}/lib/libwrap.so.0 >+tcp_wrappers-libs_c6_64_FILE= ${LINUXBASE}/lib64/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 >+tcp_wrappers-libs_PORT= ${PORTSDIR}/net/linux${LINUX_BASEPORT_NAME}-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_c6_64_FILE= ${LINUXBASE}/usr/lib64/libtiff.so.3.9.4 > tiff_DETECT= ${tiff${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-tiff_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-tiff >+tiff_PORT= ${PORTSDIR}/graphics/linux${LINUX_BASEPORT_NAME}-tiff > tiff_DEPENDS= jpeg > > tk85_f10_FILE= ${LINUXBASE}/usr/lib/libtk8.5.so > tk85_c6_FILE= ${LINUXBASE}/usr/lib/libtk8.5.so >+tk85_c6_64_FILE= ${LINUXBASE}/usr/lib64/libtk8.5.so > tk85_DETECT= ${tk85${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-tk85_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-tk85 >+tk85_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_BASEPORT_NAME}-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_c6_64_FILE= ${LINUXBASE}/usr/lib64/libXrandr.so.2.2.0 > xorglibs_DETECT= ${xorglibs${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-xorglibs_PORT= ${PORTSDIR}/x11/linux${LINUX_DIST_SUFFIX}-xorg-libs >+xorglibs_PORT= ${PORTSDIR}/x11/linux${LINUX_BASEPORT_NAME}-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 >+ucl_PORT= ${PORTSDIR}/archivers/linux${LINUX_BASEPORT_NAME}-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 >+ungif_PORT= ${PORTSDIR}/graphics/linux${LINUX_BASEPORT_NAME}-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_PORT= ${PORTSDIR}/archivers/linux${LINUX_BASEPORT_NAME}-upx > upx_DEPENDS= ucl > > webauth_f10_FILE= ${LOCALBASE}/bin/linux-nvu >@@ -496,16 +559,19 @@ > webauth_DEPENDS= gtk2 atk pango fontconfig > > qt47_c6_FILE= ${LINUXBASE}/usr/lib/qt47/libQtCore.so.4.7.2 >+qt47_c6_64_FILE= ${LINUXBASE}/usr/lib64/qt47/libQtCore.so.4.7.2 > qt47_DETECT= ${qt47${LINUX_DIST_SUFFIX:S/-/_/}_FILE} >-qt47_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-qt47 >+qt47_PORT= ${PORTSDIR}/devel/linux${LINUX_BASEPORT_NAME}-qt47 > > qt47-x11_c6_FILE= ${LINUXBASE}/usr/lib/qt47/libQtGui.so.4.7.2 >+qt47-x11_c6_64_FILE= ${LINUXBASE}/usr/lib64/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-x11_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_BASEPORT_NAME}-qt47-x11 > > qt47-webkit_c6_FILE= ${LINUXBASE}/usr/lib/qt47/libQtWebKit.so.4.7.2 >+qt47-webkit_c6_64_FILE= ${LINUXBASE}/usr/lib64/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 >+qt47-webkit_PORT= ${PORTSDIR}/www/linux${LINUX_BASEPORT_NAME}-qt47-webkit > > # End component definition section > >Index: Mk/bsd.linux-rpm.mk >=================================================================== >diff --git a/head/Mk/bsd.linux-rpm.mk b/head/Mk/bsd.linux-rpm.mk >--- a/head/Mk/bsd.linux-rpm.mk (Revision 393390) >+++ b/head/Mk/bsd.linux-rpm.mk (Arbeitskopie) >@@ -10,6 +10,8 @@ > # LINUX_DIST_VER - Use depends upon the dist-specific presets. > # Valid values for "fedora": all version numbers > # e.g. 10 for fedora 10 >+# Valid values for "centos": all version numbers >+# e.g. 6.6 for centos 6.6 > # This is used to set MASTER_SITE_{,SRC_}SUBDIR > # if it isn't already set. > # MASTER_SITE_SRC_SUBDIR >@@ -42,26 +44,13 @@ > NO_WRKSUBDIR= yes > NO_BUILD= yes > >-. if ${ARCH} == "amd64" || ${ARCH} == "i386" >-. if ${USE_LINUX} == "c6" || ${USE_LINUX} == "yes" # default to CentOS >+. if ${USE_LINUX} == "c6" || ${USE_LINUX} == "yes" # default to CentOS > # Do not build CentOS 6 ports if overridden by f10 >-. if defined(OVERRIDE_LINUX_BASE_PORT) && ${OVERRIDE_LINUX_NONBASE_PORTS} == "f10" >-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" >-# 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 >+. if defined(OVERRIDE_LINUX_BASE_PORT) && ${OVERRIDE_LINUX_NONBASE_PORTS} == "f10" >+IGNORE= This port requires CentOS ${LINUX_DIST_VER}. Please remove OVERRIDE_LINUX_NONBASE_PORTS=f10 in /etc/make.conf. >+. endif >+. endif > >-. elif ${ARCH} == "powerpc" >-LINUX_RPM_ARCH?= ppc >-. endif > .endif > > .if defined(_POSTMKINCLUDED) && !defined(Linux_RPM_Post_Include) >@@ -77,56 +66,41 @@ > LINUX_DIST_VER= 6.6 > .endif > >-. if defined(LINUX_DIST) >+.if defined(LINUX_DIST) > DIST_SUBDIR?= rpm/${LINUX_RPM_ARCH}/${LINUX_DIST}/${LINUX_DIST_VER} > >-. if ${LINUX_DIST} == "fedora" >+. 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 >+. 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 >+. 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.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= /${LINUX_DIST_VER}/os/Source/SPackages/ >-. endif >- >-. else >-MASTER_SITES= http://vault.centos.org/${LINUX_DIST_VER}/os/i386/Packages/ >-. endif >-. endif >- > . endif >+. elif ${LINUX_DIST} == "centos" >+MASTER_SITES?= ${MASTER_SITE_CENTOS_LINUX} ${MASTER_SITE_CENTOS_LINUX_UPDATES} >+MASTER_SITE_SUBDIR?= centos/${LINUX_DIST_VER}/os/${LINUX_REPO_ARCH}/Packages/ \ >+ centos/${LINUX_DIST_VER}/updates/${LINUX_REPO_ARCH}/Packages/ >+. if ${LINUX_DIST_VER} == "5" #needed for Qt... >+LINUX_RPM_ARCH= i386 >+MASTER_SITE_SUBDIR= centos/5/os/i386/Packages/ >+. endif >+. if defined(PACKAGE_BUILDING) >+MASTER_SITES+= http://vault.centos.org/%SUBDIR%/:SOURCE >+MASTER_SITE_SUBDIR+= ${LINUX_DIST_VER}/os/Source/SPackages/:SOURCE >+. 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 >@@ -138,7 +112,7 @@ > DISTNAME?= ${PORTNAME}-${DISTVERSION} > DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} > BIN_DISTFILES:= ${DISTFILES} >-SRC_DISTFILES?= ${DISTNAME}${SRC_SUFX} >+SRC_DISTFILES?= ${DISTNAME}${SRC_SUFX}:SOURCE > EXTRACT_ONLY?= ${BIN_DISTFILES:C/:[^:]+$//} > > . if defined(PACKAGE_BUILDING) >@@ -177,16 +151,21 @@ > . endif > . endif > >+. if ${USE_LINUX} != "f10" >+PLIST= ${MASTERDIR}/pkg-plist.${LINUX_RPM_ARCH} >+. endif >+ > . if defined(AUTOMATIC_PLIST) > >-. if ${USE_LINUX} == "f10" || ${USE_LINUX} == "yes" >+. if ${USE_LINUX} == "f10" > _LINUX_BASE_SUFFIX= f10 >-. elif ${USE_LINUX} == "c6" >-USE_LINUX= c6 >+. elif ${USE_LINUX} == "c6" || ${USE_LINUX} == "yes" > _LINUX_BASE_SUFFIX= c6 >+. elif ${USE_LINUX} == "c6_64 >+_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\" >+IGNORE= uses AUTOMATIC_PLIST with an unsupported USE_LINUX, \"${USE_LINUX}\". Supported values are \"yes\", \"f10\", \"c6\", and \"c6_64\" > . endif > > PLIST?= ${WRKDIR}/.PLIST.linux-rpm >Index: Mk/bsd.port.mk >=================================================================== >diff --git a/head/Mk/bsd.port.mk b/head/Mk/bsd.port.mk >--- a/head/Mk/bsd.port.mk (Revision 393390) >+++ b/head/Mk/bsd.port.mk (Arbeitskopie) >@@ -1719,6 +1719,8 @@ > . if defined(OVERRIDE_LINUX_BASE_PORT) > . if ${USE_LINUX:tl} == yes > USE_LINUX= ${OVERRIDE_LINUX_BASE_PORT} >+. elif ${USE_LINUX} == "c6" && ${OVERRIDE_LINUX_BASE_PORT} == "c6_64" >+USE_LINUX= ${OVERRIDE_LINUX_BASE_PORT} > . endif > . endif > >@@ -1731,11 +1733,26 @@ > . if ${USE_LINUX:tl} == "yes" > USE_LINUX= c6 > LINUX_BASE_PORT= ${LINUXBASE}/etc/redhat-release:${PORTSDIR}/emulators/linux_base-c6 >+. elif ${USE_LINUX} == "c6_64" >+LINUX_BASE_PORT= ${LINUXBASE}/etc/redhat-release:${PORTSDIR}/emulators/linux_base-c6 > . else > IGNORE= cannot be built: there is no emulators/linux_base-${USE_LINUX}, perhaps wrong use of USE_LINUX or OVERRIDE_LINUX_BASE_PORT > . endif > . endif > >+. if ${USE_LINUX} == "c6_64" || (defined(OVERRIDE_LINUX_BASE_PORT) && ${OVERRIDE_LINUX_BASE_PORT} == "c6_64") >+. if ${ARCH} != "amd64" >+IGNORE= Cannot install 64 bit Linux on non-64bit platforms >+. endif >+LINUX_RPM_ARCH?= x86_64 >+LINUX_REPO_ARCH?= x86_64 >+. elif ${USE_LINUX} == "c6" || ${USE_LINUX} == "yes" # default to CentOS >+LINUX_RPM_ARCH?= i686 >+LINUX_REPO_ARCH?= i386 >+. elif ${USE_LINUX} == "f10" >+LINUX_RPM_ARCH?= i386 >+LINUX_REPO_ARCH?= i386 >+. endif > RUN_DEPENDS+= ${LINUX_BASE_PORT} > .endif > >Index: Mk/bsd.sites.mk >=================================================================== >diff --git a/head/Mk/bsd.sites.mk b/head/Mk/bsd.sites.mk >--- a/head/Mk/bsd.sites.mk (Revision 393390) >+++ b/head/Mk/bsd.sites.mk (Arbeitskopie) >@@ -232,23 +232,23 @@ > > .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.6/os/Source/SPackages/ \ > http://mirror.centos.org/%SUBDIR%/ \ >- http://vault.centos.org/%SUBDIR%/ >- >+ http://vault.centos.org/%SUBDIR%/ \ >+ http://mirror.centos.org/centos/${LINUX_DIST_VER}/os/${LINUX_REPO_ARCH}/Packages/ \ >+ http://vault.centos.org/${LINUX_DIST_VER}/os/${LINUX_REPO_ARCH}/Packages/ \ >+ http://vault.centos.org/${LINUX_DIST_VER}/os/Source/SPackages/:SOURCE > .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/${LINUX_DIST_VER}/updates/Source/SPackages/ >+ http://mirror.centos.org/centos/${LINUX_DIST_VER}/updates/${LINUX_REPO_ARCH}/Packages/ \ >+ http://vault.centos.org/${LINUX_DIST_VER}/updates/Source/SPackages/:SOURCE > .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/ >+ http://dl.fedoraproject.org/pub/epel/6/${LINUX_REPO_ARCH}/ \ >+ http://dl.fedoraproject.org/pub/epel/6/SRPMS/:DEFAULT,SOURCE > .endif > > .if !defined(IGNORE_MASTER_SITE_FEDORA_LINUX) >Index: accessibility/linux-c6-atk/distinfo.x86_64 >=================================================================== >diff --git a/head/accessibility/linux-c6-atk/distinfo.x86_64 b/head/accessibility/linux-c6-atk/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/accessibility/linux-c6-atk/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/atk-1.30.0-1.el6.x86_64.rpm) = 0627b9fa757608512a7f7fd0f887717212e58f3d8af8e0ca338af73a38d9b65b >+SIZE (rpm/x86_64/centos/6.6/atk-1.30.0-1.el6.x86_64.rpm) = 200052 >+SHA256 (rpm/x86_64/centos/6.6/atk-1.30.0-1.el6.src.rpm) = fc87523ecb6cb944f9452a9da4385c73346acc3714ea494d3110245c4fbce12a >+SIZE (rpm/x86_64/centos/6.6/atk-1.30.0-1.el6.src.rpm) = 758480 > >Eigenschaftsänderungen: head/accessibility/linux-c6-atk/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: accessibility/linux-c6-atk/pkg-plist >=================================================================== >diff --git a/head/accessibility/linux-c6-atk/pkg-plist b/head/accessibility/linux-c6-atk/pkg-plist >deleted file mode 10644 >--- a/head/accessibility/linux-c6-atk/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,97 +0,0 @@ >-usr/lib/libatk-1.0.so.0 >-usr/lib/libatk-1.0.so.0.3009.1 >-usr/share/doc/atk-1.30.0/AUTHORS >-usr/share/doc/atk-1.30.0/COPYING >-usr/share/doc/atk-1.30.0/NEWS >-usr/share/doc/atk-1.30.0/README >-usr/share/locale/af/LC_MESSAGES/atk10.mo >-usr/share/locale/am/LC_MESSAGES/atk10.mo >-usr/share/locale/ar/LC_MESSAGES/atk10.mo >-usr/share/locale/as/LC_MESSAGES/atk10.mo >-usr/share/locale/ast/LC_MESSAGES/atk10.mo >-usr/share/locale/az/LC_MESSAGES/atk10.mo >-usr/share/locale/be/LC_MESSAGES/atk10.mo >-usr/share/locale/be@latin/LC_MESSAGES/atk10.mo >-usr/share/locale/bg/LC_MESSAGES/atk10.mo >-usr/share/locale/bn/LC_MESSAGES/atk10.mo >-usr/share/locale/bn_IN/LC_MESSAGES/atk10.mo >-usr/share/locale/bs/LC_MESSAGES/atk10.mo >-usr/share/locale/ca/LC_MESSAGES/atk10.mo >-usr/share/locale/ca@valencia/LC_MESSAGES/atk10.mo >-usr/share/locale/cs/LC_MESSAGES/atk10.mo >-usr/share/locale/cy/LC_MESSAGES/atk10.mo >-usr/share/locale/da/LC_MESSAGES/atk10.mo >-usr/share/locale/de/LC_MESSAGES/atk10.mo >-usr/share/locale/dz/LC_MESSAGES/atk10.mo >-usr/share/locale/el/LC_MESSAGES/atk10.mo >-usr/share/locale/en_CA/LC_MESSAGES/atk10.mo >-usr/share/locale/en@shaw/LC_MESSAGES/atk10.mo >-usr/share/locale/en_GB/LC_MESSAGES/atk10.mo >-usr/share/locale/eo/LC_MESSAGES/atk10.mo >-usr/share/locale/es/LC_MESSAGES/atk10.mo >-usr/share/locale/et/LC_MESSAGES/atk10.mo >-usr/share/locale/eu/LC_MESSAGES/atk10.mo >-usr/share/locale/fa/LC_MESSAGES/atk10.mo >-usr/share/locale/fi/LC_MESSAGES/atk10.mo >-usr/share/locale/fr/LC_MESSAGES/atk10.mo >-usr/share/locale/ga/LC_MESSAGES/atk10.mo >-usr/share/locale/gl/LC_MESSAGES/atk10.mo >-usr/share/locale/gu/LC_MESSAGES/atk10.mo >-usr/share/locale/he/LC_MESSAGES/atk10.mo >-usr/share/locale/hi/LC_MESSAGES/atk10.mo >-usr/share/locale/hr/LC_MESSAGES/atk10.mo >-usr/share/locale/hu/LC_MESSAGES/atk10.mo >-usr/share/locale/id/LC_MESSAGES/atk10.mo >-usr/share/locale/is/LC_MESSAGES/atk10.mo >-usr/share/locale/it/LC_MESSAGES/atk10.mo >-usr/share/locale/ja/LC_MESSAGES/atk10.mo >-usr/share/locale/ka/LC_MESSAGES/atk10.mo >-usr/share/locale/kn/LC_MESSAGES/atk10.mo >-usr/share/locale/ko/LC_MESSAGES/atk10.mo >-usr/share/locale/ku/LC_MESSAGES/atk10.mo >-usr/share/locale/li/LC_MESSAGES/atk10.mo >-usr/share/locale/lt/LC_MESSAGES/atk10.mo >-usr/share/locale/lv/LC_MESSAGES/atk10.mo >-usr/share/locale/mai/LC_MESSAGES/atk10.mo >-usr/share/locale/mk/LC_MESSAGES/atk10.mo >-usr/share/locale/ml/LC_MESSAGES/atk10.mo >-usr/share/locale/mn/LC_MESSAGES/atk10.mo >-usr/share/locale/mr/LC_MESSAGES/atk10.mo >-usr/share/locale/ms/LC_MESSAGES/atk10.mo >-usr/share/locale/nb/LC_MESSAGES/atk10.mo >-usr/share/locale/ne/LC_MESSAGES/atk10.mo >-usr/share/locale/nl/LC_MESSAGES/atk10.mo >-usr/share/locale/nn/LC_MESSAGES/atk10.mo >-usr/share/locale/oc/LC_MESSAGES/atk10.mo >-usr/share/locale/or/LC_MESSAGES/atk10.mo >-usr/share/locale/pa/LC_MESSAGES/atk10.mo >-usr/share/locale/pl/LC_MESSAGES/atk10.mo >-usr/share/locale/ps/LC_MESSAGES/atk10.mo >-usr/share/locale/pt/LC_MESSAGES/atk10.mo >-usr/share/locale/pt_BR/LC_MESSAGES/atk10.mo >-usr/share/locale/ro/LC_MESSAGES/atk10.mo >-usr/share/locale/ru/LC_MESSAGES/atk10.mo >-usr/share/locale/rw/LC_MESSAGES/atk10.mo >-usr/share/locale/si/LC_MESSAGES/atk10.mo >-usr/share/locale/sk/LC_MESSAGES/atk10.mo >-usr/share/locale/sl/LC_MESSAGES/atk10.mo >-usr/share/locale/sq/LC_MESSAGES/atk10.mo >-usr/share/locale/sr/LC_MESSAGES/atk10.mo >-usr/share/locale/sr@ije/LC_MESSAGES/atk10.mo >-usr/share/locale/sr@latin/LC_MESSAGES/atk10.mo >-usr/share/locale/sv/LC_MESSAGES/atk10.mo >-usr/share/locale/ta/LC_MESSAGES/atk10.mo >-usr/share/locale/te/LC_MESSAGES/atk10.mo >-usr/share/locale/th/LC_MESSAGES/atk10.mo >-usr/share/locale/tk/LC_MESSAGES/atk10.mo >-usr/share/locale/tr/LC_MESSAGES/atk10.mo >-usr/share/locale/tt/LC_MESSAGES/atk10.mo >-usr/share/locale/ug/LC_MESSAGES/atk10.mo >-usr/share/locale/uk/LC_MESSAGES/atk10.mo >-usr/share/locale/vi/LC_MESSAGES/atk10.mo >-usr/share/locale/wa/LC_MESSAGES/atk10.mo >-usr/share/locale/xh/LC_MESSAGES/atk10.mo >-usr/share/locale/yi/LC_MESSAGES/atk10.mo >-usr/share/locale/zh_CN/LC_MESSAGES/atk10.mo >-usr/share/locale/zh_HK/LC_MESSAGES/atk10.mo >-usr/share/locale/zh_TW/LC_MESSAGES/atk10.mo >Index: accessibility/linux-c6-atk/pkg-plist.i686 >=================================================================== >diff --git a/head/accessibility/linux-c6-atk/pkg-plist b/head/accessibility/linux-c6-atk/pkg-plist.i686 >copy from head/accessibility/linux-c6-atk/pkg-plist@392922 >copy to head/accessibility/linux-c6-atk/pkg-plist.i686 >Index: accessibility/linux-c6-atk/pkg-plist.x86_64 >=================================================================== >diff --git a/head/accessibility/linux-c6-atk/pkg-plist.x86_64 b/head/accessibility/linux-c6-atk/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/accessibility/linux-c6-atk/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,97 @@ >+usr/lib64/libatk-1.0.so.0 >+usr/lib64/libatk-1.0.so.0.3009.1 >+usr/share/doc/atk-1.30.0/AUTHORS >+usr/share/doc/atk-1.30.0/COPYING >+usr/share/doc/atk-1.30.0/NEWS >+usr/share/doc/atk-1.30.0/README >+usr/share/locale/af/LC_MESSAGES/atk10.mo >+usr/share/locale/am/LC_MESSAGES/atk10.mo >+usr/share/locale/ar/LC_MESSAGES/atk10.mo >+usr/share/locale/as/LC_MESSAGES/atk10.mo >+usr/share/locale/ast/LC_MESSAGES/atk10.mo >+usr/share/locale/az/LC_MESSAGES/atk10.mo >+usr/share/locale/be/LC_MESSAGES/atk10.mo >+usr/share/locale/be@latin/LC_MESSAGES/atk10.mo >+usr/share/locale/bg/LC_MESSAGES/atk10.mo >+usr/share/locale/bn/LC_MESSAGES/atk10.mo >+usr/share/locale/bn_IN/LC_MESSAGES/atk10.mo >+usr/share/locale/bs/LC_MESSAGES/atk10.mo >+usr/share/locale/ca/LC_MESSAGES/atk10.mo >+usr/share/locale/ca@valencia/LC_MESSAGES/atk10.mo >+usr/share/locale/cs/LC_MESSAGES/atk10.mo >+usr/share/locale/cy/LC_MESSAGES/atk10.mo >+usr/share/locale/da/LC_MESSAGES/atk10.mo >+usr/share/locale/de/LC_MESSAGES/atk10.mo >+usr/share/locale/dz/LC_MESSAGES/atk10.mo >+usr/share/locale/el/LC_MESSAGES/atk10.mo >+usr/share/locale/en_CA/LC_MESSAGES/atk10.mo >+usr/share/locale/en@shaw/LC_MESSAGES/atk10.mo >+usr/share/locale/en_GB/LC_MESSAGES/atk10.mo >+usr/share/locale/eo/LC_MESSAGES/atk10.mo >+usr/share/locale/es/LC_MESSAGES/atk10.mo >+usr/share/locale/et/LC_MESSAGES/atk10.mo >+usr/share/locale/eu/LC_MESSAGES/atk10.mo >+usr/share/locale/fa/LC_MESSAGES/atk10.mo >+usr/share/locale/fi/LC_MESSAGES/atk10.mo >+usr/share/locale/fr/LC_MESSAGES/atk10.mo >+usr/share/locale/ga/LC_MESSAGES/atk10.mo >+usr/share/locale/gl/LC_MESSAGES/atk10.mo >+usr/share/locale/gu/LC_MESSAGES/atk10.mo >+usr/share/locale/he/LC_MESSAGES/atk10.mo >+usr/share/locale/hi/LC_MESSAGES/atk10.mo >+usr/share/locale/hr/LC_MESSAGES/atk10.mo >+usr/share/locale/hu/LC_MESSAGES/atk10.mo >+usr/share/locale/id/LC_MESSAGES/atk10.mo >+usr/share/locale/is/LC_MESSAGES/atk10.mo >+usr/share/locale/it/LC_MESSAGES/atk10.mo >+usr/share/locale/ja/LC_MESSAGES/atk10.mo >+usr/share/locale/ka/LC_MESSAGES/atk10.mo >+usr/share/locale/kn/LC_MESSAGES/atk10.mo >+usr/share/locale/ko/LC_MESSAGES/atk10.mo >+usr/share/locale/ku/LC_MESSAGES/atk10.mo >+usr/share/locale/li/LC_MESSAGES/atk10.mo >+usr/share/locale/lt/LC_MESSAGES/atk10.mo >+usr/share/locale/lv/LC_MESSAGES/atk10.mo >+usr/share/locale/mai/LC_MESSAGES/atk10.mo >+usr/share/locale/mk/LC_MESSAGES/atk10.mo >+usr/share/locale/ml/LC_MESSAGES/atk10.mo >+usr/share/locale/mn/LC_MESSAGES/atk10.mo >+usr/share/locale/mr/LC_MESSAGES/atk10.mo >+usr/share/locale/ms/LC_MESSAGES/atk10.mo >+usr/share/locale/nb/LC_MESSAGES/atk10.mo >+usr/share/locale/ne/LC_MESSAGES/atk10.mo >+usr/share/locale/nl/LC_MESSAGES/atk10.mo >+usr/share/locale/nn/LC_MESSAGES/atk10.mo >+usr/share/locale/oc/LC_MESSAGES/atk10.mo >+usr/share/locale/or/LC_MESSAGES/atk10.mo >+usr/share/locale/pa/LC_MESSAGES/atk10.mo >+usr/share/locale/pl/LC_MESSAGES/atk10.mo >+usr/share/locale/ps/LC_MESSAGES/atk10.mo >+usr/share/locale/pt/LC_MESSAGES/atk10.mo >+usr/share/locale/pt_BR/LC_MESSAGES/atk10.mo >+usr/share/locale/ro/LC_MESSAGES/atk10.mo >+usr/share/locale/ru/LC_MESSAGES/atk10.mo >+usr/share/locale/rw/LC_MESSAGES/atk10.mo >+usr/share/locale/si/LC_MESSAGES/atk10.mo >+usr/share/locale/sk/LC_MESSAGES/atk10.mo >+usr/share/locale/sl/LC_MESSAGES/atk10.mo >+usr/share/locale/sq/LC_MESSAGES/atk10.mo >+usr/share/locale/sr/LC_MESSAGES/atk10.mo >+usr/share/locale/sr@ije/LC_MESSAGES/atk10.mo >+usr/share/locale/sr@latin/LC_MESSAGES/atk10.mo >+usr/share/locale/sv/LC_MESSAGES/atk10.mo >+usr/share/locale/ta/LC_MESSAGES/atk10.mo >+usr/share/locale/te/LC_MESSAGES/atk10.mo >+usr/share/locale/th/LC_MESSAGES/atk10.mo >+usr/share/locale/tk/LC_MESSAGES/atk10.mo >+usr/share/locale/tr/LC_MESSAGES/atk10.mo >+usr/share/locale/tt/LC_MESSAGES/atk10.mo >+usr/share/locale/ug/LC_MESSAGES/atk10.mo >+usr/share/locale/uk/LC_MESSAGES/atk10.mo >+usr/share/locale/vi/LC_MESSAGES/atk10.mo >+usr/share/locale/wa/LC_MESSAGES/atk10.mo >+usr/share/locale/xh/LC_MESSAGES/atk10.mo >+usr/share/locale/yi/LC_MESSAGES/atk10.mo >+usr/share/locale/zh_CN/LC_MESSAGES/atk10.mo >+usr/share/locale/zh_HK/LC_MESSAGES/atk10.mo >+usr/share/locale/zh_TW/LC_MESSAGES/atk10.mo > >Eigenschaftsänderungen: head/accessibility/linux-c6-atk/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-alsa-lib/Makefile >=================================================================== >diff --git a/head/audio/linux-c6-alsa-lib/Makefile b/head/audio/linux-c6-alsa-lib/Makefile >--- a/head/audio/linux-c6-alsa-lib/Makefile (Revision 393390) >+++ b/head/audio/linux-c6-alsa-lib/Makefile (Arbeitskopie) >@@ -34,5 +34,8 @@ > ${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 >+ ${RM} ${STAGEDIR}${PREFIX}/usr/lib64/alsa-lib/smixer/smixer-ac97.la >+ ${RM} ${STAGEDIR}${PREFIX}/usr/lib64/alsa-lib/smixer/smixer-hda.la >+ ${RM} ${STAGEDIR}${PREFIX}/usr/lib64/alsa-lib/smixer/smixer-sbase.la > > .include <bsd.port.mk> >Index: audio/linux-c6-alsa-lib/distinfo.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-alsa-lib/distinfo.x86_64 b/head/audio/linux-c6-alsa-lib/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-alsa-lib/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/alsa-lib-1.0.22-3.el6.x86_64.rpm) = 921f9aa4d5d677233b2c25db3ffb7e883279ec0b5bafef24c706844bf9a66870 >+SIZE (rpm/x86_64/centos/6.6/alsa-lib-1.0.22-3.el6.x86_64.rpm) = 379052 >+SHA256 (rpm/x86_64/centos/6.6/alsa-lib-1.0.22-3.el6.src.rpm) = f2415ca52513095fffde190840a1f2bd7873870767250298ad116a9e57082dec >+SIZE (rpm/x86_64/centos/6.6/alsa-lib-1.0.22-3.el6.src.rpm) = 865098 > >Eigenschaftsänderungen: head/audio/linux-c6-alsa-lib/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-alsa-lib/pkg-plist >=================================================================== >diff --git a/head/audio/linux-c6-alsa-lib/pkg-plist b/head/audio/linux-c6-alsa-lib/pkg-plist >deleted file mode 10644 >--- a/head/audio/linux-c6-alsa-lib/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,86 +0,0 @@ >-@comment file listing >-etc/asound.conf >-lib/libasound.so.2 >-lib/libasound.so.2.0.0 >-usr/bin/aserver >-usr/lib/alsa-lib/smixer/smixer-ac97.so >-usr/lib/alsa-lib/smixer/smixer-hda.so >-usr/lib/alsa-lib/smixer/smixer-sbase.so >-usr/share/alsa/alsa.conf >-usr/share/alsa/cards/AACI.conf >-usr/share/alsa/cards/ATIIXP-MODEM.conf >-usr/share/alsa/cards/ATIIXP-SPDMA.conf >-usr/share/alsa/cards/ATIIXP.conf >-usr/share/alsa/cards/AU8810.conf >-usr/share/alsa/cards/AU8820.conf >-usr/share/alsa/cards/AU8830.conf >-usr/share/alsa/cards/Audigy.conf >-usr/share/alsa/cards/Audigy2.conf >-usr/share/alsa/cards/Aureon51.conf >-usr/share/alsa/cards/Aureon71.conf >-usr/share/alsa/cards/CA0106.conf >-usr/share/alsa/cards/CMI8338-SWIEC.conf >-usr/share/alsa/cards/CMI8338.conf >-usr/share/alsa/cards/CMI8738-MC6.conf >-usr/share/alsa/cards/CMI8738-MC8.conf >-usr/share/alsa/cards/CMI8788.conf >-usr/share/alsa/cards/CS46xx.conf >-usr/share/alsa/cards/EMU10K1.conf >-usr/share/alsa/cards/EMU10K1X.conf >-usr/share/alsa/cards/ENS1370.conf >-usr/share/alsa/cards/ENS1371.conf >-usr/share/alsa/cards/ES1968.conf >-usr/share/alsa/cards/FM801.conf >-usr/share/alsa/cards/GUS.conf >-usr/share/alsa/cards/HDA-Intel.conf >-usr/share/alsa/cards/ICE1712.conf >-usr/share/alsa/cards/ICE1724.conf >-usr/share/alsa/cards/ICH-MODEM.conf >-usr/share/alsa/cards/ICH.conf >-usr/share/alsa/cards/ICH4.conf >-usr/share/alsa/cards/Maestro3.conf >-usr/share/alsa/cards/NFORCE.conf >-usr/share/alsa/cards/PC-Speaker.conf >-usr/share/alsa/cards/PMac.conf >-usr/share/alsa/cards/PMacToonie.conf >-usr/share/alsa/cards/PS3.conf >-usr/share/alsa/cards/RME9636.conf >-usr/share/alsa/cards/RME9652.conf >-usr/share/alsa/cards/SB-XFi.conf >-usr/share/alsa/cards/SI7018.conf >-usr/share/alsa/cards/SI7018/sndoc-mixer.alisp >-usr/share/alsa/cards/SI7018/sndop-mixer.alisp >-usr/share/alsa/cards/TRID4DWAVENX.conf >-usr/share/alsa/cards/USB-Audio.conf >-usr/share/alsa/cards/VIA686A.conf >-usr/share/alsa/cards/VIA8233.conf >-usr/share/alsa/cards/VIA8233A.conf >-usr/share/alsa/cards/VIA8237.conf >-usr/share/alsa/cards/VX222.conf >-usr/share/alsa/cards/VXPocket.conf >-usr/share/alsa/cards/VXPocket440.conf >-usr/share/alsa/cards/YMF744.conf >-usr/share/alsa/cards/aliases.alisp >-usr/share/alsa/cards/aliases.conf >-usr/share/alsa/pcm/center_lfe.conf >-usr/share/alsa/pcm/default.conf >-usr/share/alsa/pcm/dmix.conf >-usr/share/alsa/pcm/dpl.conf >-usr/share/alsa/pcm/dsnoop.conf >-usr/share/alsa/pcm/front.conf >-usr/share/alsa/pcm/hdmi.conf >-usr/share/alsa/pcm/iec958.conf >-usr/share/alsa/pcm/modem.conf >-usr/share/alsa/pcm/rear.conf >-usr/share/alsa/pcm/side.conf >-usr/share/alsa/pcm/surround40.conf >-usr/share/alsa/pcm/surround41.conf >-usr/share/alsa/pcm/surround50.conf >-usr/share/alsa/pcm/surround51.conf >-usr/share/alsa/pcm/surround71.conf >-usr/share/alsa/smixer.conf >-usr/share/alsa/sndo-mixer.alisp >-usr/share/doc/alsa-lib-1.0.22/COPYING >-usr/share/doc/alsa-lib-1.0.22/ChangeLog >-usr/share/doc/alsa-lib-1.0.22/TODO >-usr/share/doc/alsa-lib-1.0.22/asoundrc.txt >Index: audio/linux-c6-alsa-lib/pkg-plist.i686 >=================================================================== >diff --git a/head/audio/linux-c6-alsa-lib/pkg-plist b/head/audio/linux-c6-alsa-lib/pkg-plist.i686 >copy from head/audio/linux-c6-alsa-lib/pkg-plist@392922 >copy to head/audio/linux-c6-alsa-lib/pkg-plist.i686 >Index: audio/linux-c6-alsa-lib/pkg-plist.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-alsa-lib/pkg-plist.x86_64 b/head/audio/linux-c6-alsa-lib/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-alsa-lib/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,86 @@ >+@comment file listing >+etc/asound.conf >+lib64/libasound.so.2 >+lib64/libasound.so.2.0.0 >+usr/bin/aserver >+usr/lib64/alsa-lib/smixer/smixer-ac97.so >+usr/lib64/alsa-lib/smixer/smixer-hda.so >+usr/lib64/alsa-lib/smixer/smixer-sbase.so >+usr/share/alsa/alsa.conf >+usr/share/alsa/cards/AACI.conf >+usr/share/alsa/cards/ATIIXP-MODEM.conf >+usr/share/alsa/cards/ATIIXP-SPDMA.conf >+usr/share/alsa/cards/ATIIXP.conf >+usr/share/alsa/cards/AU8810.conf >+usr/share/alsa/cards/AU8820.conf >+usr/share/alsa/cards/AU8830.conf >+usr/share/alsa/cards/Audigy.conf >+usr/share/alsa/cards/Audigy2.conf >+usr/share/alsa/cards/Aureon51.conf >+usr/share/alsa/cards/Aureon71.conf >+usr/share/alsa/cards/CA0106.conf >+usr/share/alsa/cards/CMI8338-SWIEC.conf >+usr/share/alsa/cards/CMI8338.conf >+usr/share/alsa/cards/CMI8738-MC6.conf >+usr/share/alsa/cards/CMI8738-MC8.conf >+usr/share/alsa/cards/CMI8788.conf >+usr/share/alsa/cards/CS46xx.conf >+usr/share/alsa/cards/EMU10K1.conf >+usr/share/alsa/cards/EMU10K1X.conf >+usr/share/alsa/cards/ENS1370.conf >+usr/share/alsa/cards/ENS1371.conf >+usr/share/alsa/cards/ES1968.conf >+usr/share/alsa/cards/FM801.conf >+usr/share/alsa/cards/GUS.conf >+usr/share/alsa/cards/HDA-Intel.conf >+usr/share/alsa/cards/ICE1712.conf >+usr/share/alsa/cards/ICE1724.conf >+usr/share/alsa/cards/ICH-MODEM.conf >+usr/share/alsa/cards/ICH.conf >+usr/share/alsa/cards/ICH4.conf >+usr/share/alsa/cards/Maestro3.conf >+usr/share/alsa/cards/NFORCE.conf >+usr/share/alsa/cards/PC-Speaker.conf >+usr/share/alsa/cards/PMac.conf >+usr/share/alsa/cards/PMacToonie.conf >+usr/share/alsa/cards/PS3.conf >+usr/share/alsa/cards/RME9636.conf >+usr/share/alsa/cards/RME9652.conf >+usr/share/alsa/cards/SB-XFi.conf >+usr/share/alsa/cards/SI7018.conf >+usr/share/alsa/cards/SI7018/sndoc-mixer.alisp >+usr/share/alsa/cards/SI7018/sndop-mixer.alisp >+usr/share/alsa/cards/TRID4DWAVENX.conf >+usr/share/alsa/cards/USB-Audio.conf >+usr/share/alsa/cards/VIA686A.conf >+usr/share/alsa/cards/VIA8233.conf >+usr/share/alsa/cards/VIA8233A.conf >+usr/share/alsa/cards/VIA8237.conf >+usr/share/alsa/cards/VX222.conf >+usr/share/alsa/cards/VXPocket.conf >+usr/share/alsa/cards/VXPocket440.conf >+usr/share/alsa/cards/YMF744.conf >+usr/share/alsa/cards/aliases.alisp >+usr/share/alsa/cards/aliases.conf >+usr/share/alsa/pcm/center_lfe.conf >+usr/share/alsa/pcm/default.conf >+usr/share/alsa/pcm/dmix.conf >+usr/share/alsa/pcm/dpl.conf >+usr/share/alsa/pcm/dsnoop.conf >+usr/share/alsa/pcm/front.conf >+usr/share/alsa/pcm/hdmi.conf >+usr/share/alsa/pcm/iec958.conf >+usr/share/alsa/pcm/modem.conf >+usr/share/alsa/pcm/rear.conf >+usr/share/alsa/pcm/side.conf >+usr/share/alsa/pcm/surround40.conf >+usr/share/alsa/pcm/surround41.conf >+usr/share/alsa/pcm/surround50.conf >+usr/share/alsa/pcm/surround51.conf >+usr/share/alsa/pcm/surround71.conf >+usr/share/alsa/smixer.conf >+usr/share/alsa/sndo-mixer.alisp >+usr/share/doc/alsa-lib-1.0.22/COPYING >+usr/share/doc/alsa-lib-1.0.22/ChangeLog >+usr/share/doc/alsa-lib-1.0.22/TODO >+usr/share/doc/alsa-lib-1.0.22/asoundrc.txt > >Eigenschaftsänderungen: head/audio/linux-c6-alsa-lib/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-alsa-plugins-oss/Makefile >=================================================================== >diff --git a/head/audio/linux-c6-alsa-plugins-oss/Makefile b/head/audio/linux-c6-alsa-plugins-oss/Makefile >--- a/head/audio/linux-c6-alsa-plugins-oss/Makefile (Revision 393390) >+++ b/head/audio/linux-c6-alsa-plugins-oss/Makefile (Arbeitskopie) >@@ -15,7 +15,7 @@ > CONFLICTS= linux-f10-alsa-plugins-oss-[0-9]* > > .if defined(PACKAGE_BUILDING) >-SRC_DISTFILES= alsa-plugins-1.0.21-3.el6.src.rpm >+SRC_DISTFILES= alsa-plugins-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE > .endif > > ONLY_FOR_ARCHS= i386 amd64 >Index: audio/linux-c6-alsa-plugins-oss/distinfo.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-alsa-plugins-oss/distinfo.x86_64 b/head/audio/linux-c6-alsa-plugins-oss/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-alsa-plugins-oss/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/alsa-plugins-oss-1.0.21-3.el6.x86_64.rpm) = 4596288975ced8f80aeca78e64a0ebe0b3181267676efcdb248dea29a7ffcb59 >+SIZE (rpm/x86_64/centos/6.6/alsa-plugins-oss-1.0.21-3.el6.x86_64.rpm) = 29016 >+SHA256 (rpm/x86_64/centos/6.6/alsa-plugins-1.0.21-3.el6.src.rpm) = ef92534d1459f389f7a69176760f6247981b70c864aa4ae9bfe0565b4e7bd0e6 >+SIZE (rpm/x86_64/centos/6.6/alsa-plugins-1.0.21-3.el6.src.rpm) = 340131 > >Eigenschaftsänderungen: head/audio/linux-c6-alsa-plugins-oss/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-alsa-plugins-oss/pkg-plist >=================================================================== >diff --git a/head/audio/linux-c6-alsa-plugins-oss/pkg-plist b/head/audio/linux-c6-alsa-plugins-oss/pkg-plist >deleted file mode 10644 >--- a/head/audio/linux-c6-alsa-plugins-oss/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,5 +0,0 @@ >-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 >Index: audio/linux-c6-alsa-plugins-oss/pkg-plist.i686 >=================================================================== >diff --git a/head/audio/linux-c6-alsa-plugins-oss/pkg-plist b/head/audio/linux-c6-alsa-plugins-oss/pkg-plist.i686 >copy from head/audio/linux-c6-alsa-plugins-oss/pkg-plist@392922 >copy to head/audio/linux-c6-alsa-plugins-oss/pkg-plist.i686 >Index: audio/linux-c6-alsa-plugins-oss/pkg-plist.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-alsa-plugins-oss/pkg-plist.x86_64 b/head/audio/linux-c6-alsa-plugins-oss/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-alsa-plugins-oss/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,5 @@ >+usr/lib64/alsa-lib/libasound_module_ctl_oss.so >+usr/lib64/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 > >Eigenschaftsänderungen: head/audio/linux-c6-alsa-plugins-oss/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-alsa-plugins-pulseaudio/Makefile >=================================================================== >diff --git a/head/audio/linux-c6-alsa-plugins-pulseaudio/Makefile b/head/audio/linux-c6-alsa-plugins-pulseaudio/Makefile >--- a/head/audio/linux-c6-alsa-plugins-pulseaudio/Makefile (Revision 393390) >+++ b/head/audio/linux-c6-alsa-plugins-pulseaudio/Makefile (Arbeitskopie) >@@ -15,7 +15,7 @@ > CONFLICTS= linux-f10-alsa-plugins-pulseaudio-[0-9]* > > .if defined(PACKAGE_BUILDING) >-SRC_DISTFILES= alsa-plugins-1.0.21-3.el6.src.rpm >+SRC_DISTFILES= alsa-plugins-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE > .endif > > ONLY_FOR_ARCHS= i386 amd64 >Index: audio/linux-c6-alsa-plugins-pulseaudio/distinfo.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-alsa-plugins-pulseaudio/distinfo.x86_64 b/head/audio/linux-c6-alsa-plugins-pulseaudio/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-alsa-plugins-pulseaudio/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/alsa-plugins-pulseaudio-1.0.21-3.el6.x86_64.rpm) = 070122ab7aa8fb95cf70a9dd3f7df969c2ba8963638b7bebbd08a3e0b71fc324 >+SIZE (rpm/x86_64/centos/6.6/alsa-plugins-pulseaudio-1.0.21-3.el6.x86_64.rpm) = 35836 >+SHA256 (rpm/x86_64/centos/6.6/alsa-plugins-1.0.21-3.el6.src.rpm) = ef92534d1459f389f7a69176760f6247981b70c864aa4ae9bfe0565b4e7bd0e6 >+SIZE (rpm/x86_64/centos/6.6/alsa-plugins-1.0.21-3.el6.src.rpm) = 340131 > >Eigenschaftsänderungen: head/audio/linux-c6-alsa-plugins-pulseaudio/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-alsa-plugins-pulseaudio/pkg-plist >=================================================================== >diff --git a/head/audio/linux-c6-alsa-plugins-pulseaudio/pkg-plist b/head/audio/linux-c6-alsa-plugins-pulseaudio/pkg-plist >deleted file mode 10644 >--- a/head/audio/linux-c6-alsa-plugins-pulseaudio/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,6 +0,0 @@ >-usr/lib/alsa-lib/libasound_module_conf_pulse.so >-usr/lib/alsa-lib/libasound_module_ctl_pulse.so >-usr/lib/alsa-lib/libasound_module_pcm_pulse.so >-%%PORTDOCS%%usr/%%DOCSDIR%%-1.0.21/COPYING >-%%PORTDOCS%%usr/%%DOCSDIR%%-1.0.21/COPYING.GPL >-%%PORTDOCS%%usr/%%DOCSDIR%%-1.0.21/README-pulse >Index: audio/linux-c6-alsa-plugins-pulseaudio/pkg-plist.i686 >=================================================================== >diff --git a/head/audio/linux-c6-alsa-plugins-pulseaudio/pkg-plist b/head/audio/linux-c6-alsa-plugins-pulseaudio/pkg-plist.i686 >copy from head/audio/linux-c6-alsa-plugins-pulseaudio/pkg-plist@392922 >copy to head/audio/linux-c6-alsa-plugins-pulseaudio/pkg-plist.i686 >Index: audio/linux-c6-alsa-plugins-pulseaudio/pkg-plist.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-alsa-plugins-pulseaudio/pkg-plist.x86_64 b/head/audio/linux-c6-alsa-plugins-pulseaudio/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-alsa-plugins-pulseaudio/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,6 @@ >+usr/lib64/alsa-lib/libasound_module_conf_pulse.so >+usr/lib64/alsa-lib/libasound_module_ctl_pulse.so >+usr/lib64/alsa-lib/libasound_module_pcm_pulse.so >+%%PORTDOCS%%usr/%%DOCSDIR%%-1.0.21/COPYING >+%%PORTDOCS%%usr/%%DOCSDIR%%-1.0.21/COPYING.GPL >+%%PORTDOCS%%usr/%%DOCSDIR%%-1.0.21/README-pulse > >Eigenschaftsänderungen: head/audio/linux-c6-alsa-plugins-pulseaudio/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-alsa-utils/distinfo.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-alsa-utils/distinfo.x86_64 b/head/audio/linux-c6-alsa-utils/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-alsa-utils/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/alsa-utils-1.0.22-9.el6_6.x86_64.rpm) = 8439282442202c10c2900a4032b18816cde9ad47870687cb52c8dca3d508b026 >+SIZE (rpm/x86_64/centos/6.6/alsa-utils-1.0.22-9.el6_6.x86_64.rpm) = 2058420 >+SHA256 (rpm/x86_64/centos/6.6/alsa-utils-1.0.22-9.el6_6.src.rpm) = 414c3cce6053a45a0f0257d1913bf10e562b9f7533ae694442c167756ea9b235 >+SIZE (rpm/x86_64/centos/6.6/alsa-utils-1.0.22-9.el6_6.src.rpm) = 5565216 > >Eigenschaftsänderungen: head/audio/linux-c6-alsa-utils/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-alsa-utils/pkg-plist >=================================================================== >diff --git a/head/audio/linux-c6-alsa-utils/pkg-plist b/head/audio/linux-c6-alsa-utils/pkg-plist >deleted file mode 10644 >--- a/head/audio/linux-c6-alsa-utils/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,59 +0,0 @@ >-bin/alsaunmute >-etc/alsa/alsactl.conf >-etc/udev/rules.d/90-alsa.rules >-lib/alsa/init/00main >-lib/alsa/init/default >-lib/alsa/init/hda >-lib/alsa/init/help >-lib/alsa/init/info >-lib/alsa/init/test >-sbin/alsactl >-usr/bin/aconnect >-usr/bin/alsa-info >-usr/bin/alsa-info.sh >-usr/bin/alsaloop >-usr/bin/alsamixer >-usr/bin/amidi >-usr/bin/amixer >-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/alsa-delay >-usr/sbin/alsactl >-usr/share/alsa/init >-usr/share/alsa/speaker-test/sample_map.csv >-usr/share/doc/alsa-utils-1.0.22/COPYING >-usr/share/doc/alsa-utils-1.0.22/ChangeLog >-usr/share/doc/alsa-utils-1.0.22/README >-usr/share/doc/alsa-utils-1.0.22/TODO >-usr/share/locale/de/LC_MESSAGES/alsa-utils.mo >-usr/share/locale/ja/LC_MESSAGES/alsa-utils.mo >-usr/share/man/man1/aconnect.1.gz >-usr/share/man/man1/alsactl.1.gz >-usr/share/man/man1/alsaloop.1.gz >-usr/share/man/man1/alsamixer.1.gz >-usr/share/man/man1/amidi.1.gz >-usr/share/man/man1/amixer.1.gz >-usr/share/man/man1/aplay.1.gz >-usr/share/man/man1/aplaymidi.1.gz >-usr/share/man/man1/arecord.1.gz >-usr/share/man/man1/arecordmidi.1.gz >-usr/share/man/man1/aseqdump.1.gz >-usr/share/man/man1/aseqnet.1.gz >-usr/share/man/man1/iecset.1.gz >-usr/share/man/man1/speaker-test.1.gz >-usr/share/man/man7/alsactl_init.7.gz >-usr/share/sounds/alsa/Front_Center.wav >-usr/share/sounds/alsa/Front_Left.wav >-usr/share/sounds/alsa/Front_Right.wav >-usr/share/sounds/alsa/Noise.wav >-usr/share/sounds/alsa/Rear_Center.wav >-usr/share/sounds/alsa/Rear_Left.wav >-usr/share/sounds/alsa/Rear_Right.wav >-usr/share/sounds/alsa/Side_Left.wav >-usr/share/sounds/alsa/Side_Right.wav >Index: audio/linux-c6-alsa-utils/pkg-plist.i686 >=================================================================== >diff --git a/head/audio/linux-c6-alsa-utils/pkg-plist b/head/audio/linux-c6-alsa-utils/pkg-plist.i686 >copy from head/audio/linux-c6-alsa-utils/pkg-plist@392922 >copy to head/audio/linux-c6-alsa-utils/pkg-plist.i686 >Index: audio/linux-c6-alsa-utils/pkg-plist.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-alsa-utils/pkg-plist.x86_64 b/head/audio/linux-c6-alsa-utils/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-alsa-utils/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,59 @@ >+bin/alsaunmute >+etc/alsa/alsactl.conf >+etc/udev/rules.d/90-alsa.rules >+lib/alsa/init/00main >+lib/alsa/init/default >+lib/alsa/init/hda >+lib/alsa/init/help >+lib/alsa/init/info >+lib/alsa/init/test >+sbin/alsactl >+usr/bin/aconnect >+usr/bin/alsa-info >+usr/bin/alsa-info.sh >+usr/bin/alsaloop >+usr/bin/alsamixer >+usr/bin/amidi >+usr/bin/amixer >+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/alsa-delay >+usr/sbin/alsactl >+usr/share/alsa/init >+usr/share/alsa/speaker-test/sample_map.csv >+usr/share/doc/alsa-utils-1.0.22/COPYING >+usr/share/doc/alsa-utils-1.0.22/ChangeLog >+usr/share/doc/alsa-utils-1.0.22/README >+usr/share/doc/alsa-utils-1.0.22/TODO >+usr/share/locale/de/LC_MESSAGES/alsa-utils.mo >+usr/share/locale/ja/LC_MESSAGES/alsa-utils.mo >+usr/share/man/man1/aconnect.1.gz >+usr/share/man/man1/alsactl.1.gz >+usr/share/man/man1/alsaloop.1.gz >+usr/share/man/man1/alsamixer.1.gz >+usr/share/man/man1/amidi.1.gz >+usr/share/man/man1/amixer.1.gz >+usr/share/man/man1/aplay.1.gz >+usr/share/man/man1/aplaymidi.1.gz >+usr/share/man/man1/arecord.1.gz >+usr/share/man/man1/arecordmidi.1.gz >+usr/share/man/man1/aseqdump.1.gz >+usr/share/man/man1/aseqnet.1.gz >+usr/share/man/man1/iecset.1.gz >+usr/share/man/man1/speaker-test.1.gz >+usr/share/man/man7/alsactl_init.7.gz >+usr/share/sounds/alsa/Front_Center.wav >+usr/share/sounds/alsa/Front_Left.wav >+usr/share/sounds/alsa/Front_Right.wav >+usr/share/sounds/alsa/Noise.wav >+usr/share/sounds/alsa/Rear_Center.wav >+usr/share/sounds/alsa/Rear_Left.wav >+usr/share/sounds/alsa/Rear_Right.wav >+usr/share/sounds/alsa/Side_Left.wav >+usr/share/sounds/alsa/Side_Right.wav > >Eigenschaftsänderungen: head/audio/linux-c6-alsa-utils/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-arts/Makefile >=================================================================== >diff --git a/head/audio/linux-c6-arts/Makefile b/head/audio/linux-c6-arts/Makefile >--- a/head/audio/linux-c6-arts/Makefile (Revision 393390) >+++ b/head/audio/linux-c6-arts/Makefile (Arbeitskopie) >@@ -21,5 +21,6 @@ > > post-install: > ${RM} ${STAGEDIR}${PREFIX}/usr/lib/*.la >+ ${RM} ${STAGEDIR}${PREFIX}/usr/lib64/*.la > > .include <bsd.port.mk> >Index: audio/linux-c6-arts/distinfo.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-arts/distinfo.x86_64 b/head/audio/linux-c6-arts/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-arts/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/arts-1.5.10-10.el6.x86_64.rpm) = d9b4b8b4369d3ef80d4f92beedd4a8f2228c620cf61770fda3075777645bb5b1 >+SIZE (rpm/x86_64/centos/6.6/arts-1.5.10-10.el6.x86_64.rpm) = 989216 >+SHA256 (rpm/x86_64/centos/6.6/arts-1.5.10-10.el6.src.rpm) = a89b4f46f4c26c281fd299ae33beba8496036926472b065984b09968d9d89930 >+SIZE (rpm/x86_64/centos/6.6/arts-1.5.10-10.el6.src.rpm) = 996853 > >Eigenschaftsänderungen: head/audio/linux-c6-arts/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-arts/pkg-plist >=================================================================== >diff --git a/head/audio/linux-c6-arts/pkg-plist b/head/audio/linux-c6-arts/pkg-plist >deleted file mode 10644 >--- a/head/audio/linux-c6-arts/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,66 +0,0 @@ >-usr/bin/artscat >-usr/bin/artsd >-usr/bin/artsdsp >-usr/bin/artsplay >-usr/bin/artsrec >-usr/bin/artsshell >-usr/bin/artswrapper >-usr/lib/libartsc.so.0 >-usr/lib/libartsc.so.0.0.0 >-usr/lib/libartscbackend.so.0 >-usr/lib/libartscbackend.so.0.0.0 >-usr/lib/libartsdsp.so.0 >-usr/lib/libartsdsp.so.0.0.0 >-usr/lib/libartsdsp_st.so.0 >-usr/lib/libartsdsp_st.so.0.0.0 >-usr/lib/libartsflow.so.1 >-usr/lib/libartsflow.so.1.0.0 >-usr/lib/libartsflow_idl.so.1 >-usr/lib/libartsflow_idl.so.1.0.0 >-usr/lib/libartsgslplayobject.so.0 >-usr/lib/libartsgslplayobject.so.0.0.0 >-usr/lib/libartswavplayobject.so.0 >-usr/lib/libartswavplayobject.so.0.0.0 >-usr/lib/libgmcop.so.1 >-usr/lib/libgmcop.so.1.0.0 >-usr/lib/libkmedia2.so.1 >-usr/lib/libkmedia2.so.1.0.0 >-usr/lib/libkmedia2_idl.so.1 >-usr/lib/libkmedia2_idl.so.1.0.0 >-usr/lib/libmcop.so.1 >-usr/lib/libmcop.so.1.0.0 >-usr/lib/libmcop_mt.so.1 >-usr/lib/libmcop_mt.so.1.0.0 >-usr/lib/libqtmcop.so.1 >-usr/lib/libqtmcop.so.1.0.0 >-usr/lib/libsoundserver_idl.so.1 >-usr/lib/libsoundserver_idl.so.1.0.0 >-usr/lib/libx11globalcomm.so.1 >-usr/lib/libx11globalcomm.so.1.0.0 >-usr/lib/mcop/Arts/DataHandlePlay.mcopclass >-usr/lib/mcop/Arts/FileInputStream.mcopclass >-usr/lib/mcop/Arts/GSLPlayObject.mcopclass >-usr/lib/mcop/Arts/Synth_ADD.mcopclass >-usr/lib/mcop/Arts/Synth_AMAN_PLAY.mcopclass >-usr/lib/mcop/Arts/Synth_AMAN_RECORD.mcopclass >-usr/lib/mcop/Arts/Synth_BUS_DOWNLINK.mcopclass >-usr/lib/mcop/Arts/Synth_BUS_UPLINK.mcopclass >-usr/lib/mcop/Arts/Synth_FREQUENCY.mcopclass >-usr/lib/mcop/Arts/Synth_MUL.mcopclass >-usr/lib/mcop/Arts/Synth_MULTI_ADD.mcopclass >-usr/lib/mcop/Arts/Synth_PLAY.mcopclass >-usr/lib/mcop/Arts/Synth_PLAY_WAV.mcopclass >-usr/lib/mcop/Arts/Synth_RECORD.mcopclass >-usr/lib/mcop/Arts/Synth_WAVE_SIN.mcopclass >-usr/lib/mcop/Arts/WavPlayObject.mcopclass >-usr/lib/mcop/Arts/WaveDataHandle.mcopclass >-usr/lib/mcop/Arts/X11GlobalComm.mcopclass >-usr/lib/mcop/artsflow.mcopclass >-usr/lib/mcop/artsflow.mcoptype >-usr/lib/mcop/kmedia2.mcopclass >-usr/lib/mcop/kmedia2.mcoptype >-usr/lib/mcop/soundserver.mcopclass >-usr/lib/mcop/soundserver.mcoptype >-usr/lib/mcop/x11globalcomm.mcopclass >-usr/lib/mcop/x11globalcomm.mcoptype >-usr/share/doc/arts-1.5.10/COPYING.LIB >Index: audio/linux-c6-arts/pkg-plist.i686 >=================================================================== >diff --git a/head/audio/linux-c6-arts/pkg-plist b/head/audio/linux-c6-arts/pkg-plist.i686 >copy from head/audio/linux-c6-arts/pkg-plist@392922 >copy to head/audio/linux-c6-arts/pkg-plist.i686 >Index: audio/linux-c6-arts/pkg-plist.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-arts/pkg-plist.x86_64 b/head/audio/linux-c6-arts/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-arts/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,66 @@ >+usr/bin/artscat >+usr/bin/artsd >+usr/bin/artsdsp >+usr/bin/artsplay >+usr/bin/artsrec >+usr/bin/artsshell >+usr/bin/artswrapper >+usr/lib64/libartsc.so.0 >+usr/lib64/libartsc.so.0.0.0 >+usr/lib64/libartscbackend.so.0 >+usr/lib64/libartscbackend.so.0.0.0 >+usr/lib64/libartsdsp.so.0 >+usr/lib64/libartsdsp.so.0.0.0 >+usr/lib64/libartsdsp_st.so.0 >+usr/lib64/libartsdsp_st.so.0.0.0 >+usr/lib64/libartsflow.so.1 >+usr/lib64/libartsflow.so.1.0.0 >+usr/lib64/libartsflow_idl.so.1 >+usr/lib64/libartsflow_idl.so.1.0.0 >+usr/lib64/libartsgslplayobject.so.0 >+usr/lib64/libartsgslplayobject.so.0.0.0 >+usr/lib64/libartswavplayobject.so.0 >+usr/lib64/libartswavplayobject.so.0.0.0 >+usr/lib64/libgmcop.so.1 >+usr/lib64/libgmcop.so.1.0.0 >+usr/lib64/libkmedia2.so.1 >+usr/lib64/libkmedia2.so.1.0.0 >+usr/lib64/libkmedia2_idl.so.1 >+usr/lib64/libkmedia2_idl.so.1.0.0 >+usr/lib64/libmcop.so.1 >+usr/lib64/libmcop.so.1.0.0 >+usr/lib64/libmcop_mt.so.1 >+usr/lib64/libmcop_mt.so.1.0.0 >+usr/lib64/libqtmcop.so.1 >+usr/lib64/libqtmcop.so.1.0.0 >+usr/lib64/libsoundserver_idl.so.1 >+usr/lib64/libsoundserver_idl.so.1.0.0 >+usr/lib64/libx11globalcomm.so.1 >+usr/lib64/libx11globalcomm.so.1.0.0 >+usr/lib64/mcop/Arts/DataHandlePlay.mcopclass >+usr/lib64/mcop/Arts/FileInputStream.mcopclass >+usr/lib64/mcop/Arts/GSLPlayObject.mcopclass >+usr/lib64/mcop/Arts/Synth_ADD.mcopclass >+usr/lib64/mcop/Arts/Synth_AMAN_PLAY.mcopclass >+usr/lib64/mcop/Arts/Synth_AMAN_RECORD.mcopclass >+usr/lib64/mcop/Arts/Synth_BUS_DOWNLINK.mcopclass >+usr/lib64/mcop/Arts/Synth_BUS_UPLINK.mcopclass >+usr/lib64/mcop/Arts/Synth_FREQUENCY.mcopclass >+usr/lib64/mcop/Arts/Synth_MUL.mcopclass >+usr/lib64/mcop/Arts/Synth_MULTI_ADD.mcopclass >+usr/lib64/mcop/Arts/Synth_PLAY.mcopclass >+usr/lib64/mcop/Arts/Synth_PLAY_WAV.mcopclass >+usr/lib64/mcop/Arts/Synth_RECORD.mcopclass >+usr/lib64/mcop/Arts/Synth_WAVE_SIN.mcopclass >+usr/lib64/mcop/Arts/WavPlayObject.mcopclass >+usr/lib64/mcop/Arts/WaveDataHandle.mcopclass >+usr/lib64/mcop/Arts/X11GlobalComm.mcopclass >+usr/lib64/mcop/artsflow.mcopclass >+usr/lib64/mcop/artsflow.mcoptype >+usr/lib64/mcop/kmedia2.mcopclass >+usr/lib64/mcop/kmedia2.mcoptype >+usr/lib64/mcop/soundserver.mcopclass >+usr/lib64/mcop/soundserver.mcoptype >+usr/lib64/mcop/x11globalcomm.mcopclass >+usr/lib64/mcop/x11globalcomm.mcoptype >+usr/share/doc/arts-1.5.10/COPYING.LIB > >Eigenschaftsänderungen: head/audio/linux-c6-arts/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-esound/Makefile >=================================================================== >diff --git a/head/audio/linux-c6-esound/Makefile b/head/audio/linux-c6-esound/Makefile >--- a/head/audio/linux-c6-esound/Makefile (Revision 393390) >+++ b/head/audio/linux-c6-esound/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= esound > PORTVERSION= 0.2.41 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= audio linux > DISTNAME= ${PORTNAME}-libs-${PORTVERSION}-${RPMVERSION} > >@@ -19,10 +19,8 @@ > > RPMVERSION= 3.1.el6 > USE_LDCONFIG= yes >-SRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} >+SRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE > >-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 >Index: audio/linux-c6-esound/distinfo.i686 >=================================================================== >diff --git a/head/audio/linux-c6-esound/distinfo.i686 b/head/audio/linux-c6-esound/distinfo.i686 >--- a/head/audio/linux-c6-esound/distinfo.i686 (Revision 393390) >+++ b/head/audio/linux-c6-esound/distinfo.i686 (Arbeitskopie) >@@ -1,4 +1,4 @@ > 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 >+SHA256 (rpm/i686/centos/6.6/esound-0.2.41-3.1.el6.src.rpm) = 764e4f001f96f71dd6fdcc5ad7dafd990ea734152aee7c6f2293503d8a8f51b4 >+SIZE (rpm/i686/centos/6.6/esound-0.2.41-3.1.el6.src.rpm) = 412396 >Index: audio/linux-c6-esound/distinfo.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-esound/distinfo.x86_64 b/head/audio/linux-c6-esound/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-esound/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/esound-libs-0.2.41-3.1.el6.x86_64.rpm) = 203d1e83ab2c53554ba054c7b763fad55e4e32aa87763a0bef225c369f698038 >+SIZE (rpm/x86_64/centos/6.6/esound-libs-0.2.41-3.1.el6.x86_64.rpm) = 75984 >+SHA256 (rpm/x86_64/centos/6.6/esound-0.2.41-3.1.el6.src.rpm) = 764e4f001f96f71dd6fdcc5ad7dafd990ea734152aee7c6f2293503d8a8f51b4 >+SIZE (rpm/x86_64/centos/6.6/esound-0.2.41-3.1.el6.src.rpm) = 412396 > >Eigenschaftsänderungen: head/audio/linux-c6-esound/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-esound/pkg-plist.i686 >=================================================================== >diff --git a/head/audio/linux-c6-esound/pkg-plist.i686 b/head/audio/linux-c6-esound/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-esound/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+usr/lib/libesd.so.0 >+usr/lib/libesd.so.0.2.39 >+usr/lib/libesddsp.so.0 >+usr/lib/libesddsp.so.0.2.39 > >Eigenschaftsänderungen: head/audio/linux-c6-esound/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-esound/pkg-plist.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-esound/pkg-plist.x86_64 b/head/audio/linux-c6-esound/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-esound/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+usr/lib64/libesd.so.0 >+usr/lib64/libesd.so.0.2.39 >+usr/lib64/libesddsp.so.0 >+usr/lib64/libesddsp.so.0.2.39 > >Eigenschaftsänderungen: head/audio/linux-c6-esound/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-flac/distinfo.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-flac/distinfo.x86_64 b/head/audio/linux-c6-flac/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-flac/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/flac-1.2.1-7.el6_6.x86_64.rpm) = 7211ff37e92c809f2d12ce6ea81059087df14fdfd2f59c2eba810d7b47112767 >+SIZE (rpm/x86_64/centos/6.6/flac-1.2.1-7.el6_6.x86_64.rpm) = 248252 >+SHA256 (rpm/x86_64/centos/6.6/flac-1.2.1-7.el6_6.src.rpm) = 6c5a6bf61baa48c63f2f529d836888f7b5b2efce964dd212bde4bb1cd74d9282 >+SIZE (rpm/x86_64/centos/6.6/flac-1.2.1-7.el6_6.src.rpm) = 2016484 > >Eigenschaftsänderungen: head/audio/linux-c6-flac/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-flac/pkg-plist >=================================================================== >diff --git a/head/audio/linux-c6-flac/pkg-plist b/head/audio/linux-c6-flac/pkg-plist >deleted file mode 10644 >--- a/head/audio/linux-c6-flac/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,14 +0,0 @@ >-usr/bin/flac >-usr/bin/metaflac >-usr/lib/libFLAC++.so.6 >-usr/lib/libFLAC++.so.6.2.0 >-usr/lib/libFLAC.so.8 >-usr/lib/libFLAC.so.8.2.0 >-%%PORTDOCS%%usr/%%DOCSDIR%%-1.2.1/AUTHORS >-%%PORTDOCS%%usr/%%DOCSDIR%%-1.2.1/COPYING.FDL >-%%PORTDOCS%%usr/%%DOCSDIR%%-1.2.1/COPYING.GPL >-%%PORTDOCS%%usr/%%DOCSDIR%%-1.2.1/COPYING.LGPL >-%%PORTDOCS%%usr/%%DOCSDIR%%-1.2.1/COPYING.Xiph >-%%PORTDOCS%%usr/%%DOCSDIR%%-1.2.1/README >-usr/share/man/man1/flac.1.gz >-usr/share/man/man1/metaflac.1.gz >Index: audio/linux-c6-flac/pkg-plist.i686 >=================================================================== >diff --git a/head/audio/linux-c6-flac/pkg-plist b/head/audio/linux-c6-flac/pkg-plist.i686 >copy from head/audio/linux-c6-flac/pkg-plist@392922 >copy to head/audio/linux-c6-flac/pkg-plist.i686 >Index: audio/linux-c6-flac/pkg-plist.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-flac/pkg-plist.x86_64 b/head/audio/linux-c6-flac/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-flac/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,14 @@ >+usr/bin/flac >+usr/bin/metaflac >+usr/lib64/libFLAC++.so.6 >+usr/lib64/libFLAC++.so.6.2.0 >+usr/lib64/libFLAC.so.8 >+usr/lib64/libFLAC.so.8.2.0 >+%%PORTDOCS%%usr/%%DOCSDIR%%-1.2.1/AUTHORS >+%%PORTDOCS%%usr/%%DOCSDIR%%-1.2.1/COPYING.FDL >+%%PORTDOCS%%usr/%%DOCSDIR%%-1.2.1/COPYING.GPL >+%%PORTDOCS%%usr/%%DOCSDIR%%-1.2.1/COPYING.LGPL >+%%PORTDOCS%%usr/%%DOCSDIR%%-1.2.1/COPYING.Xiph >+%%PORTDOCS%%usr/%%DOCSDIR%%-1.2.1/README >+usr/share/man/man1/flac.1.gz >+usr/share/man/man1/metaflac.1.gz > >Eigenschaftsänderungen: head/audio/linux-c6-flac/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-libaudiofile/distinfo.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-libaudiofile/distinfo.x86_64 b/head/audio/linux-c6-libaudiofile/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-libaudiofile/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/audiofile-0.2.6-11.1.el6.x86_64.rpm) = 528b304107d7004939cbb7060151091b81eb4696111f0510418e8444a707d89d >+SIZE (rpm/x86_64/centos/6.6/audiofile-0.2.6-11.1.el6.x86_64.rpm) = 97244 >+SHA256 (rpm/x86_64/centos/6.6/audiofile-0.2.6-11.1.el6.src.rpm) = fc01779d488a6430cfe2c437d996cfd42025a1864f2b15bd241325ecafc05f5b >+SIZE (rpm/x86_64/centos/6.6/audiofile-0.2.6-11.1.el6.src.rpm) = 291993 > >Eigenschaftsänderungen: head/audio/linux-c6-libaudiofile/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-libaudiofile/pkg-plist >=================================================================== >diff --git a/head/audio/linux-c6-libaudiofile/pkg-plist b/head/audio/linux-c6-libaudiofile/pkg-plist >deleted file mode 10644 >--- a/head/audio/linux-c6-libaudiofile/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,23 +0,0 @@ >-usr/bin/sfconvert >-usr/bin/sfinfo >-usr/lib/libaudiofile.so.0 >-usr/lib/libaudiofile.so.0.0.2 >-usr/share/doc/audiofile-0.2.6/COPYING >-usr/share/doc/audiofile-0.2.6/ChangeLog >-usr/share/doc/audiofile-0.2.6/README >-usr/share/doc/audiofile-0.2.6/TODO >-usr/share/doc/audiofile-0.2.6/docs/afCloseFile >-usr/share/doc/audiofile-0.2.6/docs/afGetFrameSize >-usr/share/doc/audiofile-0.2.6/docs/afGetTrackBytes >-usr/share/doc/audiofile-0.2.6/docs/afIntro >-usr/share/doc/audiofile-0.2.6/docs/afNewFileSetup >-usr/share/doc/audiofile-0.2.6/docs/afOpenFile >-usr/share/doc/audiofile-0.2.6/docs/afQuery >-usr/share/doc/audiofile-0.2.6/docs/afReadFrames >-usr/share/doc/audiofile-0.2.6/docs/afReadMisc >-usr/share/doc/audiofile-0.2.6/docs/afSeekFrame >-usr/share/doc/audiofile-0.2.6/docs/afSetErrorHandler >-usr/share/doc/audiofile-0.2.6/docs/afSetVirtualByteOrder >-usr/share/doc/audiofile-0.2.6/docs/afWriteFrames >-usr/share/doc/audiofile-0.2.6/docs/sfconvert >-usr/share/doc/audiofile-0.2.6/docs/sfinfo >Index: audio/linux-c6-libaudiofile/pkg-plist.i686 >=================================================================== >diff --git a/head/audio/linux-c6-libaudiofile/pkg-plist b/head/audio/linux-c6-libaudiofile/pkg-plist.i686 >copy from head/audio/linux-c6-libaudiofile/pkg-plist@392922 >copy to head/audio/linux-c6-libaudiofile/pkg-plist.i686 >Index: audio/linux-c6-libaudiofile/pkg-plist.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-libaudiofile/pkg-plist.x86_64 b/head/audio/linux-c6-libaudiofile/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-libaudiofile/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,23 @@ >+usr/bin/sfconvert >+usr/bin/sfinfo >+usr/lib64/libaudiofile.so.0 >+usr/lib64/libaudiofile.so.0.0.2 >+usr/share/doc/audiofile-0.2.6/COPYING >+usr/share/doc/audiofile-0.2.6/ChangeLog >+usr/share/doc/audiofile-0.2.6/README >+usr/share/doc/audiofile-0.2.6/TODO >+usr/share/doc/audiofile-0.2.6/docs/afCloseFile >+usr/share/doc/audiofile-0.2.6/docs/afGetFrameSize >+usr/share/doc/audiofile-0.2.6/docs/afGetTrackBytes >+usr/share/doc/audiofile-0.2.6/docs/afIntro >+usr/share/doc/audiofile-0.2.6/docs/afNewFileSetup >+usr/share/doc/audiofile-0.2.6/docs/afOpenFile >+usr/share/doc/audiofile-0.2.6/docs/afQuery >+usr/share/doc/audiofile-0.2.6/docs/afReadFrames >+usr/share/doc/audiofile-0.2.6/docs/afReadMisc >+usr/share/doc/audiofile-0.2.6/docs/afSeekFrame >+usr/share/doc/audiofile-0.2.6/docs/afSetErrorHandler >+usr/share/doc/audiofile-0.2.6/docs/afSetVirtualByteOrder >+usr/share/doc/audiofile-0.2.6/docs/afWriteFrames >+usr/share/doc/audiofile-0.2.6/docs/sfconvert >+usr/share/doc/audiofile-0.2.6/docs/sfinfo > >Eigenschaftsänderungen: head/audio/linux-c6-libaudiofile/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-libogg/Makefile >=================================================================== >diff --git a/head/audio/linux-c6-libogg/Makefile b/head/audio/linux-c6-libogg/Makefile >--- a/head/audio/linux-c6-libogg/Makefile (Revision 393390) >+++ b/head/audio/linux-c6-libogg/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= libogg > PORTVERSION= 1.1.4 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= audio linux > > MAINTAINER= emulation@FreeBSD.org >@@ -18,7 +18,6 @@ > 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 >Index: audio/linux-c6-libogg/distinfo.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-libogg/distinfo.x86_64 b/head/audio/linux-c6-libogg/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-libogg/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/libogg-1.1.4-2.1.el6.x86_64.rpm) = 065a86824f6d88d6f2fbba456cdbaebd458869232a8d6f4c1249a7da81a58a82 >+SIZE (rpm/x86_64/centos/6.6/libogg-1.1.4-2.1.el6.x86_64.rpm) = 21392 >+SHA256 (rpm/x86_64/centos/6.6/libogg-1.1.4-2.1.el6.src.rpm) = e3052e1e020779e92aa5a37d453de207071100bde1e50cac046ee1dc9fd535a2 >+SIZE (rpm/x86_64/centos/6.6/libogg-1.1.4-2.1.el6.src.rpm) = 447558 > >Eigenschaftsänderungen: head/audio/linux-c6-libogg/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-libogg/pkg-plist.i686 >=================================================================== >diff --git a/head/audio/linux-c6-libogg/pkg-plist.i686 b/head/audio/linux-c6-libogg/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-libogg/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+usr/lib/libogg.so.0 >+usr/lib/libogg.so.0.6.0 > >Eigenschaftsänderungen: head/audio/linux-c6-libogg/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-libogg/pkg-plist.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-libogg/pkg-plist.x86_64 b/head/audio/linux-c6-libogg/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-libogg/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+usr/lib64/libogg.so.0 >+usr/lib64/libogg.so.0.6.0 > >Eigenschaftsänderungen: head/audio/linux-c6-libogg/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-libsndfile/distinfo.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-libsndfile/distinfo.x86_64 b/head/audio/linux-c6-libsndfile/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-libsndfile/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/libsndfile-1.0.20-5.el6.x86_64.rpm) = 46bc5182db51d1fb38acfe3e4b0404371e13c7ddda0dbb2559cfb03d0295ede4 >+SIZE (rpm/x86_64/centos/6.6/libsndfile-1.0.20-5.el6.x86_64.rpm) = 238272 >+SHA256 (rpm/x86_64/centos/6.6/libsndfile-1.0.20-5.el6.src.rpm) = 2c464568eab538961923c232e9291723e85309f019648b3228b105ce3a373833 >+SIZE (rpm/x86_64/centos/6.6/libsndfile-1.0.20-5.el6.src.rpm) = 935996 > >Eigenschaftsänderungen: head/audio/linux-c6-libsndfile/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-libsndfile/pkg-plist >=================================================================== >diff --git a/head/audio/linux-c6-libsndfile/pkg-plist b/head/audio/linux-c6-libsndfile/pkg-plist >deleted file mode 10644 >--- a/head/audio/linux-c6-libsndfile/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,17 +0,0 @@ >-usr/bin/sndfile-cmp >-usr/bin/sndfile-convert >-usr/bin/sndfile-info >-usr/bin/sndfile-metadata-get >-usr/bin/sndfile-metadata-set >-usr/bin/sndfile-play >-usr/bin/sndfile-regtest >-usr/lib/libsndfile.so.1 >-usr/lib/libsndfile.so.1.0.20 >-%%PORTDOCS%%usr/%%DOCSDIR%%-1.0.20/AUTHORS >-%%PORTDOCS%%usr/%%DOCSDIR%%-1.0.20/COPYING >-%%PORTDOCS%%usr/%%DOCSDIR%%-1.0.20/ChangeLog >-%%PORTDOCS%%usr/%%DOCSDIR%%-1.0.20/NEWS >-%%PORTDOCS%%usr/%%DOCSDIR%%-1.0.20/README >-usr/share/man/man1/sndfile-convert.1.gz >-usr/share/man/man1/sndfile-info.1.gz >-usr/share/man/man1/sndfile-play.1.gz >Index: audio/linux-c6-libsndfile/pkg-plist.i686 >=================================================================== >diff --git a/head/audio/linux-c6-libsndfile/pkg-plist b/head/audio/linux-c6-libsndfile/pkg-plist.i686 >copy from head/audio/linux-c6-libsndfile/pkg-plist@392922 >copy to head/audio/linux-c6-libsndfile/pkg-plist.i686 >Index: audio/linux-c6-libsndfile/pkg-plist.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-libsndfile/pkg-plist.x86_64 b/head/audio/linux-c6-libsndfile/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-libsndfile/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,17 @@ >+usr/bin/sndfile-cmp >+usr/bin/sndfile-convert >+usr/bin/sndfile-info >+usr/bin/sndfile-metadata-get >+usr/bin/sndfile-metadata-set >+usr/bin/sndfile-play >+usr/bin/sndfile-regtest >+usr/lib64/libsndfile.so.1 >+usr/lib64/libsndfile.so.1.0.20 >+%%PORTDOCS%%usr/%%DOCSDIR%%-1.0.20/AUTHORS >+%%PORTDOCS%%usr/%%DOCSDIR%%-1.0.20/COPYING >+%%PORTDOCS%%usr/%%DOCSDIR%%-1.0.20/ChangeLog >+%%PORTDOCS%%usr/%%DOCSDIR%%-1.0.20/NEWS >+%%PORTDOCS%%usr/%%DOCSDIR%%-1.0.20/README >+usr/share/man/man1/sndfile-convert.1.gz >+usr/share/man/man1/sndfile-info.1.gz >+usr/share/man/man1/sndfile-play.1.gz > >Eigenschaftsänderungen: head/audio/linux-c6-libsndfile/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-libvorbis/Makefile >=================================================================== >diff --git a/head/audio/linux-c6-libvorbis/Makefile b/head/audio/linux-c6-libvorbis/Makefile >--- a/head/audio/linux-c6-libvorbis/Makefile (Revision 393390) >+++ b/head/audio/linux-c6-libvorbis/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= libvorbis > PORTVERSION= 1.2.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= audio linux > > MAINTAINER= emulation@FreeBSD.org >@@ -19,9 +19,6 @@ > 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 <bsd.port.mk> >Index: audio/linux-c6-libvorbis/distinfo.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-libvorbis/distinfo.x86_64 b/head/audio/linux-c6-libvorbis/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-libvorbis/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/libvorbis-1.2.3-4.el6_2.1.x86_64.rpm) = da803914d66eca64ef7a9dd69cfcf4a0afb3da2d781547fbf4a663f06c0e4431 >+SIZE (rpm/x86_64/centos/6.6/libvorbis-1.2.3-4.el6_2.1.x86_64.rpm) = 171824 >+SHA256 (rpm/x86_64/centos/6.6/libvorbis-1.2.3-4.el6_2.1.src.rpm) = 8fa60e212c3ec73da945e31723866426421e1ce376a3bd7c0550719ea489fa57 >+SIZE (rpm/x86_64/centos/6.6/libvorbis-1.2.3-4.el6_2.1.src.rpm) = 1207467 > >Eigenschaftsänderungen: head/audio/linux-c6-libvorbis/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-libvorbis/pkg-plist.i686 >=================================================================== >diff --git a/head/audio/linux-c6-libvorbis/pkg-plist.i686 b/head/audio/linux-c6-libvorbis/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-libvorbis/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,6 @@ >+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 > >Eigenschaftsänderungen: head/audio/linux-c6-libvorbis/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-libvorbis/pkg-plist.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-libvorbis/pkg-plist.x86_64 b/head/audio/linux-c6-libvorbis/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-libvorbis/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,6 @@ >+usr/lib64/libvorbis.so.0 >+usr/lib64/libvorbis.so.0.4.3 >+usr/lib64/libvorbisenc.so.2 >+usr/lib64/libvorbisenc.so.2.0.6 >+usr/lib64/libvorbisfile.so.3 >+usr/lib64/libvorbisfile.so.3.3.2 > >Eigenschaftsänderungen: head/audio/linux-c6-libvorbis/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-mikmod/Makefile >=================================================================== >diff --git a/head/audio/linux-c6-mikmod/Makefile b/head/audio/linux-c6-mikmod/Makefile >--- a/head/audio/linux-c6-mikmod/Makefile (Revision 393390) >+++ b/head/audio/linux-c6-mikmod/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= mikmod > PORTVERSION= 3.2.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= audio linux > MASTER_SITES= EPEL > DISTNAME= lib${PORTNAME}-${PORTVERSION}-${RPMVERSION} >@@ -24,7 +24,6 @@ > 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 <bsd.port.mk> >Index: audio/linux-c6-mikmod/distinfo.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-mikmod/distinfo.x86_64 b/head/audio/linux-c6-mikmod/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-mikmod/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/libmikmod-3.2.0-10.beta2.el6.x86_64.rpm) = d567bd9b175d76f7b468c8459082dfcdef2eba020ab44a597c614d9da6a0ed41 >+SIZE (rpm/x86_64/centos/6.6/libmikmod-3.2.0-10.beta2.el6.x86_64.rpm) = 164048 >+SHA256 (rpm/x86_64/centos/6.6/libmikmod-3.2.0-10.beta2.el6.src.rpm) = 61c1ccfe2d9afd2b942fe7ffa2a36d0c8b5a713bd71e8c578df55ef3a053e00e >+SIZE (rpm/x86_64/centos/6.6/libmikmod-3.2.0-10.beta2.el6.src.rpm) = 559890 > >Eigenschaftsänderungen: head/audio/linux-c6-mikmod/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-mikmod/pkg-plist.i686 >=================================================================== >diff --git a/head/audio/linux-c6-mikmod/pkg-plist.i686 b/head/audio/linux-c6-mikmod/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-mikmod/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+usr/lib/libmikmod.so.3 >+usr/lib/libmikmod.so.3.0.0 > >Eigenschaftsänderungen: head/audio/linux-c6-mikmod/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-mikmod/pkg-plist.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-mikmod/pkg-plist.x86_64 b/head/audio/linux-c6-mikmod/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-mikmod/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+usr/lib64/libmikmod.so.3 >+usr/lib64/libmikmod.so.3.0.0 > >Eigenschaftsänderungen: head/audio/linux-c6-mikmod/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-nas-libs/distinfo.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-nas-libs/distinfo.x86_64 b/head/audio/linux-c6-nas-libs/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-nas-libs/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/nas-1.9.1-7.el6.x86_64.rpm) = 55fdc433567495bbab33b880a61cd8744057f54e993995abed8846382b5314af >+SIZE (rpm/x86_64/centos/6.6/nas-1.9.1-7.el6.x86_64.rpm) = 333456 >+SHA256 (rpm/x86_64/centos/6.6/nas-1.9.1-7.el6.src.rpm) = 051cc5ab26e5296ecb22044daaf2781f2c7124cb6b3a18fe73b7e1f795749747 >+SIZE (rpm/x86_64/centos/6.6/nas-1.9.1-7.el6.src.rpm) = 1442022 > >Eigenschaftsänderungen: head/audio/linux-c6-nas-libs/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-nas-libs/pkg-plist >=================================================================== >diff --git a/head/audio/linux-c6-nas-libs/pkg-plist b/head/audio/linux-c6-nas-libs/pkg-plist >deleted file mode 10644 >--- a/head/audio/linux-c6-nas-libs/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,28 +0,0 @@ >-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 >Index: audio/linux-c6-nas-libs/pkg-plist.i686 >=================================================================== >diff --git a/head/audio/linux-c6-nas-libs/pkg-plist b/head/audio/linux-c6-nas-libs/pkg-plist.i686 >copy from head/audio/linux-c6-nas-libs/pkg-plist@392922 >copy to head/audio/linux-c6-nas-libs/pkg-plist.i686 >Index: audio/linux-c6-nas-libs/pkg-plist.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-nas-libs/pkg-plist.x86_64 b/head/audio/linux-c6-nas-libs/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-nas-libs/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,28 @@ >+etc/nas/nasd.conf >+usr/lib64/X11/AuErrorDB >+usr/lib64/libaudio.so.2 >+usr/lib64/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 > >Eigenschaftsänderungen: head/audio/linux-c6-nas-libs/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-openal-soft/Makefile >=================================================================== >diff --git a/head/audio/linux-c6-openal-soft/Makefile b/head/audio/linux-c6-openal-soft/Makefile >--- a/head/audio/linux-c6-openal-soft/Makefile (Revision 393390) >+++ b/head/audio/linux-c6-openal-soft/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= openal-soft > PORTVERSION= 1.12.854 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= audio linux > MASTER_SITES= EPEL > >@@ -18,8 +18,6 @@ > 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 > DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} > PORTDOCS= COPYING > DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr >Index: audio/linux-c6-openal-soft/distinfo.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-openal-soft/distinfo.x86_64 b/head/audio/linux-c6-openal-soft/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-openal-soft/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/openal-soft-1.12.854-1.el6.x86_64.rpm) = 607343af6d2782d272f70ea51293b0e5167a690248790fb9e74bcdf7545bdca7 >+SIZE (rpm/x86_64/centos/6.6/openal-soft-1.12.854-1.el6.x86_64.rpm) = 131664 >+SHA256 (rpm/x86_64/centos/6.6/openal-soft-1.12.854-1.el6.src.rpm) = efdf8696cd2d3a9bd035815adbde6607c97ea48b91de06aa2bcec6b9bbd10ba7 >+SIZE (rpm/x86_64/centos/6.6/openal-soft-1.12.854-1.el6.src.rpm) = 113553 > >Eigenschaftsänderungen: head/audio/linux-c6-openal-soft/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-openal-soft/pkg-plist.i686 >=================================================================== >diff --git a/head/audio/linux-c6-openal-soft/pkg-plist.i686 b/head/audio/linux-c6-openal-soft/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-openal-soft/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+etc/openal/alsoft.conf >+usr/bin/openal-info >+usr/lib/libopenal.so.1 >+usr/lib/libopenal.so.1.12.854 > >Eigenschaftsänderungen: head/audio/linux-c6-openal-soft/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-openal-soft/pkg-plist.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-openal-soft/pkg-plist.x86_64 b/head/audio/linux-c6-openal-soft/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-openal-soft/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+etc/openal/alsoft.conf >+usr/bin/openal-info >+usr/lib64/libopenal.so.1 >+usr/lib64/libopenal.so.1.12.854 > >Eigenschaftsänderungen: head/audio/linux-c6-openal-soft/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-pulseaudio-libs/Makefile >=================================================================== >diff --git a/head/audio/linux-c6-pulseaudio-libs/Makefile b/head/audio/linux-c6-pulseaudio-libs/Makefile >--- a/head/audio/linux-c6-pulseaudio-libs/Makefile (Revision 393390) >+++ b/head/audio/linux-c6-pulseaudio-libs/Makefile (Arbeitskopie) >@@ -18,7 +18,7 @@ > > DOCSDIR= ${PREFIX}/usr/share/doc/pulseaudio-${PORTVERSION} > DESCR= ${.CURDIR}/../pulseaudio/pkg-descr >-SRC_DISTFILES= pulseaudio-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} >+SRC_DISTFILES= pulseaudio-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE > > post-extract: > @${RM} -r ${WRKSRC}/usr/bin ${WRKSRC}/etc/rc.d ${WRKSRC}/etc/sysconfig >Index: audio/linux-c6-pulseaudio-libs/distinfo.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-pulseaudio-libs/distinfo.x86_64 b/head/audio/linux-c6-pulseaudio-libs/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-pulseaudio-libs/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/pulseaudio-libs-0.9.21-17.el6.x86_64.rpm) = 60f98b9014f397ccb7ff015f846b35f92938fda687d3f3f620e81d83bbccfed0 >+SIZE (rpm/x86_64/centos/6.6/pulseaudio-libs-0.9.21-17.el6.x86_64.rpm) = 473052 >+SHA256 (rpm/x86_64/centos/6.6/pulseaudio-0.9.21-17.el6.src.rpm) = 4b5fe4bf8aaddb5747e01ed3495b01e2aef24f90245c111e49ba52df88f0d33a >+SIZE (rpm/x86_64/centos/6.6/pulseaudio-0.9.21-17.el6.src.rpm) = 2376513 > >Eigenschaftsänderungen: head/audio/linux-c6-pulseaudio-libs/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-pulseaudio-libs/pkg-plist >=================================================================== >diff --git a/head/audio/linux-c6-pulseaudio-libs/pkg-plist b/head/audio/linux-c6-pulseaudio-libs/pkg-plist >deleted file mode 10644 >--- a/head/audio/linux-c6-pulseaudio-libs/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,44 +0,0 @@ >-etc/pulse/client.conf >-usr/lib/libpulse-simple.so.0 >-usr/lib/libpulse-simple.so.0.0.3 >-usr/lib/libpulse.so.0 >-usr/lib/libpulse.so.0.12.2 >-usr/lib/libpulsecommon-0.9.21.so >-usr/share/doc/pulseaudio-libs-0.9.21/GPL >-usr/share/doc/pulseaudio-libs-0.9.21/LGPL >-usr/share/doc/pulseaudio-libs-0.9.21/LICENSE >-usr/share/doc/pulseaudio-libs-0.9.21/README >-usr/share/locale/as/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/bn_IN/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/ca/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/cs/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/de/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/de_CH/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/el/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/es/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/fi/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/fr/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/gu/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/hi/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/hu/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/it/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/ja/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/kn/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/ko/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/ml/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/mr/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/nl/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/or/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/pa/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/pl/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/pt/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/pt_BR/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/ru/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/sr/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/sr@latin/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/sv/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/ta/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/te/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/uk/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/zh_CN/LC_MESSAGES/pulseaudio.mo >-usr/share/locale/zh_TW/LC_MESSAGES/pulseaudio.mo >Index: audio/linux-c6-pulseaudio-libs/pkg-plist.i686 >=================================================================== >diff --git a/head/audio/linux-c6-pulseaudio-libs/pkg-plist b/head/audio/linux-c6-pulseaudio-libs/pkg-plist.i686 >copy from head/audio/linux-c6-pulseaudio-libs/pkg-plist@392922 >copy to head/audio/linux-c6-pulseaudio-libs/pkg-plist.i686 >Index: audio/linux-c6-pulseaudio-libs/pkg-plist.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-pulseaudio-libs/pkg-plist.x86_64 b/head/audio/linux-c6-pulseaudio-libs/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-pulseaudio-libs/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,44 @@ >+etc/pulse/client.conf >+usr/lib64/libpulse-simple.so.0 >+usr/lib64/libpulse-simple.so.0.0.3 >+usr/lib64/libpulse.so.0 >+usr/lib64/libpulse.so.0.12.2 >+usr/lib64/libpulsecommon-0.9.21.so >+usr/share/doc/pulseaudio-libs-0.9.21/GPL >+usr/share/doc/pulseaudio-libs-0.9.21/LGPL >+usr/share/doc/pulseaudio-libs-0.9.21/LICENSE >+usr/share/doc/pulseaudio-libs-0.9.21/README >+usr/share/locale/as/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/bn_IN/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/ca/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/cs/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/de/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/de_CH/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/el/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/es/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/fi/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/fr/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/gu/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/hi/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/hu/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/it/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/ja/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/kn/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/ko/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/ml/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/mr/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/nl/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/or/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/pa/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/pl/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/pt/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/pt_BR/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/ru/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/sr/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/sr@latin/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/sv/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/ta/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/te/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/uk/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/zh_CN/LC_MESSAGES/pulseaudio.mo >+usr/share/locale/zh_TW/LC_MESSAGES/pulseaudio.mo > >Eigenschaftsänderungen: head/audio/linux-c6-pulseaudio-libs/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-pulseaudio-utils/Makefile >=================================================================== >diff --git a/head/audio/linux-c6-pulseaudio-utils/Makefile b/head/audio/linux-c6-pulseaudio-utils/Makefile >--- a/head/audio/linux-c6-pulseaudio-utils/Makefile (Revision 393390) >+++ b/head/audio/linux-c6-pulseaudio-utils/Makefile (Arbeitskopie) >@@ -19,6 +19,6 @@ > DOCSDIR= ${PREFIX}/usr/share/doc/pulseaudio-${PORTVERSION} > DESCR= ${PORTSDIR}/audio/pulseaudio/pkg-descr > >-SRC_DISTFILES= pulseaudio-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} >+SRC_DISTFILES= pulseaudio-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE > > .include <bsd.port.mk> >Index: audio/linux-c6-pulseaudio-utils/distinfo.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-pulseaudio-utils/distinfo.x86_64 b/head/audio/linux-c6-pulseaudio-utils/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-pulseaudio-utils/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/pulseaudio-utils-0.9.21-17.el6.x86_64.rpm) = 2f749ed7f345a8d263952fd8021d427345ff0aa548eb8ad977a8ae6ee96ea47a >+SIZE (rpm/x86_64/centos/6.6/pulseaudio-utils-0.9.21-17.el6.x86_64.rpm) = 72344 >+SHA256 (rpm/x86_64/centos/6.6/pulseaudio-0.9.21-17.el6.src.rpm) = 4b5fe4bf8aaddb5747e01ed3495b01e2aef24f90245c111e49ba52df88f0d33a >+SIZE (rpm/x86_64/centos/6.6/pulseaudio-0.9.21-17.el6.src.rpm) = 2376513 > >Eigenschaftsänderungen: head/audio/linux-c6-pulseaudio-utils/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-pulseaudio-utils/pkg-plist >=================================================================== >diff --git a/head/audio/linux-c6-pulseaudio-utils/pkg-plist b/head/audio/linux-c6-pulseaudio-utils/pkg-plist >deleted file mode 10644 >--- a/head/audio/linux-c6-pulseaudio-utils/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,18 +0,0 @@ >-usr/bin/pacat >-usr/bin/pacmd >-usr/bin/pactl >-usr/bin/padsp >-usr/bin/pamon >-usr/bin/paplay >-usr/bin/parec >-usr/bin/parecord >-usr/bin/pasuspender >-usr/bin/pax11publish >-usr/lib/libpulsedsp.so >-usr/share/man/man1/pacat.1.gz >-usr/share/man/man1/pacmd.1.gz >-usr/share/man/man1/pactl.1.gz >-usr/share/man/man1/padsp.1.gz >-usr/share/man/man1/paplay.1.gz >-usr/share/man/man1/pasuspender.1.gz >-usr/share/man/man1/pax11publish.1.gz >Index: audio/linux-c6-pulseaudio-utils/pkg-plist.i686 >=================================================================== >diff --git a/head/audio/linux-c6-pulseaudio-utils/pkg-plist b/head/audio/linux-c6-pulseaudio-utils/pkg-plist.i686 >copy from head/audio/linux-c6-pulseaudio-utils/pkg-plist@392922 >copy to head/audio/linux-c6-pulseaudio-utils/pkg-plist.i686 >Index: audio/linux-c6-pulseaudio-utils/pkg-plist.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-pulseaudio-utils/pkg-plist.x86_64 b/head/audio/linux-c6-pulseaudio-utils/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-pulseaudio-utils/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,18 @@ >+usr/bin/pacat >+usr/bin/pacmd >+usr/bin/pactl >+usr/bin/padsp >+usr/bin/pamon >+usr/bin/paplay >+usr/bin/parec >+usr/bin/parecord >+usr/bin/pasuspender >+usr/bin/pax11publish >+usr/lib64/libpulsedsp.so >+usr/share/man/man1/pacat.1.gz >+usr/share/man/man1/pacmd.1.gz >+usr/share/man/man1/pactl.1.gz >+usr/share/man/man1/padsp.1.gz >+usr/share/man/man1/paplay.1.gz >+usr/share/man/man1/pasuspender.1.gz >+usr/share/man/man1/pax11publish.1.gz > >Eigenschaftsänderungen: head/audio/linux-c6-pulseaudio-utils/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-sdl_mixer/Makefile >=================================================================== >diff --git a/head/audio/linux-c6-sdl_mixer/Makefile b/head/audio/linux-c6-sdl_mixer/Makefile >--- a/head/audio/linux-c6-sdl_mixer/Makefile (Revision 393390) >+++ b/head/audio/linux-c6-sdl_mixer/Makefile (Arbeitskopie) >@@ -3,6 +3,7 @@ > > PORTNAME= sdl_mixer > PORTVERSION= 1.2.12 >+PORTREVISION= 2 > CATEGORIES= audio linux > MASTER_SITES= EPEL > DISTNAME= SDL_mixer-${PORTVERSION}-${RPMVERSION} >@@ -22,9 +23,8 @@ > 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.12.0 > DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} >+DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} > PORTDOCS= CHANGES COPYING README > DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr > >Index: audio/linux-c6-sdl_mixer/distinfo.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-sdl_mixer/distinfo.x86_64 b/head/audio/linux-c6-sdl_mixer/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-sdl_mixer/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/SDL_mixer-1.2.12-1.el6.x86_64.rpm) = 83c6869de31f9da391e41b57f91f6f1ed81ed38b3fbd6db819b90a91e2c5bbdb >+SIZE (rpm/x86_64/centos/6.6/SDL_mixer-1.2.12-1.el6.x86_64.rpm) = 85388 >+SHA256 (rpm/x86_64/centos/6.6/SDL_mixer-1.2.12-1.el6.src.rpm) = 935b0d8e096dd8f9ec746be2a841531161d247da6de7400fa4072ac61d39a140 >+SIZE (rpm/x86_64/centos/6.6/SDL_mixer-1.2.12-1.el6.src.rpm) = 3700092 > >Eigenschaftsänderungen: head/audio/linux-c6-sdl_mixer/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-sdl_mixer/pkg-plist.i686 >=================================================================== >diff --git a/head/audio/linux-c6-sdl_mixer/pkg-plist.i686 b/head/audio/linux-c6-sdl_mixer/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-sdl_mixer/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+usr/bin/playmus >+usr/bin/playwave >+usr/lib/libSDL_mixer-1.2.so.0 >+usr/lib/libSDL_mixer-1.2.so.0.12.0 > >Eigenschaftsänderungen: head/audio/linux-c6-sdl_mixer/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: audio/linux-c6-sdl_mixer/pkg-plist.x86_64 >=================================================================== >diff --git a/head/audio/linux-c6-sdl_mixer/pkg-plist.x86_64 b/head/audio/linux-c6-sdl_mixer/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/audio/linux-c6-sdl_mixer/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+usr/bin/playmus >+usr/bin/playwave >+usr/lib64/libSDL_mixer-1.2.so.0 >+usr/lib64/libSDL_mixer-1.2.so.0.12.0 > >Eigenschaftsänderungen: head/audio/linux-c6-sdl_mixer/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: databases/linux-c6-sqlite3/Makefile >=================================================================== >diff --git a/head/databases/linux-c6-sqlite3/Makefile b/head/databases/linux-c6-sqlite3/Makefile >--- a/head/databases/linux-c6-sqlite3/Makefile (Revision 393390) >+++ b/head/databases/linux-c6-sqlite3/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= sqlite > PORTVERSION= 3.6.20 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= databases linux > PKGNAMEPREFIX= linux-${USE_LINUX}- > >@@ -19,8 +19,6 @@ > 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 >Index: databases/linux-c6-sqlite3/distinfo.x86_64 >=================================================================== >diff --git a/head/databases/linux-c6-sqlite3/distinfo.x86_64 b/head/databases/linux-c6-sqlite3/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/databases/linux-c6-sqlite3/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/sqlite-3.6.20-1.el6.x86_64.rpm) = 359d8f3d2de7dabcbfe4cec80657ebc3c954852e17d2086a23debdf5409873cd >+SIZE (rpm/x86_64/centos/6.6/sqlite-3.6.20-1.el6.x86_64.rpm) = 308488 >+SHA256 (rpm/x86_64/centos/6.6/sqlite-3.6.20-1.el6.src.rpm) = f75ce08d6f66259df76adcb4a5551f6bc7b530ed524eb3da13689ffd475b34bd >+SIZE (rpm/x86_64/centos/6.6/sqlite-3.6.20-1.el6.src.rpm) = 5324043 > >Eigenschaftsänderungen: head/databases/linux-c6-sqlite3/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: databases/linux-c6-sqlite3/pkg-plist.i686 >=================================================================== >diff --git a/head/databases/linux-c6-sqlite3/pkg-plist.i686 b/head/databases/linux-c6-sqlite3/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/databases/linux-c6-sqlite3/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+usr/bin/sqlite3 >+usr/lib/libsqlite3.so.0 >+usr/lib/libsqlite3.so.0.8.6 >+usr/share/man/man1/sqlite3.1.gz > >Eigenschaftsänderungen: head/databases/linux-c6-sqlite3/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: databases/linux-c6-sqlite3/pkg-plist.x86_64 >=================================================================== >diff --git a/head/databases/linux-c6-sqlite3/pkg-plist.x86_64 b/head/databases/linux-c6-sqlite3/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/databases/linux-c6-sqlite3/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+usr/bin/sqlite3 >+usr/lib64/libsqlite3.so.0 >+usr/lib64/libsqlite3.so.0.8.6 >+usr/share/man/man1/sqlite3.1.gz > >Eigenschaftsänderungen: head/databases/linux-c6-sqlite3/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-dbus-glib/Makefile >=================================================================== >diff --git a/head/devel/linux-c6-dbus-glib/Makefile b/head/devel/linux-c6-dbus-glib/Makefile >--- a/head/devel/linux-c6-dbus-glib/Makefile (Revision 393390) >+++ b/head/devel/linux-c6-dbus-glib/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= dbus-glib > PORTVERSION= 0.86 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel linux > > MAINTAINER= emulation@FreeBSD.org >@@ -17,8 +17,6 @@ > 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 >Index: devel/linux-c6-dbus-glib/distinfo.x86_64 >=================================================================== >diff --git a/head/devel/linux-c6-dbus-glib/distinfo.x86_64 b/head/devel/linux-c6-dbus-glib/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-dbus-glib/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/dbus-glib-0.86-6.el6.x86_64.rpm) = ac65cfb655e0882ef77326bc1bb9b2eafe8d2c3d945aaa781e9f9ef1ed314a88 >+SIZE (rpm/x86_64/centos/6.6/dbus-glib-0.86-6.el6.x86_64.rpm) = 173696 >+SHA256 (rpm/x86_64/centos/6.6/dbus-glib-0.86-6.el6.src.rpm) = 64debf22fe3655502f1afa6e27451b0de83a3a8ac922470ce5694087f656c82f >+SIZE (rpm/x86_64/centos/6.6/dbus-glib-0.86-6.el6.src.rpm) = 717593 > >Eigenschaftsänderungen: head/devel/linux-c6-dbus-glib/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-dbus-glib/pkg-plist.i686 >=================================================================== >diff --git a/head/devel/linux-c6-dbus-glib/pkg-plist.i686 b/head/devel/linux-c6-dbus-glib/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-dbus-glib/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,3 @@ >+usr/bin/dbus-binding-tool >+usr/lib/libdbus-glib-1.so.2 >+usr/lib/libdbus-glib-1.so.2.1.0 > >Eigenschaftsänderungen: head/devel/linux-c6-dbus-glib/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-dbus-glib/pkg-plist.x86_64 >=================================================================== >diff --git a/head/devel/linux-c6-dbus-glib/pkg-plist.x86_64 b/head/devel/linux-c6-dbus-glib/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-dbus-glib/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,3 @@ >+usr/bin/dbus-binding-tool >+usr/lib64/libdbus-glib-1.so.2 >+usr/lib64/libdbus-glib-1.so.2.1.0 > >Eigenschaftsänderungen: head/devel/linux-c6-dbus-glib/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-dbus-libs/Makefile >=================================================================== >diff --git a/head/devel/linux-c6-dbus-libs/Makefile b/head/devel/linux-c6-dbus-libs/Makefile >--- a/head/devel/linux-c6-dbus-libs/Makefile (Revision 393390) >+++ b/head/devel/linux-c6-dbus-libs/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= dbus-libs > PORTVERSION= 1.2.24 >-PORTREVISION= 2 >+PORTREVISION= 4 > CATEGORIES= devel linux > MASTER_SITES= CENTOS_LINUX_UPDATES > >@@ -18,10 +18,8 @@ > 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} >+SRC_DISTFILES= dbus-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE > > .include <bsd.port.mk> >Index: devel/linux-c6-dbus-libs/distinfo.x86_64 >=================================================================== >diff --git a/head/devel/linux-c6-dbus-libs/distinfo.x86_64 b/head/devel/linux-c6-dbus-libs/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-dbus-libs/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/dbus-libs-1.2.24-8.el6_6.x86_64.rpm) = e412f3b9c5a250d9b08617f967ff5a0b81cddd7dc31c57bd4dc6a8fba2fee7da >+SIZE (rpm/x86_64/centos/6.6/dbus-libs-1.2.24-8.el6_6.x86_64.rpm) = 129816 >+SHA256 (rpm/x86_64/centos/6.6/dbus-1.2.24-8.el6_6.src.rpm) = 97c5927a869793f0edd404c59b0d89d15c2d4db3b466b49ed25f00949b1eca84 >+SIZE (rpm/x86_64/centos/6.6/dbus-1.2.24-8.el6_6.src.rpm) = 1721586 > >Eigenschaftsänderungen: head/devel/linux-c6-dbus-libs/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-dbus-libs/pkg-plist.i686 >=================================================================== >diff --git a/head/devel/linux-c6-dbus-libs/pkg-plist.i686 b/head/devel/linux-c6-dbus-libs/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-dbus-libs/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+lib/libdbus-1.so.3 >+lib/libdbus-1.so.3.4.0 > >Eigenschaftsänderungen: head/devel/linux-c6-dbus-libs/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-dbus-libs/pkg-plist.x86_64 >=================================================================== >diff --git a/head/devel/linux-c6-dbus-libs/pkg-plist.x86_64 b/head/devel/linux-c6-dbus-libs/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-dbus-libs/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+lib64/libdbus-1.so.3 >+lib64/libdbus-1.so.3.4.0 > >Eigenschaftsänderungen: head/devel/linux-c6-dbus-libs/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-devtools/Makefile >=================================================================== >diff --git a/head/devel/linux-c6-devtools/Makefile b/head/devel/linux-c6-devtools/Makefile >--- a/head/devel/linux-c6-devtools/Makefile (Revision 393390) >+++ b/head/devel/linux-c6-devtools/Makefile (Arbeitskopie) >@@ -6,18 +6,18 @@ > PORTREVISION= 4 > CATEGORIES= devel > MASTER_SITES= CENTOS_LINUX CENTOS_LINUX_UPDATES >-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_6.9.i686.rpm \ >- glibc-headers-2.12-1.149.el6_6.9.i686.rpm \ >- kernel-headers-2.6.32-504.23.4.el6.i686.rpm \ >- libstdc++-devel-4.4.7-11.el6.i686.rpm \ >- libgomp-4.4.7-11.el6.i686.rpm \ >- mpfr-2.4.1-6.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 >+DISTFILES= binutils-2.20.51.0.2-5.42.el6.${LINUX_RPM_ARCH}.rpm \ >+ binutils-devel-2.20.51.0.2-5.42.el6.${LINUX_RPM_ARCH}.rpm \ >+ glibc-devel-2.12-1.149.el6_6.9.${LINUX_RPM_ARCH}.rpm \ >+ glibc-headers-2.12-1.149.el6_6.9.${LINUX_RPM_ARCH}.rpm \ >+ kernel-headers-2.6.32-504.23.4.el6.${LINUX_RPM_ARCH}.rpm \ >+ libstdc++-devel-4.4.7-11.el6.${LINUX_RPM_ARCH}.rpm \ >+ libgomp-4.4.7-11.el6.${LINUX_RPM_ARCH}.rpm \ >+ mpfr-2.4.1-6.el6.${LINUX_RPM_ARCH}.rpm \ >+ cpp-4.4.7-11.el6.${LINUX_RPM_ARCH}.rpm \ >+ gcc-4.4.7-11.el6.${LINUX_RPM_ARCH}.rpm \ >+ gcc-c++-4.4.7-11.el6.${LINUX_RPM_ARCH}.rpm \ >+ gcc-gfortran-4.4.7-11.el6.${LINUX_RPM_ARCH}.rpm > > MAINTAINER= emulation@FreeBSD.org > COMMENT= Linux compilers and base libraries (CentOS ${LINUX_DIST_VER}) >@@ -33,14 +33,19 @@ > > PLIST_SUB+= NLS="" > >-SRC_DISTFILES= binutils-2.20.51.0.2-5.42.el6.src.rpm \ >- glibc-2.12-1.149.el6_6.9.src.rpm \ >- kernel-2.6.32-504.23.4.el6.src.rpm \ >- mpfr-2.4.1-6.el6.src.rpm \ >- gcc-4.4.7-11.el6.src.rpm >+SRC_DISTFILES= binutils-2.20.51.0.2-5.42.el6.src.rpm:SOURCE \ >+ glibc-2.12-1.149.el6_6.9.src.rpm:SOURCE \ >+ kernel-2.6.32-504.23.4.el6.src.rpm:SOURCE \ >+ mpfr-2.4.1-6.el6.src.rpm:SOURCE \ >+ gcc-4.4.7-11.el6.src.rpm:SOURCE > > post-install: >+. if defined(OVERRIDE_LINUX_BASE_PORT) && ${OVERRIDE_LINUX_BASE_PORT} == "c6_64" >+ ${LN} -sf ${LINUXBASE}/lib64/libgcc_s.so.1 \ >+ ${STAGEDIR}${PREFIX}/usr/lib/gcc/x86_64-redhat-linux/4.4.4/libgcc_s.so >+. else > ${LN} -sf ${LINUXBASE}/lib/libgcc_s.so.1 \ > ${STAGEDIR}${PREFIX}/usr/lib/gcc/i686-redhat-linux/4.4.4/libgcc_s.so >+. endif > > .include <bsd.port.mk> >Index: devel/linux-c6-devtools/distinfo.x86_64 >=================================================================== >diff --git a/head/devel/linux-c6-devtools/distinfo.x86_64 b/head/devel/linux-c6-devtools/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-devtools/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,34 @@ >+SHA256 (rpm/x86_64/centos/6.6/binutils-2.20.51.0.2-5.42.el6.x86_64.rpm) = d379615ad33b456d9c0668a30352c0a68a1ea0fc4c32fd96962bf16e38006a75 >+SIZE (rpm/x86_64/centos/6.6/binutils-2.20.51.0.2-5.42.el6.x86_64.rpm) = 2898968 >+SHA256 (rpm/x86_64/centos/6.6/binutils-devel-2.20.51.0.2-5.42.el6.x86_64.rpm) = 970a05cfef9ac39cd9bd624e0f8dd0ed0f5aca28f5d0c8aacf35bcec014dd6c9 >+SIZE (rpm/x86_64/centos/6.6/binutils-devel-2.20.51.0.2-5.42.el6.x86_64.rpm) = 703204 >+SHA256 (rpm/x86_64/centos/6.6/glibc-devel-2.12-1.149.el6_6.9.x86_64.rpm) = 3705c8079805449b4a01aa97aa6a7d8f467fedbf2ac88e5e9c3d58ebf15fc23e >+SIZE (rpm/x86_64/centos/6.6/glibc-devel-2.12-1.149.el6_6.9.x86_64.rpm) = 1007344 >+SHA256 (rpm/x86_64/centos/6.6/glibc-headers-2.12-1.149.el6_6.9.x86_64.rpm) = 9910a446ca5782bf4c8745abe63357ab368b6d36d8723a4ce978fec49064262d >+SIZE (rpm/x86_64/centos/6.6/glibc-headers-2.12-1.149.el6_6.9.x86_64.rpm) = 626832 >+SHA256 (rpm/x86_64/centos/6.6/kernel-headers-2.6.32-504.23.4.el6.x86_64.rpm) = 2b1b840d6743ecf0f5f1085a2ba1103e38231e249932cb4c0a3ee75dabdede1f >+SIZE (rpm/x86_64/centos/6.6/kernel-headers-2.6.32-504.23.4.el6.x86_64.rpm) = 3530836 >+SHA256 (rpm/x86_64/centos/6.6/libstdc++-devel-4.4.7-11.el6.x86_64.rpm) = 281b480af781b8d1b423a2049bd3a155c3a61f0ce03a049ed08847e82b11a396 >+SIZE (rpm/x86_64/centos/6.6/libstdc++-devel-4.4.7-11.el6.x86_64.rpm) = 1675804 >+SHA256 (rpm/x86_64/centos/6.6/libgomp-4.4.7-11.el6.x86_64.rpm) = 8c0dec5e28bce876b069bfb504cc08ede6e7bec4cfd602b53e3a41a23bfd1f41 >+SIZE (rpm/x86_64/centos/6.6/libgomp-4.4.7-11.el6.x86_64.rpm) = 136196 >+SHA256 (rpm/x86_64/centos/6.6/mpfr-2.4.1-6.el6.x86_64.rpm) = 20d2ce3bc1ea03844a0beb1726b01ef50d8555b3c9facb65264055a634709cf4 >+SIZE (rpm/x86_64/centos/6.6/mpfr-2.4.1-6.el6.x86_64.rpm) = 160772 >+SHA256 (rpm/x86_64/centos/6.6/cpp-4.4.7-11.el6.x86_64.rpm) = 46d44398642706fbe53e48210b6aa2211877813c9fe8583160b0603e0f2191e9 >+SIZE (rpm/x86_64/centos/6.6/cpp-4.4.7-11.el6.x86_64.rpm) = 3907564 >+SHA256 (rpm/x86_64/centos/6.6/gcc-4.4.7-11.el6.x86_64.rpm) = d0e3f44724eb994f08a459e6009fbde52c25c7ea247df57874239ac1ce35d1d4 >+SIZE (rpm/x86_64/centos/6.6/gcc-4.4.7-11.el6.x86_64.rpm) = 10599896 >+SHA256 (rpm/x86_64/centos/6.6/gcc-c++-4.4.7-11.el6.x86_64.rpm) = 065bf3866dd0f0b48bb1994288f1cadb707cf150b47987f3ba1df2195c6d2870 >+SIZE (rpm/x86_64/centos/6.6/gcc-c++-4.4.7-11.el6.x86_64.rpm) = 4948592 >+SHA256 (rpm/x86_64/centos/6.6/gcc-gfortran-4.4.7-11.el6.x86_64.rpm) = f04418d21c216cbb12858043788423431779908401ea30de8f0aa60e9c9d71c6 >+SIZE (rpm/x86_64/centos/6.6/gcc-gfortran-4.4.7-11.el6.x86_64.rpm) = 4939792 >+SHA256 (rpm/x86_64/centos/6.6/binutils-2.20.51.0.2-5.42.el6.src.rpm) = c72cf98931aef94b7b321f408dbbecc8e93b511287cb9a3a40574d8bb9e03b2c >+SIZE (rpm/x86_64/centos/6.6/binutils-2.20.51.0.2-5.42.el6.src.rpm) = 16323273 >+SHA256 (rpm/x86_64/centos/6.6/glibc-2.12-1.149.el6_6.9.src.rpm) = 707d103e880ad41fb7996eaa7f74575c942601b85cbbbec47363384619e1e869 >+SIZE (rpm/x86_64/centos/6.6/glibc-2.12-1.149.el6_6.9.src.rpm) = 16192266 >+SHA256 (rpm/x86_64/centos/6.6/kernel-2.6.32-504.23.4.el6.src.rpm) = 81ef629cac158b5efac57e713db8e6995c8a5eb2f8a53e0e09b133889045c9e0 >+SIZE (rpm/x86_64/centos/6.6/kernel-2.6.32-504.23.4.el6.src.rpm) = 99436794 >+SHA256 (rpm/x86_64/centos/6.6/mpfr-2.4.1-6.el6.src.rpm) = 4b5fcd2cf40deb6a791f4fa4e39315e2345001e528c45ed52042e3c4ba467f6c >+SIZE (rpm/x86_64/centos/6.6/mpfr-2.4.1-6.el6.src.rpm) = 911271 >+SHA256 (rpm/x86_64/centos/6.6/gcc-4.4.7-11.el6.src.rpm) = df7730e2e7d52d5ce4c655bd4fff23c738fb6b1c5b81d6f2878e4c7664d7031b >+SIZE (rpm/x86_64/centos/6.6/gcc-4.4.7-11.el6.src.rpm) = 52377306 > >Eigenschaftsänderungen: head/devel/linux-c6-devtools/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-devtools/pkg-plist >=================================================================== >diff --git a/head/devel/linux-c6-devtools/pkg-plist b/head/devel/linux-c6-devtools/pkg-plist >deleted file mode 10644 >--- a/head/devel/linux-c6-devtools/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,2056 +0,0 @@ >-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/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/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.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/libgomp.so.1 >-usr/lib/libgomp.so.1.0.0 >-usr/lib/libiberty.a >-usr/lib/libieee.a >-usr/lib/libm.so >-usr/lib/libmcheck.a >-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.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/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/libgomp-4.4.7/ChangeLog.bz2 >-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/libgomp.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 >Index: devel/linux-c6-devtools/pkg-plist.i686 >=================================================================== >diff --git a/head/devel/linux-c6-devtools/pkg-plist b/head/devel/linux-c6-devtools/pkg-plist.i686 >copy from head/devel/linux-c6-devtools/pkg-plist@392922 >copy to head/devel/linux-c6-devtools/pkg-plist.i686 >Index: devel/linux-c6-devtools/pkg-plist.x86_64 >=================================================================== >diff --git a/head/devel/linux-c6-devtools/pkg-plist.x86_64 b/head/devel/linux-c6-devtools/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-devtools/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,2102 @@ >+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/x86_64-redhat-linux-c++ >+usr/bin/x86_64-redhat-linux-g++ >+usr/bin/x86_64-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/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/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/x86_64-redhat-linux/32/bits/atomic_word.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/32/bits/basic_file.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/32/bits/c++allocator.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/32/bits/c++config.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/32/bits/c++io.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/32/bits/c++locale.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/32/bits/cpu_defines.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/32/bits/ctype_base.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/32/bits/ctype_inline.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/32/bits/ctype_noninline.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/32/bits/cxxabi_tweaks.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/32/bits/error_constants.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/32/bits/extc++.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/32/bits/gthr-default.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/32/bits/gthr-posix.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/32/bits/gthr-single.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/32/bits/gthr-tpf.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/32/bits/gthr.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/32/bits/messages_members.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/32/bits/os_defines.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/32/bits/stdc++.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/32/bits/stdtr1c++.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/32/bits/time_members.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/bits/atomic_word.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/bits/basic_file.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/bits/c++allocator.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/bits/c++config.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/bits/c++io.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/bits/c++locale.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/bits/cpu_defines.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_base.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_inline.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/bits/ctype_noninline.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/bits/cxxabi_tweaks.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/bits/error_constants.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/bits/extc++.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/bits/gthr-default.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/bits/gthr-posix.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/bits/gthr-single.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/bits/gthr-tpf.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/bits/gthr.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/bits/messages_members.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/bits/os_defines.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/bits/stdc++.h >+usr/include/c++/4.4.4/x86_64-redhat-linux/bits/stdtr1c++.h >+usr/include/c++/4.4.4/x86_64-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-64.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/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/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/lib64/Mcrt1.o >+usr/lib64/Scrt1.o >+usr/lib64/crt1.o >+usr/lib64/crti.o >+usr/lib64/crtn.o >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/SYSCALLS.c.X >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/crtbegin.o >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/crtbeginS.o >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/crtbeginT.o >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/crtend.o >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/crtendS.o >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/crtfastmath.o >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/crtprec32.o >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/crtprec64.o >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/crtprec80.o >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/crtbegin.o >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/crtbeginS.o >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/crtbeginT.o >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/crtend.o >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/crtendS.o >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/crtfastmath.o >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/crtprec32.o >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/crtprec64.o >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/crtprec80.o >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/libgcc.a >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/libgcc_eh.a >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/libgcc_s.so >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/libgcov.a >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/libgfortran.a >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/libgfortran.so >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/libgfortranbegin.a >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/libgomp.a >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/libgomp.so >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/libmudflap.a >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/libmudflap.so >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/libmudflapth.a >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/libmudflapth.so >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/libstdc++.a >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/libstdc++.so >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/32/libsupc++.a >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/finclude/omp_lib.f90 >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/finclude/omp_lib.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/finclude/omp_lib.mod >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/finclude/omp_lib_kinds.mod >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/abmintrin.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/ammintrin.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/avxintrin.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/bmiintrin.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/bmmintrin.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/cpuid.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/cross-stdarg.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/emmintrin.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/f16cintrin.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/float.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/fma4intrin.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/immintrin.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/iso646.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/limits.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/lwpintrin.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/mm3dnow.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/mm_malloc.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/mmintrin.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/nmmintrin.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/omp.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/pmmintrin.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/popcntintrin.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/smmintrin.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stdarg.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stdbool.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stddef.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/stdfix.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/syslimits.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/tbmintrin.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/tmmintrin.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/unwind.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/varargs.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/wmmintrin.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/x86intrin.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/xmmintrin.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/include/xopintrin.h >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/libgcc.a >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/libgcc_eh.a >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/libgcc_s.so >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/libgcov.a >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/libgfortran.a >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/libgfortran.so >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/libgfortranbegin.a >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/libgomp.a >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/libgomp.so >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/libgomp.spec >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/libstdc++.a >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/libstdc++.so >+usr/lib/gcc/x86_64-redhat-linux/4.4.4/libsupc++.a >+usr/lib/gcc/x86_64-redhat-linux/4.4.7 >+usr/lib64/gcrt1.o >+usr/lib64/libBrokenLocale.so >+usr/lib64/libanl.so >+usr/lib64/libbfd-2.20.51.0.2-5.42.el6.so >+usr/lib64/libbfd.a >+usr/lib64/libbfd.so >+usr/lib64/libbsd-compat.a >+usr/lib64/libbsd.a >+usr/lib64/libc.so >+usr/lib64/libc_nonshared.a >+usr/lib64/libcidn.so >+usr/lib64/libcrypt.so >+usr/lib64/libdl.so >+usr/lib64/libg.a >+usr/lib64/libgomp.so.1 >+usr/lib64/libgomp.so.1.0.0 >+usr/lib64/libiberty.a >+usr/lib64/libieee.a >+usr/lib64/libm.so >+usr/lib64/libmcheck.a >+usr/lib64/libmpfr.so.1 >+usr/lib64/libmpfr.so.1.2.0 >+usr/lib64/libnsl.so >+usr/lib64/libnss_compat.so >+usr/lib64/libnss_dns.so >+usr/lib64/libnss_files.so >+usr/lib64/libnss_hesiod.so >+usr/lib64/libnss_nis.so >+usr/lib64/libnss_nisplus.so >+usr/lib64/libopcodes-2.20.51.0.2-5.42.el6.so >+usr/lib64/libopcodes.a >+usr/lib64/libopcodes.so >+usr/lib64/libpthread.so >+usr/lib64/libpthread_nonshared.a >+usr/lib64/libresolv.so >+usr/lib64/librpcsvc.a >+usr/lib64/librt.so >+usr/lib64/libthread_db.so >+usr/lib64/libutil.so >+usr/libexec/gcc/x86_64-redhat-linux/4.4.4/cc1 >+usr/libexec/gcc/x86_64-redhat-linux/4.4.4/cc1plus >+usr/libexec/gcc/x86_64-redhat-linux/4.4.4/collect2 >+usr/libexec/gcc/x86_64-redhat-linux/4.4.4/f951 >+usr/libexec/gcc/x86_64-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/libgomp-4.4.7/ChangeLog.bz2 >+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/libgomp.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 > >Eigenschaftsänderungen: head/devel/linux-c6-devtools/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-libgfortran/Makefile >=================================================================== >diff --git a/head/devel/linux-c6-libgfortran/Makefile b/head/devel/linux-c6-libgfortran/Makefile >--- a/head/devel/linux-c6-libgfortran/Makefile (Revision 393390) >+++ b/head/devel/linux-c6-libgfortran/Makefile (Arbeitskopie) >@@ -2,6 +2,7 @@ > > PORTNAME= libgfortran > PORTVERSION= 4.4.7 >+PORTREVISION= 1 > CATEGORIES= devel linux > > MAINTAINER= emulation@FreeBSD.org >@@ -12,8 +13,6 @@ > > RPMVERSION= 11.el6 > USE_LDCONFIG= yes >-SRC_DISTFILES= gcc-${DISTVERSION}${SRC_SUFX} >+SRC_DISTFILES= gcc-${DISTVERSION}${SRC_SUFX}:SOURCE > >-PLIST_FILES= usr/lib/libgfortran.so.3.0.0 usr/lib/libgfortran.so.3 >- > .include <bsd.port.mk> >Index: devel/linux-c6-libgfortran/distinfo.x86_64 >=================================================================== >diff --git a/head/devel/linux-c6-libgfortran/distinfo.x86_64 b/head/devel/linux-c6-libgfortran/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-libgfortran/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/libgfortran-4.4.7-11.el6.x86_64.rpm) = d2b638dc3592b643f21fdb7b337f6a4b1a227540d1e23041fdc9e57d9065866b >+SIZE (rpm/x86_64/centos/6.6/libgfortran-4.4.7-11.el6.x86_64.rpm) = 273104 >+SHA256 (rpm/x86_64/centos/6.6/gcc-4.4.7-11.el6.src.rpm) = df7730e2e7d52d5ce4c655bd4fff23c738fb6b1c5b81d6f2878e4c7664d7031b >+SIZE (rpm/x86_64/centos/6.6/gcc-4.4.7-11.el6.src.rpm) = 52377306 > >Eigenschaftsänderungen: head/devel/linux-c6-libgfortran/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-libgfortran/pkg-plist.i686 >=================================================================== >diff --git a/head/devel/linux-c6-libgfortran/pkg-plist.i686 b/head/devel/linux-c6-libgfortran/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-libgfortran/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+usr/lib/libgfortran.so.3.0.0 >+usr/lib/libgfortran.so.3 > >Eigenschaftsänderungen: head/devel/linux-c6-libgfortran/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-libgfortran/pkg-plist.x86_64 >=================================================================== >diff --git a/head/devel/linux-c6-libgfortran/pkg-plist.x86_64 b/head/devel/linux-c6-libgfortran/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-libgfortran/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+usr/lib64/libgfortran.so.3.0.0 >+usr/lib64/libgfortran.so.3 > >Eigenschaftsänderungen: head/devel/linux-c6-libgfortran/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-libglade2/Makefile >=================================================================== >diff --git a/head/devel/linux-c6-libglade2/Makefile b/head/devel/linux-c6-libglade2/Makefile >--- a/head/devel/linux-c6-libglade2/Makefile (Revision 393390) >+++ b/head/devel/linux-c6-libglade2/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= libglade2 > PORTVERSION= 2.6.4 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel linux > > MAINTAINER= emulation@FreeBSD.org >@@ -17,10 +17,6 @@ > 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 >Index: devel/linux-c6-libglade2/distinfo.x86_64 >=================================================================== >diff --git a/head/devel/linux-c6-libglade2/distinfo.x86_64 b/head/devel/linux-c6-libglade2/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-libglade2/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/libglade2-2.6.4-3.1.el6.x86_64.rpm) = 29fc2725c6a810cb3b49047afac2526a2799afcff61d47f47f95a9cb6eb20e3b >+SIZE (rpm/x86_64/centos/6.6/libglade2-2.6.4-3.1.el6.x86_64.rpm) = 60936 >+SHA256 (rpm/x86_64/centos/6.6/libglade2-2.6.4-3.1.el6.src.rpm) = 1a68ad52cb5dd9a7bdf5b511d5ac1d9d12ec4f19d93373d9bdb04b4afd753bbb >+SIZE (rpm/x86_64/centos/6.6/libglade2-2.6.4-3.1.el6.src.rpm) = 371348 > >Eigenschaftsänderungen: head/devel/linux-c6-libglade2/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-libglade2/pkg-plist.i686 >=================================================================== >diff --git a/head/devel/linux-c6-libglade2/pkg-plist.i686 b/head/devel/linux-c6-libglade2/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-libglade2/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,7 @@ >+usr/lib/libglade-2.0.so.0 >+usr/lib/libglade-2.0.so.0.0.7 >+usr/share/xml/libglade/glade-2.0.dtd >+@dir usr/share/xml/libglade >+@dir usr/share/xml >+@dir usr/lib/libglade/2.0 >+@dir usr/lib/libglade > >Eigenschaftsänderungen: head/devel/linux-c6-libglade2/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-libglade2/pkg-plist.x86_64 >=================================================================== >diff --git a/head/devel/linux-c6-libglade2/pkg-plist.x86_64 b/head/devel/linux-c6-libglade2/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-libglade2/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,7 @@ >+usr/lib64/libglade-2.0.so.0 >+usr/lib64/libglade-2.0.so.0.0.7 >+usr/share/xml/libglade/glade-2.0.dtd >+@dir usr/share/xml/libglade >+@dir usr/share/xml >+@dir usr/lib64/libglade/2.0 >+@dir usr/lib64/libglade > >Eigenschaftsänderungen: head/devel/linux-c6-libglade2/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-libpciaccess/distinfo.x86_64 >=================================================================== >diff --git a/head/devel/linux-c6-libpciaccess/distinfo.x86_64 b/head/devel/linux-c6-libpciaccess/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-libpciaccess/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/libpciaccess-0.13.3-0.1.el6.x86_64.rpm) = bb6ba94465f0a366bbbdcab5e804753571c868bddcb15f2941604c7cc87b6ae1 >+SIZE (rpm/x86_64/centos/6.6/libpciaccess-0.13.3-0.1.el6.x86_64.rpm) = 24840 >+SHA256 (rpm/x86_64/centos/6.6/libpciaccess-0.13.3-0.1.el6.src.rpm) = 166c510984cfad7b9652a89c1ab5eeb605977f2637393c4703faaeba804e8016 >+SIZE (rpm/x86_64/centos/6.6/libpciaccess-0.13.3-0.1.el6.src.rpm) = 73004 > >Eigenschaftsänderungen: head/devel/linux-c6-libpciaccess/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-libpciaccess/pkg-plist >=================================================================== >diff --git a/head/devel/linux-c6-libpciaccess/pkg-plist b/head/devel/linux-c6-libpciaccess/pkg-plist >deleted file mode 10644 >--- a/head/devel/linux-c6-libpciaccess/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,4 +0,0 @@ >-usr/lib/libpciaccess.so.0 >-usr/lib/libpciaccess.so.0.11.1 >-usr/share/doc/libpciaccess-0.13.3/AUTHORS >-usr/share/doc/libpciaccess-0.13.3/COPYING >Index: devel/linux-c6-libpciaccess/pkg-plist.i686 >=================================================================== >diff --git a/head/devel/linux-c6-libpciaccess/pkg-plist b/head/devel/linux-c6-libpciaccess/pkg-plist.i686 >copy from head/devel/linux-c6-libpciaccess/pkg-plist@392922 >copy to head/devel/linux-c6-libpciaccess/pkg-plist.i686 >Index: devel/linux-c6-libpciaccess/pkg-plist.x86_64 >=================================================================== >diff --git a/head/devel/linux-c6-libpciaccess/pkg-plist.x86_64 b/head/devel/linux-c6-libpciaccess/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-libpciaccess/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+usr/lib64/libpciaccess.so.0 >+usr/lib64/libpciaccess.so.0.11.1 >+usr/share/doc/libpciaccess-0.13.3/AUTHORS >+usr/share/doc/libpciaccess-0.13.3/COPYING > >Eigenschaftsänderungen: head/devel/linux-c6-libpciaccess/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-libsigc++20/Makefile >=================================================================== >diff --git a/head/devel/linux-c6-libsigc++20/Makefile b/head/devel/linux-c6-libsigc++20/Makefile >--- a/head/devel/linux-c6-libsigc++20/Makefile (Revision 393390) >+++ b/head/devel/linux-c6-libsigc++20/Makefile (Arbeitskopie) >@@ -3,6 +3,7 @@ > > PORTNAME= libsigc++20 > PORTVERSION= 2.2.4.2 >+PORTREVISION= 1 > CATEGORIES= devel linux > > MAINTAINER= emulation@FreeBSD.org >@@ -16,7 +17,6 @@ > 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 >Index: devel/linux-c6-libsigc++20/distinfo.x86_64 >=================================================================== >diff --git a/head/devel/linux-c6-libsigc++20/distinfo.x86_64 b/head/devel/linux-c6-libsigc++20/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-libsigc++20/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/libsigc++20-2.2.4.2-1.el6.x86_64.rpm) = 1893a6fbcf6c504d2165e069fec27080251d086c7977cc9e2bb064a01e31c839 >+SIZE (rpm/x86_64/centos/6.6/libsigc++20-2.2.4.2-1.el6.x86_64.rpm) = 54236 >+SHA256 (rpm/x86_64/centos/6.6/libsigc++20-2.2.4.2-1.el6.src.rpm) = 1dd742ac7a01cadcc87ae64bd5b1fd5ba1f7c2ac8fee629ffe6c66583884342a >+SIZE (rpm/x86_64/centos/6.6/libsigc++20-2.2.4.2-1.el6.src.rpm) = 3604821 > >Eigenschaftsänderungen: head/devel/linux-c6-libsigc++20/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-libsigc++20/pkg-plist.i686 >=================================================================== >diff --git a/head/devel/linux-c6-libsigc++20/pkg-plist.i686 b/head/devel/linux-c6-libsigc++20/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-libsigc++20/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+usr/lib/libsigc-2.0.so.0.0.0 >+usr/lib/libsigc-2.0.so.0 > >Eigenschaftsänderungen: head/devel/linux-c6-libsigc++20/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-libsigc++20/pkg-plist.x86_64 >=================================================================== >diff --git a/head/devel/linux-c6-libsigc++20/pkg-plist.x86_64 b/head/devel/linux-c6-libsigc++20/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-libsigc++20/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,3 @@ >+usr/lib64/libsigc-2.0.so.0.0.0 >+usr/lib64/libsigc-2.0.so.0 >+ > >Eigenschaftsänderungen: head/devel/linux-c6-libsigc++20/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-ncurses-base/Makefile >=================================================================== >diff --git a/head/devel/linux-c6-ncurses-base/Makefile b/head/devel/linux-c6-ncurses-base/Makefile >--- a/head/devel/linux-c6-ncurses-base/Makefile (Revision 393390) >+++ b/head/devel/linux-c6-ncurses-base/Makefile (Arbeitskopie) >@@ -14,7 +14,7 @@ > LINUX_NAME= ncurses > > RPMVERSION= 3.20090208.el6 >-SRC_DISTFILES= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} >+SRC_DISTFILES= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE > DESCR= ${.CURDIR}/../${LINUX_NAME}/pkg-descr > > .include <bsd.port.mk> >Index: devel/linux-c6-ncurses-base/distinfo.x86_64 >=================================================================== >diff --git a/head/devel/linux-c6-ncurses-base/distinfo.x86_64 b/head/devel/linux-c6-ncurses-base/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-ncurses-base/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/ncurses-base-5.7-3.20090208.el6.x86_64.rpm) = 00e3aecec666b97c574544803c68f7093941ca20e76f531d55c90092b0b68c87 >+SIZE (rpm/x86_64/centos/6.6/ncurses-base-5.7-3.20090208.el6.x86_64.rpm) = 62464 >+SHA256 (rpm/x86_64/centos/6.6/ncurses-5.7-3.20090208.el6.src.rpm) = 56adadf667f294a57602cde47141b75a0bee8c6401fbf002295f59891d1663ff >+SIZE (rpm/x86_64/centos/6.6/ncurses-5.7-3.20090208.el6.src.rpm) = 2646949 > >Eigenschaftsänderungen: head/devel/linux-c6-ncurses-base/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-ncurses-base/pkg-plist >=================================================================== >diff --git a/head/devel/linux-c6-ncurses-base/pkg-plist b/head/devel/linux-c6-ncurses-base/pkg-plist >deleted file mode 10644 >--- a/head/devel/linux-c6-ncurses-base/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,127 +0,0 @@ >-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: devel/linux-c6-ncurses-base/pkg-plist.i686 >=================================================================== >diff --git a/head/devel/linux-c6-ncurses-base/pkg-plist b/head/devel/linux-c6-ncurses-base/pkg-plist.i686 >copy from head/devel/linux-c6-ncurses-base/pkg-plist@392922 >copy to head/devel/linux-c6-ncurses-base/pkg-plist.i686 >Index: devel/linux-c6-ncurses-base/pkg-plist.x86_64 >=================================================================== >diff --git a/head/devel/linux-c6-ncurses-base/pkg-plist.x86_64 b/head/devel/linux-c6-ncurses-base/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-ncurses-base/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +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 > >Eigenschaftsänderungen: head/devel/linux-c6-ncurses-base/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-nspr/Makefile >=================================================================== >diff --git a/head/devel/linux-c6-nspr/Makefile b/head/devel/linux-c6-nspr/Makefile >--- a/head/devel/linux-c6-nspr/Makefile (Revision 393390) >+++ b/head/devel/linux-c6-nspr/Makefile (Arbeitskopie) >@@ -3,6 +3,7 @@ > > PORTNAME= nspr > PORTVERSION= 4.10.8 >+PORTREVISION= 1 > CATEGORIES= devel linux > MASTER_SITES= CENTOS_LINUX_UPDATES > >@@ -18,7 +19,6 @@ > USE_LINUX_RPM= yes > USE_LDCONFIG= yes > >-PLIST_FILES= lib/libnspr4.so lib/libplc4.so lib/libplds4.so > DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr > > .include <bsd.port.mk> >Index: devel/linux-c6-nspr/distinfo.x86_64 >=================================================================== >diff --git a/head/devel/linux-c6-nspr/distinfo.x86_64 b/head/devel/linux-c6-nspr/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-nspr/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/nspr-4.10.8-1.el6_6.x86_64.rpm) = 7d2d61cba1747e999fbd42c130997e9d8c417d60a7a12620a9c40aa07397e560 >+SIZE (rpm/x86_64/centos/6.6/nspr-4.10.8-1.el6_6.x86_64.rpm) = 115964 >+SHA256 (rpm/x86_64/centos/6.6/nspr-4.10.8-1.el6_6.src.rpm) = ea4a128a7d361622a91ac4e2532adbbf4bfd9a166a14b0db7ca5afe44626500b >+SIZE (rpm/x86_64/centos/6.6/nspr-4.10.8-1.el6_6.src.rpm) = 886054 > >Eigenschaftsänderungen: head/devel/linux-c6-nspr/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-nspr/pkg-plist.i686 >=================================================================== >diff --git a/head/devel/linux-c6-nspr/pkg-plist.i686 b/head/devel/linux-c6-nspr/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-nspr/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,3 @@ >+lib/libnspr4.so >+lib/libplc4.so >+lib/libplds4.so > >Eigenschaftsänderungen: head/devel/linux-c6-nspr/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-nspr/pkg-plist.x86_64 >=================================================================== >diff --git a/head/devel/linux-c6-nspr/pkg-plist.x86_64 b/head/devel/linux-c6-nspr/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-nspr/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,3 @@ >+lib64/libnspr4.so >+lib64/libplc4.so >+lib64/libplds4.so > >Eigenschaftsänderungen: head/devel/linux-c6-nspr/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-qt47/Makefile >=================================================================== >diff --git a/head/devel/linux-c6-qt47/Makefile b/head/devel/linux-c6-qt47/Makefile >--- a/head/devel/linux-c6-qt47/Makefile (Revision 393390) >+++ b/head/devel/linux-c6-qt47/Makefile (Arbeitskopie) >@@ -5,22 +5,20 @@ > PORTVERSION= 4.7.2 > PORTREVISION= 1 > CATEGORIES= devel linux >-MASTER_SITES= LOCAL/xmj >-DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/centos/c5 >+MASTER_SITES= http://dl.atrpms.net/el6-${LINUX_REPO_ARCH}/atrpms/testing/ LOCAL/xmj >+DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/atrpms/6 > > MAINTAINER= emulation@FreeBSD.org >-COMMENT= RPM of QT4 (Linux CentOS 5) >+COMMENT= RPM of QT4 (Linux CentOS 6) > > 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 >+RPMVERSION= 1_18.el6 > 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 >+SRC_DISTFILES:= # no file available > > .include <bsd.port.mk> >Index: devel/linux-c6-qt47/distinfo.i386 >=================================================================== >diff --git a/head/devel/linux-c6-qt47/distinfo.i386 b/head/devel/linux-c6-qt47/distinfo.i386 >deleted file mode 10644 >--- a/head/devel/linux-c6-qt47/distinfo.i386 (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,2 +0,0 @@ >-SHA256 (rpm/i386/centos/c5/qt47-4.7.2-1_18.el5.i386.rpm) = ac2207cee44495e3e964062ec994a3f15c9c72ef92fe50ff340d8a545ec16deb >-SIZE (rpm/i386/centos/c5/qt47-4.7.2-1_18.el5.i386.rpm) = 5968641 >Index: devel/linux-c6-qt47/distinfo.i686 >=================================================================== >diff --git a/head/devel/linux-c6-qt47/distinfo.i386 b/head/devel/linux-c6-qt47/distinfo.i686 >copy from head/devel/linux-c6-qt47/distinfo.i386@392922 >copy to head/devel/linux-c6-qt47/distinfo.i686 >--- a/head/devel/linux-c6-qt47/distinfo.i386 (Revision 0) >+++ b/head/devel/linux-c6-qt47/distinfo.i686 (Arbeitskopie) >@@ -1,2 +1,2 @@ >-SHA256 (rpm/i386/centos/c5/qt47-4.7.2-1_18.el5.i386.rpm) = ac2207cee44495e3e964062ec994a3f15c9c72ef92fe50ff340d8a545ec16deb >-SIZE (rpm/i386/centos/c5/qt47-4.7.2-1_18.el5.i386.rpm) = 5968641 >+SHA256 (rpm/i686/atrpms/6/qt47-4.7.2-1_18.el6.i686.rpm) = 670d7b46491d81074338575693677000a4c92736dd8472071d15deb2c9a5869c >+SIZE (rpm/i686/atrpms/6/qt47-4.7.2-1_18.el6.i686.rpm) = 4457248 >Index: devel/linux-c6-qt47/distinfo.x86_64 >=================================================================== >diff --git a/head/devel/linux-c6-qt47/distinfo.x86_64 b/head/devel/linux-c6-qt47/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-qt47/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+SHA256 (rpm/x86_64/atrpms/6/qt47-4.7.2-1_18.el6.x86_64.rpm) = d29376513aec488382e66f15d5cf5f8663a03af2622998c787d400c1a03f314d >+SIZE (rpm/x86_64/atrpms/6/qt47-4.7.2-1_18.el6.x86_64.rpm) = 4376468 > >Eigenschaftsänderungen: head/devel/linux-c6-qt47/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-qt47/pkg-descr >=================================================================== >diff --git a/head/devel/linux-c6-qt47/pkg-descr b/head/devel/linux-c6-qt47/pkg-descr >new file mode 10644 > >Eigenschaftsänderungen: head/devel/linux-c6-qt47/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-qt47/pkg-plist >=================================================================== >diff --git a/head/devel/linux-c6-qt47/pkg-plist b/head/devel/linux-c6-qt47/pkg-plist >deleted file mode 10644 >--- a/head/devel/linux-c6-qt47/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,79 +0,0 @@ >-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: devel/linux-c6-qt47/pkg-plist.i686 >=================================================================== >diff --git a/head/devel/linux-c6-qt47/pkg-plist b/head/devel/linux-c6-qt47/pkg-plist.i686 >copy from head/devel/linux-c6-qt47/pkg-plist@392922 >copy to head/devel/linux-c6-qt47/pkg-plist.i686 >--- a/head/devel/linux-c6-qt47/pkg-plist (Revision 0) >+++ b/head/devel/linux-c6-qt47/pkg-plist.i686 (Arbeitskopie) >@@ -52,18 +52,6 @@ > 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 >Index: devel/linux-c6-qt47/pkg-plist.x86_64 >=================================================================== >diff --git a/head/devel/linux-c6-qt47/pkg-plist.x86_64 b/head/devel/linux-c6-qt47/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-qt47/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,67 @@ >+etc/ld.so.conf.d/0_qt47-x86_64.conf >+usr/bin/qdbus-qt47 >+usr/lib64/qt47/bin/qdbus >+usr/lib64/qt47/etc/Trolltech.conf >+usr/lib64/qt47/libQtCore.so.4 >+usr/lib64/qt47/libQtCore.so.4.7 >+usr/lib64/qt47/libQtCore.so.4.7.2 >+usr/lib64/qt47/libQtDBus.so.4 >+usr/lib64/qt47/libQtDBus.so.4.7 >+usr/lib64/qt47/libQtDBus.so.4.7.2 >+usr/lib64/qt47/libQtNetwork.so.4 >+usr/lib64/qt47/libQtNetwork.so.4.7 >+usr/lib64/qt47/libQtNetwork.so.4.7.2 >+usr/lib64/qt47/libQtScript.so.4 >+usr/lib64/qt47/libQtScript.so.4.7 >+usr/lib64/qt47/libQtScript.so.4.7.2 >+usr/lib64/qt47/libQtSql.so.4 >+usr/lib64/qt47/libQtSql.so.4.7 >+usr/lib64/qt47/libQtSql.so.4.7.2 >+usr/lib64/qt47/libQtTest.so.4 >+usr/lib64/qt47/libQtTest.so.4.7 >+usr/lib64/qt47/libQtTest.so.4.7.2 >+usr/lib64/qt47/libQtXml.so.4 >+usr/lib64/qt47/libQtXml.so.4.7 >+usr/lib64/qt47/libQtXml.so.4.7.2 >+usr/lib64/qt47/libQtXmlPatterns.so.4 >+usr/lib64/qt47/libQtXmlPatterns.so.4.7 >+usr/lib64/qt47/libQtXmlPatterns.so.4.7.2 >+usr/lib64/qt47/phrasebooks/danish.qph >+usr/lib64/qt47/phrasebooks/dutch.qph >+usr/lib64/qt47/phrasebooks/finnish.qph >+usr/lib64/qt47/phrasebooks/french.qph >+usr/lib64/qt47/phrasebooks/german.qph >+usr/lib64/qt47/phrasebooks/hungarian.qph >+usr/lib64/qt47/phrasebooks/italian.qph >+usr/lib64/qt47/phrasebooks/japanese.qph >+usr/lib64/qt47/phrasebooks/norwegian.qph >+usr/lib64/qt47/phrasebooks/polish.qph >+usr/lib64/qt47/phrasebooks/russian.qph >+usr/lib64/qt47/phrasebooks/spanish.qph >+usr/lib64/qt47/phrasebooks/swedish.qph >+usr/lib64/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_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/lib64/qt47/plugins/crypto >+%%PORTDOCS%%@dir usr/%%DOCSDIR%%/qch > >Eigenschaftsänderungen: head/devel/linux-c6-qt47/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-sdl12/Makefile >=================================================================== >diff --git a/head/devel/linux-c6-sdl12/Makefile b/head/devel/linux-c6-sdl12/Makefile >--- a/head/devel/linux-c6-sdl12/Makefile (Revision 393390) >+++ b/head/devel/linux-c6-sdl12/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= sdl > PORTVERSION= 1.2.14 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel linux > DISTNAME= SDL-${PORTVERSION}-${RPMVERSION} > >@@ -22,11 +22,10 @@ > RPMVERSION= 3.el6 > USE_LDCONFIG= yes > >-PLIST_FILES= usr/lib/libSDL-1.2.so.0 usr/lib/libSDL-1.2.so.0.11.3 > DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} > PORTDOCS= BUGS COPYING CREDITS README-SDL.txt > DESCR= ${.CURDIR}/../${PORTNAME}12/pkg-descr > >-SRC_DISTFILES= SDL-1.2.14-3.el6.src.rpm >+SRC_DISTFILES= SDL-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE > > .include <bsd.port.mk> >Index: devel/linux-c6-sdl12/distinfo.x86_64 >=================================================================== >diff --git a/head/devel/linux-c6-sdl12/distinfo.x86_64 b/head/devel/linux-c6-sdl12/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-sdl12/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/SDL-1.2.14-3.el6.x86_64.rpm) = 883c62475433d1b4603525dd5bc61e99d75ee5e30ce72c989eff965c953399be >+SIZE (rpm/x86_64/centos/6.6/SDL-1.2.14-3.el6.x86_64.rpm) = 197516 >+SHA256 (rpm/x86_64/centos/6.6/SDL-1.2.14-3.el6.src.rpm) = c8a442d825217d0a4db1513b9252910c31a005ee2ddc8f57765ad9cac294d95f >+SIZE (rpm/x86_64/centos/6.6/SDL-1.2.14-3.el6.src.rpm) = 3658657 > >Eigenschaftsänderungen: head/devel/linux-c6-sdl12/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-sdl12/pkg-plist.i686 >=================================================================== >diff --git a/head/devel/linux-c6-sdl12/pkg-plist.i686 b/head/devel/linux-c6-sdl12/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-sdl12/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+usr/lib/libSDL-1.2.so.0 >+usr/lib/libSDL-1.2.so.0.11.3 > >Eigenschaftsänderungen: head/devel/linux-c6-sdl12/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: devel/linux-c6-sdl12/pkg-plist.x86_64 >=================================================================== >diff --git a/head/devel/linux-c6-sdl12/pkg-plist.x86_64 b/head/devel/linux-c6-sdl12/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/devel/linux-c6-sdl12/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+usr/lib64/libSDL-1.2.so.0 >+usr/lib64/libSDL-1.2.so.0.11.3 > >Eigenschaftsänderungen: head/devel/linux-c6-sdl12/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: dns/linux-c6-libasyncns/Makefile >=================================================================== >diff --git a/head/dns/linux-c6-libasyncns/Makefile b/head/dns/linux-c6-libasyncns/Makefile >--- a/head/dns/linux-c6-libasyncns/Makefile (Revision 393390) >+++ b/head/dns/linux-c6-libasyncns/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= libasyncns > PORTVERSION= 0.8 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= dns devel linux > > MAINTAINER= emulation@FreeBSD.org >@@ -13,6 +13,5 @@ > USE_LINUX_RPM= yes > RPMVERSION= 1.1.el6 > USE_LDCONFIG= yes >-AUTOMATIC_PLIST= yes > > .include <bsd.port.mk> >Index: dns/linux-c6-libasyncns/distinfo.x86_64 >=================================================================== >diff --git a/head/dns/linux-c6-libasyncns/distinfo.x86_64 b/head/dns/linux-c6-libasyncns/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/dns/linux-c6-libasyncns/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/libasyncns-0.8-1.1.el6.x86_64.rpm) = 40302e7bc4628ce8cba6df68b1aaabe4c227906a44d3ec7618d962a498e778e4 >+SIZE (rpm/x86_64/centos/6.6/libasyncns-0.8-1.1.el6.x86_64.rpm) = 24936 >+SHA256 (rpm/x86_64/centos/6.6/libasyncns-0.8-1.1.el6.src.rpm) = 6d0b1cd3002d4d79c43bc121e28f5c9bd65b69a80f9cd117cef234caecc47537 >+SIZE (rpm/x86_64/centos/6.6/libasyncns-0.8-1.1.el6.src.rpm) = 346427 > >Eigenschaftsänderungen: head/dns/linux-c6-libasyncns/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: dns/linux-c6-libasyncns/pkg-plist.i686 >=================================================================== >diff --git a/head/dns/linux-c6-libasyncns/pkg-plist.i686 b/head/dns/linux-c6-libasyncns/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/dns/linux-c6-libasyncns/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,5 @@ >+usr/lib/libasyncns.so.0 >+usr/lib/libasyncns.so.0.3.1 >+usr/share/doc/libasyncns-0.8/LICENSE >+usr/share/doc/libasyncns-0.8/README >+ > >Eigenschaftsänderungen: head/dns/linux-c6-libasyncns/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: dns/linux-c6-libasyncns/pkg-plist.x86_64 >=================================================================== >diff --git a/head/dns/linux-c6-libasyncns/pkg-plist.x86_64 b/head/dns/linux-c6-libasyncns/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/dns/linux-c6-libasyncns/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,5 @@ >+usr/lib64/libasyncns.so.0 >+usr/lib64/libasyncns.so.0.3.1 >+usr/share/doc/libasyncns-0.8/LICENSE >+usr/share/doc/libasyncns-0.8/README >+ > >Eigenschaftsänderungen: head/dns/linux-c6-libasyncns/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: emulators/linux-c6/Makefile >=================================================================== >diff --git a/head/emulators/linux-c6/Makefile b/head/emulators/linux-c6/Makefile >--- a/head/emulators/linux-c6/Makefile (Revision 393390) >+++ b/head/emulators/linux-c6/Makefile (Arbeitskopie) >@@ -1,8 +1,8 @@ > # Created by: Johannes Jost Meixner <xmj@FreeBSD.org> > # $FreeBSD$ > >-PORTNAME= linux-c6 >-PORTVERSION= 0.2 >+PORTNAME= linux-${USE_LINUX} >+PORTVERSION= 0.3 > CATEGORIES= emulators linux > > MAINTAINER= emulation@FreeBSD.org >@@ -15,79 +15,79 @@ > > # 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-pixbuf2>0:${PORTSDIR}/graphics/linux-c6-gdk-pixbuf2 \ >- linux-c6-cairo>0:${PORTSDIR}/graphics/linux-c6-cairo >+RUN_DEPENDS+= linux-${USE_LINUX}-libasyncns>0:${PORTSDIR}/dns/linux-c6-libasyncns \ >+ linux-${USE_LINUX}-tk85>0:${PORTSDIR}/x11-toolkits/linux-c6-tk85 \ >+ linux-${USE_LINUX}-gtk2>0:${PORTSDIR}/x11-toolkits/linux-c6-gtk2 \ >+ linux-${USE_LINUX}-hicolor-icon-theme>0:${PORTSDIR}/x11-themes/linux-c6-hicolor-icon-theme \ >+ linux-${USE_LINUX}-qt47-x11>0:${PORTSDIR}/x11-toolkits/linux-c6-qt47-x11 \ >+ linux-${USE_LINUX}-pango>0:${PORTSDIR}/x11-toolkits/linux-c6-pango \ >+ linux-${USE_LINUX}-openmotif>0:${PORTSDIR}/x11-toolkits/linux-c6-openmotif \ >+ linux-${USE_LINUX}-atk>0:${PORTSDIR}/accessibility/linux-c6-atk \ >+ linux-${USE_LINUX}-sqlite>0:${PORTSDIR}/databases/linux-c6-sqlite3 \ >+ linux-${USE_LINUX}-tcl85>0:${PORTSDIR}/lang/linux-c6-tcl85 \ >+ linux-${USE_LINUX}-nspr>0:${PORTSDIR}/devel/linux-c6-nspr \ >+ linux-${USE_LINUX}-libsigc++20>0:${PORTSDIR}/devel/linux-c6-libsigc++20 \ >+ linux-${USE_LINUX}-sdl>0:${PORTSDIR}/devel/linux-c6-sdl12 \ >+ linux-${USE_LINUX}-libpciaccess>0:${PORTSDIR}/devel/linux-c6-libpciaccess \ >+ linux-${USE_LINUX}-libglade2>0:${PORTSDIR}/devel/linux-c6-libglade2 \ >+ linux-${USE_LINUX}-devtools>0:${PORTSDIR}/devel/linux-c6-devtools \ >+ linux-${USE_LINUX}-dbus-libs>0:${PORTSDIR}/devel/linux-c6-dbus-libs \ >+ linux-${USE_LINUX}-qt47>0:${PORTSDIR}/devel/linux-c6-qt47 \ >+ linux-${USE_LINUX}-dbus-glib>0:${PORTSDIR}/devel/linux-c6-dbus-glib \ >+ linux-${USE_LINUX}-ncurses-base>0:${PORTSDIR}/devel/linux-c6-ncurses-base \ >+ linux-${USE_LINUX}-xorg-libs>0:${PORTSDIR}/x11/linux-c6-xorg-libs \ >+ linux-${USE_LINUX}-fontconfig>0:${PORTSDIR}/x11-fonts/linux-c6-fontconfig \ >+ linux-${USE_LINUX}-cups-libs>0:${PORTSDIR}/print/linux-c6-cups-libs \ >+ linux-${USE_LINUX}-flac>0:${PORTSDIR}/audio/linux-c6-flac \ >+ linux-${USE_LINUX}-alsa-utils>0:${PORTSDIR}/audio/linux-c6-alsa-utils \ >+ linux-${USE_LINUX}-alsa-lib>0:${PORTSDIR}/audio/linux-c6-alsa-lib \ >+ linux-${USE_LINUX}-libaudiofile>0:${PORTSDIR}/audio/linux-c6-libaudiofile \ >+ linux-${USE_LINUX}-esound>0:${PORTSDIR}/audio/linux-c6-esound \ >+ linux-${USE_LINUX}-alsa-plugins-oss>0:${PORTSDIR}/audio/linux-c6-alsa-plugins-oss \ >+ linux-${USE_LINUX}-sdl_mixer>0:${PORTSDIR}/audio/linux-c6-sdl_mixer \ >+ linux-${USE_LINUX}-alsa-plugins-pulseaudio>0:${PORTSDIR}/audio/linux-c6-alsa-plugins-pulseaudio \ >+ linux-${USE_LINUX}-libsndfile>0:${PORTSDIR}/audio/linux-c6-libsndfile \ >+ linux-${USE_LINUX}-libogg>0:${PORTSDIR}/audio/linux-c6-libogg \ >+ linux-${USE_LINUX}-arts>0:${PORTSDIR}/audio/linux-c6-arts \ >+ linux-${USE_LINUX}-pulseaudio-utils>0:${PORTSDIR}/audio/linux-c6-pulseaudio-utils \ >+ linux-${USE_LINUX}-pulseaudio-libs>0:${PORTSDIR}/audio/linux-c6-pulseaudio-libs \ >+ linux-${USE_LINUX}-mikmod>0:${PORTSDIR}/audio/linux-c6-mikmod \ >+ linux-${USE_LINUX}-openal-soft>0:${PORTSDIR}/audio/linux-c6-openal-soft \ >+ linux-${USE_LINUX}-libvorbis>0:${PORTSDIR}/audio/linux-c6-libvorbis \ >+ linux-${USE_LINUX}-nas-libs>0:${PORTSDIR}/audio/linux-c6-nas-libs \ >+ linux-${USE_LINUX}-libtheora>0:${PORTSDIR}/multimedia/linux-c6-libtheora \ >+ linux-${USE_LINUX}-libv4l>0:${PORTSDIR}/multimedia/linux-c6-libv4l \ >+ linux-${USE_LINUX}-qt47-webkit>0:${PORTSDIR}/www/linux-c6-qt47-webkit \ >+ linux-${USE_LINUX}-flashplugin>0:${PORTSDIR}/www/linux-c6-flashplugin11 \ >+ linux-${USE_LINUX}-cyrus-sasl2>0:${PORTSDIR}/security/linux-c6-cyrus-sasl2 \ >+ linux-${USE_LINUX}-libssh2>0:${PORTSDIR}/security/linux-c6-libssh2 \ >+ linux-${USE_LINUX}-openssl-compat>0:${PORTSDIR}/security/linux-c6-openssl-compat \ >+ linux-${USE_LINUX}-openssl>0:${PORTSDIR}/security/linux-c6-openssl \ >+ linux-${USE_LINUX}-gnutls>0:${PORTSDIR}/security/linux-c6-gnutls \ >+ linux-${USE_LINUX}-libgcrypt>0:${PORTSDIR}/security/linux-c6-libgcrypt \ >+ linux-${USE_LINUX}-nss>0:${PORTSDIR}/security/linux-c6-nss \ >+ linux-${USE_LINUX}-libtasn1>0:${PORTSDIR}/security/linux-c6-libtasn1 \ >+ linux-${USE_LINUX}-libgpg-error>0:${PORTSDIR}/security/linux-c6-libgpg-error \ >+ linux-${USE_LINUX}-curl>0:${PORTSDIR}/ftp/linux-c6-curl \ >+ linux-${USE_LINUX}-tcp_wrappers-libs>0:${PORTSDIR}/net/linux-c6-tcp_wrappers-libs \ >+ linux-${USE_LINUX}-openldap>0:${PORTSDIR}/net/linux-c6-openldap \ >+ linux-${USE_LINUX}-avahi-libs>0:${PORTSDIR}/net/linux-c6-avahi-libs \ >+ linux-${USE_LINUX}-expat>0:${PORTSDIR}/textproc/linux-c6-expat \ >+ linux-${USE_LINUX}-aspell>0:${PORTSDIR}/textproc/linux-c6-aspell \ >+ linux-${USE_LINUX}-libxml2>0:${PORTSDIR}/textproc/linux-c6-libxml2 \ >+ linux-${USE_LINUX}-sdl_image>0:${PORTSDIR}/graphics/linux-c6-sdl_image \ >+ linux-${USE_LINUX}-sdl_ttf>0:${PORTSDIR}/graphics/linux-c6-sdl_ttf \ >+ linux-${USE_LINUX}-png>0:${PORTSDIR}/graphics/linux-c6-png \ >+ linux-${USE_LINUX}-tiff>0:${PORTSDIR}/graphics/linux-c6-tiff \ >+ linux-${USE_LINUX}-jpeg>0:${PORTSDIR}/graphics/linux-c6-jpeg \ >+ linux-${USE_LINUX}-glx-utils>0:${PORTSDIR}/graphics/linux-c6-glx-utils \ >+ linux-${USE_LINUX}-gdk-pixbuf2>0:${PORTSDIR}/graphics/linux-c6-gdk-pixbuf2 \ >+ linux-${USE_LINUX}-cairo>0:${PORTSDIR}/graphics/linux-c6-cairo > > OPTIONS_DEFINE= NVIDIA_GL > > 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 >+ linux-${USE_LINUX}-libGLU>0:${PORTSDIR}/graphics/linux-c6-libGLU >+NVIDIA_GL_RUN_DEPENDS_OFF= linux-${USE_LINUX}-dri>0:${PORTSDIR}/graphics/linux-c6-dri > > .include <bsd.port.mk> >Index: emulators/linux_base-c6/Makefile >=================================================================== >diff --git a/head/emulators/linux_base-c6/Makefile b/head/emulators/linux_base-c6/Makefile >--- a/head/emulators/linux_base-c6/Makefile (Revision 393390) >+++ b/head/emulators/linux_base-c6/Makefile (Arbeitskopie) >@@ -1,11 +1,15 @@ > # Created by: Svyatoslav Lempert <svyatoslav.lempert@gmail dot com> > # $FreeBSD$ > >-PORTNAME= c6 >+PORTNAME= linux_base-c6 > PORTVERSION= 6.6 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= emulators linux > MASTER_SITES= CENTOS_LINUX CENTOS_LINUX_UPDATES >+MASTER_SITE_SUBDIR= centos/${LINUX_DIST_VER}/os/${LINUX_REPO_ARCH}/Packages/\ >+ centos/${LINUX_DIST_VER}/updates/${LINUX_REPO_ARCH}/Packages/ \ >+ ${LINUX_DIST_VER}/os/${LINUX_REPO_ARCH}/Packages/ >+ > PKGNAMEPREFIX= linux_base- > DISTFILES= ${PRE_BIN_DISTFILES} ${BIN_DISTFILES} ${SRC_DISTFILES} > EXTRACT_ONLY= ${BIN_DISTFILES} >@@ -19,7 +23,7 @@ > > # 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 \ >+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 \ >@@ -29,7 +33,7 @@ > centos-release-6-6.el6.centos.12.2.${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 \ >+ compat-libstdc++-296-2.96-144.el6.i686.rpm \ > coreutils-8.4-37.el6.${LINUX_RPM_ARCH}.rpm \ > db4-4.7.25-19.el6_6.${LINUX_RPM_ARCH}.rpm \ > e2fsprogs-1.41.12-21.el6.${LINUX_RPM_ARCH}.rpm \ >@@ -74,49 +78,49 @@ > zlib-1.2.3-29.el6.${LINUX_RPM_ARCH}.rpm > > .if defined(PACKAGE_BUILDING) >-SRC_DISTFILES= basesystem-10.0-4.el6.src.rpm \ >- bash-4.1.2-29.el6.src.rpm \ >- bzip2-1.0.5-7.el6_0.src.rpm \ >- centos-release-6-6.el6.centos.12.2.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 \ >- coreutils-8.4-37.el6.src.rpm \ >- db4-4.7.25-19.el6_6.src.rpm \ >- e2fsprogs-1.41.12-21.el6.src.rpm \ >- elfutils-0.158-3.2.el6.src.rpm \ >- filesystem-2.4.30-3.el6.src.rpm \ >- findutils-4.4.2-6.el6.src.rpm \ >- freetype-2.3.11-15.el6_6.1.src.rpm \ >- gamin-0.1.10-9.el6.src.rpm \ >- gdbm-1.8.0-36.el6.src.rpm \ >- glib2-2.28.8-4.el6.src.rpm \ >- glibc-2.12-1.149.el6_6.9.src.rpm \ >- gmp-4.3.1-7.el6_2.2.src.rpm \ >- grep-2.6.3-6.el6.src.rpm \ >- texinfo-4.13a-8.el6.src.rpm \ >- keyutils-1.4-5.el6.src.rpm \ >- krb5-1.10.3-37.el6_6.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-11.el6.src.rpm \ >- libidn-1.18-2.el6.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.18.el6.src.rpm \ >- which-2.19-6.el6.src.rpm \ >- zlib-1.2.3-29.el6.src.rpm >+SRC_DISTFILES= basesystem-10.0-4.el6.src.rpm:SOURCE \ >+ bash-4.1.2-29.el6.src.rpm:SOURCE \ >+ bzip2-1.0.5-7.el6_0.src.rpm:SOURCE \ >+ coreutils-8.4-37.el6.src.rpm:SOURCE \ >+ compat-db-4.6.21-15.el6.src.rpm:SOURCE \ >+ compat-gcc-296-2.96-144.el6.src.rpm:SOURCE \ >+ compat-gcc-32-3.2.3-69.el6.src.rpm:SOURCE \ >+ db4-4.7.25-19.el6_6.src.rpm:SOURCE \ >+ e2fsprogs-1.41.12-21.el6.src.rpm:SOURCE \ >+ elfutils-0.158-3.2.el6.src.rpm:SOURCE \ >+ centos-release-6-6.el6.centos.12.2.src.rpm:SOURCE \ >+ filesystem-2.4.30-3.el6.src.rpm:SOURCE \ >+ findutils-4.4.2-6.el6.src.rpm:SOURCE \ >+ freetype-2.3.11-15.el6_6.1.src.rpm:SOURCE \ >+ gamin-0.1.10-9.el6.src.rpm:SOURCE \ >+ gdbm-1.8.0-36.el6.src.rpm:SOURCE \ >+ glib2-2.28.8-4.el6.src.rpm:SOURCE \ >+ glibc-2.12-1.149.el6_6.9.src.rpm:SOURCE \ >+ gmp-4.3.1-7.el6_2.2.src.rpm:SOURCE \ >+ grep-2.6.3-6.el6.src.rpm:SOURCE \ >+ texinfo-4.13a-8.el6.src.rpm:SOURCE \ >+ keyutils-1.4-5.el6.src.rpm:SOURCE \ >+ krb5-1.10.3-37.el6_6.src.rpm:SOURCE \ >+ less-436-13.el6.src.rpm:SOURCE \ >+ acl-2.2.49-6.el6.src.rpm:SOURCE \ >+ attr-2.4.44-7.el6.src.rpm:SOURCE \ >+ libcap-2.16-5.5.el6.src.rpm:SOURCE \ >+ gcc-4.4.7-11.el6.src.rpm:SOURCE \ >+ libidn-1.18-2.el6.src.rpm:SOURCE \ >+ libselinux-2.0.94-5.8.el6.src.rpm:SOURCE \ >+ libsepol-2.0.41-4.el6.src.rpm:SOURCE \ >+ ncurses-5.7-3.20090208.el6.src.rpm:SOURCE \ >+ pcre-7.8-6.el6.src.rpm:SOURCE \ >+ popt-1.13-7.el6.src.rpm:SOURCE \ >+ readline-6.0-4.el6.src.rpm:SOURCE \ >+ redhat-lsb-4.0-7.el6.centos.src.rpm:SOURCE \ >+ sed-4.2.1-10.el6.src.rpm:SOURCE \ >+ setserial-2.17-25.el6.src.rpm:SOURCE \ >+ setup-2.8.14-20.el6_4.1.src.rpm:SOURCE \ >+ slang-2.2.1-1.el6.src.rpm:SOURCE \ >+ util-linux-ng-2.17.2-12.18.el6.src.rpm:SOURCE \ >+ which-2.19-6.el6.src.rpm:SOURCE \ >+ zlib-1.2.3-29.el6.src.rpm:SOURCE > > ALWAYS_KEEP_DISTFILES= yes > .endif >@@ -124,10 +128,18 @@ > CONFLICTS= linux_base-gentoo* linux_base-f10-[0-9]* linux-glib2-* > > ONLY_FOR_ARCHS= i386 amd64 >+. if defined(OVERRIDE_LINUX_BASE_PORT) && ${OVERRIDE_LINUX_BASE_PORT} == "c6_64" >+PKGNAMESUFFIX= _64 >+LINUX_RPM_ARCH= x86_64 >+LINUX_REPO_ARCH= x86_64 >+. else > LINUX_RPM_ARCH= i686 >+LINUX_REPO_ARCH= i386 >+. endif > USE_LINUX_PREFIX= yes > NO_WRKSUBDIR= yes > DISTINFO_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} >+PLIST= ${MASTERDIR}/pkg-plist.${LINUX_RPM_ARCH} > PLIST_SUB= GLIBCVER="2.12" LINUXBASE=${LINUXBASE} > USES= shebangfix > SHEBANG_FILES= bin/redhat_lsb_init sbin/mount.tmpfs >@@ -162,8 +174,10 @@ > .endif > > .if (${ARCH} == "amd64") >+. if defined(OVERRIDE_LINUX_BASE_PORT) && ${OVERRIDE_LINUX_BASE_PORT} != "c6_64" > LATEST_LINK:= ${PKGBASE:C/linux/linux32/} > ARCH= i386 >+. endif > .endif > > pre-extract: >@@ -174,6 +188,9 @@ > fi; \ > done > # now fix up broken permissions >+. if defined(OVERRIDE_LINUX_BASE_PORT) && ${OVERRIDE_LINUX_BASE_PORT} == "c6_64" >+ @${CHMOD} -R u+rwX ${WRKDIR}/lib64 ${WRKDIR}/usr/lib64 >+. endif > @${CHMOD} -R u+rwX ${WRKDIR}/bin ${WRKDIR}/lib ${WRKDIR}/sbin ${WRKDIR}/usr/bin ${WRKDIR}/usr/lib ${WRKDIR}/usr/sbin > @${CHMOD} 400 ${WRKDIR}/etc/*shadow > >@@ -193,7 +210,7 @@ > # > # Create a good ld.so.conf and touch ld.so.cache > # >- @${ECHO_CMD} -e '/lib\n/usr/lib\n${X11BASE}/lib' >> \ >+ @${ECHO_CMD} -e '/lib\n/usr/lib\n/usr/lib64\n${X11BASE}/lib' >> \ > ${WRKSRC}/etc/ld.so.conf > @${TOUCH} ${WRKSRC}/etc/ld.so.cache > # >@@ -209,18 +226,16 @@ > # > @${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 >+. if defined(OVERRIDE_LINUX_BASE_PORT) && ${OVERRIDE_LINUX_BASE_PORT} == "c6_64" >+ @${BRANDELF} -t Linux ${WRKSRC}/lib64/ld-2.12.so >+. else > @${BRANDELF} -t Linux ${WRKSRC}/lib/ld-2.12.so >+. endif > >-# 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 >Index: emulators/linux_base-c6/distinfo.x86_64 >=================================================================== >diff --git a/head/emulators/linux_base-c6/distinfo.x86_64 b/head/emulators/linux_base-c6/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/emulators/linux_base-c6/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,190 @@ >+SHA256 (rpm/x86_64/centos/6.6/filesystem-2.4.30-3.el6.x86_64.rpm) = 150f03ed50c82c50c80ae4b0754a5a5f3a858d97d140721d9f31bf9ef191f880 >+SIZE (rpm/x86_64/centos/6.6/filesystem-2.4.30-3.el6.x86_64.rpm) = 1057228 >+SHA256 (rpm/x86_64/centos/6.6/setup-2.8.14-20.el6_4.1.noarch.rpm) = f3baabe199eabf0c11866c1c076f0c6bc01abe0c1cab20aa3348cd8e1c967031 >+SIZE (rpm/x86_64/centos/6.6/setup-2.8.14-20.el6_4.1.noarch.rpm) = 154440 >+SHA256 (rpm/x86_64/centos/6.6/basesystem-10.0-4.el6.noarch.rpm) = 18860007697438e375733bb4a36a599daac2e2ae95d98a74c436a10d0974710e >+SIZE (rpm/x86_64/centos/6.6/basesystem-10.0-4.el6.noarch.rpm) = 4784 >+SHA256 (rpm/x86_64/centos/6.6/bash-4.1.2-29.el6.x86_64.rpm) = ddaf9004a85399b497f676e5b49055e46864637c7dce63b2467b352d58204641 >+SIZE (rpm/x86_64/centos/6.6/bash-4.1.2-29.el6.x86_64.rpm) = 928548 >+SHA256 (rpm/x86_64/centos/6.6/bzip2-1.0.5-7.el6_0.x86_64.rpm) = e179e17b35407c2e6725a6ee230bbf51531f6ed788e1b8c4ac1e9ee859463648 >+SIZE (rpm/x86_64/centos/6.6/bzip2-1.0.5-7.el6_0.x86_64.rpm) = 49724 >+SHA256 (rpm/x86_64/centos/6.6/bzip2-libs-1.0.5-7.el6_0.x86_64.rpm) = b2695bdc5a3119873c2580ca96b972b932c96b553ae98778461ef82204233a4a >+SIZE (rpm/x86_64/centos/6.6/bzip2-libs-1.0.5-7.el6_0.x86_64.rpm) = 37368 >+SHA256 (rpm/x86_64/centos/6.6/centos-release-6-6.el6.centos.12.2.x86_64.rpm) = 0b3b4f632977ea0799ea58f01c1b6cb23512d3ea424b0a4e7cf11f86f0d22924 >+SIZE (rpm/x86_64/centos/6.6/centos-release-6-6.el6.centos.12.2.x86_64.rpm) = 21800 >+SHA256 (rpm/x86_64/centos/6.6/compat-db43-4.3.29-15.el6.x86_64.rpm) = c852d0b0bb4769226fbb5f5295fd6bfd758bb30470c8621d6beb2624c5cffe8e >+SIZE (rpm/x86_64/centos/6.6/compat-db43-4.3.29-15.el6.x86_64.rpm) = 894824 >+SHA256 (rpm/x86_64/centos/6.6/compat-libstdc++-33-3.2.3-69.el6.x86_64.rpm) = 41ea0fec16c0ca62722a32b7ffd70bb716beec8b6dd32b57f076be02a5aee00c >+SIZE (rpm/x86_64/centos/6.6/compat-libstdc++-33-3.2.3-69.el6.x86_64.rpm) = 187476 >+SHA256 (rpm/x86_64/centos/6.6/compat-libstdc++-296-2.96-144.el6.i686.rpm) = a0d7cba8cf0fcb625ce3181d64fa59ca018b562350c30b3a13fd8b858f21f134 >+SIZE (rpm/x86_64/centos/6.6/compat-libstdc++-296-2.96-144.el6.i686.rpm) = 78832 >+SHA256 (rpm/x86_64/centos/6.6/coreutils-8.4-37.el6.x86_64.rpm) = 4090b7af998eefd2e7c145f769313e26c0cef9707b21ca94f7f87cba4522257c >+SIZE (rpm/x86_64/centos/6.6/coreutils-8.4-37.el6.x86_64.rpm) = 3184120 >+SHA256 (rpm/x86_64/centos/6.6/db4-4.7.25-19.el6_6.x86_64.rpm) = 91e69ebef93acb1eed7b92a9e4168ce64bd46cffbb4bc844e967871fbd4ffb0c >+SIZE (rpm/x86_64/centos/6.6/db4-4.7.25-19.el6_6.x86_64.rpm) = 576528 >+SHA256 (rpm/x86_64/centos/6.6/e2fsprogs-1.41.12-21.el6.x86_64.rpm) = 1da979e2d0b53789cbf9b06bbcd670ac3949bfce281722bf73c06965fd5dc19b >+SIZE (rpm/x86_64/centos/6.6/e2fsprogs-1.41.12-21.el6.x86_64.rpm) = 566700 >+SHA256 (rpm/x86_64/centos/6.6/e2fsprogs-libs-1.41.12-21.el6.x86_64.rpm) = 4403a5301a2f38119df95f9a8062aba51c2ccef1002236518ded976f6c6b6e93 >+SIZE (rpm/x86_64/centos/6.6/e2fsprogs-libs-1.41.12-21.el6.x86_64.rpm) = 123728 >+SHA256 (rpm/x86_64/centos/6.6/elfutils-0.158-3.2.el6.x86_64.rpm) = 971cdbd11817f7ed145808b274ab75651adb0ee9e1f3bee63ac6cd32ed2df972 >+SIZE (rpm/x86_64/centos/6.6/elfutils-0.158-3.2.el6.x86_64.rpm) = 238696 >+SHA256 (rpm/x86_64/centos/6.6/findutils-4.4.2-6.el6.x86_64.rpm) = 6224143ce90ba9862d2572c2b1cc6655f87e02c0156566d7d721652db99f99be >+SIZE (rpm/x86_64/centos/6.6/findutils-4.4.2-6.el6.x86_64.rpm) = 458112 >+SHA256 (rpm/x86_64/centos/6.6/freetype-2.3.11-15.el6_6.1.x86_64.rpm) = db9f9418457ac284178ce414f70dcd6e1aa55b3a02b450e3ea6441776a7b4ed3 >+SIZE (rpm/x86_64/centos/6.6/freetype-2.3.11-15.el6_6.1.x86_64.rpm) = 369532 >+SHA256 (rpm/x86_64/centos/6.6/gamin-0.1.10-9.el6.x86_64.rpm) = 9632fe00e669183fa1b1dfc7ef9c0bcd792d53239cb05e9861b5a47951fe145a >+SIZE (rpm/x86_64/centos/6.6/gamin-0.1.10-9.el6.x86_64.rpm) = 125008 >+SHA256 (rpm/x86_64/centos/6.6/gdbm-1.8.0-36.el6.x86_64.rpm) = 66d7e15c29b5215a5723962777734c389ac6b7f9e726ec362e33277e3c7fe58c >+SIZE (rpm/x86_64/centos/6.6/gdbm-1.8.0-36.el6.x86_64.rpm) = 29496 >+SHA256 (rpm/x86_64/centos/6.6/glib2-2.28.8-4.el6.x86_64.rpm) = fd969e3425645dcf0495bd61feaa01f0b83296c72cfec71d0ccfac77b2ee15a7 >+SIZE (rpm/x86_64/centos/6.6/glib2-2.28.8-4.el6.x86_64.rpm) = 1753004 >+SHA256 (rpm/x86_64/centos/6.6/glibc-2.12-1.149.el6_6.9.x86_64.rpm) = 712f9c468fa39edcb974433852db80d5cb6ce6cacb6d24f2050c04de62c834e3 >+SIZE (rpm/x86_64/centos/6.6/glibc-2.12-1.149.el6_6.9.x86_64.rpm) = 3993876 >+SHA256 (rpm/x86_64/centos/6.6/glibc-common-2.12-1.149.el6_6.9.x86_64.rpm) = 62c09f50b6bb09105f34733e0ddf68f7313925c08b736e364fb4f9ee3ff6e137 >+SIZE (rpm/x86_64/centos/6.6/glibc-common-2.12-1.149.el6_6.9.x86_64.rpm) = 14884352 >+SHA256 (rpm/x86_64/centos/6.6/gmp-4.3.1-7.el6_2.2.x86_64.rpm) = ec257a3a9b58ac802f344623cf4bb8a507c75583c18c0a3d798dafd69059b7fe >+SIZE (rpm/x86_64/centos/6.6/gmp-4.3.1-7.el6_2.2.x86_64.rpm) = 211528 >+SHA256 (rpm/x86_64/centos/6.6/grep-2.6.3-6.el6.x86_64.rpm) = ed34833b26f3f68f657cddd0c2681cbfb107deea9069a18c3baeaf7b0c0e2899 >+SIZE (rpm/x86_64/centos/6.6/grep-2.6.3-6.el6.x86_64.rpm) = 234628 >+SHA256 (rpm/x86_64/centos/6.6/info-4.13a-8.el6.x86_64.rpm) = 15f7b80e6a468a4d933fc607a6bf76485a9c249d3b2a252d027ce5c40e697eac >+SIZE (rpm/x86_64/centos/6.6/info-4.13a-8.el6.x86_64.rpm) = 181876 >+SHA256 (rpm/x86_64/centos/6.6/keyutils-1.4-5.el6.x86_64.rpm) = aa8417be37fa6fd3f52cda08bd04376b5701d9837ef8a34b33a9f8ef79c0e243 >+SIZE (rpm/x86_64/centos/6.6/keyutils-1.4-5.el6.x86_64.rpm) = 40152 >+SHA256 (rpm/x86_64/centos/6.6/keyutils-libs-1.4-5.el6.x86_64.rpm) = d2baa3ca6959fd7000da0c06266daf01665ab661f263101d2ed4f5903c8e8a86 >+SIZE (rpm/x86_64/centos/6.6/keyutils-libs-1.4-5.el6.x86_64.rpm) = 20684 >+SHA256 (rpm/x86_64/centos/6.6/krb5-libs-1.10.3-37.el6_6.x86_64.rpm) = b1d47512686365f16bc55567ad6d57ed15982c6852ac6230e5d00c2a091428fe >+SIZE (rpm/x86_64/centos/6.6/krb5-libs-1.10.3-37.el6_6.x86_64.rpm) = 783980 >+SHA256 (rpm/x86_64/centos/6.6/less-436-13.el6.x86_64.rpm) = 7bf9bb5d1143cadddd6390215d9aa9477d367f3e0c09ac3bd5da3af846215522 >+SIZE (rpm/x86_64/centos/6.6/less-436-13.el6.x86_64.rpm) = 110220 >+SHA256 (rpm/x86_64/centos/6.6/libacl-2.2.49-6.el6.x86_64.rpm) = 2323e63de3fdeb2297c7473eb6a7d9afcb9de96b49d619939b5522d34ae07888 >+SIZE (rpm/x86_64/centos/6.6/libacl-2.2.49-6.el6.x86_64.rpm) = 24008 >+SHA256 (rpm/x86_64/centos/6.6/libattr-2.4.44-7.el6.x86_64.rpm) = 030c511f3aafa5096775faf6f5dc0dd836eee0addde3e48d985bb4f3e69a72df >+SIZE (rpm/x86_64/centos/6.6/libattr-2.4.44-7.el6.x86_64.rpm) = 15636 >+SHA256 (rpm/x86_64/centos/6.6/libblkid-2.17.2-12.18.el6.x86_64.rpm) = 5d978b3734ec08661b61d6958119c242a81029404a717485536907c3ceb68eb5 >+SIZE (rpm/x86_64/centos/6.6/libblkid-2.17.2-12.18.el6.x86_64.rpm) = 118592 >+SHA256 (rpm/x86_64/centos/6.6/libcap-2.16-5.5.el6.x86_64.rpm) = 1687ca7a8af3356851f5257bbdb7a0b16674f18a4d79b4bce605c6b76b0ea0a5 >+SIZE (rpm/x86_64/centos/6.6/libcap-2.16-5.5.el6.x86_64.rpm) = 32448 >+SHA256 (rpm/x86_64/centos/6.6/libcom_err-1.41.12-21.el6.x86_64.rpm) = ff68607273ab2ee0e18ba5e7a07c6f8298d6bba0c77425c8366c9d07bb6e8255 >+SIZE (rpm/x86_64/centos/6.6/libcom_err-1.41.12-21.el6.x86_64.rpm) = 38088 >+SHA256 (rpm/x86_64/centos/6.6/libgcc-4.4.7-11.el6.x86_64.rpm) = 8c400f56e3578ef3a1073e695db3048effdfe394ff35e4bea0cfa35e095114d1 >+SIZE (rpm/x86_64/centos/6.6/libgcc-4.4.7-11.el6.x86_64.rpm) = 104496 >+SHA256 (rpm/x86_64/centos/6.6/libidn-1.18-2.el6.x86_64.rpm) = b4f610e5afe2ef452ed665d9e6f43d22f63744fe9d5c6ea00370c2455546bc91 >+SIZE (rpm/x86_64/centos/6.6/libidn-1.18-2.el6.x86_64.rpm) = 210376 >+SHA256 (rpm/x86_64/centos/6.6/libselinux-2.0.94-5.8.el6.x86_64.rpm) = 26faa15fc102e9d90e2bf555430931b641cc30aeb1363258a0e0d62f9ff61455 >+SIZE (rpm/x86_64/centos/6.6/libselinux-2.0.94-5.8.el6.x86_64.rpm) = 111084 >+SHA256 (rpm/x86_64/centos/6.6/libsepol-2.0.41-4.el6.x86_64.rpm) = b8210da453e53ebdc14e06e1b11426c76e3ea203dce67cea2965f5fbc9e039d8 >+SIZE (rpm/x86_64/centos/6.6/libsepol-2.0.41-4.el6.x86_64.rpm) = 131216 >+SHA256 (rpm/x86_64/centos/6.6/libstdc++-4.4.7-11.el6.x86_64.rpm) = 18824c6b58b2f20e69eaa82f82c3cab380767b6b20557275accdc76af91b37e3 >+SIZE (rpm/x86_64/centos/6.6/libstdc++-4.4.7-11.el6.x86_64.rpm) = 301284 >+SHA256 (rpm/x86_64/centos/6.6/libuuid-2.17.2-12.18.el6.x86_64.rpm) = cf31ed2f1d39f522366142a7c849f59bf285358ebccdc2e89745f1fef2d69048 >+SIZE (rpm/x86_64/centos/6.6/libuuid-2.17.2-12.18.el6.x86_64.rpm) = 70508 >+SHA256 (rpm/x86_64/centos/6.6/ncurses-5.7-3.20090208.el6.x86_64.rpm) = cb8df9ed0b548757bc17b6d02c58ca89ddacfbbe04aa3a5e461c6ba75a1eef3a >+SIZE (rpm/x86_64/centos/6.6/ncurses-5.7-3.20090208.el6.x86_64.rpm) = 274020 >+SHA256 (rpm/x86_64/centos/6.6/ncurses-libs-5.7-3.20090208.el6.x86_64.rpm) = 39cc7ab2267923a008db622fca7d7dfad8ed51f347f710f2d6e8e4b35335a329 >+SIZE (rpm/x86_64/centos/6.6/ncurses-libs-5.7-3.20090208.el6.x86_64.rpm) = 251752 >+SHA256 (rpm/x86_64/centos/6.6/pcre-7.8-6.el6.x86_64.rpm) = 82d96067f9bb5ab3bd67cbca9b43ec9e16ee1c146ae42e001f51aad621cb5d33 >+SIZE (rpm/x86_64/centos/6.6/pcre-7.8-6.el6.x86_64.rpm) = 199516 >+SHA256 (rpm/x86_64/centos/6.6/popt-1.13-7.el6.x86_64.rpm) = eb36a886f5f2b9f5ab7999b2b90c4ec416f0b8a151817874d8e2fc8f5a6a757f >+SIZE (rpm/x86_64/centos/6.6/popt-1.13-7.el6.x86_64.rpm) = 39604 >+SHA256 (rpm/x86_64/centos/6.6/readline-6.0-4.el6.x86_64.rpm) = d777c89f34b0cba68d1dd6fb57a4f06a60de02dcfa0dd0c8e5e2255a51b145cd >+SIZE (rpm/x86_64/centos/6.6/readline-6.0-4.el6.x86_64.rpm) = 182628 >+SHA256 (rpm/x86_64/centos/6.6/redhat-lsb-core-4.0-7.el6.centos.x86_64.rpm) = 697c45997daaeace47528a010c8071027e27c2820104ea6f2805ef84325c6077 >+SIZE (rpm/x86_64/centos/6.6/redhat-lsb-core-4.0-7.el6.centos.x86_64.rpm) = 26016 >+SHA256 (rpm/x86_64/centos/6.6/sed-4.2.1-10.el6.x86_64.rpm) = 4ef0cd3b93d6cef57037aaf858f61810da69cc2f905a4da1cadc5e641a5c4b7f >+SIZE (rpm/x86_64/centos/6.6/sed-4.2.1-10.el6.x86_64.rpm) = 221004 >+SHA256 (rpm/x86_64/centos/6.6/setserial-2.17-25.el6.x86_64.rpm) = f28996685437d9caa76c35b67da2e72d48f38326bac198f1211a328abf9d04b1 >+SIZE (rpm/x86_64/centos/6.6/setserial-2.17-25.el6.x86_64.rpm) = 23868 >+SHA256 (rpm/x86_64/centos/6.6/slang-2.2.1-1.el6.x86_64.rpm) = 32188b2dbe1f7d1e460f85416c067a53a816757df2c84d39abc07936ce6c5376 >+SIZE (rpm/x86_64/centos/6.6/slang-2.2.1-1.el6.x86_64.rpm) = 484172 >+SHA256 (rpm/x86_64/centos/6.6/util-linux-ng-2.17.2-12.18.el6.x86_64.rpm) = 475876e8bc4f098aa80b3d869a2a7a5ef560a67a846a289ed39a00dcc83d3f99 >+SIZE (rpm/x86_64/centos/6.6/util-linux-ng-2.17.2-12.18.el6.x86_64.rpm) = 1641624 >+SHA256 (rpm/x86_64/centos/6.6/which-2.19-6.el6.x86_64.rpm) = 279da7e844149005d729b0a46b9be0b266777fb7c2bd72b815ac8f4d09b61878 >+SIZE (rpm/x86_64/centos/6.6/which-2.19-6.el6.x86_64.rpm) = 39340 >+SHA256 (rpm/x86_64/centos/6.6/zlib-1.2.3-29.el6.x86_64.rpm) = c5b040d38b550da4c75aba719c0b9d6c6936158b2d58ac10a99adc76a68a6302 >+SIZE (rpm/x86_64/centos/6.6/zlib-1.2.3-29.el6.x86_64.rpm) = 74568 >+SHA256 (rpm/x86_64/centos/6.6/basesystem-10.0-4.el6.src.rpm) = 18d3bd0580f40bdc208773f26b424fa1975fad70fae9f179c52337a8f80ade76 >+SIZE (rpm/x86_64/centos/6.6/basesystem-10.0-4.el6.src.rpm) = 5949 >+SHA256 (rpm/x86_64/centos/6.6/bash-4.1.2-29.el6.src.rpm) = 129160afbddac928625eadbe8a05cc442c1ec41572436647c66782e2e86e9c25 >+SIZE (rpm/x86_64/centos/6.6/bash-4.1.2-29.el6.src.rpm) = 6676655 >+SHA256 (rpm/x86_64/centos/6.6/bzip2-1.0.5-7.el6_0.src.rpm) = 99a3d6a620f9f427aaeba974ae06234d0a771231730de7e203b97dce1dbf1931 >+SIZE (rpm/x86_64/centos/6.6/bzip2-1.0.5-7.el6_0.src.rpm) = 855419 >+SHA256 (rpm/x86_64/centos/6.6/coreutils-8.4-37.el6.src.rpm) = f1b875b8a5875bea5dfc6df606dc555e904c2f14cb8b494d60f2ad708d59dc19 >+SIZE (rpm/x86_64/centos/6.6/coreutils-8.4-37.el6.src.rpm) = 4647415 >+SHA256 (rpm/x86_64/centos/6.6/compat-db-4.6.21-15.el6.src.rpm) = d35d08e52defe404712b9d4f2cb6475e05ed170676c090d5e05325c346abcb0f >+SIZE (rpm/x86_64/centos/6.6/compat-db-4.6.21-15.el6.src.rpm) = 9862622 >+SHA256 (rpm/x86_64/centos/6.6/compat-gcc-296-2.96-144.el6.src.rpm) = a2ad7ba6160eada6a669732187affa35110ac26d0bbd709474e476e4d3892370 >+SIZE (rpm/x86_64/centos/6.6/compat-gcc-296-2.96-144.el6.src.rpm) = 13430070 >+SHA256 (rpm/x86_64/centos/6.6/compat-gcc-32-3.2.3-69.el6.src.rpm) = 7ff0c6e00ad06876e10cb79fb87cb57b251e6710c63258e6850e990d9ea49917 >+SIZE (rpm/x86_64/centos/6.6/compat-gcc-32-3.2.3-69.el6.src.rpm) = 21622433 >+SHA256 (rpm/x86_64/centos/6.6/db4-4.7.25-19.el6_6.src.rpm) = 86f2bf2989bdb4cb9dccb8c16977e48623310901be48306b272fa1ad3bd7845e >+SIZE (rpm/x86_64/centos/6.6/db4-4.7.25-19.el6_6.src.rpm) = 13413522 >+SHA256 (rpm/x86_64/centos/6.6/e2fsprogs-1.41.12-21.el6.src.rpm) = f462dcc251e6025903431289c261e1eb28234bc2c8e293abf499f83a58629f63 >+SIZE (rpm/x86_64/centos/6.6/e2fsprogs-1.41.12-21.el6.src.rpm) = 5552235 >+SHA256 (rpm/x86_64/centos/6.6/elfutils-0.158-3.2.el6.src.rpm) = 30a358f9b1f3445d2f4c633c451ee914aa41d0b32b6f1f02cacfadb1027c3f76 >+SIZE (rpm/x86_64/centos/6.6/elfutils-0.158-3.2.el6.src.rpm) = 4994118 >+SHA256 (rpm/x86_64/centos/6.6/centos-release-6-6.el6.centos.12.2.src.rpm) = 83cc1a3b68aa31cef5c9eb02ed4beeb2b0d8cbf10d96012246ad025826ba59e7 >+SIZE (rpm/x86_64/centos/6.6/centos-release-6-6.el6.centos.12.2.src.rpm) = 20423 >+SHA256 (rpm/x86_64/centos/6.6/filesystem-2.4.30-3.el6.src.rpm) = fa8ab9b1a2f23933d6e2f9e2308601c4ee61dd5829f5edcb094aedee194d02e1 >+SIZE (rpm/x86_64/centos/6.6/filesystem-2.4.30-3.el6.src.rpm) = 20457 >+SHA256 (rpm/x86_64/centos/6.6/findutils-4.4.2-6.el6.src.rpm) = ee0fe5c28b088d3e5e4acd3099d84cf3af2cd5cad94991c2ff1498761b4529ce >+SIZE (rpm/x86_64/centos/6.6/findutils-4.4.2-6.el6.src.rpm) = 2184788 >+SHA256 (rpm/x86_64/centos/6.6/freetype-2.3.11-15.el6_6.1.src.rpm) = 02489b5951f7e555bb49d77d2c1531240b4b301cf0a75442b7c1e1c498bbf60f >+SIZE (rpm/x86_64/centos/6.6/freetype-2.3.11-15.el6_6.1.src.rpm) = 1779966 >+SHA256 (rpm/x86_64/centos/6.6/gamin-0.1.10-9.el6.src.rpm) = 5115ba7fbb40ab7bb5b1da851bd67121b000889b3a2fd9b6749eb350b75890b3 >+SIZE (rpm/x86_64/centos/6.6/gamin-0.1.10-9.el6.src.rpm) = 471128 >+SHA256 (rpm/x86_64/centos/6.6/gdbm-1.8.0-36.el6.src.rpm) = ee6ffd96549d5924966869b9fef5813fb8eb17a76b2a6a35c53eb02d0ed1dc01 >+SIZE (rpm/x86_64/centos/6.6/gdbm-1.8.0-36.el6.src.rpm) = 150845 >+SHA256 (rpm/x86_64/centos/6.6/glib2-2.28.8-4.el6.src.rpm) = 949d8a71657700619884a2c0bfdb42eac17cf6ede73d206a7e427d95ad7dcf1c >+SIZE (rpm/x86_64/centos/6.6/glib2-2.28.8-4.el6.src.rpm) = 7119331 >+SHA256 (rpm/x86_64/centos/6.6/glibc-2.12-1.149.el6_6.9.src.rpm) = 707d103e880ad41fb7996eaa7f74575c942601b85cbbbec47363384619e1e869 >+SIZE (rpm/x86_64/centos/6.6/glibc-2.12-1.149.el6_6.9.src.rpm) = 16192266 >+SHA256 (rpm/x86_64/centos/6.6/gmp-4.3.1-7.el6_2.2.src.rpm) = bdcb4d9e864f97b74f116b9bcb22ee2a589b8b7defef76d72004b80a157d9c7c >+SIZE (rpm/x86_64/centos/6.6/gmp-4.3.1-7.el6_2.2.src.rpm) = 1908630 >+SHA256 (rpm/x86_64/centos/6.6/grep-2.6.3-6.el6.src.rpm) = bb4335a2be64249289a7b61359ffbb8a532242daad8520e80ac2b1b539350436 >+SIZE (rpm/x86_64/centos/6.6/grep-2.6.3-6.el6.src.rpm) = 867250 >+SHA256 (rpm/x86_64/centos/6.6/texinfo-4.13a-8.el6.src.rpm) = c7cc4a48a8b429fe93f9462233a9d18cfbd33b994593b5e9cdcbde0a8c3c85db >+SIZE (rpm/x86_64/centos/6.6/texinfo-4.13a-8.el6.src.rpm) = 1589200 >+SHA256 (rpm/x86_64/centos/6.6/keyutils-1.4-5.el6.src.rpm) = 4fa4094f280a3eb8e1253476822fe3dbd2d186b5a8d4affc1311cbef0ca54f52 >+SIZE (rpm/x86_64/centos/6.6/keyutils-1.4-5.el6.src.rpm) = 56808 >+SHA256 (rpm/x86_64/centos/6.6/krb5-1.10.3-37.el6_6.src.rpm) = 44da125def3113c2ac45dc40ba7f7365126362bd19aeb7c67da1fa842ca9d2ae >+SIZE (rpm/x86_64/centos/6.6/krb5-1.10.3-37.el6_6.src.rpm) = 12071633 >+SHA256 (rpm/x86_64/centos/6.6/less-436-13.el6.src.rpm) = 02f5363b8f82f4df9a4d359de686314fae3bf988c57401cac9eea641bbe2e0af >+SIZE (rpm/x86_64/centos/6.6/less-436-13.el6.src.rpm) = 331504 >+SHA256 (rpm/x86_64/centos/6.6/acl-2.2.49-6.el6.src.rpm) = f1feabe034da5a12be746d4bcfe12c5d15bdfc3f53f203880311aaa18ba9ec0d >+SIZE (rpm/x86_64/centos/6.6/acl-2.2.49-6.el6.src.rpm) = 385956 >+SHA256 (rpm/x86_64/centos/6.6/attr-2.4.44-7.el6.src.rpm) = 5f5440619e0109d9f8d913de1100f259296f62a38075bbc8d8608d6988695890 >+SIZE (rpm/x86_64/centos/6.6/attr-2.4.44-7.el6.src.rpm) = 335725 >+SHA256 (rpm/x86_64/centos/6.6/libcap-2.16-5.5.el6.src.rpm) = a0eb99aa04952657fc19541dd70ab185dd00594001a90d0ee138925f2bc3ab6a >+SIZE (rpm/x86_64/centos/6.6/libcap-2.16-5.5.el6.src.rpm) = 69497 >+SHA256 (rpm/x86_64/centos/6.6/gcc-4.4.7-11.el6.src.rpm) = df7730e2e7d52d5ce4c655bd4fff23c738fb6b1c5b81d6f2878e4c7664d7031b >+SIZE (rpm/x86_64/centos/6.6/gcc-4.4.7-11.el6.src.rpm) = 52377306 >+SHA256 (rpm/x86_64/centos/6.6/libidn-1.18-2.el6.src.rpm) = a98516bd92453044dd497cce3c05aefe9bf5ec96a04eaf924b765d3038432054 >+SIZE (rpm/x86_64/centos/6.6/libidn-1.18-2.el6.src.rpm) = 2959181 >+SHA256 (rpm/x86_64/centos/6.6/libselinux-2.0.94-5.8.el6.src.rpm) = 2c69692e202e3c369786d73a1f7b5b31c29522c0dcf1ef9251711794c1869197 >+SIZE (rpm/x86_64/centos/6.6/libselinux-2.0.94-5.8.el6.src.rpm) = 301535 >+SHA256 (rpm/x86_64/centos/6.6/libsepol-2.0.41-4.el6.src.rpm) = ac1799bd0a70a93f771942ebb489eab4eb6a67422a624f925ba4080f98f73b13 >+SIZE (rpm/x86_64/centos/6.6/libsepol-2.0.41-4.el6.src.rpm) = 248004 >+SHA256 (rpm/x86_64/centos/6.6/ncurses-5.7-3.20090208.el6.src.rpm) = 56adadf667f294a57602cde47141b75a0bee8c6401fbf002295f59891d1663ff >+SIZE (rpm/x86_64/centos/6.6/ncurses-5.7-3.20090208.el6.src.rpm) = 2646949 >+SHA256 (rpm/x86_64/centos/6.6/pcre-7.8-6.el6.src.rpm) = 2d4e0474b7a23df5502f47050c049090ede151921d848486203e47604bd5104d >+SIZE (rpm/x86_64/centos/6.6/pcre-7.8-6.el6.src.rpm) = 861403 >+SHA256 (rpm/x86_64/centos/6.6/popt-1.13-7.el6.src.rpm) = 3b1b1c6e47e84d387b58899dbbc3bf24e45ae09fb79cf975c011aae245091406 >+SIZE (rpm/x86_64/centos/6.6/popt-1.13-7.el6.src.rpm) = 687631 >+SHA256 (rpm/x86_64/centos/6.6/readline-6.0-4.el6.src.rpm) = 898f831df1f1d566091317598cc5caeb3cb451347aaacfc52cc87895f449f5f0 >+SIZE (rpm/x86_64/centos/6.6/readline-6.0-4.el6.src.rpm) = 2290548 >+SHA256 (rpm/x86_64/centos/6.6/redhat-lsb-4.0-7.el6.centos.src.rpm) = 5b7987dfed1b310ccf12bab6cdfcdb9b5748b96d85ed4a037fba43e49252445e >+SIZE (rpm/x86_64/centos/6.6/redhat-lsb-4.0-7.el6.centos.src.rpm) = 52706 >+SHA256 (rpm/x86_64/centos/6.6/sed-4.2.1-10.el6.src.rpm) = 2cef61b73c9377d673a6fb83a568bb86b670e84e641391782f054614bf854e91 >+SIZE (rpm/x86_64/centos/6.6/sed-4.2.1-10.el6.src.rpm) = 974817 >+SHA256 (rpm/x86_64/centos/6.6/setserial-2.17-25.el6.src.rpm) = 1c09e38c61498be4014b102d5b4c79fff4f69eb24d012f7b38926e678880dffa >+SIZE (rpm/x86_64/centos/6.6/setserial-2.17-25.el6.src.rpm) = 64567 >+SHA256 (rpm/x86_64/centos/6.6/setup-2.8.14-20.el6_4.1.src.rpm) = 6cd2835e633e6af4c072f1e444dc150aa91cb96bf92c1ca84321e2bed2b54377 >+SIZE (rpm/x86_64/centos/6.6/setup-2.8.14-20.el6_4.1.src.rpm) = 182928 >+SHA256 (rpm/x86_64/centos/6.6/slang-2.2.1-1.el6.src.rpm) = 3ab2551b5d7d75a1d28d63fea1c48b9e83a87b8f2ba4cd6bd2c5ecb5dd91eda9 >+SIZE (rpm/x86_64/centos/6.6/slang-2.2.1-1.el6.src.rpm) = 1367444 >+SHA256 (rpm/x86_64/centos/6.6/util-linux-ng-2.17.2-12.18.el6.src.rpm) = 78c265431b91f18c73821c0dc0323fc757682f6d3058df2bfa141fce05541302 >+SIZE (rpm/x86_64/centos/6.6/util-linux-ng-2.17.2-12.18.el6.src.rpm) = 4545846 >+SHA256 (rpm/x86_64/centos/6.6/which-2.19-6.el6.src.rpm) = cefa932d168a041d2257085bd2afad13fc719da4bd68d31ef9694371b67135bd >+SIZE (rpm/x86_64/centos/6.6/which-2.19-6.el6.src.rpm) = 144253 >+SHA256 (rpm/x86_64/centos/6.6/zlib-1.2.3-29.el6.src.rpm) = ccdc3260d2b1ee35c3d224154878f9f632fa2153ce7908ffaabd10b3e216d26e >+SIZE (rpm/x86_64/centos/6.6/zlib-1.2.3-29.el6.src.rpm) = 516080 > >Eigenschaftsänderungen: head/emulators/linux_base-c6/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: emulators/linux_base-c6/pkg-message >=================================================================== >diff --git a/head/emulators/linux_base-c6/pkg-message b/head/emulators/linux_base-c6/pkg-message >--- a/head/emulators/linux_base-c6/pkg-message (Revision 393390) >+++ b/head/emulators/linux_base-c6/pkg-message (Arbeitskopie) >@@ -7,8 +7,11 @@ > variable of rc.conf(5). > > ---------------------- >-You should enable Linux mode with the linux_enable variable of rc.conf(5) >-and use compat.linux.osrelease=2.6.18 in sysctl.conf(5). >+You should enable Linux mode with the linux_enable variable of rc.conf(5). >+Depending on the version of FreeBSD you are using you may have to increase >+the emulated linux version via compat.linux.osrelease=2.6.18 in >+sysctl.conf(5). Check via "sysctl compat.linux.osrelease" that it shows a >+lower version number before setting it. > ---------------------- > > If you want to use shared memory in Linux applications, you need to set up >Index: emulators/linux_base-c6/pkg-plist >=================================================================== >diff --git a/head/emulators/linux_base-c6/pkg-plist b/head/emulators/linux_base-c6/pkg-plist >deleted file mode 10644 >--- a/head/emulators/linux_base-c6/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,2916 +0,0 @@ >-bin/[ >-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/expr >-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/test >-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 >-bin/uuidgen >-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 >-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/libblkid.so.1 >-lib/libblkid.so.1.1.0 >-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.2800.8 >-lib/libglib-2.0.so.0 >-lib/libglib-2.0.so.0.2800.8 >-lib/libgmodule-2.0.so.0 >-lib/libgmodule-2.0.so.0.2800.8 >-lib/libgobject-2.0.so.0 >-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.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/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/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/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/libgmp.so.3 >-usr/lib/libgmp.so.3.5.0 >-usr/lib/libgmpxx.so.4 >-usr/lib/libgmpxx.so.4.1.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/libmp.so.3 >-usr/lib/libmp.so.3.1.14 >-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/librt.so.1 >-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.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.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/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/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/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 %%LINUXBASE%% >-@dir etc/X11/applnk >-@dir etc/X11/fontpath.d >-@dir etc/blkid >-@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: emulators/linux_base-c6/pkg-plist.i686 >=================================================================== >diff --git a/head/emulators/linux_base-c6/pkg-plist b/head/emulators/linux_base-c6/pkg-plist.i686 >copy from head/emulators/linux_base-c6/pkg-plist@392922 >copy to head/emulators/linux_base-c6/pkg-plist.i686 >--- a/head/emulators/linux_base-c6/pkg-plist (Revision 0) >+++ b/head/emulators/linux_base-c6/pkg-plist.i686 (Arbeitskopie) >@@ -10,28 +10,38 @@ > bin/cut > bin/date > bin/dd >+bin/dmesg > bin/echo > bin/egrep > bin/env > bin/expr > bin/false >+bin/fgrep > bin/find >-bin/fgrep >+bin/findmnt > bin/grep > bin/keyctl >+bin/kill > bin/link > bin/ln >+bin/logger >+bin/login > bin/ls >+bin/lsblk > bin/mkdir > bin/mknod > bin/mktemp >+bin/more >+bin/mount > bin/mv > bin/nice > bin/pwd >+bin/raw > bin/readlink > bin/redhat_lsb_init > bin/rm > bin/rmdir >+bin/sed > bin/setserial > bin/sh > bin/sleep >@@ -38,23 +48,13 @@ > bin/sort > bin/stty > bin/sync >+bin/taskset > bin/test > bin/touch > bin/true >+bin/umount > 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 > bin/uuidgen > etc/DIR_COLORS > etc/DIR_COLORS.256color >@@ -151,10 +151,10 @@ > lib/libanl.so.1 > lib/libattr.so.1 > lib/libattr.so.1.1.0 >+lib/libblkid.so.1 >+lib/libblkid.so.1.1.0 > lib/libbz2.so.1 > lib/libbz2.so.1.0.4 >-lib/libblkid.so.1 >-lib/libblkid.so.1.1.0 > lib/libc-2.12.so > lib/libc.so.6 > lib/libcap.so.2 >@@ -253,30 +253,6 @@ > 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 >@@ -286,26 +262,50 @@ > sbin/chcpu > sbin/clock > sbin/ctrlaltdel >+sbin/debugfs > sbin/delpart >+sbin/dumpe2fs >+sbin/e2fsck >+sbin/e2image >+sbin/e2label >+sbin/e2undo > sbin/fdisk > sbin/findfs > sbin/fsck > sbin/fsck.cramfs >+sbin/fsck.ext2 >+sbin/fsck.ext3 >+sbin/fsck.ext4 >+sbin/fsck.ext4dev > sbin/fsfreeze > sbin/fstrim > sbin/hwclock >+sbin/install-info >+sbin/ldconfig >+sbin/logsave > sbin/losetup >+sbin/matchpathcon >+sbin/mke2fs > sbin/mkfs > sbin/mkfs.cramfs >+sbin/mkfs.ext2 >+sbin/mkfs.ext3 >+sbin/mkfs.ext4 >+sbin/mkfs.ext4dev > sbin/mkswap > sbin/mount.tmpfs > sbin/nologin > sbin/partx > sbin/pivot_root >+sbin/request-key >+sbin/resize2fs >+sbin/runuser > sbin/sfdisk >+sbin/sln > sbin/swapoff > sbin/swapon > sbin/switch_root >+sbin/tune2fs > sbin/wipefs > usr/bin/[ > usr/bin/base64 >@@ -320,14 +320,23 @@ > usr/bin/bzip2recover > usr/bin/bzless > usr/bin/bzmore >+usr/bin/cal > usr/bin/captoinfo > usr/bin/catchsegv > usr/bin/chattr > usr/bin/chcon >+usr/bin/chfn >+usr/bin/chrt >+usr/bin/chsh > usr/bin/cksum > usr/bin/clear >+usr/bin/col >+usr/bin/colcrt >+usr/bin/colrm >+usr/bin/column > usr/bin/comm > usr/bin/csplit >+usr/bin/cytune > usr/bin/cut > usr/bin/db43_archive > usr/bin/db43_checkpoint >@@ -339,6 +348,7 @@ > usr/bin/db43_stat > usr/bin/db43_upgrade > usr/bin/db43_verify >+usr/bin/ddate > usr/bin/dir > usr/bin/dircolors > usr/bin/dirname >@@ -362,7 +372,10 @@ > usr/bin/expand > usr/bin/expr > usr/bin/factor >+usr/bin/fallocate > usr/bin/find >+usr/bin/flock >+usr/bin/floppy > usr/bin/fmt > usr/bin/fold > usr/bin/gdbus >@@ -369,11 +382,14 @@ > usr/bin/gencat > usr/bin/getconf > usr/bin/getent >+usr/bin/getopt > usr/bin/gio-querymodules-32 > usr/bin/glib-compile-schemas > usr/bin/groups > usr/bin/head >+usr/bin/hexdump > usr/bin/hostid >+usr/bin/i386 > usr/bin/iconv > usr/bin/id > usr/bin/idn >@@ -382,22 +398,34 @@ > usr/bin/infokey > usr/bin/infotocap > usr/bin/install >+usr/bin/ionice >+usr/bin/ipcmk >+usr/bin/ipcrm >+usr/bin/ipcs >+usr/bin/isosize > usr/bin/join >+usr/bin/kill > usr/bin/ldd >-usr/bin/lddlibc4 > usr/bin/less > usr/bin/lessecho > usr/bin/lesskey > usr/bin/lesspipe.sh >+usr/bin/linux32 >+usr/bin/linux64 > usr/bin/locale > usr/bin/localedef >+usr/bin/logger > usr/bin/logname >+usr/bin/look > usr/bin/lp > usr/bin/lsattr > usr/bin/lsb_release >+usr/bin/lscpu > usr/bin/lslogins >+usr/bin/mcookie > usr/bin/md5sum > usr/bin/mkfifo >+usr/bin/namei > usr/bin/nl > usr/bin/nohup > usr/bin/nproc >@@ -414,10 +442,18 @@ > usr/bin/printf > usr/bin/ptx > usr/bin/readlink >+usr/bin/rename >+usr/bin/renice > usr/bin/reset >+usr/bin/rev > usr/bin/rpcgen > usr/bin/runcon >+usr/bin/script >+usr/bin/scriptreplay > usr/bin/seq >+usr/bin/setarch >+usr/bin/setsid >+usr/bin/setterm > usr/bin/sha1sum > usr/bin/sha224sum > usr/bin/sha256sum >@@ -433,6 +469,7 @@ > usr/bin/tabs > usr/bin/tac > usr/bin/tail >+usr/bin/tailf > usr/bin/tee > usr/bin/test > usr/bin/tic >@@ -445,63 +482,30 @@ > usr/bin/tsort > usr/bin/tty > usr/bin/tzselect >+usr/bin/ul > usr/bin/unexpand >+usr/bin/uniq >+usr/bin/unshare > usr/bin/update-gio-modules >-usr/bin/uniq > usr/bin/users >+usr/bin/uuidgen > usr/bin/vdir > usr/bin/wc >+usr/bin/whereis > usr/bin/which > usr/bin/who > usr/bin/whoami >+usr/bin/write > 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/libstdc++-3-libc6.2-2-2.10.0.so >+usr/lib/libstdc++-libc6.2-2.so.3 >+usr/lib/locale/locale-archive >+usr/lib/lsb/install_initd >+usr/lib/lsb/remove_initd > usr/lib/db4.3.29/libdb.so > usr/lib/db4.3.29/libdb_cxx.so > usr/lib/gconv/ANSI_X3.110.so >@@ -755,12 +759,6 @@ > usr/lib/gconv/libKSC.so > usr/lib/gio/modules/libgiofam.so > usr/lib/krb5/plugins/kdb/db2.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/lib/libdb-4.7.so > usr/lib/libfam.so.0 > usr/lib/libfam.so.0.0.0 >@@ -802,11 +800,8 @@ > usr/lib/libpcrecpp.so.0.0.0 > usr/lib/libpcreposix.so.0 > usr/lib/libpcreposix.so.0.0.0 >-usr/lib/librt.so.1 > 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 >@@ -820,36 +815,37 @@ > 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/lib/sse2/libgmp.so.3.5.0 >+usr/lib/sse2/libgmpxx.so.4.1.0 >+usr/lib/sse2/libmp.so.3.1.14 > 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/getconf/POSIX_V7_ILP32_OFF32 > usr/libexec/pt_chown > usr/sbin/build-locale-archive > usr/sbin/capsh > usr/sbin/chroot > usr/sbin/e2freefrag >+usr/sbin/fdformat > usr/sbin/filefrag > usr/sbin/getcap > usr/sbin/getpcaps > usr/sbin/glibc_post_upgrade.i686 >+usr/sbin/hwclock > usr/sbin/iconvconfig > usr/sbin/iconvconfig.i686 >+usr/sbin/ldattach > usr/sbin/mklost+found >+usr/sbin/readprofile > usr/sbin/redhat_lsb_trigger.i686 >+usr/sbin/rtcwake > usr/sbin/setcap >+usr/sbin/tunelp > 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 >@@ -971,6 +967,7 @@ > 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/less-436/LICENSE > usr/share/doc/libcap-2.16/License > usr/share/doc/libcap-2.16/capability.notes > usr/share/doc/libcom_err-1.41.12/COPYING >@@ -982,7 +979,6 @@ > 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 >@@ -1581,16 +1577,17 @@ > usr/share/info/history.info.gz > usr/share/info/info-stnd.info.gz > usr/share/info/info.info.gz >+usr/share/info/ipc.info.gz > usr/share/info/libidn.info.gz > usr/share/info/rluserman.info.gz >+usr/share/info/sed.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/glib20.mo > usr/share/locale/af/LC_MESSAGES/grep.mo >-usr/share/locale/af/LC_MESSAGES/glib20.mo >+usr/share/locale/af/LC_MESSAGES/sed.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 >@@ -1598,6 +1595,7 @@ > 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/findutils.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 >@@ -1605,6 +1603,7 @@ > 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/findutils.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 >@@ -1615,42 +1614,56 @@ > 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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/ca/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/cs/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/da/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/de/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.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 >@@ -1664,112 +1677,151 @@ > 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/findutils.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/eo/LC_MESSAGES/sed.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/es/LC_MESSAGES/util-linux-ng.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/findutils.mo > usr/share/locale/et/LC_MESSAGES/glib20.mo > usr/share/locale/et/LC_MESSAGES/grep.mo >+usr/share/locale/et/LC_MESSAGES/sed.mo >+usr/share/locale/et/LC_MESSAGES/util-linux-ng.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_MESSAGES/sed.mo >+usr/share/locale/eu/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/fi/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/fr/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.mo > usr/share/locale/ga/LC_TIME/coreutils.mo > usr/share/locale/gl/LC_MESSAGES/coreutils.mo >+usr/share/locale/gl/LC_MESSAGES/findutils.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_MESSAGES/sed.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/he/LC_MESSAGES/sed.mo > usr/share/locale/hi/LC_MESSAGES/glib20.mo >+usr/share/locale/hr/LC_MESSAGES/findutils.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/hr/LC_MESSAGES/sed.mo > usr/share/locale/hu/LC_MESSAGES/bash.mo > usr/share/locale/hu/LC_MESSAGES/coreutils.mo >+usr/share/locale/hu/LC_MESSAGES/findutils.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_MESSAGES/sed.mo >+usr/share/locale/hu/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/id/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/it/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/ja/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.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_MESSAGES/findutils.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/findutils.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 >@@ -1782,6 +1834,7 @@ > 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/findutils.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 >@@ -1795,11 +1848,14 @@ > 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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/nl/LC_MESSAGES/util-linux-ng.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 >@@ -1808,64 +1864,88 @@ > 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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/pl/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/pt_BR/LC_MESSAGES/util-linux-ng.mo > usr/share/locale/pt_BR/LC_TIME/coreutils.mo > usr/share/locale/ro/LC_MESSAGES/bash.mo >+usr/share/locale/ro/LC_MESSAGES/findutils.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/ro/LC_MESSAGES/sed.mo > usr/share/locale/ru/LC_MESSAGES/bash.mo > usr/share/locale/ru/LC_MESSAGES/coreutils.mo >+usr/share/locale/ru/LC_MESSAGES/findutils.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_MESSAGES/sed.mo >+usr/share/locale/ru/LC_MESSAGES/util-linux-ng.mo > usr/share/locale/ru/LC_TIME/coreutils.mo >+usr/share/locale/rw/LC_MESSAGES/findutils.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/findutils.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_MESSAGES/sed.mo > usr/share/locale/sk/LC_TIME/coreutils.mo > usr/share/locale/sl/LC_MESSAGES/coreutils.mo >+usr/share/locale/sl/LC_MESSAGES/findutils.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_MESSAGES/sed.mo >+usr/share/locale/sl/LC_MESSAGES/util-linux-ng.mo > usr/share/locale/sl/LC_TIME/coreutils.mo > usr/share/locale/sq/LC_MESSAGES/glib20.mo >+usr/share/locale/sr/LC_MESSAGES/findutils.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/LC_MESSAGES/sed.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/sv/LC_MESSAGES/util-linux-ng.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 >@@ -1875,26 +1955,35 @@ > 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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/tr/LC_MESSAGES/util-linux-ng.mo > usr/share/locale/tr/LC_TIME/coreutils.mo > usr/share/locale/tt/LC_MESSAGES/glib20.mo >+usr/share/locale/ug/LC_MESSAGES/glib20.mo > usr/share/locale/uk/LC_MESSAGES/coreutils.mo >+usr/share/locale/uk/LC_MESSAGES/findutils.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_MESSAGES/sed.mo >+usr/share/locale/uk/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/vi/LC_MESSAGES/util-linux-ng.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 >@@ -1902,117 +1991,24 @@ > 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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/zh_CN/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.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 >@@ -2036,6 +2032,7 @@ > 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/cal.1.gz > usr/share/man/man1/caller.1.gz > usr/share/man/man1/capsh.1.gz > usr/share/man/man1/captoinfo.1m.gz >@@ -2043,12 +2040,19 @@ > 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/chfn.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/chrt.1.gz >+usr/share/man/man1/chsh.1.gz > usr/share/man/man1/cksum.1.gz > usr/share/man/man1/clear.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/comm.1.gz > usr/share/man/man1/command.1.gz > usr/share/man/man1/compgen.1.gz >@@ -2060,6 +2064,7 @@ > 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/ddate.1.gz > usr/share/man/man1/declare.1.gz > usr/share/man/man1/df.1.gz > usr/share/man/man1/dir.1.gz >@@ -2067,6 +2072,7 @@ > 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/dmesg.1.gz > usr/share/man/man1/du.1.gz > usr/share/man/man1/echo.1.gz > usr/share/man/man1/egrep.1.gz >@@ -2079,22 +2085,26 @@ > 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/fallocate.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/find.1.gz >+usr/share/man/man1/flock.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/getopt.1.gz >+usr/share/man/man1/getopts.1.gz > usr/share/man/man1/gio-querymodules.1.gz > usr/share/man/man1/glib-compile-schemas.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/hexdump.1.gz > usr/share/man/man1/history.1.gz > usr/share/man/man1/hostid.1.gz > usr/share/man/man1/id.1.gz >@@ -2105,30 +2115,42 @@ > 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/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/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/kill.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/let.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/logger.1.gz >+usr/share/man/man1/login.1.gz > usr/share/man/man1/logname.1.gz > usr/share/man/man1/logout.1.gz >+usr/share/man/man1/look.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/lscpu.1.gz >+usr/share/man/man1/lslogins.1.gz > usr/share/man/man1/mapfile.1.gz >+usr/share/man/man1/mcookie.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/more.1.gz > usr/share/man/man1/mv.1.gz >+usr/share/man/man1/namei.1.gz > usr/share/man/man1/nice.1.gz > usr/share/man/man1/nl.1.gz > usr/share/man/man1/nohup.1.gz >@@ -2151,14 +2173,23 @@ > 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/readprofile.1.gz >+usr/share/man/man1/rename.1.gz >+usr/share/man/man1/renice.1.gz > usr/share/man/man1/reset.1.gz > usr/share/man/man1/return.1.gz >+usr/share/man/man1/rev.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/script.1.gz >+usr/share/man/man1/scriptreplay.1.gz >+usr/share/man/man1/sed.1.gz > usr/share/man/man1/seq.1.gz > usr/share/man/man1/set.1.gz >+usr/share/man/man1/setsid.1.gz >+usr/share/man/man1/setterm.1.gz > usr/share/man/man1/sh.1.gz > usr/share/man/man1/sha1sum.1.gz > usr/share/man/man1/sha224sum.1.gz >@@ -2183,6 +2214,8 @@ > 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/tailf.1.gz >+usr/share/man/man1/taskset.1.gz > usr/share/man/man1/tee.1.gz > usr/share/man/man1/test.1.gz > usr/share/man/man1/tic.1m.gz >@@ -2200,6 +2233,7 @@ > 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/ul.1.gz > usr/share/man/man1/ulimit.1.gz > usr/share/man/man1/umask.1.gz > usr/share/man/man1/unalias.1.gz >@@ -2208,64 +2242,26 @@ > 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/unshare.1.gz > usr/share/man/man1/users.1.gz >+usr/share/man/man1/uuidgen.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/whereis.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/write.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/.k5identity.5.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/k5identity.5.gz >+usr/share/man/man5/k5login.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 >@@ -2272,34 +2268,9 @@ > 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/badblocks.8.gz > usr/share/man/man8/blkdiscard.8.gz > usr/share/man/man8/blkid.8.gz > usr/share/man/man8/blockdev.8.gz >@@ -2307,25 +2278,45 @@ > 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/debugfs.8.gz > usr/share/man/man8/delpart.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/fdformat.8.gz > usr/share/man/man8/fdisk.8.gz >+usr/share/man/man8/filefrag.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/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/fsfreeze.8.gz > usr/share/man/man8/fstrim.8.gz >+usr/share/man/man8/getcap.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/cytune.8.gz > usr/share/man/man8/linux32.8.gz > usr/share/man/man8/linux64.8.gz >+usr/share/man/man8/logsave.8.gz > usr/share/man/man8/losetup.8.gz > usr/share/man/man8/lsblk.8.gz >+usr/share/man/man8/mke2fs.8.gz > usr/share/man/man8/mkfs.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/mkswap.8.gz > usr/share/man/man8/mount.8.gz > usr/share/man/man8/nologin.8.gz >@@ -2333,12 +2324,17 @@ > 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/request-key.8.gz >+usr/share/man/man8/resize2fs.8.gz > usr/share/man/man8/rtcwake.8.gz > usr/share/man/man8/setarch.8.gz >+usr/share/man/man8/setcap.8.gz >+usr/share/man/man8/setserial.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/tune2fs.8.gz > usr/share/man/man8/tunelp.8.gz > usr/share/man/man8/umount.8.gz > usr/share/man/man8/wipefs.8.gz >@@ -2362,6 +2358,8 @@ > @dir etc/xdg/autostart > @dir etc/xinetd.d > @dir lib/modules >+@dir lib/rtkaio >+@dir lib/security > @dir lib/tls > @dir mnt > @dir opt >@@ -2874,6 +2872,7 @@ > @dir usr/share/locale/zxx/LC_MESSAGES > @dir usr/share/locale/zza/LC_MESSAGES > @dir usr/share/man/man0p >+@dir usr/share/man/man1 > @dir usr/share/man/man1p > @dir usr/share/man/man1x > @dir usr/share/man/man2 >@@ -2883,10 +2882,13 @@ > @dir usr/share/man/man3x > @dir usr/share/man/man4 > @dir usr/share/man/man4x >+@dir usr/share/man/man5 > @dir usr/share/man/man5x > @dir usr/share/man/man6 > @dir usr/share/man/man6x >+@dir usr/share/man/man7 > @dir usr/share/man/man7x >+@dir usr/share/man/man8 > @dir usr/share/man/man8x > @dir usr/share/man/man9 > @dir usr/share/man/man9x >Index: emulators/linux_base-c6/pkg-plist.x86_64 >=================================================================== >diff --git a/head/emulators/linux_base-c6/pkg-plist b/head/emulators/linux_base-c6/pkg-plist.x86_64 >copy from head/emulators/linux_base-c6/pkg-plist@392922 >copy to head/emulators/linux_base-c6/pkg-plist.x86_64 >--- a/head/emulators/linux_base-c6/pkg-plist (Revision 0) >+++ b/head/emulators/linux_base-c6/pkg-plist.x86_64 (Arbeitskopie) >@@ -10,28 +10,38 @@ > bin/cut > bin/date > bin/dd >+bin/dmesg > bin/echo > bin/egrep > bin/env > bin/expr > bin/false >+bin/fgrep > bin/find >-bin/fgrep >+bin/findmnt > bin/grep > bin/keyctl >+bin/kill > bin/link > bin/ln >+bin/logger >+bin/login > bin/ls >+bin/lsblk > bin/mkdir > bin/mknod > bin/mktemp >+bin/more >+bin/mount > bin/mv > bin/nice > bin/pwd >+bin/raw > bin/readlink > bin/redhat_lsb_init > bin/rm > bin/rmdir >+bin/sed > bin/setserial > bin/sh > bin/sleep >@@ -38,28 +48,19 @@ > bin/sort > bin/stty > bin/sync >+bin/taskset > bin/test > bin/touch > bin/true >+bin/umount > 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 > bin/uuidgen > etc/DIR_COLORS > etc/DIR_COLORS.256color > etc/DIR_COLORS.lightbgcolor > etc/aliases >+etc/bash_completion.d/gdbus-bash-completion.sh > etc/bashrc > etc/centos-release > etc/csh.cshrc >@@ -78,13 +79,13 @@ > etc/issue.net > etc/ld.so.cache > etc/ld.so.conf >+etc/lsb-release.d/base-4.0-amd64 >+etc/lsb-release.d/base-4.0-noarch >+etc/lsb-release.d/core-4.0-amd64 >+etc/lsb-release.d/core-4.0-noarch > 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 >@@ -128,188 +129,175 @@ > 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 >-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/libblkid.so.1 >-lib/libblkid.so.1.1.0 >-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.2800.8 >-lib/libglib-2.0.so.0 >-lib/libglib-2.0.so.0.2800.8 >-lib/libgmodule-2.0.so.0 >-lib/libgmodule-2.0.so.0.2800.8 >-lib/libgobject-2.0.so.0 >-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.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 >+lib64/ld-2.12.so >+lib64/ld-linux-x86-64.so.2 >+lib64/ld-lsb-x86-64.so.3 >+lib64/libBrokenLocale-2.12.so >+lib64/libBrokenLocale.so.1 >+lib64/libSegFault.so >+lib64/libacl.so.1 >+lib64/libacl.so.1.1.0 >+lib64/libanl-2.12.so >+lib64/libanl.so.1 >+lib64/libattr.so.1 >+lib64/libattr.so.1.1.0 >+lib64/libblkid.so.1 >+lib64/libblkid.so.1.1.0 >+lib64/libbz2.so.1 >+lib64/libbz2.so.1.0.4 >+lib64/libc-2.12.so >+lib64/libc.so.6 >+lib64/libcap.so.2 >+lib64/libcap.so.2.16 >+lib64/libcidn-2.12.so >+lib64/libcidn.so.1 >+lib64/libcom_err.so.2 >+lib64/libcom_err.so.2.1 >+lib64/libcrypt-2.12.so >+lib64/libcrypt.so.1 >+lib64/libdb-4.3.so >+lib64/libdb-4.7.so >+lib64/libdb_cxx-4.3.so >+lib64/libdl-2.12.so >+lib64/libdl.so.2 >+lib64/libe2p.so.2 >+lib64/libe2p.so.2.3 >+lib64/libext2fs.so.2 >+lib64/libext2fs.so.2.4 >+lib64/libgcc_s-4.4.7-20120601.so.1 >+lib64/libgcc_s.so.1 >+lib64/libgio-2.0.so.0 >+lib64/libgio-2.0.so.0.2800.8 >+lib64/libglib-2.0.so.0 >+lib64/libglib-2.0.so.0.2800.8 >+lib64/libgmodule-2.0.so.0 >+lib64/libgmodule-2.0.so.0.2800.8 >+lib64/libgobject-2.0.so.0 >+lib64/libgobject-2.0.so.0.2800.8 >+lib64/libgssapi_krb5.so.2 >+lib64/libgssapi_krb5.so.2.2 >+lib64/libgssrpc.so.4 >+lib64/libgssrpc.so.4.1 >+lib64/libgthread-2.0.so.0 >+lib64/libgthread-2.0.so.0.2800.8 >+lib64/libidn.so.11 >+lib64/libidn.so.11.6.1 >+lib64/libk5crypto.so.3 >+lib64/libk5crypto.so.3.1 >+lib64/libkeyutils.so.1 >+lib64/libkeyutils.so.1.3 >+lib64/libkrb5.so.3 >+lib64/libkrb5.so.3.3 >+lib64/libkrb5support.so.0 >+lib64/libkrb5support.so.0.1 >+lib64/libm-2.12.so >+lib64/libm.so.6 >+lib64/libmount.so.1 >+lib64/libmount.so.1.1.0 >+lib64/libncurses.so.5 >+lib64/libncurses.so.5.7 >+lib64/libncursesw.so.5 >+lib64/libncursesw.so.5.7 >+lib64/libnsl-2.12.so >+lib64/libnsl.so.1 >+lib64/libnss_compat-2.12.so >+lib64/libnss_compat.so.2 >+lib64/libnss_dns-2.12.so >+lib64/libnss_dns.so.2 >+lib64/libnss_files-2.12.so >+lib64/libnss_files.so.2 >+lib64/libnss_hesiod-2.12.so >+lib64/libnss_hesiod.so.2 >+lib64/libnss_nis-2.12.so >+lib64/libnss_nis.so.2 >+lib64/libnss_nisplus-2.12.so >+lib64/libnss_nisplus.so.2 >+lib64/libpcre.so.0 >+lib64/libpcre.so.0.0.1 >+lib64/libpopt.so.0 >+lib64/libpopt.so.0.0.0 >+lib64/libpthread-2.12.so >+lib64/libpthread.so.0 >+lib64/libreadline.so.6 >+lib64/libreadline.so.6.0 >+lib64/libresolv-2.12.so >+lib64/libresolv.so.2 >+lib64/librt-2.12.so >+lib64/librt.so.1 >+lib64/libselinux.so.1 >+lib64/libsepol.so.1 >+lib64/libthread_db-1.0.so >+lib64/libthread_db.so.1 >+lib64/libtinfo.so.5 >+lib64/libtinfo.so.5.7 >+lib64/libutil-2.12.so >+lib64/libutil.so.1 >+lib64/libuuid.so.1 >+lib64/libuuid.so.1.3.0 >+lib64/libz.so.1 >+lib64/libz.so.1.2.3 >+lib64/rtkaio/librt.so.1 >+lib64/rtkaio/librtkaio-2.12.so >+lib64/security/pam_cap.so >+sbin/addpart >+sbin/agetty > sbin/badblocks >+sbin/blkdiscard >+sbin/blkid >+sbin/blockdev >+sbin/cfdisk >+sbin/chcpu >+sbin/clock >+sbin/ctrlaltdel > sbin/debugfs >+sbin/delpart > sbin/dumpe2fs > sbin/e2fsck > sbin/e2image > sbin/e2label > sbin/e2undo >+sbin/fdisk >+sbin/findfs >+sbin/fsck >+sbin/fsck.cramfs > sbin/fsck.ext2 > sbin/fsck.ext3 > sbin/fsck.ext4 > sbin/fsck.ext4dev >+sbin/fsfreeze >+sbin/fstrim >+sbin/hwclock > sbin/install-info > sbin/ldconfig > sbin/logsave >+sbin/losetup > sbin/matchpathcon > sbin/mke2fs >+sbin/mkfs >+sbin/mkfs.cramfs > 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/request-key >+sbin/resize2fs >+sbin/runuser > sbin/sfdisk >+sbin/sln > sbin/swapoff > sbin/swapon > sbin/switch_root >+sbin/tune2fs > sbin/wipefs > usr/bin/[ > usr/bin/base64 >-usr/bin/bashbug-32 >+usr/bin/bashbug-64 > usr/bin/berkeley_db43_svc > usr/bin/bunzip2 > usr/bin/bzcat >@@ -320,12 +308,20 @@ > usr/bin/bzip2recover > usr/bin/bzless > usr/bin/bzmore >+usr/bin/cal > usr/bin/captoinfo > usr/bin/catchsegv > usr/bin/chattr > usr/bin/chcon >+usr/bin/chfn >+usr/bin/chrt >+usr/bin/chsh > usr/bin/cksum > usr/bin/clear >+usr/bin/col >+usr/bin/colcrt >+usr/bin/colrm >+usr/bin/column > usr/bin/comm > usr/bin/csplit > usr/bin/cut >@@ -339,6 +335,7 @@ > usr/bin/db43_stat > usr/bin/db43_upgrade > usr/bin/db43_verify >+usr/bin/ddate > usr/bin/dir > usr/bin/dircolors > usr/bin/dirname >@@ -362,7 +359,10 @@ > usr/bin/expand > usr/bin/expr > usr/bin/factor >+usr/bin/fallocate > usr/bin/find >+usr/bin/flock >+usr/bin/floppy > usr/bin/fmt > usr/bin/fold > usr/bin/gdbus >@@ -369,11 +369,14 @@ > usr/bin/gencat > usr/bin/getconf > usr/bin/getent >-usr/bin/gio-querymodules-32 >+usr/bin/getopt >+usr/bin/gio-querymodules-64 > usr/bin/glib-compile-schemas > usr/bin/groups > usr/bin/head >+usr/bin/hexdump > usr/bin/hostid >+usr/bin/i386 > usr/bin/iconv > usr/bin/id > usr/bin/idn >@@ -382,22 +385,34 @@ > usr/bin/infokey > usr/bin/infotocap > usr/bin/install >+usr/bin/ionice >+usr/bin/ipcmk >+usr/bin/ipcrm >+usr/bin/ipcs >+usr/bin/isosize > usr/bin/join >+usr/bin/kill > usr/bin/ldd >-usr/bin/lddlibc4 > usr/bin/less > usr/bin/lessecho > usr/bin/lesskey > usr/bin/lesspipe.sh >+usr/bin/linux32 >+usr/bin/linux64 > usr/bin/locale > usr/bin/localedef >+usr/bin/logger > usr/bin/logname >+usr/bin/look > usr/bin/lp > usr/bin/lsattr > usr/bin/lsb_release >+usr/bin/lscpu > usr/bin/lslogins >+usr/bin/mcookie > usr/bin/md5sum > usr/bin/mkfifo >+usr/bin/namei > usr/bin/nl > usr/bin/nohup > usr/bin/nproc >@@ -414,10 +429,18 @@ > usr/bin/printf > usr/bin/ptx > usr/bin/readlink >+usr/bin/rename >+usr/bin/renice > usr/bin/reset >+usr/bin/rev > usr/bin/rpcgen > usr/bin/runcon >+usr/bin/script >+usr/bin/scriptreplay > usr/bin/seq >+usr/bin/setarch >+usr/bin/setsid >+usr/bin/setterm > usr/bin/sha1sum > usr/bin/sha224sum > usr/bin/sha256sum >@@ -433,6 +456,7 @@ > usr/bin/tabs > usr/bin/tac > usr/bin/tail >+usr/bin/tailf > usr/bin/tee > usr/bin/test > usr/bin/tic >@@ -445,411 +469,365 @@ > usr/bin/tsort > usr/bin/tty > usr/bin/tzselect >+usr/bin/ul > usr/bin/unexpand >+usr/bin/uniq >+usr/bin/unshare > usr/bin/update-gio-modules >-usr/bin/uniq > usr/bin/users >+usr/bin/uuidgen > usr/bin/vdir > usr/bin/wc >+usr/bin/whereis > usr/bin/which > usr/bin/who > usr/bin/whoami >+usr/bin/write >+usr/bin/x86_64 > 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/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/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/libgmp.so.3 >-usr/lib/libgmp.so.3.5.0 >-usr/lib/libgmpxx.so.4 >-usr/lib/libgmpxx.so.4.1.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/libmp.so.3 >-usr/lib/libmp.so.3.1.14 >-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/librt.so.1 >-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/lib64/db4.3.29/libdb.so >+usr/lib64/db4.3.29/libdb_cxx.so >+usr/lib64/gconv/ANSI_X3.110.so >+usr/lib64/gconv/ARMSCII-8.so >+usr/lib64/gconv/ASMO_449.so >+usr/lib64/gconv/BIG5.so >+usr/lib64/gconv/BIG5HKSCS.so >+usr/lib64/gconv/BRF.so >+usr/lib64/gconv/CP10007.so >+usr/lib64/gconv/CP1125.so >+usr/lib64/gconv/CP1250.so >+usr/lib64/gconv/CP1251.so >+usr/lib64/gconv/CP1252.so >+usr/lib64/gconv/CP1253.so >+usr/lib64/gconv/CP1254.so >+usr/lib64/gconv/CP1255.so >+usr/lib64/gconv/CP1256.so >+usr/lib64/gconv/CP1257.so >+usr/lib64/gconv/CP1258.so >+usr/lib64/gconv/CP737.so >+usr/lib64/gconv/CP775.so >+usr/lib64/gconv/CP932.so >+usr/lib64/gconv/CSN_369103.so >+usr/lib64/gconv/CWI.so >+usr/lib64/gconv/DEC-MCS.so >+usr/lib64/gconv/EBCDIC-AT-DE-A.so >+usr/lib64/gconv/EBCDIC-AT-DE.so >+usr/lib64/gconv/EBCDIC-CA-FR.so >+usr/lib64/gconv/EBCDIC-DK-NO-A.so >+usr/lib64/gconv/EBCDIC-DK-NO.so >+usr/lib64/gconv/EBCDIC-ES-A.so >+usr/lib64/gconv/EBCDIC-ES-S.so >+usr/lib64/gconv/EBCDIC-ES.so >+usr/lib64/gconv/EBCDIC-FI-SE-A.so >+usr/lib64/gconv/EBCDIC-FI-SE.so >+usr/lib64/gconv/EBCDIC-FR.so >+usr/lib64/gconv/EBCDIC-IS-FRISS.so >+usr/lib64/gconv/EBCDIC-IT.so >+usr/lib64/gconv/EBCDIC-PT.so >+usr/lib64/gconv/EBCDIC-UK.so >+usr/lib64/gconv/EBCDIC-US.so >+usr/lib64/gconv/ECMA-CYRILLIC.so >+usr/lib64/gconv/EUC-CN.so >+usr/lib64/gconv/EUC-JISX0213.so >+usr/lib64/gconv/EUC-JP-MS.so >+usr/lib64/gconv/EUC-JP.so >+usr/lib64/gconv/EUC-KR.so >+usr/lib64/gconv/EUC-TW.so >+usr/lib64/gconv/GB18030.so >+usr/lib64/gconv/GBBIG5.so >+usr/lib64/gconv/GBGBK.so >+usr/lib64/gconv/GBK.so >+usr/lib64/gconv/GEORGIAN-ACADEMY.so >+usr/lib64/gconv/GEORGIAN-PS.so >+usr/lib64/gconv/GOST_19768-74.so >+usr/lib64/gconv/GREEK-CCITT.so >+usr/lib64/gconv/GREEK7-OLD.so >+usr/lib64/gconv/GREEK7.so >+usr/lib64/gconv/HP-GREEK8.so >+usr/lib64/gconv/HP-ROMAN8.so >+usr/lib64/gconv/HP-ROMAN9.so >+usr/lib64/gconv/HP-THAI8.so >+usr/lib64/gconv/HP-TURKISH8.so >+usr/lib64/gconv/IBM037.so >+usr/lib64/gconv/IBM038.so >+usr/lib64/gconv/IBM1004.so >+usr/lib64/gconv/IBM1008.so >+usr/lib64/gconv/IBM1008_420.so >+usr/lib64/gconv/IBM1025.so >+usr/lib64/gconv/IBM1026.so >+usr/lib64/gconv/IBM1046.so >+usr/lib64/gconv/IBM1047.so >+usr/lib64/gconv/IBM1097.so >+usr/lib64/gconv/IBM1112.so >+usr/lib64/gconv/IBM1122.so >+usr/lib64/gconv/IBM1123.so >+usr/lib64/gconv/IBM1124.so >+usr/lib64/gconv/IBM1129.so >+usr/lib64/gconv/IBM1130.so >+usr/lib64/gconv/IBM1132.so >+usr/lib64/gconv/IBM1133.so >+usr/lib64/gconv/IBM1137.so >+usr/lib64/gconv/IBM1140.so >+usr/lib64/gconv/IBM1141.so >+usr/lib64/gconv/IBM1142.so >+usr/lib64/gconv/IBM1143.so >+usr/lib64/gconv/IBM1144.so >+usr/lib64/gconv/IBM1145.so >+usr/lib64/gconv/IBM1146.so >+usr/lib64/gconv/IBM1147.so >+usr/lib64/gconv/IBM1148.so >+usr/lib64/gconv/IBM1149.so >+usr/lib64/gconv/IBM1153.so >+usr/lib64/gconv/IBM1154.so >+usr/lib64/gconv/IBM1155.so >+usr/lib64/gconv/IBM1156.so >+usr/lib64/gconv/IBM1157.so >+usr/lib64/gconv/IBM1158.so >+usr/lib64/gconv/IBM1160.so >+usr/lib64/gconv/IBM1161.so >+usr/lib64/gconv/IBM1162.so >+usr/lib64/gconv/IBM1163.so >+usr/lib64/gconv/IBM1164.so >+usr/lib64/gconv/IBM1166.so >+usr/lib64/gconv/IBM1167.so >+usr/lib64/gconv/IBM12712.so >+usr/lib64/gconv/IBM1364.so >+usr/lib64/gconv/IBM1371.so >+usr/lib64/gconv/IBM1388.so >+usr/lib64/gconv/IBM1390.so >+usr/lib64/gconv/IBM1399.so >+usr/lib64/gconv/IBM16804.so >+usr/lib64/gconv/IBM256.so >+usr/lib64/gconv/IBM273.so >+usr/lib64/gconv/IBM274.so >+usr/lib64/gconv/IBM275.so >+usr/lib64/gconv/IBM277.so >+usr/lib64/gconv/IBM278.so >+usr/lib64/gconv/IBM280.so >+usr/lib64/gconv/IBM281.so >+usr/lib64/gconv/IBM284.so >+usr/lib64/gconv/IBM285.so >+usr/lib64/gconv/IBM290.so >+usr/lib64/gconv/IBM297.so >+usr/lib64/gconv/IBM420.so >+usr/lib64/gconv/IBM423.so >+usr/lib64/gconv/IBM424.so >+usr/lib64/gconv/IBM437.so >+usr/lib64/gconv/IBM4517.so >+usr/lib64/gconv/IBM4899.so >+usr/lib64/gconv/IBM4909.so >+usr/lib64/gconv/IBM4971.so >+usr/lib64/gconv/IBM500.so >+usr/lib64/gconv/IBM5347.so >+usr/lib64/gconv/IBM803.so >+usr/lib64/gconv/IBM850.so >+usr/lib64/gconv/IBM851.so >+usr/lib64/gconv/IBM852.so >+usr/lib64/gconv/IBM855.so >+usr/lib64/gconv/IBM856.so >+usr/lib64/gconv/IBM857.so >+usr/lib64/gconv/IBM860.so >+usr/lib64/gconv/IBM861.so >+usr/lib64/gconv/IBM862.so >+usr/lib64/gconv/IBM863.so >+usr/lib64/gconv/IBM864.so >+usr/lib64/gconv/IBM865.so >+usr/lib64/gconv/IBM866.so >+usr/lib64/gconv/IBM866NAV.so >+usr/lib64/gconv/IBM868.so >+usr/lib64/gconv/IBM869.so >+usr/lib64/gconv/IBM870.so >+usr/lib64/gconv/IBM871.so >+usr/lib64/gconv/IBM874.so >+usr/lib64/gconv/IBM875.so >+usr/lib64/gconv/IBM880.so >+usr/lib64/gconv/IBM891.so >+usr/lib64/gconv/IBM901.so >+usr/lib64/gconv/IBM902.so >+usr/lib64/gconv/IBM903.so >+usr/lib64/gconv/IBM9030.so >+usr/lib64/gconv/IBM904.so >+usr/lib64/gconv/IBM905.so >+usr/lib64/gconv/IBM9066.so >+usr/lib64/gconv/IBM918.so >+usr/lib64/gconv/IBM921.so >+usr/lib64/gconv/IBM922.so >+usr/lib64/gconv/IBM930.so >+usr/lib64/gconv/IBM932.so >+usr/lib64/gconv/IBM933.so >+usr/lib64/gconv/IBM935.so >+usr/lib64/gconv/IBM937.so >+usr/lib64/gconv/IBM939.so >+usr/lib64/gconv/IBM943.so >+usr/lib64/gconv/IBM9448.so >+usr/lib64/gconv/IEC_P27-1.so >+usr/lib64/gconv/INIS-8.so >+usr/lib64/gconv/INIS-CYRILLIC.so >+usr/lib64/gconv/INIS.so >+usr/lib64/gconv/ISIRI-3342.so >+usr/lib64/gconv/ISO-2022-CN-EXT.so >+usr/lib64/gconv/ISO-2022-CN.so >+usr/lib64/gconv/ISO-2022-JP-3.so >+usr/lib64/gconv/ISO-2022-JP.so >+usr/lib64/gconv/ISO-2022-KR.so >+usr/lib64/gconv/ISO-IR-197.so >+usr/lib64/gconv/ISO-IR-209.so >+usr/lib64/gconv/ISO646.so >+usr/lib64/gconv/ISO8859-1.so >+usr/lib64/gconv/ISO8859-10.so >+usr/lib64/gconv/ISO8859-11.so >+usr/lib64/gconv/ISO8859-13.so >+usr/lib64/gconv/ISO8859-14.so >+usr/lib64/gconv/ISO8859-15.so >+usr/lib64/gconv/ISO8859-16.so >+usr/lib64/gconv/ISO8859-2.so >+usr/lib64/gconv/ISO8859-3.so >+usr/lib64/gconv/ISO8859-4.so >+usr/lib64/gconv/ISO8859-5.so >+usr/lib64/gconv/ISO8859-6.so >+usr/lib64/gconv/ISO8859-7.so >+usr/lib64/gconv/ISO8859-8.so >+usr/lib64/gconv/ISO8859-9.so >+usr/lib64/gconv/ISO8859-9E.so >+usr/lib64/gconv/ISO_10367-BOX.so >+usr/lib64/gconv/ISO_11548-1.so >+usr/lib64/gconv/ISO_2033.so >+usr/lib64/gconv/ISO_5427-EXT.so >+usr/lib64/gconv/ISO_5427.so >+usr/lib64/gconv/ISO_5428.so >+usr/lib64/gconv/ISO_6937-2.so >+usr/lib64/gconv/ISO_6937.so >+usr/lib64/gconv/JOHAB.so >+usr/lib64/gconv/KOI-8.so >+usr/lib64/gconv/KOI8-R.so >+usr/lib64/gconv/KOI8-RU.so >+usr/lib64/gconv/KOI8-T.so >+usr/lib64/gconv/KOI8-U.so >+usr/lib64/gconv/LATIN-GREEK-1.so >+usr/lib64/gconv/LATIN-GREEK.so >+usr/lib64/gconv/MAC-CENTRALEUROPE.so >+usr/lib64/gconv/MAC-IS.so >+usr/lib64/gconv/MAC-SAMI.so >+usr/lib64/gconv/MAC-UK.so >+usr/lib64/gconv/MACINTOSH.so >+usr/lib64/gconv/MIK.so >+usr/lib64/gconv/NATS-DANO.so >+usr/lib64/gconv/NATS-SEFI.so >+usr/lib64/gconv/PT154.so >+usr/lib64/gconv/RK1048.so >+usr/lib64/gconv/SAMI-WS2.so >+usr/lib64/gconv/SHIFT_JISX0213.so >+usr/lib64/gconv/SJIS.so >+usr/lib64/gconv/T.61.so >+usr/lib64/gconv/TCVN5712-1.so >+usr/lib64/gconv/TIS-620.so >+usr/lib64/gconv/TSCII.so >+usr/lib64/gconv/UHC.so >+usr/lib64/gconv/UNICODE.so >+usr/lib64/gconv/UTF-16.so >+usr/lib64/gconv/UTF-32.so >+usr/lib64/gconv/UTF-7.so >+usr/lib64/gconv/VISCII.so >+usr/lib64/gconv/gconv-modules >+usr/lib64/gconv/gconv-modules.cache >+usr/lib64/gconv/libCNS.so >+usr/lib64/gconv/libGB.so >+usr/lib64/gconv/libISOIR165.so >+usr/lib64/gconv/libJIS.so >+usr/lib64/gconv/libJISX0213.so >+usr/lib64/gconv/libKSC.so >+usr/lib64/gio/modules/libgiofam.so >+usr/lib64/krb5/plugins/kdb/db2.so >+usr/lib64/libdb-4.7.so >+usr/lib64/libfam.so.0 >+usr/lib64/libfam.so.0.0.0 >+usr/lib64/libform.so.5 >+usr/lib64/libform.so.5.7 >+usr/lib64/libformw.so.5 >+usr/lib64/libformw.so.5.7 >+usr/lib64/libfreetype.so.6 >+usr/lib64/libfreetype.so.6.3.22 >+usr/lib64/libgamin-1.so.0 >+usr/lib64/libgamin-1.so.0.1.10 >+usr/lib64/libgdbm.so.2 >+usr/lib64/libgdbm.so.2.0.0 >+usr/lib64/libgmp.so.3 >+usr/lib64/libgmp.so.3.5.0 >+usr/lib64/libgmpxx.so.4 >+usr/lib64/libgmpxx.so.4.1.0 >+usr/lib64/libhistory.so.6 >+usr/lib64/libhistory.so.6.0 >+usr/lib64/libkadm5clnt_mit.so.8 >+usr/lib64/libkadm5clnt_mit.so.8.0 >+usr/lib64/libkadm5srv_mit.so.8 >+usr/lib64/libkadm5srv_mit.so.8.0 >+usr/lib64/libkdb5.so.6 >+usr/lib64/libkdb5.so.6.0 >+usr/lib64/libmemusage.so >+usr/lib64/libmenu.so.5 >+usr/lib64/libmenu.so.5.7 >+usr/lib64/libmenuw.so.5 >+usr/lib64/libmenuw.so.5.7 >+usr/lib64/libmp.so.3 >+usr/lib64/libmp.so.3.1.14 >+usr/lib64/libpanel.so.5 >+usr/lib64/libpanel.so.5.7 >+usr/lib64/libpanelw.so.5 >+usr/lib64/libpanelw.so.5.7 >+usr/lib64/libpcprofile.so >+usr/lib64/libpcrecpp.so.0 >+usr/lib64/libpcrecpp.so.0.0.0 >+usr/lib64/libpcreposix.so.0 >+usr/lib64/libpcreposix.so.0.0.0 >+usr/lib64/libslang.so.2 >+usr/lib64/libslang.so.2.2.1 >+usr/lib64/libstdc++.so.5 >+usr/lib64/libstdc++.so.5.0.7 >+usr/lib64/libstdc++.so.6 >+usr/lib64/libstdc++.so.6.0.13 >+usr/lib64/libtic.so.5 >+usr/lib64/libtic.so.5.7 >+usr/lib64/libverto-k5ev.so >+usr/lib64/libverto-k5ev.so.0 >+usr/lib64/libverto-k5ev.so.0.0 >+usr/lib64/libverto.so >+usr/lib64/libverto.so.0 >+usr/lib64/libverto.so.0.0 > 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/getconf/POSIX_V6_LP64_OFF64 >+usr/libexec/getconf/POSIX_V7_LP64_OFF64 > usr/libexec/pt_chown > usr/sbin/build-locale-archive > usr/sbin/capsh > usr/sbin/chroot > usr/sbin/e2freefrag >+usr/sbin/fdformat > usr/sbin/filefrag > usr/sbin/getcap > usr/sbin/getpcaps >-usr/sbin/glibc_post_upgrade.i686 >+usr/sbin/glibc_post_upgrade.x86_64 >+usr/sbin/hwclock > usr/sbin/iconvconfig >-usr/sbin/iconvconfig.i686 >+usr/sbin/iconvconfig.x86_64 >+usr/sbin/ldattach > usr/sbin/mklost+found >-usr/sbin/redhat_lsb_trigger.i686 >+usr/sbin/readprofile >+usr/sbin/redhat_lsb_trigger.x86_64 >+usr/sbin/rtcwake > usr/sbin/setcap >+usr/sbin/tunelp > 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 >@@ -971,6 +949,7 @@ > 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/less-436/LICENSE > usr/share/doc/libcap-2.16/License > usr/share/doc/libcap-2.16/capability.notes > usr/share/doc/libcom_err-1.41.12/COPYING >@@ -982,7 +961,6 @@ > 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 >@@ -1581,16 +1559,17 @@ > usr/share/info/history.info.gz > usr/share/info/info-stnd.info.gz > usr/share/info/info.info.gz >+usr/share/info/ipc.info.gz > usr/share/info/libidn.info.gz > usr/share/info/rluserman.info.gz >+usr/share/info/sed.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/glib20.mo > usr/share/locale/af/LC_MESSAGES/grep.mo >-usr/share/locale/af/LC_MESSAGES/glib20.mo >+usr/share/locale/af/LC_MESSAGES/sed.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 >@@ -1598,6 +1577,7 @@ > 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/findutils.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 >@@ -1605,6 +1585,7 @@ > 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/findutils.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 >@@ -1615,42 +1596,56 @@ > 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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/ca/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/cs/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/da/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/de/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.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 >@@ -1664,112 +1659,151 @@ > 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/findutils.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/eo/LC_MESSAGES/sed.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/es/LC_MESSAGES/util-linux-ng.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/findutils.mo > usr/share/locale/et/LC_MESSAGES/glib20.mo > usr/share/locale/et/LC_MESSAGES/grep.mo >+usr/share/locale/et/LC_MESSAGES/sed.mo >+usr/share/locale/et/LC_MESSAGES/util-linux-ng.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_MESSAGES/sed.mo >+usr/share/locale/eu/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/fi/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/fr/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.mo > usr/share/locale/ga/LC_TIME/coreutils.mo > usr/share/locale/gl/LC_MESSAGES/coreutils.mo >+usr/share/locale/gl/LC_MESSAGES/findutils.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_MESSAGES/sed.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/he/LC_MESSAGES/sed.mo > usr/share/locale/hi/LC_MESSAGES/glib20.mo >+usr/share/locale/hr/LC_MESSAGES/findutils.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/hr/LC_MESSAGES/sed.mo > usr/share/locale/hu/LC_MESSAGES/bash.mo > usr/share/locale/hu/LC_MESSAGES/coreutils.mo >+usr/share/locale/hu/LC_MESSAGES/findutils.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_MESSAGES/sed.mo >+usr/share/locale/hu/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/id/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/it/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/ja/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.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_MESSAGES/findutils.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/findutils.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 >@@ -1782,6 +1816,7 @@ > 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/findutils.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 >@@ -1795,11 +1830,14 @@ > 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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/nl/LC_MESSAGES/util-linux-ng.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 >@@ -1808,64 +1846,88 @@ > 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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/pl/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/pt_BR/LC_MESSAGES/util-linux-ng.mo > usr/share/locale/pt_BR/LC_TIME/coreutils.mo > usr/share/locale/ro/LC_MESSAGES/bash.mo >+usr/share/locale/ro/LC_MESSAGES/findutils.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/ro/LC_MESSAGES/sed.mo > usr/share/locale/ru/LC_MESSAGES/bash.mo > usr/share/locale/ru/LC_MESSAGES/coreutils.mo >+usr/share/locale/ru/LC_MESSAGES/findutils.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_MESSAGES/sed.mo >+usr/share/locale/ru/LC_MESSAGES/util-linux-ng.mo > usr/share/locale/ru/LC_TIME/coreutils.mo >+usr/share/locale/rw/LC_MESSAGES/findutils.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/findutils.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_MESSAGES/sed.mo > usr/share/locale/sk/LC_TIME/coreutils.mo > usr/share/locale/sl/LC_MESSAGES/coreutils.mo >+usr/share/locale/sl/LC_MESSAGES/findutils.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_MESSAGES/sed.mo >+usr/share/locale/sl/LC_MESSAGES/util-linux-ng.mo > usr/share/locale/sl/LC_TIME/coreutils.mo > usr/share/locale/sq/LC_MESSAGES/glib20.mo >+usr/share/locale/sr/LC_MESSAGES/findutils.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/LC_MESSAGES/sed.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/sv/LC_MESSAGES/util-linux-ng.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 >@@ -1875,26 +1937,35 @@ > 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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/tr/LC_MESSAGES/util-linux-ng.mo > usr/share/locale/tr/LC_TIME/coreutils.mo > usr/share/locale/tt/LC_MESSAGES/glib20.mo >+usr/share/locale/ug/LC_MESSAGES/glib20.mo > usr/share/locale/uk/LC_MESSAGES/coreutils.mo >+usr/share/locale/uk/LC_MESSAGES/findutils.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_MESSAGES/sed.mo >+usr/share/locale/uk/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/vi/LC_MESSAGES/util-linux-ng.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 >@@ -1902,117 +1973,24 @@ > 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/findutils.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_MESSAGES/sed.mo >+usr/share/locale/zh_CN/LC_MESSAGES/util-linux-ng.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/findutils.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_MESSAGES/sed.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 >@@ -2036,6 +2014,7 @@ > 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/cal.1.gz > usr/share/man/man1/caller.1.gz > usr/share/man/man1/capsh.1.gz > usr/share/man/man1/captoinfo.1m.gz >@@ -2043,12 +2022,19 @@ > 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/chfn.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/chrt.1.gz >+usr/share/man/man1/chsh.1.gz > usr/share/man/man1/cksum.1.gz > usr/share/man/man1/clear.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/comm.1.gz > usr/share/man/man1/command.1.gz > usr/share/man/man1/compgen.1.gz >@@ -2060,6 +2046,7 @@ > 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/ddate.1.gz > usr/share/man/man1/declare.1.gz > usr/share/man/man1/df.1.gz > usr/share/man/man1/dir.1.gz >@@ -2067,6 +2054,7 @@ > 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/dmesg.1.gz > usr/share/man/man1/du.1.gz > usr/share/man/man1/echo.1.gz > usr/share/man/man1/egrep.1.gz >@@ -2079,22 +2067,26 @@ > 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/fallocate.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/find.1.gz >+usr/share/man/man1/flock.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/getopt.1.gz >+usr/share/man/man1/getopts.1.gz > usr/share/man/man1/gio-querymodules.1.gz > usr/share/man/man1/glib-compile-schemas.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/hexdump.1.gz > usr/share/man/man1/history.1.gz > usr/share/man/man1/hostid.1.gz > usr/share/man/man1/id.1.gz >@@ -2105,30 +2097,42 @@ > 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/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/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/kill.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/let.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/logger.1.gz >+usr/share/man/man1/login.1.gz > usr/share/man/man1/logname.1.gz > usr/share/man/man1/logout.1.gz >+usr/share/man/man1/look.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/lscpu.1.gz >+usr/share/man/man1/lslogins.1.gz > usr/share/man/man1/mapfile.1.gz >+usr/share/man/man1/mcookie.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/more.1.gz > usr/share/man/man1/mv.1.gz >+usr/share/man/man1/namei.1.gz > usr/share/man/man1/nice.1.gz > usr/share/man/man1/nl.1.gz > usr/share/man/man1/nohup.1.gz >@@ -2151,14 +2155,23 @@ > 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/readprofile.1.gz >+usr/share/man/man1/rename.1.gz >+usr/share/man/man1/renice.1.gz > usr/share/man/man1/reset.1.gz > usr/share/man/man1/return.1.gz >+usr/share/man/man1/rev.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/script.1.gz >+usr/share/man/man1/scriptreplay.1.gz >+usr/share/man/man1/sed.1.gz > usr/share/man/man1/seq.1.gz > usr/share/man/man1/set.1.gz >+usr/share/man/man1/setsid.1.gz >+usr/share/man/man1/setterm.1.gz > usr/share/man/man1/sh.1.gz > usr/share/man/man1/sha1sum.1.gz > usr/share/man/man1/sha224sum.1.gz >@@ -2183,6 +2196,8 @@ > 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/tailf.1.gz >+usr/share/man/man1/taskset.1.gz > usr/share/man/man1/tee.1.gz > usr/share/man/man1/test.1.gz > usr/share/man/man1/tic.1m.gz >@@ -2200,6 +2215,7 @@ > 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/ul.1.gz > usr/share/man/man1/ulimit.1.gz > usr/share/man/man1/umask.1.gz > usr/share/man/man1/unalias.1.gz >@@ -2208,64 +2224,26 @@ > 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/unshare.1.gz > usr/share/man/man1/users.1.gz >+usr/share/man/man1/uuidgen.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/whereis.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/write.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/.k5identity.5.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/k5identity.5.gz >+usr/share/man/man5/k5login.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 >@@ -2272,34 +2250,9 @@ > 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/badblocks.8.gz > usr/share/man/man8/blkdiscard.8.gz > usr/share/man/man8/blkid.8.gz > usr/share/man/man8/blockdev.8.gz >@@ -2307,16 +2260,28 @@ > 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/debugfs.8.gz > usr/share/man/man8/delpart.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/fdformat.8.gz > usr/share/man/man8/fdisk.8.gz >+usr/share/man/man8/filefrag.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/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/fsfreeze.8.gz > usr/share/man/man8/fstrim.8.gz >+usr/share/man/man8/getcap.8.gz > usr/share/man/man8/hwclock.8.gz > usr/share/man/man8/i386.8.gz > usr/share/man/man8/isosize.8.gz >@@ -2323,9 +2288,16 @@ > 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/logsave.8.gz > usr/share/man/man8/losetup.8.gz > usr/share/man/man8/lsblk.8.gz >+usr/share/man/man8/mke2fs.8.gz > usr/share/man/man8/mkfs.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/mkswap.8.gz > usr/share/man/man8/mount.8.gz > usr/share/man/man8/nologin.8.gz >@@ -2333,15 +2305,21 @@ > 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/request-key.8.gz >+usr/share/man/man8/resize2fs.8.gz > usr/share/man/man8/rtcwake.8.gz > usr/share/man/man8/setarch.8.gz >+usr/share/man/man8/setcap.8.gz >+usr/share/man/man8/setserial.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/tune2fs.8.gz > usr/share/man/man8/tunelp.8.gz > usr/share/man/man8/umount.8.gz > usr/share/man/man8/wipefs.8.gz >+usr/share/man/man8/x86_64.8.gz > usr/tmp > @unexec rm -f %D/var/cache/ldconfig/aux-cache > var/mail >@@ -2362,7 +2340,9 @@ > @dir etc/xdg/autostart > @dir etc/xinetd.d > @dir lib/modules >-@dir lib/tls >+@dir lib64/rtkaio >+@dir lib64/security >+@dir lib64/tls > @dir mnt > @dir opt > @dir proc >@@ -2376,16 +2356,18 @@ > @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/lib64/X11 >+@dir usr/lib64/db4.3.29 >+@dir usr/lib64/games >+@dir usr/lib64/krb5/plugins/authdata >+@dir usr/lib64/krb5/plugins/libkrb5 >+@dir usr/lib64/krb5/plugins/preauth >+@dir usr/lib64/pm-utils/module.d >+@dir usr/lib64/pm-utils/power.d >+@dir usr/lib64/pm-utils/sleep.d >+@dir usr/lib64/sse2 >+@dir usr/lib64/tls > @dir usr/share/X11 > @dir usr/share/applications > @dir usr/share/augeas/lenses >@@ -2874,6 +2856,7 @@ > @dir usr/share/locale/zxx/LC_MESSAGES > @dir usr/share/locale/zza/LC_MESSAGES > @dir usr/share/man/man0p >+@dir usr/share/man/man1 > @dir usr/share/man/man1p > @dir usr/share/man/man1x > @dir usr/share/man/man2 >@@ -2883,10 +2866,13 @@ > @dir usr/share/man/man3x > @dir usr/share/man/man4 > @dir usr/share/man/man4x >+@dir usr/share/man/man5 > @dir usr/share/man/man5x > @dir usr/share/man/man6 > @dir usr/share/man/man6x >+@dir usr/share/man/man7 > @dir usr/share/man/man7x >+@dir usr/share/man/man8 > @dir usr/share/man/man8x > @dir usr/share/man/man9 > @dir usr/share/man/man9x >Index: ftp/linux-c6-curl/Makefile >=================================================================== >diff --git a/head/ftp/linux-c6-curl/Makefile b/head/ftp/linux-c6-curl/Makefile >--- a/head/ftp/linux-c6-curl/Makefile (Revision 393390) >+++ b/head/ftp/linux-c6-curl/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= curl > PORTVERSION= 7.19.7 >-PORTREVISION= 2 >+PORTREVISION= 4 > CATEGORIES= ftp linux > DISTFILES= curl-${PORTVERSION}-${RPMVERSION}.${LINUX_RPM_ARCH}.rpm \ > libcurl-${PORTVERSION}-${RPMVERSION}.${LINUX_RPM_ARCH}.rpm >@@ -23,8 +23,6 @@ > 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 >Index: ftp/linux-c6-curl/distinfo.x86_64 >=================================================================== >diff --git a/head/ftp/linux-c6-curl/distinfo.x86_64 b/head/ftp/linux-c6-curl/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/ftp/linux-c6-curl/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,6 @@ >+SHA256 (rpm/x86_64/centos/6.6/curl-7.19.7-40.el6_6.4.x86_64.rpm) = 43ac2a840e3bc14b3397ab4bc094315f6e285e291739d53146d4ec9c8287d221 >+SIZE (rpm/x86_64/centos/6.6/curl-7.19.7-40.el6_6.4.x86_64.rpm) = 199100 >+SHA256 (rpm/x86_64/centos/6.6/libcurl-7.19.7-40.el6_6.4.x86_64.rpm) = f05250feaea200500e271cf1bff1725bdebef29f002bb8fb80dfd9653dfc9f30 >+SIZE (rpm/x86_64/centos/6.6/libcurl-7.19.7-40.el6_6.4.x86_64.rpm) = 170256 >+SHA256 (rpm/x86_64/centos/6.6/curl-7.19.7-40.el6_6.4.src.rpm) = 44dfa657f77c2777366f6255b71938278db86014fc407e659c228dd3665a4e6b >+SIZE (rpm/x86_64/centos/6.6/curl-7.19.7-40.el6_6.4.src.rpm) = 2115665 > >Eigenschaftsänderungen: head/ftp/linux-c6-curl/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: ftp/linux-c6-curl/pkg-plist.i686 >=================================================================== >diff --git a/head/ftp/linux-c6-curl/pkg-plist.i686 b/head/ftp/linux-c6-curl/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/ftp/linux-c6-curl/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+usr/bin/curl >+usr/lib/libcurl.so.4 >+usr/lib/libcurl.so.4.1.1 >+usr/share/man/man1/curl.1.gz > >Eigenschaftsänderungen: head/ftp/linux-c6-curl/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: ftp/linux-c6-curl/pkg-plist.x86_64 >=================================================================== >diff --git a/head/ftp/linux-c6-curl/pkg-plist.x86_64 b/head/ftp/linux-c6-curl/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/ftp/linux-c6-curl/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+usr/bin/curl >+usr/lib64/libcurl.so.4 >+usr/lib64/libcurl.so.4.1.1 >+usr/share/man/man1/curl.1.gz > >Eigenschaftsänderungen: head/ftp/linux-c6-curl/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-cairo/Makefile >=================================================================== >diff --git a/head/graphics/linux-c6-cairo/Makefile b/head/graphics/linux-c6-cairo/Makefile >--- a/head/graphics/linux-c6-cairo/Makefile (Revision 393390) >+++ b/head/graphics/linux-c6-cairo/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= cairo > PORTVERSION= 1.8.8 >-PORTREVISION= 2 >+PORTREVISION= 4 > CATEGORIES= graphics linux > MASTER_SITES= CENTOS_LINUX_UPDATES > >@@ -20,8 +20,6 @@ > RPMVERSION= 6.el6_6 > 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 >Index: graphics/linux-c6-cairo/distinfo.x86_64 >=================================================================== >diff --git a/head/graphics/linux-c6-cairo/distinfo.x86_64 b/head/graphics/linux-c6-cairo/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-cairo/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/cairo-1.8.8-6.el6_6.x86_64.rpm) = dcdfc02d7980ed7c97f04223e98919281e1a5bd21eb31dc6e60e36102bbec4ab >+SIZE (rpm/x86_64/centos/6.6/cairo-1.8.8-6.el6_6.x86_64.rpm) = 316108 >+SHA256 (rpm/x86_64/centos/6.6/cairo-1.8.8-6.el6_6.src.rpm) = 16844fe17f9da7685100214742f27d7ff47932c78f03be2c0981cfb29ce0d00c >+SIZE (rpm/x86_64/centos/6.6/cairo-1.8.8-6.el6_6.src.rpm) = 6662981 > >Eigenschaftsänderungen: head/graphics/linux-c6-cairo/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-cairo/pkg-plist.i686 >=================================================================== >diff --git a/head/graphics/linux-c6-cairo/pkg-plist.i686 b/head/graphics/linux-c6-cairo/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-cairo/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+usr/lib/libcairo.so.2 >+usr/lib/libcairo.so.2.10800.8 > >Eigenschaftsänderungen: head/graphics/linux-c6-cairo/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-cairo/pkg-plist.x86_64 >=================================================================== >diff --git a/head/graphics/linux-c6-cairo/pkg-plist.x86_64 b/head/graphics/linux-c6-cairo/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-cairo/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+usr/lib64/libcairo.so.2 >+usr/lib64/libcairo.so.2.10800.8 > >Eigenschaftsänderungen: head/graphics/linux-c6-cairo/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-dri/Makefile >=================================================================== >diff --git a/head/graphics/linux-c6-dri/Makefile b/head/graphics/linux-c6-dri/Makefile >--- a/head/graphics/linux-c6-dri/Makefile (Revision 393390) >+++ b/head/graphics/linux-c6-dri/Makefile (Arbeitskopie) >@@ -3,12 +3,13 @@ > > PORTNAME= dri > PORTVERSION= 10.1 >+PORTREVISION= 1 > CATEGORIES= graphics linux >-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 >+DISTFILES= mesa-libGL-10.1.2-2.el6.${LINUX_RPM_ARCH}.rpm \ >+ mesa-libGLU-10.1.2-2.el6.${LINUX_RPM_ARCH}.rpm \ >+ mesa-dri-drivers-10.1.2-2.el6.${LINUX_RPM_ARCH}.rpm \ >+ libdrm-2.4.52-4.el6.${LINUX_RPM_ARCH}.rpm \ >+ freeglut-2.6.0-1.el6.${LINUX_RPM_ARCH}.rpm > > MAINTAINER= emulation@FreeBSD.org > COMMENT= Mesa libGL runtime libraries (Linux CentOS ${LINUX_DIST_VER}) >@@ -19,9 +20,9 @@ > > ONLY_FOR_ARCHS= i386 amd64 > .if defined(PACKAGE_BUILDING) >-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 >+SRC_DISTFILES= mesa-10.1.2-2.el6.src.rpm:SOURCE \ >+ libdrm-2.4.52-4.el6.src.rpm:SOURCE \ >+ freeglut-2.6.0-1.el6.src.rpm:SOURCE > .endif > > USE_LINUX= c6 >Index: graphics/linux-c6-dri/distinfo.x86_64 >=================================================================== >diff --git a/head/graphics/linux-c6-dri/distinfo.x86_64 b/head/graphics/linux-c6-dri/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-dri/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,16 @@ >+SHA256 (rpm/x86_64/centos/6.6/mesa-libGL-10.1.2-2.el6.x86_64.rpm) = 8164e78441b46606dc28573e66b69a001b5db546f9dd2ec8fc43611badc4aaac >+SIZE (rpm/x86_64/centos/6.6/mesa-libGL-10.1.2-2.el6.x86_64.rpm) = 118468 >+SHA256 (rpm/x86_64/centos/6.6/mesa-libGLU-10.1.2-2.el6.x86_64.rpm) = 3c2b7144d7ceac6e273671d89c1683b2ebd5aa87154e3baab20cbc23aab32c13 >+SIZE (rpm/x86_64/centos/6.6/mesa-libGLU-10.1.2-2.el6.x86_64.rpm) = 201592 >+SHA256 (rpm/x86_64/centos/6.6/mesa-dri-drivers-10.1.2-2.el6.x86_64.rpm) = 56e9e934b87e56d9e2e168e58b3bc88adea41dfcc99585e29f7aecdf3bd9aef9 >+SIZE (rpm/x86_64/centos/6.6/mesa-dri-drivers-10.1.2-2.el6.x86_64.rpm) = 13111504 >+SHA256 (rpm/x86_64/centos/6.6/libdrm-2.4.52-4.el6.x86_64.rpm) = 9f794eb74833628744fcead9d8784539c187479601bd6971d7b6bd8bd95a4d53 >+SIZE (rpm/x86_64/centos/6.6/libdrm-2.4.52-4.el6.x86_64.rpm) = 126348 >+SHA256 (rpm/x86_64/centos/6.6/freeglut-2.6.0-1.el6.x86_64.rpm) = 5d4fd35678aae535319678f90b11c345ee9e1e415be2c2de05d8838adb8153bd >+SIZE (rpm/x86_64/centos/6.6/freeglut-2.6.0-1.el6.x86_64.rpm) = 175576 >+SHA256 (rpm/x86_64/centos/6.6/mesa-10.1.2-2.el6.src.rpm) = eecc2fcd5f3478d420a2decb61e201c91c8cfcaf3ae2bf7e6c5b69d342a5d98c >+SIZE (rpm/x86_64/centos/6.6/mesa-10.1.2-2.el6.src.rpm) = 23953214 >+SHA256 (rpm/x86_64/centos/6.6/libdrm-2.4.52-4.el6.src.rpm) = f277fedff7bd0939992e1d2e0721ac4d1eb30851805179502d77eb53c6584c0a >+SIZE (rpm/x86_64/centos/6.6/libdrm-2.4.52-4.el6.src.rpm) = 592482 >+SHA256 (rpm/x86_64/centos/6.6/freeglut-2.6.0-1.el6.src.rpm) = 04ca4b3c4917110e7878df3d82f52639a76274ed3c0611ff72b86ea5e242d037 >+SIZE (rpm/x86_64/centos/6.6/freeglut-2.6.0-1.el6.src.rpm) = 2185780 > >Eigenschaftsänderungen: head/graphics/linux-c6-dri/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-dri/pkg-descr >=================================================================== >diff --git a/head/graphics/linux-c6-dri/pkg-descr b/head/graphics/linux-c6-dri/pkg-descr >--- a/head/graphics/linux-c6-dri/pkg-descr (Revision 393390) >+++ b/head/graphics/linux-c6-dri/pkg-descr (Arbeitskopie) >@@ -1,3 +1,2 @@ >-The port installs CentOS 6.6 Mesa libGL runtime libraries and DRI drivers. >- >-WWW: http://www.centos.org >+The port installs Linux Fedora 10 Mesa libGL runtime libraries >+and DRI drivers. >Index: graphics/linux-c6-dri/pkg-plist >=================================================================== >diff --git a/head/graphics/linux-c6-dri/pkg-plist b/head/graphics/linux-c6-dri/pkg-plist >deleted file mode 10644 >--- a/head/graphics/linux-c6-dri/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,45 +0,0 @@ >-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/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.52/README >-%%ETCDIR%%rc >Index: graphics/linux-c6-dri/pkg-plist.i686 >=================================================================== >diff --git a/head/graphics/linux-c6-dri/pkg-plist b/head/graphics/linux-c6-dri/pkg-plist.i686 >copy from head/graphics/linux-c6-dri/pkg-plist@392922 >copy to head/graphics/linux-c6-dri/pkg-plist.i686 >Index: graphics/linux-c6-dri/pkg-plist.x86_64 >=================================================================== >diff --git a/head/graphics/linux-c6-dri/pkg-plist.x86_64 b/head/graphics/linux-c6-dri/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-dri/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,45 @@ >+lib/udev/rules.d/91-drm-modeset.rules >+usr/lib64/dri/i915_dri.so >+usr/lib64/dri/i965_dri.so >+usr/lib64/dri/r200_dri.so >+usr/lib64/dri/r300_dri.so >+usr/lib64/dri/r600_dri.so >+usr/lib64/dri/radeon_dri.so >+usr/lib64/dri/radeonsi_dri.so >+usr/lib64/dri/swrast_dri.so >+usr/lib64/libGL.so.1 >+usr/lib64/libGL.so.1.2.0 >+usr/lib64/libGLU.so.1 >+usr/lib64/libGLU.so.1.3.1 >+usr/lib64/libdrm.so.2 >+usr/lib64/libdrm.so.2.4.0 >+usr/lib64/libdrm_intel.so.1 >+usr/lib64/libdrm_intel.so.1.0.0 >+usr/lib64/libdrm_nouveau.so.1 >+usr/lib64/libdrm_nouveau.so.1.0.0 >+usr/lib64/libdrm_nouveau2.so.2 >+usr/lib64/libdrm_nouveau2.so.2.0.0 >+usr/lib64/libdrm_radeon.so.1 >+usr/lib64/libdrm_radeon.so.1.0.1 >+usr/lib64/libglapi.so >+usr/lib64/libglapi.so.0 >+usr/lib64/libglapi.so.0.0.0 >+usr/lib64/libglut.so.3 >+usr/lib64/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.52/README >+%%ETCDIR%%rc > >Eigenschaftsänderungen: head/graphics/linux-c6-dri/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-dri-compat/Makefile >=================================================================== >diff --git a/head/graphics/linux-c6-dri-compat/Makefile b/head/graphics/linux-c6-dri-compat/Makefile >--- a/head/graphics/linux-c6-dri-compat/Makefile (Revision 393390) >+++ b/head/graphics/linux-c6-dri-compat/Makefile (Arbeitskopie) >@@ -5,13 +5,13 @@ > PORTVERSION= 9.0 > PORTREVISION= 1 > CATEGORIES= graphics linux >-MASTER_SITES= http://vault.centos.org/6.4/os/i386/Packages/ >+MASTER_SITES= http://vault.centos.org/6.4/os/${LINUX_REPO_ARCH}/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 >+DISTFILES= mesa-libGL-9.0-0.7.el6.${LINUX_RPM_ARCH}.rpm \ >+ mesa-libGLU-9.0-0.7.el6.${LINUX_RPM_ARCH}.rpm \ >+ mesa-dri-drivers-9.0-0.7.el6.${LINUX_RPM_ARCH}.rpm \ >+ libdrm-2.4.39-1.el6.${LINUX_RPM_ARCH}.rpm \ >+ freeglut-2.6.0-1.el6.${LINUX_RPM_ARCH}.rpm > > MAINTAINER= emulation@FreeBSD.org > COMMENT= Mesa libGL runtime libraries (Linux CentOS 6.4) >@@ -21,11 +21,14 @@ > 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(LINUX_REPO_ARCH) && ${LINUX_REPO_ARCH} == "i686" >+LINUX_REPO_ARCH=i386 >+.endif > .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 >+MASTER_SITES+= http://vault.centos.org/6.4/os/Source/SPackages/:SOURCE >+SRC_DISTFILES= mesa-9.0-0.7.el6.src.rpm:SOURCE \ >+ libdrm-2.4.39-1.el6.src.rpm:SOURCE \ >+ freeglut-2.6.0-1.el6.src.rpm:SOURCE > .endif > > USE_LINUX= c6 >Index: graphics/linux-c6-dri-compat/distinfo.x86_64 >=================================================================== >diff --git a/head/graphics/linux-c6-dri-compat/distinfo.x86_64 b/head/graphics/linux-c6-dri-compat/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-dri-compat/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,16 @@ >+SHA256 (rpm/x86_64/centos/6.6/mesa-libGL-9.0-0.7.el6.x86_64.rpm) = 741aa6cdcbcef108396439d7d3da4bc2744c7f8140f8f0c30c88c7c3a101863e >+SIZE (rpm/x86_64/centos/6.6/mesa-libGL-9.0-0.7.el6.x86_64.rpm) = 165524 >+SHA256 (rpm/x86_64/centos/6.6/mesa-libGLU-9.0-0.7.el6.x86_64.rpm) = f74927e791d53c7e08db393c59d755ad840868555fae5e70cb0b3fc2a7b37124 >+SIZE (rpm/x86_64/centos/6.6/mesa-libGLU-9.0-0.7.el6.x86_64.rpm) = 230372 >+SHA256 (rpm/x86_64/centos/6.6/mesa-dri-drivers-9.0-0.7.el6.x86_64.rpm) = 42693dc0ed2633bbb0b7ce81bc7e6508a1b57208faf086268dba6cbeb7fa3697 >+SIZE (rpm/x86_64/centos/6.6/mesa-dri-drivers-9.0-0.7.el6.x86_64.rpm) = 4304200 >+SHA256 (rpm/x86_64/centos/6.6/libdrm-2.4.39-1.el6.x86_64.rpm) = ca88cd69ed0cfaf699dc9d4cf104ad632196cf709dad5a6325bb7be4e91c55d1 >+SIZE (rpm/x86_64/centos/6.6/libdrm-2.4.39-1.el6.x86_64.rpm) = 119368 >+SHA256 (rpm/x86_64/centos/6.6/freeglut-2.6.0-1.el6.x86_64.rpm) = 5d4fd35678aae535319678f90b11c345ee9e1e415be2c2de05d8838adb8153bd >+SIZE (rpm/x86_64/centos/6.6/freeglut-2.6.0-1.el6.x86_64.rpm) = 175576 >+SHA256 (rpm/x86_64/centos/6.6/mesa-9.0-0.7.el6.src.rpm) = 83d0dde99dfc12eba3522e2edb7fde31d507c085cef9cd003b636a7c55a103f5 >+SIZE (rpm/x86_64/centos/6.6/mesa-9.0-0.7.el6.src.rpm) = 22910741 >+SHA256 (rpm/x86_64/centos/6.6/libdrm-2.4.39-1.el6.src.rpm) = ba866f47135cf1bbae8030bcc9325569a0d5d25e86ba818444a3f412ba12fc9f >+SIZE (rpm/x86_64/centos/6.6/libdrm-2.4.39-1.el6.src.rpm) = 533038 >+SHA256 (rpm/x86_64/centos/6.6/freeglut-2.6.0-1.el6.src.rpm) = 04ca4b3c4917110e7878df3d82f52639a76274ed3c0611ff72b86ea5e242d037 >+SIZE (rpm/x86_64/centos/6.6/freeglut-2.6.0-1.el6.src.rpm) = 2185780 > >Eigenschaftsänderungen: head/graphics/linux-c6-dri-compat/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-dri-compat/pkg-plist >=================================================================== >diff --git a/head/graphics/linux-c6-dri-compat/pkg-plist b/head/graphics/linux-c6-dri-compat/pkg-plist >deleted file mode 10644 >--- a/head/graphics/linux-c6-dri-compat/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,47 +0,0 @@ >-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/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.0.0.so >-usr/lib/libdricore9.0.0.so.1 >-usr/lib/libdricore9.0.0.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.39/README >-%%ETCDIR%%rc >Index: graphics/linux-c6-dri-compat/pkg-plist.i686 >=================================================================== >diff --git a/head/graphics/linux-c6-dri-compat/pkg-plist b/head/graphics/linux-c6-dri-compat/pkg-plist.i686 >copy from head/graphics/linux-c6-dri-compat/pkg-plist@392922 >copy to head/graphics/linux-c6-dri-compat/pkg-plist.i686 >Index: graphics/linux-c6-dri-compat/pkg-plist.x86_64 >=================================================================== >diff --git a/head/graphics/linux-c6-dri-compat/pkg-plist.x86_64 b/head/graphics/linux-c6-dri-compat/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-dri-compat/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,47 @@ >+lib/udev/rules.d/91-drm-modeset.rules >+usr/lib64/dri/i915_dri.so >+usr/lib64/dri/i965_dri.so >+usr/lib64/dri/r200_dri.so >+usr/lib64/dri/r300_dri.so >+usr/lib64/dri/r600_dri.so >+usr/lib64/dri/radeon_dri.so >+usr/lib64/dri/swrast_dri.so >+usr/lib64/libGL.so.1 >+usr/lib64/libGL.so.1.2.0 >+usr/lib64/libGLU.so.1 >+usr/lib64/libGLU.so.1.3.1 >+usr/lib64/libdricore9.0.0.so >+usr/lib64/libdricore9.0.0.so.1 >+usr/lib64/libdricore9.0.0.so.1.0.0 >+usr/lib64/libdrm.so.2 >+usr/lib64/libdrm.so.2.4.0 >+usr/lib64/libdrm_intel.so.1 >+usr/lib64/libdrm_intel.so.1.0.0 >+usr/lib64/libdrm_nouveau.so.1 >+usr/lib64/libdrm_nouveau.so.1.0.0 >+usr/lib64/libdrm_nouveau2.so.2 >+usr/lib64/libdrm_nouveau2.so.2.0.0 >+usr/lib64/libdrm_radeon.so.1 >+usr/lib64/libdrm_radeon.so.1.0.1 >+usr/lib64/libglapi.so >+usr/lib64/libglapi.so.0 >+usr/lib64/libglapi.so.0.0.0 >+usr/lib64/libglut.so.3 >+usr/lib64/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.39/README >+%%ETCDIR%%rc > >Eigenschaftsänderungen: head/graphics/linux-c6-dri-compat/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-gdk-pixbuf2/distinfo.x86_64 >=================================================================== >diff --git a/head/graphics/linux-c6-gdk-pixbuf2/distinfo.x86_64 b/head/graphics/linux-c6-gdk-pixbuf2/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-gdk-pixbuf2/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/gdk-pixbuf2-2.24.1-5.el6.x86_64.rpm) = 49cb9ca506195936ae1189b6825bc21af74d86d6d71049224329a5f0a3288621 >+SIZE (rpm/x86_64/centos/6.6/gdk-pixbuf2-2.24.1-5.el6.x86_64.rpm) = 512804 >+SHA256 (rpm/x86_64/centos/6.6/gdk-pixbuf2-2.24.1-5.el6.src.rpm) = 938434b89be45e2cf1eab558ed31b6deadb0ddc410544279cf782ba98431239b >+SIZE (rpm/x86_64/centos/6.6/gdk-pixbuf2-2.24.1-5.el6.src.rpm) = 1186070 > >Eigenschaftsänderungen: head/graphics/linux-c6-gdk-pixbuf2/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-gdk-pixbuf2/pkg-plist >=================================================================== >diff --git a/head/graphics/linux-c6-gdk-pixbuf2/pkg-plist b/head/graphics/linux-c6-gdk-pixbuf2/pkg-plist >deleted file mode 10644 >--- a/head/graphics/linux-c6-gdk-pixbuf2/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,127 +0,0 @@ >-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 >Index: graphics/linux-c6-gdk-pixbuf2/pkg-plist.i686 >=================================================================== >diff --git a/head/graphics/linux-c6-gdk-pixbuf2/pkg-plist b/head/graphics/linux-c6-gdk-pixbuf2/pkg-plist.i686 >copy from head/graphics/linux-c6-gdk-pixbuf2/pkg-plist@392922 >copy to head/graphics/linux-c6-gdk-pixbuf2/pkg-plist.i686 >Index: graphics/linux-c6-gdk-pixbuf2/pkg-plist.x86_64 >=================================================================== >diff --git a/head/graphics/linux-c6-gdk-pixbuf2/pkg-plist.x86_64 b/head/graphics/linux-c6-gdk-pixbuf2/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-gdk-pixbuf2/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,127 @@ >+usr/bin/gdk-pixbuf-query-loaders-64 >+usr/bin/update-gdk-pixbuf-loaders >+usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.so >+usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so >+usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so >+usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.so >+usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so >+usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jasper.so >+usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.so >+usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pcx.so >+usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.so >+usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.so >+usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ras.so >+usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.so >+usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tiff.so >+usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-wbmp.so >+usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.so >+usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so >+usr/lib64/libgdk_pixbuf-2.0.so.0 >+usr/lib64/libgdk_pixbuf-2.0.so.0.2400.1 >+usr/lib64/libgdk_pixbuf_xlib-2.0.so.0 >+usr/lib64/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 > >Eigenschaftsänderungen: head/graphics/linux-c6-gdk-pixbuf2/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-glx-utils/Makefile >=================================================================== >diff --git a/head/graphics/linux-c6-glx-utils/Makefile b/head/graphics/linux-c6-glx-utils/Makefile >--- a/head/graphics/linux-c6-glx-utils/Makefile (Revision 393390) >+++ b/head/graphics/linux-c6-glx-utils/Makefile (Arbeitskopie) >@@ -3,6 +3,7 @@ > > PORTNAME= glx-utils > PORTVERSION= 10.1.2 >+PORTREVISION= 1 > CATEGORIES= graphics linux > > MAINTAINER= emulation@FreeBSD.org >@@ -22,11 +23,8 @@ > linux-c6-libGLU>0:${PORTSDIR}/graphics/linux-c6-libGLU > NVIDIA_GL_USE_OFF= linux_apps=dri > >-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 >+SRC_DISTFILES= mesa-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE > .endif > > .include <bsd.port.mk> >Index: graphics/linux-c6-glx-utils/distinfo.x86_64 >=================================================================== >diff --git a/head/graphics/linux-c6-glx-utils/distinfo.x86_64 b/head/graphics/linux-c6-glx-utils/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-glx-utils/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/glx-utils-10.1.2-2.el6.x86_64.rpm) = da0ecfd5affb73f01d01fd2c2f89148d3593b82b271b98821682191833ac67d2 >+SIZE (rpm/x86_64/centos/6.6/glx-utils-10.1.2-2.el6.x86_64.rpm) = 25712 >+SHA256 (rpm/x86_64/centos/6.6/mesa-10.1.2-2.el6.src.rpm) = eecc2fcd5f3478d420a2decb61e201c91c8cfcaf3ae2bf7e6c5b69d342a5d98c >+SIZE (rpm/x86_64/centos/6.6/mesa-10.1.2-2.el6.src.rpm) = 23953214 > >Eigenschaftsänderungen: head/graphics/linux-c6-glx-utils/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-glx-utils/pkg-plist.i686 >=================================================================== >diff --git a/head/graphics/linux-c6-glx-utils/pkg-plist.i686 b/head/graphics/linux-c6-glx-utils/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-glx-utils/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+usr/bin/glxgears >+usr/bin/glxinfo >+usr/bin/xdriinfo >+usr/share/man/man1/xdriinfo.1.gz > >Eigenschaftsänderungen: head/graphics/linux-c6-glx-utils/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-glx-utils/pkg-plist.x86_64 >=================================================================== >diff --git a/head/graphics/linux-c6-glx-utils/pkg-plist.x86_64 b/head/graphics/linux-c6-glx-utils/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-glx-utils/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+usr/bin/glxgears >+usr/bin/glxinfo >+usr/bin/xdriinfo >+usr/share/man/man1/xdriinfo.1.gz > >Eigenschaftsänderungen: head/graphics/linux-c6-glx-utils/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-jpeg/distinfo.x86_64 >=================================================================== >diff --git a/head/graphics/linux-c6-jpeg/distinfo.x86_64 b/head/graphics/linux-c6-jpeg/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-jpeg/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/libjpeg-turbo-1.2.1-3.el6_5.x86_64.rpm) = c3dcce9a0f3cbcc5c618fd75ed57dd993b5b74bb4cb195800b5fedef501fc825 >+SIZE (rpm/x86_64/centos/6.6/libjpeg-turbo-1.2.1-3.el6_5.x86_64.rpm) = 178512 >+SHA256 (rpm/x86_64/centos/6.6/libjpeg-turbo-1.2.1-3.el6_5.src.rpm) = e619abbdcebe1a4b2dacf7f3a3495380fa6d68919170c81378bead39ddbe5176 >+SIZE (rpm/x86_64/centos/6.6/libjpeg-turbo-1.2.1-3.el6_5.src.rpm) = 1759144 > >Eigenschaftsänderungen: head/graphics/linux-c6-jpeg/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-jpeg/pkg-plist >=================================================================== >diff --git a/head/graphics/linux-c6-jpeg/pkg-plist b/head/graphics/linux-c6-jpeg/pkg-plist >deleted file mode 10644 >--- a/head/graphics/linux-c6-jpeg/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,18 +0,0 @@ >-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 >Index: graphics/linux-c6-jpeg/pkg-plist.i686 >=================================================================== >diff --git a/head/graphics/linux-c6-jpeg/pkg-plist b/head/graphics/linux-c6-jpeg/pkg-plist.i686 >copy from head/graphics/linux-c6-jpeg/pkg-plist@392922 >copy to head/graphics/linux-c6-jpeg/pkg-plist.i686 >Index: graphics/linux-c6-jpeg/pkg-plist.x86_64 >=================================================================== >diff --git a/head/graphics/linux-c6-jpeg/pkg-plist.x86_64 b/head/graphics/linux-c6-jpeg/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-jpeg/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,18 @@ >+usr/bin/cjpeg >+usr/bin/djpeg >+usr/bin/jpegtran >+usr/bin/rdjpgcom >+usr/bin/wrjpgcom >+usr/lib64/libjpeg.so.62 >+usr/lib64/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 > >Eigenschaftsänderungen: head/graphics/linux-c6-jpeg/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-libGLU/Makefile >=================================================================== >diff --git a/head/graphics/linux-c6-libGLU/Makefile b/head/graphics/linux-c6-libGLU/Makefile >--- a/head/graphics/linux-c6-libGLU/Makefile (Revision 393390) >+++ b/head/graphics/linux-c6-libGLU/Makefile (Arbeitskopie) >@@ -3,6 +3,7 @@ > > PORTNAME= libGLU > PORTVERSION= 10.1 >+PORTREVISION= 1 > CATEGORIES= graphics linux > DISTNAME= mesa-libGLU-10.1.2-2.el6 > >@@ -15,7 +16,7 @@ > > ONLY_FOR_ARCHS= i386 amd64 > .if defined(PACKAGE_BUILDING) >-SRC_DISTFILES= mesa-10.1.2-2.el6.src.rpm >+SRC_DISTFILES= mesa-10.1.2-2.el6.src.rpm:SOURCE > .endif > > USE_LINUX= c6 >@@ -22,7 +23,5 @@ > USE_LINUX_RPM= yes > USE_LDCONFIG= yes > DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr >-PLIST_FILES= usr/lib/libGLU.so.1 \ >- usr/lib/libGLU.so.1.3.1 > > .include <bsd.port.mk> >Index: graphics/linux-c6-libGLU/distinfo.x86_64 >=================================================================== >diff --git a/head/graphics/linux-c6-libGLU/distinfo.x86_64 b/head/graphics/linux-c6-libGLU/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-libGLU/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/mesa-libGLU-10.1.2-2.el6.x86_64.rpm) = 3c2b7144d7ceac6e273671d89c1683b2ebd5aa87154e3baab20cbc23aab32c13 >+SIZE (rpm/x86_64/centos/6.6/mesa-libGLU-10.1.2-2.el6.x86_64.rpm) = 201592 >+SHA256 (rpm/x86_64/centos/6.6/mesa-10.1.2-2.el6.src.rpm) = eecc2fcd5f3478d420a2decb61e201c91c8cfcaf3ae2bf7e6c5b69d342a5d98c >+SIZE (rpm/x86_64/centos/6.6/mesa-10.1.2-2.el6.src.rpm) = 23953214 > >Eigenschaftsänderungen: head/graphics/linux-c6-libGLU/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-libGLU/pkg-plist.i686 >=================================================================== >diff --git a/head/graphics/linux-c6-libGLU/pkg-plist.i686 b/head/graphics/linux-c6-libGLU/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-libGLU/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+usr/lib/libGLU.so.1 >+usr/lib/libGLU.so.1.3.1 > >Eigenschaftsänderungen: head/graphics/linux-c6-libGLU/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-libGLU/pkg-plist.x86_64 >=================================================================== >diff --git a/head/graphics/linux-c6-libGLU/pkg-plist.x86_64 b/head/graphics/linux-c6-libGLU/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-libGLU/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+usr/lib64/libGLU.so.1 >+usr/lib64/libGLU.so.1.3.1 > >Eigenschaftsänderungen: head/graphics/linux-c6-libGLU/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-png/Makefile >=================================================================== >diff --git a/head/graphics/linux-c6-png/Makefile b/head/graphics/linux-c6-png/Makefile >--- a/head/graphics/linux-c6-png/Makefile (Revision 393390) >+++ b/head/graphics/linux-c6-png/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= png > PORTVERSION= 1.2.49 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= graphics linux > DISTNAME= lib${PORTNAME}-${PORTVERSION}-${RPMVERSION} > >@@ -19,11 +19,6 @@ > 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 >Index: graphics/linux-c6-png/distinfo.x86_64 >=================================================================== >diff --git a/head/graphics/linux-c6-png/distinfo.x86_64 b/head/graphics/linux-c6-png/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-png/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/libpng-1.2.49-1.el6_2.x86_64.rpm) = ea3aba4a2c5734accd67a3da4ba967168ad78d30cb744bc6379863878c594022 >+SIZE (rpm/x86_64/centos/6.6/libpng-1.2.49-1.el6_2.x86_64.rpm) = 186036 >+SHA256 (rpm/x86_64/centos/6.6/libpng-1.2.49-1.el6_2.src.rpm) = 156fd77c25efa50bd7623011b14d0fae1a022442453d6bd2a0c69df13587dc65 >+SIZE (rpm/x86_64/centos/6.6/libpng-1.2.49-1.el6_2.src.rpm) = 688305 > >Eigenschaftsänderungen: head/graphics/linux-c6-png/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-png/pkg-plist.i686 >=================================================================== >diff --git a/head/graphics/linux-c6-png/pkg-plist.i686 b/head/graphics/linux-c6-png/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-png/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,6 @@ >+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 >+@dirrmtry usr/share/doc/libpng-1.2.49 > >Eigenschaftsänderungen: head/graphics/linux-c6-png/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-png/pkg-plist.x86_64 >=================================================================== >diff --git a/head/graphics/linux-c6-png/pkg-plist.x86_64 b/head/graphics/linux-c6-png/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-png/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,6 @@ >+usr/lib64/libpng.so.3 >+usr/lib64/libpng.so.3.49.0 >+usr/lib64/libpng12.so.0 >+usr/lib64/libpng12.so.0.49.0 >+usr/share/man/man5/png.5.gz >+@dirrmtry usr/share/doc/libpng-1.2.49 > >Eigenschaftsänderungen: head/graphics/linux-c6-png/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-sdl_image/Makefile >=================================================================== >diff --git a/head/graphics/linux-c6-sdl_image/Makefile b/head/graphics/linux-c6-sdl_image/Makefile >--- a/head/graphics/linux-c6-sdl_image/Makefile (Revision 393390) >+++ b/head/graphics/linux-c6-sdl_image/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= sdl_image > PORTVERSION= 1.2.12 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= graphics linux > MASTER_SITES= EPEL > DISTNAME= SDL_image-${PORTVERSION}-${RPMVERSION} >@@ -26,8 +26,6 @@ > 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 <bsd.port.mk> >Index: graphics/linux-c6-sdl_image/distinfo.i386 >=================================================================== >diff --git a/head/graphics/linux-c6-sdl_image/distinfo.i386 b/head/graphics/linux-c6-sdl_image/distinfo.i386 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-sdl_image/distinfo.i386 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/i386/fedora/10/SDL_image-1.2.6-6.fc9.i386.rpm) = 8da4e1aebeefcd68b6d5684fac9cf361e56818691c8e73c39d5e1bcf090971de >+SIZE (rpm/i386/fedora/10/SDL_image-1.2.6-6.fc9.i386.rpm) = 45268 >+SHA256 (rpm/i386/fedora/10/SDL_image-1.2.6-6.fc9.src.rpm) = dedfd510d6b8b314db97a8e0406e0481fa564f508dff177c65ae6fa3335a848a >+SIZE (rpm/i386/fedora/10/SDL_image-1.2.6-6.fc9.src.rpm) = 1317840 > >Eigenschaftsänderungen: head/graphics/linux-c6-sdl_image/distinfo.i386 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-sdl_image/distinfo.x86_64 >=================================================================== >diff --git a/head/graphics/linux-c6-sdl_image/distinfo.x86_64 b/head/graphics/linux-c6-sdl_image/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-sdl_image/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/SDL_image-1.2.12-9.el6.x86_64.rpm) = 6cb51dc16a58966d272ab45451ba578795e2cbe388225198f87254ffb00afd36 >+SIZE (rpm/x86_64/centos/6.6/SDL_image-1.2.12-9.el6.x86_64.rpm) = 39748 >+SHA256 (rpm/x86_64/centos/6.6/SDL_image-1.2.12-9.el6.src.rpm) = a652ecd656eb19ac0faf6806a0bf1df71ec94424e6e47b96143289c57736b7f4 >+SIZE (rpm/x86_64/centos/6.6/SDL_image-1.2.12-9.el6.src.rpm) = 2241505 > >Eigenschaftsänderungen: head/graphics/linux-c6-sdl_image/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-sdl_image/pkg-plist.i686 >=================================================================== >diff --git a/head/graphics/linux-c6-sdl_image/pkg-plist.i686 b/head/graphics/linux-c6-sdl_image/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-sdl_image/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,3 @@ >+usr/bin/showimage >+usr/lib/libSDL_image-1.2.so.0 >+usr/lib/libSDL_image-1.2.so.0.8.4 > >Eigenschaftsänderungen: head/graphics/linux-c6-sdl_image/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-sdl_image/pkg-plist.x86_64 >=================================================================== >diff --git a/head/graphics/linux-c6-sdl_image/pkg-plist.x86_64 b/head/graphics/linux-c6-sdl_image/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-sdl_image/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,3 @@ >+usr/bin/showimage >+usr/lib64/libSDL_image-1.2.so.0 >+usr/lib64/libSDL_image-1.2.so.0.8.4 > >Eigenschaftsänderungen: head/graphics/linux-c6-sdl_image/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-sdl_ttf/Makefile >=================================================================== >diff --git a/head/graphics/linux-c6-sdl_ttf/Makefile b/head/graphics/linux-c6-sdl_ttf/Makefile >--- a/head/graphics/linux-c6-sdl_ttf/Makefile (Revision 393390) >+++ b/head/graphics/linux-c6-sdl_ttf/Makefile (Arbeitskopie) >@@ -3,6 +3,7 @@ > > PORTNAME= sdl_ttf > PORTVERSION= 2.0.11 >+PORTREVISION= 1 > CATEGORIES= graphics linux > MASTER_SITES= EPEL > DISTNAME= SDL_ttf-${PORTVERSION}-${RPMVERSION} >@@ -24,8 +25,6 @@ > 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.10.1 > DESCR= ${.CURDIR}/../linux-f10-sdl_ttf/pkg-descr > > .include <bsd.port.mk> >Index: graphics/linux-c6-sdl_ttf/distinfo.i386 >=================================================================== >diff --git a/head/graphics/linux-c6-sdl_ttf/distinfo.i386 b/head/graphics/linux-c6-sdl_ttf/distinfo.i386 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-sdl_ttf/distinfo.i386 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/i386/fedora/10/SDL_image-1.2.6-6.fc9.i386.rpm) = 8da4e1aebeefcd68b6d5684fac9cf361e56818691c8e73c39d5e1bcf090971de >+SIZE (rpm/i386/fedora/10/SDL_image-1.2.6-6.fc9.i386.rpm) = 45268 >+SHA256 (rpm/i386/fedora/10/SDL_image-1.2.6-6.fc9.src.rpm) = dedfd510d6b8b314db97a8e0406e0481fa564f508dff177c65ae6fa3335a848a >+SIZE (rpm/i386/fedora/10/SDL_image-1.2.6-6.fc9.src.rpm) = 1317840 > >Eigenschaftsänderungen: head/graphics/linux-c6-sdl_ttf/distinfo.i386 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-sdl_ttf/distinfo.x86_64 >=================================================================== >diff --git a/head/graphics/linux-c6-sdl_ttf/distinfo.x86_64 b/head/graphics/linux-c6-sdl_ttf/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-sdl_ttf/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/SDL_ttf-2.0.11-6.el6.x86_64.rpm) = e1661d0ffdf707118070fbbe5085144ab1d17b22e0c785373f5c6f59a1157f5c >+SIZE (rpm/x86_64/centos/6.6/SDL_ttf-2.0.11-6.el6.x86_64.rpm) = 21896 >+SHA256 (rpm/x86_64/centos/6.6/SDL_ttf-2.0.11-6.el6.src.rpm) = 6c940edece8b714623f049cb2a4dd163f5fc8ef6c1b0d1778113df0bbbce004e >+SIZE (rpm/x86_64/centos/6.6/SDL_ttf-2.0.11-6.el6.src.rpm) = 4058837 > >Eigenschaftsänderungen: head/graphics/linux-c6-sdl_ttf/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-sdl_ttf/pkg-plist.i686 >=================================================================== >diff --git a/head/graphics/linux-c6-sdl_ttf/pkg-plist.i686 b/head/graphics/linux-c6-sdl_ttf/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-sdl_ttf/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+usr/lib/libSDL_ttf-2.0.so.0 >+usr/lib/libSDL_ttf-2.0.so.0.10.1 > >Eigenschaftsänderungen: head/graphics/linux-c6-sdl_ttf/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-sdl_ttf/pkg-plist.x86_64 >=================================================================== >diff --git a/head/graphics/linux-c6-sdl_ttf/pkg-plist.x86_64 b/head/graphics/linux-c6-sdl_ttf/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-sdl_ttf/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+usr/lib64/libSDL_ttf-2.0.so.0 >+usr/lib64/libSDL_ttf-2.0.so.0.10.1 > >Eigenschaftsänderungen: head/graphics/linux-c6-sdl_ttf/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-tiff/distinfo.x86_64 >=================================================================== >diff --git a/head/graphics/linux-c6-tiff/distinfo.x86_64 b/head/graphics/linux-c6-tiff/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-tiff/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/libtiff-3.9.4-10.el6_5.x86_64.rpm) = 720e58adbb1f8a477c48d74ea35b5ed153e0daf8334402cf8c090497a6bd8b64 >+SIZE (rpm/x86_64/centos/6.6/libtiff-3.9.4-10.el6_5.x86_64.rpm) = 350816 >+SHA256 (rpm/x86_64/centos/6.6/libtiff-3.9.4-10.el6_5.src.rpm) = f86c5ce4adf609108553cf772def54b27b1555eda290a8b40202a96f366e9c52 >+SIZE (rpm/x86_64/centos/6.6/libtiff-3.9.4-10.el6_5.src.rpm) = 1480097 > >Eigenschaftsänderungen: head/graphics/linux-c6-tiff/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/linux-c6-tiff/pkg-plist >=================================================================== >diff --git a/head/graphics/linux-c6-tiff/pkg-plist b/head/graphics/linux-c6-tiff/pkg-plist >deleted file mode 10644 >--- a/head/graphics/linux-c6-tiff/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,56 +0,0 @@ >-@comment file listing >-usr/bin/bmp2tiff >-usr/bin/fax2ps >-usr/bin/fax2tiff >-usr/bin/gif2tiff >-usr/bin/pal2rgb >-usr/bin/ppm2tiff >-usr/bin/ras2tiff >-usr/bin/raw2tiff >-usr/bin/rgb2ycbcr >-usr/bin/thumbnail >-usr/bin/tiff2bw >-usr/bin/tiff2pdf >-usr/bin/tiff2ps >-usr/bin/tiff2rgba >-usr/bin/tiffcmp >-usr/bin/tiffcp >-usr/bin/tiffcrop >-usr/bin/tiffdither >-usr/bin/tiffdump >-usr/bin/tiffinfo >-usr/bin/tiffmedian >-usr/bin/tiffset >-usr/bin/tiffsplit >-usr/lib/libtiff.so.3 >-usr/lib/libtiff.so.3.9.4 >-usr/lib/libtiffxx.so.3 >-usr/lib/libtiffxx.so.3.9.4 >-usr/share/doc/libtiff-3.9.4/COPYRIGHT >-usr/share/doc/libtiff-3.9.4/README >-usr/share/doc/libtiff-3.9.4/RELEASE-DATE >-usr/share/doc/libtiff-3.9.4/VERSION >-usr/share/man/man1/bmp2tiff.1.gz >-usr/share/man/man1/fax2ps.1.gz >-usr/share/man/man1/fax2tiff.1.gz >-usr/share/man/man1/gif2tiff.1.gz >-usr/share/man/man1/pal2rgb.1.gz >-usr/share/man/man1/ppm2tiff.1.gz >-usr/share/man/man1/ras2tiff.1.gz >-usr/share/man/man1/raw2tiff.1.gz >-usr/share/man/man1/rgb2ycbcr.1.gz >-usr/share/man/man1/thumbnail.1.gz >-usr/share/man/man1/tiff2bw.1.gz >-usr/share/man/man1/tiffcrop.1.gz >-usr/share/man/man1/tiff2pdf.1.gz >-usr/share/man/man1/tiff2ps.1.gz >-usr/share/man/man1/tiff2rgba.1.gz >-usr/share/man/man1/tiffcmp.1.gz >-usr/share/man/man1/tiffcp.1.gz >-usr/share/man/man1/tiffdither.1.gz >-usr/share/man/man1/tiffdump.1.gz >-usr/share/man/man1/tiffinfo.1.gz >-usr/share/man/man1/tiffmedian.1.gz >-usr/share/man/man1/tiffset.1.gz >-usr/share/man/man1/tiffsplit.1.gz >-@comment non-empty directory listing in revers order >Index: graphics/linux-c6-tiff/pkg-plist.i686 >=================================================================== >diff --git a/head/graphics/linux-c6-tiff/pkg-plist b/head/graphics/linux-c6-tiff/pkg-plist.i686 >copy from head/graphics/linux-c6-tiff/pkg-plist@392922 >copy to head/graphics/linux-c6-tiff/pkg-plist.i686 >Index: graphics/linux-c6-tiff/pkg-plist.x86_64 >=================================================================== >diff --git a/head/graphics/linux-c6-tiff/pkg-plist.x86_64 b/head/graphics/linux-c6-tiff/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/graphics/linux-c6-tiff/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,56 @@ >+@comment file listing >+usr/bin/bmp2tiff >+usr/bin/fax2ps >+usr/bin/fax2tiff >+usr/bin/gif2tiff >+usr/bin/pal2rgb >+usr/bin/ppm2tiff >+usr/bin/ras2tiff >+usr/bin/raw2tiff >+usr/bin/rgb2ycbcr >+usr/bin/thumbnail >+usr/bin/tiff2bw >+usr/bin/tiff2pdf >+usr/bin/tiff2ps >+usr/bin/tiff2rgba >+usr/bin/tiffcmp >+usr/bin/tiffcp >+usr/bin/tiffcrop >+usr/bin/tiffdither >+usr/bin/tiffdump >+usr/bin/tiffinfo >+usr/bin/tiffmedian >+usr/bin/tiffset >+usr/bin/tiffsplit >+usr/lib64/libtiff.so.3 >+usr/lib64/libtiff.so.3.9.4 >+usr/lib64/libtiffxx.so.3 >+usr/lib64/libtiffxx.so.3.9.4 >+usr/share/doc/libtiff-3.9.4/COPYRIGHT >+usr/share/doc/libtiff-3.9.4/README >+usr/share/doc/libtiff-3.9.4/RELEASE-DATE >+usr/share/doc/libtiff-3.9.4/VERSION >+usr/share/man/man1/bmp2tiff.1.gz >+usr/share/man/man1/fax2ps.1.gz >+usr/share/man/man1/fax2tiff.1.gz >+usr/share/man/man1/gif2tiff.1.gz >+usr/share/man/man1/pal2rgb.1.gz >+usr/share/man/man1/ppm2tiff.1.gz >+usr/share/man/man1/ras2tiff.1.gz >+usr/share/man/man1/raw2tiff.1.gz >+usr/share/man/man1/rgb2ycbcr.1.gz >+usr/share/man/man1/thumbnail.1.gz >+usr/share/man/man1/tiff2bw.1.gz >+usr/share/man/man1/tiffcrop.1.gz >+usr/share/man/man1/tiff2pdf.1.gz >+usr/share/man/man1/tiff2ps.1.gz >+usr/share/man/man1/tiff2rgba.1.gz >+usr/share/man/man1/tiffcmp.1.gz >+usr/share/man/man1/tiffcp.1.gz >+usr/share/man/man1/tiffdither.1.gz >+usr/share/man/man1/tiffdump.1.gz >+usr/share/man/man1/tiffinfo.1.gz >+usr/share/man/man1/tiffmedian.1.gz >+usr/share/man/man1/tiffset.1.gz >+usr/share/man/man1/tiffsplit.1.gz >+@comment non-empty directory listing in revers order > >Eigenschaftsänderungen: head/graphics/linux-c6-tiff/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: lang/linux-c6-tcl85/distinfo.x86_64 >=================================================================== >diff --git a/head/lang/linux-c6-tcl85/distinfo.x86_64 b/head/lang/linux-c6-tcl85/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/lang/linux-c6-tcl85/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/tcl-8.5.7-6.el6.x86_64.rpm) = 4b5384f02b1c2641af9d20e15cc547027e945acc08d07ff939f7332d41affc14 >+SIZE (rpm/x86_64/centos/6.6/tcl-8.5.7-6.el6.x86_64.rpm) = 2007772 >+SHA256 (rpm/x86_64/centos/6.6/tcl-8.5.7-6.el6.src.rpm) = cf38cc7fafeb8aaa69be738008a12e36812d5c297aadad51156116dd6531392b >+SIZE (rpm/x86_64/centos/6.6/tcl-8.5.7-6.el6.src.rpm) = 4417400 > >Eigenschaftsänderungen: head/lang/linux-c6-tcl85/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: lang/linux-c6-tcl85/pkg-plist >=================================================================== >diff --git a/head/lang/linux-c6-tcl85/pkg-plist b/head/lang/linux-c6-tcl85/pkg-plist >deleted file mode 10644 >--- a/head/lang/linux-c6-tcl85/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,927 +0,0 @@ >-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: lang/linux-c6-tcl85/pkg-plist.i686 >=================================================================== >diff --git a/head/lang/linux-c6-tcl85/pkg-plist b/head/lang/linux-c6-tcl85/pkg-plist.i686 >copy from head/lang/linux-c6-tcl85/pkg-plist@392922 >copy to head/lang/linux-c6-tcl85/pkg-plist.i686 >Index: lang/linux-c6-tcl85/pkg-plist.x86_64 >=================================================================== >diff --git a/head/lang/linux-c6-tcl85/pkg-plist.x86_64 b/head/lang/linux-c6-tcl85/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/lang/linux-c6-tcl85/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,927 @@ >+usr/bin/tclsh >+usr/bin/tclsh8.5 >+usr/lib64/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/lib64/tcl8.5 >+@dir usr/%%DATADIR%%8/8.3 > >Eigenschaftsänderungen: head/lang/linux-c6-tcl85/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: multimedia/linux-c6-libtheora/Makefile >=================================================================== >diff --git a/head/multimedia/linux-c6-libtheora/Makefile b/head/multimedia/linux-c6-libtheora/Makefile >--- a/head/multimedia/linux-c6-libtheora/Makefile (Revision 393390) >+++ b/head/multimedia/linux-c6-libtheora/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= libtheora > PORTVERSION= 1.1.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= multimedia linux > > MAINTAINER= emulation@FreeBSD.org >@@ -18,9 +18,6 @@ > 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 >Index: multimedia/linux-c6-libtheora/distinfo.x86_64 >=================================================================== >diff --git a/head/multimedia/linux-c6-libtheora/distinfo.x86_64 b/head/multimedia/linux-c6-libtheora/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/multimedia/linux-c6-libtheora/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/libtheora-1.1.0-2.el6.x86_64.rpm) = 942e4bb9415f0aaec7924f70f91aa923946f245ff8fed271e70991eedb6416ad >+SIZE (rpm/x86_64/centos/6.6/libtheora-1.1.0-2.el6.x86_64.rpm) = 131752 >+SHA256 (rpm/x86_64/centos/6.6/libtheora-1.1.0-2.el6.src.rpm) = 2f903b66160f5f5f19684a8cbe96c8c746c9fd77e8d93da15ac4fbbc67c2a16b >+SIZE (rpm/x86_64/centos/6.6/libtheora-1.1.0-2.el6.src.rpm) = 1381855 > >Eigenschaftsänderungen: head/multimedia/linux-c6-libtheora/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: multimedia/linux-c6-libtheora/pkg-plist.i686 >=================================================================== >diff --git a/head/multimedia/linux-c6-libtheora/pkg-plist.i686 b/head/multimedia/linux-c6-libtheora/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/multimedia/linux-c6-libtheora/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,6 @@ >+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 > >Eigenschaftsänderungen: head/multimedia/linux-c6-libtheora/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: multimedia/linux-c6-libtheora/pkg-plist.x86_64 >=================================================================== >diff --git a/head/multimedia/linux-c6-libtheora/pkg-plist.x86_64 b/head/multimedia/linux-c6-libtheora/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/multimedia/linux-c6-libtheora/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,6 @@ >+usr/lib64/libtheora.so.0 >+usr/lib64/libtheora.so.0.3.9 >+usr/lib64/libtheoradec.so.1 >+usr/lib64/libtheoradec.so.1.1.3 >+usr/lib64/libtheoraenc.so.1 >+usr/lib64/libtheoraenc.so.1.1.2 > >Eigenschaftsänderungen: head/multimedia/linux-c6-libtheora/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: multimedia/linux-c6-libv4l/distinfo.x86_64 >=================================================================== >diff --git a/head/multimedia/linux-c6-libv4l/distinfo.x86_64 b/head/multimedia/linux-c6-libv4l/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/multimedia/linux-c6-libv4l/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/libv4l-0.6.3-2.el6.x86_64.rpm) = 988d6a7666a26add6dd9d56e28204199c740c79989c06ee5fe97f11570efb38d >+SIZE (rpm/x86_64/centos/6.6/libv4l-0.6.3-2.el6.x86_64.rpm) = 105424 >+SHA256 (rpm/x86_64/centos/6.6/libv4l-0.6.3-2.el6.src.rpm) = 4dffde0aeeb35b9ea30c2ebb04cb60fd73d3eb89cd2530b92fbe1c2d6907a24c >+SIZE (rpm/x86_64/centos/6.6/libv4l-0.6.3-2.el6.src.rpm) = 138961 > >Eigenschaftsänderungen: head/multimedia/linux-c6-libv4l/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: multimedia/linux-c6-libv4l/pkg-plist >=================================================================== >diff --git a/head/multimedia/linux-c6-libv4l/pkg-plist b/head/multimedia/linux-c6-libv4l/pkg-plist >deleted file mode 10644 >--- a/head/multimedia/linux-c6-libv4l/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,12 +0,0 @@ >-@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 >Index: multimedia/linux-c6-libv4l/pkg-plist.i686 >=================================================================== >diff --git a/head/multimedia/linux-c6-libv4l/pkg-plist b/head/multimedia/linux-c6-libv4l/pkg-plist.i686 >copy from head/multimedia/linux-c6-libv4l/pkg-plist@392922 >copy to head/multimedia/linux-c6-libv4l/pkg-plist.i686 >Index: multimedia/linux-c6-libv4l/pkg-plist.x86_64 >=================================================================== >diff --git a/head/multimedia/linux-c6-libv4l/pkg-plist.x86_64 b/head/multimedia/linux-c6-libv4l/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/multimedia/linux-c6-libv4l/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,12 @@ >+@comment file listing >+usr/lib64/libv4l/ov511-decomp >+usr/lib64/libv4l/ov518-decomp >+usr/lib64/libv4l/v4l1compat.so >+usr/lib64/libv4l/v4l2convert.so >+usr/lib64/libv4l1.so.0 >+usr/lib64/libv4l2.so.0 >+usr/lib64/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 > >Eigenschaftsänderungen: head/multimedia/linux-c6-libv4l/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: net/linux-c6-avahi-libs/Makefile >=================================================================== >diff --git a/head/net/linux-c6-avahi-libs/Makefile b/head/net/linux-c6-avahi-libs/Makefile >--- a/head/net/linux-c6-avahi-libs/Makefile (Revision 393390) >+++ b/head/net/linux-c6-avahi-libs/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= avahi-libs > PORTVERSION= 0.6.25 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= net linux > > MAINTAINER= emulation@FreeBSD.org >@@ -14,10 +14,7 @@ > > RPMVERSION= 15.el6 > USE_LDCONFIG= yes >-SRC_DISTFILES= ${PORTNAME:S/-libs//}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} >+SRC_DISTFILES= ${PORTNAME:S/-libs//}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE > 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 <bsd.port.mk> >Index: net/linux-c6-avahi-libs/distinfo.x86_64 >=================================================================== >diff --git a/head/net/linux-c6-avahi-libs/distinfo.x86_64 b/head/net/linux-c6-avahi-libs/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/net/linux-c6-avahi-libs/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/avahi-libs-0.6.25-15.el6.x86_64.rpm) = a8ef064f4c382bf39ee2c17f646ef01afc17067eb7a0d3a591130da90e6eefb6 >+SIZE (rpm/x86_64/centos/6.6/avahi-libs-0.6.25-15.el6.x86_64.rpm) = 55948 >+SHA256 (rpm/x86_64/centos/6.6/avahi-0.6.25-15.el6.src.rpm) = d274512f9456da9742d38ee3fbfbc483719cfc9f9918987d385c8ee89179263b >+SIZE (rpm/x86_64/centos/6.6/avahi-0.6.25-15.el6.src.rpm) = 1138822 > >Eigenschaftsänderungen: head/net/linux-c6-avahi-libs/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: net/linux-c6-avahi-libs/pkg-plist.i686 >=================================================================== >diff --git a/head/net/linux-c6-avahi-libs/pkg-plist.i686 b/head/net/linux-c6-avahi-libs/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/net/linux-c6-avahi-libs/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+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 > >Eigenschaftsänderungen: head/net/linux-c6-avahi-libs/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: net/linux-c6-avahi-libs/pkg-plist.x86_64 >=================================================================== >diff --git a/head/net/linux-c6-avahi-libs/pkg-plist.x86_64 b/head/net/linux-c6-avahi-libs/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/net/linux-c6-avahi-libs/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+usr/lib64/libavahi-client.so.3 >+usr/lib64/libavahi-client.so.3.2.5 >+usr/lib64/libavahi-common.so.3 >+usr/lib64/libavahi-common.so.3.5.1 > >Eigenschaftsänderungen: head/net/linux-c6-avahi-libs/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: net/linux-c6-openldap/distinfo.x86_64 >=================================================================== >diff --git a/head/net/linux-c6-openldap/distinfo.x86_64 b/head/net/linux-c6-openldap/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/net/linux-c6-openldap/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/openldap-2.4.39-8.el6.x86_64.rpm) = f38696f6b963cd702bf77a902a2e5c1297e697b168226156f1a5ae5e24ea070d >+SIZE (rpm/x86_64/centos/6.6/openldap-2.4.39-8.el6.x86_64.rpm) = 286208 >+SHA256 (rpm/x86_64/centos/6.6/openldap-2.4.39-8.el6.src.rpm) = 067844ffeb73854d5fbd25760e38f02617a06b54ecbd8c1df4a4066dbb0115f1 >+SIZE (rpm/x86_64/centos/6.6/openldap-2.4.39-8.el6.src.rpm) = 5577657 > >Eigenschaftsänderungen: head/net/linux-c6-openldap/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: net/linux-c6-openldap/pkg-plist >=================================================================== >diff --git a/head/net/linux-c6-openldap/pkg-plist b/head/net/linux-c6-openldap/pkg-plist >deleted file mode 10644 >--- a/head/net/linux-c6-openldap/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,12 +0,0 @@ >-%%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 >Index: net/linux-c6-openldap/pkg-plist.i686 >=================================================================== >diff --git a/head/net/linux-c6-openldap/pkg-plist b/head/net/linux-c6-openldap/pkg-plist.i686 >copy from head/net/linux-c6-openldap/pkg-plist@392922 >copy to head/net/linux-c6-openldap/pkg-plist.i686 >Index: net/linux-c6-openldap/pkg-plist.x86_64 >=================================================================== >diff --git a/head/net/linux-c6-openldap/pkg-plist.x86_64 b/head/net/linux-c6-openldap/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/net/linux-c6-openldap/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,12 @@ >+%%ETCDIR%% >+lib64/liblber-2.4.so.2 >+lib64/liblber-2.4.so.2.10.2 >+lib64/libldap-2.4.so.2 >+lib64/libldap-2.4.so.2.10.2 >+lib64/libldap_r-2.4.so.2 >+lib64/libldap_r-2.4.so.2.10.2 >+lib64/libldif-2.4.so.2 >+lib64/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 > >Eigenschaftsänderungen: head/net/linux-c6-openldap/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: net/linux-c6-tcp_wrappers-libs/Makefile >=================================================================== >diff --git a/head/net/linux-c6-tcp_wrappers-libs/Makefile b/head/net/linux-c6-tcp_wrappers-libs/Makefile >--- a/head/net/linux-c6-tcp_wrappers-libs/Makefile (Revision 393390) >+++ b/head/net/linux-c6-tcp_wrappers-libs/Makefile (Arbeitskopie) >@@ -18,6 +18,6 @@ > > DOCSDIR= ${PREFIX}/usr/share/doc/tcp_wrappers-${PORTVERSION} > >-SRC_DISTFILES= tcp_wrappers-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} >+SRC_DISTFILES= tcp_wrappers-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE > > .include <bsd.port.mk> >Index: net/linux-c6-tcp_wrappers-libs/distinfo.x86_64 >=================================================================== >diff --git a/head/net/linux-c6-tcp_wrappers-libs/distinfo.x86_64 b/head/net/linux-c6-tcp_wrappers-libs/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/net/linux-c6-tcp_wrappers-libs/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/tcp_wrappers-libs-7.6-57.el6.x86_64.rpm) = a76713ff2e476970a507e2491369b92424b59e6e1418ea47f1a754cd8b63f144 >+SIZE (rpm/x86_64/centos/6.6/tcp_wrappers-libs-7.6-57.el6.x86_64.rpm) = 63484 >+SHA256 (rpm/x86_64/centos/6.6/tcp_wrappers-7.6-57.el6.src.rpm) = b5dc9f2893acf4fbbe7e727273793d21cfdd932c66ddb18ef4d0394f13b12988 >+SIZE (rpm/x86_64/centos/6.6/tcp_wrappers-7.6-57.el6.src.rpm) = 140453 > >Eigenschaftsänderungen: head/net/linux-c6-tcp_wrappers-libs/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: net/linux-c6-tcp_wrappers-libs/pkg-plist >=================================================================== >diff --git a/head/net/linux-c6-tcp_wrappers-libs/pkg-plist b/head/net/linux-c6-tcp_wrappers-libs/pkg-plist >deleted file mode 10644 >--- a/head/net/linux-c6-tcp_wrappers-libs/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,13 +0,0 @@ >-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 >Index: net/linux-c6-tcp_wrappers-libs/pkg-plist.i686 >=================================================================== >diff --git a/head/net/linux-c6-tcp_wrappers-libs/pkg-plist b/head/net/linux-c6-tcp_wrappers-libs/pkg-plist.i686 >copy from head/net/linux-c6-tcp_wrappers-libs/pkg-plist@392922 >copy to head/net/linux-c6-tcp_wrappers-libs/pkg-plist.i686 >--- a/head/net/linux-c6-tcp_wrappers-libs/pkg-plist (Revision 0) >+++ b/head/net/linux-c6-tcp_wrappers-libs/pkg-plist.i686 (Arbeitskopie) >@@ -11,3 +11,4 @@ > 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: net/linux-c6-tcp_wrappers-libs/pkg-plist.x86_64 >=================================================================== >diff --git a/head/net/linux-c6-tcp_wrappers-libs/pkg-plist.x86_64 b/head/net/linux-c6-tcp_wrappers-libs/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/net/linux-c6-tcp_wrappers-libs/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,14 @@ >+lib64/libwrap.so.0 >+lib64/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 > >Eigenschaftsänderungen: head/net/linux-c6-tcp_wrappers-libs/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: print/linux-c6-cups-libs/Makefile >=================================================================== >diff --git a/head/print/linux-c6-cups-libs/Makefile b/head/print/linux-c6-cups-libs/Makefile >--- a/head/print/linux-c6-cups-libs/Makefile (Revision 393390) >+++ b/head/print/linux-c6-cups-libs/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= cups-libs > PORTVERSION= 1.4.2 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= print linux > MASTER_SITES= CENTOS_LINUX_UPDATES > >@@ -13,12 +13,10 @@ > USE_LINUX= c6 > USE_LINUX_RPM= yes > USE_LINUX_APPS= gnutls >-SRC_DISTFILES= cups-${PORTVERSION}-${RPMVERSION}.src.rpm >+SRC_DISTFILES= cups-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE > RPMVERSION= 67.el6_6.1 > 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 <bsd.port.mk> >Index: print/linux-c6-cups-libs/distinfo.x86_64 >=================================================================== >diff --git a/head/print/linux-c6-cups-libs/distinfo.x86_64 b/head/print/linux-c6-cups-libs/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/print/linux-c6-cups-libs/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/cups-libs-1.4.2-67.el6_6.1.x86_64.rpm) = b6da7e01721b2ce11affe423d77de600ffedb9f6499399a7f23102705d4dfbf2 >+SIZE (rpm/x86_64/centos/6.6/cups-libs-1.4.2-67.el6_6.1.x86_64.rpm) = 327548 >+SHA256 (rpm/x86_64/centos/6.6/cups-1.4.2-67.el6_6.1.src.rpm) = 232eea3a52f7b16c040c3e8dec51ff3ff9727439bb6aebc414f93cbed320ce24 >+SIZE (rpm/x86_64/centos/6.6/cups-1.4.2-67.el6_6.1.src.rpm) = 4659734 > >Eigenschaftsänderungen: head/print/linux-c6-cups-libs/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: print/linux-c6-cups-libs/pkg-plist.i686 >=================================================================== >diff --git a/head/print/linux-c6-cups-libs/pkg-plist.i686 b/head/print/linux-c6-cups-libs/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/print/linux-c6-cups-libs/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,6 @@ >+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 > >Eigenschaftsänderungen: head/print/linux-c6-cups-libs/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: print/linux-c6-cups-libs/pkg-plist.x86_64 >=================================================================== >diff --git a/head/print/linux-c6-cups-libs/pkg-plist.x86_64 b/head/print/linux-c6-cups-libs/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/print/linux-c6-cups-libs/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,6 @@ >+usr/lib64/libcups.so.2 >+usr/lib64/libcupscgi.so.1 >+usr/lib64/libcupsdriver.so.1 >+usr/lib64/libcupsimage.so.2 >+usr/lib64/libcupsmime.so.1 >+usr/lib64/libcupsppdc.so.1 > >Eigenschaftsänderungen: head/print/linux-c6-cups-libs/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: security/linux-c6-cyrus-sasl2/Makefile >=================================================================== >diff --git a/head/security/linux-c6-cyrus-sasl2/Makefile b/head/security/linux-c6-cyrus-sasl2/Makefile >--- a/head/security/linux-c6-cyrus-sasl2/Makefile (Revision 393390) >+++ b/head/security/linux-c6-cyrus-sasl2/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= cyrus-sasl2 > PORTVERSION= 2.1.23 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= security linux > DISTNAME= cyrus-sasl-lib-${PORTVERSION}-${RPMVERSION} > MASTER_SITES= CENTOS_LINUX_UPDATES >@@ -12,8 +12,9 @@ > COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer) (Linux CentOS ${LINUX_DIST_VER}) > > ONLY_FOR_ARCHS= i386 amd64 >+ > .if defined(PACKAGE_BUILDING) >-SRC_DISTFILES= cyrus-sasl-${PORTVERSION}-${RPMVERSION}.src.rpm >+SRC_DISTFILES= cyrus-sasl-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE > .endif > > USE_LINUX= c6 >Index: security/linux-c6-cyrus-sasl2/distinfo.x86_64 >=================================================================== >diff --git a/head/security/linux-c6-cyrus-sasl2/distinfo.x86_64 b/head/security/linux-c6-cyrus-sasl2/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/security/linux-c6-cyrus-sasl2/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/cyrus-sasl-lib-2.1.23-15.el6_6.2.x86_64.rpm) = 92bf37f8fba52b15726f6cade5bcf35c18acd305a3c472cb9360fedd515965bf >+SIZE (rpm/x86_64/centos/6.6/cyrus-sasl-lib-2.1.23-15.el6_6.2.x86_64.rpm) = 139644 >+SHA256 (rpm/x86_64/centos/6.6/cyrus-sasl-2.1.23-15.el6_6.2.src.rpm) = a12449366385bb4ad18c1639c79e8999013e9e5cbd90474dfcc3c9269d8554ee >+SIZE (rpm/x86_64/centos/6.6/cyrus-sasl-2.1.23-15.el6_6.2.src.rpm) = 1671069 > >Eigenschaftsänderungen: head/security/linux-c6-cyrus-sasl2/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: security/linux-c6-cyrus-sasl2/pkg-plist >=================================================================== >diff --git a/head/security/linux-c6-cyrus-sasl2/pkg-plist b/head/security/linux-c6-cyrus-sasl2/pkg-plist >deleted file mode 10644 >--- a/head/security/linux-c6-cyrus-sasl2/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,30 +0,0 @@ >-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 >Index: security/linux-c6-cyrus-sasl2/pkg-plist.i686 >=================================================================== >diff --git a/head/security/linux-c6-cyrus-sasl2/pkg-plist b/head/security/linux-c6-cyrus-sasl2/pkg-plist.i686 >copy from head/security/linux-c6-cyrus-sasl2/pkg-plist@392922 >copy to head/security/linux-c6-cyrus-sasl2/pkg-plist.i686 >Index: security/linux-c6-cyrus-sasl2/pkg-plist.x86_64 >=================================================================== >diff --git a/head/security/linux-c6-cyrus-sasl2/pkg-plist.x86_64 b/head/security/linux-c6-cyrus-sasl2/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/security/linux-c6-cyrus-sasl2/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,30 @@ >+usr/lib64/libsasl2.so.2 >+usr/lib64/libsasl2.so.2.0.23 >+usr/lib64/sasl2/libanonymous.so >+usr/lib64/sasl2/libanonymous.so.2 >+usr/lib64/sasl2/libanonymous.so.2.0.23 >+usr/lib64/sasl2/libsasldb.so >+usr/lib64/sasl2/libsasldb.so.2 >+usr/lib64/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 > >Eigenschaftsänderungen: head/security/linux-c6-cyrus-sasl2/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: security/linux-c6-gnutls/distinfo.x86_64 >=================================================================== >diff --git a/head/security/linux-c6-gnutls/distinfo.x86_64 b/head/security/linux-c6-gnutls/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/security/linux-c6-gnutls/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/gnutls-2.8.5-14.el6_5.x86_64.rpm) = eb3d9f8cad0b394e5b2a3255424e71838464c21d2125d45c0827e6b6f68e99d9 >+SIZE (rpm/x86_64/centos/6.6/gnutls-2.8.5-14.el6_5.x86_64.rpm) = 354252 >+SHA256 (rpm/x86_64/centos/6.6/gnutls-2.8.5-14.el6_5.src.rpm) = c501ecc43d6caf9432cd44f040363c8ed5001e923001c5c7d28a6055766fb5f1 >+SIZE (rpm/x86_64/centos/6.6/gnutls-2.8.5-14.el6_5.src.rpm) = 6322859 > >Eigenschaftsänderungen: head/security/linux-c6-gnutls/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: security/linux-c6-gnutls/pkg-plist >=================================================================== >diff --git a/head/security/linux-c6-gnutls/pkg-plist b/head/security/linux-c6-gnutls/pkg-plist >deleted file mode 10644 >--- a/head/security/linux-c6-gnutls/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,20 +0,0 @@ >-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 >Index: security/linux-c6-gnutls/pkg-plist.i686 >=================================================================== >diff --git a/head/security/linux-c6-gnutls/pkg-plist b/head/security/linux-c6-gnutls/pkg-plist.i686 >copy from head/security/linux-c6-gnutls/pkg-plist@392922 >copy to head/security/linux-c6-gnutls/pkg-plist.i686 >Index: security/linux-c6-gnutls/pkg-plist.x86_64 >=================================================================== >diff --git a/head/security/linux-c6-gnutls/pkg-plist.x86_64 b/head/security/linux-c6-gnutls/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/security/linux-c6-gnutls/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,20 @@ >+usr/lib64/libgnutls-extra.so.26.14.12 >+usr/lib64/libgnutls-extra.so.26 >+usr/lib64/libgnutls.so.26.14.12 >+usr/lib64/libgnutls.so.26 >+usr/lib64/libgnutlsxx.so.26.14.12 >+usr/lib64/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 > >Eigenschaftsänderungen: head/security/linux-c6-gnutls/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: security/linux-c6-libgcrypt/Makefile >=================================================================== >diff --git a/head/security/linux-c6-libgcrypt/Makefile b/head/security/linux-c6-libgcrypt/Makefile >--- a/head/security/linux-c6-libgcrypt/Makefile (Revision 393390) >+++ b/head/security/linux-c6-libgcrypt/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= libgcrypt > PORTVERSION= 1.4.5 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= security linux > > MAINTAINER= emulation@FreeBSD.org >@@ -14,8 +14,6 @@ > 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_DIRS= etc/gcrypt > DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION} > PORTDOCS= AUTHORS COPYING.LIB NEWS THANKS > DESCR= ${.CURDIR}/../libgcrypt/pkg-descr >Index: security/linux-c6-libgcrypt/distinfo.x86_64 >=================================================================== >diff --git a/head/security/linux-c6-libgcrypt/distinfo.x86_64 b/head/security/linux-c6-libgcrypt/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/security/linux-c6-libgcrypt/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/libgcrypt-1.4.5-11.el6_4.x86_64.rpm) = bdda38f5a6dbfe6a1d07dd6d5f38aace66ff0a19c4575c834a6fdb0f8a226c01 >+SIZE (rpm/x86_64/centos/6.6/libgcrypt-1.4.5-11.el6_4.x86_64.rpm) = 234008 >+SHA256 (rpm/x86_64/centos/6.6/libgcrypt-1.4.5-11.el6_4.src.rpm) = c963b5bf4c84d5798d987e86b4e600ce3c7ae03e035096d88982385a81dcdbbc >+SIZE (rpm/x86_64/centos/6.6/libgcrypt-1.4.5-11.el6_4.src.rpm) = 1257444 > >Eigenschaftsänderungen: head/security/linux-c6-libgcrypt/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: security/linux-c6-libgcrypt/pkg-plist.i686 >=================================================================== >diff --git a/head/security/linux-c6-libgcrypt/pkg-plist.i686 b/head/security/linux-c6-libgcrypt/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/security/linux-c6-libgcrypt/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+lib/.libgcrypt.so.11.hmac >+lib/libgcrypt.so.11 >+lib/libgcrypt.so.11.5.3 >+@dir etc/gcrypt > >Eigenschaftsänderungen: head/security/linux-c6-libgcrypt/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: security/linux-c6-libgcrypt/pkg-plist.x86_64 >=================================================================== >diff --git a/head/security/linux-c6-libgcrypt/pkg-plist.x86_64 b/head/security/linux-c6-libgcrypt/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/security/linux-c6-libgcrypt/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+lib64/.libgcrypt.so.11.hmac >+lib64/libgcrypt.so.11 >+lib64/libgcrypt.so.11.5.3 >+@dir etc/gcrypt > >Eigenschaftsänderungen: head/security/linux-c6-libgcrypt/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: security/linux-c6-libgpg-error/distinfo.x86_64 >=================================================================== >diff --git a/head/security/linux-c6-libgpg-error/distinfo.x86_64 b/head/security/linux-c6-libgpg-error/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/security/linux-c6-libgpg-error/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/libgpg-error-1.7-4.el6.x86_64.rpm) = cb494b9932409f9b592d213b8cf8f3ef2ca9a7af16b9cdfcca7998e33a20674a >+SIZE (rpm/x86_64/centos/6.6/libgpg-error-1.7-4.el6.x86_64.rpm) = 60628 >+SHA256 (rpm/x86_64/centos/6.6/libgpg-error-1.7-4.el6.src.rpm) = 955d0a4d5aaa3539c7a58d94cef41ef09a0d8cc08c0aeb5b0986c623aebd53be >+SIZE (rpm/x86_64/centos/6.6/libgpg-error-1.7-4.el6.src.rpm) = 413579 > >Eigenschaftsänderungen: head/security/linux-c6-libgpg-error/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: security/linux-c6-libgpg-error/pkg-plist >=================================================================== >diff --git a/head/security/linux-c6-libgpg-error/pkg-plist b/head/security/linux-c6-libgpg-error/pkg-plist >deleted file mode 10644 >--- a/head/security/linux-c6-libgpg-error/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,34 +0,0 @@ >-lib/libgpg-error.so.0 >-lib/libgpg-error.so.0.5.0 >-usr/bin/gpg-error >-usr/share/doc/libgpg-error-1.7/AUTHORS >-usr/share/doc/libgpg-error-1.7/COPYING >-usr/share/doc/libgpg-error-1.7/COPYING.LIB >-usr/share/doc/libgpg-error-1.7/ChangeLog >-usr/share/doc/libgpg-error-1.7/NEWS >-usr/share/doc/libgpg-error-1.7/README >-usr/share/locale/de/LC_MESSAGES/libgpg-error.mo >-usr/share/locale/fr/LC_MESSAGES/libgpg-error.mo >-usr/share/locale/pl/LC_MESSAGES/libgpg-error.mo >-usr/share/locale/ro/LC_MESSAGES/libgpg-error.mo >-usr/share/locale/sv/LC_MESSAGES/libgpg-error.mo >-usr/share/locale/vi/LC_MESSAGES/libgpg-error.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/ro/LC_MESSAGES >-@dirrmtry usr/share/locale/ro >-@dirrmtry usr/share/locale/pl/LC_MESSAGES >-@dirrmtry usr/share/locale/pl >-@dirrmtry usr/share/locale/fr/LC_MESSAGES >-@dirrmtry usr/share/locale/fr >-@dirrmtry usr/share/locale/de/LC_MESSAGES >-@dirrmtry usr/share/locale/de >-@dirrmtry usr/share/locale >-@dirrmtry usr/share/doc/libgpg-error-1.7 >-@dirrmtry usr/share/doc >-@dirrmtry usr/share >-@dirrmtry usr/bin >-@dirrmtry usr >-@dirrmtry lib >Index: security/linux-c6-libgpg-error/pkg-plist.i686 >=================================================================== >diff --git a/head/security/linux-c6-libgpg-error/pkg-plist b/head/security/linux-c6-libgpg-error/pkg-plist.i686 >copy from head/security/linux-c6-libgpg-error/pkg-plist@392922 >copy to head/security/linux-c6-libgpg-error/pkg-plist.i686 >Index: security/linux-c6-libgpg-error/pkg-plist.x86_64 >=================================================================== >diff --git a/head/security/linux-c6-libgpg-error/pkg-plist.x86_64 b/head/security/linux-c6-libgpg-error/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/security/linux-c6-libgpg-error/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,34 @@ >+lib64/libgpg-error.so.0 >+lib64/libgpg-error.so.0.5.0 >+usr/bin/gpg-error >+usr/share/doc/libgpg-error-1.7/AUTHORS >+usr/share/doc/libgpg-error-1.7/COPYING >+usr/share/doc/libgpg-error-1.7/COPYING.LIB >+usr/share/doc/libgpg-error-1.7/ChangeLog >+usr/share/doc/libgpg-error-1.7/NEWS >+usr/share/doc/libgpg-error-1.7/README >+usr/share/locale/de/LC_MESSAGES/libgpg-error.mo >+usr/share/locale/fr/LC_MESSAGES/libgpg-error.mo >+usr/share/locale/pl/LC_MESSAGES/libgpg-error.mo >+usr/share/locale/ro/LC_MESSAGES/libgpg-error.mo >+usr/share/locale/sv/LC_MESSAGES/libgpg-error.mo >+usr/share/locale/vi/LC_MESSAGES/libgpg-error.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/ro/LC_MESSAGES >+@dirrmtry usr/share/locale/ro >+@dirrmtry usr/share/locale/pl/LC_MESSAGES >+@dirrmtry usr/share/locale/pl >+@dirrmtry usr/share/locale/fr/LC_MESSAGES >+@dirrmtry usr/share/locale/fr >+@dirrmtry usr/share/locale/de/LC_MESSAGES >+@dirrmtry usr/share/locale/de >+@dirrmtry usr/share/locale >+@dirrmtry usr/share/doc/libgpg-error-1.7 >+@dirrmtry usr/share/doc >+@dirrmtry usr/share >+@dirrmtry usr/bin >+@dirrmtry usr >+@dirrmtry lib64 > >Eigenschaftsänderungen: head/security/linux-c6-libgpg-error/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: security/linux-c6-libssh2/Makefile >=================================================================== >diff --git a/head/security/linux-c6-libssh2/Makefile b/head/security/linux-c6-libssh2/Makefile >--- a/head/security/linux-c6-libssh2/Makefile (Revision 393390) >+++ b/head/security/linux-c6-libssh2/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= libssh2 > PORTVERSION= 1.4.2 >-PORTREVISION= 2 >+PORTREVISION= 4 > CATEGORIES= security linux > MASTER_SITES= CENTOS_LINUX_UPDATES > >@@ -20,7 +20,6 @@ > 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 >Index: security/linux-c6-libssh2/distinfo.x86_64 >=================================================================== >diff --git a/head/security/linux-c6-libssh2/distinfo.x86_64 b/head/security/linux-c6-libssh2/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/security/linux-c6-libssh2/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/libssh2-1.4.2-1.el6_6.1.x86_64.rpm) = 2e07438d7789237523d415dd3a92d99215867b7641ad267b424880b0dca9c89c >+SIZE (rpm/x86_64/centos/6.6/libssh2-1.4.2-1.el6_6.1.x86_64.rpm) = 125616 >+SHA256 (rpm/x86_64/centos/6.6/libssh2-1.4.2-1.el6_6.1.src.rpm) = 10684ae17a697ab8cce1cfca1dcd8915c0a7d2a5f4e84f568bf52dabe97c1c6c >+SIZE (rpm/x86_64/centos/6.6/libssh2-1.4.2-1.el6_6.1.src.rpm) = 693407 > >Eigenschaftsänderungen: head/security/linux-c6-libssh2/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: security/linux-c6-libssh2/pkg-plist.i686 >=================================================================== >diff --git a/head/security/linux-c6-libssh2/pkg-plist.i686 b/head/security/linux-c6-libssh2/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/security/linux-c6-libssh2/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+usr/lib/libssh2.so.1 >+usr/lib/libssh2.so.1.0.1 > >Eigenschaftsänderungen: head/security/linux-c6-libssh2/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: security/linux-c6-libssh2/pkg-plist.x86_64 >=================================================================== >diff --git a/head/security/linux-c6-libssh2/pkg-plist.x86_64 b/head/security/linux-c6-libssh2/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/security/linux-c6-libssh2/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+usr/lib64/libssh2.so.1 >+usr/lib64/libssh2.so.1.0.1 > >Eigenschaftsänderungen: head/security/linux-c6-libssh2/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: security/linux-c6-libtasn1/Makefile >=================================================================== >diff --git a/head/security/linux-c6-libtasn1/Makefile b/head/security/linux-c6-libtasn1/Makefile >--- a/head/security/linux-c6-libtasn1/Makefile (Revision 393390) >+++ b/head/security/linux-c6-libtasn1/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= libtasn1 > PORTVERSION= 2.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= security linux > > MAINTAINER= emulation@FreeBSD.org >@@ -18,7 +18,6 @@ > 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 >Index: security/linux-c6-libtasn1/distinfo.x86_64 >=================================================================== >diff --git a/head/security/linux-c6-libtasn1/distinfo.x86_64 b/head/security/linux-c6-libtasn1/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/security/linux-c6-libtasn1/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/libtasn1-2.3-6.el6_5.x86_64.rpm) = ee516dac9b0d36fbee5f77e443be13a7e4ca60c3f3105bdc50e112c7ae834780 >+SIZE (rpm/x86_64/centos/6.6/libtasn1-2.3-6.el6_5.x86_64.rpm) = 243868 >+SHA256 (rpm/x86_64/centos/6.6/libtasn1-2.3-6.el6_5.src.rpm) = 24fe6cafdf3ed4c45d49395bdfd7a73e1a4b8c7fab9503fea801a6b68234b199 >+SIZE (rpm/x86_64/centos/6.6/libtasn1-2.3-6.el6_5.src.rpm) = 1501312 > >Eigenschaftsänderungen: head/security/linux-c6-libtasn1/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: security/linux-c6-libtasn1/pkg-plist.i686 >=================================================================== >diff --git a/head/security/linux-c6-libtasn1/pkg-plist.i686 b/head/security/linux-c6-libtasn1/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/security/linux-c6-libtasn1/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+usr/lib/libtasn1.so.3 >+usr/lib/libtasn1.so.3.1.6 > >Eigenschaftsänderungen: head/security/linux-c6-libtasn1/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: security/linux-c6-libtasn1/pkg-plist.x86_64 >=================================================================== >diff --git a/head/security/linux-c6-libtasn1/pkg-plist.x86_64 b/head/security/linux-c6-libtasn1/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/security/linux-c6-libtasn1/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+usr/lib64/libtasn1.so.3 >+usr/lib64/libtasn1.so.3.1.6 > >Eigenschaftsänderungen: head/security/linux-c6-libtasn1/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: security/linux-c6-nss/Makefile >=================================================================== >diff --git a/head/security/linux-c6-nss/Makefile b/head/security/linux-c6-nss/Makefile >--- a/head/security/linux-c6-nss/Makefile (Revision 393390) >+++ b/head/security/linux-c6-nss/Makefile (Arbeitskopie) >@@ -23,9 +23,9 @@ > USE_LINUX_RPM= yes > USE_LDCONFIG= yes > >-SRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} \ >- nss-util-3.19.1-1.el6_6.src.rpm \ >- nss-softokn-3.14.3-22.el6_6.src.rpm >+SRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE \ >+ nss-util-3.19.1-1.el6_6.src.rpm:SOURCE \ >+ nss-softokn-3.14.3-22.el6_6.src.rpm:SOURCE > > DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr > >Index: security/linux-c6-nss/distinfo.x86_64 >=================================================================== >diff --git a/head/security/linux-c6-nss/distinfo.x86_64 b/head/security/linux-c6-nss/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/security/linux-c6-nss/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,14 @@ >+SHA256 (rpm/x86_64/centos/6.6/nss-3.19.1-3.el6_6.x86_64.rpm) = 527b9685f9466312d5dc12fd5c95a17eaca308b93cb6e6e2b6e90f67b6199839 >+SIZE (rpm/x86_64/centos/6.6/nss-3.19.1-3.el6_6.x86_64.rpm) = 877004 >+SHA256 (rpm/x86_64/centos/6.6/nss-util-3.19.1-1.el6_6.x86_64.rpm) = 6d18c09300d59c832734701ff7403398a46ef2faa8897ae52f88d204a2d610a2 >+SIZE (rpm/x86_64/centos/6.6/nss-util-3.19.1-1.el6_6.x86_64.rpm) = 67636 >+SHA256 (rpm/x86_64/centos/6.6/nss-softokn-3.14.3-22.el6_6.x86_64.rpm) = fb22476443aa77b1ec969dc09416a9cabde6e652e4712a6a33266a9140c2b7d9 >+SIZE (rpm/x86_64/centos/6.6/nss-softokn-3.14.3-22.el6_6.x86_64.rpm) = 268076 >+SHA256 (rpm/x86_64/centos/6.6/nss-softokn-freebl-3.14.3-22.el6_6.x86_64.rpm) = 1078c1194369da908b57512aa6f76655b26694f00106756e290852deda12742b >+SIZE (rpm/x86_64/centos/6.6/nss-softokn-freebl-3.14.3-22.el6_6.x86_64.rpm) = 170992 >+SHA256 (rpm/x86_64/centos/6.6/nss-3.19.1-3.el6_6.src.rpm) = b30fb858dcec5a154713cfd27386aa48def4cf819f2ed39f586c513f8eb1d209 >+SIZE (rpm/x86_64/centos/6.6/nss-3.19.1-3.el6_6.src.rpm) = 5605304 >+SHA256 (rpm/x86_64/centos/6.6/nss-util-3.19.1-1.el6_6.src.rpm) = 8b4f5d17d8260f788fc58e0d22bc4f6d79481822be4218403e3d8dfc7f92229b >+SIZE (rpm/x86_64/centos/6.6/nss-util-3.19.1-1.el6_6.src.rpm) = 748693 >+SHA256 (rpm/x86_64/centos/6.6/nss-softokn-3.14.3-22.el6_6.src.rpm) = db139757d5d628729ad254de68e45d8595c2727159d991388a93296e221b2c81 >+SIZE (rpm/x86_64/centos/6.6/nss-softokn-3.14.3-22.el6_6.src.rpm) = 1302552 > >Eigenschaftsänderungen: head/security/linux-c6-nss/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: security/linux-c6-nss/pkg-plist >=================================================================== >diff --git a/head/security/linux-c6-nss/pkg-plist b/head/security/linux-c6-nss/pkg-plist >deleted file mode 10644 >--- a/head/security/linux-c6-nss/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,27 +0,0 @@ >-etc/pki/nssdb/cert8.db >-etc/pki/nssdb/key3.db >-etc/pki/nssdb/secmod.db >-etc/prelink.conf.d/nss-softokn-prelink.conf >-lib/libfreebl3.chk >-lib/libfreebl3.so >-lib/libfreeblpriv3.chk >-lib/libfreeblpriv3.so >-usr/lib/libfreebl3.chk >-usr/lib/libfreebl3.so >-usr/lib/libfreeblpriv3.chk >-usr/lib/libfreeblpriv3.so >-usr/lib/libnss3.so >-usr/lib/nss/libnssckbi.so >-usr/lib/libnssdbm3.chk >-usr/lib/libnssdbm3.so >-usr/lib/libnsspem.so >-usr/lib/libnssutil3.so >-usr/lib/libsmime3.so >-usr/lib/libssl3.so >-usr/lib/libsoftokn3.chk >-usr/lib/libsoftokn3.so >-usr/lib/nss/unsupported-tools/shlibsign >-usr/lib/nss/unsupported-tools/bltest >-usr/lib/nss/unsupported-tools/fipstest >-usr/share/dracut/modules.d/05nss-softokn/install >-@dir usr/lib/nss/saved >Index: security/linux-c6-nss/pkg-plist.i686 >=================================================================== >diff --git a/head/security/linux-c6-nss/pkg-plist b/head/security/linux-c6-nss/pkg-plist.i686 >copy from head/security/linux-c6-nss/pkg-plist@392922 >copy to head/security/linux-c6-nss/pkg-plist.i686 >Index: security/linux-c6-nss/pkg-plist.x86_64 >=================================================================== >diff --git a/head/security/linux-c6-nss/pkg-plist.x86_64 b/head/security/linux-c6-nss/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/security/linux-c6-nss/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,27 @@ >+@comment file listing >+etc/pki/nssdb/cert8.db >+etc/pki/nssdb/key3.db >+etc/pki/nssdb/secmod.db >+lib64/libfreebl3.chk >+lib64/libfreebl3.so >+usr/lib64/libfreebl3.chk >+usr/lib64/libfreebl3.so >+usr/lib64/libnss3.so >+usr/lib64/nss/libnssckbi.so >+usr/lib64/libnssdbm3.chk >+usr/lib64/libnssdbm3.so >+usr/lib64/libnsspem.so >+usr/lib64/libnssutil3.so >+usr/lib64/libsmime3.so >+usr/lib64/libssl3.so >+usr/lib64/libsoftokn3.chk >+usr/lib64/libsoftokn3.so >+usr/lib64/nss/unsupported-tools/shlibsign >+usr/lib64/nss/unsupported-tools/bltest >+usr/lib64/nss/unsupported-tools/fipstest >+@comment non-empty directory listing in revers order >+@dirrm etc/pki/nssdb >+@dirrmtry etc/pki >+@dirrm usr/lib64/nss/unsupported-tools >+@dirrm usr/lib64/nss/saved >+@dirrm usr/lib64/nss > >Eigenschaftsänderungen: head/security/linux-c6-nss/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: security/linux-c6-openssl/distinfo.x86_64 >=================================================================== >diff --git a/head/security/linux-c6-openssl/distinfo.x86_64 b/head/security/linux-c6-openssl/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/security/linux-c6-openssl/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/openssl-1.0.1e-30.el6.11.x86_64.rpm) = 37d451930cd944d76e4d3633c2358c09f002bb728dd5242dabf7276cf19b08b7 >+SIZE (rpm/x86_64/centos/6.6/openssl-1.0.1e-30.el6.11.x86_64.rpm) = 1592152 >+SHA256 (rpm/x86_64/centos/6.6/openssl-1.0.1e-30.el6.11.src.rpm) = aac901f048953cae0a9d6962636edecb05142f577eca9b5eef37831be727e109 >+SIZE (rpm/x86_64/centos/6.6/openssl-1.0.1e-30.el6.11.src.rpm) = 3204421 > >Eigenschaftsänderungen: head/security/linux-c6-openssl/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: security/linux-c6-openssl/pkg-plist >=================================================================== >diff --git a/head/security/linux-c6-openssl/pkg-plist b/head/security/linux-c6-openssl/pkg-plist >deleted file mode 10644 >--- a/head/security/linux-c6-openssl/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,101 +0,0 @@ >-@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 >-@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: security/linux-c6-openssl/pkg-plist.i686 >=================================================================== >diff --git a/head/security/linux-c6-openssl/pkg-plist b/head/security/linux-c6-openssl/pkg-plist.i686 >copy from head/security/linux-c6-openssl/pkg-plist@392922 >copy to head/security/linux-c6-openssl/pkg-plist.i686 >Index: security/linux-c6-openssl/pkg-plist.x86_64 >=================================================================== >diff --git a/head/security/linux-c6-openssl/pkg-plist.x86_64 b/head/security/linux-c6-openssl/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/security/linux-c6-openssl/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +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/lib64/libcrypto.so.%%PORTVERSION%% >+usr/lib64/libcrypto.so.10 >+usr/lib64/libssl.so.%%PORTVERSION%% >+usr/lib64/libssl.so.10 >+usr/lib64/.libcrypto.so.%%PORTVERSION%%.hmac >+usr/lib64/.libcrypto.so.10.hmac >+usr/lib64/.libssl.so.%%PORTVERSION%%.hmac >+usr/lib64/.libssl.so.10.hmac >+usr/bin/openssl >+usr/lib64/openssl/engines/lib4758cca.so >+usr/lib64/openssl/engines/libaep.so >+usr/lib64/openssl/engines/libatalla.so >+usr/lib64/openssl/engines/libcapi.so >+usr/lib64/openssl/engines/libchil.so >+usr/lib64/openssl/engines/libcswift.so >+usr/lib64/openssl/engines/libgmp.so >+usr/lib64/openssl/engines/libnuron.so >+usr/lib64/openssl/engines/libpadlock.so >+usr/lib64/openssl/engines/libsureware.so >+usr/lib64/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 >+@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 > >Eigenschaftsänderungen: head/security/linux-c6-openssl/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: security/linux-c6-openssl-compat/Makefile >=================================================================== >diff --git a/head/security/linux-c6-openssl-compat/Makefile b/head/security/linux-c6-openssl-compat/Makefile >--- a/head/security/linux-c6-openssl-compat/Makefile (Revision 393390) >+++ b/head/security/linux-c6-openssl-compat/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= openssl-compat > PORTVERSION= 0.9.8e >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= security linux > DISTNAME= openssl098e-${PORTVERSION}-${RPMVERSION} > >@@ -22,6 +22,10 @@ > DESCR= ${.CURDIR}/../openssl/pkg-descr > > post-install: >+. if defined(OVERRIDE_LINUX_BASE_PORT) && ${OVERRIDE_LINUX_BASE_PORT} == "c6_64" >+ @cd ${STAGEDIR}${PREFIX}/usr/lib64 && ${LN} -sf libssl.so.6 libssl.so.7 >+. else > @cd ${STAGEDIR}${PREFIX}/usr/lib && ${LN} -sf libssl.so.6 libssl.so.7 >+. endif > > .include <bsd.port.mk> >Index: security/linux-c6-openssl-compat/distinfo.x86_64 >=================================================================== >diff --git a/head/security/linux-c6-openssl-compat/distinfo.x86_64 b/head/security/linux-c6-openssl-compat/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/security/linux-c6-openssl-compat/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/openssl098e-0.9.8e-18.el6_5.2.x86_64.rpm) = 5da4e81c728ae6199597cdd1107e244b7920e1d3425828db435bff7b22c62509 >+SIZE (rpm/x86_64/centos/6.6/openssl098e-0.9.8e-18.el6_5.2.x86_64.rpm) = 779620 >+SHA256 (rpm/x86_64/centos/6.6/openssl098e-0.9.8e-18.el6_5.2.src.rpm) = 25cdd2928d00f8aec7e84cd5937ecf9ad869256c980634a9c7132e75cfeccce2 >+SIZE (rpm/x86_64/centos/6.6/openssl098e-0.9.8e-18.el6_5.2.src.rpm) = 3101400 > >Eigenschaftsänderungen: head/security/linux-c6-openssl-compat/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: security/linux-c6-openssl-compat/pkg-plist >=================================================================== >diff --git a/head/security/linux-c6-openssl-compat/pkg-plist b/head/security/linux-c6-openssl-compat/pkg-plist >deleted file mode 10644 >--- a/head/security/linux-c6-openssl-compat/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,26 +0,0 @@ >-@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 >Index: security/linux-c6-openssl-compat/pkg-plist.i686 >=================================================================== >diff --git a/head/security/linux-c6-openssl-compat/pkg-plist b/head/security/linux-c6-openssl-compat/pkg-plist.i686 >copy from head/security/linux-c6-openssl-compat/pkg-plist@392922 >copy to head/security/linux-c6-openssl-compat/pkg-plist.i686 >Index: security/linux-c6-openssl-compat/pkg-plist.x86_64 >=================================================================== >diff --git a/head/security/linux-c6-openssl-compat/pkg-plist.x86_64 b/head/security/linux-c6-openssl-compat/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/security/linux-c6-openssl-compat/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,26 @@ >+@comment file listing >+usr/lib64/.libcrypto.so.0.9.8e.hmac >+usr/lib64/.libcrypto.so.6.hmac >+usr/lib64/.libssl.so.0.9.8e.hmac >+usr/lib64/.libssl.so.6.hmac >+usr/lib64/libcrypto.so.0.9.8e >+usr/lib64/libcrypto.so.6 >+usr/lib64/libssl.so.0.9.8e >+usr/lib64/libssl.so.6 >+usr/lib64/libssl.so.7 >+usr/lib64/openssl098e/engines/lib4758cca.so >+usr/lib64/openssl098e/engines/libaep.so >+usr/lib64/openssl098e/engines/libatalla.so >+usr/lib64/openssl098e/engines/libchil.so >+usr/lib64/openssl098e/engines/libcswift.so >+usr/lib64/openssl098e/engines/libgmp.so >+usr/lib64/openssl098e/engines/libnuron.so >+usr/lib64/openssl098e/engines/libsureware.so >+usr/lib64/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 > >Eigenschaftsänderungen: head/security/linux-c6-openssl-compat/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: textproc/linux-c6-aspell/distinfo.x86_64 >=================================================================== >diff --git a/head/textproc/linux-c6-aspell/distinfo.x86_64 b/head/textproc/linux-c6-aspell/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/textproc/linux-c6-aspell/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/aspell-0.60.6-12.el6.x86_64.rpm) = 1fced5d3306d2e015033dfcb2b0fe40442472652106dc462104d82a041636586 >+SIZE (rpm/x86_64/centos/6.6/aspell-0.60.6-12.el6.x86_64.rpm) = 663640 >+SHA256 (rpm/x86_64/centos/6.6/aspell-0.60.6-12.el6.src.rpm) = 2806d7c0b3a9a3d81f543b225429303164c542cbf9a4835e5ccd6a0f73bc5eb2 >+SIZE (rpm/x86_64/centos/6.6/aspell-0.60.6-12.el6.src.rpm) = 1776695 > >Eigenschaftsänderungen: head/textproc/linux-c6-aspell/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: textproc/linux-c6-aspell/pkg-plist >=================================================================== >diff --git a/head/textproc/linux-c6-aspell/pkg-plist b/head/textproc/linux-c6-aspell/pkg-plist >deleted file mode 10644 >--- a/head/textproc/linux-c6-aspell/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,126 +0,0 @@ >-usr/bin/aspell >-usr/bin/ispell >-usr/bin/precat >-usr/bin/preunzip >-usr/bin/prezip >-usr/bin/prezip-bin >-usr/bin/run-with-aspell >-usr/bin/spell >-usr/bin/word-list-compress >-usr/lib/aspell-0.60/ccpp.amf >-usr/lib/aspell-0.60/comment.amf >-usr/lib/aspell-0.60/context-filter.info >-usr/lib/aspell-0.60/context-filter.so >-usr/lib/aspell-0.60/cp1250.cmap >-usr/lib/aspell-0.60/cp1250.cset >-usr/lib/aspell-0.60/cp1251.cmap >-usr/lib/aspell-0.60/cp1251.cset >-usr/lib/aspell-0.60/cp1252.cmap >-usr/lib/aspell-0.60/cp1252.cset >-usr/lib/aspell-0.60/cp1253.cmap >-usr/lib/aspell-0.60/cp1253.cset >-usr/lib/aspell-0.60/cp1254.cmap >-usr/lib/aspell-0.60/cp1254.cset >-usr/lib/aspell-0.60/cp1255.cmap >-usr/lib/aspell-0.60/cp1255.cset >-usr/lib/aspell-0.60/cp1256.cmap >-usr/lib/aspell-0.60/cp1256.cset >-usr/lib/aspell-0.60/cp1257.cmap >-usr/lib/aspell-0.60/cp1257.cset >-usr/lib/aspell-0.60/cp1258.cmap >-usr/lib/aspell-0.60/cp1258.cset >-usr/lib/aspell-0.60/dvorak.kbd >-usr/lib/aspell-0.60/email-filter.info >-usr/lib/aspell-0.60/email-filter.so >-usr/lib/aspell-0.60/email.amf >-usr/lib/aspell-0.60/html-filter.info >-usr/lib/aspell-0.60/html.amf >-usr/lib/aspell-0.60/iso-8859-1.cmap >-usr/lib/aspell-0.60/iso-8859-1.cset >-usr/lib/aspell-0.60/iso-8859-10.cmap >-usr/lib/aspell-0.60/iso-8859-10.cset >-usr/lib/aspell-0.60/iso-8859-11.cmap >-usr/lib/aspell-0.60/iso-8859-11.cset >-usr/lib/aspell-0.60/iso-8859-13.cmap >-usr/lib/aspell-0.60/iso-8859-13.cset >-usr/lib/aspell-0.60/iso-8859-14.cmap >-usr/lib/aspell-0.60/iso-8859-14.cset >-usr/lib/aspell-0.60/iso-8859-15.cmap >-usr/lib/aspell-0.60/iso-8859-15.cset >-usr/lib/aspell-0.60/iso-8859-16.cmap >-usr/lib/aspell-0.60/iso-8859-16.cset >-usr/lib/aspell-0.60/iso-8859-2.cmap >-usr/lib/aspell-0.60/iso-8859-2.cset >-usr/lib/aspell-0.60/iso-8859-3.cmap >-usr/lib/aspell-0.60/iso-8859-3.cset >-usr/lib/aspell-0.60/iso-8859-4.cmap >-usr/lib/aspell-0.60/iso-8859-4.cset >-usr/lib/aspell-0.60/iso-8859-5.cmap >-usr/lib/aspell-0.60/iso-8859-5.cset >-usr/lib/aspell-0.60/iso-8859-6.cmap >-usr/lib/aspell-0.60/iso-8859-6.cset >-usr/lib/aspell-0.60/iso-8859-7.cmap >-usr/lib/aspell-0.60/iso-8859-7.cset >-usr/lib/aspell-0.60/iso-8859-8.cmap >-usr/lib/aspell-0.60/iso-8859-8.cset >-usr/lib/aspell-0.60/iso-8859-9.cmap >-usr/lib/aspell-0.60/iso-8859-9.cset >-usr/lib/aspell-0.60/koi8-r.cmap >-usr/lib/aspell-0.60/koi8-r.cset >-usr/lib/aspell-0.60/koi8-u.cmap >-usr/lib/aspell-0.60/koi8-u.cset >-usr/lib/aspell-0.60/none.amf >-usr/lib/aspell-0.60/nroff-filter.info >-usr/lib/aspell-0.60/nroff-filter.so >-usr/lib/aspell-0.60/nroff.amf >-usr/lib/aspell-0.60/perl.amf >-usr/lib/aspell-0.60/sgml-filter.info >-usr/lib/aspell-0.60/sgml-filter.so >-usr/lib/aspell-0.60/sgml.amf >-usr/lib/aspell-0.60/split.kbd >-usr/lib/aspell-0.60/standard.kbd >-usr/lib/aspell-0.60/tex-filter.info >-usr/lib/aspell-0.60/tex-filter.so >-usr/lib/aspell-0.60/tex.amf >-usr/lib/aspell-0.60/texinfo-filter.info >-usr/lib/aspell-0.60/texinfo-filter.so >-usr/lib/aspell-0.60/texinfo.amf >-usr/lib/aspell-0.60/url.amf >-usr/lib/libaspell.so.15 >-usr/lib/libaspell.so.15.1.4 >-usr/lib/libpspell.so.15 >-usr/lib/libpspell.so.15.1.4 >-usr/share/doc/aspell-0.60.6/COPYING >-usr/share/doc/aspell-0.60.6/README >-usr/share/doc/aspell-0.60.6/TODO >-usr/share/doc/aspell-0.60.6/aspell-import >-usr/share/doc/aspell-0.60.6/aspell-import.1 >-usr/share/info/aspell.info.gz >-usr/share/locale/be/LC_MESSAGES/aspell.mo >-usr/share/locale/ca/LC_MESSAGES/aspell.mo >-usr/share/locale/cs/LC_MESSAGES/aspell.mo >-usr/share/locale/da/LC_MESSAGES/aspell.mo >-usr/share/locale/de/LC_MESSAGES/aspell.mo >-usr/share/locale/en_GB/LC_MESSAGES/aspell.mo >-usr/share/locale/es/LC_MESSAGES/aspell.mo >-usr/share/locale/fr/LC_MESSAGES/aspell.mo >-usr/share/locale/ga/LC_MESSAGES/aspell.mo >-usr/share/locale/it/LC_MESSAGES/aspell.mo >-usr/share/locale/mn/LC_MESSAGES/aspell.mo >-usr/share/locale/nl/LC_MESSAGES/aspell.mo >-usr/share/locale/pt_BR/LC_MESSAGES/aspell.mo >-usr/share/locale/ro/LC_MESSAGES/aspell.mo >-usr/share/locale/ru/LC_MESSAGES/aspell.mo >-usr/share/locale/rw/LC_MESSAGES/aspell.mo >-usr/share/locale/sk/LC_MESSAGES/aspell.mo >-usr/share/locale/sl/LC_MESSAGES/aspell.mo >-usr/share/locale/sr/LC_MESSAGES/aspell.mo >-usr/share/locale/sv/LC_MESSAGES/aspell.mo >-usr/share/locale/tg/LC_MESSAGES/aspell.mo >-usr/share/locale/uk/LC_MESSAGES/aspell.mo >-usr/share/locale/vi/LC_MESSAGES/aspell.mo >-usr/share/locale/wa/LC_MESSAGES/aspell.mo >-usr/share/man/man1/aspell.1.gz >-usr/share/man/man1/prezip-bin.1.gz >-usr/share/man/man1/run-with-aspell.1.gz >-usr/share/man/man1/word-list-compress.1.gz >Index: textproc/linux-c6-aspell/pkg-plist.i686 >=================================================================== >diff --git a/head/textproc/linux-c6-aspell/pkg-plist b/head/textproc/linux-c6-aspell/pkg-plist.i686 >copy from head/textproc/linux-c6-aspell/pkg-plist@392922 >copy to head/textproc/linux-c6-aspell/pkg-plist.i686 >Index: textproc/linux-c6-aspell/pkg-plist.x86_64 >=================================================================== >diff --git a/head/textproc/linux-c6-aspell/pkg-plist.x86_64 b/head/textproc/linux-c6-aspell/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/textproc/linux-c6-aspell/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,126 @@ >+usr/bin/aspell >+usr/bin/ispell >+usr/bin/precat >+usr/bin/preunzip >+usr/bin/prezip >+usr/bin/prezip-bin >+usr/bin/run-with-aspell >+usr/bin/spell >+usr/bin/word-list-compress >+usr/lib64/aspell-0.60/ccpp.amf >+usr/lib64/aspell-0.60/comment.amf >+usr/lib64/aspell-0.60/context-filter.info >+usr/lib64/aspell-0.60/context-filter.so >+usr/lib64/aspell-0.60/cp1250.cmap >+usr/lib64/aspell-0.60/cp1250.cset >+usr/lib64/aspell-0.60/cp1251.cmap >+usr/lib64/aspell-0.60/cp1251.cset >+usr/lib64/aspell-0.60/cp1252.cmap >+usr/lib64/aspell-0.60/cp1252.cset >+usr/lib64/aspell-0.60/cp1253.cmap >+usr/lib64/aspell-0.60/cp1253.cset >+usr/lib64/aspell-0.60/cp1254.cmap >+usr/lib64/aspell-0.60/cp1254.cset >+usr/lib64/aspell-0.60/cp1255.cmap >+usr/lib64/aspell-0.60/cp1255.cset >+usr/lib64/aspell-0.60/cp1256.cmap >+usr/lib64/aspell-0.60/cp1256.cset >+usr/lib64/aspell-0.60/cp1257.cmap >+usr/lib64/aspell-0.60/cp1257.cset >+usr/lib64/aspell-0.60/cp1258.cmap >+usr/lib64/aspell-0.60/cp1258.cset >+usr/lib64/aspell-0.60/dvorak.kbd >+usr/lib64/aspell-0.60/email-filter.info >+usr/lib64/aspell-0.60/email-filter.so >+usr/lib64/aspell-0.60/email.amf >+usr/lib64/aspell-0.60/html-filter.info >+usr/lib64/aspell-0.60/html.amf >+usr/lib64/aspell-0.60/iso-8859-1.cmap >+usr/lib64/aspell-0.60/iso-8859-1.cset >+usr/lib64/aspell-0.60/iso-8859-10.cmap >+usr/lib64/aspell-0.60/iso-8859-10.cset >+usr/lib64/aspell-0.60/iso-8859-11.cmap >+usr/lib64/aspell-0.60/iso-8859-11.cset >+usr/lib64/aspell-0.60/iso-8859-13.cmap >+usr/lib64/aspell-0.60/iso-8859-13.cset >+usr/lib64/aspell-0.60/iso-8859-14.cmap >+usr/lib64/aspell-0.60/iso-8859-14.cset >+usr/lib64/aspell-0.60/iso-8859-15.cmap >+usr/lib64/aspell-0.60/iso-8859-15.cset >+usr/lib64/aspell-0.60/iso-8859-16.cmap >+usr/lib64/aspell-0.60/iso-8859-16.cset >+usr/lib64/aspell-0.60/iso-8859-2.cmap >+usr/lib64/aspell-0.60/iso-8859-2.cset >+usr/lib64/aspell-0.60/iso-8859-3.cmap >+usr/lib64/aspell-0.60/iso-8859-3.cset >+usr/lib64/aspell-0.60/iso-8859-4.cmap >+usr/lib64/aspell-0.60/iso-8859-4.cset >+usr/lib64/aspell-0.60/iso-8859-5.cmap >+usr/lib64/aspell-0.60/iso-8859-5.cset >+usr/lib64/aspell-0.60/iso-8859-6.cmap >+usr/lib64/aspell-0.60/iso-8859-6.cset >+usr/lib64/aspell-0.60/iso-8859-7.cmap >+usr/lib64/aspell-0.60/iso-8859-7.cset >+usr/lib64/aspell-0.60/iso-8859-8.cmap >+usr/lib64/aspell-0.60/iso-8859-8.cset >+usr/lib64/aspell-0.60/iso-8859-9.cmap >+usr/lib64/aspell-0.60/iso-8859-9.cset >+usr/lib64/aspell-0.60/koi8-r.cmap >+usr/lib64/aspell-0.60/koi8-r.cset >+usr/lib64/aspell-0.60/koi8-u.cmap >+usr/lib64/aspell-0.60/koi8-u.cset >+usr/lib64/aspell-0.60/none.amf >+usr/lib64/aspell-0.60/nroff-filter.info >+usr/lib64/aspell-0.60/nroff-filter.so >+usr/lib64/aspell-0.60/nroff.amf >+usr/lib64/aspell-0.60/perl.amf >+usr/lib64/aspell-0.60/sgml-filter.info >+usr/lib64/aspell-0.60/sgml-filter.so >+usr/lib64/aspell-0.60/sgml.amf >+usr/lib64/aspell-0.60/split.kbd >+usr/lib64/aspell-0.60/standard.kbd >+usr/lib64/aspell-0.60/tex-filter.info >+usr/lib64/aspell-0.60/tex-filter.so >+usr/lib64/aspell-0.60/tex.amf >+usr/lib64/aspell-0.60/texinfo-filter.info >+usr/lib64/aspell-0.60/texinfo-filter.so >+usr/lib64/aspell-0.60/texinfo.amf >+usr/lib64/aspell-0.60/url.amf >+usr/lib64/libaspell.so.15 >+usr/lib64/libaspell.so.15.1.4 >+usr/lib64/libpspell.so.15 >+usr/lib64/libpspell.so.15.1.4 >+usr/share/doc/aspell-0.60.6/COPYING >+usr/share/doc/aspell-0.60.6/README >+usr/share/doc/aspell-0.60.6/TODO >+usr/share/doc/aspell-0.60.6/aspell-import >+usr/share/doc/aspell-0.60.6/aspell-import.1 >+usr/share/info/aspell.info.gz >+usr/share/locale/be/LC_MESSAGES/aspell.mo >+usr/share/locale/ca/LC_MESSAGES/aspell.mo >+usr/share/locale/cs/LC_MESSAGES/aspell.mo >+usr/share/locale/da/LC_MESSAGES/aspell.mo >+usr/share/locale/de/LC_MESSAGES/aspell.mo >+usr/share/locale/en_GB/LC_MESSAGES/aspell.mo >+usr/share/locale/es/LC_MESSAGES/aspell.mo >+usr/share/locale/fr/LC_MESSAGES/aspell.mo >+usr/share/locale/ga/LC_MESSAGES/aspell.mo >+usr/share/locale/it/LC_MESSAGES/aspell.mo >+usr/share/locale/mn/LC_MESSAGES/aspell.mo >+usr/share/locale/nl/LC_MESSAGES/aspell.mo >+usr/share/locale/pt_BR/LC_MESSAGES/aspell.mo >+usr/share/locale/ro/LC_MESSAGES/aspell.mo >+usr/share/locale/ru/LC_MESSAGES/aspell.mo >+usr/share/locale/rw/LC_MESSAGES/aspell.mo >+usr/share/locale/sk/LC_MESSAGES/aspell.mo >+usr/share/locale/sl/LC_MESSAGES/aspell.mo >+usr/share/locale/sr/LC_MESSAGES/aspell.mo >+usr/share/locale/sv/LC_MESSAGES/aspell.mo >+usr/share/locale/tg/LC_MESSAGES/aspell.mo >+usr/share/locale/uk/LC_MESSAGES/aspell.mo >+usr/share/locale/vi/LC_MESSAGES/aspell.mo >+usr/share/locale/wa/LC_MESSAGES/aspell.mo >+usr/share/man/man1/aspell.1.gz >+usr/share/man/man1/prezip-bin.1.gz >+usr/share/man/man1/run-with-aspell.1.gz >+usr/share/man/man1/word-list-compress.1.gz > >Eigenschaftsänderungen: head/textproc/linux-c6-aspell/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: textproc/linux-c6-expat/Makefile >=================================================================== >diff --git a/head/textproc/linux-c6-expat/Makefile b/head/textproc/linux-c6-expat/Makefile >--- a/head/textproc/linux-c6-expat/Makefile (Revision 393390) >+++ b/head/textproc/linux-c6-expat/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= expat > PORTVERSION= 2.0.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= textproc linux > > MAINTAINER= emulation@FreeBSD.org >@@ -18,8 +18,6 @@ > 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 >Index: textproc/linux-c6-expat/distinfo.x86_64 >=================================================================== >diff --git a/head/textproc/linux-c6-expat/distinfo.x86_64 b/head/textproc/linux-c6-expat/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/textproc/linux-c6-expat/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/expat-2.0.1-11.el6_2.x86_64.rpm) = 28847d115e3c8dd72e6535b8148a61fb9e33f66a00de8bea82f449aca78d6970 >+SIZE (rpm/x86_64/centos/6.6/expat-2.0.1-11.el6_2.x86_64.rpm) = 78336 >+SHA256 (rpm/x86_64/centos/6.6/expat-2.0.1-11.el6_2.src.rpm) = e73a78c840f047c382984201f9be499041c411f82e26f02359183f5fe25fad6a >+SIZE (rpm/x86_64/centos/6.6/expat-2.0.1-11.el6_2.src.rpm) = 463965 > >Eigenschaftsänderungen: head/textproc/linux-c6-expat/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: textproc/linux-c6-expat/pkg-plist.i686 >=================================================================== >diff --git a/head/textproc/linux-c6-expat/pkg-plist.i686 b/head/textproc/linux-c6-expat/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/textproc/linux-c6-expat/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+lib/libexpat.so.1 >+lib/libexpat.so.1.5.2 >+usr/bin/xmlwf >+usr/share/man/man1/xmlwf.1.gz > >Eigenschaftsänderungen: head/textproc/linux-c6-expat/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: textproc/linux-c6-expat/pkg-plist.x86_64 >=================================================================== >diff --git a/head/textproc/linux-c6-expat/pkg-plist.x86_64 b/head/textproc/linux-c6-expat/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/textproc/linux-c6-expat/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+lib64/libexpat.so.1 >+lib64/libexpat.so.1.5.2 >+usr/bin/xmlwf >+usr/share/man/man1/xmlwf.1.gz > >Eigenschaftsänderungen: head/textproc/linux-c6-expat/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: textproc/linux-c6-libxml2/Makefile >=================================================================== >diff --git a/head/textproc/linux-c6-libxml2/Makefile b/head/textproc/linux-c6-libxml2/Makefile >--- a/head/textproc/linux-c6-libxml2/Makefile (Revision 393390) >+++ b/head/textproc/linux-c6-libxml2/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= libxml2 > PORTVERSION= 2.7.6 >-PORTREVISION= 2 >+PORTREVISION= 4 > CATEGORIES= textproc linux > MASTER_SITES= CENTOS_LINUX_UPDATES > >@@ -22,11 +22,6 @@ > 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 <bsd.port.mk> >Index: textproc/linux-c6-libxml2/distinfo.x86_64 >=================================================================== >diff --git a/head/textproc/linux-c6-libxml2/distinfo.x86_64 b/head/textproc/linux-c6-libxml2/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/textproc/linux-c6-libxml2/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/libxml2-2.7.6-17.el6_6.1.x86_64.rpm) = 1a5878ebe2e2822f60026c78dcba4a7a617762a8c0814087c71a1a7f20650d31 >+SIZE (rpm/x86_64/centos/6.6/libxml2-2.7.6-17.el6_6.1.x86_64.rpm) = 819856 >+SHA256 (rpm/x86_64/centos/6.6/libxml2-2.7.6-17.el6_6.1.src.rpm) = fd14b2cd78881b428d22d4cf220778a8b74a6170bffb00ebef345b4feb4a98ea >+SIZE (rpm/x86_64/centos/6.6/libxml2-2.7.6-17.el6_6.1.src.rpm) = 4897346 > >Eigenschaftsänderungen: head/textproc/linux-c6-libxml2/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: textproc/linux-c6-libxml2/pkg-plist.i686 >=================================================================== >diff --git a/head/textproc/linux-c6-libxml2/pkg-plist.i686 b/head/textproc/linux-c6-libxml2/pkg-plist.i686 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/textproc/linux-c6-libxml2/pkg-plist.i686 (Arbeitskopie) >@@ -0,0 +1,7 @@ >+usr/bin/xmlcatalog >+usr/bin/xmllint >+usr/lib/libxml2.so.2 >+usr/lib/libxml2.so.2.7.6 >+usr/share/man/man1/xmlcatalog.1.gz >+usr/share/man/man1/xmllint.1.gz >+usr/share/man/man3/libxml.3.gz > >Eigenschaftsänderungen: head/textproc/linux-c6-libxml2/pkg-plist.i686 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: textproc/linux-c6-libxml2/pkg-plist.x86_64 >=================================================================== >diff --git a/head/textproc/linux-c6-libxml2/pkg-plist.x86_64 b/head/textproc/linux-c6-libxml2/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/textproc/linux-c6-libxml2/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,7 @@ >+usr/bin/xmlcatalog >+usr/bin/xmllint >+usr/lib64/libxml2.so.2 >+usr/lib64/libxml2.so.2.7.6 >+usr/share/man/man1/xmlcatalog.1.gz >+usr/share/man/man1/xmllint.1.gz >+usr/share/man/man3/libxml.3.gz > >Eigenschaftsänderungen: head/textproc/linux-c6-libxml2/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: www/linux-c6-flashplugin11/Makefile >=================================================================== >diff --git a/head/www/linux-c6-flashplugin11/Makefile b/head/www/linux-c6-flashplugin11/Makefile >--- a/head/www/linux-c6-flashplugin11/Makefile (Revision 393390) >+++ b/head/www/linux-c6-flashplugin11/Makefile (Arbeitskopie) >@@ -18,6 +18,9 @@ > USE_LINUX_APPS?= curl cyrus-sasl2 gdkpixbuf2 gtk2 nspr nss # libssh2 openldap > WANT_GNOME= yes > >+DISTINFO_FILE= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} >+PLIST= ${MASTERDIR}/pkg-plist.${LINUX_RPM_ARCH} >+ > RESTRICTED= Redistribution not allowed > RESTRICTED_FILES= ${DISTFILES:Nlinux-f10-flashsupport*:C/:[^:]+$//} > >Index: www/linux-c6-flashplugin11/distinfo >=================================================================== >diff --git a/head/www/linux-c6-flashplugin11/distinfo b/head/www/linux-c6-flashplugin11/distinfo >deleted file mode 10644 >--- a/head/www/linux-c6-flashplugin11/distinfo (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,4 +0,0 @@ >-SHA256 (flashplugin/11.2r202.491/install_flash_player_11_linux.i386.tar.gz) = be3f277fe1a15e4b082938019b4e0f9fac4336b460b2eb08d8f22bf90c718e53 >-SIZE (flashplugin/11.2r202.491/install_flash_player_11_linux.i386.tar.gz) = 6942060 >-SHA256 (flashplugin/11.2r202.491/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf >-SIZE (flashplugin/11.2r202.491/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 >Index: www/linux-c6-flashplugin11/distinfo.i686 >=================================================================== >diff --git a/head/www/linux-c6-flashplugin11/distinfo b/head/www/linux-c6-flashplugin11/distinfo.i686 >copy from head/www/linux-c6-flashplugin11/distinfo@392922 >copy to head/www/linux-c6-flashplugin11/distinfo.i686 >Index: www/linux-c6-flashplugin11/distinfo.x86_64 >=================================================================== >diff --git a/head/www/linux-c6-flashplugin11/distinfo.x86_64 b/head/www/linux-c6-flashplugin11/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/www/linux-c6-flashplugin11/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (flashplugin/11.2r202.466/install_flash_player_11_linux.x86_64.tar.gz) = a884194f5125144b63ba8137f7859ee587acfa4b211ea9d13093bd5330749cb2 >+SIZE (flashplugin/11.2r202.466/install_flash_player_11_linux.x86_64.tar.gz) = 7246913 >+SHA256 (flashplugin/11.2r202.466/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf >+SIZE (flashplugin/11.2r202.466/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 > >Eigenschaftsänderungen: head/www/linux-c6-flashplugin11/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: www/linux-c6-flashplugin11/pkg-plist >=================================================================== >diff --git a/head/www/linux-c6-flashplugin11/pkg-plist b/head/www/linux-c6-flashplugin11/pkg-plist >deleted file mode 10644 >--- a/head/www/linux-c6-flashplugin11/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,13 +0,0 @@ >-bin/flash-player-properties >-%%WEBPLUGIN_DIR%%/libflashplayer.so >-share/applications/flash-player-properties.desktop >-share/icons/hicolor/16x16/apps/flash-player-properties.png >-share/icons/hicolor/22x22/apps/flash-player-properties.png >-share/icons/hicolor/24x24/apps/flash-player-properties.png >-share/icons/hicolor/32x32/apps/flash-player-properties.png >-share/icons/hicolor/48x48/apps/flash-player-properties.png >-%%NO_ALSA%%%%LINUXBASE%%/usr/lib/libflashsupport.so >-%%NO_ALSA%%@dir %%LINUXBASE%%/usr/lib >-%%NO_ALSA%%@dir %%LINUXBASE%%/usr >-%%NO_ALSA%%@dir %%LINUXBASE%% >-%%NO_ALSA%%@dir %%COMPATDIR%% >Index: www/linux-c6-flashplugin11/pkg-plist.i686 >=================================================================== >diff --git a/head/www/linux-c6-flashplugin11/pkg-plist b/head/www/linux-c6-flashplugin11/pkg-plist.i686 >copy from head/www/linux-c6-flashplugin11/pkg-plist@392922 >copy to head/www/linux-c6-flashplugin11/pkg-plist.i686 >--- a/head/www/linux-c6-flashplugin11/pkg-plist (Revision 0) >+++ b/head/www/linux-c6-flashplugin11/pkg-plist.i686 (Arbeitskopie) >@@ -11,3 +11,5 @@ > %%NO_ALSA%%@dir %%LINUXBASE%%/usr > %%NO_ALSA%%@dir %%LINUXBASE%% > %%NO_ALSA%%@dir %%COMPATDIR%% >+@dir share/applications >+@dir share >Index: www/linux-c6-flashplugin11/pkg-plist.x86_64 >=================================================================== >diff --git a/head/www/linux-c6-flashplugin11/pkg-plist.x86_64 b/head/www/linux-c6-flashplugin11/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/www/linux-c6-flashplugin11/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,15 @@ >+bin/flash-player-properties >+%%WEBPLUGIN_DIR%%/libflashplayer.so >+share/applications/flash-player-properties.desktop >+share/icons/hicolor/16x16/apps/flash-player-properties.png >+share/icons/hicolor/22x22/apps/flash-player-properties.png >+share/icons/hicolor/24x24/apps/flash-player-properties.png >+share/icons/hicolor/32x32/apps/flash-player-properties.png >+share/icons/hicolor/48x48/apps/flash-player-properties.png >+%%NO_ALSA%%%%LINUXBASE%%/usr/lib/libflashsupport.so >+%%NO_ALSA%%@dir %%LINUXBASE%%/usr/lib >+%%NO_ALSA%%@dir %%LINUXBASE%%/usr >+%%NO_ALSA%%@dir %%LINUXBASE%% >+%%NO_ALSA%%@dir %%COMPATDIR%% >+@dir share/applications >+@dir share > >Eigenschaftsänderungen: head/www/linux-c6-flashplugin11/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: www/linux-c6-qt47-webkit/Makefile >=================================================================== >diff --git a/head/www/linux-c6-qt47-webkit/Makefile b/head/www/linux-c6-qt47-webkit/Makefile >--- a/head/www/linux-c6-qt47-webkit/Makefile (Revision 393390) >+++ b/head/www/linux-c6-qt47-webkit/Makefile (Arbeitskopie) >@@ -5,21 +5,17 @@ > PORTVERSION= 4.7.2 > PORTREVISION= 1 > CATEGORIES= www linux >-MASTER_SITES= LOCAL/xmj >-PKGNAMEPREFIX= linux-${USE_LINUX}- >-DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/centos/c5 >+MASTER_SITES= http://dl.atrpms.net/el6-${LINUX_REPO_ARCH}/atrpms/testing/ LOCAL/xmj >+DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/atrpms/6 > > MAINTAINER= emulation@FreeBSD.org >-COMMENT= RPM of QT4 (Linux CentOS 5) >+COMMENT= RPM of QT4 (Linux CentOS 6) > > ONLY_FOR_ARCHS= i386 amd64 >-RPMVERSION= 1_18.el5 >+RPMVERSION= 1_18.el6 > 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 > >Index: www/linux-c6-qt47-webkit/distinfo.i386 >=================================================================== >diff --git a/head/www/linux-c6-qt47-webkit/distinfo.i386 b/head/www/linux-c6-qt47-webkit/distinfo.i386 >deleted file mode 10644 >--- a/head/www/linux-c6-qt47-webkit/distinfo.i386 (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,2 +0,0 @@ >-SHA256 (rpm/i386/centos/c5/qt47-webkit-4.7.2-1_18.el5.i386.rpm) = de86590afcffa2016062bc891530f982445c44a9b599fe2c8a6310f72bcb3f54 >-SIZE (rpm/i386/centos/c5/qt47-webkit-4.7.2-1_18.el5.i386.rpm) = 7233670 >Index: www/linux-c6-qt47-webkit/distinfo.i686 >=================================================================== >diff --git a/head/www/linux-c6-qt47-webkit/distinfo.i386 b/head/www/linux-c6-qt47-webkit/distinfo.i686 >copy from head/www/linux-c6-qt47-webkit/distinfo.i386@392922 >copy to head/www/linux-c6-qt47-webkit/distinfo.i686 >--- a/head/www/linux-c6-qt47-webkit/distinfo.i386 (Revision 0) >+++ b/head/www/linux-c6-qt47-webkit/distinfo.i686 (Arbeitskopie) >@@ -1,2 +1,2 @@ >-SHA256 (rpm/i386/centos/c5/qt47-webkit-4.7.2-1_18.el5.i386.rpm) = de86590afcffa2016062bc891530f982445c44a9b599fe2c8a6310f72bcb3f54 >-SIZE (rpm/i386/centos/c5/qt47-webkit-4.7.2-1_18.el5.i386.rpm) = 7233670 >+SHA256 (rpm/i686/atrpms/6/qt47-webkit-4.7.2-1_18.el6.i686.rpm) = a0362422d4ea0fb87838ce1e17a2ffcc934d312cd8e8cfac02112d61a9d62bf0 >+SIZE (rpm/i686/atrpms/6/qt47-webkit-4.7.2-1_18.el6.i686.rpm) = 5491340 >Index: www/linux-c6-qt47-webkit/distinfo.x86_64 >=================================================================== >diff --git a/head/www/linux-c6-qt47-webkit/distinfo.x86_64 b/head/www/linux-c6-qt47-webkit/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/www/linux-c6-qt47-webkit/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+SHA256 (rpm/x86_64/atrpms/6/qt47-webkit-4.7.2-1_18.el6.x86_64.rpm) = 49b4dd40492c920f8562764f16dcbef1e976549da715936965be088055f80f65 >+SIZE (rpm/x86_64/atrpms/6/qt47-webkit-4.7.2-1_18.el6.x86_64.rpm) = 5384720 > >Eigenschaftsänderungen: head/www/linux-c6-qt47-webkit/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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: www/linux-c6-qt47-webkit/pkg-plist >=================================================================== >diff --git a/head/www/linux-c6-qt47-webkit/pkg-plist b/head/www/linux-c6-qt47-webkit/pkg-plist >deleted file mode 10644 >--- a/head/www/linux-c6-qt47-webkit/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,9 +0,0 @@ >-usr/lib/qt47/imports/QtWebKit/libqmlwebkitplugin.so >-usr/lib/qt47/libQtWebKit.so.4 >-usr/lib/qt47/libQtWebKit.so.4.7 >-usr/lib/qt47/libQtWebKit.so.4.7.2 >-usr/lib/qt47/plugins/designer/libqwebview.so >-usr/lib/qt47/imports/QtWebKit/qmldir >-@dirrm usr/lib/qt47/imports/QtWebKit >-@dirrmtry usr/lib/qt47/plugins/designer >-@dirrmtry usr/lib/qt47/plugins >Index: www/linux-c6-qt47-webkit/pkg-plist.i686 >=================================================================== >diff --git a/head/www/linux-c6-qt47-webkit/pkg-plist b/head/www/linux-c6-qt47-webkit/pkg-plist.i686 >copy from head/www/linux-c6-qt47-webkit/pkg-plist@392922 >copy to head/www/linux-c6-qt47-webkit/pkg-plist.i686 >Index: www/linux-c6-qt47-webkit/pkg-plist.x86_64 >=================================================================== >diff --git a/head/www/linux-c6-qt47-webkit/pkg-plist.x86_64 b/head/www/linux-c6-qt47-webkit/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/www/linux-c6-qt47-webkit/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,9 @@ >+usr/lib64/qt47/imports/QtWebKit/libqmlwebkitplugin.so >+usr/lib64/qt47/libQtWebKit.so.4 >+usr/lib64/qt47/libQtWebKit.so.4.7 >+usr/lib64/qt47/libQtWebKit.so.4.7.2 >+usr/lib64/qt47/plugins/designer/libqwebview.so >+usr/lib64/qt47/imports/QtWebKit/qmldir >+@dirrm usr/lib64/qt47/imports/QtWebKit >+@dirrmtry usr/lib64/qt47/plugins/designer >+@dirrmtry usr/lib64/qt47/plugins > >Eigenschaftsänderungen: head/www/linux-c6-qt47-webkit/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11/linux-c6-xorg-libs/Makefile >=================================================================== >diff --git a/head/x11/linux-c6-xorg-libs/Makefile b/head/x11/linux-c6-xorg-libs/Makefile >--- a/head/x11/linux-c6-xorg-libs/Makefile (Revision 393390) >+++ b/head/x11/linux-c6-xorg-libs/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= xorg-libs > PORTVERSION= 7.4 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= x11 linux > MASTER_SITES= CENTOS_LINUX CENTOS_LINUX_UPDATES > DISTFILES= libICE-1.0.6-1.el6.${LINUX_RPM_ARCH}.rpm \ >@@ -42,40 +42,40 @@ > 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.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.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.2-2.1.el6.src.rpm \ >- libXfixes-5.0.1-2.1.el6.src.rpm \ >- libXfont-1.4.5-4.el6_6.src.rpm \ >- libXft-2.3.1-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.2-2.1.el6.src.rpm \ >- libXpm-3.5.10-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.3-2.1.el6.src.rpm \ >- libfontenc-1.0.5-2.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 >+SRC_DISTFILES= libICE-1.0.6-1.el6.src.rpm:SOURCE \ >+ libSM-1.2.1-2.el6.src.rpm:SOURCE \ >+ libX11-1.6.0-2.2.el6.src.rpm:SOURCE \ >+ libXScrnSaver-1.2.2-2.el6.src.rpm:SOURCE \ >+ libXau-1.0.6-4.el6.src.rpm:SOURCE \ >+ libXaw-1.0.11-2.el6.src.rpm:SOURCE \ >+ libXcomposite-0.4.3-4.el6.src.rpm:SOURCE \ >+ libXcursor-1.1.14-2.1.el6.src.rpm:SOURCE \ >+ libXdamage-1.1.3-4.el6.src.rpm:SOURCE \ >+ libXdmcp-1.1.1-3.el6.src.rpm:SOURCE \ >+ libXevie-1.0.3-4.el6.src.rpm:SOURCE \ >+ libXext-1.3.2-2.1.el6.src.rpm:SOURCE \ >+ libXfixes-5.0.1-2.1.el6.src.rpm:SOURCE \ >+ libXfont-1.4.5-4.el6_6.src.rpm:SOURCE \ >+ libXft-2.3.1-2.el6.src.rpm:SOURCE \ >+ libXi-1.7.2-2.2.el6.src.rpm:SOURCE \ >+ libXinerama-1.1.3-2.1.el6.src.rpm:SOURCE \ >+ libXmu-1.1.1-2.el6.src.rpm:SOURCE \ >+ libXp-1.0.2-2.1.el6.src.rpm:SOURCE \ >+ libXpm-3.5.10-2.el6.src.rpm:SOURCE \ >+ libXrandr-1.4.1-2.1.el6.src.rpm:SOURCE \ >+ libXrender-0.9.8-2.1.el6.src.rpm:SOURCE \ >+ libXres-1.0.7-2.1.el6.src.rpm:SOURCE \ >+ libXt-1.1.4-6.1.el6.src.rpm:SOURCE \ >+ libXtst-1.2.2-2.1.el6.src.rpm:SOURCE \ >+ libXv-1.0.9-2.1.el6.src.rpm:SOURCE \ >+ libXvMC-1.0.8-2.1.el6.src.rpm:SOURCE \ >+ libXxf86dga-1.1.4-2.1.el6.src.rpm:SOURCE \ >+ libXxf86misc-1.0.3-4.el6.src.rpm:SOURCE \ >+ libXxf86vm-1.1.3-2.1.el6.src.rpm:SOURCE \ >+ libfontenc-1.0.5-2.el6.src.rpm:SOURCE \ >+ libxcb-1.9.1-2.el6.src.rpm:SOURCE \ >+ libxkbfile-1.0.6-1.1.el6.src.rpm:SOURCE \ >+ mesa-libGLw-6.5.1-10.el6.src.rpm:SOURCE > .endif > > MAINTAINER= emulation@FreeBSD.org >Index: x11/linux-c6-xorg-libs/distinfo.x86_64 >=================================================================== >diff --git a/head/x11/linux-c6-xorg-libs/distinfo.x86_64 b/head/x11/linux-c6-xorg-libs/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/x11/linux-c6-xorg-libs/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,136 @@ >+SHA256 (rpm/x86_64/centos/6.6/libICE-1.0.6-1.el6.x86_64.rpm) = c04a69d96c850fa6e179a09cc1738bd8837fb79870f78d1039f5080b4e765598 >+SIZE (rpm/x86_64/centos/6.6/libICE-1.0.6-1.el6.x86_64.rpm) = 54064 >+SHA256 (rpm/x86_64/centos/6.6/libSM-1.2.1-2.el6.x86_64.rpm) = 5bbbb484f3c7a2d7cdc090b6f88fef66a290d256685cfccb9fac60c08b83050f >+SIZE (rpm/x86_64/centos/6.6/libSM-1.2.1-2.el6.x86_64.rpm) = 37564 >+SHA256 (rpm/x86_64/centos/6.6/libX11-1.6.0-2.2.el6.x86_64.rpm) = b2bdbd263ebaafe96f8202c816acd43ddc57d33bf606a808e0648082a6d4c0b1 >+SIZE (rpm/x86_64/centos/6.6/libX11-1.6.0-2.2.el6.x86_64.rpm) = 599908 >+SHA256 (rpm/x86_64/centos/6.6/libXScrnSaver-1.2.2-2.el6.x86_64.rpm) = 81b34282c3bca2f38f8ee7cf64a15c8516be0df608b144fa1efbeffd28b578e4 >+SIZE (rpm/x86_64/centos/6.6/libXScrnSaver-1.2.2-2.el6.x86_64.rpm) = 22712 >+SHA256 (rpm/x86_64/centos/6.6/libXau-1.0.6-4.el6.x86_64.rpm) = d0a58ddeae0df842fa4b43eb83a143c85a129eb9b44ea797401a4d9f27d6c460 >+SIZE (rpm/x86_64/centos/6.6/libXau-1.0.6-4.el6.x86_64.rpm) = 24916 >+SHA256 (rpm/x86_64/centos/6.6/libXaw-1.0.11-2.el6.x86_64.rpm) = 4e864071e5bcbfa6f525d3239ef1339e336502cdf6b2948409659423e61dc00b >+SIZE (rpm/x86_64/centos/6.6/libXaw-1.0.11-2.el6.x86_64.rpm) = 182336 >+SHA256 (rpm/x86_64/centos/6.6/libXcomposite-0.4.3-4.el6.x86_64.rpm) = ff05d8070c8007ee5a46b35347a37509978dfe9eff3b2a54294afb77f1be458b >+SIZE (rpm/x86_64/centos/6.6/libXcomposite-0.4.3-4.el6.x86_64.rpm) = 20948 >+SHA256 (rpm/x86_64/centos/6.6/libXcursor-1.1.14-2.1.el6.x86_64.rpm) = 528eb987e058ee4907c0007544c06e28d9b905b94ec9f0995c5081d507ed96b7 >+SIZE (rpm/x86_64/centos/6.6/libXcursor-1.1.14-2.1.el6.x86_64.rpm) = 28668 >+SHA256 (rpm/x86_64/centos/6.6/libXdamage-1.1.3-4.el6.x86_64.rpm) = 34b28487164c8b2d75638d595011948831be35197bc868f23b1cda8cca690db9 >+SIZE (rpm/x86_64/centos/6.6/libXdamage-1.1.3-4.el6.x86_64.rpm) = 18700 >+SHA256 (rpm/x86_64/centos/6.6/libXdmcp-1.1.1-3.el6.x86_64.rpm) = ca92520e5d7c776c88e80a00cd089bb86cb068ceb8d2f2208acafa98c48a29c6 >+SIZE (rpm/x86_64/centos/6.6/libXdmcp-1.1.1-3.el6.x86_64.rpm) = 31176 >+SHA256 (rpm/x86_64/centos/6.6/libXevie-1.0.3-4.el6.x86_64.rpm) = c1b5d35538ccf5aa4ba565a79f82eba0fdde5cac9b7142a61bc028d6551c1bfa >+SIZE (rpm/x86_64/centos/6.6/libXevie-1.0.3-4.el6.x86_64.rpm) = 16704 >+SHA256 (rpm/x86_64/centos/6.6/libXext-1.3.2-2.1.el6.x86_64.rpm) = 1e24cf4593d72723709065266889fb6f02c5ac511e54252a368fe6f2348455af >+SIZE (rpm/x86_64/centos/6.6/libXext-1.3.2-2.1.el6.x86_64.rpm) = 35644 >+SHA256 (rpm/x86_64/centos/6.6/libXfixes-5.0.1-2.1.el6.x86_64.rpm) = 8e625f07a4f4949b164c05d1e5b433d0c02f2d3a2ea386bc56133ff21610797c >+SIZE (rpm/x86_64/centos/6.6/libXfixes-5.0.1-2.1.el6.x86_64.rpm) = 17260 >+SHA256 (rpm/x86_64/centos/6.6/libXfont-1.4.5-4.el6_6.x86_64.rpm) = fd0ab920b5579b750bf2bd6cf3314a1c967714e80182d169d6fb41bdb363a89a >+SIZE (rpm/x86_64/centos/6.6/libXfont-1.4.5-4.el6_6.x86_64.rpm) = 140036 >+SHA256 (rpm/x86_64/centos/6.6/libXft-2.3.1-2.el6.x86_64.rpm) = 9bc8f1f23b19800843a9c409905080c154318f121fe1fbdfc8209362ac255b82 >+SIZE (rpm/x86_64/centos/6.6/libXft-2.3.1-2.el6.x86_64.rpm) = 56024 >+SHA256 (rpm/x86_64/centos/6.6/libXi-1.7.2-2.2.el6.x86_64.rpm) = 180357082ccd9d30f848472cdeea19f7e513eb0952721766c38b063085d26c3a >+SIZE (rpm/x86_64/centos/6.6/libXi-1.7.2-2.2.el6.x86_64.rpm) = 37804 >+SHA256 (rpm/x86_64/centos/6.6/libXinerama-1.1.3-2.1.el6.x86_64.rpm) = d521385486e0cb10deb0b859a56919f06e5a192e931c388af614fa2bb79d9b49 >+SIZE (rpm/x86_64/centos/6.6/libXinerama-1.1.3-2.1.el6.x86_64.rpm) = 12988 >+SHA256 (rpm/x86_64/centos/6.6/libXmu-1.1.1-2.el6.x86_64.rpm) = b50dcf1540ef648d113a6c45da3703a55bf8700a4a4b374ceda5122def9e6605 >+SIZE (rpm/x86_64/centos/6.6/libXmu-1.1.1-2.el6.x86_64.rpm) = 67620 >+SHA256 (rpm/x86_64/centos/6.6/libXp-1.0.2-2.1.el6.x86_64.rpm) = 484355c21ad6e2a1fc9c7cdd7b592d2258f5cd60e7f89fe3d4f7533e21b36a04 >+SIZE (rpm/x86_64/centos/6.6/libXp-1.0.2-2.1.el6.x86_64.rpm) = 29532 >+SHA256 (rpm/x86_64/centos/6.6/libXpm-3.5.10-2.el6.x86_64.rpm) = 2e2c5a1e6d0bc357f745d686f5788843636a52e1940103b5dfd553a4a2e708d8 >+SIZE (rpm/x86_64/centos/6.6/libXpm-3.5.10-2.el6.x86_64.rpm) = 51864 >+SHA256 (rpm/x86_64/centos/6.6/libXrandr-1.4.1-2.1.el6.x86_64.rpm) = 8f59b1d2bf32269526f0cde766fa75a39ce51fd6e3151c102d304a55aa548ff0 >+SIZE (rpm/x86_64/centos/6.6/libXrandr-1.4.1-2.1.el6.x86_64.rpm) = 23772 >+SHA256 (rpm/x86_64/centos/6.6/libXrender-0.9.8-2.1.el6.x86_64.rpm) = ae64906d5f808ed3c22d969396d5e70a6c0a2f5c5ef986be3f4cb1fe578f55d3 >+SIZE (rpm/x86_64/centos/6.6/libXrender-0.9.8-2.1.el6.x86_64.rpm) = 24260 >+SHA256 (rpm/x86_64/centos/6.6/libXres-1.0.7-2.1.el6.x86_64.rpm) = c089733582556479ad16eb291a798c334b9ae165c74d161a76e2d0c5c888e005 >+SIZE (rpm/x86_64/centos/6.6/libXres-1.0.7-2.1.el6.x86_64.rpm) = 12424 >+SHA256 (rpm/x86_64/centos/6.6/libXt-1.1.4-6.1.el6.x86_64.rpm) = 3823da22fbd520ede2c8005671b26b1e7a6353ffff3ce61a62abd972ae027423 >+SIZE (rpm/x86_64/centos/6.6/libXt-1.1.4-6.1.el6.x86_64.rpm) = 168468 >+SHA256 (rpm/x86_64/centos/6.6/libXtst-1.2.2-2.1.el6.x86_64.rpm) = 70032cdf95a5dc94759cd82fa1a5a5c34f1b3db14522dcec454309b8c10259f1 >+SIZE (rpm/x86_64/centos/6.6/libXtst-1.2.2-2.1.el6.x86_64.rpm) = 19208 >+SHA256 (rpm/x86_64/centos/6.6/libXv-1.0.9-2.1.el6.x86_64.rpm) = 0f8889ea7552104121f354a34782259b3a88572e83d0b4bf000b221e7ce2ff72 >+SIZE (rpm/x86_64/centos/6.6/libXv-1.0.9-2.1.el6.x86_64.rpm) = 16852 >+SHA256 (rpm/x86_64/centos/6.6/libXvMC-1.0.8-2.1.el6.x86_64.rpm) = 5c8b09d1f0e70c576977c3d86b2fd3db916500188c06b5d2323a400a115f5a90 >+SIZE (rpm/x86_64/centos/6.6/libXvMC-1.0.8-2.1.el6.x86_64.rpm) = 20572 >+SHA256 (rpm/x86_64/centos/6.6/libXxf86dga-1.1.4-2.1.el6.x86_64.rpm) = 7a3e8b84647269b6311d292376eca7cb162f118efc709a06b93b486d1d72fc50 >+SIZE (rpm/x86_64/centos/6.6/libXxf86dga-1.1.4-2.1.el6.x86_64.rpm) = 18388 >+SHA256 (rpm/x86_64/centos/6.6/libXxf86misc-1.0.3-4.el6.x86_64.rpm) = b27e1e2f3701f8dc76c3fda8290d52345f13f0af65d94a24a7ed035f8f4608d5 >+SIZE (rpm/x86_64/centos/6.6/libXxf86misc-1.0.3-4.el6.x86_64.rpm) = 18188 >+SHA256 (rpm/x86_64/centos/6.6/libXxf86vm-1.1.3-2.1.el6.x86_64.rpm) = e1123e1d4344da63daa2e17f42867ae7be8a9e8d6f6b6bfd35983d74b0cf9827 >+SIZE (rpm/x86_64/centos/6.6/libXxf86vm-1.1.3-2.1.el6.x86_64.rpm) = 16584 >+SHA256 (rpm/x86_64/centos/6.6/libfontenc-1.0.5-2.el6.x86_64.rpm) = 86c61b495e5b30e8f161310adfd8c53302c9063c28f03b81d8b533ed21d31fa1 >+SIZE (rpm/x86_64/centos/6.6/libfontenc-1.0.5-2.el6.x86_64.rpm) = 25012 >+SHA256 (rpm/x86_64/centos/6.6/libxcb-1.9.1-2.el6.x86_64.rpm) = abd630527acf7260eb4633d2665edcbd2b99f0fa3bdb2030ba71999bc33284b6 >+SIZE (rpm/x86_64/centos/6.6/libxcb-1.9.1-2.el6.x86_64.rpm) = 112404 >+SHA256 (rpm/x86_64/centos/6.6/libxkbfile-1.0.6-1.1.el6.x86_64.rpm) = 0c8c125d6b4c0db5368f439c045073cb2cc55e6207bdff4d143d5bb48ae873fb >+SIZE (rpm/x86_64/centos/6.6/libxkbfile-1.0.6-1.1.el6.x86_64.rpm) = 75960 >+SHA256 (rpm/x86_64/centos/6.6/mesa-libGLw-6.5.1-10.el6.x86_64.rpm) = 4a217ad5e52a834bb0ec2f74a20393e3ddf66f1a14b2ab99de4631589103cac9 >+SIZE (rpm/x86_64/centos/6.6/mesa-libGLw-6.5.1-10.el6.x86_64.rpm) = 14356 >+SHA256 (rpm/x86_64/centos/6.6/libICE-1.0.6-1.el6.src.rpm) = 6f9a2ffd65f021bd434ba821a27d1c8c1af4fe0d6fca1fbc4839d4b28a656695 >+SIZE (rpm/x86_64/centos/6.6/libICE-1.0.6-1.el6.src.rpm) = 288561 >+SHA256 (rpm/x86_64/centos/6.6/libSM-1.2.1-2.el6.src.rpm) = a1ccbb68cb9067697819bc462426d4bb7ac90a5d43b3b2937789085a23126129 >+SIZE (rpm/x86_64/centos/6.6/libSM-1.2.1-2.el6.src.rpm) = 344988 >+SHA256 (rpm/x86_64/centos/6.6/libX11-1.6.0-2.2.el6.src.rpm) = e3f0ee339bfaa2416ae040622d4e84dfa20c11f5fff128e560d7a5c679c3c915 >+SIZE (rpm/x86_64/centos/6.6/libX11-1.6.0-2.2.el6.src.rpm) = 2392686 >+SHA256 (rpm/x86_64/centos/6.6/libXScrnSaver-1.2.2-2.el6.src.rpm) = 5a3c64b4923ed8958362e34cac7aebe21bde60f1ece0dc7148b25312ed538005 >+SIZE (rpm/x86_64/centos/6.6/libXScrnSaver-1.2.2-2.el6.src.rpm) = 301641 >+SHA256 (rpm/x86_64/centos/6.6/libXau-1.0.6-4.el6.src.rpm) = 67a39ebc411b3b603be404fe6672a812a0f611e4a1305b1d9112804ab37b886c >+SIZE (rpm/x86_64/centos/6.6/libXau-1.0.6-4.el6.src.rpm) = 272117 >+SHA256 (rpm/x86_64/centos/6.6/libXaw-1.0.11-2.el6.src.rpm) = cb444d2a509c24c7d6d7235b1dad7f5c03b52075f2053340e530764b7b77b26f >+SIZE (rpm/x86_64/centos/6.6/libXaw-1.0.11-2.el6.src.rpm) = 662266 >+SHA256 (rpm/x86_64/centos/6.6/libXcomposite-0.4.3-4.el6.src.rpm) = 1a281e223004848e7005d547e291b406929e8138bbb42508fc0f56ffdc477746 >+SIZE (rpm/x86_64/centos/6.6/libXcomposite-0.4.3-4.el6.src.rpm) = 256703 >+SHA256 (rpm/x86_64/centos/6.6/libXcursor-1.1.14-2.1.el6.src.rpm) = 87b9f1a3473d35091253ed2818a6c4a3087c5732685cd3d8f9393422cbdf3181 >+SIZE (rpm/x86_64/centos/6.6/libXcursor-1.1.14-2.1.el6.src.rpm) = 324562 >+SHA256 (rpm/x86_64/centos/6.6/libXdamage-1.1.3-4.el6.src.rpm) = 5b074f49ee2711a5ebe248fff09e158503d9f59fdc9fa4a9bdc5ef466d6a539f >+SIZE (rpm/x86_64/centos/6.6/libXdamage-1.1.3-4.el6.src.rpm) = 258818 >+SHA256 (rpm/x86_64/centos/6.6/libXdmcp-1.1.1-3.el6.src.rpm) = e27c9406b940656b2e490a56c0a490cd9e26b9efbd5f468b6590a07ca4f3d9d6 >+SIZE (rpm/x86_64/centos/6.6/libXdmcp-1.1.1-3.el6.src.rpm) = 323226 >+SHA256 (rpm/x86_64/centos/6.6/libXevie-1.0.3-4.el6.src.rpm) = 1181675421fa9cad3d30bcbe78d0b54f4118aad14380b160ae26b579dadb7abc >+SIZE (rpm/x86_64/centos/6.6/libXevie-1.0.3-4.el6.src.rpm) = 262650 >+SHA256 (rpm/x86_64/centos/6.6/libXext-1.3.2-2.1.el6.src.rpm) = c1030f0d763d6e0e2a68237317ec999e6476ef6066d037c0e454d7ec07b26961 >+SIZE (rpm/x86_64/centos/6.6/libXext-1.3.2-2.1.el6.src.rpm) = 391071 >+SHA256 (rpm/x86_64/centos/6.6/libXfixes-5.0.1-2.1.el6.src.rpm) = e1d533350af7a590d374a0c4b5360ef54bec8569b70a34827d67d62f3307d76e >+SIZE (rpm/x86_64/centos/6.6/libXfixes-5.0.1-2.1.el6.src.rpm) = 303026 >+SHA256 (rpm/x86_64/centos/6.6/libXfont-1.4.5-4.el6_6.src.rpm) = 0389c2ba2eb96e97f7c26798356dfbaec9e09aaf9106ab4599e194eadd2182de >+SIZE (rpm/x86_64/centos/6.6/libXfont-1.4.5-4.el6_6.src.rpm) = 498728 >+SHA256 (rpm/x86_64/centos/6.6/libXft-2.3.1-2.el6.src.rpm) = 27506d7420f2089621cca83513204828eeaeb8a49f1e900f07b11fa2d32cbad0 >+SIZE (rpm/x86_64/centos/6.6/libXft-2.3.1-2.el6.src.rpm) = 321815 >+SHA256 (rpm/x86_64/centos/6.6/libXi-1.7.2-2.2.el6.src.rpm) = 504a3e3fc97970fd1e204fda0116b637552d853cd29a38215a971bf5319752dd >+SIZE (rpm/x86_64/centos/6.6/libXi-1.7.2-2.2.el6.src.rpm) = 456735 >+SHA256 (rpm/x86_64/centos/6.6/libXinerama-1.1.3-2.1.el6.src.rpm) = 0f0a1339bd84df127765d3673599975f8112cedc40f3c762fe1044bd6ae0eac0 >+SIZE (rpm/x86_64/centos/6.6/libXinerama-1.1.3-2.1.el6.src.rpm) = 288807 >+SHA256 (rpm/x86_64/centos/6.6/libXmu-1.1.1-2.el6.src.rpm) = 9272665cd59f3e5d457cfed604fa0b1f78fc02f4a6e10210f29927a7bb307b25 >+SIZE (rpm/x86_64/centos/6.6/libXmu-1.1.1-2.el6.src.rpm) = 394966 >+SHA256 (rpm/x86_64/centos/6.6/libXp-1.0.2-2.1.el6.src.rpm) = d777b8d29c4cc697c8a0144865873a88981f76635ee854ddf079f6b9f6b376ac >+SIZE (rpm/x86_64/centos/6.6/libXp-1.0.2-2.1.el6.src.rpm) = 321744 >+SHA256 (rpm/x86_64/centos/6.6/libXpm-3.5.10-2.el6.src.rpm) = 7858749af63405616c76fe82e11d6f961514304fef22532303a828a26b169bc7 >+SIZE (rpm/x86_64/centos/6.6/libXpm-3.5.10-2.el6.src.rpm) = 441985 >+SHA256 (rpm/x86_64/centos/6.6/libXrandr-1.4.1-2.1.el6.src.rpm) = e1e8f19caaded61359a8b89923fbda3bfc58df8798bbb5e0901c065387c0d85f >+SIZE (rpm/x86_64/centos/6.6/libXrandr-1.4.1-2.1.el6.src.rpm) = 324843 >+SHA256 (rpm/x86_64/centos/6.6/libXrender-0.9.8-2.1.el6.src.rpm) = bf54e2da6ff1aeff89bdbb4cf3c235d7798c550986e6e3ccdcdff07acfaf0f18 >+SIZE (rpm/x86_64/centos/6.6/libXrender-0.9.8-2.1.el6.src.rpm) = 317274 >+SHA256 (rpm/x86_64/centos/6.6/libXres-1.0.7-2.1.el6.src.rpm) = 9e95b7846f3a2a192493d101b06c13d6fc6e776f40f727aa1b22b5c803d1985a >+SIZE (rpm/x86_64/centos/6.6/libXres-1.0.7-2.1.el6.src.rpm) = 293750 >+SHA256 (rpm/x86_64/centos/6.6/libXt-1.1.4-6.1.el6.src.rpm) = 149e4fe5778ac39be1c31e3dfca64bc395c8a23f1e6f8f05aa380e278bd9e65e >+SIZE (rpm/x86_64/centos/6.6/libXt-1.1.4-6.1.el6.src.rpm) = 776680 >+SHA256 (rpm/x86_64/centos/6.6/libXtst-1.2.2-2.1.el6.src.rpm) = 0966603af537dafb97b395b2be880febe080f1ed52505f48d636b991966f4110 >+SIZE (rpm/x86_64/centos/6.6/libXtst-1.2.2-2.1.el6.src.rpm) = 333437 >+SHA256 (rpm/x86_64/centos/6.6/libXv-1.0.9-2.1.el6.src.rpm) = e43958598aa0bbd50e67ffebf73689039ff8aa4564213a3bc4ae8d4a30cf0132 >+SIZE (rpm/x86_64/centos/6.6/libXv-1.0.9-2.1.el6.src.rpm) = 320979 >+SHA256 (rpm/x86_64/centos/6.6/libXvMC-1.0.8-2.1.el6.src.rpm) = 708041a1e5b1b8568a158638ef4e019eca8a4bb7cb1ede8c0032eb9c2bd137ff >+SIZE (rpm/x86_64/centos/6.6/libXvMC-1.0.8-2.1.el6.src.rpm) = 316801 >+SHA256 (rpm/x86_64/centos/6.6/libXxf86dga-1.1.4-2.1.el6.src.rpm) = 2dfbf2e4f2d9b4b9f8c643e01f747d6414242991cf3f3bb61d794d90f26d5361 >+SIZE (rpm/x86_64/centos/6.6/libXxf86dga-1.1.4-2.1.el6.src.rpm) = 290830 >+SHA256 (rpm/x86_64/centos/6.6/libXxf86misc-1.0.3-4.el6.src.rpm) = a7d60854dd5ae2ea846afc16b98d57a7c55683f0d9c1f1f7f3bd66f199d3e477 >+SIZE (rpm/x86_64/centos/6.6/libXxf86misc-1.0.3-4.el6.src.rpm) = 265223 >+SHA256 (rpm/x86_64/centos/6.6/libXxf86vm-1.1.3-2.1.el6.src.rpm) = df5c420dac0f86e23da8ae2483032e695ea3b44680d0efe249876084bcbee135 >+SIZE (rpm/x86_64/centos/6.6/libXxf86vm-1.1.3-2.1.el6.src.rpm) = 295146 >+SHA256 (rpm/x86_64/centos/6.6/libfontenc-1.0.5-2.el6.src.rpm) = b59e72c9036647cc81465f8a7080dcd14f7e0b862bbe7324f253418f3c10c581 >+SIZE (rpm/x86_64/centos/6.6/libfontenc-1.0.5-2.el6.src.rpm) = 261431 >+SHA256 (rpm/x86_64/centos/6.6/libxcb-1.9.1-2.el6.src.rpm) = 8cbf39a27a9637ac2cf5d34e4803b92401040e5efddd5f73d3445499d7b003dd >+SIZE (rpm/x86_64/centos/6.6/libxcb-1.9.1-2.el6.src.rpm) = 650576 >+SHA256 (rpm/x86_64/centos/6.6/libxkbfile-1.0.6-1.1.el6.src.rpm) = 555d3e4920aa3ff5eab1a82b360d601719628d79875288f76b519b72241b543a >+SIZE (rpm/x86_64/centos/6.6/libxkbfile-1.0.6-1.1.el6.src.rpm) = 294724 >+SHA256 (rpm/x86_64/centos/6.6/mesa-libGLw-6.5.1-10.el6.src.rpm) = 994c1bbdd8a3274d56d5acab0e7409d1a4b831c74b25ddfbb3663a6453206ddc >+SIZE (rpm/x86_64/centos/6.6/mesa-libGLw-6.5.1-10.el6.src.rpm) = 3131976 > >Eigenschaftsänderungen: head/x11/linux-c6-xorg-libs/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11/linux-c6-xorg-libs/pkg-plist >=================================================================== >diff --git a/head/x11/linux-c6-xorg-libs/pkg-plist b/head/x11/linux-c6-xorg-libs/pkg-plist >deleted file mode 10644 >--- a/head/x11/linux-c6-xorg-libs/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,202 +0,0 @@ >-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/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.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.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.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.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.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/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 >-@dir usr/share/X11/app-defaults >Index: x11/linux-c6-xorg-libs/pkg-plist.i686 >=================================================================== >diff --git a/head/x11/linux-c6-xorg-libs/pkg-plist b/head/x11/linux-c6-xorg-libs/pkg-plist.i686 >copy from head/x11/linux-c6-xorg-libs/pkg-plist@392922 >copy to head/x11/linux-c6-xorg-libs/pkg-plist.i686 >Index: x11/linux-c6-xorg-libs/pkg-plist.x86_64 >=================================================================== >diff --git a/head/x11/linux-c6-xorg-libs/pkg-plist.x86_64 b/head/x11/linux-c6-xorg-libs/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/x11/linux-c6-xorg-libs/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,202 @@ >+usr/lib64/libGLw.so.1 >+usr/lib64/libGLw.so.1.0.0 >+usr/lib64/libICE.so.6 >+usr/lib64/libICE.so.6.3.0 >+usr/lib64/libSM.so.6 >+usr/lib64/libSM.so.6.0.1 >+usr/lib64/libX11-xcb.so.1 >+usr/lib64/libX11-xcb.so.1.0.0 >+usr/lib64/libX11.so.6 >+usr/lib64/libX11.so.6.3.0 >+usr/lib64/libXRes.so.1 >+usr/lib64/libXRes.so.1.0.0 >+usr/lib64/libXau.so.6 >+usr/lib64/libXau.so.6.0.0 >+usr/lib64/libXaw.so.7 >+usr/lib64/libXaw7.so.7 >+usr/lib64/libXaw7.so.7.0.0 >+usr/lib64/libXcomposite.so.1 >+usr/lib64/libXcomposite.so.1.0.0 >+usr/lib64/libXcursor.so.1 >+usr/lib64/libXcursor.so.1.0.2 >+usr/lib64/libXdamage.so.1 >+usr/lib64/libXdamage.so.1.1.0 >+usr/lib64/libXdmcp.so.6 >+usr/lib64/libXdmcp.so.6.0.0 >+usr/lib64/libXevie.so.1 >+usr/lib64/libXevie.so.1.0.0 >+usr/lib64/libXext.so.6 >+usr/lib64/libXext.so.6.4.0 >+usr/lib64/libXfixes.so.3 >+usr/lib64/libXfixes.so.3.1.0 >+usr/lib64/libXfont.so.1 >+usr/lib64/libXfont.so.1.4.1 >+usr/lib64/libXft.so.2 >+usr/lib64/libXft.so.2.3.1 >+usr/lib64/libXi.so.6 >+usr/lib64/libXi.so.6.1.0 >+usr/lib64/libXinerama.so.1 >+usr/lib64/libXinerama.so.1.0.0 >+usr/lib64/libXmu.so.6 >+usr/lib64/libXmu.so.6.2.0 >+usr/lib64/libXmuu.so.1 >+usr/lib64/libXmuu.so.1.0.0 >+usr/lib64/libXp.so.6 >+usr/lib64/libXp.so.6.2.0 >+usr/lib64/libXpm.so.4 >+usr/lib64/libXpm.so.4.11.0 >+usr/lib64/libXrandr.so.2 >+usr/lib64/libXrandr.so.2.2.0 >+usr/lib64/libXrender.so.1 >+usr/lib64/libXrender.so.1.3.0 >+usr/lib64/libXss.so.1 >+usr/lib64/libXss.so.1.0.0 >+usr/lib64/libXt.so.6 >+usr/lib64/libXt.so.6.0.0 >+usr/lib64/libXtst.so.6 >+usr/lib64/libXtst.so.6.1.0 >+usr/lib64/libXv.so.1 >+usr/lib64/libXv.so.1.0.0 >+usr/lib64/libXvMC.so.1 >+usr/lib64/libXvMC.so.1.0.0 >+usr/lib64/libXvMCW.so.1 >+usr/lib64/libXvMCW.so.1.0.0 >+usr/lib64/libXxf86dga.so.1 >+usr/lib64/libXxf86dga.so.1.0.0 >+usr/lib64/libXxf86misc.so.1 >+usr/lib64/libXxf86misc.so.1.1.0 >+usr/lib64/libXxf86vm.so.1 >+usr/lib64/libXxf86vm.so.1.0.0 >+usr/lib64/libfontenc.so.1 >+usr/lib64/libfontenc.so.1.0.0 >+usr/lib64/libxcb-composite.so.0 >+usr/lib64/libxcb-composite.so.0.0.0 >+usr/lib64/libxcb-damage.so.0 >+usr/lib64/libxcb-damage.so.0.0.0 >+usr/lib64/libxcb-dpms.so.0 >+usr/lib64/libxcb-dpms.so.0.0.0 >+usr/lib64/libxcb-dri2.so.0 >+usr/lib64/libxcb-dri2.so.0.0.0 >+usr/lib64/libxcb-glx.so.0 >+usr/lib64/libxcb-glx.so.0.0.0 >+usr/lib64/libxcb-randr.so.0 >+usr/lib64/libxcb-randr.so.0.1.0 >+usr/lib64/libxcb-record.so.0 >+usr/lib64/libxcb-record.so.0.0.0 >+usr/lib64/libxcb-render.so.0 >+usr/lib64/libxcb-render.so.0.0.0 >+usr/lib64/libxcb-res.so.0 >+usr/lib64/libxcb-res.so.0.0.0 >+usr/lib64/libxcb-screensaver.so.0 >+usr/lib64/libxcb-screensaver.so.0.0.0 >+usr/lib64/libxcb-shape.so.0 >+usr/lib64/libxcb-shape.so.0.0.0 >+usr/lib64/libxcb-shm.so.0 >+usr/lib64/libxcb-shm.so.0.0.0 >+usr/lib64/libxcb-sync.so.0 >+usr/lib64/libxcb-sync.so.0.0.0 >+usr/lib64/libxcb-xevie.so.0 >+usr/lib64/libxcb-xevie.so.0.0.0 >+usr/lib64/libxcb-xf86dri.so.0 >+usr/lib64/libxcb-xf86dri.so.0.0.0 >+usr/lib64/libxcb-xfixes.so.0 >+usr/lib64/libxcb-xfixes.so.0.0.0 >+usr/lib64/libxcb-xinerama.so.0 >+usr/lib64/libxcb-xinerama.so.0.0.0 >+usr/lib64/libxcb-xselinux.so.0 >+usr/lib64/libxcb-xselinux.so.0.0.0 >+usr/lib64/libxcb-xtest.so.0 >+usr/lib64/libxcb-xtest.so.0.0.0 >+usr/lib64/libxcb-xv.so.0 >+usr/lib64/libxcb-xv.so.0.0.0 >+usr/lib64/libxcb-xvmc.so.0 >+usr/lib64/libxcb-xvmc.so.0.0.0 >+usr/lib64/libxcb.so.1 >+usr/lib64/libxcb.so.1.1.0 >+usr/lib64/libxkbfile.so.1 >+usr/lib64/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.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.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.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.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.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/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 >+@dir usr/share/X11/app-defaults > >Eigenschaftsänderungen: head/x11/linux-c6-xorg-libs/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11-fonts/linux-c6-fontconfig/distinfo.x86_64 >=================================================================== >diff --git a/head/x11-fonts/linux-c6-fontconfig/distinfo.x86_64 b/head/x11-fonts/linux-c6-fontconfig/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/x11-fonts/linux-c6-fontconfig/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/fontconfig-2.8.0-5.el6.x86_64.rpm) = 6a915b6e1ad740994aa9688d70a67ff2b6b72e0ced668794aeb27b2d0f2e237b >+SIZE (rpm/x86_64/centos/6.6/fontconfig-2.8.0-5.el6.x86_64.rpm) = 189964 >+SHA256 (rpm/x86_64/centos/6.6/fontconfig-2.8.0-5.el6.src.rpm) = 8a737297dbb39f12c67f88db1b21b37ef97bed2ca00fa0975b16e264d6953a33 >+SIZE (rpm/x86_64/centos/6.6/fontconfig-2.8.0-5.el6.src.rpm) = 1565935 > >Eigenschaftsänderungen: head/x11-fonts/linux-c6-fontconfig/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11-fonts/linux-c6-fontconfig/pkg-plist >=================================================================== >diff --git a/head/x11-fonts/linux-c6-fontconfig/pkg-plist b/head/x11-fonts/linux-c6-fontconfig/pkg-plist >deleted file mode 10644 >--- a/head/x11-fonts/linux-c6-fontconfig/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,19 +0,0 @@ >-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 >Index: x11-fonts/linux-c6-fontconfig/pkg-plist.i686 >=================================================================== >diff --git a/head/x11-fonts/linux-c6-fontconfig/pkg-plist b/head/x11-fonts/linux-c6-fontconfig/pkg-plist.i686 >copy from head/x11-fonts/linux-c6-fontconfig/pkg-plist@392922 >copy to head/x11-fonts/linux-c6-fontconfig/pkg-plist.i686 >Index: x11-fonts/linux-c6-fontconfig/pkg-plist.x86_64 >=================================================================== >diff --git a/head/x11-fonts/linux-c6-fontconfig/pkg-plist.x86_64 b/head/x11-fonts/linux-c6-fontconfig/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/x11-fonts/linux-c6-fontconfig/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,19 @@ >+etc/fonts >+usr/bin/fc-cat >+usr/bin/fc-list >+usr/bin/fc-match >+usr/bin/fc-query >+usr/bin/fc-scan >+usr/lib64/libfontconfig.so.1 >+usr/lib64/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 > >Eigenschaftsänderungen: head/x11-fonts/linux-c6-fontconfig/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11-themes/linux-c6-hicolor-icon-theme/Makefile >=================================================================== >diff --git a/head/x11-themes/linux-c6-hicolor-icon-theme/Makefile b/head/x11-themes/linux-c6-hicolor-icon-theme/Makefile >--- a/head/x11-themes/linux-c6-hicolor-icon-theme/Makefile (Revision 393390) >+++ b/head/x11-themes/linux-c6-hicolor-icon-theme/Makefile (Arbeitskopie) >@@ -3,11 +3,11 @@ > > PORTNAME= hicolor-icon-theme > PORTVERSION= 0.5 >-PORTREVISION= 1 >+PORTREVISION= 3 > CATEGORIES= x11-themes linux > MASTER_SITES= # empty > DISTFILES= # empty >-PKGNAMEPREFIX= linux-c6- >+PKGNAMEPREFIX= linux-${USE_LINUX}- > > MAINTAINER= emulation@FreeBSD.org > COMMENT= High-color icon theme shell from the FreeDesktop project >Index: x11-toolkits/linux-c6-gtk2/Makefile >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-gtk2/Makefile b/head/x11-toolkits/linux-c6-gtk2/Makefile >--- a/head/x11-toolkits/linux-c6-gtk2/Makefile (Revision 393390) >+++ b/head/x11-toolkits/linux-c6-gtk2/Makefile (Arbeitskopie) >@@ -26,9 +26,9 @@ > 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 >+SRC_DISTFILES= gtk2-${PORTVERSION}-${RPMVERSION}.src.rpm:SOURCE \ >+ pixman-0.32.4-4.el6.src.rpm:SOURCE \ >+ jasper-1.900.1-15.el6_1.1.src.rpm:SOURCE > .endif > > .include <bsd.port.mk> >Index: x11-toolkits/linux-c6-gtk2/distinfo.x86_64 >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-gtk2/distinfo.x86_64 b/head/x11-toolkits/linux-c6-gtk2/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/x11-toolkits/linux-c6-gtk2/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,14 @@ >+SHA256 (rpm/x86_64/centos/6.6/gtk2-2.24.23-6.el6.x86_64.rpm) = 7a438d6c0d24078815332b1039ee5e15f6842435c6b55f31b82bf95d68a0f2d4 >+SIZE (rpm/x86_64/centos/6.6/gtk2-2.24.23-6.el6.x86_64.rpm) = 3339880 >+SHA256 (rpm/x86_64/centos/6.6/gtk2-engines-2.18.4-5.el6.centos.x86_64.rpm) = 3bfafe6099319b5339a5118f0225a72dbed61908971ecd931f3356151aaddbef >+SIZE (rpm/x86_64/centos/6.6/gtk2-engines-2.18.4-5.el6.centos.x86_64.rpm) = 288276 >+SHA256 (rpm/x86_64/centos/6.6/pixman-0.32.4-4.el6.x86_64.rpm) = e6897bd75292c623203b029c774934a6af6fbce7c1edfbb053eec1a09bd2171f >+SIZE (rpm/x86_64/centos/6.6/pixman-0.32.4-4.el6.x86_64.rpm) = 248496 >+SHA256 (rpm/x86_64/centos/6.6/jasper-libs-1.900.1-15.el6_1.1.x86_64.rpm) = 9404b5f7ac2cfe7c3c2511345f86323b9cc8bc272cb3c407b91a1f7c8370afcd >+SIZE (rpm/x86_64/centos/6.6/jasper-libs-1.900.1-15.el6_1.1.x86_64.rpm) = 139588 >+SHA256 (rpm/x86_64/centos/6.6/gtk2-2.24.23-6.el6.src.rpm) = 59207420d301e453271b42c828a0ace5439c94099f522c10776c1e05559d8038 >+SIZE (rpm/x86_64/centos/6.6/gtk2-2.24.23-6.el6.src.rpm) = 13417157 >+SHA256 (rpm/x86_64/centos/6.6/pixman-0.32.4-4.el6.src.rpm) = d49b7820864681a941452aeb271f2caa897deb91cc456ce1c48cdff868604f5e >+SIZE (rpm/x86_64/centos/6.6/pixman-0.32.4-4.el6.src.rpm) = 716944 >+SHA256 (rpm/x86_64/centos/6.6/jasper-1.900.1-15.el6_1.1.src.rpm) = fae6625be5251dd7b9f5dbdd729fa7590e7974b4c03f29538d5c3b4bce0093de >+SIZE (rpm/x86_64/centos/6.6/jasper-1.900.1-15.el6_1.1.src.rpm) = 1400245 > >Eigenschaftsänderungen: head/x11-toolkits/linux-c6-gtk2/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11-toolkits/linux-c6-gtk2/pkg-plist >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-gtk2/pkg-plist b/head/x11-toolkits/linux-c6-gtk2/pkg-plist >deleted file mode 10644 >--- a/head/x11-toolkits/linux-c6-gtk2/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,226 +0,0 @@ >-usr/bin/gtk-query-immodules-2.0-32 >-usr/bin/gtk-update-icon-cache >-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/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.2400.23 >-usr/lib/libgtk-x11-2.0.so.0 >-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.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 >-@dir usr/lib/gtk-2.0/2.10.0/filesystems >-@dir usr/lib/gtk-2.0/2.10.0/immodules >-@dir usr/lib/gtk-2.0/immodules >-@dir usr/share/gtk-2.0 >- >Index: x11-toolkits/linux-c6-gtk2/pkg-plist.i686 >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-gtk2/pkg-plist b/head/x11-toolkits/linux-c6-gtk2/pkg-plist.i686 >copy from head/x11-toolkits/linux-c6-gtk2/pkg-plist@392922 >copy to head/x11-toolkits/linux-c6-gtk2/pkg-plist.i686 >Index: x11-toolkits/linux-c6-gtk2/pkg-plist.x86_64 >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-gtk2/pkg-plist.x86_64 b/head/x11-toolkits/linux-c6-gtk2/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/x11-toolkits/linux-c6-gtk2/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,225 @@ >+usr/bin/gtk-query-immodules-2.0-64 >+usr/bin/gtk-update-icon-cache >+usr/bin/update-gtk-immodules >+usr/lib64/gtk-2.0/2.10.0/engines/libclearlooks.so >+usr/lib64/gtk-2.0/2.10.0/engines/libcrux-engine.so >+usr/lib64/gtk-2.0/2.10.0/engines/libglide.so >+usr/lib64/gtk-2.0/2.10.0/engines/libhcengine.so >+usr/lib64/gtk-2.0/2.10.0/engines/libindustrial.so >+usr/lib64/gtk-2.0/2.10.0/engines/libmist.so >+usr/lib64/gtk-2.0/2.10.0/engines/libpixmap.so >+usr/lib64/gtk-2.0/2.10.0/engines/libredmond95.so >+usr/lib64/gtk-2.0/2.10.0/engines/libthinice.so >+usr/lib64/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so >+usr/lib64/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so >+usr/lib64/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.so >+usr/lib64/gtk-2.0/modules/libferret.so >+usr/lib64/gtk-2.0/modules/libgail.so >+usr/lib64/libgailutil.so.18 >+usr/lib64/libgailutil.so.18.0.1 >+usr/lib64/libgdk-x11-2.0.so.0 >+usr/lib64/libgdk-x11-2.0.so.0.2400.23 >+usr/lib64/libgtk-x11-2.0.so.0 >+usr/lib64/libgtk-x11-2.0.so.0.2400.23 >+usr/lib64/libjasper.so.1 >+usr/lib64/libjasper.so.1.0.0 >+usr/lib64/libpixman-1.so.0 >+usr/lib64/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-64.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 >+@dir usr/lib64/gtk-2.0/2.10.0/filesystems >+@dir usr/lib64/gtk-2.0/2.10.0/immodules >+@dir usr/lib64/gtk-2.0/immodules >+@dir usr/share/gtk-2.0 > >Eigenschaftsänderungen: head/x11-toolkits/linux-c6-gtk2/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11-toolkits/linux-c6-openmotif/distinfo.x86_64 >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-openmotif/distinfo.x86_64 b/head/x11-toolkits/linux-c6-openmotif/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/x11-toolkits/linux-c6-openmotif/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/openmotif-2.3.3-8.el6.x86_64.rpm) = fd5d2d0cb2aad05cee5da8f6e971923c0883a7334e1d12a9b28d5fb3956959c0 >+SIZE (rpm/x86_64/centos/6.6/openmotif-2.3.3-8.el6.x86_64.rpm) = 1417252 >+SHA256 (rpm/x86_64/centos/6.6/openmotif-2.3.3-8.el6.src.rpm) = 3225eb7285d58c40b08e765d866bffe85f8fb96f19b769ed8899253c568a1eea >+SIZE (rpm/x86_64/centos/6.6/openmotif-2.3.3-8.el6.src.rpm) = 6059385 > >Eigenschaftsänderungen: head/x11-toolkits/linux-c6-openmotif/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11-toolkits/linux-c6-openmotif/pkg-plist >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-openmotif/pkg-plist b/head/x11-toolkits/linux-c6-openmotif/pkg-plist >deleted file mode 10644 >--- a/head/x11-toolkits/linux-c6-openmotif/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,6 +0,0 @@ >-usr/lib/libMrm.so.4 >-usr/lib/libMrm.so.4.0.3 >-usr/lib/libUil.so.4 >-usr/lib/libUil.so.4.0.3 >-usr/lib/libXm.so.4 >-usr/lib/libXm.so.4.0.3 >Index: x11-toolkits/linux-c6-openmotif/pkg-plist.i686 >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-openmotif/pkg-plist b/head/x11-toolkits/linux-c6-openmotif/pkg-plist.i686 >copy from head/x11-toolkits/linux-c6-openmotif/pkg-plist@392922 >copy to head/x11-toolkits/linux-c6-openmotif/pkg-plist.i686 >Index: x11-toolkits/linux-c6-openmotif/pkg-plist.x86_64 >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-openmotif/pkg-plist.x86_64 b/head/x11-toolkits/linux-c6-openmotif/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/x11-toolkits/linux-c6-openmotif/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,6 @@ >+usr/lib64/libMrm.so.4 >+usr/lib64/libMrm.so.4.0.3 >+usr/lib64/libUil.so.4 >+usr/lib64/libUil.so.4.0.3 >+usr/lib64/libXm.so.4 >+usr/lib64/libXm.so.4.0.3 > >Eigenschaftsänderungen: head/x11-toolkits/linux-c6-openmotif/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11-toolkits/linux-c6-pango/Makefile >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-pango/Makefile b/head/x11-toolkits/linux-c6-pango/Makefile >--- a/head/x11-toolkits/linux-c6-pango/Makefile (Revision 393390) >+++ b/head/x11-toolkits/linux-c6-pango/Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= pango > PORTVERSION= 1.28.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= x11-toolkits linux > > MAINTAINER= emulation@FreeBSD.org >@@ -17,7 +17,13 @@ > USE_LINUX_APPS= cairo expat fontconfig xorglibs > USE_LINUX_RPM= yes > RPMVERSION= 10.el6 >+ >+.if defined(OVERRIDE_LINUX_BASE_PORT) && ${OVERRIDE_LINUX_BASE_PORT} == "c6_64" >+BRANDELF_FILES= usr/bin/pango-querymodules-64 >+.else > BRANDELF_FILES= usr/bin/pango-querymodules-32 >+.endif >+ > USE_LDCONFIG= yes > > DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr >Index: x11-toolkits/linux-c6-pango/distinfo.x86_64 >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-pango/distinfo.x86_64 b/head/x11-toolkits/linux-c6-pango/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/x11-toolkits/linux-c6-pango/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/pango-1.28.1-10.el6.x86_64.rpm) = 414b4892afff1ea1938616177855ae3b46a5a7b9ada54c5435a69c1ee01f95d8 >+SIZE (rpm/x86_64/centos/6.6/pango-1.28.1-10.el6.x86_64.rpm) = 359616 >+SHA256 (rpm/x86_64/centos/6.6/pango-1.28.1-10.el6.src.rpm) = 4fa4091e3df6a9aca36fcc4f97bce5ff3204c9e9d59501852cec75627ee55201 >+SIZE (rpm/x86_64/centos/6.6/pango-1.28.1-10.el6.src.rpm) = 1441149 > >Eigenschaftsänderungen: head/x11-toolkits/linux-c6-pango/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11-toolkits/linux-c6-pango/pkg-plist >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-pango/pkg-plist b/head/x11-toolkits/linux-c6-pango/pkg-plist >deleted file mode 10644 >--- a/head/x11-toolkits/linux-c6-pango/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,42 +0,0 @@ >-@comment file listing >-etc/pango/pangox.aliases >-usr/bin/pango-querymodules-32 >-usr/bin/pango-view >-usr/lib/libpango-1.0.so.0 >-usr/lib/libpango-1.0.so.0.2800.1 >-usr/lib/libpangocairo-1.0.so.0 >-usr/lib/libpangocairo-1.0.so.0.2800.1 >-usr/lib/libpangoft2-1.0.so.0 >-usr/lib/libpangoft2-1.0.so.0.2800.1 >-usr/lib/libpangox-1.0.so.0 >-usr/lib/libpangox-1.0.so.0.2800.1 >-usr/lib/libpangoxft-1.0.so.0 >-usr/lib/libpangoxft-1.0.so.0.2800.1 >-usr/lib/pango/1.6.0/modules/pango-arabic-fc.so >-usr/lib/pango/1.6.0/modules/pango-arabic-lang.so >-usr/lib/pango/1.6.0/modules/pango-basic-x.so >-usr/lib/pango/1.6.0/modules/pango-hangul-fc.so >-usr/lib/pango/1.6.0/modules/pango-hebrew-fc.so >-usr/lib/pango/1.6.0/modules/pango-indic-fc.so >-usr/lib/pango/1.6.0/modules/pango-indic-lang.so >-usr/lib/pango/1.6.0/modules/pango-khmer-fc.so >-usr/lib/pango/1.6.0/modules/pango-syriac-fc.so >-usr/lib/pango/1.6.0/modules/pango-thai-fc.so >-usr/lib/pango/1.6.0/modules/pango-thai-lang.so >-usr/lib/pango/1.6.0/modules/pango-tibetan-fc.so >-usr/share/doc/pango-1.28.1/AUTHORS >-usr/share/doc/pango-1.28.1/COPYING >-usr/share/doc/pango-1.28.1/HELLO.txt >-usr/share/doc/pango-1.28.1/NEWS >-usr/share/doc/pango-1.28.1/README >-usr/share/man/man1/pango-querymodules.1.gz >-usr/share/man/man1/pango-view.1.gz >-@comment deal with empty directories created by the port >-@exec /bin/mkdir -p %D/etc/pango/i386-redhat-linux-gnu >-@dirrmtry etc/pango/i386-redhat-linux-gnu >-@comment non-empty directory listing in revers order >-@dirrm usr/share/doc/pango-1.28.1 >-@dirrm usr/lib/pango/1.6.0/modules >-@dirrm usr/lib/pango/1.6.0 >-@dirrm usr/lib/pango >-@dirrm etc/pango >Index: x11-toolkits/linux-c6-pango/pkg-plist.i686 >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-pango/pkg-plist b/head/x11-toolkits/linux-c6-pango/pkg-plist.i686 >copy from head/x11-toolkits/linux-c6-pango/pkg-plist@392922 >copy to head/x11-toolkits/linux-c6-pango/pkg-plist.i686 >Index: x11-toolkits/linux-c6-pango/pkg-plist.x86_64 >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-pango/pkg-plist.x86_64 b/head/x11-toolkits/linux-c6-pango/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/x11-toolkits/linux-c6-pango/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,42 @@ >+@comment file listing >+etc/pango/pangox.aliases >+usr/bin/pango-querymodules-64 >+usr/bin/pango-view >+usr/lib64/libpango-1.0.so.0 >+usr/lib64/libpango-1.0.so.0.2800.1 >+usr/lib64/libpangocairo-1.0.so.0 >+usr/lib64/libpangocairo-1.0.so.0.2800.1 >+usr/lib64/libpangoft2-1.0.so.0 >+usr/lib64/libpangoft2-1.0.so.0.2800.1 >+usr/lib64/libpangox-1.0.so.0 >+usr/lib64/libpangox-1.0.so.0.2800.1 >+usr/lib64/libpangoxft-1.0.so.0 >+usr/lib64/libpangoxft-1.0.so.0.2800.1 >+usr/lib64/pango/1.6.0/modules/pango-arabic-fc.so >+usr/lib64/pango/1.6.0/modules/pango-arabic-lang.so >+usr/lib64/pango/1.6.0/modules/pango-basic-x.so >+usr/lib64/pango/1.6.0/modules/pango-hangul-fc.so >+usr/lib64/pango/1.6.0/modules/pango-hebrew-fc.so >+usr/lib64/pango/1.6.0/modules/pango-indic-fc.so >+usr/lib64/pango/1.6.0/modules/pango-indic-lang.so >+usr/lib64/pango/1.6.0/modules/pango-khmer-fc.so >+usr/lib64/pango/1.6.0/modules/pango-syriac-fc.so >+usr/lib64/pango/1.6.0/modules/pango-thai-fc.so >+usr/lib64/pango/1.6.0/modules/pango-thai-lang.so >+usr/lib64/pango/1.6.0/modules/pango-tibetan-fc.so >+usr/share/doc/pango-1.28.1/AUTHORS >+usr/share/doc/pango-1.28.1/COPYING >+usr/share/doc/pango-1.28.1/HELLO.txt >+usr/share/doc/pango-1.28.1/NEWS >+usr/share/doc/pango-1.28.1/README >+usr/share/man/man1/pango-querymodules.1.gz >+usr/share/man/man1/pango-view.1.gz >+@comment deal with empty directories created by the port >+@exec /bin/mkdir -p %D/etc/pango/x86_64-redhat-linux-gnu >+@dirrmtry etc/pango/x86_64-redhat-linux-gnu >+@comment non-empty directory listing in revers order >+@dirrm usr/share/doc/pango-1.28.1 >+@dirrm usr/lib64/pango/1.6.0/modules >+@dirrm usr/lib64/pango/1.6.0 >+@dirrm usr/lib64/pango >+@dirrm etc/pango > >Eigenschaftsänderungen: head/x11-toolkits/linux-c6-pango/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11-toolkits/linux-c6-qt47-x11/Makefile >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-qt47-x11/Makefile b/head/x11-toolkits/linux-c6-qt47-x11/Makefile >--- a/head/x11-toolkits/linux-c6-qt47-x11/Makefile (Revision 393390) >+++ b/head/x11-toolkits/linux-c6-qt47-x11/Makefile (Arbeitskopie) >@@ -5,11 +5,11 @@ > PORTVERSION= 4.7.2 > PORTREVISION= 1 > CATEGORIES= x11-toolkits linux >-MASTER_SITES= LOCAL/xmj >-DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/centos/c5 >+MASTER_SITES= http://dl.atrpms.net/el6-${LINUX_REPO_ARCH}/atrpms/testing/ LOCAL/xmj >+DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/atrpms/6 > > MAINTAINER= emulation@FreeBSD.org >-COMMENT= RPM of QT4 (Linux CentOS 5) >+COMMENT= RPM of QT4 (Linux CentOS 6) > > ONLY_FOR_ARCHS= i386 amd64 > SRC_DISTFILES:= # unretrievable. >@@ -16,7 +16,6 @@ > > USE_LINUX= c6 > USE_LDCONFIG= yes >-LINUX_DIST_VER= 5 > > OPTIONS_DEFINE= NVIDIA_GL > >@@ -26,8 +25,7 @@ > > USE_LINUX_APPS= fontconfig png xorglibs png alsalib jpeg tiff qt47 > USE_LINUX_RPM= yes >-RPMVERSION= 1_18.el5 >-LINUX_RPM_ARCH= i386 >+RPMVERSION= 1_18.el6 > > DESCR= ${.CURDIR}/../../devel/qt4/pkg-descr > >Index: x11-toolkits/linux-c6-qt47-x11/distinfo.i386 >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-qt47-x11/distinfo.i386 b/head/x11-toolkits/linux-c6-qt47-x11/distinfo.i386 >deleted file mode 10644 >--- a/head/x11-toolkits/linux-c6-qt47-x11/distinfo.i386 (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,2 +0,0 @@ >-SHA256 (rpm/i386/centos/c5/qt47-x11-4.7.2-1_18.el5.i386.rpm) = f2b7a9e7bf4e7c84435f95a636f007ac02e8d7443868d1a40c1b342a26ccc635 >-SIZE (rpm/i386/centos/c5/qt47-x11-4.7.2-1_18.el5.i386.rpm) = 15309029 >Index: x11-toolkits/linux-c6-qt47-x11/distinfo.i686 >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-qt47-x11/distinfo.i386 b/head/x11-toolkits/linux-c6-qt47-x11/distinfo.i686 >copy from head/x11-toolkits/linux-c6-qt47-x11/distinfo.i386@392922 >copy to head/x11-toolkits/linux-c6-qt47-x11/distinfo.i686 >--- a/head/x11-toolkits/linux-c6-qt47-x11/distinfo.i386 (Revision 0) >+++ b/head/x11-toolkits/linux-c6-qt47-x11/distinfo.i686 (Arbeitskopie) >@@ -1,2 +1,2 @@ >-SHA256 (rpm/i386/centos/c5/qt47-x11-4.7.2-1_18.el5.i386.rpm) = f2b7a9e7bf4e7c84435f95a636f007ac02e8d7443868d1a40c1b342a26ccc635 >-SIZE (rpm/i386/centos/c5/qt47-x11-4.7.2-1_18.el5.i386.rpm) = 15309029 >+SHA256 (rpm/i686/atrpms/6/qt47-x11-4.7.2-1_18.el6.i686.rpm) = ca8b75fd11e75f1d70545f04633e313a168ef5fe4e194bff58bef7455aae6414 >+SIZE (rpm/i686/atrpms/6/qt47-x11-4.7.2-1_18.el6.i686.rpm) = 12853688 >Index: x11-toolkits/linux-c6-qt47-x11/distinfo.x86_64 >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-qt47-x11/distinfo.x86_64 b/head/x11-toolkits/linux-c6-qt47-x11/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/x11-toolkits/linux-c6-qt47-x11/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,2 @@ >+SHA256 (rpm/x86_64/atrpms/6/qt47-x11-4.7.2-1_18.el6.x86_64.rpm) = c74163d34d320c559129b95cb2a747c7312547697beb0d45ed0f54a0d542ebc9 >+SIZE (rpm/x86_64/atrpms/6/qt47-x11-4.7.2-1_18.el6.x86_64.rpm) = 12674320 > >Eigenschaftsänderungen: head/x11-toolkits/linux-c6-qt47-x11/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11-toolkits/linux-c6-qt47-x11/pkg-plist >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-qt47-x11/pkg-plist b/head/x11-toolkits/linux-c6-qt47-x11/pkg-plist >deleted file mode 10644 >--- a/head/x11-toolkits/linux-c6-qt47-x11/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,104 +0,0 @@ >-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: x11-toolkits/linux-c6-qt47-x11/pkg-plist.i686 >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-qt47-x11/pkg-plist b/head/x11-toolkits/linux-c6-qt47-x11/pkg-plist.i686 >copy from head/x11-toolkits/linux-c6-qt47-x11/pkg-plist@392922 >copy to head/x11-toolkits/linux-c6-qt47-x11/pkg-plist.i686 >Index: x11-toolkits/linux-c6-qt47-x11/pkg-plist.x86_64 >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-qt47-x11/pkg-plist.x86_64 b/head/x11-toolkits/linux-c6-qt47-x11/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/x11-toolkits/linux-c6-qt47-x11/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,104 @@ >+etc/rpm/macros.qt47 >+usr/bin/qdbusviewer >+usr/bin/qmlviewer >+usr/lib64/qt47/bin/qdbusviewer >+usr/lib64/qt47/bin/qmlviewer >+usr/lib64/qt47/bin/qtconfig >+usr/lib64/qt47/bin/qtconfig-qt47 >+usr/lib64/qt47/imports/Qt/labs/folderlistmodel/libqmlfolderlistmodelplugin.so >+usr/lib64/qt47/imports/Qt/labs/folderlistmodel/qmldir >+usr/lib64/qt47/imports/Qt/labs/gestures/libqmlgesturesplugin.so >+usr/lib64/qt47/imports/Qt/labs/gestures/qmldir >+usr/lib64/qt47/imports/Qt/labs/particles/libqmlparticlesplugin.so >+usr/lib64/qt47/imports/Qt/labs/particles/qmldir >+usr/lib64/qt47/libQt3Support.so.4 >+usr/lib64/qt47/libQt3Support.so.4.7 >+usr/lib64/qt47/libQt3Support.so.4.7.2 >+usr/lib64/qt47/libQtCLucene.so.4 >+usr/lib64/qt47/libQtCLucene.so.4.7 >+usr/lib64/qt47/libQtCLucene.so.4.7.2 >+usr/lib64/qt47/libQtDeclarative.so.4 >+usr/lib64/qt47/libQtDeclarative.so.4.7 >+usr/lib64/qt47/libQtDeclarative.so.4.7.2 >+usr/lib64/qt47/libQtDesigner.so.4 >+usr/lib64/qt47/libQtDesigner.so.4.7 >+usr/lib64/qt47/libQtDesigner.so.4.7.2 >+usr/lib64/qt47/libQtDesignerComponents.so.4 >+usr/lib64/qt47/libQtDesignerComponents.so.4.7 >+usr/lib64/qt47/libQtDesignerComponents.so.4.7.2 >+usr/lib64/qt47/libQtGui.so.4 >+usr/lib64/qt47/libQtGui.so.4.7 >+usr/lib64/qt47/libQtGui.so.4.7.2 >+usr/lib64/qt47/libQtHelp.so.4 >+usr/lib64/qt47/libQtHelp.so.4.7 >+usr/lib64/qt47/libQtHelp.so.4.7.2 >+usr/lib64/qt47/libQtMultimedia.so.4 >+usr/lib64/qt47/libQtMultimedia.so.4.7 >+usr/lib64/qt47/libQtMultimedia.so.4.7.2 >+usr/lib64/qt47/libQtOpenGL.so.4 >+usr/lib64/qt47/libQtOpenGL.so.4.7 >+usr/lib64/qt47/libQtOpenGL.so.4.7.2 >+usr/lib64/qt47/libQtScriptTools.so.4 >+usr/lib64/qt47/libQtScriptTools.so.4.7 >+usr/lib64/qt47/libQtScriptTools.so.4.7.2 >+usr/lib64/qt47/libQtSvg.so.4 >+usr/lib64/qt47/libQtSvg.so.4.7 >+usr/lib64/qt47/libQtSvg.so.4.7.2 >+usr/lib64/qt47/libphonon.so.4 >+usr/lib64/qt47/libphonon.so.4.4 >+usr/lib64/qt47/libphonon.so.4.4.0 >+usr/lib64/qt47/plugins/accessible/libqtaccessiblecompatwidgets.so >+usr/lib64/qt47/plugins/accessible/libqtaccessiblewidgets.so >+usr/lib64/qt47/plugins/bearer/libqconnmanbearer.so >+usr/lib64/qt47/plugins/bearer/libqgenericbearer.so >+usr/lib64/qt47/plugins/bearer/libqnmbearer.so >+usr/lib64/qt47/plugins/codecs/libqcncodecs.so >+usr/lib64/qt47/plugins/codecs/libqjpcodecs.so >+usr/lib64/qt47/plugins/codecs/libqkrcodecs.so >+usr/lib64/qt47/plugins/codecs/libqtwcodecs.so >+usr/lib64/qt47/plugins/designer/libarthurplugin.so >+usr/lib64/qt47/plugins/designer/libcontainerextension.so >+usr/lib64/qt47/plugins/designer/libcustomwidgetplugin.so >+usr/lib64/qt47/plugins/designer/libqdeclarativeview.so >+usr/lib64/qt47/plugins/designer/libqt3supportwidgets.so >+usr/lib64/qt47/plugins/designer/libtaskmenuextension.so >+usr/lib64/qt47/plugins/designer/libworldtimeclockplugin.so >+usr/lib64/qt47/plugins/graphicssystems/libqglgraphicssystem.so >+usr/lib64/qt47/plugins/graphicssystems/libqtracegraphicssystem.so >+usr/lib64/qt47/plugins/iconengines/libqsvgicon.so >+usr/lib64/qt47/plugins/imageformats/libqgif.so >+usr/lib64/qt47/plugins/imageformats/libqico.so >+usr/lib64/qt47/plugins/imageformats/libqjpeg.so >+usr/lib64/qt47/plugins/imageformats/libqmng.so >+usr/lib64/qt47/plugins/imageformats/libqsvg.so >+usr/lib64/qt47/plugins/imageformats/libqtiff.so >+usr/lib64/qt47/plugins/inputmethods/libqimsw-multi.so >+usr/lib64/qt47/plugins/qmltooling/libtcpserver.so >+usr/lib64/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/lib64/qt47/plugins/gui_platform >+@dir usr/lib64/qt47/plugins/phonon_backend >+@dir usr/lib64/qt47/plugins/styles >+@dir usr/share/kde4/services/phononbackends > >Eigenschaftsänderungen: head/x11-toolkits/linux-c6-qt47-x11/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11-toolkits/linux-c6-tk85/distinfo.x86_64 >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-tk85/distinfo.x86_64 b/head/x11-toolkits/linux-c6-tk85/distinfo.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/x11-toolkits/linux-c6-tk85/distinfo.x86_64 (Arbeitskopie) >@@ -0,0 +1,4 @@ >+SHA256 (rpm/x86_64/centos/6.6/tk-8.5.7-5.el6.x86_64.rpm) = a7cf03a95c3b91f74a91c340b684261184cecac34b6880733188cfd4072071b4 >+SIZE (rpm/x86_64/centos/6.6/tk-8.5.7-5.el6.x86_64.rpm) = 1469560 >+SHA256 (rpm/x86_64/centos/6.6/tk-8.5.7-5.el6.src.rpm) = 4e0c8c5ffded8eebde2e150563ff750844465aee87a0482edc5f2dbb8dabb167 >+SIZE (rpm/x86_64/centos/6.6/tk-8.5.7-5.el6.src.rpm) = 3803543 > >Eigenschaftsänderungen: head/x11-toolkits/linux-c6-tk85/distinfo.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11-toolkits/linux-c6-tk85/pkg-plist >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-tk85/pkg-plist b/head/x11-toolkits/linux-c6-tk85/pkg-plist >deleted file mode 10644 >--- a/head/x11-toolkits/linux-c6-tk85/pkg-plist (Revision 393390) >+++ /dev/null (Arbeitskopie) >@@ -1,260 +0,0 @@ >-usr/bin/wish >-usr/bin/wish8.5 >-usr/lib/libtk8.5.so >-usr/lib/tk8.5/pkgIndex.tcl >-usr/share/doc/tk-8.5.7/README >-usr/share/doc/tk-8.5.7/changes >-usr/share/doc/tk-8.5.7/license.terms >-usr/share/man/man1/wish.1.gz >-usr/share/man/mann/bell.n.gz >-usr/share/man/mann/bind.n.gz >-usr/share/man/mann/bindtags.n.gz >-usr/share/man/mann/bitmap.n.gz >-usr/share/man/mann/button.n.gz >-usr/share/man/mann/canvas.n.gz >-usr/share/man/mann/checkbutton.n.gz >-usr/share/man/mann/clipboard.n.gz >-usr/share/man/mann/colors.n.gz >-usr/share/man/mann/console.n.gz >-usr/share/man/mann/cursors.n.gz >-usr/share/man/mann/destroy.n.gz >-usr/share/man/mann/entry.n.gz >-usr/share/man/mann/event.n.gz >-usr/share/man/mann/focus.n.gz >-usr/share/man/mann/font.n.gz >-usr/share/man/mann/frame.n.gz >-usr/share/man/mann/grab.n.gz >-usr/share/man/mann/grid.n.gz >-usr/share/man/mann/image.n.gz >-usr/share/man/mann/keysyms.n.gz >-usr/share/man/mann/label.n.gz >-usr/share/man/mann/labelframe.n.gz >-usr/share/man/mann/listbox.n.gz >-usr/share/man/mann/loadTk.n.gz >-usr/share/man/mann/lower.n.gz >-usr/share/man/mann/menu.n.gz >-usr/share/man/mann/menubutton.n.gz >-usr/share/man/mann/message.n.gz >-usr/share/man/mann/option.n.gz >-usr/share/man/mann/options.n.gz >-usr/share/man/mann/pack-old.n.gz >-usr/share/man/mann/pack.n.gz >-usr/share/man/mann/panedwindow.n.gz >-usr/share/man/mann/photo.n.gz >-usr/share/man/mann/place.n.gz >-usr/share/man/mann/radiobutton.n.gz >-usr/share/man/mann/raise.n.gz >-usr/share/man/mann/scale.n.gz >-usr/share/man/mann/scrollbar.n.gz >-usr/share/man/mann/selection.n.gz >-usr/share/man/mann/send.n.gz >-usr/share/man/mann/spinbox.n.gz >-usr/share/man/mann/text.n.gz >-usr/share/man/mann/tk.n.gz >-usr/share/man/mann/tk_bindForTraversal.n.gz >-usr/share/man/mann/tk_bisque.n.gz >-usr/share/man/mann/tk_chooseColor.n.gz >-usr/share/man/mann/tk_chooseDirectory.n.gz >-usr/share/man/mann/tk_dialog.n.gz >-usr/share/man/mann/tk_focusFollowsMouse.n.gz >-usr/share/man/mann/tk_focusNext.n.gz >-usr/share/man/mann/tk_focusPrev.n.gz >-usr/share/man/mann/tk_getOpenFile.n.gz >-usr/share/man/mann/tk_getSaveFile.n.gz >-usr/share/man/mann/tk_menuBar.n.gz >-usr/share/man/mann/tk_menuSetFocus.n.gz >-usr/share/man/mann/tk_messageBox.n.gz >-usr/share/man/mann/tk_optionMenu.n.gz >-usr/share/man/mann/tk_popup.n.gz >-usr/share/man/mann/tk_setPalette.n.gz >-usr/share/man/mann/tk_textCopy.n.gz >-usr/share/man/mann/tk_textCut.n.gz >-usr/share/man/mann/tk_textPaste.n.gz >-usr/share/man/mann/tkerror.n.gz >-usr/share/man/mann/tkvars.n.gz >-usr/share/man/mann/tkwait.n.gz >-usr/share/man/mann/toplevel.n.gz >-usr/share/man/mann/ttk_button.n.gz >-usr/share/man/mann/ttk_checkbutton.n.gz >-usr/share/man/mann/ttk_combobox.n.gz >-usr/share/man/mann/ttk_entry.n.gz >-usr/share/man/mann/ttk_frame.n.gz >-usr/share/man/mann/ttk_image.n.gz >-usr/share/man/mann/ttk_intro.n.gz >-usr/share/man/mann/ttk_label.n.gz >-usr/share/man/mann/ttk_labelframe.n.gz >-usr/share/man/mann/ttk_menubutton.n.gz >-usr/share/man/mann/ttk_notebook.n.gz >-usr/share/man/mann/ttk_panedwindow.n.gz >-usr/share/man/mann/ttk_progressbar.n.gz >-usr/share/man/mann/ttk_radiobutton.n.gz >-usr/share/man/mann/ttk_scale.n.gz >-usr/share/man/mann/ttk_scrollbar.n.gz >-usr/share/man/mann/ttk_separator.n.gz >-usr/share/man/mann/ttk_sizegrip.n.gz >-usr/share/man/mann/ttk_style.n.gz >-usr/share/man/mann/ttk_treeview.n.gz >-usr/share/man/mann/ttk_widget.n.gz >-usr/share/man/mann/winfo.n.gz >-usr/share/man/mann/wm.n.gz >-usr/%%DATADIR%%8.5/bgerror.tcl >-usr/%%DATADIR%%8.5/button.tcl >-usr/%%DATADIR%%8.5/choosedir.tcl >-usr/%%DATADIR%%8.5/clrpick.tcl >-usr/%%DATADIR%%8.5/comdlg.tcl >-usr/%%DATADIR%%8.5/console.tcl >-usr/%%DATADIR%%8.5/demos/README >-usr/%%DATADIR%%8.5/demos/anilabel.tcl >-usr/%%DATADIR%%8.5/demos/aniwave.tcl >-usr/%%DATADIR%%8.5/demos/arrow.tcl >-usr/%%DATADIR%%8.5/demos/bind.tcl >-usr/%%DATADIR%%8.5/demos/bitmap.tcl >-usr/%%DATADIR%%8.5/demos/browse >-usr/%%DATADIR%%8.5/demos/button.tcl >-usr/%%DATADIR%%8.5/demos/check.tcl >-usr/%%DATADIR%%8.5/demos/clrpick.tcl >-usr/%%DATADIR%%8.5/demos/colors.tcl >-usr/%%DATADIR%%8.5/demos/combo.tcl >-usr/%%DATADIR%%8.5/demos/cscroll.tcl >-usr/%%DATADIR%%8.5/demos/ctext.tcl >-usr/%%DATADIR%%8.5/demos/dialog1.tcl >-usr/%%DATADIR%%8.5/demos/dialog2.tcl >-usr/%%DATADIR%%8.5/demos/en.msg >-usr/%%DATADIR%%8.5/demos/entry1.tcl >-usr/%%DATADIR%%8.5/demos/entry2.tcl >-usr/%%DATADIR%%8.5/demos/entry3.tcl >-usr/%%DATADIR%%8.5/demos/filebox.tcl >-usr/%%DATADIR%%8.5/demos/floor.tcl >-usr/%%DATADIR%%8.5/demos/form.tcl >-usr/%%DATADIR%%8.5/demos/goldberg.tcl >-usr/%%DATADIR%%8.5/demos/hello >-usr/%%DATADIR%%8.5/demos/hscale.tcl >-usr/%%DATADIR%%8.5/demos/icon.tcl >-usr/%%DATADIR%%8.5/demos/image1.tcl >-usr/%%DATADIR%%8.5/demos/image2.tcl >-usr/%%DATADIR%%8.5/demos/images/earth.gif >-usr/%%DATADIR%%8.5/demos/images/earthris.gif >-usr/%%DATADIR%%8.5/demos/images/face.xbm >-usr/%%DATADIR%%8.5/demos/images/flagdown.xbm >-usr/%%DATADIR%%8.5/demos/images/flagup.xbm >-usr/%%DATADIR%%8.5/demos/images/gray25.xbm >-usr/%%DATADIR%%8.5/demos/images/letters.xbm >-usr/%%DATADIR%%8.5/demos/images/noletter.xbm >-usr/%%DATADIR%%8.5/demos/images/pattern.xbm >-usr/%%DATADIR%%8.5/demos/images/tcllogo.gif >-usr/%%DATADIR%%8.5/demos/images/teapot.ppm >-usr/%%DATADIR%%8.5/demos/items.tcl >-usr/%%DATADIR%%8.5/demos/ixset >-usr/%%DATADIR%%8.5/demos/knightstour.tcl >-usr/%%DATADIR%%8.5/demos/label.tcl >-usr/%%DATADIR%%8.5/demos/labelframe.tcl >-usr/%%DATADIR%%8.5/demos/license.terms >-usr/%%DATADIR%%8.5/demos/mclist.tcl >-usr/%%DATADIR%%8.5/demos/menu.tcl >-usr/%%DATADIR%%8.5/demos/menubu.tcl >-usr/%%DATADIR%%8.5/demos/msgbox.tcl >-usr/%%DATADIR%%8.5/demos/nl.msg >-usr/%%DATADIR%%8.5/demos/paned1.tcl >-usr/%%DATADIR%%8.5/demos/paned2.tcl >-usr/%%DATADIR%%8.5/demos/pendulum.tcl >-usr/%%DATADIR%%8.5/demos/plot.tcl >-usr/%%DATADIR%%8.5/demos/puzzle.tcl >-usr/%%DATADIR%%8.5/demos/radio.tcl >-usr/%%DATADIR%%8.5/demos/rmt >-usr/%%DATADIR%%8.5/demos/rolodex >-usr/%%DATADIR%%8.5/demos/ruler.tcl >-usr/%%DATADIR%%8.5/demos/sayings.tcl >-usr/%%DATADIR%%8.5/demos/search.tcl >-usr/%%DATADIR%%8.5/demos/spin.tcl >-usr/%%DATADIR%%8.5/demos/square >-usr/%%DATADIR%%8.5/demos/states.tcl >-usr/%%DATADIR%%8.5/demos/style.tcl >-usr/%%DATADIR%%8.5/demos/tclIndex >-usr/%%DATADIR%%8.5/demos/tcolor >-usr/%%DATADIR%%8.5/demos/text.tcl >-usr/%%DATADIR%%8.5/demos/textpeer.tcl >-usr/%%DATADIR%%8.5/demos/timer >-usr/%%DATADIR%%8.5/demos/toolbar.tcl >-usr/%%DATADIR%%8.5/demos/tree.tcl >-usr/%%DATADIR%%8.5/demos/ttkbut.tcl >-usr/%%DATADIR%%8.5/demos/ttkmenu.tcl >-usr/%%DATADIR%%8.5/demos/ttknote.tcl >-usr/%%DATADIR%%8.5/demos/ttkpane.tcl >-usr/%%DATADIR%%8.5/demos/ttkprogress.tcl >-usr/%%DATADIR%%8.5/demos/twind.tcl >-usr/%%DATADIR%%8.5/demos/unicodeout.tcl >-usr/%%DATADIR%%8.5/demos/vscale.tcl >-usr/%%DATADIR%%8.5/demos/widget >-usr/%%DATADIR%%8.5/dialog.tcl >-usr/%%DATADIR%%8.5/entry.tcl >-usr/%%DATADIR%%8.5/focus.tcl >-usr/%%DATADIR%%8.5/images/README >-usr/%%DATADIR%%8.5/images/logo.eps >-usr/%%DATADIR%%8.5/images/logo100.gif >-usr/%%DATADIR%%8.5/images/logo64.gif >-usr/%%DATADIR%%8.5/images/logoLarge.gif >-usr/%%DATADIR%%8.5/images/logoMed.gif >-usr/%%DATADIR%%8.5/images/pwrdLogo.eps >-usr/%%DATADIR%%8.5/images/pwrdLogo100.gif >-usr/%%DATADIR%%8.5/images/pwrdLogo150.gif >-usr/%%DATADIR%%8.5/images/pwrdLogo175.gif >-usr/%%DATADIR%%8.5/images/pwrdLogo200.gif >-usr/%%DATADIR%%8.5/images/pwrdLogo75.gif >-usr/%%DATADIR%%8.5/images/tai-ku.gif >-usr/%%DATADIR%%8.5/listbox.tcl >-usr/%%DATADIR%%8.5/menu.tcl >-usr/%%DATADIR%%8.5/mkpsenc.tcl >-usr/%%DATADIR%%8.5/msgbox.tcl >-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/el.msg >-usr/%%DATADIR%%8.5/msgs/en.msg >-usr/%%DATADIR%%8.5/msgs/en_gb.msg >-usr/%%DATADIR%%8.5/msgs/eo.msg >-usr/%%DATADIR%%8.5/msgs/es.msg >-usr/%%DATADIR%%8.5/msgs/fr.msg >-usr/%%DATADIR%%8.5/msgs/hu.msg >-usr/%%DATADIR%%8.5/msgs/it.msg >-usr/%%DATADIR%%8.5/msgs/nl.msg >-usr/%%DATADIR%%8.5/msgs/pl.msg >-usr/%%DATADIR%%8.5/msgs/pt.msg >-usr/%%DATADIR%%8.5/msgs/ru.msg >-usr/%%DATADIR%%8.5/msgs/sv.msg >-usr/%%DATADIR%%8.5/obsolete.tcl >-usr/%%DATADIR%%8.5/optMenu.tcl >-usr/%%DATADIR%%8.5/palette.tcl >-usr/%%DATADIR%%8.5/panedwindow.tcl >-usr/%%DATADIR%%8.5/safetk.tcl >-usr/%%DATADIR%%8.5/scale.tcl >-usr/%%DATADIR%%8.5/scrlbar.tcl >-usr/%%DATADIR%%8.5/spinbox.tcl >-usr/%%DATADIR%%8.5/tclIndex >-usr/%%DATADIR%%8.5/tearoff.tcl >-usr/%%DATADIR%%8.5/text.tcl >-usr/%%DATADIR%%8.5/tk.tcl >-usr/%%DATADIR%%8.5/tkfbox.tcl >-usr/%%DATADIR%%8.5/ttk/altTheme.tcl >-usr/%%DATADIR%%8.5/ttk/aquaTheme.tcl >-usr/%%DATADIR%%8.5/ttk/button.tcl >-usr/%%DATADIR%%8.5/ttk/clamTheme.tcl >-usr/%%DATADIR%%8.5/ttk/classicTheme.tcl >-usr/%%DATADIR%%8.5/ttk/combobox.tcl >-usr/%%DATADIR%%8.5/ttk/cursors.tcl >-usr/%%DATADIR%%8.5/ttk/defaults.tcl >-usr/%%DATADIR%%8.5/ttk/entry.tcl >-usr/%%DATADIR%%8.5/ttk/fonts.tcl >-usr/%%DATADIR%%8.5/ttk/menubutton.tcl >-usr/%%DATADIR%%8.5/ttk/notebook.tcl >-usr/%%DATADIR%%8.5/ttk/panedwindow.tcl >-usr/%%DATADIR%%8.5/ttk/progress.tcl >-usr/%%DATADIR%%8.5/ttk/scale.tcl >-usr/%%DATADIR%%8.5/ttk/scrollbar.tcl >-usr/%%DATADIR%%8.5/ttk/sizegrip.tcl >-usr/%%DATADIR%%8.5/ttk/treeview.tcl >-usr/%%DATADIR%%8.5/ttk/ttk.tcl >-usr/%%DATADIR%%8.5/ttk/utils.tcl >-usr/%%DATADIR%%8.5/ttk/winTheme.tcl >-usr/%%DATADIR%%8.5/ttk/xpTheme.tcl >-usr/%%DATADIR%%8.5/unsupported.tcl >-usr/%%DATADIR%%8.5/xmfbox.tcl >Index: x11-toolkits/linux-c6-tk85/pkg-plist.i686 >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-tk85/pkg-plist b/head/x11-toolkits/linux-c6-tk85/pkg-plist.i686 >copy from head/x11-toolkits/linux-c6-tk85/pkg-plist@392922 >copy to head/x11-toolkits/linux-c6-tk85/pkg-plist.i686 >Index: x11-toolkits/linux-c6-tk85/pkg-plist.x86_64 >=================================================================== >diff --git a/head/x11-toolkits/linux-c6-tk85/pkg-plist.x86_64 b/head/x11-toolkits/linux-c6-tk85/pkg-plist.x86_64 >new file mode 10644 >--- /dev/null (Revision 0) >+++ b/head/x11-toolkits/linux-c6-tk85/pkg-plist.x86_64 (Arbeitskopie) >@@ -0,0 +1,276 @@ >+usr/bin/wish >+usr/bin/wish8.5 >+usr/lib64/libtk8.5.so >+usr/lib64/tk8.5/pkgIndex.tcl >+usr/share/doc/tk-8.5.7/README >+usr/share/doc/tk-8.5.7/changes >+usr/share/doc/tk-8.5.7/license.terms >+usr/share/man/man1/wish.1.gz >+usr/share/man/mann/bell.n.gz >+usr/share/man/mann/bind.n.gz >+usr/share/man/mann/bindtags.n.gz >+usr/share/man/mann/bitmap.n.gz >+usr/share/man/mann/button.n.gz >+usr/share/man/mann/canvas.n.gz >+usr/share/man/mann/checkbutton.n.gz >+usr/share/man/mann/clipboard.n.gz >+usr/share/man/mann/colors.n.gz >+usr/share/man/mann/console.n.gz >+usr/share/man/mann/cursors.n.gz >+usr/share/man/mann/destroy.n.gz >+usr/share/man/mann/entry.n.gz >+usr/share/man/mann/event.n.gz >+usr/share/man/mann/focus.n.gz >+usr/share/man/mann/font.n.gz >+usr/share/man/mann/frame.n.gz >+usr/share/man/mann/grab.n.gz >+usr/share/man/mann/grid.n.gz >+usr/share/man/mann/image.n.gz >+usr/share/man/mann/keysyms.n.gz >+usr/share/man/mann/label.n.gz >+usr/share/man/mann/labelframe.n.gz >+usr/share/man/mann/listbox.n.gz >+usr/share/man/mann/loadTk.n.gz >+usr/share/man/mann/lower.n.gz >+usr/share/man/mann/menu.n.gz >+usr/share/man/mann/menubutton.n.gz >+usr/share/man/mann/message.n.gz >+usr/share/man/mann/option.n.gz >+usr/share/man/mann/options.n.gz >+usr/share/man/mann/pack-old.n.gz >+usr/share/man/mann/pack.n.gz >+usr/share/man/mann/panedwindow.n.gz >+usr/share/man/mann/photo.n.gz >+usr/share/man/mann/place.n.gz >+usr/share/man/mann/radiobutton.n.gz >+usr/share/man/mann/raise.n.gz >+usr/share/man/mann/scale.n.gz >+usr/share/man/mann/scrollbar.n.gz >+usr/share/man/mann/selection.n.gz >+usr/share/man/mann/send.n.gz >+usr/share/man/mann/spinbox.n.gz >+usr/share/man/mann/text.n.gz >+usr/share/man/mann/tk.n.gz >+usr/share/man/mann/tk_bindForTraversal.n.gz >+usr/share/man/mann/tk_bisque.n.gz >+usr/share/man/mann/tk_chooseColor.n.gz >+usr/share/man/mann/tk_chooseDirectory.n.gz >+usr/share/man/mann/tk_dialog.n.gz >+usr/share/man/mann/tk_focusFollowsMouse.n.gz >+usr/share/man/mann/tk_focusNext.n.gz >+usr/share/man/mann/tk_focusPrev.n.gz >+usr/share/man/mann/tk_getOpenFile.n.gz >+usr/share/man/mann/tk_getSaveFile.n.gz >+usr/share/man/mann/tk_menuBar.n.gz >+usr/share/man/mann/tk_menuSetFocus.n.gz >+usr/share/man/mann/tk_messageBox.n.gz >+usr/share/man/mann/tk_optionMenu.n.gz >+usr/share/man/mann/tk_popup.n.gz >+usr/share/man/mann/tk_setPalette.n.gz >+usr/share/man/mann/tk_textCopy.n.gz >+usr/share/man/mann/tk_textCut.n.gz >+usr/share/man/mann/tk_textPaste.n.gz >+usr/share/man/mann/tkerror.n.gz >+usr/share/man/mann/tkvars.n.gz >+usr/share/man/mann/tkwait.n.gz >+usr/share/man/mann/toplevel.n.gz >+usr/share/man/mann/ttk_button.n.gz >+usr/share/man/mann/ttk_checkbutton.n.gz >+usr/share/man/mann/ttk_combobox.n.gz >+usr/share/man/mann/ttk_entry.n.gz >+usr/share/man/mann/ttk_frame.n.gz >+usr/share/man/mann/ttk_image.n.gz >+usr/share/man/mann/ttk_intro.n.gz >+usr/share/man/mann/ttk_label.n.gz >+usr/share/man/mann/ttk_labelframe.n.gz >+usr/share/man/mann/ttk_menubutton.n.gz >+usr/share/man/mann/ttk_notebook.n.gz >+usr/share/man/mann/ttk_panedwindow.n.gz >+usr/share/man/mann/ttk_progressbar.n.gz >+usr/share/man/mann/ttk_radiobutton.n.gz >+usr/share/man/mann/ttk_scale.n.gz >+usr/share/man/mann/ttk_scrollbar.n.gz >+usr/share/man/mann/ttk_separator.n.gz >+usr/share/man/mann/ttk_sizegrip.n.gz >+usr/share/man/mann/ttk_style.n.gz >+usr/share/man/mann/ttk_treeview.n.gz >+usr/share/man/mann/ttk_widget.n.gz >+usr/share/man/mann/winfo.n.gz >+usr/share/man/mann/wm.n.gz >+usr/%%DATADIR%%8.5/bgerror.tcl >+usr/%%DATADIR%%8.5/button.tcl >+usr/%%DATADIR%%8.5/choosedir.tcl >+usr/%%DATADIR%%8.5/clrpick.tcl >+usr/%%DATADIR%%8.5/comdlg.tcl >+usr/%%DATADIR%%8.5/console.tcl >+usr/%%DATADIR%%8.5/demos/README >+usr/%%DATADIR%%8.5/demos/anilabel.tcl >+usr/%%DATADIR%%8.5/demos/aniwave.tcl >+usr/%%DATADIR%%8.5/demos/arrow.tcl >+usr/%%DATADIR%%8.5/demos/bind.tcl >+usr/%%DATADIR%%8.5/demos/bitmap.tcl >+usr/%%DATADIR%%8.5/demos/browse >+usr/%%DATADIR%%8.5/demos/button.tcl >+usr/%%DATADIR%%8.5/demos/check.tcl >+usr/%%DATADIR%%8.5/demos/clrpick.tcl >+usr/%%DATADIR%%8.5/demos/colors.tcl >+usr/%%DATADIR%%8.5/demos/combo.tcl >+usr/%%DATADIR%%8.5/demos/cscroll.tcl >+usr/%%DATADIR%%8.5/demos/ctext.tcl >+usr/%%DATADIR%%8.5/demos/dialog1.tcl >+usr/%%DATADIR%%8.5/demos/dialog2.tcl >+usr/%%DATADIR%%8.5/demos/en.msg >+usr/%%DATADIR%%8.5/demos/entry1.tcl >+usr/%%DATADIR%%8.5/demos/entry2.tcl >+usr/%%DATADIR%%8.5/demos/entry3.tcl >+usr/%%DATADIR%%8.5/demos/filebox.tcl >+usr/%%DATADIR%%8.5/demos/floor.tcl >+usr/%%DATADIR%%8.5/demos/form.tcl >+usr/%%DATADIR%%8.5/demos/goldberg.tcl >+usr/%%DATADIR%%8.5/demos/hello >+usr/%%DATADIR%%8.5/demos/hscale.tcl >+usr/%%DATADIR%%8.5/demos/icon.tcl >+usr/%%DATADIR%%8.5/demos/image1.tcl >+usr/%%DATADIR%%8.5/demos/image2.tcl >+usr/%%DATADIR%%8.5/demos/images/earth.gif >+usr/%%DATADIR%%8.5/demos/images/earthris.gif >+usr/%%DATADIR%%8.5/demos/images/face.xbm >+usr/%%DATADIR%%8.5/demos/images/flagdown.xbm >+usr/%%DATADIR%%8.5/demos/images/flagup.xbm >+usr/%%DATADIR%%8.5/demos/images/gray25.xbm >+usr/%%DATADIR%%8.5/demos/images/letters.xbm >+usr/%%DATADIR%%8.5/demos/images/noletter.xbm >+usr/%%DATADIR%%8.5/demos/images/pattern.xbm >+usr/%%DATADIR%%8.5/demos/images/tcllogo.gif >+usr/%%DATADIR%%8.5/demos/images/teapot.ppm >+usr/%%DATADIR%%8.5/demos/items.tcl >+usr/%%DATADIR%%8.5/demos/ixset >+usr/%%DATADIR%%8.5/demos/knightstour.tcl >+usr/%%DATADIR%%8.5/demos/label.tcl >+usr/%%DATADIR%%8.5/demos/labelframe.tcl >+usr/%%DATADIR%%8.5/demos/license.terms >+usr/%%DATADIR%%8.5/demos/mclist.tcl >+usr/%%DATADIR%%8.5/demos/menu.tcl >+usr/%%DATADIR%%8.5/demos/menubu.tcl >+usr/%%DATADIR%%8.5/demos/msgbox.tcl >+usr/%%DATADIR%%8.5/demos/nl.msg >+usr/%%DATADIR%%8.5/demos/paned1.tcl >+usr/%%DATADIR%%8.5/demos/paned2.tcl >+usr/%%DATADIR%%8.5/demos/pendulum.tcl >+usr/%%DATADIR%%8.5/demos/plot.tcl >+usr/%%DATADIR%%8.5/demos/puzzle.tcl >+usr/%%DATADIR%%8.5/demos/radio.tcl >+usr/%%DATADIR%%8.5/demos/rmt >+usr/%%DATADIR%%8.5/demos/rolodex >+usr/%%DATADIR%%8.5/demos/ruler.tcl >+usr/%%DATADIR%%8.5/demos/sayings.tcl >+usr/%%DATADIR%%8.5/demos/search.tcl >+usr/%%DATADIR%%8.5/demos/spin.tcl >+usr/%%DATADIR%%8.5/demos/square >+usr/%%DATADIR%%8.5/demos/states.tcl >+usr/%%DATADIR%%8.5/demos/style.tcl >+usr/%%DATADIR%%8.5/demos/tclIndex >+usr/%%DATADIR%%8.5/demos/tcolor >+usr/%%DATADIR%%8.5/demos/text.tcl >+usr/%%DATADIR%%8.5/demos/textpeer.tcl >+usr/%%DATADIR%%8.5/demos/timer >+usr/%%DATADIR%%8.5/demos/toolbar.tcl >+usr/%%DATADIR%%8.5/demos/tree.tcl >+usr/%%DATADIR%%8.5/demos/ttkbut.tcl >+usr/%%DATADIR%%8.5/demos/ttkmenu.tcl >+usr/%%DATADIR%%8.5/demos/ttknote.tcl >+usr/%%DATADIR%%8.5/demos/ttkpane.tcl >+usr/%%DATADIR%%8.5/demos/ttkprogress.tcl >+usr/%%DATADIR%%8.5/demos/twind.tcl >+usr/%%DATADIR%%8.5/demos/unicodeout.tcl >+usr/%%DATADIR%%8.5/demos/vscale.tcl >+usr/%%DATADIR%%8.5/demos/widget >+usr/%%DATADIR%%8.5/dialog.tcl >+usr/%%DATADIR%%8.5/entry.tcl >+usr/%%DATADIR%%8.5/focus.tcl >+usr/%%DATADIR%%8.5/images/README >+usr/%%DATADIR%%8.5/images/logo.eps >+usr/%%DATADIR%%8.5/images/logo100.gif >+usr/%%DATADIR%%8.5/images/logo64.gif >+usr/%%DATADIR%%8.5/images/logoLarge.gif >+usr/%%DATADIR%%8.5/images/logoMed.gif >+usr/%%DATADIR%%8.5/images/pwrdLogo.eps >+usr/%%DATADIR%%8.5/images/pwrdLogo100.gif >+usr/%%DATADIR%%8.5/images/pwrdLogo150.gif >+usr/%%DATADIR%%8.5/images/pwrdLogo175.gif >+usr/%%DATADIR%%8.5/images/pwrdLogo200.gif >+usr/%%DATADIR%%8.5/images/pwrdLogo75.gif >+usr/%%DATADIR%%8.5/images/tai-ku.gif >+usr/%%DATADIR%%8.5/listbox.tcl >+usr/%%DATADIR%%8.5/menu.tcl >+usr/%%DATADIR%%8.5/mkpsenc.tcl >+usr/%%DATADIR%%8.5/msgbox.tcl >+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/el.msg >+usr/%%DATADIR%%8.5/msgs/en.msg >+usr/%%DATADIR%%8.5/msgs/en_gb.msg >+usr/%%DATADIR%%8.5/msgs/eo.msg >+usr/%%DATADIR%%8.5/msgs/es.msg >+usr/%%DATADIR%%8.5/msgs/fr.msg >+usr/%%DATADIR%%8.5/msgs/hu.msg >+usr/%%DATADIR%%8.5/msgs/it.msg >+usr/%%DATADIR%%8.5/msgs/nl.msg >+usr/%%DATADIR%%8.5/msgs/pl.msg >+usr/%%DATADIR%%8.5/msgs/pt.msg >+usr/%%DATADIR%%8.5/msgs/ru.msg >+usr/%%DATADIR%%8.5/msgs/sv.msg >+usr/%%DATADIR%%8.5/obsolete.tcl >+usr/%%DATADIR%%8.5/optMenu.tcl >+usr/%%DATADIR%%8.5/palette.tcl >+usr/%%DATADIR%%8.5/panedwindow.tcl >+usr/%%DATADIR%%8.5/safetk.tcl >+usr/%%DATADIR%%8.5/scale.tcl >+usr/%%DATADIR%%8.5/scrlbar.tcl >+usr/%%DATADIR%%8.5/spinbox.tcl >+usr/%%DATADIR%%8.5/tclIndex >+usr/%%DATADIR%%8.5/tearoff.tcl >+usr/%%DATADIR%%8.5/text.tcl >+usr/%%DATADIR%%8.5/tk.tcl >+usr/%%DATADIR%%8.5/tkfbox.tcl >+usr/%%DATADIR%%8.5/ttk/altTheme.tcl >+usr/%%DATADIR%%8.5/ttk/aquaTheme.tcl >+usr/%%DATADIR%%8.5/ttk/button.tcl >+usr/%%DATADIR%%8.5/ttk/clamTheme.tcl >+usr/%%DATADIR%%8.5/ttk/classicTheme.tcl >+usr/%%DATADIR%%8.5/ttk/combobox.tcl >+usr/%%DATADIR%%8.5/ttk/cursors.tcl >+usr/%%DATADIR%%8.5/ttk/defaults.tcl >+usr/%%DATADIR%%8.5/ttk/entry.tcl >+usr/%%DATADIR%%8.5/ttk/fonts.tcl >+usr/%%DATADIR%%8.5/ttk/menubutton.tcl >+usr/%%DATADIR%%8.5/ttk/notebook.tcl >+usr/%%DATADIR%%8.5/ttk/panedwindow.tcl >+usr/%%DATADIR%%8.5/ttk/progress.tcl >+usr/%%DATADIR%%8.5/ttk/scale.tcl >+usr/%%DATADIR%%8.5/ttk/scrollbar.tcl >+usr/%%DATADIR%%8.5/ttk/sizegrip.tcl >+usr/%%DATADIR%%8.5/ttk/treeview.tcl >+usr/%%DATADIR%%8.5/ttk/ttk.tcl >+usr/%%DATADIR%%8.5/ttk/utils.tcl >+usr/%%DATADIR%%8.5/ttk/winTheme.tcl >+usr/%%DATADIR%%8.5/ttk/xpTheme.tcl >+usr/%%DATADIR%%8.5/unsupported.tcl >+usr/%%DATADIR%%8.5/xmfbox.tcl >+@dirrmtry usr/%%DATADIR%%8.5/ttk >+@dirrmtry usr/%%DATADIR%%8.5/msgs >+@dirrmtry usr/%%DATADIR%%8.5/images >+@dirrmtry usr/%%DATADIR%%8.5/demos/images >+@dirrmtry usr/%%DATADIR%%8.5/demos >+@dirrmtry usr/%%DATADIR%%8.5 >+@dirrmtry usr/share/man/mann >+@dirrmtry usr/share/man/man1 >+@dirrmtry usr/share/man >+@dirrmtry usr/share/doc/tk-8.5.7 >+@dirrmtry usr/share/doc >+@dirrmtry usr/share >+@dirrmtry usr/lib64/tk8.5 >+@dirrmtry usr/lib64 >+@dirrmtry usr/bin >+@dirrmtry usr > >Eigenschaftsänderungen: head/x11-toolkits/linux-c6-tk85/pkg-plist.x86_64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1,3 ## >+yes >+\ No newline at end of property >+\ No newline at end of property >\ 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202021
:
159433
|
159454
|
159552
|
159585