Index: head/Mk/bsd.linux-apps.mk =================================================================== --- head/Mk/bsd.linux-apps.mk (revision 368844) +++ head/Mk/bsd.linux-apps.mk (revision 368845) @@ -1,434 +1,536 @@ #-*- tab-width: 4; -*- # ex:ts=4 # # $FreeBSD$ # # Please view me with 4 column tabs! # This section defines possible names of linux infrastructure ports # (components) and all information necessary for ports to use those components. # # Ports can use this as follows: # -# USE_LINUX_APPS= esound xorglibs +# USE_LINUX_APPS= esound xorglibs # # .include # # As a result proper RUN_DEPENDS will be added. # # Variables: # LINUX_DIST_SUFFIX - Contains the value which is added to a port's name # (i.e. linux-port ) to get the right # linux infrastructure port. # _ALL_LINUX_APPS - A (sorted) list of all linux infrastructure ports # (components), covered here. # OVERRIDE_LINUX_NONBASE_PORTS # - This specifies a none-default linux infrastructure ports to use. # The valid value is "f10" to use Linux Fedora 10 ports. # This is an user-only variable. Don't use it in any port, # it's meant to be used in make.conf. .if !defined(_POSTMKINCLUDED) && !defined(Linux_APPS_Pre_Include) Linux_APPS_Include_MAINTAINER= emulation@FreeBSD.org Linux_APPS_Pre_Include= bsd.linux-apps.mk .endif .if defined(_POSTMKINCLUDED) && !defined(Linux_APPS_Post_Include) Linux_APPS_Post_Include= bsd.linux-apps.mk -# OVERRIDE_LINUX_NONBASE_PORTS may be used only with LINUX_OSRELEASE=2.6.16 -. if (${LINUX_OSRELEASE} == "2.6.16") && defined(OVERRIDE_LINUX_NONBASE_PORTS) -. if ${OVERRIDE_LINUX_NONBASE_PORTS} == "f10" -LINUX_DIST_SUFFIX= -f10 -. else -IGNORE= valid values for OVERRIDE_LINUX_NONBASE_PORTS are: \"f10\" -. endif +#new +. if defined(OVERRIDE_LINUX_NONBASE_PORTS) +. if ${OVERRIDE_LINUX_NONBASE_PORTS} == "f10" || ${OVERRIDE_LINUX_NONBASE_PORTS} == "c6" +LINUX_DIST_SUFFIX= -${OVERRIDE_LINUX_NONBASE_PORTS} +. else +IGNORE= valid values for OVERRIDE_LINUX_NONBASE_PORTS are: \"f10\" and \"c6\" +. endif +. elif defined(USE_LINUX) +. if ${USE_LINUX} == "f10" || ${USE_LINUX} == "c6" +LINUX_DIST_SUFFIX= -${USE_LINUX} +. endif . else -# default for OSVERSION >= 800076 -LINUX_DIST_SUFFIX= -f10 +# default +LINUX_DIST_SUFFIX= -f10 # temporary default, set to -c6 soon . endif WEB_AUTH= nvu # Non-version specific components -_LINUX_APPS_ALL= allegro alsalib arts aspell atk cairo cups-libs curl dri esound expat fontconfig \ - freealut gdkpixbuf gnutls gtk2 hicontheme imlib jpeg libaudiofile \ - libg2c libgcrypt libglade2 libglu libgpg-error libmng libogg \ - libsigcpp20 libtasn1 libtheora libvorbis libxml2 mikmod naslibs \ - ncurses-base openal openmotif openssl pango png scimgtk \ - scimlibs sdl12 sdlimage sdlmixer tiff xorglibs ucl ungif upx webauth +_LINUX_APPS_ALL= allegro alsalib alsa-plugins-oss alsa-plugins-pulseaudio \ + arts aspell atk cairo cups-libs curl dri devtools esound expat \ + flac fontconfig freealut gdkpixbuf gnutls gtk2 hicontheme imlib jpeg libaudiofile \ + libasyncns libg2c libgcrypt libglade2 libglu libgpg-error libmng libogg \ + libpciaccess libsigcpp20 libsndfile libtasn1 libtheora libvorbis libxml2 mikmod \ + naslibs ncurses-base openal openmotif openssl openssl-compat pango png \ + pulseaudio-libs scimgtk scimlibs sdl12 sdlimage sdlmixer sdlttf tiff \ + tcp_wrappers-libs xorglibs ucl ungif upx webauth # 2.6.16 components -_LINUX_26_APPS= alsa-plugins-oss blt cyrus-sasl2 dbusglib dbuslibs \ - libasyncns libidn libssh2 libv4l nspr nss openal-soft \ - openldap pulseaudio-libs qt45 sqlite3 tcl84 tk84 +_LINUX_26_APPS= blt cyrus-sasl2 dbusglib dbuslibs \ + libidn libssh2 libv4l nspr nss openal-soft \ + openldap qt45 sqlite3 tcl85 tk85 qt47 qt47-x11 qt47-webkit _LINUX_APPS_ALL+= ${_LINUX_26_APPS} # Component definition section # # component${LINUX_DIST_SUFFIX:S/-/_/}_FILE # - Variables are used to name a file to check, # file names may differ for different LINUX_DIST_SUFFIX. # The value is LINUX_DIST_SUFFIX without the leading dash. # component_DETECT - The resulting file to check for a dependency existence. # component_PORT - A port which will be used to install a missing dependency. # component_DEPENDS - A list of components the current component depends on. allegro_f10_FILE= ${LINUXBASE}/usr/lib/liballeg-4.2.2.so +#FIXME: locate weird location for allegro c6 libs allegro_DETECT= ${allegro${LINUX_DIST_SUFFIX:S/-/_/}_FILE} allegro_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-allegro allegro_DEPENDS= xorglibs alsa-plugins-oss_f10_FILE= ${LINUXBASE}/usr/lib/alsa-lib/libasound_module_pcm_oss.so +alsa-plugins-oss_c6_FILE= ${LINUXBASE}/usr/lib/alsa-lib/libasound_module_pcm_oss.so alsa-plugins-oss_DETECT= ${alsa-plugins-oss${LINUX_DIST_SUFFIX:S/-/_/}_FILE} alsa-plugins-oss_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-alsa-plugins-oss alsa-plugins-oss_DEPENDS= alsalib +alsa-plugins-pulseaudio_c6_FILE= ${LINUXBASE}/usr/lib/alsa-lib/libasound_module_conf_pulse.so +alsa-plugins-pulseaudio_DETECT= ${alsa-plugins-oss${LINUX_DIST_SUFFIX:S/-/_/}_FILE} +alsa-plugins-pulseaudio_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-alsa-plugins-pulseaudio +alsa-plugins-pulseaudio_DEPENDS= alsalib + alsalib_f10_FILE= ${LINUXBASE}/lib/libasound.so.2.0.0 +alsalib_c6_FILE= ${LINUXBASE}/lib/libasound.so.2.0.0 alsalib_DETECT= ${alsalib${LINUX_DIST_SUFFIX:S/-/_/}_FILE} alsalib_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-alsa-lib arts_f10_FILE= ${LINUXBASE}/usr/lib/libartsc.so.0 +arts_c6_FILE= ${LINUXBASE}/usr/lib/libartsc.so.0 arts_DETECT= ${arts${LINUX_DIST_SUFFIX:S/-/_/}_FILE} arts_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-arts aspell_f10_FILE= ${LINUXBASE}/usr/lib/libaspell.so.15.1.4 +aspell_c6_FILE= ${LINUXBASE}/usr/lib/libaspell.so.15.1.4 aspell_DETECT= ${aspell${LINUX_DIST_SUFFIX:S/-/_/}_FILE} aspell_PORT= ${PORTSDIR}/textproc/linux${LINUX_DIST_SUFFIX}-aspell atk_f10_FILE= ${LINUXBASE}/usr/lib/libatk-1.0.so.0.2409.1 +atk_c6_FILE= ${LINUXBASE}/usr/lib/libatk-1.0.so.0.3009.1 atk_DETECT= ${atk${LINUX_DIST_SUFFIX:S/-/_/}_FILE} atk_PORT= ${PORTSDIR}/accessibility/linux${LINUX_DIST_SUFFIX}-atk -blt_f10_FILE= ${LINUXBASE}/usr/lib/libBLT24.so +blt_f10_FILE= ${LINUXBASE}/usr/lib/libBLT24.so # FIXME: deprecated, merged into tcl/tk85 blt_DETECT= ${blt${LINUX_DIST_SUFFIX:S/-/_/}_FILE} blt_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-blt -blt_DEPENDS= tcl84 tk84 xorglibs +blt_DEPENDS= tcl85 tk85 xorglibs cairo_f10_FILE= ${LINUXBASE}/usr/lib/libcairo.so.2.10800.0 +cairo_c6_FILE= ${LINUXBASE}/usr/lib/libcairo.so.2.10800.8 cairo_DETECT= ${cairo${LINUX_DIST_SUFFIX:S/-/_/}_FILE} cairo_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-cairo cairo_DEPENDS= fontconfig png xorglibs cups-libs_f10_FILE= ${LINUXBASE}/usr/lib/libcups.so.2 +cups-libs_c6_FILE= ${LINUXBASE}/usr/lib/libcups.so.2 cups-libs_DETECT= ${cups-libs${LINUX_DIST_SUFFIX:S/-/_/}_FILE} cups-libs_PORT= ${PORTSDIR}/print/linux${LINUX_DIST_SUFFIX}-cups-libs cups-libs_DEPENDS= gnutls curl_f10_FILE= ${LINUXBASE}/usr/lib/libcurl.so.4.1.1 +curl_c6_FILE= ${LINUXBASE}/usr/lib/libcurl.so.4.1.1 curl_DETECT= ${curl${LINUX_DIST_SUFFIX:S/-/_/}_FILE} curl_PORT= ${PORTSDIR}/ftp/linux${LINUX_DIST_SUFFIX}-curl -. if ${LINUX_DIST_SUFFIX} == "-f10" curl_DEPENDS= cyrus-sasl2 openldap -. endif cyrus-sasl2_f10_FILE= ${LINUXBASE}/usr/lib/libsasl2.so.2.0.22 +cyrus-sasl2_c6_FILE= ${LINUXBASE}/usr/lib/libsasl2.so.2.0.23 cyrus-sasl2_DETECT= ${cyrus-sasl2${LINUX_DIST_SUFFIX:S/-/_/}_FILE} cyrus-sasl2_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-cyrus-sasl2 dbusglib_f10_FILE= ${LINUXBASE}/usr/lib/libdbus-glib-1.so.2 +dbusglib_c6_FILE= ${LINUXBASE}/usr/lib/libdbus-glib-1.so.2 dbusglib_DETECT= ${dbusglib${LINUX_DIST_SUFFIX:S/-/_/}_FILE} dbusglib_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-dbus-glib dbusglib_DEPENDS= dbuslibs expat dbuslibs_f10_FILE= ${LINUXBASE}/lib/libdbus-1.so.3 +dbuslibs_c6_FILE= ${LINUXBASE}/lib/libdbus-1.so.3 dbuslibs_DETECT= ${dbuslibs${LINUX_DIST_SUFFIX:S/-/_/}_FILE} dbuslibs_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-dbus-libs dri_f10_FILE= ${LINUXBASE}/usr/lib/libGL.so.1.2 -dri_DETECT= ${dri${LINUX_DIST_SUFFIX:S/-/_/}_FILE} -dri_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-dri +dri_c6_FILE= ${LINUXBASE}/usr/lib/libGL.so.1.2.0 +dri_DETECT= ${dri${LINUX_DIST_SUFFIX:S/-/_/}_FILE} +dri_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-dri dri_DEPENDS= xorglibs +devtools_f10_FILE= ${LINUXBASE}/usr/bin/i386-redhat-linux-gcc +devtools_c6_FILE= ${LINUXBASE}/usr/bin/gcc +devtools_DETECT= ${devtools${LINUX_DIST_SUFFIX:S/-/_/}_FILE} +devtools_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-devtools + esound_f10_FILE= ${LINUXBASE}/usr/lib/libesd.so.0.2.39 +esound_c6_FILE= ${LINUXBASE}/usr/lib/libesd.so.0.2.39 esound_DETECT= ${esound${LINUX_DIST_SUFFIX:S/-/_/}_FILE} esound_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-esound esound_DEPENDS= libaudiofile expat_f10_FILE= ${LINUXBASE}/lib/libexpat.so.1 +expat_c6_FILE= ${LINUXBASE}/lib/libexpat.so.1 expat_DETECT= ${expat${LINUX_DIST_SUFFIX:S/-/_/}_FILE} expat_PORT= ${PORTSDIR}/textproc/linux${LINUX_DIST_SUFFIX}-expat fontconfig_f10_FILE= ${LINUXBASE}/usr/lib/libfontconfig.so.1.3.0 +fontconfig_c6_FILE= ${LINUXBASE}/usr/lib/libfontconfig.so.1.4.4 fontconfig_DETECT= ${fontconfig${LINUX_DIST_SUFFIX:S/-/_/}_FILE} fontconfig_PORT= ${PORTSDIR}/x11-fonts/linux${LINUX_DIST_SUFFIX}-fontconfig fontconfig_DEPENDS= expat +flac_c6_FILE= ${LINUXBASE}/usr/lib/libFLAC.so.8.2.0 +flac_DETECT= ${flac${LINUX_DIST_SUFFIX:S/-/_/}_FILE} +flac_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-flac + freealut_f10_FILE= ${LINUXBASE}/usr/lib/libalut.so.0.1.0 freealut_DETECT= ${freealut${LINUX_DIST_SUFFIX:S/-/_/}_FILE} freealut_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-freealut freealut_DEPENDS= openal gdkpixbuf_f10_FILE= ${LINUXBASE}/usr/lib/libgdk_pixbuf.so.2 gdkpixbuf_DETECT= ${gdkpixbuf${LINUX_DIST_SUFFIX:S/-/_/}_FILE} gdkpixbuf_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-gdk-pixbuf gnutls_f10_FILE= ${LINUXBASE}/usr/lib/libgnutls.so.26.4.6 +gnutls_c6_FILE= ${LINUXBASE}/usr/lib/libgnutls.so.26.14.12 gnutls_DETECT= ${gnutls${LINUX_DIST_SUFFIX:S/-/_/}_FILE} gnutls_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-gnutls gnutls_DEPENDS= libtasn1 libgcrypt libgpg-error gtk2_f10_FILE= ${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0.1400.7 +gtk2_c6_FILE= ${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0.2000.1 gtk2_DETECT= ${gtk2${LINUX_DIST_SUFFIX:S/-/_/}_FILE} gtk2_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-gtk2 gtk2_DEPENDS= atk jpeg png pango tiff xorglibs hicontheme_f10_FILE= ${LINUXBASE}/usr/share/icons/hicolor +hicontheme_c6_FILE= ${LINUXBASE}/usr/share/icons/hicolor hicontheme_DETECT= ${hicontheme${LINUX_DIST_SUFFIX:S/-/_/}_FILE} hicontheme_PORT= ${PORTSDIR}/x11-themes/linux${LINUX_DIST_SUFFIX}-hicolor-icon-theme imlib_f10_FILE= ${LINUXBASE}/usr/lib/libgdk_imlib.so.1.9.15 imlib_DETECT= ${imlib${LINUX_DIST_SUFFIX:S/-/_/}_FILE} imlib_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-imlib jpeg_f10_FILE= ${LINUXBASE}/usr/lib/libjpeg.so.62.0.0 +jpeg_c6_FILE= ${LINUXBASE}/usr/lib/libjpeg.so.62.0.0 jpeg_DETECT= ${jpeg${LINUX_DIST_SUFFIX:S/-/_/}_FILE} jpeg_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-jpeg libasyncns_f10_FILE= ${LINUXBASE}/usr/lib/libasyncns.so.0.3.1 +libasyncns_c6_FILE= ${LINUXBASE}/usr/lib/libasyncns.so.0.3.1 libasyncns_DETECT= ${libasyncns${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libasyncns_PORT= ${PORTSDIR}/dns/linux${LINUX_DIST_SUFFIX}-libasyncns libaudiofile_f10_FILE= ${LINUXBASE}/usr/lib/libaudiofile.so.0.0.2 +libaudiofile_c6_FILE= ${LINUXBASE}/usr/lib/libaudiofile.so.0.0.2 libaudiofile_DETECT= ${libaudiofile${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libaudiofile_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-libaudiofile libg2c_f10_FILE= ${LINUXBASE}/usr/lib/libg2c.so.0.0.0 libg2c_DETECT= ${libg2c${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libg2c_PORT= ${PORTSDIR}/lang/linux${LINUX_DIST_SUFFIX}-libg2c libgcrypt_f10_FILE= ${LINUXBASE}/lib/libgcrypt.so.11.5.2 +libgcrypt_c6_FILE= ${LINUXBASE}/lib/libgcrypt.so.11.5.3 libgcrypt_DETECT= ${libgcrypt${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libgcrypt_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-libgcrypt libglade2_f10_FILE= ${LINUXBASE}/usr/lib/libglade-2.0.so.0.0.7 +libglade2_c6_FILE= ${LINUXBASE}/usr/lib/libglade-2.0.so.0.0.7 libglade2_DETECT= ${libglade2${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libglade2_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-libglade2 libglu_f10_FILE= ${LINUXBASE}/usr/lib/libGLU.so.1 libglu_DETECT= ${libglu${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libglu_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-libGLU libgpg-error_f10_FILE= ${LINUXBASE}/lib/libgpg-error.so.0.4.0 +libgpg-error_c6_FILE= ${LINUXBASE}/lib/libgpg-error.so.0.5.0 libgpg-error_DETECT= ${libgpg-error${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libgpg-error_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-libgpg-error # no libidn_f10_FILE (libidn is integrated into linux_base-f10 port) libidn_DETECT= ${libidn${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libidn_PORT= ${PORTSDIR}/dns/linux${LINUX_DIST_SUFFIX}-libidn libmng_f10_FILE= ${LINUXBASE}/usr/lib/libmng.so.1.0.0 libmng_DETECT= ${libmng${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libmng_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-libmng libmng_DEPENDS= jpeg libogg_f10_FILE= ${LINUXBASE}/usr/lib/libogg.so.0.5.3 +libogg_c6_FILE= ${LINUXBASE}/usr/lib/libogg.so.0.6.0 libogg_DETECT= ${libogg${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libogg_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-libogg +libpciaccess_c6_FILE= ${LINUXBASE}/usr/lib/libpciaccess.so.0.11.1 +libpciaccess_DETECT= ${libogg${LINUX_DIST_SUFFIX:S/-/_/}_FILE} +libpciaccess_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-libpciaccess + libsigcpp20_f10_FILE= ${LINUXBASE}/usr/lib/libsigc-2.0.so.0 libsigcpp20_DETECT= ${libsigcpp20${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libsigcpp20_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-libsigc++20 +libsndfile_c6_FILE= ${LINUXBASE}/usr/lib/libsndfile.so.1.0.20 +libsndfile_DETECT= ${libsndfile${LINUX_DIST_SUFFIX:S/-/_/}_FILE} +libsndfile_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-libsndfile + libssh2_f10_FILE= ${LINUXBASE}/usr/lib/libssh2.so.1 +libssh2_c6_FILE= ${LINUXBASE}/usr/lib/libssh2.so.1.0.1 libssh2_DETECT= ${libssh2${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libssh2_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-libssh2 libssh2_DEPENDS= openssl libv4l_f10_FILE= ${LINUXBASE}/usr/lib/libv4l1.so.0 +libv4l_c6_FILE= ${LINUXBASE}/usr/lib/libv4l1.so.0 libv4l_DETECT= ${libv4l${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libv4l_PORT= ${PORTSDIR}/multimedia/linux${LINUX_DIST_SUFFIX}-libv4l libtasn1_f10_FILE= ${LINUXBASE}/usr/lib/libtasn1.so.3.0.16 +libtasn1_c6_FILE= ${LINUXBASE}/usr/lib/libtasn1.so.3.1.6 libtasn1_DETECT= ${libtasn1${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libtasn1_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-libtasn1 libtheora_f10_FILE= ${LINUXBASE}/usr/lib/libtheora.so.0.3.3 +libtheora_c6_FILE= ${LINUXBASE}/usr/lib/libtheora.so.0.3.9 libtheora_DETECT= ${libtheora${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libtheora_PORT= ${PORTSDIR}/multimedia/linux${LINUX_DIST_SUFFIX}-libtheora libvorbis_f10_FILE= ${LINUXBASE}/usr/lib/libvorbis.so.0.4.0 +libvorbis_c6_FILE= ${LINUXBASE}/usr/lib/libvorbis.so.0.4.3 libvorbis_DETECT= ${libvorbis${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libvorbis_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-libvorbis libvorbis_DEPENDS= libogg libxml2_f10_FILE= ${LINUXBASE}/usr/lib/libxml2.so.2.7.3 +libxml2_c6_FILE= ${LINUXBASE}/usr/lib/libxml2.so.2.7.6 libxml2_DETECT= ${libxml2${LINUX_DIST_SUFFIX:S/-/_/}_FILE} libxml2_PORT= ${PORTSDIR}/textproc/linux${LINUX_DIST_SUFFIX}-libxml2 mikmod_f10_FILE= ${LINUXBASE}/usr/lib/libmikmod.so.3.0.0 +mikmod_c6_FILE= ${LINUXBASE}/usr/lib/libmikmod.so.3.0.0 mikmod_DETECT= ${mikmod${LINUX_DIST_SUFFIX:S/-/_/}_FILE} mikmod_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-mikmod naslibs_f10_FILE= ${LINUXBASE}/usr/lib/libaudio.so.2 +naslibs_c6_FILE= ${LINUXBASE}/usr/lib/libaudio.so.2 naslibs_DETECT= ${naslibs${LINUX_DIST_SUFFIX:S/-/_/}_FILE} naslibs_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-nas-libs naslibs_DEPENDS= xorglibs openldap_f10_FILE= ${LINUXBASE}/usr/lib/libldap-2.4.so.2.2.0 +openldap_c6_FILE= ${LINUXBASE}/lib/libldap-2.4.so.2.5.6 openldap_DETECT= ${openldap${LINUX_DIST_SUFFIX:S/-/_/}_FILE} openldap_PORT= ${PORTSDIR}/net/linux${LINUX_DIST_SUFFIX}-openldap openmotif_f10_FILE= ${LINUXBASE}/usr/lib/libXm.so.4 +openmotif_c6_FILE= ${LINUXBASE}/usr/lib/libXm.so.4.0.3 openmotif_DETECT= ${openmotif${LINUX_DIST_SUFFIX:S/-/_/}_FILE} openmotif_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-openmotif openmotif_DEPENDS= xorglibs ncurses-base_f10_FILE= ${LINUXBASE}/lib/terminfo/a/ansi +ncurses-base_c6_FILE= ${LINUXBASE}/lib/terminfo/a/ansi ncurses-base_DETECT= ${ncurses-base${LINUX_DIST_SUFFIX:S/-/_/}_FILE} ncurses-base_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-ncurses-base nspr_f10_FILE= ${LINUXBASE}/lib/libnspr4.so +nspr_c6_FILE= ${LINUXBASE}/lib/libnspr4.so nspr_DETECT= ${nspr${LINUX_DIST_SUFFIX:S/-/_/}_FILE} nspr_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-nspr nss_f10_FILE= ${LINUXBASE}/lib/libnss3.so +nss_c6_FILE= ${LINUXBASE}/usr/lib/libnss3.so nss_DETECT= ${nss${LINUX_DIST_SUFFIX:S/-/_/}_FILE} nss_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-nss nss_DEPENDS= nspr sqlite3 openal_f10_FILE= ${LINUXBASE}/usr/lib/libopenal.so.0.0.0 openal_DETECT= ${openal${LINUX_DIST_SUFFIX:S/-/_/}_FILE} openal_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-openal openal_DEPENDS= alsalib arts esound libaudiofile libvorbis sdl12 openal-soft_f10_FILE= ${LINUXBASE}/usr/lib/libopenal.so.1.8.466 +openal-soft_c6_FILE= ${LINUXBASE}/usr/lib/libopenal.so.1.12.854 openal-soft_DETECT= ${openal-soft${LINUX_DIST_SUFFIX:S/-/_/}_FILE} openal-soft_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-openal-soft openal-soft_DEPENDS= alsalib arts esound openssl_f10_FILE= ${LINUXBASE}/lib/libssl.so.0.9.8g +openssl_c6_FILE= ${LINUXBASE}/usr/lib/libssl.so.10 openssl_DETECT= ${openssl${LINUX_DIST_SUFFIX:S/-/_/}_FILE} openssl_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-openssl +openssl-compat_c6_FILE= ${LINUXBASE}/usr/lib/libssl.so.0.9.8e +openssl-compat_DETECT= ${openssl-compat${LINUX_DIST_SUFFIX:S/-/_/}_FILE} +openssl-compat_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-openssl-compat + pango_f10_FILE= ${LINUXBASE}/usr/lib/libpango-1.0.so.0.2800.3 +pango_c6_FILE= ${LINUXBASE}/usr/lib/libpango-1.0.so.0.2800.1 pango_DETECT= ${pango${LINUX_DIST_SUFFIX:S/-/_/}_FILE} pango_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-pango pango_DEPENDS= cairo expat fontconfig xorglibs png_f10_FILE= ${LINUXBASE}/usr/lib/libpng.so.3.37.0 +png_c6_FILE= ${LINUXBASE}/usr/lib/libpng.so.3.49.0 png_DETECT= ${png${LINUX_DIST_SUFFIX:S/-/_/}_FILE} png_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-png pulseaudio-libs_f10_FILE= ${LINUXBASE}/usr/lib/libpulse.so.0 +pulseaudio-libs_c6_FILE= ${LINUXBASE}/usr/lib/libpulse.so.0.12.2 pulseaudio-libs_DETECT= ${pulseaudio-libs${LINUX_DIST_SUFFIX:S/-/_/}_FILE} pulseaudio-libs_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-pulseaudio-libs qt45_f10_FILE= ${LINUXBASE}/usr/lib/libQtCore.so.4.5.3 qt45_DETECT= ${qt45${LINUX_DIST_SUFFIX:S/-/_/}_FILE} qt45_DEPENDS= fontconfig libmng png sdl12_f10_FILE= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0.11.2 +sdl12_c6_FILE= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0.11.3 sdl12_DETECT= ${sdl12${LINUX_DIST_SUFFIX:S/-/_/}_FILE} sdl12_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-sdl12 sdl12_DEPENDS= xorglibs sdlimage_f10_FILE= ${LINUXBASE}/usr/lib/libSDL_image-1.2.so.0.1.5 +sdlimage_c6_FILE= ${LINUXBASE}/usr/lib/libSDL_image-1.2.so.0.8.2 sdlimage_DETECT= ${sdlimage${LINUX_DIST_SUFFIX:S/-/_/}_FILE} sdlimage_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-sdl_image sdlimage_DEPENDS= jpeg png sdl12 tiff sdlmixer_f10_FILE= ${LINUXBASE}/usr/lib/libSDL_mixer-1.2.so.0.2.6 +sdlmixer_c6_FILE= ${LINUXBASE}/usr/lib/libSDL_mixer-1.2.so.0.10.1 sdlmixer_DETECT= ${sdlmixer${LINUX_DIST_SUFFIX:S/-/_/}_FILE} sdlmixer_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-sdl_mixer sdlmixer_DEPENDS= sdl12 +sdlttf_f10_FILE= ${LINUXBASE}/usr/lib/libSDL_ttf-2.0.so.0.6.2 +sdlttf_c6_FILE= ${LINUXBASE}/usr/lib/libSDL_ttf-2.0.so.0.6.3 +sdlttf_DETECT= ${sdlttf${LINUX_DIST_SUFFIX:S/-/_/}_FILE} +sdlttf_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-sdl_ttf +sdlttf_DEPENDS= sdl12 + scimgtk_f10_FILE= ${LINUXBASE}/usr/lib/gtk-2.0/immodules/im-scim.so scimgtk_DETECT= ${scimgtk${LINUX_DIST_SUFFIX:S/-/_/}_FILE} scimgtk_PORT= ${PORTSDIR}/textproc/linux${LINUX_DIST_SUFFIX}-scim-gtk scimgtk_DEPENDS= gtk2 scimlibs scimlibs_f10_FILE= ${LINUXBASE}/usr/lib/libscim-1.0.so.8 scimlibs_DETECT= ${scimlibs${LINUX_DIST_SUFFIX:S/-/_/}_FILE} scimlibs_PORT= ${PORTSDIR}/textproc/linux${LINUX_DIST_SUFFIX}-scim-libs scimlibs_DEPENDS= gtk2 sqlite3_f10_FILE= ${LINUXBASE}/usr/lib/libsqlite3.so.0 +sqlite3_c6_FILE= ${LINUXBASE}/usr/lib/libsqlite3.so.0 sqlite3_DETECT= ${sqlite3${LINUX_DIST_SUFFIX:S/-/_/}_FILE} sqlite3_PORT= ${PORTSDIR}/databases/linux${LINUX_DIST_SUFFIX}-sqlite3 -# XXX: tcl85!!! -tcl84_f10_FILE= ${LINUXBASE}/usr/lib/libtcl8.5.so -tcl84_DETECT= ${tcl84${LINUX_DIST_SUFFIX:S/-/_/}_FILE} -tcl84_PORT= ${PORTSDIR}/lang/linux${LINUX_DIST_SUFFIX}-tcl85 +tcl85_f10_FILE= ${LINUXBASE}/usr/lib/libtcl8.5.so +tcl85_c6_FILE= ${LINUXBASE}/usr/lib/libtcl8.5.so +tcl85_DETECT= ${tcl85${LINUX_DIST_SUFFIX:S/-/_/}_FILE} +tcl85_PORT= ${PORTSDIR}/lang/linux${LINUX_DIST_SUFFIX}-tcl85 +tcp_wrappers-libs_c6_FILE= ${LINUXBASE}/lib/libwrap.so.0 +tcp_wrappers-libs_DETECT= ${tcp_wrappers-libs${LINUX_DIST_SUFFIX:S/-/_/}_FILE} +tcp_wrappers-libs_PORT= ${PORTSDIR}/net/linux${LINUX_DIST_SUFFIX}-tcp_wrappers-libs + tiff_f10_FILE= ${LINUXBASE}/usr/lib/libtiff.so.3.8.2 +tiff_c6_FILE= ${LINUXBASE}/usr/lib/libtiff.so.3.9.4 tiff_DETECT= ${tiff${LINUX_DIST_SUFFIX:S/-/_/}_FILE} tiff_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-tiff tiff_DEPENDS= jpeg -# XXX: tk85!!! -tk84_f10_FILE= ${LINUXBASE}/usr/lib/libtk8.5.so -tk84_DETECT= ${tk84${LINUX_DIST_SUFFIX:S/-/_/}_FILE} -tk84_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-tk85 -tk84_DEPENDS= xorglibs +tk85_f10_FILE= ${LINUXBASE}/usr/lib/libtk8.5.so +tk85_c6_FILE= ${LINUXBASE}/usr/lib/libtk8.5.so +tk85_DETECT= ${tk85${LINUX_DIST_SUFFIX:S/-/_/}_FILE} +tk85_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-tk85 +tk85_DEPENDS= xorglibs xorglibs_f10_FILE= ${LINUXBASE}/usr/lib/libXrandr.so.2.1.0 +xorglibs_c6_FILE= ${LINUXBASE}/usr/lib/libXrandr.so.2.2.0 xorglibs_DETECT= ${xorglibs${LINUX_DIST_SUFFIX:S/-/_/}_FILE} xorglibs_PORT= ${PORTSDIR}/x11/linux${LINUX_DIST_SUFFIX}-xorg-libs xorglibs_DEPENDS= fontconfig ucl_f10_FILE= ${LINUXBASE}/usr/lib/libucl.so.1 ucl_DETECT= ${ucl${LINUX_DIST_SUFFIX:S/-/_/}_FILE} ucl_PORT= ${PORTSDIR}/archivers/linux${LINUX_DIST_SUFFIX}-ucl ungif_f10_FILE= ${LINUXBASE}/usr/lib/libgif.so.4.1.3 ungif_DETECT= ${ungif${LINUX_DIST_SUFFIX:S/-/_/}_FILE} ungif_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-ungif upx_f10_FILE= ${LINUXBASE}/usr/bin/upx upx_DETECT= ${upx${LINUX_DIST_SUFFIX:S/-/_/}_FILE} upx_PORT= ${PORTSDIR}/archivers/linux${LINUX_DIST_SUFFIX}-upx upx_DEPENDS= ucl webauth_f10_FILE= ${LOCALBASE}/bin/linux-nvu webauth_DETECT= ${webauth${LINUX_DIST_SUFFIX:S/-/_/}_FILE} webauth_PORT= ${PORTSDIR}/www/linux-${WEB_AUTH} webauth_DEPENDS= gtk2 atk pango fontconfig + +qt47_c6_FILE= ${LINUXBASE}/usr/lib/qt47/libQtCore.so.4.7.2 +qt47_DETECT= ${qt47${LINUX_DIST_SUFFIX:S/-/_/}_FILE} +qt47_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-qt47 + +qt47-x11_c6_FILE= ${LINUXBASE}/usr/lib/qt47/libQtGui.so.4.7.2 +qt47-x11_DETECT= ${qt47-x11${LINUX_DIST_SUFFIX:S/-/_/}_FILE} +qt47-x11_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-qt47-x11 + +qt47-webkit_c6_FILE= ${LINUXBASE}/usr/lib/qt47/libQtWebKit.so.4.7.2 +qt47-webkit_DETECT= ${qt47-webkit${LINUX_DIST_SUFFIX:S/-/_/}_FILE} +qt47-webkit_PORT= ${PORTSDIR}/www/linux${LINUX_DIST_SUFFIX}-qt47-webkit # End component definition section # Let's check if components from USE_LINUX_APPS exist at _LINUX_APPS_ALL . for component in ${USE_LINUX_APPS} . if ${_LINUX_APPS_ALL:M${component}}=="" IGNORE= bsd.linux-apps.mk test failed: Invalid component USE_LINUX_APPS=${component} . endif . endfor # Let's check if components from USE_LINUX_APPS have corresponding _DETECT # i.e. if a corresponding _FILE defined for given LINUX_DIST_SUFFIX . for component in ${USE_LINUX_APPS} . if ${${component}_DETECT}=="" . if defined(${component}${LINUX_DIST_SUFFIX:S/-/_/}_FILE) IGNORE= bsd.linux-apps.mk test failed: The component ${component} is empty for LINUX_DIST_SUFFIX=${LINUX_DIST_SUFFIX} (the corresponding variable ${component}${LINUX_DIST_SUFFIX:S/-/_/}_FILE is empty) . else IGNORE= bsd.linux-apps.mk test failed: The component ${component} is not defined for LINUX_DIST_SUFFIX=${LINUX_DIST_SUFFIX} (the corresponding variable ${component}${LINUX_DIST_SUFFIX:S/-/_/}_FILE is not defined). This usually means that the current port should be used with non default linux base and/or infrastructure port(s) . endif . endif . endfor # Recursively expand all dependencies for each app at _LINUX_APPS_ALL . for component in ${_LINUX_APPS_ALL} . for subcomponent in ${${component}_DEPENDS} ${component}_DEPENDS+=${${subcomponent}_DEPENDS} . endfor . endfor # Use just expanded dependencies (_DEPENDS) to expand USE_LINUX_APPS . for component in ${USE_LINUX_APPS} _USE_LINUX_APPS+=${${component}_DEPENDS} ${component} . endfor # Set dependencies for _USE_LINUX_APPS which exists at _LINUX_APPS_ALL . for component in ${_LINUX_APPS_ALL} . if ${_USE_LINUX_APPS:M${component}}!="" . if defined(${component}${LINUX_DIST_SUFFIX:S/-/_/}_FILE) RUN_DEPENDS+= ${${component}_DETECT}:${${component}_PORT} . endif . endif . endfor .endif Index: head/Mk/bsd.linux-rpm.mk =================================================================== --- head/Mk/bsd.linux-rpm.mk (revision 368844) +++ head/Mk/bsd.linux-rpm.mk (revision 368845) @@ -1,177 +1,222 @@ #-*- tab-width: 4; -*- # ex:ts=4 # # $FreeBSD$ # # Variables: # LINUX_DIST - Will be used to set some dist-specific presets. # Valid values: fedora # LINUX_DIST_VER - Use depends upon the dist-specific presets. # Valid values for "fedora": all version numbers # e.g. 10 for fedora 10 # This is used to set MASTER_SITE_{,SRC_}SUBDIR # if it isn't already set. # MASTER_SITE_SRC_SUBDIR # - The subdir for the src RPM's. # DISTFILES - For simple cases this will be set automatically # based upon the DISTNAME. # SRC_DISTFILES - Variable which contains the corresponding src RPM's. # If there's no corresponding src RPM, it has to be # set to the empty value (SRC_DISTFILES= ""). # AUTOMATIC_PLIST - Generate a dynamic plist (please have a look at the # porters handbook section which talks about plists. # This feature is reserved for rare cases). # BRANDELF_DIRS - A list of directories with executables to brand # as a linux executable. The directories has to not # contain libraries. # BRANDELF_FILES - A list of files to brand as a linux executable in # case BRANDELF_DIRS can't be used. .if !defined(_POSTMKINCLUDED) && !defined(Linux_RPM_Pre_Include) Linux_RPM_Include_MAINTAINER= emulation@FreeBSD.org Linux_RPM_Pre_Include= bsd.linux-rpm.mk EXTRACT_SUFX?= .${LINUX_RPM_ARCH}.rpm SRC_SUFX?= .src.rpm USE_LINUX?= yes USE_LINUX_PREFIX= yes NO_WRKSUBDIR= yes NO_BUILD= yes -. if ${ARCH} == "amd64" +. if ${ARCH} == "amd64" || ${ARCH} == "i386" +. if ${USE_LINUX} == "c6" +# Do not build CentOS 6.5 ports if overridden by f10 +. if defined(OVERRIDE_LINUX_BASE_PORT) && ${OVERRIDE_LINUX_NONBASE_PORTS} == "f10" +IGNORE= This port requires CentOS 6.5. Please remove OVERRIDE_LINUX_NONBASE_PORTS=f10 in /etc/make.conf. +. endif +LINUX_RPM_ARCH?= i686 # ?= because of nasty c5 qt ports +. elif ${USE_LINUX} == "f10" || ${USE_LINUX} == "yes" # temporary default, move or clause to line 46 +# Do not build Fedora 10 ports unless specifically overridden. +#. if ! defined(OVERRIDE_LINUX_NONBASE_PORTS) || ${OVERRIDE_LINUX_NONBASE_PORTS} != "f10" +#IGNORE= This port requires Fedora 10, yet Fedora 10 is heavily outdated and contains many vulnerable ports. If you really need it, add OVERRIDE_LINUX_NONBASE_PORTS=f10 in /etc/make.conf. +#. endif LINUX_RPM_ARCH?= i386 # the linuxulator does not yet support amd64 code -. elif ${ARCH} == "powerpc" -LINUX_RPM_ARCH?= ppc -. else +. else LINUX_RPM_ARCH?= ${ARCH} -. endif +. endif +. elif ${ARCH} == "powerpc" +LINUX_RPM_ARCH?= ppc +. endif .endif .if defined(_POSTMKINCLUDED) && !defined(Linux_RPM_Post_Include) Linux_RPM_Post_Include= bsd.linux-rpm.mk -LINUX_DIST?= fedora -LINUX_DIST_VER?= 10 -. if !defined(OVERRIDE_LINUX_NONBASE_PORTS) && \ - ${LINUX_DIST_VER} != 10 -IGNORE= bsd.linux-rpm.mk test failed: package building defaults to linux-f10 ports, please define OVERRIDE_LINUX_NONBASE_PORTS to build other linux infrastructure ports -. endif +.if ${USE_LINUX} == "f10" || ${USE_LINUX} == "yes" # temporary default, remove or clause soon +USE_LINUX?= "f10" +LINUX_DIST= fedora +LINUX_DIST_VER= 10 +.else +LINUX_DIST= centos +LINUX_DIST_VER= 6.5 +.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 +. ifndef MASTER_SITES MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} -. if ${LINUX_DIST_VER} == 10 +. 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 -. else -IGNORE= unknown LINUX_DIST in port Makefile -. endif -. endif -PKGNAMEPREFIX?= linux- +. endif +. endif +. elif ${LINUX_DIST} == "centos" +MASTER_SITES_SUBDIR= /centos/6/os/i386/Packages/ +. if ${LINUX_DIST_VER} == "5" #needed for Qt... +LINUX_RPM_ARCH= i386 +MASTER_SITES_SUBDIR= /centos/5/os/i386/Packages/ +. endif +. ifndef MASTER_SITES +MASTER_SITES= ${MASTER_SITE_CENTOS_LINUX} +. if ${LINUX_DIST_VER} == "6.5" +. if ! defined(PACKAGE_BUILDING) +MASTER_SITES= http://mirror.centos.org/centos/6/os/i386/Packages/ +MASTER_SITES_SUBDIR= /centos/6/os/i386/Packages/ +. else +MASTER_SITES?= http://vault.centos.org/%SUBDIR%/ +MASTER_SITES_SUBDIR= /6.5/os/Source/SPackages/ +. endif + +. else +MASTER_SITES= http://vault.centos.org/${LINUX_DIST_VER}/os/i386/Packages/ +. endif +. endif + +. endif +. endif + + +#.if ${USE_LINUX:L} == "yes" #redundant with bsd.port.mk fu +#USE_LINUX= c6 +#.endif +PKGNAMEPREFIX?= linux-${USE_LINUX}- + # DISTFILES and SRC_DISTFILES assume that there is only one bindist # and one src file. -# Please, define them n the Makefile of the port in case this assumption +# Please, define them in the Makefile of the port in case this assumption # is not true. +DISTVERSION= ${PORTVERSION}-${RPMVERSION} +DISTNAME?= ${PORTNAME}-${DISTVERSION} DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} BIN_DISTFILES:= ${DISTFILES} SRC_DISTFILES?= ${DISTNAME}${SRC_SUFX} EXTRACT_ONLY?= ${BIN_DISTFILES:C/:[^:]+$//} -. if defined(PACKAGE_BUILDING) +. if defined(PACKAGE_BUILDING) DISTFILES+= ${SRC_DISTFILES} MASTER_SITE_SUBDIR+= ${MASTER_SITE_SRC_SUBDIR} ALWAYS_KEEP_DISTFILES= yes -. endif +. endif EXTRACT_CMD?= ${TAR} EXTRACT_BEFORE_ARGS?= -xf EXTRACT_AFTER_ARGS?= DISTINFO_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} BRANDELF_DIRS?= BRANDELF_FILES?= # For ports that define PORTDOCS, be sure not to install # documentation if NOPORTDOCS is defined . if defined(PORTDOCS) && defined(NOPORTDOCS) pre-patch: linux-rpm-clean-portdocs -. if !target(linux-rpm-clean-portdocs) +. if !target(linux-rpm-clean-portdocs) linux-rpm-clean-portdocs: -. for x in ${PORTDOCS} +. for x in ${PORTDOCS} @${RM} -f ${WRKDIR}/${DOCSDIR_REL}/${x} -. endfor +. endfor @${RMDIR} ${WRKDIR}/${DOCSDIR_REL} -. endif +. endif . endif . if defined(AUTOMATIC_PLIST) -. if ${USE_LINUX} == "f10" || ${USE_LINUX:tl} == "yes" +. if ${USE_LINUX} == "f10" || ${USE_LINUX} == "yes" _LINUX_BASE_SUFFIX= f10 -. else +. elif ${USE_LINUX} == "c6" +USE_LINUX= c6 +_LINUX_BASE_SUFFIX= c6 +. else # other linux_base ports do not provide a pkg-plist file -IGNORE= uses AUTOMATIC_PLIST with an unsupported USE_LINUX, \"${USE_LINUX}\". Supported values are \"yes\" and \"f10\" -. endif +IGNORE= uses AUTOMATIC_PLIST with an unsupported USE_LINUX, \"${USE_LINUX}\". Supported values are \"yes\", \"f10\" and \"c6\" +. endif PLIST?= ${WRKDIR}/.PLIST.linux-rpm pre-install: linux-rpm-generate-plist -. if !target(linux-rpm-generate-plist) +. if !target(linux-rpm-generate-plist) linux-rpm-generate-plist: cd ${WRKSRC} && \ ${FIND} * ! -path "stage/*" ! -type d | ${SORT} > ${PLIST} && \ ${FIND} * ! -path "stage*" -type d | ${SORT} | ${SED} -e 's|^|@dirrm |' > ${PLIST}.dirs @${GREP} '^@dirrm' ${PORTSDIR}/emulators/linux_base-${_LINUX_BASE_SUFFIX}/pkg-plist | ${SED} 's:^@dirrmtry:@dirrm:g' | ${SORT} > ${PLIST}.shared-dirs @${COMM} -1 -3 ${PLIST}.shared-dirs ${PLIST}.dirs | ${SORT} -r >> ${PLIST} -. endif +. endif . endif . if !target(do-install) do-install: . if ${BRANDELF_DIRS} @cd ${WRKSRC} && ${FIND} ${BRANDELF_DIRS} -type f -print0 \ | ${XARGS} -0 ${FILE} | ${GREP} ELF | ${CUT} -d : -f 1 \ | ${XARGS} ${BRANDELF} -t Linux . endif . if ${BRANDELF_FILES} @cd ${WRKSRC} && ${BRANDELF} -t Linux ${BRANDELF_FILES} . endif cd ${WRKSRC} && ${FIND} * ! -path "stage*" -type d -exec ${MKDIR} "${STAGEDIR}${PREFIX}/{}" \; cd ${WRKSRC} && ${FIND} * ! -path "stage/*" ! -type d | ${CPIO} -pm -R root:wheel ${STAGEDIR}${PREFIX} . endif . if !target(new-plist) new-plist: build @${RM} -f ${PLIST}.new @cd ${WRKSRC} && \ ${FIND} * ! -path "stage/*" ! -type d | ${SORT} > ${PLIST}.new; \ ${FIND} -d * ! -path "stage*" -type d | ${SED} -e 's|^|@dirrm |' >> ${PLIST}.new; \ done . endif .endif Index: head/Mk/bsd.port.mk =================================================================== --- head/Mk/bsd.port.mk (revision 368844) +++ head/Mk/bsd.port.mk (revision 368845) @@ -1,6139 +1,6141 @@ #-*- tab-width: 4; -*- # ex:ts=4 # # $FreeBSD$ # $NetBSD: $ # # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. # # Please view me with 4 column tabs! # This is the master file for the most common elements to all port # Makefile in the ports system. For a more general overview of its # use and importance, see the Porter's Handbook. # There are two different types of "maintainers" in the ports framework. # The maintainer alias of the bsd.port.mk file is listed below in the # FreeBSD_MAINTAINER entry. You should consult them if you have any # questions/suggestions regarding this file. # # DO NOT COMMIT CHANGES TO THIS FILE BY YOURSELF, EVEN IF YOU DID NOT GET # A RESPONSE FROM THE MAINTAINER(S) WITHIN A REASONABLE TIMEFRAME! ALL # UNAUTHORISED CHANGES WILL BE UNCONDITIONALLY REVERTED! FreeBSD_MAINTAINER= portmgr@FreeBSD.org # For each port, the MAINTAINER variable is what you should consult for # contact information on the person(s) to contact if you have questions/ # suggestions about that specific port. By default (if no MAINTAINER # is listed), a port is maintained by the subscribers of the ports@FreeBSD.org # mailing list, and any correspondence should be directed there. # # MAINTAINER - The e-mail address of the contact person for this port. # Default: ports@FreeBSD.org # # These are meta-variables that are automatically set to the system # you are running on. These are provided in case you need to take # different actions for different values. # # ARCH - The architecture of the target machine, such as would be # returned by "uname -p". # OPSYS - Portability clause. This is the operating system the # makefile is being used on. Automatically set to # "FreeBSD," "NetBSD," or "OpenBSD" as appropriate. # OSREL - The release version (numeric) of the operating system. # OSVERSION - The value of __FreeBSD_version. # # This is the beginning of the list of all variables that need to be # defined in a port, listed in order that they should be included # to fit in with existing conventions. (Exception: MAINTAINER actually # should appear after EXTRACT_ONLY and before MASTER_SITE_BACKUP). # # These variables are used to identify your port. # # PORTNAME - Name of software. Mandatory. # PORTVERSION - Version of software. Mandatory when no DISTVERSION is given. # PORTREVISION - Version of port. Optional. Commonly used to indicate # that an update has happened that affects the port # framework itself, but not the distributed software # (e.g., local patches or Makefile changes). # PORTEPOCH - Optional. In certain odd cases, the PORTREVISION logic # can be fooled by ports that appear to go backwards # numerically (e.g. if port-0.3 is newer than port-1998). # In this case, incrementing PORTEPOCH forces the revision. # Default: 0 (no effect). # PKGNAME - Always defined as # ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}. # Do not define this in your Makefile. # PKGNAMEPREFIX - Prefix to specify that port is language-specific, etc. # Optional. # PKGNAMESUFFIX - Suffix to specify compilation options or a version # designator (in case there are different versions of # one port as is the case for Tcl). # Optional. # PKGVERSION - Always defined as ${PORTVERSION}. # Do not define this in your Makefile. # UNIQUENAME - A name for your port that is globally unique. By default, # this is set to ${LATEST_LINK} when LATEST_LINK is set, # and to ${PKGNAMEPREFIX}${PORTNAME} otherwise. # DISTVERSION - Vendor version of the distribution. # Default: ${PORTVERSION} # DISTNAME - Name of port or distribution used in generating # WRKSRC and DISTFILES below. # Default: # ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} # CATEGORIES - A list of descriptive categories into which this port falls. # Mandatory. # # These variable describe how to fetch files required for building the port. # # DISTFILES - Name(s) of archive file(s) containing distribution. # Set this to an empty string if the port doesn't require it. # Default: ${DISTNAME}${EXTRACT_SUFX} # EXTRACT_SUFX - Suffix for archive names # You never have to set both DISTFILES and EXTRACT_SUFX. # Default: .tar.bz2 if USE_BZIP2 is set, .tar.xz if USE_XZ is set, # .tar.gz otherwise). # MASTER_SITES - Primary location(s) for distribution files if not found # locally. See bsd.sites.mk for common choices for # MASTER_SITES. # MASTER_SITE_SUBDIR # - Subdirectory of MASTER_SITES. Will sometimes need to be # set to ${PORTNAME} for (e.g.) MASTER_SITE_SOURCEFORGE. # Only guaranteed to work for choices of ${MASTER_SITES} # defined in bsd.sites.mk. # Default: not set. # PATCHFILES - Name(s) of additional files that contain distribution # patches. Make will look for them at PATCH_SITES (see below). # They will automatically be uncompressed before patching if # the names end with ".gz", ".bz2" or ".Z". # For each file you can optionally specify a strip # flag of patch(1) after a colon if it has a different # base directory, e.g. "file1 file2:-p1 file3". # You can also use a :group at the end for matching up to # dist file groups. See Porters Handbook for more information. # Syntax: PATCHFILES= patch[:-pX][:group] # Default: not set. # PATCH_SITES - Primary location(s) for distribution patch files # if not found locally. # DIST_SUBDIR - Suffix to ${DISTDIR}. If set, all ${DISTFILES} and # ${PATCHFILES} will be put in this subdirectory of # ${DISTDIR} (see below). Also they will be fetched in this # subdirectory from FreeBSD mirror sites. # ALLFILES - All of ${DISTFILES} and ${PATCHFILES}. # NOFETCHFILES - If set, don't download these files from the ${MASTER_SITES} # or ${MASTER_SITE_BACKUP} (but do from # ${MASTER_SITE_OVERRIDE}) # EXTRACT_ONLY - If set, a subset of ${DISTFILES} you want to # actually extract. # ALWAYS_KEEP_DISTFILES # - If set, the package building cluster will save the distfiles # along with the packages. This may be required to comply with # some licenses, e.g. GPL in some cases. # Default: not set. # # (NOTE: by convention, the MAINTAINER entry (see above) should go here.) # # These variables are typically set in /etc/make.conf to indicate # the user's preferred location to fetch files from. You should # rarely need to set these. # # MASTER_SITE_BACKUP # - Backup location(s) for distribution files and patch # files if not found locally and ${MASTER_SITES}/${PATCH_SITES} # Default: # http://distcache.FreeBSD.org/ports-distfiles/${DIST_SUBDIR}/ # MASTER_SITE_OVERRIDE # - If set, override the MASTER_SITES setting with this # value. # MASTER_SITE_FREEBSD # - If set, only use ${MASTER_SITE_BACKUP} for # MASTER_SITES. # CD_MOUNTPTS - List of CDROM mountpoints to look for distfiles under. # This variable supercedes CD_MOUNTPT, which is # obsolete. # # Set these if your port should not be built under certain circumstances. # These are string variables; you should set them to the reason why # they are necessary. # # RESTRICTED - Prevent the distribution of distfiles and packages to # the FTP sites or on CDROM (e.g. forbidden by license # considerations). # NO_CDROM - Packages and distfiles may not go on CDROM (e.g. must # not be re-sold) but can go on FTP sites. # NO_PACKAGE - Port should not be packaged for ftp sites or CDROMs, # but distfiles can be put on ftp sites and CDROMs. # FORBIDDEN - Package build should not be attempted because of # security vulnerabilities. # LEGAL_TEXT - Port has legal issues (e.g., special permission to distribute, lacks a license). # LEGAL_PACKAGE - Port has no legal issues but defines NO_PACKAGE # IGNORE - Package build should be skipped entirely (e.g. # because of serious unfixable problems in the build, # because it cannot be manually fetched, etc). Error # logs will not appear on pointyhat, so this should be # used sparingly. # BROKEN - Port is believed to be broken. Package builds can # still be attempted using TRYBROKEN to test this # assumption. # BROKEN_${ARCH} Port is believed to be broken on ${ARCH}. Package builds # can still be attempted using TRYBROKEN to test this # assumption. # DEPRECATED - Port is deprecated to install. Advisory only. # EXPIRATION_DATE # - If DEPRECATED is set, determines a date when # the port is planed to remove. The date format is # ISO 8601 (YYYY-MM-DD). # # DISABLE_VULNERABILITIES # - If set, do not check if the port is listed in the # vulnerabilities database. # # In addition to RESTRICTED or NO_CDROM, if only a subset of distfiles # or patchfiles have redistribution restrictions, set the following # to the list of such files. # # RESTRICTED_FILES # - List of files that cannot be redistributed. # Default: "${DISTFILES} ${PATCHFILES}" if RESTRICTED # or NO_CDROM is set, empty otherwise. # # These variables are booleans, so you don't need to set them to the reason. # # IS_INTERACTIVE # - Set this if your port needs to interact with the user # during any step in a package build. User can then decide # to skip this port by setting ${BATCH}, or compiling only # the interactive ports by setting ${INTERACTIVE}. # Default: not set. # USE_SUBMAKE - Set this if you want that each of the port's main 7 targets # (extract, patch, configure, build, stage, install and # package) to be executed in a separate make(1) process. # Useful when one of the stages needs to influence make(1) # variables of the later stages using ${WRKDIR}/Makefile.inc # generated on the fly. # Default: not set. # # NO_ARCH - Set this if port is architecture neutral. # # Set these if your port only makes sense to certain architectures. # They are lists containing names for them (e.g., "amd64 i386"). # (Defaults: not set.) # # ONLY_FOR_ARCHS # - Only build ports if ${ARCH} matches one of these. # NOT_FOR_ARCHS - Only build ports if ${ARCH} doesn't match one of these. # ONLY_FOR_ARCHS_REASON # ONLY_FOR_ARCHS_REASON_${ARCH} # - Reason why it's only for ${ONLY_FOR_ARCHS}s # NOT_FOR_ARCHS_REASON # NOT_FOR_ARCHS_REASON_${ARCH} # - Reason why it's not for ${NOT_FOR_ARCHS}s # IA32_BINARY_PORT # - Set this instead of ONLY_FOR_ARCHS if the given port # fetches and installs compiled i386 binaries. # # Dependency checking. Use these if your port requires another port # not in the list below. (Default: empty.) # # EXTRACT_DEPENDS # - A list of "path:dir[:target]" tuples of other ports this # package depends on in the "extract" stage. "path" is # the name of a file if it starts with a slash (/), an # executable otherwise. make will test for the existence # (if it is a full pathname) or search for it in your # $PATH (if it is an executable) and go into "dir" to do # a "make all install" if it's not found. If the third # field ("target") exists, it will be used instead of # ${DEPENDS_TARGET}. The first field also supports a # package name with a version range, in the form package>=1.2 # if a particular version is desired. # PATCH_DEPENDS - A list of "path:dir[:target]" tuples of other ports this # package depends on in the "patch" stage. "path" is the # name of a file if it starts with a slash (/), an # executable otherwise. make will test for the existence # (if it is a full pathname) or search for it in your # $PATH (if it is an executable) and go into "dir" to do # a "make all install" if it's not found. If the third # field ("target") exists, it will be used instead of # ${DEPENDS_TARGET}. The first field also supports a # package name with a version range, in the form package>=1.2 # if a particular version is desired. # FETCH_DEPENDS - A list of "path:dir[:target]" tuples of other ports this # package depends in the "fetch" stage. "path" is the # name of a file if it starts with a slash (/), an # executable otherwise. make will test for the # existence (if it is a full pathname) or search for # it in your $PATH (if it is an executable) and go # into "dir" to do a "make all install" if it's not # found. If the third field ("target") exists, it will # be used instead of ${DEPENDS_TARGET}. The first field # also supports a package name with a version range, in # the form package>=1.2 if a particular version is desired. # BUILD_DEPENDS - A list of "path:dir[:target]" tuples of other ports this # package depends to build (between the "extract" and # "build" stages, inclusive). The test done to # determine the existence of the dependency is the # same as FETCH_DEPENDS. If the third field ("target") # exists, it will be used instead of ${DEPENDS_TARGET}. # RUN_DEPENDS - A list of "path:dir[:target]" tuples of other ports this # package depends to run. The test done to determine # the existence of the dependency is the same as # FETCH_DEPENDS. This will be checked during the # "install" stage and the name of the dependency will # be put into the package as well. If the third field # ("target") exists, it will be used instead of # ${DEPENDS_TARGET}. The first field also supports a # package name with a version range, in the form package>=1.2 # if a particular version is desired. # LIB_DEPENDS - A list of "lib:dir[:target]" tuples of other ports this # package depends on. "lib" is the name of a shared library. # make will use "ldconfig -r" to search for the library. # lib can contain extended regular expressions. # DEPENDS_TARGET # - The default target to execute when a port is calling a # dependency. # Default: install # # These variables control options about how a port gets built and/or # are shorthand notations for common sets of dependencies. # Use these if your port uses some of the common software packages. By # convention these should be set to 'yes', although they only need to be # defined. Defaults: not set, unless explicitly indicated below. # # Note: the distinction between the USE_* and WANT_* variables, and the # WITH_* and WITHOUT_* variables, are that the former are restricted to # usage inside the ports framework, and the latter are reserved for user- # settable options. (Setting USE_* in /etc/make.conf is always wrong). # # WITH_DEBUG - If set, debugging flags are added to CFLAGS and the # binaries don't get stripped by INSTALL_PROGRAM or # INSTALL_LIB. Besides, individual ports might # add their specific to produce binaries for debugging # purposes. You can override the debug flags that are # passed to the compiler by setting DEBUG_FLAGS. It is # set to "-g" at default. # # WITH_DEBUG_PORTS - A list of origins for which WITH_DEBUG will be set # # WITH_SSP_PORTS # - If set, SSP_FLAGS (defaults to -fstack-protector) # is added to CFLAGS and the necessary flags # are added to LDFLAGS. Note that SSP_UNSAFE # can be used in Makefiles by port maintainers # if a port breaks with it (it should be # extremely rare). # # USE_BZIP2 - If set, this port tarballs use bzip2, not gzip, for # compression. # USE_XZ - If set, this port tarballs use xz (or lzma) # for compression # USE_GCC - If set, this port requires this version of gcc, either in # the system or installed from a port. # USE_CSTD - Override the default C language standard (gnu89, gnu99) # USE_CXXSTD Override the default C++ language standard # USE_BINUTILS - Use binutils suite from port instead of the version in base. # CFLAGS_${ARCH} Append the cflags to CFLAGS only on the specified architecture # CXXFLAGS_${ARCH} # Append the cxxflags to CXXFLAGS only on the specified architecture ## # USE_GHOSTSCRIPT # - If set, this port needs ghostscript to both # build and run. If a number is specified, # the specified version will be used. # The valid value is '7', '8', or '9' in that case. # USE_GHOSTSCRIPT_BUILD # - If set, this port needs ghostscript to build. # USE_GHOSTSCRIPT_RUN # - If set, this port needs ghostscript to run. # GHOSTSCRIPT_PORT # - The port that provides postscript functionality. # Some installations may wish to override the default # to specify a version without X11 and/or localized # versions for their nationality. # Default: print/ghostscript9 # WITH_GHOSTSCRIPT_VER # - If set, the specified version of ghostscript will be # used. The valid value is "7", "8", or "9". Note that # this is for users, not for port maintainers. This # should not be used in Makefile. ## # USE_GL - A list of Mesa or GL related dependencies needed by the port. # Supported components are: egl, glesv2, glut, glu, glw, and gl. # If set to "yes", this is equivalent to "glu". Note that # glew and glut depend on glu, glw and glu depend on gl. ## # USE_SDL - If set, this port uses the sdl libraries. # See bsd.sdl.mk for more information. ## # USE_OPENSSL - If set, this port relies on the OpenSSL package. ## # USE_OPENLDAP - If set, this port uses the OpenLDAP libraries. # Implies: WANT_OPENLDAP_VER?=24 # WANT_OPENLDAP_VER # - Legal values are: 23, 24 # If set to an unknown value, the port is marked BROKEN. # WANT_OPENLDAP_SASL # - If set, the system should use OpenLDAP libraries # with SASL support. ## # USE_AUTOTOOLS - If set, this port uses various GNU autotools # (libtool, autoconf, autoheader, automake et al.) # See bsd.autotools.mk for more details. ## # USE_EFL - If set, this port use EFL libraries. # Implies inclusion of bsd.efl.mk. (Also see # that file for more information on USE_EFL_*). # USE_FPC - If set, this port relies on the Free Pascal language. # Implies inclusion of bsd.fpc.mk. (Also see # that file for more information on WANT_FPC_*). # USE_JAVA - If set, this port relies on the Java language. # Implies inclusion of bsd.java.mk. (Also see # that file for more information on USE_JAVA_*). # USE_OCAML - If set, this port relies on the OCaml language. # Implies inclusion of bsd.ocaml.mk. (Also see # that file for more information on USE_OCAML*). # USE_RUBY - If set, this port relies on the Ruby language. # Implies inclusion of bsd.ruby.mk. (Also see # that file for more information on USE_RUBY_*). # USE_GNUSTEP - If set, this port relies on the GNUstep system. # Implies the inclusion of bsd.gnustep.mk. # (Also see that file for more information on # USE_GNUSTEP_*). ## # USE_GECKO - If set, this port uses the Gecko/Mozilla product. # See bsd.gecko.mk for more details. ## # USE_GNOME - A list of the Gnome dependencies the port has (e.g., # glib12, gtk12). Implies that the port needs Gnome. # Implies inclusion of bsd.gnome.mk. See bsd.gnome.mk # or http://www.FreeBSD.org/gnome/docs/porting.html # for more details. ## # USE_MATE - A list of the MATE dependencies the port has. Implies # that the port needs MATE. Implies inclusion of # bsd.mate.mk. See bsd.mate.mk for more details. ## # USE_WX - If set, this port uses the WxWidgets library and related # components. See bsd.wx.mk for more details. ## # USE_KDE4 - A list of the KDE 4 dependencies the port has (e.g., # kdelibs, kdebase). Implies that the port needs KDE. # Implies inclusion of bsd.kde4.mk. See bsd.kde4.mk # for more details. # # USE_QT4 - A list of the Qt 4 dependencies the port has (e.g, # corelib, webkit). Implies that the port needs Qt. # Implies the inclusion of bsd.qt.mk. See bsd.qt.mk # for more details. # # USE_QT5 - A list of the Qt 5 dependencies the port has (e.g, # core, webkit). Implies that the port needs Qt. # Implies the inclusion of bsd.qt.mk. See bsd.qt.mk # for more details. # # USE_LINUX - Set to yes to say the port needs the default linux base port. # Set to value , if the port needs emulators/linux_base-. # Implies appropriate settings for STRIP and STRIP_CMD. # USE_LINUX_PREFIX # - controls the action of PREFIX (see above). Only use this # if the port is a linux infrastructure port (e.g. contains libs # or a sound server which supports the FreeBSD native one), # use the default or the X11 prefix if it's a leaf port # (e.g. a game or program). # Implies NO_MTREE=yes, and, if USE_LDCONFIG is defined: # - USE_LINUX=yes # - appropriate invocation of the Linux ldconfig # USE_LINUX_RPM - Set to yes to pull in variables and targets useful to Linux # RPM ports. # Implies inclusion of bsd.linux-rpm.mk. # # LINUX_OSRELEASE - Contains the value of compat.linux.osrelease sysctl. # Will be used to distinguish which linux # infrastructure ports should be used. # Valid values: 2.6.16. # AUTOMATIC_PLIST # - Set to yes to enable automatic packing list generation. # Currently has no effect unless USE_LINUX_RPM is set. # # OVERRIDE_LINUX_BASE_PORT # - This specifies the default linux base to use, for valid # values have a look at the description of USE_LINUX. This is # an user-only variable. Don't use it in any port, it's meant # to be used in make.conf. # # LINUX_BASE_PORT # - This is a read-only variable, it gets set to a value which is # usable in *_DEPENDS (e.g. BUILD_DEPENDS=${LINUX_BASE_PORT}). # It honors USE_LINUX=foo and OVERRIDE_LINUX_BASE_PORT. ## # USE_XORG - Set to a list of X.org module dependencies. # Implies inclusion of bsd.xorg.mk. ## # USE_TEX - A list of the TeX dependencies the port has. # ## # USE_RC_SUBR - If set, the ports startup/shutdown script uses the common # routines found in /etc/rc.subr. # If this is set to a list of files, these files will be # automatically added to ${SUB_FILES}, some %%VAR%%'s will # automatically be expanded, they will be installed in # ${PREFIX}/etc/rc.d and added to the packing list. # USE_RCORDER - List of rc.d startup scripts to be called early in the boot # process. This acts exactly like USE_RC_SUBR except that # scripts are installed in /etc/rc.d. # Because local rc.d scripts are included in the base rcorder # this option is not needed unless the port installs in the base. ## # USE_APACHE - If set, this port relies on an apache webserver. # # Conflict checking. Use if your port cannot be installed at the same time as # another package. # # CONFLICTS - A list of package name patterns that the port conflicts # with, separated by blanks. The names may include shell # pattern meta-characters "*", "?", "[", "]", and "!". # Example: apache*-1.2* apache*-1.3.[012345] apache-*+ssl_* # # CONFLICTS_BUILD # - Check conflict prior to the build. # # CONFLICTS_INSTALL # - Check conflict prior to the installation stage. # # Various directory definitions and variables to control them. # You rarely need to redefine any of these except WRKSRC and NO_WRKSUBDIR. # # LOCALBASE - Where non-X11 ports install things. # Default: /usr/local # LINUXBASE - Where Linux ports install things. # Default: /compat/linux # PREFIX - Where *this* port installs its files. # Default: ${LINUXBASE} if USE_LINUX_PREFIX is set, # otherwise ${LOCALBASE} # # IGNORE_PATH_CHECKS # - There are some sanity checks against PREFIX. # You can disable these checks with defining # this variable, but this is not recommended! # Only do this if you really know what you are # doing. These sanity checks are the following: # - PREFIX has to be an absolute path. # - PREFIX can't have a trailing slash. # # MASTERDIR - Where the port finds patches, package files, etc. Define # this is you have two or more ports that share most of the # files. # Default: ${.CURDIR} # PORTSDIR - The root of the ports tree. # Default: /usr/ports # DISTDIR - Where to search for and store copies of original sources # Default: ${PORTSDIR}/distfiles # PACKAGES - A top level directory where all packages go (rather than # going locally to each port). # Default: ${PORTSDIR}/packages # WRKDIRPREFIX - The place to root the temporary working directory # hierarchy. # Default: none # WRKDIR - A temporary working directory that gets *clobbered* on clean # Default: ${WRKDIRPREFIX}${.CURDIR}/work # WRKSRC - A subdirectory of ${WRKDIR} where the distribution actually # unpacks to. # Default: ${WRKDIR}/${DISTNAME} unless NO_WRKSUBDIR is set, # in which case simply ${WRKDIR} # WRKSRC_SUBDIR - A subdirectory of ${WRKSRC} where the distribution actually # builds in. # Default: not set # NO_WRKSUBDIR - Assume port unpacks directly into ${WRKDIR}. # PATCHDIR - A directory containing any additional patches you made # to port this software to FreeBSD. # Default: ${MASTERDIR}/files # SCRIPTDIR - A directory containing any auxiliary scripts # Default: ${MASTERDIR}/scripts # FILESDIR - A directory containing any miscellaneous additional files. # Default: ${MASTERDIR}/files # PKGDIR - A directory containing any package creation files. # Default: ${MASTERDIR} # SRC_BASE - The root of the src tree. (Some ports require this to get # kernel sources). Default: /usr/src # UID_FILES - A list of files containing information about registered UIDs. # Note that files have decreasing priority. # GID_FILES - A list of files containing information about registered GIDs. # Note that files have decreasing priority. # # Variables that serve as convenient "aliases" for your *-install targets. # Use these like: "${INSTALL_PROGRAM} ${WRKSRC}/prog ${PREFIX}/bin". # # INSTALL_PROGRAM # - A command to install binary executables. (By # default, also strips them, unless ${STRIP} is # overridden to be the empty string). # INSTALL_KLD - As INSTALL_PROGRAM, but without the STRIP. # INSTALL_LIB - As INSTALL_DATA, but also strips the file. # INSTALL_SCRIPT # - A command to install executable scripts. # INSTALL_DATA - A command to install sharable data. # INSTALL_MAN - A command to install manpages. # COPYTREE_BIN # COPYTREE_SHARE # - Similiar to INSTALL_PROGRAM and INSTALL_DATA commands but # working on whole trees of directories, takes 3 arguments, # last one is find(1) arguments and optional. # Example use: # cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR} "! -name *\.bak" # # Installs all directories and files from ${WRKSRC}/doc # to ${DOCSDIR} except sed backup files. # # MANPREFIX - The directory prefix for ${MAN} and ${MLINKS}. # Default: ${PREFIX} # MANPREFIX # - If manual pages of some sections install in different # locations than others, use these. # Default: ${MANPREFIX} # # Set the following to specify all .info files your port installs. # # INFO - A list of .info files (omitting the trailing ".info"); # only one entry per document! These files are listed in # the path relative to ${INFO_PATH}. # INFO_PATH - Path, where all .info files will be installed by your # port, relative to ${PREFIX} # Default: "share/info" if ${PREFIX} is equal to /usr # and "info" otherwise. # # Set the following to specify all documentation your port installs into # ${DOCSDIR} # # PORTDOCS - A list of files and directories relative to DOCSDIR. # Shell glob patterns can be used, directories include # the entire subtree of contained files and directories. # Should not be set when no documentation files are # installed. # Useful for dynamically generated documentation. # NOTE: this may fail to generate @dirrm entries for # complex patterns. In such a case, please abstain from # using DOCSDIR and add files and @dirrm-directories to # pkg-plist instead (see make makeplist). # # Set the following to specify all documentation your port installs into # ${EXAMPLESDIR} # # PORTEXAMPLES - A list of files and directories relative to EXAMPLESDIR. # Shell glob patterns can be used, directories include # the entire subtree of contained files and directories. # Should not be set when no examples files are # installed. # Useful for dynamically generated examples. # # Set the following to specify all files and directories your port installs into # ${DATADIR} # # PORTDATA - A list of files and directories relative to DATADIR. # Shell glob patterns can be used, directories include # the entire subtree of contained files and directories. # Should not be set when no data files are # installed. # Useful for dynamically generated data files. # # Default targets and their behaviors: # # fetch - Retrieves missing ${DISTFILES} and ${PATCHFILES} for this # port. # fetch-list - Show list of commands to retrieve missing ${DISTFILES} and # ${PATCHFILES} for this port. # fetch-recursive # - Retrieves missing ${DISTFILES} and ${PATCHFILES} for this # port and dependencies. # fetch-recursive-list # - Show list of commands to retrieve missing ${DISTFILES} and # ${PATCHFILES} for this port and dependencies. # fetch-required # - Retrieves missing ${DISTFILES} and ${PATCHFILES} for this # port and dependencies. # fetch-required-list # - Show list of commands to retrieve missing ${DISTFILES} and # ${PATCHFILES} for this port and dependencies. # fetch-url-list # - Show list of URLS to retrieve missing ${DISTFILES} and # ${PATCHFILES} for this port. # fetch-urlall-list # - Show list of URLS to retrieve ${DISTFILES} and # ${PATCHFILES} for this port. # # all-depends-list # - Show all directories which are dependencies # for this port. # build-depends-list # - Show all directories which are build-dependencies # for this port. # package-depends-list # - Show all directories which are package-dependencies # for this port. This is based upon the dependency # tree as recorded in the Makefiles of the ports # collection, not as recorded in the currently # installed ports. # actual-package-depends # - Like package-depends-list but with the difference # that the dependencies of the currently installed # ports are used instead of the dependencies as # recorded in the ports collection. # run-depends-list # - Show all directories which are run-dependencies # for this port. # # extract - Unpacks ${DISTFILES} into ${WRKDIR}. # patch - Apply any provided patches to the source. # configure - Runs either GNU configure, one or more local configure # scripts or nothing, depending on what's available. # build - Actually compile the sources. # install - Install the results of a build. # reinstall - Install the results of a build, ignoring "already installed" # flag. # deinstall - Remove the installation. # deinstall-all - Remove all installations with the same PKGORIGIN. # package - Create a package from an _installed_ port. # package-recursive # - Create a package for a port and _all_ of its dependencies. # describe - Try to generate a one-line description for each port for # use in INDEX files and the like. # checkpatch - Do a "patch -C" instead of a "patch". Note that it may # give incorrect results if multiple patches deal with # the same file. # checksum - Use distinfo to ensure that your distfiles are valid. # checksum-recursive # - Run checksum in this port and all dependencies. # makesum - Generate distinfo (only do this for your own ports!). # clean - Remove ${WRKDIR} and other temporary files used for building. # clean-depends - Do a "make clean" for all dependencies. # config - Configure options for this port (using ${DIALOG}). # Automatically run prior to extract, patch, configure, build, # install, and package. # config-recursive # - Configure options for this port for a port and all its # dependencies. # showconfig - Display options config for this port. # showconfig-recursive # - Display options config for this port and all its # dependencies. # rmconfig - Remove the options config for this port. # rmconfig-recursive # - Remove the options config for this port and all its # dependencies. # # Default sequence for "all" is: # # check-sanity fetch checksum extract patch configure build # # Please read the comments in the targets section below; you # should be able to use the pre-* or post-* targets/scripts # (which are available for every stage except checksum) or # override the do-* targets to do pretty much anything you want. # # NEVER override the "regular" targets unless you want to open # a major can of worms. # # Set these variables if your port doesn't need some of the steps. # Note that there are no NO_PATCH or NO_CONFIGURE variables because # those steps are empty by default. NO_EXTRACT is not allowed anymore # since we need to at least create ${WRKDIR}. Also, NO_CHECKSUM is a user # variable and is not to be set in a port's Makefile. See above for NO_PACKAGE. # # NO_BUILD - Use a dummy (do-nothing) build target. # NO_INSTALL - Use a dummy (do-nothing) install target. # # Here are some variables used in various stages. # # For options see bsd.options.mk # # For fetch: # # FETCH_BINARY - Path to ftp/http fetch command if not in $PATH. # Default: "/usr/bin/fetch" # FETCH_ARGS - Arguments to ftp/http fetch command. # Default: "-Fpr" # FETCH_CMD - ftp/http fetch command. # Default: ${FETCH_BINARY} ${FETCH_ARGS} # FETCH_BEFORE_ARGS # - Arguments to ${FETCH_CMD} before filename. # Default: none # FETCH_AFTER_ARGS # - Arguments to ${FETCH_CMD} following filename. # Default: none # FETCH_ENV - Environment to pass to ${FETCH_CMD}. # Default: none # FETCH_REGET - Times to retry fetching of files on checksum errors. # Default: 1 # CLEAN_FETCH_ENV # - Disable package dependency in fetch target for mass # fetching. User settable. # # For extract: # # EXTRACT_CMD - Command for extracting archive: "bzip2" if USE_BZIP2 # is set, "gzip" otherwise. # EXTRACT_BEFORE_ARGS # - Arguments to ${EXTRACT_CMD} before filename. # Default: "-dc" # EXTRACT_AFTER_ARGS # - Arguments to ${EXTRACT_CMD} following filename. # default: "| tar -xf -" # EXTRACT_PRESERVE_OWNERSHIP # - Normally, when run as "root", the extract stage will # change the owner and group of all files under ${WRKDIR} # to 0:0. Set this variable if you want to turn off this # feature. # For patch: # # EXTRA_PATCHES - Define this variable if you have patches not in # ${PATCHDIR}. This usually happens when you need to # do some pre-processing before some distribution # patches can be applied. In that case, fetch them as # extra distfiles, put the processed results in # ${WRKDIR}, then point EXTRA_PATCHES to them. # The patches specified by this variable will be # applied after the normal distribution patches but # before those in ${PATCHDIR}. # PATCH_WRKSRC - Directory to apply patches in. # Default: ${WRKSRC} # # For configure: # # HAS_CONFIGURE - If set, this port has its own configure script. The # configure stage will not do anything if this is not set. # GNU_CONFIGURE - If set, you are using GNU configure (optional). Implies # HAS_CONFIGURE. # CONFIGURE_WRKSRC # - Directory to run configure in. # Default: ${WRKSRC} # CONFIGURE_SCRIPT # - Name of configure script, relative to ${CONFIGURE_WRKSRC}. # Default: "Makefile.PL" if USES=perl5 and USE_PERL5=configure # are set, "configure" otherwise. # CONFIGURE_TARGET # - The name of target to call when GNU_CONFIGURE is # defined. # Default: ${ARCH}-portbld-${OPSYS:tl}${OSREL} # GNU_CONFIGURE_PREFIX # - The directory passed as prefix to the configure script if # GNU_CONFIGURE is set. # Default: ${PREFIX} # CONFIGURE_ARGS # - Pass these args to configure if ${HAS_CONFIGURE} is set. # Default: "--prefix=${GNU_CONFIGURE_PREFIX} --infodir=${PREFIX}/${INFO_PATH} # --mandir=${MANPREFIX}/man --build=${CONFIGURE_TARGET}" if # GNU_CONFIGURE is set, "CC=${CC} CFLAGS=${CFLAGS} # PREFIX=${PREFIX} INSTALLPRIVLIB=${PREFIX}/lib # INSTALLARCHLIB=${PREFIX}/lib" if USES=perl5 and # USE_PERL5=configure are set, empty otherwise. # CONFIGURE_ENV - Pass these env (shell-like) to configure if # ${HAS_CONFIGURE} is set. # CONFIGURE_LOG - The name of configure log file. It will be printed to # the screen if configure fails. # Default: config.log # CONFIGURE_FAIL_MESSAGE # - A message displayed to users when configure # fails (note: this assumes the do-configure # target has not been overwritten). This message # will be passed through /usr/bin/fmt before # being shown to the user. # # WITHOUT_FBSD10_FIX Disable FreeBSD 10.0 autotools workaround. # # For build and install: # # MAKEFILE - Name of the makefile. # Default: Makefile # ALL_TARGET - Default target for sub-make in build stage. # Default: all # BUILD_WRKSRC - Directory to do build in (default: ${WRKSRC}). # MAKE_ENV - Additional environment vars passed to sub-make in build # and install stages. # Default: see below # MAKE_ARGS - Any extra arguments to sub-make in build and install stages. # Default: none ## # MAKE_JOBS_UNSAFE # - Disallow multiple jobs even when user set a global override. # To be used with known bad ports. # DISABLE_MAKE_JOBS # - Set to disable the multiple jobs feature. User settable. # MAKE_JOBS_NUMBER # - Override the number of make jobs to be used. User settable. # MAKE_JOBS_NUMBER_LIMIT # - Set a limit for maximum number of make jobs allowed to be # used. ## cacche # # WITH_CCACHE_BUILD # - Enable CCACHE support (devel/ccache). User settable. # CCACHE_DIR # - Which directory to use for ccache (default: $HOME/.ccache) # NO_CCACHE # - Disable CCACHE support for example for certain ports if # CCACHE is enabled. User settable. # # For install: # # INSTALL_TARGET # - Default target for sub-make in install stage. # Default: install # INSTALL_WRKSRC # - Directory to install from # Default: ${WRKSRC} # NO_MTREE - If set, will not invoke mtree from bsd.port.mk from # the "install" target. # MTREE_FILE - The name of the mtree file. # Default: ${PORTSDIR}/Templates/BSD.local.dist or # /etc/mtree/BSD.usr.dist if ${PREFIX} == "/usr". # PLIST_DIRS - Directories to be added to packing list # PLIST_DIRSTRY - Directories to be added to packing list and try to remove them. # PLIST_FILES - Files and symbolic links to be added to packing list # # PLIST - Name of the `packing list' file. # Change this to ${WRKDIR}/PLIST or something if you # need to write to it. (It is not a good idea for a port # to write to any file outside ${WRKDIR} during a normal # build.) # Default: ${PKGDIR}/pkg-plist # TMPPLIST - Name of the `packing list' file after processing # Default: ${WRKDIR}/.PLIST.mktmp # PLIST_SUB - List of "variable=value" pair for substitution in ${PLIST} # Default: see below # # SUB_FILES - Files that should be passed through sed and redirected to # ${WRKDIR}. # - For each file specified in SUB_FILES, there must be a # corresponding file in ${FILESDIR} whose suffix is ".in". For # instance, if the Makefile specifies "SUB_FILES= pkg-message" # then there must be a file called pkg-message.in in # ${FILESDIR}. # - The substitution process is the same as PLIST_FILES, as # described below except that any line beginning with @comment # is deleted. # SUB_LIST - List of "variable=value" pair for substitution in ${SUB_FILES} # Some pairs are added by default: eg. PREFIX=${PREFIX} # # USE_LDCONFIG - If set to "yes", this adds ${PREFIX}/lib to the list of # directories to be searched for shared libraries. # Otherwise, this is a list of directories to be added to that # list. The directory names are written to # ${PREFIX}/libdata/ldconfig/${UNIQUENAME} which is then # used by the ldconfig startup script. # This mechanism replaces ldconfig scripts installed by some # ports, often under such names as 000.${UNQUENAME}.sh. # If USE_LINUX_PREFIX is defined, the Linux version of # ldconfig will be used instead of the native FreeBSD # version, and the directory list given will be ignored. # USE_LDCONFIG32 # - Same as USE_LDCONFIG but the target file is # ${PREFIX}/libdata/ldconfig32/${UNIQUENAME} instead. # Note: that should only be used on 64-bit architectures. # # DOCSDIR - Name of the directory to install the packages docs in. # Default: ${PREFIX}/share/doc/${PORTNAME} # DOCSDIR_REL - The DOCSDIR relative to ${PREFIX} # EXAMPLESDIR - Name of the directory to install the packages examples in. # Default: ${PREFIX}/share/examples/${PORTNAME} # EXAMPLESDIR_REL # - The EXAMPLESDIR relative to ${PREFIX} # DATADIR - Name of the directory to install the packages shared data in. # Default: ${PREFIX}/share/${PORTNAME} # DATADIR_REL - The DATADIR relative to ${PREFIX} # # WWWDIR - Name of the directory to install the packages www data in. # Default: ${PREFIX}/www/${PORTNAME} # WWWDIR_REL - The WWWDIR relative to ${PREFIX} # # USERS - List of users to create at install time. Each login must # have a corresponding entry in ${UID_FILES}. # GROUPS - List of groups to create at install time. Each group must # have a corresponding entry in ${GID_FILES}. # # DESKTOPDIR - Name of the directory to install ${DESKTOP_ENTRIES} in. # Default: ${PREFIX}/share/applications # DESKTOP_ENTRIES # - List of desktop entry files to generate and install in # ${DESKTOPDIR}. The format is # "Name" "Comment" "Icon" "Exec" "Categories" StartupNotify # Rules: # * Only add desktop entries for applications which do not # require a terminal (ie. X applications). # * If the upstream distribution already installs .desktop # files, you do not need to use this. # * If you require a more elaborate .desktop file than this # variable permits, write it yourself and install it # in ${DESKTOPDIR}. # Notes: # * Comment, Icon and StartupNotify may be empty # strings (""). Categories may be an empty string in some # cases (see below). The other fields are mandatory. # * If Comment is an empty string, port ${COMMENT} will be # used. # * If set, Icon must be either absolute path (usually # ${PREFIX}/share/pixmaps/${PORTNAME}.png) or icon name # without extension if installed icons follow Icon Theme # Specification. # * If Categories is an empty string, bsd.port.mk will try # to deduce a default value using the CATEGORIES variable. # If the deduction fails, you will have to set Categories # manually. You should check the generated value using # "make desktop-categories", and override it if necessary. # * Exec will also be used to name the .desktop file. # * StartupNotify may be true, false or empty (see Desktop # Entry Specification for details). # * The files will be automatically added to ${PLIST}. # Example: # "X Window Information" \ # "Get information about X windows" \ # "${PREFIX}/share/pixmaps/wininfo.png" \ # "${PREFIX}/bin/wininfo" \ # "System;" \ # "" # See http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html # for an explanation of the fields. If you need to create more # than one file, just chain them into a single variable. # # Note that the install target will automatically add manpages (see # above) and also substitute special sequences of characters (delimited # by "%%") as defined in PLIST_SUB to generate ${TMPPLIST}. For # instance, "OSREL=${OSREL}" in PLIST_SUB causes all occurrences of # "%%OSREL%%" in ${PLIST} to be substituted by the value of OSREL. # ${TMPPLIST} is generated before the do-install stage. If you are # generating the packing list on-the-fly, make sure it's generated before # do-install is called! # # For package: # # LATEST_LINK - Install the "Latest" link for the package as ___. Define # this if the "Latest" link name will be incorrectly determined. # # This is used in all stages: # # SCRIPTS_ENV - Additional environment vars passed to scripts in # ${SCRIPTDIR} executed by bsd.port.mk. # Default: see below # # Finally, variables to change if you want a special behavior. These # are for debugging purposes. Don't set them in your Makefile. # # ECHO_MSG - Used to print all the '===>' style prompts - override this # to turn them off. # Default: ${ECHO_CMD} # PATCH_DEBUG - If set, print out more information about the patches as # it attempts to apply them. # PKG_DBDIR - Where package installation is recorded; this directory # must not contain anything else. # Default: /var/db/pkg # PORT_DBDIR - Where port configuration options are recorded. # Default: /var/db/ports # NO_PKG_REGISTER # - Don't register a port installation as a package. # FORCE_PKG_REGISTER # - If set, it will overwrite any existing package # registration information in ${PKG_DBDIR}/${PKGNAME}. # NO_DEPENDS - Don't verify build of dependencies. # CHECKSUM_ALGORITHMS # - Different checksum algorithms to check for verifying the # integrity of the distfiles. The absence of the algorithm # in distinfo doesn't make it fail. # Default: sha256 # NO_CHECKSUM - Don't verify the checksum. Typically used when # when you noticed the distfile you just fetched has # a different checksum and you intend to verify if # the port still works with it. # USE_PACKAGE_DEPENDS # - Try to install dependencies from existing packages instead # of building the port from scratch. Fallback on source # if an existing package is not present. # USE_PACKAGE_DEPENDS_ONLY # - Like USE_PACKAGE_DEPENDS, but do not fallback on source. # INSTALL_AS_USER # - Define this to install as the current user, intended # for systems where you have no root access. # DISABLE_SIZE - Do not check the size of a distfile even if the SIZE field # has been specified in distinfo. This is useful # when using an alternate FETCH_CMD. # # End of the list of all variables that need to be defined in a port. # Most port authors should not need to understand anything after this point. # # These need to be absolute since we don't know how deep in the ports # tree we are and thus can't go relative. They can, of course, be overridden # by individual Makefiles or local system make configuration. PORTSDIR?= /usr/ports LOCALBASE?= /usr/local LINUXBASE?= /compat/linux DISTDIR?= ${PORTSDIR}/distfiles _DISTDIR?= ${DISTDIR}/${DIST_SUBDIR} INDEXDIR?= ${PORTSDIR} SRC_BASE?= /usr/src USESDIR?= ${PORTSDIR}/Mk/Uses SCRIPTSDIR?= ${PORTSDIR}/Mk/Scripts LIB_DIRS?= /lib /usr/lib ${LOCALBASE}/lib STAGEDIR?= ${WRKDIR}/stage NOTPHONY?= PKG_ENV+= PORTSDIR=${PORTSDIR} CONFIGURE_ENV+= XDG_DATA_HOME=${WRKDIR} \ XDG_CONFIG_HOME=${WRKDIR} \ HOME=${WRKDIR} MAKE_ENV+= XDG_DATA_HOME=${WRKDIR} \ XDG_CONFIG_HOME=${WRKDIR} \ HOME=${WRKDIR} QA_ENV+= STAGEDIR=${STAGEDIR} \ PREFIX=${PREFIX} \ LOCALBASE=${LOCALBASE} \ "STRIP=${STRIP}" \ TMPPLIST=${TMPPLIST} CO_ENV+= STAGEDIR=${STAGEDIR} \ PREFIX=${PREFIX} \ LOCALBASE=${LOCALBASE} \ WRKDIR=${WRKDIR} \ WRKSRC=${WRKSRC} \ MTREE_FILE=${MTREE_FILE} \ GNOME_MTREE_FILE=${GNOME_MTREE_FILE} \ TMPPLIST=${TMPPLIST} \ SCRIPTSDIR=${SCRIPTSDIR} \ PLIST_SUB_SED="${PLIST_SUB_SED}" \ PORT_OPTIONS="${PORT_OPTIONS}" \ PORTSDIR="${PORTSDIR}" MINIMAL_PKG_VERSION= 1.3.8 # make sure bmake treats -V as expected .MAKE.EXPAND_VARIABLES= yes .include "${PORTSDIR}/Mk/bsd.commands.mk" .if defined(NO_STAGE) BROKEN= Not staged. DEPRECATED?= Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html EXPIRATION_DATE?= 2014-08-31 .endif .if defined(X_BUILD_FOR) .if !defined(.PARSEDIR) IGNORE= Cross building can only be done when using bmake(1) as make(1) .endif BUILD_DEPENDS= ${X_BUILD_FOR}-cc:${PORTSDIR}/devel/${X_BUILD_FOR}-xdev # Do not define CPP on purpose .if !defined(HCC) HCC:= ${CC} HCXX:= ${CXX} .endif .if !exists(/usr/${X_BUILD_FOR}/usr/bin/cc) X_SYSROOT= ${LOCALBASE}/${X_BUILD_FOR} .else X_SYSROOT= /usr/${X_BUILD_FOR} .endif CC= ${X_SYSROOT}/usr/bin/cc CXX= ${X_SYSROOT}/usr/bin/c++ PKG_ENV+= ABI_FILE=${X_SYSROOT}/usr/lib/crt1.o NM= ${X_BUILD_FOR}-nm STRIP_CMD= ${X_BUILD_FOR}-strip MAKE_ENV+= NM=${NM} STRIPBIN=${X_BUILD_FOR}-strip PKG_CONFIG_SYSROOT_DIR="${X_SYSROOT}" CONFIGURE_ENV+= PKG_CONFIG_SYSROOT_DIR="${X_SYSROOT}" # only bmake support the below STRIPBIN= ${STRIP_CMD} .export.env STRIPBIN .endif # # DESTDIR section to start a chrooted process if invoked with DESTDIR set # .if defined(DESTDIR) && !empty(DESTDIR) && !defined(CHROOTED) && \ !defined(BEFOREPORTMK) && !defined(INOPTIONSMK) .include "${PORTSDIR}/Mk/bsd.destdir.mk" .else # Look for ${PATCH_WRKSRC}/.../*.orig files, and (re-)create # ${FILEDIR}/patch-* files from them. .if !target(makepatch) makepatch: @${MKDIR} ${FILESDIR} @(cd ${PATCH_WRKSRC}; \ for f in `${FIND} . -type f -name '*.orig'`; do \ ORIG=$${f#./}; \ NEW=$${ORIG%.orig}; \ cmp -s $${ORIG} $${NEW} && continue; \ PATCH=`${ECHO} $${NEW} | ${SED} -e 's|/|__|g'`; \ OUT=${FILESDIR}/patch-$${PATCH}; \ ${ECHO} ${DIFF} -ud $${ORIG} $${NEW} '>' $${OUT}; \ TZ=UTC ${DIFF} -ud $${ORIG} $${NEW} | ${SED} -e \ '/^---/s|\.[0-9]* +0000$$| UTC|' -e \ '/^+++/s|\([[:blank:]][-0-9:.+]*\)*$$||' \ > $${OUT} || ${TRUE}; \ done \ ) .endif # Start of options section .if defined(INOPTIONSMK) || ( !defined(USEOPTIONSMK) && !defined(AFTERPORTMK) ) # Get the default maintainer MAINTAINER?= ports@FreeBSD.org # Get the architecture .if !defined(ARCH) ARCH!= ${UNAME} -p .endif # Get the operating system type .if !defined(OPSYS) OPSYS!= ${UNAME} -s .endif # Get the operating system revision .if !defined(OSREL) OSREL!= ${UNAME} -r | ${SED} -e 's/[-(].*//' .endif # Get __FreeBSD_version .if !defined(OSVERSION) .if exists(/usr/include/sys/param.h) OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' < /usr/include/sys/param.h .elif exists(${SRC_BASE}/sys/sys/param.h) OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' < ${SRC_BASE}/sys/sys/param.h .else OSVERSION!= ${SYSCTL} -n kern.osreldate .endif .endif # Enable new xorg for FreeBSD versions after Radeon KMS was imported unless # WITHOUT_NEW_XORG is set. .if (${OSVERSION} >= 902510 && ${OSVERSION} < 1000000) || ${OSVERSION} >= 1000704 . if !defined(WITHOUT_NEW_XORG) WITH_NEW_XORG?= yes . else .undef WITH_NEW_XORG . endif .endif # Only define tools here (for transition period with between pkg tools) .include "${PORTSDIR}/Mk/bsd.commands.mk" .if exists(${PKG_BIN}) .if !defined(_PKG_VERSION) _PKG_VERSION!= ${PKG_BIN} -v .endif _PKG_STATUS!= ${PKG_BIN} version -t ${_PKG_VERSION:C/-.*//g} ${MINIMAL_PKG_VERSION} .if ${_PKG_STATUS} == "<" IGNORE= pkg(8) must be version ${MINIMAL_PKG_VERSION} or greater, but you have ${_PKG_VERSION}. You must upgrade pkg(8) first .endif .endif MASTERDIR?= ${.CURDIR} .if ${MASTERDIR} != ${.CURDIR} SLAVE_PORT?= yes MASTER_PORT?=${MASTERDIR:C/[^\/]+\/\.\.\///:C/[^\/]+\/\.\.\///:C/^.*\/([^\/]+\/[^\/]+)$/\\1/} .else SLAVE_PORT?= no MASTER_PORT?= .endif # If they exist, include Makefile.inc, then architecture/operating # system specific Makefiles, then local Makefile.local. .if ${MASTERDIR} != ${.CURDIR} && exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" USE_SUBMAKE= yes .endif .if exists(${MASTERDIR}/../Makefile.inc) .include "${MASTERDIR}/../Makefile.inc" USE_SUBMAKE= yes .endif .if exists(${MASTERDIR}/Makefile.${ARCH}-${OPSYS}) .include "${MASTERDIR}/Makefile.${ARCH}-${OPSYS}" USE_SUBMAKE= yes .elif exists(${MASTERDIR}/Makefile.${OPSYS}) .include "${MASTERDIR}/Makefile.${OPSYS}" USE_SUBMAKE= yes .elif exists(${MASTERDIR}/Makefile.${ARCH}) .include "${MASTERDIR}/Makefile.${ARCH}" USE_SUBMAKE= yes .endif .if exists(${MASTERDIR}/Makefile.local) .include "${MASTERDIR}/Makefile.local" USE_SUBMAKE= yes .endif .for _CATEGORY in ${CATEGORIES} PKGCATEGORY?= ${_CATEGORY} .endfor _PORTDIRNAME= ${.CURDIR:T} PORTDIRNAME?= ${_PORTDIRNAME} PKGORIGIN?= ${PKGCATEGORY}/${PORTDIRNAME} # where 'make config' records user configuration options PORT_DBDIR?= /var/db/ports UID_FILES?= ${PORTSDIR}/UIDs GID_FILES?= ${PORTSDIR}/GIDs UID_OFFSET?= 0 GID_OFFSET?= 0 # predefined accounts from src/etc/master.passwd # alpha numeric sort order USERS_BLACKLIST= _dhcp _pflogd auditdistd bin bind daemon games hast kmem mailnull man news nobody operator pop proxy root smmsp sshd toor tty uucp www LDCONFIG_DIR= libdata/ldconfig LDCONFIG32_DIR= libdata/ldconfig32 .if defined(LATEST_LINK) UNIQUENAME?= ${LATEST_LINK} .else UNIQUENAME?= ${PKGNAMEPREFIX}${PORTNAME} .endif .endif # At least KDE needs TMPDIR for the package building, # so we're setting it to the known default value. .if defined(PACKAGE_BUILDING) TMPDIR?= /tmp .endif # defined(PACKAGE_BUILDING) # Respect TMPDIR passed via make.conf or similar and pass it down # to configure and make. .if defined(TMPDIR) MAKE_ENV+= TMPDIR="${TMPDIR}" CONFIGURE_ENV+= TMPDIR="${TMPDIR}" .endif # defined(TMPDIR) .if defined(WITH_DEBUG_PORTS) .if ${WITH_DEBUG_PORTS:M${PKGORIGIN}} WITH_DEBUG= yes .endif .endif .include "${PORTSDIR}/Mk/bsd.options.mk" # Start of pre-makefile section. .if !defined(AFTERPORTMK) && !defined(INOPTIONSMK) .include "${PORTSDIR}/Mk/bsd.sanity.mk" _PREMKINCLUDED= yes .if defined(PORTVERSION) .if ${PORTVERSION:M*[-_,]*}x != x IGNORE= PORTVERSION ${PORTVERSION} may not contain '-' '_' or ',' .endif DISTVERSION?= ${PORTVERSION:S/:/::/g} .elif defined(DISTVERSION) PORTVERSION= ${DISTVERSION:tl:C/([a-z])[a-z]+/\1/g:C/([0-9])([a-z])/\1.\2/g:C/:(.)/\1/g:C/[^a-z0-9+]+/./g} .endif PORTREVISION?= 0 .if ${PORTREVISION} != 0 _SUF1= _${PORTREVISION} .endif PORTEPOCH?= 0 .if ${PORTEPOCH} != 0 _SUF2= ,${PORTEPOCH} .endif PKGVERSION= ${PORTVERSION:C/[-_,]/./g}${_SUF1}${_SUF2} PKGNAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${PKGVERSION} DISTNAME?= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION:C/:(.)/\1/g}${DISTVERSIONSUFFIX} INDEXFILE?= INDEX-${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} DOCSDIR?= ${PREFIX}/share/doc/${PORTNAME} EXAMPLESDIR?= ${PREFIX}/share/examples/${PORTNAME} DATADIR?= ${PREFIX}/share/${PORTNAME} WWWDIR?= ${PREFIX}/www/${PORTNAME} ETCDIR?= ${PREFIX}/etc/${PORTNAME} .if defined(USE_LINUX_RPM) .include "${PORTSDIR}/Mk/bsd.linux-rpm.mk" .endif .if defined(USE_LINUX_APPS) .include "${PORTSDIR}/Mk/bsd.linux-apps.mk" .endif .if defined(USE_XORG) || defined(XORG_CAT) .include "${PORTSDIR}/Mk/bsd.xorg.mk" .endif PACKAGES?= ${PORTSDIR}/packages TEMPLATES?= ${PORTSDIR}/Templates KEYWORDS?= ${PORTSDIR}/Keywords PATCHDIR?= ${MASTERDIR}/files FILESDIR?= ${MASTERDIR}/files SCRIPTDIR?= ${MASTERDIR}/scripts PKGDIR?= ${MASTERDIR} .if defined(USE_LINUX_PREFIX) PREFIX?= ${LINUXBASE} NO_MTREE= yes .else PREFIX?= ${LOCALBASE} .endif .if defined(USE_LINUX_PREFIX) LDCONFIG_CMD?= ${LINUXBASE}/sbin/ldconfig -r ${LINUXBASE} .endif PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg .if defined(USE_LOCAL_MK) .include "${PORTSDIR}/Mk/bsd.local.mk" .endif .if defined(USE_OPENSSL) .include "${PORTSDIR}/Mk/bsd.openssl.mk" .endif .if defined(USE_EMACS) .include "${PORTSDIR}/Mk/bsd.emacs.mk" .endif .if defined(USE_GNUSTEP) .include "${PORTSDIR}/Mk/bsd.gnustep.mk" .endif .if defined(USE_PHP) .include "${PORTSDIR}/Mk/bsd.php.mk" .endif .if defined(USE_PYTHON) || defined(USE_PYTHON_BUILD) || defined(USE_PYTHON_RUN) USES+= python .endif .if defined(USE_EFL) || defined(WANT_EFL) || defined(USE_EFL_ESMART) .include "${PORTSDIR}/Mk/bsd.efl.mk" .endif .if defined(USE_FPC) || defined(WANT_FPC_BASE) || defined(WANT_FPC_ALL) .include "${PORTSDIR}/Mk/bsd.fpc.mk" .endif .if defined(USE_JAVA) .include "${PORTSDIR}/Mk/bsd.java.mk" .endif .if defined(USE_RUBY) || defined(USE_LIBRUBY) .include "${PORTSDIR}/Mk/bsd.ruby.mk" .endif .if defined(USE_OCAML) .include "${PORTSDIR}/Mk/bsd.ocaml.mk" .endif .if defined(USE_APACHE) || defined(USE_APACHE_BUILD) || defined(USE_APACHE_RUN) .include "${PORTSDIR}/Mk/bsd.apache.mk" .endif .if defined(USE_QT4) || defined(USE_QT5) .include "${PORTSDIR}/Mk/bsd.qt.mk" .endif .if defined(USE_TEX) .include "${PORTSDIR}/Mk/bsd.tex.mk" .endif .if defined(USE_GECKO) .include "${PORTSDIR}/Mk/bsd.gecko.mk" .endif .if defined(WANT_GNOME) || defined(USE_GNOME) || defined(INSTALLS_ICONS) .include "${PORTSDIR}/Mk/bsd.gnome.mk" .endif .if defined(USE_MATE) .include "${PORTSDIR}/Mk/bsd.mate.mk" .endif .if defined(WANT_WX) || defined(USE_WX) || defined(USE_WX_NOT) .include "${PORTSDIR}/Mk/bsd.wx.mk" .endif .if defined(WANT_GSTREAMER) || defined(USE_GSTREAMER) || defined(USE_GSTREAMER1) .include "${PORTSDIR}/Mk/bsd.gstreamer.mk" .endif .if defined(USE_SDL) || defined(WANT_SDL) .include "${PORTSDIR}/Mk/bsd.sdl.mk" .endif .if defined(USE_XFCE) .include "${PORTSDIR}/Mk/bsd.xfce.mk" .endif .if defined(USE_KDE4) || defined(KDE4_BUILDENV) .include "${PORTSDIR}/Mk/bsd.kde4.mk" .endif .if !defined(UID) UID!= ${ID} -u .endif DESTDIRNAME?= DESTDIR .if !empty(USES:Mdesktop-file-utils) QA_ENV+= USESDESKTOPFILEUTILS=yes .endif .if !empty(USES:Mlibtool*) QA_ENV+= USESLIBTOOL=yes .endif .if !empty(USES:Mshared-mime-info) QA_ENV+= USESSHAREDMIMEINFO=yes .endif # Loading features .for f in ${USES} _f=${f:C/\:.*//g} .if ${_f} != ${f} ${_f}_ARGS:= ${f:C/^[^\:]*\://g} .endif .include "${USESDIR}/${_f}.mk" .endfor .if defined(USE_BZIP2) EXTRACT_SUFX?= .tar.bz2 .elif defined(USE_XZ) EXTRACT_SUFX?= .tar.xz .else EXTRACT_SUFX?= .tar.gz .endif # You can force skipping these test by defining IGNORE_PATH_CHECKS .if !defined(IGNORE_PATH_CHECKS) .if ! ${PREFIX:M/*} .BEGIN: @${ECHO_MSG} "PREFIX must be defined as an absolute path so that when 'make'" @${ECHO_MSG} "is invoked in the work area PREFIX points to the right place." @${FALSE} .endif .endif # Location of mounted CDROM(s) to search for files CD_MOUNTPTS?= /cdrom ${CD_MOUNTPT} # Owner and group of the WWW user WWWOWN?= www WWWGRP?= www # Keep PKGNG_ORIGIN/WITH_PKGNG for compat with scripts which are looking for it PKG_ORIGIN?= ports-mgmt/pkg PKGNG_ORIGIN= ${PKG_ORIGIN} WITH_PKGNG?= yes WITH_PKG?= ${WITH_PKGNG} .endif # End of pre-makefile section. # Start of post-makefile section. .if !defined(BEFOREPORTMK) && !defined(INOPTIONSMK) .if defined(_POSTMKINCLUDED) DEV_ERROR+= "${PKGNAME}: Makefile error: you cannot include bsd.port[.post].mk twice" @${FALSE} .endif _POSTMKINCLUDED= yes WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/work .if !defined(IGNORE_MASTER_SITE_GITHUB) && defined(USE_GITHUB) WRKSRC?= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT} .endif .if defined(NO_WRKSUBDIR) WRKSRC?= ${WRKDIR} .else WRKSRC?= ${WRKDIR}/${DISTNAME} .endif .if defined(WRKSRC_SUBDIR) WRKSRC:= ${WRKSRC}/${WRKSRC_SUBDIR} .endif PATCH_WRKSRC?= ${WRKSRC} CONFIGURE_WRKSRC?= ${WRKSRC} BUILD_WRKSRC?= ${WRKSRC} INSTALL_WRKSRC?=${WRKSRC} PLIST_SUB+= OSREL=${OSREL} PREFIX=%D LOCALBASE=${LOCALBASE} \ RESETPREFIX=${PREFIX} SUB_LIST+= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} \ DATADIR=${DATADIR} DOCSDIR=${DOCSDIR} EXAMPLESDIR=${EXAMPLESDIR} \ WWWDIR=${WWWDIR} ETCDIR=${ETCDIR} # This is used for check-stagedir.sh and check_leftover.sh to replace # directories/files with PLIST_SUB %%KEYS%%. # Remove VARS that are too generic # Remove empty values # Remove @comment values # Remove quotes # Replace . with \. for later sed(1) usage PLIST_SUB_SED_MIN?= 2 PLIST_SUB_SED?= ${PLIST_SUB:C/.*=.{1,${PLIST_SUB_SED_MIN}}$//g:NEXTRACT_SUFX=*:NOSREL=*:NLIB32DIR=*:NPREFIX=*:NLOCALBASE=*:NRESETPREFIX=*:N*="":N*="@comment*:C/([^=]*)="?([^"]*)"?/s!\2!%%\1%%!g;/g:C/\./\\./g} # kludge to strip trailing whitespace from CFLAGS; # sub-configure will not # survive double space CFLAGS:= ${CFLAGS:C/ $//} .if defined(WITHOUT_CPU_CFLAGS) .if defined(_CPUCFLAGS) .if !empty(_CPUCFLAGS) CFLAGS:= ${CFLAGS:C/${_CPUCFLAGS}//} .endif .endif .endif # Reset value from bsd.own.mk. .if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG) .if !defined(INSTALL_STRIPPED) STRIP= #none MAKE_ENV+= DONTSTRIP=yes STRIP_CMD= ${TRUE} .endif DEBUG_FLAGS?= -g CFLAGS:= ${CFLAGS:N-O*:N-fno-strict*} ${DEBUG_FLAGS} .if defined(INSTALL_TARGET) INSTALL_TARGET:= ${INSTALL_TARGET:S/^install-strip$/install/g} .endif .endif .if defined(WITH_SSP) || defined(WITH_SSP_PORTS) .include "${PORTSDIR}/Mk/bsd.ssp.mk" .endif # XXX PIE support to be added here MAKE_ENV+= NO_PIE=yes .if defined(NOPORTDOCS) PLIST_SUB+= PORTDOCS="@comment " .else PLIST_SUB+= PORTDOCS="" .endif .if defined(NOPORTEXAMPLES) PLIST_SUB+= PORTEXAMPLES="@comment " .else PLIST_SUB+= PORTEXAMPLES="" .endif CONFIGURE_SHELL?= ${SH} MAKE_SHELL?= ${SH} CONFIGURE_ENV+= SHELL=${CONFIGURE_SHELL} CONFIG_SHELL=${CONFIGURE_SHELL} MAKE_ENV+= SHELL=${MAKE_SHELL} NO_LINT=YES .if defined(PATCHFILES) .if ${PATCHFILES:M*.zip}x != x PATCH_DEPENDS+= ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip .endif .endif # Check the compatibility layer for amd64/ia64 .if ${ARCH} == "amd64" || ${ARCH} =="ia64" .if exists(/usr/lib32) HAVE_COMPAT_IA32_LIBS?= YES .endif .if !defined(HAVE_COMPAT_IA32_KERN) HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then echo YES; fi; echo .if empty(HAVE_COMPAT_IA32_KERN) .undef HAVE_COMPAT_IA32_KERN .endif .endif .endif .if defined(IA32_BINARY_PORT) && ${ARCH} != "i386" .if ${ARCH} == "amd64" || ${ARCH} == "ia64" .if !defined(HAVE_COMPAT_IA32_KERN) IGNORE= requires a kernel with compiled-in IA32 compatibility .elif !defined(HAVE_COMPAT_IA32_LIBS) IGNORE= requires 32-bit libraries installed under /usr/lib32 .endif _LDCONFIG_FLAGS=-32 LIB32DIR= lib32 .else IGNORE= requires i386 (or compatible) platform to run .endif .else LIB32DIR= lib .endif PLIST_SUB+= LIB32DIR=${LIB32DIR} .if ${WITH_PKG} == devel PKG_ORIGIN= ports-mgmt/pkg-devel .endif .if !defined(PKG_DEPENDS) && !defined(CLEAN_FETCH_ENV) PKG_DEPENDS+= ${LOCALBASE}/sbin/pkg:${PORTSDIR}/${PKG_ORIGIN} .endif .if defined(USE_GCC) .include "${PORTSDIR}/Mk/bsd.gcc.mk" .endif .if defined(USE_BINUTILS) && !defined(DISABLE_BINUTILS) BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils BINUTILS?= ADDR2LINE AR AS CPPFILT GPROF LD NM OBJCOPY OBJDUMP RANLIB \ READELF SIZE STRINGS BINUTILS_NO_MAKE_ENV?= . for b in ${BINUTILS} ${b}= ${LOCALBASE}/bin/${b:C/PP/++/:tl} . if defined(GNU_CONFIGURE) || defined(BINUTILS_CONFIGURE) CONFIGURE_ENV+= ${b}="${${b}}" . endif . if ${BINUTILS_NO_MAKE_ENV:M${b}} == "" MAKE_ENV+= ${b}="${${b}}" . endif . endfor .endif .if defined(USE_OPENLDAP) || defined(WANT_OPENLDAP_VER) .include "${PORTSDIR}/Mk/bsd.ldap.mk" .endif .if defined(USE_RC_SUBR) && ${USE_RC_SUBR:tu} != "YES" SUB_FILES+= ${USE_RC_SUBR} .endif .if defined(USE_RCORDER) SUB_FILES+= ${USE_RCORDER} .endif .if defined(USE_LDCONFIG) && ${USE_LDCONFIG:tl} == "yes" USE_LDCONFIG= ${PREFIX}/lib .endif .if defined(USE_LDCONFIG32) && ${USE_LDCONFIG32:tl} == "yes" IGNORE= has USE_LDCONFIG32 set to yes, which is not correct .endif .if defined(USE_LINUX_PREFIX) && defined(USE_LDCONFIG) # we need ${LINUXBASE}/sbin/ldconfig USE_LINUX?= yes .endif .if defined(USE_LINUX) . if !defined(LINUX_OSRELEASE) LINUX_OSRELEASE!= ${ECHO_CMD} `${SYSCTL} -n compat.linux.osrelease 2>/dev/null` . endif # install(1) also does a brandelf on strip, so don't strip with FreeBSD tools. STRIP= . if exists(${LINUXBASE}/usr/bin/strip) STRIP_CMD= ${LINUXBASE}/usr/bin/strip . else STRIP_CMD= ${TRUE} . endif # Allow the user to specify another linux_base version. . if defined(OVERRIDE_LINUX_BASE_PORT) . if ${USE_LINUX:tl} == yes USE_LINUX= ${OVERRIDE_LINUX_BASE_PORT} . endif . endif # NOTE: when you update the default linux_base version (case "yes"), # don't forget to update the Handbook! . if exists(${PORTSDIR}/emulators/linux_base-${USE_LINUX}) LINUX_BASE_PORT= ${LINUXBASE}/bin/sh:${PORTSDIR}/emulators/linux_base-${USE_LINUX} . else . if ${USE_LINUX:tl} == "yes" +USE_LINUX= f10 # temporary default, set to c6 soon LINUX_BASE_PORT= ${LINUXBASE}/etc/fedora-release:${PORTSDIR}/emulators/linux_base-f10 +#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 RUN_DEPENDS+= ${LINUX_BASE_PORT} .endif PKG_IGNORE_DEPENDS?= 'this_port_does_not_exist' _GL_glesv2_LIB_DEPENDS= libGLESv2.so:${PORTSDIR}/graphics/libglesv2 _GL_egl_LIB_DEPENDS= libEGL.so:${PORTSDIR}/graphics/libEGL _GL_gl_LIB_DEPENDS= libGL.so:${PORTSDIR}/graphics/libGL _GL_gl_USE_XORG= glproto dri2proto _GL_glew_LIB_DEPENDS= libGLEW.so:${PORTSDIR}/graphics/glew _GL_glu_LIB_DEPENDS= libGLU.so:${PORTSDIR}/graphics/libGLU _GL_glu_USE_XORG= glproto dri2proto _GL_glw_LIB_DEPENDS= libGLw.so:${PORTSDIR}/graphics/libGLw _GL_glut_LIB_DEPENDS= libglut.so:${PORTSDIR}/graphics/freeglut .if defined(USE_GL) . if ${USE_GL:tl} == "yes" USE_GL= glu . endif . for _component in ${USE_GL} . if !defined(_GL_${_component}_LIB_DEPENDS) && \ !defined(_GL_${_component}_RUN_DEPENDS) IGNORE= uses unknown GL component . else USE_XORG+= ${_GL_${_component}_USE_XORG} BUILD_DEPENDS+= ${_GL_${_component}_BUILD_DEPENDS} LIB_DEPENDS+= ${_GL_${_component}_LIB_DEPENDS} RUN_DEPENDS+= ${_GL_${_component}_RUN_DEPENDS} . endif . endfor .endif .if defined(_DESTDIR_VIA_ENV) MAKE_ENV+= ${DESTDIRNAME}=${STAGEDIR} .else MAKE_ARGS+= ${DESTDIRNAME}=${STAGEDIR} .endif CO_ENV+= PACKAGE_DEPENDS="${_LIB_RUN_DEPENDS:C,[^:]*:([^:]*):?.*,\1,:C,${PORTSDIR}/,,}" \ PKG_QUERY="${PKG_QUERY}" .if defined(NO_PREFIX_RMDIR) CO_ENV+= NO_PREFIX_RMDIR=1 .else CO_ENV+= NO_PREFIX_RMDIR=0 .endif METADIR= ${WRKDIR}/.metadir MANIFESTF= ${METADIR}/+MANIFEST PKGPREINSTALL?= ${PKGDIR}/pkg-pre-install PKGPOSTINSTALL?= ${PKGDIR}/pkg-post-install PKGPREDEINSTALL?= ${PKGDIR}/pkg-pre-deinstall PKGPOSTDEINSTALL?= ${PKGDIR}/pkg-post-deinstall PKGPREUPGRADE?= ${PKGDIR}/pkg-pre-upgrade PKGPOSTUPGRADE?= ${PKGDIR}/pkg-post-upgrade PKGUPGRADE?= ${PKGDIR}/pkg-upgrade _FORCE_POST_PATTERNS= rmdir kldxref mkfontscale mkfontdir fc-cache \ fonts.dir fonts.scale gtk-update-icon-cache \ gio-querymodules \ gtk-query-immodules \ ldconfig \ load-octave-pkg \ ocamlfind \ update-desktop-database update-mime-database \ gdk-pixbuf-query-loaders catalog.ports \ glib-compile-schemas \ ccache-update-links .if defined(USE_LOCAL_MK) .include "${PORTSDIR}/Mk/bsd.local.mk" .endif .if defined(USE_XORG) || defined(XORG_CAT) .include "${PORTSDIR}/Mk/bsd.xorg.mk" .endif .if defined(USE_MYSQL) || defined(WANT_MYSQL_VER) || \ defined(USE_PGSQL) || defined(WANT_PGSQL_VER) || \ defined(USE_BDB) || defined(USE_SQLITE) || defined(USE_FIREBIRD) .include "${PORTSDIR}/Mk/bsd.database.mk" .endif .if defined(WANT_GSTREAMER) || defined(USE_GSTREAMER) || defined(USE_GSTREAMER1) .include "${PORTSDIR}/Mk/bsd.gstreamer.mk" .endif .if defined(USE_EFL) || defined(WANT_EFL) || defined(USE_EFL_ESMART) .include "${PORTSDIR}/Mk/bsd.efl.mk" .endif .if defined(USE_JAVA) .include "${PORTSDIR}/Mk/bsd.java.mk" .endif .if defined(USE_OCAML) .include "${PORTSDIR}/Mk/bsd.ocaml.mk" .endif .if defined(USE_LINUX_RPM) .include "${PORTSDIR}/Mk/bsd.linux-rpm.mk" .endif .if defined(USE_LINUX_APPS) .include "${PORTSDIR}/Mk/bsd.linux-apps.mk" .endif .if defined(USE_QT4) || defined(USE_QT5) .include "${PORTSDIR}/Mk/bsd.qt.mk" .endif .if defined(USE_SDL) || defined(WANT_SDL) .include "${PORTSDIR}/Mk/bsd.sdl.mk" .endif .if defined(USE_PHP) .include "${PORTSDIR}/Mk/bsd.php.mk" .endif .if defined(USE_WX) || defined(USE_WX_NOT) .include "${PORTSDIR}/Mk/bsd.wx.mk" .endif .if defined(USE_APACHE) || defined(USE_APACHE_BUILD) || defined(USE_APACHE_RUN) .include "${PORTSDIR}/Mk/bsd.apache.mk" .endif .if defined(USE_AUTOTOOLS) .include "${PORTSDIR}/Mk/bsd.autotools.mk" .endif .if defined(USE_FPC) || defined(WANT_FPC_BASE) || defined(WANT_FPC_ALL) .include "${PORTSDIR}/Mk/bsd.fpc.mk" .endif .if defined(USE_GECKO) .include "${PORTSDIR}/Mk/bsd.gecko.mk" .endif .if defined(WANT_GNOME) || defined(USE_GNOME) .include "${PORTSDIR}/Mk/bsd.gnome.mk" .endif .if defined(USE_MATE) .include "${PORTSDIR}/Mk/bsd.mate.mk" .endif .if defined(USE_XFCE) .include "${PORTSDIR}/Mk/bsd.xfce.mk" .endif .if defined(USE_KDE4) .include "${PORTSDIR}/Mk/bsd.kde4.mk" .endif .if exists(${PORTSDIR}/Makefile.inc) .include "${PORTSDIR}/Makefile.inc" USE_SUBMAKE= yes .endif # Loading features .for f in ${_USES_POST} _f=${f:C/\:.*//g} .if ${_f} != ${f} ${_f}_ARGS:= ${f:C/^[^\:]*\://g} .endif .include "${USESDIR}/${_f}.mk" .endfor .if defined(USE_XORG) # Add explicit X options to avoid problems with false positives in configure .if defined(GNU_CONFIGURE) CONFIGURE_ARGS+=--x-libraries=${LOCALBASE}/lib --x-includes=${LOCALBASE}/include .endif .endif # Set the default for the installation of Postscript(TM)- # compatible functionality. .if !defined(USE_GHOSTSCRIPT) . if defined(USE_GHOSTSCRIPT_BUILD) _USE_GHOSTSCRIPT= ${USE_GHOSTSCRIPT_BUILD} . elif defined(USE_GHOSTSCRIPT_RUN) _USE_GHOSTSCRIPT= ${USE_GHOSTSCRIPT_RUN} . endif .else _USE_GHOSTSCRIPT= ${USE_GHOSTSCRIPT} .endif .if defined(WITH_GHOSTSCRIPT_VER) && !empty(WITH_GHOSTSCRIPT_VER:M[789]) _USE_GHOSTSCRIPT_DEFAULT_VER= ${WITH_GHOSTSCRIPT_VER} .else _USE_GHOSTSCRIPT_DEFAULT_VER= 9 .endif .if defined(_USE_GHOSTSCRIPT) . if !defined(WITHOUT_X11) _USE_GHOSTSCRIPT_PKGNAME_SUFFIX= . else _USE_GHOSTSCRIPT_PKGNAME_SUFFIX=-nox11 . endif . if !empty(_USE_GHOSTSCRIPT:M[789]) _USE_GHOSTSCRIPT_VER=${_USE_GHOSTSCRIPT:M[789]} . else _USE_GHOSTSCRIPT_VER=${_USE_GHOSTSCRIPT_DEFAULT_VER} . endif .else _USE_GHOSTSCRIPT_VER=${_USE_GHOSTSCRIPT_DEFAULT_VER} .endif # Sanity check .if defined(_USE_GHOSTSCRIPT) && defined(WITH_GHOSTSCRIPT_VER) . if empty(WITH_GHOSTSCRIPT_VER:M[789]) . error You set an invalid value "${WITH_GHOSTSCRIPT_VER}" in WITH_GHOSTSCRIPT_VER. Abort. . elif ${_USE_GHOSTSCRIPT_VER} != ${WITH_GHOSTSCRIPT_VER} . error You set WITH_GHOSTSCRIPT_VER as ${WITH_GHOSTSCRIPT_VER} but ${PKGNAME} requires print/ghostscript${_USE_GHOSTSCRIPT_VER}. Abort. . endif .endif GHOSTSCRIPT_PORT?= print/ghostscript${_USE_GHOSTSCRIPT_VER}${_USE_GHOSTSCRIPT_PKGNAME_SUFFIX} # Set up the ghostscript dependencies. .if defined(USE_GHOSTSCRIPT) || defined(USE_GHOSTSCRIPT_BUILD) BUILD_DEPENDS+= gs:${PORTSDIR}/${GHOSTSCRIPT_PORT} .endif .if defined(USE_GHOSTSCRIPT) || defined(USE_GHOSTSCRIPT_RUN) RUN_DEPENDS+= gs:${PORTSDIR}/${GHOSTSCRIPT_PORT} .endif # Macro for doing in-place file editing using regexps REINPLACE_ARGS?= -i.bak REINPLACE_CMD?= ${SED} ${REINPLACE_ARGS} # Names of cookies used to skip already completed stages EXTRACT_COOKIE?= ${WRKDIR}/.extract_done.${PORTNAME}.${PREFIX:S/\//_/g} CONFIGURE_COOKIE?= ${WRKDIR}/.configure_done.${PORTNAME}.${PREFIX:S/\//_/g} INSTALL_COOKIE?= ${WRKDIR}/.install_done.${PORTNAME}.${PREFIX:S/\//_/g} BUILD_COOKIE?= ${WRKDIR}/.build_done.${PORTNAME}.${PREFIX:S/\//_/g} PATCH_COOKIE?= ${WRKDIR}/.patch_done.${PORTNAME}.${PREFIX:S/\//_/g} PACKAGE_COOKIE?= ${WRKDIR}/.package_done.${PORTNAME}.${PREFIX:S/\//_/g} STAGE_COOKIE?= ${WRKDIR}/.stage_done.${PORTNAME}.${PREFIX:S/\//_/g} # How to do nothing. Override if you, for some strange reason, would rather # do something. DO_NADA?= ${TRUE} # Use this as the first operand to always build dependency. NONEXISTENT?= /nonexistent CHECKSUM_ALGORITHMS?= sha256 DISTINFO_FILE?= ${MASTERDIR}/distinfo MAKE_FLAGS?= -f MAKEFILE?= Makefile MAKE_CMD?= /usr/bin/make MAKE_ENV+= PREFIX=${PREFIX} \ LOCALBASE=${LOCALBASE} \ LIBDIR="${LIBDIR}" \ CC="${CC}" CFLAGS="${CFLAGS}" \ CPP="${CPP}" CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" LIBS="${LIBS}" \ CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ MANPREFIX="${MANPREFIX}" # Add -fno-strict-aliasing to CFLAGS with optimization level -O2 or higher. # gcc 4.x enable strict aliasing optimization with -O2 which is known to break # a lot of ports. .if !defined(WITHOUT_NO_STRICT_ALIASING) .if ${CC} != "icc" .if !empty(CFLAGS:M-O[23s]) && empty(CFLAGS:M-fno-strict-aliasing) CFLAGS+= -fno-strict-aliasing .endif .endif .endif .for lang in C CXX .if defined(USE_${lang}STD) ${lang}FLAGS:= ${${lang}FLAGS:N-std=*} -std=${USE_${lang}STD} .endif .if defined(${lang}FLAGS_${ARCH}) ${lang}FLAGS+= ${${lang}FLAGS_${ARCH}} .endif .endfor # Multiple make jobs support .if defined(DISABLE_MAKE_JOBS) || defined(MAKE_JOBS_UNSAFE) _MAKE_JOBS= # MAKE_JOBS_NUMBER= 1 .else .if defined(MAKE_JOBS_NUMBER) _MAKE_JOBS_NUMBER:= ${MAKE_JOBS_NUMBER} .else _MAKE_JOBS_NUMBER!= ${SYSCTL} -n kern.smp.cpus .endif .if defined(MAKE_JOBS_NUMBER_LIMIT) && ( ${MAKE_JOBS_NUMBER_LIMIT} < ${_MAKE_JOBS_NUMBER} ) MAKE_JOBS_NUMBER= ${MAKE_JOBS_NUMBER_LIMIT} .else MAKE_JOBS_NUMBER= ${_MAKE_JOBS_NUMBER} .endif _MAKE_JOBS?= -j${MAKE_JOBS_NUMBER} BUILD_FAIL_MESSAGE+= Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. .endif # ccache support # Try to set a default CCACHE_DIR to workaround HOME=/dev/null and # HOME=${WRKDIR}/* staging fixes .if defined(WITH_CCACHE_BUILD) && !defined(CCACHE_DIR) && \ (!defined(HOME) || ${HOME} == /dev/null || ${HOME:S/^${WRKDIR}//} != ${HOME}) . if defined(USER) && ${USER} == root CCACHE_DIR= /root/.ccache . else NO_CCACHE= yes WARNING+= WITH_CCACHE_BUILD support disabled, please set CCACHE_DIR. . endif .endif # Support NO_CCACHE for common setups, require WITH_CCACHE_BUILD, and # don't use if ccache already set in CC .if !defined(NO_CCACHE) && defined(WITH_CCACHE_BUILD) && !${CC:M*ccache*} && \ !defined(NO_BUILD) && !defined(NOCCACHE) # Avoid depends loops between pkg and ccache . if !${.CURDIR:M*/devel/ccache} && !${.CURDIR:M*/ports-mgmt/pkg} BUILD_DEPENDS+= ${LOCALBASE}/bin/ccache:${PORTSDIR}/devel/ccache . endif _CCACHE_PATH= ${LOCALBASE}/libexec/ccache # Prepend the ccache dir into the PATH and setup ccache env PATH:= ${_CCACHE_PATH}:${PATH} #.MAKEFLAGS: PATH=${PATH} .if !${MAKE_ENV:MPATH=*} && !${CONFIGURE_ENV:MPATH=*} MAKE_ENV+= PATH=${PATH} CONFIGURE_ENV+= PATH=${PATH} .endif # Ensure this is always in subchild environments . if defined(CCACHE_DIR) #.MAKEFLAGS: CCACHE_DIR=${CCACHE_DIR} MAKE_ENV+= CCACHE_DIR="${CCACHE_DIR}" CONFIGURE_ENV+= CCACHE_DIR="${CCACHE_DIR}" . endif .endif PTHREAD_CFLAGS?= PTHREAD_LIBS?= -pthread FETCH_ENV?= SSL_NO_VERIFY_PEER=1 SSL_NO_VERIFY_HOSTNAME=1 FETCH_BINARY?= /usr/bin/fetch FETCH_ARGS?= -Fpr FETCH_REGET?= 1 .if !defined(DISABLE_SIZE) FETCH_BEFORE_ARGS+= $${CKSIZE:+-S $$CKSIZE} .endif FETCH_CMD?= ${FETCH_BINARY} ${FETCH_ARGS} .if defined(RANDOMIZE_MASTER_SITES) .if exists(/usr/games/random) RANDOM_CMD?= /usr/games/random RANDOM_ARGS?= "-w -f -" _RANDOMIZE_SITES= " |${RANDOM_CMD} ${RANDOM_ARGS}" .endif .endif TOUCH?= /usr/bin/touch TOUCH_FLAGS?= -f DISTORIG?= .bak.orig PATCH?= /usr/bin/patch PATCH_STRIP?= -p0 PATCH_DIST_STRIP?= -p0 .if defined(PATCH_DEBUG) PATCH_DEBUG_TMP= yes PATCH_ARGS?= -d ${PATCH_WRKSRC} -E ${PATCH_STRIP} PATCH_DIST_ARGS?= --suffix ${DISTORIG} -d ${PATCH_WRKSRC} -E ${PATCH_DIST_STRIP} .else PATCH_DEBUG_TMP= no PATCH_ARGS?= -d ${PATCH_WRKSRC} --forward --quiet -E ${PATCH_STRIP} PATCH_DIST_ARGS?= --suffix ${DISTORIG} -d ${PATCH_WRKSRC} --forward --quiet -E ${PATCH_DIST_STRIP} .endif .if !defined(QUIET) PATCH_SILENT= PATCH_SILENT=yes .endif .if defined(BATCH) PATCH_ARGS+= --batch PATCH_DIST_ARGS+= --batch .endif # Prevent breakage with VERSION_CONTROL=numbered PATCH_ARGS+= -V simple .if defined(PATCH_CHECK_ONLY) PATCH_ARGS+= -C PATCH_DIST_ARGS+= -C .endif .if ${PATCH} == "/usr/bin/patch" PATCH_ARGS+= --suffix .orig PATCH_DIST_ARGS+= --suffix .orig .endif TAR?= /usr/bin/tar # EXTRACT_SUFX is defined in .pre.mk section EXTRACT_CMD?= ${TAR} EXTRACT_BEFORE_ARGS?= -xf .if defined(EXTRACT_PRESERVE_OWNERSHIP) EXTRACT_AFTER_ARGS?= .else EXTRACT_AFTER_ARGS?= --no-same-owner --no-same-permissions .endif # Figure out where the local mtree file is .if !defined(MTREE_FILE) && !defined(NO_MTREE) .if ${PREFIX} == /usr MTREE_FILE= /etc/mtree/BSD.usr.dist .else MTREE_FILE= ${PORTSDIR}/Templates/BSD.local.dist .endif MTREE_FILE_DEFAULT=yes .endif MTREE_CMD?= /usr/sbin/mtree MTREE_ARGS?= -U ${MTREE_FOLLOWS_SYMLINKS} -f ${MTREE_FILE} -d -e -p READLINK_CMD?= /usr/bin/readlink # Determine whether or not we can use rootly owner/group functions. .if ${UID} == 0 _BINOWNGRP= -o ${BINOWN} -g ${BINGRP} _SHROWNGRP= -o ${SHAREOWN} -g ${SHAREGRP} _MANOWNGRP= -o ${MANOWN} -g ${MANGRP} .else _BINOWNGRP= _SHROWNGRP= _MANOWNGRP= .endif _SHAREMODE?= 0644 # A few aliases for *-install targets INSTALL_PROGRAM= \ ${INSTALL} ${COPY} ${STRIP} ${_BINOWNGRP} -m ${BINMODE} INSTALL_KLD= \ ${INSTALL} ${COPY} ${_BINOWNGRP} -m ${BINMODE} INSTALL_LIB= \ ${INSTALL} ${COPY} ${STRIP} ${_SHROWNGRP} -m ${SHAREMODE} INSTALL_SCRIPT= \ ${INSTALL} ${COPY} ${_BINOWNGRP} -m ${BINMODE} INSTALL_DATA= \ ${INSTALL} ${COPY} ${_SHROWNGRP} -m ${_SHAREMODE} INSTALL_MAN= \ ${INSTALL} ${COPY} ${_MANOWNGRP} -m ${MANMODE} INSTALL_MACROS= BSD_INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ BSD_INSTALL_LIB="${INSTALL_LIB}" \ BSD_INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ BSD_INSTALL_DATA="${INSTALL_DATA}" \ BSD_INSTALL_MAN="${INSTALL_MAN}" MAKE_ENV+= ${INSTALL_MACROS} SCRIPTS_ENV+= ${INSTALL_MACROS} # Macro for copying entire directory tree with correct permissions .if ${UID} == 0 COPYTREE_BIN= ${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \ 2>&1) && \ ${CHOWN} -Rh ${BINOWN}:${BINGRP} $$1 && \ ${FIND} -d $$0 $$2 -type d -exec chmod 755 $$1/{} \; && \ ${FIND} -d $$0 $$2 -type f -exec chmod ${BINMODE} $$1/{} \;' -- COPYTREE_SHARE= ${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \ 2>&1) && \ ${CHOWN} -Rh ${SHAREOWN}:${SHAREGRP} $$1 && \ ${FIND} -d $$0 $$2 -type d -exec chmod 755 $$1/{} \; && \ ${FIND} -d $$0 $$2 -type f -exec chmod ${SHAREMODE} $$1/{} \;' -- .else COPYTREE_BIN= ${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \ 2>&1) && \ ${FIND} -d $$0 $$2 -type d -exec chmod 755 $$1/{} \; && \ ${FIND} -d $$0 $$2 -type f -exec chmod ${BINMODE} $$1/{} \;' -- COPYTREE_SHARE= ${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \ 2>&1) && \ ${FIND} -d $$0 $$2 -type d -exec chmod 755 $$1/{} \; && \ ${FIND} -d $$0 $$2 -type f -exec chmod ${SHAREMODE} $$1/{} \;' -- .endif # The user can override the NO_PACKAGE by specifying this from # the make command line .if defined(FORCE_PACKAGE) .undef NO_PACKAGE .endif DESCR?= ${PKGDIR}/pkg-descr PLIST?= ${PKGDIR}/pkg-plist PKGHELP?= ${PKGDIR}/pkg-help PKGINSTALL?= ${PKGDIR}/pkg-install PKGDEINSTALL?= ${PKGDIR}/pkg-deinstall PKGREQ?= ${PKGDIR}/pkg-req PKGMESSAGE?= ${PKGDIR}/pkg-message TMPPLIST?= ${WRKDIR}/.PLIST.mktmp TMPPLIST_SORT?= ${WRKDIR}/.PLIST.mktmp.sorted TMPGUCMD?= ${WRKDIR}/.PLIST.gucmd .if defined(PKG_NOCOMPRESS) PKG_SUFX?= .tar .else PKG_SUFX?= .txz .endif # where pkg_add records its dirty deeds. PKG_DBDIR?= /var/db/pkg ALL_TARGET?= all INSTALL_TARGET?= install INSTALL_TARGET+= ${LATE_INSTALL_ARGS} # Integrate with the license auditing framework .if !defined (DISABLE_LICENSES) .include "${PORTSDIR}/Mk/bsd.licenses.mk" .endif # Popular master sites .include "${PORTSDIR}/Mk/bsd.sites.mk" # Empty declaration to avoid "variable MASTER_SITES recursive" error MASTER_SITES?= PATCH_SITES?= _MASTER_SITES_DEFAULT?= _PATCH_SITES_DEFAULT?= # Feed internal _{MASTER,PATCH}_SITES_n where n is a group designation # as per grouping rules (:something) # Organize _{MASTER,PATCH}_SITES_{DEFAULT,[^/:]+} according to grouping # rules (:something) .for _S in ${MASTER_SITES} _S_TEMP= ${_S:S/^${_S:C@/?:[^/:]+$@/@}//:S/^://} . if !empty(_S_TEMP) . for _group in ${_S_TEMP:S/,/ /g} _G_TEMP= ${_group} . if ${_G_TEMP} == all || ${_G_TEMP} == ALL || ${_G_TEMP} == default check-makevars:: @${ECHO_MSG} "Makefile error: the words all, ALL and default are reserved and cannot be" @${ECHO_MSG} "used in group definitions. Please fix your MASTER_SITES" @${FALSE} . endif _MASTER_SITES_${_group}+= ${_S:C@^(.*/):[^/:]+$@\1@} . endfor . else _MASTER_SITES_DEFAULT+= ${_S:C@^(.*/):[^/:]+$@\1@} . endif .endfor .for _S in ${PATCH_SITES} _S_TEMP= ${_S:S/^${_S:C@/:[^/:]+$@/@}//:S/^://} . if !empty(_S_TEMP) . for _group in ${_S_TEMP:S/,/ /g} _G_TEMP= ${_group} . if ${_G_TEMP} == all || ${_G_TEMP} == ALL || ${_G_TEMP} == default check-makevars:: @${ECHO_MSG} "The words all, ALL and default are reserved and cannot be" @${ECHO_MSG} "used in group definitions. Please fix your PATCH_SITES" @${FALSE} . endif _PATCH_SITES_${_group}+= ${_S:C@^(.*/):[^/:]+$@\1@} . endfor . else _PATCH_SITES_DEFAULT+= ${_S:C@^(.*/):[^/:]+$@\1@} . endif .endfor # Feed internal _{MASTER,PATCH}_SITE_SUBDIR_n where n is a group designation # as per grouping rules (:something) # Organize _{MASTER,PATCH}_SITE_SUBDIR_{DEFAULT,[^/:]+} according to grouping # rules (:something) .for _S in ${MASTER_SITE_SUBDIR} _S_TEMP= ${_S:S/^${_S:C@/:[^/:]+$@/@}//:S/^://} . if !empty(_S_TEMP) . for _group in ${_S_TEMP:S/,/ /g} _G_TEMP= ${_group} . if ${_G_TEMP} == all || ${_G_TEMP} == ALL || ${_G_TEMP} == default check-makevars:: @${ECHO_MSG} "Makefile error: the words all, ALL and default are reserved and cannot be" @${ECHO_MSG} "used in group definitions. Please fix your MASTER_SITE_SUBDIR" @${FALSE} . endif . if defined(_MASTER_SITES_${_group}) _MASTER_SITE_SUBDIR_${_group}+= ${_S:C@^(.*)/:[^/:]+$@\1@} . endif . endfor . else . if defined(_MASTER_SITES_DEFAULT) _MASTER_SITE_SUBDIR_DEFAULT+= ${_S:C@^(.*)/:[^/:]+$@\1@} . endif . endif .endfor .for _S in ${PATCH_SITE_SUBDIR} _S_TEMP= ${_S:S/^${_S:C@/:[^/:]+$@/@}//:S/^://} . if !empty(_S_TEMP) . for _group in ${_S_TEMP:S/,/ /g} _G_TEMP= ${_group} . if ${_G_TEMP} == all || ${_G_TEMP} == ALL || ${_G_TEMP} == default check-makevars:: @${ECHO_MSG} "Makefile error: the words all, ALL and default are reserved and cannot be" @${ECHO_MSG} "used in group definitions. Please fix your PATCH_SITE_SUBDIR" @${FALSE} . endif . if defined(_PATCH_SITES_${_group}) _PATCH_SITE_SUBDIR_${_group}+= ${_S:C@^(.*)/:[^/:]+$@\1@} . endif . endfor . else . if defined(_PATCH_SITES_DEFAULT) _PATCH_SITE_SUBDIR_DEFAULT+= ${_S:C@^(.*)/:[^/:]+$@\1@} . endif . endif .endfor # Substitute subdirectory names # XXX simpler/faster solution but not the best space wise, suggestions please .for _S in ${MASTER_SITES} _S_TEMP= ${_S:S/^${_S:C@/:[^/:]+$@/@}//:S/^://} . if !empty(_S_TEMP) . for _group in ${_S_TEMP:S/,/ /g} . if !defined(_MASTER_SITE_SUBDIR_${_group}) MASTER_SITES_TMP= ${_MASTER_SITES_${_group}:S^%SUBDIR%/^^} . else _S_TEMP_TEMP= ${_MASTER_SITES_${_group}:M*%SUBDIR%/*} . if empty(_S_TEMP_TEMP) MASTER_SITES_TMP= ${_MASTER_SITES_${_group}} . else MASTER_SITES_TMP= . for site in ${_MASTER_SITES_${_group}} _S_TEMP_TEMP= ${site:M*%SUBDIR%/*} . if empty(_S_TEMP_TEMP) MASTER_SITES_TMP+= ${site} . else . for dir in ${_MASTER_SITE_SUBDIR_${_group}} MASTER_SITES_TMP+= ${site:S^%SUBDIR%^\${dir}^} . endfor . endif . endfor . endif . endif _MASTER_SITES_${_group}:= ${MASTER_SITES_TMP} . endfor . endif .endfor .if defined(_MASTER_SITE_SUBDIR_DEFAULT) _S_TEMP= ${_MASTER_SITES_DEFAULT:M*%SUBDIR%/*} . if empty(_S_TEMP) MASTER_SITES_TMP= ${_MASTER_SITES_DEFAULT} . else MASTER_SITES_TMP= . for site in ${_MASTER_SITES_DEFAULT} _S_TEMP_TEMP= ${site:M*%SUBDIR%/*} . if empty(_S_TEMP_TEMP) MASTER_SITES_TMP+= ${site} . else . for dir in ${_MASTER_SITE_SUBDIR_DEFAULT} MASTER_SITES_TMP+= ${site:S^%SUBDIR%^\${dir}^} . endfor . endif . endfor . endif .else MASTER_SITES_TMP= ${_MASTER_SITES_DEFAULT:S^%SUBDIR%/^^} .endif _MASTER_SITES_DEFAULT:= ${MASTER_SITES_TMP} MASTER_SITES_TMP= .for _S in ${PATCH_SITES} _S_TEMP= ${_S:S/^${_S:C@/:[^/:]+$@/@}//:S/^://} . if !empty(_S_TEMP) . for _group in ${_S_TEMP:S/,/ /g} . if !defined(_PATCH_SITE_SUBDIR_${_group}) PATCH_SITES_TMP= ${_PATCH_SITES_${_group}:S^%SUBDIR%/^^} . else _S_TEMP_TEMP= ${_PATCH_SITES_${_group}:M*%SUBDIR%/*} . if empty(_S_TEMP_TEMP) PATCH_SITES_TMP= ${_PATCH_SITES_${_group}} . else PATCH_SITES_TMP= . for site in ${_PATCH_SITES_${_group}} _S_TEMP_TEMP= ${site:M*%SUBDIR%/*} . if empty(_S_TEMP_TEMP) PATCH_SITES_TMP+= ${site} . else . for dir in ${_PATCH_SITE_SUBDIR_${_group}} PATCH_SITES_TMP+= ${site:S^%SUBDIR%^\${dir}^} . endfor . endif . endfor . endif . endif _PATCH_SITES_${_group}:= ${PATCH_SITES_TMP} . endfor . endif .endfor .if defined(_PATCH_SITE_SUBDIR_DEFAULT) _S_TEMP= ${_PATCH_SITES_DEFAULT:M*%SUBDIR%/*} . if empty(_S_TEMP) PATCH_SITES_TMP= ${_PATCH_SITES_DEFAULT} . else PATCH_SITES_TMP= . for site in ${_PATCH_SITES_DEFAULT} _S_TEMP_TEMP= ${site:M*%SUBDIR%/*} . if empty(_S_TEMP_TEMP) PATCH_SITES_TMP+= ${site} . else . for dir in ${_PATCH_SITE_SUBDIR_DEFAULT} PATCH_SITES_TMP+= ${site:S^%SUBDIR%^\${dir}^} . endfor . endif . endfor . endif .else PATCH_SITES_TMP= ${_PATCH_SITES_DEFAULT:S^%SUBDIR%/^^} .endif _PATCH_SITES_DEFAULT:= ${PATCH_SITES_TMP} PATCH_SITES_TMP= # The primary backup site. MASTER_SITE_BACKUP?= \ http://distcache.FreeBSD.org/ports-distfiles/${DIST_SUBDIR}/ MASTER_SITE_BACKUP:= ${MASTER_SITE_BACKUP:S^\${DIST_SUBDIR}/^^} # If the user has MASTER_SITE_FREEBSD set, go to the FreeBSD repository # for everything, but don't search it twice by appending it to the end. .if defined(MASTER_SITE_FREEBSD) _MASTER_SITE_OVERRIDE:= ${MASTER_SITE_BACKUP} _MASTER_SITE_BACKUP:= # empty .else _MASTER_SITE_OVERRIDE= ${MASTER_SITE_OVERRIDE} _MASTER_SITE_BACKUP= ${MASTER_SITE_BACKUP} .endif # Search CDROM first if mounted, symlink instead of copy if # FETCH_SYMLINK_DISTFILES is set .for MOUNTPT in ${CD_MOUNTPTS} .if exists(${MOUNTPT}/ports/distfiles) _MASTER_SITE_OVERRIDE:= file:${MOUNTPT}/ports/distfiles/${DIST_SUBDIR}/ ${_MASTER_SITE_OVERRIDE} .if defined(FETCH_SYMLINK_DISTFILES) FETCH_BEFORE_ARGS+= -l .endif .endif .endfor NOFETCHFILES?= # Organize DISTFILES, PATCHFILES, _MASTER_SITES_ALL, _PATCH_SITES_ALL # according to grouping rules (:something) DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} _MASTER_SITES_ALL= ${_MASTER_SITES_DEFAULT} _PATCH_SITES_ALL= ${_PATCH_SITES_DEFAULT} _G_TEMP= DEFAULT .for _D in ${DISTFILES} _D_TEMP= ${_D:S/^${_D:C/:[^:]+$//}//} . if !empty(_D_TEMP) . for _group in ${_D_TEMP:S/^://:S/,/ /g} . if !defined(_MASTER_SITES_${_group}) _G_TEMP_TEMP= ${_G_TEMP:M/${_group}/} . if empty(_G_TEMP_TEMP) _G_TEMP+= ${_group} _MASTER_SITES_ALL+= ${_MASTER_SITES_${_group}} . endif . endif . endfor _DISTFILES+= ${_D:C/:[^:]+$//} . else _DISTFILES+= ${_D} . endif .endfor _G_TEMP= DEFAULT .for _P in ${PATCHFILES} _P_TEMP= ${_P:C/:[^-:][^:]*$//} _P_groups= ${_P:S/^${_P:C/:[^:]+$//}//:S/^://} _P_file= ${_P_TEMP:C/:-[^:]+$//} _P_strip= ${_P_TEMP:S/^${_P_TEMP:C/:-[^:]*$//}//:S/^://} . if !empty(_P_groups) . for _group in ${_P_groups:S/,/ /g} . if !defined(_PATCH_SITES_${_group}) _G_TEMP_TEMP= ${_G_TEMP:M/${_group}/} . if empty(_G_TEMP_TEMP) _G_TEMP+= ${_group} _PATCH_SITES_ALL+= ${_PATCH_SITES_${_group}} . endif . endif . endfor . endif _PATCHFILES:= ${_PATCHFILES} ${_P_file} . if !empty(_P_strip) _PATCH_DIST_STRIP_CASES:= ${_PATCH_DIST_STRIP_CASES} ("${_P_file}") printf %s "${_P_strip}" ;; . endif .endfor _P_groups= _P_file= _P_strip= _G_TEMP= _G_TEMP_TEMP= ALLFILES?= ${_DISTFILES} ${_PATCHFILES} # # Sort the master site list according to the patterns in MASTER_SORT # MASTER_SORT?= MASTER_SORT_REGEX?= MASTER_SORT_REGEX+= ${MASTER_SORT:S|.|\\.|g:S|^|://[^/]*|:S|$|/|} MASTER_SORT_AWK= BEGIN { RS = " "; ORS = " "; IGNORECASE = 1 ; gl = "${MASTER_SORT_REGEX:S|\\|\\\\|g}"; } .for srt in ${MASTER_SORT_REGEX} MASTER_SORT_AWK+= /${srt:S|/|\\/|g}/ { good["${srt:S|\\|\\\\|g}"] = good["${srt:S|\\|\\\\|g}"] " " $$0 ; next; } .endfor MASTER_SORT_AWK+= { rest = rest " " $$0; } END { n=split(gl, gla); for(i=1;i<=n;i++) { print good[gla[i]]; } print rest; } SORTED_MASTER_SITES_DEFAULT_CMD= cd ${.CURDIR} && ${MAKE} master-sites-DEFAULT SORTED_PATCH_SITES_DEFAULT_CMD= cd ${.CURDIR} && ${MAKE} patch-sites-DEFAULT SORTED_MASTER_SITES_ALL_CMD= cd ${.CURDIR} && ${MAKE} master-sites-ALL SORTED_PATCH_SITES_ALL_CMD= cd ${.CURDIR} && ${MAKE} patch-sites-ALL # has similar effect to old targets, i.e., access only {MASTER,PATCH}_SITES, not working with the new _n variables master-sites-DEFAULT: @${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} '${_MASTER_SITES_DEFAULT}' | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP} patch-sites-DEFAULT: @${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} '${_PATCH_SITES_DEFAULT}' | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP} # # Sort the master site list according to the patterns in MASTER_SORT # according to grouping rules (:something) # # for use in the fetch targets .for _S in ${MASTER_SITES} _S_TEMP= ${_S:S/^${_S:C@/:[^/:]+$@/@}//} . if !empty(_S_TEMP) . for _group in ${_S_TEMP:S/^://:S/,/ /g} . if !target(master-sites-${_group}) SORTED_MASTER_SITES_${_group}_CMD= cd ${.CURDIR} && ${MAKE} master-sites-${_group} master-sites-${_group}: @${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} '${_MASTER_SITES_${_group}}' | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP} . endif . endfor . endif .endfor .for _S in ${PATCH_SITES} _S_TEMP= ${_S:S/^${_S:C@/:[^/:]+$@/@}//} . if !empty(_S_TEMP) . for _group in ${_S_TEMP:S/^://:S/,/ /g} . if !target(patch-sites-${_group}) SORTED_PATCH_SITES_${_group}_CMD= cd ${.CURDIR} && ${MAKE} patch-sites-${_group} patch-sites-${_group}: @${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} '${_PATCH_SITES_${_group}}' | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP} . endif . endfor . endif .endfor # # Hackery to enable simple fetch targets with several dynamic MASTER_SITES # _MASTER_SITES_ENV= _MASTER_SITES_DEFAULT="${_MASTER_SITES_DEFAULT}" .for _F in ${DISTFILES} _F_TEMP= ${_F:S/^${_F:C/:[^:]+$//}//:S/^://} . if !empty(_F_TEMP) . for _group in ${_F_TEMP:S/,/ /g} . if defined(_MASTER_SITES_${_group}) _MASTER_SITES_ENV+= _MASTER_SITES_${_group}="${_MASTER_SITES_${_group}}" . endif . endfor . endif .endfor _PATCH_SITES_ENV= _PATCH_SITES_DEFAULT="${_PATCH_SITES_DEFAULT}" .for _F in ${PATCHFILES} _F_TEMP= ${_F:S/^${_F:C/:[^-:][^:]*$//}//:S/^://} . if !empty(_F_TEMP) . for _group in ${_F_TEMP:S/,/ /g} . if defined(_PATCH_SITES_${_group}) _PATCH_SITES_ENV+= _PATCH_SITES_${_group}="${_PATCH_SITES_${_group}}" . endif . endfor . endif .endfor master-sites-ALL: @${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} '${_MASTER_SITES_ALL}' | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP} patch-sites-ALL: @${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} '${_PATCH_SITES_ALL}' | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP} # synonyms, mnemonics master-sites-all: master-sites-ALL patch-sites-all: patch-sites-ALL master-sites-default: master-sites-DEFAULT patch-sites-default: patch-sites-DEFAULT # compatibility with old behavior master-sites: master-sites-DEFAULT patch-sites: patch-sites-DEFAULT CKSUMFILES= ${ALLFILES} # List of all files, with ${DIST_SUBDIR} in front. Used for checksum. .if defined(DIST_SUBDIR) .if defined(CKSUMFILES) && ${CKSUMFILES}!="" _CKSUMFILES?= ${CKSUMFILES:S/^/${DIST_SUBDIR}\//} .endif .else _CKSUMFILES?= ${CKSUMFILES} .endif # This is what is actually going to be extracted, and is overridable # by user. EXTRACT_ONLY?= ${_DISTFILES} .if !target(maintainer) maintainer: @${ECHO_CMD} "${MAINTAINER}" .endif .if !defined(CATEGORIES) check-categories: @${ECHO_MSG} "${PKGNAME}: Makefile error: CATEGORIES is mandatory." @${FALSE} .else VALID_CATEGORIES+= accessibility afterstep arabic archivers astro audio \ benchmarks biology cad chinese comms converters databases \ deskutils devel docs dns editors elisp emulators enlightenment finance french ftp \ games geography german gnome gnustep graphics hamradio haskell hebrew hungarian \ ipv6 irc japanese java kde kld korean lang linux lisp \ mail mate math mbone misc multimedia net net-im net-mgmt net-p2p news \ palm parallel pear perl5 plan9 polish portuguese ports-mgmt \ print python ruby rubygems russian \ scheme science security shells spanish sysutils \ tcl textproc tk \ ukrainian vietnamese windowmaker www \ x11 x11-clocks x11-drivers x11-fm x11-fonts x11-servers x11-themes \ x11-toolkits x11-wm xfce zope check-categories: .for cat in ${CATEGORIES} . if empty(VALID_CATEGORIES:M${cat}) @${ECHO_MSG} "${PKGNAME}: Makefile error: category ${cat} not in list of valid categories."; \ ${FALSE}; . endif .endfor .endif PKGREPOSITORYSUBDIR?= All PKGREPOSITORY?= ${PACKAGES}/${PKGREPOSITORYSUBDIR} .if exists(${PACKAGES}) PKGFILE?= ${PKGREPOSITORY}/${PKGNAME}${PKG_SUFX} .else PKGFILE?= ${.CURDIR}/${PKGNAME}${PKG_SUFX} .endif # The "latest version" link -- ${PKGNAME} minus everthing after the last '-' PKGLATESTREPOSITORY?= ${PACKAGES}/Latest PKGBASE?= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} LATEST_LINK?= ${PKGBASE} PKGLATESTFILE= ${PKGLATESTREPOSITORY}/${LATEST_LINK}${PKG_SUFX} CONFIGURE_SCRIPT?= configure CONFIGURE_TARGET?= ${ARCH}-portbld-${OPSYS:tl}${OSREL} CONFIGURE_TARGET:= ${CONFIGURE_TARGET:S/--build=//} CONFIGURE_LOG?= config.log # A default message to print if do-configure fails. CONFIGURE_FAIL_MESSAGE?= "Please report the problem to ${MAINTAINER} [maintainer] and attach the \"${CONFIGURE_WRKSRC}/${CONFIGURE_LOG}\" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a ${PKG_INFO} -Ea)." .if defined(GNU_CONFIGURE) # Maximum command line length .if !defined(CONFIGURE_MAX_CMD_LEN) CONFIGURE_MAX_CMD_LEN!= ${SYSCTL} -n kern.argmax .endif GNU_CONFIGURE_PREFIX?= ${PREFIX} GNU_CONFIGURE_MANPREFIX?= ${MANPREFIX} CONFIG_SITE?= ${PORTSDIR}/Templates/config.site CONFIGURE_ARGS+= --prefix=${GNU_CONFIGURE_PREFIX} $${_LATE_CONFIGURE_ARGS} .if defined(X_BUILD_FOR) CONFIGURE_ARGS+= --host=${X_BUILD_FOR} .endif CONFIGURE_ENV+= CONFIG_SITE=${CONFIG_SITE} lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN} HAS_CONFIGURE= yes SET_LATE_CONFIGURE_ARGS= \ _LATE_CONFIGURE_ARGS="" ; \ if [ ! -z "`./${CONFIGURE_SCRIPT} --help 2>&1 | ${GREP} -- '--mandir'`" ]; then \ _LATE_CONFIGURE_ARGS="$${_LATE_CONFIGURE_ARGS} --mandir=${GNU_CONFIGURE_MANPREFIX}/man" ; \ fi ; \ if [ ! -z "`./${CONFIGURE_SCRIPT} --help 2>&1 | ${GREP} -- '--infodir'`" ]; then \ _LATE_CONFIGURE_ARGS="$${_LATE_CONFIGURE_ARGS} --infodir=${GNU_CONFIGURE_PREFIX}/${INFO_PATH}/${INFO_SUBDIR}" ; \ fi ; \ if [ -z "`./${CONFIGURE_SCRIPT} --version 2>&1 | ${EGREP} -i '(autoconf.*2\.13|Unrecognized option)'`" ]; then \ _LATE_CONFIGURE_ARGS="$${_LATE_CONFIGURE_ARGS} --build=${CONFIGURE_TARGET}" ; \ else \ _LATE_CONFIGURE_ARGS="$${_LATE_CONFIGURE_ARGS} ${CONFIGURE_TARGET}" ; \ fi ; .endif # Passed to most of script invocations SCRIPTS_ENV+= CURDIR=${MASTERDIR} DISTDIR=${DISTDIR} \ WRKDIR=${WRKDIR} WRKSRC=${WRKSRC} PATCHDIR=${PATCHDIR} \ SCRIPTDIR=${SCRIPTDIR} FILESDIR=${FILESDIR} \ PORTSDIR=${PORTSDIR} PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} .if defined(BATCH) SCRIPTS_ENV+= BATCH=yes .endif .if ${PREFIX} == /usr MANPREFIX?= /usr/share .else MANPREFIX?= ${PREFIX} .endif MANDIRS+= ${MANPREFIX}/man .for sect in 1 2 3 4 5 6 7 8 9 MAN${sect}PREFIX?= ${MANPREFIX} .endfor MANLPREFIX?= ${MANPREFIX} MANNPREFIX?= ${MANPREFIX} .if ${PREFIX} == /usr INFO_PATH?= share/info .else INFO_PATH?= info .endif .if defined(INFO) RUN_DEPENDS+= indexinfo:${PORTSDIR}/print/indexinfo . for D in ${INFO:H} RD:= ${D} . if ${RD} != "." . if !defined(INFO_SUBDIR) INFO_SUBDIR:= ${RD} . elif ${INFO_SUBDIR} != ${RD} BROKEN= only one subdirectory in INFO is allowed . endif . endif .undef RD . endfor .endif DOCSDIR_REL?= ${DOCSDIR:S,^${PREFIX}/,,} EXAMPLESDIR_REL?= ${EXAMPLESDIR:S,^${PREFIX}/,,} DATADIR_REL?= ${DATADIR:S,^${PREFIX}/,,} WWWDIR_REL?= ${WWWDIR:S,^${PREFIX}/,,} ETCDIR_REL?= ${ETCDIR:S,^${PREFIX}/,,} PLIST_SUB+= DOCSDIR="${DOCSDIR_REL}" \ EXAMPLESDIR="${EXAMPLESDIR_REL}" \ DATADIR="${DATADIR_REL}" \ WWWDIR="${WWWDIR_REL}" \ ETCDIR="${ETCDIR_REL}" DESKTOPDIR?= ${PREFIX}/share/applications _DESKTOPDIR_REL= ${DESKTOPDIR:S,^${PREFIX}/,,}/ .if ${_DESKTOPDIR_REL} == ${DESKTOPDIR}/ # DESKTOPDIR is not beneath PREFIX _DESKTOPDIR_REL= .endif .MAIN: all ################################################################ # Many ways to disable a port. # # If we're in BATCH mode and the port is interactive, or we're # in interactive mode and the port is non-interactive, skip all # the important targets. The reason we have two modes is that # one might want to leave a build in BATCH mode running # overnight, then come back in the morning and do _only_ the # interactive ones that required your intervention. # # Ignore ports that can't be resold if building for a CDROM. # # Don't build a port if it's restricted and we don't want to get # into that. # # Don't build a port if it's broken, unless we're running a parallel # build (in case it's fixed). # # Don't build a port if it's forbidden for whatever reason. # # Don't build a port if the system is too old. ################################################################ # Check the machine architectures .if defined(ONLY_FOR_ARCHS) .for __ARCH in ${ONLY_FOR_ARCHS} .if ${ARCH:M${__ARCH}} != "" __ARCH_OK?= 1 .endif .endfor .else __ARCH_OK?= 1 .endif .if defined(NOT_FOR_ARCHS) .for __NARCH in ${NOT_FOR_ARCHS} .if ${ARCH:M${__NARCH}} != "" .undef __ARCH_OK .endif .endfor .endif .if !defined(__ARCH_OK) .if defined(ONLY_FOR_ARCHS) IGNORE= is only for ${ONLY_FOR_ARCHS}, .else # defined(NOT_FOR_ARCHS) IGNORE= does not run on ${NOT_FOR_ARCHS}, .endif IGNORE+= while you are running ${ARCH} .if defined(ONLY_FOR_ARCHS_REASON_${ARCH}) IGNORE+= (reason: ${ONLY_FOR_ARCHS_REASON_${ARCH}}) .elif defined(ONLY_FOR_ARCHS_REASON) IGNORE+= (reason: ${ONLY_FOR_ARCHS_REASON}) .endif .if defined(NOT_FOR_ARCHS_REASON_${ARCH}) IGNORE+= (reason: ${NOT_FOR_ARCHS_REASON_${ARCH}}) .elif defined(NOT_FOR_ARCHS_REASON) IGNORE+= (reason: ${NOT_FOR_ARCHS_REASON}) .endif .endif # Check the user interaction and legal issues .if !defined(NO_IGNORE) .if (defined(IS_INTERACTIVE) && defined(BATCH)) IGNORE= is an interactive port .elif (!defined(IS_INTERACTIVE) && defined(INTERACTIVE)) IGNORE= is not an interactive port .elif (defined(NO_CDROM) && defined(FOR_CDROM)) IGNORE= may not be placed on a CDROM: ${NO_CDROM} .elif (defined(RESTRICTED) && defined(NO_RESTRICTED)) IGNORE= is restricted: ${RESTRICTED} .elif (defined(NO_PACKAGE) && defined(PACKAGE_BUILDING)) IGNORE= may not be packaged: ${NO_PACKAGE} .elif defined(BROKEN) .if !defined(TRYBROKEN) IGNORE= is marked as broken: ${BROKEN} .endif .elif defined(BROKEN_${ARCH}) .if !defined(TRYBROKEN) IGNORE= is marked as broken on ${ARCH}: ${BROKEN_${ARCH}} .endif .elif defined(FORBIDDEN) IGNORE= is forbidden: ${FORBIDDEN} .endif # Define the text to be output to LEGAL .if defined(LEGAL_TEXT) LEGAL= ${LEGAL_TEXT} .elif defined(RESTRICTED) LEGAL= ${RESTRICTED} .elif defined(NO_CDROM) LEGAL= ${NO_CDROM} .elif defined(NO_PACKAGE) && ! defined(LEGAL_PACKAGE) LEGAL= ${NO_PACKAGE} .endif .if (defined(MANUAL_PACKAGE_BUILD) && defined(PACKAGE_BUILDING)) IGNORE= has to be built manually: ${MANUAL_PACKAGE_BUILD} clean: @${IGNORECMD} .endif .if defined(IGNORE) .if defined(IGNORE_SILENT) IGNORECMD= ${DO_NADA} .else IGNORECMD= ${ECHO_MSG} "===> ${PKGNAME} "${IGNORE:Q}.;exit 1 .endif _TARGETS= check-sanity fetch checksum extract patch configure all build \ install reinstall package stage restage .for target in ${_TARGETS} .if !target(${target}) ${target}: @${IGNORECMD} .if defined(INSTALLS_DEPENDS) @${FALSE} .endif .endif .endfor .endif .endif .if defined(IGNORE) || defined(NO_PACKAGE) ignorelist: package-name .else ignorelist: @${DO_NADA} .endif .if defined(IGNORE) || defined(NO_PACKAGE) ignorelist-verbose: .if defined(IGNORE) @${ECHO_CMD} "${PKGNAME}|IGNORE: "${IGNORE:Q} .else @${ECHO_CMD} "${PKGNAME}|NO_PACKAGE: "${NO_PACKAGE:Q} .endif .else ignorelist-verbose: @${DO_NADA} .endif ################################################################ # Clean directories for ftp or CDROM. ################################################################ .if !defined(LICENSE) .if defined(RESTRICTED) clean-restricted: delete-distfiles delete-package clean-restricted-list: delete-distfiles-list delete-package-list RESTRICTED_FILES?= ${_DISTFILES} ${_PATCHFILES} .else clean-restricted: clean-restricted-list: .endif .if defined(NO_CDROM) clean-for-cdrom: delete-distfiles delete-package clean-for-cdrom-list: delete-distfiles-list delete-package-list RESTRICTED_FILES?= ${_DISTFILES} ${_PATCHFILES} .else clean-for-cdrom: clean-for-cdrom-list: .endif .endif # !defined(LICENSE) .if defined(ALL_HOOK) all: @cd ${.CURDIR} && ${SETENV} CURDIR=${.CURDIR} DISTNAME=${DISTNAME} \ DISTDIR=${DISTDIR} WRKDIR=${WRKDIR} WRKSRC=${WRKSRC} \ PATCHDIR=${PATCHDIR} SCRIPTDIR=${SCRIPTDIR} \ FILESDIR=${FILESDIR} PORTSDIR=${PORTSDIR} PREFIX=${PREFIX} \ BUILD_DEPENDS="${BUILD_DEPENDS}" RUN_DEPENDS="${RUN_DEPENDS}" \ CONFLICTS="${CONFLICTS}" \ ${ALL_HOOK} .endif .if !target(all) all: stage .endif .if !defined(DEPENDS_TARGET) .if defined(DEPENDS_PRECLEAN) DEPENDS_TARGET= clean DEPENDS_ARGS= NOCLEANDEPENDS=yes .endif .if make(reinstall) DEPENDS_TARGET+= reinstall .else DEPENDS_TARGET+= install .endif .if defined(DEPENDS_CLEAN) DEPENDS_TARGET+= clean DEPENDS_ARGS+= NOCLEANDEPENDS=yes .endif .endif ################################################################ # # Do preliminary work to detect if we need to run the config # target or not. # ################################################################ .if ((!defined(OPTIONS_DEFINE) && !defined(OPTIONS_SINGLE) && !defined(OPTIONS_MULTI)) \ && !defined(OPTIONS_GROUP) && !defined(OPTIONS_RADIO) \ || defined(CONFIG_DONE_${UNIQUENAME:tu}) || \ defined(PACKAGE_BUILDING) || defined(BATCH)) _OPTIONS_OK=yes .endif ################################################################ # The following are used to create easy dummy targets for # disabling some bit of default target behavior you don't want. # They still check to see if the target exists, and if so don't # do anything, since you might want to set this globally for a # group of ports in a Makefile.inc, but still be able to # override from an individual Makefile. ################################################################ # Disable checksum .if defined(NO_CHECKSUM) && !target(checksum) checksum: fetch @${DO_NADA} .endif # Disable build .if defined(NO_BUILD) && !target(build) build: configure @${TOUCH} ${TOUCH_FLAGS} ${BUILD_COOKIE} .endif # Disable install .if defined(NO_INSTALL) && !target(do-install) do-install: @${DO_NADA} .endif # Disable package .if defined(NO_PACKAGE) && !target(package) package: .if defined(IGNORE_SILENT) @${DO_NADA} .else @${ECHO_MSG} "===> ${PKGNAME} may not be packaged: "${NO_PACKAGE:Q}. .endif .endif # Disable describe .if defined(NO_DESCRIBE) && !target(describe) describe: @${DO_NADA} .endif ################################################################ # More standard targets start here. # # These are the body of the build/install framework. If you are # not happy with the default actions, and you can't solve it by # adding pre-* or post-* targets/scripts, override these. ################################################################ # Pre-everything pre-everything:: @${DO_NADA} .if defined(TRYBROKEN) && defined(BROKEN) buildanyway-message: @${ECHO_MSG} "Trying build of ${PKGNAME} even though it is marked BROKEN." .endif options-message: .if defined(GNOME_OPTION_MSG) && (!defined(PACKAGE_BUILDING) || !defined(BATCH)) @for m in ${GNOME_OPTION_MSG}; do \ ${ECHO_MSG} $$m; \ done .else @${DO_NADA} .endif .if defined(_OPTIONS_READ) @${ECHO_MSG} "===> Found saved configuration for ${_OPTIONS_READ}" .endif ${PKG_DBDIR} ${PREFIX} ${WRKDIR} ${WRKSRC}: @${MKDIR} ${.TARGET} # Warn user about deprecated packages. Advisory only. .if !target(check-deprecated) check-deprecated: .if defined(DEPRECATED) @${ECHO_MSG} "===> NOTICE:" @${ECHO_MSG} @${ECHO_MSG} "This port is deprecated; you may wish to reconsider installing it:" @${ECHO_MSG} @${ECHO_MSG} ${DEPRECATED:Q}. @${ECHO_MSG} .if defined(EXPIRATION_DATE) @${ECHO_MSG} "It is scheduled to be removed on or after ${EXPIRATION_DATE}." @${ECHO_MSG} .endif .endif .endif # Check if the port is listed in the vulnerability database AUDITFILE?= ${PKG_DBDIR}/vuln.xml _EXTRACT_AUDITFILE= ${CAT} "${AUDITFILE}" check-vulnerable: .if !defined(DISABLE_VULNERABILITIES) && !defined(PACKAGE_BUILDING) @if [ -f "${AUDITFILE}" ]; then \ if [ -x "${PKG_BIN}" ]; then \ vlist=`${PKG_BIN} audit "${PKGNAME}"`; \ if [ "$${vlist}" = "0 problem(s) in the installed packages found." ]; then \ vlist=""; \ fi; \ elif [ "${PORTNAME}" = "pkg" ]; then \ vlist=""; \ fi; \ if [ -n "$$vlist" ]; then \ ${ECHO_MSG} "===> ${PKGNAME} has known vulnerabilities:"; \ ${ECHO_MSG} "$$vlist"; \ ${ECHO_MSG} "=> Please update your ports tree and try again."; \ ${ECHO_MSG} "=> Note: Vulnerable ports are marked as such even if there is no update available."; \ ${ECHO_MSG} "=> If you wish to ignore this vulnerability rebuild with 'make DISABLE_VULNERABILITIES=yes'"; \ exit 1; \ fi; \ fi .endif # set alg to any of SIZE, SHA256 (or any other checksum algorithm): DISTINFO_DATA?= if [ \( -n "${DISABLE_SIZE}" -a -n "${NO_CHECKSUM}" \) -o ! -f "${DISTINFO_FILE}" ]; then exit; fi; \ DIR=${DIST_SUBDIR}; ${AWK} -v alg=$$alg -v file=$${DIR:+$$DIR/}$${file} \ '$$1 == alg && $$2 == "(" file ")" {print $$4}' ${DISTINFO_FILE} # Fetch .if !target(do-fetch) do-fetch: @${MKDIR} ${_DISTDIR} @cd ${_DISTDIR};\ ${_MASTER_SITES_ENV} ; \ for _file in ${DISTFILES}; do \ file=$${_file%%:*}; \ if [ $$_file = $$file ]; then \ select=''; \ else \ select=`${ECHO_CMD} $${_file##*:} | ${SED} -e 's/,/ /g'` ; \ fi; \ force_fetch=false; \ filebasename=$${file##*/}; \ for afile in ${FORCE_FETCH}; do \ afile=$${afile##*/}; \ if [ "x$$afile" = "x$$filebasename" ]; then \ force_fetch=true; \ fi; \ done; \ if [ ! -f $$file -a ! -f $$filebasename -o "$$force_fetch" = "true" ]; then \ if [ -L $$file -o -L $$filebasename ]; then \ ${ECHO_MSG} "=> ${_DISTDIR}/$$file is a broken symlink."; \ ${ECHO_MSG} "=> Perhaps a filesystem (most likely a CD) isn't mounted?"; \ ${ECHO_MSG} "=> Please correct this problem and try again."; \ exit 1; \ fi; \ if [ -f ${DISTINFO_FILE} -a "x${NO_CHECKSUM}" = "x" ]; then \ _sha256sum=`alg=SHA256; ${DISTINFO_DATA}`; \ if [ -z "$$_sha256sum" ]; then \ ${ECHO_MSG} "=> $${DIR:+$$DIR/}$$file is not in ${DISTINFO_FILE}."; \ ${ECHO_MSG} "=> Either ${DISTINFO_FILE} is out of date, or"; \ ${ECHO_MSG} "=> $${DIR:+$$DIR/}$$file is spelled incorrectly."; \ exit 1; \ fi; \ fi; \ ${ECHO_MSG} "=> $$file doesn't seem to exist in ${_DISTDIR}."; \ if [ ! -w ${_DISTDIR} ]; then \ ${ECHO_MSG} "=> ${_DISTDIR} is not writable by you; cannot fetch."; \ exit 1; \ fi; \ if [ ! -z "$$select" ] ; then \ __MASTER_SITES_TMP= ; \ for group in $$select; do \ if [ ! -z \$${_MASTER_SITES_$${group}} ] ; then \ eval ___MASTER_SITES_TMP="\$${_MASTER_SITES_$${group}}" ; \ __MASTER_SITES_TMP="$${__MASTER_SITES_TMP} $${___MASTER_SITES_TMP}" ; \ fi; \ done; \ ___MASTER_SITES_TMP= ; \ SORTED_MASTER_SITES_CMD_TMP="${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} $${__MASTER_SITES_TMP} | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP}" ; \ else \ SORTED_MASTER_SITES_CMD_TMP="${SORTED_MASTER_SITES_DEFAULT_CMD}" ; \ fi; \ sites_remaining=0; \ sites="`eval $$SORTED_MASTER_SITES_CMD_TMP ${_RANDOMIZE_SITES}`"; \ for site in $${sites}; do \ sites_remaining=$$(($${sites_remaining} + 1)); \ done; \ for site in $${sites}; do \ sites_remaining=$$(($${sites_remaining} - 1)); \ ${ECHO_MSG} "=> Attempting to fetch $${site}$${file}"; \ CKSIZE=`alg=SIZE; ${DISTINFO_DATA}`; \ case $${file} in \ */*) ${MKDIR} $${file%/*}; \ args="-o $${file} $${site}$${file}";; \ *) args=$${site}$${file};; \ esac; \ if ${SETENV} ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${args} ${FETCH_AFTER_ARGS}; then \ actual_size=`stat -f %z "$${file}"`; \ if [ -n "${DISABLE_SIZE}" ] || [ -z "$${CKSIZE}" ] || [ $${actual_size} -eq $${CKSIZE} ]; then \ continue 2; \ else \ ${ECHO_MSG} "=> Fetched file size mismatch (expected $${CKSIZE}, actual $${actual_size})"; \ if [ $${sites_remaining} -gt 0 ]; then \ ${ECHO_MSG} "=> Trying next site"; \ ${RM} -f $${file}; \ fi; \ fi; \ fi; \ done; \ ${ECHO_MSG} "=> Couldn't fetch it - please try to retrieve this";\ ${ECHO_MSG} "=> port manually into ${_DISTDIR} and try again."; \ exit 1; \ fi; \ done .if defined(PATCHFILES) cd ${_DISTDIR};\ ${_PATCH_SITES_ENV} ; \ for _file in ${PATCHFILES}; do \ file=`${ECHO_CMD} $$_file | ${SED} -E -e 's/:[^-:][^:]*$$//'` ; \ select=`${ECHO_CMD} $${_file#$${file}} | ${SED} -e 's/^://' -e 's/,/ /g'` ; \ file=`${ECHO_CMD} $$file | ${SED} -E -e 's/:-[^:]+$$//'` ; \ force_fetch=false; \ filebasename=$${file##*/}; \ for afile in ${FORCE_FETCH}; do \ afile=$${afile##*/}; \ if [ "x$$afile" = "x$$filebasename" ]; then \ force_fetch=true; \ fi; \ done; \ if [ ! -f $$file -a ! -f $$filebasename -o "$$force_fetch" = "true" ]; then \ if [ -L $$file -o -L $${file##*/} ]; then \ ${ECHO_MSG} "=> ${_DISTDIR}/$$file is a broken symlink."; \ ${ECHO_MSG} "=> Perhaps a filesystem (most likely a CD) isn't mounted?"; \ ${ECHO_MSG} "=> Please correct this problem and try again."; \ exit 1; \ fi; \ ${ECHO_MSG} "=> $$file doesn't seem to exist in ${_DISTDIR}."; \ if [ ! -z "$$select" ] ; then \ __PATCH_SITES_TMP= ; \ for group in $$select; do \ if [ ! -z \$${_PATCH_SITES_$${group}} ] ; then \ eval ___PATCH_SITES_TMP="\$${_PATCH_SITES_$${group}}" ; \ __PATCH_SITES_TMP="$${__PATCH_SITES_TMP} $${___PATCH_SITES_TMP}" ; \ fi; \ done; \ ___PATCH_SITES_TMP= ; \ SORTED_PATCH_SITES_CMD_TMP="${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} $${__PATCH_SITES_TMP} | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP}" ; \ else \ SORTED_PATCH_SITES_CMD_TMP="${SORTED_PATCH_SITES_DEFAULT_CMD}" ; \ fi; \ sites_remaining=0; \ sites="`eval $$SORTED_PATCH_SITES_CMD_TMP`"; \ for site in $${sites}; do \ sites_remaining=$$(($${sites_remaining} + 1)); \ done; \ for site in $${sites}; do \ sites_remaining=$$(($${sites_remaining} - 1)); \ ${ECHO_MSG} "=> Attempting to fetch $${site}$${file}"; \ CKSIZE=`alg=SIZE; ${DISTINFO_DATA}`; \ case $${file} in \ */*) ${MKDIR} $${file%/*}; \ args="-o $${file} $${site}$${file}";; \ *) args=$${site}$${file};; \ esac; \ if ${SETENV} ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${args} ${FETCH_AFTER_ARGS}; then \ actual_size=`stat -f %z "$${file}"`; \ if [ -n "${DISABLE_SIZE}" ] || [ -z "$${CKSIZE}" ] || [ $${actual_size} -eq $${CKSIZE} ]; then \ continue 2; \ else \ ${ECHO_MSG} "=> Fetched file size mismatch (expected $${CKSIZE}, actual $${actual_size})"; \ if [ $${sites_remaining} -gt 1 ]; then \ ${ECHO_MSG} "=> Trying next site"; \ ${RM} -f $${file}; \ fi; \ fi; \ fi; \ done; \ ${ECHO_MSG} "=> Couldn't fetch it - please try to retrieve this";\ ${ECHO_MSG} "=> port manually into ${_DISTDIR} and try again."; \ exit 1; \ fi; \ done .endif .endif # Extract clean-wrkdir: @${RM} -rf ${WRKDIR} .if !target(do-extract) do-extract: @for file in ${EXTRACT_ONLY}; do \ if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$file ${EXTRACT_AFTER_ARGS});\ then \ exit 1; \ fi; \ done .if !defined(EXTRACT_PRESERVE_OWNERSHIP) @if [ ${UID} = 0 ]; then \ ${CHMOD} -R ug-s ${WRKDIR}; \ ${CHOWN} -R 0:0 ${WRKDIR}; \ fi .endif .endif # Patch .if !target(do-patch) do-patch: .if defined(PATCHFILES) @${ECHO_MSG} "===> Applying distribution patches for ${PKGNAME}" @(set -e; \ cd ${_DISTDIR}; \ patch_dist_strip () { \ case "$$1" in \ ${_PATCH_DIST_STRIP_CASES} \ esac; \ }; \ for i in ${_PATCHFILES}; do \ if [ ${PATCH_DEBUG_TMP} = yes ]; then \ ${ECHO_MSG} "===> Applying distribution patch $$i" ; \ fi ; \ case $$i in \ *.Z|*.gz) ${GZCAT} $$i ;; \ *.bz2) ${BZCAT} $$i ;; \ *.xz) ${XZCAT} $$i ;; \ *) ${CAT} $$i ;; \ esac | ${PATCH} ${PATCH_DIST_ARGS} `patch_dist_strip $$i` ; \ done ) .endif .if defined(EXTRA_PATCHES) @set -e ; \ for i in ${EXTRA_PATCHES}; do \ case $$i in \ *:-p[0-9]) patch_file=$${i%:*} ; patch_strip=$${i##*:} ;; \ *) patch_file=$$i ;; \ esac ; \ ${ECHO_MSG} "===> Applying extra patch $$patch_file" ; \ case $$patch_file in \ *.Z|*.gz) ${GZCAT} $$patch_file ;; \ *.bz2) ${BZCAT} $$patch_file ;; \ *.xz) ${XZCAT} $$patch_file ;; \ *) ${CAT} $$patch_file ;; \ esac | ${PATCH} ${PATCH_ARGS} $$patch_strip ; \ done .endif @set -e ;\ if [ -d ${PATCHDIR} ]; then \ if [ "`${ECHO_CMD} ${PATCHDIR}/patch-*`" != "${PATCHDIR}/patch-*" ]; then \ ${ECHO_MSG} "===> Applying ${OPSYS} patches for ${PKGNAME}" ; \ PATCHES_APPLIED="" ; \ for i in ${PATCHDIR}/patch-*; do \ case $$i in \ *.orig|*.rej|*~|*,v) \ ${ECHO_MSG} "===> Ignoring patchfile $$i" ; \ ;; \ *) \ if [ ${PATCH_DEBUG_TMP} = yes ]; then \ ${ECHO_MSG} "===> Applying ${OPSYS} patch $$i" ; \ fi; \ if ${PATCH} ${PATCH_ARGS} < $$i ; then \ PATCHES_APPLIED="$$PATCHES_APPLIED $$i" ; \ else \ ${ECHO_MSG} `${ECHO_CMD} "=> Patch $$i failed to apply cleanly." | ${SED} "s|${PATCHDIR}/||"` ; \ if [ x"$$PATCHES_APPLIED" != x"" -a ${PATCH_SILENT} != "yes" ]; then \ ${ECHO_MSG} `${ECHO_CMD} "=> Patch(es) $$PATCHES_APPLIED applied cleanly." | ${SED} "s|${PATCHDIR}/||g"` ; \ fi; \ ${FALSE} ; \ fi; \ ;; \ esac; \ done; \ fi; \ fi .endif .if !target(run-autotools-fixup) run-autotools-fixup: # Work around an issue where FreeBSD 10.0 is detected as FreeBSD 1.x. .if ${OSVERSION} >= 1000000 && !defined(WITHOUT_FBSD10_FIX) -@for f in `${FIND} ${WRKDIR} -type f \( -name config.libpath -o \ -name config.rpath -o -name configure -o -name libtool.m4 -o \ -name ltconfig -o -name libtool -o -name aclocal.m4 -o \ -name acinclude.m4 \)` ; do \ ${SED} -i.fbsd10bak \ -e 's|freebsd1\*)|freebsd1.\*)|g' \ -e 's|freebsd\[12\]\*)|freebsd[12].*)|g' \ -e 's|freebsd\[123\]\*)|freebsd[123].*)|g' \ -e 's|freebsd\[\[12\]\]\*)|freebsd[[12]].*)|g' \ -e 's|freebsd\[\[123\]\]\*)|freebsd[[123]].*)|g' \ $${f} ; \ ${TOUCH} ${TOUCH_FLAGS} -mr $${f}.fbsd10bak $${f} ; \ ${RM} -f $${f}.fbsd10bak ; \ ${ECHO_MSG} "===> FreeBSD 10 autotools fix applied to $${f}"; \ done .endif .endif # Configure .if !target(do-configure) do-configure: @if [ -f ${SCRIPTDIR}/configure ]; then \ cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} \ ${SCRIPTDIR}/configure; \ fi .if defined(GNU_CONFIGURE) @CONFIG_GUESS_DIRS=$$(${FIND} ${WRKDIR} -name config.guess -o -name config.sub \ | ${XARGS} -n 1 ${DIRNAME}); \ for _D in $${CONFIG_GUESS_DIRS}; do \ ${CP} -f ${TEMPLATES}/config.guess $${_D}/config.guess; \ ${CHMOD} a+rx $${_D}/config.guess; \ ${CP} -f ${TEMPLATES}/config.sub $${_D}/config.sub; \ ${CHMOD} a+rx $${_D}/config.sub; \ done .endif .if defined(HAS_CONFIGURE) @(cd ${CONFIGURE_WRKSRC} && \ ${SET_LATE_CONFIGURE_ARGS} \ if ! ${SETENV} CC="${CC}" CPP="${CPP}" CXX="${CXX}" \ CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" CXXFLAGS="${CXXFLAGS}" \ LDFLAGS="${LDFLAGS}" LIBS="${LIBS}" \ INSTALL="/usr/bin/install -c ${_BINOWNGRP}" \ INSTALL_DATA="${INSTALL_DATA}" \ INSTALL_LIB="${INSTALL_LIB}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; then \ ${ECHO_MSG} "===> Script \"${CONFIGURE_SCRIPT}\" failed unexpectedly."; \ (${ECHO_CMD} ${CONFIGURE_FAIL_MESSAGE}) | ${FMT} 75 79 ; \ ${FALSE}; \ fi) .endif .endif # Build # XXX: ${MAKE_ARGS:N${DESTDIRNAME}=*} would be easier but it is not valid with the old fmake DO_MAKE_BUILD?= ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS:C,^${DESTDIRNAME}=.*,,g} .if !target(do-build) do-build: @(cd ${BUILD_WRKSRC}; if ! ${DO_MAKE_BUILD} ${ALL_TARGET}; then \ if [ -n "${BUILD_FAIL_MESSAGE}" ] ; then \ ${ECHO_MSG} "===> Compilation failed unexpectedly."; \ (${ECHO_CMD} "${BUILD_FAIL_MESSAGE}") | ${FMT} 75 79 ; \ fi; \ ${FALSE}; \ fi) .endif # Check conflicts .if !target(check-conflicts) check-conflicts: check-build-conflicts check-install-conflicts .endif .if !target(check-build-conflicts) check-build-conflicts: .if ( defined(CONFLICTS) || defined(CONFLICTS_BUILD) ) && !defined(DISABLE_CONFLICTS) && !defined(DEFER_CONFLICTS_CHECK) @conflicts_with=$$( \ { ${PKG_QUERY} -g "%n-%v %p %o" ${CONFLICTS:C/.+/'&'/} ${CONFLICTS_BUILD:C/.+/'&'/} 2>/dev/null || : ; } \ | while read pkgname prfx orgn; do \ if [ "/${PREFIX}" = "/$${prfx}" -a "/${PKGORIGIN}" != "/$${orgn}" ]; then \ ${ECHO_CMD} -n " $${pkgname}"; \ fi; \ done); \ if [ -n "$${conflicts_with}" ]; then \ ${ECHO_MSG}; \ ${ECHO_MSG} "===> ${PKGNAME} conflicts with installed package(s): "; \ for entry in $${conflicts_with}; do \ ${ECHO_MSG} " $${entry}"; \ done; \ ${ECHO_MSG}; \ ${ECHO_MSG} " They will not build together."; \ ${ECHO_MSG} " Please remove them first with pkg delete."; \ exit 1;\ fi .endif .endif .if !target(identify-install-conflicts) identify-install-conflicts: .if ( defined(CONFLICTS) || defined(CONFLICTS_INSTALL) ) && !defined(DISABLE_CONFLICTS) @conflicts_with=$$( \ { ${PKG_QUERY} -g "%n-%v %p %o" ${CONFLICTS:C/.+/'&'/} ${CONFLICTS_INSTALL:C/.+/'&'/} 2>/dev/null || : ; } \ | while read pkgname prfx orgn; do \ if [ "/${PREFIX}" = "/$${prfx}" -a "/${PKGORIGIN}" != "/$${orgn}" ]; then \ ${ECHO_CMD} -n " $${pkgname}"; \ fi; \ done); \ if [ -n "$${conflicts_with}" ]; then \ ${ECHO_MSG}; \ ${ECHO_MSG} "===> ${PKGNAME} conflicts with installed package(s): "; \ for entry in $${conflicts_with}; do \ ${ECHO_MSG} " $${entry}"; \ done; \ ${ECHO_MSG}; \ ${ECHO_MSG} " They install files into the same place."; \ ${ECHO_MSG} " You may want to stop build with Ctrl + C."; \ sleep 10; \ fi .endif .endif .if !target(check-install-conflicts) check-install-conflicts: .if ( defined(CONFLICTS) || defined(CONFLICTS_INSTALL) || ( defined(CONFLICTS_BUILD) && defined(DEFER_CONFLICTS_CHECK) ) ) && !defined(DISABLE_CONFLICTS) .if defined(DEFER_CONFLICTS_CHECK) @conflicts_with=$$( \ { ${PKG_QUERY} -g "%n-%v %p %o" ${CONFLICTS:C/.+/'&'/} ${CONFLICTS_BUILD:C/.+/'&'/} ${CONFLICTS_INSTALL:C/.+/'&'/} 2>/dev/null || : ; } \ | while read pkgname prfx orgn; do \ if [ "/${PREFIX}" = "/$${prfx}" -a "/${PKGORIGIN}" != "/$${orgn}" ]; then \ ${ECHO_CMD} -n " $${pkgname}"; \ fi; \ done); \ if [ -n "$${conflicts_with}" ]; then \ ${ECHO_MSG}; \ ${ECHO_MSG} "===> ${PKGNAME} conflicts with installed package(s): "; \ for entry in $${conflicts_with}; do \ ${ECHO_MSG} " $${entry}"; \ done; \ ${ECHO_MSG}; \ ${ECHO_MSG} " Please remove them first with pkg delete."; \ exit 1; \ fi .else @conflicts_with=$$( \ { ${PKG_QUERY} -g "%n-%v %p %o" ${CONFLICTS:C/.+/'&'/} ${CONFLICTS_INSTALL:C/.+/'&'/} 2>/dev/null || : ; } \ | while read pkgname prfx orgn; do \ if [ "/${PREFIX}" = "/$${prfx}" -a "/${PKGORIGIN}" != "/$${orgn}" ]; then \ ${ECHO_CMD} -n " $${pkgname}"; \ fi; \ done); \ if [ -n "$${conflicts_with}" ]; then \ ${ECHO_MSG}; \ ${ECHO_MSG} "===> ${PKGNAME} conflicts with installed package(s): "; \ for entry in $${conflicts_with}; do \ ${ECHO_MSG} " $${entry}"; \ done; \ ${ECHO_MSG}; \ ${ECHO_MSG} " They install files into the same place."; \ ${ECHO_MSG} " Please remove them first with pkg delete."; \ exit 1; \ fi .endif # defined(DEFER_CONFLICTS_CHECK) .endif .endif # Install .if !target(do-install) do-install: @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) .endif # Package .if !target(do-package) PKG_CREATE_ARGS= -r ${STAGEDIR} -m ${METADIR} -p ${TMPPLIST} do-package: create-manifest do-package: ${TMPPLIST} @if [ -d ${PACKAGES} ]; then \ if [ ! -d ${PKGREPOSITORY} ]; then \ if ! ${MKDIR} ${PKGREPOSITORY}; then \ ${ECHO_MSG} "=> Can't create directory ${PKGREPOSITORY}."; \ exit 1; \ fi; \ fi; \ fi @for cat in ${CATEGORIES}; do \ ${RM} -f ${PACKAGES}/$$cat/${PKGNAMEPREFIX}${PORTNAME}*${PKG_SUFX} ; \ done @${MKDIR} ${WRKDIR}/pkg @if ${SETENV} ${PKG_ENV} FORCE_POST="${_FORCE_POST_PATTERNS}" ${PKG_CREATE} ${PKG_CREATE_ARGS} -f ${PKG_SUFX:S/.//} -o ${WRKDIR}/pkg ${PKGNAME}; then \ if [ -d ${PKGREPOSITORY} -a -w ${PKGREPOSITORY} ]; then \ ${LN} -f ${WRKDIR}/pkg/${PKGNAME}${PKG_SUFX} ${PKGFILE} 2>/dev/null \ || ${CP} -f ${WRKDIR}/pkg/${PKGNAME}${PKG_SUFX} ${PKGFILE}; \ if [ "${PKGORIGIN}" = "ports-mgmt/pkg" -o "${PKGORIGIN}" = "ports-mgmt/pkg-devel" ]; then \ if [ ! -d ${PKGLATESTREPOSITORY} ]; then \ if ! ${MKDIR} ${PKGLATESTREPOSITORY}; then \ ${ECHO_MSG} "=> Can't create directory ${PKGLATESTREPOSITORY}."; \ exit 1; \ fi; \ fi ; \ ${LN} -sf ../${PKGREPOSITORYSUBDIR}/${PKGNAME}${PKG_SUFX} ${PKGLATESTFILE} ; \ fi; \ fi; \ else \ cd ${.CURDIR} && eval ${MAKE} delete-package >/dev/null; \ exit 1; \ fi .endif # Some support rules for do-package .if !target(delete-package) delete-package: @${ECHO_MSG} "===> Deleting package for ${PKGNAME}" # When staging, the package may only be in the workdir if not root @${RM} -f ${PKGFILE} ${WRKDIR}/pkg/${PKGNAME}${PKG_SUFX} 2>/dev/null || : .endif .if !target(delete-package-list) delete-package-list: @${ECHO_CMD} "[ -f ${PKGFILE} ] && (${ECHO_CMD} deleting ${PKGFILE}; ${RM} -f ${PKGFILE})" .endif # Used by scripts and users to install a package from local repository. # Poudriere -i uses this, please keep. .if !target(install-package) .if defined(FORCE_PKG_REGISTER) _INSTALL_PKG_ARGS= -f .endif .if defined(INSTALLS_DEPENDS) _INSTALL_PKG_ARGS+= -A .endif install-package: @if [ -f "${WRKDIR}/pkg/${PKGNAME}${PKG_SUFX}" ]; then \ _pkgfile="${WRKDIR}/pkg/${PKGNAME}${PKG_SUFX}"; \ else \ _pkgfile="${PKGFILE}"; \ fi; \ ${PKG_ADD} ${_INSTALL_PKG_ARGS} $${_pkgfile} .endif # Utility targets follow .if !target(check-already-installed) .if !defined(NO_PKG_REGISTER) && !defined(FORCE_PKG_REGISTER) check-already-installed: @${ECHO_MSG} "===> Checking if ${PKGBASE} already installed"; \ pkgname=`${PKG_INFO} -q -O ${PKGBASE}`; \ if [ -n "$${pkgname}" ]; then \ v=`${PKG_VERSION} -t $${pkgname} ${PKGNAME}`; \ if [ "$${v}" = "<" ]; then \ ${ECHO_CMD} "===> An older version of ${PKGBASE} is already installed ($${pkgname})"; \ else \ ${ECHO_CMD} "===> ${PKGNAME} is already installed"; \ fi; \ ${ECHO_MSG} " You may wish to \`\`make deinstall'' and install this port again"; \ ${ECHO_MSG} " by \`\`make reinstall'' to upgrade it properly."; \ ${ECHO_MSG} " If you really wish to overwrite the old port of ${PKGBASE}"; \ ${ECHO_MSG} " without deleting it first, set the variable \"FORCE_PKG_REGISTER\""; \ ${ECHO_MSG} " in your environment or the \"make install\" command line."; \ exit 1; \ fi .endif .endif .if !target(check-umask) check-umask: @if [ `${SH} -c umask` != 0022 ]; then \ ${ECHO_MSG} "===> Warning: your umask is \"`${SH} -c umask`"\".; \ ${ECHO_MSG} " If this is not desired, set it to an appropriate value"; \ ${ECHO_MSG} " and install this port again by \`\`make reinstall''."; \ fi .endif .if !target(install-mtree) install-mtree: @${DO_NADA} .endif .if !target(install-ldconfig-file) install-ldconfig-file: .if defined(USE_LDCONFIG) || defined(USE_LDCONFIG32) .if defined(USE_LDCONFIG) .if defined(USE_LINUX_PREFIX) .else .if ${USE_LDCONFIG} != "${LOCALBASE}/lib" && !defined(INSTALL_AS_USER) @${ECHO_MSG} "===> Installing ldconfig configuration file" .if defined(NO_MTREE) || ${PREFIX} != ${LOCALBASE} @${MKDIR} ${STAGEDIR}${LOCALBASE}/${LDCONFIG_DIR} .endif @${ECHO_CMD} ${USE_LDCONFIG} | ${TR} ' ' '\n' \ > ${STAGEDIR}${LOCALBASE}/${LDCONFIG_DIR}/${UNIQUENAME} @${ECHO_CMD} "@cwd ${LOCALBASE}" >> ${TMPPLIST} @${ECHO_CMD} ${LDCONFIG_DIR}/${UNIQUENAME} >> ${TMPPLIST} @${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST} .endif .endif .endif .if defined(USE_LDCONFIG32) .if !defined(INSTALL_AS_USER) @${ECHO_MSG} "===> Installing 32-bit ldconfig configuration file" .if defined(NO_MTREE) || ${PREFIX} != ${LOCALBASE} @${MKDIR} ${STAGEDIR}${LOCALBASE}/${LDCONFIG32_DIR} .endif @${ECHO_CMD} ${USE_LDCONFIG32} | ${TR} ' ' '\n' \ > ${STAGEDIR}${LOCALBASE}/${LDCONFIG32_DIR}/${UNIQUENAME} @${ECHO_CMD} "@cwd ${LOCALBASE}" >> ${TMPPLIST} @${ECHO_CMD} ${LDCONFIG32_DIR}/${UNIQUENAME} >> ${TMPPLIST} @${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST} .endif .endif .if defined(INSTALLS_SHLIB) @${ECHO_MSG} "INSTALLS_SHLIB is deprecated. Use USE_LDCONFIG instead." .endif .endif .endif .if !target(create-users-groups) .if defined(GROUPS) || defined(USERS) _UG_OUTPUT= ${WRKDIR}/users-groups.sh PKGPREINSTALL+= ${_UG_OUTPUT} create-users-groups: .if defined(GROUPS) .for _file in ${GID_FILES} .if !exists(${_file}) @${ECHO_CMD} "** ${_file} doesn't exist. Exiting."; exit 1 .endif .endfor @${RM} -f ${_UG_OUTPUT} || ${TRUE} @${ECHO_MSG} "===> Creating users and/or groups." @${ECHO_CMD} "echo \"===> Creating users and/or groups.\"" >> ${_UG_OUTPUT} .for _group in ${GROUPS} # _bgpd:*:130: @if ! ${GREP} -h ^${_group}: ${GID_FILES} >/dev/null 2>&1; then \ ${ECHO_CMD} "** Cannot find any information about group \`${_group}' in ${GID_FILES}."; \ exit 1; \ fi @IFS=":"; ${GREP} -h ^${_group}: ${GID_FILES} | head -n 1 | while read group foo gid members; do \ gid=$$(($$gid+${GID_OFFSET})); \ ${ECHO_CMD} -e "if ! ${PW} groupshow $$group >/dev/null 2>&1; then \n \ echo \"Creating group '$$group' with gid '$$gid'.\" \n \ ${PW} groupadd $$group -g $$gid; else echo \"Using existing group '$$group'.\"\nfi" >> ${_UG_OUTPUT}; \ done .endfor .endif .if defined(USERS) .for _file in ${UID_FILES} .if !exists(${_file}) @${ECHO_CMD} "** ${_file} doesn't exist. Exiting."; exit 1 .endif .endfor .for _user in ${USERS} # _bgpd:*:130:130:BGP Daemon:/var/empty:/sbin/nologin @if ! ${GREP} -h ^${_user}: ${UID_FILES} >/dev/null 2>&1; then \ ${ECHO_CMD} "** Cannot find any information about user \`${_user}' in ${UID_FILES}."; \ exit 1; \ fi @IFS=":"; ${GREP} -h ^${_user}: ${UID_FILES} | head -n 1 | while read login passwd uid gid class change expire gecos homedir shell; do \ uid=$$(($$uid+${UID_OFFSET})); \ gid=$$(($$gid+${GID_OFFSET})); \ class="$${class:+-L }$$class"; \ homedir=$$(echo $$homedir | sed "s|^/usr/local|${PREFIX}|"); \ ${ECHO_CMD} -e "if ! ${PW} usershow $$login >/dev/null 2>&1; then \n \ echo \"Creating user '$$login' with uid '$$uid'.\" \n \ ${PW} useradd $$login -u $$uid -g $$gid $$class -c \"$$gecos\" -d $$homedir -s $$shell \n \ else \necho \"Using existing user '$$login'.\" \nfi" >> ${_UG_OUTPUT}; \ case $$homedir in /|/nonexistent|/var/empty) ;; *) ${ECHO_CMD} "${INSTALL} -d -g $$gid -o $$uid $$homedir" >> ${_UG_OUTPUT};; esac; \ done .endfor .if defined(GROUPS) .for _group in ${GROUPS} # mail:*:6:postfix,clamav @IFS=":"; ${GREP} -h ^${_group}: ${GID_FILES} | head -n 1 | while read group foo gid members; do \ gid=$$(($$gid+${GID_OFFSET})); \ IFS=","; for _login in $$members; do \ for _user in ${USERS}; do \ if [ "x$${_user}" = "x$${_login}" ]; then \ ${ECHO_CMD} -e "if ! ${PW} groupshow ${_group} | ${GREP} -qw $${_login}; then \n \ echo \"Adding user '$${_login}' to group '${_group}'.\" \n \ ${PW} groupmod ${_group} -m $${_login} \nfi" >> ${_UG_OUTPUT}; \ fi; \ done; \ done; \ done .endfor .endif .if defined(USERS) .for _user in ${USERS} @if [ ! ${USERS_BLACKLIST:M${_user}} ]; then \ ${ECHO_CMD} "@unexec if ${PW} usershow ${_user} >/dev/null 2>&1; then \ echo \"==> You should manually remove the \\\"${_user}\\\" user. \"; fi" >> ${TMPPLIST}; \ fi .endfor .endif .endif .endif .endif .if !defined(DISABLE_SECURITY_CHECK) .if !target(security-check) security-check: ${TMPPLIST} # Scan PLIST for: # 1. setugid files # 2. accept()/recvfrom() which indicates network listening capability # 3. insecure functions (gets/mktemp/tempnam/[XXX]) # 4. startup scripts, in conjunction with 2. # 5. world-writable files/dirs # -@${RM} -f ${WRKDIR}/.PLIST.setuid ${WRKDIR}/.PLIST.writable ${WRKDIR}/.PLIST.objdump; \ ${AWK} -v prefix='${PREFIX}' ' \ match($$0, /^@cwd /) { prefix = substr($$0, RSTART + RLENGTH); if (prefix == "/") prefix=""; next; } \ /^@/ { next; } \ /^\// { print; next; } \ { print prefix "/" $$0; } \ ' ${TMPPLIST} > ${WRKDIR}/.PLIST.flattened; \ ${TR} '\n' '\0' < ${WRKDIR}/.PLIST.flattened \ | ${XARGS} -0 -J % ${FIND} % -prune ! -type l -type f \( -perm -4000 -o -perm -2000 \) \( -perm -0010 -o -perm -0001 \) 2> /dev/null > ${WRKDIR}/.PLIST.setuid; \ ${TR} '\n' '\0' < ${WRKDIR}/.PLIST.flattened \ | ${XARGS} -0 -J % ${FIND} % -prune -perm -0002 \! -type l 2> /dev/null > ${WRKDIR}/.PLIST.writable; \ ${TR} '\n' '\0' < ${WRKDIR}/.PLIST.flattened \ | ${XARGS} -0 -J % ${FIND} % -prune ! -type l -type f -print0 2> /dev/null \ | ${XARGS} -0 -n 1 ${OBJDUMP} -R 2> /dev/null > ${WRKDIR}/.PLIST.objdump; \ if \ ! ${AWK} -v audit="$${PORTS_AUDIT}" -f ${SCRIPTSDIR}/security-check.awk \ ${WRKDIR}/.PLIST.flattened ${WRKDIR}/.PLIST.objdump ${WRKDIR}/.PLIST.setuid ${WRKDIR}/.PLIST.writable; \ then \ www_site=$$(cd ${.CURDIR} && ${MAKE} www-site); \ if [ ! -z "$${www_site}" ]; then \ ${ECHO_MSG}; \ ${ECHO_MSG} " For more information, and contact details about the security"; \ ${ECHO_MSG} " status of this software, see the following webpage: "; \ ${ECHO_MSG} "$${www_site}"; \ fi; \ fi .endif .else # i.e. defined(DISABLE_SECURITY_CHECK) security-check: @${ECHO_MSG} " WARNING: Security check has been disabled." .endif # !defined(DISABLE_SECURITY_CHECK) ################################################################ # Skeleton targets start here # # You shouldn't have to change these. Either add the pre-* or # post-* targets/scripts or redefine the do-* targets. These # targets don't do anything other than checking for cookies and # call the necessary targets/scripts. ################################################################ extract-message: @${ECHO_MSG} "===> Extracting for ${PKGNAME}" patch-message: @${ECHO_MSG} "===> Patching for ${PKGNAME}" configure-message: @${ECHO_MSG} "===> Configuring for ${PKGNAME}" build-message: @${ECHO_MSG} "===> Building for ${PKGNAME}" stage-message: @${ECHO_MSG} "===> Staging for ${PKGNAME}" install-message: @${ECHO_MSG} "===> Installing for ${PKGNAME}" package-message: @${ECHO_MSG} "===> Building package for ${PKGNAME}" # Empty pre-* and post-* targets .for stage in pre post .for name in pkg check-sanity fetch extract patch configure build stage install package .if exists(${SCRIPTDIR}/${stage}-${name}) .if !target(${stage}-${name}-script) ${stage}-${name}-script: @ cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} \ ${SCRIPTDIR}/${.TARGET:S/-script$//} .endif .endif .endfor .endfor .if !target(pretty-print-www-site) pretty-print-www-site: @www_site=$$(cd ${.CURDIR} && ${MAKE} www-site); \ if [ -n "$${www_site}" ]; then \ ${ECHO_MSG} -n " and/or visit the "; \ ${ECHO_MSG} -n "web site"; \ ${ECHO_MSG} " for further information"; \ fi .endif ################################################################ # Some more targets supplied for users' convenience ################################################################ # Checkpatch # # Special target to verify patches .if !target(checkpatch) checkpatch: @cd ${.CURDIR} && ${MAKE} ${PATCH_SILENT} PATCH_CHECK_ONLY=yes ${_PATCH_DEP} ${_PATCH_REAL_SEQ} .endif # Reinstall # # Special target to re-run install .if !target(reinstall) reinstall: @${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE} @cd ${.CURDIR} && DEPENDS_TARGET="${DEPENDS_TARGET}" ${MAKE} -DFORCE_PKG_REGISTER install .endif .if !target(restage) restage: @${RM} -rf ${STAGEDIR} ${STAGE_COOKIE} ${INSTALL_COOKIE} ${PACKAGE_COOKIE} @cd ${.CURDIR} && ${MAKE} stage .endif # Deinstall # # Special target to remove installation .if !target(deinstall) deinstall: .if defined(UID) && ${UID} != 0 && !defined(INSTALL_AS_USER) @${ECHO_MSG} "===> Switching to root credentials for '${.TARGET}' target" @cd ${.CURDIR} && \ ${SU_CMD} "${MAKE} ${.TARGET}" @${ECHO_MSG} "===> Returning to user credentials" .else @${ECHO_MSG} "===> Deinstalling for ${PKGBASE}" @if ${PKG_INFO} -e ${PKGBASE}; then \ p=`${PKG_INFO} -q -O ${PKGBASE}`; \ ${ECHO_MSG} "===> Deinstalling $${p}"; \ ${PKG_DELETE} -f ${PKGBASE} ; \ else \ ${ECHO_MSG} "===> ${PKGBASE} not installed, skipping"; \ fi @${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE} .endif .endif # Deinstall-all # # Special target to remove installation of all ports of the same origin .if !target(deinstall-all) deinstall-all: .if ${UID} != 0 && !defined(INSTALL_AS_USER) @${ECHO_MSG} "===> Switching to root credentials for '${.TARGET}' target" @cd ${.CURDIR} && \ ${SU_CMD} "${MAKE} ${.TARGET}" @${ECHO_MSG} "===> Returning to user credentials" .else @${ECHO_MSG} "===> Deinstalling for ${PKGORIGIN}" @deinstall_names=`${PKG_INFO} -q -O ${PKGORIGIN}`; \ for oldpkgorigin in $$(${GREP} "|${PKGORIGIN}|" ${PORTSDIR}/MOVED | ${CUT} -f 1 -d '|' | ${SORT} -u); do \ deinstall_names="$${deinstall_names} $$(${PKG_INFO} -q -O $${oldpkgorigin})"; \ done; \ if [ -n "$${deinstall_names}" ]; then \ for d in $${deinstall_names}; do \ ${ECHO_MSG} "===> Deinstalling $${d}"; \ ${PKG_DELETE} -f $${d}; \ done; \ else \ ${ECHO_MSG} "===> ${PKGORIGIN} not installed, skipping"; \ fi; \ ${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE} .endif .endif # Cleaning up .if !target(do-clean) do-clean: .if defined(NEED_ROOT) && ${UID} != 0 && !defined(INSTALL_AS_USER) && exists(${STAGE_COOKIE}) @${ECHO_MSG} "===> Switching to root credentials for '${.TARGET}' target" @cd ${.CURDIR} && \ ${SU_CMD} "${MAKE} ${.TARGET}" @${ECHO_MSG} "===> Returning to user credentials" .else @if [ -d ${WRKDIR} ]; then \ if [ -w ${WRKDIR} ]; then \ ${RM} -rf ${WRKDIR}; \ else \ ${ECHO_MSG} "===> ${WRKDIR} not writable, skipping"; \ fi; \ fi .endif .endif .if !target(clean) clean: .if !defined(NOCLEANDEPENDS) @cd ${.CURDIR} && ${MAKE} limited-clean-depends .endif @${ECHO_MSG} "===> Cleaning for ${PKGNAME}" .if target(pre-clean) @cd ${.CURDIR} && ${MAKE} pre-clean .endif @cd ${.CURDIR} && ${MAKE} do-clean .if target(post-clean) @cd ${.CURDIR} && ${MAKE} post-clean .endif .endif .if !target(pre-distclean) pre-distclean: @${DO_NADA} .endif .if !target(distclean) distclean: pre-distclean clean @cd ${.CURDIR} && ${MAKE} delete-distfiles RESTRICTED_FILES="${_DISTFILES} ${_PATCHFILES}" .endif .if !target(delete-distfiles) delete-distfiles: @${ECHO_MSG} "===> Deleting distfiles for ${PKGNAME}" @(if [ "X${RESTRICTED_FILES}" != "X" -a -d ${_DISTDIR} ]; then \ cd ${_DISTDIR}; \ for file in ${RESTRICTED_FILES}; do \ ${RM} -f $${file}; \ dir=$${file%/*}; \ if [ "$${dir}" != "$${file}" ]; then \ ${RMDIR} -p $${dir} >/dev/null 2>&1 || :; \ fi; \ done; \ fi) .if defined(DIST_SUBDIR) -@${RMDIR} ${_DISTDIR} >/dev/null 2>&1 || ${TRUE} .endif .endif .if !target(delete-distfiles-list) delete-distfiles-list: @${ECHO_CMD} "# ${PKGNAME}" @if [ "X${RESTRICTED_FILES}" != "X" ]; then \ for file in ${RESTRICTED_FILES}; do \ ${ECHO_CMD} "[ -f ${_DISTDIR}/$$file ] && (${ECHO_CMD} deleting ${_DISTDIR}/$$file; ${RM} -f ${_DISTDIR}/$$file)"; \ dir=$${file%/*}; \ if [ "$${dir}" != "$${file}" ]; then \ ${ECHO_CMD} "(cd ${_DISTDIR} && ${RMDIR} -p $${dir} 2>/dev/null)"; \ fi; \ done; \ fi .if defined(DIST_SUBDIR) @${ECHO_CMD} "${RMDIR} ${_DISTDIR} 2>/dev/null || ${TRUE}" .endif .endif # Prints out a list of files to fetch (useful to do a batch fetch) .if !target(fetch-list) fetch-list: @${MKDIR} ${_DISTDIR} @(cd ${_DISTDIR}; \ ${_MASTER_SITES_ENV} ; \ for _file in ${DISTFILES}; do \ file=`${ECHO_CMD} $$_file | ${SED} -E -e 's/:[^:]+$$//'` ; \ select=`${ECHO_CMD} $${_file#$${file}} | ${SED} -e 's/^://' -e 's/,/ /g'` ; \ if [ ! -f $$file -a ! -f $${file##*/} ]; then \ if [ ! -z "$$select" ] ; then \ __MASTER_SITES_TMP= ; \ for group in $$select; do \ if [ ! -z \$${_MASTER_SITES_$${group}} ] ; then \ eval ___MASTER_SITES_TMP=\$${_MASTER_SITES_$${group}} ; \ __MASTER_SITES_TMP="$${__MASTER_SITES_TMP} $${___MASTER_SITES_TMP}" ; \ fi; \ done; \ ___MASTER_SITES_TMP= ; \ SORTED_MASTER_SITES_CMD_TMP="${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} $${__MASTER_SITES_TMP} | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP}" ; \ else \ SORTED_MASTER_SITES_CMD_TMP="${SORTED_MASTER_SITES_DEFAULT_CMD}" ; \ fi; \ for site in `eval $$SORTED_MASTER_SITES_CMD_TMP ${_RANDOMIZE_SITES}`; do \ if [ ! -z "`${ECHO_CMD} ${NOFETCHFILES} | ${GREP} -w $${file}`" ]; then \ if [ -z "`${ECHO_CMD} ${MASTER_SITE_OVERRIDE} | ${GREP} -w $${site}`" ]; then \ continue; \ fi; \ fi; \ DIR=${DIST_SUBDIR};\ CKSIZE=`alg=SIZE; ${DISTINFO_DATA}`; \ case $${file} in \ */*) args="-o $${file} $${site}$${file}";; \ *) args=$${site}$${file};; \ esac; \ ${ECHO_CMD} -n ${SETENV} ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${args} "${FETCH_AFTER_ARGS}" '|| ' ; \ done; \ ${ECHO_CMD} "${ECHO_CMD} $${file} not fetched" ; \ fi; \ done) .if defined(PATCHFILES) @(cd ${_DISTDIR}; \ ${_PATCH_SITES_ENV} ; \ for _file in ${PATCHFILES}; do \ file=`${ECHO_CMD} $$_file | ${SED} -E -e 's/:[^-:][^:]*$$//'` ; \ select=`${ECHO_CMD} $${_file#$${file}} | ${SED} -e 's/^://' -e 's/,/ /g'` ; \ file=`${ECHO_CMD} $$file | ${SED} -E -e 's/:-[^:]+$$//'` ; \ if [ ! -f $$file -a ! -f $${file##*/} ]; then \ if [ ! -z "$$select" ] ; then \ __PATCH_SITES_TMP= ; \ for group in $$select; do \ if [ ! -z \$${_PATCH_SITES_$${group}} ] ; then \ eval ___PATCH_SITES_TMP=\$${_PATCH_SITES_$${group}} ; \ __PATCH_SITES_TMP="$${__PATCH_SITES_TMP} $${___PATCH_SITES_TMP}" ; \ fi; \ done; \ ___PATCH_SITES_TMP= ; \ SORTED_PATCH_SITES_CMD_TMP="${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} $${__PATCH_SITES_TMP} | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP}" ; \ else \ SORTED_PATCH_SITES_CMD_TMP="${SORTED_PATCH_SITES_DEFAULT_CMD}" ; \ fi; \ for site in `eval $$SORTED_PATCH_SITES_CMD_TMP ${_RANDOMIZE_SITES}`; do \ CKSIZE=`alg=SIZE; ${DISTINFO_DATA}`; \ case $${file} in \ */*) args="-o $${file} $${site}$${file}";; \ *) args=$${site}$${file};; \ esac; \ ${ECHO_CMD} -n ${SETENV} ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${args} "${FETCH_AFTER_ARGS}" '|| ' ; \ done; \ ${ECHO_CMD} "${ECHO_CMD} $${file} not fetched" ; \ fi; \ done) .endif .endif .if !target(fetch-url-list-int) fetch-url-list-int: @${MKDIR} ${_DISTDIR} @(cd ${_DISTDIR}; \ ${_MASTER_SITES_ENV}; \ for _file in ${DISTFILES}; do \ file=`${ECHO_CMD} $$_file | ${SED} -E -e 's/:[^:]+$$//'` ; \ fileptn=`${ECHO_CMD} $$file | ${SED} 's|/|\\\\/|g;s/\./\\\\./g;s/\+/\\\\+/g;s/\?/\\\\?/g'` ; \ select=`${ECHO_CMD} $${_file#$${file}} | ${SED} -e 's/^://' -e 's/,/ /g'` ; \ if [ ! -z "${LISTALL}" -o ! -f $$file -a ! -f $${file##*/} ]; then \ if [ ! -z "$$select" ] ; then \ __MASTER_SITES_TMP= ; \ for group in $$select; do \ if [ ! -z \$${_MASTER_SITES_$${group}} ] ; then \ eval ___MASTER_SITES_TMP=\$${_MASTER_SITES_$${group}} ; \ __MASTER_SITES_TMP="$${__MASTER_SITES_TMP} $${___MASTER_SITES_TMP}" ; \ fi \ done; \ ___MASTER_SITES_TMP= ; \ SORTED_MASTER_SITES_CMD_TMP="${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} $${__MASTER_SITES_TMP} | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP}" ; \ else \ SORTED_MASTER_SITES_CMD_TMP="${SORTED_MASTER_SITES_DEFAULT_CMD}" ; \ fi ; \ for site in `eval $$SORTED_MASTER_SITES_CMD_TMP ${_RANDOMIZE_SITES}`; do \ case $${file} in \ */*) args="-o $${file} $${site}$${file}";; \ *) args=$${site}$${file};; \ esac; \ ${ECHO_CMD} $${args} ; \ done; \ fi \ done) .if defined(PATCHFILES) @(cd ${_DISTDIR}; \ ${_PATCH_SITES_ENV} ; \ for _file in ${PATCHFILES}; do \ file=`${ECHO_CMD} $$_file | ${SED} -E -e 's/:[^-:][^:]*$$//'` ; \ select=`${ECHO_CMD} $${_file#$${file}} | ${SED} -e 's/^://' -e 's/,/ /g'` ; \ file=`${ECHO_CMD} $$file | ${SED} -E -e 's/:-[^:]+$$//'` ; \ fileptn=`${ECHO_CMD} $$file | ${SED} 's|/|\\\\/|g;s/\./\\\\./g;s/\+/\\\\+/g;s/\?/\\\\?/g'` ; \ if [ ! -z "${LISTALL}" -o ! -f $$file -a ! -f $${file##*/} ]; then \ if [ ! -z "$$select" ] ; then \ __PATCH_SITES_TMP= ; \ for group in $$select; do \ if [ ! -z \$${_PATCH_SITES_$${group}} ] ; then \ eval ___PATCH_SITES_TMP=\$${_PATCH_SITES_$${group}} ; \ __PATCH_SITES_TMP="$${__PATCH_SITES_TMP} $${___PATCH_SITES_TMP}" ; \ fi \ done; \ ___PATCH_SITES_TMP= ; \ SORTED_PATCH_SITES_CMD_TMP="${ECHO_CMD} ${_MASTER_SITE_OVERRIDE} `${ECHO_CMD} $${__PATCH_SITES_TMP} | ${AWK} '${MASTER_SORT_AWK:S|\\|\\\\|g}'` ${_MASTER_SITE_BACKUP}" ; \ else \ SORTED_PATCH_SITES_CMD_TMP="${SORTED_PATCH_SITES_DEFAULT_CMD}" ; \ fi ; \ for site in `eval $$SORTED_PATCH_SITES_CMD_TMP ${_RANDOMIZE_SITES}`; do \ case $${file} in \ */*) args="-o $${file} $${site}$${file}";; \ *) args=$${site}$${file};; \ esac; \ ${ECHO_CMD} $${args} ; \ done; \ fi \ done) .endif .endif .if !target(fetch-urlall-list) fetch-urlall-list: @cd ${.CURDIR} && LISTALL=yes ${MAKE} fetch-url-list-int .endif .if !target(fetch-url-list) fetch-url-list: @cd ${.CURDIR} && ${MAKE} fetch-url-list-int .endif # Generates patches. update-patches: @toedit=`PATCH_WRKSRC=${PATCH_WRKSRC} \ PATCHDIR=${PATCHDIR} \ PATCH_LIST=${PATCHDIR}/patch-* \ DIFF_ARGS=${DIFF_ARGS} \ DISTORIG=${DISTORIG} \ ${SH} ${PORTSDIR}/Tools/scripts/update-patches`; \ case $$toedit in "");; \ *) ${ECHO_CMD} -n 'edit patches: '; read i; \ cd ${PATCHDIR} && $${VISUAL:-$${EDIT:-/usr/bin/vi}} $$toedit;; esac # Checksumming utilities check-checksum-algorithms: @ \ ${checksum_init} \ \ for alg in ${CHECKSUM_ALGORITHMS:tu}; do \ eval alg_executable=\$$$$alg; \ if [ -z "$$alg_executable" ]; then \ ${ECHO_MSG} "Checksum algorithm $$alg: Couldn't find the executable."; \ ${ECHO_MSG} "Set $$alg=/path/to/$$alg in /etc/make.conf and try again."; \ exit 1; \ fi; \ done; \ checksum_init=\ SHA256=${SHA256}; .if !target(makesum) makesum: check-checksum-algorithms @cd ${.CURDIR} && ${MAKE} fetch NO_CHECKSUM=yes \ DISABLE_SIZE=yes @if [ -f ${DISTINFO_FILE} ]; then ${CAT} /dev/null > ${DISTINFO_FILE}; fi @( \ cd ${DISTDIR}; \ \ ${checksum_init} \ \ for file in ${_CKSUMFILES}; do \ for alg in ${CHECKSUM_ALGORITHMS:tu}; do \ eval alg_executable=\$$$$alg; \ \ if [ $$alg_executable != "NO" ]; then \ $$alg_executable $$file >> ${DISTINFO_FILE}; \ fi; \ done; \ ${ECHO_CMD} "SIZE ($$file) = `${STAT} -f \"%z\" $$file`" >> ${DISTINFO_FILE}; \ done \ ) .endif .if !target(checksum) checksum: fetch check-checksum-algorithms @set -e ; \ ${checksum_init} \ if [ -f ${DISTINFO_FILE} ]; then \ cd ${DISTDIR}; OK="";\ for file in ${_CKSUMFILES}; do \ ignored="true"; \ _file=$${file#${DIST_SUBDIR}/*}; \ for alg in ${CHECKSUM_ALGORITHMS:tu}; do \ ignore="false"; \ eval alg_executable=\$$$$alg; \ \ if [ $$alg_executable != "NO" ]; then \ MKSUM=`$$alg_executable < $$file`; \ CKSUM=`file=$$_file; ${DISTINFO_DATA}`; \ else \ ignore="true"; \ fi; \ \ if [ $$ignore = "false" -a -z "$$CKSUM" ]; then \ ${ECHO_MSG} "=> No $$alg checksum recorded for $$file."; \ ignore="true"; \ fi; \ \ if [ $$ignore = "false" ]; then \ match="false"; \ for chksum in $$CKSUM; do \ if [ "$$chksum" = "$$MKSUM" ]; then \ match="true"; \ break; \ fi; \ done; \ if [ $$match = "true" ]; then \ ${ECHO_MSG} "=> $$alg Checksum OK for $$file."; \ ignored="false"; \ else \ ${ECHO_MSG} "=> $$alg Checksum mismatch for $$file."; \ refetchlist="$$refetchlist$$file "; \ OK="$${OK:-retry}"; \ [ "$${OK}" = "retry" -a ${FETCH_REGET} -gt 0 ] && ${RM} -f $${file}; \ ignored="false"; \ fi; \ fi; \ done; \ \ if [ $$ignored = "true" ]; then \ ${ECHO_MSG} "=> No suitable checksum found for $$file."; \ OK="${FALSE}"; \ fi; \ \ done; \ \ if [ "$${OK:=true}" = "retry" ] && [ ${FETCH_REGET} -gt 0 ]; then \ ${ECHO_MSG} "===> Refetch for ${FETCH_REGET} more times files: $$refetchlist"; \ if ( cd ${.CURDIR} && \ ${MAKE} ${.MAKEFLAGS} FORCE_FETCH="$$refetchlist" FETCH_REGET="`${EXPR} ${FETCH_REGET} - 1`" fetch); then \ if ( cd ${.CURDIR} && \ ${MAKE} ${.MAKEFLAGS} FETCH_REGET="`${EXPR} ${FETCH_REGET} - 1`" checksum ); then \ OK="true"; \ fi; \ fi; \ fi; \ \ if [ "$$OK" != "true" -a ${FETCH_REGET} -eq 0 ]; then \ ${ECHO_MSG} "===> Giving up on fetching files: $$refetchlist"; \ ${ECHO_MSG} "Make sure the Makefile and distinfo file (${DISTINFO_FILE})"; \ ${ECHO_MSG} "are up to date. If you are absolutely sure you want to override this"; \ ${ECHO_MSG} "check, type \"make NO_CHECKSUM=yes [other args]\"."; \ exit 1; \ fi; \ if [ "$$OK" != "true" ]; then \ exit 1; \ fi; \ elif [ -n "${_CKSUMFILES:M*}" ]; then \ ${ECHO_MSG} "=> No checksum file (${DISTINFO_FILE})."; \ exit 1; \ fi .endif ################################################################ # The special package-building targets # You probably won't need to touch these ################################################################ # Nobody should want to override this unless PKGNAME is simply bogus. .if !target(package-name) package-name: @${ECHO_CMD} ${PKGNAME} .endif # Build a package but don't check the package cookie .if !target(repackage) repackage: pre-repackage package pre-repackage: @${RM} -f ${PACKAGE_COOKIE} .endif # Build a package but don't check the cookie for installation, also don't # install package cookie .if !target(package-noinstall) package-noinstall: @cd ${.CURDIR} && ${MAKE} package .endif ################################################################ # Dependency checking ################################################################ .if !target(depends) depends: pkg-depends extract-depends patch-depends lib-depends fetch-depends build-depends run-depends .if defined(ALWAYS_BUILD_DEPENDS) _DEPEND_ALWAYS= 1 .else _DEPEND_ALWAYS= 0 .endif _INSTALL_DEPENDS= \ if [ -n "${USE_PACKAGE_DEPENDS}" -o -n "${USE_PACKAGE_DEPENDS_ONLY}" ]; then \ subpkgfile=`(cd $$dir; ${MAKE} $$depends_args -V PKGFILE)`; \ subpkgname=$${subpkgfile%-*} ; \ subpkgname=$${subpkgname\#\#*/} ; \ if [ -r "$${subpkgfile}" -a "$$target" = "${DEPENDS_TARGET}" ]; then \ ${ECHO_MSG} "===> Installing existing package $${subpkgfile}"; \ if [ $${subpkgname} = "pkg" ]; then \ [ -d ${WRKDIR} ] || ${MKDIR} ${WRKDIR} ; \ ${TAR} xf $${subpkgfile} -C ${WRKDIR} -s ",/.*/,,g" "*/pkg-static" ; \ ${WRKDIR}/pkg-static add $${subpkgfile}; \ ${RM} -f ${WRKDIR}/pkg-static; \ else \ ${PKG_ADD} -A $${subpkgfile}; \ fi; \ elif [ -n "${USE_PACKAGE_DEPENDS_ONLY}" -a "$${target}" = "${DEPENDS_TARGET}" ]; then \ ${ECHO_MSG} "===> ${PKGNAME} depends on package: $${subpkgfile} - not found"; \ ${ECHO_MSG} "===> USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency from source"; \ exit 1; \ else \ (cd $$dir; ${MAKE} -DINSTALLS_DEPENDS $$target $$depends_args) ; \ fi; \ else \ (cd $$dir; ${MAKE} -DINSTALLS_DEPENDS $$target $$depends_args) ; \ fi; \ ${ECHO_MSG} "===> Returning to build of ${PKGNAME}"; .for deptype in PKG EXTRACT PATCH FETCH BUILD RUN ${deptype:tl}-depends: .if defined(${deptype}_DEPENDS) .if !defined(NO_DEPENDS) @set -e ; for i in `${ECHO_CMD} "${${deptype}_DEPENDS}"`; do \ prog=$${i%%:*}; \ if [ -z "$$prog" ]; then \ ${ECHO_MSG} "Error: there is an empty port dependency in ${deptype}_DEPENDS."; \ break; \ fi; \ dir=`${ECHO_CMD} $$i | ${SED} -e 's/[^:]*://'`; \ if ${EXPR} "$$dir" : '.*:' > /dev/null; then \ target=$${dir##*:}; \ dir=$${dir%%:*}; \ if [ X${DEPENDS_PRECLEAN} != "X" ]; then \ target="clean $$target"; \ depends_args="$$depends_args NOCLEANDEPENDS=yes"; \ fi; \ if [ X${DEPENDS_CLEAN} != "X" ]; then \ target="$$target clean"; \ depends_args="$$depends_args NOCLEANDEPENDS=yes"; \ fi; \ else \ target="${DEPENDS_TARGET}"; \ depends_args="${DEPENDS_ARGS}"; \ fi; \ if ${EXPR} "$$prog" : \\/ >/dev/null; then \ if [ -e "$$prog" ]; then \ if [ "$$prog" = "${NONEXISTENT}" ]; then \ ${ECHO_MSG} "Error: ${NONEXISTENT} exists. Please remove it, and restart the build."; \ ${FALSE}; \ else \ ${ECHO_MSG} "===> ${PKGNAME} depends on file: $$prog - found"; \ if [ ${_DEPEND_ALWAYS} = 1 ]; then \ ${ECHO_MSG} " (but building it anyway)"; \ notfound=1; \ else \ notfound=0; \ fi; \ fi; \ else \ ${ECHO_MSG} "===> ${PKGNAME} depends on file: $$prog - not found"; \ notfound=1; \ fi; \ else \ case $${prog} in \ *\>*|*\<*|*=*) pkg=yes;; \ *) pkg="";; \ esac; \ if [ "$$pkg" != "" ]; then \ if ${PKG_INFO} "$$prog" > /dev/null 2>&1 ; then \ ${ECHO_MSG} "===> ${PKGNAME} depends on package: $$prog - found"; \ if [ ${_DEPEND_ALWAYS} = 1 ]; then \ ${ECHO_MSG} " (but building it anyway)"; \ notfound=1; \ else \ notfound=0; \ fi; \ else \ ${ECHO_MSG} "===> ${PKGNAME} depends on package: $$prog - not found"; \ notfound=1; \ fi; \ if [ $$notfound != 0 ]; then \ inverse_dep=`${ECHO_CMD} $$prog | ${SED} \ -e 's/<=/=gt=/; s/=/=lt=/; s/>/=le=/' \ -e 's/=gt=/>/; s/=ge=/>=/; s/=lt=//dev/null || ${TRUE}`; \ if [ "$$pkg_info" != "" ]; then \ ${ECHO_MSG} "===> Found $$pkg_info, but you need to upgrade to $$prog."; \ exit 1; \ fi; \ fi; \ elif ${WHICH} "$$prog" > /dev/null 2>&1 ; then \ ${ECHO_MSG} "===> ${PKGNAME} depends on executable: $$prog - found"; \ if [ ${_DEPEND_ALWAYS} = 1 ]; then \ ${ECHO_MSG} " (but building it anyway)"; \ notfound=1; \ else \ notfound=0; \ fi; \ else \ ${ECHO_MSG} "===> ${PKGNAME} depends on executable: $$prog - not found"; \ notfound=1; \ fi; \ fi; \ if [ $$notfound != 0 ]; then \ ${ECHO_MSG} "===> Verifying $$target for $$prog in $$dir"; \ if [ ! -d "$$dir" ]; then \ ${ECHO_MSG} " => No directory for $$prog. Skipping.."; \ else \ ${_INSTALL_DEPENDS} \ fi; \ fi; \ done .endif .else @${DO_NADA} .endif .endfor lib-depends: .if defined(LIB_DEPENDS) && !defined(NO_DEPENDS) @set -e ; \ for i in ${LIB_DEPENDS}; do \ lib=$${i%%:*} ; \ dir=$${i#*:} ; \ target="${DEPENDS_TARGET}"; \ depends_args="${DEPENDS_ARGS}"; \ ${ECHO_MSG} -n "===> ${PKGNAME} depends on shared library: $${lib}" ; \ found=0 ; \ dirs="${LIB_DIRS} `${CAT} ${LOCALBASE}/libdata/ldconfig/* 2>/dev/null || : `" ; \ for libdir in $$dirs; do \ test -f $${libdir}/$${lib} || continue; \ if [ -x /usr/bin/file ]; then \ _LIB_FILE=`realpath $${libdir}/$${lib}`; \ [ `file -b -L --mime-type $${_LIB_FILE}` = "application/x-sharedlib" ] || continue ; \ fi ; \ found=1 ; \ ${ECHO_MSG} -n " - found ($${_LIB_FILE})"; \ done ; \ if [ $${found} -eq 0 ]; then \ ${ECHO_MSG} " - not found"; \ ${ECHO_MSG} "===> Verifying for $$lib in $$dir"; \ if [ ! -d "$$dir" ] ; then \ ${ECHO_MSG} " => No directory for $$lib. Skipping.."; \ else \ ${_INSTALL_DEPENDS} \ fi ; \ else \ ${ECHO_MSG}; \ fi ; \ done .endif .endif # Dependency lists: both build and runtime, recursive. Print out directory names. _UNIFIED_DEPENDS=${PKG_DEPENDS} ${EXTRACT_DEPENDS} ${PATCH_DEPENDS} ${FETCH_DEPENDS} ${BUILD_DEPENDS} ${LIB_DEPENDS} ${RUN_DEPENDS} _DEPEND_DIRS= ${_UNIFIED_DEPENDS:C,^[^:]*:([^:]*).*$,\1,} _DEPEND_SPECIALS= ${_UNIFIED_DEPENDS:M*\:*\:*:C,^[^:]*:([^:]*):.*$,\1,} all-depends-list: @${ALL-DEPENDS-LIST} ALL-DEPENDS-LIST= \ L="${_DEPEND_DIRS}"; \ checked=""; \ while [ -n "$$L" ]; do \ l=""; \ for d in $$L; do \ case $$checked in \ $$d\ *|*\ $$d\ *|*\ $$d) \ continue;; \ esac; \ checked="$$checked $$d"; \ if [ ! -d $$d ]; then \ ${ECHO_MSG} "${PKGNAME}: \"$$d\" non-existent -- dependency list incomplete" >&2; \ continue; \ fi; \ ${ECHO_CMD} $$d; \ if ! children=$$(cd $$d && ${MAKE} -V _DEPEND_DIRS); then\ ${ECHO_MSG} "${PKGNAME}: \"$$d\" erroneous -- dependency list incomplete" >&2; \ continue; \ fi; \ for child in $$children; do \ case "$$checked $$l" in \ $$child\ *|*\ $$child\ *|*\ $$child) \ continue;; \ esac; \ l="$$l $$child"; \ done; \ done; \ L=$$l; \ done CLEAN-DEPENDS-FULL= \ L="${_DEPEND_DIRS}"; \ checked=""; \ while [ -n "$$L" ]; do \ l=""; \ for d in $$L; do \ case $$checked in \ $$d\ *|*\ $$d\ *|*\ $$d) \ continue;; \ esac; \ checked="$$checked $$d"; \ if [ ! -d $$d ]; then \ ${ECHO_MSG} "${PKGNAME}: \"$$d\" non-existent -- dependency list incomplete" >&2; \ continue; \ fi; \ if ! children=$$(cd $$d && ${MAKE} -V WRKDIR -V _DEPEND_DIRS); then \ ${ECHO_MSG} "${PKGNAME}: \"$$d\" erroneous -- dependency list incomplete" >&2; \ continue; \ fi; \ state=0; \ for child in $$children; do \ case $$state in \ 0) \ if [ -d $$child ]; then \ ${ECHO_CMD} $$d; \ fi; \ state=1;; \ 1) \ case "$$checked $$l" in \ $$child\ *|*\ $$child\ *|*\ $$child) \ continue;; \ esac; \ l="$$l $$child";; \ esac; \ done; \ done; \ L=$$l; \ done CLEAN-DEPENDS-LIMITED= \ L="${_DEPEND_DIRS}"; \ checked=""; \ while [ -n "$$L" ]; do \ l=""; \ for d in $$L; do \ case $$checked in \ $$d\ *|*\ $$d\ *|*\ $$d) \ continue;; \ esac; \ checked="$$checked $$d"; \ if [ ! -d $$d ]; then \ ${ECHO_MSG} "${PKGNAME}: \"$$d\" non-existent -- dependency list incomplete" >&2; \ continue; \ fi; \ if ! children=$$(cd $$d && ${MAKE} -V WRKDIR -V _DEPEND_DIRS); then \ ${ECHO_MSG} "${PKGNAME}: \"$$d\" erroneous -- dependency list incomplete" >&2; \ continue; \ fi; \ state=0; \ for child in $$children; do \ case $$state in \ 0) \ if [ ! -d $$child ]; then \ break; \ fi; \ state=1; \ ${ECHO_CMD} $$d;; \ 1) \ case "$$checked $$l" in \ $$child\ *|*\ $$child\ *|*\ $$child) \ continue;; \ esac; \ l="$$l $$child";; \ esac; \ done; \ done; \ L=$$l; \ done .if !target(clean-depends) clean-depends: @for dir in $$(${CLEAN-DEPENDS-FULL}); do \ (cd $$dir; ${MAKE} NOCLEANDEPENDS=yes clean); \ done .endif .if !target(limited-clean-depends) limited-clean-depends: @for dir in $$(${CLEAN-DEPENDS-LIMITED}); do \ (cd $$dir; ${MAKE} NOCLEANDEPENDS=yes clean); \ done .endif .if !target(deinstall-depends) deinstall-depends: @for dir in $$(${ALL-DEPENDS-LIST}); do \ (cd $$dir; ${MAKE} deinstall); \ done .endif .if !target(fetch-specials) fetch-specials: @${ECHO_MSG} "===> Fetching all distfiles required by ${PKGNAME} for building" @for dir in ${_DEPEND_SPECIALS}; do \ (cd $$dir; ${MAKE} fetch); \ done .endif .if !target(fetch-recursive) fetch-recursive: @${ECHO_MSG} "===> Fetching all distfiles for ${PKGNAME} and dependencies" @for dir in ${.CURDIR} $$(${ALL-DEPENDS-LIST}); do \ (cd $$dir; ${MAKE} fetch); \ done .endif .if !target(fetch-recursive-list) fetch-recursive-list: @for dir in ${.CURDIR} $$(${ALL-DEPENDS-LIST}); do \ (cd $$dir; ${MAKE} fetch-list); \ done .endif # Used by fetch-required and fetch-required list, this script looks # at each of the dependencies. If 3 items are specified in the tuple, # such as foo:${PORTSDIR}/graphics/foo:extract, the first item (foo) # is examined. Only if it begins with a / and does not exist on the # file-system will ``make targ'' proceed. # For more usual (dual-item) dependency tuples, the ``make targ'' # proceeds, if the exact package, which the directory WOULD'VE installed, # is not yet installed. # This is the exact behaviour of the old code, and it may need # revisiting. For example, the entire first case seems dubious, and in # the second case we, probably, should be satisfied with _any_ (earlier) # package, with the same origin as that of the dir. # # -mi FETCH_LIST?= for i in $$deps; do \ prog=$${i%%:*}; dir=$${i\#*:}; \ case $$dir in \ *:*) if [ $$prog != $${prog\#/} -o ! -e $$prog ]; then \ dir=$${dir%%:*}; \ else \ continue; \ fi;; \ *) if [ -d ${PKG_DBDIR}/$$(cd $$dir; ${MAKE} -V PKGNAME) ]; then \ continue; \ fi;; \ esac; \ echo cd $$dir; cd $$dir; ${MAKE} $$targ; \ done .if !target(fetch-required) fetch-required: fetch .if defined(NO_DEPENDS) @${ECHO_MSG} "===> NO_DEPENDS is set, not fetching any other distfiles for ${PKGNAME}" .else @${ECHO_MSG} "===> Fetching all required distfiles for ${PKGNAME} and dependencies" .for deptype in PKG EXTRACT PATCH FETCH BUILD RUN .if defined(${deptype}_DEPENDS) @targ=fetch; deps="${${deptype}_DEPENDS}"; ${FETCH_LIST} .endif .endfor .endif .endif .if !target(fetch-required-list) fetch-required-list: fetch-list .if !defined(NO_DEPENDS) .for deptype in PKG EXTRACT PATCH FETCH BUILD RUN .if defined(${deptype}_DEPENDS) @targ=fetch-list; deps="${${deptype}_DEPENDS}"; ${FETCH_LIST} .endif .endfor .endif .endif .if !target(checksum-recursive) checksum-recursive: @${ECHO_MSG} "===> Fetching and checking checksums for ${PKGNAME} and dependencies" @for dir in ${.CURDIR} $$(${ALL-DEPENDS-LIST}); do \ (cd $$dir; ${MAKE} checksum); \ done .endif # Dependency lists: build and runtime. Print out directory names. build-depends-list: .if defined(PKG_DEPENDS) || defined(EXTRACT_DEPENDS) || defined(PATCH_DEPENDS) || defined(FETCH_DEPENDS) || defined(BUILD_DEPENDS) || defined(LIB_DEPENDS) @${BUILD-DEPENDS-LIST} .endif BUILD-DEPENDS-LIST= \ for dir in $$(${ECHO_CMD} "${PKG_DEPENDS} ${EXTRACT_DEPENDS} ${PATCH_DEPENDS} ${FETCH_DEPENDS} ${BUILD_DEPENDS} ${LIB_DEPENDS}" | ${SED} -E -e 's,([^: ]*):([^: ]*)(:[^ ]*)?,\2,g' -e 'y/ /\n/'| ${SORT} -u); do \ if [ -d $$dir ]; then \ ${ECHO_CMD} $$dir; \ else \ ${ECHO_MSG} "${PKGNAME}: \"$$dir\" non-existent -- dependency list incomplete" >&2; \ fi; \ done | ${SORT} -u run-depends-list: .if defined(LIB_DEPENDS) || defined(RUN_DEPENDS) @${RUN-DEPENDS-LIST} .endif RUN-DEPENDS-LIST= \ for dir in $$(${ECHO_CMD} "${_LIB_RUN_DEPENDS:C,.*:([^:]*).*,\1,}" | ${SED} -e 'y/ /\n/' | ${SORT} -u); do \ if [ -d $$dir ]; then \ ${ECHO_CMD} $$dir; \ else \ ${ECHO_MSG} "${PKGNAME}: \"$$dir\" non-existent -- dependency list incomplete" >&2; \ fi; \ done | ${SORT} -u # Package (recursive runtime) dependency list. Print out both directory names # and package names. package-depends-list: .if defined(CHILD_DEPENDS) || defined(LIB_DEPENDS) || defined(RUN_DEPENDS) @${PACKAGE-DEPENDS-LIST} .endif _LIB_RUN_DEPENDS= ${LIB_DEPENDS} ${RUN_DEPENDS} PACKAGE-DEPENDS-LIST?= \ if [ "${CHILD_DEPENDS}" ]; then \ installed=$$(${PKG_INFO} -qO ${PKGORIGIN} 2>/dev/null || \ ${TRUE}); \ if [ "$$installed" ]; then \ break; \ fi; \ if [ -z "$$installed" ]; then \ installed="${PKGNAME}"; \ fi; \ for pkgname in $$installed; do \ ${ECHO_CMD} "$$pkgname ${.CURDIR} ${PKGORIGIN}"; \ done; \ fi; \ checked="${PARENT_CHECKED}"; \ for dir in ${_LIB_RUN_DEPENDS:C,[^:]*:([^:]*):?.*,\1,}; do \ dir=$$(${REALPATH} $$dir); \ if [ -d $$dir ]; then \ case $$checked in \ $$dir|$$dir\ *|*\ $$dir|*\ $$dir\ *) continue;; \ esac; \ childout=$$(cd $$dir; ${MAKE} CHILD_DEPENDS=yes PARENT_CHECKED="$$checked" package-depends-list); \ set -- $$childout; \ childdir=""; \ while [ $$\# != 0 ]; do \ childdir="$$childdir $$2"; \ ${ECHO_CMD} "$$1 $$2 $$3"; \ shift 3; \ done; \ checked="$$dir $$childdir $$checked"; \ else \ ${ECHO_MSG} "${PKGNAME}: \"$$dir\" non-existent -- dependency list incomplete" >&2; \ fi; \ done ACTUAL-PACKAGE-DEPENDS?= \ if [ "${_LIB_RUN_DEPENDS}" != " " ]; then \ ${PKG_QUERY} "\"%n\": {origin: %o, version: \"%v\"}" " " ${_LIB_RUN_DEPENDS:C,[^:]*:([^:]*):?.*,\1,:C,${PORTSDIR}/,,} 2>/dev/null || : ; \ fi create-manifest: @${MKDIR} ${METADIR}; \ (\ echo "name: \"${PKGBASE}\"" ; \ echo "version: \"${PKGVERSION}\"" ; \ echo "origin: ${PKGORIGIN}" ; \ echo "comment: < ${MANIFESTF} @${ECHO_CMD} -n "options: {" >> ${MANIFESTF} .for opt in ${COMPLETE_OPTIONS_LIST} @[ -z "${PORT_OPTIONS:M${opt}}" ] || match="on" ; ${ECHO_MSG} -n " ${opt}: $${match:-off}," >> ${MANIFESTF} .endfor @${ECHO_CMD} "}" >> ${MANIFESTF} .if defined(PKG_NOTES) @${ECHO_CMD} -n "annotations: {" >> ${MANIFESTF} .for note in ${PKG_NOTES} @${ECHO_CMD} -n ' ${note}: "${PKG_NOTE_${note}:S/"/\"/g}",' >> ${MANIFESTF} .endfor @${ECHO_CMD} " }" >> ${MANIFESTF} .endif @[ -f ${PKGINSTALL} ] && ${CP} ${PKGINSTALL} ${METADIR}/+INSTALL; \ ${RM} -f ${METADIR}/+PRE_INSTALL ; \ for a in ${PKGPREINSTALL}; do \ [ -f $$a ] && ${CAT} $$a >> ${METADIR}/+PRE_INSTALL ; \ done ; \ ${RM} -f ${METADIR}/+POST_INSTALL ; \ for a in ${PKGPOSTINSTALL}; do \ [ -f $$a ] && ${CAT} $$a >> ${METADIR}/+POST_INSTALL ; \ done ; \ [ -f ${PKGDEINSTALL} ] && ${CP} ${PKGDEINSTALL} ${METADIR}/+DEINSTALL; \ ${RM} -f ${METADIR}/+PRE_DEINSTALL ; \ for a in ${PKGPREDEINSTALL}; do \ [ -f $$a ] && ${CAT} $$a >> ${METADIR}/+PRE_DEINSTALL ; \ done ; \ ${RM} -f ${METADIR}/+POST_DEINSTALL ; \ for a in ${PKGPOSTDEINSTALL}; do \ [ -f $$a ] && ${CAT} $$a >> ${METADIR}/+POST_DEINSTALL ; \ done ; \ [ -f ${PKGPOSTDEINSTALL} ] && ${CP} ${PKGPOSTDEINSTALL} ${METADIR}/+POST_DEINSTALL; \ [ -f ${PKGUPGRADE} ] && ${CP} ${PKGUPGRADE} ${METADIR}/+UPGRADE; \ [ -f ${PKGPREUPGRADE} ] && ${CP} ${PKGPREUPGRADE} ${METADIR}/+PRE_UPGRADE; \ [ -f ${PKGPOSTUPGRADE} ] && ${CP} ${PKGPOSTUPGRADE} ${METADIR}/+POST_UPGRADE; \ ${CP} ${DESCR} ${METADIR}/+DESC; \ [ -f ${PKGMESSAGE} ] && ${CP} ${PKGMESSAGE} ${METADIR}/+DISPLAY || return 0 .if !defined(NO_MTREE) @[ -f ${MTREE_FILE} ] && ${CP} ${MTREE_FILE} ${METADIR}/+MTREE_DIRS || return 0 .endif # Print out package names. package-depends: @${PACKAGE-DEPENDS-LIST} | ${AWK} '{print $$1":"$$3}' actual-package-depends: @${ACTUAL-PACKAGE-DEPENDS} # Build packages for port and dependencies package-recursive: package @for dir in $$(${ALL-DEPENDS-LIST}); do \ (cd $$dir; ${MAKE} package-noinstall); \ done # Show missing dependencies missing: @_origins=$$(${PKG_INFO} -aoq); \ for dir in $$(${ALL-DEPENDS-LIST}); do \ _origin=$${dir##${PORTSDIR}/}; \ if ! $$(${ECHO_CMD} $${_origins} | ${GREP} -q $${_origin}); then \ ${ECHO_CMD} $${_origin}; \ fi; \ done # Show missing dependencies by name missing-packages: @_packages=$$(${PKG_INFO} -aq); \ for dir in $$(${ALL-DEPENDS-LIST}); do \ _p=$$(cd $$dir; ${MAKE} -VPKGNAME); \ if ! $$(${ECHO_CMD} $${_packages} | ${GREP} -q $${_p}); then \ ${ECHO_CMD} $${_p}; \ fi; \ done ################################################################ # Everything after here are internal targets and really # shouldn't be touched by anybody but the release engineers. ################################################################ # This target generates an index entry suitable for aggregation into # a large index. Format is: # # distribution-name|port-path|installation-prefix|comment| \ # description-file|maintainer|categories|extract-depends| \ # patch-depends|fetch-depends|build-depends|run-depends|www site # # If this ever changes, portmgr should contact the portsnap maintainer # first to avoid gratuitous breakage. . if !target(describe) _EXTRACT_DEPENDS=${EXTRACT_DEPENDS:C/^[^ :]+:([^ :]+)(:[^ :]+)?/\1/:O:u} _PATCH_DEPENDS=${PATCH_DEPENDS:C/^[^ :]+:([^ :]+)(:[^ :]+)?/\1/:O:u} _FETCH_DEPENDS=${FETCH_DEPENDS:C/^[^ :]+:([^ :]+)(:[^ :]+)?/\1/:O:u} _LIB_DEPENDS=${LIB_DEPENDS:C/^[^ :]+:([^ :]+)(:[^ :]+)?/\1/:O:u} _BUILD_DEPENDS=${BUILD_DEPENDS:C/^[^ :]+:([^ :]+)(:[^ :]+)?/\1/:O:u} ${_LIB_DEPENDS} _RUN_DEPENDS=${RUN_DEPENDS:C/^[^ :]+:([^ :]+)(:[^ :]+)?/\1/:O:u} ${_LIB_DEPENDS} . if exists(${DESCR}) _DESCR=${DESCR} . else _DESCR=/dev/null . endif . if defined(BUILDING_INDEX) && defined(INDEX_PORTS) INDEX_OUT=${INDEX_TMPDIR}/${INDEXFILE}.desc.aggr . else INDEX_OUT=/dev/stdout . endif describe: @(${ECHO_CMD} -n "${PKGNAME}|${.CURDIR}|${PREFIX}|"; \ ${ECHO_CMD} -n ${COMMENT:Q}; \ ${ECHO_CMD} -n "|${_DESCR}|${MAINTAINER}|${CATEGORIES}|${_EXTRACT_DEPENDS}|${_PATCH_DEPENDS}|${_FETCH_DEPENDS}|${_BUILD_DEPENDS:O:u}|${_RUN_DEPENDS:O:u}|"; \ while read one two discard; do \ case "$$one" in \ WWW:) case "$$two" in \ https://*|http://*|ftp://*) ${ECHO_CMD} -n "$$two" ;; \ *) ${ECHO_CMD} -n "http://$$two" ;; \ esac; \ break; \ ;; \ esac; \ done < ${DESCR}; ${ECHO_CMD}) >>${INDEX_OUT} . endif www-site: .if exists(${DESCR}) @${AWK} '$$1 ~ /^WWW:/ {print $$2}' ${DESCR} | ${HEAD} -1 .else @${ECHO_CMD} .endif .if !target(readmes) readmes: readme .endif .if !target(readme) readme: @${RM} -f ${.CURDIR}/README.html @cd ${.CURDIR} && ${MAKE} ${.CURDIR}/README.html .endif ${.CURDIR}/README.html: @${ECHO_MSG} "===> Creating README.html for ${PKGNAME}" @${SED} -e 's|%%PORT%%|'$$(${ECHO_CMD} ${.CURDIR} | \ ${SED} -e 's|.*/\([^/]*/[^/]*\)$$|\1|')'|g' \ -e 's|%%PKG%%|${PKGNAME}|g' \ -e 's|%%COMMENT%%|'"$$(${ECHO_CMD} ${COMMENT:Q})"'|' \ -e '/%%COMMENT%%/d' \ -e 's|%%DESCR%%|'"$$(${ECHO_CMD} ${DESCR} | \ ${SED} -e 's|${.CURDIR}/||')"'|' \ -e 's|%%EMAIL%%|'"$$(${ECHO_CMD} "${MAINTAINER}" | \ ${SED} -e 's/([^)]*)//;s/.*.*//')"'|g' \ -e 's|%%MAINTAINER%%|${MAINTAINER}|g' \ -e 's|%%WEBSITE%%|'"$$(cd ${.CURDIR} && eval ${MAKE} pretty-print-www-site)"'|' \ -e 's|%%BUILD_DEPENDS%%|'"$$(cd ${.CURDIR} && eval ${MAKE} pretty-print-build-depends-list)"'|' \ -e 's|%%RUN_DEPENDS%%|'"$$(cd ${.CURDIR} && eval ${MAKE} pretty-print-run-depends-list)"'|' \ -e 's|%%TOP%%|'"$$(${ECHO_CMD} ${CATEGORIES} | \ ${SED} -e 's| .*||' -e 's|[^/]*|..|g')"'/..|' \ ${TEMPLATES}/README.port >> ${.TARGET} # The following two targets require an up-to-date INDEX in ${PORTSDIR} _PRETTY_PRINT_DEPENDS_LIST=\ if [ ! -r ${INDEXDIR}/${INDEXFILE} ] ; then \ ${ECHO_MSG} "${.TARGET} requires an INDEX file (${INDEXFILE}). Please run make index or make fetchindex."; \ else \ target=${.TARGET:C/pretty-print-(.*)-depends-list/\1/} ; \ if [ "$$target" = "build" ] ; then fldnum=8 ; else fldnum=9 ; fi; \ ${ECHO_MSG} -n 'This port requires package(s) "' ; \ ${ECHO_MSG} -n `${AWK} -F\| "\\$$1 ~ /^${PKGNAME}/ {print \\$$$${fldnum};}" ${INDEXDIR}/${INDEXFILE}` ; \ ${ECHO_MSG} "\" to $$target."; \ fi; .if !target(pretty-print-build-depends-list) pretty-print-build-depends-list: .if defined(PKG_DEPENDS) || defined(EXTRACT_DEPENDS) || defined(PATCH_DEPENDS) || \ defined(FETCH_DEPENDS) || defined(BUILD_DEPENDS) || defined(LIB_DEPENDS) @${_PRETTY_PRINT_DEPENDS_LIST} .endif .endif .if !target(pretty-print-run-depends-list) pretty-print-run-depends-list: .if defined(RUN_DEPENDS) || defined(LIB_DEPENDS) @${_PRETTY_PRINT_DEPENDS_LIST} .endif .endif _SUB_LIST_TEMP= ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} .if !target(apply-slist) apply-slist: .if defined(SUB_FILES) .for file in ${SUB_FILES} .if !exists(${FILESDIR}/${file}.in) @${ECHO_MSG} "** Missing ${FILESDIR}/${file}.in for ${PKGNAME}."; exit 1 .else @${SED} ${_SUB_LIST_TEMP} -e '/^@comment /d' ${FILESDIR}/${file}.in > ${WRKDIR}/${file} .endif .endfor .for i in pkg-message pkg-install pkg-deinstall pkg-req .if ${SUB_FILES:M${i}*}!="" ${i:S/-//:tu}= ${WRKDIR}/${SUB_FILES:M${i}*} .endif .endfor .endif .endif # Generate packing list. Also tests to make sure all required package # files exist. .if !target(generate-plist) generate-plist: ${WRKDIR} @${ECHO_MSG} "===> Generating temporary packing list" @${MKDIR} `${DIRNAME} ${TMPPLIST}` @if [ ! -f ${DESCR} ]; then ${ECHO_MSG} "** Missing pkg-descr for ${PKGNAME}."; exit 1; fi @>${TMPPLIST} @for file in ${PLIST_FILES}; do \ ${ECHO_CMD} $${file} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} >> ${TMPPLIST}; \ done @if [ -f ${PLIST} ]; then \ ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${PLIST} >> ${TMPPLIST}; \ fi .for dir in ${PLIST_DIRS} ${PLIST_DIRSTRY} @${ECHO_CMD} ${dir} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} -e 's,^,@dir ,' >> ${TMPPLIST} .endfor .if defined(USE_LINUX_PREFIX) .if defined(USE_LDCONFIG) @${ECHO_CMD} "@exec ${LDCONFIG_CMD}" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ${LDCONFIG_CMD}" >> ${TMPPLIST} .endif .else .if defined(USE_LDCONFIG) .if !defined(INSTALL_AS_USER) @${ECHO_CMD} "@exec ${LDCONFIG} -m ${USE_LDCONFIG}" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ${LDCONFIG} -R" >> ${TMPPLIST} .else @${ECHO_CMD} "@exec ${LDCONFIG} -m ${USE_LDCONFIG} || ${TRUE}" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ${LDCONFIG} -R || ${TRUE}" >> ${TMPPLIST} .endif .endif .if defined(USE_LDCONFIG32) .if !defined(INSTALL_AS_USER) @${ECHO_CMD} "@exec ${LDCONFIG} -32 -m ${USE_LDCONFIG32}" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ${LDCONFIG} -32 -R" >> ${TMPPLIST} .else @${ECHO_CMD} "@exec ${LDCONFIG} -32 -m ${USE_LDCONFIG32} || ${TRUE}" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ${LDCONFIG} -32 -R || ${TRUE}" >> ${TMPPLIST} .endif .endif .endif .endif ${TMPPLIST}: @cd ${.CURDIR} && ${MAKE} generate-plist ${TMPPLIST_SORT}: ${TMPPLIST} @${SORT} -u ${TMPPLIST} >${TMPPLIST_SORT} .if !target(add-plist-docs) .if defined(PORTDOCS) && !defined(NOPORTDOCS) add-plist-docs: @if ${EGREP} -qe '^@cw?d' ${TMPPLIST} && \ [ "`${SED} -En -e '/^@cw?d[ ]*/s,,,p' ${TMPPLIST} | ${TAIL} -n 1`" != "${PREFIX}" ]; then \ ${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST}; \ fi .for x in ${PORTDOCS} @if ${ECHO_CMD} "${x}"| ${AWK} '$$1 ~ /(\*|\||\[|\]|\?|\{|\}|\$$)/ { exit 1};'; then \ if [ ! -e ${STAGEDIR}${DOCSDIR}/${x} ]; then \ ${ECHO_CMD} ${DOCSDIR_REL}/${x} >> ${TMPPLIST}; \ fi;fi .endfor @${FIND} -P ${PORTDOCS:S/^/${STAGEDIR}${DOCSDIR}\//} ! -type d 2>/dev/null | \ ${SED} -ne 's,^${STAGEDIR}${PREFIX}/,,p' >> ${TMPPLIST} .endif .endif .if !target(add-plist-examples) .if defined(PORTEXAMPLES) && !defined(NOPORTEXAMPLES) add-plist-examples: @if ${EGREP} -qe '^@cw?d' ${TMPPLIST} && \ [ "`${SED} -En -e '/^@cw?d[ ]*/s,,,p' ${TMPPLIST} | ${TAIL} -n 1`" != "${PREFIX}" ]; then \ ${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST}; \ fi .for x in ${PORTEXAMPLES} @if ${ECHO_CMD} "${x}"| ${AWK} '$$1 ~ /(\*|\||\[|\]|\?|\{|\}|\$$)/ { exit 1};'; then \ if [ ! -e ${STAGEDIR}${EXAMPLESDIR}/${x} ]; then \ ${ECHO_CMD} ${EXAMPLESDIR}/${x} | \ ${SED} -e 's,^${PREFIX}/,,' >> ${TMPPLIST}; \ fi;fi .endfor @${FIND} -P ${PORTEXAMPLES:S/^/${STAGEDIR}${EXAMPLESDIR}\//} ! -type d 2>/dev/null | \ ${SED} -ne 's,^${STAGEDIR}${PREFIX}/,,p' >> ${TMPPLIST} @${FIND} -P -d ${PORTEXAMPLES:C,/[^/]*[*?\[][^/]*$,,:S/^/${STAGEDIR}${EXAMPLESDIR}\//} -type d 2>/dev/null | \ ${SED} -ne 's,^${STAGEDIR}${PREFIX}/,@dirrm ,p' >> ${TMPPLIST} @${ECHO_CMD} "@dirrm ${EXAMPLESDIR_REL}" >> ${TMPPLIST} .endif .endif .if !target(add-plist-data) .if defined(PORTDATA) add-plist-data: @if ${EGREP} -qe '^@cw?d' ${TMPPLIST} && \ [ "`${SED} -En -e '/^@cw?d[ ]*/s,,,p' ${TMPPLIST} | ${TAIL} -n 1`" != "${PREFIX}" ]; then \ ${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST}; \ fi .for x in ${PORTDATA} @if ${ECHO_CMD} "${x}"| ${AWK} '$$1 ~ /(\*|\||\[|\]|\?|\{|\}|\$$)/ { exit 1};'; then \ if [ ! -e ${STAGEDIR}${DATADIR}/${x} ]; then \ ${ECHO_CMD} ${DATADIR}/${x} | \ ${SED} -e 's,^${PREFIX}/,,' >> ${TMPPLIST}; \ fi;fi .endfor @${FIND} -P ${PORTDATA:S/^/${STAGEDIR}${DATADIR}\//} ! -type d 2>/dev/null | \ ${SED} -ne 's,^${STAGEDIR}${PREFIX}/,,p' >> ${TMPPLIST} @${FIND} -P -d ${PORTDATA:C,/[^/]*[*?\[][^/]*$,,:S/^/${STAGEDIR}${DATADIR}\//} -type d 2>/dev/null | \ ${SED} -ne 's,^${STAGEDIR}${PREFIX}/,@dirrm ,p' >> ${TMPPLIST} @${ECHO_CMD} "@dirrm ${DATADIR_REL}" >> ${TMPPLIST} .endif .endif .if !target(add-plist-buildinfo) add-plist-buildinfo: .if defined(PACKAGE_BUILDING) @${ECHO_CMD} "@comment Build details: ${BUILDHOST}|${JAIL}|${BUILD}|${PORTSTREE}|${BUILDDATE}" >> ${TMPPLIST} .endif .endif .if !target(add-plist-info) .if defined(INFO) add-plist-info: @if ${EGREP} -qe '^@cw?d' ${TMPPLIST} && \ [ "`${SED} -En -e '/^@cw?d[ ]*/s,,,p' ${TMPPLIST} | ${TAIL} -n 1`" != "${PREFIX}" ]; then \ ${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST}; \ fi # Process GNU INFO files at package install/deinstall time .for i in ${INFO} @${LS} ${STAGEDIR}${PREFIX}/${INFO_PATH}/$i.info* | ${SED} -e s:${STAGEDIR}${PREFIX}/:@info\ :g >> ${TMPPLIST} .endfor .if defined(INFO_SUBDIR) @${ECHO_CMD} "@dirrmtry ${INFO_PATH}/${INFO_SUBDIR}" >> ${TMPPLIST} .endif .if (${PREFIX} != "/usr") @${ECHO_CMD} "@unexec indexinfo %D/${INFO_PATH}" >> ${TMPPLIST} .if (${PREFIX} != ${LOCALBASE} && ${PREFIX} != ${LINUXBASE}) @${ECHO_CMD} "@dirrmtry ${INFO_PATH}" >> ${TMPPLIST} .endif .endif .endif .endif # If we're installing into a non-standard PREFIX, we need to remove that directory at # deinstall-time .if !target(add-plist-post) .if (${PREFIX} != ${LOCALBASE} && ${PREFIX} != ${LINUXBASE} && \ ${PREFIX} != "/usr" && !defined(NO_PREFIX_RMDIR)) add-plist-post: @${ECHO_CMD} "@dirrmtry ${PREFIX}" >> ${TMPPLIST} .endif .endif .if !target(install-rc-script) .if defined(USE_RCORDER) || defined(USE_RC_SUBR) && ${USE_RC_SUBR:tu} != "YES" install-rc-script: .if defined(USE_RCORDER) @${ECHO_MSG} "===> Staging early rc.d startup script(s)" @${ECHO_CMD} "@cwd /" >> ${TMPPLIST} @for i in ${USE_RCORDER}; do \ ${INSTALL_SCRIPT} ${WRKDIR}/$${i} ${STAGEDIR}/etc/rc.d/$${i%.sh}; \ ${ECHO_CMD} "etc/rc.d/$${i%.sh}" >> ${TMPPLIST}; \ done @${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST} .endif .if defined(USE_RC_SUBR) && ${USE_RC_SUBR:tu} != "YES" @${ECHO_MSG} "===> Staging rc.d startup script(s)" @${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST} @for i in ${USE_RC_SUBR}; do \ ${INSTALL_SCRIPT} ${WRKDIR}/$${i} ${STAGEDIR}${PREFIX}/etc/rc.d/$${i%.sh}; \ ${ECHO_CMD} "etc/rc.d/$${i%.sh}" >> ${TMPPLIST}; \ done .endif .endif .endif # Compress all manpage not already compressed which are not hardlinks # Find all manpages which are not compressed and are hadlinks, and only get the list of inodes concerned, for each of them compress the first one found and recreate the hardlinks for the others # Fixes all dead symlinks left by the previous round .if !target(compress-man) compress-man: @${ECHO_MSG} "====> Compressing man pages (compress-man)" @mdirs= ; \ for dir in ${MANDIRS:S/^/${STAGEDIR}/} ; do \ [ -d $$dir ] && mdirs="$$mdirs $$dir" ;\ done ; \ for dir in $$mdirs; do \ ${FIND} $$dir -type f \! -name "*.gz" -links 1 -exec ${GZIP_CMD} {} \; ; \ ${FIND} $$dir -type f \! -name "*.gz" \! -links 1 -exec ${STAT} -f '%i' {} \; | \ ${SORT} -u | while read inode ; do \ unset ref ; \ for f in $$(${FIND} $$dir -type f -inum $${inode} -print); do \ if [ -z $$ref ]; then \ ref=$${f}.gz ; \ ${GZIP_CMD} $${f} ; \ continue ; \ fi ; \ ${RM} -f $${f} ; \ (cd $${f%/*}; ${LN} -f $${ref##*/} $${f##*/}.gz) ; \ done ; \ done ; \ ${FIND} $$dir -type l \! -name "*.gz" | while read link ; do \ ${LN} -sf $$(readlink $$link).gz $$link.gz ;\ ${RM} -f $$link ; \ done; \ done .endif .if !target(stage-dir) stage-dir: @${MKDIR} ${STAGEDIR}${PREFIX} .if !defined(NO_MTREE) @${MTREE_CMD} ${MTREE_ARGS} ${STAGEDIR}${PREFIX} > /dev/null .endif .endif .if !target(makeplist) makeplist: stage @${SETENV} ${CO_ENV} ${SH} ${SCRIPTSDIR}/check-stagedir.sh makeplist .endif .if !target(check-plist) check-plist: stage @${ECHO_MSG} "====> Checking for pkg-plist issues (check-plist)" @${SETENV} ${CO_ENV} ${SH} ${SCRIPTSDIR}/check-stagedir.sh checkplist @${ECHO_MSG} "===> No pkg-plist issues found (check-plist)" .endif .if !target(check-orphans) check-orphans: check-plist .endif .if !target(stage-qa) stage-qa: @${ECHO_MSG} "====> Running Q/A tests (stage-qa)" @${SETENV} ${QA_ENV} ${SH} ${SCRIPTSDIR}/qa.sh .endif # Fake installation of package so that user can pkg delete it later. .if !target(fake-pkg) STAGE_ARGS= -i ${STAGEDIR} .if !defined(NO_PKG_REGISTER) fake-pkg: create-manifest .if defined(INSTALLS_DEPENDS) @${ECHO_MSG} "===> Registering installation for ${PKGNAME} as automatic" .else @${ECHO_MSG} "===> Registering installation for ${PKGNAME}" .endif .if defined(INSTALLS_DEPENDS) @${SETENV} ${PKG_ENV} FORCE_POST="${_FORCE_POST_PATTERNS}" ${PKG_CMD} -d ${STAGE_ARGS} -m ${METADIR} -f ${TMPPLIST} .else @${SETENV} ${PKG_ENV} FORCE_POST="${_FORCE_POST_PATTERNS}" ${PKG_CMD} ${STAGE_ARGS} -m ${METADIR} -f ${TMPPLIST} .endif @${RM} -rf ${METADIR} .endif .endif # Depend is generally meaningless for arbitrary ports, but if someone wants # one they can override this. This is just to catch people who've gotten into # the habit of typing `make depend all install' as a matter of course. # .if !target(depend) depend: .endif # Same goes for tags .if !target(tags) tags: .endif .if !defined(NOPRECIOUSMAKEVARS) # These won't change, so we can pass them through the environment .MAKEFLAGS: \ ARCH="${ARCH:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" \ OPSYS="${OPSYS:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" \ OSREL="${OSREL:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" \ OSVERSION="${OSVERSION:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" \ SYSTEMVERSION="${SYSTEMVERSION:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" .endif .if !target(pre-check-config) pre-check-config: .for single in ${OPTIONS_SINGLE} . for opt in ${OPTIONS_SINGLE_${single}} . if empty(ALL_OPTIONS:M${single}) || !empty(PORT_OPTIONS:M${single}) . if !empty(PORT_OPTIONS:M${opt}) . if defined(OPTFOUND) OPTIONS_WRONG_SINGLE+= ${single} . else OPTFOUND= true . endif . endif . else # if conditional and if the condition is unchecked, remove opt from the list of # set options PORT_OPTIONS:= ${PORT_OPTIONS:N${opt}} OPTNOCHECK= true . endif . endfor . if !defined(OPTFOUND) && !defined(OPTNOCHECK) OPTIONS_WRONG_SINGLE+= ${single} . endif . undef OPTFOUND . undef OPTNOCHECK .endfor .undef single .for radio in ${OPTIONS_RADIO} . for opt in ${OPTIONS_RADIO_${radio}} . if !empty(PORT_OPTIONS:M${opt}) . if defined(OPTFOUND) OPTIONS_WRONG_RADIO+= ${radio} . else OPTFOUND= true . endif . endif . endfor . undef OPTFOUND .endfor .for multi in ${OPTIONS_MULTI} . for opt in ${OPTIONS_MULTI_${multi}} . if empty(ALL_OPTIONS:M${multi}) || !empty(PORT_OPTIONS:M${multi}) . if !empty(PORT_OPTIONS:M${opt}) OPTFOUND= true . endif . else # if conditional and if the condition is unchecked, remove opt from the list of # set options PORT_OPTIONS:= ${PORT_OPTIONS:N${opt}} OPTNOCHECK= true . endif . endfor . if !defined(OPTFOUND) && !defined(OPTNOCHECK) OPTIONS_WRONG_MULTI+= ${multi} . endif . undef OPTFOUND . undef OPTNOCHECK .endfor .undef multi .undef opt .endif #pre-check-config .if !target(_check-config) _check-config: pre-check-config .for multi in ${OPTIONS_WRONG_MULTI} @${ECHO_MSG} "====> You must check at least one option in the ${multi} multi" .endfor .for single in ${OPTIONS_WRONG_SINGLE} @${ECHO_MSG} "====> You must select one and only one option from the ${single} single" .endfor .for radio in ${OPTIONS_WRONG_RADIO} @${ECHO_MSG} "====> You cannot select multiple options from the ${radio} radio" .endfor .if !empty(OPTIONS_WRONG_MULTI) || !empty(OPTIONS_WRONG_SINGLE) || !empty(OPTIONS_WRONG_RADIO) _CHECK_CONFIG_ERROR= true .endif .endif # _check-config .if !target(check-config) check-config: _check-config .if !empty(_CHECK_CONFIG_ERROR) @${FALSE} .endif .endif # check-config .if !target(sanity-config) sanity-config: _check-config .if !empty(_CHECK_CONFIG_ERROR) @echo -n "Config is invalid. Re-edit? [Y/n] "; \ read answer; \ case $$answer in \ [Nn]|[Nn][Oo]) \ exit 0; \ esac; \ cd ${.CURDIR} && ${MAKE} config .endif .endif # sanity-config .if !target(pre-config) pre-config: D4P_ENV= PKGNAME="${PKGNAME}" \ PORT_OPTIONS="${PORT_OPTIONS}" \ ALL_OPTIONS="${ALL_OPTIONS}" \ OPTIONS_MULTI="${OPTIONS_MULTI}" \ OPTIONS_SINGLE="${OPTIONS_SINGLE}" \ OPTIONS_RADIO="${OPTIONS_RADIO}" \ OPTIONS_GROUP="${OPTIONS_GROUP}" \ NEW_OPTIONS="${NEW_OPTIONS}" \ DIALOG4PORTS="${DIALOG4PORTS}" \ PREFIX="${PREFIX}" \ LOCALBASE="${LOCALBASE}" \ PORTSDIR="${PORTSDIR}" \ MAKE="${MAKE}" \ D4PHEIGHT="${D4PHEIGHT}" \ D4PWIDTH="${D4PWIDTH}" \ D4PFULLSCREEN="${D4PFULLSCREEN}" .if exists(${PKGHELP}) D4P_ENV+= PKGHELP="${PKGHELP}" .endif .for opt in ${ALL_OPTIONS} D4P_ENV+= ${opt}_DESC=""${${opt}_DESC:Q}"" .endfor .for otype in MULTI GROUP SINGLE RADIO . for m in ${OPTIONS_${otype}} D4P_ENV+= OPTIONS_${otype}_${m}="${OPTIONS_${otype}_${m}}" \ ${m}_DESC=""${${m}_DESC:Q}"" . for opt in ${OPTIONS_${otype}_${m}} D4P_ENV+= ${opt}_DESC=""${${opt}_DESC:Q}"" . endfor . endfor .endfor .undef m .undef otype .undef opt .endif # pre-config .if !target(do-config) do-config: .if empty(ALL_OPTIONS) && empty(OPTIONS_SINGLE) && empty(OPTIONS_MULTI) && empty(OPTIONS_RADIO) && empty(OPTIONS_GROUP) @${ECHO_MSG} "===> No options to configure" .else .if ${UID} != 0 && !defined(INSTALL_AS_USER) @optionsdir=${OPTIONS_FILE}; optionsdir=$${optionsdir%/*}; \ oldoptionsdir=${OPTIONSFILE}; oldoptionsdir=$${oldoptionsdir%/*}; \ ${ECHO_MSG} "===> Switching to root credentials to create $${optionsdir}"; \ (${SU_CMD} "${SH} -c \"if [ -d $${oldoptionsdir} -a ! -d $${optionsdir} ]; then ${MV} $${oldoptionsdir} $${optionsdir}; elif [ -d $${oldoptionsdir} -a -d $${optionsdir} ]; then ${RM} -rf $${oldoptionsdir} ; fi ; ${MKDIR} $${optionsdir} 2> /dev/null\"") || \ (${ECHO_MSG} "===> Cannot create $${optionsdir}, check permissions"; exit 1); \ ${ECHO_MSG} "===> Returning to user credentials" .else @optionsdir=${OPTIONS_FILE}; optionsdir=$${optionsdir%/*}; \ oldoptionsdir=${OPTIONSFILE}; oldoptionsdir=$${oldoptionsdir%/*}; \ if [ -d $${oldoptionsdir} -a ! -d $${optionsdir} ]; then \ ${MV} $${oldoptionsdir} $${optionsdir}; \ elif [ -d $${oldoptionsdir} -a -d $${optionsdir} ]; then \ ${RM} -rf $${oldoptionsdir} ; \ fi ; \ ${MKDIR} $${optionsdir} 2> /dev/null || \ (${ECHO_MSG} "===> Cannot create $${optionsdir}, check permissions"; exit 1) .endif @TMPOPTIONSFILE=$$(mktemp -t portoptions); \ trap "${RM} -f $${TMPOPTIONSFILE}; exit 1" 1 2 3 5 10 13 15; \ ${SETENV} ${D4P_ENV} ${SH} ${SCRIPTSDIR}/dialog4ports.sh $${TMPOPTIONSFILE} || { \ ${RM} -f $${TMPOPTIONSFILE}; \ ${ECHO_MSG} "===> Options unchanged"; \ exit 0; \ }; \ ${ECHO_CMD}; \ if [ ! -e $${TMPOPTIONSFILE} ]; then \ ${ECHO_MSG} "===> No user-specified options to save for ${PKGNAME}"; \ exit 0; \ fi; \ SELOPTIONS=$$(${CAT} $${TMPOPTIONSFILE}); \ ${RM} -f $${TMPOPTIONSFILE}; \ TMPOPTIONSFILE=$$(mktemp -t portoptions); \ trap "${RM} -f $${TMPOPTIONSFILE}; exit 1" 1 2 3 5 10 13 15; \ ${ECHO_CMD} "# This file is auto-generated by 'make config'." > $${TMPOPTIONSFILE}; \ ${ECHO_CMD} "# Options for ${PKGNAME}" >> $${TMPOPTIONSFILE}; \ ${ECHO_CMD} "_OPTIONS_READ=${PKGNAME}" >> $${TMPOPTIONSFILE}; \ ${ECHO_CMD} "_FILE_COMPLETE_OPTIONS_LIST=${COMPLETE_OPTIONS_LIST}" >> $${TMPOPTIONSFILE}; \ for i in ${COMPLETE_OPTIONS_LIST}; do \ if ${ECHO_CMD} $${SELOPTIONS} | ${GREP} -qw $${i}; then \ ${ECHO_CMD} "OPTIONS_FILE_SET+=$${i}" >> $${TMPOPTIONSFILE}; \ else \ ${ECHO_CMD} "OPTIONS_FILE_UNSET+=$${i}" >> $${TMPOPTIONSFILE}; \ fi; \ done; \ if [ ${UID} != 0 -a "x${INSTALL_AS_USER}" = "x" ]; then \ ${ECHO_MSG} "===> Switching to root credentials to write ${OPTIONS_FILE}"; \ ${SU_CMD} "${CAT} $${TMPOPTIONSFILE} > ${OPTIONS_FILE}"; \ ${ECHO_MSG} "===> Returning to user credentials"; \ else \ ${CAT} $${TMPOPTIONSFILE} > ${OPTIONS_FILE}; \ fi; \ ${RM} -f $${TMPOPTIONSFILE} @cd ${.CURDIR} && ${MAKE} sanity-config .endif .endif # do-config .if !target(config) .if !defined(NO_DIALOG) config: pre-config do-config .else config: @${ECHO_MSG} "===> Skipping 'config' as NO_DIALOG is defined" .endif .endif # config .if !target(config-recursive) config-recursive: @${ECHO_MSG} "===> Setting user-specified options for ${PKGNAME} and dependencies"; @for dir in ${.CURDIR} $$(${ALL-DEPENDS-LIST}); do \ (cd $$dir; ${MAKE} config-conditional); \ done .endif # config-recursive .if !target(config-conditional) config-conditional: .if !empty(NEW_OPTIONS) @cd ${.CURDIR} && ${MAKE} config; .endif .endif # config-conditional .if !target(showconfig) .include "${PORTSDIR}/Mk/bsd.options.desc.mk" MULTI_EOL= : you have to choose at least one of them SINGLE_EOL= : you have to select exactly one of them RADIO_EOL= : you can only select none or one of them showconfig: .if !empty(COMPLETE_OPTIONS_LIST) @${ECHO_MSG} "===> The following configuration options are available for ${PKGNAME}": .for opt in ${ALL_OPTIONS} @[ -z "${PORT_OPTIONS:M${opt}}" ] || match="on" ; ${ECHO_MSG} -n " ${opt}=$${match:-off}" . if !empty(${opt}_DESC) @${ECHO_MSG} -n ": "${${opt}_DESC:Q} . endif @${ECHO_MSG} "" .endfor #multi and conditional multis .for otype in MULTI GROUP SINGLE RADIO . for m in ${OPTIONS_${otype}} . if empty(${m}_DESC) @${ECHO_MSG} "====> Options available for the ${otype:tl} ${m}${${otype}_EOL}" . else @${ECHO_MSG} "====> ${${m}_DESC}${${otype}_EOL}" . endif . for opt in ${OPTIONS_${otype}_${m}} @[ -z "${PORT_OPTIONS:M${opt}}" ] || match="on" ; ${ECHO_MSG} -n " ${opt}=$${match:-off}" . if !empty(${opt}_DESC) @${ECHO_MSG} -n ": "${${opt}_DESC:Q} . endif @${ECHO_MSG} "" . endfor . endfor .endfor .undef otype .undef m .undef opt @${ECHO_MSG} "===> Use 'make config' to modify these settings" .endif .endif # showconfig .if !target(showconfig-recursive) showconfig-recursive: @${ECHO_MSG} "===> The following configuration options are available for ${PKGNAME} and dependencies"; @for dir in ${.CURDIR} $$(${ALL-DEPENDS-LIST}); do \ (cd $$dir; ${MAKE} showconfig); \ done .endif # showconfig-recursive .if !target(rmconfig) rmconfig: .if exists(${OPTIONSFILE}) -@${ECHO_MSG} "===> Removing user-configured options for ${PKGNAME}"; \ optionsdir=${OPTIONSFILE}; optionsdir=$${optionsdir%/*}; \ if [ ${UID} != 0 -a "x${INSTALL_AS_USER}" = "x" ]; then \ ${ECHO_MSG} "===> Switching to root credentials to remove ${OPTIONSFILE} and $${optionsdir}"; \ ${SU_CMD} "${RM} -f ${OPTIONSFILE} ; \ ${RMDIR} $${optionsdir}"; \ ${ECHO_MSG} "===> Returning to user credentials"; \ else \ ${RM} -f ${OPTIONSFILE}; \ ${RMDIR} $${optionsdir} 2>/dev/null || return 0; \ fi .endif .if exists(${OPTIONS_FILE}) -@${ECHO_MSG} "===> Removing user-configured options for ${PKGNAME}"; \ optionsdir=${OPTIONS_FILE}; optionsdir=$${optionsdir%/*}; \ if [ ${UID} != 0 -a "x${INSTALL_AS_USER}" = "x" ]; then \ ${ECHO_MSG} "===> Switching to root credentials to remove ${OPTIONS_FILE} and $${optionsdir}"; \ ${SU_CMD} "${RM} -f ${OPTIONS_FILE} ; \ ${RMDIR} $${optionsdir}"; \ ${ECHO_MSG} "===> Returning to user credentials"; \ else \ ${RM} -f ${OPTIONS_FILE}; \ ${RMDIR} $${optionsdir} 2>/dev/null || return 0; \ fi .else @${ECHO_MSG} "===> No user-specified options configured for ${PKGNAME}" .endif .endif # rmconfig .if !target(rmconfig-recursive) rmconfig-recursive: @${ECHO_MSG} "===> Removing user-specified options for ${PKGNAME} and dependencies"; @for dir in ${.CURDIR} $$(${ALL-DEPENDS-LIST}); do \ (cd $$dir; ${MAKE} rmconfig); \ done .endif # rmconfig-recursive .if !target(pretty-print-config) MULTI_START= [ MULTI_END= ] GROUP_START= [ GROUP_END= ] SINGLE_START= ( SINGLE_END= ) RADIO_START= ( RADIO_END= ) pretty-print-config: .for opt in ${ALL_OPTIONS} @[ -z "${PORT_OPTIONS:M${opt}}" ] || match="+" ; ${ECHO_MSG} -n "$${match:--}${opt} " .endfor .for otype in MULTI GROUP SINGLE RADIO . for m in ${OPTIONS_${otype}} @${ECHO_MSG} -n "${m}${${otype}_START} " . for opt in ${OPTIONS_${otype}_${m}} @[ -z "${PORT_OPTIONS:M${opt}}" ] || match="+" ; ${ECHO_MSG} -n "$${match:--}${opt} " . endfor @${ECHO_MSG} -n "${${otype}_END} " . endfor .endfor .undef otype .undef m .undef opt @${ECHO_MSG} "" .endif # pretty-print-config desktop-categories: @categories=""; \ for native_category in ${CATEGORIES}; do \ c=""; \ case $$native_category in \ accessibility) c="Utility Accessibility" ;; \ archivers) c="Utility Archiving" ;; \ astro) c="Education Science Astronomy" ;; \ audio) c="AudioVideo Audio" ;; \ benchmarks) c="System" ;; \ biology) c="Education Science Biology" ;; \ cad) c="Graphics Engineering" ;; \ comms) c="Utility" ;; \ converters) c="Utility" ;; \ databases) c="Office Database" ;; \ deskutils) c="Utility" ;; \ devel) c="Development" ;; \ dns) c="Network" ;; \ elisp) c="Development" ;; \ editors) c="Utility" ;; \ emulators) c="System Emulator" ;; \ finance) c="Office Finance" ;; \ ftp) c="Network FileTransfer" ;; \ games) c="Game" ;; \ geography) c="Education Science Geography" ;; \ gnome) c="GNOME GTK" ;; \ graphics) c="Graphics" ;; \ hamradio) c="HamRadio" ;; \ haskell) c="Development" ;; \ irc) c="Network IRCClient" ;; \ java) c="Development Java" ;; \ kde) c="KDE Qt" ;; \ lang) c="Development" ;; \ lisp) c="Development" ;; \ mail) c="Office Email" ;; \ mate) c="MATE GTK" ;; \ math) c="Education Science Math" ;; \ mbone) c="Network AudioVideo" ;; \ multimedia) c="AudioVideo" ;; \ net) c="Network" ;; \ net-im) c="Network InstantMessaging" ;; \ net-mgmt) c="Network" ;; \ net-p2p) c="Network P2P" ;; \ news) c="Network News" ;; \ palm) c="Office PDA" ;; \ parallel) c="ParallelComputing" ;; \ pear) c="Development WebDevelopment" ;; \ perl5) c="Development" ;; \ python) c="Development" ;; \ ruby) c="Development" ;; \ rubygems) c="Development" ;; \ scheme) c="Development" ;; \ science) c="Science Education" ;; \ security) c="System Security" ;; \ shells) c="System Shell" ;; \ sysutils) c="System" ;; \ tcl*|tk*) c="Development" ;; \ textproc) c="Utility TextTools" ;; \ www) c="Network" ;; \ x11-clocks) c="Utility Clock" ;; \ x11-fm) c="System FileManager" ;; \ xfce) c="GTK XFCE" ;; \ zope) c="Development WebDevelopment" ;; \ esac; \ if [ -n "$$c" ]; then \ categories="$$categories $$c"; \ fi; \ done; \ if [ -n "$$categories" ]; then \ for c in $$categories; do ${ECHO_MSG} "$$c"; done \ | ${SORT} -u | ${TR} '\n' ';'; \ ${ECHO_MSG}; \ fi # http://standards.freedesktop.org/menu-spec/menu-spec-latest.html DESKTOP_CATEGORIES_MAIN= AudioVideo Audio Video Development Education \ Game Graphics Network Office Science Settings System Utility DESKTOP_CATEGORIES_ADDITIONAL= Building Debugger IDE GUIDesigner Profiling \ RevisionControl Translation Calendar ContactManagement Database \ Dictionary Chart Email Finance FlowChart PDA ProjectManagement \ Presentation Spreadsheet WordProcessor 2DGraphics VectorGraphics \ RasterGraphics 3DGraphics Scanning OCR Photography Publishing Viewer \ TextTools DesktopSettings HardwareSettings Printing PackageManager \ Dialup InstantMessaging Chat IRCClient Feed FileTransfer HamRadio News \ P2P RemoteAccess Telephony TelephonyTools VideoConference WebBrowser \ WebDevelopment Midi Mixer Sequencer Tuner TV AudioVideoEditing Player \ Recorder DiscBurning ActionGame AdventureGame ArcadeGame BoardGame \ BlocksGame CardGame KidsGame LogicGame RolePlaying Shooter Simulation \ SportsGame StrategyGame Art Construction Music Languages \ ArtificialIntelligence Astronomy Biology Chemistry ComputerScience \ DataVisualization Economy Electricity Geography Geology Geoscience \ History Humanities ImageProcessing Literature Maps Math \ NumericalAnalysis MedicalSoftware Physics Robotics Spirituality Sports \ ParallelComputing Amusement Archiving Compression Electronics Emulator \ Engineering FileTools FileManager TerminalEmulator Filesystem Monitor \ Security Accessibility Calculator Clock TextEditor Documentation Adult \ Core KDE GNOME MATE XFCE GTK Qt Motif Java ConsoleOnly DESKTOP_CATEGORIES_RESERVED= Screensaver TrayIcon Applet Shell VALID_DESKTOP_CATEGORIES+= ${DESKTOP_CATEGORIES_MAIN} \ ${DESKTOP_CATEGORIES_ADDITIONAL} \ ${DESKTOP_CATEGORIES_RESERVED} .if defined(DESKTOP_ENTRIES) check-desktop-entries: @set -- ${DESKTOP_ENTRIES} XXX; \ if [ `${EXPR} \( $$# - 1 \) % 6` -ne 0 ]; then \ ${ECHO_MSG} "${PKGNAME}: Makefile error: the DESKTOP_ENTRIES list must contain one or more groups of 6 elements"; \ exit 1; \ fi; \ num=1; \ while [ $$# -gt 6 ]; do \ entry="#$$num"; \ if [ -n "$$4" ]; then \ entry="$$entry ($$4)"; \ elif [ -n "$$1" ]; then \ entry="$$entry ($$1)"; \ fi; \ if [ -z "$$1" ]; then \ ${ECHO_MSG} "${PKGNAME}: Makefile error: in desktop entry $$entry: field 1 (Name) is empty"; \ exit 1; \ fi; \ if ${ECHO_CMD} "$$3" | ${GREP} -iq '.\(png\|svg\|xpm\)$$'; then \ if ! ${ECHO_CMD} "$$3" | ${GREP} -iq '^/'; then \ ${ECHO_MSG} "${PKGNAME}: Makefile warning: in desktop entry $$entry: field 3 (Icon) should be either absolute path or icon name without extension if installed icons follow Icon Theme Specification"; \ fi; \ fi; \ if [ -z "$$4" ]; then \ ${ECHO_MSG} "${PKGNAME}: Makefile error: in desktop entry $$entry: field 4 (Exec) is empty"; \ exit 1; \ fi; \ if [ -n "$$5" ]; then \ for c in `${ECHO_CMD} "$$5" | ${TR} ';' ' '`; do \ if ! ${ECHO_CMD} ${VALID_DESKTOP_CATEGORIES} | ${GREP} -wq $$c; then \ ${ECHO_CMD} "${PKGNAME}: Makefile warning: in desktop entry $$entry: category $$c is not a valid desktop category"; \ fi; \ done; \ if ! ${ECHO_CMD} "$$5" | ${GREP} -q "`${ECHO_CMD} ${DESKTOP_CATEGORIES_MAIN} | ${SED} -E 's,[[:blank:]]+,\\\|,g'`"; then \ ${ECHO_CMD} "${PKGNAME}: Makefile warning: in desktop entry $$entry: field 5 (Categories) must contain at least one main desktop category (make -VDESKTOP_CATEGORIES_MAIN)"; \ fi; \ if ! ${ECHO_CMD} "$$5" | ${GREP} -q ';$$'; then \ ${ECHO_MSG} "${PKGNAME}: Makefile error: in desktop entry $$entry: field 5 (Categories) does not end with a semicolon"; \ exit 1; \ fi; \ else \ if [ -z "`cd ${.CURDIR} && ${MAKE} desktop-categories`" ]; then \ ${ECHO_MSG} "${PKGNAME}: Makefile error: in desktop entry $$entry: field 5 (Categories) is empty and could not be deduced from the CATEGORIES variable"; \ exit 1; \ fi; \ fi; \ if [ "x$$6" != "xtrue" ] && [ "x$$6" != "xfalse" ] && [ "x$$6" != "x" ]; then \ ${ECHO_MSG} "${PKGNAME}: Makefile error: in desktop entry $$entry: field 6 (StartupNotify) is not \"true\", \"false\" or \"\"(empty)"; \ exit 1; \ fi; \ shift 6; \ num=`${EXPR} $$num + 1`; \ done .endif .if !target(install-desktop-entries) .if defined(DESKTOP_ENTRIES) install-desktop-entries: @set -- ${DESKTOP_ENTRIES} XXX; \ if [ -z "${_DESKTOPDIR_REL}" ]; then \ ${ECHO_CMD} "@cwd ${DESKTOPDIR}" >> ${TMPPLIST}; \ fi; \ while [ $$# -gt 6 ]; do \ filename="`${ECHO_CMD} "$$4" | ${SED} -e 's,^/,,g;s,[/ ],_,g;s,[^_[:alnum:]],,g'`.desktop"; \ pathname="${STAGEDIR}${DESKTOPDIR}/$$filename"; \ categories="$$5"; \ if [ -z "$$categories" ]; then \ categories="`cd ${.CURDIR} && ${MAKE} desktop-categories`"; \ fi; \ ${ECHO_CMD} "${_DESKTOPDIR_REL}$$filename" >> ${TMPPLIST}; \ ${ECHO_CMD} "[Desktop Entry]" > $$pathname; \ ${ECHO_CMD} "Type=Application" >> $$pathname; \ ${ECHO_CMD} "Version=1.0" >> $$pathname; \ ${ECHO_CMD} "Name=$$1" >> $$pathname; \ comment="$$2"; \ if [ -z "$$2" ]; then \ comment="`cd ${.CURDIR} && ${MAKE} -VCOMMENT`"; \ fi; \ ${ECHO_CMD} "GenericName=$$comment" >> $$pathname; \ ${ECHO_CMD} "Comment=$$comment" >> $$pathname; \ if [ -n "$$3" ]; then \ ${ECHO_CMD} "Icon=$$3" >> $$pathname; \ fi; \ ${ECHO_CMD} "Exec=$$4" >> $$pathname; \ ${ECHO_CMD} "Categories=$$categories" >> $$pathname; \ if [ -n "$$6" ]; then \ ${ECHO_CMD} "StartupNotify=$$6" >> $$pathname; \ fi; \ shift 6; \ done; \ if [ -z "${_DESKTOPDIR_REL}" ]; then \ ${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST}; \ fi .endif .endif .if defined(WARNING) WARNING_WAIT?= 10 show-warnings: @${ECHO_MSG} "/!\\ WARNING /!\\" .for m in ${WARNING} @${ECHO_MSG} "${m}" .endfor @${ECHO_MSG} @sleep ${WARNING_WAIT} .endif .if defined(DEVELOPER) .if defined(DEV_WARNING) DEV_WARNING_WAIT?= 10 show-dev-warnings: @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile warnings, please consider fixing /!\\" @${ECHO_MSG} .for m in ${DEV_WARNING} @${ECHO_MSG} "${m}" .endfor @${ECHO_MSG} .if defined(DEV_WARNING_FATAL) @${FALSE} .else @sleep ${DEV_WARNING_WAIT} .endif .endif .if defined(DEV_ERROR) show-dev-errors: @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile errors /!\\" @${ECHO_MSG} .for m in ${DEV_ERROR} @${ECHO_MSG} "${m}" .endfor @${ECHO_MSG} @${FALSE} .endif .endif #DEVELOPER # Please note that the order of the following targets is important, and # should not be modified. _TARGETS_STAGES= SANITY PKG FETCH EXTRACT PATCH CONFIGURE BUILD INSTALL PACKAGE STAGE # Define the SEQ of actions to take when each target is ran, and which targets # it depends on before running its SEQ. _SANITY_SEQ= post-chroot pre-everything check-makefile \ show-warnings show-dev-warnings show-dev-errors \ check-categories check-makevars check-desktop-entries \ check-depends identify-install-conflicts check-deprecated \ check-vulnerable check-license check-config buildanyway-message \ options-message _PKG_DEP= check-sanity _PKG_SEQ= pkg-depends _FETCH_DEP= pkg _FETCH_SEQ= fetch-depends pre-fetch pre-fetch-script \ do-fetch fetch-specials post-fetch post-fetch-script _EXTRACT_DEP= fetch _EXTRACT_SEQ= check-build-conflicts extract-message checksum extract-depends \ clean-wrkdir ${WRKDIR} pre-extract pre-extract-script do-extract \ post-extract post-extract-script _PATCH_DEP= extract _PATCH_SEQ= ask-license patch-message patch-depends pathfix dos2unix fix-shebang \ pre-patch \ pre-patch-script do-patch charsetfix-post-patch post-patch post-patch-script _CONFIGURE_DEP= patch _CONFIGURE_SEQ= build-depends lib-depends configure-message run-autotools-fixup \ configure-autotools pre-configure pre-configure-script \ run-autotools do-autoreconf patch-libtool do-configure \ post-configure post-configure-script _BUILD_DEP= configure _BUILD_SEQ= build-message pre-build pre-build-script do-build \ post-build post-build-script _STAGE_DEP= build _STAGE_SEQ= stage-message stage-dir run-depends lib-depends apply-slist pre-install generate-plist \ pre-su-install .if defined(NEED_ROOT) _STAGE_SUSEQ= create-users-groups do-install \ kmod-post-install shared-mime-post-install \ webplugin-post-install post-install post-install-script \ desktop-file-post-install \ move-uniquefiles patch-lafiles post-stage compress-man \ install-rc-script install-ldconfig-file install-license \ install-desktop-entries add-plist-info add-plist-docs \ add-plist-examples add-plist-data add-plist-post \ move-uniquefiles-plist fix-packlist fix-perl-bs .if defined(DEVELOPER) _STAGE_SUSEQ+= stage-qa .endif .else _STAGE_SEQ+= create-users-groups do-install \ kmod-post-install shared-mime-post-install \ webplugin-post-install post-install post-install-script \ desktop-file-post-install \ move-uniquefiles patch-lafiles post-stage compress-man \ install-rc-script install-ldconfig-file install-license \ install-desktop-entries add-plist-info add-plist-docs \ add-plist-examples add-plist-data add-plist-post \ move-uniquefiles-plist fix-packlist fix-perl-bs .if defined(DEVELOPER) _STAGE_SEQ+= stage-qa .endif .endif _INSTALL_DEP= stage _INSTALL_SEQ= install-message run-depends lib-depends check-already-installed _INSTALL_SUSEQ= fake-pkg security-check _PACKAGE_DEP= stage _PACKAGE_SEQ= package-message pre-package pre-package-script do-package post-package-script # Enforce order for -jN builds .for _t in ${_TARGETS_STAGES} . for s in ${_${_t}_SEQ} . if target(${s}) . if ! ${NOTPHONY:M${s}} _PHONY_TARGETS+= ${s} . endif _${_t}_REAL_SEQ+= ${s} . endif . endfor . for s in ${_${_t}_SUSEQ} . if target(${s}) . if ! ${NOTPHONY:M${s}} _PHONY_TARGETS+= ${s} . endif _${_t}_REAL_SUSEQ+= ${s} . endif . endfor .ORDER: ${_${_t}_DEP} ${_${_t}_REAL_SEQ} .endfor # Define all of the main targets which depend on a sequence of other targets. # See above *_SEQ and *_DEP. The _DEP will run before this defined target is # ran. The _SEQ will run as this target once _DEP is satisfied. .for target in extract patch configure build stage install package # Check if config dialog needs to show and execute it if needed. If is it not # needed (_OPTIONS_OK), then just depend on the cookie which is defined later # to depend on the *_DEP and execute the *_SEQ. # If options are required, execute config-conditional and then re-execute the # target noting that config is no longer needed. .if !target(${target}) && defined(_OPTIONS_OK) _PHONY_TARGETS+= ${target} ${target}: ${${target:tu}_COOKIE} .elif !target(${target}) ${target}: config-conditional @cd ${.CURDIR} && ${MAKE} CONFIG_DONE_${UNIQUENAME:tu}=1 ${${target:tu}_COOKIE} .elif target(${target}) && defined(IGNORE) .endif .if !exists(${${target:tu}_COOKIE}) # Define the real target behavior. Depend on the target's *_DEP. Execute # the target's *_SEQ. Also handle su and USE_SUBMAKE needs. .if ${UID} != 0 && defined(_${target:tu}_REAL_SUSEQ) && !defined(INSTALL_AS_USER) . if defined(USE_SUBMAKE) ${${target:tu}_COOKIE}: ${_${target:tu}_DEP} @cd ${.CURDIR} && ${MAKE} ${_${target:tu}_REAL_SEQ} . else # !USE_SUBMAKE ${${target:tu}_COOKIE}: ${_${target:tu}_DEP} ${_${target:tu}_REAL_SEQ} . endif # USE_SUBMAKE @${ECHO_MSG} "===> Switching to root credentials for '${target}' target" @cd ${.CURDIR} && \ ${SU_CMD} "${MAKE} ${_${target:tu}_REAL_SUSEQ}" @${ECHO_MSG} "===> Returning to user credentials" @${TOUCH} ${TOUCH_FLAGS} ${.TARGET} .else # No SU needed . if defined(USE_SUBMAKE) ${${target:tu}_COOKIE}: ${_${target:tu}_DEP} @cd ${.CURDIR} && \ ${MAKE} ${_${target:tu}_REAL_SEQ} ${_${target:tu}_REAL_SUSEQ} @${TOUCH} ${TOUCH_FLAGS} ${.TARGET} . else # !USE_SUBMAKE ${${target:tu}_COOKIE}: ${_${target:tu}_DEP} ${_${target:tu}_REAL_SEQ} ${_${target:tu}_REAL_SUSEQ} @${TOUCH} ${TOUCH_FLAGS} ${.TARGET} . endif # USE_SUBMAKE .endif # SU needed .else # exists(cookie) ${${target:tu}_COOKIE}:: @if [ -e ${.TARGET} ]; then \ ${DO_NADA}; \ else \ cd ${.CURDIR} && ${MAKE} ${.TARGET}; \ fi .endif # !exists(cookie) .endfor # foreach(targets) .PHONY: ${_PHONY_TARGETS} check-sanity fetch pkg .if !target(check-sanity) check-sanity: ${_SANITY_REAL_SEQ} .endif .if !target(fetch) fetch: ${_FETCH_DEP} ${_FETCH_REAL_SEQ} .endif .if !target(pkg) pkg: ${_PKG_DEP} ${_PKG_REAL_SEQ} .endif .endif # End of post-makefile section. .endif # End of the DESTDIR if statement Index: head/Mk/bsd.sites.mk =================================================================== --- head/Mk/bsd.sites.mk (revision 368844) +++ head/Mk/bsd.sites.mk (revision 368845) @@ -1,1542 +1,1563 @@ # bsd.sites.mk - Popular master sites. # # Sites_MAINTAINER= ports@FreeBSD.org # # This file does not have any designated maintainer, so feel free to # commit to it yourself. However, it is generally a good idea to # notify the principal maintainer in case you have a change to one of # the software environments (KDE, GNOME, etc.). # # Also, this file is included from bsd.port.mk for all invocations, so # committing a syntax error to this file is a cardinal sin, and will # be punished accordingly. DO NOT COMMIT SOMETHING YOU HAVEN'T TESTED. # You have been warned. :) # # Note: because it is included for all invocations, please keep the size # of this file manageable. If a distfile is unfetchable from the first # few dozen locations, it is unlikely to be fetchable from any past that, # and those fetch failures will simply waste time and bandwidth. Please # pick a globally representative subset. # # Note: all entries should terminate with a slash. # # $FreeBSD$ # # Where to put distfiles that don't have any other master site .if !defined(IGNORE_MASTER_SITE_LOCAL) MASTER_SITE_LOCAL+= \ http://distcache.FreeBSD.org/local-distfiles/%SUBDIR%/ \ http://distcache.us-east.FreeBSD.org/local-distfiles/%SUBDIR%/ \ http://distcache.eu.FreeBSD.org/local-distfiles/%SUBDIR%/ \ http://distcache.us-west.FreeBSD.org/local-distfiles/%SUBDIR%/ MASTER_SITE_PORTS_JP+= \ ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ \ ftp://ftp4.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ \ ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ .endif ## ## KEEP THIS LIST SORTED ## .if !defined(IGNORE_MASTER_SITE_AFTERSTEP) MASTER_SITE_AFTERSTEP+= \ ftp://ftp.afterstep.org/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/X11/AfterStep/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/X/AfterStep/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_ALSA) MASTER_SITE_ALSA+= \ http://alsa.cybermirror.org/%SUBDIR%/ \ ftp://ftp.alsa-project.org/pub/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_APACHE) MASTER_SITE_APACHE+= \ http://www.apache.org/dist/%SUBDIR%/ \ http://archive.apache.org/dist/%SUBDIR%/ \ http://ftp.twaren.net/Unix/Web/apache/%SUBDIR%/ \ http://apache.mirror.uber.com.au/%SUBDIR%/ \ http://apache.spd.co.il/%SUBDIR%/ \ http://ftp.mirrorservice.org/sites/ftp.apache.org/%SUBDIR%/ \ http://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/%SUBDIR%/ \ ftp://mir1.ovh.net/ftp.apache.org/dist/%SUBDIR%/ \ ftp://ftp.forthnet.gr/pub/www/apache/%SUBDIR%/ \ ftp://xenia.sote.hu/pub/mirrors/www.apache.org/%SUBDIR%/ \ ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/apache/&,} \ ftp://ftp.sunet.se/pub/www/servers/apache/dist/%SUBDIR%/ \ http://mirrors.ircam.fr/pub/apache/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_APACHE_COMMONS_BINARIES) MASTER_SITE_APACHE_COMMONS_BINARIES+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,commons/&/binaries,} .endif .if !defined(IGNORE_MASTER_SITE_APACHE_COMMONS_SOURCE) MASTER_SITE_APACHE_COMMONS_SOURCE+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,commons/&/source,} .endif .if !defined(IGNORE_MASTER_SITE_APACHE_HTTPD) MASTER_SITE_APACHE_HTTPD+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,httpd/&,} .endif .if !defined(IGNORE_MASTER_SITE_APACHE_JAKARTA) MASTER_SITE_APACHE_JAKARTA+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,jakarta/&,} .endif .if !defined(IGNORE_MASTER_SITE_APACHE_TOMCAT) MASTER_SITE_APACHE_TOMCAT+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,tomcat/&,} .endif .if !defined(IGNORE_MASTER_SITE_APACHE_XML) MASTER_SITE_APACHE_XML+= \ ${MASTER_SITE_APACHE:S,%SUBDIR%,xml/&,} .endif .if !defined(IGNORE_MASTER_SITE_BERLIOS) MASTER_SITE_BERLIOS+= \ http://download.berlios.de/%SUBDIR%/ \ http://download2.berlios.de/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_CENKES) MASTER_SITE_CENKES+= \ http://bsd2.cenkes.org/%SUBDIR%/ \ http://bsd3.cenkes.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_CHEESESHOP) MASTER_SITE_CHEESESHOP+= \ http://pypi.python.org/packages/%SUBDIR%/ \ http://pypi.crate.io/packages/%SUBDIR%/ \ http://pypi.python.jp/${DISTNAME:S/${DISTVERSION}//:S/-//}/ .endif .if !defined(IGNORE_MASTER_SITE_COMP_SOURCES) MASTER_SITE_COMP_SOURCES+= \ ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/ \ ftp://ftp.uu.net/usenet/comp.sources.%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_CRITICAL) MASTER_SITE_CRITICAL+= \ http://critical.ch/distfiles/%SUBDIR%/ \ http://energy.critical.ch/distfiles/%SUBDIR%/ \ http://snow.critical.ch/distfiles/%SUBDIR%/ \ http://fneu.fr/distfiles/%SUBDIR%/ \ ftp://ftp.c.saper.info/distfiles/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_CSME) MASTER_SITE_CSME+= ${MASTER_SITE_CENKES} .endif .if !defined(IGNORE_MASTER_SITE_DEBIAN) MASTER_SITE_DEBIAN+= \ http://cdn.debian.net/debian/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/debian/%SUBDIR%/ \ ftp://ftp.us.debian.org/debian/%SUBDIR%/ \ ${MASTER_SITE_DEBIAN_NON_US:S,/debian-non-US/,/debian/,} .endif .if !defined(IGNORE_MASTER_SITE_DEBIAN_NON_US) MASTER_SITE_DEBIAN_NON_US+= \ ftp://ftp.au.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.bg.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.br.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.cl.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.cz.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.de.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.ee.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.es.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.fi.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.fr.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.hk.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.hr.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.hu.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.ie.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.is.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.it.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.jp.debian.org/debian-non-US/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,linux/debian/debian-non-US/&,} \ ftp://ftp.nl.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.no.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.pl.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.ru.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.se.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.si.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.sk.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.uk.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.wa.au.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp2.de.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.snt.utwente.nl/pub/linux/debian-non-US/%SUBDIR%/ \ ftp://ftp.df.lth.se/pub/debian-non-US/%SUBDIR%/ \ ftp://ftp.acc.umu.se/debian-non-US/%SUBDIR%/ \ ftp://mirror.symnds.com/debian-non-US/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_DEBIAN_POOL) MASTER_SITE_DEBIAN_POOL+= \ ${MASTER_SITE_DEBIAN:C|(/%SUBDIR%/)|/pool/main/${PORTNAME:C/^(.).*$/\1/}/${PORTNAME}/|} .endif .if !defined(IGNORE_MASTER_SITE_EASYSW) MASTER_SITE_EASYSW+= \ http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_ECLIPSE) MASTER_SITE_ECLIPSE+= \ ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/eclipse.org/%SUBDIR%/ \ ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/eclipse/%SUBDIR%/ \ http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/eclipse/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/eclipse/eclipse/downloads/drops/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/eclipse/eclipse/downloads/drops4/%SUBDIR%/ \ http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_EXIM) MASTER_SITE_EXIM+= \ ftp://ftp.exim.org/pub/exim/%SUBDIR%/ \ ftp://exim.inode.at/exim/%SUBDIR%/ \ ftp://exim-ftp.itsoft.at/exim/exim/%SUBDIR%/ \ http://exim-ftp.itsoft.at/exim/%SUBDIR%/ \ ftp://ftp.easynet.be/exim/exim/%SUBDIR%/ \ ftp://mirror.kn.vutbr.cz/pub/ftp.exim.org/exim/%SUBDIR%/ \ http://exim.mirror.fr/exim/%SUBDIR%/ \ http://mirrors.zerg.biz/exim/exim/%SUBDIR%/ \ http://dl.ambiweb.de/mirrors/ftp.exim.org/exim/%SUBDIR%/ \ ftp://exim.noris.de/exim/%SUBDIR%/ \ ftp://ftp.bytemine.net/exim/exim/%SUBDIR%/ \ ftp://exim.mirror.iphh.net/ftp/exim/%SUBDIR%/ \ http://exim.mirror.iphh.net/ftp/exim/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/unix/mail/exim/%SUBDIR%/ \ http://exim-ftp.octet.hu/exim/%SUBDIR%/ \ ftp://ftp.heanet.ie/pub/exim/%SUBDIR%/ \ http://ftp.heanet.ie/pub/exim/%SUBDIR%/ \ http://washitake.com/mail/exim/mirror/exim/%SUBDIR%/ \ ftp://ftp.tin.org/pub/mail/exim/%SUBDIR%/ \ http://exim.psshee.com/ftp/exim/%SUBDIR%/ \ ftp://mirror.hostfuss.com/exim/ftp/exim/%SUBDIR%/ \ http://mirror.hostfuss.com/exim/ftp/exim/%SUBDIR%/ \ ftp://ftp.nl.uu.net/pub/unix/mail/exim/exim/%SUBDIR%/ \ ftp://sunsite.uio.no/pub/mail/exim/exim/%SUBDIR%/ \ http://piotrkosoft.net/pub/mirrors/ftp.exim.org/exim/%SUBDIR%/ \ ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.exim.org/exim/%SUBDIR%/ \ ftp://sunsite.icm.edu.pl/pub/unix/mail/exim/exim/%SUBDIR%/ \ http://sunsite.icm.edu.pl/pub/unix/mail/exim/exim/%SUBDIR%/ \ ftp://ftp.is.co.za/networking/mail/mta/exim/ftp/exim/%SUBDIR%/ \ ftp://mirrors.dominios.pt/pub/ftp.exim.org/exim/%SUBDIR%/ \ ftp://mirror.switch.ch/mirror/exim/exim/%SUBDIR%/ \ http://mirror.switch.ch/ftp/mirror/exim/exim/%SUBDIR%/ \ ftp://ftp.reaper.org/pub/exim/exim/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/exim/exim/%SUBDIR%/ \ ftp://ftp.demon.co.uk/pub/mirrors/exim/%SUBDIR%/ \ ftp://mirror.tje.me.uk/pub/mirrors/ftp.exim.org/exim/%SUBDIR%/ \ http://mirror.tje.me.uk/pub/mirrors/ftp.exim.org/exim/%SUBDIR%/ \ ftp://ftp.fsckit.net/pub/exim/exim/%SUBDIR%/ \ ftp://idcnetwork.org/pub/exim/exim/%SUBDIR%/ \ http://ftp.exim.llorien.org/exim/%SUBDIR% .endif +.if !defined(IGNORE_MASTER_SITE_CENTOS_LINUX) +MASTER_SITE_CENTOS_LINUX+= \ + http://mirror.centos.org/centos/6/os/i386/Packages/ \ + http://vault.centos.org/6.5/os/Source/SPackages/ \ + http://mirror.centos.org/%SUBDIR%/ \ + http://vault.centos.org/%SUBDIR%/ + +.endif + +.if !defined(IGNORE_MASTER_SITE_CENTOS_LINUX) +MASTER_SITE_CENTOS_LINUX_UPDATES+= \ + http://mirror.centos.org/centos/6/updates/i386/Packages/ \ + http://vault.centos.org/6.5/updates/Source/SPackages/ +.endif + +.if !defined(IGNORE_MASTER_SITE_EPEL) +MASTER_SITE_EPEL+= \ + http://dl.fedoraproject.org/pub/epel/6/i386/ \ + http://dl.fedoraproject.org/pub/epel/6/SRPMS/ +.endif + .if !defined(IGNORE_MASTER_SITE_FEDORA_LINUX) MASTER_SITE_FEDORA_LINUX+= \ http://archives.fedoraproject.org/pub/archive/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.pbone.net/vol4/archive.fedoraproject.org/fedora/linux/core/%SUBDIR%/ \ ftp://mirror.solarvps.com/fedora/archive/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.gmd.de/archives.fedoraproject.org/fedora/linux/core/%SUBDIR%/ \ ftp://mirror.fraunhofer.de/archives.fedoraproject.org/fedora/linux/core/%SUBDIR%/ \ ftp://linuxsoft.cern.ch/fedora/linux/core/%SUBDIR%/ \ ftp://ftp-mirror.bi.fraunhofer.de/archives.fedoraproject.org/fedora/linux/core/%SUBDIR%/ \ http://ftp.udl.es/pub/fedora/linux/core/%SUBDIR%/ \ http://ftp.sunet.se/pub/Linux/distributions/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.udl.es/pub/fedora/linux/core/%SUBDIR%/ \ http://mirrors.kernel.org/fedora/core/%SUBDIR%/ \ ftp://mirrors.kernel.org/fedora/core/%SUBDIR%/ \ http://mirror.web-ster.com/fedora/core/%SUBDIR%/ \ ftp://mirror.web-ster.com/fedora/core/%SUBDIR%/ \ http://rpmfind.net/linux/fedora/core/%SUBDIR%/ \ ftp://ftp.gtlib.gatech.edu/pub/fedora.redhat/linux/core/%SUBDIR%/ \ ftp://fedora.mirrors.tds.net/pub/fedora-core/%SUBDIR%/ \ http://ftp.ndlug.nd.edu/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.ndlug.nd.edu/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.belnet.be/linux/fedora/linux/core/%SUBDIR%/ \ http://sunsite.mff.cuni.cz/pub/fedora/%SUBDIR%/ \ ftp://sunsite.mff.cuni.cz/pub/fedora/%SUBDIR%/ \ ftp://ultra.linux.cz/pub/fedora/%SUBDIR%/ \ http://fr2.rpmfind.net/linux/fedora/core/%SUBDIR%/ \ ftp://fr2.rpmfind.net/linux/fedora/core/%SUBDIR%/ \ http://wftp.tu-chemnitz.de/pub/linux/fedora-core/%SUBDIR%/ \ ftp://ftp.tu-chemnitz.de/pub/linux/fedora-core/%SUBDIR%/ \ http://ftp.heanet.ie/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.heanet.ie/pub/fedora/linux/core/%SUBDIR%/ \ ftp://alviss.et.tudelft.nl/pub/fedora/core/%SUBDIR%/ \ http://ftp.surfnet.nl/ftp/pub/os/Linux/distr/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.surfnet.nl/pub/os/Linux/distr/fedora/linux/core/%SUBDIR%/ \ http://ftp.nluug.nl/ftp/pub/os/Linux/distr/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.uninett.no/pub/linux/Fedora/core/%SUBDIR%/ \ http://ftp.man.poznan.pl/pub/linux/fedora/core/%SUBDIR%/ \ ftp://ftp.man.poznan.pl/pub/linux/fedora/%SUBDIR%/ \ http://ftp.ps.pl/pub/linux/fedora-core/%SUBDIR%/ \ ftp://ftp.ps.pl/pub/linux/fedora-core/%SUBDIR%/ \ ftp://ftp.kappa.ro/pub/Linux/Distributions/fedora/%SUBDIR%/ \ http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/dl.fedoraproject.org/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.hostrino.com/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.sfc.wide.ad.jp/pub/Linux/Fedora/core/%SUBDIR%/ \ http://ftp.kddilabs.jp/Linux/packages/fedora/core/%SUBDIR%/ \ ftp://ftp.kddilabs.jp/Linux/packages/fedora/core/%SUBDIR%/ \ ftp://ftp.riken.go.jp/pub/Linux/fedora/core/%SUBDIR%/ \ http://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core/%SUBDIR%/ \ ftp://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core/%SUBDIR%/ \ http://www.las.ic.unicamp.br/pub/fedora/linux/core/%SUBDIR%/ \ ftp://www.las.ic.unicamp.br/pub/fedora/linux/core/%SUBDIR%/ \ ftp://mirror.netglobalis.net/pub/fedora/%SUBDIR%/ \ http://mirror.pacific.net.au/linux/redhat/fedora/%SUBDIR%/ \ ftp://mirror.pacific.net.au/linux/redhat/fedora/%SUBDIR%/ \ http://ftp.univie.ac.at/systems/linux/fedora/core/%SUBDIR%/ \ http://mirror.aarnet.edu.au/pub/fedora/linux/core/%SUBDIR%/ \ ftp://mirror.aarnet.edu.au/pub/fedora/linux/core/%SUBDIR%/ \ http://fedora.mirror.iweb.ca/core/%SUBDIR%/ \ ftp://fedora.mirror.iweb.ca/core/%SUBDIR%/ \ ftp://ftp.telus.net/pub/fedora/linux/core/%SUBDIR%/ \ http://fedora.arcticnetwork.ca/linux/core/%SUBDIR%/ \ http://www.muug.mb.ca/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.muug.mb.ca/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.solnet.ch/mirror/fedora/linux/core/%SUBDIR%/ \ http://mirror.karneval.cz/pub/linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.telmexchile.cl/Unix/fedora/linux/core/%SUBDIR%/ \ http://ftp.sh.cvut.cz/MIRRORS/fedora/%SUBDIR%/ \ ftp://ftp.sh.cvut.cz/MIRRORS/fedora/%SUBDIR%/ \ http://sunsite.mff.cuni.cz/MIRRORS/fedora.redhat.com/linux/core/%SUBDIR%/ \ ftp://sunsite.mff.cuni.cz/MIRRORS/fedora.redhat.com/linux/core/%SUBDIR%/ \ http://ftp-stud.hs-esslingen.de/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp-stud.hs-esslingen.de/pub/fedora/linux/core/%SUBDIR%/ \ http://ftp.uni-erlangen.de/pub/Linux/MIRROR.fedora/core/%SUBDIR%/ \ http://ftp.uni-bayreuth.de/linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.uni-bayreuth.de/pub/linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/linux/fedora/core/%SUBDIR%/ \ http://ftp.uni-koeln.de/mirrors/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.uni-koeln.de/mirrors/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.informatik.uni-frankfurt.de/pub/linux/Mirror/ftp.redhat.com/fedora/core/%SUBDIR%/ \ http://mirrors.ircam.fr/pub/fedora/linux/core/%SUBDIR%/ \ ftp://mirrors.ircam.fr/pub/fedora/linux/core/%SUBDIR%/ \ http://ftp.crihan.fr/mirrors/fedora.redhat.com/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.crihan.fr/mirrors/fedora.redhat.com/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.univ-pau.fr/pub/mirrors/fedora/%SUBDIR%/ \ ftp://ftp.lip6.fr/pub/linux/distributions/fedora/%SUBDIR%/ \ http://fr.rpmfind.net/linux/fedora/core/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/core/%SUBDIR%/ \ http://ftp.rhnet.is/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.rhnet.is/pub/fedora/linux/core/%SUBDIR%/ \ http://ftp.unina.it/pub/linux/distributions/fedora/%SUBDIR%/ \ ftp://ftp.unina.it/pub/linux/distributions/fedora/%SUBDIR%/ \ http://ftp.iij.ad.jp/pub/linux/fedora/core/%SUBDIR%/ \ ftp://ftp.iij.ad.jp/pub/linux/fedora/core/%SUBDIR%/ \ http://ftp.dti.ad.jp/pub/Linux/Fedora/core/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/Linux/Fedora/core/%SUBDIR%/ \ http://ftp.nara.wide.ad.jp/pub/Linux/fedora/core/%SUBDIR%/ \ http://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/linux/core/%SUBDIR%/ \ http://ftp.jaist.ac.jp/pub/Linux/Fedora/core/%SUBDIR%/ \ ftp://ftp.jaist.ac.jp/pub/Linux/Fedora/core/%SUBDIR%/ \ http://ftp.riken.jp/Linux/fedora/core/%SUBDIR%/ \ ftp://ftp.kreonet.re.kr/pub/Linux/fedora/core/%SUBDIR%/ \ ftp://fedora.ifc.unam.mx/linux/fedora/core/%SUBDIR%/ \ ftp://ftp.quicknet.nl/pub/Linux/download.fedora.redhat.com/core/%SUBDIR%/ \ ftp://ftp.uib.no/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.tpnet.pl/d17/fedora/%SUBDIR%/ \ http://ftp.wsisiz.edu.pl/pub/linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.pbone.net/pub/fedora/pub/fedora/linux/core/%SUBDIR%/ \ http://ftp.pwr.wroc.pl/pub/linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.pwr.wroc.pl/pub/linux/fedora/linux/core/%SUBDIR%/ \ ftp://mirrors.hpcf.upr.edu/pub/Mirrors/redhat/download.fedora.redhat.com/%SUBDIR%/ \ http://ftp.astral.ro/mirrors/fedora/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.astral.ro/mirrors/fedora/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.rdsor.ro/pub/Linux/Distributions/Fedora/%SUBDIR%/ \ http://ftp.chg.ru/pub/Linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.chg.ru/pub/Linux/fedora/linux/core/%SUBDIR%/ \ http://ftp.rhd.ru/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.rhd.ru/pub/fedora/linux/core/%SUBDIR%/ \ http://ftp.port80.se/fedora/core/%SUBDIR%/ \ ftp://ftp.port80.se/fedora/core/%SUBDIR%/ \ http://ftp.upjs.sk/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.upjs.sk/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.tlk-l.net/pub/mirrors/fedora.redhat.com/linux/core/%SUBDIR%/ \ http://limestone.uoregon.edu/ftp/fedora/%SUBDIR%/ \ ftp://limestone.uoregon.edu/fedora/%SUBDIR%/ \ ftp://fedora.bu.edu/core/%SUBDIR%/ \ http://mirror.anl.gov/pub/fedora-linux-core/%SUBDIR%/ \ ftp://mirror.anl.gov/pub/fedora-linux-core/%SUBDIR%/ \ ftp://ftp.cse.buffalo.edu/pub/Linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.applios.net/pub/fedora/linux/core/%SUBDIR%/ \ http://mirror.steadfast.net/fedora/core/%SUBDIR%/ \ http://mirror.eas.muohio.edu/fedora/linux/core/%SUBDIR%/ \ http://mirror.engr.sjsu.edu/pub/fedora/linux/core/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/core/%SUBDIR%/ \ ftp://ftp.gtlib.gatech.edu/pub/fedora.redhat/linux/core/%SUBDIR%/ \ http://mirror.cogentco.com/pub/linux/fedora/linux/core/%SUBDIR%/ \ http://mirrors.tummy.com/pub/fedora.redhat.com/fedora/linux/core/%SUBDIR%/ \ ftp://mirrors.tummy.com/pub/fedora.redhat.com/fedora/linux/core/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_FESTIVAL) MASTER_SITE_FESTIVAL+= \ http://www.festvox.org/packed/festival/%SUBDIR%/ \ http://www.cstr.ed.ac.uk/downloads/festival/%SUBDIR%/ \ http://stuff.mit.edu/afs/sipb/project/speech-tools/src/festival/festvox.org/packed/festival/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_FESTIVAL_OGI) MASTER_SITE_FESTIVAL_OGI+= \ ftp://ftp.tuwien.ac.at/opsys/linux/blinux/festival/mirror.ogi-synth_home/ \ http://www.cslu.ogi.edu/tts/download/data/ .endif # # FreeBSD mirror sites # # For the full list, see the Handbook: # # http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html # .if !defined(IGNORE_MASTER_SITE_FREEBSD_ORG) MASTER_SITE_FREEBSD_ORG+= \ ftp://ftp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ ftp://ftp.se.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/FreeBSD/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_FRUGALWARE) MASTER_SITE_FRUGALWARE+= \ ftp://ftp7.frugalware.org/pub/frugalware/frugalware-stable/source/%SUBDIR%/ \ ftp://ftp2.frugalware.org/mirror/ftp.frugalware.org/pub/frugalware/frugalware-stable/source/%SUBDIR%/ \ ftp://ftp6.frugalware.org/mirrors/linux/frugalware/frugalware-stable/source/%SUBDIR%/ \ ftp://ftp4.frugalware.org/pub/linux/distributions/frugalware/frugalware-stable/source/%SUBDIR%/ \ ftp://ftp12.frugalware.org/mirrors/ftp.frugalware.org/pub/frugalware/frugalware-stable/source/%SUBDIR%/ \ ftp://ftp10.frugalware.org/pub/linux/frugalware/frugalware-stable/source/%SUBDIR%/ # ftp://ftp5.frugalware.org/packages/frugalware/pub/frugalware/frugalware-stable/source/%SUBDIR%/ # ftp://ftp3.frugalware.org/mirrors/frugalware/pub/frugalware/frugalware-stable/source/%SUBDIR%/ # ftp://ftp9.frugalware.org/pub/frugalware/frugalware-stable/source/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GCC) MASTER_SITE_GCC+= \ http://mirrors.kernel.org/sources.redhat.com/gcc/%SUBDIR%/ \ http://gcc.parentingamerica.com/%SUBDIR%/ \ http://gcc.skazkaforyou.com/%SUBDIR%/ \ http://gcc.cybermirror.org/%SUBDIR%/ \ http://gcc-uk.internet.bs/%SUBDIR%/ \ http://www.netgull.com/gcc/%SUBDIR%/ \ http://mirrors.webhostinggeeks.com/gcc/%SUBDIR%/ \ http://robotlab.itk.ppke.hu/gcc/%SUBDIR%/ \ http://gcc.fyxm.net/%SUBDIR%/ \ http://gcc.igor.onlinedirect.bg/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/%SUBDIR%/ \ ftp://gcc.gnu.org/pub/gcc/%SUBDIR%/ \ ftp://ftp.lip6.fr/pub/gcc/%SUBDIR%/ \ ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/%SUBDIR%/ \ ftp://ftp.uvsq.fr/pub/gcc/%SUBDIR%/ \ ftp://ftp.gwdg.de/pub/misc/gcc/%SUBDIR%/ \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/gcc.gnu.org/pub/gcc/%SUBDIR%/ \ ftp://ftp.nluug.nl/mirror/languages/gcc/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/gnu/gcc/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GENTOO) MASTER_SITE_GENTOO+= \ http://gentoo.mirrors.pair.com/%SUBDIR%/ \ http://mirrors.tds.net/pub/gentoo/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/%SUBDIR%/ \ http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/%SUBDIR%/ \ http://ftp.snt.utwente.nl/pub/os/linux/gentoo/%SUBDIR%/ \ http://trumpetti.atm.tut.fi/gentoo/%SUBDIR%/ \ http://sunsite.cnlab-switch.ch/ftp/mirror/gentoo/%SUBDIR%/ \ http://ftp.uni-erlangen.de/pub/mirrors/gentoo/%SUBDIR%/ \ http://darkstar.ist.utl.pt/gentoo/%SUBDIR%/ \ http://gentoo.inode.at/%SUBDIR%/ \ http://ftp.rhnet.is/pub/gentoo/%SUBDIR%/ \ http://gentoo.gg3.net/%SUBDIR%/ \ http://gentoo.kems.net/%SUBDIR%/ \ ftp://ftp.gtlib.gatech.edu/pub/gentoo/%SUBDIR%/ \ ftp://mirror.iawnet.sandia.gov/pub/gentoo/%SUBDIR%/ \ ftp://ftp.ussg.iu.edu/pub/linux/gentoo/%SUBDIR%/ \ ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/%SUBDIR%/ \ ftp://gentoo.mirrors.pair.com/%SUBDIR%/ \ ftp://mirrors.tds.net/pub/gentoo/%SUBDIR%/ \ ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/%SUBDIR%/ \ ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/%SUBDIR%/ \ ftp://trumpetti.atm.tut.fi/gentoo/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/gentoo/%SUBDIR%/ \ ftp://ftp.tu-clausthal.de/pub/linux/gentoo/%SUBDIR%/ \ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/%SUBDIR%/ \ ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/%SUBDIR%/ \ ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo/%SUBDIR%/ \ ftp://darkstar.ist.utl.pt/pub/gentoo/%SUBDIR%/ \ ftp://gentoo.inode.at/source/%SUBDIR%/ \ ftp://ftp.rhnet.is/pub/gentoo/%SUBDIR%/ \ ftp://files.gentoo.gr/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GITHUB) # # In order to use GitHub your port must define USE_GITHUB and the following # variables: # # GH_ACCOUNT - account name of the GitHub user hosting the project # default: not set, mandatory # # GH_PROJECT - name of the project on GitHub # default: ${PORTNAME} # # GH_TAGNAME - name of the tag to download (2.0.1, hash, ...) # Using the name of a branch here is incorrect. It is # possible to do GH_TAGNAME=${GH_COMMIT} to do a snapshot # default: ${DISTVERSION} # # GH_COMMIT - first 7 digits of the commit that generated GH_TAGNAME # (man git-describe(1)) # default: not set, mandatory # .if defined(USE_GITHUB) .if defined(GH_TAGNAME) && ${GH_TAGNAME} == master IGNORE?= Using master as GH_TAGNAME is invalid. \ Must use a tag or commit hash so the upstream does \ not "reroll" as soon as the branch is updated .endif MASTER_SITE_GITHUB+= https://codeload.github.com/%SUBDIR% \ http://codeload.github.com/%SUBDIR% MASTER_SITE_GITHUB_CLOUD+= http://cloud.github.com/downloads/%SUBDIR% .if !defined(MASTER_SITES) || !${MASTER_SITES:MGH} && !${MASTER_SITES:MGHC} MASTER_SITES+= GH GHC .endif GH_PROJECT?= ${PORTNAME} GH_TAGNAME?= ${DISTVERSION} .endif .endif # # GitHub files can also be obtained, without the need for any of the above, by doing: # # MASTER_SITES= http://github.com/accountname/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ # .if !defined(IGNORE_MASTER_SITE_GNOME) MASTER_SITE_GNOME+= \ https://download.gnome.org/%SUBDIR%/ \ http://download.gnome.org/%SUBDIR%/ \ ftp://ftp.belnet.be/mirror/ftp.gnome.org/%SUBDIR%/ \ http://ftp.acc.umu.se/pub/GNOME/%SUBDIR%/ \ ftp://ftp.cse.buffalo.edu/pub/Gnome/%SUBDIR%/ \ http://fr2.rpmfind.net/linux/gnome.org/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/gnome/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/X/gnome/%SUBDIR%/ \ http://linorg.usp.br/gnome/%SUBDIR%/ \ http://mirror.aarnet.edu.au/pub/gnome/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/gnome/&,} \ ftp://ftp.kddlabs.co.jp/pub/GNOME/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/%SUBDIR%/ \ ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/%SUBDIR%/ \ http://ftp.gnome.org/pub/GNOME/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GNU) MASTER_SITE_GNU+= \ http://ftp.gnu.org/gnu/%SUBDIR%/ \ ftp://ftp.gnu.org/gnu/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/gnu/gnu/%SUBDIR%/ \ http://mirrors.kernel.org/gnu/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/GNU/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/GNU/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,GNU/&,} \ ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/%SUBDIR%/ \ ftp://ftp.informatik.hu-berlin.de/pub/gnu/gnu/%SUBDIR%/ \ ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/%SUBDIR%/ \ http://ftp.funet.fi/pub/gnu/prep/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GNUPG) MASTER_SITE_GNUPG+= \ http://mirror.tje.me.uk/pub/mirrors/ftp.gnupg.org/%SUBDIR%/ \ http://dotsrc.org/%SUBDIR%/ \ ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://mirror.cict.fr/gnupg/%SUBDIR%/ \ http://artfiles.org/gnupg.org/%SUBDIR%/ \ ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://ftp.crysys.hu/pub/gnupg/%SUBDIR%/ \ ftp://ftp.hi.is/pub/mirrors/gnupg/%SUBDIR%/ \ http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/security/gnupg/%SUBDIR%/ \ ftp://mirror.switch.ch/mirror/gnupg/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://ftp.gnupg.org/gcrypt/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GNUSTEP) MASTER_SITE_GNUSTEP+= \ ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ \ http://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GNUSTEP_CH) MASTER_SITE_GNUSTEP_CH+= \ http://io.debian.net/~tar/ports/distfiles/ .endif .if !defined(IGNORE_MASTER_SITE_GNU_ALPHA) MASTER_SITE_GNU_ALPHA+= \ ftp://alpha.gnu.org/pub/gnu/%SUBDIR%/ \ ftp://ftp.lublin.pl/mirror/alpha.gnu.org/gnu/%SUBDIR%/ \ ftp://ftp.ps.pl/mirrors/alpha.gnu.org/pub/gnu/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GOOGLE_CODE) PROJECTHOST?= ${PORTNAME} MASTER_SITE_GOOGLE_CODE+= \ http://${PROJECTHOST}.googlecode.com/files/ .endif .if !defined(IGNORE_MASTER_SITE_HORDE) MASTER_SITE_HORDE+= \ http://ftp.horde.org/pub/%SUBDIR%/ \ ftp://ftp.horde.org/pub/%SUBDIR%/ \ ftp://ftp.at.horde.org/infosys/webapps/horde/%SUBDIR%/ \ ftp://ftp.se.horde.org/mirror/horde/pub/%SUBDIR%/ \ ftp://ftp.tw.horde.org/pub/%SUBDIR%/ \ ftp://ftp.us.horde.org/pub/software/horde//%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_IDSOFTWARE) MASTER_SITE_IDSOFTWARE+= \ ftp://ftp.gwdg.de/pub/misc2/ftp.idsoftware.com/idstuff/%SUBDIR%/ \ http://ftp4.de.freesbie.org/pub/misc/ftp.idsoftware.com/idstuff/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/pc/games/idgames/idstuff/%SUBDIR%/ \ ftp://ftp.gamers.org/pub/idgames/idstuff/%SUBDIR%/ \ http://ftp.iinet.net.au/games/idstuff/%SUBDIR%/ \ ftp://ftp.mirror.nl/disk2/idsoftware/idstuff/%SUBDIR%/ \ ftp://freebsd.nsu.ru/mirrors/ftp.idsoftware.com/idstuff/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/vendors/idgames/idstuff/%SUBDIR%/ \ ftp://ftp.omen.net.au/games/idstuff/%SUBDIR%/ \ ftp://ftp.idsoftware.com/idstuff/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_ISC) MASTER_SITE_ISC+= \ http://ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.ciril.fr/pub/isc/%SUBDIR%/ \ ftp://ftp.freenet.de/pub/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.iij.ad.jp/pub/network/isc/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/net/isc/%SUBDIR%/ \ ftp://ftp.u-aizu.ac.jp/pub/net/isc/%SUBDIR%/ \ ftp://ftp.task.gda.pl/mirror/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/network/isc/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.nominum.com/pub/isc/%SUBDIR%/ \ ftp://ftp.ripe.net/mirrors/sites/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/net/isc/isc/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_KENAI) MASTER_SITE_KENAI+= \ http://projectkenai.com/downloads/%SUBDIR%/ .endif # List: http://download.kde.org/extra/mirrors.html # Updated: 2012-10-26 .if !defined(IGNORE_MASTER_SITE_KDE) MASTER_SITE_KDE+= \ http://download.kde.org/%SUBDIR%/ \ ftp://ftp.gtlib.gatech.edu/pub/kde/%SUBDIR%/ \ ftp://ftp.informatik.hu-berlin.de/pub/Mirrors/ftp.kde.org/%SUBDIR%/ \ http://ftp.gtlib.gatech.edu/pub/kde/%SUBDIR%/ \ ftp://ftp.solnet.ch/mirror/KDE/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/kde/%SUBDIR%/ \ http://gd.tuwien.ac.at/kde/%SUBDIR%/ \ http://kde.mirrors.tds.net/pub/kde/%SUBDIR%/ \ ftp://ftp.rz.uni-wuerzburg.de/pub/unix/kde/%SUBDIR%/ \ http://mirrors.dotsrc.org/kde/%SUBDIR%/ \ ftp://mirrors.dotsrc.org/kde/%SUBDIR%/ \ ftp://ftp.fi.muni.cz/pub/kde/%SUBDIR%/ \ http://ftp.fi.muni.cz/pub/kde/%SUBDIR%/ \ ftp://sunsite.icm.edu.pl/pub/unix/kde/%SUBDIR%/ \ http://sunsite.icm.edu.pl/pub/unix/kde/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/X11/kde/%SUBDIR%/ \ http://ftp.sunet.se/pub/X11/kde/%SUBDIR%/ \ ftp://ftp.kde.org/pub/kde/%SUBDIR%/ \ ftp://ftp.belnet.be/packages/kde/%SUBDIR%/ \ http://ftp.belnet.be/packages/kde/%SUBDIR%/ \ ftp://ftp.lip6.fr/pub/X11/kde/%SUBDIR%/ \ http://www-ftp.lip6.fr/pub/X11/kde/%SUBDIR%/ \ ftp://ftp.rhnet.is/pub/kde/%SUBDIR%/ \ http://ftp.rhnet.is/pub/kde/%SUBDIR%/ \ http://ftp-stud.fht-esslingen.de/Mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \ ftp://ftp.cronyx.ru/pub/mirror/kde/%SUBDIR%/ \ http://ftp.twaren.net/Unix/X/KDE/%SUBDIR%/ \ ftp://ftp.na.kde.org/pub/kde/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/pub/unix/X11/gui/kde/%SUBDIR%/ \ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/kde/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/X11/kde/%SUBDIR%/ \ http://ftp.ntua.gr/pub/X11/kde/%SUBDIR%/ \ ftp://ftp.heanet.ie/mirrors/ftp.kde.org/%SUBDIR%/ \ http://ftp.heanet.ie/mirrors/ftp.kde.org/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/pub/X11/kde/%SUBDIR%/ \ http://ftp.kddlabs.co.jp/pub/X11/kde/%SUBDIR%/ \ http://kde.mirror.uber.com.au/%SUBDIR%/ \ ftp://ftp.ussg.iu.edu/pub/kde/%SUBDIR%/ \ http://ftp.ussg.iu.edu/kde/%SUBDIR%/ \ ftp://ftp.sayclub.com/pub/X/KDE/%SUBDIR%/ \ http://ftp.sayclub.com/pub/X/KDE/%SUBDIR%/ \ ftp://carroll.aset.psu.edu/pub/kde/%SUBDIR%/ \ http://mirror.cc.columbia.edu/pub/software/kde/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.kde.org/pub/kde/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.kde.org/pub/kde/%SUBDIR%/ \ http://master.kde.org/%SUBDIR%/ \ http://ftp.icm.edu.pl/pub/unix/kde/%SUBDIR%/ \ http://kde-mirror.freenux.org/%SUBDIR%/ \ http://ftp.fi.muni.cz/pub/kde/%SUBDIR%/ \ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/kde/&,} \ ftp://ftp.funet.fi/pub/mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \ http://ftp.funet.fi/pub/mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_LOGILAB) MASTER_SITE_LOGILAB+= \ http://download.logilab.org/pub/%SUBDIR%/ \ http://ftp.logilab.org/pub/%SUBDIR%/ \ ftp://ftp.logilab.org/pub/%SUBDIR%/ \ ftp://ftp.logilab.fr/pub/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_MATE) MASTER_SITE_MATE+= \ http://pub.mate-desktop.org/releases/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_MOZDEV) MASTER_SITE_MOZDEV+= \ http://ftp.scarlet.be/pub/mozdev/%SUBDIR%/ \ http://ftp.rz.tu-bs.de/pub/mirror/downloads.mozdev.org/%SUBDIR%/ \ http://ftp.ntua.gr/pub/www/mozdev/%SUBDIR%/ \ http://ftp.heanet.ie/pub/mozdev/%SUBDIR%/ \ http://mozdev.oregonstate.edu/%SUBDIR%/ \ http://ftp.ntua.gr/pub/www/mozdev/%SUBDIR%/ \ http://www.devlib.org/mozdev/%SUBDIR%/ \ ftp://ftp.heanet.ie/pub/mozdev/%SUBDIR%/ \ http://mirrors.ibiblio.org/pub/mirrors/mozdev.org/%SUBDIR%/ \ http://ftp.osuosl.org/pub/mozdev/%SUBDIR%/ .endif # releases.mozilla.org mirror sites # # For the full list, see the following: # # http://www.mozilla.org/mirrors.html # .if !defined(IGNORE_MASTER_SITE_MOZILLA) MASTER_SITE_MOZILLA+= \ https://ftp.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ http://mirror3.mirrors.tds.net/pub/mozilla.org/%SUBDIR%/ \ http://mozilla.isc.org/pub/mozilla.org/%SUBDIR%/ \ http://releases.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ http://kyoto-mz-dl.sinet.ad.jp/pub/mozilla.org/%SUBDIR%/ \ http://jp-nii01.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ http://jp-nii02.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ http://mirror.internode.on.net/pub/mozilla/%SUBDIR%/ \ http://ftp.acc.umu.se/pub/mozilla.org/%SUBDIR%/ \ http://mozilla.c3sl.ufpr.br/releases/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/mozilla.org/%SUBDIR%/ \ ftp://ftp.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ ftp://ftp.fh-wolfenbuettel.de/pub/www/mozilla/%SUBDIR%/ \ ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.mozilla.org/pub/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/mozilla/&,} \ http://ftp.twaren.net/Unix/Mozilla/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_BUGZILLA) MASTER_SITE_BUGZILLA+= \ https://ftp.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ http://ftp.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ ftp://ftp.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ http://mirror.internode.on.net/pub/mozilla/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_MOZILLA_EXTENDED) MASTER_SITE_MOZILLA_EXTENDED+= \ http://releases.mozilla.org/pub/mozilla.org/%SUBDIR%/ \ ${MASTER_SITE_MOZILLA} .endif .if !defined(IGNORE_MASTER_SITE_MPLAYERHQ) MASTER_SITE_MPLAYERHQ+= \ http://www.mplayerhq.hu/MPlayer/%SUBDIR%/ \ http://www1.mplayerhq.hu/MPlayer/%SUBDIR%/ \ http://www2.mplayerhq.hu/MPlayer/%SUBDIR%/ \ http://www3.mplayerhq.hu/MPlayer/%SUBDIR%/ \ http://www4.mplayerhq.hu/MPlayer/%SUBDIR%/ \ http://www5.mplayerhq.hu/MPlayer/%SUBDIR%/ \ ftp://ftp.mplayerhq.hu/MPlayer/%SUBDIR%/ \ ftp://ftp1.mplayerhq.hu/MPlayer/%SUBDIR%/ \ ftp://ftp4.mplayerhq.hu/MPlayer/%SUBDIR%/ \ ftp://ftp5.mplayerhq.hu/MPlayer/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_MYSQL) MASTER_SITE_MYSQL+= \ ftp://ftp.fi.muni.cz/pub/mysql/Downloads/%SUBDIR%/ \ http://mysql.mirrors.cybercity.dk/Downloads/%SUBDIR%/ \ ftp://ftp.fh-wolfenbuettel.de/pub/database/mysql/Downloads/%SUBDIR%/ \ ftp://ftp.gwdg.de/pub/misc/mysql/Downloads/%SUBDIR%/ \ http://netmirror.org/mirror/mysql.com/Downloads/%SUBDIR%/ \ ftp://netmirror.org/mysql.com/Downloads/%SUBDIR%/ \ http://mirrors.ntua.gr/MySQL/Downloads/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/databases/mysql/Downloads/%SUBDIR%/ \ http://mysql.sote.hu/Downloads/%SUBDIR%/ \ ftp://ftp.rhnet.is/pub/mysql/Downloads/%SUBDIR%/ \ ftp://mirror.widexs.nl/pub/mysql/Downloads/%SUBDIR%/ \ ftp://mirror.switch.ch/mirror/mysql/Downloads/%SUBDIR%/ \ http://mysql.dp.ua/Downloads/%SUBDIR%/ \ http://mysql.mirrored.ca/Downloads/%SUBDIR%/ \ ftp://mirror.services.wisc.edu/mirrors/mysql/Downloads/%SUBDIR%/ \ http://mysql.mirrors.pair.com/Downloads/%SUBDIR%/ \ ftp://ftp.linorg.usp.br/mysql/Downloads/%SUBDIR%/ \ ftp://ftp.cbn.net.id/mirror/mysql/Downloads/%SUBDIR%/ \ ftp://ftp.easynet.be/mysql/Downloads/%SUBDIR%/ \ http://download.softagency.net/MySQL/Downloads/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_NETBSD) MASTER_SITE_NETBSD+= \ ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://ftp.iastate.edu/pub/netbsd/packages/distfiles/%SUBDIR%/ \ ftp://ftp.plig.net/pub/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://ftp.proxad.net/mirrors/ftp.netbsd.org/packages/distfiles/%SUBDIR%/ \ ftp://ftp.unina.it/pub/Unix/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://ftp.uninett.no/bsd/unix/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://sunsite.uio.no/bsd/unix/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://ftp.demon.co.uk/pub/mirrors/NetBSD/packages/distfiles/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,NetBSD/packages/distfiles/&,} \ ftp://ftp.dti.ad.jp/pub/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/NetBSD/packages/distfiles/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_NETLIB) MASTER_SITE_NETLIB+= \ ftp://ftp.netlib.org/%SUBDIR%/ \ http://www.netlib.org/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.netlib.org/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.netlib.org/%SUBDIR%/ \ ftp://ftp.netlib.no/netlib/%SUBDIR%/ \ http://www.netlib.no/netlib/%SUBDIR%/ \ ftp://ftp.irisa.fr/pub/netlib/%SUBDIR%/ \ http://artfiles.org/netlib.org/%SUBDIR%/ \ http://netlib.amss.ac.cn/%SUBDIR%/ \ http://netlib.caspur.it/%SUBDIR%/ \ http://netlib.sandia.gov/%SUBDIR%/ \ http://phase.hpcc.jp/mirrors/netlib/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_NVIDIA) MASTER_SITE_NVIDIA+= \ http://jp.download.nvidia.com/%SUBDIR%/ \ http://us.download.nvidia.com/%SUBDIR%/ \ http://tw.download.nvidia.com/%SUBDIR%/ \ http://download.nvidia.com/%SUBDIR%/ \ http://download1.nvidia.com/%SUBDIR%/ \ ftp://download.nvidia.com/%SUBDIR%/ \ ftp://download1.nvidia.com/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_OPENBSD) MASTER_SITE_OPENBSD+= \ http://anga.funkfeuer.at/ftp/pub/OpenBSD/%SUBDIR%/ \ http://ftp.eu.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ ftp://openbsd.informatik.uni-erlangen.de/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp5.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp3.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ ftp://rt.fm/pub/OpenBSD/%SUBDIR%/ \ http://ftp.heanet.ie/pub/OpenBSD/%SUBDIR%/ \ http://ftp.belnet.be/packages/openbsd/%SUBDIR%/ \ http://mirror.pacific.net.au/OpenBSD/%SUBDIR%/ \ http://ftp.openbsd.dk/pub/OpenBSD/%SUBDIR%/ \ http://ftp.estpak.ee/pub/OpenBSD/%SUBDIR%/ \ http://mirror.internode.on.net/pub/OpenBSD/%SUBDIR%/ \ http://ftp.chg.ru/pub/OpenBSD/%SUBDIR%/ \ http://ftp.arcane-networks.fr/pub/OpenBSD/%SUBDIR%/ \ http://ftp.netbsd.se/OpenBSD/%SUBDIR%/ \ http://www.mirrorservice.org/pub/OpenBSD/%SUBDIR%/ \ http://mirror.switch.ch/ftp/pub/OpenBSD/%SUBDIR%/ \ http://ftp.jaist.ac.jp/pub/OpenBSD/%SUBDIR%/ \ http://ftp.cc.uoc.gr/mirrors/OpenBSD/%SUBDIR%/ \ http://mirror.hostfuss.com/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.stacken.kth.se/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.ca.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.freebsdchina.org/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.dkuug.dk/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.jyu.fi/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.irisa.fr/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.nara.wide.ad.jp/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.inet.no/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.nluug.nl/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.gamma.ru/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.rediris.es/pub/OpenBSD/%SUBDIR%/ \ ftp://ftp.su.se/pub/OpenBSD/%SUBDIR%/ \ ftp://osmirrors.cerias.purdue.edu/pub/OpenBSD/%SUBDIR%/ \ ftp://carroll.cac.psu.edu/pub/OpenBSD/%SUBDIR%/ \ ftp://openbsd.mirrors.tds.net/pub/OpenBSD/%SUBDIR%/ \ http://mirrors.nic.funet.fi/pub/OpenBSD/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_OSSP) MASTER_SITE_OSSP+= \ ftp://ftp.ossp.org/pkg/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/utils/ossp/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_PACKETSTORM) MASTER_SITE_PACKETSTORM+= \ http://dl.packetstormsecurity.net/%SUBDIR%/ \ http://packetstorm.codar.com.br/%SUBDIR%/ \ http://packetstorm.igor.onlinedirect.bg/%SUBDIR%/ \ http://packetstorm.interhost.co.il/%SUBDIR%/ \ http://packetstorm.foofus.com/%SUBDIR%/ \ http://packetstorm.tacticalflex.com/%SUBDIR%/ \ http://packetstorm.unixteacher.org/%SUBDIR%/ \ http://packetstorm.wowhacker.com/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_PERL_CPAN) _PERL_CPAN_SORT?= modules/by-module # Please add URI to MASTER_SITE_PERL_CPAN_BY instead of this one. MASTER_SITE_PERL_CPAN?= MASTER_SITE_PERL_CPAN_BY+= \ http://cpan.metacpan.org/%CPANSORT%/%SUBDIR%/ \ http://www.cpan.org/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.cpan.org/pub/CPAN/%CPANSORT%/%SUBDIR%/ \ http://www.cpan.dk/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/%CPANSORT%/%SUBDIR%/ \ http://ftp.jaist.ac.jp/pub/CPAN/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/lang/perl/CPAN/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.auckland.ac.nz/pub/perl/CPAN/%CPANSORT%/%SUBDIR%/ \ http://backpan.perl.org/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/languages/perl/CPAN/%CPANSORT%/%SUBDIR%/ \ http://ftp.twaren.net/Unix/Lang/CPAN/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%SUBDIR%/ \ http://www.cpan.dk/modules/by-module/%SUBDIR%/ _PERL_CPAN_FLAG=${MASTER_SITE_SUBDIR:C/(CPAN):.*$/\1/} _PERL_CPAN_ID= ${MASTER_SITE_SUBDIR:C/^CPAN:(.)(.)(.*)$/\1\/\1\2\/\1\2\3/} .if !empty(_PERL_CPAN_ID) && ${_PERL_CPAN_FLAG:tl} == "cpan" _PERL_CPAN_SORT=authors/id/${_PERL_CPAN_ID} MASTER_SITE_PERL_CPAN=${MASTER_SITE_PERL_CPAN_BY:S/%CPANSORT%/${_PERL_CPAN_SORT}/:S/%SUBDIR%\///} .else MASTER_SITE_PERL_CPAN=${MASTER_SITE_PERL_CPAN_BY:S/%CPANSORT%/${_PERL_CPAN_SORT}/} .endif .endif # # PostgreSQL mirror sites # # For the full list, see the following: # # http://wwwmaster.postgresql.org/download/mirrors-ftp # # Before update mirror list please consult with fenner's distfiles survey. # .if !defined(IGNORE_MASTER_SITE_PGSQL) MASTER_SITE_PGSQL+= \ ftp://ftp.se.postgresql.org/pub/databases/relational/postgresql/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/db/postgresql/&,} \ ftp://ftp2.cz.postgresql.org/pub/postgresql/%SUBDIR%/ \ ftp://ftp.ee.postgresql.org/mirrors/postgresql/%SUBDIR%/ \ ftp://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org/%SUBDIR%/ \ ftp://ftp.gr.postgresql.org/pub/databases/postgresql/%SUBDIR%/ \ ftp://ftp.ie.postgresql.org/mirrors/ftp.postgresql.org/pub/%SUBDIR%/ \ ftp://ftp2.it.postgresql.org/mirrors/postgres/%SUBDIR%/ \ http://ftp2.jp.postgresql.org/pub/postgresql/%SUBDIR%/ \ ftp://ftp.lv.postgresql.org/pub/postgresql/%SUBDIR%/ \ ftp://ftp2.nl.postgresql.org/mirror/postgresql/%SUBDIR%/ \ ftp://ftp6.pl.postgresql.org/pub/postgresql/%SUBDIR%/ \ ftp://ftp7.pl.postgresql.org/pub/mirror/ftp.postgresql.org/%SUBDIR%/ \ ftp://ftp6.ro.postgresql.org/pub/mirrors/ftp.postgresql.org/%SUBDIR%/ \ ftp://ftp3.ru.postgresql.org/pub/mirror/postgresql/pub/%SUBDIR%/ \ ftp://ftp5.es.postgresql.org/mirror/postgresql/%SUBDIR%/ \ ftp://ftp3.tw.postgresql.org/pub/postgresql/%SUBDIR%/ \ ftp://ftp.postgresql.org/pub/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_PHP) MASTER_SITE_PHP+= \ http://dk1.php.net/%SUBDIR%/ \ http://de.php.net/%SUBDIR%/ \ http://es.php.net/%SUBDIR%/ \ http://fr.php.net/%SUBDIR%/ \ http://gr.php.net/%SUBDIR%/ \ http://it.php.net/%SUBDIR%/ \ http://jp.php.net/%SUBDIR%/ \ http://se.php.net/%SUBDIR%/ \ http://uk3.php.net/%SUBDIR%/ \ http://us2.php.net/%SUBDIR%/ \ http://br.php.net/%SUBDIR%/ \ http://cn.php.net/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/php/&,} .endif .if !defined(IGNORE_MASTER_SITE_PYTHON) MASTER_SITE_PYTHON+= \ http://www.python.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_QMAIL) MASTER_SITE_QMAIL+= \ http://qmail.glasswings.com.au/%SUBDIR%/ \ http://qmail.psshee.com/%SUBDIR%/ \ http://mirrors.sunsite.dk/qmailwww/%SUBDIR%/ \ http://www.agria.hu/qmail/%SUBDIR%/ \ http://qmail.netvisao.pt/%SUBDIR%/ \ http://qmail.ipg.sk/%SUBDIR%/ \ http://qmail.omnis.ch/%SUBDIR%/ \ http://www.qmail.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_QT) MASTER_SITE_QT+= \ http://download.qt-project.org/%SUBDIR%/ \ http://master.qt-project.org/%SUBDIR%/ \ http://www.mirrorservice.org/sites/download.qt-project.org/%SUBDIR%/ \ http://www.nic.funet.fi/pub/mirrors/download.qt-project.org/%SUBDIR%/ \ http://qtmirror.ics.com/pub/qtproject/%SUBDIR%/ \ http://anychimirror101.mirrors.tds.net/pub/Qt/%SUBDIR%/ \ http://www.las.ic.unicamp.br/pub/qtproject/%SUBDIR%/ \ http://linorg.usp.br/Qt/%SUBDIR%/ \ http://ftp.jaist.ac.jp/pub/qtproject/%SUBDIR%/ \ http://mirrors.neusoft.edu.cn/qt/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_REDHAT_LINUX) MASTER_SITE_REDHAT_LINUX+= \ http://mirrors.usc.edu/pub/linux/distributions/redhat/redhat/linux/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/redhat/linux/%SUBDIR%/ \ ftp://mirror.cs.wisc.edu/pub/mirrors/linux/redhat/%SUBDIR%/ \ ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/linux/%SUBDIR%/ \ ftp://ftp.icm.edu.pl/pub/linux/redhat/linux/%SUBDIR%/ \ ftp://ftp.riken.go.jp/pub/Linux/redhat/linux/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/pub/Linux/packages/RedHat/redhat/linux/%SUBDIR%/ .endif # # RingServers in Japan # # # Note: If you know which of the RingServers is nearest to you, # please specify it in your /etc/make.conf. (The server list is # available at http://www.ring.gr.jp/) # # You can choose either http or ftp to access to a server: # # http:///archives/%SUBDIR%/ # ftp:///pub/%SUBDIR%/ # # {www,ftp}.dnsbalance.ring.gr.jp redirects requests to one of the # least busy servers at the moment at the DNS lookup level. (safe to # use with "fetch -A") # # {www,ftp}.t.ring.gr.jp redirects requests to one of the nearest # servers at the DNS lookup level. (safe to use with "fetch -A") # .if !defined(IGNORE_MASTER_SITE_RINGSERVER) MASTER_SITE_RINGSERVER+= \ http://ring.nict.go.jp/archives/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_RUBY) MASTER_SITE_RUBY+= \ http://cache.ruby-lang.org/pub/ruby/%SUBDIR%/ \ ftp://ftp.ruby-lang.org/pub/ruby/%SUBDIR%/ \ ftp://ftp.SpringDaemons.com/pub/ruby/ruby/%SUBDIR%/ \ http://www.ibiblio.org/pub/languages/ruby/%SUBDIR%/ \ ftp://xyz.lcs.mit.edu/pub/ruby/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,lang/ruby/&,} \ ftp://ftp.fu-berlin.de/unix/languages/ruby/%SUBDIR%/ \ ftp://ftp.easynet.be/ruby/ruby/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/lang/ruby/%SUBDIR%/ \ ftp://ftp.kr.FreeBSD.org/pub/ruby/%SUBDIR%/ \ http://mirrors.sunsite.dk/ruby/%SUBDIR%/ \ ftp://ftp.iDaemons.org/pub/mirror/ftp.ruby-lang.org/ruby/%SUBDIR%/ .endif # See http://rubyforge.org/credits/ .if !defined(IGNORE_MASTER_SITE_RUBYFORGE) MASTER_SITE_RUBYFORGE+= \ http://files.rubyforge.vm.bytemark.co.uk/%SUBDIR%/ .endif # See http://rubygems.org/pages/about .if !defined(IGNORE_MASTER_SITE_RUBYGEMS) MASTER_SITE_RUBYGEMS+= \ http://production.s3.rubygems.org/gems/%SUBDIR%/ \ http://production.cf.rubygems.org/gems/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_SAMBA) MASTER_SITE_SAMBA+= \ http://ftp.samba.org/pub/%SUBDIR%/ \ ftp://ca.samba.org/pub/%SUBDIR%/ \ ftp://de.samba.org/pub/%SUBDIR%/ \ ftp://ftp.easynet.be/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/samba/&,} .endif # List: http://download.savannah.gnu.org/mirmon/ .if !defined(IGNORE_MASTER_SITE_SAVANNAH) MASTER_SITE_SAVANNAH+= \ http://nongnu.askapache.com/%SUBDIR%/ \ http://mirror.lihnidos.org/GNU/savannah/%SUBDIR%/ \ http://ftp.twaren.net/Unix/NonGNU/%SUBDIR%/ \ ftp://ftp.twaren.net/Unix/NonGNU/%SUBDIR%/ \ http://gnu.mirrors.pair.com/savannah/savannah/%SUBDIR%/ \ ftp://gnu.mirrors.pair.com/savannah/%SUBDIR%/ \ http://download-mirror.savannah.gnu.org/releases/%SUBDIR%/ .endif # List: http://sourceforge.net/apps/trac/sourceforge/wiki/Mirrors # Updated: 2013-03-25 .if !defined(IGNORE_MASTER_SITE_SOURCEFORGE) MASTER_SITE_SOURCEFORGE+= http://downloads.sourceforge.net/project/%SUBDIR%/ .for mirror in heanet sunet iweb switch freefr garr aarnet jaist master \ nchc ncu internode waix hivelocity superb-dca3 ufpr tenet \ netcologne ignum kent kaz MASTER_SITE_SOURCEFORGE+= \ http://${mirror}.dl.sourceforge.net/project/%SUBDIR%/ .endfor .endif .if !defined(IGNORE_MASTER_SITE_SOURCEFORGE_JP) .for mirror in iij jaist keihanna osdn MASTER_SITE_SOURCEFORGE_JP+= \ http://${mirror}.dl.sourceforge.jp/%SUBDIR%/ .endfor .endif .if !defined(IGNORE_MASTER_SITE_SOURCEWARE) MASTER_SITE_SOURCEWARE+= \ http://mirrors.kernel.org/sources.redhat.com/%SUBDIR%/ \ http://gd.tuwien.ac.at/gnu/sourceware/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_SUDO) MASTER_SITE_SUDO+= \ http://www.sudo.ws/sudo/dist/ \ http://ftp.arcane-networks.fr/pub/mirrors/sudo/ \ http://sudo.p8ra.de/sudo/dist/ \ http://sudo.cybermirror.org/ \ http://sudo-ftp.basemirror.de/ \ http://core.ring.gr.jp/archives/misc/sudo/ \ http://www.ring.gr.jp/archives/misc/sudo/ \ http://ftp.twaren.net/Unix/Security/Sudo/ \ ftp://ftp.sudo.ws/pub/sudo/ \ ftp://plier.ucar.edu/pub/sudo/ \ ftp://obsd.isc.org/pub/sudo/ \ ftp://ftp.uwsg.indiana.edu/pub/security/sudo/ \ ftp://ftp.tuwien.ac.at/utils/admin-tools/sudo/ \ ftp://sunsite.ualberta.ca/pub/Mirror/sudo/ \ ftp://zoot.tele.dk/pub/sudo/ \ ftp://ftp.in2p3.fr/pub/sudo/ \ ftp://ftp.arcane-networks.fr/pub/mirrors/sudo/ \ ftp://ftp.usbm.de/pub/sudo/ \ ftp://ftp.cs.tu-berlin.de/pub/misc/sudo/ \ ftp://ftp.informatik.uni-hamburg.de/pub/os/unix/utils/sudo/ \ ftp://ftp.st.ryukoku.ac.jp/pub/security/tool/sudo/ \ ftp://ftp.cin.nihon-u.ac.jp/pub/misc/sudo/ \ ftp://core.ring.gr.jp/pub/misc/sudo/ \ ftp://ftp.ring.gr.jp/pub/misc/sudo/ \ ftp://sunsite.icm.edu.pl/packages/sudo/ \ ftp://mirror.cdmon.com/pub/sudo/ \ ftp://ftp.twaren.net/Unix/Security/Sudo/ .endif .if !defined(IGNORE_MASTER_SITE_SUNSITE) MASTER_SITE_SUNSITE+= \ http://www.ibiblio.org/pub/Linux/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/Linux/%SUBDIR%/ \ ftp://ftp.cs.tu-berlin.de/pub/linux/Mirrors/sunsite.unc.edu/%SUBDIR%/ \ ftp://ftp.etsimo.uniovi.es/pub/linux/%SUBDIR%/ \ ftp://ftp.lip6.fr/pub/linux/sunsite/%SUBDIR%/ \ ftp://ftp.nluug.nl/pub/metalab/%SUBDIR%/ \ ftp://ftp.nvg.ntnu.no/pub/mirrors/metalab.unc.edu/%SUBDIR%/ \ ftp://ftp.icm.edu.pl/pub/Linux/sunsite/%SUBDIR%/ \ ftp://ftp.cse.cuhk.edu.hk/pub4/Linux/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/Linux/metalab.unc.edu/%SUBDIR%/ \ ftp://ftp.chg.ru/pub/Linux/sunsite/%SUBDIR%/ \ ftp://ftp.sun.ac.za/pub/mirrors/sunsite.unc.edu/pub/Linux/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_SUSE) MASTER_SITE_SUSE+= \ http://mirrors.usc.edu/pub/linux/distributions/suse/%SUBDIR%/ \ http://mirror.usu.edu/mirrors/suse/%SUBDIR%/ \ ftp://mirror.mcs.anl.gov/pub/suse/%SUBDIR%/ \ ftp://chuck.ucs.indiana.edu/linux/suse/suse/%SUBDIR%/ \ ftp://ftp.oregonstate.edu/pub/suse/suse/%SUBDIR%/ \ ftp://ftp.sunsite.utk.edu/pub/linux/suse/suse/%SUBDIR%/ \ http://sunsite.utk.edu/ftp/pub/linux/suse/suse/%SUBDIR%/ \ http://mirror.tamu.edu/suse/%SUBDIR%/ \ ftp://ftp.empiricalnetworks.com/pub/suse/%SUBDIR%/ \ http://suse.cs.utah.edu/suse/%SUBDIR%/ \ ftp://ftp.belnet.be/linux/suse/suse/%SUBDIR%/ \ http://ftp.unicamp.br/pub/suse/%SUBDIR%/ \ ftp://mirrors.netbg.com/suse/%SUBDIR%/ \ http://ftp.sh.cvut.cz/MIRRORS/SuSE/pub/%SUBDIR%/ \ ftp://ftp.linux.ee/pub/suse/suse/%SUBDIR%/ \ ftp://garbo.uwasa.fi/pub/mirrors/suse/%SUBDIR%/ \ http://fr2.rpmfind.net/linux/SuSE-Linux/%SUBDIR%/ \ http://ftp.iut-bm.univ-fcomte.fr/Suse/suse/%SUBDIR%/ \ ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/%SUBDIR%/ \ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/suse/%SUBDIR%/ \ ftp://ftp.rz.hu-berlin.de/pub/mirrors/ftp.suse.com/pub/suse/%SUBDIR%/ \ ftp://ftp.tu-chemnitz.de/pub/linux/suse/ftp.suse.com/suse/%SUBDIR%/ \ ftp://ftp.tu-cottbus.de/pub/unix/linux/suse.com/suse/%SUBDIR%/ \ http://ftp.uni-erlangen.de/pub/Linux/MIRROR.suse/pub/suse/%SUBDIR%/ \ http://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.suse.com/pub/suse/%SUBDIR%/ \ ftp://ftp.hs.uni-hamburg.de/pub/unix/linux/suse/%SUBDIR%/ \ ftp://ftp.rrzn.uni-hannover.de/pub/mirror/linux/suse/%SUBDIR%/ \ http://ftp.tu-ilmenau.de/Mirrors/ftp.suse.com/%SUBDIR%/ \ ftp://ftp.uni-kassel.de/pub/linux/suse/%SUBDIR%/ \ ftp://ftp.uni-rostock.de/pub/systems/unix/linux/suse/%SUBDIR%/ \ ftp://ftp.mpi-sb.mpg.de/pub/linux/mirror/ftp.suse.com/suse/%SUBDIR%/ \ ftp://ftp.uni-kl.de/pub/linux/suse/%SUBDIR%/ \ ftp://ftp.uni-siegen.de/pub/suse/%SUBDIR%/ \ ftp://ftp.uni-mainz.de/pub/software/Linux/suse/%SUBDIR%/ \ ftp://ftp.uni-heidelberg.de/pub/linux/suse/%SUBDIR%/ \ ftp://ftp.rz.uni-ulm.de/pub/mirrors/suse/%SUBDIR%/ \ ftp://ftp.rz.uni-wuerzburg.de/pub/linux/MIRROR.suse/%SUBDIR%/ \ ftp://ftp.freenet.de/pub/.disk1/ftp.suse.com/pub/suse/%SUBDIR%/ \ ftp://ftp.hu-berlin.de/pub/mirrors/ftp.suse.com/pub/suse/%SUBDIR%/ \ ftp://ftp.rz.uni-kiel.de/pub2/linux/suse/%SUBDIR%/ \ http://mirrors.sth.sze.hu/linux/suse/%SUBDIR%/ \ ftp://ftp.heanet.ie/mirrors/ftp.suse.com/pub/suse/ftp.suse.com/suse/%SUBDIR%/ \ ftp://ftp.unina.it/pub/linux/distributions/SuSE/ftp.suse.com/suse/%SUBDIR%/ \ ftp://ftp.uniroma2.it/Linux/suse/pub/suse/%SUBDIR%/ \ ftp://ftp.riken.jp/Linux/suse/suse/%SUBDIR%/ \ ftp://ftp.kddilabs.jp/Linux/packages/SuSE/suse/%SUBDIR%/ \ ftp://ftp.novell.co.jp/pub/suse/suse/%SUBDIR%/ \ ftp://ftp.kreonet.re.kr/pub/Linux/suse/%SUBDIR%/ \ http://ftp.tpnet.pl/vol/d7/ftp.suse.com/%SUBDIR%/ \ ftp://ftp.icm.edu.pl/packages/linux-suse/%SUBDIR%/ \ http://ftp.idilis.ro/mirrors/ftp.suse.com/pub/suse/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/Linux/distributions/suse/suse/%SUBDIR%/ \ ftp://ftp.solnet.ch/mirror/SuSE/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/SuSE/suse/%SUBDIR%/ \ http://ftp.isu.edu.tw/pub/Linux/SuSE/%SUBDIR%/ \ ftp://ftp.kde.org/pub/suse/ftp.suse.com/suse/%SUBDIR%/ \ ftp://ftp.suse.com/pub/suse/%SUBDIR%/ \ ftp://ftp.softnet.tuc.gr/pub/linux/suse/suse/%SUBDIR%/ \ http://ftp.softnet.tuc.gr/pub/linux/suse/suse/%SUBDIR%/ \ ftp://ftp.is.co.za/linux/distributions/suse/%SUBDIR%/ \ http://ftp.sun.ac.za/ftp/mirrorsites/suse/%SUBDIR%/ \ ftp://ftp.rediris.es/pub/linux/distributions/suse/pub/suse/%SUBDIR%/ \ ftp://ftp.cb.spb.ru/.1/Linux-Distrib/Suse/%SUBDIR%/ \ ftp://ftp.neva.ru/.1/Linux-Distrib/Suse/%SUBDIR%/ \ ftp://ftp.chg.ru/pub/Linux/SuSE/suse/%SUBDIR%/ \ http://mirror.pacific.net.au/linux/suse/%SUBDIR%/ \ ftp://mirror.aarnet.edu.au/pub/suse/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_TCLTK) MASTER_SITE_TCLTK+= \ ftp://ftp.tcl.tk/pub/tcl/%SUBDIR%/ \ ftp://sunsite.utk.edu/pub/tcl/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/lang/tcl/ftp.scriptics.com/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.tcl.tk/pub/tcl/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/languages/tcl/tcl/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_TEX_CTAN) MASTER_SITE_TEX_CTAN+= \ ftp://ctan.unsw.edu.au/tex-archive/%SUBDIR%/ \ ftp://ftp.tex.ac.uk/tex-archive/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/CTAN/%SUBDIR%/ \ ftp://ctan.tug.org/tex-archive/%SUBDIR%/ \ ftp://ftp.dante.de/tex-archive/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,text/CTAN/&,} \ ftp://ftp.chg.ru/pub/TeX/CTAN/%SUBDIR%/ \ ftp://mirror.macomnet.net/pub/CTAN/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/TeX/CTAN/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_THEMES) MASTER_SITE_THEMES+= \ http://download.freshmeat.net/themes/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/opsys/linux/freshmeat/themes/%SUBDIR%/ .endif # Derived from: https://www.torproject.org/getinvolved/mirrors.html.en .if !defined(IGNORE_MASTER_SITE_TOR) MASTER_SITE_TOR+= \ https://www.torproject.org/dist/%SUBDIR%/ \ https://archive.torproject.org/tor-package-archive/%SUBDIR%/ \ ftp://ftp.bit.nl/mirror/tor/%SUBDIR%/ \ http://cyberside.net.ee/tor/%SUBDIR%/ \ http://ftp.bit.nl/mirror/tor/%SUBDIR%/ \ http://mirror.hessmo.com/tor/dist/%SUBDIR%/ \ http://mirror.host4site.co.il/torproject.org/dist/%SUBDIR%/ \ http://mirror.open-networx.org/torproject.org/dist/%SUBDIR%/ \ http://mirror.tor.hu/dist/%SUBDIR%/ \ https://mirror.torland.me/torproject.org/dist/%SUBDIR%/ \ http://mirrors.chaos-darmstadt.de/tor-mirror/dist/%SUBDIR%/ \ http://theonionrouter.com/dist/%SUBDIR%/ \ http://tor.amorphis.eu/dist/%SUBDIR%/ \ http://tor.askapache.com/dist/%SUBDIR%/ \ http://tor.beme-it.de/dist/%SUBDIR%/ \ http://tor.borgmann.tv/dist/%SUBDIR%/ \ http://tor.ccc.de/dist/%SUBDIR%/ \ http://tor.cyberarmy.at/dist/%SUBDIR%/ \ http://tor.dont-know-me.at/dist/%SUBDIR%/ \ http://tor.factor.cc/dist/%SUBDIR%/ \ http://tor.homosu.net/dist/%SUBDIR%/ \ http://tor.idnr.ws/dist/%SUBDIR%/ \ http://tor.myrl.net/dist/%SUBDIR%/ \ http://tor.kamagurka.org/dist/%SUBDIR%/ \ http://tor.spline.de/dist/%SUBDIR%/ \ http://tor.vesta.nu/dist/%SUBDIR%/ \ http://torproj.xpdm.us/dist/%SUBDIR%/ \ https://torproject.antagonism.org/dist/%SUBDIR%/ \ https://torproject.crypto.is/dist/%SUBDIR%/ \ http://torproject.is/dist/%SUBDIR%/ \ http://torproject.nwlinux.us/dist/%SUBDIR%/ \ http://torproject.ph3x.at/dist/%SUBDIR%/ \ https://www.coevoet.nl/tor/dist/%SUBDIR%/ \ http://www.oignon.net/dist/%SUBDIR%/ \ http://www.torproject.nl/dist/%SUBDIR%/ \ http://www.torproject.org.nyud.net/dist/%SUBDIR%/ \ http://www.torproject.us/dist/%SUBDIR%/ \ http://www.torservers.net/mirrors/torproject.org/dist/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_TUCOWS) .for mirror in ankara blueyonder casemanl chariot clix dataphone dialog epix \ fastweb genotec hellasonline iinets inspirenet latvia mclink netvisao \ ns-linux nyi otenet personainternet pl-task ukms MASTER_SITE_TUCOWS+= \ http://${mirror}.linux.tucows.com/files/%SUBDIR%/ .endfor MASTER_SITE_TUCOWS+= \ http://www12.tucows.com/linux/files/%SUBDIR%/ \ http://linux.tucows.gunadarma.ac.id/files/%SUBDIR%/ .endif # List: http://www.vim.org/mirrors.php # Updated: 2014-02-28 .if !defined(IGNORE_MASTER_SITE_VIM) MASTER_SITE_VIM+= \ http://ftp.vim.org/pub/vim/unix/ \ http://vim.mirrors.hostinginnederland.nl/unix/ \ http://ftp.tw.vim.org/pub/vim/unix/ \ http://ftp2.tw.vim.org/pub/vim/unix/ \ http://artfiles.org/vim.org/unix/ \ http://vim.cybermirror.org/unix/ \ http://ftp.vim.ossmirror.de/pub/vim/unix/ \ http://tweedo.com/mirror/ftp.vim.org/unix/ \ http://vim.mirror.fr/unix/ \ http://ftp.gr.vim.org/pub/vim/unix/ \ http://mirror.netinch.com/pub/vim/unix/ \ http://servingzone.com/mirrors/vim/unix/ \ http://ftp2.uk.vim.org/pub/vim/unix/ \ http://ftp2.jp.vim.org/pub/vim/unix/ \ http://ftp2.kr.vim.org/pub/vim/unix/ \ http://mirrors-usa.go-parts.com/pub/vim/unix/ \ ftp://ftp.home.vim.org/pub/vim/unix/ .endif .if !defined(IGNORE_MASTER_SITE_WINDOWMAKER) MASTER_SITE_WINDOWMAKER+= \ ftp://ftp.windowmaker.info/pub/%SUBDIR%/ \ ftp://ftp.uvsq.fr/pub/X11/window-managers/windowmaker/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/X/WindowMaker/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_XCONTRIB) MASTER_SITE_XCONTRIB+= \ ftp://ftp.gwdg.de/pub/x11/x.org/contrib/%SUBDIR%/ \ ftp://ftp.x.org/contrib/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/X11/ftp.x.org/contrib/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/X/XFree86/mirror/X.Org/contrib/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/X11/ftp.x.org/contrib/%SUBDIR%/ \ ftp://ftp2.x.org/contrib/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/opengroup/contrib/&,} .endif .if !defined(IGNORE_MASTER_SITE_XEMACS) MASTER_SITE_XEMACS+= \ http://ftp.it.xemacs.org/%SUBDIR%/ \ http://ftp.pt.xemacs.org/%SUBDIR%/ \ http://xemacsftp.hkmirror.org/%SUBDIR%/ \ http://ftp.dti.ad.jp/pub/unix/editor/xemacs/%SUBDIR%/ \ http://ftp.xemacs.org/pub/xemacs/%SUBDIR%/ \ ftp://ftp.be.xemacs.org/xemacs/%SUBDIR%/ \ ftp://ftp.ch.xemacs.org/mirror/xemacs/%SUBDIR%/ \ ftp://ftp.de.xemacs.org/pub/ftp.xemacs.org/tux/xemacs/%SUBDIR%/ \ ftp://ftp.fi.xemacs.org/pub/mirrors/ftp.xemacs.org/pub/tux/xemacs/%SUBDIR%/ \ ftp://ftp.fr.xemacs.org/pub/xemacs/%SUBDIR%/ \ ftp://ftp.gr.xemacs.org/mirrors/XEmacs/ftp/%SUBDIR%/ \ ftp://ftp.heanet.ie/mirrors/ftp.xemacs.org/%SUBDIR%/ \ ftp://ftp.ie.xemacs.org/mirrors/ftp.xemacs.org/pub/xemacs/%SUBDIR%/ \ ftp://ftp.no.xemacs.org/pub/xemacs/%SUBDIR%/ \ ftp://ftp.pasteur.fr/pub/computing/xemacs/%SUBDIR%/ \ ftp://ftp.sa.xemacs.org/pub/xemacs.org/%SUBDIR%/ \ ftp://ftp.se.xemacs.org/pub/gnu/xemacs/%SUBDIR%/ \ ftp://ftp.tw.xemacs.org/Unix/Editors/XEmacs/%SUBDIR%/ \ ftp://ftp.uk.xemacs.org/sites/ftp.xemacs.org/pub/xemacs/%SUBDIR%/ \ ftp://ftp.yz.yamagata-u.ac.jp/pub/misc/xemacs/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,text/xemacs/&,} .endif .if !defined(IGNORE_MASTER_SITE_XFCE) MASTER_SITE_XFCE+= \ http://mirror.perldude.de/archive.xfce.org/%SUBDIR%/ \ http://mirror.netcologne.de/xfce/%SUBDIR%/ \ http://ftp.udc.es/xfce/%SUBDIR%/ \ http://xfce.mirror.uber.com.au/%SUBDIR%/ \ http://archive.be.xfce.org/%SUBDIR%/ \ http://archive.be2.xfce.org/%SUBDIR%/ \ http://archive.al-us.xfce.org/%SUBDIR%/ \ http://mirrors.tummy.com/pub/archive.xfce.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_XORG) MASTER_SITE_XORG+= \ http://xorg.freedesktop.org/releases/%SUBDIR%/ \ http://xorg.mirrors.pair.com/%SUBDIR%/ \ http://mirror.us.leaseweb.net/xorg/%SUBDIR%/ \ http://mirror.csclub.uwaterloo.ca/x.org/%SUBDIR%/ \ http://artfiles.org/x.org/pub/%SUBDIR%/ \ http://ftp.gwdg.de/pub/x11/x.org/pub/%SUBDIR%/ \ http://gd.tuwien.ac.at/X11/%SUBDIR%/ \ http://mi.mirror.garr.it/mirrors/x.org/%SUBDIR%/ \ http://mirror.switch.ch/ftp/mirror/X11/pub/%SUBDIR%/ \ http://mirrors.ircam.fr/pub/x.org/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.x.org/pub/%SUBDIR%/ \ http://www.portal-to-web.de/pub/mirrors/x.org/%SUBDIR%/ \ http://x.cybermirror.org/%SUBDIR%/ \ http://x.europnews.de/pub/%SUBDIR%/ \ http://xorg.mirror.solnet.ch/pub/%SUBDIR%/ \ http://mirror.nl.leaseweb.net/xorg/%SUBDIR%/ \ http://mirror.de.leaseweb.net/xorg/%SUBDIR%/ \ http://mirrors.go-part.com/xorg/%SUBDIR%/ \ http://ftp.yz.yamagata-u.ac.jp/pub/X11/x.org/%SUBDIR%/ \ http://ftp.kaist.ac.kr/x.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_KERNEL_ORG) MASTER_SITE_KERNEL_ORG+= \ https://www.kernel.org/pub/%SUBDIR%/ \ ftp://ftp.ntu.edu.tw/%SUBDIR%/ \ http://ftp.sunet.se/pub/Linux/kernel.org/%SUBDIR%/ \ http://ftp.yandex.ru/pub/%SUBDIR%/ \ http://ftp.heanet.ie/pub/%SUBDIR%/ \ http://slackware.cs.utah.edu/pub/kernel.org/pub/%SUBDIR%/ .endif # Macro magic MASTER_SITES_ABBREVS= CPAN:PERL_CPAN \ GH:GITHUB \ GHC:GITHUB_CLOUD \ NL:NETLIB \ SF:SOURCEFORGE \ SFJP:SOURCEFORGE_JP \ RG:RUBYGEMS \ RF:RUBYFORGE MASTER_SITES_SUBDIRS= APACHE_JAKARTA:${PORTNAME:S,-,/,}/source \ BERLIOS:${PORTNAME:tl} \ CENKES:myports \ CHEESESHOP:source/${DISTNAME:C/(.).*/\1/}/${DISTNAME:C/(.*)-[0-9].*/\1/} \ CSME:myports \ DEBIAN:pool/main/${PORTNAME:C/^((lib)?.).*$/\1/}/${PORTNAME} \ GCC:releases/${DISTNAME} \ GITHUB:${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/${GH_TAGNAME}?dummy=/ \ GITHUB_CLOUD:${GH_ACCOUNT}/${GH_PROJECT}/ \ GNOME:sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \ GNU:${PORTNAME} \ HORDE:${PORTNAME} \ LOGILAB:${PORTNAME} \ MATE:${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \ MOZDEV:${PORTNAME:tl} \ NETLIB:${PORTNAME} \ PERL_CPAN:${PORTNAME:C/-.*//} \ PNET:${PNET_MASTER_SITE_SUBDIR} \ RUBY_DBI:${RUBY_DBI_MASTER_SITE_SUBDIR} \ RUBY_GNOME:${RUBY_GNOME_MASTER_SITE_SUBDIR} \ SAVANNAH:${PORTNAME:tl} \ SOURCEFORGE:${PORTNAME:tl}/${PORTNAME:tl}/${PORTVERSION} \ RUBYFORGE:${PORTNAME:tl} .if defined(MASTER_SITES) && ${MASTER_SITES:N*\:/*} .for _site__ in ${MASTER_SITES} _site_=${_site__} . if ${_site_:M*\:/*} MASTER_SITES_EXP+= ${_site_} MASTER_SITES_EXP:= ${MASTER_SITES_EXP} . else _site_urlpath_= ${_site_:C@^(.*):[^/:]+$@\1@} . if ${_site_urlpath_:M*/*} _site_url_= ${_site_urlpath_:C@^([^/]+)/.*$@\1@} _site_subdir_= ${_site_urlpath_:S/^${_site_urlpath_:C@^([^/]+)/.*$@\1@}//:S!^/!!:S!/$!!} . else _site_url_= ${_site_urlpath_} .undef _site_subdir_ . endif _site_group_= ${_site_:S/^${_site_:C@^(.*):[^/:]+$@\1@}//:S/^://} . for _abbrev_ in ${MASTER_SITES_ABBREVS} . if ${_site_url_} == ${_abbrev_:C/:.*//} _site_url_= ${_abbrev_:C/.*://} . endif . endfor . for _subdir_ in ${MASTER_SITES_SUBDIRS} . if ${_site_url_} == ${_subdir_:C/:.*//} && !defined(MASTER_SITE_SUBDIR) _site_subdir_?= ${_subdir_:C/.*://} . endif . endfor . ifdef MASTER_SITE_${_site_url_} . ifdef _site_subdir_ MASTER_SITES_EXP+= ${MASTER_SITE_${_site_url_}:S^%SUBDIR%^${_site_subdir_}^:S/$/:${_site_group_}/:S/:$//} . else MASTER_SITES_EXP+= ${MASTER_SITE_${_site_url_}:S/$/:${_site_group_}/:S/:$//} . endif MASTER_SITES_EXP:= ${MASTER_SITES_EXP} . endif . endif .endfor MASTER_SITES= ${MASTER_SITES_EXP} .endif Index: head/UPDATING =================================================================== --- head/UPDATING (revision 368844) +++ head/UPDATING (revision 368845) @@ -1,10646 +1,10675 @@ This file documents some of the problems you may encounter when upgrading your ports. We try our best to minimize these disruptions, but sometimes they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20140922: + AFFECTS: users of emulators/linux_base-f10 and emulators/linux_base-c6 + AUTHOR: xmj@FreeBSD.org + + The complete drop-in replacement linux-c6 port infrastructure is in ports + and will shortly replace the current linux-f10- ports as default. + + To switch to the linux-c6 infrastructure you should: + + 0. Backup all your vital information! + 1. Remove the current linux base port and all linux-f10- ports. + 2. Add the following lines to /etc/make.conf: + OVERRIDE_LINUX_BASE_PORT=c6 + OVERRIDE_LINUX_NONBASE_PORTS=c6 + 3. Make sure no linux application is running. + 4. Set appropriate sysctl (compat.linux.osrelease=2.6.18). + 5. Install emulation/linux-c6. + + That should be enough in most circumstances. If you experience difficulties, + please be sure to expand step 1 to: + + 1a. Remove all ports which depend on linux base port. + 1b. Remove linux base port. + 1c. Clean /compat/linux/ directory. + + Should you encounter any other difficulties not fixed by these extended + steps, please submit an issue report in Bugzilla and send an email to FreeBSD's + emulation@ mailing list. + 20140909: AFFECTS: users seeing build errors about missing *.la files AUTHOR: tijl@FreeBSD.org We are in the process of adjusting or, if possible, removing libtool archives (*.la files) from all ports because they can otherwise cause overlinking between packages. This is the problem where in the dependency chain A->B->C an extra link is added from A to C even if A does not use C directly. This makes some updates to port C expensive because then both A and B have to be rebuilt instead of just B. This is mostly behind the scenes work that you won't notice. In fact most ports have already been converted. You may however run into build errors about missing *.la files if a port update in the past went wrong and left behind *.la files with references to other *.la files that are no longer there. In this case, please run the following command: find /usr/local/lib -name '*.la' | xargs grep -l 'libfoo\.la' | xargs pkg which (Replace libfoo\.la with the *.la file that is missing.) This command will print a list of *.la files that refer to the missing *.la file and what package they belong to. First, where it says "not found in the datatbase", remove the *.la file. After removing all such files, where it says "installed by package X", rebuild X. Eventually the list printed by that command will be empty and the build error should be gone. 20140826: AFFECTS: users of ports-mgmt/pkg, ports-mgmt/pkg-devel AUTHOR: bdrewery@FreeBSD.org Pkg has been updated to 1.3.7. This fixes registration and tracking of shared libraries. All earlier versions of Pkg incorrectly marked some shared libraries and used the wrong name for some. Please note announcement for special instructions at: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000086.html - Users need to run 'pkg update -f' and 'pkg check -Ba' after upgrading to pkg-1.3.7 and before updating any other packages. This avoids needing to reinstall anything not needed due to changed shlibs. For binary package users: # pkg install ports-mgmt/pkg # pkg update -f # pkg check -Ba # pkg upgrade For port users: # make -C /usr/ports/ports-mgmt/pkg build deinstall install clean # pkg check -Ba - People building packages for serving to other systems need to rebuild all packages with 1.3.7. 20140823: AFFECTS: users of graphics/libjpeg-turbo AUTHOR: adamw@FreeBSD.org libjpeg-turbo installs its own unique library (libturbojpeg.so) and a drop-in replacement for libjpeg.so. The drop-in replacement has been split off into graphics/jpeg-turbo; libjpeg-turbo now installs only libturbojpeg.so. If you were using the libjpeg.so from graphics/libjpeg-turbo, you should install graphics/jpeg-turbo AFTER upgrading the libjpeg-turbo port. 20140823: AFFECTS: users of TeXLive AUTHOR: hrs@FreeBSD.org TeXLive in Ports Collection has been updated to TL2014. When upgrading print/texlive-base on a system which has TL2012 packages, the following error may occur: pkg-static: texlive-base-20140525 conflicts with texlive-texmf-20120701_4 Please remove texlive-texmf-20120701_4 first in that case. If you still get a similar "conflict of install files" error, please remove all of tex-* and texlive-* packages and then see if ${PREFIX}/share/texmf-dist directory are empty. If not, installing TeXlive can fail. Removing files in the directory manually will fix the installation problem. 20140821: AFFECTS: users of databases/db4, databases/db4[1-7]* AUTHOR: mandree@FreeBSD.org HEADS UP: for some applications that store their data in Berkeley DB databases, you may have to export the data before the upgrade and reload it afterwards. Detailed instructions are at . The older databases/db4* ports providing versions 4.0 to 4.7 inclusively have been removed, and 4.8 has been deprecated. The default Berkeley DB version is now 5.3. (6.x has a different license, but will be eligible as default on systems that build ports from source and have db6 installed.) All enabled and working ports have been changed such that they use Berkeley DB 4.8 or newer, and an -exp run has been made. After you have performed the first steps from the Wiki documentation, and have arrived at a step that reads "build all applications", then type as privileged user and without the hash sign: # Tools/scripts/BDB-upgrade-helper.sh The helper script requires that ports-mgmt/portmaster or .../portupgrade is installed, will try to upgrade your applications with either of these tools (portmaster preferred), and if that succeeds, it will attempt to delete the packages if confirmed interactively. 20140815: AFFECTS: users of graphics/ilmbase and graphics/OpenEXR AUTHOR: mandree@FreeBSD.org The OpenEXR and ilmbase (Industrial Light and Magic) shared object names have changed. You must rebuild all packages that require either of these libraries, by using one of these commands: # portmaster -r ilmbase -r OpenEXR or # portupgrade -fr graphics/ilmbase graphics/OpenEXR The PORTREVISIONS of all ports that require ilmbase and/or OpenEXR have been bumped. 20140810: AFFECTS: users of lang/ghc and */hs-* AUTHOR: haskell@FreeBSD.org The Glorious Glasgow Haskell Compiler has been updated to version 7.8.3 and Haskell Platform to 2014.2.0.0. Hence it is recommended to rebuild or reinstall all the dependent ports and the lang/ghc port itself by one of the following commands: # portmaster -w -r ghc or # portupgrade -fr lang/ghc If you use pkg(8) then it is just safer to remove all the GHC-dependent packages along with GHC and reinstall everything from scratch. Something alone these lines may work: # pkg query "%ro" > ghc-pkgs.txt # pkg delete -y lang/ghc # pkg install -y `cat ghc-pkgs.txt | grep -Ev "/hs-(haskeline|terminfo|transformers|xhtml)" 20140803: AFFECTS: users of security/p5-openxpki AUTHOR: wg@FreeBSD.org The following ports have been integrated into security/p5-openxpki: security/p5-openxpki-client security/p5-openxpki-client-scep security/p5-openxpki-deployment Before update make sure to remove the old packages: # pkg remove security/p5-openxpki-client # pkg remove security/p5-openxpki-client-scep # pkg remove security/p5-openxpki-deployment 20140802: AFFECTS: users of astro/stellarium AUTHOR: danfe@FreeBSD.org Stellarium was updated to version 0.13.0. It's a new major release, and it is based on Qt version 5 now. For those who are not comfortable with upgrading to the new Qt, previous Stellarium version (0.12.4) was copied over to `astro/stellarium-qt4' port. 20140731: AFFECTS: users of www/ajaxplorer AUTHOR: madpilot@FreeBSD.org The ajaxplorer project was renamed to pydio. Due to this update some manual steps will need to be performed after updating the port. IMPORTANT: Perform a backup of the ajaxplorer installation and the databases backing it(if you're using that feature). First manually remove the ajaxplorer port and install www/pydio afterwards. Further steps will be available in the pkg-message, which can be shown with these commands: # pkg info -D pydio # pkg_info -D pydio Please also read the upgrading notes at: http://pyd.io/pydio-core-5.2.0#Upgrading 20140728: AFFECTS: users of net/GeoIP AUTHOR: adamw@FreeBSD.org GeoIP no longer ships with the GeoIP database. To continue using GeoIP, you MUST fetch the database after upgrading by running geoipupdate.sh. 20140727: AFFECTS: users of comms/qpage AUTHOR: marino@FreeBSD.org The default configure file location has changed from ${LOCALBASE}/etc/qpage.cf to ${LOCALBASE}/etc/qpage.conf You will likely want to move the old configure file to the new location after updating if it contains custom settings. 20140725: AFFECTS: users of cad/netgen AUTHOR: stephen@FreeBSD.org Before you update this port the old one should be removed. (This is because the build may try to link to libraries that are in ${LOCALBASE}/lib rather than in ${WRKSRC}.) 20140724: AFFECTS: users of dns/mydns-ng AUTHOR: danilo@FreeBSD.org The dns/mydns-ng port no longer has the suffix (-mysql|-pgsql). Before you update this port the old one must be removed: pkg remove mydns-ng-mysql or pkg remove mysql-ng-pgsql 20140723: AFFECTS: users of devel/libevent libevent1 has been replaced by libevent2 via the compatibility layer. All applications that used libevent1 must be rebuilt. Please remove libevent1 before upgrading, by running: pkg delete -f libevent 20140723: AFFECTS: users of security/scanlogd AUTHOR: tgyurci@gmail.com The security/scanlogd port now creates scanlogd user and group. Previous scanlogd user and group must be removed before updating to not conflict with the one created by the port: pw userdel scanlogd pw groupdel scanlogd 20140723: AFFECTS: users of TeX AUTHOR: bapt@FreeBSD.org TeXLive is now the default teX provider. Please remove all TeX-related packages based on teTeX. 20140722: AFFECTS: users of mail/exim AUTHOR: vsevolod@FreeBSD.org The behaviour of expansion of arguments to math comparison functions (<, <=, =, =>, >) was unexpected, expanding the values twice. Please update your configuration if you have relied on such an expansion. 20140722: AFFECTS: users of multimedia/mediainfo AUTHOR: sunpoet@FreeBSD.org mediainfo has been split into 3 ports: libzen, libmediainfo and mediainfo. Please uninstall mediainfo before you update this port. 20140722: AFFECTS: users of games/bsdgames AUTHOR: adamw@FreeBSD.org Please disregard any prior instructions about moving your game data to /usr/local/var/games. If you have done this, please move it back to /var/games. 20140714: AFFECTS: users of databases/db6 AUTHOR: mandree@FreeBSD.org Oracle Berkeley DB 6 has been upgraded to version 6.1.19. Since the previous 6.0 version, the log file format has changed in 6.1. Depending on applications used, you may need to take action BEFORE you upgrade. For details, please see the online upgrade manual at Note: if you've got Apache installed and depending on db6, you may need to upgrade it separately BEFORE upgrading other ports, such as Apache modules. After that, you must rebuild all applications that link to db6 because the shared library name has changed with the upgrade. To do that: If you use portmaster: portmaster -w -r db6- If you use portupgrade: portupgrade -fr databases/db6 20140714: AFFECTS: users of net/linphone-base AUTHOR: tijl@FreeBSD.org Linphone has been updated to version 3.7.0 and the linphone-base port has been split into separate components. You must first delete the linphone-base package before you can update ports that depend on it. pkg del -f linphone-base or pkg_delete -f linphone-base\* 20140713: AFFECTS: users of mail/postfix-current AUTHOR: sahil@FreeBSD.org This is a significant update; so, please carefully review the RELEASE_NOTES to identify which incompatible changes impact your environment. Of particular note are changes to the Postfix build/install procedure. Please backup main.cf, master.cf and any other important files associated with your Postfix setup before updating. 20140713: AFFECTS: users of www/apache22 AUTHOR: ohauer@FreeBSD.org The default version was changed from www/apache22 to www/apache24, pre-build apache modules and web applications will also reflect this! In case ports are build by yourself and apache22 is required use the following command to keep apache22 as default. # echo "DEFAULT_VERSIONS+=apache=2.2" >> /etc/make.conf 20140710: AFFECTS: users of lang/rust AUTHOR: robak@FreeBSD.org The lang/rust port was updated to 0.11 and is now only working on FreeBSD versions 10 and 11 -- the 9.x support has been removed by upstream. 20140709: AFFECTS: users of security/pam-pgsql AUTHOR: tijl@FreeBSD.org The pam_pgsql.so module is now installed in PREFIX/lib (/usr/local/lib) instead of /usr/lib. 20140627: AFFECTS: Users of Java AUTHOR: swills@FreeBSD.org The default version of OpenJDK has been updated from 1.6 to 1.7. To update, users of Java will need to rebuild all ports that depend on Java: If you use pkg (regardless of if you build ports from source or install binary packages): # pkg set -o java/openjdk6:java/openjdk7 If you use portmaster to build ports from source: # portmaster -o java/openjdk7 openjdk6 # portmaster -R -r openjdk If you use portupgrade to build ports from source: # portupgrade -fo java/openjdk7 java/openjdk6 If you use pkg to install prebuilt binary packages: # pkg install -fR java/openjdk7 If you wish to keep the 1.6 version as default, add the following lines to your /etc/make.conf file: # # Keep OpenJDK 1.6 as default version. # JAVA_PREFERRED_PORTS=JAVA_PORT_NATIVE_OPENJDK_JDK_1_6 20140627: AFFECTS: users of security/amavisd-milter AUTHOR: delphij@FreeBSD.org The default working directory of security/amavisd-milter have been changed to /var/run/amavis/. Users will have to adjust path to the milter socket. 20140627: AFFECTS: users of editors/emacs21 and editors/emacs22 AUTHOR: ashish@FreeBSD.org editors/emacs21, and editors/emacs22 are removed as they were unmaintained upstream for a while. Their dependent ports are removed as well. Please switch to editors/emacs (Emacs 24 release), or editors/emacs23 (Emacs 23 release), or editors/emacs-devel (Emacs development branch) ports. 20140626: AFFECTS: users of mail/qmail-spamcontrol AUTHOR: bdrewery@FreeBSD.org Spamcontrol has been updated to the 2.7 release. It is advised to read the release notes as some features were removed and others reworked. http://www.fehcom.de/qmail/spamcontrol/RELEASE_27.spamcontrol 2.7 manual: http://www.fehcom.de/qmail/spamcontrol/README_spamcontrol.html 20140626: AFFECTS: users of comms/smstools3 AUTHOR: madpilot@FreeBSD.org The smstools3 startup screen has been modified to allow smsd to change uid/gid by itself. The rc options smsd_logfile, smsd_user and smsd_group are not supported anymore, user, group and log filename should be specified in the configuration file. The sample configuration file has been updated to have defaults equivalent to the old ones. 20140624: AFFECTS: users of databases/p5-Bucardo AUTHOR: mat@FreeBSD.org The bucardo_ctl script has been renamed to bucardo, so, to follow the naming, the bucardo_ctl_enable rc variable has been renamed to bucardo_enable. 20140622: AFFECTS: users of security/gpgme AUTHOR: jhale@FreeBSD.org If you have both security/gnupg AND security/gnupg1 installed, gpgme will now automatically detect and use security/gnupg. Specifically, it will search for gpgconf(1) first and use the paths for the binaries provided by it. Failing that, it will search for a binary named "gpg". It is no longer possible to specify the location of the gpg binary at buildtime to differentiate between version 1.x and version 2.x. The port options GNUPG1 and GNUPG2 now merely add their respective versions of gnupg as build and runtime dependencies. 20140618: AFFECTS: users of devel/m17n-* textproc/*m17n* AUTHOR: Nikola Lecic devel/m17n-db now incorporates a set of user-contributed input methods and a conversion script, formerly available through textproc/m17n-contrib. Delete textproc/m17n-contrib first and then update/install devel/m17n-db. 20140616: AFFECTS: users of devel/subversion AUTHOR: lev@FreeBSD.org The subversion port has been overhauled. Some optional parts were extracted into separate ports. These ports are: www/mod_dav_svn instead of option MOD_DAV_SVN. security/subversion-gnome-keyring instead of option GNOME_KEYRING. security/subversion-kwallet instead of option KDE_KWALLET. If you used devel/subversion with one (or more) of these non-standard options, you should install the appropriate port(s) after upgrading subversion. "mod_dontdothat" is installed unconditionally by www/mod_dav_svn port (it depended on the TOOLS option before), but is not activated by default, you may need to edit apache's configuration file. The devel/subversion port now installs svndiff, svndiff3 and svndiff4 commands if TOOLS option is enabled. They was skipped before. The official names "diff", "diff3" and "diff4" are prefixed with "svn" to avoid conflicts with base and other diff versions. All libraries and binaries are now stripped if the MAINTAINER_DEBUG option is not selected (including all sub-ports, like bindings and mod_dav_svn). 20140611: AFFECTS: users of devel/icu AUTHOR: bapt@FreeBSD.org icu has been updated to 53.1. Please rebuild all ports that depend on it If you use portmaster: portmaster -w -r icu If you use portupgrade: portupgrade -fr devel/icu 20140610: AFFECTS: users of www/firefox, www/seamonkey, mail/thunderbird, www/libxul AUTHOR: gecko@FreeBSD.org Gecko ports were switched to use more system libraries. Some of them must be built with certain options unset (default). `audio/soundtouch' has to be installed with INTEGER_SAMPLES option disabled. 20140604: AFFECTS: users of dns/dnscrypt-proxy AUTHOR: feld@FreeBSD.org The 1.4.0 update to dns/dnscrypt-proxy introduced a privilege separation capability utilizing the new _dnscrypt-proxy user. The home directory for this user was misconfigured as /nonexistent. The dnscrypt-proxy server will try to chroot to _dnscrypt-proxy's home directory and fail to start. If you are affected you will need to change _dnscrypt-proxy's home directory to /var/empty: # pw usermod _dnscrypt-proxy -d /var/empty 20140603: AFFECTS: users of net-p2p/zetacoin AUTHOR: daniel@morante.net The zetacoind process now runs as the zetacoin user. Please make sure that this user has appropriate permissions to the blockchain database and wallet directory. If you are using the default path, run: # chown -R zetacoin:zetacoin /var/db/zetacoin # chown -R zetacoin:zetacoin /.zetacoin 20140529: AFFECTS: users of databases/postgresql??-(server|client) AUTHOR: mat@FreeBSD.org PostgreSQL version 9.2 is now the default. To upgrade from a version lower than 9.2, follow the instructions on the PostgreSQL.org website. http://www.postgresql.org/docs/9.2/interactive/upgrading.html When using binary packages, if you only use the client port, you can issue the following command to follow the default version: # pkg set -o databases/postgresql90-client:databases/postgresql92-client 20140528: AFFECTS: users of security/calife & security/calife-devel AUTHOR: roberto@FreeBSD.org Calife 2.8.x is now officially EoL. Replace it with 3.0 (formerly calife-devel). For port builds system please follow the following instructions: Please delete old version: # pkg delete -f security/calife-devel or # pkg_delete security/calife-devel and install security/calife. Change origin if you had the old one: # pkg set -o security/calife-devel:security/calife 20140527: AFFECTS: users of databases/db6 AUTHOR: mandree@FreeBSD.org Oracle BerkeleyDB 6.0 was upgraded to version 6.0.30. Databases that use BLOBs need to be upgraded using db_upgrade-6.0 before they can be accessed again. See the manual for details: Databases that do not use BLOBs are unaffected. 20140526: AFFECTS: users of lang/lua lang/lua has been relaced by lang/lua51 For port builds system please follow the following instructions: # portmaster -o lang/lua51 lang/lua or # portupgrade -fo lang/lua51 lang/lua or # pkg set -o lang/lua:lang/lua51 20140525: AFFECTS: users of devel/py-gobject3 and devel/py-dbus AUTHOR: gnome@FreeBSD.org py-gobject3 and py-dbus where split up in a common port (*-common), python2 port (py-*) and python3 port (py3-*) port. For port builds systems please follow the next following instructions: Please delete the existing version to avoid conflicts. # pkg delete -f py27-gobject3 py27-dbus or # pkg_delete devel/py-gobject3 devel/py-dbus followed by: # portmaster devel/py-gobject3 devel/py-dbus or # portinstall devel/py-gobject3 devel/py-dbus 20140521: AFFECTS: users of databases/mariadb55* AUTHOR: grembo@FreeBSD.org The mariadb55-client and mariadb55-server port have been changed to respect hier(7) and behave like the mysql ports. Therefore mysql-server and mysql monitor will refuse to start if my.cnf exists in /etc or /etc/mysql. In case you're affected, please move /etc/my.cnf to /usr/local/etc and/or /etc/mysql/my.cnf to /usr/local/etc/mysql. 20140520: AFFECTS: users of security/dropbear AUTHOR: ak@FreeBSD.org security/dropbear port separator syntax was changed (again), now using host^port instead of host%port. You may need to update your config files while updating to 2014.63 from the previous versions. 20140511: AFFECTS: users of databases/firebird* AUTHOR: bapt@FreeBSD.org The default version of databases/firebird* have been changed to support DEFAULT_VERSIONS variable DEFAULT_VERSIONS=firebird=2.5 20140507: AFFECTS: users of lang/open-cobol AUTHOR: johans@FreeBSD.org lang/open-cobol was moved to lang/gnu-cobol to match the new package name. Please do the following according to package manager used. # portmaster -o lang/gnu-cobol lang/open-cobol or # portupgrade -fo lang/gnu-cobol lang/open-cobol or # pkg set -o lang/open-cobol:lang/gnu-cobol 20140506: AFFECTS: users of ports-mgmt/portshaker AUTHOR: romain@FreeBSD.org ports-mgmt/portshaker was updated to avoid creating an aditional 'ports' subdirectory when merging to a poudriere_tree without ZFS, so that portshaker's default location matches poudriere's default location. Users of poudriere on non-ZFS systems should not anymore have to pass extra options to poudriere for it to find the ports tree. 20140506: AFFECTS: users of security/yassl AUTHOR: gahr@FreeBSD.org security/yassl was moved to security/cyassl to match the original package name. Please do the following according to package manager used. # portmaster -o security/cyassl security/yassl or # portupgrade -fo security/cyassl security/yassl or # pkg set -o security/yassl:security/cyassl 20140505: AFFECTS: users of databases/libiodbc AUTHOR: bapt@FreeBSD.org libiodbc no longer provide the odbc compatibility Rebuild all ports that are linked to libiodbc # portmaster -r libiodbc or # portupgrade -r databases/libiodbc 20140503: AFFECTS: users of science/hdf5* and science/netcdf* AUTHOR: sunpoet@FreeBSD.org There are major version changes in HDF5 and NetCDF ports: - science/hdf5: updated from 1.6.9 to 1.8.12 - science/hdf5-18: replaced by science/hdf5 - science/netcdf: updated from 3.6.3 to 4.3.2 C++/Fortran binding moved into new ports (by upstream) - science/netcdf-cxx: new port for C++ binding of NetCDF - science/netcdf-fortran: new port for Fortran binding of NetCDF - science/netcdf-ftn: replaced by science/netcdf-fortran - science/netcdf3-ftn: replaced by science/netcdf-fortran - science/netcdf4: replaced by science/netcdf Please deinstall them before building the new versions. 20140428: AFFECTS: users of java/openjdk7 AUTHOR: glewis@FreeBSD.org The previous version of openjdk7 had a bug that will prevent it from being able to bootstrap itself. Please deinstall openjdk7 before building the new version. 20140427: AFFECTS: users of graphics/gdal AUTHOR: sunpoet@FreeBSD.org Due to changes in header files, please deinstall gdal first while updating from 1.9.x/1.10.x to 1.11.x. 20140420: AFFECTS: users of net/samba4 AUTHOR: timur@FreeBSD.org Samba4 port now re-uses the same logic and startup script as Samba41. So, to get net/samba4 runing you need to rename samba4_enable in /etc/rc.conf to the samba_sever_enable. samba_server_enable="YES" Startup script tries it's best to guess which out of samba/nmbd/smbd/winbindd daemons have to be started, but you can fine tune this by specifying them in rc.conf, just make sure that samba_server_enable is enabled(see entry for 20121022). 20140416: AFFECTS: users of x11/xorg graphics/dri graphics/libGL and related ports AUTHOR: x11@FreeBSD.org The default xorg version has been switched on FreeBSD 10-STABLE and FreeBSD 9-STABLE. To upgrade graphics/libGL, graphics/dri and related MESA ports, it is necessary to first remove the old versions of those ports. No special upgrade procedure is needed for xorg ports but it is necessary to recompile all xorg drivers (xf86-*) and other ports that depend on the xserver version, including emulators/virtualbox-ose-additions. Portrevisions have been bumped where needed, but users of drivers not in the ports tree will need to recompile those. If it is important to stay on the old versions, it is possible to specify WITHOUT_NEW_XORG= in /etc/make.conf to get the old xorg distribution. For users in need of working console when using KMS drivers (intel and radeon graphics cards) please use the new vt(9) console driver. For more information, see https://wiki.freebsd.org/Graphics and https://wiki.freebsd.org/Newcons . To update: # pkg_delete -f libGL-\* dri-\* or # pkg delete -f libGL dri followed by # portmaster graphics/dri graphics/libGL or # portupgrade graphics/dri graphics/libGL and then # portmaster -a or # portupgrade -a 20140416: AFFECTS: users of print/freetype2 textproc/libxml2 x11/pixman x11/libxcb and graphics/freeglut AUTHOR: x11@FreeBSD.org and gnome@FreeBSD.org The library version of the above libraries has been brought in line with what upstream expects. To do this all users of these ports need to be rebuilt. Portrevisions have been bumped as a consequence. # portmaster -r freetype2 -r libxml2 -r pixman -r freeglut -r libxcb or # portupgrade -rf freetype2 libxml2 pixman freeglut libxcb 20140415: AFFECTS: Users of mod_python3 AUTHOR: ohauer@FreeBSD.org www/mod_python3 was renamed to www/mod_python33, additional www/mod_python35 with support for apache24 was added to the portstree. To reflect the new port location use: pkgng users: # pkg set -o www/mod_python3:www/mod_python33 portmaster users: # portmaster -o www/mod_python33 www/mod_python3 portupgrade users: # portugrade -o www/mod_python33 www/mod_python3 20140414: AFFECTS: Users of dmd 1.X and dmd 2.x. AUTHOR: cy@FreeBSD.org lang/dmd and lang/dmd2 have switched places. Dmd 1.x is no longer supported by digitalmars.com and is now the secondary dmd port in the collection. Dmd2 is the primary port. What this means to dmd users is that dmd1 is now used to invoke dmd 1.x and the dmd command (instead of dmd2) now invokes dmd 2.x. 20140413: AFFECTS: Users of Python and pkg >= 1.2.7_1 AUTHOR: koobs@FreeBSD.org There have been reports of the following error when upgrading Python ports: pkg-static: Plist error, directory listed as a file: .egg-info The cause is an outdated or unpatched version of setuptools or distribute installed by the user, or leftover from previous upgrades being used during the `setup.py install` phase. pkg >= 1.2.7_1 now generates an error where previously it did not. Users should inspect their ${LOCALBASE}/lib/pythonX.Y/site-packages directory, and remove any entries that reference versions of setuptools or distribute *not* provided by ports or packages. Examples of entries that may be removed are: 1) distribute-0.6.35-py2.7.egg 2) setuptools-0.6c11-py2.7.egg 3) *Any* version of setuptools directly from PyPi via pip or easy_install More information is available here: http://lists.freebsd.org/pipermail/freebsd-ports/2014-April/091618.html 20140410: AFFECTS: users of mail/vpopmail AUTHOR: bdrewery@FreeBSD.org If you are storing limits in MySQL, the following schema changes must be made: ALTER TABLE `limits` ADD `disable_maildrop` TINYINT(1) DEFAULT '0' NOT NULL AFTER `disable_spamassassin`; ALTER TABLE `limits` MODIFY `diskquota` BIGINT UNSIGNED NOT NULL DEFAULT 0; ALTER TABLE `limits` MODIFY `maxmsgcount` BIGINT UNSIGNED NOT NULL DEFAULT 0; ALTER TABLE `limits` MODIFY `defaultquota` BIGINT UNSIGNED NOT NULL DEFAULT 0; ALTER TABLE `limits` MODIFY `defaultmaxmsgcount` BIGINT UNSIGNED NOT NULL DEFAULT 0; 20140403: AFFECTS: users of net/rabbitmq AUTHOR: olgeni@FreeBSD.org This release changes the behaviour of the default "guest" user. Previously the guest user could be accessed from any network location. In RabbitMQ 3.3.0 and later, the guest user can only be accessed via localhost by default. Any other users you create will not (by default) be restricted in this way. See http://www.rabbitmq.com/access-control.html for more information. 20140403: AFFECTS: users of net/kdnssd AUTHOR: kde@FreeBSD.org KDE SC ports have been updated to 4.12.4. kdnssd package has been renamed to match upstream naming. pkgng users need to update package origin manually: # pkg set -o net/kdnssd:net/zeroconf-ioslave 20140402: AFFECTS: users of textproc/elasticsearch AUTHOR: tj@FreeBSD.org Elasticsearch has been updated to version 1.1.0. If you are updating from a version prior to 1.0.0 you will need to do a full cluster shutdown for this update as it can not be performed in a rolling fashion. 20140401: AFFECTS: users of security/gnutls3 AUTHOR: bdrewery@FreeBSD.org Libdane support is no longer enabled by default. Rebuild the port with the LIBDANE option if danetool is desired. 20140331: AFFECTS: users of print/cups-client and print/cups-image AUTHOR: bsam@FreeBSD.org CUPS ports have been updated to version 1.7.1. A file has migrated from cups-image port to cups-client. Before upgrading you should force the removal of cups-image port, otherwise it will conflict with the new one. pkg users: # pkg delete -f cups-image\* other users: # pkg_delete -f cups-image\* 2. Install/upgrade other cups* packages. If cups-filters complains about a missing cups/raster.h include, try reinstalling the cups-client package. 20140327: AFFECTS: users of lang/php5 and lang/php55 with Apache module AUTHOR: ale@FreeBSD.org The Apache PHP module has been separated from the main PHP port. If you had the APACHE OPTION selected, you have to perform the following steps: 1) update your lang/php* options (i.e. 'make config') 2) rebuild lang/php* port 3) install www/mod_php* port It is *mandatory* to build both ports with the same DEBUG and ZTS options, so if you have a threaded Apache (i.e. worker or event MPM) you have to select the ZTS option in lang/php* port. 20140322: AFFECTS: users of devel/apr1 AUTHOR: ohauer@FreeBSD.org APR was updated to 1.5.0, BDB requirement was bumped to 48+ It is necessary to first remove the old version of devel/apr1. Please rebuild all ports which are using functions from APR/APR-util such as Apache, Subversion, etc. # portmaster -r apr or # portupgrade -r devel/apr1 20140318: AFFECTS: users of net/openldap24-server AUTHOR: delphij@FreeBSD.org Please note that Berkeley DB backend is now deprecated and will be removed in a future version. Existing users should migrate data to the new MDB backend when possible. 20140317: AFFECTS: users of misc/ossp-uuid-perl AUTHOR: culot@FreeBSD.org misc/ossp-uuid-perl was replaced by misc/p5-OSSP-uuid. Please do the following according to package manager used. # portmaster -o misc/p5-OSSP-uuid misc/ossp-uuid-perl or # portupgrade -fo misc/p5-OSSP-uuid misc/ossp-uuid-perl or # pkg set -o misc/p5-OSSP-uuid:misc/ossp-uuid-perl 20140312: AFFECTS: users of net/openistgt AUTHOR: jpaetzel@FreeBSD.org Between istgt supporting target reload, and iscsid using CTL there is no point to this port. As such it has been deleted without warning, since the support for it is as best questionable. pkgng users: # pkg set -o net/openistgt:net/istgt portmaster users: # portmaster -o net/istgt net/openistgt # portmaster -r istgt portupgrade users: # portupgrade -o net/istgt -f net/openistgt # portupgrade -fr net/istgt 20140310: AFFECTS: users of mail/p5-Mail-SpamAssassin and japanese/p5-Mail-SpamAssassin AUTHOR: ohauer@FreeBSD.org The port mail/p5-Mail-SpamAssassin was renamed to mail/spamassassin and the port japanese/p5-Mail-SpamAssassin was renamed to japanese/spamassassin. To ease upgrading run the following set of commands: pkgng users: # pkg set -o mail/p5-Mail-SpamAssassin:mail/spamassassin # pkg set -o japanese/p5-Mail-SpamAssassin:japanese/spamassassin portmaster users: # portmaster -o mail/spamassassin mail/p5-Mail-SpamAssassin # portmaster -o japanese/spamassassin japanese/p5-Mail-SpamAssassin 20140307: AFFECTS: users of devel/py-setuptools dependent ports AUTHOR: sunpoet@FreeBSD.org devel/py-setuptools is being used for every python ports (if USE_PYDISTUTILS defined) since r336553. Due to PKGORIGIN limitation, we cannot build one python port with python27 and the other with python33 since they require different setuptools versions which have same PKGORIGIN. With the addition of py-setuptools{27,32,33}, we could now have py27-foo and py33-bar coexist in one system. Note that this is only a short-term solution. It does not help if you need coexistence of one port with different python versions, e.g. py27-foo and py33-foo. Please rebuild all ports that depend on devel/py-setuptools and use devel/py-setuptools{27,32,33} instead. XX represents python version (27, 32 or 33) in the following steps. pkgng users: # pkg set -o devel/py-setuptools:devel/py-setuptoolsXX portmaster users: # portmaster -o devel/py-setuptoolsXX devel/py-setuptools # portmaster -r py\*setuptools portupgrade users: # portupgrade -o devel/py-setuptoolsXX -f devel/py-setuptools # portupgrade -fr devel/py-setuptools 20140304: AFFECTS: users of security/kwallet AUTHOR: kde@FreeBSD.org KDE SC ports have been updated to 4.12.3. kwallet package has been renamed to match upstream naming. pkgng users need to update package origin manually: # pkg set -o security/kwallet:security/kwalletmanager 20140302: AFFECTS: users of sysutils/ansible AUTHOR: rm@FreeBSD.org This is an major update and changes were introduced in ansible 1.5, that are not backward compatible. Please refer changelog there before update: https://raw.github.com/ansible/ansible/v1.5.0/CHANGELOG.md 20140223: AFFECTS: users of net-mgmt/mk-livestatus AUTHOR: ohauer@FreeBSD.org livecheck was removed in 1.2.3.i5. It never was really stable, Nagios4 has something similar built in. Please remove the "livecheck=..." directive from etc/nagios/nagios.cfg. 20140222: AFFECTS: users of mail/courier-imap AUTHOR: oliver@FreeBSD.org When using SSL and updating from an older version, run mkdhparams(8) to create the new TLS_DHPARAMS file which is needed for Courier IMAP 4.15 and up. 20140222: AFFECTS: users of net-im/turpial AUTHOR: olivierd@FreeBSD.org Turpial has been updated to 3.0, due to changes in net-im/turpial port it will be necessary to remove it before updating. 20140220: AFFECTS: users of editors/vim AUTHOR: sunpoet@FreeBSD.org The editors/vim port has been reworked to simplify option handling. In UI option group, a new option (CONSOLE) was added for users who do not need GUI support. This option is off by default. You might encounter install or package failures with "old" option setting. Please run "make config" to modify your setting. 20140219: AFFECTS: users of textproc/docbook* AUTHOR: mat@FreeBSD.org The textproc/docbook-* ports have been consolidated into two ports textproc/docbook-sgml and textproc/docbook-xml. Before upgrading you should force the removal of the existing ports, they will conflict with the new ones. pkg users can run: pkg delete -f docbook-xml\* docbook-sk\* docbook\[2345\]\?\?-\* docbook-4\* the other users can run: pkg_delete -f docbook-xml\* docbook-sk\* docbook\[2345\]\?\?-\* docbook-4\* 20140218: AFFECTS: users of KDE SC 4 AUTHOR: kde@FreeBSD.org KDE SC ports have been updated to 4.12.2. kdeadmin, kdenetwork, kdesdk, and kdetoys ports have been split due to upstream changes. KDE Workspace port has been updated to 4.11.6. It requires modern Mesa libraries, provided by WITH_NEW_XORG knob. To update Xorg ports to newer version follow instructions at https://wiki.freebsd.org/Graphics 20140218: AFFECTS: users of misc/kdehier4 AUTHOR: kde@FreeBSD.org KDE4_PREFIX has been changed from /usr/local/kde4 to /usr/local. All ports that depends on kdehier4 must be reinstalled. PORTREVISION for affected ports has been increased, upgrading tools (portmaster, pkg) should handle this update without manual intervention. Please check /usr/local/kde4 for leftovers after upgrade. If you don't have locally modified files, e.g. under /usr/local/kde4/etc, you may safely remove /usr/local/kde4. 20140214: AFFECTS: users of lang/perl5.12 AUTHOR: mat@FreeBSD.org Perl 5.12 has been removed. The default Perl is lang/perl5.16. pkg(8) users: 1) Update the origin to point to 5.16: pkg set -o lang/perl5.12:lang/perl5.16 2) Upgrade perl and all dependencies: pkg install -Rf lang/perl5.16 Portupgrade users: 0) Fix pkgdb.db (for safety): pkgdb -Ff 1) Reinstall new version of Perl (5.16): portupgrade -o lang/perl5.16 -f lang/perl5.12 2) Reinstall everything that depends on Perl: portupgrade -fr lang/perl5.16 Portmaster users: portmaster -o lang/perl5.16 lang/perl5.12 Conservative: portmaster p5- Comprehensive (but perhaps overkill): portmaster -r perl- Note: If the "perl-" glob matches more than one port specify the name of the Perl directory in /var/db/pkg explicitly. Also, depending on when perl 5.12 was installed last, the prefix may be perl-, perl5- or perl5.12-. 20140211: AFFECTS: users of lang/php* database/postgresql* database/mysql* www/apache* AUTHOR: mat@FreeBSD.org The default versions of lang/php*, databases/postgresql*, databases/mysql* and www/apache* have been changed to support the new DEFAULT_VERSIONS variable. DEFAULT_APACHE_VER, DEFAULT_MYSQL_VER, DEFAULT_PGSQL_VER, DEFAULT_FPC_VER and DEFAULT_PHP_VER are now deprecated. You can use the new DEFAULT_VERSIONS variable like this: DEFAULT_VERSIONS=php=5.5 mysql=5.6 apache=2.4 20140208: AFFECTS: users of spamdyke AUTHOR: bdrewery@FreeBSD.org Spamdyke has been updated to 5.0.0. The behavior has changed from 4.x. Please see the upgrading notes at: http://www.spamdyke.org/documentation/UPGRADING_version_4_to_version_5.txt 20140208: AFFECTS: users of icu AUTHOR: bapt@FreeBSD.org icu has been updated to 52.1. Please rebuild all ports that depend on it if you have the glib20 port built with COLLATION_FIX option activated If you use portmaster: portmaster -w -r icu If you use portupgrade: portupgrade -fr devel/icu If you use pkgng with binary packages: pkg install -fR devel/icu 20140201: AFFECTS: users of net-mgmt/zabbix* AUTHOR: koobs@FreeBSD.org The login shell for the zabbix user in UIDs was changed from /usr/sbin/nologin to /bin/sh to fix the zabbix-agent UserParameter feature. To update the existing user on your system, run: # pw usermod zabbix -s /bin/sh 20140114: AFFECTS: users of www/mod_authnz_external AUTHOR: ohauer@FreeBSD.org www/mod_authnz_external was moved to www/mod_authnz_external22 Please do the following according to package manager used. # portmaster -o www/mod_authnz_external22 www/mod_authnz_external or # portupgrade -fo www/mod_authnz_external22 www/mod_authnz_external or # pkg set -o www/mod_authnz_external:www/mod_authnz_external22 20140113: AFFECTS: users of net/samba41 AUTHOR: timur@FreeBSD.org With the introduction of Samba 4.1 corresponding port lost SWAT support and made WINBIND support mandatory. As samba4 introduced additional 'samba' daemon to the tripplet of nmbd/smbd/winbindd to avoid confusion startup script for samba41 was renamed to 'samba_server'. To start the whole band up it's enough to add to the rc.conf: samba_server_enable="YES" Startup script tries it's best to guess which out of samba/nmbd/smbd/winbindd daemons have to be started, but you can fine tune this by specifying them in rc.conf, just make sure that samba_server_enable is enabled(see entry for 20121022). 20140112: AFFECTS: users of devel/libical AUTHOR: kwm@FreeBSD.org The libical port was updated to 1.0.0. Due to the shared library bump and the removal of the .la file, all ports that use libical need to be rebuilt. # portmaster -r libical or # portupgrade -fr libical or # pkg install -fR libical 20140111: AFFECTS: users of lang/go AUTHOR: jlaffaye@FreeBSD.org Third party Go packages installed via the ports tree are no longer installed in GOROOT (PREFIX/go) but in a specific path: PREFIX/share/go Affected ports had their PORTREVISION bumped. To reinstall these packages via the ports tree, it is needed to deinstall them first (the build will fail if the `go` command detects that they already exists in GOROOT). If you are using these third party Go packages for local Go development, you have to add this new path to your GOPATH environment variable. 20140107: AFFECTS: users of Qt 4 ports AUTHOR: makc@FreeBSD.org Qt 4 ports framework has been reworked, several ports have been renamed. To ease upgrading run the following set of commands: # pkg set -o devel/qt4-declarative:x11-toolkits/qt4-declarative # pkg set -o devel/qt4-qtestlib:devel/qt4-testlib # pkg set -o textproc/qt4-clucene:textproc/clucene-qt4 # pkg set -o www/qt4-webkit:www/webkit-qt4 # pkg set -o x11/qt4-opengl:graphics/qt4-opengl 20140102: AFFECTS: users of archivers/p7zip AUTHOR: rakuco@FreeBSD.org The MINIMAL and MODULES options have been removed from archivers/p7zip, which now unconditionally installs the 7z, 7za and 7zr, as if the MINIMAL option was previously unset. The RAR decompression codec, whose source code has a more restrictive license that forbids its use for creating RAR archives, has been moved to a separate port, archivers/p7zip-codec-rar. 20131230: AFFECTS: ports using Apache Software License 2.0 AUTHOR: ohauer@FreeBSD.org The acronym for Apache Software License 2.0 was renamed to APACHE20 20131226: AFFECTS: users of security/cyrus-sasl2 AUTHOR: ume@FreeBSD.org The SASL GSSAPI authentication plugin was removed from security/cyrus-sasl2 port and divided into new security/cyrus-sasl2-gssapi port. If you are using the SASL GSSAPI authentication, please install security/cyrus-sasl2-gssapi port, in addition to upgrading security/cyrus-sasl2 port. 20131218: AFFECTS: users of news/cnews AUTHOR: dinoex@FreeBSD.org The default path for overview files has changed. Rebuild your overview files after the update with: su - news /usr/local/libexec/cnews/nov/initov 20131217: AFFECTS: users of databases/ruby-bdb or ports-mgmt/portupgrade and databases/db5 or databases/db6 AUTHOR: mandree@FreeBSD.org databases/db5 and databases/db6 have recently been updated to fix bugs. This changed their patchlevel version. However, ruby-bdb used to break during the db[56] upgrade due to a bug described in . THEREFORE, YOU MUST MANUALLY UPGRADE databases/ruby-bdb INDIVIDUALLY TO 0.6.6_2 OR NEWER WHEN USING portupgrade AGAINST databases/db[56] PORTS. To achieve that, type: # portupgrade databases/ruby-bdb or # portmaster -x 'db*' databases/ruby-bdb before proceeding with other upgrades. Should you have corrupted the portupgrade databases, or if ruby-bdb refuses to work with the upgraded db* port with errors such as "DB needs compatible versions of libdb & db.h", then rebuild the ruby-bdb port manually, and fix the portupgrade databases: # make -C /usr/ports/databases/ruby-bdb all deinstall install clean # pkgdb -fu # portupgrade -f db5 db6 This should return portupgrade to normal operation. 20131216: AFFECTS: users of x11/xorg, graphics/libGL, graphics/dri, all xorg ports AUTHOR: zeising@FreeBSD.org The default xorg version has been switched on FreeBSD CURRENT. To upgrade graphics/libGL, graphics/dri and related MESA ports, it is necessary to first remove the old versions of those ports. No special upgrade procedure is needed for xorg port but it is necessary to recompile all xorg drivers (xf86-*) and other ports that depend on the xserver version, including emulators/virtualbox-ose-additions. Portrevisions have been bumped where needed, but users of drivers not in the ports tree will need to recompile those. If it is important to stay on the old versions, it is possible to specify WITHOUT_NEW_XORG= in /etc/make.conf to get the old xorg distribution. To update: # pkg_delete -f libGL-\* dri-\* or # pkg delete -f libGL dri followed by # portmaster graphics/dri graphics/libGL or # portupgrade graphics/dri graphics/libGL and then # portmaster -a or # portupgrade -a 20131216: AFFECTS: users of databases/db4* AUTHOR: mandree@FreeBSD.org Berkeley DB versions before and excluding 4.8 have been marked deprecated. New port installations should be based on Berkeley DB 5 or 6. Note that Oracle Berkeley DB 6 is under the more restrictive Affero GPL v3 license, be sure to review if using that fits your requirements. You can add WITH_BDB_VER=5 or WITH_BDB_VER=6 to /etc/make.conf to have all applications that get rebuilt use Oracle Berkeley DB 5 or 6, respectively. DO NOT FORCE DELETE older BerkeleyDB packages, that breaks the upgrade tools. Instead, first rebuild the ports that depend on it, then remove the old Berkeley DB versions. Berkeley DB ports should be able to build/install with an older and a newer version version both installed if WITH_BDB_VER is set. If a port then grabs the old Berkeley DB version, that is an issue with the port that requires Berkeley DB, and should be reported to the maintainer. If you are interested in upgrading now already, we have instructions at . 20131209: AFFECTS: users of dns/bind96, dns/bind98 and bind99 on FreeBSD 10.0 AUTHOR: erwin@FreeBSD.org Bind versions before 9.6.3.2.ESV.R10_2, 9.8.6_2, and 9.9.4_2 on FreeBSD 10.0 will replace named.conf on upgrade. Make sure to backup any local changes before upgrading to the _2 versions. 20131208: AFFECTS: users of java/subversion-java AUTHOR: ohauer@FreeBSD.org java/subversion-java was moved to java/java-subversion. Please do the following according to package manager used. # portmaster -o java/java-subversion java/subversion-java or # portupgrade -fo java/java-subversion java/subversion-java or # pkg set -o java/subversion-java:java/java-subversion 20131208: AFFECTS: users of x11-toolkits/vte AUTHOR: kwm@FreeBSD.org The gnome-pty-helper program has been split off from the vte package to allow both vte and vte3 to be installed at the same time. To update after this change please do the following: # pkg_delete -f vte\* or # pkg delete -fg vte\* followed by # portmaster x11-toolkits/vte or # portupgrade x11-toolkits/vte 20131207: AFFECTS: users of mail/opensmtpd AUTHOR: ashish@FreeBSD.org There has been changes to the OpenSMTPD configuration. Please refer to smtpd.conf(5), and use "smtpd -nf smtpd.conf" to validate. 20131203: AFFECTS: users of graphics/opencv, graphics/opencv-core AUTHOR: jhale@FreeBSD.org OpenCV has been updated to 2.4.7. Due to movement of files between the opencv port and the opencv-core port, it will be necessary to remove both packages before updating. # pkg_delete -f opencv\* or # pkg delete -fg opencv\* followed by # portmaster -a or # portupgrade -a 20131127: AFFECTS: users of devel/py-distribute (i.e you) AUTHOR: wg@FreeBSD.org devel/py-distribute was replaced with devel/py-setuptools. Please do the following according to package manager used. py-distribute port will be removed shortly. # portmaster -o devel/py-setuptools devel/py-distribute or # portupgrade -fo devel/py-setuptools devel/py-distribute or # pkg set -o devel/py-distribute:devel/py-setuptools # pkg install -f devel/py-setuptools 20131125: AFFECTS: users of www/mod_wsgi AUTHOR: ohauer@FreeBSD.org The port www/mod_wsgi moved to www/mod_wsgi2 to reflect the port version. # portmaster -o www/mod_wsgi2 www/mod_wsgi or # portupgrade -fo www/mod_wsgi2 www/mod_wsgi or # pkg set -o www/mod_wsgi:www/mod_wsgi2 20131120: AFFECTS: users of lang/perl5.12 lang/perl5.14 lang/perl5.16 and lang/perl5.18 AUTHOR: mat@FreeBSD.org The THREADS option has been enabled by default in all Perl. If you're using binary packages you need to do : # pkg install -Rf perl5 If you're not using binary packages, and want to switch from non threaded Perl to threaded Perl, you need to recompile and reinstall most ports depending on Perl. Supposing you have Perl 5.16, you would do: Portupgrade users: 0) Fix pkgdb.db (for safety): pkgdb -Ff 1) Change the option in lang/perl5.16: make -C /usr/ports/lang/perl5.16 config 2) Reinstall everything that depends on Perl: portupgrade -fr lang/perl5.16 Portmaster users: 1) Change the option in lang/perl5.16: make -C /usr/ports/lang/perl5.16 config 2) Reinstall everything that depends on Perl: portmaster -r perl5- Note: The installed Perl package was named perl and is now named perl5, if you have not updated your installation in a long time, you may need to use "perl-" here. 20131112: AFFECTS: users of dns/nsd AUTHOR: erwin@FreeBSD.org dns/nsd was updated to the new 4.0.0 major release. This version replaces the nsdc control program with nsd-control. This requires some manual setup with nsd-control-setup and editing of the config files. nsd-control is incompatible with nsdc so when that is used in scripts, these should be adapted. More information: http://www.nlnetlabs.nl/svn/nsd/tags/NSD_4_0_0_REL/doc/NSD-4-features NSD version 3 is still supported in dns/nsd3. To keep the old version: # portmaster -o dns/nsd3 dns/nsd or # portupgrade -fo dns/nsd3 dns/nsd or # pkg set -o dns/nsd:dns/nsd3 20131112: AFFECTS: users of dns/bind9* AUTHOR: erwin@FreeBSD.org All bind9 ports have been updated to support FreeBSD 10.x after BIND was removed from the base system. It is now self-contained in ${PREFIX}/etc/namedb, and chroot and symlinking options are no longer supported out of the box. For users of FreeBSD 9.x and earlier, the LINKS option is no longer enabled by default, but still supported. No other changes should affect those users, and updating without changing already set options will keep the system in the same state. 20131103: AFFECTS: users of security/libtasn1 and any port that depends on it AUTHOR: novel@FreeBSD.org libtasn1 has been updated to 3.3 and all shared libraries versions have been bumped. So you need to rebuild all applications that depend on libtasn1. # portmaster -r libtasn1 or # portupgrade -fr security/libtasn1 or # pkg install -fR security/libtasn1 20131031: AFFECTS: users of multimedia/rtmpdump AUTHOR: hrs@FreeBSD.org The library part of multimedia/rtmpdump is split into multimedia/librtmp. multimedia/rtmpdump now depends on the library port. A build error can occur if you built and installed old rtmpdump by using stock OpenSSL, and then install security/openssl and try to build multimedia/rtmpdump without deinstalling the installed one. Please make sure if the old rtmpdump is removed before building the new version. 20131028: AFFECTS: users of comms/dcf77pi AUTHOR: rene@FreeBSD.org As of version 1.0.5 the configuration file was renamed from hardware.txt to config.txt and the format has been made more flexible. If you have customized any parameters, be sure to copy them to config.txt after which hardware.txt can be removed. 20131028: AFFECTS: users of multimedia/ffmpeg1 and multimedia/ffmpeg-devel AUTHOR: wg@FreeBSD.org The port ffmpeg was updated, ffmpeg1 and ffmpeg-devel were removed in favor of ffmpeg. # portmaster -o multimedia/ffmpeg multimedia/ffmpeg1 or # portupgrade -fo multimedia/ffmpeg multimedia/ffmpeg1 or # pkg set -o multimedia/ffmpeg1:multimedia/ffmpeg and # portmaster -o multimedia/ffmpeg multimedia/ffmpeg-devel or # portupgrade -fo multimedia/ffmpeg multimedia/ffmpeg-devel or # pkg set -o multimedia/ffmpeg-devel:multimedia/ffmpeg 20131023: AFFECTS: users of lang/perl5.12 lang/perl5.14 AUTHOR: mat@FreeBSD.org The default Perl has been switched to lang/perl5.16. These examples are for switching from lang/perl5.14, if you are running another version, replace lang/perl5.14 with the origin of the Perl you have installed. Pkgng users: # pkg set -o lang/perl5.14:lang/perl5.16 # pkg install -Rf lang/perl5.16 Portupgrade users: 0) Fix pkgdb.db (for safety): pkgdb -Ff 1) Reinstall new version of Perl (5.16): portupgrade -o lang/perl5.16 -f lang/perl5.14 2) Reinstall everything that depends on Perl: portupgrade -fr lang/perl5.16 Portmaster users: portmaster -o lang/perl5.16 lang/perl5.14 Conservative: portmaster p5- Comprehensive (but perhaps overkill): portmaster -r perl- Note: If the "perl-" glob matches more than one port you will need to specify the name of the Perl directory in /var/db/pkg explicitly. 20131020: AFFECTS: users of mail/squirrelmail AUTHOR: adamw@adamw.org The default location for user data files and attachments has changed. This will only affect new installations, and upgrading SquirrelMail WILL NOT break your current installation. To make use of the new locations, do the following: # cp -rp /var/spool/squirrelmail/pref/* /usr/local/www/squirrelmail/data # cp -rp /var/spool/squirrelmail/attach/* /usr/local/www/squirrelmail/attach and then run /usr/local/www/squirrelmail/configure and tell SM about it ("Data Directory" and "Attachment Directory" under "General Options"). This version of SquirrelMail is a SNAPSHOT that brings in PHP 5.4 and 5.5 compatibility. 20131020: AFFECTS: users of security/gpgme AUTHOR: jhale@FreeBSD.org The library version of security/gpgme has changed, and PORTREVISION has been bumped in all dependent ports. If you have external software that depends on gpgme, this software needs to be recompiled. To recompile all software dependent on gpgme, run: # portmaster -r gpgme or # portupgrade -rf gpgme 20131008: AFFECTS: all users AUTHOR: bapt@FreeBSD.org A new USES has been added: compiler.mk, this uses allows porters to select a compiler for a given port based on the features the port needs By default this will always try to find Clang > 3.3. If the user prefers using GCC then the following macro should be added to user's make.conf: FAVORITE_COMPILER=gcc 20131004: AFFECTS: users of net-mgmt/nrpe2 AUTHOR: ohauer@FreeBSD.org The port nrpe2 was updated and moved to nrpe # portmaster -o net-mgmt/nrpe net-mgmt/nrpe2 or # portupgrade -fo net-mgmt/nrpe net-mgmt/nrpe2 or # pkg set -o net-mgmt/nrpe2:net-mgmt/nrpe 20131003: AFFECTS: users of lang/python* and ports AUTHOR: mva@FreeBSD.org The default versions of lang/python* have been changed to support the new DEFAULT_VERSIONS variable. PYTHON_DEFAULT_VERSION, PYTHON2_DEFAULT_VERSION and PYTHON3_DEFAULT_VERSION are deprecated. If you have set them in your make.conf, you should change them something like DEFAULT_VERSIONS=python=2.7 python2=2.7 python3=3.3 20130929: AFFECTS: users of x11/pixman AUTHOR: zeising@FreeBSD.org The library version of x11/pixman has changed, and PORTREVISION has been bumped in all dependent ports. If you have external software that depends on pixman, this software needs to be recompiled. To recompile all software dependent on pixman, run: # portmaster -r pixman or # portupgrade -rf pixman 20130929: AFFECTS: users of graphics/libGL, graphics/dri and other MESA ports AUTHOR: zeising@FreeBSD.org The graphics/libGL, graphics/dri and related MESA ports have been updated to 9.1 when compiled with WITH_NEW_XORG= set. It is necessary to remove the old versions of both ports before updating. # pkg_delete -f libGL-\* dri-\* or # pkg delete -f libGL dri followed by # portmaster -a 20130925: AFFECTS: Users of print/qpdf AUTHOR: d.y.kazarov@mail.ru Due to the changes in libqpdf.so, please deinstall qpdf first if you are updating from 4.0.0 to 4.0.1+ 20130920: AFFECTS: Users of ptlib, opal and/or ekiga AUTHOR: kwm@FreeBSD.org The ptlib26, opal3 and ekiga3 ports where updated to the latest version and moved to the location of the old ports. If the ekiga (2.0) port is installed the same line as for ekiga3 can be used except without the 3 at the end. # portmaster -o devel/ptlib devel/ptlib26 # portmaster -o net/opal net/opal3 # portmaster -o net/ekiga3 net-im/ekiga or # portupgrade -fo devel/ptlib devel/ptlib26 # portupgrade -fo net/opal net/opal3 # portupgrade -fo net/ekiga3 net-im/ekiga or # pkg set -o devel/ptlib26 devel/ptlib # pkg set -o net/opal3 net/opal # pkg set -o net/ekiga3 net-im/ekiga 20130920: AFFECTS: Users of ports AUTHOR: bapt@FreeBSD.org New way to override the default version of a language in the ports tree. The make variable, DEFAULT_VERSIONS, allows users to override the default version defined by the ports tree. For example, to declare specific versions for Perl, Ruby and Tcl/Tk, it would be defined as: DEFAULT_VERSIONS= perl5=5.18 ruby=2.0 tcltk=8.6 Today, this only is supported by Perl, Ruby, and Tcl/Tk. 20130920: AFFECTS: Users of ports AUTHOR: bdrewery@FreeBSD.org Optional Stack Protector [1] support has been added with the WITH_SSP_PORTS knob. WITH_SSP_PORTS= yes This currently is only supported on FreeBSD 10 amd64/i386 and earlier releases on amd64. The default SSP_CLFAGS is -fstack-protector, but -fstack-protector-all may optionally be set instead. To enable support, add WITH_SSP_PORTS=yes to your make.conf and rebuild all ports. # portmaster -af or # portupgrade -af [1] https://en.wikipedia.org/wiki/Buffer_overflow_protection 20130904: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv AUTHOR: madpilot@FreeBSD.org 10-CURRENT after r254273 (committed on August 13, 2013) has an implementation of iconv enabled by default in libc. NOTE: after r341775 (committed on January 29, 2014) and other following commits, a few ports, including devel/glib20, depend on the converters/libiconv again due to missing functionality in the base iconv implementation. Due to this change some major overhauling of the ports tree has been necessary to move the ports to using that implementation. People using pkgng binary packages should have little problems, "pkg upgrade" will update all software to not depend on libiconv anymore, once updated packages are available. Please make sure to perform a "pkg autoremove" after that and check that libiconv is correctly removed by it. If you are using ports the update requires some manual intervention. The following procedure should be followed: # pkg query %ro libiconv >ports_to_update # pkg delete -f libiconv # cat ports_to_update | xargs portmaster or: # pkg query %ro libiconv >ports_to_update # pkg delete -f libiconv # cat ports_to_update | xargs portupgrade -f 20130831: AFFECTS: users of graphics/gdal AUTHOR: sunpoet@FreeBSD.org Due to changes in header files, please deinstall gdal first while updating from 1.9.x to 1.10.x. 20130830: AFFECTS: users of mail/meta1 AUTHOR: dinoex@FreeBSD.org The on disk format has changed. Please make sure that queue is empty before you update. 20130817: AFFECTS: users of lang/python* AUTHOR: mva@FreeBSD.org The lang/python* ports do not install links to 2to3, idle, pydoc, python and other binaries anymore. Those were moved into the lang/python2 and lang/python3 ports respectively. This change brings us closer to the goal of making Python ports usable with different Python versions at the same time. If you have lang/python2* or lang/python3* installed, please also install the associated lang/python2 or lang/python3 port. 1. update lang/python2* and/or lang/python3* 2. install lang/python2 and/or lang/python3 3. install/update lang/python 20130816: AFFECTS: users of graphics/opendx and math/octave-forge-octcdf AUTHOR: stephen@FreeBSD.org These two ports have changed the science/netcdf dependency to science/netcdf4. It is recommended that the science/netcdf package be deinstalled before rebuilding these ports, otherwise you are likely to face port conflicts when building future ports. 20130806: AFFECTS: users of devel/eric4 AUTHOR: bsam@FreeBSD.org Since PKGVERSION=4.5.13_1 the default file destination has changed from ${PYTHON_SITELIBDIR}/eric4 to ${DATADIR}. 20130731: AFFECTS: users of glib20 AUTHOR: kwm@FreeBSD.org The devel/gio-fam-backend port was removed in the glib 2.36 update. Since the gio-fam-backend port was used in USE_GNOME=glib20, all dependencies need to be rebuilt. The removal of gio-fam-backend isn't critical, glib20 using programs should work just fine if the port is still installed. It is not clear however, if glib20 will use the new kqueue backend or the old fam backend. Note that users of pkg packages can just run the pkg delete command after their next update. # portmaster -r gio-fam-backend # pkg_delete gio-fam-backend-\* (for pkgng: pkg delete gio-fam-backend) # portmaster -a or # portupgrade -rf gio-fam-backend # pkg_delete gio-fam-backend-\* (for pkgng: pkg delete gio-fam-backend) # portupgrade -a 20130726: AFFECTS: users of Qt 3 and KDE 3 AUTHOR: rene@FreeBSD.org All ports based on Qt 3 (including KDE 3 but also ports which used Qt 3 as a graphical toolkit) expired on 20130701 because Qt 3 and KDE 3 were no longer maintained upstream. These ports have been removed today. Users of KDE 3 are advised to switch to another desktop environment provided in the Ports Collection, e.g. KDE 4 or Xfce. Users of Qt 3 are advised to upgrade to the Qt 4 counterpart(s). 20130725: AFFECTS: users of net/openafs AUTHOR: bjk@FreeBSD.org The OpenAFS 1.6.5 release is a security release which requires substantial configuration changes to the AFS servers in addition to the software update, in order to be fully protected. The entry for OPENAFS-SA-2013-003 on http://www.openafs.org/security/ has links to the upgrade documentation. The procedure involves rekeying the cell to a non-DES krb5 key, stored in a krb5 keytab named rxkad.keytab in PREFIX/etc/openafs/server/. 20130720: AFFECTS: users of japanese/mozc-server and japanese/mozc-el AUTHOR: hrs@FreeBSD.org The bin/mozc_emacs_helper program is now built and installed by japanese/mozc-server because the build processes are heavily overlapped with each other and the helper program does not depend on most of what mozc-server does actually. To upgrade them, please remove mozc-el first to prevent a conflict with the installed bin/mozc_emacs_helper. 20130719: AFFECTS: users of sysutils/bacula-server, sysutils/bacula-client, sysutils/bacula-bat AUTHOR: dvl@FreeBSD.org The configuration files for bacula have been moved to PREFIX/etc/bacula. Move your existing configuration files to this directory after upgrading. 20130718: AFFECTS: users of security/logcheck AUTHOR: glarkin@FreeBSD.org The logcheck port now provides a configuration option controlling installation of the crontab file. When installing the port interactively, the port option is enabled by default to mimic previous behavior. When the port is installed non-interactively (BATCH=yes) the crontab file *will not* be installed automatically. If the EXAMPLES port option is enabled, the crontab file can be installed manually at a later time from EXAMPLESDIR/crontab.in. 20130718: AFFECTS: users of www/zend-framework AUTHOR: wg@FreeBSD.org zend-framework has been updated to 2.2.1 and old 1.12.0 has been copied to www/zend-framework1. If you wish to stay with the older version run: # portmaster -o www/zend-framework1 www/zend-framework or # portupgrade -fo www/zend-framework1 www/zend-framework or # pkg set -o www/zend-framework:www/zend-framework1 20130714: AFFECTS: users of net/avahi-gtk AUTHOR: kwm@FreeBSD.org Avahi was updated to 0.6.31, due to changes in the avahi-gtk port it will be necessary to remove the avahi-gtk port before updating. Users of pkg packages can skip this step. # pkg_delete -f avahi-gtk\* or # pkg delete -f avahi-gtk followed by # portmaster net/avahi-gtk or # portupgrade net/avahi-gtk 20130711: AFFECTS: users of dns/py-ldns AUTHOR: mat@FreeBSD.org The dns/py-ldns port now only installs the Python bits, and depends on dns/ldns. Because of that, you cannot just do a regular upgrade, it would install dns/ldns overwriting existing files and removing them when removing the old version of dns/py-ldns. # pkg_delete -f py-ldns-\* # cd /usr/ports/dns/py-ldns && make clean && make install clean or # pkg delete -fg py-ldns-\* # pkg install -f dns/py-ldns 20130707: AFFECTS: users of www/ajaxplorer AUTHOR: madpilot@FreeBSD.org Ajaxplorer was updated to 5.0.1. This is a major update and some manual intervention may be needed. Before upgrading you should preserve the following files in WWWDIR (defaults to PREFIX/www/ajaxplorer) if you have customized them: conf/bootstrap_conf.php conf/bootstrap_context.php conf/bootstrap_plugins.php conf/bootstrap_repositories.php and put them back after the upgrade. If you are using a database backend you will need to manually update your database table using the sql script the port will install at WWWDIR/conf/conf/4.2.3-5.0.0-db-upgrade.sql Don't forget to check the documentation about upgrading from version 4.x at: http://ajaxplorer.info/ajaxplorer-5-0-0:/#Upgrade_from_4X_to_500 20130706: AFFECTS: users of devel/apr1 AUTHOR: ohauer@FreeBSD.org APR was updated to 1.4.8 and APR-util was updated to 1.5.2. Please rebuild all ports which are using functions from APR/APR-util such as Apache, Subversion, etc. # portmaster -r apr or # portupgrade -r devel/apr1 or # pkg install -fR devel/apr1 20130705: AFFECTS: users of x11/kdelibs4 AUTHOR: kde@FreeBSD.org The KDE Software Compilation 4.10.4 was committed a few days ago, and version 4.10.5 was committed today. They include better support for using clang as the compiler, but that requires recompiling all KDE ports which depend on x11/kdelibs4. Most ports which fall into this category are already part of the KDE Software Compilation and have been updated to version 4.10.5, but those released separately need to be rebuilt manually. If you are building your KDE ports with clang, doing the following is recommended: # portmaster -r kdelibs-4\* or # portupgrade -fr x11/kdelibs4 or # pkg install -fR x11/kdelibs4 Alternatively, to avoid rebuilding the ports which are part of the 4.10.5 update: # portmaster -x \*-4.10.5\* -r kdelibs-4\* or # portupgrade -x \*-4.10.5\* -fr x11/kdelibs4 20130703: AFFECTS: users of comms/trustedqsl and comms/tqsllib AUTHOR: db@FreeBSD.org Upstream have removed the need for a separate port for the library formerly found in comms/tqsllib. Please remove tqsllib before installing trustedqsl 20130627: AFFECTS: users of ports-mgmt/portmaster AUTHOR: bdrewery@FreeBSD.org Since June 22nd, portmaster no longer relies on 'WITH_PKGNG' to be defined, or ports to be checked out to enable pkgng support. It now considers whether or not pkg is installed and registered with itself. I.e., if this returns data, pkgng is considered in use: # pkg info pkg It's possible that you may have tested pkgng in the past, ran pkg2ng, and never fully committed to it by setting WITH_PKGNG. If this is the case, uninstall pkg with pkg_info/pkg_delete and also remove the stale database, rm /var/db/pkg/local.sqlite. This could manifest itself as portmaster -L showing the wrong versions, or portmaster no longer detecting installed packages correctly. Note that PORTS still require WITH_PKGNG=yes in make.conf if you are not running CURRENT. 20130627: AFFECTS: users of net/samba36 AUTHOR: timur@FreeBSD.org Samba has updated format of it's printing tdbs (ntprinting.tdb, ntforms.tdb, ntdrivers.tdb) to include character encoding. When updating from Samba 3.5 or earlier to Samba 3.6 or 4.0 these tdbs need to be migrated to new registry based printing management. This implies also character conversion. You have to specify the correct code page for the conversion, see iconv -l. The mostly used one is Windows Latin1 which is CP1252. You can correctly view the tdb with: # net printing dump encoding=CP1252 /path/to/ntprinters.tdb or migrate it with e.g.: # net printing migrate encoding=CP1252 /path/to/ntprinters.tdb If you migrate printers it is suggest to do it in the following order: ntforms.tdb ntdrivers.tdb ntprinting.tdb Don't forget to rename, move or delete these files in /var/db/samba after the migration. 20130623: AFFECTS: users of net-im/mikutter003 AUTHOR: tota@FreeBSD.org net-im/mikutter003 has been removed from the ports tree because the Twitter API version 1.0 was deprecated on 2013-05-07 and mikutter003, which uses the API 1.0, won't work. Please consider using net-im/mikutter instead of this. 1. deinstall mikutter003 2. upgrade Ruby to 1.9( or later) (see the entry 20130527) 3. install net-im/mikutter 20130623: AFFECTS: users of www/magento AUTHOR: melvyn@magemana.nl Magento has been updated to 1.7.0.2 on 2013-06-03. With it a stricter file system policy is enforced on the port. If you (or your customer) rely heavily on Magento Connect via the backend to install extensions, your quickfix is: # chown -R www: ${PREFIX}/www/magento # chmod -R u+w ${PREFIX}/www/magento The more conservative approach: # chown -R www: ${PREFIX}/www/magento/app/code/{local,community} \ ${PREFIX}/www/magento/app/{design,locale} \ ${PREFIX}/www/magento/{downloader,skin} # chmod -R u+w ${PREFIX}/www/magento/app/code/{local,community} \ ${PREFIX}/www/magento/app/{design,locale} \ ${PREFIX}/www/magento/{downloader,skin} The conservative approach will alert you to extensions that try to write in Magento core, while allowing clean extensions to install properly (corner cases may exist). 20130619: AFFECTS: users of devel/subversion AUTHOR: ohauer@FreeBSD.org devel/subversion has been upgraded from 1.7.10 to 1.8.0 If you want to upgrade, and use http/https access to repositories, please check, that the SERF option is enabled, as NEON support is gone. Also, mod_dontdothat and svnauthz_validate are now enabled with one option TOOLS, among other new tools and SVNMUCC is enabled always. subversion-1.7.x is available as devel/subversion17 To stay on subversion-1.7.x set in /etc/make.conf WITH_SUBVERSION_VER=17 and use the following command # pkg set -o devel/subversion:devel/subversion17 or # portmaster -o devel/subversion17 devel/subversion 20130614: AFFECTS: users who set port options in make.conf AUTHOR: tijl@FreeBSD.org Configuring options in make.conf using variables like OPTIONS_SET and OPTIONS_UNSET now also suppresses the option dialog for those options. This means that when building a port the option dialog will only appear if there are truly new options that have not been configured before using either the dialog or make.conf. This allows you to set options like DOCS, NLS, X11, etc. once for all ports and not have option dialogs pop up if those are the only options. For a list of variables you can set in make.conf to control options see Mk/bsd.options.mk. 20130612: AFFECTS: users of lang/perl* and any port that depends on it AUTHOR: az@FreeBSD.org lang/perl5.12 has been upgraded from version 5.12.4 to 5.12.5 lang/perl5.14 has been upgraded from version 5.14.2 to 5.14.4 lang/perl5.16 has been upgraded from version 5.16.2 to 5.16.3 The directory structure where Perl is installed has also been modified: "major.minor" is now used instead of "major.minor.patchlevel". The "perl-after-upgrade" script has been removed. Please rebuild all Perl ports and all ports that depend on it: # portmaster -r perl or # portupgrade -rf perl or # pkg install -fR perl 20130609: AFFECTS: users of audio/flac and any port that depends on it AUTHOR: naddy@FreeBSD.org FLAC has been updated to 1.3.0 and the shared library versions have been bumped. Please rebuild all ports that depend on it: # portmaster -r flac or # portupgrade -fr audio/flac or # pkg install -fR audio/flac 20130607: AFFECTS: Nobody AUTHOR: wxs@FreeBSD.org FreeBSD 8.4 released. 20130604: AFFECTS: users of lang/ghc and */hs-* AUTHOR: haskell@FreeBSD.org The Glorious Glasgow Haskell Compiler has been updated to version 7.6.3 and Haskell Platform to 2013.2.0.0. Hence it is recommended to rebuild or reinstall all the dependent ports by one of the following commands: # portmaster -w -r ghc or # portupgrade -fr lang/ghc or # pkg install -fR lang/ghc Note that prefixes used for hs- ports (Cabal packages) have been changed to PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION to enable more seamless upgrades in the future. 20130603: AFFECTS: users of dns/opendnssec AUTHOR: wg@FreeBSD.org Some database changes have been made between version 1.3 and 1.4, upgrading needs to be done manually by running the following scripts: For MySQL users: PREFIX/share/opendnssec/migrate_adapters_1.mysql For SQLite users: PREFIX/share/opendnssec/migrate_adapters_1.sqlite3 For the full migration explanation see: PREFIX/share/doc/opendnssec/MIGRATION opendnssec 1.3 version was preserved as dns/opendnssec13 port. 20130601: AFFECTS: users of textproc/ack AUTHOR: rakuco@FreeBSD.org ack has been updated to version 2.04. It is slightly incompatible with some options present in ack1. For more information, see http://beyondgrep.com/ack-2.0. 20130530: AFFECTS: users of irc/inspircd AUTHOR: swills@FreeBSD.org The irc/inspircd port has been updated to 2.0.12. Some of the config option names in the rc script have been changed. Check the script for more detail. 20130527: AFFECTS: users of lang/ruby18 AUTHOR: swills@FreeBSD.org The default ruby version has been updated from 1.8 to 1.9. First, stop any software that uses ruby. Then, you'll need to rebuild all ports that depend on ruby: If you use portmaster: # portmaster -o lang/ruby19 lang/ruby18 # portmaster -R -r ruby-1.9 If you use portupgrade: # portupgrade -f lang/ruby18 # portupgrade -f lang/ruby19 # if you have it installed # portupgrade -f ports-mgmt/portupgrade # portupgrade -x ruby-1.8.\* -fr lang/ruby18 After these steps are complete, you can pkg_delete ruby 1.8 if you no longer need it. If you use pkgng: # pkg set -o lang/ruby18:lang/ruby19 # pkg install -fR lang/ruby19 If you wish to keep the 1.8 version as default, add the following lines to your /etc/make.conf file: # # Keep ruby 1.8 as default version. # RUBY_DEFAULT_VER=1.8 20130525: AFFECTS: users of sysutils/rsyslog5* AUTHOR: brd@FreeBSD.org Rsyslog 5.x has reached end of life status and has therefore been removed. While sysutils/rsyslog6* exists, please consider migrating to sysutils/rsyslog7 as that is the currently supported release. 20130525: AFFECTS: users of mail/postgrey AUTHOR: Darren Pilgrim The RC script for postgrey has been modified. If you use the default value for postgrey_flags this does not affect you. If you have postgrey listening on a Unix socket or set any optional values, please read the comments in the RC scripts and check your settings in rc.conf prior to restarting postgrey. 20130525: AFFECTS: users of x11/xorg and all xorg ports AUTHOR: zeising@FreeBSD.org X.Org, including libraries and some drivers, was updated. If you are running the default X.Org distribution, no special upgrade procedure should be necessary. If you are running with WITH_NEW_XORG= make sure to update and rebuild all installed drivers since xorg-server has been updated. 20130520: AFFECTS: users of textproc/elasticsearch AUTHOR: tj@FreeBSD.org This is the first stable release based on Lucene 4. We recommend testing the upgrade before doing it in production. Upgrading from 0.20 requires a full cluster restart. In order to be able to downgrade, stop indexing new data, issue a flush request, do the upgrade and only enable indexing of new data once you are certain that you no longer need to downgrade. Once new data has been indexed, downgrading is no longer possible. To be extra safe, back up your data before upgrading. 20130519: AFFECTS: users of net/activemq AUTHOR: tj@FreeBSD.org The JVM used by activemq has changed to OpenJDK 7. You will need to make sure javavmwrapper is configured to use the installed java/openjdk7 JVM. 20130512: AFFECTS: users of devel/hs-git-annex AUTHOR: haskell@FreeBSD.org On FreeBSD, git-annex incorrectly calculated SHA256 hashes for files added to the annex repository due to the BSD-style output of /sbin/sha256. The result of this is silent data corruption. This problem has been fixed, but every file stored in an annex repository will fail a `git-annex fsck` after the upgrade. Thus, before updating, it is wise to issue the command below and restore the files. $ git-annex uninit Corruptions can then be found by finding all files with the same hash. Note that only files that were mishashed to the same location are a problem. 20130511: AFFECTS: users of TeX AUTHOR: hrs@FreeBSD.org One can now choose TeXLive or teTeX by using TEX_DEFAULT. Specifying TEX_DEFAULT=texlive, almost all of ports which use TeX will install and depend on TeXLive-based ones. Note that the default value is still "tetex" and the two cannot coexist. You need to remove all of the TeX-related packages based on teTeX to try TeXLive. 20130507: AFFECTS: users of comms/usbmuxd or comms/libimobiledevice AUTHOR: avilla@FreeBSD.org libusbmuxd and libimobiledevice versions have changed. Please, rebuild all the ports that depend on them: # portmaster -r usbmuxd or # portupgrade -fr comms/usbmuxd or # pkg install -fR comms/usbmuxd 20130507: AFFECTS: users of devel/libplist AUTHOR: avilla@FreeBSD.org libplist Python bindings were split from the main port. To get them you need to install devel/py-libplist. 20130506: AFFECTS: users of TeX AUTHOR: hrs@FreeBSD.org TeXLive ports have been imported. Although most of ports still depend on teTeX at this moment, they will be converted to use TeXLive. The directory layout of them is as follows. Please use print/texlive-full if you are not familiar with how each component works. Finer-grained ports will be added (specifically, meta ports for smaller installation and so on). Note that the full installation needs around 3GB of disk space. teTeX-based ports and TeXLive are mutually exclusive. This means TeXLive ports cannot be installed when teTeX is already installed. You need to remove all of the TeX-related packages based on teTeX to try TeXLive. Migration procedure will be announced when conversion of the port dependency is completed. * Meta port - print/texlive-full: meta port to install all of the TeXLive components * Libraries - devel/tex-kpathsea: kpathsea library - devel/tex-web2c: WEB2C toolchain and TeX engines - print/tex-ptexenc: character code conversion library for pTeX * Base part of the TeXLive - print/texlive-base: binary programs in TeXLive - print/texlive-texmf: macro and font data in TeXLive - print/texlive-infra: tlmgr dependency (Perl modules) - print/tex-formats: * TeX Formats - print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX, EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis - print/tex-aleph: Aleph/Lambda - print/tex-xetex: XeTeX - print/tex-luatex: LuaTeX - print/tex-jadetex: JadeTeX - print/tex-xmltex: XMLTeX - japanese/tex-ptex: pTeX * DVI ware - print/tex-xdvik: XDvi 20130503: AFFECTS: users of security/libgcrypt and any port that depends on it AUTHOR: ehaupt@FreeBSD.org The libgcrypt port has been updated to 1.5.2 and all shared libraries versions have been bumped. So you need to rebuild all applications that depend on libgcrypt. Do something like: # portmaster -r libgcrypt or # portupgrade -rf libgcrypt Alternatively, you may install sysutils/bsdadminscripts, run pkg_libchk and rebuild all detected ports: # pkg_libchk | tee /tmp/rebuild # awk -F':' '/libgcrypt.so/ {print $1}' /tmp/rebuild | sort | uniq \ | xargs portmaster -D 20130502: AFFECTS: users of ports-mgmt/pkg, ports-mgmt/poudriere, ports-mgmt/tinderbox AUTHOR: bdrewery@FreeBSD.org This only affects people who are _building_ binary packages for pkgng. If you are building from ports please ignore this. This step is optional. It is recommended to rebuild all packages and then have your users run 'pkg check -Ba' and 'pkg upgrade' on their servers once. This will allow the new shlib tracking to reinstall packages that have changed shlib requirements. 20130427: AFFECTS: users of print/a2ps-{a4,letter}, print/c2ps-{a4,letter}, print/lprps-{a4,letter}, or graphics/jpeg2ps-{a4,letter} AUTHOR: hrs@FreeBSD.org The affected ports have been converted to use libpaper for the default paper size as print/psutils did. For more detail, see 20130424 below. 20130424: AFFECTS: users of print/psutils-a4 or print/psutils-letter AUTHOR: hrs@FreeBSD.org print/psutils-a4 and print/psutils-letter have been merged into a single port print/psutils. The default paper size in psnup(1), psresize(1), and pstops(1) is now selected via an environment variable and/or a configuration file of libpaper(3). For more detail, see papersize(5) and paperconfig(8) manual page. If you prefer A4 or letter size by default as the old version did, please install print/papersize-default-a4 or print/papersize-default-letter, which installs a papersize configuration file without manual configuration. 20130423: AFFECTS: users of mail/postfix AUTHOR: sahil@FreeBSD.org This is a significant update; so, please carefully review the RELEASE_NOTES to identify which incompatible changes impact your environment. 20130408: AFFECTS: users of astro/libkgeomap, graphics/digikam-kde4, graphics/kipi-plugins-kde4 AUTHOR: makc@FreeBSD.org Digikam ports have been updated and split. Previous versions have to be deinstalled before upgrade: # pkg_delete -f digikam-2\* kipi-plugins-2\* libkgeomap-2\* or # pkg delete -fg digikam-2\* kipi-plugins-2\* libkgeomap-2\* 20130403: AFFECTS: users of mail/thunderbird-esr* AUTHOR: flo@FreeBSD.org Mozilla stopped providing 2 versions of thunderbird. The only one lives in mail/thunderbird if you are using thunderbird-esr please switch to thunderbird by running on of the following commands. # portupgrade -o mail/thunderbird mail/thunderbird-esr # portupgrade -o mail/thunderbird-i18n \ mail/thunderbird-esr-i18n (if installed) or # portmaster -o mail/thunderbird mail/thunderbird-esr # portmaster -o mail/thunderbird-i18n \ mail/thunderbird-esr-i18n (if installed) 20130331: AFFECTS: users of */hs-* AUTHOR: haskell@FreeBSD.org Due to some unexpected dynamic linking problems, Haskell Cabal ports with binaries that link to their own libraries may not work. With default configuration, the following ports are known to have this problem: Agda, BNFC, pandoc, and uuagc. (Their port revision are now bumped.) In general, it is recommended to rebuild the port if you are experiencing that the corresponding binary will not start, e.g.: % agda Shared object "libHSAgda-2.3.2-ghc7.4.2.so" not found, required by "agda" 20130329: AFFECTS: users of ports-mgmt/portmaster AUTHOR: bdrewery@FreeBSD.org Portmaster 3.15 should be skipped if you are not using pkgng and are on 9.1, 8-STABLE, 9-STABLE, or CURRENT. It may require manual upgrading to 3.16: # make -C /usr/ports/ports-mgmt/portmaster build deinstall install clean 20130329: AFFECTS: users of net/kio-upnp-ms AUTHOR: avilla@FreeBSD.org A wrong setting in x11/kdelibs4 was causing some unlisted files to be installed. Remember to delete them after updating x11/kdelibs4 to 4.10.1_1: # rm /usr/local/kde4/bin/upnpmstest # rm /usr/local/kde4/bin/stattest # rm /usr/local/kde4/bin/recursive_upnp 20130327: AFFECTS: users of mail/opensmtpd AUTHOR: ashish@FreeBSD.org Privilege separation is enabled in OpenSMTPD port from 5.3,1. Users upgrading from version 201303011853 or earlier are required to follow the instructions in pkg-message to fix the filesystem permissions on OpenSMTPD spool directories. 20130327: AFFECTS: users of KDE SC 4 AUTHOR: kde@FreeBSD.org KDE SC ports have been updated to 4.10.1. kdelibs4 does no longer directly use aspell or hspell, to regain their functionality enable corresponding option in textproc/enchant. A number of ports have been split and must be deinstalled before upgrading: # pkg_delete -f kdegames-4\* kde-workspace-4\* kde-wallpapers-4\* or # pkg delete -fg kdegames-4\* kde-workspace-4\* kde-wallpapers-4\* 20130326: AFFECTS: users of deskutils/strigi AUTHOR: makc@FreeBSD.org Strigi port has been split on libraries, client, daemon, and utilities. Manual update is required: # cd /usr/ports/deskutils/strigi && make deinstall && \ make clean && make install clean or # pkg delete -f strigi && pkg upgrade && pkg install deskutils/strigi 20130323: AFFECTS: users of archivers/libarchive AUTHOR: glewis@FreeBSD.org The archivers/libarchive port has been updated to 3.1.2. The shared library version has changed from 12 to 14. Please rebuild all ports that depend on it: # portmaster -r libarchive or # portupgrade -fr archivers/libarchive or # pkg install -fR archivers/libarchive 20130319: AFFECTS: users of ports AUTHOR: bdrewery@FreeBSD.org Ports now use ports-mgmt/dialog4ports to render and interact with the options dialog in 'make config'. This will be automatically built and installed on the first use. dialog4ports provides a new UI able to represent all the features provided by the new options framework. 20130319: AFFECTS: users of net/freerdp AUTHOR: fluffy@FreeBSD.org The net/freerdp package was changed API and require to deinstall previous version first to avoid build conflicts. 20130317: AFFECTS: users of graphics/poppler AUTHOR: gnome@FreeBSD.org The graphics/poppler has been updated to 0.22.2. The shared library version has changed from 18 to 34. Please rebuild all ports that depends on it: # portmaster -r poppler-0 or # portupgrade -fr graphics/poppler or # pkg install -fR graphics/poppler 20130317: AFFECTS: users of devel/protobuf AUTHOR: vanilla@FreeBSD.org The devel/protobuf has been updated to 2.5.0. The shared library version has changed from 7 to 8. Please rebuild all ports that depends on it: # portmaster -r protobuf or # portupgrade -fr devel/protobuf or # pkg install -fR devel/protobuf 20130316: AFFECTS: users of converters/libiconv and devel/gettext AUTHOR: bapt@FreeBSD.org libiconv now handles the lib/charset.alias file instead of devel/gettext. If you are using pkgng 'and' upgrading from source with portupgrade or portmaster, first delete gettext, upgrade libiconv, then reinstall gettext. This will break sudo, so you *must* do this in a root shell (sudo -i) if you use sudo. # pkg delete -f devel/gettext # portmaster converters/libiconv devel/gettext or # pkg delete -f devel/gettext # portupgrade converters/libiconv devel/gettext 20130308: AFFECTS: users of net-im/folks and devel/libgee AUTHOR: kwm@FreeBSD.org folks and libgee have been repocopied net-im/folks04 and devel/libgee06 respectively. Please do the following according to package manager used. # portmaster -o devel/libgee06 devel/libgee # portmaster -o net-im/folks04 net-im/folks or # portupgrade -fo devel/libgee06 devel/libgee # portupgrade -fo net-im/folks04 net-im/folks or # pkg set -o devel/libgee:devel/libgee06 # pkg set -o net-im/folks:net-im/folks04 20130307: AFFECTS: users of textproc/elasticsearch AUTHOR: tj@FreeBSD.org textproc/elasticsearch has been updated to 0.20.5. This update also changes the required JDK to OpenJDK 7 as there are known issues when running on a Java 1.6 JDK. 20130307: AFFECTS: users of audio/liblastfm AUTHOR: nivit@FreeBSD.org The audio/liblastfm has been updated to 1.0.6. The shared library version has changed from 0 to 1. Please rebuild all ports that depends on it: If you use portmaster: portmaster -r liblastfm If you use portupgrade: portupgrade -fr audio/liblastfm If you use pkgng with binary packages: pkg install -fR audio/liblastfm 20130305: AFFECTS: users of devel/py-setuptools (i.e you) AUTHOR: rm@FreeBSD.org devel/py-setuptools was replaced with devel/py-distribute. Please do the following according to package manager used. py-setuptools port will be removed shortly. # portmaster -o devel/py-distribute devel/py-setuptools or # portupgrade -fo devel/py-distribute devel/py-setuptools or # pkg set -o devel/py-setuptools:devel/py-distribute # pkg install -f devel/py-distribute 20130226: AFFECTS: users of textproc/apache-solr AUTHOR: vanilla@FreeBSD.org textproc/apache-solr has been repocopied to textproc/apache-solr3. If you need to continue with the old stable version please run # portmaster -o textproc/apache-solr3 textproc/apache-solr or # portupgrade -fo textproc/apache-solr3 textproc/apache-solr or # pkg set -o textproc/apache-solr:textproc/apache-solr3 20130218: AFFECTS: users of net/samba4-devel AUTHOR: timur@FreeBSD.org The port was renamed into net/samba4 and is going to replace older development version of Samba4. You can upgrade it with: # portmaster -o net/samba4 net/samba4-devel In case you want to upgrade from net/samba36 make sure, that you've made backup of /usr/local/etc/smb.conf and the content of /var/db/samba/ directory. There is no direct upgrade path from Samba3 to Samba4, but you can always try: # portmaster -o net/samba4 net/samba36 Make sure you've read instructions from the supplied README.FreeBSD file and read all the relevant pages on http://wiki.samba.org/ We still miss necessary support for Samba4 from base ntpd and bind9, port versions are also are not ready yet, but been worked on. Please note, that Samba4 is still in it's early days, so there are bugs both from my side and it's own, so be careful with placing it into production. 20130206: AFFECTS: users of sysutils/boxbackup AUTHOR: bdrewery@FreeBSD.org The default location of the configuration files changed from /usr/local/etc/box to /usr/local/etc/boxbackup. Move your configuration after upgrading: mv /usr/local/etc/box /usr/local/etc/boxbackup 20130206: AFFECTS: users of x11/wbar AUTHOR: nivit@FreeBSD.org wbar has been updated to 2.3.4. The new version uses a different icon for the dock background, so you have to replace the old one in your config file ~/.wbar Replace i: /usr/local/share/pixmaps/wbar/osxbarback.png with i: /usr/local/share/pixmaps/wbar/dock.png 20130206: AFFECTS: users of security/libtasn1 and any port that depends on it AUTHOR: novel@FreeBSD.org libtasn1 has been updated to 2.14 and all shared libraries versions have been bumped. So you need to rebuild all applications that depend on libtasn1. If you use portmaster: portmaster -r libtasn1 If you use portupgrade: portupgrade -fr security/libtasn1 If you use pkgng with binary packages: pkg install -fR security/libtasn1 20130206: AFFECTS: users of Tcl/Tk AUTHOR: gahr@FreeBSD.org The following ports have been removed, as threads and modules are now included in the main ports: - lang/tcl84-thread - lang/tcl85-thread - lang/tcl86-thread - lang/tcl-modules - x11-toolkits/tk84-thread - x11-toolkits/tk85-thread - x11-toolkits/tk86-thread Please remove them ... If you use pkgng: pkg delete -f If you use pkg_* tools pkg_delete -f ... before rebuilding all ports that depend on them: If you use portmaster: portmaster -w -r If you use portupgrade: portupgrade -Ofr If you use pkgng with binary packages: pkg install -fR 20130205: AFFECTS: users of lang/ghc and */hs-* AUTHOR: haskell@FreeBSD.org Note that the recent devel/libffi update caused some breakage in the Haskell ports with the DYNAMIC option enabled. The problem has been identified and fixed since then. All Haskell ports have been updated to their latest stable versions or bumped as DYNAMIC is enabled by default. Hence it is recommended to rebuild or reinstall all ports depending on GHC by one of the following commands: # portmaster -w -r ghc or # portupgrade -fr lang/ghc or # pkg install -fR lang/ghc 20130205: AFFECTS: users of editors/libreoffice AUTHOR: bapt@FreeBSD.org LibreOffice has been updated to 3.6.5 with a bundle version of libcmis. The build will fail if you sill have net/libcmis 0.1 installed. Before upgrading LibreOffice you should either first remove libcmis from your system or upgrade it to version 0.3. 20130205: AFFECTS: users of security/gnutls and any port that depends on it AUTHOR: novel@FreeBSD.org gnutls has been updated to 2.12.23 and all shared libraries versions have been bumped. So you need to rebuild all applications that depend on gnutls. If you use portmaster: portmaster -r gnutls If you use portupgrade: portupgrade -fr security/gnutls If you use pkgng with binary packages: pkg install -fR security/gnutls 20130204: AFFECTS: users of sysutils/zfstools AUTHOR: bdrewery@FreeBSD.org The zfstools package has dropped the 'rubygem-' prefix and now installs its binary files to PREFIX/sbin instead of PREFIX/bin. 20130204: AFFECTS: users of multimedia/qt4-phonon, multimedia/qt4-phonon-gst AUTHOR: makc@FreeBSD.org qt4-phonon has been deprecated in favour of multimedia/phonon. Remove WITH_QT_PHONON from your make.conf and replace qt4-phonon with multimedia/phonon: # portmaster -o multimedia/phonon multimedia/qt4-phonon # portmaster -o multimedia/phonon-gstreamer multimedia/qt4-phonon-gst 20130204: AFFECTS: users of lang/perl5.8 and lang/perl5.10 AUTHOR: az@FreeBSD.org lang/perl5.8 and lang/perl5.10 have been removed since they've been EOL by upstream. You will have to recompile all perl dependant ports after updating your ports tree. Please see entry 20110517 for help. 20130204: AFFECTS: users of dns/poweradmin AUTHOR: Edmondas Girkantas Some database changes have been made between version 2.1.5 and 2.1.6, upgrading needs to be done manually by running the following SQL: For MySQL users: ALTER TABLE users MODIFY username VARCHAR(64) NOT NULL DEFAULT '0'; ALTER TABLE users MODIFY password VARCHAR(128) NOT NULL DEFAULT '0'; For PostgreSQL users: ALTER TABLE users ALTER COLUMN username TYPE VARCHAR(64); ALTER TABLE users ALTER COLUMN password TYPE VARCHAR(128); 20130203: AFFECTS: users of KDE SC 4 AUTHOR: kde@FreeBSD.org KDE SC ports have been updated to 4.9.5. kdemultimedia4, kdenetwork4, kde-runtime and kde-workspace ports have been split, they must be deinstalled before running any port upgrade tool: # pkg_delete -f kdemultimedia-4\* kdenetwork-4\* \ kde-workspace-4\* kde-runtime-4\* 20130202: AFFECTS: users of net-p2p/deluge AUTHOR: rm@FreeBSD.org deluge port had switched to using libtorrent-rasterbar 0.16 as backend. Since both of the versions of libtorrent are conflicting with each other, you need to deinstall libtorrent-rasterbar-15 and libtorrent-rasterbar-15-python first and then update deluge as usual. Please also keep in mind, that deluge does not work via http-proxy when libtorrent-rasterbar 0.16 is used. 20130131: AFFECTS: users of devel/boost-libs AUTHOR: bapt@FreeBSD.org boost has been updated to 1.52.0. Please rebuild all ports that depends on it: If you use portmaster: portmaster -w -r boost-libs If you use portupgrade: portupgrade -fr devel/boost-libs If you use pkgng with binary packages: pkg install -fR devel/boost-libs 20130129: AFFECTS: users of textproc/elasticsearch AUTHOR: tj@FreeBSD.org elasticsearch has been updated to 0.20.4. This upgrade requires a full cluster restart after installation. Upgrade steps: 1) Shutdown all cluster nodes 2) Install elasticsearch update 3) Start all cluster nodes 20130128: AFFECTS: users of libffi AUTHOR: jkim@FreeBSD.org libffi has been updated to 3.0.11. Please rebuild all ports that depends on it: If you use portmaster: portmaster -w -r libffi If you use portupgrade: portupgrade -fr devel/libffi If you use pkgng with binary packages: pkg install -fR devel/libffi 20130121: AFFECTS: users of mail/opensmtpd AUTHOR: ashish@FreeBSD.org Please flush your mail queue before updating to version 201301191220. 20130116: AFFECTS: users of games/py-anki AUTHOR: araujo@FreeBSD.org games/py-anki has been removed upstream and merged with games/anki. Users of games/py-anki, from now must use games/anki. 20130114: AFFECTS: users of www/hiawatha AUTHOR: cs@FreeBSD.org php-fcgi has been removed upstream from hiawatha and is not supported anymore. It is recommended to move to another FastCGI implementation, e.g. PHP-FPM (lang/php5). 20130113: AFFECTS: users of security/openvpn* AUTHOR: mandree@FreeBSD.org security/openvpn has been upgraded to the IPv6-capable v2.3.0. This upgrade moves easy-rsa into a separate package in security/easy-rsa that is pre-selected as default run-time dependency, and changes installed file layout a bit. security/openvpn22 retains the prior OpenVPN 2.2.2 version. If you want to continue using this version, use one of these commands: # portmaster -o security/openvpn22 security/openvpn or # portupgrade -o security/openvpn22 security/openvpn or # pkg set -o security/openvpn:security/openvpn22 security/openvpn20 has been marked deprecated and to be removed in half a year's time. Please migrate to a newer version soonish. 20130110: AFFECTS: everyone using csup(1), net/cvsup, or cvs(1) to update the ports tree AUTHOR: wblock@FreeBSD.org On February 28, 2013, the CVSup and CVS services will end: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2012-September/000026.html csup(1), net/cvsup, and cvs(1) will no longer be able to update the ports tree. Please switch to one of the alternate update methods of portsnap(8) or devel/subversion before that time. The Handbook has information on using these update methods: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html 20130108: AFFECTS: users of devel/libvanessa_socket, mail/perdition AUTHOR: jhale@FreeBSD.org The update of devel/libvanessa_socket to 0.0.12 (used by Perdition) adds IPv6 support. If the hostname in bind_address has both IPv4 and IPv6 addresses in DNS, then Perdition will ONLY listen on IPv6. If you prefer to continue to use IPv4, you need to change the bind_address in /usr/local/etc/perdition/perdition.conf to use an explicit IPv4 address. This can be in addition to, or instead of, the current hostname, depending on whether you want to use IPv6 or not. If your Perdition server does not have an IPv6 address listed in DNS, this change does not affect you. 20130108: AFFECTS: users of sysutils/cfengine* AUTHOR: gjb@FreeBSD.org sysutils/cfengine has been created as a master port for the set of sysutils/cfengine* ports. Users interested in tracking the latest stable branch of cfengine should update their port origins to use the new port, for example: # portmaster -o sysutils/cfengine sysutils/cfengine33 or # portupgrade -fo sysutils/cfengine sysutils/cfengine33 or # pkg set -o sysutils/cfengine33:sysutils/cfengine Users that switch their port origin and later wish to remain on a particular cfengine release can override the default version by adding CFENGINE_VERSION to /etc/make.conf, where CFENGINE_VERSION is a value from: # make -V VERSIONS 20130103: AFFECTS: users of textproc/docproj* AUTHOR: doceng@FreeBSD.org textproc/docproj no longer requires WITH_JADETEX to be set to 'yes' or 'no', and by default, will enable the JADETEX dependencies. The textproc/docproj-jadetex port has been removed as a result of this change. Users that have installed textproc/docproj and have set WITH_JADETEX=no during compile time should update the package origin to use textproc/docproj-nojadetex: # portmaster -o textproc/docproj textproc/docproj-nojadetex or # portupgrade -fo textproc/docproj textproc/docproj-nojadetex or # pkg set -o textproc/docproj-nojadetex:textproc/docproj Users that have installed textproc/docproj-jadetex should update the package origin to use the textproc/docproj port: # portmaster -o textproc/docproj textproc/docproj-jadetex or # portupgrade -fo textproc/docproj textproc/docproj-jadetex or # pkg set -o textproc/docproj-jadetex:textproc/docproj Users that have installed textproc/docproj and have set WITH_JADETEX=yes will not need to make any changes. 20130103: AFFECTS: users of audio/baresip AUTHOR: crees@FreeBSD.org Baresip is tightly linked to the versions of audio/re and audio/rem, and will not build against different versions. To update without problems, the -R flag for portupgrade is mandatory, or build will fail. Portmaster and pkgng will handle this correctly. 20130103: AFFECTS: users of emulators/virtualbox-ose AUTHOR: decke@FreeBSD.org VirtualBox has been updated and does now depend on devel/kBuild instead of devel/kBuild-devel. Both are in conflict with each other so this has to be resolved manually. kBuild is only a build dependency so it is safe to remove installed kBuild before updating. # pkg_delete -f kBuild-\* 20130102: AFFECTS: users of mail/opensmtpd AUTHOR: ashish@FreeBSD.org OpenSMTPD port has been updated to the latest portable snapshot. There has been several changes to the configuration between the last version and this version, which requires configuration file need to be reviewed. 20121230: AFFECTS: Nobody AUTHOR: wxs@FreeBSD.org FreeBSD 9.1 released. 20121229: AFFECTS: users of devel/libical AUTHOR: gnome@FreeBSD.org The devel/libical has been updated to 0.48. The shared library version has been changed from 44 to 0. Please rebuild all ports that depends on it: If you use portmaster: portmaster -r libical If you use portupgrade: portupgrade -fr devel/libical If you use pkgng with binary packages: pkg install -fR devel/libical 20121228: AFFECTS: users of databases/innotop, multimedia/zoneminder net-mgmt/netdot, ports-mgmt/tinderbox, ports-mgmt/tinderbox-devel sysutils/watchmen, www/MT The above mentioned ports were converted to depend on databases/p5-DBD-mysql. That will cause messages like ===> p5-DBD-mysql-4.021 conflicts with installed package(s): p5-DBD-mysql55-4.021 To prevent this run one of the following commands to fix the dependencies. # portmaster -o databases/p5-DBD-mysql databases/p5-DBD-mysql55 or # portupgrade -fo databases/p5-DBD-mysql databases/p5-DBD-mysql55 or # pkg set -o databases/p5-DBD-mysql55:databases/p5-DBD-mysql 20121220: AFFECTS: users of lang/ghc and */hs-* AUTHOR: haskell@FreeBSD.org Note that the Glorious Glasgow Haskell Compiler has been updated to version 7.4.2. Please rebuild or reinstall all dependent ports by issuing one of the following commands, depending on the tool used: # portmaster -w -r ghc or # portupgrade -fr lang/ghc or # pkg install -fR lang/ghc 20121218: AFFECTS: users of icu AUTHOR: bapt@FreeBSD.org icu has been updated to 50.1. Please rebuild all ports that depend on it: If you use portmaster: portmaster -w -r icu If you use portupgrade: portupgrade -fr devel/icu If you use pkgng with binary packages: pkg install -fR devel/icu 20121212: AFFECTS: users of openldap24-client who uses SASL AUTHOR: Xin Li There is a change in the openldap24-client port which removes the SASL option. If the user previously install openldap24-client, but enabled SASL from the config menu, the user would have to replace it with openldap24-sasl-client. Note that this only affects those who manually set SASL from the menu, most of the users are not affected. If you use portmaster: portmaster -o net/openldap24-sasl-client openldap24-client If you use portupgrade: portupgrade -fo net/openldap24-sasl-client openldap24-client If you use pkgng with binary packages: pkg set -o net/openldap24-client:net/openldap24-sasl-client 20121212: AFFECTS: users of horde-* applications AUTHOR: Martin Matuska Horde3 has reached EOL and to make place for new horde application versions all old horde3 applications have been renamed to use the "horde3-" prefix. 20121211: AFFECTS: users of graphics/ImageMagick AUTHOR: bdrewery@FreeBSD.org The ImageMagick library has been updated to version 6.8.0-7. Please rebuild all ports that depend on it. If you use portmaster: portmaster -w -r ImageMagick If you use portupgrade: portupgrade -fr graphics/ImageMagick If you use pkgng with binary packages: pkg install -fR graphics/ImageMagick 20121211: AFFECTS: users of devel/pcre AUTHOR: bdrewery@FreeBSD.org The pcre library has been updated to version 8.32. Please rebuild all ports that depend on it. If you use portmaster: portmaster -w -r pcre If you use portupgrade: portupgrade -fr devel/pcre If you use pkgng with binary packages: pkg install -fR devel/pcre 20121210: AFFECTS: users of security/cyrus-sasl2 AUTHOR: ume@FreeBSD.org The cyrus-sasl2 library has been updated to version 2.1.26. Please rebuild all ports that depend on it. If you use portmaster: portmaster -w -r cyrus-sasl- If you use portupgrade: portupgrade -fr security/cyrus-sasl2 20121202: AFFECTS: Users of www/owncloud AUTHOR: crees@FreeBSD.org www/owncloud includes the entire WWWDIR directory structure in pkg-plist. This means that if you upgrade it, your config files are added to pkg-plist, and are then removed on the next deinstall. This issue has been fixed, but you must back up your install of owncloud and reinstall to avoid data loss; # cd /usr/ports/www/owncloud # tar cfC /tmp/owncloud.tar `make -VWWWDIR` . # make deinstall # tar xfC /tmp/owncloud.tar `make -VWWWDIR` # make install clean && rm /tmp/owncloud.tar 20121201: AFFECTS: Users of www/typo3 AUTHOR: Helmut Ritter www/typo3 has been repocopied to www/typo347. If you need to continue with the old stable version please run # portmaster -o www/typo347 www/typo3 or # portupgrade -fo www/typo347 www/typo3 or # pkg set -o www/typo3:www/typo347 20121128: AFFECTS: Users of irc/znc AUTHOR: jase@FreeBSD.org znc has been updated to 1.0. This introduces some major changes to its functionality. As a result, if you are upgrading from a previous version you need to be aware that znc will automatically modify your configuration file to incorporate support for the new functionality. Users are recommended to take a backup of their configuration file before running this new version. The SASL option has been renamed to CYRUS following a rename of the associated module. Additionally, a number of modules have been removed or renamed in this release. Modules that were classed as Extra modules in previous versions are now built as standard. The EXTRA option has been removed accordingly. Please refer to the following URL for detailed information regarding all changes in this release: http://wiki.znc.in/ChangeLog/1.0 20121128: AFFECTS: Users of www/opera AUTHOR: itetcu@FreeBSD.org If you are running KDE and you are using KDE's File dialog toolkit, and if your Opera crashes on start with a 'libpng error: incorrect data check' you can work around it by setting 'Dialog Toolkit=4' in your .opera/operaprefs.ini [File Selector] section. 20121112: AFFECTS: Users of devel/git AUTHOR: wxs@FreeBSD.org The git-daemon(1) process now runs as the git_daemon user. Please make sure that this user has appropriate permissions to the repositories. 20121109: AFFECTS: FreeBSD < 9.1 users of syslog-ng >= 3.3.6 AUTHOR: cy@FreeBSD.org Syslog-ng version 3.3.6 changed the way how /dev/kmsg is read. If you don't use the system() source (which configures it automatically), please make sure, that in the kmsg related line follow-freq(1) is used instead of the previously default follow-freq(0). 20121109: AFFECTS: users of devel/py-liblarch_gtk deskutils/gtg AUTHOR: rm@FreeBSD.org Code of py-liblarch_gtk has been merged into py-liblarch 2.1.0. To avoid any conflicts, user need to remove py-liblarch_gtk before the update of py-liblarch. 20121105: AFFECTS: users of mail/postfix-current AUTHOR: sahil@FreeBSD.org With this version of Postfix, the default master.cf now uses "unix" instead of "fifo" for the pickup and qmgr services. In addition, a new smtpd_relay_restrictions feature has been introduced for mail relay control. For sites that do not define this parameter in main.cf, the upgrade process will add an entry to main.cf. Please read the RELEASE_NOTES to understand this new feature, how it may affect your site, and backwards compatibility options. 20121104: AFFECTS: users of lang/perl5.16 AUTHOR: az@FreeBSD.org lang/perl5.16 has been updated to 5.16.2. You should update everything that depends on perl. The easiest way to do that is to use "perl-after-upgrade" script supplied with lang/perl5.16. Please see its manual page for details. If you are using binary packages with pkgng, not ports, do this instead of "perl-after-upgrade": # pkg install -fR perl 20121102: AFFECTS: users of shells/bash-completion AUTHOR: adamw@FreeBSD.org The bash completion library has been updated to 2.0, and the mechanism for activating the library has changed. To use the library, you must: source /usr/local/share/bash-completion/bash_completion.sh from your .bashrc file. See the pkg-message or README for a more graceful invocation. 20121101: AFFECTS: users of graphics/tesseract AUTHOR: bf@FreeBSD.org The trained English and OSD language data that were distributed in graphics/tesseract have been moved to graphics/tesseract-data. The latter port includes all available trained language data by default; as before, users who desire a subset of languages may build smaller packages by defining TESSERACT_LANGS during a build. 20121031: AFFECTS: users of dns/ldns AUTHOR: ak@FreeBSD.org There is a binary incompatibility in ldns 1.6.14 which is fixed with an emergency release of ldns 1.6.15. Warning! If you have compiled ldns using software with ldns-1.6.14, then this new version will be binary incompatible with your installed version. You will have to recompile the software together with ldns-1.6.15. Was the software compiled with ldns-1.6.13 or earlier, then you will not have this problem and can safely install ldns-1.6.15. 20121030: AFFECTS: users of www/squid31 AUTHOR: flo@FreeBSD.org The WITH_SQUID_ECAP option was removed from the port. If you use ECAP you need to update to www/squid32, you can do so by running one of the following commands: # portmaster -o www/squid32 www/squid31 or # portupgrade -fo www/squid32 www/squid31 20121025: AFFECTS: users of net/activemq AUTHOR: tj@FreeBSD.org After reinstalling the port, if you wish to use the datastore used before or have any undelivered persistent messages add the following to rc.conf: activemq_data=/usr/local/activemq 20121022: AFFECTS: users of net/samba36 AUTHOR: timur@FreeBSD.org Startup rc.d/samba script was modified to address some problems with the fine control of supplementary daemons. As a side effect now it's always necessary to specify in rc.conf: samba_enable=YES to get the script working. You can still control each of the daemons individually, by disabling/enabling them with: nmbd_enable=NO smbd_enable=NO winbindd_enable=YES 20121015: AFFECTS: users of ports-mgmt/portmaster AUTHOR: bdrewery@FreeBSD.org Portmaster now supports pkgng. To use pkgng, enable the patch in the port, enable pkgng in your make.conf, and convert your existing /var/db/pkg database. Also see UPDATING entry 20121010 if you are on a recent CURRENT and do not want to use pkg. This is optional and not currently required. # make -C /usr/ports/ports-mgmt/pkg install clean # make -C /usr/ports/ports-mgmt/portmaster config build deinstall install clean # echo 'WITH_PKGNG=yes' >> /etc/make.conf # pkg2ng 20121015: AFFECTS: users of ports-mgmt/portupgrade AUTHOR: bdrewery@FreeBSD.org Portupgrade now supports pkgng. To use pkgng, enable it in your make.conf, and convert your databases. This is optional and not currently required. # make -C /usr/ports/ports-mgmt/pkg install clean # echo 'WITH_PKGNG=yes' >> /etc/make.conf # pkg2ng # pkgdb -fu 20121010: AFFECTS: users of mail/enigmail* AUTHOR: gecko@FreeBSD.org Enigmail has been integrated into the Thunderbird / SeaMonkey build and is available as option ENIGMAIL (enabled by default) Before upgrading Thunderbird or SeaMonkey delete all installed enigmail ports by running e.g. # pkg_delete -f seamonkey-enigmail-1.4.3 thunderbird-esr-enigmail-1.4.3 \ thunderbird-enigmail-1.4.3 20121010: AFFECTS: users of www/firefox and www/seamonkey AUTHOR: gecko@FreeBSD.org When using Firefox or SeaMonkey compiled with ALSA option ON it may crash on assert in alsa_refill_stream as described in ports/170473. To workaround enable BUFSZ_P2 in audio/alsa-plugins or use PULSEAUDIO. 20121010: AFFECTS: users of CURRENT (OSVERSION >= 1000017) AUTHOR: bapt@FreeBSD.org The ports tree is now using pkgng as the default package manager for HEAD. This only affects users of CURRENT -- users of other branches need not take any action. To keep pkg_install as the default package manager, use the new WITHOUT_PKGNG knob in make.conf To make the switch: 1) Set WITHOUT_PKGNG=yes in make.conf and upgrade all your ports to the latest available versions using your favourite tools. 2) Install ports-mgmt/pkg 3) Remove WITHOUT_PKGNG from make.conf and run: # pkg2ng 20121009: AFFECTS: users of multimedia/vdpau-video AUTHOR: madpilot@FreeBSD.org vdpau-video has been renamed upstream to libva-vdpau-driver. The port has been changed accordingly. Please update the port origins as follows: # portmaster -o multimedia/libva-vdpau-driver multimedia/vdpau-video or # portupgrade -fo multimedia/libva-vdpau-driver multimedia/vdpau-video or # pkg set -o multimedia/vdpau-video:multimedia/libva-vdpau-driver 20121008: AFFECTS: users of mail/squirrelmail AUTHOR: adamw@FreeBSD.org The locale data, including translations and associated help files, have been moved to mail/squirrelmail-translations. If you or your users are using Squirrelmail in anything other than en_US, you should install that port. 20121007: AFFECTS: users of lang/mit-scheme AUTHOR: olgeni@FreeBSD.org The lang/mit-scheme port was converted to OptionsNG, and now uses the standard PGSQL knob rather than POSTGRESQL. Be sure to check your configuration before rebuilding. 20121006: AFFECTS: users of devel/geany-plugins AUTHOR: makc@FreeBSD.org devel/geany-plugins has been updated to 1.22 and split into numerous devel/geany-plugin-* ports. geany-plugins must be deinstalled before running any port upgrade utility. 20121002: AFFECTS: users of devel/clanlib AUTHOR: jhale@FreeBSD.org devel/clanlib has been updated to 2.3.6 and the legacy version has been moved to devel/clanlib1 and updated to 1.0.0. Although both versions may be installed at the same time, you should update your port origins first since many ports that depend on clanlib will not work with the new version. Update your port origins as follows: # portmaster -o devel/clanlib1 devel/clanlib or # portupgrade -fo devel/clanlib1 devel/clanlib or # pkg set -o devel/clanlib:devel/clanlib1 20120928: AFFECTS: users of mail/maildrop AUTHOR: madpilot@FreeBSD.org With the update to 2.6.0 of mail/maildrop the following executable files: bin/deliverquota -> bin/maildrop-deliverquota bin/maidirmake -> bin/maildrop-maildirmake have been renamed to avoid colliding with files installed from other ports. Man pages and HTML files in DOCSDIR relating to these files have also been renamed accordingly. 20120925: AFFECTS: users of www/linux-f10-flashplugin11 AUTHOR: eadler@FreeBSD.org After reinstalling the port make sure to run nspluginwrapper -v -a -u for each user that uses the plugin. 20120924: AFFECTS: users of textproc/aspell AUTHOR: bapt@FreeBSD.org textproc/aspell no longer installs the English dictionary. If you need it please install textproc/en-aspell. 20120919: AFFECTS: users of net-mgmt/better-cacti-templates AUTHOR: Bryan Drewery better-cacti-templates has been renamed as the upstream has merged with Percona Monitoring Plugins. Update your port origins as follows: # portmaster -o net-mgmt/percona-monitoring-plugins net-mgmt/better-cacti-templates or # portupgrade -fo net-mgmt/percona-monitoring-plugins net-mgmt/better-cacti-templates or # pkg set -o net-mgmt/better-cacti-templates:net-mgmt/percona-monitoring-plugins 20120916: AFFECTS: users of german/webalizer2, japanese/webalizer, polish/webalizer2, portuguese/webalizer-pt_BR, portuguese/webalizer-pt_PT, ukrainian/webalizer, www/geolizer, www/webalizer AUTHOR: dinoex@FreeBSD.org The default Berkeley DB has changed, so existing DNS caches needs to be rebuild or choose the option BDB1 in the port. 20120913: AFFECTS: users of sysutils/bacula-server, sysutils/bacula-client AUTHOR: rm@FreeBSD.org If you have both sysutils/bacula-server and sysutils/bacula-client installed, you need to pkg_delete them both prior to this update. 20120910: AFFECTS: users of www/libxul AUTHOR: gecko@FreeBSD.org The www/libxul has been updated to 10.0 and the older version 1.9.2 has moved to www/libxul19. If you want to stay with 1.9.2 please run the following command: # portmaster -o www/libxul19 www/libxul or # portupgrade -o www/libxul19 www/libxul or # pkg set -o www/libxul:www/libxul19 20120909: AFFECTS: users of www/testlink AUTHOR: tota@FreeBSD.org Testlink 1.9.4 was released. Before updating, you should read carefully the included README file or go to www.teamst.org (Forum: TestLink 1.9.4 News, changes, etc) because this release requires a manual update of the database scheme. 20120908: AFFECTS: users of irc/bitlbee, irc/irssi-otr, net-im/climm, net-im/mcabber, net/kdenetwork4, security/kopete-otr, security/py-otr AUTHOR: Doug Barton The libotr library has been bumped in version 4.0.0, and the new version is not compatible with the old. In order to make it possible for both versions to coexist in the short term the old version has been moved to a new port. If you are currently using pidgin-otr: # pkg_delete -f pidgin-otr\* Then: # portmaster -o security/libotr3 security/libotr # portmaster -r libotr or # portugrade -o security/libotr3 security/libotr # portugrade -r libotr or # pkg set -o security/libotr:security/libotr3 20120902: AFFECTS: users of www/apache22, www/apache22-event-mpm, www/apache22-itk-mpm, www/apache22-peruser-mpm, www/apache22-worker-mpm AUTHOR: ohauer@FreeBSD.org The port use now the options NG framework, this means WITH_xxx directives are no longer valid. Additional: - APR only specific options like THREADS, MYSQL, PGSQL, SQLITE, BDB and IPV6 where removed. - PKGNAME has changed from apache-2... to apache22-2... - PROXY is now a MULTI directive which means at last one additional PROXY_(AJP|BALANCER|CONNECT|FTP|HTTP|SCGI) module is required. - CGI is only a valid option for MPM prefork, peruser and itk. 20120902: AFFECTS: users of devel/apr1 AUTHOR: ohauer@FreeBSD.org APR was updated to 1.4.6 and APR-util was updated to 1.4.1. Please rebuild all ports which are using functions from APR/APR-util such as apache, subversion ... # portmaster -r apr or # portupgrade -r devel/apr1 or # pkg install -fR devel/apr1 20120902: AFFECTS: users of math/cantor and math/kalgebra AUTHOR: kde@FreeBSD.org If you have both cantor and kalgebra installed, chances are that your cantor installation is corrupted. If the file ${KDE4_PREFIX}/lib/kde4/cantor_kalgebrabackend.so is missing on your system, rebuild cantor after updating kalgebra to 4.8.4_1 (or later). 20120822: AFFECTS: users of net/asterisk16, net/asterisk16-addons AUTHOR: Florian Smeets asterisk16 has been unsupported upstream for a while now and has known security vulnerabilities, therefore it was removed from the ports tree. People still running net/asterisk16 should upgrade to net/asterisk. First delete the asterisk addons, as they are part of asterisk now. # pkg_delete -f asterisk16-addons\* after that you can run one of the following # portmaster -o net/asterisk net/asterisk16 or # portupgrade -o net/asterisk net/asterisk16 or # pkg set -o net/asterisk16:net/asterisk After that you need to update your configuration. Take a look at the following URL for the changes between 1.6 and 1.8 http://svnview.digium.com/svn/asterisk/branches/1.8/UPGRADE.txt 20120820: AFFECTS: users of ports-mgmt/portupgrade-devel AUTHOR: bdrewery@FreeBSD.org Due to a bug introduced in 20120601, portupgrade is unable to upgrade itself on FreeBSD 7.x. This has been fixed in 20120820. ports-mgmt/portupgrade is not affected. To upgrade, execute the following: # make -C /usr/ports/ports-mgmt/portupgrade-devel all deinstall install clean 20120817: AFFECTS: users of games/unnethack AUTHOR: knu@FreeBSD.org The place for variable files has changed from $PREFIX/share/unnethack to $PREFIX/var/games/unnethack. To keep your saved files and game records, please manually move the following files and directories to the new directory after upgrading. logfile perm record xlogfile bones/ level/ saves/ 20120816: AFFECTS: users of sysutils/cfengine* AUTHOR: gjb@FreeBSD.org The sysutils/cfengine* ports have been renamed as follows: o sysutils/cfengine -> sysutils/cfengine22 o sysutils/cfengine3-legacy -> sysutils/cfengine32 o sysutils/cfengine3 -> sysutils/cfengine33 Users are reminded to update the port origins, for example: # portmaster -o sysutils/cfengine22 sysutils/cfengine or # portupgrade -fo sysutils/cfengine22 sysutils/cfengine or # pkg set -o sysutils/cfengine:sysutils/cfengine22 20120815: AFFECTS: users of lang/erlang AUTHOR: olgeni@FreeBSD.org The lang/erlang port was updated to R15B01. Some port options were updated, so be sure to run "make config" in the port directory and check your configuration before upgrading. To upgrade Erlang and rebuild all of the dependent ports under the new environment: # portmaster -r erlang or # portupgrade -r lang/erlang 20120815: AFFECTS: users of lang/erlang-lite AUTHOR: olgeni@FreeBSD.org The lang/erlang-lite port uses the same default options as lang/erlang, which were changed some time ago. The couchdb, rabbitmq, freeswitch-core and freeswitch-core-devel ports have been updated to use lang/erlang rather than lang/erlang-lite. Please check that your lang/erlang options are configured as you wish (especially X11 support), then follow the instructions below to update your dependencies. # portmaster -o lang/erlang lang/erlang-lite or # portupgrade -fo lang/erlang erlang-lite 20120810: AFFECTS: users of net-p2p/transmission-gtk2 AUTHOR: crees@FreeBSD.org Unfortunately Transmission 2.61 moved the requirement for GTK to version 3.2.0, which is not yet in our tree. Those who wish to have a graphical client can either choose transmission-qt4 in the meantime, or switch to the transmission25 ports. A script to generate appropriate commands can be found at: http://people.FreeBSD.org/~crees/scripts/transmission25.sh 20120808: AFFECTS: users of www/libmicrohttpd AUTHOR: bdrewery@FreeBSD.org libmicrohttpd has been updated to version 0.9.21, with a shared library bump. This requires dependent ports to be rebuilt. # portmaster -r libmicrohttpd or # portupgrade -r www/libmicrohttpd or # pkg install -fR www/libmicrohttpd 20120804: AFFECTS: users of graphics/libglut AUTHOR: x11@FreeBSD.org The libglut library is replaced by the freeglut library. Due to shlib version bump all glut users should be rebuild. Please follow the instructions below to upgrade. # portmaster -o graphics/freeglut graphics/libglut # portmaster -r freeglut or # env DISABLE_CONFLICTS=1 portupgrade -fo graphics/freeglut libglut\* # portupgrade -frx freeglut freeglut or # pkg set -o graphics/libglut:graphics/freeglut # pkg install -Rf graphics/freeglut 20120801: AFFECTS: users of editors/emacs AUTHOR: ashish@FreeBSD.org GNU Emacs port is updated to 24.1. Emacs 23 is moved to editors/emacs23. If you prefer to stick with Emacs 23, please specify EMACS_PORT_NAME=emacs23 in /etc/make.conf, and do: # portmaster -o editors/emacs23 editors/emacs or # env DISABLE_CONFLICTS=1 portupgrade -fo editors/emacs23 editors/emacs or # pkg set -o editors/emacs:editors/emacs23 20120726: AFFECTS: users of www/firefox, www/seamonkey, mail/thunderbird, www/libxul AUTHOR: gecko@FreeBSD.org Gecko ports were switched to use system libraries. Some of them must be built with certain options set (default). - graphics/png has to be installed with APNG option - databases/sqlite3 has to be installed with SECURE_DELETE, THREADSAFE, FTS3, UNLOCK_NOTIFY options 20120726: AFFECTS: users of devel/pkg-config AUTHOR: bapt@FreeBSD.org devel/pkg-config has been replaced by devel/pkgconf # portmaster -o devel/pkgconf devel/pkg-config or # portupgrade -fo devel/pkgconf pkg-config-\* pkgng: # pkg set -o devel/pkg-config:devel/pkgconf # pkg install -f devel/pkgconf 20120725: AFFECTS: users of chinese/fcitx AUTHOR: lichray@gmail.com The textproc/fcitx-keyboard port is merged into chinese/fcitx. Before updating, be sure to # pkg_delete -f fcitx-keyboard-\* And make sure you have at least one keyboard layout based input method enabled in fcitx-configtool, to keep the activation/deactivation of IM panel working. And, since chinese/fcitx-sunpinyin depends on an update to chinese/sunpinyin 20120725: AFFECTS: users of www/py-beautifulsoup AUTHOR: rm@FreeBSD.org Current www/py-beautifulsoup has been moved to www/py-beautifulsoup32, since 4.1.1 is now current stable version. If you prefer to stick with 3.2.0 do: # portmaster -o www/py-beautifulsoup32 www/py-beautifulsoup 20120723: AFFECTS: users of security/snort AUTHOR: zi@FreeBSD.org The database output modules have been deprecated. If you need this functionality please look at the security/barnyard2 port. 20120723: AFFECTS: users of graphics/ImageMagick and graphics/ImageMagick-nox11 AUTHOR: mm@FreeBSD.org The options for ImageMagick have been changed to match commonly used option names. If you are using a customized build, please reconfigure your port options with "make config". 20120720: AFFECTS: users of net/spread and net/spread4 AUTHOR: ohauer@FreeBSD.org The ports net/spread and net/spread4 are using now the reserved UID/GID 282 instead (user|group)next. 20120722: AFFECTS: users of mail/mutt AUTHOR: crees@FreeBSD.org mail/mutt-devel has been moved to mail/mutt, since 1.5 has been around for a while. Should you wish to stick with version 1.4 at this time; # portmaster -o mail/mutt14 mutt 20120721: AFFECTS: users of audio/libogg AUTHOR: naddy@FreeBSD.org There is a new version of libogg (1.3.0) and the shared library version has been bumped (ogg.7 to ogg.8). All ports that have an identifiable direct dependency on this library have had their PORTREVISIONs bumped. However, some ports that pull in the library indirectly may continue to look for the old version. To ensure that all are updated, perform this step: # portmaster -r libogg or # portupgrade -rf libogg 20120717: AFFECTS: users of ftp/proftpd AUTHOR: mm@FreeBSD.org The options of ProFTPD have been made much more user-friendly. As the modules are all shared libraries, all possible modules are built and installed. The following modules are now in separate slave ports: databases/proftpd-mod_sql_odbc: mod_sql_odbc databases/proftpd-mod_sql_sqlite: mod_sql_sqlite databases/proftpd-mod_sql_tds: mod_sql_tds net/proftpd-mod_ldap: mod_ldap and mod_quotatab_ldap 20120716: AFFECTS: users of www/lighttpd AUTHOR: mm@FreeBSD.org The following port options have been reorganized: The OPENLDAP option has been renamed to LDAP. The MAGNET and CML options have been withdrawn in favor of new LUA option. 20120716: AFFECTS: users of mail/postfix-current AUTHOR: sahil@FreeBSD.org The postscreen-to-smtpd protocol has changed. To avoid "cannot receive connection attributes" warnings and dropped connections, execute the command "postfix reload". 20120716: AFFECTS: Nobody AUTHOR: beat@FreeBSD.org The FreeBSD ports tree switched from CVS to Subversion. A Subversion to CVS exporter is in place to continue the support of CVSup. 20120709: AFFECTS: users of math/metis AUTHOR: bf@FreeBSD.org The older version of metis has been moved to math/metis4, and math/metis has been updated to 5.0.2. Dependent ports still use the old API, and the different versions of metis cannot coexist, so most users should update with: # portmaster -o math/metis4 math/metis # portmaster -r math/metis4 or the equivalent. 20120702: AFFECTS: users of databases/couchdb AUTHOR: crees@FreeBSD.org, Adam Strohl The couchdb port has an unfortunate side effect; versions before 1.2.0 will clobber local.ini. The port will refuse to build if that file is present and an earlier version is installed, however no such protection can be afforded to package installation. To upgrade from 1.1.0 and earlier, simply move PREFIX/etc/couchdb/local.ini out of the way until the upgrade is complete. 20120702: AFFECTS: users of net-im/mikutter AUTHOR: tota@FreeBSD.org The net-im/mikutter has been updated to 0.1.1.810 which is required Ruby 1.9.2 or later. Before upgrading this port, please see the entry 20110822 in this file to upgrade Ruby to 1.9. If you want to stay with 0.0.3 (requires Ruby 1.8.7, 1.9.2 or later), please run the following command: # portmaster -o net-im/mikutter003 net-im/mikutter or # portupgrade -o net-im/mikutter003 net-im/mikutter 20120630: AFFECTS: users of lang/perl* AUTHOR: skv@FreeBSD.org lang/perl5.16 is out. If you want to switch to it from, for example lang/perl5.12, that is: Portupgrade users: 0) Fix pkgdb.db (for safety): pkgdb -Ff 1) Reinstall new version of Perl (5.16): env DISABLE_CONFLICTS=1 portupgrade -o lang/perl5.16 -f perl-5.12.\* 2) Reinstall everything that depends on Perl: portupgrade -fr perl Portmaster users: portmaster -o lang/perl5.16 lang/perl5.12 Conservative: portmaster p5- Comprehensive (but perhaps overkill): portmaster -r perl- Note: If the "perl-" glob matches more than one port you will need to specify the name of the Perl directory in /var/db/pkg explicitly. The default version for Perl has also been changed from 5.12 to 5.14. 20120623: AFFECTS: users of sysutils/xfce4-utils AUTHOR: xfce@FreeBSD.org The port has been discontinued, and installs files that conflict with the new versions of misc/xfce4-appfinder and x11-wm/xfce4-session. # pkg_delete -f xfce4-utils-\* # portmaster misc/xfce4-appfinder x11-wm/xfce4-session 20120618: AFFECTS: users of databases/db5 AUTHOR: mandree@FreeBSD.org The databases/db5 port has been upgraded to BerkeleyDB 5.3. This entails a shared library bump. Before upgrading this port, check if your applications use transactional data bases, and if they do, prepare them for a log file format upgrade. YOU MUST DO THIS BEFORE YOU UPGRADE THE DB5 PORT! See: http://docs.oracle.com/cd/E17076_02/html/upgrading/upgrade_process.html All packages that depend on db5 need to be rebuilt due to the shared library version change. The full changelog is at http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.html To upgrade the packages that need Berkeley DB 5, please issue one of the following commands (depending on your preferred tool): # portmaster -r db5-5 or # portupgrade -fr databases/db5 20120616: AFFECTS: users of www/lighttpd AUTHOR: mm@FreeBSD.org The lighttpd startup script has been changed and is now compatible to the apache startup script. The "reload" subcommand now sends a SIGHUP to the process and triggers cycling of log files. The new command "graceful" performs a graceful restart (similar to former "reload") and "gracefulstop" performs a graceful stop. The "check" command has been replaced with the "configtest" command. 20120615: AFFECTS: users of databases/akonadi AUTHOR: kde@FreeBSD.org The latest Akonadi update includes critical bug fixes. Manual intervention is required for people using local MySQL database (the default configuration) as backend: $ akonadictl stop Wait a bit, and make sure that akonadiserver and akonadi_control are not running. Kill them if needed. Then, you have two alternatives: $ mysql_install_db --force \ --defaults-file=~/.local/share/akonadi/mysql.conf \ --datadir=~/.local/share/akonadi/db_data \ --basedir=$(dirname `dirname $(which mysql_install_db)`) $ rm ~/.local/share/akonadi/mysql.conf ...or... $ rm -r ~/.local/share/akonadi In the latter case, Akonadi will have to recache your personal data (might take a while). Akonadi is only a cache, no data will be lost. Then: $ akonadictl start 20120613: AFFECTS: users of graphics/djvulibre and graphics/djvulibre-nox11 AUTHOR: bf@FreeBSD.org DjVuLibre been updated to 3.5.25.3. The Qt 3.x GUI support that was in graphics/djvulibre has been removed (users of this GUI should consider switching to the new Qt 4.x GUI in graphics/djview4), and graphics/djvulibre-nox11 has been merged back into graphics/djvulibre. To update DjVuLibre, you can use: # pkg_delete djvulibre-\?.\* # portmaster -o graphics/djvulibre djvulibre-nox11 You should then update any installed ports that link to the djvulibre shared library: converters/pdf2djvu, graphics/djview4, graphics/okular, and -- if optional djvulibre support was enabled -- graphics/ImageMagick, graphics/apvlv, and graphics/evince. 20120612: AFFECTS: users of databases/postgresql-libpqxx AUTHOR: avilla@FreeBSD.org postgresql-libpqxx has been updated to 4.0. If you want to stick with version 3, install postgresql-libpqxx30: # portmaster -o databases/postgresql-libpqxx30 postgresql-libpqxx 20120612: AFFECTS: users of graphics/gdal AUTHOR: sunpoet@FreeBSD.org Language bindings (Perl, PHP, Python, and Ruby) were moved to separate ports. Please install them if required. The new ports are: Perl binding: graphics/p5-Geo-GDAL PHP binding: graphics/php-gdal Python binding: graphics/py-gdal Ruby binding: graphics/ruby-gdal 20120605: AFFECTS: users of net/p5-ZConf AUTHOR: vvelox@vvelox.net Please append '.set' to all sets for the FS backend. This was done to prevent collisions between config and set names. Previously the config "someConfig/default" would collide with the set "default" for "someConfig". 20120603: AFFECTS: users of lang/ghc and */hs-* AUTHOR: haskell@FreeBSD.org Note that The Glorious Glasgow Haskell Compiler and the Haskell Platform have been updated to versions 7.4.1 and 2012.2.0.0, respectively. At the same time, all Haskell ports have been updated to their latest working versions. To follow the changes, please issue one of the following commands (depending on the tool used): # portmaster -r ghc or # portupgrade -fr lang/ghc 20120531: AFFECTS: users of graphics/png AUTHOR: dinoex@FreeBSD.org The PNG library has been updated to version 1.5.10. Please rebuild all ports that depend on it. If you use portmaster: portmaster -r png- If you use portupgrade: portupgrade -fr graphics/png 20120531: AFFECTS: users of editors/koffice-kde4 AUTHOR: kde@FreeBSD.org KOffice 2 has been replaced by Calligra. You are encouraged to deinstall any KOffice port and install equivalent Calligra ones: # pkg_delete \*koffice\* # portmaster editors/calligra 20120530: AFFECTS: users of databases/postgresql*-server AUTHOR: jgh@FreeBSD.org Affected users are those who use the crypt(text, text) function with DES encryption in the optional pg_crypto module. Passwords affected are those that contain characters that cannot be represented with 7-bit ASCII. If a password contains a character that has the most significant bit set (0x80), and DES encryption is used, that character and all characters after it will be ignored. 20120530: AFFECTS: users of net/nss-pam-ldapd AUTHOR: scheidell@FreeBSD.org The net/nss-pam-ldapd port no longer provides an option for SASL. This has been sourced out to the new net/nss-pam-ldapd-sasl port, to accommodate users using packages (see ports/162240). Users with openldap-sasl-client installed are encouraged to change the port's origin to: net/nss-pam-ldapd-sasl using their favorite ports management tool. Example for portmaster: portmaster -o net/nss-pam-ldapd-sasl nss-pam-ldapd 20120527: AFFECTS: users of x11-toolkits/qt4-gui AUTHOR: kde@FreeBSD.org Qt started using the raster graphics system engine, which relies on shared memory. Be sure to check pkg-message. 20120525: AFFECTS: users of deskutils/kdepim4, deskutils/kdepim4-runtime AUTHOR: kde@FreeBSD.org kdepim4 has been updated to 4.8.3. For those who prefer old kdepim-4.4.11.1 deskutils/kdepim44* ports have been added. To stay with kdepim-4.4.11.1 run the following commands: # portmaster -o deskutils/kdepim44-runtime kdepim-runtime-4\* # portmaster -o deskutils/kdepim44 kdepim-4\* 20120525: AFFECTS: users of KDE SC 4 AUTHOR: kde@FreeBSD.org KDE SC ports have been updated to 4.8.3. Several ports were split, thus manual intervention into update procedure is required: # pkg_delete -f kde-runtime-\* ruby\*-kdebindings-korundum\* \ kalgebra-4\* kdeaccessibility-4\* kdeutils-4\* kde-baseapps-\* \ plasma-applet-icontasks\* # portmaster -a 20120518: AFFECTS: users of dns/poweradmin AUTHOR: Edmondas Girkantas Some database changes have been made between version 2.1.4 and 2.1.5, upgrading needs to be done manually by running the following SQL: For MySQL users: ALTER TABLE `zones` ADD `zone_templ_id` INT( 11 ) NOT NULL; ALTER TABLE zones ENGINE = InnoDB; ALTER TABLE zone_templ ENGINE = InnoDB; ALTER TABLE zone_templ_records ENGINE = InnoDB; For PostgreSQL users: ALTER TABLE zones ADD zone_templ_id INT DEFAULT NULL; Source: https://www.poweradmin.org/trac/wiki/ReleaseNotes/2.1.5 20120516: AFFECTS: users of lang/php5 AUTHOR: ale@FreeBSD.org PHP has been updated to 5.4. Suhosin patch has been disabled until the new version will be released (soon). Suhosing extension will take more time. LINKTHR option is now enabled by default, be sure to flag it if you are updating using an old saved configuration. sqlite2 extension has been permanently removed. If you want to remain at PHP 5.3, a new port (lang/php53) has been created for such purpose. 20120513: AFFECTS: users of net-mgmt/smokeping AUTHOR: lth@FreeBSD.org Smokeping has been updated to 2.6.7, and the web server configuration has changed. FastCGI is now preferred. Please check the documentation that your web server configuration is OK. 20120512: AFFECTS: users of textproc/p5-XML-SAX AUTHOR: crees@FreeBSD.org p5-XML-SAX (X-S) was split into p5-XML-SAX-Base (X-S-B) and p5-XML-SAX for version 0.99. Since X-S-B now installs some files formerly installed by X-S the package for X-S must be deinstalled before updating X-S. # pkg_delete -fx p5-XML-SAX # portmaster textproc/p5-XML-SAX (users of pkgng can substitute pkg_delete with pkg delete) 20120511: AFFECTS: users of graphics/xpdf AUTHOR: cy@FreeBSD.org In order to allow graphics/xpdf and graphics/poppler-utils to coexist, graphics/xpdf binaries have been moved from ${LOCALBASE}/bin to ${LOCALBASE}/lib/xpdf. The symlink ${LOCALBASE}/bin/xpdf points to ${LOCALBASE}/lib/xpdf/xpdf. However the other utilities installed by the xpdf port conflict with poppler-utils, no symlinks are maintained. Applicaions and scripts which use the pdf* utilities provided by graphics/xpdf must reference them using their new location, specify ${LOCALBASE}/lib/xpdf in $PATH, or use the same utilities provided by graphics/poppler-utils. 20120510: AFFECTS: users of devel/gitolite AUTHOR: milki@rescomp.berkeley.edu gitolite has been split into two ports: devel/gitolite for 3.x and devel/gitolite2 for 2.x gitolite 3.x is NOT "API" compatible with gitolite 2.x and requires additional manual migration steps which can be found in the online documentation. http://sitaramc.github.com/gitolite/install.html#migr Current users wishing to continue using gitolite 2.x should run: # portmaster -o devel/gitolite2 gitolite or # portupgrade -o devel/gitolite2 gitolite 20120508: AFFECTS: users of www/node and www/node-devel AUTHOR: sunpoet@FreeBSD.org npm is a package manager for node. Starting with node 0.6.17 (www/node) and node 0.7.8 (www/node-devel), we do not install bundled npm but provide a separate port (www/npm). Please install www/npm if you need it. 20120430: AFFECTS: users of www/py-google-api-python-client AUTHOR: nivit@FreeBSD.org The port has been updated to 1.0.b8. This new version has important changes which might break your code: * apiclient.anyjson has moved to oauth2client.anyjson. * Some calls, for example, taskqueue().lease() used to require a parameter named body. In this new release only methods that really need to send a body require a body parameter, and so you may get errors about an unknown 'body' parameter in your call. The solution is to remove the unneeded body={} parameter See http://code.google.com/p/google-api-python-client/wiki/PyDoc for more information. 20120426: AFFECTS: users of editors/libreoffice AUTHOR: bapt@FreeBSD.org LOCALIZED_LANG option has gone, localized packages are now available separately, you can also use editors/libreoffice-i18n to pick the localization you want. 20120425: AFFECTS: users of mail/postfix, mail/postfix2[6-8] AUTHOR: sahil@FreeBSD.org The latest update to these ports adds support to turn off the TLSv1.1 and TLSv1.2 protocols introduced in OpenSSL 1.0.1. These protocols are known to cause inter-operability issues with certain services, e.g. hotmail. If using TLS with Postfix, please consult the RELEASE_NOTES for information about possible workarounds. 20120423: AFFECTS: users of astro/boinc-astropulse AUTHOR: rene@FreeBSD.org Astropulse has been updated to 6.01, which is a different application than version 5.06. You need to have Astropulse v6 enabled in your account under SETI@home preferences. It is also advisable to finish and report existing Astropulse units before updating. 20120421: AFFECTS: users of x11/xorg AUTHOR: x11@FreeBSD.org The default mesa has been updated to 7.6.1 and the default xorg-server to 1.7.7. A switch is available for people that want to use mesa 7.11.x and xorg-server 1.10.6. This requires an nvidia card or Intel+KMS support. If you have an intel card and can try these experimental KMS support patches: 10/head with a patch: http://people.freebsd.org/~kib/drm/ FreeBSD stable/9 and releng/9.0: http://lists.freebsd.org/pipermail/freebsd-x11/2012-April/011640.html 20120419: AFFECTS: users of security/openssl AUTHOR: dinoex@FreeBSD.org The OpenSSL port has been updated to 1.0.1a. Please rebuild all ports that depend on it. If you use portmaster: portmaster -r openssl Or, if you would prefer a more gradual approach: portmaster -w openssl (check the man page for more information) If you use portupgrade: portupgrade -fr security/openssl 20120418: AFFECTS: Nobody AUTHOR: wxs@FreeBSD.org FreeBSD 8.3 released. 20120418: AFFECTS: users of www/firefox and mail/thunderbird AUTHOR: gecko@FreeBSD.org Firefox and Thunderbird have been updated to 11.0. If you want to stay with the Extended Support Release please use the new -esr ports. Firefox: # portupgrade -o www/firefox-esr www/firefox # portupgrade -o www/firefox-esr-i18n www/firefox-i18n (if installed) or # portmaster -o www/firefox-esr www/firefox # portmaster -o www/firefox-esr-i18n www/firefox-i18n (if installed) Thunderbird: # portupgrade -o mail/thunderbird-esr mail/thunderbird # portupgrade -o mail/thunderbird-esr-i18n \ mail/thunderbird-i18n (if installed) or # portmaster -o mail/thunderbird-esr mail/thunderbird # portmaster -o mail/thunderbird-esr-i18n \ mail/thunderbird-i18n (if installed) 20120418: AFFECTS: users of www/chpasswd AUTHOR: madpilot@FreeBSD.org Previous version of the chpasswd port put the configuration file in the pkg-plist, causing it to be removed on deinstall. Users are advised to make a backup copy of the configuration file before upgrading. This has been fixed and will not happen anymore in future updates. 20120415: AFFECTS: users of irc/ircd-ratbox AUTHOR: scheidell@FreeBSD.org Ircd-ratbox has been updated to follow the current stable release branch (3.0.x). All previous branches are no longer supported by the ratbox team. Users of ircd-ratbox are advised to create new ircd configuration files based on the examples provided. 20120404: AFFECTS: users of net-mgmt/net-snmp AUTHOR: zi@FreeBSD.org The net-snmp startup script now specifies a new pid_file to avoid a conflict that existed with bsnmpd. As a result, the startup script cannot find currently running versions of snmpd. You will need to either stop the daemon before upgrading or locate the PID of snmpd and manually kill it after upgrade. Then, start the daemon as you normally would. 20120326: AFFECTS: users of www/tomcat7 AUTHOR: ale@FreeBSD.org Tomcat 7 startup script now uses 'jsvc' to monitor the daemon's process. A few rc.conf variables has been changed, be sure to adapt your configuration, if needed. 20120318: AFFECTS: users of mail/dbmail AUTHOR: rm@FreeBSD.org dbmail 3.0 is now available. There are a number of significant changes including Dependencies, Config, Schema and Server changes. Without required modifications, dbmail will not run and you will no longer have access to your emails. See UPGRADING for details. Don't forget to backup and fully test before upgrading. To stick with version 2.2.x run: # portupgrade -o mail/dbmail22 mail/dbmail or # portmaster -o mail/dbmail22 mail/dbmail 20120313: AFFECTS: users of x11-toolkits/qt4-gui AUTHOR: kde@FreeBSD.org MIT-SHM problem (blank windows in Marble and KDE-Games) has been fixed, kern.ipc.shm_allow_removed=1 is not needed anymore to workaround it. 20120311: AFFECTS: users of lang/perl5.8 and lang/perl5.10 AUTHOR: linimon@FreeBSD.org lang/perl5.8 and lang/perl5.10 have been restored from the Attic in order to give a FreeBSD-style deprecation cycle. However, users are advised to upgrade to perl5.12 as soon as feasible. 20120308: AFFECTS: users of lang/perl5.8 and lang/perl5.10 AUTHOR: pgollucci@FreeBSD.org lang/perl5.8 and lang/perl5.10 have been removed since they've been EOL upstream for 3yrs and 2yrs respectively. The default of lang/perl5.12 has not changed (yet). Conditional checks for perl < 5.12 have been removed. UNLESS you have PERL_VERSION=5.8.x or PERL_VERSION=5.10.x in /etc/make.conf you need take no action. If you do, you will have to recompile all perl dependant ports after updating your ports tree. Please see entry 20110517 for help. 20120225: AFFECTS: users of archivers/libarchive AUTHOR: glewis@FreeBSD.org libarchive has been updated to version 3.0.3, with a shared library bump. This requires dependent ports to be rebuilt. # portmaster -r libarchive or # portupgrade -r archivers/libarchive 20120221: AFFECTS: users of emulators/virtualbox-ose AUTHOR: decke@FreeBSD.org virtualbox-ose has been updated to 4.1.8 and requires the latest devel/kBuild-devel now. It is only a build dependency so it is safe to remove it before updating. # pkg_delete -f kBuild-\* 20120220: AFFECTS: users of graphics/libungif AUTHOR: dinoex@FreeBSD.org libungif is obsolete, please deinstall it and rebuild all ports using it with graphics/giflib. # portmaster -o graphics/giflib graphics/libungif # portmaster -r giflib or # portupgrade -o graphics/giflib graphics/libungif # portupgrade -rf giflib 20120216: AFFECTS: users of multimedia/libvpx AUTHOR: ashish@FreeBSD.org libvpx has been updated to version 1.0.0, with a shared library bump. This requires dependencies to be rebuilt. # portmaster -r libvpx or # portupgrade -r multimedia/libvpx 20120214: AFFECTS: users of net/libexosip2 AUTHOR: jgh@FreeBSD.org libexosip2 has been updated with a shared library bump. This requires dependencies to be rebuilt. # portmaster -r libexosip2 or # portupgrade -rf libexosip2-3.\* 20120214: AFFECTS: users of devel/pcre AUTHOR: dougb@FreeBSD.org Until all dependent ports have been updated you should update pcre in a manner that will preserve its old shared library. For example: # portmaster -w devel/pcre or # portupgrade devel/pcre 20120213: AFFECTS: users of lang/ghc and */hs-* AUTHOR: pgj@FreeBSD.org GHC has been updated to version 7.0.4, and Haskell Platform to version 2011.4.0.0, and other Haskell ports are also updated to their Haskell Platform versions or latest versions. To update all affected ports: # portmaster -r lang/ghc or # portupgrade -r lang/ghc 20120210: AFFECTS: users of mail/postfix AUTHOR: Sahil Tandon Postfix 2.9.0 contains several major changes, some of which could result in incompatible or unexpected behavior. Regardless of the version from which you are upgrading, please carefully review the RELEASE_NOTES before proceeding. 20120126: AFFECTS: users of ftp/proftpd and ftp/proftpd-mysql AUTHOR: Martin Matuska The proftpd port has been updated to 1.3.4 and changed to use dynamically loadable modules. Please add corresponding LoadModule directives to your configuration file, like in the following example: LoadModule mod_tls.c The modules mod_sql_mysql and mod_sql_postgres are now outside of the main proftpd port: databases/proftpd-mod_sql_mysql databases/proftpd-mod_sql_postgres The proftpd-mysql port has been removed, use the alternative port: databases/proftpd-mod_sql_mysql 20120121: AFFECTS: users of multimedia/vdr AUTHOR: Juergen Lock The vdr ports have been updated to 1.7.22 which involves at least two changes: - svdrpsend.pl is now called svdrpsend. - The ttxtsubs channels.conf format has changed so if you use that plugin you need to edit /usr/local/etc/vdr/channels.conf for the channels you want to receive teletext subtitles on - see: /usr/local/share/doc/vdr-plugin-ttxtsubs/HISTORY 20120116: AFFECTS: users of mail/postfix-current AUTHOR: Sahil Tandon From the upstream RELEASE_NOTES: Instead of terminating immediately with a "fatal" message when a database file can't be opened, a Postfix daemon program now logs an "error" message, and continues execution with reduced functionality. Specify "daemon_table_open_error_is_fatal = yes" to get the historical behavior (immediate termination with "fatal" message). Logfile-based alerting systems may need to be updated to look for "error" messages in addition to "fatal" messages. By default the Postfix SMTP server no longer reports transcripts of sessions where a client command is rejected because a table is unavailable. To receive such reports, add the new "data" class to the notify_classes parameter value. The reports will be sent to the error_notice_recipient address as before. This class is also used by the Postfix SMTP client to report about sessions that fail because a table is unavailable. 20120116: AFFECTS: users of x11/xcb-util AUTHOR: garga@FreeBSD.org x11/xcb-util was updated to 0.3.8 and was split in new modules. Dependencies were adjusted but main port symbols were moved to a single library, xcb-util.so. For this reason, all dependent ports must be recompiled.If you use portmaster, run: # portmaster -R -r xcb-util-0 Or for portupgrade: # portupgrade -r xcb-util-0\* 20120112: AFFECTS: Nobody AUTHOR: wxs@FreeBSD.org FreeBSD 9.0 released. 20120109: AFFECTS: users of www/p5-WWW-GitHub-Gist AUTHOR: lbr@FreeBSD.org gist command was moved into new www/p5-App-gist port. 20120109: AFFECTS: ports using Apache Software License 2.0 AUTHOR: tabthorpe@FreeBSD.org The correct acronym for Apache Software License 2.0 is really AL2. 20120109: AFFECTS: users of graphics/inkscape: AUTHOR: bsam@FreeBSD.org Before updating graphics/inkscape to version 0.48.2 one should deinstall the port graphics/libwpg01. 20120108: AFFECTS: users of devel/p5-CPAN-Meta and devel/p5-Version-Requirements AUTHOR: sunpoet@FreeBSD.org Author of Version::Requirements (devel/p5-Version-Requirements) merged its function to CPAN::Meta::Requirements (part of devel/p5-CPAN-Meta). As a result, devel/p5-Version-Requirements is marked DEPRECATED. Please run the following commands to update p5-CPAN-Meta and remove p5-Version-Requirements: # portmaster -o devel/p5-CPAN-Meta devel/p5-Version-Requirements # pkg_delete p5-Version-Requirements-\* 20120104: AFFECTS: users of devel/thrift, py-thrift, php5-thrift, p5-thrift AUTHOR: scheidell@FreeBSD.org Users upgrading thrift from 0.6.1, please take note: library structure and versions have changed, and are not compatible with 0.7.0+ 20111231: AFFECTS: users of lang/newlisp AUTHOR: olgeni@FreeBSD.org In lang/newlisp, the MYSQL5 and MYSQL51 options have been unified into MYSQL, which will pick the correct MySQL version using the standard MySQL selection logic. MySQL users will have to run "make config" and select the MYSQL option. Tinderbox users will have to update their options files with the new MYSQL option, and possibly change their Tinderbox environment to select a specific MySQL version. 20111229: AFFECTS: users of ftp/proftpd{-devel,-mysql} AUTHORS: delphij@FreeBSD.org, mm@FreeBSD.org Due to the nature of the way FreeBSD-SA-11:07.chroot is implemented, users have to update to latest -STABLE, -CURRENT, or supported security branch to use the chroot functionality in these ports. Please see the security advisory for more details. 20111219: AFFECTS: users of lang/perl5.14 AUTHOR: skv@FreeBSD.org lang/perl5.14 has been updated to 5.14.2. You should update everything that depends on perl. The easiest way to do that is to use "perl-after-upgrade" script supplied with lang/perl5.14. Please see its manual page for details. If you want to switch to lang/perl5.14 from lang/perl5.{8,10,12} please follow instructions in the entry 20110517 in this file. 20111205: AFFECTS: users of ruby-gnome ports AUTHOR: swills@FreeBSD.org ruby-gnome has been updated to 1.0.3. Some of them have been removed since they are no longer included upstream. The meta port is now x11/ruby-gnome2. To update run the following command: # portmaster -o x11/ruby-gnome2 x11/ruby-gnome2-all You may also wish to remove the old ports using: # portmaster -s 20111130: AFFECTS: users of dns/nsd AUTHOR: zi@FreeBSD.org The database format of nsd.db has changed as of version 3.2.9. Before you run nsd, you must convert the existing database: # nsdc rebuild 20111123: AFFECTS: users of net-im/kopete or net-im/libjingle AUTHOR: kde@FreeBSD.org kopete and libjingle are now depending on a newer oRTP from linphone-base. To correctly switch to the new port, you need to deinstall ortp prior to the update: # pkg_delete -f ortp-\* 20111123: AFFECTS: users of databases/redis AUTHOR: osa@FreeBSD.org The redis configuration file, redis.conf, have been changed, some options removed in newer versions (>=2.4). In some cases, redis-server with older configuration might does not run at startup. If you run into startup problems, re-edit configuration file. 20111101: AFFECTS: users of x11/kde4-workspace AUTHOR: kde@FreeBSD.org If your KDM fails with the message 'X server "/usr/bin/X" cannot be executed' you need to delete its configuration file and restart it: # rm /usr/local/kde4/share/config/kdm/kdmrc # service kdm4 restart 20111101: AFFECTS: users of graphics/poppler-gtk AUTHOR: Koop Mast Poppler was update to 0.18.0, and the gtk slave port was renamed to match the library it installs. Please run the following command to migrate. # portmaster -o graphics/poppler-glib poppler-gtk-0.16.7 20111031: AFFECTS: users of textproc/py-creole AUTHOR: Stanislav Svirid Some API is changed: replace 'parser_kwargs' and 'emitter_kwargs' with separate arguments. More information on new API: http://code.google.com/p/python-creole/wiki/API 20111025: AFFECTS: users of print/flpsed or www/dillo2 AUTHOR: bf@FreeBSD.org The new versions of flpsed and dillo have switched from x11-toolkits/fltk2 to the new fltk 1.3.0 from x11-toolkits/fltk. Users who have customizations specific to fltk2 may need to consult the fltk 1.3 documents in order to adjust their local settings. For dillo, some commonly-used key bindings have changed, and new configuration options are available: consult dillorc.dist and keysrc.dist for details. 20111019: AFFECTS: users of mail/thunderbird or www/seamonkey with lightning plugin installed. AUTHOR: gecko@FreeBSD.org To get an up to date version of lightning you should use the new LIGHTNING option in mail/thunderbird or www/seamonkey. This option is not enabled by default so you have to run "make config" prior to the build. The old deskutils/lightning-thunderbird and deskutils/lightning ports should no longer be used and will be removed very soon. Like other XPIs ports, lightning now registers itself as a global extension and doesn't create the XPI to be installed manually. Upgrading users should remove lightning from their profile before installing Thunderbird or SeaMonkey the first time with the new LIGHTNING option enabled. 20111018: AFFECTS: users of mail/postfix-current AUTHOR: Sahil Tandon The default smtp_address_preference value is now "any" instead of "ipv6", meaning choose randomly between IPv6 and IPv4. With this the Postfix SMTP client will have more success delivering mail to sites that have problematic IPv6 configurations. 20111016: AFFECTS: users of devel/p5-subversion-freebsd AUTHOR: wxs@FreeBSD.org devel/p5-subversion-freebsd has been removed as it is no longer necessary. If you have it installed please run the following to switch to devel/p5-subversion: portmaster -o devel/p5-subversion p5-subversion-freebsd Please also see the second entry below (20111016) if haven't upgraded subversion yet. 20111016: AFFECTS: users of KDE SC 4 AUTHOR: kde@FreeBSD.org KDE SC has been updated to 4.7.2. A number of files were moved between packages and several ports were split, thus manual intervention into update procedure is required: # pkg_delete -f raptor-1\* kdelibs-4\* kdebase-\*4\* \ kdeaccessibility-4\* kdeedu-4\* kdegames-4\* kdegraphics-4\* \ kdesdk-4\* kdeutils-4\* konq-plugins-4\* ktts\* nepomukcontroller\* \ ruby\*-kdebindings\* kdebindings-smoke\* # pkg_delete -f kdehier4\* # mv /usr/local/kde4/etc/pam.d/* \ /usr/local/etc/pam.d/ # mv /usr/local/kde4/etc/rc.d/* \ /usr/local/etc/rc.d/ # mv /usr/local/kde4/share/dbus-1/services/* \ /usr/local/share/dbus-1/services/ # mv /usr/local/kde4/share/dbus-1/system-services/* \ /usr/local/share/dbus-1/system-services/ # rmdir /usr/local/kde4/etc/pam.d /usr/local/kde4/etc/rc.d \ /usr/local/kde4/share/dbus-1/*services # rm -r /var/tmp/kdecache-* # portmaster misc/kdehier4 If you have - or plan to install - net/kdenetwork4, also run: # portmaster -o net/linphone-base ortp Finally: # portmaster -a Also, remove /usr/local/kde4/etc/rc.d from local_startup in rc.conf(5). Failure to do this will cause all enabled scripts in /usr/local/etc/rc.d to be started twice. Remember to check for missing ports, bearing in mind that x11/kdebase4* ports were replaced by x11/kde4-* ones, ktts was replaced by jovie, while konq-plugins-kde4 and nepomukcontroller were removed. Then: # portmaster --check-depends You're also encouraged to run `pkg_cutleaves` or similar to check for orphaned ports. Please, note that `pkg_add -r kde4` will not install Plasma scriptengines and printer utilities by default anymore, and `pkg_add -r kdegames4` will not install Kajongg. This was made to avoid depending by default on kdebindings. 20111016: AFFECTS: users of devel/subversion, devel/subversion-freebsd, devel/p5-subversion, devel/py-subversion, devel/ruby-subversion and java/subversion-java and all dependand ports. AUTHOR: Lev Serebryakov Subversion was updated to version 1.7.0 and port was reworked. Now there is no "devel/subversion-freebsd" port. All FreeBSD-specific patches are incorporated into main subversion port as options, which are turned ON by default. These options are: P4_STYLE_MARKERS -- change conflict markers to P4 style, established for FreeBSD projects. This is not mandatory for working with FreeBSD sources. ENHANCED_KEYWORD -- Support for custom keywords, like $ FreeBSD $ in sources. This is MANDATORY for working with FreeBSD sources. FREEBSD_TEMPLATE -- Standard FreeBSD commit template. It is RECOMMENDED for working with FreeBSD sources. Also, subversion 1.7.0 changes the working copy format, and a working copy can not be shared between subversion 1.7.0 and 1.6.x. Please, think twice before upgrading. Additional the port "devel/subversion16" was created to support subversion 1.6.x. Subversion 1.7.x and 1.6.x can not be installed simultaneously! Binding ports can be built with Subversion 1.7.0 (Default) or with Subversion 1.6.x. To build bindings with subversion 1.6.x you should set variable WITH_SUBVERSION_VER to "16". There are several ways to upgrade, depending on what you used before and what you want to get after upgrade. (a) You use devel/subversion without FreeBSD patches and, maybe, some bindings. You want fresh'n'new subversion 1.7.0. Please, run: # cd /usr/ports/devel/subversion && make config # portupgrade -r devel/subversion or # portmaster -R -r subversion-1.6 (b) You use devel/subversion-freebsd and, maybe, some bindings. You want fresh'n'new subversion 1.7.0, again with FreeBSD patches. Please, run: # cd /usr/ports/devel/subversion && make config # portupgrade -o devel/subversion devel/subversion-freebsd # portupgrade -r devel/subversion or # portmaster -o devel/subversion devel/subversion-freebsd # portmaster -R -r subversion-1.7 (c) You use devel/subversion without FreeBSD patches and, maybe, some bindings. You want good old subversion 1.6.x, again without again. Please, run: # cd /usr/ports/devel/subversion16 && make config # portupgrade -o devel/subversion16 devel/subversion # portupgrade -m "WITH_SUBVERSION_VER=16" -r devel/subversion16 or # portmaster -o devel/subversion16 devel/subversion # portmaster -m "WITH_SUBVERSION_VER=16" -R -r subversion-1.6 (d) You use devel/subversion-freebsd and, maybe, some bindings. You want good old subversion 1.6.x, with FreeBSD patches. Please, run: # cd /usr/ports/devel/subversion16 && make config # portupgrade -o devel/subversion16 devel/subversion-freebsd # portupgrade -m "WITH_SUBVERSION_VER=16" -r devel/subversion16 or # portmaster -o devel/subversion16 devel/subversion-freebsd # portmaster -m "WITH_SUBVERSION_VER=16" -R -r subversion-1.6 20111005: AFFECTS: users of lang/erlang AUTHOR: Jimmy Olgeni Following the R14B04 upgrade the JAVA, X11, WX and ODBC port options have been set to OFF by default; this will allow to replace lang/erlang-lite with lang/erlang for headless operation in the near future. If you need any of these options, run "make config" in lang/erlang before upgrading, or set your make.conf accordingly. 20111003: AFFECTS: users of math/qhull AUTHOR: Stephen Montgomery-Smith The port math/qhull has been moved to math/qhull5, and math/qhull has been updated to a version that is incompatible with all ports previously using math/qhull. If you are upgrading a port that has math/qhull as a dependency, please delete the port math/qhull first, so that math/qhull5 is properly made as a dependency. 20110929: AFFECTS: users of net/py-zope.proxy, devel/py-zope.testing and devel/py-zope.interface AUTHOR: Ruslan Mahmatkhanov Several Zope ports have been renamed for consistency with their upstream distributions. Please run the following commands to update your local installations: If you use portmaster run: # portmaster -o devel/py-zope.interface devel/py-zopeInterface # portmaster -o net/py-zope.proxy net/py-zopeproxy # portmaster -o devel/py-zope.testing devel/py-zopetesting If you use portupgrade run: # portupgrade -o devel/py-zope.interface devel/py-zopeInterface # portupgrade -o net/py-zope.proxy net/py-zopeproxy # portupgrade -o devel/py-zope.testing devel/py-zopetesting 20110928: AFFECTS: users of 10-current AUTHOR: eadler@FreeBSD.org There are known issues installing ports on FreeBSD 10+ due to bogus assumptions by various build scripts. This will not be fixed until 9-RELEASE is released. There are two workarounds: 1) Set UNAME_r=9.9-CURRENT in your environment 2) Set REVISION="9.9" in ${SRCDIR}/sys/conf/newvers.sh 20110928: AFFECTS: users of www/nginx-devel AUTHOR: osa@FreeBSD.ORG Note: 1.1.4 release introduces several API changes which may affect third-party modules. 20110925: AFFECTS: users of lang/python* AUTHOR: lwhsu@FreeBSD.org The HUGE_STACK_SIZE option has been removed, now Python will use default thread stack size of the system. If you want to change it, specify it with -DTHREAD_STACK_SIZE= in CFLAGS. 20110925: AFFECTS: users of net/openldap* AUTHOR: ume@FreeBSD.org The security/cyrus-sasl2 was updated to 2.1.25. If the SASL option is enabled (disabled by default), net/openldap* must be recompiled after upgrading cyrus-sasl2. 20110921: AFFECTS: users of devel/maven2 and devel/maven3 AUTHOR: hq@FreeBSD.org The devel/maven2 and devel/maven3 now rely on a wrapper port: devel/maven-wrapper. If you plan to upgrade the devel/maven[23] ports, you will have to uninstall all of them before reinstalling them. 20110917: AFFECTS: users of misc/tvbrowser AUTHOR: lme@FreeBSD.org From version 3.0.2 on TV-Browser doesn't include any plugins any longer. You are supposed to download the plugins manually, this also means that you need to download the appropriate channel sources plugin for your country. After installing it your previously configured channels are visible again. To do so, select "Tools -> Install / Update Plugins..." and choose the plugins you need. 20110915: AFFECTS: users of dns/unbound AUTHOR: sem@FreeBSD.org unbound supports GOST from version 1.4.12 but only if dns/ldns was build with GOST support too. There is no way to check the option when unbound builds, so you should make sure the option is on in both unbound and lds. 20110914: AFFECTS: users of www/asterisk-stat AUTHOR: flo@FreeBSD.org asterisk-stat depends on asterisk16 now, you will need to update asterisk and asterisk-addons to 1.6. Instructions on upgrading your configuration files are here: http://svnview.digium.com/svn/asterisk/branches/1.6.2/UPGRADE-1.6.txt If you use portmaster run: # portmaster -o net/asterisk16 net/asterisk14 # portmaster -o net/asterisk16-addons net/asterisk14-addons If you use portupgrade run: # portupgrade -o net/asterisk16 net/asterisk14 # portupgrade -o net/asterisk16-addons net/asterisk14-addons 20110909: AFFECTS: users of net/p5-SOAP-Lite AUTHOR: az@FreeBSD.org SOAP::Transport::TCP is not a part of net/p5-SOAP-Lite distribution since version 0.714. If you need SOAP::Transport::TCP you should install net/p5-SOAP-Transport-TCP manually. 20110901: AFFECTS: users of databases/db51 AUTHOR: mandree@FreeBSD.org The databases/db51 port (Oracle Berkeley DB version 5.1) has been removed. Version 5.2 of the package is available in databases/db5. Users of ports that depend on the removed 5.1 versions are advised to rebuild the affected ports. 20110830: AFFECTS: users of lang/racket AUTHOR: olgeni@FreeBSD.org Racket has been upgraded to version 5.1.3. Due to the recent rewrite of the Racket graphics handling code, it is no longer possible to build this port without X11. The WITHOUT_X11 switch now controls if X11 is brought in as USE_GNOME/LIB_DEPENDS or BUILD_DEPENDS. In the latter case you will be able to build a Racket package that can then be deployed on a headless server. 20110829: AFFECTS: users of security/maia AUTHOR: Janky Jay, III There have been many changes to the maia port, including renaming the rc script and variables from maia to maiad. You will need to replace any instances of maia with maiad in /etc/rc.conf, as well as renaming /var/amavisd to /var/maiad. The 'vscan' user's home directory also needs to be changed to /var/maiad. These can be done by: # mv /var/amavisd /var/maiad # sed -i.bak -e "s/^maia_/maiad_/" /etc/rc.conf # pw usermod vscan -d /var/maiad 20110828: AFFECTS: users of print/cups-{base,client,image} AUTHOR: sahil@FreeBSD.org During the update to 1.4.8, the GNUTLS option was changed from ON to OFF by default. Because old configuration options are saved, users should re-run 'make config' and explicitly deselect the GNUTLS option before upgrading. 20110823: AFFECTS: users of lang/ruby AUTHOR: swills@FreeBSD.org The default ruby version has been reverted from 1.9 to 1.8. If you followed the procedure in the 20110822 entry, you may need to follow these steps: If you use portmaster: # portmaster -o lang/ruby18 lang/ruby19 # portmaster -R -r ruby-1.8 If you use portupgrade: # portupgrade -f lang/ruby19 # portupgrade -f lang/ruby18 # if you have it installed # portupgrade -f ports-mgmt/portupgrade # portupgrade -x ruby-1.9.\* -fr lang/ruby19 If you wish to keep the 1.9 version as default, add the following lines to your /etc/make.conf file: # # Keep ruby 1.9 as default version. # RUBY_DEFAULT_VER=1.9 20110823: AFFECTS: users of devel/libnotify and net/libproxy AUTHOR: gnome@FreeBSD.org libnotify and libproxy are updated with shared library bumps. This requires dependancies to be rebuild. # portmaster -r libnotify-0 # portmaster -r libproxy-0 # portmaster -a or # portupgrade -rf libnotify-0.\* libproxy-0.\* # portupgrade -aR 20110822: AFFECTS: users of lang/ruby AUTHOR: stas@FreeBSD.org The default ruby version has been updated to 1.9. Please rebuild all ports that depends on it. If you use portmaster: # portmaster -o lang/ruby19 lang/ruby18 # portmaster -R -r ruby-1.9 If you use portupgrade: # portupgrade -f lang/ruby18 # portupgrade -f lang/ruby19 # if you have it installed # portupgrade -f ports-mgmt/portupgrade # portupgrade -x ruby-1.8.\* -fr lang/ruby18 After these steps are complete, you can pkg_delete ruby 1.8 if you no longer need it. If you wish to keep the 1.8 version as default, add the following lines to your /etc/make.conf file, and rebuild lang/ruby18 after that. # # Keep ruby 1.8 as default version. # RUBY_DEFAULT_VER=1.8 20110822: AFFECTS: users of graphics/opencv AUTHOR: mm@FreeBSD.org OpenCV python module was moved to own port: graphics/py-opencv 20110820: AFFECTS: users of www/apache* and depending ports AUTHOR: ohauer@FreeBSD.org The default apache version changed from www/apache13 to www/apache22. Users who will continue with apache13 should create the following entry in /etc/make.conf APACHE_PORT= www/apache13 20110818: AFFECTS: users of mail/enigmail-* ports AUTHOR: ale@FreeBSD.org Like other XPIs ports, enigmail now registers itself as a global extension and doesn't create the XPI to be installed manually. Upgrading users should remove enigmail from their profile before installing the new port. 20110815: AFFECTS: users of sysutils/swapexd AUTHOR: crees swapexd used to clobber its config file on deinstall, unfortunately this will not be fixed in installed packages. Back up your config before updating, or you will lose it! # cp /usr/local/etc/swapexd/swapexd.conf ~/swapexd.conf.bak 20110808: AFFECTS: users of net-mgmt/zenoss AUTHOR: pphillips@experts-exchange.com Some functionality of zenoss requires a valid shell. The FreeBSD port until now was installing a user account without a shell. To fix your existing installation, please run the following command as root: # pw usermod zenoss -s /bin/sh -d /usr/local/zenoss 20110808: AFFECTS: users of dns/powerdns AUTHOR: tremere@cainites.net The port has been updated to PowerDNS 3.0, which includes support for DNSSEC. Before upgrading please read the following: http://doc.powerdns.com/upgrades.html#from2.9to3.0 Make sure to read the documentation and wiki on http://powerdnssec.org/ on how to enable DNSSEC mode in the configuration-file and for the necessary database changes. Take note that not all backends support DNSSEC. The ones that do are BIND, SQLite3 and Generic MySQL and PgSQL. 20110808: AFFECTS: users of security/amavisd-new AUTHOR: sahil@FreeBSD.org Along with new features and bug fixes, amavisd-new 2.7.0 introduces some incompatibilities with previous releases. Several variable defaults, SQL schemas, and other changes warrant a careful review of the RELEASE_NOTES. Also note that helper programs amavis.c and amavis-milter.c are no longer distributed with this package; for milter functionality, please shift to the dedicated security/amavisd-milter port. 20110731: AFFECTS: users of lang/guile AUTHOR: jlaffaye@FreeBSD.org guile has been updated to version 1.8.8. Please rebuild all ports that depends on it. If you use portmaster: # portmaster -r guile If you use portupgrade: # portupgrade -fr lang/guile 20110731: AFFECTS: users of www/typo3 AUTHOR: Helmut Schneider www/typo3 has been repocopied to www/typo345. If you need to continue with the old stable version please run # portmaster -o www/typo345 www/typo3 or # portupgrade -o www/typo345 www/typo3 Please remember to change the path of your config files too. 20110730: AFFECTS: users of x11-toolkits/gtk20 AUTHOR: gnome@FreeBSD.org The gtk-update-icon-cache utility has been split out of the gtk20 port. Use the following instructions to update your system. # pkg_delete -f gtk-2.\* # portmaster x11-toolkits/gtk20 # portmaster -a 20110726: AFFECTS: users of devel/msp430-gcc AUTHOR: lev@FreeBSD.org msp430-gcc was updated to lates gcc-4.5.3 version. If you want to use old gcc-3.4.4, run command: # portmaster -o devel/msp430-gcc3 devel/msp430-gcc or # portupgrade -o devel/msp430-gcc3 devel/msp430-gcc before updating devel/msp430-libc port. 20110721: AFFECTS: users of games/megaglest AUTHOR: smoeller@nichthelfer.de If you upgraded from version 3.4.0, your personal settings are stored in ~/.megaglest3.4.0. If you copy glestuser.ini and glestuserkeys.ini to ~/.megaglest, you will have your old settings again. 20110721: AFFECTS: users of security/gpgme AUTHOR: jlaffaye@FreeBSD.org gpgme has been updated to version 1.3.1. Please rebuild all ports that depends on it. If you use portmaster: # portmaster -r gpgme If you use portupgrade: # portupgrade -fr security/gpgme 20110718: AFFECTS: users of hungarian/hunspell AUTHOR: jlaffaye@FreeBSD.org The hunspell port has been moved to textproc/hunspell. To update the installed port run the command # portmaster -o textproc/hunspell hungarian/hunspell or # portupgrade -o textproc/hunspell hungarian/hunspell 20110711: AFFECTS: users of java/openjdk6 AUTHOR: jkim@FreeBSD.org java/openjdk6 has been updated to b23 and "WEB" option (for web browser plug-in and Java Web Start) has been deprecated. If you need the same functionality, rebuild the port with "ICEDTEA" option first, then install a new port java/icedtea-web with "PLUGIN" option (default). Also, if you have a symlink to the previous IcedTeaPlugin.so in ~/.mozilla/plugins, for example, you need to remove it. Note system-wide symlinks are now automatically created by java/icedtea-web for your convenience. 20110711: AFFECTS: users of www/p5-libwww AUTHOR: mandree@FreeBSD.org portmaster cannot process the upgrade of www/p5-libwww from version 5 to version 6. To upgrade p5-libwww, use portupgrade instead, or deinstall p5-libwww before reinstalling: If you use portmaster: # pkg_delete -f 'p5-libwww-5*' ; portmaster www/p5-libwww If you use portupgrade, no special treatment is necessary. 20110711: AFFECTS: users of devel/icu AUTHOR: bapt@FreeBSD.org icu has been updated to version 4.8. Please rebuild all ports that depends on it. If you use portmaster: # portmaster -r icu If you use portupgrade: # portupgrade -fr devel/icu 20110706: AFFECTS: users of multimedia/zoneminder AUTHOR: bsam@FreeBSD.org RC script was renamed from zm to zoneminder. So do variables at /etc/rc.conf[.local]. One should fix the latter file. 20110705: AFFECTS: users of security/libgcrypt and any port that depends on it AUTHOR: swills@FreeBSD.org The libgcrypt port has been updated to 1.5.0 and all shared libraries versions have been bumped. So you need to rebuild all applications that depend on libgcrypt. Do something like: # portmaster -r libgcrypt or # portupgrade -rf libgcrypt 20110703: AFFECTS: users of print/lyx and print/lyx-devel AUTHOR: makc@FreeBSD.org print/lyx has been updated to 2.0. print/lyx16 has been added to ports tree for those who prefers to stick with the last stable in lyx-1.6.x series. 20110630: AFFECTS: users of math/octave-forge* and benchmarks/octave-forge-benchmark AUTHOR: stephen@FreeBSD.org The octave-forge* port structure has been completely redesigned. This was to make them compatible with portmaster and other port installation tools. Before using the new octave-forge* ports, the old octave-forge* ports must be completely removed with, for example, the command: # pkg_delete "octave-forge*" 20110630: AFFECTS: users of mail/thunderbird AUTHOR: gecko@FreeBSD.org The mail/thunderbird port has been updated to 5.0. If you want to stay with Thunderbird 3.1 please run: # portupgrade -o mail/thunderbird3 mail/thunderbird # portupgrade -o mail/thunderbird3-i18n mail/thunderbird-i18n (if installed) or # portmaster -o mail/thunderbird3 mail/thunderbird # portmaster -o mail/thunderbird3-i18n mail/thunderbird-i18n (if installed) Do not select the OPTIMIZED_CFLAGS option on a system with less then 2 GB of RAM otherwise you will run out of memory during the build. Please make sure all your addons are compatible with Thunderbird 5.0 and backup your ~/.thunderbird directory prior to the first launch of Thunderbird 5.0. 20110630: AFFECTS: users of x11/wbar AUTHOR: nivit@FreeBSD.org x11/wbar has been updated to 2.2.2. Before launching the program, please backup your configuration file (~/.wbar), and then use the command wbar-config to set your preferences and change the path of the old icons (in particular the Bar image). 20110629: AFFECTS: users of graphics/opencv AUTHOR: mm@FreeBSD.org OpenCV was updated to version 2.3.0rc and to avoid circular dependencies split into two ports: graphics/opencv-core and graphics/opencv Before updating please uninstall the graphics/opencv port first because the new dependency graphics/opencv-core contains conflicting files with the old port graphics/opencv. 20110626: AFFECTS: users of mail/p5-Mail-SpamAssassin AUTHOR: wxs@FreeBSD.org mail/p5-Mail-SpamAssassin has been updated to version 3.3.2. Prior to starting spamd you must run sa-update, or spamd will fail to start. 20110624: AFFECTS: users of deskutils/opengoo AUTHOR: acm@FreeBSD.org desktutils/opengoo has been renamed to deskutils/fengoffice, because The OpenGoo name was changed to Feng Office Community Edition. If you want migrate from opengoo to fengoffice, please see upgrading section at: http://fengoffice.com/web/wiki/doku.php/installation 20110623: AFFECTS: users of databases/py-sqlalchemy AUTHOR: nivit@FreeBSD.org The version 0.6 of SQLAlchemy has been moved to databases/py-sqlalchemy06, while the port databases/py-sqlalchemy now holds the series 0.7.X. To update the installed port run the command # portmaster -o databases/py-sqlalchemy06 databases/py-sqlalchemy or # portupgrade -o databases/py-sqlalchemy06 databases/py-sqlalchemy 20110622: AFFECTS: users of lang/perl5.12 AUTHOR: skv@FreeBSD.org lang/perl5.12 has been updated to 5.12.4. You should update everything that depends on perl. The easiest way to do that is to use "perl-after-upgrade" script supplied with lang/perl5.12. Please see its manual page for details. If you want to switch to lang/perl5.12 from lang/perl5.{8,10} please follow instructions in the entry 20100715 in this file. 20110620: AFFECTS: users of net/samba35 AUTHOR: timur@FreeBSD.org A bug, introduced by local patch to pam_winbind.so, that made it coredump was spotted by Martin Minkus. It is fixed in the 3.5.9 version of the port. So, if pam_winbind.so started to work for you - send him kudos. 20110619: AFFECTS: users of irc/ezbounce and irc/ezbounce-devel AUTHOR: flo@FreeBSD.org irc/ezbounce-devel was moved to irc/ezbounce as the version previously in irc/ezbounce has been broken for some time and the distfile is not available anymore. If you are upgrading from a 1.0X version make sure to verify that your config still works. There is basic compatibility for old config files but a lot has changed, see http://linuxftw.com/ezbounce/files/CHANGES If you run irc/ezbounce-devel you need to run one of the following commands: # portmaster -o irc/ezbounce irc/ezbounce-devel or # portupgrade -o irc/ezbounce irc/ezbounce-devel 20110619: AFFECTS: users of lang/perl5.14 AUTHOR: skv@FreeBSD.org lang/perl5.14 has been updated to 5.14.1. You should update everything that depends on perl. The easiest way to do that is to use "perl-after-upgrade" script supplied with lang/perl5.14. Please see its manual page for details. If you want to switch to lang/perl5.14 from lang/perl5.{8,10,12} please follow instructions in the entry 20110517 in this file. 20110618: AFFECTS: users of mail/mailscanner AUTHOR: crees@FreeBSD.org mail/mailscanner no longer requires running of any renew-* targets to update the config files / wrapper scripts; it is now automatically performed as the port is installed -- these targets have been removed. As an added bonus, the binary package now performs these steps as well, in case you don't have a portstree handy. Before upgrading, please backup your PREFIX/etc/MailScanner, PREFIX/share/MailScanner and PREFIX/libexec/MailScanner if you have customised any of these directories, just in case. 20110608: AFFECTS: users of security/amavisd-milter AUTHOR: delphij@FreeBSD.org A change have been made to rc.d script for amavisd-milter makes it to specify -s explicitly. If you used to override the location of listening socket by specifying -s, please migrate to the new way (specify amavisd_milter_socket in /etc/rc.conf). 20110607: AFFECTS: users of devel/p5-Moose and devel/p5-Class-MOP AUTHOR: az@FreeBSD.org p5-Moose has been updated to 2.0007. Now p5-Class-MOP is a part of the p5-Moose distribution. Manual intervention of the update procedure is required: # portmaster -o devel/p5-Moose devel/p5-Class-MOP # portmaster -R -r p5-Moose-\* or do the same things with portupgrade. To check everything went fine you can run: # perl -Moose\ 999 and # perl -MClass::MOP\ 999 in both cases you should see output: version 999 required--this is only version 2.0007 20110606: AFFECTS: users of mail/sympa AUTHOR: crees@FreeBSD.org Sympa previously used to install to ${PREFIX}/sympa, which goes against the general rules for hierarchy. Most files which were previously found in ${PREFIX}/sympa should now be found in ${PREFIX}/libexec/sympa. Any configuration in httpd.conf files etc will need to be updated to the new directory. Before upgrade, it is advisable to back up configuration files ${PREFIX}/etc/sympa.conf and wwsympa.conf since previous versions wipe these out on deinstall. 20110606: AFFECTS: users of databases/mariadb AUTHOR: dougb@FreeBSD.org The mariadb port has been split into -client, -scripts, and -server ports ala mysql. You can now install only the parts that you need. If you have devel/libevent installed along with mariadb you should do something like: pkg_delete mariadb\* portmaster devel/libevent 20110605: AFFECTS: users of security/gnutls and any port that depends on it AUTHOR: novel@FreeBSD.org gnutls has been updated to 2.12.6.1 and all shared libraries versions have been bumped. So you need to rebuild all applications that depend on gnutls. Do something like: portupgrade -rf gnutls portmaster -r gnutls 20110605: AFFECTS: users of sysutils/zfsnap AUTHOR: Aldis Berjoza There is an issue with zpool v28 (currently only on 9-CURRENT, or 8-STABLE systems that have been manually patched) that affects zfSnap. If you are using v28 make sure to use the -zpool28fix flag with zfsnap to work around the problem. For more information please see: http://wiki.bsdroot.lv/zfsnap#zpool_v28_zfs_destroy_-r_bug 20110602: AFFECTS: users of net/freeradius AUTHOR: Sevan Janiyan Freeradius no longer runs as nobody. It now runs as the freeradius user. Please ensure that the following paths are owned by freeradius: /var/run/radiusd /var/log/radacct /var/log/radius.log 20110529: AFFECTS: users of textproc/*kmfl* AUTHOR: nikola.lecic@anthesphoria.net KMFL keyboard ports are now shared between IBus and SCIM KMFL IMEngines (textproc/ibus-kmfl and textproc/scim-kmfl-imengine). Thus, the prefix 'scim-' is dropped from keyboard ports names. Similar to m17n, both engines now search engine-neutral locations, ${LOCALBASE}/share/kmfl/ and ~/.kmfl/. Users have to move their local keyboard files from ~/.scim/kmfl/ to ~/.kmfl/. 20110523: AFFECTS: users of www/mod_perl2 AUTHOR: ohauer@FreeBSD.org mod_perl2 was updated to version 2.0.5, this version includes p5-Apache-Reload again. The ports p5-Apache-Reload is now marked as conflict for mod_perl2. To update your mod_perl2 with portmaster use the commands # portmaster -o www/mod_perl2 www/p5-Apache-Reload # portmaster -R -r mod_perl2 20110522: AFFECTS: users of emulators/virtualbox-ose AUTHOR: vbox@FreeBSD.org The emulators/virtualbox-ose port has been updated to 4.0.8. If you want to stay with VirtualBox 3.2.x please run: # portmaster -o emulators/virtualbox-ose-kmod-legacy emulators/virtualbox-ose-kmod # portmaster -o emulators/virtualbox-ose-legacy emulators/virtualbox-ose or # portupgrade -o emulators/virtualbox-ose-kmod-legacy emulators/virtualbox-ose-kmod # portupgrade -o emulators/virtualbox-ose-legacy emulators/virtualbox-ose The emulators/virtualbox-ose-legacy port will always include the latest legacy version as a fallback if you hit a serious regression in the latest version. 20110517: AFFECTS: users of lang/perl* AUTHOR: skv@FreeBSD.org lang/perl5.14 is out. If you want to switch to it from, for example lang/perl5.12, that is: Portupgrade users: 0) Fix pkgdb.db (for safety): pkgdb -Ff 1) Reinstall new version of Perl (5.14): env DISABLE_CONFLICTS=1 portupgrade -o lang/perl5.14 -f perl-5.12.\* 2) Reinstall everything that depends on Perl: portupgrade -fr perl Portmaster users: portmaster -o lang/perl5.14 lang/perl5.12 Conservative: portmaster p5- Comprehensive (but perhaps overkill): portmaster -r perl- Note: If the "perl-" glob matches more than one port you will need to specify the name of the Perl directory in /var/db/pkg explicitly. 20110516: AFFECTS: users of net/skype, net/skype-devel, net-im/skype, net-im/skype-devel AUTHOR: Ion-Mihai Tetcu All skype ports were moved to net-im/: - skype12: unchanged, very old version (for FreeBSD 6) - skype20: last version with OSS support, that used to live in net/skype; the DISTFILE is gone from the vendor but if you happen to have it, it would be a way of having sound w/o needing to upgrade your base OS - [RECOMMENDED] skype: currently at 2.1.0.81 and the best supported - skype-devel: currently at 2.2.0.25, sounds is OK, video doesn't work To run either skype or skype-devel with fully working sound you need: - to run fc10 (most probably, please report what you can do with fc4): (OVERRIDE_LINUX_BASE_PORT=f10,OVERRIDE_LINUX_NONBASE_PORTS=f10 in /etc/make.conf for systems that doesn't have it as default) - In order for Skype to work OK, you need your kernel and modules to be: - post 2011-05-03 in on HEAD - post 2011-05-08 in on 7,8-STABLE The port tries to catch if your system version is too old, but there's a ~3months window where because of a lack of OSVERSION bump, this is not possible. So please check; and PLEASE READ THE PKGMESSAGE for setup details. For how to update your kernel/world, see: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html IF YOUR OSVERSION IS NOT NEW ENOUGH, SOUND (ESPECIALLY MIC) WON'T WORK. If you run into problems, at very least we need to know the output of: $ uname -a; sysctl compat.linux | head -2; \ grep OVERRIDE_LINUX_ /etc/make.conf; \ cat /compat/linux/etc/alsa/pcm/pcm-oss.conf the skype version you are using and hardware details (eg. webcam, if related) I most probably will ignore any mail not containing this info since without it it's impossible to help. Please test your sound /video setup outside skype before blaming skype / mailing me. 20110516: AFFECTS: users of audio/musicpd AUTHOR: Chris Rees Musicpd now installs the binary for the server as bin/musicpd, rather than mpd, to remove a conflict with net/mpich2; before upgrade you should run: # /usr/local/etc/rc.d/musicpd stop Likewise, mpd.conf has been renamed musicpd.conf-- if you want to keep it as mpd.conf then place MPDCONF="mpd.conf" into /etc/make.conf, otherwise after upgrade run: # mv /usr/local/etc/mpd.conf /usr/local/etc/musicpd.conf 20110514: AFFECTS: users of sysutils/gksu, sysutils/libgksu, sysutils/libgksuui AUTHOR: bsam@FreeBSD.org sysutils/gksu has been updated to 2.0.2. sysutils/libgksuui has been deprecated since it has become a part of sysutils/libgksu. Before upgrading remove sysutils/libgksuui. 20110511: AFFECTS: users of editors/emacs AUTHOR: ashish@FreeBSD.org Due to a bug when upgrading from 23.2 or later versions, everything installed by other ports in "${PREFIX}/share/emacs" gets removed. Before upgrading: * Please backup custom configurations in "${PREFIX}/share/emacs". * After upgrading reinstall any ports that may have had files in the "${PREFIX}/share/emacs" directory. 20110509: AFFECTS: users of lang/ghc and */hs-* AUTHOR: ashish@FreeBSD.org GHC has been updated to version 7.0.3 and other Haskell ports are also updated to their Haskell Platform versions or latest versions. To update all affected ports: # portmaster -r lang/ghc or # portupgrade -r lang/ghc 20110506: AFFECTS: users of lang/perl* AUTHOR: skv@FreeBSD.org Default version of Perl was bumped to 5.12. If you already have lang/perl5.10 or lang/perl5.8 installed, and want to switch to lang/perl5.12 please follow instructions in the entry 20100715 in this file. 20110503: AFFECTS: users of www/codeigniter and www/codeigniter-devel AUTHOR: glarkin@FreeBSD.org www/codeigniter has been renamed to www/codeigniter17 to track the legacy 1.7.* branch of Codeigniter development. www/codeigniter-devel has been renamed to www/codeigniter to track the recommended 2.0.* branch of Codeigniter development. If you have Codeigniter 1.7.x installed and would like to continue using it, please run one of the following commands to update its origin: # portmaster -o www/codeigniter17 www/codeigniter or # portupgrade -o www/codeigniter17 www/codeigniter If you have Codeigniter 2.0.x installed, please run one of the following commands to update its origin: # portmaster -o www/codeigniter www/codeigniter-devel or # portupgrade -o www/codeigniter www/codeigniter-devel 20110427: AFFECTS: users of mail/ezmlm-idx AUTHOR: glarkin@FreeBSD.org 1) Please consult the instructions for upgrading to version 7.1.1 from the earlier 0.444 version in the ports tree: Online: https://github.com/bruceg/ezmlm-idx/blob/master/UPGRADE Local: /usr/local/share/doc/ezmlm-idx/UPGRADE 2) SQLite3 has been added as a supported database plugin. Note that the MySQL, PgSQL and SQLite options are mutually exclusive, and the first selected option takes precedence if multiple options are selected. 20110421: AFFECTS: users of multimedia/webcamd AUTHOR: kwm@FreeBSD.org Webcamd now creates device nodes with 0660 permission and webcamd:webcamd ownership. To get access to the webcamd devices just add yourself to the webcamd group. 20110409: AFFECTS: users of japanese/asterisk-sounds AUTHOR: tota@FreeBSD.org The japanese/asterisk-sounds has been updated to 1.8. If you want to stay with ja-asterisk14-sounds, please run: # portmaster -o japanese/asterisk14-sounds japanese/asterisk-sounds or # portupgrade -o japanese/asterisk14-sounds japanese/asterisk-sounds See also 20101128 net/asterisk entry. 20110406: AFFECTS: users of lang/ocaml and related libraries/applications AUTHOR: stas@FreeBSD.org Ocaml compiler and libraries suite has been updated to 3.12. There appears to be an ABI incompatibility with .cmi files generated by previous compiler versions. Though these should only affect the linking process, if some application you're using start to misbehave after the lang/ocaml updated you're advised to rebuild this applications using the new ocaml version. 20110402: AFFECTS: users of net-mgmt/xymon-client and net-mgmt/xymon-server AUTHOR: dinoex@FreeBSD.org Loginname, path, scripts and config files have been renamed in 4.3.0 Steps to update: 1. Stop and deinstall the old version. 2. Copy the remaining config files to the new location. 3. Read the instructions 4. merge your old config with the upgrade430.sh script 5. fix the hobbit_*_enable lines in /etc/rc.conf # /usr/local/etc/rc.d/hobbit-server stop # /usr/local/etc/rc.d/hobbit-client stop # pkg_delete /var/db/pkg/xymon-* # pkg_add xymon-client-4.3.0.tbz # pkg_add xymon-server-4.3.0.tbz # cp /usr/local/www/hobbit/server/etc/* /usr/local/www/xymon/server/etc/ # less /usr/local/www/xymon/server/www/help/upgrade-to-430.txt # /usr/local/www/xymon/server/bin/bbcmd /usr/local/www/xymon/server/bin/upgrade430.sh # sed -i '' -e 's|hobbit|xymon' /etc/rc.conf # /usr/local/etc/rc.d/xymon-client start # /usr/local/etc/rc.d/xymon-server start 20110328: AFFECTS: users of net/openldap24-client AUTHOR: delphij@FreeBSD.org OpenLDAP has been upgraded to 2.4.25. In this version, certain library routines were moved from liblutil to libldap. If you previously built the library with "FETCH" support, this would cause libldap to depend on FreeBSD's libfetch.so library. As of 20110402, a local change have been introduced so OpenLDAP libraries link against libfetch.so when FETCH is enabled. Normally, no further user interaction would be required. For new installations, the FETCH option have been turned off by default. 20110324: AFFECTS: users of KDE SC 4 AUTHOR: kde@FreeBSD.org KDE SC ports have been updated to 4.6.1. As usual a number of files were moved between packages, manual intervention into update procedure is required: # pkg_delete -f kdehier4\* kdebase-runtime-4\* kdebase-workspace-4\* # pkg_delete -f kdeedu-4\* kdeutils-4\* # portmaster -a 20110322: AFFECTS: users of www/firefox AUTHOR: gecko@FreeBSD.org The www/firefox port has been updated to 4.0. If you want to stay with Firefox 3.6 please run: # portupgrade -o www/firefox36 www/firefox # portupgrade -o www/firefox36-i18n www/firefox-i18n (if installed) or # portmaster -o www/firefox36 www/firefox # portmaster -o www/firefox36-i18n www/firefox-i18n (if installed) Do not select the OPTIMIZED_CFLAGS option on a system with less then 2 GB of RAM otherwise you will run out of memory during the build. Please make sure all your addons are compatible with Firefox 4.0 and backup your ~/.mozilla directory prior to the first launch of Firefox 4.0. The startup script has been renamed from firefox3 to firefox. 20110319: AFFECTS: users of databases/mysql55-client AUTHOR: ale@FreeBSD.org The shared library version of the client library was increased to reflect ABI changes, and avoid compatibility problems with the client library in MySQL 5.1, so client programs that use the 5.5 client library should be recompiled against the 5.5.10 client library. This can be achieved with: # portmaster -r mysql-client-5.5 or # portupgrade -fr mysql-client-5.5 20110318: AFFECTS: users of www/node and www/node-devel AUTHOR: araujo@FreeBSD.org The port www/node was merged with www/node-devel since there is no longer a development version. Also www/node has not followed the stable upstream prior to this update. To keep www/node updated in your applications, from now on you must use www/node instead of www/node-devel. If you have been using the www/node-devel, you must run one of the following commands to upgrade: # portmaster -o www/node www/node-devel or # portupgrade -o www/node www/node-devel 20110317: AFFECTS: users of www/uzbl AUTHOR: Klaus Aehlig The port has been updated to version as of 2011/02/15. This introduces the following incompatabilities. - $UZBL_FIFO, $UZBL_TITLE are available to scripts as environment variables, but not as command-line arguments. - environment variables are no longer expanded by the config parser - download handling has changed - cookie daemons are no longer supported Users are advised to change their personal configuration files/scripts accordingly. 20110316: AFFECTS: users of sysutils/duplicity AUTHOR: peter.schuller@infidyne.com sysutils/duplicity has been upgraded to 0.6.11. The old version (0.5.20) is retained as sysutils/duplicity05. Duplicity 0.6 should be generally compatible, but pay special attention to the new meaning of the --archive-dir command. In particular, the archive dir is now mandatory and defaults to ~/.cache/duplicity. You may have to --exclude accordingly. In addition, it is recommended you consult the CHANGELOG, specifically the "New in v0.6.00 (2009/06/08)" section which details the checkpoint/restore feature (enabled by default) and its implications. 20110313: AFFECTS: users of astro/boinc-setiathome-enhanced AUTHOR: rene@FreeBSD.org The setiathome client has been updated to version 6.12. Before you update, finish and report your current workunits to avoid losing them. 20110304: AFFECTS: users of lang/python* and py-* AUTHOR: miwi@FreeBSD.org The default version of Python has been changed from 2.6.x to 2.7.x. If you have 2.6.x installed, perform an upgrade of lang/python26 to lang/python27 with one of the following commands: If using portupgrade: # portupgrade -o lang/python27 lang/python26 If using portmaster: # portmaster -o lang/python27 lang/python26 If you want to retain 2.6.x as default Python version, set the PYTHON_DEFAULT_VERSION variable to 'python2.6' (without quotes) in /etc/make.conf, then go to lang/python and perform the following command: # portupgrade -R python Once the installed Python has been updated to 2.7, by using the method above, it is required to run the upgrade-site-packages target in lang/python to assure that site-packages are made available to the new Python version. If using portupgrade: # cd /usr/ports/lang/python && make upgrade-site-packages If using portmaster: # cd /usr/ports/lang/python && make upgrade-site-packages -DUSE_PORTMASTER The portmaster case can take quite some time to complete due to the lack of cached information that the portupgrade suite uses (specifically pkg_which). This is not the fault of portmaster. 20110301: AFFECTS: users of databases/jasperserver AUTHOR: jhelfman@experts-exchange.com (taken from release notes of 4.0 from vendor) If you are upgrading from an older JasperServer version such as 3.5 then you must first upgrade to JasperServer 3.7 before upgrading to 4.0. Upgrading directly from JasperServer 3.5 to 4.0 is not a "certified" (i.e. fully QA tested) procedure. The steps to carry out this operation are fully documented in the JasperReports Server Installation Guide for the 3.7 release. You will need to download the JasperServer 3.7 release package to get the relevant files and documentation. To download the JasperServer 3.7 WAR file distribution zip package, go to the JasperForge.org website and to the JasperServer project. http://jasperforge.org/projects/jasperserver 20110228: AFFECTS: users of devel/ccache AUTHOR: Emanuel Haupt ccache now allows the use of non-default compilers such as clang. This requires adjustments of the ccache make glue. Please (re)read the following document after updating ccache to ccache-3.1.4_1: /usr/local/share/doc/ccache/ccache-howto-freebsd.txt 20110227: AFFECTS: users of net/unison and net/unison-devel AUTHOR: mandree@FreeBSD.org Unison has been upgraded to version 2.40, which uses a different wire protocol than 2.32 did. In order to support synchronization with other computers where Unison is still at version 2.32, a new port net/unison232 has been created. It provides unison232 and if that is GTK2-enabled, also unison232-text. This unison232 port can be installed in parallel with the existing net/unison port. 20110224: AFFECTS: users of x11-drivers/xf86-video-ati AUTHOR: miwi@FreeBSD.org X.Org has been updated to 7.5.1. For all ATI users the driver was updated to 6.14.0 but the old one is still available in x11-drivers/xf86-video-ati613. See radeon(5) for options available. 20110224: AFFECTS: users of net/openldap24-{client,server} AUTHOR: delphij@FreeBSD.org OpenLDAP has been upgraded to 2.4.24, which requires a shared library version bump. Therefore, you need to reinstall all ports that depend on it. Please do something like: # portupgrade -fr net/openldap24-client or # portmaster -r net/openldap24-client 20110224: AFFECTS: Nobody AUTHOR: wxs@FreeBSD.org FreeBSD 8.2 and 7.4 released. 20110209: AFFECTS: users of www/testlink AUTHOR: tota@FreeBSD.org Testlink 1.9.1 was released. Before updating, you should read carefully the included README file because this release requires a manual update of the database scheme. 20110125: AFFECTS: users of lang/perl5.12 AUTHOR: skv@FreeBSD.org lang/perl5.12 has been updated to 5.12.3. You should update everything that depends on perl. The easiest way to do that is to use "perl-after-upgrade" script supplied with lang/perl5.12. Please see its manual page for details. If you want to switch to lang/perl5.12 from lang/perl5.{8,10} please follow instructions in the entry 20100715 in this file. 20110124: AFFECTS: users of mail/postfix AUTHOR: sahil@FreeBSD.org Postfix 2.8 introduces minor incompatibilities with previous versions. Alias expansion, dns lookups, TLS support, milters and other features are affected. To avoid surprises, carefully review the RELEASE_NOTES. If you upgrade from Postfix 2.6 or earlier, you must execute "postfix stop" and "postfix start" before you can use the postscreen(8) daemon. This is needed because the Postfix 2.6 "pass" master service type did not work reliably on some systems. If you upgrade from Postfix 2.7, or from Postfix 2.8 before July 25, 2010, you must "postfix reload" (or "postfix stop" followed by "postfix start"). This is needed because the queue manager to delivery agent protocol has changed. Also note that the optional SPF and VDA patches have not been updated for Postfix 2.8; as a result, they are currently disabled. 20110111: AFFECTS: users of www/redmine AUTHOR: decke@FreeBSD.org If you use 3rd party plugins that are incompatible with i18n >= 0.5.0 (eg. variables in yml files as {{variable}}) then you need to install an older i18n version manually. # gem install -v=0.4.2 i18n Then upgrade the database as usual: # rake db:migrate RAILS_ENV=production 20110107: AFFECTS: users of mail/exim AUTHOR: rea@FreeBSD.org [POSSIBLE CONFIG BREAKAGE] The default value for system_filter_user is now the Exim run-time user, instead of root. [POSSIBLE CONFIG BREAKAGE] ALT_CONFIG_ROOT_ONLY is no longer optional and is forced on. This is mitigated by the new build option TRUSTED_CONFIG_LIST which defines a list of configuration files which are trusted; one per line. If a config file is owned by root and matches a pathname in the list, then it may be invoked by the Exim build-time user without Exim relinquishing root privileges. [POSSIBLE CONFIG BREAKAGE] The Exim user is no longer automatically trusted to supply -D overrides on the command-line. Going forward, we recommend using TRUSTED_CONFIG_LIST with shim configs that include the main config. As a transition mechanism, we are temporarily providing a work-around: the new build option WHITELIST_D_MACROS provides a colon-separated list of macro names which may be overriden by the Exim run-time user. The values of these macros are constrained to the regex ^[A-Za-z0-9_/.-]*$ (which explicitly does allow for empty values). Upgrading users are encouraged to fully study ftp://exim.inode.at/exim/ChangeLogs/NewStuff-4.73 and ftp://exim.inode.at/exim/ChangeLogs/ChangeLog-4.73 20110103: AFFECTS: users of textproc/libwpd and graphics/libwpg AUTHOR: fluffy@FreeBSD.org LibWPD and LibWPG is now using new API, partially incompatible with previous versions. For correct upgrade procedure please upgrade LibWPD and LibWPG first as described, than follow usual upgrade procedure # portmaster -o textproc/libwpd08 libwpd # portmaster -o graphics/libwpg01 libwpg substitute 'portupgrade' for 'portmaster' accordingly if that's your your upgrade tool of choice. 20101230: AFFECTS: users of databases/postgresql??-(server|client) AUTHOR: ohauer@FreeBSD.org PostgreSQL version 8.4 is now the default. To upgrade from a version lower than 8.4, follow the instructions on the PostgreSQL.org website. http://www.postgresql.org/docs/8.4/interactive/install-upgrading.html 20101230: AFFECTS: users of net-mgmt/pnp AUTHOR: rea@FreeBSD.org Starting from 0.6.10_1 config.php is no longer preserved across upgrades; PNP way is to put all modifications into config_local.php. Existing config.php will be saved as config.php.orig and you should review your deviations from defaults and place them into config_local.php. 20101227: AFFECTS: users of databases/mysql55-server AUTHOR: ale@FreeBSD.org MySQL 5.5 has been updated to 5.5.8 GA release. Since layout is changed you should remove mysql55-{client/server/scripts} ports before upgrading. The build system is changed too, so expect failures. 20101227: AFFECTS: users of security/opensc AUTHOR: ale@FreeBSD.org opensc has been updated to 0.12.0 release. Only one backend can be choosen at compile-time: PC/SC is now the default one. opensc doesn't export anymore its internal library, PKCS#11 is the recommended interface. 20101220: AFFECTS: users of net-mgmt/flowd AUTHOR: ohauer@FreeBSD.org flowd use now a fix UID/GID (id 542) instead the next free UID. Before updating the port use the command "pw userdel _flowd" 20101216: AFFECTS: users of security/libksba AUTHOR: glarkin@FreeBSD.org libksba has been updated to 1.1.0, and the shared library version has increased from .17 to .18. Directly- and indirectly-dependent ports have had their PORTREVISION bumped to facilitate rebuilding. Please rebuild the dependent ports with your preferred upgrading tool: # portupgrade -rf security/libksba -or- # portmaster -w -r security/libksba If there are still ports on your system that require ksba.so.17 (either in ${LOCALBASE}/lib/compat/pkg, or non-existent), _please_ file a PR so that a correct direct dependency can be added. Once you are satisfied that no ports still depend on the old shared library version (libksba.so.17), you can safely delete it from the ${LOCALBASE}/lib/compat/pkg directory if it is present there. 20101216: AFFECTS: users of databases/akonadi AUTHOR: avilla@FreeBSD.org With SQLite 3 installed, Akonadi used to build its plugin and install it in a wrong place, without it being listed in plist. To remove the orphaned file, run the following commands PRIOR TO the Akonadi upgrade: # cd /usr/ports/databases/akonadi # rm `make -V KDE4_PREFIX`/`make -V QT_PLUGINDIR_REL`/sqldrivers/libqsqlite3.so # rmdir `make -V KDE4_PREFIX`/`make -V QT_PLUGINDIR_REL`/sqldrivers \ `make -V KDE4_PREFIX`/`make -V QT_PLUGINDIR_REL` \ `make -V KDE4_PREFIX`/`make -V QT_LIBDIR_REL` 20101214: AFFECTS: users of devel/icu AUTHOR: bapt@FreeBSD.org icu has been updated to version 4.6. Please rebuild all ports that depends on it. If you use portmaster: # portmaster -r icu If you use portupgrade: # portupgrade -fr devel/icu Note that devel/icu4 is now deprecated consider replacing it by devel/icu # portmaster -o devel/icu devel/icu4 or # env DISABLE_CONFLICTS=1 portupgrade -o devel/icu -f icu-4\* 20101211: AFFECTS: users of devel/bugzilla, japanese/bugzilla and russian/bugzilla-ru AUTHOR: tota@FreeBSD.org Bugzilla and its language packs are installed to WWWDIR (defaults to PREFIX/www/bugzilla). BUGZILLADIR (that defaulted to PREFIX/www/data/bugzilla) is deprecated. 20101211: AFFECTS: users of databases/mysql-proxy AUTHOR: Florian Smeets The parameters --admin-username and --admin-password are mandatory now. Add something like the following to rc.conf mysql_proxy_args="--admin-username admin --admin-password somepassword" 20101210: AFFECTS: users of multimedia/avidemux2 AUTHOR: nox@FreeBSD.org The port has been updated to 2.5.4 which now installs plugins separately and I had to make a slave port for them, multimedia/avidemux2-plugins. So you'll now have to install that port too for the app to become useful. 20101208: AFFECTS: autotools AUTHOR: autotools@FreeBSD.org Another stage in the autotools cleanup that reduces tree churn whilst updating components, a number of ports have now moved to non-versioned locations since there is now only the concept of legacy and current versions. # portmaster -o devel/autoconf devel/autoconf268 # portmaster -o devel/automake devel/automake111 # portmaster -o devel/libtool devel/libtool22 # portmaster -o devel/libltdl devel/libltdl22 substitute 'portupgrade' for 'portmaster' accordingly if that's your your upgrade tool of choice. 20101205: AFFECTS: users of www/py-flexget AUTHOR: lioux@FreeBSD.org Database schema changes. Please run: $ sqlite3 db-config.sqlite "ALTER TABLE thetvdb_favorites ADD series_id VARCHAR;" $ sqlite3 db-config.sqlite "ALTER TABLE imdb_movies ADD updated DateTime;" $ sqlite3 db-config.sqlite "ALTER TABLE imdb_movies ADD mpaa_rating VARCHAR;" inside flexget configuration directory (~/.flexget) for each sqlite database you might have. Replace "db-config.sqlite" with the appropriate name for your sqlite database file. 20101204: AFFECTS: users of audio/libmpcdec AUTHOR: lioux@FreeBSD.org audio/libmpcdec has been removed in favor of audio/musepack; which has a higher shared library version. You will have to rebuild all ports that depend on audio/libmpcdec. Do this: Portmaster users: # portmaster -o audio/musepack audio/libmpcdec # portmaster -r musepack- Portupgrade user: # env DISABLE_CONFLICTS=1 portupgrade -o audio/musepack -f libmpcdec-\* # pkgdb -Ff # portupgrade -rf musepack-\* 20101204: AFFECTS: autotools AUTHOR: autotools@FreeBSD.org The next stage in the ongoing cleanup of autotools-using ports is a refactoring of bsd.autotools.mk so that version numbers are no longer needed within the USE_AUTOTOOLS stanza. There is either autoconf213/autoconf or automake14/automake (for the legacy versions, and the currently available versions). This will considerably reduce the amount of tree-wide patching in future on an update. IMPORTANT: if you have either devel/autoconf-wrapper or devel/automake-wrapper installed on your system (and you most likely do) PLEASE update these ports to their new versions before updating anything else -- Bad Things[tm] are likely to happen otherwise. 20101202: AFFECTS: users of multimedia/gstreamer-plugins AUTHOR: multimedia@FreeBSD.org If during the upgrade of gstreamer-plugins the following error happens: GstAudio-0.10.gir: Incompatible version 1.0 (supported: 1.2) Use the following command to upgrade: cd ports/multimedia/gstreamer-plugins && make deinstall clean install 20101202: AFFECTS: users of www/wordpress AUTHOR: sunpoet@FreeBSD.org WordPress is now installed to WWWDIR (defaults to PREFIX/wordpress) instead of WORDPRESS (defaults to PREFIX/www/data/wordpress). 20101129: AFFECTS: users of sysutils/radmind AUTHOR: ohauer@FreeBSD.org The radmind user and group is created automatically during installation. The owner of $RADMIND_BASE_DIR changes from root to radmind. 20101128: AFFECTS: users of net/asterisk, net/asterisk-addons AUTHOR: Florian Smeets If you want to upgrade to 1.8.0 first remove asterisk-addons by running # pkg_delete -f asterisk-addons\* after that you can run one of the following # portmaster asterisk or # portupgrade asterisk You need to update your config files as the step from 1.4.x to 1.8.x is quite big. First you need to look at what changed between 1.4 and 1.6 http://svnview.digium.com/svn/asterisk/branches/1.8/UPGRADE-1.6.txt After that you also need to take into account what chagne between 1.6 and 1.8 http://svnview.digium.com/svn/asterisk/branches/1.8/UPGRADE.txt If you want to stay with asterisk 1.4.x please run # portmaster -o net/asterisk14 net/asterisk # portmaster -o net/asterisk14-addons net/asterisk-addons or # portupgrade -o net/asterisk14 net/asterisk # portupgrade -o net/asterisk14-addons net/asterisk-addons 20101127: AFFECTS: users of mail/postfix, mail/postfix2[56] AUTHOR: sahil@FreeBSD.org As of Postfix 2.7.2, 2.6.8, 2.5.11: Postfix no longer automatically appends the system default CA (certificate authority) certificates, when it reads the CA certificates specified with {smtp, lmtp, smtpd}_tls_CAfile or with {smtp, lmtp, smtpd}_tls_CApath. This prevents third-party certificates from getting mail relay permission with the permit_tls_all_clientcerts feature. Unfortunately, this change may cause compatibility problems with configurations that rely on certificate verification for other purposes. To get the old behavior, specify "tls_append_default_CA = yes". 20101124: AFFECTS: users of www/py-flexget AUTHOR: lioux@FreeBSD.org metainfo_series is no longer a builtin. This should only affect you if you aren't using one of the series plugins (series, all_series, thetvdb_favorites, or series_premiere.) If you need to enable metainfo_series manually for a feed it can be done like so: metainfo_series: yes 20101120: AFFECTS: users of x11-toolkits/gtk20 and x11-toolkits/gtkmm24 AUTHOR: FreeBSD GNOME Team In the GNOME 2.32 release. gdk-pixbuf2 has been split off from gtk20, and atkmm has been split off from gtkmm24. To upgrade please use the following instructions: Portmaster users: # pkg_delete -f gtkmm-2.20\* gtk-2.20\* # portmaster -a Portupgrade users: # pkgdb -fF # pkg_deinstall -fO gtkmm-2.20\* gtk-2.20\* # portupgrade -aOW 20101118: AFFECTS: users of editors/emacs-devel AUTHOR: Ashish SHUKLA Due to a bug when upgrading from 24.0.50.101606, everything installed by other ports in "${PREFIX}/share/emacs" gets removed. Before upgrading: * Please backup custom configurations in "${PREFIX}/share/emacs". * After upgrading reinstall any ports that may have had files in the "${PREFIX}/share/emacs" directory. Apologies for this inconvenience. 20101117: AFFECTS: users of net-p2p/transmission-cli and net-p2p/transmission-gtk AUTHOR: Mezz Transmission has been updated to 2.12. The following name of binaries and manpages have been renamed: transmissioncli -> transmission-cli transmission -> transmission-gtk 20101117: AFFECTS: users of devel/ccache AUTHOR: Emanuel Haupt Updated instructions on how to workaround a buildworld failure have been committed. Please (re)read the following document after updating ccache to 3.1.1_1: /usr/local/share/doc/ccache/ccache-howto-freebsd.txt 20101110: AFFECTS: users of databases/mysql55-server AUTHOR: Alex Dupre If you are upgrading from a previous MySQL release, the server will exit during startup after finding that the proxies_priv table is missing. To create the table, start the server with the --skip-grant-tables option to cause it to skip the normal grant table checks, then run mysql_upgrade. Then stop the server and restart it normally. You can do this by temporarly setting the following line in rc.conf: mysql_args="--skip-grant-tables --skip-networking" 20101108: AFFECTS: users of databases/py-bsddb3 AUTHOR: wen@FreeBSD.org py-bsddb3 update to 5.1.0. This release drops support for Berkeley DB 4.1, and adds support for Berkeley DB version 5.1, brand new. If you need Berkeley DB 4.1 support, keep using pybsddb 5.0.0. If you want support for Berkeley DB 5.1, remember to install the BDB library before installing these bindings. 20101030: AFFECTS: users of www/xshttpd-devel AUTHOR: johans@FreeBSD.org The default XS-httpd configuration file locations have changed: The main configuration file is now $PREFIX/etc/xshttpd/httpd.conf and other configuration file are stored in that same directory. Existing configurations should be moved over manually. Log files now appear in /var/log/xshttpd/ by default. 20101029: AFFECTS: users of ports-mgmt/portmaster AUTHOR: Doug Barton The changes to bsd.port.mk in 1.652 require all portmaster users to upgrade to version 3.1 or later. The best method to do this will be to use the port, rather than portmaster itself: # pkg_delete -f portmaster\* # cd /usr/ports/ports-mgmt/portmaster && make clean && make install clean 20101026: AFFECTS: users of net/samba35 AUTHOR: Timur Bakeyev This is the latest stable release of the Samba3 distribution. It has been extended with the experimental support of the NFS4-like ACLs on ZFS partitions, thanks to the sysutils/libsunacl library by Edward Tomasz Napierala(trasz). This support haven't been tested thoroughly, so try it on your own risk. This port reverted back to the pre- net/samba34 layout of the directories and now they are again $PREFIX/etc/samba, /var/run/samba, /var/log/samba, /var/db/samba and /var/spool/samba respectively. In case, you are upgrading from net/samba34, please rename corresponding samba34/ subdirectories into samba/ ones. Upgrades from older versions of Samba and fresh installations should be seamless. 20101015: AFFECTS: users of devel/llvm-devel who use clang AUTHOR: Brooks Davis The clang portion of devel/llvm-devel has been split out and now resides in lang/clang-devel. If you have devel/llvm-devel installed in order to use clang, you will need to install the clang-devel port when upgrading. 20101003: AFFECTS: users of www/typo3 AUTHOR: Helmut Schneider www/typo3 has been repocopied to www/typo343. If you need to continue with the old stable version please run # portmaster -o www/typo343 www/typo3 or # portupgrade -o www/typo343 www/typo3 Please remember to change the path of your config files too. 20101003: AFFECTS: users of net-mgmt/kismet AUTHOR: bf@FreeBSD.org This update includes major changes in how Kismet works and is configured. Clients, servers, drones, and configuration files must be updated to work with the new version. Map support has not yet been added. See the kismet README for details. 20100929: AFFECTS: users of sysutils/zfsnap AUTHOR: Aldis Berjoza Since timestamp format changed you need to use -o option with -d option in order to be able to delete old snapshots. Note however that you don't need -o when creating new snapshots, unless you want to keep using the old timestamp format. See http://wiki.bsdroot.lv/zfsnap for more info. 20100927: AFFECTS: users of mail/postfix-current AUTHOR: ohauer@FreeBSD.org Incompatibility with snapshot 20100912 ====================================== - If your DNSBL queries have a "secret" in the domain name, you must now censor this information from the postscreen(8) SMTP replies. - The postscreen "continue" action is now called "ignore". The old name is still supported but no longer documented. - The postscreen_hangup_action parameter was removed. Postscreen now always behaves as if "postscreen_hangup_action = drop". - The postscreen_cache_retention_time default was increased from 1d to 7d, to avoid deleting results from expensive deep SMTP protocol tests too quickly. Incompatibility with snapshot 20100827 ====================================== - The Postfix SMTP client no longer appends the local domain when looking up a DNS name without ".". Specify "smtp_dns_resolver_options = res_defnames" to get the old behavior, which may produce unexpected results. 20100924: AFFECTS: users of x11/nvidia-driver AUTHOR: makc@FreeBSD.org nvidia-driver does not install vdpau library and headers anymore, they are now provided by multimedia/libvdpau port. To avoid conflict, please rebuild nvidia-driver port before upgrading your ports and before installing multimedia/libvdpau. 20100921: AFFECTS: users of p5-Compress-Zlib, p5-IO-Compress-* AUTHOR: mm@FreeBSD.org The p5-Compress-Zlib, p5-IO-Compress-Base, p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 ports have been replaced by p5-IO-Compress. Users of Perl 5.10 and higher do not need to install this module because it is already included in the standard perl distribution. 20100920: AFFECTS: users of security/stunnel AUTHOR: roam@FreeBSD.org In stunnel-4.34, the DH support is no longer configurable by the user, but always enabled when OpenSSL supports it instead. This means that it will now most probably be enabled on the supported versions of FreeBSD. If this leads to problems with old SSL clients, I will look into making it configurable at build time again. 20100917: AFFECTS: users of sysutils/cdrtools-cjk AUTHOR: marius@FreeBSD.org sysutils/cdrtools-cjk port has been removed, as the required functionality is now available in cdrtools 3.0.0 in the standard sysutils/cdrtools port. 20100915: AFFECTS: autoconf, automake AUTHOR: autotools@FreeBSD.org autoconf has been updated from 2.62 to 2.67 -- all ports depending on autoconf-2.62 have had their PORTREVISIONs update, so a standard port updating method will suffice. USE_GETTEXT has been extended to also accept 'build' and 'run' for ports which need devel/gettext as a BUILD- or RUN-time dependency only. No port should now be directly depending on devel/gettext in Makefiles. 20100915: AFFECTS: users of sysutils/cdrtools-cjk AUTHOR: marius@FreeBSD.org Version 3.00 of sysutils/cdrtools breaks but at the same time also obsoletes sysutils/cdrtools-cjk as mkisofs now employs iconv for character conversion. Consequently sysutils/cdrtools-cjk is marked BROKEN and the use of USE_CDRTOOLS=cjk as well as USE_CDRTOOLS together with the WITH_CJK knob left in a broken state until bsd.port.mk is updated by portmgr@ accordingly. Once USE_CDRTOOLS is updated to no longer refer to sysutils/cdrtools-cjk the latter will be removed. Previous users of sysutils/cdrtools-cjk should switch to using sysutils/cdrtools instead, which might require not using the WITH_CJK knob until said update of bsd.port.mk has happened. 20100915: AFFECTS: users of lang/perl5.12 AUTHOR: skv@FreeBSD.org lang/perl5.12 has been updated to 5.12.2. You should update everything that depends on perl. The easiest way to do that is to use "perl-after-upgrade" script supplied with lang/perl5.12. Please see its manual page for details. If you want to switch to lang/perl5.12 from lang/perl5.{8,10} please follow instructions in the entry 20100715 in this file. 20100912: AFFECTS: ftp/curl AUTHOR: roam@FreeBSD.org With version 7.21.1, the cURL port is built with stricter compiler checking by default (the -Werror flag is passed to the C compiler, making it treat any warnings as fatal errors). If you experience problems building cURL, re-run "make config" in the ftp/curl directory and disable the WERROR knob. 20100912: AFFECTS: www/tdiary-devel, japanese/tdiary-devel AUTHOR: tota@FreeBSD.org The stable tDiary ports, www/tdiary and japanese/tdiary, have been updated to 3.0.0. The development versions of tDiary have been merged from www/tdiary-devel to www/tdiary and from japanese/tdiary-devel to japanese/tdiary, respectively. If you have been using the www/tdiary-devel or japanese/tdiary-devel, you run one of the following commands to upgrade: - www/tdiary-devel # portmaster -o www/tdiary www/tdiary-devel or # portupgrade -o www/tdiary www/tdiary-devel - japanese/tdiary-devel # portmaster -o japanese/tdiary japanese/tdiary-devel or # portupgrade -o japanese/tdiary japanese/tdiary-devel Before upgrading, please read the following for more details: http://www.tdiary.org/20100828.html (written in Japanese) 20100907: AFFECTS: sysutils/pecl-fileinfo AUTHOR: ale@FreeBSD.org If you are using php 5.3 (lang/php5) and fileinfo extension, you should switch to sysutils/php5-fileinfo port: portmaster -o sysutils/php5-fileinfo sysutils/pecl-fileinfo 20100904: AFFECTS: net/netcat AUTHOR: pgollucci@FreeBSD.org Rename nc to netcat to prevent /usr/bin/nc shadowing /usr/local/bin/nc 20100902: AFFECTS: users of KDE 4 AUTHOR: kde@FreeBSD.org KDE SC ports has been updated to 4.5.1. A number of files were moved between packages, manual intervention into update procedure is required: # pkg_delete -f kdehier4\* kdelibs-4\* kdebase-4\* kdebase-runtime-4\* kdebase-workspace-4\* # rm -rf /usr/local/kde4/share/PolicyKit/policy # cd /usr/ports/misc/kdehier4 && make install clean # portmaster -a 20100901: AFFECTS: users of www/rubygem-rails AUTHOR: pgollucci@FreeBSD.org Rails has been updated to 3.0.0. As always, make sure you check the changes at http://weblog.rubyonrails.org/. 20100817: AFFECTS: users of www/lighttpd AUTHOR: mm@FreeBSD.org The modules mod_geoip and mod_h264_streaming have been moved into slave ports: www/lighttpd-mod_geoip and www/lighttpd-mod_h264_streaming 20100818: AFFECTS: users of www/lighttpd AUTHOR: mm@FreeBSD.org The default lighttpd configuration file locations have changed. The main configuration file is now: $PREFIX/etc/lighttpd/lighttpd.conf and includes other configuration files from $PREFIX/etc/lighttpd/ For compatibility with old-style configurations, if the lighttpd_conf variable is not set in /etc/rc.conf, $PREFIX/etc/lighttpd.conf takes precedence over $PREFIX/etc/lighttpd/lighttpd.conf 20100815: AFFECTS: users of databases/redis and databases/redis-devel AUTHOR: osa@FreeBSD.org The redis configuration file, redis.conf, have been changed, some options removed in newer versions (>=2.0). In some cases, redis-server with older configuration might does not run at startup. If you run into startup problems, re-edit configuration file. 20100813: AFFECTS: www/opera AUTHOR: dinoex@FreeBSD.org If you run opera without gtk or kde4, the browser might crash on shutdown. In this case go to about:config and change "Dialog Toolkit" from 0 to 4. 20100811: AFFECTS: multimedia/mpeg4ip-libmp4v2 AUTHOR: makc@FreeBSD.org multimedia/mpeg4ip-libmp4v2, which is not maintained upstream, has been replaced with new port, multimedia/mp4v2. The shared library version has been changed with this update, thus all ports that depends on mp4v2 library must be rebuilt: portmaster -o multimedia/mp4v2 multimedia/mpeg4ip-libmp4v2 portmaster -a 20100731: AFFECTS: users of devel/ccache AUTHOR: ehaupt@FreeBSD.org Users upgrading from 2.4 release should clear the old cache directory with: # ccache --clear 20100730: AFFECTS: users of www/neon28 and www/neon29 AUTHOR: mezz@FreeBSD.org Makes neon29 our default neon library in the ports tree. The www/neon28 has been removed and www/neon29's shared library version has been changed. You will have to rebuild all ports that depend on www/neon29. Do this: Portmaster users: portmaster -o www/neon29 www/neon28 portmaster -r neon29- Portupgrade user: env DISABLE_CONFLICTS=1 portupgrade -o www/neon29 -f neon28-\* pkgdb -Ff portupgrade -rf neon29-\* 20100728: AFFECTS: users of textproc/nltk AUTHOR: clsung@FreeBSD.org Nltk has been upgraded to 2.0b8 which depends on devel/py-yaml now. You need to deinstall nltk before upgrading, since the previous port will delete files installed from py-yaml during its deinstall phase. Use, for example: # pkg_delete nltk-2.0b7,1 # portsnap fetch update # cd /usr/ports/textproc/nltk/ # make install clean 20100727: AFFECTS: users of security/libgcrypt AUTHOR: wxs@FreeBSD.org libgcrypt has been upgraded to 1.4.6 which has a shared library version bump. You need to reinstall all ports that depend on it. Use something like this: portupgrade -rf libgcrypt portmaster -r libgcrypt 20100722: AFFECTS: users of net/rabbitmq AUTHOR: Phillip The database schema and the format in which persistent messages are stored have both changed since the last release (1.7.2). When starting, the RabbitMQ server will detect the existence of an old database and will move it to a backup location, before creating a fresh, empty database, and will log a warning. 20100715: AFFECTS: users of lang/perl* AUTHOR: skv@FreeBSD.org lang/perl5.12 is out. If you want to switch to it from, for example lang/perl5.10, that is: Portupgrade users: 0) Fix pkgdb.db (for safety): pkgdb -Ff 1) Reinstall new version of Perl (5.12): env DISABLE_CONFLICTS=1 portupgrade -o lang/perl5.12 -f perl-5.10.\* 2) Reinstall everything that depends on Perl: portupgrade -fr perl Portmaster users: portmaster -o lang/perl5.12 lang/perl5.10 Conservative: portmaster p5- Comprehensive (but perhaps overkill): portmaster -r perl- Note: If the "perl-" glob matches more than one port you will need to specify the name of the Perl directory in /var/db/pkg explicitly. 20100626: AFFECTS: users of japanese/ibus-mozc AUTHOR: daichi@FreeBSD.org The japanese/ibus-mozc port has been updated to version 0.11.383.102, and separated into 5 ports to cope with upcoming new port japanese/scim-mozc. o japanese/mozc-server o japanese/mozc-tool o japanese/mozc-additions o japanese/ibus-mozc o devel/py-gyp-devel You can not upgrade with portupgrade or portmaster. To upgrade, you must deinstall japanese/ibus-mozc first and then install the new japanese/ibus-mozc. For example: # pkg_delete ja-ibus-mozc-0.11.365.102_1 # portsnap fetch update # cd /usr/ports/japanese/ibus-mozc/ # make install clean 20100617: AFFECTS: users of security/{dirmngr|gnupg} AUTHOR: dougb@FreeBSD.org The security/libassuan port has been updated to version 2.0.0, and the applications listed above have been updated to use it as of versions 1.1.0 and 2.0.15 respectively. If you HAVE NOT updated your libassuan port as described in the 20100613 entry, you can simply update all 3 ports together (libassuan, dirmngr if installed, and gnupg) using your normal upgrade path. If you HAVE updated to libassuan-1, then you need to do the following before upgrading dirmngr and gnupg. If you use portupgrade: portupgrade -f -o security/libassuan security/libassuan-1 If you use portmaster: portmaster -o security/libassuan libassuan-1 If you use neither: pkg_delete -f libassuan* Please note, libassuan version 2.0.0 is now a shared library, so unlike the previous version it is now a runtime dependency and cannot be deleted after you are done building dirmngr and/or gnupg. 20100613: AFFECTS: users of deskutils/kdepim4, and security/{gpa|opensc} AUTHOR: dougb@FreeBSD.org The security/libassuan port has been updated to version 2.0.0, however, the applications listed above are not yet compatible with it. Therefore security/libassuan-1 has been created until they can be updated, and the ports listed above have been updated to depend on it. You must first replace your existing libassuan with version 1 in the new location, then you can update the ports listed above normally. If you use portupgrade: portupgrade -f -o security/libassuan-1 security/libassuan If you use portmaster: portmaster -o security/libassuan-1 libassuan If you use neither: pkg_delete -f libassuan* 20100609: AFFECTS: users of audio/libogg and audio/libao AUTHOR: naddy@FreeBSD.org There are new versions of libogg (1.2.0) and libao (1.0.0) and the shared library versions have been bumped (ogg.6 to ogg.7, ao.3 to ao.4). All ports that have an identifiable direct dependency on these libraries have had their PORTREVISIONs bumped. However, some ports that pull in the libraries indirectly may continue to look for the old versions. To ensure that all are updated, perform this step: If you use portupgrade: portupgrade -rf libogg libao If you use portmaster: portmaster -r libogg libao 20100605: AFFECTS: users of multimedia/gstreamer-plugins-good and multimedia/gstreamer-plugins-bad AUTHOR: kwm@FreeBSD.org Certain plugins were moved from the -bad port to the -good port. Please follow instructions below before proceeding with normal update steps: If you use portmaster: portmaster gstreamer-plugins-bad If you use portupgrade: portupgrade -R multimedia/gstreamer-plugins-bad 20100602: AFFECTS: users of lang/mono AUTHOR: romain@FreeBSD.org Starting with Mono 2.6, the Moonlight compiler and assemblies are not installed by the lang/mono port anymore. They are however provided by the multimedia/moonlight port. If you are doing some Silverlight development, install multimedia/moonlight after updating lang/mono. 20100530: AFFECTS: users of devel/gettext (i.e.: YOU) AUTHOR: ade@FreeBSD.org Another version of gettext (0.18), and another shared library version bump (from intl.8 to intl.9), so: All ports that have an identifiable known direct dependency on gettext have had their PORTREVISIONs bumped. If after upgrading: # portupgrade -rf gettext # portmaster -w -r gettext The upgrade of devel/gobject-introspection may fail because it is looking for libintl.so.8. In this case, do the following: # cd /usr/ports/devel/gobject-introspection # make clean # make deinstall # make install clean Then continue your upgrade procedure normally. If there are still ports on your system that are looking for libintl.so.8 (either in ${LOCALBASE}/lib/compat/pkg, or non-existent), _please_ file a PR so that a correct direct dependency can be added. Once you are satisfied that no ports still depend on the old versions (such as libgettextpo.so.4 and libintl.so.8) you can safely delete them from the ${LOCALBASE}/lib/compat/pkg directory if they are present there. 20100524: AFFECTS: users of devel/darcs, ports-mgmt/porte, textproc/pandoc, x11/xmobar, x11-wm/xmonad, x11-wm/xmonad-contrib AUTHOR: pgj@FreeBSD.org The following ports have been renamed to improve consistency among Haskell Cabal ports: - devel/darcs -> devel/hs-darcs - ports-mgmt/porte -> ports-mgmt/hs-porte - textproc/pandoc -> textproc/hs-pandoc - x11/xmobar -> x11/hs-xmobar - x11-wm/xmonad -> x11-wm/hs-xmonad - x11-wm/xmonad-contrib -> x11-wm/hs-xmonad-contrib Please follow these steps below to update Haskell ports that you have installed: 1) Reinstall the renamed Haskell port dependencies (see previous entry). Note that this will possibly require that you remove the affected leaf (aforementioned) ports as well; 2) Reinstall the renamed application(s) you use. 20100524: AFFECTS: users of hs-* ports AUTHOR: pgj@FreeBSD.org The following Haskell ports have been renamed in order to bring them in sync with the naming scheme used at HackageDB. Please follow these steps below to update your installation: 1) Delete the following ports (if you have any of them installed): - hs-zip-archive-ghc - hs-binary-ghc - hs-language-c-ghc - hs-lazysmallcheck-c-ghc - hs-pcre-light-ghc - hs-utf8-string-ghc - hs-HGL-ghc - hs-digest-ghc - hs-haxml - hs-highlighting-kate-ghc - hs-polyparse-ghc - hs-x11-ghc - hs-x11-xft-ghc - hs-opengl-ghc - hs-OpenGLRaw-ghc - hs-OpenGLURaw-ghc - hs-glut-ghc 2) Rebuild the renamed ports and all ports that depend on them. 20100518: AFFECTS: users of devel/pylint AUTHOR: mva@FreeBSD.org The pylint user configuration files have been changed slightly in newer versions (>=0.20.0). In some cases, older configurations might crash pylint at startup. If you run into startup problems, make sure you remove the .pylintrc configuration settings and the .pylint.d directory from your home directory: $ rm ~/.pylintrc $ rm -rf ~/.pylint.d 20100518: AFFECTS: users of devel/apr0, devel/apr1, www/apache20, www/apache22 AUTHOR: pgollucci@FreeBSD.org devel/apr port has been renamed to devel/apr1. WITH_APR_FROM_PORTS=yes for www/apache22 has been dissolved and may be removed from your configuration files; devel/apr1 is always used now. Please manually delete apache-2.\* if installed _before_ updating using either portmaster or portupgrade: pkg_delete -f apache-2.\* Then, if you use portmaster: portmaster -o devel/apr1 devel/apr If you use portupgrade: portupgrade -f -o devel/apr1 devel/apr Finally, reinstall Apache port if you deleted it earlier and update ports as usual (`XX' below is either 20 or 22): portinstall www/apacheXX 20100512: AFFECTS: users of www/apache20 AUTHOR: pgollucci@FreeBSD.org The rc.d script has been renamed: apache2.sh -> apache2 You'll need to update any crons wrappers, etc. for the new paths. 20100511: AFFECTS: users of KDE SC 4 AUTHOR: kde@FreeBSD.org KDE SC ports have been updated from 4.3.5 to 4.4.3. A number of libraries was moved between packages. The recommended update procedure is to delete kdelibs-experimental*, kdebase-4*, kdebase-workspace-4*, kdebase-runtime-4*, kdepim-4*, kdepim-runtime-4*, and then update ports as usual and install desired KDE 4 ports: # pkg_delete -f kdebase-\*4\* kdepim-\*4\* kdelibs-experimental-\*4\* # portmaster -a (or portupgrade -aR) In order to enabled Nepomuk semantic desktop search you have to install databases/virtuoso (you don't need to manually configure or run virtuoso server). 20100511: AFFECTS: users of textproc/redland RDF engine AUTHOR: kde@FreeBSD.org Redland RDF engine has been split into redland itself and rasqal engine. The recommended update procedure is to delete redland, then update ports as usual and install desired RDF ports: # pkg_delete -f redland-\* # portmaster raptor (or portupgrade -r raptor) 20100511: AFFECTS: users of multimedia/qt4-phonon, multimedia/qt4-phonon-gst, multimedia/phonon, and multimedia/phonon-gstreamer AUTHOR: kde@FreeBSD.org WITH_QT_PHONON global knob has been introduced to allow selection between multimedia/qt4-phonon* ports (a bit outdated Phonon, which is shipped with Qt 4) and multimedia/phonon* ports. Since KDE SC 4.4 now requires fresh Phonon, multimedia/phonon* ports are installed by default. If you don't use KDE, you may set WITH_QT_PHONON=yes in /etc/make.conf and continue to use Qt 4 Phonon implementation ports. If you want to use KDE SC 4.4 (or if you want the latest Phonon), do not define WITH_QT_PHONON, delete multimedia/qt4-phonon* ports, and install multimedia/phonon*: If you use portmaster: portmaster -o multimedia/phonon multimedia/qt4-phonon portmaster -o multimedia/phonon-gstreamer multimedia/qt4-phonon-gst If you use portupgrade: portupgrade -f -o multimedia/phonon multimedia/qt4-phonon portupgrade -f -o multimedia/phonon-gstreamer multimedia/qt4-phonon-gst 20100510: AFFECTS: users of security/gnome-keyring AUTHOR: kwm@FreeBSD.org libgnome-keyring was split out of the gnome-keyring package. Perform the following before doing your normal upgrade steps: pkg_delete -f "gnome-keyring-*" portmaster security/gnome-keyring or pkgdb -Ff portupgrade -R -x gnome-keyring -x libgnome-keyring gnome-keyring pkg_deinstall -fO gnome-keyring portinstall security/gnome-keyring 20100506: AFFECTS: users of mail/nullmailer on FreeBSD 6.X AUTHOR: glarkin@FreeBSD.org The nullmailer port was recently updated with an rc.d script to correctly daemonize nullmailer-send with daemon(8). On FreeBSD 6.X, daemon(8) does not support "[-u user]" command-line switch, causing the nullmailer rc.d script failure to start nullmailer-send. Support for "[-u user]" command-line switch was recently MFC'd to 6-STABLE (http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/146266). FreeBSD 6.X users should patch and install daemon(8) by one of the methods described below. If /usr/src is not yet populated, csup the 6-STABLE sources and run these commands: cd /usr/src/usr.sbin/daemon make install /usr/local/etc/rc.d/nullmailer start If /usr/src is already populated with sources from a previous 6.X release, use these commands: cd /usr/src/usr.sbin/daemon fetch 'http://people.freebsd.org/~glarkin/pr-links/daemon/patch-daemon.c' fetch 'http://people.freebsd.org/~glarkin/pr-links/daemon/patch-daemon.8' patch -p0 daemon.c < patch-daemon.c patch -p0 daemon.8 < patch-daemon.8 make install /usr/local/etc/rc.d/nullmailer start 20100502: AFFECTS: users of www/squid* AUTHOR: miwi@FreeBSD.org Starting with squid* the directory containing the default cache and log directory was changed from $PREFIX/squid/ to /var/squid/. The default values for the following Squid configuration parameters have changed as shown below: cache_log from $PREFIX/squid/logs/cache.log to /var/squid/logs/cache.log cache_store_log from $PREFIX/squid/logs/store.log to /var/squid/logs/store.log pid_filename from $PREFIX/squid/logs/squid.pid to /var/squid/logs/squid.pid coredump_dir from $PREFIX/squid/cache to /var/squid/cache Please check whether you need to define any of these variables in your squid.conf to the old defaults explicitly before updating, especially if you have set up automated log processing or automated log rotation. If you define pid_filename in your squid.conf, you should also set squid_pidfile to the same value in /etc/rc.conf, cf. $PREFIX/etc/rc.d/squid. 20100419: AFFECTS: users of math/libgmp4 AUTHOR: ale@FreeBSD.org The default gmp version in FreeBSD is now 5.0.x. The port directory changed from math/libgmp4 to math/gmp. An entry has been added to MOVED and all depending ports revisions have been bumped, so the update should be handled correctly by usual port management tools such as portupgrade. Portmaster users, please do the following before upgrading ports that depend on gmp: portmaster -o math/gmp math/libgmp4 20100409: AFFECTS: users of lang/php5 AUTHOR: ale@FreeBSD.org As of PHP 5.3, a few extensions were removed from or included into the core PHP5 package. Follow the steps below to update your installation. 1) Delete the following packages (if installed): - php5-dbase - php5-ncurses - php5-pcre - php5-spl - php5-ming - php5-mhash 2) Rebuild lang/php5 and all ports that depend on it. 20100403: AFFECTS: users of net/dgd AUTHOR: glewis@FreeBSD.org The kernel library has been separated from the main net/dgd port into its own net/dgd-kernel port so that all libraries are on an equal footing. This also reflects the split of the kernel library out from the main DGD distribution. If you wish to continue to use the kernel library you'll need to install net/dgd-kernel after updating to dgd-1.4.1_2. 20100330: AFFECTS: users of gstreamer-plugins-bad and gstreamer-plugins-good AUTHOR: kwm@FreeBSD.org Plugin moved from the -bad port to the -good port. Please follow the instructions below before proceeding with normal update steps. If you use portmaster: portmaster gstreamer-plugins-bad If you use portupgrade: portupgrade -R multimedia/gstreamer-plugins-bad 20100328: AFFECTS: users of graphics/png AUTHOR: dinoex@FreeBSD.org The PNG library has been updated to version 1.4.1. Please rebuild all ports that depend on it. If you use portmaster: make sure you update to portmaster version 2.20 or newer, then do: portmaster -r png- If you use portupgrade: portupgrade -fr graphics/png 20100221: AFFECTS: users of rblibtorrent-devel AUTHOR: dougb@FreeBSD.org The port name has changed to libtorrent-rasterbar-14. If you use portmaster: portmaster -o net-p2p/libtorrent-rasterbar-14 net-p2p/rblibtorrent-devel If you use portupgrade: portupgrade -o net-p2p/libtorrent-rasterbar-14 net-p2p/rblibtorrent-devel 20100216: AFFECTS: users of sysutils/bacula-server, sysutils/bacula-client AUTHOR: dvl@FreeBSD.org Bacula 5.x uses new shared objects which conflict with the shared objects from previous versions. You should delete all existing Bacula packages from your system before compiling Bacula 5.x, otherwise you'll encounter compilation errors. /usr/local/etc/rc.d/bacula-dir stop /usr/local/etc/rc.d/bacula-sd stop /usr/local/etc/rc.d/bacula-fd stop pkg_delete 'bacula-*' After upgrading, remember to run the database upgrade script supplied with the port. 20100214: AFFECTS: users of japanese/roundcube AUTHOR: nork@FreeBSD.org If you switch mail/roundcube to japanese/roundcube, please re-check configuration files like ${PREFIX}/www/roundcube/config/main.inc.php. At least, please add following settings: $rcmail_config['message_charset_languages'] = array('en_US' => 'ISO-8859-1', ... $rcmail_config['transfer_encoding_languages'] = array('en_US' => 'quoted-printable', ... See also: ${PREFIX}/www/roundcube/config/main.inc.php.dist 20100207: AFFECTS: users of www/firefox AUTHORS: beat@FreeBSD.org, mandree@FreeBSD.org (Java plugin) The www/firefox port has been updated to 3.6. From now on www/firefox will contain the most recent version of Firefox. Older but still supported releases will be available in www/firefox3 and www/firefox35. In order to update to Firefox 3.6 please delete your older installed version of Firefox first and install www/firefox afterwards. Please make sure all your addons are compatible with Firefox 3.6 and backup your ~/.mozilla directory prior to the first launch of Firefox 3.6. Note that in order to use Java with Firefox 3.6, you need to install java/openjdk6, build it with the "WEB" option enabled and use the Iced Tea plugin. To achieve the latter, each user needs to create a symlink to the Icedtea plugin as described in the Browsers/Firefox and Java[tm] Plugin section in the handbook: ln -s /usr/local/openjdk6/jre/lib/IcedTeaPlugin.so \ $HOME/.mozilla/plugins 20100207: AFFECTS: users of Mesa3D libraries and x11-drivers/xf86-video-nouveau AUTHOR: nork@FreeBSD.org If you want to use Mesa3D 7.6.1 and libdrm 2.4.17 rather than 7.4.4 and 2.4.12, you must define WITHOUT_NOUVEAU global macro, at least, enabled on graphics/libGL*, graphics/libglut, graphics/dri, graphics/mesa-demos, and graphics/libdrm. And please give up using x11-drivers/xf86-video-nouveau. At this time, I cannot enable latest Mesa3D and libdrm, because they break xf86-video-nouveau. But old (current?) Mesa3D and libdrm do not break any drivers. AMD Radeon HD 2xxx/3xxx/4xxx users: If you use AMD Radeon HD [234]xxx series, please define WITHOUT_NOUVEAU global macro. You can then use OpenGL Hardware Accelerator feature on these series. 20100206: AFFECTS: users of net/samba4-devel AUTHOR: timur@FreeBSD.org Default configuration file was moved to ${LOCALBASE}/etc/smb4.conf to avoid conflicts with the installed net/samba3?. Also, userland utils are not installed by default, which should also help with the parallel setup of Samba3 and Samba4. 20100205: AFFECTS: users of Qt 3 and KDE 3 AUTHOR: itetcu@FreeBSD.org When building qt33 and kdelibs3 (at least), while they are installed, because of -L/usr/local/lib being passed too soon, the currently installed libraries are used instead of the ones from the build. This makes the build fail if you updated any of the libraries these Qt/KDE libraries are linked against (e.g. libjpeg). For the moment the workaround, when you get to this, is to move the old lib out of the way, e.g.: mv /usr/local/lib/libqt-mt.so /usr/local/lib/libqt-mt.so.old && \ cd /usr/ports/x11-toolkits/qt33/ && make && \ mv /usr/local/lib/libqt-mt.so.old /usr/local/lib/libqt-mt.so && \ portmaster -C x11-toolkits/qt33 (or portupgrade -w qt-33\*) ... 20100205: AFFECTS: users of lang/perl* AUTHOR: skv@FreeBSD.org Default version of Perl was bumped to 5.10. If you already have lang/perl5.8 installed, and want to switch to lang/perl5.10 please follow instructions in the entry 20090328 in this file. 20100205: AFFECTS: users of net/samba34 AUTHOR: timur@FreeBSD.org This port was developed with the generous help of Florent Brodin. The default passdb backend has been changed to `tdbsam'! That breaks existing setups using the `smbpasswd' backend without explicit declaration! Please use `passdb backend = smbpasswd' if you would like to stick to the `smbpasswd' backend or convert your smbpasswd entries using e.g. `pdbedit -i smbpasswd -e tdbsam'. The `tdbsam' backend is much more flexible concerning per user settings like `profile path' or `home directory' and there are some commands which do not work with the `smbpasswd' backend at all. 20100130: AFFECTS: users of audio/sdl_mixer and graphics/sdl_image AUTHOR: mva@FreeBSD.org The SDL_mixer and SDL_image libraries have new shared library versions. Please rebuild all ports that depend on them. If you use portmaster: portmaster -r sdl_mixer- portmaster -r sdl_image- If you use portupgrade: portupgrade -fr audio/sdl_mixer portupgrade -fr graphics/sdl_image 20100125: AFFECTS: users of audio/openal and graphics/openal-soft AUTHOR: mva@FreeBSD.org The default OpenAL implementation was switched to audio/openal-soft. To update all ports correctly, the following steps have to be performed. pkg_delete -f openal-\* If you use portmaster: portmaster -o audio/openal-soft audio/openal portmaster -r audio/openal-soft If you use portupgrade: portupgrade -ro audio/openal audio/openal-soft If you want to stick with audio/openal, please specify the following ports make flag within /etc/make.conf (or an appropriate configuration file for your ports): WANT_OPENAL=si 20100122: AFFECTS: users of sysutils/policykit and sysutils/polkit AUTHOR: gnome@FreeBSD.org Due to a recent change in sysutils/policykit, both sysutils/policykit, and sysutils/polkit need to be rebuilt, but in a certain order. First, upgrade sysutils/policykit to 0.9_6. Then, force rebuild and reinstall of sysutils/polkit. If you do not do this, applications which depend on polkitd will fail. 20100113: AFFECTS: users of emulators/virtualbox AUTHOR: beat@FreeBSD.org Port has been renamed to emulators/virtualbox-ose to reflect that we are using the OSE version. A separate port for the kernel modules has been created: emulators/virtualbox-ose-kmod. Please see http://wiki.freebsd.org/VirtualBox for update instructions. 20100107: AFFECTS: users of security/openvpn* AUTHOR: mandree@FreeBSD.org security/openvpn has been moved to security/openvpn20 and upgraded to 2.0.9. security/openvpn has been upgraded to 2.1.1, and security/openvpn-devel has been removed. Regular upgrades of the security/openvpn port should succeed without manual intervention, but if you want to stick to openvpn 2.0 or if you had been using openvpn-devel, manual intervention is needed, as follows: If you'd been using the security/openvpn-devel port, please use one of these commands for upgrading: portmaster -m-DDISABLE_CONFLICTS -o security/openvpn security/openvpn-devel portupgrade -m-DDISABLE_CONFLICTS -o security/openvpn security/openvpn-devel If you want to stick to openvpn 2.0, please use one of these two upgrade commands: portmaster -m-DDISABLE_CONFLICTS -o security/openvpn20 security/openvpn portupgrade -m-DDISABLE_CONFLICTS -o security/openvpn20 security/openvpn 20100106: AFFECTS: users of devel/websvn AUTHOR: miwi@FreeBSD.org The default install directory for websvn has changed from ${PREFIX}/www/data/websvn to ${PREFIX}/www/websvn. If you are updating from a previous version, to preserve your settings and data, please do the following: mv /usr/local/www/data/websvn /usr/local/www Then update as usual. 20091227: AFFECTS: users of sysutils/grok AUTHOR: Wesley Shields The sysutils/grok port has been completely re-written. Configuration files will need to be reviewed. Also, the RC script has been removed until it can be made to work with the new version. 20091226: AFFECTS: users of net-mgmt/ndoutils AUTHOR: pgollucci@FreeBSD.org When upgrading you'll need to run ./upgradedb; see UPGRADING file. 20091214: AFFECTS: users of net/grdc AUTHOR: avl@FreeBSD.org Grdc has been renamed to Remmina upstream, and the port was also renamed to reflect this. After installing remmina port you will need to download the ``grdc2remmina.sh'' script and run it as your normal user(s) that have ~/.grdc. The script will only create ~/.remmina directory and move grdc config files to the new path; it does not affect anything else. $ fetch http://people.freebsd.org/~avl/script/grdc2remmina.sh $ sh grdc2remmina.sh 20091213: AFFECTS: users of net-mgmt/zabbix, net-mgmt/zabbix-agent AUTHOR: Jim Riggs In order to simplify configuration and better separate the different components of Zabbix, the former zabbix port has been split into three: zabbix-server, zabbix-proxy, and zabbix-frontend. Each component has distinct functionality and may be installed independently on separate systems. The existing zabbix-agent port remains. Additionally, the new zabbix-frontend port now (correctly) installs the PHP frontend in PREFIX/www/zabbix. The old zabbix port installed the files in PREFIX/share/zabbix/php. Web server configurations must be updated accordingly. Finally, Zabbix has been updated to version 1.8. Not everyone may be able to upgrade from version 1.6 immediately, though, so 1.6.8 versions of the ports are also available as zabbix16-server, zabbix16-proxy, zabbix16-agent, and zabbix16-frontend. 20091206: AFFECTS: users of emulators/qemu AUTHOR: nox@FreeBSD.org The port has been updated to 0.11.1, which no longer enables kqemu by default (if built with KQEMU knob on), now you also have to explicitly pass -enable-kqemu (or -kernel-kqemu as with the previous versions) if you want to use it. Also note the 0.11 stable branch is the last qemu branch that still supports kqemu, so if you depend on reasonably fast emulation on FreeBSD you should start looking for alternatives some time soon. (VirtualBox?) 20091120: AFFECTS: users of mail/postfixadmin AUTHOR: Terry Sposato Due to a bug in the previous postfixadmin port, existing users need to backup their config.inc.php before they upgrade to postfixadmin-2.3 or later and put it in place after the upgrade is complete. 20091120: AFFECTS: users of security/f-prot AUTHOR: Tim Bishop The main f-prot command is now named fpscan. Virus definitions are updated using the fpupdate command. fpupdate will automatically run from periodic every day. To disable set the following option in /etc/periodic.conf: fpupdate_enable="NO" The f-prot port now only works on i386. 20091118: AFFECTS: users of java/jboss5 AUTHOR: Jonathan Chen The JBoss directory structure has been reorganised to follow hier(7) guidelines more closely; in particular, transient and deployment files were moved to /var/jboss5, thus allowing /usr to be read-only. 20091118: AFFECTS: users of www/redmine AUTHOR: Bernhard Froehlich After the upgrade you need to generate a session secret before restarting the application. This is to protect you from cross-site request forgery. From your Redmine directory, simply run the following command once: # rake config/initializers/session_store.rb then upgrade as usual: # rake db:migrate RAILS_ENV=production 20091114: AFFECTS: users of emulators/win4bsd AUTHOR: Mario S F Ferreira The new port now depends on emulators/kqemu-kmod instead of installing its own version. Therefore, you should make sure that no other kqemu.ko modules are installed: # pkg_delete -f win4bsd\* # rm -f /boot/kernel/kqemu.ko # pkg_delete -f kqemu-kmod\* # portinstall emulators/win4bsd Do not forget to enable kqemu on rc.conf since win4bsd will not work without it. 20091018: AFFECTS: users of databases/mysql54-server AUTHOR: Alex Dupre After the upgrade the server may fail to start due to changes in the default values of innodb_log_files_in_group and innodb_log_file_size, which differ from those in earlier 5.4 releases. You should discard the old InnoDB log files and let MySQL 5.4.3 create new ones. It is necessary to shut down your current server cleanly so that no outstanding transaction information remains in the log. See here: http://dev.mysql.com/doc/refman/5.4/en/news-5-4-3.html 20091014: AFFECTS: users of mail/heirloom-mailx AUTHOR: Alexander Logvinov Since SourceForge switched to the new File Release System, mail/heirloom-mailx has wrong package name. All users who have mail/heirloom-mailx installed after 22 August 2009 should run the following commands: # pkg_delete "\-mailx-12.4_1" or # rm -r /var/db/pkg/-mailx-12.4_1 # rm -r /var/db/ports/-mailx # cd /usr/ports/mail/heirloom-mailx && make install clean 20090921: AFFECTS: users of archivers/lzmautils, archivers/lzmautils-devel AUTHOR: Christian Weisgerber The XZ Utils distribution has superseded LZMA Utils, so the xz port has been added and the lzmautils ports have been removed. To perform the move, run one of the following commands: If using portupgrade: # portupgrade -o archivers/xz lzmautils\* If using portmaster: # portmaster -o archivers/xz archivers/lzmautils or # portmaster -o archivers/xz archivers/lzmautils-devel as applicable. 20090919: AFFECTS: users of mail/postfix-postfwd AUTHOR: Sahil Tandon The recipient rate-limiting feature is now called via rcpt() command instead of with mrcpt() as in previous versions. Make sure to update your postfwd.conf if you use this feature. 20090917: AFFECTS: users of www/epiphany, x11/yelp, graphics/librsvg2, x11/toolkits/py-gnome-extras, and www/epiphany-extensions AUTHOR: gnome@FreeBSD.org The default Gecko provider has been changed from www/firefox to www/libxul. Firefox 2.x is now marked FORBIDDEN for security reasons, and libxul is new, stable, and preferred Gecko provider. Libxul uses the same Gecko engine as Firefox 3.0.x. Some ports may fail to upgrade or run when both www/firefox and libxul are installed on the same system. To make sure everything runs smoothly, uninstall www/firefox, then install libxul, then upgrade the affected ports. 20090915: AFFECTS: users of sysutils/gosa AUTHOR: Denis Shaposhnikov Please read the following: https://oss.gonicus.de/labs/gosa/wiki/DocumentationInstallingUpdatingGOsa before upgrading this port. And don't forget to check your slapd.conf because gosa scheme files were changed. Should you have any problems during LDAP migration step, try to restart your PHP process. 20090913: AFFECTS: users of www/ikiwiki AUTHOR: Henrik Brix Andersen In order to fix a performance bug, all wikis need to be rebuilt on upgrade to version 3.1415926. 20090912: AFFECTS: users of ports that have set USE_FORTRAN=yes AUTHOR: gerald@FreeBSD.org Ports that are built using the Fortran frontend of GCC (aka gfortran) will now use lang/gcc44 as the default compiler. 20090911: AFFECTS: users of lang/perl5.10 AUTHOR: skv@FreeBSD.org lang/perl5.10 has been updated to 5.10.1. You should update everything that depends on perl. The easiest way to do that is to use "perl-after-upgrade" script supplied with lang/perl5.10. Please see its manual page for details. If you want to switch to lang/perl5.10 from lang/perl5.8 please follow instructions in the entry 20090328 in this file. 20090910: AFFECTS: users of www/rubygem-rails AUTHOR: pgollucci@FreeBSD.org Rails has been updated to 2.3.4. As always, make sure you check the changes at http://weblog.rubyonrails.org/. 20090909: AFFECTS: users of gstreamer-plugins-bad gstreamer-plugins-good AUTHOR: kwm@FreeBSD.org Due to the move of several plugins from gstreamer-plugins-bad to gstreamer-plugins-good, it is necessary to update gstreamer-plugins-bad first: portupgrade -R gstreamer-plugins-bad or, using portmaster: portmaster gstreamer-plugins-bad After this step, the normal upgrade procedure can be used. 20090831: AFFECTS: users of emulators/linux-systemsimcell AUTHOR: stast@bsdportal.ru The port emulators/linux-systemsimcell has been updated to 3.1.25. Systemsimcell emulator now has a new dependency: x11-toolkits/linux-f10-blt. So you need to switch to linux-f10 ports in order to use 3.1.25 version. 20090828: AFFECTS: users of mail/dovecot and mail/dovecot-sieve AUTHOR: yds@CoolRat.org dovecot-sieve has been updated to a new implementation compatible with dovecot 1.2.x. For details of what this means please refer to: http://wiki.dovecot.org/LDA/Sieve/Dovecot#Migration_from_CMUSieve 20090827: AFFECTS: users of www/mediawiki AUTHOR: miwi@FreeBSD.org www/mediawiki version is 1.15.1 now. 1.14.1 version was preserved as www/mediawiki114 port. 20090818: AFFECTS: users of security/gnutls and any port that depends on it AUTHOR: novel@FreeBSD.org GnuTLS has been updated to 2.8.3 and all shared libraries versions have been bumped. So you need to rebuild all applications that depend on gnutls. Do something like: portupgrade -rf gnutls 20090816: AFFECTS: users of astro/celestia and KDE AUTHOR: danfe@FreeBSD.org Celestia can now be compiled with KDE 3 frontend (you can enable it with CELESTIA_UI=kde when building). It is very feature-rich, as it offers contextual menus, toolbars, KDE integration, internationalization, bookmarks, etc. If you use Celestia and KDE as your desktop, you might want to rebuild the port so it integrates into your environment better. 20090815: AFFECTS: users of mail/dovecot AUTHOR: wxs@FreeBSD.org Dovecot has been updated to version 1.2.3. The configuration file has changed significantly. Please see http://wiki.dovecot.org/Upgrading/1.2 for details of what this means. 20090804: AFFECTS: users of multimedia/phonon*, x11/kdebase4*, deskutils/kdepim4 AUTHOR: kde@FreeBSD.org KDE 4 has been updated to version 4.3.0. KDE now uses qt4-phonon; multimedia/phonon and multimedia/phonon-gstreamer are deprecated in favor of their qt4 equivalents. You can still use multimedia/phonon-xine however. A number of files have been moved between packages. The recommended update procedure is to delete phonon, phonon-gstreamer, kdebase-*4*, kdepim-4*, then update ports as usual and install desired KDE 4 ports: # pkg_delete -f phonon-4\* phonon-gstreamer\* kdebase-\*4\* kdepim-4\* # portmaster -a (or portupgrade -a) # cd ${PORTSDIR}/x11/kde4 && make config && make install clean 20090804: AFFECTS: users of devel/dbus-qt4, devel/qt4-designer AUTHOR: kde@FreeBSD.org Qt 4 ports have been updated to 4.5.2. The recommended update procedure is to delete qt4-dbus and qt4-designer, then update ports as usual. Install qt4-designer if needed. 20090802: AFFECTS: users of devel/libtool15 and devel/libltdl15 AUTHOR: mezz@FreeBSD.org The devel/libtool15 and devel/libltdl15 ports have been moved to libtool22 and libltdl22, respectively, then updated to 2.2.6a. You will need to run portmaster or portupgrade to properly perform the upgrade: If using portmaster: portmaster -o devel/libtool22 devel/libtool15 portmaster -o devel/libltdl22 devel/libltdl15 If using portupgrade: portupgrade -o devel/libtool22 libtool-1.5\* portupgrade -o devel/libltdl22 libltdl-1.5\* After that, you will need to rebuild all ports that depend on libltdl. Since all dependent ports' PORTREVISIONs have been bumped, you can run portupgrade or portmaster with `-a' option to complete the upgrade. 20090801: AFFECTS: users of x11-drivers/xf86-video-nouveau AUTHOR: rnoland@FreeBSD.org An updated libdrm and xf86-video-nouveau have been committed. These update the API version to 0.0.14 and if you are using DRM you will need to update your kernel patch. See pkg-message in xf86-video-nouveau for details. 20090730: AFFECTS: users of www/tomcat6 AUTHOR: ale@FreeBSD.org Tomcat has been updated to 6.0.20 release and the installation directory is changed from apache-tomcat6.0 to apache-tomcat-6.0. Backup your configuration files before updating Tomcat, since the previous port will delete them on deinstall. 20090729: AFFECTS: users of sysutils/heartbeat AUTHOR: ports@encarnate.com Heartbeat has been upgraded to the 2.1.4 release. Older configurations based on version 1 should still work. Read more about the new features and possible configuration changes at the following URLs: http://clusterlabs.org/wiki/Documentation (Configuration 0.6 Explained) http://www.linux-ha.org/GettingStartedRevisedV2 20090724: AFFECTS: users of www/rubygem-rails AUTHOR: pgollucci@FreeBSD.org Rails has been updated to 2.3.3. As always, make sure you check the changes at http://weblog.rubyonrails.org/. 20090720: AFFECTS: users of net/openldap24-{client,server} AUTHOR: delphij@FreeBSD.org OpenLDAP has been upgraded to 2.4.17, which requires a shared library version bump. Therefore, you need to reinstall all ports that depend on it. Please do something like: # portupgrade -fr net/openldap24-client or # portmaster -r net/openldap24-client 20090719: AFFECTS: users of graphics/jpeg AUTHOR: dinoex@FreeBSD.org The IJG jpeg library has been updated to version 7.0. Please rebuild all ports that depend on it. If you use portmaster: portmaster -r jpeg- Or, if you would prefer a more gradual approach: portmaster -w jpeg- (Check the man page for more information) If you use portupgrade: portupgrade -fr graphics/jpeg 20090704: AFFECTS: users of www/yaws AUTHOR: olgeni@FreeBSD.org The default configuration file path was changed to ${LOCALBASE}/etc/yaws in version 1.83. Please remember to update your configuration before upgrading. 20090628: AFFECTS: users of www/firefox3-devel AUTHOR: gecko@FreeBSD.org If your Firefox crashes with the following message while viewing a HTML5 page: "Bad system call (core dumped)" you need to load the sem module (kldload sem). To load sem module on every boot, put the following into your /boot/loader.conf: sem_load="YES" 20090624: AFFECTS: users of mail/crm114 AUTHOR: glebius@cell.glebius.int.ru The new version of crm uses a new format for css files. Old files should be rebuilt or started from scratch. If not done, crm114 will lose any mail processed via it. 20090620: AFFECTS: users of gstreamer-plugins-bad, gstreamer-plugins-good, and gstreamer-plugins-ugly ports AUTHOR: kwm@FreeBSD.org Due to the move of several plugins from gstreamer-plugins-bad to gstreamer-plugins-good and gstreamer-plugins-ugly, it is necessary to update gstreamer-plugins-bad first: portupgrade -R gstreamer-plugins-bad or, using portmaster: portmaster gstreamer-plugins-bad 20090619: AFFECTS: users of net-p2p/transmission-daemon AUTHOR: mezz@FreeBSD.org The UID/GID of transmission has been changed from 919 to 921. The data configure has been changed from ${PREFIX}/etc/transmission/home/.config to ${PREFIX}/etc/transmission/home. To update the UID/GID: # pw groupmod transmission -g 921 # pw usermod transmission -u 921 -g 921 20090618: AFFECTS: users of www/p5-Catalyst AUTHOR: pgollucci@FreeBSD.org Most applications and plugins should run unaltered on Catalyst 5.80. However, a lot of refactoring work has taken place, and several changes have been made which could cause incompatibilities. If your application or plugin is using deprecated code, or relying on side effects, then you could have issues upgrading to this release. http://search.cpan.org/~mramberg/Catalyst-Runtime-5.80005/lib/Catalyst/Upgrading.pod 20090617: AFFECTS: users of emulators/virtualbox AUTHOR: beat@FreeBSD.org The GID of virtualbox has changed due to a conflict with databases/couchdb. Update GID of vboxusers after updating the port: # pw groupmod vboxusers -g 920 20090617: AFFECTS: users of math/fftw3 math/fftw3-long math/fftw3-float AUTHOR: db@FreeBSD.org The Fortran option has removed from fftw3 and moved into slave ports, math/fftw3-fortran math/fftw3-long-fortran and math/fftw3-float-fortran. 20090615: AFFECTS: users of x11-wm/enlightenment and x11-wm/enlightenment-devel AUTHOR: gahr@FreeBSD.org The development version of the Enlightenment window manager, a.k.a. E17, was moved from x11-wm/enlightenment-devel to x11-wm/enlightenment. The DR16 branch now resides in x11-wm/e16. 20090615: AFFECTS: users of multimedia/mlt++ AUTHOR: beat@FreeBSD.org The multimedia/mlt++ port was incorporated into multimedia/mlt since version 0.4.2. Delete multimedia/mlt++ first and then install/update multimedia/mlt. 20090613: AFFECTS: users of www/hudson AUTHOR: hq@FreeBSD.org Hudson is now running as a standalone process and no longer relies on Apache Tomcat. As such, it should now be configured by defining hudson_* variables in rc.conf. See comments from rc.d script for further details. The default setup is using the same port numbers and HTTP URL prefix as before in order to reduce the effort of upgrading the port. Hence, it may conflict with some running Apache Tomcat instance. To fix this problem, you may either deinstall www/tomcat6, or use the following settings in hudson_args from /etc/rc.conf: --httpPort=??? --ajp13Port=??? 20090611: AFFECTS: users of www/apache22 AUTHOR: pgollucci@FreeBSD.org Two rc.d scripts have been renamed: apache22.sh -> apache22 htcacheclean.sh -> htcacheclean You'll need to update any crons wrappers, etc. for the new paths. 20090608: AFFECTS: users of lang/python* and py-* AUTHOR: miwi@FreeBSD.org The default version of Python has been changed from 2.5.x to 2.6.x. If you have 2.5.x installed, perform an upgrade of lang/python25 to lang/python26 with one of the following commands: If using portupgrade: # portupgrade -o lang/python26 lang/python25 If using portmaster: # portmaster -o lang/python26 lang/python25 If you want to retain 2.5.x as default Python version, set the PYTHON_DEFAULT_VERSION variable to 'python2.5' (without quotes) in /etc/make.conf, then go to lang/python and perform the following command: # portupgrade -R python Once the installed Python has been updated to 2.6, by using the method above, it is required to run the upgrade-site-packages target in lang/python to assure that site-packages are made available to the new Python version. If using portupgrade: # cd /usr/ports/lang/python && make upgrade-site-packages If using portmaster: # cd /usr/ports/lang/python && make upgrade-site-packages -DUSE_PORTMASTER The portmaster case can take quite some time to complete due to the lack of cached information that the portupgrade suite uses (specifically pkg_which). This is not the fault of portmaster. 20090606: AFFECTS: users of java/eclipse AUTHOR: glewis@FreeBSD.org The update to 3.4.2 changes the location of the metadata for eclipse to be more in line with what is used on other platforms. This means that after the update plugins that have been installed by a user with the built in Update Manager will need to be reinstalled. 20090605: AFFECTS: users of mail/postfix AUTHOR: itetcu@FreeBSD.org Version 2.6.1 introduced a POLA violation by expecting aliases.db to be in /etc/mail/aliases.db (not /etc/aliases.db). With this version the location is reverted to the right place. If you updated your installation to 2.6.1 you need to run newaliases(1) again after you installed 2.6.2. 20090603: AFFECTS: users of japanese/font-mplus-ipa (and old japanese/ipa-ttfonts) AUTHOR: hrs@FreeBSD.org IPAUIGothic has been updated to a version included in IPA font version 002.03 and added as a separated port "japanese/font-ipa-uigothic". And the font-mplus-ipa has been updated to remove the old IPAUIGothic. Thus the old ipa-ttfonts is almost equivalent to font-ipa + font-ipa-uigothic + font-mplus-ipa. Note that these three packages have different licenses from each other. 20090601: AFFECTS: users of devel/cvs-devel AUTHOR: wxs@FreeBSD.org cvs-devel no longer installs /bin/cvs and /bin/cvsbug. These are now installed into ${PREFIX}/bin. If you wish to use these please be aware of this change with respect to your path. 20090531: AFFECTS: users of devel/viewvc AUTHOR: pgollucci@FreeBSD.org viewvc.conf and templates are not compatible to 1.0.x version, even the database scripts have changed. For details see: http://viewvc.tigris.org/source/browse/*checkout*/viewvc/trunk/docs/upgrading-howto.html 20090530: AFFECTS: users of Japanese and Chinese fonts AUTHOR: hrs@FreeBSD.org Ports for Japanese fonts have been reorganized in the following way: japanese/ipa-ttfonts -> japanese/font-mplus-ipa japanese/ipa-ttfonts -> japanese/font-ipa japanese/kochi-ttfonts -> japanese/font-kochi japanese/mplusfonts -> japanese/font-mplus japanese/sazanami-ttf -> japanese/font-sazanami japanese/shinonome -> japanese/font-shinonome japanese/umefont -> japanese/font-ume japanese/vlgothic -> japanese/font-vlgothic While basically these are port name changes for consistency, installation directories are also changed: font files -> ${PREFIX}/share/${PORTNAME}/* symlinks -> ${PREFIX}/share/fonts/{TTF,OTF,fontname,...}/* symlinks -> ${PREFIX}/lib/X11/fonts/{TTF,OTF,misc,fontname,...}/* A user-visible one is that the directory name "TrueType" is replaced with "TTF". Also, japanese/font-std and chinese/font-std have been added as standard fonts used in the Ports Collection. Currently they contain: std.ja_JP/Mincho std.ja_JP/Gothic std.ja_JP/Ryumin-Light std.ja_JP/GothicBBB-Medium std.zh_CN/STHeiti-Regular std.zh_CN/STSong-Light std.zh_CN/MSung-Light std.zh_CN/MHei-Medium under ${PREFIX}/share/fonts/. They are just symlinks to corresponding font files. The symlink names are based on popular PostScript font names. Applications should refer the font files via XLFD or fontconfig first. If they need a direct reference to the font file, please use files in std.*/*. This is because direct reference to a specific font name in an application configuration file makes the maintenance difficult when the font file name is changed, for example. 20090516: AFFECTS: users of devel/viewvc AUTHOR: pgollucci@FreeBSD.org OPTION APACHE2 has been changed to APACHE (WITH_APACHE) WITH_APACHE2 is deprecated and is being removed. APACHE_PORT will be pulled in when WITH_APACHE is selected 20090516: AFFECTS: users of print/cups-base and portupgrade AUTHOR: dinoex@FreeBSD.org The print/cups port has been split into multiple ports. If upgrading from 1.3.10_1 and below, you must remove the installed version first. 20090412: AFFECTS: users of sysutils/bacula-server AUTHOR: wxs@FreeBSD.org sysutils/bacula-server now uses a new catalog format. If upgrading from the old version please use the update_bacula_tables script provided with the port before restarting bacula. 20090410: AFFECTS: users of www/trac-email2trac AUTHOR: brooks@FreeBSD.org bin/email2trac.py and bin/delete_spam.py are now installed without the .py extension to make the suid run_email2trac work and match the online documentation. If you were using them in scripts or alias entries, you will need to update paths accordingly. 20090401: AFFECTS: users of Fedora 8 Linux infrastructure ports AUTHOR: bsam@FreeBSD.org ATTENTION! Those ports are not default for any version of FreeBSD for now and may be used with FreeBSD versions 7.2 and above (8-CURRENT is better) using compat.linux.osrelease=2.6.16 and linux_base-f8. Please, note that 2.6.16 is not fully supported on 7.x (ex., some syscalls are missing and cannot be MFCed due to a native FreeBSD ABI breakage). For more information about transition please read item "20070327: AFFECTS: users of emulators/linux_base-fc6". That note may be used for upgrading to linux_base-f8 and Fedora 8 Linux infrastructure ports as well. If you want to switch to linux-f8 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=f8 OVERRIDE_LINUX_NONBASE_PORTS=f8 20090328: AFFECTS: users of lang/perl* AUTHOR: skv@FreeBSD.org lang/perl5.10 is out. If you want to switch to it from, for example lang/perl5.8, that is: Portupgrade users: 0) Fix pkgdb.db (for safety): pkgdb -Ff 1) Reinstall new version of Perl (5.10): env DISABLE_CONFLICTS=1 portupgrade -o lang/perl5.10 -f perl-5.8.\* 2) Reinstall everything that depends on Perl: portupgrade -fr perl Portmaster users: env DISABLE_CONFLICTS=1 portmaster -o lang/perl5.10 lang/perl5.8 portmaster -r perl- Note: If the "perl-" glob matches more than one port you will need to specify the name of the Perl directory in /var/db/pkg explicitly. 20090327: AFFECTS: users of security/clamav AUTHOR: garga@FreeBSD.org After version 0.95 clamav-milter does not accept parameters by command line. If you are using $clamav_milter_flags on rc.conf to set its parameters you will need to move to new ${PREFIX}/etc/clamav-milter.conf. 20090319: AFFECTS: users of shells/bash3 AUTHOR: ehaupt@FreeBSD.org With the addition of shells/bash version 4.x, people wanting to stick with bash 3.x should perform the following update: $ portupgrade -f -o shells/bash3 bash 20090318: AFFECTS: users of www/suphp AUTHOR: yzlin@cs.nctu.edu.tw The suPHP port has been upgraded to 0.7.x. This new version of suPHP has some new features and changes for the configuration file: - Multiple path (with patterns) & variable substitution support for docroots - Double-quoted strings at section '[handlers]' ex. application/x-httpd-php="php:/usr/local/bin/php-cgi" These changes may lead to internal server error if without modifications of the configuration file from previous version. 20090316: AFFECTS: users of www/geeklog AUTHOR: beat@FreeBSD.org To follow the standards this port has received a small reworking. WWW_DIR (that defaulted to PREFIX/www/data/geeklog) is deprecated, use WWWDIR (defaults to PREFIX/www/geeklog). 20090316: AFFECTS: users of net-im/ejabberd AUTHOR: skylord@linkline.ru ejabberd's UID and GID have changed (PR ports/105122). Users are advised to check all configuration files and data in /var/spool/ejabberd to ensure everything has the correct owner/group. 20090316: AFFECTS: users of sysutils/lire AUTHOR: edwin@FreeBSD.org Lire now requires DBD::SQLite, which uses SQLite 3.0. This means that the Lire database format has changed. If you have one or more old Lire stores, you will need to convert each of them from SQLite2 format to SQLite3 like this: $ sqlite oldstore.db .dump | sqlite3 newstore.db This assumes that you have both SQLite2 and SQLite3 installed on your system, and that the names of the command line interface for the old and new version are `sqlite' and `sqlite3' respectively (this is at least correct for Fedora). 20090310: AFFECTS: users of multimedia/mythtv AUTHOR: glarkin@FreeBSD.org The upgrade from version 0.20 to version 0.21 should be transparent. Any changes to the database structure should be applied automatically. However, it is strongly recommended that you back up your database before installing a new version of MythTV. For example: $ mysqldump -u mythtv -pmythtv mythconverg -c > mythtv_backup.sql To restore (assuming that you've dropped the database): $ mysql -u root mysql>create database mythconverg; mysql>exit $ mysql -u mythtv -pmythtv mythconverg < mythtv_backup.sql 20090309: AFFECTS: users of devel/libusb on CURRENT AUTHOR: stas@FreeBSD.org FreeBSD libusb20 was renamed to libusb in r189585 and thus, being fully compatible with libusb20, replaces devel/libusb on HEAD. devel/libusb should not be used on these systems. Users of libusb-dependent ports are advised to remove libusb package from their systems, and rebuild all libusb dependencies. One of the possible ways to achieve this is listed below: # set tempfile=`mktemp /tmp/usbports.XX` # pkg_info -qR /var/db/pkg/libusb-* > ${tempfile} # pkg_delete -f /var/db/pkg/libusb-* # cat ${tempfile} | xargs portupgrade -f # rm -f ${tempfile} 20090309: AFFECTS: users of multimedia/phonon AUTHOR: kde@FreeBSD.org multimedia/phonon port has been split into phonon itself, phonon-xine, and phonon-gstreamer backends. After updating phonon port you have to install at least one backend; phonon-xine backend is recommended for KDE. 20090308: AFFECTS: users of emulators/qemu AUTHOR: nox@FreeBSD.org The port has been updated to 0.10.0, which now uses the newer (incompatible) kqemu-kmod-devel port that now also works for the 32 bit "qemu" executable on amd64. If you upgrade emulators/qemu with the KQEMU knob on, you have to # pkg_delete kqemu-kmod-1\* the old kqemu version first if it is installed. 20090304: AFFECTS: users of comms/py-gammu AUTHOR: bsam@FreeBSD.org The port comms/py-gammu was incorporated into comms/gammu since 1.23.0. Delete comms/py-gammu first and then deinstall/reinstall comms/gammu with option WITH_PYTHON_GAMMU=YES. 20090304: AFFECTS: users of x11-wm/xfce4 AUTHOR: oliver@FreeBSD.org When upgrading from Xfce 4.4 to 4.6 make sure you uninstall the following ports: x11/libxfce4mcs sysutils/xfce4-mcs-manager sysutils/xfce4-mcs-plugins x11-themes/xfce4-icon-theme You may uninstall them before you start the upgrade procedure (preferred) or even afterwards when the upgrade went fine. Please also note that Xfce 4.6 does not come with an icon theme any more. Xfce 4.6 now depends on the Tango theme which is now installed by default. The default installation of Xfce is also adjusted to use this icon theme instead of the Xfce 4.4 standard Rodent theme. If you are upgrading from Xfce 4.4 to 4.6 you probably still have the Rodent theme selected. This will lead to several "missing" icons when starting up Xfce. Make sure to switch as well to the Tango theme. To do this just open the Settings Manager and select Appearance. Inside the Appearance dialog switch to the Icons tab and select the "Tango" entry in the list on the left side of the Icons tab. For enabling the Reboot/Shutdown functionality of Xfce's logout dialog please read the note which gets printed out after the installation of x11-wm/xfce4 about how to configure PolicyKit. 20090223: AFFECTS: users of Tcl/Tk AUTHOR: mm@FreeBSD.org The default version of Tcl/Tk has been changed from 8.4 to 8.5. To restore old behavior and prefer using Tcl 8.4 with supported ports set WITH_TCL_VER=84 in /etc/make.conf. This has no effect on ports that have USE_TCL=yes or USE_TK=yes. They stick to the new default version and have to be updated by their maintainers to support other versions than default. 20090218: AFFECTS: users of www/zend-framework AUTHOR: glarkin@FreeBSD.org A local file inclusion (LFI) vulnerability was fixed in Zend Framework 1.7.5. The LFI was present in the Zend_View::render() method, and allowed inclusion of scripts with relative path names, e.g. "../../../my/script/dir/myscript.php". If the script path name is hard-coded into the application and is not generated by user input, the vulnerability does not apply. Because of this exception, the Zend Framework team has added a flag to disable the LFI protection in the render() method. Full details of the vulnerability, whether it applies to your application and how to disable the LFI protection in the render() method can be found here: http://framework.zend.com/manual/en/zend.view.migration.html 20090216: AFFECTS: users of net/openldap24-{client,server} AUTHOR: delphij@FreeBSD.org OpenLDAP has been upgraded to 2.4.14, which requires a shared library version bump. Therefore you need to reinstall all ports that depend on it. Please do something like: # portupgrade -fr net/openldap24-client 20090209: AFFECTS: users of multimedia/phonon, x11/kdelibs4, x11/kdebase4*, deskutils/kdepimlib4, deskutils/kdepim4, devel/automoc4 AUTHOR: kde@FreeBSD.org KDE 4 has been updated from 4.1.4 to 4.2.0. A number of applications have been moved between packages. The easiest way to avoid various problems during update is to delete all KDE-4.1.4 ports and install KDE-4.2.0: # pkg_delete -f kde\*4.1.4\* automoc4-\* # portmaster -a (or portupgrade -a) # cd ${PORTSDIR}/x11/kde4 && make config && make install clean 20090207: AFFECTS: users of devel/libslang and devel/libslang2 AUTHOR: pgollucci@FreeBSD.org devel/libslang has been removed in favor of devel/libslang2 after not being released during last five years. WITH_SLANG2 is no longer a valid ports KNOB. All ports that depend on devel/libslang should be recompiled, e.g.: # portupgrade -o devel/libslang2 devel/libslang 20090130: AFFECTS: users of www/httptunnel AUTHOR: rafan@FreeBSD.org The startup script has been converted to new rc.d style and split into two scripts: htc (client) and hts (server). Please check the scripts for how to set variables in /etc/rc.conf. 20090127: AFFECTS: users of gstreamer-plugins AUTHOR: kwm@FreeBSD.org The gstapp library moved from the gstreamer-plugins-bad package to gstreamer-plugins. It will be necessary to rebuild the gstreamer-plugins port. After updating your installed ports please do (if you are using portupgrade): # portupgrade -f gstreamer-plugins 20090127: AFFECTS: users of www/xpi-deepestsender AUTHOR: pgollucci@FreeBSD.org www/xpi-deepestsender has been updated to version 0.9.0. This version is *only* for Firefox version 3.x. 20090124: AFFECTS: users of x11-servers/xorg-server, sysutils/hal AUTHOR: rnoland@FreeBSD.org sysutils/hal has been updated and should now properly detect mice for in X.Org. Use of AllowEmptyInput should no longer be needed for most users and moused should now work fine. 20090123: AFFECTS: users of x11-servers/xorg-server AUTHOR: rnoland@FreeBSD.org If you are using an older xorg.conf several config lines are no longer needed and will generate warnings when X is started. RgbPath will cause X to fail to start, remove it from your config. Server 1.5.3 also really wants to configure its input devices via hald. This is causing some issues with moused and /dev/sysmouse. There are couple of options for how to deal with it: 1. Add Option "AllowEmptyInput" "off" to your ServerLayout section. This will cause X to use the configured kbd, mouse, and vmmouse sections from your xorg.conf 2. Don't use moused. If you want it to work with addon USB mice set this in rc.conf: moused_enable="NO" moused_nondefault_enable="NO" I'm working on fixing hald or the mouse driver or both. 20090123: AFFECTS: users of x11/libxcb AUTHOR: flz@FreeBSD.org Libxcb shared library version was bumped from 1 to 2. You need to rebuild any consumer of libxcb.so.1 or some applications will be linked against two versions of libxcb once libX11 is upgraded. For portupgrade users: # portupgrade -rf libxcb 20090121: AFFECTS: users of devel/linux-glib2, emulation/linux_base-f4 AUTHOR: bsam@FreeBSD.org Glib2 now is incorporated to emulation/linux_base-fc4 (it has always been a part of more recent Linux base ports). All users should deinstall devel/linux-glib2 and then deinstall/reinstall emulation/linux_base-f4. 20090119: AFFECTS: users of mail/claws-mail, mail/claws-mail-smime AUTHOR: netchild@FreeBSD.org The claws-mail port includes the S/MIME plugin itself now, it is not distributed as a separate plugin anymore. It can be enabled with the GPGME option in the port (disabled by default). If you use the S/MIME plugin, you should remove the mail/claws-mail-smime port before enabling GPGME and updating the mail/claws-mail port. People which already updated mail/claws-mail with GPGME enabled and a non-working S/MIME plugin need to deinstall mail/claws-mail-smime and reinstall mail/claws-mail. 20090118: AFFECTS: users of net-p2p/deluge AUTHOR: mezz@FreeBSD.org The Deluge has been updated from 0.5.x to 1.x. The 1.x has been rewritten, so it is recommend for you to make the back up of your ~/.config/deluge. The configuration and plugins of 0.5.x do not work in 1.x. Deluge will picking up the old configuration and try to convert it to the newer format, but I wouldn't trust it to do it without the back up. If you prefer to stick with 0.5.x, you can use portmaster: # portmaster -o net-p2p/deluge05 net-p2p/deluge or if you use portupgrade: # portupgrade -o net-p2p/deluge05 net-p2p/deluge 20090118: AFFECTS: users of www/ikiwiki AUTHOR: brix@FreeBSD.org IkiWiki has been upgraded from 2.x to 3.x. Instructions for migrating existing IkiWiki configurations to 3.x format can be found at http://ikiwiki.info/tips/upgrade_to_3.0/. 20090118: AFFECTS: users of devel/apr-svn devel/apr AUTHOR: pgollucci@FreeBSD.org devel/apr-svn has been removed and devel/apr now handles its role. devel/apr now defaults to building with Berkeley database support (bdb) APR_UTIL_* tunables have been renamed to comply with ports/KNOBS names. 20090114: AFFECTS: users of x11/kdebase4-workspace, x11/kdebase4-runtime AUTHOR: kde@FreeBSD.org KDE 4 has been updated from 4.1.1 to 4.1.4. A number of files have been moved between packages. You should deinstall kdebase4-runtime package before updating: pkg_delete -f kdebase-runtime-4.1\* portmaster -a After successful update you could install kdebase4-runtime if it has not been installed during update process. 20090114: AFFECTS: users of GNOME and GTK+ AUTHOR: gnome@FreeBSD.org GNOME has been updated to 2.24.x. You have to deinstall a few ports first before using portupgrade or portmaster in order to successfully upgrade your GNOME installation. After successful upgrade, you have to reinstall gnome-session so the gnome.desktop session file is properly installed. Portupgrade users: # pkgdb -Ff (Answer "yes" to unregister gail while keeping gtk20.) (Answer "yes" to unregister fast-user-switch-applet while keeping gdm.) # pkg_deinstall -fO gtkmm-2.12\* # portupgrade -aOW # portupgrade -f gnome-session Portmaster users: # pkg_delete -f gtkmm-2.12\* # portmaster -a # portmaster gnome-session 20090113: AFFECTS: users of lang/perl5.8 AUTHOR: skv@FreeBSD.org lang/perl5.8 has been updated to 5.8.9. You should update everything that depends on perl. The easiest way to do that is to use perl-after-upgrade script supplied with lang/perl5.8. Please see its manual page for details. 20090112: AFFECTS: users of mail/claws-mail* AUTHOR: miwi@FreeBSD.org claws-mail has been updated to 3.7.0, with this update OpenSSL support has been removed by upstream in favour of GnuTLS. GnuTLS is now enabled by default. Themes were have also been split to an extra port which your can find under x11-themes/claws-mail-themes. Menu was rewritten entirely in version 3.6.0 using modern GTK interface; as a consequence, all your custom shortcuts will be lost after upgrade. 20090109: AFFECTS: users of any Mozilla and Opera products AUTHOR: mezz@FreeBSD.org The Java plugins now will no longer be picked up by automatically from these browsers. Because all Java ports share the name of plugins file, I am thinking about someone or maybe me will need to write something similar to nspluginwrapper (but in shell script) that can add Java plugin in ~/.*/plugins/ when user requests one specific version of Java plugin if this user has more than one version of Java installed. However, for now, you will have to add Java plugin in ~/.*/plugins/ manually. 20090107: AFFECTS: users of databases/unixODBC AUTHOR: beech@FreeBSD.org The databases/unixODBC port has been updated to 2.2.14. While containing many bug fixes and minor feature adjustments, this version no longer ships with the (obsolete) MySQL ODBC driver. MySQL ODBC driver users will probably want to use databases/mysql-connector-odbc instead. The text-backed/flatfile driver (libtxtodbc) has also been removed by the developers but due to some demand may make a return in a future version or as a separate port. 20090107: AFFECTS: users of security/libgcrypt AUTHOR: rafan@FreeBSD.org libgcrypt has been upgraded to 1.4.3 which has a shared library version bump. You need to reinstall all ports that depend on it. Use something like this: portupgrade -rf libgcrypt portmaster -r libgcrypt 20090104: AFFECTS: users of net/openldap24-{client,server} AUTHOR: delphij@FreeBSD.org OpenLDAP has been upgraded to 2.4.13, which requires a shared library version bump. Therefore, you need to reinstall all ports that depend on it. Please do something like: # portupgrade -fr net/openldap24-client 20081230: AFFECTS: users of net/rabbitmq AUTHOR: pneumann@gmail.com The database schema has changed between RabbitMQ-1.4.0 and this release. When the RabbitMQ server detects the presence of an old database, it moves it to a backup location, creates a fresh, empty database, and logs a warning. 20081226: AFFECTS: users of www/rt38 AUTHOR: pgollucci@FreeBSD.org www/rt38 now respects the FreeBSD directory layout, see hier(7). With this change, p5-RT-* and p5-RTx-* should be much simpler to use in the ports collection. Please note that www/p5-RTx-Shredder is included in www/rt38. This port will be deprecated and removed. 20081228: AFFECTS: users of astro/boinc-setiathome-enhanced AUTHOR: rene@FreeBSD.org The setiathome client has been updated to version 6.03 and version 5.00 of the astropulse client has been added. Before you update, finish and report your current workunits to avoid losing them. The port now also includes the client screensavers. 20081228: AFFECTS: users of japanese/kinput2 AUTHOR: hrs@FreeBSD.org The Wnn backend of japanese/kinput2 port now uses unix domain socket to communicate the server by default. If $JSERVER environment variable is defined, the value is used as the server host name. In In short, the server name is determined in the following way: $JSERVER --(if null)--> CcWnn.Jserver --(if null)--> "localhost" If the server host name is null or matches "^unix$", unix domain socket is used. Note that the default server name in CcWnn.Jserver is "unix" now. 20081226: AFFECTS: users of www/rt* AUTHOR: pgollucci@FreeBSD.org www/rt2 www/rt3 www/rt32 www/rt34 are now deprecated and will expire 2009-02-01. All ports now depend on www/rt38 If you can not update to www/rt38, www/rt36 is still around. 20081224: AFFECTS: users of www/phpSysInfo AUTHOR: miwi@FreeBSD.org The www/phpSysInfo port has been split into www/phpsysinfo and www/phpsysinfo-dev ports. 20081217: AFFECTS: users of mail/policyd2 AUTHOR: wxs@FreeBSD.org The RC script for mail/policyd2 has been renamed to avoid a conflict. If you use this port please change the setting in rc.conf to be policyd2_enable. 20081211: AFFECTS: users of lang/php5 AUTHOR: pav@FreeBSD.org, itetcu@FreeBSD.org, ale@FreeBSD.org As of PHP 5.2.7, pcre extension is distributed with the core PHP5 package, and not as a standalone module anymore. Follow the steps below to update your installation. Portupgrade users: pkg_delete -f php5-pcre-5.2.6 pkgdb -F portupgrade as usual Portmaster users: pkg_delete -f php5-pcre\* portmaster php5 If you are using pecl ports you might need to force an update on them: portupgrade -f pecl\* or portmaster pecl If you have the pecl hash, json and/or zip extensions you need to replace them with the PHP5 bundled ones, e.g.: portmaster/portupgrade -o archivers/php5-zip archivers/pecl-zip portmaster/portupgrade -o devel/php5-json devel/pecl-json portmaster/portupgrade -o security/php5-hash security/pecl-hash If you build your INDEX locally and you tried to build it after the PHP update commit, you need to rebuild it _after_ you updated lang/php5: cd /usr/ports && make index or (if you use ports-mgmt/p5-FreeBSD-Portindex): cd /usr/ports && cache-init && portindex -o `make -V INDEXFILE` 20081207: AFFECTS: users of games/mkgichessclub AUTHOR: nivit@FreeBSD.org After the update to the version 2.2.0, please, alter the SQL tables with the command: mysql _mkgichessclub_ < /usr/local/share/mkgichessclub/db_migrate_2.1_to_2.2.sql where _mkgichessclub_ is the database name chosen during the installation of the port. 20081205: AFFECTS: users of net-p2p/ktorrent AUTHOR: makc@FreeBSD.org ktorrent has been updated to 3.1.5 for KDE 4. The last release of ktorrent for KDE 3 is available under net-p2p/ktorrent2. 20081121: AFFECTS: users of comms/smstools3 AUTHOR: mm@FreeBSD.org The startup script of comms/smstools3 has changed. For increased security smstools now runs as user uucp / group dialer by default. The script commands like sendsms etc. should be executed as user uucp. To restore the old behaviour, set smsd_user="root" and smsd_group="wheel" in your /etc/rc.conf. Hint: use security/sudo for running smsd scripts as user uucp. 20081108: AFFECTS: users of editors/tamago AUTHOR: hrs@FreeBSD.org The Wnn backend of editors/tamago port now uses unix domain socket to communicate the server by default. If $[CJKT]SERVER environment variable is defined, the value is used as the server host name. In JSERVER case, for example, the server name is determined in the following way: $JSERVER --(if null)--> wnn-jserver --(if null)--> "unix" If the server host name is null or matches "^unix$", unix domain socket is used. The path name of the socket can be specified in wnn-[cjkt]udpath custom variable. 20081105: AFFECTS: users of french/pluxm-devel AUTHOR: jadawin@FreeBSD.org Please, use http://download.pluxml.org/plugins/migration-blog-beta3x-beta4.zip to migrate. It's strongly advised to backup your blog before updating. 20081102: AFFECTS: users of devel/git AUTHOR: wxs@FreeBSD.org The location of git-shell has changed to ${PREFIX}/libexec/git-core/git-shell. Please remove the old entry from /etc/shells. 20081030: AFFECTS: users of japanese/FreeWnn-server AUTHOR: hrs@FreeBSD.org The jserver daemon in japanese/FreeWnn-server port now uses "127.0.0.1" as the default listen address for security reason. If you need the wildcard address (INADDR_ANY), you have to explicitly set "listenaddr" to 0.0.0.0 in ${PREFIX}/lib/wnn/ja_JP/jserverrc or add "-a 0.0.0.0" to ${wnn_flags} in /etc/rc.conf. 20081026: AFFECTS: users of www/asterisk-gui AUTHOR: pneumann@gmail.com The upgrade to version 2.0 will modify your asterisk dialplan when login to the page. Hardware autodetection will not work, pending update of misc/zaptel. 20081028: AFFECTS: users of www/codeigniter AUTHOR: glarkin@FreeBSD.org For certain installations, the following steps should be performed after the CodeIgniter 1.7.0 upgrade (taken from: http://codeigniter.com/user_guide/installation/upgrade_170.html). >>> Update your Session Table If you are using the Session class in your application, AND if you are storing session data to a database, you must add a new column named user_data to your session table. Here is an example of what this column might look like for MySQL: user_data text NOT NULL To add this column you will run a query similar to this: ALTER TABLE `ci_sessions` ADD `user_data` text NOT NULL You'll find more information regarding the new Session functionality in the Session class page: http://codeigniter.com/user_guide/libraries/sessions.html >>> Update your Validation Syntax This is an optional, but recommended step, for people currently using the Validation class. CI 1.7 introduces a new Form Validation class (http://codeigniter.com/user_guide/libraries/form_validation.html) which deprecates the old Validation library. We have left the old one in place so that existing applications that use it will not break, but you are encouraged to migrate to the new version as soon as possible. Please read the user guide carefully as the new library works a little differently, and has several new features. 20081026: AFFECTS: users of japanese/sj3-server AUTHOR: hrs@FreeBSD.org The sj3serv daemon in japanese/sj3-server port now uses "localhost" as the default listen address for security reason. If you need the wildcard address (INADDR_ANY), you have to explicitly set "servername" to 0.0.0.0 in ${PREFIX}/etc/sj3/serverrc. 20081026: AFFECTS: users of japanese/Canna and japanese/sj3 AUTHOR: hrs@FreeBSD.org The japanese/Canna and japanese/sj3 port have been split into japanese/canna-server and japanese/canna-lib, and japanese/sj3-server and japanese/sj3-lib, respectively for more fine-grained dependency management in the Ports Collection. 20080926: AFFECTS: users of www/squid30 AUTHOR: tmseck@netcologne.de The Squid developers decided to disable COSS support in 3.0, cf. the discussion starting here: http://www.squid-cache.org/mail-archive/squid-dev/200809/0067.html The corresponding port configuration option WITH_SQUID_COSS is still available but is a no-op for now. If you currently use COSS storage with Squid 3.0 you need to disable it in squid.conf. 20080924: AFFECTS: users of ftp/proftpd AUTHOR: beech@FreeBSD.org proftpd now stores its .delay and .scoreboard files in /var/run/proftpd instead of /var/run. If you are updating an existing installation, adjust the following in /usr/local/etc/proftpd.conf: ScoreboardFile /var/run/proftpd/proftpd.scoreboard Also of note: The third party modules, mod_codeconv, mod_comb, and mod_sql_tds are not compatible with this release and have been removed. They will be re-added when the respective authors provide updated versions. 20080909: AFFECTS: users of security/logcheck AUTHOR: glarkin@FreeBSD.org logcheck now stores its configuration files in /usr/local/etc/logcheck instead of /usr/local/etc. If you are upgrading the port from version 1.1.1 to version 1.2.54, copy the following files to a temporary location, in case they are removed during the upgrade: /usr/local/etc/logcheck.hacking /usr/local/etc/logcheck.ignore /usr/local/etc/logcheck.violations /usr/local/etc/logcheck.violations.ignore e.g.: cd /usr/local/etc mkdir /tmp/logcheck.saveconf cp logcheck.hacking logcheck.ignore logcheck.violations* \ /tmp/logcheck.saveconf After the upgrade, integrate your local changes to the files listed above into the new configuration files found in the following directories: /usr/local/etc/logcheck/cracking.d /usr/local/etc/logcheck/ignore.d.paranoid /usr/local/etc/logcheck/ignore.d.server /usr/local/etc/logcheck/ignore.d.workstation /usr/local/etc/logcheck/violations.d /usr/local/etc/logcheck/violations.ignore.d Please consult the following files for more information about logcheck rules and reporting levels: /usr/local/share/doc/logcheck/README.logcheck /usr/local/share/doc/logcheck/README.logcheck-database Also note that the upgraded port installs a crontab file for user "logcheck" that executes the logcheck script every hour and emails the results to root. If the installation process cannot install the crontab file, it can be installed manually from /usr/local/share/examples/logcheck/crontab.in, e.g.: crontab -u logcheck /usr/local/share/examples/logcheck/crontab.in 20080907: AFFECTS: users of www/mediawiki AUTHOR: miwi@FreeBSD.org www/mediawiki version is 1.13 now. 1.12 version was preserved as www/mediawiki12 port. 20080902: AFFECTS: users of net-mgmt/nagios and net-mgmt/nagios-devel AUTHOR: Jarrod Sayers The stable Nagios port has now been updated to version 3.0.3. Upgrading to this version shouldn't require any configuration changes, but note that most sample configuration files were moved into objects/ directory. Nagios 2.12 is still available as net-mgmt/nagios2, use the following to remain on this legacy stable branch: portmaster -o net-mgmt/nagios2 net-mgmt/nagios or, if you're using portupgrade: portupgrade -o net-mgmt/nagios2 net-mgmt/nagios Nagios 3.x development continues in net-mgmt/nagios-devel, users of this port in production use should consider switching to the stable branch: portmaster -o net-mgmt/nagios net-mgmt/nagios-devel or, if you're using portupgrade: portupgrade -o net-mgmt/nagios net-mgmt/nagios-devel 20080902: AFFECTS: users of math/ploticus AUTHOR: linimon@FreeBSD.org This is a major update. Deprecated: server-side image maps (use client-side instead); definition of categories within proc areadef (use proc categories instead); proc print. Discontinued attributes: proc processdata's stack; proc usedata's element, proc getdata's rotate, and proc defineunits (use the $changeunits() function instead). proc rangebar has been renamed proc boxplot and there are major functionality changes. Any script that uses proc rangebar will need maintenance. See http://ploticus.sourceforge.net/doc/news.html for more information. 20080901: AFFECTS: users of mail/pine4 and editors/pico AUTHOR: dougb@FreeBSD.org These two ports have been removed in favor of the new mail/alpine and editors/pico-alpine ports. UW discontinued work on Pine in September 2005 and is focusing on Alpine now. You should be able to directly replace pine with alpine. See http://www.washington.edu/alpine/ for more information. 20080831: AFFECTS: users of net-mgmt/smokeping AUTHOR: lth@FreeBSD.org Smokeping has been updated to 2.4.1, and the example web server configuration has changed. Please read pkg-message and check that your server configuration is OK. 20080827: AFFECTS: users of devel/git AUTHOR: wxs@FreeBSD.org With the default Makefile settings, most of the programs are now installed outside your $PATH, except for "git", "gitk", and some server side programs that need to be accessible for technical reasons. Invoking a git subcommand as "git-xyzzy" from the command line has been deprecated since early 2006 (and officially announced in 1.5.4 release notes); use of them from your scripts after adding output from "git --exec-path" to the $PATH is still supported in this release, but users are again strongly encouraged to adjust their scripts to use "git xyzzy" form, as we will stop installing "git-xyzzy" hardlinks for built-in commands in later releases. Please see this URL for more information: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.txt 20080827: AFFECTS: users of mail/qmhandle AUTHOR: garga@FreeBSD.org A qmHandle.conf file was created, for now, is not needed to edit ${PREFIX}/bin/qmHandle to change stopqmail and startqmail variables. Just remember to edit configuration file after upgrade. 20080820: AFFECTS: users of www/p5-Apache-DBI AUTHOR: pgollucci@FreeBSD.org www/p5-Apache-DBI has been forked into a MASTER and SLAVE setup www/p5-Apache-DBI-mp1 and www/p5-Apache-DBI-mp2 so as to work with www/rt38 among possibly other ports. 20080820: AFFECTS: users of net/rabbitmq AUTHOR: pneumann@gmail.com The database schema has changed in this version of RabbitMQ. If you attempt to start RabbitMQ-1.4.0 over top of a previous installation, it will fail, citing "schema_integrity_check_failed". To correct this, delete your mnesia directory (/var/db/rabbitmq/mnesia) and restart the server. Note that this will destroy all your durable exchanges and queues, and all your persisted messages! 20080816: AFFECTS: users of mail/assp AUTHOR: J.R. Oldroyd The periodic(8) script no longer outputs to files in the assp directory. You should remove /var/db/assp/nightly.log and nightly.log.old by hand once you are done with them. The information that was stored there will now come in your nightly system email. 20080815: AFFECTS: users of sysutils/rdiff-backup AUTHOR: vd@FreeBSD.org sysutils/rdiff-backup has been upgraded from 1.0.5 to 1.2.0. This is an incompatible upgrade. If you need the "old" 1.0.5, you can find it in sysutils/rdiff-backup10. 20080813: AFFECTS: users of www/ikiwiki AUTHOR: brix@FreeBSD.org The layout of the ikiwiki.setup file has changed in a significant way in this release. Old setup files will continue to work, but new features, like the new websetup interface, require a new format setup file. You can convert old setup files into the new format by running the following command for all your ikiwiki.setup files: ikiwiki-transition setupformat ikiwiki.setup 20080812: AFFECTS: users of mail/spamdyke AUTHOR: mm@FreeBSD.org The spamdyke port has been updated to 4.0.2. The new version is not backwards compatible with previous versions. Please examine the new configuration file for the changes. 20080812: AFFECTS: users of databases/pgbouncer AUTHOR: mm@FreeBSD.org Starting with port version 1.2.3, pgbouncer does not run as root anymore. If you are upgrading from earlier versions, please update your configuration in ${PREFIX}/etc/pgbouncer.ini to use log and pid file paths owned by the newly created pgbouncer user (or customize for a different user yourself). Default logfile: /var/log/pgbouncer/pgbouncer.log Default pidfile: /var/run/pgbouncer/pgbouncer.pid 20080808: AFFECTS: users of chinese/phpbb-tw AUTHOR: chinsan@FreeBSD.org The default install directory for phpbb-tw has changed from ${PREFIX}/www/data/phpBB2 to ${PREFIX}/www/phpBB2. If you are updating from a previous version, to preserve your settings and data, please do the following: mv /usr/local/www/data/phpBB2 /usr/local/www Then update as usual. 20080806: AFFECTS: users of net-p2p/transmission AUTHOR: mezz@FreeBSD.org Update to 1.3x, the net-p2p/transmission now is a meta-port. It depends on cli, daemon, and gtk2. If you don't want that, uninstall transmission and install net-p2p/transmission-cli by doing: portmaster -o net-p2p/transmission-cli net-p2p/transmission or, if you're using portupgrade: portupgrade -o net-p2p/transmission-cli net-p2p/transmission 20080805: AFFECTS: users of devel/qt4 AUTHOR: kde@FreeBSD.org The Qt 4 ports has been updated to 4.4.1. With this update several ports specific problems have been fixed. Qt 4 headers and libraries have been moved to include/qt4 and lib/qt4. bsd.qt.mk defines QT_INCDIR and QT_LIBDIR now, which could be used in qt4-dependent ports if required. Before you start to update your ports, please force update of qmake4 and qt4-corelib ports. Portmaster users can do: portmaster devel/qmake4 devel/qt4-moc devel/qt4-corelib or, if you're using portupgrade: portupgrade -f devel/qmake4 devel/qt4-moc devel/qt4-corelib 20080804: AFFECTS: users of devel/git AUTHOR: wxs@FreeBSD.org Git's cvsps dependency has been switched from cvsps-devel to cvsps. The two are incompatible, so you will need to do the following before upgrading git: portmaster -o devel/cvsps devel/cvsps-devel 20080728: AFFECTS: users of net/freeradius2 AUTHOR: David Wood Upgrading the FreeRADIUS port used to replace all unmodified files in your configuration with the latest version from the sample configuration. This strategy has two disadvantages; over time your configuration became based on different versions of the sample configuration, also major changes to the sample configuration could leave your configuration in a confusing state. From version 2.0.5, your configuration is not touched if any configuration files have been modified. You are recommended to track changes in the sample configuration and keep your configuration in a version control system. I use Subversion (see the devel/subversion port) to track my changes. Keeping the sample configuration in a 'vendor branch' (see the Subversion book for more details) allows easy merging of changes from the sample configuration. *** IMPORTANT *** You are urged to move your configuration out of the default location (/usr/local/etc/raddb) before upgrading from 2.0.4 (or earlier) to 2.0.5 (or later). Once this upgrade is complete, remove the sample configuration that has been installed in the default location and move your configuration back to the default location. This is a one time procedure that will prevent unmodified files in your configuration from being deleted from your configuration and not restored during the upgrade. No customised files will be lost in any circumstances. The sample configuration in 2.0.5 has been reorganised: the configuration of most modules is now in the modules directory rather than in radiusd.conf. You are urged to rearrange your configuration to match this layout. There are several improvements in this version of the port, including a new pkg-message that will help new FreeRADIUS users to get started with the port, also new 'reload' and 'debug' commands for the rc.d script. Enjoy! 20080725: AFFECTS: users of x11-fm/nautilus and misc/shared-mime-info AUTHOR: gnome@FreeBSD.org In order to properly update x11-fm/nautilus and misc/shared-mime-info, do the following using portupgrade: # pkg_deinstall -fO nautilus # portupgrade shared-mime-info # portinstall -O nautilus Once misc/shared-mime-info has been updated, each user will need to run the following command: $ update-mime-database ~/.local/share/mime/ 20080725: AFFECTS: users of www/ojs2 AUTHOR: Greg Larkin If you are upgrading from a prior version of ojs2, please backup your database, uploaded files directory, and your config.inc.php before the upgrade. Read /usr/local/share/docs/ojs2/UPGRADE or visit http://pkp.sfu.ca/ojs/UPGRADE for additional upgrade information. 20080721: AFFECTS: users of net/freenet6 AUTHOR: Edwin Groothuis Please note that there has been a major update of this port (from version 2.x to 5.x) and that the name of the binaries and configuration files has changed from "tpsc" to "gw6c". The configuration files have to be copied from ${PREFIX}/share/examples/freenet6 to ${PREFIX}/etc again. 20080719: AFFECTS: users of x11-fm/gprename AUTHOR: Martin Tournoij GPRename configuration files now live ~/.config/gprename instead of ~/, to upgrade use the following commands: % mkdir -p ~/.config/gprename % mv ~/.gprename ~/.config/gprename/gprename % mv ~/.gprename_log ~/.config/gprename/gprename_log 20080717: AFFECTS: users of devel/anjuta AUTHOR: gnome@FreeBSD.org Anjuta's neon dependency has been switched from neon26 to neon28. The two are incompatible, so you will need to do the following to upgrade: portupgrade -o www/neon28 neon26 portupgrade anjuta 20080714: AFFECTS: users of www/squid AUTHOR: Thomas-Martin Seck www/squid has been updated to Squid 2.7.STABLE3. The update should be rather straightforward. The only noticeable change in the port is that the ICAP patch is no longer included; this is because this patch was unmaintained for a long time and its use was not really recommended. Please consider moving to Squid-3 (currently available as www/squid30) if you need ICAP support. Squid 2.6 is still available as www/squid26 and will probably be removed from the Ports Tree by the end of 2008. 20080712: AFFECTS: users of databases/rrdtool AUTHOR: rafan@FreeBSD.org If you use language bindings, like the Perl's RRDs, please upgrade this port *twice* in order to get the library dependency right. 20080711: AFFECTS: users of x11-toolkits/gtkdatabox2 AUTHOR: Beech Rintoul The port has been deprecated and gtkdatabox has been updated. This was done so the port tracks vendor name. Please update by doing: portupgrade -o x11-toolkits/gtkdatabox x11-toolkits/gtkdatabox2 20080709: AFFECTS: users of www/ikiwiki AUTHOR: Henrik Brix Andersen The IkiWiki editpage form now uses the raw page name, not the page title, in its `page' CGI parameter. You will need to rebuild any existing IkiWiki installations in order to update their `edit' links to the new format. 20080708: AFFECTS: users of emulators/qemu-devel AUTHOR: nox@FreeBSD.org The port has been updated to a 20080620 SVN snapshot, which uses the new (incompatible) kqemu-kmod-devel port that now also works for the 32 bit "qemu" executable on amd64. If you upgrade qemu-devel with the KQEMU knob on, you have to # pkg_delete kqemu-kmod-1\* the old kqemu version first if it is installed. 20080705: AFFECTS: users of www/ikiwiki AUTHOR: Henrik Brix Andersen The IkiWiki search plug-in now uses www/xapian-omega as backend instead of textproc/hyperestraier. You will need to update the configuration of any search enabled IkiWiki installations and rebuild them since the search form has changed. 20080704: AFFECTS: users of misc/shared-mime-info AUTHOR: FreeBSD GNOME Team The misc/shared-mime-info has been updated to 0.40. The Mime Types caches have been changed a bit. If you have created any custom MIME types, you will need to run update-mime-database to update your local Mime Types caches: $ update-mime-database ~/.local/share/mime/ 20080702: AFFECTS: users of irc/ratbox-services AUTHOR: Beech Rintoul Configuration file and database changes have been made between the 1.1.x series and the current release version of ratbox-services. It is highly recommended that services are stopped, and the proper upgrade procedure is followed as described in port's documentation, before restarting newly updated ratbox-services again. Please remember to backup the database before attempting an upgrade, as incorrectly upgraded database may be rendered unusable. The ratbox-services-1.2.x branch implements multi-language support. However, an inconsistency in the language indexing may result in errors. It is therefore recommended that the English default to be used until the next version release. 20080702: AFFECTS: users of mail/nocc AUTHOR: Alex Dupre The Nocc configuration file has been moved into 'config' subdir. When updating, remove the old conf.php file and reconfigure Nocc. 20080701: AFFECTS: users of devel/subversion* AUTHOR: Lev Serebryakov subversion now uses neon-0.28.x (www/neon28) port, and automatic portupgrade will fail because www/neon28 will conflict with installed www/neon26 port. You should upgrade neon library before subversion with the command: # portupgrade -o www/neon28 neon26 Also, if you use any special subversion ports with bindings, you should upgrade these ports to clean subversion port with # portupgrade -o devel/subversion subversion-\* and install needed bindings (p5-subversion, py-subversion and/or ruby-subversion) after that. If you use subversion with bindings installed from devel/subversion with custom options, don't forget to install separate bindings ports after subversion upgrade. 20080630: AFFECTS: users of graphics/cairo, graphics/poppler*, and future users of www/firefox3 AUTHOR: FreeBSD GNOME Team The poppler* ports have been updated to 0.8.3 and the shared libraries have changed. Firefox 3.0 has been added to the tree as www/firefox3. These changes require that all dependent ports be updated. You can do this in one of two ways: # portmaster pixman # portmaster \*cairo\* # portmaster -r poppler-0 or: # pkgdb -Ff # portupgrade pixman\* \*cairo\* # portupgrade -r poppler-0.\* 20080627: AFFECTS: users of x11-drivers/xf86-video-ati AUTHOR: Jung-uk Kim mach64 and r128 drivers are now separated out from the ati driver. These video cards are supported by x11-drivers/xf86-video-mach64 and x11-drivers/xf86-video-r128 respectively. If you have one of the affected video cards and xorg.conf contains the following line: Driver "ati" you must specify "mach64" or "r128". Alternatively, you may install x11-drivers/xf86-video-ati to get a wrapper driver. 20080626: AFFECTS: users of science/gramps AUTHOR: Anders Troback Before you upgrade from 2.x to 3.x you need to export your existing databases to a GRAMPS XML file. After the upgrade you can import them into the new version. 20080624: AFFECTS: users of irc/ircd-ratbox-devel AUTHOR: Beech Rintoul Upgrading between different beta releases can cause problems when changes to the ban database schema have occurred. The 'bantool' utility now comes with a -u switch that will check and update the ban database as necessary. Issuing 'bantool -u' is required when upgrading between beta releases and must not be done while the ircd is running. 20080624: AFFECTS: users of www/mod_security AUTHOR: Marcelo Araujo The mod_security port has been updated from 1.9.4 to 2.5.5. Branch 1.9.x will not receive any further updates; all users must update mod_security port to versions 2.1 or 2.5. You can get more information about update issues at: http://www.modsecurity.org/documentation/ 20080624: AFFECTS: users of www/opera and www/opera/devel AUTHOR: Ion-Mihai Tetcu The Opera port has been updated from 9.2x to 9.5x. A lot of things have been changed such as keyboard shortcuts[1]; new storage and indexing formats for mail and feeds; new search.ini; native amd64 binaries; no 4.x support. You will be asked whether to convert mail and feeds to new format during start up. Warning: there is no way to downgrade back to the old format. Be sure to see the Changelog[2]. [1] http://www.opera.com/support/search/view/884/ [2] http://www.opera.com/docs/changelogs/freebsd/950/ 20080622: AFFECTS: users of devel/subversion, subversion-devel and subversion-freebsd with apr from www/apache22 AUTHOR: Clement Laforet apr and apr-util bundled with apache 2.2.9 have been upgraded to 1.3.x, so shared libraries versions have been bumped. If you are using subversion with apache22 apr, you must rebuild subversion after the update. 20080617: AFFECTS: users of editors/nvi-devel AUTHOR: Wesley Shields editors/nvi-devel has been changed to install nvi, nex, and nview as to not conflict with editors/2bsd-vi. Please note the new names if you use this port. 20080616: AFFECTS: users of mail/dkim-milter AUTHOR: Hirohisa Yamaguchi Most of the command line options can now be set in configure files. So the default values (such as milterdkim_socket) are changed to blank. Upgrading users should check the values both in rc.conf and dkim-filter.conf. 20080612: AFFECTS: users of www/linux-opera AUTHOR: mezz@FreeBSD.org The Opera port has been updated from 9.2x to 9.5x. A lot of things have been changed such as keyboard shortcuts[1]; new storage and indexing formats for mail and feeds; new search.ini; probably more that I have missed. I do not know if the keyboard shortcuts and search.ini will be overwritten. You will be asked whether you want mail and feeds to be converted to new format during start up. Warning: there is no way to downgrade back to the old format. Be sure to see the Changelog[2]. [1] http://www.opera.com/support/search/view/884/ [2] http://www.opera.com/docs/changelogs/linux/950/ It is probably best for you to back up your linux-opera directory in case until you have no problem with new Opera for a while. Also, you might have to re-configure search and keyboard shortcuts if these were overwritten: # cp -Rp ~/.linux-opera ~/.linux-opera-bak If you are seeing an error of undefined symbols related to GTK+, it is because it needs newer linux-gtk2 that ports doesn't have. You can enter 'opera:config#FileSelector|DialogToolkit' in the address bar and change from 0 to 1 in 'Dialog Toolkit' if it annoys you. 0 = auto detection, 1 = QT, and 2 = GTK+. 20080610: AFFECTS: users of mail/svnmailer AUTHOR: pgollucci@FreeBSD.org Some of the config directives and sections allowed have changed. You will have to edit your config file when updating to 1.1.0-dev-r1373 version of the port. Please see the following URL for more information: http://opensource.perlig.de/en/svnmailer/doc-1.1/#general-config-charset 20080609: AFFECTS: users of devel/pear-Date_Holidays AUTHOR: tabthorpe@FreeBSD.org pear-Date_Holidays has been split into multiple subports. If you want a specific geographic region, look at devel/pear-Date_Holidays_* 20080605: AFFECTS: users of audio/paman and audio/pavucontrol AUTHOR: lippe@FreeBSD.org paman was renamed to pavucontrol, which are two different projects. paman is a GTK frontend to PulseAudio, while pavucontrol is a GTK-based volume control tool to PulseAudio. 20080605: AFFECTS: users of devel/gettext (i.e.: YOU) AUTHOR: ade@FreeBSD.org As a result of the upgrade to gettext-0.17, the shared library version of libintl has changed, so you will need to rebuild all ports that depend on gettext: # portupgrade -rf gettext # portmaster -r gettext Given the scope and sheer number of dependent ports, it may be more advisable to simply blow away all existing install ports (after keeping any local configuration changes), and rebuilding from scratch. 20080603: AFFECTS: users of editors/emacs AUTHOR: Yasuhiro KIMURA The port (editors/emacs) is updated to 22.2 and some of Emacs Lisp directories had changed. So you should reinstall all ports that depend on it. Please do something like: # portupgrade -fr emacs 20080601: AFFECTS: users of www/ikiwiki AUTHOR: brix@FreeBSD.org If password based logins is enabled in IkiWiki, those passwords were stored in cleartext in the userdb. To guard against exposing users' passwords, IkiWiki 2.48 and later use strong (blowfish) hashes for storing passwords. To hash existing passwords, update to ikiwiki-2.48 and run the following command for each of your IkiWiki src dirs: ikiwiki-transition hashpassword /path/to/your/wiki/srcdir 20080524: AFFECTS: users of net-im/jabberd AUTHOR: mm@FreeBSD.org Starting with version 2.2.0, resolver is now built in the S2S component. Jabberd configuration files require updating: jabberd.cfg: resolver component must be removed s2s.xml: section must be added (see s2s.xml.dist) resolver.xml: may be deleted (file not required anymore) 20080519: AFFECTS: users of www/nginx and www/nginx-devel AUTHOR: osa@FreeBSD.org Nginx version lines have been changed: 0.5 -> 0.6 for stable and 0.6 -> 0.7 for development version. Make sure your configuration files are compatible with the new version(s). 20080519: AFFECTS: users of irc/bitlbee AUTHOR: brix@FreeBSD.org The default installation is now configured for running bitlbee as user 'bitlbee'. Make sure any existing configuration files are readable by that user. 20080517: AFFECTS: users of multimedia/smplayer-* AUTHOR: miwi@FreeBSD.org The slave port multimedia/smplayer-qt4 has been removed with the upgrade of multimedia/smplayer to 0.6.0, qt3 is no longer supported. They are now fully integrated into multimedia/smplayer. Please uninstall multimedia/smplayer-qt4 port before upgrading multimedia/smplayer to version 0.6.0 or higher. 20080513: AFFECTS: users of security/amavisd-new AUTHOR: scheidell@secnap.net Amavisd-new 2.6.0 introduces several incompatibilities with prior versions. If you are upgrading from 2.5.4 or earlier, you will need to update your SQL schema. If you have third party programs that access SQL tables, you will need to update those also. COMPATIBILITY WITH 2.5.4: - when using SQL for logging (e.g. for a pen pals feature) or for quarantining, SQL tables maddr, msgs, msgrcpt and quarantine need to be extended by a new field 'partition_tag'; see below for details; - when SQL logging (pen pals) or SQL lookups are used, one can choose a binary or a character data type for fields users.email, mailaddr.email, and maddr.email; now may be a good opportunity to change a data type to binary (string of bytes); see below for details; - when using SQL for logging, a default for $sql_clause{'upd_msg'} has changed, so if a configuration file replaces this SQL clause by a non-default setting, it needs to be updated; Full information in /usr/local/share/doc/amavisd-new/RELEASE_NOTES. 20080513: AFFECTS: users of audio/ampache AUTHOR: jadawin@FreeBSD.org Ampache 3.4 uses a different config parser. Unfortunately the new parser is unable to read old config files. In order to migrate your current configuration, you should run `php ${WWWDIR}/bin/migrate_config.inc' from the command line. 20080508: AFFECTS: users of databases/ptop AUTHOR: beech@FreeBSD.org The authors have changed the name of this utility to `pg_top'. To avoid conflict with another port in the Tree with the same name we have retained `ptop' as the portname. Note that binary has also changed to `pg_top'. Please start the utility with that name after updating. 20080507: AFFECTS: Perl interface users of audio/gramofile AUTHOR: rafan@FreeBSD.org Perl support is removed due to devel/swig11 removal in ports. If you use the Perl interface, you are encouraged to use the new Audio::Gramofile found on CPAN (contact me for the ports). 20080506: AFFECTS: users of net-mgmt/collectd AUTHOR: daniel@roe.ch Previously, net-mgmt/collectd used to remove the config file even if it was changed by the user. This has now been fixed. To upgrade without losing your configuration, copy ${PREFIX}/etc/collectd.conf away to a safe place before upgrading net-mgmt/collectd. In addition, the default location of the data files changed from ${PREFIX}/var/lib/collectd to /var/db/collectd; you may want to move your data files and edit your configuration accordingly. 20080503: AFFECTS: users of net/skype-devel AUTHOR: beech@FreeBSD.org Skype-devel port has been removed in favor and by upading of net/skype. If you are running skype-devel, please do the following: portupgrade -o net/skype net/skype-devel 20080426: AFFECTS: users of www/phpgedview AUTHOR: beech@FreeBSD.org The install location of phpgedview has changed from www/data/phpGedView to www/phpgedview. If you are updating from a previous version please do the following: mv /usr/local/www/data/phpGedView /usr/local/www You will also need to adjust the paths in your web server to reflect the new location. 20080416: AFFECTS: users of security/clamav AUTHOR: garga@FreeBSD.org Clamav 0.93 does not support the daily.inc and main.inc directories format for virus databases. You need to remove these directories manually and force freshclam to get new cvd format files before starting clamd: portupgrade clamav /usr/local/etc/rc.d/clamav-clamd stop /usr/local/etc/rc.d/clamav-freshclam stop rm -rf /var/db/clamav/main.inc /var/db/clamav/daily.inc freshclam /usr/local/etc/rc.d/clamav-freshclam start /usr/local/etc/rc.d/clamav-clamd start 20080408: AFFECTS: users of www/p5-Apache-Test AUTHOR: pgollucci@FreeBSD.org www/p5-Apache-Test doesn't actually need www/mod_perl{1,2}. If you would like to test a mod_perl, than please install www/mod_perl2 or www/mod_perl as well. The ports infrastructure doesn't support this (yet) but you can use it to test www/apache13, www/apache20, and/or www/apache22 without chaining www/p5-Apache-Test. 20080405: AFFECTS: users of sysutils/tracker AUTHOR: ahze@FreeBSD.org The sysutils/tracker port is now a meta port and tracker is now split into separate ports to allow non-GNOME users to install tracker without pulling in GNOME components. To upgrade please use the directions below. Portmaster users: portmaster -o sysutils/tracker-client tracker portmaster sysutils/tracker Portupgrade users: portupgrade -o sysutils/tracker-client tracker portupgrade -u sysutils/tracker 20080405: AFFECTS: users and maintainers of ports that depend on databases/sqlite3 AUTHOR: mnag@FreeBSD.org Port databases/sqlite3 was updated to 3.5.6 and now has threads enabled by default. If you encounter any problem with it, you can rebuild SQLite3 without threads and test or change Makefile of affected port with this: sed -i.bak -E -e "s|USE_SQLITE=.*|USE_SQLITE=34|g" \ -e "s|databases/sqlite3|databases/sqlite34|g" Makefile Please report success or failure to port maintainer and to me. 20080403: AFFECTS: users of emulators/qemu and emulators/qemu-devel AUTHOR: nox@FreeBSD.org The default configuration location (qemu-ifup script etc.) has been changed from /etc to ${PREFIX}/etc (usually /usr/local/etc). Move your files accordingly. 20080330: AFFECTS: users of www/mediawiki AUTHOR: miwi@FreeBSD.org www/mediawiki version is 1.12 now. 1.11 version was preserved on www/mediawiki111 port. 20080329: AFFECTS: users of www/phpadsnew AUTHOR: beech@FreeBSD.org Phpadsnew has been replaced with www/openx. To upgrade please do the following: 1. Install www/openx 2. Copy the configuration file from phpadsnew to the var directory of www/openx 3. Copy your banner images from phpadsnew/www/images to openx/www/images 4. Access openx on your browser and follow the instructions for upgrading 5. When you are satisfied with everything working properly you can remove www/phpadsnew 20080326: AFFECTS: users of emulators/linux_base-f8 AUTHOR: bsam@FreeBSD.org The new port is used just like emulators/linux_base-fc6. Please, read carefully entry 20070327 about emulators/linux_base-fc6. 20080323: AFFECTS: users of multimedia/gstreamer AUTHOR: multimedia@FreeBSD.org Gstreamer port was updated. Due to the move of some plugins between ports, you will have to rebuild the gstreamer-plugins-good port after upgrading. Portupgrade users: # portupgrade -a # portupgrade -f gstreamer-plugins-good Portmaster users: # portmaster -a # portmaster gstreamer-plugins-good 20080323: AFFECTS: all GNOME users and ports depend on misc/gnomehier AUTHOR: gnome@FreeBSD.org GNOME has been updated to 2.22.0. You have to deinstall a few ports first before using portupgrade or portmaster in order to successfully upgrade your GNOME installation. Portupgrade users: # pkgdb -Ff # pkg_deinstall -fO gnome-applets\* totem\* gnome-control-center\* # portupgrade -aOW Portmaster users: # pkg_delete -f gnome-applets\* totem\* gnome-control-center\* \ gnome-keyring-manager\* # portmaster -a Be sure to read in our known issues and solutions: http://www.freebsd.org/gnome/docs/faq222.html#q4 20080323: AFFECTS: users of devel/glib20 and future users of devel/gio-fam-backend AUTHOR: gnome@FreeBSD.org In order to update to glib 2.16 or higher, you must first update the glib20 port on its own or you will get a failure trying to install devel/gio-fam-backend saying it cannot find -lgio-2.0. Portmaster users can do: portmaster glib-2 or, if you're using portupgrade: portupgrade glib-2\* 20080318: AFFECTS: users of audio/gnump3d AUTHOR: jadawin@FreeBSD.org The layout of gnump3d 3.0 is changed, please read documentation and the manual pages of gnump3d. 20080318: AFFECTS: users of net/skype net/skype-devel AUTHOR: beech@FreeBSD.org For FreeBSD versions 7.0 and above: It is required with both skype and skype-devel to update to linux_base-fc6. Please do the following: 1. Make sure there are no running Linux applications. 2. Unmount linprocfs (umount /compat/linux/proc) 3. Uninstall your current linux_base port 4. Set appropriate sysctl (sysctl compat.linux.osrelease=2.6.16) 5. Install emulators/linux_base-fc6 6 Remount linprocfs (mount /compat/linux/proc) 7. Add compat.linux.osrelease=2.6.16 to etc/sysctl.conf 8. Add OVERRIDE_LINUX_BASE_PORT=fc6 to /etc/make.conf Note: These instructions also apply to linux_base-f8, please use the same osrelease. For FreeBSD versions 5.X and 6.X: Please use the legacy version net/skype12: portupgrade -o net/skype12 net/skype 20080316: AFFECTS: users of net/iscsi-target AUTHOR: rafan@FreeBSD.org The default configuration location has been changed from /etc to ${PREFIX}/etc. Move your files accordingly. 20080314: AFFECTS: users of security/nmapfe AUTHOR: miwi@FreeBSD.org nmapfe has been renamed to zenmap upstream. The port has also been renamed. If you haven't already installed nmapfe, you need to: portupgrade -o security/zenmap nmapfe\* 20080313: AFFECTS: users of mail/ezmlm-web AUTHOR: hans@nordhaug.priv.no The layout of ezmlm-web 3.2 is changed, please read documentation and the manual page of ezmlm-web.cgi. 20080312: AFFECTS: users of x11-wm/enlightenment-devel, x11/ecore and grephics/evas AUTHOR: stas@FreeBSD.org Evas and ecore ports have been split to separate modules to simplify dependency tracking. Thus, portupgrade in many cases won't be able to correctly update these ports. The easiest upgrade path would be to remove all EFL ports and install them from scratch. At least, you should reinstall ecore and evas. Please note that your old $HOME/.e is no longer compatible with new snapshot version. You will need to remove this directory and let e17 create it automatically on the next startup. 20080306: AFFECTS: users of mail/dovecot AUTHOR: ehaupt@FreeBSD.org The update to version 1.0.12 will require manual change to the active configuration file. mail_extra_groups setting was commonly used insecurely. This setting is now deprecated. Most users should switch to using mail_privileged_group setting, but if you really need the old functionality use mail_access_groups instead. 20080303: AFFECTS: users of security/gnutls and any port that depends on it AUTHOR: novel@FreeBSD.org gnutls has been updated to 2.2.2 and all shared libraries versions have been bumped. So you need to rebuild all applications that depend on gnutls. Do something like: portupgrade -rf gnutls 20080223: AFFECTS: users of www/instiki AUTHOR: beech@FreeBSD.org The default installation directory for instiki has changed from /usr/local/instiki to /usr/local/share/instiki. If you are updating from a previous version, to preserve your settings and data, please do the following: mv /usr/local/instiki /usr/local/share Then update as usual. 20080219: AFFECTS: users of x11-wm/xmonad AUTHOR: jacula@gmail.com From now XMonad uses a new configuration file system, so you don't have to edit Config.hs anymore. Instead, create a custom configuration file ~/.xmonad/xmonad.hs. You can take a look at some samples on Xmonad's website. Note that you can be interested in x11-wm/xmonad-contrib. 20080218: AFFECTS: users of devel/poco and devel/poco-ssl AUTHOR: lippemail@gmail.com The HashFunction class template has been changed in an incompatible way. The member function formerly named hash() is now the function call operator. If you have defined your own HashFunction classes, then you have to update your code. 20080216: AFFECTS: users of sysutils/symon AUTHOR: uspoerlein@gmail.com The symon port has been updated from 2.75 to 2.78. It changes the wire protocol again. You should update your symux(8) and symon(8) installations simultaneously, as: - new symon clients will make old symux servers exit, and - new symux servers don't understand the old symon client's if() and mem() probes. 20080208: AFFECTS: users of ports-mgmt/portupgrade AUTHOR: sem@FreeBSD.org As was claimed in the entry 20070301 below in this file, you should fill ALT_DEPENDS section of pkgtools.conf for portupgrade to work correctly with your alternative dependencies. Now it is an obligatory requirement. It was done as a compromise between speed and complexity. 20080203: AFFECTS: users of www/xshttpd AUTHOR: johans@FreeBSD.org www/xshttpd now uses ${PREFIX}/www/xshttpd/ as a root directory for its data files. The xshttpd configuration files have been moved to ${PREFIX}/www/xshttpd/conf/. Please move the appropriate local files manually if you are upgrading from 3.4 or older versions. 20080202: AFFECTS: users of www/punbb AUTHOR: beech@FreeBSD.org Install paths have changed. Please do the following prior to upgrade: cd /usr/local/www mv punbb punbb.old cp -R punbb.old/upload punbb It is now safe to update as usual. Notes: * You will probably get uninstall errors regarding files not found. It's safe to ignore them * Your webserver path has changed from www/punbb/upload to www/punbb, please adjust your webserver configuration and restart it * When you are satisfied with everything working properly you may remove the punbb.old directory: rm -r /usr/local/www/punbb.old 20080201: AFFECTS: users of www/ziproxy AUTHOR: pankov_p@mail.ru The configuration file was moved from /usr/local/etc to /usr/local/etc/ziproxy. 20080126: AFFECTS: users of net-p2p/deluge AUTHOR: mezz@FreeBSD.org Deluge was updated to version 0.5.8.2. If you are using blocklist plugin, you have to remove blocklist.conf first before you can run it, or it will crash upon start up. $ rm -f ~/.config/deluge/blocklist.conf 20080125: AFFECTS: users of www/mod_security2 AUTHOR: araujo@FreeBSD.org Update of mod_security2 is a dramatic change, because there is a need to completely rewrite their obsolete rules and migrate for capacity to use new syntax. You are advised to make a complete backup of your configuration files before you can perform an update. 20080120: AFFECTS: users of www/apache20 AUTHOR: clement@FreeBSD.org BDB framework provided by bsd.database.mk is now used by www/apache20 port. WITH_BERKELEYDB knob is deprecated in favor of WITH_BDB and WITH_BDB_VER/WITH_BDB_BASE, see documentation for more details ('make show-options'). 20080120: AFFECTS: users of www/apache22 AUTHOR: clement@FreeBSD.org BDB framework provided by bsd.database.mk is now used by www/apache22 port. WITH_BERKELEYDB knob is deprecated in favor of WITH_BDB and WITH_BDB_VER/WITH_BDB_BASE, see documentation for more details. ('make show-options'). 20080118: AFFECTS: users of net/freeradius AUTHOR: David Wood FreeRADIUS 2.0 is now available as the net/freeradius2 port. All FreeRADIUS users are advised to consider upgrading to 2.0. It is the FreeRADIUS team's intention to put the 1.x server into 'maintenance' mode with just critical bug fixes.[1] 2.0 has many improvements including numerous bug fixes that were too difficult for the 1.x server, as well as many new features. Before uninstalling 1.x, it is recommended that you backup your configuration, which is typically in /usr/local/etc/raddb, then move it out of the way. It is also worth backing up the default configuration, which is typically in /usr/local/share/examples/freeradius/raddb. 1.x configurations should work with the 2.0 server [2]. However the port automatically upgrades any unedited files in the configuration when you install a new version of FreeRADIUS. Installing 2.0 with the residue of a 1.x configuration in the default location will result in a mixed 1.x and 2.0 configuration that may not work. The recommended approach is to diff your 1.x configuration against the default 1.x configuration, then make corresponding changes to a copy of the default 2.0 configuration. If you moved your 1.x configuration out of the way before upgrading, you will have a 2.0 configuration ready to edit in the default location. It is worth reading man 5 unlang for details of the new FreeRADIUS 'un-language' before starting. Alternatively, you can move your 1.x configuration to another location, such as /usr/local/etc/raddb_v1, then edit /etc/rc.conf to point the rc.d script to that location. For example: radiusd_flags="-d /usr/local/etc/raddb_v1" I cannot guarantee that all 1.x configurations will work with the 2.0 server, and I only recommend using a 1.x configuration as an interim measure. [1] - http://www.freeradius.org/business/roadmap.html [2] - http://preview.tinyurl.com/ysrr6a 20080114: AFFECTS: users of devel/perforce AUTHOR: lth@FreeBSD.org Perforce has been updated to version 2007.3. Upgrading is fairly straightforward, but it is still highly recommended to follow the upgrading instructions in the release notes: http://www.perforce.com/perforce/doc.073/user/relnotes.txt 20080108: AFFECTS: users of irc/bitlbee AUTHOR: brix@FreeBSD.org irc/bitlbee now stores saved user settings in /var/db/bitlbee/, not $PREFIX/etc/bitlbee/. You will have to manually move any existing user settings to the new location (or override the user settings directory using -d if you wish to keep the old behavior). Other configuration files are still kept in $PREFIX/etc/bitlbee/ by default. The default installation is now configured for running bitlbee as user 'nobody' by default. Make sure any existing configuration files are readable by that user. $FreeBSD$ Index: head/accessibility/Makefile =================================================================== --- head/accessibility/Makefile (revision 368844) +++ head/accessibility/Makefile (revision 368845) @@ -1,38 +1,39 @@ # $FreeBSD$ # COMMENT = Ports to help disabled users SUBDIR += accerciser SUBDIR += at-spi SUBDIR += at-spi-reference SUBDIR += at-spi2-atk SUBDIR += at-spi2-core SUBDIR += atk SUBDIR += atk-reference SUBDIR += atkmm SUBDIR += dasher SUBDIR += eflite SUBDIR += gnome-mag SUBDIR += gnome-speech SUBDIR += gnopernicus SUBDIR += gok SUBDIR += java-access-bridge SUBDIR += jovie SUBDIR += kaccessible SUBDIR += kdeaccessibility4 SUBDIR += kmag SUBDIR += kmousetool SUBDIR += kmouth + SUBDIR += linux-c6-atk SUBDIR += linux-f10-atk SUBDIR += mousetweaks SUBDIR += orca SUBDIR += py-atspi SUBDIR += py-papi SUBDIR += qt4-accessible SUBDIR += redshift SUBDIR += rubygem-atk SUBDIR += speech-dispatcher SUBDIR += yasr .include Index: head/accessibility/linux-c6-atk/Makefile =================================================================== --- head/accessibility/linux-c6-atk/Makefile (nonexistent) +++ head/accessibility/linux-c6-atk/Makefile (revision 368845) @@ -0,0 +1,23 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= atk +PORTVERSION= 1.30.0 +CATEGORIES= accessibility linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Accessibility Toolkit, Linux/i386 binary (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= GPLv3 + +PKGNAMEPREFIX= linux-${USE_LINUX}- + +CONFLICTS= linux-atk-[0-9]* linux-f10-atk-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +RPMVERSION= 1.el6 +USE_LINUX_RPM= yes +USE_LDCONFIG= yes + +.include Property changes on: head/accessibility/linux-c6-atk/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/accessibility/linux-c6-atk/distinfo.i686 =================================================================== --- head/accessibility/linux-c6-atk/distinfo.i686 (nonexistent) +++ head/accessibility/linux-c6-atk/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/atk-1.30.0-1.el6.i686.rpm) = 1fb6cdc8bdeaab448dc07d6c326fe402e3170e7b4e9fff84de45c6fc9aeee216 +SIZE (rpm/i686/centos/6.5/atk-1.30.0-1.el6.i686.rpm) = 198868 +SHA256 (rpm/i686/centos/6.5/atk-1.30.0-1.el6.src.rpm) = fc87523ecb6cb944f9452a9da4385c73346acc3714ea494d3110245c4fbce12a +SIZE (rpm/i686/centos/6.5/atk-1.30.0-1.el6.src.rpm) = 758480 Property changes on: head/accessibility/linux-c6-atk/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/accessibility/linux-c6-atk/pkg-descr =================================================================== --- head/accessibility/linux-c6-atk/pkg-descr (nonexistent) +++ head/accessibility/linux-c6-atk/pkg-descr (revision 368845) @@ -0,0 +1,10 @@ +Accessibility Toolkit, Linux/i386 binary + +from the Web page: + + The ATK library provides a set of interfaces for accessibility. By + supporting the ATK interfaces, an application or toolkit can be + used with such tools as screen readers, magnifiers, and + alternative input devices. + +WWW: http://gtk.org Property changes on: head/accessibility/linux-c6-atk/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/accessibility/linux-c6-atk/pkg-plist =================================================================== --- head/accessibility/linux-c6-atk/pkg-plist (nonexistent) +++ head/accessibility/linux-c6-atk/pkg-plist (revision 368845) @@ -0,0 +1,100 @@ +@comment file listing +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 +@comment non-empty directory listing in revers order +@dirrm usr/share/doc/atk-1.30.0 Property changes on: head/accessibility/linux-c6-atk/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/accessibility/linux-f10-atk/Makefile =================================================================== --- head/accessibility/linux-f10-atk/Makefile (revision 368844) +++ head/accessibility/linux-f10-atk/Makefile (revision 368845) @@ -1,22 +1,22 @@ # Created by: bsam # $FreeBSD$ PORTNAME= atk PORTVERSION= 1.24.0 +PORTREVISION= 1 CATEGORIES= accessibility linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Accessibility Toolkit, Linux/i386 binary (Linux Fedora 10) CONFLICTS= linux-atk-[0-9]* linux-f8-atk-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 1.fc10 USE_LDCONFIG= yes .include Index: head/archivers/linux-f10-ucl/Makefile =================================================================== --- head/archivers/linux-f10-ucl/Makefile (revision 368844) +++ head/archivers/linux-f10-ucl/Makefile (revision 368845) @@ -1,28 +1,24 @@ # Created by: bsam # $FreeBSD$ PORTNAME= ucl PORTVERSION= 1.03 CATEGORIES= archivers linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= UCL, a lossless data compression library (Linux Fedora 10) CONFLICTS= linux-ucl-[0-9]* linux-f8-ucl-[0-9]* +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 RPMVERSION= 8.fc9 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libucl.so.1 usr/lib/libucl.so.1.0.0 DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= COPYING NEWS README THANKS TODO DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -OPTIONS_DEFINE= DOCS .include Index: head/archivers/linux-f10-upx/Makefile =================================================================== --- head/archivers/linux-f10-upx/Makefile (revision 368844) +++ head/archivers/linux-f10-upx/Makefile (revision 368845) @@ -1,30 +1,28 @@ # Created by: bsam # $FreeBSD$ PORTNAME= upx PORTVERSION= 3.03 CATEGORIES= archivers linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} PKGNAMEPREFIX= linux-f10- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= UPX, a high-performance executable packer (Linux Fedora 10) CONFLICTS= linux-upx-[0-9]* linux-f8-upx-[0-9]* +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= ucl -LINUX_DIST_VER= 10 RPMVERSION= 1.fc10 BRANDELF_FILES= usr/bin/upx PLIST_FILES= usr/bin/upx usr/share/man/man1/upx.1.gz DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= BUGS COPYING LICENSE NEWS PROJECTS README README.1ST \ THANKS TODO elf-to-mem.txt filter.txt loader.txt selinux.txt DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -OPTIONS_DEFINE= DOCS .include Index: head/astro/google-earth/Makefile =================================================================== --- head/astro/google-earth/Makefile (revision 368844) +++ head/astro/google-earth/Makefile (revision 368845) @@ -1,80 +1,86 @@ # $FreeBSD$ PORTNAME= google-earth PORTVERSION= 6.0.3.2197 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= astro deskutils geography MASTER_SITES= http://dl.google.com/earth/client/advanced/previous/:previous \ http://dl.google.com/earth/client/current/:current DISTFILES= GoogleEarthLinux.bin:current DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} EXTRACT_ONLY= # none MAINTAINER= nox@FreeBSD.org COMMENT= Explore, Search, and Discover EXTRACT_DEPENDS= unmakeself:${PORTSDIR}/archivers/unmakeself RESTRICTED= Not really sure about the redistribution terms WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\..*//g}/ +OPTIONS_DEFINE= NVIDIA + USE_LINUX= yes USE_LINUX_APPS= xorglibs curl USES= perl5 shared-mime-info desktop-file-utils USE_PERL5= patch build +#SUB_FILES= bin/googleearth .include +.include UNMAKESELF= ${LOCALBASE}/bin/unmakeself -.if defined(WITH_NVIDIA_GL) +.if ${PORT_OPTIONS:MNVIDIA} RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver .else -USE_LINUX_APPS+= dri +USE_LINUX_APPS+= dri libpciaccess +LIBGL_ALWAYS_SOFTWARE=LIBGL_ALWAYS_SOFTWARE=yes .endif # Fixed by the first post-patch target line? Also, linprocfs needs to be mounted. #.if ${OSVERSION} >= 900000 && ${ARCH} == "amd64" #BROKEN= seems to crash on >= 9.x/amd64: http://www.freebsd.org/cgi/query-pr.cgi?pr=160422 #.endif do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DIST_SUBDIR}/${_DISTFILES} ${WRKSRC} @cd ${WRKSRC} && ${UNMAKESELF} ${_DISTFILES} && ${RM} -f ${_DISTFILES} @cd ${WRKSRC} && ${TAR} xf googleearth-data.tar && ${RM} -f googleearth-data.tar @cd ${WRKSRC} && ${TAR} xf googleearth-linux-x86.tar && ${RM} -f googleearth-linux-x86.tar post-patch: - @${REINPLACE_CMD} -i "" -e '/OS.*=/s|linux|FreeBSD|' ${WRKSRC}/drivers.ini - @${REINPLACE_CMD} -i "" -e 's|^# Set the home.*|GOOGLEEARTH_DATA_PATH=${DATADIR}|' ${WRKSRC}/bin/googleearth - @${REINPLACE_CMD} -i "" -e "s|^# Let's boogie.*|rm -f \$${HOME}/.googleearth/instance-running-lock|" ${WRKSRC}/bin/googleearth + @${REINPLACE_CMD} -e '/OS.*=/s|linux|FreeBSD|' ${WRKSRC}/drivers.ini + @${REINPLACE_CMD} -e 's|^# Set the home.*|GOOGLEEARTH_DATA_PATH=${DATADIR}|; \ + s|%%LIBGL_ALWAYS_SOFTWARE%%|${LIBGL_ALWAYS_SOFTWARE}|' ${WRKSRC}/bin/googleearth + @${REINPLACE_CMD} -i "" -e "s|^# Let's boogie.*|rm -f ${LINUXBASE}\$${HOME}/.googleearth/instance-running-lock|" ${WRKSRC}/bin/googleearth @${REINPLACE_CMD} -i "" -e 's/^TMPPATH.*/exit 0/' ${WRKSRC}/postinstall.sh @${REINPLACE_CMD} -i "" -e 's|\"\$$SETUP_INSTALLPATH/|\"${WRKSRC}/|' ${WRKSRC}/postinstall.sh @${REINPLACE_CMD} -i "" -e 's|\$$SETUP_INSTALLPATH/googleearth |${PREFIX}/bin/googleearth |' ${WRKSRC}/postinstall.sh ${RM} ${WRKSRC}/libcurl.so.4 ${PERL} -i -pe 's|/lib/ld-lsb.so.3\0\0\0|/lib/ld-linux.so.2\0|' ${WRKSRC}/googleearth-bin do-build: @${SETENV} SETUP_INSTALLPATH=${DATADIR} ${WRKSRC}/postinstall.sh @cd ${WRKSRC} && ${RM} -rf setup.* preuninstall.sh postinstall.sh \ bin/googleearth.orig do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages ${INSTALL_DATA} ${WRKSRC}/googleearth-mimetypes.xml \ ${STAGEDIR}${PREFIX}/share/mime/packages/ ${INSTALL_DATA} ${WRKSRC}/Google-googleearth.desktop \ ${STAGEDIR}${PREFIX}/share/applications/googleearth.desktop ${CP} -rp ${WRKSRC}/* ${STAGEDIR}${DATADIR} ${RM} -f ${STAGEDIR}${DATADIR}/googleearth-mimetypes.xml \ ${STAGEDIR}${DATADIR}/googleearth.desktop ${INSTALL_SCRIPT} ${FILESDIR}/browserwrapper \ ${STAGEDIR}${DATADIR}/bin/ ${LN} -sf ${DATADIR}/bin/googleearth \ ${STAGEDIR}${PREFIX}/bin/ .include Index: head/astro/google-earth/files/patch-bin-googleearth =================================================================== --- head/astro/google-earth/files/patch-bin-googleearth (revision 368844) +++ head/astro/google-earth/files/patch-bin-googleearth (revision 368845) @@ -1,18 +1,35 @@ -Index: bin/googleearth -@@ -8,6 +8,16 @@ if [ "${GOOGLEEARTH_DATA_PATH}" = "" ]; +--- ./bin/googleearth.orig 2011-05-17 10:42:02.000000000 +0300 ++++ ./bin/googleearth 2014-03-13 08:59:26.456795260 +0200 +@@ -8,6 +8,17 @@ GOOGLEEARTH_DATA_PATH="$(dirname "$(readlink -f "$0")")" fi +ulimit -s 32768 2>/dev/null + +# For browser wrapper script (to use original LD_LIBRARY_PATH) +if [ -n "${BROWSER}" ] +then ++ + export REAL_BROWSER="${BROWSER}" + export REAL_LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" + export BROWSER=${GOOGLEEARTH_DATA_PATH}/bin/browserwrapper +fi + LD_LIBRARY_PATH=.:${GOOGLEEARTH_DATA_PATH}:${LD_LIBRARY_PATH} export LD_LIBRARY_PATH + +@@ -15,10 +26,11 @@ + if [ -x "${GOOGLEEARTH_DATA_PATH}/googleearth-bin" ] + then + cd "${GOOGLEEARTH_DATA_PATH}/" +- exec "./googleearth-bin" "$@" ++ LIBGL_DEBUG="verbose" %%LIBGL_ALWAYS_SOFTWARE%% exec "./googleearth-bin" "$@" ++else ++ echo "Couldn't run Google Earth (googleearth-bin). Is GOOGLEEARTH_DATA_PATH set?" ++ exit 1 + fi +-echo "Couldn't run Google Earth (googleearth-bin). Is GOOGLEEARTH_DATA_PATH set?" +-exit 1 + + # end of googleearth ... Index: head/audio/Makefile =================================================================== --- head/audio/Makefile (revision 368844) +++ head/audio/Makefile (revision 368845) @@ -1,815 +1,833 @@ # $FreeBSD$ # COMMENT = Audio tools SUBDIR += HVSC-Update SUBDIR += Maaate SUBDIR += aacgain SUBDIR += aacplusenc SUBDIR += abcde SUBDIR += abcmidi SUBDIR += abcselect SUBDIR += abraca SUBDIR += acoustid-fingerprinter SUBDIR += adplay SUBDIR += afsp SUBDIR += aften SUBDIR += alac SUBDIR += alienwah SUBDIR += alsa-lib SUBDIR += alsa-plugins SUBDIR += alsa-utils SUBDIR += alure SUBDIR += amarok-kde4 SUBDIR += amb-plugins SUBDIR += amp SUBDIR += ampache SUBDIR += ample SUBDIR += amrcoder SUBDIR += aqualung SUBDIR += ardour SUBDIR += ario SUBDIR += arss SUBDIR += ascd SUBDIR += asmix SUBDIR += asmixer SUBDIR += asunder SUBDIR += atunes SUBDIR += aubio SUBDIR += audacious-dumb SUBDIR += audacity SUBDIR += audex SUBDIR += audiere SUBDIR += audiotag SUBDIR += aumix SUBDIR += aureal-kmod SUBDIR += autocd SUBDIR += autotalent SUBDIR += autozen SUBDIR += baresip SUBDIR += baudline SUBDIR += beast SUBDIR += beets SUBDIR += blop SUBDIR += boodler SUBDIR += bristol SUBDIR += btc SUBDIR += calf SUBDIR += cam SUBDIR += caps-plugins SUBDIR += ccaudio2 SUBDIR += cd-console SUBDIR += cd-discid SUBDIR += cd2mp3 SUBDIR += cddb-bundle SUBDIR += cdparanoia SUBDIR += cdplay SUBDIR += celt SUBDIR += checkmate SUBDIR += chordpack SUBDIR += chromaprint SUBDIR += clementine-player SUBDIR += clunk SUBDIR += cmp3 SUBDIR += cmt SUBDIR += cmus SUBDIR += cmus-post.fm SUBDIR += cowbell SUBDIR += cpige SUBDIR += cplay SUBDIR += cpp-xmms2 SUBDIR += creox SUBDIR += crip SUBDIR += cripple SUBDIR += csound SUBDIR += csound6 SUBDIR += ctronome SUBDIR += cuberok SUBDIR += cue2toc SUBDIR += cueplayer SUBDIR += cuetools SUBDIR += cutmp3 SUBDIR += cymbaline SUBDIR += dagrab SUBDIR += darkice SUBDIR += dcd SUBDIR += deadbeef SUBDIR += deadbeef-mpris-plugin SUBDIR += decibel-audio-player SUBDIR += deforaos-mixer SUBDIR += dekagen SUBDIR += denemo SUBDIR += dir2ogg SUBDIR += discid SUBDIR += drumpiler SUBDIR += dssi SUBDIR += dtmfdial SUBDIR += dumb SUBDIR += dumb-allegro SUBDIR += dvda-author SUBDIR += easytag SUBDIR += eawpats SUBDIR += eawplus SUBDIR += ecasound SUBDIR += emms SUBDIR += enscribe SUBDIR += epos-devel SUBDIR += esound SUBDIR += espeak SUBDIR += esperanza SUBDIR += etcd SUBDIR += etktab SUBDIR += exaile SUBDIR += extace SUBDIR += ezstream SUBDIR += faac SUBDIR += faad SUBDIR += fapg SUBDIR += fcplay SUBDIR += fdk-aac SUBDIR += fdmf SUBDIR += festalon SUBDIR += festdoc SUBDIR += festival SUBDIR += festival-freebsoft-utils SUBDIR += festlex-cmu SUBDIR += festlex-czech SUBDIR += festlex-oald SUBDIR += festlex-ogi SUBDIR += festlex-poslex SUBDIR += festvox-czech SUBDIR += festvox-don SUBDIR += festvox-el11 SUBDIR += festvox-kal16 SUBDIR += festvox-kal8 SUBDIR += festvox-ked16 SUBDIR += festvox-ked8 SUBDIR += festvox-rab16 SUBDIR += festvox-rab8 SUBDIR += festvox-russian SUBDIR += firefly SUBDIR += flac SUBDIR += flac123 SUBDIR += flake SUBDIR += flite SUBDIR += fluidsynth SUBDIR += fluidsynth-dssi SUBDIR += fmit SUBDIR += fpc-a52 SUBDIR += fpc-mad SUBDIR += fpc-modplug SUBDIR += fpc-oggvorbis SUBDIR += fpc-openal SUBDIR += fpc-sndfile SUBDIR += fplib SUBDIR += freealut SUBDIR += freedesktop-sound-theme SUBDIR += freepats SUBDIR += funktrackergold SUBDIR += gbemol SUBDIR += gbsplay SUBDIR += gervill SUBDIR += ghostess SUBDIR += gigedit SUBDIR += gimmix SUBDIR += gkrellmms2 SUBDIR += gkrellmss2 SUBDIR += gkrellmvolume2 SUBDIR += glame SUBDIR += glurp SUBDIR += gmidimonitor SUBDIR += gmixer SUBDIR += gmpc SUBDIR += gmpc-alarm SUBDIR += gmpc-albumview SUBDIR += gmpc-discogs SUBDIR += gmpc-extraplaylist SUBDIR += gmpc-lastfm SUBDIR += gmpc-libnotify SUBDIR += gmpc-lyrics SUBDIR += gmpc-lyricsplugin SUBDIR += gmpc-lyricwiki SUBDIR += gmpc-magnatune SUBDIR += gmpc-mdcover SUBDIR += gmpc-mserver SUBDIR += gmpc-shout SUBDIR += gmpc-wikipedia SUBDIR += gmtp SUBDIR += gmusicbrowser SUBDIR += gnaural SUBDIR += gnome-audio SUBDIR += gnome-media SUBDIR += gnomoradio SUBDIR += gnormalize SUBDIR += gnuitar SUBDIR += gnupod SUBDIR += gnustep-cdplayer SUBDIR += gogglesmm SUBDIR += goobox SUBDIR += gqmpeg SUBDIR += gqradio SUBDIR += gramofile SUBDIR += grip SUBDIR += gsm SUBDIR += gspeakers SUBDIR += gstreamer-plugins-a52dec SUBDIR += gstreamer-plugins-amrnb SUBDIR += gstreamer-plugins-amrwbdec SUBDIR += gstreamer-plugins-cdaudio SUBDIR += gstreamer-plugins-cdparanoia SUBDIR += gstreamer-plugins-esound SUBDIR += gstreamer-plugins-faac SUBDIR += gstreamer-plugins-faad SUBDIR += gstreamer-plugins-flac SUBDIR += gstreamer-plugins-flite SUBDIR += gstreamer-plugins-fluendo-mp3 SUBDIR += gstreamer-plugins-gme SUBDIR += gstreamer-plugins-gsm SUBDIR += gstreamer-plugins-jack SUBDIR += gstreamer-plugins-ladspa SUBDIR += gstreamer-plugins-lame SUBDIR += gstreamer-plugins-mad SUBDIR += gstreamer-plugins-moodbar SUBDIR += gstreamer-plugins-mp3 SUBDIR += gstreamer-plugins-musepack SUBDIR += gstreamer-plugins-nas SUBDIR += gstreamer-plugins-ogg SUBDIR += gstreamer-plugins-opus SUBDIR += gstreamer-plugins-pulse SUBDIR += gstreamer-plugins-shout2 SUBDIR += gstreamer-plugins-sidplay SUBDIR += gstreamer-plugins-sndfile SUBDIR += gstreamer-plugins-soundtouch SUBDIR += gstreamer-plugins-spc SUBDIR += gstreamer-plugins-speex SUBDIR += gstreamer-plugins-taglib SUBDIR += gstreamer-plugins-twolame SUBDIR += gstreamer-plugins-vorbis SUBDIR += gstreamer-plugins-wavpack SUBDIR += gstreamer1-plugins-a52dec SUBDIR += gstreamer1-plugins-amrnb SUBDIR += gstreamer1-plugins-amrwbdec SUBDIR += gstreamer1-plugins-cdparanoia SUBDIR += gstreamer1-plugins-faac SUBDIR += gstreamer1-plugins-faad SUBDIR += gstreamer1-plugins-flac SUBDIR += gstreamer1-plugins-flite SUBDIR += gstreamer1-plugins-gme SUBDIR += gstreamer1-plugins-gsm SUBDIR += gstreamer1-plugins-jack SUBDIR += gstreamer1-plugins-lame SUBDIR += gstreamer1-plugins-mad SUBDIR += gstreamer1-plugins-modplug SUBDIR += gstreamer1-plugins-ogg SUBDIR += gstreamer1-plugins-opus SUBDIR += gstreamer1-plugins-shout2 SUBDIR += gstreamer1-plugins-sidplay SUBDIR += gstreamer1-plugins-soundtouch SUBDIR += gstreamer1-plugins-speex SUBDIR += gstreamer1-plugins-taglib SUBDIR += gstreamer1-plugins-twolame SUBDIR += gstreamer1-plugins-vorbis SUBDIR += gstreamer1-plugins-wavpack SUBDIR += gtick SUBDIR += gtkguitune SUBDIR += gtkpod SUBDIR += gtmixer SUBDIR += guspat SUBDIR += gvolwheel SUBDIR += gxmms2 SUBDIR += harp SUBDIR += hawkvoice SUBDIR += herrie SUBDIR += hexter SUBDIR += hs-ALUT SUBDIR += hs-OpenAL SUBDIR += hs-libmpd SUBDIR += hydrogen SUBDIR += hydrogen-devel SUBDIR += icecast-kh SUBDIR += icecast2 SUBDIR += icegenerator SUBDIR += ices SUBDIR += id3ed SUBDIR += id3el SUBDIR += id3lib SUBDIR += id3mtag SUBDIR += id3ren SUBDIR += id3tool SUBDIR += id3v2 SUBDIR += idjc SUBDIR += ifp-line SUBDIR += jack SUBDIR += jack-keyboard SUBDIR += jack-rack SUBDIR += jack-smf-utils SUBDIR += jack_ghero SUBDIR += jack_mixer SUBDIR += jack_umidi SUBDIR += jamin SUBDIR += jid3lib SUBDIR += jmusic SUBDIR += jokosher SUBDIR += juk SUBDIR += juke SUBDIR += julius SUBDIR += jxm SUBDIR += kaudiocreator SUBDIR += kexis SUBDIR += kid3-kde4 SUBDIR += kid3-qt4 SUBDIR += kid3-qt5 SUBDIR += kio-audiocd SUBDIR += kmix SUBDIR += kscd SUBDIR += ksmp3play SUBDIR += kstreamripper SUBDIR += ladspa SUBDIR += lame SUBDIR += lash SUBDIR += last-cmus SUBDIR += last.fm SUBDIR += lastfm-desktop SUBDIR += liba52 SUBDIR += libaacplus SUBDIR += libadplug SUBDIR += libaiff SUBDIR += libamrnb SUBDIR += libamrwb SUBDIR += libao SUBDIR += libaudiofile SUBDIR += libbpm SUBDIR += libbs2b SUBDIR += libcanberra SUBDIR += libcanberra-gtk3 SUBDIR += libcdaudio SUBDIR += libcddb SUBDIR += libcddb-doc SUBDIR += libconvolve SUBDIR += libcoverart SUBDIR += libdiscid SUBDIR += libdssialsacompat SUBDIR += libebur128 SUBDIR += libechonest SUBDIR += libfishsound SUBDIR += libgig SUBDIR += libgme SUBDIR += libgpod SUBDIR += libgroove SUBDIR += libid3tag SUBDIR += libkcddb SUBDIR += libkcompactdisc SUBDIR += liblastfm SUBDIR += liblo SUBDIR += liblscp SUBDIR += libmad SUBDIR += libmikmod SUBDIR += libmodplug SUBDIR += libmp3-archive-perl SUBDIR += libmp3splt SUBDIR += libmpd SUBDIR += libmpdclient SUBDIR += libmusicbrainz3 SUBDIR += libmusicbrainz5 SUBDIR += libnjb SUBDIR += libnoise SUBDIR += libofa SUBDIR += libogg SUBDIR += liboggz SUBDIR += libopenspc SUBDIR += libsamplerate SUBDIR += libshairport SUBDIR += libshout SUBDIR += libsidplay SUBDIR += libsidplay2 SUBDIR += libsidplayfp SUBDIR += libsmf SUBDIR += libsndfile SUBDIR += libtremor SUBDIR += libumidi SUBDIR += libvorbis SUBDIR += libworkman SUBDIR += libxmp SUBDIR += lingot + SUBDIR += linux-c6-openal-soft + SUBDIR += linux-c6-alsa-lib + SUBDIR += linux-c6-alsa-plugins-oss + SUBDIR += linux-c6-alsa-plugins-pulseaudio + SUBDIR += linux-c6-alsa-utils + SUBDIR += linux-c6-arts + SUBDIR += linux-c6-esound + SUBDIR += linux-c6-flac + SUBDIR += linux-c6-libaudiofile + SUBDIR += linux-c6-libogg + SUBDIR += linux-c6-libsndfile + SUBDIR += linux-c6-libvorbis + SUBDIR += linux-c6-mikmod + SUBDIR += linux-c6-nas-libs + SUBDIR += linux-c6-openal-soft + SUBDIR += linux-c6-pulseaudio-libs + SUBDIR += linux-c6-pulseaudio-utils + SUBDIR += linux-c6-sdl_mixer SUBDIR += linux-f10-alsa-lib SUBDIR += linux-f10-alsa-plugins-oss SUBDIR += linux-f10-arts SUBDIR += linux-f10-esound SUBDIR += linux-f10-freealut SUBDIR += linux-f10-libaudiofile SUBDIR += linux-f10-libogg SUBDIR += linux-f10-libvorbis SUBDIR += linux-f10-mikmod SUBDIR += linux-f10-nas-libs SUBDIR += linux-f10-openal SUBDIR += linux-f10-openal-soft SUBDIR += linux-f10-pulseaudio-libs SUBDIR += linux-f10-sdl_mixer SUBDIR += linux-fmodapi SUBDIR += linux-genpuid SUBDIR += linux-laudio SUBDIR += linux-mbrola SUBDIR += linux-neroaaccodec SUBDIR += linuxsampler SUBDIR += listener SUBDIR += lmms SUBDIR += lpac SUBDIR += lua51-mpd SUBDIR += lv2core SUBDIR += lxmusic SUBDIR += mac SUBDIR += mad SUBDIR += madfufw SUBDIR += madplay SUBDIR += malint SUBDIR += mangler SUBDIR += maplay SUBDIR += mate-media SUBDIR += mbox SUBDIR += mbrolavox SUBDIR += mcplay SUBDIR += mctoolame-decoder SUBDIR += mctoolame-encoder SUBDIR += mehdiaplayer SUBDIR += mhwaveedit SUBDIR += midipp SUBDIR += mikmod SUBDIR += milkytracker SUBDIR += minitunes SUBDIR += mixer.app SUBDIR += mixmos SUBDIR += mixxx SUBDIR += mma SUBDIR += moc SUBDIR += modplugplay SUBDIR += mous SUBDIR += mp-player SUBDIR += mp3-archive-tools SUBDIR += mp32ogg SUBDIR += mp3_check SUBDIR += mp3asm SUBDIR += mp3blaster SUBDIR += mp3burn SUBDIR += mp3c SUBDIR += mp3check SUBDIR += mp3ck SUBDIR += mp3gain SUBDIR += mp3guessenc SUBDIR += mp3info SUBDIR += mp3lint SUBDIR += mp3mover SUBDIR += mp3plot SUBDIR += mp3rename SUBDIR += mp3riot SUBDIR += mp3splt SUBDIR += mp3splt-gtk SUBDIR += mp3stat SUBDIR += mp3unicode SUBDIR += mp3val SUBDIR += mp3wrap SUBDIR += mpdas SUBDIR += mpdbrowser SUBDIR += mpdcon SUBDIR += mpdscribble SUBDIR += mpg123 SUBDIR += mpg123.el SUBDIR += mpg321 SUBDIR += mpiosh SUBDIR += mps SUBDIR += msilbc SUBDIR += mumble SUBDIR += murmur SUBDIR += muse SUBDIR += musepack SUBDIR += musescore SUBDIR += musica SUBDIR += musicbox-tag-editor SUBDIR += musiccontrol SUBDIR += musicpc SUBDIR += musicpd SUBDIR += mythplugin-mythmusic SUBDIR += napster SUBDIR += nas SUBDIR += ncmpc SUBDIR += ncmpcpp SUBDIR += nekobee SUBDIR += normalize SUBDIR += nosefart SUBDIR += nspmod SUBDIR += ocp SUBDIR += ogg2mp3 SUBDIR += openal SUBDIR += openal-soft SUBDIR += opencore-amr SUBDIR += openspc SUBDIR += optimfrog SUBDIR += opus SUBDIR += opus-tools SUBDIR += opusfile SUBDIR += osalp SUBDIR += osd-lyrics SUBDIR += osdmixer SUBDIR += oss SUBDIR += p5-Audio SUBDIR += p5-Audio-CD SUBDIR += p5-Audio-Ecasound SUBDIR += p5-Audio-FLAC-Header SUBDIR += p5-Audio-MPD SUBDIR += p5-Audio-MPD-Common SUBDIR += p5-Audio-Mixer SUBDIR += p5-Audio-Musepack SUBDIR += p5-Audio-Scan SUBDIR += p5-Audio-Scrobbler SUBDIR += p5-Audio-WMA SUBDIR += p5-Audio-Wav SUBDIR += p5-CDDB SUBDIR += p5-CDDB-File SUBDIR += p5-CDDB_get SUBDIR += p5-Filesys-Virtual-DAAP SUBDIR += p5-MIDI SUBDIR += p5-MP3-Find SUBDIR += p5-MP3-ID3v1Tag SUBDIR += p5-MP3-Info SUBDIR += p5-MP3-Tag SUBDIR += p5-MP3-Tag-Utils SUBDIR += p5-MPEG-ID3v2Tag SUBDIR += p5-Music-Audioscrobbler-MPD SUBDIR += p5-Music-Audioscrobbler-Submit SUBDIR += p5-MusicBrainz-DiscID SUBDIR += p5-Net-DAAP-Client SUBDIR += p5-Net-DAAP-DMAP SUBDIR += p5-Net-FreeDB SUBDIR += p5-Net-LibLO SUBDIR += p5-Ogg-Vorbis-Header SUBDIR += p5-Ogg-Vorbis-Header-PurePerl SUBDIR += p5-Shout SUBDIR += p5-Test-Corpus-Audio-MPD SUBDIR += p5-libvorbis SUBDIR += p5-tagged SUBDIR += p5-xmms2 SUBDIR += pacpl SUBDIR += padevchooser SUBDIR += paman SUBDIR += paprefs SUBDIR += patchage SUBDIR += pavucontrol SUBDIR += pavumeter SUBDIR += pd SUBDIR += pear-Text_Spell_Audio SUBDIR += pecl-id3 SUBDIR += penguinsap SUBDIR += pianobar SUBDIR += picard SUBDIR += pidgin-musictracker SUBDIR += pithos SUBDIR += play SUBDIR += playgsf SUBDIR += playmidi SUBDIR += pm3umpdl SUBDIR += pms SUBDIR += pocketsphinx SUBDIR += portaudio SUBDIR += portaudio2 SUBDIR += praat SUBDIR += puddletag SUBDIR += pulseaudio SUBDIR += pure-audio SUBDIR += py-al SUBDIR += py-ao SUBDIR += py-apetag SUBDIR += py-cddb SUBDIR += py-discogs-client SUBDIR += py-eyed3 SUBDIR += py-eyed3-06 SUBDIR += py-fastaudio SUBDIR += py-id3 SUBDIR += py-karaoke SUBDIR += py-mad SUBDIR += py-mpd SUBDIR += py-mpd2 SUBDIR += py-musicbrainz2 SUBDIR += py-musicbrainzngs SUBDIR += py-mutagen SUBDIR += py-ogg SUBDIR += py-openal SUBDIR += py-pyacoustid SUBDIR += py-pyaudio SUBDIR += py-pylast SUBDIR += py-pyliblo SUBDIR += py-shout SUBDIR += py-speex SUBDIR += py-tagpy SUBDIR += py-vorbis SUBDIR += py-xmms2 SUBDIR += py3-pylast SUBDIR += pytone SUBDIR += qjackctl SUBDIR += qmidinet SUBDIR += qmpdclient SUBDIR += qsampler SUBDIR += qsynth SUBDIR += quimup SUBDIR += raop_play SUBDIR += raproxy SUBDIR += raul SUBDIR += rawrec SUBDIR += re SUBDIR += rebot3 SUBDIR += rem SUBDIR += resid SUBDIR += rexima SUBDIR += rezound SUBDIR += rhythmbox SUBDIR += rio500 SUBDIR += rioutil SUBDIR += ripit SUBDIR += ripperx SUBDIR += rosegarden SUBDIR += rplay SUBDIR += rsynth SUBDIR += rubberband SUBDIR += ruby-audiofile SUBDIR += ruby-mp3tag SUBDIR += ruby-smf SUBDIR += ruby-taglib SUBDIR += ruby-xmms2 SUBDIR += rubygem-librmpd SUBDIR += rubygem-ruby-mp3info SUBDIR += rubygem-ruby-ogginfo SUBDIR += rubygem-shout SUBDIR += rubyripper SUBDIR += s3mod SUBDIR += sbagen SUBDIR += schism SUBDIR += scmpc SUBDIR += scrobbler SUBDIR += sdl2_mixer SUBDIR += sdl_mixer SUBDIR += sdl_sound SUBDIR += sfront SUBDIR += shairport SUBDIR += shntool SUBDIR += shorten SUBDIR += shout SUBDIR += shout-idjc SUBDIR += shoutcast SUBDIR += sidplay SUBDIR += sidplay2 SUBDIR += sidplayer SUBDIR += simplemod SUBDIR += siren SUBDIR += slv2 SUBDIR += smasher SUBDIR += snack SUBDIR += snd SUBDIR += solfege SUBDIR += sonata SUBDIR += sonice SUBDIR += sooperlooper SUBDIR += sound-juicer SUBDIR += soundconverter SUBDIR += soundgrab SUBDIR += soundkonverter SUBDIR += soundtouch SUBDIR += soundtracker SUBDIR += sox SUBDIR += specimen SUBDIR += speex SUBDIR += spek SUBDIR += sphinx SUBDIR += sphinx3 SUBDIR += sphinxbase SUBDIR += spiralloops SUBDIR += spiralsynth SUBDIR += spiralsynthmodular SUBDIR += splay SUBDIR += splaytk SUBDIR += squash SUBDIR += squeezeboxserver SUBDIR += squeezeboxserver-dynamicplaylist SUBDIR += squeezeboxserver-lazysearch SUBDIR += squeezeboxserver-sqlplaylist SUBDIR += squeezeboxserver-superdatetime SUBDIR += squeezeboxserver-trackstat SUBDIR += streamripper SUBDIR += streamtranscoder SUBDIR += streamtuner SUBDIR += stymulator SUBDIR += sweep SUBDIR += swhplugins SUBDIR += taglib SUBDIR += taglib-extras SUBDIR += taglib-sharp SUBDIR += taglookup SUBDIR += tagtool SUBDIR += tagutil SUBDIR += tap-plugins SUBDIR += tcd SUBDIR += tclmidi SUBDIR += teamspeak3-server SUBDIR += tempest_for_eliza SUBDIR += tepsonic SUBDIR += terminatorx SUBDIR += thunar-media-tags-plugin SUBDIR += timemachine SUBDIR += timidity SUBDIR += timidity++ SUBDIR += timidity++-emacs SUBDIR += timidity++-gtk SUBDIR += timidity++-motif SUBDIR += timidity++-slang SUBDIR += timidity++-tcltk SUBDIR += timidity++-xaw SUBDIR += timidity++-xskin SUBDIR += tkeca SUBDIR += tomahawk SUBDIR += toolame SUBDIR += tosha SUBDIR += trommler SUBDIR += tse3 SUBDIR += tta SUBDIR += tuneradio SUBDIR += tuxguitar SUBDIR += twolame SUBDIR += uade SUBDIR += ufmcontrol-i18n SUBDIR += umix SUBDIR += umodplayer SUBDIR += umurmur SUBDIR += vagalume SUBDIR += vamp-plugin-sdk SUBDIR += ventrilo-server SUBDIR += vitunes SUBDIR += vo-aacenc SUBDIR += vo-amrwbenc SUBDIR += voipong SUBDIR += vorbis-tools SUBDIR += vorbisgain SUBDIR += vsound SUBDIR += waheela SUBDIR += waon SUBDIR += wav2cdr SUBDIR += wavbreaker SUBDIR += wavegain SUBDIR += waveplay SUBDIR += wavpack SUBDIR += wavplay SUBDIR += whysynth SUBDIR += wildmidi SUBDIR += wmalbum SUBDIR += wmauda SUBDIR += wmix SUBDIR += wmmp SUBDIR += wmrecord SUBDIR += wmsmixer SUBDIR += workman SUBDIR += wxguitar SUBDIR += x11amp SUBDIR += xanalyser SUBDIR += xcd SUBDIR += xcdplayer SUBDIR += xfce4-mixer SUBDIR += xfce4-mpc-plugin SUBDIR += xfmpc SUBDIR += xhippo SUBDIR += ximp3 SUBDIR += xmcd SUBDIR += xmix SUBDIR += xmixer SUBDIR += xmmix SUBDIR += xmms-ahx SUBDIR += xmms-curses SUBDIR += xmms-faad SUBDIR += xmms-festalon SUBDIR += xmms-flac SUBDIR += xmms-gbsplay SUBDIR += xmms-ladspa SUBDIR += xmms-mailnotify SUBDIR += xmms-nas SUBDIR += xmms-nsf SUBDIR += xmms-openspc SUBDIR += xmms-sapplug SUBDIR += xmms-scrobbler SUBDIR += xmms-sexypsf SUBDIR += xmms-shn SUBDIR += xmms-timidity SUBDIR += xmms-volnorm SUBDIR += xmms-wavpack SUBDIR += xmms-xf86audio SUBDIR += xmms-xymms SUBDIR += xmms2 SUBDIR += xmms2-scrobbler SUBDIR += xmmsctrl SUBDIR += xmp SUBDIR += xmradio SUBDIR += xoscope SUBDIR += xpi-musicpm SUBDIR += xsynth-dssi SUBDIR += xvmixer SUBDIR += xwave SUBDIR += yell SUBDIR += zinf SUBDIR += zynaddsubfx .include Index: head/audio/linux-c6-alsa-lib/Makefile =================================================================== --- head/audio/linux-c6-alsa-lib/Makefile (nonexistent) +++ head/audio/linux-c6-alsa-lib/Makefile (revision 368845) @@ -0,0 +1,29 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= alsa-lib +PORTVERSION= 1.0.22 +CATEGORIES= audio linux +PKGNAMEPREFIX= linux-${USE_LINUX}- + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Advanced Linux Sound Architecture libraries (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= GPLv3 + +CONFLICTS= linux-alsa-lib-[0-9]* linux-f8-alsa-lib-[0-9]* linux-f10-alsa-lib-[0-9]* + +BRANDELF_FILES= usr/bin/aserver + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes +RPMVERSION= 3.el6 +USE_LDCONFIG= yes + +post-install: + ${RM} ${STAGEDIR}${PREFIX}/usr/lib/alsa-lib/smixer/smixer-ac97.la + ${RM} ${STAGEDIR}${PREFIX}/usr/lib/alsa-lib/smixer/smixer-hda.la + ${RM} ${STAGEDIR}${PREFIX}/usr/lib/alsa-lib/smixer/smixer-sbase.la + +.include Property changes on: head/audio/linux-c6-alsa-lib/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-alsa-lib/distinfo.i686 =================================================================== --- head/audio/linux-c6-alsa-lib/distinfo.i686 (nonexistent) +++ head/audio/linux-c6-alsa-lib/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/alsa-lib-1.0.22-3.el6.i686.rpm) = bf1ab0941cd82cf78281246b73ad79bd4c575f29ee59dca35f11c63f2cdde0f8 +SIZE (rpm/i686/centos/6.5/alsa-lib-1.0.22-3.el6.i686.rpm) = 377492 +SHA256 (rpm/i686/centos/6.5/alsa-lib-1.0.22-3.el6.src.rpm) = f2415ca52513095fffde190840a1f2bd7873870767250298ad116a9e57082dec +SIZE (rpm/i686/centos/6.5/alsa-lib-1.0.22-3.el6.src.rpm) = 865098 Property changes on: head/audio/linux-c6-alsa-lib/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-alsa-lib/pkg-descr =================================================================== --- head/audio/linux-c6-alsa-lib/pkg-descr (nonexistent) +++ head/audio/linux-c6-alsa-lib/pkg-descr (revision 368845) @@ -0,0 +1,4 @@ +The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI +functionality to the Linux operating system. + +WWW: http://www.alsa-project.org/ Property changes on: head/audio/linux-c6-alsa-lib/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-alsa-lib/pkg-plist =================================================================== --- head/audio/linux-c6-alsa-lib/pkg-plist (nonexistent) +++ head/audio/linux-c6-alsa-lib/pkg-plist (revision 368845) @@ -0,0 +1,94 @@ +@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 +@comment non-empty directory listing in revers order +@dirrm usr/share/doc/alsa-lib-1.0.22 +@dirrm usr/share/alsa/pcm +@dirrm usr/share/alsa/cards/SI7018 +@dirrm usr/share/alsa/cards +@dirrm usr/share/alsa +@dirrm usr/lib/alsa-lib/smixer +@dirrm usr/lib/alsa-lib Property changes on: head/audio/linux-c6-alsa-lib/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-alsa-plugins-oss/Makefile =================================================================== --- head/audio/linux-c6-alsa-plugins-oss/Makefile (nonexistent) +++ head/audio/linux-c6-alsa-plugins-oss/Makefile (revision 368845) @@ -0,0 +1,39 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= alsa-plugins-oss +PORTVERSION= 1.0.21 +CATEGORIES= audio linux +PKGNAMEPREFIX= linux-${USE_LINUX}- + +MAINTAINER= emulation@FreeBSD.org +COMMENT= OSS plugin for ALSA (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= GPLv3 + +CONFLICTS= linux-f10-alsa-plugins-oss-[0-9]* + +.if defined(PACKAGE_BUILDING) +SRC_DISTFILES= alsa-plugins-1.0.21-3.el6.src.rpm +.endif + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_APPS= alsalib +USE_LINUX_RPM= yes +RPMVERSION= 3.el6 + +USE_LDCONFIG= yes + +CONF_FILE= etc/alsa/pcm/pcm-oss.conf + +post-patch: + @${RM} ${WRKSRC}/${CONF_FILE}.orig + @${MV} ${WRKSRC}/${CONF_FILE} ${WRKSRC}/${CONF_FILE}-dist + +post-install: + @if [ ! -f ${PREFIX}/${CONF_FILE} ]; then \ + ${CP} -p ${STAGEDIR}${PREFIX}/${CONF_FILE}-dist ${STAGEDIR}${PREFIX}/${CONF_FILE} ; \ + fi + +.include Property changes on: head/audio/linux-c6-alsa-plugins-oss/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-alsa-plugins-oss/distinfo.i686 =================================================================== --- head/audio/linux-c6-alsa-plugins-oss/distinfo.i686 (nonexistent) +++ head/audio/linux-c6-alsa-plugins-oss/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/alsa-plugins-oss-1.0.21-3.el6.i686.rpm) = 120d11f7e4fe4e4e0c615690e6f471a78dcd2f48e7ba756ea71b0248fc1e2908 +SIZE (rpm/i686/centos/6.5/alsa-plugins-oss-1.0.21-3.el6.i686.rpm) = 28660 +SHA256 (rpm/i686/centos/6.5/alsa-plugins-1.0.21-3.el6.src.rpm) = ef92534d1459f389f7a69176760f6247981b70c864aa4ae9bfe0565b4e7bd0e6 +SIZE (rpm/i686/centos/6.5/alsa-plugins-1.0.21-3.el6.src.rpm) = 340131 Property changes on: head/audio/linux-c6-alsa-plugins-oss/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-alsa-plugins-oss/files/patch-pcm-oss.conf =================================================================== --- head/audio/linux-c6-alsa-plugins-oss/files/patch-pcm-oss.conf (nonexistent) +++ head/audio/linux-c6-alsa-plugins-oss/files/patch-pcm-oss.conf (revision 368845) @@ -0,0 +1,21 @@ +--- ./etc/alsa/pcm/pcm-oss.conf.orig 2010-11-11 02:07:08.000000000 +0200 ++++ ./etc/alsa/pcm/pcm-oss.conf 2014-03-16 17:33:37.794567295 +0200 +@@ -1,9 +1,17 @@ + # pcm-oss plugin configuration + +-pcm.oss { ++pcm.!default { + type oss + device /dev/dsp + hint { + description "Open Sound System" + } + } ++ ++ctl.!default { ++ type oss ++ device /dev/mixer ++ hint { ++ description "Open Sound System" ++ } ++} Property changes on: head/audio/linux-c6-alsa-plugins-oss/files/patch-pcm-oss.conf ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-alsa-plugins-oss/pkg-deinstall =================================================================== --- head/audio/linux-c6-alsa-plugins-oss/pkg-deinstall (nonexistent) +++ head/audio/linux-c6-alsa-plugins-oss/pkg-deinstall (revision 368845) @@ -0,0 +1,16 @@ +#!/bin/sh + +case "$2" in + POST-DEINSTALL) + conf=${PKG_PREFIX}/etc/asound.conf + if [ ! -f "$conf" ]; then + exit 1 + fi + grep -v '/etc/alsa/pcm/pcm-oss\.conf' <$conf >/tmp/asound.conf.new + ;; + *) + exit 0 + ;; +esac + +exit 0 Property changes on: head/audio/linux-c6-alsa-plugins-oss/pkg-deinstall ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-alsa-plugins-oss/pkg-descr =================================================================== --- head/audio/linux-c6-alsa-plugins-oss/pkg-descr (nonexistent) +++ head/audio/linux-c6-alsa-plugins-oss/pkg-descr (revision 368845) @@ -0,0 +1,4 @@ +The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI +functionality to the Linux operating system. + +WWW: http://www.alsa-project.org/ Property changes on: head/audio/linux-c6-alsa-plugins-oss/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-alsa-plugins-oss/pkg-install =================================================================== --- head/audio/linux-c6-alsa-plugins-oss/pkg-install (nonexistent) +++ head/audio/linux-c6-alsa-plugins-oss/pkg-install (revision 368845) @@ -0,0 +1,18 @@ +#!/bin/sh + +case "$2" in + POST-INSTALL) + conf=${PKG_PREFIX}/etc/asound.conf + if [ ! -f "$conf" ]; then + exit 1 + fi + awk '{print $0}; /files/ { print "\t\t\t\"/etc/alsa/pcm/pcm-oss.conf\""}' <$conf >/tmp/asound.conf.new + mv /tmp/asound.conf.new $conf + exit 0 + ;; + *) + exit 0 + ;; +esac + +exit 0 Property changes on: head/audio/linux-c6-alsa-plugins-oss/pkg-install ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-alsa-plugins-oss/pkg-plist =================================================================== --- head/audio/linux-c6-alsa-plugins-oss/pkg-plist (nonexistent) +++ head/audio/linux-c6-alsa-plugins-oss/pkg-plist (revision 368845) @@ -0,0 +1,13 @@ +@unexec if cmp -s %D/etc/alsa/pcm/pcm-oss.conf-dist %D/etc/alsa/pcm/pcm-oss.conf; then rm -f %D/etc/alsa/pcm/pcm-oss.conf; fi +etc/alsa/pcm/pcm-oss.conf-dist +@exec if [ ! -f %D/etc/alsa/pcm/pcm-oss.conf ] ; then cp -p %D/%F %B/pcm-oss.conf; fi +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 +@dirrm usr/share/doc/alsa-plugins-oss-1.0.21 +@dirrmtry etc/alsa/pcm +@dirrmtry etc/alsa +@dirrmtry usr/lib/alsa-lib +@unexec if [ -f %D/etc/asound.conf ]; then fgrep -v '/etc/alsa/pcm/pcm-oss.conf' <%D/etc/asound.conf >/tmp/asound.conf.new; mv /tmp/asound.conf.new %D/etc/asound.conf; fi Property changes on: head/audio/linux-c6-alsa-plugins-oss/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-alsa-plugins-pulseaudio/Makefile =================================================================== --- head/audio/linux-c6-alsa-plugins-pulseaudio/Makefile (nonexistent) +++ head/audio/linux-c6-alsa-plugins-pulseaudio/Makefile (revision 368845) @@ -0,0 +1,28 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= alsa-plugins-pulseaudio +PORTVERSION= 1.0.21 +CATEGORIES= audio linux +PKGNAMEPREFIX= linux-${USE_LINUX}- + +MAINTAINER= emulation@FreeBSD.org +COMMENT= PulseAudio plugin for ALSA (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= GPLv3 + +CONFLICTS= linux-f10-alsa-plugins-pulseaudio-[0-9]* + +.if defined(PACKAGE_BUILDING) +SRC_DISTFILES= alsa-plugins-1.0.21-3.el6.src.rpm +.endif + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_APPS= pulseaudio-libs +USE_LINUX_RPM= yes +RPMVERSION= 3.el6 + +USE_LDCONFIG= yes + +.include Property changes on: head/audio/linux-c6-alsa-plugins-pulseaudio/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-alsa-plugins-pulseaudio/distinfo.i686 =================================================================== --- head/audio/linux-c6-alsa-plugins-pulseaudio/distinfo.i686 (nonexistent) +++ head/audio/linux-c6-alsa-plugins-pulseaudio/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/alsa-plugins-pulseaudio-1.0.21-3.el6.i686.rpm) = e0696f6ee9685d976320f84a17e1f5a6024686e094aa66284cd13903cf3746cc +SIZE (rpm/i686/centos/6.5/alsa-plugins-pulseaudio-1.0.21-3.el6.i686.rpm) = 35156 +SHA256 (rpm/i686/centos/6.5/alsa-plugins-1.0.21-3.el6.src.rpm) = ef92534d1459f389f7a69176760f6247981b70c864aa4ae9bfe0565b4e7bd0e6 +SIZE (rpm/i686/centos/6.5/alsa-plugins-1.0.21-3.el6.src.rpm) = 340131 Property changes on: head/audio/linux-c6-alsa-plugins-pulseaudio/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-alsa-plugins-pulseaudio/pkg-descr =================================================================== --- head/audio/linux-c6-alsa-plugins-pulseaudio/pkg-descr (nonexistent) +++ head/audio/linux-c6-alsa-plugins-pulseaudio/pkg-descr (revision 368845) @@ -0,0 +1,4 @@ +The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI +functionality to the Linux operating system. + +WWW: http://www.alsa-project.org/ Property changes on: head/audio/linux-c6-alsa-plugins-pulseaudio/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-alsa-plugins-pulseaudio/pkg-plist =================================================================== --- head/audio/linux-c6-alsa-plugins-pulseaudio/pkg-plist (nonexistent) +++ head/audio/linux-c6-alsa-plugins-pulseaudio/pkg-plist (revision 368845) @@ -0,0 +1,10 @@ +etc/alsa/pulse-default.conf +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 +@dirrmtry etc/alsa +@dirrmtry usr/lib/alsa-lib +%%PORTDOCS%%@dirrmtry usr/%%DOCSDIR%%-1.0.21 Property changes on: head/audio/linux-c6-alsa-plugins-pulseaudio/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-alsa-utils/Makefile =================================================================== --- head/audio/linux-c6-alsa-utils/Makefile (nonexistent) +++ head/audio/linux-c6-alsa-utils/Makefile (revision 368845) @@ -0,0 +1,25 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= alsa-utils +PORTVERSION= 1.0.22 +CATEGORIES= audio linux +PKGNAMEPREFIX= linux-${USE_LINUX}- + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Advanced Linux Sound Architecture libraries (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= GPLv3 + +CONFLICTS= linux-alsa-lib-[0-9]* linux-f8-alsa-lib-[0-9]* linux-f10-alsa-lib-[0-9]* + +BRANDELF_FILES= sbin/alsactl usr/bin/aconnect usr/bin/alsamixer usr/bin/amidi usr/bin/aplay usr/bin/aplaymidi usr/bin/arecord usr/bin/arecordmidi usr/bin/aseqdump usr/bin/aseqnet usr/bin/iecset usr/bin/speaker-test usr/sbin/alsactl +#EXTRACT_ONLY= ${DISTFILES} +USE_LINUX_APPS= alsalib alsa-plugins-oss + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes +RPMVERSION= 5.el6 + +.include Property changes on: head/audio/linux-c6-alsa-utils/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-alsa-utils/distinfo.i686 =================================================================== --- head/audio/linux-c6-alsa-utils/distinfo.i686 (nonexistent) +++ head/audio/linux-c6-alsa-utils/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/alsa-utils-1.0.22-5.el6.i686.rpm) = 832ca84b8cfa5e7e43469e00efba6a30723a5419dca68885f2a39cc0bc3f8b6c +SIZE (rpm/i686/centos/6.5/alsa-utils-1.0.22-5.el6.i686.rpm) = 2049908 +SHA256 (rpm/i686/centos/6.5/alsa-utils-1.0.22-5.el6.src.rpm) = b829038a733f85648ebb926ec281b515b2b92bacac1e9f72ae4f8e83016f1750 +SIZE (rpm/i686/centos/6.5/alsa-utils-1.0.22-5.el6.src.rpm) = 5548324 Property changes on: head/audio/linux-c6-alsa-utils/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-alsa-utils/pkg-descr =================================================================== --- head/audio/linux-c6-alsa-utils/pkg-descr (nonexistent) +++ head/audio/linux-c6-alsa-utils/pkg-descr (revision 368845) @@ -0,0 +1,4 @@ +The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI +functionality to the Linux operating system. + +WWW: http://www.alsa-project.org/ Property changes on: head/audio/linux-c6-alsa-utils/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-alsa-utils/pkg-plist =================================================================== --- head/audio/linux-c6-alsa-utils/pkg-plist (nonexistent) +++ head/audio/linux-c6-alsa-utils/pkg-plist (revision 368845) @@ -0,0 +1,66 @@ +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 +@dirrmtry usr/share/locale/ja/LC_MESSAGES +@dirrmtry usr/share/locale/ja +@dirrmtry usr/share/locale/de/LC_MESSAGES +@dirrmtry usr/share/locale/de +@dirrmtry usr/share/locale +@dirrmtry usr/share/doc/alsa-utils-1.0.22 +@dirrmtry usr/share/alsa/speaker-test Property changes on: head/audio/linux-c6-alsa-utils/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-arts/Makefile =================================================================== --- head/audio/linux-c6-arts/Makefile (nonexistent) +++ head/audio/linux-c6-arts/Makefile (revision 368845) @@ -0,0 +1,24 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= arts +PORTVERSION= 1.5.10 +CATEGORIES= audio kde linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Audio system for the KDE integrated X11 desktop (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-arts-[0-9]* linux-f8-arts-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes + +RPMVERSION= 10.el6 +BRANDELF_DIRS= usr/bin +USE_LDCONFIG= yes + +post-install: + ${RM} ${STAGEDIR}${PREFIX}/usr/lib/*.la + +.include Property changes on: head/audio/linux-c6-arts/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-arts/distinfo.i686 =================================================================== --- head/audio/linux-c6-arts/distinfo.i686 (nonexistent) +++ head/audio/linux-c6-arts/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/arts-1.5.10-10.el6.i686.rpm) = 332ab57a42e5930f175cd4cab7b326b4f1d36b20199f65ca8194bb190c3b2f6f +SIZE (rpm/i686/centos/6.5/arts-1.5.10-10.el6.i686.rpm) = 933716 +SHA256 (rpm/i686/centos/6.5/arts-1.5.10-10.el6.src.rpm) = a89b4f46f4c26c281fd299ae33beba8496036926472b065984b09968d9d89930 +SIZE (rpm/i686/centos/6.5/arts-1.5.10-10.el6.src.rpm) = 996853 Property changes on: head/audio/linux-c6-arts/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-arts/pkg-descr =================================================================== --- head/audio/linux-c6-arts/pkg-descr (nonexistent) +++ head/audio/linux-c6-arts/pkg-descr (revision 368845) @@ -0,0 +1 @@ +This is the aRts module from KDE CVS. Property changes on: head/audio/linux-c6-arts/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-arts/pkg-plist =================================================================== --- head/audio/linux-c6-arts/pkg-plist (nonexistent) +++ head/audio/linux-c6-arts/pkg-plist (revision 368845) @@ -0,0 +1,69 @@ +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 +@dirrmtry usr/share/doc/arts-1.5.10 +@dirrmtry usr/lib/mcop/Arts +@dirrmtry usr/lib/mcop Property changes on: head/audio/linux-c6-arts/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-esound/Makefile =================================================================== --- head/audio/linux-c6-esound/Makefile (nonexistent) +++ head/audio/linux-c6-esound/Makefile (revision 368845) @@ -0,0 +1,29 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= esound +PORTVERSION= 0.2.41 +CATEGORIES= audio linux +DISTNAME= ${PORTNAME}-libs-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= RPM of esound (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-esound-[0-9]* linux-f10-esound-[0-9]* + +USE_LINUX= c6 +USE_LINUX_RPM= yes +USE_LINUX_APPS= libaudiofile +LINUX_NAME= ${PORTNAME}-libs + +RPMVERSION= 3.1.el6 +USE_LDCONFIG= yes +SRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} + +PLIST_FILES= usr/lib/libesd.so.0 usr/lib/libesd.so.0.2.39 \ + usr/lib/libesddsp.so.0 usr/lib/libesddsp.so.0.2.39 +DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} +PORTDOCS= AUTHORS COPYING.LIB ChangeLog NEWS README TIPS TODO esound.sgml +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/audio/linux-c6-esound/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-esound/distinfo.i686 =================================================================== --- head/audio/linux-c6-esound/distinfo.i686 (nonexistent) +++ head/audio/linux-c6-esound/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/esound-libs-0.2.41-3.1.el6.i686.rpm) = 01deb1ca2dbcdcf6738b7c6399b6328393c70df5d7107a4b89b8630163089835 +SIZE (rpm/i686/centos/6.5/esound-libs-0.2.41-3.1.el6.i686.rpm) = 75756 +SHA256 (rpm/i686/centos/6.5/esound-0.2.41-3.1.el6) = 764e4f001f96f71dd6fdcc5ad7dafd990ea734152aee7c6f2293503d8a8f51b4 +SIZE (rpm/i686/centos/6.5/esound-0.2.41-3.1.el6) = 412396 Property changes on: head/audio/linux-c6-esound/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-esound/pkg-descr =================================================================== --- head/audio/linux-c6-esound/pkg-descr (nonexistent) +++ head/audio/linux-c6-esound/pkg-descr (revision 368845) @@ -0,0 +1 @@ +This is a port for esound rpm. Property changes on: head/audio/linux-c6-esound/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-flac/Makefile =================================================================== --- head/audio/linux-c6-flac/Makefile (nonexistent) +++ head/audio/linux-c6-flac/Makefile (revision 368845) @@ -0,0 +1,23 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= flac +PORTVERSION= 1.2.1 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Audio system for the KDE integrated X11 desktop (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-arts-[0-9]* linux-f10-arts-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes + +RPMVERSION= 6.1.el6 +BRANDELF_DIRS= usr/bin +USE_LDCONFIG= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/audio/linux-c6-flac/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-flac/distinfo.i686 =================================================================== --- head/audio/linux-c6-flac/distinfo.i686 (nonexistent) +++ head/audio/linux-c6-flac/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/flac-1.2.1-6.1.el6.i686.rpm) = 9b25da1e24b7b03ea39e665b4ad549b1b8a4b8d133a682ba1c6dcfdfe82fb478 +SIZE (rpm/i686/centos/6.5/flac-1.2.1-6.1.el6.i686.rpm) = 259172 +SHA256 (rpm/i686/centos/6.5/flac-1.2.1-6.1.el6.src.rpm) = 07a24717e3cc3712f9197e6816286ae11460dab6b557d01efd55bb1032dcbb76 +SIZE (rpm/i686/centos/6.5/flac-1.2.1-6.1.el6.src.rpm) = 2013816 Property changes on: head/audio/linux-c6-flac/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-flac/pkg-plist =================================================================== --- head/audio/linux-c6-flac/pkg-plist (nonexistent) +++ head/audio/linux-c6-flac/pkg-plist (revision 368845) @@ -0,0 +1,15 @@ +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 +%%PORTDOCS%%@dirrmtry usr/%%DOCSDIR%%-1.2.1 Property changes on: head/audio/linux-c6-flac/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-libaudiofile/Makefile =================================================================== --- head/audio/linux-c6-libaudiofile/Makefile (nonexistent) +++ head/audio/linux-c6-libaudiofile/Makefile (revision 368845) @@ -0,0 +1,23 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= libaudiofile +PORTVERSION= 0.2.6 +CATEGORIES= audio linux +DISTNAME= audiofile-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Implementation of the Audio File Library from SGI (Linux CentOS ${LINUX_DIST_VER}) + +CONTFLICTS= linux-libaudiofile-[0-9]* linux-f10-libaudiofile-[0-9]* + +USE_LINUX= c6 +USE_LINUX_RPM= yes + +RPMVERSION= 11.1.el6 +BRANDELF_DIRS= usr/bin +USE_LDCONFIG= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/audio/linux-c6-libaudiofile/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-libaudiofile/distinfo.i686 =================================================================== --- head/audio/linux-c6-libaudiofile/distinfo.i686 (nonexistent) +++ head/audio/linux-c6-libaudiofile/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/audiofile-0.2.6-11.1.el6.i686.rpm) = 0c69612801fba085f31d4efb86516249349ef468629af48497de3480ed02394c +SIZE (rpm/i686/centos/6.5/audiofile-0.2.6-11.1.el6.i686.rpm) = 98100 +SHA256 (rpm/i686/centos/6.5/audiofile-0.2.6-11.1.el6.src.rpm) = fc01779d488a6430cfe2c437d996cfd42025a1864f2b15bd241325ecafc05f5b +SIZE (rpm/i686/centos/6.5/audiofile-0.2.6-11.1.el6.src.rpm) = 291993 Property changes on: head/audio/linux-c6-libaudiofile/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-libaudiofile/pkg-plist =================================================================== --- head/audio/linux-c6-libaudiofile/pkg-plist (nonexistent) +++ head/audio/linux-c6-libaudiofile/pkg-plist (revision 368845) @@ -0,0 +1,30 @@ +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 +@dirrmtry usr/share/doc/audiofile-0.2.6/docs +@dirrmtry usr/share/doc/audiofile-0.2.6 +@dirrmtry usr/share/doc +@dirrmtry usr/share +@dirrmtry usr/lib +@dirrmtry usr/bin +@dirrmtry usr Property changes on: head/audio/linux-c6-libaudiofile/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-libogg/Makefile =================================================================== --- head/audio/linux-c6-libogg/Makefile (nonexistent) +++ head/audio/linux-c6-libogg/Makefile (revision 368845) @@ -0,0 +1,25 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= libogg +PORTVERSION= 1.1.4 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Ogg bitstream library (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-libogg-[0-9]* linux-f10-libogg-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes + +RPMVERSION= 2.1.el6 +USE_LDCONFIG= yes + +PLIST_FILES= usr/lib/libogg.so.0 usr/lib/libogg.so.0.6.0 +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} +PORTDOCS= AUTHORS CHANGES COPYING README +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/audio/linux-c6-libogg/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-libogg/distinfo.i686 =================================================================== --- head/audio/linux-c6-libogg/distinfo.i686 (nonexistent) +++ head/audio/linux-c6-libogg/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/libogg-1.1.4-2.1.el6.i686.rpm) = cb9c44995ebd89d5063bb9c91cf64fdae911e1350c412c99019d76ca7e9f70ab +SIZE (rpm/i686/centos/6.5/libogg-1.1.4-2.1.el6.i686.rpm) = 22172 +SHA256 (rpm/i686/centos/6.5/libogg-1.1.4-2.1.el6.src.rpm) = e3052e1e020779e92aa5a37d453de207071100bde1e50cac046ee1dc9fd535a2 +SIZE (rpm/i686/centos/6.5/libogg-1.1.4-2.1.el6.src.rpm) = 447558 Property changes on: head/audio/linux-c6-libogg/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-libsndfile/Makefile =================================================================== --- head/audio/linux-c6-libsndfile/Makefile (nonexistent) +++ head/audio/linux-c6-libsndfile/Makefile (revision 368845) @@ -0,0 +1,22 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= libsndfile +PORTVERSION= 1.0.20 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) (Linux CentOS ${LINUX_DIST_VER}) + +CONTFLICTS= linux-libsndfile-[0-9]* linux-f10-libsndfile-[0-9]* + +USE_LINUX= c6 +USE_LINUX_RPM= yes + +RPMVERSION= 5.el6 +BRANDELF_DIRS= usr/bin +USE_LDCONFIG= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/audio/linux-c6-libsndfile/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-libsndfile/distinfo.i686 =================================================================== --- head/audio/linux-c6-libsndfile/distinfo.i686 (nonexistent) +++ head/audio/linux-c6-libsndfile/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/libsndfile-1.0.20-5.el6.i686.rpm) = 70068f93a67f926518cf850c8fc082ae3fb82bddcf080f28fcabe412b5f47aac +SIZE (rpm/i686/centos/6.5/libsndfile-1.0.20-5.el6.i686.rpm) = 250528 +SHA256 (rpm/i686/centos/6.5/libsndfile-1.0.20-5.el6.src.rpm) = 2c464568eab538961923c232e9291723e85309f019648b3228b105ce3a373833 +SIZE (rpm/i686/centos/6.5/libsndfile-1.0.20-5.el6.src.rpm) = 935996 Property changes on: head/audio/linux-c6-libsndfile/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-libsndfile/pkg-plist =================================================================== --- head/audio/linux-c6-libsndfile/pkg-plist (nonexistent) +++ head/audio/linux-c6-libsndfile/pkg-plist (revision 368845) @@ -0,0 +1,18 @@ +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 +%%PORTDOCS%%@dirrmtry usr/%%DOCSDIR%%-1.0.20 Property changes on: head/audio/linux-c6-libsndfile/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-libvorbis/Makefile =================================================================== --- head/audio/linux-c6-libvorbis/Makefile (nonexistent) +++ head/audio/linux-c6-libvorbis/Makefile (revision 368845) @@ -0,0 +1,26 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= libvorbis +PORTVERSION= 1.2.3 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Audio compression codec library (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-libvorbis-[0-9]* linux-f10-libvorbis-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes +USE_LINUX_APPS= libogg + +RPMVERSION= 4.el6_2.1 +USE_LDCONFIG= yes + +PLIST_FILES= usr/lib/libvorbis.so.0 usr/lib/libvorbis.so.0.4.3 \ + usr/lib/libvorbisenc.so.2 usr/lib/libvorbisenc.so.2.0.6 \ + usr/lib/libvorbisfile.so.3 usr/lib/libvorbisfile.so.3.3.2 +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/audio/linux-c6-libvorbis/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-libvorbis/distinfo.i686 =================================================================== --- head/audio/linux-c6-libvorbis/distinfo.i686 (nonexistent) +++ head/audio/linux-c6-libvorbis/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/libvorbis-1.2.3-4.el6_2.1.i686.rpm) = ffd0931ac246c926bb29585865f972e262460ac75edeccd35e59bdc4bd6e4e15 +SIZE (rpm/i686/centos/6.5/libvorbis-1.2.3-4.el6_2.1.i686.rpm) = 160680 +SHA256 (rpm/i686/centos/6.5/libvorbis-1.2.3-4.el6_2.1.src.rpm) = 8fa60e212c3ec73da945e31723866426421e1ce376a3bd7c0550719ea489fa57 +SIZE (rpm/i686/centos/6.5/libvorbis-1.2.3-4.el6_2.1.src.rpm) = 1207467 Property changes on: head/audio/linux-c6-libvorbis/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-mikmod/Makefile =================================================================== --- head/audio/linux-c6-mikmod/Makefile (nonexistent) +++ head/audio/linux-c6-mikmod/Makefile (revision 368845) @@ -0,0 +1,29 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= mikmod +PORTVERSION= 3.2.0 +CATEGORIES= audio linux +MASTER_SITES= EPEL +DISTNAME= lib${PORTNAME}-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= MikMod Sound Library (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-mikmod-[0-9]* linux-f8-mikmod-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes + +RPMVERSION= 10.beta2.el6 +LINUX_NAME= lib${PORTNAME} +USE_LDCONFIG= yes + +DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} +PORTDOCS= AUTHORS COPYING.LESSER COPYING.LIB NEWS README TODO + +PLIST_FILES= usr/lib/libmikmod.so.3 usr/lib/libmikmod.so.3.0.0 +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/audio/linux-c6-mikmod/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-mikmod/distinfo.i686 =================================================================== --- head/audio/linux-c6-mikmod/distinfo.i686 (nonexistent) +++ head/audio/linux-c6-mikmod/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/libmikmod-3.2.0-10.beta2.el6.i686.rpm) = b8092168a549a2966bdd9a388d13560e9af66deccd7e65b26fa487413e163382 +SIZE (rpm/i686/centos/6.5/libmikmod-3.2.0-10.beta2.el6.i686.rpm) = 163544 +SHA256 (rpm/i686/centos/6.5/libmikmod-3.2.0-10.beta2.el6.src.rpm) = 61c1ccfe2d9afd2b942fe7ffa2a36d0c8b5a713bd71e8c578df55ef3a053e00e +SIZE (rpm/i686/centos/6.5/libmikmod-3.2.0-10.beta2.el6.src.rpm) = 559890 Property changes on: head/audio/linux-c6-mikmod/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-nas-libs/Makefile =================================================================== --- head/audio/linux-c6-nas-libs/Makefile (nonexistent) +++ head/audio/linux-c6-nas-libs/Makefile (revision 368845) @@ -0,0 +1,26 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= nas-libs +PORTVERSION= 1.9.1 +CATEGORIES= audio linux +MASTER_SITES= EPEL +DISTNAME= nas-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Network Audio System (Linux CentOS ${LINUX_DIST_VER}) + +USE_LINUX= c6 +USE_LINUX_RPM= yes +USE_LINUX_APPS= xorglibs + +RPMVERSION= 7.el6 +USE_LDCONFIG= yes + +DOCSDIR= ${PREFIX}/usr/share/doc/nas-${PORTVERSION} +DESCR= ${.CURDIR}/../nas/pkg-descr + +post-extract: + @${RM} -r ${WRKSRC}/usr/bin ${WRKSRC}/etc/rc.d ${WRKSRC}/etc/sysconfig + +.include Property changes on: head/audio/linux-c6-nas-libs/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-nas-libs/distinfo.i386 =================================================================== --- head/audio/linux-c6-nas-libs/distinfo.i386 (nonexistent) +++ head/audio/linux-c6-nas-libs/distinfo.i386 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i386/fedora/10/nas-libs-1.9.1-4.fc9.i386.rpm) = 4b6a6598a396edf919a61c663da4861ade4daacf46adab8fc1c0a6f15857d03a +SIZE (rpm/i386/fedora/10/nas-libs-1.9.1-4.fc9.i386.rpm) = 78801 +SHA256 (rpm/i386/fedora/10/nas-1.9.1-4.fc9.src.rpm) = 2d0a57fddfef5a7ea7ecc302367ef22ef569ea5973e3b2a329717b5c6dfb7212 +SIZE (rpm/i386/fedora/10/nas-1.9.1-4.fc9.src.rpm) = 1440435 Property changes on: head/audio/linux-c6-nas-libs/distinfo.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-nas-libs/distinfo.i686 =================================================================== --- head/audio/linux-c6-nas-libs/distinfo.i686 (nonexistent) +++ head/audio/linux-c6-nas-libs/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/nas-1.9.1-7.el6.i686.rpm) = f9830ef307755aa66c0b8356912c2591c9b00be426dff36c988e0d7e58a126f9 +SIZE (rpm/i686/centos/6.5/nas-1.9.1-7.el6.i686.rpm) = 339968 +SHA256 (rpm/i686/centos/6.5/nas-1.9.1-7.el6.src.rpm) = 051cc5ab26e5296ecb22044daaf2781f2c7124cb6b3a18fe73b7e1f795749747 +SIZE (rpm/i686/centos/6.5/nas-1.9.1-7.el6.src.rpm) = 1442022 Property changes on: head/audio/linux-c6-nas-libs/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-nas-libs/pkg-plist =================================================================== --- head/audio/linux-c6-nas-libs/pkg-plist (nonexistent) +++ head/audio/linux-c6-nas-libs/pkg-plist (revision 368845) @@ -0,0 +1,39 @@ +etc/nas/nasd.conf +usr/lib/X11/AuErrorDB +usr/lib/libaudio.so.2 +usr/lib/libaudio.so.2.4 +%%PORTDOCS%%%%DOCSDIR%%/FAQ +%%PORTDOCS%%%%DOCSDIR%%/HISTORY +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +usr/share/man/man1/auconvert.1x.gz +usr/share/man/man1/auctl.1x.gz +usr/share/man/man1/audemo.1x.gz +usr/share/man/man1/audial.1x.gz +usr/share/man/man1/auedit.1x.gz +usr/share/man/man1/auinfo.1x.gz +usr/share/man/man1/aupanel.1x.gz +usr/share/man/man1/auphone.1x.gz +usr/share/man/man1/auplay.1x.gz +usr/share/man/man1/aurecord.1x.gz +usr/share/man/man1/auscope.1x.gz +usr/share/man/man1/autool.1x.gz +usr/share/man/man1/auwave.1x.gz +usr/share/man/man1/checkmail.1x.gz +usr/share/man/man1/issndfile.1x.gz +usr/share/man/man1/nas.1x.gz +usr/share/man/man1/nasd.1x.gz +usr/share/man/man1/playbucket.1x.gz +usr/share/man/man1/soundtoh.1x.gz +usr/share/man/man5/nasd.conf.5x.gz +@dirrmtry usr/share/man/man5 +@dirrmtry usr/share/man/man1 +@dirrmtry usr/share/man +%%PORTDOCS%%@dirrmtry %%DOCSDIR%% +@dirrmtry usr/share/doc +@dirrmtry usr/share +@dirrmtry usr/lib/X11 +@dirrmtry usr/lib +@dirrmtry usr +@dirrmtry etc/nas +@dirrmtry etc Property changes on: head/audio/linux-c6-nas-libs/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-openal-soft/Makefile =================================================================== --- head/audio/linux-c6-openal-soft/Makefile (nonexistent) +++ head/audio/linux-c6-openal-soft/Makefile (revision 368845) @@ -0,0 +1,27 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= openal-soft +PORTVERSION= 1.12.854 +CATEGORIES= audio linux +MASTER_SITES= EPEL + +MAINTAINER= emulation@freebsd.org +COMMENT= A 3D positional spatialized sound library (Linux CentOS ${LINUX_DIST_VER}) + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes +USE_LINUX_APPS= alsalib arts esound + +RPMVERSION= 1.el6 +USE_LDCONFIG= yes + +PLIST_FILES= usr/lib/libopenal.so.1 usr/lib/libopenal.so.${PORTVERSION} \ + usr/bin/openal-info etc/openal/alsoft.conf +PLIST_DIRS= etc/openal +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} +PORTDOCS= COPYING +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/audio/linux-c6-openal-soft/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-openal-soft/distinfo.i686 =================================================================== --- head/audio/linux-c6-openal-soft/distinfo.i686 (nonexistent) +++ head/audio/linux-c6-openal-soft/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/openal-soft-1.12.854-1.el6.i686.rpm) = fc2dd7f0c3e49be942e38bd73a73e32ab950c1ca2390ccf9f208de561d6b3e5c +SIZE (rpm/i686/centos/6.5/openal-soft-1.12.854-1.el6.i686.rpm) = 115708 +SHA256 (rpm/i686/centos/6.5/openal-soft-1.12.854-1.el6.src.rpm) = efdf8696cd2d3a9bd035815adbde6607c97ea48b91de06aa2bcec6b9bbd10ba7 +SIZE (rpm/i686/centos/6.5/openal-soft-1.12.854-1.el6.src.rpm) = 113553 Property changes on: head/audio/linux-c6-openal-soft/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-pulseaudio-libs/Makefile =================================================================== --- head/audio/linux-c6-pulseaudio-libs/Makefile (nonexistent) +++ head/audio/linux-c6-pulseaudio-libs/Makefile (revision 368845) @@ -0,0 +1,25 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= pulseaudio-libs +PORTVERSION= 0.9.21 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Libraries for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER}) + +USE_LINUX= c6 +USE_LINUX_RPM= yes +USE_LINUX_APPS= xorglibs + +RPMVERSION= 14.el6_3 +USE_LDCONFIG= yes + +DOCSDIR= ${PREFIX}/usr/share/doc/pulseaudio-${PORTVERSION} +DESCR= ${.CURDIR}/../pulseaudio/pkg-descr +SRC_DISTFILES= pulseaudio-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} + +post-extract: + @${RM} -r ${WRKSRC}/usr/bin ${WRKSRC}/etc/rc.d ${WRKSRC}/etc/sysconfig + +.include Property changes on: head/audio/linux-c6-pulseaudio-libs/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-pulseaudio-libs/distinfo.i686 =================================================================== --- head/audio/linux-c6-pulseaudio-libs/distinfo.i686 (nonexistent) +++ head/audio/linux-c6-pulseaudio-libs/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/pulseaudio-libs-0.9.21-14.el6_3.i686.rpm) = 15bdd671557aaa2cc54899af2c299f3d50997c2dc4feac699fde66968c7fb132 +SIZE (rpm/i686/centos/6.5/pulseaudio-libs-0.9.21-14.el6_3.i686.rpm) = 464236 +SHA256 (rpm/i686/centos/6.5/pulseaudio-0.9.21-14.el6_3.src.rpm) = 06eff80719e4699b4305f688a4ae948be86ac2e84cdb6ecd3714824b952dc03d +SIZE (rpm/i686/centos/6.5/pulseaudio-0.9.21-14.el6_3.src.rpm) = 2372600 Property changes on: head/audio/linux-c6-pulseaudio-libs/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-pulseaudio-libs/files/patch-etc__pulse__client.conf =================================================================== --- head/audio/linux-c6-pulseaudio-libs/files/patch-etc__pulse__client.conf (nonexistent) +++ head/audio/linux-c6-pulseaudio-libs/files/patch-etc__pulse__client.conf (revision 368845) @@ -0,0 +1,11 @@ +--- ./etc/pulse/client.conf.orig 2014-08-23 02:17:24.474174232 +0200 ++++ ./etc/pulse/client.conf 2014-08-23 02:18:03.584171688 +0200 +@@ -29,5 +29,7 @@ + + ; cookie-file = + +-; enable-shm = yes ++; SHM didn't seem to be supported through linuxulator at the time ++enable-shm = no ++ + ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB Property changes on: head/audio/linux-c6-pulseaudio-libs/files/patch-etc__pulse__client.conf ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-pulseaudio-libs/pkg-plist =================================================================== --- head/audio/linux-c6-pulseaudio-libs/pkg-plist (nonexistent) +++ head/audio/linux-c6-pulseaudio-libs/pkg-plist (revision 368845) @@ -0,0 +1,46 @@ +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 +@dirrmtry etc/pulse +@dirrmtry usr/share/doc/pulseaudio-libs-0.9.21 Property changes on: head/audio/linux-c6-pulseaudio-libs/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-pulseaudio-utils/Makefile =================================================================== --- head/audio/linux-c6-pulseaudio-utils/Makefile (nonexistent) +++ head/audio/linux-c6-pulseaudio-utils/Makefile (revision 368845) @@ -0,0 +1,23 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= pulseaudio-utils +PORTVERSION= 0.9.21 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Utils for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER}) + +USE_LINUX= c6 +USE_LINUX_RPM= yes +USE_LINUX_APPS= xorglibs pulseaudio-libs + +RPMVERSION= 14.el6_3 +USE_LDCONFIG= yes + +DOCSDIR= ${PREFIX}/usr/share/doc/pulseaudio-${PORTVERSION} +DESCR= ${PORTSDIR}/audio/pulseaudio/pkg-descr + +SRC_DISTFILES= pulseaudio-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} + +.include Property changes on: head/audio/linux-c6-pulseaudio-utils/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-pulseaudio-utils/distinfo.i686 =================================================================== --- head/audio/linux-c6-pulseaudio-utils/distinfo.i686 (nonexistent) +++ head/audio/linux-c6-pulseaudio-utils/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/pulseaudio-utils-0.9.21-14.el6_3.i686.rpm) = 519fdec212681891e1838743edf1a49d1f000fe7c57a2fa2cba3c66c37dee73a +SIZE (rpm/i686/centos/6.5/pulseaudio-utils-0.9.21-14.el6_3.i686.rpm) = 71452 +SHA256 (rpm/i686/centos/6.5/pulseaudio-0.9.21-14.el6_3.src.rpm) = 06eff80719e4699b4305f688a4ae948be86ac2e84cdb6ecd3714824b952dc03d +SIZE (rpm/i686/centos/6.5/pulseaudio-0.9.21-14.el6_3.src.rpm) = 2372600 Property changes on: head/audio/linux-c6-pulseaudio-utils/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-pulseaudio-utils/pkg-plist =================================================================== --- head/audio/linux-c6-pulseaudio-utils/pkg-plist (nonexistent) +++ head/audio/linux-c6-pulseaudio-utils/pkg-plist (revision 368845) @@ -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/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 Property changes on: head/audio/linux-c6-pulseaudio-utils/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-sdl_mixer/Makefile =================================================================== --- head/audio/linux-c6-sdl_mixer/Makefile (nonexistent) +++ head/audio/linux-c6-sdl_mixer/Makefile (revision 368845) @@ -0,0 +1,31 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= sdl_mixer +PORTVERSION= 1.2.11 +CATEGORIES= audio linux +MASTER_SITES= EPEL +DISTNAME= SDL_mixer-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Sample multi-channel audio mixer library (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-sdl_mixer-[0-9]* linux-f8-sdl_mixer-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes +USE_LINUX_APPS= sdl12 mikmod +LINUX_NAME= SDL_mixer + +RPMVERSION= 3.el6 +BRANDELF_FILES= usr/bin/playmus usr/bin/playwave +USE_LDCONFIG= yes + +PLIST_FILES= usr/bin/playmus usr/lib/libSDL_mixer-1.2.so.0 \ + usr/bin/playwave usr/lib/libSDL_mixer-1.2.so.0.10.1 +DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} +PORTDOCS= CHANGES COPYING README +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/audio/linux-c6-sdl_mixer/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c6-sdl_mixer/distinfo.i686 =================================================================== --- head/audio/linux-c6-sdl_mixer/distinfo.i686 (nonexistent) +++ head/audio/linux-c6-sdl_mixer/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/SDL_mixer-1.2.11-3.el6.i686.rpm) = 3acef0f9253aed3a0fd0705432d33ec9ababb117c403dc487d861836fe9f524a +SIZE (rpm/i686/centos/6.5/SDL_mixer-1.2.11-3.el6.i686.rpm) = 95488 +SHA256 (rpm/i686/centos/6.5/SDL_mixer-1.2.11-3.el6.src.rpm) = aa3defc306995cf621f987763c5e2be628be78ff165d3fb72ddbec845610c3c3 +SIZE (rpm/i686/centos/6.5/SDL_mixer-1.2.11-3.el6.src.rpm) = 2704280 Property changes on: head/audio/linux-c6-sdl_mixer/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-f10-alsa-lib/Makefile =================================================================== --- head/audio/linux-f10-alsa-lib/Makefile (revision 368844) +++ head/audio/linux-f10-alsa-lib/Makefile (revision 368845) @@ -1,29 +1,29 @@ # Created by: Boris Samorodov # $FreeBSD$ PORTNAME= alsa-lib PORTVERSION= 1.0.21 PORTREVISION= 4 CATEGORIES= audio linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Advanced Linux Sound Architecture libraries (Linux Fedora 10) CONFLICTS= linux-alsa-lib-[0-9]* linux-f8-alsa-lib-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 2.fc10 BRANDELF_FILES= usr/bin/aserver USE_LDCONFIG= yes post-install: ${RM} ${STAGEDIR}${PREFIX}/usr/lib/alsa-lib/smixer/smixer-ac97.la ${RM} ${STAGEDIR}${PREFIX}/usr/lib/alsa-lib/smixer/smixer-hda.la ${RM} ${STAGEDIR}${PREFIX}/usr/lib/alsa-lib/smixer/smixer-sbase.la + .include Index: head/audio/linux-f10-alsa-plugins-oss/Makefile =================================================================== --- head/audio/linux-f10-alsa-plugins-oss/Makefile (revision 368844) +++ head/audio/linux-f10-alsa-plugins-oss/Makefile (revision 368845) @@ -1,31 +1,30 @@ # Created by: hashiz # $FreeBSD$ PORTNAME= alsa-plugins-oss PORTVERSION= 1.0.21 PORTREVISION= 3 CATEGORIES= audio linux -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} -MAINTAINER= emulation@FreeBSD.org +MAINTAINER= hashiz@meridiani.jp COMMENT= OSS plugin for ALSA (Linux Fedora 10) ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= alsalib -LINUX_DIST_VER= 10 + RPMVERSION= 3.fc10 SRC_DISTFILES= ${PORTNAME:S/-oss//}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} USE_LDCONFIG= yes CONF_FILE= etc/alsa/pcm/pcm-oss.conf post-patch: @${RM} ${WRKSRC}/${CONF_FILE}.orig @${MV} ${WRKSRC}/${CONF_FILE} ${WRKSRC}/${CONF_FILE}-dist post-install: ${MV} ${STAGEDIR}${PREFIX}/${CONF_FILE}-dist ${STAGEDIR}${PREFIX}/${CONF_FILE}.sample .include Index: head/audio/linux-f10-arts/Makefile =================================================================== --- head/audio/linux-f10-arts/Makefile (revision 368844) +++ head/audio/linux-f10-arts/Makefile (revision 368845) @@ -1,27 +1,26 @@ # Created by: bsam # $FreeBSD$ PORTNAME= arts PORTVERSION= 1.5.10 PORTREVISION= 1 CATEGORIES= audio kde linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Audio system for the KDE integrated X11 desktop (Linux Fedora 10) CONFLICTS= linux-arts-[0-9]* linux-f8-arts-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 1.fc10 BRANDELF_DIRS= usr/bin USE_LDCONFIG= yes post-install: ${RM} ${STAGEDIR}${PREFIX}/usr/lib/*.la .include Index: head/audio/linux-f10-esound/Makefile =================================================================== --- head/audio/linux-f10-esound/Makefile (revision 368844) +++ head/audio/linux-f10-esound/Makefile (revision 368845) @@ -1,32 +1,30 @@ # Created by: bsam # $FreeBSD$ PORTNAME= esound PORTVERSION= 0.2.41 CATEGORIES= audio linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} +DISTNAME= ${PORTNAME}-libs-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= RPM of esound (Linux Fedora 10) CONFLICTS= linux-esound-[0-9]* linux-f8-esound-[0-9]* +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= libaudiofile LINUX_NAME= ${PORTNAME}-libs -LINUX_DIST_VER= 10 + RPMVERSION= 1.fc10 USE_LDCONFIG= yes SRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} PLIST_FILES= etc/esd.conf 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 - -OPTIONS_DEFINE= DOCS .include Index: head/audio/linux-f10-freealut/Makefile =================================================================== --- head/audio/linux-f10-freealut/Makefile (revision 368844) +++ head/audio/linux-f10-freealut/Makefile (revision 368845) @@ -1,30 +1,27 @@ # Created by: bsam # $FreeBSD$ PORTNAME= freealut PORTVERSION= 1.1.0 CATEGORIES= audio linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Free implementation of OpenAL's ALUT standard (Linux Fedora 10) CONFLICTS= linux-freealut-[0-9]* linux-f8-freealut-[0-9]* +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= openal -LINUX_DIST_VER= 10 + RPMVERSION= 6.fc9 USE_LDCONFIG= yes ONLY_FOR_ARCHS= i386 amd64 PLIST_FILES= usr/lib/libalut.so.0 usr/lib/libalut.so.0.1.0 DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING ChangeLog README DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -OPTIONS_DEFINE= DOCS .include Index: head/audio/linux-f10-libaudiofile/Makefile =================================================================== --- head/audio/linux-f10-libaudiofile/Makefile (revision 368844) +++ head/audio/linux-f10-libaudiofile/Makefile (revision 368845) @@ -1,26 +1,26 @@ # Created by: bsam # $FreeBSD$ PORTNAME= lib${LINUX_NAME} PORTVERSION= 0.2.6 CATEGORIES= audio linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Implementation of the Audio File Library from SGI (Linux Fedora 10) -CONTFLICTS= linux-libaudiofile-[0-9]* linux-f8-libaudiofile-[0-9]* +CONFLICTS= linux-libaudiofile-[0-9]* linux-f8-libaudiofile-[0-9]* +USE_LINUX= f10 USE_LINUX_RPM= yes LINUX_NAME= audiofile -LINUX_DIST_VER= 10 + RPMVERSION= 9.fc10 BRANDELF_DIRS= usr/bin USE_LDCONFIG= yes PLIST= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH} DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/audio/linux-f10-libogg/Makefile =================================================================== --- head/audio/linux-f10-libogg/Makefile (revision 368844) +++ head/audio/linux-f10-libogg/Makefile (revision 368845) @@ -1,29 +1,26 @@ # Created by: bsam # $FreeBSD$ PORTNAME= libogg PORTVERSION= 1.1.3 CATEGORIES= audio linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Ogg bitstream library (Linux Fedora 10) CONFLICTS= linux-libogg-[0-9]* linux-f8-libogg-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 9.fc9 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libogg.so.0 usr/lib/libogg.so.0.5.3 DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS CHANGES COPYING README DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -OPTIONS_DEFINE= DOCS .include Index: head/audio/linux-f10-libvorbis/Makefile =================================================================== --- head/audio/linux-f10-libvorbis/Makefile (revision 368844) +++ head/audio/linux-f10-libvorbis/Makefile (revision 368845) @@ -1,32 +1,29 @@ # Created by: bsam # $FreeBSD$ PORTNAME= libvorbis PORTVERSION= 1.2.0 CATEGORIES= audio linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Audio compression codec library (Linux Fedora 10) CONFLICTS= linux-libvorbis-[0-9]* linux-f8-libvorbis-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= libogg -LINUX_DIST_VER= 10 + RPMVERSION= 5.fc10 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libvorbis.so.0 usr/lib/libvorbis.so.0.4.0 \ usr/lib/libvorbisenc.so.2 usr/lib/libvorbisenc.so.2.0.3 \ usr/lib/libvorbisfile.so.3 usr/lib/libvorbisfile.so.3.2.0 DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING README DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -OPTIONS_DEFINE= DOCS .include Index: head/audio/linux-f10-mikmod/Makefile =================================================================== --- head/audio/linux-f10-mikmod/Makefile (revision 368844) +++ head/audio/linux-f10-mikmod/Makefile (revision 368845) @@ -1,30 +1,28 @@ # Created by: bsam # $FreeBSD$ PORTNAME= mikmod PORTVERSION= 3.2.0 CATEGORIES= audio linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} +DISTNAME= lib${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= MikMod Sound Library (Linux Fedora 10) CONFLICTS= linux-mikmod-[0-9]* linux-f8-mikmod-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 3.beta2.fc9 LINUX_NAME= lib${PORTNAME} USE_LDCONFIG= yes PLIST_FILES= usr/lib/libmikmod.so.3 usr/lib/libmikmod.so.3.0.0 DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING.LESSER COPYING.LIB NEWS README TODO DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -OPTIONS_DEFINE= DOCS .include Index: head/audio/linux-f10-nas-libs/Makefile =================================================================== --- head/audio/linux-f10-nas-libs/Makefile (revision 368844) +++ head/audio/linux-f10-nas-libs/Makefile (revision 368845) @@ -1,30 +1,26 @@ # Created by: bsam # $FreeBSD$ PORTNAME= nas-libs PORTVERSION= 1.9.1 +PORTREVISION= 1 CATEGORIES= audio linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Runtime libraries for NAS (Linux Fedora 10) -FORBIDDEN= http://www.freshports.org/vuxml.php?vid=bf7912f5-c1a8-11e3-a5ac-001b21614864 - +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= xorglibs -LINUX_DIST_VER= 10 + RPMVERSION= 4.fc9 USE_LDCONFIG= yes SRC_DISTFILES= nas-${PORTVERSION}-${RPMVERSION}.src.rpm PLIST_FILES= usr/lib/libaudio.so.2 usr/lib/libaudio.so.2.4 DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= FAQ HISTORY README TODO DESCR= ${.CURDIR}/../nas/pkg-descr - -OPTIONS_DEFINE= DOCS .include Index: head/audio/linux-f10-openal/Makefile =================================================================== --- head/audio/linux-f10-openal/Makefile (revision 368844) +++ head/audio/linux-f10-openal/Makefile (revision 368845) @@ -1,30 +1,27 @@ # Created by: bsam # $FreeBSD$ PORTNAME= openal PORTVERSION= 0.0.9 CATEGORIES= audio linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= 3D positional spatialized sound library (Linux Fedora 10) CONFLICTS= linux-openal-[0-9]* linux-f8-openal-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= alsalib arts esound libaudiofile libvorbis sdl12 -LINUX_DIST_VER= 10 + RPMVERSION= 0.15.20060204cvs.fc9 USE_LDCONFIG= yes PLIST_FILES= etc/openalrc usr/lib/libopenal.so.0 usr/lib/libopenal.so.0.0.0 DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING ChangeLog NOTES README TODO DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -OPTIONS_DEFINE= DOCS .include Index: head/audio/linux-f10-openal-soft/Makefile =================================================================== --- head/audio/linux-f10-openal-soft/Makefile (revision 368844) +++ head/audio/linux-f10-openal-soft/Makefile (revision 368845) @@ -1,28 +1,26 @@ # Created by: mva # $FreeBSD$ PORTNAME= openal-soft PORTVERSION= 1.8.466 +PORTREVISION= 1 CATEGORIES= audio linux -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}.fc10 MAINTAINER= mva@FreeBSD.org -COMMENT= 3D positional spatialized sound library (Linux Fedora 10) +COMMENT= A 3D positional spatialized sound library (Linux Fedora 10) ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= alsalib arts esound -LINUX_DIST_VER= 10 -RPMVERSION= 7 + +RPMVERSION= 7.fc10 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libopenal.so.1 usr/lib/libopenal.so.${PORTVERSION} \ usr/bin/openal-info DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= COPYING DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -OPTIONS_DEFINE= DOCS .include Index: head/audio/linux-f10-pulseaudio-libs/Makefile =================================================================== --- head/audio/linux-f10-pulseaudio-libs/Makefile (revision 368844) +++ head/audio/linux-f10-pulseaudio-libs/Makefile (revision 368845) @@ -1,34 +1,33 @@ # Created by: avg # $FreeBSD$ PORTNAME= pulseaudio-libs PORTVERSION= 0.9.14 CATEGORIES= audio linux MASTER_SITES= LOCAL MASTER_SITE_SUBDIR= netchild/rpms/${LINUX_DIST}${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Libraries for PulseAudio clients ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 4.fc10 SRC_DISTFILES= ${PORTNAME:S/-libs//}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} USE_LDCONFIG= yes CONF_FILE= etc/pulse/client.conf pre-patch: @${MV} ${WRKSRC}/${CONF_FILE} ${WRKSRC}/${CONF_FILE}-dist post-patch: @${FIND} ${WRKSRC} -name "*.orig" -delete post-install: @if [ ! -f ${PREFIX}/${CONF_FILE} ]; then \ ${CP} -p ${STAGEDIR}${PREFIX}/${CONF_FILE}-dist ${STAGEDIR}${PREFIX}/${CONF_FILE} ; \ fi .include Index: head/audio/linux-f10-sdl_mixer/Makefile =================================================================== --- head/audio/linux-f10-sdl_mixer/Makefile (revision 368844) +++ head/audio/linux-f10-sdl_mixer/Makefile (revision 368845) @@ -1,34 +1,32 @@ # Created by: bsam # $FreeBSD$ PORTNAME= sdl_mixer PORTVERSION= 1.2.8 PORTREVISION= 1 CATEGORIES= audio linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} +DISTNAME= SDL_mixer-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Sample multi-channel audio mixer library (Linux Fedora 10) CONFLICTS= linux-sdl_mixer-[0-9]* linux-f8-sdl_mixer-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= sdl12 mikmod LINUX_NAME= SDL_mixer -LINUX_DIST_VER= 10 + RPMVERSION= 9.fc10 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.2.6 DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} PORTDOCS= CHANGES COPYING README DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -OPTIONS_DEFINE= DOCS .include Index: head/databases/Makefile =================================================================== --- head/databases/Makefile (revision 368844) +++ head/databases/Makefile (revision 368845) @@ -1,930 +1,931 @@ # $FreeBSD$ # COMMENT = Databases SUBDIR += R-cran-DBI SUBDIR += R-cran-RMySQL SUBDIR += R-cran-RSQLite SUBDIR += R-cran-RSQLite.extfuns SUBDIR += R-cran-sqldf SUBDIR += WWWdb SUBDIR += adminer SUBDIR += adodb SUBDIR += adodb5 SUBDIR += akonadi SUBDIR += akonadi-googledata SUBDIR += animenfo-client SUBDIR += animenfo-client-gtk SUBDIR += apq SUBDIR += apq-mysql SUBDIR += apq-odbc SUBDIR += apq-pgsql SUBDIR += autobackupmysql SUBDIR += bbdb SUBDIR += beansdb SUBDIR += buzhug SUBDIR += c3p0 SUBDIR += cassandra SUBDIR += cassandra2 SUBDIR += cdb SUBDIR += cego SUBDIR += couchdb SUBDIR += courier-authlib-mysql SUBDIR += courier-authlib-pgsql SUBDIR += courier-authlib-userdb SUBDIR += courier-authlib-usergdbm SUBDIR += cppdb SUBDIR += credis SUBDIR += dalmp SUBDIR += datamodeler SUBDIR += db SUBDIR += db48 SUBDIR += db5 SUBDIR += db6 SUBDIR += dbconnect SUBDIR += dbf SUBDIR += dbf2mysql SUBDIR += dbh SUBDIR += dbow SUBDIR += dbtool SUBDIR += dbview SUBDIR += emma SUBDIR += epgsql SUBDIR += erlang-mysql SUBDIR += evolution-data-server SUBDIR += fastdb SUBDIR += firebird25-client SUBDIR += firebird25-server SUBDIR += flamerobin SUBDIR += fortytwo-bdb SUBDIR += fpc-dblib SUBDIR += fpc-fpindexer SUBDIR += fpc-gdbm SUBDIR += fpc-ibase SUBDIR += fpc-mysql SUBDIR += fpc-odbc SUBDIR += fpc-oracle SUBDIR += fpc-postgres SUBDIR += fpc-pxlib SUBDIR += fpc-sqlite SUBDIR += freetds SUBDIR += freetds-devel SUBDIR += freetds-msdblib SUBDIR += frontbase-jdbc SUBDIR += gadfly SUBDIR += galera SUBDIR += gdbm SUBDIR += geoserver-mysql-plugin SUBDIR += gigabase SUBDIR += glom SUBDIR += gnats4 SUBDIR += gnatsweb4 SUBDIR += godis SUBDIR += gosqlite3 SUBDIR += gqlplus SUBDIR += grass SUBDIR += gtksql SUBDIR += hamsterdb SUBDIR += hashtypes SUBDIR += hbase SUBDIR += hiredis SUBDIR += hs-esqueleto SUBDIR += hs-mysql SUBDIR += hs-persistent SUBDIR += hs-persistent-sqlite SUBDIR += hs-persistent-template SUBDIR += hsqldb SUBDIR += innotop SUBDIR += ip4r SUBDIR += ipa_sdb SUBDIR += iplike SUBDIR += isql-viewer SUBDIR += jakarta-commons-dbutils SUBDIR += jasperreports SUBDIR += java-mybatis SUBDIR += jdb SUBDIR += jdbc-oracle10g SUBDIR += jdbc-oracle11g SUBDIR += jdbc-oracle8i SUBDIR += jdbc-oracle9i SUBDIR += jdbm2 SUBDIR += jrobin SUBDIR += jrrd SUBDIR += kbibtex SUBDIR += kyotocabinet SUBDIR += kyototycoon SUBDIR += ldb SUBDIR += leo_center SUBDIR += leofs SUBDIR += leveldb SUBDIR += libdbi SUBDIR += libdbi-drivers SUBDIR += libdrizzle SUBDIR += libdrizzle-redux SUBDIR += libgda4 SUBDIR += libgda4-bdb SUBDIR += libgda4-jdbc SUBDIR += libgda4-ldap SUBDIR += libgda4-mdb SUBDIR += libgda4-mysql SUBDIR += libgda4-postgresql SUBDIR += libgda4-reference SUBDIR += libgda5 SUBDIR += libgda5-bdb SUBDIR += libgda5-jdbc SUBDIR += libgda5-ldap SUBDIR += libgda5-mdb SUBDIR += libgda5-mysql SUBDIR += libgda5-postgresql SUBDIR += libgda5-ui SUBDIR += libgdamm SUBDIR += libgdamm5 SUBDIR += libhsclient SUBDIR += libiodbc SUBDIR += libmemcache SUBDIR += libmemcached SUBDIR += libmongo-client SUBDIR += libodbc++ SUBDIR += libpbl SUBDIR += libsdb SUBDIR += libzdb + SUBDIR += linux-c6-sqlite3 SUBDIR += linux-f10-sqlite3 SUBDIR += linux-oracle-instantclient-basic SUBDIR += linux-oracle-instantclient-sdk SUBDIR += linux-oracle-instantclient-sqlplus SUBDIR += liquibase SUBDIR += lmdb SUBDIR += luadbi SUBDIR += luasql-mysql SUBDIR += luasql-postgres SUBDIR += luasql-sqlite3 SUBDIR += mantis SUBDIR += mariadb-client SUBDIR += mariadb-scripts SUBDIR += mariadb-server SUBDIR += mariadb55-client SUBDIR += mariadb55-server SUBDIR += mdbtools SUBDIR += mdcached SUBDIR += memcached SUBDIR += memcachedb SUBDIR += memcacheq SUBDIR += metakit SUBDIR += monetdb SUBDIR += mongodb SUBDIR += mrtg-mysql-load SUBDIR += mtop SUBDIR += my2cego SUBDIR += mydbf2mysql SUBDIR += mydumper SUBDIR += mysac SUBDIR += mysql++1 SUBDIR += mysql++3 SUBDIR += mysql-connector-c SUBDIR += mysql-connector-c++ SUBDIR += mysql-connector-java SUBDIR += mysql-connector-odbc SUBDIR += mysql-proxy SUBDIR += mysql-q4m SUBDIR += mysql-udf SUBDIR += mysql-udf-sys SUBDIR += mysql-workbench51 SUBDIR += mysql-workbench52 SUBDIR += mysql-xql SUBDIR += mysql2odbc SUBDIR += mysql2pgsql SUBDIR += mysql51-client SUBDIR += mysql51-scripts SUBDIR += mysql51-server SUBDIR += mysql55-client SUBDIR += mysql55-server SUBDIR += mysql56-client SUBDIR += mysql56-server SUBDIR += mysqlbackup SUBDIR += mysqldumper SUBDIR += mysqlidxchk SUBDIR += mysqlreport SUBDIR += mysqlsla SUBDIR += mysqlsniffer SUBDIR += mysqltcl SUBDIR += mysqltuner SUBDIR += mytop SUBDIR += mywwwatcher SUBDIR += nagios-check_mongodb SUBDIR += nagios-check_postgres_replication SUBDIR += nagios-check_redis SUBDIR += namazu2 SUBDIR += ntdb SUBDIR += ocaml-dbm SUBDIR += ocaml-mysql SUBDIR += ocaml-sqlite3 SUBDIR += openark-kit SUBDIR += openbase-jdbc SUBDIR += opendbx SUBDIR += oracle7-client SUBDIR += oracle8-client SUBDIR += oracle_odbc_driver SUBDIR += p5-Amazon-SimpleDB SUBDIR += p5-Amon2-DBI SUBDIR += p5-AnyEvent-BDB SUBDIR += p5-AnyEvent-CouchDB SUBDIR += p5-AnyEvent-DBD-Pg SUBDIR += p5-AnyEvent-Memcached SUBDIR += p5-AnyEvent-Redis SUBDIR += p5-AsciiDB-TagFile SUBDIR += p5-BDB SUBDIR += p5-BSON SUBDIR += p5-BerkeleyDB SUBDIR += p5-Bucardo SUBDIR += p5-CDB_File SUBDIR += p5-CDB_File-Generator SUBDIR += p5-CGI-Session-Driver-memcached SUBDIR += p5-Cache-BDB SUBDIR += p5-Cache-Memcached SUBDIR += p5-Cache-Memcached-Fast SUBDIR += p5-Cache-Memcached-Managed SUBDIR += p5-Cache-Memcached-XS SUBDIR += p5-Cache-Memcached-libmemcached SUBDIR += p5-Class-DBI SUBDIR += p5-Class-DBI-AbstractSearch SUBDIR += p5-Class-DBI-AsForm SUBDIR += p5-Class-DBI-AutoLoader SUBDIR += p5-Class-DBI-BaseDSN SUBDIR += p5-Class-DBI-DATA-Schema SUBDIR += p5-Class-DBI-DDL SUBDIR += p5-Class-DBI-FromCGI SUBDIR += p5-Class-DBI-LazyInflate SUBDIR += p5-Class-DBI-Loader SUBDIR += p5-Class-DBI-Loader-Relationship SUBDIR += p5-Class-DBI-Oracle SUBDIR += p5-Class-DBI-Pager SUBDIR += p5-Class-DBI-Pg SUBDIR += p5-Class-DBI-Plugin SUBDIR += p5-Class-DBI-Plugin-AbstractCount SUBDIR += p5-Class-DBI-Plugin-DeepAbstractSearch SUBDIR += p5-Class-DBI-Plugin-Iterator SUBDIR += p5-Class-DBI-Plugin-Pager SUBDIR += p5-Class-DBI-Plugin-RetrieveAll SUBDIR += p5-Class-DBI-Plugin-Senna SUBDIR += p5-Class-DBI-Plugin-Type SUBDIR += p5-Class-DBI-Replication SUBDIR += p5-Class-DBI-SAK SUBDIR += p5-Class-DBI-SQLite SUBDIR += p5-Class-DBI-Sweet SUBDIR += p5-Class-DBI-ToSax SUBDIR += p5-Class-DBI-Untaint SUBDIR += p5-Class-DBI-mysql SUBDIR += p5-Class-Inflate SUBDIR += p5-CouchDB-View SUBDIR += p5-DBD-AnyData SUBDIR += p5-DBD-CSV SUBDIR += p5-DBD-Excel SUBDIR += p5-DBD-Google SUBDIR += p5-DBD-InterBase SUBDIR += p5-DBD-LDAP SUBDIR += p5-DBD-Mock SUBDIR += p5-DBD-Multi SUBDIR += p5-DBD-ODBC SUBDIR += p5-DBD-Oracle SUBDIR += p5-DBD-Pg SUBDIR += p5-DBD-Pg32 SUBDIR += p5-DBD-PgLite SUBDIR += p5-DBD-PgPP SUBDIR += p5-DBD-SQLite SUBDIR += p5-DBD-SQLite2 SUBDIR += p5-DBD-Sybase SUBDIR += p5-DBD-XBase SUBDIR += p5-DBD-cego SUBDIR += p5-DBD-mysql SUBDIR += p5-DBD-mysql51 SUBDIR += p5-DBI SUBDIR += p5-DBI-Shell SUBDIR += p5-DBICx-Deploy SUBDIR += p5-DBICx-MapMaker SUBDIR += p5-DBICx-TestDatabase SUBDIR += p5-DBICx-TxnInsert SUBDIR += p5-DBIWrapper SUBDIR += p5-DBIx-Abstract SUBDIR += p5-DBIx-Admin-CreateTable SUBDIR += p5-DBIx-Admin-DSNManager SUBDIR += p5-DBIx-Admin-TableInfo SUBDIR += p5-DBIx-AnyDBD SUBDIR += p5-DBIx-Browse SUBDIR += p5-DBIx-Class SUBDIR += p5-DBIx-Class-AsFdat SUBDIR += p5-DBIx-Class-BitField SUBDIR += p5-DBIx-Class-Candy SUBDIR += p5-DBIx-Class-Cursor-Cached SUBDIR += p5-DBIx-Class-CustomPrefetch SUBDIR += p5-DBIx-Class-DateTime-Epoch SUBDIR += p5-DBIx-Class-DeploymentHandler SUBDIR += p5-DBIx-Class-DigestColumns SUBDIR += p5-DBIx-Class-DynamicDefault SUBDIR += p5-DBIx-Class-DynamicSubclass SUBDIR += p5-DBIx-Class-EncodeColumns SUBDIR += p5-DBIx-Class-EncodedColumn SUBDIR += p5-DBIx-Class-Fixtures SUBDIR += p5-DBIx-Class-FrozenColumns SUBDIR += p5-DBIx-Class-Helpers SUBDIR += p5-DBIx-Class-InflateColumn-Authen-Passphrase SUBDIR += p5-DBIx-Class-InflateColumn-FS SUBDIR += p5-DBIx-Class-InflateColumn-IP SUBDIR += p5-DBIx-Class-IntrospectableM2M SUBDIR += p5-DBIx-Class-Loader SUBDIR += p5-DBIx-Class-Migration SUBDIR += p5-DBIx-Class-MooseColumns SUBDIR += p5-DBIx-Class-PassphraseColumn SUBDIR += p5-DBIx-Class-QueryLog SUBDIR += p5-DBIx-Class-QueryProfiler SUBDIR += p5-DBIx-Class-ResultSet-HashRef SUBDIR += p5-DBIx-Class-ResultSet-RecursiveUpdate SUBDIR += p5-DBIx-Class-Schema-Config SUBDIR += p5-DBIx-Class-Schema-Loader SUBDIR += p5-DBIx-Class-Schema-PopulateMore SUBDIR += p5-DBIx-Class-TimeStamp SUBDIR += p5-DBIx-Class-Tree SUBDIR += p5-DBIx-Class-Tree-NestedSet SUBDIR += p5-DBIx-Class-UUIDColumns SUBDIR += p5-DBIx-Class-VirtualColumns SUBDIR += p5-DBIx-Class-WebForm SUBDIR += p5-DBIx-Connector SUBDIR += p5-DBIx-ContextualFetch SUBDIR += p5-DBIx-Custom SUBDIR += p5-DBIx-DBHResolver SUBDIR += p5-DBIx-DBSchema SUBDIR += p5-DBIx-DataSource SUBDIR += p5-DBIx-Dump SUBDIR += p5-DBIx-Ease SUBDIR += p5-DBIx-HA SUBDIR += p5-DBIx-Inspector SUBDIR += p5-DBIx-Log4perl SUBDIR += p5-DBIx-MySQLSequence SUBDIR += p5-DBIx-NoSQL SUBDIR += p5-DBIx-Password SUBDIR += p5-DBIx-Perlish SUBDIR += p5-DBIx-QueryLog SUBDIR += p5-DBIx-Recordset SUBDIR += p5-DBIx-RetryOverDisconnects SUBDIR += p5-DBIx-SQLEngine SUBDIR += p5-DBIx-SQLite-Simple SUBDIR += p5-DBIx-Safe SUBDIR += p5-DBIx-SearchBuilder SUBDIR += p5-DBIx-Sequence SUBDIR += p5-DBIx-Simple SUBDIR += p5-DBIx-Skinny SUBDIR += p5-DBIx-Skinny-InflateColumn-DateTime SUBDIR += p5-DBIx-Skinny-Mixin-DBHResolver SUBDIR += p5-DBIx-Skinny-Pager SUBDIR += p5-DBIx-Skinny-Schema-Loader SUBDIR += p5-DBIx-Sunny SUBDIR += p5-DBIx-TableHash SUBDIR += p5-DBIx-TransactionManager SUBDIR += p5-DBIx-Tree SUBDIR += p5-DBIx-VersionedDDL SUBDIR += p5-DBIx-Wrapper SUBDIR += p5-DBIx-XHTML_Table SUBDIR += p5-DBIx-XML_RDB SUBDIR += p5-DBM-Deep SUBDIR += p5-DMOZ-ParseRDF SUBDIR += p5-DR-Tarantool SUBDIR += p5-DWH_File SUBDIR += p5-Dancer-Plugin-DBIC SUBDIR += p5-Dancer-Plugin-Database SUBDIR += p5-Dancer-Plugin-Database-Core SUBDIR += p5-Dancer-Plugin-Redis SUBDIR += p5-Dancer-Session-Memcached SUBDIR += p5-Data-Page SUBDIR += p5-Data-Pageset SUBDIR += p5-Exception-Class-DBI SUBDIR += p5-GDBM SUBDIR += p5-Genezzo SUBDIR += p5-GraphViz-DBI SUBDIR += p5-HTML-FormHandler-Model-DBIC SUBDIR += p5-Ima-DBI SUBDIR += p5-Iterator-DBI SUBDIR += p5-Jifty-DBI SUBDIR += p5-KyotoCabinet SUBDIR += p5-MLDBM SUBDIR += p5-MLDBM-Sync SUBDIR += p5-MR-Tarantool SUBDIR += p5-Memcached-libmemcached SUBDIR += p5-Metadata SUBDIR += p5-MongoDB SUBDIR += p5-MySQL-Diff SUBDIR += p5-Net-Async-CassandraCQL SUBDIR += p5-ORLite SUBDIR += p5-ORLite-Migrate SUBDIR += p5-Oryx SUBDIR += p5-POE-Component-DBIAgent SUBDIR += p5-POE-Component-EasyDBI SUBDIR += p5-POE-Component-LaDBI SUBDIR += p5-POE-Component-RRDTool SUBDIR += p5-Pg SUBDIR += p5-PostgreSQL-PLPerl-Call SUBDIR += p5-PostgreSQL-PLPerl-Trace SUBDIR += p5-Prophet SUBDIR += p5-Protocol-CassandraCQL SUBDIR += p5-RRD-Simple SUBDIR += p5-Redis SUBDIR += p5-Redis-hiredis SUBDIR += p5-RedisDB SUBDIR += p5-RedisDB-Parser SUBDIR += p5-Relations SUBDIR += p5-Relations-Query SUBDIR += p5-ResourcePool-Resource-DBI SUBDIR += p5-Rose-DB SUBDIR += p5-Rose-DB-Object SUBDIR += p5-Rose-DBx-Object-MoreHelpers SUBDIR += p5-Rose-DBx-Object-Renderer SUBDIR += p5-SQL-Abstract SUBDIR += p5-SQL-Abstract-Limit SUBDIR += p5-SQL-Abstract-More SUBDIR += p5-SQL-Abstract-Plugin-InsertMulti SUBDIR += p5-SQL-Interp SUBDIR += p5-SQL-Maker SUBDIR += p5-SQL-ReservedWords SUBDIR += p5-SQL-Statement SUBDIR += p5-SQL-Translator SUBDIR += p5-SQLite-Work SUBDIR += p5-Search-InvertedIndex SUBDIR += p5-Search-Namazu SUBDIR += p5-Search-Xapian SUBDIR += p5-Search-Xapian10 SUBDIR += p5-T2 SUBDIR += p5-Tangram SUBDIR += p5-Template-DBI SUBDIR += p5-Teng SUBDIR += p5-Test-Cukes SUBDIR += p5-Test-Database SUBDIR += p5-Test-DatabaseRow SUBDIR += p5-Test-Fixture-DBI SUBDIR += p5-Test-mysqld SUBDIR += p5-Test-postgresql SUBDIR += p5-Text-Query-SQL SUBDIR += p5-Text-xSV SUBDIR += p5-Tie-DBI SUBDIR += p5-Tie-LevelDB SUBDIR += p5-Time-Piece-MySQL SUBDIR += p5-TokyoCabinet SUBDIR += p5-mysql-genocide SUBDIR += p5-qdbm SUBDIR += p5-tokyotyrant SUBDIR += pear-DB SUBDIR += pear-DBA SUBDIR += pear-DBA_Relational SUBDIR += pear-DB_DataObject SUBDIR += pear-DB_DataObject_FormBuilder SUBDIR += pear-DB_Pager SUBDIR += pear-DB_QueryTool SUBDIR += pear-DB_Sqlite_Tools SUBDIR += pear-DB_Table SUBDIR += pear-DB_ldap SUBDIR += pear-DB_ldap2 SUBDIR += pear-DoctrineCommon SUBDIR += pear-DoctrineDBAL SUBDIR += pear-DoctrineORM SUBDIR += pear-Horde_Db SUBDIR += pear-Horde_HashTable SUBDIR += pear-Horde_Imsp SUBDIR += pear-Horde_Memcache SUBDIR += pear-Horde_Mongo SUBDIR += pear-MDB SUBDIR += pear-MDB2 SUBDIR += pear-MDB2_Driver_mysql SUBDIR += pear-MDB2_Driver_mysqli SUBDIR += pear-MDB2_Driver_pgsql SUBDIR += pear-MDB2_Schema SUBDIR += pear-MDB_QueryTool SUBDIR += pear-Structures_DataGrid_DataSource_Array SUBDIR += pear-Structures_DataGrid_DataSource_CSV SUBDIR += pear-Structures_DataGrid_DataSource_DB SUBDIR += pear-Structures_DataGrid_DataSource_DBQuery SUBDIR += pear-Structures_DataGrid_DataSource_DBTable SUBDIR += pear-Structures_DataGrid_DataSource_DataObject SUBDIR += pear-Structures_DataGrid_DataSource_MDB2 SUBDIR += pear-Structures_DataGrid_DataSource_PDO SUBDIR += pear-XML_Query2XML SUBDIR += pecl-chdb SUBDIR += pecl-dbase SUBDIR += pecl-drizzle SUBDIR += pecl-handlersocket SUBDIR += pecl-leveldb SUBDIR += pecl-mdbtools SUBDIR += pecl-memcache SUBDIR += pecl-memcached SUBDIR += pecl-mongo SUBDIR += pecl-mysqlnd_ms SUBDIR += pecl-mysqlnd_qc SUBDIR += pecl-pdo_user SUBDIR += pecl-rrd SUBDIR += pecl-tokyo_tyrant SUBDIR += percona-toolkit SUBDIR += percona55-client SUBDIR += percona55-server SUBDIR += percona56-client SUBDIR += percona56-server SUBDIR += pg_activity SUBDIR += pg_reorg SUBDIR += pg_rman SUBDIR += pg_statsinfo SUBDIR += pgaccess SUBDIR += pgadmin3 SUBDIR += pgagent SUBDIR += pgbadger SUBDIR += pgbouncer SUBDIR += pgdbf SUBDIR += pgfouine SUBDIR += pglesslog SUBDIR += pgloader SUBDIR += pgpool SUBDIR += pgpool-II SUBDIR += pgpool-II-22 SUBDIR += pgpool-II-23 SUBDIR += pgpool-II-30 SUBDIR += pgpool-II-33 SUBDIR += pgpoolAdmin SUBDIR += pgrouting SUBDIR += pgsphere SUBDIR += pgtcl SUBDIR += pgtop SUBDIR += pgtune SUBDIR += pgworksheet SUBDIR += php-adodb-ext SUBDIR += php-mdcached SUBDIR += php5-creole SUBDIR += php5-dba SUBDIR += php5-interbase SUBDIR += php5-mssql SUBDIR += php5-mysql SUBDIR += php5-mysqli SUBDIR += php5-odbc SUBDIR += php5-pdo SUBDIR += php5-pdo_cassandra SUBDIR += php5-pdo_dblib SUBDIR += php5-pdo_firebird SUBDIR += php5-pdo_mysql SUBDIR += php5-pdo_odbc SUBDIR += php5-pdo_pgsql SUBDIR += php5-pdo_sqlite SUBDIR += php5-pgsql SUBDIR += php5-propel SUBDIR += php5-redis SUBDIR += php5-sqlite3 SUBDIR += php5-sybase_ct SUBDIR += php5-tarantool SUBDIR += php53-dba SUBDIR += php53-interbase SUBDIR += php53-mssql SUBDIR += php53-mysql SUBDIR += php53-mysqli SUBDIR += php53-odbc SUBDIR += php53-pdo SUBDIR += php53-pdo_dblib SUBDIR += php53-pdo_firebird SUBDIR += php53-pdo_mysql SUBDIR += php53-pdo_odbc SUBDIR += php53-pdo_pgsql SUBDIR += php53-pdo_sqlite SUBDIR += php53-pgsql SUBDIR += php53-redis SUBDIR += php53-sqlite SUBDIR += php53-sqlite3 SUBDIR += php53-sybase_ct SUBDIR += php55-dba SUBDIR += php55-interbase SUBDIR += php55-mssql SUBDIR += php55-mysql SUBDIR += php55-mysqli SUBDIR += php55-odbc SUBDIR += php55-pdo SUBDIR += php55-pdo_dblib SUBDIR += php55-pdo_firebird SUBDIR += php55-pdo_mysql SUBDIR += php55-pdo_odbc SUBDIR += php55-pdo_pgsql SUBDIR += php55-pdo_sqlite SUBDIR += php55-pgsql SUBDIR += php55-redis SUBDIR += php55-sqlite3 SUBDIR += php55-sybase_ct SUBDIR += php56-dba SUBDIR += php56-interbase SUBDIR += php56-mssql SUBDIR += php56-mysql SUBDIR += php56-mysqli SUBDIR += php56-odbc SUBDIR += php56-pdo SUBDIR += php56-pdo_dblib SUBDIR += php56-pdo_firebird SUBDIR += php56-pdo_mysql SUBDIR += php56-pdo_odbc SUBDIR += php56-pdo_pgsql SUBDIR += php56-pdo_sqlite SUBDIR += php56-pgsql SUBDIR += php56-sqlite3 SUBDIR += php56-sybase_ct SUBDIR += phpminiadmin SUBDIR += phpmyadmin SUBDIR += phppgadmin SUBDIR += postgis-jdbc SUBDIR += postgis20 SUBDIR += postgis21 SUBDIR += postgresql-jdbc SUBDIR += postgresql-libpgeasy SUBDIR += postgresql-libpqxx SUBDIR += postgresql-libpqxx3 SUBDIR += postgresql-odbc SUBDIR += postgresql-pllua SUBDIR += postgresql-plproxy SUBDIR += postgresql-plruby SUBDIR += postgresql-plv8js SUBDIR += postgresql-relay SUBDIR += postgresql-repmgr SUBDIR += postgresql84-client SUBDIR += postgresql84-contrib SUBDIR += postgresql84-docs SUBDIR += postgresql84-plperl SUBDIR += postgresql84-plpython SUBDIR += postgresql84-pltcl SUBDIR += postgresql84-server SUBDIR += postgresql90-client SUBDIR += postgresql90-contrib SUBDIR += postgresql90-docs SUBDIR += postgresql90-pgtcl SUBDIR += postgresql90-plperl SUBDIR += postgresql90-plpython SUBDIR += postgresql90-pltcl SUBDIR += postgresql90-server SUBDIR += postgresql91-client SUBDIR += postgresql91-contrib SUBDIR += postgresql91-docs SUBDIR += postgresql91-pgtcl SUBDIR += postgresql91-plperl SUBDIR += postgresql91-plpython SUBDIR += postgresql91-pltcl SUBDIR += postgresql91-server SUBDIR += postgresql92-client SUBDIR += postgresql92-contrib SUBDIR += postgresql92-docs SUBDIR += postgresql92-pgtcl SUBDIR += postgresql92-plperl SUBDIR += postgresql92-plpython SUBDIR += postgresql92-pltcl SUBDIR += postgresql92-server SUBDIR += postgresql93-client SUBDIR += postgresql93-contrib SUBDIR += postgresql93-docs SUBDIR += postgresql93-pgtcl SUBDIR += postgresql93-plperl SUBDIR += postgresql93-plpython SUBDIR += postgresql93-pltcl SUBDIR += postgresql93-server SUBDIR += postgresql94-client SUBDIR += postgresql94-contrib SUBDIR += postgresql94-docs SUBDIR += postgresql94-pgtcl SUBDIR += postgresql94-plperl SUBDIR += postgresql94-plpython SUBDIR += postgresql94-pltcl SUBDIR += postgresql94-server SUBDIR += postgresql_autodoc SUBDIR += powerarchitect SUBDIR += proftpd-mod_sql_mysql SUBDIR += proftpd-mod_sql_odbc SUBDIR += proftpd-mod_sql_postgres SUBDIR += proftpd-mod_sql_sqlite SUBDIR += proftpd-mod_sql_tds SUBDIR += puppetdb SUBDIR += puppetdb-terminus SUBDIR += pure-sql3 SUBDIR += puredb SUBDIR += pxlib SUBDIR += pxtools SUBDIR += py-Elixir SUBDIR += py-MySQLdb SUBDIR += py-MySQLdb51 SUBDIR += py-MySQLdb55 SUBDIR += py-MySQLdb56 SUBDIR += py-PyGreSQL SUBDIR += py-Pyrseas SUBDIR += py-alembic SUBDIR += py-apsw SUBDIR += py-bsddb SUBDIR += py-bsddb3 SUBDIR += py-carbon SUBDIR += py-cdb SUBDIR += py-couchdb SUBDIR += py-cql SUBDIR += py-dbf SUBDIR += py-dbutils SUBDIR += py-fdb SUBDIR += py-firebirdsql SUBDIR += py-flask-sqlalchemy SUBDIR += py-forgetsql SUBDIR += py-gdbm SUBDIR += py-geoalchemy SUBDIR += py-geoalchemy2 SUBDIR += py-hiredis SUBDIR += py-htsql SUBDIR += py-htsql-mysql SUBDIR += py-htsql-pgsql SUBDIR += py-kyotocabinet SUBDIR += py-leveldb SUBDIR += py-memcached SUBDIR += py-mssql SUBDIR += py-mysql-connector-python SUBDIR += py-mysql2pgsql SUBDIR += py-odbc SUBDIR += py-oops SUBDIR += py-peewee SUBDIR += py-pg8000 SUBDIR += py-pg_pqueue SUBDIR += py-pgxnclient SUBDIR += py-pickledb SUBDIR += py-postgresql SUBDIR += py-psycopg SUBDIR += py-psycopg2 SUBDIR += py-pyPgSQL SUBDIR += py-pyhs SUBDIR += py-pylibmc SUBDIR += py-pymysql SUBDIR += py-pytc SUBDIR += py-python-rrdtool SUBDIR += py-qt4-sql SUBDIR += py-redis SUBDIR += py-riak SUBDIR += py-rrdtool_lgpl SUBDIR += py-south SUBDIR += py-sqlalchemy SUBDIR += py-sqlalchemy-devel SUBDIR += py-sqlalchemy-migrate SUBDIR += py-sqlalchemy06 SUBDIR += py-sqlite3 SUBDIR += py-sqlite3dbm SUBDIR += py-sqlkit SUBDIR += py-sqlobject SUBDIR += py-sqlparse SUBDIR += py-sqlrelay SUBDIR += py-swift SUBDIR += py-swiftclient SUBDIR += py-sybase SUBDIR += py-tarantool SUBDIR += py-umemcache SUBDIR += py-whisper SUBDIR += pydbdesigner SUBDIR += pydbx SUBDIR += pymongo SUBDIR += pyspatialite SUBDIR += qdbm SUBDIR += qdbm-plus SUBDIR += qof SUBDIR += qt4-ibase-plugin SUBDIR += qt4-mysql-plugin SUBDIR += qt4-odbc-plugin SUBDIR += qt4-pgsql-plugin SUBDIR += qt4-sql SUBDIR += qt4-sqlite-plugin SUBDIR += qt4-sqlite3-plugin SUBDIR += qt5-sql SUBDIR += qt5-sqldrivers-ibase SUBDIR += qt5-sqldrivers-mysql SUBDIR += qt5-sqldrivers-odbc SUBDIR += qt5-sqldrivers-pgsql SUBDIR += qt5-sqldrivers-sqlite2 SUBDIR += qt5-sqldrivers-sqlite3 SUBDIR += rdb SUBDIR += rdfdb SUBDIR += recutils SUBDIR += redigo SUBDIR += redis SUBDIR += redis-devel SUBDIR += riak SUBDIR += rocksdb SUBDIR += rrdman SUBDIR += rrdmerge SUBDIR += rrdtool SUBDIR += rrdtool10 SUBDIR += rrdtool12 SUBDIR += ruby-bdb SUBDIR += ruby-cdb SUBDIR += ruby-gdbm SUBDIR += ruby-mysql SUBDIR += ruby-o_dbm SUBDIR += ruby-odbc SUBDIR += ruby-qdbm SUBDIR += ruby-rdbc1 SUBDIR += ruby-sybct SUBDIR += ruby-tokyocabinet SUBDIR += rubygem-activemodel SUBDIR += rubygem-activemodel4 SUBDIR += rubygem-activerecord SUBDIR += rubygem-activerecord4 SUBDIR += rubygem-activerecord-jdbc-adapter SUBDIR += rubygem-activerecord-jdbcmysql-adapter SUBDIR += rubygem-activerecord-mysql-adapter SUBDIR += rubygem-amalgalite SUBDIR += rubygem-arel SUBDIR += rubygem-arel3 SUBDIR += rubygem-awesome_nested_set SUBDIR += rubygem-bdb1 SUBDIR += rubygem-bigrecord SUBDIR += rubygem-couchrest SUBDIR += rubygem-data_objects SUBDIR += rubygem-datamapper SUBDIR += rubygem-dbd-mysql SUBDIR += rubygem-dbd-odbc SUBDIR += rubygem-dbd-pg SUBDIR += rubygem-dbd-sqlite3 SUBDIR += rubygem-dbi SUBDIR += rubygem-dm-active_model SUBDIR += rubygem-dm-aggregates SUBDIR += rubygem-dm-chunked_query SUBDIR += rubygem-dm-constraints SUBDIR += rubygem-dm-core SUBDIR += rubygem-dm-devise SUBDIR += rubygem-dm-do-adapter SUBDIR += rubygem-dm-migrations SUBDIR += rubygem-dm-mysql-adapter SUBDIR += rubygem-dm-observer SUBDIR += rubygem-dm-pager SUBDIR += rubygem-dm-paperclip SUBDIR += rubygem-dm-postgres-adapter SUBDIR += rubygem-dm-rails SUBDIR += rubygem-dm-serializer SUBDIR += rubygem-dm-timestamps SUBDIR += rubygem-dm-transactions SUBDIR += rubygem-dm-types SUBDIR += rubygem-dm-validations SUBDIR += rubygem-do_mysql SUBDIR += rubygem-do_postgres SUBDIR += rubygem-do_sqlite3 SUBDIR += rubygem-familia SUBDIR += rubygem-jdbc-mysql SUBDIR += rubygem-leo_manager_client SUBDIR += rubygem-memcache SUBDIR += rubygem-memcache-client SUBDIR += rubygem-mysql SUBDIR += rubygem-mysql2 SUBDIR += rubygem-pg SUBDIR += rubygem-rbase SUBDIR += rubygem-redis SUBDIR += rubygem-redis-actionpack SUBDIR += rubygem-redis-namespace SUBDIR += rubygem-rubyrep SUBDIR += rubygem-seed-fu SUBDIR += rubygem-sqlite3 SUBDIR += rubygem-sqlite3-ruby SUBDIR += rubygem-tarantool SUBDIR += sfcgal SUBDIR += sharedance SUBDIR += skytools SUBDIR += slony1v2 SUBDIR += soci SUBDIR += spatialite SUBDIR += spatialite_gui SUBDIR += sqlbuddy SUBDIR += sqlcached SUBDIR += sqlcipher SUBDIR += sqlclient SUBDIR += sqldeveloper SUBDIR += sqlite-ext-miscfuncs SUBDIR += sqlite-ext-mobigroup SUBDIR += sqlite-ext-pcre SUBDIR += sqlite2 SUBDIR += sqlite3 SUBDIR += sqliteman SUBDIR += sqlitemanager SUBDIR += sqliteodbc SUBDIR += sqlrelay SUBDIR += sqsh SUBDIR += squirrel-sql SUBDIR += sybtcl SUBDIR += tablelog SUBDIR += tarantool SUBDIR += tcl-Mysql SUBDIR += tcl-sqlite3 SUBDIR += tdb SUBDIR += tdbc SUBDIR += tinycdb SUBDIR += tokyocabinet SUBDIR += tokyotyrant SUBDIR += tora SUBDIR += tuning-primer SUBDIR += twemproxy SUBDIR += unixODBC SUBDIR += useracc SUBDIR += usogres SUBDIR += vfront SUBDIR += virtuoso SUBDIR += vsqlite SUBDIR += wfb2sql SUBDIR += wmjsql SUBDIR += xapian-bindings SUBDIR += xapian-core SUBDIR += xapian-core10 SUBDIR += xtrabackup SUBDIR += yasql SUBDIR += zodb3 .include Index: head/databases/linux-c6-sqlite3/Makefile =================================================================== --- head/databases/linux-c6-sqlite3/Makefile (nonexistent) +++ head/databases/linux-c6-sqlite3/Makefile (revision 368845) @@ -0,0 +1,27 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= sqlite +PORTVERSION= 3.6.20 +CATEGORIES= databases linux +PKGNAMEPREFIX= linux-${USE_LINUX}- + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Library that implements an embeddable SQL database engine (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f8-sqlite3-[0-9]* linux-f10-sqlite3-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +RPMVERSION= 1.el6 +USE_LINUX_RPM= yes +BRANDELF_FILES= usr/bin/sqlite3 +USE_LDCONFIG= yes + +PLIST_FILES= usr/bin/sqlite3 usr/lib/libsqlite3.so.0 \ + usr/lib/libsqlite3.so.0.8.6 usr/share/man/man1/sqlite3.1.gz +DOCSDIR= ${PREFIX}/usr/share/doc/sqlite-${PORTVERSION} +PORTDOCS= README +DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr + +.include Property changes on: head/databases/linux-c6-sqlite3/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/linux-c6-sqlite3/distinfo.i686 =================================================================== --- head/databases/linux-c6-sqlite3/distinfo.i686 (nonexistent) +++ head/databases/linux-c6-sqlite3/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/sqlite-3.6.20-1.el6.i686.rpm) = abf3109c49e3fa3a159d6cb96057d9a72d193479cbb86dc6337ecfde9fa11304 +SIZE (rpm/i686/centos/6.5/sqlite-3.6.20-1.el6.i686.rpm) = 314024 +SHA256 (rpm/i686/centos/6.5/sqlite-3.6.20-1.el6.src.rpm) = f75ce08d6f66259df76adcb4a5551f6bc7b530ed524eb3da13689ffd475b34bd +SIZE (rpm/i686/centos/6.5/sqlite-3.6.20-1.el6.src.rpm) = 5324043 Property changes on: head/databases/linux-c6-sqlite3/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/linux-f10-sqlite3/Makefile =================================================================== --- head/databases/linux-f10-sqlite3/Makefile (revision 368844) +++ head/databases/linux-f10-sqlite3/Makefile (revision 368845) @@ -1,29 +1,29 @@ # Created by: bsam # $FreeBSD$ PORTNAME= sqlite3 PORTVERSION= 3.5.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- DISTNAME= sqlite-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Library that implements an embeddable SQL database engine (Linux Fedora 10) CONFLICTS= linux-f8-sqlite3-[0-9]* +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 4.fc10 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}/pkg-descr .include Index: head/devel/Makefile =================================================================== --- head/devel/Makefile (revision 368844) +++ head/devel/Makefile (revision 368845) @@ -1,4767 +1,4776 @@ # $FreeBSD$ # COMMENT = Development utilities SUBDIR += 9base SUBDIR += ChipmunkPhysics SUBDIR += ElectricFence SUBDIR += ORBit2 SUBDIR += ORBit2-reference SUBDIR += R-cran-Defaults SUBDIR += R-cran-Hmisc SUBDIR += R-cran-RUnit SUBDIR += R-cran-Rcpp SUBDIR += R-cran-bitops SUBDIR += R-cran-caTools SUBDIR += R-cran-caret SUBDIR += R-cran-chron SUBDIR += R-cran-foreach SUBDIR += R-cran-gbm SUBDIR += R-cran-gdata SUBDIR += R-cran-glmnet SUBDIR += R-cran-gsubfn SUBDIR += R-cran-gtools SUBDIR += R-cran-iterators SUBDIR += R-cran-itertools SUBDIR += R-cran-memoise SUBDIR += R-cran-microbenchmark SUBDIR += R-cran-plyr SUBDIR += R-cran-proto SUBDIR += R-cran-randomForest SUBDIR += R-cran-reshape SUBDIR += R-cran-reshape2 SUBDIR += SpecTcl SUBDIR += aap SUBDIR += abi-compliance-checker SUBDIR += ace SUBDIR += ace+tao-doc SUBDIR += acme SUBDIR += activitymail SUBDIR += adabooch SUBDIR += adacurses SUBDIR += adime SUBDIR += aegis SUBDIR += afay SUBDIR += ahven SUBDIR += aifad SUBDIR += alabastra SUBDIR += ald SUBDIR += alf SUBDIR += allegro SUBDIR += allegro-devel SUBDIR += alog SUBDIR += android-tools-adb SUBDIR += anjuta SUBDIR += anjuta-extras SUBDIR += antlr SUBDIR += antlrworks SUBDIR += apache-ant SUBDIR += api-sanity-autotest SUBDIR += apiextractor SUBDIR += apr1 SUBDIR += apr2 SUBDIR += arcanist SUBDIR += arduino SUBDIR += arduino-glcd SUBDIR += arduino-irremote SUBDIR += arduino-mk SUBDIR += argouml SUBDIR += argp-standalone SUBDIR += argtable SUBDIR += arm-elf-binutils SUBDIR += arm-gnueabi-binutils SUBDIR += armv6-freebsd10.0-xdev SUBDIR += aros-sdk SUBDIR += art SUBDIR += as31 SUBDIR += asl SUBDIR += asmutils SUBDIR += asmx SUBDIR += astah-community SUBDIR += astyle SUBDIR += atf SUBDIR += atlas SUBDIR += atlas-devel SUBDIR += autobook SUBDIR += autoconf SUBDIR += autoconf-archive SUBDIR += autoconf-wrapper SUBDIR += autoconf213 SUBDIR += autodia SUBDIR += autodist SUBDIR += autogen SUBDIR += automake SUBDIR += automake-wrapper SUBDIR += automake14 SUBDIR += automoc4 SUBDIR += autotools SUBDIR += avalon-framework SUBDIR += avarice SUBDIR += avce00 SUBDIR += avltree SUBDIR += avr-binutils SUBDIR += avr-gcc SUBDIR += avr-gcc-devel SUBDIR += avr-gdb SUBDIR += avr-libc SUBDIR += avra SUBDIR += avrdude SUBDIR += avro SUBDIR += avro-c SUBDIR += avro-cpp SUBDIR += awscli SUBDIR += bam SUBDIR += bcc SUBDIR += bcpp SUBDIR += beautifyphp SUBDIR += bennugd-core SUBDIR += bennugd-modules SUBDIR += bglibs SUBDIR += bicyclerepair SUBDIR += bin86 SUBDIR += binutils SUBDIR += bison SUBDIR += bisoncpp SUBDIR += blame SUBDIR += bmake SUBDIR += bmkdep SUBDIR += bncsutil-ghost++ SUBDIR += bnf SUBDIR += boaconstructor SUBDIR += boehm-gc SUBDIR += boehm-gc-redirect SUBDIR += boehm-gc-threaded SUBDIR += boost-all SUBDIR += boost-docs SUBDIR += boost-jam SUBDIR += boost-libs SUBDIR += boost-python-libs SUBDIR += boost_build SUBDIR += bouml-doc SUBDIR += bpython SUBDIR += bsdbuild SUBDIR += bsdcflow SUBDIR += bufferpool SUBDIR += bug-buddy SUBDIR += bugzilla44 SUBDIR += build SUBDIR += buildbot SUBDIR += buildbot-slave SUBDIR += buildtool SUBDIR += buildtool-doc SUBDIR += bullet SUBDIR += bunny SUBDIR += busybee SUBDIR += byacc SUBDIR += byaccj SUBDIR += bzr SUBDIR += bzr-builder SUBDIR += bzr-colo SUBDIR += bzr-explorer SUBDIR += bzr-externals SUBDIR += bzr-fastimport SUBDIR += bzr-git SUBDIR += bzr-gtk SUBDIR += bzr-loom SUBDIR += bzr-pipeline SUBDIR += bzr-rewrite SUBDIR += bzr-scmproj SUBDIR += bzr-stats SUBDIR += bzr-svn SUBDIR += bzr-upload SUBDIR += bzrtools SUBDIR += c-unit SUBDIR += c2mdoc SUBDIR += c4 SUBDIR += calibrator SUBDIR += capstone SUBDIR += cask SUBDIR += catch SUBDIR += cbind SUBDIR += cbrowser SUBDIR += cc65 SUBDIR += ccache SUBDIR += cccc SUBDIR += ccdoc SUBDIR += ccons SUBDIR += ccrtp SUBDIR += cdash SUBDIR += cdecl SUBDIR += cdialog SUBDIR += cdk SUBDIR += cedet SUBDIR += cervisia SUBDIR += cflow SUBDIR += cflow2vcg SUBDIR += cgdb SUBDIR += cgilib SUBDIR += cgit SUBDIR += cgprof SUBDIR += charva SUBDIR += checkbashisms SUBDIR += checkheaders SUBDIR += cherivis-devel SUBDIR += chrpath SUBDIR += chruby SUBDIR += cil SUBDIR += cityhash SUBDIR += cl-alexandria SUBDIR += cl-alexandria-sbcl SUBDIR += cl-asdf SUBDIR += cl-cffi SUBDIR += cl-cffi-sbcl SUBDIR += cl-infix SUBDIR += cl-infix-sbcl SUBDIR += cl-port SUBDIR += cl-port-sbcl SUBDIR += cl-split-sequence SUBDIR += cl-split-sequence-sbcl SUBDIR += cl-trivial-features SUBDIR += cl-trivial-features-sbcl SUBDIR += cl-trivial-gray-streams SUBDIR += cl-trivial-gray-streams-sbcl SUBDIR += cl-uffi SUBDIR += cl-uffi-sbcl SUBDIR += clanlib SUBDIR += clanlib1 SUBDIR += clanlib22 SUBDIR += cld SUBDIR += clewn SUBDIR += clig SUBDIR += clisp-hyperspec SUBDIR += clojure-cider SUBDIR += cmake SUBDIR += cmake-fedora SUBDIR += cmake-gui SUBDIR += cmake-modules SUBDIR += cmph SUBDIR += cmunge SUBDIR += cobf SUBDIR += cocaine-core SUBDIR += coccinelle SUBDIR += codeblocks SUBDIR += codeville SUBDIR += codeworker SUBDIR += colorgcc SUBDIR += colormake SUBDIR += commit-patch SUBDIR += common_lib SUBDIR += commoncpp SUBDIR += compiler-rt SUBDIR += compiz-bcop SUBDIR += concurrencykit SUBDIR += configkit SUBDIR += cons SUBDIR += cons-test SUBDIR += cook SUBDIR += courier-unicode SUBDIR += covtool SUBDIR += cowlib SUBDIR += cpan-upload SUBDIR += cpan-upload-http SUBDIR += cppcheck SUBDIR += cppi SUBDIR += cpptest SUBDIR += cppunit SUBDIR += cproto SUBDIR += cpuflags SUBDIR += creduce SUBDIR += cross-binutils SUBDIR += critcl SUBDIR += cscope SUBDIR += cscout SUBDIR += csmith SUBDIR += csoap SUBDIR += cssc SUBDIR += cstringbuffer SUBDIR += ctags SUBDIR += cunit SUBDIR += cut SUBDIR += cutils SUBDIR += cutter SUBDIR += cvs SUBDIR += cvs+ipv6 SUBDIR += cvs-devel SUBDIR += cvs-syncmail SUBDIR += cvs2cl SUBDIR += cvs2darcs SUBDIR += cvs2html SUBDIR += cvs2p4 SUBDIR += cvs2svn SUBDIR += cvsadmin SUBDIR += cvsbook SUBDIR += cvschangelogbuilder SUBDIR += cvschk SUBDIR += cvsd SUBDIR += cvsdadm SUBDIR += cvsdelta SUBDIR += cvsdiff2patch SUBDIR += cvsgraph SUBDIR += cvslines SUBDIR += cvsmonitor SUBDIR += cvsplot SUBDIR += cvsps SUBDIR += cvsps-devel SUBDIR += cvsspam SUBDIR += cvstrac SUBDIR += cvsutils SUBDIR += cvsweb SUBDIR += cvsweb3 SUBDIR += cvswrap SUBDIR += cweb SUBDIR += cx_Freeze SUBDIR += cxmon SUBDIR += cxref SUBDIR += cxxtest SUBDIR += cxxtools SUBDIR += d-feet SUBDIR += darts SUBDIR += dash.el SUBDIR += dasm SUBDIR += datadraw SUBDIR += dbus SUBDIR += dbus-glib SUBDIR += dbus-qt4 SUBDIR += dbus-qt5 SUBDIR += dbus-sharp SUBDIR += dbus-sharp-glib SUBDIR += dbus-tcl SUBDIR += dcmtk SUBDIR += dconf SUBDIR += dconf-editor SUBDIR += ddd SUBDIR += dee SUBDIR += deforaos-libsystem SUBDIR += deheader SUBDIR += delta SUBDIR += desktop-file-utils SUBDIR += dev86 SUBDIR += devhelp SUBDIR += devtodo SUBDIR += dfuife-curses SUBDIR += dia2code SUBDIR += diffuse SUBDIR += ding-libs SUBDIR += directfb SUBDIR += dissy SUBDIR += distcc SUBDIR += distel SUBDIR += distorm SUBDIR += ditrack SUBDIR += dits SUBDIR += djgpp-binutils SUBDIR += djgpp-crx SUBDIR += dmake SUBDIR += dmalloc SUBDIR += dmucs SUBDIR += doctorj SUBDIR += dolphin-plugins SUBDIR += dotconf SUBDIR += dotconf++ SUBDIR += doxygen SUBDIR += dparser SUBDIR += dprog SUBDIR += dragon SUBDIR += dreampie SUBDIR += drpython SUBDIR += dulwich SUBDIR += duplo SUBDIR += dwarfdump SUBDIR += dxa65 SUBDIR += dyncall SUBDIR += e00compr SUBDIR += e2fsprogs-libss SUBDIR += e_dbus SUBDIR += easygit SUBDIR += eblob SUBDIR += ebnf2yacc SUBDIR += ecb SUBDIR += ecgi SUBDIR += ecore SUBDIR += ecore-file SUBDIR += ecore-ipc SUBDIR += ecore-main SUBDIR += edb SUBDIR += eet SUBDIR += eggdbus SUBDIR += egypt SUBDIR += eiffelstudio SUBDIR += eina SUBDIR += eio SUBDIR += elf SUBDIR += elfio SUBDIR += elfkickers SUBDIR += elfrc SUBDIR += elfsh SUBDIR += elftoaout SUBDIR += epl.el SUBDIR += epm SUBDIR += epydoc SUBDIR += eric4 SUBDIR += eris SUBDIR += esdl SUBDIR += etcd SUBDIR += etcdctl SUBDIR += etl SUBDIR += euca2ools SUBDIR += eventxx SUBDIR += evolution-gconf-tools SUBDIR += exercisix SUBDIR += f77flow SUBDIR += fam SUBDIR += fastcrc SUBDIR += fb303 SUBDIR += fc++ SUBDIR += ffcall SUBDIR += fga SUBDIR += fhist SUBDIR += fib SUBDIR += firmware-utils SUBDIR += fistgen SUBDIR += flatzebra SUBDIR += flex-sdk SUBDIR += flex-sdk35 SUBDIR += flexdock SUBDIR += flexjson SUBDIR += flickrnet SUBDIR += florist-gpl SUBDIR += flyspray SUBDIR += fmake SUBDIR += fnccheck SUBDIR += fnorb SUBDIR += fortran-utils SUBDIR += fortytwo-encore SUBDIR += fossil SUBDIR += fpc-bfd SUBDIR += fpc-dbus SUBDIR += fpc-fcl-async SUBDIR += fpc-fcl-base SUBDIR += fpc-fcl-db SUBDIR += fpc-fcl-extra SUBDIR += fpc-fcl-fpcunit SUBDIR += fpc-fcl-image SUBDIR += fpc-fcl-js SUBDIR += fpc-fcl-json SUBDIR += fpc-fcl-net SUBDIR += fpc-fcl-passrc SUBDIR += fpc-fcl-process SUBDIR += fpc-fcl-registry SUBDIR += fpc-fcl-res SUBDIR += fpc-fcl-web SUBDIR += fpc-fcl-xml SUBDIR += fpc-fpmkunit SUBDIR += fpc-fppkg SUBDIR += fpc-fv SUBDIR += fpc-gdbint SUBDIR += fpc-newt SUBDIR += fpc-pthreads SUBDIR += fpc-regexpr SUBDIR += fpc-sdl SUBDIR += fpc-symbolic SUBDIR += fpc-zlib SUBDIR += fpp SUBDIR += frama-c SUBDIR += freeocl SUBDIR += frink SUBDIR += fsmgenerator SUBDIR += ftjam SUBDIR += ftnchek SUBDIR += fuel SUBDIR += fujaba SUBDIR += funnelweb SUBDIR += gaa SUBDIR += gamin SUBDIR += gaphor SUBDIR += gauche-readline SUBDIR += gaul SUBDIR += gazpacho SUBDIR += gcc-arm-embedded SUBDIR += gccmakedep SUBDIR += gconf2 SUBDIR += gconf2-reference SUBDIR += gconfmm26 SUBDIR += gcvs SUBDIR += gdb SUBDIR += gdb66 SUBDIR += gdbmods SUBDIR += gdcm SUBDIR += geany SUBDIR += geany-plugin-addons SUBDIR += geany-plugin-codenav SUBDIR += geany-plugin-commander SUBDIR += geany-plugin-debugger SUBDIR += geany-plugin-devhelp SUBDIR += geany-plugin-doc SUBDIR += geany-plugin-extrasel SUBDIR += geany-plugin-gendoc SUBDIR += geany-plugin-geniuspaste SUBDIR += geany-plugin-gproject SUBDIR += geany-plugin-insertnum SUBDIR += geany-plugin-latex SUBDIR += geany-plugin-lipsum SUBDIR += geany-plugin-lua SUBDIR += geany-plugin-macro SUBDIR += geany-plugin-miniscript SUBDIR += geany-plugin-multiterm SUBDIR += geany-plugin-numberedbookmarks SUBDIR += geany-plugin-pg SUBDIR += geany-plugin-pretty-printer SUBDIR += geany-plugin-prj SUBDIR += geany-plugin-scope SUBDIR += geany-plugin-sendmail SUBDIR += geany-plugin-shiftcolumn SUBDIR += geany-plugin-spellcheck SUBDIR += geany-plugin-tableconvert SUBDIR += geany-plugin-treebrowser SUBDIR += geany-plugin-updatechecker SUBDIR += geany-plugin-vc SUBDIR += geany-plugin-webhelper SUBDIR += geany-plugin-xmlsnippets SUBDIR += geany-plugins SUBDIR += geany-plugins-l10n SUBDIR += gearmand SUBDIR += gearmand-devel SUBDIR += gecode SUBDIR += generate SUBDIR += generatorrunner SUBDIR += gengetopt SUBDIR += genproto SUBDIR += geoip-java SUBDIR += gettext SUBDIR += gettext-lint SUBDIR += gettext-msghack SUBDIR += gflags SUBDIR += giggle SUBDIR += gindent SUBDIR += gio-sharp SUBDIR += git SUBDIR += git-bzr-ng SUBDIR += git-merge-changelog SUBDIR += git-modes SUBDIR += git-review SUBDIR += git-subversion SUBDIR += gitg SUBDIR += gitg0 SUBDIR += gitolite SUBDIR += gitolite2 SUBDIR += gitphp SUBDIR += gittrac SUBDIR += glade2 SUBDIR += glade3 SUBDIR += glademm SUBDIR += glib12 SUBDIR += glib20 SUBDIR += glib20-reference SUBDIR += glibmm SUBDIR += glibmm-reference SUBDIR += global SUBDIR += glog SUBDIR += glrparser SUBDIR += glui SUBDIR += gmake SUBDIR += gmake-lite SUBDIR += gnatcoll SUBDIR += gnatpython SUBDIR += gnome-common SUBDIR += gnome-js-common SUBDIR += gnome-vfs SUBDIR += gnome-vfs-monikers SUBDIR += gnome-vfs-reference SUBDIR += gnome-vfsmm SUBDIR += gnome2-hacker-tools SUBDIR += gnucflow SUBDIR += gnulib SUBDIR += gnulibiberty SUBDIR += gnustep SUBDIR += gnustep-make SUBDIR += go-flags SUBDIR += go-hashicorp-logutils SUBDIR += go-json-rest SUBDIR += go-pretty SUBDIR += go-runewidth SUBDIR += go-sql-driver SUBDIR += go-termbox SUBDIR += gob2 SUBDIR += gobject-introspection SUBDIR += goffice SUBDIR += goffice010 SUBDIR += google-gdata SUBDIR += google-perftools SUBDIR += google-sparsehash SUBDIR += google-styleguide SUBDIR += googlemock SUBDIR += googletest SUBDIR += goprotobuf SUBDIR += gorm SUBDIR += gperf SUBDIR += gprbuild SUBDIR += gps SUBDIR += gpsim SUBDIR += gputils SUBDIR += gradle SUBDIR += grantlee SUBDIR += gsettings-desktop-schemas SUBDIR += gsoap SUBDIR += gstreamer-plugins-gconf SUBDIR += gstreamer-plugins-gio SUBDIR += gstreamer-plugins-gnomevfs SUBDIR += gstreamer-plugins-sdl SUBDIR += gstreamer-plugins-soup SUBDIR += gstreamer1-plugins-soup SUBDIR += gtgt SUBDIR += gtkparasite SUBDIR += gtranslator SUBDIR += guichan SUBDIR += guikachu SUBDIR += guile-lib SUBDIR += guiloader SUBDIR += guiloader-c++ SUBDIR += gvfs SUBDIR += gwenhywfar SUBDIR += gwenhywfar-fox16 SUBDIR += gwenhywfar-gtk2 SUBDIR += gwenhywfar-qt4 SUBDIR += gzstream SUBDIR += hachoir-core SUBDIR += hachoir-parser SUBDIR += hachoir-regex SUBDIR += hadoop SUBDIR += hadoop2 SUBDIR += hapy SUBDIR += hcs12mem SUBDIR += hexcompare SUBDIR += hg-git SUBDIR += hgreviewboard SUBDIR += hgsvn SUBDIR += hgview SUBDIR += highlighterkit SUBDIR += horde-content SUBDIR += horde-timeobjects SUBDIR += horde-whups SUBDIR += hp48cc SUBDIR += hp48xgcc SUBDIR += hs-BNFC SUBDIR += hs-Boolean SUBDIR += hs-ConfigFile SUBDIR += hs-DrIFT SUBDIR += hs-Glob SUBDIR += hs-HUnit SUBDIR += hs-IfElse SUBDIR += hs-List SUBDIR += hs-MaybeT SUBDIR += hs-MemoTrie SUBDIR += hs-MissingH SUBDIR += hs-MonadCatchIO-mtl SUBDIR += hs-MonadCatchIO-transformers SUBDIR += hs-MonadRandom SUBDIR += hs-ObjectName SUBDIR += hs-PSQueue SUBDIR += hs-QuickCheck SUBDIR += hs-ReadArgs SUBDIR += hs-STMonadTrans SUBDIR += hs-SafeSemaphore SUBDIR += hs-Stream SUBDIR += hs-TypeCompose SUBDIR += hs-abstract-deque SUBDIR += hs-abstract-par SUBDIR += hs-activehs-base SUBDIR += hs-alex SUBDIR += hs-ansi-terminal SUBDIR += hs-ansi-wl-pprint SUBDIR += hs-arrows SUBDIR += hs-asn1-data SUBDIR += hs-asn1-encoding SUBDIR += hs-asn1-parse SUBDIR += hs-asn1-types SUBDIR += hs-async SUBDIR += hs-atomic-primops SUBDIR += hs-auto-update SUBDIR += hs-base-unicode-symbols SUBDIR += hs-base16-bytestring SUBDIR += hs-base64-bytestring SUBDIR += hs-basic-prelude SUBDIR += hs-bifunctors SUBDIR += hs-bits-atomic SUBDIR += hs-blaze-builder SUBDIR += hs-blaze-builder-enumerator SUBDIR += hs-blaze-textual SUBDIR += hs-bloomfilter SUBDIR += hs-boxes SUBDIR += hs-bsd-sysctl SUBDIR += hs-byteable SUBDIR += hs-byteorder SUBDIR += hs-bytestring-nums SUBDIR += hs-bytestring-show SUBDIR += hs-c2hs SUBDIR += hs-cabal-install SUBDIR += hs-cereal SUBDIR += hs-checkers SUBDIR += hs-chunked-data SUBDIR += hs-classy-prelude SUBDIR += hs-classy-prelude-conduit SUBDIR += hs-cmdargs SUBDIR += hs-conduit SUBDIR += hs-conduit-combinators SUBDIR += hs-conduit-extra SUBDIR += hs-configurator SUBDIR += hs-convertible SUBDIR += hs-cpphs SUBDIR += hs-darcs SUBDIR += hs-data-default SUBDIR += hs-data-default-class SUBDIR += hs-data-default-instances-base SUBDIR += hs-data-default-instances-containers SUBDIR += hs-data-default-instances-dlist SUBDIR += hs-data-default-instances-old-locale SUBDIR += hs-data-hash SUBDIR += hs-data-pprint SUBDIR += hs-date-cache SUBDIR += hs-datetime SUBDIR += hs-deepseq-generics SUBDIR += hs-directory-tree SUBDIR += hs-dlist SUBDIR += hs-dlist-instances SUBDIR += hs-edit-distance SUBDIR += hs-either SUBDIR += hs-enclosed-exceptions SUBDIR += hs-enumerator SUBDIR += hs-equivalence SUBDIR += hs-errors SUBDIR += hs-exceptions SUBDIR += hs-extensible-exceptions SUBDIR += hs-fast-logger SUBDIR += hs-fgl SUBDIR += hs-file-embed SUBDIR += hs-filemanip SUBDIR += hs-filestore SUBDIR += hs-free SUBDIR += hs-fsnotify SUBDIR += hs-gconf SUBDIR += hs-generic-deriving SUBDIR += hs-geniplate SUBDIR += hs-ghc-events SUBDIR += hs-ghc-mtl SUBDIR += hs-ghc-paths SUBDIR += hs-gio SUBDIR += hs-git-annex SUBDIR += hs-glade SUBDIR += hs-glib SUBDIR += hs-gtk2hs-buildtools SUBDIR += hs-haddock SUBDIR += hs-haddock-library SUBDIR += hs-happy SUBDIR += hs-hashable SUBDIR += hs-hashed-storage SUBDIR += hs-hashtables SUBDIR += hs-haskell-platform SUBDIR += hs-haskell-src SUBDIR += hs-haskell-src-exts SUBDIR += hs-hasktags SUBDIR += hs-hastache SUBDIR += hs-hinotify SUBDIR += hs-hint SUBDIR += hs-hlibev SUBDIR += hs-hlint SUBDIR += hs-hoogle SUBDIR += hs-hslogger SUBDIR += hs-hslua SUBDIR += hs-hspec SUBDIR += hs-hspec-expectations SUBDIR += hs-keys SUBDIR += hs-kqueue SUBDIR += hs-language-c SUBDIR += hs-language-javascript SUBDIR += hs-largeword SUBDIR += hs-lazysmallcheck SUBDIR += hs-lens SUBDIR += hs-lifted-base SUBDIR += hs-logict SUBDIR += hs-mmap SUBDIR += hs-mmorph SUBDIR += hs-monad-control SUBDIR += hs-monad-logger SUBDIR += hs-monad-loops SUBDIR += hs-monad-par SUBDIR += hs-monad-par-extras SUBDIR += hs-monads-tf SUBDIR += hs-mono-traversable SUBDIR += hs-mtl SUBDIR += hs-mueval SUBDIR += hs-murmur-hash SUBDIR += hs-optparse-applicative SUBDIR += hs-parallel SUBDIR += hs-pcre-light SUBDIR += hs-prelude-extras SUBDIR += hs-prettyclass SUBDIR += hs-primitive SUBDIR += hs-profunctors SUBDIR += hs-project-template SUBDIR += hs-quickcheck-io SUBDIR += hs-random SUBDIR += hs-ranges SUBDIR += hs-readline SUBDIR += hs-reflection SUBDIR += hs-resource-pool SUBDIR += hs-resourcet SUBDIR += hs-safe SUBDIR += hs-scientific SUBDIR += hs-securemem SUBDIR += hs-setenv SUBDIR += hs-shake SUBDIR += hs-show SUBDIR += hs-silently SUBDIR += hs-simple-reflect SUBDIR += hs-smallcheck SUBDIR += hs-split SUBDIR += hs-stm SUBDIR += hs-stm-chans SUBDIR += hs-streaming-commons SUBDIR += hs-strict SUBDIR += hs-syb SUBDIR += hs-syb-with-class SUBDIR += hs-syb-with-class-instances-text SUBDIR += hs-system-fileio SUBDIR += hs-system-filepath SUBDIR += hs-tagged SUBDIR += hs-temporary SUBDIR += hs-test-framework SUBDIR += hs-test-framework-hunit SUBDIR += hs-test-framework-quickcheck2 SUBDIR += hs-testpack SUBDIR += hs-text SUBDIR += hs-text-icu SUBDIR += hs-tf-random SUBDIR += hs-threads SUBDIR += hs-threadscope SUBDIR += hs-time-compat SUBDIR += hs-timezone-olson SUBDIR += hs-timezone-series SUBDIR += hs-transformers-base SUBDIR += hs-transformers-compat SUBDIR += hs-unamb SUBDIR += hs-uniplate SUBDIR += hs-unix-compat SUBDIR += hs-unix-time SUBDIR += hs-unordered-containers SUBDIR += hs-utf8-light SUBDIR += hs-utf8-string SUBDIR += hs-utility-ht SUBDIR += hs-uuagc SUBDIR += hs-uuagc-bootstrap SUBDIR += hs-uuagc-cabal SUBDIR += hs-uuid SUBDIR += hs-uulib SUBDIR += hs-vault SUBDIR += hs-vector SUBDIR += hs-vector-algorithms SUBDIR += hs-vector-binary-instances SUBDIR += hs-vector-instances SUBDIR += hs-vector-th-unbox SUBDIR += hs-void SUBDIR += hs-word8 SUBDIR += htable SUBDIR += hub SUBDIR += hwloc SUBDIR += ice SUBDIR += icmake SUBDIR += icu SUBDIR += idutils SUBDIR += ifd-test SUBDIR += imake SUBDIR += inilib SUBDIR += iniparser SUBDIR += initutil SUBDIR += insight SUBDIR += ioncube SUBDIR += ipython SUBDIR += ireport SUBDIR += isl SUBDIR += itext SUBDIR += i386-linux-binutils SUBDIR += jakarta-commons-configuration SUBDIR += jakarta-commons-daemon SUBDIR += jakarta-commons-io SUBDIR += jakarta-commons-jxpath SUBDIR += jakarta-commons-modeler SUBDIR += jam SUBDIR += jansson SUBDIR += java-findbugs SUBDIR += java-util-concurrent SUBDIR += javolution SUBDIR += jclassinfo SUBDIR += jcmdline SUBDIR += jech-dht SUBDIR += jenkins SUBDIR += jenkins-lts SUBDIR += jep SUBDIR += jgoodies-common SUBDIR += jiic SUBDIR += jline SUBDIR += jna SUBDIR += jrtplib SUBDIR += jsap SUBDIR += jsl SUBDIR += jsmin SUBDIR += json-c SUBDIR += json-glib SUBDIR += jsoncpp SUBDIR += jtag SUBDIR += judy SUBDIR += jwasm SUBDIR += k8048 SUBDIR += kBuild SUBDIR += kapptemplate SUBDIR += kaptain SUBDIR += kcachegrind SUBDIR += kdbg SUBDIR += kde-dev-scripts SUBDIR += kde-dev-utils SUBDIR += kdebindings4 SUBDIR += kdesdk4 SUBDIR += kdesdk4-kioslaves SUBDIR += kdesdk4-strigi-analyzers SUBDIR += kdesdk4-thumbnailers SUBDIR += kdesvn-kde4 SUBDIR += kdevelop-kde4 SUBDIR += kdevelop-pg-qt SUBDIR += kdevelop-php SUBDIR += kdevelop-php-docs SUBDIR += kdevplatform SUBDIR += kickassembler SUBDIR += kimwitu SUBDIR += kyra SUBDIR += kyua SUBDIR += lasi SUBDIR += lcov SUBDIR += leaktracer SUBDIR += leiningen SUBDIR += lemon SUBDIR += lfcbase SUBDIR += lfcxml SUBDIR += libIDL SUBDIR += libPropList SUBDIR += libafterbase SUBDIR += liballium SUBDIR += libantlr3c SUBDIR += libarena SUBDIR += libassa SUBDIR += libassetml SUBDIR += libast SUBDIR += libatomic_ops SUBDIR += libaura SUBDIR += libavl SUBDIR += libbde SUBDIR += libbegemot SUBDIR += libbfd SUBDIR += libbinio SUBDIR += libbnr SUBDIR += libbobcat SUBDIR += libbonobo SUBDIR += libbonobo-reference SUBDIR += libburn SUBDIR += libc++ SUBDIR += libccid SUBDIR += libcfg SUBDIR += libcfu SUBDIR += libcheck SUBDIR += libchipcard SUBDIR += libcidr SUBDIR += libcii SUBDIR += libclaw SUBDIR += libclc SUBDIR += libcli SUBDIR += libconfig SUBDIR += libconfuse SUBDIR += libcwd SUBDIR += libcxxrt SUBDIR += libdaemon SUBDIR += libdap SUBDIR += libdasm SUBDIR += libdatrie SUBDIR += libdbusmenu SUBDIR += libdbusmenu-qt SUBDIR += libdevq SUBDIR += libdfui SUBDIR += libdict SUBDIR += libdisasm SUBDIR += libdisorder SUBDIR += libdispatch SUBDIR += libdlmalloc SUBDIR += libdlna SUBDIR += libdnsres SUBDIR += libdombey SUBDIR += libdouble-conversion SUBDIR += libds SUBDIR += libdsp SUBDIR += libdwarf SUBDIR += libe SUBDIR += libedit SUBDIR += libee SUBDIR += libeio SUBDIR += libelf SUBDIR += libepp-nicbr SUBDIR += libesedb SUBDIR += libestr SUBDIR += libev SUBDIR += libevent-hiphop SUBDIR += libevent2 SUBDIR += libevt SUBDIR += libevtx SUBDIR += libewf SUBDIR += libexecinfo SUBDIR += libexplain SUBDIR += libffi SUBDIR += libfirm SUBDIR += libfortuna SUBDIR += libfreefare SUBDIR += libftdi SUBDIR += libftdi1 SUBDIR += libg19 SUBDIR += libg19draw SUBDIR += libgalago SUBDIR += libgamepad SUBDIR += libgdata SUBDIR += libgee SUBDIR += libgee06 SUBDIR += libgetline SUBDIR += libghthash SUBDIR += libgii SUBDIR += libgit2 SUBDIR += libglade2 SUBDIR += libglade2-reference SUBDIR += libglademm24 SUBDIR += libgpc SUBDIR += libgpkg SUBDIR += libgsf SUBDIR += libgta SUBDIR += libgtop SUBDIR += libgutenfetch SUBDIR += libhash SUBDIR += libhid SUBDIR += libhoard SUBDIR += libhtp SUBDIR += libical SUBDIR += libinotify SUBDIR += libiqxmlrpc SUBDIR += libisofs SUBDIR += libixp SUBDIR += libjson++ SUBDIR += libk8055 SUBDIR += libkgapi SUBDIR += libklel SUBDIR += libkolab SUBDIR += liblangtag SUBDIR += liblas SUBDIR += liblcfg SUBDIR += libleaftag SUBDIR += liblnk SUBDIR += liblogging SUBDIR += liblognorm SUBDIR += liblouis SUBDIR += liblouisxml SUBDIR += libltdl SUBDIR += libmaa SUBDIR += libmatheval SUBDIR += libmba SUBDIR += libmcs SUBDIR += libmimedir SUBDIR += libmonetra SUBDIR += libmowgli SUBDIR += libmowgli2 SUBDIR += libmpcbdm SUBDIR += libmpsse SUBDIR += libmsiecf SUBDIR += libmsocket SUBDIR += libmtrie SUBDIR += libnaji SUBDIR += libnfc SUBDIR += libnotify SUBDIR += libnxt SUBDIR += liboil SUBDIR += libol SUBDIR += libole2 SUBDIR += libolecf SUBDIR += liboobs SUBDIR += liboop SUBDIR += libopencm3 SUBDIR += libopendaap SUBDIR += libopensync SUBDIR += libopensync022 SUBDIR += libopkele SUBDIR += liborcus SUBDIR += libosinfo SUBDIR += libosmo-abis SUBDIR += libosmo-sccp SUBDIR += libosmocore SUBDIR += libowfat SUBDIR += libpafe SUBDIR += libpafe-ruby SUBDIR += libpasori SUBDIR += libpci SUBDIR += libpciaccess SUBDIR += libpdel SUBDIR += libpeak SUBDIR += libpeas SUBDIR += libpff SUBDIR += libphish SUBDIR += libphk SUBDIR += libphutil SUBDIR += libplist SUBDIR += libpo6 SUBDIR += libpthread-stubs SUBDIR += libqcow SUBDIR += libqxt SUBDIR += librcc SUBDIR += librcd SUBDIR += libreadline-java SUBDIR += libredblack SUBDIR += libregf SUBDIR += librelp SUBDIR += librest SUBDIR += librevisa SUBDIR += librevisa-vish SUBDIR += libruin SUBDIR += libs11n SUBDIR += libserialport SUBDIR += libserver SUBDIR += libshbuf SUBDIR += libshhmsg SUBDIR += libshhopt SUBDIR += libsigc++12 SUBDIR += libsigc++20 SUBDIR += libsigcx SUBDIR += libsigrok SUBDIR += libsigrokdecode SUBDIR += libsigsegv SUBDIR += libslang2 SUBDIR += libsmdev SUBDIR += libsmpp34 SUBDIR += libsmraw SUBDIR += libsoup SUBDIR += libsoup-gnome SUBDIR += libsoup-reference SUBDIR += libspark2012 SUBDIR += libstatgrab SUBDIR += libstatgrab0 SUBDIR += libstrfunc SUBDIR += libstroke SUBDIR += libsysinfo SUBDIR += libtai SUBDIR += libtap SUBDIR += libtar SUBDIR += libtecla SUBDIR += libthai SUBDIR += libtifiles2 SUBDIR += libtool SUBDIR += libtpl SUBDIR += libublio SUBDIR += libukcprog SUBDIR += libunicode SUBDIR += libuninum SUBDIR += libunistring SUBDIR += libunwind SUBDIR += libuv SUBDIR += libvanessa_adt SUBDIR += libvanessa_logger SUBDIR += libvanessa_socket SUBDIR += libvc SUBDIR += libvhdi SUBDIR += libvirt SUBDIR += libvirt-glib SUBDIR += libvirt-java SUBDIR += libvmdk SUBDIR += libvolume_id SUBDIR += libvshadow SUBDIR += libwfut SUBDIR += libx86 SUBDIR += libxalloc SUBDIR += libxs SUBDIR += libytnef SUBDIR += libzookeeper SUBDIR += libzrtpcpp SUBDIR += libzvbi SUBDIR += lightning + SUBDIR += linux-c6-ncurses-base + SUBDIR += linux-c6-devtools + SUBDIR += linux-c6-dbus-glib + SUBDIR += linux-c6-qt47 + SUBDIR += linux-c6-dbus-libs + SUBDIR += linux-c6-libglade2 + SUBDIR += linux-c6-libpciaccess + SUBDIR += linux-c6-sdl12 + SUBDIR += linux-c6-nspr SUBDIR += linux-f10-allegro SUBDIR += linux-f10-dbus-glib SUBDIR += linux-f10-dbus-libs SUBDIR += linux-f10-devtools SUBDIR += linux-f10-libglade2 SUBDIR += linux-f10-libsigc++20 SUBDIR += linux-f10-ncurses-base SUBDIR += linux-f10-nspr SUBDIR += linux-f10-sdl12 SUBDIR += linux_kdump SUBDIR += linux_libusb SUBDIR += lion SUBDIR += llnextgen SUBDIR += llvm-devel SUBDIR += llvm32 SUBDIR += llvm33 SUBDIR += llvm34 SUBDIR += llvm35 SUBDIR += lm4tools SUBDIR += lmdbg SUBDIR += lndir SUBDIR += lnphost SUBDIR += lockfree-malloc SUBDIR += log4c SUBDIR += log4cplus SUBDIR += log4cpp SUBDIR += log4cxx SUBDIR += log4j SUBDIR += log4net SUBDIR += log4sh SUBDIR += log4shib SUBDIR += lokalize SUBDIR += loki SUBDIR += looks SUBDIR += love SUBDIR += love07 SUBDIR += love08 SUBDIR += love5 SUBDIR += lpc21isp SUBDIR += lrmi SUBDIR += lua-alien SUBDIR += lua-bitlib SUBDIR += lua-cjson SUBDIR += lua-gettext SUBDIR += lua-lgi SUBDIR += lua-lunit SUBDIR += lua-posix SUBDIR += lua-pty SUBDIR += lua-sysctl SUBDIR += luabind SUBDIR += luafilesystem SUBDIR += luafilesystem-51 SUBDIR += luajava SUBDIR += lutok SUBDIR += lwp SUBDIR += m17n-db SUBDIR += m17n-docs SUBDIR += m17n-lib SUBDIR += m4 SUBDIR += m6811-binutils SUBDIR += magit SUBDIR += make++ SUBDIR += makedepend SUBDIR += mate-common SUBDIR += matreshka SUBDIR += maven-ant-tasks SUBDIR += maven-wrapper SUBDIR += maven3 SUBDIR += maven31 SUBDIR += mcpp SUBDIR += mdds SUBDIR += meck SUBDIR += memcheck SUBDIR += menhir SUBDIR += mercator SUBDIR += mercurial SUBDIR += mercurialeclipse SUBDIR += mime SUBDIR += mimir SUBDIR += mingw32-bin-msvcrt SUBDIR += mingw32-binutils SUBDIR += mingw32-directx SUBDIR += mingw32-gcc SUBDIR += mingw32-libffi SUBDIR += mingw32-libyaml SUBDIR += mingw32-openssl SUBDIR += mingw32-pdcurses SUBDIR += mingw32-pthreads SUBDIR += mingw32-zlib SUBDIR += mingw64-binutils SUBDIR += mips64-binutils SUBDIR += mk SUBDIR += mk-configure SUBDIR += mkcmd SUBDIR += mm SUBDIR += mm-common SUBDIR += mongo-c-driver SUBDIR += mono-addins SUBDIR += monodevelop SUBDIR += monodevelop-database SUBDIR += monotone SUBDIR += monotone-viz SUBDIR += motor SUBDIR += mpatrol SUBDIR += mph SUBDIR += mq4cpp SUBDIR += msgpack SUBDIR += msp430-binutils SUBDIR += msp430-gcc SUBDIR += msp430-gdb SUBDIR += msp430-libc SUBDIR += msp430mcu SUBDIR += mspdebug SUBDIR += msrc0 SUBDIR += nana SUBDIR += nant SUBDIR += nasm SUBDIR += naturaldocs SUBDIR += ncc SUBDIR += ncnf SUBDIR += ncurses SUBDIR += ndesk-dbus SUBDIR += ndesk-dbus-glib SUBDIR += ndesk-options SUBDIR += netscape-java40 SUBDIR += newfile SUBDIR += newt SUBDIR += nglogc SUBDIR += nini SUBDIR += ninja SUBDIR += ninja-ide SUBDIR += node-thrift SUBDIR += notify-sharp SUBDIR += noweb SUBDIR += npth SUBDIR += nspr SUBDIR += ntopng-zmq SUBDIR += nxt-python SUBDIR += obby SUBDIR += obfuscatejs SUBDIR += ocaml-annexlib SUBDIR += ocaml-calendar SUBDIR += ocaml-camljava SUBDIR += ocaml-camlp5 SUBDIR += ocaml-camomile SUBDIR += ocaml-camomile-examples SUBDIR += ocaml-cfg SUBDIR += ocaml-classes SUBDIR += ocaml-cppo SUBDIR += ocaml-deriving-ocsigen SUBDIR += ocaml-equeue SUBDIR += ocaml-extlib SUBDIR += ocaml-findlib SUBDIR += ocaml-lacaml SUBDIR += ocaml-lwt SUBDIR += ocaml-magic SUBDIR += ocaml-opam SUBDIR += ocaml-ounit SUBDIR += ocaml-pcre SUBDIR += ocaml-pomap SUBDIR += ocaml-react SUBDIR += ocaml-res SUBDIR += ocaml-sdl SUBDIR += ocaml-sem SUBDIR += ocaml-sexplib SUBDIR += ocaml-typeconv SUBDIR += ocaml-ulex SUBDIR += ocaml-xstr SUBDIR += ocaml-xstrp4 SUBDIR += ocfpcsc SUBDIR += ode SUBDIR += ois SUBDIR += okteta SUBDIR += omake SUBDIR += omniNotify SUBDIR += omniORB SUBDIR += oniguruma SUBDIR += oniguruma4 SUBDIR += oniguruma5 SUBDIR += open-beagle SUBDIR += open-usp-tukubai SUBDIR += opencl SUBDIR += opencvs SUBDIR += opengrok SUBDIR += openocd SUBDIR += openvex SUBDIR += openwince-include SUBDIR += openzz SUBDIR += orc SUBDIR += osc SUBDIR += oserl SUBDIR += ossp-al SUBDIR += ossp-cfg SUBDIR += ossp-ex SUBDIR += ossp-l2 SUBDIR += ossp-val SUBDIR += ossp-var SUBDIR += ossp-xds SUBDIR += p4 SUBDIR += p4.el SUBDIR += p4api SUBDIR += p4d SUBDIR += p4delta SUBDIR += p4ftpd SUBDIR += p4genpatch SUBDIR += p4p SUBDIR += p4web SUBDIR += p5-AI-Pathfinding-AStar SUBDIR += p5-AI-Prolog SUBDIR += p5-Acme-Comment SUBDIR += p5-Acme-Damn SUBDIR += p5-Acme-MetaSyntactic SUBDIR += p5-Agent SUBDIR += p5-Algorithm-Accounting SUBDIR += p5-Algorithm-Annotate SUBDIR += p5-Algorithm-Binpack SUBDIR += p5-Algorithm-Bucketizer SUBDIR += p5-Algorithm-C3 SUBDIR += p5-Algorithm-ChooseSubsets SUBDIR += p5-Algorithm-Cluster SUBDIR += p5-Algorithm-Dependency SUBDIR += p5-Algorithm-Dependency-Objects SUBDIR += p5-Algorithm-Diff SUBDIR += p5-Algorithm-Evolutionary SUBDIR += p5-Algorithm-FloodControl SUBDIR += p5-Algorithm-IncludeExclude SUBDIR += p5-Algorithm-Interval2Prefix SUBDIR += p5-Algorithm-LCS SUBDIR += p5-Algorithm-LUHN SUBDIR += p5-Algorithm-MarkovChain SUBDIR += p5-Algorithm-Merge SUBDIR += p5-Algorithm-MinMax SUBDIR += p5-Algorithm-NaiveBayes SUBDIR += p5-Algorithm-Networksort SUBDIR += p5-Algorithm-Numerical-Shuffle SUBDIR += p5-Algorithm-Permute SUBDIR += p5-Algorithm-SVM SUBDIR += p5-Alias SUBDIR += p5-Alien-SDL SUBDIR += p5-Alzabo SUBDIR += p5-Any-Moose SUBDIR += p5-Any-Moose-Convert SUBDIR += p5-AnyData SUBDIR += p5-AnyEvent SUBDIR += p5-AnyEvent-AIO SUBDIR += p5-AnyEvent-Connection SUBDIR += p5-AnyEvent-DBI SUBDIR += p5-AnyEvent-DBI-Abstract SUBDIR += p5-AnyEvent-DBus SUBDIR += p5-AnyEvent-Filesys-Notify SUBDIR += p5-AnyEvent-Gearman SUBDIR += p5-AnyEvent-Graphite SUBDIR += p5-AnyEvent-I3 SUBDIR += p5-AnyEvent-MessagePack SUBDIR += p5-AnyEvent-RPC SUBDIR += p5-AnyEvent-Run SUBDIR += p5-AnyEvent-Subprocess SUBDIR += p5-AnyEvent-Task SUBDIR += p5-AnyEvent-Worker SUBDIR += p5-AnyMQ SUBDIR += p5-App-Build SUBDIR += p5-App-CLI SUBDIR += p5-App-CLI-Extension SUBDIR += p5-App-Cache SUBDIR += p5-App-Cmd SUBDIR += p5-App-Control SUBDIR += p5-App-FatPacker SUBDIR += p5-App-GitGot SUBDIR += p5-App-GitHub SUBDIR += p5-App-Info SUBDIR += p5-App-Options SUBDIR += p5-App-Rad SUBDIR += p5-App-SD SUBDIR += p5-App-SVN-Bisect SUBDIR += p5-App-Trace SUBDIR += p5-App-cpanminus SUBDIR += p5-App-cpanoutdated SUBDIR += p5-App-scan_prereqs_cpanfile SUBDIR += p5-AppConfig SUBDIR += p5-AppConfig-Std SUBDIR += p5-Array-Group SUBDIR += p5-Array-Iterator SUBDIR += p5-Array-Unique SUBDIR += p5-Array-Window SUBDIR += p5-Async-Interrupt SUBDIR += p5-Async-MergePoint SUBDIR += p5-AtExit SUBDIR += p5-Attribute-Handlers SUBDIR += p5-Attribute-Handlers-Prospective SUBDIR += p5-Attribute-Persistent SUBDIR += p5-AutoLoader SUBDIR += p5-AutoXS-Header SUBDIR += p5-B-Compiling SUBDIR += p5-B-Deobfuscate SUBDIR += p5-B-Generate SUBDIR += p5-B-Graph SUBDIR += p5-B-Hooks-EndOfScope SUBDIR += p5-B-Hooks-OP-Annotation SUBDIR += p5-B-Hooks-OP-Check SUBDIR += p5-B-Hooks-OP-Check-EntersubForCV SUBDIR += p5-B-Hooks-OP-PPAddr SUBDIR += p5-B-Hooks-Parser SUBDIR += p5-B-Keywords SUBDIR += p5-B-OPCheck SUBDIR += p5-B-Size2 SUBDIR += p5-B-Utils SUBDIR += p5-BFD SUBDIR += p5-BS-Event SUBDIR += p5-BSD-Resource SUBDIR += p5-BSD-devstat SUBDIR += p5-BSD-stat SUBDIR += p5-BZ-Client SUBDIR += p5-Badger SUBDIR += p5-Benchmark-Timer SUBDIR += p5-Best SUBDIR += p5-Bread-Board SUBDIR += p5-Bread-Board-Declare SUBDIR += p5-Bundle-Perl6 SUBDIR += p5-C-Scan SUBDIR += p5-CBOR-XS SUBDIR += p5-CHI SUBDIR += p5-CLASS SUBDIR += p5-CPAN-Changes SUBDIR += p5-CPAN-Checksums SUBDIR += p5-CPAN-DistnameInfo SUBDIR += p5-CPAN-Inject SUBDIR += p5-CPAN-Meta SUBDIR += p5-CPAN-Meta-Check SUBDIR += p5-CPAN-Meta-Requirements SUBDIR += p5-CPAN-Meta-YAML SUBDIR += p5-CPAN-Mini SUBDIR += p5-CPAN-Perl-Releases SUBDIR += p5-CPAN-Recent-Uploads SUBDIR += p5-CPAN-Reporter SUBDIR += p5-CPAN-Reporter-Smoker SUBDIR += p5-CPAN-SQLite SUBDIR += p5-CPAN-Site SUBDIR += p5-CPAN-Testers-Report SUBDIR += p5-CPAN-Uploader SUBDIR += p5-CPAN-YACSmoke SUBDIR += p5-CPANPLUS SUBDIR += p5-CPANPLUS-Dist-Build SUBDIR += p5-CPS SUBDIR += p5-Cache SUBDIR += p5-Cache-AgainstFile SUBDIR += p5-Cache-Cache SUBDIR += p5-Cache-FastMmap SUBDIR += p5-Cache-LRU SUBDIR += p5-Cache-Memcached-Tie SUBDIR += p5-Cache-Mmap SUBDIR += p5-Cache-Simple-TimedExpiry SUBDIR += p5-Cairo-GObject SUBDIR += p5-Calendar-Simple SUBDIR += p5-Callback-Frame SUBDIR += p5-Capture-Tiny SUBDIR += p5-Carp SUBDIR += p5-Carp-Always SUBDIR += p5-Carp-Always-Color SUBDIR += p5-Carp-Assert SUBDIR += p5-Carp-Assert-More SUBDIR += p5-Carp-Clan SUBDIR += p5-Carp-Clan-Share SUBDIR += p5-Carp-Datum SUBDIR += p5-Carp-REPL SUBDIR += p5-Cdk SUBDIR += p5-Check-ISA SUBDIR += p5-Child SUBDIR += p5-Chooser SUBDIR += p5-Class-Accessor SUBDIR += p5-Class-Accessor-Chained SUBDIR += p5-Class-Accessor-Children SUBDIR += p5-Class-Accessor-Complex SUBDIR += p5-Class-Accessor-Constructor SUBDIR += p5-Class-Accessor-Fast-Contained SUBDIR += p5-Class-Accessor-Fast-XS SUBDIR += p5-Class-Accessor-Grouped SUBDIR += p5-Class-Accessor-Installer SUBDIR += p5-Class-Accessor-Lite SUBDIR += p5-Class-Accessor-Lvalue SUBDIR += p5-Class-Accessor-Named SUBDIR += p5-Class-Adapter SUBDIR += p5-Class-AlzaboWrapper SUBDIR += p5-Class-ArrayObjects SUBDIR += p5-Class-AutoClass SUBDIR += p5-Class-Autouse SUBDIR += p5-Class-Base SUBDIR += p5-Class-BlackHole SUBDIR += p5-Class-C3 SUBDIR += p5-Class-C3-Adopt-NEXT SUBDIR += p5-Class-C3-Componentised SUBDIR += p5-Class-C3-XS SUBDIR += p5-Class-Closure SUBDIR += p5-Class-CodeStyler SUBDIR += p5-Class-Component SUBDIR += p5-Class-Constant SUBDIR += p5-Class-Container SUBDIR += p5-Class-Contract SUBDIR += p5-Class-Data-ConfigHash SUBDIR += p5-Class-Data-Inheritable SUBDIR += p5-Class-Date SUBDIR += p5-Class-Declare SUBDIR += p5-Class-Default SUBDIR += p5-Class-Delegation SUBDIR += p5-Class-ErrorHandler SUBDIR += p5-Class-Factory SUBDIR += p5-Class-Factory-Util SUBDIR += p5-Class-Field SUBDIR += p5-Class-Forward SUBDIR += p5-Class-Generate SUBDIR += p5-Class-Gomor SUBDIR += p5-Class-Handle SUBDIR += p5-Class-Hook SUBDIR += p5-Class-ISA SUBDIR += p5-Class-Inner SUBDIR += p5-Class-InsideOut SUBDIR += p5-Class-Inspector SUBDIR += p5-Class-Interfaces SUBDIR += p5-Class-Load SUBDIR += p5-Class-Load-XS SUBDIR += p5-Class-Loader SUBDIR += p5-Class-MakeMethods SUBDIR += p5-Class-Measure SUBDIR += p5-Class-Method-Modifiers SUBDIR += p5-Class-Method-Modifiers-Fast SUBDIR += p5-Class-MethodMaker SUBDIR += p5-Class-MethodMapper SUBDIR += p5-Class-Mix SUBDIR += p5-Class-Mixin SUBDIR += p5-Class-MixinFactory SUBDIR += p5-Class-Multimethods SUBDIR += p5-Class-Multimethods-Pure SUBDIR += p5-Class-NamedParms SUBDIR += p5-Class-Null SUBDIR += p5-Class-OOorNO SUBDIR += p5-Class-ObjectTemplate SUBDIR += p5-Class-ObjectTemplate-DB SUBDIR += p5-Class-Observable SUBDIR += p5-Class-ParmList SUBDIR += p5-Class-Prototyped SUBDIR += p5-Class-ReturnValue SUBDIR += p5-Class-Roles SUBDIR += p5-Class-STL-Containers SUBDIR += p5-Class-Singleton SUBDIR += p5-Class-Spiffy SUBDIR += p5-Class-StateMachine SUBDIR += p5-Class-Std SUBDIR += p5-Class-Std-Fast SUBDIR += p5-Class-Std-Utils SUBDIR += p5-Class-StrongSingleton SUBDIR += p5-Class-Tangram SUBDIR += p5-Class-Throwable SUBDIR += p5-Class-Tiny SUBDIR += p5-Class-Tom SUBDIR += p5-Class-Trigger SUBDIR += p5-Class-Unload SUBDIR += p5-Class-Virtual SUBDIR += p5-Class-WhiteHole SUBDIR += p5-Class-Workflow SUBDIR += p5-Class-XPath SUBDIR += p5-Class-XSAccessor SUBDIR += p5-Class-XSAccessor-Array SUBDIR += p5-Clone SUBDIR += p5-Clone-Fast SUBDIR += p5-Clone-More SUBDIR += p5-Clone-PP SUBDIR += p5-Code-Perl SUBDIR += p5-Commands-Guarded SUBDIR += p5-CommitBit SUBDIR += p5-Config-Any SUBDIR += p5-Config-ApacheFormat SUBDIR += p5-Config-Auto SUBDIR += p5-Config-AutoConf SUBDIR += p5-Config-Fast SUBDIR += p5-Config-General SUBDIR += p5-Config-GitLike SUBDIR += p5-Config-Grammar SUBDIR += p5-Config-INI SUBDIR += p5-Config-INI-Simple SUBDIR += p5-Config-Identity SUBDIR += p5-Config-IniFiles SUBDIR += p5-Config-IniHash SUBDIR += p5-Config-IniRegEx SUBDIR += p5-Config-JFDI SUBDIR += p5-Config-JSON SUBDIR += p5-Config-MVP SUBDIR += p5-Config-MVP-Reader-INI SUBDIR += p5-Config-Merge SUBDIR += p5-Config-Model SUBDIR += p5-Config-Model-Tester SUBDIR += p5-Config-MySQL SUBDIR += p5-Config-Objective SUBDIR += p5-Config-Options SUBDIR += p5-Config-Perl-V SUBDIR += p5-Config-Properties SUBDIR += p5-Config-Record SUBDIR += p5-Config-Setting SUBDIR += p5-Config-Simple SUBDIR += p5-Config-Std SUBDIR += p5-Config-Tiny SUBDIR += p5-Config-Versioned SUBDIR += p5-Config-Wrest SUBDIR += p5-Config-YAML SUBDIR += p5-ConfigReader SUBDIR += p5-ConfigReader-Simple SUBDIR += p5-Connector SUBDIR += p5-Const-Fast SUBDIR += p5-Context-Preserve SUBDIR += p5-Contextual-Return SUBDIR += p5-Coro SUBDIR += p5-Curses SUBDIR += p5-Curses-Application SUBDIR += p5-Curses-Forms SUBDIR += p5-Curses-UI SUBDIR += p5-Curses-Widgets SUBDIR += p5-Cvs SUBDIR += p5-Cwd-Guard SUBDIR += p5-DB_File-Lock SUBDIR += p5-Daemon-Control SUBDIR += p5-Dancer-Debug SUBDIR += p5-Danga-Socket SUBDIR += p5-Danga-Socket-Callback SUBDIR += p5-Data-ACL SUBDIR += p5-Data-Alias SUBDIR += p5-Data-Average SUBDIR += p5-Data-Bind SUBDIR += p5-Data-Capture SUBDIR += p5-Data-ClearSilver-HDF SUBDIR += p5-Data-Clone SUBDIR += p5-Data-Compare SUBDIR += p5-Data-Diver SUBDIR += p5-Data-Domain SUBDIR += p5-Data-Dump SUBDIR += p5-Data-Dump-Streamer SUBDIR += p5-Data-DumpXML SUBDIR += p5-Data-Dumper SUBDIR += p5-Data-Dumper-Concise SUBDIR += p5-Data-Dumper-Perltidy SUBDIR += p5-Data-Dumper-Simple SUBDIR += p5-Data-Flow SUBDIR += p5-Data-GUID SUBDIR += p5-Data-Grouper SUBDIR += p5-Data-HashArray SUBDIR += p5-Data-HexDump SUBDIR += p5-Data-Hexdumper SUBDIR += p5-Data-Hexify SUBDIR += p5-Data-Hierarchy SUBDIR += p5-Data-IEEE754 SUBDIR += p5-Data-Inherited SUBDIR += p5-Data-Inspect SUBDIR += p5-Data-Integer SUBDIR += p5-Data-JavaScript-Anon SUBDIR += p5-Data-Lazy SUBDIR += p5-Data-Localize SUBDIR += p5-Data-MessagePack SUBDIR += p5-Data-MessagePack-Stream SUBDIR += p5-Data-Miscellany SUBDIR += p5-Data-Model SUBDIR += p5-Data-ObjectDriver SUBDIR += p5-Data-OptList SUBDIR += p5-Data-Page-NoTotalEntries SUBDIR += p5-Data-ParseBinary SUBDIR += p5-Data-Path SUBDIR += p5-Data-Peek SUBDIR += p5-Data-Perl SUBDIR += p5-Data-Printer SUBDIR += p5-Data-Properties SUBDIR += p5-Data-Rand SUBDIR += p5-Data-Rand-Obscure SUBDIR += p5-Data-Random SUBDIR += p5-Data-Range-Compare SUBDIR += p5-Data-Record SUBDIR += p5-Data-Recursive-Encode SUBDIR += p5-Data-Remember SUBDIR += p5-Data-Rmap SUBDIR += p5-Data-RoundRobin SUBDIR += p5-Data-Rx SUBDIR += p5-Data-SExpression SUBDIR += p5-Data-Section SUBDIR += p5-Data-Section-Simple SUBDIR += p5-Data-Serializer SUBDIR += p5-Data-ShowTable SUBDIR += p5-Data-Stag SUBDIR += p5-Data-Stream-Bulk SUBDIR += p5-Data-Structure-Util SUBDIR += p5-Data-Swap SUBDIR += p5-Data-Table SUBDIR += p5-Data-Taxonomy-Tags SUBDIR += p5-Data-TemporaryBag SUBDIR += p5-Data-Throttler SUBDIR += p5-Data-Throttler-Memcached SUBDIR += p5-Data-Thunk SUBDIR += p5-Data-TreeDumper SUBDIR += p5-Data-TreeDumper-Renderer-GTK SUBDIR += p5-Data-Types SUBDIR += p5-Data-UUID SUBDIR += p5-Data-Uniqid SUBDIR += p5-Data-Util SUBDIR += p5-Data-Validate SUBDIR += p5-Data-Validator SUBDIR += p5-Data-Visitor SUBDIR += p5-Data-Visitor-Encode SUBDIR += p5-Data-Walk SUBDIR += p5-Date-Business SUBDIR += p5-Date-Calc SUBDIR += p5-Date-Calc-Iterator SUBDIR += p5-Date-Calc-XS SUBDIR += p5-Date-DayOfWeek SUBDIR += p5-Date-Easter SUBDIR += p5-Date-Extract SUBDIR += p5-Date-EzDate SUBDIR += p5-Date-Holidays-DK SUBDIR += p5-Date-ICal SUBDIR += p5-Date-ISO SUBDIR += p5-Date-Leapyear SUBDIR += p5-Date-Manip SUBDIR += p5-Date-Pcalc SUBDIR += p5-Date-Piece SUBDIR += p5-Date-Range SUBDIR += p5-Date-Roman SUBDIR += p5-Date-Simple SUBDIR += p5-DateConvert SUBDIR += p5-DateTime SUBDIR += p5-DateTime-Astro SUBDIR += p5-DateTime-Calendar-Chinese SUBDIR += p5-DateTime-Calendar-Christian SUBDIR += p5-DateTime-Calendar-Discordian SUBDIR += p5-DateTime-Calendar-FrenchRevolutionary SUBDIR += p5-DateTime-Calendar-Hebrew SUBDIR += p5-DateTime-Calendar-Japanese SUBDIR += p5-DateTime-Calendar-Julian SUBDIR += p5-DateTime-Calendar-Mayan SUBDIR += p5-DateTime-Calendar-Pataphysical SUBDIR += p5-DateTime-Cron-Simple SUBDIR += p5-DateTime-Event-Chinese SUBDIR += p5-DateTime-Event-Cron SUBDIR += p5-DateTime-Event-Easter SUBDIR += p5-DateTime-Event-ICal SUBDIR += p5-DateTime-Event-Lunar SUBDIR += p5-DateTime-Event-NameDay SUBDIR += p5-DateTime-Event-Random SUBDIR += p5-DateTime-Event-Recurrence SUBDIR += p5-DateTime-Event-SolarTerm SUBDIR += p5-DateTime-Event-Sunrise SUBDIR += p5-DateTime-Event-Zodiac SUBDIR += p5-DateTime-Fiscal-Year SUBDIR += p5-DateTime-Format-Baby SUBDIR += p5-DateTime-Format-Bork SUBDIR += p5-DateTime-Format-Builder SUBDIR += p5-DateTime-Format-DBI SUBDIR += p5-DateTime-Format-DateManip SUBDIR += p5-DateTime-Format-DateParse SUBDIR += p5-DateTime-Format-Duration SUBDIR += p5-DateTime-Format-Epoch SUBDIR += p5-DateTime-Format-Excel SUBDIR += p5-DateTime-Format-Flexible SUBDIR += p5-DateTime-Format-HTTP SUBDIR += p5-DateTime-Format-IBeat SUBDIR += p5-DateTime-Format-ICal SUBDIR += p5-DateTime-Format-ISO8601 SUBDIR += p5-DateTime-Format-Mail SUBDIR += p5-DateTime-Format-MySQL SUBDIR += p5-DateTime-Format-Natural SUBDIR += p5-DateTime-Format-Oracle SUBDIR += p5-DateTime-Format-Pg SUBDIR += p5-DateTime-Format-RFC3339 SUBDIR += p5-DateTime-Format-RSS SUBDIR += p5-DateTime-Format-Roman SUBDIR += p5-DateTime-Format-SQLite SUBDIR += p5-DateTime-Format-Strptime SUBDIR += p5-DateTime-Format-W3CDTF SUBDIR += p5-DateTime-Format-XSD SUBDIR += p5-DateTime-Functions SUBDIR += p5-DateTime-HiRes SUBDIR += p5-DateTime-Incomplete SUBDIR += p5-DateTime-Locale SUBDIR += p5-DateTime-Precise SUBDIR += p5-DateTime-Set SUBDIR += p5-DateTime-TimeZone SUBDIR += p5-DateTime-TimeZone-Alias SUBDIR += p5-DateTime-TimeZone-LMT SUBDIR += p5-DateTime-Util-Astro SUBDIR += p5-DateTime-Util-Calc SUBDIR += p5-DateTimeX-Easy SUBDIR += p5-Debug-Client SUBDIR += p5-Decision-ACL SUBDIR += p5-Declare-Constraints-Simple SUBDIR += p5-Devel-ArgNames SUBDIR += p5-Devel-Autoflush SUBDIR += p5-Devel-Backtrace SUBDIR += p5-Devel-BeginLift SUBDIR += p5-Devel-CallChecker SUBDIR += p5-Devel-Caller SUBDIR += p5-Devel-Caller-IgnoreNamespaces SUBDIR += p5-Devel-Caller-Perl SUBDIR += p5-Devel-Callsite SUBDIR += p5-Devel-CheckBin SUBDIR += p5-Devel-CheckCompiler SUBDIR += p5-Devel-CheckLib SUBDIR += p5-Devel-CheckOS SUBDIR += p5-Devel-Constants SUBDIR += p5-Devel-CoreStack SUBDIR += p5-Devel-Cover SUBDIR += p5-Devel-Cover-Report-Clover SUBDIR += p5-Devel-Cycle SUBDIR += p5-Devel-DProfPP SUBDIR += p5-Devel-Declare SUBDIR += p5-Devel-Declare-Parser SUBDIR += p5-Devel-Diagram SUBDIR += p5-Devel-Ditto SUBDIR += p5-Devel-Dumpvar SUBDIR += p5-Devel-EvalContext SUBDIR += p5-Devel-Events SUBDIR += p5-Devel-Events-Objects SUBDIR += p5-Devel-FindPerl SUBDIR += p5-Devel-Gladiator SUBDIR += p5-Devel-GlobalDestruction SUBDIR += p5-Devel-GlobalDestruction-XS SUBDIR += p5-Devel-Hide SUBDIR += p5-Devel-KYTProf SUBDIR += p5-Devel-Leak SUBDIR += p5-Devel-Leak-Cb SUBDIR += p5-Devel-Leak-Object SUBDIR += p5-Devel-LeakGuard-Object SUBDIR += p5-Devel-LeakTrace SUBDIR += p5-Devel-LexAlias SUBDIR += p5-Devel-MAT SUBDIR += p5-Devel-Messenger SUBDIR += p5-Devel-Modlist SUBDIR += p5-Devel-NYTProf SUBDIR += p5-Devel-PPPort SUBDIR += p5-Devel-PackagePath SUBDIR += p5-Devel-PartialDump SUBDIR += p5-Devel-PatchPerl SUBDIR += p5-Devel-Pointer SUBDIR += p5-Devel-Profile SUBDIR += p5-Devel-Profiler SUBDIR += p5-Devel-REPL SUBDIR += p5-Devel-Refactor SUBDIR += p5-Devel-Refcount SUBDIR += p5-Devel-Required SUBDIR += p5-Devel-RingBuffer SUBDIR += p5-Devel-STrace SUBDIR += p5-Devel-SimpleTrace SUBDIR += p5-Devel-Size SUBDIR += p5-Devel-Size-Report SUBDIR += p5-Devel-SmallProf SUBDIR += p5-Devel-StackTrace SUBDIR += p5-Devel-StackTrace-AsHTML SUBDIR += p5-Devel-StackTrace-WithLexicals SUBDIR += p5-Devel-StealthDebug SUBDIR += p5-Devel-Symdump SUBDIR += p5-Devel-Timer SUBDIR += p5-Devel-Trace SUBDIR += p5-Devel-TraceCalls SUBDIR += p5-Devel-TraceUse SUBDIR += p5-Devel-ebug SUBDIR += p5-Devel-ptkdb SUBDIR += p5-Device-USB SUBDIR += p5-Digest-TransformPath SUBDIR += p5-Dir-Project SUBDIR += p5-Dir-Self SUBDIR += p5-Dir-Watch SUBDIR += p5-Directory-Queue SUBDIR += p5-Directory-Scratch SUBDIR += p5-Directory-Scratch-Structured SUBDIR += p5-Dist-CheckConflicts SUBDIR += p5-Dist-Joseki SUBDIR += p5-Dist-Metadata SUBDIR += p5-Dist-Zilla SUBDIR += p5-Doxygen-Filter-Perl SUBDIR += p5-DynaLoader-Functions SUBDIR += p5-EV SUBDIR += p5-Env-PS1 SUBDIR += p5-Env-Path SUBDIR += p5-Errno SUBDIR += p5-Error-Helper SUBDIR += p5-Eval-Closure SUBDIR += p5-Eval-Context SUBDIR += p5-Eval-LineNumbers SUBDIR += p5-Eval-WithLexicals SUBDIR += p5-Event SUBDIR += p5-Event-ExecFlow SUBDIR += p5-Event-Join SUBDIR += p5-Event-Lib SUBDIR += p5-Event-Notify SUBDIR += p5-Event-RPC SUBDIR += p5-Every SUBDIR += p5-Exception-Class SUBDIR += p5-Exception-Class-TryCatch SUBDIR += p5-Exception-Handler SUBDIR += p5-Expect-Simple SUBDIR += p5-Exporter SUBDIR += p5-Exporter-Declare SUBDIR += p5-Exporter-Easy SUBDIR += p5-Exporter-Lite SUBDIR += p5-Exporter-Tidy SUBDIR += p5-Exporter-Tiny SUBDIR += p5-ExtUtils-AutoInstall SUBDIR += p5-ExtUtils-CBuilder SUBDIR += p5-ExtUtils-CChecker SUBDIR += p5-ExtUtils-Command SUBDIR += p5-ExtUtils-Config SUBDIR += p5-ExtUtils-Constant SUBDIR += p5-ExtUtils-Depends SUBDIR += p5-ExtUtils-Helpers SUBDIR += p5-ExtUtils-Install SUBDIR += p5-ExtUtils-InstallPaths SUBDIR += p5-ExtUtils-LibBuilder SUBDIR += p5-ExtUtils-MakeMaker SUBDIR += p5-ExtUtils-MakeMaker-CPANfile SUBDIR += p5-ExtUtils-MakeMaker-Coverage SUBDIR += p5-ExtUtils-Manifest SUBDIR += p5-ExtUtils-ParseXS SUBDIR += p5-ExtUtils-PkgConfig SUBDIR += p5-ExtUtils-XSBuilder SUBDIR += p5-ExtUtils-XSpp SUBDIR += p5-FSA-Rules SUBDIR += p5-Fennec-Lite SUBDIR += p5-File-Append-TempFile SUBDIR += p5-File-Assets SUBDIR += p5-File-Attributes SUBDIR += p5-File-Attributes-Recursive SUBDIR += p5-File-BOM SUBDIR += p5-File-BaseDir SUBDIR += p5-File-BasicFlock SUBDIR += p5-File-Binary SUBDIR += p5-File-Cache SUBDIR += p5-File-Cat SUBDIR += p5-File-ChangeNotify SUBDIR += p5-File-ConfigDir SUBDIR += p5-File-Copy-Recursive SUBDIR += p5-File-CountLines SUBDIR += p5-File-CreationTime SUBDIR += p5-File-DesktopEntry SUBDIR += p5-File-Dir-Dumper SUBDIR += p5-File-DirSync SUBDIR += p5-File-ExtAttr SUBDIR += p5-File-FcntlLock SUBDIR += p5-File-Find-Closures SUBDIR += p5-File-Find-Object SUBDIR += p5-File-Find-Rule SUBDIR += p5-File-Find-Rule-Filesys-Virtual SUBDIR += p5-File-Find-Rule-Perl SUBDIR += p5-File-Find-Rule-VCS SUBDIR += p5-File-Finder SUBDIR += p5-File-Flat SUBDIR += p5-File-Flock SUBDIR += p5-File-FnMatch SUBDIR += p5-File-Grep SUBDIR += p5-File-HStore SUBDIR += p5-File-HomeDir SUBDIR += p5-File-HomeDir-PathClass SUBDIR += p5-File-Iterator SUBDIR += p5-File-LibMagic SUBDIR += p5-File-MMagic SUBDIR += p5-File-MMagic-XS SUBDIR += p5-File-Map SUBDIR += p5-File-MimeInfo SUBDIR += p5-File-Modified SUBDIR += p5-File-Monitor SUBDIR += p5-File-NCopy SUBDIR += p5-File-NFSLock SUBDIR += p5-File-Path SUBDIR += p5-File-Path-Expand SUBDIR += p5-File-Path-Tiny SUBDIR += p5-File-PathConvert SUBDIR += p5-File-Pid SUBDIR += p5-File-Pid-Quick SUBDIR += p5-File-Policy SUBDIR += p5-File-Random SUBDIR += p5-File-ReadBackwards SUBDIR += p5-File-Remove SUBDIR += p5-File-SafeDO SUBDIR += p5-File-SearchPath SUBDIR += p5-File-ShareDir SUBDIR += p5-File-ShareDir-Install SUBDIR += p5-File-ShareDir-PAR SUBDIR += p5-File-ShareDir-PathClass SUBDIR += p5-File-ShareDir-ProjectDistDir SUBDIR += p5-File-Slurp SUBDIR += p5-File-Slurp-Tiny SUBDIR += p5-File-Slurp-Tree SUBDIR += p5-File-Spec-Native SUBDIR += p5-File-Stream SUBDIR += p5-File-Sync SUBDIR += p5-File-Tail SUBDIR += p5-File-Tail-Dir SUBDIR += p5-File-Tail-Scribe SUBDIR += p5-File-Temp SUBDIR += p5-File-Tempdir SUBDIR += p5-File-Touch SUBDIR += p5-File-Type SUBDIR += p5-File-Util SUBDIR += p5-File-chdir SUBDIR += p5-File-chmod SUBDIR += p5-File-pushd SUBDIR += p5-FileHandle-Fmode SUBDIR += p5-FileHandle-Unget SUBDIR += p5-Filesys-Notify-KQueue SUBDIR += p5-Filesys-Notify-Simple SUBDIR += p5-Filesys-Virtual SUBDIR += p5-Filesys-Virtual-Plain SUBDIR += p5-Filter SUBDIR += p5-Filter-Template SUBDIR += p5-Find-Lib SUBDIR += p5-FindBin-libs SUBDIR += p5-Forest SUBDIR += p5-Form-Sensible SUBDIR += p5-FreeBSD-i386-Ptrace SUBDIR += p5-FreezeThaw SUBDIR += p5-Function-Parameters SUBDIR += p5-Future SUBDIR += p5-Gearman SUBDIR += p5-Gearman-Client-Async SUBDIR += p5-Gearman-Server SUBDIR += p5-Gearman-XS SUBDIR += p5-Geo-JSON SUBDIR += p5-Geo-ShapeFile SUBDIR += p5-Getargs-Long SUBDIR += p5-Getopt-ArgvFile SUBDIR += p5-Getopt-Attribute SUBDIR += p5-Getopt-Compact SUBDIR += p5-Getopt-Compact-WithCmd SUBDIR += p5-Getopt-Declare SUBDIR += p5-Getopt-Euclid SUBDIR += p5-Getopt-GUI-Long SUBDIR += p5-Getopt-Long SUBDIR += p5-Getopt-Long-Descriptive SUBDIR += p5-Git-PurePerl SUBDIR += p5-Git-Repository SUBDIR += p5-Git-Repository-Plugin-Log SUBDIR += p5-Git-Sub SUBDIR += p5-Git-Wrapper SUBDIR += p5-Glib-Object-Introspection SUBDIR += p5-Glib2 SUBDIR += p5-Gnome2-GConf SUBDIR += p5-Goo-Canvas SUBDIR += p5-Google-Checkout SUBDIR += p5-Google-ProtocolBuffers SUBDIR += p5-Gravatar-URL SUBDIR += p5-Gtk2-Notify SUBDIR += p5-Gtk2-Spell SUBDIR += p5-Guard SUBDIR += p5-HOP-Lexer SUBDIR += p5-HOP-Stream SUBDIR += p5-Hash-AsObject SUBDIR += p5-Hash-AutoHash SUBDIR += p5-Hash-AutoHash-Args SUBDIR += p5-Hash-Case SUBDIR += p5-Hash-Diff SUBDIR += p5-Hash-FieldHash SUBDIR += p5-Hash-Flatten SUBDIR += p5-Hash-Merge-Simple SUBDIR += p5-Hash-MoreUtils SUBDIR += p5-Hash-MultiKey SUBDIR += p5-Hash-MultiValue SUBDIR += p5-Hash-NoRef SUBDIR += p5-Hash-Union SUBDIR += p5-Hash-Util-FieldHash-Compat SUBDIR += p5-Hash-WithDefaults SUBDIR += p5-Heap SUBDIR += p5-Heap-Simple SUBDIR += p5-Heap-Simple-Perl SUBDIR += p5-Heap-Simple-XS SUBDIR += p5-Hook-LexWrap SUBDIR += p5-IO-AIO SUBDIR += p5-IO-All SUBDIR += p5-IO-All-LWP SUBDIR += p5-IO-Any SUBDIR += p5-IO-Async SUBDIR += p5-IO-BufferedSelect SUBDIR += p5-IO-Callback SUBDIR += p5-IO-Capture SUBDIR += p5-IO-CaptureOutput SUBDIR += p5-IO-Detect SUBDIR += p5-IO-Digest SUBDIR += p5-IO-Event SUBDIR += p5-IO-FDPass SUBDIR += p5-IO-HTML SUBDIR += p5-IO-Handle-Util SUBDIR += p5-IO-Interactive SUBDIR += p5-IO-KQueue SUBDIR += p5-IO-Lambda SUBDIR += p5-IO-LockedFile SUBDIR += p5-IO-MultiPipe SUBDIR += p5-IO-Multiplex SUBDIR += p5-IO-NestedCapture SUBDIR += p5-IO-Null SUBDIR += p5-IO-Pager SUBDIR += p5-IO-Pipely SUBDIR += p5-IO-Prompt SUBDIR += p5-IO-Prompter SUBDIR += p5-IO-Prompt-Tiny SUBDIR += p5-IO-Pty-Easy SUBDIR += p5-IO-SessionData SUBDIR += p5-IO-String SUBDIR += p5-IO-Stty SUBDIR += p5-IO-Tee SUBDIR += p5-IO-TieCombine SUBDIR += p5-IO-Toolkit SUBDIR += p5-IO-Tty SUBDIR += p5-IO-Util SUBDIR += p5-IO-YAML SUBDIR += p5-IO-stringy SUBDIR += p5-IOC SUBDIR += p5-IPC-Cache SUBDIR += p5-IPC-Cmd SUBDIR += p5-IPC-DirQueue SUBDIR += p5-IPC-Locker SUBDIR += p5-IPC-MM SUBDIR += p5-IPC-MMA SUBDIR += p5-IPC-Mmap SUBDIR += p5-IPC-Mmap-Share SUBDIR += p5-IPC-Open3-Simple SUBDIR += p5-IPC-PubSub SUBDIR += p5-IPC-Run SUBDIR += p5-IPC-Run-SafeHandles SUBDIR += p5-IPC-Run3 SUBDIR += p5-IPC-ShareLite SUBDIR += p5-IPC-Shareable SUBDIR += p5-IPC-SharedCache SUBDIR += p5-IPC-ShellCmd SUBDIR += p5-IPC-Signal SUBDIR += p5-IPC-System-Simple SUBDIR += p5-Import-Into SUBDIR += p5-Inline SUBDIR += p5-Inline-ASM SUBDIR += p5-Inline-CPP SUBDIR += p5-Inline-Files SUBDIR += p5-Inline-Filters SUBDIR += p5-Inline-Java SUBDIR += p5-Inline-TT SUBDIR += p5-Inline-Tcl SUBDIR += p5-InlineX-C2XS SUBDIR += p5-InlineX-CPP2XS SUBDIR += p5-Ioctl SUBDIR += p5-Iodef-Pb-Simple SUBDIR += p5-Iterator SUBDIR += p5-Iterator-IO SUBDIR += p5-Iterator-Misc SUBDIR += p5-Iterator-Simple SUBDIR += p5-Iterator-Util SUBDIR += p5-JIRA-Client SUBDIR += p5-JQuery SUBDIR += p5-JSON-Hyper SUBDIR += p5-JSON-Path SUBDIR += p5-JSON-RPC SUBDIR += p5-JSON-RPC-Common SUBDIR += p5-JSON-RPC-Dispatcher SUBDIR += p5-JSON-Schema SUBDIR += p5-Java SUBDIR += p5-Jonk SUBDIR += p5-LV SUBDIR += p5-Lexical-Alias SUBDIR += p5-Lexical-Import SUBDIR += p5-Lexical-Persistence SUBDIR += p5-Lexical-SealRequireHints SUBDIR += p5-Lexical-Var SUBDIR += p5-Lingua-JA-Fold SUBDIR += p5-Lingua-Translit SUBDIR += p5-List-AllUtils SUBDIR += p5-List-Cycle SUBDIR += p5-List-Gen SUBDIR += p5-List-Group SUBDIR += p5-List-Permutor SUBDIR += p5-List-PowerSet SUBDIR += p5-List-Rotation-Cycle SUBDIR += p5-List-Uniq SUBDIR += p5-List-UtilsBy SUBDIR += p5-Locale-Maketext SUBDIR += p5-Locale-Maketext-Fuzzy SUBDIR += p5-Locale-Maketext-Gettext SUBDIR += p5-Locale-Maketext-Lexicon SUBDIR += p5-Locale-Maketext-Simple SUBDIR += p5-Locale-Msgfmt SUBDIR += p5-Locale-PGetText SUBDIR += p5-Locale-PO SUBDIR += p5-Locale-gettext SUBDIR += p5-Locale-libintl SUBDIR += p5-LockFile-Simple SUBDIR += p5-Log-Accounting-SVK SUBDIR += p5-Log-Accounting-SVN SUBDIR += p5-Log-Agent SUBDIR += p5-Log-Agent-Logger SUBDIR += p5-Log-Any SUBDIR += p5-Log-Any-Adapter SUBDIR += p5-Log-Any-Adapter-Callback SUBDIR += p5-Log-Any-Adapter-Dispatch SUBDIR += p5-Log-Any-Adapter-Log4perl SUBDIR += p5-Log-Any-Adapter-Syslog SUBDIR += p5-Log-Any-App SUBDIR += p5-Log-Contextual SUBDIR += p5-Log-Defer SUBDIR += p5-Log-Dispatch SUBDIR += p5-Log-Dispatch-Array SUBDIR += p5-Log-Dispatch-Colorful SUBDIR += p5-Log-Dispatch-Config SUBDIR += p5-Log-Dispatch-Configurator-Any SUBDIR += p5-Log-Dispatch-Configurator-YAML SUBDIR += p5-Log-Dispatch-DBI SUBDIR += p5-Log-Dispatch-Dir SUBDIR += p5-Log-Dispatch-Email-EmailSend SUBDIR += p5-Log-Dispatch-File-Rolling SUBDIR += p5-Log-Dispatch-File-Stamped SUBDIR += p5-Log-Dispatch-FileRotate SUBDIR += p5-Log-Dispatch-FileShared SUBDIR += p5-Log-Dispatch-Perl SUBDIR += p5-Log-Dispatch-Screen-Color SUBDIR += p5-Log-Dispatch-Scribe SUBDIR += p5-Log-Dispatchouli SUBDIR += p5-Log-Handler SUBDIR += p5-Log-Log4perl SUBDIR += p5-Log-Log4perl-Appender-RabbitMQ SUBDIR += p5-Log-Message SUBDIR += p5-Log-Message-Simple SUBDIR += p5-Log-Minimal SUBDIR += p5-Log-Report SUBDIR += p5-Log-Simple SUBDIR += p5-Log-Trace SUBDIR += p5-Log-TraceMessages SUBDIR += p5-Logfile-Rotate SUBDIR += p5-Luka SUBDIR += p5-Lvalue SUBDIR += p5-MRO-Compat SUBDIR += p5-MRO-Define SUBDIR += p5-Mac-FileSpec-Unixish SUBDIR += p5-Mac-PropertyList SUBDIR += p5-Make SUBDIR += p5-Media-Type-Simple SUBDIR += p5-Memoize SUBDIR += p5-Memoize-ExpireLRU SUBDIR += p5-Meta-Builder SUBDIR += p5-MetaCPAN-Client SUBDIR += p5-Metabase-Client-Simple SUBDIR += p5-Metabase-Fact SUBDIR += p5-Method-Alias SUBDIR += p5-Method-Signatures-Simple SUBDIR += p5-Mixin-Linewise SUBDIR += p5-Mknod SUBDIR += p5-Mo SUBDIR += p5-Mock-Quick SUBDIR += p5-Module-Build SUBDIR += p5-Module-Build-Convert SUBDIR += p5-Module-Build-Kwalitee SUBDIR += p5-Module-Build-Tiny SUBDIR += p5-Module-Build-XSUtil SUBDIR += p5-Module-CPANTS-Analyse SUBDIR += p5-Module-CPANfile SUBDIR += p5-Module-CheckDeps SUBDIR += p5-Module-Collect SUBDIR += p5-Module-Compile SUBDIR += p5-Module-CoreList SUBDIR += p5-Module-Dependency SUBDIR += p5-Module-Depends SUBDIR += p5-Module-Extract SUBDIR += p5-Module-ExtractUse SUBDIR += p5-Module-Find SUBDIR += p5-Module-Functions SUBDIR += p5-Module-Implementation SUBDIR += p5-Module-Info SUBDIR += p5-Module-Info-File SUBDIR += p5-Module-Inspector SUBDIR += p5-Module-Install SUBDIR += p5-Module-Install-AuthorRequires SUBDIR += p5-Module-Install-AuthorTests SUBDIR += p5-Module-Install-ReadmeFromPod SUBDIR += p5-Module-Install-Repository SUBDIR += p5-Module-Install-Template SUBDIR += p5-Module-Install-XSUtil SUBDIR += p5-Module-List SUBDIR += p5-Module-Load SUBDIR += p5-Module-Load-Conditional SUBDIR += p5-Module-Loaded SUBDIR += p5-Module-Manifest SUBDIR += p5-Module-Math-Depends SUBDIR += p5-Module-Metadata SUBDIR += p5-Module-Path SUBDIR += p5-Module-Pluggable SUBDIR += p5-Module-Pluggable-Fast SUBDIR += p5-Module-Pluggable-Ordered SUBDIR += p5-Module-Reader SUBDIR += p5-Module-Recursive-Require SUBDIR += p5-Module-Refresh SUBDIR += p5-Module-Release SUBDIR += p5-Module-Reload SUBDIR += p5-Module-Reload-Sel SUBDIR += p5-Module-Runtime SUBDIR += p5-Module-ScanDeps SUBDIR += p5-Module-Setup SUBDIR += p5-Module-Starter SUBDIR += p5-Module-Starter-PBP SUBDIR += p5-Module-Starter-Plugin-SimpleStore SUBDIR += p5-Module-Starter-Plugin-TT2 SUBDIR += p5-Module-Used SUBDIR += p5-Module-Util SUBDIR += p5-Module-Version SUBDIR += p5-Module-Versions SUBDIR += p5-Module-Versions-Report SUBDIR += p5-Moo SUBDIR += p5-MooX-Cmd SUBDIR += p5-MooX-ConfigFromFile SUBDIR += p5-MooX-File-ConfigDir SUBDIR += p5-MooX-HandlesVia SUBDIR += p5-MooX-Options SUBDIR += p5-MooX-StrictConstructor SUBDIR += p5-MooX-Types-MooseLike SUBDIR += p5-MooX-Types-MooseLike-Numeric SUBDIR += p5-MooX-late SUBDIR += p5-Moos SUBDIR += p5-Moose SUBDIR += p5-Moose-Autobox SUBDIR += p5-Moose-Policy SUBDIR += p5-Moose-Test SUBDIR += p5-MooseX-Aliases SUBDIR += p5-MooseX-App SUBDIR += p5-MooseX-App-Cmd SUBDIR += p5-MooseX-ArrayRef SUBDIR += p5-MooseX-Async SUBDIR += p5-MooseX-Attribute-Chained SUBDIR += p5-MooseX-Attribute-ENV SUBDIR += p5-MooseX-AttributeHelpers SUBDIR += p5-MooseX-AttributeShortcuts SUBDIR += p5-MooseX-AuthorizedMethods SUBDIR += p5-MooseX-ClassAttribute SUBDIR += p5-MooseX-Clone SUBDIR += p5-MooseX-CompileTime-Traits SUBDIR += p5-MooseX-ConfigFromFile SUBDIR += p5-MooseX-Daemonize SUBDIR += p5-MooseX-Declare SUBDIR += p5-MooseX-Emulate-Class-Accessor-Fast SUBDIR += p5-MooseX-FollowPBP SUBDIR += p5-MooseX-Getopt SUBDIR += p5-MooseX-Has-Options SUBDIR += p5-MooseX-Has-Sugar SUBDIR += p5-MooseX-HasDefaults SUBDIR += p5-MooseX-IOC SUBDIR += p5-MooseX-InsideOut SUBDIR += p5-MooseX-LazyRequire SUBDIR += p5-MooseX-Lists SUBDIR += p5-MooseX-Log-Log4perl SUBDIR += p5-MooseX-MarkAsMethods SUBDIR += p5-MooseX-Meta-TypeConstraint-ForceCoercion SUBDIR += p5-MooseX-MetaDescription SUBDIR += p5-MooseX-Method-Signatures SUBDIR += p5-MooseX-MethodAttributes SUBDIR += p5-MooseX-MultiInitArg SUBDIR += p5-MooseX-MultiMethods SUBDIR += p5-MooseX-NonMoose SUBDIR += p5-MooseX-Object-Pluggable SUBDIR += p5-MooseX-OneArgNew SUBDIR += p5-MooseX-POE SUBDIR += p5-MooseX-Params-Validate SUBDIR += p5-MooseX-RelatedClassRoles SUBDIR += p5-MooseX-Role-Loggable SUBDIR += p5-MooseX-Role-Matcher SUBDIR += p5-MooseX-Role-Parameterized SUBDIR += p5-MooseX-Role-Strict SUBDIR += p5-MooseX-Role-WithOverloading SUBDIR += p5-MooseX-Runnable SUBDIR += p5-MooseX-SemiAffordanceAccessor SUBDIR += p5-MooseX-SetOnce SUBDIR += p5-MooseX-SimpleConfig SUBDIR += p5-MooseX-Singleton SUBDIR += p5-MooseX-Storage SUBDIR += p5-MooseX-StrictConstructor SUBDIR += p5-MooseX-Traits SUBDIR += p5-MooseX-Traits-Pluggable SUBDIR += p5-MooseX-TransactionalMethods SUBDIR += p5-MooseX-Types SUBDIR += p5-MooseX-Types-Common SUBDIR += p5-MooseX-Types-DateTime SUBDIR += p5-MooseX-Types-DateTime-ButMaintained SUBDIR += p5-MooseX-Types-DateTime-MoreCoercions SUBDIR += p5-MooseX-Types-DateTimeX SUBDIR += p5-MooseX-Types-ISO8601 SUBDIR += p5-MooseX-Types-JSON SUBDIR += p5-MooseX-Types-LoadableClass SUBDIR += p5-MooseX-Types-Path-Class SUBDIR += p5-MooseX-Types-Path-Tiny SUBDIR += p5-MooseX-Types-Perl SUBDIR += p5-MooseX-Types-PortNumber SUBDIR += p5-MooseX-Types-Set-Object SUBDIR += p5-MooseX-Types-Signal SUBDIR += p5-MooseX-Types-Stringlike SUBDIR += p5-MooseX-Types-Structured SUBDIR += p5-MooseX-Types-URI SUBDIR += p5-MooseX-Types-VariantTable SUBDIR += p5-Mouse SUBDIR += p5-MouseX-App-Cmd SUBDIR += p5-MouseX-AttributeHelpers SUBDIR += p5-MouseX-ConfigFromFile SUBDIR += p5-MouseX-Foreign SUBDIR += p5-MouseX-Getopt SUBDIR += p5-MouseX-NativeTraits SUBDIR += p5-MouseX-StrictConstructor SUBDIR += p5-MouseX-Traits SUBDIR += p5-MouseX-Types SUBDIR += p5-MouseX-Types-Path-Class SUBDIR += p5-Multiplex-CMD SUBDIR += p5-NEXT SUBDIR += p5-Net-DBus SUBDIR += p5-Net-ZooKeeper SUBDIR += p5-No-Worries SUBDIR += p5-Number-Bytes-Human SUBDIR += p5-Number-Tolerant SUBDIR += p5-OLE-Storage_Lite SUBDIR += p5-OOTools SUBDIR += p5-Object-Accessor SUBDIR += p5-Object-Array SUBDIR += p5-Object-Authority SUBDIR += p5-Object-Container SUBDIR += p5-Object-Declare SUBDIR += p5-Object-Destroyer SUBDIR += p5-Object-Enum SUBDIR += p5-Object-Event SUBDIR += p5-Object-InsideOut SUBDIR += p5-Object-MultiType SUBDIR += p5-Object-Pluggable SUBDIR += p5-Object-Realize-Later SUBDIR += p5-Object-Role SUBDIR += p5-Object-Signature SUBDIR += p5-Object-Simple SUBDIR += p5-Object-Tiny SUBDIR += p5-Object-Tiny-Lvalue SUBDIR += p5-Olson-Abbreviations SUBDIR += p5-Ouch SUBDIR += p5-PAR SUBDIR += p5-PAR-Dist SUBDIR += p5-PAR-Packer SUBDIR += p5-PCSC-Card SUBDIR += p5-PHP-Serialization SUBDIR += p5-POE SUBDIR += p5-POE-API-Hooks SUBDIR += p5-POE-API-Peek SUBDIR += p5-POE-Component-Child SUBDIR += p5-POE-Component-Cron SUBDIR += p5-POE-Component-Daemon SUBDIR += p5-POE-Component-DebugShell SUBDIR += p5-POE-Component-DirWatch SUBDIR += p5-POE-Component-Hailo SUBDIR += p5-POE-Component-IKC SUBDIR += p5-POE-Component-JobQueue SUBDIR += p5-POE-Component-Logger SUBDIR += p5-POE-Component-Pluggable SUBDIR += p5-POE-Component-RSS SUBDIR += p5-POE-Component-RSSAggregator SUBDIR += p5-POE-Component-Schedule SUBDIR += p5-POE-Component-Server-XMLRPC SUBDIR += p5-POE-Component-Syndicator SUBDIR += p5-POE-Component-TSTP SUBDIR += p5-POE-Devel-Profiler SUBDIR += p5-POE-Loop-Glib SUBDIR += p5-POE-Loop-Tk SUBDIR += p5-POE-Quickie SUBDIR += p5-POE-Session-MultiDispatch SUBDIR += p5-POE-Stage SUBDIR += p5-POE-Test-Loops SUBDIR += p5-POE-XS-Loop-Poll SUBDIR += p5-POE-XS-Queue-Array SUBDIR += p5-POEx-Role-SessionInstantiation SUBDIR += p5-POEx-Role-Streaming SUBDIR += p5-POEx-Types SUBDIR += p5-POSIX-strptime SUBDIR += p5-PPerl SUBDIR += p5-PV SUBDIR += p5-Package-Constants SUBDIR += p5-Package-DeprecationManager SUBDIR += p5-Package-Generator SUBDIR += p5-Package-Stash SUBDIR += p5-Package-Stash-XS SUBDIR += p5-Package-Variant SUBDIR += p5-PadWalker SUBDIR += p5-Parallel-ForkManager SUBDIR += p5-Parallel-Iterator SUBDIR += p5-Parallel-Prefork SUBDIR += p5-Parallel-Scoreboard SUBDIR += p5-Params-CallbackRequest SUBDIR += p5-Params-Check SUBDIR += p5-Params-Classify SUBDIR += p5-Params-Coerce SUBDIR += p5-Params-Util SUBDIR += p5-Params-Validate SUBDIR += p5-Params-Validate-Dependencies SUBDIR += p5-Paranoid SUBDIR += p5-Parse-CPAN-Meta SUBDIR += p5-Parse-CPAN-Packages SUBDIR += p5-Parse-CPAN-Packages-Fast SUBDIR += p5-Parse-ErrorString-Perl SUBDIR += p5-Parse-ExuberantCTags SUBDIR += p5-Parse-Method-Signatures SUBDIR += p5-Parse-PerlConfig SUBDIR += p5-Parse-Pidl SUBDIR += p5-Parse-PlainConfig SUBDIR += p5-Parse-RecDescent SUBDIR += p5-Parse-Win32Registry SUBDIR += p5-Parse-Yapp SUBDIR += p5-ParseLex SUBDIR += p5-ParseTemplate SUBDIR += p5-PatchReader SUBDIR += p5-Path-Abstract SUBDIR += p5-Path-Class SUBDIR += p5-Path-Class-File-Lockable SUBDIR += p5-Path-Dispatcher SUBDIR += p5-Path-Dispatcher-Declarative SUBDIR += p5-Path-FindDev SUBDIR += p5-Path-IsDev SUBDIR += p5-Path-Iterator-Rule SUBDIR += p5-Path-Resource SUBDIR += p5-Path-Tiny SUBDIR += p5-PathTools SUBDIR += p5-Penguin SUBDIR += p5-Perl-Critic-Deprecated SUBDIR += p5-Perl-Metrics-Lite SUBDIR += p5-Perl-Metrics-Simple SUBDIR += p5-Perl-OSType SUBDIR += p5-Perl-PrereqScanner SUBDIR += p5-Perl-Tidy SUBDIR += p5-Perl-Unsafe-Signals SUBDIR += p5-Perl-Version SUBDIR += p5-Perl6-Builtins SUBDIR += p5-Perl6-Export SUBDIR += p5-Perl6-Export-Attrs SUBDIR += p5-Perl6-Form SUBDIR += p5-Perl6-Junction SUBDIR += p5-Perl6-Rules SUBDIR += p5-Perl6-Say SUBDIR += p5-Perl6-Slurp SUBDIR += p5-PerlIO-Layers SUBDIR += p5-PerlIO-Util SUBDIR += p5-PerlIO-eol SUBDIR += p5-PerlIO-locale SUBDIR += p5-PerlIO-utf8_strict SUBDIR += p5-PerlIO-via-MD5 SUBDIR += p5-PerlIO-via-dynamic SUBDIR += p5-PerlIO-via-symlink SUBDIR += p5-Pid-File-Flock SUBDIR += p5-Pipeline SUBDIR += p5-Pithub SUBDIR += p5-PkgConfig SUBDIR += p5-Pod-Coverage SUBDIR += p5-Pod-Coverage-Moose SUBDIR += p5-Pod-Coverage-TrustPod SUBDIR += p5-Pod-Tests SUBDIR += p5-Pragmatic SUBDIR += p5-Proc-BackOff SUBDIR += p5-Proc-Background SUBDIR += p5-Proc-Daemon SUBDIR += p5-Proc-Fork SUBDIR += p5-Proc-Guard SUBDIR += p5-Proc-PID-File SUBDIR += p5-Proc-Pidfile SUBDIR += p5-Proc-ProcessTable SUBDIR += p5-Proc-Queue SUBDIR += p5-Proc-Reliable SUBDIR += p5-Proc-SafeExec SUBDIR += p5-Proc-Simple SUBDIR += p5-Proc-Wait3 SUBDIR += p5-Proc-WaitStat SUBDIR += p5-Project-Gantt SUBDIR += p5-Project-Libs SUBDIR += p5-Qudo SUBDIR += p5-RPSL-Parser SUBDIR += p5-RRDTool-OO SUBDIR += p5-Range-String SUBDIR += p5-Rcs SUBDIR += p5-Rcs-Agent SUBDIR += p5-ReadLine-Gnu SUBDIR += p5-ReadLine-Perl SUBDIR += p5-ReadLine-TTYtter SUBDIR += p5-Readonly SUBDIR += p5-Readonly-XS SUBDIR += p5-Reflex SUBDIR += p5-Regexp-Assemble SUBDIR += p5-Regexp-Assemble-Compressed SUBDIR += p5-Regexp-Bind SUBDIR += p5-Regexp-Compare SUBDIR += p5-Regexp-Grammars SUBDIR += p5-Regexp-RegGrp SUBDIR += p5-Regexp-Shellish SUBDIR += p5-Regexp-Subst-Parallel SUBDIR += p5-Religion SUBDIR += p5-ResourcePool SUBDIR += p5-Resources SUBDIR += p5-Return-MultiLevel SUBDIR += p5-Return-Type SUBDIR += p5-Return-Value SUBDIR += p5-Role-Basic SUBDIR += p5-Role-HasMessage SUBDIR += p5-Role-Identifiable SUBDIR += p5-Role-Tiny SUBDIR += p5-Rose-DateTime SUBDIR += p5-Rose-Object SUBDIR += p5-RunApp SUBDIR += p5-SDL SUBDIR += p5-SNMP-Persist SUBDIR += p5-SOAP-WSDL SUBDIR += p5-SSN-Validate SUBDIR += p5-SUPER SUBDIR += p5-SVN-ACL SUBDIR += p5-SVN-Access SUBDIR += p5-SVN-Agent SUBDIR += p5-SVN-Dump SUBDIR += p5-SVN-Dumpfile SUBDIR += p5-SVN-Hook SUBDIR += p5-SVN-Hooks SUBDIR += p5-SVN-Log SUBDIR += p5-SVN-Look SUBDIR += p5-SVN-Mirror SUBDIR += p5-SVN-Notify SUBDIR += p5-SVN-Notify-Config SUBDIR += p5-SVN-Notify-Filter-AuthZMail SUBDIR += p5-SVN-Notify-Filter-EmailFlatFileDB SUBDIR += p5-SVN-Notify-Filter-Markdown SUBDIR += p5-SVN-Notify-Filter-Watchers SUBDIR += p5-SVN-Notify-Mirror SUBDIR += p5-SVN-Notify-Snapshot SUBDIR += p5-SVN-S4 SUBDIR += p5-SVN-Simple SUBDIR += p5-SVN-Statistics SUBDIR += p5-SVN-Web SUBDIR += p5-Safe-Isa SUBDIR += p5-Scalar-Defer SUBDIR += p5-Scalar-Does SUBDIR += p5-Scalar-Listify SUBDIR += p5-Scalar-String SUBDIR += p5-Scope-Guard SUBDIR += p5-Scope-Upper SUBDIR += p5-Script-isAperlScript SUBDIR += p5-Search-Binary SUBDIR += p5-Sentinel SUBDIR += p5-Sepia SUBDIR += p5-Set-Array SUBDIR += p5-Set-ConsistentHash SUBDIR += p5-Set-Crontab SUBDIR += p5-Set-CrossProduct SUBDIR += p5-Set-Infinite SUBDIR += p5-Set-NestedGroups SUBDIR += p5-Set-Object SUBDIR += p5-Set-Scalar SUBDIR += p5-Set-Tiny SUBDIR += p5-Shape SUBDIR += p5-Shell-Base SUBDIR += p5-Shell-EnvImporter SUBDIR += p5-Shell-Parser SUBDIR += p5-Shell-Source SUBDIR += p5-ShipIt SUBDIR += p5-ShipIt-Step-Manifest SUBDIR += p5-Slurp SUBDIR += p5-Smart-Comments SUBDIR += p5-Sort-Array SUBDIR += p5-Sort-ArrayOfArrays SUBDIR += p5-Sort-Key SUBDIR += p5-Sort-Key-DateTime SUBDIR += p5-Sort-Key-Top SUBDIR += p5-Sort-Maker SUBDIR += p5-Sort-Tree SUBDIR += p5-Sort-Versions SUBDIR += p5-Specio SUBDIR += p5-Spiffy SUBDIR += p5-Spoon SUBDIR += p5-Storable SUBDIR += p5-Stream SUBDIR += p5-Stream-Buffered SUBDIR += p5-Stream-Reader SUBDIR += p5-String-Approx SUBDIR += p5-String-CRC32 SUBDIR += p5-String-Checker SUBDIR += p5-String-Diff SUBDIR += p5-String-Dump SUBDIR += p5-String-Ediff SUBDIR += p5-String-Errf SUBDIR += p5-String-Formatter SUBDIR += p5-String-LRC SUBDIR += p5-String-Parity SUBDIR += p5-String-Random SUBDIR += p5-String-RexxParse SUBDIR += p5-String-Similarity SUBDIR += p5-String-TT SUBDIR += p5-Struct-Dumb SUBDIR += p5-Sub-Alias SUBDIR += p5-Sub-Current SUBDIR += p5-Sub-Delete SUBDIR += p5-Sub-Exporter SUBDIR += p5-Sub-Exporter-ForMethods SUBDIR += p5-Sub-Exporter-GlobExporter SUBDIR += p5-Sub-Exporter-Lexical SUBDIR += p5-Sub-Exporter-Progressive SUBDIR += p5-Sub-Identify SUBDIR += p5-Sub-Infix SUBDIR += p5-Sub-Install SUBDIR += p5-Sub-Installer SUBDIR += p5-Sub-Multi SUBDIR += p5-Sub-Name SUBDIR += p5-Sub-Override SUBDIR += p5-Sub-Prototype SUBDIR += p5-Sub-Signatures SUBDIR += p5-Sub-Uplevel SUBDIR += p5-Sub-WrapPackages SUBDIR += p5-Symbol-Global-Name SUBDIR += p5-Symbol-Util SUBDIR += p5-Syntax-Keyword-Junction SUBDIR += p5-Sys-Cpu SUBDIR += p5-Sys-Info SUBDIR += p5-Sys-Info-Base SUBDIR += p5-Sys-Info-Driver-BSD SUBDIR += p5-Sys-MemInfo SUBDIR += p5-Sys-Mmap SUBDIR += p5-Sys-RunAlone SUBDIR += p5-Sys-RunAlways SUBDIR += p5-Sys-Sendfile SUBDIR += p5-Sys-Sendfile-FreeBSD SUBDIR += p5-Sys-Sig SUBDIR += p5-Sys-SigAction SUBDIR += p5-Sys-Syscall SUBDIR += p5-Sys-Trace SUBDIR += p5-Sys-Virt SUBDIR += p5-System-Command SUBDIR += p5-System-Sub SUBDIR += p5-System2 SUBDIR += p5-TAP-Formatter-JUnit SUBDIR += p5-TAP-Harness-JUnit SUBDIR += p5-TAP-SimpleOutput SUBDIR += p5-Taint-Runtime SUBDIR += p5-Taint-Util SUBDIR += p5-Task-Weaken SUBDIR += p5-Tee SUBDIR += p5-Template-Provider-Encode SUBDIR += p5-Term-ANSIColor SUBDIR += p5-Term-ANSIScreen SUBDIR += p5-Term-Animation SUBDIR += p5-Term-CallEditor SUBDIR += p5-Term-Clui SUBDIR += p5-Term-EditLine SUBDIR += p5-Term-Encoding SUBDIR += p5-Term-Menus SUBDIR += p5-Term-ProgressBar SUBDIR += p5-Term-ProgressBar-Quiet SUBDIR += p5-Term-ProgressBar-Simple SUBDIR += p5-Term-Prompt SUBDIR += p5-Term-Query SUBDIR += p5-Term-RawInput SUBDIR += p5-Term-ReadKey SUBDIR += p5-Term-ReadLine-Perl SUBDIR += p5-Term-ReadLine-Zoid SUBDIR += p5-Term-ReadPassword SUBDIR += p5-Term-Screen SUBDIR += p5-Term-ScreenColor SUBDIR += p5-Term-Shell SUBDIR += p5-Term-Size SUBDIR += p5-Term-Size-Any SUBDIR += p5-Term-Size-Perl SUBDIR += p5-Term-Sk SUBDIR += p5-Term-Title SUBDIR += p5-Term-UI SUBDIR += p5-Term-VT102 SUBDIR += p5-Term-VT102-Boundless SUBDIR += p5-Term-Visual SUBDIR += p5-Test-Able SUBDIR += p5-Test-Able-Runner SUBDIR += p5-Test-Aggregate SUBDIR += p5-Test-Assertions SUBDIR += p5-Test-Base SUBDIR += p5-Test-Benchmark SUBDIR += p5-Test-BinaryData SUBDIR += p5-Test-Bits SUBDIR += p5-Test-Block SUBDIR += p5-Test-CPAN-Meta SUBDIR += p5-Test-CPAN-Meta-YAML SUBDIR += p5-Test-CheckDeps SUBDIR += p5-Test-CheckManifest SUBDIR += p5-Test-Class SUBDIR += p5-Test-Class-Most SUBDIR += p5-Test-ClassAPI SUBDIR += p5-Test-Classy SUBDIR += p5-Test-CleanNamespaces SUBDIR += p5-Test-Cmd SUBDIR += p5-Test-Command SUBDIR += p5-Test-Command-Simple SUBDIR += p5-Test-Compile SUBDIR += p5-Test-DBIx-Class SUBDIR += p5-Test-Data SUBDIR += p5-Test-Debugger SUBDIR += p5-Test-Declare SUBDIR += p5-Test-Deep SUBDIR += p5-Test-Dependencies SUBDIR += p5-Test-DependentModules SUBDIR += p5-Test-Differences SUBDIR += p5-Test-Distribution SUBDIR += p5-Test-EOL SUBDIR += p5-Test-Exception SUBDIR += p5-Test-Exception-LessClever SUBDIR += p5-Test-Expect SUBDIR += p5-Test-FailWarnings SUBDIR += p5-Test-Fatal SUBDIR += p5-Test-File SUBDIR += p5-Test-File-Contents SUBDIR += p5-Test-File-ShareDir SUBDIR += p5-Test-Filename SUBDIR += p5-Test-Fixme SUBDIR += p5-Test-Fixture-DBIC-Schema SUBDIR += p5-Test-Group SUBDIR += p5-Test-HTML-Tidy SUBDIR += p5-Test-Harness SUBDIR += p5-Test-Harness-Straps SUBDIR += p5-Test-HasVersion SUBDIR += p5-Test-HexString SUBDIR += p5-Test-Identity SUBDIR += p5-Test-If SUBDIR += p5-Test-InDistDir SUBDIR += p5-Test-Inline SUBDIR += p5-Test-Inter SUBDIR += p5-Test-JSON SUBDIR += p5-Test-Kwalitee SUBDIR += p5-Test-Lazy SUBDIR += p5-Test-LeakTrace SUBDIR += p5-Test-LectroTest SUBDIR += p5-Test-LoadAllModules SUBDIR += p5-Test-Log4perl SUBDIR += p5-Test-LongString SUBDIR += p5-Test-Manifest SUBDIR += p5-Test-ManyParams SUBDIR += p5-Test-Memory-Cycle SUBDIR += p5-Test-Mini SUBDIR += p5-Test-Mini-Unit SUBDIR += p5-Test-Mock-Guard SUBDIR += p5-Test-Mock-LWP SUBDIR += p5-Test-Mock-LWP-Dispatch SUBDIR += p5-Test-MockModule SUBDIR += p5-Test-MockObject SUBDIR += p5-Test-MockRandom SUBDIR += p5-Test-MockTime SUBDIR += p5-Test-Module-Used SUBDIR += p5-Test-Moose-More SUBDIR += p5-Test-More-UTF8 SUBDIR += p5-Test-Most SUBDIR += p5-Test-Name-FromLine SUBDIR += p5-Test-Net-LDAP SUBDIR += p5-Test-Net-RabbitMQ SUBDIR += p5-Test-NoTabs SUBDIR += p5-Test-NoWarnings SUBDIR += p5-Test-Number-Delta SUBDIR += p5-Test-Object SUBDIR += p5-Test-OpenLDAP SUBDIR += p5-Test-Output SUBDIR += p5-Test-POE-Client-TCP SUBDIR += p5-Test-POE-Server-TCP SUBDIR += p5-Test-Parser SUBDIR += p5-Test-PerlTidy SUBDIR += p5-Test-Pod SUBDIR += p5-Test-Pod-Coverage SUBDIR += p5-Test-Pod-Coverage-Permissive SUBDIR += p5-Test-Portability-Files SUBDIR += p5-Test-RandomResults SUBDIR += p5-Test-Refcount SUBDIR += p5-Test-Reporter SUBDIR += p5-Test-Reporter-Transport-Metabase SUBDIR += p5-Test-Requires SUBDIR += p5-Test-Script SUBDIR += p5-Test-Script-Run SUBDIR += p5-Test-SharedFork SUBDIR += p5-Test-Signature SUBDIR += p5-Test-Simple SUBDIR += p5-Test-Singleton SUBDIR += p5-Test-Spec SUBDIR += p5-Test-Spelling SUBDIR += p5-Test-Strict SUBDIR += p5-Test-SubCalls SUBDIR += p5-Test-Synopsis SUBDIR += p5-Test-Sys-Info SUBDIR += p5-Test-TAP-HTMLMatrix SUBDIR += p5-Test-TAP-Model SUBDIR += p5-Test-TCP SUBDIR += p5-Test-TableDriven SUBDIR += p5-Test-Taint SUBDIR += p5-Test-TempDir SUBDIR += p5-Test-Tester SUBDIR += p5-Test-Time SUBDIR += p5-Test-Timer SUBDIR += p5-Test-TinyMocker SUBDIR += p5-Test-Trap SUBDIR += p5-Test-Unit SUBDIR += p5-Test-UseAllModules SUBDIR += p5-Test-Version SUBDIR += p5-Test-WWW-Declare SUBDIR += p5-Test-WWW-Mechanize SUBDIR += p5-Test-WWW-Mechanize-CGI SUBDIR += p5-Test-WWW-Mechanize-CGIApp SUBDIR += p5-Test-WWW-Mechanize-Catalyst SUBDIR += p5-Test-WWW-Mechanize-PSGI SUBDIR += p5-Test-WWW-Selenium SUBDIR += p5-Test-Warn SUBDIR += p5-Test-Warnings SUBDIR += p5-Test-Weaken SUBDIR += p5-Test-Without-Module SUBDIR += p5-Test-XML SUBDIR += p5-Test-XML-Valid SUBDIR += p5-Test-YAML SUBDIR += p5-Test-YAML-Meta SUBDIR += p5-Test-YAML-Valid SUBDIR += p5-Test-use-ok SUBDIR += p5-Test-utf8 SUBDIR += p5-Text-Levenshtein SUBDIR += p5-Text-LevenshteinXS SUBDIR += p5-Text-Outdent SUBDIR += p5-Text-vFile-asData SUBDIR += p5-TheSchwartz SUBDIR += p5-TheSchwartz-Simple SUBDIR += p5-TheSchwartz-Worker-SendEmail SUBDIR += p5-Thread-Apartment SUBDIR += p5-Thread-Cancel SUBDIR += p5-Thread-Pool-Simple SUBDIR += p5-Thread-Queue SUBDIR += p5-Thread-Queue-Duplex SUBDIR += p5-Thread-Suspend SUBDIR += p5-Thrift SUBDIR += p5-Thrift-XS SUBDIR += p5-Throwable SUBDIR += p5-Tie-Array-Pack SUBDIR += p5-Tie-Array-Sorted SUBDIR += p5-Tie-CPHash SUBDIR += p5-Tie-Cache SUBDIR += p5-Tie-DB_File-SplitHash SUBDIR += p5-Tie-DB_FileLock SUBDIR += p5-Tie-File SUBDIR += p5-Tie-File-AsHash SUBDIR += p5-Tie-FileLRUCache SUBDIR += p5-Tie-Function SUBDIR += p5-Tie-Hash-Indexed SUBDIR += p5-Tie-Hash-MultiValue SUBDIR += p5-Tie-Hash-Regex SUBDIR += p5-Tie-Hash-Sorted SUBDIR += p5-Tie-Hash-TwoWay SUBDIR += p5-Tie-IxHash SUBDIR += p5-Tie-LLHash SUBDIR += p5-Tie-RefHash SUBDIR += p5-Tie-RefHash-Weak SUBDIR += p5-Tie-RegexpHash SUBDIR += p5-Tie-Restore SUBDIR += p5-Tie-ShareLite SUBDIR += p5-Tie-Simple SUBDIR += p5-Tie-ToObject SUBDIR += p5-Tie-Util SUBDIR += p5-Tie-iCal SUBDIR += p5-Time-Clock SUBDIR += p5-Time-Crontab SUBDIR += p5-Time-Duration SUBDIR += p5-Time-Duration-Parse SUBDIR += p5-Time-Format SUBDIR += p5-Time-HiRes SUBDIR += p5-Time-Interval SUBDIR += p5-Time-Local SUBDIR += p5-Time-Mock SUBDIR += p5-Time-Object SUBDIR += p5-Time-Out SUBDIR += p5-Time-Period SUBDIR += p5-Time-Piece SUBDIR += p5-Time-Piece-Range SUBDIR += p5-Time-Progress SUBDIR += p5-Time-Stopwatch SUBDIR += p5-Time-Warp SUBDIR += p5-Time-modules SUBDIR += p5-TimeDate SUBDIR += p5-ToolSet SUBDIR += p5-TraceFuncs SUBDIR += p5-Tree-Binary SUBDIR += p5-Tree-Binary-Dictionary SUBDIR += p5-Tree-DAG_Node SUBDIR += p5-Tree-Node SUBDIR += p5-Tree-Parser SUBDIR += p5-Tree-R SUBDIR += p5-Tree-RedBlack SUBDIR += p5-Tree-Simple SUBDIR += p5-Tree-Simple-View SUBDIR += p5-Tree-Simple-VisitorFactory SUBDIR += p5-Type-Tie SUBDIR += p5-Type-Tiny SUBDIR += p5-Type-Tiny-XS SUBDIR += p5-Types-Path-Tiny SUBDIR += p5-Types-Serialiser SUBDIR += p5-UDCode SUBDIR += p5-UI-Dialog SUBDIR += p5-UNIVERSAL-can SUBDIR += p5-UNIVERSAL-isa SUBDIR += p5-UNIVERSAL-moniker SUBDIR += p5-UNIVERSAL-ref SUBDIR += p5-UNIVERSAL-require SUBDIR += p5-UNIVERSAL-which SUBDIR += p5-UUID SUBDIR += p5-UUID-Random SUBDIR += p5-UUID-Random-Patch-UseMRS SUBDIR += p5-UUID-Tiny SUBDIR += p5-Uniq SUBDIR += p5-Unix-Statgrab SUBDIR += p5-Unix-Uptime SUBDIR += p5-User-Identity SUBDIR += p5-VCP-Dest-svk SUBDIR += p5-VCP-Source-cvsbk SUBDIR += p5-VCP-autrijus SUBDIR += p5-VCS SUBDIR += p5-VCS-CVS SUBDIR += p5-VCS-Lite SUBDIR += p5-Validation-Class SUBDIR += p5-Variable-Eject SUBDIR += p5-Variable-Magic SUBDIR += p5-Want SUBDIR += p5-WeakRef SUBDIR += p5-Workflow SUBDIR += p5-XML-Compile-Tester SUBDIR += p5-XML-Pastor SUBDIR += p5-XS-Object-Magic SUBDIR += p5-XSLoader SUBDIR += p5-YAML-AppConfig SUBDIR += p5-Yada-Yada-Yada SUBDIR += p5-ZConf-GUI SUBDIR += p5-ZML SUBDIR += p5-accessors SUBDIR += p5-accessors-fast SUBDIR += p5-aliased SUBDIR += p5-asa SUBDIR += p5-autobox SUBDIR += p5-autobox-Core SUBDIR += p5-autodie SUBDIR += p5-autovivification SUBDIR += p5-bareword-filehandles SUBDIR += p5-base SUBDIR += p5-boolean SUBDIR += p5-capitalization SUBDIR += p5-carton SUBDIR += p5-common-sense SUBDIR += p5-constant SUBDIR += p5-constant-boolean SUBDIR += p5-constant-def SUBDIR += p5-constant-lexical SUBDIR += p5-cpan-listchanges SUBDIR += p5-enum SUBDIR += p5-ex-lib SUBDIR += p5-experimental SUBDIR += p5-forks SUBDIR += p5-github_creator SUBDIR += p5-iCal-Parser SUBDIR += p5-indirect SUBDIR += p5-interface SUBDIR += p5-latest SUBDIR += p5-lexical-underscore SUBDIR += p5-lib-abs SUBDIR += p5-libalarm SUBDIR += p5-libxml-enno SUBDIR += p5-local-lib SUBDIR += p5-match-simple SUBDIR += p5-mixin SUBDIR += p5-mocked SUBDIR += p5-multidimensional SUBDIR += p5-namespace-autoclean SUBDIR += p5-namespace-clean SUBDIR += p5-namespace-sweep SUBDIR += p5-orz SUBDIR += p5-parent SUBDIR += p5-perlbrew SUBDIR += p5-perlkde SUBDIR += p5-perlqt SUBDIR += p5-pip SUBDIR += p5-prefork SUBDIR += p5-reaper SUBDIR += p5-relative SUBDIR += p5-rpm-build-perl SUBDIR += p5-self SUBDIR += p5-self-init SUBDIR += p5-strictures SUBDIR += p5-subatom SUBDIR += p5-subversion SUBDIR += p5-syntax SUBDIR += p5-threads SUBDIR += p5-threads-shared SUBDIR += p5-true SUBDIR += p5-uni-perl SUBDIR += p5-version SUBDIR += p65 SUBDIR += paexec SUBDIR += papi SUBDIR += papp SUBDIR += pas2dox SUBDIR += pasm SUBDIR += patch SUBDIR += pccts SUBDIR += pcl SUBDIR += pcre SUBDIR += pcre++ SUBDIR += pcsc-ada SUBDIR += pcsc-lite SUBDIR += pdcurses SUBDIR += pdcurses-the SUBDIR += pear SUBDIR += pear-Config SUBDIR += pear-Console_Color SUBDIR += pear-Console_CommandLine SUBDIR += pear-Console_Getargs SUBDIR += pear-Console_Table SUBDIR += pear-Date SUBDIR += pear-Date_Holidays SUBDIR += pear-Date_Holidays_Austria SUBDIR += pear-Date_Holidays_Brazil SUBDIR += pear-Date_Holidays_Denmark SUBDIR += pear-Date_Holidays_Discordian SUBDIR += pear-Date_Holidays_EnglandWales SUBDIR += pear-Date_Holidays_Germany SUBDIR += pear-Date_Holidays_Iceland SUBDIR += pear-Date_Holidays_Ireland SUBDIR += pear-Date_Holidays_Italy SUBDIR += pear-Date_Holidays_Japan SUBDIR += pear-Date_Holidays_Netherlands SUBDIR += pear-Date_Holidays_Norway SUBDIR += pear-Date_Holidays_PHPdotNet SUBDIR += pear-Date_Holidays_Romania SUBDIR += pear-Date_Holidays_Slovenia SUBDIR += pear-Date_Holidays_Sweden SUBDIR += pear-Date_Holidays_UNO SUBDIR += pear-Date_Holidays_USA SUBDIR += pear-Date_Holidays_Ukraine SUBDIR += pear-Event_Dispatcher SUBDIR += pear-FSM SUBDIR += pear-File_Iterator SUBDIR += pear-HTML_BBCodeParser SUBDIR += pear-HTML_CSS SUBDIR += pear-HTML_Common SUBDIR += pear-HTML_Common2 SUBDIR += pear-HTML_Form SUBDIR += pear-HTML_Javascript SUBDIR += pear-HTML_Page2 SUBDIR += pear-HTML_QuickForm SUBDIR += pear-HTML_QuickForm2 SUBDIR += pear-HTML_QuickForm_Controller SUBDIR += pear-HTML_QuickForm_Livesearch SUBDIR += pear-HTML_QuickForm_Renderer_Tableless SUBDIR += pear-HTML_QuickForm_SelectFilter SUBDIR += pear-HTML_QuickForm_advmultiselect SUBDIR += pear-HTML_Select SUBDIR += pear-HTML_Select_Common SUBDIR += pear-HTML_Table SUBDIR += pear-HTML_Template_Flexy SUBDIR += pear-HTML_Template_IT SUBDIR += pear-HTML_Template_PHPLIB SUBDIR += pear-HTML_Template_Sigma SUBDIR += pear-HTML_TreeMenu SUBDIR += pear-Horde_Alarm SUBDIR += pear-Horde_Argv SUBDIR += pear-Horde_Autoloader SUBDIR += pear-Horde_Autoloader_Cache SUBDIR += pear-Horde_Cache SUBDIR += pear-Horde_Cli SUBDIR += pear-Horde_Constraint SUBDIR += pear-Horde_Controller SUBDIR += pear-Horde_Core SUBDIR += pear-Horde_Data SUBDIR += pear-Horde_Date SUBDIR += pear-Horde_Date_Parser SUBDIR += pear-Horde_Exception SUBDIR += pear-Horde_History SUBDIR += pear-Horde_Icalendar SUBDIR += pear-Horde_Injector SUBDIR += pear-Horde_Itip SUBDIR += pear-Horde_Lock SUBDIR += pear-Horde_LoginTasks SUBDIR += pear-Horde_Nls SUBDIR += pear-Horde_Notification SUBDIR += pear-Horde_Prefs SUBDIR += pear-Horde_Queue SUBDIR += pear-Horde_Rdo SUBDIR += pear-Horde_Role SUBDIR += pear-Horde_Scheduler SUBDIR += pear-Horde_Serialize SUBDIR += pear-Horde_Stream SUBDIR += pear-Horde_Stream_Filter SUBDIR += pear-Horde_Stream_Wrapper SUBDIR += pear-Horde_Support SUBDIR += pear-Horde_Thrift SUBDIR += pear-Horde_Timezone SUBDIR += pear-Horde_Token SUBDIR += pear-Horde_Translation SUBDIR += pear-Horde_Tree SUBDIR += pear-Horde_Util SUBDIR += pear-Horde_View SUBDIR += pear-I18N SUBDIR += pear-IO_Bit SUBDIR += pear-Math_Fraction SUBDIR += pear-Net_Gearman SUBDIR += pear-OLE SUBDIR += pear-PEAR_Info SUBDIR += pear-PEAR_PackageFileManager SUBDIR += pear-PEAR_PackageFileManager2 SUBDIR += pear-PEAR_PackageFileManager_Plugins SUBDIR += pear-PHPDoc SUBDIR += pear-PHPTAL SUBDIR += pear-PHPUnit3 SUBDIR += pear-PHPUnit_MockObject SUBDIR += pear-PHP_ArrayOf SUBDIR += pear-PHP_Beautifier SUBDIR += pear-PHP_CodeBrowser SUBDIR += pear-PHP_CodeCoverage SUBDIR += pear-PHP_CodeSniffer SUBDIR += pear-PHP_Compat SUBDIR += pear-PHP_CompatInfo SUBDIR += pear-PHP_Depend SUBDIR += pear-PHP_PMD SUBDIR += pear-PHP_Parser SUBDIR += pear-PHP_ParserGenerator SUBDIR += pear-PHP_Timer SUBDIR += pear-PHP_TokenStream SUBDIR += pear-PHP_UML SUBDIR += pear-PPW SUBDIR += pear-Pager SUBDIR += pear-PhpDocumentor SUBDIR += pear-Pirum SUBDIR += pear-SebastianBergmann_FinderFacade SUBDIR += pear-SebastianBergmann_Git SUBDIR += pear-SebastianBergmann_PHPCPD SUBDIR += pear-SebastianBergmann_PHPLOC SUBDIR += pear-SebastianBergmann_Version SUBDIR += pear-Structure_LinkedList SUBDIR += pear-Structures_DataGrid SUBDIR += pear-Structures_DataGrid_Renderer_Console SUBDIR += pear-Structures_DataGrid_Renderer_HTMLSortForm SUBDIR += pear-Structures_DataGrid_Renderer_HTMLTable SUBDIR += pear-Structures_DataGrid_Renderer_XUL SUBDIR += pear-Symfony_Component_Console SUBDIR += pear-Symfony_Component_Finder SUBDIR += pear-System_Command SUBDIR += pear-Testing_Selenium SUBDIR += pear-Text_Diff SUBDIR += pear-TheSeer_DirectoryScanner SUBDIR += pear-TheSeer_fDOMDocument SUBDIR += pear-TheSeer_fXSL SUBDIR += pear-TheSeer_phpDox SUBDIR += pear-VFS SUBDIR += pear-Validate SUBDIR += pear-Validate_AU SUBDIR += pear-Validate_Finance SUBDIR += pear-Validate_Finance_CreditCard SUBDIR += pear-Validate_US SUBDIR += pear-Var_Dump SUBDIR += pear-VersionControl_Git SUBDIR += pear-VersionControl_SVN SUBDIR += pear-XML_NITF SUBDIR += pear-XML_Parser SUBDIR += pear-XML_RSS SUBDIR += pear-XML_SVG SUBDIR += pear-XML_Serializer SUBDIR += pear-XML_Transformer SUBDIR += pear-XML_Tree SUBDIR += pear-XML_Util SUBDIR += pear-channel-doctrine SUBDIR += pear-channel-ezc SUBDIR += pear-channel-horde SUBDIR += pear-channel-htmlpurifier SUBDIR += pear-channel-openpear SUBDIR += pear-channel-pdepend SUBDIR += pear-channel-phing SUBDIR += pear-channel-phpdoc SUBDIR += pear-channel-phpmd SUBDIR += pear-channel-phpunit SUBDIR += pear-channel-pirum SUBDIR += pear-channel-symfony SUBDIR += pear-channel-symfony2 SUBDIR += pear-channel-theseer SUBDIR += pear-channel-twig SUBDIR += pear-codegen SUBDIR += pear-ezc_Base SUBDIR += pear-ezc_ConsoleTools SUBDIR += pear-htmlpurifier SUBDIR += pear-pdepend-staticReflection SUBDIR += pear-phing SUBDIR += pecl-APCu SUBDIR += pecl-automap SUBDIR += pecl-bbcode SUBDIR += pecl-bcompiler SUBDIR += pecl-dio SUBDIR += pecl-eio SUBDIR += pecl-ev SUBDIR += pecl-event SUBDIR += pecl-expect SUBDIR += pecl-gearman SUBDIR += pecl-hidef SUBDIR += pecl-htscanner SUBDIR += pecl-inclued SUBDIR += pecl-inotify SUBDIR += pecl-intl SUBDIR += pecl-jsmin SUBDIR += pecl-jsonc SUBDIR += pecl-judy SUBDIR += pecl-libevent SUBDIR += pecl-mcve SUBDIR += pecl-memoize SUBDIR += pecl-msgpack SUBDIR += pecl-ncurses SUBDIR += pecl-newt SUBDIR += pecl-operator SUBDIR += pecl-params SUBDIR += pecl-parsekit SUBDIR += pecl-pthreads SUBDIR += pecl-qb SUBDIR += pecl-runkit SUBDIR += pecl-scream SUBDIR += pecl-shape SUBDIR += pecl-spl_types SUBDIR += pecl-spread SUBDIR += pecl-statgrab SUBDIR += pecl-svn SUBDIR += pecl-swoole SUBDIR += pecl-test_helpers SUBDIR += pecl-uopz SUBDIR += pecl-uploadprogress SUBDIR += pecl-uri_template SUBDIR += pecl-uuid SUBDIR += pecl-vld SUBDIR += pecl-xhprof SUBDIR += pecl-yac SUBDIR += pecl-zookeeper SUBDIR += pep8 SUBDIR += performance SUBDIR += perlconsole SUBDIR += phabricator SUBDIR += php-Psr_Log SUBDIR += php-composer SUBDIR += php-libawl SUBDIR += php-memoize SUBDIR += php-scalar_objects SUBDIR += php-xdebug SUBDIR += php5-blitz SUBDIR += php5-blitz-devel SUBDIR += php5-dav SUBDIR += php5-geshi SUBDIR += php5-gettext SUBDIR += php5-ice SUBDIR += php5-json SUBDIR += php5-msgpack SUBDIR += php5-pcntl SUBDIR += php5-pinba SUBDIR += php5-readline SUBDIR += php5-shmop SUBDIR += php5-sysvmsg SUBDIR += php5-sysvsem SUBDIR += php5-sysvshm SUBDIR += php5-thrift SUBDIR += php5-tokenizer SUBDIR += php53-gettext SUBDIR += php53-json SUBDIR += php53-pcntl SUBDIR += php53-readline SUBDIR += php53-shmop SUBDIR += php53-sysvmsg SUBDIR += php53-sysvsem SUBDIR += php53-sysvshm SUBDIR += php53-tokenizer SUBDIR += php55-gettext SUBDIR += php55-json SUBDIR += php55-pcntl SUBDIR += php55-readline SUBDIR += php55-shmop SUBDIR += php55-sysvmsg SUBDIR += php55-sysvsem SUBDIR += php55-sysvshm SUBDIR += php55-tokenizer SUBDIR += php56-gettext SUBDIR += php56-json SUBDIR += php56-pcntl SUBDIR += php56-readline SUBDIR += php56-shmop SUBDIR += php56-sysvmsg SUBDIR += php56-sysvsem SUBDIR += php56-sysvshm SUBDIR += php56-tokenizer SUBDIR += phpbt SUBDIR += phpsh SUBDIR += phptags SUBDIR += physfs SUBDIR += physfs-devel SUBDIR += picp SUBDIR += picprog SUBDIR += piklab SUBDIR += pinba_engine SUBDIR += pipestatus SUBDIR += pire SUBDIR += pit SUBDIR += pkg-info.el SUBDIR += pkgconf SUBDIR += plan9port SUBDIR += pmccabe SUBDIR += pmd SUBDIR += poco SUBDIR += poco-devel SUBDIR += poco-ssl SUBDIR += popt SUBDIR += poslib SUBDIR += poxml SUBDIR += ppl SUBDIR += premake SUBDIR += premake4 SUBDIR += preps-gui SUBDIR += prepstools SUBDIR += privman SUBDIR += projectcenter SUBDIR += protobuf SUBDIR += protobuf-c SUBDIR += psptoolchain SUBDIR += psptoolchain-binutils SUBDIR += psptoolchain-gcc-stage1 SUBDIR += psptoolchain-gcc-stage2 SUBDIR += psptoolchain-gdb SUBDIR += psptoolchain-newlib SUBDIR += psptoolchain-pspsdk-stage1 SUBDIR += psptoolchain-pspsdk-stage2 SUBDIR += pstreams SUBDIR += psvn SUBDIR += pth SUBDIR += pth-hard SUBDIR += pthsem SUBDIR += ptlib SUBDIR += ptmalloc SUBDIR += ptmalloc2 SUBDIR += pty SUBDIR += ptypes SUBDIR += publib SUBDIR += pure-ffi SUBDIR += pure-readline SUBDIR += pure-stldict SUBDIR += pure-stllib SUBDIR += pushmi SUBDIR += pwlib SUBDIR += py-Acquisition SUBDIR += py-AddOns SUBDIR += py-Breve SUBDIR += py-BytecodeAssembler SUBDIR += py-DateTime SUBDIR += py-DocumentTemplate SUBDIR += py-EnthoughtBase SUBDIR += py-ExtensionClass SUBDIR += py-InlineEgg SUBDIR += py-Jinja SUBDIR += py-Jinja2 SUBDIR += py-Jinja2-doc SUBDIR += py-Missing SUBDIR += py-MultiMapping SUBDIR += py-PEAK-Rules SUBDIR += py-Persistence SUBDIR += py-Products.ATContentTypes SUBDIR += py-Products.ATReferenceBrowserWidget SUBDIR += py-Products.Archetypes SUBDIR += py-Products.BTreeFolder2 SUBDIR += py-Products.CMFActionIcons SUBDIR += py-Products.CMFCalendar SUBDIR += py-Products.CMFCore SUBDIR += py-Products.CMFDefault SUBDIR += py-Products.CMFDiffTool SUBDIR += py-Products.CMFDynamicViewFTI SUBDIR += py-Products.CMFEditions SUBDIR += py-Products.CMFFormController SUBDIR += py-Products.CMFPlacefulWorkflow SUBDIR += py-Products.CMFQuickInstallerTool SUBDIR += py-Products.CMFTestCase SUBDIR += py-Products.CMFUid SUBDIR += py-Products.DCWorkflow SUBDIR += py-Products.ExtendedPathIndex SUBDIR += py-Products.ExternalEditor SUBDIR += py-Products.ExternalMethod SUBDIR += py-Products.GenericSetup SUBDIR += py-Products.LDAPMultiPlugins SUBDIR += py-Products.LDAPUserFolder SUBDIR += py-Products.MIMETools SUBDIR += py-Products.Marshall SUBDIR += py-Products.MimetypesRegistry SUBDIR += py-Products.OFSP SUBDIR += py-Products.PasswordResetTool SUBDIR += py-Products.PlacelessTranslationService SUBDIR += py-Products.PloneLanguageTool SUBDIR += py-Products.PloneTestCase SUBDIR += py-Products.PluginRegistry SUBDIR += py-Products.PortalTransforms SUBDIR += py-Products.PythonScripts SUBDIR += py-Products.ResourceRegistries SUBDIR += py-Products.StandardCacheManagers SUBDIR += py-Products.ZCTextIndex SUBDIR += py-Products.ZCatalog SUBDIR += py-Products.ZSQLMethods SUBDIR += py-Products.ZopeVersionControl SUBDIR += py-Products.contentmigration SUBDIR += py-Products.statusmessages SUBDIR += py-Products.validation SUBDIR += py-RPyC SUBDIR += py-Record SUBDIR += py-ScriptTest SUBDIR += py-SymbolType SUBDIR += py-TGScheduler SUBDIR += py-ToscaWidgets SUBDIR += py-TurboJinja SUBDIR += py-ZopeUndo SUBDIR += py-akismet SUBDIR += py-anonfunc SUBDIR += py-anyjson SUBDIR += py-apipkg SUBDIR += py-application SUBDIR += py-archetypes.querywidget SUBDIR += py-archetypes.referencebrowserwidget SUBDIR += py-archetypes.schemaextender SUBDIR += py-argh SUBDIR += py-argparse SUBDIR += py-args SUBDIR += py-asn1 SUBDIR += py-asn1-modules SUBDIR += py-aspects SUBDIR += py-aspyct SUBDIR += py-astroid SUBDIR += py-async SUBDIR += py-asyncio SUBDIR += py-avro SUBDIR += py-babel SUBDIR += py-babelfish SUBDIR += py-bcdoc SUBDIR += py-billiard SUBDIR += py-binplist SUBDIR += py-biplist SUBDIR += py-bison SUBDIR += py-bitarray SUBDIR += py-bitstring SUBDIR += py-blessings SUBDIR += py-blinker SUBDIR += py-bluelet SUBDIR += py-boto SUBDIR += py-botocore SUBDIR += py-capstone SUBDIR += py-cclib SUBDIR += py-celery SUBDIR += py-cffi SUBDIR += py-cfgparse SUBDIR += py-checkmanifest SUBDIR += py-cheetah SUBDIR += py-ciphon SUBDIR += py-circuits SUBDIR += py-cjson SUBDIR += py-cld SUBDIR += py-click SUBDIR += py-clint SUBDIR += py-clonedigger SUBDIR += py-cmdln SUBDIR += py-cog SUBDIR += py-coil SUBDIR += py-collective.monkeypatcher SUBDIR += py-collective.z3cform.datetimewidget SUBDIR += py-colorama SUBDIR += py-colorlog SUBDIR += py-conditional SUBDIR += py-configobj SUBDIR += py-configparser SUBDIR += py-construct SUBDIR += py-country SUBDIR += py-coverage SUBDIR += py-crcmod SUBDIR += py-ctags SUBDIR += py-cxx SUBDIR += py-d2to1 SUBDIR += py-daemon SUBDIR += py-daemons SUBDIR += py-dal SUBDIR += py-darcsver SUBDIR += py-dateutil SUBDIR += py-dbus SUBDIR += py-decorator SUBDIR += py-decoratortools SUBDIR += py-defusedxml SUBDIR += py-deliciousapi SUBDIR += py-demjson SUBDIR += py-dexml SUBDIR += py-dialog SUBDIR += py-diazo SUBDIR += py-dirspec SUBDIR += py-distorm SUBDIR += py-distutils-extra SUBDIR += py-docopt SUBDIR += py-dogpile.cache SUBDIR += py-dogpile.core SUBDIR += py-doit SUBDIR += py-durus SUBDIR += py-dynrules SUBDIR += py-eggtestinfo SUBDIR += py-enum34 SUBDIR += py-epsilon SUBDIR += py-event SUBDIR += py-experimental.cssselect SUBDIR += py-extras SUBDIR += py-extremes SUBDIR += py-ezpyinline SUBDIR += py-fabric SUBDIR += py-fam SUBDIR += py-fastimport SUBDIR += py-fileutils SUBDIR += py-five.customerize SUBDIR += py-five.formlib SUBDIR += py-five.globalrequest SUBDIR += py-five.localsitemanager SUBDIR += py-flake8 SUBDIR += py-flask-babel SUBDIR += py-flexmock SUBDIR += py-foolscap SUBDIR += py-fortran SUBDIR += py-freebsd SUBDIR += py-fs SUBDIR += py-fsm SUBDIR += py-fudge SUBDIR += py-funcparserlib SUBDIR += py-fusefs SUBDIR += py-futures SUBDIR += py-game SUBDIR += py-gamin SUBDIR += py-gdata SUBDIR += py-gearman SUBDIR += py-generate SUBDIR += py-geojson SUBDIR += py-geotypes SUBDIR += py-gevent SUBDIR += py-gflags SUBDIR += py-gitdb SUBDIR += py-gitosis SUBDIR += py-glob2 SUBDIR += py-gobject SUBDIR += py-gobject3 SUBDIR += py-grab SUBDIR += py-greenlet SUBDIR += py-grizzled SUBDIR += py-grouch SUBDIR += py-gyp-devel SUBDIR += py-hashring SUBDIR += py-hghooks SUBDIR += py-hgsubversion SUBDIR += py-hgtools SUBDIR += py-humanize SUBDIR += py-icalendar SUBDIR += py-ice SUBDIR += py-icu SUBDIR += py-iniparse SUBDIR += py-initgroups SUBDIR += py-instant SUBDIR += py-interface SUBDIR += py-ipaddr SUBDIR += py-ipdb SUBDIR += py-iso8601 SUBDIR += py-isodate SUBDIR += py-iterpipes SUBDIR += py-itools SUBDIR += py-jaraco.timing SUBDIR += py-jaraco.util SUBDIR += py-jcc SUBDIR += py-jdcal SUBDIR += py-jellyfish SUBDIR += py-jira SUBDIR += py-jmespath SUBDIR += py-jsmin SUBDIR += py-json-py SUBDIR += py-jsonlib SUBDIR += py-jsonlib2 SUBDIR += py-jsonpatch SUBDIR += py-jsonpointer SUBDIR += py-jsonrpclib SUBDIR += py-jsonschema SUBDIR += py-kazoo SUBDIR += py-kid SUBDIR += py-kjbuckets SUBDIR += py-kqueue SUBDIR += py-krosspython SUBDIR += py-lazy SUBDIR += py-levenshtein SUBDIR += py-liblarch SUBDIR += py-libplist SUBDIR += py-libvirt SUBDIR += py-ll-core SUBDIR += py-lock_file SUBDIR += py-lockfile SUBDIR += py-log4py SUBDIR += py-logan SUBDIR += py-logilab-common SUBDIR += py-lxml SUBDIR += py-magic SUBDIR += py-manuel SUBDIR += py-mccabe SUBDIR += py-meliae SUBDIR += py-memoryprofiler SUBDIR += py-mercurialserver SUBDIR += py-mez_xml SUBDIR += py-mimeparse SUBDIR += py-minimongo SUBDIR += py-mock SUBDIR += py-mongoengine SUBDIR += py-mongokit SUBDIR += py-more-itertools SUBDIR += py-mox SUBDIR += py-msgpack SUBDIR += py-mwlib SUBDIR += py-mwlib.ext SUBDIR += py-mwlib.rl SUBDIR += py-mx-experimental SUBDIR += py-mygpoclient SUBDIR += py-nagioscheck SUBDIR += py-ncurses SUBDIR += py-nose SUBDIR += py-notifier SUBDIR += py-notify SUBDIR += py-ocempgui SUBDIR += py-ode SUBDIR += py-odfpy SUBDIR += py-olefileio_pl SUBDIR += py-omnijson SUBDIR += py-omniorb SUBDIR += py-optik SUBDIR += py-orbit SUBDIR += py-ordereddict SUBDIR += py-parsedatetime SUBDIR += py-parsing SUBDIR += py-path.py SUBDIR += py-pathtools SUBDIR += py-paver SUBDIR += py-pbr SUBDIR += py-pefile SUBDIR += py-period SUBDIR += py-phabricator SUBDIR += py-phpserialize SUBDIR += py-pika SUBDIR += py-pip SUBDIR += py-plan SUBDIR += py-plex SUBDIR += py-ply SUBDIR += py-polib SUBDIR += py-posix_ipc SUBDIR += py-pp SUBDIR += py-pqueue SUBDIR += py-prettytable SUBDIR += py-prioritized_methods SUBDIR += py-protobuf SUBDIR += py-protocols SUBDIR += py-protocols-devel SUBDIR += py-ptrace SUBDIR += py-pudb SUBDIR += py-px SUBDIR += py-pycalendar SUBDIR += py-pycallgraph SUBDIR += py-pycerberus SUBDIR += py-pycparser SUBDIR += py-pydasm SUBDIR += py-pyechonest SUBDIR += py-pyelftools SUBDIR += py-pyev SUBDIR += py-pyflakes SUBDIR += py-pygit2 SUBDIR += py-pygithub SUBDIR += py-pygpx SUBDIR += py-pykde4 SUBDIR += py-pykdeuic4 SUBDIR += py-pyke SUBDIR += py-pylib SUBDIR += py-pymarc SUBDIR += py-pympler SUBDIR += py-pyparsing15 SUBDIR += py-pyro SUBDIR += py-pyshapelib SUBDIR += py-pytemplate SUBDIR += py-pytest SUBDIR += py-pytest-runner SUBDIR += py-python-statsd SUBDIR += py-pythonbrew SUBDIR += py-pytz SUBDIR += py-pyutil SUBDIR += py-pyxml2obj SUBDIR += py-qpid SUBDIR += py-qserve SUBDIR += py-qt4 SUBDIR += py-qt4-assistant SUBDIR += py-qt4-core SUBDIR += py-qt4-dbus SUBDIR += py-qt4-dbussupport SUBDIR += py-qt4-declarative SUBDIR += py-qt4-designer SUBDIR += py-qt4-designerplugin SUBDIR += py-qt4-help SUBDIR += py-qt4-qscintilla2 SUBDIR += py-qt4-script SUBDIR += py-qt4-scripttools SUBDIR += py-qt4-test SUBDIR += py-rauth SUBDIR += py-repl SUBDIR += py-repoze.lru SUBDIR += py-repoze.tm2 SUBDIR += py-repoze.what SUBDIR += py-repoze.what-pylons SUBDIR += py-repoze.who SUBDIR += py-repoze.who-friendlyform SUBDIR += py-repoze.who-testutil SUBDIR += py-repoze.xmliter SUBDIR += py-resolver SUBDIR += py-resourcepackage SUBDIR += py-riak_pb SUBDIR += py-rlcompleter2 SUBDIR += py-robotframework SUBDIR += py-robotframework-pabot SUBDIR += py-robotframework-ride SUBDIR += py-robotframework-selenium2library SUBDIR += py-rope SUBDIR += py-rose SUBDIR += py-roxlib SUBDIR += py-rtree SUBDIR += py-ruledispatch SUBDIR += py-sanetime SUBDIR += py-sdl2 SUBDIR += py-serpent SUBDIR += py-setproctitle SUBDIR += py-setuptools SUBDIR += py-setuptools-git SUBDIR += py-setuptools27 SUBDIR += py-setuptools32 SUBDIR += py-setuptools33 SUBDIR += py-setuptools34 SUBDIR += py-setuptools_darcs SUBDIR += py-setuptools_hg SUBDIR += py-shapely SUBDIR += py-simplegeneric SUBDIR += py-simplejson SUBDIR += py-simpleparse SUBDIR += py-simpletal SUBDIR += py-simpy SUBDIR += py-singledispatch SUBDIR += py-sip SUBDIR += py-six SUBDIR += py-smmap SUBDIR += py-snack SUBDIR += py-snackwich SUBDIR += py-spark SUBDIR += py-speaklater SUBDIR += py-sqlcc SUBDIR += py-statgrab SUBDIR += py-stevedore SUBDIR += py-stsci.distutils SUBDIR += py-subversion SUBDIR += py-subvertpy SUBDIR += py-sysctl SUBDIR += py-sysv_ipc SUBDIR += py-tables SUBDIR += py-tabulate SUBDIR += py-tapi SUBDIR += py-tarantool-queue SUBDIR += py-tconfpy SUBDIR += py-tempstorage SUBDIR += py-termcolor SUBDIR += py-testgears SUBDIR += py-testoob SUBDIR += py-testtools SUBDIR += py-tgMochiKit SUBDIR += py-thrift SUBDIR += py-timelib SUBDIR += py-tox SUBDIR += py-trace2html SUBDIR += py-traits SUBDIR += py-transaction SUBDIR += py-trollius SUBDIR += py-turbocheetah SUBDIR += py-turbojson SUBDIR += py-turbojson11 SUBDIR += py-turbokid SUBDIR += py-tvrage SUBDIR += py-tw.forms SUBDIR += py-twisted SUBDIR += py-twistedCore SUBDIR += py-twistedFlow SUBDIR += py-twistedRunner SUBDIR += py-tzlocal SUBDIR += py-ua_parser SUBDIR += py-ujson SUBDIR += py-uncompyle2 SUBDIR += py-unipath SUBDIR += py-unittest2 SUBDIR += py-unittestplus SUBDIR += py-urlimport SUBDIR += py-urwid SUBDIR += py-usb SUBDIR += py-user_agents SUBDIR += py-utils SUBDIR += py-venusian SUBDIR += py-versiontools SUBDIR += py-virtualenv SUBDIR += py-virtualenv-clone SUBDIR += py-virtualenvwrapper SUBDIR += py-watchdog SUBDIR += py-wheel SUBDIR += py-wsgi_xmlrpc SUBDIR += py-wsgitools SUBDIR += py-wsgiutils SUBDIR += py-xattr SUBDIR += py-xcaplib SUBDIR += py-xdg SUBDIR += py-xerox SUBDIR += py-xmltodict SUBDIR += py-xoltar-toolkit SUBDIR += py-yaml SUBDIR += py-yappi SUBDIR += py-yapps2 SUBDIR += py-ydbf SUBDIR += py-yum-metadata-parser SUBDIR += py-yunomi SUBDIR += py-z3c.autoinclude SUBDIR += py-z3c.batching SUBDIR += py-z3c.caching SUBDIR += py-z3c.form SUBDIR += py-z3c.formwidget.query SUBDIR += py-z3c.zcmlhook SUBDIR += py-zExceptions SUBDIR += py-zLOG SUBDIR += py-zc.buildout SUBDIR += py-zclockfile SUBDIR += py-zconfig SUBDIR += py-zope.annotation SUBDIR += py-zope.app.applicationcontrol SUBDIR += py-zope.app.appsetup SUBDIR += py-zope.app.basicskin SUBDIR += py-zope.app.broken SUBDIR += py-zope.app.cache SUBDIR += py-zope.app.component SUBDIR += py-zope.app.container SUBDIR += py-zope.app.content SUBDIR += py-zope.app.debug SUBDIR += py-zope.app.dependable SUBDIR += py-zope.app.error SUBDIR += py-zope.app.exception SUBDIR += py-zope.app.folder SUBDIR += py-zope.app.form SUBDIR += py-zope.app.generations SUBDIR += py-zope.app.http SUBDIR += py-zope.app.pagetemplate SUBDIR += py-zope.app.publication SUBDIR += py-zope.app.publisher SUBDIR += py-zope.app.renderer SUBDIR += py-zope.app.rotterdam SUBDIR += py-zope.app.schema SUBDIR += py-zope.app.testing SUBDIR += py-zope.app.zcmlfiles SUBDIR += py-zope.app.zopeappgenerations SUBDIR += py-zope.applicationcontrol SUBDIR += py-zope.broken SUBDIR += py-zope.browser SUBDIR += py-zope.browsermenu SUBDIR += py-zope.browserpage SUBDIR += py-zope.browserresource SUBDIR += py-zope.cachedescriptors SUBDIR += py-zope.component SUBDIR += py-zope.componentvocabulary SUBDIR += py-zope.configuration SUBDIR += py-zope.container SUBDIR += py-zope.contentprovider SUBDIR += py-zope.contenttype SUBDIR += py-zope.copy SUBDIR += py-zope.copypastemove SUBDIR += py-zope.datetime SUBDIR += py-zope.deferredimport SUBDIR += py-zope.deprecation SUBDIR += py-zope.dottedname SUBDIR += py-zope.dublincore SUBDIR += py-zope.error SUBDIR += py-zope.event SUBDIR += py-zope.exceptions SUBDIR += py-zope.filerepresentation SUBDIR += py-zope.formlib SUBDIR += py-zope.generations SUBDIR += py-zope.globalrequest SUBDIR += py-zope.i18n SUBDIR += py-zope.interface SUBDIR += py-zope.lifecycleevent SUBDIR += py-zope.location SUBDIR += py-zope.minmax SUBDIR += py-zope.pagetemplate SUBDIR += py-zope.processlifetime SUBDIR += py-zope.ptresource SUBDIR += py-zope.publisher SUBDIR += py-zope.ramcache SUBDIR += py-zope.schema SUBDIR += py-zope.sequencesort SUBDIR += py-zope.site SUBDIR += py-zope.size SUBDIR += py-zope.tales SUBDIR += py-zope.testbrowser SUBDIR += py-zope.testing SUBDIR += py-zope.traversing SUBDIR += py-zope.viewlet SUBDIR += py_static_check SUBDIR += py3-dbus SUBDIR += py3-gobject3 SUBDIR += py3-xdg SUBDIR += pybugz SUBDIR += pychecker SUBDIR += pycount SUBDIR += pydbus-common SUBDIR += pygobject3-common SUBDIR += pylint SUBDIR += pymacs SUBDIR += pyobfuscate SUBDIR += pypersrc SUBDIR += pyrex SUBDIR += pyside SUBDIR += pyside-tools SUBDIR += pyst SUBDIR += pysvn SUBDIR += pythk SUBDIR += pythontidy SUBDIR += qbzr SUBDIR += qca SUBDIR += qconf SUBDIR += qct SUBDIR += qdevelop SUBDIR += qgit SUBDIR += qjson SUBDIR += qmake SUBDIR += qmake4 SUBDIR += qmake5 SUBDIR += qprog SUBDIR += qross SUBDIR += qscintilla2 SUBDIR += qscintilla2-designerplugin SUBDIR += qsvn SUBDIR += qt4 SUBDIR += qt4-assistant SUBDIR += qt4-assistant-adp SUBDIR += qt4-corelib SUBDIR += qt4-designer SUBDIR += qt4-help SUBDIR += qt4-help-tools SUBDIR += qt4-libqtassistantclient SUBDIR += qt4-linguist SUBDIR += qt4-makeqpf SUBDIR += qt4-moc SUBDIR += qt4-porting SUBDIR += qt4-qdbusviewer SUBDIR += qt4-qdoc3 SUBDIR += qt4-qmlviewer SUBDIR += qt4-qt3support SUBDIR += qt4-qtsolutions-singleapplication SUBDIR += qt4-qtsolutions-soap SUBDIR += qt4-qvfb SUBDIR += qt4-rcc SUBDIR += qt4-script SUBDIR += qt4-scripttools SUBDIR += qt4-testlib SUBDIR += qt4-uic SUBDIR += qt4-uic3 SUBDIR += qt5 SUBDIR += qt5-assistant SUBDIR += qt5-buildtools SUBDIR += qt5-concurrent SUBDIR += qt5-core SUBDIR += qt5-designer SUBDIR += qt5-help SUBDIR += qt5-linguist SUBDIR += qt5-linguisttools SUBDIR += qt5-qdbus SUBDIR += qt5-qdbusviewer SUBDIR += qt5-qmldevtools SUBDIR += qt5-script SUBDIR += qt5-scripttools SUBDIR += qt5-testlib SUBDIR += qt5-uitools SUBDIR += qtcreator SUBDIR += qtscriptgenerator SUBDIR += quickcheck++ SUBDIR += quilt SUBDIR += radare2 SUBDIR += ragel SUBDIR += raknet SUBDIR += rapidsvn SUBDIR += rbenv SUBDIR += rbtools SUBDIR += rclint SUBDIR += rcs SUBDIR += rcs57 SUBDIR += re2 SUBDIR += re2c SUBDIR += readline SUBDIR += rebar SUBDIR += regexx SUBDIR += regexxer SUBDIR += remake SUBDIR += replay SUBDIR += rhtvision SUBDIR += rlog SUBDIR += rlwrap SUBDIR += roboctl SUBDIR += robodoc SUBDIR += root-doc SUBDIR += ros SUBDIR += rote SUBDIR += rpc2 SUBDIR += rpm-spec-mode.el SUBDIR += rsvndump SUBDIR += rth SUBDIR += ruby-aspectr SUBDIR += ruby-bsearch SUBDIR += ruby-build SUBDIR += ruby-byaccr SUBDIR += ruby-cache SUBDIR += ruby-calendar SUBDIR += ruby-date2 SUBDIR += ruby-dialogs SUBDIR += ruby-event-loop SUBDIR += ruby-flexmock SUBDIR += ruby-gems SUBDIR += ruby-intl SUBDIR += ruby-korundum SUBDIR += ruby-krossruby SUBDIR += ruby-langscan SUBDIR += ruby-locale SUBDIR += ruby-ncurses SUBDIR += ruby-property SUBDIR += ruby-qtruby SUBDIR += ruby-rbbr SUBDIR += ruby-rbison SUBDIR += ruby-rbprof SUBDIR += ruby-rreadline SUBDIR += ruby-sdl SUBDIR += ruby-setup.rb SUBDIR += ruby-subversion SUBDIR += ruby-tzfile SUBDIR += ruby-wirble SUBDIR += rubygem-abstract SUBDIR += rubygem-actionview SUBDIR += rubygem-active_scaffold SUBDIR += rubygem-activemessaging SUBDIR += rubygem-activesupport SUBDIR += rubygem-activesupport4 SUBDIR += rubygem-allison SUBDIR += rubygem-analogger SUBDIR += rubygem-annoy SUBDIR += rubygem-ansi SUBDIR += rubygem-apipie-bindings SUBDIR += rubygem-app_config SUBDIR += rubygem-arrayfields SUBDIR += rubygem-ascii85 SUBDIR += rubygem-aspectr SUBDIR += rubygem-atomic SUBDIR += rubygem-atoulme-antwrap SUBDIR += rubygem-attic SUBDIR += rubygem-authlogic SUBDIR += rubygem-awesome_print SUBDIR += rubygem-axiom-types SUBDIR += rubygem-backports SUBDIR += rubygem-bacon SUBDIR += rubygem-benelux SUBDIR += rubygem-bin_utils SUBDIR += rubygem-bindata SUBDIR += rubygem-bioruby SUBDIR += rubygem-blankslate SUBDIR += rubygem-blockenspiel SUBDIR += rubygem-bson SUBDIR += rubygem-bson1 SUBDIR += rubygem-buftok SUBDIR += rubygem-bugspots SUBDIR += rubygem-builder SUBDIR += rubygem-builder31 SUBDIR += rubygem-builder32 SUBDIR += rubygem-byebug SUBDIR += rubygem-caesars SUBDIR += rubygem-cairo-gobject SUBDIR += rubygem-capybara SUBDIR += rubygem-celluloid SUBDIR += rubygem-celluloid-io SUBDIR += rubygem-childprocess SUBDIR += rubygem-chronic SUBDIR += rubygem-clamp SUBDIR += rubygem-classifier SUBDIR += rubygem-classifier-reborn SUBDIR += rubygem-climate_control SUBDIR += rubygem-clio SUBDIR += rubygem-cloudfiles SUBDIR += rubygem-cocaine SUBDIR += rubygem-coercible SUBDIR += rubygem-coffee-rails SUBDIR += rubygem-coffee-rails4 SUBDIR += rubygem-coffee-script SUBDIR += rubygem-coffee-script-source SUBDIR += rubygem-colorize SUBDIR += rubygem-columnize SUBDIR += rubygem-commander SUBDIR += rubygem-configatron SUBDIR += rubygem-configuration SUBDIR += rubygem-cool.io SUBDIR += rubygem-crack SUBDIR += rubygem-cri SUBDIR += rubygem-cucumber SUBDIR += rubygem-daemon_controller SUBDIR += rubygem-daemons SUBDIR += rubygem-debugger SUBDIR += rubygem-debugger-linecache SUBDIR += rubygem-debugger-xml SUBDIR += rubygem-deep_merge SUBDIR += rubygem-deeptest SUBDIR += rubygem-delayed_job SUBDIR += rubygem-delayer SUBDIR += rubygem-dep_selector SUBDIR += rubygem-deprecated SUBDIR += rubygem-deprecated2 SUBDIR += rubygem-descendants_tracker SUBDIR += rubygem-devise SUBDIR += rubygem-devise-async SUBDIR += rubygem-directory_watcher SUBDIR += rubygem-ditz SUBDIR += rubygem-docile SUBDIR += rubygem-dotenv-deployment SUBDIR += rubygem-drydock SUBDIR += rubygem-edavis10-object_daddy SUBDIR += rubygem-elif SUBDIR += rubygem-enumerize SUBDIR += rubygem-equalizer SUBDIR += rubygem-errand SUBDIR += rubygem-eventmachine SUBDIR += rubygem-excon SUBDIR += rubygem-execjs SUBDIR += rubygem-extlib SUBDIR += rubygem-facets SUBDIR += rubygem-fast-stemmer SUBDIR += rubygem-fast_gettext SUBDIR += rubygem-fastercsv SUBDIR += rubygem-fastri SUBDIR += rubygem-fastthread SUBDIR += rubygem-fattr SUBDIR += rubygem-ffi SUBDIR += rubygem-ffi-yajl SUBDIR += rubygem-file-tail SUBDIR += rubygem-filemagic SUBDIR += rubygem-fluent-logger SUBDIR += rubygem-fog SUBDIR += rubygem-fog-brightbox SUBDIR += rubygem-fog-core SUBDIR += rubygem-fog-json SUBDIR += rubygem-font-awesome-rails SUBDIR += rubygem-foreman SUBDIR += rubygem-formatador SUBDIR += rubygem-gdata SUBDIR += rubygem-gem_plugin SUBDIR += rubygem-gemcutter SUBDIR += rubygem-gems SUBDIR += rubygem-generator_spec SUBDIR += rubygem-georuby SUBDIR += rubygem-getopt SUBDIR += rubygem-gettext SUBDIR += rubygem-gibbler SUBDIR += rubygem-gio2 SUBDIR += rubygem-git SUBDIR += rubygem-github_api SUBDIR += rubygem-gitlab-pygments.rb SUBDIR += rubygem-gitlab_git SUBDIR += rubygem-gitlab_meta SUBDIR += rubygem-glib2 SUBDIR += rubygem-gobject-introspection SUBDIR += rubygem-graf SUBDIR += rubygem-grape SUBDIR += rubygem-grape-entity SUBDIR += rubygem-grape-swagger SUBDIR += rubygem-grit SUBDIR += rubygem-gyoku SUBDIR += rubygem-hashery SUBDIR += rubygem-hashie SUBDIR += rubygem-hashie2 SUBDIR += rubygem-highline SUBDIR += rubygem-hike SUBDIR += rubygem-hitimes SUBDIR += rubygem-hoe SUBDIR += rubygem-holidays SUBDIR += rubygem-i18n SUBDIR += rubygem-icalendar SUBDIR += rubygem-ice_nine SUBDIR += rubygem-igraph SUBDIR += rubygem-inflecto SUBDIR += rubygem-inline SUBDIR += rubygem-interact SUBDIR += rubygem-io-like SUBDIR += rubygem-iobuffer SUBDIR += rubygem-jammit SUBDIR += rubygem-jbuilder SUBDIR += rubygem-jekyll-coffeescript SUBDIR += rubygem-jeweler SUBDIR += rubygem-jquery-ui-themes SUBDIR += rubygem-jruby-jars SUBDIR += rubygem-json SUBDIR += rubygem-json_pure SUBDIR += rubygem-kafo SUBDIR += rubygem-kafo_parsers SUBDIR += rubygem-kgio SUBDIR += rubygem-launchy SUBDIR += rubygem-launchy22 SUBDIR += rubygem-librarian SUBDIR += rubygem-libyajl2 SUBDIR += rubygem-listen SUBDIR += rubygem-little_plugger SUBDIR += rubygem-locale SUBDIR += rubygem-lockfile SUBDIR += rubygem-logging SUBDIR += rubygem-loquacious SUBDIR += rubygem-lumberjack SUBDIR += rubygem-main SUBDIR += rubygem-map SUBDIR += rubygem-mash SUBDIR += rubygem-memoizable SUBDIR += rubygem-memoize SUBDIR += rubygem-mercenary SUBDIR += rubygem-metaclass SUBDIR += rubygem-metaid SUBDIR += rubygem-method_source SUBDIR += rubygem-mini_portile SUBDIR += rubygem-minitest SUBDIR += rubygem-minitest4 SUBDIR += rubygem-mirror SUBDIR += rubygem-mixlib-authentication SUBDIR += rubygem-mixlib-cli SUBDIR += rubygem-mixlib-config SUBDIR += rubygem-mixlib-log SUBDIR += rubygem-mixlib-shellout SUBDIR += rubygem-mkrf SUBDIR += rubygem-mocha SUBDIR += rubygem-moneta SUBDIR += rubygem-moneta06 SUBDIR += rubygem-mongo SUBDIR += rubygem-msgpack SUBDIR += rubygem-mspec SUBDIR += rubygem-multi_json SUBDIR += rubygem-multi_test SUBDIR += rubygem-murmurhash3 SUBDIR += rubygem-mutter SUBDIR += rubygem-naught SUBDIR += rubygem-needle SUBDIR += rubygem-nesty SUBDIR += rubygem-nice-ffi SUBDIR += rubygem-nio4r SUBDIR += rubygem-nori SUBDIR += rubygem-notify SUBDIR += rubygem-open3_backport SUBDIR += rubygem-open4 SUBDIR += rubygem-orm_adapter SUBDIR += rubygem-paint SUBDIR += rubygem-paperclip SUBDIR += rubygem-piston SUBDIR += rubygem-pkg-config SUBDIR += rubygem-platform SUBDIR += rubygem-plist SUBDIR += rubygem-polyglot SUBDIR += rubygem-popen4 SUBDIR += rubygem-posix-spawn SUBDIR += rubygem-powerbar SUBDIR += rubygem-power_assert SUBDIR += rubygem-prototype-rails SUBDIR += rubygem-pry SUBDIR += rubygem-pry-remote-em SUBDIR += rubygem-ptreloaded SUBDIR += rubygem-pygments.rb SUBDIR += rubygem-r18n-core SUBDIR += rubygem-racc SUBDIR += rubygem-rack-raw-upload SUBDIR += rubygem-rails-observers SUBDIR += rubygem-rainbow SUBDIR += rubygem-rake SUBDIR += rubygem-rake-compiler SUBDIR += rubygem-rapt SUBDIR += rubygem-rash SUBDIR += rubygem-rb-fsevent SUBDIR += rubygem-rb-inotify SUBDIR += rubygem-rb-kqueue SUBDIR += rubygem-rcov SUBDIR += rubygem-rdoc SUBDIR += rubygem-recaptcha SUBDIR += rubygem-redis-activesupport SUBDIR += rubygem-redis-store SUBDIR += rubygem-redmine_plugin_support SUBDIR += rubygem-ref SUBDIR += rubygem-require_all SUBDIR += rubygem-request_store SUBDIR += rubygem-rgl SUBDIR += rubygem-rr SUBDIR += rubygem-rrd-ffi SUBDIR += rubygem-rscm SUBDIR += rubygem-rspec SUBDIR += rubygem-rspec-core SUBDIR += rubygem-rspec-expectations SUBDIR += rubygem-rspec-mocks SUBDIR += rubygem-rspec-spies SUBDIR += rubygem-rspec-support SUBDIR += rubygem-rubigen SUBDIR += rubygem-ruby-bugzilla SUBDIR += rubygem-ruby-ole SUBDIR += rubygem-ruby-prof SUBDIR += rubygem-ruby-sdl-ffi SUBDIR += rubygem-ruby2ruby SUBDIR += rubygem-ruby_parser SUBDIR += rubygem-rubygame SUBDIR += rubygem-rubygems-tasks SUBDIR += rubygem-rubyinlineaccel SUBDIR += rubygem-rubytree SUBDIR += rubygem-rufus-scheduler SUBDIR += rubygem-rugged SUBDIR += rubygem-runt SUBDIR += rubygem-ruport SUBDIR += rubygem-safe_yaml SUBDIR += rubygem-sdoc SUBDIR += rubygem-sequel SUBDIR += rubygem-sequel3 SUBDIR += rubygem-settingslogic SUBDIR += rubygem-sexp_processor SUBDIR += rubygem-shoulda SUBDIR += rubygem-shoulda-context SUBDIR += rubygem-shoulda-matchers SUBDIR += rubygem-sigdump SUBDIR += rubygem-simple_form SUBDIR += rubygem-simplecov SUBDIR += rubygem-slim SUBDIR += rubygem-slop SUBDIR += rubygem-soap4r SUBDIR += rubygem-spring SUBDIR += rubygem-sprockets SUBDIR += rubygem-sprockets211 SUBDIR += rubygem-sprockets-rails SUBDIR += rubygem-spruz SUBDIR += rubygem-state_machine SUBDIR += rubygem-statsd SUBDIR += rubygem-stella SUBDIR += rubygem-stemmer SUBDIR += rubygem-stomp SUBDIR += rubygem-storable SUBDIR += rubygem-stream SUBDIR += rubygem-streetaddress SUBDIR += rubygem-stringex SUBDIR += rubygem-structured_warnings SUBDIR += rubygem-subexec SUBDIR += rubygem-sugar-high SUBDIR += rubygem-sumbur SUBDIR += rubygem-sundawg_country_codes SUBDIR += rubygem-sysinfo SUBDIR += rubygem-systemu SUBDIR += rubygem-table_print SUBDIR += rubygem-templater SUBDIR += rubygem-temple SUBDIR += rubygem-term-ansicolor SUBDIR += rubygem-test SUBDIR += rubygem-test-unit SUBDIR += rubygem-thor SUBDIR += rubygem-thread_safe SUBDIR += rubygem-thread_safe1 SUBDIR += rubygem-thrift SUBDIR += rubygem-tilt SUBDIR += rubygem-tilt1 SUBDIR += rubygem-timers SUBDIR += rubygem-timers1 SUBDIR += rubygem-tins SUBDIR += rubygem-tins0 SUBDIR += rubygem-toml SUBDIR += rubygem-transactionsimple SUBDIR += rubygem-treetop SUBDIR += rubygem-trollop SUBDIR += rubygem-turn SUBDIR += rubygem-typed-array SUBDIR += rubygem-tzinfo SUBDIR += rubygem-tzinfo03 SUBDIR += rubygem-unicode SUBDIR += rubygem-uuid SUBDIR += rubygem-uuidtools SUBDIR += rubygem-validatable SUBDIR += rubygem-versionomy SUBDIR += rubygem-virtus SUBDIR += rubygem-warbler SUBDIR += rubygem-warden SUBDIR += rubygem-wdm SUBDIR += rubygem-webby SUBDIR += rubygem-wmi-lite SUBDIR += rubygem-xpath SUBDIR += rubygem-yajl-ruby SUBDIR += rubygem-yui-compressor SUBDIR += rubygem-zentest SUBDIR += rudeconfig SUBDIR += rudiments SUBDIR += runsnakerun SUBDIR += rvi SUBDIR += rvm SUBDIR += sabre SUBDIR += safe-iop SUBDIR += sbt SUBDIR += scala-ide SUBDIR += scalatest SUBDIR += scandoc SUBDIR += scons SUBDIR += sdl12 SUBDIR += sdl20 SUBDIR += sdl_console SUBDIR += sdl_gnat SUBDIR += sdl_sge SUBDIR += sdlmm SUBDIR += sdlskk SUBDIR += sdts++ SUBDIR += sedsed SUBDIR += seed SUBDIR += seed3 SUBDIR += serdisplib SUBDIR += sfio SUBDIR += sfml SUBDIR += sfml1 SUBDIR += sgb SUBDIR += shapelib SUBDIR += shflags SUBDIR += shiboken SUBDIR += shmap SUBDIR += shtk SUBDIR += shtool SUBDIR += sigslot SUBDIR += silc-toolkit SUBDIR += silentbob SUBDIR += simgear SUBDIR += simian SUBDIR += simpletest SUBDIR += skalibs SUBDIR += slf4j SUBDIR += smack SUBDIR += smake SUBDIR += smc SUBDIR += smokegen SUBDIR += smokekde SUBDIR += smokeqt SUBDIR += smv SUBDIR += soapui SUBDIR += sourcenav SUBDIR += spatialindex SUBDIR += spdict SUBDIR += spin SUBDIR += splint SUBDIR += srecord SUBDIR += st SUBDIR += statcvs SUBDIR += statsvn SUBDIR += stfl SUBDIR += stlfilt SUBDIR += stlink SUBDIR += storm SUBDIR += stormlib-ghost++ SUBDIR += str SUBDIR += strace SUBDIR += streamhtmlparser SUBDIR += stringencoders SUBDIR += stxxl SUBDIR += styx SUBDIR += subclipse SUBDIR += subcommander2 SUBDIR += subversion SUBDIR += subversion-book SUBDIR += subversion-static SUBDIR += subversion16 SUBDIR += subversion17 SUBDIR += subversive SUBDIR += svk SUBDIR += svn2git SUBDIR += svn_load_dirs SUBDIR += svndelta SUBDIR += svnkit SUBDIR += svntrac SUBDIR += swank-clojure SUBDIR += swig13 SUBDIR += swig20 SUBDIR += swig30 SUBDIR += synfig SUBDIR += sysconftool SUBDIR += sysfsutils SUBDIR += t1lib SUBDIR += ta-lib SUBDIR += tailor SUBDIR += talloc SUBDIR += tass64 SUBDIR += tbb SUBDIR += tcl-memchan SUBDIR += tcl-mmap SUBDIR += tcl-signal SUBDIR += tcl-trf SUBDIR += tclap SUBDIR += tclcheck SUBDIR += tclgetopts SUBDIR += tcllib SUBDIR += tclmore SUBDIR += tcloo SUBDIR += tclreadline SUBDIR += tclthread SUBDIR += tcltls SUBDIR += tclvfs SUBDIR += tclxml SUBDIR += tdl SUBDIR += terminality SUBDIR += tesla SUBDIR += tevent SUBDIR += tex-kpathsea SUBDIR += tex-web2c SUBDIR += thrift SUBDIR += thrift-c_glib SUBDIR += thrift-cpp SUBDIR += thunar-vcs-plugin SUBDIR += tig SUBDIR += tigcc SUBDIR += tijmp SUBDIR += tinylaf SUBDIR += tinyq SUBDIR += tkcon SUBDIR += tkcvs SUBDIR += tkinspect SUBDIR += tkmerge SUBDIR += tkp4 SUBDIR += tla SUBDIR += tmake SUBDIR += tnt SUBDIR += toh SUBDIR += tokamak SUBDIR += tortoisehg SUBDIR += tpasm SUBDIR += trac-bitten SUBDIR += tradcpp SUBDIR += trio SUBDIR += truc SUBDIR += uatraits SUBDIR += uboot-mkimage SUBDIR += uclmmbase SUBDIR += ucommon SUBDIR += ucpp SUBDIR += udis86 SUBDIR += ultragetopt SUBDIR += umbrello SUBDIR += umem SUBDIR += umlgraph SUBDIR += universalindentgui SUBDIR += upnp SUBDIR += upp SUBDIR += upslug SUBDIR += urjtag SUBDIR += utf8cpp SUBDIR += uthash SUBDIR += valgrind SUBDIR += valgrind-devel SUBDIR += varconf SUBDIR += vera++ SUBDIR += viewvc SUBDIR += violet SUBDIR += visualparadigm SUBDIR += vstr SUBDIR += vtcl SUBDIR += vxlog SUBDIR += wand-libconfig SUBDIR += websvn SUBDIR += wininfo SUBDIR += winpdb SUBDIR += wizardkit SUBDIR += wxGlade SUBDIR += xa65 SUBDIR += xc3sprog SUBDIR += xdg-user-dirs SUBDIR += xdg-utils SUBDIR += xfce4-dev-tools SUBDIR += xfce4-vala SUBDIR += xlocale SUBDIR += xmake SUBDIR += xmltooling SUBDIR += xorg-macros SUBDIR += xparam SUBDIR += xsd SUBDIR += xtl SUBDIR += xtla SUBDIR += xwpe SUBDIR += xxgdb SUBDIR += xxl SUBDIR += yajl SUBDIR += yajl-tcl SUBDIR += yaml-cpp SUBDIR += yaml-cpp03 SUBDIR += yasm SUBDIR += yasm-devel SUBDIR += z80-asm SUBDIR += z80asm SUBDIR += z80ex SUBDIR += zookeeper SUBDIR += zpu-binutils SUBDIR += zpu-gcc SUBDIR += ztcl SUBDIR += zthread SUBDIR += zziplib .include Index: head/devel/linux-c6-dbus-glib/Makefile =================================================================== --- head/devel/linux-c6-dbus-glib/Makefile (nonexistent) +++ head/devel/linux-c6-dbus-glib/Makefile (revision 368845) @@ -0,0 +1,25 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= dbus-glib +PORTVERSION= 0.86 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= GLib bindings for D-Bus (Linux CentOS ${LINUX_DIST_VER}) + +USE_LINUX= c6 +USE_LINUX_RPM= yes +USE_LINUX_APPS= dbuslibs expat + +RPMVERSION= 6.el6 +BRANDELF_FILES= usr/bin/dbus-binding-tool +USE_LDCONFIG= yes + +PLIST_FILES= usr/bin/dbus-binding-tool usr/lib/libdbus-glib-1.so.2 \ + usr/lib/libdbus-glib-1.so.2.1.0 +DOCSDIR= usr/share/doc/dbus-glib-0.86 +PORTDOCS= COPYING ChangeLog NEWS +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/devel/linux-c6-dbus-glib/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-dbus-glib/distinfo.i686 =================================================================== --- head/devel/linux-c6-dbus-glib/distinfo.i686 (nonexistent) +++ head/devel/linux-c6-dbus-glib/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/dbus-glib-0.86-6.el6.i686.rpm) = e1cb0f93ab95f372e8f1db1f5cb478bef50162df83529b30df86d3a2230b15ad +SIZE (rpm/i686/centos/6.5/dbus-glib-0.86-6.el6.i686.rpm) = 174260 +SHA256 (rpm/i686/centos/6.5/dbus-glib-0.86-6.el6.src.rpm) = 64debf22fe3655502f1afa6e27451b0de83a3a8ac922470ce5694087f656c82f +SIZE (rpm/i686/centos/6.5/dbus-glib-0.86-6.el6.src.rpm) = 717593 Property changes on: head/devel/linux-c6-dbus-glib/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-dbus-libs/Makefile =================================================================== --- head/devel/linux-c6-dbus-libs/Makefile (nonexistent) +++ head/devel/linux-c6-dbus-libs/Makefile (revision 368845) @@ -0,0 +1,25 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= dbus-libs +PORTVERSION= 1.2.24 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Libraries for accessing D-BUS (Linux CentOS ${LINUX_DIST_VER}) + +ONLY_FOR_ARCHS= i386 amd64 + +USE_LINUX= c6 +USE_LINUX_RPM= yes +RPMVERSION= 7.el6_3 +USE_LDCONFIG= yes +DESCR= ${.CURDIR}/../dbus/pkg-descr + +PLIST_FILES= lib/libdbus-1.so.3 lib/libdbus-1.so.3.4.0 + +CONFLICTS= linux-dbus-libs-[0-9]* linux-f10-dbus-libs-[0-9]* + +SRC_DISTFILES= dbus-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} + +.include Property changes on: head/devel/linux-c6-dbus-libs/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-dbus-libs/distinfo.i686 =================================================================== --- head/devel/linux-c6-dbus-libs/distinfo.i686 (nonexistent) +++ head/devel/linux-c6-dbus-libs/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/dbus-libs-1.2.24-7.el6_3.i686.rpm) = ec0af9c242c73008cf1b26e2ae3d132f62d8a6b9c866bfb463b6ea9d2eea71ab +SIZE (rpm/i686/centos/6.5/dbus-libs-1.2.24-7.el6_3.i686.rpm) = 131740 +SHA256 (rpm/i686/centos/6.5/dbus-1.2.24-7.el6_3.src.rpm) = df3508c374ed6b0868b313098bbf64f6b16befa6f305d3dd4def8d08c9b221e8 +SIZE (rpm/i686/centos/6.5/dbus-1.2.24-7.el6_3.src.rpm) = 1720674 Property changes on: head/devel/linux-c6-dbus-libs/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-devtools/Makefile =================================================================== --- head/devel/linux-c6-devtools/Makefile (nonexistent) +++ head/devel/linux-c6-devtools/Makefile (revision 368845) @@ -0,0 +1,38 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= devtools +PORTVERSION= 6.5 +CATEGORIES= devel +DISTFILES= binutils-2.20.51.0.2-5.36.el6.i686.rpm \ + binutils-devel-2.20.51.0.2-5.36.el6.i686.rpm \ + glibc-devel-2.12-1.132.el6.i686.rpm \ + glibc-headers-2.12-1.132.el6.i686.rpm \ + gmp-4.3.1-7.el6_2.2.i686.rpm \ + kernel-headers-2.6.32-431.el6.i686.rpm \ + mpfr-2.4.1-6.el6.i686.rpm \ + cpp-4.4.7-4.el6.i686.rpm \ + gcc-4.4.7-4.el6.i686.rpm \ + gcc-c++-4.4.7-4.el6.i686.rpm \ + gcc-gfortran-4.4.7-4.el6.i686.rpm + +MAINTAINER= emulation@freebsd.org +COMMENT= Linux compilers and base libraries (CentOS ${LINUX_DIST_VER}) + +# LICENSE= Various GNU + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes +USE_LDCONFIG= yes + +PLIST_SUB+= NLS="" + +SRC_DISTFILES= binutils-2.20.51.0.2-5.36.el6.src.rpm \ + glibc-2.12-1.132.el6.src.rpm \ + gmp-4.3.1-7.el6_2.2.src.rpm \ + kernel-2.6.32-431.el6.src.rpm \ + mpfr-2.4.1-6.el6.src.rpm \ + gcc-4.4.7-4.el6.src.rpm + +.include Property changes on: head/devel/linux-c6-devtools/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-devtools/distinfo.i686 =================================================================== --- head/devel/linux-c6-devtools/distinfo.i686 (nonexistent) +++ head/devel/linux-c6-devtools/distinfo.i686 (revision 368845) @@ -0,0 +1,34 @@ +SHA256 (rpm/i686/centos/6.5/binutils-2.20.51.0.2-5.36.el6.i686.rpm) = b520e5ac9244021fd9838cf27419d4f445de4a7e2f4729d7afc3d4e2434b61c7 +SIZE (rpm/i686/centos/6.5/binutils-2.20.51.0.2-5.36.el6.i686.rpm) = 2913904 +SHA256 (rpm/i686/centos/6.5/binutils-devel-2.20.51.0.2-5.36.el6.i686.rpm) = 1fb4551fe1db8fd8722f07eda1fd912606f52e0914b88868f58c27d001b65654 +SIZE (rpm/i686/centos/6.5/binutils-devel-2.20.51.0.2-5.36.el6.i686.rpm) = 744372 +SHA256 (rpm/i686/centos/6.5/glibc-devel-2.12-1.132.el6.i686.rpm) = 6d0b2cbf484d8e4f72202387852c342b932174c10eeade4589505755e1ffef0a +SIZE (rpm/i686/centos/6.5/glibc-devel-2.12-1.132.el6.i686.rpm) = 1001468 +SHA256 (rpm/i686/centos/6.5/glibc-headers-2.12-1.132.el6.i686.rpm) = 989ed41829ed46d2b2f2df6c7073ff3ade987c94d7d0c1e0911a908288b03fd3 +SIZE (rpm/i686/centos/6.5/glibc-headers-2.12-1.132.el6.i686.rpm) = 631044 +SHA256 (rpm/i686/centos/6.5/gmp-4.3.1-7.el6_2.2.i686.rpm) = f1855126a943ed4aac412006af98490248b739b4f9f78487f17c3275557948e2 +SIZE (rpm/i686/centos/6.5/gmp-4.3.1-7.el6_2.2.i686.rpm) = 331548 +SHA256 (rpm/i686/centos/6.5/kernel-headers-2.6.32-431.el6.i686.rpm) = 216ee716b0449fd758825db880e6e5461d8268d8db5f016f3261797dc1c4ab93 +SIZE (rpm/i686/centos/6.5/kernel-headers-2.6.32-431.el6.i686.rpm) = 2970152 +SHA256 (rpm/i686/centos/6.5/mpfr-2.4.1-6.el6.i686.rpm) = e732d3292785d1590841b569af10536fa5d99bccb7ade7079c955cb35b02a192 +SIZE (rpm/i686/centos/6.5/mpfr-2.4.1-6.el6.i686.rpm) = 157100 +SHA256 (rpm/i686/centos/6.5/cpp-4.4.7-4.el6.i686.rpm) = b03d35b8ef0da6e6a9ba662fe3c5e127684461c496b192ede835d823c994cc69 +SIZE (rpm/i686/centos/6.5/cpp-4.4.7-4.el6.i686.rpm) = 3517344 +SHA256 (rpm/i686/centos/6.5/gcc-4.4.7-4.el6.i686.rpm) = 347e4ab6e3cdc91da738ac148240e1dc164150d302f07d6640137cdf07f81fb4 +SIZE (rpm/i686/centos/6.5/gcc-4.4.7-4.el6.i686.rpm) = 8560644 +SHA256 (rpm/i686/centos/6.5/gcc-c++-4.4.7-4.el6.i686.rpm) = 771d67a969aed0cc52c441700e00af45c4b8f7610989953efe6daedd97791cfa +SIZE (rpm/i686/centos/6.5/gcc-c++-4.4.7-4.el6.i686.rpm) = 4524080 +SHA256 (rpm/i686/centos/6.5/gcc-gfortran-4.4.7-4.el6.i686.rpm) = 9f4f5f0eeacde1fb71169cd5613b2969deb6a396920f5606e615fcbdc2bec25f +SIZE (rpm/i686/centos/6.5/gcc-gfortran-4.4.7-4.el6.i686.rpm) = 4313664 +SHA256 (rpm/i686/centos/6.5/binutils-2.20.51.0.2-5.36.el6.src.rpm) = 183d0beac743096dd444a193be87a4334264050931696a99d33cd63b3071d73c +SIZE (rpm/i686/centos/6.5/binutils-2.20.51.0.2-5.36.el6.src.rpm) = 16318117 +SHA256 (rpm/i686/centos/6.5/glibc-2.12-1.132.el6.src.rpm) = 3e4c6385b8c0fcb1dd92c2c3949cf2efeefba1330c38f699a0254f72d9bffc8d +SIZE (rpm/i686/centos/6.5/glibc-2.12-1.132.el6.src.rpm) = 16124735 +SHA256 (rpm/i686/centos/6.5/gmp-4.3.1-7.el6_2.2.src.rpm) = bdcb4d9e864f97b74f116b9bcb22ee2a589b8b7defef76d72004b80a157d9c7c +SIZE (rpm/i686/centos/6.5/gmp-4.3.1-7.el6_2.2.src.rpm) = 1908630 +SHA256 (rpm/i686/centos/6.5/kernel-2.6.32-431.el6.src.rpm) = 903e111bdb4c286da3a421d7d25eb34ba2bfdc1ded658ff06a807a5e73acf88f +SIZE (rpm/i686/centos/6.5/kernel-2.6.32-431.el6.src.rpm) = 95466197 +SHA256 (rpm/i686/centos/6.5/mpfr-2.4.1-6.el6.src.rpm) = 4b5fcd2cf40deb6a791f4fa4e39315e2345001e528c45ed52042e3c4ba467f6c +SIZE (rpm/i686/centos/6.5/mpfr-2.4.1-6.el6.src.rpm) = 911271 +SHA256 (rpm/i686/centos/6.5/gcc-4.4.7-4.el6.src.rpm) = e83931377e08c21e5c823aa6e66d797400c1342135f701e331790375e04b0a84 +SIZE (rpm/i686/centos/6.5/gcc-4.4.7-4.el6.src.rpm) = 52327074 Property changes on: head/devel/linux-c6-devtools/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-devtools/pkg-descr =================================================================== --- head/devel/linux-c6-devtools/pkg-descr (nonexistent) +++ head/devel/linux-c6-devtools/pkg-descr (revision 368845) @@ -0,0 +1,5 @@ +Development tools and base libraries for linux_base-c6. Required by +some Linux applications such as Matlab, which allows the user to integrate +custom C, C++, and Fortran code via the MEX compiler. + +WWW: http://gcc.gnu.org/ Property changes on: head/devel/linux-c6-devtools/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-devtools/pkg-plist =================================================================== --- head/devel/linux-c6-devtools/pkg-plist (nonexistent) +++ head/devel/linux-c6-devtools/pkg-plist (revision 368845) @@ -0,0 +1,1540 @@ +lib/cpp +usr/bin/addr2line +usr/bin/ar +usr/bin/as +usr/bin/c++ +usr/bin/c++filt +usr/bin/c89 +usr/bin/c99 +usr/bin/cc +usr/bin/cpp +usr/bin/f95 +usr/bin/g++ +usr/bin/gcc +usr/bin/gcov +usr/bin/gfortran +usr/bin/gprof +usr/bin/i686-redhat-linux-c++ +usr/bin/i686-redhat-linux-g++ +usr/bin/i686-redhat-linux-gcc +usr/bin/ld +usr/bin/nm +usr/bin/objcopy +usr/bin/objdump +usr/bin/protoize +usr/bin/ranlib +usr/bin/readelf +usr/bin/size +usr/bin/strings +usr/bin/strip +usr/bin/unprotoize +usr/include/_G_config.h +usr/include/a.out.h +usr/include/aio.h +usr/include/aliases.h +usr/include/alloca.h +usr/include/ansidecl.h +usr/include/ar.h +usr/include/argp.h +usr/include/argz.h +usr/include/arpa/ftp.h +usr/include/arpa/inet.h +usr/include/arpa/nameser.h +usr/include/arpa/nameser_compat.h +usr/include/arpa/telnet.h +usr/include/arpa/tftp.h +usr/include/asm-generic/auxvec.h +usr/include/asm-generic/bitsperlong.h +usr/include/asm-generic/errno-base.h +usr/include/asm-generic/errno.h +usr/include/asm-generic/fcntl.h +usr/include/asm-generic/int-l64.h +usr/include/asm-generic/int-ll64.h +usr/include/asm-generic/ioctl.h +usr/include/asm-generic/ioctls.h +usr/include/asm-generic/ipcbuf.h +usr/include/asm-generic/mman-common.h +usr/include/asm-generic/mman.h +usr/include/asm-generic/msgbuf.h +usr/include/asm-generic/param.h +usr/include/asm-generic/poll.h +usr/include/asm-generic/posix_types.h +usr/include/asm-generic/resource.h +usr/include/asm-generic/sembuf.h +usr/include/asm-generic/setup.h +usr/include/asm-generic/shmbuf.h +usr/include/asm-generic/shmparam.h +usr/include/asm-generic/siginfo.h +usr/include/asm-generic/signal-defs.h +usr/include/asm-generic/signal.h +usr/include/asm-generic/socket.h +usr/include/asm-generic/sockios.h +usr/include/asm-generic/stat.h +usr/include/asm-generic/statfs.h +usr/include/asm-generic/swab.h +usr/include/asm-generic/termbits.h +usr/include/asm-generic/termios.h +usr/include/asm-generic/trace_clock.h +usr/include/asm-generic/types.h +usr/include/asm-generic/ucontext.h +usr/include/asm-generic/unistd.h +usr/include/asm/a.out.h +usr/include/asm/auxvec.h +usr/include/asm/bitsperlong.h +usr/include/asm/boot.h +usr/include/asm/bootparam.h +usr/include/asm/byteorder.h +usr/include/asm/debugreg.h +usr/include/asm/e820.h +usr/include/asm/errno.h +usr/include/asm/fcntl.h +usr/include/asm/hyperv.h +usr/include/asm/ioctl.h +usr/include/asm/ioctls.h +usr/include/asm/ipcbuf.h +usr/include/asm/ist.h +usr/include/asm/kvm.h +usr/include/asm/kvm_para.h +usr/include/asm/ldt.h +usr/include/asm/mce.h +usr/include/asm/mman.h +usr/include/asm/msgbuf.h +usr/include/asm/msr-index.h +usr/include/asm/msr.h +usr/include/asm/mtrr.h +usr/include/asm/param.h +usr/include/asm/poll.h +usr/include/asm/posix_types.h +usr/include/asm/posix_types_32.h +usr/include/asm/posix_types_64.h +usr/include/asm/prctl.h +usr/include/asm/processor-flags.h +usr/include/asm/ptrace-abi.h +usr/include/asm/ptrace.h +usr/include/asm/resource.h +usr/include/asm/sembuf.h +usr/include/asm/setup.h +usr/include/asm/shmbuf.h +usr/include/asm/sigcontext.h +usr/include/asm/sigcontext32.h +usr/include/asm/siginfo.h +usr/include/asm/signal.h +usr/include/asm/socket.h +usr/include/asm/sockios.h +usr/include/asm/stat.h +usr/include/asm/statfs.h +usr/include/asm/swab.h +usr/include/asm/termbits.h +usr/include/asm/termios.h +usr/include/asm/trace_clock.h +usr/include/asm/types.h +usr/include/asm/ucontext.h +usr/include/asm/unistd.h +usr/include/asm/unistd_32.h +usr/include/asm/unistd_64.h +usr/include/asm/vm86.h +usr/include/asm/vsyscall.h +usr/include/assert.h +usr/include/bfd.h +usr/include/bfdlink.h +usr/include/bits/a.out.h +usr/include/bits/byteswap.h +usr/include/bits/cmathcalls.h +usr/include/bits/confname.h +usr/include/bits/dirent.h +usr/include/bits/dlfcn.h +usr/include/bits/elfclass.h +usr/include/bits/endian.h +usr/include/bits/environments.h +usr/include/bits/errno.h +usr/include/bits/error.h +usr/include/bits/fcntl.h +usr/include/bits/fcntl2.h +usr/include/bits/fenv.h +usr/include/bits/fenvinline.h +usr/include/bits/huge_val.h +usr/include/bits/huge_valf.h +usr/include/bits/huge_vall.h +usr/include/bits/in.h +usr/include/bits/inf.h +usr/include/bits/initspin.h +usr/include/bits/ioctl-types.h +usr/include/bits/ioctls.h +usr/include/bits/ipc.h +usr/include/bits/ipctypes.h +usr/include/bits/libc-lock.h +usr/include/bits/libio-ldbl.h +usr/include/bits/link.h +usr/include/bits/local_lim.h +usr/include/bits/locale.h +usr/include/bits/mathcalls.h +usr/include/bits/mathdef.h +usr/include/bits/mathinline.h +usr/include/bits/mman.h +usr/include/bits/monetary-ldbl.h +usr/include/bits/mqueue.h +usr/include/bits/mqueue2.h +usr/include/bits/msq.h +usr/include/bits/nan.h +usr/include/bits/netdb.h +usr/include/bits/poll.h +usr/include/bits/posix1_lim.h +usr/include/bits/posix2_lim.h +usr/include/bits/posix_opt.h +usr/include/bits/printf-ldbl.h +usr/include/bits/pthreadtypes.h +usr/include/bits/resource.h +usr/include/bits/sched.h +usr/include/bits/select.h +usr/include/bits/sem.h +usr/include/bits/semaphore.h +usr/include/bits/setjmp.h +usr/include/bits/setjmp2.h +usr/include/bits/shm.h +usr/include/bits/sigaction.h +usr/include/bits/sigcontext.h +usr/include/bits/siginfo.h +usr/include/bits/signum.h +usr/include/bits/sigset.h +usr/include/bits/sigstack.h +usr/include/bits/sigthread.h +usr/include/bits/sockaddr.h +usr/include/bits/socket.h +usr/include/bits/socket2.h +usr/include/bits/stab.def +usr/include/bits/stat.h +usr/include/bits/statfs.h +usr/include/bits/statvfs.h +usr/include/bits/stdio-ldbl.h +usr/include/bits/stdio-lock.h +usr/include/bits/stdio.h +usr/include/bits/stdio2.h +usr/include/bits/stdio_lim.h +usr/include/bits/stdlib-ldbl.h +usr/include/bits/stdlib.h +usr/include/bits/string.h +usr/include/bits/string2.h +usr/include/bits/string3.h +usr/include/bits/sys_errlist.h +usr/include/bits/syscall.h +usr/include/bits/syslog-ldbl.h +usr/include/bits/syslog-path.h +usr/include/bits/syslog.h +usr/include/bits/termios.h +usr/include/bits/time.h +usr/include/bits/types.h +usr/include/bits/typesizes.h +usr/include/bits/uio.h +usr/include/bits/unistd.h +usr/include/bits/ustat.h +usr/include/bits/utmp.h +usr/include/bits/utmpx.h +usr/include/bits/utsname.h +usr/include/bits/waitflags.h +usr/include/bits/waitstatus.h +usr/include/bits/wchar-ldbl.h +usr/include/bits/wchar.h +usr/include/bits/wchar2.h +usr/include/bits/wordsize.h +usr/include/bits/xopen_lim.h +usr/include/byteswap.h +usr/include/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/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.7 +usr/lib/gcrt1.o +usr/lib/libBrokenLocale.so +usr/lib/libanl.so +usr/lib/libbfd-2.20.51.0.2-5.36.el6.so +usr/lib/libbfd.a +usr/lib/libbfd.so +usr/lib/libbsd-compat.a +usr/lib/libbsd.a +usr/lib/libc.so +usr/lib/libc_nonshared.a +usr/lib/libcidn.so +usr/lib/libcrypt.so +usr/lib/libdl.so +usr/lib/libg.a +usr/lib/libgmp.so.3 +usr/lib/libgmp.so.3.5.0 +usr/lib/libgmpxx.so.4 +usr/lib/libgmpxx.so.4.1.0 +usr/lib/libiberty.a +usr/lib/libieee.a +usr/lib/libm.so +usr/lib/libmcheck.a +usr/lib/libmp.so.3 +usr/lib/libmp.so.3.1.14 +usr/lib/libmpfr.so.1 +usr/lib/libmpfr.so.1.2.0 +usr/lib/libnsl.so +usr/lib/libnss_compat.so +usr/lib/libnss_dns.so +usr/lib/libnss_files.so +usr/lib/libnss_hesiod.so +usr/lib/libnss_nis.so +usr/lib/libnss_nisplus.so +usr/lib/libopcodes-2.20.51.0.2-5.36.el6.so +usr/lib/libopcodes.a +usr/lib/libopcodes.so +usr/lib/libpthread.so +usr/lib/libpthread_nonshared.a +usr/lib/libresolv.so +usr/lib/librpcsvc.a +usr/lib/librt.so +usr/lib/libthread_db.so +usr/lib/libutil.so +usr/lib/sse2/libgmp.so.3 +usr/lib/sse2/libgmp.so.3.5.0 +usr/lib/sse2/libgmpxx.so.4 +usr/lib/sse2/libgmpxx.so.4.1.0 +usr/lib/sse2/libmp.so.3 +usr/lib/sse2/libmp.so.3.1.14 +usr/libexec/gcc/i686-redhat-linux/4.4.4/cc1 +usr/libexec/gcc/i686-redhat-linux/4.4.4/cc1plus +usr/libexec/gcc/i686-redhat-linux/4.4.4/collect2 +usr/libexec/gcc/i686-redhat-linux/4.4.4/f951 +usr/libexec/gcc/i686-redhat-linux/4.4.7 +usr/libexec/getconf/default +usr/share/doc/binutils-2.20.51.0.2/README +usr/share/doc/gcc-4.4.7/COPYING +usr/share/doc/gcc-4.4.7/COPYING.LIB +usr/share/doc/gcc-4.4.7/COPYING3 +usr/share/doc/gcc-4.4.7/COPYING3.LIB +usr/share/doc/gcc-4.4.7/ChangeLog-1997.bz2 +usr/share/doc/gcc-4.4.7/ChangeLog-1998.bz2 +usr/share/doc/gcc-4.4.7/ChangeLog-1999.bz2 +usr/share/doc/gcc-4.4.7/ChangeLog-2000.bz2 +usr/share/doc/gcc-4.4.7/ChangeLog-2001.bz2 +usr/share/doc/gcc-4.4.7/ChangeLog-2002.bz2 +usr/share/doc/gcc-4.4.7/ChangeLog-2003.bz2 +usr/share/doc/gcc-4.4.7/ChangeLog-2004.bz2 +usr/share/doc/gcc-4.4.7/ChangeLog-2005.bz2 +usr/share/doc/gcc-4.4.7/ChangeLog-2006.bz2 +usr/share/doc/gcc-4.4.7/ChangeLog-2007.bz2 +usr/share/doc/gcc-4.4.7/ChangeLog-2008.bz2 +usr/share/doc/gcc-4.4.7/ChangeLog.bz2 +usr/share/doc/gcc-4.4.7/ChangeLog.dataflow.bz2 +usr/share/doc/gcc-4.4.7/ChangeLog.lib.bz2 +usr/share/doc/gcc-4.4.7/ChangeLog.ptr.bz2 +usr/share/doc/gcc-4.4.7/ChangeLog.tree-ssa.bz2 +usr/share/doc/gcc-4.4.7/ChangeLog.tuples.bz2 +usr/share/doc/gcc-4.4.7/ChangeLog.vta.bz2 +usr/share/doc/gcc-4.4.7/README.Portability +usr/share/doc/gcc-c++-4.4.7/ChangeLog-1993.bz2 +usr/share/doc/gcc-c++-4.4.7/ChangeLog-1994.bz2 +usr/share/doc/gcc-c++-4.4.7/ChangeLog-1995.bz2 +usr/share/doc/gcc-c++-4.4.7/ChangeLog-1996.bz2 +usr/share/doc/gcc-c++-4.4.7/ChangeLog-1997.bz2 +usr/share/doc/gcc-c++-4.4.7/ChangeLog-1998.bz2 +usr/share/doc/gcc-c++-4.4.7/ChangeLog-1999.bz2 +usr/share/doc/gcc-c++-4.4.7/ChangeLog-2000.bz2 +usr/share/doc/gcc-c++-4.4.7/ChangeLog-2001.bz2 +usr/share/doc/gcc-c++-4.4.7/ChangeLog-2002.bz2 +usr/share/doc/gcc-c++-4.4.7/ChangeLog-2003.bz2 +usr/share/doc/gcc-c++-4.4.7/ChangeLog-2004.bz2 +usr/share/doc/gcc-c++-4.4.7/ChangeLog-2005.bz2 +usr/share/doc/gcc-c++-4.4.7/ChangeLog-2006.bz2 +usr/share/doc/gcc-c++-4.4.7/ChangeLog-2007.bz2 +usr/share/doc/gcc-c++-4.4.7/ChangeLog-2008.bz2 +usr/share/doc/gcc-c++-4.4.7/ChangeLog.bz2 +usr/share/doc/gcc-c++-4.4.7/ChangeLog.ptr.bz2 +usr/share/doc/gcc-c++-4.4.7/ChangeLog.tree-ssa.bz2 +usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2002.bz2 +usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2002.libgfortran.bz2 +usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2003.bz2 +usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2003.libgfortran.bz2 +usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2004.bz2 +usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2004.libgfortran.bz2 +usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2005.bz2 +usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2005.libgfortran.bz2 +usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2006.bz2 +usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2006.libgfortran.bz2 +usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2007.bz2 +usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2007.libgfortran.bz2 +usr/share/doc/gcc-gfortran-4.4.7/ChangeLog-2008.bz2 +usr/share/doc/gcc-gfortran-4.4.7/ChangeLog.bz2 +usr/share/doc/gcc-gfortran-4.4.7/ChangeLog.libgfortran.bz2 +usr/share/doc/gcc-gfortran-4.4.7/ChangeLog.ptr.bz2 +usr/share/doc/gmp-4.3.1/COPYING +usr/share/doc/gmp-4.3.1/COPYING.LIB +usr/share/doc/gmp-4.3.1/NEWS +usr/share/doc/gmp-4.3.1/README +usr/share/doc/mpfr-2.4.1/COPYING +usr/share/doc/mpfr-2.4.1/COPYING.LIB +usr/share/doc/mpfr-2.4.1/NEWS +usr/share/doc/mpfr-2.4.1/README +usr/share/info/as.info.gz +usr/share/info/bfd.info.gz +usr/share/info/binutils.info.gz +usr/share/info/configure.info.gz +usr/share/info/cpp.info.gz +usr/share/info/cppinternals.info.gz +usr/share/info/gcc.info.gz +usr/share/info/gccinstall.info.gz +usr/share/info/gccint.info.gz +usr/share/info/gfortran.info.gz +usr/share/info/gprof.info.gz +usr/share/info/ld.info.gz +usr/share/info/libc.info-1.gz +usr/share/info/libc.info-10.gz +usr/share/info/libc.info-11.gz +usr/share/info/libc.info-2.gz +usr/share/info/libc.info-3.gz +usr/share/info/libc.info-4.gz +usr/share/info/libc.info-5.gz +usr/share/info/libc.info-6.gz +usr/share/info/libc.info-7.gz +usr/share/info/libc.info-8.gz +usr/share/info/libc.info-9.gz +usr/share/info/libc.info.gz +usr/share/info/standards.info.gz +usr/share/locale/be/LC_MESSAGES/cpplib.mo +usr/share/locale/be/LC_MESSAGES/gcc.mo +usr/share/locale/ca/LC_MESSAGES/cpplib.mo +usr/share/locale/da/LC_MESSAGES/bfd.mo +usr/share/locale/da/LC_MESSAGES/binutils.mo +usr/share/locale/da/LC_MESSAGES/cpplib.mo +usr/share/locale/da/LC_MESSAGES/gcc.mo +usr/share/locale/da/LC_MESSAGES/gprof.mo +usr/share/locale/da/LC_MESSAGES/ld.mo +usr/share/locale/da/LC_MESSAGES/opcodes.mo +usr/share/locale/de/LC_MESSAGES/cpplib.mo +usr/share/locale/de/LC_MESSAGES/gcc.mo +usr/share/locale/de/LC_MESSAGES/gprof.mo +usr/share/locale/de/LC_MESSAGES/opcodes.mo +usr/share/locale/el/LC_MESSAGES/cpplib.mo +usr/share/locale/el/LC_MESSAGES/gcc.mo +usr/share/locale/es/LC_MESSAGES/bfd.mo +usr/share/locale/es/LC_MESSAGES/binutils.mo +usr/share/locale/es/LC_MESSAGES/cpplib.mo +usr/share/locale/es/LC_MESSAGES/gas.mo +usr/share/locale/es/LC_MESSAGES/gcc.mo +usr/share/locale/es/LC_MESSAGES/gprof.mo +usr/share/locale/es/LC_MESSAGES/ld.mo +usr/share/locale/es/LC_MESSAGES/opcodes.mo +usr/share/locale/fi/LC_MESSAGES/bfd.mo +usr/share/locale/fi/LC_MESSAGES/binutils.mo +usr/share/locale/fi/LC_MESSAGES/gcc.mo +usr/share/locale/fi/LC_MESSAGES/gprof.mo +usr/share/locale/fi/LC_MESSAGES/ld.mo +usr/share/locale/fi/LC_MESSAGES/opcodes.mo +usr/share/locale/fr/LC_MESSAGES/bfd.mo +usr/share/locale/fr/LC_MESSAGES/binutils.mo +usr/share/locale/fr/LC_MESSAGES/cpplib.mo +usr/share/locale/fr/LC_MESSAGES/gas.mo +usr/share/locale/fr/LC_MESSAGES/gcc.mo +usr/share/locale/fr/LC_MESSAGES/gprof.mo +usr/share/locale/fr/LC_MESSAGES/ld.mo +usr/share/locale/fr/LC_MESSAGES/opcodes.mo +usr/share/locale/ga/LC_MESSAGES/gprof.mo +usr/share/locale/ga/LC_MESSAGES/ld.mo +usr/share/locale/ga/LC_MESSAGES/opcodes.mo +usr/share/locale/id/LC_MESSAGES/bfd.mo +usr/share/locale/id/LC_MESSAGES/binutils.mo +usr/share/locale/id/LC_MESSAGES/cpplib.mo +usr/share/locale/id/LC_MESSAGES/gas.mo +usr/share/locale/id/LC_MESSAGES/gcc.mo +usr/share/locale/id/LC_MESSAGES/gprof.mo +usr/share/locale/id/LC_MESSAGES/ld.mo +usr/share/locale/id/LC_MESSAGES/opcodes.mo +usr/share/locale/ja/LC_MESSAGES/bfd.mo +usr/share/locale/ja/LC_MESSAGES/binutils.mo +usr/share/locale/ja/LC_MESSAGES/cpplib.mo +usr/share/locale/ja/LC_MESSAGES/gcc.mo +usr/share/locale/ms/LC_MESSAGES/gprof.mo +usr/share/locale/nl/LC_MESSAGES/cpplib.mo +usr/share/locale/nl/LC_MESSAGES/gcc.mo +usr/share/locale/nl/LC_MESSAGES/gprof.mo +usr/share/locale/nl/LC_MESSAGES/opcodes.mo +usr/share/locale/pt_BR/LC_MESSAGES/gprof.mo +usr/share/locale/pt_BR/LC_MESSAGES/opcodes.mo +usr/share/locale/ro/LC_MESSAGES/bfd.mo +usr/share/locale/ro/LC_MESSAGES/binutils.mo +usr/share/locale/ro/LC_MESSAGES/gprof.mo +usr/share/locale/ro/LC_MESSAGES/opcodes.mo +usr/share/locale/ru/LC_MESSAGES/bfd.mo +usr/share/locale/ru/LC_MESSAGES/binutils.mo +usr/share/locale/ru/LC_MESSAGES/gcc.mo +usr/share/locale/rw/LC_MESSAGES/bfd.mo +usr/share/locale/rw/LC_MESSAGES/binutils.mo +usr/share/locale/rw/LC_MESSAGES/gas.mo +usr/share/locale/rw/LC_MESSAGES/gprof.mo +usr/share/locale/sk/LC_MESSAGES/binutils.mo +usr/share/locale/sr/LC_MESSAGES/gcc.mo +usr/share/locale/sv/LC_MESSAGES/bfd.mo +usr/share/locale/sv/LC_MESSAGES/binutils.mo +usr/share/locale/sv/LC_MESSAGES/cpplib.mo +usr/share/locale/sv/LC_MESSAGES/gcc.mo +usr/share/locale/sv/LC_MESSAGES/gprof.mo +usr/share/locale/sv/LC_MESSAGES/ld.mo +usr/share/locale/sv/LC_MESSAGES/opcodes.mo +usr/share/locale/tr/LC_MESSAGES/bfd.mo +usr/share/locale/tr/LC_MESSAGES/binutils.mo +usr/share/locale/tr/LC_MESSAGES/cpplib.mo +usr/share/locale/tr/LC_MESSAGES/gas.mo +usr/share/locale/tr/LC_MESSAGES/gcc.mo +usr/share/locale/tr/LC_MESSAGES/gprof.mo +usr/share/locale/tr/LC_MESSAGES/ld.mo +usr/share/locale/tr/LC_MESSAGES/opcodes.mo +usr/share/locale/uk/LC_MESSAGES/binutils.mo +usr/share/locale/uk/LC_MESSAGES/cpplib.mo +usr/share/locale/vi/LC_MESSAGES/bfd.mo +usr/share/locale/vi/LC_MESSAGES/binutils.mo +usr/share/locale/vi/LC_MESSAGES/cpplib.mo +usr/share/locale/vi/LC_MESSAGES/gprof.mo +usr/share/locale/vi/LC_MESSAGES/ld.mo +usr/share/locale/vi/LC_MESSAGES/opcodes.mo +usr/share/locale/zh_CN/LC_MESSAGES/bfd.mo +usr/share/locale/zh_CN/LC_MESSAGES/binutils.mo +usr/share/locale/zh_CN/LC_MESSAGES/cpplib.mo +usr/share/locale/zh_CN/LC_MESSAGES/gcc.mo +usr/share/locale/zh_CN/LC_MESSAGES/ld.mo +usr/share/locale/zh_CN/LC_MESSAGES/opcodes.mo +usr/share/locale/zh_TW/LC_MESSAGES/binutils.mo +usr/share/locale/zh_TW/LC_MESSAGES/cpplib.mo +usr/share/locale/zh_TW/LC_MESSAGES/gcc.mo +usr/share/locale/zh_TW/LC_MESSAGES/ld.mo +usr/share/man/man1/addr2line.1.gz +usr/share/man/man1/ar.1.gz +usr/share/man/man1/as.1.gz +usr/share/man/man1/c++filt.1.gz +usr/share/man/man1/cpp.1.gz +usr/share/man/man1/g++.1.gz +usr/share/man/man1/gcc.1.gz +usr/share/man/man1/gcov.1.gz +usr/share/man/man1/gfortran.1.gz +usr/share/man/man1/gprof.1.gz +usr/share/man/man1/ld.1.gz +usr/share/man/man1/nm.1.gz +usr/share/man/man1/objcopy.1.gz +usr/share/man/man1/objdump.1.gz +usr/share/man/man1/protoize.1.gz +usr/share/man/man1/ranlib.1.gz +usr/share/man/man1/readelf.1.gz +usr/share/man/man1/size.1.gz +usr/share/man/man1/strings.1.gz +usr/share/man/man1/strip.1.gz +usr/share/man/man1/unprotoize.1.gz +usr/share/man/man1/windmc.1.gz +@dirrmtry usr/share/man/man1 +@dirrmtry usr/share/man +@dirrmtry usr/share/locale/zh_TW/LC_MESSAGES +@dirrmtry usr/share/locale/zh_TW +@dirrmtry usr/share/locale/zh_CN/LC_MESSAGES +@dirrmtry usr/share/locale/zh_CN +@dirrmtry usr/share/locale/vi/LC_MESSAGES +@dirrmtry usr/share/locale/vi +@dirrmtry usr/share/locale/uk/LC_MESSAGES +@dirrmtry usr/share/locale/uk +@dirrmtry usr/share/locale/tr/LC_MESSAGES +@dirrmtry usr/share/locale/tr +@dirrmtry usr/share/locale/sv/LC_MESSAGES +@dirrmtry usr/share/locale/sv +@dirrmtry usr/share/locale/sr/LC_MESSAGES +@dirrmtry usr/share/locale/sr +@dirrmtry usr/share/locale/sk/LC_MESSAGES +@dirrmtry usr/share/locale/sk +@dirrmtry usr/share/locale/rw/LC_MESSAGES +@dirrmtry usr/share/locale/rw +@dirrmtry usr/share/locale/ru/LC_MESSAGES +@dirrmtry usr/share/locale/ru +@dirrmtry usr/share/locale/ro/LC_MESSAGES +@dirrmtry usr/share/locale/ro +@dirrmtry usr/share/locale/pt_BR/LC_MESSAGES +@dirrmtry usr/share/locale/pt_BR +@dirrmtry usr/share/locale/nl/LC_MESSAGES +@dirrmtry usr/share/locale/nl +@dirrmtry usr/share/locale/ms/LC_MESSAGES +@dirrmtry usr/share/locale/ms +@dirrmtry usr/share/locale/ja/LC_MESSAGES +@dirrmtry usr/share/locale/ja +@dirrmtry usr/share/locale/id/LC_MESSAGES +@dirrmtry usr/share/locale/id +@dirrmtry usr/share/locale/ga/LC_MESSAGES +@dirrmtry usr/share/locale/ga +@dirrmtry usr/share/locale/fr/LC_MESSAGES +@dirrmtry usr/share/locale/fr +@dirrmtry usr/share/locale/fi/LC_MESSAGES +@dirrmtry usr/share/locale/fi +@dirrmtry usr/share/locale/es/LC_MESSAGES +@dirrmtry usr/share/locale/es +@dirrmtry usr/share/locale/el/LC_MESSAGES +@dirrmtry usr/share/locale/el +@dirrmtry usr/share/locale/de/LC_MESSAGES +@dirrmtry usr/share/locale/de +@dirrmtry usr/share/locale/da/LC_MESSAGES +@dirrmtry usr/share/locale/da +@dirrmtry usr/share/locale/ca/LC_MESSAGES +@dirrmtry usr/share/locale/ca +@dirrmtry usr/share/locale/be/LC_MESSAGES +@dirrmtry usr/share/locale/be +@dirrmtry usr/share/locale +@dirrmtry usr/share/info +@dirrmtry usr/share/doc/mpfr-2.4.1 +@dirrmtry usr/share/doc/gmp-4.3.1 +@dirrmtry usr/share/doc/gcc-gfortran-4.4.7 +@dirrmtry usr/share/doc/gcc-c++-4.4.7 +@dirrmtry usr/share/doc/gcc-4.4.7 +@dirrmtry usr/share/doc/binutils-2.20.51.0.2 +@dirrmtry usr/share/doc +@dirrmtry usr/share +@dirrmtry usr/libexec/getconf +@dirrmtry usr/libexec/gcc/i686-redhat-linux/4.4.4 +@dirrmtry usr/libexec/gcc/i686-redhat-linux +@dirrmtry usr/libexec/gcc +@dirrmtry usr/libexec +@dirrmtry usr/lib/sse2 +@dirrmtry usr/lib/gcc/i686-redhat-linux/4.4.4/include +@dirrmtry usr/lib/gcc/i686-redhat-linux/4.4.4/finclude +@dirrmtry usr/lib/gcc/i686-redhat-linux/4.4.4 +@dirrmtry usr/lib/gcc/i686-redhat-linux +@dirrmtry usr/lib/gcc +@dirrmtry usr/lib +@dirrmtry usr/include/xen +@dirrmtry usr/include/video +@dirrmtry usr/include/sys +@dirrmtry usr/include/sound +@dirrmtry usr/include/scsi +@dirrmtry usr/include/rpcsvc +@dirrmtry usr/include/rpc +@dirrmtry usr/include/rdma +@dirrmtry usr/include/protocols +@dirrmtry usr/include/nfs +@dirrmtry usr/include/netrose +@dirrmtry usr/include/netrom +@dirrmtry usr/include/netpacket +@dirrmtry usr/include/netiucv +@dirrmtry usr/include/netipx +@dirrmtry usr/include/netinet +@dirrmtry usr/include/neteconet +@dirrmtry usr/include/netax25 +@dirrmtry usr/include/netatalk +@dirrmtry usr/include/netash +@dirrmtry usr/include/net +@dirrmtry usr/include/mtd +@dirrmtry usr/include/linux/wimax +@dirrmtry usr/include/linux/usb +@dirrmtry usr/include/linux/tc_ematch +@dirrmtry usr/include/linux/tc_act +@dirrmtry usr/include/linux/sunrpc +@dirrmtry usr/include/linux/spi +@dirrmtry usr/include/linux/raid +@dirrmtry usr/include/linux/nfsd +@dirrmtry usr/include/linux/netfilter_ipv6 +@dirrmtry usr/include/linux/netfilter_ipv4 +@dirrmtry usr/include/linux/netfilter_bridge +@dirrmtry usr/include/linux/netfilter_arp +@dirrmtry usr/include/linux/netfilter/ipset +@dirrmtry usr/include/linux/netfilter +@dirrmtry usr/include/linux/isdn +@dirrmtry usr/include/linux/hdlc +@dirrmtry usr/include/linux/dvb +@dirrmtry usr/include/linux/can +@dirrmtry usr/include/linux/byteorder +@dirrmtry usr/include/linux +@dirrmtry usr/include/gnu +@dirrmtry usr/include/drm +@dirrmtry usr/include/bits +@dirrmtry usr/include/asm-generic +@dirrmtry usr/include/asm +@dirrmtry usr/include/arpa +@dirrmtry usr/include +@dirrmtry usr/bin +@dirrmtry usr +@dirrmtry lib Property changes on: head/devel/linux-c6-devtools/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-libglade2/Makefile =================================================================== --- head/devel/linux-c6-libglade2/Makefile (nonexistent) +++ head/devel/linux-c6-libglade2/Makefile (revision 368845) @@ -0,0 +1,27 @@ +# Created by: lme +# $FreeBSD$ + +PORTNAME= libglade2 +PORTVERSION= 2.6.4 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= RPM of libglade2 (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-libglade2-[0-9]* linux-f10-libglade2-[0-9]* + +USE_LINUX= c6 +USE_LINUX_RPM= yes + +RPMVERSION= 3.1.el6 +USE_LDCONFIG= yes + +PLIST_FILES= usr/lib/libglade-2.0.so.0 usr/lib/libglade-2.0.so.0.0.7 \ + usr/share/xml/libglade/glade-2.0.dtd +PLIST_DIRS= usr/share/xml/libglade usr/share/xml \ + usr/lib/libglade/2.0 usr/lib/libglade +DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION} +PORTDOCS= AUTHORS COPYING NEWS README +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/devel/linux-c6-libglade2/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-libglade2/distinfo.i686 =================================================================== --- head/devel/linux-c6-libglade2/distinfo.i686 (nonexistent) +++ head/devel/linux-c6-libglade2/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/libglade2-2.6.4-3.1.el6.i686.rpm) = 0d4afe4280e4cbbf7ead05f8ceddb49c40898b1de9e8dac4a69fc07313814a78 +SIZE (rpm/i686/centos/6.5/libglade2-2.6.4-3.1.el6.i686.rpm) = 60960 +SHA256 (rpm/i686/centos/6.5/libglade2-2.6.4-3.1.el6.src.rpm) = 1a68ad52cb5dd9a7bdf5b511d5ac1d9d12ec4f19d93373d9bdb04b4afd753bbb +SIZE (rpm/i686/centos/6.5/libglade2-2.6.4-3.1.el6.src.rpm) = 371348 Property changes on: head/devel/linux-c6-libglade2/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-libpciaccess/Makefile =================================================================== --- head/devel/linux-c6-libpciaccess/Makefile (nonexistent) +++ head/devel/linux-c6-libpciaccess/Makefile (revision 368845) @@ -0,0 +1,22 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= libpciaccess +PORTVERSION= 0.13.1 +CATEGORIES= devel + +MAINTAINER= emulation@freebsd.org +COMMENT= Generic PCI access library (CentOS ${LINUX_DIST_VER}) + +# LICENSE= Various GNU + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +RPMVERSION= 2.el6 +USE_LINUX_RPM= yes +USE_LDCONFIG= yes +DESC= ${.CURDIR}/../${PORTNAME}/pkg-descr + +PLIST_SUB+= NLS="" + +.include Property changes on: head/devel/linux-c6-libpciaccess/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-libpciaccess/distinfo.i686 =================================================================== --- head/devel/linux-c6-libpciaccess/distinfo.i686 (nonexistent) +++ head/devel/linux-c6-libpciaccess/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/libpciaccess-0.13.1-2.el6.i686.rpm) = 651b8576b2d403e057d09264b98890a884b4658aa8b4ccf0e23e2f70b0f04028 +SIZE (rpm/i686/centos/6.5/libpciaccess-0.13.1-2.el6.i686.rpm) = 25696 +SHA256 (rpm/i686/centos/6.5/libpciaccess-0.13.1-2.el6.src.rpm) = 02e2a87fe3832b76bf16c11c0a3dbcb816dc51e45b897590909f8ce311c7473d +SIZE (rpm/i686/centos/6.5/libpciaccess-0.13.1-2.el6.src.rpm) = 365066 Property changes on: head/devel/linux-c6-libpciaccess/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-libpciaccess/pkg-descr =================================================================== --- head/devel/linux-c6-libpciaccess/pkg-descr (nonexistent) +++ head/devel/linux-c6-libpciaccess/pkg-descr (revision 368845) @@ -0,0 +1,5 @@ +Development tools and base libraries for linux_base-c6. Required by +some Linux applications such as Matlab, which allows the user to integrate +custom C, C++, and Fortran code via the MEX compiler. + +WWW: http://gcc.gnu.org/ Property changes on: head/devel/linux-c6-libpciaccess/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-libpciaccess/pkg-plist =================================================================== --- head/devel/linux-c6-libpciaccess/pkg-plist (nonexistent) +++ head/devel/linux-c6-libpciaccess/pkg-plist (revision 368845) @@ -0,0 +1,5 @@ +usr/lib/libpciaccess.so.0 +usr/lib/libpciaccess.so.0.11.1 +usr/share/doc/libpciaccess-0.13.1/AUTHORS +usr/share/doc/libpciaccess-0.13.1/COPYING +@dirrmtry usr/share/doc/libpciaccess-0.13.1 Property changes on: head/devel/linux-c6-libpciaccess/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-ncurses-base/Makefile =================================================================== --- head/devel/linux-c6-ncurses-base/Makefile (nonexistent) +++ head/devel/linux-c6-ncurses-base/Makefile (revision 368845) @@ -0,0 +1,19 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= ${LINUX_NAME}-base +PORTVERSION= 5.7 +CATEGORIES= devel linux + +MAINTAINER= jwbacon@tds.net +COMMENT= Terminfo database required by Linux ncurses programs + +USE_LINUX= c6 +USE_LINUX_RPM= yes +LINUX_NAME= ncurses + +RPMVERSION= 3.20090208.el6 +SRC_DISTFILES= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} +DESCR= ${.CURDIR}/../${LINUX_NAME}/pkg-descr + +.include Property changes on: head/devel/linux-c6-ncurses-base/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-ncurses-base/distinfo.i686 =================================================================== --- head/devel/linux-c6-ncurses-base/distinfo.i686 (nonexistent) +++ head/devel/linux-c6-ncurses-base/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/ncurses-base-5.7-3.20090208.el6.i686.rpm) = fed496daeaee131057fc22bdd45caa88f0be4e873db7cb89eab79158657527d7 +SIZE (rpm/i686/centos/6.5/ncurses-base-5.7-3.20090208.el6.i686.rpm) = 62440 +SHA256 (rpm/i686/centos/6.5/ncurses-5.7-3.20090208.el6.src.rpm) = 56adadf667f294a57602cde47141b75a0bee8c6401fbf002295f59891d1663ff +SIZE (rpm/i686/centos/6.5/ncurses-5.7-3.20090208.el6.src.rpm) = 2646949 Property changes on: head/devel/linux-c6-ncurses-base/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-ncurses-base/pkg-plist =================================================================== --- head/devel/linux-c6-ncurses-base/pkg-plist (nonexistent) +++ head/devel/linux-c6-ncurses-base/pkg-plist (revision 368845) @@ -0,0 +1,154 @@ +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 +@dirrmtry usr/share/terminfo/x +@dirrmtry usr/share/terminfo/w +@dirrmtry usr/share/terminfo/v +@dirrmtry usr/share/terminfo/t +@dirrmtry usr/share/terminfo/s +@dirrmtry usr/share/terminfo/r +@dirrmtry usr/share/terminfo/p +@dirrmtry usr/share/terminfo/n +@dirrmtry usr/share/terminfo/m +@dirrmtry usr/share/terminfo/l +@dirrmtry usr/share/terminfo/k +@dirrmtry usr/share/terminfo/j +@dirrmtry usr/share/terminfo/h +@dirrmtry usr/share/terminfo/g +@dirrmtry usr/share/terminfo/e +@dirrmtry usr/share/terminfo/d +@dirrmtry usr/share/terminfo/c +@dirrmtry usr/share/terminfo/a +@dirrmtry usr/share/terminfo/E +@dirrmtry usr/share/terminfo/A +@dirrmtry usr/share/terminfo +@dirrmtry usr/share/tabset +@dirrmtry lib/terminfo/v +@dirrmtry lib/terminfo/l +@dirrmtry lib/terminfo/d +@dirrmtry lib/terminfo/a +@dirrmtry lib/terminfo +@dirrmtry etc/terminfo Property changes on: head/devel/linux-c6-ncurses-base/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-nspr/Makefile =================================================================== --- head/devel/linux-c6-nspr/Makefile (nonexistent) +++ head/devel/linux-c6-nspr/Makefile (revision 368845) @@ -0,0 +1,24 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= nspr +PORTVERSION= 4.10.0 +CATEGORIES= devel linux +PKGNAMEPREFIX= linux-${USE_LINUX}- + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Netscape Portable Runtime (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-nspr-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +RPMVERSION= 1.el6 +USE_LINUX= c6 + +USE_LINUX_RPM= yes +USE_LDCONFIG= yes + +PLIST_FILES= lib/libnspr4.so lib/libplc4.so lib/libplds4.so +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/devel/linux-c6-nspr/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-nspr/distinfo.i686 =================================================================== --- head/devel/linux-c6-nspr/distinfo.i686 (nonexistent) +++ head/devel/linux-c6-nspr/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/nspr-4.10.0-1.el6.i686.rpm) = 1cf9608d9153853ccc48b8dd6fc3546e4e989329d97c5ed0b98edf541c706eb9 +SIZE (rpm/i686/centos/6.5/nspr-4.10.0-1.el6.i686.rpm) = 117788 +SHA256 (rpm/i686/centos/6.5/nspr-4.10.0-1.el6.src.rpm) = aea5a109d977e875a7fa5712062b5fd77b5f212118debfa9bdb576685d2e7bc7 +SIZE (rpm/i686/centos/6.5/nspr-4.10.0-1.el6.src.rpm) = 886752 Property changes on: head/devel/linux-c6-nspr/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-qt47/Makefile =================================================================== --- head/devel/linux-c6-qt47/Makefile (nonexistent) +++ head/devel/linux-c6-qt47/Makefile (revision 368845) @@ -0,0 +1,26 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= qt47 +PORTVERSION= 4.7.2 +CATEGORIES= devel linux +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= xmj +DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/centos/c5 + +MAINTAINER= emulation@FreeBSD.org +COMMENT= RPM of QT4 (Linux CentOS 5) + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_APPS= fontconfig png dbuslibs sqlite3 hicontheme +USE_LINUX_RPM= yes +RPMVERSION= 1_18.el5 +LINUX_RPM_ARCH= i386 +USE_LDCONFIG= yes +LINUX_DIST_VER= 5 # need centos 6 infrastructure, even though port is from centos 5 +DESCR= ${.CURDIR}/../../devel/qt4/pkg-descr + +SRC_DISTFILES:= # no file available, nowhere + +.include Property changes on: head/devel/linux-c6-qt47/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-qt47/distinfo.i386 =================================================================== --- head/devel/linux-c6-qt47/distinfo.i386 (nonexistent) +++ head/devel/linux-c6-qt47/distinfo.i386 (revision 368845) @@ -0,0 +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 Property changes on: head/devel/linux-c6-qt47/distinfo.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-qt47/pkg-descr =================================================================== Property changes on: head/devel/linux-c6-qt47/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-qt47/pkg-plist =================================================================== --- head/devel/linux-c6-qt47/pkg-plist (nonexistent) +++ head/devel/linux-c6-qt47/pkg-plist (revision 368845) @@ -0,0 +1,89 @@ +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 +@dirrmtry usr/lib/qt47/bin +@dirrmtry usr/lib/qt47/etc +@dirrmtry usr/lib/qt47/phrasebooks +@dirrmtry usr/lib/qt47/plugins/crypto +@dirrmtry usr/lib/qt47/plugins/sqldrivers +@dirrmtry usr/lib/qt47/plugins +@dirrmtry usr/lib/qt47 +@dirrmtry usr/share/doc/qt47/qch +@dirrmtry usr/share/doc/qt47-4.7.2 +@dirrmtry usr/share/doc/qt47 +@dirrmtry usr/share/qt47/translations +@dirrmtry usr/share/qt47 Property changes on: head/devel/linux-c6-qt47/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-sdl12/Makefile =================================================================== --- head/devel/linux-c6-sdl12/Makefile (nonexistent) +++ head/devel/linux-c6-sdl12/Makefile (revision 368845) @@ -0,0 +1,31 @@ +# Created by: Johannes Meixner Property changes on: head/devel/linux-c6-sdl12/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c6-sdl12/distinfo.i686 =================================================================== --- head/devel/linux-c6-sdl12/distinfo.i686 (nonexistent) +++ head/devel/linux-c6-sdl12/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/SDL-1.2.14-3.el6.i686.rpm) = ce57df4f5c00f5310d51533b24b80e3c7e3996382222ac0dfb4c73ab17473b46 +SIZE (rpm/i686/centos/6.5/SDL-1.2.14-3.el6.i686.rpm) = 204424 +SHA256 (rpm/i686/centos/6.5/SDL-1.2.14-3.el6.src.rpm) = c8a442d825217d0a4db1513b9252910c31a005ee2ddc8f57765ad9cac294d95f +SIZE (rpm/i686/centos/6.5/SDL-1.2.14-3.el6.src.rpm) = 3658657 Property changes on: head/devel/linux-c6-sdl12/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-f10-allegro/Makefile =================================================================== --- head/devel/linux-f10-allegro/Makefile (revision 368844) +++ head/devel/linux-f10-allegro/Makefile (revision 368845) @@ -1,25 +1,25 @@ # Created by: bsam # $FreeBSD$ PORTNAME= allegro PORTVERSION= 4.2.2 +PORTREVISION= 1 CATEGORIES= devel linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Cross-platform game programming library (Linux Fedora 10) CONFLICTS= linux-allegro-[0-9]* linux-f8-allegro-[0-9]* +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= xorglibs ONLY_FOR_ARCHS= i386 amd64 -LINUX_DIST_VER= 10 + RPMVERSION= 10.fc10 USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/devel/linux-f10-dbus-glib/Makefile =================================================================== --- head/devel/linux-f10-dbus-glib/Makefile (revision 368844) +++ head/devel/linux-f10-dbus-glib/Makefile (revision 368845) @@ -1,27 +1,27 @@ # Created by: bsam # $FreeBSD$ PORTNAME= dbus-glib PORTVERSION= 0.76 +PORTREVISION= 1 CATEGORIES= devel linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= GLib bindings for D-Bus (Linux Fedora 10) +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= dbuslibs expat -LINUX_DIST_VER= 10 + RPMVERSION= 3.fc10 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.76 PORTDOCS= COPYING ChangeLog NEWS DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/devel/linux-f10-dbus-libs/Makefile =================================================================== --- head/devel/linux-f10-dbus-libs/Makefile (revision 368844) +++ head/devel/linux-f10-dbus-libs/Makefile (revision 368845) @@ -1,23 +1,23 @@ # Created by: bsam # $FreeBSD$ PORTNAME= dbus-libs PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= devel linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Libraries for accessing D-BUS (Linux Fedora 10) +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 4.fc10 USE_LDCONFIG= yes SRC_DISTFILES= dbus-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} DESCR= ${.CURDIR}/../dbus/pkg-descr PLIST_FILES= lib/libdbus-1.so.3 lib/libdbus-1.so.3.4.0 .include Index: head/devel/linux-f10-devtools/Makefile =================================================================== --- head/devel/linux-f10-devtools/Makefile (revision 368844) +++ head/devel/linux-f10-devtools/Makefile (revision 368845) @@ -1,51 +1,50 @@ # Created by: Jason Bacon # $FreeBSD$ PORTNAME= devtools PORTVERSION= 10 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://archives.fedoraproject.org/pub/archive/fedora/linux/updates/${PORTVERSION}/${LINUX_RPM_ARCH}/:bin \ http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/${PORTVERSION}/Fedora/${LINUX_RPM_ARCH}/os/Packages/:bin -PKGNAMEPREFIX= linux-f10- DISTFILES= binutils-2.18.50.0.9-8.fc10.${LINUX_RPM_ARCH}.rpm:bin \ binutils-devel-2.18.50.0.9-8.fc10.${LINUX_RPM_ARCH}.rpm:bin \ glibc-devel-2.9-3.${LINUX_RPM_ARCH}.rpm:bin \ glibc-headers-2.9-3.${LINUX_RPM_ARCH}.rpm:bin \ gmp-4.2.2-8.fc10.${LINUX_RPM_ARCH}.rpm:bin \ kernel-headers-2.6.27.41-170.2.117.fc10.${LINUX_RPM_ARCH}.rpm:bin \ mpfr-2.3.2-1.fc10.${LINUX_RPM_ARCH}.rpm:bin \ cpp-4.3.2-7.${LINUX_RPM_ARCH}.rpm:bin \ gcc-4.3.2-7.${LINUX_RPM_ARCH}.rpm:bin \ gcc-c++-4.3.2-7.${LINUX_RPM_ARCH}.rpm:bin \ gcc-gfortran-4.3.2-7.${LINUX_RPM_ARCH}.rpm:bin +MAINTAINER= jwbacon@tds.net +COMMENT= Linux compilers and base libraries + .if defined(PACKAGE_BUILDING) MASTER_SITES+= http://archives.fedoraproject.org/pub/archive/fedora/linux/updates/${PORTVERSION}/SRPMS/:src \ http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/${PORTVERSION}/Fedora/source/SRPMS/:src SRC_DISTFILES= binutils-2.18.50.0.9-8.fc10.src.rpm:src \ glibc-2.9-3.src.rpm:src \ gmp-4.2.2-8.fc10.src.rpm:src \ kernel-2.6.27.5-117.fc10.src.rpm:src \ mpfr-2.3.2-1.fc10.src.rpm:src \ gcc-4.3.2-7.src.rpm:src .endif -MAINTAINER= jwbacon@tds.net -COMMENT= Linux compilers and base libraries - # LICENSE= Various GNU ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 USE_LDCONFIG= yes PLIST_SUB+= NLS="" # Replace link to absolute path /lib/libgcc_s.so.1, which is a FreeBSD lib post-install: ${RM} ${STAGEDIR}/compat/linux/usr/lib/gcc/i386-redhat-linux/4.3.2/libgcc_s.so ${LN} -s ../../../../../lib/libgcc_s.so.1 ${STAGEDIR}/compat/linux/usr/lib/gcc/i386-redhat-linux/4.3.2/libgcc_s.so .include Index: head/devel/linux-f10-libglade2/Makefile =================================================================== --- head/devel/linux-f10-libglade2/Makefile (revision 368844) +++ head/devel/linux-f10-libglade2/Makefile (revision 368845) @@ -1,30 +1,29 @@ # Created by: bsam # $FreeBSD$ PORTNAME= libglade2 PORTVERSION= 2.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= RPM of libglade2 (Linux Fedora 10) CONFLICTS= linux-libglade2-[0-9]* linux-f8-libglade2-[0-9]* +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 2.fc10 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libglade-2.0.so.0 usr/lib/libglade-2.0.so.0.0.7 \ usr/share/xml/libglade/glade-2.0.dtd PLIST_DIRS= usr/share/xml/libglade usr/share/xml \ usr/lib/libglade/2.0 usr/lib/libglade DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING NEWS README DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/devel/linux-f10-libsigc++20/Makefile =================================================================== --- head/devel/linux-f10-libsigc++20/Makefile (revision 368844) +++ head/devel/linux-f10-libsigc++20/Makefile (revision 368845) @@ -1,27 +1,27 @@ # Created by: bsam # $FreeBSD$ PORTNAME= libsigc++20 PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= devel linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Callback Framework for C++ (Linux Fedora 10) CONFLICTS= linux-libsigc++20-[0-9]* linux-f8-libsigc++20-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 1.fc9 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libsigc-2.0.so.0 usr/lib/libsigc-2.0.so.0.0.0 DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/devel/linux-f10-ncurses-base/Makefile =================================================================== --- head/devel/linux-f10-ncurses-base/Makefile (revision 368844) +++ head/devel/linux-f10-ncurses-base/Makefile (revision 368845) @@ -1,19 +1,19 @@ # Created by: Jason Bacon # $FreeBSD$ PORTNAME= ncurses-base PORTVERSION= 5.6 +PORTREVISION= 1 CATEGORIES= devel linux MASTER_SITES= http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/i386/os/Packages/ -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= jwbacon@tds.net COMMENT= Terminfo database required by Linux ncurses programs +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 20.20080927.fc10 SRC_DISTFILES= ncurses-${PORTVERSION}-${RPMVERSION}.src.rpm .include Index: head/devel/linux-f10-ncurses-base/pkg-plist =================================================================== --- head/devel/linux-f10-ncurses-base/pkg-plist (revision 368844) +++ head/devel/linux-f10-ncurses-base/pkg-plist (revision 368845) @@ -1,155 +1,154 @@ 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/c/cons25 usr/share/terminfo/c/cygwin usr/share/terminfo/d/dumb usr/share/terminfo/g/gnome usr/share/terminfo/g/gnome-2007 usr/share/terminfo/g/gnome-256color usr/share/terminfo/g/gnome-fc5 usr/share/terminfo/g/gnome-rh62 usr/share/terminfo/g/gnome-rh72 usr/share/terminfo/g/gnome-rh80 usr/share/terminfo/g/gnome-rh90 usr/share/terminfo/h/hurd usr/share/terminfo/j/jfbterm usr/share/terminfo/k/kon usr/share/terminfo/k/kon2 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.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/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 @dirrm usr/share/terminfo/x @dirrm usr/share/terminfo/w @dirrm usr/share/terminfo/v @dirrm usr/share/terminfo/t @dirrm usr/share/terminfo/s @dirrm usr/share/terminfo/r @dirrm usr/share/terminfo/p @dirrm usr/share/terminfo/n @dirrm usr/share/terminfo/m @dirrm usr/share/terminfo/l @dirrm usr/share/terminfo/k @dirrm usr/share/terminfo/j @dirrm usr/share/terminfo/h @dirrm usr/share/terminfo/g @dirrm usr/share/terminfo/d @dirrm usr/share/terminfo/c @dirrm usr/share/terminfo/a @dirrm usr/share/terminfo/E @dirrm usr/share/terminfo/A @dirrm usr/share/terminfo @dirrm usr/share/tabset @dirrmtry usr/share @dirrmtry usr @dirrm lib/terminfo/v @dirrm lib/terminfo/l @dirrm lib/terminfo/d @dirrm lib/terminfo/a @dirrm lib/terminfo @dirrm etc/terminfo -@exec mkdir -p %D/etc/terminfo Index: head/devel/linux-f10-nspr/Makefile =================================================================== --- head/devel/linux-f10-nspr/Makefile (revision 368844) +++ head/devel/linux-f10-nspr/Makefile (revision 368845) @@ -1,23 +1,23 @@ # Created by: bsam # $FreeBSD$ PORTNAME= nspr PORTVERSION= 4.7.6 +PORTREVISION= 1 CATEGORIES= devel linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Netscape Portable Runtime (Linux Fedora 10) CONFLICTS= linux-f8-nspr-[0-9]* +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 1.fc10.1 PLIST_FILES= lib/libnspr4.so lib/libplc4.so lib/libplds4.so DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/devel/linux-f10-sdl12/Makefile =================================================================== --- head/devel/linux-f10-sdl12/Makefile (revision 368844) +++ head/devel/linux-f10-sdl12/Makefile (revision 368845) @@ -1,30 +1,30 @@ # Created by: bsam # $FreeBSD$ PORTNAME= sdl PORTVERSION= 1.2.13 CATEGORIES= devel linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} +DISTNAME= SDL-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Cross-platform multi-media development API (Linux Fedora 10) CONFLICTS= linux-sdl12-[0-9]* linux-f8-sdl12-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= xorglibs INSTALL_SHLIB= yes LINUX_NAME= SDL -LINUX_DIST_VER= 10 + RPMVERSION= 7.fc10 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libSDL-1.2.so.0 usr/lib/libSDL-1.2.so.0.11.2 DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} PORTDOCS= BUGS COPYING CREDITS README-SDL.txt DESCR= ${.CURDIR}/../${PORTNAME}12/pkg-descr .include Index: head/devel/linux_kdump/Makefile =================================================================== --- head/devel/linux_kdump/Makefile (revision 368844) +++ head/devel/linux_kdump/Makefile (revision 368845) @@ -1,47 +1,39 @@ # Created by: msmith@FreeBSD.org # $FreeBSD$ PORTNAME= linux_kdump PORTVERSION= 1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel linux MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= marcel MAINTAINER= emulation@FreeBSD.org COMMENT= Linux-compatibility ktrace.out processor -BROKEN= Fails to build with new linux_base-gentoo-stage3 +BUILD_DEPENDS= ${RUN_DEPENDS} # USE_LINUX_APPS only sets RUN_DEPENDS -BUILD_DEPENDS= ${LINUXBASE}/usr/bin/gcc:${PORTSDIR}/emulators/linux_base-gentoo-stage3 +USE_LINUX= yes +USE_LINUX_APPS= devtools -USES= uidfix ONLY_FOR_ARCHS= i386 amd64 NO_MANCOMPRESS= yes PLIST_FILES= bin/linux_kdump man/man1/linux_kdump.1.gz .include pre-everything:: @${ECHO_MSG} '===> Using the FreeBSD source tree under ${SRC_BASE}' @${ECHO_MSG} '===> Set SRC_BASE to use an alternate source tree' .if !exists(${SRC_BASE}/sys/i386/linux/syscalls.master) IGNORE= requires kernel source present in ${SRC_BASE}/sys .endif .if !exists(${SRC_BASE}/usr.bin/ktrace/subr.c) IGNORE= requires ktrace source present in ${SRC_BASE}/usr.bin/ktrace .endif -.if exists(${LINUXBASE}/etc/fedora-release) -IGNORE= does not build with the default linux base, use the package instead +.if ! (exists(${LINUXBASE}/etc/fedora-release) || exists(${LINUXBASE}/etc/centos-release)) +IGNORE= does not build without a linux base, use the package instead .endif - -pre-install: - ${MKDIR} ${STAGEDIR}/bin ${STAGEDIR}/man/man1 - -post-install: - ${MV} -i ${STAGEDIR}/bin/linux_kdump ${STAGEDIR}/${PREFIX}/bin - ${MV} -i ${STAGEDIR}/man/man1/linux_kdump.1.gz ${STAGEDIR}/${PREFIX}/man/man1 - ${RMDIR} ${STAGEDIR}/bin ${STAGEDIR}/man/man1 ${STAGEDIR}/man .include Index: head/devel/linux_kdump/files/patch-Makefile =================================================================== --- head/devel/linux_kdump/files/patch-Makefile (revision 368844) +++ head/devel/linux_kdump/files/patch-Makefile (revision 368845) @@ -1,34 +1,36 @@ ---- Makefile.orig Wed Jul 19 21:27:48 2006 -+++ Makefile Wed Jul 19 21:43:08 2006 +--- ./Makefile.orig 2004-02-14 09:05:13.000000000 +0200 ++++ ./Makefile 2014-03-28 08:43:01.000000000 +0200 @@ -2,14 +2,19 @@ PROG= linux_kdump SRCS= kdump.c linux_ioctl.c subr.c syscallnames.c +.if exists(${SRCDIR}/usr.bin/kdump/kdump_subr.h) +SRCS+= kdump_subr.c +CLEANFILES+=kdump_subr.c +.endif CLEANFILES+=linux_ioctl.c syscallnames.c - BINDIR= /bin - DESTDIR=${PREFIX} - MANDIR= /man/man +-BINDIR= /bin +-DESTDIR=${PREFIX} +-MANDIR= /man/man ++DESTDIR?=${STAGEDIR}${PREFIX} ++BINDIR= ${PREFIX}/bin ++MANDIR= ${PREFIX}/man/man SRCDIR?=/usr/src +LINUXBASE?=/compat/linux -CFLAGS+=-I${SRCDIR}/usr.bin/ktrace -I${SRCDIR} +CFLAGS+=-I${SRCDIR}/usr.bin/ktrace -I${SRCDIR}/usr.bin/kdump -I${SRCDIR} .PATH: ${SRCDIR}/usr.bin/ktrace default: depend all -@@ -22,5 +27,10 @@ - +@@ -23,4 +28,9 @@ linux_ioctl.c: mkioctls.linux /bin/sh ${.CURDIR}/mkioctls.linux -+ + +.if exists(${SRCDIR}/usr.bin/kdump/kdump_subr.h) +kdump_subr.c: ${SRCDIR}/usr.bin/kdump/mksubr + /bin/sh ${SRCDIR}/usr.bin/kdump/mksubr ${LINUXBASE}/usr/include > ${.TARGET} +.endif - ++ .include Index: head/devel/linux_kdump/files/patch-mkioctls.linux =================================================================== --- head/devel/linux_kdump/files/patch-mkioctls.linux (revision 368844) +++ head/devel/linux_kdump/files/patch-mkioctls.linux (revision 368845) @@ -1,11 +1,11 @@ ---- mkioctls.linux.orig Sat Feb 21 15:35:48 2004 -+++ mkioctls.linux Sat Feb 21 15:34:41 2004 +--- ./mkioctls.linux.orig 2004-02-14 09:05:13.000000000 +0200 ++++ ./mkioctls.linux 2014-03-28 08:42:34.000000000 +0200 @@ -4,7 +4,7 @@ TMP2FILE=/tmp/$$b.c OUTFILE=linux_ioctl.c -CPP="/compat/linux/usr/bin/gcc -E" +CPP="/compat/linux/usr/bin/gcc -E -D__builtin_va_list=int" (echo "#include " echo "#include " Index: head/dns/Makefile =================================================================== --- head/dns/Makefile (revision 368844) +++ head/dns/Makefile (revision 368845) @@ -1,185 +1,186 @@ # $FreeBSD$ # COMMENT = Domain Name Service tools SUBDIR += adns SUBDIR += adsuck SUBDIR += ares SUBDIR += autotrust SUBDIR += bind-tools SUBDIR += bind10 SUBDIR += bind910 SUBDIR += bind98 SUBDIR += bind99 SUBDIR += bindgraph SUBDIR += bundy SUBDIR += c-ares SUBDIR += checkdns SUBDIR += credns SUBDIR += crossip SUBDIR += curvedns SUBDIR += ddclient SUBDIR += ddns SUBDIR += denominator SUBDIR += dhisd SUBDIR += djbdns SUBDIR += djbdns-tools SUBDIR += dlint SUBDIR += dnrd SUBDIR += dns2tcp SUBDIR += dns_balance SUBDIR += dnscap SUBDIR += dnscheck SUBDIR += dnscheckengine SUBDIR += dnscrypt-proxy SUBDIR += dnsflood SUBDIR += dnshijacker SUBDIR += dnshistory SUBDIR += dnsjava SUBDIR += dnsmasq SUBDIR += dnsmasq-devel SUBDIR += dnsmax-perl SUBDIR += dnsperf SUBDIR += dnsproxy SUBDIR += dnsreflector SUBDIR += dnstop SUBDIR += dnstracer SUBDIR += dnsutl SUBDIR += dnswalk SUBDIR += dnswall SUBDIR += doc SUBDIR += dualserver SUBDIR += ez-ipupdate SUBDIR += fastresolve SUBDIR += firedns SUBDIR += fpdns SUBDIR += gdnsd SUBDIR += geta SUBDIR += getdns SUBDIR += ghtool SUBDIR += hesiod SUBDIR += hostdb SUBDIR += hs-dns SUBDIR += hs-gnuidn SUBDIR += idnkit SUBDIR += idnkit2 SUBDIR += inadyn SUBDIR += inadyn-mt SUBDIR += ipcheck SUBDIR += ironsides SUBDIR += knot SUBDIR += ldapdns SUBDIR += ldns SUBDIR += ldnsm SUBDIR += libbind SUBDIR += libdjbdns SUBDIR += libidn + SUBDIR += linux-c6-libasyncns SUBDIR += linux-f10-libasyncns SUBDIR += mDNSResponder_nss SUBDIR += maradns SUBDIR += maradns1 SUBDIR += mdnsd SUBDIR += mydns SUBDIR += mydns-ng SUBDIR += noip SUBDIR += nsd SUBDIR += nsd3 SUBDIR += nslint SUBDIR += nsping SUBDIR += nss_mdns SUBDIR += nss_resinit SUBDIR += odsclient SUBDIR += opendd SUBDIR += opendnssec SUBDIR += opendnssec13 SUBDIR += openresolv SUBDIR += p5-BIND-Conf_Parser SUBDIR += p5-BIND-Config-Parser SUBDIR += p5-DNS-Config SUBDIR += p5-DNS-EasyDNS SUBDIR += p5-DNS-Ldns SUBDIR += p5-DNS-Zone SUBDIR += p5-DNS-ZoneParse SUBDIR += p5-Data-Validate-Domain SUBDIR += p5-Mozilla-PublicSuffix SUBDIR += p5-Net-Amazon-Route53 SUBDIR += p5-Net-Bonjour SUBDIR += p5-Net-DNS SUBDIR += p5-Net-DNS-Async SUBDIR += p5-Net-DNS-Check SUBDIR += p5-Net-DNS-Codes SUBDIR += p5-Net-DNS-Lite SUBDIR += p5-Net-DNS-Match SUBDIR += p5-Net-DNS-RR-SRV-Helper SUBDIR += p5-Net-DNS-Resolver-Programmable SUBDIR += p5-Net-DNS-SEC SUBDIR += p5-Net-DNS-TestNS SUBDIR += p5-Net-DNS-ToolKit SUBDIR += p5-Net-DNS-Zone-Parser SUBDIR += p5-Net-DNS-ZoneCheck SUBDIR += p5-Net-DNS-ZoneFile-Fast SUBDIR += p5-Net-DNSBL-MultiDaemon SUBDIR += p5-Net-DNSBL-Statistics SUBDIR += p5-Net-DRI SUBDIR += p5-Net-Domain-ExpireDate SUBDIR += p5-Net-Domain-TLD SUBDIR += p5-Net-LibIDN SUBDIR += p5-Net-Nslookup SUBDIR += p5-Net-RBLClient SUBDIR += p5-POE-Component-Client-DNS SUBDIR += p5-POE-Component-Client-DNS-Recursive SUBDIR += p5-POE-Component-Client-DNSBL SUBDIR += p5-POE-Component-Resolver SUBDIR += p5-POE-Component-Server-DNS SUBDIR += p5-POE-Filter-DNS-TCP SUBDIR += p5-Stanford-DNSserver SUBDIR += p5-Tie-DNS SUBDIR += p5-URBL-Prepare SUBDIR += p5-pgeodns SUBDIR += pdnsd SUBDIR += pear-File_DNS SUBDIR += pear-Net_DNS SUBDIR += pear-Net_DNS2 SUBDIR += powerdns SUBDIR += powerdns-devel SUBDIR += powerdns-recursor SUBDIR += py-adns SUBDIR += py-bonjour SUBDIR += py-dns SUBDIR += py-dns3 SUBDIR += py-dnspython SUBDIR += py-easyzone SUBDIR += py-idnkit2 SUBDIR += py-ldns SUBDIR += py-namebench SUBDIR += py-publicsuffix SUBDIR += py-twistedNames SUBDIR += radns SUBDIR += rbldnsd SUBDIR += rbllookup SUBDIR += rbllookup-ng SUBDIR += rubygem-dnsruby SUBDIR += rubygem-net-dns SUBDIR += rubygem-public_suffix SUBDIR += rubygem-public_suffix_service SUBDIR += samba-nsupdate SUBDIR += scavenge SUBDIR += sheerdns SUBDIR += sleuth SUBDIR += sshfp SUBDIR += tinystats SUBDIR += totd SUBDIR += udns SUBDIR += unbound SUBDIR += updatedd SUBDIR += validns SUBDIR += vizone SUBDIR += walker SUBDIR += wdns SUBDIR += yadifa SUBDIR += zkt SUBDIR += zonecheck SUBDIR += zonenotify .include Index: head/dns/linux-c6-libasyncns/Makefile =================================================================== --- head/dns/linux-c6-libasyncns/Makefile (nonexistent) +++ head/dns/linux-c6-libasyncns/Makefile (revision 368845) @@ -0,0 +1,18 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= libasyncns +PORTVERSION= 0.8 +CATEGORIES= dns devel linux +PKGNAMEPREFIX= linux-c6- + +MAINTAINER= emulation@FreeBSD.org +COMMENT= C library for executing DNS queries asynchronously (Linux CentOS ${LINUX_DIST_VER}) + +USE_LINUX= c6 +USE_LINUX_RPM= yes +RPMVERSION= 1.1.el6 +USE_LDCONFIG= yes +AUTOMATIC_PLIST= yes + +.include Property changes on: head/dns/linux-c6-libasyncns/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/dns/linux-c6-libasyncns/distinfo.i686 =================================================================== --- head/dns/linux-c6-libasyncns/distinfo.i686 (nonexistent) +++ head/dns/linux-c6-libasyncns/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/libasyncns-0.8-1.1.el6.i686.rpm) = 29b5986a6ed47b9c54857df3238f8a6348792cfeb9c8923f75208d9738c49748 +SIZE (rpm/i686/centos/6.5/libasyncns-0.8-1.1.el6.i686.rpm) = 24888 +SHA256 (rpm/i686/centos/6.5/libasyncns-0.8-1.1.el6.src.rpm) = 6d0b1cd3002d4d79c43bc121e28f5c9bd65b69a80f9cd117cef234caecc47537 +SIZE (rpm/i686/centos/6.5/libasyncns-0.8-1.1.el6.src.rpm) = 346427 Property changes on: head/dns/linux-c6-libasyncns/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/dns/linux-c6-libasyncns/pkg-descr =================================================================== --- head/dns/linux-c6-libasyncns/pkg-descr (nonexistent) +++ head/dns/linux-c6-libasyncns/pkg-descr (revision 368845) @@ -0,0 +1,20 @@ +libasyncns is a C library for Linux/Unix for executing name service queries +asynchronously. It is an asynchronous wrapper around getaddrinfo(3), +getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv. + +In contrast to GNU's asynchronous name resolving API getaddrinfo_a(), +libasyncns does not make use of UNIX signals for reporting completion of name +queries. Instead, the API exports a standard UNIX file descriptor which may be +integerated cleanly into custom main loops. + +In contrast to asynchronous DNS resolving libraries like libdenise, skadns, +adns, libasyncns is just an asynchronous wrapper around the libc's synchronous +getaddrinfo() API, which has the advantage of allowing name resolution using +techniques like Multicast DNS, LDAP or NIS using standard libc NSS (Name +Service Switch) modules. libasyncns is compatible with IPv6 if the underlying +libc is. + +libasyncns is very tiny, consisting of just one header and one source file. It +has no dependencies besides libc. + +WWW: http://0pointer.de/lennart/projects/libasyncns/ Property changes on: head/dns/linux-c6-libasyncns/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/dns/linux-f10-libasyncns/Makefile =================================================================== --- head/dns/linux-f10-libasyncns/Makefile (revision 368844) +++ head/dns/linux-f10-libasyncns/Makefile (revision 368845) @@ -1,19 +1,18 @@ # Created by: itetcu@ # $FreeBSD$ PORTNAME= libasyncns PORTVERSION= 0.7 CATEGORIES= dns devel linux PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= itetcu@FreeBSD.org COMMENT= C library for executing DNS queries asynchronously (Linux Fedora 10) +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 RPMVERSION= 1.fc10 USE_LDCONFIG= yes AUTOMATIC_PLIST=yes .include Index: head/editors/Makefile =================================================================== --- head/editors/Makefile (revision 368844) +++ head/editors/Makefile (revision 368845) @@ -1,271 +1,273 @@ # $FreeBSD$ # COMMENT = Editors SUBDIR += 2bsd-vi SUBDIR += abiword SUBDIR += abiword-docs SUBDIR += aee SUBDIR += aewan SUBDIR += apel SUBDIR += asedit SUBDIR += beav SUBDIR += biew SUBDIR += bitedit SUBDIR += bless SUBDIR += boiling-egg SUBDIR += bpatch SUBDIR += bvi SUBDIR += calligra SUBDIR += calligra-l10n SUBDIR += calligra-l10n-bs SUBDIR += calligra-l10n-ca SUBDIR += calligra-l10n-ca_valencia SUBDIR += calligra-l10n-cs SUBDIR += calligra-l10n-da SUBDIR += calligra-l10n-el SUBDIR += calligra-l10n-en_GB SUBDIR += calligra-l10n-es SUBDIR += calligra-l10n-et SUBDIR += calligra-l10n-fi SUBDIR += calligra-l10n-gl SUBDIR += calligra-l10n-ia SUBDIR += calligra-l10n-it SUBDIR += calligra-l10n-kk SUBDIR += calligra-l10n-nb SUBDIR += calligra-l10n-nds SUBDIR += calligra-l10n-nl SUBDIR += calligra-l10n-sk SUBDIR += calligra-l10n-sl SUBDIR += calligra-l10n-sv SUBDIR += calligra-l10n-tr SUBDIR += chexedit SUBDIR += codelite SUBDIR += conglomerate SUBDIR += cooledit SUBDIR += cream SUBDIR += deforaos-editor SUBDIR += dhex SUBDIR += diakonos SUBDIR += dkns SUBDIR += drjava SUBDIR += e3 SUBDIR += e93 SUBDIR += edith SUBDIR += editorconfig-core-c SUBDIR += emacs SUBDIR += emacs-devel SUBDIR += emacs-nox11 SUBDIR += emacs23 SUBDIR += fb SUBDIR += flim SUBDIR += fpc-ide SUBDIR += fte SUBDIR += fxite SUBDIR += gate SUBDIR += gedit SUBDIR += gedit-plugins SUBDIR += ghex SUBDIR += gmanedit SUBDIR += gnome2-office SUBDIR += gnotepad+ SUBDIR += gobby SUBDIR += gwrite SUBDIR += heme SUBDIR += hexcurse SUBDIR += hexedit SUBDIR += hexpert SUBDIR += hnb SUBDIR += hte SUBDIR += impress SUBDIR += jed SUBDIR += jedit SUBDIR += joe SUBDIR += joe2 SUBDIR += jove SUBDIR += jupp SUBDIR += kate SUBDIR += kate-plugin-pate SUBDIR += kile-kde4 SUBDIR += klat4 SUBDIR += komodo-edit SUBDIR += lazarus SUBDIR += lazarus-lcl-gtk SUBDIR += lazarus-lcl-gtk2 SUBDIR += lazarus-lcl-nogui SUBDIR += lazarus-lcl-qt SUBDIR += lazarus-lcl-units SUBDIR += le SUBDIR += leafpad SUBDIR += led SUBDIR += leo SUBDIR += lfhex SUBDIR += libreoffice SUBDIR += libreoffice-af SUBDIR += libreoffice-am SUBDIR += libreoffice-as SUBDIR += libreoffice-ast SUBDIR += libreoffice-be SUBDIR += libreoffice-bg SUBDIR += libreoffice-bn SUBDIR += libreoffice-bn_IN SUBDIR += libreoffice-bo SUBDIR += libreoffice-br SUBDIR += libreoffice-brx SUBDIR += libreoffice-bs SUBDIR += libreoffice-ca SUBDIR += libreoffice-ca_valencia SUBDIR += libreoffice-cs SUBDIR += libreoffice-cy SUBDIR += libreoffice-da SUBDIR += libreoffice-dgo SUBDIR += libreoffice-dz SUBDIR += libreoffice-el SUBDIR += libreoffice-en_GB SUBDIR += libreoffice-en_ZA SUBDIR += libreoffice-eo SUBDIR += libreoffice-es SUBDIR += libreoffice-et SUBDIR += libreoffice-eu SUBDIR += libreoffice-fa SUBDIR += libreoffice-fi SUBDIR += libreoffice-ga SUBDIR += libreoffice-gd SUBDIR += libreoffice-gl SUBDIR += libreoffice-gu SUBDIR += libreoffice-hi SUBDIR += libreoffice-hr SUBDIR += libreoffice-i18n SUBDIR += libreoffice-id SUBDIR += libreoffice-is SUBDIR += libreoffice-it SUBDIR += libreoffice-ka SUBDIR += libreoffice-kk SUBDIR += libreoffice-km SUBDIR += libreoffice-kmr_Latn SUBDIR += libreoffice-kn SUBDIR += libreoffice-kok SUBDIR += libreoffice-ks SUBDIR += libreoffice-lb SUBDIR += libreoffice-lo SUBDIR += libreoffice-lt SUBDIR += libreoffice-lv SUBDIR += libreoffice-mai SUBDIR += libreoffice-mk SUBDIR += libreoffice-ml SUBDIR += libreoffice-mn SUBDIR += libreoffice-mni SUBDIR += libreoffice-mr SUBDIR += libreoffice-my SUBDIR += libreoffice-nb SUBDIR += libreoffice-ne SUBDIR += libreoffice-nl SUBDIR += libreoffice-nn SUBDIR += libreoffice-nr SUBDIR += libreoffice-nso SUBDIR += libreoffice-oc SUBDIR += libreoffice-om SUBDIR += libreoffice-or SUBDIR += libreoffice-pa_IN SUBDIR += libreoffice-ro SUBDIR += libreoffice-rw SUBDIR += libreoffice-sa_IN SUBDIR += libreoffice-sat SUBDIR += libreoffice-sd SUBDIR += libreoffice-si SUBDIR += libreoffice-sid SUBDIR += libreoffice-sk SUBDIR += libreoffice-sl SUBDIR += libreoffice-sq SUBDIR += libreoffice-sr SUBDIR += libreoffice-sr_Latn SUBDIR += libreoffice-ss SUBDIR += libreoffice-st SUBDIR += libreoffice-sv SUBDIR += libreoffice-sw_TZ SUBDIR += libreoffice-ta SUBDIR += libreoffice-te SUBDIR += libreoffice-tg SUBDIR += libreoffice-th SUBDIR += libreoffice-tn SUBDIR += libreoffice-tr SUBDIR += libreoffice-ts SUBDIR += libreoffice-tt SUBDIR += libreoffice-ug SUBDIR += libreoffice-uz SUBDIR += libreoffice-ve SUBDIR += libreoffice-xh SUBDIR += libreoffice-zu SUBDIR += madedit SUBDIR += manedit SUBDIR += mg SUBDIR += mined SUBDIR += mlview SUBDIR += morla SUBDIR += mousepad SUBDIR += mp SUBDIR += nano SUBDIR += nano-devel SUBDIR += ne SUBDIR += nedit SUBDIR += nvi-devel SUBDIR += nvi-m17n SUBDIR += omegaT SUBDIR += openoffice-4 SUBDIR += openoffice-devel SUBDIR += p5-Padre SUBDIR += p5-Proc-InvokeEditor SUBDIR += p5-Vimana SUBDIR += paredit-mode.el SUBDIR += pico-alpine SUBDIR += pluma SUBDIR += poedit SUBDIR += puff SUBDIR += py-room SUBDIR += rox-edit SUBDIR += scite SUBDIR += scribes SUBDIR += se SUBDIR += semi SUBDIR += slime SUBDIR += spe SUBDIR += ssam SUBDIR += ssed SUBDIR += sted SUBDIR += tamago SUBDIR += tea SUBDIR += teco SUBDIR += ted SUBDIR += tetradraw SUBDIR += texmacs SUBDIR += texmaker SUBDIR += texmakerx SUBDIR += textroom SUBDIR += texworks SUBDIR += thoteditor SUBDIR += tpad SUBDIR += tree-widget SUBDIR += treeform SUBDIR += tweak SUBDIR += uemacs SUBDIR += uzap SUBDIR += vigor SUBDIR += vile SUBDIR += vim SUBDIR += vim-lite SUBDIR += winefish SUBDIR += wordgrinder SUBDIR += xcoral SUBDIR += xed SUBDIR += xmlcopyeditor SUBDIR += xvile SUBDIR += yasnippet SUBDIR += yudit SUBDIR += yui SUBDIR += yzis SUBDIR += zile SUBDIR += zim SUBDIR += zoinks + SUBDIR += sublime + SUBDIR += sublime3 .include Index: head/editors/sublime/Makefile =================================================================== --- head/editors/sublime/Makefile (nonexistent) +++ head/editors/sublime/Makefile (revision 368845) @@ -0,0 +1,46 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= sublime +PORTVERSION= 2.0.2 +CATEGORIES= editors linux +MASTER_SITES= http://c758482.r82.cf2.rackcdn.com/ +DISTNAME= Sublime%20Text%202.0.2 + +MAINTAINER= xmj@chaot.net +COMMENT= Sublime Text is a sophisticated text editor for code, markup and prose + +USES= tar:bzip2 +INSTALLS_ICONS= yes +WRKSRC= ${WRKDIR}/"Sublime Text 2" + +NO_BUILD= +STRIP= # don't strip linux binaries. +SUB_FILES= sublime + +USE_LINUX= yes +USE_LINUX_APPS= xorglibs + +post-patch: + ${BRANDELF} -t Linux ${WRKSRC}/sublime_text + ${RM} -rf ${WRKSRC}/lib + +do-install: + @${MKDIR} ${STAGEDIR}${DATADIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps/ + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps/ + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/ + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps/ + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/ + + @${INSTALL_DATA} ${WRKSRC}/Icon/16x16/sublime_text.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps/ + @${INSTALL_DATA} ${WRKSRC}/Icon/32x32/sublime_text.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps/ + @${INSTALL_DATA} ${WRKSRC}/Icon/48x48/sublime_text.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/ + @${INSTALL_DATA} ${WRKSRC}/Icon/128x128/sublime_text.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps/ + @${INSTALL_DATA} ${WRKSRC}/Icon/256x256/sublime_text.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/ + @${RM} -rf ${WRKSRC}/Icon/ + @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} + @${CHMOD} +x ${STAGEDIR}${DATADIR}/sublime_text + @${INSTALL} ${WRKDIR}/sublime ${STAGEDIR}${PREFIX}/bin/sublime + +.include Property changes on: head/editors/sublime/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/editors/sublime/distinfo =================================================================== --- head/editors/sublime/distinfo (nonexistent) +++ head/editors/sublime/distinfo (revision 368845) @@ -0,0 +1,2 @@ +SHA256 (Sublime%20Text%202.0.2.tar.bz2) = 07338e041cfb348938fa8069f0aad3b5b43c319b7ec564ffff1489796f2dcf08 +SIZE (Sublime%20Text%202.0.2.tar.bz2) = 5584673 Property changes on: head/editors/sublime/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/editors/sublime/files/patch-PackageSetup.py =================================================================== --- head/editors/sublime/files/patch-PackageSetup.py (nonexistent) +++ head/editors/sublime/files/patch-PackageSetup.py (revision 368845) @@ -0,0 +1,8 @@ +--- ./PackageSetup.py.orig 2014-03-22 14:57:27.290782685 +0200 ++++ ./PackageSetup.py 2014-03-22 14:57:40.220307481 +0200 +@@ -1,4 +1,4 @@ +-#!python ++#!/usr/bin/env python + + from __future__ import with_statement + import glob Property changes on: head/editors/sublime/files/patch-PackageSetup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/editors/sublime/files/sublime.in =================================================================== --- head/editors/sublime/files/sublime.in (nonexistent) +++ head/editors/sublime/files/sublime.in (revision 368845) @@ -0,0 +1,2 @@ +#!/compat/linux/bin/sh +%%DATADIR%%/sublime_text Property changes on: head/editors/sublime/files/sublime.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/editors/sublime/pkg-descr =================================================================== --- head/editors/sublime/pkg-descr (nonexistent) +++ head/editors/sublime/pkg-descr (revision 368845) @@ -0,0 +1,3 @@ +Sublime Text is a sophisticated text editor for code, markup and prose. + +WWW: http://www.sublimetext.com Property changes on: head/editors/sublime/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/editors/sublime/pkg-plist =================================================================== --- head/editors/sublime/pkg-plist (nonexistent) +++ head/editors/sublime/pkg-plist (revision 368845) @@ -0,0 +1,71 @@ +bin/sublime +share/icons/hicolor/128x128/apps/sublime_text.png +share/icons/hicolor/16x16/apps/sublime_text.png +share/icons/hicolor/256x256/apps/sublime_text.png +share/icons/hicolor/32x32/apps/sublime_text.png +share/icons/hicolor/48x48/apps/sublime_text.png +%%DATADIR%%/PackageSetup.py +%%DATADIR%%/Pristine Packages/ASP.sublime-package +%%DATADIR%%/Pristine Packages/ActionScript.sublime-package +%%DATADIR%%/Pristine Packages/AppleScript.sublime-package +%%DATADIR%%/Pristine Packages/Batch File.sublime-package +%%DATADIR%%/Pristine Packages/C#.sublime-package +%%DATADIR%%/Pristine Packages/C++.sublime-package +%%DATADIR%%/Pristine Packages/CSS.sublime-package +%%DATADIR%%/Pristine Packages/Clojure.sublime-package +%%DATADIR%%/Pristine Packages/Color Scheme - Default.sublime-package +%%DATADIR%%/Pristine Packages/D.sublime-package +%%DATADIR%%/Pristine Packages/Default.sublime-package +%%DATADIR%%/Pristine Packages/Diff.sublime-package +%%DATADIR%%/Pristine Packages/Erlang.sublime-package +%%DATADIR%%/Pristine Packages/Go.sublime-package +%%DATADIR%%/Pristine Packages/Graphviz.sublime-package +%%DATADIR%%/Pristine Packages/Groovy.sublime-package +%%DATADIR%%/Pristine Packages/HTML.sublime-package +%%DATADIR%%/Pristine Packages/Haskell.sublime-package +%%DATADIR%%/Pristine Packages/Java.sublime-package +%%DATADIR%%/Pristine Packages/JavaScript.sublime-package +%%DATADIR%%/Pristine Packages/LaTeX.sublime-package +%%DATADIR%%/Pristine Packages/Language - English.sublime-package +%%DATADIR%%/Pristine Packages/Lisp.sublime-package +%%DATADIR%%/Pristine Packages/Lua.sublime-package +%%DATADIR%%/Pristine Packages/Makefile.sublime-package +%%DATADIR%%/Pristine Packages/Markdown.sublime-package +%%DATADIR%%/Pristine Packages/Matlab.sublime-package +%%DATADIR%%/Pristine Packages/OCaml.sublime-package +%%DATADIR%%/Pristine Packages/Objective-C.sublime-package +%%DATADIR%%/Pristine Packages/PHP.sublime-package +%%DATADIR%%/Pristine Packages/Perl.sublime-package +%%DATADIR%%/Pristine Packages/Python.sublime-package +%%DATADIR%%/Pristine Packages/R.sublime-package +%%DATADIR%%/Pristine Packages/Rails.sublime-package +%%DATADIR%%/Pristine Packages/Regular Expressions.sublime-package +%%DATADIR%%/Pristine Packages/RestructuredText.sublime-package +%%DATADIR%%/Pristine Packages/Ruby.sublime-package +%%DATADIR%%/Pristine Packages/SQL.sublime-package +%%DATADIR%%/Pristine Packages/Scala.sublime-package +%%DATADIR%%/Pristine Packages/ShellScript.sublime-package +%%DATADIR%%/Pristine Packages/TCL.sublime-package +%%DATADIR%%/Pristine Packages/Text.sublime-package +%%DATADIR%%/Pristine Packages/Textile.sublime-package +%%DATADIR%%/Pristine Packages/Theme - Default.sublime-package +%%DATADIR%%/Pristine Packages/User.sublime-package +%%DATADIR%%/Pristine Packages/Vintage.sublime-package +%%DATADIR%%/Pristine Packages/XML.sublime-package +%%DATADIR%%/Pristine Packages/YAML.sublime-package +%%DATADIR%%/sublime_plugin.py +%%DATADIR%%/sublime_text +@dirrmtry %%DATADIR%%/Pristine Packages +@dirrmtry %%DATADIR%% +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/256x256/apps +@dirrmtry share/icons/hicolor/256x256 +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16 +@dirrmtry share/icons/hicolor/128x128/apps +@dirrmtry share/icons/hicolor/128x128 +@dirrmtry share/icons/hicolor +@dirrmtry share/icons Property changes on: head/editors/sublime/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/editors/sublime3/Makefile =================================================================== --- head/editors/sublime3/Makefile (nonexistent) +++ head/editors/sublime3/Makefile (revision 368845) @@ -0,0 +1,51 @@ +# Created by: Miguel Clara +# $FreeBSD$ + +PORTNAME= sublime +PORTVERSION= 3.0.65 +CATEGORIES= editors linux +MASTER_SITES= http://c758482.r82.cf2.rackcdn.com/ +PKGNAMEPREFIX= linux- +DISTNAME= sublime_text_3_build_3065_x32 + +MAINTAINER= miguelmclara@gmail.com +COMMENT= Sublime Text is a sophisticated text editor for code, markup and prose + +USES= tar:bzip2 +INSTALLS_ICONS= yes +WRKSRC= ${WRKDIR}/sublime_text_3 + +CONFLICTS= linux-sublime-[0-24-9]* + +NO_BUILD= +STRIP= # don't strip linux binaries. +SUB_FILES= sublime + +USE_LINUX= yes +USE_LINUX_APPS= xorglibs + +post-patch: + ${BRANDELF} -t Linux ${WRKSRC}/sublime_text + ${BRANDELF} -t Linux ${WRKSRC}/plugin_host + ${RM} -rf ${WRKSRC}/lib + +do-install: + @${MKDIR} ${STAGEDIR}${DATADIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps/ + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps/ + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/ + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps/ + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/ + + @${INSTALL_DATA} ${WRKSRC}/Icon/16x16/sublime-text.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps/ + @${INSTALL_DATA} ${WRKSRC}/Icon/32x32/sublime-text.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps/ + @${INSTALL_DATA} ${WRKSRC}/Icon/48x48/sublime-text.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/ + @${INSTALL_DATA} ${WRKSRC}/Icon/128x128/sublime-text.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps/ + @${INSTALL_DATA} ${WRKSRC}/Icon/256x256/sublime-text.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/ + @${RM} -rf ${WRKSRC}/Icon/ + @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} + @${CHMOD} +x ${STAGEDIR}${DATADIR}/sublime_text + @${CHMOD} +x ${STAGEDIR}${DATADIR}/plugin_host + @${INSTALL} ${WRKDIR}/sublime ${STAGEDIR}${PREFIX}/bin/sublime + +.include Property changes on: head/editors/sublime3/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/editors/sublime3/distinfo =================================================================== --- head/editors/sublime3/distinfo (nonexistent) +++ head/editors/sublime3/distinfo (revision 368845) @@ -0,0 +1,2 @@ +SHA256 (sublime_text_3_build_3065_x32.tar.bz2) = e25f84fe0d0c02ce71274d334fd42ce6313adcd4ec1d588b165d25f5e93ad78d +SIZE (sublime_text_3_build_3065_x32.tar.bz2) = 7624149 Property changes on: head/editors/sublime3/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/editors/sublime3/files/sublime.in =================================================================== --- head/editors/sublime3/files/sublime.in (nonexistent) +++ head/editors/sublime3/files/sublime.in (revision 368845) @@ -0,0 +1,2 @@ +#!/compat/linux/bin/sh +%%DATADIR%%/sublime_text Property changes on: head/editors/sublime3/files/sublime.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/editors/sublime3/pkg-descr =================================================================== --- head/editors/sublime3/pkg-descr (nonexistent) +++ head/editors/sublime3/pkg-descr (revision 368845) @@ -0,0 +1,3 @@ +Sublime Text is a sophisticated text editor for code, markup and prose. + +WWW: http://www.sublimetext.com Property changes on: head/editors/sublime3/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/editors/sublime3/pkg-plist =================================================================== --- head/editors/sublime3/pkg-plist (nonexistent) +++ head/editors/sublime3/pkg-plist (revision 368845) @@ -0,0 +1,64 @@ +bin/sublime +share/icons/hicolor/128x128/apps/sublime-text.png +share/icons/hicolor/16x16/apps/sublime-text.png +share/icons/hicolor/256x256/apps/sublime-text.png +share/icons/hicolor/32x32/apps/sublime-text.png +share/icons/hicolor/48x48/apps/sublime-text.png +%%DATADIR%%/Packages/ASP.sublime-package +%%DATADIR%%/Packages/ActionScript.sublime-package +%%DATADIR%%/Packages/AppleScript.sublime-package +%%DATADIR%%/Packages/Batch File.sublime-package +%%DATADIR%%/Packages/C#.sublime-package +%%DATADIR%%/Packages/C++.sublime-package +%%DATADIR%%/Packages/CSS.sublime-package +%%DATADIR%%/Packages/Clojure.sublime-package +%%DATADIR%%/Packages/Color Scheme - Default.sublime-package +%%DATADIR%%/Packages/D.sublime-package +%%DATADIR%%/Packages/Default.sublime-package +%%DATADIR%%/Packages/Diff.sublime-package +%%DATADIR%%/Packages/Erlang.sublime-package +%%DATADIR%%/Packages/Go.sublime-package +%%DATADIR%%/Packages/Graphviz.sublime-package +%%DATADIR%%/Packages/Groovy.sublime-package +%%DATADIR%%/Packages/HTML.sublime-package +%%DATADIR%%/Packages/Haskell.sublime-package +%%DATADIR%%/Packages/Java.sublime-package +%%DATADIR%%/Packages/JavaScript.sublime-package +%%DATADIR%%/Packages/LaTeX.sublime-package +%%DATADIR%%/Packages/Language - English.sublime-package +%%DATADIR%%/Packages/Lisp.sublime-package +%%DATADIR%%/Packages/Lua.sublime-package +%%DATADIR%%/Packages/Makefile.sublime-package +%%DATADIR%%/Packages/Markdown.sublime-package +%%DATADIR%%/Packages/Matlab.sublime-package +%%DATADIR%%/Packages/OCaml.sublime-package +%%DATADIR%%/Packages/Objective-C.sublime-package +%%DATADIR%%/Packages/PHP.sublime-package +%%DATADIR%%/Packages/Pascal.sublime-package +%%DATADIR%%/Packages/Perl.sublime-package +%%DATADIR%%/Packages/Python.sublime-package +%%DATADIR%%/Packages/R.sublime-package +%%DATADIR%%/Packages/Rails.sublime-package +%%DATADIR%%/Packages/Regular Expressions.sublime-package +%%DATADIR%%/Packages/RestructuredText.sublime-package +%%DATADIR%%/Packages/Ruby.sublime-package +%%DATADIR%%/Packages/SQL.sublime-package +%%DATADIR%%/Packages/Scala.sublime-package +%%DATADIR%%/Packages/ShellScript.sublime-package +%%DATADIR%%/Packages/TCL.sublime-package +%%DATADIR%%/Packages/Text.sublime-package +%%DATADIR%%/Packages/Textile.sublime-package +%%DATADIR%%/Packages/Theme - Default.sublime-package +%%DATADIR%%/Packages/Vintage.sublime-package +%%DATADIR%%/Packages/XML.sublime-package +%%DATADIR%%/Packages/YAML.sublime-package +%%DATADIR%%/changelog.txt +%%DATADIR%%/crash_reporter +%%DATADIR%%/plugin_host +%%DATADIR%%/python3.3.zip +%%DATADIR%%/sublime.py +%%DATADIR%%/sublime_plugin.py +%%DATADIR%%/sublime_text +%%DATADIR%%/sublime_text.desktop +@dirrmtry %%DATADIR%%/Packages +@dirrmtry %%DATADIR%% Property changes on: head/editors/sublime3/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/Makefile =================================================================== --- head/emulators/Makefile (revision 368844) +++ head/emulators/Makefile (revision 368845) @@ -1,170 +1,172 @@ # $FreeBSD$ # COMMENT = Emulators for other operating systems SUBDIR += adamem SUBDIR += advancemame SUBDIR += advancemenu SUBDIR += advancemess SUBDIR += aftp SUBDIR += aqemu SUBDIR += atari800 SUBDIR += bfe SUBDIR += bochs SUBDIR += bsvc SUBDIR += catapult SUBDIR += cinc SUBDIR += cingb SUBDIR += cpmemu SUBDIR += cpmtools SUBDIR += cpmtools2 SUBDIR += darcnes SUBDIR += dboxfe SUBDIR += desmume SUBDIR += dgen-sdl SUBDIR += dolphin-emu SUBDIR += dosbox SUBDIR += doscmd SUBDIR += dtcyber SUBDIR += dynagen SUBDIR += dynagui SUBDIR += dynamips SUBDIR += dynamips-community SUBDIR += dynamips-devel SUBDIR += e-uae SUBDIR += fceux SUBDIR += fmsx SUBDIR += frodo SUBDIR += fs-uae SUBDIR += fuse SUBDIR += fuse-roms SUBDIR += fuse-utils SUBDIR += gbe SUBDIR += generator SUBDIR += generator-cbiere SUBDIR += gens SUBDIR += gngb SUBDIR += gngeo SUBDIR += gns3 SUBDIR += gnuboy SUBDIR += gxemul SUBDIR += hatari SUBDIR += hercules SUBDIR += higan SUBDIR += hugo SUBDIR += i386-wine SUBDIR += i386-wine-compholio SUBDIR += i386-wine-devel SUBDIR += ia64sim SUBDIR += ines SUBDIR += javatari SUBDIR += joytran SUBDIR += jzintv SUBDIR += kcemu SUBDIR += klh10 SUBDIR += kqemu-kmod SUBDIR += kqemu-kmod-devel SUBDIR += lib765 SUBDIR += libdsk SUBDIR += libspectrum SUBDIR += linux_base-c6 SUBDIR += linux_base-f10 SUBDIR += linux_base-gentoo-stage3 + SUBDIR += linux-c6 + SUBDIR += linux-f10 SUBDIR += linux_dist-gentoo-stage3 SUBDIR += lisaem SUBDIR += loemu SUBDIR += m2000 SUBDIR += mame SUBDIR += mastergear SUBDIR += mednafen SUBDIR += mess SUBDIR += minivmac SUBDIR += mtools SUBDIR += mupen64plus SUBDIR += mupen64plus-audio-sdl SUBDIR += mupen64plus-core SUBDIR += mupen64plus-input-sdl SUBDIR += mupen64plus-plugins SUBDIR += mupen64plus-rsp-hle SUBDIR += mupen64plus-rsp-z64 SUBDIR += mupen64plus-ui-console SUBDIR += mupen64plus-video-arachnoid SUBDIR += mupen64plus-video-glide64 SUBDIR += mupen64plus-video-glide64mk2 SUBDIR += mupen64plus-video-rice SUBDIR += mupen64plus-video-z64 SUBDIR += nonpareil SUBDIR += o2em SUBDIR += ods2reader SUBDIR += open-vm-tools SUBDIR += open-vm-tools-nox11 SUBDIR += openmsx SUBDIR += p5-Acme-6502 SUBDIR += parallels-tools SUBDIR += pcemu SUBDIR += pcsxr SUBDIR += pearpc SUBDIR += pipelight SUBDIR += q4wine SUBDIR += qemu SUBDIR += qemu-devel SUBDIR += qemu-launcher SUBDIR += qemu-user-static SUBDIR += qmc2 SUBDIR += qtemu SUBDIR += quasi88 SUBDIR += raine SUBDIR += rtc SUBDIR += sim6811 SUBDIR += simh SUBDIR += skyeye SUBDIR += snes9express SUBDIR += snes9x SUBDIR += snes9x-gtk SUBDIR += spim SUBDIR += stella SUBDIR += stonx SUBDIR += swine SUBDIR += tiemu3 SUBDIR += tilem SUBDIR += tme SUBDIR += tpm-emulator SUBDIR += tuxnes SUBDIR += uae SUBDIR += ucon64 SUBDIR += vba SUBDIR += vboxtool SUBDIR += vgb-bin SUBDIR += vgba-bin SUBDIR += vice SUBDIR += virtio-kmod SUBDIR += virtualbox-ose SUBDIR += virtualbox-ose-additions SUBDIR += virtualbox-ose-kmod SUBDIR += visualboyadvance-m SUBDIR += vmips SUBDIR += vmsbackup SUBDIR += vmw SUBDIR += vxtools SUBDIR += wine SUBDIR += wine-devel SUBDIR += wine-doors SUBDIR += wine-compholio SUBDIR += wine-gecko SUBDIR += wine-gecko-devel SUBDIR += wine-mono SUBDIR += wine-mono-devel SUBDIR += wxmupen64plus SUBDIR += x48 SUBDIR += x49gp SUBDIR += xbraitenberg SUBDIR += xcpc SUBDIR += xhomer SUBDIR += xsystem35 SUBDIR += xzx SUBDIR += yabause SUBDIR += yape SUBDIR += zsnes .include Index: head/emulators/linux-c6/Makefile =================================================================== --- head/emulators/linux-c6/Makefile (nonexistent) +++ head/emulators/linux-c6/Makefile (revision 368845) @@ -0,0 +1,90 @@ +# Created by: Johannes Jost Meixner +# $FreeBSD$ + +PORTNAME= linux-c6 +PORTVERSION= 0.1 +CATEGORIES= emulators linux +MASTER_SITES= # none +DISTFILES= # none +EXTRACT_ONLY= # none + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Meta-port for all things CentOS ${LINUX_DIST_VER} + +NO_BUILD= yes +NO_MTREE= yes +NO_INSTALL= yes + +# base +USE_LINUX= c6 +#RUN_DEPENDS+= linux_base-c6>0:${PORTSDIR}/emulators/linux_base-c6 + +# non-base + +RUN_DEPENDS+= linux-c6-libasyncns>0:${PORTSDIR}/dns/linux-c6-libasyncns \ + linux-c6-tk85>0:${PORTSDIR}/x11-toolkits/linux-c6-tk85 \ + linux-c6-gtk2>0:${PORTSDIR}/x11-toolkits/linux-c6-gtk2 \ + linux-c6-hicolor-icon-theme>0:${PORTSDIR}/x11-themes/linux-c6-hicolor-icon-theme \ + linux-c6-qt47-x11>0:${PORTSDIR}/x11-toolkits/linux-c6-qt47-x11 \ + linux-c6-pango>0:${PORTSDIR}/x11-toolkits/linux-c6-pango \ + linux-c6-openmotif>0:${PORTSDIR}/x11-toolkits/linux-c6-openmotif \ + linux-c6-atk>0:${PORTSDIR}/accessibility/linux-c6-atk \ + linux-c6-sqlite>0:${PORTSDIR}/databases/linux-c6-sqlite3 \ + linux-c6-tcl85>0:${PORTSDIR}/lang/linux-c6-tcl85 \ + linux-c6-nspr>0:${PORTSDIR}/devel/linux-c6-nspr \ + linux-c6-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-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-cairo>0:${PORTSDIR}/graphics/linux-c6-cairo \ + linux-c6-dri>0:${PORTSDIR}/graphics/linux-c6-dri + +.include Property changes on: head/emulators/linux-c6/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/linux-c6/pkg-descr =================================================================== --- head/emulators/linux-c6/pkg-descr (nonexistent) +++ head/emulators/linux-c6/pkg-descr (revision 368845) @@ -0,0 +1,3 @@ +Linux CentOS 6.5 meta port. + +WWW: http://centos.org Property changes on: head/emulators/linux-c6/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/linux-c6/pkg-plist =================================================================== --- head/emulators/linux-c6/pkg-plist (nonexistent) +++ head/emulators/linux-c6/pkg-plist (revision 368845) @@ -0,0 +1 @@ +@comment $FreeBSD$ Property changes on: head/emulators/linux-c6/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/linux-f10/Makefile =================================================================== --- head/emulators/linux-f10/Makefile (nonexistent) +++ head/emulators/linux-f10/Makefile (revision 368845) @@ -0,0 +1,99 @@ +# Created by: Johannes Jost Meixner +# $FreeBSD$ + +PORTNAME= linux-f10 +PORTVERSION= 0.1 +CATEGORIES= emulators linux +MASTER_SITES= # none +DISTFILES= # none +EXTRACT_ONLY= # none + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Meta-port for all things Fedora ${LINUX_DIST_VER} + +NO_BUILD= yes +NO_MTREE= yes +NO_INSTALL= yes + +# base +USE_LINUX= f10 + +# non-base + +RUN_DEPENDS+= dns/linux-f10-libasyncns>0:${PORTSDIR}/dns/linux-f10-libasyncns \ + x11-toolkits/linux-f10-gtk2>0:${PORTSDIR}/x11-toolkits/linux-f10-gtk2 \ + x11-toolkits/linux-f10-tk85>0:${PORTSDIR}/x11-toolkits/linux-f10-tk85 \ + x11-toolkits/linux-f10-qt45>0:${PORTSDIR}/x11-toolkits/linux-f10-qt45 \ + x11-toolkits/linux-f10-openmotif>0:${PORTSDIR}/x11-toolkits/linux-f10-openmotif \ + x11-toolkits/linux-f10-pango>0:${PORTSDIR}/x11-toolkits/linux-f10-pango \ + x11-toolkits/linux-f10-blt>0:${PORTSDIR}/x11-toolkits/linux-f10-blt \ + accessibility/linux-f10-atk>0:${PORTSDIR}/accessibility/linux-f10-atk \ + databases/linux-f10-sqlite3>0:${PORTSDIR}/databases/linux-f10-sqlite3 \ + sysutils/linux-f10-procps>0:${PORTSDIR}/sysutils/linux-f10-procps \ + lang/linux-f10-tcl85>0:${PORTSDIR}/lang/linux-f10-tcl85 \ + lang/linux-f10-libg2c>0:${PORTSDIR}/lang/linux-f10-libg2c \ + devel/linux-f10-sdl12>0:${PORTSDIR}/devel/linux-f10-sdl12 \ + devel/linux-f10-libglade2>0:${PORTSDIR}/devel/linux-f10-libglade2 \ + devel/linux-f10-allegro>0:${PORTSDIR}/devel/linux-f10-allegro \ + devel/linux-f10-devtools>0:${PORTSDIR}/devel/linux-f10-devtools \ + devel/linux-f10-dbus-libs>0:${PORTSDIR}/devel/linux-f10-dbus-libs \ + devel/linux-f10-nspr>0:${PORTSDIR}/devel/linux-f10-nspr \ + devel/linux-f10-dbus-glib>0:${PORTSDIR}/devel/linux-f10-dbus-glib \ + devel/linux-f10-libsigc++20>0:${PORTSDIR}/devel/linux-f10-libsigc++20 \ + devel/linux-f10-ncurses-base>0:${PORTSDIR}/devel/linux-f10-ncurses-base \ + emulators/linux_base-f10>0:${PORTSDIR}/emulators/linux_base-f10 \ + x11/linux-f10-xorg-libs>0:${PORTSDIR}/x11/linux-f10-xorg-libs \ + x11-fonts/linux-f10-fontconfig>0:${PORTSDIR}/x11-fonts/linux-f10-fontconfig \ + print/linux-f10-cups-libs>0:${PORTSDIR}/print/linux-f10-cups-libs \ + audio/linux-f10-nas-libs>0:${PORTSDIR}/audio/linux-f10-nas-libs \ + audio/linux-f10-openal-soft>0:${PORTSDIR}/audio/linux-f10-openal-soft \ + audio/linux-f10-esound>0:${PORTSDIR}/audio/linux-f10-esound \ + audio/linux-f10-sdl_mixer>0:${PORTSDIR}/audio/linux-f10-sdl_mixer \ + audio/linux-f10-pulseaudio-libs>0:${PORTSDIR}/audio/linux-f10-pulseaudio-libs \ + audio/linux-f10-libogg>0:${PORTSDIR}/audio/linux-f10-libogg \ + audio/linux-f10-libvorbis>0:${PORTSDIR}/audio/linux-f10-libvorbis \ + audio/linux-f10-freealut>0:${PORTSDIR}/audio/linux-f10-freealut \ + audio/linux-f10-arts>0:${PORTSDIR}/audio/linux-f10-arts \ + audio/linux-f10-mikmod>0:${PORTSDIR}/audio/linux-f10-mikmod \ + audio/linux-f10-openal>0:${PORTSDIR}/audio/linux-f10-openal \ + audio/linux-f10-alsa-plugins-oss>0:${PORTSDIR}/audio/linux-f10-alsa-plugins-oss \ + audio/linux-f10-libaudiofile>0:${PORTSDIR}/audio/linux-f10-libaudiofile \ + audio/linux-f10-alsa-lib>0:${PORTSDIR}/audio/linux-f10-alsa-lib \ + multimedia/linux-f10-libv4l>0:${PORTSDIR}/multimedia/linux-f10-libv4l \ + multimedia/linux-f10-libtheora>0:${PORTSDIR}/multimedia/linux-f10-libtheora \ + www/linux-f10-flashplugin11>0:${PORTSDIR}/www/linux-f10-flashplugin11 \ + security/linux-f10-nss>0:${PORTSDIR}/security/linux-f10-nss \ + security/linux-f10-libtasn1>0:${PORTSDIR}/security/linux-f10-libtasn1 \ + security/linux-f10-libgcrypt>0:${PORTSDIR}/security/linux-f10-libgcrypt \ + security/linux-f10-libgpg-error>0:${PORTSDIR}/security/linux-f10-libgpg-error \ + security/linux-f10-cyrus-sasl2>0:${PORTSDIR}/security/linux-f10-cyrus-sasl2 \ + security/linux-f10-gnutls>0:${PORTSDIR}/security/linux-f10-gnutls \ + security/linux-f10-openssl>0:${PORTSDIR}/security/linux-f10-openssl \ + security/linux-f10-libssh2>0:${PORTSDIR}/security/linux-f10-libssh2 \ + x11-themes/linux-f10-hicolor-icon-theme>0:${PORTSDIR}/x11-themes/linux-f10-hicolor-icon-theme \ + x11-themes/linux-f10-qtcurve-gtk2>0:${PORTSDIR}/x11-themes/linux-f10-qtcurve-gtk2 \ + ftp/linux-f10-curl>0:${PORTSDIR}/ftp/linux-f10-curl \ + net/linux-f10-nss_ldap>0:${PORTSDIR}/net/linux-f10-nss_ldap \ + net/linux-f10-openldap>0:${PORTSDIR}/net/linux-f10-openldap \ + textproc/linux-f10-expat>0:${PORTSDIR}/textproc/linux-f10-expat \ + textproc/linux-f10-libxml2>0:${PORTSDIR}/textproc/linux-f10-libxml2 \ + textproc/linux-f10-scim-libs>0:${PORTSDIR}/textproc/linux-f10-scim-libs \ + textproc/linux-f10-aspell>0:${PORTSDIR}/textproc/linux-f10-aspell \ + textproc/linux-f10-scim-gtk>0:${PORTSDIR}/textproc/linux-f10-scim-gtk \ + archivers/linux-f10-ucl>0:${PORTSDIR}/archivers/linux-f10-ucl \ + archivers/linux-f10-upx>0:${PORTSDIR}/archivers/linux-f10-upx \ + graphics/linux-f10-gdk-pixbuf>0:${PORTSDIR}/graphics/linux-f10-gdk-pixbuf \ + graphics/linux-f10-png>0:${PORTSDIR}/graphics/linux-f10-png \ + graphics/linux-f10-sdl_ttf>0:${PORTSDIR}/graphics/linux-f10-sdl_ttf \ + graphics/linux-f10-jpeg>0:${PORTSDIR}/graphics/linux-f10-jpeg \ + graphics/linux-f10-tiff>0:${PORTSDIR}/graphics/linux-f10-tiff \ + graphics/linux-f10-dri>0:${PORTSDIR}/graphics/linux-f10-dri \ + graphics/linux-f10-imlib>0:${PORTSDIR}/graphics/linux-f10-imlib \ + graphics/linux-f10-ungif>0:${PORTSDIR}/graphics/linux-f10-ungif \ + graphics/linux-f10-libmng>0:${PORTSDIR}/graphics/linux-f10-libmng \ + graphics/linux-f10-sdl_image>0:${PORTSDIR}/graphics/linux-f10-sdl_image \ + graphics/linux-f10-glew>0:${PORTSDIR}/graphics/linux-f10-glew \ + graphics/linux-f10-cairo>0:${PORTSDIR}/graphics/linux-f10-cairo +# don't pull in graphics/linux-f10-libGLU -- conflicts with graphics/linux-f10-dri + +.include Property changes on: head/emulators/linux-f10/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/linux-f10/pkg-descr =================================================================== --- head/emulators/linux-f10/pkg-descr (nonexistent) +++ head/emulators/linux-f10/pkg-descr (revision 368845) @@ -0,0 +1,3 @@ +Linux Fedora 10 metaport. + +WWW: http://fedora.org Property changes on: head/emulators/linux-f10/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/linux_base-c6/Makefile =================================================================== --- head/emulators/linux_base-c6/Makefile (revision 368844) +++ head/emulators/linux_base-c6/Makefile (revision 368845) @@ -1,221 +1,245 @@ # Created by: Svyatoslav Lempert # $FreeBSD$ PORTNAME= c6 -PORTVERSION= 6.4 -PORTREVISION= 1 +PORTVERSION= 6.5 CATEGORIES= emulators linux -MASTER_SITES= http://vault.centos.org/${PORTVERSION}/os/i386/Packages/ +MASTER_SITES= http://mirror.centos.org/centos/6/os/i386/Packages/ PKGNAMEPREFIX= linux_base- DISTFILES= ${BIN_DISTFILES} ${SRC_DISTFILES} -DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/centos/${PORTVERSION} EXTRACT_ONLY= ${BIN_DISTFILES} MAINTAINER= emulation@FreeBSD.org COMMENT= Base set of packages needed in Linux mode for i386/amd64 (Linux CentOS 6) +LINUX_DIST= centos +LINUX_DIST_VER=6.5 +DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/${LINUX_DIST}/${LINUX_DIST_VER} + BIN_DISTFILES= basesystem-10.0-4.el6.noarch.rpm \ - bash-4.1.2-14.el6.${LINUX_RPM_ARCH}.rpm \ + bash-4.1.2-15.el6_4.${LINUX_RPM_ARCH}.rpm \ bzip2-1.0.5-7.el6_0.${LINUX_RPM_ARCH}.rpm \ bzip2-libs-1.0.5-7.el6_0.${LINUX_RPM_ARCH}.rpm \ compat-db43-4.3.29-15.el6.${LINUX_RPM_ARCH}.rpm \ compat-libstdc++-33-3.2.3-69.el6.${LINUX_RPM_ARCH}.rpm \ compat-libstdc++-296-2.96-144.el6.${LINUX_RPM_ARCH}.rpm \ - coreutils-8.4-19.el6.${LINUX_RPM_ARCH}.rpm \ - db4-4.7.25-17.el6.${LINUX_RPM_ARCH}.rpm \ - e2fsprogs-1.41.12-14.el6.${LINUX_RPM_ARCH}.rpm \ - e2fsprogs-libs-1.41.12-14.el6.${LINUX_RPM_ARCH}.rpm \ + coreutils-8.4-31.el6.${LINUX_RPM_ARCH}.rpm \ + db4-4.7.25-18.el6_4.${LINUX_RPM_ARCH}.rpm \ + e2fsprogs-1.41.12-18.el6.${LINUX_RPM_ARCH}.rpm \ + e2fsprogs-libs-1.41.12-18.el6.${LINUX_RPM_ARCH}.rpm \ elfutils-0.152-1.el6.${LINUX_RPM_ARCH}.rpm \ - centos-release-6-4.el6.centos.10.${LINUX_RPM_ARCH}.rpm \ + centos-release-6-5.el6.centos.11.1.${LINUX_RPM_ARCH}.rpm \ filesystem-2.4.30-3.el6.${LINUX_RPM_ARCH}.rpm \ - freetype-2.3.11-6.el6_2.9.${LINUX_RPM_ARCH}.rpm \ + findutils-4.4.2-6.el6.${LINUX_RPM_ARCH}.rpm \ + freetype-2.3.11-14.el6_3.1.${LINUX_RPM_ARCH}.rpm \ + gamin-0.1.10-9.el6.${LINUX_RPM_ARCH}.rpm \ gdbm-1.8.0-36.el6.${LINUX_RPM_ARCH}.rpm \ - glib2-2.22.5-7.el6.${LINUX_RPM_ARCH}.rpm \ - glibc-2.12-1.107.el6.${LINUX_RPM_ARCH}.rpm \ - glibc-common-2.12-1.107.el6.${LINUX_RPM_ARCH}.rpm \ - grep-2.6.3-3.el6.${LINUX_RPM_ARCH}.rpm \ + glib2-2.26.1-3.el6.${LINUX_RPM_ARCH}.rpm \ + glibc-2.12-1.132.el6.${LINUX_RPM_ARCH}.rpm \ + glibc-common-2.12-1.132.el6.${LINUX_RPM_ARCH}.rpm \ + grep-2.6.3-4.el6.${LINUX_RPM_ARCH}.rpm \ info-4.13a-8.el6.${LINUX_RPM_ARCH}.rpm \ keyutils-1.4-4.el6.${LINUX_RPM_ARCH}.rpm \ - krb5-libs-1.10.3-10.el6.${LINUX_RPM_ARCH}.rpm \ + keyutils-libs-1.4-4.el6.${LINUX_RPM_ARCH}.rpm \ + krb5-libs-1.10.3-10.el6_4.6.${LINUX_RPM_ARCH}.rpm \ + less-436-10.el6.${LINUX_RPM_ARCH}.rpm \ libacl-2.2.49-6.el6.${LINUX_RPM_ARCH}.rpm \ libattr-2.4.44-7.el6.${LINUX_RPM_ARCH}.rpm \ + libcom_err-1.41.12-18.el6.${LINUX_RPM_ARCH}.rpm \ libcap-2.16-5.5.el6.${LINUX_RPM_ARCH}.rpm \ - libgcc-4.4.7-3.el6.${LINUX_RPM_ARCH}.rpm \ + libgcc-4.4.7-4.el6.${LINUX_RPM_ARCH}.rpm \ libidn-1.18-2.el6.${LINUX_RPM_ARCH}.rpm \ - libselinux-2.0.94-5.3.el6.${LINUX_RPM_ARCH}.rpm \ + libselinux-2.0.94-5.3.el6_4.1.${LINUX_RPM_ARCH}.rpm \ libsepol-2.0.41-4.el6.${LINUX_RPM_ARCH}.rpm \ - libstdc++-4.4.7-3.el6.${LINUX_RPM_ARCH}.rpm \ - libuuid-2.17.2-12.9.el6.${LINUX_RPM_ARCH}.rpm \ + libstdc++-4.4.7-4.el6.${LINUX_RPM_ARCH}.rpm \ + libuuid-2.17.2-12.14.el6.${LINUX_RPM_ARCH}.rpm \ ncurses-5.7-3.20090208.el6.${LINUX_RPM_ARCH}.rpm \ ncurses-libs-5.7-3.20090208.el6.${LINUX_RPM_ARCH}.rpm \ pcre-7.8-6.el6.${LINUX_RPM_ARCH}.rpm \ popt-1.13-7.el6.${LINUX_RPM_ARCH}.rpm \ readline-6.0-4.el6.${LINUX_RPM_ARCH}.rpm \ + redhat-lsb-core-4.0-7.el6.centos.${LINUX_RPM_ARCH}.rpm \ + sed-4.2.1-10.el6.${LINUX_RPM_ARCH}.rpm \ setserial-2.17-25.el6.${LINUX_RPM_ARCH}.rpm \ - setup-2.8.14-20.el6.noarch.rpm \ + setup-2.8.14-20.el6_4.1.noarch.rpm \ slang-2.2.1-1.el6.${LINUX_RPM_ARCH}.rpm \ + util-linux-ng-2.17.2-12.14.el6.${LINUX_RPM_ARCH}.rpm \ + which-2.19-6.el6.${LINUX_RPM_ARCH}.rpm \ zlib-1.2.3-29.el6.${LINUX_RPM_ARCH}.rpm .if defined(PACKAGE_BUILDING) - MASTER_SITES+= http://vault.centos.org/${PORTVERSION}/os/Source/SPackages/ SRC_DISTFILES= basesystem-10.0-4.el6.src.rpm \ - bash-4.1.2-14.el6.src.rpm \ + bash-4.1.2-15.el6_4.src.rpm \ bzip2-1.0.5-7.el6_0.src.rpm \ - coreutils-8.4-19.el6.src.rpm \ + coreutils-8.4-31.el6.src.rpm \ compat-db-4.6.21-15.el6.src.rpm \ compat-gcc-296-2.96-144.el6.src.rpm \ compat-gcc-32-3.2.3-69.el6.src.rpm \ - db4-4.7.25-17.el6.src.rpm \ - e2fsprogs-1.41.12-14.el6.src.rpm \ + db4-4.7.25-18.el6_4.src.rpm \ + e2fsprogs-1.41.12-18.el6.src.rpm \ elfutils-0.152-1.el6.src.rpm \ - centos-release-6-4.el6.centos.10.src.rpm \ + centos-release-6-5.el6.centos.11.1.src.rpm \ filesystem-2.4.30-3.el6.src.rpm \ - freetype-2.3.11-6.el6_2.9.src.rpm \ + findutils-4.4.2-6.el6.src.rpm \ + freetype-2.3.11-14.el6_3.1.src.rpm \ + gamin-0.1.10-9.el6.src.rpm \ gdbm-1.8.0-36.el6.src.rpm \ - glib2-2.22.5-7.el6.src.rpm \ - glibc-2.12-1.107.el6.src.rpm \ - grep-2.6.3-3.el6.src.rpm \ + glib2-2.26.1-3.el6.src.rpm \ + glibc-2.12-1.132.el6.src.rpm \ + grep-2.6.3-4.el6.src.rpm \ texinfo-4.13a-8.el6.src.rpm \ keyutils-1.4-4.el6.src.rpm \ - krb5-1.10.3-10.el6.src.rpm \ + krb5-1.10.3-10.el6_4.6.src.rpm \ + less-436-10.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-3.el6.src.rpm \ + gcc-4.4.7-4.el6.src.rpm \ libidn-1.18-2.el6.src.rpm \ - libselinux-2.0.94-5.3.el6.src.rpm \ + libselinux-2.0.94-5.3.el6_4.1.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.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.9.el6.src.rpm \ + util-linux-ng-2.17.2-12.14.el6.src.rpm \ + which-2.19-6.el6.src.rpm \ zlib-1.2.3-29.el6.src.rpm ALWAYS_KEEP_DISTFILES= yes .endif -CONFLICTS= linux_base-gentoo* linux_base-f* linux-glib2-* +CONFLICTS= linux_base-gentoo* linux_base-f10-[0-9]* linux-glib2-* ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i686 USE_LINUX_PREFIX= yes NO_WRKSUBDIR= yes DISTINFO_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} PLIST_SUB= GLIBCVER="2.12" +USES= shebangfix +SHEBANG_FILES= bin/redhat_lsb_init sbin/mount.tmpfs +# bash scripts need to work in chroot /compat/linux, so use env instead. +bash_CMD= /usr/bin/env bash # TODO: # - move master sites to bsd.sites.mk # - add 2-3 mirrors from each country (http://www.centos.org/modules/tinycontent/index.php?id=31) # - create centos infrastructure in bsd.linux*.mk # - look for updates in the updates folder of the CentOS mirrors # - research what are the important differences between 2.6.16 and 2.6.18, and # if we need to add something to the linuxulator EXTRACT_ONLY= ${BIN_DISTFILES} .include .if !defined(PACKAGE_BUILDING) || (defined(PACKAGE_BUILDING) && !defined(LINUX_OSRELEASE) ) LINUX_OSRELEASE!= ${ECHO_CMD} `${SYSCTL} -n compat.linux.osrelease 2>/dev/null` .endif .if ${LINUX_OSRELEASE}x == "x" IGNORE= linuxulator is not (kld)loaded .elif ${LINUX_OSRELEASE} == "2.6.16" IGNORE= compat.linux.osrelease: ${LINUX_OSRELEASE} is not supported, please use 2.6.18, BEWARE this is highly experimental .endif REMOVE_DIRS= boot dev etc/fonts home initrd media root tmp var/log var/run var/tmp \ usr/local usr/tmp REMOVE_FILES= bin/df bin/su etc/exports etc/group etc/localtime \ etc/motd etc/passwd etc/printcap etc/services \ etc/protocols ADD_DIRS= usr/X11R6/share usr/X11R6/man usr/X11R6/lib/tls \ usr/X11R6/include usr/X11R6/bin ADD_FILES= #empty .if (${MACHINE_ARCH} == "amd64") FALLBACK_ELF_MIB= kern.elf32.fallback_brand .else FALLBACK_ELF_MIB= kern.fallback_elf_brand .endif .if (${ARCH} == "amd64") LATEST_LINK:= ${PKGBASE:C/linux/linux32/} ARCH= i386 .endif do-build: @for D in ${REMOVE_DIRS}; do \ ${RM} -rf ${WRKSRC}/$$D; \ done @for F in ${REMOVE_FILES}; do \ ${RM} -f ${WRKSRC}/$$F; \ done @for F in ${ADD_DIRS}; do \ ${MKDIR} ${WRKSRC}/$$F; \ done @for F in ${ADD_FILES}; do \ ${TOUCH} ${WRKSRC}/$$F; \ done # # Create a good ld.so.conf and touch ld.so.cache # @${ECHO_CMD} -e '/lib\n/usr/lib\n${X11BASE}/lib' >> \ ${WRKSRC}/etc/ld.so.conf @${TOUCH} ${WRKSRC}/etc/ld.so.cache # # Create yp.conf as a hint to NIS users and make sure there's a # mtab in etc, albeit an empty one. This is needed in a couple of # cases. Most notably staroffice6. If yp.conf exists install only # yp.conf.sample # @${INSTALL} ${COPY} -m 644 ${FILESDIR}/yp.conf.sample ${WRKSRC}/etc @${TOUCH} ${WRKSRC}/etc/mtab # # If ${PREFIX}/etc/krb5.conf exists, don't touch it # @${MV} ${WRKSRC}/etc/krb5.conf ${WRKSRC}/etc/krb5.conf.dist # Fix usr/bin/*db4* permissions to allow "portupgrade -s" # @${CHMOD} u+w ${WRKSRC}/usr/bin/*db4* @${FIND} ${WRKSRC}/bin ${WRKSRC}/sbin/ ${WRKSRC}/usr/bin \ ${WRKSRC}/usr/sbin -type f -print0 | ${XARGS} -0 ${FILE} \ | ${GREP} ELF | ${CUT} -d : -f 1 \ | ${XARGS} ${BRANDELF} -t Linux @${BRANDELF} -t Linux ${WRKSRC}/lib/ld-2.12.so # Restore the status quo for usr/bin/*db4* files # @${CHMOD} u-w ${WRKSRC}/usr/bin/*db4* + +# Install locales + @${MV} ${WRKSRC}/usr/lib/locale/locale-archive.tmpl \ + ${WRKSRC}/usr/lib/locale/locale-archive do-install: # # Do install without using linux rpm system # @cd ${WRKSRC} && ${FIND} * ! -path "stage*" -type d -exec ${MKDIR} "${STAGEDIR}${PREFIX}/{}" \; @cd ${WRKSRC} && ${FIND} * ! -path "stage/*" ! -type d \ | ${CPIO} -pm -R root:wheel ${STAGEDIR}${PREFIX} @${LN} -sf /var/tmp ${STAGEDIR}${PREFIX}/usr/tmp @${CHMOD} 755 ${STAGEDIR}${PREFIX}/var/lock ${STAGEDIR}${PREFIX}/var/spool/mail # # Let some linux applications (e.g. print/acroread8) print with default settings # @${INSTALL_SCRIPT} ${FILESDIR}/lp ${STAGEDIR}${PREFIX}/usr/bin post-install: if [ ! -f ${PREFIX}/etc/krb5.conf ] ; then \ ${CP} -p ${STAGEDIR}${PREFIX}/etc/krb5.conf.dist ${STAGEDIR}${PREFIX}/etc/krb5.conf ; \ fi if [ ! -f ${PREFIX}/etc/yp.conf ] ; then \ ${CP} -p ${STAGEDIR}${PREFIX}/etc/yp.conf.sample ${STAGEDIR}${PREFIX}/etc/yp.conf ; \ fi .include Index: head/emulators/linux_base-c6/distinfo.i686 =================================================================== --- head/emulators/linux_base-c6/distinfo.i686 (revision 368844) +++ head/emulators/linux_base-c6/distinfo.i686 (revision 368845) @@ -1,154 +1,184 @@ -SHA256 (rpm/i686/centos/6.4/basesystem-10.0-4.el6.noarch.rpm) = 18860007697438e375733bb4a36a599daac2e2ae95d98a74c436a10d0974710e -SIZE (rpm/i686/centos/6.4/basesystem-10.0-4.el6.noarch.rpm) = 4784 -SHA256 (rpm/i686/centos/6.4/bash-4.1.2-14.el6.i686.rpm) = 66e7fa2cad7e10c21c4aa0f26a6f62df528969da2954c5a3c84b4cd983db9884 -SIZE (rpm/i686/centos/6.4/bash-4.1.2-14.el6.i686.rpm) = 907568 -SHA256 (rpm/i686/centos/6.4/bzip2-1.0.5-7.el6_0.i686.rpm) = 37883219612b1ffa199f5a7227fcd165687a24e5c7c291c579647d1563777e47 -SIZE (rpm/i686/centos/6.4/bzip2-1.0.5-7.el6_0.i686.rpm) = 49428 -SHA256 (rpm/i686/centos/6.4/bzip2-libs-1.0.5-7.el6_0.i686.rpm) = d3424f4610860e7f8f444cc3cddf51cd75f5e58ca0ecffc8bdbbcb5f8fe1b0d1 -SIZE (rpm/i686/centos/6.4/bzip2-libs-1.0.5-7.el6_0.i686.rpm) = 37204 -SHA256 (rpm/i686/centos/6.4/compat-db43-4.3.29-15.el6.i686.rpm) = 202767fa03ff58947d6a2ec2437e52fc9179f3995fa77264753fde03f2737d0a -SIZE (rpm/i686/centos/6.4/compat-db43-4.3.29-15.el6.i686.rpm) = 914280 -SHA256 (rpm/i686/centos/6.4/compat-libstdc++-33-3.2.3-69.el6.i686.rpm) = 894abcc5f0b28e39c71d4b0ca27d19540e7eb9d3c32664d5621324c9efbfe11e -SIZE (rpm/i686/centos/6.4/compat-libstdc++-33-3.2.3-69.el6.i686.rpm) = 193328 -SHA256 (rpm/i686/centos/6.4/compat-libstdc++-296-2.96-144.el6.i686.rpm) = a0d7cba8cf0fcb625ce3181d64fa59ca018b562350c30b3a13fd8b858f21f134 -SIZE (rpm/i686/centos/6.4/compat-libstdc++-296-2.96-144.el6.i686.rpm) = 78832 -SHA256 (rpm/i686/centos/6.4/coreutils-8.4-19.el6.i686.rpm) = 626fa3e117defb9aff3f2501e17f1d8ef930619a97eec2b96b1f3590df922c59 -SIZE (rpm/i686/centos/6.4/coreutils-8.4-19.el6.i686.rpm) = 3138608 -SHA256 (rpm/i686/centos/6.4/db4-4.7.25-17.el6.i686.rpm) = 0a466556f5dd693a22fe8b60a17f36ee520a86709a2bb8f9890892a744b5f744 -SIZE (rpm/i686/centos/6.4/db4-4.7.25-17.el6.i686.rpm) = 593584 -SHA256 (rpm/i686/centos/6.4/e2fsprogs-1.41.12-14.el6.i686.rpm) = 239a337ed1215e52cc8839e3c23722bf9d844e224792c630e4edccd1988f0bd4 -SIZE (rpm/i686/centos/6.4/e2fsprogs-1.41.12-14.el6.i686.rpm) = 565008 -SHA256 (rpm/i686/centos/6.4/e2fsprogs-libs-1.41.12-14.el6.i686.rpm) = 519043019d4a9758e11066a2e2d529c2c64734954d8ccabdefd9728b63778b44 -SIZE (rpm/i686/centos/6.4/e2fsprogs-libs-1.41.12-14.el6.i686.rpm) = 129224 -SHA256 (rpm/i686/centos/6.4/elfutils-0.152-1.el6.i686.rpm) = 039215109881fbbae7b398786873c51026e2e1bf6d1611b52bc9fa1bb60b488a -SIZE (rpm/i686/centos/6.4/elfutils-0.152-1.el6.i686.rpm) = 218636 -SHA256 (rpm/i686/centos/6.4/centos-release-6-4.el6.centos.10.i686.rpm) = 0c6b801c150359678a0fbc1508846867d189f218d58ed843c00c91206358353f -SIZE (rpm/i686/centos/6.4/centos-release-6-4.el6.centos.10.i686.rpm) = 20748 -SHA256 (rpm/i686/centos/6.4/filesystem-2.4.30-3.el6.i686.rpm) = 28fd3898f5882048a6105a4637fffa17bc0a634c8ff4268a35b870d084212dea -SIZE (rpm/i686/centos/6.4/filesystem-2.4.30-3.el6.i686.rpm) = 1056668 -SHA256 (rpm/i686/centos/6.4/freetype-2.3.11-6.el6_2.9.i686.rpm) = 94f34641498c450a113a276feb32c587b04a1c4372f25ea0b1043c07867e59cf -SIZE (rpm/i686/centos/6.4/freetype-2.3.11-6.el6_2.9.i686.rpm) = 371588 -SHA256 (rpm/i686/centos/6.4/gdbm-1.8.0-36.el6.i686.rpm) = 6b7a558334b4ef442ef7495a1421ff0f4783ef250d64ba7fe0afb54a62c23404 -SIZE (rpm/i686/centos/6.4/gdbm-1.8.0-36.el6.i686.rpm) = 29536 -SHA256 (rpm/i686/centos/6.4/glib2-2.22.5-7.el6.i686.rpm) = a2180607b7928b599f64f889b03b35ef1e0d0e566d14e07ff3b1dc8a90a92b68 -SIZE (rpm/i686/centos/6.4/glib2-2.22.5-7.el6.i686.rpm) = 1160816 -SHA256 (rpm/i686/centos/6.4/glibc-2.12-1.107.el6.i686.rpm) = 61f43fdf66ebe89c76981141e0327c642c7de1fd347ef0613ab8c92dc4a8175a -SIZE (rpm/i686/centos/6.4/glibc-2.12-1.107.el6.i686.rpm) = 4537416 -SHA256 (rpm/i686/centos/6.4/glibc-common-2.12-1.107.el6.i686.rpm) = 0783bb2a27b59ed2aff8e46ec3be1d29ec8b82efef96693a3f8e3dfe5fc25668 -SIZE (rpm/i686/centos/6.4/glibc-common-2.12-1.107.el6.i686.rpm) = 14860552 -SHA256 (rpm/i686/centos/6.4/grep-2.6.3-3.el6.i686.rpm) = aba433970262abd92efb5b2f75ec1584b1bf07f173d05fe59e1cda82d4491b56 -SIZE (rpm/i686/centos/6.4/grep-2.6.3-3.el6.i686.rpm) = 232324 -SHA256 (rpm/i686/centos/6.4/info-4.13a-8.el6.i686.rpm) = 544b65b829fd4f8195dc131e773296f922bc218c756ec6d8e143ae0715f830b1 -SIZE (rpm/i686/centos/6.4/info-4.13a-8.el6.i686.rpm) = 176524 -SHA256 (rpm/i686/centos/6.4/keyutils-1.4-4.el6.i686.rpm) = b37f25808fe9840ea880a42bb5b1a17a54c0a8212133fbc1c84529638df3119b -SIZE (rpm/i686/centos/6.4/keyutils-1.4-4.el6.i686.rpm) = 38948 -SHA256 (rpm/i686/centos/6.4/krb5-libs-1.10.3-10.el6.i686.rpm) = 68b7f70438a457e7351188096d4c9b296e913020c1bd9dc7b247002d175a1c54 -SIZE (rpm/i686/centos/6.4/krb5-libs-1.10.3-10.el6.i686.rpm) = 786168 -SHA256 (rpm/i686/centos/6.4/libacl-2.2.49-6.el6.i686.rpm) = 64c400f31986db7f085e85454a305344da141872b6f3ac7922caa2fa656d3c12 -SIZE (rpm/i686/centos/6.4/libacl-2.2.49-6.el6.i686.rpm) = 24480 -SHA256 (rpm/i686/centos/6.4/libattr-2.4.44-7.el6.i686.rpm) = 16f9cba06fcbdf5163c1ae48e3d8df5b2a26eec1c8bfa3f7907718931ff8b93b -SIZE (rpm/i686/centos/6.4/libattr-2.4.44-7.el6.i686.rpm) = 15640 -SHA256 (rpm/i686/centos/6.4/libcap-2.16-5.5.el6.i686.rpm) = 8d972a4332b8f942258e489574929de3ee660315dc6ca945939d54a99ec4398c -SIZE (rpm/i686/centos/6.4/libcap-2.16-5.5.el6.i686.rpm) = 31516 -SHA256 (rpm/i686/centos/6.4/libgcc-4.4.7-3.el6.i686.rpm) = 443d92d823fd9f36ca9bc223b81c0090a59a2f736cab370d5edd1cd74a60e6d0 -SIZE (rpm/i686/centos/6.4/libgcc-4.4.7-3.el6.i686.rpm) = 114272 -SHA256 (rpm/i686/centos/6.4/libidn-1.18-2.el6.i686.rpm) = a72cdffdb6aeeb5f94eeaeb6db3b4ac88eb0688760b2b75d2c5086d987d78e27 -SIZE (rpm/i686/centos/6.4/libidn-1.18-2.el6.i686.rpm) = 210260 -SHA256 (rpm/i686/centos/6.4/libselinux-2.0.94-5.3.el6.i686.rpm) = 0877749e6fc415ed7ccf36df71c630d17916fa78b098aef2cc77d73ff7fdcaac -SIZE (rpm/i686/centos/6.4/libselinux-2.0.94-5.3.el6.i686.rpm) = 110172 -SHA256 (rpm/i686/centos/6.4/libsepol-2.0.41-4.el6.i686.rpm) = 0f7b3c09a89b4f943faefc73bc5664f075146f6b96c8d1d38da06ed02cc2f21b -SIZE (rpm/i686/centos/6.4/libsepol-2.0.41-4.el6.i686.rpm) = 128032 -SHA256 (rpm/i686/centos/6.4/libstdc++-4.4.7-3.el6.i686.rpm) = 3d492a18977be5e97e33d91ee4537d32addc546e97df88a4f80563b0685833e9 -SIZE (rpm/i686/centos/6.4/libstdc++-4.4.7-3.el6.i686.rpm) = 306876 -SHA256 (rpm/i686/centos/6.4/libuuid-2.17.2-12.9.el6.i686.rpm) = f708977a942e86158e6ca6d325bb2c14cfab4deaef694fd8b66ad414c9fcbf09 -SIZE (rpm/i686/centos/6.4/libuuid-2.17.2-12.9.el6.i686.rpm) = 68684 -SHA256 (rpm/i686/centos/6.4/ncurses-5.7-3.20090208.el6.i686.rpm) = 755e6f14019e1484417bb6b3220d1384f80f897ff67a0125c1799d9620469260 -SIZE (rpm/i686/centos/6.4/ncurses-5.7-3.20090208.el6.i686.rpm) = 274756 -SHA256 (rpm/i686/centos/6.4/ncurses-libs-5.7-3.20090208.el6.i686.rpm) = 8e8c71cf6e1b45a592bf5705714e34c167b6e2b9e9b4cf4b6c8e41f6ebd5a392 -SIZE (rpm/i686/centos/6.4/ncurses-libs-5.7-3.20090208.el6.i686.rpm) = 256940 -SHA256 (rpm/i686/centos/6.4/pcre-7.8-6.el6.i686.rpm) = 3f2bc72b2a672249e7195c7a0a7932eaa9623745c4b314dd88262fc8dcc401dd -SIZE (rpm/i686/centos/6.4/pcre-7.8-6.el6.i686.rpm) = 200028 -SHA256 (rpm/i686/centos/6.4/popt-1.13-7.el6.i686.rpm) = 617f8ee4d7776bb46a3a489ea10ac45831fd44947a30ef8d2126490ca2aa7a90 -SIZE (rpm/i686/centos/6.4/popt-1.13-7.el6.i686.rpm) = 39636 -SHA256 (rpm/i686/centos/6.4/readline-6.0-4.el6.i686.rpm) = 29fae06e31b73f4e5e0cd5f4431a3927c0e80b204e3fbcf0a6ccfc30720e8452 -SIZE (rpm/i686/centos/6.4/readline-6.0-4.el6.i686.rpm) = 180296 -SHA256 (rpm/i686/centos/6.4/setserial-2.17-25.el6.i686.rpm) = c3537e6d2122f43674413742fcba524beb4dc9778efc7d25515f120dde79ba70 -SIZE (rpm/i686/centos/6.4/setserial-2.17-25.el6.i686.rpm) = 23568 -SHA256 (rpm/i686/centos/6.4/setup-2.8.14-20.el6.noarch.rpm) = d4257fb7919125c8b4366385c263c105e9284e51d3744077a89f0a7bd5e40f32 -SIZE (rpm/i686/centos/6.4/setup-2.8.14-20.el6.noarch.rpm) = 153608 -SHA256 (rpm/i686/centos/6.4/slang-2.2.1-1.el6.i686.rpm) = c6886d071eb63651df939c19f12363a1a68d112cedaa02019c94f53d39dd2f1f -SIZE (rpm/i686/centos/6.4/slang-2.2.1-1.el6.i686.rpm) = 483404 -SHA256 (rpm/i686/centos/6.4/zlib-1.2.3-29.el6.i686.rpm) = 1e40dce8a497f740b22d2035a76a92a34885613652c4b33262f04e2d12a00caa -SIZE (rpm/i686/centos/6.4/zlib-1.2.3-29.el6.i686.rpm) = 74284 -SHA256 (rpm/i686/centos/6.4/basesystem-10.0-4.el6.src.rpm) = 18d3bd0580f40bdc208773f26b424fa1975fad70fae9f179c52337a8f80ade76 -SIZE (rpm/i686/centos/6.4/basesystem-10.0-4.el6.src.rpm) = 5949 -SHA256 (rpm/i686/centos/6.4/bash-4.1.2-14.el6.src.rpm) = afaa32a92246a05294b8e69c106659cbd675d5c8d779f94583779810c98c4699 -SIZE (rpm/i686/centos/6.4/bash-4.1.2-14.el6.src.rpm) = 6662680 -SHA256 (rpm/i686/centos/6.4/bzip2-1.0.5-7.el6_0.src.rpm) = 99a3d6a620f9f427aaeba974ae06234d0a771231730de7e203b97dce1dbf1931 -SIZE (rpm/i686/centos/6.4/bzip2-1.0.5-7.el6_0.src.rpm) = 855419 -SHA256 (rpm/i686/centos/6.4/coreutils-8.4-19.el6.src.rpm) = 8899898c5c4d59cc9ad84fd5005ac17fb68d67c1eeac638d7c271c8ee0f15483 -SIZE (rpm/i686/centos/6.4/coreutils-8.4-19.el6.src.rpm) = 4614613 -SHA256 (rpm/i686/centos/6.4/compat-db-4.6.21-15.el6.src.rpm) = d35d08e52defe404712b9d4f2cb6475e05ed170676c090d5e05325c346abcb0f -SIZE (rpm/i686/centos/6.4/compat-db-4.6.21-15.el6.src.rpm) = 9862622 -SHA256 (rpm/i686/centos/6.4/compat-gcc-296-2.96-144.el6.src.rpm) = a2ad7ba6160eada6a669732187affa35110ac26d0bbd709474e476e4d3892370 -SIZE (rpm/i686/centos/6.4/compat-gcc-296-2.96-144.el6.src.rpm) = 13430070 -SHA256 (rpm/i686/centos/6.4/compat-gcc-32-3.2.3-69.el6.src.rpm) = 7ff0c6e00ad06876e10cb79fb87cb57b251e6710c63258e6850e990d9ea49917 -SIZE (rpm/i686/centos/6.4/compat-gcc-32-3.2.3-69.el6.src.rpm) = 21622433 -SHA256 (rpm/i686/centos/6.4/db4-4.7.25-17.el6.src.rpm) = 4d7e1cfb9d369a22052f4f1d519b28a2ce6c54eee67ce243a530b038f4b4b887 -SIZE (rpm/i686/centos/6.4/db4-4.7.25-17.el6.src.rpm) = 13410100 -SHA256 (rpm/i686/centos/6.4/e2fsprogs-1.41.12-14.el6.src.rpm) = 51ba616c1e20e32cae46c16d406cffe0dd2a04b66c699ff1ce409926d4b26a1c -SIZE (rpm/i686/centos/6.4/e2fsprogs-1.41.12-14.el6.src.rpm) = 5531308 -SHA256 (rpm/i686/centos/6.4/elfutils-0.152-1.el6.src.rpm) = cb8c7188713b406e980757c6c802102e14d4f27820ab18b616d31889d55f4e14 -SIZE (rpm/i686/centos/6.4/elfutils-0.152-1.el6.src.rpm) = 1927305 -SHA256 (rpm/i686/centos/6.4/centos-release-6-4.el6.centos.10.src.rpm) = f97e19c55c86a850820707e36ee7cab8f019705016c560d5d230d6f322ff69b5 -SIZE (rpm/i686/centos/6.4/centos-release-6-4.el6.centos.10.src.rpm) = 19210 -SHA256 (rpm/i686/centos/6.4/filesystem-2.4.30-3.el6.src.rpm) = fa8ab9b1a2f23933d6e2f9e2308601c4ee61dd5829f5edcb094aedee194d02e1 -SIZE (rpm/i686/centos/6.4/filesystem-2.4.30-3.el6.src.rpm) = 20457 -SHA256 (rpm/i686/centos/6.4/freetype-2.3.11-6.el6_2.9.src.rpm) = 3f27f46aa39d8ccaf29dcf4b369e090ca561d8d1af72266a52723a46025c762a -SIZE (rpm/i686/centos/6.4/freetype-2.3.11-6.el6_2.9.src.rpm) = 1764297 -SHA256 (rpm/i686/centos/6.4/gdbm-1.8.0-36.el6.src.rpm) = ee6ffd96549d5924966869b9fef5813fb8eb17a76b2a6a35c53eb02d0ed1dc01 -SIZE (rpm/i686/centos/6.4/gdbm-1.8.0-36.el6.src.rpm) = 150845 -SHA256 (rpm/i686/centos/6.4/glib2-2.22.5-7.el6.src.rpm) = 7f76057982aff823fe9107914319ec3722627835cf1d9d43d6e4f7526d611400 -SIZE (rpm/i686/centos/6.4/glib2-2.22.5-7.el6.src.rpm) = 5311438 -SHA256 (rpm/i686/centos/6.4/glibc-2.12-1.107.el6.src.rpm) = a12a7215b8e7a8c7de5337df5e556ab16b58639551becdc36b63bec0826ad444 -SIZE (rpm/i686/centos/6.4/glibc-2.12-1.107.el6.src.rpm) = 16053712 -SHA256 (rpm/i686/centos/6.4/grep-2.6.3-3.el6.src.rpm) = d69103ee2dd2e5a3a82b8ef129104a7a3fdcd447db640626c64c64fa472f3c15 -SIZE (rpm/i686/centos/6.4/grep-2.6.3-3.el6.src.rpm) = 859052 -SHA256 (rpm/i686/centos/6.4/texinfo-4.13a-8.el6.src.rpm) = c7cc4a48a8b429fe93f9462233a9d18cfbd33b994593b5e9cdcbde0a8c3c85db -SIZE (rpm/i686/centos/6.4/texinfo-4.13a-8.el6.src.rpm) = 1589200 -SHA256 (rpm/i686/centos/6.4/keyutils-1.4-4.el6.src.rpm) = 01d53c1530342933eb9248ab399ee10c29d5eb141b0157dc69c306bdf6445916 -SIZE (rpm/i686/centos/6.4/keyutils-1.4-4.el6.src.rpm) = 53286 -SHA256 (rpm/i686/centos/6.4/krb5-1.10.3-10.el6.src.rpm) = f71ff9337b7444cf446d7727395361c3532e96f29a02716632f71fa27797e171 -SIZE (rpm/i686/centos/6.4/krb5-1.10.3-10.el6.src.rpm) = 12031180 -SHA256 (rpm/i686/centos/6.4/acl-2.2.49-6.el6.src.rpm) = f1feabe034da5a12be746d4bcfe12c5d15bdfc3f53f203880311aaa18ba9ec0d -SIZE (rpm/i686/centos/6.4/acl-2.2.49-6.el6.src.rpm) = 385956 -SHA256 (rpm/i686/centos/6.4/attr-2.4.44-7.el6.src.rpm) = 5f5440619e0109d9f8d913de1100f259296f62a38075bbc8d8608d6988695890 -SIZE (rpm/i686/centos/6.4/attr-2.4.44-7.el6.src.rpm) = 335725 -SHA256 (rpm/i686/centos/6.4/libcap-2.16-5.5.el6.src.rpm) = a0eb99aa04952657fc19541dd70ab185dd00594001a90d0ee138925f2bc3ab6a -SIZE (rpm/i686/centos/6.4/libcap-2.16-5.5.el6.src.rpm) = 69497 -SHA256 (rpm/i686/centos/6.4/gcc-4.4.7-3.el6.src.rpm) = a213c969de19096c13a494b581e8851114f240bafa1a6e738c979cf8a36098cd -SIZE (rpm/i686/centos/6.4/gcc-4.4.7-3.el6.src.rpm) = 52320971 -SHA256 (rpm/i686/centos/6.4/libidn-1.18-2.el6.src.rpm) = a98516bd92453044dd497cce3c05aefe9bf5ec96a04eaf924b765d3038432054 -SIZE (rpm/i686/centos/6.4/libidn-1.18-2.el6.src.rpm) = 2959181 -SHA256 (rpm/i686/centos/6.4/libselinux-2.0.94-5.3.el6.src.rpm) = 1d5bbbc0a5fbce0385308c9acb3e320f14afdecda63e2d4e48d2bb2cc6dc7a21 -SIZE (rpm/i686/centos/6.4/libselinux-2.0.94-5.3.el6.src.rpm) = 293165 -SHA256 (rpm/i686/centos/6.4/libsepol-2.0.41-4.el6.src.rpm) = ac1799bd0a70a93f771942ebb489eab4eb6a67422a624f925ba4080f98f73b13 -SIZE (rpm/i686/centos/6.4/libsepol-2.0.41-4.el6.src.rpm) = 248004 -SHA256 (rpm/i686/centos/6.4/ncurses-5.7-3.20090208.el6.src.rpm) = 56adadf667f294a57602cde47141b75a0bee8c6401fbf002295f59891d1663ff -SIZE (rpm/i686/centos/6.4/ncurses-5.7-3.20090208.el6.src.rpm) = 2646949 -SHA256 (rpm/i686/centos/6.4/pcre-7.8-6.el6.src.rpm) = 2d4e0474b7a23df5502f47050c049090ede151921d848486203e47604bd5104d -SIZE (rpm/i686/centos/6.4/pcre-7.8-6.el6.src.rpm) = 861403 -SHA256 (rpm/i686/centos/6.4/popt-1.13-7.el6.src.rpm) = 3b1b1c6e47e84d387b58899dbbc3bf24e45ae09fb79cf975c011aae245091406 -SIZE (rpm/i686/centos/6.4/popt-1.13-7.el6.src.rpm) = 687631 -SHA256 (rpm/i686/centos/6.4/readline-6.0-4.el6.src.rpm) = 898f831df1f1d566091317598cc5caeb3cb451347aaacfc52cc87895f449f5f0 -SIZE (rpm/i686/centos/6.4/readline-6.0-4.el6.src.rpm) = 2290548 -SHA256 (rpm/i686/centos/6.4/setserial-2.17-25.el6.src.rpm) = 1c09e38c61498be4014b102d5b4c79fff4f69eb24d012f7b38926e678880dffa -SIZE (rpm/i686/centos/6.4/setserial-2.17-25.el6.src.rpm) = 64567 -SHA256 (rpm/i686/centos/6.4/setup-2.8.14-20.el6.src.rpm) = 34b56a659ff50390845fd6f93ca8463df88439f7a4b6f823b540e39bf1f30316 -SIZE (rpm/i686/centos/6.4/setup-2.8.14-20.el6.src.rpm) = 181953 -SHA256 (rpm/i686/centos/6.4/slang-2.2.1-1.el6.src.rpm) = 3ab2551b5d7d75a1d28d63fea1c48b9e83a87b8f2ba4cd6bd2c5ecb5dd91eda9 -SIZE (rpm/i686/centos/6.4/slang-2.2.1-1.el6.src.rpm) = 1367444 -SHA256 (rpm/i686/centos/6.4/util-linux-ng-2.17.2-12.9.el6.src.rpm) = fe9cd623e0c4bf9350ace4541e3885e941d5ebd1bb3993c67f8ce1261b58eacc -SIZE (rpm/i686/centos/6.4/util-linux-ng-2.17.2-12.9.el6.src.rpm) = 4490516 -SHA256 (rpm/i686/centos/6.4/zlib-1.2.3-29.el6.src.rpm) = ccdc3260d2b1ee35c3d224154878f9f632fa2153ce7908ffaabd10b3e216d26e -SIZE (rpm/i686/centos/6.4/zlib-1.2.3-29.el6.src.rpm) = 516080 +SHA256 (rpm/i686/centos/6.5/basesystem-10.0-4.el6.noarch.rpm) = 18860007697438e375733bb4a36a599daac2e2ae95d98a74c436a10d0974710e +SIZE (rpm/i686/centos/6.5/basesystem-10.0-4.el6.noarch.rpm) = 4784 +SHA256 (rpm/i686/centos/6.5/bash-4.1.2-15.el6_4.i686.rpm) = 81bc62e6d2396a462ea898f2c91c97578ad2d744af4588686602ffc3bec47420 +SIZE (rpm/i686/centos/6.5/bash-4.1.2-15.el6_4.i686.rpm) = 907712 +SHA256 (rpm/i686/centos/6.5/bzip2-1.0.5-7.el6_0.i686.rpm) = 37883219612b1ffa199f5a7227fcd165687a24e5c7c291c579647d1563777e47 +SIZE (rpm/i686/centos/6.5/bzip2-1.0.5-7.el6_0.i686.rpm) = 49428 +SHA256 (rpm/i686/centos/6.5/bzip2-libs-1.0.5-7.el6_0.i686.rpm) = d3424f4610860e7f8f444cc3cddf51cd75f5e58ca0ecffc8bdbbcb5f8fe1b0d1 +SIZE (rpm/i686/centos/6.5/bzip2-libs-1.0.5-7.el6_0.i686.rpm) = 37204 +SHA256 (rpm/i686/centos/6.5/compat-db43-4.3.29-15.el6.i686.rpm) = 202767fa03ff58947d6a2ec2437e52fc9179f3995fa77264753fde03f2737d0a +SIZE (rpm/i686/centos/6.5/compat-db43-4.3.29-15.el6.i686.rpm) = 914280 +SHA256 (rpm/i686/centos/6.5/compat-libstdc++-33-3.2.3-69.el6.i686.rpm) = 894abcc5f0b28e39c71d4b0ca27d19540e7eb9d3c32664d5621324c9efbfe11e +SIZE (rpm/i686/centos/6.5/compat-libstdc++-33-3.2.3-69.el6.i686.rpm) = 193328 +SHA256 (rpm/i686/centos/6.5/compat-libstdc++-296-2.96-144.el6.i686.rpm) = a0d7cba8cf0fcb625ce3181d64fa59ca018b562350c30b3a13fd8b858f21f134 +SIZE (rpm/i686/centos/6.5/compat-libstdc++-296-2.96-144.el6.i686.rpm) = 78832 +SHA256 (rpm/i686/centos/6.5/coreutils-8.4-31.el6.i686.rpm) = 2fc78a19ac357050da7874150851c9c5dc3997e2d26d6e05de05b5bf49a86987 +SIZE (rpm/i686/centos/6.5/coreutils-8.4-31.el6.i686.rpm) = 3143760 +SHA256 (rpm/i686/centos/6.5/db4-4.7.25-18.el6_4.i686.rpm) = 67a2836f2a8c6d1e97781136e9c0045cb1d56ab977748c5943fd1f6f29082777 +SIZE (rpm/i686/centos/6.5/db4-4.7.25-18.el6_4.i686.rpm) = 593776 +SHA256 (rpm/i686/centos/6.5/e2fsprogs-1.41.12-18.el6.i686.rpm) = 1ebb82a901f2e40d80f8db69f7c10e493696906451f90ef5185d3b31418ee793 +SIZE (rpm/i686/centos/6.5/e2fsprogs-1.41.12-18.el6.i686.rpm) = 566304 +SHA256 (rpm/i686/centos/6.5/e2fsprogs-libs-1.41.12-18.el6.i686.rpm) = 98d7689e969df31ff1c9166666bed0a9e39140588de83255dbcc2f62d09b2cb3 +SIZE (rpm/i686/centos/6.5/e2fsprogs-libs-1.41.12-18.el6.i686.rpm) = 130200 +SHA256 (rpm/i686/centos/6.5/elfutils-0.152-1.el6.i686.rpm) = 039215109881fbbae7b398786873c51026e2e1bf6d1611b52bc9fa1bb60b488a +SIZE (rpm/i686/centos/6.5/elfutils-0.152-1.el6.i686.rpm) = 218636 +SHA256 (rpm/i686/centos/6.5/centos-release-6-5.el6.centos.11.1.i686.rpm) = 8059b4364a7f609c5449b0cd2d430c431868cd782da0999b63b3512ec25fb7d4 +SIZE (rpm/i686/centos/6.5/centos-release-6-5.el6.centos.11.1.i686.rpm) = 20844 +SHA256 (rpm/i686/centos/6.5/filesystem-2.4.30-3.el6.i686.rpm) = 28fd3898f5882048a6105a4637fffa17bc0a634c8ff4268a35b870d084212dea +SIZE (rpm/i686/centos/6.5/filesystem-2.4.30-3.el6.i686.rpm) = 1056668 +SHA256 (rpm/i686/centos/6.5/findutils-4.4.2-6.el6.i686.rpm) = d4509950ef57b835b584fc7debdb8f0cf4550704df48cc829ba716ebfb7efcdc +SIZE (rpm/i686/centos/6.5/findutils-4.4.2-6.el6.i686.rpm) = 421872 +SHA256 (rpm/i686/centos/6.5/freetype-2.3.11-14.el6_3.1.i686.rpm) = b37dfc93cc75837d5b0d8fd431074098f99b79c4e691dcfd00ee5b1664d56864 +SIZE (rpm/i686/centos/6.5/freetype-2.3.11-14.el6_3.1.i686.rpm) = 371820 +SHA256 (rpm/i686/centos/6.5/gamin-0.1.10-9.el6.i686.rpm) = 154c598675497b411f77e51b2e2a6b6b4282ecf8d368dc17585757dad113338a +SIZE (rpm/i686/centos/6.5/gamin-0.1.10-9.el6.i686.rpm) = 122940 +SHA256 (rpm/i686/centos/6.5/gdbm-1.8.0-36.el6.i686.rpm) = 6b7a558334b4ef442ef7495a1421ff0f4783ef250d64ba7fe0afb54a62c23404 +SIZE (rpm/i686/centos/6.5/gdbm-1.8.0-36.el6.i686.rpm) = 29536 +SHA256 (rpm/i686/centos/6.5/glib2-2.26.1-3.el6.i686.rpm) = 8f1435ce3eae3a053a1a16609dc1853a92617d06a15e91ef6941292a5d74e0e6 +SIZE (rpm/i686/centos/6.5/glib2-2.26.1-3.el6.i686.rpm) = 1660708 +SHA256 (rpm/i686/centos/6.5/glibc-2.12-1.132.el6.i686.rpm) = f24c8a14fdf9022b2545f00df6ac2f44356c85dde8ab0039f6fb6aaba7aae5cf +SIZE (rpm/i686/centos/6.5/glibc-2.12-1.132.el6.i686.rpm) = 4549088 +SHA256 (rpm/i686/centos/6.5/glibc-common-2.12-1.132.el6.i686.rpm) = 770f5259fd5f8a850e6276ef6fbe4b59591b22d072b7306a8e4801e7dc1ba9f4 +SIZE (rpm/i686/centos/6.5/glibc-common-2.12-1.132.el6.i686.rpm) = 14867164 +SHA256 (rpm/i686/centos/6.5/grep-2.6.3-4.el6.i686.rpm) = c7472697418af1111fb3da94a441082ef6eb0f1fa575df0e45b9413d010a8347 +SIZE (rpm/i686/centos/6.5/grep-2.6.3-4.el6.i686.rpm) = 232716 +SHA256 (rpm/i686/centos/6.5/info-4.13a-8.el6.i686.rpm) = 544b65b829fd4f8195dc131e773296f922bc218c756ec6d8e143ae0715f830b1 +SIZE (rpm/i686/centos/6.5/info-4.13a-8.el6.i686.rpm) = 176524 +SHA256 (rpm/i686/centos/6.5/keyutils-1.4-4.el6.i686.rpm) = b37f25808fe9840ea880a42bb5b1a17a54c0a8212133fbc1c84529638df3119b +SIZE (rpm/i686/centos/6.5/keyutils-1.4-4.el6.i686.rpm) = 38948 +SHA256 (rpm/i686/centos/6.5/keyutils-libs-1.4-4.el6.i686.rpm) = c2991cec1d3d0e427e15283a534ef38286858cdf701b0d61e515fa6ae716dc26 +SIZE (rpm/i686/centos/6.5/keyutils-libs-1.4-4.el6.i686.rpm) = 20432 +SHA256 (rpm/i686/centos/6.5/krb5-libs-1.10.3-10.el6_4.6.i686.rpm) = b3f465af5df386b4e0366b51cdf9ee768fb97d40f63092ab8d6ae0fbc6a9d709 +SIZE (rpm/i686/centos/6.5/krb5-libs-1.10.3-10.el6_4.6.i686.rpm) = 787032 +SHA256 (rpm/i686/centos/6.5/less-436-10.el6.i686.rpm) = 82fdcbe2345b91f5410652468e4fca58e3c81dfd435ca42ed039344c96518c70 +SIZE (rpm/i686/centos/6.5/less-436-10.el6.i686.rpm) = 109252 +SHA256 (rpm/i686/centos/6.5/libacl-2.2.49-6.el6.i686.rpm) = 64c400f31986db7f085e85454a305344da141872b6f3ac7922caa2fa656d3c12 +SIZE (rpm/i686/centos/6.5/libacl-2.2.49-6.el6.i686.rpm) = 24480 +SHA256 (rpm/i686/centos/6.5/libattr-2.4.44-7.el6.i686.rpm) = 16f9cba06fcbdf5163c1ae48e3d8df5b2a26eec1c8bfa3f7907718931ff8b93b +SIZE (rpm/i686/centos/6.5/libattr-2.4.44-7.el6.i686.rpm) = 15640 +SHA256 (rpm/i686/centos/6.5/libcom_err-1.41.12-18.el6.i686.rpm) = b6f14ee061c2dac9e820a15487f1ced475452ca550b8edfb91ee7365aa695995 +SIZE (rpm/i686/centos/6.5/libcom_err-1.41.12-18.el6.i686.rpm) = 37520 +SHA256 (rpm/i686/centos/6.5/libcap-2.16-5.5.el6.i686.rpm) = 8d972a4332b8f942258e489574929de3ee660315dc6ca945939d54a99ec4398c +SIZE (rpm/i686/centos/6.5/libcap-2.16-5.5.el6.i686.rpm) = 31516 +SHA256 (rpm/i686/centos/6.5/libgcc-4.4.7-4.el6.i686.rpm) = 4f4621a86bca9873d8676182f5d36e7edd1f3ac1e393ed43ffc17cd8b54dd024 +SIZE (rpm/i686/centos/6.5/libgcc-4.4.7-4.el6.i686.rpm) = 114844 +SHA256 (rpm/i686/centos/6.5/libidn-1.18-2.el6.i686.rpm) = a72cdffdb6aeeb5f94eeaeb6db3b4ac88eb0688760b2b75d2c5086d987d78e27 +SIZE (rpm/i686/centos/6.5/libidn-1.18-2.el6.i686.rpm) = 210260 +SHA256 (rpm/i686/centos/6.5/libselinux-2.0.94-5.3.el6_4.1.i686.rpm) = 0e74ed33164db1e2442b52b34476a744b29927338db56dab619ee99e1736b75f +SIZE (rpm/i686/centos/6.5/libselinux-2.0.94-5.3.el6_4.1.i686.rpm) = 110464 +SHA256 (rpm/i686/centos/6.5/libsepol-2.0.41-4.el6.i686.rpm) = 0f7b3c09a89b4f943faefc73bc5664f075146f6b96c8d1d38da06ed02cc2f21b +SIZE (rpm/i686/centos/6.5/libsepol-2.0.41-4.el6.i686.rpm) = 128032 +SHA256 (rpm/i686/centos/6.5/libstdc++-4.4.7-4.el6.i686.rpm) = e9349ed1e5519000d416dfca62b8a379e030a1b88a8e375747eb43d8324fe3e3 +SIZE (rpm/i686/centos/6.5/libstdc++-4.4.7-4.el6.i686.rpm) = 307316 +SHA256 (rpm/i686/centos/6.5/libuuid-2.17.2-12.14.el6.i686.rpm) = a7cebee833f96224330efebcbca943bd0cf6ef281e31416b72bfbb4218f8182b +SIZE (rpm/i686/centos/6.5/libuuid-2.17.2-12.14.el6.i686.rpm) = 69956 +SHA256 (rpm/i686/centos/6.5/ncurses-5.7-3.20090208.el6.i686.rpm) = 755e6f14019e1484417bb6b3220d1384f80f897ff67a0125c1799d9620469260 +SIZE (rpm/i686/centos/6.5/ncurses-5.7-3.20090208.el6.i686.rpm) = 274756 +SHA256 (rpm/i686/centos/6.5/ncurses-libs-5.7-3.20090208.el6.i686.rpm) = 8e8c71cf6e1b45a592bf5705714e34c167b6e2b9e9b4cf4b6c8e41f6ebd5a392 +SIZE (rpm/i686/centos/6.5/ncurses-libs-5.7-3.20090208.el6.i686.rpm) = 256940 +SHA256 (rpm/i686/centos/6.5/pcre-7.8-6.el6.i686.rpm) = 3f2bc72b2a672249e7195c7a0a7932eaa9623745c4b314dd88262fc8dcc401dd +SIZE (rpm/i686/centos/6.5/pcre-7.8-6.el6.i686.rpm) = 200028 +SHA256 (rpm/i686/centos/6.5/popt-1.13-7.el6.i686.rpm) = 617f8ee4d7776bb46a3a489ea10ac45831fd44947a30ef8d2126490ca2aa7a90 +SIZE (rpm/i686/centos/6.5/popt-1.13-7.el6.i686.rpm) = 39636 +SHA256 (rpm/i686/centos/6.5/readline-6.0-4.el6.i686.rpm) = 29fae06e31b73f4e5e0cd5f4431a3927c0e80b204e3fbcf0a6ccfc30720e8452 +SIZE (rpm/i686/centos/6.5/readline-6.0-4.el6.i686.rpm) = 180296 +SHA256 (rpm/i686/centos/6.5/redhat-lsb-core-4.0-7.el6.centos.i686.rpm) = c8a54450a1716a676b06db0a734c53c7057925359cb4e4bc36fa66f32cff5a0f +SIZE (rpm/i686/centos/6.5/redhat-lsb-core-4.0-7.el6.centos.i686.rpm) = 26108 +SHA256 (rpm/i686/centos/6.5/sed-4.2.1-10.el6.i686.rpm) = 34b309a83fc5e61d299e42e5c076f736302be6c94acc3dd0554f05ee69494241 +SIZE (rpm/i686/centos/6.5/sed-4.2.1-10.el6.i686.rpm) = 219480 +SHA256 (rpm/i686/centos/6.5/setserial-2.17-25.el6.i686.rpm) = c3537e6d2122f43674413742fcba524beb4dc9778efc7d25515f120dde79ba70 +SIZE (rpm/i686/centos/6.5/setserial-2.17-25.el6.i686.rpm) = 23568 +SHA256 (rpm/i686/centos/6.5/setup-2.8.14-20.el6_4.1.noarch.rpm) = f3baabe199eabf0c11866c1c076f0c6bc01abe0c1cab20aa3348cd8e1c967031 +SIZE (rpm/i686/centos/6.5/setup-2.8.14-20.el6_4.1.noarch.rpm) = 154440 +SHA256 (rpm/i686/centos/6.5/slang-2.2.1-1.el6.i686.rpm) = c6886d071eb63651df939c19f12363a1a68d112cedaa02019c94f53d39dd2f1f +SIZE (rpm/i686/centos/6.5/slang-2.2.1-1.el6.i686.rpm) = 483404 +SHA256 (rpm/i686/centos/6.5/util-linux-ng-2.17.2-12.14.el6.i686.rpm) = f9e9b26ccda5f3141bb539d95f4ad8e06740b8031e19f8501d09aa3c524b6480 +SIZE (rpm/i686/centos/6.5/util-linux-ng-2.17.2-12.14.el6.i686.rpm) = 1623404 +SHA256 (rpm/i686/centos/6.5/which-2.19-6.el6.i686.rpm) = 3b7b2af92a3868f69b0d7e24db09ecbcf20d48b64d96778fedf3e0462982ad81 +SIZE (rpm/i686/centos/6.5/which-2.19-6.el6.i686.rpm) = 38852 +SHA256 (rpm/i686/centos/6.5/zlib-1.2.3-29.el6.i686.rpm) = 1e40dce8a497f740b22d2035a76a92a34885613652c4b33262f04e2d12a00caa +SIZE (rpm/i686/centos/6.5/zlib-1.2.3-29.el6.i686.rpm) = 74284 +SHA256 (rpm/i686/centos/6.5/basesystem-10.0-4.el6.src.rpm) = 18d3bd0580f40bdc208773f26b424fa1975fad70fae9f179c52337a8f80ade76 +SIZE (rpm/i686/centos/6.5/basesystem-10.0-4.el6.src.rpm) = 5949 +SHA256 (rpm/i686/centos/6.5/bash-4.1.2-15.el6_4.src.rpm) = 17e92fbaf55ef5fbaccc7e28761edaaa1d18ede8e330fb20a40a27d27605003c +SIZE (rpm/i686/centos/6.5/bash-4.1.2-15.el6_4.src.rpm) = 6663735 +SHA256 (rpm/i686/centos/6.5/bzip2-1.0.5-7.el6_0.src.rpm) = 99a3d6a620f9f427aaeba974ae06234d0a771231730de7e203b97dce1dbf1931 +SIZE (rpm/i686/centos/6.5/bzip2-1.0.5-7.el6_0.src.rpm) = 855419 +SHA256 (rpm/i686/centos/6.5/coreutils-8.4-31.el6.src.rpm) = 0e39f22a1ea12009f7e95811003d4b56b99fc2ea77b5bf3ebc716f3ae5a15b83 +SIZE (rpm/i686/centos/6.5/coreutils-8.4-31.el6.src.rpm) = 4641453 +SHA256 (rpm/i686/centos/6.5/compat-db-4.6.21-15.el6.src.rpm) = d35d08e52defe404712b9d4f2cb6475e05ed170676c090d5e05325c346abcb0f +SIZE (rpm/i686/centos/6.5/compat-db-4.6.21-15.el6.src.rpm) = 9862622 +SHA256 (rpm/i686/centos/6.5/compat-gcc-296-2.96-144.el6.src.rpm) = a2ad7ba6160eada6a669732187affa35110ac26d0bbd709474e476e4d3892370 +SIZE (rpm/i686/centos/6.5/compat-gcc-296-2.96-144.el6.src.rpm) = 13430070 +SHA256 (rpm/i686/centos/6.5/compat-gcc-32-3.2.3-69.el6.src.rpm) = 7ff0c6e00ad06876e10cb79fb87cb57b251e6710c63258e6850e990d9ea49917 +SIZE (rpm/i686/centos/6.5/compat-gcc-32-3.2.3-69.el6.src.rpm) = 21622433 +SHA256 (rpm/i686/centos/6.5/db4-4.7.25-18.el6_4.src.rpm) = 8216704a0e530259d6a227c4b13f5e3df5f6dc4ae1872fd14c5902db972cc7e6 +SIZE (rpm/i686/centos/6.5/db4-4.7.25-18.el6_4.src.rpm) = 13410985 +SHA256 (rpm/i686/centos/6.5/e2fsprogs-1.41.12-18.el6.src.rpm) = e18a3cfb6f92a82ca1da717919478bffcac07d0abe254d30e5a90652fb060f2c +SIZE (rpm/i686/centos/6.5/e2fsprogs-1.41.12-18.el6.src.rpm) = 5543914 +SHA256 (rpm/i686/centos/6.5/elfutils-0.152-1.el6.src.rpm) = cb8c7188713b406e980757c6c802102e14d4f27820ab18b616d31889d55f4e14 +SIZE (rpm/i686/centos/6.5/elfutils-0.152-1.el6.src.rpm) = 1927305 +SHA256 (rpm/i686/centos/6.5/centos-release-6-5.el6.centos.11.1.src.rpm) = 46fc40ddd2d631973e94479749033e5e5b09c895b8c5acd4d61cd7ea5ff034d7 +SIZE (rpm/i686/centos/6.5/centos-release-6-5.el6.centos.11.1.src.rpm) = 19326 +SHA256 (rpm/i686/centos/6.5/filesystem-2.4.30-3.el6.src.rpm) = fa8ab9b1a2f23933d6e2f9e2308601c4ee61dd5829f5edcb094aedee194d02e1 +SIZE (rpm/i686/centos/6.5/filesystem-2.4.30-3.el6.src.rpm) = 20457 +SHA256 (rpm/i686/centos/6.5/findutils-4.4.2-6.el6.src.rpm) = ee0fe5c28b088d3e5e4acd3099d84cf3af2cd5cad94991c2ff1498761b4529ce +SIZE (rpm/i686/centos/6.5/findutils-4.4.2-6.el6.src.rpm) = 2184788 +SHA256 (rpm/i686/centos/6.5/freetype-2.3.11-14.el6_3.1.src.rpm) = 25a5e38ef7e61078513bad46af09c8963586cd56d3411ad8d0e8558e1d515ae7 +SIZE (rpm/i686/centos/6.5/freetype-2.3.11-14.el6_3.1.src.rpm) = 1764843 +SHA256 (rpm/i686/centos/6.5/gamin-0.1.10-9.el6.src.rpm) = 5115ba7fbb40ab7bb5b1da851bd67121b000889b3a2fd9b6749eb350b75890b3 +SIZE (rpm/i686/centos/6.5/gamin-0.1.10-9.el6.src.rpm) = 471128 +SHA256 (rpm/i686/centos/6.5/gdbm-1.8.0-36.el6.src.rpm) = ee6ffd96549d5924966869b9fef5813fb8eb17a76b2a6a35c53eb02d0ed1dc01 +SIZE (rpm/i686/centos/6.5/gdbm-1.8.0-36.el6.src.rpm) = 150845 +SHA256 (rpm/i686/centos/6.5/glib2-2.26.1-3.el6.src.rpm) = afe69779c6bc09e615d810f04aa7c8d0141aaefc87fd2641bcf9f53dfdd90b7e +SIZE (rpm/i686/centos/6.5/glib2-2.26.1-3.el6.src.rpm) = 6722996 +SHA256 (rpm/i686/centos/6.5/glibc-2.12-1.132.el6.src.rpm) = 3e4c6385b8c0fcb1dd92c2c3949cf2efeefba1330c38f699a0254f72d9bffc8d +SIZE (rpm/i686/centos/6.5/glibc-2.12-1.132.el6.src.rpm) = 16124735 +SHA256 (rpm/i686/centos/6.5/grep-2.6.3-4.el6.src.rpm) = 9b4dca87528eb3ffa2f6609271c13d9504b025ad395f8631c8c67553955f8e46 +SIZE (rpm/i686/centos/6.5/grep-2.6.3-4.el6.src.rpm) = 865455 +SHA256 (rpm/i686/centos/6.5/texinfo-4.13a-8.el6.src.rpm) = c7cc4a48a8b429fe93f9462233a9d18cfbd33b994593b5e9cdcbde0a8c3c85db +SIZE (rpm/i686/centos/6.5/texinfo-4.13a-8.el6.src.rpm) = 1589200 +SHA256 (rpm/i686/centos/6.5/keyutils-1.4-4.el6.src.rpm) = 01d53c1530342933eb9248ab399ee10c29d5eb141b0157dc69c306bdf6445916 +SIZE (rpm/i686/centos/6.5/keyutils-1.4-4.el6.src.rpm) = 53286 +SHA256 (rpm/i686/centos/6.5/krb5-1.10.3-10.el6_4.6.src.rpm) = 6d0e6828b70d4e601639b8037c6f875adc3c9fac971a70b88e4cf3d136295052 +SIZE (rpm/i686/centos/6.5/krb5-1.10.3-10.el6_4.6.src.rpm) = 12039453 +SHA256 (rpm/i686/centos/6.5/less-436-10.el6.src.rpm) = 5749867a85e7196f577cfaacfb92b5296a22f5eb19b725cd151b4b39d411c8b7 +SIZE (rpm/i686/centos/6.5/less-436-10.el6.src.rpm) = 329281 +SHA256 (rpm/i686/centos/6.5/acl-2.2.49-6.el6.src.rpm) = f1feabe034da5a12be746d4bcfe12c5d15bdfc3f53f203880311aaa18ba9ec0d +SIZE (rpm/i686/centos/6.5/acl-2.2.49-6.el6.src.rpm) = 385956 +SHA256 (rpm/i686/centos/6.5/attr-2.4.44-7.el6.src.rpm) = 5f5440619e0109d9f8d913de1100f259296f62a38075bbc8d8608d6988695890 +SIZE (rpm/i686/centos/6.5/attr-2.4.44-7.el6.src.rpm) = 335725 +SHA256 (rpm/i686/centos/6.5/libcap-2.16-5.5.el6.src.rpm) = a0eb99aa04952657fc19541dd70ab185dd00594001a90d0ee138925f2bc3ab6a +SIZE (rpm/i686/centos/6.5/libcap-2.16-5.5.el6.src.rpm) = 69497 +SHA256 (rpm/i686/centos/6.5/gcc-4.4.7-4.el6.src.rpm) = e83931377e08c21e5c823aa6e66d797400c1342135f701e331790375e04b0a84 +SIZE (rpm/i686/centos/6.5/gcc-4.4.7-4.el6.src.rpm) = 52327074 +SHA256 (rpm/i686/centos/6.5/libidn-1.18-2.el6.src.rpm) = a98516bd92453044dd497cce3c05aefe9bf5ec96a04eaf924b765d3038432054 +SIZE (rpm/i686/centos/6.5/libidn-1.18-2.el6.src.rpm) = 2959181 +SHA256 (rpm/i686/centos/6.5/libselinux-2.0.94-5.3.el6_4.1.src.rpm) = 5837a760295de897517ab752b51379a732049fa2c5febcb54ea7a9f0fa6837bd +SIZE (rpm/i686/centos/6.5/libselinux-2.0.94-5.3.el6_4.1.src.rpm) = 293928 +SHA256 (rpm/i686/centos/6.5/libsepol-2.0.41-4.el6.src.rpm) = ac1799bd0a70a93f771942ebb489eab4eb6a67422a624f925ba4080f98f73b13 +SIZE (rpm/i686/centos/6.5/libsepol-2.0.41-4.el6.src.rpm) = 248004 +SHA256 (rpm/i686/centos/6.5/ncurses-5.7-3.20090208.el6.src.rpm) = 56adadf667f294a57602cde47141b75a0bee8c6401fbf002295f59891d1663ff +SIZE (rpm/i686/centos/6.5/ncurses-5.7-3.20090208.el6.src.rpm) = 2646949 +SHA256 (rpm/i686/centos/6.5/pcre-7.8-6.el6.src.rpm) = 2d4e0474b7a23df5502f47050c049090ede151921d848486203e47604bd5104d +SIZE (rpm/i686/centos/6.5/pcre-7.8-6.el6.src.rpm) = 861403 +SHA256 (rpm/i686/centos/6.5/popt-1.13-7.el6.src.rpm) = 3b1b1c6e47e84d387b58899dbbc3bf24e45ae09fb79cf975c011aae245091406 +SIZE (rpm/i686/centos/6.5/popt-1.13-7.el6.src.rpm) = 687631 +SHA256 (rpm/i686/centos/6.5/readline-6.0-4.el6.src.rpm) = 898f831df1f1d566091317598cc5caeb3cb451347aaacfc52cc87895f449f5f0 +SIZE (rpm/i686/centos/6.5/readline-6.0-4.el6.src.rpm) = 2290548 +SHA256 (rpm/i686/centos/6.5/redhat-lsb-4.0-7.el6.centos.src.rpm) = 5b7987dfed1b310ccf12bab6cdfcdb9b5748b96d85ed4a037fba43e49252445e +SIZE (rpm/i686/centos/6.5/redhat-lsb-4.0-7.el6.centos.src.rpm) = 52706 +SHA256 (rpm/i686/centos/6.5/sed-4.2.1-10.el6.src.rpm) = 2cef61b73c9377d673a6fb83a568bb86b670e84e641391782f054614bf854e91 +SIZE (rpm/i686/centos/6.5/sed-4.2.1-10.el6.src.rpm) = 974817 +SHA256 (rpm/i686/centos/6.5/setserial-2.17-25.el6.src.rpm) = 1c09e38c61498be4014b102d5b4c79fff4f69eb24d012f7b38926e678880dffa +SIZE (rpm/i686/centos/6.5/setserial-2.17-25.el6.src.rpm) = 64567 +SHA256 (rpm/i686/centos/6.5/setup-2.8.14-20.el6_4.1.src.rpm) = 6cd2835e633e6af4c072f1e444dc150aa91cb96bf92c1ca84321e2bed2b54377 +SIZE (rpm/i686/centos/6.5/setup-2.8.14-20.el6_4.1.src.rpm) = 182928 +SHA256 (rpm/i686/centos/6.5/slang-2.2.1-1.el6.src.rpm) = 3ab2551b5d7d75a1d28d63fea1c48b9e83a87b8f2ba4cd6bd2c5ecb5dd91eda9 +SIZE (rpm/i686/centos/6.5/slang-2.2.1-1.el6.src.rpm) = 1367444 +SHA256 (rpm/i686/centos/6.5/util-linux-ng-2.17.2-12.14.el6.src.rpm) = 95f94d979b2e3b9d38f6339003d4d5d5676d60d46a0677803ff84a08d337dac9 +SIZE (rpm/i686/centos/6.5/util-linux-ng-2.17.2-12.14.el6.src.rpm) = 4510275 +SHA256 (rpm/i686/centos/6.5/which-2.19-6.el6.src.rpm) = cefa932d168a041d2257085bd2afad13fc719da4bd68d31ef9694371b67135bd +SIZE (rpm/i686/centos/6.5/which-2.19-6.el6.src.rpm) = 144253 +SHA256 (rpm/i686/centos/6.5/zlib-1.2.3-29.el6.src.rpm) = ccdc3260d2b1ee35c3d224154878f9f632fa2153ce7908ffaabd10b3e216d26e +SIZE (rpm/i686/centos/6.5/zlib-1.2.3-29.el6.src.rpm) = 516080 Index: head/emulators/linux_base-c6/pkg-plist =================================================================== --- head/emulators/linux_base-c6/pkg-plist (revision 368844) +++ head/emulators/linux_base-c6/pkg-plist (revision 368845) @@ -1,3257 +1,3711 @@ bin/arch bin/basename bin/bash bin/cat bin/chgrp bin/chmod bin/chown bin/cp bin/cut bin/date bin/dd bin/echo bin/egrep bin/env bin/false +bin/find bin/fgrep bin/grep bin/keyctl bin/link bin/ln bin/ls bin/mkdir bin/mknod bin/mktemp bin/mv bin/nice bin/pwd bin/readlink +bin/redhat_lsb_init bin/rm bin/rmdir bin/setserial bin/sh bin/sleep bin/sort bin/stty bin/sync bin/touch bin/true bin/uname bin/unlink +bin/dmesg +bin/findmnt +bin/kill +bin/logger +bin/login +bin/lsblk +bin/more +bin/mount +bin/raw +bin/sed +bin/taskset +bin/umount etc/DIR_COLORS etc/DIR_COLORS.256color etc/DIR_COLORS.lightbgcolor etc/aliases etc/bashrc etc/centos-release etc/csh.cshrc etc/csh.login etc/default/nss etc/environment etc/filesystems etc/gai.conf etc/gshadow etc/host.conf etc/hosts etc/hosts.allow etc/hosts.deny etc/inputrc etc/issue etc/issue.net @unexec if cmp -s %D/etc/krb5.conf.dist %D/etc/krb5.conf ; then rm -f %D/etc/krb5.conf ; fi etc/krb5.conf.dist @exec if [ ! -f %D/etc/krb5.conf ] ; then cp -p %D/%F %B/krb5.conf ; fi 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 @unexec if cmp -s %D/etc/yp.conf.sample %D/etc/yp.conf ; then rm -f %D/etc/yp.cpnf ; fi etc/yp.conf.sample @exec if [ ! -f %D/etc/yp.conf ] ; then cp -p %D/%F %B/yp.conf ; fi 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/bash_completion.d/gdbus-bash-completion.sh +etc/bash_completion.d/gsettings-bash-completion.sh lib/i686/nosegneg/libc-2.12.so lib/i686/nosegneg/libc.so.6 lib/i686/nosegneg/libm-2.12.so lib/i686/nosegneg/libm.so.6 lib/i686/nosegneg/libpthread-2.12.so lib/i686/nosegneg/libpthread.so.0 lib/i686/nosegneg/librt-2.12.so lib/i686/nosegneg/librt.so.1 lib/i686/nosegneg/libthread_db-1.0.so lib/i686/nosegneg/libthread_db.so.1 lib/ld-2.12.so +lib/ld-lsb.so.3 lib/ld-linux.so.2 lib/libBrokenLocale-2.12.so lib/libBrokenLocale.so.1 lib/libSegFault.so lib/libacl.so.1 lib/libacl.so.1.1.0 lib/libanl-2.12.so lib/libanl.so.1 lib/libattr.so.1 lib/libattr.so.1.1.0 lib/libbz2.so.1 lib/libbz2.so.1.0.4 lib/libc-2.12.so lib/libc.so.6 lib/libcap.so.2 lib/libcap.so.2.16 lib/libcidn-2.12.so lib/libcidn.so.1 +lib/libcom_err.so.2 +lib/libcom_err.so.2.1 lib/libcrypt-2.12.so lib/libcrypt.so.1 lib/libdb-4.3.so lib/libdb-4.7.so lib/libdb_cxx-4.3.so lib/libdl-2.12.so lib/libdl.so.2 lib/libe2p.so.2 lib/libe2p.so.2.3 lib/libext2fs.so.2 lib/libext2fs.so.2.4 lib/libgcc_s-4.4.7-20120601.so.1 lib/libgcc_s.so.1 lib/libgio-2.0.so.0 -lib/libgio-2.0.so.0.2200.5 +lib/libgio-2.0.so.0.2600.1 lib/libglib-2.0.so.0 -lib/libglib-2.0.so.0.2200.5 +lib/libglib-2.0.so.0.2600.1 lib/libgmodule-2.0.so.0 -lib/libgmodule-2.0.so.0.2200.5 +lib/libgmodule-2.0.so.0.2600.1 lib/libgobject-2.0.so.0 -lib/libgobject-2.0.so.0.2200.5 +lib/libgobject-2.0.so.0.2600.1 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.2200.5 +lib/libgthread-2.0.so.0.2600.1 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-strings usr/bin/eu-strip usr/bin/eu-unstrip usr/bin/expand usr/bin/expr usr/bin/factor +usr/bin/find usr/bin/fmt usr/bin/fold +usr/bin/gdbus usr/bin/gencat usr/bin/getconf usr/bin/getent +usr/bin/gio-querymodules-32 +usr/bin/glib-compile-schemas +usr/bin/gsettings usr/bin/groups usr/bin/head usr/bin/hostid usr/bin/iconv usr/bin/id usr/bin/idn usr/bin/info usr/bin/infocmp usr/bin/infokey usr/bin/infotocap usr/bin/install usr/bin/join usr/bin/ldd usr/bin/lddlibc4 +usr/bin/less +usr/bin/lessecho +usr/bin/lesskey +usr/bin/lesspipe.sh usr/bin/locale usr/bin/localedef usr/bin/logname usr/bin/lp usr/bin/lsattr +usr/bin/lsb_release usr/bin/md5sum usr/bin/mkfifo usr/bin/nl usr/bin/nohup usr/bin/nproc usr/bin/od +usr/bin/oldfind usr/bin/paste usr/bin/pathchk usr/bin/pcregrep usr/bin/pcretest usr/bin/pinky usr/bin/pr usr/bin/printenv usr/bin/printf usr/bin/ptx usr/bin/readlink usr/bin/reset usr/bin/rpcgen usr/bin/runcon usr/bin/seq usr/bin/sha1sum usr/bin/sha224sum usr/bin/sha256sum usr/bin/sha384sum usr/bin/sha512sum usr/bin/shred usr/bin/shuf usr/bin/split usr/bin/sprof usr/bin/stat usr/bin/stdbuf usr/bin/sum usr/bin/tabs usr/bin/tac usr/bin/tail usr/bin/tee usr/bin/test usr/bin/tic usr/bin/timeout usr/bin/toe usr/bin/tput usr/bin/tr usr/bin/truncate usr/bin/tset usr/bin/tsort usr/bin/tty usr/bin/tzselect usr/bin/unexpand +usr/bin/update-gio-modules usr/bin/uniq usr/bin/users usr/bin/vdir usr/bin/wc +usr/bin/which usr/bin/who usr/bin/whoami +usr/bin/xargs usr/bin/yes +usr/bin/cal +usr/bin/chfn +usr/bin/chrt +usr/bin/chsh +usr/bin/col +usr/bin/colcrt +usr/bin/colrm +usr/bin/column +usr/bin/cytune +usr/bin/ddate +usr/bin/fallocate +usr/bin/flock +usr/bin/floppy +usr/bin/getopt +usr/bin/hexdump +usr/bin/i386 +usr/bin/ionice +usr/bin/ipcmk +usr/bin/ipcrm +usr/bin/ipcs +usr/bin/isosize +usr/bin/kill +usr/bin/linux32 +usr/bin/linux64 +usr/bin/logger +usr/bin/look +usr/bin/lscpu +usr/bin/mcookie +usr/bin/namei +usr/bin/rename +usr/bin/renice +usr/bin/rev +usr/bin/script +usr/bin/scriptreplay +usr/bin/setarch +usr/bin/setsid +usr/bin/setterm +usr/bin/tailf +usr/bin/ul +usr/bin/unshare +usr/bin/uuidgen +usr/bin/whereis +usr/bin/write usr/include/db4.3.29/db.h usr/include/db4.3.29/db_185.h usr/include/db4.3.29/db_cxx.h usr/lib/db4.3.29/libdb.so usr/lib/db4.3.29/libdb_cxx.so usr/lib/gconv/ANSI_X3.110.so usr/lib/gconv/ARMSCII-8.so usr/lib/gconv/ASMO_449.so usr/lib/gconv/BIG5.so usr/lib/gconv/BIG5HKSCS.so usr/lib/gconv/BRF.so usr/lib/gconv/CP10007.so usr/lib/gconv/CP1125.so usr/lib/gconv/CP1250.so usr/lib/gconv/CP1251.so usr/lib/gconv/CP1252.so usr/lib/gconv/CP1253.so usr/lib/gconv/CP1254.so usr/lib/gconv/CP1255.so usr/lib/gconv/CP1256.so usr/lib/gconv/CP1257.so usr/lib/gconv/CP1258.so usr/lib/gconv/CP737.so usr/lib/gconv/CP775.so usr/lib/gconv/CP932.so usr/lib/gconv/CSN_369103.so usr/lib/gconv/CWI.so usr/lib/gconv/DEC-MCS.so usr/lib/gconv/EBCDIC-AT-DE-A.so usr/lib/gconv/EBCDIC-AT-DE.so usr/lib/gconv/EBCDIC-CA-FR.so usr/lib/gconv/EBCDIC-DK-NO-A.so usr/lib/gconv/EBCDIC-DK-NO.so usr/lib/gconv/EBCDIC-ES-A.so usr/lib/gconv/EBCDIC-ES-S.so usr/lib/gconv/EBCDIC-ES.so usr/lib/gconv/EBCDIC-FI-SE-A.so usr/lib/gconv/EBCDIC-FI-SE.so usr/lib/gconv/EBCDIC-FR.so usr/lib/gconv/EBCDIC-IS-FRISS.so usr/lib/gconv/EBCDIC-IT.so usr/lib/gconv/EBCDIC-PT.so usr/lib/gconv/EBCDIC-UK.so usr/lib/gconv/EBCDIC-US.so usr/lib/gconv/ECMA-CYRILLIC.so usr/lib/gconv/EUC-CN.so usr/lib/gconv/EUC-JISX0213.so usr/lib/gconv/EUC-JP-MS.so usr/lib/gconv/EUC-JP.so usr/lib/gconv/EUC-KR.so usr/lib/gconv/EUC-TW.so usr/lib/gconv/GB18030.so usr/lib/gconv/GBBIG5.so usr/lib/gconv/GBGBK.so usr/lib/gconv/GBK.so usr/lib/gconv/GEORGIAN-ACADEMY.so usr/lib/gconv/GEORGIAN-PS.so usr/lib/gconv/GOST_19768-74.so usr/lib/gconv/GREEK-CCITT.so usr/lib/gconv/GREEK7-OLD.so usr/lib/gconv/GREEK7.so usr/lib/gconv/HP-GREEK8.so usr/lib/gconv/HP-ROMAN8.so usr/lib/gconv/HP-ROMAN9.so usr/lib/gconv/HP-THAI8.so usr/lib/gconv/HP-TURKISH8.so usr/lib/gconv/IBM037.so usr/lib/gconv/IBM038.so usr/lib/gconv/IBM1004.so usr/lib/gconv/IBM1008.so usr/lib/gconv/IBM1008_420.so usr/lib/gconv/IBM1025.so usr/lib/gconv/IBM1026.so usr/lib/gconv/IBM1046.so usr/lib/gconv/IBM1047.so usr/lib/gconv/IBM1097.so usr/lib/gconv/IBM1112.so usr/lib/gconv/IBM1122.so usr/lib/gconv/IBM1123.so usr/lib/gconv/IBM1124.so usr/lib/gconv/IBM1129.so usr/lib/gconv/IBM1130.so usr/lib/gconv/IBM1132.so usr/lib/gconv/IBM1133.so usr/lib/gconv/IBM1137.so usr/lib/gconv/IBM1140.so usr/lib/gconv/IBM1141.so usr/lib/gconv/IBM1142.so usr/lib/gconv/IBM1143.so usr/lib/gconv/IBM1144.so usr/lib/gconv/IBM1145.so usr/lib/gconv/IBM1146.so usr/lib/gconv/IBM1147.so usr/lib/gconv/IBM1148.so usr/lib/gconv/IBM1149.so usr/lib/gconv/IBM1153.so usr/lib/gconv/IBM1154.so usr/lib/gconv/IBM1155.so usr/lib/gconv/IBM1156.so usr/lib/gconv/IBM1157.so usr/lib/gconv/IBM1158.so usr/lib/gconv/IBM1160.so usr/lib/gconv/IBM1161.so usr/lib/gconv/IBM1162.so usr/lib/gconv/IBM1163.so usr/lib/gconv/IBM1164.so usr/lib/gconv/IBM1166.so usr/lib/gconv/IBM1167.so usr/lib/gconv/IBM12712.so usr/lib/gconv/IBM1364.so usr/lib/gconv/IBM1371.so usr/lib/gconv/IBM1388.so usr/lib/gconv/IBM1390.so usr/lib/gconv/IBM1399.so usr/lib/gconv/IBM16804.so usr/lib/gconv/IBM256.so usr/lib/gconv/IBM273.so usr/lib/gconv/IBM274.so usr/lib/gconv/IBM275.so usr/lib/gconv/IBM277.so usr/lib/gconv/IBM278.so usr/lib/gconv/IBM280.so usr/lib/gconv/IBM281.so usr/lib/gconv/IBM284.so usr/lib/gconv/IBM285.so usr/lib/gconv/IBM290.so usr/lib/gconv/IBM297.so usr/lib/gconv/IBM420.so usr/lib/gconv/IBM423.so usr/lib/gconv/IBM424.so usr/lib/gconv/IBM437.so usr/lib/gconv/IBM4517.so usr/lib/gconv/IBM4899.so usr/lib/gconv/IBM4909.so usr/lib/gconv/IBM4971.so usr/lib/gconv/IBM500.so usr/lib/gconv/IBM5347.so usr/lib/gconv/IBM803.so usr/lib/gconv/IBM850.so usr/lib/gconv/IBM851.so usr/lib/gconv/IBM852.so usr/lib/gconv/IBM855.so usr/lib/gconv/IBM856.so usr/lib/gconv/IBM857.so usr/lib/gconv/IBM860.so usr/lib/gconv/IBM861.so usr/lib/gconv/IBM862.so usr/lib/gconv/IBM863.so usr/lib/gconv/IBM864.so usr/lib/gconv/IBM865.so usr/lib/gconv/IBM866.so usr/lib/gconv/IBM866NAV.so usr/lib/gconv/IBM868.so usr/lib/gconv/IBM869.so usr/lib/gconv/IBM870.so usr/lib/gconv/IBM871.so usr/lib/gconv/IBM874.so usr/lib/gconv/IBM875.so usr/lib/gconv/IBM880.so usr/lib/gconv/IBM891.so usr/lib/gconv/IBM901.so usr/lib/gconv/IBM902.so usr/lib/gconv/IBM903.so usr/lib/gconv/IBM9030.so usr/lib/gconv/IBM904.so usr/lib/gconv/IBM905.so usr/lib/gconv/IBM9066.so usr/lib/gconv/IBM918.so usr/lib/gconv/IBM921.so usr/lib/gconv/IBM922.so usr/lib/gconv/IBM930.so usr/lib/gconv/IBM932.so usr/lib/gconv/IBM933.so usr/lib/gconv/IBM935.so usr/lib/gconv/IBM937.so usr/lib/gconv/IBM939.so usr/lib/gconv/IBM943.so usr/lib/gconv/IBM9448.so usr/lib/gconv/IEC_P27-1.so usr/lib/gconv/INIS-8.so usr/lib/gconv/INIS-CYRILLIC.so usr/lib/gconv/INIS.so usr/lib/gconv/ISIRI-3342.so usr/lib/gconv/ISO-2022-CN-EXT.so usr/lib/gconv/ISO-2022-CN.so usr/lib/gconv/ISO-2022-JP-3.so usr/lib/gconv/ISO-2022-JP.so usr/lib/gconv/ISO-2022-KR.so usr/lib/gconv/ISO-IR-197.so usr/lib/gconv/ISO-IR-209.so usr/lib/gconv/ISO646.so usr/lib/gconv/ISO8859-1.so usr/lib/gconv/ISO8859-10.so usr/lib/gconv/ISO8859-11.so usr/lib/gconv/ISO8859-13.so usr/lib/gconv/ISO8859-14.so usr/lib/gconv/ISO8859-15.so usr/lib/gconv/ISO8859-16.so usr/lib/gconv/ISO8859-2.so usr/lib/gconv/ISO8859-3.so usr/lib/gconv/ISO8859-4.so usr/lib/gconv/ISO8859-5.so usr/lib/gconv/ISO8859-6.so usr/lib/gconv/ISO8859-7.so usr/lib/gconv/ISO8859-8.so usr/lib/gconv/ISO8859-9.so usr/lib/gconv/ISO8859-9E.so usr/lib/gconv/ISO_10367-BOX.so usr/lib/gconv/ISO_11548-1.so usr/lib/gconv/ISO_2033.so usr/lib/gconv/ISO_5427-EXT.so usr/lib/gconv/ISO_5427.so usr/lib/gconv/ISO_5428.so usr/lib/gconv/ISO_6937-2.so usr/lib/gconv/ISO_6937.so usr/lib/gconv/JOHAB.so usr/lib/gconv/KOI-8.so usr/lib/gconv/KOI8-R.so usr/lib/gconv/KOI8-RU.so usr/lib/gconv/KOI8-T.so usr/lib/gconv/KOI8-U.so usr/lib/gconv/LATIN-GREEK-1.so usr/lib/gconv/LATIN-GREEK.so usr/lib/gconv/MAC-CENTRALEUROPE.so usr/lib/gconv/MAC-IS.so usr/lib/gconv/MAC-SAMI.so usr/lib/gconv/MAC-UK.so usr/lib/gconv/MACINTOSH.so usr/lib/gconv/MIK.so usr/lib/gconv/NATS-DANO.so usr/lib/gconv/NATS-SEFI.so usr/lib/gconv/PT154.so usr/lib/gconv/RK1048.so usr/lib/gconv/SAMI-WS2.so usr/lib/gconv/SHIFT_JISX0213.so usr/lib/gconv/SJIS.so usr/lib/gconv/T.61.so usr/lib/gconv/TCVN5712-1.so usr/lib/gconv/TIS-620.so usr/lib/gconv/TSCII.so usr/lib/gconv/UHC.so usr/lib/gconv/UNICODE.so usr/lib/gconv/UTF-16.so usr/lib/gconv/UTF-32.so usr/lib/gconv/UTF-7.so usr/lib/gconv/VISCII.so usr/lib/gconv/gconv-modules usr/lib/gconv/gconv-modules.cache usr/lib/gconv/libCNS.so usr/lib/gconv/libGB.so usr/lib/gconv/libISOIR165.so usr/lib/gconv/libJIS.so usr/lib/gconv/libJISX0213.so usr/lib/gconv/libKSC.so usr/lib/gio/modules/libgiofam.so usr/lib/krb5/plugins/kdb/db2.so usr/lib/libdb-4.7.so +usr/lib/libfam.so.0 +usr/lib/libfam.so.0.0.0 usr/lib/libform.so.5 usr/lib/libform.so.5.7 usr/lib/libformw.so.5 usr/lib/libformw.so.5.7 usr/lib/libfreetype.so.6 usr/lib/libfreetype.so.6.3.22 +usr/lib/libgamin-1.so.0 +usr/lib/libgamin-1.so.0.1.10 usr/lib/libgdbm.so.2 usr/lib/libgdbm.so.2.0.0 usr/lib/libhistory.so.6 usr/lib/libhistory.so.6.0 usr/lib/libkadm5clnt_mit.so.8 usr/lib/libkadm5clnt_mit.so.8.0 usr/lib/libkadm5srv_mit.so.8 usr/lib/libkadm5srv_mit.so.8.0 usr/lib/libkdb5.so.6 usr/lib/libkdb5.so.6.0 +usr/lib/libmemusage.so usr/lib/libmenu.so.5 usr/lib/libmenu.so.5.7 usr/lib/libmenuw.so.5 usr/lib/libmenuw.so.5.7 usr/lib/libpanel.so.5 usr/lib/libpanel.so.5.7 usr/lib/libpanelw.so.5 usr/lib/libpanelw.so.5.7 +usr/lib/libpcprofile.so usr/lib/libpcrecpp.so.0 usr/lib/libpcrecpp.so.0.0.0 usr/lib/libpcreposix.so.0 usr/lib/libpcreposix.so.0.0.0 usr/lib/libslang.so.2 usr/lib/libslang.so.2.2.1 usr/lib/libstdc++-3-libc6.2-2-2.10.0.so usr/lib/libstdc++-libc6.2-2.so.3 usr/lib/libstdc++.so.5 usr/lib/libstdc++.so.5.0.7 usr/lib/libstdc++.so.6 usr/lib/libstdc++.so.6.0.13 usr/lib/libtic.so.5 usr/lib/libtic.so.5.7 -usr/lib/locale/locale-archive.tmpl +usr/lib/libverto-k5ev.so +usr/lib/libverto-k5ev.so.0 +usr/lib/libverto-k5ev.so.0.0 +usr/lib/libverto.so +usr/lib/libverto.so.0 +usr/lib/libverto.so.0.0 +usr/lib/locale/locale-archive +usr/lib/lsb/install_initd +usr/lib/lsb/remove_initd +usr/libexec/gam_server usr/libexec/getconf/POSIX_V6_ILP32_OFF32 usr/libexec/getconf/POSIX_V6_ILP32_OFFBIG usr/libexec/getconf/POSIX_V7_ILP32_OFF32 usr/libexec/getconf/POSIX_V7_ILP32_OFFBIG usr/libexec/pt_chown usr/sbin/build-locale-archive usr/sbin/capsh usr/sbin/chroot usr/sbin/e2freefrag usr/sbin/filefrag usr/sbin/getcap usr/sbin/getpcaps usr/sbin/glibc_post_upgrade.i686 usr/sbin/iconvconfig usr/sbin/iconvconfig.i686 usr/sbin/mklost+found +usr/sbin/redhat_lsb_trigger.i686 usr/sbin/setcap usr/sbin/tzdata-update usr/sbin/zdump usr/sbin/zic +usr/sbin/fdformat +usr/sbin/hwclock +usr/sbin/ldattach +usr/sbin/readprofile +usr/sbin/rtcwake +usr/sbin/tunelp usr/share/doc/bash-4.1.2/COPYING usr/share/doc/bzip2-1.0.5/CHANGES usr/share/doc/bzip2-1.0.5/LICENSE usr/share/doc/bzip2-1.0.5/README usr/share/doc/centos-release-6/EULA usr/share/doc/centos-release-6/GPL usr/share/doc/compat-db43-4.3.29/db-4.3.29/LICENSE usr/share/doc/compat-db43-4.3.29/db-4.3.29/README usr/share/doc/coreutils-8.4/ABOUT-NLS usr/share/doc/coreutils-8.4/COPYING usr/share/doc/coreutils-8.4/ChangeLog.bz2 usr/share/doc/coreutils-8.4/NEWS usr/share/doc/coreutils-8.4/README usr/share/doc/coreutils-8.4/THANKS usr/share/doc/coreutils-8.4/TODO usr/share/doc/coreutils-8.4/fileutils/ChangeLog-1997.bz2 usr/share/doc/coreutils-8.4/fileutils/ChangeLog.bz2 usr/share/doc/coreutils-8.4/fileutils/NEWS usr/share/doc/coreutils-8.4/sh-utils/ChangeLog.0.bz2 usr/share/doc/coreutils-8.4/sh-utils/ChangeLog.bz2 usr/share/doc/coreutils-8.4/sh-utils/NEWS usr/share/doc/coreutils-8.4/textutils/ChangeLog.bz2 usr/share/doc/coreutils-8.4/textutils/NEWS usr/share/doc/db4-4.7.25/LICENSE usr/share/doc/db4-4.7.25/README usr/share/doc/e2fsprogs-1.41.12/COPYING usr/share/doc/e2fsprogs-1.41.12/README usr/share/doc/e2fsprogs-1.41.12/RELEASE-NOTES usr/share/doc/e2fsprogs-libs-1.41.12/COPYING usr/share/doc/elfutils-0.152/COPYING usr/share/doc/elfutils-0.152/README usr/share/doc/elfutils-0.152/TODO +usr/share/doc/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.22.5/AUTHORS -usr/share/doc/glib2-2.22.5/COPYING -usr/share/doc/glib2-2.22.5/NEWS -usr/share/doc/glib2-2.22.5/README +usr/share/doc/glib2-2.26.1/AUTHORS +usr/share/doc/glib2-2.26.1/COPYING +usr/share/doc/glib2-2.26.1/NEWS +usr/share/doc/glib2-2.26.1/README usr/share/doc/glibc-2.12/BUGS usr/share/doc/glibc-2.12/CONFORMANCE usr/share/doc/glibc-2.12/COPYING usr/share/doc/glibc-2.12/COPYING.LIB usr/share/doc/glibc-2.12/FAQ usr/share/doc/glibc-2.12/INSTALL usr/share/doc/glibc-2.12/LICENSES usr/share/doc/glibc-2.12/NEWS usr/share/doc/glibc-2.12/NOTES usr/share/doc/glibc-2.12/PROJECTS usr/share/doc/glibc-2.12/README usr/share/doc/glibc-2.12/README.hesiod usr/share/doc/glibc-2.12/README.libm usr/share/doc/glibc-common-2.12/ChangeLog.15.bz2 usr/share/doc/glibc-common-2.12/ChangeLog.16.bz2 usr/share/doc/glibc-common-2.12/ChangeLog.bz2 usr/share/doc/glibc-common-2.12/README.timezone usr/share/doc/glibc-common-2.12/README.ufc-crypt usr/share/doc/glibc-common-2.12/gai.conf usr/share/doc/grep-2.6.3/ABOUT-NLS usr/share/doc/grep-2.6.3/AUTHORS usr/share/doc/grep-2.6.3/COPYING usr/share/doc/grep-2.6.3/ChangeLog usr/share/doc/grep-2.6.3/NEWS usr/share/doc/grep-2.6.3/README usr/share/doc/grep-2.6.3/THANKS usr/share/doc/grep-2.6.3/TODO usr/share/doc/info-4.13a/COPYING usr/share/doc/keyutils-1.4/LICENCE.GPL usr/share/doc/keyutils-1.4/README +usr/share/doc/keyutils-libs-1.4/LICENCE.LGPL usr/share/doc/krb5-libs-1.10.3/LICENSE usr/share/doc/krb5-libs-1.10.3/NOTICE usr/share/doc/krb5-libs-1.10.3/README usr/share/doc/libcap-2.16/License usr/share/doc/libcap-2.16/capability.notes +usr/share/doc/libcom_err-1.41.12/COPYING usr/share/doc/libgcc-4.4.7/COPYING.LIB usr/share/doc/libidn-1.18/AUTHORS usr/share/doc/libidn-1.18/COPYING usr/share/doc/libidn-1.18/COPYING.LIB usr/share/doc/libidn-1.18/FAQ usr/share/doc/libidn-1.18/NEWS usr/share/doc/libidn-1.18/README usr/share/doc/libidn-1.18/THANKS +usr/share/doc/less-436/LICENSE usr/share/doc/ncurses-5.7/ANNOUNCE usr/share/doc/ncurses-5.7/AUTHORS usr/share/doc/ncurses-5.7/NEWS.bz2 usr/share/doc/ncurses-5.7/README usr/share/doc/ncurses-5.7/TO-DO usr/share/doc/pcre-7.8/AUTHORS usr/share/doc/pcre-7.8/COPYING usr/share/doc/pcre-7.8/ChangeLog usr/share/doc/pcre-7.8/LICENCE usr/share/doc/pcre-7.8/NEWS usr/share/doc/pcre-7.8/README usr/share/doc/popt-1.13/CHANGES usr/share/doc/popt-1.13/COPYING usr/share/doc/readline-6.0/CHANGES usr/share/doc/readline-6.0/COPYING usr/share/doc/readline-6.0/NEWS usr/share/doc/readline-6.0/README usr/share/doc/readline-6.0/USAGE usr/share/doc/redhat-release +usr/share/doc/sed-4.2.1/AUTHORS +usr/share/doc/sed-4.2.1/BUGS +usr/share/doc/sed-4.2.1/COPYING +usr/share/doc/sed-4.2.1/COPYING.DOC +usr/share/doc/sed-4.2.1/NEWS +usr/share/doc/sed-4.2.1/README +usr/share/doc/sed-4.2.1/THANKS +usr/share/doc/sed-4.2.1/sedfaq.txt.gz usr/share/doc/setserial-2.17/README usr/share/doc/setserial-2.17/rc.serial usr/share/doc/setup-2.8.14/COPYING usr/share/doc/setup-2.8.14/uidgid usr/share/doc/slang-2.2.1/COPYING usr/share/doc/slang-2.2.1/NEWS usr/share/doc/slang-2.2.1/README usr/share/doc/slang-2.2.1/changes.txt usr/share/doc/slang-2.2.1/grammar.txt usr/share/doc/slang-2.2.1/slang.txt usr/share/doc/slang-2.2.1/slangfun.txt +usr/share/doc/util-linux-ng-2.17.2/AUTHORS +usr/share/doc/util-linux-ng-2.17.2/COPYING.GPL +usr/share/doc/util-linux-ng-2.17.2/COPYING.UCB +usr/share/doc/util-linux-ng-2.17.2/NEWS +usr/share/doc/util-linux-ng-2.17.2/README +usr/share/doc/util-linux-ng-2.17.2/README.cal +usr/share/doc/util-linux-ng-2.17.2/README.cfdisk +usr/share/doc/util-linux-ng-2.17.2/README.clear +usr/share/doc/util-linux-ng-2.17.2/README.col +usr/share/doc/util-linux-ng-2.17.2/README.ddate +usr/share/doc/util-linux-ng-2.17.2/README.devel +usr/share/doc/util-linux-ng-2.17.2/README.fdisk +usr/share/doc/util-linux-ng-2.17.2/README.floppy +usr/share/doc/util-linux-ng-2.17.2/README.flushb +usr/share/doc/util-linux-ng-2.17.2/README.getty +usr/share/doc/util-linux-ng-2.17.2/README.hwclock +usr/share/doc/util-linux-ng-2.17.2/README.licensing +usr/share/doc/util-linux-ng-2.17.2/README.modems-with-agetty +usr/share/doc/util-linux-ng-2.17.2/README.mount +usr/share/doc/util-linux-ng-2.17.2/README.namei +usr/share/doc/util-linux-ng-2.17.2/README.namei2 +usr/share/doc/util-linux-ng-2.17.2/README.poeigl +usr/share/doc/util-linux-ng-2.17.2/getopt-parse.bash +usr/share/doc/util-linux-ng-2.17.2/getopt-parse.tcsh +usr/share/doc/util-linux-ng-2.17.2/getopt-test.bash +usr/share/doc/util-linux-ng-2.17.2/getopt-test.tcsh +usr/share/doc/util-linux-ng-2.17.2/sfdisk.examples +usr/share/doc/which-2.19/AUTHORS +usr/share/doc/which-2.19/COPYING +usr/share/doc/which-2.19/EXAMPLES +usr/share/doc/which-2.19/NEWS +usr/share/doc/which-2.19/README usr/share/doc/zlib-1.2.3/ChangeLog usr/share/doc/zlib-1.2.3/FAQ usr/share/doc/zlib-1.2.3/README usr/share/emacs/site-lisp/idna.el usr/share/emacs/site-lisp/punycode.el usr/share/i18n/charmaps/ANSI_X3.110-1983.gz usr/share/i18n/charmaps/ANSI_X3.4-1968.gz usr/share/i18n/charmaps/ARMSCII-8.gz usr/share/i18n/charmaps/ASMO_449.gz usr/share/i18n/charmaps/BIG5-HKSCS.gz usr/share/i18n/charmaps/BIG5.gz usr/share/i18n/charmaps/BRF.gz usr/share/i18n/charmaps/BS_4730.gz usr/share/i18n/charmaps/BS_VIEWDATA.gz usr/share/i18n/charmaps/CP10007.gz usr/share/i18n/charmaps/CP1125.gz usr/share/i18n/charmaps/CP1250.gz usr/share/i18n/charmaps/CP1251.gz usr/share/i18n/charmaps/CP1252.gz usr/share/i18n/charmaps/CP1253.gz usr/share/i18n/charmaps/CP1254.gz usr/share/i18n/charmaps/CP1255.gz usr/share/i18n/charmaps/CP1256.gz usr/share/i18n/charmaps/CP1257.gz usr/share/i18n/charmaps/CP1258.gz usr/share/i18n/charmaps/CP737.gz usr/share/i18n/charmaps/CP775.gz usr/share/i18n/charmaps/CP949.gz usr/share/i18n/charmaps/CSA_Z243.4-1985-1.gz usr/share/i18n/charmaps/CSA_Z243.4-1985-2.gz usr/share/i18n/charmaps/CSA_Z243.4-1985-GR.gz usr/share/i18n/charmaps/CSN_369103.gz usr/share/i18n/charmaps/CWI.gz usr/share/i18n/charmaps/DEC-MCS.gz usr/share/i18n/charmaps/DIN_66003.gz usr/share/i18n/charmaps/DS_2089.gz usr/share/i18n/charmaps/EBCDIC-AT-DE-A.gz usr/share/i18n/charmaps/EBCDIC-AT-DE.gz usr/share/i18n/charmaps/EBCDIC-CA-FR.gz usr/share/i18n/charmaps/EBCDIC-DK-NO-A.gz usr/share/i18n/charmaps/EBCDIC-DK-NO.gz usr/share/i18n/charmaps/EBCDIC-ES-A.gz usr/share/i18n/charmaps/EBCDIC-ES-S.gz usr/share/i18n/charmaps/EBCDIC-ES.gz usr/share/i18n/charmaps/EBCDIC-FI-SE-A.gz usr/share/i18n/charmaps/EBCDIC-FI-SE.gz usr/share/i18n/charmaps/EBCDIC-FR.gz usr/share/i18n/charmaps/EBCDIC-IS-FRISS.gz usr/share/i18n/charmaps/EBCDIC-IT.gz usr/share/i18n/charmaps/EBCDIC-PT.gz usr/share/i18n/charmaps/EBCDIC-UK.gz usr/share/i18n/charmaps/EBCDIC-US.gz usr/share/i18n/charmaps/ECMA-CYRILLIC.gz usr/share/i18n/charmaps/ES.gz usr/share/i18n/charmaps/ES2.gz usr/share/i18n/charmaps/EUC-JISX0213.gz usr/share/i18n/charmaps/EUC-JP-MS.gz usr/share/i18n/charmaps/EUC-JP.gz usr/share/i18n/charmaps/EUC-KR.gz usr/share/i18n/charmaps/EUC-TW.gz usr/share/i18n/charmaps/GB18030.gz usr/share/i18n/charmaps/GB2312.gz usr/share/i18n/charmaps/GBK.gz usr/share/i18n/charmaps/GB_1988-80.gz usr/share/i18n/charmaps/GEORGIAN-ACADEMY.gz usr/share/i18n/charmaps/GEORGIAN-PS.gz usr/share/i18n/charmaps/GOST_19768-74.gz usr/share/i18n/charmaps/GREEK-CCITT.gz usr/share/i18n/charmaps/GREEK7-OLD.gz usr/share/i18n/charmaps/GREEK7.gz usr/share/i18n/charmaps/HP-GREEK8.gz usr/share/i18n/charmaps/HP-ROMAN8.gz usr/share/i18n/charmaps/HP-ROMAN9.gz usr/share/i18n/charmaps/HP-THAI8.gz usr/share/i18n/charmaps/HP-TURKISH8.gz usr/share/i18n/charmaps/IBM037.gz usr/share/i18n/charmaps/IBM038.gz usr/share/i18n/charmaps/IBM1004.gz usr/share/i18n/charmaps/IBM1026.gz usr/share/i18n/charmaps/IBM1047.gz usr/share/i18n/charmaps/IBM1124.gz usr/share/i18n/charmaps/IBM1129.gz usr/share/i18n/charmaps/IBM1132.gz usr/share/i18n/charmaps/IBM1133.gz usr/share/i18n/charmaps/IBM1160.gz usr/share/i18n/charmaps/IBM1161.gz usr/share/i18n/charmaps/IBM1162.gz usr/share/i18n/charmaps/IBM1163.gz usr/share/i18n/charmaps/IBM1164.gz usr/share/i18n/charmaps/IBM256.gz usr/share/i18n/charmaps/IBM273.gz usr/share/i18n/charmaps/IBM274.gz usr/share/i18n/charmaps/IBM275.gz usr/share/i18n/charmaps/IBM277.gz usr/share/i18n/charmaps/IBM278.gz usr/share/i18n/charmaps/IBM280.gz usr/share/i18n/charmaps/IBM281.gz usr/share/i18n/charmaps/IBM284.gz usr/share/i18n/charmaps/IBM285.gz usr/share/i18n/charmaps/IBM290.gz usr/share/i18n/charmaps/IBM297.gz usr/share/i18n/charmaps/IBM420.gz usr/share/i18n/charmaps/IBM423.gz usr/share/i18n/charmaps/IBM424.gz usr/share/i18n/charmaps/IBM437.gz usr/share/i18n/charmaps/IBM500.gz usr/share/i18n/charmaps/IBM850.gz usr/share/i18n/charmaps/IBM851.gz usr/share/i18n/charmaps/IBM852.gz usr/share/i18n/charmaps/IBM855.gz usr/share/i18n/charmaps/IBM856.gz usr/share/i18n/charmaps/IBM857.gz usr/share/i18n/charmaps/IBM860.gz usr/share/i18n/charmaps/IBM861.gz usr/share/i18n/charmaps/IBM862.gz usr/share/i18n/charmaps/IBM863.gz usr/share/i18n/charmaps/IBM864.gz usr/share/i18n/charmaps/IBM865.gz usr/share/i18n/charmaps/IBM866.gz usr/share/i18n/charmaps/IBM866NAV.gz usr/share/i18n/charmaps/IBM868.gz usr/share/i18n/charmaps/IBM869.gz usr/share/i18n/charmaps/IBM870.gz usr/share/i18n/charmaps/IBM871.gz usr/share/i18n/charmaps/IBM874.gz usr/share/i18n/charmaps/IBM875.gz usr/share/i18n/charmaps/IBM880.gz usr/share/i18n/charmaps/IBM891.gz usr/share/i18n/charmaps/IBM903.gz usr/share/i18n/charmaps/IBM904.gz usr/share/i18n/charmaps/IBM905.gz usr/share/i18n/charmaps/IBM918.gz usr/share/i18n/charmaps/IBM922.gz usr/share/i18n/charmaps/IEC_P27-1.gz usr/share/i18n/charmaps/INIS-8.gz usr/share/i18n/charmaps/INIS-CYRILLIC.gz usr/share/i18n/charmaps/INIS.gz usr/share/i18n/charmaps/INVARIANT.gz usr/share/i18n/charmaps/ISIRI-3342.gz usr/share/i18n/charmaps/ISO-8859-1.gz usr/share/i18n/charmaps/ISO-8859-10.gz usr/share/i18n/charmaps/ISO-8859-11.gz usr/share/i18n/charmaps/ISO-8859-13.gz usr/share/i18n/charmaps/ISO-8859-14.gz usr/share/i18n/charmaps/ISO-8859-15.gz usr/share/i18n/charmaps/ISO-8859-16.gz usr/share/i18n/charmaps/ISO-8859-2.gz usr/share/i18n/charmaps/ISO-8859-3.gz usr/share/i18n/charmaps/ISO-8859-4.gz usr/share/i18n/charmaps/ISO-8859-5.gz usr/share/i18n/charmaps/ISO-8859-6.gz usr/share/i18n/charmaps/ISO-8859-7.gz usr/share/i18n/charmaps/ISO-8859-8.gz usr/share/i18n/charmaps/ISO-8859-9.gz usr/share/i18n/charmaps/ISO-8859-9E.gz usr/share/i18n/charmaps/ISO-IR-197.gz usr/share/i18n/charmaps/ISO-IR-209.gz usr/share/i18n/charmaps/ISO-IR-90.gz usr/share/i18n/charmaps/ISO_10367-BOX.gz usr/share/i18n/charmaps/ISO_10646.gz usr/share/i18n/charmaps/ISO_11548-1.gz usr/share/i18n/charmaps/ISO_2033-1983.gz usr/share/i18n/charmaps/ISO_5427-EXT.gz usr/share/i18n/charmaps/ISO_5427.gz usr/share/i18n/charmaps/ISO_5428.gz usr/share/i18n/charmaps/ISO_646.BASIC.gz usr/share/i18n/charmaps/ISO_646.IRV.gz usr/share/i18n/charmaps/ISO_6937-2-25.gz usr/share/i18n/charmaps/ISO_6937-2-ADD.gz usr/share/i18n/charmaps/ISO_6937.gz usr/share/i18n/charmaps/ISO_8859-1,GL.gz usr/share/i18n/charmaps/ISO_8859-SUPP.gz usr/share/i18n/charmaps/IT.gz usr/share/i18n/charmaps/JIS_C6220-1969-JP.gz usr/share/i18n/charmaps/JIS_C6220-1969-RO.gz usr/share/i18n/charmaps/JIS_C6229-1984-A.gz usr/share/i18n/charmaps/JIS_C6229-1984-B-ADD.gz usr/share/i18n/charmaps/JIS_C6229-1984-B.gz usr/share/i18n/charmaps/JIS_C6229-1984-HAND-ADD.gz usr/share/i18n/charmaps/JIS_C6229-1984-HAND.gz usr/share/i18n/charmaps/JIS_C6229-1984-KANA.gz usr/share/i18n/charmaps/JIS_X0201.gz usr/share/i18n/charmaps/JOHAB.gz usr/share/i18n/charmaps/JUS_I.B1.002.gz usr/share/i18n/charmaps/JUS_I.B1.003-MAC.gz usr/share/i18n/charmaps/JUS_I.B1.003-SERB.gz usr/share/i18n/charmaps/KOI-8.gz usr/share/i18n/charmaps/KOI8-R.gz usr/share/i18n/charmaps/KOI8-RU.gz usr/share/i18n/charmaps/KOI8-T.gz usr/share/i18n/charmaps/KOI8-U.gz usr/share/i18n/charmaps/KSC5636.gz usr/share/i18n/charmaps/LATIN-GREEK-1.gz usr/share/i18n/charmaps/LATIN-GREEK.gz usr/share/i18n/charmaps/MAC-CENTRALEUROPE.gz usr/share/i18n/charmaps/MAC-CYRILLIC.gz usr/share/i18n/charmaps/MAC-IS.gz usr/share/i18n/charmaps/MAC-SAMI.gz usr/share/i18n/charmaps/MAC-UK.gz usr/share/i18n/charmaps/MACINTOSH.gz usr/share/i18n/charmaps/MIK.gz usr/share/i18n/charmaps/MSZ_7795.3.gz usr/share/i18n/charmaps/NATS-DANO-ADD.gz usr/share/i18n/charmaps/NATS-DANO.gz usr/share/i18n/charmaps/NATS-SEFI-ADD.gz usr/share/i18n/charmaps/NATS-SEFI.gz usr/share/i18n/charmaps/NC_NC00-10.gz usr/share/i18n/charmaps/NEXTSTEP.gz usr/share/i18n/charmaps/NF_Z_62-010.gz usr/share/i18n/charmaps/NF_Z_62-010_1973.gz usr/share/i18n/charmaps/NS_4551-1.gz usr/share/i18n/charmaps/NS_4551-2.gz usr/share/i18n/charmaps/PT.gz usr/share/i18n/charmaps/PT154.gz usr/share/i18n/charmaps/PT2.gz usr/share/i18n/charmaps/RK1048.gz usr/share/i18n/charmaps/SAMI-WS2.gz usr/share/i18n/charmaps/SAMI.gz usr/share/i18n/charmaps/SEN_850200_B.gz usr/share/i18n/charmaps/SEN_850200_C.gz usr/share/i18n/charmaps/SHIFT_JIS.gz usr/share/i18n/charmaps/SHIFT_JISX0213.gz usr/share/i18n/charmaps/T.101-G2.gz usr/share/i18n/charmaps/T.61-7BIT.gz usr/share/i18n/charmaps/T.61-8BIT.gz usr/share/i18n/charmaps/TCVN5712-1.gz usr/share/i18n/charmaps/TIS-620.gz usr/share/i18n/charmaps/TSCII.gz usr/share/i18n/charmaps/UTF-8.gz usr/share/i18n/charmaps/VIDEOTEX-SUPPL.gz usr/share/i18n/charmaps/VISCII.gz usr/share/i18n/charmaps/WINDOWS-31J.gz usr/share/i18n/locales/POSIX usr/share/i18n/locales/aa_DJ usr/share/i18n/locales/aa_ER usr/share/i18n/locales/aa_ER@saaho usr/share/i18n/locales/aa_ET usr/share/i18n/locales/af_ZA usr/share/i18n/locales/am_ET usr/share/i18n/locales/an_ES usr/share/i18n/locales/ar_AE usr/share/i18n/locales/ar_BH usr/share/i18n/locales/ar_DZ usr/share/i18n/locales/ar_EG usr/share/i18n/locales/ar_IN usr/share/i18n/locales/ar_IQ usr/share/i18n/locales/ar_JO usr/share/i18n/locales/ar_KW usr/share/i18n/locales/ar_LB usr/share/i18n/locales/ar_LY usr/share/i18n/locales/ar_MA usr/share/i18n/locales/ar_OM usr/share/i18n/locales/ar_QA usr/share/i18n/locales/ar_SA usr/share/i18n/locales/ar_SD usr/share/i18n/locales/ar_SY usr/share/i18n/locales/ar_TN usr/share/i18n/locales/ar_YE usr/share/i18n/locales/as_IN usr/share/i18n/locales/ast_ES usr/share/i18n/locales/az_AZ usr/share/i18n/locales/be_BY usr/share/i18n/locales/be_BY@latin usr/share/i18n/locales/ber_DZ usr/share/i18n/locales/ber_MA usr/share/i18n/locales/bg_BG usr/share/i18n/locales/bn_BD usr/share/i18n/locales/bn_IN usr/share/i18n/locales/bo_CN usr/share/i18n/locales/bo_IN usr/share/i18n/locales/br_FR usr/share/i18n/locales/br_FR@euro usr/share/i18n/locales/bs_BA usr/share/i18n/locales/byn_ER usr/share/i18n/locales/ca_AD usr/share/i18n/locales/ca_ES usr/share/i18n/locales/ca_ES@euro usr/share/i18n/locales/ca_FR usr/share/i18n/locales/ca_IT usr/share/i18n/locales/crh_UA usr/share/i18n/locales/cs_CZ usr/share/i18n/locales/csb_PL usr/share/i18n/locales/cv_RU usr/share/i18n/locales/cy_GB usr/share/i18n/locales/da_DK usr/share/i18n/locales/de_AT usr/share/i18n/locales/de_AT@euro usr/share/i18n/locales/de_BE usr/share/i18n/locales/de_BE@euro usr/share/i18n/locales/de_CH usr/share/i18n/locales/de_DE usr/share/i18n/locales/de_DE@euro usr/share/i18n/locales/de_LU usr/share/i18n/locales/de_LU@euro usr/share/i18n/locales/dv_MV usr/share/i18n/locales/dz_BT usr/share/i18n/locales/el_CY usr/share/i18n/locales/el_GR usr/share/i18n/locales/el_GR@euro usr/share/i18n/locales/en_AG usr/share/i18n/locales/en_AU usr/share/i18n/locales/en_BW usr/share/i18n/locales/en_CA usr/share/i18n/locales/en_DK usr/share/i18n/locales/en_GB usr/share/i18n/locales/en_HK usr/share/i18n/locales/en_IE usr/share/i18n/locales/en_IE@euro usr/share/i18n/locales/en_IN usr/share/i18n/locales/en_NG usr/share/i18n/locales/en_NZ usr/share/i18n/locales/en_PH usr/share/i18n/locales/en_SG usr/share/i18n/locales/en_US usr/share/i18n/locales/en_ZA usr/share/i18n/locales/en_ZW usr/share/i18n/locales/es_AR usr/share/i18n/locales/es_BO usr/share/i18n/locales/es_CL usr/share/i18n/locales/es_CO usr/share/i18n/locales/es_CR usr/share/i18n/locales/es_DO usr/share/i18n/locales/es_EC usr/share/i18n/locales/es_ES usr/share/i18n/locales/es_ES@euro usr/share/i18n/locales/es_GT usr/share/i18n/locales/es_HN usr/share/i18n/locales/es_MX usr/share/i18n/locales/es_NI usr/share/i18n/locales/es_PA usr/share/i18n/locales/es_PE usr/share/i18n/locales/es_PR usr/share/i18n/locales/es_PY usr/share/i18n/locales/es_SV usr/share/i18n/locales/es_US usr/share/i18n/locales/es_UY usr/share/i18n/locales/es_VE usr/share/i18n/locales/et_EE usr/share/i18n/locales/eu_ES usr/share/i18n/locales/eu_ES@euro usr/share/i18n/locales/fa_IR usr/share/i18n/locales/fi_FI usr/share/i18n/locales/fi_FI@euro usr/share/i18n/locales/fil_PH usr/share/i18n/locales/fo_FO usr/share/i18n/locales/fr_BE usr/share/i18n/locales/fr_BE@euro usr/share/i18n/locales/fr_CA usr/share/i18n/locales/fr_CH usr/share/i18n/locales/fr_FR usr/share/i18n/locales/fr_FR@euro usr/share/i18n/locales/fr_LU usr/share/i18n/locales/fr_LU@euro usr/share/i18n/locales/fur_IT usr/share/i18n/locales/fy_DE usr/share/i18n/locales/fy_NL usr/share/i18n/locales/ga_IE usr/share/i18n/locales/ga_IE@euro usr/share/i18n/locales/gd_GB usr/share/i18n/locales/gez_ER usr/share/i18n/locales/gez_ER@abegede usr/share/i18n/locales/gez_ET usr/share/i18n/locales/gez_ET@abegede usr/share/i18n/locales/gl_ES usr/share/i18n/locales/gl_ES@euro usr/share/i18n/locales/gu_IN usr/share/i18n/locales/gv_GB usr/share/i18n/locales/ha_NG usr/share/i18n/locales/he_IL usr/share/i18n/locales/hi_IN usr/share/i18n/locales/hne_IN usr/share/i18n/locales/hr_HR usr/share/i18n/locales/hsb_DE usr/share/i18n/locales/ht_HT usr/share/i18n/locales/hu_HU usr/share/i18n/locales/hy_AM usr/share/i18n/locales/i18n usr/share/i18n/locales/id_ID usr/share/i18n/locales/ig_NG usr/share/i18n/locales/ik_CA usr/share/i18n/locales/is_IS usr/share/i18n/locales/iso14651_t1 usr/share/i18n/locales/iso14651_t1_common usr/share/i18n/locales/iso14651_t1_pinyin usr/share/i18n/locales/it_CH usr/share/i18n/locales/it_IT usr/share/i18n/locales/it_IT@euro usr/share/i18n/locales/iu_CA usr/share/i18n/locales/iw_IL usr/share/i18n/locales/ja_JP usr/share/i18n/locales/ka_GE usr/share/i18n/locales/kk_KZ usr/share/i18n/locales/kl_GL usr/share/i18n/locales/km_KH usr/share/i18n/locales/kn_IN usr/share/i18n/locales/ko_KR usr/share/i18n/locales/kok_IN usr/share/i18n/locales/ks_IN usr/share/i18n/locales/ks_IN@devanagari usr/share/i18n/locales/ku_TR usr/share/i18n/locales/kw_GB usr/share/i18n/locales/ky_KG usr/share/i18n/locales/lg_UG usr/share/i18n/locales/li_BE usr/share/i18n/locales/li_NL usr/share/i18n/locales/lo_LA usr/share/i18n/locales/lt_LT usr/share/i18n/locales/lv_LV usr/share/i18n/locales/mai_IN usr/share/i18n/locales/mg_MG usr/share/i18n/locales/mi_NZ usr/share/i18n/locales/mk_MK usr/share/i18n/locales/ml_IN usr/share/i18n/locales/mn_MN usr/share/i18n/locales/mr_IN usr/share/i18n/locales/ms_MY usr/share/i18n/locales/mt_MT usr/share/i18n/locales/my_MM usr/share/i18n/locales/nan_TW@latin usr/share/i18n/locales/nb_NO usr/share/i18n/locales/nds_DE usr/share/i18n/locales/nds_NL usr/share/i18n/locales/ne_NP usr/share/i18n/locales/nl_AW usr/share/i18n/locales/nl_BE usr/share/i18n/locales/nl_BE@euro usr/share/i18n/locales/nl_NL usr/share/i18n/locales/nl_NL@euro usr/share/i18n/locales/nn_NO usr/share/i18n/locales/no_NO usr/share/i18n/locales/nr_ZA usr/share/i18n/locales/nso_ZA usr/share/i18n/locales/oc_FR usr/share/i18n/locales/om_ET usr/share/i18n/locales/om_KE usr/share/i18n/locales/or_IN usr/share/i18n/locales/pa_IN usr/share/i18n/locales/pa_PK usr/share/i18n/locales/pap_AN usr/share/i18n/locales/pl_PL usr/share/i18n/locales/ps_AF usr/share/i18n/locales/pt_BR usr/share/i18n/locales/pt_PT usr/share/i18n/locales/pt_PT@euro usr/share/i18n/locales/ro_RO usr/share/i18n/locales/ru_RU usr/share/i18n/locales/ru_UA usr/share/i18n/locales/rw_RW usr/share/i18n/locales/sa_IN usr/share/i18n/locales/sc_IT usr/share/i18n/locales/sd_IN usr/share/i18n/locales/sd_IN@devanagari usr/share/i18n/locales/se_NO usr/share/i18n/locales/shs_CA usr/share/i18n/locales/si_LK usr/share/i18n/locales/sid_ET usr/share/i18n/locales/sk_SK usr/share/i18n/locales/sl_SI usr/share/i18n/locales/so_DJ usr/share/i18n/locales/so_ET usr/share/i18n/locales/so_KE usr/share/i18n/locales/so_SO usr/share/i18n/locales/sq_AL usr/share/i18n/locales/sq_MK usr/share/i18n/locales/sr_ME usr/share/i18n/locales/sr_RS usr/share/i18n/locales/sr_RS@latin usr/share/i18n/locales/ss_ZA usr/share/i18n/locales/st_ZA usr/share/i18n/locales/sv_FI usr/share/i18n/locales/sv_FI@euro usr/share/i18n/locales/sv_SE usr/share/i18n/locales/ta_IN usr/share/i18n/locales/te_IN usr/share/i18n/locales/tg_TJ usr/share/i18n/locales/th_TH usr/share/i18n/locales/ti_ER usr/share/i18n/locales/ti_ET usr/share/i18n/locales/tig_ER usr/share/i18n/locales/tk_TM usr/share/i18n/locales/tl_PH usr/share/i18n/locales/tn_ZA usr/share/i18n/locales/tr_CY usr/share/i18n/locales/tr_TR usr/share/i18n/locales/translit_circle usr/share/i18n/locales/translit_cjk_compat usr/share/i18n/locales/translit_cjk_variants usr/share/i18n/locales/translit_combining usr/share/i18n/locales/translit_compat usr/share/i18n/locales/translit_font usr/share/i18n/locales/translit_fraction usr/share/i18n/locales/translit_hangul usr/share/i18n/locales/translit_narrow usr/share/i18n/locales/translit_neutral usr/share/i18n/locales/translit_small usr/share/i18n/locales/translit_wide usr/share/i18n/locales/ts_ZA usr/share/i18n/locales/tt_RU usr/share/i18n/locales/tt_RU@iqtelif usr/share/i18n/locales/ug_CN usr/share/i18n/locales/uk_UA usr/share/i18n/locales/ur_IN usr/share/i18n/locales/ur_PK usr/share/i18n/locales/uz_UZ usr/share/i18n/locales/uz_UZ@cyrillic usr/share/i18n/locales/ve_ZA usr/share/i18n/locales/vi_VN usr/share/i18n/locales/wa_BE usr/share/i18n/locales/wa_BE@euro usr/share/i18n/locales/wal_ET usr/share/i18n/locales/wo_SN usr/share/i18n/locales/xh_ZA usr/share/i18n/locales/yi_US usr/share/i18n/locales/yo_NG usr/share/i18n/locales/zh_CN usr/share/i18n/locales/zh_HK usr/share/i18n/locales/zh_SG usr/share/i18n/locales/zh_TW usr/share/i18n/locales/zu_ZA usr/share/info/bash.info.gz usr/share/info/coreutils.info.gz usr/share/info/dir +usr/share/info/find-maint.info.gz +usr/share/info/find.info.gz usr/share/info/grep.info.gz usr/share/info/history.info.gz usr/share/info/info-stnd.info.gz usr/share/info/info.info.gz usr/share/info/libidn.info.gz usr/share/info/rluserman.info.gz +usr/share/info/which.info.gz +usr/share/info/ipc.info.gz +usr/share/info/sed.info.gz usr/share/keyutils/request-key-debug.sh usr/share/locale/af/LC_MESSAGES/bash.mo usr/share/locale/af/LC_MESSAGES/coreutils.mo usr/share/locale/af/LC_MESSAGES/grep.mo +usr/share/locale/af/LC_MESSAGES/glib20.mo usr/share/locale/af/LC_TIME/coreutils.mo usr/share/locale/am/LC_MESSAGES/glib20.mo usr/share/locale/ar/LC_MESSAGES/glib20.mo usr/share/locale/as/LC_MESSAGES/glib20.mo +usr/share/locale/ast/LC_MESSAGES/glib20.mo usr/share/locale/az/LC_MESSAGES/glib20.mo usr/share/locale/be/LC_MESSAGES/coreutils.mo usr/share/locale/be/LC_MESSAGES/glib20.mo usr/share/locale/be/LC_MESSAGES/grep.mo usr/share/locale/be/LC_MESSAGES/libc.mo usr/share/locale/be/LC_TIME/coreutils.mo usr/share/locale/be@latin/LC_MESSAGES/glib20.mo usr/share/locale/bg/LC_MESSAGES/bash.mo usr/share/locale/bg/LC_MESSAGES/coreutils.mo usr/share/locale/bg/LC_MESSAGES/glib20.mo usr/share/locale/bg/LC_MESSAGES/grep.mo usr/share/locale/bg/LC_MESSAGES/libc.mo usr/share/locale/bg/LC_TIME/coreutils.mo usr/share/locale/bn/LC_MESSAGES/glib20.mo usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo usr/share/locale/bs/LC_MESSAGES/glib20.mo usr/share/locale/ca/LC_MESSAGES/bash.mo usr/share/locale/ca/LC_MESSAGES/coreutils.mo usr/share/locale/ca/LC_MESSAGES/e2fsprogs.mo usr/share/locale/ca/LC_MESSAGES/glib20.mo usr/share/locale/ca/LC_MESSAGES/grep.mo usr/share/locale/ca/LC_MESSAGES/libc.mo usr/share/locale/ca/LC_TIME/coreutils.mo usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo usr/share/locale/cs/LC_MESSAGES/bash.mo usr/share/locale/cs/LC_MESSAGES/coreutils.mo usr/share/locale/cs/LC_MESSAGES/e2fsprogs.mo usr/share/locale/cs/LC_MESSAGES/glib20.mo usr/share/locale/cs/LC_MESSAGES/grep.mo usr/share/locale/cs/LC_MESSAGES/libc.mo usr/share/locale/cs/LC_MESSAGES/libidn.mo usr/share/locale/cs/LC_MESSAGES/popt.mo usr/share/locale/cs/LC_TIME/coreutils.mo usr/share/locale/cy/LC_MESSAGES/glib20.mo usr/share/locale/da/LC_MESSAGES/coreutils.mo usr/share/locale/da/LC_MESSAGES/glib20.mo usr/share/locale/da/LC_MESSAGES/grep.mo usr/share/locale/da/LC_MESSAGES/libc.mo usr/share/locale/da/LC_MESSAGES/libidn.mo usr/share/locale/da/LC_MESSAGES/popt.mo usr/share/locale/da/LC_TIME/coreutils.mo usr/share/locale/de/LC_MESSAGES/bash.mo usr/share/locale/de/LC_MESSAGES/coreutils.mo usr/share/locale/de/LC_MESSAGES/e2fsprogs.mo usr/share/locale/de/LC_MESSAGES/glib20.mo usr/share/locale/de/LC_MESSAGES/grep.mo usr/share/locale/de/LC_MESSAGES/libc.mo usr/share/locale/de/LC_MESSAGES/libidn.mo usr/share/locale/de/LC_MESSAGES/popt.mo usr/share/locale/de/LC_TIME/coreutils.mo usr/share/locale/dz/LC_MESSAGES/glib20.mo usr/share/locale/el/LC_MESSAGES/coreutils.mo usr/share/locale/el/LC_MESSAGES/glib20.mo usr/share/locale/el/LC_MESSAGES/grep.mo usr/share/locale/el/LC_MESSAGES/libc.mo usr/share/locale/el/LC_TIME/coreutils.mo usr/share/locale/en/LC_MESSAGES/coreutils.mo usr/share/locale/en/LC_TIME/coreutils.mo usr/share/locale/en@boldquot/LC_MESSAGES/bash.mo usr/share/locale/en@boldquot/LC_MESSAGES/libidn.mo usr/share/locale/en@quot/LC_MESSAGES/bash.mo usr/share/locale/en@quot/LC_MESSAGES/libidn.mo +usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo usr/share/locale/en_CA/LC_MESSAGES/glib20.mo usr/share/locale/en_GB/LC_MESSAGES/glib20.mo usr/share/locale/en_GB/LC_MESSAGES/libc.mo +usr/share/locale/en_US/LC_MESSAGES/mit-krb5.mo usr/share/locale/eo/LC_MESSAGES/bash.mo usr/share/locale/eo/LC_MESSAGES/glib20.mo usr/share/locale/eo/LC_MESSAGES/grep.mo usr/share/locale/eo/LC_MESSAGES/libidn.mo usr/share/locale/es/LC_MESSAGES/bash.mo usr/share/locale/es/LC_MESSAGES/coreutils.mo usr/share/locale/es/LC_MESSAGES/e2fsprogs.mo usr/share/locale/es/LC_MESSAGES/glib20.mo usr/share/locale/es/LC_MESSAGES/grep.mo usr/share/locale/es/LC_MESSAGES/libc.mo usr/share/locale/es/LC_MESSAGES/popt.mo usr/share/locale/es/LC_TIME/coreutils.mo usr/share/locale/et/LC_MESSAGES/bash.mo usr/share/locale/et/LC_MESSAGES/coreutils.mo usr/share/locale/et/LC_MESSAGES/glib20.mo usr/share/locale/et/LC_MESSAGES/grep.mo usr/share/locale/et/LC_TIME/coreutils.mo usr/share/locale/eu/LC_MESSAGES/coreutils.mo usr/share/locale/eu/LC_MESSAGES/glib20.mo usr/share/locale/eu/LC_MESSAGES/grep.mo usr/share/locale/eu/LC_TIME/coreutils.mo usr/share/locale/fa/LC_MESSAGES/glib20.mo usr/share/locale/fi/LC_MESSAGES/bash.mo usr/share/locale/fi/LC_MESSAGES/coreutils.mo usr/share/locale/fi/LC_MESSAGES/glib20.mo usr/share/locale/fi/LC_MESSAGES/grep.mo usr/share/locale/fi/LC_MESSAGES/libc.mo usr/share/locale/fi/LC_MESSAGES/libidn.mo usr/share/locale/fi/LC_TIME/coreutils.mo usr/share/locale/fr/LC_MESSAGES/bash.mo usr/share/locale/fr/LC_MESSAGES/coreutils.mo usr/share/locale/fr/LC_MESSAGES/e2fsprogs.mo usr/share/locale/fr/LC_MESSAGES/glib20.mo usr/share/locale/fr/LC_MESSAGES/grep.mo usr/share/locale/fr/LC_MESSAGES/libc.mo usr/share/locale/fr/LC_MESSAGES/libidn.mo usr/share/locale/fr/LC_MESSAGES/popt.mo usr/share/locale/fr/LC_TIME/coreutils.mo usr/share/locale/ga/LC_MESSAGES/bash.mo usr/share/locale/ga/LC_MESSAGES/coreutils.mo usr/share/locale/ga/LC_MESSAGES/glib20.mo usr/share/locale/ga/LC_MESSAGES/grep.mo usr/share/locale/ga/LC_MESSAGES/popt.mo usr/share/locale/ga/LC_TIME/coreutils.mo usr/share/locale/gl/LC_MESSAGES/coreutils.mo usr/share/locale/gl/LC_MESSAGES/glib20.mo usr/share/locale/gl/LC_MESSAGES/grep.mo usr/share/locale/gl/LC_MESSAGES/libc.mo usr/share/locale/gl/LC_MESSAGES/popt.mo usr/share/locale/gl/LC_TIME/coreutils.mo usr/share/locale/gu/LC_MESSAGES/glib20.mo usr/share/locale/he/LC_MESSAGES/glib20.mo usr/share/locale/he/LC_MESSAGES/grep.mo usr/share/locale/hi/LC_MESSAGES/glib20.mo usr/share/locale/hr/LC_MESSAGES/glib20.mo usr/share/locale/hr/LC_MESSAGES/grep.mo usr/share/locale/hr/LC_MESSAGES/libc.mo usr/share/locale/hu/LC_MESSAGES/bash.mo usr/share/locale/hu/LC_MESSAGES/coreutils.mo usr/share/locale/hu/LC_MESSAGES/glib20.mo usr/share/locale/hu/LC_MESSAGES/grep.mo usr/share/locale/hu/LC_MESSAGES/libc.mo usr/share/locale/hu/LC_MESSAGES/popt.mo usr/share/locale/hu/LC_TIME/coreutils.mo usr/share/locale/hy/LC_MESSAGES/glib20.mo usr/share/locale/id/LC_MESSAGES/bash.mo usr/share/locale/id/LC_MESSAGES/coreutils.mo usr/share/locale/id/LC_MESSAGES/e2fsprogs.mo usr/share/locale/id/LC_MESSAGES/glib20.mo usr/share/locale/id/LC_MESSAGES/grep.mo usr/share/locale/id/LC_MESSAGES/libc.mo usr/share/locale/id/LC_MESSAGES/libidn.mo usr/share/locale/id/LC_TIME/coreutils.mo usr/share/locale/is/LC_MESSAGES/glib20.mo usr/share/locale/is/LC_MESSAGES/popt.mo usr/share/locale/it/LC_MESSAGES/coreutils.mo usr/share/locale/it/LC_MESSAGES/e2fsprogs.mo usr/share/locale/it/LC_MESSAGES/glib20.mo usr/share/locale/it/LC_MESSAGES/grep.mo usr/share/locale/it/LC_MESSAGES/libc.mo usr/share/locale/it/LC_MESSAGES/libidn.mo usr/share/locale/it/LC_MESSAGES/popt.mo usr/share/locale/it/LC_TIME/coreutils.mo usr/share/locale/ja/LC_MESSAGES/bash.mo usr/share/locale/ja/LC_MESSAGES/coreutils.mo usr/share/locale/ja/LC_MESSAGES/glib20.mo usr/share/locale/ja/LC_MESSAGES/grep.mo usr/share/locale/ja/LC_MESSAGES/libc.mo usr/share/locale/ja/LC_MESSAGES/libidn.mo usr/share/locale/ja/LC_MESSAGES/popt.mo usr/share/locale/ja/LC_TIME/coreutils.mo usr/share/locale/ka/LC_MESSAGES/glib20.mo +usr/share/locale/kk/LC_MESSAGES/glib20.mo usr/share/locale/kn/LC_MESSAGES/glib20.mo usr/share/locale/ko/LC_MESSAGES/coreutils.mo usr/share/locale/ko/LC_MESSAGES/glib20.mo usr/share/locale/ko/LC_MESSAGES/grep.mo usr/share/locale/ko/LC_MESSAGES/libc.mo usr/share/locale/ko/LC_MESSAGES/popt.mo usr/share/locale/ko/LC_TIME/coreutils.mo usr/share/locale/ku/LC_MESSAGES/glib20.mo usr/share/locale/ky/LC_MESSAGES/grep.mo usr/share/locale/lg/LC_MESSAGES/coreutils.mo usr/share/locale/lg/LC_TIME/coreutils.mo usr/share/locale/locale.alias usr/share/locale/lt/LC_MESSAGES/bash.mo usr/share/locale/lt/LC_MESSAGES/coreutils.mo usr/share/locale/lt/LC_MESSAGES/glib20.mo usr/share/locale/lt/LC_MESSAGES/grep.mo usr/share/locale/lt/LC_MESSAGES/libc.mo usr/share/locale/lt/LC_TIME/coreutils.mo usr/share/locale/lv/LC_MESSAGES/glib20.mo usr/share/locale/mai/LC_MESSAGES/glib20.mo usr/share/locale/mg/LC_MESSAGES/glib20.mo usr/share/locale/mk/LC_MESSAGES/glib20.mo usr/share/locale/ml/LC_MESSAGES/glib20.mo usr/share/locale/mn/LC_MESSAGES/glib20.mo usr/share/locale/mr/LC_MESSAGES/glib20.mo usr/share/locale/ms/LC_MESSAGES/coreutils.mo usr/share/locale/ms/LC_MESSAGES/glib20.mo usr/share/locale/ms/LC_TIME/coreutils.mo usr/share/locale/nb/LC_MESSAGES/coreutils.mo usr/share/locale/nb/LC_MESSAGES/glib20.mo usr/share/locale/nb/LC_MESSAGES/grep.mo usr/share/locale/nb/LC_MESSAGES/libc.mo usr/share/locale/nb/LC_MESSAGES/popt.mo usr/share/locale/nb/LC_TIME/coreutils.mo +usr/share/locale/nds/LC_MESSAGES/glib20.mo usr/share/locale/ne/LC_MESSAGES/glib20.mo usr/share/locale/nl/LC_MESSAGES/bash.mo usr/share/locale/nl/LC_MESSAGES/coreutils.mo usr/share/locale/nl/LC_MESSAGES/e2fsprogs.mo usr/share/locale/nl/LC_MESSAGES/glib20.mo usr/share/locale/nl/LC_MESSAGES/grep.mo usr/share/locale/nl/LC_MESSAGES/libc.mo usr/share/locale/nl/LC_MESSAGES/libidn.mo usr/share/locale/nl/LC_MESSAGES/popt.mo usr/share/locale/nl/LC_TIME/coreutils.mo usr/share/locale/nn/LC_MESSAGES/glib20.mo usr/share/locale/oc/LC_MESSAGES/glib20.mo usr/share/locale/or/LC_MESSAGES/glib20.mo usr/share/locale/pa/LC_MESSAGES/glib20.mo usr/share/locale/pl/LC_MESSAGES/bash.mo usr/share/locale/pl/LC_MESSAGES/coreutils.mo usr/share/locale/pl/LC_MESSAGES/e2fsprogs.mo usr/share/locale/pl/LC_MESSAGES/glib20.mo usr/share/locale/pl/LC_MESSAGES/grep.mo usr/share/locale/pl/LC_MESSAGES/libc.mo usr/share/locale/pl/LC_MESSAGES/libidn.mo usr/share/locale/pl/LC_MESSAGES/popt.mo usr/share/locale/pl/LC_TIME/coreutils.mo usr/share/locale/ps/LC_MESSAGES/glib20.mo usr/share/locale/pt/LC_MESSAGES/coreutils.mo usr/share/locale/pt/LC_MESSAGES/glib20.mo usr/share/locale/pt/LC_MESSAGES/grep.mo usr/share/locale/pt/LC_MESSAGES/popt.mo usr/share/locale/pt/LC_TIME/coreutils.mo usr/share/locale/pt_BR/LC_MESSAGES/bash.mo usr/share/locale/pt_BR/LC_MESSAGES/coreutils.mo usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo usr/share/locale/pt_BR/LC_MESSAGES/grep.mo usr/share/locale/pt_BR/LC_MESSAGES/libc.mo usr/share/locale/pt_BR/LC_TIME/coreutils.mo usr/share/locale/ro/LC_MESSAGES/bash.mo usr/share/locale/ro/LC_MESSAGES/glib20.mo usr/share/locale/ro/LC_MESSAGES/grep.mo usr/share/locale/ro/LC_MESSAGES/libidn.mo usr/share/locale/ro/LC_MESSAGES/popt.mo usr/share/locale/ru/LC_MESSAGES/bash.mo usr/share/locale/ru/LC_MESSAGES/coreutils.mo usr/share/locale/ru/LC_MESSAGES/glib20.mo usr/share/locale/ru/LC_MESSAGES/grep.mo usr/share/locale/ru/LC_MESSAGES/libc.mo usr/share/locale/ru/LC_MESSAGES/popt.mo usr/share/locale/ru/LC_TIME/coreutils.mo usr/share/locale/rw/LC_MESSAGES/glib20.mo usr/share/locale/rw/LC_MESSAGES/libc.mo usr/share/locale/si/LC_MESSAGES/glib20.mo usr/share/locale/sk/LC_MESSAGES/bash.mo usr/share/locale/sk/LC_MESSAGES/coreutils.mo usr/share/locale/sk/LC_MESSAGES/glib20.mo usr/share/locale/sk/LC_MESSAGES/grep.mo usr/share/locale/sk/LC_MESSAGES/libc.mo usr/share/locale/sk/LC_MESSAGES/popt.mo usr/share/locale/sk/LC_TIME/coreutils.mo usr/share/locale/sl/LC_MESSAGES/coreutils.mo usr/share/locale/sl/LC_MESSAGES/glib20.mo usr/share/locale/sl/LC_MESSAGES/grep.mo usr/share/locale/sl/LC_MESSAGES/popt.mo usr/share/locale/sl/LC_TIME/coreutils.mo usr/share/locale/sq/LC_MESSAGES/glib20.mo usr/share/locale/sr/LC_MESSAGES/glib20.mo usr/share/locale/sr/LC_MESSAGES/grep.mo usr/share/locale/sr/LC_MESSAGES/libidn.mo usr/share/locale/sr@ije/LC_MESSAGES/glib20.mo usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo usr/share/locale/sv/LC_MESSAGES/bash.mo usr/share/locale/sv/LC_MESSAGES/coreutils.mo usr/share/locale/sv/LC_MESSAGES/e2fsprogs.mo usr/share/locale/sv/LC_MESSAGES/glib20.mo usr/share/locale/sv/LC_MESSAGES/grep.mo usr/share/locale/sv/LC_MESSAGES/libc.mo usr/share/locale/sv/LC_MESSAGES/popt.mo usr/share/locale/sv/LC_TIME/coreutils.mo usr/share/locale/ta/LC_MESSAGES/glib20.mo usr/share/locale/te/LC_MESSAGES/glib20.mo usr/share/locale/th/LC_MESSAGES/glib20.mo usr/share/locale/th/LC_MESSAGES/grep.mo usr/share/locale/tl/LC_MESSAGES/glib20.mo usr/share/locale/tr/LC_MESSAGES/bash.mo usr/share/locale/tr/LC_MESSAGES/coreutils.mo usr/share/locale/tr/LC_MESSAGES/e2fsprogs.mo usr/share/locale/tr/LC_MESSAGES/glib20.mo usr/share/locale/tr/LC_MESSAGES/grep.mo usr/share/locale/tr/LC_MESSAGES/libc.mo usr/share/locale/tr/LC_MESSAGES/popt.mo usr/share/locale/tr/LC_TIME/coreutils.mo usr/share/locale/tt/LC_MESSAGES/glib20.mo usr/share/locale/uk/LC_MESSAGES/coreutils.mo usr/share/locale/uk/LC_MESSAGES/glib20.mo usr/share/locale/uk/LC_MESSAGES/grep.mo usr/share/locale/uk/LC_MESSAGES/popt.mo usr/share/locale/uk/LC_TIME/coreutils.mo usr/share/locale/vi/LC_MESSAGES/bash.mo usr/share/locale/vi/LC_MESSAGES/coreutils.mo usr/share/locale/vi/LC_MESSAGES/e2fsprogs.mo usr/share/locale/vi/LC_MESSAGES/glib20.mo usr/share/locale/vi/LC_MESSAGES/grep.mo usr/share/locale/vi/LC_MESSAGES/libc.mo usr/share/locale/vi/LC_MESSAGES/libidn.mo usr/share/locale/vi/LC_MESSAGES/popt.mo usr/share/locale/vi/LC_TIME/coreutils.mo usr/share/locale/wa/LC_MESSAGES/glib20.mo usr/share/locale/wa/LC_MESSAGES/popt.mo usr/share/locale/xh/LC_MESSAGES/glib20.mo usr/share/locale/yi/LC_MESSAGES/glib20.mo usr/share/locale/zh_CN/LC_MESSAGES/coreutils.mo usr/share/locale/zh_CN/LC_MESSAGES/e2fsprogs.mo usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo usr/share/locale/zh_CN/LC_MESSAGES/grep.mo usr/share/locale/zh_CN/LC_MESSAGES/libc.mo usr/share/locale/zh_CN/LC_MESSAGES/libidn.mo usr/share/locale/zh_CN/LC_MESSAGES/popt.mo usr/share/locale/zh_CN/LC_TIME/coreutils.mo usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo usr/share/locale/zh_TW/LC_MESSAGES/bash.mo usr/share/locale/zh_TW/LC_MESSAGES/coreutils.mo usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo usr/share/locale/zh_TW/LC_MESSAGES/grep.mo usr/share/locale/zh_TW/LC_MESSAGES/libc.mo usr/share/locale/zh_TW/LC_TIME/coreutils.mo +usr/share/locale/be/LC_MESSAGES/findutils.mo +usr/share/locale/bg/LC_MESSAGES/findutils.mo +usr/share/locale/ca/LC_MESSAGES/findutils.mo +usr/share/locale/cs/LC_MESSAGES/findutils.mo +usr/share/locale/da/LC_MESSAGES/findutils.mo +usr/share/locale/de/LC_MESSAGES/findutils.mo +usr/share/locale/el/LC_MESSAGES/findutils.mo +usr/share/locale/eo/LC_MESSAGES/findutils.mo +usr/share/locale/es/LC_MESSAGES/findutils.mo +usr/share/locale/et/LC_MESSAGES/findutils.mo +usr/share/locale/fi/LC_MESSAGES/findutils.mo +usr/share/locale/fr/LC_MESSAGES/findutils.mo +usr/share/locale/ga/LC_MESSAGES/findutils.mo +usr/share/locale/gl/LC_MESSAGES/findutils.mo +usr/share/locale/hr/LC_MESSAGES/findutils.mo +usr/share/locale/hu/LC_MESSAGES/findutils.mo +usr/share/locale/id/LC_MESSAGES/findutils.mo +usr/share/locale/it/LC_MESSAGES/findutils.mo +usr/share/locale/ja/LC_MESSAGES/findutils.mo +usr/share/locale/ko/LC_MESSAGES/findutils.mo +usr/share/locale/lg/LC_MESSAGES/findutils.mo +usr/share/locale/lt/LC_MESSAGES/findutils.mo +usr/share/locale/ms/LC_MESSAGES/findutils.mo +usr/share/locale/nl/LC_MESSAGES/findutils.mo +usr/share/locale/pl/LC_MESSAGES/findutils.mo +usr/share/locale/pt/LC_MESSAGES/findutils.mo +usr/share/locale/pt_BR/LC_MESSAGES/findutils.mo +usr/share/locale/ro/LC_MESSAGES/findutils.mo +usr/share/locale/ru/LC_MESSAGES/findutils.mo +usr/share/locale/rw/LC_MESSAGES/findutils.mo +usr/share/locale/sk/LC_MESSAGES/findutils.mo +usr/share/locale/sl/LC_MESSAGES/findutils.mo +usr/share/locale/sr/LC_MESSAGES/findutils.mo +usr/share/locale/sv/LC_MESSAGES/findutils.mo +usr/share/locale/tr/LC_MESSAGES/findutils.mo +usr/share/locale/uk/LC_MESSAGES/findutils.mo +usr/share/locale/vi/LC_MESSAGES/findutils.mo +usr/share/locale/zh_CN/LC_MESSAGES/findutils.mo +usr/share/locale/zh_TW/LC_MESSAGES/findutils.mo +usr/share/locale/af/LC_MESSAGES/sed.mo +usr/share/locale/ca/LC_MESSAGES/sed.mo +usr/share/locale/ca/LC_MESSAGES/util-linux-ng.mo +usr/share/locale/cs/LC_MESSAGES/sed.mo +usr/share/locale/cs/LC_MESSAGES/util-linux-ng.mo +usr/share/locale/da/LC_MESSAGES/sed.mo +usr/share/locale/da/LC_MESSAGES/util-linux-ng.mo +usr/share/locale/de/LC_MESSAGES/sed.mo +usr/share/locale/de/LC_MESSAGES/util-linux-ng.mo +usr/share/locale/el/LC_MESSAGES/sed.mo +usr/share/locale/eo/LC_MESSAGES/sed.mo +usr/share/locale/es/LC_MESSAGES/sed.mo +usr/share/locale/es/LC_MESSAGES/util-linux-ng.mo +usr/share/locale/et/LC_MESSAGES/sed.mo +usr/share/locale/et/LC_MESSAGES/util-linux-ng.mo +usr/share/locale/eu/LC_MESSAGES/sed.mo +usr/share/locale/eu/LC_MESSAGES/util-linux-ng.mo +usr/share/locale/fi/LC_MESSAGES/sed.mo +usr/share/locale/fi/LC_MESSAGES/util-linux-ng.mo +usr/share/locale/fr/LC_MESSAGES/sed.mo +usr/share/locale/fr/LC_MESSAGES/util-linux-ng.mo +usr/share/locale/ga/LC_MESSAGES/sed.mo +usr/share/locale/gl/LC_MESSAGES/sed.mo +usr/share/locale/he/LC_MESSAGES/sed.mo +usr/share/locale/hr/LC_MESSAGES/sed.mo +usr/share/locale/hu/LC_MESSAGES/sed.mo +usr/share/locale/hu/LC_MESSAGES/util-linux-ng.mo +usr/share/locale/id/LC_MESSAGES/sed.mo +usr/share/locale/id/LC_MESSAGES/util-linux-ng.mo +usr/share/locale/it/LC_MESSAGES/sed.mo +usr/share/locale/it/LC_MESSAGES/util-linux-ng.mo +usr/share/locale/ja/LC_MESSAGES/sed.mo +usr/share/locale/ja/LC_MESSAGES/util-linux-ng.mo +usr/share/locale/ko/LC_MESSAGES/sed.mo +usr/share/locale/nl/LC_MESSAGES/sed.mo +usr/share/locale/nl/LC_MESSAGES/util-linux-ng.mo +usr/share/locale/pl/LC_MESSAGES/sed.mo +usr/share/locale/pl/LC_MESSAGES/util-linux-ng.mo +usr/share/locale/pt/LC_MESSAGES/sed.mo +usr/share/locale/pt_BR/LC_MESSAGES/sed.mo +usr/share/locale/pt_BR/LC_MESSAGES/util-linux-ng.mo +usr/share/locale/ro/LC_MESSAGES/sed.mo +usr/share/locale/ru/LC_MESSAGES/sed.mo +usr/share/locale/ru/LC_MESSAGES/util-linux-ng.mo +usr/share/locale/sk/LC_MESSAGES/sed.mo +usr/share/locale/sl/LC_MESSAGES/sed.mo +usr/share/locale/sl/LC_MESSAGES/util-linux-ng.mo +usr/share/locale/sr/LC_MESSAGES/sed.mo +usr/share/locale/sv/LC_MESSAGES/sed.mo +usr/share/locale/sv/LC_MESSAGES/util-linux-ng.mo +usr/share/locale/tr/LC_MESSAGES/sed.mo +usr/share/locale/tr/LC_MESSAGES/util-linux-ng.mo +usr/share/locale/uk/LC_MESSAGES/sed.mo +usr/share/locale/uk/LC_MESSAGES/util-linux-ng.mo +usr/share/locale/vi/LC_MESSAGES/sed.mo +usr/share/locale/vi/LC_MESSAGES/util-linux-ng.mo +usr/share/locale/zh_CN/LC_MESSAGES/sed.mo +usr/share/locale/zh_CN/LC_MESSAGES/util-linux-ng.mo +usr/share/locale/zh_TW/LC_MESSAGES/sed.mo usr/share/man/man1/..1.gz usr/share/man/man1/:.1.gz usr/share/man/man1/[.1.gz usr/share/man/man1/alias.1.gz usr/share/man/man1/arch.1.gz usr/share/man/man1/base64.1.gz usr/share/man/man1/basename.1.gz usr/share/man/man1/bash.1.gz usr/share/man/man1/bashbug.1.gz usr/share/man/man1/bg.1.gz usr/share/man/man1/bind.1.gz usr/share/man/man1/break.1.gz usr/share/man/man1/builtin.1.gz usr/share/man/man1/builtins.1.gz usr/share/man/man1/bunzip2.1.gz usr/share/man/man1/bzcat.1.gz usr/share/man/man1/bzcmp.1.gz usr/share/man/man1/bzdiff.1.gz usr/share/man/man1/bzgrep.1.gz usr/share/man/man1/bzip2.1.gz usr/share/man/man1/bzip2recover.1.gz usr/share/man/man1/bzless.1.gz usr/share/man/man1/bzmore.1.gz usr/share/man/man1/caller.1.gz usr/share/man/man1/capsh.1.gz usr/share/man/man1/captoinfo.1m.gz usr/share/man/man1/cat.1.gz usr/share/man/man1/cd.1.gz usr/share/man/man1/chattr.1.gz usr/share/man/man1/chcon.1.gz usr/share/man/man1/chgrp.1.gz usr/share/man/man1/chmod.1.gz usr/share/man/man1/chown.1.gz usr/share/man/man1/chroot.1.gz usr/share/man/man1/cksum.1.gz usr/share/man/man1/clear.1.gz usr/share/man/man1/comm.1.gz usr/share/man/man1/command.1.gz usr/share/man/man1/compgen.1.gz usr/share/man/man1/complete.1.gz usr/share/man/man1/compopt.1.gz usr/share/man/man1/continue.1.gz usr/share/man/man1/cp.1.gz usr/share/man/man1/csplit.1.gz usr/share/man/man1/cut.1.gz usr/share/man/man1/date.1.gz usr/share/man/man1/dd.1.gz usr/share/man/man1/declare.1.gz usr/share/man/man1/df.1.gz usr/share/man/man1/dir.1.gz usr/share/man/man1/dircolors.1.gz usr/share/man/man1/dirname.1.gz usr/share/man/man1/dirs.1.gz usr/share/man/man1/disown.1.gz usr/share/man/man1/du.1.gz usr/share/man/man1/echo.1.gz usr/share/man/man1/egrep.1.gz usr/share/man/man1/enable.1.gz usr/share/man/man1/env.1.gz usr/share/man/man1/eval.1.gz usr/share/man/man1/exec.1.gz usr/share/man/man1/exit.1.gz usr/share/man/man1/expand.1.gz usr/share/man/man1/export.1.gz usr/share/man/man1/expr.1.gz usr/share/man/man1/factor.1.gz usr/share/man/man1/false.1.gz +usr/share/man/man1/find.1.gz usr/share/man/man1/fc.1.gz usr/share/man/man1/fg.1.gz usr/share/man/man1/fgrep.1.gz usr/share/man/man1/fmt.1.gz usr/share/man/man1/fold.1.gz +usr/share/man/man1/gdbus.1.gz +usr/share/man/man1/gio-querymodules.1.gz +usr/share/man/man1/glib-compile-schemas.1.gz +usr/share/man/man1/gsettings.1.gz usr/share/man/man1/getopts.1.gz usr/share/man/man1/grep.1.gz usr/share/man/man1/groups.1.gz usr/share/man/man1/hash.1.gz usr/share/man/man1/head.1.gz usr/share/man/man1/help.1.gz usr/share/man/man1/history.1.gz usr/share/man/man1/hostid.1.gz usr/share/man/man1/id.1.gz usr/share/man/man1/idn.1.gz usr/share/man/man1/info.1.gz usr/share/man/man1/infocmp.1m.gz usr/share/man/man1/infokey.1.gz usr/share/man/man1/infotocap.1m.gz usr/share/man/man1/install-info.1.gz usr/share/man/man1/install.1.gz usr/share/man/man1/jobs.1.gz usr/share/man/man1/join.1.gz usr/share/man/man1/kerberos.1.gz usr/share/man/man1/keyctl.1.gz usr/share/man/man1/let.1.gz +usr/share/man/man1/less.1.gz +usr/share/man/man1/lessecho.1.gz +usr/share/man/man1/lesskey.1.gz usr/share/man/man1/link.1.gz usr/share/man/man1/ln.1.gz usr/share/man/man1/local.1.gz usr/share/man/man1/logname.1.gz usr/share/man/man1/logout.1.gz usr/share/man/man1/ls.1.gz usr/share/man/man1/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/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 @unexec rm -f %D/var/cache/ldconfig/aux-cache var/mail @dirrm bin @dirrm var/yp @dirrm var/spool/mail @dirrm var/spool/lpd @dirrm var/spool @dirrm var/preserve @dirrm var/opt @dirrm var/nis @dirrm var/lock/subsys @dirrm var/lock @dirrm var/local @dirrm var/lib/misc @dirrm var/lib/games @dirrm var/lib @dirrm var/games @dirrm var/empty @dirrm var/db @dirrm var/cache/ldconfig @dirrm var/cache @dirrm var @dirrm usr/tmp @dirrm usr/src/kernels @dirrm usr/src/debug @dirrm usr/src @dirrm usr/share/xsessions @dirrm usr/share/themes @dirrm usr/share/sounds @dirrm usr/share/pixmaps @dirrm usr/share/omf @dirrm usr/share/misc @dirrm usr/share/mime-info @dirrm usr/share/man/mann @dirrm usr/share/man/man9x @dirrm usr/share/man/man9 @dirrm usr/share/man/man8x @dirrm usr/share/man/man8 @dirrm usr/share/man/man7x @dirrm usr/share/man/man7 @dirrm usr/share/man/man6x @dirrm usr/share/man/man6 @dirrm usr/share/man/man5x @dirrm usr/share/man/man5 @dirrm usr/share/man/man4x @dirrm usr/share/man/man4 @dirrm usr/share/man/man3x @dirrm usr/share/man/man3p @dirrm usr/share/man/man3 @dirrm usr/share/man/man2x @dirrm usr/share/man/man2 @dirrm usr/share/man/man1x @dirrm usr/share/man/man1p @dirrm usr/share/man/man1 @dirrm usr/share/man/man0p @dirrm usr/share/man @dirrm usr/share/locale/zza/LC_MESSAGES @dirrm usr/share/locale/zza @dirrm usr/share/locale/zxx/LC_MESSAGES @dirrm usr/share/locale/zxx @dirrm usr/share/locale/zun/LC_MESSAGES @dirrm usr/share/locale/zun @dirrm usr/share/locale/zu/LC_MESSAGES @dirrm usr/share/locale/zu @dirrm usr/share/locale/znd/LC_MESSAGES @dirrm usr/share/locale/znd @dirrm usr/share/locale/zh_TW/LC_TIME @dirrm usr/share/locale/zh_TW/LC_MESSAGES @dirrm usr/share/locale/zh_TW.Big5/LC_MESSAGES @dirrm usr/share/locale/zh_TW.Big5 @dirrm usr/share/locale/zh_TW @dirrm usr/share/locale/zh_HK/LC_MESSAGES @dirrm usr/share/locale/zh_HK @dirrm usr/share/locale/zh_CN/LC_TIME @dirrm usr/share/locale/zh_CN/LC_MESSAGES @dirrm usr/share/locale/zh_CN.GB2312/LC_MESSAGES @dirrm usr/share/locale/zh_CN.GB2312 @dirrm usr/share/locale/zh_CN @dirrm usr/share/locale/zh/LC_MESSAGES @dirrm usr/share/locale/zh @dirrm usr/share/locale/zen/LC_MESSAGES @dirrm usr/share/locale/zen @dirrm usr/share/locale/zbl/LC_MESSAGES @dirrm usr/share/locale/zbl @dirrm usr/share/locale/zap/LC_MESSAGES @dirrm usr/share/locale/zap @dirrm usr/share/locale/za/LC_MESSAGES @dirrm usr/share/locale/za @dirrm usr/share/locale/ypk/LC_MESSAGES @dirrm usr/share/locale/ypk @dirrm usr/share/locale/yo/LC_MESSAGES @dirrm usr/share/locale/yo @dirrm usr/share/locale/yi/LC_MESSAGES @dirrm usr/share/locale/yi @dirrm usr/share/locale/yap/LC_MESSAGES @dirrm usr/share/locale/yap @dirrm usr/share/locale/yao/LC_MESSAGES @dirrm usr/share/locale/yao @dirrm usr/share/locale/xh/LC_MESSAGES @dirrm usr/share/locale/xh @dirrm usr/share/locale/xal/LC_MESSAGES @dirrm usr/share/locale/xal @dirrm usr/share/locale/wo/LC_MESSAGES @dirrm usr/share/locale/wo @dirrm usr/share/locale/wen/LC_MESSAGES @dirrm usr/share/locale/wen @dirrm usr/share/locale/was/LC_MESSAGES @dirrm usr/share/locale/was @dirrm usr/share/locale/war/LC_MESSAGES @dirrm usr/share/locale/war @dirrm usr/share/locale/wal/LC_MESSAGES @dirrm usr/share/locale/wal @dirrm usr/share/locale/wak/LC_MESSAGES @dirrm usr/share/locale/wak @dirrm usr/share/locale/wa/LC_MESSAGES @dirrm usr/share/locale/wa @dirrm usr/share/locale/vot/LC_MESSAGES @dirrm usr/share/locale/vot @dirrm usr/share/locale/vo/LC_MESSAGES @dirrm usr/share/locale/vo @dirrm usr/share/locale/vi/LC_TIME @dirrm usr/share/locale/vi/LC_MESSAGES @dirrm usr/share/locale/vi @dirrm usr/share/locale/ve/LC_MESSAGES @dirrm usr/share/locale/ve @dirrm usr/share/locale/vai/LC_MESSAGES @dirrm usr/share/locale/vai @dirrm usr/share/locale/uz@cyrillic/LC_MESSAGES @dirrm usr/share/locale/uz@cyrillic @dirrm usr/share/locale/uz@Latn/LC_MESSAGES @dirrm usr/share/locale/uz@Latn @dirrm usr/share/locale/uz/LC_MESSAGES @dirrm usr/share/locale/uz @dirrm usr/share/locale/ur_PK/LC_MESSAGES @dirrm usr/share/locale/ur_PK @dirrm usr/share/locale/ur/LC_MESSAGES @dirrm usr/share/locale/ur @dirrm usr/share/locale/und/LC_MESSAGES @dirrm usr/share/locale/und @dirrm usr/share/locale/umb/LC_MESSAGES @dirrm usr/share/locale/umb @dirrm usr/share/locale/uk_UA/LC_MESSAGES @dirrm usr/share/locale/uk_UA @dirrm usr/share/locale/uk/LC_TIME @dirrm usr/share/locale/uk/LC_MESSAGES @dirrm usr/share/locale/uk @dirrm usr/share/locale/uga/LC_MESSAGES @dirrm usr/share/locale/uga @dirrm usr/share/locale/ug/LC_MESSAGES @dirrm usr/share/locale/ug @dirrm usr/share/locale/udm/LC_MESSAGES @dirrm usr/share/locale/udm @dirrm usr/share/locale/tyv/LC_MESSAGES @dirrm usr/share/locale/tyv @dirrm usr/share/locale/ty/LC_MESSAGES @dirrm usr/share/locale/ty @dirrm usr/share/locale/tw/LC_MESSAGES @dirrm usr/share/locale/tw @dirrm usr/share/locale/tvl/LC_MESSAGES @dirrm usr/share/locale/tvl @dirrm usr/share/locale/tut/LC_MESSAGES @dirrm usr/share/locale/tut @dirrm usr/share/locale/tup/LC_MESSAGES @dirrm usr/share/locale/tup @dirrm usr/share/locale/tum/LC_MESSAGES @dirrm usr/share/locale/tum @dirrm usr/share/locale/tt/LC_MESSAGES @dirrm usr/share/locale/tt @dirrm usr/share/locale/tsi/LC_MESSAGES @dirrm usr/share/locale/tsi @dirrm usr/share/locale/ts/LC_MESSAGES @dirrm usr/share/locale/ts @dirrm usr/share/locale/tr/LC_TIME @dirrm usr/share/locale/tr/LC_MESSAGES @dirrm usr/share/locale/tr @dirrm usr/share/locale/tpi/LC_MESSAGES @dirrm usr/share/locale/tpi @dirrm usr/share/locale/tog/LC_MESSAGES @dirrm usr/share/locale/tog @dirrm usr/share/locale/to/LC_MESSAGES @dirrm usr/share/locale/to @dirrm usr/share/locale/tn/LC_MESSAGES @dirrm usr/share/locale/tn @dirrm usr/share/locale/tmh/LC_MESSAGES @dirrm usr/share/locale/tmh @dirrm usr/share/locale/tli/LC_MESSAGES @dirrm usr/share/locale/tli @dirrm usr/share/locale/tlh/LC_MESSAGES @dirrm usr/share/locale/tlh @dirrm usr/share/locale/tl/LC_MESSAGES @dirrm usr/share/locale/tl @dirrm usr/share/locale/tkl/LC_MESSAGES @dirrm usr/share/locale/tkl @dirrm usr/share/locale/tk/LC_MESSAGES @dirrm usr/share/locale/tk @dirrm usr/share/locale/tiv/LC_MESSAGES @dirrm usr/share/locale/tiv @dirrm usr/share/locale/tig/LC_MESSAGES @dirrm usr/share/locale/tig @dirrm usr/share/locale/ti/LC_MESSAGES @dirrm usr/share/locale/ti @dirrm usr/share/locale/th/LC_MESSAGES @dirrm usr/share/locale/th @dirrm usr/share/locale/tg/LC_MESSAGES @dirrm usr/share/locale/tg @dirrm usr/share/locale/tet/LC_MESSAGES @dirrm usr/share/locale/tet @dirrm usr/share/locale/ter/LC_MESSAGES @dirrm usr/share/locale/ter @dirrm usr/share/locale/tem/LC_MESSAGES @dirrm usr/share/locale/tem @dirrm usr/share/locale/te/LC_MESSAGES @dirrm usr/share/locale/te @dirrm usr/share/locale/tai/LC_MESSAGES @dirrm usr/share/locale/tai @dirrm usr/share/locale/ta/LC_MESSAGES @dirrm usr/share/locale/ta @dirrm usr/share/locale/syr/LC_MESSAGES @dirrm usr/share/locale/syr @dirrm usr/share/locale/syc/LC_MESSAGES @dirrm usr/share/locale/syc @dirrm usr/share/locale/sw/LC_MESSAGES @dirrm usr/share/locale/sw @dirrm usr/share/locale/sv_SE/LC_MESSAGES @dirrm usr/share/locale/sv_SE @dirrm usr/share/locale/sv/LC_TIME @dirrm usr/share/locale/sv/LC_MESSAGES @dirrm usr/share/locale/sv @dirrm usr/share/locale/sux/LC_MESSAGES @dirrm usr/share/locale/sux @dirrm usr/share/locale/sus/LC_MESSAGES @dirrm usr/share/locale/sus @dirrm usr/share/locale/suk/LC_MESSAGES @dirrm usr/share/locale/suk @dirrm usr/share/locale/su/LC_MESSAGES @dirrm usr/share/locale/su @dirrm usr/share/locale/st/LC_MESSAGES @dirrm usr/share/locale/st @dirrm usr/share/locale/ssa/LC_MESSAGES @dirrm usr/share/locale/ssa @dirrm usr/share/locale/ss/LC_MESSAGES @dirrm usr/share/locale/ss @dirrm usr/share/locale/srr/LC_MESSAGES @dirrm usr/share/locale/srr @dirrm usr/share/locale/srn/LC_MESSAGES @dirrm usr/share/locale/srn @dirrm usr/share/locale/sr_RS/LC_MESSAGES @dirrm usr/share/locale/sr_RS @dirrm usr/share/locale/sr@latin/LC_MESSAGES @dirrm usr/share/locale/sr@latin @dirrm usr/share/locale/sr@ijekavianlatin/LC_MESSAGES @dirrm usr/share/locale/sr@ijekavianlatin @dirrm usr/share/locale/sr@ijekavian/LC_MESSAGES @dirrm usr/share/locale/sr@ijekavian @dirrm usr/share/locale/sr@ije/LC_MESSAGES @dirrm usr/share/locale/sr@ije @dirrm usr/share/locale/sr@Latn/LC_MESSAGES @dirrm usr/share/locale/sr@Latn @dirrm usr/share/locale/sr/LC_MESSAGES @dirrm usr/share/locale/sr @dirrm usr/share/locale/sq_AL/LC_MESSAGES @dirrm usr/share/locale/sq_AL @dirrm usr/share/locale/sq/LC_MESSAGES @dirrm usr/share/locale/sq @dirrm usr/share/locale/son/LC_MESSAGES @dirrm usr/share/locale/son @dirrm usr/share/locale/sog/LC_MESSAGES @dirrm usr/share/locale/sog @dirrm usr/share/locale/so/LC_MESSAGES @dirrm usr/share/locale/so @dirrm usr/share/locale/snk/LC_MESSAGES @dirrm usr/share/locale/snk @dirrm usr/share/locale/sn/LC_MESSAGES @dirrm usr/share/locale/sn @dirrm usr/share/locale/sms/LC_MESSAGES @dirrm usr/share/locale/sms @dirrm usr/share/locale/smn/LC_MESSAGES @dirrm usr/share/locale/smn @dirrm usr/share/locale/smj/LC_MESSAGES @dirrm usr/share/locale/smj @dirrm usr/share/locale/smi/LC_MESSAGES @dirrm usr/share/locale/smi @dirrm usr/share/locale/sma/LC_MESSAGES @dirrm usr/share/locale/sma @dirrm usr/share/locale/sm/LC_MESSAGES @dirrm usr/share/locale/sm @dirrm usr/share/locale/sla/LC_MESSAGES @dirrm usr/share/locale/sla @dirrm usr/share/locale/sl_SI/LC_MESSAGES @dirrm usr/share/locale/sl_SI @dirrm usr/share/locale/sl/LC_TIME @dirrm usr/share/locale/sl/LC_MESSAGES @dirrm usr/share/locale/sl @dirrm usr/share/locale/sk/LC_TIME @dirrm usr/share/locale/sk/LC_MESSAGES @dirrm usr/share/locale/sk @dirrm usr/share/locale/sit/LC_MESSAGES @dirrm usr/share/locale/sit @dirrm usr/share/locale/sio/LC_MESSAGES @dirrm usr/share/locale/sio @dirrm usr/share/locale/sid/LC_MESSAGES @dirrm usr/share/locale/sid @dirrm usr/share/locale/si/LC_MESSAGES @dirrm usr/share/locale/si @dirrm usr/share/locale/shn/LC_MESSAGES @dirrm usr/share/locale/shn @dirrm usr/share/locale/sgn/LC_MESSAGES @dirrm usr/share/locale/sgn @dirrm usr/share/locale/sga/LC_MESSAGES @dirrm usr/share/locale/sga @dirrm usr/share/locale/sg/LC_MESSAGES @dirrm usr/share/locale/sg @dirrm usr/share/locale/sem/LC_MESSAGES @dirrm usr/share/locale/sem @dirrm usr/share/locale/sel/LC_MESSAGES @dirrm usr/share/locale/sel @dirrm usr/share/locale/se/LC_MESSAGES @dirrm usr/share/locale/se @dirrm usr/share/locale/sd/LC_MESSAGES @dirrm usr/share/locale/sd @dirrm usr/share/locale/sco/LC_MESSAGES @dirrm usr/share/locale/sco @dirrm usr/share/locale/scn/LC_MESSAGES @dirrm usr/share/locale/scn @dirrm usr/share/locale/sc/LC_MESSAGES @dirrm usr/share/locale/sc @dirrm usr/share/locale/sat/LC_MESSAGES @dirrm usr/share/locale/sat @dirrm usr/share/locale/sas/LC_MESSAGES @dirrm usr/share/locale/sas @dirrm usr/share/locale/sam/LC_MESSAGES @dirrm usr/share/locale/sam @dirrm usr/share/locale/sal/LC_MESSAGES @dirrm usr/share/locale/sal @dirrm usr/share/locale/sai/LC_MESSAGES @dirrm usr/share/locale/sai @dirrm usr/share/locale/sah/LC_MESSAGES @dirrm usr/share/locale/sah @dirrm usr/share/locale/sad/LC_MESSAGES @dirrm usr/share/locale/sad @dirrm usr/share/locale/sa/LC_MESSAGES @dirrm usr/share/locale/sa @dirrm usr/share/locale/rw/LC_MESSAGES @dirrm usr/share/locale/rw @dirrm usr/share/locale/rup/LC_MESSAGES @dirrm usr/share/locale/rup @dirrm usr/share/locale/ru_RU/LC_MESSAGES @dirrm usr/share/locale/ru_RU @dirrm usr/share/locale/ru/LC_TIME @dirrm usr/share/locale/ru/LC_MESSAGES @dirrm usr/share/locale/ru @dirrm usr/share/locale/rom/LC_MESSAGES @dirrm usr/share/locale/rom @dirrm usr/share/locale/roa/LC_MESSAGES @dirrm usr/share/locale/roa @dirrm usr/share/locale/ro/LC_MESSAGES @dirrm usr/share/locale/ro @dirrm usr/share/locale/rn/LC_MESSAGES @dirrm usr/share/locale/rn @dirrm usr/share/locale/rm/LC_MESSAGES @dirrm usr/share/locale/rm @dirrm usr/share/locale/rar/LC_MESSAGES @dirrm usr/share/locale/rar @dirrm usr/share/locale/rap/LC_MESSAGES @dirrm usr/share/locale/rap @dirrm usr/share/locale/raj/LC_MESSAGES @dirrm usr/share/locale/raj @dirrm usr/share/locale/qu/LC_MESSAGES @dirrm usr/share/locale/qu @dirrm usr/share/locale/qaa-qtz/LC_MESSAGES @dirrm usr/share/locale/qaa-qtz @dirrm usr/share/locale/pt_PT/LC_MESSAGES @dirrm usr/share/locale/pt_PT @dirrm usr/share/locale/pt_BR/LC_TIME @dirrm usr/share/locale/pt_BR/LC_MESSAGES @dirrm usr/share/locale/pt_BR @dirrm usr/share/locale/pt/LC_TIME @dirrm usr/share/locale/pt/LC_MESSAGES @dirrm usr/share/locale/pt @dirrm usr/share/locale/ps/LC_MESSAGES @dirrm usr/share/locale/ps @dirrm usr/share/locale/pro/LC_MESSAGES @dirrm usr/share/locale/pro @dirrm usr/share/locale/pra/LC_MESSAGES @dirrm usr/share/locale/pra @dirrm usr/share/locale/pon/LC_MESSAGES @dirrm usr/share/locale/pon @dirrm usr/share/locale/pl_PL/LC_MESSAGES @dirrm usr/share/locale/pl_PL @dirrm usr/share/locale/pl/LC_TIME @dirrm usr/share/locale/pl/LC_MESSAGES @dirrm usr/share/locale/pl @dirrm usr/share/locale/pi/LC_MESSAGES @dirrm usr/share/locale/pi @dirrm usr/share/locale/phn/LC_MESSAGES @dirrm usr/share/locale/phn @dirrm usr/share/locale/phi/LC_MESSAGES @dirrm usr/share/locale/phi @dirrm usr/share/locale/peo/LC_MESSAGES @dirrm usr/share/locale/peo @dirrm usr/share/locale/pau/LC_MESSAGES @dirrm usr/share/locale/pau @dirrm usr/share/locale/pap/LC_MESSAGES @dirrm usr/share/locale/pap @dirrm usr/share/locale/pam/LC_MESSAGES @dirrm usr/share/locale/pam @dirrm usr/share/locale/pal/LC_MESSAGES @dirrm usr/share/locale/pal @dirrm usr/share/locale/pag/LC_MESSAGES @dirrm usr/share/locale/pag @dirrm usr/share/locale/paa/LC_MESSAGES @dirrm usr/share/locale/paa @dirrm usr/share/locale/pa/LC_MESSAGES @dirrm usr/share/locale/pa @dirrm usr/share/locale/oto/LC_MESSAGES @dirrm usr/share/locale/oto @dirrm usr/share/locale/ota/LC_MESSAGES @dirrm usr/share/locale/ota @dirrm usr/share/locale/osa/LC_MESSAGES @dirrm usr/share/locale/osa @dirrm usr/share/locale/os/LC_MESSAGES @dirrm usr/share/locale/os @dirrm usr/share/locale/or/LC_MESSAGES @dirrm usr/share/locale/or @dirrm usr/share/locale/om/LC_MESSAGES @dirrm usr/share/locale/om @dirrm usr/share/locale/oj/LC_MESSAGES @dirrm usr/share/locale/oj @dirrm usr/share/locale/oc/LC_MESSAGES @dirrm usr/share/locale/oc @dirrm usr/share/locale/nzi/LC_MESSAGES @dirrm usr/share/locale/nzi @dirrm usr/share/locale/nyo/LC_MESSAGES @dirrm usr/share/locale/nyo @dirrm usr/share/locale/nyn/LC_MESSAGES @dirrm usr/share/locale/nyn @dirrm usr/share/locale/nym/LC_MESSAGES @dirrm usr/share/locale/nym @dirrm usr/share/locale/ny/LC_MESSAGES @dirrm usr/share/locale/ny @dirrm usr/share/locale/nwc/LC_MESSAGES @dirrm usr/share/locale/nwc @dirrm usr/share/locale/nv/LC_MESSAGES @dirrm usr/share/locale/nv @dirrm usr/share/locale/nub/LC_MESSAGES @dirrm usr/share/locale/nub @dirrm usr/share/locale/nso/LC_MESSAGES @dirrm usr/share/locale/nso @dirrm usr/share/locale/nr/LC_MESSAGES @dirrm usr/share/locale/nr @dirrm usr/share/locale/nqo/LC_MESSAGES @dirrm usr/share/locale/nqo @dirrm usr/share/locale/non/LC_MESSAGES @dirrm usr/share/locale/non @dirrm usr/share/locale/nog/LC_MESSAGES @dirrm usr/share/locale/nog @dirrm usr/share/locale/no/LC_MESSAGES @dirrm usr/share/locale/no @dirrm usr/share/locale/nn/LC_MESSAGES @dirrm usr/share/locale/nn @dirrm usr/share/locale/nl_NL/LC_MESSAGES @dirrm usr/share/locale/nl_NL @dirrm usr/share/locale/nl_BE/LC_MESSAGES @dirrm usr/share/locale/nl_BE @dirrm usr/share/locale/nl/LC_TIME @dirrm usr/share/locale/nl/LC_MESSAGES @dirrm usr/share/locale/nl @dirrm usr/share/locale/niu/LC_MESSAGES @dirrm usr/share/locale/niu @dirrm usr/share/locale/nic/LC_MESSAGES @dirrm usr/share/locale/nic @dirrm usr/share/locale/nia/LC_MESSAGES @dirrm usr/share/locale/nia @dirrm usr/share/locale/ng/LC_MESSAGES @dirrm usr/share/locale/ng @dirrm usr/share/locale/new/LC_MESSAGES @dirrm usr/share/locale/new @dirrm usr/share/locale/ne/LC_MESSAGES @dirrm usr/share/locale/ne @dirrm usr/share/locale/nds_DE/LC_MESSAGES @dirrm usr/share/locale/nds_DE @dirrm usr/share/locale/nds@NFE/LC_MESSAGES @dirrm usr/share/locale/nds@NFE @dirrm usr/share/locale/nds/LC_MESSAGES @dirrm usr/share/locale/nds @dirrm usr/share/locale/nd/LC_MESSAGES @dirrm usr/share/locale/nd @dirrm usr/share/locale/nb_NO/LC_MESSAGES @dirrm usr/share/locale/nb_NO @dirrm usr/share/locale/nb/LC_TIME @dirrm usr/share/locale/nb/LC_MESSAGES @dirrm usr/share/locale/nb @dirrm usr/share/locale/nap/LC_MESSAGES @dirrm usr/share/locale/nap @dirrm usr/share/locale/nai/LC_MESSAGES @dirrm usr/share/locale/nai @dirrm usr/share/locale/nah/LC_MESSAGES @dirrm usr/share/locale/nah @dirrm usr/share/locale/na/LC_MESSAGES @dirrm usr/share/locale/na @dirrm usr/share/locale/myv/LC_MESSAGES @dirrm usr/share/locale/myv @dirrm usr/share/locale/myn/LC_MESSAGES @dirrm usr/share/locale/myn @dirrm usr/share/locale/my_MM/LC_MESSAGES @dirrm usr/share/locale/my_MM @dirrm usr/share/locale/my/LC_MESSAGES @dirrm usr/share/locale/my @dirrm usr/share/locale/mwr/LC_MESSAGES @dirrm usr/share/locale/mwr @dirrm usr/share/locale/mwl/LC_MESSAGES @dirrm usr/share/locale/mwl @dirrm usr/share/locale/mus/LC_MESSAGES @dirrm usr/share/locale/mus @dirrm usr/share/locale/mun/LC_MESSAGES @dirrm usr/share/locale/mun @dirrm usr/share/locale/mul/LC_MESSAGES @dirrm usr/share/locale/mul @dirrm usr/share/locale/mt/LC_MESSAGES @dirrm usr/share/locale/mt @dirrm usr/share/locale/ms_MY/LC_MESSAGES @dirrm usr/share/locale/ms_MY @dirrm usr/share/locale/ms/LC_TIME @dirrm usr/share/locale/ms/LC_MESSAGES @dirrm usr/share/locale/ms @dirrm usr/share/locale/mr/LC_MESSAGES @dirrm usr/share/locale/mr @dirrm usr/share/locale/mos/LC_MESSAGES @dirrm usr/share/locale/mos @dirrm usr/share/locale/moh/LC_MESSAGES @dirrm usr/share/locale/moh @dirrm usr/share/locale/mo/LC_MESSAGES @dirrm usr/share/locale/mo @dirrm usr/share/locale/mno/LC_MESSAGES @dirrm usr/share/locale/mno @dirrm usr/share/locale/mni/LC_MESSAGES @dirrm usr/share/locale/mni @dirrm usr/share/locale/mnc/LC_MESSAGES @dirrm usr/share/locale/mnc @dirrm usr/share/locale/mn/LC_MESSAGES @dirrm usr/share/locale/mn @dirrm usr/share/locale/ml/LC_MESSAGES @dirrm usr/share/locale/ml @dirrm usr/share/locale/mkh/LC_MESSAGES @dirrm usr/share/locale/mkh @dirrm usr/share/locale/mk/LC_MESSAGES @dirrm usr/share/locale/mk @dirrm usr/share/locale/mis/LC_MESSAGES @dirrm usr/share/locale/mis @dirrm usr/share/locale/min/LC_MESSAGES @dirrm usr/share/locale/min @dirrm usr/share/locale/mic/LC_MESSAGES @dirrm usr/share/locale/mic @dirrm usr/share/locale/mi/LC_MESSAGES @dirrm usr/share/locale/mi @dirrm usr/share/locale/mh/LC_MESSAGES @dirrm usr/share/locale/mh @dirrm usr/share/locale/mga/LC_MESSAGES @dirrm usr/share/locale/mga @dirrm usr/share/locale/mg/LC_MESSAGES @dirrm usr/share/locale/mg @dirrm usr/share/locale/men/LC_MESSAGES @dirrm usr/share/locale/men @dirrm usr/share/locale/mdr/LC_MESSAGES @dirrm usr/share/locale/mdr @dirrm usr/share/locale/mdf/LC_MESSAGES @dirrm usr/share/locale/mdf @dirrm usr/share/locale/mas/LC_MESSAGES @dirrm usr/share/locale/mas @dirrm usr/share/locale/map/LC_MESSAGES @dirrm usr/share/locale/map @dirrm usr/share/locale/man/LC_MESSAGES @dirrm usr/share/locale/man @dirrm usr/share/locale/mak/LC_MESSAGES @dirrm usr/share/locale/mak @dirrm usr/share/locale/mai/LC_MESSAGES @dirrm usr/share/locale/mai @dirrm usr/share/locale/mag/LC_MESSAGES @dirrm usr/share/locale/mag @dirrm usr/share/locale/mad/LC_MESSAGES @dirrm usr/share/locale/mad @dirrm usr/share/locale/lv_LV/LC_MESSAGES @dirrm usr/share/locale/lv_LV @dirrm usr/share/locale/lv/LC_MESSAGES @dirrm usr/share/locale/lv @dirrm usr/share/locale/lus/LC_MESSAGES @dirrm usr/share/locale/lus @dirrm usr/share/locale/luo/LC_MESSAGES @dirrm usr/share/locale/luo @dirrm usr/share/locale/lun/LC_MESSAGES @dirrm usr/share/locale/lun @dirrm usr/share/locale/lui/LC_MESSAGES @dirrm usr/share/locale/lui @dirrm usr/share/locale/lua/LC_MESSAGES @dirrm usr/share/locale/lua @dirrm usr/share/locale/lu/LC_MESSAGES @dirrm usr/share/locale/lu @dirrm usr/share/locale/lt/LC_TIME @dirrm usr/share/locale/lt/LC_MESSAGES @dirrm usr/share/locale/lt @dirrm usr/share/locale/loz/LC_MESSAGES @dirrm usr/share/locale/loz @dirrm usr/share/locale/lol/LC_MESSAGES @dirrm usr/share/locale/lol @dirrm usr/share/locale/lo/LC_MESSAGES @dirrm usr/share/locale/lo @dirrm usr/share/locale/ln/LC_MESSAGES @dirrm usr/share/locale/ln @dirrm usr/share/locale/li/LC_MESSAGES @dirrm usr/share/locale/li @dirrm usr/share/locale/lg/LC_TIME @dirrm usr/share/locale/lg/LC_MESSAGES @dirrm usr/share/locale/lg @dirrm usr/share/locale/lez/LC_MESSAGES @dirrm usr/share/locale/lez @dirrm usr/share/locale/lb/LC_MESSAGES @dirrm usr/share/locale/lb @dirrm usr/share/locale/lam/LC_MESSAGES @dirrm usr/share/locale/lam @dirrm usr/share/locale/lah/LC_MESSAGES @dirrm usr/share/locale/lah @dirrm usr/share/locale/lad/LC_MESSAGES @dirrm usr/share/locale/lad @dirrm usr/share/locale/la/LC_MESSAGES @dirrm usr/share/locale/la @dirrm usr/share/locale/ky/LC_MESSAGES @dirrm usr/share/locale/ky @dirrm usr/share/locale/kw/LC_MESSAGES @dirrm usr/share/locale/kw @dirrm usr/share/locale/kv/LC_MESSAGES @dirrm usr/share/locale/kv @dirrm usr/share/locale/kut/LC_MESSAGES @dirrm usr/share/locale/kut @dirrm usr/share/locale/kum/LC_MESSAGES @dirrm usr/share/locale/kum @dirrm usr/share/locale/ku/LC_MESSAGES @dirrm usr/share/locale/ku @dirrm usr/share/locale/ks@devanagari/LC_MESSAGES @dirrm usr/share/locale/ks@devanagari @dirrm usr/share/locale/ks/LC_MESSAGES @dirrm usr/share/locale/ks @dirrm usr/share/locale/kru/LC_MESSAGES @dirrm usr/share/locale/kru @dirrm usr/share/locale/kro/LC_MESSAGES @dirrm usr/share/locale/kro @dirrm usr/share/locale/krl/LC_MESSAGES @dirrm usr/share/locale/krl @dirrm usr/share/locale/krc/LC_MESSAGES @dirrm usr/share/locale/krc @dirrm usr/share/locale/kr/LC_MESSAGES @dirrm usr/share/locale/kr @dirrm usr/share/locale/kpe/LC_MESSAGES @dirrm usr/share/locale/kpe @dirrm usr/share/locale/kos/LC_MESSAGES @dirrm usr/share/locale/kos @dirrm usr/share/locale/kok/LC_MESSAGES @dirrm usr/share/locale/kok @dirrm usr/share/locale/ko_KR/LC_MESSAGES @dirrm usr/share/locale/ko_KR @dirrm usr/share/locale/ko/LC_TIME @dirrm usr/share/locale/ko/LC_MESSAGES @dirrm usr/share/locale/ko @dirrm usr/share/locale/kn/LC_MESSAGES @dirrm usr/share/locale/kn @dirrm usr/share/locale/kmb/LC_MESSAGES @dirrm usr/share/locale/kmb @dirrm usr/share/locale/km/LC_MESSAGES @dirrm usr/share/locale/km @dirrm usr/share/locale/kl/LC_MESSAGES @dirrm usr/share/locale/kl @dirrm usr/share/locale/kk/LC_MESSAGES @dirrm usr/share/locale/kk @dirrm usr/share/locale/kj/LC_MESSAGES @dirrm usr/share/locale/kj @dirrm usr/share/locale/ki/LC_MESSAGES @dirrm usr/share/locale/ki @dirrm usr/share/locale/kho/LC_MESSAGES @dirrm usr/share/locale/kho @dirrm usr/share/locale/khi/LC_MESSAGES @dirrm usr/share/locale/khi @dirrm usr/share/locale/kha/LC_MESSAGES @dirrm usr/share/locale/kha @dirrm usr/share/locale/kg/LC_MESSAGES @dirrm usr/share/locale/kg @dirrm usr/share/locale/kbd/LC_MESSAGES @dirrm usr/share/locale/kbd @dirrm usr/share/locale/kaw/LC_MESSAGES @dirrm usr/share/locale/kaw @dirrm usr/share/locale/kar/LC_MESSAGES @dirrm usr/share/locale/kar @dirrm usr/share/locale/kam/LC_MESSAGES @dirrm usr/share/locale/kam @dirrm usr/share/locale/kac/LC_MESSAGES @dirrm usr/share/locale/kac @dirrm usr/share/locale/kab/LC_MESSAGES @dirrm usr/share/locale/kab @dirrm usr/share/locale/kaa/LC_MESSAGES @dirrm usr/share/locale/kaa @dirrm usr/share/locale/ka/LC_MESSAGES @dirrm usr/share/locale/ka @dirrm usr/share/locale/jv/LC_MESSAGES @dirrm usr/share/locale/jv @dirrm usr/share/locale/jrb/LC_MESSAGES @dirrm usr/share/locale/jrb @dirrm usr/share/locale/jpr/LC_MESSAGES @dirrm usr/share/locale/jpr @dirrm usr/share/locale/jbo/LC_MESSAGES @dirrm usr/share/locale/jbo @dirrm usr/share/locale/ja_JP/LC_MESSAGES @dirrm usr/share/locale/ja_JP @dirrm usr/share/locale/ja/LC_TIME @dirrm usr/share/locale/ja/LC_MESSAGES @dirrm usr/share/locale/ja @dirrm usr/share/locale/iu/LC_MESSAGES @dirrm usr/share/locale/iu @dirrm usr/share/locale/it_IT/LC_MESSAGES @dirrm usr/share/locale/it_IT @dirrm usr/share/locale/it_CH/LC_MESSAGES @dirrm usr/share/locale/it_CH @dirrm usr/share/locale/it/LC_TIME @dirrm usr/share/locale/it/LC_MESSAGES @dirrm usr/share/locale/it @dirrm usr/share/locale/is/LC_MESSAGES @dirrm usr/share/locale/is @dirrm usr/share/locale/iro/LC_MESSAGES @dirrm usr/share/locale/iro @dirrm usr/share/locale/ira/LC_MESSAGES @dirrm usr/share/locale/ira @dirrm usr/share/locale/io/LC_MESSAGES @dirrm usr/share/locale/io @dirrm usr/share/locale/inh/LC_MESSAGES @dirrm usr/share/locale/inh @dirrm usr/share/locale/ine/LC_MESSAGES @dirrm usr/share/locale/ine @dirrm usr/share/locale/inc/LC_MESSAGES @dirrm usr/share/locale/inc @dirrm usr/share/locale/ilo/LC_MESSAGES @dirrm usr/share/locale/ilo @dirrm usr/share/locale/ik/LC_MESSAGES @dirrm usr/share/locale/ik @dirrm usr/share/locale/ijo/LC_MESSAGES @dirrm usr/share/locale/ijo @dirrm usr/share/locale/ii/LC_MESSAGES @dirrm usr/share/locale/ii @dirrm usr/share/locale/ig/LC_MESSAGES @dirrm usr/share/locale/ig @dirrm usr/share/locale/ie/LC_MESSAGES @dirrm usr/share/locale/ie @dirrm usr/share/locale/id/LC_TIME @dirrm usr/share/locale/id/LC_MESSAGES @dirrm usr/share/locale/id @dirrm usr/share/locale/iba/LC_MESSAGES @dirrm usr/share/locale/iba @dirrm usr/share/locale/ia/LC_MESSAGES @dirrm usr/share/locale/ia @dirrm usr/share/locale/hz/LC_MESSAGES @dirrm usr/share/locale/hz @dirrm usr/share/locale/hy/LC_MESSAGES @dirrm usr/share/locale/hy @dirrm usr/share/locale/hup/LC_MESSAGES @dirrm usr/share/locale/hup @dirrm usr/share/locale/hu_HU/LC_MESSAGES @dirrm usr/share/locale/hu_HU @dirrm usr/share/locale/hu/LC_TIME @dirrm usr/share/locale/hu/LC_MESSAGES @dirrm usr/share/locale/hu @dirrm usr/share/locale/ht/LC_MESSAGES @dirrm usr/share/locale/ht @dirrm usr/share/locale/hsb/LC_MESSAGES @dirrm usr/share/locale/hsb @dirrm usr/share/locale/hr_HR/LC_MESSAGES @dirrm usr/share/locale/hr_HR @dirrm usr/share/locale/hr/LC_MESSAGES @dirrm usr/share/locale/hr @dirrm usr/share/locale/ho/LC_MESSAGES @dirrm usr/share/locale/ho @dirrm usr/share/locale/hmn/LC_MESSAGES @dirrm usr/share/locale/hmn @dirrm usr/share/locale/hit/LC_MESSAGES @dirrm usr/share/locale/hit @dirrm usr/share/locale/him/LC_MESSAGES @dirrm usr/share/locale/him @dirrm usr/share/locale/hil/LC_MESSAGES @dirrm usr/share/locale/hil @dirrm usr/share/locale/hi/LC_MESSAGES @dirrm usr/share/locale/hi @dirrm usr/share/locale/he_IL/LC_MESSAGES @dirrm usr/share/locale/he_IL @dirrm usr/share/locale/he/LC_MESSAGES @dirrm usr/share/locale/he @dirrm usr/share/locale/haw/LC_MESSAGES @dirrm usr/share/locale/haw @dirrm usr/share/locale/hai/LC_MESSAGES @dirrm usr/share/locale/hai @dirrm usr/share/locale/ha/LC_MESSAGES @dirrm usr/share/locale/ha @dirrm usr/share/locale/gwi/LC_MESSAGES @dirrm usr/share/locale/gwi @dirrm usr/share/locale/gv/LC_MESSAGES @dirrm usr/share/locale/gv @dirrm usr/share/locale/gu/LC_MESSAGES @dirrm usr/share/locale/gu @dirrm usr/share/locale/gsw/LC_MESSAGES @dirrm usr/share/locale/gsw @dirrm usr/share/locale/grc/LC_MESSAGES @dirrm usr/share/locale/grc @dirrm usr/share/locale/grb/LC_MESSAGES @dirrm usr/share/locale/grb @dirrm usr/share/locale/got/LC_MESSAGES @dirrm usr/share/locale/got @dirrm usr/share/locale/gor/LC_MESSAGES @dirrm usr/share/locale/gor @dirrm usr/share/locale/gon/LC_MESSAGES @dirrm usr/share/locale/gon @dirrm usr/share/locale/goh/LC_MESSAGES @dirrm usr/share/locale/goh @dirrm usr/share/locale/gn/LC_MESSAGES @dirrm usr/share/locale/gn @dirrm usr/share/locale/gmh/LC_MESSAGES @dirrm usr/share/locale/gmh @dirrm usr/share/locale/gl_ES/LC_MESSAGES @dirrm usr/share/locale/gl_ES @dirrm usr/share/locale/gl/LC_TIME @dirrm usr/share/locale/gl/LC_MESSAGES @dirrm usr/share/locale/gl @dirrm usr/share/locale/gil/LC_MESSAGES @dirrm usr/share/locale/gil @dirrm usr/share/locale/gez/LC_MESSAGES @dirrm usr/share/locale/gez @dirrm usr/share/locale/gem/LC_MESSAGES @dirrm usr/share/locale/gem @dirrm usr/share/locale/gd/LC_MESSAGES @dirrm usr/share/locale/gd @dirrm usr/share/locale/gba/LC_MESSAGES @dirrm usr/share/locale/gba @dirrm usr/share/locale/gay/LC_MESSAGES @dirrm usr/share/locale/gay @dirrm usr/share/locale/gaa/LC_MESSAGES @dirrm usr/share/locale/gaa @dirrm usr/share/locale/ga/LC_TIME @dirrm usr/share/locale/ga/LC_MESSAGES @dirrm usr/share/locale/ga @dirrm usr/share/locale/fy/LC_MESSAGES @dirrm usr/share/locale/fy @dirrm usr/share/locale/fur/LC_MESSAGES @dirrm usr/share/locale/fur @dirrm usr/share/locale/frs/LC_MESSAGES @dirrm usr/share/locale/frs @dirrm usr/share/locale/frr/LC_MESSAGES @dirrm usr/share/locale/frr @dirrm usr/share/locale/fro/LC_MESSAGES @dirrm usr/share/locale/fro @dirrm usr/share/locale/frm/LC_MESSAGES @dirrm usr/share/locale/frm @dirrm usr/share/locale/fr_FR/LC_MESSAGES @dirrm usr/share/locale/fr_FR @dirrm usr/share/locale/fr_CH/LC_MESSAGES @dirrm usr/share/locale/fr_CH @dirrm usr/share/locale/fr_CA/LC_MESSAGES @dirrm usr/share/locale/fr_CA @dirrm usr/share/locale/fr_BE/LC_MESSAGES @dirrm usr/share/locale/fr_BE @dirrm usr/share/locale/fr/LC_TIME @dirrm usr/share/locale/fr/LC_MESSAGES @dirrm usr/share/locale/fr @dirrm usr/share/locale/fon/LC_MESSAGES @dirrm usr/share/locale/fon @dirrm usr/share/locale/fo/LC_MESSAGES @dirrm usr/share/locale/fo @dirrm usr/share/locale/fj/LC_MESSAGES @dirrm usr/share/locale/fj @dirrm usr/share/locale/fiu/LC_MESSAGES @dirrm usr/share/locale/fiu @dirrm usr/share/locale/fil/LC_MESSAGES @dirrm usr/share/locale/fil @dirrm usr/share/locale/fi_FI/LC_MESSAGES @dirrm usr/share/locale/fi_FI @dirrm usr/share/locale/fi/LC_TIME @dirrm usr/share/locale/fi/LC_MESSAGES @dirrm usr/share/locale/fi @dirrm usr/share/locale/ff/LC_MESSAGES @dirrm usr/share/locale/ff @dirrm usr/share/locale/fat/LC_MESSAGES @dirrm usr/share/locale/fat @dirrm usr/share/locale/fan/LC_MESSAGES @dirrm usr/share/locale/fan @dirrm usr/share/locale/fa_IR/LC_MESSAGES @dirrm usr/share/locale/fa_IR @dirrm usr/share/locale/fa/LC_MESSAGES @dirrm usr/share/locale/fa @dirrm usr/share/locale/ewo/LC_MESSAGES @dirrm usr/share/locale/ewo @dirrm usr/share/locale/eu_ES/LC_MESSAGES @dirrm usr/share/locale/eu_ES @dirrm usr/share/locale/eu/LC_TIME @dirrm usr/share/locale/eu/LC_MESSAGES @dirrm usr/share/locale/eu @dirrm usr/share/locale/et_EE/LC_MESSAGES @dirrm usr/share/locale/et_EE @dirrm usr/share/locale/et/LC_TIME @dirrm usr/share/locale/et/LC_MESSAGES @dirrm usr/share/locale/et @dirrm usr/share/locale/es_VE/LC_MESSAGES @dirrm usr/share/locale/es_VE @dirrm usr/share/locale/es_UY/LC_MESSAGES @dirrm usr/share/locale/es_UY @dirrm usr/share/locale/es_SV/LC_MESSAGES @dirrm usr/share/locale/es_SV @dirrm usr/share/locale/es_PR/LC_MESSAGES @dirrm usr/share/locale/es_PR @dirrm usr/share/locale/es_PE/LC_MESSAGES @dirrm usr/share/locale/es_PE @dirrm usr/share/locale/es_PA/LC_MESSAGES @dirrm usr/share/locale/es_PA @dirrm usr/share/locale/es_NI/LC_MESSAGES @dirrm usr/share/locale/es_NI @dirrm usr/share/locale/es_MX/LC_MESSAGES @dirrm usr/share/locale/es_MX @dirrm usr/share/locale/es_HN/LC_MESSAGES @dirrm usr/share/locale/es_HN @dirrm usr/share/locale/es_GT/LC_MESSAGES @dirrm usr/share/locale/es_GT @dirrm usr/share/locale/es_ES/LC_MESSAGES @dirrm usr/share/locale/es_ES @dirrm usr/share/locale/es_EC/LC_MESSAGES @dirrm usr/share/locale/es_EC @dirrm usr/share/locale/es_DO/LC_MESSAGES @dirrm usr/share/locale/es_DO @dirrm usr/share/locale/es_CR/LC_MESSAGES @dirrm usr/share/locale/es_CR @dirrm usr/share/locale/es_CO/LC_MESSAGES @dirrm usr/share/locale/es_CO @dirrm usr/share/locale/es_CL/LC_MESSAGES @dirrm usr/share/locale/es_CL @dirrm usr/share/locale/es_AR/LC_MESSAGES @dirrm usr/share/locale/es_AR @dirrm usr/share/locale/es/LC_TIME @dirrm usr/share/locale/es/LC_MESSAGES @dirrm usr/share/locale/es @dirrm usr/share/locale/eo/LC_MESSAGES @dirrm usr/share/locale/eo @dirrm usr/share/locale/enm/LC_MESSAGES @dirrm usr/share/locale/enm @dirrm usr/share/locale/en_US/LC_MESSAGES @dirrm usr/share/locale/en_US @dirrm usr/share/locale/en_NZ/LC_MESSAGES @dirrm usr/share/locale/en_NZ @dirrm usr/share/locale/en_GB/LC_MESSAGES @dirrm usr/share/locale/en_GB @dirrm usr/share/locale/en_CA/LC_MESSAGES @dirrm usr/share/locale/en_CA @dirrm usr/share/locale/en_AU/LC_MESSAGES @dirrm usr/share/locale/en_AU @dirrm usr/share/locale/en@shaw/LC_MESSAGES @dirrm usr/share/locale/en@shaw @dirrm usr/share/locale/en@quot/LC_MESSAGES @dirrm usr/share/locale/en@quot @dirrm usr/share/locale/en@boldquot/LC_MESSAGES @dirrm usr/share/locale/en@boldquot @dirrm usr/share/locale/en/LC_TIME @dirrm usr/share/locale/en/LC_MESSAGES @dirrm usr/share/locale/en @dirrm usr/share/locale/elx/LC_MESSAGES @dirrm usr/share/locale/elx @dirrm usr/share/locale/el_GR/LC_MESSAGES @dirrm usr/share/locale/el_GR @dirrm usr/share/locale/el/LC_TIME @dirrm usr/share/locale/el/LC_MESSAGES @dirrm usr/share/locale/el @dirrm usr/share/locale/eka/LC_MESSAGES @dirrm usr/share/locale/eka @dirrm usr/share/locale/egy/LC_MESSAGES @dirrm usr/share/locale/egy @dirrm usr/share/locale/efi/LC_MESSAGES @dirrm usr/share/locale/efi @dirrm usr/share/locale/ee/LC_MESSAGES @dirrm usr/share/locale/ee @dirrm usr/share/locale/dz/LC_MESSAGES @dirrm usr/share/locale/dz @dirrm usr/share/locale/dyu/LC_MESSAGES @dirrm usr/share/locale/dyu @dirrm usr/share/locale/dv/LC_MESSAGES @dirrm usr/share/locale/dv @dirrm usr/share/locale/dum/LC_MESSAGES @dirrm usr/share/locale/dum @dirrm usr/share/locale/dua/LC_MESSAGES @dirrm usr/share/locale/dua @dirrm usr/share/locale/dsb/LC_MESSAGES @dirrm usr/share/locale/dsb @dirrm usr/share/locale/dra/LC_MESSAGES @dirrm usr/share/locale/dra @dirrm usr/share/locale/doi/LC_MESSAGES @dirrm usr/share/locale/doi @dirrm usr/share/locale/din/LC_MESSAGES @dirrm usr/share/locale/din @dirrm usr/share/locale/dgr/LC_MESSAGES @dirrm usr/share/locale/dgr @dirrm usr/share/locale/den/LC_MESSAGES @dirrm usr/share/locale/den @dirrm usr/share/locale/del/LC_MESSAGES @dirrm usr/share/locale/del @dirrm usr/share/locale/default/LC_MESSAGES @dirrm usr/share/locale/default @dirrm usr/share/locale/de_DE/LC_MESSAGES @dirrm usr/share/locale/de_DE @dirrm usr/share/locale/de_CH/LC_MESSAGES @dirrm usr/share/locale/de_CH @dirrm usr/share/locale/de_AT/LC_MESSAGES @dirrm usr/share/locale/de_AT @dirrm usr/share/locale/de/LC_TIME @dirrm usr/share/locale/de/LC_MESSAGES @dirrm usr/share/locale/de @dirrm usr/share/locale/day/LC_MESSAGES @dirrm usr/share/locale/day @dirrm usr/share/locale/dar/LC_MESSAGES @dirrm usr/share/locale/dar @dirrm usr/share/locale/dak/LC_MESSAGES @dirrm usr/share/locale/dak @dirrm usr/share/locale/da/LC_TIME @dirrm usr/share/locale/da/LC_MESSAGES @dirrm usr/share/locale/da @dirrm usr/share/locale/cy/LC_MESSAGES @dirrm usr/share/locale/cy @dirrm usr/share/locale/cv/LC_MESSAGES @dirrm usr/share/locale/cv @dirrm usr/share/locale/cus/LC_MESSAGES @dirrm usr/share/locale/cus @dirrm usr/share/locale/cu/LC_MESSAGES @dirrm usr/share/locale/cu @dirrm usr/share/locale/csb/LC_MESSAGES @dirrm usr/share/locale/csb @dirrm usr/share/locale/cs_CZ/LC_MESSAGES @dirrm usr/share/locale/cs_CZ @dirrm usr/share/locale/cs/LC_TIME @dirrm usr/share/locale/cs/LC_MESSAGES @dirrm usr/share/locale/cs @dirrm usr/share/locale/crp/LC_MESSAGES @dirrm usr/share/locale/crp @dirrm usr/share/locale/crh/LC_MESSAGES @dirrm usr/share/locale/crh @dirrm usr/share/locale/cr/LC_MESSAGES @dirrm usr/share/locale/cr @dirrm usr/share/locale/cpp/LC_MESSAGES @dirrm usr/share/locale/cpp @dirrm usr/share/locale/cpf/LC_MESSAGES @dirrm usr/share/locale/cpf @dirrm usr/share/locale/cpe/LC_MESSAGES @dirrm usr/share/locale/cpe @dirrm usr/share/locale/cop/LC_MESSAGES @dirrm usr/share/locale/cop @dirrm usr/share/locale/co/LC_MESSAGES @dirrm usr/share/locale/co @dirrm usr/share/locale/cmc/LC_MESSAGES @dirrm usr/share/locale/cmc @dirrm usr/share/locale/chy/LC_MESSAGES @dirrm usr/share/locale/chy @dirrm usr/share/locale/chr/LC_MESSAGES @dirrm usr/share/locale/chr @dirrm usr/share/locale/chp/LC_MESSAGES @dirrm usr/share/locale/chp @dirrm usr/share/locale/cho/LC_MESSAGES @dirrm usr/share/locale/cho @dirrm usr/share/locale/chn/LC_MESSAGES @dirrm usr/share/locale/chn @dirrm usr/share/locale/chm/LC_MESSAGES @dirrm usr/share/locale/chm @dirrm usr/share/locale/chk/LC_MESSAGES @dirrm usr/share/locale/chk @dirrm usr/share/locale/chg/LC_MESSAGES @dirrm usr/share/locale/chg @dirrm usr/share/locale/chb/LC_MESSAGES @dirrm usr/share/locale/chb @dirrm usr/share/locale/ch/LC_MESSAGES @dirrm usr/share/locale/ch @dirrm usr/share/locale/cel/LC_MESSAGES @dirrm usr/share/locale/cel @dirrm usr/share/locale/ceb/LC_MESSAGES @dirrm usr/share/locale/ceb @dirrm usr/share/locale/ce/LC_MESSAGES @dirrm usr/share/locale/ce @dirrm usr/share/locale/cau/LC_MESSAGES @dirrm usr/share/locale/cau @dirrm usr/share/locale/car/LC_MESSAGES @dirrm usr/share/locale/car @dirrm usr/share/locale/cai/LC_MESSAGES @dirrm usr/share/locale/cai @dirrm usr/share/locale/cad/LC_MESSAGES @dirrm usr/share/locale/cad @dirrm usr/share/locale/ca_ES@valencian/LC_MESSAGES @dirrm usr/share/locale/ca_ES@valencian @dirrm usr/share/locale/ca_ES/LC_MESSAGES @dirrm usr/share/locale/ca_ES @dirrm usr/share/locale/ca@valencia/LC_MESSAGES @dirrm usr/share/locale/ca@valencia @dirrm usr/share/locale/ca/LC_TIME @dirrm usr/share/locale/ca/LC_MESSAGES @dirrm usr/share/locale/ca @dirrm usr/share/locale/byn/LC_MESSAGES @dirrm usr/share/locale/byn @dirrm usr/share/locale/bug/LC_MESSAGES @dirrm usr/share/locale/bug @dirrm usr/share/locale/bua/LC_MESSAGES @dirrm usr/share/locale/bua @dirrm usr/share/locale/btk/LC_MESSAGES @dirrm usr/share/locale/btk @dirrm usr/share/locale/bs/LC_MESSAGES @dirrm usr/share/locale/bs @dirrm usr/share/locale/bra/LC_MESSAGES @dirrm usr/share/locale/bra @dirrm usr/share/locale/br/LC_MESSAGES @dirrm usr/share/locale/br @dirrm usr/share/locale/bo/LC_MESSAGES @dirrm usr/share/locale/bo @dirrm usr/share/locale/bnt/LC_MESSAGES @dirrm usr/share/locale/bnt @dirrm usr/share/locale/bn_IN/LC_MESSAGES @dirrm usr/share/locale/bn_IN @dirrm usr/share/locale/bn/LC_MESSAGES @dirrm usr/share/locale/bn @dirrm usr/share/locale/bm/LC_MESSAGES @dirrm usr/share/locale/bm @dirrm usr/share/locale/bla/LC_MESSAGES @dirrm usr/share/locale/bla @dirrm usr/share/locale/bin/LC_MESSAGES @dirrm usr/share/locale/bin @dirrm usr/share/locale/bik/LC_MESSAGES @dirrm usr/share/locale/bik @dirrm usr/share/locale/bi/LC_MESSAGES @dirrm usr/share/locale/bi @dirrm usr/share/locale/bho/LC_MESSAGES @dirrm usr/share/locale/bho @dirrm usr/share/locale/bh/LC_MESSAGES @dirrm usr/share/locale/bh @dirrm usr/share/locale/bg_BG/LC_MESSAGES @dirrm usr/share/locale/bg_BG @dirrm usr/share/locale/bg/LC_TIME @dirrm usr/share/locale/bg/LC_MESSAGES @dirrm usr/share/locale/bg @dirrm usr/share/locale/ber/LC_MESSAGES @dirrm usr/share/locale/ber @dirrm usr/share/locale/bem/LC_MESSAGES @dirrm usr/share/locale/bem @dirrm usr/share/locale/bej/LC_MESSAGES @dirrm usr/share/locale/bej @dirrm usr/share/locale/be@latin/LC_MESSAGES @dirrm usr/share/locale/be@latin @dirrm usr/share/locale/be/LC_TIME @dirrm usr/share/locale/be/LC_MESSAGES @dirrm usr/share/locale/be @dirrm usr/share/locale/bat/LC_MESSAGES @dirrm usr/share/locale/bat @dirrm usr/share/locale/bas/LC_MESSAGES @dirrm usr/share/locale/bas @dirrm usr/share/locale/ban/LC_MESSAGES @dirrm usr/share/locale/ban @dirrm usr/share/locale/bal/LC_MESSAGES @dirrm usr/share/locale/bal @dirrm usr/share/locale/bai/LC_MESSAGES @dirrm usr/share/locale/bai @dirrm usr/share/locale/bad/LC_MESSAGES @dirrm usr/share/locale/bad @dirrm usr/share/locale/ba/LC_MESSAGES @dirrm usr/share/locale/ba @dirrm usr/share/locale/az_IR/LC_MESSAGES @dirrm usr/share/locale/az_IR @dirrm usr/share/locale/az/LC_MESSAGES @dirrm usr/share/locale/az @dirrm usr/share/locale/ay/LC_MESSAGES @dirrm usr/share/locale/ay @dirrm usr/share/locale/awa/LC_MESSAGES @dirrm usr/share/locale/awa @dirrm usr/share/locale/av/LC_MESSAGES @dirrm usr/share/locale/av @dirrm usr/share/locale/aus/LC_MESSAGES @dirrm usr/share/locale/aus @dirrm usr/share/locale/ath/LC_MESSAGES @dirrm usr/share/locale/ath @dirrm usr/share/locale/ast_ES/LC_MESSAGES @dirrm usr/share/locale/ast_ES @dirrm usr/share/locale/ast/LC_MESSAGES @dirrm usr/share/locale/ast @dirrm usr/share/locale/as/LC_MESSAGES @dirrm usr/share/locale/as @dirrm usr/share/locale/arw/LC_MESSAGES @dirrm usr/share/locale/arw @dirrm usr/share/locale/art/LC_MESSAGES @dirrm usr/share/locale/art @dirrm usr/share/locale/arp/LC_MESSAGES @dirrm usr/share/locale/arp @dirrm usr/share/locale/arn/LC_MESSAGES @dirrm usr/share/locale/arn @dirrm usr/share/locale/arc/LC_MESSAGES @dirrm usr/share/locale/arc @dirrm usr/share/locale/ar/LC_MESSAGES @dirrm usr/share/locale/ar @dirrm usr/share/locale/apa/LC_MESSAGES @dirrm usr/share/locale/apa @dirrm usr/share/locale/anp/LC_MESSAGES @dirrm usr/share/locale/anp @dirrm usr/share/locale/ang/LC_MESSAGES @dirrm usr/share/locale/ang @dirrm usr/share/locale/an/LC_MESSAGES @dirrm usr/share/locale/an @dirrm usr/share/locale/am_ET/LC_MESSAGES @dirrm usr/share/locale/am_ET @dirrm usr/share/locale/am/LC_MESSAGES @dirrm usr/share/locale/am @dirrm usr/share/locale/alt/LC_MESSAGES @dirrm usr/share/locale/alt @dirrm usr/share/locale/alg/LC_MESSAGES @dirrm usr/share/locale/alg @dirrm usr/share/locale/ale/LC_MESSAGES @dirrm usr/share/locale/ale @dirrm usr/share/locale/akk/LC_MESSAGES @dirrm usr/share/locale/akk @dirrm usr/share/locale/ak/LC_MESSAGES @dirrm usr/share/locale/ak @dirrm usr/share/locale/ain/LC_MESSAGES @dirrm usr/share/locale/ain @dirrm usr/share/locale/afh/LC_MESSAGES @dirrm usr/share/locale/afh @dirrm usr/share/locale/afa/LC_MESSAGES @dirrm usr/share/locale/afa @dirrm usr/share/locale/af_ZA/LC_MESSAGES @dirrm usr/share/locale/af_ZA @dirrm usr/share/locale/af/LC_TIME @dirrm usr/share/locale/af/LC_MESSAGES @dirrm usr/share/locale/af @dirrm usr/share/locale/ae/LC_MESSAGES @dirrm usr/share/locale/ae @dirrm usr/share/locale/ady/LC_MESSAGES @dirrm usr/share/locale/ady @dirrm usr/share/locale/ada/LC_MESSAGES @dirrm usr/share/locale/ada @dirrm usr/share/locale/ach/LC_MESSAGES @dirrm usr/share/locale/ach @dirrm usr/share/locale/ace/LC_MESSAGES @dirrm usr/share/locale/ace @dirrm usr/share/locale/ab/LC_MESSAGES @dirrm usr/share/locale/ab @dirrm usr/share/locale/aa/LC_MESSAGES @dirrm usr/share/locale/aa @dirrm usr/share/locale @dirrm usr/share/keyutils @dirrm usr/share/info @dirrm usr/share/idl @dirrm usr/share/icons @dirrm usr/share/i18n/locales @dirrm usr/share/i18n/charmaps @dirrm usr/share/i18n @dirrm usr/share/gnome @dirrm usr/share/ghostscript/conf.d @dirrm usr/share/ghostscript +@dirrm usr/share/glib-2.0/schemas +@dirrm usr/share/glib-2.0 @dirrm usr/share/games @dirrm usr/share/empty @dirrm usr/share/emacs/site-lisp @dirrm usr/share/emacs @dirrm usr/share/doc/zlib-1.2.3 +@dirrm usr/share/doc/which-2.19 +@dirrm usr/share/doc/util-linux-ng-2.17.2 @dirrm usr/share/doc/slang-2.2.1 @dirrm usr/share/doc/setup-2.8.14 @dirrm usr/share/doc/setserial-2.17 +@dirrm usr/share/doc/sed-4.2.1 @dirrm usr/share/doc/readline-6.0 @dirrm usr/share/doc/popt-1.13 @dirrm usr/share/doc/pcre-7.8 @dirrm usr/share/doc/ncurses-5.7 @dirrm usr/share/doc/libidn-1.18 @dirrm usr/share/doc/libgcc-4.4.7 +@dirrm usr/share/doc/libcom_err-1.41.12 @dirrm usr/share/doc/libcap-2.16 +@dirrm usr/share/doc/less-436 @dirrm usr/share/doc/krb5-libs-1.10.3 @dirrm usr/share/doc/keyutils-1.4 +@dirrm usr/share/doc/keyutils-libs-1.4 @dirrm usr/share/doc/info-4.13a @dirrm usr/share/doc/grep-2.6.3 @dirrm usr/share/doc/glibc-common-2.12 @dirrm usr/share/doc/glibc-2.12 -@dirrm usr/share/doc/glib2-2.22.5 +@dirrm usr/share/doc/glib2-2.26.1 @dirrm usr/share/doc/gdbm-1.8.0 +@dirrm usr/share/doc/gamin-0.1.10 @dirrm usr/share/doc/freetype-2.3.11 +@dirrm usr/share/doc/findutils-4.4.2 @dirrm usr/share/doc/elfutils-0.152 @dirrm usr/share/doc/e2fsprogs-libs-1.41.12 @dirrm usr/share/doc/e2fsprogs-1.41.12 @dirrm usr/share/doc/db4-4.7.25 @dirrm usr/share/doc/coreutils-8.4/textutils @dirrm usr/share/doc/coreutils-8.4/sh-utils @dirrm usr/share/doc/coreutils-8.4/fileutils @dirrm usr/share/doc/coreutils-8.4 @dirrm usr/share/doc/compat-db43-4.3.29/db-4.3.29 @dirrm usr/share/doc/compat-db43-4.3.29 @dirrm usr/share/doc/centos-release-6 @dirrm usr/share/doc/bzip2-1.0.5 @dirrm usr/share/doc/bash-4.1.2 @dirrm usr/share/doc @dirrm usr/share/dict @dirrm usr/share/desktop-directories @dirrm usr/share/backgrounds @dirrm usr/share/augeas/lenses @dirrm usr/share/augeas @dirrm usr/share/applications @dirrm usr/share/X11 @dirrm usr/share @dirrm usr/sbin @dirrm usr/libexec/getconf @dirrm usr/libexec @dirrm usr/lib/tls @dirrm usr/lib/sse2 @dirrm usr/lib/pm-utils/sleep.d @dirrm usr/lib/pm-utils/power.d @dirrm usr/lib/pm-utils/module.d @dirrm usr/lib/pm-utils +@dirrm usr/lib/lsb @dirrm usr/lib/locale @dirrm usr/lib/krb5/plugins/preauth @dirrm usr/lib/krb5/plugins/libkrb5 @dirrm usr/lib/krb5/plugins/kdb @dirrm usr/lib/krb5/plugins/authdata @dirrm usr/lib/krb5/plugins @dirrm usr/lib/krb5 @dirrm usr/lib/gio/modules @dirrm usr/lib/gio @dirrm usr/lib/gconv @dirrm usr/lib/games @dirrm usr/lib/db4.3.29 @dirrm usr/lib/X11 @dirrm usr/lib @dirrm usr/include/db4.3.29 @dirrm usr/include @dirrm usr/games @dirrm usr/etc @dirrm usr/bin @dirrm usr/X11R6/share @dirrm usr/X11R6/man @dirrm usr/X11R6/lib/tls @dirrm usr/X11R6/lib @dirrm usr/X11R6/include @dirrm usr/X11R6/bin @dirrm usr/X11R6 @dirrm usr @dirrm sbin @dirrm sys @dirrm srv @dirrm selinux @dirrm proc @dirrm opt @dirrm mnt @dirrm lib/tls @dirrm lib/security @dirrm lib/rtkaio/i686/nosegneg @dirrm lib/rtkaio/i686 @dirrm lib/rtkaio @dirrm lib/modules +@dirrm lib/lsb @dirrm lib/i686/nosegneg @dirrm lib/i686 @dirrm lib @dirrm etc/yum.repos.d +@dirrm etc/request-key.d @dirrm etc/xinetd.d @dirrm etc/xdg/autostart @dirrm etc/xdg +@dirrm etc/udev/rules.d +@dirrm etc/udev @dirrm etc/sysconfig @dirrm etc/skel +@dirrm etc/redhat-lsb @dirrm etc/rpm @dirrm etc/pam.d @dirrm etc/profile.d @dirrm etc/popt.d @dirrm etc/pm/sleep.d @dirrm etc/pm/power.d @dirrm etc/pm/config.d @dirrm etc/pm @dirrm etc/pki/rpm-gpg @dirrm etc/pki @dirrm etc/opt +@dirrm etc/lsb-release.d @dirrm etc/ld.so.conf.d +@dirrm etc/bash_completion.d @dirrm etc/default @dirrm etc/X11/fontpath.d @dirrm etc/X11/applnk @dirrm etc/X11 @dirrm etc Index: head/emulators/linux_base-f10/Makefile =================================================================== --- head/emulators/linux_base-f10/Makefile (revision 368844) +++ head/emulators/linux_base-f10/Makefile (revision 368845) @@ -1,216 +1,218 @@ # Created by: bsam # $FreeBSD$ PORTNAME= f10 PORTVERSION= 10 PORTREVISION= 7 CATEGORIES= emulators linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${PORTVERSION} PKGNAMEPREFIX= linux_base- DISTFILES= ${BIN_DISTFILES} ${SRC_DISTFILES} DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/fedora/${PORTVERSION} EXTRACT_ONLY= ${BIN_DISTFILES} MAINTAINER= emulation@FreeBSD.org COMMENT= Base set of packages needed in Linux mode for i386/amd64 (Linux Fedora 10) BIN_DISTFILES= basesystem-10.0-1.noarch.rpm \ bash-3.2-30.fc10.${LINUX_RPM_ARCH}.rpm \ bzip2-1.0.5-3.fc10.${LINUX_RPM_ARCH}.rpm \ bzip2-libs-1.0.5-3.fc10.${LINUX_RPM_ARCH}.rpm \ compat-db-4.6.21-5.fc10.${LINUX_RPM_ARCH}.rpm \ compat-libstdc++-296-2.96-141.${LINUX_RPM_ARCH}.rpm \ compat-libstdc++-33-3.2.3-64.${LINUX_RPM_ARCH}.rpm \ coreutils-6.12-20.fc10.${LINUX_RPM_ARCH}.rpm \ db4-4.7.25-7.fc10.${LINUX_RPM_ARCH}.rpm \ e2fsprogs-1.41.4-6.fc10.${LINUX_RPM_ARCH}.rpm \ e2fsprogs-libs-1.41.4-6.fc10.${LINUX_RPM_ARCH}.rpm \ elfutils-0.142-1.fc10.${LINUX_RPM_ARCH}.rpm \ fedora-release-10-1.noarch.rpm \ filesystem-2.4.19-1.fc10.${LINUX_RPM_ARCH}.rpm \ freetype-2.3.7-3.fc10.${LINUX_RPM_ARCH}.rpm \ gamin-0.1.9-6.fc10.${LINUX_RPM_ARCH}.rpm \ gdbm-1.8.0-29.fc10.${LINUX_RPM_ARCH}.rpm \ glib-1.2.10-32.fc10.${LINUX_RPM_ARCH}.rpm \ glib2-2.18.4-2.fc10.${LINUX_RPM_ARCH}.rpm \ glibc-2.9-3.${LINUX_RPM_ARCH}.rpm \ glibc-common-2.9-3.${LINUX_RPM_ARCH}.rpm \ grep-2.5.1a-61.fc10.${LINUX_RPM_ARCH}.rpm \ info-4.12-4.fc10.${LINUX_RPM_ARCH}.rpm \ keyutils-libs-1.2-3.fc9.${LINUX_RPM_ARCH}.rpm \ krb5-libs-1.6.3-18.fc10.${LINUX_RPM_ARCH}.rpm \ libacl-2.2.47-3.fc10.${LINUX_RPM_ARCH}.rpm \ libattr-2.4.43-2.fc10.${LINUX_RPM_ARCH}.rpm \ libcap-2.10-2.fc10.${LINUX_RPM_ARCH}.rpm \ libgcc-4.3.2-7.${LINUX_RPM_ARCH}.rpm \ libidn-0.6.14-8.${LINUX_RPM_ARCH}.rpm \ libselinux-2.0.78-1.fc10.${LINUX_RPM_ARCH}.rpm \ libsepol-2.0.33-1.fc10.${LINUX_RPM_ARCH}.rpm \ libstdc++-4.3.2-7.${LINUX_RPM_ARCH}.rpm \ ncurses-5.6-20.20080927.fc10.${LINUX_RPM_ARCH}.rpm \ ncurses-libs-5.6-20.20080927.fc10.${LINUX_RPM_ARCH}.rpm \ pcre-7.8-1.fc10.${LINUX_RPM_ARCH}.rpm \ popt-1.13-4.fc10.${LINUX_RPM_ARCH}.rpm \ readline-5.2-13.fc9.${LINUX_RPM_ARCH}.rpm \ setserial-2.17-22.fc9.${LINUX_RPM_ARCH}.rpm \ setup-2.7.4-4.fc10.noarch.rpm \ slang-2.1.4-1.fc10.${LINUX_RPM_ARCH}.rpm \ zlib-1.2.3-18.fc9.${LINUX_RPM_ARCH}.rpm .if defined(PACKAGE_BUILDING) - -MASTER_SITES+= FEDORA_LINUX +MASTER_SITES+= FEDORA_LINUX MASTER_SITE_SUBDIR+= ../updates/${PORTVERSION}/SRPMS \ ../releases/${PORTVERSION}/Everything/source/SRPMS/ SRC_DISTFILES+= acl-2.2.47-3.fc10.src.rpm \ attr-2.4.43-1.fc10.src.rpm \ basesystem-10.0-1.src.rpm \ bash-3.2-29.fc10.src.rpm \ bzip2-1.0.5-3.fc10.src.rpm \ compat-db-4.6.21-5.fc10.src.rpm \ coreutils-6.12-17.fc10.src.rpm \ db4-4.7.25-5.fc10.src.rpm \ e2fsprogs-1.41.4-6.fc10.src.rpm \ elfutils-0.142-1.fc10.src.rpm \ fedora-release-10-1.src.rpm \ filesystem-2.4.19-1.fc10.src.rpm \ freetype-2.3.7-1.fc10.src.rpm \ - gamin-0.1.9-6.fc10.src.rpm \ gcc-4.3.2-7.src.rpm \ gdbm-1.8.0-29.fc10.src.rpm \ glib-1.2.10-32.fc10.src.rpm \ glib2-2.18.2-3.fc10.src.rpm \ glibc-2.9-2.src.rpm \ grep-2.5.1a-61.fc10.src.rpm \ keyutils-1.2-3.fc9.src.rpm \ krb5-1.6.3-16.fc10.src.rpm \ libcap-2.10-2.fc10.src.rpm \ libidn-0.6.14-8.src.rpm \ libselinux-2.0.73-1.fc10.src.rpm \ libsepol-2.0.33-1.fc10.src.rpm \ ncurses-5.6-20.20080927.fc10.src.rpm \ pcre-7.8-1.fc10.src.rpm \ readline-5.2-13.fc9.src.rpm \ setserial-2.17-22.fc9.src.rpm \ setup-2.7.4-1.fc10.src.rpm \ slang-2.1.4-1.fc10.src.rpm \ texinfo-4.12-4.fc10.src.rpm \ zlib-1.2.3-18.fc9.src.rpm ALWAYS_KEEP_DISTFILES= yes .endif CONFLICTS= linux_base-gentoo* linux_base-fc4-[0-9]* linux_base-fc6-[0-9]* \ linux_base-f7-[0-9]* linux_base-f8-[0-9]* linux_base-f9-[0-9]* \ linux_base-c* linux-glib2-* ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i386 USE_LINUX_PREFIX= yes NO_WRKSUBDIR= yes DISTINFO_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} PLIST_SUB= GLIBCVER="2.9" EXTRACT_ONLY= ${BIN_DISTFILES} .include .if !defined(PACKAGE_BUILDING) || (defined(PACKAGE_BUILDING) && !defined(LINUX_OSRELEASE) ) LINUX_OSRELEASE!= ${ECHO_CMD} `${SYSCTL} -n compat.linux.osrelease 2>/dev/null` .endif .if ${LINUX_OSRELEASE}x == "x" IGNORE= linuxulator is not (kld)loaded .endif REMOVE_DIRS= boot dev etc/fonts home initrd media root tmp var/log var/run var/tmp \ usr/local usr/tmp REMOVE_FILES= bin/df bin/su etc/exports etc/group etc/localtime \ etc/motd etc/passwd etc/printcap etc/services \ etc/protocols # These are shared directories that some linux packages (e.g. linux-f10-gtk2) # use but aren't in any of the distfiles above. ADD_DIRS= usr/X11R6/share usr/X11R6/man usr/X11R6/lib/tls \ usr/X11R6/include usr/X11R6/bin \ usr/share/locale/ca@valencia/LC_MESSAGES \ usr/share/locale/sr@Latn/LC_MESSAGES \ usr/share/locale/uz@cyrillic/LC_MESSAGES ADD_FILES= #empty .if (${MACHINE_ARCH} == "amd64") FALLBACK_ELF_MIB= kern.elf32.fallback_brand .else FALLBACK_ELF_MIB= kern.fallback_elf_brand .endif .if (${ARCH} == "amd64") LATEST_LINK:= ${PKGBASE:C/linux/linux32/} ARCH= i386 .endif do-build: @for D in ${REMOVE_DIRS}; do \ ${RM} -rf ${WRKSRC}/$$D; \ done @for F in ${REMOVE_FILES}; do \ ${RM} -f ${WRKSRC}/$$F; \ done @for F in ${ADD_DIRS}; do \ ${MKDIR} ${WRKSRC}/$$F; \ done @for F in ${ADD_FILES}; do \ ${TOUCH} ${WRKSRC}/$$F; \ done # # Create a good ld.so.conf and touch ld.so.cache # @${ECHO_CMD} -e '/lib\n/usr/lib\n${X11BASE}/lib' >> \ ${WRKSRC}/etc/ld.so.conf @${TOUCH} ${WRKSRC}/etc/ld.so.cache # # Create yp.conf as a hint to NIS users and make sure there's a # mtab in etc, albeit an empty one. This is needed in a couple of # cases. Most notably staroffice6. If yp.conf exists install only # yp.conf.sample # @${INSTALL} ${COPY} -m 644 ${FILESDIR}/yp.conf.sample ${WRKSRC}/etc @${TOUCH} ${WRKSRC}/etc/mtab # # If ${PREFIX}/etc/nsswitch.conf exists, don't touch it, # install only ${PREFIX}/etc/nsswitch.conf.dist # @${MV} ${WRKSRC}/etc/nsswitch.conf ${WRKSRC}/etc/nsswitch.conf.dist @${MV} ${WRKSRC}/etc/krb5.conf ${WRKSRC}/etc/krb5.conf.dist # Fix usr/bin/*db4* permissions to allow "portupgrade -s" # @${CHMOD} u+w ${WRKSRC}/usr/bin/*db4* @${FIND} ${WRKSRC}/bin ${WRKSRC}/sbin/ ${WRKSRC}/usr/bin \ ${WRKSRC}/usr/sbin -type f -print0 | ${XARGS} -0 ${FILE} \ | ${GREP} ELF | ${CUT} -d : -f 1 \ | ${XARGS} ${BRANDELF} -t Linux @${BRANDELF} -t Linux ${WRKSRC}/lib/ld-2.9.so # Restore the status quo for usr/bin/*db4* files # @${CHMOD} u-w ${WRKSRC}/usr/bin/*db4* + +# Install locales + @${MV} ${WRKSRC}/usr/lib/locale/locale-archive.tmpl \ + ${WRKSRC}/usr/lib/locale/locale-archive do-install: # # Do install without using linux rpm system # @cd ${WRKSRC} && ${FIND} * ! -path "stage*" -type d -exec ${MKDIR} "${STAGEDIR}${PREFIX}/{}" \; @cd ${WRKSRC} && ${FIND} * ! -path "stage/*" ! -type d \ | ${CPIO} -pm -R root:wheel ${STAGEDIR}${PREFIX} @${LN} -sf /var/tmp ${STAGEDIR}${PREFIX}/usr/tmp @${LN} -sf ../usr/bin/[ ${STAGEDIR}${PREFIX}/bin/[ @${LN} -sf ../usr/bin/expr ${STAGEDIR}${PREFIX}/bin/expr @${LN} -sf ../usr/bin/test ${STAGEDIR}${PREFIX}/bin/test @${LN} -sf ../usr/bin/uuidgen ${STAGEDIR}${PREFIX}/bin/uuidgen @${CHMOD} 755 ${STAGEDIR}${PREFIX}/var/lock ${STAGEDIR}${PREFIX}/var/spool/mail # # Let some linux applications (e.g. print/acroread8) print with default settings # @${INSTALL_SCRIPT} ${FILESDIR}/lp ${STAGEDIR}${PREFIX}/usr/bin .include Index: head/emulators/linux_base-f10/distinfo.i386 =================================================================== --- head/emulators/linux_base-f10/distinfo.i386 (revision 368844) +++ head/emulators/linux_base-f10/distinfo.i386 (revision 368845) @@ -1,152 +1,152 @@ SHA256 (rpm/i386/fedora/10/basesystem-10.0-1.noarch.rpm) = 16ad30fc4e4efbb61c62dc2c6ec55d66273a51579421b3a7e12114f9e5313b05 SIZE (rpm/i386/fedora/10/basesystem-10.0-1.noarch.rpm) = 2915 SHA256 (rpm/i386/fedora/10/bash-3.2-30.fc10.i386.rpm) = 83e29d12db4274568b612d61945669cf520222b20ca4dcfba995ccdda48d3afb SIZE (rpm/i386/fedora/10/bash-3.2-30.fc10.i386.rpm) = 1887256 SHA256 (rpm/i386/fedora/10/bzip2-1.0.5-3.fc10.i386.rpm) = 2b70c36689f5bff15309c360f479f67bdcb5defcb1bbd7d24505bbb53b7a5360 SIZE (rpm/i386/fedora/10/bzip2-1.0.5-3.fc10.i386.rpm) = 50129 SHA256 (rpm/i386/fedora/10/bzip2-libs-1.0.5-3.fc10.i386.rpm) = 6c2ff130e5114c5d7cf5e0d5a30c7cd10c92e2602c1a4c12bc94f3f53ab47998 SIZE (rpm/i386/fedora/10/bzip2-libs-1.0.5-3.fc10.i386.rpm) = 39174 SHA256 (rpm/i386/fedora/10/compat-db-4.6.21-5.fc10.i386.rpm) = bead077a94f027f3cc1c115c9ea8602f5807c1e23242b355befdbb1149ad2168 SIZE (rpm/i386/fedora/10/compat-db-4.6.21-5.fc10.i386.rpm) = 10267 SHA256 (rpm/i386/fedora/10/compat-libstdc++-296-2.96-141.i386.rpm) = 6b2f4f05f9375cb44519e1730fb6266c05b5fbde9c622f8f6298bfa63544ab6b SIZE (rpm/i386/fedora/10/compat-libstdc++-296-2.96-141.i386.rpm) = 93425 SHA256 (rpm/i386/fedora/10/compat-libstdc++-33-3.2.3-64.i386.rpm) = 296e70a0d6775c67c8a64395af8953126bfe86795b6b4835ecd1a602be0650b2 SIZE (rpm/i386/fedora/10/compat-libstdc++-33-3.2.3-64.i386.rpm) = 229559 SHA256 (rpm/i386/fedora/10/coreutils-6.12-20.fc10.i386.rpm) = 208def4acb84522b8ff171f5938b396904c74a813b631001defc416a1605a72f SIZE (rpm/i386/fedora/10/coreutils-6.12-20.fc10.i386.rpm) = 4766326 SHA256 (rpm/i386/fedora/10/db4-4.7.25-7.fc10.i386.rpm) = ca04e1e287b02fbb5562e6554c9389576ccb101a9f1bfebab84d3ef8529dfc36 SIZE (rpm/i386/fedora/10/db4-4.7.25-7.fc10.i386.rpm) = 668622 SHA256 (rpm/i386/fedora/10/e2fsprogs-1.41.4-6.fc10.i386.rpm) = 53a2d0494d1cf2d2179775ca5bde80fa91b6ea98e78f95be79141fa45bcd0a8c SIZE (rpm/i386/fedora/10/e2fsprogs-1.41.4-6.fc10.i386.rpm) = 756194 SHA256 (rpm/i386/fedora/10/e2fsprogs-libs-1.41.4-6.fc10.i386.rpm) = d9c30050a6ebe68d2cc6fbb1d8fc357a795da21af5ba3f1084c1fb716deaf998 SIZE (rpm/i386/fedora/10/e2fsprogs-libs-1.41.4-6.fc10.i386.rpm) = 155626 SHA256 (rpm/i386/fedora/10/elfutils-0.142-1.fc10.i386.rpm) = f3de37ee0484a021fb1826b0ed7a83a21b628288d418fab543b602088c3ffa31 SIZE (rpm/i386/fedora/10/elfutils-0.142-1.fc10.i386.rpm) = 245952 SHA256 (rpm/i386/fedora/10/fedora-release-10-1.noarch.rpm) = a8513abf3d009208d3845ee4df233ffa5af6af58f47c34613e581233051f04a7 SIZE (rpm/i386/fedora/10/fedora-release-10-1.noarch.rpm) = 25912 SHA256 (rpm/i386/fedora/10/filesystem-2.4.19-1.fc10.i386.rpm) = bc3fb41d3aaf5c4fb3598eba4c9d1a6cd38976b1382c29b17988c9186923b68e SIZE (rpm/i386/fedora/10/filesystem-2.4.19-1.fc10.i386.rpm) = 122118 SHA256 (rpm/i386/fedora/10/freetype-2.3.7-3.fc10.i386.rpm) = acf78d1ec9bb272ec7bf29d12cb44893bc234798900b32fd6bf36517f501111a SIZE (rpm/i386/fedora/10/freetype-2.3.7-3.fc10.i386.rpm) = 363437 SHA256 (rpm/i386/fedora/10/gamin-0.1.9-6.fc10.i386.rpm) = 972929e302b9489f2d763790d1c0d91b8a4a04be5241bc260f52780665637d5d SIZE (rpm/i386/fedora/10/gamin-0.1.9-6.fc10.i386.rpm) = 127020 SHA256 (rpm/i386/fedora/10/gdbm-1.8.0-29.fc10.i386.rpm) = 7d91453cd0ab7f46cdf59261cc5e60ff9c3c9c58fd980c0ba13c975d50f32a29 SIZE (rpm/i386/fedora/10/gdbm-1.8.0-29.fc10.i386.rpm) = 28457 SHA256 (rpm/i386/fedora/10/glib-1.2.10-32.fc10.i386.rpm) = 88ebfc0a0ade60ddeedc6a0dc2d188e63346c84b0b141cb365ba151a0a3f9ea0 SIZE (rpm/i386/fedora/10/glib-1.2.10-32.fc10.i386.rpm) = 141994 SHA256 (rpm/i386/fedora/10/glib2-2.18.4-2.fc10.i386.rpm) = 32afb79c1d0c97b64d12f6cac9cbdd07ce6f519e00034b82788e18080b7e0bce SIZE (rpm/i386/fedora/10/glib2-2.18.4-2.fc10.i386.rpm) = 1501812 SHA256 (rpm/i386/fedora/10/glibc-2.9-3.i386.rpm) = feebd3b4f8a86c29707d2483456ee77b2b430f5d6685bc5c392f76c83e0a06b1 SIZE (rpm/i386/fedora/10/glibc-2.9-3.i386.rpm) = 5000134 SHA256 (rpm/i386/fedora/10/glibc-common-2.9-3.i386.rpm) = 0d587c3b0e693b00e429e0c6c7564973c488ad26863aafbdc2577c3941c6a52f SIZE (rpm/i386/fedora/10/glibc-common-2.9-3.i386.rpm) = 22729239 SHA256 (rpm/i386/fedora/10/grep-2.5.1a-61.fc10.i386.rpm) = defb6fc7ad64af7c0e664ad138dc7d4ce8ef09e710dad1039bd356035e9e84ad SIZE (rpm/i386/fedora/10/grep-2.5.1a-61.fc10.i386.rpm) = 186790 SHA256 (rpm/i386/fedora/10/info-4.12-4.fc10.i386.rpm) = e91b95db21f19eb11c78d5c42fa36f2428406b32b19105ea9aa7ab0fe3835c86 SIZE (rpm/i386/fedora/10/info-4.12-4.fc10.i386.rpm) = 182020 SHA256 (rpm/i386/fedora/10/keyutils-libs-1.2-3.fc9.i386.rpm) = c83e5fd454e5287a1ca15cd55060e01b62824af9698d25927ea8313772aa56c8 SIZE (rpm/i386/fedora/10/keyutils-libs-1.2-3.fc9.i386.rpm) = 18315 SHA256 (rpm/i386/fedora/10/krb5-libs-1.6.3-18.fc10.i386.rpm) = 12638329a517a1afbf9ccfe1fefbf293c72538d7062da89d4169e8cfbb2e584b SIZE (rpm/i386/fedora/10/krb5-libs-1.6.3-18.fc10.i386.rpm) = 737213 SHA256 (rpm/i386/fedora/10/libacl-2.2.47-3.fc10.i386.rpm) = 702dada697b174416c09810180fed069b60bd0b5e744e29d7d2b5235c11bc700 SIZE (rpm/i386/fedora/10/libacl-2.2.47-3.fc10.i386.rpm) = 22539 SHA256 (rpm/i386/fedora/10/libattr-2.4.43-2.fc10.i386.rpm) = c0d974dd3a9eff0a1d5f36f4abc4993571b461dd35b65889b3530e60f9d17e1a SIZE (rpm/i386/fedora/10/libattr-2.4.43-2.fc10.i386.rpm) = 13866 SHA256 (rpm/i386/fedora/10/libcap-2.10-2.fc10.i386.rpm) = fbb440eb81e6f32a6ae3576e08fcfc536cd23228e8c632057bf7149b90278e70 SIZE (rpm/i386/fedora/10/libcap-2.10-2.fc10.i386.rpm) = 30367 SHA256 (rpm/i386/fedora/10/libgcc-4.3.2-7.i386.rpm) = 94ec9abf7d9ca4ace10b998ef883f184282e9b08ac543347b724cec5c218ec17 SIZE (rpm/i386/fedora/10/libgcc-4.3.2-7.i386.rpm) = 53705 SHA256 (rpm/i386/fedora/10/libidn-0.6.14-8.i386.rpm) = 86ec382a36270ae8fa4e34f34a6b77892be2a13315eed61e12c426360370a839 SIZE (rpm/i386/fedora/10/libidn-0.6.14-8.i386.rpm) = 216055 SHA256 (rpm/i386/fedora/10/libselinux-2.0.78-1.fc10.i386.rpm) = d200f66fc046708cbe6fe542dd432899563af831d90596d8d7b480d252a6ede5 SIZE (rpm/i386/fedora/10/libselinux-2.0.78-1.fc10.i386.rpm) = 105673 SHA256 (rpm/i386/fedora/10/libsepol-2.0.33-1.fc10.i386.rpm) = 768aab4e29c75cf648256bf2d61aa0e1ca15a2b698e0f3f08d6c7bb5e9b5b0dd SIZE (rpm/i386/fedora/10/libsepol-2.0.33-1.fc10.i386.rpm) = 133337 SHA256 (rpm/i386/fedora/10/libstdc++-4.3.2-7.i386.rpm) = 754e9dde8b46cd12f73f15d055f9f670aea147473acca41fd7ee452f452945b7 SIZE (rpm/i386/fedora/10/libstdc++-4.3.2-7.i386.rpm) = 332230 SHA256 (rpm/i386/fedora/10/ncurses-5.6-20.20080927.fc10.i386.rpm) = 14de6a90362b8613a212aa023a30364b7391b403de6c7783f8c6f19b29dc40b7 SIZE (rpm/i386/fedora/10/ncurses-5.6-20.20080927.fc10.i386.rpm) = 173195 SHA256 (rpm/i386/fedora/10/ncurses-libs-5.6-20.20080927.fc10.i386.rpm) = 1a4dd12a7272a207270cd5d59bb6ddbbce62c7a65f97241dcd08b4cfabb53c7c SIZE (rpm/i386/fedora/10/ncurses-libs-5.6-20.20080927.fc10.i386.rpm) = 334108 SHA256 (rpm/i386/fedora/10/pcre-7.8-1.fc10.i386.rpm) = 4117601665baf3406f8884b01bfeca5c7bbf73994f30d296cc4d96a496f986cb SIZE (rpm/i386/fedora/10/pcre-7.8-1.fc10.i386.rpm) = 217801 SHA256 (rpm/i386/fedora/10/popt-1.13-4.fc10.i386.rpm) = 0841e31f7fbc04d2a667b8f4623b2e1ea0be63a73860d6bd860c306c33f06ad3 SIZE (rpm/i386/fedora/10/popt-1.13-4.fc10.i386.rpm) = 40346 SHA256 (rpm/i386/fedora/10/readline-5.2-13.fc9.i386.rpm) = 48f540b9cf255e388a4665457d0bd3e2007b25add8c5199462bb09b71d176d99 SIZE (rpm/i386/fedora/10/readline-5.2-13.fc9.i386.rpm) = 188833 SHA256 (rpm/i386/fedora/10/setserial-2.17-22.fc9.i386.rpm) = 481a090f3875943ebc3d50858dad7a63c8368f8ba2f5389d587b77a16143a6ab SIZE (rpm/i386/fedora/10/setserial-2.17-22.fc9.i386.rpm) = 23185 SHA256 (rpm/i386/fedora/10/setup-2.7.4-4.fc10.noarch.rpm) = 1d9e260734d11d55a56e07e95f46aaa1dbf08da0c43de822b9e0ea0336025973 SIZE (rpm/i386/fedora/10/setup-2.7.4-4.fc10.noarch.rpm) = 147271 SHA256 (rpm/i386/fedora/10/slang-2.1.4-1.fc10.i386.rpm) = b1ee425fa70da4eb7177b91effa21b29d5eeb4d1d6a9a109440ea5eccae40e1f SIZE (rpm/i386/fedora/10/slang-2.1.4-1.fc10.i386.rpm) = 506927 SHA256 (rpm/i386/fedora/10/zlib-1.2.3-18.fc9.i386.rpm) = 758469abcb4785bd3ebe42ed87e6fc4cabd7cdf748ed1f120864f3ed54deade9 SIZE (rpm/i386/fedora/10/zlib-1.2.3-18.fc9.i386.rpm) = 76050 SHA256 (rpm/i386/fedora/10/acl-2.2.47-3.fc10.src.rpm) = 929eacbc4d62e94b0b580ef46a85b7092b9f9bdb88b3f75299f390abd44bddcf SIZE (rpm/i386/fedora/10/acl-2.2.47-3.fc10.src.rpm) = 169900 SHA256 (rpm/i386/fedora/10/attr-2.4.43-1.fc10.src.rpm) = 74e02a8a727dfc74a7167a83e5ccf17fd10bbb108685e7d88bf2d379bc815cd0 SIZE (rpm/i386/fedora/10/attr-2.4.43-1.fc10.src.rpm) = 127350 SHA256 (rpm/i386/fedora/10/basesystem-10.0-1.src.rpm) = 9d040477b8458e72257f142e04737f1b7ebd71d75354219070191f9db320fa23 SIZE (rpm/i386/fedora/10/basesystem-10.0-1.src.rpm) = 4079 SHA256 (rpm/i386/fedora/10/bash-3.2-29.fc10.src.rpm) = f7d4e725c362704ae1cbf55523c05993aa39ffb14ee5a960b7ad8fa4d682296a SIZE (rpm/i386/fedora/10/bash-3.2-29.fc10.src.rpm) = 4812416 SHA256 (rpm/i386/fedora/10/bzip2-1.0.5-3.fc10.src.rpm) = 3a9b2d2c85ab5c6a08f4083c7c8d250814538fdbb12ac6d9128e4cc4b557b274 SIZE (rpm/i386/fedora/10/bzip2-1.0.5-3.fc10.src.rpm) = 852321 SHA256 (rpm/i386/fedora/10/compat-db-4.6.21-5.fc10.src.rpm) = f868088a970c92fc68be52e5a1de5e2adb697232ba0f1a0234e40fd5506a073d SIZE (rpm/i386/fedora/10/compat-db-4.6.21-5.fc10.src.rpm) = 21151556 SHA256 (rpm/i386/fedora/10/coreutils-6.12-17.fc10.src.rpm) = b3ca3b1644102340f4624ec82f014771d85580308f667956e6931290a5e8b0cb SIZE (rpm/i386/fedora/10/coreutils-6.12-17.fc10.src.rpm) = 3869403 SHA256 (rpm/i386/fedora/10/db4-4.7.25-5.fc10.src.rpm) = 102a1b33425f8fff9295edc556d4be38000a96aa6ae9feaccae0c40a89f9a1b5 SIZE (rpm/i386/fedora/10/db4-4.7.25-5.fc10.src.rpm) = 13399116 SHA256 (rpm/i386/fedora/10/e2fsprogs-1.41.4-6.fc10.src.rpm) = c48c24665726d82c14f5caf50bc84f356871909d0103a0e11615446452fc1145 SIZE (rpm/i386/fedora/10/e2fsprogs-1.41.4-6.fc10.src.rpm) = 4407790 SHA256 (rpm/i386/fedora/10/elfutils-0.142-1.fc10.src.rpm) = c1de1d474bc9a134312f5bc2ceb022d9cac3b847beb7cae59e7e408a41f1ec51 SIZE (rpm/i386/fedora/10/elfutils-0.142-1.fc10.src.rpm) = 1554548 SHA256 (rpm/i386/fedora/10/fedora-release-10-1.src.rpm) = 77d4b9ce070ddb979e66547c60c8f6dd9bbee9c3df475d95b7d61c50747c563c SIZE (rpm/i386/fedora/10/fedora-release-10-1.src.rpm) = 30416 SHA256 (rpm/i386/fedora/10/filesystem-2.4.19-1.fc10.src.rpm) = c455818100214bb82477b25ad4be8886cdb7357a786f9ae1836ab804fa586143 SIZE (rpm/i386/fedora/10/filesystem-2.4.19-1.fc10.src.rpm) = 15688 SHA256 (rpm/i386/fedora/10/freetype-2.3.7-1.fc10.src.rpm) = 654c5351bcc3c6c58614398260698e98b16c5dcca8d3e66a2bef912888cb68fe SIZE (rpm/i386/fedora/10/freetype-2.3.7-1.fc10.src.rpm) = 1595077 -SHA256 (rpm/i386/fedora/10/gamin-0.1.9-6.fc10.src.rpm) = e1b42b66adcbf18cef07ac8bc70b89f34ba57ad6b78b8ac52b44f891e1cb7ba1 -SIZE (rpm/i386/fedora/10/gamin-0.1.9-6.fc10.src.rpm) = 662268 +SHA256 (rpm/i386/fedora/10/gamin-0.1.9-6.fc10.src.rpm) = cd3be5866aae06398e919eaa412af2d92b04b63139dc1a20e8377c5bf98c0e84 +SIZE (rpm/i386/fedora/10/gamin-0.1.9-6.fc10.src.rpm) = 10649 SHA256 (rpm/i386/fedora/10/gcc-4.3.2-7.src.rpm) = 6edaecc33344bf1a564bfdea34ebe7bb09c4f4c7a7bd9d6878dd5cdde2de9237 SIZE (rpm/i386/fedora/10/gcc-4.3.2-7.src.rpm) = 48775804 SHA256 (rpm/i386/fedora/10/gdbm-1.8.0-29.fc10.src.rpm) = 7ae37fca43f59511d683ec65aac65a8bb951957ce7de53f55369ae2d07e5a5ab SIZE (rpm/i386/fedora/10/gdbm-1.8.0-29.fc10.src.rpm) = 145255 SHA256 (rpm/i386/fedora/10/glib-1.2.10-32.fc10.src.rpm) = 2e7455a7c0ff564339ffaba206f0fbd1afcdb4e33b13265ae32b575ecefd77ae SIZE (rpm/i386/fedora/10/glib-1.2.10-32.fc10.src.rpm) = 434722 SHA256 (rpm/i386/fedora/10/glib2-2.18.2-3.fc10.src.rpm) = 4d20846d43366b31eecf63dc74dbd6f860dca00b6ca763a314010b1bac1de35c SIZE (rpm/i386/fedora/10/glib2-2.18.2-3.fc10.src.rpm) = 4776569 SHA256 (rpm/i386/fedora/10/glibc-2.9-2.src.rpm) = 5d2b2065c407038dcc45c46e956af82d5b2cd97a5b03d26038eb7e3d1da3d276 SIZE (rpm/i386/fedora/10/glibc-2.9-2.src.rpm) = 16285096 SHA256 (rpm/i386/fedora/10/grep-2.5.1a-61.fc10.src.rpm) = d7bdb384a6cb6e2b16b88511bcf93ee3d93ef5bc8cbc3e2d4ae6dea68e48fd7d SIZE (rpm/i386/fedora/10/grep-2.5.1a-61.fc10.src.rpm) = 562460 SHA256 (rpm/i386/fedora/10/keyutils-1.2-3.fc9.src.rpm) = 031dbe172d85a88e39f3b2c74e64624c3141fa73b4b53af4dcbe2bd00fe5214f SIZE (rpm/i386/fedora/10/keyutils-1.2-3.fc9.src.rpm) = 44909 SHA256 (rpm/i386/fedora/10/krb5-1.6.3-16.fc10.src.rpm) = 5ccd1dc0bb85aa44b51a3c6230ed8bce2ef2b7779401982a959d0c28ad334f68 SIZE (rpm/i386/fedora/10/krb5-1.6.3-16.fc10.src.rpm) = 12920072 SHA256 (rpm/i386/fedora/10/libcap-2.10-2.fc10.src.rpm) = 0028e25f235e506a489b2a417ab9f78d117f06e8617e828855e824ce77eaeea2 SIZE (rpm/i386/fedora/10/libcap-2.10-2.fc10.src.rpm) = 55914 SHA256 (rpm/i386/fedora/10/libidn-0.6.14-8.src.rpm) = 808d9ad57cd3a942c9096a789a35d20977cb71b2fc6c5dcf43c85be82aa54f3c SIZE (rpm/i386/fedora/10/libidn-0.6.14-8.src.rpm) = 2304411 SHA256 (rpm/i386/fedora/10/libselinux-2.0.73-1.fc10.src.rpm) = 5069d15bf45954b7436edd5fac4a2a9dddb7f8c37ebd3b3987d3e21daa2fb3a5 SIZE (rpm/i386/fedora/10/libselinux-2.0.73-1.fc10.src.rpm) = 240637 SHA256 (rpm/i386/fedora/10/libsepol-2.0.33-1.fc10.src.rpm) = 469c0ed22b8bca000732e0bc7286594dcbc27874e259606ecf36e3135abb4e9f SIZE (rpm/i386/fedora/10/libsepol-2.0.33-1.fc10.src.rpm) = 232106 SHA256 (rpm/i386/fedora/10/ncurses-5.6-20.20080927.fc10.src.rpm) = 1b1204486f59d49a2aa64291a6f2a552c07174e853253d40622a6f216638817d SIZE (rpm/i386/fedora/10/ncurses-5.6-20.20080927.fc10.src.rpm) = 3078629 SHA256 (rpm/i386/fedora/10/pcre-7.8-1.fc10.src.rpm) = 816df3d0659ecb45b9caf0d9df403f3335fb4b1f62f10757e06b8e5908038b94 SIZE (rpm/i386/fedora/10/pcre-7.8-1.fc10.src.rpm) = 846354 SHA256 (rpm/i386/fedora/10/readline-5.2-13.fc9.src.rpm) = fcef23ab443cf02c56c037e2c6d1dc7a03843618b26c272d1783872d8fbaea04 SIZE (rpm/i386/fedora/10/readline-5.2-13.fc9.src.rpm) = 2061532 SHA256 (rpm/i386/fedora/10/setserial-2.17-22.fc9.src.rpm) = 9838a2c9e4a5be73285044646f4c8d185773196afd74836a9eb85c491a25436d SIZE (rpm/i386/fedora/10/setserial-2.17-22.fc9.src.rpm) = 62048 SHA256 (rpm/i386/fedora/10/setup-2.7.4-1.fc10.src.rpm) = 4462886d6b4e5df4d5e0029988767c0e8e4f978134343569da69ce8b9299a360 SIZE (rpm/i386/fedora/10/setup-2.7.4-1.fc10.src.rpm) = 148766 SHA256 (rpm/i386/fedora/10/slang-2.1.4-1.fc10.src.rpm) = 02b3459d661f1d8d6cb6c3d9b8c9d5ae50329d91426f260fe7afe94829f317bc SIZE (rpm/i386/fedora/10/slang-2.1.4-1.fc10.src.rpm) = 1291421 SHA256 (rpm/i386/fedora/10/texinfo-4.12-4.fc10.src.rpm) = 41721815f69998df694ea334e6aedb92816cb73469153de81d46c3b9edf78624 SIZE (rpm/i386/fedora/10/texinfo-4.12-4.fc10.src.rpm) = 2496813 SHA256 (rpm/i386/fedora/10/zlib-1.2.3-18.fc9.src.rpm) = 60c09c4a211f031196bdbc48fca6aa4b08ae4a7b45911c15f1caef4260e49489 SIZE (rpm/i386/fedora/10/zlib-1.2.3-18.fc9.src.rpm) = 512316 Index: head/emulators/linux_base-f10/pkg-plist =================================================================== --- head/emulators/linux_base-f10/pkg-plist (revision 368844) +++ head/emulators/linux_base-f10/pkg-plist (revision 368845) @@ -1,3870 +1,3870 @@ @comment file listing 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/fgrep bin/grep bin/link bin/ln bin/ls bin/mkdir bin/mknod bin/mktemp bin/mv bin/nice bin/pwd 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/uuidgen etc/DIR_COLORS etc/DIR_COLORS.256color etc/DIR_COLORS.xterm etc/aliases etc/bashrc etc/csh.cshrc etc/csh.login etc/default/nss etc/environment etc/fedora-release etc/filesystems etc/host.conf etc/hosts.allow etc/hosts.deny etc/inputrc etc/issue etc/issue.net @unexec if cmp -s %D/etc/krb5.conf.dist %D/etc/krb5.conf; then rm -f %D/etc/krb5.conf; fi etc/krb5.conf.dist etc/ld.so.cache etc/ld.so.conf etc/mke2fs.conf etc/mtab @unexec if cmp -s %D/etc/nsswitch.conf.dist %D/etc/nsswitch.conf; then rm -f %D/etc/nsswitch.conf; fi etc/nsswitch.conf.dist 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-fedora etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-10-primary etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-i386 etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-ia64 etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-ppc etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-ppc64 etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-primary etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-10-primary etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-i386 etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-ia64 etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-ppc etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-ppc64 etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-primary etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-x86_64 etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-x86_64 etc/profile etc/profile.d/colorls.csh etc/profile.d/colorls.sh etc/profile.d/glib2.csh etc/profile.d/glib2.sh etc/redhat-release etc/rpc etc/rpm/macros.dist etc/securetty etc/shells etc/skel/.bash_logout etc/skel/.bash_profile etc/skel/.bashrc etc/system-release etc/system-release-cpe @unexec if cmp -s %D/etc/yp.conf.sample %D/etc/yp.conf; then rm -f %D/etc/yp.conf; fi etc/yp.conf.sample etc/yum.repos.d/fedora-rawhide.repo etc/yum.repos.d/fedora-updates-testing.repo etc/yum.repos.d/fedora-updates.repo etc/yum.repos.d/fedora.repo lib/ld-2.9.so lib/ld-linux.so.2 lib/libBrokenLocale-2.9.so lib/libBrokenLocale.so.1 lib/libSegFault.so lib/libacl.so.1 lib/libacl.so.1.1.0 lib/libanl-2.9.so lib/libanl.so.1 lib/libattr.so.1 lib/libattr.so.1.1.0 lib/libblkid.so.1 lib/libblkid.so.1.0 lib/libbz2.so.1 lib/libbz2.so.1.0.4 lib/libc-2.9.so lib/libc.so.6 lib/libcap.so.2 lib/libcap.so.2.10 lib/libcidn-2.9.so lib/libcidn.so.1 lib/libcom_err.so.2 lib/libcom_err.so.2.1 lib/libcrypt-2.9.so lib/libcrypt.so.1 lib/libdb-4.7.so lib/libdl-2.9.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.3.2-20081105.so.1 lib/libgcc_s.so.1 lib/libgio-2.0.so.0 lib/libgio-2.0.so.0.1800.4 lib/libglib-2.0.so.0 lib/libglib-2.0.so.0.1800.4 lib/libgmodule-2.0.so.0 lib/libgmodule-2.0.so.0.1800.4 lib/libgobject-2.0.so.0 lib/libgobject-2.0.so.0.1800.4 lib/libgthread-2.0.so.0 lib/libgthread-2.0.so.0.1800.4 lib/libidn.so.11 lib/libidn.so.11.5.28 lib/libkeyutils-1.2.so lib/libkeyutils.so.1 lib/libm-2.9.so lib/libm.so.6 lib/libncurses.so.5 lib/libncurses.so.5.6 lib/libncursesw.so.5 lib/libncursesw.so.5.6 lib/libnsl-2.9.so lib/libnsl.so.1 lib/libnss_compat-2.9.so lib/libnss_compat.so.2 lib/libnss_dns-2.9.so lib/libnss_dns.so.2 lib/libnss_files-2.9.so lib/libnss_files.so.2 lib/libnss_hesiod-2.9.so lib/libnss_hesiod.so.2 lib/libnss_nis-2.9.so lib/libnss_nis.so.2 lib/libnss_nisplus-2.9.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.9.so lib/libpthread.so.0 lib/libreadline.so.5 lib/libreadline.so.5.2 lib/libresolv-2.9.so lib/libresolv.so.2 lib/librt-2.9.so lib/librt.so.1 lib/libselinux.so.1 lib/libsepol.so.1 lib/libss.so.2 lib/libss.so.2.0 lib/libthread_db-1.0.so lib/libthread_db.so.1 lib/libtinfo.so.5 lib/libtinfo.so.5.6 lib/libutil-2.9.so lib/libutil.so.1 lib/libuuid.so.1 lib/libuuid.so.1.2 lib/libz.so.1 lib/libz.so.1.2.3 lib/rtkaio/librt.so.1 lib/rtkaio/librtkaio-2.9.so lib/security/pam_cap.so sbin/badblocks sbin/blkid sbin/debugfs sbin/dumpe2fs sbin/e2fsck sbin/e2image sbin/e2label sbin/e2undo sbin/findfs sbin/fsck 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/resize2fs sbin/runuser sbin/sln sbin/tune2fs usr/bin/[ usr/bin/base64 usr/bin/bashbug-32 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/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-strings usr/bin/eu-strip usr/bin/eu-unstrip usr/bin/expand usr/bin/expr usr/bin/factor usr/bin/fmt usr/bin/fold usr/bin/gencat usr/bin/getconf usr/bin/getent 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/locale usr/bin/localedef usr/bin/logname usr/bin/lp usr/bin/lsattr usr/bin/md5sum usr/bin/mkfifo usr/bin/nl usr/bin/nohup usr/bin/od 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/sum usr/bin/tac usr/bin/tail usr/bin/tee usr/bin/test usr/bin/tic usr/bin/toe usr/bin/tput usr/bin/tr usr/bin/tset usr/bin/tsort usr/bin/tty usr/bin/tzselect usr/bin/unexpand usr/bin/uniq usr/bin/users usr/bin/uuidgen usr/bin/vdir usr/bin/wc usr/bin/who usr/bin/whoami usr/bin/yes usr/kerberos/man/man1/kerberos.1.gz usr/kerberos/man/man1/tmac.doc.gz usr/kerberos/man/man5/.k5login.5.gz usr/kerberos/man/man5/krb5.conf.5.gz usr/kerberos/share/examples/krb5/kdc.conf usr/kerberos/share/examples/krb5/krb5.conf usr/kerberos/share/examples/krb5/services.append usr/kerberos/share/gnats/mit usr/lib/gconv/ANSI_X3.110.so usr/lib/gconv/ARMSCII-8.so usr/lib/gconv/ASMO_449.so usr/lib/gconv/BIG5.so usr/lib/gconv/BIG5HKSCS.so usr/lib/gconv/BRF.so usr/lib/gconv/CP10007.so usr/lib/gconv/CP1125.so usr/lib/gconv/CP1250.so usr/lib/gconv/CP1251.so usr/lib/gconv/CP1252.so usr/lib/gconv/CP1253.so usr/lib/gconv/CP1254.so usr/lib/gconv/CP1255.so usr/lib/gconv/CP1256.so usr/lib/gconv/CP1257.so usr/lib/gconv/CP1258.so usr/lib/gconv/CP737.so usr/lib/gconv/CP775.so usr/lib/gconv/CP932.so usr/lib/gconv/CSN_369103.so usr/lib/gconv/CWI.so usr/lib/gconv/DEC-MCS.so usr/lib/gconv/EBCDIC-AT-DE-A.so usr/lib/gconv/EBCDIC-AT-DE.so usr/lib/gconv/EBCDIC-CA-FR.so usr/lib/gconv/EBCDIC-DK-NO-A.so usr/lib/gconv/EBCDIC-DK-NO.so usr/lib/gconv/EBCDIC-ES-A.so usr/lib/gconv/EBCDIC-ES-S.so usr/lib/gconv/EBCDIC-ES.so usr/lib/gconv/EBCDIC-FI-SE-A.so usr/lib/gconv/EBCDIC-FI-SE.so usr/lib/gconv/EBCDIC-FR.so usr/lib/gconv/EBCDIC-IS-FRISS.so usr/lib/gconv/EBCDIC-IT.so usr/lib/gconv/EBCDIC-PT.so usr/lib/gconv/EBCDIC-UK.so usr/lib/gconv/EBCDIC-US.so usr/lib/gconv/ECMA-CYRILLIC.so usr/lib/gconv/EUC-CN.so usr/lib/gconv/EUC-JISX0213.so usr/lib/gconv/EUC-JP-MS.so usr/lib/gconv/EUC-JP.so usr/lib/gconv/EUC-KR.so usr/lib/gconv/EUC-TW.so usr/lib/gconv/GB18030.so usr/lib/gconv/GBBIG5.so usr/lib/gconv/GBGBK.so usr/lib/gconv/GBK.so usr/lib/gconv/GEORGIAN-ACADEMY.so usr/lib/gconv/GEORGIAN-PS.so usr/lib/gconv/GOST_19768-74.so usr/lib/gconv/GREEK-CCITT.so usr/lib/gconv/GREEK7-OLD.so usr/lib/gconv/GREEK7.so usr/lib/gconv/HP-GREEK8.so usr/lib/gconv/HP-ROMAN8.so usr/lib/gconv/HP-ROMAN9.so usr/lib/gconv/HP-THAI8.so usr/lib/gconv/HP-TURKISH8.so usr/lib/gconv/IBM037.so usr/lib/gconv/IBM038.so usr/lib/gconv/IBM1004.so usr/lib/gconv/IBM1008.so usr/lib/gconv/IBM1008_420.so usr/lib/gconv/IBM1025.so usr/lib/gconv/IBM1026.so usr/lib/gconv/IBM1046.so usr/lib/gconv/IBM1047.so usr/lib/gconv/IBM1097.so usr/lib/gconv/IBM1112.so usr/lib/gconv/IBM1122.so usr/lib/gconv/IBM1123.so usr/lib/gconv/IBM1124.so usr/lib/gconv/IBM1129.so usr/lib/gconv/IBM1130.so usr/lib/gconv/IBM1132.so usr/lib/gconv/IBM1133.so usr/lib/gconv/IBM1137.so usr/lib/gconv/IBM1140.so usr/lib/gconv/IBM1141.so usr/lib/gconv/IBM1142.so usr/lib/gconv/IBM1143.so usr/lib/gconv/IBM1144.so usr/lib/gconv/IBM1145.so usr/lib/gconv/IBM1146.so usr/lib/gconv/IBM1147.so usr/lib/gconv/IBM1148.so usr/lib/gconv/IBM1149.so usr/lib/gconv/IBM1153.so usr/lib/gconv/IBM1154.so usr/lib/gconv/IBM1155.so usr/lib/gconv/IBM1156.so usr/lib/gconv/IBM1157.so usr/lib/gconv/IBM1158.so usr/lib/gconv/IBM1160.so usr/lib/gconv/IBM1161.so usr/lib/gconv/IBM1162.so usr/lib/gconv/IBM1163.so usr/lib/gconv/IBM1164.so usr/lib/gconv/IBM1166.so usr/lib/gconv/IBM1167.so usr/lib/gconv/IBM12712.so usr/lib/gconv/IBM1364.so usr/lib/gconv/IBM1371.so usr/lib/gconv/IBM1388.so usr/lib/gconv/IBM1390.so usr/lib/gconv/IBM1399.so usr/lib/gconv/IBM16804.so usr/lib/gconv/IBM256.so usr/lib/gconv/IBM273.so usr/lib/gconv/IBM274.so usr/lib/gconv/IBM275.so usr/lib/gconv/IBM277.so usr/lib/gconv/IBM278.so usr/lib/gconv/IBM280.so usr/lib/gconv/IBM281.so usr/lib/gconv/IBM284.so usr/lib/gconv/IBM285.so usr/lib/gconv/IBM290.so usr/lib/gconv/IBM297.so usr/lib/gconv/IBM420.so usr/lib/gconv/IBM423.so usr/lib/gconv/IBM424.so usr/lib/gconv/IBM437.so usr/lib/gconv/IBM4517.so usr/lib/gconv/IBM4899.so usr/lib/gconv/IBM4909.so usr/lib/gconv/IBM4971.so usr/lib/gconv/IBM500.so usr/lib/gconv/IBM5347.so usr/lib/gconv/IBM803.so usr/lib/gconv/IBM850.so usr/lib/gconv/IBM851.so usr/lib/gconv/IBM852.so usr/lib/gconv/IBM855.so usr/lib/gconv/IBM856.so usr/lib/gconv/IBM857.so usr/lib/gconv/IBM860.so usr/lib/gconv/IBM861.so usr/lib/gconv/IBM862.so usr/lib/gconv/IBM863.so usr/lib/gconv/IBM864.so usr/lib/gconv/IBM865.so usr/lib/gconv/IBM866.so usr/lib/gconv/IBM866NAV.so usr/lib/gconv/IBM868.so usr/lib/gconv/IBM869.so usr/lib/gconv/IBM870.so usr/lib/gconv/IBM871.so usr/lib/gconv/IBM874.so usr/lib/gconv/IBM875.so usr/lib/gconv/IBM880.so usr/lib/gconv/IBM891.so usr/lib/gconv/IBM901.so usr/lib/gconv/IBM902.so usr/lib/gconv/IBM903.so usr/lib/gconv/IBM9030.so usr/lib/gconv/IBM904.so usr/lib/gconv/IBM905.so usr/lib/gconv/IBM9066.so usr/lib/gconv/IBM918.so usr/lib/gconv/IBM921.so usr/lib/gconv/IBM922.so usr/lib/gconv/IBM930.so usr/lib/gconv/IBM932.so usr/lib/gconv/IBM933.so usr/lib/gconv/IBM935.so usr/lib/gconv/IBM937.so usr/lib/gconv/IBM939.so usr/lib/gconv/IBM943.so usr/lib/gconv/IBM9448.so usr/lib/gconv/IEC_P27-1.so usr/lib/gconv/INIS-8.so usr/lib/gconv/INIS-CYRILLIC.so usr/lib/gconv/INIS.so usr/lib/gconv/ISIRI-3342.so usr/lib/gconv/ISO-2022-CN-EXT.so usr/lib/gconv/ISO-2022-CN.so usr/lib/gconv/ISO-2022-JP-3.so usr/lib/gconv/ISO-2022-JP.so usr/lib/gconv/ISO-2022-KR.so usr/lib/gconv/ISO-IR-197.so usr/lib/gconv/ISO-IR-209.so usr/lib/gconv/ISO646.so usr/lib/gconv/ISO8859-1.so usr/lib/gconv/ISO8859-10.so usr/lib/gconv/ISO8859-11.so usr/lib/gconv/ISO8859-13.so usr/lib/gconv/ISO8859-14.so usr/lib/gconv/ISO8859-15.so usr/lib/gconv/ISO8859-16.so usr/lib/gconv/ISO8859-2.so usr/lib/gconv/ISO8859-3.so usr/lib/gconv/ISO8859-4.so usr/lib/gconv/ISO8859-5.so usr/lib/gconv/ISO8859-6.so usr/lib/gconv/ISO8859-7.so usr/lib/gconv/ISO8859-8.so usr/lib/gconv/ISO8859-9.so usr/lib/gconv/ISO8859-9E.so usr/lib/gconv/ISO_10367-BOX.so usr/lib/gconv/ISO_11548-1.so usr/lib/gconv/ISO_2033.so usr/lib/gconv/ISO_5427-EXT.so usr/lib/gconv/ISO_5427.so usr/lib/gconv/ISO_5428.so usr/lib/gconv/ISO_6937-2.so usr/lib/gconv/ISO_6937.so usr/lib/gconv/JOHAB.so usr/lib/gconv/KOI-8.so usr/lib/gconv/KOI8-R.so usr/lib/gconv/KOI8-RU.so usr/lib/gconv/KOI8-T.so usr/lib/gconv/KOI8-U.so usr/lib/gconv/LATIN-GREEK-1.so usr/lib/gconv/LATIN-GREEK.so usr/lib/gconv/MAC-CENTRALEUROPE.so usr/lib/gconv/MAC-IS.so usr/lib/gconv/MAC-SAMI.so usr/lib/gconv/MAC-UK.so usr/lib/gconv/MACINTOSH.so usr/lib/gconv/MIK.so usr/lib/gconv/NATS-DANO.so usr/lib/gconv/NATS-SEFI.so usr/lib/gconv/PT154.so usr/lib/gconv/RK1048.so usr/lib/gconv/SAMI-WS2.so usr/lib/gconv/SHIFT_JISX0213.so usr/lib/gconv/SJIS.so usr/lib/gconv/T.61.so usr/lib/gconv/TCVN5712-1.so usr/lib/gconv/TIS-620.so usr/lib/gconv/TSCII.so usr/lib/gconv/UHC.so usr/lib/gconv/UNICODE.so usr/lib/gconv/UTF-16.so usr/lib/gconv/UTF-32.so usr/lib/gconv/UTF-7.so usr/lib/gconv/VISCII.so usr/lib/gconv/gconv-modules usr/lib/gconv/gconv-modules.cache usr/lib/gconv/libCNS.so usr/lib/gconv/libGB.so usr/lib/gconv/libISOIR165.so usr/lib/gconv/libJIS.so usr/lib/gconv/libJISX0213.so usr/lib/gconv/libKSC.so usr/lib/gio/modules/libgiofam.so usr/lib/krb5/plugins/kdb/db2.so usr/lib/libdb-4.7.so usr/lib/libdes425.so.3 usr/lib/libdes425.so.3.0 usr/lib/libfam.so.0 usr/lib/libfam.so.0.0.0 usr/lib/libform.so.5 usr/lib/libform.so.5.6 usr/lib/libformw.so.5 usr/lib/libformw.so.5.6 usr/lib/libfreetype.so.6 usr/lib/libfreetype.so.6.3.18 usr/lib/libgamin-1.so.0 usr/lib/libgamin-1.so.0.1.9 usr/lib/libgdbm.so.2 usr/lib/libgdbm.so.2.0.0 usr/lib/libglib-1.2.so.0 usr/lib/libglib-1.2.so.0.0.10 usr/lib/libgmodule-1.2.so.0 usr/lib/libgmodule-1.2.so.0.0.10 usr/lib/libgssapi_krb5.so.2 usr/lib/libgssapi_krb5.so.2.2 usr/lib/libgssrpc.so.4 usr/lib/libgssrpc.so.4.0 usr/lib/libgthread-1.2.so.0 usr/lib/libgthread-1.2.so.0.0.10 usr/lib/libhistory.so.5 usr/lib/libhistory.so.5.2 usr/lib/libk5crypto.so.3 usr/lib/libk5crypto.so.3.1 usr/lib/libkadm5clnt.so.5 usr/lib/libkadm5clnt.so.5.1 usr/lib/libkadm5srv.so.5 usr/lib/libkadm5srv.so.5.1 usr/lib/libkdb5.so.4 usr/lib/libkdb5.so.4.0 usr/lib/libkrb4.so.2 usr/lib/libkrb4.so.2.0 usr/lib/libkrb5.so.3 usr/lib/libkrb5.so.3.3 usr/lib/libkrb5support.so.0 usr/lib/libkrb5support.so.0.1 usr/lib/libmenu.so.5 usr/lib/libmenu.so.5.6 usr/lib/libmenuw.so.5 usr/lib/libmenuw.so.5.6 usr/lib/libpanel.so.5 usr/lib/libpanel.so.5.6 usr/lib/libpanelw.so.5 usr/lib/libpanelw.so.5.6 usr/lib/libpcrecpp.so.0 usr/lib/libpcrecpp.so.0.0.0 usr/lib/libpcreposix.so.0 usr/lib/libpcreposix.so.0.0.0 usr/lib/libslang.so.2 usr/lib/libslang.so.2.1.4 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.10 usr/lib/libtic.so.5 usr/lib/libtic.so.5.6 -usr/lib/locale/locale-archive.tmpl +usr/lib/locale/locale-archive usr/libexec/gam_server usr/libexec/getconf/POSIX_V6_ILP32_OFF32 usr/libexec/getconf/POSIX_V6_ILP32_OFFBIG usr/libexec/pt_chown usr/sbin/build-locale-archive usr/sbin/capsh usr/sbin/chroot usr/sbin/filefrag usr/sbin/getcap usr/sbin/getpcaps usr/sbin/glibc_post_upgrade.i386 usr/sbin/iconvconfig usr/sbin/iconvconfig.i386 usr/sbin/libgcc_post_upgrade usr/sbin/mklost+found usr/sbin/setcap usr/sbin/tzdata-update usr/sbin/zdump usr/sbin/zic usr/share/doc/bash-3.2/CHANGES usr/share/doc/bash-3.2/COMPAT usr/share/doc/bash-3.2/FAQ usr/share/doc/bash-3.2/INTRO usr/share/doc/bash-3.2/NEWS usr/share/doc/bash-3.2/NOTES usr/share/doc/bash-3.2/POSIX usr/share/doc/bash-3.2/article.ms usr/share/doc/bash-3.2/article.ps usr/share/doc/bash-3.2/article.txt usr/share/doc/bash-3.2/bash.0 usr/share/doc/bash-3.2/bash.html usr/share/doc/bash-3.2/bash.ps usr/share/doc/bash-3.2/bashbug.0 usr/share/doc/bash-3.2/bashbug.ps usr/share/doc/bash-3.2/bashdb/PERMISSION usr/share/doc/bash-3.2/bashdb/README usr/share/doc/bash-3.2/bashdb/bashdb usr/share/doc/bash-3.2/bashdb/bashdb.el usr/share/doc/bash-3.2/bashref.html usr/share/doc/bash-3.2/bashref.ps usr/share/doc/bash-3.2/builtins.0 usr/share/doc/bash-3.2/builtins.ps usr/share/doc/bash-3.2/complete/bashcc-1.0.1.tar.gz usr/share/doc/bash-3.2/complete/complete-examples usr/share/doc/bash-3.2/complete/complete.freebsd usr/share/doc/bash-3.2/complete/complete.gnu-longopt usr/share/doc/bash-3.2/complete/complete.ianmac usr/share/doc/bash-3.2/complete/complete2.ianmac usr/share/doc/bash-3.2/functions/array-stuff usr/share/doc/bash-3.2/functions/array-to-string usr/share/doc/bash-3.2/functions/autoload usr/share/doc/bash-3.2/functions/autoload.v2 usr/share/doc/bash-3.2/functions/autoload.v3 usr/share/doc/bash-3.2/functions/basename usr/share/doc/bash-3.2/functions/basename2 usr/share/doc/bash-3.2/functions/coproc.bash usr/share/doc/bash-3.2/functions/coshell.README usr/share/doc/bash-3.2/functions/coshell.bash usr/share/doc/bash-3.2/functions/csh-compat usr/share/doc/bash-3.2/functions/dirfuncs usr/share/doc/bash-3.2/functions/dirname usr/share/doc/bash-3.2/functions/emptydir usr/share/doc/bash-3.2/functions/exitstat usr/share/doc/bash-3.2/functions/external usr/share/doc/bash-3.2/functions/fact usr/share/doc/bash-3.2/functions/fstty usr/share/doc/bash-3.2/functions/func usr/share/doc/bash-3.2/functions/gethtml usr/share/doc/bash-3.2/functions/getoptx.bash usr/share/doc/bash-3.2/functions/inetaddr usr/share/doc/bash-3.2/functions/inpath usr/share/doc/bash-3.2/functions/isnum.bash usr/share/doc/bash-3.2/functions/isnum2 usr/share/doc/bash-3.2/functions/isvalidip usr/share/doc/bash-3.2/functions/jdate.bash usr/share/doc/bash-3.2/functions/jj.bash usr/share/doc/bash-3.2/functions/keep usr/share/doc/bash-3.2/functions/ksh-cd usr/share/doc/bash-3.2/functions/ksh-compat-test usr/share/doc/bash-3.2/functions/kshenv usr/share/doc/bash-3.2/functions/login usr/share/doc/bash-3.2/functions/lowercase usr/share/doc/bash-3.2/functions/manpage usr/share/doc/bash-3.2/functions/mhfold usr/share/doc/bash-3.2/functions/notify.bash usr/share/doc/bash-3.2/functions/pathfuncs usr/share/doc/bash-3.2/functions/recurse usr/share/doc/bash-3.2/functions/repeat2 usr/share/doc/bash-3.2/functions/repeat3 usr/share/doc/bash-3.2/functions/seq usr/share/doc/bash-3.2/functions/seq2 usr/share/doc/bash-3.2/functions/shcat usr/share/doc/bash-3.2/functions/shcat2 usr/share/doc/bash-3.2/functions/sort-pos-params usr/share/doc/bash-3.2/functions/substr usr/share/doc/bash-3.2/functions/substr2 usr/share/doc/bash-3.2/functions/term usr/share/doc/bash-3.2/functions/whatis usr/share/doc/bash-3.2/functions/whence usr/share/doc/bash-3.2/functions/which usr/share/doc/bash-3.2/functions/xalias.bash usr/share/doc/bash-3.2/functions/xfind.bash usr/share/doc/bash-3.2/misc/aliasconv.bash usr/share/doc/bash-3.2/misc/aliasconv.sh usr/share/doc/bash-3.2/misc/cshtobash usr/share/doc/bash-3.2/misc/suncmd.termcap usr/share/doc/bash-3.2/rbash.0 usr/share/doc/bash-3.2/rbash.ps usr/share/doc/bash-3.2/rose94.ps usr/share/doc/bash-3.2/scripts.noah/PERMISSION usr/share/doc/bash-3.2/scripts.noah/README usr/share/doc/bash-3.2/scripts.noah/aref.bash usr/share/doc/bash-3.2/scripts.noah/bash.sub.bash usr/share/doc/bash-3.2/scripts.noah/bash_version.bash usr/share/doc/bash-3.2/scripts.noah/meta.bash usr/share/doc/bash-3.2/scripts.noah/mktmp.bash usr/share/doc/bash-3.2/scripts.noah/number.bash usr/share/doc/bash-3.2/scripts.noah/prompt.bash usr/share/doc/bash-3.2/scripts.noah/remap_keys.bash usr/share/doc/bash-3.2/scripts.noah/require.bash usr/share/doc/bash-3.2/scripts.noah/send_mail.bash usr/share/doc/bash-3.2/scripts.noah/shcat.bash usr/share/doc/bash-3.2/scripts.noah/source.bash usr/share/doc/bash-3.2/scripts.noah/string.bash usr/share/doc/bash-3.2/scripts.noah/stty.bash usr/share/doc/bash-3.2/scripts.noah/y_or_n_p.bash usr/share/doc/bash-3.2/scripts.v2/PERMISSION usr/share/doc/bash-3.2/scripts.v2/README usr/share/doc/bash-3.2/scripts.v2/arc2tarz usr/share/doc/bash-3.2/scripts.v2/bashrand usr/share/doc/bash-3.2/scripts.v2/cal2day.bash usr/share/doc/bash-3.2/scripts.v2/cdhist.bash usr/share/doc/bash-3.2/scripts.v2/corename usr/share/doc/bash-3.2/scripts.v2/fman usr/share/doc/bash-3.2/scripts.v2/frcp usr/share/doc/bash-3.2/scripts.v2/lowercase usr/share/doc/bash-3.2/scripts.v2/ncp usr/share/doc/bash-3.2/scripts.v2/newext usr/share/doc/bash-3.2/scripts.v2/nmv usr/share/doc/bash-3.2/scripts.v2/pages usr/share/doc/bash-3.2/scripts.v2/pf usr/share/doc/bash-3.2/scripts.v2/pmtop usr/share/doc/bash-3.2/scripts.v2/ren usr/share/doc/bash-3.2/scripts.v2/rename usr/share/doc/bash-3.2/scripts.v2/repeat usr/share/doc/bash-3.2/scripts.v2/shprof usr/share/doc/bash-3.2/scripts.v2/untar usr/share/doc/bash-3.2/scripts.v2/uudec usr/share/doc/bash-3.2/scripts.v2/uuenc usr/share/doc/bash-3.2/scripts.v2/vtree usr/share/doc/bash-3.2/scripts.v2/where usr/share/doc/bash-3.2/scripts/adventure.sh usr/share/doc/bash-3.2/scripts/bcsh.sh usr/share/doc/bash-3.2/scripts/cat.sh usr/share/doc/bash-3.2/scripts/center usr/share/doc/bash-3.2/scripts/dd-ex.sh usr/share/doc/bash-3.2/scripts/fixfiles.bash usr/share/doc/bash-3.2/scripts/hanoi.bash usr/share/doc/bash-3.2/scripts/inpath usr/share/doc/bash-3.2/scripts/krand.bash usr/share/doc/bash-3.2/scripts/line-input.bash usr/share/doc/bash-3.2/scripts/nohup.bash usr/share/doc/bash-3.2/scripts/precedence usr/share/doc/bash-3.2/scripts/randomcard.bash usr/share/doc/bash-3.2/scripts/scrollbar usr/share/doc/bash-3.2/scripts/scrollbar2 usr/share/doc/bash-3.2/scripts/self-repro usr/share/doc/bash-3.2/scripts/showperm.bash usr/share/doc/bash-3.2/scripts/shprompt usr/share/doc/bash-3.2/scripts/spin.bash usr/share/doc/bash-3.2/scripts/timeout usr/share/doc/bash-3.2/scripts/vtree2 usr/share/doc/bash-3.2/scripts/vtree3 usr/share/doc/bash-3.2/scripts/vtree3a usr/share/doc/bash-3.2/scripts/websrv.sh usr/share/doc/bash-3.2/scripts/xterm_title usr/share/doc/bash-3.2/scripts/zprintf usr/share/doc/bash-3.2/startup-files/Bash_aliases usr/share/doc/bash-3.2/startup-files/Bash_profile usr/share/doc/bash-3.2/startup-files/Bashrc.bfox usr/share/doc/bash-3.2/startup-files/README usr/share/doc/bash-3.2/startup-files/apple/README usr/share/doc/bash-3.2/startup-files/apple/aliases usr/share/doc/bash-3.2/startup-files/apple/bash.defaults usr/share/doc/bash-3.2/startup-files/apple/environment usr/share/doc/bash-3.2/startup-files/apple/login usr/share/doc/bash-3.2/startup-files/apple/logout usr/share/doc/bash-3.2/startup-files/apple/rc usr/share/doc/bash-3.2/startup-files/bash-profile usr/share/doc/bash-3.2/startup-files/bashrc 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/coreutils-6.12/ABOUT-NLS usr/share/doc/coreutils-6.12/COPYING usr/share/doc/coreutils-6.12/ChangeLog.bz2 usr/share/doc/coreutils-6.12/NEWS usr/share/doc/coreutils-6.12/README usr/share/doc/coreutils-6.12/THANKS usr/share/doc/coreutils-6.12/TODO usr/share/doc/coreutils-6.12/fileutils/ChangeLog-1997.bz2 usr/share/doc/coreutils-6.12/fileutils/ChangeLog.bz2 usr/share/doc/coreutils-6.12/fileutils/NEWS usr/share/doc/coreutils-6.12/sh-utils/ChangeLog.0.bz2 usr/share/doc/coreutils-6.12/sh-utils/ChangeLog.bz2 usr/share/doc/coreutils-6.12/sh-utils/NEWS usr/share/doc/coreutils-6.12/textutils/ChangeLog.bz2 usr/share/doc/coreutils-6.12/textutils/NEWS usr/share/doc/db4-4.7.25/LICENSE usr/share/doc/db4-4.7.25/README usr/share/doc/e2fsprogs-1.41.4/README usr/share/doc/e2fsprogs-1.41.4/RELEASE-NOTES usr/share/doc/elfutils-0.142/README usr/share/doc/elfutils-0.142/TODO usr/share/doc/fedora-release-10/GPL usr/share/doc/freetype-2.3.7/ChangeLog usr/share/doc/freetype-2.3.7/README usr/share/doc/gamin-0.1.9/AUTHORS usr/share/doc/gamin-0.1.9/ChangeLog usr/share/doc/gamin-0.1.9/Copyright usr/share/doc/gamin-0.1.9/FAQ.html usr/share/doc/gamin-0.1.9/NEWS usr/share/doc/gamin-0.1.9/README usr/share/doc/gamin-0.1.9/TODO usr/share/doc/gamin-0.1.9/callbacks.gif usr/share/doc/gamin-0.1.9/client_server.gif usr/share/doc/gamin-0.1.9/config.html usr/share/doc/gamin-0.1.9/contacts.html usr/share/doc/gamin-0.1.9/debug.html usr/share/doc/gamin-0.1.9/debugging.txt usr/share/doc/gamin-0.1.9/devel.html usr/share/doc/gamin-0.1.9/differences.html usr/share/doc/gamin-0.1.9/downloads.html usr/share/doc/gamin-0.1.9/gamin.html usr/share/doc/gamin-0.1.9/index.html usr/share/doc/gamin-0.1.9/internals.html usr/share/doc/gamin-0.1.9/news.html usr/share/doc/gamin-0.1.9/overview.html usr/share/doc/gamin-0.1.9/python.html usr/share/doc/gamin-0.1.9/security.html usr/share/doc/gamin-0.1.9/server_structs.gif usr/share/doc/gamin-0.1.9/socket.txt usr/share/doc/gamin-0.1.9/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/glib-1.2.10/AUTHORS usr/share/doc/glib-1.2.10/COPYING usr/share/doc/glib-1.2.10/ChangeLog usr/share/doc/glib-1.2.10/NEWS usr/share/doc/glib-1.2.10/README usr/share/doc/glib2-2.18.4/AUTHORS usr/share/doc/glib2-2.18.4/COPYING usr/share/doc/glib2-2.18.4/NEWS usr/share/doc/glib2-2.18.4/README usr/share/doc/glibc-2.9/BUGS usr/share/doc/glibc-2.9/CONFORMANCE usr/share/doc/glibc-2.9/COPYING usr/share/doc/glibc-2.9/COPYING.LIB usr/share/doc/glibc-2.9/FAQ usr/share/doc/glibc-2.9/INSTALL usr/share/doc/glibc-2.9/LICENSES usr/share/doc/glibc-2.9/NEWS usr/share/doc/glibc-2.9/NOTES usr/share/doc/glibc-2.9/PROJECTS usr/share/doc/glibc-2.9/README usr/share/doc/glibc-2.9/README.hesiod usr/share/doc/glibc-2.9/README.libm usr/share/doc/glibc-common-2.9/ChangeLog.15.bz2 usr/share/doc/glibc-common-2.9/ChangeLog.16.bz2 usr/share/doc/glibc-common-2.9/ChangeLog.bz2 usr/share/doc/glibc-common-2.9/README.timezone usr/share/doc/glibc-common-2.9/README.ufc-crypt usr/share/doc/glibc-common-2.9/gai.conf usr/share/doc/grep-2.5.1a/ABOUT-NLS usr/share/doc/grep-2.5.1a/AUTHORS usr/share/doc/grep-2.5.1a/COPYING usr/share/doc/grep-2.5.1a/ChangeLog usr/share/doc/grep-2.5.1a/NEWS usr/share/doc/grep-2.5.1a/README usr/share/doc/grep-2.5.1a/THANKS usr/share/doc/grep-2.5.1a/TODO usr/share/doc/info-4.12/COPYING usr/share/doc/keyutils-libs-1.2/LICENCE.LGPL usr/share/doc/libcap-2.10/License usr/share/doc/libcap-2.10/capability.notes usr/share/doc/libgcc-4.3.2/COPYING.LIB usr/share/doc/libidn-0.6.14/COPYING usr/share/doc/libidn-0.6.14/COPYING.LIB usr/share/doc/libidn-0.6.14/ChangeLog usr/share/doc/libidn-0.6.14/FAQ usr/share/doc/libidn-0.6.14/NEWS usr/share/doc/libidn-0.6.14/README usr/share/doc/libidn-0.6.14/THANKS usr/share/doc/ncurses-5.6/ANNOUNCE usr/share/doc/ncurses-5.6/AUTHORS usr/share/doc/ncurses-5.6/README usr/share/doc/ncurses-5.6/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-5.2/CHANGES usr/share/doc/readline-5.2/COPYING usr/share/doc/readline-5.2/NEWS usr/share/doc/readline-5.2/README usr/share/doc/readline-5.2/USAGE usr/share/doc/setserial-2.17/README usr/share/doc/setserial-2.17/rc.serial usr/share/doc/setup-2.7.4/uidgid usr/share/doc/slang-2.1.4/COPYING usr/share/doc/slang-2.1.4/NEWS usr/share/doc/slang-2.1.4/README usr/share/doc/slang-2.1.4/changes.txt usr/share/doc/slang-2.1.4/grammar.txt usr/share/doc/slang-2.1.4/slang.txt usr/share/doc/slang-2.1.4/slangfun.txt 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/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/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/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/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/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/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_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/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/locale/af/LC_MESSAGES/coreutils.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/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/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/coreutils.mo usr/share/locale/bg/LC_MESSAGES/glib20.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/coreutils.mo usr/share/locale/ca/LC_MESSAGES/e2fsprogs.mo usr/share/locale/ca/LC_MESSAGES/glib20.mo usr/share/locale/ca/LC_MESSAGES/libc.mo usr/share/locale/ca/LC_TIME/coreutils.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/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/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/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@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_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/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/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/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_TIME/coreutils.mo usr/share/locale/fa/LC_MESSAGES/glib20.mo usr/share/locale/fi/LC_MESSAGES/coreutils.mo usr/share/locale/fi/LC_MESSAGES/glib20.mo usr/share/locale/fi/LC_MESSAGES/libc.mo usr/share/locale/fi/LC_TIME/coreutils.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/coreutils.mo usr/share/locale/ga/LC_MESSAGES/glib20.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/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/coreutils.mo usr/share/locale/hu/LC_MESSAGES/glib20.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/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/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/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/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/locale.alias usr/share/locale/lt/LC_MESSAGES/coreutils.mo usr/share/locale/lt/LC_MESSAGES/glib20.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/libc.mo usr/share/locale/nb/LC_MESSAGES/popt.mo usr/share/locale/nb/LC_TIME/coreutils.mo usr/share/locale/ne/LC_MESSAGES/glib20.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/no/LC_MESSAGES/grep.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/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/popt.mo usr/share/locale/pt/LC_TIME/coreutils.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/glib20.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/rw/LC_MESSAGES/libidn.mo usr/share/locale/si/LC_MESSAGES/glib20.mo usr/share/locale/sk/LC_MESSAGES/coreutils.mo usr/share/locale/sk/LC_MESSAGES/glib20.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/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/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/libidn.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/tl/LC_MESSAGES/glib20.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/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/popt.mo usr/share/locale/uk/LC_TIME/coreutils.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/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/glib20.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/coreutils.mo usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo usr/share/locale/zh_TW/LC_MESSAGES/libc.mo usr/share/locale/zh_TW/LC_TIME/coreutils.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/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/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/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/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/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/logname.1.gz usr/share/man/man1/logout.1.gz usr/share/man/man1/ls.1.gz usr/share/man/man1/lsattr.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/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/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/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/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/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/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/who.1.gz usr/share/man/man1/whoami.1.gz usr/share/man/man1/yes.1.gz usr/share/man/man5/e2fsck.conf.5.gz usr/share/man/man5/info.5.gz usr/share/man/man5/mke2fs.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/blkid.8.gz usr/share/man/man8/debugfs.8.gz usr/share/man/man8/dumpe2fs.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/findfs.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/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/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/tmp var/mail @unexec rm -f %D/var/cache/ldconfig/aux-cache @comment empty directory listing @exec /bin/mkdir -p %D/var/yp @exec /bin/mkdir -p %D/var/spool/mail @exec /bin/mkdir -p %D/var/spool/lpd @exec /bin/mkdir -p %D/var/preserve @exec /bin/mkdir -p %D/var/opt @exec /bin/mkdir -p %D/var/nis @exec /bin/mkdir -p %D/var/lock/subsys @exec /bin/mkdir -p %D/var/local @exec /bin/mkdir -p %D/var/lib/misc @exec /bin/mkdir -p %D/var/lib/games @exec /bin/mkdir -p %D/var/games @exec /bin/mkdir -p %D/var/empty @exec /bin/mkdir -p %D/var/db @exec /bin/mkdir -p %D/usr/src/kernels @exec /bin/mkdir -p %D/usr/share/xsessions @exec /bin/mkdir -p %D/usr/share/themes @exec /bin/mkdir -p %D/usr/share/pixmaps @exec /bin/mkdir -p %D/usr/share/omf @exec /bin/mkdir -p %D/usr/share/misc @exec /bin/mkdir -p %D/usr/share/mime-info @exec /bin/mkdir -p %D/usr/share/man/mann @exec /bin/mkdir -p %D/usr/share/man/man9x @exec /bin/mkdir -p %D/usr/share/man/man9 @exec /bin/mkdir -p %D/usr/share/man/man8x @exec /bin/mkdir -p %D/usr/share/man/man7x @exec /bin/mkdir -p %D/usr/share/man/man6x @exec /bin/mkdir -p %D/usr/share/man/man6 @exec /bin/mkdir -p %D/usr/share/man/man5x @exec /bin/mkdir -p %D/usr/share/man/man4x @exec /bin/mkdir -p %D/usr/share/man/man4 @exec /bin/mkdir -p %D/usr/share/man/man3x @exec /bin/mkdir -p %D/usr/share/man/man3p @exec /bin/mkdir -p %D/usr/share/man/man3 @exec /bin/mkdir -p %D/usr/share/man/man2x @exec /bin/mkdir -p %D/usr/share/man/man2 @exec /bin/mkdir -p %D/usr/share/man/man1x @exec /bin/mkdir -p %D/usr/share/man/man1p @exec /bin/mkdir -p %D/usr/share/man/man0p @exec /bin/mkdir -p %D/usr/share/locale/zza/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/zun/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/zu/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/znd/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/zh/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/zen/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/zbl/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/zap/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/za/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ypk/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/yo/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/yap/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/yao/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/xal/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/wo/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/wen/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/was/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/war/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/wal/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/wak/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/vot/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/vo/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ve/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/vai/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/uz@cyrillic/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/uz@Latn/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/uz/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ur/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/und/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/umb/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/uk_UA/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/uga/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ug/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/udm/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/tyv/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ty/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/tw/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/tvl/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/tut/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/tup/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/tum/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/tsi/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ts/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/tpi/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/tog/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/to/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/tn/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/tmh/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/tli/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/tlh/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/tkl/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/tk/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/tiv/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/tig/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ti/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/tg/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/tet/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ter/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/tem/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/tai/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/syr/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/syc/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sw/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sv_SE/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sux/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sus/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/suk/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/su/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/st/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ssa/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ss/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/srr/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/srn/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sr@Latn/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sq_AL/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/son/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sog/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/so/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/snk/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sn/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sms/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/smn/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/smj/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/smi/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sma/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sm/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sla/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sl_SI/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sit/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sio/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sid/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/shn/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sgn/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sga/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sg/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sem/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sel/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/se/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sd/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sco/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/scn/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sc/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sat/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sas/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sam/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sal/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sai/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sah/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sad/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/sa/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/rup/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ru_RU/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/rom/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/roa/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/rn/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/rm/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/rar/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/rap/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/raj/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/qu/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/pt_PT/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/pro/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/pra/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/pon/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/pl_PL/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/pi/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/phn/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/phi/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/peo/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/pau/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/pap/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/pam/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/pal/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/pag/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/paa/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/oto/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ota/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/osa/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/os/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/om/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/oj/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/nzi/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/nyo/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/nyn/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/nym/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ny/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/nwc/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/nv/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/nub/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/nso/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/nr/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/nqo/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/non/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/nog/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/nl_NL/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/nl_BE/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/niu/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/nic/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/nia/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ng/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/new/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/nds@NFE/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/nds/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/nd/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/nb_NO/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/nap/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/nai/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/nah/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/na/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/myv/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/myn/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/my_MM/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/my/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/mwr/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/mwl/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/mus/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/mun/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/mul/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/mt/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/mos/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/moh/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/mo/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/mno/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/mni/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/mnc/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/mkh/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/mis/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/min/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/mic/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/mi/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/mh/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/mga/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/men/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/mdr/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/mdf/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/mas/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/map/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/man/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/mak/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/mag/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/mad/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/lus/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/luo/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/lun/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/lui/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/lua/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/lu/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/loz/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/lol/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/lo/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ln/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/li/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/lg/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/lez/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/lb/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/lam/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/lah/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/lad/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/la/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ky/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kw/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kv/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kut/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kum/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ks/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kru/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kro/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/krl/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/krc/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kr/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kpe/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kos/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kok/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ko_KR/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kmb/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/km/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kl/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kk/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kj/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ki/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kho/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/khi/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kha/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kg/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kbd/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kaw/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kar/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kam/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kac/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kab/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/kaa/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/jv/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/jrb/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/jpr/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/jbo/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ja_JP/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/iu/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/it_IT/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/it_CH/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/iro/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ira/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/io/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/inh/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ine/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/inc/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ilo/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ik/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ijo/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ii/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ig/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ie/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/iba/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ia/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/hz/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/hup/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/hu_HU/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ht/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/hsb/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/hr_HR/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ho/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/hmn/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/hit/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/him/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/hil/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/he_IL/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/haw/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/hai/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ha/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/gwi/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/gv/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/gsw/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/grc/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/grb/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/got/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/gor/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/gon/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/goh/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/gn/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/gmh/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/gil/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/gez/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/gem/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/gd/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/gba/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/gay/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/gaa/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/fy/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/fur/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/frs/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/frr/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/fro/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/frm/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/fr_FR/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/fr_CH/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/fr_CA/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/fr_BE/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/fon/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/fo/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/fj/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/fiu/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/fil/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ff/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/fat/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/fan/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/fa_IR/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ewo/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/et_EE/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/eu_ES/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/es_VE/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/es_UY/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/es_SV/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/es_PR/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/es_PE/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/es_PA/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/es_NI/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/es_MX/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/es_HN/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/es_GT/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/es_ES/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/es_EC/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/es_DO/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/es_CR/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/es_CO/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/es_CL/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/es_AR/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/enm/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/en_US/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/en_AU/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/en/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/elx/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/el_GR/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/eka/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/egy/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/efi/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ee/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/dyu/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/dv/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/dum/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/dua/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/dsb/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/dra/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/doi/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/din/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/dgr/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/den/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/del/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/de_DE/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/de_CH/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/de_AT/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/day/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/dar/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/dak/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/cv/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/cus/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/cu/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/csb/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/cs_CZ/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/crp/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/crh/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/cr/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/cpp/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/cpf/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/cpe/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/cop/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/co/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/cmc/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/chy/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/chr/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/chp/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/cho/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/chn/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/chm/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/chk/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/chg/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/chb/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ch/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/cel/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ceb/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ce/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/cau/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/car/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/cai/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/cad/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ca_ES@valencian/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ca_ES/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ca@valencia/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/byn/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/bug/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/bua/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/btk/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/bra/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/br/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/bo/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/bnt/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/bm/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/bla/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/bin/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/bik/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/bi/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/bho/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/bh/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ber/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/bem/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/bej/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/bat/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/bas/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ban/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/bal/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/bai/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/bad/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ba/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/az_IR/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ay/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/awa/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/av/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/aus/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ath/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ast_ES/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ast/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/arw/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/art/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/arp/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/arn/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/arc/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/apa/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/anp/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ang/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/an/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/am_ET/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/alt/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/alg/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ale/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/akk/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ak/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ain/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/afh/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/afa/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/af_ZA/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ae/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ady/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ada/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ach/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ace/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/ab/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/locale/aa/LC_MESSAGES @exec /bin/mkdir -p %D/usr/share/icons @exec /bin/mkdir -p %D/usr/share/gnome @exec /bin/mkdir -p %D/usr/share/games @exec /bin/mkdir -p %D/usr/share/fonts @exec /bin/mkdir -p %D/usr/share/empty @exec /bin/mkdir -p %D/usr/share/dict @exec /bin/mkdir -p %D/usr/share/desktop-directories @exec /bin/mkdir -p %D/usr/share/augeas/lenses @exec /bin/mkdir -p %D/usr/share/applications @exec /bin/mkdir -p %D/usr/lib/tls @exec /bin/mkdir -p %D/usr/lib/sse2 @exec /bin/mkdir -p %D/usr/lib/krb5/plugins/preauth @exec /bin/mkdir -p %D/usr/lib/krb5/plugins/libkrb5 @exec /bin/mkdir -p %D/usr/lib/krb5/plugins/kdb @exec /bin/mkdir -p %D/usr/lib/games @exec /bin/mkdir -p %D/usr/lib/X11 @exec /bin/mkdir -p %D/usr/include @exec /bin/mkdir -p %D/usr/games @exec /bin/mkdir -p %D/usr/etc @exec /bin/mkdir -p %D/usr/X11R6/share @exec /bin/mkdir -p %D/usr/X11R6/man @exec /bin/mkdir -p %D/usr/X11R6/lib/tls @exec /bin/mkdir -p %D/usr/X11R6/include @exec /bin/mkdir -p %D/usr/X11R6/bin @exec /bin/mkdir -p %D/sys @exec /bin/mkdir -p %D/srv @exec /bin/mkdir -p %D/selinux @exec /bin/mkdir -p %D/proc @exec /bin/mkdir -p %D/opt @exec /bin/mkdir -p %D/mnt @exec /bin/mkdir -p %D/lib/tls @exec /bin/mkdir -p %D/lib/modules @exec /bin/mkdir -p %D/etc/xinetd.d @exec /bin/mkdir -p %D/etc/xdg/autostart @exec /bin/mkdir -p %D/etc/sysconfig @exec /bin/mkdir -p %D/etc/popt.d @exec /bin/mkdir -p %D/etc/opt @exec /bin/mkdir -p %D/etc/ld.so.conf.d @exec /bin/mkdir -p %D/etc/blkid @exec /bin/mkdir -p %D/etc/X11/fontpath.d @exec /bin/mkdir -p %D/etc/X11/applnk @dirrm var/yp @dirrm var/spool/mail @dirrm var/spool/lpd @dirrm var/preserve @dirrm var/opt @dirrm var/nis @dirrm var/lock/subsys @dirrm var/local @dirrm var/lib/misc @dirrm var/lib/games @dirrm var/games @dirrm var/empty @dirrm var/db @dirrm var/cache/ldconfig @dirrm usr/src/kernels @dirrm usr/share/xsessions @dirrm usr/share/themes @dirrm usr/share/pixmaps @dirrm usr/share/omf @dirrm usr/share/misc @dirrm usr/share/mime-info @dirrm usr/share/man/mann @dirrm usr/share/man/man9x @dirrm usr/share/man/man9 @dirrm usr/share/man/man8x @dirrm usr/share/man/man7x @dirrm usr/share/man/man6x @dirrm usr/share/man/man6 @dirrm usr/share/man/man5x @dirrm usr/share/man/man4x @dirrm usr/share/man/man4 @dirrm usr/share/man/man3x @dirrm usr/share/man/man3p @dirrm usr/share/man/man3 @dirrm usr/share/man/man2x @dirrm usr/share/man/man2 @dirrm usr/share/man/man1x @dirrm usr/share/man/man1p @dirrm usr/share/man/man0p @dirrm usr/share/locale/zza/LC_MESSAGES @dirrm usr/share/locale/zun/LC_MESSAGES @dirrm usr/share/locale/zu/LC_MESSAGES @dirrm usr/share/locale/znd/LC_MESSAGES @dirrm usr/share/locale/zh/LC_MESSAGES @dirrm usr/share/locale/zen/LC_MESSAGES @dirrm usr/share/locale/zbl/LC_MESSAGES @dirrm usr/share/locale/zap/LC_MESSAGES @dirrm usr/share/locale/za/LC_MESSAGES @dirrm usr/share/locale/ypk/LC_MESSAGES @dirrm usr/share/locale/yo/LC_MESSAGES @dirrm usr/share/locale/yap/LC_MESSAGES @dirrm usr/share/locale/yao/LC_MESSAGES @dirrm usr/share/locale/xal/LC_MESSAGES @dirrm usr/share/locale/wo/LC_MESSAGES @dirrm usr/share/locale/wen/LC_MESSAGES @dirrm usr/share/locale/was/LC_MESSAGES @dirrm usr/share/locale/war/LC_MESSAGES @dirrm usr/share/locale/wal/LC_MESSAGES @dirrm usr/share/locale/wak/LC_MESSAGES @dirrm usr/share/locale/vot/LC_MESSAGES @dirrm usr/share/locale/vo/LC_MESSAGES @dirrm usr/share/locale/ve/LC_MESSAGES @dirrm usr/share/locale/vai/LC_MESSAGES @dirrm usr/share/locale/uz@cyrillic/LC_MESSAGES @dirrm usr/share/locale/uz@Latn/LC_MESSAGES @dirrm usr/share/locale/uz/LC_MESSAGES @dirrm usr/share/locale/ur/LC_MESSAGES @dirrm usr/share/locale/und/LC_MESSAGES @dirrm usr/share/locale/umb/LC_MESSAGES @dirrm usr/share/locale/uk_UA/LC_MESSAGES @dirrm usr/share/locale/uga/LC_MESSAGES @dirrm usr/share/locale/ug/LC_MESSAGES @dirrm usr/share/locale/udm/LC_MESSAGES @dirrm usr/share/locale/tyv/LC_MESSAGES @dirrm usr/share/locale/ty/LC_MESSAGES @dirrm usr/share/locale/tw/LC_MESSAGES @dirrm usr/share/locale/tvl/LC_MESSAGES @dirrm usr/share/locale/tut/LC_MESSAGES @dirrm usr/share/locale/tup/LC_MESSAGES @dirrm usr/share/locale/tum/LC_MESSAGES @dirrm usr/share/locale/tsi/LC_MESSAGES @dirrm usr/share/locale/ts/LC_MESSAGES @dirrm usr/share/locale/tpi/LC_MESSAGES @dirrm usr/share/locale/tog/LC_MESSAGES @dirrm usr/share/locale/to/LC_MESSAGES @dirrm usr/share/locale/tn/LC_MESSAGES @dirrm usr/share/locale/tmh/LC_MESSAGES @dirrm usr/share/locale/tli/LC_MESSAGES @dirrm usr/share/locale/tlh/LC_MESSAGES @dirrm usr/share/locale/tkl/LC_MESSAGES @dirrm usr/share/locale/tk/LC_MESSAGES @dirrm usr/share/locale/tiv/LC_MESSAGES @dirrm usr/share/locale/tig/LC_MESSAGES @dirrm usr/share/locale/ti/LC_MESSAGES @dirrm usr/share/locale/tg/LC_MESSAGES @dirrm usr/share/locale/tet/LC_MESSAGES @dirrm usr/share/locale/ter/LC_MESSAGES @dirrm usr/share/locale/tem/LC_MESSAGES @dirrm usr/share/locale/tai/LC_MESSAGES @dirrm usr/share/locale/syr/LC_MESSAGES @dirrm usr/share/locale/sw/LC_MESSAGES @dirrm usr/share/locale/sv_SE/LC_MESSAGES @dirrm usr/share/locale/sux/LC_MESSAGES @dirrm usr/share/locale/sus/LC_MESSAGES @dirrm usr/share/locale/suk/LC_MESSAGES @dirrm usr/share/locale/su/LC_MESSAGES @dirrm usr/share/locale/st/LC_MESSAGES @dirrm usr/share/locale/ssa/LC_MESSAGES @dirrm usr/share/locale/ss/LC_MESSAGES @dirrm usr/share/locale/srr/LC_MESSAGES @dirrm usr/share/locale/srn/LC_MESSAGES @dirrm usr/share/locale/sr@Latn/LC_MESSAGES @dirrm usr/share/locale/sq_AL/LC_MESSAGES @dirrm usr/share/locale/son/LC_MESSAGES @dirrm usr/share/locale/sog/LC_MESSAGES @dirrm usr/share/locale/so/LC_MESSAGES @dirrm usr/share/locale/snk/LC_MESSAGES @dirrm usr/share/locale/sn/LC_MESSAGES @dirrm usr/share/locale/sms/LC_MESSAGES @dirrm usr/share/locale/smn/LC_MESSAGES @dirrm usr/share/locale/smj/LC_MESSAGES @dirrm usr/share/locale/smi/LC_MESSAGES @dirrm usr/share/locale/sma/LC_MESSAGES @dirrm usr/share/locale/sm/LC_MESSAGES @dirrm usr/share/locale/sla/LC_MESSAGES @dirrm usr/share/locale/sl_SI/LC_MESSAGES @dirrm usr/share/locale/sit/LC_MESSAGES @dirrm usr/share/locale/sio/LC_MESSAGES @dirrm usr/share/locale/sid/LC_MESSAGES @dirrm usr/share/locale/shn/LC_MESSAGES @dirrm usr/share/locale/sgn/LC_MESSAGES @dirrm usr/share/locale/sga/LC_MESSAGES @dirrm usr/share/locale/sg/LC_MESSAGES @dirrm usr/share/locale/sem/LC_MESSAGES @dirrm usr/share/locale/sel/LC_MESSAGES @dirrm usr/share/locale/se/LC_MESSAGES @dirrm usr/share/locale/sd/LC_MESSAGES @dirrm usr/share/locale/sco/LC_MESSAGES @dirrm usr/share/locale/scn/LC_MESSAGES @dirrm usr/share/locale/sc/LC_MESSAGES @dirrm usr/share/locale/sat/LC_MESSAGES @dirrm usr/share/locale/sas/LC_MESSAGES @dirrm usr/share/locale/sam/LC_MESSAGES @dirrm usr/share/locale/sal/LC_MESSAGES @dirrm usr/share/locale/sai/LC_MESSAGES @dirrm usr/share/locale/sah/LC_MESSAGES @dirrm usr/share/locale/sad/LC_MESSAGES @dirrm usr/share/locale/sa/LC_MESSAGES @dirrm usr/share/locale/rup/LC_MESSAGES @dirrm usr/share/locale/ru_RU/LC_MESSAGES @dirrm usr/share/locale/rom/LC_MESSAGES @dirrm usr/share/locale/roa/LC_MESSAGES @dirrm usr/share/locale/rn/LC_MESSAGES @dirrm usr/share/locale/rm/LC_MESSAGES @dirrm usr/share/locale/rar/LC_MESSAGES @dirrm usr/share/locale/rap/LC_MESSAGES @dirrm usr/share/locale/raj/LC_MESSAGES @dirrm usr/share/locale/qu/LC_MESSAGES @dirrm usr/share/locale/pt_PT/LC_MESSAGES @dirrm usr/share/locale/pro/LC_MESSAGES @dirrm usr/share/locale/pra/LC_MESSAGES @dirrm usr/share/locale/pon/LC_MESSAGES @dirrm usr/share/locale/pl_PL/LC_MESSAGES @dirrm usr/share/locale/pi/LC_MESSAGES @dirrm usr/share/locale/phn/LC_MESSAGES @dirrm usr/share/locale/phi/LC_MESSAGES @dirrm usr/share/locale/peo/LC_MESSAGES @dirrm usr/share/locale/pau/LC_MESSAGES @dirrm usr/share/locale/pap/LC_MESSAGES @dirrm usr/share/locale/pam/LC_MESSAGES @dirrm usr/share/locale/pal/LC_MESSAGES @dirrm usr/share/locale/pag/LC_MESSAGES @dirrm usr/share/locale/paa/LC_MESSAGES @dirrm usr/share/locale/oto/LC_MESSAGES @dirrm usr/share/locale/ota/LC_MESSAGES @dirrm usr/share/locale/osa/LC_MESSAGES @dirrm usr/share/locale/os/LC_MESSAGES @dirrm usr/share/locale/om/LC_MESSAGES @dirrm usr/share/locale/oj/LC_MESSAGES @dirrm usr/share/locale/nzi/LC_MESSAGES @dirrm usr/share/locale/nyo/LC_MESSAGES @dirrm usr/share/locale/nyn/LC_MESSAGES @dirrm usr/share/locale/nym/LC_MESSAGES @dirrm usr/share/locale/ny/LC_MESSAGES @dirrm usr/share/locale/nwc/LC_MESSAGES @dirrm usr/share/locale/nv/LC_MESSAGES @dirrm usr/share/locale/nub/LC_MESSAGES @dirrm usr/share/locale/nso/LC_MESSAGES @dirrm usr/share/locale/nr/LC_MESSAGES @dirrm usr/share/locale/nqo/LC_MESSAGES @dirrm usr/share/locale/non/LC_MESSAGES @dirrm usr/share/locale/nog/LC_MESSAGES @dirrm usr/share/locale/nl_NL/LC_MESSAGES @dirrm usr/share/locale/nl_BE/LC_MESSAGES @dirrm usr/share/locale/niu/LC_MESSAGES @dirrm usr/share/locale/nic/LC_MESSAGES @dirrm usr/share/locale/nia/LC_MESSAGES @dirrm usr/share/locale/ng/LC_MESSAGES @dirrm usr/share/locale/new/LC_MESSAGES @dirrm usr/share/locale/nds@NFE/LC_MESSAGES @dirrm usr/share/locale/nds/LC_MESSAGES @dirrm usr/share/locale/nd/LC_MESSAGES @dirrm usr/share/locale/nb_NO/LC_MESSAGES @dirrm usr/share/locale/nap/LC_MESSAGES @dirrm usr/share/locale/nai/LC_MESSAGES @dirrm usr/share/locale/nah/LC_MESSAGES @dirrm usr/share/locale/na/LC_MESSAGES @dirrm usr/share/locale/myv/LC_MESSAGES @dirrm usr/share/locale/myn/LC_MESSAGES @dirrm usr/share/locale/my_MM/LC_MESSAGES @dirrm usr/share/locale/my/LC_MESSAGES @dirrm usr/share/locale/mwr/LC_MESSAGES @dirrm usr/share/locale/mwl/LC_MESSAGES @dirrm usr/share/locale/mus/LC_MESSAGES @dirrm usr/share/locale/mun/LC_MESSAGES @dirrm usr/share/locale/mul/LC_MESSAGES @dirrm usr/share/locale/mt/LC_MESSAGES @dirrm usr/share/locale/mos/LC_MESSAGES @dirrm usr/share/locale/moh/LC_MESSAGES @dirrm usr/share/locale/mo/LC_MESSAGES @dirrm usr/share/locale/mno/LC_MESSAGES @dirrm usr/share/locale/mni/LC_MESSAGES @dirrm usr/share/locale/mnc/LC_MESSAGES @dirrm usr/share/locale/mkh/LC_MESSAGES @dirrm usr/share/locale/mis/LC_MESSAGES @dirrm usr/share/locale/min/LC_MESSAGES @dirrm usr/share/locale/mic/LC_MESSAGES @dirrm usr/share/locale/mi/LC_MESSAGES @dirrm usr/share/locale/mh/LC_MESSAGES @dirrm usr/share/locale/mga/LC_MESSAGES @dirrm usr/share/locale/men/LC_MESSAGES @dirrm usr/share/locale/mdr/LC_MESSAGES @dirrm usr/share/locale/mdf/LC_MESSAGES @dirrm usr/share/locale/mas/LC_MESSAGES @dirrm usr/share/locale/map/LC_MESSAGES @dirrm usr/share/locale/man/LC_MESSAGES @dirrm usr/share/locale/mak/LC_MESSAGES @dirrm usr/share/locale/mag/LC_MESSAGES @dirrm usr/share/locale/mad/LC_MESSAGES @dirrm usr/share/locale/lus/LC_MESSAGES @dirrm usr/share/locale/luo/LC_MESSAGES @dirrm usr/share/locale/lun/LC_MESSAGES @dirrm usr/share/locale/lui/LC_MESSAGES @dirrm usr/share/locale/lua/LC_MESSAGES @dirrm usr/share/locale/lu/LC_MESSAGES @dirrm usr/share/locale/loz/LC_MESSAGES @dirrm usr/share/locale/lol/LC_MESSAGES @dirrm usr/share/locale/lo/LC_MESSAGES @dirrm usr/share/locale/ln/LC_MESSAGES @dirrm usr/share/locale/li/LC_MESSAGES @dirrm usr/share/locale/lg/LC_MESSAGES @dirrm usr/share/locale/lez/LC_MESSAGES @dirrm usr/share/locale/lb/LC_MESSAGES @dirrm usr/share/locale/lam/LC_MESSAGES @dirrm usr/share/locale/lah/LC_MESSAGES @dirrm usr/share/locale/lad/LC_MESSAGES @dirrm usr/share/locale/la/LC_MESSAGES @dirrm usr/share/locale/ky/LC_MESSAGES @dirrm usr/share/locale/kw/LC_MESSAGES @dirrm usr/share/locale/kv/LC_MESSAGES @dirrm usr/share/locale/kut/LC_MESSAGES @dirrm usr/share/locale/kum/LC_MESSAGES @dirrm usr/share/locale/ks/LC_MESSAGES @dirrm usr/share/locale/kru/LC_MESSAGES @dirrm usr/share/locale/kro/LC_MESSAGES @dirrm usr/share/locale/krl/LC_MESSAGES @dirrm usr/share/locale/krc/LC_MESSAGES @dirrm usr/share/locale/kr/LC_MESSAGES @dirrm usr/share/locale/kpe/LC_MESSAGES @dirrm usr/share/locale/kos/LC_MESSAGES @dirrm usr/share/locale/kok/LC_MESSAGES @dirrm usr/share/locale/ko_KR/LC_MESSAGES @dirrm usr/share/locale/kmb/LC_MESSAGES @dirrm usr/share/locale/km/LC_MESSAGES @dirrm usr/share/locale/kl/LC_MESSAGES @dirrm usr/share/locale/kk/LC_MESSAGES @dirrm usr/share/locale/kj/LC_MESSAGES @dirrm usr/share/locale/ki/LC_MESSAGES @dirrm usr/share/locale/kho/LC_MESSAGES @dirrm usr/share/locale/khi/LC_MESSAGES @dirrm usr/share/locale/kha/LC_MESSAGES @dirrm usr/share/locale/kg/LC_MESSAGES @dirrm usr/share/locale/kbd/LC_MESSAGES @dirrm usr/share/locale/kaw/LC_MESSAGES @dirrm usr/share/locale/kar/LC_MESSAGES @dirrm usr/share/locale/kam/LC_MESSAGES @dirrm usr/share/locale/kac/LC_MESSAGES @dirrm usr/share/locale/kab/LC_MESSAGES @dirrm usr/share/locale/kaa/LC_MESSAGES @dirrm usr/share/locale/jv/LC_MESSAGES @dirrm usr/share/locale/jrb/LC_MESSAGES @dirrm usr/share/locale/jpr/LC_MESSAGES @dirrm usr/share/locale/jbo/LC_MESSAGES @dirrm usr/share/locale/ja_JP/LC_MESSAGES @dirrm usr/share/locale/iu/LC_MESSAGES @dirrm usr/share/locale/it_IT/LC_MESSAGES @dirrm usr/share/locale/it_CH/LC_MESSAGES @dirrm usr/share/locale/iro/LC_MESSAGES @dirrm usr/share/locale/ira/LC_MESSAGES @dirrm usr/share/locale/io/LC_MESSAGES @dirrm usr/share/locale/inh/LC_MESSAGES @dirrm usr/share/locale/ine/LC_MESSAGES @dirrm usr/share/locale/inc/LC_MESSAGES @dirrm usr/share/locale/ilo/LC_MESSAGES @dirrm usr/share/locale/ik/LC_MESSAGES @dirrm usr/share/locale/ijo/LC_MESSAGES @dirrm usr/share/locale/ii/LC_MESSAGES @dirrm usr/share/locale/ig/LC_MESSAGES @dirrm usr/share/locale/ie/LC_MESSAGES @dirrm usr/share/locale/iba/LC_MESSAGES @dirrm usr/share/locale/ia/LC_MESSAGES @dirrm usr/share/locale/hz/LC_MESSAGES @dirrm usr/share/locale/hup/LC_MESSAGES @dirrm usr/share/locale/hu_HU/LC_MESSAGES @dirrm usr/share/locale/ht/LC_MESSAGES @dirrm usr/share/locale/hsb/LC_MESSAGES @dirrm usr/share/locale/hr_HR/LC_MESSAGES @dirrm usr/share/locale/ho/LC_MESSAGES @dirrm usr/share/locale/hmn/LC_MESSAGES @dirrm usr/share/locale/hit/LC_MESSAGES @dirrm usr/share/locale/him/LC_MESSAGES @dirrm usr/share/locale/hil/LC_MESSAGES @dirrm usr/share/locale/he_IL/LC_MESSAGES @dirrm usr/share/locale/haw/LC_MESSAGES @dirrm usr/share/locale/hai/LC_MESSAGES @dirrm usr/share/locale/ha/LC_MESSAGES @dirrm usr/share/locale/gwi/LC_MESSAGES @dirrm usr/share/locale/gv/LC_MESSAGES @dirrm usr/share/locale/gsw/LC_MESSAGES @dirrm usr/share/locale/grc/LC_MESSAGES @dirrm usr/share/locale/grb/LC_MESSAGES @dirrm usr/share/locale/got/LC_MESSAGES @dirrm usr/share/locale/gor/LC_MESSAGES @dirrm usr/share/locale/gon/LC_MESSAGES @dirrm usr/share/locale/goh/LC_MESSAGES @dirrm usr/share/locale/gn/LC_MESSAGES @dirrm usr/share/locale/gmh/LC_MESSAGES @dirrm usr/share/locale/gil/LC_MESSAGES @dirrm usr/share/locale/gez/LC_MESSAGES @dirrm usr/share/locale/gem/LC_MESSAGES @dirrm usr/share/locale/gd/LC_MESSAGES @dirrm usr/share/locale/gba/LC_MESSAGES @dirrm usr/share/locale/gay/LC_MESSAGES @dirrm usr/share/locale/gaa/LC_MESSAGES @dirrm usr/share/locale/fy/LC_MESSAGES @dirrm usr/share/locale/fur/LC_MESSAGES @dirrm usr/share/locale/frs/LC_MESSAGES @dirrm usr/share/locale/frr/LC_MESSAGES @dirrm usr/share/locale/fro/LC_MESSAGES @dirrm usr/share/locale/frm/LC_MESSAGES @dirrm usr/share/locale/fr_FR/LC_MESSAGES @dirrm usr/share/locale/fr_CH/LC_MESSAGES @dirrm usr/share/locale/fr_CA/LC_MESSAGES @dirrm usr/share/locale/fr_BE/LC_MESSAGES @dirrm usr/share/locale/fon/LC_MESSAGES @dirrm usr/share/locale/fo/LC_MESSAGES @dirrm usr/share/locale/fj/LC_MESSAGES @dirrm usr/share/locale/fiu/LC_MESSAGES @dirrm usr/share/locale/fil/LC_MESSAGES @dirrm usr/share/locale/ff/LC_MESSAGES @dirrm usr/share/locale/fat/LC_MESSAGES @dirrm usr/share/locale/fan/LC_MESSAGES @dirrm usr/share/locale/fa_IR/LC_MESSAGES @dirrm usr/share/locale/ewo/LC_MESSAGES @dirrm usr/share/locale/et_EE/LC_MESSAGES @dirrm usr/share/locale/es_VE/LC_MESSAGES @dirrm usr/share/locale/es_UY/LC_MESSAGES @dirrm usr/share/locale/es_SV/LC_MESSAGES @dirrm usr/share/locale/es_PR/LC_MESSAGES @dirrm usr/share/locale/es_PE/LC_MESSAGES @dirrm usr/share/locale/es_PA/LC_MESSAGES @dirrm usr/share/locale/es_NI/LC_MESSAGES @dirrm usr/share/locale/es_MX/LC_MESSAGES @dirrm usr/share/locale/es_HN/LC_MESSAGES @dirrm usr/share/locale/es_GT/LC_MESSAGES @dirrm usr/share/locale/es_ES/LC_MESSAGES @dirrm usr/share/locale/es_EC/LC_MESSAGES @dirrm usr/share/locale/es_DO/LC_MESSAGES @dirrm usr/share/locale/es_CR/LC_MESSAGES @dirrm usr/share/locale/es_CO/LC_MESSAGES @dirrm usr/share/locale/es_CL/LC_MESSAGES @dirrm usr/share/locale/es_AR/LC_MESSAGES @dirrm usr/share/locale/enm/LC_MESSAGES @dirrm usr/share/locale/en_US/LC_MESSAGES @dirrm usr/share/locale/en_AU/LC_MESSAGES @dirrm usr/share/locale/en/LC_MESSAGES @dirrm usr/share/locale/elx/LC_MESSAGES @dirrm usr/share/locale/el_GR/LC_MESSAGES @dirrm usr/share/locale/eka/LC_MESSAGES @dirrm usr/share/locale/egy/LC_MESSAGES @dirrm usr/share/locale/efi/LC_MESSAGES @dirrm usr/share/locale/ee/LC_MESSAGES @dirrm usr/share/locale/dyu/LC_MESSAGES @dirrm usr/share/locale/dv/LC_MESSAGES @dirrm usr/share/locale/dum/LC_MESSAGES @dirrm usr/share/locale/dua/LC_MESSAGES @dirrm usr/share/locale/dsb/LC_MESSAGES @dirrm usr/share/locale/dra/LC_MESSAGES @dirrm usr/share/locale/doi/LC_MESSAGES @dirrm usr/share/locale/din/LC_MESSAGES @dirrm usr/share/locale/dgr/LC_MESSAGES @dirrm usr/share/locale/den/LC_MESSAGES @dirrm usr/share/locale/del/LC_MESSAGES @dirrm usr/share/locale/de_DE/LC_MESSAGES @dirrm usr/share/locale/de_CH/LC_MESSAGES @dirrm usr/share/locale/de_AT/LC_MESSAGES @dirrm usr/share/locale/day/LC_MESSAGES @dirrm usr/share/locale/dar/LC_MESSAGES @dirrm usr/share/locale/dak/LC_MESSAGES @dirrm usr/share/locale/cv/LC_MESSAGES @dirrm usr/share/locale/cus/LC_MESSAGES @dirrm usr/share/locale/cu/LC_MESSAGES @dirrm usr/share/locale/csb/LC_MESSAGES @dirrm usr/share/locale/cs_CZ/LC_MESSAGES @dirrm usr/share/locale/crp/LC_MESSAGES @dirrm usr/share/locale/crh/LC_MESSAGES @dirrm usr/share/locale/cr/LC_MESSAGES @dirrm usr/share/locale/cpp/LC_MESSAGES @dirrm usr/share/locale/cpf/LC_MESSAGES @dirrm usr/share/locale/cpe/LC_MESSAGES @dirrm usr/share/locale/cop/LC_MESSAGES @dirrm usr/share/locale/co/LC_MESSAGES @dirrm usr/share/locale/cmc/LC_MESSAGES @dirrm usr/share/locale/chy/LC_MESSAGES @dirrm usr/share/locale/chr/LC_MESSAGES @dirrm usr/share/locale/chp/LC_MESSAGES @dirrm usr/share/locale/cho/LC_MESSAGES @dirrm usr/share/locale/chn/LC_MESSAGES @dirrm usr/share/locale/chm/LC_MESSAGES @dirrm usr/share/locale/chk/LC_MESSAGES @dirrm usr/share/locale/chg/LC_MESSAGES @dirrm usr/share/locale/chb/LC_MESSAGES @dirrm usr/share/locale/ch/LC_MESSAGES @dirrm usr/share/locale/cel/LC_MESSAGES @dirrm usr/share/locale/ceb/LC_MESSAGES @dirrm usr/share/locale/ce/LC_MESSAGES @dirrm usr/share/locale/cau/LC_MESSAGES @dirrm usr/share/locale/car/LC_MESSAGES @dirrm usr/share/locale/cai/LC_MESSAGES @dirrm usr/share/locale/cad/LC_MESSAGES @dirrm usr/share/locale/ca_ES@valencian/LC_MESSAGES @dirrm usr/share/locale/ca_ES/LC_MESSAGES @dirrm usr/share/locale/ca@valencia/LC_MESSAGES @dirrm usr/share/locale/byn/LC_MESSAGES @dirrm usr/share/locale/bug/LC_MESSAGES @dirrm usr/share/locale/bua/LC_MESSAGES @dirrm usr/share/locale/btk/LC_MESSAGES @dirrm usr/share/locale/bra/LC_MESSAGES @dirrm usr/share/locale/br/LC_MESSAGES @dirrm usr/share/locale/bo/LC_MESSAGES @dirrm usr/share/locale/bnt/LC_MESSAGES @dirrm usr/share/locale/bm/LC_MESSAGES @dirrm usr/share/locale/bla/LC_MESSAGES @dirrm usr/share/locale/bin/LC_MESSAGES @dirrm usr/share/locale/bik/LC_MESSAGES @dirrm usr/share/locale/bi/LC_MESSAGES @dirrm usr/share/locale/bho/LC_MESSAGES @dirrm usr/share/locale/bh/LC_MESSAGES @dirrm usr/share/locale/ber/LC_MESSAGES @dirrm usr/share/locale/bem/LC_MESSAGES @dirrm usr/share/locale/bej/LC_MESSAGES @dirrm usr/share/locale/bat/LC_MESSAGES @dirrm usr/share/locale/bas/LC_MESSAGES @dirrm usr/share/locale/ban/LC_MESSAGES @dirrm usr/share/locale/bal/LC_MESSAGES @dirrm usr/share/locale/bai/LC_MESSAGES @dirrm usr/share/locale/bad/LC_MESSAGES @dirrm usr/share/locale/ba/LC_MESSAGES @dirrm usr/share/locale/az_IR/LC_MESSAGES @dirrm usr/share/locale/ay/LC_MESSAGES @dirrm usr/share/locale/awa/LC_MESSAGES @dirrm usr/share/locale/av/LC_MESSAGES @dirrm usr/share/locale/aus/LC_MESSAGES @dirrm usr/share/locale/ath/LC_MESSAGES @dirrm usr/share/locale/ast_ES/LC_MESSAGES @dirrm usr/share/locale/ast/LC_MESSAGES @dirrm usr/share/locale/arw/LC_MESSAGES @dirrm usr/share/locale/art/LC_MESSAGES @dirrm usr/share/locale/arp/LC_MESSAGES @dirrm usr/share/locale/arn/LC_MESSAGES @dirrm usr/share/locale/arc/LC_MESSAGES @dirrm usr/share/locale/apa/LC_MESSAGES @dirrm usr/share/locale/anp/LC_MESSAGES @dirrm usr/share/locale/ang/LC_MESSAGES @dirrm usr/share/locale/an/LC_MESSAGES @dirrm usr/share/locale/am_ET/LC_MESSAGES @dirrm usr/share/locale/alt/LC_MESSAGES @dirrm usr/share/locale/alg/LC_MESSAGES @dirrm usr/share/locale/ale/LC_MESSAGES @dirrm usr/share/locale/akk/LC_MESSAGES @dirrm usr/share/locale/ak/LC_MESSAGES @dirrm usr/share/locale/ain/LC_MESSAGES @dirrm usr/share/locale/afh/LC_MESSAGES @dirrm usr/share/locale/afa/LC_MESSAGES @dirrm usr/share/locale/af_ZA/LC_MESSAGES @dirrm usr/share/locale/ae/LC_MESSAGES @dirrm usr/share/locale/ady/LC_MESSAGES @dirrm usr/share/locale/ada/LC_MESSAGES @dirrm usr/share/locale/ach/LC_MESSAGES @dirrm usr/share/locale/ace/LC_MESSAGES @dirrm usr/share/locale/ab/LC_MESSAGES @dirrm usr/share/locale/aa/LC_MESSAGES @dirrm usr/share/icons @dirrm usr/share/gnome @dirrm usr/share/games @dirrm usr/share/fonts @dirrm usr/share/empty @dirrm usr/share/dict @dirrm usr/share/desktop-directories @dirrm usr/share/augeas/lenses @dirrm usr/share/applications @dirrm usr/lib/tls @dirrm usr/lib/sse2 @dirrm usr/lib/krb5/plugins/preauth @dirrm usr/lib/krb5/plugins/libkrb5 @dirrm usr/lib/krb5/plugins/kdb @dirrm usr/lib/games @dirrm usr/lib/X11 @dirrm usr/include @dirrm usr/games @dirrm usr/etc @dirrm usr/X11R6/share @dirrm usr/X11R6/man @dirrm usr/X11R6/lib/tls @dirrm usr/X11R6/include @dirrm usr/X11R6/bin @dirrm sys @dirrm srv @dirrm selinux @dirrmtry proc @dirrm opt @dirrm mnt @dirrm lib/tls @dirrm lib/modules @dirrm etc/xinetd.d @dirrm etc/xdg/autostart @dirrm etc/sysconfig @dirrm etc/popt.d @dirrm etc/opt @dirrm etc/ld.so.conf.d @dirrm etc/blkid @dirrm etc/X11/fontpath.d @dirrm etc/X11/applnk @comment non-empty directory listing in revers order @dirrm var/spool @dirrm var/lock @dirrm var/lib @dirrm var/cache @dirrm var @dirrm usr/src @dirrm usr/share/man/man8 @dirrm usr/share/man/man7 @dirrm usr/share/man/man5 @dirrm usr/share/man/man1 @dirrm usr/share/man @dirrm usr/share/locale/zza @dirrm usr/share/locale/zun @dirrm usr/share/locale/zu @dirrm usr/share/locale/znd @dirrm usr/share/locale/zh_TW/LC_TIME @dirrm usr/share/locale/zh_TW/LC_MESSAGES @dirrm usr/share/locale/zh_TW @dirrm usr/share/locale/zh_HK/LC_MESSAGES @dirrm usr/share/locale/zh_HK @dirrm usr/share/locale/zh_CN/LC_TIME @dirrm usr/share/locale/zh_CN/LC_MESSAGES @dirrm usr/share/locale/zh_CN @dirrm usr/share/locale/zh @dirrm usr/share/locale/zen @dirrm usr/share/locale/zbl @dirrm usr/share/locale/zap @dirrm usr/share/locale/za @dirrm usr/share/locale/ypk @dirrm usr/share/locale/yo @dirrm usr/share/locale/yi/LC_MESSAGES @dirrm usr/share/locale/yi @dirrm usr/share/locale/yap @dirrm usr/share/locale/yao @dirrm usr/share/locale/xh/LC_MESSAGES @dirrm usr/share/locale/xh @dirrm usr/share/locale/xal @dirrm usr/share/locale/wo @dirrm usr/share/locale/wen @dirrm usr/share/locale/was @dirrm usr/share/locale/war @dirrm usr/share/locale/wal @dirrm usr/share/locale/wak @dirrm usr/share/locale/wa/LC_MESSAGES @dirrm usr/share/locale/wa @dirrm usr/share/locale/vot @dirrm usr/share/locale/vo @dirrm usr/share/locale/vi/LC_TIME @dirrm usr/share/locale/vi/LC_MESSAGES @dirrm usr/share/locale/vi @dirrm usr/share/locale/ve @dirrm usr/share/locale/vai @dirrm usr/share/locale/uz@cyrillic @dirrm usr/share/locale/uz@Latn @dirrm usr/share/locale/uz @dirrm usr/share/locale/ur @dirrm usr/share/locale/und @dirrm usr/share/locale/umb @dirrm usr/share/locale/uk_UA @dirrm usr/share/locale/uk/LC_TIME @dirrm usr/share/locale/uk/LC_MESSAGES @dirrm usr/share/locale/uk @dirrm usr/share/locale/uga @dirrm usr/share/locale/ug @dirrm usr/share/locale/udm @dirrm usr/share/locale/tyv @dirrm usr/share/locale/ty @dirrm usr/share/locale/tw @dirrm usr/share/locale/tvl @dirrm usr/share/locale/tut @dirrm usr/share/locale/tup @dirrm usr/share/locale/tum @dirrm usr/share/locale/tt/LC_MESSAGES @dirrm usr/share/locale/tt @dirrm usr/share/locale/tsi @dirrm usr/share/locale/ts @dirrm usr/share/locale/tr/LC_TIME @dirrm usr/share/locale/tr/LC_MESSAGES @dirrm usr/share/locale/tr @dirrm usr/share/locale/tpi @dirrm usr/share/locale/tog @dirrm usr/share/locale/to @dirrm usr/share/locale/tn @dirrm usr/share/locale/tmh @dirrm usr/share/locale/tli @dirrm usr/share/locale/tlh @dirrm usr/share/locale/tl/LC_MESSAGES @dirrm usr/share/locale/tl @dirrm usr/share/locale/tkl @dirrm usr/share/locale/tk @dirrm usr/share/locale/tiv @dirrm usr/share/locale/tig @dirrm usr/share/locale/ti @dirrm usr/share/locale/th/LC_MESSAGES @dirrm usr/share/locale/th @dirrm usr/share/locale/tg @dirrm usr/share/locale/tet @dirrm usr/share/locale/ter @dirrm usr/share/locale/tem @dirrm usr/share/locale/te/LC_MESSAGES @dirrm usr/share/locale/te @dirrm usr/share/locale/tai @dirrm usr/share/locale/ta/LC_MESSAGES @dirrm usr/share/locale/ta @dirrm usr/share/locale/syr @dirrm usr/share/locale/syc/LC_MESSAGES @dirrm usr/share/locale/syc @dirrm usr/share/locale/sw @dirrm usr/share/locale/sv_SE @dirrm usr/share/locale/sv/LC_TIME @dirrm usr/share/locale/sv/LC_MESSAGES @dirrm usr/share/locale/sv @dirrm usr/share/locale/sux @dirrm usr/share/locale/sus @dirrm usr/share/locale/suk @dirrm usr/share/locale/su @dirrm usr/share/locale/st @dirrm usr/share/locale/ssa @dirrm usr/share/locale/ss @dirrm usr/share/locale/srr @dirrm usr/share/locale/srn @dirrm usr/share/locale/sr@latin/LC_MESSAGES @dirrm usr/share/locale/sr@latin @dirrm usr/share/locale/sr@Latn @dirrm usr/share/locale/sr@ije/LC_MESSAGES @dirrm usr/share/locale/sr@ije @dirrm usr/share/locale/sr/LC_MESSAGES @dirrm usr/share/locale/sr @dirrm usr/share/locale/sq_AL @dirrm usr/share/locale/sq/LC_MESSAGES @dirrm usr/share/locale/sq @dirrm usr/share/locale/son @dirrm usr/share/locale/sog @dirrm usr/share/locale/so @dirrm usr/share/locale/snk @dirrm usr/share/locale/sn @dirrm usr/share/locale/sms @dirrm usr/share/locale/smn @dirrm usr/share/locale/smj @dirrm usr/share/locale/smi @dirrm usr/share/locale/sma @dirrm usr/share/locale/sm @dirrm usr/share/locale/sla @dirrm usr/share/locale/sl_SI @dirrm usr/share/locale/sl/LC_TIME @dirrm usr/share/locale/sl/LC_MESSAGES @dirrm usr/share/locale/sl @dirrm usr/share/locale/sk/LC_TIME @dirrm usr/share/locale/sk/LC_MESSAGES @dirrm usr/share/locale/sk @dirrm usr/share/locale/sit @dirrm usr/share/locale/sio @dirrm usr/share/locale/sid @dirrm usr/share/locale/si/LC_MESSAGES @dirrm usr/share/locale/si @dirrm usr/share/locale/shn @dirrm usr/share/locale/sgn @dirrm usr/share/locale/sga @dirrm usr/share/locale/sg @dirrm usr/share/locale/sem @dirrm usr/share/locale/sel @dirrm usr/share/locale/se @dirrm usr/share/locale/sd @dirrm usr/share/locale/sco @dirrm usr/share/locale/scn @dirrm usr/share/locale/sc @dirrm usr/share/locale/sat @dirrm usr/share/locale/sas @dirrm usr/share/locale/sam @dirrm usr/share/locale/sal @dirrm usr/share/locale/sai @dirrm usr/share/locale/sah @dirrm usr/share/locale/sad @dirrm usr/share/locale/sa @dirrm usr/share/locale/rw/LC_MESSAGES @dirrm usr/share/locale/rw @dirrm usr/share/locale/rup @dirrm usr/share/locale/ru_RU @dirrm usr/share/locale/ru/LC_TIME @dirrm usr/share/locale/ru/LC_MESSAGES @dirrm usr/share/locale/ru @dirrm usr/share/locale/rom @dirrm usr/share/locale/roa @dirrm usr/share/locale/ro/LC_MESSAGES @dirrm usr/share/locale/ro @dirrm usr/share/locale/rn @dirrm usr/share/locale/rm @dirrm usr/share/locale/rar @dirrm usr/share/locale/rap @dirrm usr/share/locale/raj @dirrm usr/share/locale/qu @dirrm usr/share/locale/pt_PT @dirrm usr/share/locale/pt_BR/LC_TIME @dirrm usr/share/locale/pt_BR/LC_MESSAGES @dirrm usr/share/locale/pt_BR @dirrm usr/share/locale/pt/LC_TIME @dirrm usr/share/locale/pt/LC_MESSAGES @dirrm usr/share/locale/pt @dirrm usr/share/locale/ps/LC_MESSAGES @dirrm usr/share/locale/ps @dirrm usr/share/locale/pro @dirrm usr/share/locale/pra @dirrm usr/share/locale/pon @dirrm usr/share/locale/pl_PL @dirrm usr/share/locale/pl/LC_TIME @dirrm usr/share/locale/pl/LC_MESSAGES @dirrm usr/share/locale/pl @dirrm usr/share/locale/pi @dirrm usr/share/locale/phn @dirrm usr/share/locale/phi @dirrm usr/share/locale/peo @dirrm usr/share/locale/pau @dirrm usr/share/locale/pap @dirrm usr/share/locale/pam @dirrm usr/share/locale/pal @dirrm usr/share/locale/pag @dirrm usr/share/locale/paa @dirrm usr/share/locale/pa/LC_MESSAGES @dirrm usr/share/locale/pa @dirrm usr/share/locale/oto @dirrm usr/share/locale/ota @dirrm usr/share/locale/osa @dirrm usr/share/locale/os @dirrm usr/share/locale/or/LC_MESSAGES @dirrm usr/share/locale/or @dirrm usr/share/locale/om @dirrm usr/share/locale/oj @dirrm usr/share/locale/oc/LC_MESSAGES @dirrm usr/share/locale/oc @dirrm usr/share/locale/nzi @dirrm usr/share/locale/nyo @dirrm usr/share/locale/nyn @dirrm usr/share/locale/nym @dirrm usr/share/locale/ny @dirrm usr/share/locale/nwc @dirrm usr/share/locale/nv @dirrm usr/share/locale/nub @dirrm usr/share/locale/nso @dirrm usr/share/locale/nr @dirrm usr/share/locale/nqo @dirrm usr/share/locale/non @dirrm usr/share/locale/nog @dirrm usr/share/locale/no/LC_MESSAGES @dirrm usr/share/locale/no @dirrm usr/share/locale/nn/LC_MESSAGES @dirrm usr/share/locale/nn @dirrm usr/share/locale/nl_NL @dirrm usr/share/locale/nl_BE @dirrm usr/share/locale/nl/LC_TIME @dirrm usr/share/locale/nl/LC_MESSAGES @dirrm usr/share/locale/nl @dirrm usr/share/locale/niu @dirrm usr/share/locale/nic @dirrm usr/share/locale/nia @dirrm usr/share/locale/ng @dirrm usr/share/locale/new @dirrm usr/share/locale/ne/LC_MESSAGES @dirrm usr/share/locale/ne @dirrm usr/share/locale/nds@NFE @dirrm usr/share/locale/nds @dirrm usr/share/locale/nd @dirrm usr/share/locale/nb_NO @dirrm usr/share/locale/nb/LC_TIME @dirrm usr/share/locale/nb/LC_MESSAGES @dirrm usr/share/locale/nb @dirrm usr/share/locale/nap @dirrm usr/share/locale/nai @dirrm usr/share/locale/nah @dirrm usr/share/locale/na @dirrm usr/share/locale/myv @dirrm usr/share/locale/myn @dirrm usr/share/locale/my_MM @dirrm usr/share/locale/my @dirrm usr/share/locale/mwr @dirrm usr/share/locale/mwl @dirrm usr/share/locale/mus @dirrm usr/share/locale/mun @dirrm usr/share/locale/mul @dirrm usr/share/locale/mt @dirrm usr/share/locale/ms/LC_TIME @dirrm usr/share/locale/ms/LC_MESSAGES @dirrm usr/share/locale/ms @dirrm usr/share/locale/mr/LC_MESSAGES @dirrm usr/share/locale/mr @dirrm usr/share/locale/mos @dirrm usr/share/locale/moh @dirrm usr/share/locale/mo @dirrm usr/share/locale/mno @dirrm usr/share/locale/mni @dirrm usr/share/locale/mnc @dirrm usr/share/locale/mn/LC_MESSAGES @dirrm usr/share/locale/mn @dirrm usr/share/locale/ml/LC_MESSAGES @dirrm usr/share/locale/ml @dirrm usr/share/locale/mkh @dirrm usr/share/locale/mk/LC_MESSAGES @dirrm usr/share/locale/mk @dirrm usr/share/locale/mis @dirrm usr/share/locale/min @dirrm usr/share/locale/mic @dirrm usr/share/locale/mi @dirrm usr/share/locale/mh @dirrm usr/share/locale/mga @dirrm usr/share/locale/mg/LC_MESSAGES @dirrm usr/share/locale/mg @dirrm usr/share/locale/men @dirrm usr/share/locale/mdr @dirrm usr/share/locale/mdf @dirrm usr/share/locale/mas @dirrm usr/share/locale/map @dirrm usr/share/locale/man @dirrm usr/share/locale/mak @dirrm usr/share/locale/mai/LC_MESSAGES @dirrm usr/share/locale/mai @dirrm usr/share/locale/mag @dirrm usr/share/locale/mad @dirrm usr/share/locale/lv/LC_MESSAGES @dirrm usr/share/locale/lv @dirrm usr/share/locale/lus @dirrm usr/share/locale/luo @dirrm usr/share/locale/lun @dirrm usr/share/locale/lui @dirrm usr/share/locale/lua @dirrm usr/share/locale/lu @dirrm usr/share/locale/lt/LC_TIME @dirrm usr/share/locale/lt/LC_MESSAGES @dirrm usr/share/locale/lt @dirrm usr/share/locale/loz @dirrm usr/share/locale/lol @dirrm usr/share/locale/lo @dirrm usr/share/locale/ln @dirrm usr/share/locale/li @dirrm usr/share/locale/lg @dirrm usr/share/locale/lez @dirrm usr/share/locale/lb @dirrm usr/share/locale/lam @dirrm usr/share/locale/lah @dirrm usr/share/locale/lad @dirrm usr/share/locale/la @dirrm usr/share/locale/ky @dirrm usr/share/locale/kw @dirrm usr/share/locale/kv @dirrm usr/share/locale/kut @dirrm usr/share/locale/kum @dirrm usr/share/locale/ku/LC_MESSAGES @dirrm usr/share/locale/ku @dirrm usr/share/locale/ks @dirrm usr/share/locale/kru @dirrm usr/share/locale/kro @dirrm usr/share/locale/krl @dirrm usr/share/locale/krc @dirrm usr/share/locale/kr @dirrm usr/share/locale/kpe @dirrm usr/share/locale/kos @dirrm usr/share/locale/kok @dirrm usr/share/locale/ko_KR @dirrm usr/share/locale/ko/LC_TIME @dirrm usr/share/locale/ko/LC_MESSAGES @dirrm usr/share/locale/ko @dirrm usr/share/locale/kn/LC_MESSAGES @dirrm usr/share/locale/kn @dirrm usr/share/locale/kmb @dirrm usr/share/locale/km @dirrm usr/share/locale/kl @dirrm usr/share/locale/kk @dirrm usr/share/locale/kj @dirrm usr/share/locale/ki @dirrm usr/share/locale/kho @dirrm usr/share/locale/khi @dirrm usr/share/locale/kha @dirrm usr/share/locale/kg @dirrm usr/share/locale/kbd @dirrm usr/share/locale/kaw @dirrm usr/share/locale/kar @dirrm usr/share/locale/kam @dirrm usr/share/locale/kac @dirrm usr/share/locale/kab @dirrm usr/share/locale/kaa @dirrm usr/share/locale/ka/LC_MESSAGES @dirrm usr/share/locale/ka @dirrm usr/share/locale/jv @dirrm usr/share/locale/jrb @dirrm usr/share/locale/jpr @dirrm usr/share/locale/jbo @dirrm usr/share/locale/ja_JP @dirrm usr/share/locale/ja/LC_TIME @dirrm usr/share/locale/ja/LC_MESSAGES @dirrm usr/share/locale/ja @dirrm usr/share/locale/iu @dirrm usr/share/locale/it_IT @dirrm usr/share/locale/it_CH @dirrm usr/share/locale/it/LC_TIME @dirrm usr/share/locale/it/LC_MESSAGES @dirrm usr/share/locale/it @dirrm usr/share/locale/is/LC_MESSAGES @dirrm usr/share/locale/is @dirrm usr/share/locale/iro @dirrm usr/share/locale/ira @dirrm usr/share/locale/io @dirrm usr/share/locale/inh @dirrm usr/share/locale/ine @dirrm usr/share/locale/inc @dirrm usr/share/locale/ilo @dirrm usr/share/locale/ik @dirrm usr/share/locale/ijo @dirrm usr/share/locale/ii @dirrm usr/share/locale/ig @dirrm usr/share/locale/ie @dirrm usr/share/locale/id/LC_MESSAGES @dirrm usr/share/locale/id @dirrm usr/share/locale/iba @dirrm usr/share/locale/ia @dirrm usr/share/locale/hz @dirrm usr/share/locale/hy/LC_MESSAGES @dirrm usr/share/locale/hy @dirrm usr/share/locale/hup @dirrm usr/share/locale/hu_HU @dirrm usr/share/locale/hu/LC_TIME @dirrm usr/share/locale/hu/LC_MESSAGES @dirrm usr/share/locale/hu @dirrm usr/share/locale/ht @dirrm usr/share/locale/hsb @dirrm usr/share/locale/hr_HR @dirrm usr/share/locale/hr/LC_MESSAGES @dirrm usr/share/locale/hr @dirrm usr/share/locale/ho @dirrm usr/share/locale/hmn @dirrm usr/share/locale/hit @dirrm usr/share/locale/him @dirrm usr/share/locale/hil @dirrm usr/share/locale/hi/LC_MESSAGES @dirrm usr/share/locale/hi @dirrm usr/share/locale/he_IL @dirrm usr/share/locale/he/LC_MESSAGES @dirrm usr/share/locale/he @dirrm usr/share/locale/haw @dirrm usr/share/locale/hai @dirrm usr/share/locale/ha @dirrm usr/share/locale/gwi @dirrm usr/share/locale/gv @dirrm usr/share/locale/gu/LC_MESSAGES @dirrm usr/share/locale/gu @dirrm usr/share/locale/gsw @dirrm usr/share/locale/grc @dirrm usr/share/locale/grb @dirrm usr/share/locale/got @dirrm usr/share/locale/gor @dirrm usr/share/locale/gon @dirrm usr/share/locale/goh @dirrm usr/share/locale/gn @dirrm usr/share/locale/gmh @dirrm usr/share/locale/gl/LC_TIME @dirrm usr/share/locale/gl/LC_MESSAGES @dirrm usr/share/locale/gl @dirrm usr/share/locale/gil @dirrm usr/share/locale/gez @dirrm usr/share/locale/gem @dirrm usr/share/locale/gd @dirrm usr/share/locale/gba @dirrm usr/share/locale/gay @dirrm usr/share/locale/gaa @dirrm usr/share/locale/ga/LC_TIME @dirrm usr/share/locale/ga/LC_MESSAGES @dirrm usr/share/locale/ga @dirrm usr/share/locale/fy @dirrm usr/share/locale/fur @dirrm usr/share/locale/frs @dirrm usr/share/locale/frr @dirrm usr/share/locale/fro @dirrm usr/share/locale/frm @dirrm usr/share/locale/fr_FR @dirrm usr/share/locale/fr_CH @dirrm usr/share/locale/fr_CA @dirrm usr/share/locale/fr_BE @dirrm usr/share/locale/fr/LC_TIME @dirrm usr/share/locale/fr/LC_MESSAGES @dirrm usr/share/locale/fr @dirrm usr/share/locale/fon @dirrm usr/share/locale/fo @dirrm usr/share/locale/fj @dirrm usr/share/locale/fiu @dirrm usr/share/locale/fil @dirrm usr/share/locale/fi/LC_TIME @dirrm usr/share/locale/fi/LC_MESSAGES @dirrm usr/share/locale/fi @dirrm usr/share/locale/ff @dirrm usr/share/locale/fat @dirrm usr/share/locale/fan @dirrm usr/share/locale/fa_IR @dirrm usr/share/locale/fa/LC_MESSAGES @dirrm usr/share/locale/fa @dirrm usr/share/locale/ewo @dirrm usr/share/locale/eu_ES/LC_MESSAGES @dirrm usr/share/locale/eu_ES @dirrm usr/share/locale/eu/LC_TIME @dirrm usr/share/locale/eu/LC_MESSAGES @dirrm usr/share/locale/eu @dirrm usr/share/locale/et_EE @dirrm usr/share/locale/et/LC_TIME @dirrm usr/share/locale/et/LC_MESSAGES @dirrm usr/share/locale/et @dirrm usr/share/locale/es_VE @dirrm usr/share/locale/es_UY @dirrm usr/share/locale/es_SV @dirrm usr/share/locale/es_PR @dirrm usr/share/locale/es_PE @dirrm usr/share/locale/es_PA @dirrm usr/share/locale/es_NI @dirrm usr/share/locale/es_MX @dirrm usr/share/locale/es_HN @dirrm usr/share/locale/es_GT @dirrm usr/share/locale/es_ES @dirrm usr/share/locale/es_EC @dirrm usr/share/locale/es_DO @dirrm usr/share/locale/es_CR @dirrm usr/share/locale/es_CO @dirrm usr/share/locale/es_CL @dirrm usr/share/locale/es_AR @dirrm usr/share/locale/es/LC_TIME @dirrm usr/share/locale/es/LC_MESSAGES @dirrm usr/share/locale/es @dirrm usr/share/locale/eo/LC_MESSAGES @dirrm usr/share/locale/eo @dirrm usr/share/locale/enm @dirrm usr/share/locale/en_US @dirrm usr/share/locale/en_GB/LC_MESSAGES @dirrm usr/share/locale/en_GB @dirrm usr/share/locale/en_CA/LC_MESSAGES @dirrm usr/share/locale/en_CA @dirrm usr/share/locale/en_AU @dirrm usr/share/locale/en@quot/LC_MESSAGES @dirrm usr/share/locale/en@quot @dirrm usr/share/locale/en@boldquot/LC_MESSAGES @dirrm usr/share/locale/en@boldquot @dirrm usr/share/locale/en @dirrm usr/share/locale/elx @dirrm usr/share/locale/el_GR @dirrm usr/share/locale/el/LC_TIME @dirrm usr/share/locale/el/LC_MESSAGES @dirrm usr/share/locale/el @dirrm usr/share/locale/eka @dirrm usr/share/locale/egy @dirrm usr/share/locale/efi @dirrm usr/share/locale/ee @dirrm usr/share/locale/dz/LC_MESSAGES @dirrm usr/share/locale/dz @dirrm usr/share/locale/dyu @dirrm usr/share/locale/dv @dirrm usr/share/locale/dum @dirrm usr/share/locale/dua @dirrm usr/share/locale/dsb @dirrm usr/share/locale/dra @dirrm usr/share/locale/doi @dirrm usr/share/locale/din @dirrm usr/share/locale/dgr @dirrm usr/share/locale/den @dirrm usr/share/locale/del @dirrm usr/share/locale/de_DE @dirrm usr/share/locale/de_CH @dirrm usr/share/locale/de_AT @dirrm usr/share/locale/de/LC_TIME @dirrm usr/share/locale/de/LC_MESSAGES @dirrm usr/share/locale/de @dirrm usr/share/locale/day @dirrm usr/share/locale/dar @dirrm usr/share/locale/dak @dirrm usr/share/locale/da/LC_TIME @dirrm usr/share/locale/da/LC_MESSAGES @dirrm usr/share/locale/da @dirrm usr/share/locale/cy/LC_MESSAGES @dirrm usr/share/locale/cy @dirrm usr/share/locale/cv @dirrm usr/share/locale/cus @dirrm usr/share/locale/cu @dirrm usr/share/locale/csb @dirrm usr/share/locale/cs_CZ @dirrm usr/share/locale/cs/LC_TIME @dirrm usr/share/locale/cs/LC_MESSAGES @dirrm usr/share/locale/cs @dirrm usr/share/locale/crp @dirrm usr/share/locale/crh @dirrm usr/share/locale/cr @dirrm usr/share/locale/cpp @dirrm usr/share/locale/cpf @dirrm usr/share/locale/cpe @dirrm usr/share/locale/cop @dirrm usr/share/locale/co @dirrm usr/share/locale/cmc @dirrm usr/share/locale/chy @dirrm usr/share/locale/chr @dirrm usr/share/locale/chp @dirrm usr/share/locale/cho @dirrm usr/share/locale/chn @dirrm usr/share/locale/chm @dirrm usr/share/locale/chk @dirrm usr/share/locale/chg @dirrm usr/share/locale/chb @dirrm usr/share/locale/ch @dirrm usr/share/locale/cel @dirrm usr/share/locale/ceb @dirrm usr/share/locale/ce @dirrm usr/share/locale/cau @dirrm usr/share/locale/car @dirrm usr/share/locale/cai @dirrm usr/share/locale/cad @dirrm usr/share/locale/ca_ES@valencian @dirrm usr/share/locale/ca_ES @dirrm usr/share/locale/ca@valencia @dirrm usr/share/locale/ca/LC_TIME @dirrm usr/share/locale/ca/LC_MESSAGES @dirrm usr/share/locale/ca @dirrm usr/share/locale/byn @dirrm usr/share/locale/bug @dirrm usr/share/locale/bua @dirrm usr/share/locale/btk @dirrm usr/share/locale/bs/LC_MESSAGES @dirrm usr/share/locale/bs @dirrm usr/share/locale/bra @dirrm usr/share/locale/br @dirrm usr/share/locale/bo @dirrm usr/share/locale/bnt @dirrm usr/share/locale/bn_IN/LC_MESSAGES @dirrm usr/share/locale/bn_IN @dirrm usr/share/locale/bn/LC_MESSAGES @dirrm usr/share/locale/bn @dirrm usr/share/locale/bm @dirrm usr/share/locale/bla @dirrm usr/share/locale/bin @dirrm usr/share/locale/bik @dirrm usr/share/locale/bi @dirrm usr/share/locale/bho @dirrm usr/share/locale/bh @dirrm usr/share/locale/bg/LC_TIME @dirrm usr/share/locale/bg/LC_MESSAGES @dirrm usr/share/locale/bg @dirrm usr/share/locale/ber @dirrm usr/share/locale/bem @dirrm usr/share/locale/bej @dirrm usr/share/locale/be@latin/LC_MESSAGES @dirrm usr/share/locale/be@latin @dirrm usr/share/locale/be/LC_TIME @dirrm usr/share/locale/be/LC_MESSAGES @dirrm usr/share/locale/be @dirrm usr/share/locale/bat @dirrm usr/share/locale/bas @dirrm usr/share/locale/ban @dirrm usr/share/locale/bal @dirrm usr/share/locale/bai @dirrm usr/share/locale/bad @dirrm usr/share/locale/ba @dirrm usr/share/locale/az_IR @dirrm usr/share/locale/az/LC_MESSAGES @dirrm usr/share/locale/az @dirrm usr/share/locale/ay @dirrm usr/share/locale/awa @dirrm usr/share/locale/av @dirrm usr/share/locale/aus @dirrm usr/share/locale/ath @dirrm usr/share/locale/ast_ES @dirrm usr/share/locale/ast @dirrm usr/share/locale/as/LC_MESSAGES @dirrm usr/share/locale/as @dirrm usr/share/locale/arw @dirrm usr/share/locale/art @dirrm usr/share/locale/arp @dirrm usr/share/locale/arn @dirrm usr/share/locale/arc @dirrm usr/share/locale/ar/LC_MESSAGES @dirrm usr/share/locale/ar @dirrm usr/share/locale/apa @dirrm usr/share/locale/anp @dirrm usr/share/locale/ang @dirrm usr/share/locale/an @dirrm usr/share/locale/am_ET @dirrm usr/share/locale/am/LC_MESSAGES @dirrm usr/share/locale/am @dirrm usr/share/locale/alt @dirrm usr/share/locale/alg @dirrm usr/share/locale/ale @dirrm usr/share/locale/akk @dirrm usr/share/locale/ak @dirrm usr/share/locale/ain @dirrm usr/share/locale/afh @dirrm usr/share/locale/afa @dirrm usr/share/locale/af_ZA @dirrm usr/share/locale/af/LC_TIME @dirrm usr/share/locale/af/LC_MESSAGES @dirrm usr/share/locale/af @dirrm usr/share/locale/ae @dirrm usr/share/locale/ady @dirrm usr/share/locale/ada @dirrm usr/share/locale/ach @dirrm usr/share/locale/ace @dirrm usr/share/locale/ab @dirrm usr/share/locale/aa @dirrm usr/share/locale @dirrm usr/share/info @dirrm usr/share/i18n/locales @dirrm usr/share/i18n/charmaps @dirrm usr/share/i18n @dirrmtry usr/share/emacs/site-lisp @dirrmtry usr/share/emacs @dirrm usr/share/doc/zlib-1.2.3 @dirrm usr/share/doc/slang-2.1.4 @dirrm usr/share/doc/setup-2.7.4 @dirrm usr/share/doc/setserial-2.17 @dirrm usr/share/doc/readline-5.2 @dirrm usr/share/doc/popt-1.13 @dirrm usr/share/doc/pcre-7.8 @dirrm usr/share/doc/ncurses-5.6 @dirrm usr/share/doc/libidn-0.6.14 @dirrm usr/share/doc/libgcc-4.3.2 @dirrm usr/share/doc/libcap-2.10 @dirrm usr/share/doc/keyutils-libs-1.2 @dirrm usr/share/doc/info-4.12 @dirrm usr/share/doc/grep-2.5.1a @dirrm usr/share/doc/glibc-common-2.9 @dirrm usr/share/doc/glibc-2.9 @dirrm usr/share/doc/glib2-2.18.4 @dirrm usr/share/doc/glib-1.2.10 @dirrm usr/share/doc/gamin-0.1.9 @dirrm usr/share/doc/gdbm-1.8.0 @dirrm usr/share/doc/freetype-2.3.7 @dirrm usr/share/doc/fedora-release-10 @dirrm usr/share/doc/elfutils-0.142 @dirrm usr/share/doc/e2fsprogs-1.41.4 @dirrm usr/share/doc/db4-4.7.25 @dirrm usr/share/doc/coreutils-6.12/textutils @dirrm usr/share/doc/coreutils-6.12/sh-utils @dirrm usr/share/doc/coreutils-6.12/fileutils @dirrm usr/share/doc/coreutils-6.12 @dirrm usr/share/doc/bzip2-1.0.5 @dirrm usr/share/doc/bash-3.2/startup-files/apple @dirrm usr/share/doc/bash-3.2/startup-files @dirrm usr/share/doc/bash-3.2/scripts.v2 @dirrm usr/share/doc/bash-3.2/scripts.noah @dirrm usr/share/doc/bash-3.2/scripts @dirrm usr/share/doc/bash-3.2/misc @dirrm usr/share/doc/bash-3.2/functions @dirrm usr/share/doc/bash-3.2/complete @dirrm usr/share/doc/bash-3.2/bashdb @dirrm usr/share/doc/bash-3.2 @dirrm usr/share/doc @dirrm usr/share/augeas @dirrm usr/share @dirrm usr/sbin @dirrm usr/libexec/getconf @dirrm usr/libexec @dirrm usr/lib/locale @dirrm usr/lib/krb5/plugins @dirrm usr/lib/krb5 @dirrm usr/lib/gio/modules @dirrm usr/lib/gio @dirrm usr/lib/gconv @dirrm usr/lib @dirrm usr/kerberos/share/gnats @dirrm usr/kerberos/share/examples/krb5 @dirrm usr/kerberos/share/examples @dirrm usr/kerberos/share @dirrm usr/kerberos/man/man5 @dirrm usr/kerberos/man/man1 @dirrm usr/kerberos/man @dirrm usr/kerberos @dirrm usr/bin @dirrm usr/X11R6/lib @dirrm usr/X11R6 @dirrm usr @dirrm sbin @dirrm lib/security @dirrm lib/rtkaio @dirrm lib @dirrm etc/yum.repos.d @dirrm etc/xdg @dirrm etc/skel @dirrm etc/rpm @dirrm etc/profile.d @dirrm etc/pki/rpm-gpg @dirrm etc/pki @dirrm etc/pam.d @dirrm etc/default @dirrm etc/X11 @dirrm etc @dirrm bin Index: head/ftp/Makefile =================================================================== --- head/ftp/Makefile (revision 368844) +++ head/ftp/Makefile (revision 368845) @@ -1,107 +1,108 @@ #T $FreeBSD$ # COMMENT = FTP client and server utilities SUBDIR += R-cran-RCurl SUBDIR += atftp SUBDIR += axel SUBDIR += bareftp SUBDIR += bbftp SUBDIR += bftpd SUBDIR += bsdftpd-ssl SUBDIR += cftp SUBDIR += cmdftp SUBDIR += curl SUBDIR += curl-hiphop SUBDIR += curlpp SUBDIR += dmachine SUBDIR += fget SUBDIR += filezilla SUBDIR += fmirror SUBDIR += fpc-libcurl SUBDIR += frox SUBDIR += ftpcopy SUBDIR += ftpcube SUBDIR += ftpfind SUBDIR += ftplib SUBDIR += ftpmirror SUBDIR += ftpproxy SUBDIR += ftpsesame SUBDIR += ftpsync SUBDIR += gnusget SUBDIR += gnustep-ftp SUBDIR += gstreamer1-plugins-curl SUBDIR += gwget SUBDIR += horde-gollem SUBDIR += hs-curl SUBDIR += hsftp SUBDIR += jftp SUBDIR += jftpgw SUBDIR += lftp + SUBDIR += linux-c6-curl SUBDIR += linux-f10-curl SUBDIR += llnlxdir SUBDIR += llnlxftp SUBDIR += mirror SUBDIR += multiget SUBDIR += ncftp1 SUBDIR += ncftp3 SUBDIR += ncftpd SUBDIR += net2ftp SUBDIR += ocaml-ocurl SUBDIR += oftpd SUBDIR += omi SUBDIR += p5-File-Fetch SUBDIR += p5-Net-FTP-Common SUBDIR += p5-Net-FTP-Recursive SUBDIR += p5-Net-FTPSSL SUBDIR += p5-Net-FTPServer SUBDIR += p5-POE-Component-Client-FTP SUBDIR += p5-SOAP-Transport-FTP SUBDIR += paraget SUBDIR += pavuk SUBDIR += pear-Net_FTP SUBDIR += pftpd SUBDIR += php5-curl SUBDIR += php5-ftp SUBDIR += php53-curl SUBDIR += php53-ftp SUBDIR += php55-curl SUBDIR += php55-ftp SUBDIR += php56-curl SUBDIR += php56-ftp SUBDIR += phpwebftp SUBDIR += plasma-applet-ftpmonitor SUBDIR += proftpd SUBDIR += proftpd-mod_geoip SUBDIR += profxp SUBDIR += puf SUBDIR += pure-ftpd SUBDIR += pureadmin SUBDIR += py-curl SUBDIR += py-ftputil SUBDIR += py-pyftpdlib SUBDIR += py-tftpy SUBDIR += quftp SUBDIR += rexx-curl SUBDIR += rubygem-curb SUBDIR += scythia SUBDIR += smbftpd SUBDIR += spegla SUBDIR += tftp-hpa SUBDIR += tnftp SUBDIR += tnftpd SUBDIR += twoftpd SUBDIR += uftp SUBDIR += urlgfe SUBDIR += vsftpd SUBDIR += waiho SUBDIR += weex SUBDIR += wget SUBDIR += wmget SUBDIR += wput SUBDIR += wxdfast SUBDIR += wzdftpd SUBDIR += yafc .include Index: head/ftp/linux-c6-curl/Makefile =================================================================== --- head/ftp/linux-c6-curl/Makefile (nonexistent) +++ head/ftp/linux-c6-curl/Makefile (revision 368845) @@ -0,0 +1,30 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= curl +PORTVERSION= 7.19.7 +CATEGORIES= ftp linux +DISTFILES= curl-${PORTVERSION}-${RPMVERSION}.${LINUX_RPM_ARCH}.rpm \ + libcurl-${PORTVERSION}-${RPMVERSION}.${LINUX_RPM_ARCH}.rpm + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Command line tool for transferring files with URL syntax (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-curl-[0-9]* linux-f10-curl-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 + +USE_LINUX= c6 +USE_LINUX_APPS= openldap libssh2 # cyrus-sasl2 +USE_LINUX_RPM= yes +RPMVERSION= 37.el6_4 +BRANDELF_FILES= usr/bin/curl +USE_LDCONFIG= yes + +PLIST_FILES= usr/bin/curl usr/lib/libcurl.so.4 usr/lib/libcurl.so.4.1.1 \ + usr/share/man/man1/curl.1.gz +DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION} +PORTDOCS= BUGS COPYING FEATURES README TODO CHANGES FAQ MANUAL RESOURCES TheArtOfHttpScripting +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/ftp/linux-c6-curl/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ftp/linux-c6-curl/distinfo.i686 =================================================================== --- head/ftp/linux-c6-curl/distinfo.i686 (nonexistent) +++ head/ftp/linux-c6-curl/distinfo.i686 (revision 368845) @@ -0,0 +1,6 @@ +SHA256 (rpm/i686/centos/6.5/curl-7.19.7-37.el6_4.i686.rpm) = 5393c38b98d9066a1d9c1f2ee54f643914d4da0b70f4516e90ec05fd6cb5009f +SIZE (rpm/i686/centos/6.5/curl-7.19.7-37.el6_4.i686.rpm) = 197968 +SHA256 (rpm/i686/centos/6.5/libcurl-7.19.7-37.el6_4.i686.rpm) = 9d5a2fa689e12a0ff94d7c0e33effbcd2c7a5c04cd667e14e5015de786ad1b9f +SIZE (rpm/i686/centos/6.5/libcurl-7.19.7-37.el6_4.i686.rpm) = 175232 +SHA256 (rpm/i686/centos/6.5/curl-7.19.7-37.el6_4.src.rpm) = ecc688b0bc8cfc4f51ae9d164c3c72f20faa6a440f4a80e83dd268508f2ba7ba +SIZE (rpm/i686/centos/6.5/curl-7.19.7-37.el6_4.src.rpm) = 2099404 Property changes on: head/ftp/linux-c6-curl/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ftp/linux-c6-curl/pkg-descr =================================================================== --- head/ftp/linux-c6-curl/pkg-descr (nonexistent) +++ head/ftp/linux-c6-curl/pkg-descr (revision 368845) @@ -0,0 +1,3 @@ +iasdf + +WWW: github.com/xmj/skype-ports Property changes on: head/ftp/linux-c6-curl/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ftp/linux-f10-curl/Makefile =================================================================== --- head/ftp/linux-f10-curl/Makefile (revision 368844) +++ head/ftp/linux-f10-curl/Makefile (revision 368845) @@ -1,36 +1,36 @@ # Created by: bsam # $FreeBSD$ PORTNAME= curl PORTVERSION= 7.19.6 PORTREVISION= 1 CATEGORIES= ftp linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- DISTFILES= curl-${PORTVERSION}-${RPMVERSION}.i386.rpm \ libcurl-${PORTVERSION}-${RPMVERSION}.i386.rpm -.if defined(PACKAGE_BUILDING) -SRC_DISTFILES= curl-${PORTVERSION}-${RPMVERSION}.src.rpm -ALWAYS_KEEP_DISTFILES= YES -.endif - MAINTAINER= emulation@FreeBSD.org COMMENT= Command line tool for transferring files with URL syntax (Linux Fedora 10) CONFLICTS= linux-curl-[0-9]* linux-f8-curl-[0-9]* +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= cyrus-sasl2 openldap -LINUX_DIST_VER= 10 + RPMVERSION= 2.fc10 USE_LDCONFIG= yes BRANDELF_FILES= usr/bin/curl DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr 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 + +.if defined(PACKAGE_BUILDING) +SRC_DISTFILES= curl-${PORTVERSION}-${RPMVERSION}.src.rpm +ALWAYS_KEEP_DISTFILES= YES +.endif .include Index: head/graphics/linux-sdl_ttf/pkg-descr =================================================================== --- head/graphics/linux-sdl_ttf/pkg-descr (revision 368844) +++ head/graphics/linux-sdl_ttf/pkg-descr (nonexistent) @@ -1,6 +0,0 @@ -This is a simple library to load images of various formats as SDL surfaces. -This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats. - -(Linux version) - -WWW: http://www.libsdl.org/projects/SDL_image/ Property changes on: head/graphics/linux-sdl_ttf/pkg-descr ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/linux-sdl_ttf/distinfo.i386 =================================================================== --- head/graphics/linux-sdl_ttf/distinfo.i386 (revision 368844) +++ head/graphics/linux-sdl_ttf/distinfo.i386 (nonexistent) @@ -1,4 +0,0 @@ -SHA256 (rpm/SDL_ttf-2.0.8-1.i386.rpm) = 0856470abcac968c03ecb98b5a8226b0a3d970b985c369079d31046a3f4a13e4 -SIZE (rpm/SDL_ttf-2.0.8-1.i386.rpm) = 23551 -SHA256 (rpm/SDL_ttf-2.0.8-1.src.rpm) = 95c449d93ac9812dfbb398c715e28ddc12ee924cefddd91ef25999111e924111 -SIZE (rpm/SDL_ttf-2.0.8-1.src.rpm) = 2465661 Property changes on: head/graphics/linux-sdl_ttf/distinfo.i386 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/linux-sdl_ttf/pkg-plist =================================================================== --- head/graphics/linux-sdl_ttf/pkg-plist (revision 368844) +++ head/graphics/linux-sdl_ttf/pkg-plist (nonexistent) @@ -1,6 +0,0 @@ -usr/lib/libSDL_ttf-2.0.so.0 -usr/lib/libSDL_ttf-2.0.so.0.6.2 -usr/share/doc/SDL_ttf-%%SDLTTFVER%%/CHANGES -usr/share/doc/SDL_ttf-%%SDLTTFVER%%/COPYING -usr/share/doc/SDL_ttf-%%SDLTTFVER%%/README -@dirrm usr/share/doc/SDL_ttf-%%SDLTTFVER%% Property changes on: head/graphics/linux-sdl_ttf/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/linux-sdl_ttf/Makefile =================================================================== --- head/graphics/linux-sdl_ttf/Makefile (revision 368844) +++ head/graphics/linux-sdl_ttf/Makefile (nonexistent) @@ -1,20 +0,0 @@ -# Created by: Dmitry Marakasov -# $FreeBSD$ - -PORTNAME= sdl_ttf -PORTVERSION= 2.0.8 -CATEGORIES= graphics linux -MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ -DISTNAME= SDL_ttf-${PORTVERSION}-1 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Library to use TrueType fonts in SDL applications (Linux version) - -USE_LINUX_RPM= yes -USE_LINUX_APPS= sdl12 -USE_LDCONFIG= yes -ONLY_FOR_ARCHS= i386 amd64 -DIST_SUBDIR= rpm -PLIST_SUB+= SDLTTFVER=${PORTVERSION} - -.include Property changes on: head/graphics/linux-sdl_ttf/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/Makefile =================================================================== --- head/graphics/Makefile (revision 368844) +++ head/graphics/Makefile (revision 368845) @@ -1,1061 +1,1068 @@ # $FreeBSD$ # COMMENT = Graphics tools and libraries SUBDIR += 4va SUBDIR += Coin SUBDIR += EZWGL SUBDIR += GraphicsMagick SUBDIR += Hermes SUBDIR += IPA SUBDIR += ImageMagick SUBDIR += ImageMagick-nox11 SUBDIR += O2-tools SUBDIR += OpenEXR SUBDIR += R-cran-GDD SUBDIR += R-cran-RColorBrewer SUBDIR += R-cran-colorspace SUBDIR += R-cran-diagram SUBDIR += R-cran-dichromat SUBDIR += R-cran-ggplot2 SUBDIR += R-cran-munsell SUBDIR += R-cran-pixmap SUBDIR += R-cran-png SUBDIR += R-cran-rgdal SUBDIR += R-cran-rtiff SUBDIR += R-cran-scales SUBDIR += R-cran-shape SUBDIR += SciPlot SUBDIR += a2png SUBDIR += aalib SUBDIR += aaphoto SUBDIR += acidwarp SUBDIR += aeskulap SUBDIR += agave SUBDIR += agg SUBDIR += alpng SUBDIR += amide SUBDIR += ampasACES-container SUBDIR += ampasCTL SUBDIR += animorph SUBDIR += aoi SUBDIR += apngasm SUBDIR += apngdis SUBDIR += apvlv SUBDIR += aqsis SUBDIR += asciio SUBDIR += atril SUBDIR += autopano-sift-c SUBDIR += autoq3d SUBDIR += autotrace SUBDIR += aview SUBDIR += ayam SUBDIR += backfract SUBDIR += barbecue SUBDIR += barcode SUBDIR += batik SUBDIR += bbrb SUBDIR += blender SUBDIR += blender-doc SUBDIR += bmeps SUBDIR += bmp2html SUBDIR += box SUBDIR += boxer SUBDIR += bugle SUBDIR += burplex SUBDIR += c-a-i-r SUBDIR += cadubi SUBDIR += cairo SUBDIR += cairo-reference SUBDIR += cairomm SUBDIR += cal3d SUBDIR += cal3d-devel SUBDIR += camera SUBDIR += camerakit SUBDIR += cbrpager SUBDIR += cbview SUBDIR += cbviewer SUBDIR += cegui SUBDIR += cenon SUBDIR += cfdg SUBDIR += chbg SUBDIR += cimg SUBDIR += cinepaint SUBDIR += clutter SUBDIR += clutter-box2d SUBDIR += clutter-gtk SUBDIR += colord SUBDIR += colord-gtk SUBDIR += comical SUBDIR += commons-utilities SUBDIR += compupic SUBDIR += converseen SUBDIR += corona SUBDIR += cosmoplayer SUBDIR += crw SUBDIR += cthumb SUBDIR += cuneiform SUBDIR += curator SUBDIR += cuttlefish SUBDIR += danpei SUBDIR += darknock SUBDIR += darktable SUBDIR += dataplot SUBDIR += dc20pack SUBDIR += dcraw SUBDIR += dcraw-m SUBDIR += deegree-csw SUBDIR += deegree-igeoportal SUBDIR += deegree-wcs SUBDIR += deegree-wfs SUBDIR += deegree-wms SUBDIR += deegree-wps SUBDIR += deegree-wpvs SUBDIR += delaboratory SUBDIR += devil SUBDIR += dia SUBDIR += diacanvas2 SUBDIR += digikam-kde4 SUBDIR += digikam-kde4-doc SUBDIR += digikam-kde4-l10n SUBDIR += ditaa SUBDIR += djview4 SUBDIR += djvulibre SUBDIR += dmtx-utils SUBDIR += dri SUBDIR += driconf SUBDIR += duhdraw SUBDIR += dynamechs SUBDIR += easypaint SUBDIR += ecore-evas SUBDIR += ecore-sdl SUBDIR += edje SUBDIR += edje_viewer SUBDIR += electrix SUBDIR += enblend SUBDIR += ender SUBDIR += enesim SUBDIR += entangle SUBDIR += eog SUBDIR += eog-plugins SUBDIR += eos-movrec SUBDIR += eom SUBDIR += epdfview SUBDIR += epeg SUBDIR += epix SUBDIR += eps2png SUBDIR += epstool SUBDIR += etch SUBDIR += eterm-bg SUBDIR += ethumb SUBDIR += evas SUBDIR += evas-core SUBDIR += evas-engine-buffer SUBDIR += evas-engine-opengl SUBDIR += evas-engine-sdl SUBDIR += evas-engine-x11 SUBDIR += evas-loader-bmp SUBDIR += evas-loader-eet SUBDIR += evas-loader-generic SUBDIR += evas-loader-gif SUBDIR += evas-loader-ico SUBDIR += evas-loader-jpeg SUBDIR += evas-loader-pmaps SUBDIR += evas-loader-png SUBDIR += evas-loader-psd SUBDIR += evas-loader-svg SUBDIR += evas-loader-tga SUBDIR += evas-loader-tiff SUBDIR += evas-loader-wbmp SUBDIR += evas-loader-xpm SUBDIR += evas_generic_loaders-gst SUBDIR += evas_generic_loaders-pdf SUBDIR += evas_generic_loaders-ps SUBDIR += evas_generic_loaders-raw SUBDIR += evas_generic_loaders-svg SUBDIR += evas_generic_loaders-xcf SUBDIR += evince SUBDIR += evolvotron SUBDIR += exact-image SUBDIR += exif SUBDIR += exifprobe SUBDIR += exiftags SUBDIR += exiftran SUBDIR += exiv2 SUBDIR += exrtools SUBDIR += feh SUBDIR += ffff SUBDIR += fig2sxd SUBDIR += figurine SUBDIR += flam3 SUBDIR += flasm SUBDIR += fli2gif SUBDIR += flphoto SUBDIR += fly SUBDIR += fortytwo SUBDIR += fotofix SUBDIR += fotoxx SUBDIR += founts SUBDIR += fpc-cairo SUBDIR += fpc-fpgtk SUBDIR += fpc-ggi SUBDIR += fpc-graph SUBDIR += fpc-hermes SUBDIR += fpc-imagemagick SUBDIR += fpc-imlib SUBDIR += fpc-libgd SUBDIR += fpc-libpng SUBDIR += fpc-ncurses SUBDIR += fpc-opengl SUBDIR += fpc-pasjpeg SUBDIR += fpc-proj4 SUBDIR += fpc-rsvg SUBDIR += fpc-svgalib SUBDIR += fracplanet SUBDIR += fraqtive SUBDIR += freeglut SUBDIR += freeimage SUBDIR += frei0r SUBDIR += frei0r-plugins SUBDIR += frei0r-plugins-gavl SUBDIR += frei0r-plugins-opencv SUBDIR += ftgl SUBDIR += fujiplay SUBDIR += fusefs-gphotofs SUBDIR += fv SUBDIR += fyre SUBDIR += g2 SUBDIR += gauche-gl SUBDIR += gcolor SUBDIR += gcolor2 SUBDIR += gd SUBDIR += gdal SUBDIR += gdal-grass SUBDIR += gdchart SUBDIR += gdk-pixbuf SUBDIR += gdk-pixbuf2 SUBDIR += geeqie SUBDIR += gegl SUBDIR += generic_image_decoder SUBDIR += geoapi SUBDIR += geomorph SUBDIR += geomview SUBDIR += geos SUBDIR += geoserver SUBDIR += gexiv2 SUBDIR += giblib SUBDIR += gif2png SUBDIR += giflib SUBDIR += gifmerge SUBDIR += gifsicle SUBDIR += giftool SUBDIR += gimageview SUBDIR += gimmage SUBDIR += gimp SUBDIR += gimp-app SUBDIR += gimp-beautify-plugin SUBDIR += gimp-data-extras SUBDIR += gimp-elsamuko-script SUBDIR += gimp-ez-perspective-plugin SUBDIR += gimp-focusblur-plugin SUBDIR += gimp-gmic-plugin SUBDIR += gimp-help SUBDIR += gimp-jagged-border-script SUBDIR += gimp-lensfun-plugin SUBDIR += gimp-lqr-plugin SUBDIR += gimp-manual-html SUBDIR += gimp-refocus-plugin SUBDIR += gimp-resynthesizer SUBDIR += gimp-save-for-web SUBDIR += gimp-wavelet-decompose-plugin SUBDIR += gimp-wavelet-denoise-plugin SUBDIR += gimp-wavelet-sharpen-plugin SUBDIR += gimpfx-foundry SUBDIR += giram SUBDIR += gkrellkam2 SUBDIR += gle SUBDIR += gle-graphics SUBDIR += glew SUBDIR += glexcess SUBDIR += glfw SUBDIR += glfw2 SUBDIR += glitz SUBDIR += gliv SUBDIR += glosm SUBDIR += glpng SUBDIR += gltt SUBDIR += gmt SUBDIR += gnash SUBDIR += gnofract4d SUBDIR += gnustep-slideshow SUBDIR += gnustep-slideshowkit SUBDIR += gocr SUBDIR += goocanvas SUBDIR += goocanvas2 SUBDIR += goocanvasmm SUBDIR += goocanvasmm2 SUBDIR += goom SUBDIR += gource SUBDIR += gpaint SUBDIR += gphoto2 SUBDIR += gpicview SUBDIR += gplot SUBDIR += gpsmanshp SUBDIR += gqview SUBDIR += gracula SUBDIR += grads SUBDIR += grafx2 SUBDIR += graphite2 SUBDIR += graphopt SUBDIR += graphos SUBDIR += graphviz SUBDIR += grx SUBDIR += gscan2pdf SUBDIR += gsculpt SUBDIR += gstreamer-plugins-aalib SUBDIR += gstreamer-plugins-cairo SUBDIR += gstreamer-plugins-gdkpixbuf SUBDIR += gstreamer-plugins-gl SUBDIR += gstreamer-plugins-jpeg SUBDIR += gstreamer-plugins-libcaca SUBDIR += gstreamer-plugins-libpng SUBDIR += gstreamer-plugins-libvisual SUBDIR += gstreamer-plugins-opencv SUBDIR += gstreamer1-plugins-aalib SUBDIR += gstreamer1-plugins-cairo SUBDIR += gstreamer1-plugins-gdkpixbuf SUBDIR += gstreamer1-plugins-jpeg SUBDIR += gstreamer1-plugins-libcaca SUBDIR += gstreamer1-plugins-libvisual SUBDIR += gstreamer1-plugins-opencv SUBDIR += gstreamer1-plugins-openjpeg SUBDIR += gstreamer1-plugins-png SUBDIR += gstreamer1-plugins-webp SUBDIR += gstreamer1-plugins-zbar SUBDIR += gthumb SUBDIR += gtimelapse SUBDIR += gtk-update-icon-cache SUBDIR += gtkam SUBDIR += gtkdps SUBDIR += gtkgraph SUBDIR += gts SUBDIR += guilib SUBDIR += gwenview-kde4 SUBDIR += gx SUBDIR += hobbes-icons-xpm SUBDIR += hppsmtools SUBDIR += hs-HGL SUBDIR += hs-JuicyPixels SUBDIR += hs-cairo SUBDIR += hs-dia-base SUBDIR += hs-dia-functions SUBDIR += hs-soegtk SUBDIR += hs-svgcairo SUBDIR += hsetroot SUBDIR += hugin SUBDIR += hugin-devel SUBDIR += icat SUBDIR += icc-profiles-basiccolor SUBDIR += icc-profiles-openicc SUBDIR += iccexamin SUBDIR += iccxml SUBDIR += icoconvert SUBDIR += icon-slicer SUBDIR += icontact SUBDIR += icoutils SUBDIR += ida SUBDIR += iec16022 SUBDIR += iiview SUBDIR += ilmbase SUBDIR += imageindex SUBDIR += imagesort SUBDIR += imageviewer SUBDIR += imageworsener SUBDIR += imc SUBDIR += imgtops SUBDIR += imgv SUBDIR += imlib SUBDIR += imlib2 SUBDIR += imlib2_loaders SUBDIR += import-pictures SUBDIR += impressive SUBDIR += inkscape SUBDIR += intergif SUBDIR += inventor SUBDIR += ipe SUBDIR += iulib SUBDIR += jalbum SUBDIR += jasper SUBDIR += jave6 SUBDIR += jbig2dec SUBDIR += jbigkit SUBDIR += jdraw SUBDIR += jgraph SUBDIR += jhead SUBDIR += jogamp-jogl SUBDIR += jogl SUBDIR += jp2a SUBDIR += jpatch SUBDIR += jpeg SUBDIR += jpeg-turbo SUBDIR += jpeg2ps SUBDIR += jpeginfo SUBDIR += jpegoptim SUBDIR += jpg2pdf SUBDIR += jpgraph2 SUBDIR += jpgtn SUBDIR += jslice SUBDIR += kamera-kde4 SUBDIR += kcolorchooser SUBDIR += kcoloredit SUBDIR += kdegraphics4 SUBDIR += kdegraphics4-mobipocket SUBDIR += kdegraphics4-strigi-analyzer SUBDIR += kdegraphics4-svgpart SUBDIR += kdegraphics4-thumbnailers SUBDIR += kiconedit SUBDIR += kipi-plugin-acquireimages SUBDIR += kipi-plugin-advancedslideshow SUBDIR += kipi-plugin-batchprocess SUBDIR += kipi-plugin-calendar SUBDIR += kipi-plugin-debianscreenshots SUBDIR += kipi-plugin-dngconverter SUBDIR += kipi-plugin-expoblending SUBDIR += kipi-plugin-facebook SUBDIR += kipi-plugin-flashexport SUBDIR += kipi-plugin-flickrexport SUBDIR += kipi-plugin-galleryexport SUBDIR += kipi-plugin-gpssync SUBDIR += kipi-plugin-htmlexport SUBDIR += kipi-plugin-imageshackexport SUBDIR += kipi-plugin-imageviewer SUBDIR += kipi-plugin-imgurexport SUBDIR += kipi-plugin-ipodexport SUBDIR += kipi-plugin-jalbumexport SUBDIR += kipi-plugin-jpeglossless SUBDIR += kipi-plugin-kioexport SUBDIR += kipi-plugin-kmlexport SUBDIR += kipi-plugin-kopete SUBDIR += kipi-plugin-mediawiki SUBDIR += kipi-plugin-metadataedit SUBDIR += kipi-plugin-panorama SUBDIR += kipi-plugin-photolayoutseditor SUBDIR += kipi-plugin-picasawebexport SUBDIR += kipi-plugin-piwigoexport SUBDIR += kipi-plugin-printimages SUBDIR += kipi-plugin-rajceexport SUBDIR += kipi-plugin-rawconverter SUBDIR += kipi-plugin-removeredeyes SUBDIR += kipi-plugin-sendimages SUBDIR += kipi-plugin-shwup SUBDIR += kipi-plugin-smug SUBDIR += kipi-plugin-timeadjust SUBDIR += kipi-plugin-videoslideshow SUBDIR += kipi-plugin-vkontakte SUBDIR += kipi-plugin-yandexfotki SUBDIR += kipi-plugins-kde4 SUBDIR += kix-kmod SUBDIR += klatexformula SUBDIR += kludge3d SUBDIR += kolourpaint SUBDIR += kphotoalbum-kde4 SUBDIR += kpovmodeler SUBDIR += ksaneplugin SUBDIR += ksnapshot SUBDIR += kudu SUBDIR += kuickshow-kde4 SUBDIR += l2p SUBDIR += laternamagica SUBDIR += lcdtest SUBDIR += lcms SUBDIR += lcms-python SUBDIR += lcms2 SUBDIR += leafpak SUBDIR += lensfun SUBDIR += leptonica SUBDIR += lfview SUBDIR += lib3ds SUBDIR += libEGL SUBDIR += libGL SUBDIR += libGLU SUBDIR += libGLw SUBDIR += libafterimage SUBDIR += libart_lgpl SUBDIR += libaux SUBDIR += libboard SUBDIR += libcaca SUBDIR += libcdr SUBDIR += libchamplain SUBDIR += libdmtx SUBDIR += libdrm SUBDIR += libecwj2 SUBDIR += libemf SUBDIR += libetonyek SUBDIR += libexif SUBDIR += libexif-gtk SUBDIR += libfpx SUBDIR += libfreehand SUBDIR += libfreehand00 SUBDIR += libgaiagraphics SUBDIR += libgeotiff SUBDIR += libgfx SUBDIR += libggi SUBDIR += libglapi SUBDIR += libglesv2 SUBDIR += libgltext SUBDIR += libgnomecanvas SUBDIR += libgnomecanvas-reference SUBDIR += libgnomecanvasmm26 SUBDIR += libgphoto2 SUBDIR += libimg SUBDIR += libiptcdata SUBDIR += libjpeg-turbo SUBDIR += libkdcraw-kde4 SUBDIR += libkexiv2-kde4 SUBDIR += libkface SUBDIR += libkipi-kde4 SUBDIR += libkipiplugins SUBDIR += libksane SUBDIR += liblqr-1 SUBDIR += liblug SUBDIR += libmng SUBDIR += libmorph SUBDIR += libopenraw SUBDIR += libosmesa SUBDIR += libpano12 SUBDIR += libpano13 SUBDIR += libpcd SUBDIR += libpgf SUBDIR += libprojectm SUBDIR += libpuzzle SUBDIR += libqrencode SUBDIR += librasterlite SUBDIR += libraw SUBDIR += libreatlas SUBDIR += librsvg2 SUBDIR += libsixel SUBDIR += libspiro SUBDIR += libsvg SUBDIR += libsvg-cairo SUBDIR += libtxc_dxtn SUBDIR += libvisual SUBDIR += libvisual04 SUBDIR += libvisual04-plugins SUBDIR += libwmf SUBDIR += libwmf-nox11 SUBDIR += libwpg SUBDIR += linplasma SUBDIR += linux-XnViewMP SUBDIR += linux-adobesvg + SUBDIR += linux-c6-sdl_image + SUBDIR += linux-c6-sdl_ttf + SUBDIR += linux-c6-dri + SUBDIR += linux-c6-jpeg + SUBDIR += linux-c6-tiff + SUBDIR += linux-c6-cairo + SUBDIR += linux-c6-png SUBDIR += linux-f10-cairo SUBDIR += linux-f10-dri SUBDIR += linux-f10-gdk-pixbuf SUBDIR += linux-f10-glew SUBDIR += linux-f10-imlib SUBDIR += linux-f10-jpeg SUBDIR += linux-f10-libGLU SUBDIR += linux-f10-libmng SUBDIR += linux-f10-png SUBDIR += linux-f10-sdl_image + SUBDIR += linux-f10-sdl_ttf SUBDIR += linux-f10-tiff SUBDIR += linux-f10-ungif - SUBDIR += linux-sdl_ttf SUBDIR += lprof-devel SUBDIR += lua-gd SUBDIR += luminance SUBDIR += luminance-qt5 SUBDIR += luxrender SUBDIR += mahotas SUBDIR += makehuman SUBDIR += mandelbulber SUBDIR += mapnik SUBDIR += mapserver SUBDIR += mapyrus SUBDIR += megapov SUBDIR += mesa-demos SUBDIR += meshviewer SUBDIR += metacam SUBDIR += metapixel SUBDIR += mhgui SUBDIR += ming SUBDIR += mirage SUBDIR += mmrecover SUBDIR += mozjpeg SUBDIR += mscgen SUBDIR += mtpaint SUBDIR += multican SUBDIR += multiraw SUBDIR += mupdf SUBDIR += mxp SUBDIR += mypaint SUBDIR += nathive SUBDIR += netpbm SUBDIR += nip2 SUBDIR += nomacs SUBDIR += npretty SUBDIR += nvidia-texture-tools SUBDIR += ocaml-images SUBDIR += ocaml-lablgl SUBDIR += ocrad SUBDIR += ocre SUBDIR += ocrfeeder SUBDIR += ocropus SUBDIR += ogre3d SUBDIR += okular SUBDIR += opencollada SUBDIR += opencolorio SUBDIR += opencolorio-tools SUBDIR += opencsg SUBDIR += opencv SUBDIR += opencv-core SUBDIR += opencv-java SUBDIR += opendx SUBDIR += opengl-man SUBDIR += opengtl SUBDIR += openimageio SUBDIR += openjpeg SUBDIR += openjpeg15 SUBDIR += openjump SUBDIR += opennurbs SUBDIR += openrm SUBDIR += openshadinglanguage SUBDIR += optar SUBDIR += optipng SUBDIR += osg SUBDIR += osg-devel SUBDIR += osgearth SUBDIR += oyranos SUBDIR += p5-Acme-Steganography-Image-Png SUBDIR += p5-CAD-Drawing SUBDIR += p5-CAD-Drawing-Template SUBDIR += p5-Cairo SUBDIR += p5-Captcha-reCAPTCHA SUBDIR += p5-Captcha-reCAPTCHA-Mailhide SUBDIR += p5-Chart SUBDIR += p5-Chart-Clicker SUBDIR += p5-Chart-Graph SUBDIR += p5-Chart-PNGgraph SUBDIR += p5-Color-Calc SUBDIR += p5-Color-Library SUBDIR += p5-Color-Palette SUBDIR += p5-Color-Rgb SUBDIR += p5-Color-Scheme SUBDIR += p5-Convert-Color SUBDIR += p5-GD SUBDIR += p5-GD-Arrow SUBDIR += p5-GD-Barcode SUBDIR += p5-GD-Graph SUBDIR += p5-GD-Graph-histogram SUBDIR += p5-GD-Graph-ohlc SUBDIR += p5-GD-Graph3d SUBDIR += p5-GD-SVG SUBDIR += p5-GD-TextUtil SUBDIR += p5-GD-Thumbnail SUBDIR += p5-Geo-EOP SUBDIR += p5-Geo-GDAL SUBDIR += p5-Geo-GML SUBDIR += p5-Geo-Gpx SUBDIR += p5-Geo-KML SUBDIR += p5-Geo-Point SUBDIR += p5-Geo-Proj4 SUBDIR += p5-Geometry-Primitive SUBDIR += p5-Gimp SUBDIR += p5-Google-Chart SUBDIR += p5-Graph-Easy SUBDIR += p5-Graph-ReadWrite SUBDIR += p5-Graph-SocialMap SUBDIR += p5-Graph-Writer-GraphViz SUBDIR += p5-GraphViz SUBDIR += p5-GraphViz-Data-Structure SUBDIR += p5-GraphViz-Traverse SUBDIR += p5-GraphViz2 SUBDIR += p5-Graphics-Color SUBDIR += p5-Graphics-ColorNames SUBDIR += p5-Graphics-ColorNames-WWW SUBDIR += p5-Graphics-GnuplotIF SUBDIR += p5-Graphics-Primitive SUBDIR += p5-Graphics-Primitive-Driver-Cairo SUBDIR += p5-Image-Base SUBDIR += p5-Image-Base-SVG SUBDIR += p5-Image-Caa SUBDIR += p5-Image-Compare SUBDIR += p5-Image-ExifTool SUBDIR += p5-Image-ExifTool-devel SUBDIR += p5-Image-Grab SUBDIR += p5-Image-Heatmap SUBDIR += p5-Image-IPTCInfo SUBDIR += p5-Image-Imgur SUBDIR += p5-Image-Imlib2 SUBDIR += p5-Image-Info SUBDIR += p5-Image-LibExif SUBDIR += p5-Image-Magick-Iterator SUBDIR += p5-Image-Math-Constrain SUBDIR += p5-Image-MetaData-GQview SUBDIR += p5-Image-MetaData-JPEG SUBDIR += p5-Image-ObjectDetect SUBDIR += p5-Image-PBMlib SUBDIR += p5-Image-Pngslimmer SUBDIR += p5-Image-Scale SUBDIR += p5-Image-Size SUBDIR += p5-Image-Size-FillFullSelect SUBDIR += p5-Imager SUBDIR += p5-Imager-AverageGray SUBDIR += p5-Imager-Graph SUBDIR += p5-Imager-Plot SUBDIR += p5-Imager-QRCode SUBDIR += p5-Imlib2 SUBDIR += p5-Layout-Manager SUBDIR += p5-OpenGL SUBDIR += p5-PGPLOT SUBDIR += p5-SVG-DOM2 SUBDIR += p5-SVG-Graph SUBDIR += p5-SVG-Metadata SUBDIR += p5-SWF-Builder SUBDIR += p5-SWF-File SUBDIR += p5-Sane SUBDIR += p5-SpringGraph SUBDIR += p5-Tk-JPEG-Lite SUBDIR += p5-URI-GoogleChart SUBDIR += p5-VCG SUBDIR += p5-Visio SUBDIR += p5-ming SUBDIR += panoglview SUBDIR += panomatic SUBDIR += partio SUBDIR += pdf2svg SUBDIR += pear-Horde_Image SUBDIR += pear-IO_SWF SUBDIR += pear-Image_3D SUBDIR += pear-Image_Barcode SUBDIR += pear-Image_Barcode2 SUBDIR += pear-Image_Canvas SUBDIR += pear-Image_Color SUBDIR += pear-Image_Graph SUBDIR += pear-Image_GraphViz SUBDIR += pear-Image_Transform SUBDIR += pecl-gmagick SUBDIR += pecl-imagick SUBDIR += pecl-imlib2 SUBDIR += pecl-qrencode SUBDIR += pecomato SUBDIR += pencil SUBDIR += peps SUBDIR += pfscalibration SUBDIR += pfstmo SUBDIR += pfstools SUBDIR += pgplot SUBDIR += pho SUBDIR += photopc SUBDIR += php-facedetect SUBDIR += php-gdal SUBDIR += php-libpuzzle SUBDIR += php-magickwand SUBDIR += php5-exif SUBDIR += php5-ffmpeg SUBDIR += php5-gd SUBDIR += php5-swfed SUBDIR += php53-exif SUBDIR += php53-gd SUBDIR += php55-exif SUBDIR += php55-gd SUBDIR += php56-exif SUBDIR += php56-gd SUBDIR += phplot SUBDIR += picpuz SUBDIR += picturebook SUBDIR += picviz SUBDIR += piddle SUBDIR += pinpoint SUBDIR += pixelize SUBDIR += pixen SUBDIR += pixie SUBDIR += pixmap SUBDIR += plasma-kmod SUBDIR += plotutils SUBDIR += png SUBDIR += png2html SUBDIR += png2ico SUBDIR += pngcheck SUBDIR += pngcrush SUBDIR += pngnq SUBDIR += pngquant SUBDIR += pngrewrite SUBDIR += pngwriter SUBDIR += podofo SUBDIR += poppler SUBDIR += poppler-data SUBDIR += poppler-glib SUBDIR += poppler-qt4 SUBDIR += poppler-utils SUBDIR += pornview SUBDIR += potrace SUBDIR += povray-meta SUBDIR += povray36 SUBDIR += povray37 SUBDIR += ppmcaption SUBDIR += ppminfo SUBDIR += ppsei SUBDIR += pqiv SUBDIR += preview SUBDIR += price SUBDIR += prison SUBDIR += processing SUBDIR += proj SUBDIR += projectm-libvisual SUBDIR += pstoedit SUBDIR += pstoepsi SUBDIR += pure-gl SUBDIR += py-PyX SUBDIR += py-PyX12 SUBDIR += py-aafigure SUBDIR += py-actdiag SUBDIR += py-blockdiag SUBDIR += py-blockdiagcontrib-cisco SUBDIR += py-cairo SUBDIR += py-chart SUBDIR += py-django-easy-thumbnails SUBDIR += py-editobj SUBDIR += py-exif SUBDIR += py-exiv2 SUBDIR += py-freeimagepy SUBDIR += py-gchartwrapper SUBDIR += py-gd SUBDIR += py-gdal SUBDIR += py-gimp SUBDIR += py-glewpy SUBDIR += py-goocanvas SUBDIR += py-graph SUBDIR += py-graph-core SUBDIR += py-graph-dot SUBDIR += py-graphviz SUBDIR += py-graphy SUBDIR += py-gvgen SUBDIR += py-imaging SUBDIR += py-mcomix SUBDIR += py-ming SUBDIR += py-nwdiag SUBDIR += py-opencv SUBDIR += py-openexr SUBDIR += py-opengl SUBDIR += py-openimageio SUBDIR += py-paint SUBDIR += py-pillow SUBDIR += py-png SUBDIR += py-poppler SUBDIR += py-poppler-qt4 SUBDIR += py-pycha SUBDIR += py-pydot SUBDIR += py-pygal SUBDIR += py-pyggel SUBDIR += py-pyglet SUBDIR += py-pygooglechart SUBDIR += py-pyproj SUBDIR += py-qt4-svg SUBDIR += py-rabbyt SUBDIR += py-sane SUBDIR += py-seqdiag SUBDIR += py-sorl-thumbnail SUBDIR += py-soya3d SUBDIR += py-stltools SUBDIR += py-wand SUBDIR += py-webcolors SUBDIR += py3-cairo SUBDIR += pygts SUBDIR += pymorph SUBDIR += pyro SUBDIR += pysvg SUBDIR += qcomicbook SUBDIR += qcread SUBDIR += qgis SUBDIR += qiv SUBDIR += qiviewer SUBDIR += qslim SUBDIR += qt4-iconengines SUBDIR += qt4-imageformats SUBDIR += qt4-opengl SUBDIR += qt4-pixeltool SUBDIR += qt4-svg SUBDIR += qt5-graphicaleffects SUBDIR += qt5-imageformats SUBDIR += qt5-opengl SUBDIR += qt5-pixeltool SUBDIR += qt5-svg SUBDIR += qtgtl SUBDIR += quat SUBDIR += quat-gui SUBDIR += quesa SUBDIR += quesoglc SUBDIR += qxv SUBDIR += radius-engine SUBDIR += raster3d SUBDIR += rawstudio SUBDIR += rawtherapee SUBDIR += rayshade SUBDIR += reallyslick SUBDIR += recoverjpeg SUBDIR += renrot SUBDIR += repng2jpeg SUBDIR += rgbpaint SUBDIR += ristretto SUBDIR += ruby-gd SUBDIR += ruby-gdal SUBDIR += ruby-image_size SUBDIR += ruby-imlib2 SUBDIR += ruby-svg SUBDIR += ruby-tgif SUBDIR += rubygem-cairo SUBDIR += rubygem-captcha SUBDIR += rubygem-chunky_png SUBDIR += rubygem-clutter SUBDIR += rubygem-clutter-gtk SUBDIR += rubygem-dragonfly SUBDIR += rubygem-exifr SUBDIR += rubygem-ezprint SUBDIR += rubygem-fastimage SUBDIR += rubygem-gd2 SUBDIR += rubygem-gdk_pixbuf2 SUBDIR += rubygem-geokit SUBDIR += rubygem-goocanvas SUBDIR += rubygem-graphviz SUBDIR += rubygem-gruff SUBDIR += rubygem-image_science SUBDIR += rubygem-imagesize SUBDIR += rubygem-objectdetect SUBDIR += rubygem-opengl SUBDIR += rubygem-pdfkit SUBDIR += rubygem-png SUBDIR += rubygem-railroad SUBDIR += rubygem-rmagick SUBDIR += rubygem-rsvg2 SUBDIR += rubygem-scruffy SUBDIR += rubyphoto SUBDIR += s10sh SUBDIR += sage SUBDIR += sam2p SUBDIR += sampleicc SUBDIR += sane-backends SUBDIR += sane-frontends SUBDIR += scale2x SUBDIR += scantailor SUBDIR += scr2png SUBDIR += scrot SUBDIR += scwm-icons SUBDIR += sdl2_gfx SUBDIR += sdl2_image SUBDIR += sdl2_ttf SUBDIR += sdl_gfx SUBDIR += sdl_image SUBDIR += sdl_ttf SUBDIR += seam-carving-gui SUBDIR += seejpeg SUBDIR += separate SUBDIR += seq2gif SUBDIR += sharpconstruct SUBDIR += shiva-collections SUBDIR += shotwell SUBDIR += show SUBDIR += showimage SUBDIR += silgraphite SUBDIR += simage SUBDIR += simpleviewer SUBDIR += sk1libs SUBDIR += skanlite SUBDIR += skencil SUBDIR += sketch SUBDIR += sng SUBDIR += springgraph SUBDIR += squish SUBDIR += sswf SUBDIR += stamp SUBDIR += structuresynth SUBDIR += svg2pdf SUBDIR += svg2png SUBDIR += svgalib SUBDIR += svgfig SUBDIR += swfdec SUBDIR += swfmill SUBDIR += swftools SUBDIR += sxiv SUBDIR += synaesthesia SUBDIR += synfigstudio SUBDIR += telak SUBDIR += tesseract SUBDIR += tesseract-data SUBDIR += tgif SUBDIR += tif22pnm SUBDIR += tiff SUBDIR += tiffgt SUBDIR += tifmerge SUBDIR += tilecache SUBDIR += tiled SUBDIR += timeless SUBDIR += tintfu SUBDIR += tinyows SUBDIR += tkpng SUBDIR += togl SUBDIR += truevision SUBDIR += ttygif SUBDIR += tulip SUBDIR += tumble SUBDIR += ufraw SUBDIR += uniconvertor SUBDIR += uniconvw SUBDIR += unpaper SUBDIR += urt SUBDIR += vcg SUBDIR += viewnior SUBDIR += vigra SUBDIR += vips SUBDIR += visprint SUBDIR += volpack SUBDIR += vp SUBDIR += webp SUBDIR += whirlgif SUBDIR += white_dune SUBDIR += wings SUBDIR += wmicons SUBDIR += wxsvg SUBDIR += xaos SUBDIR += xbmbrowser SUBDIR += xcftools SUBDIR += xd3d SUBDIR += xdgagrab SUBDIR += xface.el SUBDIR += xfig SUBDIR += xfpovray SUBDIR += xfractint SUBDIR += xglurbules SUBDIR += xgrasp SUBDIR += xli SUBDIR += xmandel SUBDIR += xmedcon SUBDIR += xmlgraphics-commons SUBDIR += xmountains SUBDIR += xnview SUBDIR += xoris SUBDIR += xournal SUBDIR += xpaint SUBDIR += xpdf SUBDIR += xpx SUBDIR += xsane SUBDIR += xsvg SUBDIR += xtexcad SUBDIR += xv SUBDIR += xv-m17n SUBDIR += xwpick SUBDIR += xzgv SUBDIR += yafray SUBDIR += yagf SUBDIR += yed SUBDIR += zathura SUBDIR += zathura-djvu SUBDIR += zathura-pdf-mupdf SUBDIR += zathura-pdf-poppler SUBDIR += zbar SUBDIR += zgv SUBDIR += zimg SUBDIR += zint SUBDIR += zphoto .include Index: head/graphics/linux-c6-cairo/Makefile =================================================================== --- head/graphics/linux-c6-cairo/Makefile (nonexistent) +++ head/graphics/linux-c6-cairo/Makefile (revision 368845) @@ -0,0 +1,27 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= cairo +PORTVERSION= 1.8.8 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Vector graphics library Cairo (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-cairo-[0-9]* linux-f10-cairo-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes +USE_LINUX_APPS= fontconfig png xorglibs + +RPMVERSION= 3.1.el6 +USE_LDCONFIG= yes + +PLIST_FILES= usr/lib/libcairo.so.2 \ + usr/lib/libcairo.so.2.10800.8 +DOCSDIR= ${PREFIX}/usr/share/doc/cairo-${PORTVERSION} +PORTDOCS= AUTHORS BIBLIOGRAPHY BUGS COPYING COPYING-LGPL-2.1 \ + COPYING-MPL-1.1 NEWS README + +.include Property changes on: head/graphics/linux-c6-cairo/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-cairo/distinfo.i686 =================================================================== --- head/graphics/linux-c6-cairo/distinfo.i686 (nonexistent) +++ head/graphics/linux-c6-cairo/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/cairo-1.8.8-3.1.el6.i686.rpm) = 09b2b2b38115e74d1aab2253682cde59970c6a0286a151b438a7e7ec3fefa1f4 +SIZE (rpm/i686/centos/6.5/cairo-1.8.8-3.1.el6.i686.rpm) = 326400 +SHA256 (rpm/i686/centos/6.5/cairo-1.8.8-3.1.el6.src.rpm) = 0878b1cc9dcb05138fee6d32dc8148fe19cb6de6bf788c68526b9059d35be87e +SIZE (rpm/i686/centos/6.5/cairo-1.8.8-3.1.el6.src.rpm) = 6660677 Property changes on: head/graphics/linux-c6-cairo/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-cairo/pkg-descr =================================================================== --- head/graphics/linux-c6-cairo/pkg-descr (nonexistent) +++ head/graphics/linux-c6-cairo/pkg-descr (revision 368845) @@ -0,0 +1,15 @@ +This is a Linux/i386 binary port of Cairo. + +Cairo is a vector graphics library with cross-device output +support. Currently supported output targets include the X Window +System and in-memory image buffers. PostScript and PDF file output is +planned. Cairo is designed to produce identical output on all output +media while taking advantage of display hardware acceleration when +available (eg. through the X Render Extension). + +Cairo provides a stateful user-level API with capabilities similar to +the PDF 1.4 imaging model. Cairo provides operations including stroking +and filling Bezier cubic splines, transforming and compositing translucent +images, and antialiased text rendering. + +WWW: http://www.cairographics.org/ Property changes on: head/graphics/linux-c6-cairo/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-dri/Makefile =================================================================== --- head/graphics/linux-c6-dri/Makefile (nonexistent) +++ head/graphics/linux-c6-dri/Makefile (revision 368845) @@ -0,0 +1,32 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= dri +PORTVERSION= 9.2 +CATEGORIES= graphics linux +DISTFILES= mesa-libGL-9.2-0.5.el6.i686.rpm \ + mesa-libGLU-9.2-0.5.el6.i686.rpm \ + mesa-dri-drivers-9.2-0.5.el6.i686.rpm \ + libdrm-2.4.45-2.el6.i686.rpm \ + freeglut-2.6.0-1.el6.i686.rpm + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Mesa libGL runtime libraries (Linux CentOS ${LINUX_DIST_VER}) + +ALWAYS_KEEP_DISTFILES= YES + +CONFLICTS= linux_dri-[0-9]* linux_dri-devel-[0-9]* linux-f10-dri-[0-9]* linux-dri-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +.if defined(PACKAGE_BUILDING) +SRC_DISTFILES= mesa-9.2-0.5.el6.src.rpm \ + libdrm-2.4.45-2.el6.src.rpm \ + freeglut-2.6.0-1.el6.src.rpm +.endif + +USE_LINUX= c6 +USE_LINUX_APPS= xorglibs +USE_LINUX_RPM= yes +USE_LDCONFIG= yes + +.include Property changes on: head/graphics/linux-c6-dri/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-dri/distinfo.i686 =================================================================== --- head/graphics/linux-c6-dri/distinfo.i686 (nonexistent) +++ head/graphics/linux-c6-dri/distinfo.i686 (revision 368845) @@ -0,0 +1,16 @@ +SHA256 (rpm/i686/centos/6.5/mesa-libGL-9.2-0.5.el6.i686.rpm) = 0bcc2435f7e0e97a480543c54bfbba2563848209cbd249088f460f3650a40fc2 +SIZE (rpm/i686/centos/6.5/mesa-libGL-9.2-0.5.el6.i686.rpm) = 125140 +SHA256 (rpm/i686/centos/6.5/mesa-libGLU-9.2-0.5.el6.i686.rpm) = ded5d3f58c8fbe89e9c710d90d578f3fc76cc7b44090ff9c3c87276004f23175 +SIZE (rpm/i686/centos/6.5/mesa-libGLU-9.2-0.5.el6.i686.rpm) = 197372 +SHA256 (rpm/i686/centos/6.5/mesa-dri-drivers-9.2-0.5.el6.i686.rpm) = 35911f50ece5ce4765430bb5339ebfe93bf934b9b7f2ab6019952ae995f38f33 +SIZE (rpm/i686/centos/6.5/mesa-dri-drivers-9.2-0.5.el6.i686.rpm) = 6465704 +SHA256 (rpm/i686/centos/6.5/libdrm-2.4.45-2.el6.i686.rpm) = 93b0b7e9645989e646eba713ef754ac92fe5d835c0e87baaaf654274d1e199ac +SIZE (rpm/i686/centos/6.5/libdrm-2.4.45-2.el6.i686.rpm) = 125804 +SHA256 (rpm/i686/centos/6.5/freeglut-2.6.0-1.el6.i686.rpm) = fa6cb446baf0b4e02a68c7260e3a2186fc2bb208293d39ccb48dd8ed9c61b606 +SIZE (rpm/i686/centos/6.5/freeglut-2.6.0-1.el6.i686.rpm) = 170044 +SHA256 (rpm/i686/centos/6.5/mesa-9.2-0.5.el6.src.rpm) = 235ebab32077e6658c8785b310c40907bfc0e9bcfec4affabdfd00e28b67f54c +SIZE (rpm/i686/centos/6.5/mesa-9.2-0.5.el6.src.rpm) = 23336483 +SHA256 (rpm/i686/centos/6.5/libdrm-2.4.45-2.el6.src.rpm) = 3a220027585dc2acc791fb82508d985c95fda8dabc4fcf521012fa17af73dfdb +SIZE (rpm/i686/centos/6.5/libdrm-2.4.45-2.el6.src.rpm) = 595076 +SHA256 (rpm/i686/centos/6.5/freeglut-2.6.0-1.el6.src.rpm) = 04ca4b3c4917110e7878df3d82f52639a76274ed3c0611ff72b86ea5e242d037 +SIZE (rpm/i686/centos/6.5/freeglut-2.6.0-1.el6.src.rpm) = 2185780 Property changes on: head/graphics/linux-c6-dri/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-dri/pkg-descr =================================================================== --- head/graphics/linux-c6-dri/pkg-descr (nonexistent) +++ head/graphics/linux-c6-dri/pkg-descr (revision 368845) @@ -0,0 +1,2 @@ +The port installs Linux Fedora 10 Mesa libGL runtime libraries +and DRI drivers. Property changes on: head/graphics/linux-c6-dri/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-dri/pkg-plist =================================================================== --- head/graphics/linux-c6-dri/pkg-plist (nonexistent) +++ head/graphics/linux-c6-dri/pkg-plist (revision 368845) @@ -0,0 +1,53 @@ +lib/udev/rules.d/91-drm-modeset.rules +usr/lib/dri/i915_dri.so +usr/lib/dri/i965_dri.so +usr/lib/dri/r200_dri.so +usr/lib/dri/r300_dri.so +usr/lib/dri/r600_dri.so +usr/lib/dri/radeon_dri.so +usr/lib/dri/radeonsi_dri.so +usr/lib/dri/swrast_dri.so +usr/lib/libGL.so.1 +usr/lib/libGL.so.1.2.0 +usr/lib/libGLU.so.1 +usr/lib/libGLU.so.1.3.1 +usr/lib/libdricore9.2.0-devel.so +usr/lib/libdricore9.2.0-devel.so.1 +usr/lib/libdricore9.2.0-devel.so.1.0.0 +usr/lib/libdrm.so.2 +usr/lib/libdrm.so.2.4.0 +usr/lib/libdrm_intel.so.1 +usr/lib/libdrm_intel.so.1.0.0 +usr/lib/libdrm_nouveau.so.1 +usr/lib/libdrm_nouveau.so.1.0.0 +usr/lib/libdrm_nouveau2.so.2 +usr/lib/libdrm_nouveau2.so.2.0.0 +usr/lib/libdrm_radeon.so.1 +usr/lib/libdrm_radeon.so.1.0.1 +usr/lib/libglapi.so +usr/lib/libglapi.so.0 +usr/lib/libglapi.so.0.0.0 +usr/lib/libglut.so.3 +usr/lib/libglut.so.3.9.0 +usr/share/doc/freeglut-2.6.0/AUTHORS +usr/share/doc/freeglut-2.6.0/COPYING +usr/share/doc/freeglut-2.6.0/ChangeLog +usr/share/doc/freeglut-2.6.0/INSTALL +usr/share/doc/freeglut-2.6.0/NEWS +usr/share/doc/freeglut-2.6.0/README +usr/share/doc/freeglut-2.6.0/TODO +usr/share/doc/freeglut-2.6.0/download.html +usr/share/doc/freeglut-2.6.0/freeglut.html +usr/share/doc/freeglut-2.6.0/freeglut_logo.png +usr/share/doc/freeglut-2.6.0/freeglut_user_interface.html +usr/share/doc/freeglut-2.6.0/index.html +usr/share/doc/freeglut-2.6.0/ogl_sm.png +usr/share/doc/freeglut-2.6.0/progress.html +usr/share/doc/freeglut-2.6.0/structure.html +usr/share/doc/libdrm-2.4.45/README +%%ETCDIR%%rc +@dirrmtry usr/share/doc/libdrm-2.4.45 +@dirrmtry usr/share/doc/freeglut-2.6.0 +@dirrmtry usr/lib/dri +@dirrmtry lib/udev/rules.d +@dirrmtry lib/udev Property changes on: head/graphics/linux-c6-dri/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-dri-compat/Makefile =================================================================== --- head/graphics/linux-c6-dri-compat/Makefile (nonexistent) +++ head/graphics/linux-c6-dri-compat/Makefile (revision 368845) @@ -0,0 +1,35 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= dri +PORTVERSION= 9.0 +CATEGORIES= graphics linux +MASTER_SITES= http://vault.centos.org/6.4/os/i386/Packages/ +PKGNAMESUFFIX= -compat +DISTFILES= mesa-libGL-9.0-0.7.el6.i686.rpm \ + mesa-libGLU-9.0-0.7.el6.i686.rpm \ + mesa-dri-drivers-9.0-0.7.el6.i686.rpm \ + libdrm-2.4.39-1.el6.i686.rpm \ + freeglut-2.6.0-1.el6.i686.rpm + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Mesa libGL runtime libraries (Linux CentOS 6.4) + +ALWAYS_KEEP_DISTFILES= YES + +CONFLICTS= linux_dri-[0-9]* linux_dri-devel-[0-9]* linux-f10-dri-[0-9]* linux-dri-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +.if defined(PACKAGE_BUILDING) +MASTER_SITES+= http://vault.centos.org/6.4/os/Source/SPackages/ +SRC_DISTFILES= mesa-9.0-0.7.el6.src.rpm \ + libdrm-2.4.39-1.el6.src.rpm \ + freeglut-2.6.0-1.el6.src.rpm +.endif + +USE_LINUX= c6 +USE_LINUX_APPS= xorglibs +USE_LINUX_RPM= yes +USE_LDCONFIG= yes + +.include Property changes on: head/graphics/linux-c6-dri-compat/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-dri-compat/distinfo.i686 =================================================================== --- head/graphics/linux-c6-dri-compat/distinfo.i686 (nonexistent) +++ head/graphics/linux-c6-dri-compat/distinfo.i686 (revision 368845) @@ -0,0 +1,16 @@ +SHA256 (rpm/i686/centos/6.5/mesa-libGL-9.0-0.7.el6.i686.rpm) = d6118a637f7fd22307c6b781ab8571a4f08cb86d701a48c0b573f38efa123729 +SIZE (rpm/i686/centos/6.5/mesa-libGL-9.0-0.7.el6.i686.rpm) = 165176 +SHA256 (rpm/i686/centos/6.5/mesa-libGLU-9.0-0.7.el6.i686.rpm) = fafa5a79261ac4835dc6101857d86b095d13931937275ee662daf1777c9d4256 +SIZE (rpm/i686/centos/6.5/mesa-libGLU-9.0-0.7.el6.i686.rpm) = 226992 +SHA256 (rpm/i686/centos/6.5/mesa-dri-drivers-9.0-0.7.el6.i686.rpm) = f442e88fb435bce9111aeabdde9b7d0013cc4303e2ea97e2fc8e740c884bca01 +SIZE (rpm/i686/centos/6.5/mesa-dri-drivers-9.0-0.7.el6.i686.rpm) = 4271416 +SHA256 (rpm/i686/centos/6.5/libdrm-2.4.39-1.el6.i686.rpm) = 33c05516d07ca236394004b9c3fc62834d7057892fbe341f5ecee7258d49ef9b +SIZE (rpm/i686/centos/6.5/libdrm-2.4.39-1.el6.i686.rpm) = 121244 +SHA256 (rpm/i686/centos/6.5/freeglut-2.6.0-1.el6.i686.rpm) = fa6cb446baf0b4e02a68c7260e3a2186fc2bb208293d39ccb48dd8ed9c61b606 +SIZE (rpm/i686/centos/6.5/freeglut-2.6.0-1.el6.i686.rpm) = 170044 +SHA256 (rpm/i686/centos/6.5/mesa-9.0-0.7.el6.src.rpm) = 83d0dde99dfc12eba3522e2edb7fde31d507c085cef9cd003b636a7c55a103f5 +SIZE (rpm/i686/centos/6.5/mesa-9.0-0.7.el6.src.rpm) = 22910741 +SHA256 (rpm/i686/centos/6.5/libdrm-2.4.39-1.el6.src.rpm) = ba866f47135cf1bbae8030bcc9325569a0d5d25e86ba818444a3f412ba12fc9f +SIZE (rpm/i686/centos/6.5/libdrm-2.4.39-1.el6.src.rpm) = 533038 +SHA256 (rpm/i686/centos/6.5/freeglut-2.6.0-1.el6.src.rpm) = 04ca4b3c4917110e7878df3d82f52639a76274ed3c0611ff72b86ea5e242d037 +SIZE (rpm/i686/centos/6.5/freeglut-2.6.0-1.el6.src.rpm) = 2185780 Property changes on: head/graphics/linux-c6-dri-compat/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-dri-compat/pkg-descr =================================================================== --- head/graphics/linux-c6-dri-compat/pkg-descr (nonexistent) +++ head/graphics/linux-c6-dri-compat/pkg-descr (revision 368845) @@ -0,0 +1,2 @@ +The port installs Linux Fedora 10 Mesa libGL runtime libraries +and DRI drivers. Property changes on: head/graphics/linux-c6-dri-compat/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-dri-compat/pkg-plist =================================================================== --- head/graphics/linux-c6-dri-compat/pkg-plist (nonexistent) +++ head/graphics/linux-c6-dri-compat/pkg-plist (revision 368845) @@ -0,0 +1,52 @@ +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 +@dirrmtry usr/share/doc/libdrm-2.4.39 +@dirrmtry usr/share/doc/freeglut-2.6.0 +@dirrmtry usr/lib/dri +@dirrmtry lib/udev/rules.d +@dirrmtry lib/udev Property changes on: head/graphics/linux-c6-dri-compat/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-jpeg/Makefile =================================================================== --- head/graphics/linux-c6-jpeg/Makefile (nonexistent) +++ head/graphics/linux-c6-jpeg/Makefile (revision 368845) @@ -0,0 +1,26 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= jpeg +PORTVERSION= 1.2.1 +CATEGORIES= graphics linux +DISTNAME= lib${PORTNAME}-turbo-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= RPM of the JPEG lib (Linux CentOS ${LINUX_DIST_VER}) + +DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/centos/${LINUX_DIST_VER} + +CONFLICTS= linux-jpeg-[0-9]* linux-f10-jpeg-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes +RPMVERSION= 1.el6 +LINUX_NAME= lib${PORTNAME} +BRANDELF_DIRS= usr/bin +USE_LDCONFIG= yes + +DESCR= ${.CURDIR}/../jpeg/pkg-descr + +.include Property changes on: head/graphics/linux-c6-jpeg/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-jpeg/distinfo.i686 =================================================================== --- head/graphics/linux-c6-jpeg/distinfo.i686 (nonexistent) +++ head/graphics/linux-c6-jpeg/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/libjpeg-turbo-1.2.1-1.el6.i686.rpm) = 656c094c4c5a4137095e8864d40919b50232f9a4928ec353daf3f62e9051c282 +SIZE (rpm/i686/centos/6.5/libjpeg-turbo-1.2.1-1.el6.i686.rpm) = 180548 +SHA256 (rpm/i686/centos/6.5/libjpeg-turbo-1.2.1-1.el6.src.rpm) = 7424121cce6fa6fd63cf12ec333207aafcc4a498425ba1adbca499523b2c63a4 +SIZE (rpm/i686/centos/6.5/libjpeg-turbo-1.2.1-1.el6.src.rpm) = 1757836 Property changes on: head/graphics/linux-c6-jpeg/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-jpeg/pkg-plist =================================================================== --- head/graphics/linux-c6-jpeg/pkg-plist (nonexistent) +++ head/graphics/linux-c6-jpeg/pkg-plist (revision 368845) @@ -0,0 +1,21 @@ +@comment file listing +usr/bin/cjpeg +usr/bin/djpeg +usr/bin/jpegtran +usr/bin/rdjpgcom +usr/bin/wrjpgcom +usr/lib/libjpeg.so.62 +usr/lib/libjpeg.so.62.0.0 +usr/share/doc/libjpeg-turbo-1.2.1/ChangeLog.txt +usr/share/doc/libjpeg-turbo-1.2.1/README +usr/share/doc/libjpeg-turbo-1.2.1/README-turbo.txt +usr/share/doc/libjpeg-turbo-1.2.1/change.log +usr/share/doc/libjpeg-turbo-1.2.1/usage.txt +usr/share/doc/libjpeg-turbo-1.2.1/wizard.txt +usr/share/man/man1/cjpeg.1.gz +usr/share/man/man1/djpeg.1.gz +usr/share/man/man1/jpegtran.1.gz +usr/share/man/man1/rdjpgcom.1.gz +usr/share/man/man1/wrjpgcom.1.gz +@comment non-empty directory listing in revers order +@dirrm usr/share/doc/libjpeg-turbo-1.2.1 Property changes on: head/graphics/linux-c6-jpeg/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-png/Makefile =================================================================== --- head/graphics/linux-c6-png/Makefile (nonexistent) +++ head/graphics/linux-c6-png/Makefile (revision 368845) @@ -0,0 +1,30 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= png +PORTVERSION= 1.2.49 +CATEGORIES= graphics linux +DISTNAME= lib${PORTNAME}-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= RPM of the PNG lib (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-png-[0-9]* linux-f8-png-[0-9]* linux-f10-png-[0-9]* + +LINUX_NAME= libpng +ONLY_FOR_ARCHS= i386 amd64 +RPMVERSION= 1.el6_2 +USE_LINUX= c6 +USE_LINUX_RPM= yes +USE_LDCONFIG= yes + +PLIST_FILES= usr/lib/libpng.so.3 \ + usr/lib/libpng.so.3.49.0 \ + usr/lib/libpng12.so.0 \ + usr/lib/libpng12.so.0.49.0 \ + usr/share/man/man5/png.5.gz +DOCSDIR= ${PREFIX}/usr/share/doc/libpng-${PORTVERSION} +PORTDOCS= CHANGES LICENSE README TODO example.c libpng-1.2.49.txt CMakeLists.txt +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/graphics/linux-c6-png/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-png/distinfo.i686 =================================================================== --- head/graphics/linux-c6-png/distinfo.i686 (nonexistent) +++ head/graphics/linux-c6-png/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/libpng-1.2.49-1.el6_2.i686.rpm) = 88400ce6450fa3b320266d5896714a41a3eee2632c620e9375046d4bcdb452cc +SIZE (rpm/i686/centos/6.5/libpng-1.2.49-1.el6_2.i686.rpm) = 188124 +SHA256 (rpm/i686/centos/6.5/libpng-1.2.49-1.el6_2.src.rpm) = 156fd77c25efa50bd7623011b14d0fae1a022442453d6bd2a0c69df13587dc65 +SIZE (rpm/i686/centos/6.5/libpng-1.2.49-1.el6_2.src.rpm) = 688305 Property changes on: head/graphics/linux-c6-png/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-sdl_image/Makefile =================================================================== --- head/graphics/linux-c6-sdl_image/Makefile (nonexistent) +++ head/graphics/linux-c6-sdl_image/Makefile (revision 368845) @@ -0,0 +1,32 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= sdl_image +PORTVERSION= 1.2.10 +CATEGORIES= graphics linux +MASTER_SITES= EPEL +DISTNAME= SDL_image-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Simple library to load images as SDL interfaces (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-sdl_image-[0-9]* linux-f8-sdl_image-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes +USE_LINUX_APPS= jpeg png sdl12 tiff +LINUX_NAME= SDL_image + +RPMVERSION= 1.el6 +BRANDELF_FILES= usr/bin/showimage +USE_LDCONFIG= yes + +DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} +PORTDOCS= CHANGES COPYING README + +PLIST_FILES= usr/bin/showimage usr/lib/libSDL_image-1.2.so.0 \ + usr/lib/libSDL_image-1.2.so.0.8.2 +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/graphics/linux-c6-sdl_image/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-sdl_image/distinfo.i386 =================================================================== --- head/graphics/linux-c6-sdl_image/distinfo.i386 (nonexistent) +++ head/graphics/linux-c6-sdl_image/distinfo.i386 (revision 368845) @@ -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 Property changes on: head/graphics/linux-c6-sdl_image/distinfo.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-sdl_image/distinfo.i686 =================================================================== --- head/graphics/linux-c6-sdl_image/distinfo.i686 (nonexistent) +++ head/graphics/linux-c6-sdl_image/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/SDL_image-1.2.10-1.el6.i686.rpm) = 81233adfe8f95e2aa362a7d7ab568ad2ad32624a37ced1dc37d64bef9ba9109b +SIZE (rpm/i686/centos/6.5/SDL_image-1.2.10-1.el6.i686.rpm) = 45732 +SHA256 (rpm/i686/centos/6.5/SDL_image-1.2.10-1.el6.src.rpm) = 39c291625747a8ba168465af16ec0c5bc1e5746ffb4e5cfe5efd597e8c2b1c52 +SIZE (rpm/i686/centos/6.5/SDL_image-1.2.10-1.el6.src.rpm) = 1342983 Property changes on: head/graphics/linux-c6-sdl_image/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-sdl_ttf/Makefile =================================================================== --- head/graphics/linux-c6-sdl_ttf/Makefile (nonexistent) +++ head/graphics/linux-c6-sdl_ttf/Makefile (revision 368845) @@ -0,0 +1,31 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= sdl_ttf +PORTVERSION= 2.0.9 +CATEGORIES= graphics linux +MASTER_SITES= EPEL +DISTNAME= SDL_ttf-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Simple library to load True Type Fonts as SDL interfaces (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-sdl_ttf-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes +USE_LINUX_APPS= jpeg png sdl12 tiff +LINUX_NAME= SDL_ttf + +RPMVERSION= 6.el6 +USE_LDCONFIG= yes + +DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} +PORTDOCS= CHANGES COPYING README + +PLIST_FILES= usr/lib/libSDL_ttf-2.0.so.0 \ + usr/lib/libSDL_ttf-2.0.so.0.6.3 +DESCR= ${.CURDIR}/../linux-f10-sdl_ttf/pkg-descr + +.include Property changes on: head/graphics/linux-c6-sdl_ttf/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-sdl_ttf/distinfo.i386 =================================================================== --- head/graphics/linux-c6-sdl_ttf/distinfo.i386 (nonexistent) +++ head/graphics/linux-c6-sdl_ttf/distinfo.i386 (revision 368845) @@ -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 Property changes on: head/graphics/linux-c6-sdl_ttf/distinfo.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-sdl_ttf/distinfo.i686 =================================================================== --- head/graphics/linux-c6-sdl_ttf/distinfo.i686 (nonexistent) +++ head/graphics/linux-c6-sdl_ttf/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/SDL_ttf-2.0.9-6.el6.i686.rpm) = 22b0f9c7516899af396ac10c6cfb6902296c535629a09173e4eeeb17a275e37c +SIZE (rpm/i686/centos/6.5/SDL_ttf-2.0.9-6.el6.i686.rpm) = 26672 +SHA256 (rpm/i686/centos/6.5/SDL_ttf-2.0.9-6.el6.src.rpm) = a3d613dc29139227be9ef4d86ed5ae15494c58a9c51f5d02443a74939c6d5079 +SIZE (rpm/i686/centos/6.5/SDL_ttf-2.0.9-6.el6.src.rpm) = 3150704 Property changes on: head/graphics/linux-c6-sdl_ttf/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-tiff/Makefile =================================================================== --- head/graphics/linux-c6-tiff/Makefile (nonexistent) +++ head/graphics/linux-c6-tiff/Makefile (revision 368845) @@ -0,0 +1,25 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= tiff +PORTVERSION= 3.9.4 +CATEGORIES= graphics linux +DISTNAME= lib${PORTNAME}-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= TIFF library (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-tiff-[0-9]* linux-f10-tiff-[0-9]* + +ONLY_FOR_ARCHS= amd64 i386 +USE_LINUX= c6 +USE_LINUX_APPS= jpeg +USE_LINUX_RPM= yes +RPMVERSION= 9.el6_3 +LINUX_NAME= lib${PORTNAME} +BRANDELF_DIRS= usr/bin +USE_LDCONFIG= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/graphics/linux-c6-tiff/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-tiff/distinfo.i686 =================================================================== --- head/graphics/linux-c6-tiff/distinfo.i686 (nonexistent) +++ head/graphics/linux-c6-tiff/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/libtiff-3.9.4-9.el6_3.i686.rpm) = 0b3f107d56ce0573d470ff613f3fe15419493fe940021ff2aa57a61fd755af21 +SIZE (rpm/i686/centos/6.5/libtiff-3.9.4-9.el6_3.i686.rpm) = 346840 +SHA256 (rpm/i686/centos/6.5/libtiff-3.9.4-9.el6_3.src.rpm) = 73bd79bac805f90a43cfe048bf71eb28c9e10758a47d97b0a8ef478e210dbbd5 +SIZE (rpm/i686/centos/6.5/libtiff-3.9.4-9.el6_3.src.rpm) = 1472377 Property changes on: head/graphics/linux-c6-tiff/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c6-tiff/pkg-plist =================================================================== --- head/graphics/linux-c6-tiff/pkg-plist (nonexistent) +++ head/graphics/linux-c6-tiff/pkg-plist (revision 368845) @@ -0,0 +1,57 @@ +@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 +@dirrm usr/share/doc/libtiff-3.9.4 Property changes on: head/graphics/linux-c6-tiff/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-f10-cairo/Makefile =================================================================== --- head/graphics/linux-f10-cairo/Makefile (revision 368844) +++ head/graphics/linux-f10-cairo/Makefile (revision 368845) @@ -1,30 +1,29 @@ # Created by: bsam # $FreeBSD$ PORTNAME= cairo PORTVERSION= 1.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Vector graphics library Cairo (Linux Fedora 10) CONFLICTS= linux-cairo-[0-9]* linux-f8-cairo-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= fontconfig png xorglibs -LINUX_DIST_VER= 10 + RPMVERSION= 1.fc10 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libcairo.so.2 \ usr/lib/libcairo.so.2.10800.0 DOCSDIR= ${PREFIX}/usr/share/doc/cairo-${PORTVERSION} PORTDOCS= AUTHORS BIBLIOGRAPHY BUGS COPYING COPYING-LGPL-2.1 \ COPYING-MPL-1.1 ChangeLog NEWS PORTING_GUIDE README .include Index: head/graphics/linux-f10-dri/Makefile =================================================================== --- head/graphics/linux-f10-dri/Makefile (revision 368844) +++ head/graphics/linux-f10-dri/Makefile (revision 368845) @@ -1,37 +1,37 @@ # Created by: bsam # $FreeBSD$ PORTNAME= dri PORTVERSION= 7.2 PORTREVISION= 1 CATEGORIES= graphics linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- DISTFILES= Glide3-20050815-7.fc9.${LINUX_RPM_ARCH}.rpm \ freeglut-2.4.0-14.fc9.${LINUX_RPM_ARCH}.rpm \ libdrm-2.4.0-0.21.fc10.${LINUX_RPM_ARCH}.rpm \ mesa-dri-drivers-7.2-0.15.fc10.${LINUX_RPM_ARCH}.rpm \ mesa-libGL-7.2-0.15.fc10.${LINUX_RPM_ARCH}.rpm \ mesa-libGLU-7.2-0.15.fc10.${LINUX_RPM_ARCH}.rpm -.if defined(PACKAGE_BUILDING) -SRC_DISTFILES= Glide3-20050815-7.fc9.src.rpm \ - freeglut-2.4.0-14.fc9.src.rpm \ - libdrm-2.4.0-0.21.fc10.src.rpm \ - mesa-7.2-0.15.fc10.src.rpm - -ALWAYS_KEEP_DISTFILES= YES -.endif - MAINTAINER= emulation@FreeBSD.org COMMENT= Mesa libGL runtime libraries and DRI drivers (Linux Fedora 10) CONFLICTS= linux_dri-[0-9]* linux_dri-devel-[0-9]* linux-f8-dri-[0-9]* linux-dri-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= xorglibs -LINUX_DIST_VER= 10 + USE_LDCONFIG= yes + +.if defined(PACKAGE_BUILDING) +SRC_DISTFILES= Glide3-20050815-7.fc9.src.rpm \ + freeglut-2.4.0-14.fc9.src.rpm \ + libdrm-2.4.0-0.21.fc10.src.rpm \ + mesa-7.2-0.15.fc10.src.rpm + +ALWAYS_KEEP_DISTFILES= YES +.endif .include Index: head/graphics/linux-f10-gdk-pixbuf/Makefile =================================================================== --- head/graphics/linux-f10-gdk-pixbuf/Makefile (revision 368844) +++ head/graphics/linux-f10-gdk-pixbuf/Makefile (revision 368845) @@ -1,22 +1,22 @@ # Created by: bsam # $FreeBSD$ PORTNAME= gdk-pixbuf PORTVERSION= 0.22.0 +PORTREVISION= 1 CATEGORIES= graphics linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Image loading library for GTK+ (Linux Fedora 10) CONFLICTS= linux-gdk-pixbuf-[0-9]* linux-f8-gdk-pixbuf-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 36.fc9 USE_LDCONFIG= yes .include Index: head/graphics/linux-f10-glew/Makefile =================================================================== --- head/graphics/linux-f10-glew/Makefile (revision 368844) +++ head/graphics/linux-f10-glew/Makefile (revision 368845) @@ -1,26 +1,25 @@ # $FreeBSD$ PORTNAME= glew PORTVERSION= 1.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics linux -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= eadler@FreeBSD.org COMMENT= OpenGL Extension Wrangler Library (Linux Fedora 10) ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes LINUX_NAME= glew -LINUX_DIST_VER= 10 + RPMVERSION= 1.fc10 USE_LDCONFIG= yes BRANDELF_DIRS= usr/bin PLIST_FILES= usr/bin/glewinfo usr/bin/visualinfo \ usr/lib/libGLEW.so.1.5 usr/lib/libGLEW.so.1.5.1 DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= LICENSE.txt .include Index: head/graphics/linux-f10-imlib/Makefile =================================================================== --- head/graphics/linux-f10-imlib/Makefile (revision 368844) +++ head/graphics/linux-f10-imlib/Makefile (revision 368845) @@ -1,23 +1,23 @@ # Created by: bsam # $FreeBSD$ PORTNAME= imlib PORTVERSION= 1.9.15 +PORTREVISION= 1 CATEGORIES= graphics linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= RPM of imlib (Linux Fedora 10) CONFLICTS= linux-imlib-[0-9]* linux-f8-imlib-[0-9]* +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 9.fc10 BRANDELF_FILES= usr/bin/imlib_config USE_LDCONFIG= yes PLIST= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH} .include Index: head/graphics/linux-f10-jpeg/Makefile =================================================================== --- head/graphics/linux-f10-jpeg/Makefile (revision 368844) +++ head/graphics/linux-f10-jpeg/Makefile (revision 368845) @@ -1,26 +1,26 @@ # Created by: bsam # $FreeBSD$ PORTNAME= jpeg PORTVERSION= 6b CATEGORIES= graphics linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} +DISTNAME= lib${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= RPM of the JPEG lib (Linux Fedora 10) CONFLICTS= linux-jpeg-[0-9]* linux-f8-jpeg-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes LINUX_NAME= lib${PORTNAME} -LINUX_DIST_VER= 10 + RPMVERSION= 43.fc10 BRANDELF_DIRS= usr/bin USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/graphics/linux-f10-libGLU/Makefile =================================================================== --- head/graphics/linux-f10-libGLU/Makefile (revision 368844) +++ head/graphics/linux-f10-libGLU/Makefile (revision 368845) @@ -1,28 +1,30 @@ # Created by: bsam # $FreeBSD$ PORTNAME= libGLU PORTVERSION= 7.2 CATEGORIES= graphics linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} +DISTNAME= mesa-${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Mesa libGLU runtime library (Linux Fedora 10) CONFLICTS= linux_dri-[0-9]* linux_dri-devel-* linux-libGLU-[0-9]* \ linux-f8-libGLU-[0-9]* linux-dri-[0-9]* linux-dri74-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes LINUX_NAME= mesa-libGLU -LINUX_DIST_VER= 10 + RPMVERSION= 0.15.fc10 USE_LDCONFIG= yes SRC_DISTFILES= mesa-${PORTVERSION}-${RPMVERSION}.src.rpm PLIST_FILES= usr/lib/libGLU.so.1 usr/lib/libGLU.so.1.3.070300 DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +SRC_DISTFILE= mesa-${PORTVERSION}-${RPMVERSION}.src.rpm .include Index: head/graphics/linux-f10-libmng/Makefile =================================================================== --- head/graphics/linux-f10-libmng/Makefile (revision 368844) +++ head/graphics/linux-f10-libmng/Makefile (revision 368845) @@ -1,25 +1,25 @@ # Created by: bsam # $FreeBSD$ PORTNAME= libmng PORTVERSION= 1.0.9 +PORTREVISION= 1 CATEGORIES= graphics linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= RPM of libmng (Linux Fedora 10) CONFLICTS= linux-libmng-[0-9]* linux-f8-libmng-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= jpeg -LINUX_DIST_VER= 10 + RPMVERSION= 7 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libmng.so.1 usr/lib/libmng.so.1.0.0 .include Index: head/graphics/linux-f10-png/Makefile =================================================================== --- head/graphics/linux-f10-png/Makefile (revision 368844) +++ head/graphics/linux-f10-png/Makefile (revision 368845) @@ -1,33 +1,33 @@ # Created by: bsam # $FreeBSD$ PORTNAME= png PORTVERSION= 1.2.37 PORTREVISION= 2 CATEGORIES= graphics linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} +DISTNAME= lib${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= RPM of the PNG lib (Linux Fedora 10) CONFLICTS= linux-png-[0-9]* linux-f8-png-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes LINUX_NAME= libpng -LINUX_DIST_VER= 10 + RPMVERSION= 1.fc10 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libpng.so.3 \ usr/lib/libpng.so.3.37.0 \ usr/lib/libpng12.so.0 \ usr/lib/libpng12.so.0.37.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.37.txt DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/graphics/linux-f10-sdl_image/Makefile =================================================================== --- head/graphics/linux-f10-sdl_image/Makefile (revision 368844) +++ head/graphics/linux-f10-sdl_image/Makefile (revision 368845) @@ -1,32 +1,32 @@ # Created by: bsam # $FreeBSD$ PORTNAME= sdl_image PORTVERSION= 1.2.6 PORTREVISION= 3 CATEGORIES= graphics linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} +DISTNAME= SDL_image-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Simple library to load images as SDL interfaces (Linux Fedora 10) CONFLICTS= linux-sdl_image-[0-9]* linux-f8-sdl_image-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= jpeg png sdl12 tiff LINUX_NAME= SDL_image -LINUX_DIST_VER= 10 + RPMVERSION= 6.fc9 BRANDELF_FILES= usr/bin/showimage USE_LDCONFIG= yes PLIST_FILES= usr/bin/showimage usr/lib/libSDL_image-1.2.so.0 \ usr/lib/libSDL_image-1.2.so.0.1.5 DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} PORTDOCS= CHANGES COPYING README DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/graphics/linux-f10-sdl_ttf/Makefile =================================================================== --- head/graphics/linux-f10-sdl_ttf/Makefile (nonexistent) +++ head/graphics/linux-f10-sdl_ttf/Makefile (revision 368845) @@ -0,0 +1,21 @@ +# Created by: Dmitry Marakasov +# $FreeBSD$ + +PORTNAME= sdl_ttf +PORTVERSION= 2.0.8 +CATEGORIES= graphics linux +MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ +DISTNAME= SDL_ttf-${PORTVERSION}-1 + +MAINTAINER= ports@FreeBSD.org +COMMENT= Library to use TrueType fonts in SDL applications (Linux version) + +USE_LINUX= f10 +USE_LINUX_RPM= yes +USE_LINUX_APPS= sdl12 +USE_LDCONFIG= yes +ONLY_FOR_ARCHS= i386 amd64 +DIST_SUBDIR= rpm +PLIST_SUB+= SDLTTFVER=${PORTVERSION} + +.include Property changes on: head/graphics/linux-f10-sdl_ttf/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-f10-sdl_ttf/distinfo.i386 =================================================================== --- head/graphics/linux-f10-sdl_ttf/distinfo.i386 (nonexistent) +++ head/graphics/linux-f10-sdl_ttf/distinfo.i386 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/SDL_ttf-2.0.8-1.i386.rpm) = 0856470abcac968c03ecb98b5a8226b0a3d970b985c369079d31046a3f4a13e4 +SIZE (rpm/SDL_ttf-2.0.8-1.i386.rpm) = 23551 +SHA256 (rpm/SDL_ttf-2.0.8-1.src.rpm) = 95c449d93ac9812dfbb398c715e28ddc12ee924cefddd91ef25999111e924111 +SIZE (rpm/SDL_ttf-2.0.8-1.src.rpm) = 2465661 Property changes on: head/graphics/linux-f10-sdl_ttf/distinfo.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-f10-sdl_ttf/pkg-descr =================================================================== --- head/graphics/linux-f10-sdl_ttf/pkg-descr (nonexistent) +++ head/graphics/linux-f10-sdl_ttf/pkg-descr (revision 368845) @@ -0,0 +1,6 @@ +This is a simple library to load images of various formats as SDL surfaces. +This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats. + +(Linux version) + +WWW: http://www.libsdl.org/projects/SDL_image/ Property changes on: head/graphics/linux-f10-sdl_ttf/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-f10-sdl_ttf/pkg-plist =================================================================== --- head/graphics/linux-f10-sdl_ttf/pkg-plist (nonexistent) +++ head/graphics/linux-f10-sdl_ttf/pkg-plist (revision 368845) @@ -0,0 +1,6 @@ +usr/lib/libSDL_ttf-2.0.so.0 +usr/lib/libSDL_ttf-2.0.so.0.6.2 +usr/share/doc/SDL_ttf-%%SDLTTFVER%%/CHANGES +usr/share/doc/SDL_ttf-%%SDLTTFVER%%/COPYING +usr/share/doc/SDL_ttf-%%SDLTTFVER%%/README +@dirrm usr/share/doc/SDL_ttf-%%SDLTTFVER%% Property changes on: head/graphics/linux-f10-sdl_ttf/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-f10-tiff/Makefile =================================================================== --- head/graphics/linux-f10-tiff/Makefile (revision 368844) +++ head/graphics/linux-f10-tiff/Makefile (revision 368845) @@ -1,29 +1,27 @@ # Created by: bsam # $FreeBSD$ PORTNAME= tiff PORTVERSION= 3.8.2 CATEGORIES= graphics linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} +DISTNAME= lib${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= TIFF library, Linux/i386 binary (Linux Fedora 10) -CONFLICTS= linux-tiff-[0-9]* linux-f8-tiff-[0-9]* - ONLY_FOR_ARCHS= amd64 i386 +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= jpeg LINUX_NAME= lib${PORTNAME} -LINUX_DIST_VER= 10 + RPMVERSION= 11.fc10 BRANDELF_DIRS= usr/bin PLIST= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH} USE_LDCONFIG= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/graphics/linux-f10-ungif/Makefile =================================================================== --- head/graphics/linux-f10-ungif/Makefile (revision 368844) +++ head/graphics/linux-f10-ungif/Makefile (revision 368845) @@ -1,30 +1,30 @@ # Created by: bsam # $FreeBSD$ PORTNAME= ungif PORTVERSION= 4.1.3 CATEGORIES= graphics linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= RPM of gif and ungif libs (Linux Fedora 10) CONFLICTS= linux-ungif-[0-9]* linux-f8-ungif-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes LINUX_NAME= giflib -LINUX_DIST_VER= 10 + RPMVERSION= 9 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libgif.so.4 \ usr/lib/libgif.so.${PORTVERSION} \ usr/lib/libungif.so.4 \ usr/lib/libungif.so.${PORTVERSION} DOCSDIR= ${PREFIX}/usr/share/doc/giflib-${PORTVERSION} PORTDOCS= AUTHORS BUGS COPYING ChangeLog NEWS ONEWS README TODO .include Index: head/lang/Makefile =================================================================== --- head/lang/Makefile (revision 368844) +++ head/lang/Makefile (revision 368845) @@ -1,333 +1,334 @@ # $FreeBSD$ # COMMENT = Programming languages SUBDIR += Gofer SUBDIR += abcl SUBDIR += adacontrol SUBDIR += afnix SUBDIR += algol68g SUBDIR += alisp SUBDIR += angelscript SUBDIR += arena SUBDIR += asis SUBDIR += asn1c SUBDIR += atlast SUBDIR += ats SUBDIR += awka SUBDIR += bas2tap SUBDIR += basic256 SUBDIR += bf2c SUBDIR += bigloo SUBDIR += bsh SUBDIR += bwbasic SUBDIR += ccl SUBDIR += cdent SUBDIR += cduce SUBDIR += ceylon SUBDIR += cfortran SUBDIR += chicken SUBDIR += cint SUBDIR += clang-cheri SUBDIR += clang-devel SUBDIR += clang32 SUBDIR += clang33 SUBDIR += clang34 SUBDIR += clang35 SUBDIR += clay SUBDIR += clojure SUBDIR += clojure-mode.el SUBDIR += cmucl SUBDIR += cmucl-extra SUBDIR += cocor SUBDIR += cparser SUBDIR += csharp-mode.el SUBDIR += cython SUBDIR += diveintopython SUBDIR += dlv SUBDIR += dmd1 SUBDIR += dmd2 SUBDIR += ecl SUBDIR += elan SUBDIR += elixir SUBDIR += elk SUBDIR += emacs-lisp-intro SUBDIR += embryo SUBDIR += erlang SUBDIR += erlang-runtime15 SUBDIR += erlang-runtime16 SUBDIR += erlang-runtime17 SUBDIR += execline SUBDIR += expect SUBDIR += f2c SUBDIR += fasm SUBDIR += ferite SUBDIR += ficl SUBDIR += fpc SUBDIR += fpc-base SUBDIR += fpc-docs SUBDIR += fpc-lua SUBDIR += fpc-rexx SUBDIR += fpc-tcl SUBDIR += fpc-units SUBDIR += fpc-utils SUBDIR += fsharp SUBDIR += gambit-c SUBDIR += gauche SUBDIR += gawk SUBDIR += gcc SUBDIR += gcc-aux SUBDIR += gcc-ecj45 SUBDIR += gcc46 SUBDIR += gcc47 SUBDIR += gcc47-aux SUBDIR += gcc48 SUBDIR += gcc49 SUBDIR += gcc5 SUBDIR += gcl SUBDIR += gforth SUBDIR += ghc SUBDIR += gjs SUBDIR += gnat_util SUBDIR += gnatdroid-armv5 SUBDIR += gnatdroid-armv7 SUBDIR += gnatdroid-binutils SUBDIR += gnatdroid-sysroot SUBDIR += gnu-cobol SUBDIR += gnustep-base SUBDIR += go SUBDIR += gprolog SUBDIR += groovy SUBDIR += gscheme SUBDIR += guile SUBDIR += guile2 SUBDIR += harbour SUBDIR += hla SUBDIR += hope SUBDIR += hs-brainfuck SUBDIR += hs-epic SUBDIR += hs-unlambda SUBDIR += huc SUBDIR += hugs SUBDIR += icc SUBDIR += ici SUBDIR += icon SUBDIR += intel2gas SUBDIR += intercal SUBDIR += io SUBDIR += ironpython SUBDIR += itcl SUBDIR += itcl4 SUBDIR += jakarta-commons-jelly SUBDIR += jimtcl SUBDIR += jruby SUBDIR += js_of_ocaml SUBDIR += jython SUBDIR += kawa SUBDIR += kroc SUBDIR += kturtle SUBDIR += lafontaine SUBDIR += libhx SUBDIR += libjit SUBDIR += libobjc2 SUBDIR += librep SUBDIR += libstdc++_stldoc_4.2.2 + SUBDIR += linux-c6-tcl85 SUBDIR += linux-f10-libg2c SUBDIR += linux-f10-tcl85 SUBDIR += linux-j SUBDIR += lua-mode.el SUBDIR += lua51 SUBDIR += lua52 SUBDIR += luajit SUBDIR += malbolge SUBDIR += maude SUBDIR += mawk SUBDIR += mdk SUBDIR += micropython SUBDIR += mit-scheme SUBDIR += mixal SUBDIR += mlton SUBDIR += mmix SUBDIR += modula3 SUBDIR += mono SUBDIR += mono-basic SUBDIR += moscow_ml SUBDIR += mosh SUBDIR += mtasc SUBDIR += munger SUBDIR += nawk SUBDIR += nbc SUBDIR += nbfc SUBDIR += nesasm SUBDIR += newlisp SUBDIR += newlisp-devel SUBDIR += nhc98 SUBDIR += nickle SUBDIR += nimrod SUBDIR += nml SUBDIR += nqc SUBDIR += nwcc SUBDIR += nx SUBDIR += ocaml SUBDIR += ocaml-autoconf SUBDIR += ocaml-nox11 SUBDIR += ofc SUBDIR += ohugs SUBDIR += onyx SUBDIR += oo2c SUBDIR += opendylan SUBDIR += p2c SUBDIR += p5-Data-JavaScript SUBDIR += p5-Error SUBDIR += p5-Expect SUBDIR += p5-ExtUtils-F77 SUBDIR += p5-Interpolation SUBDIR += p5-JSAN SUBDIR += p5-JavaScript-SpiderMonkey SUBDIR += p5-JavaScript-Squish SUBDIR += p5-JavaScript-Value-Escape SUBDIR += p5-List-MoreUtils SUBDIR += p5-Marpa SUBDIR += p5-Marpa-PP SUBDIR += p5-Marpa-XS SUBDIR += p5-Modern-Perl SUBDIR += p5-Parse-Perl SUBDIR += p5-Perl6-Subs SUBDIR += p5-Pugs-Compiler-Rule SUBDIR += p5-Quantum-Superpositions SUBDIR += p5-Scalar-List-Utils SUBDIR += p5-Switch SUBDIR += p5-Tcl SUBDIR += p5-Test-XPath SUBDIR += p5-Try-Tiny SUBDIR += p5-Try-Tiny-Retry SUBDIR += p5-TryCatch SUBDIR += p5-ePerl SUBDIR += p5-signatures SUBDIR += p5-v6 SUBDIR += parrot SUBDIR += pbasic SUBDIR += pcc SUBDIR += pecl-perl SUBDIR += perl5.14 SUBDIR += perl5.16 SUBDIR += perl5.18 SUBDIR += perl5.20 SUBDIR += petite-chez SUBDIR += pfe SUBDIR += phantomjs SUBDIR += pharo SUBDIR += phc SUBDIR += php-mode.el SUBDIR += php5 SUBDIR += php5-extensions SUBDIR += php53 SUBDIR += php53-extensions SUBDIR += php55 SUBDIR += php55-extensions SUBDIR += php56 SUBDIR += php56-extensions SUBDIR += php_doc SUBDIR += picoc SUBDIR += pike78 SUBDIR += polyml SUBDIR += ptoc SUBDIR += pure SUBDIR += py-clojure SUBDIR += py-mx-base SUBDIR += py-prolog SUBDIR += pypy SUBDIR += pypy-devel SUBDIR += pypy3-devel SUBDIR += python SUBDIR += python-doc-html SUBDIR += python-doc-pdf-a4 SUBDIR += python-doc-pdf-letter SUBDIR += python-doc-text SUBDIR += python-mode.el SUBDIR += python-tools SUBDIR += python2 SUBDIR += python27 SUBDIR += python3 SUBDIR += python32 SUBDIR += python33 SUBDIR += python34 SUBDIR += qore SUBDIR += qscheme SUBDIR += qt5-qml SUBDIR += racket SUBDIR += racket-minimal SUBDIR += ratfor SUBDIR += rexx-imc SUBDIR += rexx-regina SUBDIR += rexx-regutil SUBDIR += rexx-wrapper SUBDIR += rhino SUBDIR += rubinius SUBDIR += ruby19 SUBDIR += ruby20 SUBDIR += ruby21 SUBDIR += runawk SUBDIR += rust SUBDIR += s9fes SUBDIR += sagittarius-scheme SUBDIR += sather-specification SUBDIR += sather-tutorial SUBDIR += sbcl SUBDIR += scala SUBDIR += scala-docs SUBDIR += scheme48 SUBDIR += scm SUBDIR += sdcc SUBDIR += sdcc-devel SUBDIR += see SUBDIR += seed7 SUBDIR += siod SUBDIR += sisc SUBDIR += sketchy SUBDIR += slib SUBDIR += slib-guile SUBDIR += slisp SUBDIR += smalltalk SUBDIR += smlnj SUBDIR += snobol4 SUBDIR += spidermonkey17 SUBDIR += spidermonkey170 SUBDIR += spidermonkey185 SUBDIR += spidermonkey24 SUBDIR += spl SUBDIR += squeak SUBDIR += squirrel SUBDIR += stalin SUBDIR += starlogo SUBDIR += stldoc SUBDIR += swi-pl SUBDIR += tcc SUBDIR += tcl-manual SUBDIR += tcl-wrapper SUBDIR += tcl84 SUBDIR += tcl85 SUBDIR += tcl86 SUBDIR += tclX SUBDIR += tinypy SUBDIR += tolua SUBDIR += tolua++ SUBDIR += tuareg-mode.el SUBDIR += twelf SUBDIR += ucc SUBDIR += urweb SUBDIR += v8 SUBDIR += v8-devel SUBDIR += vala SUBDIR += vala-vapigen SUBDIR += visualworks SUBDIR += whitespace SUBDIR += x10 SUBDIR += yabasic SUBDIR += yap SUBDIR += yap-devel SUBDIR += yorick SUBDIR += ypsilon .include Index: head/lang/linux-c6-tcl85/Makefile =================================================================== --- head/lang/linux-c6-tcl85/Makefile (nonexistent) +++ head/lang/linux-c6-tcl85/Makefile (revision 368845) @@ -0,0 +1,32 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= tcl +PORTVERSION= 8.5.7 +CATEGORIES= lang linux +PKGNAMESUFFIX= 85 + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Tool Command Language (Linux CentOS ${LINUX_DIST_VER}) + +# XXX: someone should make libarchive be quiet about symlinks +EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio + +EXTRACT_CMD= rpm2cpio.pl +EXTRACT_BEFORE_ARGS:= +EXTRACT_AFTER_ARGS= | cpio -idm --insecure + +CONFLICTS= linux-f10-tcl85-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 + +USE_LINUX= c6 +USE_LINUX_RPM= yes +RPMVERSION= 6.el6 +BRANDELF_FILES= usr/bin/tclsh usr/bin/tclsh8.5 +USE_LDCONFIG= yes +NO_WRKSUBDIR= yes + +DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr + +.include Property changes on: head/lang/linux-c6-tcl85/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/linux-c6-tcl85/distinfo.i686 =================================================================== --- head/lang/linux-c6-tcl85/distinfo.i686 (nonexistent) +++ head/lang/linux-c6-tcl85/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/tcl-8.5.7-6.el6.i686.rpm) = 2f1e77463e3875822811fc5cd972a1792e9c4b3c3ac8b92719698f1a8087a0cc +SIZE (rpm/i686/centos/6.5/tcl-8.5.7-6.el6.i686.rpm) = 2012712 +SHA256 (rpm/i686/centos/6.5/tcl-8.5.7-6.el6.src.rpm) = cf38cc7fafeb8aaa69be738008a12e36812d5c297aadad51156116dd6531392b +SIZE (rpm/i686/centos/6.5/tcl-8.5.7-6.el6.src.rpm) = 4417400 Property changes on: head/lang/linux-c6-tcl85/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/linux-c6-tcl85/pkg-plist =================================================================== --- head/lang/linux-c6-tcl85/pkg-plist (nonexistent) +++ head/lang/linux-c6-tcl85/pkg-plist (revision 368845) @@ -0,0 +1,946 @@ +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 +@dirrmtry usr/%%DATADIR%%8/8.5 +@dirrmtry usr/%%DATADIR%%8/8.4/platform +@dirrmtry usr/%%DATADIR%%8/8.4 +@dirrmtry usr/%%DATADIR%%8/8.3 +@dirrmtry usr/%%DATADIR%%8.5/opt0.4 +@dirrmtry usr/%%DATADIR%%8.5/msgs +@dirrmtry usr/%%DATADIR%%8.5/http1.0 +@dirrmtry usr/%%DATADIR%%8.5/encoding +@dirrmtry usr/%%DATADIR%%8.5 +@dirrmtry usr/%%DATADIR%%8 +@dirrmtry usr/share/man/mann +@dirrmtry usr/share/man/man3 +@dirrmtry usr/share/man/man1 +@dirrmtry usr/share/man +@dirrmtry usr/share/doc/tcl-8.5.7 +@dirrmtry usr/share/doc +@dirrmtry usr/share +@dirrmtry usr/lib/tcl8.5 +@dirrmtry usr/lib +@dirrmtry usr/bin +@dirrmtry usr Property changes on: head/lang/linux-c6-tcl85/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/linux-f10-libg2c/Makefile =================================================================== --- head/lang/linux-f10-libg2c/Makefile (revision 368844) +++ head/lang/linux-f10-libg2c/Makefile (revision 368845) @@ -1,26 +1,26 @@ # Created by: bsam # $FreeBSD$ PORTNAME= libg2c PORTVERSION= 3.4.6 CATEGORIES= lang linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} PKGNAMEPREFIX= linux-f10- DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Fortran 77 shared library (Linux Fedora 10) CONFLICTS= linux-libg2c-[0-9]* linux-f8-libg2c-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes LINUX_NAME= compat-libf2c-34 -LINUX_DIST_VER= 10 RPMVERSION= 9 USE_LDCONFIG= yes SRC_DISTFILES= compat-gcc-34-${PORTVERSION}-${RPMVERSION}.src.rpm PLIST_FILES= usr/lib/libg2c.so.0 usr/lib/libg2c.so.0.0.0 .include Index: head/lang/linux-f10-tcl85/Makefile =================================================================== --- head/lang/linux-f10-tcl85/Makefile (revision 368844) +++ head/lang/linux-f10-tcl85/Makefile (revision 368845) @@ -1,26 +1,24 @@ # Created by: bsam # $FreeBSD$ PORTNAME= tcl PORTVERSION= 8.5.3 PORTREVISION= 2 CATEGORIES= lang linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- PKGNAMESUFFIX= 85 -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Tool Command Language (Linux Fedora 10) -CONFLICTS= linux-f8-tcl84-[0-9]* +CONFLICTS= linux-f8-tcl84-[0-9]* linux-c6-tcl85-[0-9]* +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 RPMVERSION= 1.fc10 BRANDELF_FILES= usr/bin/tclsh8.5 USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr .include Index: head/math/matlab-installer/Makefile =================================================================== --- head/math/matlab-installer/Makefile (revision 368844) +++ head/math/matlab-installer/Makefile (revision 368845) @@ -1,37 +1,35 @@ # Created by: Jason Bacon # $FreeBSD$ PORTNAME= matlab-installer PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math science java MASTER_SITES= http://acadix.biz/Ports/distfiles/ \ http://personalpages.tds.net/~jwbacon/Ports/distfiles/ MAINTAINER= jwbacon@tds.net COMMENT= Easy installation of Linux Matlab(r) on FreeBSD -LICENSE= BSD +LICENSE= BSD3CLAUSE -# Move devtools depend to USE_LINUX_APPS when possible RUN_DEPENDS= mount_cd9660_image:${PORTSDIR}/sysutils/diskimage-tools \ auto-ask:${PORTSDIR}/sysutils/auto-admin \ webbrowser:${PORTSDIR}/www/webbrowser \ - ${LINUXBASE}/usr/bin/gfortran:${PORTSDIR}/devel/linux-f10-devtools USES= tar:xz USE_LINUX= yes -USE_LINUX_APPS= ncurses-base dri +USE_LINUX_APPS= ncurses-base dri devtools USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= linux JAVA_RUN= yes NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/matlab-installer.1 ${STAGEDIR}${PREFIX}/man/man1 .include Index: head/multimedia/Makefile =================================================================== --- head/multimedia/Makefile (revision 368844) +++ head/multimedia/Makefile (revision 368845) @@ -1,410 +1,412 @@ # $FreeBSD$ # COMMENT = Multimedia software SUBDIR += 2mandvd SUBDIR += ab25 SUBDIR += abby SUBDIR += acidrip SUBDIR += aegisub SUBDIR += arista SUBDIR += asdcplib SUBDIR += assimp SUBDIR += atomicparsley SUBDIR += audacious SUBDIR += audacious-plugins SUBDIR += audiopreview SUBDIR += avbin SUBDIR += avidemux2 SUBDIR += avidemux2-plugins SUBDIR += avidemux26 SUBDIR += avidemux26-cli SUBDIR += avidemux26-plugins SUBDIR += avidemux26-qt4 SUBDIR += avinfo SUBDIR += bangarang SUBDIR += banshee SUBDIR += bino SUBDIR += bombono SUBDIR += bsdbktr_tvtune SUBDIR += camserv SUBDIR += cclive SUBDIR += cheese SUBDIR += clipgrab SUBDIR += clive SUBDIR += clutter-gst SUBDIR += cuse4bsd-kmod SUBDIR += cx88 SUBDIR += deforaos-player SUBDIR += devede SUBDIR += dirac SUBDIR += dragon SUBDIR += dtv SUBDIR += dtv-scan-tables SUBDIR += dumpmpeg SUBDIR += dv2jpg SUBDIR += dv2sub SUBDIR += dvbcut SUBDIR += dvbsnoop SUBDIR += dvd-slideshow SUBDIR += dvdauthor SUBDIR += dvdid SUBDIR += dvdrip SUBDIR += dvdstyler SUBDIR += dvts SUBDIR += emotion SUBDIR += emovix SUBDIR += ffmpeg SUBDIR += ffmpeg0 SUBDIR += ffmpeg2theora SUBDIR += ffmpegthumbnailer SUBDIR += flvmeta SUBDIR += flvstreamer SUBDIR += flvtool++ SUBDIR += fpc-dts SUBDIR += fpc-matroska SUBDIR += fpc-libvlc SUBDIR += freetuxtv SUBDIR += freevo SUBDIR += fxtv SUBDIR += gaupol SUBDIR += gavl SUBDIR += gcap SUBDIR += gcfilms SUBDIR += gdialog SUBDIR += gdvrecv SUBDIR += ggrab SUBDIR += gmencoder SUBDIR += gmerlin SUBDIR += gmerlin-avdecoder SUBDIR += gmimms SUBDIR += gmtk SUBDIR += gnome-mplayer SUBDIR += gnome-subtitles SUBDIR += gpac-libgpac SUBDIR += gpac-mp4box SUBDIR += gpodder SUBDIR += grake SUBDIR += gst123 SUBDIR += gstreamer SUBDIR += gstreamer-ffmpeg SUBDIR += gstreamer-plugins SUBDIR += gstreamer-plugins-all SUBDIR += gstreamer-plugins-annodex SUBDIR += gstreamer-plugins-bad SUBDIR += gstreamer-plugins-buzztard SUBDIR += gstreamer-plugins-bz2 SUBDIR += gstreamer-plugins-core SUBDIR += gstreamer-plugins-dts SUBDIR += gstreamer-plugins-dv SUBDIR += gstreamer-plugins-dvd SUBDIR += gstreamer-plugins-fluendo-mpegdemux SUBDIR += gstreamer-plugins-gnonlin SUBDIR += gstreamer-plugins-good SUBDIR += gstreamer-plugins-mpeg2dec SUBDIR += gstreamer-plugins-mpeg2enc SUBDIR += gstreamer-plugins-resindvd SUBDIR += gstreamer-plugins-schroedinger SUBDIR += gstreamer-plugins-theora SUBDIR += gstreamer-plugins-ugly SUBDIR += gstreamer-plugins-v4l2 SUBDIR += gstreamer-plugins-vdpau SUBDIR += gstreamer-plugins-vp8 SUBDIR += gstreamer-plugins-x264 SUBDIR += gstreamer-plugins-xvid SUBDIR += gstreamer-qt4 SUBDIR += gstreamer1 SUBDIR += gstreamer1-libav SUBDIR += gstreamer1-plugins SUBDIR += gstreamer1-plugins-all SUBDIR += gstreamer1-plugins-assrender SUBDIR += gstreamer1-plugins-bad SUBDIR += gstreamer1-plugins-core SUBDIR += gstreamer1-plugins-dts SUBDIR += gstreamer1-plugins-dv SUBDIR += gstreamer1-plugins-dvdread SUBDIR += gstreamer1-plugins-gnonlin SUBDIR += gstreamer1-plugins-good SUBDIR += gstreamer1-plugins-kate SUBDIR += gstreamer1-plugins-mpeg2dec SUBDIR += gstreamer1-plugins-mpeg2enc SUBDIR += gstreamer1-plugins-resindvd SUBDIR += gstreamer1-plugins-rtmp SUBDIR += gstreamer1-plugins-schroedinger SUBDIR += gstreamer1-plugins-theora SUBDIR += gstreamer1-plugins-ugly SUBDIR += gstreamer1-plugins-v4l2 SUBDIR += gstreamer1-plugins-vpx SUBDIR += gstreamer1-plugins-x264 SUBDIR += gstreamer1-vaapi SUBDIR += gstreamermm SUBDIR += gtk-recordmydesktop SUBDIR += gtk-youtube-viewer SUBDIR += gxine SUBDIR += handbrake SUBDIR += hs-gstreamer SUBDIR += imagination SUBDIR += iriverter SUBDIR += iso2mkv SUBDIR += jmref SUBDIR += k9copy-kde4 SUBDIR += kaffeine SUBDIR += kdemultimedia4 SUBDIR += kdemultimedia4-ffmpegthumbs SUBDIR += kdemultimedia4-mplayerthumbs SUBDIR += kdenlive SUBDIR += kissdx SUBDIR += kmplayer-kde4 SUBDIR += kplayer-kde4 SUBDIR += libaacs SUBDIR += libass SUBDIR += libav SUBDIR += libbluray SUBDIR += libcec SUBDIR += libdc1394 SUBDIR += libdca SUBDIR += libdv SUBDIR += libdvbcsa SUBDIR += libdvbpsi SUBDIR += libdvdcss SUBDIR += libdvdnav SUBDIR += libdvdread SUBDIR += libfame SUBDIR += libkate SUBDIR += libmatroska SUBDIR += libmediainfo SUBDIR += libmovtar SUBDIR += libmpeg2 SUBDIR += libmpeg3 SUBDIR += libmtp SUBDIR += libquicktime SUBDIR += libquicktime-lame SUBDIR += libquvi SUBDIR += libquvi-scripts SUBDIR += librtmp SUBDIR += libsmacker SUBDIR += libtheora SUBDIR += libtuner SUBDIR += libv4l SUBDIR += libva SUBDIR += libva-intel-driver SUBDIR += libva-vdpau-driver SUBDIR += libvdpau SUBDIR += libvpx SUBDIR += libxine SUBDIR += libxspf SUBDIR += libzen + SUBDIR += linux-c6-libtheora + SUBDIR += linux-c6-libv4l SUBDIR += linux-f10-libtheora SUBDIR += linux-f10-libv4l SUBDIR += linux-realplayer SUBDIR += linux-tsmuxer SUBDIR += linux-xmovie SUBDIR += linux_dvbwrapper-kmod SUBDIR += lives SUBDIR += livestreamer SUBDIR += lsdvd SUBDIR += lxdvdrip SUBDIR += m2tstoavi SUBDIR += m2vrequantiser SUBDIR += mediadownloader SUBDIR += mediainfo SUBDIR += mencoder SUBDIR += mimms SUBDIR += minitube SUBDIR += miro SUBDIR += mjpegtools SUBDIR += mjpg-streamer SUBDIR += mkclean SUBDIR += mkvalidator SUBDIR += mkvtoolnix SUBDIR += mkxvcd SUBDIR += mlt SUBDIR += mmpython SUBDIR += mmsclient SUBDIR += mmsrip SUBDIR += motion SUBDIR += mp3cd SUBDIR += mp4v2 SUBDIR += mpeg2codec SUBDIR += mpeg2play SUBDIR += mpeg4ip SUBDIR += mpeg_encode SUBDIR += mpeg_play SUBDIR += mpeg_stat SUBDIR += mpgtx SUBDIR += mplayer SUBDIR += mplayer-fonts SUBDIR += mplayer-skins SUBDIR += mplayer2 SUBDIR += mplex SUBDIR += mps-youtube SUBDIR += mpv SUBDIR += msdl SUBDIR += mxflib SUBDIR += mythtv SUBDIR += mythtv-frontend SUBDIR += naludump SUBDIR += nxtvepg SUBDIR += oggvideotools SUBDIR += ogmrip SUBDIR += ogmtools SUBDIR += opencinematools SUBDIR += openquicktime SUBDIR += openshot SUBDIR += oqtencoder SUBDIR += oqtplayer SUBDIR += p5-Audio-M4P SUBDIR += p5-FFmpeg-Command SUBDIR += p5-FLV-Info SUBDIR += p5-File-Format-RIFF SUBDIR += p5-GStreamer SUBDIR += p5-MP4-Info SUBDIR += p5-Net-UPnP SUBDIR += p5-Subtitles SUBDIR += p5-Umph-Prompt SUBDIR += p5-Video-OpenQuicktime SUBDIR += phonon SUBDIR += phonon-designerplugin SUBDIR += phonon-gstreamer SUBDIR += phonon-vlc SUBDIR += phonon-xine SUBDIR += photofilmstrip SUBDIR += pitivi SUBDIR += playd SUBDIR += plexhometheater SUBDIR += plexmediaserver SUBDIR += plexmediaserver-plexpass SUBDIR += podcastdl SUBDIR += poe SUBDIR += ppm2fli SUBDIR += projectx SUBDIR += ptx-kmod SUBDIR += pwcbsd SUBDIR += pwcview SUBDIR += py-enzyme SUBDIR += py-ffmpeg SUBDIR += py-gstreamer SUBDIR += py-guessit SUBDIR += py-gstreamer1 SUBDIR += py-kaa-base SUBDIR += py-kaa-imlib2 SUBDIR += py-kaa-metadata SUBDIR += py-librtmp SUBDIR += py-mlt SUBDIR += py-openlp SUBDIR += py-periscope SUBDIR += py-qt4-multimedia SUBDIR += py-qt4-phonon SUBDIR += py-soco SUBDIR += py-subliminal SUBDIR += py-tvnamer SUBDIR += py3-gstreamer1 SUBDIR += pyjama SUBDIR += pymp SUBDIR += qmmp SUBDIR += qmmp-plugin-pack SUBDIR += qt-faststart SUBDIR += qt4-mobility SUBDIR += qt4-multimedia SUBDIR += qt5-multimedia SUBDIR += quark SUBDIR += quodlibet SUBDIR += quvi SUBDIR += recmpeg SUBDIR += recordmydesktop SUBDIR += replex SUBDIR += rox-videothumbnail SUBDIR += rtmpdump SUBDIR += rubygem-clutter-gstreamer SUBDIR += rubygem-flvtool2 SUBDIR += rubygem-gstreamer SUBDIR += sabbu SUBDIR += schroedinger SUBDIR += smpeg SUBDIR += smpeg2 SUBDIR += smplayer SUBDIR += smplayer-skins SUBDIR += smplayer-themes SUBDIR += sms1xxx-kmod SUBDIR += smtube SUBDIR += spigot SUBDIR += spook SUBDIR += spotify-websocket-api SUBDIR += streamanalyze SUBDIR += subtitlecomposer-kde4 SUBDIR += subtitleeditor SUBDIR += subtitleoffsetmodifier SUBDIR += subtitleripper SUBDIR += subtools SUBDIR += swfdec-gnome SUBDIR += szap-s2 SUBDIR += tcmplex-panteltje SUBDIR += tivodecode SUBDIR += totem SUBDIR += totem-pl-parser SUBDIR += transcode SUBDIR += tstools SUBDIR += tvheadend SUBDIR += umph SUBDIR += umplayer SUBDIR += umr SUBDIR += universal-media-server SUBDIR += v4l-utils SUBDIR += v4l_compat SUBDIR += vamps SUBDIR += vcdgear SUBDIR += vcdimager SUBDIR += vcdpad SUBDIR += vdpauinfo SUBDIR += vdr SUBDIR += vdr-plugin-control SUBDIR += vdr-plugin-eepg SUBDIR += vdr-plugin-epgsearch SUBDIR += vdr-plugin-extrecmenu SUBDIR += vdr-plugin-femon SUBDIR += vdr-plugin-infosatepg SUBDIR += vdr-plugin-iptv SUBDIR += vdr-plugin-markad SUBDIR += vdr-plugin-osdpip SUBDIR += vdr-plugin-osdteletext SUBDIR += vdr-plugin-reelchannelscan SUBDIR += vdr-plugin-remote SUBDIR += vdr-plugin-skinenigmang SUBDIR += vdr-plugin-sleeptimer SUBDIR += vdr-plugin-softhddevice SUBDIR += vdr-plugin-streamdev SUBDIR += vdr-plugin-ttxtsubs SUBDIR += vdr-plugin-upnp SUBDIR += vdr-plugin-vdrmanager SUBDIR += vdr-plugin-vnsiserver SUBDIR += vdr-plugin-wirbelscan SUBDIR += vdr-plugin-xineliboutput SUBDIR += vdr-plugin-xvdr SUBDIR += vdr-plugins SUBDIR += vic SUBDIR += vlc SUBDIR += vstream-client SUBDIR += vtkmpeg2encode SUBDIR += w_scan SUBDIR += webcamd SUBDIR += win32-codecs SUBDIR += x264 SUBDIR += x265 SUBDIR += xanim SUBDIR += xawtv SUBDIR += xbmc SUBDIR += xbmc-addon-pvr SUBDIR += xfce4-parole SUBDIR += xine SUBDIR += xmms SUBDIR += xmms-skins SUBDIR += xmms-skins-huge SUBDIR += xporthdmv SUBDIR += xtheater SUBDIR += xvid SUBDIR += y4mscaler SUBDIR += yamdi SUBDIR += zoneminder .include Index: head/multimedia/linux-c6-libtheora/Makefile =================================================================== --- head/multimedia/linux-c6-libtheora/Makefile (nonexistent) +++ head/multimedia/linux-c6-libtheora/Makefile (revision 368845) @@ -0,0 +1,27 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= libtheora +PORTVERSION= 1.1.0 +CATEGORIES= multimedia linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Theora Video Compression Codec (Linux Fedora 10) + +CONFLICTS= linux-libtheora-[0-9]* linux-f10-libtheora[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes + +RPMVERSION= 2.el6 +USE_LDCONFIG= yes + +PLIST_FILES= usr/lib/libtheora.so.0 usr/lib/libtheora.so.0.3.9 \ + usr/lib/libtheoradec.so.1 usr/lib/libtheoradec.so.1.1.3 \ + usr/lib/libtheoraenc.so.1 usr/lib/libtheoraenc.so.1.1.2 +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} +PORTDOCS= COPYING README +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/multimedia/linux-c6-libtheora/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/multimedia/linux-c6-libtheora/distinfo.i686 =================================================================== --- head/multimedia/linux-c6-libtheora/distinfo.i686 (nonexistent) +++ head/multimedia/linux-c6-libtheora/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/libtheora-1.1.0-2.el6.i686.rpm) = 0d7e7b9daa9d0d4d1dc52bb00e3022f11e1b3401ca7c646f5538c0042c3a29b7 +SIZE (rpm/i686/centos/6.5/libtheora-1.1.0-2.el6.i686.rpm) = 134564 +SHA256 (rpm/i686/centos/6.5/libtheora-1.1.0-2.el6.src.rpm) = 2f903b66160f5f5f19684a8cbe96c8c746c9fd77e8d93da15ac4fbbc67c2a16b +SIZE (rpm/i686/centos/6.5/libtheora-1.1.0-2.el6.src.rpm) = 1381855 Property changes on: head/multimedia/linux-c6-libtheora/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/multimedia/linux-c6-libv4l/Makefile =================================================================== --- head/multimedia/linux-c6-libv4l/Makefile (nonexistent) +++ head/multimedia/linux-c6-libv4l/Makefile (revision 368845) @@ -0,0 +1,19 @@ +# Created by: bsam +# $FreeBSD$ + +PORTNAME= libv4l +PORTVERSION= 0.6.3 +CATEGORIES= multimedia linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Collection of video4linux support libraries (CentOS 6) + +CONFLICTS= linux-f10-libv4l-[0-9]* + +USE_LINUX= c6 +USE_LINUX_RPM= yes +RPMVERSION= 2.el6 +USE_LDCONFIG= yes +PLIST_SUB+= PORTVERSION=${PORTVERSION} + +.include Property changes on: head/multimedia/linux-c6-libv4l/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/multimedia/linux-c6-libv4l/distinfo.i686 =================================================================== --- head/multimedia/linux-c6-libv4l/distinfo.i686 (nonexistent) +++ head/multimedia/linux-c6-libv4l/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/libv4l-0.6.3-2.el6.i686.rpm) = 44b8430a7f5dfb37dd57868f7f33e06194bb5ae4584592e9726417158e0cba5e +SIZE (rpm/i686/centos/6.5/libv4l-0.6.3-2.el6.i686.rpm) = 103848 +SHA256 (rpm/i686/centos/6.5/libv4l-0.6.3-2.el6.src.rpm) = 4dffde0aeeb35b9ea30c2ebb04cb60fd73d3eb89cd2530b92fbe1c2d6907a24c +SIZE (rpm/i686/centos/6.5/libv4l-0.6.3-2.el6.src.rpm) = 138961 Property changes on: head/multimedia/linux-c6-libv4l/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/multimedia/linux-c6-libv4l/pkg-descr =================================================================== --- head/multimedia/linux-c6-libv4l/pkg-descr (nonexistent) +++ head/multimedia/linux-c6-libv4l/pkg-descr (revision 368845) @@ -0,0 +1,17 @@ +libv4l is a collection of libraries which adds a thin abstraction layer on +top of video4linux2 devices. The purpose of this (thin) layer is to make it +easy for application writers to support a wide variety of devices without +having to write separate code for different devices in the same class. libv4l +consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2. + +libv4lconvert offers functions to convert from any (known) pixel-format +to V4l2_PIX_FMT_BGR24 or V4l2_PIX_FMT_YUV420. + +libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent +of the drivers for those devices supporting v4l1 compatibility (which many +v4l2 drivers do not). + +libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the +application transparent libv4lconvert conversion where necessary. + +WWW: http://hansdegoede.livejournal.com/3636.html Property changes on: head/multimedia/linux-c6-libv4l/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/multimedia/linux-c6-libv4l/pkg-plist =================================================================== --- head/multimedia/linux-c6-libv4l/pkg-plist (nonexistent) +++ head/multimedia/linux-c6-libv4l/pkg-plist (revision 368845) @@ -0,0 +1,14 @@ +@comment file listing +usr/lib/libv4l/ov511-decomp +usr/lib/libv4l/ov518-decomp +usr/lib/libv4l/v4l1compat.so +usr/lib/libv4l/v4l2convert.so +usr/lib/libv4l1.so.0 +usr/lib/libv4l2.so.0 +usr/lib/libv4lconvert.so.0 +usr/share/doc/libv4l-%%PORTVERSION%%/COPYING.LIB +usr/share/doc/libv4l-%%PORTVERSION%%/ChangeLog +usr/share/doc/libv4l-%%PORTVERSION%%/README +usr/share/doc/libv4l-%%PORTVERSION%%/TODO +@dirrm usr/share/doc/libv4l-%%PORTVERSION%% +@dirrm usr/lib/libv4l Property changes on: head/multimedia/linux-c6-libv4l/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/multimedia/linux-f10-libtheora/Makefile =================================================================== --- head/multimedia/linux-f10-libtheora/Makefile (revision 368844) +++ head/multimedia/linux-f10-libtheora/Makefile (revision 368845) @@ -1,29 +1,29 @@ # Created by: bsam # $FreeBSD$ PORTNAME= libtheora PORTVERSION= 1.0rc1 +PORTREVISION= 1 CATEGORIES= multimedia linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Theora Video Compression Codec (Linux Fedora 10) CONFLICTS= linux-libtheora-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 2.fc10 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libtheora.so.0 usr/lib/libtheora.so.0.3.3 \ usr/lib/libtheoradec.so.1 usr/lib/libtheoradec.so.1.0.0 \ usr/lib/libtheoraenc.so.1 usr/lib/libtheoraenc.so.1.0.0 DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= COPYING README DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/multimedia/linux-f10-libv4l/Makefile =================================================================== --- head/multimedia/linux-f10-libv4l/Makefile (revision 368844) +++ head/multimedia/linux-f10-libv4l/Makefile (revision 368845) @@ -1,19 +1,18 @@ # Created by: bsam # $FreeBSD$ PORTNAME= libv4l PORTVERSION= 0.6.2 CATEGORIES= multimedia linux -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Collection of video4linux support libraries (Fedora 10) +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 1.fc10 USE_LDCONFIG= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} .include Index: head/net/Makefile =================================================================== --- head/net/Makefile (revision 368844) +++ head/net/Makefile (revision 368845) @@ -1,1258 +1,1260 @@ # $FreeBSD$ # COMMENT = Networking tools SUBDIR += 3proxy SUBDIR += 44bsd-rdist SUBDIR += 6tunnel SUBDIR += GeoIP SUBDIR += R-cran-twitteR SUBDIR += Sockets SUBDIR += abills SUBDIR += activemq SUBDIR += adasockets SUBDIR += afpfs-ng SUBDIR += aget SUBDIR += anet SUBDIR += aoe SUBDIR += apinger SUBDIR += appkonference SUBDIR += aprsc SUBDIR += arp-scan SUBDIR += arp-sk SUBDIR += arpdig SUBDIR += arping SUBDIR += arprelease SUBDIR += asio SUBDIR += aslookup SUBDIR += asterisk SUBDIR += asterisk11 SUBDIR += avahi SUBDIR += avahi-app SUBDIR += avahi-autoipd SUBDIR += avahi-gtk SUBDIR += avahi-gtk3 SUBDIR += avahi-header SUBDIR += avahi-libdns SUBDIR += avahi-qt4 SUBDIR += avahi-sharp SUBDIR += babeld SUBDIR += beacon SUBDIR += beanstalkd SUBDIR += belle-sip SUBDIR += bindtest SUBDIR += binkd SUBDIR += bird SUBDIR += bird-devel SUBDIR += bird6 SUBDIR += bittwist SUBDIR += bmon SUBDIR += boclient SUBDIR += boinc-client SUBDIR += boinc_curses SUBDIR += bounce SUBDIR += bsdproxy SUBDIR += bwi-firmware-kmod SUBDIR += bwn-firmware-kmod SUBDIR += bwping SUBDIR += c3270 SUBDIR += cagibi SUBDIR += ccxstream SUBDIR += chrony SUBDIR += citrix_ica SUBDIR += clamz SUBDIR += clusterit SUBDIR += cnd SUBDIR += coda6_client SUBDIR += coda6_server SUBDIR += corkscrew SUBDIR += courier-authlib-ldap SUBDIR += crtmpserver SUBDIR += cryptcat SUBDIR += csocks SUBDIR += csync2 SUBDIR += ctrace SUBDIR += cvsup-static SUBDIR += cvsync SUBDIR += cyphesis SUBDIR += czmq SUBDIR += daemonlogger SUBDIR += dante SUBDIR += daq SUBDIR += datapipe SUBDIR += dbeacon SUBDIR += delegate SUBDIR += despoof SUBDIR += dgd SUBDIR += dgd-kernel SUBDIR += dgd-lpmud SUBDIR += dhcp6 SUBDIR += dhcpcd SUBDIR += dhcpd-pools SUBDIR += dhcpdump SUBDIR += dhcperf SUBDIR += dhcping SUBDIR += dhcprelay SUBDIR += dhcprelya SUBDIR += dictd SUBDIR += dictd-database SUBDIR += dimes SUBDIR += dosdetector SUBDIR += drawterm SUBDIR += dropbox-api-command SUBDIR += dropbox-uploader SUBDIR += dtcp SUBDIR += dtcpclient SUBDIR += e169-stats SUBDIR += easysoap SUBDIR += echoping SUBDIR += ecore-con SUBDIR += empty SUBDIR += enet SUBDIR += erlang_xmlrpc SUBDIR += etrace SUBDIR += exabgp SUBDIR += exaddos SUBDIR += findmtu SUBDIR += flowgrep SUBDIR += fonulator SUBDIR += foreman-proxy SUBDIR += fpc-ldap SUBDIR += fpc-pcap SUBDIR += fping SUBDIR += freebsd-tftp SUBDIR += freebsd-uucp SUBDIR += freenet6 SUBDIR += freeradius-client SUBDIR += freeradius2 SUBDIR += freeradius3 SUBDIR += freerdp SUBDIR += freevrrpd SUBDIR += fspclient SUBDIR += fsplib SUBDIR += g2ipmsg SUBDIR += geoipupdate SUBDIR += get_iplayer SUBDIR += gini SUBDIR += gkrellmwireless2 SUBDIR += glflow SUBDIR += glib-networking SUBDIR += gnet2 SUBDIR += gnetcat SUBDIR += gnome-netstatus SUBDIR += gnome-nettool SUBDIR += gnu-dico SUBDIR += gnu-radius SUBDIR += go-cs SUBDIR += go.net SUBDIR += gofish SUBDIR += gogoc SUBDIR += googlecl SUBDIR += google-cloud-sdk SUBDIR += google-daemon SUBDIR += gopher SUBDIR += gotthard SUBDIR += gpxe SUBDIR += gq SUBDIR += grdesktop SUBDIR += grive SUBDIR += grsync SUBDIR += gsk SUBDIR += gspoof SUBDIR += gssdp SUBDIR += gstreamer-plugins-libmms SUBDIR += gstreamer1-plugins-libmms SUBDIR += gtic SUBDIR += gtk-vnc SUBDIR += gtknetcat SUBDIR += gupnp SUBDIR += gupnp-av SUBDIR += gupnp-igd SUBDIR += gupnp-ui SUBDIR += gutenfetch SUBDIR += gwhois SUBDIR += h323plus SUBDIR += hanstunnel SUBDIR += haproxy SUBDIR += haproxy-devel SUBDIR += hexinject SUBDIR += hidentd SUBDIR += hinfo SUBDIR += hlmaster SUBDIR += honeyd SUBDIR += hostapd SUBDIR += howl SUBDIR += hping SUBDIR += hping-devel SUBDIR += hs-connection SUBDIR += hs-gsasl SUBDIR += hs-hoauth2 SUBDIR += hs-hostname SUBDIR += hs-iproute SUBDIR += hs-maccatcher SUBDIR += hs-network SUBDIR += hs-network-info SUBDIR += hs-network-multicast SUBDIR += hs-network-protocol-xmpp SUBDIR += hs-pcap SUBDIR += hs-publicsuffixlist SUBDIR += hs-sendfile SUBDIR += hs-simple-sendfile SUBDIR += hs-socks SUBDIR += hsflowd SUBDIR += htpdate SUBDIR += http_ping SUBDIR += httping SUBDIR += httpry SUBDIR += hupnp SUBDIR += iaxmodem SUBDIR += icmpinfo SUBDIR += icpld SUBDIR += iet SUBDIR += ifdepd SUBDIR += iffinder SUBDIR += ifstat SUBDIR += ifstated SUBDIR += igmpproxy SUBDIR += ilbc SUBDIR += imapproxy SUBDIR += iodine SUBDIR += ip6_int SUBDIR += ipgrab SUBDIR += iplog SUBDIR += ipsorc SUBDIR += ipsumdump SUBDIR += ipsvd SUBDIR += irrd SUBDIR += isc-dhcp41-client SUBDIR += isc-dhcp41-relay SUBDIR += isc-dhcp41-server SUBDIR += isc-dhcp42-client SUBDIR += isc-dhcp42-relay SUBDIR += isc-dhcp42-server SUBDIR += isc-dhcp43-client SUBDIR += isc-dhcp43-relay SUBDIR += isc-dhcp43-server SUBDIR += istgt SUBDIR += jags SUBDIR += jakarta-commons-net SUBDIR += java-beepcore SUBDIR += jcifs SUBDIR += jgroups SUBDIR += jicmp SUBDIR += jicmp6 SUBDIR += jrdesktop SUBDIR += jsch SUBDIR += jumpgate SUBDIR += jwhois SUBDIR += kamailio SUBDIR += kdenetwork4 SUBDIR += kdenetwork4-filesharing SUBDIR += kdenetwork4-strigi-analyzers SUBDIR += kget SUBDIR += kio-upnp-ms SUBDIR += kippo SUBDIR += kissd SUBDIR += knc SUBDIR += knemo-kde4 SUBDIR += krdc SUBDIR += krfb SUBDIR += kwooty SUBDIR += l2tpd SUBDIR += l4ip SUBDIR += ladvd SUBDIR += lam SUBDIR += lambdamoo SUBDIR += latd SUBDIR += ldap-stats SUBDIR += ldap2dns SUBDIR += ldapbrowser SUBDIR += ldapdiff SUBDIR += ldapscripts SUBDIR += ldapsdk SUBDIR += ldapsh SUBDIR += lft SUBDIR += libarms SUBDIR += libbgpdump SUBDIR += libcapn SUBDIR += libcmis SUBDIR += libdnet SUBDIR += libexosip2 SUBDIR += libfb SUBDIR += libfixbuf SUBDIR += libgnetwork SUBDIR += libgweather SUBDIR += libilbc SUBDIR += libkfbapi SUBDIR += libkvkontakte SUBDIR += libmateweather SUBDIR += libmediawiki SUBDIR += libmms SUBDIR += libmxp SUBDIR += libnatpmp SUBDIR += libnet SUBDIR += libnet10 SUBDIR += libnetdude SUBDIR += libnfs SUBDIR += libnids SUBDIR += libnids-libnet11 SUBDIR += libnss-mysql SUBDIR += liboauth SUBDIR += libopennet SUBDIR += liboping SUBDIR += libosip2 SUBDIR += libpcap SUBDIR += libpcapnav SUBDIR += libproxy SUBDIR += libproxy-gnome SUBDIR += libproxy-kde SUBDIR += libproxy-perl SUBDIR += libproxy-python SUBDIR += libproxy-webkit SUBDIR += librouteros SUBDIR += librsync SUBDIR += libsocket++ SUBDIR += libsocketcpp SUBDIR += libsrtp SUBDIR += libtnl SUBDIR += libtrace SUBDIR += libunp SUBDIR += libutp SUBDIR += libvncserver SUBDIR += libzmq2 SUBDIR += libzmq3 SUBDIR += libzmq4 SUBDIR += liferea SUBDIR += linc SUBDIR += linc-reference SUBDIR += linknx SUBDIR += linphone + SUBDIR += linux-c6-openldap + SUBDIR += linux-c6-tcp_wrappers-libs SUBDIR += linux-f10-nss_ldap SUBDIR += linux-f10-openldap SUBDIR += linuxigd SUBDIR += liveMedia SUBDIR += lla SUBDIR += ltm SUBDIR += lualdap SUBDIR += luasocket SUBDIR += lvwimax SUBDIR += mDNSResponder SUBDIR += mad_fcl SUBDIR += mcast-tools SUBDIR += mediastreamer SUBDIR += mediatomb SUBDIR += mgen SUBDIR += micro_inetd SUBDIR += micro_proxy SUBDIR += minidlna SUBDIR += minisapserver SUBDIR += minissdpd SUBDIR += miniupnpc SUBDIR += miniupnpd SUBDIR += miredo SUBDIR += mono-zeroconf SUBDIR += mopd SUBDIR += morebalance SUBDIR += mosh SUBDIR += mosquitto SUBDIR += mpd-l2tp-ipv6pd-client SUBDIR += mpd5 SUBDIR += mpich SUBDIR += mpich2 SUBDIR += mping SUBDIR += mrouted SUBDIR += msend SUBDIR += mtr SUBDIR += mtr-nox11 SUBDIR += nakenchat SUBDIR += nast SUBDIR += nbd-server SUBDIR += nc SUBDIR += ncp SUBDIR += ndisc6 SUBDIR += ndpi SUBDIR += nemesis SUBDIR += nepenthes SUBDIR += nepim SUBDIR += net6 SUBDIR += netatalk SUBDIR += netatalk3 SUBDIR += netcat SUBDIR += netdude SUBDIR += netembryo SUBDIR += netmap SUBDIR += netpipes SUBDIR += netscript SUBDIR += netsed SUBDIR += netselect SUBDIR += netstrain SUBDIR += nettest SUBDIR += netwib SUBDIR += neubot SUBDIR += nfsshell SUBDIR += ngrep SUBDIR += nifmon SUBDIR += nload SUBDIR += nmsg SUBDIR += nocatsplash SUBDIR += nos-ttb SUBDIR += nph SUBDIR += nss-pam-ldapd SUBDIR += nss-pam-ldapd-sasl SUBDIR += nss_ldap SUBDIR += nstxd SUBDIR += ntlmaps SUBDIR += ntop SUBDIR += ntopng SUBDIR += ntp SUBDIR += ntp-devel SUBDIR += ntp-rc SUBDIR += ntraceroute SUBDIR += nusoap SUBDIR += nxproxy SUBDIR += nyancat SUBDIR += nylon SUBDIR += ohphone SUBDIR += olsrd SUBDIR += omcmd SUBDIR += omnitty SUBDIR += onenetd SUBDIR += onioncat SUBDIR += opal SUBDIR += openafs SUBDIR += openbgpd SUBDIR += opendpi SUBDIR += openggsn SUBDIR += openh323 SUBDIR += openldap24-client SUBDIR += openldap24-sasl-client SUBDIR += openldap24-server SUBDIR += openmpi SUBDIR += openmpi-devel SUBDIR += openmq SUBDIR += openmq-client SUBDIR += openntpd SUBDIR += opennx SUBDIR += openospfd SUBDIR += openpgm SUBDIR += openradius SUBDIR += openslp SUBDIR += opentracker SUBDIR += openvswitch SUBDIR += ortp SUBDIR += osrtspproxy SUBDIR += ossp-sa SUBDIR += ostinato SUBDIR += owamp SUBDIR += owncloud-csync SUBDIR += p5-AddressBook SUBDIR += p5-Amazon-SQS-Simple SUBDIR += p5-AnyEvent-MPRPC SUBDIR += p5-AnyEvent-RabbitMQ SUBDIR += p5-AnyEvent-Twitter SUBDIR += p5-AnyEvent-Twitter-Stream SUBDIR += p5-AnyMQ-AMQP SUBDIR += p5-Apache2-SOAP SUBDIR += p5-BBS-Client SUBDIR += p5-BBS-UserInfo SUBDIR += p5-BBS-UserInfo-Maple3 SUBDIR += p5-BBS-UserInfo-Maple3itoc SUBDIR += p5-BBS-UserInfo-Ptt SUBDIR += p5-BBS-UserInfo-SOB SUBDIR += p5-BBS-UserInfo-Wretch SUBDIR += p5-Beanstalk-Client SUBDIR += p5-Cisco-IPPhone SUBDIR += p5-Crypt-DH-GMP SUBDIR += p5-Daemon-Generic SUBDIR += p5-Data-IPV4-Range-Parse SUBDIR += p5-EasyTCP SUBDIR += p5-Event-tcp SUBDIR += p5-File-Rsync SUBDIR += p5-File-RsyncP SUBDIR += p5-Filesys-SmbClient SUBDIR += p5-Frontier-RPC SUBDIR += p5-Geo-IP SUBDIR += p5-Geo-IP-PurePerl SUBDIR += p5-Geo-IPfree SUBDIR += p5-GeoIP2 SUBDIR += p5-Google-SAML-Request SUBDIR += p5-Google-SAML-Response SUBDIR += p5-Growl-GNTP SUBDIR += p5-IO-Interface SUBDIR += p5-IO-Socket-INET6 SUBDIR += p5-IO-Socket-IP SUBDIR += p5-IO-Socket-Multicast SUBDIR += p5-IO-Socket-Multicast6 SUBDIR += p5-IP-Anonymous SUBDIR += p5-IP-Country SUBDIR += p5-IPC-Session SUBDIR += p5-JavaScript-RPC SUBDIR += p5-MaxMind-DB-Common SUBDIR += p5-MaxMind-DB-Reader SUBDIR += p5-Net SUBDIR += p5-Net-AMQP SUBDIR += p5-Net-APNS SUBDIR += p5-Net-APNs-Extended SUBDIR += p5-Net-ARP SUBDIR += p5-Net-Address-Ethernet SUBDIR += p5-Net-Address-IPv4-Local SUBDIR += p5-Net-Amazon SUBDIR += p5-Net-Amazon-AWSSign SUBDIR += p5-Net-Amazon-EC2 SUBDIR += p5-Net-Amazon-MechanicalTurk SUBDIR += p5-Net-Amazon-S3 SUBDIR += p5-Net-Amazon-Signature SUBDIR += p5-Net-Amazon-Thumbnail SUBDIR += p5-Net-Analysis SUBDIR += p5-Net-Appliance-Phrasebook SUBDIR += p5-Net-Appliance-Session SUBDIR += p5-Net-BGP SUBDIR += p5-Net-Blogger SUBDIR += p5-Net-CIDR-Lite SUBDIR += p5-Net-CIDR-MobileJP SUBDIR += p5-Net-CIDR-Set SUBDIR += p5-Net-CLI-Interact SUBDIR += p5-Net-CSTA SUBDIR += p5-Net-CascadeCopy SUBDIR += p5-Net-Cassandra SUBDIR += p5-Net-Cassandra-Easy SUBDIR += p5-Net-DAV-Server SUBDIR += p5-Net-DHCP SUBDIR += p5-Net-DHCP-Watch SUBDIR += p5-Net-DHCPClient SUBDIR += p5-Net-DLookup SUBDIR += p5-Net-Daemon SUBDIR += p5-Net-Delicious SUBDIR += p5-Net-Dict SUBDIR += p5-Net-Divert SUBDIR += p5-Net-Dropbox-API SUBDIR += p5-Net-EPP SUBDIR += p5-Net-EPP-Proxy SUBDIR += p5-Net-FS-Flickr SUBDIR += p5-Net-FS-Gmail SUBDIR += p5-Net-FTP-AutoReconnect SUBDIR += p5-Net-FTP-File SUBDIR += p5-Net-Finger SUBDIR += p5-Net-Flow SUBDIR += p5-Net-Frame SUBDIR += p5-Net-Frame-Dump SUBDIR += p5-Net-Frame-Layer-ICMPv6 SUBDIR += p5-Net-Frame-Layer-IPv6 SUBDIR += p5-Net-GitHub SUBDIR += p5-Net-Gnats SUBDIR += p5-Net-Google SUBDIR += p5-Net-Google-Analytics SUBDIR += p5-Net-Google-AuthSub SUBDIR += p5-Net-Google-Calendar SUBDIR += p5-Net-Google-Code SUBDIR += p5-Net-Google-DataAPI SUBDIR += p5-Net-Google-PicasaWeb SUBDIR += p5-Net-Google-SafeBrowsing2 SUBDIR += p5-Net-Google-Spreadsheets SUBDIR += p5-Net-Growl SUBDIR += p5-Net-GrowlClient SUBDIR += p5-Net-HL7 SUBDIR += p5-Net-HTTP SUBDIR += p5-Net-HTTP-Spore SUBDIR += p5-Net-HTTP-Spore-Middleware-Header SUBDIR += p5-Net-HTTPS-Any SUBDIR += p5-Net-HTTPS-NB SUBDIR += p5-Net-Hiveminder SUBDIR += p5-Net-INET6Glue SUBDIR += p5-Net-IP-Minimal SUBDIR += p5-Net-IP-RangeCompare SUBDIR += p5-Net-IPTrie SUBDIR += p5-Net-IRR SUBDIR += p5-Net-Ident SUBDIR += p5-Net-Ifconfig-Wrapper SUBDIR += p5-Net-Interface SUBDIR += p5-Net-Jaiku SUBDIR += p5-Net-Jifty SUBDIR += p5-Net-LDAP-AutoDNs SUBDIR += p5-Net-LDAP-AutoServer SUBDIR += p5-Net-LDAP-Express SUBDIR += p5-Net-LDAP-LDAPhash SUBDIR += p5-Net-LDAP-Makepath SUBDIR += p5-Net-LDAP-Server SUBDIR += p5-Net-LDAP-Server-Test SUBDIR += p5-Net-LDAP-posixAccount SUBDIR += p5-Net-LDAP-posixGroup SUBDIR += p5-Net-Libdnet SUBDIR += p5-Net-LimeLight-Purge SUBDIR += p5-Net-MAC SUBDIR += p5-Net-MAC-Vendor SUBDIR += p5-Net-Mosso-CloudFiles SUBDIR += p5-Net-MovableType SUBDIR += p5-Net-NBName SUBDIR += p5-Net-NBsocket SUBDIR += p5-Net-NIS SUBDIR += p5-Net-NIS-Listgroup SUBDIR += p5-Net-Nessus-XMLRPC SUBDIR += p5-Net-OAuth SUBDIR += p5-Net-OAuth-Simple SUBDIR += p5-Net-OAuth2 SUBDIR += p5-Net-OpenID-Consumer SUBDIR += p5-Net-OpenSSH SUBDIR += p5-Net-OpenSSH-Parallel SUBDIR += p5-Net-OpenStack-Attack SUBDIR += p5-Net-Packet SUBDIR += p5-Net-Packet-Target SUBDIR += p5-Net-ParseWhois SUBDIR += p5-Net-Patricia SUBDIR += p5-Net-Pcap SUBDIR += p5-Net-PcapUtils SUBDIR += p5-Net-Ping SUBDIR += p5-Net-Ping-External SUBDIR += p5-Net-Proxy SUBDIR += p5-Net-PubSubHubbub-Publisher SUBDIR += p5-Net-RTP SUBDIR += p5-Net-RabbitFoot SUBDIR += p5-Net-RabbitMQ SUBDIR += p5-Net-Radius SUBDIR += p5-Net-Random SUBDIR += p5-Net-RawIP SUBDIR += p5-Net-RawSock SUBDIR += p5-Net-Rendezvous-Publish SUBDIR += p5-Net-Riak SUBDIR += p5-Net-Rsh SUBDIR += p5-Net-SAP SUBDIR += p5-Net-SCP SUBDIR += p5-Net-SCP-Expect SUBDIR += p5-Net-SDP SUBDIR += p5-Net-SFTP SUBDIR += p5-Net-SFTP-Foreign SUBDIR += p5-Net-SIP SUBDIR += p5-Net-SMPP SUBDIR += p5-Net-SMS-Clickatell SUBDIR += p5-Net-SMS-Mollie SUBDIR += p5-Net-SMS-PChome SUBDIR += p5-Net-SNPP SUBDIR += p5-Net-SPDY SUBDIR += p5-Net-SSH SUBDIR += p5-Net-SSH-Expect SUBDIR += p5-Net-SSH-Mechanize SUBDIR += p5-Net-SSH-Perl SUBDIR += p5-Net-SSH2 SUBDIR += p5-Net-STOMP-Client SUBDIR += p5-Net-Server SUBDIR += p5-Net-Server-Coro SUBDIR += p5-Net-Server-SS-PreFork SUBDIR += p5-Net-Subnet SUBDIR += p5-Net-Syslog SUBDIR += p5-Net-TCLink SUBDIR += p5-Net-TcpDumpLog SUBDIR += p5-Net-Telnet SUBDIR += p5-Net-Telnet-Netscreen SUBDIR += p5-Net-TiVo SUBDIR += p5-Net-Todoist SUBDIR += p5-Net-Traceroute SUBDIR += p5-Net-Traceroute-PurePerl SUBDIR += p5-Net-Traceroute6 SUBDIR += p5-Net-Trackback SUBDIR += p5-Net-Twitter SUBDIR += p5-Net-Twitter-Lite SUBDIR += p5-Net-VNC SUBDIR += p5-Net-Wake SUBDIR += p5-Net-WhitePages SUBDIR += p5-Net-Whois SUBDIR += p5-Net-Whois-ARIN SUBDIR += p5-Net-Whois-IP SUBDIR += p5-Net-Whois-RIPE SUBDIR += p5-Net-Whois-Raw SUBDIR += p5-Net-Works SUBDIR += p5-Net-Write SUBDIR += p5-Net-XWhois SUBDIR += p5-Net-Yadis SUBDIR += p5-Net-Z3950-SimpleServer SUBDIR += p5-Net-Z3950-ZOOM SUBDIR += p5-Net-ext SUBDIR += p5-Net-sFlow SUBDIR += p5-Net-uFTP SUBDIR += p5-NetAddr-IP-Count SUBDIR += p5-NetPacket SUBDIR += p5-OAI-Harvester SUBDIR += p5-OurNet-BBS SUBDIR += p5-OurNet-BBSAgent SUBDIR += p5-POE-Component-Client-Ident SUBDIR += p5-POE-Component-Client-Keepalive SUBDIR += p5-POE-Component-Client-Ping SUBDIR += p5-POE-Component-Client-Telnet SUBDIR += p5-POE-Component-Client-Traceroute SUBDIR += p5-POE-Component-Client-Twitter SUBDIR += p5-POE-Component-Client-Whois SUBDIR += p5-POE-Component-ControlPort SUBDIR += p5-POE-Component-Generic SUBDIR += p5-POE-Component-Jabber SUBDIR += p5-POE-Component-Pcap SUBDIR += p5-POE-Component-PubSub SUBDIR += p5-POE-Component-Server-Twirc SUBDIR += p5-POEx-Role-TCPServer SUBDIR += p5-POSIX-Socket SUBDIR += p5-POSIX-getpeername SUBDIR += p5-Parallel-Pvm SUBDIR += p5-Phone-Info SUBDIR += p5-PlRPC SUBDIR += p5-Queue-Beanstalk SUBDIR += p5-REST-Application SUBDIR += p5-REST-Google SUBDIR += p5-RPC-EPC-Service SUBDIR += p5-RPC-Simple SUBDIR += p5-RPC-XML SUBDIR += p5-ResourcePool-Resource-Net-LDAP SUBDIR += p5-ResourcePool-Resource-SOAP-Lite SUBDIR += p5-Rose-URI SUBDIR += p5-S3 SUBDIR += p5-SOAP SUBDIR += p5-SOAP-Amazon-S3 SUBDIR += p5-SOAP-Data-Builder SUBDIR += p5-SOAP-Lite SUBDIR += p5-SOAP-MySOAP SUBDIR += p5-SOAP-Transport-TCP SUBDIR += p5-Samba-LDAP SUBDIR += p5-Server-Starter SUBDIR += p5-Socket SUBDIR += p5-Socket-Class SUBDIR += p5-Socket-GetAddrInfo SUBDIR += p5-Socket-Multicast6 SUBDIR += p5-Socket6 SUBDIR += p5-Socks SUBDIR += p5-Sort-Key-IPv4 SUBDIR += p5-Test-URI SUBDIR += p5-URI SUBDIR += p5-URI-FromHash SUBDIR += p5-URI-Match SUBDIR += p5-URI-OpenURL SUBDIR += p5-URI-Query SUBDIR += p5-URI-SmartURI SUBDIR += p5-URI-Template SUBDIR += p5-URI-Template-Restrict SUBDIR += p5-Validate-Net SUBDIR += p5-WebService-Dropbox SUBDIR += p5-WebService-Prowl SUBDIR += p5-What SUBDIR += p5-X500-DN SUBDIR += p5-XML-Compile-SOAP SUBDIR += p5-XML-Compile-SOAP-AnyEvent SUBDIR += p5-XML-Compile-SOAP-Daemon SUBDIR += p5-XML-Compile-SOAP-WSA SUBDIR += p5-XML-Fast SUBDIR += p5-XML-RPC SUBDIR += p5-XML-RPC-Fast SUBDIR += p5-XPC SUBDIR += p5-ZConf SUBDIR += p5-ZConf-Bookmarks SUBDIR += p5-ZeroMQ SUBDIR += p5-perl-ldap SUBDIR += packetdrill SUBDIR += packter-agent SUBDIR += panoptis SUBDIR += paris-traceroute SUBDIR += passlogd SUBDIR += pathneck SUBDIR += pbnc SUBDIR += pdb SUBDIR += pear-Auth_RADIUS SUBDIR += pear-File_Bittorrent2 SUBDIR += pear-Horde_Kolab_Server SUBDIR += pear-Horde_Kolab_Session SUBDIR += pear-Horde_Ldap SUBDIR += pear-Horde_Rpc SUBDIR += pear-Horde_Scribe SUBDIR += pear-Horde_Socket_Client SUBDIR += pear-Horde_Url SUBDIR += pear-Net_CDDB SUBDIR += pear-Net_CheckIP SUBDIR += pear-Net_DIME SUBDIR += pear-Net_DNSBL SUBDIR += pear-Net_Dict SUBDIR += pear-Net_Finger SUBDIR += pear-Net_Geo SUBDIR += pear-Net_GeoIP SUBDIR += pear-Net_IDNA SUBDIR += pear-Net_IPv4 SUBDIR += pear-Net_IPv6 SUBDIR += pear-Net_Ident SUBDIR += pear-Net_LDAP SUBDIR += pear-Net_LDAP2 SUBDIR += pear-Net_MAC SUBDIR += pear-Net_NNTP SUBDIR += pear-Net_Nmap SUBDIR += pear-Net_POP3 SUBDIR += pear-Net_Ping SUBDIR += pear-Net_SMS SUBDIR += pear-Net_SMTP SUBDIR += pear-Net_Server SUBDIR += pear-Net_Sieve SUBDIR += pear-Net_Socket SUBDIR += pear-Net_Traceroute SUBDIR += pear-Net_URL SUBDIR += pear-Net_URL2 SUBDIR += pear-Net_URL_Mapper SUBDIR += pear-Net_UserAgent_Detect SUBDIR += pear-Net_UserAgent_Mobile SUBDIR += pear-Net_Vpopmaild SUBDIR += pear-Net_Whois SUBDIR += pear-SOAP SUBDIR += pear-Services_Pingback SUBDIR += pear-Services_Twitter SUBDIR += pear-URI_Template SUBDIR += pear-XML_RPC SUBDIR += pear-XML_RPC2 SUBDIR += pecl-amqp SUBDIR += pecl-apn SUBDIR += pecl-cvsclient SUBDIR += pecl-geoip SUBDIR += pecl-gupnp SUBDIR += pecl-mosquitto SUBDIR += pecl-oauth SUBDIR += pecl-radius SUBDIR += pecl-yaz SUBDIR += pecl-yp SUBDIR += pen SUBDIR += pfinger SUBDIR += phamm SUBDIR += php5-ldap SUBDIR += php5-soap SUBDIR += php5-sockets SUBDIR += php5-xmlrpc SUBDIR += php53-ldap SUBDIR += php53-soap SUBDIR += php53-sockets SUBDIR += php53-xmlrpc SUBDIR += php55-ldap SUBDIR += php55-soap SUBDIR += php55-sockets SUBDIR += php55-xmlrpc SUBDIR += php56-ldap SUBDIR += php56-soap SUBDIR += php56-sockets SUBDIR += php56-xmlrpc SUBDIR += phpldapadmin SUBDIR += pimdd SUBDIR += pipsecd SUBDIR += pktanon SUBDIR += pload SUBDIR += plugdaemon SUBDIR += pmf SUBDIR += polyorb SUBDIR += poptop SUBDIR += portfwd SUBDIR += pptpclient SUBDIR += proftpd-mod_ldap SUBDIR += prosearch SUBDIR += proxy-connect SUBDIR += proxy-suite SUBDIR += proxychains SUBDIR += proxychains-ng SUBDIR += prtunnel SUBDIR += ptpd2 SUBDIR += ptpd2-devel SUBDIR += ptunnel SUBDIR += pure-sockets SUBDIR += pvm SUBDIR += pwhois SUBDIR += pxe SUBDIR += pxe-pdhcp SUBDIR += py-GeoIP SUBDIR += py-amqp SUBDIR += py-amqplib SUBDIR += py-avahi SUBDIR += py-beanstalkc SUBDIR += py-cloudfiles SUBDIR += py-dpkt SUBDIR += py-ec2-cli-tools SUBDIR += py-eventlet SUBDIR += py-gntp SUBDIR += py-google SUBDIR += py-gspread SUBDIR += py-gspreadsheet SUBDIR += py-impacket SUBDIR += py-ipaddress SUBDIR += py-iplib SUBDIR += py-kombu SUBDIR += py-ldap2 SUBDIR += py-ldaptor SUBDIR += py-libcloud SUBDIR += py-libdnet SUBDIR += py-libnet SUBDIR += py-medusa SUBDIR += py-miniupnpc SUBDIR += py-msrplib SUBDIR += py-ndg_httpsclient SUBDIR += py-netaddr SUBDIR += py-netifaces SUBDIR += py-netlib SUBDIR += py-netstring SUBDIR += py-novaclient SUBDIR += py-oauth SUBDIR += py-oauth2 SUBDIR += py-pcap SUBDIR += py-pcapy SUBDIR += py-pcs SUBDIR += py-port-for SUBDIR += py-pybeanstalk SUBDIR += py-pynsq SUBDIR += py-pypcap SUBDIR += py-pysendfile SUBDIR += py-pysphere SUBDIR += py-pyvmomi SUBDIR += py-pyzmq SUBDIR += py-qt4-network SUBDIR += py-radix SUBDIR += py-s3cmd SUBDIR += py-simplesoap SUBDIR += py-smb SUBDIR += py-smbpasswd SUBDIR += py-soappy SUBDIR += py-soappy-devel SUBDIR += py-soapy SUBDIR += py-speedtest-cli SUBDIR += py-suds SUBDIR += py-tofu SUBDIR += py-tweepy SUBDIR += py-twistedPair SUBDIR += py-twitter SUBDIR += py-twitter-tools SUBDIR += py-txamqp SUBDIR += py-urllib3 SUBDIR += py-xmlrpc SUBDIR += py-xmlrpclib SUBDIR += py-yadis SUBDIR += py-zope.proxy SUBDIR += py-zsi SUBDIR += pygopherd SUBDIR += pynids SUBDIR += pyrad SUBDIR += pythondirector SUBDIR += qadsl SUBDIR += qjsonrpc SUBDIR += qoauth SUBDIR += qt4-network SUBDIR += qt5-network SUBDIR += qtweetlib SUBDIR += quagga SUBDIR += queso SUBDIR += quiterss SUBDIR += quoted SUBDIR += rabbitmq SUBDIR += rabbitmq-c SUBDIR += rabbitmq-c-devel SUBDIR += raddump SUBDIR += radiator SUBDIR += radiusclient SUBDIR += radiusd-cistron SUBDIR += radreport SUBDIR += radsecproxy SUBDIR += radvd SUBDIR += raggle SUBDIR += ranch SUBDIR += rdesktop SUBDIR += rdist6 SUBDIR += recvnet SUBDIR += redir SUBDIR += relayd SUBDIR += remmina SUBDIR += remmina-plugin-gnome SUBDIR += remmina-plugin-i18n SUBDIR += remmina-plugin-nx SUBDIR += remmina-plugin-rdp SUBDIR += remmina-plugin-telepathy SUBDIR += remmina-plugin-vnc SUBDIR += remmina-plugin-xdmcp SUBDIR += remmina-plugins SUBDIR += remotebox SUBDIR += remotedesk SUBDIR += repeater SUBDIR += reposado SUBDIR += rfbproxy SUBDIR += rinetd SUBDIR += ripe-whois SUBDIR += rp-pppoe SUBDIR += rsplib SUBDIR += rsync SUBDIR += rsync-bpc SUBDIR += rtg SUBDIR += rtpbreak SUBDIR += rtpproxy SUBDIR += rtptools SUBDIR += ruby-dict SUBDIR += ruby-icmp SUBDIR += ruby-tcpsocketpipe SUBDIR += ruby-tserver SUBDIR += rubygem-amazon-ec2 SUBDIR += rubygem-amq-client SUBDIR += rubygem-amq-protocol SUBDIR += rubygem-amqp SUBDIR += rubygem-amqp-utils SUBDIR += rubygem-amqp067 SUBDIR += rubygem-aws-s3 SUBDIR += rubygem-bunny SUBDIR += rubygem-bunny060 SUBDIR += rubygem-connection_pool SUBDIR += rubygem-domain_name SUBDIR += rubygem-dropbox-sdk SUBDIR += rubygem-fog-softlayer SUBDIR += rubygem-geoip SUBDIR += rubygem-gitlab_omniauth-ldap SUBDIR += rubygem-http_parser.rb SUBDIR += rubygem-httpauth SUBDIR += rubygem-ipaddress SUBDIR += rubygem-iproto SUBDIR += rubygem-lita-gems SUBDIR += rubygem-macaddr SUBDIR += rubygem-netrc SUBDIR += rubygem-net-ldap SUBDIR += rubygem-net-netrc SUBDIR += rubygem-network_interface SUBDIR += rubygem-oauth SUBDIR += rubygem-oauth2 SUBDIR += rubygem-omniauth-github SUBDIR += rubygem-omniauth-google-oauth2 SUBDIR += rubygem-omniauth-oauth SUBDIR += rubygem-omniauth-oauth2 SUBDIR += rubygem-omniauth-twitter SUBDIR += rubygem-open-uri-cached SUBDIR += rubygem-openid SUBDIR += rubygem-packetfu SUBDIR += rubygem-pcaprub SUBDIR += rubygem-rabbiter SUBDIR += rubygem-rightaws SUBDIR += rubygem-rightflexiscale SUBDIR += rubygem-rightgogrid SUBDIR += rubygem-righthttpconnection SUBDIR += rubygem-rightslicehost SUBDIR += rubygem-ruby-growl SUBDIR += rubygem-rubyntlm SUBDIR += rubygem-rubyntlm01 SUBDIR += rubygem-rubytter SUBDIR += rubygem-rudy SUBDIR += rubygem-rye SUBDIR += rubygem-simple_oauth SUBDIR += rubygem-stompserver SUBDIR += rubygem-tweetstream SUBDIR += rubygem-twitter SUBDIR += rubygem-twitter-stream SUBDIR += rubygem-twitter4r SUBDIR += rubygem-uri-redis SUBDIR += rubygem-whois SUBDIR += rubygem-yadis SUBDIR += rude SUBDIR += rwhoisd SUBDIR += samba-libsmbclient SUBDIR += samba-nmblookup SUBDIR += samba-smbclient SUBDIR += samba36 SUBDIR += samba4 SUBDIR += samba41 SUBDIR += samplicator SUBDIR += sbd SUBDIR += scamper SUBDIR += scapy SUBDIR += scnc SUBDIR += scr_ipfm SUBDIR += scribe SUBDIR += sdl2_net SUBDIR += sdl_net SUBDIR += seda SUBDIR += self-service-password SUBDIR += sendemail SUBDIR += sendsms SUBDIR += sendsnpp SUBDIR += serveez SUBDIR += service-discovery-applet SUBDIR += serviio SUBDIR += sflowtool SUBDIR += shadowsocks-libev SUBDIR += shaperprobe SUBDIR += shelldap SUBDIR += shmux SUBDIR += sie-nmsg SUBDIR += simpleproxy SUBDIR += sip_scenario SUBDIR += sippy_b2bua SUBDIR += siproxd SUBDIR += sipsak SUBDIR += sixxs-aiccu SUBDIR += skstream SUBDIR += sl2tps SUBDIR += slirp SUBDIR += slurm SUBDIR += smb4k-kde4 SUBDIR += smbldap-tools SUBDIR += smm++ SUBDIR += sniffit SUBDIR += sntop SUBDIR += sobby SUBDIR += socat SUBDIR += socketbind SUBDIR += socketpipe SUBDIR += sofia-sip SUBDIR += spideroak SUBDIR += splatd SUBDIR += spoofer SUBDIR += spread SUBDIR += spread-j SUBDIR += spread4 SUBDIR += sprinkle SUBDIR += spserver SUBDIR += sqtop SUBDIR += ss5 SUBDIR += ssldump SUBDIR += sslh SUBDIR += ssltunnel-client SUBDIR += ssltunnel-server SUBDIR += ssmping SUBDIR += ssspl SUBDIR += ssvnc SUBDIR += stf-6rd-kmod SUBDIR += stone SUBDIR += stund SUBDIR += subnetcalc SUBDIR += suckblow SUBDIR += sup SUBDIR += svnup SUBDIR += syncthing SUBDIR += syncthing-cli SUBDIR += syncthing-discosrv SUBDIR += tableutil SUBDIR += tac_plus4 SUBDIR += tapidbus SUBDIR += tayga SUBDIR += tclsoap SUBDIR += tcludp SUBDIR += tcpcat SUBDIR += tcpdstat SUBDIR += tcpdump SUBDIR += tcpdump398 SUBDIR += tcpflow SUBDIR += tcpick SUBDIR += tcpillust SUBDIR += tcping SUBDIR += tcpmssd SUBDIR += tcpproxy SUBDIR += tcpreen SUBDIR += tcpsg SUBDIR += tcpshow SUBDIR += tcpslice SUBDIR += tcpsplit SUBDIR += tcpstat SUBDIR += tcptrace SUBDIR += tcptraceroute SUBDIR += tcpview SUBDIR += tcpwatch SUBDIR += tcpxd SUBDIR += tcpxtract SUBDIR += tdetect SUBDIR += tftpgrab SUBDIR += thcrut SUBDIR += throttled SUBDIR += tigervnc SUBDIR += tightvnc SUBDIR += tintin++ SUBDIR += tinyfugue SUBDIR += tinyldap SUBDIR += tn5250 SUBDIR += tn5250j SUBDIR += toonel SUBDIR += torsocks SUBDIR += traceroute SUBDIR += traff SUBDIR += trafshow SUBDIR += trafshow3 SUBDIR += tramp SUBDIR += trickle SUBDIR += tridiavnc SUBDIR += tsclient SUBDIR += tshark SUBDIR += tshark-lite SUBDIR += tsocks SUBDIR += ttlscan SUBDIR += tucan SUBDIR += turnserver SUBDIR += turses SUBDIR += twitux SUBDIR += u6rd SUBDIR += ucarp SUBDIR += udptunnel SUBDIR += udpxy SUBDIR += udt SUBDIR += uget SUBDIR += ulxmlrpcpp SUBDIR += unfs3 SUBDIR += unison SUBDIR += unison-devel SUBDIR += unison-nox11 SUBDIR += unison232 SUBDIR += unix2tcp SUBDIR += uplog SUBDIR += urelay SUBDIR += uriparser SUBDIR += urlendec SUBDIR += usbredir SUBDIR += userfw SUBDIR += utftpd SUBDIR += vblade SUBDIR += vde SUBDIR += vde2 SUBDIR += vinagre SUBDIR += vino SUBDIR += vmware-vsphere-cli SUBDIR += vnc SUBDIR += vncreflector SUBDIR += vnstat SUBDIR += vortex SUBDIR += vtun SUBDIR += wackamole SUBDIR += wackford-squeers SUBDIR += wakeonlan SUBDIR += whois SUBDIR += widentd SUBDIR += wireshark SUBDIR += wireshark-lite SUBDIR += wizd SUBDIR += wlan2eth SUBDIR += wmlj SUBDIR += wmnd SUBDIR += wmnet SUBDIR += wmnet2 SUBDIR += wmnetload SUBDIR += wmnetmon SUBDIR += wmpiki SUBDIR += wmping SUBDIR += wmwave SUBDIR += wmwifi SUBDIR += wmwlmon SUBDIR += wol SUBDIR += wpa_gui SUBDIR += wping SUBDIR += x11vnc SUBDIR += x2goclient SUBDIR += x2goclient-cli SUBDIR += xboxproxy SUBDIR += xferstats SUBDIR += xipmsg SUBDIR += xisp SUBDIR += xmlrpc-c SUBDIR += xmlrpc-c-devel SUBDIR += xmlrpc-epi SUBDIR += xorp SUBDIR += xprobe SUBDIR += xpvm SUBDIR += xrdesktop SUBDIR += xrdp SUBDIR += xrdp-devel SUBDIR += yaph SUBDIR += yate SUBDIR += yaz SUBDIR += yaz++ SUBDIR += yazproxy SUBDIR += yconalyzer SUBDIR += yptransitd SUBDIR += zebra SUBDIR += zebra-server SUBDIR += zeroconf-ioslave SUBDIR += zillion SUBDIR += zsync .include Index: head/net/linux-c6-openldap/Makefile =================================================================== --- head/net/linux-c6-openldap/Makefile (nonexistent) +++ head/net/linux-c6-openldap/Makefile (revision 368845) @@ -0,0 +1,34 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= openldap +PORTVERSION= 2.4.23 +CATEGORIES= net linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Lightweight Directory Access Protocol libraries (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-openldap-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +#USE_LINUX_APPS= openssl +RPMVERSION= 32.el6_4.1 +USE_LINUX_RPM= yes +USE_LDCONFIG= yes +DESCR= ${.CURDIR}/../openldap24-server/pkg-descr + +PLIST_FILES= lib/liblber-2.4.so.2 lib/liblber-2.4.so.2.5.6 lib/libldap-2.4.so.2 lib/libldap-2.4.so.2.5.6 lib/libldap_r-2.4.so.2 lib/libldap_r-2.4.so.2.5.6 lib/libldif-2.4.so.2 lib/libldif-2.4.so.2.5.6 etc/openldap usr/share/man/man5/ldap.conf.5.gz usr/share/man/man5/ldif.5.gz +DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION} +PORTDOCS= ANNOUNCEMENT CHANGES COPYRIGHT LICENSE README + +# do not install any openldap configuration directories/files +post-extract: + ${RM} -rf ${WRKSRC}/etc + +# use a native openldap configuration directories/files +post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/etc + ${LN} -sf ${LOCALBASE}/etc/openldap ${STAGEDIR}${PREFIX}/etc/openldap + +.include Property changes on: head/net/linux-c6-openldap/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/linux-c6-openldap/distinfo.i686 =================================================================== --- head/net/linux-c6-openldap/distinfo.i686 (nonexistent) +++ head/net/linux-c6-openldap/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/openldap-2.4.23-32.el6_4.1.i686.rpm) = 59051fb70166b64d80f9dd7d5d0d617c14993183b36d08c141810ad6cccfb9e5 +SIZE (rpm/i686/centos/6.5/openldap-2.4.23-32.el6_4.1.i686.rpm) = 273192 +SHA256 (rpm/i686/centos/6.5/openldap-2.4.23-32.el6_4.1.src.rpm) = 9e163eeb01cbd47353daf36f9735c3418fe1b7568e153f1ddf1fc2bdc7ac5738 +SIZE (rpm/i686/centos/6.5/openldap-2.4.23-32.el6_4.1.src.rpm) = 5309761 Property changes on: head/net/linux-c6-openldap/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/linux-c6-tcp_wrappers-libs/Makefile =================================================================== --- head/net/linux-c6-tcp_wrappers-libs/Makefile (nonexistent) +++ head/net/linux-c6-tcp_wrappers-libs/Makefile (revision 368845) @@ -0,0 +1,22 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= tcp_wrappers-libs +PORTVERSION= 7.6 +CATEGORIES= net linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Libraries tcp wrappers (Linux CentOS ${LINUX_DIST_VER}) + +USE_LINUX= c6 +USE_LINUX_RPM= yes +USE_LINUX_APPS= xorglibs + +RPMVERSION= 57.el6 +USE_LDCONFIG= yes + +DOCSDIR= ${PREFIX}/usr/share/doc/tcp_wrappers-${PORTVERSION} + +SRC_DISTFILES= tcp_wrappers-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} + +.include Property changes on: head/net/linux-c6-tcp_wrappers-libs/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/linux-c6-tcp_wrappers-libs/distinfo.i686 =================================================================== --- head/net/linux-c6-tcp_wrappers-libs/distinfo.i686 (nonexistent) +++ head/net/linux-c6-tcp_wrappers-libs/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/tcp_wrappers-libs-7.6-57.el6.i686.rpm) = 0af672d37c071d898a6207b36f98afa70544531d958138a7a98f897703b0bd00 +SIZE (rpm/i686/centos/6.5/tcp_wrappers-libs-7.6-57.el6.i686.rpm) = 63364 +SHA256 (rpm/i686/centos/6.5/tcp_wrappers-7.6-57.el6.src.rpm) = b5dc9f2893acf4fbbe7e727273793d21cfdd932c66ddb18ef4d0394f13b12988 +SIZE (rpm/i686/centos/6.5/tcp_wrappers-7.6-57.el6.src.rpm) = 140453 Property changes on: head/net/linux-c6-tcp_wrappers-libs/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/linux-c6-tcp_wrappers-libs/pkg-descr =================================================================== --- head/net/linux-c6-tcp_wrappers-libs/pkg-descr (nonexistent) +++ head/net/linux-c6-tcp_wrappers-libs/pkg-descr (revision 368845) @@ -0,0 +1,3 @@ +tcp wrappers library + +WWW: http://www.centos.org Property changes on: head/net/linux-c6-tcp_wrappers-libs/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/linux-c6-tcp_wrappers-libs/pkg-plist =================================================================== --- head/net/linux-c6-tcp_wrappers-libs/pkg-plist (nonexistent) +++ head/net/linux-c6-tcp_wrappers-libs/pkg-plist (revision 368845) @@ -0,0 +1,14 @@ +lib/libwrap.so.0 +lib/libwrap.so.0.7.6 +usr/share/doc/tcp_wrappers-libs-7.6/BLURB +usr/share/doc/tcp_wrappers-libs-7.6/Banners.Makefile +usr/share/doc/tcp_wrappers-libs-7.6/CHANGES +usr/share/doc/tcp_wrappers-libs-7.6/DISCLAIMER +usr/share/doc/tcp_wrappers-libs-7.6/README +usr/share/doc/tcp_wrappers-libs-7.6/README.IRIX +usr/share/doc/tcp_wrappers-libs-7.6/README.NIS +usr/share/man/man5/hosts.allow.5.gz +usr/share/man/man5/hosts.deny.5.gz +usr/share/man/man5/hosts_access.5.gz +usr/share/man/man5/hosts_options.5.gz +@dirrmtry usr/share/doc/tcp_wrappers-libs-7.6 Property changes on: head/net/linux-c6-tcp_wrappers-libs/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/linux-f10-nss_ldap/Makefile =================================================================== --- head/net/linux-f10-nss_ldap/Makefile (revision 368844) +++ head/net/linux-f10-nss_ldap/Makefile (revision 368845) @@ -1,82 +1,82 @@ # Created by: rskinner port_maintainer@herveybayaustralia.com.au # $FreeBSD$ PORTNAME= nss_ldap PORTVERSION= ${NSS_LDAP_VERSION} +PORTREVISION= 1 CATEGORIES= net linux MASTER_SITES= ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/updates/testing/10/i386/ \ http://archives.fedoraproject.org/pub/archive/fedora/linux/updates/testing/10/i386/ \ http://herveybayaustralia.com.au/ports/distfiles/ -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${NSS_LDAP_VERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= RFC 2307 NSS Module (Linux Fedora 10) #LICENSE= GPLv2 #NO_LICENSES_INSTALL=yes # license framework does not rm the "share" directory OPTIONS_DEFINE= DOCS PAM NSS_LDAP_VERSION=264 +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_PREFIX=yes -LINUX_DIST_VER= 10 + RPMVERSION= 6.fc10 USE_LDCONFIG= yes DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${NSS_LDAP_VERSION} MANPREFIX= ${PREFIX}/usr/share OPTIONS_SUB= yes PORTDOCS= ANNOUNCE.nss_ldap AUTHORS.nss_ldap COPYING.nss_ldap \ ChangeLog.nss_ldap NEWS.nss_ldap README.TLS README.nss_ldap \ ldap.conf.nss_ldap ldapns.schema ns-pwd-policy.schema \ nsswitch.ldap .include .if ${PORT_OPTIONS:MPAM} PORTDOCS+= AUTHORS.pam_ldap COPYING.LIB.pam_ldap COPYING.pam_ldap \ ChangeLog.pam_ldap NEWS.pam_ldap README.pam_ldap \ ldap.conf.pam_ldap pam.d/chfn pam.d/chsh pam.d/ftp \ pam.d/gdm pam.d/halt pam.d/imap pam.d/kde pam.d/linuxconf \ pam.d/linuxconf-pair pam.d/login pam.d/mcserv pam.d/other \ pam.d/passwd pam.d/pop pam.d/poweroff pam.d/ppp pam.d/reboot \ pam.d/rexec pam.d/rlogin pam.d/rsh pam.d/samba pam.d/shutdown \ pam.d/ssh pam.d/su pam.d/vlock pam.d/xdm pam.d/xlock \ pam.d/xscreensaver pam.d/xserver .endif pre-fetch: .if !${PORT_OPTIONS:MPAM} @${ECHO_MSG} "Select PAM if you require more advanced ldap support in the linuxulator" .endif post-extract: @if [ -f ${WRKDIR}/etc/ldap.conf ]; then \ ${MV} ${WRKDIR}/etc/ldap.conf ${WRKDIR}/etc/ldap.conf.dist; \ fi .if !${PORT_OPTIONS:MPAM} @if [ -f ${WRKDIR}/lib/security/pam_ldap.so ]; then \ ${RM} -rf ${WRKDIR}/lib/; \ fi @if [ -f ${WRKDIR}/usr/share/doc/${PORTNAME}-${NSS_LDAP_VERSION}/COPYING.pam_ldap ]; then \ ${RM} ${WRKDIR}/usr/share/doc/${PORTNAME}-${NSS_LDAP_VERSION}/*.pam*; \ ${RM} -rf ${WRKDIR}/usr/share/doc/${PORTNAME}-${NSS_LDAP_VERSION}/pam.d; \ fi @if [ -f ${WRKDIR}/usr/share/man/man5/pam_ldap.5.gz ]; then \ ${RM} ${WRKDIR}/usr/share/man/man5/pam_ldap.5.gz; \ fi .else .if !${PORT_OPTIONS:MDOCS} @if [ -d ${WRKDIR}/usr/share/doc/${PORTNAME}-${NSS_LDAP_VERSION}/pam.d ]; then \ ${RM} -rf ${WRKDIR}/usr/share/doc/${PORTNAME}-${NSS_LDAP_VERSION}/pam.d/; \ fi .endif .endif .include Index: head/net/linux-f10-openldap/Makefile =================================================================== --- head/net/linux-f10-openldap/Makefile (revision 368844) +++ head/net/linux-f10-openldap/Makefile (revision 368845) @@ -1,34 +1,33 @@ # Created by: peter # $FreeBSD$ PORTNAME= openldap PORTVERSION= 2.4.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Lightweight Directory Access Protocol libraries (Linux Fedora 10) +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 1.fc10 USE_LDCONFIG= yes DESCR= ${.CURDIR}/../openldap24-server/pkg-descr PLIST_FILES= usr/lib/liblber-2.4.so.2 usr/lib/liblber-2.4.so.2.2.0 usr/lib/libldap-2.4.so.2 usr/lib/libldap-2.4.so.2.2.0 usr/lib/libldap_r-2.4.so.2 usr/lib/libldap_r-2.4.so.2.2.0 etc/openldap usr/share/man/man5/ldap.conf.5.gz usr/share/man/man5/ldif.5.gz DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= ANNOUNCEMENT CHANGES COPYRIGHT LICENSE README # do not install any openldap configuration directories/files post-extract: ${RM} -rf ${WRKSRC}/etc # use a native openldap configuration directories/files post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc ${LN} -sf ${LOCALBASE}/etc/openldap ${STAGEDIR}${PREFIX}/etc/openldap .include Index: head/net-im/Makefile =================================================================== --- head/net-im/Makefile (revision 368844) +++ head/net-im/Makefile (revision 368845) @@ -1,170 +1,171 @@ # $FreeBSD$ # COMMENT = Instant messaging SUBDIR += ayttm SUBDIR += bsflite SUBDIR += centerim SUBDIR += centerim-devel SUBDIR += chattahoochie SUBDIR += cicquin SUBDIR += cjc SUBDIR += climm SUBDIR += coccinella SUBDIR += convey SUBDIR += echat SUBDIR += ejabberd SUBDIR += ekiga SUBDIR += emesene SUBDIR += empathy SUBDIR += farsight2 SUBDIR += finch SUBDIR += folks SUBDIR += folks04 SUBDIR += freetalk SUBDIR += fugu SUBDIR += gajim SUBDIR += gale SUBDIR += gloox SUBDIR += hotot SUBDIR += icb SUBDIR += icmpchat SUBDIR += icqlib SUBDIR += imspector SUBDIR += jabber SUBDIR += jabber-pyicq SUBDIR += jabber.el SUBDIR += jabberd SUBDIR += jarl SUBDIR += jggtrans SUBDIR += jitsi SUBDIR += kde-telepathy SUBDIR += kmess-kde4 SUBDIR += kopete-kde4 SUBDIR += ktp-accounts-kcm SUBDIR += ktp-approver SUBDIR += ktp-auth-handler SUBDIR += ktp-common-internals SUBDIR += ktp-contact-list SUBDIR += ktp-contact-runner SUBDIR += ktp-filetransfer-handler SUBDIR += ktp-kded-integration-module SUBDIR += ktp-send-file SUBDIR += ktp-text-ui SUBDIR += libjreen SUBDIR += libnice SUBDIR += libpurple SUBDIR += libtelepathy SUBDIR += libyahoo2 SUBDIR += licq SUBDIR += licq-icq SUBDIR += licq-jabber SUBDIR += licq-msn SUBDIR += licq-osd SUBDIR += licq-qt-gui SUBDIR += linux-instantbird SUBDIR += loudmouth SUBDIR += mbpurple SUBDIR += mcabber SUBDIR += meanwhile SUBDIR += mikutter SUBDIR += mu-conference SUBDIR += naim SUBDIR += openfire SUBDIR += p5-AnyEvent-XMPP SUBDIR += p5-DJabberd SUBDIR += p5-Jabber-Connection SUBDIR += p5-Jabber-Lite SUBDIR += p5-Jabber-SimpleSend SUBDIR += p5-Net-AIM SUBDIR += p5-Net-AOLIM SUBDIR += p5-Net-Async-XMPP SUBDIR += p5-Net-ICQ2000 SUBDIR += p5-Net-Jabber SUBDIR += p5-Net-NetSend SUBDIR += p5-Net-OSCAR SUBDIR += p5-Net-Stomp SUBDIR += p5-Net-XMPP SUBDIR += p5-Net-XMPP2 SUBDIR += p5-Protocol-XMPP SUBDIR += p5-SOAP-Transport-JABBER SUBDIR += papyon SUBDIR += pebrot SUBDIR += pecl-stomp SUBDIR += pidgin SUBDIR += pidgin-audacious-remote SUBDIR += pidgin-birthday-reminder SUBDIR += pidgin-bs SUBDIR += pidgin-fetion SUBDIR += pidgin-guifications SUBDIR += pidgin-hotkeys SUBDIR += pidgin-latex SUBDIR += pidgin-libnotify SUBDIR += pidgin-manualsize SUBDIR += pidgin-osd SUBDIR += pidgin-pidgimpd SUBDIR += pidgin-privacy-please SUBDIR += pidgin-rhythmbox SUBDIR += pidgin-sipe SUBDIR += pidgin-skype SUBDIR += pidgin-twitter SUBDIR += plasma-applet-ktp SUBDIR += pork SUBDIR += prosody SUBDIR += psi SUBDIR += psimedia SUBDIR += pwytter SUBDIR += py-jabber SUBDIR += py-jabberbot SUBDIR += py-libturpial SUBDIR += py-punjab SUBDIR += py-pyxmpp SUBDIR += py-skype4py SUBDIR += py-twistedWords SUBDIR += py-xmpppy SUBDIR += py-xmpppy-irc SUBDIR += py-xmpppy-yahoo SUBDIR += qq SUBDIR += qwit SUBDIR += qwit-devel SUBDIR += qxmpp SUBDIR += ramblercontacts SUBDIR += rubygem-earthquake SUBDIR += rubygem-hipchat SUBDIR += rubygem-lita SUBDIR += rubygem-termtter SUBDIR += rubygem-tinder SUBDIR += sendxmpp SUBDIR += skype SUBDIR += skype-devel + SUBDIR += skype4 SUBDIR += telepathy-butterfly SUBDIR += telepathy-farsight SUBDIR += telepathy-gabble SUBDIR += telepathy-glib SUBDIR += telepathy-haze SUBDIR += telepathy-idle SUBDIR += telepathy-logger SUBDIR += telepathy-logger-qt4 SUBDIR += telepathy-mission-control SUBDIR += telepathy-python SUBDIR += telepathy-qt4 SUBDIR += telepathy-salut SUBDIR += telepathy-sofiasip SUBDIR += tkabber SUBDIR += tkabber-plugins SUBDIR += tkabbur SUBDIR += tox SUBDIR += toxic SUBDIR += ttytter SUBDIR += turpial SUBDIR += twirssi SUBDIR += twitmail SUBDIR += uTox SUBDIR += vacuum-im SUBDIR += venom SUBDIR += vqcc-gtk SUBDIR += yoono SUBDIR += zephyr .include Index: head/net-im/skype4/Makefile =================================================================== --- head/net-im/skype4/Makefile (nonexistent) +++ head/net-im/skype4/Makefile (revision 368845) @@ -0,0 +1,62 @@ +# Created by: netchild@FreeBSD.org +# $FreeBSD$ + +PORTNAME= skype +PORTVERSION= 4.3.0.37 +PORTEPOCH= 1 +CATEGORIES= net-im +MASTER_SITES= http://download.skype.com/linux/ +PKGNAMESUFFIX= 4 + +MAINTAINER= xmj@chaot.net +COMMENT= P2P VoIP software + +CONFLICTS= skype-devel-[0-9]* + +OPTIONS_DEFINE= VIDEO +OPTIONS_DEFAULT= VIDEO + +NO_BUILD= yes + +USES= desktop-file-utils tar:bzip2 +USE_LINUX= yes +USE_LINUX_APPS+= fontconfig xorglibs qt47 qt47-x11 qt47-webkit libsndfile openssl-compat pulseaudio-libs tcp_wrappers-libs flac libasyncns + +RESTRICTED= Redistribution prohibited. + +SKYPEDIR= share/skype +PORTDOCS= LICENSE README +PLIST_SUB+= SKYPEDIR=${SKYPEDIR} +SUB_FILES= skype.sh +SUB_LIST+= SKYPEDIR=${SKYPEDIR} + +#NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver +#NVIDIA_GL_USE= LINUX_APPS=xorglibs +#NVIDIA_GL_USE_OFF= LINUX_APPS=dri + +.include +.if ${PORT_OPTIONS:MVIDEO} +RUN_DEPENDS+= webcamd>0:${PORTSDIR}/multimedia/webcamd +USE_LINUX_APPS+= libv4l +SUB_LIST+= VIDEO="LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so " +.else +SUB_LIST+= VIDEO="" +.endif + +do-install: + @${INSTALL} -d ${STAGEDIR}${PREFIX}/share/applications + @${INSTALL_DATA} ${WRKSRC}/skype.desktop ${STAGEDIR}${PREFIX}/share/applications/ + @${INSTALL_DATA} ${WRKSRC}/icons/SkypeBlue_48x48.png ${STAGEDIR}${PREFIX}/share/pixmaps/skype.png + @cd ${WRKSRC}/ && ${MKDIR} ${STAGEDIR}${PREFIX}/${SKYPEDIR} && ${COPYTREE_SHARE} "avatars icons sounds lang" ${STAGEDIR}${PREFIX}/${SKYPEDIR}/ + +# The binary main program + @${INSTALL_PROGRAM} ${WRKSRC}/skype ${STAGEDIR}${PREFIX}/${SKYPEDIR}/ + +# The wrapper for main program + @${INSTALL_SCRIPT} ${WRKDIR}/skype.sh ${STAGEDIR}${PREFIX}/bin/skype + +# Documentation + @${INSTALL} -d ${STAGEDIR}${DOCSDIR} + @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + +.include Property changes on: head/net-im/skype4/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/skype4/distinfo =================================================================== --- head/net-im/skype4/distinfo (nonexistent) +++ head/net-im/skype4/distinfo (revision 368845) @@ -0,0 +1,2 @@ +SHA256 (skype-4.3.0.37.tar.bz2) = 8c99dc3978a588fb13303df7c8134379fb55b8dd460efefbc79ae594269b892d +SIZE (skype-4.3.0.37.tar.bz2) = 19310701 Property changes on: head/net-im/skype4/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/skype4/files/skype.sh.in =================================================================== --- head/net-im/skype4/files/skype.sh.in (nonexistent) +++ head/net-im/skype4/files/skype.sh.in (revision 368845) @@ -0,0 +1,3 @@ +#!/compat/linux/bin/sh +%%VIDEO%% %%PREFIX%%/%%SKYPEDIR%%/skype --resources=%%PREFIX%%/%%SKYPEDIR%% --disable-api $@ + Property changes on: head/net-im/skype4/files/skype.sh.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/skype4/pkg-descr =================================================================== --- head/net-im/skype4/pkg-descr (nonexistent) +++ head/net-im/skype4/pkg-descr (revision 368845) @@ -0,0 +1,5 @@ +Skype is a free program that uses the latest P2P technology to bring +affordable and high-quality voice communications to people all over +the world. + +WWW: http://www.skype.com/ Property changes on: head/net-im/skype4/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/skype4/pkg-message =================================================================== --- head/net-im/skype4/pkg-message (nonexistent) +++ head/net-im/skype4/pkg-message (revision 368845) @@ -0,0 +1,101 @@ +1. Minimum OS version. + +Skype is a Linux binary package that we run on FreeBSD via our Linux compat. +In order for Skype to work OK, you need your kernel and modules to be: +- post 2011-05-03 in on HEAD +- post 2011-05-08 in on 7,8-STABLE +The port tries to check for this, but there is a smaller or bigger interval for +which this can't be done automatically. So in case of any trouble please make +sure you run kernel/modules built from sources after above dates. +Tests were only done on HEAD and 8-STABLE with linux-fc10, and I don't think it +can work with fc4. + + +2. Sound + +Since the OSS interface was removed, Skype now uses linux-alsa compat packages. +By default you get one device corresponding to your default OSS dsp device (so +Skype will use it for ringing, incoming voice and mic). If that doesn't suit +needs, you can map the other dsp devices for example by editing +/compat/linux/etc/alsa/pcm/pcm-oss.conf. You need to (re)start Skype after you +edit this file in order to get Skype pick up the changes. +Adding the following to the stock file, and then starting Skype and choosing +in Options-->Sound Devices: Speakers: oss1 +will let you use the second dsp (usually the front panel connectors for your +headphones, while still hearing the call ringing and other notification on the +first dsp device (presumably the one you connect your speakers to). +pcm.oss1 { + type oss + device /dev/dsp1 + hint { + description "Open Sound System" + } +} + +ctl.oss1 { + type oss + device /dev/mixer1 + hint { + description "Open Sound System" + } +} + + +3. Video + +3.1. Receiving video +Should work out of the box. Please make sure you have +Options --> Video Devices --> Enable Skype Video checked. + +3.2. Sending video +Skype uses /dev/videoX (usually /dev/video0). This device node is created by +the drivers for your webcam (eg. multimedia/webcamd). If you selected the VIDEO +option (default) multimedia/webcamd will be pulled in. +First please make sure your webcam works with the drivers webcamd provides; you +can use multimedia/pwcview's pwcview(1) to check that you get a good image from +your webcam; if you get a good image, you will get video in Skype also. + +It also uses v4l2 interface hence you very likely need to have linux_v4l2wrapper +kernel module (which you either have in base on recent HEAD or the port will +install for you); you need to load the module before stating Skype: +# kldload linux_v4l2wrapper +To make it permanent you can: +# echo 'linux_v4l2wrapper_load="YES"' >> /boot/loader.conf + + +4. SMSes + +You can send SMSes with this version (provided you have Skype credit, of course). +Check Options --> SMS for details. + + +5. Screen sharing + +You should be able to receive and send. +Please make sure you have Options --> Video Devices --> Enable Skype Video +checked to use this feature (yes, even if you don't use video). + + +6. Skype Access + +Doesn't work and it is likely not very probable it will ever work since it +uses a lot of Linux-specific things. + + +7. Next version ... + +.. is in net-im/skype-devel. It probably works worse that this version. Use it +at your own risk. + + +8. Problems and bug reports + +First of all, please understand that this is a closed, binary Linux application +that makes use for some more-or-less cutting edge Linux features/interfaces, +etc. As such, making it work on FreeBSD is mainly a question of keeping our +linuxulator as close as possible to the Linux kernel, and our Linux compat +ports up to date. + +When reporting problems at very least we need to know the output of: +$ uname -a; sysctl compat.linux | head -2; grep OVERRIDE_LINUX_ /etc/make.conf +the skype version you are using, and hardware details (eg. webcam) if related. Property changes on: head/net-im/skype4/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/skype4/pkg-plist =================================================================== --- head/net-im/skype4/pkg-plist (nonexistent) +++ head/net-im/skype4/pkg-plist (revision 368845) @@ -0,0 +1,145 @@ +bin/skype +share/pixmaps/skype.png +share/applications/skype.desktop +%%SKYPEDIR%%/avatars/Angel Skype.png +%%SKYPEDIR%%/avatars/Architect Skype.png +%%SKYPEDIR%%/avatars/Beach Skype.png +%%SKYPEDIR%%/avatars/Behind Skype.png +%%SKYPEDIR%%/avatars/Business Skype.png +%%SKYPEDIR%%/avatars/Call Me Sweetheart.png +%%SKYPEDIR%%/avatars/Call Me.png +%%SKYPEDIR%%/avatars/Carnaval Skype.png +%%SKYPEDIR%%/avatars/Chic Skype.png +%%SKYPEDIR%%/avatars/Christmas Skype.png +%%SKYPEDIR%%/avatars/College Skype.png +%%SKYPEDIR%%/avatars/DIY Skype.png +%%SKYPEDIR%%/avatars/DJ Skype.png +%%SKYPEDIR%%/avatars/Desert Skype.png +%%SKYPEDIR%%/avatars/Designer Skype.png +%%SKYPEDIR%%/avatars/Devil Skype.png +%%SKYPEDIR%%/avatars/Earbud Skype.png +%%SKYPEDIR%%/avatars/Empire Skype.png +%%SKYPEDIR%%/avatars/Fax Skype.png +%%SKYPEDIR%%/avatars/Geisha Skype.png +%%SKYPEDIR%%/avatars/Hula Skype.png +%%SKYPEDIR%%/avatars/Make Skype Not War.png +%%SKYPEDIR%%/avatars/Metal Skype.png +%%SKYPEDIR%%/avatars/Ninja Skype.png +%%SKYPEDIR%%/avatars/Party Skype.png +%%SKYPEDIR%%/avatars/Pop Skype.png +%%SKYPEDIR%%/avatars/Rice Skype.png +%%SKYPEDIR%%/avatars/Skypahontas.png +%%SKYPEDIR%%/avatars/Skype 502.png +%%SKYPEDIR%%/avatars/Skype Aid.png +%%SKYPEDIR%%/avatars/Skype Artiste.png +%%SKYPEDIR%%/avatars/Skype Beauty.png +%%SKYPEDIR%%/avatars/Skype Bling.png +%%SKYPEDIR%%/avatars/Skype Boarder.png +%%SKYPEDIR%%/avatars/Skype Brrr... .png +%%SKYPEDIR%%/avatars/Skype Candy.png +%%SKYPEDIR%%/avatars/Skype Cola.png +%%SKYPEDIR%%/avatars/Skype Cool Shades.png +%%SKYPEDIR%%/avatars/Skype Extreme.png +%%SKYPEDIR%%/avatars/Skype Goaaaaal.png +%%SKYPEDIR%%/avatars/Skype Headset.png +%%SKYPEDIR%%/avatars/Skype Jah.png +%%SKYPEDIR%%/avatars/Skype Jyve.png +%%SKYPEDIR%%/avatars/Skype Safety.png +%%SKYPEDIR%%/avatars/Skype San.png +%%SKYPEDIR%%/avatars/Skype Shorty.png +%%SKYPEDIR%%/avatars/Skype Smiley.png +%%SKYPEDIR%%/avatars/Skype Time.png +%%SKYPEDIR%%/avatars/Skype in a Bag.png +%%SKYPEDIR%%/avatars/Skype-a-Manger.png +%%SKYPEDIR%%/avatars/Skype-ahoy.png +%%SKYPEDIR%%/avatars/Skype-in-one.png +%%SKYPEDIR%%/avatars/Skype.png +%%SKYPEDIR%%/avatars/Skypers of the Caribbean.png +%%SKYPEDIR%%/avatars/Star Skype.png +%%SKYPEDIR%%/avatars/Sushi Skype.png +%%SKYPEDIR%%/avatars/The Skypeness.png +%%SKYPEDIR%%/avatars/Travel Skype.png +%%SKYPEDIR%%/avatars/Wetsuit Skype.png +%%SKYPEDIR%%/avatars/Yin Yang Skype.png +%%SKYPEDIR%%/icons/SkypeBlue_128x128.png +%%SKYPEDIR%%/icons/SkypeBlue_16x16.png +%%SKYPEDIR%%/icons/SkypeBlue_24x24.png +%%SKYPEDIR%%/icons/SkypeBlue_256x256.png +%%SKYPEDIR%%/icons/SkypeBlue_32x32.png +%%SKYPEDIR%%/icons/SkypeBlue_48x48.png +%%SKYPEDIR%%/icons/SkypeBlue_64x64.png +%%SKYPEDIR%%/icons/SkypeBlue_96x96.png +%%SKYPEDIR%%/lang/skype_bg.qm +%%SKYPEDIR%%/lang/skype_bg.ts +%%SKYPEDIR%%/lang/skype_cs.qm +%%SKYPEDIR%%/lang/skype_cs.ts +%%SKYPEDIR%%/lang/skype_de.qm +%%SKYPEDIR%%/lang/skype_de.ts +%%SKYPEDIR%%/lang/skype_en.qm +%%SKYPEDIR%%/lang/skype_en.ts +%%SKYPEDIR%%/lang/skype_es.qm +%%SKYPEDIR%%/lang/skype_es.ts +%%SKYPEDIR%%/lang/skype_et.qm +%%SKYPEDIR%%/lang/skype_et.ts +%%SKYPEDIR%%/lang/skype_fr.qm +%%SKYPEDIR%%/lang/skype_fr.ts +%%SKYPEDIR%%/lang/skype_it.qm +%%SKYPEDIR%%/lang/skype_it.ts +%%SKYPEDIR%%/lang/skype_ja.qm +%%SKYPEDIR%%/lang/skype_ja.ts +%%SKYPEDIR%%/lang/skype_ko.qm +%%SKYPEDIR%%/lang/skype_ko.ts +%%SKYPEDIR%%/lang/skype_lt.qm +%%SKYPEDIR%%/lang/skype_lt.ts +%%SKYPEDIR%%/lang/skype_lv.qm +%%SKYPEDIR%%/lang/skype_lv.ts +%%SKYPEDIR%%/lang/skype_no.qm +%%SKYPEDIR%%/lang/skype_no.ts +%%SKYPEDIR%%/lang/skype_pl.qm +%%SKYPEDIR%%/lang/skype_pl.ts +%%SKYPEDIR%%/lang/skype_pt_br.qm +%%SKYPEDIR%%/lang/skype_pt_br.ts +%%SKYPEDIR%%/lang/skype_pt_pt.qm +%%SKYPEDIR%%/lang/skype_pt_pt.ts +%%SKYPEDIR%%/lang/skype_ro.qm +%%SKYPEDIR%%/lang/skype_ro.ts +%%SKYPEDIR%%/lang/skype_ru.qm +%%SKYPEDIR%%/lang/skype_ru.ts +%%SKYPEDIR%%/lang/skype_th.qm +%%SKYPEDIR%%/lang/skype_th.ts +%%SKYPEDIR%%/lang/skype_tr.qm +%%SKYPEDIR%%/lang/skype_tr.ts +%%SKYPEDIR%%/lang/skype_uk.qm +%%SKYPEDIR%%/lang/skype_uk.ts +%%SKYPEDIR%%/lang/skype_zh_s.qm +%%SKYPEDIR%%/lang/skype_zh_s.ts +%%SKYPEDIR%%/lang/skype_zh_t.qm +%%SKYPEDIR%%/lang/skype_zh_t.ts +%%SKYPEDIR%%/skype +%%SKYPEDIR%%/sounds/CallBusy.wav +%%SKYPEDIR%%/sounds/CallConnecting.wav +%%SKYPEDIR%%/sounds/CallFailed.wav +%%SKYPEDIR%%/sounds/CallHangup.wav +%%SKYPEDIR%%/sounds/CallHold.wav +%%SKYPEDIR%%/sounds/CallRemoteHangup.wav +%%SKYPEDIR%%/sounds/CallResume.wav +%%SKYPEDIR%%/sounds/CallRingingIn.wav +%%SKYPEDIR%%/sounds/CallRingingOut.wav +%%SKYPEDIR%%/sounds/ChatIncoming.wav +%%SKYPEDIR%%/sounds/ChatIncomingInitial.wav +%%SKYPEDIR%%/sounds/ChatOutgoing.wav +%%SKYPEDIR%%/sounds/ContactAdded.wav +%%SKYPEDIR%%/sounds/ContactAuthRequest.wav +%%SKYPEDIR%%/sounds/ContactOffline.wav +%%SKYPEDIR%%/sounds/ContactOnline.wav +%%SKYPEDIR%%/sounds/SkypeLogin.wav +%%SKYPEDIR%%/sounds/SkypeLogout.wav +%%SKYPEDIR%%/sounds/TransferComplete.wav +%%SKYPEDIR%%/sounds/TransferFailed.wav +%%SKYPEDIR%%/sounds/TransferRequest.wav +%%SKYPEDIR%%/sounds/VoicemailReceived.wav +@dirrm %%SKYPEDIR%%/sounds +@dirrm %%SKYPEDIR%%/lang +@dirrm %%SKYPEDIR%%/icons +@dirrm %%SKYPEDIR%%/avatars +@dirrm %%SKYPEDIR%% Property changes on: head/net-im/skype4/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/print/Makefile =================================================================== --- head/print/Makefile (revision 368844) +++ head/print/Makefile (revision 368845) @@ -1,259 +1,260 @@ # $FreeBSD$ # COMMENT = Desktop publishing SUBDIR += a2pdf SUBDIR += a2ps SUBDIR += abc2mtex SUBDIR += abcm2ps SUBDIR += adobe-cmaps SUBDIR += afm SUBDIR += alignmargins SUBDIR += ansiprint SUBDIR += apsfilter SUBDIR += asprint SUBDIR += auctex SUBDIR += axpoint SUBDIR += bibcursed SUBDIR += biblio-py SUBDIR += bibview SUBDIR += c2ps SUBDIR += catdvi SUBDIR += cdlabelgen SUBDIR += cloudprint SUBDIR += cm-super SUBDIR += cups SUBDIR += cups-base SUBDIR += cups-bjnp SUBDIR += cups-client SUBDIR += cups-cloud-print SUBDIR += cups-filters SUBDIR += cups-fxlinuxprint SUBDIR += cups-image SUBDIR += cups-pdf SUBDIR += cups-pk-helper SUBDIR += cups-pstoraster SUBDIR += cups-smb-backend SUBDIR += deforaos-pdfviewer SUBDIR += detex SUBDIR += dot2tex SUBDIR += dvi2tty SUBDIR += dvips2ascii SUBDIR += dvisvg SUBDIR += easylatex SUBDIR += enscript-a4 SUBDIR += enscript-letter SUBDIR += enscript-letterdj SUBDIR += enscriptfonts SUBDIR += epsonepl SUBDIR += flpsed SUBDIR += font-amsfonts SUBDIR += font2svg SUBDIR += fontforge SUBDIR += foo2zjs SUBDIR += foomatic-db SUBDIR += foomatic-db-engine SUBDIR += foomatic-db-hpijs SUBDIR += foomatic-filters SUBDIR += foxitreader SUBDIR += fpdf SUBDIR += freetype SUBDIR += freetype2 SUBDIR += frescobaldi SUBDIR += ft2demos SUBDIR += ggv SUBDIR += ghostscript8 SUBDIR += ghostscript8-nox11 SUBDIR += ghostscript9 SUBDIR += ghostscript9-agpl SUBDIR += ghostscript9-agpl-nox11 SUBDIR += ghostscript9-nox11 SUBDIR += gimp-gutenprint SUBDIR += gl2ps SUBDIR += gnome-cups-manager SUBDIR += gnome-specimen SUBDIR += gnomephotoprinter SUBDIR += gribouy SUBDIR += gsfonts SUBDIR += gspdf SUBDIR += gsview SUBDIR += gtklp SUBDIR += gutenprint SUBDIR += gutenprint-base SUBDIR += gutenprint-cups SUBDIR += gutenprint-foomatic SUBDIR += gutenprint-ijs SUBDIR += gv SUBDIR += harfbuzz SUBDIR += hp2xx SUBDIR += hpijs SUBDIR += hplip SUBDIR += hplip-plugin SUBDIR += hs-hscolour SUBDIR += html2latex SUBDIR += html2ps SUBDIR += hyperlatex SUBDIR += indexinfo SUBDIR += jabref SUBDIR += kde4-print-manager SUBDIR += kde_poster SUBDIR += kover SUBDIR += kpdftool SUBDIR += latex-ltablex SUBDIR += latex-resume SUBDIR += latex2rtf SUBDIR += latexdiff SUBDIR += latexmk SUBDIR += libgnomecups SUBDIR += libgnomeprint SUBDIR += libgnomeprint-reference SUBDIR += libgnomeprintmm SUBDIR += libharu SUBDIR += libijs SUBDIR += libmspub SUBDIR += libotf SUBDIR += libpaper SUBDIR += libppd SUBDIR += libspectre SUBDIR += lilypond SUBDIR += lilypond-devel + SUBDIR += linux-c6-cups-libs SUBDIR += linux-f10-cups-libs SUBDIR += lout SUBDIR += lpr-wrapper SUBDIR += lprps SUBDIR += lyx SUBDIR += magicfilter SUBDIR += makeindex SUBDIR += mftrace SUBDIR += min12xxw SUBDIR += mp-a4 SUBDIR += mp-letter SUBDIR += mpage SUBDIR += mup SUBDIR += musixtex SUBDIR += muttprint SUBDIR += nenscript SUBDIR += openprinting SUBDIR += p5-Font-FreeType SUBDIR += p5-Net-CUPS SUBDIR += p5-Net-Printer SUBDIR += p5-PDF-Template SUBDIR += p5-PDFLib SUBDIR += p5-PostScript SUBDIR += p5-PostScript-PPD SUBDIR += p5-PostScript-Simple SUBDIR += p5-Text-PDF SUBDIR += p5-XML-ApacheFOP SUBDIR += p910nd SUBDIR += panda SUBDIR += papersize-default-a4 SUBDIR += papersize-default-letter SUBDIR += paps SUBDIR += pcal SUBDIR += pdf-renderer SUBDIR += pdf4tcl SUBDIR += pdfbox SUBDIR += pdfcube SUBDIR += pdfjam SUBDIR += pdflib SUBDIR += pdflib-perl SUBDIR += pdftk SUBDIR += pear-File_PDF SUBDIR += pecl-haru SUBDIR += pecl-pdflib SUBDIR += pecl-ps SUBDIR += pfbtopfa SUBDIR += photoprint SUBDIR += pic2fig SUBDIR += pkfonts118 SUBDIR += pkfonts240 SUBDIR += pkfonts300 SUBDIR += pkfonts360 SUBDIR += pkfonts400 SUBDIR += pkfonts600 SUBDIR += pkipplib SUBDIR += pkpgcounter SUBDIR += pmw SUBDIR += poster SUBDIR += ps2eps SUBDIR += pscal SUBDIR += psdim SUBDIR += pslib SUBDIR += pstotext SUBDIR += psutils SUBDIR += pup SUBDIR += py-cups SUBDIR += py-fonttools SUBDIR += py-pdf SUBDIR += py-pollyreports SUBDIR += py-preppy SUBDIR += py-pyscript SUBDIR += py-relatorio SUBDIR += py-reportlab SUBDIR += py-reportlab1 SUBDIR += py-reportlab2 SUBDIR += py-rtf SUBDIR += py-trml2pdf SUBDIR += qpdf SUBDIR += qpdfview SUBDIR += qt5-printsupport SUBDIR += rlpr SUBDIR += rprint SUBDIR += rtf2latex2e SUBDIR += rubygem-afm SUBDIR += rubygem-color SUBDIR += rubygem-colortools SUBDIR += rubygem-pdf-core SUBDIR += rubygem-pdf-reader SUBDIR += rubygem-pdfwriter SUBDIR += rubygem-prawn SUBDIR += rubygem-prawn-core SUBDIR += rubygem-prawn-flexible-table SUBDIR += rubygem-prawn-format SUBDIR += rubygem-prawn-graph SUBDIR += rubygem-prawn-js SUBDIR += rubygem-prawn-layout SUBDIR += rubygem-prawn-security SUBDIR += rubygem-prawn-svg SUBDIR += rubygem-ttfunk SUBDIR += scribus SUBDIR += sgf2tex SUBDIR += splix SUBDIR += system-config-printer SUBDIR += t1utils SUBDIR += tex SUBDIR += tex-aleph SUBDIR += tex-dvipdfmx SUBDIR += tex-dvipsk SUBDIR += tex-formats SUBDIR += tex-jadetex SUBDIR += tex-luatex SUBDIR += tex-ptexenc SUBDIR += tex-xdvik SUBDIR += tex-xetex SUBDIR += tex-xmltex SUBDIR += texinfo SUBDIR += texlive-base SUBDIR += texlive-docs SUBDIR += texlive-full SUBDIR += texlive-infra SUBDIR += texlive-texmf SUBDIR += texlive-texmf-source SUBDIR += texvc SUBDIR += tgif2tex SUBDIR += transfig SUBDIR += trueprint SUBDIR += ttf2pt1 SUBDIR += ttfquery SUBDIR += ttftot42 SUBDIR += txtbdf2ps SUBDIR += typetools SUBDIR += utopia SUBDIR += xfce4-print SUBDIR += xmbibtex SUBDIR += xpp SUBDIR += xtexsh SUBDIR += yatex .include Index: head/print/linux-c6-cups-libs/Makefile =================================================================== --- head/print/linux-c6-cups-libs/Makefile (nonexistent) +++ head/print/linux-c6-cups-libs/Makefile (revision 368845) @@ -0,0 +1,23 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= cups-libs +PORTVERSION= 1.4.2 +CATEGORIES= print linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Common UNIX Printing System libraries + +USE_LINUX= c6 +USE_LINUX_RPM= yes +USE_LINUX_APPS= gnutls +SRC_DISTFILES= cups-${PORTVERSION}-${RPMVERSION}.src.rpm +LINUX_DIST_VER= 10 +RPMVERSION= 50.el6_4.5 +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 Property changes on: head/print/linux-c6-cups-libs/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/print/linux-c6-cups-libs/distinfo.i386 =================================================================== --- head/print/linux-c6-cups-libs/distinfo.i386 (nonexistent) +++ head/print/linux-c6-cups-libs/distinfo.i386 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i386/fedora/10/cups-libs-1.3.11-4.fc10.i386.rpm) = 979fae70de2aba6bbb641e7e237f063876adac6867e9bc21499a258cda5518d3 +SIZE (rpm/i386/fedora/10/cups-libs-1.3.11-4.fc10.i386.rpm) = 210499 +SHA256 (rpm/i386/fedora/10/cups-1.3.11-4.fc10.src.rpm) = 7a088d59d28b45ddc9bbf47f06dd3aa751eb70f4d314b0e84d90853928b65956 +SIZE (rpm/i386/fedora/10/cups-1.3.11-4.fc10.src.rpm) = 4472815 Property changes on: head/print/linux-c6-cups-libs/distinfo.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/print/linux-c6-cups-libs/distinfo.i686 =================================================================== --- head/print/linux-c6-cups-libs/distinfo.i686 (nonexistent) +++ head/print/linux-c6-cups-libs/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/cups-libs-1.4.2-50.el6_4.5.i686.rpm) = 14b82f9198a8acc9f8bd234e809d77d7861fe0ab8277aa1e06fae7bc02678741 +SIZE (rpm/i686/centos/6.5/cups-libs-1.4.2-50.el6_4.5.i686.rpm) = 333832 +SHA256 (rpm/i686/centos/6.5/cups-1.4.2-50.el6_4.5.src.rpm) = 27eae71ac5553ba298f2a03c2a629522146a39824437be45af9c2d1d2b85c824 +SIZE (rpm/i686/centos/6.5/cups-1.4.2-50.el6_4.5.src.rpm) = 4624446 Property changes on: head/print/linux-c6-cups-libs/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/print/linux-f10-cups-libs/Makefile =================================================================== --- head/print/linux-f10-cups-libs/Makefile (revision 368844) +++ head/print/linux-f10-cups-libs/Makefile (revision 368845) @@ -1,24 +1,22 @@ # Created by: Stas Timokhin # $FreeBSD$ PORTNAME= cups-libs PORTVERSION= 1.3.11 PORTREVISION= 1 CATEGORIES= print linux -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Common UNIX Printing System libraries +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= gnutls SRC_DISTFILES= cups-${PORTVERSION}-${RPMVERSION}.src.rpm -LINUX_DIST_VER= 10 RPMVERSION= 4.fc10 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libcups.so.2 usr/lib/libcupsimage.so.2 DESCR= ${.CURDIR}/../cups-base/pkg-descr .include Index: head/security/Makefile =================================================================== --- head/security/Makefile (revision 368844) +++ head/security/Makefile (revision 368845) @@ -1,1021 +1,1030 @@ # $FreeBSD$ # COMMENT = Security tools SUBDIR += ADMsmb SUBDIR += ADMsnmp SUBDIR += R-cran-ROAuth SUBDIR += R-cran-digest SUBDIR += aescrypt SUBDIR += aespipe SUBDIR += afterglow SUBDIR += aide SUBDIR += aimsniff SUBDIR += amap SUBDIR += amavis-stats SUBDIR += amavisd-milter SUBDIR += amavisd-new SUBDIR += apache-xml-security-c SUBDIR += apg SUBDIR += arirang SUBDIR += arm SUBDIR += arpCounterattack SUBDIR += authforce SUBDIR += autossh SUBDIR += avcheck SUBDIR += axTLS SUBDIR += barnyard2 SUBDIR += barnyard2-sguil SUBDIR += base SUBDIR += bcrypt SUBDIR += bcwipe SUBDIR += bdc SUBDIR += beecrypt SUBDIR += belier SUBDIR += bfbtester SUBDIR += binwalk SUBDIR += blindelephant SUBDIR += botan110 SUBDIR += bro SUBDIR += broccoli SUBDIR += bruteblock SUBDIR += bruteforceblocker SUBDIR += bsdsfv SUBDIR += bsmtrace SUBDIR += bugs SUBDIR += burpsuite SUBDIR += ca_root_nss SUBDIR += calife SUBDIR += ccrypt SUBDIR += ccsrch SUBDIR += cfs SUBDIR += cfv SUBDIR += chaosreader SUBDIR += checkpassword SUBDIR += checkpassword-pam SUBDIR += chntpw SUBDIR += chroot_safe SUBDIR += chrootuid SUBDIR += ckpass SUBDIR += cksfv SUBDIR += cl-md5 SUBDIR += cl-md5-sbcl SUBDIR += clamassassin SUBDIR += clamav SUBDIR += clamav-milter SUBDIR += clamav-unofficial-sigs SUBDIR += clamcour SUBDIR += clamd-stream-client SUBDIR += clamsmtp SUBDIR += clamtk SUBDIR += clusterssh SUBDIR += cmd5checkpw SUBDIR += cops SUBDIR += courier-authlib SUBDIR += courier-authlib-base SUBDIR += courierpassd SUBDIR += courierpasswd SUBDIR += courieruserinfo SUBDIR += cp2fwb SUBDIR += cracklib SUBDIR += crank SUBDIR += create-cert SUBDIR += cryptlib SUBDIR += cryptopp SUBDIR += cryptstring SUBDIR += cvm SUBDIR += cyassl SUBDIR += cyrus-sasl2 SUBDIR += cyrus-sasl2-gssapi SUBDIR += cyrus-sasl2-ldapdb SUBDIR += cyrus-sasl2-saslauthd SUBDIR += d0_blind_id SUBDIR += dcetest SUBDIR += ddos_scan SUBDIR += denyhosts SUBDIR += destroy SUBDIR += digest SUBDIR += dirbuster SUBDIR += dirmngr SUBDIR += distcache SUBDIR += dmitry SUBDIR += doorman SUBDIR += doscan SUBDIR += dradis SUBDIR += dropbear SUBDIR += dsniff SUBDIR += duo SUBDIR += easy-rsa SUBDIR += easypg SUBDIR += engine_pkcs11 SUBDIR += expiretable SUBDIR += f-prot SUBDIR += fakebo SUBDIR += fakeident SUBDIR += fakeroot SUBDIR += fbopenssl SUBDIR += fcheck SUBDIR += fcrackzip SUBDIR += fiked SUBDIR += find-zlib SUBDIR += firewalk SUBDIR += fl0p SUBDIR += flawfinder SUBDIR += fpc-hash SUBDIR += fpc-openssl SUBDIR += fpm2 SUBDIR += fprint_demo SUBDIR += fprintd SUBDIR += fragroute SUBDIR += fragrouter SUBDIR += fsh SUBDIR += fswatch SUBDIR += ftimes SUBDIR += fuzz SUBDIR += fuzzdb SUBDIR += fwanalog SUBDIR += fwbuilder SUBDIR += fwipe SUBDIR += fwknop SUBDIR += fwlogwatch SUBDIR += gag SUBDIR += gcipher SUBDIR += gnome-gpg SUBDIR += gnome-keyring SUBDIR += gnome-keyring-sharp SUBDIR += gnome-password-generator SUBDIR += gnome-ssh-askpass SUBDIR += gnomint SUBDIR += gnupg SUBDIR += gnupg1 SUBDIR += gnutls SUBDIR += go.crypto SUBDIR += goptlib SUBDIR += gorilla SUBDIR += gpa SUBDIR += gpasman SUBDIR += gpass SUBDIR += gpgdir SUBDIR += gpgme SUBDIR += gringotts SUBDIR += gsasl SUBDIR += gsfv SUBDIR += gss SUBDIR += gtk-knocker SUBDIR += gtkpasman SUBDIR += gwee SUBDIR += hackbot SUBDIR += hamachi SUBDIR += heimdal SUBDIR += hlfl SUBDIR += hmap SUBDIR += honggfuzz SUBDIR += hotssh SUBDIR += hs-Crypto SUBDIR += hs-DRBG SUBDIR += hs-HsOpenSSL SUBDIR += hs-RSA SUBDIR += hs-SHA SUBDIR += hs-certificate SUBDIR += hs-cipher-aes SUBDIR += hs-cipher-aes128 SUBDIR += hs-cipher-blowfish SUBDIR += hs-cipher-camellia SUBDIR += hs-cipher-des SUBDIR += hs-cipher-rc4 SUBDIR += hs-clientsession SUBDIR += hs-cprng-aes SUBDIR += hs-crypto-api SUBDIR += hs-crypto-cipher-types SUBDIR += hs-crypto-conduit SUBDIR += hs-crypto-numbers SUBDIR += hs-crypto-pubkey SUBDIR += hs-crypto-pubkey-types SUBDIR += hs-crypto-random SUBDIR += hs-crypto-random-api SUBDIR += hs-cryptocipher SUBDIR += hs-cryptohash SUBDIR += hs-cryptohash-conduit SUBDIR += hs-cryptohash-cryptoapi SUBDIR += hs-digest SUBDIR += hs-entropy SUBDIR += hs-gnutls SUBDIR += hs-monadcryptorandom SUBDIR += hs-pem SUBDIR += hs-pureMD5 SUBDIR += hs-pwstore-fast SUBDIR += hs-skein SUBDIR += hs-tls SUBDIR += hs-x509 SUBDIR += hs-x509-store SUBDIR += hs-x509-system SUBDIR += hs-x509-validation SUBDIR += httprint SUBDIR += hydra SUBDIR += i2p SUBDIR += iaikpkcs11wrapper SUBDIR += idea SUBDIR += identify SUBDIR += ifd-slb_rf60 SUBDIR += ike SUBDIR += ike-scan SUBDIR += integrit SUBDIR += ipfcount SUBDIR += ipfilter2dshield SUBDIR += ipfmeta SUBDIR += ipfw2dshield SUBDIR += ipfwcount SUBDIR += ipguard SUBDIR += ipsec-tools SUBDIR += ipv6toolkit SUBDIR += isakmpd SUBDIR += isnprober SUBDIR += jbrofuzz SUBDIR += john SUBDIR += kc SUBDIR += kedpm SUBDIR += keepassx SUBDIR += keepassx2 SUBDIR += keybase SUBDIR += keychain SUBDIR += keynote SUBDIR += keyprint SUBDIR += kgpg-kde4 SUBDIR += knock SUBDIR += knocker SUBDIR += kpcli SUBDIR += kqoauth SUBDIR += krb5 SUBDIR += krb5-appl SUBDIR += krb5-maint SUBDIR += kripp SUBDIR += kwalletmanager SUBDIR += l0pht-watch SUBDIR += l0phtcrack SUBDIR += l5 SUBDIR += lasso SUBDIR += libassuan SUBDIR += libbeid SUBDIR += libbf SUBDIR += libecc SUBDIR += libfprint SUBDIR += libgcrypt SUBDIR += libgnome-keyring SUBDIR += libgnomesu SUBDIR += libgpg-error SUBDIR += libgringotts SUBDIR += libident SUBDIR += libkpass SUBDIR += libksba SUBDIR += libmcrypt SUBDIR += libntlm SUBDIR += libotr SUBDIR += libotr3 SUBDIR += libp11 SUBDIR += libprelude SUBDIR += libpreludedb SUBDIR += libpwquality SUBDIR += libpwstor SUBDIR += libressl SUBDIR += libscrypt SUBDIR += libsecret SUBDIR += libsectok SUBDIR += libsodium SUBDIR += libsparkcrypto SUBDIR += libssh SUBDIR += libssh2 SUBDIR += libtasn1 SUBDIR += libtomcrypt SUBDIR += libwhisker SUBDIR += libyubikey + SUBDIR += linux-c6-libgpg-error + SUBDIR += linux-c6-libssh2 + SUBDIR += linux-c6-openssl + SUBDIR += linux-c6-libtasn1 + SUBDIR += linux-c6-nss + SUBDIR += linux-c6-gnutls + SUBDIR += linux-c6-cyrus-sasl2 + SUBDIR += linux-c6-openssl-compat + SUBDIR += linux-c6-libgcrypt SUBDIR += linux-f10-cyrus-sasl2 SUBDIR += linux-f10-gnutls SUBDIR += linux-f10-libgcrypt SUBDIR += linux-f10-libgpg-error SUBDIR += linux-f10-libssh2 SUBDIR += linux-f10-libtasn1 SUBDIR += linux-f10-nss SUBDIR += linux-f10-openssl SUBDIR += lockdown SUBDIR += log2timeline SUBDIR += logcheck SUBDIR += lsh SUBDIR += luasec SUBDIR += lynis SUBDIR += mac-robber SUBDIR += maia SUBDIR += mailzu SUBDIR += makepasswd SUBDIR += manipulate_data SUBDIR += masscan SUBDIR += massh SUBDIR += matrixssl SUBDIR += mcrypt SUBDIR += md4coll SUBDIR += md5coll SUBDIR += md5deep SUBDIR += mdcrack SUBDIR += medusa SUBDIR += meek SUBDIR += metasploit SUBDIR += mhash SUBDIR += mindterm-binary SUBDIR += monkeysphere SUBDIR += munge SUBDIR += mussh SUBDIR += nacl SUBDIR += ncrack SUBDIR += ncrypt SUBDIR += nessus SUBDIR += nessus-libnasl SUBDIR += nessus-libraries SUBDIR += nessus-plugins SUBDIR += netpgp SUBDIR += nettle SUBDIR += nikto SUBDIR += nmap SUBDIR += nmapsi4 SUBDIR += nss SUBDIR += oath-toolkit SUBDIR += obfsclient SUBDIR += obfsproxy SUBDIR += ocaml-cryptgps SUBDIR += ocaml-cryptokit SUBDIR += ocaml-ssl SUBDIR += oidentd SUBDIR += oinkmaster SUBDIR += op SUBDIR += openbsm SUBDIR += openbsm-devel SUBDIR += openca-tools-forked SUBDIR += opencdk SUBDIR += openconnect SUBDIR += opencryptoki SUBDIR += openct SUBDIR += openpgpsdk SUBDIR += opensaml2 SUBDIR += opensc SUBDIR += openscep SUBDIR += openssh-askpass SUBDIR += openssh-portable SUBDIR += openssh-portable-base SUBDIR += openssl SUBDIR += openssl_tpm_engine SUBDIR += openvas-client SUBDIR += openvas-libnasl SUBDIR += openvas-libraries SUBDIR += openvas-plugins SUBDIR += openvas-server SUBDIR += openvpn SUBDIR += openvpn-admin SUBDIR += openvpn-auth-ldap SUBDIR += openvpn-auth-radius SUBDIR += openvpn-devel SUBDIR += ophcrack SUBDIR += orthrus SUBDIR += osiris SUBDIR += ossec-hids-client SUBDIR += ossec-hids-local SUBDIR += ossec-hids-server SUBDIR += osslsigncode SUBDIR += outguess SUBDIR += p11-kit SUBDIR += p5-Apache-Htpasswd SUBDIR += p5-App-Genpass SUBDIR += p5-App-TLSMe SUBDIR += p5-Auth-YubikeyDecrypter SUBDIR += p5-AuthCAS SUBDIR += p5-Authen-Bitcard SUBDIR += p5-Authen-Captcha SUBDIR += p5-Authen-CyrusSASL SUBDIR += p5-Authen-DecHpwd SUBDIR += p5-Authen-Htpasswd SUBDIR += p5-Authen-Krb5 SUBDIR += p5-Authen-Libwrap SUBDIR += p5-Authen-NTLM SUBDIR += p5-Authen-OATH SUBDIR += p5-Authen-PAAS SUBDIR += p5-Authen-PAM SUBDIR += p5-Authen-Passphrase SUBDIR += p5-Authen-PluggableCaptcha SUBDIR += p5-Authen-Radius SUBDIR += p5-Authen-SASL SUBDIR += p5-Authen-SASL-Cyrus SUBDIR += p5-Authen-Simple SUBDIR += p5-Authen-Simple-DBI SUBDIR += p5-Authen-Simple-DBM SUBDIR += p5-Authen-Simple-HTTP SUBDIR += p5-Authen-Simple-LDAP SUBDIR += p5-Authen-Simple-Net SUBDIR += p5-Authen-Simple-PAM SUBDIR += p5-Authen-Simple-Passwd SUBDIR += p5-Authen-Simple-RADIUS SUBDIR += p5-Authen-Simple-SMB SUBDIR += p5-Authen-Simple-SSH SUBDIR += p5-Authen-Smb SUBDIR += p5-Authen-TacacsPlus SUBDIR += p5-Authen-Ticket SUBDIR += p5-Authen-TypeKey SUBDIR += p5-Business-PayPal-EWP SUBDIR += p5-CACertOrg-CA SUBDIR += p5-CSP SUBDIR += p5-Cisco-Hash SUBDIR += p5-Crypt-Anubis SUBDIR += p5-Crypt-AppleTwoFish SUBDIR += p5-Crypt-Blowfish SUBDIR += p5-Crypt-Blowfish_PP SUBDIR += p5-Crypt-CAST5 SUBDIR += p5-Crypt-CAST5_PP SUBDIR += p5-Crypt-CBC SUBDIR += p5-Crypt-CBCeasy SUBDIR += p5-Crypt-CFB SUBDIR += p5-Crypt-Caesar SUBDIR += p5-Crypt-Camellia_PP SUBDIR += p5-Crypt-Chimera SUBDIR += p5-Crypt-CipherSaber SUBDIR += p5-Crypt-Cracklib SUBDIR += p5-Crypt-Ctr SUBDIR += p5-Crypt-DES SUBDIR += p5-Crypt-DES_EDE3 SUBDIR += p5-Crypt-DES_PP SUBDIR += p5-Crypt-DH SUBDIR += p5-Crypt-DSA SUBDIR += p5-Crypt-Dining SUBDIR += p5-Crypt-ECB SUBDIR += p5-Crypt-Eksblowfish SUBDIR += p5-Crypt-Enigma SUBDIR += p5-Crypt-GCrypt SUBDIR += p5-Crypt-GOST SUBDIR += p5-Crypt-GOST_PP SUBDIR += p5-Crypt-GPG SUBDIR += p5-Crypt-GeneratePassword SUBDIR += p5-Crypt-HCE_MD5 SUBDIR += p5-Crypt-HCE_SHA SUBDIR += p5-Crypt-IDEA SUBDIR += p5-Crypt-Imail SUBDIR += p5-Crypt-Juniper SUBDIR += p5-Crypt-Khazad SUBDIR += p5-Crypt-License SUBDIR += p5-Crypt-Lite SUBDIR += p5-Crypt-Loki97 SUBDIR += p5-Crypt-MySQL SUBDIR += p5-Crypt-NULL SUBDIR += p5-Crypt-OFB SUBDIR += p5-Crypt-OICQ SUBDIR += p5-Crypt-OTP SUBDIR += p5-Crypt-OpenPGP SUBDIR += p5-Crypt-OpenSSL-AES SUBDIR += p5-Crypt-OpenSSL-Bignum SUBDIR += p5-Crypt-OpenSSL-CA SUBDIR += p5-Crypt-OpenSSL-DSA SUBDIR += p5-Crypt-OpenSSL-RSA SUBDIR += p5-Crypt-OpenSSL-Random SUBDIR += p5-Crypt-OpenSSL-X509 SUBDIR += p5-Crypt-PBKDF2 SUBDIR += p5-Crypt-PGPSimple SUBDIR += p5-Crypt-PassGen SUBDIR += p5-Crypt-Passwd-XS SUBDIR += p5-Crypt-PasswdMD5 SUBDIR += p5-Crypt-Password-Util SUBDIR += p5-Crypt-Primes SUBDIR += p5-Crypt-RC4 SUBDIR += p5-Crypt-RC5 SUBDIR += p5-Crypt-RC6 SUBDIR += p5-Crypt-RIPEMD160 SUBDIR += p5-Crypt-RSA SUBDIR += p5-Crypt-RSA-Yandex SUBDIR += p5-Crypt-Rabbit SUBDIR += p5-Crypt-RandPasswd SUBDIR += p5-Crypt-Random SUBDIR += p5-Crypt-Random-Source SUBDIR += p5-Crypt-RHash SUBDIR += p5-Crypt-Rijndael SUBDIR += p5-Crypt-Rijndael_PP SUBDIR += p5-Crypt-SKey SUBDIR += p5-Crypt-SMIME SUBDIR += p5-Crypt-SSLeay SUBDIR += p5-Crypt-Salt SUBDIR += p5-Crypt-SaltedHash SUBDIR += p5-Crypt-Serpent SUBDIR += p5-Crypt-Shark SUBDIR += p5-Crypt-Simple SUBDIR += p5-Crypt-SmbHash SUBDIR += p5-Crypt-Solitaire SUBDIR += p5-Crypt-TEA SUBDIR += p5-Crypt-Tea_JS SUBDIR += p5-Crypt-T_e_a SUBDIR += p5-Crypt-TripleDES SUBDIR += p5-Crypt-Twofish SUBDIR += p5-Crypt-Twofish2 SUBDIR += p5-Crypt-Twofish_PP SUBDIR += p5-Crypt-URandom SUBDIR += p5-Crypt-UnixCrypt SUBDIR += p5-Crypt-UnixCrypt_XS SUBDIR += p5-Crypt-X509 SUBDIR += p5-Crypt-xDBM_File SUBDIR += p5-CryptX SUBDIR += p5-Dancer-Plugin-Auth-Extensible SUBDIR += p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup SUBDIR += p5-Dancer-Plugin-Passphrase SUBDIR += p5-Data-Entropy SUBDIR += p5-Data-Password SUBDIR += p5-Digest SUBDIR += p5-Digest-Adler32 SUBDIR += p5-Digest-Bcrypt SUBDIR += p5-Digest-BubbleBabble SUBDIR += p5-Digest-CRC SUBDIR += p5-Digest-Crc32 SUBDIR += p5-Digest-DJB SUBDIR += p5-Digest-DMAC SUBDIR += p5-Digest-EMAC SUBDIR += p5-Digest-Elf SUBDIR += p5-Digest-FNV SUBDIR += p5-Digest-HMAC SUBDIR += p5-Digest-Hashcash SUBDIR += p5-Digest-Haval256 SUBDIR += p5-Digest-JHash SUBDIR += p5-Digest-MD2 SUBDIR += p5-Digest-MD4 SUBDIR += p5-Digest-MD5 SUBDIR += p5-Digest-MD5-File SUBDIR += p5-Digest-MD5-M4p SUBDIR += p5-Digest-MD5-Reverse SUBDIR += p5-Digest-ManberHash SUBDIR += p5-Digest-MurmurHash SUBDIR += p5-Digest-Nilsimsa SUBDIR += p5-Digest-Pearson SUBDIR += p5-Digest-Pearson-PurePerl SUBDIR += p5-Digest-Perl-MD4 SUBDIR += p5-Digest-Perl-MD5 SUBDIR += p5-Digest-SHA SUBDIR += p5-Digest-SHA-PurePerl SUBDIR += p5-Digest-SHA1 SUBDIR += p5-Digest-SV1 SUBDIR += p5-Digest-Tiger SUBDIR += p5-Digest-Whirlpool SUBDIR += p5-File-KeePass SUBDIR += p5-File-KeePass-Agent SUBDIR += p5-File-Scan SUBDIR += p5-File-Scan-ClamAV SUBDIR += p5-Filter-CBC SUBDIR += p5-Filter-Crypto SUBDIR += p5-GD-SecurityImage SUBDIR += p5-GSSAPI SUBDIR += p5-GnuPG SUBDIR += p5-GnuPG-Interface SUBDIR += p5-HTML-Email-Obfuscate SUBDIR += p5-IO-Async-SSL SUBDIR += p5-IO-Socket-SSL SUBDIR += p5-MD5 SUBDIR += p5-Mcrypt SUBDIR += p5-Module-Signature SUBDIR += p5-Net-Daemon-SSL SUBDIR += p5-Net-OpenID-Common SUBDIR += p5-Net-OpenID-JanRain SUBDIR += p5-Net-OpenID-Server SUBDIR += p5-Net-Radius-Server SUBDIR += p5-Net-SAML SUBDIR += p5-Net-SSL-ExpireDate SUBDIR += p5-Net-SSLGlue SUBDIR += p5-Net-SSLeay SUBDIR += p5-Net-Server-Mail-ESMTP-AUTH SUBDIR += p5-Net-SinFP SUBDIR += p5-Nmap-Parser SUBDIR += p5-Nmap-Scanner SUBDIR += p5-OpenCA-CRL SUBDIR += p5-OpenCA-CRR SUBDIR += p5-OpenCA-OpenSSL SUBDIR += p5-OpenCA-PKCS7 SUBDIR += p5-OpenCA-REQ SUBDIR += p5-OpenCA-X509 SUBDIR += p5-PGP SUBDIR += p5-PGP-Sign SUBDIR += p5-POE-Component-SSLify SUBDIR += p5-POE-Filter-SSL SUBDIR += p5-PerlCryptLib SUBDIR += p5-SAVI-Perl SUBDIR += p5-SHA SUBDIR += p5-Safe-Hole SUBDIR += p5-Snort-Rule SUBDIR += p5-String-MkPasswd SUBDIR += p5-Sudo SUBDIR += p5-Text-Password-Pronounceable SUBDIR += p5-Tie-EncryptedHash SUBDIR += p5-Tree-Authz SUBDIR += p5-Unix-Passwd-File SUBDIR += p5-Yahoo-BBAuth SUBDIR += p5-dicewaregen SUBDIR += p5-openxpki SUBDIR += p5-openxpki-i18n SUBDIR += pad SUBDIR += pam-mysql SUBDIR += pam-pgsql SUBDIR += pam_fprint SUBDIR += pam_google_authenticator SUBDIR += pam_helper SUBDIR += pam_jail SUBDIR += pam_kde SUBDIR += pam_krb5 SUBDIR += pam_krb5-rh SUBDIR += pam_ldap SUBDIR += pam_mkhomedir SUBDIR += pam_p11 SUBDIR += pam_per_user SUBDIR += pam_pseudo SUBDIR += pam_pwdfile SUBDIR += pam_require SUBDIR += pam_search_list SUBDIR += pam_ssh_agent_auth SUBDIR += pam_yubico SUBDIR += pamtester SUBDIR += paperkey SUBDIR += parano SUBDIR += pbc SUBDIR += pbnj SUBDIR += pcsc-tools SUBDIR += pear-Auth SUBDIR += pear-Auth_HTTP SUBDIR += pear-Auth_OpenID SUBDIR += pear-Auth_PrefManager SUBDIR += pear-Auth_SASL SUBDIR += pear-Crypt_Blowfish SUBDIR += pear-Crypt_CBC SUBDIR += pear-Crypt_CHAP SUBDIR += pear-Crypt_DiffieHellman SUBDIR += pear-Crypt_GPG SUBDIR += pear-Crypt_HMAC2 SUBDIR += pear-Crypt_MicroID SUBDIR += pear-Crypt_RC4 SUBDIR += pear-Crypt_RSA SUBDIR += pear-Crypt_XXTEA SUBDIR += pear-File_HtAccess SUBDIR += pear-File_Passwd SUBDIR += pear-File_SMBPasswd SUBDIR += pear-HTML_Crypt SUBDIR += pear-Horde_Auth SUBDIR += pear-Horde_Crypt SUBDIR += pear-Horde_Crypt_Blowfish SUBDIR += pear-Horde_Group SUBDIR += pear-Horde_Oauth SUBDIR += pear-Horde_Perms SUBDIR += pear-Horde_Secret SUBDIR += pear-Horde_Share SUBDIR += pear-LiveUser SUBDIR += pear-LiveUser_Admin SUBDIR += pear-Net_Portscan SUBDIR += pear-Text_Password SUBDIR += pecl-crack SUBDIR += pecl-crypto SUBDIR += pecl-gnupg SUBDIR += pecl-pam SUBDIR += pecl-scrypt SUBDIR += pecl-ssh2 SUBDIR += pecl-taint SUBDIR += pecl-tcpwrap SUBDIR += pev SUBDIR += pft SUBDIR += pgp SUBDIR += pgpdump SUBDIR += pgpgpg SUBDIR += pgpin SUBDIR += php-suhosin SUBDIR += php5-filter SUBDIR += php5-hash SUBDIR += php5-mcrypt SUBDIR += php5-openssl SUBDIR += php53-filter SUBDIR += php53-hash SUBDIR += php53-mcrypt SUBDIR += php53-openssl SUBDIR += php55-filter SUBDIR += php55-hash SUBDIR += php55-mcrypt SUBDIR += php55-openssl SUBDIR += php56-filter SUBDIR += php56-hash SUBDIR += php56-mcrypt SUBDIR += php56-openssl SUBDIR += phpdeadlock SUBDIR += phpsecinfo SUBDIR += pidentd SUBDIR += pidgin-encryption SUBDIR += pidgin-otr SUBDIR += pinentry SUBDIR += pinentry-curses SUBDIR += pinentry-gtk SUBDIR += pinentry-gtk2 SUBDIR += pinentry-qt4 SUBDIR += pkcrack SUBDIR += pkcs11-dump SUBDIR += pkcs11-gateway SUBDIR += pkcs11-helper SUBDIR += pkesh SUBDIR += pks SUBDIR += pktsuckers SUBDIR += please SUBDIR += polarssl SUBDIR += poly1305aes SUBDIR += pond SUBDIR += portsentry SUBDIR += ppars SUBDIR += proftpd-mod_clamav SUBDIR += proxycheck SUBDIR += proxytunnel SUBDIR += pscan SUBDIR += pssh SUBDIR += pulledpork SUBDIR += pure-sfv SUBDIR += putty SUBDIR += pvk SUBDIR += pwauth SUBDIR += pwman SUBDIR += pwman3 SUBDIR += pxytest SUBDIR += py-AccessControl SUBDIR += py-PF SUBDIR += py-Products.PlonePAS SUBDIR += py-Products.PluggableAuthService SUBDIR += py-RestrictedPython SUBDIR += py-SecretStorage SUBDIR += py-backports.ssl_match_hostname SUBDIR += py-bcrypt SUBDIR += py-borg.localrole SUBDIR += py-cerealizer SUBDIR += py-certify SUBDIR += py-clamav SUBDIR += py-cpe SUBDIR += py-cracklib SUBDIR += py-cryptkit SUBDIR += py-cryptography SUBDIR += py-cybox SUBDIR += py-dfvfs SUBDIR += py-ecdsa SUBDIR += py-ed25519ll SUBDIR += py-fail2ban SUBDIR += py-fchksum SUBDIR += py-gnupg SUBDIR += py-gnutls SUBDIR += py-htpasswd SUBDIR += py-itsdangerous SUBDIR += py-kerberos SUBDIR += py-keyczar SUBDIR += py-keyring SUBDIR += py-m2crypto SUBDIR += py-mcrypt SUBDIR += py-mhash SUBDIR += py-oauthlib SUBDIR += py-openid SUBDIR += py-openssl SUBDIR += py-otr SUBDIR += py-paramiko SUBDIR += py-passlib SUBDIR += py-plaso SUBDIR += py-plone.app.openid SUBDIR += py-plone.keyring SUBDIR += py-plone.openid SUBDIR += py-plone.protect SUBDIR += py-plone.session SUBDIR += py-potr SUBDIR += py-pow SUBDIR += py-pyclamd SUBDIR += py-pycrypto SUBDIR += py-pycryptopp SUBDIR += py-pylibacl SUBDIR += py-pyme SUBDIR += py-pyptlib SUBDIR += py-pysha3 SUBDIR += py-python-registry SUBDIR += py-rsa SUBDIR += py-slowaes SUBDIR += py-ssh SUBDIR += py-sslstrip SUBDIR += py-stem SUBDIR += py-tlslite SUBDIR += py-trustedpickle SUBDIR += py-twistedConch SUBDIR += py-twofish SUBDIR += py-volatility SUBDIR += py-xmlsec SUBDIR += py-yara SUBDIR += py-yara-editor SUBDIR += py-zope.app.authentication SUBDIR += py-zope.app.localpermission SUBDIR += py-zope.app.principalannotation SUBDIR += py-zope.app.security SUBDIR += py-zope.app.securitypolicy SUBDIR += py-zope.authentication SUBDIR += py-zope.login SUBDIR += py-zope.password SUBDIR += py-zope.pluggableauth SUBDIR += py-zope.principalannotation SUBDIR += py-zope.principalregistry SUBDIR += py-zope.security SUBDIR += py-zope.securitypolicy SUBDIR += py-zope.session SUBDIR += qca-cyrus-sasl SUBDIR += qca-gnupg SUBDIR += qca-ossl SUBDIR += qtkeychain SUBDIR += quantis SUBDIR += quantis-kmod SUBDIR += racoon2 SUBDIR += radamsa SUBDIR += radiusniff SUBDIR += rainbowcrack SUBDIR += ranpwd SUBDIR += ratproxy SUBDIR += rats SUBDIR += razorback-api SUBDIR += razorback-archiveInflate SUBDIR += razorback-clamavNugget SUBDIR += razorback-dispatcher SUBDIR += razorback-fileInject SUBDIR += razorback-fsMonitor SUBDIR += razorback-fsWalk SUBDIR += razorback-masterNugget SUBDIR += razorback-officeCat SUBDIR += razorback-pdfFox SUBDIR += razorback-scriptNugget SUBDIR += razorback-swfScanner SUBDIR += razorback-syslogNugget SUBDIR += razorback-virusTotal SUBDIR += razorback-yaraNugget SUBDIR += rcracki_mt SUBDIR += rdigest SUBDIR += regripper SUBDIR += regripperplugins SUBDIR += retranslator SUBDIR += revealrk SUBDIR += revelation SUBDIR += rifiuti2 SUBDIR += rkhunter SUBDIR += rndpassw SUBDIR += ruby-camellia SUBDIR += ruby-hmac SUBDIR += ruby-password SUBDIR += ruby-tcpwrap SUBDIR += rubygem-bcrypt SUBDIR += rubygem-bcrypt-ruby SUBDIR += rubygem-ezcrypto SUBDIR += rubygem-gpgr SUBDIR += rubygem-gssapi SUBDIR += rubygem-hmac SUBDIR += rubygem-jugyo-twitter_oauth SUBDIR += rubygem-metasploit_data_models SUBDIR += rubygem-net-scp SUBDIR += rubygem-net-scp11 SUBDIR += rubygem-net-sftp SUBDIR += rubygem-net-ssh SUBDIR += rubygem-net-ssh27 SUBDIR += rubygem-net-ssh-gateway SUBDIR += rubygem-net-ssh-multi SUBDIR += rubygem-nmap-parser SUBDIR += rubygem-omniauth SUBDIR += rubygem-origami SUBDIR += rubygem-pyu-ruby-sasl SUBDIR += rubygem-razorback-scriptNugget SUBDIR += rubygem-rc4 SUBDIR += rubygem-roauth SUBDIR += rubygem-ruby-hmac SUBDIR += rubygem-six SUBDIR += rubygem-sshkit SUBDIR += rubygem-twitter_oauth SUBDIR += safesh SUBDIR += samba-virusfilter SUBDIR += sancp SUBDIR += sasp SUBDIR += scamp SUBDIR += scanhill SUBDIR += scanlogd SUBDIR += scanssh SUBDIR += scrypt SUBDIR += seahorse SUBDIR += seahorse-plugins SUBDIR += seccure SUBDIR += secpanel SUBDIR += sectok SUBDIR += secure_delete SUBDIR += sguil SUBDIR += sha SUBDIR += shibboleth2-sp SUBDIR += shimmer SUBDIR += shishi SUBDIR += shttpscanner SUBDIR += sig2dot SUBDIR += signify SUBDIR += signing-party SUBDIR += silktools SUBDIR += sinfp SUBDIR += skipfish SUBDIR += sks SUBDIR += slurpie SUBDIR += slush SUBDIR += smap SUBDIR += smtpscan SUBDIR += smurflog SUBDIR += sniff SUBDIR += snoopy SUBDIR += snort SUBDIR += snort-rep SUBDIR += snortreport SUBDIR += snortsam SUBDIR += snortsnarf SUBDIR += softhsm SUBDIR += spass SUBDIR += spike-proxy SUBDIR += spybye SUBDIR += sqlmap SUBDIR += sqlninja SUBDIR += srm SUBDIR += ssdeep SUBDIR += ssh-copy-id SUBDIR += ssh-gui SUBDIR += ssh-multiadd SUBDIR += ssh_askpass_gtk2 SUBDIR += sshblock SUBDIR += sshguard SUBDIR += sshguard-ipfilter SUBDIR += sshguard-ipfw SUBDIR += sshguard-pf SUBDIR += sshit SUBDIR += sshpass SUBDIR += ssl-admin SUBDIR += sslscan SUBDIR += sslsniffer SUBDIR += sslwrap SUBDIR += sssd SUBDIR += ssss SUBDIR += sst SUBDIR += starttls SUBDIR += stegdetect SUBDIR += steghide SUBDIR += stoken SUBDIR += strobe SUBDIR += strongswan SUBDIR += stunnel SUBDIR += subversion-gnome-keyring SUBDIR += subversion-kwallet SUBDIR += subweb SUBDIR += sudo SUBDIR += sudoscript SUBDIR += super SUBDIR += suricata SUBDIR += swatch SUBDIR += switzerland SUBDIR += symbion-sslproxy SUBDIR += tclsasl SUBDIR += tinc SUBDIR += tinyca SUBDIR += tlswrap SUBDIR += tor SUBDIR += tor-devel SUBDIR += tpm-tools SUBDIR += tpmmanager SUBDIR += trinokiller SUBDIR += tripwire SUBDIR += tripwire-131 SUBDIR += tripwire12 SUBDIR += trousers SUBDIR += truecrack SUBDIR += truecrypt SUBDIR += tsshbatch SUBDIR += tthsum SUBDIR += umit SUBDIR += unhide SUBDIR += unicornscan SUBDIR += unssh SUBDIR += vida SUBDIR += vinetto SUBDIR += vlock SUBDIR += vlog SUBDIR += vnccrack SUBDIR += vpnc SUBDIR += vuxml SUBDIR += vxquery SUBDIR += w3af SUBDIR += wapiti SUBDIR += webfwlog SUBDIR += webscarab SUBDIR += webshag SUBDIR += whatweb SUBDIR += wipe SUBDIR += xca SUBDIR += xinetd SUBDIR += xml-security SUBDIR += xmlsec1 SUBDIR += xorsearch SUBDIR += xspy SUBDIR += yafic SUBDIR += yapet SUBDIR += yara SUBDIR += yersinia SUBDIR += ykclient SUBDIR += ykpers SUBDIR += zebedee SUBDIR += zenmap SUBDIR += zombiezapper SUBDIR += zxid SUBDIR += zzuf .include Index: head/security/linux-c6-cyrus-sasl2/Makefile =================================================================== --- head/security/linux-c6-cyrus-sasl2/Makefile (nonexistent) +++ head/security/linux-c6-cyrus-sasl2/Makefile (revision 368845) @@ -0,0 +1,32 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= cyrus-sasl2 +PORTVERSION= 2.1.23 +CATEGORIES= security linux +DISTNAME= cyrus-sasl-lib-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer) (Linux CentOS ${LINUX_DIST_VER}) + +#DISTNAME= cyrus-sasl-lib-${PORTVERSION}-${RPMVERSION} + +ONLY_FOR_ARCHS= i386 amd64 +.if defined(PACKAGE_BUILDING) +SRC_DISTFILES= cyrus-sasl-2.1.23-13.el6_3.1.src.rpm +.endif + +USE_LINUX= c6 +USE_LINUX_RPM= yes +RPMVERSION= 13.el6_3.1 +USE_LDCONFIG= yes +BRANDELF_FILES= usr/sbin/sasldblistusers2 usr/sbin/saslpasswd2 +DESCR= ${.CURDIR}/../cyrus-sasl2/pkg-descr + +PLIST_DIRS= etc/sasl2 usr/lib/sasl2 +PLIST_FILES= usr/lib/libsasl2.so.2 usr/lib/libsasl2.so.2.0.23 usr/lib/sasl2/libanonymous.so usr/lib/sasl2/libanonymous.so.2 usr/lib/sasl2/libanonymous.so.2.0.23 usr/lib/sasl2/libsasldb.so usr/lib/sasl2/libsasldb.so.2 usr/lib/sasl2/libsasldb.so.2.0.23 usr/sbin/sasldblistusers2 usr/sbin/saslpasswd2 +PLIST_FILES+= "@exec mkdir -p %D/etc/sasl2" +DOCSDIR= usr/share/doc/cyrus-sasl-lib-${PORTVERSION} +PORTDOCS= AUTHORS COPYING NEWS README advanced.html appconvert.html components.html gssapi.html index.html install.html macosx.html mechanisms.html options.html plugprog.html programming.html readme.html sysadmin.html upgrading.html windows.html + +.include Property changes on: head/security/linux-c6-cyrus-sasl2/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-cyrus-sasl2/distinfo.i686 =================================================================== --- head/security/linux-c6-cyrus-sasl2/distinfo.i686 (nonexistent) +++ head/security/linux-c6-cyrus-sasl2/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/cyrus-sasl-lib-2.1.23-13.el6_3.1.i686.rpm) = 268cac2b4d8edf1491c5a2d8ae9d76ee20f73d3d8000ada1d1081c77b5ba98ff +SIZE (rpm/i686/centos/6.5/cyrus-sasl-lib-2.1.23-13.el6_3.1.i686.rpm) = 138808 +SHA256 (rpm/i686/centos/6.5/cyrus-sasl-2.1.23-13.el6_3.1.src.rpm) = 49ff5360a67b62fe95a841f54c5fcf6c9d6ae7c2f651721aefebb98f649e698b +SIZE (rpm/i686/centos/6.5/cyrus-sasl-2.1.23-13.el6_3.1.src.rpm) = 1666942 Property changes on: head/security/linux-c6-cyrus-sasl2/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-gnutls/Makefile =================================================================== --- head/security/linux-c6-gnutls/Makefile (nonexistent) +++ head/security/linux-c6-gnutls/Makefile (revision 368845) @@ -0,0 +1,21 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= gnutls +PORTVERSION= 2.8.5 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= GNU Transport Layer Security library + +USE_LINUX= c6 +USE_LINUX_RPM= yes +USE_LINUX_APPS= libtasn1 libgcrypt libgpg-error + +RPMVERSION= 10.el6_4.2 +USE_LDCONFIG= yes + +PLIST_SUB= PORTVERSION="${PORTVERSION}" +DESCR= ${.CURDIR}/../gnutls/pkg-descr + +.include Property changes on: head/security/linux-c6-gnutls/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-gnutls/distinfo.i386 =================================================================== --- head/security/linux-c6-gnutls/distinfo.i386 (nonexistent) +++ head/security/linux-c6-gnutls/distinfo.i386 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i386/fedora/10/gnutls-2.4.2-5.fc10.i386.rpm) = 6287f957a9938a8b078c7901bd73d7cd162c8ceedada43d1c3a9043ba447993e +SIZE (rpm/i386/fedora/10/gnutls-2.4.2-5.fc10.i386.rpm) = 398396 +SHA256 (rpm/i386/fedora/10/gnutls-2.4.2-5.fc10.src.rpm) = d6ee487c4be8dfca2100ae47b5d1936b9f81b909d351bcd75113f640c2af3f8a +SIZE (rpm/i386/fedora/10/gnutls-2.4.2-5.fc10.src.rpm) = 5027908 Property changes on: head/security/linux-c6-gnutls/distinfo.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-gnutls/distinfo.i686 =================================================================== --- head/security/linux-c6-gnutls/distinfo.i686 (nonexistent) +++ head/security/linux-c6-gnutls/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/gnutls-2.8.5-10.el6_4.2.i686.rpm) = 67db64c6503776a303693ce1f8813df40bbc1724d172ebbcb931e3f93a367db9 +SIZE (rpm/i686/centos/6.5/gnutls-2.8.5-10.el6_4.2.i686.rpm) = 348616 +SHA256 (rpm/i686/centos/6.5/gnutls-2.8.5-10.el6_4.2.src.rpm) = d7fa200c501d1f16178ead48f883455ef443b46e97748603b34a762e7db6b99a +SIZE (rpm/i686/centos/6.5/gnutls-2.8.5-10.el6_4.2.src.rpm) = 6321241 Property changes on: head/security/linux-c6-gnutls/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-gnutls/pkg-plist =================================================================== --- head/security/linux-c6-gnutls/pkg-plist (nonexistent) +++ head/security/linux-c6-gnutls/pkg-plist (revision 368845) @@ -0,0 +1,46 @@ +usr/lib/libgnutls-extra.so.26.14.12 +usr/lib/libgnutls-extra.so.26 +usr/lib/libgnutls.so.26.14.12 +usr/lib/libgnutls.so.26 +usr/lib/libgnutlsxx.so.26.14.12 +usr/lib/libgnutlsxx.so.26 +usr/share/doc/gnutls-%%PORTVERSION%%/AUTHORS +usr/share/doc/gnutls-%%PORTVERSION%%/COPYING +usr/share/doc/gnutls-%%PORTVERSION%%/COPYING.LIB +usr/share/doc/gnutls-%%PORTVERSION%%/README +usr/share/locale/cs/LC_MESSAGES/libgnutls.mo +usr/share/locale/de/LC_MESSAGES/libgnutls.mo +usr/share/locale/en@boldquot/LC_MESSAGES/libgnutls.mo +usr/share/locale/en@quot/LC_MESSAGES/libgnutls.mo +usr/share/locale/fr/LC_MESSAGES/libgnutls.mo +usr/share/locale/ms/LC_MESSAGES/libgnutls.mo +usr/share/locale/nl/LC_MESSAGES/libgnutls.mo +usr/share/locale/pl/LC_MESSAGES/libgnutls.mo +usr/share/locale/sv/LC_MESSAGES/libgnutls.mo +usr/share/locale/vi/LC_MESSAGES/libgnutls.mo +@dirrmtry usr/share/locale/vi/LC_MESSAGES +@dirrmtry usr/share/locale/vi +@dirrmtry usr/share/locale/sv/LC_MESSAGES +@dirrmtry usr/share/locale/sv +@dirrmtry usr/share/locale/pl/LC_MESSAGES +@dirrmtry usr/share/locale/pl +@dirrmtry usr/share/locale/nl/LC_MESSAGES +@dirrmtry usr/share/locale/nl +@dirrmtry usr/share/locale/ms/LC_MESSAGES +@dirrmtry usr/share/locale/ms +@dirrmtry usr/share/locale/fr/LC_MESSAGES +@dirrmtry usr/share/locale/fr +@dirrmtry usr/share/locale/en@quot/LC_MESSAGES +@dirrmtry usr/share/locale/en@quot +@dirrmtry usr/share/locale/en@boldquot/LC_MESSAGES +@dirrmtry usr/share/locale/en@boldquot +@dirrmtry usr/share/locale/de/LC_MESSAGES +@dirrmtry usr/share/locale/de +@dirrmtry usr/share/locale/cs/LC_MESSAGES +@dirrmtry usr/share/locale/cs +@dirrmtry usr/share/locale +@dirrmtry usr/share/doc/gnutls-%%PORTVERSION%% +@dirrmtry usr/share/doc +@dirrmtry usr/share +@dirrmtry usr/lib +@dirrmtry usr Property changes on: head/security/linux-c6-gnutls/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-libgcrypt/Makefile =================================================================== --- head/security/linux-c6-libgcrypt/Makefile (nonexistent) +++ head/security/linux-c6-libgcrypt/Makefile (revision 368845) @@ -0,0 +1,25 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= libgcrypt +PORTVERSION= 1.4.5 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= General purpose crypto library based on code used in GnuPG (Linux CentOS ${LINUX_DIST_VER}) + +USE_LINUX= c6 +USE_LINUX_RPM= yes +RPMVERSION= 11.el6_4 +USE_LDCONFIG= yes + +PLIST_FILES= lib/libgcrypt.so.11 lib/.libgcrypt.so.11.hmac lib/libgcrypt.so.11.5.3 +PLIST_DIRSTRY= etc/gcrypt +DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION} +PORTDOCS= AUTHORS COPYING.LIB NEWS THANKS +DESCR= ${.CURDIR}/../libgcrypt/pkg-descr + +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/gcrypt + +.include Property changes on: head/security/linux-c6-libgcrypt/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-libgcrypt/distinfo.i686 =================================================================== --- head/security/linux-c6-libgcrypt/distinfo.i686 (nonexistent) +++ head/security/linux-c6-libgcrypt/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/libgcrypt-1.4.5-11.el6_4.i686.rpm) = 800d11a507a330b28e59d300bf7383b19c95b5a857863b1501b8aa1f0b9388dc +SIZE (rpm/i686/centos/6.5/libgcrypt-1.4.5-11.el6_4.i686.rpm) = 233684 +SHA256 (rpm/i686/centos/6.5/libgcrypt-1.4.5-11.el6_4.src.rpm) = c963b5bf4c84d5798d987e86b4e600ce3c7ae03e035096d88982385a81dcdbbc +SIZE (rpm/i686/centos/6.5/libgcrypt-1.4.5-11.el6_4.src.rpm) = 1257444 Property changes on: head/security/linux-c6-libgcrypt/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-libgpg-error/Makefile =================================================================== --- head/security/linux-c6-libgpg-error/Makefile (nonexistent) +++ head/security/linux-c6-libgpg-error/Makefile (revision 368845) @@ -0,0 +1,19 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= libgpg-error +PORTVERSION= 1.7 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Common error values for all GnuPG components + +USE_LINUX= c6 +USE_LINUX_RPM= yes +RPMVERSION= 4.el6 +USE_LDCONFIG= yes +BRANDELF_FILES= usr/bin/gpg-error + +DESCR= ${.CURDIR}/../libgpg-error/pkg-descr + +.include Property changes on: head/security/linux-c6-libgpg-error/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-libgpg-error/distinfo.i686 =================================================================== --- head/security/linux-c6-libgpg-error/distinfo.i686 (nonexistent) +++ head/security/linux-c6-libgpg-error/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/libgpg-error-1.7-4.el6.i686.rpm) = ee1e0dfaa0e6bf4e06b1d6f1f3ce7da90abe8b1d1d46fe61bc1fe79e3227c4ad +SIZE (rpm/i686/centos/6.5/libgpg-error-1.7-4.el6.i686.rpm) = 60532 +SHA256 (rpm/i686/centos/6.5/libgpg-error-1.7-4.el6.src.rpm) = 955d0a4d5aaa3539c7a58d94cef41ef09a0d8cc08c0aeb5b0986c623aebd53be +SIZE (rpm/i686/centos/6.5/libgpg-error-1.7-4.el6.src.rpm) = 413579 Property changes on: head/security/linux-c6-libgpg-error/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-libgpg-error/pkg-plist =================================================================== --- head/security/linux-c6-libgpg-error/pkg-plist (nonexistent) +++ head/security/linux-c6-libgpg-error/pkg-plist (revision 368845) @@ -0,0 +1,34 @@ +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 Property changes on: head/security/linux-c6-libgpg-error/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-libssh2/Makefile =================================================================== --- head/security/linux-c6-libssh2/Makefile (nonexistent) +++ head/security/linux-c6-libssh2/Makefile (revision 368845) @@ -0,0 +1,26 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= libssh2 +PORTVERSION= 1.4.2 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Library implementing the SSH2 protocol (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-libssh2-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +RPMVERSION= 1.el6 +USE_LINUX= c6 +USE_LINUX_APPS= openssl + +USE_LINUX_RPM= yes +USE_LDCONFIG= yes + +PLIST_FILES= usr/lib/libssh2.so.1 usr/lib/libssh2.so.1.0.1 +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} +PORTDOCS= AUTHORS COPYING ChangeLog NEWS README +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/security/linux-c6-libssh2/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-libssh2/distinfo.i686 =================================================================== --- head/security/linux-c6-libssh2/distinfo.i686 (nonexistent) +++ head/security/linux-c6-libssh2/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/libssh2-1.4.2-1.el6.i686.rpm) = fba45fff361bf17448c9850ba298e02cecc9ca52f7988feed6bb00a86fec4dcd +SIZE (rpm/i686/centos/6.5/libssh2-1.4.2-1.el6.i686.rpm) = 126784 +SHA256 (rpm/i686/centos/6.5/libssh2-1.4.2-1.el6.src.rpm) = 0ec26ee80811d7c94c08719ad0a6565e792ea39d6cc3e6e0bf537b65fa421eb1 +SIZE (rpm/i686/centos/6.5/libssh2-1.4.2-1.el6.src.rpm) = 689537 Property changes on: head/security/linux-c6-libssh2/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-libtasn1/Makefile =================================================================== --- head/security/linux-c6-libtasn1/Makefile (nonexistent) +++ head/security/linux-c6-libtasn1/Makefile (revision 368845) @@ -0,0 +1,22 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= libtasn1 +PORTVERSION= 2.3 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= ASN.1 structure parser library + +USE_LINUX= c6 +USE_LINUX_RPM= yes + +RPMVERSION= 3.el6_2.1 +USE_LDCONFIG= yes + +PLIST_FILES= usr/lib/libtasn1.so.3 usr/lib/libtasn1.so.3.1.6 +DOCSDIR_REL= usr/share/doc/${PORTNAME}-${PORTVERSION} +PORTDOCS= AUTHORS COPYING COPYING.LIB ChangeLog NEWS README THANKS TODO libtasn1.pdf +DESCR= ${.CURDIR}/../libtasn1/pkg-descr + +.include Property changes on: head/security/linux-c6-libtasn1/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-libtasn1/distinfo.i386 =================================================================== --- head/security/linux-c6-libtasn1/distinfo.i386 (nonexistent) +++ head/security/linux-c6-libtasn1/distinfo.i386 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i386/fedora/10/libtasn1-1.5-1.fc10.i386.rpm) = 79776177559fb3d444a13c90357815f109c7b40b297be863cda73e4458a9064d +SIZE (rpm/i386/fedora/10/libtasn1-1.5-1.fc10.i386.rpm) = 301472 +SHA256 (rpm/i386/fedora/10/libtasn1-1.5-1.fc10.src.rpm) = fa8d25bd3ce8e77ef9e0c4a0e7d16a17420afad5fd7ad27b895cf18516d6b5f2 +SIZE (rpm/i386/fedora/10/libtasn1-1.5-1.fc10.src.rpm) = 1553125 Property changes on: head/security/linux-c6-libtasn1/distinfo.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-libtasn1/distinfo.i686 =================================================================== --- head/security/linux-c6-libtasn1/distinfo.i686 (nonexistent) +++ head/security/linux-c6-libtasn1/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/libtasn1-2.3-3.el6_2.1.i686.rpm) = f69bdc12199cd1875d8c3ba3bac9307866cb45124c88353fc5cd2d681719cc0e +SIZE (rpm/i686/centos/6.5/libtasn1-2.3-3.el6_2.1.i686.rpm) = 244628 +SHA256 (rpm/i686/centos/6.5/libtasn1-2.3-3.el6_2.1.src.rpm) = 1ca23e510872e2579b586924fe3533bcb9b9d2161533d2ec802e958efedd9625 +SIZE (rpm/i686/centos/6.5/libtasn1-2.3-3.el6_2.1.src.rpm) = 1494282 Property changes on: head/security/linux-c6-libtasn1/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-nss/Makefile =================================================================== --- head/security/linux-c6-nss/Makefile (nonexistent) +++ head/security/linux-c6-nss/Makefile (revision 368845) @@ -0,0 +1,27 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= nss +PORTVERSION= 3.15.1 +CATEGORIES= security linux +DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}.${LINUX_RPM_ARCH}.rpm \ + nss-util-3.15.1-3.el6.${LINUX_RPM_ARCH}.rpm \ + nss-softokn-3.14.3-9.el6.${LINUX_RPM_ARCH}.rpm \ + nss-softokn-freebl-3.14.3-9.el6.${LINUX_RPM_ARCH}.rpm + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Network Security Services (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-nss-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +RPMVERSION= 15.el6 +USE_LINUX= c6 +USE_LINUX_APPS= nspr sqlite3 + +USE_LINUX_RPM= yes +USE_LDCONFIG= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/security/linux-c6-nss/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-nss/distinfo.i686 =================================================================== --- head/security/linux-c6-nss/distinfo.i686 (nonexistent) +++ head/security/linux-c6-nss/distinfo.i686 (revision 368845) @@ -0,0 +1,10 @@ +SHA256 (rpm/i686/centos/6.5/nss-3.15.1-15.el6.i686.rpm) = e1af50464123c7fc09dbc7efa620af876d46e3e472b94cfc83b7294d2af50c59 +SIZE (rpm/i686/centos/6.5/nss-3.15.1-15.el6.i686.rpm) = 843704 +SHA256 (rpm/i686/centos/6.5/nss-util-3.15.1-3.el6.i686.rpm) = e646cbded11dec3d73a9e309ce258c2d38264a30d53e9abc2cbfb29fba4b252d +SIZE (rpm/i686/centos/6.5/nss-util-3.15.1-3.el6.i686.rpm) = 65092 +SHA256 (rpm/i686/centos/6.5/nss-softokn-3.14.3-9.el6.i686.rpm) = d4ce0245ab3cca2be0a4db7e2ddc8aeb0537246afb616248bf3cf2c8b53d4c66 +SIZE (rpm/i686/centos/6.5/nss-softokn-3.14.3-9.el6.i686.rpm) = 278916 +SHA256 (rpm/i686/centos/6.5/nss-softokn-freebl-3.14.3-9.el6.i686.rpm) = 9c263ec22868a5422c7db53aa53ab3d79082e988b8caec4dd4fa3693d74456dc +SIZE (rpm/i686/centos/6.5/nss-softokn-freebl-3.14.3-9.el6.i686.rpm) = 150460 +SHA256 (rpm/i686/centos/6.5/nss-3.15.1-15.el6.src.rpm) = beb211cfa7eaf681905726e5aba1a51bd5d09e6483f5e4a7def81d70dfe40e75 +SIZE (rpm/i686/centos/6.5/nss-3.15.1-15.el6.src.rpm) = 5024764 Property changes on: head/security/linux-c6-nss/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-nss/pkg-plist =================================================================== --- head/security/linux-c6-nss/pkg-plist (nonexistent) +++ head/security/linux-c6-nss/pkg-plist (revision 368845) @@ -0,0 +1,26 @@ +@comment file listing +etc/pki/nssdb/cert8.db +etc/pki/nssdb/key3.db +etc/pki/nssdb/secmod.db +lib/libfreebl3.chk +lib/libfreebl3.so +usr/lib/libfreebl3.chk +usr/lib/libfreebl3.so +usr/lib/libnss3.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 +@comment non-empty directory listing in revers order +@dirrm etc/pki/nssdb +@dirrmtry etc/pki +@dirrm usr/lib/nss/unsupported-tools +@dirrm usr/lib/nss/saved +@dirrm usr/lib/nss Property changes on: head/security/linux-c6-nss/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-openssl/Makefile =================================================================== --- head/security/linux-c6-openssl/Makefile (nonexistent) +++ head/security/linux-c6-openssl/Makefile (revision 368845) @@ -0,0 +1,24 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= openssl +PORTVERSION= 1.0.1e +CATEGORIES= security linux +MASTER_SITES= CENTOS_LINUX_UPDATES + +MAINTAINER= emulation@FreeBSD.org +COMMENT= OpenSSL toolkit (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-openssl-[0-9]* linux-f8-openssl-[0-9]* linux-f10-openssl-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes +RPMVERSION= 16.el6_5.7 +BRANDELF_FILES= usr/bin/openssl +USE_LDCONFIG= yes + +PLIST_SUB+= PORTVERSION="${PORTVERSION}" +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/security/linux-c6-openssl/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-openssl/distinfo.i686 =================================================================== --- head/security/linux-c6-openssl/distinfo.i686 (nonexistent) +++ head/security/linux-c6-openssl/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/openssl-1.0.1e-16.el6_5.7.i686.rpm) = 6ceff4bad2608484b9b9ab74b8e9047b593b6b7a6ca5ba3cc16db7d8b447f1d8 +SIZE (rpm/i686/centos/6.5/openssl-1.0.1e-16.el6_5.7.i686.rpm) = 1573848 +SHA256 (rpm/i686/centos/6.5/openssl-1.0.1e-16.el6_5.7.src.rpm) = 3a08cda99f54b97c027ed32758e7b1ddcff635be5c3737c1e9084321561a015d +SIZE (rpm/i686/centos/6.5/openssl-1.0.1e-16.el6_5.7.src.rpm) = 3121145 Property changes on: head/security/linux-c6-openssl/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-openssl/pkg-plist =================================================================== --- head/security/linux-c6-openssl/pkg-plist (nonexistent) +++ head/security/linux-c6-openssl/pkg-plist (revision 368845) @@ -0,0 +1,112 @@ +@comment file listing +etc/pki/tls/certs/Makefile +etc/pki/tls/certs/make-dummy-cert +etc/pki/tls/certs/renew-dummy-cert +etc/pki/tls/misc/CA +etc/pki/tls/misc/c_hash +etc/pki/tls/misc/c_info +etc/pki/tls/misc/c_issuer +etc/pki/tls/misc/c_name +etc/pki/tls/openssl.cnf +usr/lib/libcrypto.so.%%PORTVERSION%% +usr/lib/libcrypto.so.10 +usr/lib/libssl.so.%%PORTVERSION%% +usr/lib/libssl.so.10 +usr/lib/.libcrypto.so.%%PORTVERSION%%.hmac +usr/lib/.libcrypto.so.10.hmac +usr/lib/.libssl.so.%%PORTVERSION%%.hmac +usr/lib/.libssl.so.10.hmac +usr/bin/openssl +usr/lib/openssl/engines/lib4758cca.so +usr/lib/openssl/engines/libaep.so +usr/lib/openssl/engines/libatalla.so +usr/lib/openssl/engines/libcapi.so +usr/lib/openssl/engines/libchil.so +usr/lib/openssl/engines/libcswift.so +usr/lib/openssl/engines/libgmp.so +usr/lib/openssl/engines/libnuron.so +usr/lib/openssl/engines/libpadlock.so +usr/lib/openssl/engines/libsureware.so +usr/lib/openssl/engines/libubsec.so +usr/share/doc/openssl-%%PORTVERSION%%/CHANGES +usr/share/doc/openssl-%%PORTVERSION%%/FAQ +usr/share/doc/openssl-%%PORTVERSION%%/INSTALL +usr/share/doc/openssl-%%PORTVERSION%%/LICENSE +usr/share/doc/openssl-%%PORTVERSION%%/NEWS +usr/share/doc/openssl-%%PORTVERSION%%/README +usr/share/doc/openssl-%%PORTVERSION%%/README.FIPS +usr/share/doc/openssl-%%PORTVERSION%%/c-indentation.el +usr/share/doc/openssl-%%PORTVERSION%%/openssl.txt +usr/share/doc/openssl-%%PORTVERSION%%/openssl_button.gif +usr/share/doc/openssl-%%PORTVERSION%%/openssl_button.html +usr/share/doc/openssl-%%PORTVERSION%%/ssleay.txt +usr/share/man/man1/asn1parse.1ssl.gz +usr/share/man/man1/ca.1ssl.gz +usr/share/man/man1/ciphers.1ssl.gz +usr/share/man/man1/crl.1ssl.gz +usr/share/man/man1/cms.1ssl.gz +usr/share/man/man1/genpkey.1ssl.gz +usr/share/man/man1/pkey.1ssl.gz +usr/share/man/man1/pkeyparam.1ssl.gz +usr/share/man/man1/pkeyutl.1ssl.gz +usr/share/man/man1/ts.1ssl.gz +usr/share/man/man1/tsget.1ssl.gz +usr/share/man/man1/crl2pkcs7.1ssl.gz +usr/share/man/man1/dgst.1ssl.gz +usr/share/man/man1/dhparam.1ssl.gz +usr/share/man/man1/dsa.1ssl.gz +usr/share/man/man1/dsaparam.1ssl.gz +usr/share/man/man1/ec.1ssl.gz +usr/share/man/man1/ecparam.1ssl.gz +usr/share/man/man1/enc.1ssl.gz +usr/share/man/man1/errstr.1ssl.gz +usr/share/man/man1/gendsa.1ssl.gz +usr/share/man/man1/genrsa.1ssl.gz +usr/share/man/man1/md2.1ssl.gz +usr/share/man/man1/md4.1ssl.gz +usr/share/man/man1/md5.1ssl.gz +usr/share/man/man1/mdc2.1ssl.gz +usr/share/man/man1/nseq.1ssl.gz +usr/share/man/man1/ocsp.1ssl.gz +usr/share/man/man1/openssl.1ssl.gz +usr/share/man/man1/pkcs12.1ssl.gz +usr/share/man/man1/pkcs7.1ssl.gz +usr/share/man/man1/pkcs8.1ssl.gz +usr/share/man/man1/req.1ssl.gz +usr/share/man/man1/ripemd160.1ssl.gz +usr/share/man/man1/rsa.1ssl.gz +usr/share/man/man1/rsautl.1ssl.gz +usr/share/man/man1/s_client.1ssl.gz +usr/share/man/man1/s_server.1ssl.gz +usr/share/man/man1/s_time.1ssl.gz +usr/share/man/man1/sess_id.1ssl.gz +usr/share/man/man1/sha.1ssl.gz +usr/share/man/man1/sha1.1ssl.gz +usr/share/man/man1/smime.1ssl.gz +usr/share/man/man1/speed.1ssl.gz +usr/share/man/man1/spkac.1ssl.gz +usr/share/man/man1/sslpasswd.1ssl.gz +usr/share/man/man1/sslrand.1ssl.gz +usr/share/man/man1/verify.1ssl.gz +usr/share/man/man1/version.1ssl.gz +usr/share/man/man1/x509.1ssl.gz +usr/share/man/man5/config.5ssl.gz +usr/share/man/man5/openssl.cnf.5ssl.gz +usr/share/man/man5/x509v3_config.5ssl.gz +usr/share/man/man7/des_modes.7ssl.gz +@comment deal with empty directories installed by the port +@exec /bin/mkdir -p %D/etc/pki/CA/private +@dirrmtry etc/pki/CA/private +@exec /bin/mkdir -p %D/etc/pki/tls/private +@dirrmtry etc/pki/tls/private +@comment non-empty directory listing in revers order +@dirrm usr/share/doc/openssl-%%PORTVERSION%% +@dirrm usr/lib/openssl/engines +@dirrm usr/lib/openssl +@dirrm etc/pki/tls/misc +@dirrm etc/pki/tls/certs +@dirrm etc/pki/tls +@dirrm etc/pki/CA/certs +@dirrm etc/pki/CA/crl +@dirrm etc/pki/CA/newcerts +@dirrm etc/pki/CA Property changes on: head/security/linux-c6-openssl/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-openssl-compat/Makefile =================================================================== --- head/security/linux-c6-openssl-compat/Makefile (nonexistent) +++ head/security/linux-c6-openssl-compat/Makefile (revision 368845) @@ -0,0 +1,26 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= openssl-compat +PORTVERSION= 0.9.8e +CATEGORIES= security linux +DISTNAME= openssl098e-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= OpenSSL toolkit (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-openssl-[0-9]* linux-f8-openssl-[0-9]* linux-f10-openssl-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes +RPMVERSION= 17.el6.centos.2 +USE_LDCONFIG= yes + +PLIST_SUB+= PORTVERSION="${PORTVERSION}" +DESCR= ${.CURDIR}/../openssl/pkg-descr + +post-install: + @cd ${STAGEDIR}${PREFIX}/usr/lib && ${LN} -sf libssl.so.6 libssl.so.7 + +.include Property changes on: head/security/linux-c6-openssl-compat/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-openssl-compat/distinfo.i686 =================================================================== --- head/security/linux-c6-openssl-compat/distinfo.i686 (nonexistent) +++ head/security/linux-c6-openssl-compat/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/openssl098e-0.9.8e-17.el6.centos.2.i686.rpm) = 862142d2d7adc74311d7312c6ace396d36b6c8f3a0708f6fe5e0d3977d00a871 +SIZE (rpm/i686/centos/6.5/openssl098e-0.9.8e-17.el6.centos.2.i686.rpm) = 791760 +SHA256 (rpm/i686/centos/6.5/openssl098e-0.9.8e-17.el6.centos.2.src.rpm) = cb47c1a6274027b8eda9650022c6bfd0b929a47ab2790a4e5e32727283c458a0 +SIZE (rpm/i686/centos/6.5/openssl098e-0.9.8e-17.el6.centos.2.src.rpm) = 3100581 Property changes on: head/security/linux-c6-openssl-compat/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-openssl-compat/pkg-descr =================================================================== --- head/security/linux-c6-openssl-compat/pkg-descr (nonexistent) +++ head/security/linux-c6-openssl-compat/pkg-descr (revision 368845) @@ -0,0 +1,3 @@ +asdf + +WWW: http://xmj.me Property changes on: head/security/linux-c6-openssl-compat/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c6-openssl-compat/pkg-plist =================================================================== --- head/security/linux-c6-openssl-compat/pkg-plist (nonexistent) +++ head/security/linux-c6-openssl-compat/pkg-plist (revision 368845) @@ -0,0 +1,30 @@ +@comment file listing +usr/lib/.libcrypto.so.0.9.8e.hmac +usr/lib/.libcrypto.so.6.hmac +usr/lib/.libssl.so.0.9.8e.hmac +usr/lib/.libssl.so.6.hmac +usr/lib/libcrypto.so.0.9.8e +usr/lib/libcrypto.so.6 +usr/lib/libssl.so.0.9.8e +usr/lib/libssl.so.6 +usr/lib/libssl.so.7 +usr/lib/openssl098e/engines/lib4758cca.so +usr/lib/openssl098e/engines/libaep.so +usr/lib/openssl098e/engines/libatalla.so +usr/lib/openssl098e/engines/libchil.so +usr/lib/openssl098e/engines/libcswift.so +usr/lib/openssl098e/engines/libgmp.so +usr/lib/openssl098e/engines/libnuron.so +usr/lib/openssl098e/engines/libsureware.so +usr/lib/openssl098e/engines/libubsec.so +usr/share/doc/openssl098e-0.9.8e/CHANGES +usr/share/doc/openssl098e-0.9.8e/FAQ +usr/share/doc/openssl098e-0.9.8e/INSTALL +usr/share/doc/openssl098e-0.9.8e/LICENSE +usr/share/doc/openssl098e-0.9.8e/NEWS +usr/share/doc/openssl098e-0.9.8e/README +usr/share/doc/openssl098e-0.9.8e/README.FIPS + +@dirrm usr/share/doc/openssl098e-%%PORTVERSION%% +@dirrm usr/lib/openssl098e/engines +@dirrm usr/lib/openssl098e Property changes on: head/security/linux-c6-openssl-compat/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-f10-cyrus-sasl2/Makefile =================================================================== --- head/security/linux-f10-cyrus-sasl2/Makefile (revision 368844) +++ head/security/linux-f10-cyrus-sasl2/Makefile (revision 368845) @@ -1,30 +1,30 @@ # Created by: peter # $FreeBSD$ PORTNAME= cyrus-sasl2 PORTVERSION= 2.1.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- DISTNAME= cyrus-sasl-lib-${PORTVERSION}-${RPMVERSION} SRC_DISTFILES= cyrus-sasl-${PORTVERSION}-${RPMVERSION}.src.rpm MAINTAINER= emulation@FreeBSD.org COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer) (Linux Fedora 10) +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 19.fc10 USE_LDCONFIG= yes BRANDELF_FILES= usr/sbin/sasldblistusers2 usr/sbin/saslpasswd2 DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr PLIST_DIRS= etc/sasl2 usr/lib/sasl2 PLIST_FILES= usr/lib/libsasl2.so.2 usr/lib/libsasl2.so.2.0.22 usr/lib/sasl2/libanonymous.so usr/lib/sasl2/libanonymous.so.2 usr/lib/sasl2/libanonymous.so.2.0.22 usr/lib/sasl2/libsasldb.so usr/lib/sasl2/libsasldb.so.2 usr/lib/sasl2/libsasldb.so.2.0.22 usr/sbin/sasldblistusers2 usr/sbin/saslpasswd2 PLIST_FILES+= "@exec mkdir -p %D/etc/sasl2" DOCSDIR= usr/share/doc/cyrus-sasl-lib-${PORTVERSION} PORTDOCS= AUTHORS COPYING NEWS README advanced.html appconvert.html components.html gssapi.html index.html install.html macosx.html mechanisms.html options.html plugprog.html programming.html readme.html sysadmin.html upgrading.html windows.html .include Index: head/security/linux-f10-gnutls/Makefile =================================================================== --- head/security/linux-f10-gnutls/Makefile (revision 368844) +++ head/security/linux-f10-gnutls/Makefile (revision 368845) @@ -1,23 +1,22 @@ # Created by: Stas Timokhin # $FreeBSD$ PORTNAME= gnutls PORTVERSION= 2.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security linux -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= GNU Transport Layer Security library +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= libtasn1 libgcrypt libgpg-error -LINUX_DIST_VER= 10 + RPMVERSION= 5.fc10 USE_LDCONFIG= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" DESCR= ${PORTSDIR}/security/gnutls/pkg-descr .include Index: head/security/linux-f10-libgcrypt/Makefile =================================================================== --- head/security/linux-f10-libgcrypt/Makefile (revision 368844) +++ head/security/linux-f10-libgcrypt/Makefile (revision 368845) @@ -1,25 +1,25 @@ # Created by: Stas Timokhin # $FreeBSD$ PORTNAME= libgcrypt PORTVERSION= 1.4.4 +PORTREVISION= 1 CATEGORIES= security linux -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= General purpose crypto library based on code used in GnuPG +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 1.fc10 USE_LDCONFIG= yes PLIST_FILES= lib/libgcrypt.so.11 lib/libgcrypt.so.11.5.2 PLIST_DIRSTRY= etc/gcrypt DESCR= ${.CURDIR}/../libgcrypt/pkg-descr post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/gcrypt .include Index: head/security/linux-f10-libgpg-error/Makefile =================================================================== --- head/security/linux-f10-libgpg-error/Makefile (revision 368844) +++ head/security/linux-f10-libgpg-error/Makefile (revision 368845) @@ -1,24 +1,22 @@ # Created by: Stas Timoklhin # $FreeBSD$ PORTNAME= libgpg-error PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= security linux -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Common error values for all GnuPG components +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 2 USE_LDCONFIG= yes BRANDELF_FILES= usr/bin/gpg-error PLIST_SUB= PORTVERSION="${PORTVERSION}" DESCR= ${.CURDIR}/../libgpg-error/pkg-descr - -OPTIONS_DEFINE= DOCS .include Index: head/security/linux-f10-libssh2/Makefile =================================================================== --- head/security/linux-f10-libssh2/Makefile (revision 368844) +++ head/security/linux-f10-libssh2/Makefile (revision 368845) @@ -1,27 +1,27 @@ # Created by: bsam # $FreeBSD$ PORTNAME= libssh2 PORTVERSION= 0.18 +PORTREVISION= 1 CATEGORIES= security linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Library implementing the SSH2 protocol (Linux Fedora 10) CONFLICTS= linux-f8-libssh2-[0-9]* +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= openssl -LINUX_DIST_VER= 10 + RPMVERSION= 7.fc9 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libssh2.so.1 usr/lib/libssh2.so.1.0.0 DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING ChangeLog NEWS README DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/security/linux-f10-libtasn1/Makefile =================================================================== --- head/security/linux-f10-libtasn1/Makefile (revision 368844) +++ head/security/linux-f10-libtasn1/Makefile (revision 368845) @@ -1,23 +1,23 @@ # Created by: Stas Timokhin # $FreeBSD$ PORTNAME= libtasn1 PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= security linux -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= ASN.1 structure parser library +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 1.fc10 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libtasn1.so.3 usr/lib/libtasn1.so.3.0.16 DOCSDIR_REL= usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING COPYING.LIB ChangeLog NEWS README THANKS TODO libtasn1.pdf DESCR= ${.CURDIR}/../libtasn1/pkg-descr .include Index: head/security/linux-f10-nss/Makefile =================================================================== --- head/security/linux-f10-nss/Makefile (revision 368844) +++ head/security/linux-f10-nss/Makefile (revision 368845) @@ -1,26 +1,23 @@ # Created by: bsam # $FreeBSD$ PORTNAME= nss PORTVERSION= 3.12.3.99.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Network Security Services (Linux Fedora 10) -CONFLICTS= linux-f8-nss-[0-9]* - ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= nspr sqlite3 -LINUX_DIST_VER= 10 + RPMVERSION= 2.10.6.fc10 USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/security/linux-f10-openssl/Makefile =================================================================== --- head/security/linux-f10-openssl/Makefile (revision 368844) +++ head/security/linux-f10-openssl/Makefile (revision 368845) @@ -1,25 +1,25 @@ # Created by: bsam # $FreeBSD$ PORTNAME= openssl PORTVERSION= 0.9.8g +PORTREVISION= 1 CATEGORIES= security linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= OpenSSL toolkit (Linux Fedora 10) -CONFLICTS= linux-openssl-[0-9]* linux-f8-openssl-[0-9]* +CONFLICTS= linux-openssl-[0-9]* linux-c6-openssl-compat-[0-9]* +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 14.fc10 BRANDELF_FILES= usr/bin/openssl USE_LDCONFIG= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/sysutils/linux-f10-procps/Makefile =================================================================== --- head/sysutils/linux-f10-procps/Makefile (revision 368844) +++ head/sysutils/linux-f10-procps/Makefile (revision 368845) @@ -1,28 +1,27 @@ # Created by: leres # $FreeBSD$ PORTNAME= procps PORTVERSION= 3.2.7 CATEGORIES= sysutils linux PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}.fc${LINUX_DIST_VER} MAINTAINER= emulation@FreeBSD.org COMMENT= Linux psproc binaries (Linux Fedora 10) CONFLICTS= linux-procps-[0-9]* +USE_LINUX= f10 USE_LINUX_RPM= yes ONLY_FOR_ARCHS= i386 amd64 -LINUX_DIST_VER= 10 -RPMVERSION= 21 +RPMVERSION= 21.fc10 USE_LDCONFIG= yes BRANDELF_DIRS= bin sbin usr/bin PLIST_SUB+= PORTVERSION="${PORTVERSION}" -PROCFS= /compat/linux/proc +PROCFS= /compat/linux/proc post-install: @df ${PROCFS} 2>&1 | ${EGREP} '^linprocfs ' > /dev/null 2>&1 || (echo ">>>" ; echo ">>> You still need to mount ${PROCFS}; see linprocfs(5)" ; echo ">>> for more information" ; echo ">>>") .include Index: head/textproc/Makefile =================================================================== --- head/textproc/Makefile (revision 368844) +++ head/textproc/Makefile (revision 368845) @@ -1,1577 +1,1580 @@ # $FreeBSD$ # COMMENT = Text processing utilities (does not include desktop publishing) SUBDIR += 2bsd-diff SUBDIR += R-cran-R2HTML SUBDIR += R-cran-XML SUBDIR += R-cran-stringr SUBDIR += R-cran-xtable SUBDIR += ack SUBDIR += adabrowse SUBDIR += add-css-links SUBDIR += af-aspell SUBDIR += aft SUBDIR += agrep SUBDIR += aiksaurus SUBDIR += aiksaurus-gtk SUBDIR += align SUBDIR += am-aspell SUBDIR += amberfish SUBDIR += ansifilter SUBDIR += ant-xinclude-task SUBDIR += antiword SUBDIR += apache-poi SUBDIR += apache-solr SUBDIR += apache-solr3 SUBDIR += apertium SUBDIR += archmage SUBDIR += artha SUBDIR += asciidoc SUBDIR += asm-xml SUBDIR += asm2html SUBDIR += aspell SUBDIR += aspell-ispell SUBDIR += ast-aspell SUBDIR += atom SUBDIR += augeas SUBDIR += az-aspell SUBDIR += bar SUBDIR += bbe SUBDIR += be-aspell SUBDIR += bedic-data SUBDIR += beediff SUBDIR += bg-aspell SUBDIR += bg-hyphen SUBDIR += bg-mythes SUBDIR += bib2html SUBDIR += bibtex2html SUBDIR += bibtool SUBDIR += bibutils SUBDIR += bn-aspell SUBDIR += bomstrip SUBDIR += br-aspell SUBDIR += bsddiff SUBDIR += bsdgrep SUBDIR += bsdsort SUBDIR += btparse SUBDIR += c2html SUBDIR += ca-aspell SUBDIR += catdoc SUBDIR += cbedic SUBDIR += cdif SUBDIR += cdiff SUBDIR += cgrep SUBDIR += chm2pdf SUBDIR += chpp SUBDIR += cl-meta SUBDIR += cl-meta-sbcl SUBDIR += cl-ppcre SUBDIR += cl-ppcre-sbcl SUBDIR += clit SUBDIR += clucene SUBDIR += clucene-qt4 SUBDIR += clucene-qt5 SUBDIR += coccigrep SUBDIR += code2html SUBDIR += codespell SUBDIR += colordiff SUBDIR += confetti SUBDIR += confget SUBDIR += crimson SUBDIR += cs-aspell SUBDIR += cs-mythes SUBDIR += csb-aspell SUBDIR += csv2latex SUBDIR += csvdiff SUBDIR += ctpl SUBDIR += ctpp2 SUBDIR += cwtext SUBDIR += cy-aspell SUBDIR += da-aspell SUBDIR += da-hyphen SUBDIR += dadadodo SUBDIR += db2latex SUBDIR += dbacl SUBDIR += dblatex SUBDIR += denature SUBDIR += dict SUBDIR += dictem SUBDIR += dictfmt SUBDIR += dictionary SUBDIR += diffmark SUBDIR += diffsplit SUBDIR += diffstat SUBDIR += diffutils SUBDIR += dikt SUBDIR += discount SUBDIR += dixit SUBDIR += doc-mode.el SUBDIR += docbook SUBDIR += docbook-sgml SUBDIR += docbook-tdg SUBDIR += docbook-to-man SUBDIR += docbook-utils SUBDIR += docbook-xml SUBDIR += docbook-xsd SUBDIR += docbook-xsl SUBDIR += docbook-xsl-ns SUBDIR += docbook2X SUBDIR += docbook2odf SUBDIR += docbookide.el SUBDIR += docdiff SUBDIR += doclifter SUBDIR += docproj SUBDIR += dom4j SUBDIR += domc SUBDIR += dsssl-docbook-modular SUBDIR += dtd-catalogs SUBDIR += dtd2relax SUBDIR += dtdinst SUBDIR += dtdparse SUBDIR += duncan SUBDIR += dwdiff SUBDIR += easydiff SUBDIR += ebook-tools SUBDIR += ecromedos SUBDIR += ekhtml SUBDIR += el-aspell SUBDIR += el-hyphen SUBDIR += elasticsearch SUBDIR += elasticsearch-plugin-marvel SUBDIR += emacs-wiki SUBDIR += en-aspell SUBDIR += en-hunspell SUBDIR += en-mythes SUBDIR += enchant SUBDIR += eo-aspell SUBDIR += eqe SUBDIR += es-aspell SUBDIR += es-hunspell SUBDIR += es-hyphen SUBDIR += es-mythes SUBDIR += estraier SUBDIR += et-aspell SUBDIR += exempi SUBDIR += exmpp SUBDIR += expat2 SUBDIR += exslt SUBDIR += extract_url SUBDIR += ezxml SUBDIR += fa-aspell SUBDIR += fcitx-m17n SUBDIR += fex SUBDIR += ffe SUBDIR += fi-aspell SUBDIR += filepp SUBDIR += fist SUBDIR += fixrtf SUBDIR += fldiff SUBDIR += flex SUBDIR += flip SUBDIR += fo-aspell SUBDIR += foiltex SUBDIR += fop SUBDIR += fpc-aspell SUBDIR += fpc-libxml2 SUBDIR += freexl SUBDIR += fy-aspell SUBDIR += ga-aspell SUBDIR += gastex SUBDIR += gd-aspell SUBDIR += gdict SUBDIR += gdome2 SUBDIR += gl-aspell SUBDIR += gladtex SUBDIR += glark SUBDIR += glpi-plugins-AdditionalReports SUBDIR += glpi-plugins-DataInjection SUBDIR += gmetadom SUBDIR += gnome-doc-utils SUBDIR += gnome-spell SUBDIR += gnome-translate SUBDIR += gnugrep SUBDIR += go-text SUBDIR += go.text SUBDIR += goldendict SUBDIR += google-ctemplate SUBDIR += google-translate-cli SUBDIR += gpp SUBDIR += grap SUBDIR += grc-aspell SUBDIR += groff SUBDIR += groonga SUBDIR += gsed SUBDIR += gtk-doc SUBDIR += gtkspell SUBDIR += gtkspell3 SUBDIR += gtkspell-reference SUBDIR += gu-aspell SUBDIR += gutenmark SUBDIR += gv-aspell SUBDIR += heirloom-doctools SUBDIR += hevea SUBDIR += hgrep SUBDIR += hhm SUBDIR += hi-aspell SUBDIR += highlight SUBDIR += hil-aspell SUBDIR += hr-aspell SUBDIR += hs-Diff SUBDIR += hs-HStringTemplate SUBDIR += hs-HaXml SUBDIR += hs-appar SUBDIR += hs-attoparsec SUBDIR += hs-attoparsec-enumerator SUBDIR += hs-blaze-html SUBDIR += hs-blaze-markup SUBDIR += hs-bytestring-csv SUBDIR += hs-case-insensitive SUBDIR += hs-citeproc-hs SUBDIR += hs-csv SUBDIR += hs-double-conversion SUBDIR += hs-feed SUBDIR += hs-hexpat SUBDIR += hs-highlighting-kate SUBDIR += hs-hs-bibutils SUBDIR += hs-html SUBDIR += hs-html-conduit SUBDIR += hs-hxt SUBDIR += hs-hxt-charproperties SUBDIR += hs-hxt-regex-xmlschema SUBDIR += hs-hxt-unicode SUBDIR += hs-lhs2tex SUBDIR += hs-libxml SUBDIR += hs-libxml-sax SUBDIR += hs-pandoc SUBDIR += hs-pandoc-types SUBDIR += hs-parsec SUBDIR += hs-polyparse SUBDIR += hs-regex-base SUBDIR += hs-regex-compat SUBDIR += hs-regex-pcre-builtin SUBDIR += hs-regex-posix SUBDIR += hs-regex-tdfa SUBDIR += hs-stringsearch SUBDIR += hs-tagsoup SUBDIR += hs-tagstream-conduit SUBDIR += hs-texmath SUBDIR += hs-uri SUBDIR += hs-xml SUBDIR += hs-xml-conduit SUBDIR += hs-xml-hamlet SUBDIR += hs-xml-types SUBDIR += hs-xmlhtml SUBDIR += hs-yaml SUBDIR += hsb-aspell SUBDIR += htdig SUBDIR += html SUBDIR += html-pretty SUBDIR += html2fo SUBDIR += html2tex SUBDIR += html2text SUBDIR += htmlc SUBDIR += htmldoc SUBDIR += htmlise SUBDIR += htmlize.el SUBDIR += htmlsection SUBDIR += htmltolatex SUBDIR += humanzip SUBDIR += hunspell SUBDIR += hy-aspell SUBDIR += hyperestraier SUBDIR += hyphen SUBDIR += ia-aspell SUBDIR += ibus SUBDIR += ibus-el SUBDIR += ibus-kmfl SUBDIR += ibus-m17n SUBDIR += ibus-qt SUBDIR += ibus-table SUBDIR += id-aspell SUBDIR += id-hyphen SUBDIR += idnits SUBDIR += igor SUBDIR += iksemel SUBDIR += info2html SUBDIR += info2man SUBDIR += info_to_html SUBDIR += intltool SUBDIR += irstlm SUBDIR += is-aspell SUBDIR += is-hyphen SUBDIR += iso-schematron-xslt SUBDIR += iso12083 SUBDIR += iso8879 SUBDIR += it-aspell SUBDIR += it-hunspell SUBDIR += it-hyphen SUBDIR += it-mythes SUBDIR += itstool SUBDIR += jade SUBDIR += jakarta-commons-digester SUBDIR += jalingo SUBDIR += jarnal SUBDIR += java2html SUBDIR += jaxup SUBDIR += jdictionary SUBDIR += jdictionary-int-eng SUBDIR += jing SUBDIR += jq SUBDIR += jrefentry SUBDIR += jshon SUBDIR += kdiff3 SUBDIR += kenlm SUBDIR += kibana SUBDIR += kmfl-european-latin SUBDIR += kmfl-khmer SUBDIR += kmfl-sil-ezra SUBDIR += kmfl-sil-galatia SUBDIR += kmfl-sil-ipa-unicode SUBDIR += kmfl-sil-panafrican-latin SUBDIR += kmfl-sil-yi SUBDIR += kmfl-varamozhi-malayalam SUBDIR += kmflcomp SUBDIR += kn-aspell SUBDIR += kompare SUBDIR += ku-aspell SUBDIR += ky-aspell SUBDIR += l2a SUBDIR += la-aspell SUBDIR += lacheck SUBDIR += lasem SUBDIR += latex-service SUBDIR += latex2html SUBDIR += libabw SUBDIR += libabw00 SUBDIR += libcrm114 SUBDIR += libcroco SUBDIR += libcsv SUBDIR += libcue SUBDIR += libe-book SUBDIR += libe-book00 SUBDIR += libebml SUBDIR += libextractor SUBDIR += libexttextcat SUBDIR += libflate SUBDIR += libguess SUBDIR += libkmfl SUBDIR += libkolabxml SUBDIR += libkomparediff2 SUBDIR += liblingoteach SUBDIR += liblrdf SUBDIR += libmrss SUBDIR += libmrss-php SUBDIR += libmwaw SUBDIR += libnxml SUBDIR += libodfgen SUBDIR += libparsifal SUBDIR += librevenge SUBDIR += libroxml SUBDIR += libsass SUBDIR += libsoldout SUBDIR += libsphinxclient SUBDIR += libstree SUBDIR += libtext-charwidth-perl SUBDIR += libtext-wrapi18n-perl SUBDIR += libtextcat SUBDIR += libtranslate SUBDIR += libtre SUBDIR += libunibreak SUBDIR += libuninameslist SUBDIR += libvisio SUBDIR += libwpd SUBDIR += libwps SUBDIR += libxdiff SUBDIR += libxml++26 SUBDIR += libxml++26-reference SUBDIR += libxml2 SUBDIR += libxml2-reference SUBDIR += libxode SUBDIR += libxslt SUBDIR += libxslt-reference SUBDIR += libyaml SUBDIR += link-grammar + SUBDIR += linux-c6-aspell + SUBDIR += linux-c6-expat + SUBDIR += linux-c6-libxml2 SUBDIR += linux-f10-aspell SUBDIR += linux-f10-expat SUBDIR += linux-f10-libxml2 SUBDIR += linux-f10-scim-gtk SUBDIR += linux-f10-scim-libs SUBDIR += linuxdoc SUBDIR += localize SUBDIR += loook SUBDIR += lt-aspell SUBDIR += lt-hyphen SUBDIR += lttoolbox SUBDIR += ltxml SUBDIR += luaexpat SUBDIR += lucene SUBDIR += lucene4 SUBDIR += lv-aspell SUBDIR += m17n-im-config SUBDIR += makefaq SUBDIR += makepatch SUBDIR += man2html SUBDIR += markdown SUBDIR += markdown-mode.el SUBDIR += mathml-xsd SUBDIR += mdocml SUBDIR += meld SUBDIR += metauml SUBDIR += mgdiff SUBDIR += mguesser SUBDIR += mi-aspell SUBDIR += mifluz SUBDIR += minised SUBDIR += mk-aspell SUBDIR += mkcatalog SUBDIR += ml-aspell SUBDIR += ml1 SUBDIR += mn-aspell SUBDIR += modlogan SUBDIR += mr-aspell SUBDIR += ms-aspell SUBDIR += msort SUBDIR += mt-aspell SUBDIR += multimarkdown SUBDIR += muse SUBDIR += mxml SUBDIR += mysqlviz SUBDIR += mythes SUBDIR += nb-aspell SUBDIR += nds-aspell SUBDIR += nl-aspell SUBDIR += nl-hunspell SUBDIR += nl-hyphen SUBDIR += nl-mythes SUBDIR += nltk SUBDIR += nn-aspell SUBDIR += no-hunspell SUBDIR += nunnimcax SUBDIR += nux SUBDIR += ny-aspell SUBDIR += ocaml-csv SUBDIR += ocaml-expat SUBDIR += ocaml-pxp SUBDIR += ocaml-text SUBDIR += ocaml-tyxml SUBDIR += odt2txt SUBDIR += openfts SUBDIR += openjade SUBDIR += opensched SUBDIR += opensp SUBDIR += opentoken SUBDIR += openvanilla-framework SUBDIR += or-aspell SUBDIR += ots SUBDIR += p5-AI-Categorizer SUBDIR += p5-Algorithm-CheckDigits SUBDIR += p5-Algorithm-RabinKarp SUBDIR += p5-Apache-ParseLog SUBDIR += p5-BibTeX-Parser SUBDIR += p5-Bloom-Filter SUBDIR += p5-CAM-PDF SUBDIR += p5-CQL-Parser SUBDIR += p5-CSS SUBDIR += p5-CSS-Compressor SUBDIR += p5-CSS-Croco SUBDIR += p5-CSS-Minifier SUBDIR += p5-CSS-Minifier-XS SUBDIR += p5-CSS-Packer SUBDIR += p5-CSS-SAC SUBDIR += p5-CSS-Simple SUBDIR += p5-CSS-Squish SUBDIR += p5-CSS-Tiny SUBDIR += p5-Chess-PGN-Parse SUBDIR += p5-Class-CSV SUBDIR += p5-Data-FormValidator SUBDIR += p5-Data-FormValidator-Constraints-DateTime SUBDIR += p5-Data-Phrasebook SUBDIR += p5-Data-Phrasebook-Loader-YAML SUBDIR += p5-Data-Report SUBDIR += p5-Data-SpreadPagination SUBDIR += p5-DelimMatch SUBDIR += p5-Dev-Bollocks SUBDIR += p5-Devel-TraceSAX SUBDIR += p5-DocSet SUBDIR += p5-EBook-Tools SUBDIR += p5-ElasticSearch-SearchBuilder SUBDIR += p5-ElasticSearch-legacy SUBDIR += p5-Excel-Template SUBDIR += p5-Excel-Writer-XLSX SUBDIR += p5-File-Inplace SUBDIR += p5-Filter-Simple SUBDIR += p5-FormValidator-Lite SUBDIR += p5-Games-Dissociate SUBDIR += p5-Geo-Parse-OSM SUBDIR += p5-Getopt-Lucid SUBDIR += p5-Google-Data-JSON SUBDIR += p5-HTML-CTPP2 SUBDIR += p5-HTML-Copy SUBDIR += p5-HTML-Entities-ImodePictogram SUBDIR += p5-HTML-Entities-Interpolate SUBDIR += p5-HTML-Entities-Numbered SUBDIR += p5-HTML-EscapeEvil SUBDIR += p5-HTML-Format SUBDIR += p5-HTML-FormatText-WithLinks SUBDIR += p5-HTML-FormatText-WithLinks-AndTables SUBDIR += p5-HTML-Fraction SUBDIR += p5-HTML-HTML5-Entities SUBDIR += p5-HTML-HTML5-Parser SUBDIR += p5-HTML-HTMLDoc SUBDIR += p5-HTML-Packer SUBDIR += p5-HTML-QRCode SUBDIR += p5-HTML-Quoted SUBDIR += p5-HTML-RewriteAttributes SUBDIR += p5-HTML-SBC SUBDIR += p5-HTML-SuperForm SUBDIR += p5-HTML-TagFilter SUBDIR += p5-HTML-Tidy SUBDIR += p5-HTML-Tiny SUBDIR += p5-HTML-Truncate SUBDIR += p5-Hailo SUBDIR += p5-Hash-Merge SUBDIR += p5-Hatena-Keyword SUBDIR += p5-IDNA-Punycode SUBDIR += p5-IO-CSVHeaderFile SUBDIR += p5-JavaScript-Minifier SUBDIR += p5-JavaScript-Minifier-XS SUBDIR += p5-JavaScript-Packer SUBDIR += p5-KinoSearch1 SUBDIR += p5-Kwalify SUBDIR += p5-LaTeX-Driver SUBDIR += p5-LaTeX-Encode SUBDIR += p5-LaTeX-Pod SUBDIR += p5-LaTeX-TOM SUBDIR += p5-LaTeX-Table SUBDIR += p5-LaTeX-ToUnicode SUBDIR += p5-Lingua-Conjunction SUBDIR += p5-Lingua-EN-AddressParse SUBDIR += p5-Lingua-EN-Fathom SUBDIR += p5-Lingua-EN-FindNumber SUBDIR += p5-Lingua-EN-Gender SUBDIR += p5-Lingua-EN-Infinitive SUBDIR += p5-Lingua-EN-Inflect SUBDIR += p5-Lingua-EN-Inflect-Number SUBDIR += p5-Lingua-EN-Inflect-Phrase SUBDIR += p5-Lingua-EN-MatchNames SUBDIR += p5-Lingua-EN-NameCase SUBDIR += p5-Lingua-EN-NameParse SUBDIR += p5-Lingua-EN-NamedEntity SUBDIR += p5-Lingua-EN-Nickname SUBDIR += p5-Lingua-EN-Number-IsOrdinal SUBDIR += p5-Lingua-EN-Numbers SUBDIR += p5-Lingua-EN-Numbers-Easy SUBDIR += p5-Lingua-EN-Numbers-Ordinate SUBDIR += p5-Lingua-EN-PluralToSingular SUBDIR += p5-Lingua-EN-Sentence SUBDIR += p5-Lingua-EN-Squeeze SUBDIR += p5-Lingua-EN-Summarize SUBDIR += p5-Lingua-EN-Syllable SUBDIR += p5-Lingua-EN-Tagger SUBDIR += p5-Lingua-EN-Words2Nums SUBDIR += p5-Lingua-Ident SUBDIR += p5-Lingua-Identify SUBDIR += p5-Lingua-Ispell SUBDIR += p5-Lingua-PT-Stemmer SUBDIR += p5-Lingua-Preferred SUBDIR += p5-Lingua-Stem SUBDIR += p5-Lingua-Stem-Fr SUBDIR += p5-Lingua-Stem-It SUBDIR += p5-Lingua-Stem-Ru SUBDIR += p5-Lingua-Stem-Snowball SUBDIR += p5-Lingua-Stem-Snowball-Da SUBDIR += p5-Lingua-Stem-Snowball-No SUBDIR += p5-Lingua-Stem-Snowball-Se SUBDIR += p5-Lingua-StopWords SUBDIR += p5-Lingua-Treebank SUBDIR += p5-MARC SUBDIR += p5-MARC-Charset SUBDIR += p5-MARC-Lint SUBDIR += p5-MARC-Record SUBDIR += p5-MARC-XML SUBDIR += p5-MKDoc-XML SUBDIR += p5-Makefile-DOM SUBDIR += p5-Makefile-Parser SUBDIR += p5-Markapl SUBDIR += p5-Marpa-HTML SUBDIR += p5-MathML-Entities SUBDIR += p5-Net-IDN-Encode SUBDIR += p5-Net-Snort-Parser SUBDIR += p5-Net-YASA SUBDIR += p5-NetAddr-IP-Find SUBDIR += p5-Number-Format SUBDIR += p5-Number-Spell SUBDIR += p5-ODF-lpOD SUBDIR += p5-OpenOffice-OODoc SUBDIR += p5-PDF-API2 SUBDIR += p5-PDF-API3 SUBDIR += p5-PDF-Create SUBDIR += p5-PDF-FromHTML SUBDIR += p5-PDF-Table SUBDIR += p5-PDF-Writer SUBDIR += p5-POD2-Base SUBDIR += p5-POE-Filter-XML SUBDIR += p5-POSIX-Regex SUBDIR += p5-PPI SUBDIR += p5-PPI-HTML SUBDIR += p5-PPI-XS SUBDIR += p5-PPIx-EditorTools SUBDIR += p5-PPIx-Regexp SUBDIR += p5-PPIx-Utilities SUBDIR += p5-Parse-BooleanLogic SUBDIR += p5-Parse-CSV SUBDIR += p5-Parse-FixedLength SUBDIR += p5-Parse-Flex SUBDIR += p5-Parse-PhoneNumber SUBDIR += p5-Parse-Syslog SUBDIR += p5-Perl-Critic SUBDIR += p5-Perl-Critic-Bangs SUBDIR += p5-Perl-MinimumVersion SUBDIR += p5-PerlPoint-Converters SUBDIR += p5-PerlPoint-Package SUBDIR += p5-Petal SUBDIR += p5-Petal-CodePerl SUBDIR += p5-Petal-Mail SUBDIR += p5-Petal-Utils SUBDIR += p5-Plagger SUBDIR += p5-Plucene SUBDIR += p5-Plucene-Analysis-CJKAnalyzer SUBDIR += p5-Plucene-Plugin-Analyzer-SnowballAnalyzer SUBDIR += p5-Plucene-Simple SUBDIR += p5-Pod-Abstract SUBDIR += p5-Pod-Autopod SUBDIR += p5-Pod-Constants SUBDIR += p5-Pod-DocBook SUBDIR += p5-Pod-Elemental SUBDIR += p5-Pod-Escapes SUBDIR += p5-Pod-Eventual SUBDIR += p5-Pod-HtmlEasy SUBDIR += p5-Pod-Markdown SUBDIR += p5-Pod-POM SUBDIR += p5-Pod-POM-View-HTML-Filter SUBDIR += p5-Pod-Parser SUBDIR += p5-Pod-Perldoc SUBDIR += p5-Pod-ProjectDocs SUBDIR += p5-Pod-Readme SUBDIR += p5-Pod-Simple SUBDIR += p5-Pod-Spell SUBDIR += p5-Pod-Strip SUBDIR += p5-Pod-Stripper SUBDIR += p5-Pod-Tree SUBDIR += p5-Pod-WSDL SUBDIR += p5-Pod-WikiDoc SUBDIR += p5-Pod-XML SUBDIR += p5-Pod-Xhtml SUBDIR += p5-RADIUS-UserFile SUBDIR += p5-RDF-Core SUBDIR += p5-RDF-Notation3 SUBDIR += p5-RDF-Simple SUBDIR += p5-RDF-Trine SUBDIR += p5-RDFStore SUBDIR += p5-RTF-Parser SUBDIR += p5-RTF-Tokenizer SUBDIR += p5-RTF-Writer SUBDIR += p5-Regex-PreSuf SUBDIR += p5-Regexp-Common SUBDIR += p5-Regexp-Common-Email-Address SUBDIR += p5-Regexp-Common-net-CIDR SUBDIR += p5-Regexp-Common-profanity_us SUBDIR += p5-Regexp-Copy SUBDIR += p5-Regexp-DefaultFlags SUBDIR += p5-Regexp-IPv6 SUBDIR += p5-Regexp-Log SUBDIR += p5-Regexp-Log-Common SUBDIR += p5-SGML-DTDParse SUBDIR += p5-SGML-Parser-OpenSP SUBDIR += p5-SGMLSpm SUBDIR += p5-SQL-Tokenizer SUBDIR += p5-SVG SUBDIR += p5-SVG-Parser SUBDIR += p5-Search-Elasticsearch SUBDIR += p5-Search-Estraier SUBDIR += p5-Search-Odeum SUBDIR += p5-Search-Saryer SUBDIR += p5-Search-VectorSpace SUBDIR += p5-Senna SUBDIR += p5-Solr SUBDIR += p5-Sort-ArbBiLex SUBDIR += p5-Sort-Fields SUBDIR += p5-Sort-Naturally SUBDIR += p5-Sphinx-Config SUBDIR += p5-Sphinx-Manager SUBDIR += p5-Sphinx-Search SUBDIR += p5-Spork SUBDIR += p5-Spreadsheet-ParseExcel SUBDIR += p5-Spreadsheet-Read SUBDIR += p5-Spreadsheet-ReadSXC SUBDIR += p5-Spreadsheet-WriteExcel SUBDIR += p5-Spreadsheet-WriteExcel-FromXML SUBDIR += p5-Spreadsheet-WriteExcel-Styler SUBDIR += p5-Spreadsheet-WriteExcelXML SUBDIR += p5-Spreadsheet-XLSX SUBDIR += p5-String-BufferStack SUBDIR += p5-String-CamelCase SUBDIR += p5-String-Compare-ConstantTime SUBDIR += p5-String-Divert SUBDIR += p5-String-Escape SUBDIR += p5-String-Flogger SUBDIR += p5-String-Format SUBDIR += p5-String-Fraction SUBDIR += p5-String-HexConvert SUBDIR += p5-String-Koremutake SUBDIR += p5-String-RewritePrefix SUBDIR += p5-String-Scanf SUBDIR += p5-String-ShellQuote SUBDIR += p5-String-ShowDiff SUBDIR += p5-String-Strip SUBDIR += p5-String-ToIdentifier-EN SUBDIR += p5-String-Tokenizer SUBDIR += p5-String-Truncate SUBDIR += p5-String-Urandom SUBDIR += p5-Syntax-Highlight-Engine-Kate SUBDIR += p5-Syntax-Highlight-Perl-Improved SUBDIR += p5-TOML SUBDIR += p5-TeX-Encode SUBDIR += p5-TeX-Hyphen SUBDIR += p5-Template-Declare SUBDIR += p5-Template-Extract SUBDIR += p5-Template-Magic SUBDIR += p5-Template-Plugin-Autoformat SUBDIR += p5-Template-Plugin-Filter-Minify-CSS SUBDIR += p5-Template-Plugin-Filter-Minify-CSS-XS SUBDIR += p5-Template-Plugin-Filter-Minify-JavaScript SUBDIR += p5-Template-Plugin-Filter-Minify-JavaScript-XS SUBDIR += p5-Template-Plugin-HTML-SuperForm SUBDIR += p5-Template-Plugin-Lingua-EN-Inflect SUBDIR += p5-Template-Plugin-XML-Escape SUBDIR += p5-Template-Semantic SUBDIR += p5-Template-Tiny SUBDIR += p5-Term-QRCode SUBDIR += p5-Test-Perl-Critic SUBDIR += p5-Text-ASCIIMathML SUBDIR += p5-Text-ASCIITable SUBDIR += p5-Text-Affixes SUBDIR += p5-Text-Aligner SUBDIR += p5-Text-Aspell SUBDIR += p5-Text-Autoformat SUBDIR += p5-Text-Balanced SUBDIR += p5-Text-Bastardize SUBDIR += p5-Text-BibTeX SUBDIR += p5-Text-Bind SUBDIR += p5-Text-Brew SUBDIR += p5-Text-CSV SUBDIR += p5-Text-CSV-Encoded SUBDIR += p5-Text-CSV-Hashify SUBDIR += p5-Text-CSV-Simple SUBDIR += p5-Text-CSV_XS SUBDIR += p5-Text-Capitalize SUBDIR += p5-Text-CharWidth SUBDIR += p5-Text-Chomp SUBDIR += p5-Text-ClearSilver SUBDIR += p5-Text-Context SUBDIR += p5-Text-Context-EitherSide SUBDIR += p5-Text-DHCPLeases SUBDIR += p5-Text-Decorator SUBDIR += p5-Text-Delimited SUBDIR += p5-Text-Diff SUBDIR += p5-Text-Diff-HTML SUBDIR += p5-Text-Diff-Parser SUBDIR += p5-Text-Diff3 SUBDIR += p5-Text-DoubleMetaphone SUBDIR += p5-Text-Emoticon SUBDIR += p5-Text-Emoticon-GoogleTalk SUBDIR += p5-Text-EtText SUBDIR += p5-Text-Extract-Word SUBDIR += p5-Text-ExtractWords SUBDIR += p5-Text-FillIn SUBDIR += p5-Text-Filter SUBDIR += p5-Text-Filter-Chain SUBDIR += p5-Text-FindIndent SUBDIR += p5-Text-FixEOL SUBDIR += p5-Text-FixedLength SUBDIR += p5-Text-FixedLength-Extra SUBDIR += p5-Text-Flow SUBDIR += p5-Text-Flowchart SUBDIR += p5-Text-Flowed SUBDIR += p5-Text-Format SUBDIR += p5-Text-Format+NWrap SUBDIR += p5-Text-FormatTable SUBDIR += p5-Text-German SUBDIR += p5-Text-Glob SUBDIR += p5-Text-Graphics SUBDIR += p5-Text-Greeking SUBDIR += p5-Text-Haml SUBDIR += p5-Text-Hatena SUBDIR += p5-Text-Highlight SUBDIR += p5-Text-HikiDoc SUBDIR += p5-Text-Hyphen SUBDIR += p5-Text-LTSV SUBDIR += p5-Text-Language-Guess SUBDIR += p5-Text-Lorem SUBDIR += p5-Text-Markdown SUBDIR += p5-Text-Match-FastAlternatives SUBDIR += p5-Text-Metaphone SUBDIR += p5-Text-MicroMason SUBDIR += p5-Text-MicroTemplate SUBDIR += p5-Text-MicroTemplate-Extended SUBDIR += p5-Text-MultiMarkdown SUBDIR += p5-Text-NSP SUBDIR += p5-Text-NeatTemplate SUBDIR += p5-Text-Netstring SUBDIR += p5-Text-Ngram SUBDIR += p5-Text-Ngrams SUBDIR += p5-Text-Original SUBDIR += p5-Text-Padding SUBDIR += p5-Text-ParagraphDiff SUBDIR += p5-Text-ParseWords SUBDIR += p5-Text-Patch SUBDIR += p5-Text-Pipe SUBDIR += p5-Text-Prefix-XS SUBDIR += p5-Text-QRCode SUBDIR += p5-Text-Query SUBDIR += p5-Text-Quote SUBDIR += p5-Text-Quoted SUBDIR += p5-Text-RecordParser SUBDIR += p5-Text-Reflow SUBDIR += p5-Text-Reform SUBDIR += p5-Text-Report SUBDIR += p5-Text-Repository SUBDIR += p5-Text-Sass SUBDIR += p5-Text-Shellwords SUBDIR += p5-Text-Similarity SUBDIR += p5-Text-SimpleTable SUBDIR += p5-Text-SimpleTemplate SUBDIR += p5-Text-SpellChecker SUBDIR += p5-Text-SpellChecker-GUI SUBDIR += p5-Text-Striphigh SUBDIR += p5-Text-Table SUBDIR += p5-Text-Tabs+Wrap SUBDIR += p5-Text-TabularDisplay SUBDIR += p5-Text-Tags SUBDIR += p5-Text-Template SUBDIR += p5-Text-TestBase SUBDIR += p5-Text-Textile SUBDIR += p5-Text-Tmpl SUBDIR += p5-Text-Trac SUBDIR += p5-Text-Trim SUBDIR += p5-Text-Truncate SUBDIR += p5-Text-Typography SUBDIR += p5-Text-Unaccent SUBDIR += p5-Text-VimColor SUBDIR += p5-Text-VisualWidth SUBDIR += p5-Text-WikiCreole SUBDIR += p5-Text-WikiFormat SUBDIR += p5-Text-WordDiff SUBDIR += p5-Text-WrapI18N SUBDIR += p5-Text-Wrapper SUBDIR += p5-Text-Xslate SUBDIR += p5-Text-Xslate-Bridge-TT2Like SUBDIR += p5-Text-vCard SUBDIR += p5-Tiffany SUBDIR += p5-Time-Human SUBDIR += p5-Tk-Pod SUBDIR += p5-Tk-XMLViewer SUBDIR += p5-Tree-Nary SUBDIR += p5-Tree-Suffix SUBDIR += p5-UML-Class-Simple SUBDIR += p5-UML-Sequence SUBDIR += p5-UML-State SUBDIR += p5-URI-Find SUBDIR += p5-Unicode-CaseFold SUBDIR += p5-Unicode-CheckUTF8 SUBDIR += p5-Unicode-Collate SUBDIR += p5-Unicode-EastAsianWidth SUBDIR += p5-Unicode-Escape SUBDIR += p5-Unicode-LineBreak SUBDIR += p5-Unicode-Normalize SUBDIR += p5-Unicode-Unihan SUBDIR += p5-Validator-Custom SUBDIR += p5-Version-Next SUBDIR += p5-Vroom SUBDIR += p5-WDDX SUBDIR += p5-WWW-Google-SiteMap SUBDIR += p5-WWW-Wordnik-API SUBDIR += p5-WordNet-QueryData SUBDIR += p5-WordNet-Similarity SUBDIR += p5-XML-Atom SUBDIR += p5-XML-Atom-Ext-OpenSearch SUBDIR += p5-XML-Atom-Filter SUBDIR += p5-XML-Atom-SimpleFeed SUBDIR += p5-XML-Atom-Stream SUBDIR += p5-XML-Atom-Syndication SUBDIR += p5-XML-AutoWriter SUBDIR += p5-XML-Bare SUBDIR += p5-XML-Canonical SUBDIR += p5-XML-CanonicalizeXML SUBDIR += p5-XML-Catalog SUBDIR += p5-XML-Clean SUBDIR += p5-XML-Code SUBDIR += p5-XML-CommonNS SUBDIR += p5-XML-Compile SUBDIR += p5-XML-Compile-Cache SUBDIR += p5-XML-Compile-Dumper SUBDIR += p5-XML-DBMS SUBDIR += p5-XML-DOM SUBDIR += p5-XML-DOM-Lite SUBDIR += p5-XML-DOM-XPath SUBDIR += p5-XML-DOM2 SUBDIR += p5-XML-DOMHandler SUBDIR += p5-XML-DT SUBDIR += p5-XML-DTDParser SUBDIR += p5-XML-Declare SUBDIR += p5-XML-Descent SUBDIR += p5-XML-DifferenceMarkup SUBDIR += p5-XML-Directory SUBDIR += p5-XML-DoubleEncodedEntities SUBDIR += p5-XML-Driver-HTML SUBDIR += p5-XML-Dumper SUBDIR += p5-XML-Elemental SUBDIR += p5-XML-Encoding SUBDIR += p5-XML-Entities SUBDIR += p5-XML-FOAF SUBDIR += p5-XML-Feed SUBDIR += p5-XML-Feed-Deduper SUBDIR += p5-XML-FeedPP SUBDIR += p5-XML-Filter-BufferText SUBDIR += p5-XML-Filter-DOMFilter-LibXML SUBDIR += p5-XML-Filter-DetectWS SUBDIR += p5-XML-Filter-GenericChunk SUBDIR += p5-XML-Filter-Reindent SUBDIR += p5-XML-Filter-SAX1toSAX2 SUBDIR += p5-XML-Filter-SAXT SUBDIR += p5-XML-Filter-XInclude SUBDIR += p5-XML-Filter-XSLT SUBDIR += p5-XML-Flow SUBDIR += p5-XML-GDOME SUBDIR += p5-XML-Generator SUBDIR += p5-XML-Generator-DBI SUBDIR += p5-XML-Generator-PerlData SUBDIR += p5-XML-Grove SUBDIR += p5-XML-Handler-Dtd2DocBook SUBDIR += p5-XML-Handler-Dtd2Html SUBDIR += p5-XML-Handler-HTMLWriter SUBDIR += p5-XML-Handler-Trees SUBDIR += p5-XML-Handler-YAWriter SUBDIR += p5-XML-Hash-LX SUBDIR += p5-XML-LibXML SUBDIR += p5-XML-LibXML-Cache SUBDIR += p5-XML-LibXML-Iterator SUBDIR += p5-XML-LibXML-PrettyPrint SUBDIR += p5-XML-LibXML-SAX-ChunkParser SUBDIR += p5-XML-LibXML-Simple SUBDIR += p5-XML-LibXSLT SUBDIR += p5-XML-Liberal SUBDIR += p5-XML-Literal SUBDIR += p5-XML-Mini SUBDIR += p5-XML-MyXML SUBDIR += p5-XML-Namespace SUBDIR += p5-XML-NamespaceFactory SUBDIR += p5-XML-NamespaceSupport SUBDIR += p5-XML-Node SUBDIR += p5-XML-NodeFilter SUBDIR += p5-XML-OPML SUBDIR += p5-XML-OPML-LibXML SUBDIR += p5-XML-Parsepp SUBDIR += p5-XML-Parser SUBDIR += p5-XML-Parser-EasyTree SUBDIR += p5-XML-Parser-Lite-Tree SUBDIR += p5-XML-Parser-Style-EasyTree SUBDIR += p5-XML-Parser-Style-Elemental SUBDIR += p5-XML-Quote SUBDIR += p5-XML-RAI SUBDIR += p5-XML-RSS SUBDIR += p5-XML-RSS-Feed SUBDIR += p5-XML-RSS-JavaScript SUBDIR += p5-XML-RSS-LibXML SUBDIR += p5-XML-RSS-Liberal SUBDIR += p5-XML-RSS-Parser SUBDIR += p5-XML-RSS-SimpleGen SUBDIR += p5-XML-RSSLite SUBDIR += p5-XML-Reader SUBDIR += p5-XML-RegExp SUBDIR += p5-XML-Rewrite SUBDIR += p5-XML-Rules SUBDIR += p5-XML-SAX SUBDIR += p5-XML-SAX-Base SUBDIR += p5-XML-SAX-Expat SUBDIR += p5-XML-SAX-Expat-Incremental SUBDIR += p5-XML-SAX-ExpatXS SUBDIR += p5-XML-SAX-Machines SUBDIR += p5-XML-SAX-Simple SUBDIR += p5-XML-SAX-Writer SUBDIR += p5-XML-SAXDriver-CSV SUBDIR += p5-XML-SAXDriver-Excel SUBDIR += p5-XML-STX SUBDIR += p5-XML-Schematron SUBDIR += p5-XML-SemanticDiff SUBDIR += p5-XML-Simple SUBDIR += p5-XML-SimpleObject SUBDIR += p5-XML-SimpleObject-LibXML SUBDIR += p5-XML-Smart SUBDIR += p5-XML-Stream SUBDIR += p5-XML-Tiny SUBDIR += p5-XML-TinyXML SUBDIR += p5-XML-TokeParser SUBDIR += p5-XML-Toolkit SUBDIR += p5-XML-TreeBuilder SUBDIR += p5-XML-TreePP SUBDIR += p5-XML-Twig SUBDIR += p5-XML-Validate SUBDIR += p5-XML-Validator-Schema SUBDIR += p5-XML-Writer SUBDIR += p5-XML-XBEL SUBDIR += p5-XML-XML2JSON SUBDIR += p5-XML-XPath SUBDIR += p5-XML-XPathEngine SUBDIR += p5-XML-XQL SUBDIR += p5-XML-XSH SUBDIR += p5-XML-XSLT SUBDIR += p5-XML-XUpdate-LibXML SUBDIR += p5-YAML SUBDIR += p5-YAML-LibYAML SUBDIR += p5-YAML-Shell SUBDIR += p5-YAML-Syck SUBDIR += p5-YAML-Tiny SUBDIR += p5-YAML-Tiny-Color SUBDIR += p5-YAPE-HTML SUBDIR += p5-YAPE-Regex SUBDIR += p5-YAPE-Regex-Explain SUBDIR += p5-dTemplate SUBDIR += p5-libsoldout SUBDIR += p5-libxml SUBDIR += p5-pod2pdf SUBDIR += p5-podlators SUBDIR += p5-texcount SUBDIR += p5-xmltv SUBDIR += pa-aspell SUBDIR += par SUBDIR += pcrs SUBDIR += pdfgrep SUBDIR += pdfoutline SUBDIR += pdftohtml SUBDIR += pear-File_Fortune SUBDIR += pear-File_MARC SUBDIR += pear-Horde_CssMinify SUBDIR += pear-Horde_JavascriptMinify SUBDIR += pear-Horde_Kolab_Format SUBDIR += pear-Horde_Pdf SUBDIR += pear-Horde_SpellChecker SUBDIR += pear-Horde_Text_Diff SUBDIR += pear-Horde_Text_Filter SUBDIR += pear-Horde_Text_Filter_Csstidy SUBDIR += pear-Horde_Text_Flowed SUBDIR += pear-Horde_Xml_Element SUBDIR += pear-Horde_Xml_Wbxml SUBDIR += pear-Numbers_Roman SUBDIR += pear-Numbers_Words SUBDIR += pear-Spreadsheet_Excel_Writer SUBDIR += pear-Structures_DataGrid_DataSource_RSS SUBDIR += pear-Structures_DataGrid_DataSource_XML SUBDIR += pear-Structures_DataGrid_Renderer_CSV SUBDIR += pear-Structures_DataGrid_Renderer_XLS SUBDIR += pear-Structures_DataGrid_Renderer_XML SUBDIR += pear-Symfony_Component_Yaml SUBDIR += pear-Text_Highlighter SUBDIR += pear-Text_Template SUBDIR += pear-XML_Beautifier SUBDIR += pear-XML_DTD SUBDIR += pear-XML_Feed_Parser SUBDIR += pear-XML_HTMLSax SUBDIR += pear-XML_Wddx SUBDIR += pear-YAML SUBDIR += pecl-ctemplate SUBDIR += pecl-doublemetaphone SUBDIR += pecl-enchant SUBDIR += pecl-html_parse SUBDIR += pecl-stem SUBDIR += pecl-syck SUBDIR += pecl-wbxml SUBDIR += pecl-xdiff SUBDIR += pecl-xslcache SUBDIR += pecl-yaml SUBDIR += peco SUBDIR += perl2html SUBDIR += permute SUBDIR += php5-ctype SUBDIR += php5-dom SUBDIR += php5-pspell SUBDIR += php5-simplexml SUBDIR += php5-wddx SUBDIR += php5-xml SUBDIR += php5-xmlreader SUBDIR += php5-xmlwriter SUBDIR += php5-xsl SUBDIR += php53-ctype SUBDIR += php53-dom SUBDIR += php53-pspell SUBDIR += php53-simplexml SUBDIR += php53-wddx SUBDIR += php53-xml SUBDIR += php53-xmlreader SUBDIR += php53-xmlwriter SUBDIR += php53-xsl SUBDIR += php55-ctype SUBDIR += php55-dom SUBDIR += php55-pspell SUBDIR += php55-simplexml SUBDIR += php55-wddx SUBDIR += php55-xml SUBDIR += php55-xmlreader SUBDIR += php55-xmlwriter SUBDIR += php55-xsl SUBDIR += php56-ctype SUBDIR += php56-dom SUBDIR += php56-pspell SUBDIR += php56-simplexml SUBDIR += php56-wddx SUBDIR += php56-xml SUBDIR += php56-xmlreader SUBDIR += php56-xmlwriter SUBDIR += php56-xsl SUBDIR += plover SUBDIR += po4a SUBDIR += pocketreader SUBDIR += popup SUBDIR += popup-stacks SUBDIR += ppower4 SUBDIR += print-n-times SUBDIR += prosper SUBDIR += pugixml SUBDIR += pure-csv SUBDIR += pure-xml SUBDIR += py-Chameleon SUBDIR += py-MarkupSafe SUBDIR += py-Tempita SUBDIR += py-acora SUBDIR += py-asciinema SUBDIR += py-asv SUBDIR += py-bugzillatools SUBDIR += py-charade SUBDIR += py-chardet SUBDIR += py-cloud_sptheme SUBDIR += py-creole SUBDIR += py-docutils SUBDIR += py-dsv SUBDIR += py-elasticsearch-py SUBDIR += py-elib.intl SUBDIR += py-empy SUBDIR += py-enchant SUBDIR += py-errorhandler SUBDIR += py-excelerator SUBDIR += py-feedparser SUBDIR += py-genshi SUBDIR += py-genshi-devel SUBDIR += py-gettext SUBDIR += py-html2text SUBDIR += py-hyperestraier-python SUBDIR += py-jaxml SUBDIR += py-junit-xml SUBDIR += py-libtre SUBDIR += py-libxml2 SUBDIR += py-libxslt SUBDIR += py-ltxml SUBDIR += py-mako SUBDIR += py-markdown SUBDIR += py-markdown2 SUBDIR += py-openpyxl SUBDIR += py-openpyxl1 SUBDIR += py-paragrep SUBDIR += py-pdfminer SUBDIR += py-pss SUBDIR += py-pyctpp2 SUBDIR += py-pyelasticsearch SUBDIR += py-pygments SUBDIR += py-pygtail SUBDIR += py-pyscss SUBDIR += py-pysrt SUBDIR += py-pystache SUBDIR += py-pytidylib SUBDIR += py-pyx12 SUBDIR += py-qt4-xml SUBDIR += py-qt4-xmlpatterns SUBDIR += py-rdflib SUBDIR += py-regex SUBDIR += py-reverend SUBDIR += py-rss2gen SUBDIR += py-rst2html5 SUBDIR += py-rstyoutube SUBDIR += py-rxp SUBDIR += py-sgrep SUBDIR += py-sparqlwrapper SUBDIR += py-sphinx SUBDIR += py-sphinx_rtd_theme SUBDIR += py-sphinxcontrib-adadomain SUBDIR += py-sphinxcontrib-bitbucket SUBDIR += py-sphinxcontrib-httpdomain SUBDIR += py-stripogram SUBDIR += py-syck SUBDIR += py-texttable SUBDIR += py-trans SUBDIR += py-transifex-client SUBDIR += py-translationstring SUBDIR += py-tvgrab SUBDIR += py-twistedLore SUBDIR += py-whoosh SUBDIR += py-wicked SUBDIR += py-wordnet SUBDIR += py-wtforms SUBDIR += py-xlrd SUBDIR += py-xlutils SUBDIR += py-xlwriter SUBDIR += py-xlwt SUBDIR += py-xml SUBDIR += py-xmltools SUBDIR += py-xmltv SUBDIR += py-zope.app.i18n SUBDIR += py-zope.app.locales SUBDIR += py-zope.i18nmessageid SUBDIR += py-zope.structuredtext SUBDIR += py-zope.tal SUBDIR += py-zpt SUBDIR += py2html SUBDIR += py3-libxml2 SUBDIR += pychm SUBDIR += pystemmer SUBDIR += qprint SUBDIR += qstardict SUBDIR += qt4-xml SUBDIR += qt4-xmlpatterns SUBDIR += qt4-xmlpatterns-tool SUBDIR += qt5-xml SUBDIR += qt5-xmlpatterns SUBDIR += qu-aspell SUBDIR += queequeg SUBDIR += rand SUBDIR += randlm SUBDIR += rapidxml SUBDIR += raptor SUBDIR += raptor2 SUBDIR += rarian SUBDIR += rasqal SUBDIR += re_graph SUBDIR += redet SUBDIR += redland SUBDIR += redland-bindings SUBDIR += refdb SUBDIR += reflex SUBDIR += replaceit SUBDIR += resume SUBDIR += resume-extensions SUBDIR += rfcdiff SUBDIR += ripole SUBDIR += rl SUBDIR += rman SUBDIR += rnv SUBDIR += ro-aspell SUBDIR += ro-hunspell SUBDIR += ro-hyphen SUBDIR += ro-mythes SUBDIR += rot SUBDIR += rss2html SUBDIR += rtf2html SUBDIR += rtfreader SUBDIR += rtfx SUBDIR += rubber SUBDIR += ruby-deplate SUBDIR += ruby-diff SUBDIR += ruby-escape SUBDIR += ruby-format SUBDIR += ruby-htmlrepair SUBDIR += ruby-htmlsplit SUBDIR += ruby-htree SUBDIR += ruby-rd-mode.el SUBDIR += ruby-rdtool SUBDIR += ruby-rss SUBDIR += ruby-rss.alt SUBDIR += ruby-rttool SUBDIR += ruby-sary SUBDIR += ruby-xmlconfigfile SUBDIR += ruby-xmlparser SUBDIR += ruby-xmlscan SUBDIR += rubygem-albino SUBDIR += rubygem-amatch SUBDIR += rubygem-asciidoctor SUBDIR += rubygem-augeas SUBDIR += rubygem-charlock_holmes SUBDIR += rubygem-coderay SUBDIR += rubygem-colorator SUBDIR += rubygem-colored SUBDIR += rubygem-compass SUBDIR += rubygem-compass-rails SUBDIR += rubygem-cssmin SUBDIR += rubygem-diff-lcs SUBDIR += rubygem-diffy SUBDIR += rubygem-elasticsearch SUBDIR += rubygem-elasticsearch-api SUBDIR += rubygem-elasticsearch-transport SUBDIR += rubygem-escape_utils SUBDIR += rubygem-ezamar SUBDIR += rubygem-fast_xs SUBDIR += rubygem-fast_xs073 SUBDIR += rubygem-ferret SUBDIR += rubygem-gemoji SUBDIR += rubygem-gherkin SUBDIR += rubygem-github-linguist SUBDIR += rubygem-github-markdown SUBDIR += rubygem-github-markup SUBDIR += rubygem-gitlab-grit SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-htmlentities SUBDIR += rubygem-ini SUBDIR += rubygem-itextomml SUBDIR += rubygem-jekyll-gist SUBDIR += rubygem-jekyll-paginate SUBDIR += rubygem-jekyll-sass-converter SUBDIR += rubygem-jsmin SUBDIR += rubygem-kramdown SUBDIR += rubygem-kwalify SUBDIR += rubygem-libxml-ruby SUBDIR += rubygem-linguistics SUBDIR += rubygem-liquid SUBDIR += rubygem-loggability SUBDIR += rubygem-loofah SUBDIR += rubygem-ltsv SUBDIR += rubygem-markaby SUBDIR += rubygem-multi_xml SUBDIR += rubygem-nokogiri SUBDIR += rubygem-nokogiri14 SUBDIR += rubygem-opml SUBDIR += rubygem-parslet SUBDIR += rubygem-phone SUBDIR += rubygem-rak SUBDIR += rubygem-rchardet SUBDIR += rubygem-rdiscount SUBDIR += rubygem-rdtool SUBDIR += rubygem-redcarpet SUBDIR += rubygem-ri_cal SUBDIR += rubygem-rich SUBDIR += rubygem-rouge SUBDIR += rubygem-rttool SUBDIR += rubygem-sanitize SUBDIR += rubygem-sass SUBDIR += rubygem-sass-rails SUBDIR += rubygem-sass-rails4 SUBDIR += rubygem-sass32 SUBDIR += rubygem-sax-machine SUBDIR += rubygem-simplecov-html SUBDIR += rubygem-spreadsheet SUBDIR += rubygem-stamp SUBDIR += rubygem-syntax SUBDIR += rubygem-termcolor SUBDIR += rubygem-terminal-table SUBDIR += rubygem-tidy SUBDIR += rubygem-unf SUBDIR += rubygem-unf_ext SUBDIR += rubygem-xml-simple SUBDIR += rubygem-xslt SUBDIR += rubygem-ya2yaml SUBDIR += rubygem-yard SUBDIR += rubygem-yard-chef SUBDIR += rubygem-zmq SUBDIR += rw-aspell SUBDIR += rxp SUBDIR += s5 SUBDIR += sablotron SUBDIR += sagasu SUBDIR += sarep SUBDIR += sary SUBDIR += sassc SUBDIR += saxon SUBDIR += saxon-devel SUBDIR += saxon-he SUBDIR += sc-aspell SUBDIR += scew SUBDIR += scim SUBDIR += scim-bridge SUBDIR += scim-bridge-qt4 SUBDIR += scim-input-pad SUBDIR += scim-kmfl-imengine SUBDIR += scim-m17n SUBDIR += scim-openvanilla SUBDIR += scim-table-imengine SUBDIR += scr2txt SUBDIR += scrollkeeper SUBDIR += scss SUBDIR += sdcv SUBDIR += sdf SUBDIR += sdocbook-xml SUBDIR += sdom SUBDIR += senna SUBDIR += sgmlformat SUBDIR += sgmls SUBDIR += sgrep SUBDIR += sgrep2 SUBDIR += sigil SUBDIR += silvercity SUBDIR += simplehtmldom SUBDIR += simplexml SUBDIR += sk-aspell SUBDIR += sk-hunspell SUBDIR += sk-hyphen SUBDIR += sk-mythes SUBDIR += sl-aspell SUBDIR += sl-hyphen SUBDIR += sl-mythes SUBDIR += slides SUBDIR += smu SUBDIR += so-hunspell SUBDIR += soothsayer SUBDIR += soprano SUBDIR += source-highlight SUBDIR += sowing SUBDIR += spellutils SUBDIR += sphinxsearch SUBDIR += sphinxsearch-devel SUBDIR += sq-hunspell SUBDIR += sr-aspell SUBDIR += sr-hunspell SUBDIR += srilm SUBDIR += ss-hunspell SUBDIR += ssddiff SUBDIR += stardict-dict-fa_IR SUBDIR += stardict-dictd_mova SUBDIR += stardict-quick SUBDIR += stardict-rptts SUBDIR += stardict3 SUBDIR += supercat SUBDIR += sv-aspell SUBDIR += sv-hunspell SUBDIR += sv-hyphen SUBDIR += sv-mythes SUBDIR += svn2cl SUBDIR += sw-aspell SUBDIR += sxml SUBDIR += syck SUBDIR += ta-aspell SUBDIR += tclExpat SUBDIR += tdhkit SUBDIR += te-aspell SUBDIR += te-hunspell SUBDIR += teckit SUBDIR += templates_parser SUBDIR += tet-aspell SUBDIR += tex2im SUBDIR += texi2db SUBDIR += texi2html SUBDIR += textogif SUBDIR += the_silver_searcher SUBDIR += ti-hunspell SUBDIR += tidyp SUBDIR += tinyxml SUBDIR += tinyxml2 SUBDIR += tk-aspell SUBDIR += tk-hunspell SUBDIR += tkdiff SUBDIR += tkxmlive SUBDIR += tl-aspell SUBDIR += tn-aspell SUBDIR += tn-hunspell SUBDIR += tnef2txt SUBDIR += tokyodystopia SUBDIR += topic SUBDIR += tr-aspell SUBDIR += tralics SUBDIR += trang SUBDIR += translate-toolkit SUBDIR += ts-hunspell SUBDIR += tth SUBDIR += txt2html SUBDIR += txt2man SUBDIR += txt2tags SUBDIR += uim SUBDIR += uim-el SUBDIR += uim-gtk SUBDIR += uim-gtk3 SUBDIR += uim-kde4 SUBDIR += uim-m17nlib SUBDIR += uim-qt4 SUBDIR += uml2svg SUBDIR += uncrustify SUBDIR += uni2ascii SUBDIR += unoconv SUBDIR += unroff SUBDIR += unrtf SUBDIR += urlview SUBDIR += utf8proc SUBDIR += uz-aspell SUBDIR += uz-hunspell SUBDIR += vbindiff SUBDIR += ve-hunspell SUBDIR += wa-aspell SUBDIR += wa-hunspell SUBDIR += wbxml2 SUBDIR += wdiff SUBDIR += webcpp SUBDIR += website SUBDIR += weka SUBDIR += wiggle SUBDIR += word2x SUBDIR += wordnet SUBDIR += words SUBDIR += wv SUBDIR += wv2 SUBDIR += xalan-j SUBDIR += xerces-c2 SUBDIR += xerces-c2-devel SUBDIR += xerces-c3 SUBDIR += xerces-j SUBDIR += xfce4-dict-plugin SUBDIR += xh-hunspell SUBDIR += xhtml SUBDIR += xhtml-11 SUBDIR += xhtml-basic SUBDIR += xhtml-modularization SUBDIR += xhtml1-xsd SUBDIR += xincluder SUBDIR += xlhtml SUBDIR += xlreader SUBDIR += xml-commons SUBDIR += xml-format SUBDIR += xml-i18n-tools SUBDIR += xml-lite.el SUBDIR += xml-parse.el SUBDIR += xml_ez_out SUBDIR += xml2 SUBDIR += xml2rfc SUBDIR += xmlada SUBDIR += xmlcatmgr SUBDIR += xmlcharent SUBDIR += xmldiff SUBDIR += xmlenc SUBDIR += xmlformat SUBDIR += xmlgen SUBDIR += xmlindent SUBDIR += xmlppm SUBDIR += xmlprpr SUBDIR += xmlroff SUBDIR += xmlstarlet SUBDIR += xmlto SUBDIR += xmlwrapp SUBDIR += xom SUBDIR += xorg-sgml-doctools SUBDIR += xp SUBDIR += xqilla SUBDIR += xslide.el SUBDIR += xslint SUBDIR += xstream SUBDIR += xsv SUBDIR += xt SUBDIR += xwindiff SUBDIR += y2l SUBDIR += yali SUBDIR += yamcha SUBDIR += yaml-mode.el SUBDIR += yelp-tools SUBDIR += yelp-xsl SUBDIR += yi-aspell SUBDIR += yi-hunspell SUBDIR += yodl SUBDIR += yould SUBDIR += zorba SUBDIR += zu-aspell SUBDIR += zu-hunspell .include Index: head/textproc/linux-c6-aspell/Makefile =================================================================== --- head/textproc/linux-c6-aspell/Makefile (nonexistent) +++ head/textproc/linux-c6-aspell/Makefile (revision 368845) @@ -0,0 +1,23 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= aspell +PORTVERSION= 0.60.6 +CATEGORIES= textproc linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Spelling checker with better logic than ispell (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-aspell-[0-9]* linux-f10-aspell-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes + +RPMVERSION= 12.el6 +BRANDELF_DIRS= usr/bin +USE_LDCONFIG= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/textproc/linux-c6-aspell/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/linux-c6-aspell/distinfo.i686 =================================================================== --- head/textproc/linux-c6-aspell/distinfo.i686 (nonexistent) +++ head/textproc/linux-c6-aspell/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/aspell-0.60.6-12.el6.i686.rpm) = 499329444b80698880b4c71d98addcf3fe7f7d1ed421c6d2e55a5cf4ebab6af2 +SIZE (rpm/i686/centos/6.5/aspell-0.60.6-12.el6.i686.rpm) = 644304 +SHA256 (rpm/i686/centos/6.5/aspell-0.60.6-12.el6.src.rpm) = 2806d7c0b3a9a3d81f543b225429303164c542cbf9a4835e5ccd6a0f73bc5eb2 +SIZE (rpm/i686/centos/6.5/aspell-0.60.6-12.el6.src.rpm) = 1776695 Property changes on: head/textproc/linux-c6-aspell/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/linux-c6-aspell/pkg-descr =================================================================== --- head/textproc/linux-c6-aspell/pkg-descr (nonexistent) +++ head/textproc/linux-c6-aspell/pkg-descr (revision 368845) @@ -0,0 +1,9 @@ +Linux version of Aspell. + +Aspell is a spelling checker designed to eventually replace ispell, although +it currently lacks many of ispell's basic functions. Aspell's main feature is +that it does a much better job of coming up with possible suggestions than +ispell. Aspell also includes a powerful C++ library with C and Perl interfaces +in the works. + +WWW: http://aspell.sourceforge.net/ Property changes on: head/textproc/linux-c6-aspell/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/linux-c6-aspell/pkg-plist =================================================================== --- head/textproc/linux-c6-aspell/pkg-plist (nonexistent) +++ head/textproc/linux-c6-aspell/pkg-plist (revision 368845) @@ -0,0 +1,179 @@ +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 +@dirrmtry usr/share/man/man1 +@dirrmtry usr/share/man +@dirrmtry usr/share/locale/wa/LC_MESSAGES +@dirrmtry usr/share/locale/wa +@dirrmtry usr/share/locale/vi/LC_MESSAGES +@dirrmtry usr/share/locale/vi +@dirrmtry usr/share/locale/uk/LC_MESSAGES +@dirrmtry usr/share/locale/uk +@dirrmtry usr/share/locale/tg/LC_MESSAGES +@dirrmtry usr/share/locale/tg +@dirrmtry usr/share/locale/sv/LC_MESSAGES +@dirrmtry usr/share/locale/sv +@dirrmtry usr/share/locale/sr/LC_MESSAGES +@dirrmtry usr/share/locale/sr +@dirrmtry usr/share/locale/sl/LC_MESSAGES +@dirrmtry usr/share/locale/sl +@dirrmtry usr/share/locale/sk/LC_MESSAGES +@dirrmtry usr/share/locale/sk +@dirrmtry usr/share/locale/rw/LC_MESSAGES +@dirrmtry usr/share/locale/rw +@dirrmtry usr/share/locale/ru/LC_MESSAGES +@dirrmtry usr/share/locale/ru +@dirrmtry usr/share/locale/ro/LC_MESSAGES +@dirrmtry usr/share/locale/ro +@dirrmtry usr/share/locale/pt_BR/LC_MESSAGES +@dirrmtry usr/share/locale/pt_BR +@dirrmtry usr/share/locale/nl/LC_MESSAGES +@dirrmtry usr/share/locale/nl +@dirrmtry usr/share/locale/mn/LC_MESSAGES +@dirrmtry usr/share/locale/mn +@dirrmtry usr/share/locale/it/LC_MESSAGES +@dirrmtry usr/share/locale/it +@dirrmtry usr/share/locale/ga/LC_MESSAGES +@dirrmtry usr/share/locale/ga +@dirrmtry usr/share/locale/fr/LC_MESSAGES +@dirrmtry usr/share/locale/fr +@dirrmtry usr/share/locale/es/LC_MESSAGES +@dirrmtry usr/share/locale/es +@dirrmtry usr/share/locale/en_GB/LC_MESSAGES +@dirrmtry usr/share/locale/en_GB +@dirrmtry usr/share/locale/de/LC_MESSAGES +@dirrmtry usr/share/locale/de +@dirrmtry usr/share/locale/da/LC_MESSAGES +@dirrmtry usr/share/locale/da +@dirrmtry usr/share/locale/cs/LC_MESSAGES +@dirrmtry usr/share/locale/cs +@dirrmtry usr/share/locale/ca/LC_MESSAGES +@dirrmtry usr/share/locale/ca +@dirrmtry usr/share/locale/be/LC_MESSAGES +@dirrmtry usr/share/locale/be +@dirrmtry usr/share/locale +@dirrm usr/share/doc/aspell-0.60.6 +@dirrm usr/lib/aspell-0.60 Property changes on: head/textproc/linux-c6-aspell/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/linux-c6-expat/Makefile =================================================================== --- head/textproc/linux-c6-expat/Makefile (nonexistent) +++ head/textproc/linux-c6-expat/Makefile (revision 368845) @@ -0,0 +1,26 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= expat +PORTVERSION= 2.0.1 +CATEGORIES= textproc linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Linux/i386 binary port of Expat XML-parsing library (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-expat-[0-9]* linux-f8-expat-[0-9]* linux-f10-expat-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes +RPMVERSION= 11.el6_2 +BRANDELF_FILES= usr/bin/xmlwf +USE_LDCONFIG= yes + +PLIST_FILES= lib/libexpat.so.1 lib/libexpat.so.1.5.2 \ + usr/bin/xmlwf usr/share/man/man1/xmlwf.1.gz +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} +PORTDOCS= COPYING README +DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr + +.include Property changes on: head/textproc/linux-c6-expat/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/linux-c6-expat/distinfo.i686 =================================================================== --- head/textproc/linux-c6-expat/distinfo.i686 (nonexistent) +++ head/textproc/linux-c6-expat/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/expat-2.0.1-11.el6_2.i686.rpm) = aefccd0285b312ec3cf053715b66c45e7883145255c993c7e2bd1848b420deb1 +SIZE (rpm/i686/centos/6.5/expat-2.0.1-11.el6_2.i686.rpm) = 80684 +SHA256 (rpm/i686/centos/6.5/expat-2.0.1-11.el6_2.src.rpm) = e73a78c840f047c382984201f9be499041c411f82e26f02359183f5fe25fad6a +SIZE (rpm/i686/centos/6.5/expat-2.0.1-11.el6_2.src.rpm) = 463965 Property changes on: head/textproc/linux-c6-expat/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/linux-c6-libxml2/Makefile =================================================================== --- head/textproc/linux-c6-libxml2/Makefile (nonexistent) +++ head/textproc/linux-c6-libxml2/Makefile (revision 368845) @@ -0,0 +1,30 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= libxml2 +PORTVERSION= 2.7.6 +CATEGORIES= textproc linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Library providing XML and HTML support (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-libxml2-[0-9]* linux-f8-libxml2-[0-9]* + +USE_LINUX= c6 +USE_LINUX_RPM= yes + +RPMVERSION= 14.el6 +BRANDELF_DIRS= usr/bin +USE_LDCONFIG= yes + +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} +PORTDOCS= AUTHORS ChangeLog.gz Copyright NEWS README TODO + +PLIST_FILES= usr/bin/xmlcatalog usr/bin/xmllint \ + usr/lib/libxml2.so.2 usr/lib/libxml2.so.${PORTVERSION} \ + usr/share/man/man1/xmlcatalog.1.gz \ + usr/share/man/man1/xmllint.1.gz usr/share/man/man3/libxml.3.gz + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/textproc/linux-c6-libxml2/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/linux-c6-libxml2/distinfo.i686 =================================================================== --- head/textproc/linux-c6-libxml2/distinfo.i686 (nonexistent) +++ head/textproc/linux-c6-libxml2/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/libxml2-2.7.6-14.el6.i686.rpm) = 256dc92b1b3f8a817dcaf4fb89395507d2aaee58fa2672f53b37c84f50509b3f +SIZE (rpm/i686/centos/6.5/libxml2-2.7.6-14.el6.i686.rpm) = 819248 +SHA256 (rpm/i686/centos/6.5/libxml2-2.7.6-14.el6.src.rpm) = 6427f337989605e82ba2f1abd70b411f0dfdfd16d26e26b5eae1f711495542b4 +SIZE (rpm/i686/centos/6.5/libxml2-2.7.6-14.el6.src.rpm) = 4891299 Property changes on: head/textproc/linux-c6-libxml2/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/linux-f10-aspell/Makefile =================================================================== --- head/textproc/linux-f10-aspell/Makefile (revision 368844) +++ head/textproc/linux-f10-aspell/Makefile (revision 368845) @@ -1,25 +1,25 @@ # Created by: bsam # $FreeBSD$ PORTNAME= aspell PORTVERSION= 0.60.6 +PORTREVISION= 1 CATEGORIES= textproc linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Spelling checker with better logic than ispell (Linux Fedora 10) CONFLICTS= linux-aspell-[0-9]* linux-f8-aspell-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 3.fc10 BRANDELF_DIRS= usr/bin USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/textproc/linux-f10-expat/Makefile =================================================================== --- head/textproc/linux-f10-expat/Makefile (revision 368844) +++ head/textproc/linux-f10-expat/Makefile (revision 368845) @@ -1,29 +1,29 @@ # Created by: bsam # $FreeBSD$ PORTNAME= expat PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= textproc linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Linux/i386 binary port of Expat XML-parsing library (Linux Fedora 10) CONFLICTS= linux-expat-[0-9]* linux-f8-expat-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 5 BRANDELF_FILES= usr/bin/xmlwf USE_LDCONFIG= yes PLIST_FILES= lib/libexpat.so.1 lib/libexpat.so.1.5.2 \ usr/bin/xmlwf usr/share/man/man1/xmlwf.1.gz DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= COPYING README DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr .include Index: head/textproc/linux-f10-libxml2/Makefile =================================================================== --- head/textproc/linux-f10-libxml2/Makefile (revision 368844) +++ head/textproc/linux-f10-libxml2/Makefile (revision 368845) @@ -1,31 +1,30 @@ # Created by: bsam # $FreeBSD$ PORTNAME= libxml2 PORTVERSION= 2.7.3 PORTREVISION= 2 CATEGORIES= textproc linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Library providing XML and HTML support (Linux Fedora 10) CONFLICTS= linux-libxml2-[0-9]* linux-f8-libxml2-[0-9]* +USE_LINUX= f10 USE_LINUX_RPM= yes -LINUX_DIST_VER= 10 + RPMVERSION= 1.fc10 BRANDELF_DIRS= usr/bin USE_LDCONFIG= yes 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 DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS ChangeLog.gz Copyright NEWS README TODO DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/textproc/linux-f10-scim-gtk/Makefile =================================================================== --- head/textproc/linux-f10-scim-gtk/Makefile (revision 368844) +++ head/textproc/linux-f10-scim-gtk/Makefile (revision 368845) @@ -1,25 +1,24 @@ # Created by: bsam # $FreeBSD$ PORTNAME= scim-gtk PORTVERSION= 1.4.7 PORTREVISION= 2 CATEGORIES= textproc linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Smart Common Input Method platform, gtk module, (Linux Fedora 10) -CONFLICTS= linux-scim-gtk-[0-9]* linux-f8-scim-gtk-[0-9]* +CONFLICTS= linux-scim-gtk-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= gtk2 scimlibs -LINUX_DIST_VER= 10 + RPMVERSION= 35.fc10 USE_LDCONFIG= yes SRC_DISTFILES= scim-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} .include Index: head/textproc/linux-f10-scim-libs/Makefile =================================================================== --- head/textproc/linux-f10-scim-libs/Makefile (revision 368844) +++ head/textproc/linux-f10-scim-libs/Makefile (revision 368845) @@ -1,27 +1,26 @@ # Created by: bsam # $FreeBSD$ PORTNAME= scim-libs PORTVERSION= 1.4.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Smart Common Input Method libraries (Linux Fedora 10) CONFLICTS= linux-scim-libs-[0-9]* linux-f8-scim-libs-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= gtk2 -LINUX_DIST_VER= 10 + RPMVERSION= 35.fc10 USE_LDCONFIG= yes SRC_DISTFILES= scim-${PORTVERSION}-${RPMVERSION}.src.rpm DESCR= ${.CURDIR}/../scim/pkg-descr .include Index: head/www/Makefile =================================================================== --- head/www/Makefile (revision 368844) +++ head/www/Makefile (revision 368845) @@ -1,2248 +1,2250 @@ # $FreeBSD$ # COMMENT = Ports related to the World Wide Web SUBDIR += MT SUBDIR += R-cran-RgoogleMaps SUBDIR += R-cran-Rpad SUBDIR += R-cran-httpuv SUBDIR += R-cran-scrapeR SUBDIR += R-cran-shiny SUBDIR += WebMagick SUBDIR += ach SUBDIR += adzap SUBDIR += amphetadesk SUBDIR += analog SUBDIR += anyremote2html SUBDIR += anyterm SUBDIR += apache-forrest SUBDIR += apache-mode.el SUBDIR += apache22 SUBDIR += apache22-event-mpm SUBDIR += apache22-itk-mpm SUBDIR += apache22-peruser-mpm SUBDIR += apache22-worker-mpm SUBDIR += apache24 SUBDIR += apercu SUBDIR += aria2 SUBDIR += aria2fe SUBDIR += arora SUBDIR += asp2php SUBDIR += asql SUBDIR += asterisk-stat SUBDIR += atutor SUBDIR += august SUBDIR += autoindex2 SUBDIR += awffull SUBDIR += aws SUBDIR += aws-demos SUBDIR += awstats SUBDIR += axis SUBDIR += axis2 SUBDIR += b2evolution SUBDIR += bacula-web SUBDIR += baikal SUBDIR += bblog SUBDIR += bigbluebutton SUBDIR += bins SUBDIR += bkmrkconv SUBDIR += blastbeat SUBDIR += blogsum SUBDIR += bluefish SUBDIR += boa SUBDIR += bookmarkbridge SUBDIR += bozohttpd SUBDIR += c-icap SUBDIR += c-icap-modules SUBDIR += cadaver SUBDIR += cakephp11 SUBDIR += cakephp13 SUBDIR += cakephp21 SUBDIR += cakephp22 SUBDIR += cakephp23 SUBDIR += calamaris SUBDIR += calendarserver SUBDIR += castget SUBDIR += caudium14 SUBDIR += cblog SUBDIR += cgi-lib SUBDIR += cgi-lib.pl SUBDIR += cgicc SUBDIR += cgichk SUBDIR += cgihtml SUBDIR += cgiparse SUBDIR += cgiwrap SUBDIR += checkbot SUBDIR += chems SUBDIR += cherokee SUBDIR += chimera SUBDIR += choqok SUBDIR += chpasswd SUBDIR += chromium SUBDIR += chtml SUBDIR += ckeditor SUBDIR += cl-lml SUBDIR += cl-lml-sbcl SUBDIR += claroline SUBDIR += clearsilver SUBDIR += clearsilver-python SUBDIR += closure-compiler SUBDIR += closure-linter SUBDIR += cmsmadesimple SUBDIR += cntlm SUBDIR += cocoon SUBDIR += codeigniter SUBDIR += coppermine SUBDIR += cowboy SUBDIR += cplanet SUBDIR += crawl SUBDIR += crp SUBDIR += css-mode.el SUBDIR += cssed SUBDIR += csso SUBDIR += csstidy SUBDIR += ctemplate SUBDIR += cutycapt SUBDIR += dalbum SUBDIR += davical SUBDIR += dddbl SUBDIR += decss SUBDIR += deforaos-surfer SUBDIR += demoroniser SUBDIR += dfileserver SUBDIR += dhttpd SUBDIR += diamanda SUBDIR += dillo2 SUBDIR += dojo SUBDIR += dojo-shrinksafe SUBDIR += dokuwiki SUBDIR += dotclear SUBDIR += dotproject SUBDIR += download-gemist SUBDIR += dpsearch SUBDIR += drood SUBDIR += drraw SUBDIR += drupal6 SUBDIR += drupal6-advanced_help SUBDIR += drupal6-cck SUBDIR += drupal6-chaos SUBDIR += drupal6-ckeditor SUBDIR += drupal6-content_access SUBDIR += drupal6-geshifilter SUBDIR += drupal6-google_analytics SUBDIR += drupal6-image SUBDIR += drupal6-imce SUBDIR += drupal6-menu_block SUBDIR += drupal6-mimedetect SUBDIR += drupal6-nice_menus SUBDIR += drupal6-nodewords SUBDIR += drupal6-page_title SUBDIR += drupal6-panels SUBDIR += drupal6-path_redirect SUBDIR += drupal6-pathauto SUBDIR += drupal6-print SUBDIR += drupal6-seo_checklist SUBDIR += drupal6-services SUBDIR += drupal6-tagadelic SUBDIR += drupal6-token SUBDIR += drupal6-views SUBDIR += drupal6-webform SUBDIR += drupal6-wysiwyg SUBDIR += drupal6-zeropoint SUBDIR += drupal7 SUBDIR += drupal7-jailadmin SUBDIR += drupal7-vulnscan SUBDIR += drupal7-wysiwyg SUBDIR += drush SUBDIR += dtse SUBDIR += dummyflash SUBDIR += e107 SUBDIR += eaccelerator SUBDIR += edbrowse SUBDIR += efront SUBDIR += egueb SUBDIR += elgg SUBDIR += elinks SUBDIR += eliom SUBDIR += emacs-w3m SUBDIR += encode-explorer SUBDIR += entrans SUBDIR += ephemera SUBDIR += epiphany SUBDIR += epiphany-extensions SUBDIR += erwn SUBDIR += eventum SUBDIR += evolution-webcal SUBDIR += extjs SUBDIR += fancybox SUBDIR += faup SUBDIR += fcgi SUBDIR += fcgiwrap SUBDIR += feedjack SUBDIR += feedonfeeds SUBDIR += ffproxy SUBDIR += fira-webfont SUBDIR += firefox SUBDIR += firefox-esr SUBDIR += firefox-esr-i18n SUBDIR += firefox-i18n SUBDIR += flat-frog SUBDIR += flickcurl SUBDIR += flood SUBDIR += flot SUBDIR += fluxbb SUBDIR += fluxcms SUBDIR += fnord SUBDIR += formication SUBDIR += foswiki SUBDIR += fpc-fastcgi SUBDIR += fpc-httpd22 SUBDIR += fpc-httpd24 SUBDIR += free-sa-devel SUBDIR += freeway SUBDIR += fswiki SUBDIR += ftasv SUBDIR += fusionpbx SUBDIR += g-cows SUBDIR += g-gcl SUBDIR += gaeo SUBDIR += gaeutilities SUBDIR += gallery2 SUBDIR += gallery3 SUBDIR += gatling SUBDIR += gecko-mediaplayer SUBDIR += gecko-sharp20 SUBDIR += geeklog SUBDIR += geeknote SUBDIR += geneweb SUBDIR += geolizer SUBDIR += geronimo SUBDIR += get_flash_videos SUBDIR += getleft SUBDIR += gist SUBDIR += glassfish SUBDIR += glpi SUBDIR += gnome-user-share SUBDIR += gnome-web-photo SUBDIR += google-appengine SUBDIR += google-sitemapgen SUBDIR += googlebook_dl SUBDIR += goose SUBDIR += grafana SUBDIR += grails SUBDIR += gregarius SUBDIR += groupoffice SUBDIR += grr SUBDIR += gstreamer-plugins-neon SUBDIR += gstreamer1-plugins-neon SUBDIR += gtkhtml3 SUBDIR += gtkhtml4 SUBDIR += guile-www SUBDIR += gurlchecker SUBDIR += habari SUBDIR += hastymail SUBDIR += hastymail2 SUBDIR += hastymail2-devel SUBDIR += havp SUBDIR += helma SUBDIR += hiawatha SUBDIR += hinventory-client SUBDIR += horde-ansel SUBDIR += horde-base SUBDIR += horde-passwd SUBDIR += horde-trean SUBDIR += horde-wicked SUBDIR += hotcrp SUBDIR += hs-DAV SUBDIR += hs-HTTP SUBDIR += hs-activehs SUBDIR += hs-authenticate SUBDIR += hs-cgi SUBDIR += hs-cookie SUBDIR += hs-css-text SUBDIR += hs-fastcgi SUBDIR += hs-gitit SUBDIR += hs-hS3 SUBDIR += hs-happstack SUBDIR += hs-happstack-server SUBDIR += hs-heist SUBDIR += hs-hjsmin SUBDIR += hs-http-client SUBDIR += hs-http-client-tls SUBDIR += hs-http-conduit SUBDIR += hs-http-date SUBDIR += hs-http-reverse-proxy SUBDIR += hs-http-server SUBDIR += hs-http-types SUBDIR += hs-oeis SUBDIR += hs-path-pieces SUBDIR += hs-recaptcha SUBDIR += hs-scgi SUBDIR += hs-shakespeare SUBDIR += hs-snap SUBDIR += hs-snap-core SUBDIR += hs-snap-server SUBDIR += hs-url SUBDIR += hs-wai SUBDIR += hs-wai-app-static SUBDIR += hs-wai-extra SUBDIR += hs-wai-logger SUBDIR += hs-warp SUBDIR += hs-warp-tls SUBDIR += hs-webkit SUBDIR += hs-xss-sanitize SUBDIR += hs-yesod SUBDIR += hs-yesod-auth SUBDIR += hs-yesod-auth-hashdb SUBDIR += hs-yesod-bin SUBDIR += hs-yesod-core SUBDIR += hs-yesod-form SUBDIR += hs-yesod-persistent SUBDIR += hs-yesod-platform SUBDIR += hs-yesod-routes SUBDIR += hs-yesod-static SUBDIR += hs-yesod-test SUBDIR += htdigest SUBDIR += htdump SUBDIR += html2hdml SUBDIR += html2wml SUBDIR += htmlcompressor SUBDIR += htmlcxx SUBDIR += htmlpp SUBDIR += httest SUBDIR += http-analyze SUBDIR += http_get SUBDIR += http_load SUBDIR += http_post SUBDIR += httpasyncclient SUBDIR += httpclient SUBDIR += httpcore SUBDIR += httpie SUBDIR += httpsqs SUBDIR += httptunnel SUBDIR += httrack SUBDIR += hudson SUBDIR += hydra SUBDIR += hypermail SUBDIR += igal2 SUBDIR += ikiwiki SUBDIR += ilias SUBDIR += imgsizer SUBDIR += impresscms SUBDIR += interchange SUBDIR += ismail SUBDIR += iwebcal SUBDIR += jawstats SUBDIR += jdresolve SUBDIR += jericho-html SUBDIR += jesred SUBDIR += jetty SUBDIR += jinzora SUBDIR += jmeter SUBDIR += joomla15 SUBDIR += joomla25 SUBDIR += joomla31 SUBDIR += jspacker SUBDIR += jspwiki SUBDIR += jtoolkit SUBDIR += junkbuster SUBDIR += kannel SUBDIR += kdewebdev4 SUBDIR += kpartsplugin SUBDIR += kplaylist SUBDIR += kwebkitpart SUBDIR += larbin SUBDIR += libapreq2 SUBDIR += libecap SUBDIR += libepc SUBDIR += libevhtp SUBDIR += libgtkhtml SUBDIR += libhpack SUBDIR += libhtp-suricata SUBDIR += libmicrohttpd SUBDIR += libwww SUBDIR += libxul SUBDIR += lifetype SUBDIR += lightsquid SUBDIR += lighttpd SUBDIR += lighttpd-mod_geoip SUBDIR += lighttpd-mod_h264_streaming SUBDIR += lilurl SUBDIR += limesurvey SUBDIR += linkcheck SUBDIR += linkchecker SUBDIR += linklint SUBDIR += links SUBDIR += links-hacked SUBDIR += links1 + SUBDIR += linux-c6-qt47-webkit + SUBDIR += linux-c6-flashplugin11 SUBDIR += linux-f10-flashplugin11 SUBDIR += linux-firefox SUBDIR += linux-libgtkembedmoz SUBDIR += linux-opera SUBDIR += linux-seamonkey SUBDIR += lionwiki SUBDIR += ljdeps SUBDIR += ljdump SUBDIR += llgal SUBDIR += logtools SUBDIR += luakit SUBDIR += lynx SUBDIR += lynx-current SUBDIR += magento SUBDIR += mahara SUBDIR += man2web SUBDIR += mathjax SUBDIR += mathopd SUBDIR += mediawiki119 SUBDIR += mediawiki121 SUBDIR += mediawiki122 SUBDIR += mediawiki123 SUBDIR += mergelog SUBDIR += mgstat SUBDIR += mhonarc SUBDIR += micro_httpd SUBDIR += middleman SUBDIR += midori SUBDIR += mimetex SUBDIR += mini_httpd SUBDIR += mitmproxy SUBDIR += mkapachepw SUBDIR += mknmz-wwwoffle SUBDIR += mnogosearch SUBDIR += mochiweb SUBDIR += mochiweb-basho SUBDIR += mod_amazon_proxy SUBDIR += mod_antiloris SUBDIR += mod_asn SUBDIR += mod_auth_cas SUBDIR += mod_auth_cookie_mysql2 SUBDIR += mod_auth_external2 SUBDIR += mod_auth_imap2 SUBDIR += mod_auth_kerb2 SUBDIR += mod_auth_mysql2 SUBDIR += mod_auth_mysql_another SUBDIR += mod_auth_openid SUBDIR += mod_auth_pam2 SUBDIR += mod_auth_pgsql2 SUBDIR += mod_auth_pubtkt SUBDIR += mod_auth_tkt SUBDIR += mod_auth_xradius SUBDIR += mod_authn_otp SUBDIR += mod_authn_sasl SUBDIR += mod_authnz_crowd SUBDIR += mod_authnz_external22 SUBDIR += mod_authnz_external24 SUBDIR += mod_authz_unixgroup SUBDIR += mod_backtrace SUBDIR += mod_bw SUBDIR += mod_cband SUBDIR += mod_cfg_ldap SUBDIR += mod_chroot SUBDIR += mod_clamav SUBDIR += mod_cloudflare SUBDIR += mod_cplusplus SUBDIR += mod_cvs2 SUBDIR += mod_dav_svn SUBDIR += mod_dnssd SUBDIR += mod_domaintree SUBDIR += mod_encoding SUBDIR += mod_evasive SUBDIR += mod_extract_forwarded SUBDIR += mod_fastcgi SUBDIR += mod_fcgid SUBDIR += mod_fileiri SUBDIR += mod_flickr SUBDIR += mod_geoip2 SUBDIR += mod_gzip2 SUBDIR += mod_h264_streaming SUBDIR += mod_hosts_access SUBDIR += mod_jail SUBDIR += mod_jk SUBDIR += mod_layout22 SUBDIR += mod_limitipconn2 SUBDIR += mod_line_edit SUBDIR += mod_log_config-st SUBDIR += mod_log_firstbyte SUBDIR += mod_log_mysql SUBDIR += mod_log_sql2 SUBDIR += mod_log_sql2-dtc SUBDIR += mod_macro22 SUBDIR += mod_memcache SUBDIR += mod_memcache_block SUBDIR += mod_mono SUBDIR += mod_mpm_itk SUBDIR += mod_musicindex SUBDIR += mod_myvhost SUBDIR += mod_ntlm2 SUBDIR += mod_perl2 SUBDIR += mod_php5 SUBDIR += mod_php55 SUBDIR += mod_php56 SUBDIR += mod_proctitle SUBDIR += mod_proxy_html SUBDIR += mod_proxy_uwsgi SUBDIR += mod_proxy_xml SUBDIR += mod_python33 SUBDIR += mod_python35 SUBDIR += mod_qos SUBDIR += mod_realdoc SUBDIR += mod_remoteip SUBDIR += mod_reproxy SUBDIR += mod_rivet SUBDIR += mod_rpaf2 SUBDIR += mod_scgi SUBDIR += mod_security SUBDIR += mod_setenvifplus SUBDIR += mod_spdy SUBDIR += mod_tidy SUBDIR += mod_tsa SUBDIR += mod_uid SUBDIR += mod_umask SUBDIR += mod_vhost_ldap SUBDIR += mod_vhs SUBDIR += mod_webkit SUBDIR += mod_whatkilledus SUBDIR += mod_wsgi3 SUBDIR += mod_xml2enc SUBDIR += mod_xmlns SUBDIR += mod_xsendfile SUBDIR += mohawk SUBDIR += moinmoin SUBDIR += monast SUBDIR += mongoose SUBDIR += mongrel2 SUBDIR += moodle25 SUBDIR += moodle26 SUBDIR += moodle27 SUBDIR += mozplugger SUBDIR += multisort SUBDIR += multiwatch SUBDIR += mybb SUBDIR += myfaces SUBDIR += mysar SUBDIR += mysqlphp2postgres SUBDIR += mythplugin-mythweb SUBDIR += nanoblogger SUBDIR += nanoblogger-extra SUBDIR += neon29 SUBDIR += netoffice SUBDIR += netrik SUBDIR += netstiff SUBDIR += netsurf SUBDIR += newsbeuter SUBDIR += nghttp2 SUBDIR += nginx SUBDIR += nginx-devel SUBDIR += nibbleblog SUBDIR += node SUBDIR += node-devel SUBDIR += nostromo SUBDIR += npapi-vlc SUBDIR += npapi-xine SUBDIR += npc SUBDIR += npm SUBDIR += nspluginwrapper SUBDIR += ocaml-net SUBDIR += ocsigen SUBDIR += ojs2 SUBDIR += ompload SUBDIR += opencart SUBDIR += openxmldir SUBDIR += opera SUBDIR += opera-linuxplugins SUBDIR += orangehrm SUBDIR += oscommerce SUBDIR += otter-browser SUBDIR += otrs SUBDIR += owncloud SUBDIR += p5-AMF-Perl SUBDIR += p5-Acme-Monta SUBDIR += p5-Amon2 SUBDIR += p5-Amon2-Lite SUBDIR += p5-Amon2-Plugin-LogDispatch SUBDIR += p5-Amon2-Plugin-Web-MobileAgent SUBDIR += p5-Any-Template SUBDIR += p5-Any-URI-Escape SUBDIR += p5-AnyEvent-HTTP SUBDIR += p5-AnyEvent-HTTP-LWP-UserAgent SUBDIR += p5-AnyEvent-HTTPD SUBDIR += p5-AnyEvent-Mojo SUBDIR += p5-AnyEvent-ReverseHTTP SUBDIR += p5-AnyEvent-SCGI SUBDIR += p5-Apache-ASP SUBDIR += p5-Apache-Admin-Config SUBDIR += p5-Apache-AuthCookie SUBDIR += p5-Apache-AuthTicket SUBDIR += p5-Apache-Clean2 SUBDIR += p5-Apache-ConfigFile SUBDIR += p5-Apache-ConfigParser SUBDIR += p5-Apache-DB SUBDIR += p5-Apache-DBI SUBDIR += p5-Apache-Gallery SUBDIR += p5-Apache-Htgroup SUBDIR += p5-Apache-LogFormat-Compiler SUBDIR += p5-Apache-MP3 SUBDIR += p5-Apache-ParseFormData SUBDIR += p5-Apache-Profiler SUBDIR += p5-Apache-Session SUBDIR += p5-Apache-Session-PHP SUBDIR += p5-Apache-Session-SQLite3 SUBDIR += p5-Apache-Session-SharedMem SUBDIR += p5-Apache-Session-Wrapper SUBDIR += p5-Apache-SessionX SUBDIR += p5-Apache-Singleton SUBDIR += p5-Apache2-SiteControl SUBDIR += p5-ApacheBench SUBDIR += p5-App-Nopaste SUBDIR += p5-App-gist SUBDIR += p5-Ark SUBDIR += p5-Bigtop SUBDIR += p5-Blog-Spam SUBDIR += p5-Browser-Open SUBDIR += p5-Business-PayPal SUBDIR += p5-CGI-Ajax SUBDIR += p5-CGI-Application SUBDIR += p5-CGI-Application-Dispatch SUBDIR += p5-CGI-Application-Dispatch-Server SUBDIR += p5-CGI-Application-PSGI SUBDIR += p5-CGI-Application-Plugin-AnyTemplate SUBDIR += p5-CGI-Application-Plugin-Apache SUBDIR += p5-CGI-Application-Plugin-Authentication SUBDIR += p5-CGI-Application-Plugin-Authorization SUBDIR += p5-CGI-Application-Plugin-AutoRunmode SUBDIR += p5-CGI-Application-Plugin-Config-YAML SUBDIR += p5-CGI-Application-Plugin-ConfigAuto SUBDIR += p5-CGI-Application-Plugin-DBH SUBDIR += p5-CGI-Application-Plugin-DebugScreen SUBDIR += p5-CGI-Application-Plugin-DevPopup SUBDIR += p5-CGI-Application-Plugin-Forward SUBDIR += p5-CGI-Application-Plugin-HTDot SUBDIR += p5-CGI-Application-Plugin-HTMLPrototype SUBDIR += p5-CGI-Application-Plugin-HtmlTidy SUBDIR += p5-CGI-Application-Plugin-JSON SUBDIR += p5-CGI-Application-Plugin-LinkIntegrity SUBDIR += p5-CGI-Application-Plugin-LogDispatch SUBDIR += p5-CGI-Application-Plugin-MessageStack SUBDIR += p5-CGI-Application-Plugin-Redirect SUBDIR += p5-CGI-Application-Plugin-Session SUBDIR += p5-CGI-Application-Plugin-Stream SUBDIR += p5-CGI-Application-Plugin-TT SUBDIR += p5-CGI-Application-Plugin-ValidateRM SUBDIR += p5-CGI-Application-Plugin-ViewCode SUBDIR += p5-CGI-Application-Server SUBDIR += p5-CGI-ArgChecker SUBDIR += p5-CGI-Builder SUBDIR += p5-CGI-Builder-TT2 SUBDIR += p5-CGI-Cache SUBDIR += p5-CGI-Compile SUBDIR += p5-CGI-Compress-Gzip SUBDIR += p5-CGI-Cookie-Splitter SUBDIR += p5-CGI-Cookie-XS SUBDIR += p5-CGI-Deurl-XS SUBDIR += p5-CGI-Emulate-PSGI SUBDIR += p5-CGI-EncryptForm SUBDIR += p5-CGI-Enurl SUBDIR += p5-CGI-Ex SUBDIR += p5-CGI-Expand SUBDIR += p5-CGI-ExtDirect SUBDIR += p5-CGI-FCKeditor SUBDIR += p5-CGI-FastTemplate SUBDIR += p5-CGI-FormBuilder SUBDIR += p5-CGI-Framework SUBDIR += p5-CGI-Kwiki SUBDIR += p5-CGI-Minimal SUBDIR += p5-CGI-PSGI SUBDIR += p5-CGI-Pager SUBDIR += p5-CGI-Prototype SUBDIR += p5-CGI-Response SUBDIR += p5-CGI-SSI SUBDIR += p5-CGI-Session SUBDIR += p5-CGI-Session-ExpireSessions SUBDIR += p5-CGI-Simple SUBDIR += p5-CGI-SpeedyCGI SUBDIR += p5-CGI-Struct SUBDIR += p5-CGI-Thin SUBDIR += p5-CGI-Untaint SUBDIR += p5-CGI-Untaint-date SUBDIR += p5-CGI-Untaint-email SUBDIR += p5-CGI-Upload SUBDIR += p5-CGI-Utils SUBDIR += p5-CGI-XMLApplication SUBDIR += p5-CGI.pm SUBDIR += p5-CGI_Lite SUBDIR += p5-CIF-Client SUBDIR += p5-CSS-DOM SUBDIR += p5-CSS-Inliner SUBDIR += p5-Catalyst-Action-REST SUBDIR += p5-Catalyst-Action-RenderView SUBDIR += p5-Catalyst-Action-Serialize-XML-Hash-LX SUBDIR += p5-Catalyst-ActionRole-ACL SUBDIR += p5-Catalyst-Authentication-Credential-HTTP SUBDIR += p5-Catalyst-Authentication-Credential-OpenID SUBDIR += p5-Catalyst-Authentication-Store-DBIx-Class SUBDIR += p5-Catalyst-Authentication-Store-LDAP SUBDIR += p5-Catalyst-Component-ACCEPT_CONTEXT SUBDIR += p5-Catalyst-Component-InstancePerContext SUBDIR += p5-Catalyst-Controller-ActionRole SUBDIR += p5-Catalyst-Controller-BindLex SUBDIR += p5-Catalyst-Controller-FormBuilder SUBDIR += p5-Catalyst-Controller-HTML-FormFu SUBDIR += p5-Catalyst-Controller-RateLimit SUBDIR += p5-Catalyst-Controller-RequestToken SUBDIR += p5-Catalyst-Devel SUBDIR += p5-Catalyst-DispatchType-Regex SUBDIR += p5-Catalyst-Engine-Apache SUBDIR += p5-Catalyst-Engine-HTTP-Prefork SUBDIR += p5-Catalyst-Engine-PSGI SUBDIR += p5-Catalyst-Enzyme SUBDIR += p5-Catalyst-Helper-Controller-Scaffold SUBDIR += p5-Catalyst-Manual SUBDIR += p5-Catalyst-Model-Adaptor SUBDIR += p5-Catalyst-Model-CDBI SUBDIR += p5-Catalyst-Model-CDBI-Plain SUBDIR += p5-Catalyst-Model-CDBI-Sweet SUBDIR += p5-Catalyst-Model-DBIC-Plain SUBDIR += p5-Catalyst-Model-DBIC-Schema SUBDIR += p5-Catalyst-Model-DynamicAdaptor SUBDIR += p5-Catalyst-Model-LDAP SUBDIR += p5-Catalyst-Model-Memcached SUBDIR += p5-Catalyst-Model-Oryx SUBDIR += p5-Catalyst-Model-Tarantool SUBDIR += p5-Catalyst-Model-XML-Feed SUBDIR += p5-Catalyst-Model-Xapian SUBDIR += p5-Catalyst-Model-Xapian10 SUBDIR += p5-Catalyst-Plugin-AtomServer SUBDIR += p5-Catalyst-Plugin-Authentication SUBDIR += p5-Catalyst-Plugin-Authentication-CDBI SUBDIR += p5-Catalyst-Plugin-Authentication-OpenID SUBDIR += p5-Catalyst-Plugin-Authentication-Store-Htpasswd SUBDIR += p5-Catalyst-Plugin-Authorization-ACL SUBDIR += p5-Catalyst-Plugin-Authorization-Roles SUBDIR += p5-Catalyst-Plugin-AutoCRUD SUBDIR += p5-Catalyst-Plugin-Browser SUBDIR += p5-Catalyst-Plugin-C3 SUBDIR += p5-Catalyst-Plugin-Cache SUBDIR += p5-Catalyst-Plugin-Cache-FastMmap SUBDIR += p5-Catalyst-Plugin-Cache-Memcached SUBDIR += p5-Catalyst-Plugin-Cache-Memcached-Fast SUBDIR += p5-Catalyst-Plugin-Captcha SUBDIR += p5-Catalyst-Plugin-ConfigLoader SUBDIR += p5-Catalyst-Plugin-ConfigLoader-Environment SUBDIR += p5-Catalyst-Plugin-CookiedSession SUBDIR += p5-Catalyst-Plugin-DateTime SUBDIR += p5-Catalyst-Plugin-DefaultEnd SUBDIR += p5-Catalyst-Plugin-Email SUBDIR += p5-Catalyst-Plugin-ErrorCatcher SUBDIR += p5-Catalyst-Plugin-FillInForm SUBDIR += p5-Catalyst-Plugin-FormBuilder SUBDIR += p5-Catalyst-Plugin-FormValidator SUBDIR += p5-Catalyst-Plugin-I18N SUBDIR += p5-Catalyst-Plugin-Log-Dispatch SUBDIR += p5-Catalyst-Plugin-Log-Handler SUBDIR += p5-Catalyst-Plugin-LogWarnings SUBDIR += p5-Catalyst-Plugin-PageCache SUBDIR += p5-Catalyst-Plugin-Params-Nested SUBDIR += p5-Catalyst-Plugin-Pluggable SUBDIR += p5-Catalyst-Plugin-Prototype SUBDIR += p5-Catalyst-Plugin-RunAfterRequest SUBDIR += p5-Catalyst-Plugin-Scheduler SUBDIR += p5-Catalyst-Plugin-Server SUBDIR += p5-Catalyst-Plugin-Session SUBDIR += p5-Catalyst-Plugin-Session-FastMmap SUBDIR += p5-Catalyst-Plugin-Session-PerUser SUBDIR += p5-Catalyst-Plugin-Session-State-Cookie SUBDIR += p5-Catalyst-Plugin-Session-State-URI SUBDIR += p5-Catalyst-Plugin-Session-Store-Cache SUBDIR += p5-Catalyst-Plugin-Session-Store-DBI SUBDIR += p5-Catalyst-Plugin-Session-Store-DBIC SUBDIR += p5-Catalyst-Plugin-Session-Store-Delegate SUBDIR += p5-Catalyst-Plugin-Session-Store-FastMmap SUBDIR += p5-Catalyst-Plugin-Session-Store-File SUBDIR += p5-Catalyst-Plugin-Session-Store-Memcached SUBDIR += p5-Catalyst-Plugin-Session-Store-Memcached-Fast SUBDIR += p5-Catalyst-Plugin-Setenv SUBDIR += p5-Catalyst-Plugin-Singleton SUBDIR += p5-Catalyst-Plugin-SmartURI SUBDIR += p5-Catalyst-Plugin-StackTrace SUBDIR += p5-Catalyst-Plugin-Static SUBDIR += p5-Catalyst-Plugin-Static-Simple SUBDIR += p5-Catalyst-Plugin-StatusMessage SUBDIR += p5-Catalyst-Plugin-SubRequest SUBDIR += p5-Catalyst-Plugin-Textile SUBDIR += p5-Catalyst-Plugin-Unicode SUBDIR += p5-Catalyst-Plugin-XMLRPC SUBDIR += p5-Catalyst-Runtime SUBDIR += p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging SUBDIR += p5-Catalyst-TraitFor-Request-BrowserDetect SUBDIR += p5-Catalyst-View-ClearSilver SUBDIR += p5-Catalyst-View-Email SUBDIR += p5-Catalyst-View-GraphViz SUBDIR += p5-Catalyst-View-HTML-Template SUBDIR += p5-Catalyst-View-HTML-Template-Compiled SUBDIR += p5-Catalyst-View-JSON SUBDIR += p5-Catalyst-View-Jemplate SUBDIR += p5-Catalyst-View-Mason SUBDIR += p5-Catalyst-View-REST-XML SUBDIR += p5-Catalyst-View-RRDGraph SUBDIR += p5-Catalyst-View-TT SUBDIR += p5-Catalyst-View-TT-ControllerLocal SUBDIR += p5-Catalyst-View-Template-Declare SUBDIR += p5-Catalyst-View-Templated SUBDIR += p5-Catalyst-View-XML-Feed SUBDIR += p5-Catalyst-View-XML-Simple SUBDIR += p5-Catalyst-View-XSLT SUBDIR += p5-CatalystX-Component-Traits SUBDIR += p5-CatalystX-InjectComponent SUBDIR += p5-CatalystX-LeakChecker SUBDIR += p5-CatalystX-Profile SUBDIR += p5-CatalystX-REPL SUBDIR += p5-CatalystX-RoleApplicator SUBDIR += p5-CatalystX-SimpleLogin SUBDIR += p5-Class-DBI-FromForm SUBDIR += p5-ClearSilver SUBDIR += p5-Compress-LeadingBlankSpaces SUBDIR += p5-Continuity SUBDIR += p5-Cookie-Baker SUBDIR += p5-Corona SUBDIR += p5-Dancer SUBDIR += p5-Dancer-Logger-Log4perl SUBDIR += p5-Dancer-Plugin-ExtDirect SUBDIR += p5-Dancer-Plugin-Feed SUBDIR += p5-Dancer-Plugin-Lexicon SUBDIR += p5-Dancer-Plugin-Memcached SUBDIR += p5-Dancer-Plugin-REST SUBDIR += p5-Dancer-Plugin-SiteMap SUBDIR += p5-Dancer-Plugin-ValidationClass SUBDIR += p5-Dancer-Session-Cookie SUBDIR += p5-Dancer-Template-Xslate SUBDIR += p5-Dancer2 SUBDIR += p5-Data-TreeDumper-Renderer-DHTML SUBDIR += p5-Data-Validate-URI SUBDIR += p5-Emplacken SUBDIR += p5-FAQ-OMatic SUBDIR += p5-FCGI SUBDIR += p5-FCGI-Async SUBDIR += p5-FCGI-Client SUBDIR += p5-FCGI-Engine SUBDIR += p5-FCGI-ProcManager SUBDIR += p5-FCGI-Spawn SUBDIR += p5-FEAR-API SUBDIR += p5-Facebook-Graph SUBDIR += p5-Feed-Find SUBDIR += p5-Feersum SUBDIR += p5-File-Mork SUBDIR += p5-Flea SUBDIR += p5-Flickr-API SUBDIR += p5-Flickr-Upload SUBDIR += p5-Fliggy SUBDIR += p5-Furl SUBDIR += p5-FurlX-Coro SUBDIR += p5-Gantry SUBDIR += p5-Geo-Caching SUBDIR += p5-Google-Code-Upload SUBDIR += p5-Google-Search SUBDIR += p5-Gtk2-WebKit SUBDIR += p5-Gungho SUBDIR += p5-GunghoX-FollowLinks SUBDIR += p5-HTML-Adsense SUBDIR += p5-HTML-Breadcrumbs SUBDIR += p5-HTML-CalendarMonthSimple SUBDIR += p5-HTML-Chunks SUBDIR += p5-HTML-Clean SUBDIR += p5-HTML-ContentExtractor SUBDIR += p5-HTML-DOM SUBDIR += p5-HTML-Declare SUBDIR += p5-HTML-Defaultify SUBDIR += p5-HTML-Diff SUBDIR += p5-HTML-Display SUBDIR += p5-HTML-Element-Extended SUBDIR += p5-HTML-Element-Library SUBDIR += p5-HTML-Element-Replacer SUBDIR += p5-HTML-Encoding SUBDIR += p5-HTML-ExtractContent SUBDIR += p5-HTML-ExtractMain SUBDIR += p5-HTML-Field SUBDIR += p5-HTML-FillInForm SUBDIR += p5-HTML-FillInForm-ForceUTF8 SUBDIR += p5-HTML-FillInForm-Lite SUBDIR += p5-HTML-Form SUBDIR += p5-HTML-FormFu SUBDIR += p5-HTML-FormFu-Imager SUBDIR += p5-HTML-FormFu-Model-DBIC SUBDIR += p5-HTML-FormHandler SUBDIR += p5-HTML-FromANSI SUBDIR += p5-HTML-FromText SUBDIR += p5-HTML-GenToc SUBDIR += p5-HTML-GenerateUtil SUBDIR += p5-HTML-GoogleMaps SUBDIR += p5-HTML-Highlight SUBDIR += p5-HTML-LinkExtractor SUBDIR += p5-HTML-LinkList SUBDIR += p5-HTML-Lint SUBDIR += p5-HTML-Location SUBDIR += p5-HTML-Macro SUBDIR += p5-HTML-Mason SUBDIR += p5-HTML-Mason-PSGIHandler SUBDIR += p5-HTML-MobileConverter SUBDIR += p5-HTML-Pager SUBDIR += p5-HTML-Parser SUBDIR += p5-HTML-Parser-Simple SUBDIR += p5-HTML-Perlinfo SUBDIR += p5-HTML-PrettyPrinter SUBDIR += p5-HTML-Prototype SUBDIR += p5-HTML-Query SUBDIR += p5-HTML-QuickCheck SUBDIR += p5-HTML-RSSAutodiscovery SUBDIR += p5-HTML-ResolveLink SUBDIR += p5-HTML-RobotsMETA SUBDIR += p5-HTML-Scrubber SUBDIR += p5-HTML-Seamstress SUBDIR += p5-HTML-Selector-XPath SUBDIR += p5-HTML-Shakan SUBDIR += p5-HTML-SimpleLinkExtor SUBDIR += p5-HTML-SimpleParse SUBDIR += p5-HTML-StickyQuery SUBDIR += p5-HTML-StickyQuery-DoCoMoGUID SUBDIR += p5-HTML-Stream SUBDIR += p5-HTML-Strip SUBDIR += p5-HTML-StripScripts SUBDIR += p5-HTML-StripScripts-Parser SUBDIR += p5-HTML-Summary SUBDIR += p5-HTML-Table SUBDIR += p5-HTML-TableContentParser SUBDIR += p5-HTML-TableExtract SUBDIR += p5-HTML-TableLayout SUBDIR += p5-HTML-TableParser SUBDIR += p5-HTML-TableTiler SUBDIR += p5-HTML-TagCloud SUBDIR += p5-HTML-TagCloud-Extended SUBDIR += p5-HTML-TagParser SUBDIR += p5-HTML-Tagset SUBDIR += p5-HTML-Template SUBDIR += p5-HTML-Template-Associate SUBDIR += p5-HTML-Template-Compiled SUBDIR += p5-HTML-Template-Expr SUBDIR += p5-HTML-Template-HashWrapper SUBDIR += p5-HTML-Template-JIT SUBDIR += p5-HTML-Template-Pluggable SUBDIR += p5-HTML-Template-Pro SUBDIR += p5-HTML-Toc SUBDIR += p5-HTML-TokeParser-Simple SUBDIR += p5-HTML-Tree SUBDIR += p5-HTML-TreeBuilder-LibXML SUBDIR += p5-HTML-TreeBuilder-XPath SUBDIR += p5-HTML-Widgets-SelectLayers SUBDIR += p5-HTML-WikiConverter SUBDIR += p5-HTML-WikiConverter-DokuWiki SUBDIR += p5-HTML-WikiConverter-GoogleCode SUBDIR += p5-HTML-WikiConverter-Kwiki SUBDIR += p5-HTML-WikiConverter-Markdown SUBDIR += p5-HTML-WikiConverter-MediaWiki SUBDIR += p5-HTML-WikiConverter-MoinMoin SUBDIR += p5-HTML-WikiConverter-Oddmuse SUBDIR += p5-HTML-WikiConverter-PbWiki SUBDIR += p5-HTML-WikiConverter-PhpWiki SUBDIR += p5-HTML-WikiConverter-PmWiki SUBDIR += p5-HTML-WikiConverter-SnipSnap SUBDIR += p5-HTML-WikiConverter-Socialtext SUBDIR += p5-HTML-WikiConverter-TikiWiki SUBDIR += p5-HTML-WikiConverter-UseMod SUBDIR += p5-HTML-WikiConverter-WakkaWiki SUBDIR += p5-HTML-WikiConverter-WikkaWiki SUBDIR += p5-HTTP-Async SUBDIR += p5-HTTP-Body SUBDIR += p5-HTTP-BrowserDetect SUBDIR += p5-HTTP-Cache-Transparent SUBDIR += p5-HTTP-CookieJar SUBDIR += p5-HTTP-Cookies SUBDIR += p5-HTTP-Cookies-Mozilla SUBDIR += p5-HTTP-Cookies-iCab SUBDIR += p5-HTTP-Cookies-w3m SUBDIR += p5-HTTP-DAV SUBDIR += p5-HTTP-Daemon SUBDIR += p5-HTTP-Daemon-SSL SUBDIR += p5-HTTP-Date SUBDIR += p5-HTTP-Engine SUBDIR += p5-HTTP-Engine-Middleware SUBDIR += p5-HTTP-Exception SUBDIR += p5-HTTP-HeaderParser-XS SUBDIR += p5-HTTP-Headers-Fast SUBDIR += p5-HTTP-Link-Parser SUBDIR += p5-HTTP-Lite SUBDIR += p5-HTTP-MHTTP SUBDIR += p5-HTTP-Message SUBDIR += p5-HTTP-MobileAgent SUBDIR += p5-HTTP-MobileAgent-Plugin-Charset SUBDIR += p5-HTTP-MobileAgent-Plugin-Locator SUBDIR += p5-HTTP-Negotiate SUBDIR += p5-HTTP-Parser SUBDIR += p5-HTTP-Parser-XS SUBDIR += p5-HTTP-Proxy SUBDIR += p5-HTTP-Recorder SUBDIR += p5-HTTP-Request-AsCGI SUBDIR += p5-HTTP-Request-Params SUBDIR += p5-HTTP-Response-Encoding SUBDIR += p5-HTTP-Router SUBDIR += p5-HTTP-Server-Simple SUBDIR += p5-HTTP-Server-Simple-Authen SUBDIR += p5-HTTP-Server-Simple-Mason SUBDIR += p5-HTTP-Server-Simple-PSGI SUBDIR += p5-HTTP-Server-Simple-Recorder SUBDIR += p5-HTTP-Server-Simple-Static SUBDIR += p5-HTTP-Session SUBDIR += p5-HTTP-Session-State-MobileAgentID SUBDIR += p5-HTTP-Session-Store-DBI SUBDIR += p5-HTTP-Session2 SUBDIR += p5-HTTP-SimpleLinkChecker SUBDIR += p5-HTTP-Size SUBDIR += p5-HTTP-Tiny SUBDIR += p5-HTTP-Tiny-SPDY SUBDIR += p5-HTTP-WebTest SUBDIR += p5-HTTPD-Log-Filter SUBDIR += p5-HTTPD-User-Manage SUBDIR += p5-I18N-AcceptLanguage SUBDIR += p5-IMDB-Film SUBDIR += p5-Image-Delivery SUBDIR += p5-JE SUBDIR += p5-Jemplate SUBDIR += p5-Jifty SUBDIR += p5-Kwiki SUBDIR += p5-LWP-Authen-Negotiate SUBDIR += p5-LWP-Authen-OAuth SUBDIR += p5-LWP-Authen-Wsse SUBDIR += p5-LWP-ConnCache-MaxKeepAliveRequests SUBDIR += p5-LWP-MediaTypes SUBDIR += p5-LWP-Online SUBDIR += p5-LWP-Protocol-PSGI SUBDIR += p5-LWP-Protocol-connect SUBDIR += p5-LWP-Protocol-http10 SUBDIR += p5-LWP-Protocol-https SUBDIR += p5-LWP-UserAgent-Determined SUBDIR += p5-LWP-UserAgent-POE SUBDIR += p5-LWP-UserAgent-WithCache SUBDIR += p5-LWPx-ParanoidAgent SUBDIR += p5-LWPx-TimedHTTP SUBDIR += p5-Markup-Perl SUBDIR += p5-Mason SUBDIR += p5-MasonX-Interp-WithCallbacks SUBDIR += p5-MasonX-Profiler SUBDIR += p5-MasonX-Request-WithApacheSession SUBDIR += p5-MasonX-WebApp SUBDIR += p5-Maypole SUBDIR += p5-Maypole-Authentication-UserSessionCookie SUBDIR += p5-Maypole-Component SUBDIR += p5-MediaWiki SUBDIR += p5-MediaWiki-API SUBDIR += p5-Mobile-UserAgent SUBDIR += p5-ModPerl-VersionUtil SUBDIR += p5-Mojo-Server-FastCGI SUBDIR += p5-MojoMojo SUBDIR += p5-Mojolicious SUBDIR += p5-Mojolicious-Plugin-Authentication SUBDIR += p5-Mojolicious-Plugin-Database SUBDIR += p5-Mojolicious-Plugin-Mongodb SUBDIR += p5-Mojolicious-Plugin-YamlConfig SUBDIR += p5-Monoceros SUBDIR += p5-Mozilla-CA SUBDIR += p5-Net-Akismet SUBDIR += p5-Net-Amazon-AWIS SUBDIR += p5-Net-Async-FastCGI SUBDIR += p5-Net-FastCGI SUBDIR += p5-Net-FireEagle SUBDIR += p5-Net-Flickr-API SUBDIR += p5-Net-Flickr-Backup SUBDIR += p5-Net-Flickr-RDF SUBDIR += p5-Net-FreshBooks-API SUBDIR += p5-Net-GeoPlanet SUBDIR += p5-Net-Plurk SUBDIR += p5-Net-STF-Client SUBDIR += p5-Net-Trac SUBDIR += p5-Net-YAP SUBDIR += p5-Net-eBay SUBDIR += p5-Newsletter SUBDIR += p5-Nginx-ReadBody SUBDIR += p5-Nginx-Simple SUBDIR += p5-PHP-Session SUBDIR += p5-POE-Component-Client-HTTP SUBDIR += p5-POE-Component-Client-UserAgent SUBDIR += p5-POE-Component-Server-HTTP SUBDIR += p5-POE-Component-Server-HTTPServer SUBDIR += p5-POE-Component-Server-PSGI SUBDIR += p5-POE-Component-Server-SOAP SUBDIR += p5-POE-Component-Server-SimpleHTTP SUBDIR += p5-POE-Filter-HTTP-Parser SUBDIR += p5-POEx-Role-PSGIServer SUBDIR += p5-PSGI SUBDIR += p5-ParallelUA SUBDIR += p5-Parse-HTTP-UserAgent SUBDIR += p5-Path-Class-URI SUBDIR += p5-Perlanet SUBDIR += p5-Perlbal-Plugin-PSGI SUBDIR += p5-Plack SUBDIR += p5-Plack-App-Proxy SUBDIR += p5-Plack-Builder-Conditionals SUBDIR += p5-Plack-Handler-AnyEvent-HTTPD SUBDIR += p5-Plack-Handler-AnyEvent-ReverseHTTP SUBDIR += p5-Plack-Handler-AnyEvent-SCGI SUBDIR += p5-Plack-Handler-CLI SUBDIR += p5-Plack-Handler-SCGI SUBDIR += p5-Plack-Middleware-AMF SUBDIR += p5-Plack-Middleware-AddDefaultCharset SUBDIR += p5-Plack-Middleware-Auth-Digest SUBDIR += p5-Plack-Middleware-AutoRefresh SUBDIR += p5-Plack-Middleware-ConsoleLogger SUBDIR += p5-Plack-Middleware-Debug SUBDIR += p5-Plack-Middleware-Deflater SUBDIR += p5-Plack-Middleware-Expires SUBDIR += p5-Plack-Middleware-File-Sass SUBDIR += p5-Plack-Middleware-FixMissingBodyInRedirect SUBDIR += p5-Plack-Middleware-ForceEnv SUBDIR += p5-Plack-Middleware-Header SUBDIR += p5-Plack-Middleware-IEnosniff SUBDIR += p5-Plack-Middleware-InteractiveDebugger SUBDIR += p5-Plack-Middleware-JSConcat SUBDIR += p5-Plack-Middleware-MemoryUsage SUBDIR += p5-Plack-Middleware-MethodOverride SUBDIR += p5-Plack-Middleware-Precompressed SUBDIR += p5-Plack-Middleware-RemoveRedundantBody SUBDIR += p5-Plack-Middleware-Reproxy SUBDIR += p5-Plack-Middleware-ReverseProxy SUBDIR += p5-Plack-Middleware-ServerStatus-Lite SUBDIR += p5-Plack-Middleware-Session SUBDIR += p5-Plack-Middleware-SocketIO SUBDIR += p5-Plack-Middleware-Status SUBDIR += p5-Plack-Middleware-Test-StashWarnings SUBDIR += p5-Plack-Middleware-Throttle SUBDIR += p5-Plack-Middleware-XForwardedFor SUBDIR += p5-Plack-Server-Coro SUBDIR += p5-Plack-Server-POE SUBDIR += p5-Plack-Server-ReverseHTTP SUBDIR += p5-Plack-Test-ExternalServer SUBDIR += p5-PocketIO SUBDIR += p5-Pod-Site SUBDIR += p5-PodToHTML SUBDIR += p5-Protocol-SocketIO SUBDIR += p5-Protocol-WebSocket SUBDIR += p5-Protocol-XMLRPC SUBDIR += p5-REST-Client SUBDIR += p5-REST-Google-Apps-Provisioning SUBDIR += p5-RPC-ExtDirect SUBDIR += p5-RT-Authen-ExternalAuth SUBDIR += p5-RT-Client-REST SUBDIR += p5-RT-Extension-LDAPImport SUBDIR += p5-RT-Extension-MandatoryOnTransition SUBDIR += p5-RT-Extension-SLA SUBDIR += p5-RTx-Calendar SUBDIR += p5-Reaction SUBDIR += p5-Reddit SUBDIR += p5-Rose-HTML-Objects SUBDIR += p5-Router-Boom SUBDIR += p5-Router-Simple SUBDIR += p5-Router-Simple-Sinatraish SUBDIR += p5-SCGI SUBDIR += p5-SOAP-Transport-HTTP-Plack SUBDIR += p5-SRU SUBDIR += p5-STF-Dispatcher-PSGI SUBDIR += p5-SWF-Chart SUBDIR += p5-Scrappy SUBDIR += p5-Session-Storage-Secure SUBDIR += p5-Squatting SUBDIR += p5-Squatting-On-PSGI SUBDIR += p5-Starlet SUBDIR += p5-Starman SUBDIR += p5-Syntax-Highlight-HTML SUBDIR += p5-Syntax-Highlight-Shell SUBDIR += p5-Task-Catalyst SUBDIR += p5-Task-Plack SUBDIR += p5-Tatsumaki SUBDIR += p5-Template-Alloy SUBDIR += p5-Template-GD SUBDIR += p5-Template-Iterator-AlzaboWrapperCursor SUBDIR += p5-Template-Multilingual SUBDIR += p5-Template-Mustache SUBDIR += p5-Template-Plugin-Class SUBDIR += p5-Template-Plugin-Clickable SUBDIR += p5-Template-Plugin-Clickable-Email SUBDIR += p5-Template-Plugin-Comma SUBDIR += p5-Template-Plugin-FillInForm SUBDIR += p5-Template-Plugin-JSON SUBDIR += p5-Template-Plugin-JavaScript SUBDIR += p5-Template-Plugin-MP3 SUBDIR += p5-Template-Plugin-Markdown SUBDIR += p5-Template-Plugin-Monta SUBDIR += p5-Template-Plugin-Number-Format SUBDIR += p5-Template-Plugin-StripScripts SUBDIR += p5-Template-Plugin-Subst SUBDIR += p5-Template-Plugin-VMethods SUBDIR += p5-Template-Provider-Encoding SUBDIR += p5-Template-Provider-FromDATA SUBDIR += p5-Template-Simple SUBDIR += p5-Template-Stash-AutoEscape SUBDIR += p5-Template-Timer SUBDIR += p5-Template-Toolkit SUBDIR += p5-Template-Toolkit-Simple SUBDIR += p5-Tenjin SUBDIR += p5-Test-HTTP SUBDIR += p5-Test-HTTP-Server-Simple SUBDIR += p5-Test-Nginx SUBDIR += p5-TestGen4Web-Runner SUBDIR += p5-Text-MultiMarkdown-ApacheHandler SUBDIR += p5-Tie-TinyURL SUBDIR += p5-Toader SUBDIR += p5-Twiggy SUBDIR += p5-Twiggy-TLS SUBDIR += p5-URI-Encode SUBDIR += p5-URI-Escape-JavaScript SUBDIR += p5-URI-Escape-XS SUBDIR += p5-URI-Fetch SUBDIR += p5-URI-ParseSearchString SUBDIR += p5-URI-Sequin SUBDIR += p5-URI-Title SUBDIR += p5-URI-ToDisk SUBDIR += p5-VUser-Google-ProvisioningAPI SUBDIR += p5-W3C-LinkChecker SUBDIR += p5-W3C-LogValidator SUBDIR += p5-WWW-AtMovies-TV SUBDIR += p5-WWW-Babelfish SUBDIR += p5-WWW-Baseball-NPB SUBDIR += p5-WWW-Comic SUBDIR += p5-WWW-Contact SUBDIR += p5-WWW-Curl SUBDIR += p5-WWW-DHL SUBDIR += p5-WWW-Dilbert SUBDIR += p5-WWW-Facebook-API SUBDIR += p5-WWW-FreeProxy SUBDIR += p5-WWW-GitHub-Gist SUBDIR += p5-WWW-Google-Calculator SUBDIR += p5-WWW-Google-News SUBDIR += p5-WWW-Google-News-TW SUBDIR += p5-WWW-Google-Notebook SUBDIR += p5-WWW-Google-PageRank SUBDIR += p5-WWW-Google-Video SUBDIR += p5-WWW-HatenaDiary SUBDIR += p5-WWW-HatenaLogin SUBDIR += p5-WWW-HatenaStar SUBDIR += p5-WWW-IMDb SUBDIR += p5-WWW-Instapaper-Client SUBDIR += p5-WWW-LongURL SUBDIR += p5-WWW-Mechanize SUBDIR += p5-WWW-Mechanize-CGI SUBDIR += p5-WWW-Mechanize-Cached SUBDIR += p5-WWW-Mechanize-DecodedContent SUBDIR += p5-WWW-Mechanize-FormFiller SUBDIR += p5-WWW-Mechanize-GZip SUBDIR += p5-WWW-Mechanize-Meta SUBDIR += p5-WWW-Mechanize-Pluggable SUBDIR += p5-WWW-Mechanize-Plugin-phpBB SUBDIR += p5-WWW-Mechanize-Shell SUBDIR += p5-WWW-Mechanize-SpamCop SUBDIR += p5-WWW-Mechanize-TreeBuilder SUBDIR += p5-WWW-Mediawiki-Client SUBDIR += p5-WWW-Mixi SUBDIR += p5-WWW-Mixi-Scraper SUBDIR += p5-WWW-Myspace SUBDIR += p5-WWW-NicoVideo-Download SUBDIR += p5-WWW-NioTV SUBDIR += p5-WWW-OpenSVN SUBDIR += p5-WWW-OpenSearch SUBDIR += p5-WWW-Pastebin-PastebinCom-Create SUBDIR += p5-WWW-Plurk SUBDIR += p5-WWW-Robot SUBDIR += p5-WWW-RobotRules SUBDIR += p5-WWW-RobotRules-Parser SUBDIR += p5-WWW-Scraper-ISBN SUBDIR += p5-WWW-Scraper-ISBN-Amazon_Driver SUBDIR += p5-WWW-Scraper-ISBN-Driver SUBDIR += p5-WWW-Scraper-ISBN-ORA_Driver SUBDIR += p5-WWW-Scraper-ISBN-Record SUBDIR += p5-WWW-Scripter SUBDIR += p5-WWW-Scripter-Plugin-Ajax SUBDIR += p5-WWW-Scripter-Plugin-JavaScript SUBDIR += p5-WWW-Search SUBDIR += p5-WWW-Search-AltaVista SUBDIR += p5-WWW-Search-Google SUBDIR += p5-WWW-Search-MSN SUBDIR += p5-WWW-Shorten SUBDIR += p5-WWW-Shorten-0rz SUBDIR += p5-WWW-Shorten-Bitly SUBDIR += p5-WWW-Shorten-Googl SUBDIR += p5-WWW-Shorten-KUSO SUBDIR += p5-WWW-Shorten-NotLong SUBDIR += p5-WWW-Shorten-Yourls SUBDIR += p5-WWW-Shorten-isgd SUBDIR += p5-WWW-SourceForge SUBDIR += p5-WWW-Spinn3r SUBDIR += p5-WWW-TV SUBDIR += p5-WWW-TWSMS SUBDIR += p5-WWW-TinySong SUBDIR += p5-WWW-Tumblr SUBDIR += p5-WWW-VenusEnvy SUBDIR += p5-WWW-WebArchive SUBDIR += p5-WWW-Wikipedia SUBDIR += p5-WWW-Yandex-TIC SUBDIR += p5-WWW-iTunesConnect SUBDIR += p5-Web-Query SUBDIR += p5-Web-Scraper SUBDIR += p5-Web-Scraper-Config SUBDIR += p5-Web-oEmbed SUBDIR += p5-WebDAO SUBDIR += p5-WebService-Basecamp SUBDIR += p5-WebService-Bloglines SUBDIR += p5-WebService-BuzzurlAPI SUBDIR += p5-WebService-CIA SUBDIR += p5-WebService-GData SUBDIR += p5-WebService-Google-Reader SUBDIR += p5-WebService-Google-Sets SUBDIR += p5-WebService-IMDB SUBDIR += p5-WebService-ISBNDB SUBDIR += p5-WebService-Linode SUBDIR += p5-WebService-MoviePosterDB SUBDIR += p5-WebService-MusicBrainz SUBDIR += p5-WebService-NoPaste SUBDIR += p5-WebService-Pushover SUBDIR += p5-WebService-Rakuten SUBDIR += p5-WebService-Simple SUBDIR += p5-WebService-Technorati SUBDIR += p5-WebService-YouTube SUBDIR += p5-WordPress-XMLRPC SUBDIR += p5-Yahoo-Lifestyle SUBDIR += p5-Yahoo-Search SUBDIR += p5-ZConf-RSS SUBDIR += p5-ZConf-RSS-GUI-GTK SUBDIR += p5-chklinks SUBDIR += p5-jQuery-File-Upload SUBDIR += p5-libapreq2 SUBDIR += p5-libservlet SUBDIR += p5-libwww SUBDIR += p5-pQuery SUBDIR += p5-webservice-validator-css-w3c SUBDIR += p5-webservice-validator-html-w3c SUBDIR += paros SUBDIR += pear-HTML_AJAX SUBDIR += pear-HTML_TagCloud SUBDIR += pear-HTTP SUBDIR += pear-HTTP_Client SUBDIR += pear-HTTP_Download SUBDIR += pear-HTTP_FloodControl SUBDIR += pear-HTTP_Header SUBDIR += pear-HTTP_Request SUBDIR += pear-HTTP_Request2 SUBDIR += pear-HTTP_Server SUBDIR += pear-HTTP_Session2 SUBDIR += pear-HTTP_Upload SUBDIR += pear-HTTP_WebDAV_Client SUBDIR += pear-HTTP_WebDAV_Server SUBDIR += pear-Horde_Browser SUBDIR += pear-Horde_Css_Parser SUBDIR += pear-Horde_Dav SUBDIR += pear-Horde_Editor SUBDIR += pear-Horde_Feed SUBDIR += pear-Horde_Form SUBDIR += pear-Horde_Http SUBDIR += pear-Horde_Routes SUBDIR += pear-Horde_Service_Facebook SUBDIR += pear-Horde_Service_Twitter SUBDIR += pear-Horde_Service_UrlShortener SUBDIR += pear-Horde_Service_Weather SUBDIR += pear-Horde_SessionHandler SUBDIR += pear-Horde_Template SUBDIR += pear-Services_Amazon SUBDIR += pear-Services_Amazon_S3 SUBDIR += pear-Services_Blogging SUBDIR += pear-Services_Compete SUBDIR += pear-Services_Delicious SUBDIR += pear-Services_Digg SUBDIR += pear-Services_Facebook SUBDIR += pear-Services_GeoNames SUBDIR += pear-Services_Google SUBDIR += pear-Services_OpenSearch SUBDIR += pear-Services_SharedBook SUBDIR += pear-Services_ShortURL SUBDIR += pear-Services_TinyURL SUBDIR += pear-Services_TwitPic SUBDIR += pear-Services_W3C_CSSValidator SUBDIR += pear-Services_W3C_HTMLValidator SUBDIR += pear-Services_Yadis SUBDIR += pear-Services_Yahoo SUBDIR += pear-Services_urlTea SUBDIR += pear-Structures_DataGrid_Renderer_Flexy SUBDIR += pear-Structures_DataGrid_Renderer_Pager SUBDIR += pear-Structures_DataGrid_Renderer_Smarty SUBDIR += pear-Text_Wiki SUBDIR += pear-UDDI SUBDIR += pear-XML_GRDDL SUBDIR += pear-twig SUBDIR += pebble SUBDIR += pecl-APC SUBDIR += pecl-amfext SUBDIR += pecl-http SUBDIR += pecl-solr SUBDIR += pecl-sphinx SUBDIR += pecl-swish SUBDIR += pecl-twig SUBDIR += pecl-varnish SUBDIR += pecl-yaf SUBDIR += pecl-yar SUBDIR += pecl-zendopcache SUBDIR += pelican SUBDIR += perlbal SUBDIR += pglogd SUBDIR += phalcon SUBDIR += photo_gallery SUBDIR += php-plurk-api SUBDIR += php-screw SUBDIR += php-templates SUBDIR += php5-session SUBDIR += php5-tidy SUBDIR += php53-session SUBDIR += php53-tidy SUBDIR += php55-opcache SUBDIR += php55-session SUBDIR += php55-tidy SUBDIR += php56-opcache SUBDIR += php56-session SUBDIR += php56-tidy SUBDIR += phpbb SUBDIR += phpbb3 SUBDIR += phpgroupware SUBDIR += phpmp SUBDIR += phpmustache SUBDIR += phpmyfaq SUBDIR += phprecipebook SUBDIR += phproxy SUBDIR += phpsysinfo SUBDIR += phpvirtualbox SUBDIR += phpwebapp SUBDIR += pivotx SUBDIR += piwigo SUBDIR += piwik SUBDIR += planet SUBDIR += pligg SUBDIR += plone SUBDIR += plugger SUBDIR += pmwiki SUBDIR += pnews SUBDIR += podcastamatic SUBDIR += polipo SUBDIR += pound SUBDIR += privoxy SUBDIR += protovis SUBDIR += pserv SUBDIR += publicfile SUBDIR += punbb SUBDIR += pwebstats SUBDIR += py-GinGin SUBDIR += py-HTMLgen SUBDIR += py-Lightbox SUBDIR += py-Products.CMFPlone SUBDIR += py-Products.PloneLDAP SUBDIR += py-Products.TinyMCE SUBDIR += py-WebError SUBDIR += py-WebFlash SUBDIR += py-WebTest SUBDIR += py-aiohttp SUBDIR += py-albatross SUBDIR += py-amf SUBDIR += py-apachelog SUBDIR += py-beaker SUBDIR += py-beautifulsoup SUBDIR += py-beautifulsoup32 SUBDIR += py-bjoern SUBDIR += py-bleach SUBDIR += py-blogofile SUBDIR += py-bottle SUBDIR += py-cherrypy SUBDIR += py-cherrypy-old SUBDIR += py-clientform SUBDIR += py-cssmin SUBDIR += py-cssselect SUBDIR += py-cssutils SUBDIR += py-django SUBDIR += py-django-annoying SUBDIR += py-django-app-plugins SUBDIR += py-django-appconf SUBDIR += py-django-appmedia SUBDIR += py-django-assets SUBDIR += py-django-auth-ldap SUBDIR += py-django-caching-app-plugins SUBDIR += py-django-classy-tags SUBDIR += py-django-cms SUBDIR += py-django-crispy-forms SUBDIR += py-django-datetime-widget SUBDIR += py-django-debug-toolbar SUBDIR += py-django-devel SUBDIR += py-django-dpaste SUBDIR += py-django-evolution SUBDIR += py-django-extensions SUBDIR += py-django-filer SUBDIR += py-django-haystack SUBDIR += py-django-json-rpc SUBDIR += py-django-keyedcache SUBDIR += py-django-ldapdb SUBDIR += py-django-livesettings SUBDIR += py-django-mezzanine SUBDIR += py-django-mezzanine-filebrowser SUBDIR += py-django-mezzanine-grappelli SUBDIR += py-django-mptt SUBDIR += py-django-openid-auth SUBDIR += py-django-photologue SUBDIR += py-django-picklefield SUBDIR += py-django-pipeline SUBDIR += py-django-pipeline12 SUBDIR += py-django-piston SUBDIR += py-django-profiles SUBDIR += py-django-redis SUBDIR += py-django-registration SUBDIR += py-django-registration-defaults SUBDIR += py-django-reversion SUBDIR += py-django-sekizai SUBDIR += py-django-signals-ahoy SUBDIR += py-django-simple-captcha SUBDIR += py-django-storages SUBDIR += py-django-subdomains SUBDIR += py-django-tables2 SUBDIR += py-django-tagging SUBDIR += py-django-taggit SUBDIR += py-django-tastypie SUBDIR += py-django-threaded-multihost SUBDIR += py-django-tinymce SUBDIR += py-django14 SUBDIR += py-django15 SUBDIR += py-django16 SUBDIR += py-django_compressor SUBDIR += py-djangotoolbox SUBDIR += py-djblets SUBDIR += py-dojango SUBDIR += py-dotcloud.cli SUBDIR += py-dtflickr SUBDIR += py-evernote SUBDIR += py-falcon SUBDIR += py-fcgi SUBDIR += py-fedex SUBDIR += py-feedfinder SUBDIR += py-feedgenerator SUBDIR += py-flask SUBDIR += py-flask-admin SUBDIR += py-flask-cache SUBDIR += py-flask-flatpages SUBDIR += py-flask-uploads SUBDIR += py-flexget SUBDIR += py-flup SUBDIR += py-formalchemy SUBDIR += py-formencode SUBDIR += py-frozen-flask SUBDIR += py-funkload SUBDIR += py-google-api-python-client SUBDIR += py-graphite-web SUBDIR += py-grequests SUBDIR += py-gunicorn SUBDIR += py-html5lib SUBDIR += py-httplib2 SUBDIR += py-imdbpy SUBDIR += py-jonpy SUBDIR += py-jswebkit SUBDIR += py-mechanize SUBDIR += py-meld SUBDIR += py-meld3 SUBDIR += py-mt SUBDIR += py-nevow SUBDIR += py-openssl-proxy SUBDIR += py-pafy SUBDIR += py-paste SUBDIR += py-pastedeploy SUBDIR += py-pastescript SUBDIR += py-plone.alterego SUBDIR += py-plone.app.blob SUBDIR += py-plone.app.caching SUBDIR += py-plone.app.collection SUBDIR += py-plone.app.content SUBDIR += py-plone.app.contentlisting SUBDIR += py-plone.app.contentmenu SUBDIR += py-plone.app.contentrules SUBDIR += py-plone.app.controlpanel SUBDIR += py-plone.app.customerize SUBDIR += py-plone.app.dexterity SUBDIR += py-plone.app.discussion SUBDIR += py-plone.app.folder SUBDIR += py-plone.app.form SUBDIR += py-plone.app.i18n SUBDIR += py-plone.app.imaging SUBDIR += py-plone.app.iterate SUBDIR += py-plone.app.jquery SUBDIR += py-plone.app.jquerytools SUBDIR += py-plone.app.layout SUBDIR += py-plone.app.ldap SUBDIR += py-plone.app.linkintegrity SUBDIR += py-plone.app.locales SUBDIR += py-plone.app.portlets SUBDIR += py-plone.app.querystring SUBDIR += py-plone.app.redirector SUBDIR += py-plone.app.registry SUBDIR += py-plone.app.search SUBDIR += py-plone.app.testing SUBDIR += py-plone.app.textfield SUBDIR += py-plone.app.theming SUBDIR += py-plone.app.upgrade SUBDIR += py-plone.app.users SUBDIR += py-plone.app.uuid SUBDIR += py-plone.app.viewletmanager SUBDIR += py-plone.app.vocabularies SUBDIR += py-plone.app.workflow SUBDIR += py-plone.app.z3cform SUBDIR += py-plone.autoform SUBDIR += py-plone.batching SUBDIR += py-plone.behavior SUBDIR += py-plone.browserlayer SUBDIR += py-plone.cachepurging SUBDIR += py-plone.caching SUBDIR += py-plone.contentrules SUBDIR += py-plone.dexterity SUBDIR += py-plone.fieldsets SUBDIR += py-plone.folder SUBDIR += py-plone.formwidget.namedfile SUBDIR += py-plone.i18n SUBDIR += py-plone.indexer SUBDIR += py-plone.intelligenttext SUBDIR += py-plone.locking SUBDIR += py-plone.memoize SUBDIR += py-plone.namedfile SUBDIR += py-plone.outputfilters SUBDIR += py-plone.portlet.collection SUBDIR += py-plone.portlet.static SUBDIR += py-plone.portlets SUBDIR += py-plone.registry SUBDIR += py-plone.resource SUBDIR += py-plone.resourceeditor SUBDIR += py-plone.rfc822 SUBDIR += py-plone.scale SUBDIR += py-plone.schemaeditor SUBDIR += py-plone.stringinterp SUBDIR += py-plone.subrequest SUBDIR += py-plone.supermodel SUBDIR += py-plone.synchronize SUBDIR += py-plone.testing SUBDIR += py-plone.theme SUBDIR += py-plone.transformchain SUBDIR += py-plone.uuid SUBDIR += py-plone.z3cform SUBDIR += py-plonetheme.classic SUBDIR += py-plonetheme.sunburst SUBDIR += py-poster SUBDIR += py-postmarkup SUBDIR += py-praw SUBDIR += py-prewikka SUBDIR += py-py-restclient SUBDIR += py-pyjwt SUBDIR += py-pylons SUBDIR += py-pyquery SUBDIR += py-pyramid SUBDIR += py-pyramid_rpc SUBDIR += py-pysearch SUBDIR += py-pywebdav SUBDIR += py-qp SUBDIR += py-qpy SUBDIR += py-qt4-webkit SUBDIR += py-rackspace-monitoring SUBDIR += py-recaptcha SUBDIR += py-requestbuilder SUBDIR += py-requests SUBDIR += py-requests-oauth-hook SUBDIR += py-requests-oauthlib SUBDIR += py-requests1 SUBDIR += py-restclient SUBDIR += py-rhodecode SUBDIR += py-routes SUBDIR += py-satchmo SUBDIR += py-scgi SUBDIR += py-scrapy SUBDIR += py-scriptaculous SUBDIR += py-selector SUBDIR += py-selenium SUBDIR += py-slimmer SUBDIR += py-slimit SUBDIR += py-slumber SUBDIR += py-splinter SUBDIR += py-surl SUBDIR += py-textile SUBDIR += py-tgwebservices SUBDIR += py-tmdb3 SUBDIR += py-tornado SUBDIR += py-turbogears SUBDIR += py-turbogears2 SUBDIR += py-tvdb_api SUBDIR += py-twistedWeb SUBDIR += py-twistedWeb2 SUBDIR += py-uliweb SUBDIR += py-urlgrabber SUBDIR += py-urljr SUBDIR += py-utidy SUBDIR += py-w3lib SUBDIR += py-waitress SUBDIR += py-webassets SUBDIR += py-webhelpers SUBDIR += py-webkitgtk SUBDIR += py-webob SUBDIR += py-webunit SUBDIR += py-webware SUBDIR += py-webware-component SUBDIR += py-werkzeug SUBDIR += py-wikitools SUBDIR += py-ws4py SUBDIR += py-wsgiauth SUBDIR += py-zope.app.wsgi SUBDIR += pyblosxom SUBDIR += pydio SUBDIR += pyjamas SUBDIR += pylot SUBDIR += pyweblib SUBDIR += qdecoder SUBDIR += qooxdoo SUBDIR += quickie SUBDIR += qupzilla SUBDIR += radicale SUBDIR += red5 SUBDIR += redaxo SUBDIR += redmine SUBDIR += redmine-backlogs SUBDIR += redmine-basecamp SUBDIR += redmine-http-auth SUBDIR += redmine-sidebar_hide SUBDIR += rekonq SUBDIR += reportmagic SUBDIR += repos-style SUBDIR += resin3 SUBDIR += retawq SUBDIR += reviewboard SUBDIR += revive-adserver SUBDIR += rnews SUBDIR += roundup SUBDIR += rsskit SUBDIR += rssowl SUBDIR += rssroll SUBDIR += rsstail SUBDIR += rsstool SUBDIR += rt38 SUBDIR += rt40 SUBDIR += rt42 SUBDIR += ruby-amazon SUBDIR += ruby-aws SUBDIR += ruby-google SUBDIR += ruby-wgettsv SUBDIR += rubygem-actionpack SUBDIR += rubygem-actionpack4 SUBDIR += rubygem-activeresource SUBDIR += rubygem-activeresource4 SUBDIR += rubygem-acts-as-taggable-on SUBDIR += rubygem-addressable SUBDIR += rubygem-akami SUBDIR += rubygem-amazon-ecs SUBDIR += rubygem-anemone SUBDIR += rubygem-async_sinatra SUBDIR += rubygem-bluecloth SUBDIR += rubygem-bootstrap-sass SUBDIR += rubygem-carrierwave SUBDIR += rubygem-cgi_multipart_eof_fix SUBDIR += rubygem-chef-server-api SUBDIR += rubygem-chef-server-webui SUBDIR += rubygem-chosen-rails SUBDIR += rubygem-cookiejar SUBDIR += rubygem-cuba SUBDIR += rubygem-d3_rails SUBDIR += rubygem-davclient SUBDIR += rubygem-domainatrix SUBDIR += rubygem-em-http-request SUBDIR += rubygem-em-socksify SUBDIR += rubygem-em-twitter SUBDIR += rubygem-em-websocket SUBDIR += rubygem-emk-sinatra-url-for SUBDIR += rubygem-erubis SUBDIR += rubygem-ethon SUBDIR += rubygem-eventmachine_httpserver SUBDIR += rubygem-faraday SUBDIR += rubygem-faraday_middleware SUBDIR += rubygem-fcgi SUBDIR += rubygem-feed-normalizer SUBDIR += rubygem-feedjira SUBDIR += rubygem-flowdock SUBDIR += rubygem-geminabox SUBDIR += rubygem-gitlab-gollum-lib SUBDIR += rubygem-gitlab-grack SUBDIR += rubygem-gon SUBDIR += rubygem-haml SUBDIR += rubygem-haml-coderay SUBDIR += rubygem-haml-contrib SUBDIR += rubygem-haml-rails SUBDIR += rubygem-heroku SUBDIR += rubygem-heroku-api SUBDIR += rubygem-heroku-nav SUBDIR += rubygem-hpricot SUBDIR += rubygem-html2haml SUBDIR += rubygem-http SUBDIR += rubygem-http-cookie SUBDIR += rubygem-http_router SUBDIR += rubygem-httparty SUBDIR += rubygem-httpclient SUBDIR += rubygem-httpi SUBDIR += rubygem-innate SUBDIR += rubygem-jekyll SUBDIR += rubygem-jekyll-watch SUBDIR += rubygem-journey SUBDIR += rubygem-jquery-atwho-rails SUBDIR += rubygem-jquery-rails SUBDIR += rubygem-jquery-rails4 SUBDIR += rubygem-jquery-turbolinks SUBDIR += rubygem-jquery-ui-rails SUBDIR += rubygem-jruby-rack SUBDIR += rubygem-jwt SUBDIR += rubygem-kaminari SUBDIR += rubygem-kensa SUBDIR += rubygem-layout-yullio SUBDIR += rubygem-less SUBDIR += rubygem-lighthouse-api SUBDIR += rubygem-maruku SUBDIR += rubygem-mechanize SUBDIR += rubygem-mechanize26 SUBDIR += rubygem-merb-assets SUBDIR += rubygem-merb-core SUBDIR += rubygem-merb-haml SUBDIR += rubygem-merb-helpers SUBDIR += rubygem-merb-param-protection SUBDIR += rubygem-modernizr SUBDIR += rubygem-multipart-post SUBDIR += rubygem-nanoc SUBDIR += rubygem-net-http-digest_auth SUBDIR += rubygem-net-http-digest_auth11 SUBDIR += rubygem-net-http-persistent SUBDIR += rubygem-net-http-persistent25 SUBDIR += rubygem-nicovideo SUBDIR += rubygem-ntlm-http SUBDIR += rubygem-passenger SUBDIR += rubygem-puma SUBDIR += rubygem-puma16 SUBDIR += rubygem-rabbirack SUBDIR += rubygem-rack SUBDIR += rubygem-rack-accept SUBDIR += rubygem-rack-attack SUBDIR += rubygem-rack-cache SUBDIR += rubygem-rack-contrib SUBDIR += rubygem-rack-cors SUBDIR += rubygem-rack-mount SUBDIR += rubygem-rack-openid SUBDIR += rubygem-rack-protection SUBDIR += rubygem-rack-ssl SUBDIR += rubygem-rack-test SUBDIR += rubygem-rack15 SUBDIR += rubygem-rails SUBDIR += rubygem-rails4 SUBDIR += rubygem-railties SUBDIR += rubygem-railties4 SUBDIR += rubygem-raindrops SUBDIR += rubygem-ramaze SUBDIR += rubygem-raphael-rails SUBDIR += rubygem-redcloth SUBDIR += rubygem-redis-rack SUBDIR += rubygem-redis-rails SUBDIR += rubygem-redmine_acts_as_taggable_on SUBDIR += rubygem-rest-client SUBDIR += rubygem-rfacebook SUBDIR += rubygem-rfeedfinder SUBDIR += rubygem-rkelly-remix SUBDIR += rubygem-rqrcode SUBDIR += rubygem-robotex SUBDIR += rubygem-robots SUBDIR += rubygem-savon SUBDIR += rubygem-scrapi SUBDIR += rubygem-select2-rails SUBDIR += rubygem-selenium-webdriver SUBDIR += rubygem-simple-rss SUBDIR += rubygem-sinatra SUBDIR += rubygem-sinatra-contrib SUBDIR += rubygem-sinatra-r18n SUBDIR += rubygem-sinatra-respond_to SUBDIR += rubygem-taggable SUBDIR += rubygem-thin SUBDIR += rubygem-tinyatom SUBDIR += rubygem-tinymce-rails SUBDIR += rubygem-turbolinks SUBDIR += rubygem-typhoeus SUBDIR += rubygem-uglifier SUBDIR += rubygem-underscore-rails SUBDIR += rubygem-unicorn SUBDIR += rubygem-url-mount SUBDIR += rubygem-url_escape SUBDIR += rubygem-wasabi SUBDIR += rubygem-webkit-gtk SUBDIR += rubygem-webkit-gtk2 SUBDIR += rubygem-webmock SUBDIR += rubygem-webrobots SUBDIR += rubygem-websocket SUBDIR += rubygem-yapra SUBDIR += sabredav SUBDIR += sahi SUBDIR += sakai SUBDIR += samidare SUBDIR += sams2 SUBDIR += sarg SUBDIR += scloader SUBDIR += script4rss SUBDIR += seamonkey SUBDIR += seamonkey-i18n SUBDIR += selenium SUBDIR += serendipity SUBDIR += serf SUBDIR += servlet-api SUBDIR += session2 SUBDIR += sfnt2woff SUBDIR += shellinabox SUBDIR += shttpd SUBDIR += simplog SUBDIR += sit SUBDIR += sitebar SUBDIR += sitecopy SUBDIR += siteframe SUBDIR += skytemplate SUBDIR += smarty2 SUBDIR += smarty3 SUBDIR += smb_auth SUBDIR += snarf SUBDIR += spawn-fcgi SUBDIR += spdylay SUBDIR += speedtest-mini SUBDIR += spreadlogd SUBDIR += sqstat SUBDIR += squid SUBDIR += squid33 SUBDIR += squid_radius_auth SUBDIR += squidclamav SUBDIR += squidguard SUBDIR += squidpurge SUBDIR += squidstats SUBDIR += squidview SUBDIR += srg SUBDIR += subsonic SUBDIR += suphp SUBDIR += surf SUBDIR += surfraw SUBDIR += sventon SUBDIR += swfdec-plugin SUBDIR += swiggle SUBDIR += swish++ SUBDIR += swish-e SUBDIR += syndigator SUBDIR += tclhttpd SUBDIR += tclwebtest SUBDIR += tdiary SUBDIR += tdom SUBDIR += template_ SUBDIR += templatelite SUBDIR += tengine SUBDIR += testlink SUBDIR += textpattern SUBDIR += thttpd SUBDIR += thumbnail_index SUBDIR += thundercache SUBDIR += thundersnarf SUBDIR += tickr SUBDIR += tidy SUBDIR += tidy-devel SUBDIR += tidy-lib SUBDIR += tikiwiki SUBDIR += tinymce SUBDIR += tinymce3 SUBDIR += tinyproxy SUBDIR += tinytinyhttpd SUBDIR += tivoka SUBDIR += tntnet SUBDIR += tokyopromenade SUBDIR += tomcat-native SUBDIR += tomcat6 SUBDIR += tomcat7 SUBDIR += tomcat8 SUBDIR += trac SUBDIR += trac-OhlohWidgetsMacro SUBDIR += trac-TracGoogleAnalytics SUBDIR += trac-accountmanager SUBDIR += trac-advancedticketworkflow SUBDIR += trac-attachmentpolicy SUBDIR += trac-autocomplete SUBDIR += trac-batchmodify SUBDIR += trac-bzr SUBDIR += trac-ccselector SUBDIR += trac-childtickets SUBDIR += trac-customfieldadmin SUBDIR += trac-datefield SUBDIR += trac-defaultcc SUBDIR += trac-discussion SUBDIR += trac-down SUBDIR += trac-downloads SUBDIR += trac-email2trac SUBDIR += trac-email2trac-postfix SUBDIR += trac-estimator SUBDIR += trac-fivestarvote SUBDIR += trac-fullblog SUBDIR += trac-fullblognotification SUBDIR += trac-gantt SUBDIR += trac-graphviz SUBDIR += trac-iniadmin SUBDIR += trac-keywords SUBDIR += trac-keywordsecretticket SUBDIR += trac-mastertickets SUBDIR += trac-math SUBDIR += trac-mercurial SUBDIR += trac-navadd SUBDIR += trac-permredirect SUBDIR += trac-privatetickets SUBDIR += trac-pydotorgtheme SUBDIR += trac-robotstxt SUBDIR += trac-scrumburndown SUBDIR += trac-spam-filter SUBDIR += trac-subtickets SUBDIR += trac-tags SUBDIR += trac-themeengine SUBDIR += trac-ticketimport SUBDIR += trac-tickettemplate SUBDIR += trac-timingandestimation SUBDIR += trac-tocmacro SUBDIR += trac-tracdragdrop SUBDIR += trac-tweakui SUBDIR += trac-vote SUBDIR += trac-watchlist SUBDIR += trac-wikigoodies SUBDIR += trac-wikinotification SUBDIR += trac-wikitemplates SUBDIR += trac-wikitopdf SUBDIR += trac-wysiwyg SUBDIR += trac-xmlrpc SUBDIR += trafficserver SUBDIR += transmission-web SUBDIR += transproxy SUBDIR += trytond28_google_maps SUBDIR += trytond_google_maps SUBDIR += tt-rss SUBDIR += ttf2eot SUBDIR += twig SUBDIR += twig-php SUBDIR += twiki SUBDIR += twiki-BehaviourContrib SUBDIR += twiki-BlogAddOn SUBDIR += twiki-BugzillaLinkPlugin SUBDIR += twiki-ClassicSkin SUBDIR += twiki-CommentPlugin SUBDIR += twiki-EditTablePlugin SUBDIR += twiki-EmptyPlugin SUBDIR += twiki-GluePlugin SUBDIR += twiki-InterwikiPlugin SUBDIR += twiki-JSCalendarContrib SUBDIR += twiki-LDAPPasswordChangerPlugin SUBDIR += twiki-LdapContrib SUBDIR += twiki-LdapNgPlugin SUBDIR += twiki-MailerContrib SUBDIR += twiki-MathModePlugin SUBDIR += twiki-NewUserPlugin SUBDIR += twiki-PatternSkin SUBDIR += twiki-PreferencesPlugin SUBDIR += twiki-RenderListPlugin SUBDIR += twiki-SlideShowPlugin SUBDIR += twiki-SmiliesPlugin SUBDIR += twiki-SpreadSheetPlugin SUBDIR += twiki-SubscribePlugin SUBDIR += twiki-TWikiUserMappingContrib SUBDIR += twiki-TablePlugin SUBDIR += twiki-TagMePlugin SUBDIR += twiki-TinyMCEPlugin SUBDIR += twiki-TipsContrib SUBDIR += twiki-TopicVarsPlugin SUBDIR += twiki-TwistyContrib SUBDIR += twiki-TwistyPlugin SUBDIR += twiki-WysiwygPlugin SUBDIR += twill SUBDIR += twms SUBDIR += typo3 SUBDIR += typo3-lts SUBDIR += typo345 SUBDIR += typo347 SUBDIR += typolight SUBDIR += udmsearch SUBDIR += uglifyjs SUBDIR += ump SUBDIR += usermanager SUBDIR += uwsgi SUBDIR += uwsgitop SUBDIR += uzbl SUBDIR += validator SUBDIR += varnish SUBDIR += varnish-libvmod-header SUBDIR += varnish-nagios SUBDIR += vdr-plugin-live SUBDIR += vdradmin-am SUBDIR += vee SUBDIR += vertx SUBDIR += vimb SUBDIR += visitors SUBDIR += volta SUBDIR += w3m SUBDIR += w3m-img SUBDIR += w3mir SUBDIR += waccess SUBDIR += wadcomblog SUBDIR += web2ldap SUBDIR += webalizer SUBDIR += webbrowser SUBDIR += webcalendar SUBDIR += webcheck SUBDIR += webcopy SUBDIR += webcrawl SUBDIR += webfs SUBDIR += webgo SUBDIR += webgrind SUBDIR += webinject SUBDIR += webkit-gtk2 SUBDIR += webkit-gtk3 SUBDIR += webkit-qt4 SUBDIR += webkit-qt5 SUBDIR += webkit-sharp SUBDIR += weblint SUBDIR += weblint++ SUBDIR += webmachine SUBDIR += webpy SUBDIR += webreport SUBDIR += webresolve SUBDIR += websh SUBDIR += webstats SUBDIR += webstone SUBDIR += webstone-ssl SUBDIR += webtrees SUBDIR += wgetpaste SUBDIR += wikicalc SUBDIR += wikindx SUBDIR += wml SUBDIR += woof SUBDIR += wordpress SUBDIR += wsdlpull SUBDIR += wsmake SUBDIR += www6to4 SUBDIR += wwwoffle SUBDIR += wwwstat SUBDIR += xapian-omega SUBDIR += xaraya SUBDIR += xcache SUBDIR += xfce4-smartbookmark-plugin SUBDIR += xist SUBDIR += xombrero SUBDIR += xoops SUBDIR += xpi-adblock SUBDIR += xpi-adblock_plus SUBDIR += xpi-bookmarkdd SUBDIR += xpi-clear_cache_button SUBDIR += xpi-clearfields SUBDIR += xpi-close-all-tabs SUBDIR += xpi-colorfultabs SUBDIR += xpi-conkeror SUBDIR += xpi-cookiesafe SUBDIR += xpi-cssviewer SUBDIR += xpi-cutemenus-crystalsvg SUBDIR += xpi-default_full_zoom_level SUBDIR += xpi-delicious SUBDIR += xpi-downthemall SUBDIR += xpi-errorzilla SUBDIR += xpi-fasterfox SUBDIR += xpi-firebug SUBDIR += xpi-firefox-showcase SUBDIR += xpi-firemobilesimulator SUBDIR += xpi-fission SUBDIR += xpi-flagfox SUBDIR += xpi-flashblock SUBDIR += xpi-flashgot SUBDIR += xpi-flatbmark SUBDIR += xpi-forecastfox SUBDIR += xpi-formfox SUBDIR += xpi-foxmarks SUBDIR += xpi-foxyproxy SUBDIR += xpi-gbrain SUBDIR += xpi-gdata_provider SUBDIR += xpi-ghostery SUBDIR += xpi-gmail-manager SUBDIR += xpi-google-notebook SUBDIR += xpi-google_shortcuts SUBDIR += xpi-grab_and_drag SUBDIR += xpi-greasemonkey SUBDIR += xpi-httpfox SUBDIR += xpi-imagezoom SUBDIR += xpi-imdbpreview SUBDIR += xpi-imglikeopera SUBDIR += xpi-infolister SUBDIR += xpi-informenter SUBDIR += xpi-inline-google-definitions SUBDIR += xpi-it_s_all_text SUBDIR += xpi-jslib SUBDIR += xpi-jsview SUBDIR += xpi-jv SUBDIR += xpi-leechblock SUBDIR += xpi-linkification SUBDIR += xpi-live_http_headers SUBDIR += xpi-live_pagerank SUBDIR += xpi-locale-switcher SUBDIR += xpi-menueditor SUBDIR += xpi-mldonkey SUBDIR += xpi-modify_headers SUBDIR += xpi-mrtech-local-install SUBDIR += xpi-neo-diggler SUBDIR += xpi-no-referrer SUBDIR += xpi-noscript SUBDIR += xpi-passwordmaker SUBDIR += xpi-pdf_download SUBDIR += xpi-pencil SUBDIR += xpi-pentadactyl SUBDIR += xpi-permatabs SUBDIR += xpi-prism SUBDIR += xpi-quick-locale-switcher SUBDIR += xpi-quickproxy SUBDIR += xpi-resurrectpages SUBDIR += xpi-sameplace SUBDIR += xpi-scrapbook SUBDIR += xpi-searchstatus SUBDIR += xpi-server_spy SUBDIR += xpi-server_switcher SUBDIR += xpi-sessionmanager SUBDIR += xpi-showip SUBDIR += xpi-speed-dial SUBDIR += xpi-splash SUBDIR += xpi-stumbleupon SUBDIR += xpi-stylish SUBDIR += xpi-table2clipboard SUBDIR += xpi-tabletools SUBDIR += xpi-tabmixplus SUBDIR += xpi-tagzilla SUBDIR += xpi-togglewordwrap SUBDIR += xpi-torbutton SUBDIR += xpi-twitterfox SUBDIR += xpi-unplug SUBDIR += xpi-urllink SUBDIR += xpi-user_agent_switcher SUBDIR += xpi-vimperator SUBDIR += xpi-web_developer SUBDIR += xpi-wmlbrowser SUBDIR += xpi-xhtml-ruby-support SUBDIR += xpi-xmpp4moz SUBDIR += xpi-yslow SUBDIR += xshttpd SUBDIR += xshttpd-devel SUBDIR += xsp SUBDIR += yabb SUBDIR += yahoo-ui SUBDIR += yanopaste SUBDIR += yaws SUBDIR += yii SUBDIR += yourls SUBDIR += youtube_dl SUBDIR += yuicompressor SUBDIR += zen-cart SUBDIR += zend-framework SUBDIR += zend-framework1 SUBDIR += zenphoto SUBDIR += zerowait-httpd SUBDIR += zikula SUBDIR += zope213 .include Index: head/www/linux-c6-flashplugin11/Makefile =================================================================== --- head/www/linux-c6-flashplugin11/Makefile (nonexistent) +++ head/www/linux-c6-flashplugin11/Makefile (revision 368845) @@ -0,0 +1,54 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= flashplugin +PORTVERSION= 11.2r202.400 +CATEGORIES= www multimedia linux +MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:C/r/\./}/:plugin \ + LOCAL/nox:suplib +PKGNAMEPREFIX= linux-${USE_LINUX}- +DISTFILES= install_flash_player_11_linux.i386.tar.gz:plugin \ + linux-f10-flashsupport-9.0.1.i386.tar.gz:suplib +DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} + +MAINTAINER= eadler@FreeBSD.org +COMMENT= Adobe Flash Player NPAPI Plugin + +ONLY_FOR_ARCHS= amd64 i386 +USE_LINUX= c6 +USE_LINUX_APPS= openssl curl cyrus-sasl2 nspr nss gtk2 #-alsalib libssh2 openldap +WANT_GNOME= yes + +RESTRICTED= Redistribution not allowed +RESTRICTED_FILES= ${DISTFILES:Nlinux-f10-flashsupport*:C/:[^:]+$//} + +NO_BUILD= yes +NO_WRKSUBDIR= yes + +USES= webplugin:linux +WEBPLUGIN_FILES= libflashplayer.so + +OPTIONS_DEFINE= GNOME +GNOME_DESC= include gnome support for .desktop file + +OPTIONS_SUB= yes + +.include + +.if ${PORT_OPTIONS:MGNOME} +USES+= desktop-file-utils +INSTALLS_ICONS= yes +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' -e '/^NotShowIn=KDE/d' ${WRKDIR}/usr/share/applications/flash-player-properties.desktop + +do-install: + ${MKDIR} ${STAGEDIR}${WEBPLUGIN_DIR} ${STAGEDIR}${LINUXBASE}/usr/lib + ${INSTALL_LIB} ${WRKDIR}/libflashplayer.so ${STAGEDIR}${WEBPLUGIN_DIR} + ${INSTALL_LIB} ${WRKDIR}/libflashsupport.so ${STAGEDIR}${LINUXBASE}/usr/lib + ${INSTALL_PROGRAM} ${WRKDIR}/usr/bin/flash-player-properties ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKDIR}/usr/share/applications/flash-player-properties.desktop ${STAGEDIR}${DESKTOPDIR} + (cd ${WRKDIR}/usr/share/icons && ${COPYTREE_SHARE} hicolor ${STAGEDIR}${PREFIX}/share/icons) + +.include Property changes on: head/www/linux-c6-flashplugin11/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/linux-c6-flashplugin11/distinfo =================================================================== --- head/www/linux-c6-flashplugin11/distinfo (nonexistent) +++ head/www/linux-c6-flashplugin11/distinfo (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (flashplugin/11.2r202.400/install_flash_player_11_linux.i386.tar.gz) = d0ac17fa50069520e1aee59e3aa893ebec3cfdcecb4f81aba040662352fd6ef7 +SIZE (flashplugin/11.2r202.400/install_flash_player_11_linux.i386.tar.gz) = 6927109 +SHA256 (flashplugin/11.2r202.400/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/11.2r202.400/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 Property changes on: head/www/linux-c6-flashplugin11/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/linux-c6-flashplugin11/pkg-descr =================================================================== --- head/www/linux-c6-flashplugin11/pkg-descr (nonexistent) +++ head/www/linux-c6-flashplugin11/pkg-descr (revision 368845) @@ -0,0 +1,10 @@ +This is the official Flash Player from Adobe. This plugin enables +you to see .swf and .spl files on the 'net from your Opera, Mozilla or +Firefox sessions. + +Please see the Adobe home page for more information. + +FreeBSD Flash License Agreement: + http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/96374 + +WWW: http://www.adobe.com/ Property changes on: head/www/linux-c6-flashplugin11/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/linux-c6-flashplugin11/pkg-message =================================================================== --- head/www/linux-c6-flashplugin11/pkg-message (nonexistent) +++ head/www/linux-c6-flashplugin11/pkg-message (revision 368845) @@ -0,0 +1,7 @@ +If this is your first time installing flash each user must run: + + nspluginwrapper -v -a -i + +If you are updating flash each user must run: + + nspluginwrapper -v -a -u Property changes on: head/www/linux-c6-flashplugin11/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/linux-c6-flashplugin11/pkg-plist =================================================================== --- head/www/linux-c6-flashplugin11/pkg-plist (nonexistent) +++ head/www/linux-c6-flashplugin11/pkg-plist (revision 368845) @@ -0,0 +1,26 @@ +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 +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/22x22/apps +@dirrmtry share/icons/hicolor/24x24/apps +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/16x16 +@dirrmtry share/icons/hicolor/22x22 +@dirrmtry share/icons/hicolor/24x24 +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor +@dirrmtry share/icons +@dirrmtry %%WEBPLUGIN_DIR%% +@cwd /compat/linux +usr/lib/libflashsupport.so +@dirrmtry usr/lib +@dirrmtry usr +@cwd %%RESETPREFIX%% Property changes on: head/www/linux-c6-flashplugin11/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/linux-c6-qt47-webkit/Makefile =================================================================== --- head/www/linux-c6-qt47-webkit/Makefile (nonexistent) +++ head/www/linux-c6-qt47-webkit/Makefile (revision 368845) @@ -0,0 +1,29 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= qt47-webkit +PORTVERSION= 4.7.2 +CATEGORIES= www linux +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= xmj +PKGNAMEPREFIX= linux-${USE_LINUX}- +DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} +DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/centos/c5 + +MAINTAINER= emulation@FreeBSD.org +COMMENT= RPM of QT4 (Linux CentOS 5) + +ONLY_FOR_ARCHS= i386 amd64 +RPMVERSION= 1_18.el5 +USE_LINUX= c6 +LINUX_RPM_ARCH= i386 +USE_LINUX_APPS= fontconfig png xorglibs sqlite3 qt47 qt47-x11 + +USE_LINUX_RPM= yes +LINUX_DIST_VER= 5 +USE_LDCONFIG= yes +DESCR= ${.CURDIR}/../../www/webkit-gtk3/pkg-descr # contains no GTK references, reuse + +SRC_DISTFILES:= # unretrievable + +.include Property changes on: head/www/linux-c6-qt47-webkit/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/linux-c6-qt47-webkit/distinfo.i386 =================================================================== --- head/www/linux-c6-qt47-webkit/distinfo.i386 (nonexistent) +++ head/www/linux-c6-qt47-webkit/distinfo.i386 (revision 368845) @@ -0,0 +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 Property changes on: head/www/linux-c6-qt47-webkit/distinfo.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/linux-c6-qt47-webkit/pkg-descr =================================================================== --- head/www/linux-c6-qt47-webkit/pkg-descr (nonexistent) +++ head/www/linux-c6-qt47-webkit/pkg-descr (revision 368845) @@ -0,0 +1,5 @@ +FIXME this file should have actual content. +Please submit it. + +WWW: https://github.com/xmj/linux-ports/ + Property changes on: head/www/linux-c6-qt47-webkit/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/linux-c6-qt47-webkit/pkg-plist =================================================================== --- head/www/linux-c6-qt47-webkit/pkg-plist (nonexistent) +++ head/www/linux-c6-qt47-webkit/pkg-plist (revision 368845) @@ -0,0 +1,9 @@ +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 Property changes on: head/www/linux-c6-qt47-webkit/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/linux-f10-flashplugin11/Makefile =================================================================== --- head/www/linux-f10-flashplugin11/Makefile (revision 368844) +++ head/www/linux-f10-flashplugin11/Makefile (revision 368845) @@ -1,54 +1,54 @@ # Created by: Naoki Tsurutani # $FreeBSD$ PORTNAME= flashplugin PORTVERSION= 11.2r202.400 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:C/r/\./}/:plugin \ LOCAL/nox:suplib -PKGNAMEPREFIX= linux-f10- DISTFILES= install_flash_player_11_linux.i386.tar.gz:plugin \ linux-f10-flashsupport-9.0.1.i386.tar.gz:suplib -DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= eadler@FreeBSD.org COMMENT= Adobe Flash Player NPAPI Plugin +DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} + ONLY_FOR_ARCHS= amd64 i386 USE_LINUX= yes USE_LINUX_APPS= openssl curl cyrus-sasl2 libssh2 nspr nss openldap gtk2 WANT_GNOME= yes RESTRICTED= Redistribution not allowed RESTRICTED_FILES= ${DISTFILES:Nlinux-f10-flashsupport*:C/:[^:]+$//} NO_BUILD= yes NO_WRKSUBDIR= yes -USES= webplugin:linux desktop-file-utils +USES= webplugin:linux WEBPLUGIN_FILES= libflashplayer.so OPTIONS_DEFINE= GNOME GNOME_DESC= include gnome support for .desktop file OPTIONS_SUB= yes .include .if ${PORT_OPTIONS:MGNOME} USES+= desktop-file-utils INSTALLS_ICONS= yes .endif post-patch: @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' -e '/^NotShowIn=KDE/d' ${WRKDIR}/usr/share/applications/flash-player-properties.desktop do-install: ${MKDIR} ${STAGEDIR}${WEBPLUGIN_DIR} ${STAGEDIR}${LINUXBASE}/usr/lib ${INSTALL_LIB} ${WRKDIR}/libflashplayer.so ${STAGEDIR}${WEBPLUGIN_DIR} ${INSTALL_LIB} ${WRKDIR}/libflashsupport.so ${STAGEDIR}${LINUXBASE}/usr/lib ${INSTALL_PROGRAM} ${WRKDIR}/usr/bin/flash-player-properties ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKDIR}/usr/share/applications/flash-player-properties.desktop ${STAGEDIR}${DESKTOPDIR} (cd ${WRKDIR}/usr/share/icons && ${COPYTREE_SHARE} hicolor ${STAGEDIR}${PREFIX}/share/icons) .include Index: head/www/linux-seamonkey/Makefile.common =================================================================== --- head/www/linux-seamonkey/Makefile.common (revision 368844) +++ head/www/linux-seamonkey/Makefile.common (revision 368845) @@ -1,142 +1,142 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ - -.if defined(OVERRIDE_LINUX_NONBASE_PORTS) && \ - ${OVERRIDE_LINUX_NONBASE_PORTS} != "f10" .undef WANT_GTK218 +.if defined(OVERRIDE_LINUX_NONBASE_PORTS) && \ + ${OVERRIDE_LINUX_NONBASE_PORTS} == "f10" +.def WANT_GTK218 .endif CATEGORIES+= linux MASTER_SITES?= MOZILLA/${PORTNAME}/releases/${PORTVERSION}esr/linux-i686/en-US PKGNAMEPREFIX?= linux- .if defined(WANT_GTK218) MASTER_SITES+= https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/12/Everything/i386/os/Packages/:f12 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ glib2-2.22.2-2.fc12.i686.rpm:f12 \ gtk2-2.18.3-19.fc12.i686.rpm:f12 GTK218_FILES= lib/libgio-2.0.so.0 \ lib/libglib-2.0.so.0 \ usr/lib/libgdk-x11-2.0.so.0 \ usr/lib/libgtk-x11-2.0.so.0 .endif USES+= cpe CPE_VENDOR?= mozilla CPE_TARGET_SW?= linux NO_BUILD= yes ONLY_FOR_ARCHS= i386 amd64 APP_NAME= ${PKGBASE} BIN_NAME?= ${PORTNAME} USE_LINUX= yes -USE_LINUX_APPS+=alsalib alsa-plugins-oss atk dbusglib dbuslibs \ - fontconfig gtk2 hicontheme pango +USE_LINUX_APPS+= alsalib alsa-plugins-oss atk dbusglib dbuslibs \ + fontconfig gtk2 hicontheme pango WRKSRC?= ${WRKDIR}/${BIN_NAME} FDIR= ${STAGEDIR}${PREFIX}/lib/${APP_NAME} COMMON_DIR= ${.CURDIR}/../../www/linux-seamonkey APP_ENV+= MOZ_CRASHREPORTER_DISABLE=1 PLIST_SUB+= APP_NAME=${APP_NAME} SUB_LIST+= APP_NAME=${APP_NAME} SUB_FILES= ${APP_NAME}.desktop PREFS_FILE?= ${WRKSRC}/defaults/pref/browser-prefs.js .if defined(PKGNAMESUFFIX) && ${PKGNAMESUFFIX:M*devel*} DESKTOP_SUFFIX?= (Linux, devel) .endif DESKTOP_SUFFIX?= (Linux) .if defined(WANT_GTK218) PLIST_SUB+= GTK218="" .else PLIST_SUB+= GTK218="@comment " .endif _A= >> ${TMPPLIST} _Q= 2>/dev/null || true .if !target(post-extract) post-extract: @${RM} -rf ${WRKSRC}/updates @${MKDIR} ${WRKSRC}/${APP_SUBDIR}extensions @${LN} -sf ${LOCALBASE}/lib/browser_plugins/symlinks/${APP_NAME} \ ${WRKSRC}/${APP_SUBDIR}plugins . if defined(WANT_GTK218) . for f in ${GTK218_FILES} @${CP} -p ${WRKDIR}/${f} ${WRKSRC} @${ECHO_CMD} ${f:T} >>${WRKSRC}/dependentlibs.list . endfor @${REINPLACE_CMD} -i '' '/libxul/ { h; d; }; $$G' \ ${WRKSRC}/dependentlibs.list . endif .endif .if !target(post-patch) post-patch: @${MKDIR} ${PREFS_FILE:H} # empty port preferences @${DO_NADA} >>${PREFS_FILE} .endif .if !target(do-install) do-install: @${INSTALL_DATA} ${WRKDIR}/${APP_NAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/ @${CP} -pR ${WRKSRC}/ ${FDIR}/ @${PRINTF} '#! /bin/sh\n${APP_ENV} \ ${PREFIX}/lib/${APP_NAME}/${BIN_NAME} "$$@"\n' \ >>${STAGEDIR}${PREFIX}/bin/${APP_NAME} @${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/${APP_NAME} @${CP} -R ${LOCALBASE}/lib/xpi/symlinks/${APP_NAME}/ \ ${FDIR}/${APP_SUBDIR}extensions/ ${_Q} .endif # Keep empty directories with pkg_* tools .if !target(post-extract-script) post-extract-script: @if [ "${PKG_BIN:T}" != "pkg-static" ]; then \ for d in $$(${FIND} ${WRKSRC} -type d -empty); do \ ${TOUCH} $$d/.keep_me; \ ${ECHO_CMD} lib/${APP_NAME}/$${d#${WRKSRC}/}/.keep_me \ >> ${WRKDIR}/.PLIST.opkg; \ done; \ fi .endif .if !target(post-install-script) post-install-script: @if [ -f ${WRKDIR}/.PLIST.opkg ]; then \ ${CAT} ${TMPPLIST} >> ${WRKDIR}/.PLIST.opkg; \ ${MV} ${WRKDIR}/.PLIST.opkg ${TMPPLIST}; \ fi .endif # Maintainer section create-plist: build ${ECHO_CMD} bin/%%APP_NAME%% > ${PLIST} ${ECHO_CMD} share/applications/%%APP_NAME%%.desktop >> ${PLIST} cd ${WRKSRC} && ${FIND} -s . -type f -or -type l | \ ${SED} -e "s#^\.#lib/%%APP_NAME%%#" | ${SORT} >> ${PLIST} ${ECHO_CMD} '@exec ${CP} -R %%LOCALBASE%%/lib/xpi/symlinks/%%APP_NAME%%/ \ %D/lib/%%APP_NAME%%/${APP_SUBDIR}extensions/ ${_Q}' >> ${PLIST} ${ECHO_CMD} '@unexec ${FIND} %D/lib/%%APP_NAME%%/${APP_SUBDIR}extensions/ \ -depth 1 -type l -delete ${_Q}' >> ${PLIST} cd ${WRKSRC} && ${FIND} -sd . -type d | \ ${SED} -e "s#^\.#@dirrm lib/%%APP_NAME%%#" >> ${PLIST} .if defined(WANT_GTK218) . for f in ${GTK218_FILES} ${REINPLACE_CMD} -i '' '/${f:T}/s/^/%%GTK218%%/' ${PLIST} . endfor .endif snatch-desktop: ${SED} -E -e 's/${PORTNAME}/${APP_NAME}/' \ -e "s,@MOZILLA_NAME@,$$(echo ${PORTNAME} | ${SED} 's/\b./\u&/g')," \ -e 's/@MOZILLA@|%%MOZILLA%%/${APP_NAME}/' \ -e 's/^(Name.*=.+)$$/\1 ${DESKTOP_SUFFIX}/' \ -e 's/^(GenericName.*=.+)$$/\1 ${DESKTOP_SUFFIX}/' \ -e 's!^Icon=.*$$!Icon=%%PREFIX%%/lib/%%APP_NAME%%/chrome/icons/default/default.xpm!' \ ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/files/${PORTNAME}.desktop.in > \ ${FILESDIR}/${APP_NAME}.desktop.in Index: head/www/nspluginwrapper/Makefile =================================================================== --- head/www/nspluginwrapper/Makefile (revision 368844) +++ head/www/nspluginwrapper/Makefile (revision 368845) @@ -1,69 +1,69 @@ # Created by: Dave Grochowski # $FreeBSD$ PORTNAME= nspluginwrapper PORTVERSION= 1.4.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www linux emulators MASTER_SITES= http://nspluginwrapper.org/download/ \ LOCAL/jkim \ LOCAL/jkim:binfile DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${BINFILE}:binfile MAINTAINER= jkim@FreeBSD.org COMMENT= Compatibility plugin for Mozilla NPAPI plugins LICENSE= GPLv2 LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl CONFLICTS= nspluginwrapper-1.3.* BINBUILD= 1 BINFILE= ${PORTNAME}-i386-${PORTVERSION}-${BINBUILD}${EXTRACT_SUFX} ONLY_FOR_ARCHS= i386 amd64 HAS_CONFIGURE= yes USE_GNOME= glib20 gtk20 USE_LDCONFIG= yes USE_LINUX= yes USE_LINUX_APPS= gtk2 USE_XORG= x11 xext xt USES= gmake pkgconfig CFLAGS+= -std=c99 CONFIGURE_ARGS= --enable-generic --enable-strip --prefix=${PREFIX} \ --target-os=linux --target-cpu=i386 \ --with-cc=${CC} --with-cxx=${CXX} LIBDIR= ${PREFIX}/lib/${PORTNAME} LINUX_BINDIR= usr/lib/nspluginwrapper/i386/linux PLIST_SUB= LIBDIR="${LIBDIR:C/^${PREFIX}\///}" HOST_ARCH="${HOST_ARCH}" SUB_FILES= npviewer SUB_LIST+= NSPLUGINWRAPPER="${LIBDIR}" .include .if ${ARCH} == "amd64" HOST_ARCH= x86_64 PLIST_SUB+= HOST_AMD64="" .else HOST_ARCH= ${ARCH} PLIST_SUB+= HOST_AMD64="@comment " .endif post-patch: ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ ${WRKSRC}/src/npw-config.c post-install: ${MKDIR} ${STAGEDIR}${LIBDIR}/i386/linux ${INSTALL_PROGRAM} ${WRKDIR}/${LINUX_BINDIR}/*.bin \ ${WRKDIR}/${LINUX_BINDIR}/*.so ${STAGEDIR}${LIBDIR}/i386/linux/ ${INSTALL_SCRIPT} ${WRKDIR}/npviewer ${STAGEDIR}${LIBDIR}/i386/linux/ .include Index: head/www/nspluginwrapper/files/patch-src__npw-config.c =================================================================== --- head/www/nspluginwrapper/files/patch-src__npw-config.c (revision 368844) +++ head/www/nspluginwrapper/files/patch-src__npw-config.c (revision 368845) @@ -1,32 +1,34 @@ ---- src/npw-config.c.orig 2011-06-30 23:18:57.000000000 -0400 -+++ src/npw-config.c 2013-11-14 14:41:13.000000000 -0500 +--- ./src/npw-config.c.orig 2011-07-01 06:18:57.000000000 +0300 ++++ ./src/npw-config.c 2014-03-28 07:33:35.829791175 +0200 @@ -133,8 +133,9 @@ #if defined(__FreeBSD__) { static const char *freebsd_dirs[] = { - "/usr/X11R6/" LIB "/browser_plugins", - "/usr/X11R6/" LIB "/firefox/plugins", + "%%LOCALBASE%%/" LIB "/browser_plugins", + "%%LOCALBASE%%/" LIB "/firefox/plugins", + "%%LOCALBASE%%/" LIB "/seamonkey/plugins", }; dirs = freebsd_dirs; } -@@ -232,11 +233,12 @@ +@@ -232,11 +233,14 @@ "/usr/lib32/nsbrowser/plugins", // XXX how unfortunate "/usr/lib64/nsbrowser/plugins", #if defined(__FreeBSD__) - "/usr/X11R6/lib/browser_plugins", - "/usr/X11R6/lib/firefox/plugins", - "/usr/X11R6/lib/linux-mozilla/plugins", - "/usr/local/lib/npapi/linux-flashplugin", - "/usr/X11R6/Adobe/Acrobat7.0/ENU/Browser/intellinux", + "%%LOCALBASE%%/lib/browser_plugins", + "%%LOCALBASE%%/lib/firefox/plugins", + "%%LOCALBASE%%/lib/seamonkey/plugins", + "%%LOCALBASE%%/lib/browser_plugins/linux-f10-flashplugin", ++ "%%LOCALBASE%%/lib/browser_plugins/linux-c6-flashplugin", ++ "%%LOCALBASE%%/lib/browser_plugins/symlinks/linux-firefox", + "%%LOCALBASE%%/Adobe/Reader8/ENU/Adobe/Reader8/Browser/intellinux", + "%%LOCALBASE%%/Adobe/Reader9/ENU/Adobe/Reader9/Browser/intellinux", #endif #if defined(__DragonFly__) "/usr/pkg/lib/netscape/plugins", Index: head/x11/Makefile =================================================================== --- head/x11/Makefile (revision 368844) +++ head/x11/Makefile (revision 368845) @@ -1,499 +1,500 @@ # $FreeBSD$ # COMMENT = Ports to support the X window system SUBDIR += 3ddesktop SUBDIR += 9box SUBDIR += 9menu SUBDIR += alltray SUBDIR += appres SUBDIR += apwal SUBDIR += arandr SUBDIR += aterm SUBDIR += avant-window-navigator SUBDIR += avant-window-navigator-gnome SUBDIR += babl SUBDIR += bbappconf SUBDIR += bbdock SUBDIR += bbrun SUBDIR += beforelight SUBDIR += bgrot SUBDIR += bgs SUBDIR += bigreqsproto SUBDIR += bitmap SUBDIR += blast SUBDIR += bmpanel2 SUBDIR += bricons SUBDIR += brightside SUBDIR += cl-clx SUBDIR += compositeproto SUBDIR += damageproto SUBDIR += decurs SUBDIR += deforaos-desktop SUBDIR += deforaos-keyboard SUBDIR += deforaos-libdesktop SUBDIR += deforaos-locker SUBDIR += deforaos-panel SUBDIR += deskmenu SUBDIR += deskpaint SUBDIR += dgs SUBDIR += dmenu SUBDIR += dmxproto SUBDIR += docker SUBDIR += dri2proto SUBDIR += dri3proto SUBDIR += dxpc SUBDIR += dynamag SUBDIR += dzen2 SUBDIR += eaglemode SUBDIR += ecore-imf SUBDIR += ecore-imf_evas SUBDIR += ecore-input SUBDIR += ecore-input_evas SUBDIR += ecore-x11 SUBDIR += editres SUBDIR += efreet SUBDIR += emprint SUBDIR += erun SUBDIR += eterm SUBDIR += evieext SUBDIR += evilvte SUBDIR += fbdesk SUBDIR += fbpanel SUBDIR += fireflies SUBDIR += fixesproto SUBDIR += florence SUBDIR += fluxbg SUBDIR += fpc-x11 SUBDIR += fstobdf SUBDIR += gcb SUBDIR += gdesklets-tasklist SUBDIR += gdkxft SUBDIR += gdm SUBDIR += glproto SUBDIR += gmessage SUBDIR += gmrun SUBDIR += gnome-applets SUBDIR += gnome-clipboard-daemon SUBDIR += gnome-desktop SUBDIR += gnome-desktop-reference SUBDIR += gnome-menus SUBDIR += gnome-panel SUBDIR += gnome-panel-reference SUBDIR += gnome-pie SUBDIR += gnome-screensaver SUBDIR += gnome-session SUBDIR += gnome-shell SUBDIR += gnome-swallow SUBDIR += gnome-terminal SUBDIR += gnome2 SUBDIR += gnome2-fifth-toe SUBDIR += gnome2-lite SUBDIR += gnome2-power-tools SUBDIR += gnustep-app SUBDIR += gpctool SUBDIR += grabc SUBDIR += gromit SUBDIR += gskrab SUBDIR += gstreamer1-plugins-x SUBDIR += gstreamer1-plugins-ximagesrc SUBDIR += gsynaptics SUBDIR += gtk-launch SUBDIR += gtk-theme-switch SUBDIR += gtk-theme-switch2 SUBDIR += gtkchtheme SUBDIR += gtkterm2 SUBDIR += gtstarter SUBDIR += guake SUBDIR += hotwire-shell SUBDIR += hs-X11 SUBDIR += hs-X11-xft SUBDIR += hs-xmobar SUBDIR += i3lock SUBDIR += i3status SUBDIR += iceauth SUBDIR += ico SUBDIR += idesk SUBDIR += imwheel SUBDIR += innerspace SUBDIR += inputproto SUBDIR += ipager SUBDIR += kactivities SUBDIR += kactivitymanagerd SUBDIR += kb2mb2 SUBDIR += kbproto SUBDIR += kde4 SUBDIR += kde4-baseapps SUBDIR += kde4-runtime SUBDIR += kde4-workspace SUBDIR += kdelibs4 SUBDIR += keybinder SUBDIR += keybinder-gtk3 SUBDIR += keyboardcast SUBDIR += keylaunch SUBDIR += keynav SUBDIR += kgamma SUBDIR += konsole SUBDIR += leechcraft SUBDIR += libICE SUBDIR += libSM SUBDIR += libX11 SUBDIR += libXScrnSaver SUBDIR += libXTrap SUBDIR += libXau SUBDIR += libXcm SUBDIR += libXcomposite SUBDIR += libXcursor SUBDIR += libXdamage SUBDIR += libXdmcp SUBDIR += libXevie SUBDIR += libXext SUBDIR += libXfixes SUBDIR += libXi SUBDIR += libXinerama SUBDIR += libXp SUBDIR += libXpm SUBDIR += libXprintAppUtil SUBDIR += libXprintUtil SUBDIR += libXrandr SUBDIR += libXrender SUBDIR += libXres SUBDIR += libXtst SUBDIR += libXv SUBDIR += libXvMC SUBDIR += libXxf86dga SUBDIR += libXxf86misc SUBDIR += libXxf86vm SUBDIR += libdmx SUBDIR += libdnd SUBDIR += libexo SUBDIR += libfm SUBDIR += libgnome SUBDIR += libgnome-reference SUBDIR += libgnomekbd SUBDIR += libgnomemm26 SUBDIR += libkonq SUBDIR += libmatekbd SUBDIR += liboldX SUBDIR += libsx SUBDIR += libsynaptics SUBDIR += libxcb SUBDIR += libxdg-basedir SUBDIR += libxfce4menu SUBDIR += libxfce4util SUBDIR += libxkbcommon SUBDIR += libxkbfile SUBDIR += libxkbui SUBDIR += libxklavier SUBDIR += libxshmfence + SUBDIR += linux-c6-xorg-libs SUBDIR += linux-f10-xorg-libs SUBDIR += listres SUBDIR += lsw SUBDIR += luit SUBDIR += lumina SUBDIR += lupe SUBDIR += lxde-meta SUBDIR += lxmenu-data SUBDIR += lxpanel SUBDIR += lxrandr SUBDIR += mate SUBDIR += mate-applets SUBDIR += mate-base SUBDIR += mate-desktop SUBDIR += mate-dialogs SUBDIR += mate-menus SUBDIR += mate-panel SUBDIR += mate-screensaver SUBDIR += mate-session-manager SUBDIR += mate-terminal SUBDIR += menu-cache SUBDIR += metalock SUBDIR += metisse SUBDIR += mkcomposecache SUBDIR += mlterm SUBDIR += mrxvt SUBDIR += mrxvt-devel SUBDIR += multi-aterm SUBDIR += mxico SUBDIR += numlockx SUBDIR += nvidia-driver SUBDIR += nvidia-driver-173 SUBDIR += nvidia-driver-304 SUBDIR += nvidia-driver-71 SUBDIR += nvidia-driver-96 SUBDIR += nvidia-settings SUBDIR += nvidia-xconfig SUBDIR += nxcomp SUBDIR += ooxcb SUBDIR += p5-Clipboard SUBDIR += p5-X11-GUITest SUBDIR += p5-X11-IdleTime SUBDIR += p5-X11-Protocol SUBDIR += p5-X11-Resolution SUBDIR += peeper SUBDIR += pixman SUBDIR += plasma-scriptengine-python SUBDIR += plasma-scriptengine-ruby SUBDIR += presentproto SUBDIR += printproto SUBDIR += printscreen SUBDIR += props SUBDIR += py-qt4-opengl SUBDIR += qimageblitz SUBDIR += qt4-graphicssystems-opengl SUBDIR += qt4-inputmethods SUBDIR += qt5-qev SUBDIR += qxkb SUBDIR += randrproto SUBDIR += recordproto SUBDIR += rendercheck SUBDIR += renderproto SUBDIR += resourceproto SUBDIR += rgb SUBDIR += rox-wallpaper SUBDIR += roxbg SUBDIR += roxterm SUBDIR += rsibreak-kde4 SUBDIR += rstart SUBDIR += ruby-X11 SUBDIR += rubygem-gnome2 SUBDIR += rxvt SUBDIR += rxvt-devel SUBDIR += rxvt-unicode SUBDIR += sakura SUBDIR += sbxkb SUBDIR += scripts SUBDIR += scrnsaverproto SUBDIR += sessreg SUBDIR += setlayout SUBDIR += setxkbmap SUBDIR += simdock SUBDIR += sisctrl SUBDIR += slim SUBDIR += slock SUBDIR += smproxy SUBDIR += sselp SUBDIR += stalonetray SUBDIR += startup-notification SUBDIR += sterm SUBDIR += stjerm SUBDIR += swarp SUBDIR += sxpc SUBDIR += tabbed SUBDIR += temperature.app SUBDIR += terminal.app SUBDIR += terminator SUBDIR += terminology SUBDIR += thinglaunch SUBDIR += thingylaunch SUBDIR += tilda SUBDIR += tint SUBDIR += tkXwin SUBDIR += trapproto SUBDIR += trayer SUBDIR += tycoon SUBDIR += urxvt-perls SUBDIR += vdesk SUBDIR += videoproto SUBDIR += viewres SUBDIR += virtualgl SUBDIR += wbar SUBDIR += wbarconf SUBDIR += wdm SUBDIR += wmappl SUBDIR += wmblob SUBDIR += wmbutton SUBDIR += wmcliphist SUBDIR += wmctrl SUBDIR += wmdrawer SUBDIR += wmmatrix SUBDIR += wmxss SUBDIR += workrave SUBDIR += x11perf SUBDIR += x3270 SUBDIR += xaniroc SUBDIR += xantfarm SUBDIR += xascii SUBDIR += xauth SUBDIR += xautolock SUBDIR += xautomation SUBDIR += xbacklight SUBDIR += xballoon SUBDIR += xbanner SUBDIR += xbelld SUBDIR += xbiff SUBDIR += xbindkeys SUBDIR += xbitmaps SUBDIR += xbrightness SUBDIR += xcalc SUBDIR += xcalib SUBDIR += xcb SUBDIR += xcb-proto SUBDIR += xcb-util SUBDIR += xcb-util-cursor SUBDIR += xcb-util-image SUBDIR += xcb-util-keysyms SUBDIR += xcb-util-renderutil SUBDIR += xcb-util-wm SUBDIR += xclick SUBDIR += xclip SUBDIR += xclipboard SUBDIR += xcm SUBDIR += xcmd SUBDIR += xcmiscproto SUBDIR += xcmsdb SUBDIR += xco SUBDIR += xcoloredit SUBDIR += xcolors SUBDIR += xcolorsel SUBDIR += xconsole SUBDIR += xcurs SUBDIR += xcursorgen SUBDIR += xcut SUBDIR += xdbedizzy SUBDIR += xdialog SUBDIR += xditview SUBDIR += xdm SUBDIR += xdotool SUBDIR += xdpyinfo SUBDIR += xdriinfo SUBDIR += xdtm SUBDIR += xedit SUBDIR += xev SUBDIR += xextproto SUBDIR += xeyes SUBDIR += xf86dga SUBDIR += xf86dgaproto SUBDIR += xf86driproto SUBDIR += xf86miscproto SUBDIR += xf86rushproto SUBDIR += xf86vidmodeproto SUBDIR += xfce4-clipman-plugin SUBDIR += xfce4-conf SUBDIR += xfce4-embed-plugin SUBDIR += xfce4-quicklauncher-plugin SUBDIR += xfce4-screenshooter-plugin SUBDIR += xfce4-taskmanager SUBDIR += xfce4-terminal SUBDIR += xfce4-verve-plugin SUBDIR += xfce4-whiskermenu-plugin SUBDIR += xfce4-wmdock-plugin SUBDIR += xfce4-xfapplet-plugin SUBDIR += xfd SUBDIR += xfindproxy SUBDIR += xfishtank SUBDIR += xforward SUBDIR += xfree86_xkb_xml SUBDIR += xfwp SUBDIR += xgamma SUBDIR += xgc SUBDIR += xgrab SUBDIR += xhost SUBDIR += xidle SUBDIR += xineramaproto SUBDIR += xinit SUBDIR += xinput SUBDIR += xkbcomp SUBDIR += xkbctrl SUBDIR += xkbevd SUBDIR += xkbprint SUBDIR += xkbset SUBDIR += xkbutils SUBDIR += xkeyboard-config SUBDIR += xkeycaps SUBDIR += xkeywrap SUBDIR += xkill SUBDIR += xload SUBDIR += xloadimage SUBDIR += xlockmore SUBDIR += xlogo SUBDIR += xlogout SUBDIR += xlsatoms SUBDIR += xlsclients SUBDIR += xlupe SUBDIR += xmag SUBDIR += xman SUBDIR += xmangekyou SUBDIR += xmascot SUBDIR += xmessage SUBDIR += xmh SUBDIR += xmodmap SUBDIR += xmon SUBDIR += xmore SUBDIR += xmotd SUBDIR += xmove SUBDIR += xmsg SUBDIR += xmx SUBDIR += xnee SUBDIR += xnodecor SUBDIR += xorg SUBDIR += xorg-apps SUBDIR += xorg-cf-files SUBDIR += xorg-docs SUBDIR += xorg-libraries SUBDIR += xorg-minimal SUBDIR += xplsprinters SUBDIR += xpr SUBDIR += xpra SUBDIR += xprehashprinterlist SUBDIR += xprompt SUBDIR += xprop SUBDIR += xproto SUBDIR += xproxymanagementprotocol SUBDIR += xpyb SUBDIR += xrandr SUBDIR += xrdb SUBDIR += xrefresh SUBDIR += xrestop SUBDIR += xrootconsole SUBDIR += xrsh SUBDIR += xrsi SUBDIR += xrx SUBDIR += xscreensaver SUBDIR += xscreensaver-gnome SUBDIR += xscreensaver-gnome-hacks SUBDIR += xscreensaver.app SUBDIR += xsel SUBDIR += xsel-conrad SUBDIR += xset SUBDIR += xsetmode SUBDIR += xsetpointer SUBDIR += xsetroot SUBDIR += xskyroot SUBDIR += xsm SUBDIR += xsnow SUBDIR += xstarroll SUBDIR += xstdcmap SUBDIR += xstroke SUBDIR += xtacy SUBDIR += xterm SUBDIR += xtermcontrol SUBDIR += xtermset SUBDIR += xtestpicture SUBDIR += xtoolwait SUBDIR += xtrans SUBDIR += xtrap SUBDIR += xtrlock SUBDIR += xtset SUBDIR += xvattr SUBDIR += xvidtune SUBDIR += xvinfo SUBDIR += xvkbd SUBDIR += xvmcinfo SUBDIR += xwatchwin SUBDIR += xwd SUBDIR += xwininfo SUBDIR += xwinwrap SUBDIR += xwit SUBDIR += xwud SUBDIR += xxkb SUBDIR += xzoom SUBDIR += yad SUBDIR += yakuake-kde4 SUBDIR += yalias SUBDIR += yeahconsole SUBDIR += yelp SUBDIR += zenity .include Index: head/x11/linux-c6-xorg-libs/Makefile =================================================================== --- head/x11/linux-c6-xorg-libs/Makefile (nonexistent) +++ head/x11/linux-c6-xorg-libs/Makefile (revision 368845) @@ -0,0 +1,94 @@ +# Created by: bsam +# $FreeBSD$ + +PORTNAME= xorg-libs +PORTVERSION= 7.4 +CATEGORIES= x11 linux +DISTFILES= libICE-1.0.6-1.el6.${LINUX_RPM_ARCH}.rpm \ + libSM-1.2.1-2.el6.${LINUX_RPM_ARCH}.rpm \ + libX11-1.5.0-4.el6.${LINUX_RPM_ARCH}.rpm \ + libXScrnSaver-1.2.2-2.el6.${LINUX_RPM_ARCH}.rpm \ + libXau-1.0.6-4.el6.${LINUX_RPM_ARCH}.rpm \ + libXaw-1.0.11-2.el6.${LINUX_RPM_ARCH}.rpm \ + libXcomposite-0.4.3-4.el6.${LINUX_RPM_ARCH}.rpm \ + libXcursor-1.1.13-6.20130524git8f677eaea.el6.${LINUX_RPM_ARCH}.rpm \ + libXdamage-1.1.3-4.el6.${LINUX_RPM_ARCH}.rpm \ + libXdmcp-1.1.1-3.el6.${LINUX_RPM_ARCH}.rpm \ + libXevie-1.0.3-4.el6.${LINUX_RPM_ARCH}.rpm \ + libXext-1.3.1-2.el6.${LINUX_RPM_ARCH}.rpm \ + libXfixes-5.0-3.el6.${LINUX_RPM_ARCH}.rpm \ + libXfont-1.4.5-2.el6.${LINUX_RPM_ARCH}.rpm \ + libXft-2.3.1-2.el6.${LINUX_RPM_ARCH}.rpm \ + libXi-1.6.1-3.el6.${LINUX_RPM_ARCH}.rpm \ + libXinerama-1.1.2-2.el6.${LINUX_RPM_ARCH}.rpm \ + libXmu-1.1.1-2.el6.${LINUX_RPM_ARCH}.rpm \ + libXp-1.0.0-15.1.el6.${LINUX_RPM_ARCH}.rpm \ + libXpm-3.5.10-2.el6.${LINUX_RPM_ARCH}.rpm \ + libXrandr-1.4.0-1.el6.${LINUX_RPM_ARCH}.rpm \ + libXrender-0.9.7-2.el6.${LINUX_RPM_ARCH}.rpm \ + libXres-1.0.6-2.el6.${LINUX_RPM_ARCH}.rpm \ + libXt-1.1.3-1.el6.${LINUX_RPM_ARCH}.rpm \ + libXtst-1.2.1-2.el6.${LINUX_RPM_ARCH}.rpm \ + libXv-1.0.7-2.el6.${LINUX_RPM_ARCH}.rpm \ + libXvMC-1.0.7-2.el6.${LINUX_RPM_ARCH}.rpm \ + libXxf86dga-1.1.3-2.el6.${LINUX_RPM_ARCH}.rpm \ + libXxf86misc-1.0.3-4.el6.${LINUX_RPM_ARCH}.rpm \ + libXxf86vm-1.1.2-2.el6.${LINUX_RPM_ARCH}.rpm \ + libfontenc-1.0.5-2.el6.${LINUX_RPM_ARCH}.rpm \ + libxcb-1.8.1-1.el6.${LINUX_RPM_ARCH}.rpm \ + libxkbfile-1.0.6-1.1.el6.${LINUX_RPM_ARCH}.rpm \ + mesa-libGLw-6.5.1-10.el6.${LINUX_RPM_ARCH}.rpm + +.if defined(PACKAGE_BUILDING) +SRC_DISTFILES= libICE-1.0.6-1.el6.src.rpm \ + libSM-1.2.1-2.el6.src.rpm \ + libX11-1.5.0-4.el6.src.rpm \ + libXScrnSaver-1.2.2-2.el6.src.rpm \ + libXau-1.0.6-4.el6.src.rpm \ + libXaw-1.0.11-2.el6.src.rpm \ + libXcomposite-0.4.3-4.el6.src.rpm \ + libXcursor-1.1.13-6.20130524git8f677eaea.el6.src.rpm \ + libXdamage-1.1.3-4.el6.src.rpm \ + libXdmcp-1.1.1-3.el6.src.rpm \ + libXevie-1.0.3-4.el6.src.rpm \ + libXext-1.3.1-2.el6.src.rpm \ + libXfixes-5.0-3.el6.src.rpm \ + libXfont-1.4.5-2.el6.src.rpm \ + libXft-2.3.1-2.el6.src.rpm \ + libXi-1.6.1-3.el6.src.rpm \ + libXinerama-1.1.2-2.el6.src.rpm \ + libXmu-1.1.1-2.el6.src.rpm \ + libXp-1.0.0-15.1.el6.src.rpm \ + libXpm-3.5.10-2.el6.src.rpm \ + libXrandr-1.4.0-1.el6.src.rpm \ + libXrender-0.9.7-2.el6.src.rpm \ + libXres-1.0.6-2.el6.src.rpm \ + libXt-1.1.3-1.el6.src.rpm \ + libXtst-1.2.1-2.el6.src.rpm \ + libXv-1.0.7-2.el6.src.rpm \ + libXvMC-1.0.7-2.el6.src.rpm \ + libXxf86dga-1.1.3-2.el6.src.rpm \ + libXxf86misc-1.0.3-4.el6.src.rpm \ + libXxf86vm-1.1.2-2.el6.src.rpm \ + libfontenc-1.0.5-2.el6.src.rpm \ + libxcb-1.8.1-1.el6.src.rpm \ + libxkbfile-1.0.6-1.1.el6.src.rpm \ + mesa-libGLw-6.5.1-10.el6.src.rpm + +.endif + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Xorg libraries (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-xorg-libs-[0-9]* linux-f8-xorg-libs-[0-9]* linux-f10-xorg-libs-[0-9]* + +USE_LINUX= c6 +USE_LINUX_APPS= fontconfig +USE_LINUX_RPM= yes +USE_LDCONFIG= yes + +#post-install: +# ${MKDIR} ${STAGEDIR}${PREFIX}/etc/ld.so.conf.d +# @${INSTALL_DATA} ${FILESDIR}/xorg-x11-i386.conf ${STAGEDIR}${PREFIX}/etc/ld.so.conf.d + +.include Property changes on: head/x11/linux-c6-xorg-libs/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/linux-c6-xorg-libs/distinfo.i686 =================================================================== --- head/x11/linux-c6-xorg-libs/distinfo.i686 (nonexistent) +++ head/x11/linux-c6-xorg-libs/distinfo.i686 (revision 368845) @@ -0,0 +1,136 @@ +SHA256 (rpm/i686/centos/6.5/libICE-1.0.6-1.el6.i686.rpm) = b0b4e98058cfa3d75429b5bb1f209b475c8bcecf14f8ce8382f8ec5e24ac4c32 +SIZE (rpm/i686/centos/6.5/libICE-1.0.6-1.el6.i686.rpm) = 53292 +SHA256 (rpm/i686/centos/6.5/libSM-1.2.1-2.el6.i686.rpm) = 9128eb65884a7557e4bf68aee14e0bed3629df062b45ad389828f11d45abeff5 +SIZE (rpm/i686/centos/6.5/libSM-1.2.1-2.el6.i686.rpm) = 37312 +SHA256 (rpm/i686/centos/6.5/libX11-1.5.0-4.el6.i686.rpm) = 8ea47dcc345fc95983515b4d11e9500f98db32a2804f5dd53b17d501f670580a +SIZE (rpm/i686/centos/6.5/libX11-1.5.0-4.el6.i686.rpm) = 604016 +SHA256 (rpm/i686/centos/6.5/libXScrnSaver-1.2.2-2.el6.i686.rpm) = 2173a076e7cefc99c982601a701eaec864a418d7c544d80ef72fc7ac0a42218f +SIZE (rpm/i686/centos/6.5/libXScrnSaver-1.2.2-2.el6.i686.rpm) = 22580 +SHA256 (rpm/i686/centos/6.5/libXau-1.0.6-4.el6.i686.rpm) = 0d979b1519ea4bef76efb5dd21e53cf9f12ab910eff0f67462e1d905b1e6109b +SIZE (rpm/i686/centos/6.5/libXau-1.0.6-4.el6.i686.rpm) = 24864 +SHA256 (rpm/i686/centos/6.5/libXaw-1.0.11-2.el6.i686.rpm) = d7ea3074f005f89b225b42357c7a3f4984ebdaaafcd085fb2294c8e8a55e8fc7 +SIZE (rpm/i686/centos/6.5/libXaw-1.0.11-2.el6.i686.rpm) = 194780 +SHA256 (rpm/i686/centos/6.5/libXcomposite-0.4.3-4.el6.i686.rpm) = a49030789b4701f3b6607b19b5c902a7df774f16a24dc72552df3563c4db2638 +SIZE (rpm/i686/centos/6.5/libXcomposite-0.4.3-4.el6.i686.rpm) = 20856 +SHA256 (rpm/i686/centos/6.5/libXcursor-1.1.13-6.20130524git8f677eaea.el6.i686.rpm) = 9f34fead8e4cafae4a3c63134448db911816b7dd53ddab99eae1b4c4398571cf +SIZE (rpm/i686/centos/6.5/libXcursor-1.1.13-6.20130524git8f677eaea.el6.i686.rpm) = 28808 +SHA256 (rpm/i686/centos/6.5/libXdamage-1.1.3-4.el6.i686.rpm) = 6f933535f383db7f06a3d64cf7f109c955bd72a0cc1d1092fb4c53867c85a022 +SIZE (rpm/i686/centos/6.5/libXdamage-1.1.3-4.el6.i686.rpm) = 18508 +SHA256 (rpm/i686/centos/6.5/libXdmcp-1.1.1-3.el6.i686.rpm) = dd9a0c6ab98e7bf8be6d0f888040cef2d5b8f4538b2ee9ee5a05c2d9ec2a29dd +SIZE (rpm/i686/centos/6.5/libXdmcp-1.1.1-3.el6.i686.rpm) = 31344 +SHA256 (rpm/i686/centos/6.5/libXevie-1.0.3-4.el6.i686.rpm) = 5fda28a7fb799a081dc197af364a29321d9899be31661e822937d6c3df1d3a4e +SIZE (rpm/i686/centos/6.5/libXevie-1.0.3-4.el6.i686.rpm) = 16648 +SHA256 (rpm/i686/centos/6.5/libXext-1.3.1-2.el6.i686.rpm) = 4355ef75663bc00f634cf5317424a977f98f2abf7349709637230b17832559ed +SIZE (rpm/i686/centos/6.5/libXext-1.3.1-2.el6.i686.rpm) = 35048 +SHA256 (rpm/i686/centos/6.5/libXfixes-5.0-3.el6.i686.rpm) = 1a52d7a46536e45d312d4204b9ba0a772106269c8f5d8675a3773993d2520cd8 +SIZE (rpm/i686/centos/6.5/libXfixes-5.0-3.el6.i686.rpm) = 23432 +SHA256 (rpm/i686/centos/6.5/libXfont-1.4.5-2.el6.i686.rpm) = 079bdf94ec6d847a3b836eef2ad1c84e9de94439109474c4afda9fd7008d905d +SIZE (rpm/i686/centos/6.5/libXfont-1.4.5-2.el6.i686.rpm) = 146964 +SHA256 (rpm/i686/centos/6.5/libXft-2.3.1-2.el6.i686.rpm) = 0918bc59264c32fbe0cd3f9e0761e156b7f14623eb73ae5e46a5539d10ed743c +SIZE (rpm/i686/centos/6.5/libXft-2.3.1-2.el6.i686.rpm) = 55040 +SHA256 (rpm/i686/centos/6.5/libXi-1.6.1-3.el6.i686.rpm) = aa971f812f3600811f9014ec352d4b49dbbec1f2172ac4cc63d46557079db2fd +SIZE (rpm/i686/centos/6.5/libXi-1.6.1-3.el6.i686.rpm) = 35344 +SHA256 (rpm/i686/centos/6.5/libXinerama-1.1.2-2.el6.i686.rpm) = 2b130512f8a88053ac0562f561fd834a57a39283cda2149d4a5ceeac598a7707 +SIZE (rpm/i686/centos/6.5/libXinerama-1.1.2-2.el6.i686.rpm) = 20144 +SHA256 (rpm/i686/centos/6.5/libXmu-1.1.1-2.el6.i686.rpm) = 353e63f5da64f3ab88c08f9a97f18db14926aeeda48749edc0e22be40b279fda +SIZE (rpm/i686/centos/6.5/libXmu-1.1.1-2.el6.i686.rpm) = 67596 +SHA256 (rpm/i686/centos/6.5/libXp-1.0.0-15.1.el6.i686.rpm) = 9539167d2d5cee52b7eda2376c84696a36da04134e5c112d71bb4f6ba875c74b +SIZE (rpm/i686/centos/6.5/libXp-1.0.0-15.1.el6.i686.rpm) = 22752 +SHA256 (rpm/i686/centos/6.5/libXpm-3.5.10-2.el6.i686.rpm) = 2256f36015d4fd1d69a87f42d5279c5565c5a627320e3604eace595df47d084e +SIZE (rpm/i686/centos/6.5/libXpm-3.5.10-2.el6.i686.rpm) = 51496 +SHA256 (rpm/i686/centos/6.5/libXrandr-1.4.0-1.el6.i686.rpm) = a091116fc76303a6af80f9cfc9fb9af18aef315580a8271bcf45486ab376e777 +SIZE (rpm/i686/centos/6.5/libXrandr-1.4.0-1.el6.i686.rpm) = 36412 +SHA256 (rpm/i686/centos/6.5/libXrender-0.9.7-2.el6.i686.rpm) = 855782c135956c2548d58ed3ce62f6bd3a11b48c1fb62382358bf96600aa5268 +SIZE (rpm/i686/centos/6.5/libXrender-0.9.7-2.el6.i686.rpm) = 30072 +SHA256 (rpm/i686/centos/6.5/libXres-1.0.6-2.el6.i686.rpm) = bf618c8e10425e84a181d9ac8b3576bae13a1c73eb767d6ba3b27810001a1d00 +SIZE (rpm/i686/centos/6.5/libXres-1.0.6-2.el6.i686.rpm) = 19272 +SHA256 (rpm/i686/centos/6.5/libXt-1.1.3-1.el6.i686.rpm) = 7be22373be516af6182f5efc295aeea86d2eabeba70490daf607264c5065c664 +SIZE (rpm/i686/centos/6.5/libXt-1.1.3-1.el6.i686.rpm) = 183100 +SHA256 (rpm/i686/centos/6.5/libXtst-1.2.1-2.el6.i686.rpm) = 32a9777a908e5b6c7a4f12bda04eeea8a9b096079bbf501ab9d1bb3b21a24ee4 +SIZE (rpm/i686/centos/6.5/libXtst-1.2.1-2.el6.i686.rpm) = 29688 +SHA256 (rpm/i686/centos/6.5/libXv-1.0.7-2.el6.i686.rpm) = 1dd6a32182e1507e24639709843cc8bc4c3b15c8c0e01dc59bd4a3b80abf7dbc +SIZE (rpm/i686/centos/6.5/libXv-1.0.7-2.el6.i686.rpm) = 24484 +SHA256 (rpm/i686/centos/6.5/libXvMC-1.0.7-2.el6.i686.rpm) = 9f4235c32124b374518414d73088abb12c5426b013ee76bf2bc12a74d65c3c9b +SIZE (rpm/i686/centos/6.5/libXvMC-1.0.7-2.el6.i686.rpm) = 27176 +SHA256 (rpm/i686/centos/6.5/libXxf86dga-1.1.3-2.el6.i686.rpm) = 13035b420101e3d53c8a1b5f199fcd604035775fbcd0dc0637533d258833c845 +SIZE (rpm/i686/centos/6.5/libXxf86dga-1.1.3-2.el6.i686.rpm) = 25104 +SHA256 (rpm/i686/centos/6.5/libXxf86misc-1.0.3-4.el6.i686.rpm) = b1ff94ead0c50b70d72fe9ac64de8b92721b817b2704127ebad4b59e220a132d +SIZE (rpm/i686/centos/6.5/libXxf86misc-1.0.3-4.el6.i686.rpm) = 18092 +SHA256 (rpm/i686/centos/6.5/libXxf86vm-1.1.2-2.el6.i686.rpm) = 35d96976308b65edcd01e60aafe770353c1c7ea019afed2374db7f84a969e298 +SIZE (rpm/i686/centos/6.5/libXxf86vm-1.1.2-2.el6.i686.rpm) = 22516 +SHA256 (rpm/i686/centos/6.5/libfontenc-1.0.5-2.el6.i686.rpm) = 7193d101772811e8610d025e58c3631f08552f0151a48c205f6bf32a6edf4d50 +SIZE (rpm/i686/centos/6.5/libfontenc-1.0.5-2.el6.i686.rpm) = 24872 +SHA256 (rpm/i686/centos/6.5/libxcb-1.8.1-1.el6.i686.rpm) = 051d64c8163d22a1b81f4b26c4cb0e675c30aebdd7ea58261314076df4885c05 +SIZE (rpm/i686/centos/6.5/libxcb-1.8.1-1.el6.i686.rpm) = 116976 +SHA256 (rpm/i686/centos/6.5/libxkbfile-1.0.6-1.1.el6.i686.rpm) = 0528b825b81ac13a910acdfbe02df666f4854fb1decf0bace49635d50785f83b +SIZE (rpm/i686/centos/6.5/libxkbfile-1.0.6-1.1.el6.i686.rpm) = 76364 +SHA256 (rpm/i686/centos/6.5/mesa-libGLw-6.5.1-10.el6.i686.rpm) = d2536b25e5998727f3c327c04269f58624d0a1050a45a9ea8f6f47dd8c16894e +SIZE (rpm/i686/centos/6.5/mesa-libGLw-6.5.1-10.el6.i686.rpm) = 13756 +SHA256 (rpm/i686/centos/6.5/libICE-1.0.6-1.el6.src.rpm) = 6f9a2ffd65f021bd434ba821a27d1c8c1af4fe0d6fca1fbc4839d4b28a656695 +SIZE (rpm/i686/centos/6.5/libICE-1.0.6-1.el6.src.rpm) = 288561 +SHA256 (rpm/i686/centos/6.5/libSM-1.2.1-2.el6.src.rpm) = a1ccbb68cb9067697819bc462426d4bb7ac90a5d43b3b2937789085a23126129 +SIZE (rpm/i686/centos/6.5/libSM-1.2.1-2.el6.src.rpm) = 344988 +SHA256 (rpm/i686/centos/6.5/libX11-1.5.0-4.el6.src.rpm) = ed81468ed914fe221ea5e92349ea16793616fdb514dc27e707c3f1879c64a8fa +SIZE (rpm/i686/centos/6.5/libX11-1.5.0-4.el6.src.rpm) = 2337814 +SHA256 (rpm/i686/centos/6.5/libXScrnSaver-1.2.2-2.el6.src.rpm) = 5a3c64b4923ed8958362e34cac7aebe21bde60f1ece0dc7148b25312ed538005 +SIZE (rpm/i686/centos/6.5/libXScrnSaver-1.2.2-2.el6.src.rpm) = 301641 +SHA256 (rpm/i686/centos/6.5/libXau-1.0.6-4.el6.src.rpm) = 67a39ebc411b3b603be404fe6672a812a0f611e4a1305b1d9112804ab37b886c +SIZE (rpm/i686/centos/6.5/libXau-1.0.6-4.el6.src.rpm) = 272117 +SHA256 (rpm/i686/centos/6.5/libXaw-1.0.11-2.el6.src.rpm) = cb444d2a509c24c7d6d7235b1dad7f5c03b52075f2053340e530764b7b77b26f +SIZE (rpm/i686/centos/6.5/libXaw-1.0.11-2.el6.src.rpm) = 662266 +SHA256 (rpm/i686/centos/6.5/libXcomposite-0.4.3-4.el6.src.rpm) = 1a281e223004848e7005d547e291b406929e8138bbb42508fc0f56ffdc477746 +SIZE (rpm/i686/centos/6.5/libXcomposite-0.4.3-4.el6.src.rpm) = 256703 +SHA256 (rpm/i686/centos/6.5/libXcursor-1.1.13-6.20130524git8f677eaea.el6.src.rpm) = 46d5159f52f6bdfb6a677b57fa91ca81510eb7f43a5de74ebf92ed0d60cf9ba0 +SIZE (rpm/i686/centos/6.5/libXcursor-1.1.13-6.20130524git8f677eaea.el6.src.rpm) = 178664 +SHA256 (rpm/i686/centos/6.5/libXdamage-1.1.3-4.el6.src.rpm) = 5b074f49ee2711a5ebe248fff09e158503d9f59fdc9fa4a9bdc5ef466d6a539f +SIZE (rpm/i686/centos/6.5/libXdamage-1.1.3-4.el6.src.rpm) = 258818 +SHA256 (rpm/i686/centos/6.5/libXdmcp-1.1.1-3.el6.src.rpm) = e27c9406b940656b2e490a56c0a490cd9e26b9efbd5f468b6590a07ca4f3d9d6 +SIZE (rpm/i686/centos/6.5/libXdmcp-1.1.1-3.el6.src.rpm) = 323226 +SHA256 (rpm/i686/centos/6.5/libXevie-1.0.3-4.el6.src.rpm) = 1181675421fa9cad3d30bcbe78d0b54f4118aad14380b160ae26b579dadb7abc +SIZE (rpm/i686/centos/6.5/libXevie-1.0.3-4.el6.src.rpm) = 262650 +SHA256 (rpm/i686/centos/6.5/libXext-1.3.1-2.el6.src.rpm) = ffbc45926a9bf834343bbe8b857337f994ebbe7451098850305b04d9608b4bed +SIZE (rpm/i686/centos/6.5/libXext-1.3.1-2.el6.src.rpm) = 383986 +SHA256 (rpm/i686/centos/6.5/libXfixes-5.0-3.el6.src.rpm) = 5475af3de0dd17eaa07e7e42696d7486444587320f8558b18182c7f94ec2e03f +SIZE (rpm/i686/centos/6.5/libXfixes-5.0-3.el6.src.rpm) = 263530 +SHA256 (rpm/i686/centos/6.5/libXfont-1.4.5-2.el6.src.rpm) = 6bd4c9ea02178c5b9992204c3893d8c09f87ea95eaef0f27d6a422c2e784cfab +SIZE (rpm/i686/centos/6.5/libXfont-1.4.5-2.el6.src.rpm) = 484580 +SHA256 (rpm/i686/centos/6.5/libXft-2.3.1-2.el6.src.rpm) = 27506d7420f2089621cca83513204828eeaeb8a49f1e900f07b11fa2d32cbad0 +SIZE (rpm/i686/centos/6.5/libXft-2.3.1-2.el6.src.rpm) = 321815 +SHA256 (rpm/i686/centos/6.5/libXi-1.6.1-3.el6.src.rpm) = 0e17539d4953d283175beb446618b70013e0abf34878d4cfaad2724d367b516a +SIZE (rpm/i686/centos/6.5/libXi-1.6.1-3.el6.src.rpm) = 440806 +SHA256 (rpm/i686/centos/6.5/libXinerama-1.1.2-2.el6.src.rpm) = 73b45a7fbfb204f353da1cce32e8aff7b1c19fe6d62acd9b8416d60b266b6478 +SIZE (rpm/i686/centos/6.5/libXinerama-1.1.2-2.el6.src.rpm) = 289188 +SHA256 (rpm/i686/centos/6.5/libXmu-1.1.1-2.el6.src.rpm) = 9272665cd59f3e5d457cfed604fa0b1f78fc02f4a6e10210f29927a7bb307b25 +SIZE (rpm/i686/centos/6.5/libXmu-1.1.1-2.el6.src.rpm) = 394966 +SHA256 (rpm/i686/centos/6.5/libXp-1.0.0-15.1.el6.src.rpm) = c1795cdc68279d2093a8bb22cf227cda62c044dd9ef9dfd7b0c56ec53047278d +SIZE (rpm/i686/centos/6.5/libXp-1.0.0-15.1.el6.src.rpm) = 265898 +SHA256 (rpm/i686/centos/6.5/libXpm-3.5.10-2.el6.src.rpm) = 7858749af63405616c76fe82e11d6f961514304fef22532303a828a26b169bc7 +SIZE (rpm/i686/centos/6.5/libXpm-3.5.10-2.el6.src.rpm) = 441985 +SHA256 (rpm/i686/centos/6.5/libXrandr-1.4.0-1.el6.src.rpm) = 6e589312f2e3d9c7d686040a6479bdef3a3571bcf952a524170b3b36667f5e76 +SIZE (rpm/i686/centos/6.5/libXrandr-1.4.0-1.el6.src.rpm) = 317618 +SHA256 (rpm/i686/centos/6.5/libXrender-0.9.7-2.el6.src.rpm) = 63f28116f3365850a6a7887527837d6aea3705df7729dbcf7453427b0e36cc53 +SIZE (rpm/i686/centos/6.5/libXrender-0.9.7-2.el6.src.rpm) = 290843 +SHA256 (rpm/i686/centos/6.5/libXres-1.0.6-2.el6.src.rpm) = efd3c9f66ce82956a78ffa8fab5b5156d47d6e9eed0f2179aa0f399740897f5b +SIZE (rpm/i686/centos/6.5/libXres-1.0.6-2.el6.src.rpm) = 291646 +SHA256 (rpm/i686/centos/6.5/libXt-1.1.3-1.el6.src.rpm) = 12ed2d4592e57026928bd17992032f323088e19b76ecbcf5533654bfb97643b2 +SIZE (rpm/i686/centos/6.5/libXt-1.1.3-1.el6.src.rpm) = 747871 +SHA256 (rpm/i686/centos/6.5/libXtst-1.2.1-2.el6.src.rpm) = 03819707af951c419e1ff744f5a63bf657fd25df9f42f4b56d15beba2204560a +SIZE (rpm/i686/centos/6.5/libXtst-1.2.1-2.el6.src.rpm) = 323134 +SHA256 (rpm/i686/centos/6.5/libXv-1.0.7-2.el6.src.rpm) = e5b4d4a2f1cbbb28d4cac13d4bd81f5070c83651cde60d972bb8bca7ae16ed89 +SIZE (rpm/i686/centos/6.5/libXv-1.0.7-2.el6.src.rpm) = 295164 +SHA256 (rpm/i686/centos/6.5/libXvMC-1.0.7-2.el6.src.rpm) = 1bad4870e35e43f48aec2739177843305400b548dd99d06c4ed4270a40bd8971 +SIZE (rpm/i686/centos/6.5/libXvMC-1.0.7-2.el6.src.rpm) = 309831 +SHA256 (rpm/i686/centos/6.5/libXxf86dga-1.1.3-2.el6.src.rpm) = b3c4adbff3e84c46019c8eaadbc1a8063c4beb9fc5944c1f2eff13844a97858f +SIZE (rpm/i686/centos/6.5/libXxf86dga-1.1.3-2.el6.src.rpm) = 300058 +SHA256 (rpm/i686/centos/6.5/libXxf86misc-1.0.3-4.el6.src.rpm) = a7d60854dd5ae2ea846afc16b98d57a7c55683f0d9c1f1f7f3bd66f199d3e477 +SIZE (rpm/i686/centos/6.5/libXxf86misc-1.0.3-4.el6.src.rpm) = 265223 +SHA256 (rpm/i686/centos/6.5/libXxf86vm-1.1.2-2.el6.src.rpm) = 53dfb875e52848f7765c24c1cbe0b44ee83fc7a71c5126f9fa8a7a998241f166 +SIZE (rpm/i686/centos/6.5/libXxf86vm-1.1.2-2.el6.src.rpm) = 294385 +SHA256 (rpm/i686/centos/6.5/libfontenc-1.0.5-2.el6.src.rpm) = b59e72c9036647cc81465f8a7080dcd14f7e0b862bbe7324f253418f3c10c581 +SIZE (rpm/i686/centos/6.5/libfontenc-1.0.5-2.el6.src.rpm) = 261431 +SHA256 (rpm/i686/centos/6.5/libxcb-1.8.1-1.el6.src.rpm) = 3ae38bcaef31dfa6e5af02a0dbf06ce3c6f294f644e08b7e1880621d92a68e12 +SIZE (rpm/i686/centos/6.5/libxcb-1.8.1-1.el6.src.rpm) = 653172 +SHA256 (rpm/i686/centos/6.5/libxkbfile-1.0.6-1.1.el6.src.rpm) = 555d3e4920aa3ff5eab1a82b360d601719628d79875288f76b519b72241b543a +SIZE (rpm/i686/centos/6.5/libxkbfile-1.0.6-1.1.el6.src.rpm) = 294724 +SHA256 (rpm/i686/centos/6.5/mesa-libGLw-6.5.1-10.el6.src.rpm) = 994c1bbdd8a3274d56d5acab0e7409d1a4b831c74b25ddfbb3663a6453206ddc +SIZE (rpm/i686/centos/6.5/mesa-libGLw-6.5.1-10.el6.src.rpm) = 3131976 Property changes on: head/x11/linux-c6-xorg-libs/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/linux-c6-xorg-libs/pkg-descr =================================================================== --- head/x11/linux-c6-xorg-libs/pkg-descr (nonexistent) +++ head/x11/linux-c6-xorg-libs/pkg-descr (revision 368845) @@ -0,0 +1,5 @@ +This is a Linux/i386 binary port of the libraries from X.Org: +"The X.Org Foundation provides an open source implementation +of the X Window System." + +WWW: http://x.org Property changes on: head/x11/linux-c6-xorg-libs/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/linux-c6-xorg-libs/pkg-plist =================================================================== --- head/x11/linux-c6-xorg-libs/pkg-plist (nonexistent) +++ head/x11/linux-c6-xorg-libs/pkg-plist (revision 368845) @@ -0,0 +1,252 @@ +@comment file listing +usr/lib/libGLw.so.1 +usr/lib/libGLw.so.1.0.0 +usr/lib/libICE.so.6 +usr/lib/libICE.so.6.3.0 +usr/lib/libSM.so.6 +usr/lib/libSM.so.6.0.1 +usr/lib/libX11-xcb.so.1 +usr/lib/libX11-xcb.so.1.0.0 +usr/lib/libX11.so.6 +usr/lib/libX11.so.6.3.0 +usr/lib/libXRes.so.1 +usr/lib/libXRes.so.1.0.0 +usr/lib/libXau.so.6 +usr/lib/libXau.so.6.0.0 +usr/lib/libXaw.so.7 +usr/lib/libXaw7.so.7 +usr/lib/libXaw7.so.7.0.0 +usr/lib/libXcomposite.so.1 +usr/lib/libXcomposite.so.1.0.0 +usr/lib/libXcursor.so.1 +usr/lib/libXcursor.so.1.0.2 +usr/lib/libXdamage.so.1 +usr/lib/libXdamage.so.1.1.0 +usr/lib/libXdmcp.so.6 +usr/lib/libXdmcp.so.6.0.0 +usr/lib/libXevie.so.1 +usr/lib/libXevie.so.1.0.0 +usr/lib/libXext.so.6 +usr/lib/libXext.so.6.4.0 +usr/lib/libXfixes.so.3 +usr/lib/libXfixes.so.3.1.0 +usr/lib/libXft.so.2 +usr/lib/libXft.so.2.3.1 +usr/lib/libXfont.so.1 +usr/lib/libXfont.so.1.4.1 +usr/lib/libXi.so.6 +usr/lib/libXi.so.6.1.0 +usr/lib/libXinerama.so.1 +usr/lib/libXinerama.so.1.0.0 +usr/lib/libXmu.so.6 +usr/lib/libXmu.so.6.2.0 +usr/lib/libXmuu.so.1 +usr/lib/libXmuu.so.1.0.0 +usr/lib/libXp.so.6 +usr/lib/libXp.so.6.2.0 +usr/lib/libXpm.so.4 +usr/lib/libXpm.so.4.11.0 +usr/lib/libXrandr.so.2 +usr/lib/libXrandr.so.2.2.0 +usr/lib/libXrender.so.1 +usr/lib/libXrender.so.1.3.0 +usr/lib/libXss.so.1 +usr/lib/libXss.so.1.0.0 +usr/lib/libXt.so.6 +usr/lib/libXt.so.6.0.0 +usr/lib/libXtst.so.6 +usr/lib/libXtst.so.6.1.0 +usr/lib/libXv.so.1 +usr/lib/libXv.so.1.0.0 +usr/lib/libXvMC.so.1 +usr/lib/libXvMC.so.1.0.0 +usr/lib/libXvMCW.so.1 +usr/lib/libXvMCW.so.1.0.0 +usr/lib/libXxf86dga.so.1 +usr/lib/libXxf86dga.so.1.0.0 +usr/lib/libXxf86misc.so.1 +usr/lib/libXxf86misc.so.1.1.0 +usr/lib/libXxf86vm.so.1 +usr/lib/libXxf86vm.so.1.0.0 +usr/lib/libfontenc.so.1 +usr/lib/libfontenc.so.1.0.0 +usr/lib/libxcb-composite.so.0 +usr/lib/libxcb-composite.so.0.0.0 +usr/lib/libxcb-damage.so.0 +usr/lib/libxcb-damage.so.0.0.0 +usr/lib/libxcb-dpms.so.0 +usr/lib/libxcb-dpms.so.0.0.0 +usr/lib/libxcb-dri2.so.0 +usr/lib/libxcb-dri2.so.0.0.0 +usr/lib/libxcb-glx.so.0 +usr/lib/libxcb-glx.so.0.0.0 +usr/lib/libxcb-randr.so.0 +usr/lib/libxcb-randr.so.0.1.0 +usr/lib/libxcb-record.so.0 +usr/lib/libxcb-record.so.0.0.0 +usr/lib/libxcb-render.so.0 +usr/lib/libxcb-render.so.0.0.0 +usr/lib/libxcb-res.so.0 +usr/lib/libxcb-res.so.0.0.0 +usr/lib/libxcb-screensaver.so.0 +usr/lib/libxcb-screensaver.so.0.0.0 +usr/lib/libxcb-shape.so.0 +usr/lib/libxcb-shape.so.0.0.0 +usr/lib/libxcb-shm.so.0 +usr/lib/libxcb-shm.so.0.0.0 +usr/lib/libxcb-sync.so.0 +usr/lib/libxcb-sync.so.0.0.0 +usr/lib/libxcb-xevie.so.0 +usr/lib/libxcb-xevie.so.0.0.0 +usr/lib/libxcb-xf86dri.so.0 +usr/lib/libxcb-xf86dri.so.0.0.0 +usr/lib/libxcb-xfixes.so.0 +usr/lib/libxcb-xfixes.so.0.0.0 +usr/lib/libxcb-xinerama.so.0 +usr/lib/libxcb-xinerama.so.0.0.0 +usr/lib/libxcb-xselinux.so.0 +usr/lib/libxcb-xselinux.so.0.0.0 +usr/lib/libxcb-xtest.so.0 +usr/lib/libxcb-xtest.so.0.0.0 +usr/lib/libxcb-xv.so.0 +usr/lib/libxcb-xv.so.0.0.0 +usr/lib/libxcb-xvmc.so.0 +usr/lib/libxcb-xvmc.so.0.0.0 +usr/lib/libxcb.so.1 +usr/lib/libxcb.so.1.1.0 +usr/lib/libxkbfile.so.1 +usr/lib/libxkbfile.so.1.0.2 +usr/share/doc/libICE-1.0.6/AUTHORS +usr/share/doc/libICE-1.0.6/COPYING +usr/share/doc/libICE-1.0.6/ChangeLog +usr/share/doc/libSM-1.2.1/AUTHORS +usr/share/doc/libSM-1.2.1/COPYING +usr/share/doc/libSM-1.2.1/ChangeLog +usr/share/doc/libXScrnSaver-1.2.2/COPYING +usr/share/doc/libXScrnSaver-1.2.2/ChangeLog +usr/share/doc/libXScrnSaver-1.2.2/README +usr/share/doc/libXau-1.0.6/AUTHORS +usr/share/doc/libXau-1.0.6/COPYING +usr/share/doc/libXau-1.0.6/ChangeLog +usr/share/doc/libXau-1.0.6/README +usr/share/doc/libXaw-1.0.11/COPYING +usr/share/doc/libXaw-1.0.11/ChangeLog +usr/share/doc/libXaw-1.0.11/README +usr/share/doc/libXcomposite-0.4.3/AUTHORS +usr/share/doc/libXcomposite-0.4.3/COPYING +usr/share/doc/libXcomposite-0.4.3/ChangeLog +usr/share/doc/libXcomposite-0.4.3/README +usr/share/doc/libXcursor-1.1.13/AUTHORS +usr/share/doc/libXcursor-1.1.13/COPYING +usr/share/doc/libXcursor-1.1.13/README +usr/share/doc/libXdamage-1.1.3/AUTHORS +usr/share/doc/libXdamage-1.1.3/COPYING +usr/share/doc/libXdamage-1.1.3/ChangeLog +usr/share/doc/libXdamage-1.1.3/README +usr/share/doc/libXdmcp-1.1.1/AUTHORS +usr/share/doc/libXdmcp-1.1.1/COPYING +usr/share/doc/libXdmcp-1.1.1/ChangeLog +usr/share/doc/libXdmcp-1.1.1/Wraphelp.README.crypto +usr/share/doc/libXevie-1.0.3/AUTHORS +usr/share/doc/libXevie-1.0.3/COPYING +usr/share/doc/libXevie-1.0.3/ChangeLog +usr/share/doc/libXext-1.3.1/AUTHORS +usr/share/doc/libXext-1.3.1/COPYING +usr/share/doc/libXfixes-5.0/AUTHORS +usr/share/doc/libXfixes-5.0/COPYING +usr/share/doc/libXfixes-5.0/ChangeLog +usr/share/doc/libXfixes-5.0/README +usr/share/doc/libXfont-1.4.5/AUTHORS +usr/share/doc/libXfont-1.4.5/COPYING +usr/share/doc/libXfont-1.4.5/ChangeLog +usr/share/doc/libXft-2.3.1/AUTHORS +usr/share/doc/libXft-2.3.1/COPYING +usr/share/doc/libXft-2.3.1/ChangeLog +usr/share/doc/libXft-2.3.1/README +usr/share/doc/libXi-1.6.1/COPYING +usr/share/doc/libXinerama-1.1.2/COPYING +usr/share/doc/libXinerama-1.1.2/ChangeLog +usr/share/doc/libXmu-1.1.1/COPYING +usr/share/doc/libXmu-1.1.1/ChangeLog +usr/share/doc/libXmu-1.1.1/README +usr/share/doc/libXp-1.0.0/AUTHORS +usr/share/doc/libXp-1.0.0/COPYING +usr/share/doc/libXp-1.0.0/ChangeLog +usr/share/doc/libXp-1.0.0/INSTALL +usr/share/doc/libXpm-3.5.10/AUTHORS +usr/share/doc/libXpm-3.5.10/COPYING +usr/share/doc/libXpm-3.5.10/ChangeLog +usr/share/doc/libXrandr-1.4.0/AUTHORS +usr/share/doc/libXrandr-1.4.0/COPYING +usr/share/doc/libXrandr-1.4.0/ChangeLog +usr/share/doc/libXrender-0.9.7/AUTHORS +usr/share/doc/libXrender-0.9.7/COPYING +usr/share/doc/libXrender-0.9.7/ChangeLog +usr/share/doc/libXres-1.0.6/AUTHORS +usr/share/doc/libXres-1.0.6/COPYING +usr/share/doc/libXres-1.0.6/ChangeLog +usr/share/doc/libXt-1.1.3/COPYING +usr/share/doc/libXt-1.1.3/ChangeLog +usr/share/doc/libXtst-1.2.1/COPYING +usr/share/doc/libXtst-1.2.1/ChangeLog +usr/share/doc/libXv-1.0.7/AUTHORS +usr/share/doc/libXv-1.0.7/COPYING +usr/share/doc/libXv-1.0.7/ChangeLog +usr/share/doc/libXvMC-1.0.7/COPYING +usr/share/doc/libXvMC-1.0.7/ChangeLog +usr/share/doc/libXvMC-1.0.7/README +usr/share/doc/libXxf86dga-1.1.3/COPYING +usr/share/doc/libXxf86dga-1.1.3/README +usr/share/doc/libXxf86dga-1.1.3/ChangeLog +usr/share/doc/libXxf86misc-1.0.3/COPYING +usr/share/doc/libXxf86misc-1.0.3/README +usr/share/doc/libXxf86misc-1.0.3/ChangeLog +usr/share/doc/libXxf86vm-1.1.2/COPYING +usr/share/doc/libXxf86vm-1.1.2/README +usr/share/doc/libXxf86vm-1.1.2/ChangeLog +usr/share/doc/libfontenc-1.0.5/AUTHORS +usr/share/doc/libfontenc-1.0.5/COPYING +usr/share/doc/libfontenc-1.0.5/ChangeLog +usr/share/doc/libfontenc-1.0.5/README +usr/share/doc/libxkbfile-1.0.6/COPYING +usr/share/doc/libxkbfile-1.0.6/ChangeLog +usr/share/doc/mesa-libGLw-6.5.1/README +usr/share/icons/default/index.theme +@comment deal with empty directories installed by the port +@exec /bin/mkdir -p %D/usr/share/X11/app-defaults +@dirrmtry usr/share/X11/app-defaults +@comment non-empty directory listing in revers order +@dirrm usr/share/X11 +@dirrm usr/share/icons/default +@dirrm usr/share/doc/libICE-1.0.6 +@dirrm usr/share/doc/libSM-1.2.1 +@dirrm usr/share/doc/libXScrnSaver-1.2.2 +@dirrm usr/share/doc/libXau-1.0.6 +@dirrm usr/share/doc/libXaw-1.0.11 +@dirrm usr/share/doc/libXcomposite-0.4.3 +@dirrm usr/share/doc/libXcursor-1.1.13 +@dirrm usr/share/doc/libXdamage-1.1.3 +@dirrm usr/share/doc/libXdmcp-1.1.1 +@dirrm usr/share/doc/libXevie-1.0.3 +@dirrm usr/share/doc/libXext-1.3.1 +@dirrm usr/share/doc/libXfixes-5.0 +@dirrm usr/share/doc/libXfont-1.4.5 +@dirrm usr/share/doc/libXft-2.3.1 +@dirrm usr/share/doc/libXi-1.6.1 +@dirrm usr/share/doc/libXinerama-1.1.2 +@dirrm usr/share/doc/libXmu-1.1.1 +@dirrm usr/share/doc/libXp-1.0.0 +@dirrm usr/share/doc/libXpm-3.5.10 +@dirrm usr/share/doc/libXrandr-1.4.0 +@dirrm usr/share/doc/libXrender-0.9.7 +@dirrm usr/share/doc/libXres-1.0.6 +@dirrm usr/share/doc/libXt-1.1.3 +@dirrm usr/share/doc/libXtst-1.2.1 +@dirrm usr/share/doc/libXv-1.0.7 +@dirrm usr/share/doc/libXvMC-1.0.7 +@dirrm usr/share/doc/libXxf86dga-1.1.3 +@dirrm usr/share/doc/libXxf86misc-1.0.3 +@dirrm usr/share/doc/libXxf86vm-1.1.2 +@dirrm usr/share/doc/libfontenc-1.0.5 +@dirrm usr/share/doc/libxkbfile-1.0.6 +@dirrm usr/share/doc/mesa-libGLw-6.5.1 Property changes on: head/x11/linux-c6-xorg-libs/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/linux-f10-xorg-libs/Makefile =================================================================== --- head/x11/linux-f10-xorg-libs/Makefile (revision 368844) +++ head/x11/linux-f10-xorg-libs/Makefile (revision 368845) @@ -1,102 +1,103 @@ # Created by: bsam # $FreeBSD$ PORTNAME= xorg-libs PORTVERSION= 7.4 PORTREVISION= 1 CATEGORIES= x11 linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- + DISTFILES= libICE-1.0.4-4.fc10.${LINUX_RPM_ARCH}.rpm \ libFS-1.0.1-2.fc10.${LINUX_RPM_ARCH}.rpm \ libSM-1.1.0-2.fc10.${LINUX_RPM_ARCH}.rpm \ libX11-1.1.5-4.fc10.${LINUX_RPM_ARCH}.rpm \ libXScrnSaver-1.1.3-1.fc10.${LINUX_RPM_ARCH}.rpm \ libXTrap-1.0.0-6.fc10.${LINUX_RPM_ARCH}.rpm \ libXau-1.0.4-1.fc10.${LINUX_RPM_ARCH}.rpm \ libXaw-1.0.4-3.fc10.${LINUX_RPM_ARCH}.rpm \ libXcomposite-0.4.0-5.fc10.${LINUX_RPM_ARCH}.rpm \ libXcursor-1.1.9-3.fc10.${LINUX_RPM_ARCH}.rpm \ libXdamage-1.1.1-4.fc9.${LINUX_RPM_ARCH}.rpm \ libXdmcp-1.0.2-6.fc10.${LINUX_RPM_ARCH}.rpm \ libXevie-1.0.2-4.fc10.${LINUX_RPM_ARCH}.rpm \ libXext-1.0.4-1.fc9.${LINUX_RPM_ARCH}.rpm \ libXfixes-4.0.3-4.fc10.${LINUX_RPM_ARCH}.rpm \ libXfont-1.3.3-1.fc10.${LINUX_RPM_ARCH}.rpm \ libXft-2.1.13-1.fc10.${LINUX_RPM_ARCH}.rpm \ libXi-1.1.3-4.fc9.${LINUX_RPM_ARCH}.rpm \ libXinerama-1.0.3-2.fc10.${LINUX_RPM_ARCH}.rpm \ libXmu-1.0.4-1.fc9.${LINUX_RPM_ARCH}.rpm \ libXp-1.0.0-11.fc9.${LINUX_RPM_ARCH}.rpm \ libXpm-3.5.7-4.fc9.${LINUX_RPM_ARCH}.rpm \ libXrandr-1.2.3-1.fc10.${LINUX_RPM_ARCH}.rpm \ libXrender-0.9.4-3.fc9.${LINUX_RPM_ARCH}.rpm \ libXres-1.0.3-5.fc10.${LINUX_RPM_ARCH}.rpm \ libXt-1.0.5-1.fc10.${LINUX_RPM_ARCH}.rpm \ libXtst-1.0.3-3.fc9.${LINUX_RPM_ARCH}.rpm \ libXv-1.0.4-1.fc10.${LINUX_RPM_ARCH}.rpm \ libXvMC-1.0.4-5.fc10.${LINUX_RPM_ARCH}.rpm \ libXxf86dga-1.0.2-3.fc10.${LINUX_RPM_ARCH}.rpm \ libXxf86misc-1.0.1-6.fc10.${LINUX_RPM_ARCH}.rpm \ libXxf86vm-1.0.2-1.fc10.${LINUX_RPM_ARCH}.rpm \ libfontenc-1.0.4-6.fc10.${LINUX_RPM_ARCH}.rpm \ libxcb-1.1.91-5.fc10.${LINUX_RPM_ARCH}.rpm \ libxkbfile-1.0.4-5.fc9.${LINUX_RPM_ARCH}.rpm \ mesa-libGLw-6.5.1-5.fc9.${LINUX_RPM_ARCH}.rpm .if defined(PACKAGE_BUILDING) SRC_DISTFILES= libICE-1.0.4-4.fc10.src.rpm \ libFS-1.0.1-2.fc10.src.rpm \ libSM-1.1.0-2.fc10.src.rpm \ libX11-1.1.5-4.fc10.src.rpm \ libXScrnSaver-1.1.3-1.fc10.src.rpm \ libXTrap-1.0.0-6.fc10.src.rpm \ libXau-1.0.4-1.fc10.src.rpm \ libXaw-1.0.4-3.fc10.src.rpm \ libXcomposite-0.4.0-5.fc10.src.rpm \ libXcursor-1.1.9-3.fc10.src.rpm \ libXdamage-1.1.1-4.fc9.src.rpm \ libXdmcp-1.0.2-6.fc10.src.rpm \ libXevie-1.0.2-4.fc10.src.rpm \ libXext-1.0.4-1.fc9.src.rpm \ libXfixes-4.0.3-4.fc10.src.rpm \ libXfont-1.3.3-1.fc10.src.rpm \ libXft-2.1.13-1.fc10.src.rpm \ libXi-1.1.3-4.fc9.src.rpm \ libXinerama-1.0.3-2.fc10.src.rpm \ libXmu-1.0.4-1.fc9.src.rpm \ libXp-1.0.0-11.fc9.src.rpm \ libXpm-3.5.7-4.fc9.src.rpm \ libXrandr-1.2.3-1.fc10.src.rpm \ libXrender-0.9.4-3.fc9.src.rpm \ libXres-1.0.3-5.fc10.src.rpm \ libXt-1.0.5-1.fc10.src.rpm \ libXtst-1.0.3-3.fc9.src.rpm \ libXv-1.0.4-1.fc10.src.rpm \ libXvMC-1.0.4-5.fc10.src.rpm \ libXxf86dga-1.0.2-3.fc10.src.rpm \ libXxf86misc-1.0.1-6.fc10.src.rpm \ libXxf86vm-1.0.2-1.fc10.src.rpm \ libfontenc-1.0.4-6.fc10.src.rpm \ libxcb-1.1.91-5.fc10.src.rpm \ libxkbfile-1.0.4-5.fc9.src.rpm \ mesa-libGLw-6.5.1-5.fc9.src.rpm ALWAYS_KEEP_DISTFILES= YES .endif CONFLICTS= linux-xorg-libs-[0-9]* linux-f8-xorg-libs-[0-9]* MAINTAINER= emulation@FreeBSD.org COMMENT= Xorg libraries (Linux Fedora 10) +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= fontconfig -LINUX_DIST_VER= 10 + USE_LDCONFIG= yes post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/ld.so.conf.d @${INSTALL_DATA} ${FILESDIR}/xorg-x11-i386.conf ${STAGEDIR}${PREFIX}/etc/ld.so.conf.d .include Index: head/x11/linux-f10-xorg-libs/pkg-plist =================================================================== --- head/x11/linux-f10-xorg-libs/pkg-plist (revision 368844) +++ head/x11/linux-f10-xorg-libs/pkg-plist (revision 368845) @@ -1,520 +1,521 @@ @comment file listing etc/ld.so.conf.d/xorg-x11-i386.conf usr/lib/libFS.so.6 usr/lib/libFS.so.6.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.0 usr/lib/libX11-xcb.so.1 usr/lib/libX11-xcb.so.1.0.0 usr/lib/libX11.so.6 usr/lib/libX11.so.6.2.0 usr/lib/libXRes.so.1 usr/lib/libXRes.so.1.0.0 usr/lib/libXTrap.so.6 usr/lib/libXTrap.so.6.4.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.1.13 usr/lib/libXi.so.6 usr/lib/libXi.so.6.0.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.1.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-glx.so.0 usr/lib/libxcb-glx.so.0.0.0 usr/lib/libxcb-randr.so.0 usr/lib/libxcb-randr.so.0.0.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-xlib.so.0 usr/lib/libxcb-xlib.so.0.0.0 usr/lib/libxcb-xprint.so.0 usr/lib/libxcb-xprint.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.0.0 usr/lib/libxkbfile.so.1 usr/lib/libxkbfile.so.1.0.2 usr/share/X11/XErrorDB usr/share/X11/XKeysymDB usr/share/X11/locale/C/Compose usr/share/X11/locale/C/XI18N_OBJS usr/share/X11/locale/C/XLC_LOCALE usr/share/X11/locale/am_ET.UTF-8/Compose usr/share/X11/locale/am_ET.UTF-8/XI18N_OBJS usr/share/X11/locale/am_ET.UTF-8/XLC_LOCALE usr/share/X11/locale/armscii-8/Compose usr/share/X11/locale/armscii-8/XI18N_OBJS usr/share/X11/locale/armscii-8/XLC_LOCALE usr/share/X11/locale/compose.dir usr/share/X11/locale/el_GR.UTF-8/Compose usr/share/X11/locale/el_GR.UTF-8/XI18N_OBJS usr/share/X11/locale/el_GR.UTF-8/XLC_LOCALE usr/share/X11/locale/en_US.UTF-8/Compose usr/share/X11/locale/en_US.UTF-8/XI18N_OBJS usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE usr/share/X11/locale/georgian-academy/Compose usr/share/X11/locale/georgian-academy/XI18N_OBJS usr/share/X11/locale/georgian-academy/XLC_LOCALE usr/share/X11/locale/georgian-ps/Compose usr/share/X11/locale/georgian-ps/XI18N_OBJS usr/share/X11/locale/georgian-ps/XLC_LOCALE usr/share/X11/locale/ibm-cp1133/Compose usr/share/X11/locale/ibm-cp1133/XI18N_OBJS usr/share/X11/locale/ibm-cp1133/XLC_LOCALE usr/share/X11/locale/iscii-dev/Compose usr/share/X11/locale/iscii-dev/XI18N_OBJS usr/share/X11/locale/iscii-dev/XLC_LOCALE usr/share/X11/locale/isiri-3342/Compose usr/share/X11/locale/isiri-3342/XI18N_OBJS usr/share/X11/locale/isiri-3342/XLC_LOCALE usr/share/X11/locale/iso8859-1/Compose usr/share/X11/locale/iso8859-1/XI18N_OBJS usr/share/X11/locale/iso8859-1/XLC_LOCALE usr/share/X11/locale/iso8859-10/Compose usr/share/X11/locale/iso8859-10/XI18N_OBJS usr/share/X11/locale/iso8859-10/XLC_LOCALE usr/share/X11/locale/iso8859-11/Compose usr/share/X11/locale/iso8859-11/XI18N_OBJS usr/share/X11/locale/iso8859-11/XLC_LOCALE usr/share/X11/locale/iso8859-13/Compose usr/share/X11/locale/iso8859-13/XI18N_OBJS usr/share/X11/locale/iso8859-13/XLC_LOCALE usr/share/X11/locale/iso8859-14/Compose usr/share/X11/locale/iso8859-14/XI18N_OBJS usr/share/X11/locale/iso8859-14/XLC_LOCALE usr/share/X11/locale/iso8859-15/Compose usr/share/X11/locale/iso8859-15/XI18N_OBJS usr/share/X11/locale/iso8859-15/XLC_LOCALE usr/share/X11/locale/iso8859-2/Compose usr/share/X11/locale/iso8859-2/XI18N_OBJS usr/share/X11/locale/iso8859-2/XLC_LOCALE usr/share/X11/locale/iso8859-3/Compose usr/share/X11/locale/iso8859-3/XI18N_OBJS usr/share/X11/locale/iso8859-3/XLC_LOCALE usr/share/X11/locale/iso8859-4/Compose usr/share/X11/locale/iso8859-4/XI18N_OBJS usr/share/X11/locale/iso8859-4/XLC_LOCALE usr/share/X11/locale/iso8859-5/Compose usr/share/X11/locale/iso8859-5/XI18N_OBJS usr/share/X11/locale/iso8859-5/XLC_LOCALE usr/share/X11/locale/iso8859-6/Compose usr/share/X11/locale/iso8859-6/XI18N_OBJS usr/share/X11/locale/iso8859-6/XLC_LOCALE usr/share/X11/locale/iso8859-7/Compose usr/share/X11/locale/iso8859-7/XI18N_OBJS usr/share/X11/locale/iso8859-7/XLC_LOCALE usr/share/X11/locale/iso8859-8/Compose usr/share/X11/locale/iso8859-8/XI18N_OBJS usr/share/X11/locale/iso8859-8/XLC_LOCALE usr/share/X11/locale/iso8859-9/Compose usr/share/X11/locale/iso8859-9/XI18N_OBJS usr/share/X11/locale/iso8859-9/XLC_LOCALE usr/share/X11/locale/iso8859-9e/Compose usr/share/X11/locale/iso8859-9e/XI18N_OBJS usr/share/X11/locale/iso8859-9e/XLC_LOCALE usr/share/X11/locale/ja.JIS/Compose usr/share/X11/locale/ja.JIS/XI18N_OBJS usr/share/X11/locale/ja.JIS/XLC_LOCALE usr/share/X11/locale/ja.S90/Compose usr/share/X11/locale/ja.S90/XI18N_OBJS usr/share/X11/locale/ja.S90/XLC_LOCALE usr/share/X11/locale/ja.SJIS/Compose usr/share/X11/locale/ja.SJIS/XI18N_OBJS usr/share/X11/locale/ja.SJIS/XLC_LOCALE usr/share/X11/locale/ja.U90/Compose usr/share/X11/locale/ja.U90/XI18N_OBJS usr/share/X11/locale/ja.U90/XLC_LOCALE usr/share/X11/locale/ja/Compose usr/share/X11/locale/ja/XI18N_OBJS usr/share/X11/locale/ja/XLC_LOCALE usr/share/X11/locale/ja_JP.UTF-8/Compose usr/share/X11/locale/ja_JP.UTF-8/XI18N_OBJS usr/share/X11/locale/ja_JP.UTF-8/XLC_LOCALE usr/share/X11/locale/ko/Compose usr/share/X11/locale/ko/XI18N_OBJS usr/share/X11/locale/ko/XLC_LOCALE usr/share/X11/locale/ko_KR.UTF-8/Compose usr/share/X11/locale/ko_KR.UTF-8/XI18N_OBJS usr/share/X11/locale/ko_KR.UTF-8/XLC_LOCALE usr/share/X11/locale/koi8-c/Compose usr/share/X11/locale/koi8-c/XI18N_OBJS usr/share/X11/locale/koi8-c/XLC_LOCALE usr/share/X11/locale/koi8-r/Compose usr/share/X11/locale/koi8-r/XI18N_OBJS usr/share/X11/locale/koi8-r/XLC_LOCALE usr/share/X11/locale/koi8-u/Compose usr/share/X11/locale/koi8-u/XI18N_OBJS usr/share/X11/locale/koi8-u/XLC_LOCALE usr/share/X11/locale/locale.alias usr/share/X11/locale/locale.dir usr/share/X11/locale/microsoft-cp1251/Compose usr/share/X11/locale/microsoft-cp1251/XI18N_OBJS usr/share/X11/locale/microsoft-cp1251/XLC_LOCALE usr/share/X11/locale/microsoft-cp1255/Compose usr/share/X11/locale/microsoft-cp1255/XI18N_OBJS usr/share/X11/locale/microsoft-cp1255/XLC_LOCALE usr/share/X11/locale/microsoft-cp1256/Compose usr/share/X11/locale/microsoft-cp1256/XI18N_OBJS usr/share/X11/locale/microsoft-cp1256/XLC_LOCALE usr/share/X11/locale/mulelao-1/Compose usr/share/X11/locale/mulelao-1/XI18N_OBJS usr/share/X11/locale/mulelao-1/XLC_LOCALE usr/share/X11/locale/nokhchi-1/Compose usr/share/X11/locale/nokhchi-1/XI18N_OBJS usr/share/X11/locale/nokhchi-1/XLC_LOCALE usr/share/X11/locale/pt_BR.UTF-8/Compose usr/share/X11/locale/pt_BR.UTF-8/XI18N_OBJS usr/share/X11/locale/pt_BR.UTF-8/XLC_LOCALE usr/share/X11/locale/tatar-cyr/Compose usr/share/X11/locale/tatar-cyr/XI18N_OBJS usr/share/X11/locale/tatar-cyr/XLC_LOCALE usr/share/X11/locale/th_TH.UTF-8/Compose usr/share/X11/locale/th_TH.UTF-8/XI18N_OBJS usr/share/X11/locale/th_TH.UTF-8/XLC_LOCALE usr/share/X11/locale/th_TH/Compose usr/share/X11/locale/th_TH/XI18N_OBJS usr/share/X11/locale/th_TH/XLC_LOCALE usr/share/X11/locale/tscii-0/Compose usr/share/X11/locale/tscii-0/XI18N_OBJS usr/share/X11/locale/tscii-0/XLC_LOCALE usr/share/X11/locale/vi_VN.tcvn/Compose usr/share/X11/locale/vi_VN.tcvn/XI18N_OBJS usr/share/X11/locale/vi_VN.tcvn/XLC_LOCALE usr/share/X11/locale/vi_VN.viscii/Compose usr/share/X11/locale/vi_VN.viscii/XI18N_OBJS usr/share/X11/locale/vi_VN.viscii/XLC_LOCALE usr/share/X11/locale/zh_CN.UTF-8/Compose usr/share/X11/locale/zh_CN.UTF-8/XI18N_OBJS usr/share/X11/locale/zh_CN.UTF-8/XLC_LOCALE usr/share/X11/locale/zh_CN.gb18030/Compose usr/share/X11/locale/zh_CN.gb18030/XI18N_OBJS usr/share/X11/locale/zh_CN.gb18030/XLC_LOCALE usr/share/X11/locale/zh_CN.gbk/Compose usr/share/X11/locale/zh_CN.gbk/XI18N_OBJS usr/share/X11/locale/zh_CN.gbk/XLC_LOCALE usr/share/X11/locale/zh_CN/Compose usr/share/X11/locale/zh_CN/XI18N_OBJS usr/share/X11/locale/zh_CN/XLC_LOCALE usr/share/X11/locale/zh_HK.UTF-8/Compose usr/share/X11/locale/zh_HK.UTF-8/XI18N_OBJS usr/share/X11/locale/zh_HK.UTF-8/XLC_LOCALE usr/share/X11/locale/zh_HK.big5/Compose usr/share/X11/locale/zh_HK.big5/XI18N_OBJS usr/share/X11/locale/zh_HK.big5/XLC_LOCALE usr/share/X11/locale/zh_HK.big5hkscs/Compose usr/share/X11/locale/zh_HK.big5hkscs/XI18N_OBJS usr/share/X11/locale/zh_HK.big5hkscs/XLC_LOCALE usr/share/X11/locale/zh_TW.UTF-8/Compose usr/share/X11/locale/zh_TW.UTF-8/XI18N_OBJS usr/share/X11/locale/zh_TW.UTF-8/XLC_LOCALE usr/share/X11/locale/zh_TW.big5/Compose usr/share/X11/locale/zh_TW.big5/XI18N_OBJS usr/share/X11/locale/zh_TW.big5/XLC_LOCALE usr/share/X11/locale/zh_TW/Compose usr/share/X11/locale/zh_TW/XI18N_OBJS usr/share/X11/locale/zh_TW/XLC_LOCALE usr/share/doc/libFS-1.0.1/AUTHORS usr/share/doc/libFS-1.0.1/COPYING usr/share/doc/libFS-1.0.1/ChangeLog usr/share/doc/libFS-1.0.1/README usr/share/doc/libICE-1.0.4/AUTHORS usr/share/doc/libICE-1.0.4/COPYING usr/share/doc/libICE-1.0.4/ChangeLog usr/share/doc/libICE-1.0.4/README usr/share/doc/libSM-1.1.0/AUTHORS usr/share/doc/libSM-1.1.0/COPYING usr/share/doc/libSM-1.1.0/ChangeLog usr/share/doc/libSM-1.1.0/README usr/share/doc/libX11-1.1.5/AUTHORS usr/share/doc/libX11-1.1.5/COPYING usr/share/doc/libX11-1.1.5/ChangeLog usr/share/doc/libX11-1.1.5/NEWS usr/share/doc/libX11-1.1.5/README usr/share/doc/libXScrnSaver-1.1.3/AUTHORS usr/share/doc/libXScrnSaver-1.1.3/COPYING usr/share/doc/libXScrnSaver-1.1.3/ChangeLog usr/share/doc/libXScrnSaver-1.1.3/README usr/share/doc/libXTrap-1.0.0/AUTHORS usr/share/doc/libXTrap-1.0.0/COPYING usr/share/doc/libXTrap-1.0.0/ChangeLog usr/share/doc/libXTrap-1.0.0/README usr/share/doc/libXau-1.0.4/AUTHORS usr/share/doc/libXau-1.0.4/COPYING usr/share/doc/libXau-1.0.4/ChangeLog usr/share/doc/libXau-1.0.4/README usr/share/doc/libXaw-1.0.4/AUTHORS usr/share/doc/libXaw-1.0.4/COPYING usr/share/doc/libXaw-1.0.4/ChangeLog usr/share/doc/libXaw-1.0.4/README usr/share/doc/libXcomposite-0.4.0/AUTHORS usr/share/doc/libXcomposite-0.4.0/COPYING usr/share/doc/libXcomposite-0.4.0/ChangeLog usr/share/doc/libXcomposite-0.4.0/README usr/share/doc/libXcursor-1.1.9/AUTHORS usr/share/doc/libXcursor-1.1.9/COPYING usr/share/doc/libXcursor-1.1.9/ChangeLog usr/share/doc/libXcursor-1.1.9/README usr/share/doc/libXdamage-1.1.1/AUTHORS usr/share/doc/libXdamage-1.1.1/COPYING usr/share/doc/libXdamage-1.1.1/ChangeLog usr/share/doc/libXdamage-1.1.1/README usr/share/doc/libXdmcp-1.0.2/AUTHORS usr/share/doc/libXdmcp-1.0.2/COPYING usr/share/doc/libXdmcp-1.0.2/ChangeLog usr/share/doc/libXdmcp-1.0.2/README usr/share/doc/libXevie-1.0.2/AUTHORS usr/share/doc/libXevie-1.0.2/COPYING usr/share/doc/libXevie-1.0.2/ChangeLog usr/share/doc/libXevie-1.0.2/README usr/share/doc/libXext-1.0.4/AUTHORS usr/share/doc/libXext-1.0.4/COPYING usr/share/doc/libXext-1.0.4/ChangeLog usr/share/doc/libXfixes-4.0.3/AUTHORS usr/share/doc/libXfixes-4.0.3/COPYING usr/share/doc/libXfixes-4.0.3/ChangeLog usr/share/doc/libXfixes-4.0.3/README usr/share/doc/libXfont-1.3.3/AUTHORS usr/share/doc/libXfont-1.3.3/COPYING usr/share/doc/libXfont-1.3.3/ChangeLog usr/share/doc/libXft-2.1.13/AUTHORS usr/share/doc/libXft-2.1.13/COPYING usr/share/doc/libXft-2.1.13/ChangeLog usr/share/doc/libXft-2.1.13/README usr/share/doc/libXi-1.1.3/COPYING usr/share/doc/libXi-1.1.3/ChangeLog usr/share/doc/libXinerama-1.0.3/AUTHORS usr/share/doc/libXinerama-1.0.3/COPYING usr/share/doc/libXinerama-1.0.3/ChangeLog usr/share/doc/libXinerama-1.0.3/README usr/share/doc/libXmu-1.0.4/COPYING usr/share/doc/libXmu-1.0.4/ChangeLog usr/share/doc/libXmu-1.0.4/README usr/share/doc/libXp-1.0.0/AUTHORS usr/share/doc/libXp-1.0.0/COPYING usr/share/doc/libXp-1.0.0/ChangeLog usr/share/doc/libXp-1.0.0/INSTALL usr/share/doc/libXpm-3.5.7/AUTHORS usr/share/doc/libXpm-3.5.7/CHANGES usr/share/doc/libXpm-3.5.7/COPYING usr/share/doc/libXpm-3.5.7/ChangeLog usr/share/doc/libXrandr-1.2.3/AUTHORS usr/share/doc/libXrandr-1.2.3/COPYING usr/share/doc/libXrandr-1.2.3/ChangeLog usr/share/doc/libXrender-0.9.4/AUTHORS usr/share/doc/libXrender-0.9.4/COPYING usr/share/doc/libXrender-0.9.4/ChangeLog usr/share/doc/libXres-1.0.3/AUTHORS usr/share/doc/libXres-1.0.3/COPYING usr/share/doc/libXres-1.0.3/ChangeLog usr/share/doc/libXres-1.0.3/README usr/share/doc/libXt-1.0.5/COPYING usr/share/doc/libXt-1.0.5/ChangeLog usr/share/doc/libXtst-1.0.3/COPYING usr/share/doc/libXtst-1.0.3/ChangeLog usr/share/doc/libXv-1.0.4/AUTHORS usr/share/doc/libXv-1.0.4/COPYING usr/share/doc/libXv-1.0.4/ChangeLog usr/share/doc/libXvMC-1.0.4/AUTHORS usr/share/doc/libXvMC-1.0.4/COPYING usr/share/doc/libXvMC-1.0.4/ChangeLog usr/share/doc/libXvMC-1.0.4/README usr/share/doc/libXxf86dga-1.0.2/COPYING usr/share/doc/libXxf86dga-1.0.2/ChangeLog usr/share/doc/libXxf86misc-1.0.1/COPYING usr/share/doc/libXxf86misc-1.0.1/ChangeLog usr/share/doc/libXxf86vm-1.0.2/COPYING usr/share/doc/libXxf86vm-1.0.2/ChangeLog usr/share/doc/libfontenc-1.0.4/AUTHORS usr/share/doc/libfontenc-1.0.4/COPYING usr/share/doc/libfontenc-1.0.4/ChangeLog usr/share/doc/libfontenc-1.0.4/README usr/share/doc/libxkbfile-1.0.4/COPYING usr/share/doc/libxkbfile-1.0.4/ChangeLog usr/share/doc/mesa-libGLw-6.5.1/README usr/share/icons/default/index.theme @comment deal with empty directories installed by the port +@exec /bin/mkdir -p %D/usr/share/X11/app-defaults @dirrmtry usr/share/X11/app-defaults @comment non-empty directory listing in revers order @dirrm usr/share/icons/default @dirrm usr/share/doc/mesa-libGLw-6.5.1 @dirrm usr/share/doc/libxkbfile-1.0.4 @dirrm usr/share/doc/libfontenc-1.0.4 @dirrm usr/share/doc/libXxf86vm-1.0.2 @dirrm usr/share/doc/libXxf86misc-1.0.1 @dirrm usr/share/doc/libXxf86dga-1.0.2 @dirrm usr/share/doc/libXvMC-1.0.4 @dirrm usr/share/doc/libXv-1.0.4 @dirrm usr/share/doc/libXtst-1.0.3 @dirrm usr/share/doc/libXt-1.0.5 @dirrm usr/share/doc/libXres-1.0.3 @dirrm usr/share/doc/libXrender-0.9.4 @dirrm usr/share/doc/libXrandr-1.2.3 @dirrm usr/share/doc/libXpm-3.5.7 @dirrm usr/share/doc/libXp-1.0.0 @dirrm usr/share/doc/libXmu-1.0.4 @dirrm usr/share/doc/libXinerama-1.0.3 @dirrm usr/share/doc/libXi-1.1.3 @dirrm usr/share/doc/libXft-2.1.13 @dirrm usr/share/doc/libXfont-1.3.3 @dirrm usr/share/doc/libXfixes-4.0.3 @dirrm usr/share/doc/libXext-1.0.4 @dirrm usr/share/doc/libXevie-1.0.2 @dirrm usr/share/doc/libXdmcp-1.0.2 @dirrm usr/share/doc/libXdamage-1.1.1 @dirrm usr/share/doc/libXcursor-1.1.9 @dirrm usr/share/doc/libXcomposite-0.4.0 @dirrm usr/share/doc/libXaw-1.0.4 @dirrm usr/share/doc/libXau-1.0.4 @dirrm usr/share/doc/libXTrap-1.0.0 @dirrm usr/share/doc/libXScrnSaver-1.1.3 @dirrm usr/share/doc/libX11-1.1.5 @dirrm usr/share/doc/libSM-1.1.0 @dirrm usr/share/doc/libICE-1.0.4 @dirrm usr/share/doc/libFS-1.0.1 @dirrm usr/share/X11/locale/zh_TW.big5 @dirrm usr/share/X11/locale/zh_TW.UTF-8 @dirrm usr/share/X11/locale/zh_TW @dirrm usr/share/X11/locale/zh_HK.big5hkscs @dirrm usr/share/X11/locale/zh_HK.big5 @dirrm usr/share/X11/locale/zh_HK.UTF-8 @dirrm usr/share/X11/locale/zh_CN.gbk @dirrm usr/share/X11/locale/zh_CN.gb18030 @dirrm usr/share/X11/locale/zh_CN.UTF-8 @dirrm usr/share/X11/locale/zh_CN @dirrm usr/share/X11/locale/vi_VN.viscii @dirrm usr/share/X11/locale/vi_VN.tcvn @dirrm usr/share/X11/locale/tscii-0 @dirrm usr/share/X11/locale/th_TH.UTF-8 @dirrm usr/share/X11/locale/th_TH @dirrm usr/share/X11/locale/tatar-cyr @dirrm usr/share/X11/locale/pt_BR.UTF-8 @dirrm usr/share/X11/locale/nokhchi-1 @dirrm usr/share/X11/locale/mulelao-1 @dirrm usr/share/X11/locale/microsoft-cp1256 @dirrm usr/share/X11/locale/microsoft-cp1255 @dirrm usr/share/X11/locale/microsoft-cp1251 @dirrm usr/share/X11/locale/koi8-u @dirrm usr/share/X11/locale/koi8-r @dirrm usr/share/X11/locale/koi8-c @dirrm usr/share/X11/locale/ko_KR.UTF-8 @dirrm usr/share/X11/locale/ko @dirrm usr/share/X11/locale/ja_JP.UTF-8 @dirrm usr/share/X11/locale/ja.U90 @dirrm usr/share/X11/locale/ja.SJIS @dirrm usr/share/X11/locale/ja.S90 @dirrm usr/share/X11/locale/ja.JIS @dirrm usr/share/X11/locale/ja @dirrm usr/share/X11/locale/iso8859-9e @dirrm usr/share/X11/locale/iso8859-9 @dirrm usr/share/X11/locale/iso8859-8 @dirrm usr/share/X11/locale/iso8859-7 @dirrm usr/share/X11/locale/iso8859-6 @dirrm usr/share/X11/locale/iso8859-5 @dirrm usr/share/X11/locale/iso8859-4 @dirrm usr/share/X11/locale/iso8859-3 @dirrm usr/share/X11/locale/iso8859-2 @dirrm usr/share/X11/locale/iso8859-15 @dirrm usr/share/X11/locale/iso8859-14 @dirrm usr/share/X11/locale/iso8859-13 @dirrm usr/share/X11/locale/iso8859-11 @dirrm usr/share/X11/locale/iso8859-10 @dirrm usr/share/X11/locale/iso8859-1 @dirrm usr/share/X11/locale/isiri-3342 @dirrm usr/share/X11/locale/iscii-dev @dirrm usr/share/X11/locale/ibm-cp1133 @dirrm usr/share/X11/locale/georgian-ps @dirrm usr/share/X11/locale/georgian-academy @dirrm usr/share/X11/locale/en_US.UTF-8 @dirrm usr/share/X11/locale/el_GR.UTF-8 @dirrm usr/share/X11/locale/armscii-8 @dirrm usr/share/X11/locale/am_ET.UTF-8 @dirrm usr/share/X11/locale/C @dirrm usr/share/X11/locale @dirrm usr/share/X11 Index: head/x11-fonts/Makefile =================================================================== --- head/x11-fonts/Makefile (revision 368844) +++ head/x11-fonts/Makefile (revision 368845) @@ -1,183 +1,184 @@ # $FreeBSD$ # COMMENT = X11 fonts and font utilities SUBDIR += alef SUBDIR += alegreya-sans SUBDIR += alfont SUBDIR += andika SUBDIR += anonymous-pro SUBDIR += artwiz-aleczapka SUBDIR += artwiz-aleczapka-de SUBDIR += artwiz-aleczapka-se SUBDIR += artwiz-fonts SUBDIR += bdfresize SUBDIR += bdftopcf SUBDIR += bitstream-vera SUBDIR += bitter SUBDIR += c64bdf SUBDIR += cantarell-fonts SUBDIR += charis SUBDIR += charis-compact SUBDIR += clearsans SUBDIR += code2000 SUBDIR += code2001 SUBDIR += comfortaa-ttf SUBDIR += comic-neue SUBDIR += consolamono-ttf SUBDIR += croscorefonts-fonts-ttf SUBDIR += crosextrafonts-caladea-ttf SUBDIR += crosextrafonts-carlito-ttf SUBDIR += cyberbit-ttfonts SUBDIR += cyr-rfx SUBDIR += dejavu SUBDIR += dina SUBDIR += doulos SUBDIR += doulos-compact SUBDIR += droid-fonts-ttf SUBDIR += ecofont SUBDIR += encodings SUBDIR += fantasque-sans-mono SUBDIR += farsifonts SUBDIR += fira SUBDIR += fntsample SUBDIR += font-adobe-100dpi SUBDIR += font-adobe-75dpi SUBDIR += font-adobe-utopia-100dpi SUBDIR += font-adobe-utopia-75dpi SUBDIR += font-adobe-utopia-type1 SUBDIR += font-alias SUBDIR += font-arabic-misc SUBDIR += font-bh-100dpi SUBDIR += font-bh-75dpi SUBDIR += font-bh-lucidatypewriter-100dpi SUBDIR += font-bh-lucidatypewriter-75dpi SUBDIR += font-bh-ttf SUBDIR += font-bh-type1 SUBDIR += font-bitstream-100dpi SUBDIR += font-bitstream-75dpi SUBDIR += font-bitstream-speedo SUBDIR += font-bitstream-type1 SUBDIR += font-cronyx-cyrillic SUBDIR += font-cursor-misc SUBDIR += font-daewoo-misc SUBDIR += font-dec-misc SUBDIR += font-gost SUBDIR += font-ibm-type1 SUBDIR += font-isas-misc SUBDIR += font-jis-misc SUBDIR += font-manager SUBDIR += font-micro-misc SUBDIR += font-misc-cyrillic SUBDIR += font-misc-ethiopic SUBDIR += font-misc-meltho SUBDIR += font-misc-misc SUBDIR += font-mutt-misc SUBDIR += font-schumacher-misc SUBDIR += font-screen-cyrillic SUBDIR += font-sony-misc SUBDIR += font-sun-misc SUBDIR += font-util SUBDIR += font-winitzki-cyrillic SUBDIR += font-xfree86-type1 SUBDIR += fontcacheproto SUBDIR += fontconfig SUBDIR += fontconfig-reference SUBDIR += fontmatrix SUBDIR += fonts-indic SUBDIR += fonts-te SUBDIR += fontsproto SUBDIR += fonttosfnt SUBDIR += freefont-ttf SUBDIR += freefonts SUBDIR += fslsfonts SUBDIR += gbdfed SUBDIR += geminifonts SUBDIR += gentium-basic SUBDIR += gentium-plus SUBDIR += gfe SUBDIR += gnu-unifont SUBDIR += gnu-unifont-ttf SUBDIR += gohufont SUBDIR += hanazono-fonts-ttf SUBDIR += hasklig SUBDIR += inconsolata-lgc-ttf SUBDIR += inconsolata-ttf SUBDIR += indic-ttf SUBDIR += intlfonts SUBDIR += isabella SUBDIR += jmk-x11-fonts SUBDIR += junicode SUBDIR += kaputa SUBDIR += khmeros SUBDIR += lfpfonts-fix SUBDIR += lfpfonts-var SUBDIR += libFS SUBDIR += libXfont SUBDIR += libXfontcache SUBDIR += libXft SUBDIR += liberation-fonts-ttf SUBDIR += libfontenc + SUBDIR += linux-c6-fontconfig SUBDIR += linux-f10-fontconfig SUBDIR += linuxlibertine SUBDIR += linuxlibertine-g SUBDIR += lohit SUBDIR += manu-gothica SUBDIR += mgopen SUBDIR += mkbold SUBDIR += mkbold-mkitalic SUBDIR += mkfontdir SUBDIR += mkfontscale SUBDIR += mkitalic SUBDIR += mondulkiri SUBDIR += montecarlo_fonts SUBDIR += moveable-type-fonts SUBDIR += nexfontsel SUBDIR += noto SUBDIR += nucleus SUBDIR += p5-Font-AFM SUBDIR += p5-Font-TTF SUBDIR += p5-Font-TTFMetrics SUBDIR += p5-type1inst SUBDIR += padauk SUBDIR += paratype SUBDIR += pcf2bdf SUBDIR += pingwi SUBDIR += profont SUBDIR += proggy_fonts SUBDIR += proggy_fonts-ttf SUBDIR += py-bdflib SUBDIR += roboto-fonts-ttf SUBDIR += sgifonts SUBDIR += sharefonts SUBDIR += showfont SUBDIR += sourcecodepro-ttf SUBDIR += sourcesanspro-ttf SUBDIR += stix-fonts SUBDIR += suxus SUBDIR += terminus-font SUBDIR += tkfont SUBDIR += tmu SUBDIR += ttmkfdir SUBDIR += tv-fonts SUBDIR += ubuntu-font SUBDIR += urwfonts SUBDIR += urwfonts-ttf SUBDIR += vollkorn-ttf SUBDIR += webfonts SUBDIR += wqy SUBDIR += xf86bigfontproto SUBDIR += xfontsel SUBDIR += xfs SUBDIR += xfsinfo SUBDIR += xlsfonts SUBDIR += xorg-fonts SUBDIR += xorg-fonts-100dpi SUBDIR += xorg-fonts-75dpi SUBDIR += xorg-fonts-cyrillic SUBDIR += xorg-fonts-miscbitmaps SUBDIR += xorg-fonts-truetype SUBDIR += xorg-fonts-type1 .include Index: head/x11-fonts/linux-c6-fontconfig/Makefile =================================================================== --- head/x11-fonts/linux-c6-fontconfig/Makefile (nonexistent) +++ head/x11-fonts/linux-c6-fontconfig/Makefile (revision 368845) @@ -0,0 +1,35 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= fontconfig +PORTVERSION= 2.8.0 +CATEGORIES= x11-fonts linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= XML-based font configuration API for X Windows (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-fontconfig-[0-9]* linux-f8-fontconfig-[0-9]* linux-f10-fontconfig-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +RPMVERSION= 3.el6 +USE_LINUX= c6 +USE_LINUX_APPS= expat + +USE_LINUX_RPM= yes +BRANDELF_DIRS= usr/bin +USE_LDCONFIG= yes + +# We will use some other configuration file, so delete a linux one +# Don't let the linux fc-cache mess up the native cache file +post-extract: + @${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/share/fonts ${WRKSRC}/var \ + ${WRKSRC}/usr/bin/fc-cache \ + ${WRKSRC}/usr/share/man/man1/fc-cache.1.gz + +post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/etc + @${LN} -s ${LOCALBASE}/etc/fonts ${STAGEDIR}${PREFIX}/etc/ + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/x11-fonts/linux-c6-fontconfig/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-fonts/linux-c6-fontconfig/distinfo.i686 =================================================================== --- head/x11-fonts/linux-c6-fontconfig/distinfo.i686 (nonexistent) +++ head/x11-fonts/linux-c6-fontconfig/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/fontconfig-2.8.0-3.el6.i686.rpm) = 86730c2bebd675c9fec8856c54112a18371eff52a307f88534800b3c844e729f +SIZE (rpm/i686/centos/6.5/fontconfig-2.8.0-3.el6.i686.rpm) = 190816 +SHA256 (rpm/i686/centos/6.5/fontconfig-2.8.0-3.el6.src.rpm) = aac3289c48c430f1b563af790084c893d622ae58559923d9c7a35712606b6fb9 +SIZE (rpm/i686/centos/6.5/fontconfig-2.8.0-3.el6.src.rpm) = 1563078 Property changes on: head/x11-fonts/linux-c6-fontconfig/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-fonts/linux-c6-fontconfig/pkg-descr =================================================================== --- head/x11-fonts/linux-c6-fontconfig/pkg-descr (nonexistent) +++ head/x11-fonts/linux-c6-fontconfig/pkg-descr (revision 368845) @@ -0,0 +1,22 @@ +This is a Linux/i386 binary port of the Fontconfig library and utilities. + +In the words of its author, Keith Packard: + + Fontconfig can: + * discover new fonts when installed automatically, removing a common + source of configuration problems. + * perform font name substitution, so that appropriate alternative + fonts can be selected if fonts are missing. + * identify the set of fonts required to completely cover a set of + languages. + * have GUI configuration tools built as it uses an XML-based + configuration file (though with autodiscovery, we believe this need + is minimized). + * efficiently and quickly find the fonts you need among the set of + fonts you have installed, even if you have installed thousands of + fonts, while minimzing memory usage. + * be used in concert with the X Render Extension and FreeType to + implement high quality, anti-aliased and subpixel rendered text on a + display. + +WWW: http://freedesktop.org/software/fontconfig Property changes on: head/x11-fonts/linux-c6-fontconfig/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-fonts/linux-c6-fontconfig/pkg-plist =================================================================== --- head/x11-fonts/linux-c6-fontconfig/pkg-plist (nonexistent) +++ head/x11-fonts/linux-c6-fontconfig/pkg-plist (revision 368845) @@ -0,0 +1,22 @@ +@comment file listing +etc/fonts +usr/bin/fc-cat +usr/bin/fc-list +usr/bin/fc-match +usr/bin/fc-query +usr/bin/fc-scan +usr/lib/libfontconfig.so.1 +usr/lib/libfontconfig.so.1.4.4 +usr/share/doc/fontconfig-2.8.0/AUTHORS +usr/share/doc/fontconfig-2.8.0/COPYING +usr/share/doc/fontconfig-2.8.0/README +usr/share/doc/fontconfig-2.8.0/fontconfig-user.html +usr/share/doc/fontconfig-2.8.0/fontconfig-user.txt +usr/share/man/man1/fc-cat.1.gz +usr/share/man/man1/fc-list.1.gz +usr/share/man/man1/fc-match.1.gz +usr/share/man/man1/fc-query.1.gz +usr/share/man/man1/fc-scan.1.gz +usr/share/man/man5/fonts-conf.5.gz +@comment non-empty directory listing in revers order +@dirrm usr/share/doc/fontconfig-2.8.0 Property changes on: head/x11-fonts/linux-c6-fontconfig/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-fonts/linux-f10-fontconfig/Makefile =================================================================== --- head/x11-fonts/linux-f10-fontconfig/Makefile (revision 368844) +++ head/x11-fonts/linux-f10-fontconfig/Makefile (revision 368845) @@ -1,37 +1,37 @@ # Created by: bsam # $FreeBSD$ PORTNAME= fontconfig PORTVERSION= 2.6.0 +PORTREVISION= 1 CATEGORIES= x11-fonts linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= XML-based font configuration API for X Windows (Linux Fedora 10) CONFLICTS= linux-fontconfig-[0-9]* linux-f8-fontconfig-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= expat -LINUX_DIST_VER= 10 + RPMVERSION= 3.fc10 BRANDELF_DIRS= usr/bin USE_LDCONFIG= yes # We will use some other configuration file, so delete a linux one # Don't let the linux fc-cache mess up the native cache file post-extract: @${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/share/fonts ${WRKSRC}/var \ ${WRKSRC}/usr/bin/fc-cache \ ${WRKSRC}/usr/share/man/man1/fc-cache.1.gz post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc @${LN} -s ${LOCALBASE}/etc/fonts ${STAGEDIR}${PREFIX}/etc/ DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/x11-themes/Makefile =================================================================== --- head/x11-themes/Makefile (revision 368844) +++ head/x11-themes/Makefile (revision 368845) @@ -1,158 +1,159 @@ # $FreeBSD$ # COMMENT = X11 themes SUBDIR += audacious-skins SUBDIR += beastie SUBDIR += claws-mail-themes SUBDIR += clearlooks SUBDIR += clearlooks-metacity SUBDIR += clearlooks-phenix-theme SUBDIR += clearlooks-themes SUBDIR += clearlooks-themes-extras SUBDIR += cursor-chameleon-anthracite SUBDIR += cursor-chameleon-darkskyblue SUBDIR += cursor-chameleon-pearl SUBDIR += cursor-chameleon-skyblue SUBDIR += cursor-chameleon-white SUBDIR += cursor-crystal-theme SUBDIR += cursor-dmz-aa-theme SUBDIR += cursor-dmz-theme SUBDIR += cursor-ecliz SUBDIR += cursor-grounation-theme SUBDIR += cursor-jimmac-theme SUBDIR += cursor-neutral-theme SUBDIR += cursor-neutral-white-theme SUBDIR += cursor-polar-theme SUBDIR += e16-themes SUBDIR += emerald-themes SUBDIR += fluxbox-tenr-styles-pack SUBDIR += fvwm-themes SUBDIR += gnome-backgrounds SUBDIR += gnome-icons SUBDIR += gnome-icons-aqua-fusion SUBDIR += gnome-icons-crystal SUBDIR += gnome-icons-dropline-neu SUBDIR += gnome-icons-dropline-nou SUBDIR += gnome-icons-elementary SUBDIR += gnome-icons-faenza SUBDIR += gnome-icons-gentoo-test SUBDIR += gnome-icons-gion SUBDIR += gnome-icons-iris SUBDIR += gnome-icons-jini SUBDIR += gnome-icons-lila SUBDIR += gnome-icons-noia-full SUBDIR += gnome-icons-noia-warm SUBDIR += gnome-icons-refined SUBDIR += gnome-icons-slick SUBDIR += gnome-icons-snow-apple SUBDIR += gnome-icons-stylish SUBDIR += gnome-icons-ximian-south SUBDIR += gnome-themes SUBDIR += gnome-themes-extras SUBDIR += greybird-theme SUBDIR += gtk-aluminumalloy-cryogenic-theme SUBDIR += gtk-aluminumalloy-smog-theme SUBDIR += gtk-aluminumalloy-toxic-theme SUBDIR += gtk-aluminumalloy-volcanic-theme SUBDIR += gtk-aquaextremesunken-theme SUBDIR += gtk-aqualightblue-theme SUBDIR += gtk-aurora-engine SUBDIR += gtk-blueprint-engine SUBDIR += gtk-cleanice-engine SUBDIR += gtk-digital-cream-theme SUBDIR += gtk-digital-harmony-theme SUBDIR += gtk-engines2 SUBDIR += gtk-envy-theme SUBDIR += gtk-equinox-engine SUBDIR += gtk-flat-theme2 SUBDIR += gtk-gray-theme SUBDIR += gtk-lila-theme SUBDIR += gtk-lila-theme-extras SUBDIR += gtk-longhorninspirat-theme SUBDIR += gtk-milk-theme SUBDIR += gtk-murrina-aqua SUBDIR += gtk-murrina-fancy-clearlooks SUBDIR += gtk-murrina-lightblue SUBDIR += gtk-murrine-engine SUBDIR += gtk-murrine-themes SUBDIR += gtk-nodoka-engine SUBDIR += gtk-oxygen-engine SUBDIR += gtk-qnxtheme SUBDIR += gtk-qt4-engine SUBDIR += gtk-xfce-engine SUBDIR += gtk3-oxygen-engine SUBDIR += gtk3-unico-engine SUBDIR += icon-naming-utils SUBDIR += icons-human-azul SUBDIR += icons-tango SUBDIR += icons-tango-extras SUBDIR += irssi-themes SUBDIR += kde-gtk-config SUBDIR += kde-icons-black-and-white SUBDIR += kde-icons-cezanne SUBDIR += kde-icons-dark-glass SUBDIR += kde-icons-gartoon-blue-svg SUBDIR += kde-icons-gartoon-svg SUBDIR += kde-icons-graphite-rade8 SUBDIR += kde-icons-icosx SUBDIR += kde-icons-kool-gorilla SUBDIR += kde-icons-lime-rade8 SUBDIR += kde-icons-lush SUBDIR += kde-icons-noia SUBDIR += kde-icons-nuovext2 SUBDIR += kde-icons-nuvola SUBDIR += kde-icons-sky SUBDIR += kde-icons-umicons SUBDIR += kde4-base-artwork SUBDIR += kde4-icons-oxygen SUBDIR += kde4-style-bespin SUBDIR += kde4-style-nitrogen SUBDIR += kde4-style-oxygen-transparent SUBDIR += kde4-style-polyester SUBDIR += kde4-style-skulpture SUBDIR += kde4-wallpapers SUBDIR += kde4-wallpapers-freebsd SUBDIR += kde4-windeco-crystal SUBDIR += kde4-windeco-dekorator SUBDIR += kdeartwork4 + SUBDIR += linux-c6-hicolor-icon-theme SUBDIR += linux-f10-hicolor-icon-theme SUBDIR += linux-f10-qtcurve-gtk2 SUBDIR += linux-hicolor-icon-theme SUBDIR += lxappearance SUBDIR += lxde-icon-theme SUBDIR += mate-backgrounds SUBDIR += mate-icon-theme SUBDIR += mate-icon-theme-faenza SUBDIR += mate-themes SUBDIR += metacity-aluminumalloy-cryogenic-theme SUBDIR += metacity-aluminumalloy-smog-theme SUBDIR += metacity-aluminumalloy-toxic-theme SUBDIR += metacity-aluminumalloy-volcanic-theme SUBDIR += metacity-aquaextremesunken-theme SUBDIR += metacity-digital-cream-theme SUBDIR += metacity-digital-harmony-theme SUBDIR += metacity-longhorninspirat-theme SUBDIR += metacity-milk-theme SUBDIR += metacity-theme-microgui SUBDIR += metacity-themes SUBDIR += murrine-configurator SUBDIR += nimbus SUBDIR += numix-theme SUBDIR += openbox-themes SUBDIR += plank-theme-moka SUBDIR += qt4-style-float SUBDIR += qt4-style-phase SUBDIR += qt4-style-quantumstyle SUBDIR += qtcurve-gtk2 SUBDIR += qtcurve-kde4 SUBDIR += qtcurve-qt4 SUBDIR += rezlooks SUBDIR += sawfish-themes SUBDIR += slim-themes SUBDIR += thewidgetfactory SUBDIR += ubuntulooks SUBDIR += xcursor-themes .include Index: head/x11-themes/linux-c6-hicolor-icon-theme/Makefile =================================================================== --- head/x11-themes/linux-c6-hicolor-icon-theme/Makefile (nonexistent) +++ head/x11-themes/linux-c6-hicolor-icon-theme/Makefile (revision 368845) @@ -0,0 +1,27 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= hicolor-icon-theme +PORTVERSION= 0.5 +CATEGORIES= x11-themes linux +MASTER_SITES= # empty +DISTFILES= # empty +PKGNAMEPREFIX= linux-c6- + +MAINTAINER= emulation@FreeBSD.org +COMMENT= High-color icon theme shell from the FreeDesktop project + +CONFLICTS= linux-hicolor-icon-theme-[0-9]* linux-f8-hicolor-icon-theme-[0-9]* + +RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme + +NO_BUILD= yes +USE_LINUX= c6 +USE_LINUX_PREFIX= yes +PLIST_FILES= usr/share/icons/hicolor + +do-install: + ${INSTALL} -d ${STAGEDIR}${PREFIX}/usr/share/icons + ${LN} -fs ${LOCALBASE}/share/icons/hicolor ${STAGEDIR}${PREFIX}/usr/share/icons + +.include Property changes on: head/x11-themes/linux-c6-hicolor-icon-theme/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-themes/linux-c6-hicolor-icon-theme/pkg-descr =================================================================== --- head/x11-themes/linux-c6-hicolor-icon-theme/pkg-descr (nonexistent) +++ head/x11-themes/linux-c6-hicolor-icon-theme/pkg-descr (revision 368845) @@ -0,0 +1,6 @@ +The freedesktop.org project provides a shared high-color desktop +icon theme shell for use under both KDE and GNOME desktops. This +is a glue port providing a symlink so that linux apps find their +way around. + +WWW: http://www.freedesktop.org/Standards/icon-theme-spec Property changes on: head/x11-themes/linux-c6-hicolor-icon-theme/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-themes/linux-f10-hicolor-icon-theme/Makefile =================================================================== --- head/x11-themes/linux-f10-hicolor-icon-theme/Makefile (revision 368844) +++ head/x11-themes/linux-f10-hicolor-icon-theme/Makefile (revision 368845) @@ -1,27 +1,27 @@ # Created by: bsam # $FreeBSD$ PORTNAME= hicolor-icon-theme PORTVERSION= 0.5 CATEGORIES= x11-themes linux MASTER_SITES= # empty -PKGNAMEPREFIX= linux-f10- DISTFILES= # empty +PKGNAMEPREFIX= linux-f10- MAINTAINER= emulation@FreeBSD.org COMMENT= High-color icon theme shell from the FreeDesktop project CONFLICTS= linux-hicolor-icon-theme-[0-9]* linux-f8-hicolor-icon-theme-[0-9]* RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme NO_BUILD= yes -USE_LINUX= yes +USE_LINUX= f10 USE_LINUX_PREFIX= yes PLIST_FILES= usr/share/icons/hicolor do-install: ${INSTALL} -d ${STAGEDIR}${PREFIX}/usr/share/icons ${LN} -fs ${LOCALBASE}/share/icons/hicolor ${STAGEDIR}${PREFIX}/usr/share/icons .include Index: head/x11-themes/linux-f10-qtcurve-gtk2/Makefile =================================================================== --- head/x11-themes/linux-f10-qtcurve-gtk2/Makefile (revision 368844) +++ head/x11-themes/linux-f10-qtcurve-gtk2/Makefile (revision 368845) @@ -1,19 +1,19 @@ # $FreeBSD$ PORTNAME= qtcurve-gtk2 PORTVERSION= 0.69.2 PORTREVISION?= 1 CATEGORIES= x11-themes linux PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= QtCurve GTK2 Theme Engine (Linux Fedora 10) ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= gtk2 LINUX_DIST_VER= 10 RPMVERSION= 1.fc10 .include Index: head/x11-toolkits/Makefile =================================================================== --- head/x11-toolkits/Makefile (revision 368844) +++ head/x11-toolkits/Makefile (revision 368845) @@ -1,271 +1,276 @@ # $FreeBSD$ # COMMENT = X11 toolkits SUBDIR += SoXt SUBDIR += Xaw3d SUBDIR += attica SUBDIR += bakery SUBDIR += blt SUBDIR += bwidget SUBDIR += c++-gtk-utils SUBDIR += eel SUBDIR += elementary SUBDIR += flowcanvas SUBDIR += fltk SUBDIR += fltk-devel SUBDIR += fox14 SUBDIR += fox16 SUBDIR += fox17 SUBDIR += fpc-gnome1 SUBDIR += fpc-gtk1 SUBDIR += fpc-gtk2 SUBDIR += fpc-xforms SUBDIR += fxscintilla SUBDIR += gai SUBDIR += gal2 SUBDIR += gal2-reference SUBDIR += gdl SUBDIR += girara SUBDIR += gnocl SUBDIR += gnome-desktop-sharp20 SUBDIR += gnome-pty-helper SUBDIR += gnome-sharp20 SUBDIR += gnomemm SUBDIR += gnustep-back SUBDIR += gnustep-gui SUBDIR += granite SUBDIR += gstreamer-plugins-pango SUBDIR += gstreamer1-plugins-pango SUBDIR += gtk-sharp-beans SUBDIR += gtk-sharp10 SUBDIR += gtk-sharp20 SUBDIR += gtk12 SUBDIR += gtk20 SUBDIR += gtk20-reference SUBDIR += gtk30 SUBDIR += gtk30-reference SUBDIR += gtkada SUBDIR += gtkada3 SUBDIR += gtkdatabox SUBDIR += gtkextra2 SUBDIR += gtkglarea2 SUBDIR += gtkglext SUBDIR += gtkglextmm SUBDIR += gtkimageview SUBDIR += gtkmathview SUBDIR += gtkmm20 SUBDIR += gtkmm20-reference SUBDIR += gtkmm24 SUBDIR += gtkmm24-reference SUBDIR += gtkmm30 SUBDIR += gtkmm30-reference SUBDIR += gtksourceview SUBDIR += gtksourceview-reference SUBDIR += gtksourceview2 SUBDIR += gtksourceview2-reference SUBDIR += gtksourceview3 SUBDIR += gtksourceview3-reference SUBDIR += gtksourceviewmm3 SUBDIR += hippo-canvas SUBDIR += hs-GLURaw SUBDIR += hs-GLUT SUBDIR += hs-OpenGL SUBDIR += hs-OpenGLRaw SUBDIR += hs-gtk SUBDIR += hs-gtk2hs SUBDIR += hs-gtkglext SUBDIR += hs-gtksourceview2 SUBDIR += hs-pango SUBDIR += hs-vte SUBDIR += hs-wx SUBDIR += hs-wxc SUBDIR += hs-wxcore SUBDIR += hs-wxdirect SUBDIR += irrlicht SUBDIR += itk SUBDIR += iwidgets SUBDIR += lesstif SUBDIR += libXaw SUBDIR += libXmu SUBDIR += libXt SUBDIR += libbonoboui SUBDIR += libbonoboui-reference SUBDIR += libgdiplus SUBDIR += libgnomeprintui SUBDIR += libgnomeprintuimm SUBDIR += libgnomeui SUBDIR += libgnomeui-reference SUBDIR += libgnomeuimm26 SUBDIR += libgtksourceviewmm SUBDIR += libpanelappletmm SUBDIR += libsexy SUBDIR += libsexymm SUBDIR += libunique3 SUBDIR += libwnck SUBDIR += libwnck3 SUBDIR += libwnck-reference SUBDIR += libxaw3dxft SUBDIR += libxfce4gui SUBDIR += libzvt + SUBDIR += linux-c6-pango + SUBDIR += linux-c6-tk85 + SUBDIR += linux-c6-gtk2 + SUBDIR += linux-c6-qt47-x11 + SUBDIR += linux-c6-openmotif SUBDIR += linux-f10-blt SUBDIR += linux-f10-gtk2 SUBDIR += linux-f10-openmotif SUBDIR += linux-f10-pango SUBDIR += linux-f10-qt45 SUBDIR += linux-f10-tk85 SUBDIR += movingmotif SUBDIR += mowitz SUBDIR += mygui SUBDIR += neXtaw SUBDIR += nucleo SUBDIR += ocaml-lablgtk2 SUBDIR += open-motif SUBDIR += otk SUBDIR += p5-Alien-wxWidgets SUBDIR += p5-Glade2 SUBDIR += p5-Gnome2 SUBDIR += p5-Gnome2-Canvas SUBDIR += p5-Gnome2-VFS SUBDIR += p5-Gtk SUBDIR += p5-Gtk2 SUBDIR += p5-Gtk2-Chmod SUBDIR += p5-Gtk2-Ex-Dialogs SUBDIR += p5-Gtk2-Ex-FormFactory SUBDIR += p5-Gtk2-Ex-PodViewer SUBDIR += p5-Gtk2-Ex-Simple-List SUBDIR += p5-Gtk2-Ex-Utils SUBDIR += p5-Gtk2-GladeXML SUBDIR += p5-Gtk2-Html2 SUBDIR += p5-Gtk2-ImageView SUBDIR += p5-Gtk2-PathButtonBar SUBDIR += p5-Gtk2-TrayIcon SUBDIR += p5-Pango SUBDIR += p5-Prima SUBDIR += p5-Tk SUBDIR += p5-Tk-Action SUBDIR += p5-Tk-Autoscroll SUBDIR += p5-Tk-ColourChooser SUBDIR += p5-Tk-Contrib SUBDIR += p5-Tk-CursorControl SUBDIR += p5-Tk-DKW SUBDIR += p5-Tk-Date SUBDIR += p5-Tk-DynaTabFrame SUBDIR += p5-Tk-Enscript SUBDIR += p5-Tk-FileDialog SUBDIR += p5-Tk-FontDialog SUBDIR += p5-Tk-GBARR SUBDIR += p5-Tk-Getopt SUBDIR += p5-Tk-HistEntry SUBDIR += p5-Tk-JComboBox SUBDIR += p5-Tk-ResizeButton SUBDIR += p5-Tk-Role-Dialog SUBDIR += p5-Tk-Role-HasWidgets SUBDIR += p5-Tk-Splashscreen SUBDIR += p5-Tk-Sugar SUBDIR += p5-Tk-TableMatrix SUBDIR += p5-Tk-ToolBar SUBDIR += p5-Tk-WaitBox SUBDIR += p5-Wx SUBDIR += p5-Wx-Perl-ProcessStream SUBDIR += pango SUBDIR += pango-reference SUBDIR += pangomm SUBDIR += pangox-compat SUBDIR += pangoxsl SUBDIR += phat SUBDIR += plib SUBDIR += pure-gtk SUBDIR += pure-tk SUBDIR += py-Pmw SUBDIR += py-SquareMap SUBDIR += py-fltk SUBDIR += py-gnome-desktop SUBDIR += py-gnome-extras SUBDIR += py-gnome2 SUBDIR += py-gtk2 SUBDIR += py-gtkglext SUBDIR += py-gtksourceview SUBDIR += py-gui SUBDIR += py-kivy SUBDIR += py-kiwi SUBDIR += py-qt4-gui SUBDIR += py-sexy SUBDIR += py-tkinter SUBDIR += py-tktreectrl SUBDIR += py-traitsbackendwx SUBDIR += py-traitsgui SUBDIR += py-vte SUBDIR += py-wax SUBDIR += py-wxPython-common SUBDIR += py-wxPython28 SUBDIR += py-wxPython28-common SUBDIR += py-wxPython28-unicode SUBDIR += py-wxPython30 SUBDIR += py-xlib SUBDIR += qt4-declarative SUBDIR += qt4-gui SUBDIR += qt4pas SUBDIR += qt5-declarative SUBDIR += qt5-gui SUBDIR += qt5-quick SUBDIR += qt5-quickcontrols SUBDIR += qt5-widgets SUBDIR += qtada SUBDIR += qwt5 SUBDIR += qwt5-designerplugin SUBDIR += qwt6 SUBDIR += qwt6-designerplugin SUBDIR += rep-gtk2 SUBDIR += rubygem-gdk3 SUBDIR += rubygem-gtk2 SUBDIR += rubygem-gtk3 SUBDIR += rubygem-gtksourceview2 SUBDIR += rubygem-gtksourceview3 SUBDIR += rubygem-pango SUBDIR += rubygem-poppler SUBDIR += rubygem-vte SUBDIR += scintilla SUBDIR += sdl_pango SUBDIR += shared-desktop-ontologies SUBDIR += skinlf SUBDIR += slingshot SUBDIR += soqt SUBDIR += swt SUBDIR += swt-devel SUBDIR += termit SUBDIR += tile SUBDIR += tix SUBDIR += tk-wrapper SUBDIR += tk84 SUBDIR += tk85 SUBDIR += tk86 SUBDIR += tkdnd SUBDIR += tkshape SUBDIR += tktable SUBDIR += tktray SUBDIR += tktreectrl SUBDIR += unique SUBDIR += v SUBDIR += vdk SUBDIR += viewklass SUBDIR += vte SUBDIR += vte-reference SUBDIR += vte3 SUBDIR += vtkfox SUBDIR += wmapp SUBDIR += wxgtk28 SUBDIR += wxgtk28-common SUBDIR += wxgtk28-contrib SUBDIR += wxgtk28-contrib-common SUBDIR += wxgtk28-unicode SUBDIR += wxgtk28-unicode-contrib SUBDIR += wxgtk30 SUBDIR += xbae SUBDIR += xforms SUBDIR += xmhtml SUBDIR += xview SUBDIR += xview-clients .include Index: head/x11-toolkits/linux-c6-gtk2/Makefile =================================================================== --- head/x11-toolkits/linux-c6-gtk2/Makefile (nonexistent) +++ head/x11-toolkits/linux-c6-gtk2/Makefile (revision 368845) @@ -0,0 +1,27 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= gtk2 +PORTVERSION= 2.20.1 +CATEGORIES= x11-toolkits linux +DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}.${LINUX_RPM_ARCH}.rpm \ + ${PORTNAME}-engines-2.18.4-5.el6.${LINUX_DIST}.${LINUX_RPM_ARCH}.rpm \ + pixman-0.26.2-5.el6_4.${LINUX_RPM_ARCH}.rpm \ + jasper-libs-1.900.1-15.el6_1.1.${LINUX_RPM_ARCH}.rpm + +MAINTAINER= emulation@FreeBSD.org +COMMENT= GTK+ library, version 2.X (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-gtk2-[0-9]* linux-f8-gtk2-[0-9]* linux-f10-gtk2-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_APPS= png jpeg tiff xorglibs pango atk +USE_LINUX_RPM= yes +RPMVERSION= 4.el6 +BRANDELF_DIRS= usr/bin +USE_LDCONFIG= yes + +DESCR= ${.CURDIR}/../${PORTNAME}0/pkg-descr + +.include Property changes on: head/x11-toolkits/linux-c6-gtk2/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/linux-c6-gtk2/distinfo.i686 =================================================================== --- head/x11-toolkits/linux-c6-gtk2/distinfo.i686 (nonexistent) +++ head/x11-toolkits/linux-c6-gtk2/distinfo.i686 (revision 368845) @@ -0,0 +1,10 @@ +SHA256 (rpm/i686/centos/6.5/gtk2-2.20.1-4.el6.i686.rpm) = dc3cd02fb22fc14749e875e7ac4058835c4599502858fde6d22d6c85b2fb3202 +SIZE (rpm/i686/centos/6.5/gtk2-2.20.1-4.el6.i686.rpm) = 3450252 +SHA256 (rpm/i686/centos/6.5/gtk2-engines-2.18.4-5.el6.centos.i686.rpm) = 33ecb6ade9ff52e2c924c13db849f4b955f9bddd21225717bf2874a4a86575d8 +SIZE (rpm/i686/centos/6.5/gtk2-engines-2.18.4-5.el6.centos.i686.rpm) = 281788 +SHA256 (rpm/i686/centos/6.5/pixman-0.26.2-5.el6_4.i686.rpm) = 0f9e4f5ae1ebfd5e5bc2795621784a9c7371dabbfd961c12fada1076b98bc4e9 +SIZE (rpm/i686/centos/6.5/pixman-0.26.2-5.el6_4.i686.rpm) = 211108 +SHA256 (rpm/i686/centos/6.5/jasper-libs-1.900.1-15.el6_1.1.i686.rpm) = 17d7e61c236217c0287c67b3ac2212902e472f7ac4c859d033ee6e2465e264cb +SIZE (rpm/i686/centos/6.5/jasper-libs-1.900.1-15.el6_1.1.i686.rpm) = 139356 +SHA256 (rpm/i686/centos/6.5/gtk2-2.20.1-4.el6.src.rpm) = d6441e320e303d321288cd512d2ce2e8297d33bdc2f5b49fcb9dd8008f97cf5a +SIZE (rpm/i686/centos/6.5/gtk2-2.20.1-4.el6.src.rpm) = 19153141 Property changes on: head/x11-toolkits/linux-c6-gtk2/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/linux-c6-gtk2/pkg-plist =================================================================== --- head/x11-toolkits/linux-c6-gtk2/pkg-plist (nonexistent) +++ head/x11-toolkits/linux-c6-gtk2/pkg-plist (revision 368845) @@ -0,0 +1,270 @@ +usr/bin/gdk-pixbuf-query-loaders-32 +usr/bin/gtk-query-immodules-2.0-32 +usr/bin/gtk-update-icon-cache +usr/bin/update-gdk-pixbuf-loaders +usr/bin/update-gtk-immodules +usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so +usr/lib/gtk-2.0/2.10.0/engines/libcrux-engine.so +usr/lib/gtk-2.0/2.10.0/engines/libglide.so +usr/lib/gtk-2.0/2.10.0/engines/libhcengine.so +usr/lib/gtk-2.0/2.10.0/engines/libindustrial.so +usr/lib/gtk-2.0/2.10.0/engines/libmist.so +usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so +usr/lib/gtk-2.0/2.10.0/engines/libredmond95.so +usr/lib/gtk-2.0/2.10.0/engines/libthinice.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ani.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-icns.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ico.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jasper.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pcx.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pnm.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ras.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tga.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tiff.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-wbmp.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xbm.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so +usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-qtif.so +usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so +usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so +usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.so +usr/lib/gtk-2.0/modules/libferret.so +usr/lib/gtk-2.0/modules/libgail.so +usr/lib/libgailutil.so.18 +usr/lib/libgailutil.so.18.0.1 +usr/lib/libgdk-x11-2.0.so.0 +usr/lib/libgdk-x11-2.0.so.0.2000.1 +usr/lib/libgdk_pixbuf-2.0.so.0 +usr/lib/libgdk_pixbuf-2.0.so.0.2000.1 +usr/lib/libgdk_pixbuf_xlib-2.0.so.0 +usr/lib/libgdk_pixbuf_xlib-2.0.so.0.2000.1 +usr/lib/libgtk-x11-2.0.so.0 +usr/lib/libgtk-x11-2.0.so.0.2000.1 +usr/lib/libjasper.so.1 +usr/lib/libjasper.so.1.0.0 +usr/lib/libpixman-1.so.0 +usr/lib/libpixman-1.so.0.26.2 +usr/share/doc/gtk2-2.20.1/AUTHORS +usr/share/doc/gtk2-2.20.1/COPYING +usr/share/doc/gtk2-2.20.1/NEWS +usr/share/doc/gtk2-2.20.1/README +usr/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/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/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/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 +@comment deal with empty directories created by the port +@exec /bin/mkdir -p %D/etc/gtk-2.0/i386-redhat-linux-gnu +@exec /bin/mkdir -p %D/usr/lib/gtk-2.0/2.10.0/filesystems +@exec /bin/mkdir -p %D/usr/lib/gtk-2.0/modules +@dirrmtry etc/gtk-2.0/i386-redhat-linux-gnu +@dirrmtry usr/lib/gtk-2.0/2.10.0/engines +@dirrmtry usr/lib/gtk-2.0/2.10.0/filesystems +@dirrmtry usr/lib/gtk-2.0/modules +@dirrmtry usr/share/gtk-engines +@comment non-empty directory listing in revers order +@dirrm usr/share/themes/Default/gtk-2.0-key +@dirrm usr/share/themes/Default +@dirrm usr/share/themes/Raleigh/gtk-2.0 +@dirrm usr/share/themes/Raleigh +@dirrm usr/share/themes/Clearlooks/gtk-2.0 +@dirrm usr/share/themes/Clearlooks +@dirrm usr/share/themes/Crux/gtk-2.0 +@dirrm usr/share/themes/Crux +@dirrm usr/share/themes/Emacs/gtk-2.0-key +@dirrm usr/share/themes/Emacs +@dirrm usr/share/themes/Industrial/gtk-2.0 +@dirrm usr/share/themes/Industrial +@dirrm usr/share/themes/Mist/gtk-2.0 +@dirrm usr/share/themes/Mist +@dirrm usr/share/themes/ThinIce/gtk-2.0 +@dirrm usr/share/themes/ThinIce +@dirrm usr/share/doc/gtk2-2.20.1 +@dirrm usr/lib/gtk-2.0/immodules +@dirrm usr/lib/gtk-2.0/2.10.0/printbackends +@dirrm usr/lib/gtk-2.0/2.10.0/loaders +@dirrm usr/lib/gtk-2.0/2.10.0/immodules +@dirrm usr/lib/gtk-2.0/2.10.0/engines +@dirrm usr/lib/gtk-2.0/2.10.0 +@dirrm usr/lib/gtk-2.0 +@dirrm etc/gtk-2.0 +@exec chroot %D /usr/bin/gtk-query-immodules-2.0-32 > %D/etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules +@exec chroot %D /usr/bin/gdk-pixbuf-query-loaders-32 > %D/etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders Property changes on: head/x11-toolkits/linux-c6-gtk2/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/linux-c6-openmotif/Makefile =================================================================== --- head/x11-toolkits/linux-c6-openmotif/Makefile (nonexistent) +++ head/x11-toolkits/linux-c6-openmotif/Makefile (revision 368845) @@ -0,0 +1,25 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= openmotif +PORTVERSION= 2.3.3 +CATEGORIES= x11-toolkits linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Motif toolkit libraries (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-openmotif-[0-9]* linux-f8-openmotif-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +RPMVERSION= 6.1.el6_4 +USE_LINUX_RPM= yes +USE_LINUX_APPS= xorglibs +USE_LDCONFIG= yes +DESCR= ${.CURDIR}/../open-motif/pkg-descr + +post-extract: + @${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/bin ${WRKSRC}/usr/include \ + ${WRKSRC}/usr/share + +.include Property changes on: head/x11-toolkits/linux-c6-openmotif/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/linux-c6-openmotif/distinfo.i686 =================================================================== --- head/x11-toolkits/linux-c6-openmotif/distinfo.i686 (nonexistent) +++ head/x11-toolkits/linux-c6-openmotif/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/openmotif-2.3.3-6.1.el6_4.i686.rpm) = 8c0f4bb22a9dc324c512c8e3f9e32addb83e4a63a033e88c120fd1ff78e6ff32 +SIZE (rpm/i686/centos/6.5/openmotif-2.3.3-6.1.el6_4.i686.rpm) = 1416552 +SHA256 (rpm/i686/centos/6.5/openmotif-2.3.3-6.1.el6_4.src.rpm) = 4137bc1dd0ce8a0c6c3365b02e27c6531d76f8e21b38fa60523943d15d39c749 +SIZE (rpm/i686/centos/6.5/openmotif-2.3.3-6.1.el6_4.src.rpm) = 6056057 Property changes on: head/x11-toolkits/linux-c6-openmotif/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/linux-c6-openmotif/pkg-descr =================================================================== --- head/x11-toolkits/linux-c6-openmotif/pkg-descr (nonexistent) +++ head/x11-toolkits/linux-c6-openmotif/pkg-descr (revision 368845) @@ -0,0 +1 @@ +Open Motif runtime libraries for the Linux emulation environment. Property changes on: head/x11-toolkits/linux-c6-openmotif/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/linux-c6-openmotif/pkg-plist =================================================================== --- head/x11-toolkits/linux-c6-openmotif/pkg-plist (nonexistent) +++ head/x11-toolkits/linux-c6-openmotif/pkg-plist (revision 368845) @@ -0,0 +1,6 @@ +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 Property changes on: head/x11-toolkits/linux-c6-openmotif/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/linux-c6-pango/Makefile =================================================================== --- head/x11-toolkits/linux-c6-pango/Makefile (nonexistent) +++ head/x11-toolkits/linux-c6-pango/Makefile (revision 368845) @@ -0,0 +1,24 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= pango +PORTVERSION= 1.28.1 +CATEGORIES= x11-toolkits linux + +MAINTAINER= emulation@FreeBSD.org + +COMMENT= Pango library (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-pango-[0-9]* linux-f10-pango-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_APPS= cairo expat fontconfig xorglibs +USE_LINUX_RPM= yes +RPMVERSION= 7.el6_3 +BRANDELF_FILES= usr/bin/pango-querymodules-32 +USE_LDCONFIG= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/x11-toolkits/linux-c6-pango/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/linux-c6-pango/distinfo.i686 =================================================================== --- head/x11-toolkits/linux-c6-pango/distinfo.i686 (nonexistent) +++ head/x11-toolkits/linux-c6-pango/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/pango-1.28.1-7.el6_3.i686.rpm) = 500c64427d59d6a4bb45e9c38cef3337e8f92939497aa9538c6d986708474bc6 +SIZE (rpm/i686/centos/6.5/pango-1.28.1-7.el6_3.i686.rpm) = 358140 +SHA256 (rpm/i686/centos/6.5/pango-1.28.1-7.el6_3.src.rpm) = 6c5fa89fc3513c7f8990fb168d2a8618c0df6ed541b8e06db3d8b6adc7942302 +SIZE (rpm/i686/centos/6.5/pango-1.28.1-7.el6_3.src.rpm) = 1440874 Property changes on: head/x11-toolkits/linux-c6-pango/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/linux-c6-pango/pkg-plist =================================================================== --- head/x11-toolkits/linux-c6-pango/pkg-plist (nonexistent) +++ head/x11-toolkits/linux-c6-pango/pkg-plist (revision 368845) @@ -0,0 +1,42 @@ +@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 Property changes on: head/x11-toolkits/linux-c6-pango/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/linux-c6-qt47-x11/Makefile =================================================================== --- head/x11-toolkits/linux-c6-qt47-x11/Makefile (nonexistent) +++ head/x11-toolkits/linux-c6-qt47-x11/Makefile (revision 368845) @@ -0,0 +1,39 @@ +# Created by: Artyom Mirgorodskiy +# $FreeBSD$ + +PORTNAME= qt47-x11 +PORTVERSION= 4.7.2 +CATEGORIES= x11-toolkits linux +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= xmj +DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/centos/c5 + +MAINTAINER= emulation@FreeBSD.org +COMMENT= RPM of QT4 (Linux CentOS 5) + +ONLY_FOR_ARCHS= i386 amd64 +SRC_DISTFILES:= # unretrievable. + +USE_LINUX= c6 +USE_LDCONFIG= yes +LINUX_DIST_VER= 5 + +OPTIONS_DEFINE= NVIDIA_GL +NVIDIA_GL_DESC= Use GL driver from nvidia-driver +NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver + +USE_LINUX_APPS= fontconfig png xorglibs png alsalib jpeg tiff qt47 +USE_LINUX_RPM= yes +RPMVERSION= 1_18.el5 +LINUX_RPM_ARCH= i386 + +.include + +.if ! ${PORT_OPTIONS:MNVIDIA_GL} +USE_LINUX_APPS+= dri +.endif + + +DESCR= ${.CURDIR}/../../devel/qt4/pkg-descr + +.include Property changes on: head/x11-toolkits/linux-c6-qt47-x11/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/linux-c6-qt47-x11/distinfo.i386 =================================================================== --- head/x11-toolkits/linux-c6-qt47-x11/distinfo.i386 (nonexistent) +++ head/x11-toolkits/linux-c6-qt47-x11/distinfo.i386 (revision 368845) @@ -0,0 +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 Property changes on: head/x11-toolkits/linux-c6-qt47-x11/distinfo.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/linux-c6-qt47-x11/pkg-plist =================================================================== --- head/x11-toolkits/linux-c6-qt47-x11/pkg-plist (nonexistent) +++ head/x11-toolkits/linux-c6-qt47-x11/pkg-plist (revision 368845) @@ -0,0 +1,133 @@ +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 +@dirrmtry usr/lib/qt47/bin +@dirrmtry usr/lib/qt47/imports +@dirrmtry usr/lib/qt47/imports/Qt/labs/folderlistmodel +@dirrmtry usr/lib/qt47/imports/Qt/labs/gestures +@dirrmtry usr/lib/qt47/imports/Qt/labs/particles +@dirrmtry usr/lib/qt47/imports/Qt/labs +@dirrmtry usr/lib/qt47/imports/Qt +@dirrmtry usr/lib/qt47/plugins/accessible +@dirrmtry usr/lib/qt47/plugins/bearer +@dirrmtry usr/lib/qt47/plugins/codecs +@dirrmtry usr/lib/qt47/plugins/designer +@dirrmtry usr/lib/qt47/plugins/graphicssystems +@dirrmtry usr/lib/qt47/plugins/gui_platform +@dirrmtry usr/lib/qt47/plugins/iconengines +@dirrmtry usr/lib/qt47/plugins/imageformats +@dirrmtry usr/lib/qt47/plugins/inputmethods +@dirrmtry usr/lib/qt47/plugins/phonon_backend +@dirrmtry usr/lib/qt47/plugins/qmltooling +@dirrmtry usr/lib/qt47/plugins/script +@dirrmtry usr/lib/qt47/plugins/styles +@dirrmtry usr/lib/qt47/plugins +@dirrmtry usr/lib/qt47 +@dirrmtry usr/share/icons/hicolor/128x128/apps +@dirrmtry usr/share/icons/hicolor/128x128 +@dirrmtry usr/share/icons/hicolor/48x48/apps +@dirrmtry usr/share/icons/hicolor/48x48 +@dirrmtry usr/share/icons/hicolor +@dirrmtry usr/share/dbus-1/interfaces +@dirrmtry usr/share/dbus-1 +@dirrmtry usr/share/kde4/services/phononbackends +@dirrmtry usr/share/kde4/services +@dirrmtry usr/share/kde4 +@dirrmtry usr/share/qt47/translations +@dirrmtry usr/share/qt47 Property changes on: head/x11-toolkits/linux-c6-qt47-x11/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/linux-c6-tk85/Makefile =================================================================== --- head/x11-toolkits/linux-c6-tk85/Makefile (nonexistent) +++ head/x11-toolkits/linux-c6-tk85/Makefile (revision 368845) @@ -0,0 +1,25 @@ +# Created by: bsam +# $FreeBSD$ + +PORTNAME= tk +PORTVERSION= 8.5.7 +CATEGORIES= x11-toolkits linux +PKGNAMESUFFIX= 85 + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Graphical toolkit for TCL (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-tk85-[0-9]* + +USE_LINUX= c6 +USE_LINUX_RPM= yes +USE_LINUX_APPS= xorglibs + +RPMVERSION= 5.el6 +BRANELF_FILES= #usr/bin/wish8.5 +USE_LDCONFIG= yes + +DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr + + +.include Property changes on: head/x11-toolkits/linux-c6-tk85/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/linux-c6-tk85/distinfo.i686 =================================================================== --- head/x11-toolkits/linux-c6-tk85/distinfo.i686 (nonexistent) +++ head/x11-toolkits/linux-c6-tk85/distinfo.i686 (revision 368845) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/tk-8.5.7-5.el6.i686.rpm) = fc4c9a0a4740526e8a504c9e173a554785ae400a09394d745d50a53a75e9b16b +SIZE (rpm/i686/centos/6.5/tk-8.5.7-5.el6.i686.rpm) = 1470636 +SHA256 (rpm/i686/centos/6.5/tk-8.5.7-5.el6.src.rpm) = 4e0c8c5ffded8eebde2e150563ff750844465aee87a0482edc5f2dbb8dabb167 +SIZE (rpm/i686/centos/6.5/tk-8.5.7-5.el6.src.rpm) = 3803543 Property changes on: head/x11-toolkits/linux-c6-tk85/distinfo.i686 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/linux-c6-tk85/pkg-plist =================================================================== --- head/x11-toolkits/linux-c6-tk85/pkg-plist (nonexistent) +++ head/x11-toolkits/linux-c6-tk85/pkg-plist (revision 368845) @@ -0,0 +1,276 @@ +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 +@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/lib/tk8.5 +@dirrmtry usr/lib +@dirrmtry usr/bin +@dirrmtry usr Property changes on: head/x11-toolkits/linux-c6-tk85/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/linux-f10-blt/Makefile =================================================================== --- head/x11-toolkits/linux-f10-blt/Makefile (revision 368844) +++ head/x11-toolkits/linux-f10-blt/Makefile (revision 368845) @@ -1,21 +1,21 @@ # Created by: Stas Timoknin # $FreeBSD$ PORTNAME= blt PORTVERSION= 2.4 +PORTREVISION= 1 CATEGORIES= x11-toolkits linux -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= devel@stasyan.com COMMENT= BLT widget extension to Tcl/Tk scripting language development (Linux Fedora 10) +USE_LINUX= f10 USE_LINUX_RPM= yes -USE_LINUX_APPS= tcl84 tk84 xorglibs -LINUX_DIST_VER= 10 +USE_LINUX_APPS= tcl85 tk85 xorglibs + RPMVERSION= 28.z.fc10 USE_LDCONFIG= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" TCLVERSION="8.5" .include Index: head/x11-toolkits/linux-f10-gtk2/Makefile =================================================================== --- head/x11-toolkits/linux-f10-gtk2/Makefile (revision 368844) +++ head/x11-toolkits/linux-f10-gtk2/Makefile (revision 368845) @@ -1,50 +1,52 @@ # Created by: bsam # $FreeBSD$ PORTNAME= gtk2 PORTVERSION= 2.14.7 PORTREVISION= 5 CATEGORIES= x11-toolkits linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- + DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}.${LINUX_RPM_ARCH}.rpm \ ${PORTNAME}-engines-2.16.1-1.fc10.${LINUX_RPM_ARCH}.rpm \ gtk-murrine-engine-0.53.1-3.fc10.${LINUX_RPM_ARCH}.rpm \ gtk-nodoka-engine-0.7.2-1.fc10.${LINUX_RPM_ARCH}.rpm \ gtk-qt-engine-1.1-2.fc10.${LINUX_RPM_ARCH}.rpm \ gtk-rezlooks-engine-0.6-6.fc9.${LINUX_RPM_ARCH}.rpm \ gtk-xfce-engine-2.4.3-1.fc10.${LINUX_RPM_ARCH}.rpm \ pixman-0.12.0-3.fc10.${LINUX_RPM_ARCH}.rpm \ jasper-libs-1.900.1-8.fc9.${LINUX_RPM_ARCH}.rpm MAINTAINER= emulation@FreeBSD.org COMMENT= GTK+ library, version 2.X (Linux Fedora 10) CONFLICTS= linux-gtk2-[0-9]* linux-f8-gtk2-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes # these libraries are required by gtk-query-immodules-2.0 or # gdk-pixbuf-query-loaders USE_LINUX_APPS= atk jpeg pango png tiff xorglibs -LINUX_DIST_VER= 10 + RPMVERSION= 9.fc10 BRANDELF_DIRS= usr/bin USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}0/pkg-descr SRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}.src.rpm \ ${PORTNAME}-engines-2.16.1-1.fc10.src.rpm \ gtk-murrine-engine-0.53.1-3.fc10.src.rpm \ gtk-nodoka-engine-0.7.2-1.fc10.src.rpm \ gtk-qt-engine-1.1-2.fc10.src.rpm \ gtk-rezlooks-engine-0.6-6.fc9.src.rpm \ gtk-xfce-engine-2.4.3-1.fc10.src.rpm \ pixman-0.12.0-3.fc10.src.rpm \ jasper-1.900.1-8.fc9.src.rpm post-install: ${RM} ${STAGEDIR}${PREFIX}/usr/lib/gtk-2.0/modules/libferret.la ${RM} ${STAGEDIR}${PREFIX}/usr/lib/gtk-2.0/modules/libgail.la + .include Index: head/x11-toolkits/linux-f10-openmotif/Makefile =================================================================== --- head/x11-toolkits/linux-f10-openmotif/Makefile (revision 368844) +++ head/x11-toolkits/linux-f10-openmotif/Makefile (revision 368845) @@ -1,30 +1,28 @@ # Created by: Boris Samorodov # $FreeBSD$ PORTNAME= openmotif PORTVERSION= 2.3.3 CATEGORIES= x11-toolkits linux MASTER_SITES= ftp://ftp.ics.com/openmotif/2.3/${PORTVERSION}/ \ CRITICAL/rpm -PKGNAMEPREFIX= linux-f10- -EXTRACT_SUFX= -1.fc10.i386.rpm -DIST_SUBDIR= rpm MAINTAINER= emulation@FreeBSD.org COMMENT= Motif toolkit Linux libraries CONFLICTS= linux-openmotif-[0-9]* linux-f8-openmotif-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 +RPMVERSION= 1.fc10 USE_LINUX_RPM= yes USE_LINUX_APPS= xorglibs -LINUX_DIST_VER= 10 USE_LDCONFIG= yes SRC_DISTFILES= DISTINFO_FILE= ${MASTERDIR}/distinfo.i386 post-extract: @${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/bin ${WRKSRC}/usr/include \ ${WRKSRC}/usr/share ${WRKSRC}/usr/lib/X11 .include Index: head/x11-toolkits/linux-f10-openmotif/distinfo.i386 =================================================================== --- head/x11-toolkits/linux-f10-openmotif/distinfo.i386 (revision 368844) +++ head/x11-toolkits/linux-f10-openmotif/distinfo.i386 (revision 368845) @@ -1,2 +1,2 @@ -SHA256 (rpm/openmotif-2.3.3-1.fc10.i386.rpm) = c15ee86177686112f7c172c2ae815644330f99e43a290e94af6d255468ebca65 -SIZE (rpm/openmotif-2.3.3-1.fc10.i386.rpm) = 1602050 +SHA256 (rpm/i386/fedora/10/openmotif-2.3.3-1.fc10.i386.rpm) = c15ee86177686112f7c172c2ae815644330f99e43a290e94af6d255468ebca65 +SIZE (rpm/i386/fedora/10/openmotif-2.3.3-1.fc10.i386.rpm) = 1602050 Index: head/x11-toolkits/linux-f10-pango/Makefile =================================================================== --- head/x11-toolkits/linux-f10-pango/Makefile (revision 368844) +++ head/x11-toolkits/linux-f10-pango/Makefile (revision 368845) @@ -1,30 +1,28 @@ # Created by: bsam # $FreeBSD$ PORTNAME= pango PORTVERSION= 1.28.3 -DISTVERSIONSUFFIX= -1.fc10 PORTREVISION= 1 CATEGORIES= x11-toolkits linux MASTER_SITES= LOCAL MASTER_SITE_SUBDIR= netchild/rpms/${LINUX_DIST}${LINUX_DIST_VER} MASTER_SITE_SRC_SUBDIR= netchild/rpms/${LINUX_DIST}${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- MAINTAINER= emulation@FreeBSD.org COMMENT= Pango library (Linux Fedora 10) CONFLICTS= linux-pango-[0-9]* linux-f8-pango-[0-9]* ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= f10 USE_LINUX_RPM= yes # these libraries are required by pango-querymodules USE_LINUX_APPS= cairo expat fontconfig xorglibs -LINUX_DIST_VER= 10 RPMVERSION= 1.fc10 BRANDELF_FILES= usr/bin/pango-querymodules-32 USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include Index: head/x11-toolkits/linux-f10-qt45/Makefile =================================================================== --- head/x11-toolkits/linux-f10-qt45/Makefile (revision 368844) +++ head/x11-toolkits/linux-f10-qt45/Makefile (revision 368845) @@ -1,22 +1,23 @@ # $FreeBSD$ PORTNAME= ${LINUX_NAME}45 PORTVERSION= 4.5.3 CATEGORIES= x11-toolkits linux MASTER_SITES= http://archives.fedoraproject.org/pub/archive/fedora/linux/updates/10/i386/ \ http://archives.fedoraproject.org/pub/archive/fedora/linux/updates/10/SRPMS/ -PKGNAMEPREFIX= linux-f10- -DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} +DISTNAME= qt-${PORTVERSION}-${RPMVERSION} + MAINTAINER= emulation@FreeBSD.org COMMENT= RPM of QT4 (Linux Fedora 10) +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= fontconfig libmng png LINUX_NAME= qt -LINUX_DIST_VER= 10 + RPMVERSION= 9.fc10 USE_LDCONFIG= yes PLIST= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH} .include Index: head/x11-toolkits/linux-f10-qt45/pkg-plist.i386 =================================================================== --- head/x11-toolkits/linux-f10-qt45/pkg-plist.i386 (revision 368844) +++ head/x11-toolkits/linux-f10-qt45/pkg-plist.i386 (revision 368845) @@ -1,118 +1,122 @@ etc/Trolltech.conf usr/bin/qdbus usr/lib/libQtCore.so.4.5.3 usr/lib/libQtDBus.so.4.5.3 usr/lib/libQtNetwork.so.4.5.3 usr/lib/libQtScript.so.4.5.3 usr/lib/libQtSql.so.4.5.3 usr/lib/libQtTest.so.4.5.3 usr/lib/libQtXml.so.4.5.3 usr/lib/libQtXmlPatterns.so.4.5.3 usr/lib/libQtCore.so.4.5 usr/lib/libQtDBus.so.4.5 usr/lib/libQtNetwork.so.4.5 usr/lib/libQtScript.so.4.5 usr/lib/libQtSql.so.4.5 usr/lib/libQtTest.so.4.5 usr/lib/libQtXml.so.4.5 usr/lib/libQtXmlPatterns.so.4.5 usr/lib/libQtCore.so.4 usr/lib/libQtDBus.so.4 usr/lib/libQtNetwork.so.4 usr/lib/libQtScript.so.4 usr/lib/libQtSql.so.4 usr/lib/libQtTest.so.4 usr/lib/libQtXml.so.4 usr/lib/libQtXmlPatterns.so.4 usr/lib/qt4/bin/qdbus usr/lib/qt4/phrasebooks/danish.qph usr/lib/qt4/phrasebooks/dutch.qph usr/lib/qt4/phrasebooks/finnish.qph usr/lib/qt4/phrasebooks/french.qph usr/lib/qt4/phrasebooks/german.qph usr/lib/qt4/phrasebooks/italian.qph usr/lib/qt4/phrasebooks/japanese.qph usr/lib/qt4/phrasebooks/norwegian.qph usr/lib/qt4/phrasebooks/polish.qph usr/lib/qt4/phrasebooks/russian.qph usr/lib/qt4/phrasebooks/spanish.qph usr/lib/qt4/phrasebooks/swedish.qph usr/share/doc/qt-4.5.3/LGPL_EXCEPTION.txt usr/share/doc/qt-4.5.3/LICENSE.GPL3 usr/share/doc/qt-4.5.3/LICENSE.LGPL usr/share/doc/qt-4.5.3/README usr/share/doc/qt-4.5.3/README.kde-qt usr/share/qt4/translations/assistant_adp_de.qm usr/share/qt4/translations/assistant_adp_ja.qm usr/share/qt4/translations/assistant_adp_pl.qm usr/share/qt4/translations/assistant_adp_ru.qm usr/share/qt4/translations/assistant_adp_untranslated.qm usr/share/qt4/translations/assistant_adp_zh_CN.qm usr/share/qt4/translations/assistant_adp_zh_TW.qm usr/share/qt4/translations/assistant_da.qm usr/share/qt4/translations/assistant_de.qm usr/share/qt4/translations/assistant_ja.qm usr/share/qt4/translations/assistant_pl.qm usr/share/qt4/translations/assistant_ru.qm usr/share/qt4/translations/assistant_untranslated.qm usr/share/qt4/translations/assistant_zh_CN.qm usr/share/qt4/translations/assistant_zh_TW.qm usr/share/qt4/translations/designer_de.qm usr/share/qt4/translations/designer_ja.qm usr/share/qt4/translations/designer_pl.qm usr/share/qt4/translations/designer_ru.qm usr/share/qt4/translations/designer_untranslated.qm usr/share/qt4/translations/designer_zh_CN.qm usr/share/qt4/translations/designer_zh_TW.qm usr/share/qt4/translations/linguist_de.qm usr/share/qt4/translations/linguist_fr.qm usr/share/qt4/translations/linguist_ja.qm usr/share/qt4/translations/linguist_pl.qm usr/share/qt4/translations/linguist_ru.qm usr/share/qt4/translations/linguist_untranslated.qm usr/share/qt4/translations/linguist_zh_CN.qm usr/share/qt4/translations/linguist_zh_TW.qm usr/share/qt4/translations/qt_ar.qm usr/share/qt4/translations/qt_da.qm usr/share/qt4/translations/qt_de.qm usr/share/qt4/translations/qt_es.qm usr/share/qt4/translations/qt_fr.qm usr/share/qt4/translations/qt_help_da.qm usr/share/qt4/translations/qt_help_de.qm usr/share/qt4/translations/qt_help_ja.qm usr/share/qt4/translations/qt_help_pl.qm usr/share/qt4/translations/qt_help_ru.qm usr/share/qt4/translations/qt_help_untranslated.qm usr/share/qt4/translations/qt_help_zh_CN.qm usr/share/qt4/translations/qt_help_zh_TW.qm usr/share/qt4/translations/qt_iw.qm usr/share/qt4/translations/qt_ja_JP.qm usr/share/qt4/translations/qt_pl.qm usr/share/qt4/translations/qt_pt.qm usr/share/qt4/translations/qt_ru.qm usr/share/qt4/translations/qt_sk.qm usr/share/qt4/translations/qt_sv.qm usr/share/qt4/translations/qt_uk.qm usr/share/qt4/translations/qt_untranslated.qm usr/share/qt4/translations/qt_zh_CN.qm usr/share/qt4/translations/qt_zh_TW.qm usr/share/qt4/translations/qtconfig_pl.qm usr/share/qt4/translations/qtconfig_ru.qm usr/share/qt4/translations/qtconfig_untranslated.qm usr/share/qt4/translations/qtconfig_zh_CN.qm usr/share/qt4/translations/qtconfig_zh_TW.qm usr/share/qt4/translations/qvfb_pl.qm usr/share/qt4/translations/qvfb_ru.qm usr/share/qt4/translations/qvfb_untranslated.qm usr/share/qt4/translations/qvfb_zh_CN.qm usr/share/qt4/translations/qvfb_zh_TW.qm +@comment deal with empty directories installed by the port +@exec /bin/mkdir -p %D/usr/lib/qt4/plugins/sqldrivers @dirrmtry usr/lib/qt4/plugins/sqldrivers @dirrmtry usr/lib/qt4/plugins +@exec /bin/mkdir -p %D/usr/share/doc/qt4/qch @dirrmtry usr/share/doc/qt4/qch @dirrmtry usr/share/doc/qt4 +@comment non-empty directory listing in revers order @dirrm usr/share/qt4/translations @dirrm usr/share/qt4 @dirrm usr/share/doc/qt-4.5.3 @dirrm usr/lib/qt4/phrasebooks @dirrm usr/lib/qt4/bin @dirrm usr/lib/qt4 Index: head/x11-toolkits/linux-f10-tk85/Makefile =================================================================== --- head/x11-toolkits/linux-f10-tk85/Makefile (revision 368844) +++ head/x11-toolkits/linux-f10-tk85/Makefile (revision 368845) @@ -1,27 +1,27 @@ # Created by: bsam # $FreeBSD$ PORTNAME= tk PORTVERSION= 8.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits linux MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -PKGNAMEPREFIX= linux-f10- + PKGNAMESUFFIX= 85 -DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Graphical toolkit for TCL (Linux Fedora 10) CONFLICTS= linux-f8-tk84-[0-9]* +USE_LINUX= f10 USE_LINUX_RPM= yes USE_LINUX_APPS= xorglibs -LINUX_DIST_VER= 10 + RPMVERSION= 5.fc10 BRANELF_FILES= usr/bin/wish8.5 USE_LDCONFIG= yes DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr .include