Index: head/Mk/Uses/linux.mk =================================================================== --- head/Mk/Uses/linux.mk (revision 424258) +++ head/Mk/Uses/linux.mk (revision 424259) @@ -1,276 +1,318 @@ # $FreeBSD$ # # Ports Linux compatibility framework # # Feature: linux:args # Usage: USES=linux or USES=linux:args # Valid args: f10 Depend on Fedora 10 packages (deprecated) # c6 Depend on CentOS 6 packages (default) # c7 Depend on CentOS 7 packages # Additional variables: # USE_LINUX List of Linux packages to depend on. # USE_LINUX_RPM When defined, additional variables and targets useful to Linux # infrastructure ports are made available. Possible values: # yes Default LIB_DISTFILES and empty BIN_DISTFILES. # nolib Default BIN_DISTFILES and empty LIB_DISTFILES. +# noarch Like nolib but distfiles are architecture neutral. # Additional variables when USE_LINUX_RPM is defined: # BIN_DISTFILES List of distfiles to install. # LIB_DISTFILES List of distfiles to install both the 32 and 64 bit version of. # SRC_DISTFILES List of source distfiles that need to be distributed with # binary packages to comply with some licenses. # # MAINTAINER: emulation@FreeBSD.org .ifndef _INCLUDE_USES_LINUX_MK _INCLUDE_USES_LINUX_MK= yes _USES_POST+= linux .if empty(linux_ARGS) linux_ARGS= ${LINUX_DEFAULT:S/_64//} .endif .if ${linux_ARGS} == f10 LINUX_DIST_VER?= 10 .elif ${linux_ARGS} == c6 LINUX_DIST_VER?= 6.8 .elif ${linux_ARGS} == c7 LINUX_DIST_VER?= 7.2.1511 .else IGNORE= Invalid Linux distribution: ${linux_ARGS} .endif .if ${linux_ARGS} == f10 LINUX_ARCH= i386 DEPRECATED= Fedora 10 is unsupported and vulnerable EXPIRATION_DATE= 2016-12-31 .else .if ${LINUX_DEFAULT:M*_64} LINUX_ARCH= x86_64 +LINUX_ARCH32= i386 .if ${ARCH} != amd64 || ${OPSYS} != FreeBSD || ${OSVERSION} < 1002507 \ || ( ${OSVERSION} >= 1100000 && ${OSVERSION} < 1100105 ) IGNORE= Linux ${LINUX_DEFAULT} only supported on FreeBSD/amd64 10.3 or higher .endif .else LINUX_ARCH= i386 .endif .endif linux_allegro_DEP= linux-${linux_ARGS}-allegro>0:devel/linux-${linux_ARGS}-allegro linux_alsa-plugins-oss_DEP= linux-${linux_ARGS}-alsa-plugins-oss>0:audio/linux-${linux_ARGS}-alsa-plugins-oss linux_alsa-plugins-pulseaudio_DEP=linux-${linux_ARGS}-alsa-plugins-pulseaudio>0:audio/linux-${linux_ARGS}-alsa-plugins-pulseaudio linux_alsalib_DEP= linux-${linux_ARGS}-alsa-lib>0:audio/linux-${linux_ARGS}-alsa-lib linux_arts_DEP= linux-${linux_ARGS}-arts>0:audio/linux-${linux_ARGS}-arts linux_atk_DEP= linux-${linux_ARGS}-atk>0:accessibility/linux-${linux_ARGS}-atk linux_avahi-libs_DEP= linux-${linux_ARGS}-avahi-libs>0:net/linux-${linux_ARGS}-avahi-libs linux_base_DEP= linux_base-${linux_ARGS}>0:emulators/linux_base-${linux_ARGS} linux_cairo_DEP= linux-${linux_ARGS}-cairo>0:graphics/linux-${linux_ARGS}-cairo linux_cups-libs_DEP= linux-${linux_ARGS}-cups-libs>0:print/linux-${linux_ARGS}-cups-libs linux_curl_DEP= linux-${linux_ARGS}-curl>0:ftp/linux-${linux_ARGS}-curl linux_cyrus-sasl2_DEP= linux-${linux_ARGS}-cyrus-sasl2>0:security/linux-${linux_ARGS}-cyrus-sasl2 linux_dbusglib_DEP= linux-${linux_ARGS}-dbus-glib>0:devel/linux-${linux_ARGS}-dbus-glib linux_dbuslibs_DEP= linux-${linux_ARGS}-dbus-libs>0:devel/linux-${linux_ARGS}-dbus-libs linux_devtools_DEP= linux-${linux_ARGS}-devtools>0:devel/linux-${linux_ARGS}-devtools linux_dri_DEP= linux-${linux_ARGS}-dri>0:graphics/linux-${linux_ARGS}-dri linux_esound_DEP= linux-${linux_ARGS}-esound>0:audio/linux-${linux_ARGS}-esound linux_expat_DEP= linux-${linux_ARGS}-expat>0:textproc/linux-${linux_ARGS}-expat linux_flac_DEP= linux-${linux_ARGS}-flac>0:audio/linux-${linux_ARGS}-flac linux_fontconfig_DEP= linux-${linux_ARGS}-fontconfig>0:x11-fonts/linux-${linux_ARGS}-fontconfig .if ${linux_ARGS:Mf10} linux_gdkpixbuf2_DEP= linux-${linux_ARGS}-gtk2>0:x11-toolkits/linux-${linux_ARGS}-gtk2 .else linux_gdkpixbuf2_DEP= linux-${linux_ARGS}-gdk-pixbuf2>0:graphics/linux-${linux_ARGS}-gdk-pixbuf2 .endif linux_gnutls_DEP= linux-${linux_ARGS}-gnutls>0:security/linux-${linux_ARGS}-gnutls linux_gtk2_DEP= linux-${linux_ARGS}-gtk2>0:x11-toolkits/linux-${linux_ARGS}-gtk2 linux_hicontheme_DEP= linux-${linux_ARGS}-hicolor-icon-theme>0:x11-themes/linux-${linux_ARGS}-hicolor-icon-theme linux_jasper_DEP= linux-${linux_ARGS}-jasper>0:graphics/linux-${linux_ARGS}-jasper +linux_jbigkit_DEP= linux-${linux_ARGS}-jbigkit>0:graphics/linux-${linux_ARGS}-jbigkit linux_jpeg_DEP= linux-${linux_ARGS}-jpeg>0:graphics/linux-${linux_ARGS}-jpeg linux_libasyncns_DEP= linux-${linux_ARGS}-libasyncns>0:dns/linux-${linux_ARGS}-libasyncns +.if ${linux_ARGS:Mf10} || ${linux_ARGS:Mc6} linux_libaudiofile_DEP= linux-${linux_ARGS}-libaudiofile>0:audio/linux-${linux_ARGS}-libaudiofile +.else +linux_libaudiofile_DEP= linux-${linux_ARGS}-audiofile>0:audio/linux-${linux_ARGS}-audiofile +.endif linux_libgcrypt_DEP= linux-${linux_ARGS}-libgcrypt>0:security/linux-${linux_ARGS}-libgcrypt linux_libgfortran_DEP= linux-${linux_ARGS}-libgfortran>0:devel/linux-${linux_ARGS}-libgfortran linux_libglu_DEP= linux-${linux_ARGS}-libGLU>0:graphics/linux-${linux_ARGS}-libGLU linux_libgpg-error_DEP= linux-${linux_ARGS}-libgpg-error>0:security/linux-${linux_ARGS}-libgpg-error linux_libmng_DEP= linux-${linux_ARGS}-libmng>0:graphics/linux-${linux_ARGS}-libmng linux_libogg_DEP= linux-${linux_ARGS}-libogg>0:audio/linux-${linux_ARGS}-libogg linux_libpciaccess_DEP= linux-${linux_ARGS}-libpciaccess>0:devel/linux-${linux_ARGS}-libpciaccess linux_libsndfile_DEP= linux-${linux_ARGS}-libsndfile>0:audio/linux-${linux_ARGS}-libsndfile linux_libssh2_DEP= linux-${linux_ARGS}-libssh2>0:security/linux-${linux_ARGS}-libssh2 linux_libtasn1_DEP= linux-${linux_ARGS}-libtasn1>0:security/linux-${linux_ARGS}-libtasn1 linux_libthai_DEP= linux-${linux_ARGS}-libthai>0:devel/linux-${linux_ARGS}-libthai linux_libtheora_DEP= linux-${linux_ARGS}-libtheora>0:multimedia/linux-${linux_ARGS}-libtheora linux_libv4l_DEP= linux-${linux_ARGS}-libv4l>0:multimedia/linux-${linux_ARGS}-libv4l linux_libvorbis_DEP= linux-${linux_ARGS}-libvorbis>0:audio/linux-${linux_ARGS}-libvorbis linux_libxml2_DEP= linux-${linux_ARGS}-libxml2>0:textproc/linux-${linux_ARGS}-libxml2 linux_mikmod_DEP= linux-${linux_ARGS}-mikmod>0:audio/linux-${linux_ARGS}-mikmod linux_naslibs_DEP= linux-${linux_ARGS}-nas-libs>0:audio/linux-${linux_ARGS}-nas-libs linux_ncurses-base_DEP= linux-${linux_ARGS}-ncurses-base>0:devel/linux-${linux_ARGS}-ncurses-base linux_nspr_DEP= linux-${linux_ARGS}-nspr>0:devel/linux-${linux_ARGS}-nspr linux_nss_DEP= linux-${linux_ARGS}-nss>0:security/linux-${linux_ARGS}-nss linux_openal_DEP= linux-${linux_ARGS}-openal>0:audio/linux-${linux_ARGS}-openal linux_openal-soft_DEP= linux-${linux_ARGS}-openal-soft>0:audio/linux-${linux_ARGS}-openal-soft linux_openldap_DEP= linux-${linux_ARGS}-openldap>0:net/linux-${linux_ARGS}-openldap linux_openmotif_DEP= linux-${linux_ARGS}-openmotif>0:x11-toolkits/linux-${linux_ARGS}-openmotif linux_openssl_DEP= linux-${linux_ARGS}-openssl>0:security/linux-${linux_ARGS}-openssl linux_openssl-compat_DEP= linux-${linux_ARGS}-openssl-compat>0:security/linux-${linux_ARGS}-openssl-compat linux_pango_DEP= linux-${linux_ARGS}-pango>0:x11-toolkits/linux-${linux_ARGS}-pango linux_pixman_DEP= linux-${linux_ARGS}-pixman>0:x11/linux-${linux_ARGS}-pixman linux_png_DEP= linux-${linux_ARGS}-png>0:graphics/linux-${linux_ARGS}-png linux_pulseaudio-libs_DEP= linux-${linux_ARGS}-pulseaudio-libs>0:audio/linux-${linux_ARGS}-pulseaudio-libs -linux_qt47_DEP= linux-${linux_ARGS}-qt47>0:devel/linux-${linux_ARGS}-qt47 -linux_qt47-webkit_DEP= linux-${linux_ARGS}-qt47-webkit>0:www/linux-${linux_ARGS}-qt47-webkit -linux_qt47-x11_DEP= linux-${linux_ARGS}-qt47-x11>0:x11-toolkits/linux-${linux_ARGS}-qt47-x11 +.if ${linux_ARGS:Mc6} +linux_qt_DEP= linux-${linux_ARGS}-qt47>0:devel/linux-${linux_ARGS}-qt47 +linux_qt-x11_DEP= linux-${linux_ARGS}-qt47-x11>0:x11-toolkits/linux-${linux_ARGS}-qt47-x11 +linux_qtwebkit_DEP= linux-${linux_ARGS}-qt47-webkit>0:www/linux-${linux_ARGS}-qt47-webkit +.else +linux_qt_DEP= linux-${linux_ARGS}-qt>0:devel/linux-${linux_ARGS}-qt +linux_qt-x11_DEP= linux-${linux_ARGS}-qt-x11>0:x11-toolkits/linux-${linux_ARGS}-qt-x11 +linux_qtwebkit_DEP= linux-${linux_ARGS}-qtwebkit>0:www/linux-${linux_ARGS}-qtwebkit +.endif linux_scimlibs_DEP= linux-${linux_ARGS}-scim-libs>0:textproc/linux-${linux_ARGS}-scim-libs linux_sdl12_DEP= linux-${linux_ARGS}-sdl>0:devel/linux-${linux_ARGS}-sdl12 linux_sdlimage_DEP= linux-${linux_ARGS}-sdl_image>0:graphics/linux-${linux_ARGS}-sdl_image linux_sdlmixer_DEP= linux-${linux_ARGS}-sdl_mixer>0:audio/linux-${linux_ARGS}-sdl_mixer .if ${linux_ARGS:Mf10} linux_sqlite3_DEP= linux-${linux_ARGS}-sqlite3>0:databases/linux-${linux_ARGS}-sqlite3 .else linux_sqlite3_DEP= linux-${linux_ARGS}-sqlite>0:databases/linux-${linux_ARGS}-sqlite3 .endif linux_tcl85_DEP= linux-${linux_ARGS}-tcl85>0:lang/linux-${linux_ARGS}-tcl85 linux_tcp_wrappers-libs_DEP= linux-${linux_ARGS}-tcp_wrappers-libs>0:net/linux-${linux_ARGS}-tcp_wrappers-libs linux_tiff_DEP= linux-${linux_ARGS}-tiff>0:graphics/linux-${linux_ARGS}-tiff linux_tk85_DEP= linux-${linux_ARGS}-tk85>0:x11-toolkits/linux-${linux_ARGS}-tk85 linux_ucl_DEP= linux-${linux_ARGS}-ucl>0:archivers/linux-${linux_ARGS}-ucl linux_xorglibs_DEP= linux-${linux_ARGS}-xorg-libs>0:x11/linux-${linux_ARGS}-xorg-libs USE_LINUX?= base .for i in ${USE_LINUX} _i_args:= ${i:C/^[^:]*:?//:S/,/ /g} .if ${_i_args:Mpatch} PATCH_DEPENDS+= ${linux_${i:C/:.*//}_DEP} .endif .if ${_i_args:Mbuild} BUILD_DEPENDS+= ${linux_${i:C/:.*//}_DEP} .endif .if ${_i_args:Mrun} || empty(_i_args) RUN_DEPENDS+= ${linux_${i:C/:.*//}_DEP} .endif .endfor .ifdef USE_LINUX_RPM DISTVERSIONSUFFIX?= -${RPMVERSION} .if ${linux_ARGS} == f10 .ifndef MASTER_SITES MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} MASTER_SITE_SUBDIR= releases/${LINUX_DIST_VER}/Everything/${LINUX_ARCH}/os/Packages \ updates/${LINUX_DIST_VER}/${LINUX_ARCH} \ releases/${LINUX_DIST_VER}/Everything/source/SRPMS/:SOURCE \ updates/${LINUX_DIST_VER}/SRPMS/:SOURCE .endif DIST_SUBDIR?= rpm/${LINUX_ARCH}/fedora/${LINUX_DIST_VER} +.if ${USE_LINUX_RPM} == noarch +LINUX_RPM_ARCH?= noarch +.else LINUX_RPM_ARCH?= i386 +.endif .elif ${linux_ARGS} == c6 .ifndef MASTER_SITES MASTER_SITES= ${MASTER_SITE_CENTOS_LINUX} MASTER_SITE_SUBDIR= centos/${LINUX_DIST_VER}/os/${LINUX_ARCH}/Packages \ centos/${LINUX_DIST_VER}/updates/${LINUX_ARCH}/Packages \ centos/${LINUX_DIST_VER}/os/Source/SPackages/:SOURCE \ centos/${LINUX_DIST_VER}/updates/Source/SPackages/:SOURCE .endif DIST_SUBDIR?= rpm/${LINUX_RPM_ARCH}/centos/${LINUX_DIST_VER} -.if ${LINUX_ARCH} == x86_64 +.if ${USE_LINUX_RPM} == noarch +LINUX_RPM_ARCH?= noarch +.elif ${LINUX_ARCH} == x86_64 LINUX_RPM_ARCH?= x86_64 LINUX_RPM_ARCH32?= i686 .else LINUX_RPM_ARCH?= i686 .endif .elif ${linux_ARGS} == c7 .ifndef MASTER_SITES MASTER_SITES= ${MASTER_SITE_CENTOS_LINUX} .if ${LINUX_ARCH} == x86_64 MASTER_SITE_SUBDIR= centos/${LINUX_DIST_VER}/os/${LINUX_ARCH}/Packages \ centos/${LINUX_DIST_VER}/updates/${LINUX_ARCH}/Packages .else MASTER_SITE_SUBDIR= altarch/${LINUX_DIST_VER}/os/${LINUX_ARCH}/Packages \ altarch/${LINUX_DIST_VER}/updates/${LINUX_ARCH}/Packages .endif MASTER_SITE_SUBDIR+= centos/${LINUX_DIST_VER}/os/Source/SPackages/:SOURCE \ centos/${LINUX_DIST_VER}/updates/Source/SPackages/:SOURCE .endif DIST_SUBDIR?= rpm/centos/${LINUX_DIST_VER}/${LINUX_ARCH} -.if ${LINUX_ARCH} == x86_64 +.if ${USE_LINUX_RPM} == noarch +LINUX_RPM_ARCH?= noarch +.elif ${LINUX_ARCH} == x86_64 LINUX_RPM_ARCH?= x86_64 LINUX_RPM_ARCH32?= i686 .else LINUX_RPM_ARCH?= i686 .endif .endif # ${linux_ARGS} == * PKGNAMEPREFIX?= linux-${linux_ARGS}- EXTRACT_SUFX?= .${LINUX_RPM_ARCH}.rpm .ifdef LINUX_RPM_ARCH32 EXTRACT_SUFX32?= .${LINUX_RPM_ARCH32}.rpm .endif SRC_SUFX?= .src.rpm NO_BUILD= yes NO_WRKSUBDIR= yes USE_LINUX_PREFIX= yes .endif # USE_LINUX_RPM .endif # ! _INCLUDE_USES_LINUX_MK .ifdef _POSTMKINCLUDED && ! _INCLUDE_USES_LINUX_POST_MK _INCLUDE_USES_LINUX_POST_MK= yes .ifdef USE_LINUX_RPM -.if ${USE_LINUX_RPM} == nolib -BIN_DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} +.if ${USE_LINUX_RPM} == noarch +NO_ARCH= yes .else +ONLY_FOR_ARCHS?= i386 amd64 +.endif + +.if ${USE_LINUX_RPM} == yes LIB_DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} +.else +BIN_DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} .endif -.ifdef LINUX_RPM_ARCH32 +.ifdef LINUX_ARCH32 && EXTRACT_SUFX32 +.for fmakehack in ${LINUX_ARCH32} +.if !(defined(ONLY_FOR_ARCHS) && empty(ONLY_FOR_ARCHS:M${fmakehack})) \ + && empty(NOT_FOR_ARCHS:M${fmakehack}) DISTFILES?= ${LIB_DISTFILES:S/${EXTRACT_SUFX}/${EXTRACT_SUFX32}/} \ ${LIB_DISTFILES} ${BIN_DISTFILES} EXTRACT_ONLY?= ${LIB_DISTFILES:S/${EXTRACT_SUFX}/${EXTRACT_SUFX32}/} \ ${LIB_DISTFILES} ${BIN_DISTFILES} .else DISTFILES?= ${LIB_DISTFILES} ${BIN_DISTFILES} EXTRACT_ONLY?= ${LIB_DISTFILES} ${BIN_DISTFILES} .endif +.endfor +.else +DISTFILES?= ${LIB_DISTFILES} ${BIN_DISTFILES} +EXTRACT_ONLY?= ${LIB_DISTFILES} ${BIN_DISTFILES} +.endif .ifdef PACKAGE_BUILDING SRC_DISTFILES?= ${LIB_DISTFILES:S/${EXTRACT_SUFX}/${SRC_SUFX}:SOURCE/} \ ${BIN_DISTFILES:S/${EXTRACT_SUFX}/${SRC_SUFX}:SOURCE/} DISTFILES+= ${SRC_DISTFILES} ALWAYS_KEEP_DISTFILES= yes .endif DISTINFO_FILE?= ${MASTERDIR}/distinfo.${LINUX_ARCH} .ifdef USE_LINUX_RPM_BAD_PERMS EXTRACT_DEPENDS+= rpm2archive:archivers/rpm4 EXTRACT_CMD= rpm2archive EXTRACT_BEFORE_ARGS= < EXTRACT_AFTER_ARGS= | ${TAR} xf - --no-same-owner --no-same-permissions .endif -ONLY_FOR_ARCHS?= i386 amd64 -.if ${linux_ARGS} != f10 +.if ${linux_ARGS} != f10 && ${USE_LINUX_RPM} != noarch PLIST?= ${PKGDIR}/pkg-plist.${LINUX_ARCH} .endif .if !target(do-install) do-install: (cd ${WRKSRC} && ${FIND} * -type d -exec ${MKDIR} "${STAGEDIR}${PREFIX}/{}" \;) (cd ${WRKSRC} && ${FIND} * ! -type d | ${CPIO} -pm ${STAGEDIR}${PREFIX}) .endif .endif # USE_LINUX_RPM + +# With fmake :M${var} only works when ${var} is a for loop variable. +.for fmakehack in ${LINUX_ARCH:S/x86_64/amd64/} +.if (defined(ONLY_FOR_ARCHS) && empty(ONLY_FOR_ARCHS:M${fmakehack})) \ + || !empty(NOT_FOR_ARCHS:M${fmakehack}) +IGNORE= does not run on Linux/${LINUX_ARCH} +.endif +.endfor .endif # _POSTMKINCLUDED && ! _INCLUDE_USES_LINUX_POST_MK Index: head/Mk/bsd.sites.mk =================================================================== --- head/Mk/bsd.sites.mk (revision 424258) +++ head/Mk/bsd.sites.mk (revision 424259) @@ -1,1383 +1,1389 @@ # 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_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%/ \ 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+= \ ${MASTER_SITE_SOURCEFORGE} .endif .if !defined(IGNORE_MASTER_SITE_CHEESESHOP) # PEP-449 Compatible MASTER_SITES # Removal of the PyPI Mirror Auto Discovery and Naming Scheme # Reference: https://www.python.org/dev/peps/pep-0449/ MASTER_SITE_CHEESESHOP+= \ https://pypi.python.org/packages/%SUBDIR%/ \ https://files.pythonhosted.org/packages/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_COMP_SOURCES) MASTER_SITE_COMP_SOURCES+= \ http://ftp.isc.org/pub/usenet/comp.sources.%SUBDIR%/ \ http://ftp.funet.fi/pub/archive/comp.sources.%SUBDIR%/ \ http://ftp.sunet.se/pub/usenet/ftp.uu.net/comp.sources.%SUBDIR%/ \ http://ftp.fi.netbsd.org/pub/misc/archive/comp.sources.%SUBDIR%/ .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%/ \ 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%/ \ http://eclipse.stu.edu.tw/%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/%SUBDIR%/:DEFAULT,SOURCE \ http://vault.centos.org/%SUBDIR%/:DEFAULT,SOURCE .endif .if !defined(IGNORE_MASTER_SITE_EPEL) MASTER_SITE_EPEL+= \ http://dl.fedoraproject.org/pub/epel/6/${LINUX_ARCH}/ \ http://dl.fedoraproject.org/pub/epel/6/SRPMS/:SOURCE .endif +.if !defined(IGNORE_MASTER_SITE_EPEL7) +MASTER_SITE_EPEL7+= \ + http://dl.fedoraproject.org/pub/epel/7/${LINUX_ARCH}/%SUBDIR%/ \ + http://dl.fedoraproject.org/pub/epel/7/SRPMS/%SUBDIR%/:SOURCE +.endif + .if !defined(IGNORE_MASTER_SITE_FEDORA_LINUX) MASTER_SITE_FEDORA_LINUX+= \ http://archives.fedoraproject.org/pub/archive/fedora/linux/%SUBDIR%/:DEFAULT,SOURCE \ ftp://ftp.pbone.net/vol4/archive.fedoraproject.org/fedora/linux/%SUBDIR%/:DEFAULT,SOURCE \ ftp://ftp.gmd.de/archives.fedoraproject.org/fedora/linux/%SUBDIR%/:DEFAULT,SOURCE \ ftp://mirror.fraunhofer.de/archives.fedoraproject.org/fedora/linux/%SUBDIR%/:DEFAULT,SOURCE \ ftp://ftp-mirror.bi.fraunhofer.de/archives.fedoraproject.org/fedora/linux/%SUBDIR%/:DEFAULT,SOURCE .endif .if !defined(IGNORE_MASTER_SITE_FARSIGHT) MASTER_SITE_FARSIGHT+= \ https://dl.farsightsecurity.com/dist/%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://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%/ \ http://mirrors.163.com/gentoo/%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: ${PORTNAME} # # 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= GIT_HASH to do a snapshot. # default: ${DISTVERSION} # # GH_SUBDIR - directory relative to WRKSRC where to move this distfile's # content after extracting. # # GH_TUPLE - above shortened to account:project:tagname[:group][/subdir] # .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 . if defined(GH_TUPLE) . for _tuple in ${GH_TUPLE} _t_tmp=${_tuple} . if ${_t_tmp:C@^([^:]*):([^:]*):([^:]*)((:[^:/]*)?)((/.*)?)@\4@:S/://:C/[a-zA-Z0-9_]//g} check-makevars:: @${ECHO_MSG} "The ${_tuple} GH_TUPLE line has" @${ECHO_MSG} "a tag containing something else than [a-zA-Z0-9_]" @${FALSE} . endif . endfor GH_ACCOUNT+= ${GH_TUPLE:C@^([^:]*):([^:]*):([^:]*)((:[^:/]*)?)((/.*)?)@\1\4@} GH_PROJECT+= ${GH_TUPLE:C@^([^:]*):([^:]*):([^:]*)((:[^:/]*)?)((/.*)?)@\2\4@} GH_TAGNAME+= ${GH_TUPLE:C@^([^:]*):([^:]*):([^:]*)((:[^:/]*)?)((/.*)?)@\3\4@} GH_SUBDIR+= ${GH_TUPLE:C@^([^:]*):([^:]*):([^:]*)((:[^:/]*)?)((/.*)?)@\6\4@:M/*:S/^\///} . endif # We are cheating and using backend URLS for Github here. See ports/194898 # comment #15 for explanation as to why and how to deal with it if it breaks. MASTER_SITE_GITHUB+= https://codeload.github.com/%SUBDIR% MASTER_SITE_GITHUB_CLOUD+= https://cloud.github.com/downloads/%SUBDIR% . if !defined(MASTER_SITES) || !${MASTER_SITES:MGH} && !${MASTER_SITES:MGHC} && !${USE_GITHUB:Mnodefault} MASTER_SITES+= GH . endif GH_ACCOUNT_DEFAULT= ${PORTNAME} GH_ACCOUNT?= ${GH_ACCOUNT_DEFAULT} GH_PROJECT_DEFAULT= ${PORTNAME} GH_PROJECT?= ${GH_PROJECT_DEFAULT} # Use full PREFIX/SUFFIX and converted DISTVERSION GH_TAGNAME_DEFAULT= ${DISTVERSIONFULL} GH_TAGNAME?= ${GH_TAGNAME_DEFAULT} # Iterate over GH_ACCOUNT, GH_PROJECT and GH_TAGNAME to extract groups _GITHUB_GROUPS= DEFAULT . for _A in ${GH_ACCOUNT} _S_TEMP= ${_A:S/^${_A: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 GH_ACCOUNT" @${FALSE} . endif . if !${_GITHUB_GROUPS:M${_group}} _GITHUB_GROUPS+= ${_group} . endif GH_ACCOUNT_${_group}= ${_A:C@^(.*):[^/:]+$@\1@} . endfor . else GH_ACCOUNT_DEFAULT= ${_A:C@^(.*):[^/:]+$@\1@} . endif . endfor . for _P in ${GH_PROJECT} _S_TEMP= ${_P:S/^${_P: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 GH_PROJECT" @${FALSE} . endif . if !${_GITHUB_GROUPS:M${_group}} _GITHUB_GROUPS+= ${_group} . endif GH_PROJECT_${_group}= ${_P:C@^(.*):[^/:]+$@\1@} . endfor . else GH_PROJECT_DEFAULT= ${_P:C@^(.*):[^/:]+$@\1@} . endif . endfor . for _T in ${GH_TAGNAME} _S_TEMP= ${_T:S/^${_T: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 GH_TAGNAME" @${FALSE} . endif . if !${_GITHUB_GROUPS:M${_group}} _GITHUB_GROUPS+= ${_group} . endif GH_TAGNAME_${_group}= ${_T:C@^(.*):[^/:]+$@\1@} . endfor . else GH_TAGNAME_DEFAULT= ${_T:C@^(.*):[^/:]+$@\1@} . endif . endfor . for _S in ${GH_SUBDIR} _S_SEMP= ${_S:S/^${_S:C@:[^/:]+$@@}//:S/^://} . if !empty(_S_SEMP) . for _group in ${_S_SEMP:S/,/ /g} _G_SEMP= ${_group} . if ${_G_SEMP} == all || ${_G_SEMP} == ALL || ${_G_SEMP} == 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 GH_SUBDIR" @${FALSE} . endif . if !${_GITHUB_GROUPS:M${_group}} _GITHUB_GROUPS+= ${_group} . endif GH_SUBDIR_${_group}= ${_S:C@^(.*):[^/:]+$@\1@} . endfor . else GH_SUBDIR_DEFAULT= ${_S:C@^(.*):[^/:]+$@\1@} . endif . endfor # Put the default values back into the variables so that the *default* behavior # is not changed. GH_ACCOUNT:= ${GH_ACCOUNT_DEFAULT} GH_PROJECT:= ${GH_PROJECT_DEFAULT} GH_TAGNAME:= ${GH_TAGNAME_DEFAULT} GH_SUBDIR:= ${GH_SUBDIR_DEFAULT} . if defined(GH_TAGNAME) GH_TAGNAME_SANITIZED= ${GH_TAGNAME:S,/,-,} # Github silently converts tags starting with v to not have v in the filename # and extraction directory. It also replaces + with -. GH_TAGNAME_EXTRACT= ${GH_TAGNAME_SANITIZED:C/^[vV]([0-9])/\1/:S/+/-/g} . endif . if defined(_GITHUB_MUST_SET_DISTNAME) # GH_TAGNAME defaults to DISTVERSIONFULL; Avoid adding DISTVERSIONFULL in twice . if ${GH_TAGNAME} != ${DISTVERSIONFULL} DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${DISTVERSIONFULL}-${GH_TAGNAME_SANITIZED} . else DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME_SANITIZED} . endif . endif # This new scheme rerolls distfiles. Also ensure they are renamed to avoid # conflicts. Use _GITHUB_REV in case github changes their zipping or structure # which has happened before. _GITHUB_REV= 0 . if ${MASTER_SITES:MGH} DISTNAME:= ${DISTNAME}_GH${_GITHUB_REV} . endif _GITHUB_EXTRACT_SUFX= .tar.gz # Put the DEFAULT distfile first . if !${USE_GITHUB:Mnodefault} && defined(_GITHUB_MUST_SET_DISTNAME) DISTFILES+= ${DISTNAME}${_GITHUB_EXTRACT_SUFX} . endif . if !empty(GH_SUBDIR) _SITES_extract:= 690:post-extract-gh-DEFAULT post-extract-gh-DEFAULT: @${RMDIR} ${WRKSRC}/${GH_SUBDIR} 2>/dev/null || : @${MKDIR} ${WRKSRC}/${GH_SUBDIR:H} 2>/dev/null || : @${LN} -s ${GH_SUBDIR:C/[^\/]//g:C/\//..\//g} ${WRKSRC}/${GH_SUBDIR} . endif # If there are non default groups . if !empty(_GITHUB_GROUPS:NDEFAULT) # Then for each of the remaining groups, add DISTFILES and MASTER_SITES # entries with the correct group and create {WRKSRC,DISTNAME,DISTFILES}_group # helper variables. . for _group in ${_GITHUB_GROUPS:NDEFAULT} GH_ACCOUNT_${_group}?= ${GH_ACCOUNT_DEFAULT} GH_PROJECT_${_group}?= ${GH_PROJECT_DEFAULT} GH_TAGNAME_${_group}?= ${GH_TAGNAME_DEFAULT} GH_TAGNAME_${_group}_SANITIZED= ${GH_TAGNAME_${_group}:S,/,-,} GH_TAGNAME_${_group}_EXTRACT= ${GH_TAGNAME_${_group}_SANITIZED:C/^[vV]([0-9])/\1/} DISTNAME_${_group}:= ${GH_ACCOUNT_${_group}}-${GH_PROJECT_${_group}}-${GH_TAGNAME_${_group}_SANITIZED} DISTFILE_${_group}:= ${DISTNAME_${_group}}_GH${_GITHUB_REV}${_GITHUB_EXTRACT_SUFX} DISTFILES:= ${DISTFILES} ${DISTFILE_${_group}}:${_group} MASTER_SITES:= ${MASTER_SITES} ${MASTER_SITE_GITHUB:S@%SUBDIR%@${GH_ACCOUNT_${_group}}/${GH_PROJECT_${_group}}/tar.gz/${GH_TAGNAME_${_group}}?dummy=/:${_group}@} WRKSRC_${_group}:= ${WRKDIR}/${GH_PROJECT_${_group}}-${GH_TAGNAME_${_group}_EXTRACT} . if !empty(GH_SUBDIR_${_group}) _SITES_extract:= ${_SITES_extract} 690:post-extract-gh-${_group} post-extract-gh-${_group}: @${RMDIR} ${WRKSRC}/${GH_SUBDIR_${_group}} 2>/dev/null || : @${MKDIR} ${WRKSRC}/${GH_SUBDIR_${_group}:H} 2>/dev/null || : @${MV} ${WRKSRC_${_group}} ${WRKSRC}/${GH_SUBDIR_${_group}} @ln -s ${WRKSRC:T}/${GH_SUBDIR_${_group}} ${WRKSRC_${_group}} . endif . endfor . endif .endif # defined(USE_GITHUB) .endif # !defined(IGNORE_MASTER_SITE_GITHUB) .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%/ \ 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_GIMP) MASTER_SITE_GIMP+= \ http://gimp.mirrors.hoobly.com/pub/%SUBDIR%/ \ http://gimper.net/downloads/pub/%SUBDIR%/ \ http://mirror.hessmo.com/gimp/pub/%SUBDIR%/ \ http://de-mirror.gimper.net/pub/%SUBDIR%/ \ http://gimp.afri.cc/pub/%SUBDIR%/ \ http://download.gimp.org/pub/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GNU) MASTER_SITE_GNU+= \ http://ftpmirror.gnu.org/%SUBDIR%/ \ http://ftp.gnu.org/gnu/%SUBDIR%/ \ ftp://ftp.gnu.org/gnu/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/gnu/gnu/%SUBDIR%/ \ http://mirrors.kernel.org/gnu/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/GNU/gnu/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/GNU/%SUBDIR%/ \ 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://artfiles.org/gnupg.org/%SUBDIR%/ \ http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/security/gnupg/%SUBDIR%/ \ ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://mirror.switch.ch/mirror/gnupg/%SUBDIR%/ \ http://gd.tuwien.ac.at/privacy/gnupg/%SUBDIR%/ \ http://mirrors.dotsrc.org/gcrypt/%SUBDIR%/ \ ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://ftp.crysys.hu/pub/gnupg/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://ftp.gnupg.org/gcrypt/%SUBDIR%/ \ http://mirror.tje.me.uk/pub/mirrors/ftp.gnupg.org/%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_GNU_ALPHA) MASTER_SITE_GNU_ALPHA+= \ http://alpha.gnu.org/gnu/%SUBDIR%/ \ ftp://spinellicreations.com/alpha/gnu/%SUBDIR%/ \ http://www.nic.funet.fi/pub/gnu/alpha/gnu/%SUBDIR%/ \ http://mirror.thecodefactory.org/gnualpha/%SUBDIR%/ \ http://www.mirrorservice.org/sites/alpha.gnu.org/gnu/%SUBDIR%/ \ http://gnu.c3sl.ufpr.br/alpha/%SUBDIR%/ \ http://mirror.cedia.org.ec/gnualpha/%SUBDIR%/ \ http://gnu-alpha.mirrors.hostinginnederland.nl/%SUBDIR%/ \ http://gnualpha.uib.no/%SUBDIR%/ \ http://mirrors.fe.up.pt/pub/gnu-alpha/%SUBDIR%/ \ http://mirror.lihnidos.org/GNU/alpha/gnu/%SUBDIR%/ \ http://alpha-gnu-org.ip-connect.vn.ua/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GOOGLE_CODE) PROJECTHOST?= ${PORTNAME} MASTER_SITE_GOOGLE_CODE+= \ http://${PROJECTHOST}.googlecode.com/files/ .endif .if !defined(IGNORE_MASTER_SITE_HORDE) MASTER_SITE_HORDE+= \ http://ftp.horde.org/pub/%SUBDIR%/ \ ftp://ftp.horde.org/pub/%SUBDIR%/ \ ftp://ftp.at.horde.org/infosys/webapps/horde/%SUBDIR%/ \ ftp://ftp.se.horde.org/mirror/horde/pub/%SUBDIR%/ \ ftp://ftp.tw.horde.org/pub/%SUBDIR%/ \ ftp://ftp.us.horde.org/pub/software/horde//%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_IDSOFTWARE) MASTER_SITE_IDSOFTWARE+= \ ftp://ftp.gwdg.de/pub/misc2/ftp.idsoftware.com/idstuff/%SUBDIR%/ \ http://ftp4.de.freesbie.org/pub/misc/ftp.idsoftware.com/idstuff/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/pc/games/idgames/idstuff/%SUBDIR%/ \ ftp://ftp.gamers.org/pub/idgames/idstuff/%SUBDIR%/ \ http://ftp.iinet.net.au/games/idstuff/%SUBDIR%/ \ ftp://ftp.mirror.nl/disk2/idsoftware/idstuff/%SUBDIR%/ \ ftp://freebsd.nsu.ru/mirrors/ftp.idsoftware.com/idstuff/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/vendors/idgames/idstuff/%SUBDIR%/ \ ftp://ftp.omen.net.au/games/idstuff/%SUBDIR%/ \ ftp://ftp.idsoftware.com/idstuff/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_ISC) MASTER_SITE_ISC+= \ http://ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.ciril.fr/pub/isc/%SUBDIR%/ \ ftp://ftp.freenet.de/pub/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.iij.ad.jp/pub/network/isc/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/net/isc/%SUBDIR%/ \ ftp://ftp.u-aizu.ac.jp/pub/net/isc/%SUBDIR%/ \ ftp://ftp.task.gda.pl/mirror/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/network/isc/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.nominum.com/pub/isc/%SUBDIR%/ \ ftp://ftp.ripe.net/mirrors/sites/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/net/isc/isc/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/%SUBDIR%/ .endif # 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%/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ \ http://ftp.funet.fi/pub/mirrors/ftp.kde.org/pub/kde/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_LIBREOFFICE_DEV) MASTER_SITE_LIBREOFFICE_DEV+= \ http://dev-www.libreoffice.org/src/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_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 .if !defined(IGNORE_MASTER_SITE_MOZILLA) MASTER_SITE_MOZILLA+= \ http://download.cdn.mozilla.net/pub/%SUBDIR%/ \ https://archive.mozilla.org/pub/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_MOZILLA_ADDONS) MASTER_SITE_MOZILLA_ADDONS+= \ https://addons.cdn.mozilla.net/user-media/%SUBDIR%/ \ http://kyoto-mz-dl.sinet.ad.jp/pub/mozilla.org/%SUBDIR%/ .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%/ \ 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+= \ http://www.netlib.org/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.netlib.org/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.netlib.org/%SUBDIR%/ \ http://www.netlib.no/netlib/%SUBDIR%/ \ ftp://ftp.irisa.fr/pub/netlib/%SUBDIR%/ \ http://netlib.sandia.gov/%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://cpan.metacpan.org/modules/by-module/%SUBDIRPLUS%/ \ 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/%SUBDIRPLUS%/ _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%\///:S/%SUBDIRPLUS%\//${PORTNAME:C/-.*//}\//} .else MASTER_SITE_PERL_CPAN=${MASTER_SITE_PERL_CPAN_BY:S/%CPANSORT%/${_PERL_CPAN_SORT}/:S/%SUBDIRPLUS%\///} .endif .endif # # PostgreSQL master site # .if !defined(IGNORE_MASTER_SITE_PGSQL) MASTER_SITE_PGSQL+= \ http://ftp.postgresql.org/pub/%SUBDIR%/ \ https://ftp.postgresql.org/pub/%SUBDIR%/ \ ftp://ftp.postgresql.org/pub/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_PHP) MASTER_SITE_PHP+= \ http://de.php.net/%SUBDIR%/ \ http://es.php.net/%SUBDIR%/ \ http://fr.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%/ .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 .if !defined(IGNORE_MASTER_SITE_RUBY) MASTER_SITE_RUBY+= \ http://cache.ruby-lang.org/pub/ruby/%SUBDIR%/ \ http://ftp.ruby-lang.org/pub/ruby/%SUBDIR%/ \ ftp://ftp.ruby-lang.org/pub/ruby/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/unix/languages/ruby/%SUBDIR%/ \ ftp://ftp.kr.FreeBSD.org/pub/ruby/%SUBDIR%/ \ ftp://ftp.iDaemons.org/pub/mirror/ftp.ruby-lang.org/ruby/%SUBDIR%/ .endif # See http://rubygems.org/pages/about .if !defined(IGNORE_MASTER_SITE_RUBYGEMS) MASTER_SITE_RUBYGEMS+= \ https://rubygems.global.ssl.fastly.net/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%/ .endif # List: http://download.savannah.gnu.org/mirmon/ .if !defined(IGNORE_MASTER_SITE_SAVANNAH) MASTER_SITE_SAVANNAH+= \ http://download.savannah.gnu.org/releases/%SUBDIR%/ \ http://download-mirror.savannah.gnu.org/releases/%SUBDIR%/ \ 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%/ .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 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.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_TCLTK) MASTER_SITE_TCLTK+= \ ftp://ftp.tcl.tk/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%/ \ ftp://ftp.chg.ru/pub/TeX/CTAN/%SUBDIR%/ \ ftp://mirror.macomnet.net/pub/CTAN/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/TeX/CTAN/%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) MASTER_SITE_TUCOWS+= \ http://iinets.linux.tucows.com/files/%SUBDIR%/ .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%/ .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%/ .endif .if !defined(IGNORE_MASTER_SITE_XFCE) MASTER_SITE_XFCE+= \ 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%/ \ http://mirror.perldude.de/archive.xfce.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_XORG) MASTER_SITE_XORG+= \ http://xorg.freedesktop.org/releases/%SUBDIR%/ \ http://xorg.mirrors.pair.com/%SUBDIR%/ \ http://mirror.us.leaseweb.net/xorg/%SUBDIR%/ \ http://mirror.csclub.uwaterloo.ca/x.org/%SUBDIR%/ \ http://artfiles.org/x.org/pub/%SUBDIR%/ \ http://ftp.gwdg.de/pub/x11/x.org/pub/%SUBDIR%/ \ http://gd.tuwien.ac.at/X11/%SUBDIR%/ \ http://mi.mirror.garr.it/mirrors/x.org/%SUBDIR%/ \ http://mirror.switch.ch/ftp/mirror/X11/pub/%SUBDIR%/ \ http://mirrors.ircam.fr/pub/x.org/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.x.org/pub/%SUBDIR%/ \ http://www.portal-to-web.de/pub/mirrors/x.org/%SUBDIR%/ \ http://x.cybermirror.org/%SUBDIR%/ \ http://x.europnews.de/pub/%SUBDIR%/ \ http://xorg.mirror.solnet.ch/pub/%SUBDIR%/ \ http://mirror.nl.leaseweb.net/xorg/%SUBDIR%/ \ http://mirror.de.leaseweb.net/xorg/%SUBDIR%/ \ http://mirrors.go-part.com/xorg/%SUBDIR%/ \ http://ftp.yz.yamagata-u.ac.jp/pub/X11/x.org/%SUBDIR%/ \ http://ftp.kaist.ac.kr/x.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_KERNEL_ORG) MASTER_SITE_KERNEL_ORG+= \ https://www.kernel.org/pub/%SUBDIR%/ \ ftp://ftp.ntu.edu.tw/%SUBDIR%/ \ http://ftp.sunet.se/pub/Linux/kernel.org/%SUBDIR%/ \ http://ftp.yandex.ru/pub/%SUBDIR%/ \ http://ftp.heanet.ie/pub/%SUBDIR%/ \ http://slackware.cs.utah.edu/pub/kernel.org/pub/%SUBDIR%/ .endif # Macro magic MASTER_SITES_ABBREVS= CPAN:PERL_CPAN \ GH:GITHUB \ GHC:GITHUB_CLOUD \ LODEV:LIBREOFFICE_DEV \ NL:NETLIB \ RG:RUBYGEMS \ SF:SOURCEFORGE \ SFJP:SOURCEFORGE_JP MASTER_SITES_SUBDIRS= APACHE_COMMONS_BINARIES:${PORTNAME:S,commons-,,} \ APACHE_COMMONS_SOURCE:${PORTNAME:S,commons-,,} \ APACHE_JAKARTA:${PORTNAME:S,-,/,}/source \ BERLIOS:${PORTNAME:tl}.berlios \ CHEESESHOP:source/${DISTNAME:C/(.).*/\1/}/${DISTNAME:S/-${DISTVERSIONFULL}$//} \ DEBIAN:pool/main/${PORTNAME:C/^((lib)?.).*$/\1/}/${PORTNAME} \ FARSIGHT:${PORTNAME} \ FESTIVAL:${PORTVERSION} \ GCC:releases/${DISTNAME} \ GENTOO:distfiles \ GIMP:${PORTNAME}/${PORTVERSION:R}/ \ GITHUB:${GH_ACCOUNT}/${GH_PROJECT}/tar.gz/${GH_TAGNAME}?dummy=/ \ GITHUB_CLOUD:${GH_ACCOUNT}/${GH_PROJECT}/ \ GNOME:sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \ GNU:${PORTNAME} \ GNUPG:${PORTNAME} \ GNU_ALPHA:${PORTNAME} \ HORDE:${PORTNAME} \ LIBREOFFICE_DEV:${PORTNAME} \ MATE:${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \ MOZDEV:${PORTNAME:tl} \ NETLIB:${PORTNAME} \ PERL_CPAN:${PORTNAME:C/-.*//} \ QT:archive/qt/${PORTVERSION:R} \ SAMBA:${PORTNAME} \ SAVANNAH:${PORTNAME:tl} \ SOURCEFORGE:${PORTNAME:tl}/${PORTNAME:tl}/${PORTVERSION} \ XFCE:xfce/${XFCE_MASTER_SITE_VER}/src .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 . if !defined(MASTER_SITE_SUBDIR) . for _subdir_ in ${MASTER_SITES_SUBDIRS} . if ${_site_url_} == ${_subdir_:C/:.*//} _site_subdir_?= ${_subdir_:C/.*://} . endif . endfor . endif . 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 .if defined(PATCH_SITES) && ${PATCH_SITES:N*\:/*} .for _site__ in ${PATCH_SITES} _site_=${_site__} . if ${_site_:M*\:/*} PATCH_SITES_EXP+= ${_site_} PATCH_SITES_EXP:= ${PATCH_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 . if !defined(MASTER_SITE_SUBDIR) . for _subdir_ in ${MASTER_SITES_SUBDIRS} . if ${_site_url_} == ${_subdir_:C/:.*//} _site_subdir_?= ${_subdir_:C/.*://} . endif . endfor . endif . ifdef MASTER_SITE_${_site_url_} . ifdef _site_subdir_ PATCH_SITES_EXP+= ${MASTER_SITE_${_site_url_}:S^%SUBDIR%^${_site_subdir_}^:S/$/:${_site_group_}/:S/:$//} . else PATCH_SITES_EXP+= ${MASTER_SITE_${_site_url_}:S/$/:${_site_group_}/:S/:$//} . endif PATCH_SITES_EXP:= ${PATCH_SITES_EXP} . endif . endif .endfor PATCH_SITES= ${PATCH_SITES_EXP} .endif Index: head/accessibility/Makefile =================================================================== --- head/accessibility/Makefile (revision 424258) +++ head/accessibility/Makefile (revision 424259) @@ -1,41 +1,42 @@ # $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 += caribou SUBDIR += dasher SUBDIR += eflite SUBDIR += gnome-mag SUBDIR += gnome-speech SUBDIR += gok SUBDIR += java-access-bridge SUBDIR += jovie SUBDIR += kaccessible SUBDIR += kdeaccessibility4 SUBDIR += kmag SUBDIR += kmousetool SUBDIR += kmouth SUBDIR += linux-c6-atk + SUBDIR += linux-c7-atk SUBDIR += linux-f10-atk SUBDIR += mousetweaks SUBDIR += orca SUBDIR += py-atspi SUBDIR += py-papi SUBDIR += py3-atspi SUBDIR += py3-speech-dispatcher SUBDIR += qt4-accessible SUBDIR += redshift SUBDIR += rubygem-atk SUBDIR += speech-dispatcher SUBDIR += yasr .include Index: head/accessibility/linux-c7-atk/Makefile =================================================================== --- head/accessibility/linux-c7-atk/Makefile (nonexistent) +++ head/accessibility/linux-c7-atk/Makefile (revision 424259) @@ -0,0 +1,21 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= atk +PORTVERSION= 2.14.0 +CATEGORIES= accessibility linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Accessibility Toolkit, Linux binary (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= GPLv3 + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +USES= linux:c7 +RPMVERSION= 1.el7 +USE_LINUX_RPM= yes +USE_LDCONFIG= yes +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/accessibility/linux-c7-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-c7-atk/distinfo.i386 =================================================================== --- head/accessibility/linux-c7-atk/distinfo.i386 (nonexistent) +++ head/accessibility/linux-c7-atk/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473356007 +SHA256 (rpm/centos/7.2.1511/i386/atk-2.14.0-1.el7.i686.rpm) = fc169a185c6eff9ee057c9020b8fef1f4055c2b14471b1b71f98c9c6c570fadc +SIZE (rpm/centos/7.2.1511/i386/atk-2.14.0-1.el7.i686.rpm) = 256204 +SHA256 (rpm/centos/7.2.1511/i386/atk-2.14.0-1.el7.src.rpm) = d1aac0f30e3a19dc7557ac2f92e18623cda894b1e9241a48b6d06b8628e742c8 +SIZE (rpm/centos/7.2.1511/i386/atk-2.14.0-1.el7.src.rpm) = 714590 Property changes on: head/accessibility/linux-c7-atk/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/accessibility/linux-c7-atk/distinfo.x86_64 =================================================================== --- head/accessibility/linux-c7-atk/distinfo.x86_64 (nonexistent) +++ head/accessibility/linux-c7-atk/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674923 +SHA256 (rpm/centos/7.2.1511/x86_64/atk-2.14.0-1.el7.i686.rpm) = fc169a185c6eff9ee057c9020b8fef1f4055c2b14471b1b71f98c9c6c570fadc +SIZE (rpm/centos/7.2.1511/x86_64/atk-2.14.0-1.el7.i686.rpm) = 256204 +SHA256 (rpm/centos/7.2.1511/x86_64/atk-2.14.0-1.el7.x86_64.rpm) = 298e5c773f2b0dfe46219dc50ef63a9054c29f9e79e406f1589410f5e99c6a74 +SIZE (rpm/centos/7.2.1511/x86_64/atk-2.14.0-1.el7.x86_64.rpm) = 257180 +SHA256 (rpm/centos/7.2.1511/x86_64/atk-2.14.0-1.el7.src.rpm) = d1aac0f30e3a19dc7557ac2f92e18623cda894b1e9241a48b6d06b8628e742c8 +SIZE (rpm/centos/7.2.1511/x86_64/atk-2.14.0-1.el7.src.rpm) = 714590 Property changes on: head/accessibility/linux-c7-atk/distinfo.x86_64 ___________________________________________________________________ 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-c7-atk/pkg-plist.i386 =================================================================== --- head/accessibility/linux-c7-atk/pkg-plist.i386 (nonexistent) +++ head/accessibility/linux-c7-atk/pkg-plist.i386 (revision 424259) @@ -0,0 +1,104 @@ +usr/lib/girepository-1.0/Atk-1.0.typelib +usr/lib/libatk-1.0.so.0 +usr/lib/libatk-1.0.so.0.21409.1 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/locale/af/LC_MESSAGES/atk10.mo +usr/share/locale/am/LC_MESSAGES/atk10.mo +usr/share/locale/an/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@shaw/LC_MESSAGES/atk10.mo +usr/share/locale/en_CA/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/hy/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/kk/LC_MESSAGES/atk10.mo +usr/share/locale/km/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/tg/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 +usr/share/locale/zu/LC_MESSAGES/atk10.mo Property changes on: head/accessibility/linux-c7-atk/pkg-plist.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/accessibility/linux-c7-atk/pkg-plist.x86_64 =================================================================== --- head/accessibility/linux-c7-atk/pkg-plist.x86_64 (nonexistent) +++ head/accessibility/linux-c7-atk/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,107 @@ +usr/lib/girepository-1.0/Atk-1.0.typelib +usr/lib/libatk-1.0.so.0 +usr/lib/libatk-1.0.so.0.21409.1 +usr/lib64/girepository-1.0/Atk-1.0.typelib +usr/lib64/libatk-1.0.so.0 +usr/lib64/libatk-1.0.so.0.21409.1 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/locale/af/LC_MESSAGES/atk10.mo +usr/share/locale/am/LC_MESSAGES/atk10.mo +usr/share/locale/an/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@shaw/LC_MESSAGES/atk10.mo +usr/share/locale/en_CA/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/hy/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/kk/LC_MESSAGES/atk10.mo +usr/share/locale/km/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/tg/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 +usr/share/locale/zu/LC_MESSAGES/atk10.mo Property changes on: head/accessibility/linux-c7-atk/pkg-plist.x86_64 ___________________________________________________________________ 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/Makefile =================================================================== --- head/audio/Makefile (revision 424258) +++ head/audio/Makefile (revision 424259) @@ -1,853 +1,867 @@ # $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 += alienwah SUBDIR += alsa-lib SUBDIR += alsa-plugins SUBDIR += alsa-utils SUBDIR += alure SUBDIR += amarok-kde4 SUBDIR += amb-plugins SUBDIR += amp SUBDIR += ample SUBDIR += aqualung SUBDIR += ardour SUBDIR += ario SUBDIR += arss SUBDIR += ascd SUBDIR += asmix SUBDIR += asmixer SUBDIR += asterisk-espeak SUBDIR += asterisk-flite SUBDIR += asunder SUBDIR += atunes SUBDIR += aubio SUBDIR += aucatctl SUBDIR += audacity SUBDIR += audex SUBDIR += audiere SUBDIR += audiotag SUBDIR += aumix SUBDIR += aureal-kmod SUBDIR += autocd SUBDIR += autotalent SUBDIR += autozen SUBDIR += baresip SUBDIR += baudline SUBDIR += bcg729 SUBDIR += beast SUBDIR += beep SUBDIR += beets SUBDIR += blop SUBDIR += boodler SUBDIR += bristol SUBDIR += calf SUBDIR += cam SUBDIR += cantata 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 += codec2 SUBDIR += cpige SUBDIR += cplay SUBDIR += cpp-xmms2 SUBDIR += creox SUBDIR += crip SUBDIR += csound SUBDIR += csound6 SUBDIR += ctronome SUBDIR += cue2toc SUBDIR += cueplayer SUBDIR += cuetools SUBDIR += cutmp3 SUBDIR += dagrab SUBDIR += darkice SUBDIR += dcd SUBDIR += deadbeef SUBDIR += deadbeef-jack-plugin SUBDIR += deadbeef-mpris2-plugin SUBDIR += deadbeef-musical-spectrum-plugin SUBDIR += deadbeef-playback-status-plugin SUBDIR += deadbeef-quick-search-plugin SUBDIR += deadbeef-vu-meter-plugin SUBDIR += deadbeef-waveform-seekbar-plugin SUBDIR += decibel-audio-player SUBDIR += deforaos-mixer SUBDIR += dekagen SUBDIR += denemo SUBDIR += dir2ogg SUBDIR += discid SUBDIR += dream SUBDIR += drumpiler SUBDIR += dsbmixer SUBDIR += dssi SUBDIR += dtmfdial SUBDIR += dumb SUBDIR += dumb-allegro 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 += exaile-devel 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-cmu_us_awb_arctic SUBDIR += festvox-cmu_us_bdl_arctic SUBDIR += festvox-cmu_us_clb_arctic SUBDIR += festvox-cmu_us_jmk_arctic SUBDIR += festvox-cmu_us_ksp_arctic SUBDIR += festvox-cmu_us_rms_arctic SUBDIR += festvox-cmu_us_slt_arctic 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 += flacon SUBDIR += flake SUBDIR += flite SUBDIR += fluid-soundfont SUBDIR += fluidsynth SUBDIR += fluidsynth-dssi SUBDIR += fmit SUBDIR += forked-daapd SUBDIR += fpc-a52 SUBDIR += fpc-mad SUBDIR += fpc-modplug SUBDIR += fpc-oggvorbis SUBDIR += fpc-openal 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 += gnome-music SUBDIR += gnomoradio SUBDIR += gnormalize SUBDIR += gnuitar SUBDIR += gnupod SUBDIR += gnuspeechsa SUBDIR += gnustep-cdplayer SUBDIR += gogglesmm SUBDIR += goobox SUBDIR += gqmpeg SUBDIR += gqradio SUBDIR += gramofile SUBDIR += grip SUBDIR += gsm SUBDIR += gsound 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-bs2b SUBDIR += gstreamer1-plugins-cdparanoia SUBDIR += gstreamer1-plugins-chromaprint 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-mpg123 SUBDIR += gstreamer1-plugins-ogg SUBDIR += gstreamer1-plugins-opus SUBDIR += gstreamer1-plugins-pulse 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 += 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 += libfilteraudio SUBDIR += libfishsound SUBDIR += libg722 SUBDIR += libgig SUBDIR += libgme SUBDIR += libgpod SUBDIR += libgroove SUBDIR += libid3tag SUBDIR += libkcddb SUBDIR += libkcompactdisc SUBDIR += liblastfm SUBDIR += liblo SUBDIR += liblscp SUBDIR += libmad SUBDIR += libmatemixer 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 += libsoxr SUBDIR += libtremor SUBDIR += libumidi SUBDIR += libvorbis SUBDIR += libworkman SUBDIR += libxmp SUBDIR += lingot 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-c7-alsa-lib + SUBDIR += linux-c7-alsa-plugins-oss + SUBDIR += linux-c7-alsa-plugins-pulseaudio + SUBDIR += linux-c7-alsa-utils + SUBDIR += linux-c7-audiofile + SUBDIR += linux-c7-esound + SUBDIR += linux-c7-flac + SUBDIR += linux-c7-libogg + SUBDIR += linux-c7-libsndfile + SUBDIR += linux-c7-libvorbis + SUBDIR += linux-c7-openal-soft + SUBDIR += linux-c7-pulseaudio-libs + SUBDIR += linux-c7-pulseaudio-utils + SUBDIR += linux-c7-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-genpuid SUBDIR += linux-laudio SUBDIR += linux-mbrola SUBDIR += linux-neroaaccodec SUBDIR += linux-skype_oss_wrapper SUBDIR += linuxsampler SUBDIR += listener SUBDIR += lmms SUBDIR += logitechmediaserver SUBDIR += logitechmediaserver-dynamicplaylist SUBDIR += logitechmediaserver-lazysearch SUBDIR += logitechmediaserver-sqlplaylist SUBDIR += logitechmediaserver-superdatetime SUBDIR += logitechmediaserver-trackstat SUBDIR += lollypop SUBDIR += lpac SUBDIR += lua51-mpd SUBDIR += lv2core SUBDIR += lxmusic SUBDIR += mac SUBDIR += madfufw SUBDIR += madplay SUBDIR += malint 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 += mpg123 SUBDIR += mpg123.el SUBDIR += mpg321 SUBDIR += mpiosh SUBDIR += mps SUBDIR += msbcg729 SUBDIR += msilbc SUBDIR += mumble SUBDIR += murmur SUBDIR += muse SUBDIR += musepack SUBDIR += musescore 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 += optimfrog-sse2 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 += paman SUBDIR += paprefs SUBDIR += patchage SUBDIR += pavucontrol SUBDIR += pavumeter SUBDIR += pd SUBDIR += pd-cyclone SUBDIR += pear-Text_Spell_Audio 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 += praat SUBDIR += pragha SUBDIR += puddletag SUBDIR += pulseaudio SUBDIR += pulseaudio-module-sndio SUBDIR += py-al SUBDIR += py-ao SUBDIR += py-apetag SUBDIR += py-cddb SUBDIR += py-discid SUBDIR += py-discogs-client SUBDIR += py-eyed3 SUBDIR += py-fmoo-audiotools SUBDIR += py-gmusicapi 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-soundcloud SUBDIR += py-speechrecognition SUBDIR += py-speex SUBDIR += py-tagpy SUBDIR += py-vorbis SUBDIR += py-xmms2 SUBDIR += py3-mutagen SUBDIR += py3-pylast SUBDIR += pytone SUBDIR += qjackctl SUBDIR += qmpdclient SUBDIR += qsampler SUBDIR += qsynth SUBDIR += quimup SUBDIR += raop_play SUBDIR += raul SUBDIR += rawrec SUBDIR += re SUBDIR += rebot3 SUBDIR += rem SUBDIR += resid SUBDIR += rexima 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-ruby-shout SUBDIR += s3mod SUBDIR += sbagen SUBDIR += schism SUBDIR += scrobbler SUBDIR += sdl2_mixer SUBDIR += sdl_mixer SUBDIR += sdl_sound SUBDIR += sfront SUBDIR += shairplay SUBDIR += shairport SUBDIR += shntool SUBDIR += shorten SUBDIR += shout SUBDIR += shout-idjc SUBDIR += shoutcast SUBDIR += sidplay SUBDIR += sidplay2 SUBDIR += sidplayer SUBDIR += simon SUBDIR += simplemod SUBDIR += siren SUBDIR += skype-call-recorder SUBDIR += slv2 SUBDIR += smasher SUBDIR += snack SUBDIR += snd SUBDIR += sndio SUBDIR += solfege SUBDIR += sonata SUBDIR += sooperlooper SUBDIR += sound-juicer SUBDIR += soundconverter SUBDIR += soundgrab SUBDIR += soundkonverter SUBDIR += soundtouch SUBDIR += soundtracker SUBDIR += sox SUBDIR += specimen SUBDIR += speex SUBDIR += speexdsp SUBDIR += spek SUBDIR += sphinx SUBDIR += sphinx3 SUBDIR += sphinxbase SUBDIR += spiralloops SUBDIR += spiralsynth SUBDIR += spiralsynthmodular SUBDIR += splay SUBDIR += splaytk SUBDIR += squash SUBDIR += streamripper SUBDIR += streamtranscoder 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 += 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 += volumeicon SUBDIR += vorbis-tools SUBDIR += vorbisgain SUBDIR += vsound SUBDIR += waon SUBDIR += wav2cdr SUBDIR += wavbreaker SUBDIR += wavegain SUBDIR += waveplay SUBDIR += wavpack SUBDIR += wavplay SUBDIR += whysynth SUBDIR += wildmidi SUBDIR += wmalbum SUBDIR += wmix SUBDIR += wmrecord SUBDIR += wmsmixer SUBDIR += workman SUBDIR += wxguitar SUBDIR += xanalyser SUBDIR += xcd SUBDIR += xcdplayer SUBDIR += xfce4-mixer SUBDIR += xfce4-mpc-plugin SUBDIR += xfce4-pulseaudio-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-c7-alsa-lib/Makefile =================================================================== --- head/audio/linux-c7-alsa-lib/Makefile (nonexistent) +++ head/audio/linux-c7-alsa-lib/Makefile (revision 424259) @@ -0,0 +1,36 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= alsa-lib +PORTVERSION= 1.0.28 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Advanced Linux Sound Architecture libraries (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= GPLv3 + +RUN_DEPENDS= alsa-lib>0:audio/alsa-lib + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +USES= linux:c7 +USE_LINUX_RPM= yes +RPMVERSION= 2.el7 +USE_LDCONFIG= yes + +# We will use native configuration file, so delete a linux one +post-extract: + @${RM} -r ${WRKSRC}/etc + +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/etc + ${LN} -fs ${LOCALBASE}/etc/asound.conf ${STAGEDIR}${PREFIX}/etc + ${RM} ${STAGEDIR}${PREFIX}/usr/lib/alsa-lib/smixer/smixer-ac97.la + ${RM} ${STAGEDIR}${PREFIX}/usr/lib/alsa-lib/smixer/smixer-hda.la + ${RM} ${STAGEDIR}${PREFIX}/usr/lib/alsa-lib/smixer/smixer-sbase.la + ${RM} ${STAGEDIR}${PREFIX}/usr/lib64/alsa-lib/smixer/smixer-ac97.la + ${RM} ${STAGEDIR}${PREFIX}/usr/lib64/alsa-lib/smixer/smixer-hda.la + ${RM} ${STAGEDIR}${PREFIX}/usr/lib64/alsa-lib/smixer/smixer-sbase.la + +.include Property changes on: head/audio/linux-c7-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-c7-alsa-lib/distinfo.i386 =================================================================== --- head/audio/linux-c7-alsa-lib/distinfo.i386 (nonexistent) +++ head/audio/linux-c7-alsa-lib/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473356028 +SHA256 (rpm/centos/7.2.1511/i386/alsa-lib-1.0.28-2.el7.i686.rpm) = a34e74ce0536c7fe9d1efa52d4f17f9936fedfb22e74da820fae630da827b3bb +SIZE (rpm/centos/7.2.1511/i386/alsa-lib-1.0.28-2.el7.i686.rpm) = 400068 +SHA256 (rpm/centos/7.2.1511/i386/alsa-lib-1.0.28-2.el7.src.rpm) = f0d05302a834eaa3f73a3fdb467320bdbe507d053bb15caa8a55c7c514025578 +SIZE (rpm/centos/7.2.1511/i386/alsa-lib-1.0.28-2.el7.src.rpm) = 948434 Property changes on: head/audio/linux-c7-alsa-lib/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-c7-alsa-lib/distinfo.x86_64 =================================================================== --- head/audio/linux-c7-alsa-lib/distinfo.x86_64 (nonexistent) +++ head/audio/linux-c7-alsa-lib/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674933 +SHA256 (rpm/centos/7.2.1511/x86_64/alsa-lib-1.0.28-2.el7.i686.rpm) = a34e74ce0536c7fe9d1efa52d4f17f9936fedfb22e74da820fae630da827b3bb +SIZE (rpm/centos/7.2.1511/x86_64/alsa-lib-1.0.28-2.el7.i686.rpm) = 400068 +SHA256 (rpm/centos/7.2.1511/x86_64/alsa-lib-1.0.28-2.el7.x86_64.rpm) = 340bfed2206d6b765fa2f342f7da13209075132ae9f27956676ca6aa53a353f0 +SIZE (rpm/centos/7.2.1511/x86_64/alsa-lib-1.0.28-2.el7.x86_64.rpm) = 400324 +SHA256 (rpm/centos/7.2.1511/x86_64/alsa-lib-1.0.28-2.el7.src.rpm) = f0d05302a834eaa3f73a3fdb467320bdbe507d053bb15caa8a55c7c514025578 +SIZE (rpm/centos/7.2.1511/x86_64/alsa-lib-1.0.28-2.el7.src.rpm) = 948434 Property changes on: head/audio/linux-c7-alsa-lib/distinfo.x86_64 ___________________________________________________________________ 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-c7-alsa-lib/pkg-plist.i386 =================================================================== --- head/audio/linux-c7-alsa-lib/pkg-plist.i386 (nonexistent) +++ head/audio/linux-c7-alsa-lib/pkg-plist.i386 (revision 424259) @@ -0,0 +1,89 @@ +etc/asound.conf +lib/libasound.so.2 +lib/libasound.so.2.0.0 +lib/modprobe.d/dist-alsa.conf +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/alsa.conf.d/README +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/Echo_Echo3G.conf +usr/share/alsa/cards/FM801.conf +usr/share/alsa/cards/FWSpeakers.conf +usr/share/alsa/cards/FireWave.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/Loopback.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/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.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/surround21.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 +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/asoundrc.txt +%%PORTDOCS%%%%DOCSDIR%%/modprobe-dist-oss.conf +@dir usr/share/alsa/ucm Property changes on: head/audio/linux-c7-alsa-lib/pkg-plist.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-c7-alsa-lib/pkg-plist.x86_64 =================================================================== --- head/audio/linux-c7-alsa-lib/pkg-plist.x86_64 (nonexistent) +++ head/audio/linux-c7-alsa-lib/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,94 @@ +etc/asound.conf +lib/libasound.so.2 +lib/libasound.so.2.0.0 +lib/modprobe.d/dist-alsa.conf +lib64/libasound.so.2 +lib64/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/lib64/alsa-lib/smixer/smixer-ac97.so +usr/lib64/alsa-lib/smixer/smixer-hda.so +usr/lib64/alsa-lib/smixer/smixer-sbase.so +usr/share/alsa/alsa.conf +usr/share/alsa/alsa.conf.d/README +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/Echo_Echo3G.conf +usr/share/alsa/cards/FM801.conf +usr/share/alsa/cards/FWSpeakers.conf +usr/share/alsa/cards/FireWave.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/Loopback.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/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.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/surround21.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 +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/asoundrc.txt +%%PORTDOCS%%%%DOCSDIR%%/modprobe-dist-oss.conf +@dir usr/share/alsa/ucm Property changes on: head/audio/linux-c7-alsa-lib/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-alsa-lib/pkg-descr =================================================================== --- head/audio/linux-c7-alsa-lib/pkg-descr (nonexistent) +++ head/audio/linux-c7-alsa-lib/pkg-descr (revision 424259) @@ -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-c7-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-c7-alsa-plugins-oss/Makefile =================================================================== --- head/audio/linux-c7-alsa-plugins-oss/Makefile (nonexistent) +++ head/audio/linux-c7-alsa-plugins-oss/Makefile (revision 424259) @@ -0,0 +1,28 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= alsa-plugins-oss +PORTVERSION= 1.0.27 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= OSS plugin for ALSA (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= GPLv3 + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +SRC_DISTFILES= alsa-plugins-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE + +USES= linux:c7 +USE_LINUX= alsalib +USE_LINUX_RPM= yes +RPMVERSION= 3.el7 + +USE_LDCONFIG= yes + +# We will use native configuration file, so delete a linux one +post-extract: + @${RM} -r ${WRKSRC}/etc + +.include Property changes on: head/audio/linux-c7-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-c7-alsa-plugins-oss/distinfo.i386 =================================================================== --- head/audio/linux-c7-alsa-plugins-oss/distinfo.i386 (nonexistent) +++ head/audio/linux-c7-alsa-plugins-oss/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473356030 +SHA256 (rpm/centos/7.2.1511/i386/alsa-plugins-oss-1.0.27-3.el7.i686.rpm) = 2d9159315d81e7ec27a33b3fa2acaa1cd773afc7a2753b450f59ba4b21b32d55 +SIZE (rpm/centos/7.2.1511/i386/alsa-plugins-oss-1.0.27-3.el7.i686.rpm) = 32156 +SHA256 (rpm/centos/7.2.1511/i386/alsa-plugins-1.0.27-3.el7.src.rpm) = beb2c6be273b3c85fe960634c77ea0dc9b8dba3d0cacddfbb0eaf2a463b58e25 +SIZE (rpm/centos/7.2.1511/i386/alsa-plugins-1.0.27-3.el7.src.rpm) = 378782 Property changes on: head/audio/linux-c7-alsa-plugins-oss/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-c7-alsa-plugins-oss/distinfo.x86_64 =================================================================== --- head/audio/linux-c7-alsa-plugins-oss/distinfo.x86_64 (nonexistent) +++ head/audio/linux-c7-alsa-plugins-oss/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674934 +SHA256 (rpm/centos/7.2.1511/x86_64/alsa-plugins-oss-1.0.27-3.el7.i686.rpm) = 2d9159315d81e7ec27a33b3fa2acaa1cd773afc7a2753b450f59ba4b21b32d55 +SIZE (rpm/centos/7.2.1511/x86_64/alsa-plugins-oss-1.0.27-3.el7.i686.rpm) = 32156 +SHA256 (rpm/centos/7.2.1511/x86_64/alsa-plugins-oss-1.0.27-3.el7.x86_64.rpm) = 5fb8730d79ba211a9b4ed7e80ba2fd7131d9af4f00696f65922313bf7b9e73e4 +SIZE (rpm/centos/7.2.1511/x86_64/alsa-plugins-oss-1.0.27-3.el7.x86_64.rpm) = 32564 +SHA256 (rpm/centos/7.2.1511/x86_64/alsa-plugins-1.0.27-3.el7.src.rpm) = beb2c6be273b3c85fe960634c77ea0dc9b8dba3d0cacddfbb0eaf2a463b58e25 +SIZE (rpm/centos/7.2.1511/x86_64/alsa-plugins-1.0.27-3.el7.src.rpm) = 378782 Property changes on: head/audio/linux-c7-alsa-plugins-oss/distinfo.x86_64 ___________________________________________________________________ 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-c7-alsa-plugins-oss/pkg-plist.i386 =================================================================== --- head/audio/linux-c7-alsa-plugins-oss/pkg-plist.i386 (nonexistent) +++ head/audio/linux-c7-alsa-plugins-oss/pkg-plist.i386 (revision 424259) @@ -0,0 +1,6 @@ +usr/lib/alsa-lib/libasound_module_ctl_oss.so +usr/lib/alsa-lib/libasound_module_pcm_oss.so +usr/share/alsa/alsa.conf.d/50-pcm-oss.conf +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/COPYING.GPL +%%PORTDOCS%%%%DOCSDIR%%/README-pcm-oss Property changes on: head/audio/linux-c7-alsa-plugins-oss/pkg-plist.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-c7-alsa-plugins-oss/pkg-plist.x86_64 =================================================================== --- head/audio/linux-c7-alsa-plugins-oss/pkg-plist.x86_64 (nonexistent) +++ head/audio/linux-c7-alsa-plugins-oss/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,8 @@ +usr/lib/alsa-lib/libasound_module_ctl_oss.so +usr/lib/alsa-lib/libasound_module_pcm_oss.so +usr/lib64/alsa-lib/libasound_module_ctl_oss.so +usr/lib64/alsa-lib/libasound_module_pcm_oss.so +usr/share/alsa/alsa.conf.d/50-pcm-oss.conf +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/COPYING.GPL +%%PORTDOCS%%%%DOCSDIR%%/README-pcm-oss Property changes on: head/audio/linux-c7-alsa-plugins-oss/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-alsa-plugins-oss/pkg-descr =================================================================== --- head/audio/linux-c7-alsa-plugins-oss/pkg-descr (nonexistent) +++ head/audio/linux-c7-alsa-plugins-oss/pkg-descr (revision 424259) @@ -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-c7-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-c7-alsa-plugins-pulseaudio/Makefile =================================================================== --- head/audio/linux-c7-alsa-plugins-pulseaudio/Makefile (nonexistent) +++ head/audio/linux-c7-alsa-plugins-pulseaudio/Makefile (revision 424259) @@ -0,0 +1,28 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= alsa-plugins-pulseaudio +PORTVERSION= 1.0.27 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= PulseAudio plugin for ALSA (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= GPLv3 + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +SRC_DISTFILES= alsa-plugins-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE + +USES= linux:c7 +USE_LINUX= alsalib pulseaudio-libs +USE_LINUX_RPM= yes +RPMVERSION= 3.el7 + +USE_LDCONFIG= yes + +# We will use native configuration file, so delete a linux one +post-extract: + @${RM} -r ${WRKSRC}/etc + +.include Property changes on: head/audio/linux-c7-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-c7-alsa-plugins-pulseaudio/distinfo.i386 =================================================================== --- head/audio/linux-c7-alsa-plugins-pulseaudio/distinfo.i386 (nonexistent) +++ head/audio/linux-c7-alsa-plugins-pulseaudio/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473356030 +SHA256 (rpm/centos/7.2.1511/i386/alsa-plugins-pulseaudio-1.0.27-3.el7.i686.rpm) = e01a3d9ab8492593a82816da304532d73ee68862770498e322c0e86c50873590 +SIZE (rpm/centos/7.2.1511/i386/alsa-plugins-pulseaudio-1.0.27-3.el7.i686.rpm) = 41204 +SHA256 (rpm/centos/7.2.1511/i386/alsa-plugins-1.0.27-3.el7.src.rpm) = beb2c6be273b3c85fe960634c77ea0dc9b8dba3d0cacddfbb0eaf2a463b58e25 +SIZE (rpm/centos/7.2.1511/i386/alsa-plugins-1.0.27-3.el7.src.rpm) = 378782 Property changes on: head/audio/linux-c7-alsa-plugins-pulseaudio/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-c7-alsa-plugins-pulseaudio/distinfo.x86_64 =================================================================== --- head/audio/linux-c7-alsa-plugins-pulseaudio/distinfo.x86_64 (nonexistent) +++ head/audio/linux-c7-alsa-plugins-pulseaudio/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674935 +SHA256 (rpm/centos/7.2.1511/x86_64/alsa-plugins-pulseaudio-1.0.27-3.el7.i686.rpm) = e01a3d9ab8492593a82816da304532d73ee68862770498e322c0e86c50873590 +SIZE (rpm/centos/7.2.1511/x86_64/alsa-plugins-pulseaudio-1.0.27-3.el7.i686.rpm) = 41204 +SHA256 (rpm/centos/7.2.1511/x86_64/alsa-plugins-pulseaudio-1.0.27-3.el7.x86_64.rpm) = 35a1e3dfa9d8f2585b5e6ad2cd6b1f6fc951214bb46db6d0be5d37c208733638 +SIZE (rpm/centos/7.2.1511/x86_64/alsa-plugins-pulseaudio-1.0.27-3.el7.x86_64.rpm) = 41936 +SHA256 (rpm/centos/7.2.1511/x86_64/alsa-plugins-1.0.27-3.el7.src.rpm) = beb2c6be273b3c85fe960634c77ea0dc9b8dba3d0cacddfbb0eaf2a463b58e25 +SIZE (rpm/centos/7.2.1511/x86_64/alsa-plugins-1.0.27-3.el7.src.rpm) = 378782 Property changes on: head/audio/linux-c7-alsa-plugins-pulseaudio/distinfo.x86_64 ___________________________________________________________________ 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-c7-alsa-plugins-pulseaudio/pkg-plist.i386 =================================================================== --- head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.i386 (nonexistent) +++ head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.i386 (revision 424259) @@ -0,0 +1,6 @@ +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/share/doc/alsa-plugins-pulseaudio-1.0.27/COPYING +%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.0.27/COPYING.GPL +%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.0.27/README-pulse Property changes on: head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.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-c7-alsa-plugins-pulseaudio/pkg-plist.x86_64 =================================================================== --- head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.x86_64 (nonexistent) +++ head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,9 @@ +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 +usr/lib64/alsa-lib/libasound_module_conf_pulse.so +usr/lib64/alsa-lib/libasound_module_ctl_pulse.so +usr/lib64/alsa-lib/libasound_module_pcm_pulse.so +%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.0.27/COPYING +%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.0.27/COPYING.GPL +%%PORTDOCS%%usr/share/doc/alsa-plugins-pulseaudio-1.0.27/README-pulse Property changes on: head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-alsa-plugins-pulseaudio/pkg-descr =================================================================== --- head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-descr (nonexistent) +++ head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-descr (revision 424259) @@ -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-c7-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-c7-alsa-utils/Makefile =================================================================== --- head/audio/linux-c7-alsa-utils/Makefile (nonexistent) +++ head/audio/linux-c7-alsa-utils/Makefile (revision 424259) @@ -0,0 +1,21 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= alsa-utils +PORTVERSION= 1.0.28 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Advanced Linux Sound Architecture libraries (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= GPLv3 + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +USE_LINUX= alsalib alsa-plugins-oss + +USES= linux:c7 +USE_LINUX_RPM= nolib +RPMVERSION= 4.el7 + +.include Property changes on: head/audio/linux-c7-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-c7-alsa-utils/distinfo.i386 =================================================================== --- head/audio/linux-c7-alsa-utils/distinfo.i386 (nonexistent) +++ head/audio/linux-c7-alsa-utils/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473356022 +SHA256 (rpm/centos/7.2.1511/i386/alsa-utils-1.0.28-4.el7.i686.rpm) = 9d6f0b9c73a6e979b67507e6bedda296a0b7e54fe178f6aaf401075eef65641e +SIZE (rpm/centos/7.2.1511/i386/alsa-utils-1.0.28-4.el7.i686.rpm) = 1058224 +SHA256 (rpm/centos/7.2.1511/i386/alsa-utils-1.0.28-4.el7.src.rpm) = 560f8ccbb0933ec9f4fb0e9b5449ea3a1ee6f5ed7b3eb65e11850815d9689b9e +SIZE (rpm/centos/7.2.1511/i386/alsa-utils-1.0.28-4.el7.src.rpm) = 1190041 Property changes on: head/audio/linux-c7-alsa-utils/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-c7-alsa-utils/distinfo.x86_64 =================================================================== --- head/audio/linux-c7-alsa-utils/distinfo.x86_64 (nonexistent) +++ head/audio/linux-c7-alsa-utils/distinfo.x86_64 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473674930 +SHA256 (rpm/centos/7.2.1511/x86_64/alsa-utils-1.0.28-4.el7.x86_64.rpm) = acc8822e2fc4b041d2209e470c5140a77b581210cf4eb996a5c259f4a7632f21 +SIZE (rpm/centos/7.2.1511/x86_64/alsa-utils-1.0.28-4.el7.x86_64.rpm) = 1065580 +SHA256 (rpm/centos/7.2.1511/x86_64/alsa-utils-1.0.28-4.el7.src.rpm) = 560f8ccbb0933ec9f4fb0e9b5449ea3a1ee6f5ed7b3eb65e11850815d9689b9e +SIZE (rpm/centos/7.2.1511/x86_64/alsa-utils-1.0.28-4.el7.src.rpm) = 1190041 Property changes on: head/audio/linux-c7-alsa-utils/distinfo.x86_64 ___________________________________________________________________ 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-c7-alsa-utils/pkg-plist.i386 =================================================================== --- head/audio/linux-c7-alsa-utils/pkg-plist.i386 (nonexistent) +++ head/audio/linux-c7-alsa-utils/pkg-plist.i386 (revision 424259) @@ -0,0 +1,69 @@ +etc/alsa/alsactl.conf +usr/bin/aconnect +usr/bin/alsa-delay +usr/bin/alsaloop +usr/bin/alsamixer +usr/bin/alsaucm +usr/bin/alsaunmute +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/lib/alsa/init/00main +usr/lib/alsa/init/ca0106 +usr/lib/alsa/init/default +usr/lib/alsa/init/hda +usr/lib/alsa/init/help +usr/lib/alsa/init/info +usr/lib/alsa/init/test +usr/lib/systemd/system/alsa-restore.service +usr/lib/systemd/system/alsa-state.service +usr/lib/systemd/system/alsa-store.service +usr/lib/systemd/system/basic.target.wants/alsa-restore.service +usr/lib/systemd/system/basic.target.wants/alsa-state.service +usr/lib/systemd/system/shutdown.target.wants/alsa-store.service +usr/lib/udev/rules.d/90-alsa-restore.rules +usr/sbin/alsa-info +usr/sbin/alsa-info.sh +usr/sbin/alsactl +usr/share/alsa/init +usr/share/alsa/speaker-test/sample_map.csv +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +usr/share/locale/de/LC_MESSAGES/alsa-utils.mo +usr/share/locale/fr/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/alsaunmute.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 +@dir var/lib/alsa Property changes on: head/audio/linux-c7-alsa-utils/pkg-plist.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-c7-alsa-utils/pkg-plist.x86_64 =================================================================== --- head/audio/linux-c7-alsa-utils/pkg-plist.x86_64 (nonexistent) +++ head/audio/linux-c7-alsa-utils/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,69 @@ +etc/alsa/alsactl.conf +usr/bin/aconnect +usr/bin/alsa-delay +usr/bin/alsaloop +usr/bin/alsamixer +usr/bin/alsaucm +usr/bin/alsaunmute +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/lib/alsa/init/00main +usr/lib/alsa/init/ca0106 +usr/lib/alsa/init/default +usr/lib/alsa/init/hda +usr/lib/alsa/init/help +usr/lib/alsa/init/info +usr/lib/alsa/init/test +usr/lib/systemd/system/alsa-restore.service +usr/lib/systemd/system/alsa-state.service +usr/lib/systemd/system/alsa-store.service +usr/lib/systemd/system/basic.target.wants/alsa-restore.service +usr/lib/systemd/system/basic.target.wants/alsa-state.service +usr/lib/systemd/system/shutdown.target.wants/alsa-store.service +usr/lib/udev/rules.d/90-alsa-restore.rules +usr/sbin/alsa-info +usr/sbin/alsa-info.sh +usr/sbin/alsactl +usr/share/alsa/init +usr/share/alsa/speaker-test/sample_map.csv +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +usr/share/locale/de/LC_MESSAGES/alsa-utils.mo +usr/share/locale/fr/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/alsaunmute.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 +@dir var/lib/alsa Property changes on: head/audio/linux-c7-alsa-utils/pkg-plist.x86_64 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c7-alsa-utils/pkg-descr =================================================================== --- head/audio/linux-c7-alsa-utils/pkg-descr (nonexistent) +++ head/audio/linux-c7-alsa-utils/pkg-descr (revision 424259) @@ -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-c7-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-c7-audiofile/Makefile =================================================================== --- head/audio/linux-c7-audiofile/Makefile (nonexistent) +++ head/audio/linux-c7-audiofile/Makefile (revision 424259) @@ -0,0 +1,20 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= audiofile +PORTVERSION= 0.3.6 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Implementation of the Audio File Library (Linux CentOS ${LINUX_DIST_VER}) + +CONTFLICTS= linux-libaudiofile-[0-9]* linux-f10-libaudiofile-[0-9]* + +RPMVERSION= 4.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../lib${PORTNAME}/pkg-descr + +.include Property changes on: head/audio/linux-c7-audiofile/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-c7-audiofile/distinfo.i386 =================================================================== --- head/audio/linux-c7-audiofile/distinfo.i386 (nonexistent) +++ head/audio/linux-c7-audiofile/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473356056 +SHA256 (rpm/centos/7.2.1511/i386/audiofile-0.3.6-4.el7.i686.rpm) = ea641388c065b00c477680e658e14ada6a4353f9fbe8d04606946c92831771e7 +SIZE (rpm/centos/7.2.1511/i386/audiofile-0.3.6-4.el7.i686.rpm) = 159732 +SHA256 (rpm/centos/7.2.1511/i386/audiofile-0.3.6-4.el7.src.rpm) = e7c78c58e09f009adf03d0943ca42f7c53f2cad416c6bb5fd9884233185927dc +SIZE (rpm/centos/7.2.1511/i386/audiofile-0.3.6-4.el7.src.rpm) = 821857 Property changes on: head/audio/linux-c7-audiofile/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-c7-audiofile/distinfo.x86_64 =================================================================== --- head/audio/linux-c7-audiofile/distinfo.x86_64 (nonexistent) +++ head/audio/linux-c7-audiofile/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674950 +SHA256 (rpm/centos/7.2.1511/x86_64/audiofile-0.3.6-4.el7.i686.rpm) = ea641388c065b00c477680e658e14ada6a4353f9fbe8d04606946c92831771e7 +SIZE (rpm/centos/7.2.1511/x86_64/audiofile-0.3.6-4.el7.i686.rpm) = 159732 +SHA256 (rpm/centos/7.2.1511/x86_64/audiofile-0.3.6-4.el7.x86_64.rpm) = 9303406bb9272770f149253b19dde96b7ff3213744564ec22c20fa1560b33fe7 +SIZE (rpm/centos/7.2.1511/x86_64/audiofile-0.3.6-4.el7.x86_64.rpm) = 156376 +SHA256 (rpm/centos/7.2.1511/x86_64/audiofile-0.3.6-4.el7.src.rpm) = e7c78c58e09f009adf03d0943ca42f7c53f2cad416c6bb5fd9884233185927dc +SIZE (rpm/centos/7.2.1511/x86_64/audiofile-0.3.6-4.el7.src.rpm) = 821857 Property changes on: head/audio/linux-c7-audiofile/distinfo.x86_64 ___________________________________________________________________ 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-c7-audiofile/pkg-plist.i386 =================================================================== --- head/audio/linux-c7-audiofile/pkg-plist.i386 (nonexistent) +++ head/audio/linux-c7-audiofile/pkg-plist.i386 (revision 424259) @@ -0,0 +1,62 @@ +usr/bin/sfconvert +usr/bin/sfinfo +usr/lib/libaudiofile.so.1 +usr/lib/libaudiofile.so.1.0.0 +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/docs/afCloseFile.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afCloseFile.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afGetDataOffset.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afGetFrameCount.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afGetFrameCount.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afGetFrameSize.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afGetFrameSize.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afGetTrackBytes.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitAESChannelData.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitAESChannelDataTo.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitAESChannelDataTo.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitByteOrder.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitChannels.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitCompression.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitCompression.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitFileFormat.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitFileFormat.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitRate.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitSampleFormat.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitSampleFormat.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afNewFileSetup.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afNewFileSetup.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afOpenFile.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afOpenFile.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afQuery.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afQuery.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afQueryDouble.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afQueryLong.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afQueryPointer.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afReadFrames.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afReadFrames.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afReadMisc.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afReadMisc.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afSeekFrame.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afSeekFrame.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afSeekMisc.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afSetErrorHandler.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afSetErrorHandler.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afSetVirtualByteOrder.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afSetVirtualChannels.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afSetVirtualPCMMapping.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afSetVirtualSampleFormat.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afSetVirtualSampleFormat.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afTellFrame.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afWriteFrames.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afWriteFrames.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afWriteMisc.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/asciidoc.conf +%%PORTDOCS%%%%DOCSDIR%%/docs/sfconvert.1 +%%PORTDOCS%%%%DOCSDIR%%/docs/sfconvert.1.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/sfinfo.1 +%%PORTDOCS%%%%DOCSDIR%%/docs/sfinfo.1.txt +usr/share/man/man1/sfconvert.1.gz +usr/share/man/man1/sfinfo.1.gz Property changes on: head/audio/linux-c7-audiofile/pkg-plist.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-c7-audiofile/pkg-plist.x86_64 =================================================================== --- head/audio/linux-c7-audiofile/pkg-plist.x86_64 (nonexistent) +++ head/audio/linux-c7-audiofile/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,64 @@ +usr/bin/sfconvert +usr/bin/sfinfo +usr/lib/libaudiofile.so.1 +usr/lib/libaudiofile.so.1.0.0 +usr/lib64/libaudiofile.so.1 +usr/lib64/libaudiofile.so.1.0.0 +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/docs/afCloseFile.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afCloseFile.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afGetDataOffset.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afGetFrameCount.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afGetFrameCount.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afGetFrameSize.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afGetFrameSize.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afGetTrackBytes.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitAESChannelData.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitAESChannelDataTo.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitAESChannelDataTo.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitByteOrder.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitChannels.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitCompression.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitCompression.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitFileFormat.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitFileFormat.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitRate.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitSampleFormat.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afInitSampleFormat.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afNewFileSetup.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afNewFileSetup.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afOpenFile.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afOpenFile.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afQuery.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afQuery.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afQueryDouble.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afQueryLong.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afQueryPointer.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afReadFrames.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afReadFrames.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afReadMisc.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afReadMisc.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afSeekFrame.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afSeekFrame.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afSeekMisc.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afSetErrorHandler.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afSetErrorHandler.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afSetVirtualByteOrder.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afSetVirtualChannels.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afSetVirtualPCMMapping.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afSetVirtualSampleFormat.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afSetVirtualSampleFormat.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afTellFrame.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afWriteFrames.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/afWriteFrames.3.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/afWriteMisc.3 +%%PORTDOCS%%%%DOCSDIR%%/docs/asciidoc.conf +%%PORTDOCS%%%%DOCSDIR%%/docs/sfconvert.1 +%%PORTDOCS%%%%DOCSDIR%%/docs/sfconvert.1.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/sfinfo.1 +%%PORTDOCS%%%%DOCSDIR%%/docs/sfinfo.1.txt +usr/share/man/man1/sfconvert.1.gz +usr/share/man/man1/sfinfo.1.gz Property changes on: head/audio/linux-c7-audiofile/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-esound/Makefile =================================================================== --- head/audio/linux-c7-esound/Makefile (nonexistent) +++ head/audio/linux-c7-esound/Makefile (revision 424259) @@ -0,0 +1,28 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= esound +PORTVERSION= 0.2.41 +CATEGORIES= audio linux +MASTER_SITES= EPEL7/e +LIB_DISTFILES= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX} +SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= RPM of esound (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +LINUX_NAME= ${PORTNAME}-libs +ONLY_FOR_ARCHS= amd64 +RPMVERSION= 12.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= libaudiofile +USE_LINUX_RPM= yes + +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-c7-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-c7-esound/distinfo.x86_64 =================================================================== --- head/audio/linux-c7-esound/distinfo.x86_64 (nonexistent) +++ head/audio/linux-c7-esound/distinfo.x86_64 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473703212 +SHA256 (rpm/centos/7.2.1511/x86_64/esound-libs-0.2.41-12.el7.x86_64.rpm) = fa0c8a1ea02a46633137e3d8787e2952022b952133112048bf0c09c96d94dce9 +SIZE (rpm/centos/7.2.1511/x86_64/esound-libs-0.2.41-12.el7.x86_64.rpm) = 79540 +SHA256 (rpm/centos/7.2.1511/x86_64/esound-0.2.41-12.el7.src.rpm) = 3e8a2b20914fa977a256d659d4c6d0d09d62cc3ecd7fc69d7c10fd47e75aaa5a +SIZE (rpm/centos/7.2.1511/x86_64/esound-0.2.41-12.el7.src.rpm) = 414450 Property changes on: head/audio/linux-c7-esound/distinfo.x86_64 ___________________________________________________________________ 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-c7-esound/pkg-plist.x86_64 =================================================================== --- head/audio/linux-c7-esound/pkg-plist.x86_64 (nonexistent) +++ head/audio/linux-c7-esound/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,4 @@ +usr/lib64/libesd.so.0 +usr/lib64/libesd.so.0.2.39 +usr/lib64/libesddsp.so.0 +usr/lib64/libesddsp.so.0.2.39 Property changes on: head/audio/linux-c7-esound/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-flac/Makefile =================================================================== --- head/audio/linux-c7-flac/Makefile (nonexistent) +++ head/audio/linux-c7-flac/Makefile (revision 424259) @@ -0,0 +1,23 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= flac +PORTVERSION= 1.3.0 +CATEGORIES= audio linux +LIB_DISTFILES= ${PORTNAME}-libs-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX} +SRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Free lossless audio codec (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICT= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 5.el7_1 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= libogg +USE_LINUX_RPM= nolib + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/audio/linux-c7-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-c7-flac/distinfo.i386 =================================================================== --- head/audio/linux-c7-flac/distinfo.i386 (nonexistent) +++ head/audio/linux-c7-flac/distinfo.i386 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473356016 +SHA256 (rpm/centos/7.2.1511/i386/flac-libs-1.3.0-5.el7_1.i686.rpm) = e9b89ac816e668e4b98ddc90c5bc1a89ce9244455f3923eb6e74b8785f873a7c +SIZE (rpm/centos/7.2.1511/i386/flac-libs-1.3.0-5.el7_1.i686.rpm) = 175616 +SHA256 (rpm/centos/7.2.1511/i386/flac-1.3.0-5.el7_1.i686.rpm) = a68ce55c8d21f19d3b4f1808586a742fdcd51a8ca9c1aa2e8fee8919cb2a329b +SIZE (rpm/centos/7.2.1511/i386/flac-1.3.0-5.el7_1.i686.rpm) = 581088 +SHA256 (rpm/centos/7.2.1511/i386/flac-1.3.0-5.el7_1.src.rpm) = f68b46f5e9f8b368e0070d88b81d970626d7f53a0c70396dc590681c917b17fe +SIZE (rpm/centos/7.2.1511/i386/flac-1.3.0-5.el7_1.src.rpm) = 1101665 Property changes on: head/audio/linux-c7-flac/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-c7-flac/distinfo.x86_64 =================================================================== --- head/audio/linux-c7-flac/distinfo.x86_64 (nonexistent) +++ head/audio/linux-c7-flac/distinfo.x86_64 (revision 424259) @@ -0,0 +1,9 @@ +TIMESTAMP = 1473674927 +SHA256 (rpm/centos/7.2.1511/x86_64/flac-libs-1.3.0-5.el7_1.i686.rpm) = e9b89ac816e668e4b98ddc90c5bc1a89ce9244455f3923eb6e74b8785f873a7c +SIZE (rpm/centos/7.2.1511/x86_64/flac-libs-1.3.0-5.el7_1.i686.rpm) = 175616 +SHA256 (rpm/centos/7.2.1511/x86_64/flac-libs-1.3.0-5.el7_1.x86_64.rpm) = 0a7b5dc94d9f29a9c72a89771d488f417ca7cea6237d2e10a1461c67059e13e1 +SIZE (rpm/centos/7.2.1511/x86_64/flac-libs-1.3.0-5.el7_1.x86_64.rpm) = 173224 +SHA256 (rpm/centos/7.2.1511/x86_64/flac-1.3.0-5.el7_1.x86_64.rpm) = a3928f2895bda0799a7f1bd7613f5bca9ba30352a1ea64cb5ec56d6d8f16ee59 +SIZE (rpm/centos/7.2.1511/x86_64/flac-1.3.0-5.el7_1.x86_64.rpm) = 579556 +SHA256 (rpm/centos/7.2.1511/x86_64/flac-1.3.0-5.el7_1.src.rpm) = f68b46f5e9f8b368e0070d88b81d970626d7f53a0c70396dc590681c917b17fe +SIZE (rpm/centos/7.2.1511/x86_64/flac-1.3.0-5.el7_1.src.rpm) = 1101665 Property changes on: head/audio/linux-c7-flac/distinfo.x86_64 ___________________________________________________________________ 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-c7-flac/pkg-plist.i386 =================================================================== --- head/audio/linux-c7-flac/pkg-plist.i386 (nonexistent) +++ head/audio/linux-c7-flac/pkg-plist.i386 (revision 424259) @@ -0,0 +1,102 @@ +usr/bin/flac +usr/bin/metaflac +usr/lib/libFLAC++.so.6 +usr/lib/libFLAC++.so.6.3.0 +usr/lib/libFLAC.so.8 +usr/lib/libFLAC.so.8.3.0 +%%PORTDOCS%%%%DOCSDIR%%/html/changelog.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__chopin_prelude_24.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__dream_theater_600.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__eddie_warner_titus.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__fanfare_de_l_eventail_de_jeanne.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__gloria_estefan_conga.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__hand_in_my_pocket.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__l_sub_raga_sivapriya.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__laetatus_sum.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__mummified_in_barbed_wire.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__prokofiev_pcon3_3.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__ravel_sq4_4.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__scarlatti_k42.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__tool_forty_six_and_2.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__white_room.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison_all_cpudectime.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison_all_cpuenctime.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison_all_procdectime.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison_all_procenctime.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison_all_ratio.html +%%PORTDOCS%%%%DOCSDIR%%/html/developers.html +%%PORTDOCS%%%%DOCSDIR%%/html/documentation.html +%%PORTDOCS%%%%DOCSDIR%%/html/documentation_bugs.html +%%PORTDOCS%%%%DOCSDIR%%/html/documentation_example_code.html +%%PORTDOCS%%%%DOCSDIR%%/html/documentation_format_overview.html +%%PORTDOCS%%%%DOCSDIR%%/html/documentation_tasks.html +%%PORTDOCS%%%%DOCSDIR%%/html/documentation_tools.html +%%PORTDOCS%%%%DOCSDIR%%/html/documentation_tools_flac.html +%%PORTDOCS%%%%DOCSDIR%%/html/documentation_tools_metaflac.html +%%PORTDOCS%%%%DOCSDIR%%/html/documentation_tools_plugins.html +%%PORTDOCS%%%%DOCSDIR%%/html/download.html +%%PORTDOCS%%%%DOCSDIR%%/html/faq.html +%%PORTDOCS%%%%DOCSDIR%%/html/favicon.ico +%%PORTDOCS%%%%DOCSDIR%%/html/features.html +%%PORTDOCS%%%%DOCSDIR%%/html/flac.css +%%PORTDOCS%%%%DOCSDIR%%/html/format.html +%%PORTDOCS%%%%DOCSDIR%%/html/id.html +%%PORTDOCS%%%%DOCSDIR%%/html/images/1x1.gif +%%PORTDOCS%%%%DOCSDIR%%/html/images/cafebug.gif +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/Blackbird_Front_low3_325x87.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/MS300frontsmall_270x108.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/MediaBox_Frt_170x325.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/SB_Hero_Black_325x182.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/Sooloos-ControlOne_325x328.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/Z500_front_325x94.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/a2_01_325x252.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/arcus_325x135.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/bmp-1430_325x241.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/cs505_front_lrg_325x113.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/enus_3-4lft-hires_product_eva8000_325x127.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/escient_ProductLine_325x163.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/hifidelio_bl_front_Z_RGB_325x163.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/i-station-mini-dx_325x237.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/iwod-g10_325x257.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/knc_hr-2800_325x209.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/mediaready_prodmain_MRMCa_325x232.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/meizu_m6_325x206.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/musica_artwork_325x90.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/neodigits_x5000_325x124.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/onda-vx737_325x240.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/request_n_front_325x103.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/rio_karma_279x254.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/sonos_family_RGB_325x200.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/teclast-tl29_325x244.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/transporter_hero_grey_325x208.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/tvix-4000_325x204.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/vibez_nofm_combi_black_b_325x220.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/logo100.gif +%%PORTDOCS%%%%DOCSDIR%%/html/images/logo130.gif +%%PORTDOCS%%%%DOCSDIR%%/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/itunes.html +%%PORTDOCS%%%%DOCSDIR%%/html/license.html +%%PORTDOCS%%%%DOCSDIR%%/html/links.html +%%PORTDOCS%%%%DOCSDIR%%/html/news.html +%%PORTDOCS%%%%DOCSDIR%%/html/ogg_mapping.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/authors.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/comparison.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/developers.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/documentation.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/download.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/features.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/format.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/goals.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/id.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/links.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/news.html +%%PORTDOCS%%usr/share/doc/flac-libs-1.3.0/AUTHORS +%%PORTDOCS%%usr/share/doc/flac-libs-1.3.0/COPYING.FDL +%%PORTDOCS%%usr/share/doc/flac-libs-1.3.0/COPYING.GPL +%%PORTDOCS%%usr/share/doc/flac-libs-1.3.0/COPYING.LGPL +%%PORTDOCS%%usr/share/doc/flac-libs-1.3.0/COPYING.Xiph +%%PORTDOCS%%usr/share/doc/flac-libs-1.3.0/README +usr/share/man/man1/flac.1.gz +usr/share/man/man1/metaflac.1.gz Property changes on: head/audio/linux-c7-flac/pkg-plist.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-c7-flac/pkg-plist.x86_64 =================================================================== --- head/audio/linux-c7-flac/pkg-plist.x86_64 (nonexistent) +++ head/audio/linux-c7-flac/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,106 @@ +usr/bin/flac +usr/bin/metaflac +usr/lib/libFLAC++.so.6 +usr/lib/libFLAC++.so.6.3.0 +usr/lib/libFLAC.so.8 +usr/lib/libFLAC.so.8.3.0 +usr/lib64/libFLAC++.so.6 +usr/lib64/libFLAC++.so.6.3.0 +usr/lib64/libFLAC.so.8 +usr/lib64/libFLAC.so.8.3.0 +%%PORTDOCS%%%%DOCSDIR%%/html/changelog.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__chopin_prelude_24.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__dream_theater_600.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__eddie_warner_titus.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__fanfare_de_l_eventail_de_jeanne.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__gloria_estefan_conga.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__hand_in_my_pocket.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__l_sub_raga_sivapriya.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__laetatus_sum.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__mummified_in_barbed_wire.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__prokofiev_pcon3_3.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__ravel_sq4_4.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__scarlatti_k42.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__tool_forty_six_and_2.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison__white_room.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison_all_cpudectime.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison_all_cpuenctime.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison_all_procdectime.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison_all_procenctime.html +%%PORTDOCS%%%%DOCSDIR%%/html/comparison_all_ratio.html +%%PORTDOCS%%%%DOCSDIR%%/html/developers.html +%%PORTDOCS%%%%DOCSDIR%%/html/documentation.html +%%PORTDOCS%%%%DOCSDIR%%/html/documentation_bugs.html +%%PORTDOCS%%%%DOCSDIR%%/html/documentation_example_code.html +%%PORTDOCS%%%%DOCSDIR%%/html/documentation_format_overview.html +%%PORTDOCS%%%%DOCSDIR%%/html/documentation_tasks.html +%%PORTDOCS%%%%DOCSDIR%%/html/documentation_tools.html +%%PORTDOCS%%%%DOCSDIR%%/html/documentation_tools_flac.html +%%PORTDOCS%%%%DOCSDIR%%/html/documentation_tools_metaflac.html +%%PORTDOCS%%%%DOCSDIR%%/html/documentation_tools_plugins.html +%%PORTDOCS%%%%DOCSDIR%%/html/download.html +%%PORTDOCS%%%%DOCSDIR%%/html/faq.html +%%PORTDOCS%%%%DOCSDIR%%/html/favicon.ico +%%PORTDOCS%%%%DOCSDIR%%/html/features.html +%%PORTDOCS%%%%DOCSDIR%%/html/flac.css +%%PORTDOCS%%%%DOCSDIR%%/html/format.html +%%PORTDOCS%%%%DOCSDIR%%/html/id.html +%%PORTDOCS%%%%DOCSDIR%%/html/images/1x1.gif +%%PORTDOCS%%%%DOCSDIR%%/html/images/cafebug.gif +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/Blackbird_Front_low3_325x87.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/MS300frontsmall_270x108.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/MediaBox_Frt_170x325.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/SB_Hero_Black_325x182.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/Sooloos-ControlOne_325x328.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/Z500_front_325x94.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/a2_01_325x252.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/arcus_325x135.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/bmp-1430_325x241.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/cs505_front_lrg_325x113.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/enus_3-4lft-hires_product_eva8000_325x127.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/escient_ProductLine_325x163.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/hifidelio_bl_front_Z_RGB_325x163.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/i-station-mini-dx_325x237.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/iwod-g10_325x257.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/knc_hr-2800_325x209.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/mediaready_prodmain_MRMCa_325x232.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/meizu_m6_325x206.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/musica_artwork_325x90.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/neodigits_x5000_325x124.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/onda-vx737_325x240.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/request_n_front_325x103.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/rio_karma_279x254.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/sonos_family_RGB_325x200.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/teclast-tl29_325x244.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/transporter_hero_grey_325x208.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/tvix-4000_325x204.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/hw/vibez_nofm_combi_black_b_325x220.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/images/logo100.gif +%%PORTDOCS%%%%DOCSDIR%%/html/images/logo130.gif +%%PORTDOCS%%%%DOCSDIR%%/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/itunes.html +%%PORTDOCS%%%%DOCSDIR%%/html/license.html +%%PORTDOCS%%%%DOCSDIR%%/html/links.html +%%PORTDOCS%%%%DOCSDIR%%/html/news.html +%%PORTDOCS%%%%DOCSDIR%%/html/ogg_mapping.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/authors.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/comparison.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/developers.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/documentation.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/download.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/features.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/format.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/goals.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/id.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/index.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/links.html +%%PORTDOCS%%%%DOCSDIR%%/html/ru/news.html +%%PORTDOCS%%usr/share/doc/flac-libs-1.3.0/AUTHORS +%%PORTDOCS%%usr/share/doc/flac-libs-1.3.0/COPYING.FDL +%%PORTDOCS%%usr/share/doc/flac-libs-1.3.0/COPYING.GPL +%%PORTDOCS%%usr/share/doc/flac-libs-1.3.0/COPYING.LGPL +%%PORTDOCS%%usr/share/doc/flac-libs-1.3.0/COPYING.Xiph +%%PORTDOCS%%usr/share/doc/flac-libs-1.3.0/README +usr/share/man/man1/flac.1.gz +usr/share/man/man1/metaflac.1.gz Property changes on: head/audio/linux-c7-flac/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-libogg/Makefile =================================================================== --- head/audio/linux-c7-libogg/Makefile (nonexistent) +++ head/audio/linux-c7-libogg/Makefile (revision 424259) @@ -0,0 +1,21 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= libogg +PORTVERSION= 1.3.0 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Ogg bitstream library (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 7.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +PORTDOCS= AUTHORS CHANGES COPYING README +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/audio/linux-c7-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-c7-libogg/distinfo.i386 =================================================================== --- head/audio/linux-c7-libogg/distinfo.i386 (nonexistent) +++ head/audio/linux-c7-libogg/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473356036 +SHA256 (rpm/centos/7.2.1511/i386/libogg-1.3.0-7.el7.i686.rpm) = 10be74f7196e416422f01294080cb02655ae734e1ebb2765247dd441e3af6959 +SIZE (rpm/centos/7.2.1511/i386/libogg-1.3.0-7.el7.i686.rpm) = 25500 +SHA256 (rpm/centos/7.2.1511/i386/libogg-1.3.0-7.el7.src.rpm) = d6d938858eb0251a5aac8c159682e0fa62cc74519975e6ae05809cc0d6a20799 +SIZE (rpm/centos/7.2.1511/i386/libogg-1.3.0-7.el7.src.rpm) = 311857 Property changes on: head/audio/linux-c7-libogg/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-c7-libogg/distinfo.x86_64 =================================================================== --- head/audio/linux-c7-libogg/distinfo.x86_64 (nonexistent) +++ head/audio/linux-c7-libogg/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674939 +SHA256 (rpm/centos/7.2.1511/x86_64/libogg-1.3.0-7.el7.i686.rpm) = 10be74f7196e416422f01294080cb02655ae734e1ebb2765247dd441e3af6959 +SIZE (rpm/centos/7.2.1511/x86_64/libogg-1.3.0-7.el7.i686.rpm) = 25500 +SHA256 (rpm/centos/7.2.1511/x86_64/libogg-1.3.0-7.el7.x86_64.rpm) = 16a5f4baeabf78f77399395e3c22b22e2968bfa37e17221c042469c30ea4b9a2 +SIZE (rpm/centos/7.2.1511/x86_64/libogg-1.3.0-7.el7.x86_64.rpm) = 24932 +SHA256 (rpm/centos/7.2.1511/x86_64/libogg-1.3.0-7.el7.src.rpm) = d6d938858eb0251a5aac8c159682e0fa62cc74519975e6ae05809cc0d6a20799 +SIZE (rpm/centos/7.2.1511/x86_64/libogg-1.3.0-7.el7.src.rpm) = 311857 Property changes on: head/audio/linux-c7-libogg/distinfo.x86_64 ___________________________________________________________________ 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-c7-libogg/pkg-plist.i386 =================================================================== --- head/audio/linux-c7-libogg/pkg-plist.i386 (nonexistent) +++ head/audio/linux-c7-libogg/pkg-plist.i386 (revision 424259) @@ -0,0 +1,2 @@ +usr/lib/libogg.so.0 +usr/lib/libogg.so.0.8.0 Property changes on: head/audio/linux-c7-libogg/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c7-libogg/pkg-plist.x86_64 =================================================================== --- head/audio/linux-c7-libogg/pkg-plist.x86_64 (nonexistent) +++ head/audio/linux-c7-libogg/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,4 @@ +usr/lib/libogg.so.0 +usr/lib/libogg.so.0.8.0 +usr/lib64/libogg.so.0 +usr/lib64/libogg.so.0.8.0 Property changes on: head/audio/linux-c7-libogg/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-libsndfile/Makefile =================================================================== --- head/audio/linux-c7-libsndfile/Makefile (nonexistent) +++ head/audio/linux-c7-libsndfile/Makefile (revision 424259) @@ -0,0 +1,23 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= libsndfile +PORTVERSION= 1.0.25 +CATEGORIES= audio linux +BIN_DISTFILES= ${PORTNAME}-utils-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX} +SRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) (Linux CentOS ${LINUX_DIST_VER}) + +CONTFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 10.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= flac libogg libvorbis +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/audio/linux-c7-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-c7-libsndfile/distinfo.i386 =================================================================== --- head/audio/linux-c7-libsndfile/distinfo.i386 (nonexistent) +++ head/audio/linux-c7-libsndfile/distinfo.i386 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473877050 +SHA256 (rpm/centos/7.2.1511/i386/libsndfile-utils-1.0.25-10.el7.i686.rpm) = 7067ce09d91e2a87e50a1ce7e8aac3ef3e6482f60ea906e174441a3f1aa72bab +SIZE (rpm/centos/7.2.1511/i386/libsndfile-utils-1.0.25-10.el7.i686.rpm) = 57948 +SHA256 (rpm/centos/7.2.1511/i386/libsndfile-1.0.25-10.el7.i686.rpm) = 1d8d3c9fb6fc12ffaacfe1f3330be92a90a269d6190192a28496c1193d86537d +SIZE (rpm/centos/7.2.1511/i386/libsndfile-1.0.25-10.el7.i686.rpm) = 162888 +SHA256 (rpm/centos/7.2.1511/i386/libsndfile-1.0.25-10.el7.src.rpm) = 21628d8e805d912d8dfc705f3f0f6283d14c51f89fe62f60b8bbf7a688f778f5 +SIZE (rpm/centos/7.2.1511/i386/libsndfile-1.0.25-10.el7.src.rpm) = 1072937 Property changes on: head/audio/linux-c7-libsndfile/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-c7-libsndfile/distinfo.x86_64 =================================================================== --- head/audio/linux-c7-libsndfile/distinfo.x86_64 (nonexistent) +++ head/audio/linux-c7-libsndfile/distinfo.x86_64 (revision 424259) @@ -0,0 +1,9 @@ +TIMESTAMP = 1473877189 +SHA256 (rpm/centos/7.2.1511/x86_64/libsndfile-1.0.25-10.el7.i686.rpm) = 1d8d3c9fb6fc12ffaacfe1f3330be92a90a269d6190192a28496c1193d86537d +SIZE (rpm/centos/7.2.1511/x86_64/libsndfile-1.0.25-10.el7.i686.rpm) = 162888 +SHA256 (rpm/centos/7.2.1511/x86_64/libsndfile-1.0.25-10.el7.x86_64.rpm) = 50fad657626376fa5b8eca66fd5c9d549f5c036345f2458dc6b6f462c220e1b7 +SIZE (rpm/centos/7.2.1511/x86_64/libsndfile-1.0.25-10.el7.x86_64.rpm) = 152776 +SHA256 (rpm/centos/7.2.1511/x86_64/libsndfile-utils-1.0.25-10.el7.x86_64.rpm) = d80f4f78c24651b775895b40ad3ac8c80d63b8bbfb94880180500c68c667e91a +SIZE (rpm/centos/7.2.1511/x86_64/libsndfile-utils-1.0.25-10.el7.x86_64.rpm) = 60344 +SHA256 (rpm/centos/7.2.1511/x86_64/libsndfile-1.0.25-10.el7.src.rpm) = 21628d8e805d912d8dfc705f3f0f6283d14c51f89fe62f60b8bbf7a688f778f5 +SIZE (rpm/centos/7.2.1511/x86_64/libsndfile-1.0.25-10.el7.src.rpm) = 1072937 Property changes on: head/audio/linux-c7-libsndfile/distinfo.x86_64 ___________________________________________________________________ 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-c7-libsndfile/pkg-plist.i386 =================================================================== --- head/audio/linux-c7-libsndfile/pkg-plist.i386 (nonexistent) +++ head/audio/linux-c7-libsndfile/pkg-plist.i386 (revision 424259) @@ -0,0 +1,16 @@ +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.25 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/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 Property changes on: head/audio/linux-c7-libsndfile/pkg-plist.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-c7-libsndfile/pkg-plist.x86_64 =================================================================== --- head/audio/linux-c7-libsndfile/pkg-plist.x86_64 (nonexistent) +++ head/audio/linux-c7-libsndfile/pkg-plist.x86_64 (revision 424259) @@ -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.25 +usr/lib64/libsndfile.so.1 +usr/lib64/libsndfile.so.1.0.25 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/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 Property changes on: head/audio/linux-c7-libsndfile/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-libvorbis/Makefile =================================================================== --- head/audio/linux-c7-libvorbis/Makefile (nonexistent) +++ head/audio/linux-c7-libvorbis/Makefile (revision 424259) @@ -0,0 +1,22 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= libvorbis +PORTVERSION= 1.3.3 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Audio compression codec library (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 8.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= libogg +USE_LINUX_RPM= yes + +PORTDOCS= COPYING +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/audio/linux-c7-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-c7-libvorbis/distinfo.i386 =================================================================== --- head/audio/linux-c7-libvorbis/distinfo.i386 (nonexistent) +++ head/audio/linux-c7-libvorbis/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473356040 +SHA256 (rpm/centos/7.2.1511/i386/libvorbis-1.3.3-8.el7.i686.rpm) = 58049ebe1fbafe6073befa04935ea11f8a1482c4a165927371797f8ec6e78b8b +SIZE (rpm/centos/7.2.1511/i386/libvorbis-1.3.3-8.el7.i686.rpm) = 199332 +SHA256 (rpm/centos/7.2.1511/i386/libvorbis-1.3.3-8.el7.src.rpm) = f3074b1eac13d8993395fdbdade24e4c10431830f8903006ffec310ea2662f83 +SIZE (rpm/centos/7.2.1511/i386/libvorbis-1.3.3-8.el7.src.rpm) = 1103121 Property changes on: head/audio/linux-c7-libvorbis/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-c7-libvorbis/distinfo.x86_64 =================================================================== --- head/audio/linux-c7-libvorbis/distinfo.x86_64 (nonexistent) +++ head/audio/linux-c7-libvorbis/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674942 +SHA256 (rpm/centos/7.2.1511/x86_64/libvorbis-1.3.3-8.el7.i686.rpm) = 58049ebe1fbafe6073befa04935ea11f8a1482c4a165927371797f8ec6e78b8b +SIZE (rpm/centos/7.2.1511/x86_64/libvorbis-1.3.3-8.el7.i686.rpm) = 199332 +SHA256 (rpm/centos/7.2.1511/x86_64/libvorbis-1.3.3-8.el7.x86_64.rpm) = cd226342ddb3b71cfe0f84ed3858364440d301e6619cbd9eccaacbf5fd8afe69 +SIZE (rpm/centos/7.2.1511/x86_64/libvorbis-1.3.3-8.el7.x86_64.rpm) = 209376 +SHA256 (rpm/centos/7.2.1511/x86_64/libvorbis-1.3.3-8.el7.src.rpm) = f3074b1eac13d8993395fdbdade24e4c10431830f8903006ffec310ea2662f83 +SIZE (rpm/centos/7.2.1511/x86_64/libvorbis-1.3.3-8.el7.src.rpm) = 1103121 Property changes on: head/audio/linux-c7-libvorbis/distinfo.x86_64 ___________________________________________________________________ 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-c7-libvorbis/pkg-plist.i386 =================================================================== --- head/audio/linux-c7-libvorbis/pkg-plist.i386 (nonexistent) +++ head/audio/linux-c7-libvorbis/pkg-plist.i386 (revision 424259) @@ -0,0 +1,6 @@ +usr/lib/libvorbis.so.0 +usr/lib/libvorbis.so.0.4.6 +usr/lib/libvorbisenc.so.2 +usr/lib/libvorbisenc.so.2.0.9 +usr/lib/libvorbisfile.so.3 +usr/lib/libvorbisfile.so.3.3.5 Property changes on: head/audio/linux-c7-libvorbis/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/linux-c7-libvorbis/pkg-plist.x86_64 =================================================================== --- head/audio/linux-c7-libvorbis/pkg-plist.x86_64 (nonexistent) +++ head/audio/linux-c7-libvorbis/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,12 @@ +usr/lib/libvorbis.so.0 +usr/lib/libvorbis.so.0.4.6 +usr/lib/libvorbisenc.so.2 +usr/lib/libvorbisenc.so.2.0.9 +usr/lib/libvorbisfile.so.3 +usr/lib/libvorbisfile.so.3.3.5 +usr/lib64/libvorbis.so.0 +usr/lib64/libvorbis.so.0.4.6 +usr/lib64/libvorbisenc.so.2 +usr/lib64/libvorbisenc.so.2.0.9 +usr/lib64/libvorbisfile.so.3 +usr/lib64/libvorbisfile.so.3.3.5 Property changes on: head/audio/linux-c7-libvorbis/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-openal-soft/Makefile =================================================================== --- head/audio/linux-c7-openal-soft/Makefile (nonexistent) +++ head/audio/linux-c7-openal-soft/Makefile (revision 424259) @@ -0,0 +1,24 @@ +# Created by: Piotr Kubaj Property changes on: head/audio/linux-c7-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-c7-openal-soft/distinfo.x86_64 =================================================================== --- head/audio/linux-c7-openal-soft/distinfo.x86_64 (nonexistent) +++ head/audio/linux-c7-openal-soft/distinfo.x86_64 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473703336 +SHA256 (rpm/centos/7.2.1511/x86_64/openal-soft-1.16.0-3.el7.x86_64.rpm) = 775242cb1d603b85a53eb325c9d85a6aed9639968430c5d45893c90252b07429 +SIZE (rpm/centos/7.2.1511/x86_64/openal-soft-1.16.0-3.el7.x86_64.rpm) = 288688 +SHA256 (rpm/centos/7.2.1511/x86_64/openal-soft-1.16.0-3.el7.src.rpm) = 906734a0d59518d4ccd106ae5a96e01196f1214dab7a96e2c8cabd8f9f930d64 +SIZE (rpm/centos/7.2.1511/x86_64/openal-soft-1.16.0-3.el7.src.rpm) = 399644 Property changes on: head/audio/linux-c7-openal-soft/distinfo.x86_64 ___________________________________________________________________ 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-c7-openal-soft/pkg-plist.x86_64 =================================================================== --- head/audio/linux-c7-openal-soft/pkg-plist.x86_64 (nonexistent) +++ head/audio/linux-c7-openal-soft/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +etc/openal/alsoft.conf +usr/bin/openal-info +usr/lib64/libopenal.so.1 +usr/lib64/libopenal.so.1.16.0 +usr/share/openal/alsoftrc.sample +usr/share/openal/hrtf/default-44100.mhr +usr/share/openal/hrtf/default-48000.mhr Property changes on: head/audio/linux-c7-openal-soft/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-pulseaudio-libs/Makefile =================================================================== --- head/audio/linux-c7-pulseaudio-libs/Makefile (nonexistent) +++ head/audio/linux-c7-pulseaudio-libs/Makefile (revision 424259) @@ -0,0 +1,31 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= pulseaudio-libs +PORTVERSION= 6.0 +CATEGORIES= audio linux +LIB_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + ${PORTNAME}-glib2-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX} +SRC_DISTFILES= pulseaudio-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Libraries for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 7.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= dbuslibs libasyncns libsndfile tcp_wrappers-libs xorglibs +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../pulseaudio/pkg-descr + +post-patch: + @${RM} ${WRKSRC}/etc/pulse/client.conf.orig \ + ${WRKSRC}/usr/lib/pulseaudio/libpulsedsp.la \ + ${WRKSRC}/usr/lib/pulseaudio/libpulsecommon-6.0.la \ + ${WRKSRC}/usr/lib64/pulseaudio/libpulsedsp.la \ + ${WRKSRC}/usr/lib64/pulseaudio/libpulsecommon-6.0.la + +.include Property changes on: head/audio/linux-c7-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-c7-pulseaudio-libs/distinfo.i386 =================================================================== --- head/audio/linux-c7-pulseaudio-libs/distinfo.i386 (nonexistent) +++ head/audio/linux-c7-pulseaudio-libs/distinfo.i386 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473783149 +SHA256 (rpm/centos/7.2.1511/i386/pulseaudio-libs-6.0-7.el7.i686.rpm) = a61f9d122fb307d8d23de053bb2aefd35c85bff10cb2fc80a3fa9e9853b70ea3 +SIZE (rpm/centos/7.2.1511/i386/pulseaudio-libs-6.0-7.el7.i686.rpm) = 576692 +SHA256 (rpm/centos/7.2.1511/i386/pulseaudio-libs-glib2-6.0-7.el7.i686.rpm) = 32de3a0f5e23fdd398845ced384755cae681ec6af28fef66a938214633cf5f33 +SIZE (rpm/centos/7.2.1511/i386/pulseaudio-libs-glib2-6.0-7.el7.i686.rpm) = 27208 +SHA256 (rpm/centos/7.2.1511/i386/pulseaudio-6.0-7.el7.src.rpm) = ad594904077ae78083a6dcabb59b396b08b30024f33f8995a2ca01c249fb8fea +SIZE (rpm/centos/7.2.1511/i386/pulseaudio-6.0-7.el7.src.rpm) = 1523061 Property changes on: head/audio/linux-c7-pulseaudio-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-c7-pulseaudio-libs/distinfo.x86_64 =================================================================== --- head/audio/linux-c7-pulseaudio-libs/distinfo.x86_64 (nonexistent) +++ head/audio/linux-c7-pulseaudio-libs/distinfo.x86_64 (revision 424259) @@ -0,0 +1,11 @@ +TIMESTAMP = 1473798586 +SHA256 (rpm/centos/7.2.1511/x86_64/pulseaudio-libs-6.0-7.el7.i686.rpm) = a61f9d122fb307d8d23de053bb2aefd35c85bff10cb2fc80a3fa9e9853b70ea3 +SIZE (rpm/centos/7.2.1511/x86_64/pulseaudio-libs-6.0-7.el7.i686.rpm) = 576692 +SHA256 (rpm/centos/7.2.1511/x86_64/pulseaudio-libs-glib2-6.0-7.el7.i686.rpm) = 32de3a0f5e23fdd398845ced384755cae681ec6af28fef66a938214633cf5f33 +SIZE (rpm/centos/7.2.1511/x86_64/pulseaudio-libs-glib2-6.0-7.el7.i686.rpm) = 27208 +SHA256 (rpm/centos/7.2.1511/x86_64/pulseaudio-libs-6.0-7.el7.x86_64.rpm) = 820c805ff472a9f200804265a1b52c9bdfa0dfbb85fa04372e8216a15bf47b2b +SIZE (rpm/centos/7.2.1511/x86_64/pulseaudio-libs-6.0-7.el7.x86_64.rpm) = 589936 +SHA256 (rpm/centos/7.2.1511/x86_64/pulseaudio-libs-glib2-6.0-7.el7.x86_64.rpm) = 2ad3f979a70ead66d46d0625ba5e1facc93485a0e440c2ed85ee232644806cfc +SIZE (rpm/centos/7.2.1511/x86_64/pulseaudio-libs-glib2-6.0-7.el7.x86_64.rpm) = 27160 +SHA256 (rpm/centos/7.2.1511/x86_64/pulseaudio-6.0-7.el7.src.rpm) = ad594904077ae78083a6dcabb59b396b08b30024f33f8995a2ca01c249fb8fea +SIZE (rpm/centos/7.2.1511/x86_64/pulseaudio-6.0-7.el7.src.rpm) = 1523061 Property changes on: head/audio/linux-c7-pulseaudio-libs/distinfo.x86_64 ___________________________________________________________________ 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-c7-pulseaudio-libs/pkg-plist.i386 =================================================================== --- head/audio/linux-c7-pulseaudio-libs/pkg-plist.i386 (nonexistent) +++ head/audio/linux-c7-pulseaudio-libs/pkg-plist.i386 (revision 424259) @@ -0,0 +1,51 @@ +etc/pulse/client.conf +usr/lib/libpulse-mainloop-glib.so.0 +usr/lib/libpulse-mainloop-glib.so.0.0.5 +usr/lib/libpulse-simple.so.0 +usr/lib/libpulse-simple.so.0.1.0 +usr/lib/libpulse.so.0 +usr/lib/libpulse.so.0.18.0 +usr/lib/pulseaudio/libpulsecommon-6.0.so +usr/lib/pulseaudio/libpulsedsp.so +%%PORTDOCS%%%%DOCSDIR%%/GPL +%%PORTDOCS%%%%DOCSDIR%%/LGPL +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/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/he/LC_MESSAGES/pulseaudio.mo +usr/share/locale/hi/LC_MESSAGES/pulseaudio.mo +usr/share/locale/hu/LC_MESSAGES/pulseaudio.mo +usr/share/locale/id/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/sk/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/tr/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 Property changes on: head/audio/linux-c7-pulseaudio-libs/pkg-plist.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-c7-pulseaudio-libs/pkg-plist.x86_64 =================================================================== --- head/audio/linux-c7-pulseaudio-libs/pkg-plist.x86_64 (nonexistent) +++ head/audio/linux-c7-pulseaudio-libs/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,59 @@ +etc/pulse/client.conf +usr/lib/libpulse-mainloop-glib.so.0 +usr/lib/libpulse-mainloop-glib.so.0.0.5 +usr/lib/libpulse-simple.so.0 +usr/lib/libpulse-simple.so.0.1.0 +usr/lib/libpulse.so.0 +usr/lib/libpulse.so.0.18.0 +usr/lib/pulseaudio/libpulsecommon-6.0.so +usr/lib/pulseaudio/libpulsedsp.so +usr/lib64/libpulse-mainloop-glib.so.0 +usr/lib64/libpulse-mainloop-glib.so.0.0.5 +usr/lib64/libpulse-simple.so.0 +usr/lib64/libpulse-simple.so.0.1.0 +usr/lib64/libpulse.so.0 +usr/lib64/libpulse.so.0.18.0 +usr/lib64/pulseaudio/libpulsecommon-6.0.so +usr/lib64/pulseaudio/libpulsedsp.so +%%PORTDOCS%%%%DOCSDIR%%/GPL +%%PORTDOCS%%%%DOCSDIR%%/LGPL +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/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/he/LC_MESSAGES/pulseaudio.mo +usr/share/locale/hi/LC_MESSAGES/pulseaudio.mo +usr/share/locale/hu/LC_MESSAGES/pulseaudio.mo +usr/share/locale/id/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/sk/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/tr/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 Property changes on: head/audio/linux-c7-pulseaudio-libs/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-pulseaudio-libs/files/patch-etc_pulse_client.conf =================================================================== --- head/audio/linux-c7-pulseaudio-libs/files/patch-etc_pulse_client.conf (nonexistent) +++ head/audio/linux-c7-pulseaudio-libs/files/patch-etc_pulse_client.conf (revision 424259) @@ -0,0 +1,11 @@ +--- etc/pulse/client.conf.orig 2016-02-03 11:05:51 UTC ++++ etc/pulse/client.conf +@@ -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-c7-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-c7-pulseaudio-utils/Makefile =================================================================== --- head/audio/linux-c7-pulseaudio-utils/Makefile (nonexistent) +++ head/audio/linux-c7-pulseaudio-utils/Makefile (revision 424259) @@ -0,0 +1,23 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= pulseaudio-utils +PORTVERSION= 6.0 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Utils for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 7.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= xorglibs pulseaudio-libs +USE_LINUX_RPM= nolib + +DESCR= ${.CURDIR}/../pulseaudio/pkg-descr + +SRC_DISTFILES= pulseaudio-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE + +.include Property changes on: head/audio/linux-c7-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-c7-pulseaudio-utils/distinfo.i386 =================================================================== --- head/audio/linux-c7-pulseaudio-utils/distinfo.i386 (nonexistent) +++ head/audio/linux-c7-pulseaudio-utils/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473356050 +SHA256 (rpm/centos/7.2.1511/i386/pulseaudio-utils-6.0-7.el7.i686.rpm) = 75a3693e9234948c82305d43e42efb83aa81eae1a6c72453e585f8aae3489413 +SIZE (rpm/centos/7.2.1511/i386/pulseaudio-utils-6.0-7.el7.i686.rpm) = 75504 +SHA256 (rpm/centos/7.2.1511/i386/pulseaudio-6.0-7.el7.src.rpm) = ad594904077ae78083a6dcabb59b396b08b30024f33f8995a2ca01c249fb8fea +SIZE (rpm/centos/7.2.1511/i386/pulseaudio-6.0-7.el7.src.rpm) = 1523061 Property changes on: head/audio/linux-c7-pulseaudio-utils/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-c7-pulseaudio-utils/distinfo.x86_64 =================================================================== --- head/audio/linux-c7-pulseaudio-utils/distinfo.x86_64 (nonexistent) +++ head/audio/linux-c7-pulseaudio-utils/distinfo.x86_64 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473674948 +SHA256 (rpm/centos/7.2.1511/x86_64/pulseaudio-utils-6.0-7.el7.x86_64.rpm) = 5d186149a836b1f7a15f38805722e8b5bc63af016039a1a326de7c39b1bfb7c2 +SIZE (rpm/centos/7.2.1511/x86_64/pulseaudio-utils-6.0-7.el7.x86_64.rpm) = 77944 +SHA256 (rpm/centos/7.2.1511/x86_64/pulseaudio-6.0-7.el7.src.rpm) = ad594904077ae78083a6dcabb59b396b08b30024f33f8995a2ca01c249fb8fea +SIZE (rpm/centos/7.2.1511/x86_64/pulseaudio-6.0-7.el7.src.rpm) = 1523061 Property changes on: head/audio/linux-c7-pulseaudio-utils/distinfo.x86_64 ___________________________________________________________________ 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-c7-pulseaudio-utils/pkg-plist.i386 =================================================================== --- head/audio/linux-c7-pulseaudio-utils/pkg-plist.i386 (nonexistent) +++ head/audio/linux-c7-pulseaudio-utils/pkg-plist.i386 (revision 424259) @@ -0,0 +1,17 @@ +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/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-c7-pulseaudio-utils/pkg-plist.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-c7-pulseaudio-utils/pkg-plist.x86_64 =================================================================== --- head/audio/linux-c7-pulseaudio-utils/pkg-plist.x86_64 (nonexistent) +++ head/audio/linux-c7-pulseaudio-utils/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,17 @@ +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/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-c7-pulseaudio-utils/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-sdl_mixer/Makefile =================================================================== --- head/audio/linux-c7-sdl_mixer/Makefile (nonexistent) +++ head/audio/linux-c7-sdl_mixer/Makefile (revision 424259) @@ -0,0 +1,27 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= sdl_mixer +PORTVERSION= 1.2.12 +CATEGORIES= audio linux +MASTER_SITES= EPEL7/s +DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Sample multi-channel audio mixer library (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +LINUX_NAME= SDL_mixer +ONLY_FOR_ARCHS= amd64 +RPMVERSION= 4.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= sdl12 +USE_LINUX_RPM= yes + +DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} +PORTDOCS= CHANGES COPYING README +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/audio/linux-c7-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-c7-sdl_mixer/distinfo.x86_64 =================================================================== --- head/audio/linux-c7-sdl_mixer/distinfo.x86_64 (nonexistent) +++ head/audio/linux-c7-sdl_mixer/distinfo.x86_64 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1474463382 +SHA256 (rpm/centos/7.2.1511/x86_64/SDL_mixer-1.2.12-4.el7.x86_64.rpm) = 119bb1db9ec904b29857c2f9963a2d71587f3300d3fbc284f886d8d6e6b137d9 +SIZE (rpm/centos/7.2.1511/x86_64/SDL_mixer-1.2.12-4.el7.x86_64.rpm) = 92856 +SHA256 (rpm/centos/7.2.1511/x86_64/SDL_mixer-1.2.12-4.el7.src.rpm) = 2ca2b34eb09656f5c6b16a467d2310f78382157211e127b6c5276b5870b7d7af +SIZE (rpm/centos/7.2.1511/x86_64/SDL_mixer-1.2.12-4.el7.src.rpm) = 3702625 Property changes on: head/audio/linux-c7-sdl_mixer/distinfo.x86_64 ___________________________________________________________________ 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-c7-sdl_mixer/pkg-plist.x86_64 =================================================================== --- head/audio/linux-c7-sdl_mixer/pkg-plist.x86_64 (nonexistent) +++ head/audio/linux-c7-sdl_mixer/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,4 @@ +usr/bin/playmus +usr/bin/playwave +usr/lib64/libSDL_mixer-1.2.so.0 +usr/lib64/libSDL_mixer-1.2.so.0.12.0 Property changes on: head/audio/linux-c7-sdl_mixer/pkg-plist.x86_64 ___________________________________________________________________ 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/Makefile =================================================================== --- head/databases/Makefile (revision 424258) +++ head/databases/Makefile (revision 424259) @@ -1,1002 +1,1003 @@ # $FreeBSD$ # COMMENT = Databases and related software SUBDIR += R-cran-DBI SUBDIR += R-cran-RMySQL SUBDIR += R-cran-RSQLite SUBDIR += R-cran-RSQLite.extfuns SUBDIR += R-cran-sqldf SUBDIR += WWWdb SUBDIR += adabase 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 += ateam_mysql_ldap_auth SUBDIR += autobackupmysql SUBDIR += bbdb SUBDIR += beansdb SUBDIR += buzhug SUBDIR += c3p0 SUBDIR += cassandra-cpp-driver SUBDIR += cassandra2 SUBDIR += casstcl SUBDIR += cdb SUBDIR += cego SUBDIR += cegobridge 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 += elixir-calecto SUBDIR += elixir-db_connection SUBDIR += elixir-ecto SUBDIR += elixir-ecto_migrate SUBDIR += elixir-exredis SUBDIR += elixir-geo SUBDIR += elixir-mariaex SUBDIR += elixir-mongo SUBDIR += elixir-postgrex SUBDIR += elixir-timex_ecto SUBDIR += emma SUBDIR += erlang-couchbeam SUBDIR += erlang-epgsql SUBDIR += erlang-eredis 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 += frontbase-jdbc SUBDIR += gadfly SUBDIR += galera SUBDIR += gdbm SUBDIR += geoserver-mysql-plugin SUBDIR += gigabase SUBDIR += glom SUBDIR += gnats4 SUBDIR += gnatsweb4 SUBDIR += godis SUBDIR += gomdb SUBDIR += gosqlite3 SUBDIR += gqlplus SUBDIR += grass SUBDIR += gtksql SUBDIR += hamsterdb SUBDIR += hashtypes SUBDIR += hbase SUBDIR += hiredis SUBDIR += hs-esqueleto SUBDIR += hs-hedis SUBDIR += hs-mysql SUBDIR += hs-persistent SUBDIR += hs-persistent-sqlite SUBDIR += hs-persistent-template SUBDIR += hsqldb SUBDIR += influxdb SUBDIR += innotop SUBDIR += ip4r SUBDIR += ipa_sdb SUBDIR += iplike SUBDIR += isql-viewer SUBDIR += jakarta-commons-dbutils SUBDIR += jasperreports SUBDIR += jdb SUBDIR += jdbc-oracle10g SUBDIR += jdbc-oracle11g SUBDIR += jdbc-oracle8i SUBDIR += jdbc-oracle9i SUBDIR += jdbm2 SUBDIR += jlog SUBDIR += jrobin SUBDIR += jrrd SUBDIR += kbibtex SUBDIR += kyotocabinet SUBDIR += kyototycoon SUBDIR += ldb SUBDIR += leo_center SUBDIR += leofs SUBDIR += leveldb SUBDIR += levigo SUBDIR += libcouchbase 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 += libnvpair SUBDIR += libodbc++ SUBDIR += libpbl SUBDIR += libpqtypes SUBDIR += libsdb SUBDIR += libzbxpgsql SUBDIR += libzdb SUBDIR += linux-c6-sqlite3 + SUBDIR += linux-c7-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-firebird SUBDIR += luasql-mysql SUBDIR += luasql-odbc SUBDIR += luasql-postgres SUBDIR += luasql-sqlite3 SUBDIR += mantis SUBDIR += mariadb100-client SUBDIR += mariadb100-server SUBDIR += mariadb101-client SUBDIR += mariadb101-server SUBDIR += mariadb55-client SUBDIR += mariadb55-server SUBDIR += mdbtools SUBDIR += mdcached SUBDIR += memcached SUBDIR += memcacheq SUBDIR += metakit SUBDIR += monetdb SUBDIR += mongodb SUBDIR += mongodb32 SUBDIR += mongodb32-tools SUBDIR += mrtg-mysql-load SUBDIR += mtools-mongodb SUBDIR += mtop 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 += mysql2odbc SUBDIR += mysql2pgsql SUBDIR += mysql55-client SUBDIR += mysql55-server SUBDIR += mysql56-client SUBDIR += mysql56-server SUBDIR += mysql57-client SUBDIR += mysql57-server SUBDIR += mysqlbackup SUBDIR += mysqlbigram SUBDIR += mysqldumper SUBDIR += mysqlidxchk SUBDIR += mysqlreport SUBDIR += mysqlsla SUBDIR += mysqlsniffer SUBDIR += mysqltcl SUBDIR += mysqltuner SUBDIR += mytop SUBDIR += nagios-check_mongodb SUBDIR += nagios-check_postgres_replication SUBDIR += nagios-check_redis SUBDIR += namazu2 SUBDIR += neo4j SUBDIR += ntdb SUBDIR += ocaml-dbm SUBDIR += ocaml-mysql SUBDIR += ocaml-sqlite3 SUBDIR += openark-kit SUBDIR += opendbx SUBDIR += opentsdb SUBDIR += oracle7-client SUBDIR += oracle8-client 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-App-Sqitch 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-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-DBI SUBDIR += p5-DBI-Shell SUBDIR += p5-DBICx-Deploy SUBDIR += p5-DBICx-MapMaker SUBDIR += p5-DBICx-Sugar 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-Introspector 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-Dancer2-Plugin-DBIC SUBDIR += p5-Dancer2-Plugin-Database SUBDIR += p5-Dancer2-Session-DBIC SUBDIR += p5-Data-Page SUBDIR += p5-Data-Pageset SUBDIR += p5-Exception-Class-DBI SUBDIR += p5-GDBM SUBDIR += p5-Genezzo SUBDIR += p5-GitDDL SUBDIR += p5-GitDDL-Migrator SUBDIR += p5-GraphViz-DBI SUBDIR += p5-HTML-FormHandler-Model-DBIC SUBDIR += p5-Ima-DBI SUBDIR += p5-Interchange6-Schema SUBDIR += p5-Iterator-DBI SUBDIR += p5-Jifty-DBI SUBDIR += p5-KyotoCabinet SUBDIR += p5-LMDB_File SUBDIR += p5-MLDBM SUBDIR += p5-MLDBM-Sync SUBDIR += p5-MR-Tarantool SUBDIR += p5-Mango SUBDIR += p5-Memcached-libmemcached SUBDIR += p5-Metadata SUBDIR += p5-Mojo-Pg 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-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-leveldb SUBDIR += pecl-mdbtools SUBDIR += pecl-memcache SUBDIR += pecl-memcached SUBDIR += pecl-mongo SUBDIR += pecl-mongodb 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_citus SUBDIR += pg_reorg SUBDIR += pg_rman SUBDIR += pg_qualstats SUBDIR += pg_stat_kcache SUBDIR += pg_statsinfo SUBDIR += pgaccess SUBDIR += pgadmin3 SUBDIR += pgagent SUBDIR += pgbadger SUBDIR += pgbarman SUBDIR += pgbouncer SUBDIR += pgdbf SUBDIR += pgespresso SUBDIR += pgfouine SUBDIR += pglesslog SUBDIR += pgloader SUBDIR += pglogical SUBDIR += pgmodeler SUBDIR += pgpool SUBDIR += pgpool-II SUBDIR += pgpool-II-22 SUBDIR += pgpool-II-23 SUBDIR += pgpool-II-30 SUBDIR += pgpool-II-33 SUBDIR += pgpoolAdmin SUBDIR += pgreplay SUBDIR += pgrouting SUBDIR += pgsphere SUBDIR += pgtcl SUBDIR += pgtop SUBDIR += pgtune SUBDIR += pguri SUBDIR += pgworksheet SUBDIR += php-adodb-ext SUBDIR += php-mdcached SUBDIR += php5-pdo_cassandra SUBDIR += php5-tarantool 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-redis SUBDIR += php56-sqlite3 SUBDIR += php56-sybase_ct SUBDIR += php70-dba SUBDIR += php70-interbase SUBDIR += php70-mysqli SUBDIR += php70-odbc SUBDIR += php70-pdo SUBDIR += php70-pdo_dblib SUBDIR += php70-pdo_firebird SUBDIR += php70-pdo_mysql SUBDIR += php70-pdo_odbc SUBDIR += php70-pdo_pgsql SUBDIR += php70-pdo_sqlite SUBDIR += php70-pgsql SUBDIR += php70-redis SUBDIR += php70-sqlite3 SUBDIR += phpminiadmin SUBDIR += phpmyadmin SUBDIR += phppgadmin SUBDIR += postgis-jdbc SUBDIR += postgis20 SUBDIR += postgis21 SUBDIR += postgis22 SUBDIR += postgresql-jdbc SUBDIR += postgresql-libpgeasy SUBDIR += postgresql-libpqxx SUBDIR += postgresql-libpqxx3 SUBDIR += postgresql-odbc SUBDIR += postgresql-plproxy SUBDIR += postgresql-plruby SUBDIR += postgresql-plv8js SUBDIR += postgresql-relay SUBDIR += postgresql-repmgr SUBDIR += postgresql-repmgr2 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 += postgresql95-client SUBDIR += postgresql95-contrib SUBDIR += postgresql95-docs SUBDIR += postgresql95-pgtcl SUBDIR += postgresql95-plperl SUBDIR += postgresql95-plpython SUBDIR += postgresql95-pltcl SUBDIR += postgresql95-server SUBDIR += postgresql96-client SUBDIR += postgresql96-contrib SUBDIR += postgresql96-docs SUBDIR += postgresql96-pgtcl SUBDIR += postgresql96-plperl SUBDIR += postgresql96-plpython SUBDIR += postgresql96-pltcl SUBDIR += postgresql96-server SUBDIR += powa-archivist SUBDIR += powa-web 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 += puppetdb-terminus3 SUBDIR += puppetdb-terminus4 SUBDIR += puppetdb3 SUBDIR += puppetdb4 SUBDIR += pure-sql3 SUBDIR += puredb SUBDIR += pxlib SUBDIR += pxtools SUBDIR += py-Elixir SUBDIR += py-MySQLdb 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-django-transaction-hooks 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-motor SUBDIR += py-mycli SUBDIR += py-mysql-connector-python SUBDIR += py-mysql-connector-python2 SUBDIR += py-mysql2pgsql SUBDIR += py-mysqlclient SUBDIR += py-odbc SUBDIR += py-oops SUBDIR += py-oursql SUBDIR += py-peewee SUBDIR += py-pg8000 SUBDIR += py-pg_pqueue SUBDIR += py-pgcli SUBDIR += py-pgspecial SUBDIR += py-pgxnclient SUBDIR += py-pickledb SUBDIR += py-pickleshare SUBDIR += py-postgresql SUBDIR += py-psycogreen SUBDIR += py-psycopg2 SUBDIR += py-psycopg2cffi SUBDIR += py-pyPgSQL SUBDIR += py-pyhs SUBDIR += py-pylibmc SUBDIR += py-pymssql SUBDIR += py-pymysql SUBDIR += py-pypuppetdb SUBDIR += py-pypuppetdb03 SUBDIR += py-pytc SUBDIR += py-python-memcached SUBDIR += py-python-rrdtool SUBDIR += py-python-sql SUBDIR += py-qt4-sql SUBDIR += py-qt5-sql SUBDIR += py-queries SUBDIR += py-rb SUBDIR += py-redis SUBDIR += py-riak SUBDIR += py-rrdtool_lgpl SUBDIR += py-south SUBDIR += py-sqlalchemy-migrate SUBDIR += py-sqlalchemy06 SUBDIR += py-sqlalchemy07 SUBDIR += py-sqlalchemy08 SUBDIR += py-sqlalchemy09 SUBDIR += py-sqlalchemy10 SUBDIR += py-sqlite3 SUBDIR += py-sqlite3dbm 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-unqlite SUBDIR += py-whisper SUBDIR += py3-bsddb3 SUBDIR += py33-gdbm SUBDIR += py33-sqlite3 SUBDIR += py34-gdbm SUBDIR += py34-sqlite3 SUBDIR += py35-gdbm SUBDIR += py35-sqlite3 SUBDIR += pydbx SUBDIR += pymongo SUBDIR += pymongo28 SUBDIR += pypy-gdbm SUBDIR += pypy-sqlite3 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 += qt5-sqldrivers-tds SUBDIR += radix.v2 SUBDIR += rdb SUBDIR += rdfdb SUBDIR += recutils SUBDIR += redigo SUBDIR += redis SUBDIR += redis-devel SUBDIR += riak SUBDIR += riak2 SUBDIR += rocksdb SUBDIR += rrdman SUBDIR += rrdmerge SUBDIR += rrdtool 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-activerecord-import SUBDIR += rubygem-activerecord-jdbc-adapter SUBDIR += rubygem-activerecord-jdbcmysql-adapter SUBDIR += rubygem-activerecord-mysql-adapter SUBDIR += rubygem-activerecord-session_store SUBDIR += rubygem-activerecord4 SUBDIR += rubygem-after_commit_queue SUBDIR += rubygem-amalgalite SUBDIR += rubygem-arel SUBDIR += rubygem-arel-helpers SUBDIR += rubygem-arel3 SUBDIR += rubygem-arel5 SUBDIR += rubygem-arel6 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-em-redis-unified SUBDIR += rubygem-familia SUBDIR += rubygem-globalid SUBDIR += rubygem-her SUBDIR += rubygem-hiredis SUBDIR += rubygem-jdbc-mysql SUBDIR += rubygem-leo_manager_client SUBDIR += rubygem-memcache SUBDIR += rubygem-memcache-client SUBDIR += rubygem-mysql SUBDIR += rubygem-mysql2 SUBDIR += rubygem-openid-redis-store SUBDIR += rubygem-paranoia SUBDIR += rubygem-pg SUBDIR += rubygem-pg_array_parser SUBDIR += rubygem-postgres_ext 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-state_machines-activemodel SUBDIR += rubygem-state_machines-activerecord SUBDIR += rubygem-tarantool SUBDIR += sfcgal SUBDIR += sharedance SUBDIR += skytools SUBDIR += slony1v2 SUBDIR += soci SUBDIR += spatialite SUBDIR += spatialite-tools SUBDIR += spatialite_gui SUBDIR += speedtables SUBDIR += sql-workbench SUBDIR += sqlbuddy SUBDIR += sqlcached SUBDIR += sqlcipher SUBDIR += sqlclient SUBDIR += sqldeveloper SUBDIR += sqlite-ext-miscfuncs SUBDIR += sqlite-ext-pcre SUBDIR += sqlite-ext-regexp SUBDIR += sqlite-ext-spellfix SUBDIR += sqlite2 SUBDIR += sqlite3 SUBDIR += sqlitebrowser SUBDIR += sqlitebrowser-qt5 SUBDIR += sqliteman SUBDIR += sqlitemanager SUBDIR += sqliteodbc SUBDIR += sqliteodbc-sqlite2 SUBDIR += sqlitestudio SUBDIR += sqlrelay SUBDIR += sqsh SUBDIR += squirrel-sql SUBDIR += tablelog SUBDIR += tarantool SUBDIR += tarantool-c SUBDIR += tcl-Mysql SUBDIR += tcl-lmdb SUBDIR += tcl-sqlite3 SUBDIR += tdb SUBDIR += tdbc SUBDIR += tile38 SUBDIR += tinycdb SUBDIR += tokyocabinet SUBDIR += tokyotyrant SUBDIR += tora SUBDIR += tsearch_extras SUBDIR += tuning-primer SUBDIR += twemproxy SUBDIR += unixODBC SUBDIR += useracc SUBDIR += vfront SUBDIR += virtualpg 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-c7-sqlite3/Makefile =================================================================== --- head/databases/linux-c7-sqlite3/Makefile (nonexistent) +++ head/databases/linux-c7-sqlite3/Makefile (revision 424259) @@ -0,0 +1,23 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= sqlite +PORTVERSION= 3.7.17 +CATEGORIES= databases linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Library that implements an embeddable SQL database engine (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= PD + +CONFLICTS= linux-f10-${PORTNAME}3-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 8.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +PORTDOCS= README +DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr + +.include Property changes on: head/databases/linux-c7-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-c7-sqlite3/distinfo.i386 =================================================================== --- head/databases/linux-c7-sqlite3/distinfo.i386 (nonexistent) +++ head/databases/linux-c7-sqlite3/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473339452 +SHA256 (rpm/centos/7.2.1511/i386/sqlite-3.7.17-8.el7.i686.rpm) = bee2874e940b42f11a2557b5c76427e3122f62aa78b98fcec957bf6edfe8a400 +SIZE (rpm/centos/7.2.1511/i386/sqlite-3.7.17-8.el7.i686.rpm) = 405904 +SHA256 (rpm/centos/7.2.1511/i386/sqlite-3.7.17-8.el7.src.rpm) = d9a3d6e632ab757c1d214e25a3446207011df09a4195261653b6c82f8f8ee190 +SIZE (rpm/centos/7.2.1511/i386/sqlite-3.7.17-8.el7.src.rpm) = 9048219 Property changes on: head/databases/linux-c7-sqlite3/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/databases/linux-c7-sqlite3/distinfo.x86_64 =================================================================== --- head/databases/linux-c7-sqlite3/distinfo.x86_64 (nonexistent) +++ head/databases/linux-c7-sqlite3/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473793589 +SHA256 (rpm/centos/7.2.1511/x86_64/sqlite-3.7.17-8.el7.i686.rpm) = bee2874e940b42f11a2557b5c76427e3122f62aa78b98fcec957bf6edfe8a400 +SIZE (rpm/centos/7.2.1511/x86_64/sqlite-3.7.17-8.el7.i686.rpm) = 405904 +SHA256 (rpm/centos/7.2.1511/x86_64/sqlite-3.7.17-8.el7.x86_64.rpm) = ff0820355c33fc536511e51271fa14aa5ed3ae5984535349231f6506d7cd071c +SIZE (rpm/centos/7.2.1511/x86_64/sqlite-3.7.17-8.el7.x86_64.rpm) = 402932 +SHA256 (rpm/centos/7.2.1511/x86_64/sqlite-3.7.17-8.el7.src.rpm) = d9a3d6e632ab757c1d214e25a3446207011df09a4195261653b6c82f8f8ee190 +SIZE (rpm/centos/7.2.1511/x86_64/sqlite-3.7.17-8.el7.src.rpm) = 9048219 Property changes on: head/databases/linux-c7-sqlite3/distinfo.x86_64 ___________________________________________________________________ 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-c7-sqlite3/pkg-plist.i386 =================================================================== --- head/databases/linux-c7-sqlite3/pkg-plist.i386 (nonexistent) +++ head/databases/linux-c7-sqlite3/pkg-plist.i386 (revision 424259) @@ -0,0 +1,4 @@ +usr/bin/sqlite3 +usr/lib/libsqlite3.so.0 +usr/lib/libsqlite3.so.0.8.6 +usr/share/man/man1/sqlite3.1.gz Property changes on: head/databases/linux-c7-sqlite3/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/linux-c7-sqlite3/pkg-plist.x86_64 =================================================================== --- head/databases/linux-c7-sqlite3/pkg-plist.x86_64 (nonexistent) +++ head/databases/linux-c7-sqlite3/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,6 @@ +usr/bin/sqlite3 +usr/lib/libsqlite3.so.0 +usr/lib/libsqlite3.so.0.8.6 +usr/lib64/libsqlite3.so.0 +usr/lib64/libsqlite3.so.0.8.6 +usr/share/man/man1/sqlite3.1.gz Property changes on: head/databases/linux-c7-sqlite3/pkg-plist.x86_64 ___________________________________________________________________ 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/Makefile =================================================================== --- head/devel/Makefile (revision 424258) +++ head/devel/Makefile (revision 424259) @@ -1,5581 +1,5594 @@ # $FreeBSD$ # COMMENT = Development utilities SUBDIR += 9base SUBDIR += ChipmunkPhysics SUBDIR += ElectricFence SUBDIR += ORBit2 SUBDIR += ORBit2-reference SUBDIR += R-cran-BH SUBDIR += R-cran-Defaults SUBDIR += R-cran-Hmisc SUBDIR += R-cran-R6 SUBDIR += R-cran-RUnit SUBDIR += R-cran-Rcpp SUBDIR += R-cran-bit SUBDIR += R-cran-bit64 SUBDIR += R-cran-bitops SUBDIR += R-cran-caTools SUBDIR += R-cran-caret SUBDIR += R-cran-chron SUBDIR += R-cran-crayon SUBDIR += R-cran-data.table SUBDIR += R-cran-doParallel SUBDIR += R-cran-evaluate SUBDIR += R-cran-foreach SUBDIR += R-cran-gbm SUBDIR += R-cran-gdata SUBDIR += R-cran-glmnet SUBDIR += R-cran-gmodels SUBDIR += R-cran-gsubfn SUBDIR += R-cran-gtools SUBDIR += R-cran-iterators SUBDIR += R-cran-itertools SUBDIR += R-cran-magrittr SUBDIR += R-cran-memoise SUBDIR += R-cran-microbenchmark SUBDIR += R-cran-pkgmaker SUBDIR += R-cran-plyr SUBDIR += R-cran-proto SUBDIR += R-cran-randomForest SUBDIR += R-cran-registry SUBDIR += R-cran-reshape SUBDIR += R-cran-reshape2 SUBDIR += R-cran-rngtools SUBDIR += R-cran-rstudioapi SUBDIR += R-cran-sourcetools SUBDIR += R-cran-tibble SUBDIR += R-cran-tidyr SUBDIR += SpecTcl SUBDIR += aap SUBDIR += aarch64-binutils SUBDIR += aarch64-none-elf-binutils SUBDIR += aarch64-none-elf-gcc SUBDIR += abi-compliance-checker SUBDIR += ace SUBDIR += ace+tao-doc SUBDIR += acsccid SUBDIR += activitymail SUBDIR += ada-util SUBDIR += adabooch SUBDIR += adacurses SUBDIR += adaid SUBDIR += adime SUBDIR += aegis SUBDIR += afay SUBDIR += ahven SUBDIR += aifad SUBDIR += alabastra SUBDIR += ald SUBDIR += alf SUBDIR += allegro SUBDIR += allegro-devel SUBDIR += alog SUBDIR += amd64-binutils SUBDIR += amd64-gcc SUBDIR += amd64-xtoolchain-gcc SUBDIR += android-tools-adb SUBDIR += android-tools-adb-devel SUBDIR += android-tools-fastboot SUBDIR += android-tools-fastboot-devel SUBDIR += android-tools-simpleperf SUBDIR += anjuta SUBDIR += anjuta-extras SUBDIR += antlr SUBDIR += antlr3 SUBDIR += antlr4 SUBDIR += apache-ant SUBDIR += apache-rat SUBDIR += api-sanity-autotest SUBDIR += apiextractor SUBDIR += appstream-glib SUBDIR += apr1 SUBDIR += apr2 SUBDIR += arcanist SUBDIR += arduino SUBDIR += arduino-builder SUBDIR += arduino-core SUBDIR += arduino-ctags SUBDIR += arduino-glcd SUBDIR += arduino-irremote SUBDIR += arduino-mk SUBDIR += arduino-sevseg SUBDIR += argouml SUBDIR += argp-standalone SUBDIR += argtable SUBDIR += arm-elf-binutils SUBDIR += arm-gnueabi-binutils SUBDIR += arm-none-eabi-binutils SUBDIR += arm-none-eabi-gcc SUBDIR += arm-none-eabi-gcc492 SUBDIR += arm-none-eabi-gdb SUBDIR += arm-none-eabi-newlib SUBDIR += aros-sdk SUBDIR += art SUBDIR += artifactory SUBDIR += as31 SUBDIR += asl SUBDIR += asmutils SUBDIR += asmx SUBDIR += astah-community SUBDIR += astyle SUBDIR += atf SUBDIR += atlas SUBDIR += atlas-devel SUBDIR += atlassian-plugin-sdk SUBDIR += aunit SUBDIR += autobook SUBDIR += autoconf SUBDIR += autoconf-archive SUBDIR += autoconf-wrapper SUBDIR += autoconf213 SUBDIR += autodia SUBDIR += autodist SUBDIR += autogen SUBDIR += automake SUBDIR += automake-wrapper SUBDIR += automoc4 SUBDIR += autotools SUBDIR += avalon-framework SUBDIR += avarice SUBDIR += avce00 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 += b2 SUBDIR += babeltrace SUBDIR += bam SUBDIR += bbfreeze SUBDIR += bbfreeze-loader 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 += bossa SUBDIR += bouml-doc SUBDIR += bpython SUBDIR += bsdbuild SUBDIR += bsdcflow SUBDIR += bsdowl SUBDIR += bugzilla44 SUBDIR += bugzilla50 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 += caf SUBDIR += calibrator SUBDIR += capstone3 SUBDIR += capstone4 SUBDIR += cargo SUBDIR += cask SUBDIR += catch SUBDIR += cbrowser SUBDIR += cc65 SUBDIR += ccache SUBDIR += cccc SUBDIR += ccdoc SUBDIR += ccons SUBDIR += ccrtp SUBDIR += cdash SUBDIR += cdecl SUBDIR += cdialog SUBDIR += cdk SUBDIR += cervisia SUBDIR += cflow SUBDIR += cflow2vcg SUBDIR += cgdb SUBDIR += cgilib SUBDIR += cgit SUBDIR += cgprof SUBDIR += charva SUBDIR += checkbashisms SUBDIR += checkheaders SUBDIR += cheritrace-devel SUBDIR += cherivis-devel SUBDIR += chrpath SUBDIR += chruby SUBDIR += cil SUBDIR += cityhash SUBDIR += cjose 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 += clanlib SUBDIR += clanlib1 SUBDIR += clanlib22 SUBDIR += cld SUBDIR += cld2 SUBDIR += clewn SUBDIR += clig SUBDIR += clinfo SUBDIR += clisp-hyperspec SUBDIR += clojure-cider SUBDIR += cloudabi SUBDIR += cloudabi-binutils-aarch64 SUBDIR += cloudabi-binutils-x86_64 SUBDIR += cloudabi-toolchain SUBDIR += cmake SUBDIR += cmake-doc SUBDIR += cmake-fedora SUBDIR += cmake-gui SUBDIR += cmake-modules SUBDIR += cmake-modules-webos SUBDIR += cmph SUBDIR += cmunge SUBDIR += cobf SUBDIR += coccinelle SUBDIR += codeblocks SUBDIR += codeville SUBDIR += codeworker SUBDIR += colorgcc SUBDIR += colormake SUBDIR += commit-patch 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 += cpan-upload SUBDIR += cpan-upload-http SUBDIR += cpp-netlib SUBDIR += cppcheck SUBDIR += cppi SUBDIR += cpptest SUBDIR += cppunit SUBDIR += cpputest SUBDIR += cproto SUBDIR += cpuflags SUBDIR += cram SUBDIR += creduce SUBDIR += critcl SUBDIR += cs-eric6 SUBDIR += cscope SUBDIR += cscout SUBDIR += csmith SUBDIR += csoap SUBDIR += cssc SUBDIR += cstringbuffer SUBDIR += ctags SUBDIR += ctypes.sh 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 += 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 += datadraw SUBDIR += dbus SUBDIR += dbus-c++ 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 += 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 += ds2 SUBDIR += dulwich SUBDIR += duplo SUBDIR += dwarfdump SUBDIR += dwarves SUBDIR += dxa65 SUBDIR += dyncall SUBDIR += e00compr SUBDIR += e2fsprogs-libss SUBDIR += easygit SUBDIR += eblob SUBDIR += ebnf2yacc SUBDIR += ecgi SUBDIR += edb SUBDIR += editline SUBDIR += efivar SUBDIR += efl SUBDIR += eggdbus SUBDIR += egypt SUBDIR += eiffelstudio SUBDIR += elf SUBDIR += elfio SUBDIR += elfkickers SUBDIR += elfrc SUBDIR += elfsh SUBDIR += elftoaout SUBDIR += elfutils SUBDIR += elixir-apex SUBDIR += elixir-bson SUBDIR += elixir-calendar SUBDIR += elixir-combine SUBDIR += elixir-conform SUBDIR += elixir-conform_exrm SUBDIR += elixir-connection SUBDIR += elixir-coverex SUBDIR += elixir-csv SUBDIR += elixir-decimal SUBDIR += elixir-dialyze SUBDIR += elixir-estree SUBDIR += elixir-exactor SUBDIR += elixir-excoveralls SUBDIR += elixir-exjsx SUBDIR += elixir-exprotobuf SUBDIR += elixir-exrm SUBDIR += elixir-gettext SUBDIR += elixir-hex SUBDIR += elixir-inflex SUBDIR += elixir-lager_logger SUBDIR += elixir-libring SUBDIR += elixir-math SUBDIR += elixir-msgpax SUBDIR += elixir-nadia SUBDIR += elixir-nats SUBDIR += elixir-nimble_csv SUBDIR += elixir-paratize SUBDIR += elixir-plug SUBDIR += elixir-poison SUBDIR += elixir-quantum SUBDIR += elixir-red_black_tree SUBDIR += elixir-simple_bayes SUBDIR += elixir-sorted_set SUBDIR += elixir-stemmer SUBDIR += elixir-swarm SUBDIR += elixir-timex SUBDIR += elixir-tirexs SUBDIR += elixir-tzdata SUBDIR += embb SUBDIR += epl.el SUBDIR += epm SUBDIR += epydoc SUBDIR += eric6 SUBDIR += eris SUBDIR += erlang-backoff SUBDIR += erlang-bbmustache SUBDIR += erlang-bear SUBDIR += erlang-certifi SUBDIR += erlang-cf SUBDIR += erlang-clique SUBDIR += erlang-common_lib SUBDIR += erlang-cuttlefish SUBDIR += erlang-erlware_commons SUBDIR += erlang-esdl SUBDIR += erlang-exmpp SUBDIR += erlang-folsom SUBDIR += erlang-gen_leader SUBDIR += erlang-gen_rpc SUBDIR += erlang-gen_smtp SUBDIR += erlang-getopt SUBDIR += erlang-goldrush SUBDIR += erlang-gpb SUBDIR += erlang-gproc SUBDIR += erlang-hut SUBDIR += erlang-jobs SUBDIR += erlang-jsx SUBDIR += erlang-jsxd SUBDIR += erlang-lager SUBDIR += erlang-lager_syslog SUBDIR += erlang-meck SUBDIR += erlang-metrics SUBDIR += erlang-msgpack SUBDIR += erlang-neotoma SUBDIR += erlang-oserl SUBDIR += erlang-parse_trans SUBDIR += erlang-poolboy SUBDIR += erlang-pooler SUBDIR += erlang-protobuffs SUBDIR += erlang-providers SUBDIR += erlang-rebar3_hex SUBDIR += erlang-recon SUBDIR += erlang-sbroker SUBDIR += erlang-ssl_verify_fun SUBDIR += erlang-syslog SUBDIR += es-eric6 SUBDIR += etcd SUBDIR += etcd3 SUBDIR += etl SUBDIR += euca2ools SUBDIR += eventxx SUBDIR += evolution-gconf-tools SUBDIR += exercisix SUBDIR += extra-cmake-modules SUBDIR += f77flow SUBDIR += fam SUBDIR += fastcrc SUBDIR += fb-adb SUBDIR += fb303 SUBDIR += fc++ SUBDIR += ffcall SUBDIR += fga SUBDIR += fhist SUBDIR += fib SUBDIR += firmware-utils SUBDIR += fistgen SUBDIR += flatbuffers 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-registry SUBDIR += fpc-fcl-res SUBDIR += fpc-fcl-sdo SUBDIR += fpc-fcl-sound SUBDIR += fpc-fcl-stl SUBDIR += fpc-fcl-web SUBDIR += fpc-fcl-xml 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 += fstrm SUBDIR += ftjam SUBDIR += ftnchek SUBDIR += fuel SUBDIR += fujaba SUBDIR += funnelweb SUBDIR += gaa SUBDIR += gamin SUBDIR += gauche-readline SUBDIR += gaul SUBDIR += gazpacho SUBDIR += gb SUBDIR += gcc-arm-embedded SUBDIR += gcc-msp430-ti-toolchain 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-autoclose SUBDIR += geany-plugin-automark SUBDIR += geany-plugin-codenav SUBDIR += geany-plugin-commander SUBDIR += geany-plugin-ctags SUBDIR += geany-plugin-debugger SUBDIR += geany-plugin-defineformat SUBDIR += geany-plugin-devhelp SUBDIR += geany-plugin-doc SUBDIR += geany-plugin-extrasel SUBDIR += geany-plugin-geanypy SUBDIR += geany-plugin-gendoc SUBDIR += geany-plugin-geniuspaste SUBDIR += geany-plugin-git-changebar SUBDIR += geany-plugin-insertnum SUBDIR += geany-plugin-latex SUBDIR += geany-plugin-lineoperations SUBDIR += geany-plugin-lipsum SUBDIR += geany-plugin-lua SUBDIR += geany-plugin-macro SUBDIR += geany-plugin-markdown SUBDIR += geany-plugin-miniscript SUBDIR += geany-plugin-multiterm SUBDIR += geany-plugin-numberedbookmarks SUBDIR += geany-plugin-overview SUBDIR += geany-plugin-pairtaghighlighter SUBDIR += geany-plugin-pg SUBDIR += geany-plugin-pohelper SUBDIR += geany-plugin-pretty-printer SUBDIR += geany-plugin-prj SUBDIR += geany-plugin-projectorganizer 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 += gettext-runtime SUBDIR += gettext-tools SUBDIR += gflags SUBDIR += giggle SUBDIR += gindent SUBDIR += gio-sharp SUBDIR += git SUBDIR += git-bzr-ng SUBDIR += git-cinnabar SUBDIR += git-codereview SUBDIR += git-cola SUBDIR += git-cvs SUBDIR += git-extras SUBDIR += git-gui SUBDIR += git-lfs SUBDIR += git-lite SUBDIR += git-merge-changelog SUBDIR += git-modes SUBDIR += git-review SUBDIR += git-subversion SUBDIR += gitblit SUBDIR += gitflow SUBDIR += gitg SUBDIR += gitg0 SUBDIR += github-backup-utils SUBDIR += gitinspector SUBDIR += gitlab-shell SUBDIR += gitlist SUBDIR += gitolite SUBDIR += gitolite2 SUBDIR += gitphp SUBDIR += gittrac SUBDIR += glade 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 += gnatcoll SUBDIR += gnatpython SUBDIR += gnome-builder SUBDIR += gnome-common SUBDIR += gnome-js-common SUBDIR += gnome-vfs SUBDIR += gnome-vfs-monikers SUBDIR += gnome-vfs-reference SUBDIR += gnome-vfsmm SUBDIR += gnu-efi SUBDIR += gnucflow SUBDIR += gnulib SUBDIR += gnulibiberty SUBDIR += gnustep SUBDIR += gnustep-make SUBDIR += go-bayesian SUBDIR += go-bindata SUBDIR += go-btree SUBDIR += go-cobra SUBDIR += go-codec SUBDIR += go-faker SUBDIR += go-flags SUBDIR += go-form SUBDIR += go-go.uuid SUBDIR += go-goregen SUBDIR += go-hashicorp-logutils SUBDIR += go-json-rest SUBDIR += go-logrus SUBDIR += go-metrics SUBDIR += go-nuid SUBDIR += go-pflag SUBDIR += go-pretty SUBDIR += go-protobuf SUBDIR += go-raw SUBDIR += go-runewidth SUBDIR += go-shellwords SUBDIR += go-slices SUBDIR += go-sql-driver SUBDIR += go-termbox SUBDIR += go-tools SUBDIR += go-uuid SUBDIR += go-yaml SUBDIR += gob2 SUBDIR += gobject-introspection SUBDIR += godep SUBDIR += godot SUBDIR += godot-tools SUBDIR += goffice SUBDIR += goffice010 SUBDIR += google-gdata SUBDIR += google-perftools SUBDIR += google-styleguide SUBDIR += googlemock SUBDIR += googletest SUBDIR += goprotobuf SUBDIR += gorm SUBDIR += govendor SUBDIR += gperf SUBDIR += gpm SUBDIR += gprbuild SUBDIR += gps SUBDIR += gpsim SUBDIR += gputils SUBDIR += gradle SUBDIR += grantlee SUBDIR += grantlee5 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 += gumbo SUBDIR += gvfs SUBDIR += gvp 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 += hive SUBDIR += horde-content SUBDIR += horde-timeobjects SUBDIR += horde-whups SUBDIR += hp48cc SUBDIR += hp48xgcc SUBDIR += hs-BNFC SUBDIR += hs-Boolean SUBDIR += hs-BoundedChan SUBDIR += hs-ConfigFile SUBDIR += hs-DrIFT SUBDIR += hs-Glob SUBDIR += hs-HUnit SUBDIR += hs-IfElse SUBDIR += hs-List SUBDIR += hs-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-ShellCheck SUBDIR += hs-StateVar 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-orphans SUBDIR += hs-base-unicode-symbols SUBDIR += hs-base16-bytestring SUBDIR += hs-base64-bytestring SUBDIR += hs-basic-prelude SUBDIR += hs-bifunctors SUBDIR += hs-bits-atomic SUBDIR += hs-blaze-builder SUBDIR += hs-blaze-builder-enumerator SUBDIR += hs-blaze-textual SUBDIR += hs-bloomfilter SUBDIR += hs-boxes SUBDIR += hs-bsd-sysctl SUBDIR += hs-byteable SUBDIR += hs-byteorder SUBDIR += hs-bytestring-lexing SUBDIR += hs-bytestring-mmap 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-constraints 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-ordlist 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-easy-file 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-extra 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-mirror SUBDIR += hs-ghc-events SUBDIR += hs-ghc-mtl SUBDIR += hs-ghc-paths SUBDIR += hs-gio SUBDIR += hs-git-annex SUBDIR += hs-glib SUBDIR += hs-gtk2hs-buildtools SUBDIR += hs-haddock SUBDIR += hs-haddock-api SUBDIR += hs-haddock-library SUBDIR += hs-happy SUBDIR += hs-hashable SUBDIR += hs-hashed-storage SUBDIR += hs-hashtables SUBDIR += hs-haskell-src SUBDIR += hs-haskell-src-exts SUBDIR += hs-hasktags SUBDIR += hs-hastache SUBDIR += hs-hex SUBDIR += hs-hinotify SUBDIR += hs-hint SUBDIR += hs-hlibev SUBDIR += hs-hlint SUBDIR += hs-hoogle SUBDIR += hs-hourglass SUBDIR += hs-hsb2hs SUBDIR += hs-hslogger SUBDIR += hs-hslua SUBDIR += hs-hspec SUBDIR += hs-hspec-core SUBDIR += hs-hspec-discover SUBDIR += hs-hspec-expectations SUBDIR += hs-js-flot SUBDIR += hs-js-jquery 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-async SUBDIR += hs-lifted-base SUBDIR += hs-logict SUBDIR += hs-map-syntax SUBDIR += hs-memory 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-mutable-containers SUBDIR += hs-ncurses SUBDIR += hs-newtype SUBDIR += hs-old-locale SUBDIR += hs-old-time SUBDIR += hs-optparse-applicative SUBDIR += hs-parallel SUBDIR += hs-pcre-light SUBDIR += hs-prelude-extras SUBDIR += hs-preprocessor-tools SUBDIR += hs-prettyclass SUBDIR += hs-primitive SUBDIR += hs-profunctors SUBDIR += hs-project-template SUBDIR += hs-quickcheck-io SUBDIR += hs-random 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-text SUBDIR += hs-text-icu SUBDIR += hs-tf-random SUBDIR += hs-threads SUBDIR += hs-threadscope SUBDIR += hs-time-compat SUBDIR += hs-time-locale-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-uuid-types 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 += hyperscan SUBDIR += ice SUBDIR += icmake SUBDIR += icu SUBDIR += idutils SUBDIR += imake SUBDIR += include-what-you-use SUBDIR += inilib SUBDIR += iniparser SUBDIR += initutil SUBDIR += injeqt SUBDIR += insight SUBDIR += ioncube SUBDIR += ipython SUBDIR += ireport SUBDIR += isl SUBDIR += it-eric6 SUBDIR += itext SUBDIR += ivykis 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 += javolution SUBDIR += jclassinfo SUBDIR += jcmdline SUBDIR += jech-dht SUBDIR += jenkins SUBDIR += jenkins-lts SUBDIR += jiic SUBDIR += jline SUBDIR += jna SUBDIR += jrtplib SUBDIR += jsap SUBDIR += jsl SUBDIR += jsmin SUBDIR += json-c SUBDIR += json-glib SUBDIR += jsoncpp SUBDIR += jsonnet 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 += kore SUBDIR += kyra SUBDIR += kyua SUBDIR += lasi SUBDIR += lcov SUBDIR += leaktracer SUBDIR += leiningen SUBDIR += lemon SUBDIR += lfcbase SUBDIR += lfcxml SUBDIR += libCello SUBDIR += libIDL SUBDIR += libPropList SUBDIR += libafterbase SUBDIR += liballium SUBDIR += libantlr3c SUBDIR += libarea SUBDIR += libarena SUBDIR += libassa SUBDIR += libassetml SUBDIR += libast SUBDIR += libastylej SUBDIR += libatomic_ops SUBDIR += libaura SUBDIR += libavl SUBDIR += libbde SUBDIR += libbegemot SUBDIR += libbfd SUBDIR += libbinio SUBDIR += libbobcat SUBDIR += libbonobo SUBDIR += libbonobo-reference SUBDIR += libbrotli SUBDIR += libbson 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 += libconcurrent SUBDIR += libconfig SUBDIR += libconfuse SUBDIR += libcppformat SUBDIR += libcrossguid SUBDIR += libcutl SUBDIR += libcwd SUBDIR += libcxxrt SUBDIR += libdaemon SUBDIR += libdap SUBDIR += libdasm SUBDIR += libdatrie SUBDIR += libdbusmenu SUBDIR += libdbusmenu-qt SUBDIR += libdbusmenu-qt5 SUBDIR += libdevq SUBDIR += libdfui SUBDIR += libdict SUBDIR += libdisasm SUBDIR += libdisorder SUBDIR += libdispatch SUBDIR += libdistance 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 += libevdev SUBDIR += libevent-hiphop SUBDIR += libevent2 SUBDIR += libevt SUBDIR += libevtx SUBDIR += libewf SUBDIR += libexecinfo SUBDIR += libexplain SUBDIR += libfastjson SUBDIR += libffi SUBDIR += libfirm SUBDIR += libflatarray SUBDIR += libfortuna SUBDIR += libfreefare SUBDIR += libfsntfs SUBDIR += libftdi SUBDIR += libftdi1 SUBDIR += libfwnt SUBDIR += libfwsi SUBDIR += libg19 SUBDIR += libg19draw SUBDIR += libgalago SUBDIR += libgamepad SUBDIR += libgdata SUBDIR += libgee SUBDIR += libgee06 SUBDIR += libgetline SUBDIR += libghthash SUBDIR += libgit2 SUBDIR += libgit2-glib SUBDIR += libglade2 SUBDIR += libglade2-reference SUBDIR += libglademm24 SUBDIR += libgpc SUBDIR += libgpkg SUBDIR += libgrading SUBDIR += libgsf SUBDIR += libgta SUBDIR += libgtop SUBDIR += libgutenfetch SUBDIR += libhash SUBDIR += libhid SUBDIR += libhoard SUBDIR += libhtp SUBDIR += libical SUBDIR += libical-glib SUBDIR += libinotify SUBDIR += libiqxmlrpc SUBDIR += libisofs SUBDIR += libixp SUBDIR += libjson++ SUBDIR += libk8055 SUBDIR += libkgapi SUBDIR += libklel SUBDIR += libkolab SUBDIR += liblangtag SUBDIR += liblas SUBDIR += liblas12 SUBDIR += libleaftag SUBDIR += liblnk SUBDIR += liblogging SUBDIR += liblognorm SUBDIR += liblouis SUBDIR += liblouisxml SUBDIR += libltdl SUBDIR += libmaa SUBDIR += libmatheval SUBDIR += libmba SUBDIR += libmill SUBDIR += libmimedir SUBDIR += libmonetra SUBDIR += libmowgli SUBDIR += libmowgli2 SUBDIR += libmpcbdm SUBDIR += libmpsse SUBDIR += libmsiecf SUBDIR += libmsocket SUBDIR += libmtdev SUBDIR += libmtrie SUBDIR += libnaji SUBDIR += libnfc SUBDIR += libnotify SUBDIR += libnsutils SUBDIR += libnxt SUBDIR += liboil SUBDIR += libol SUBDIR += libolecf SUBDIR += liboobs SUBDIR += liboop SUBDIR += libopencm3 SUBDIR += libopensync SUBDIR += libopkele SUBDIR += liborcus SUBDIR += liborcus07 SUBDIR += libosinfo SUBDIR += libosmo-abis SUBDIR += libosmo-netif SUBDIR += libosmo-sccp SUBDIR += libosmocore SUBDIR += libowfat SUBDIR += libpafe SUBDIR += libpafe-ruby SUBDIR += libparserutils SUBDIR += libpasori SUBDIR += libpci SUBDIR += libpciaccess SUBDIR += libpdel SUBDIR += libpeak SUBDIR += libpeas SUBDIR += libpff SUBDIR += libphk SUBDIR += libphutil SUBDIR += libplist SUBDIR += libpo6 SUBDIR += libpololu-avr SUBDIR += libpru SUBDIR += libpthread-stubs SUBDIR += libqb SUBDIR += libqcow SUBDIR += libr3 SUBDIR += librcc SUBDIR += librcd SUBDIR += libreadline-java SUBDIR += libredblack SUBDIR += libregf SUBDIR += librelp SUBDIR += librest SUBDIR += librevisa SUBDIR += librevisa-vish SUBDIR += librevisa-vxi SUBDIR += librolegen SUBDIR += libruin SUBDIR += libs11n SUBDIR += libscca SUBDIR += libsearpc SUBDIR += libserialport SUBDIR += libserver SUBDIR += libshbuf SUBDIR += libshhmsg SUBDIR += libshhopt SUBDIR += libsigc++12 SUBDIR += libsigc++20 SUBDIR += libsigcx SUBDIR += libsigrok SUBDIR += libsigrokdecode SUBDIR += libsigscan 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 += libtermkey SUBDIR += libthai SUBDIR += libtifiles2 SUBDIR += libtool SUBDIR += libtpl SUBDIR += libublio SUBDIR += libukcprog SUBDIR += libunicode SUBDIR += libuninum SUBDIR += libunistring SUBDIR += libunwind SUBDIR += libuutil 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 += libvslvm SUBDIR += libvterm SUBDIR += libwfut SUBDIR += libx86 SUBDIR += libxalloc SUBDIR += libxo SUBDIR += libxs SUBDIR += libytnef SUBDIR += libzookeeper SUBDIR += libzrtpcpp SUBDIR += libzvbi SUBDIR += lightning SUBDIR += linux-c6-dbus-glib SUBDIR += linux-c6-dbus-libs SUBDIR += linux-c6-devtools SUBDIR += linux-c6-libgfortran SUBDIR += linux-c6-libglade2 SUBDIR += linux-c6-libpciaccess SUBDIR += linux-c6-libsigc++20 SUBDIR += linux-c6-libthai SUBDIR += linux-c6-ncurses-base SUBDIR += linux-c6-nspr SUBDIR += linux-c6-qt47 SUBDIR += linux-c6-sdl12 + SUBDIR += linux-c7-dbus-glib + SUBDIR += linux-c7-dbus-libs + SUBDIR += linux-c7-devtools + SUBDIR += linux-c7-libgfortran + SUBDIR += linux-c7-libglade2 + SUBDIR += linux-c7-libpciaccess + SUBDIR += linux-c7-libsigc++20 + SUBDIR += linux-c7-libthai + SUBDIR += linux-c7-ncurses-base + SUBDIR += linux-c7-nspr + SUBDIR += linux-c7-qt + SUBDIR += linux-c7-sdl12 + SUBDIR += linux-c7-sdl20 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-kernel SUBDIR += linux_kdump SUBDIR += linux_libusb SUBDIR += lion SUBDIR += listserialc SUBDIR += liteide SUBDIR += lldb37 SUBDIR += lldb38 SUBDIR += llnextgen SUBDIR += llvm-cheri SUBDIR += llvm-cheri128 SUBDIR += llvm-devel SUBDIR += llvm33 SUBDIR += llvm34 SUBDIR += llvm35 SUBDIR += llvm36 SUBDIR += llvm37 SUBDIR += llvm38 SUBDIR += llvm39 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-MessagePack SUBDIR += lua-alien SUBDIR += lua-bitlib SUBDIR += lua-bitop SUBDIR += lua-cjson SUBDIR += lua-gettext SUBDIR += lua-lgi SUBDIR += lua-lpeg SUBDIR += lua-lpeg51 SUBDIR += lua-luarocks 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 += marisa-trie SUBDIR += mate-common SUBDIR += matreshka SUBDIR += maven-wrapper SUBDIR += maven3 SUBDIR += maven31 SUBDIR += maven33 SUBDIR += mcpp SUBDIR += mdds SUBDIR += mdds0 SUBDIR += menhir SUBDIR += mercator SUBDIR += mercurial SUBDIR += mercurialeclipse SUBDIR += mico 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 += mips-binutils SUBDIR += mips-gcc SUBDIR += mips-xtoolchain-gcc SUBDIR += mips64-binutils SUBDIR += mips64-gcc SUBDIR += mips64-xtoolchain-gcc SUBDIR += mk-configure SUBDIR += mkcmd SUBDIR += mm SUBDIR += mm-common SUBDIR += mongo-c-driver SUBDIR += mongo-cxx-driver SUBDIR += mono-addins SUBDIR += monodevelop SUBDIR += monotone SUBDIR += monotone-viz SUBDIR += motor SUBDIR += mpatrol SUBDIR += mph SUBDIR += mq4cpp SUBDIR += msgpack SUBDIR += msgpuck SUBDIR += msp430-debug-stack SUBDIR += mspdebug SUBDIR += msrc0 SUBDIR += mtbl SUBDIR += myrepos 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 += netsurf-buildsystem SUBDIR += newfile SUBDIR += newt SUBDIR += newtonsoft-json SUBDIR += nglogc SUBDIR += nini SUBDIR += ninja SUBDIR += ninja-ide SUBDIR += node-thrift SUBDIR += notify-sharp SUBDIR += noweb SUBDIR += npth SUBDIR += nsgenbind SUBDIR += nspr SUBDIR += nuitka SUBDIR += nxt-python SUBDIR += obby SUBDIR += objecthash SUBDIR += ocaml-annexlib SUBDIR += ocaml-calendar SUBDIR += ocaml-camljava SUBDIR += ocaml-camlp4 SUBDIR += ocaml-camlp5 SUBDIR += ocaml-camomile SUBDIR += ocaml-camomile-examples SUBDIR += ocaml-cfg SUBDIR += ocaml-classes SUBDIR += ocaml-cmdliner SUBDIR += ocaml-cppo SUBDIR += ocaml-deriving-ocsigen SUBDIR += ocaml-extlib SUBDIR += ocaml-findlib SUBDIR += ocaml-ipaddr SUBDIR += ocaml-lacaml SUBDIR += ocaml-lwt SUBDIR += ocaml-magic SUBDIR += ocaml-opam SUBDIR += ocaml-ounit SUBDIR += ocaml-parmap SUBDIR += ocaml-pcre SUBDIR += ocaml-pomap SUBDIR += ocaml-ppx-tools SUBDIR += ocaml-re SUBDIR += ocaml-react SUBDIR += ocaml-res SUBDIR += ocaml-sdl SUBDIR += ocaml-sem SUBDIR += ocaml-sexplib SUBDIR += ocaml-type_conv SUBDIR += ocaml-ulex SUBDIR += ocaml-uutf SUBDIR += ocaml-xstr SUBDIR += ocaml-xstrp4 SUBDIR += ocl-icd SUBDIR += ode SUBDIR += ois SUBDIR += okteta SUBDIR += omake SUBDIR += omniNotify SUBDIR += omniORB SUBDIR += omniORB-4.1 SUBDIR += oniguruma4 SUBDIR += oniguruma5 SUBDIR += onscripter SUBDIR += onscripter-1byte SUBDIR += oozie SUBDIR += open-beagle SUBDIR += open-usp-tukubai SUBDIR += opencl SUBDIR += opencvs SUBDIR += opendht SUBDIR += opengrok SUBDIR += openmp SUBDIR += openocd SUBDIR += openvex SUBDIR += openwince-include SUBDIR += openzz SUBDIR += orc SUBDIR += osc 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-ARGV-Struct 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-Cron 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-Daemon 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-local-lib-helper SUBDIR += p5-App-perlbrew SUBDIR += p5-App-scan_prereqs_cpanfile SUBDIR += p5-AppConfig SUBDIR += p5-AppConfig-Std SUBDIR += p5-Array-Group SUBDIR += p5-Array-Heap 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-C SUBDIR += p5-B-Compiling SUBDIR += p5-B-Deobfuscate SUBDIR += p5-B-Flags 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-Brannigan 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-CHI-Driver-DBI 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-Canary-Stability 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-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-Compiler-Lexer 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-Reader-Ordered 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-Validator 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-HexDump-Range 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-Lock SUBDIR += p5-Data-MessagePack SUBDIR += p5-Data-MessagePack-Stream SUBDIR += p5-Data-Miscellany SUBDIR += p5-Data-Model SUBDIR += p5-Data-Munge SUBDIR += p5-Data-Object SUBDIR += p5-Data-ObjectDriver SUBDIR += p5-Data-OptList SUBDIR += p5-Data-Page-NoTotalEntries SUBDIR += p5-Data-Page-Pageset 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-Sah-Normalize SUBDIR += p5-Data-Section SUBDIR += p5-Data-Section-Simple SUBDIR += p5-Data-Serializable SUBDIR += p5-Data-Serializer SUBDIR += p5-Data-Serializer-Sereal 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-URIEncode 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-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-Calc SUBDIR += p5-DateTimeX-Easy SUBDIR += p5-Debug-Client SUBDIR += p5-Decision-ACL SUBDIR += p5-Declare-Constraints-Simple SUBDIR += p5-DefHash 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-InheritNamespace 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-OverloadInfo 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-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-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-CppGuess 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-Link 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-Flock-Retry 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-Slurper 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-Multi 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-Write-Rotate 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-Getopt-Tabular SUBDIR += p5-Git-PurePerl SUBDIR += p5-Git-Repository SUBDIR += p5-Git-Repository-Plugin-Log SUBDIR += p5-Git-Sub SUBDIR += p5-Git-Version-Compare 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-Slice 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-File-AtomicChange 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-Prompt-Simple SUBDIR += p5-IO-Prompt-Tiny SUBDIR += p5-IO-Prompter 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-PerlSSH 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-Base SUBDIR += p5-Import-Into SUBDIR += p5-Inline SUBDIR += p5-Inline-ASM SUBDIR += p5-Inline-C SUBDIR += p5-Inline-CPP SUBDIR += p5-Inline-Files SUBDIR += p5-Inline-Filters SUBDIR += p5-Inline-Java SUBDIR += p5-Inline-Python SUBDIR += p5-Inline-TT SUBDIR += p5-Inline-Tcl SUBDIR += p5-InlineX-C2XS SUBDIR += p5-InlineX-CPP2XS SUBDIR += p5-Input-Validator 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-JIRA-REST SUBDIR += p5-JQuery SUBDIR += p5-JSON-Hyper SUBDIR += p5-JSON-Path SUBDIR += p5-JSON-Pointer 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-Flatten SUBDIR += p5-List-Gen SUBDIR += p5-List-Group SUBDIR += p5-List-Objects-Types SUBDIR += p5-List-Objects-WithUtils SUBDIR += p5-List-Permutor SUBDIR += p5-List-PowerSet SUBDIR += p5-List-Rotation-Cycle SUBDIR += p5-List-SomeUtils SUBDIR += p5-List-SomeUtils-XS 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-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-Any-IfLOG SUBDIR += p5-Log-Contextual SUBDIR += p5-Log-Defer SUBDIR += p5-Log-Dispatch SUBDIR += p5-Log-Dispatch-Array SUBDIR += p5-Log-Dispatch-ArrayWithLimits 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-FileWriteRotate SUBDIR += p5-Log-Dispatch-Perl SUBDIR += p5-Log-Dispatch-Screen-Color SUBDIR += p5-Log-Dispatch-Scribe SUBDIR += p5-Log-Dispatchouli SUBDIR += p5-Log-Dump SUBDIR += p5-Log-Handler SUBDIR += p5-Log-Log4perl SUBDIR += p5-Log-Log4perl-Appender-RabbitMQ SUBDIR += p5-Log-Log4perl-Appender-Socket-UNIX SUBDIR += p5-Log-Log4perl-Tiny SUBDIR += p5-Log-Message SUBDIR += p5-Log-Message-Simple SUBDIR += p5-Log-Minimal SUBDIR += p5-Log-Report SUBDIR += p5-Log-Report-Optional SUBDIR += p5-Log-Simple SUBDIR += p5-Log-Trace SUBDIR += p5-Log-TraceMessages SUBDIR += p5-Logfile-Rotate SUBDIR += p5-Luka SUBDIR += p5-Lvalue SUBDIR += p5-MCE 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-Minilla SUBDIR += p5-Minion SUBDIR += p5-Mixin-Event-Dispatch 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-Pluggable SUBDIR += p5-Module-Build-Pluggable-ReadmeMarkdownFromPod 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-CheckVersion 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-TestBase 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-Runtime-Conflicts 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-Mojolicious-Plugin-NYTProf 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-TypeTiny 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-CoverableModifiers 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-Meta-TypeConstraint-Mooish 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-DateTime-MySQL 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-Import 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-Opcodes SUBDIR += p5-OrePAN2 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-AnyEvent 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-strftime-Compiler SUBDIR += p5-POSIX-strptime SUBDIR += p5-PPerl SUBDIR += p5-PV SUBDIR += p5-Package-Constants SUBDIR += p5-Package-DeprecationManager SUBDIR += p5-Package-Generator SUBDIR += p5-Package-Stash SUBDIR += p5-Package-Stash-XS SUBDIR += p5-Package-Variant SUBDIR += p5-PadWalker SUBDIR += p5-Parallel-Async SUBDIR += p5-Parallel-Fork-BossWorker 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-Params-ValidationCompiler 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-LocalDistribution SUBDIR += p5-Parse-Method-Signatures SUBDIR += p5-Parse-PMFile SUBDIR += p5-Parse-PerlConfig SUBDIR += p5-Parse-Pidl SUBDIR += p5-Parse-PlainConfig SUBDIR += p5-Parse-RecDescent SUBDIR += p5-Parse-Win32Registry SUBDIR += p5-Parse-Yapp SUBDIR += p5-ParseLex SUBDIR += p5-ParseTemplate SUBDIR += p5-PatchReader SUBDIR += p5-Path-Abstract SUBDIR += p5-Path-Class SUBDIR += p5-Path-Class-File-Lockable SUBDIR += p5-Path-Dispatcher SUBDIR += p5-Path-Dispatcher-Declarative SUBDIR += p5-Path-Extended SUBDIR += p5-Path-FindDev SUBDIR += p5-Path-IsDev SUBDIR += p5-Path-Iterator-Rule SUBDIR += p5-Path-Resource SUBDIR += p5-Path-Tiny SUBDIR += p5-PathTools SUBDIR += p5-Paws SUBDIR += p5-Pegex 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-PrereqScanner-Lite SUBDIR += p5-Perl-Tidy SUBDIR += p5-Perl-Unsafe-Signals SUBDIR += p5-Perl-Version SUBDIR += p5-Perl-osnames SUBDIR += p5-Perl4-CoreLibs 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-Timeout SUBDIR += p5-PerlIO-via-dynamic SUBDIR += p5-PerlIO-via-symlink SUBDIR += p5-PerlX-Maybe SUBDIR += p5-PerlX-Maybe-XS 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-Pod-Usage 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-Readonly SUBDIR += p5-Readonly-XS SUBDIR += p5-ReadonlyX 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-Lexer SUBDIR += p5-Regexp-RegGrp SUBDIR += p5-Regexp-Shellish SUBDIR += p5-Regexp-Subst-Parallel SUBDIR += p5-Religion SUBDIR += p5-Reply SUBDIR += p5-ResourcePool SUBDIR += p5-Resources SUBDIR += p5-Return-MultiLevel SUBDIR += p5-Return-Type SUBDIR += p5-Return-Value SUBDIR += p5-Rinci 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-Router-R3 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-Sah SUBDIR += p5-Scalar-Defer SUBDIR += p5-Scalar-Does SUBDIR += p5-Scalar-Listify SUBDIR += p5-Scalar-String SUBDIR += p5-Scalar-Util-LooksLikeNumber SUBDIR += p5-Scalar-Util-Numeric 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-Tiny SUBDIR += p5-Task-Weaken SUBDIR += p5-Tee SUBDIR += p5-Template-Provider-Encode SUBDIR += p5-Term-ANSIColor SUBDIR += p5-Term-ANSIScreen SUBDIR += p5-Term-Animation SUBDIR += p5-Term-CallEditor SUBDIR += p5-Term-Clui SUBDIR += p5-Term-EditLine SUBDIR += p5-Term-Encoding SUBDIR += p5-Term-Menus SUBDIR += p5-Term-ProgressBar SUBDIR += p5-Term-ProgressBar-Quiet SUBDIR += p5-Term-ProgressBar-Simple SUBDIR += p5-Term-Prompt SUBDIR += p5-Term-Query SUBDIR += p5-Term-RawInput SUBDIR += p5-Term-ReadKey SUBDIR += p5-Term-ReadLine SUBDIR += p5-Term-ReadLine-Gnu SUBDIR += p5-Term-ReadLine-Perl SUBDIR += p5-Term-ReadLine-TTYtter 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-API 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-Fake-HTTPD 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-HexDifferences 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-Modern 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-Needs SUBDIR += p5-Test-Net-LDAP SUBDIR += p5-Test-Net-RabbitMQ SUBDIR += p5-Test-NoTabs SUBDIR += p5-Test-NoWarnings SUBDIR += p5-Test-Number-Delta SUBDIR += p5-Test-Object SUBDIR += p5-Test-OpenLDAP SUBDIR += p5-Test-Output SUBDIR += p5-Test-POE-Client-TCP SUBDIR += p5-Test-POE-Server-TCP SUBDIR += p5-Test-Parser SUBDIR += p5-Test-PerlTidy SUBDIR += p5-Test-Pod SUBDIR += p5-Test-Pod-Coverage SUBDIR += p5-Test-Pod-Coverage-Permissive SUBDIR += p5-Test-Portability-Files SUBDIR += p5-Test-Prereq SUBDIR += p5-Test-RandomResults SUBDIR += p5-Test-Refcount SUBDIR += p5-Test-Reporter SUBDIR += p5-Test-Reporter-Transport-Metabase SUBDIR += p5-Test-Requires SUBDIR += p5-Test-Requires-Git SUBDIR += p5-Test-RequiresInternet SUBDIR += p5-Test-Roo 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-Tiny 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-utf8 SUBDIR += p5-Test2-Plugin-NoWarnings SUBDIR += p5-Test2-Suite SUBDIR += p5-Text-Levenshtein SUBDIR += p5-Text-Levenshtein-Damerau 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-ParseDate 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-Time-timegm 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-Tree-Trie SUBDIR += p5-Type-Tie SUBDIR += p5-Type-Tiny SUBDIR += p5-Type-Tiny-Signatures SUBDIR += p5-Type-Tiny-XS SUBDIR += p5-Types-Core SUBDIR += p5-Types-Path-Tiny SUBDIR += p5-Types-Serialiser SUBDIR += p5-Types-URI SUBDIR += p5-Types-UUID 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-Groups 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-Xporter 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-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-defer SUBDIR += p5-constant-lexical SUBDIR += p5-cpan-listchanges SUBDIR += p5-curry 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-mem SUBDIR += p5-mixin SUBDIR += p5-mocked SUBDIR += p5-multidimensional SUBDIR += p5-namespace-autoclean SUBDIR += p5-namespace-clean SUBDIR += p5-namespace-clean-xs SUBDIR += p5-namespace-sweep SUBDIR += p5-orz SUBDIR += p5-parent 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-superclass SUBDIR += p5-syntax SUBDIR += p5-threads SUBDIR += p5-threads-shared SUBDIR += p5-true SUBDIR += p5-uni-perl SUBDIR += p5-version SUBDIR += p65 SUBDIR += p8-platform SUBDIR += paexec SUBDIR += papi SUBDIR += pas2dox SUBDIR += pasm SUBDIR += patch SUBDIR += pcc-libs SUBDIR += pccts SUBDIR += pcl SUBDIR += pcre SUBDIR += pcre++ SUBDIR += pcre2 SUBDIR += pcsc-ada SUBDIR += pcsc-lite SUBDIR += pdcurses 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-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-hrtime SUBDIR += pecl-htscanner SUBDIR += pecl-inotify SUBDIR += pecl-intl SUBDIR += pecl-jsmin SUBDIR += pecl-json_post SUBDIR += pecl-jsonc SUBDIR += pecl-jsond SUBDIR += pecl-jsonnet 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-propro SUBDIR += pecl-propro2 SUBDIR += pecl-pthreads SUBDIR += pecl-qb SUBDIR += pecl-raphf SUBDIR += pecl-raphf2 SUBDIR += pecl-runkit SUBDIR += pecl-scream SUBDIR += pecl-shape SUBDIR += pecl-spl_types SUBDIR += pecl-spread SUBDIR += pecl-statgrab SUBDIR += pecl-strict SUBDIR += pecl-svn SUBDIR += pecl-swoole SUBDIR += pecl-sync SUBDIR += pecl-test_helpers SUBDIR += pecl-trace SUBDIR += pecl-uopz SUBDIR += pecl-uploadprogress SUBDIR += pecl-uri_template SUBDIR += pecl-uuid SUBDIR += pecl-vld SUBDIR += pecl-weakref 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-jq SUBDIR += php-libawl SUBDIR += php-maxminddb SUBDIR += php-memoize SUBDIR += php-scalar_objects SUBDIR += php-uprofiler SUBDIR += php-xdebug SUBDIR += php5-blitz SUBDIR += php5-blitz-devel SUBDIR += php5-dav SUBDIR += php5-geshi SUBDIR += php5-ice SUBDIR += php5-pinba SUBDIR += php5-thrift 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 += php70-APCu SUBDIR += php70-gettext SUBDIR += php70-intl SUBDIR += php70-json SUBDIR += php70-pcntl SUBDIR += php70-readline SUBDIR += php70-shmop SUBDIR += php70-sysvmsg SUBDIR += php70-sysvsem SUBDIR += php70-sysvshm SUBDIR += php70-tokenizer SUBDIR += phpbt SUBDIR += phpsh SUBDIR += phpunit SUBDIR += physfs SUBDIR += physfs-devel SUBDIR += picp SUBDIR += picprog SUBDIR += pig 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-ssl SUBDIR += ponscripter-sekai SUBDIR += popt SUBDIR += poslib SUBDIR += powerpc64-binutils SUBDIR += powerpc64-gcc SUBDIR += powerpc64-xtoolchain-gcc SUBDIR += poxml SUBDIR += ppl SUBDIR += pragmarcs SUBDIR += premake SUBDIR += premake4 SUBDIR += privman SUBDIR += projectcenter SUBDIR += protobuf SUBDIR += protobuf-c SUBDIR += protobuf25 SUBDIR += pructl 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-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-PyLD SUBDIR += py-RPyC SUBDIR += py-Record SUBDIR += py-SymbolType SUBDIR += py-TGScheduler SUBDIR += py-ToscaWidgets SUBDIR += py-TurboJinja SUBDIR += py-ZopeUndo SUBDIR += py-adb SUBDIR += py-akismet SUBDIR += py-aniso8601 SUBDIR += py-anonfunc SUBDIR += py-anyconfig SUBDIR += py-anyjson SUBDIR += py-apache_conf_parser SUBDIR += py-apipkg SUBDIR += py-appdirs SUBDIR += py-application SUBDIR += py-apptools SUBDIR += py-apscheduler SUBDIR += py-archetypes.querywidget SUBDIR += py-archetypes.referencebrowserwidget SUBDIR += py-archetypes.schemaextender SUBDIR += py-argcomplete SUBDIR += py-argh SUBDIR += py-argparse SUBDIR += py-args SUBDIR += py-arrow SUBDIR += py-aspects SUBDIR += py-aspyct SUBDIR += py-astroid SUBDIR += py-asyncio SUBDIR += py-atomicwrites SUBDIR += py-attrs SUBDIR += py-avro SUBDIR += py-babel SUBDIR += py-babelfish SUBDIR += py-backports.shutil_get_terminal_size SUBDIR += py-backports_abc SUBDIR += py-bandit 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-blist SUBDIR += py-bluelet SUBDIR += py-boto SUBDIR += py-botocore SUBDIR += py-cachetools SUBDIR += py-calendar SUBDIR += py-canonicaljson SUBDIR += py-capstone SUBDIR += py-cclib SUBDIR += py-celery SUBDIR += py-cffi SUBDIR += py-cfgparse SUBDIR += py-chainmap SUBDIR += py-characteristic SUBDIR += py-check-manifest SUBDIR += py-cheetah SUBDIR += py-ciphon SUBDIR += py-circuits SUBDIR += py-cjson SUBDIR += py-cld SUBDIR += py-click SUBDIR += py-click-log SUBDIR += py-click-threading SUBDIR += py-cliff SUBDIR += py-clint SUBDIR += py-clonedigger SUBDIR += py-cloudpickle SUBDIR += py-cluster SUBDIR += py-cmd2 SUBDIR += py-cmdln SUBDIR += py-codecov SUBDIR += py-codegen SUBDIR += py-cog SUBDIR += py-coil SUBDIR += py-collective.monkeypatcher SUBDIR += py-collective.z3cform.datetimewidget SUBDIR += py-colorama SUBDIR += py-colorlog SUBDIR += py-columnize SUBDIR += py-conditional SUBDIR += py-configargparse SUBDIR += py-configobj SUBDIR += py-configparser SUBDIR += py-construct SUBDIR += py-contextlib2 SUBDIR += py-country SUBDIR += py-cov-core SUBDIR += py-coverage SUBDIR += py-crcmod SUBDIR += py-ctags SUBDIR += py-cuisine SUBDIR += py-curtsies SUBDIR += py-cxx SUBDIR += py-cycler SUBDIR += py-d2to1 SUBDIR += py-daemon SUBDIR += py-daemonize SUBDIR += py-daemons SUBDIR += py-dal SUBDIR += py-darcsver SUBDIR += py-darts.util.lru SUBDIR += py-dateutil SUBDIR += py-dbus SUBDIR += py-debtcollector SUBDIR += py-decorator SUBDIR += py-decoratortools SUBDIR += py-defusedxml SUBDIR += py-delfick_error SUBDIR += py-deliciousapi SUBDIR += py-demjson SUBDIR += py-dexml SUBDIR += py-dialog SUBDIR += py-diazo SUBDIR += py-dirspec SUBDIR += py-distorm SUBDIR += py-django-rq SUBDIR += py-django-rq-dashboard SUBDIR += py-django-tastypie-mongoengine SUBDIR += py-django16-tastypie-mongoengine SUBDIR += py-docker-py SUBDIR += py-docopt SUBDIR += py-dogpile.cache SUBDIR += py-doit SUBDIR += py-durus SUBDIR += py-dynrules SUBDIR += py-efilter SUBDIR += py-efl SUBDIR += py-eggtestinfo SUBDIR += py-enum34 SUBDIR += py-envisage SUBDIR += py-epdb SUBDIR += py-epsilon SUBDIR += py-evdev SUBDIR += py-event SUBDIR += py-exam SUBDIR += py-extras SUBDIR += py-extremes SUBDIR += py-ezpyinline SUBDIR += py-fabric SUBDIR += py-fake-factory SUBDIR += py-fam SUBDIR += py-fasteners SUBDIR += py-fastimport SUBDIR += py-filemagic 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-freenas.dispatcher SUBDIR += py-freenas.utils SUBDIR += py-freezegun SUBDIR += py-frozendict SUBDIR += py-fs SUBDIR += py-fsm SUBDIR += py-fudge SUBDIR += py-funcparserlib SUBDIR += py-funcsigs SUBDIR += py-functools32 SUBDIR += py-fusefs SUBDIR += py-future SUBDIR += py-futures SUBDIR += py-futurist SUBDIR += py-game SUBDIR += py-game_sdl2 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-git-up SUBDIR += py-gitdb SUBDIR += py-gitless SUBDIR += py-gitosis SUBDIR += py-gitpython SUBDIR += py-glob2 SUBDIR += py-gobject SUBDIR += py-gobject3 SUBDIR += py-google-apputils SUBDIR += py-grab SUBDIR += py-greenlet SUBDIR += py-grizzled SUBDIR += py-grouch SUBDIR += py-gyp SUBDIR += py-hash_ring SUBDIR += py-hghooks SUBDIR += py-hgsubversion SUBDIR += py-hgtools SUBDIR += py-http-prompt SUBDIR += py-humanize SUBDIR += py-hypothesis SUBDIR += py-icalendar SUBDIR += py-ice SUBDIR += py-inflect SUBDIR += py-iniparse SUBDIR += py-initgroups SUBDIR += py-instant SUBDIR += py-interface SUBDIR += py-intervaltree SUBDIR += py-ioflo SUBDIR += py-ipaddr SUBDIR += py-ipdb SUBDIR += py-ipython_genutils SUBDIR += py-iso8601 SUBDIR += py-isodate SUBDIR += py-iterpipes SUBDIR += py-itools SUBDIR += py-jaraco.classes SUBDIR += py-jaraco.functools SUBDIR += py-jaraco.itertools SUBDIR += py-jaraco.logging SUBDIR += py-jaraco.timing SUBDIR += py-jaraco.util SUBDIR += py-jcc SUBDIR += py-jdcal SUBDIR += py-jedi SUBDIR += py-jellyfish SUBDIR += py-jenkins-job-builder SUBDIR += py-jep SUBDIR += py-jira SUBDIR += py-jmespath SUBDIR += py-joblib SUBDIR += py-jsmin SUBDIR += py-json-py SUBDIR += py-json-sempai SUBDIR += py-jsonlib SUBDIR += py-jsonlib2 SUBDIR += py-jsonpatch SUBDIR += py-jsonpointer SUBDIR += py-jsonrpclib SUBDIR += py-jsonschema SUBDIR += py-kaptan SUBDIR += py-kayako SUBDIR += py-kazoo SUBDIR += py-keystoneauth1 SUBDIR += py-kid SUBDIR += py-kitchen SUBDIR += py-kjbuckets SUBDIR += py-kqueue SUBDIR += py-krosspython SUBDIR += py-lazy SUBDIR += py-lazy-object-proxy SUBDIR += py-levenshtein SUBDIR += py-liblarch SUBDIR += py-libpeas SUBDIR += py-libplist SUBDIR += py-libusb1 SUBDIR += py-libvirt SUBDIR += py-libzfs SUBDIR += py-ll-core SUBDIR += py-llfuse SUBDIR += py-llvmlite SUBDIR += py-lock_file SUBDIR += py-lockfile SUBDIR += py-log4py SUBDIR += py-logan SUBDIR += py-logbook SUBDIR += py-logilab-common SUBDIR += py-louie SUBDIR += py-lxml SUBDIR += py-magic SUBDIR += py-mailcap-fix SUBDIR += py-manuel SUBDIR += py-matrix-angular-sdk SUBDIR += py-mccabe SUBDIR += py-meliae SUBDIR += py-memory_profiler SUBDIR += py-mercurialserver SUBDIR += py-mez_xml SUBDIR += py-mimeparse SUBDIR += py-minimongo SUBDIR += py-mock SUBDIR += py-mongoengine SUBDIR += py-mongokit SUBDIR += py-monotonic SUBDIR += py-more-itertools SUBDIR += py-mox SUBDIR += py-msgpack-python SUBDIR += py-multi_key_dict SUBDIR += py-multipledispatch SUBDIR += py-mwlib SUBDIR += py-mwlib.ext SUBDIR += py-mwlib.rl SUBDIR += py-mx-experimental SUBDIR += py-mygpoclient SUBDIR += py-nagioscheck SUBDIR += py-natsort SUBDIR += py-natural SUBDIR += py-ncurses SUBDIR += py-nose SUBDIR += py-nose-cov SUBDIR += py-noseofyeti SUBDIR += py-notifier SUBDIR += py-notify SUBDIR += py-numba SUBDIR += py-ocempgui SUBDIR += py-ode SUBDIR += py-odfpy SUBDIR += py-offtrac SUBDIR += py-olefile SUBDIR += py-oletools SUBDIR += py-omnijson SUBDIR += py-omniorb SUBDIR += py-omniorb-3 SUBDIR += py-openstacksdk SUBDIR += py-opster SUBDIR += py-optik SUBDIR += py-option_merge SUBDIR += py-orbit SUBDIR += py-ordereddict SUBDIR += py-os-client-config SUBDIR += py-osc-lib SUBDIR += py-oslo.config SUBDIR += py-oslo.context SUBDIR += py-oslo.i18n SUBDIR += py-oslo.serialization SUBDIR += py-oslo.utils SUBDIR += py-palm SUBDIR += py-parsedatetime SUBDIR += py-path.py SUBDIR += py-pathlib SUBDIR += py-pathlib2 SUBDIR += py-pathtools SUBDIR += py-paver SUBDIR += py-pbr SUBDIR += py-pefile SUBDIR += py-period SUBDIR += py-petname SUBDIR += py-pex SUBDIR += py-phabricator SUBDIR += py-phonenumbers SUBDIR += py-phply SUBDIR += py-phpserialize SUBDIR += py-pika SUBDIR += py-pika-pool SUBDIR += py-pinocchio SUBDIR += py-pip SUBDIR += py-pkgconfig SUBDIR += py-plan SUBDIR += py-plex SUBDIR += py-pluggy SUBDIR += py-ply SUBDIR += py-polib SUBDIR += py-positional SUBDIR += py-posix_ipc SUBDIR += py-pp SUBDIR += py-pqueue SUBDIR += py-pretend SUBDIR += py-prettytable SUBDIR += py-prioritized_methods SUBDIR += py-prompt_toolkit SUBDIR += py-protobuf SUBDIR += py-protocols SUBDIR += py-protocols-devel SUBDIR += py-ptrace SUBDIR += py-pudb SUBDIR += py-px SUBDIR += py-py SUBDIR += py-pyasn1 SUBDIR += py-pyasn1-modules SUBDIR += py-pycalendar SUBDIR += py-pycallgraph SUBDIR += py-pycerberus SUBDIR += py-pycmd SUBDIR += py-pycparser SUBDIR += py-pydasm SUBDIR += py-pydenticon SUBDIR += py-pydoop SUBDIR += py-pyechonest SUBDIR += py-pyee SUBDIR += py-pyelftools SUBDIR += py-pyev SUBDIR += py-pyface SUBDIR += py-pyflakes SUBDIR += py-pygit2 SUBDIR += py-pygithub SUBDIR += py-pygpx SUBDIR += py-pyhashxx SUBDIR += py-pyicu SUBDIR += py-pyinotify SUBDIR += py-pyinstaller SUBDIR += py-pykde4 SUBDIR += py-pykdeuic4 SUBDIR += py-pyke SUBDIR += py-pylru SUBDIR += py-pylru-cache SUBDIR += py-pymarc SUBDIR += py-pympler SUBDIR += py-pymtbl SUBDIR += py-pyopencl SUBDIR += py-pyparsing SUBDIR += py-pyqi SUBDIR += py-pyrfc3339 SUBDIR += py-pyro SUBDIR += py-pyshapelib SUBDIR += py-pyte SUBDIR += py-pytemplate SUBDIR += py-pytest SUBDIR += py-pytest-cache SUBDIR += py-pytest-capturelog SUBDIR += py-pytest-django SUBDIR += py-pytest-localserver SUBDIR += py-pytest-runner SUBDIR += py-pytest-timeout SUBDIR += py-pytest-xdist SUBDIR += py-python-bugzilla SUBDIR += py-python-distutils-extra SUBDIR += py-python-editor SUBDIR += py-python-gist SUBDIR += py-python-jenkins SUBDIR += py-python-magic SUBDIR += py-python-pcre SUBDIR += py-python-statsd SUBDIR += py-python2-pythondialog SUBDIR += py-pythonbrew SUBDIR += py-pytimeparse SUBDIR += py-pytools SUBDIR += py-pytrie SUBDIR += py-pytvmaze SUBDIR += py-pytz SUBDIR += py-pyutil SUBDIR += py-pyvisa SUBDIR += py-pyvisa-py 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-qt5 SUBDIR += py-qt5-core SUBDIR += py-qt5-dbus SUBDIR += py-qt5-dbussupport SUBDIR += py-qt5-designer SUBDIR += py-qt5-designerplugin SUBDIR += py-qt5-help SUBDIR += py-qt5-qscintilla2 SUBDIR += py-qt5-test SUBDIR += py-rauth SUBDIR += py-raven SUBDIR += py-rcsparse SUBDIR += py-re2 SUBDIR += py-rebulk SUBDIR += py-rednose SUBDIR += py-repl SUBDIR += py-repoze.lru SUBDIR += py-repoze.sphinx.autointerface 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-requestsexceptions SUBDIR += py-resolver SUBDIR += py-resourcepackage SUBDIR += py-responses SUBDIR += py-retrying SUBDIR += py-riak_pb SUBDIR += py-rlcompleter2 SUBDIR += py-robotframework SUBDIR += py-robotframework-pabot SUBDIR += py-robotframework-ride SUBDIR += py-robotframework-selenium2library SUBDIR += py-robotremoteserver SUBDIR += py-rope SUBDIR += py-rose SUBDIR += py-roxlib SUBDIR += py-rq SUBDIR += py-rtree SUBDIR += py-ruledispatch SUBDIR += py-sanetime SUBDIR += py-sarge SUBDIR += py-scripttest SUBDIR += py-sdl2 SUBDIR += py-selection SUBDIR += py-selectors34 SUBDIR += py-semantic_version SUBDIR += py-serpent SUBDIR += py-setproctitle SUBDIR += py-setuptools SUBDIR += py-setuptools-git SUBDIR += py-setuptools27 SUBDIR += py-setuptools33 SUBDIR += py-setuptools34 SUBDIR += py-setuptools35 SUBDIR += py-setuptools_darcs SUBDIR += py-setuptools_hg SUBDIR += py-setuptools_scm SUBDIR += py-sh SUBDIR += py-shapely SUBDIR += py-should_dsl SUBDIR += py-simpleeval 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-sortedcontainers SUBDIR += py-sourcemap SUBDIR += py-spark SUBDIR += py-speaklater SUBDIR += py-spyder SUBDIR += py-sqlcc SUBDIR += py-statgrab SUBDIR += py-statsd SUBDIR += py-stdnum SUBDIR += py-stevedore SUBDIR += py-stopit SUBDIR += py-structlog SUBDIR += py-stsci.distutils SUBDIR += py-subversion SUBDIR += py-subvertpy SUBDIR += py-sure SUBDIR += py-sysctl SUBDIR += py-sysv_ipc SUBDIR += py-tables SUBDIR += py-tabulate SUBDIR += py-tapi SUBDIR += py-tarantool-queue SUBDIR += py-tblib SUBDIR += py-tconfpy SUBDIR += py-tempora SUBDIR += py-tempstorage SUBDIR += py-termcolor SUBDIR += py-terminable_thread SUBDIR += py-termstyle SUBDIR += py-testgears SUBDIR += py-testoob SUBDIR += py-testtools SUBDIR += py-tgMochiKit SUBDIR += py-thrift SUBDIR += py-timelib SUBDIR += py-tinyarray SUBDIR += py-tipper SUBDIR += py-total-ordering SUBDIR += py-tox SUBDIR += py-trace2html SUBDIR += py-traitlets 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-twext SUBDIR += py-twiggy SUBDIR += py-twilio SUBDIR += py-twine SUBDIR += py-twisted SUBDIR += py-twisted152 SUBDIR += py-twistedCore SUBDIR += py-twistedFlow SUBDIR += py-twistedRunner SUBDIR += py-txaio SUBDIR += py-typing SUBDIR += py-tzlocal SUBDIR += py-ua_parser SUBDIR += py-ujson SUBDIR += py-uncompyle2 SUBDIR += py-unicodecsv SUBDIR += py-unipath SUBDIR += py-unpaddedbase64 SUBDIR += py-update_checker SUBDIR += py-urlimport SUBDIR += py-urwid SUBDIR += py-urwidtrees SUBDIR += py-usb SUBDIR += py-user_agents SUBDIR += py-utils SUBDIR += py-validictory SUBDIR += py-vcrpy SUBDIR += py-vcversioner SUBDIR += py-venusian SUBDIR += py-versiontools SUBDIR += py-virtualenv SUBDIR += py-virtualenv-clone SUBDIR += py-virtualenvwrapper SUBDIR += py-warlock SUBDIR += py-watchdog SUBDIR += py-wcwidth SUBDIR += py-weblib SUBDIR += py-wheel SUBDIR += py-wrapt 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-yandex-money-sdk 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.file 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 += py3-Jinja2 SUBDIR += py3-babel SUBDIR += py3-click SUBDIR += py3-dbus SUBDIR += py3-gobject3 SUBDIR += py3-jsonschema SUBDIR += py3-libpeas SUBDIR += py3-nose SUBDIR += py3-pyicu SUBDIR += py3-pylru-cache SUBDIR += py3-python-magic SUBDIR += py3-pytz SUBDIR += py3-threema-msgapi SUBDIR += py3-vcversioner SUBDIR += py3-xdg SUBDIR += py3-yaml SUBDIR += py_static_check 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 += qbs SUBDIR += qbzr SUBDIR += qca SUBDIR += qca-qt5 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 += qscintilla2-designerplugin-qt5 SUBDIR += qscintilla2-qt5 SUBDIR += qt-maybe 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-linguisttools 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-location SUBDIR += qt5-qdbus SUBDIR += qt5-qdbusviewer SUBDIR += qt5-qdoc SUBDIR += qt5-qdoc-data 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 += rapidjson SUBDIR += rbenv SUBDIR += rbtools SUBDIR += rclint SUBDIR += rcs SUBDIR += rcs57 SUBDIR += re2 SUBDIR += re2c SUBDIR += readline SUBDIR += rebar SUBDIR += rebar3 SUBDIR += regexx SUBDIR += regexxer SUBDIR += relx SUBDIR += remake SUBDIR += renpy SUBDIR += renpy6 SUBDIR += replay SUBDIR += rhtvision SUBDIR += rlog SUBDIR += rlvm SUBDIR += rlwrap SUBDIR += roboctl SUBDIR += robodoc SUBDIR += root-doc 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-calendar SUBDIR += ruby-date2 SUBDIR += ruby-dialogs 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-CFPropertyList SUBDIR += rubygem-abstract SUBDIR += rubygem-actionpack-action_caching SUBDIR += rubygem-actionview SUBDIR += rubygem-active_scaffold SUBDIR += rubygem-activejob SUBDIR += rubygem-activemessaging SUBDIR += rubygem-activerecord-deprecated_finders SUBDIR += rubygem-activesupport SUBDIR += rubygem-activesupport4 SUBDIR += rubygem-akismet SUBDIR += rubygem-algebrick SUBDIR += rubygem-algorithms SUBDIR += rubygem-allison SUBDIR += rubygem-analogger SUBDIR += rubygem-annoy SUBDIR += rubygem-ansi SUBDIR += rubygem-apipie-bindings SUBDIR += rubygem-apipie-params SUBDIR += rubygem-app_config SUBDIR += rubygem-arr-pm SUBDIR += rubygem-arrayfields SUBDIR += rubygem-ascii85 SUBDIR += rubygem-asetus SUBDIR += rubygem-aspectr SUBDIR += rubygem-ast SUBDIR += rubygem-astrolabe SUBDIR += rubygem-atomic SUBDIR += rubygem-attic SUBDIR += rubygem-attr_required SUBDIR += rubygem-authlogic SUBDIR += rubygem-awesome_print SUBDIR += rubygem-aws-sdk SUBDIR += rubygem-aws-sdk-core SUBDIR += rubygem-aws-sdk-resources SUBDIR += rubygem-aws-sdk-v1 SUBDIR += rubygem-axiom-types SUBDIR += rubygem-backports SUBDIR += rubygem-bacon SUBDIR += rubygem-benelux SUBDIR += rubygem-bin_utils SUBDIR += rubygem-bindata SUBDIR += rubygem-binding_of_caller SUBDIR += rubygem-bio SUBDIR += rubygem-bit-struct SUBDIR += rubygem-blankslate SUBDIR += rubygem-blobstore_client SUBDIR += rubygem-blockenspiel SUBDIR += rubygem-bones SUBDIR += rubygem-bosh-template SUBDIR += rubygem-bosh_common SUBDIR += rubygem-bson SUBDIR += rubygem-bson1 SUBDIR += rubygem-buftok SUBDIR += rubygem-bugspots SUBDIR += rubygem-builder SUBDIR += rubygem-builder32 SUBDIR += rubygem-byebug SUBDIR += rubygem-cabin SUBDIR += rubygem-caesars SUBDIR += rubygem-cairo-gobject SUBDIR += rubygem-capybara SUBDIR += rubygem-celluloid SUBDIR += rubygem-celluloid-essentials SUBDIR += rubygem-celluloid-extras SUBDIR += rubygem-celluloid-fsm SUBDIR += rubygem-celluloid-io SUBDIR += rubygem-celluloid-pool SUBDIR += rubygem-celluloid-supervision SUBDIR += rubygem-cf-uaa-lib SUBDIR += rubygem-childprocess SUBDIR += rubygem-chronic SUBDIR += rubygem-chronic_duration SUBDIR += rubygem-clamp SUBDIR += rubygem-classifier SUBDIR += rubygem-classifier-reborn SUBDIR += rubygem-climate_control SUBDIR += rubygem-clio SUBDIR += rubygem-cliprompt 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-concurrent-ruby SUBDIR += rubygem-concurrent-ruby-edge SUBDIR += rubygem-configatron SUBDIR += rubygem-configstruct SUBDIR += rubygem-configuration SUBDIR += rubygem-cool.io SUBDIR += rubygem-corefines SUBDIR += rubygem-crack SUBDIR += rubygem-cri SUBDIR += rubygem-cucumber SUBDIR += rubygem-cucumber-core SUBDIR += rubygem-cucumber-wire SUBDIR += rubygem-curses SUBDIR += rubygem-cyoi SUBDIR += rubygem-daemon_controller SUBDIR += rubygem-daemons SUBDIR += rubygem-debug_inspector SUBDIR += rubygem-debugger-linecache SUBDIR += rubygem-debugger-xml SUBDIR += rubygem-deep_merge SUBDIR += rubygem-deep_test SUBDIR += rubygem-deface SUBDIR += rubygem-default_value_for SUBDIR += rubygem-delayed_job SUBDIR += rubygem-delayer SUBDIR += rubygem-delayer-deferred SUBDIR += rubygem-deprecated SUBDIR += rubygem-deprecated2 SUBDIR += rubygem-descendants_tracker SUBDIR += rubygem-devise SUBDIR += rubygem-devise-async SUBDIR += rubygem-devise-async-rails4 SUBDIR += rubygem-devise-rails4 SUBDIR += rubygem-directory_watcher SUBDIR += rubygem-ditz SUBDIR += rubygem-docile SUBDIR += rubygem-drydock SUBDIR += rubygem-dynflow SUBDIR += rubygem-edavis10-object_daddy SUBDIR += rubygem-elif SUBDIR += rubygem-enumerize SUBDIR += rubygem-equalizer SUBDIR += rubygem-errand SUBDIR += rubygem-event-bus SUBDIR += rubygem-eventmachine SUBDIR += rubygem-excon SUBDIR += rubygem-execjs SUBDIR += rubygem-extlib SUBDIR += rubygem-extras SUBDIR += rubygem-facets SUBDIR += rubygem-faraday_middleware-multi_json SUBDIR += rubygem-fast-stemmer SUBDIR += rubygem-fast_gettext SUBDIR += rubygem-fast_stack SUBDIR += rubygem-fast_xor SUBDIR += rubygem-fastercsv SUBDIR += rubygem-fastri SUBDIR += rubygem-fastthread SUBDIR += rubygem-fattr SUBDIR += rubygem-ffi SUBDIR += rubygem-ffi-compiler SUBDIR += rubygem-ffi-yajl SUBDIR += rubygem-file-tail SUBDIR += rubygem-filesize SUBDIR += rubygem-flexmock SUBDIR += rubygem-fluent-logger SUBDIR += rubygem-fog SUBDIR += rubygem-fog-core SUBDIR += rubygem-fog-json SUBDIR += rubygem-font-awesome-rails SUBDIR += rubygem-font-awesome-rails-rails4 SUBDIR += rubygem-foreigner SUBDIR += rubygem-foreman SUBDIR += rubygem-formatador SUBDIR += rubygem-forwardable-extended SUBDIR += rubygem-gdata SUBDIR += rubygem-gem_plugin SUBDIR += rubygem-gemcutter SUBDIR += rubygem-gemnasium-gitlab-service SUBDIR += rubygem-gems SUBDIR += rubygem-generator_spec SUBDIR += rubygem-generator_spec-rails4 SUBDIR += rubygem-georuby SUBDIR += rubygem-get_process_mem SUBDIR += rubygem-getopt SUBDIR += rubygem-gettext SUBDIR += rubygem-gh SUBDIR += rubygem-gibbler SUBDIR += rubygem-gio2 SUBDIR += rubygem-git SUBDIR += rubygem-git-version-bump SUBDIR += rubygem-github_api SUBDIR += rubygem-gitlab-pygments.rb SUBDIR += rubygem-gitlab_git SUBDIR += rubygem-gitlab_meta SUBDIR += rubygem-glib2 SUBDIR += rubygem-gobject-introspection SUBDIR += rubygem-graf SUBDIR += rubygem-grape SUBDIR += rubygem-grape-entity SUBDIR += rubygem-grape-swagger SUBDIR += rubygem-grit SUBDIR += rubygem-guess_html_encoding SUBDIR += rubygem-gyoku SUBDIR += rubygem-hamster SUBDIR += rubygem-hashdiff SUBDIR += rubygem-hashery SUBDIR += rubygem-hashie SUBDIR += rubygem-hashie2 SUBDIR += rubygem-health_check SUBDIR += rubygem-highline SUBDIR += rubygem-hike SUBDIR += rubygem-hitimes SUBDIR += rubygem-hoe SUBDIR += rubygem-holidays SUBDIR += rubygem-i18n SUBDIR += rubygem-icalendar SUBDIR += rubygem-ice_cube SUBDIR += rubygem-ice_nine SUBDIR += rubygem-inflecto SUBDIR += rubygem-instance_storage SUBDIR += rubygem-interact SUBDIR += rubygem-io-like SUBDIR += rubygem-iobuffer SUBDIR += rubygem-jammit SUBDIR += rubygem-jasmine-core SUBDIR += rubygem-jbuilder SUBDIR += rubygem-jekyll-coffeescript SUBDIR += rubygem-jeweler SUBDIR += rubygem-jmespath 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-kafo_wizards SUBDIR += rubygem-kgio SUBDIR += rubygem-launchy SUBDIR += rubygem-launchy22 SUBDIR += rubygem-lazy_priority_queue SUBDIR += rubygem-librarian SUBDIR += rubygem-librarianp SUBDIR += rubygem-libyajl2 SUBDIR += rubygem-licensee SUBDIR += rubygem-listen SUBDIR += rubygem-little-plugger SUBDIR += rubygem-locale SUBDIR += rubygem-lockfile SUBDIR += rubygem-logging SUBDIR += rubygem-logster SUBDIR += rubygem-loquacious SUBDIR += rubygem-lru_redux SUBDIR += rubygem-lumberjack SUBDIR += rubygem-main SUBDIR += rubygem-map SUBDIR += rubygem-memoist SUBDIR += rubygem-memoizable SUBDIR += rubygem-memoize SUBDIR += rubygem-mercenary SUBDIR += rubygem-message_bus SUBDIR += rubygem-metaclass SUBDIR += rubygem-metaid SUBDIR += rubygem-metasm SUBDIR += rubygem-method_source SUBDIR += rubygem-minitest SUBDIR += rubygem-minitest4 SUBDIR += rubygem-mixlib-authentication SUBDIR += rubygem-mixlib-cli SUBDIR += rubygem-mixlib-config SUBDIR += rubygem-mixlib-log SUBDIR += rubygem-mixlib-shellout SUBDIR += rubygem-mkrf SUBDIR += rubygem-mocha SUBDIR += rubygem-moneta SUBDIR += rubygem-moneta06 SUBDIR += rubygem-mongo SUBDIR += rubygem-msgpack SUBDIR += rubygem-mspec SUBDIR += rubygem-multi_json SUBDIR += rubygem-multi_test SUBDIR += rubygem-murmurhash3 SUBDIR += rubygem-mustache SUBDIR += rubygem-mutter SUBDIR += rubygem-naught SUBDIR += rubygem-needle SUBDIR += rubygem-nenv SUBDIR += rubygem-nesty SUBDIR += rubygem-netaddr SUBDIR += rubygem-newrelic-grape SUBDIR += rubygem-newrelic_rpm SUBDIR += rubygem-nice-ffi SUBDIR += rubygem-nio4r SUBDIR += rubygem-nori SUBDIR += rubygem-notiffany SUBDIR += rubygem-notify SUBDIR += rubygem-nprogress-rails SUBDIR += rubygem-numerizer SUBDIR += rubygem-octopress-hooks SUBDIR += rubygem-oj SUBDIR += rubygem-omniauth_crowd SUBDIR += rubygem-open3_backport SUBDIR += rubygem-open4 SUBDIR += rubygem-orm_adapter SUBDIR += rubygem-p4ruby SUBDIR += rubygem-paint SUBDIR += rubygem-paperclip SUBDIR += rubygem-parser SUBDIR += rubygem-patch_finder SUBDIR += rubygem-pathutil SUBDIR += rubygem-piston SUBDIR += rubygem-pkg-config SUBDIR += rubygem-platform SUBDIR += rubygem-plist SUBDIR += rubygem-pluggaloid SUBDIR += rubygem-polyamorous SUBDIR += rubygem-polyglot SUBDIR += rubygem-popen4 SUBDIR += rubygem-posix-spawn SUBDIR += rubygem-power_assert SUBDIR += rubygem-powerbar SUBDIR += rubygem-powerpack SUBDIR += rubygem-pqueue SUBDIR += rubygem-progressbar SUBDIR += rubygem-protected_attributes SUBDIR += rubygem-prototype-rails SUBDIR += rubygem-pry SUBDIR += rubygem-pry-rails SUBDIR += rubygem-pry-remote-em SUBDIR += rubygem-ptreloaded SUBDIR += rubygem-pygments.rb SUBDIR += rubygem-r18n-core SUBDIR += rubygem-racc SUBDIR += rubygem-rack-mini-profiler SUBDIR += rubygem-rack-raw-upload SUBDIR += rubygem-rails-deprecated_sanitizer SUBDIR += rubygem-rails-observers SUBDIR += rubygem-rainbow SUBDIR += rubygem-rake SUBDIR += rubygem-rake-compiler SUBDIR += rubygem-ransack SUBDIR += rubygem-rapt SUBDIR += rubygem-rash SUBDIR += rubygem-rb-fsevent SUBDIR += rubygem-rb-inotify SUBDIR += rubygem-rb-kqueue SUBDIR += rubygem-rbtrace SUBDIR += rubygem-rdoc SUBDIR += rubygem-rdoc3 SUBDIR += rubygem-readwritesettings SUBDIR += rubygem-recaptcha SUBDIR += rubygem-redis-activesupport SUBDIR += rubygem-redis-store SUBDIR += rubygem-redmine_plugin_support SUBDIR += rubygem-ref SUBDIR += rubygem-request_store SUBDIR += rubygem-require_all SUBDIR += rubygem-retryable SUBDIR += rubygem-rgl SUBDIR += rubygem-rice SUBDIR += rubygem-rodzilla SUBDIR += rubygem-rotp SUBDIR += rubygem-rr SUBDIR += rubygem-rrd-ffi SUBDIR += rubygem-rscm SUBDIR += rubygem-rspec SUBDIR += rubygem-rspec-core SUBDIR += rubygem-rspec-expectations SUBDIR += rubygem-rspec-logsplit SUBDIR += rubygem-rspec-mocks SUBDIR += rubygem-rspec-rails SUBDIR += rubygem-rspec-support SUBDIR += rubygem-rubigen SUBDIR += rubygem-rubocop SUBDIR += rubygem-ruby-atmos-pure SUBDIR += rubygem-ruby-bugzilla SUBDIR += rubygem-ruby-filemagic SUBDIR += rubygem-ruby-fogbugz SUBDIR += rubygem-ruby-libvirt SUBDIR += rubygem-ruby-ole SUBDIR += rubygem-ruby-prof SUBDIR += rubygem-ruby-progressbar SUBDIR += rubygem-ruby-sdl-ffi SUBDIR += rubygem-ruby2ruby SUBDIR += rubygem-ruby_dep SUBDIR += rubygem-ruby_parser SUBDIR += rubygem-rubygame SUBDIR += rubygem-rubygems-mirror SUBDIR += rubygem-rubygems-tasks SUBDIR += rubygem-rubygems-test SUBDIR += rubygem-rubyinline 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-schash SUBDIR += rubygem-sdoc SUBDIR += rubygem-semantic_puppet SUBDIR += rubygem-semi_semantic SUBDIR += rubygem-sentry-raven SUBDIR += rubygem-sequel SUBDIR += rubygem-sequel3 SUBDIR += rubygem-settingslogic SUBDIR += rubygem-sexp_processor SUBDIR += rubygem-shoulda SUBDIR += rubygem-shoulda-context SUBDIR += rubygem-shoulda-matchers SUBDIR += rubygem-sidekiq SUBDIR += rubygem-sidekiq-cron SUBDIR += rubygem-sidetiq SUBDIR += rubygem-sigdump SUBDIR += rubygem-simple_form SUBDIR += rubygem-simplecov SUBDIR += rubygem-slack-notifier SUBDIR += rubygem-slim SUBDIR += rubygem-slop SUBDIR += rubygem-slop3 SUBDIR += rubygem-soap4r SUBDIR += rubygem-spring SUBDIR += rubygem-sprockets SUBDIR += rubygem-sprockets-helpers SUBDIR += rubygem-sprockets-rails SUBDIR += rubygem-sprockets-sass SUBDIR += rubygem-sprockets211 SUBDIR += rubygem-sprockets22 SUBDIR += rubygem-sprockets3 SUBDIR += rubygem-spruz SUBDIR += rubygem-state_machine SUBDIR += rubygem-state_machines 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-svn2git SUBDIR += rubygem-sysinfo SUBDIR += rubygem-systemu SUBDIR += rubygem-table_print SUBDIR += rubygem-tdiff SUBDIR += rubygem-templater SUBDIR += rubygem-temple SUBDIR += rubygem-term-ansicolor 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-tins SUBDIR += rubygem-titlecase SUBDIR += rubygem-toml SUBDIR += rubygem-transaction-simple SUBDIR += rubygem-travis SUBDIR += rubygem-treetop SUBDIR += rubygem-trollop SUBDIR += rubygem-trollop1 SUBDIR += rubygem-turn SUBDIR += rubygem-typed-array SUBDIR += rubygem-tzinfo SUBDIR += rubygem-tzinfo03 SUBDIR += rubygem-unicode SUBDIR += rubygem-unicode-display_width 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-web-console SUBDIR += rubygem-webby SUBDIR += rubygem-windows_error 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 += scalatest SUBDIR += scandoc SUBDIR += scons SUBDIR += sdl12 SUBDIR += sdl20 SUBDIR += sdl2pp SUBDIR += sdl_console SUBDIR += sdl_gnat SUBDIR += sdl_sge SUBDIR += sdlmm SUBDIR += sdlskk SUBDIR += sdts++ SUBDIR += sedsed SUBDIR += serdisplib SUBDIR += sfio SUBDIR += sfml SUBDIR += sfml1 SUBDIR += sgb SUBDIR += shapelib SUBDIR += shedskin SUBDIR += shflags SUBDIR += shiboken SUBDIR += shmap SUBDIR += shtk SUBDIR += shtool SUBDIR += sigar SUBDIR += sigslot SUBDIR += silc-toolkit SUBDIR += silentbob SUBDIR += simavr SUBDIR += simgear SUBDIR += simian SUBDIR += simple_components SUBDIR += skalibs SUBDIR += slf4j SUBDIR += slibtool SUBDIR += smack SUBDIR += smake SUBDIR += smc SUBDIR += smokegen SUBDIR += smokekde SUBDIR += smokeqt SUBDIR += smv SUBDIR += soapui SUBDIR += sonarqube SUBDIR += sope2 SUBDIR += sope3 SUBDIR += sourcenav SUBDIR += sparc64-binutils SUBDIR += sparc64-gcc SUBDIR += sparc64-xtoolchain-gcc SUBDIR += spark SUBDIR += sparsehash SUBDIR += spatialindex SUBDIR += spdict SUBDIR += spice-protocol SUBDIR += spin SUBDIR += splint SUBDIR += srecord SUBDIR += st SUBDIR += stack SUBDIR += staf SUBDIR += statcvs SUBDIR += statik 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 += subcommander2 SUBDIR += subversion SUBDIR += subversion-book SUBDIR += subversion-static SUBDIR += subversion18 SUBDIR += subversive SUBDIR += svk SUBDIR += svn2git SUBDIR += svn_load_dirs SUBDIR += svntrac SUBDIR += swank-clojure SUBDIR += swig13 SUBDIR += swig20 SUBDIR += swig30 SUBDIR += synfig SUBDIR += sysconftool SUBDIR += sysfsutils SUBDIR += t1lib SUBDIR += ta-lib SUBDIR += tailor SUBDIR += talloc SUBDIR += tass64 SUBDIR += tbb SUBDIR += tcl-memchan SUBDIR += tcl-mmap SUBDIR += tcl-signal SUBDIR += tcl-trf SUBDIR += tclap SUBDIR += tclbsd SUBDIR += tclcheck SUBDIR += tcllauncher SUBDIR += tcllib SUBDIR += tcllibc 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-libtexlua SUBDIR += tex-libtexluajit SUBDIR += tex-synctex 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 += tr-eric6 SUBDIR += trac-bitten SUBDIR += tradcpp SUBDIR += trio SUBDIR += truc SUBDIR += ua_parser-core SUBDIR += uatraits SUBDIR += uboot-mkimage SUBDIR += uclcmd SUBDIR += ucommon SUBDIR += ucpp SUBDIR += udis86 SUBDIR += ultragetopt SUBDIR += umbrello SUBDIR += umem SUBDIR += umlgraph SUBDIR += unibilium SUBDIR += universalindentgui SUBDIR += upnp SUBDIR += upp SUBDIR += upslug SUBDIR += urjtag SUBDIR += utf8cpp SUBDIR += uthash SUBDIR += valgrind SUBDIR += valgrind-devel SUBDIR += varconf SUBDIR += vasm SUBDIR += vera++ SUBDIR += viewvc SUBDIR += violet SUBDIR += visualparadigm SUBDIR += vstr SUBDIR += vtable-dumper SUBDIR += vtcl SUBDIR += vxlog SUBDIR += wand-libconfig SUBDIR += wandio SUBDIR += websocketpp SUBDIR += websvn SUBDIR += wininfo SUBDIR += winpdb SUBDIR += wizardkit SUBDIR += wxGlade SUBDIR += wxformbuilder 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 += xwpe SUBDIR += xxgdb SUBDIR += xxl SUBDIR += yaggo SUBDIR += yajl SUBDIR += yajl-tcl SUBDIR += yaml-cpp SUBDIR += yaml-cpp03 SUBDIR += yasm SUBDIR += yasm-devel SUBDIR += z80-asm SUBDIR += z80asm SUBDIR += z80ex SUBDIR += zeal SUBDIR += zookeeper SUBDIR += zpu-binutils SUBDIR += zpu-gcc SUBDIR += ztcl SUBDIR += zthread SUBDIR += zziplib .include Index: head/devel/linux-c7-dbus-glib/Makefile =================================================================== --- head/devel/linux-c7-dbus-glib/Makefile (nonexistent) +++ head/devel/linux-c7-dbus-glib/Makefile (revision 424259) @@ -0,0 +1,22 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= dbus-glib +PORTVERSION= 0.100 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= GLib bindings for D-Bus (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 7.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= dbuslibs expat +USE_LINUX_RPM= yes + +PORTDOCS= COPYING NEWS +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/devel/linux-c7-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-c7-dbus-glib/distinfo.i386 =================================================================== --- head/devel/linux-c7-dbus-glib/distinfo.i386 (nonexistent) +++ head/devel/linux-c7-dbus-glib/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355834 +SHA256 (rpm/centos/7.2.1511/i386/dbus-glib-0.100-7.el7.i686.rpm) = 5601fe96c5ab00b81d99213513933988fe846e85d4ce2625be81de2269151e5d +SIZE (rpm/centos/7.2.1511/i386/dbus-glib-0.100-7.el7.i686.rpm) = 105804 +SHA256 (rpm/centos/7.2.1511/i386/dbus-glib-0.100-7.el7.src.rpm) = 4b89825083866dc17c6ef8a44a886b206409cba9340bbb221ec237267ae09ec1 +SIZE (rpm/centos/7.2.1511/i386/dbus-glib-0.100-7.el7.src.rpm) = 744517 Property changes on: head/devel/linux-c7-dbus-glib/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-c7-dbus-glib/distinfo.x86_64 =================================================================== --- head/devel/linux-c7-dbus-glib/distinfo.x86_64 (nonexistent) +++ head/devel/linux-c7-dbus-glib/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674788 +SHA256 (rpm/centos/7.2.1511/x86_64/dbus-glib-0.100-7.el7.i686.rpm) = 5601fe96c5ab00b81d99213513933988fe846e85d4ce2625be81de2269151e5d +SIZE (rpm/centos/7.2.1511/x86_64/dbus-glib-0.100-7.el7.i686.rpm) = 105804 +SHA256 (rpm/centos/7.2.1511/x86_64/dbus-glib-0.100-7.el7.x86_64.rpm) = de7cada14fbbfbf5db29a401e275fd143ddfc97a30c818cb639278831c88fdc5 +SIZE (rpm/centos/7.2.1511/x86_64/dbus-glib-0.100-7.el7.x86_64.rpm) = 104756 +SHA256 (rpm/centos/7.2.1511/x86_64/dbus-glib-0.100-7.el7.src.rpm) = 4b89825083866dc17c6ef8a44a886b206409cba9340bbb221ec237267ae09ec1 +SIZE (rpm/centos/7.2.1511/x86_64/dbus-glib-0.100-7.el7.src.rpm) = 744517 Property changes on: head/devel/linux-c7-dbus-glib/distinfo.x86_64 ___________________________________________________________________ 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-c7-dbus-glib/pkg-plist.i386 =================================================================== --- head/devel/linux-c7-dbus-glib/pkg-plist.i386 (nonexistent) +++ head/devel/linux-c7-dbus-glib/pkg-plist.i386 (revision 424259) @@ -0,0 +1,3 @@ +usr/bin/dbus-binding-tool +usr/lib/libdbus-glib-1.so.2 +usr/lib/libdbus-glib-1.so.2.2.2 Property changes on: head/devel/linux-c7-dbus-glib/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c7-dbus-glib/pkg-plist.x86_64 =================================================================== --- head/devel/linux-c7-dbus-glib/pkg-plist.x86_64 (nonexistent) +++ head/devel/linux-c7-dbus-glib/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,5 @@ +usr/bin/dbus-binding-tool +usr/lib/libdbus-glib-1.so.2 +usr/lib/libdbus-glib-1.so.2.2.2 +usr/lib64/libdbus-glib-1.so.2 +usr/lib64/libdbus-glib-1.so.2.2.2 Property changes on: head/devel/linux-c7-dbus-glib/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-dbus-libs/Makefile =================================================================== --- head/devel/linux-c7-dbus-libs/Makefile (nonexistent) +++ head/devel/linux-c7-dbus-libs/Makefile (revision 424259) @@ -0,0 +1,24 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= dbus-libs +PORTVERSION= 1.6.12 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Libraries for accessing D-BUS (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= GPLv2+ + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 13.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../dbus/pkg-descr + +SRC_DISTFILES= dbus-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE + +.include Property changes on: head/devel/linux-c7-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-c7-dbus-libs/distinfo.i386 =================================================================== --- head/devel/linux-c7-dbus-libs/distinfo.i386 (nonexistent) +++ head/devel/linux-c7-dbus-libs/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355803 +SHA256 (rpm/centos/7.2.1511/i386/dbus-libs-1.6.12-13.el7.i686.rpm) = 8bfd161a7d620e4e3e5ee03bbf610cb8d3576808ff1299210a8ab68545ce55db +SIZE (rpm/centos/7.2.1511/i386/dbus-libs-1.6.12-13.el7.i686.rpm) = 154888 +SHA256 (rpm/centos/7.2.1511/i386/dbus-1.6.12-13.el7.src.rpm) = ffbf834635bdf5ebaf1524c2bfaa1b91f48034851f4c7a6dc472fd762c531af3 +SIZE (rpm/centos/7.2.1511/i386/dbus-1.6.12-13.el7.src.rpm) = 1987262 Property changes on: head/devel/linux-c7-dbus-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/devel/linux-c7-dbus-libs/distinfo.x86_64 =================================================================== --- head/devel/linux-c7-dbus-libs/distinfo.x86_64 (nonexistent) +++ head/devel/linux-c7-dbus-libs/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674729 +SHA256 (rpm/centos/7.2.1511/x86_64/dbus-libs-1.6.12-13.el7.i686.rpm) = 8bfd161a7d620e4e3e5ee03bbf610cb8d3576808ff1299210a8ab68545ce55db +SIZE (rpm/centos/7.2.1511/x86_64/dbus-libs-1.6.12-13.el7.i686.rpm) = 154888 +SHA256 (rpm/centos/7.2.1511/x86_64/dbus-libs-1.6.12-13.el7.x86_64.rpm) = 0bf02264d3747b9cccfae6f6ace1b6ecf898892d4647a3965b45d5daa771b627 +SIZE (rpm/centos/7.2.1511/x86_64/dbus-libs-1.6.12-13.el7.x86_64.rpm) = 154268 +SHA256 (rpm/centos/7.2.1511/x86_64/dbus-1.6.12-13.el7.src.rpm) = ffbf834635bdf5ebaf1524c2bfaa1b91f48034851f4c7a6dc472fd762c531af3 +SIZE (rpm/centos/7.2.1511/x86_64/dbus-1.6.12-13.el7.src.rpm) = 1987262 Property changes on: head/devel/linux-c7-dbus-libs/distinfo.x86_64 ___________________________________________________________________ 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-c7-dbus-libs/pkg-plist.i386 =================================================================== --- head/devel/linux-c7-dbus-libs/pkg-plist.i386 (nonexistent) +++ head/devel/linux-c7-dbus-libs/pkg-plist.i386 (revision 424259) @@ -0,0 +1,2 @@ +lib/libdbus-1.so.3 +lib/libdbus-1.so.3.7.4 Property changes on: head/devel/linux-c7-dbus-libs/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c7-dbus-libs/pkg-plist.x86_64 =================================================================== --- head/devel/linux-c7-dbus-libs/pkg-plist.x86_64 (nonexistent) +++ head/devel/linux-c7-dbus-libs/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,4 @@ +lib/libdbus-1.so.3 +lib/libdbus-1.so.3.7.4 +lib64/libdbus-1.so.3 +lib64/libdbus-1.so.3.7.4 Property changes on: head/devel/linux-c7-dbus-libs/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-devtools/Makefile =================================================================== --- head/devel/linux-c7-devtools/Makefile (nonexistent) +++ head/devel/linux-c7-devtools/Makefile (revision 424259) @@ -0,0 +1,51 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= devtools +PORTVERSION= ${LINUX_DIST_VER} +CATEGORIES= devel +BIN_DISTFILES= binutils-2.23.52.0.1-55.el7${EXTRACT_SUFX} \ + glibc-headers-2.17-105.el7${EXTRACT_SUFX} \ + kernel-headers-3.10.0-327.36.2.el7${EXTRACT_SUFX} \ + mpfr-3.1.1-4.el7${EXTRACT_SUFX} \ + cpp-4.8.5-4.el7${EXTRACT_SUFX} \ + gcc-4.8.5-4.el7${EXTRACT_SUFX} \ + gcc-c++-4.8.5-4.el7${EXTRACT_SUFX} \ + gcc-gfortran-4.8.5-4.el7${EXTRACT_SUFX} +LIB_DISTFILES= binutils-devel-2.23.52.0.1-55.el7${EXTRACT_SUFX} \ + glibc-devel-2.17-105.el7${EXTRACT_SUFX} \ + libstdc++-devel-4.8.5-4.el7${EXTRACT_SUFX} \ + libgomp-4.8.5-4.el7${EXTRACT_SUFX} +SRC_DISTFILES= binutils-2.23.52.0.1-55.el7${SRC_SUFX}:SOURCE \ + glibc-2.17-105.el7${SRC_SUFX}:SOURCE \ + kernel-3.10.0-327.36.2.el7${SRC_SUFX}:SOURCE \ + mpfr-3.1.1-4.el7${SRC_SUFX}:SOURCE \ + gcc-4.8.5-4.el7${SRC_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Linux compilers and base libraries (CentOS ${LINUX_DIST_VER}) + +CONFLICT= linux-c6-${PORTNAME}-[0-9]* + +# LICENSE= Various GNU + +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= libgfortran +USE_LINUX_RPM= yes + +.include + +post-install: +.if ${LINUX_ARCH} == x86_64 + ${LN} -sf ${LINUXBASE}/lib64/libgcc_s.so.1 \ + ${STAGEDIR}${PREFIX}/usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc_s.so + + ${LN} -sf ${LINUXBASE}/lib/libgcc_s.so.1 \ + ${STAGEDIR}${PREFIX}/usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libgcc_s.so +.else + ${LN} -sf ${LINUXBASE}/lib/libgcc_s.so.1 \ + ${STAGEDIR}${PREFIX}/usr/lib/gcc/i686-redhat-linux/4.8.2/libgcc_s.so +.endif + +.include Property changes on: head/devel/linux-c7-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-c7-devtools/distinfo.i386 =================================================================== --- head/devel/linux-c7-devtools/distinfo.i386 (nonexistent) +++ head/devel/linux-c7-devtools/distinfo.i386 (revision 424259) @@ -0,0 +1,35 @@ +TIMESTAMP = 1476871886 +SHA256 (rpm/centos/7.2.1511/i386/binutils-devel-2.23.52.0.1-55.el7.i686.rpm) = 497970af2aec1b08b7c9062fb3c1898eccaf1cabc8b900b6bb47771039ab98a2 +SIZE (rpm/centos/7.2.1511/i386/binutils-devel-2.23.52.0.1-55.el7.i686.rpm) = 865480 +SHA256 (rpm/centos/7.2.1511/i386/glibc-devel-2.17-105.el7.i686.rpm) = 546ec307ac9b318fc5a543bd28aa3e4239eb4f1ed015f1639e235155dad15649 +SIZE (rpm/centos/7.2.1511/i386/glibc-devel-2.17-105.el7.i686.rpm) = 1098384 +SHA256 (rpm/centos/7.2.1511/i386/libstdc++-devel-4.8.5-4.el7.i686.rpm) = a712ab65ef892fa4fb762be1e31dc59733f75d81dbbe00af0e579b4731abeefb +SIZE (rpm/centos/7.2.1511/i386/libstdc++-devel-4.8.5-4.el7.i686.rpm) = 1568972 +SHA256 (rpm/centos/7.2.1511/i386/libgomp-4.8.5-4.el7.i686.rpm) = ca6f470bc31a37524fe4403635ca66d57686f333c0d217337a882017912ec510 +SIZE (rpm/centos/7.2.1511/i386/libgomp-4.8.5-4.el7.i686.rpm) = 135620 +SHA256 (rpm/centos/7.2.1511/i386/binutils-2.23.52.0.1-55.el7.i686.rpm) = a535dee22c0e4833f8b9b9284637cc2253c88547ab56af80c95fe48425ae96ce +SIZE (rpm/centos/7.2.1511/i386/binutils-2.23.52.0.1-55.el7.i686.rpm) = 5396316 +SHA256 (rpm/centos/7.2.1511/i386/glibc-headers-2.17-105.el7.i686.rpm) = 64babe8119124ffa9ac0c43f5569363660587f6c38b7b4cac2474f6687ea8512 +SIZE (rpm/centos/7.2.1511/i386/glibc-headers-2.17-105.el7.i686.rpm) = 676708 +SHA256 (rpm/centos/7.2.1511/i386/kernel-headers-3.10.0-327.36.2.el7.i686.rpm) = cd93cfca4d29705be66ba3901d04cd1c56856da7f883d988c4ec2ea2ea0a42c8 +SIZE (rpm/centos/7.2.1511/i386/kernel-headers-3.10.0-327.36.2.el7.i686.rpm) = 3364700 +SHA256 (rpm/centos/7.2.1511/i386/mpfr-3.1.1-4.el7.i686.rpm) = 434df971d8ca24131e558a76d76b89c1a50492f2042c16f02267c623a35c6675 +SIZE (rpm/centos/7.2.1511/i386/mpfr-3.1.1-4.el7.i686.rpm) = 204828 +SHA256 (rpm/centos/7.2.1511/i386/cpp-4.8.5-4.el7.i686.rpm) = d040b4a9a27c6ef9a919e4575a1418783ae8db4c1f9ae1009e39864039664a9f +SIZE (rpm/centos/7.2.1511/i386/cpp-4.8.5-4.el7.i686.rpm) = 5872080 +SHA256 (rpm/centos/7.2.1511/i386/gcc-4.8.5-4.el7.i686.rpm) = ef895730650d1aa6fe81891370408765f038fd1962923ade415dab46783cf6b6 +SIZE (rpm/centos/7.2.1511/i386/gcc-4.8.5-4.el7.i686.rpm) = 15244384 +SHA256 (rpm/centos/7.2.1511/i386/gcc-c++-4.8.5-4.el7.i686.rpm) = 7fa7453def52a18494cc3c92a4963db85d548a88739cd477be3534d7070c12cc +SIZE (rpm/centos/7.2.1511/i386/gcc-c++-4.8.5-4.el7.i686.rpm) = 7121264 +SHA256 (rpm/centos/7.2.1511/i386/gcc-gfortran-4.8.5-4.el7.i686.rpm) = 303df20abb398634ef9d29532258e46fcccad96210153cdcecbc0348dfe56361 +SIZE (rpm/centos/7.2.1511/i386/gcc-gfortran-4.8.5-4.el7.i686.rpm) = 6589728 +SHA256 (rpm/centos/7.2.1511/i386/binutils-2.23.52.0.1-55.el7.src.rpm) = d8eb0dc5ad6d893f80c237c41b474217c10cb2d4988ef2974d2eebd40dc34451 +SIZE (rpm/centos/7.2.1511/i386/binutils-2.23.52.0.1-55.el7.src.rpm) = 20665874 +SHA256 (rpm/centos/7.2.1511/i386/glibc-2.17-105.el7.src.rpm) = 7a4403f522d3db5107e97ebbc6c2134b3288de7639774df6b9a983b13fe95212 +SIZE (rpm/centos/7.2.1511/i386/glibc-2.17-105.el7.src.rpm) = 24192070 +SHA256 (rpm/centos/7.2.1511/i386/kernel-3.10.0-327.36.2.el7.src.rpm) = a4fd031322c48e0d7466268c0a699320ec516615586d08b616d0dd4bcdd05a6f +SIZE (rpm/centos/7.2.1511/i386/kernel-3.10.0-327.36.2.el7.src.rpm) = 83094057 +SHA256 (rpm/centos/7.2.1511/i386/mpfr-3.1.1-4.el7.src.rpm) = c6946822a27080f2952925146088928a16292ee0fc2639aa4ef862eae716397e +SIZE (rpm/centos/7.2.1511/i386/mpfr-3.1.1-4.el7.src.rpm) = 1080457 +SHA256 (rpm/centos/7.2.1511/i386/gcc-4.8.5-4.el7.src.rpm) = f80ad041826e30464a5cfa5026c6a3181f1618a65418ae5f77ad8026c9a330fd +SIZE (rpm/centos/7.2.1511/i386/gcc-4.8.5-4.el7.src.rpm) = 78951068 Property changes on: head/devel/linux-c7-devtools/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-c7-devtools/distinfo.x86_64 =================================================================== --- head/devel/linux-c7-devtools/distinfo.x86_64 (nonexistent) +++ head/devel/linux-c7-devtools/distinfo.x86_64 (revision 424259) @@ -0,0 +1,43 @@ +TIMESTAMP = 1476872014 +SHA256 (rpm/centos/7.2.1511/x86_64/binutils-devel-2.23.52.0.1-55.el7.i686.rpm) = 497970af2aec1b08b7c9062fb3c1898eccaf1cabc8b900b6bb47771039ab98a2 +SIZE (rpm/centos/7.2.1511/x86_64/binutils-devel-2.23.52.0.1-55.el7.i686.rpm) = 865480 +SHA256 (rpm/centos/7.2.1511/x86_64/glibc-devel-2.17-105.el7.i686.rpm) = 546ec307ac9b318fc5a543bd28aa3e4239eb4f1ed015f1639e235155dad15649 +SIZE (rpm/centos/7.2.1511/x86_64/glibc-devel-2.17-105.el7.i686.rpm) = 1098384 +SHA256 (rpm/centos/7.2.1511/x86_64/libstdc++-devel-4.8.5-4.el7.i686.rpm) = a712ab65ef892fa4fb762be1e31dc59733f75d81dbbe00af0e579b4731abeefb +SIZE (rpm/centos/7.2.1511/x86_64/libstdc++-devel-4.8.5-4.el7.i686.rpm) = 1568972 +SHA256 (rpm/centos/7.2.1511/x86_64/libgomp-4.8.5-4.el7.i686.rpm) = ca6f470bc31a37524fe4403635ca66d57686f333c0d217337a882017912ec510 +SIZE (rpm/centos/7.2.1511/x86_64/libgomp-4.8.5-4.el7.i686.rpm) = 135620 +SHA256 (rpm/centos/7.2.1511/x86_64/binutils-devel-2.23.52.0.1-55.el7.x86_64.rpm) = 0e687a2f45cf1d1906d8e3d747331079e07a5e15485ef4637273d12f5ac3a500 +SIZE (rpm/centos/7.2.1511/x86_64/binutils-devel-2.23.52.0.1-55.el7.x86_64.rpm) = 827224 +SHA256 (rpm/centos/7.2.1511/x86_64/glibc-devel-2.17-105.el7.x86_64.rpm) = 815f451a26b372e951ba5c21bfb276f43ece5a6af845078a5246d19bd53b0bce +SIZE (rpm/centos/7.2.1511/x86_64/glibc-devel-2.17-105.el7.x86_64.rpm) = 1097496 +SHA256 (rpm/centos/7.2.1511/x86_64/libstdc++-devel-4.8.5-4.el7.x86_64.rpm) = ecda6ca22b1e5311372858ba2546ae82740a26b3a0cbc25c017b8447b0f72235 +SIZE (rpm/centos/7.2.1511/x86_64/libstdc++-devel-4.8.5-4.el7.x86_64.rpm) = 1573252 +SHA256 (rpm/centos/7.2.1511/x86_64/libgomp-4.8.5-4.el7.x86_64.rpm) = 2210955ea5d0718c7db7206e7828f9aeeb812aeb51a1bf70d9df26b222c14b97 +SIZE (rpm/centos/7.2.1511/x86_64/libgomp-4.8.5-4.el7.x86_64.rpm) = 133544 +SHA256 (rpm/centos/7.2.1511/x86_64/binutils-2.23.52.0.1-55.el7.x86_64.rpm) = 27183554019c16dfbdb69a0ebe64055fa5c9b1531d7d1329adfb467fefe3b090 +SIZE (rpm/centos/7.2.1511/x86_64/binutils-2.23.52.0.1-55.el7.x86_64.rpm) = 5279772 +SHA256 (rpm/centos/7.2.1511/x86_64/glibc-headers-2.17-105.el7.x86_64.rpm) = 5f9460ba2167eb0649981a6ded5f6ca2fc8da335aabd4ccc77ca837b7570f693 +SIZE (rpm/centos/7.2.1511/x86_64/glibc-headers-2.17-105.el7.x86_64.rpm) = 676760 +SHA256 (rpm/centos/7.2.1511/x86_64/kernel-headers-3.10.0-327.36.2.el7.x86_64.rpm) = 3b94997297e7a2c2870fa4c49d87a8cdd6dd454894cb7151d43684245f8e39bc +SIZE (rpm/centos/7.2.1511/x86_64/kernel-headers-3.10.0-327.36.2.el7.x86_64.rpm) = 3364784 +SHA256 (rpm/centos/7.2.1511/x86_64/mpfr-3.1.1-4.el7.x86_64.rpm) = 252c6dbd30edf55bfc5e24cc2862470d6046156d515a7cf614d6994dba13519a +SIZE (rpm/centos/7.2.1511/x86_64/mpfr-3.1.1-4.el7.x86_64.rpm) = 208316 +SHA256 (rpm/centos/7.2.1511/x86_64/cpp-4.8.5-4.el7.x86_64.rpm) = 915a61104631b40364dfd9a095752e6d05abe1c9ebc61ad6b8bcbd5e16812675 +SIZE (rpm/centos/7.2.1511/x86_64/cpp-4.8.5-4.el7.x86_64.rpm) = 6214520 +SHA256 (rpm/centos/7.2.1511/x86_64/gcc-4.8.5-4.el7.x86_64.rpm) = 33f9f4eac428f18c87243bb19e5cdea616d077e197974ba94fe03203a343994e +SIZE (rpm/centos/7.2.1511/x86_64/gcc-4.8.5-4.el7.x86_64.rpm) = 16897740 +SHA256 (rpm/centos/7.2.1511/x86_64/gcc-c++-4.8.5-4.el7.x86_64.rpm) = a2306a30a6bbe442c1e7fe01caf9bff4baf985cabbecf602e3aa21f83d3d3b2e +SIZE (rpm/centos/7.2.1511/x86_64/gcc-c++-4.8.5-4.el7.x86_64.rpm) = 7508064 +SHA256 (rpm/centos/7.2.1511/x86_64/gcc-gfortran-4.8.5-4.el7.x86_64.rpm) = cf9a1130fefa5675be96e62f282e29d2aedde68ef9c147388f7aa420c75844ca +SIZE (rpm/centos/7.2.1511/x86_64/gcc-gfortran-4.8.5-4.el7.x86_64.rpm) = 6930864 +SHA256 (rpm/centos/7.2.1511/x86_64/binutils-2.23.52.0.1-55.el7.src.rpm) = d8eb0dc5ad6d893f80c237c41b474217c10cb2d4988ef2974d2eebd40dc34451 +SIZE (rpm/centos/7.2.1511/x86_64/binutils-2.23.52.0.1-55.el7.src.rpm) = 20665874 +SHA256 (rpm/centos/7.2.1511/x86_64/glibc-2.17-105.el7.src.rpm) = 7a4403f522d3db5107e97ebbc6c2134b3288de7639774df6b9a983b13fe95212 +SIZE (rpm/centos/7.2.1511/x86_64/glibc-2.17-105.el7.src.rpm) = 24192070 +SHA256 (rpm/centos/7.2.1511/x86_64/kernel-3.10.0-327.36.2.el7.src.rpm) = a4fd031322c48e0d7466268c0a699320ec516615586d08b616d0dd4bcdd05a6f +SIZE (rpm/centos/7.2.1511/x86_64/kernel-3.10.0-327.36.2.el7.src.rpm) = 83094057 +SHA256 (rpm/centos/7.2.1511/x86_64/mpfr-3.1.1-4.el7.src.rpm) = c6946822a27080f2952925146088928a16292ee0fc2639aa4ef862eae716397e +SIZE (rpm/centos/7.2.1511/x86_64/mpfr-3.1.1-4.el7.src.rpm) = 1080457 +SHA256 (rpm/centos/7.2.1511/x86_64/gcc-4.8.5-4.el7.src.rpm) = f80ad041826e30464a5cfa5026c6a3181f1618a65418ae5f77ad8026c9a330fd +SIZE (rpm/centos/7.2.1511/x86_64/gcc-4.8.5-4.el7.src.rpm) = 78951068 Property changes on: head/devel/linux-c7-devtools/distinfo.x86_64 ___________________________________________________________________ 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-c7-devtools/pkg-descr =================================================================== --- head/devel/linux-c7-devtools/pkg-descr (nonexistent) +++ head/devel/linux-c7-devtools/pkg-descr (revision 424259) @@ -0,0 +1,5 @@ +Development tools and base libraries for linux_base-c7. 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-c7-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-c7-devtools/pkg-plist.i386 =================================================================== --- head/devel/linux-c7-devtools/pkg-plist.i386 (nonexistent) +++ head/devel/linux-c7-devtools/pkg-plist.i386 (revision 424259) @@ -0,0 +1,2293 @@ +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/dwp +usr/bin/elfedit +usr/bin/f95 +usr/bin/g++ +usr/bin/gcc +usr/bin/gcc-ar +usr/bin/gcc-nm +usr/bin/gcc-ranlib +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.bfd +usr/bin/ld.gold +usr/bin/nm +usr/bin/objcopy +usr/bin/objdump +usr/bin/ranlib +usr/bin/readelf +usr/bin/size +usr/bin/strings +usr/bin/strip +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/kvm_para.h +usr/include/asm-generic/mman-common.h +usr/include/asm-generic/mman.h +usr/include/asm-generic/msgbuf.h +usr/include/asm-generic/param.h +usr/include/asm-generic/poll.h +usr/include/asm-generic/posix_types.h +usr/include/asm-generic/resource.h +usr/include/asm-generic/sembuf.h +usr/include/asm-generic/setup.h +usr/include/asm-generic/shmbuf.h +usr/include/asm-generic/shmparam.h +usr/include/asm-generic/siginfo.h +usr/include/asm-generic/signal-defs.h +usr/include/asm-generic/signal.h +usr/include/asm-generic/socket.h +usr/include/asm-generic/sockios.h +usr/include/asm-generic/stat.h +usr/include/asm-generic/statfs.h +usr/include/asm-generic/swab.h +usr/include/asm-generic/termbits.h +usr/include/asm-generic/termios.h +usr/include/asm-generic/types.h +usr/include/asm-generic/ucontext.h +usr/include/asm-generic/unistd.h +usr/include/asm/a.out.h +usr/include/asm/auxvec.h +usr/include/asm/bitsperlong.h +usr/include/asm/boot.h +usr/include/asm/bootparam.h +usr/include/asm/byteorder.h +usr/include/asm/debugreg.h +usr/include/asm/e820.h +usr/include/asm/errno.h +usr/include/asm/fcntl.h +usr/include/asm/hw_breakpoint.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/kvm_perf.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/perf_regs.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/posix_types_x32.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/svm.h +usr/include/asm/swab.h +usr/include/asm/termbits.h +usr/include/asm/termios.h +usr/include/asm/types.h +usr/include/asm/ucontext.h +usr/include/asm/unistd.h +usr/include/asm/unistd_32.h +usr/include/asm/unistd_64.h +usr/include/asm/unistd_x32.h +usr/include/asm/vm86.h +usr/include/asm/vmx.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-16.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/epoll.h +usr/include/bits/errno.h +usr/include/bits/error.h +usr/include/bits/eventfd.h +usr/include/bits/fcntl-linux.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/hwcap.h +usr/include/bits/in.h +usr/include/bits/inf.h +usr/include/bits/initspin.h +usr/include/bits/inotify.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/math-finite.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/param.h +usr/include/bits/poll.h +usr/include/bits/poll2.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/select2.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/signalfd.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/socket_type.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-float.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/sysctl.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/timerfd.h +usr/include/bits/timex.h +usr/include/bits/types.h +usr/include/bits/typesizes.h +usr/include/bits/uio.h +usr/include/bits/unistd.h +usr/include/bits/ustat.h +usr/include/bits/utmp.h +usr/include/bits/utmpx.h +usr/include/bits/utsname.h +usr/include/bits/waitflags.h +usr/include/bits/waitstatus.h +usr/include/bits/wchar-ldbl.h +usr/include/bits/wchar.h +usr/include/bits/wchar2.h +usr/include/bits/wordsize.h +usr/include/bits/xopen_lim.h +usr/include/byteswap.h +usr/include/c++/4.8.2/algorithm +usr/include/c++/4.8.2/array +usr/include/c++/4.8.2/atomic +usr/include/c++/4.8.2/backward/auto_ptr.h +usr/include/c++/4.8.2/backward/backward_warning.h +usr/include/c++/4.8.2/backward/binders.h +usr/include/c++/4.8.2/backward/hash_fun.h +usr/include/c++/4.8.2/backward/hash_map +usr/include/c++/4.8.2/backward/hash_set +usr/include/c++/4.8.2/backward/hashtable.h +usr/include/c++/4.8.2/backward/strstream +usr/include/c++/4.8.2/bits/algorithmfwd.h +usr/include/c++/4.8.2/bits/alloc_traits.h +usr/include/c++/4.8.2/bits/allocator.h +usr/include/c++/4.8.2/bits/atomic_base.h +usr/include/c++/4.8.2/bits/atomic_lockfree_defines.h +usr/include/c++/4.8.2/bits/basic_ios.h +usr/include/c++/4.8.2/bits/basic_ios.tcc +usr/include/c++/4.8.2/bits/basic_string.h +usr/include/c++/4.8.2/bits/basic_string.tcc +usr/include/c++/4.8.2/bits/boost_concept_check.h +usr/include/c++/4.8.2/bits/c++0x_warning.h +usr/include/c++/4.8.2/bits/char_traits.h +usr/include/c++/4.8.2/bits/codecvt.h +usr/include/c++/4.8.2/bits/concept_check.h +usr/include/c++/4.8.2/bits/cpp_type_traits.h +usr/include/c++/4.8.2/bits/cxxabi_forced.h +usr/include/c++/4.8.2/bits/deque.tcc +usr/include/c++/4.8.2/bits/exception_defines.h +usr/include/c++/4.8.2/bits/exception_ptr.h +usr/include/c++/4.8.2/bits/forward_list.h +usr/include/c++/4.8.2/bits/forward_list.tcc +usr/include/c++/4.8.2/bits/fstream.tcc +usr/include/c++/4.8.2/bits/functexcept.h +usr/include/c++/4.8.2/bits/functional_hash.h +usr/include/c++/4.8.2/bits/gslice.h +usr/include/c++/4.8.2/bits/gslice_array.h +usr/include/c++/4.8.2/bits/hash_bytes.h +usr/include/c++/4.8.2/bits/hashtable.h +usr/include/c++/4.8.2/bits/hashtable_policy.h +usr/include/c++/4.8.2/bits/indirect_array.h +usr/include/c++/4.8.2/bits/ios_base.h +usr/include/c++/4.8.2/bits/istream.tcc +usr/include/c++/4.8.2/bits/list.tcc +usr/include/c++/4.8.2/bits/locale_classes.h +usr/include/c++/4.8.2/bits/locale_classes.tcc +usr/include/c++/4.8.2/bits/locale_facets.h +usr/include/c++/4.8.2/bits/locale_facets.tcc +usr/include/c++/4.8.2/bits/locale_facets_nonio.h +usr/include/c++/4.8.2/bits/locale_facets_nonio.tcc +usr/include/c++/4.8.2/bits/localefwd.h +usr/include/c++/4.8.2/bits/mask_array.h +usr/include/c++/4.8.2/bits/memoryfwd.h +usr/include/c++/4.8.2/bits/move.h +usr/include/c++/4.8.2/bits/nested_exception.h +usr/include/c++/4.8.2/bits/ostream.tcc +usr/include/c++/4.8.2/bits/ostream_insert.h +usr/include/c++/4.8.2/bits/postypes.h +usr/include/c++/4.8.2/bits/ptr_traits.h +usr/include/c++/4.8.2/bits/random.h +usr/include/c++/4.8.2/bits/random.tcc +usr/include/c++/4.8.2/bits/range_access.h +usr/include/c++/4.8.2/bits/regex.h +usr/include/c++/4.8.2/bits/regex_compiler.h +usr/include/c++/4.8.2/bits/regex_constants.h +usr/include/c++/4.8.2/bits/regex_cursor.h +usr/include/c++/4.8.2/bits/regex_error.h +usr/include/c++/4.8.2/bits/regex_grep_matcher.h +usr/include/c++/4.8.2/bits/regex_grep_matcher.tcc +usr/include/c++/4.8.2/bits/regex_nfa.h +usr/include/c++/4.8.2/bits/regex_nfa.tcc +usr/include/c++/4.8.2/bits/shared_ptr.h +usr/include/c++/4.8.2/bits/shared_ptr_base.h +usr/include/c++/4.8.2/bits/slice_array.h +usr/include/c++/4.8.2/bits/sstream.tcc +usr/include/c++/4.8.2/bits/stl_algo.h +usr/include/c++/4.8.2/bits/stl_algobase.h +usr/include/c++/4.8.2/bits/stl_bvector.h +usr/include/c++/4.8.2/bits/stl_construct.h +usr/include/c++/4.8.2/bits/stl_deque.h +usr/include/c++/4.8.2/bits/stl_function.h +usr/include/c++/4.8.2/bits/stl_heap.h +usr/include/c++/4.8.2/bits/stl_iterator.h +usr/include/c++/4.8.2/bits/stl_iterator_base_funcs.h +usr/include/c++/4.8.2/bits/stl_iterator_base_types.h +usr/include/c++/4.8.2/bits/stl_list.h +usr/include/c++/4.8.2/bits/stl_map.h +usr/include/c++/4.8.2/bits/stl_multimap.h +usr/include/c++/4.8.2/bits/stl_multiset.h +usr/include/c++/4.8.2/bits/stl_numeric.h +usr/include/c++/4.8.2/bits/stl_pair.h +usr/include/c++/4.8.2/bits/stl_queue.h +usr/include/c++/4.8.2/bits/stl_raw_storage_iter.h +usr/include/c++/4.8.2/bits/stl_relops.h +usr/include/c++/4.8.2/bits/stl_set.h +usr/include/c++/4.8.2/bits/stl_stack.h +usr/include/c++/4.8.2/bits/stl_tempbuf.h +usr/include/c++/4.8.2/bits/stl_tree.h +usr/include/c++/4.8.2/bits/stl_uninitialized.h +usr/include/c++/4.8.2/bits/stl_vector.h +usr/include/c++/4.8.2/bits/stream_iterator.h +usr/include/c++/4.8.2/bits/streambuf.tcc +usr/include/c++/4.8.2/bits/streambuf_iterator.h +usr/include/c++/4.8.2/bits/stringfwd.h +usr/include/c++/4.8.2/bits/unique_ptr.h +usr/include/c++/4.8.2/bits/unordered_map.h +usr/include/c++/4.8.2/bits/unordered_set.h +usr/include/c++/4.8.2/bits/uses_allocator.h +usr/include/c++/4.8.2/bits/valarray_after.h +usr/include/c++/4.8.2/bits/valarray_array.h +usr/include/c++/4.8.2/bits/valarray_array.tcc +usr/include/c++/4.8.2/bits/valarray_before.h +usr/include/c++/4.8.2/bits/vector.tcc +usr/include/c++/4.8.2/bitset +usr/include/c++/4.8.2/cassert +usr/include/c++/4.8.2/ccomplex +usr/include/c++/4.8.2/cctype +usr/include/c++/4.8.2/cerrno +usr/include/c++/4.8.2/cfenv +usr/include/c++/4.8.2/cfloat +usr/include/c++/4.8.2/chrono +usr/include/c++/4.8.2/cinttypes +usr/include/c++/4.8.2/ciso646 +usr/include/c++/4.8.2/climits +usr/include/c++/4.8.2/clocale +usr/include/c++/4.8.2/cmath +usr/include/c++/4.8.2/complex +usr/include/c++/4.8.2/complex.h +usr/include/c++/4.8.2/condition_variable +usr/include/c++/4.8.2/csetjmp +usr/include/c++/4.8.2/csignal +usr/include/c++/4.8.2/cstdalign +usr/include/c++/4.8.2/cstdarg +usr/include/c++/4.8.2/cstdbool +usr/include/c++/4.8.2/cstddef +usr/include/c++/4.8.2/cstdint +usr/include/c++/4.8.2/cstdio +usr/include/c++/4.8.2/cstdlib +usr/include/c++/4.8.2/cstring +usr/include/c++/4.8.2/ctgmath +usr/include/c++/4.8.2/ctime +usr/include/c++/4.8.2/cwchar +usr/include/c++/4.8.2/cwctype +usr/include/c++/4.8.2/cxxabi.h +usr/include/c++/4.8.2/debug/array +usr/include/c++/4.8.2/debug/bitset +usr/include/c++/4.8.2/debug/debug.h +usr/include/c++/4.8.2/debug/deque +usr/include/c++/4.8.2/debug/formatter.h +usr/include/c++/4.8.2/debug/forward_list +usr/include/c++/4.8.2/debug/functions.h +usr/include/c++/4.8.2/debug/list +usr/include/c++/4.8.2/debug/macros.h +usr/include/c++/4.8.2/debug/map +usr/include/c++/4.8.2/debug/map.h +usr/include/c++/4.8.2/debug/multimap.h +usr/include/c++/4.8.2/debug/multiset.h +usr/include/c++/4.8.2/debug/safe_base.h +usr/include/c++/4.8.2/debug/safe_iterator.h +usr/include/c++/4.8.2/debug/safe_iterator.tcc +usr/include/c++/4.8.2/debug/safe_local_iterator.h +usr/include/c++/4.8.2/debug/safe_local_iterator.tcc +usr/include/c++/4.8.2/debug/safe_sequence.h +usr/include/c++/4.8.2/debug/safe_sequence.tcc +usr/include/c++/4.8.2/debug/safe_unordered_base.h +usr/include/c++/4.8.2/debug/safe_unordered_container.h +usr/include/c++/4.8.2/debug/safe_unordered_container.tcc +usr/include/c++/4.8.2/debug/set +usr/include/c++/4.8.2/debug/set.h +usr/include/c++/4.8.2/debug/string +usr/include/c++/4.8.2/debug/unordered_map +usr/include/c++/4.8.2/debug/unordered_set +usr/include/c++/4.8.2/debug/vector +usr/include/c++/4.8.2/decimal/decimal +usr/include/c++/4.8.2/decimal/decimal.h +usr/include/c++/4.8.2/deque +usr/include/c++/4.8.2/exception +usr/include/c++/4.8.2/ext/algorithm +usr/include/c++/4.8.2/ext/alloc_traits.h +usr/include/c++/4.8.2/ext/array_allocator.h +usr/include/c++/4.8.2/ext/atomicity.h +usr/include/c++/4.8.2/ext/bitmap_allocator.h +usr/include/c++/4.8.2/ext/cast.h +usr/include/c++/4.8.2/ext/cmath +usr/include/c++/4.8.2/ext/codecvt_specializations.h +usr/include/c++/4.8.2/ext/concurrence.h +usr/include/c++/4.8.2/ext/debug_allocator.h +usr/include/c++/4.8.2/ext/enc_filebuf.h +usr/include/c++/4.8.2/ext/extptr_allocator.h +usr/include/c++/4.8.2/ext/functional +usr/include/c++/4.8.2/ext/hash_map +usr/include/c++/4.8.2/ext/hash_set +usr/include/c++/4.8.2/ext/iterator +usr/include/c++/4.8.2/ext/malloc_allocator.h +usr/include/c++/4.8.2/ext/memory +usr/include/c++/4.8.2/ext/mt_allocator.h +usr/include/c++/4.8.2/ext/new_allocator.h +usr/include/c++/4.8.2/ext/numeric +usr/include/c++/4.8.2/ext/numeric_traits.h +usr/include/c++/4.8.2/ext/pb_ds/assoc_container.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/traits.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/const_iterator.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/entry_pred.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/resize_policy.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/branch_policy/branch_policy.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/branch_policy/traits.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cond_dealtor.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/container_base_dispatch.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/debug_map_base.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/eq_fn/eq_by_less.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/lu_map_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/traits.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/traits.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/priority_queue_base_dispatch.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/node.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/traits.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/node.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/traits.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/standard_policies.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/tree_trace_base.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/type_utils.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/types_traits.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/unordered_iterator/iterator.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp +usr/include/c++/4.8.2/ext/pb_ds/exception.hpp +usr/include/c++/4.8.2/ext/pb_ds/hash_policy.hpp +usr/include/c++/4.8.2/ext/pb_ds/list_update_policy.hpp +usr/include/c++/4.8.2/ext/pb_ds/priority_queue.hpp +usr/include/c++/4.8.2/ext/pb_ds/tag_and_trait.hpp +usr/include/c++/4.8.2/ext/pb_ds/tree_policy.hpp +usr/include/c++/4.8.2/ext/pb_ds/trie_policy.hpp +usr/include/c++/4.8.2/ext/pod_char_traits.h +usr/include/c++/4.8.2/ext/pointer.h +usr/include/c++/4.8.2/ext/pool_allocator.h +usr/include/c++/4.8.2/ext/random +usr/include/c++/4.8.2/ext/random.tcc +usr/include/c++/4.8.2/ext/rb_tree +usr/include/c++/4.8.2/ext/rc_string_base.h +usr/include/c++/4.8.2/ext/rope +usr/include/c++/4.8.2/ext/ropeimpl.h +usr/include/c++/4.8.2/ext/slist +usr/include/c++/4.8.2/ext/sso_string_base.h +usr/include/c++/4.8.2/ext/stdio_filebuf.h +usr/include/c++/4.8.2/ext/stdio_sync_filebuf.h +usr/include/c++/4.8.2/ext/string_conversions.h +usr/include/c++/4.8.2/ext/throw_allocator.h +usr/include/c++/4.8.2/ext/type_traits.h +usr/include/c++/4.8.2/ext/typelist.h +usr/include/c++/4.8.2/ext/vstring.h +usr/include/c++/4.8.2/ext/vstring.tcc +usr/include/c++/4.8.2/ext/vstring_fwd.h +usr/include/c++/4.8.2/ext/vstring_util.h +usr/include/c++/4.8.2/fenv.h +usr/include/c++/4.8.2/forward_list +usr/include/c++/4.8.2/fstream +usr/include/c++/4.8.2/functional +usr/include/c++/4.8.2/future +usr/include/c++/4.8.2/i686-redhat-linux/bits/atomic_word.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/basic_file.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/c++allocator.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/c++config.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/c++io.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/c++locale.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/cpu_defines.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/ctype_base.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/ctype_inline.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/cxxabi_tweaks.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/error_constants.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/extc++.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/gthr-default.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/gthr-posix.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/gthr-single.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/gthr.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/messages_members.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/opt_random.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/os_defines.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/stdc++.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/stdtr1c++.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/time_members.h +usr/include/c++/4.8.2/i686-redhat-linux/ext/opt_random.h +usr/include/c++/4.8.2/initializer_list +usr/include/c++/4.8.2/iomanip +usr/include/c++/4.8.2/ios +usr/include/c++/4.8.2/iosfwd +usr/include/c++/4.8.2/iostream +usr/include/c++/4.8.2/istream +usr/include/c++/4.8.2/iterator +usr/include/c++/4.8.2/limits +usr/include/c++/4.8.2/list +usr/include/c++/4.8.2/locale +usr/include/c++/4.8.2/map +usr/include/c++/4.8.2/memory +usr/include/c++/4.8.2/mutex +usr/include/c++/4.8.2/new +usr/include/c++/4.8.2/numeric +usr/include/c++/4.8.2/ostream +usr/include/c++/4.8.2/parallel/algo.h +usr/include/c++/4.8.2/parallel/algobase.h +usr/include/c++/4.8.2/parallel/algorithm +usr/include/c++/4.8.2/parallel/algorithmfwd.h +usr/include/c++/4.8.2/parallel/balanced_quicksort.h +usr/include/c++/4.8.2/parallel/base.h +usr/include/c++/4.8.2/parallel/basic_iterator.h +usr/include/c++/4.8.2/parallel/checkers.h +usr/include/c++/4.8.2/parallel/compatibility.h +usr/include/c++/4.8.2/parallel/compiletime_settings.h +usr/include/c++/4.8.2/parallel/equally_split.h +usr/include/c++/4.8.2/parallel/features.h +usr/include/c++/4.8.2/parallel/find.h +usr/include/c++/4.8.2/parallel/find_selectors.h +usr/include/c++/4.8.2/parallel/for_each.h +usr/include/c++/4.8.2/parallel/for_each_selectors.h +usr/include/c++/4.8.2/parallel/iterator.h +usr/include/c++/4.8.2/parallel/list_partition.h +usr/include/c++/4.8.2/parallel/losertree.h +usr/include/c++/4.8.2/parallel/merge.h +usr/include/c++/4.8.2/parallel/multiseq_selection.h +usr/include/c++/4.8.2/parallel/multiway_merge.h +usr/include/c++/4.8.2/parallel/multiway_mergesort.h +usr/include/c++/4.8.2/parallel/numeric +usr/include/c++/4.8.2/parallel/numericfwd.h +usr/include/c++/4.8.2/parallel/omp_loop.h +usr/include/c++/4.8.2/parallel/omp_loop_static.h +usr/include/c++/4.8.2/parallel/par_loop.h +usr/include/c++/4.8.2/parallel/parallel.h +usr/include/c++/4.8.2/parallel/partial_sum.h +usr/include/c++/4.8.2/parallel/partition.h +usr/include/c++/4.8.2/parallel/queue.h +usr/include/c++/4.8.2/parallel/quicksort.h +usr/include/c++/4.8.2/parallel/random_number.h +usr/include/c++/4.8.2/parallel/random_shuffle.h +usr/include/c++/4.8.2/parallel/search.h +usr/include/c++/4.8.2/parallel/set_operations.h +usr/include/c++/4.8.2/parallel/settings.h +usr/include/c++/4.8.2/parallel/sort.h +usr/include/c++/4.8.2/parallel/tags.h +usr/include/c++/4.8.2/parallel/types.h +usr/include/c++/4.8.2/parallel/unique_copy.h +usr/include/c++/4.8.2/parallel/workstealing.h +usr/include/c++/4.8.2/profile/array +usr/include/c++/4.8.2/profile/base.h +usr/include/c++/4.8.2/profile/bitset +usr/include/c++/4.8.2/profile/deque +usr/include/c++/4.8.2/profile/forward_list +usr/include/c++/4.8.2/profile/impl/profiler.h +usr/include/c++/4.8.2/profile/impl/profiler_algos.h +usr/include/c++/4.8.2/profile/impl/profiler_container_size.h +usr/include/c++/4.8.2/profile/impl/profiler_hash_func.h +usr/include/c++/4.8.2/profile/impl/profiler_hashtable_size.h +usr/include/c++/4.8.2/profile/impl/profiler_list_to_slist.h +usr/include/c++/4.8.2/profile/impl/profiler_list_to_vector.h +usr/include/c++/4.8.2/profile/impl/profiler_map_to_unordered_map.h +usr/include/c++/4.8.2/profile/impl/profiler_node.h +usr/include/c++/4.8.2/profile/impl/profiler_state.h +usr/include/c++/4.8.2/profile/impl/profiler_trace.h +usr/include/c++/4.8.2/profile/impl/profiler_vector_size.h +usr/include/c++/4.8.2/profile/impl/profiler_vector_to_list.h +usr/include/c++/4.8.2/profile/iterator_tracker.h +usr/include/c++/4.8.2/profile/list +usr/include/c++/4.8.2/profile/map +usr/include/c++/4.8.2/profile/map.h +usr/include/c++/4.8.2/profile/multimap.h +usr/include/c++/4.8.2/profile/multiset.h +usr/include/c++/4.8.2/profile/set +usr/include/c++/4.8.2/profile/set.h +usr/include/c++/4.8.2/profile/unordered_base.h +usr/include/c++/4.8.2/profile/unordered_map +usr/include/c++/4.8.2/profile/unordered_set +usr/include/c++/4.8.2/profile/vector +usr/include/c++/4.8.2/queue +usr/include/c++/4.8.2/random +usr/include/c++/4.8.2/ratio +usr/include/c++/4.8.2/regex +usr/include/c++/4.8.2/scoped_allocator +usr/include/c++/4.8.2/set +usr/include/c++/4.8.2/sstream +usr/include/c++/4.8.2/stack +usr/include/c++/4.8.2/stdexcept +usr/include/c++/4.8.2/streambuf +usr/include/c++/4.8.2/string +usr/include/c++/4.8.2/system_error +usr/include/c++/4.8.2/tgmath.h +usr/include/c++/4.8.2/thread +usr/include/c++/4.8.2/tr1/array +usr/include/c++/4.8.2/tr1/bessel_function.tcc +usr/include/c++/4.8.2/tr1/beta_function.tcc +usr/include/c++/4.8.2/tr1/ccomplex +usr/include/c++/4.8.2/tr1/cctype +usr/include/c++/4.8.2/tr1/cfenv +usr/include/c++/4.8.2/tr1/cfloat +usr/include/c++/4.8.2/tr1/cinttypes +usr/include/c++/4.8.2/tr1/climits +usr/include/c++/4.8.2/tr1/cmath +usr/include/c++/4.8.2/tr1/complex +usr/include/c++/4.8.2/tr1/complex.h +usr/include/c++/4.8.2/tr1/cstdarg +usr/include/c++/4.8.2/tr1/cstdbool +usr/include/c++/4.8.2/tr1/cstdint +usr/include/c++/4.8.2/tr1/cstdio +usr/include/c++/4.8.2/tr1/cstdlib +usr/include/c++/4.8.2/tr1/ctgmath +usr/include/c++/4.8.2/tr1/ctime +usr/include/c++/4.8.2/tr1/ctype.h +usr/include/c++/4.8.2/tr1/cwchar +usr/include/c++/4.8.2/tr1/cwctype +usr/include/c++/4.8.2/tr1/ell_integral.tcc +usr/include/c++/4.8.2/tr1/exp_integral.tcc +usr/include/c++/4.8.2/tr1/fenv.h +usr/include/c++/4.8.2/tr1/float.h +usr/include/c++/4.8.2/tr1/functional +usr/include/c++/4.8.2/tr1/functional_hash.h +usr/include/c++/4.8.2/tr1/gamma.tcc +usr/include/c++/4.8.2/tr1/hashtable.h +usr/include/c++/4.8.2/tr1/hashtable_policy.h +usr/include/c++/4.8.2/tr1/hypergeometric.tcc +usr/include/c++/4.8.2/tr1/inttypes.h +usr/include/c++/4.8.2/tr1/legendre_function.tcc +usr/include/c++/4.8.2/tr1/limits.h +usr/include/c++/4.8.2/tr1/math.h +usr/include/c++/4.8.2/tr1/memory +usr/include/c++/4.8.2/tr1/modified_bessel_func.tcc +usr/include/c++/4.8.2/tr1/poly_hermite.tcc +usr/include/c++/4.8.2/tr1/poly_laguerre.tcc +usr/include/c++/4.8.2/tr1/random +usr/include/c++/4.8.2/tr1/random.h +usr/include/c++/4.8.2/tr1/random.tcc +usr/include/c++/4.8.2/tr1/regex +usr/include/c++/4.8.2/tr1/riemann_zeta.tcc +usr/include/c++/4.8.2/tr1/shared_ptr.h +usr/include/c++/4.8.2/tr1/special_function_util.h +usr/include/c++/4.8.2/tr1/stdarg.h +usr/include/c++/4.8.2/tr1/stdbool.h +usr/include/c++/4.8.2/tr1/stdint.h +usr/include/c++/4.8.2/tr1/stdio.h +usr/include/c++/4.8.2/tr1/stdlib.h +usr/include/c++/4.8.2/tr1/tgmath.h +usr/include/c++/4.8.2/tr1/tuple +usr/include/c++/4.8.2/tr1/type_traits +usr/include/c++/4.8.2/tr1/unordered_map +usr/include/c++/4.8.2/tr1/unordered_map.h +usr/include/c++/4.8.2/tr1/unordered_set +usr/include/c++/4.8.2/tr1/unordered_set.h +usr/include/c++/4.8.2/tr1/utility +usr/include/c++/4.8.2/tr1/wchar.h +usr/include/c++/4.8.2/tr1/wctype.h +usr/include/c++/4.8.2/tr2/bool_set +usr/include/c++/4.8.2/tr2/bool_set.tcc +usr/include/c++/4.8.2/tr2/dynamic_bitset +usr/include/c++/4.8.2/tr2/ratio +usr/include/c++/4.8.2/tr2/type_traits +usr/include/c++/4.8.2/tuple +usr/include/c++/4.8.2/type_traits +usr/include/c++/4.8.2/typeindex +usr/include/c++/4.8.2/typeinfo +usr/include/c++/4.8.2/unordered_map +usr/include/c++/4.8.2/unordered_set +usr/include/c++/4.8.2/utility +usr/include/c++/4.8.2/valarray +usr/include/c++/4.8.2/vector +usr/include/c++/4.8.5 +usr/include/complex.h +usr/include/cpio.h +usr/include/cpufreq.h +usr/include/crypt.h +usr/include/ctype.h +usr/include/demangle.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/exynos_drm.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/qxl_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/tegra_drm.h +usr/include/drm/via_drm.h +usr/include/drm/vmwgfx_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/blkpg.h +usr/include/linux/blktrace_api.h +usr/include/linux/bpqether.h +usr/include/linux/bsg.h +usr/include/linux/btrfs.h +usr/include/linux/byteorder/big_endian.h +usr/include/linux/byteorder/little_endian.h +usr/include/linux/caif/caif_socket.h +usr/include/linux/caif/if_caif.h +usr/include/linux/can.h +usr/include/linux/can/bcm.h +usr/include/linux/can/error.h +usr/include/linux/can/gw.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_defs.h +usr/include/linux/cciss_ioctl.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/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/fadvise.h +usr/include/linux/falloc.h +usr/include/linux/fanotify.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/fsl_hypervisor.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/genetlink.h +usr/include/linux/gfs2_ondisk.h +usr/include/linux/gigaset_dev.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/hsi/hsi_char.h +usr/include/linux/hw_breakpoint.h +usr/include/linux/hyperv.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_alg.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_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_team.h +usr/include/linux/if_tun.h +usr/include/linux/if_tunnel.h +usr/include/linux/if_vlan.h +usr/include/linux/if_x25.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-page-flags.h +usr/include/linux/kernel.h +usr/include/linux/kernelcapi.h +usr/include/linux/kexec.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/l2tp.h +usr/include/linux/libc-compat.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/mdio.h +usr/include/linux/media.h +usr/include/linux/mei.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/mmc/ioctl.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_namespace.h +usr/include/linux/net_tstamp.h +usr/include/linux/netconf.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/nf_nat.h +usr/include/linux/netfilter/nf_tables.h +usr/include/linux/netfilter/nf_tables_compat.h +usr/include/linux/netfilter/nfnetlink.h +usr/include/linux/netfilter/nfnetlink_acct.h +usr/include/linux/netfilter/nfnetlink_compat.h +usr/include/linux/netfilter/nfnetlink_conntrack.h +usr/include/linux/netfilter/nfnetlink_cthelper.h +usr/include/linux/netfilter/nfnetlink_cttimeout.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_CT.h +usr/include/linux/netfilter/xt_DSCP.h +usr/include/linux/netfilter/xt_HMARK.h +usr/include/linux/netfilter/xt_IDLETIMER.h +usr/include/linux/netfilter/xt_LED.h +usr/include/linux/netfilter/xt_LOG.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_TEE.h +usr/include/linux/netfilter/xt_TPROXY.h +usr/include/linux/netfilter/xt_addrtype.h +usr/include/linux/netfilter/xt_bpf.h +usr/include/linux/netfilter/xt_cgroup.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_connlabel.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_cpu.h +usr/include/linux/netfilter/xt_dccp.h +usr/include/linux/netfilter/xt_devgroup.h +usr/include/linux/netfilter/xt_dscp.h +usr/include/linux/netfilter/xt_ecn.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_ipvs.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_nfacct.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_rpfilter.h +usr/include/linux/netfilter/xt_sctp.h +usr/include/linux/netfilter/xt_set.h +usr/include/linux/netfilter/xt_socket.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_ip6.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_nflog.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_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_TTL.h +usr/include/linux/netfilter_ipv4/ipt_ULOG.h +usr/include/linux/netfilter_ipv4/ipt_ah.h +usr/include/linux/netfilter_ipv4/ipt_ecn.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_NPT.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/netlink_diag.h +usr/include/linux/netrom.h +usr/include/linux/nfc.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/cld.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/nl80211.h +usr/include/linux/nubus.h +usr/include/linux/nvme.h +usr/include/linux/nvram.h +usr/include/linux/omap3isp.h +usr/include/linux/omapfb.h +usr/include/linux/oom.h +usr/include/linux/openvswitch.h +usr/include/linux/packet_diag.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-ioctl.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/rds.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/sctp.h +usr/include/linux/sdla.h +usr/include/linux/seccomp.h +usr/include/linux/securebits.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/snmp.h +usr/include/linux/sock_diag.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/sysinfo.h +usr/include/linux/taskstats.h +usr/include/linux/tc_act/tc_csum.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/tcp_metrics.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/tty_flags.h +usr/include/linux/types.h +usr/include/linux/udf_fs_i.h +usr/include/linux/udp.h +usr/include/linux/uhid.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/unix_diag.h +usr/include/linux/usb/audio.h +usr/include/linux/usb/cdc.h +usr/include/linux/usb/ch11.h +usr/include/linux/usb/ch9.h +usr/include/linux/usb/functionfs.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/video.h +usr/include/linux/usbdevice_fs.h +usr/include/linux/userfaultfd.h +usr/include/linux/utime.h +usr/include/linux/utsname.h +usr/include/linux/uuid.h +usr/include/linux/uvcvideo.h +usr/include/linux/v4l2-common.h +usr/include/linux/v4l2-controls.h +usr/include/linux/v4l2-dv-timings.h +usr/include/linux/v4l2-mediabus.h +usr/include/linux/v4l2-subdev.h +usr/include/linux/version.h +usr/include/linux/veth.h +usr/include/linux/vfio.h +usr/include/linux/vhost.h +usr/include/linux/videodev2.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_input.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/virtio_scsi.h +usr/include/linux/virtio_types.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/misc/cxl.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/plugin-api.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/fc/fc_els.h +usr/include/scsi/fc/fc_fs.h +usr/include/scsi/fc/fc_gs.h +usr/include/scsi/fc/fc_ns.h +usr/include/scsi/scsi.h +usr/include/scsi/scsi_bsg_fc.h +usr/include/scsi/scsi_ioctl.h +usr/include/scsi/scsi_netlink.h +usr/include/scsi/scsi_netlink_fc.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/compress_offload.h +usr/include/sound/compress_params.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/spawn.h +usr/include/stab.h +usr/include/stdc-predef.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/auxv.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/fanotify.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/uchar.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/xen/privcmd.h +usr/include/xlocale.h +usr/lib/Mcrt1.o +usr/lib/Scrt1.o +usr/lib/cpp +usr/lib/crt1.o +usr/lib/crti.o +usr/lib/crtn.o +usr/lib/gcc/i686-redhat-linux/4.8.2/crtbegin.o +usr/lib/gcc/i686-redhat-linux/4.8.2/crtbeginS.o +usr/lib/gcc/i686-redhat-linux/4.8.2/crtbeginT.o +usr/lib/gcc/i686-redhat-linux/4.8.2/crtend.o +usr/lib/gcc/i686-redhat-linux/4.8.2/crtendS.o +usr/lib/gcc/i686-redhat-linux/4.8.2/crtfastmath.o +usr/lib/gcc/i686-redhat-linux/4.8.2/crtprec32.o +usr/lib/gcc/i686-redhat-linux/4.8.2/crtprec64.o +usr/lib/gcc/i686-redhat-linux/4.8.2/crtprec80.o +usr/lib/gcc/i686-redhat-linux/4.8.2/finclude/omp_lib.f90 +usr/lib/gcc/i686-redhat-linux/4.8.2/finclude/omp_lib.h +usr/lib/gcc/i686-redhat-linux/4.8.2/finclude/omp_lib.mod +usr/lib/gcc/i686-redhat-linux/4.8.2/finclude/omp_lib_kinds.mod +usr/lib/gcc/i686-redhat-linux/4.8.2/include/adxintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/ammintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/avx2intrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/avxintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/bmi2intrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/bmiintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/bmmintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/cpuid.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/cross-stdarg.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/emmintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/f16cintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/float.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/fma4intrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/fmaintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/fxsrintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/ia32intrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/immintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/iso646.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/limits.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/lwpintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/lzcntintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/mm3dnow.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/mm_malloc.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/mmintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/nmmintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/omp.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/pmmintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/popcntintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/prfchwintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/rdseedintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/rtmintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/smmintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/stdalign.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/stdarg.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/stdbool.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/stddef.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/stdfix.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/stdint-gcc.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/stdint.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/stdnoreturn.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/syslimits.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/tbmintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/tmmintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/unwind.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/varargs.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/wmmintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/x86intrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/xmmintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/xopintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/xsaveintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/xsaveoptintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/include/xtestintrin.h +usr/lib/gcc/i686-redhat-linux/4.8.2/libasan.so +usr/lib/gcc/i686-redhat-linux/4.8.2/libasan_preinit.o +usr/lib/gcc/i686-redhat-linux/4.8.2/libatomic.so +usr/lib/gcc/i686-redhat-linux/4.8.2/libcaf_single.a +usr/lib/gcc/i686-redhat-linux/4.8.2/libcloog-isl.so.4 +usr/lib/gcc/i686-redhat-linux/4.8.2/libgcc.a +usr/lib/gcc/i686-redhat-linux/4.8.2/libgcc_eh.a +usr/lib/gcc/i686-redhat-linux/4.8.2/libgcc_s.so +usr/lib/gcc/i686-redhat-linux/4.8.2/libgcov.a +usr/lib/gcc/i686-redhat-linux/4.8.2/libgfortran.so +usr/lib/gcc/i686-redhat-linux/4.8.2/libgfortran.spec +usr/lib/gcc/i686-redhat-linux/4.8.2/libgfortranbegin.a +usr/lib/gcc/i686-redhat-linux/4.8.2/libgomp.a +usr/lib/gcc/i686-redhat-linux/4.8.2/libgomp.so +usr/lib/gcc/i686-redhat-linux/4.8.2/libgomp.spec +usr/lib/gcc/i686-redhat-linux/4.8.2/libitm.spec +usr/lib/gcc/i686-redhat-linux/4.8.2/libstdc++.so +usr/lib/gcc/i686-redhat-linux/4.8.2/rpmver +usr/lib/gcc/i686-redhat-linux/4.8.5 +usr/lib/gcrt1.o +usr/lib/libBrokenLocale.so +usr/lib/libanl.so +usr/lib/libbfd-2.23.52.0.1-55.el7.so +usr/lib/libbfd.a +usr/lib/libbfd.so +usr/lib/libbsd-compat.a +usr/lib/libbsd.a +usr/lib/libc.so +usr/lib/libc_nonshared.a +usr/lib/libcidn.so +usr/lib/libcrypt.so +usr/lib/libdl.so +usr/lib/libg.a +usr/lib/libgomp.so.1 +usr/lib/libgomp.so.1.0.0 +usr/lib/libiberty.a +usr/lib/libieee.a +usr/lib/libm.so +usr/lib/libmcheck.a +usr/lib/libmpfr.so.4 +usr/lib/libmpfr.so.4.1.1 +usr/lib/libnsl.so +usr/lib/libnss_compat.so +usr/lib/libnss_db.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.23.52.0.1-55.el7.so +usr/lib/libopcodes.a +usr/lib/libopcodes.so +usr/lib/libpthread.so +usr/lib/libpthread_nonshared.a +usr/lib/libresolv.so +usr/lib/librpcsvc.a +usr/lib/librt.so +usr/lib/libthread_db.so +usr/lib/libutil.so +usr/libexec/gcc/i686-redhat-linux/4.8.2/cc1 +usr/libexec/gcc/i686-redhat-linux/4.8.2/cc1plus +usr/libexec/gcc/i686-redhat-linux/4.8.2/collect2 +usr/libexec/gcc/i686-redhat-linux/4.8.2/f951 +usr/libexec/gcc/i686-redhat-linux/4.8.2/liblto_plugin.so +usr/libexec/gcc/i686-redhat-linux/4.8.2/liblto_plugin.so.0 +usr/libexec/gcc/i686-redhat-linux/4.8.2/liblto_plugin.so.0.0.0 +usr/libexec/gcc/i686-redhat-linux/4.8.2/lto-wrapper +usr/libexec/gcc/i686-redhat-linux/4.8.2/lto1 +usr/libexec/gcc/i686-redhat-linux/4.8.5 +usr/libexec/getconf/default +%%PORTDOCS%%usr/share/doc/binutils-2.23.52.0.1/README +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/COPYING +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/COPYING.LIB +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/COPYING.RUNTIME +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/COPYING3 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/COPYING3.LIB +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-1997.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-1998.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-1999.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2000.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2001.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2002.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2003.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2004.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2005.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2006.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2007.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2008.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2009.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2010.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2011.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2012.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.dataflow.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.graphite.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.lib.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.ptr.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.tree-ssa.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.tuples.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/README.Portability +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1993.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1994.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1995.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1996.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1997.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1998.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1999.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2000.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2001.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2002.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2003.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2004.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2005.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2006.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2007.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2008.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2009.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2010.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2011.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2012.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog.ptr.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog.tree-ssa.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2002.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2002.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2003.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2003.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2004.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2004.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2005.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2005.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2006.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2006.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2007.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2007.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2008.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2008.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2009.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2009.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2010.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2010.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2011.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2011.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2012.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2012.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog.ptr.bz2 +%%PORTDOCS%%usr/share/doc/libgomp-4.8.5/ChangeLog.bz2 +%%PORTDOCS%%usr/share/doc/libgomp-4.8.5/ChangeLog.graphite.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-1998.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-1999.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2000.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2001.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2002.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2003.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2004.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2005.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2006.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2007.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2008.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2009.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2010.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2011.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2012.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/README +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/COPYING +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/COPYING.LESSER +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/NEWS +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/README +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/AUTHORS +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/BUGS +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/COPYING +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/COPYING.LESSER +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/FAQ.html +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/NEWS +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/TODO +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/examples/ReadMe +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/examples/divworst.c +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/examples/rndo-add.c +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/examples/sample.c +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/examples/version.c +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/gccgo.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-12.gz +usr/share/info/libc.info-13.gz +usr/share/info/libc.info-14.gz +usr/share/info/libc.info-2.gz +usr/share/info/libc.info-3.gz +usr/share/info/libc.info-4.gz +usr/share/info/libc.info-5.gz +usr/share/info/libc.info-6.gz +usr/share/info/libc.info-7.gz +usr/share/info/libc.info-8.gz +usr/share/info/libc.info-9.gz +usr/share/info/libc.info.gz +usr/share/info/libgomp.info.gz +usr/share/info/standards.info.gz +usr/share/locale/be/LC_MESSAGES/cpplib.mo +usr/share/locale/be/LC_MESSAGES/gcc.mo +usr/share/locale/bg/LC_MESSAGES/binutils.mo +usr/share/locale/bg/LC_MESSAGES/gprof.mo +usr/share/locale/bg/LC_MESSAGES/ld.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/eo/LC_MESSAGES/cpplib.mo +usr/share/locale/eo/LC_MESSAGES/gprof.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/gold.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/cpplib.mo +usr/share/locale/fi/LC_MESSAGES/gas.mo +usr/share/locale/fi/LC_MESSAGES/gcc.mo +usr/share/locale/fi/LC_MESSAGES/gold.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/hr/LC_MESSAGES/binutils.mo +usr/share/locale/hr/LC_MESSAGES/gcc.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/gold.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/it/LC_MESSAGES/binutils.mo +usr/share/locale/it/LC_MESSAGES/gold.mo +usr/share/locale/it/LC_MESSAGES/gprof.mo +usr/share/locale/it/LC_MESSAGES/ld.mo +usr/share/locale/it/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/gas.mo +usr/share/locale/ja/LC_MESSAGES/gcc.mo +usr/share/locale/ja/LC_MESSAGES/gprof.mo +usr/share/locale/ja/LC_MESSAGES/ld.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/cpplib.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/cpplib.mo +usr/share/locale/ru/LC_MESSAGES/gas.mo +usr/share/locale/ru/LC_MESSAGES/gcc.mo +usr/share/locale/ru/LC_MESSAGES/gprof.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/cpplib.mo +usr/share/locale/sr/LC_MESSAGES/gcc.mo +usr/share/locale/sr/LC_MESSAGES/gprof.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/bfd.mo +usr/share/locale/uk/LC_MESSAGES/binutils.mo +usr/share/locale/uk/LC_MESSAGES/cpplib.mo +usr/share/locale/uk/LC_MESSAGES/gprof.mo +usr/share/locale/uk/LC_MESSAGES/ld.mo +usr/share/locale/uk/LC_MESSAGES/opcodes.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/gcc.mo +usr/share/locale/vi/LC_MESSAGES/gold.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/elfedit.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/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 +@dir usr/include/uapi Property changes on: head/devel/linux-c7-devtools/pkg-plist.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-c7-devtools/pkg-plist.x86_64 =================================================================== --- head/devel/linux-c7-devtools/pkg-plist.x86_64 (nonexistent) +++ head/devel/linux-c7-devtools/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,2419 @@ +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/dwp +usr/bin/elfedit +usr/bin/f95 +usr/bin/g++ +usr/bin/gcc +usr/bin/gcc-ar +usr/bin/gcc-nm +usr/bin/gcc-ranlib +usr/bin/gcov +usr/bin/gfortran +usr/bin/gprof +usr/bin/ld.bfd +usr/bin/ld.gold +usr/bin/nm +usr/bin/objcopy +usr/bin/objdump +usr/bin/ranlib +usr/bin/readelf +usr/bin/size +usr/bin/strings +usr/bin/strip +usr/bin/x86_64-redhat-linux-c++ +usr/bin/x86_64-redhat-linux-g++ +usr/bin/x86_64-redhat-linux-gcc +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/kvm_para.h +usr/include/asm-generic/mman-common.h +usr/include/asm-generic/mman.h +usr/include/asm-generic/msgbuf.h +usr/include/asm-generic/param.h +usr/include/asm-generic/poll.h +usr/include/asm-generic/posix_types.h +usr/include/asm-generic/resource.h +usr/include/asm-generic/sembuf.h +usr/include/asm-generic/setup.h +usr/include/asm-generic/shmbuf.h +usr/include/asm-generic/shmparam.h +usr/include/asm-generic/siginfo.h +usr/include/asm-generic/signal-defs.h +usr/include/asm-generic/signal.h +usr/include/asm-generic/socket.h +usr/include/asm-generic/sockios.h +usr/include/asm-generic/stat.h +usr/include/asm-generic/statfs.h +usr/include/asm-generic/swab.h +usr/include/asm-generic/termbits.h +usr/include/asm-generic/termios.h +usr/include/asm-generic/types.h +usr/include/asm-generic/ucontext.h +usr/include/asm-generic/unistd.h +usr/include/asm/a.out.h +usr/include/asm/auxvec.h +usr/include/asm/bitsperlong.h +usr/include/asm/boot.h +usr/include/asm/bootparam.h +usr/include/asm/byteorder.h +usr/include/asm/debugreg.h +usr/include/asm/e820.h +usr/include/asm/errno.h +usr/include/asm/fcntl.h +usr/include/asm/hw_breakpoint.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/kvm_perf.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/perf_regs.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/posix_types_x32.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/svm.h +usr/include/asm/swab.h +usr/include/asm/termbits.h +usr/include/asm/termios.h +usr/include/asm/types.h +usr/include/asm/ucontext.h +usr/include/asm/unistd.h +usr/include/asm/unistd_32.h +usr/include/asm/unistd_64.h +usr/include/asm/unistd_x32.h +usr/include/asm/vm86.h +usr/include/asm/vmx.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-16.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/epoll.h +usr/include/bits/errno.h +usr/include/bits/error.h +usr/include/bits/eventfd.h +usr/include/bits/fcntl-linux.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/hwcap.h +usr/include/bits/in.h +usr/include/bits/inf.h +usr/include/bits/initspin.h +usr/include/bits/inotify.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/math-finite.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/param.h +usr/include/bits/poll.h +usr/include/bits/poll2.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/select2.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/signalfd.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/socket_type.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-float.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/sysctl.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/timerfd.h +usr/include/bits/timex.h +usr/include/bits/types.h +usr/include/bits/typesizes.h +usr/include/bits/uio.h +usr/include/bits/unistd.h +usr/include/bits/ustat.h +usr/include/bits/utmp.h +usr/include/bits/utmpx.h +usr/include/bits/utsname.h +usr/include/bits/waitflags.h +usr/include/bits/waitstatus.h +usr/include/bits/wchar-ldbl.h +usr/include/bits/wchar.h +usr/include/bits/wchar2.h +usr/include/bits/wordsize.h +usr/include/bits/xopen_lim.h +usr/include/byteswap.h +usr/include/c++/4.8.2/algorithm +usr/include/c++/4.8.2/array +usr/include/c++/4.8.2/atomic +usr/include/c++/4.8.2/backward/auto_ptr.h +usr/include/c++/4.8.2/backward/backward_warning.h +usr/include/c++/4.8.2/backward/binders.h +usr/include/c++/4.8.2/backward/hash_fun.h +usr/include/c++/4.8.2/backward/hash_map +usr/include/c++/4.8.2/backward/hash_set +usr/include/c++/4.8.2/backward/hashtable.h +usr/include/c++/4.8.2/backward/strstream +usr/include/c++/4.8.2/bits/algorithmfwd.h +usr/include/c++/4.8.2/bits/alloc_traits.h +usr/include/c++/4.8.2/bits/allocator.h +usr/include/c++/4.8.2/bits/atomic_base.h +usr/include/c++/4.8.2/bits/atomic_lockfree_defines.h +usr/include/c++/4.8.2/bits/basic_ios.h +usr/include/c++/4.8.2/bits/basic_ios.tcc +usr/include/c++/4.8.2/bits/basic_string.h +usr/include/c++/4.8.2/bits/basic_string.tcc +usr/include/c++/4.8.2/bits/boost_concept_check.h +usr/include/c++/4.8.2/bits/c++0x_warning.h +usr/include/c++/4.8.2/bits/char_traits.h +usr/include/c++/4.8.2/bits/codecvt.h +usr/include/c++/4.8.2/bits/concept_check.h +usr/include/c++/4.8.2/bits/cpp_type_traits.h +usr/include/c++/4.8.2/bits/cxxabi_forced.h +usr/include/c++/4.8.2/bits/deque.tcc +usr/include/c++/4.8.2/bits/exception_defines.h +usr/include/c++/4.8.2/bits/exception_ptr.h +usr/include/c++/4.8.2/bits/forward_list.h +usr/include/c++/4.8.2/bits/forward_list.tcc +usr/include/c++/4.8.2/bits/fstream.tcc +usr/include/c++/4.8.2/bits/functexcept.h +usr/include/c++/4.8.2/bits/functional_hash.h +usr/include/c++/4.8.2/bits/gslice.h +usr/include/c++/4.8.2/bits/gslice_array.h +usr/include/c++/4.8.2/bits/hash_bytes.h +usr/include/c++/4.8.2/bits/hashtable.h +usr/include/c++/4.8.2/bits/hashtable_policy.h +usr/include/c++/4.8.2/bits/indirect_array.h +usr/include/c++/4.8.2/bits/ios_base.h +usr/include/c++/4.8.2/bits/istream.tcc +usr/include/c++/4.8.2/bits/list.tcc +usr/include/c++/4.8.2/bits/locale_classes.h +usr/include/c++/4.8.2/bits/locale_classes.tcc +usr/include/c++/4.8.2/bits/locale_facets.h +usr/include/c++/4.8.2/bits/locale_facets.tcc +usr/include/c++/4.8.2/bits/locale_facets_nonio.h +usr/include/c++/4.8.2/bits/locale_facets_nonio.tcc +usr/include/c++/4.8.2/bits/localefwd.h +usr/include/c++/4.8.2/bits/mask_array.h +usr/include/c++/4.8.2/bits/memoryfwd.h +usr/include/c++/4.8.2/bits/move.h +usr/include/c++/4.8.2/bits/nested_exception.h +usr/include/c++/4.8.2/bits/ostream.tcc +usr/include/c++/4.8.2/bits/ostream_insert.h +usr/include/c++/4.8.2/bits/postypes.h +usr/include/c++/4.8.2/bits/ptr_traits.h +usr/include/c++/4.8.2/bits/random.h +usr/include/c++/4.8.2/bits/random.tcc +usr/include/c++/4.8.2/bits/range_access.h +usr/include/c++/4.8.2/bits/regex.h +usr/include/c++/4.8.2/bits/regex_compiler.h +usr/include/c++/4.8.2/bits/regex_constants.h +usr/include/c++/4.8.2/bits/regex_cursor.h +usr/include/c++/4.8.2/bits/regex_error.h +usr/include/c++/4.8.2/bits/regex_grep_matcher.h +usr/include/c++/4.8.2/bits/regex_grep_matcher.tcc +usr/include/c++/4.8.2/bits/regex_nfa.h +usr/include/c++/4.8.2/bits/regex_nfa.tcc +usr/include/c++/4.8.2/bits/shared_ptr.h +usr/include/c++/4.8.2/bits/shared_ptr_base.h +usr/include/c++/4.8.2/bits/slice_array.h +usr/include/c++/4.8.2/bits/sstream.tcc +usr/include/c++/4.8.2/bits/stl_algo.h +usr/include/c++/4.8.2/bits/stl_algobase.h +usr/include/c++/4.8.2/bits/stl_bvector.h +usr/include/c++/4.8.2/bits/stl_construct.h +usr/include/c++/4.8.2/bits/stl_deque.h +usr/include/c++/4.8.2/bits/stl_function.h +usr/include/c++/4.8.2/bits/stl_heap.h +usr/include/c++/4.8.2/bits/stl_iterator.h +usr/include/c++/4.8.2/bits/stl_iterator_base_funcs.h +usr/include/c++/4.8.2/bits/stl_iterator_base_types.h +usr/include/c++/4.8.2/bits/stl_list.h +usr/include/c++/4.8.2/bits/stl_map.h +usr/include/c++/4.8.2/bits/stl_multimap.h +usr/include/c++/4.8.2/bits/stl_multiset.h +usr/include/c++/4.8.2/bits/stl_numeric.h +usr/include/c++/4.8.2/bits/stl_pair.h +usr/include/c++/4.8.2/bits/stl_queue.h +usr/include/c++/4.8.2/bits/stl_raw_storage_iter.h +usr/include/c++/4.8.2/bits/stl_relops.h +usr/include/c++/4.8.2/bits/stl_set.h +usr/include/c++/4.8.2/bits/stl_stack.h +usr/include/c++/4.8.2/bits/stl_tempbuf.h +usr/include/c++/4.8.2/bits/stl_tree.h +usr/include/c++/4.8.2/bits/stl_uninitialized.h +usr/include/c++/4.8.2/bits/stl_vector.h +usr/include/c++/4.8.2/bits/stream_iterator.h +usr/include/c++/4.8.2/bits/streambuf.tcc +usr/include/c++/4.8.2/bits/streambuf_iterator.h +usr/include/c++/4.8.2/bits/stringfwd.h +usr/include/c++/4.8.2/bits/unique_ptr.h +usr/include/c++/4.8.2/bits/unordered_map.h +usr/include/c++/4.8.2/bits/unordered_set.h +usr/include/c++/4.8.2/bits/uses_allocator.h +usr/include/c++/4.8.2/bits/valarray_after.h +usr/include/c++/4.8.2/bits/valarray_array.h +usr/include/c++/4.8.2/bits/valarray_array.tcc +usr/include/c++/4.8.2/bits/valarray_before.h +usr/include/c++/4.8.2/bits/vector.tcc +usr/include/c++/4.8.2/bitset +usr/include/c++/4.8.2/cassert +usr/include/c++/4.8.2/ccomplex +usr/include/c++/4.8.2/cctype +usr/include/c++/4.8.2/cerrno +usr/include/c++/4.8.2/cfenv +usr/include/c++/4.8.2/cfloat +usr/include/c++/4.8.2/chrono +usr/include/c++/4.8.2/cinttypes +usr/include/c++/4.8.2/ciso646 +usr/include/c++/4.8.2/climits +usr/include/c++/4.8.2/clocale +usr/include/c++/4.8.2/cmath +usr/include/c++/4.8.2/complex +usr/include/c++/4.8.2/complex.h +usr/include/c++/4.8.2/condition_variable +usr/include/c++/4.8.2/csetjmp +usr/include/c++/4.8.2/csignal +usr/include/c++/4.8.2/cstdalign +usr/include/c++/4.8.2/cstdarg +usr/include/c++/4.8.2/cstdbool +usr/include/c++/4.8.2/cstddef +usr/include/c++/4.8.2/cstdint +usr/include/c++/4.8.2/cstdio +usr/include/c++/4.8.2/cstdlib +usr/include/c++/4.8.2/cstring +usr/include/c++/4.8.2/ctgmath +usr/include/c++/4.8.2/ctime +usr/include/c++/4.8.2/cwchar +usr/include/c++/4.8.2/cwctype +usr/include/c++/4.8.2/cxxabi.h +usr/include/c++/4.8.2/debug/array +usr/include/c++/4.8.2/debug/bitset +usr/include/c++/4.8.2/debug/debug.h +usr/include/c++/4.8.2/debug/deque +usr/include/c++/4.8.2/debug/formatter.h +usr/include/c++/4.8.2/debug/forward_list +usr/include/c++/4.8.2/debug/functions.h +usr/include/c++/4.8.2/debug/list +usr/include/c++/4.8.2/debug/macros.h +usr/include/c++/4.8.2/debug/map +usr/include/c++/4.8.2/debug/map.h +usr/include/c++/4.8.2/debug/multimap.h +usr/include/c++/4.8.2/debug/multiset.h +usr/include/c++/4.8.2/debug/safe_base.h +usr/include/c++/4.8.2/debug/safe_iterator.h +usr/include/c++/4.8.2/debug/safe_iterator.tcc +usr/include/c++/4.8.2/debug/safe_local_iterator.h +usr/include/c++/4.8.2/debug/safe_local_iterator.tcc +usr/include/c++/4.8.2/debug/safe_sequence.h +usr/include/c++/4.8.2/debug/safe_sequence.tcc +usr/include/c++/4.8.2/debug/safe_unordered_base.h +usr/include/c++/4.8.2/debug/safe_unordered_container.h +usr/include/c++/4.8.2/debug/safe_unordered_container.tcc +usr/include/c++/4.8.2/debug/set +usr/include/c++/4.8.2/debug/set.h +usr/include/c++/4.8.2/debug/string +usr/include/c++/4.8.2/debug/unordered_map +usr/include/c++/4.8.2/debug/unordered_set +usr/include/c++/4.8.2/debug/vector +usr/include/c++/4.8.2/decimal/decimal +usr/include/c++/4.8.2/decimal/decimal.h +usr/include/c++/4.8.2/deque +usr/include/c++/4.8.2/exception +usr/include/c++/4.8.2/ext/algorithm +usr/include/c++/4.8.2/ext/alloc_traits.h +usr/include/c++/4.8.2/ext/array_allocator.h +usr/include/c++/4.8.2/ext/atomicity.h +usr/include/c++/4.8.2/ext/bitmap_allocator.h +usr/include/c++/4.8.2/ext/cast.h +usr/include/c++/4.8.2/ext/cmath +usr/include/c++/4.8.2/ext/codecvt_specializations.h +usr/include/c++/4.8.2/ext/concurrence.h +usr/include/c++/4.8.2/ext/debug_allocator.h +usr/include/c++/4.8.2/ext/enc_filebuf.h +usr/include/c++/4.8.2/ext/extptr_allocator.h +usr/include/c++/4.8.2/ext/functional +usr/include/c++/4.8.2/ext/hash_map +usr/include/c++/4.8.2/ext/hash_set +usr/include/c++/4.8.2/ext/iterator +usr/include/c++/4.8.2/ext/malloc_allocator.h +usr/include/c++/4.8.2/ext/memory +usr/include/c++/4.8.2/ext/mt_allocator.h +usr/include/c++/4.8.2/ext/new_allocator.h +usr/include/c++/4.8.2/ext/numeric +usr/include/c++/4.8.2/ext/numeric_traits.h +usr/include/c++/4.8.2/ext/pb_ds/assoc_container.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/traits.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/const_iterator.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/entry_pred.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/resize_policy.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/branch_policy/branch_policy.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/branch_policy/traits.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/cond_dealtor.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/container_base_dispatch.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/debug_map_base.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/eq_fn/eq_by_less.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/lu_map_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/traits.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/traits.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/priority_queue_base_dispatch.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/node.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/traits.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/node.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/traits.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/standard_policies.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/tree_trace_base.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/type_utils.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/types_traits.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/unordered_iterator/iterator.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp +usr/include/c++/4.8.2/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp +usr/include/c++/4.8.2/ext/pb_ds/exception.hpp +usr/include/c++/4.8.2/ext/pb_ds/hash_policy.hpp +usr/include/c++/4.8.2/ext/pb_ds/list_update_policy.hpp +usr/include/c++/4.8.2/ext/pb_ds/priority_queue.hpp +usr/include/c++/4.8.2/ext/pb_ds/tag_and_trait.hpp +usr/include/c++/4.8.2/ext/pb_ds/tree_policy.hpp +usr/include/c++/4.8.2/ext/pb_ds/trie_policy.hpp +usr/include/c++/4.8.2/ext/pod_char_traits.h +usr/include/c++/4.8.2/ext/pointer.h +usr/include/c++/4.8.2/ext/pool_allocator.h +usr/include/c++/4.8.2/ext/random +usr/include/c++/4.8.2/ext/random.tcc +usr/include/c++/4.8.2/ext/rb_tree +usr/include/c++/4.8.2/ext/rc_string_base.h +usr/include/c++/4.8.2/ext/rope +usr/include/c++/4.8.2/ext/ropeimpl.h +usr/include/c++/4.8.2/ext/slist +usr/include/c++/4.8.2/ext/sso_string_base.h +usr/include/c++/4.8.2/ext/stdio_filebuf.h +usr/include/c++/4.8.2/ext/stdio_sync_filebuf.h +usr/include/c++/4.8.2/ext/string_conversions.h +usr/include/c++/4.8.2/ext/throw_allocator.h +usr/include/c++/4.8.2/ext/type_traits.h +usr/include/c++/4.8.2/ext/typelist.h +usr/include/c++/4.8.2/ext/vstring.h +usr/include/c++/4.8.2/ext/vstring.tcc +usr/include/c++/4.8.2/ext/vstring_fwd.h +usr/include/c++/4.8.2/ext/vstring_util.h +usr/include/c++/4.8.2/fenv.h +usr/include/c++/4.8.2/forward_list +usr/include/c++/4.8.2/fstream +usr/include/c++/4.8.2/functional +usr/include/c++/4.8.2/future +usr/include/c++/4.8.2/i686-redhat-linux/bits/atomic_word.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/basic_file.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/c++allocator.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/c++config.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/c++io.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/c++locale.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/cpu_defines.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/ctype_base.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/ctype_inline.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/cxxabi_tweaks.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/error_constants.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/extc++.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/gthr-default.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/gthr-posix.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/gthr-single.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/gthr.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/messages_members.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/opt_random.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/os_defines.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/stdc++.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/stdtr1c++.h +usr/include/c++/4.8.2/i686-redhat-linux/bits/time_members.h +usr/include/c++/4.8.2/i686-redhat-linux/ext/opt_random.h +usr/include/c++/4.8.2/initializer_list +usr/include/c++/4.8.2/iomanip +usr/include/c++/4.8.2/ios +usr/include/c++/4.8.2/iosfwd +usr/include/c++/4.8.2/iostream +usr/include/c++/4.8.2/istream +usr/include/c++/4.8.2/iterator +usr/include/c++/4.8.2/limits +usr/include/c++/4.8.2/list +usr/include/c++/4.8.2/locale +usr/include/c++/4.8.2/map +usr/include/c++/4.8.2/memory +usr/include/c++/4.8.2/mutex +usr/include/c++/4.8.2/new +usr/include/c++/4.8.2/numeric +usr/include/c++/4.8.2/ostream +usr/include/c++/4.8.2/parallel/algo.h +usr/include/c++/4.8.2/parallel/algobase.h +usr/include/c++/4.8.2/parallel/algorithm +usr/include/c++/4.8.2/parallel/algorithmfwd.h +usr/include/c++/4.8.2/parallel/balanced_quicksort.h +usr/include/c++/4.8.2/parallel/base.h +usr/include/c++/4.8.2/parallel/basic_iterator.h +usr/include/c++/4.8.2/parallel/checkers.h +usr/include/c++/4.8.2/parallel/compatibility.h +usr/include/c++/4.8.2/parallel/compiletime_settings.h +usr/include/c++/4.8.2/parallel/equally_split.h +usr/include/c++/4.8.2/parallel/features.h +usr/include/c++/4.8.2/parallel/find.h +usr/include/c++/4.8.2/parallel/find_selectors.h +usr/include/c++/4.8.2/parallel/for_each.h +usr/include/c++/4.8.2/parallel/for_each_selectors.h +usr/include/c++/4.8.2/parallel/iterator.h +usr/include/c++/4.8.2/parallel/list_partition.h +usr/include/c++/4.8.2/parallel/losertree.h +usr/include/c++/4.8.2/parallel/merge.h +usr/include/c++/4.8.2/parallel/multiseq_selection.h +usr/include/c++/4.8.2/parallel/multiway_merge.h +usr/include/c++/4.8.2/parallel/multiway_mergesort.h +usr/include/c++/4.8.2/parallel/numeric +usr/include/c++/4.8.2/parallel/numericfwd.h +usr/include/c++/4.8.2/parallel/omp_loop.h +usr/include/c++/4.8.2/parallel/omp_loop_static.h +usr/include/c++/4.8.2/parallel/par_loop.h +usr/include/c++/4.8.2/parallel/parallel.h +usr/include/c++/4.8.2/parallel/partial_sum.h +usr/include/c++/4.8.2/parallel/partition.h +usr/include/c++/4.8.2/parallel/queue.h +usr/include/c++/4.8.2/parallel/quicksort.h +usr/include/c++/4.8.2/parallel/random_number.h +usr/include/c++/4.8.2/parallel/random_shuffle.h +usr/include/c++/4.8.2/parallel/search.h +usr/include/c++/4.8.2/parallel/set_operations.h +usr/include/c++/4.8.2/parallel/settings.h +usr/include/c++/4.8.2/parallel/sort.h +usr/include/c++/4.8.2/parallel/tags.h +usr/include/c++/4.8.2/parallel/types.h +usr/include/c++/4.8.2/parallel/unique_copy.h +usr/include/c++/4.8.2/parallel/workstealing.h +usr/include/c++/4.8.2/profile/array +usr/include/c++/4.8.2/profile/base.h +usr/include/c++/4.8.2/profile/bitset +usr/include/c++/4.8.2/profile/deque +usr/include/c++/4.8.2/profile/forward_list +usr/include/c++/4.8.2/profile/impl/profiler.h +usr/include/c++/4.8.2/profile/impl/profiler_algos.h +usr/include/c++/4.8.2/profile/impl/profiler_container_size.h +usr/include/c++/4.8.2/profile/impl/profiler_hash_func.h +usr/include/c++/4.8.2/profile/impl/profiler_hashtable_size.h +usr/include/c++/4.8.2/profile/impl/profiler_list_to_slist.h +usr/include/c++/4.8.2/profile/impl/profiler_list_to_vector.h +usr/include/c++/4.8.2/profile/impl/profiler_map_to_unordered_map.h +usr/include/c++/4.8.2/profile/impl/profiler_node.h +usr/include/c++/4.8.2/profile/impl/profiler_state.h +usr/include/c++/4.8.2/profile/impl/profiler_trace.h +usr/include/c++/4.8.2/profile/impl/profiler_vector_size.h +usr/include/c++/4.8.2/profile/impl/profiler_vector_to_list.h +usr/include/c++/4.8.2/profile/iterator_tracker.h +usr/include/c++/4.8.2/profile/list +usr/include/c++/4.8.2/profile/map +usr/include/c++/4.8.2/profile/map.h +usr/include/c++/4.8.2/profile/multimap.h +usr/include/c++/4.8.2/profile/multiset.h +usr/include/c++/4.8.2/profile/set +usr/include/c++/4.8.2/profile/set.h +usr/include/c++/4.8.2/profile/unordered_base.h +usr/include/c++/4.8.2/profile/unordered_map +usr/include/c++/4.8.2/profile/unordered_set +usr/include/c++/4.8.2/profile/vector +usr/include/c++/4.8.2/queue +usr/include/c++/4.8.2/random +usr/include/c++/4.8.2/ratio +usr/include/c++/4.8.2/regex +usr/include/c++/4.8.2/scoped_allocator +usr/include/c++/4.8.2/set +usr/include/c++/4.8.2/sstream +usr/include/c++/4.8.2/stack +usr/include/c++/4.8.2/stdexcept +usr/include/c++/4.8.2/streambuf +usr/include/c++/4.8.2/string +usr/include/c++/4.8.2/system_error +usr/include/c++/4.8.2/tgmath.h +usr/include/c++/4.8.2/thread +usr/include/c++/4.8.2/tr1/array +usr/include/c++/4.8.2/tr1/bessel_function.tcc +usr/include/c++/4.8.2/tr1/beta_function.tcc +usr/include/c++/4.8.2/tr1/ccomplex +usr/include/c++/4.8.2/tr1/cctype +usr/include/c++/4.8.2/tr1/cfenv +usr/include/c++/4.8.2/tr1/cfloat +usr/include/c++/4.8.2/tr1/cinttypes +usr/include/c++/4.8.2/tr1/climits +usr/include/c++/4.8.2/tr1/cmath +usr/include/c++/4.8.2/tr1/complex +usr/include/c++/4.8.2/tr1/complex.h +usr/include/c++/4.8.2/tr1/cstdarg +usr/include/c++/4.8.2/tr1/cstdbool +usr/include/c++/4.8.2/tr1/cstdint +usr/include/c++/4.8.2/tr1/cstdio +usr/include/c++/4.8.2/tr1/cstdlib +usr/include/c++/4.8.2/tr1/ctgmath +usr/include/c++/4.8.2/tr1/ctime +usr/include/c++/4.8.2/tr1/ctype.h +usr/include/c++/4.8.2/tr1/cwchar +usr/include/c++/4.8.2/tr1/cwctype +usr/include/c++/4.8.2/tr1/ell_integral.tcc +usr/include/c++/4.8.2/tr1/exp_integral.tcc +usr/include/c++/4.8.2/tr1/fenv.h +usr/include/c++/4.8.2/tr1/float.h +usr/include/c++/4.8.2/tr1/functional +usr/include/c++/4.8.2/tr1/functional_hash.h +usr/include/c++/4.8.2/tr1/gamma.tcc +usr/include/c++/4.8.2/tr1/hashtable.h +usr/include/c++/4.8.2/tr1/hashtable_policy.h +usr/include/c++/4.8.2/tr1/hypergeometric.tcc +usr/include/c++/4.8.2/tr1/inttypes.h +usr/include/c++/4.8.2/tr1/legendre_function.tcc +usr/include/c++/4.8.2/tr1/limits.h +usr/include/c++/4.8.2/tr1/math.h +usr/include/c++/4.8.2/tr1/memory +usr/include/c++/4.8.2/tr1/modified_bessel_func.tcc +usr/include/c++/4.8.2/tr1/poly_hermite.tcc +usr/include/c++/4.8.2/tr1/poly_laguerre.tcc +usr/include/c++/4.8.2/tr1/random +usr/include/c++/4.8.2/tr1/random.h +usr/include/c++/4.8.2/tr1/random.tcc +usr/include/c++/4.8.2/tr1/regex +usr/include/c++/4.8.2/tr1/riemann_zeta.tcc +usr/include/c++/4.8.2/tr1/shared_ptr.h +usr/include/c++/4.8.2/tr1/special_function_util.h +usr/include/c++/4.8.2/tr1/stdarg.h +usr/include/c++/4.8.2/tr1/stdbool.h +usr/include/c++/4.8.2/tr1/stdint.h +usr/include/c++/4.8.2/tr1/stdio.h +usr/include/c++/4.8.2/tr1/stdlib.h +usr/include/c++/4.8.2/tr1/tgmath.h +usr/include/c++/4.8.2/tr1/tuple +usr/include/c++/4.8.2/tr1/type_traits +usr/include/c++/4.8.2/tr1/unordered_map +usr/include/c++/4.8.2/tr1/unordered_map.h +usr/include/c++/4.8.2/tr1/unordered_set +usr/include/c++/4.8.2/tr1/unordered_set.h +usr/include/c++/4.8.2/tr1/utility +usr/include/c++/4.8.2/tr1/wchar.h +usr/include/c++/4.8.2/tr1/wctype.h +usr/include/c++/4.8.2/tr2/bool_set +usr/include/c++/4.8.2/tr2/bool_set.tcc +usr/include/c++/4.8.2/tr2/dynamic_bitset +usr/include/c++/4.8.2/tr2/ratio +usr/include/c++/4.8.2/tr2/type_traits +usr/include/c++/4.8.2/tuple +usr/include/c++/4.8.2/type_traits +usr/include/c++/4.8.2/typeindex +usr/include/c++/4.8.2/typeinfo +usr/include/c++/4.8.2/unordered_map +usr/include/c++/4.8.2/unordered_set +usr/include/c++/4.8.2/utility +usr/include/c++/4.8.2/valarray +usr/include/c++/4.8.2/vector +usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/atomic_word.h +usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/basic_file.h +usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/c++allocator.h +usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/c++config.h +usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/c++io.h +usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/c++locale.h +usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/cpu_defines.h +usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/ctype_base.h +usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/ctype_inline.h +usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/cxxabi_tweaks.h +usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/error_constants.h +usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/extc++.h +usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/gthr-default.h +usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/gthr-posix.h +usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/gthr-single.h +usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/gthr.h +usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/messages_members.h +usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/opt_random.h +usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/os_defines.h +usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/stdc++.h +usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/stdtr1c++.h +usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/time_members.h +usr/include/c++/4.8.2/x86_64-redhat-linux/32/ext/opt_random.h +usr/include/c++/4.8.2/x86_64-redhat-linux/bits/atomic_word.h +usr/include/c++/4.8.2/x86_64-redhat-linux/bits/basic_file.h +usr/include/c++/4.8.2/x86_64-redhat-linux/bits/c++allocator.h +usr/include/c++/4.8.2/x86_64-redhat-linux/bits/c++config.h +usr/include/c++/4.8.2/x86_64-redhat-linux/bits/c++io.h +usr/include/c++/4.8.2/x86_64-redhat-linux/bits/c++locale.h +usr/include/c++/4.8.2/x86_64-redhat-linux/bits/cpu_defines.h +usr/include/c++/4.8.2/x86_64-redhat-linux/bits/ctype_base.h +usr/include/c++/4.8.2/x86_64-redhat-linux/bits/ctype_inline.h +usr/include/c++/4.8.2/x86_64-redhat-linux/bits/cxxabi_tweaks.h +usr/include/c++/4.8.2/x86_64-redhat-linux/bits/error_constants.h +usr/include/c++/4.8.2/x86_64-redhat-linux/bits/extc++.h +usr/include/c++/4.8.2/x86_64-redhat-linux/bits/gthr-default.h +usr/include/c++/4.8.2/x86_64-redhat-linux/bits/gthr-posix.h +usr/include/c++/4.8.2/x86_64-redhat-linux/bits/gthr-single.h +usr/include/c++/4.8.2/x86_64-redhat-linux/bits/gthr.h +usr/include/c++/4.8.2/x86_64-redhat-linux/bits/messages_members.h +usr/include/c++/4.8.2/x86_64-redhat-linux/bits/opt_random.h +usr/include/c++/4.8.2/x86_64-redhat-linux/bits/os_defines.h +usr/include/c++/4.8.2/x86_64-redhat-linux/bits/stdc++.h +usr/include/c++/4.8.2/x86_64-redhat-linux/bits/stdtr1c++.h +usr/include/c++/4.8.2/x86_64-redhat-linux/bits/time_members.h +usr/include/c++/4.8.2/x86_64-redhat-linux/ext/opt_random.h +usr/include/c++/4.8.5 +usr/include/complex.h +usr/include/cpio.h +usr/include/cpufreq.h +usr/include/crypt.h +usr/include/ctype.h +usr/include/demangle.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/exynos_drm.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/qxl_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/tegra_drm.h +usr/include/drm/via_drm.h +usr/include/drm/vmwgfx_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-64.h +usr/include/gnu/stubs.h +usr/include/grp.h +usr/include/gshadow.h +usr/include/iconv.h +usr/include/ieee754.h +usr/include/ifaddrs.h +usr/include/inttypes.h +usr/include/langinfo.h +usr/include/lastlog.h +usr/include/libgen.h +usr/include/libiberty.h +usr/include/libintl.h +usr/include/libio.h +usr/include/limits.h +usr/include/link.h +usr/include/linux/a.out.h +usr/include/linux/acct.h +usr/include/linux/adb.h +usr/include/linux/adfs_fs.h +usr/include/linux/affs_hardblocks.h +usr/include/linux/agpgart.h +usr/include/linux/aio_abi.h +usr/include/linux/apm_bios.h +usr/include/linux/arcfb.h +usr/include/linux/atalk.h +usr/include/linux/atm.h +usr/include/linux/atm_eni.h +usr/include/linux/atm_he.h +usr/include/linux/atm_idt77105.h +usr/include/linux/atm_nicstar.h +usr/include/linux/atm_tcp.h +usr/include/linux/atm_zatm.h +usr/include/linux/atmapi.h +usr/include/linux/atmarp.h +usr/include/linux/atmbr2684.h +usr/include/linux/atmclip.h +usr/include/linux/atmdev.h +usr/include/linux/atmioc.h +usr/include/linux/atmlec.h +usr/include/linux/atmmpc.h +usr/include/linux/atmppp.h +usr/include/linux/atmsap.h +usr/include/linux/atmsvc.h +usr/include/linux/audit.h +usr/include/linux/auto_fs.h +usr/include/linux/auto_fs4.h +usr/include/linux/auxvec.h +usr/include/linux/ax25.h +usr/include/linux/b1lli.h +usr/include/linux/baycom.h +usr/include/linux/bfs_fs.h +usr/include/linux/binfmts.h +usr/include/linux/blkpg.h +usr/include/linux/blktrace_api.h +usr/include/linux/bpqether.h +usr/include/linux/bsg.h +usr/include/linux/btrfs.h +usr/include/linux/byteorder/big_endian.h +usr/include/linux/byteorder/little_endian.h +usr/include/linux/caif/caif_socket.h +usr/include/linux/caif/if_caif.h +usr/include/linux/can.h +usr/include/linux/can/bcm.h +usr/include/linux/can/error.h +usr/include/linux/can/gw.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_defs.h +usr/include/linux/cciss_ioctl.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/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/fadvise.h +usr/include/linux/falloc.h +usr/include/linux/fanotify.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/fsl_hypervisor.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/genetlink.h +usr/include/linux/gfs2_ondisk.h +usr/include/linux/gigaset_dev.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/hsi/hsi_char.h +usr/include/linux/hw_breakpoint.h +usr/include/linux/hyperv.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_alg.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_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_team.h +usr/include/linux/if_tun.h +usr/include/linux/if_tunnel.h +usr/include/linux/if_vlan.h +usr/include/linux/if_x25.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-page-flags.h +usr/include/linux/kernel.h +usr/include/linux/kernelcapi.h +usr/include/linux/kexec.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/l2tp.h +usr/include/linux/libc-compat.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/mdio.h +usr/include/linux/media.h +usr/include/linux/mei.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/mmc/ioctl.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_namespace.h +usr/include/linux/net_tstamp.h +usr/include/linux/netconf.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/nf_nat.h +usr/include/linux/netfilter/nf_tables.h +usr/include/linux/netfilter/nf_tables_compat.h +usr/include/linux/netfilter/nfnetlink.h +usr/include/linux/netfilter/nfnetlink_acct.h +usr/include/linux/netfilter/nfnetlink_compat.h +usr/include/linux/netfilter/nfnetlink_conntrack.h +usr/include/linux/netfilter/nfnetlink_cthelper.h +usr/include/linux/netfilter/nfnetlink_cttimeout.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_CT.h +usr/include/linux/netfilter/xt_DSCP.h +usr/include/linux/netfilter/xt_HMARK.h +usr/include/linux/netfilter/xt_IDLETIMER.h +usr/include/linux/netfilter/xt_LED.h +usr/include/linux/netfilter/xt_LOG.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_TEE.h +usr/include/linux/netfilter/xt_TPROXY.h +usr/include/linux/netfilter/xt_addrtype.h +usr/include/linux/netfilter/xt_bpf.h +usr/include/linux/netfilter/xt_cgroup.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_connlabel.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_cpu.h +usr/include/linux/netfilter/xt_dccp.h +usr/include/linux/netfilter/xt_devgroup.h +usr/include/linux/netfilter/xt_dscp.h +usr/include/linux/netfilter/xt_ecn.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_ipvs.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_nfacct.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_rpfilter.h +usr/include/linux/netfilter/xt_sctp.h +usr/include/linux/netfilter/xt_set.h +usr/include/linux/netfilter/xt_socket.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_ip6.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_nflog.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_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_TTL.h +usr/include/linux/netfilter_ipv4/ipt_ULOG.h +usr/include/linux/netfilter_ipv4/ipt_ah.h +usr/include/linux/netfilter_ipv4/ipt_ecn.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_NPT.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/netlink_diag.h +usr/include/linux/netrom.h +usr/include/linux/nfc.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/cld.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/nl80211.h +usr/include/linux/nubus.h +usr/include/linux/nvme.h +usr/include/linux/nvram.h +usr/include/linux/omap3isp.h +usr/include/linux/omapfb.h +usr/include/linux/oom.h +usr/include/linux/openvswitch.h +usr/include/linux/packet_diag.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-ioctl.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/rds.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/sctp.h +usr/include/linux/sdla.h +usr/include/linux/seccomp.h +usr/include/linux/securebits.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/snmp.h +usr/include/linux/sock_diag.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/sysinfo.h +usr/include/linux/taskstats.h +usr/include/linux/tc_act/tc_csum.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/tcp_metrics.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/tty_flags.h +usr/include/linux/types.h +usr/include/linux/udf_fs_i.h +usr/include/linux/udp.h +usr/include/linux/uhid.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/unix_diag.h +usr/include/linux/usb/audio.h +usr/include/linux/usb/cdc.h +usr/include/linux/usb/ch11.h +usr/include/linux/usb/ch9.h +usr/include/linux/usb/functionfs.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/video.h +usr/include/linux/usbdevice_fs.h +usr/include/linux/userfaultfd.h +usr/include/linux/utime.h +usr/include/linux/utsname.h +usr/include/linux/uuid.h +usr/include/linux/uvcvideo.h +usr/include/linux/v4l2-common.h +usr/include/linux/v4l2-controls.h +usr/include/linux/v4l2-dv-timings.h +usr/include/linux/v4l2-mediabus.h +usr/include/linux/v4l2-subdev.h +usr/include/linux/version.h +usr/include/linux/veth.h +usr/include/linux/vfio.h +usr/include/linux/vhost.h +usr/include/linux/videodev2.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_input.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/virtio_scsi.h +usr/include/linux/virtio_types.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/misc/cxl.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/plugin-api.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/fc/fc_els.h +usr/include/scsi/fc/fc_fs.h +usr/include/scsi/fc/fc_gs.h +usr/include/scsi/fc/fc_ns.h +usr/include/scsi/scsi.h +usr/include/scsi/scsi_bsg_fc.h +usr/include/scsi/scsi_ioctl.h +usr/include/scsi/scsi_netlink.h +usr/include/scsi/scsi_netlink_fc.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/compress_offload.h +usr/include/sound/compress_params.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/spawn.h +usr/include/stab.h +usr/include/stdc-predef.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/auxv.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/fanotify.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/uchar.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/xen/privcmd.h +usr/include/xlocale.h +usr/lib/Mcrt1.o +usr/lib/Scrt1.o +usr/lib/cpp +usr/lib/crt1.o +usr/lib/crti.o +usr/lib/crtn.o +usr/lib/gcc/i686-redhat-linux/4.8.2/libstdc++.so +usr/lib/gcc/i686-redhat-linux/4.8.5 +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/crtbegin.o +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/crtbeginS.o +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/crtbeginT.o +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/crtend.o +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/crtendS.o +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/crtfastmath.o +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/crtprec32.o +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/crtprec64.o +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/crtprec80.o +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libasan.a +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libasan.so +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libasan_preinit.o +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libatomic.a +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libatomic.so +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libcaf_single.a +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libgcc.a +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libgcc_eh.a +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libgcc_s.so +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libgcov.a +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libgfortran.a +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libgfortran.so +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libgfortranbegin.a +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libgomp.a +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libgomp.so +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libitm.a +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libitm.so +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libmudflap.a +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libmudflap.so +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libmudflapth.a +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libmudflapth.so +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libquadmath.a +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libquadmath.so +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libstdc++.a +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libstdc++.so +usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libsupc++.a +usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtbegin.o +usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtbeginS.o +usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtbeginT.o +usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtend.o +usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtendS.o +usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtfastmath.o +usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtprec32.o +usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtprec64.o +usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtprec80.o +usr/lib/gcc/x86_64-redhat-linux/4.8.2/finclude/omp_lib.f90 +usr/lib/gcc/x86_64-redhat-linux/4.8.2/finclude/omp_lib.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/finclude/omp_lib.mod +usr/lib/gcc/x86_64-redhat-linux/4.8.2/finclude/omp_lib_kinds.mod +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/adxintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/ammintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/avx2intrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/avxintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bmi2intrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bmiintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bmmintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/cpuid.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/cross-stdarg.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/emmintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/f16cintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/float.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/fma4intrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/fmaintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/fxsrintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/ia32intrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/immintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/iso646.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/limits.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/lwpintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/lzcntintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/mm3dnow.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/mm_malloc.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/mmintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/nmmintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/omp.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/pmmintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/popcntintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/prfchwintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/rdseedintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/rtmintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/smmintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdalign.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdarg.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdbool.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdfix.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint-gcc.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdnoreturn.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/syslimits.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/tbmintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/tmmintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/unwind.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/varargs.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/wmmintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/x86intrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/xmmintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/xopintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/xsaveintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/xsaveoptintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/xtestintrin.h +usr/lib/gcc/x86_64-redhat-linux/4.8.2/libasan.so +usr/lib/gcc/x86_64-redhat-linux/4.8.2/libasan_preinit.o +usr/lib/gcc/x86_64-redhat-linux/4.8.2/libatomic.so +usr/lib/gcc/x86_64-redhat-linux/4.8.2/libcaf_single.a +usr/lib/gcc/x86_64-redhat-linux/4.8.2/libcloog-isl.so.4 +usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a +usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc_eh.a +usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc_s.so +usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcov.a +usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgfortran.so +usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgfortran.spec +usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgfortranbegin.a +usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgomp.a +usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgomp.so +usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgomp.spec +usr/lib/gcc/x86_64-redhat-linux/4.8.2/libitm.spec +usr/lib/gcc/x86_64-redhat-linux/4.8.2/libstdc++.so +usr/lib/gcc/x86_64-redhat-linux/4.8.2/libtsan.so +usr/lib/gcc/x86_64-redhat-linux/4.8.2/rpmver +usr/lib/gcc/x86_64-redhat-linux/4.8.5 +usr/lib/gcrt1.o +usr/lib/libBrokenLocale.so +usr/lib/libanl.so +usr/lib/libbfd.a +usr/lib/libbfd.so +usr/lib/libbsd-compat.a +usr/lib/libbsd.a +usr/lib/libc.so +usr/lib/libc_nonshared.a +usr/lib/libcidn.so +usr/lib/libcrypt.so +usr/lib/libdl.so +usr/lib/libg.a +usr/lib/libgomp.so.1 +usr/lib/libgomp.so.1.0.0 +usr/lib/libiberty.a +usr/lib/libieee.a +usr/lib/libm.so +usr/lib/libmcheck.a +usr/lib/libnsl.so +usr/lib/libnss_compat.so +usr/lib/libnss_db.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.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/lib64/Mcrt1.o +usr/lib64/Scrt1.o +usr/lib64/crt1.o +usr/lib64/crti.o +usr/lib64/crtn.o +usr/lib64/gcrt1.o +usr/lib64/libBrokenLocale.so +usr/lib64/libanl.so +usr/lib64/libbfd-2.23.52.0.1-55.el7.so +usr/lib64/libbfd.a +usr/lib64/libbfd.so +usr/lib64/libbsd-compat.a +usr/lib64/libbsd.a +usr/lib64/libc.so +usr/lib64/libc_nonshared.a +usr/lib64/libcidn.so +usr/lib64/libcrypt.so +usr/lib64/libdl.so +usr/lib64/libg.a +usr/lib64/libgomp.so.1 +usr/lib64/libgomp.so.1.0.0 +usr/lib64/libiberty.a +usr/lib64/libieee.a +usr/lib64/libm.so +usr/lib64/libmcheck.a +usr/lib64/libmpfr.so.4 +usr/lib64/libmpfr.so.4.1.1 +usr/lib64/libnsl.so +usr/lib64/libnss_compat.so +usr/lib64/libnss_db.so +usr/lib64/libnss_dns.so +usr/lib64/libnss_files.so +usr/lib64/libnss_hesiod.so +usr/lib64/libnss_nis.so +usr/lib64/libnss_nisplus.so +usr/lib64/libopcodes-2.23.52.0.1-55.el7.so +usr/lib64/libopcodes.a +usr/lib64/libopcodes.so +usr/lib64/libpthread.so +usr/lib64/libpthread_nonshared.a +usr/lib64/libresolv.so +usr/lib64/librpcsvc.a +usr/lib64/librt.so +usr/lib64/libthread_db.so +usr/lib64/libutil.so +usr/libexec/gcc/x86_64-redhat-linux/4.8.2/cc1 +usr/libexec/gcc/x86_64-redhat-linux/4.8.2/cc1plus +usr/libexec/gcc/x86_64-redhat-linux/4.8.2/collect2 +usr/libexec/gcc/x86_64-redhat-linux/4.8.2/f951 +usr/libexec/gcc/x86_64-redhat-linux/4.8.2/liblto_plugin.so +usr/libexec/gcc/x86_64-redhat-linux/4.8.2/liblto_plugin.so.0 +usr/libexec/gcc/x86_64-redhat-linux/4.8.2/liblto_plugin.so.0.0.0 +usr/libexec/gcc/x86_64-redhat-linux/4.8.2/lto-wrapper +usr/libexec/gcc/x86_64-redhat-linux/4.8.2/lto1 +usr/libexec/gcc/x86_64-redhat-linux/4.8.5 +usr/libexec/getconf/default +%%PORTDOCS%%usr/share/doc/binutils-2.23.52.0.1/README +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/COPYING +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/COPYING.LIB +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/COPYING.RUNTIME +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/COPYING3 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/COPYING3.LIB +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-1997.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-1998.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-1999.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2000.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2001.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2002.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2003.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2004.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2005.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2006.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2007.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2008.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2009.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2010.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2011.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2012.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.dataflow.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.graphite.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.lib.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.ptr.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.tree-ssa.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.tuples.bz2 +%%PORTDOCS%%usr/share/doc/gcc-4.8.5/README.Portability +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1993.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1994.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1995.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1996.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1997.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1998.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1999.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2000.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2001.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2002.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2003.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2004.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2005.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2006.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2007.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2008.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2009.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2010.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2011.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2012.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog.ptr.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog.tree-ssa.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2002.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2002.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2003.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2003.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2004.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2004.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2005.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2005.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2006.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2006.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2007.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2007.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2008.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2008.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2009.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2009.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2010.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2010.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2011.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2011.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2012.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2012.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog.ptr.bz2 +%%PORTDOCS%%usr/share/doc/libgomp-4.8.5/ChangeLog.bz2 +%%PORTDOCS%%usr/share/doc/libgomp-4.8.5/ChangeLog.graphite.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-1998.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-1999.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2000.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2001.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2002.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2003.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2004.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2005.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2006.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2007.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2008.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2009.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2010.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2011.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2012.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/README +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/COPYING +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/COPYING.LESSER +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/NEWS +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/README +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/AUTHORS +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/BUGS +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/COPYING +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/COPYING.LESSER +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/FAQ.html +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/NEWS +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/TODO +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/examples/ReadMe +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/examples/divworst.c +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/examples/rndo-add.c +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/examples/sample.c +%%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/examples/version.c +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/gccgo.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-12.gz +usr/share/info/libc.info-13.gz +usr/share/info/libc.info-14.gz +usr/share/info/libc.info-2.gz +usr/share/info/libc.info-3.gz +usr/share/info/libc.info-4.gz +usr/share/info/libc.info-5.gz +usr/share/info/libc.info-6.gz +usr/share/info/libc.info-7.gz +usr/share/info/libc.info-8.gz +usr/share/info/libc.info-9.gz +usr/share/info/libc.info.gz +usr/share/info/libgomp.info.gz +usr/share/info/standards.info.gz +usr/share/locale/be/LC_MESSAGES/cpplib.mo +usr/share/locale/be/LC_MESSAGES/gcc.mo +usr/share/locale/bg/LC_MESSAGES/binutils.mo +usr/share/locale/bg/LC_MESSAGES/gprof.mo +usr/share/locale/bg/LC_MESSAGES/ld.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/eo/LC_MESSAGES/cpplib.mo +usr/share/locale/eo/LC_MESSAGES/gprof.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/gold.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/cpplib.mo +usr/share/locale/fi/LC_MESSAGES/gas.mo +usr/share/locale/fi/LC_MESSAGES/gcc.mo +usr/share/locale/fi/LC_MESSAGES/gold.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/hr/LC_MESSAGES/binutils.mo +usr/share/locale/hr/LC_MESSAGES/gcc.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/gold.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/it/LC_MESSAGES/binutils.mo +usr/share/locale/it/LC_MESSAGES/gold.mo +usr/share/locale/it/LC_MESSAGES/gprof.mo +usr/share/locale/it/LC_MESSAGES/ld.mo +usr/share/locale/it/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/gas.mo +usr/share/locale/ja/LC_MESSAGES/gcc.mo +usr/share/locale/ja/LC_MESSAGES/gprof.mo +usr/share/locale/ja/LC_MESSAGES/ld.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/cpplib.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/cpplib.mo +usr/share/locale/ru/LC_MESSAGES/gas.mo +usr/share/locale/ru/LC_MESSAGES/gcc.mo +usr/share/locale/ru/LC_MESSAGES/gprof.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/cpplib.mo +usr/share/locale/sr/LC_MESSAGES/gcc.mo +usr/share/locale/sr/LC_MESSAGES/gprof.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/bfd.mo +usr/share/locale/uk/LC_MESSAGES/binutils.mo +usr/share/locale/uk/LC_MESSAGES/cpplib.mo +usr/share/locale/uk/LC_MESSAGES/gprof.mo +usr/share/locale/uk/LC_MESSAGES/ld.mo +usr/share/locale/uk/LC_MESSAGES/opcodes.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/gcc.mo +usr/share/locale/vi/LC_MESSAGES/gold.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/elfedit.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/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 +@dir usr/include/uapi Property changes on: head/devel/linux-c7-devtools/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-libgfortran/Makefile =================================================================== --- head/devel/linux-c7-libgfortran/Makefile (nonexistent) +++ head/devel/linux-c7-libgfortran/Makefile (revision 424259) @@ -0,0 +1,20 @@ +# Created by: Piotr Kubaj Property changes on: head/devel/linux-c7-libgfortran/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-c7-libgfortran/distinfo.i386 =================================================================== --- head/devel/linux-c7-libgfortran/distinfo.i386 (nonexistent) +++ head/devel/linux-c7-libgfortran/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473705228 +SHA256 (rpm/centos/7.2.1511/i386/libgfortran-4.8.5-4.el7.i686.rpm) = 1f223c29309bff3ebc46c5934debd562c86dbbc399f666afa00f3eee8ff94026 +SIZE (rpm/centos/7.2.1511/i386/libgfortran-4.8.5-4.el7.i686.rpm) = 286328 +SHA256 (rpm/centos/7.2.1511/i386/gcc-4.8.5-4.el7.src.rpm) = f80ad041826e30464a5cfa5026c6a3181f1618a65418ae5f77ad8026c9a330fd +SIZE (rpm/centos/7.2.1511/i386/gcc-4.8.5-4.el7.src.rpm) = 78951068 Property changes on: head/devel/linux-c7-libgfortran/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-c7-libgfortran/distinfo.x86_64 =================================================================== --- head/devel/linux-c7-libgfortran/distinfo.x86_64 (nonexistent) +++ head/devel/linux-c7-libgfortran/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473705217 +SHA256 (rpm/centos/7.2.1511/x86_64/libgfortran-4.8.5-4.el7.i686.rpm) = 1f223c29309bff3ebc46c5934debd562c86dbbc399f666afa00f3eee8ff94026 +SIZE (rpm/centos/7.2.1511/x86_64/libgfortran-4.8.5-4.el7.i686.rpm) = 286328 +SHA256 (rpm/centos/7.2.1511/x86_64/libgfortran-4.8.5-4.el7.x86_64.rpm) = 3da0847f389a9a5113b5f705dae90f377a2a45d492b02c6d6c2ba670364f6ea3 +SIZE (rpm/centos/7.2.1511/x86_64/libgfortran-4.8.5-4.el7.x86_64.rpm) = 299964 +SHA256 (rpm/centos/7.2.1511/x86_64/gcc-4.8.5-4.el7.src.rpm) = f80ad041826e30464a5cfa5026c6a3181f1618a65418ae5f77ad8026c9a330fd +SIZE (rpm/centos/7.2.1511/x86_64/gcc-4.8.5-4.el7.src.rpm) = 78951068 Property changes on: head/devel/linux-c7-libgfortran/distinfo.x86_64 ___________________________________________________________________ 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-c7-libgfortran/pkg-plist.i386 =================================================================== --- head/devel/linux-c7-libgfortran/pkg-plist.i386 (nonexistent) +++ head/devel/linux-c7-libgfortran/pkg-plist.i386 (revision 424259) @@ -0,0 +1,2 @@ +usr/lib/libgfortran.so.3.0.0 +usr/lib/libgfortran.so.3 Property changes on: head/devel/linux-c7-libgfortran/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c7-libgfortran/pkg-plist.x86_64 =================================================================== --- head/devel/linux-c7-libgfortran/pkg-plist.x86_64 (nonexistent) +++ head/devel/linux-c7-libgfortran/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,4 @@ +usr/lib/libgfortran.so.3.0.0 +usr/lib/libgfortran.so.3 +usr/lib64/libgfortran.so.3.0.0 +usr/lib64/libgfortran.so.3 Property changes on: head/devel/linux-c7-libgfortran/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-libgfortran/pkg-descr =================================================================== --- head/devel/linux-c7-libgfortran/pkg-descr (nonexistent) +++ head/devel/linux-c7-libgfortran/pkg-descr (revision 424259) @@ -0,0 +1,3 @@ +Necessary gfortran libs for Linux. + +WWW: http://www.centos.org Property changes on: head/devel/linux-c7-libgfortran/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-c7-libglade2/Makefile =================================================================== --- head/devel/linux-c7-libglade2/Makefile (nonexistent) +++ head/devel/linux-c7-libglade2/Makefile (revision 424259) @@ -0,0 +1,24 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= libglade2 +PORTVERSION= 2.6.4 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= RPM of libglade2 (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= LGPL20+ +LICENSE_FILE= ${WRKSRC}/usr/share/doc/${PORTNAME}-${PORTVERSION}/COPYING + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 11.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +PORTDOCS= AUTHORS COPYING NEWS README +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/devel/linux-c7-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-c7-libglade2/distinfo.i386 =================================================================== --- head/devel/linux-c7-libglade2/distinfo.i386 (nonexistent) +++ head/devel/linux-c7-libglade2/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355800 +SHA256 (rpm/centos/7.2.1511/i386/libglade2-2.6.4-11.el7.i686.rpm) = 6b27c79eb71ab0acff2ea196b539796afd9a094706e97b310aeb1b5fd61f9b4b +SIZE (rpm/centos/7.2.1511/i386/libglade2-2.6.4-11.el7.i686.rpm) = 64660 +SHA256 (rpm/centos/7.2.1511/i386/libglade2-2.6.4-11.el7.src.rpm) = e4fc316a6d042457bd7210bda0dca3ee5106abaa51ba0d0baebe5c316fffd3bb +SIZE (rpm/centos/7.2.1511/i386/libglade2-2.6.4-11.el7.src.rpm) = 372187 Property changes on: head/devel/linux-c7-libglade2/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-c7-libglade2/distinfo.x86_64 =================================================================== --- head/devel/linux-c7-libglade2/distinfo.x86_64 (nonexistent) +++ head/devel/linux-c7-libglade2/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674642 +SHA256 (rpm/centos/7.2.1511/x86_64/libglade2-2.6.4-11.el7.i686.rpm) = 6b27c79eb71ab0acff2ea196b539796afd9a094706e97b310aeb1b5fd61f9b4b +SIZE (rpm/centos/7.2.1511/x86_64/libglade2-2.6.4-11.el7.i686.rpm) = 64660 +SHA256 (rpm/centos/7.2.1511/x86_64/libglade2-2.6.4-11.el7.x86_64.rpm) = 3234362d598b7fe5021fda23e88ebc0ec949030fb3b0e900caad19d8e538567d +SIZE (rpm/centos/7.2.1511/x86_64/libglade2-2.6.4-11.el7.x86_64.rpm) = 65368 +SHA256 (rpm/centos/7.2.1511/x86_64/libglade2-2.6.4-11.el7.src.rpm) = e4fc316a6d042457bd7210bda0dca3ee5106abaa51ba0d0baebe5c316fffd3bb +SIZE (rpm/centos/7.2.1511/x86_64/libglade2-2.6.4-11.el7.src.rpm) = 372187 Property changes on: head/devel/linux-c7-libglade2/distinfo.x86_64 ___________________________________________________________________ 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-c7-libglade2/pkg-plist.i386 =================================================================== --- head/devel/linux-c7-libglade2/pkg-plist.i386 (nonexistent) +++ head/devel/linux-c7-libglade2/pkg-plist.i386 (revision 424259) @@ -0,0 +1,4 @@ +usr/lib/libglade-2.0.so.0 +usr/lib/libglade-2.0.so.0.0.7 +usr/share/xml/libglade/glade-2.0.dtd +@dir usr/lib/libglade/2.0 Property changes on: head/devel/linux-c7-libglade2/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c7-libglade2/pkg-plist.x86_64 =================================================================== --- head/devel/linux-c7-libglade2/pkg-plist.x86_64 (nonexistent) +++ head/devel/linux-c7-libglade2/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +usr/lib/libglade-2.0.so.0 +usr/lib/libglade-2.0.so.0.0.7 +usr/lib64/libglade-2.0.so.0 +usr/lib64/libglade-2.0.so.0.0.7 +usr/share/xml/libglade/glade-2.0.dtd +@dir usr/lib/libglade/2.0 +@dir usr/lib64/libglade/2.0 Property changes on: head/devel/linux-c7-libglade2/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-libpciaccess/Makefile =================================================================== --- head/devel/linux-c7-libpciaccess/Makefile (nonexistent) +++ head/devel/linux-c7-libpciaccess/Makefile (revision 424259) @@ -0,0 +1,22 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= libpciaccess +PORTVERSION= 0.13.4 +CATEGORIES= devel + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Generic PCI access library (CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-c6-${PORTNAME}-[0-9]* + +# LICENSE= Various GNU + +RPMVERSION= 2.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/devel/linux-c7-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-c7-libpciaccess/distinfo.i386 =================================================================== --- head/devel/linux-c7-libpciaccess/distinfo.i386 (nonexistent) +++ head/devel/linux-c7-libpciaccess/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355799 +SHA256 (rpm/centos/7.2.1511/i386/libpciaccess-0.13.4-2.el7.i686.rpm) = afa348924bd7ffef9dcecb21542ee8be60f1a87603c704ce522a818f084d4a85 +SIZE (rpm/centos/7.2.1511/i386/libpciaccess-0.13.4-2.el7.i686.rpm) = 27776 +SHA256 (rpm/centos/7.2.1511/i386/libpciaccess-0.13.4-2.el7.src.rpm) = 3d1dff9609e6f4351addfacf94a46556ec334e150d33001f57aeb7c9cd69c63c +SIZE (rpm/centos/7.2.1511/i386/libpciaccess-0.13.4-2.el7.src.rpm) = 385322 Property changes on: head/devel/linux-c7-libpciaccess/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-c7-libpciaccess/distinfo.x86_64 =================================================================== --- head/devel/linux-c7-libpciaccess/distinfo.x86_64 (nonexistent) +++ head/devel/linux-c7-libpciaccess/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674640 +SHA256 (rpm/centos/7.2.1511/x86_64/libpciaccess-0.13.4-2.el7.i686.rpm) = afa348924bd7ffef9dcecb21542ee8be60f1a87603c704ce522a818f084d4a85 +SIZE (rpm/centos/7.2.1511/x86_64/libpciaccess-0.13.4-2.el7.i686.rpm) = 27776 +SHA256 (rpm/centos/7.2.1511/x86_64/libpciaccess-0.13.4-2.el7.x86_64.rpm) = 71d1c07ffd19e30df4c9c0eff0825f80a4dc257168556de4e7099bc7d9367785 +SIZE (rpm/centos/7.2.1511/x86_64/libpciaccess-0.13.4-2.el7.x86_64.rpm) = 26232 +SHA256 (rpm/centos/7.2.1511/x86_64/libpciaccess-0.13.4-2.el7.src.rpm) = 3d1dff9609e6f4351addfacf94a46556ec334e150d33001f57aeb7c9cd69c63c +SIZE (rpm/centos/7.2.1511/x86_64/libpciaccess-0.13.4-2.el7.src.rpm) = 385322 Property changes on: head/devel/linux-c7-libpciaccess/distinfo.x86_64 ___________________________________________________________________ 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-c7-libpciaccess/pkg-plist.i386 =================================================================== --- head/devel/linux-c7-libpciaccess/pkg-plist.i386 (nonexistent) +++ head/devel/linux-c7-libpciaccess/pkg-plist.i386 (revision 424259) @@ -0,0 +1,4 @@ +usr/lib/libpciaccess.so.0 +usr/lib/libpciaccess.so.0.11.1 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING Property changes on: head/devel/linux-c7-libpciaccess/pkg-plist.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-c7-libpciaccess/pkg-plist.x86_64 =================================================================== --- head/devel/linux-c7-libpciaccess/pkg-plist.x86_64 (nonexistent) +++ head/devel/linux-c7-libpciaccess/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,6 @@ +usr/lib/libpciaccess.so.0 +usr/lib/libpciaccess.so.0.11.1 +usr/lib64/libpciaccess.so.0 +usr/lib64/libpciaccess.so.0.11.1 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING Property changes on: head/devel/linux-c7-libpciaccess/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-libsigc++20/Makefile =================================================================== --- head/devel/linux-c7-libsigc++20/Makefile (nonexistent) +++ head/devel/linux-c7-libsigc++20/Makefile (revision 424259) @@ -0,0 +1,21 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= libsigc++20 +PORTVERSION= 2.3.1 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Callback Framework for C++(Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-libsigc++20-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 4.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/devel/linux-c7-libsigc++20/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c7-libsigc++20/distinfo.i386 =================================================================== --- head/devel/linux-c7-libsigc++20/distinfo.i386 (nonexistent) +++ head/devel/linux-c7-libsigc++20/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355792 +SHA256 (rpm/centos/7.2.1511/i386/libsigc++20-2.3.1-4.el7.i686.rpm) = 3136ed6109d2dfe5f2f3c10e83586f3f2999e7083546fefec800b5c8e667cdd8 +SIZE (rpm/centos/7.2.1511/i386/libsigc++20-2.3.1-4.el7.i686.rpm) = 61024 +SHA256 (rpm/centos/7.2.1511/i386/libsigc++20-2.3.1-4.el7.src.rpm) = ca13e5a97d402ebf94522e39f87d878bf655aaa65dc744397988447eea055d14 +SIZE (rpm/centos/7.2.1511/i386/libsigc++20-2.3.1-4.el7.src.rpm) = 3471231 Property changes on: head/devel/linux-c7-libsigc++20/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-c7-libsigc++20/distinfo.x86_64 =================================================================== --- head/devel/linux-c7-libsigc++20/distinfo.x86_64 (nonexistent) +++ head/devel/linux-c7-libsigc++20/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674635 +SHA256 (rpm/centos/7.2.1511/x86_64/libsigc++20-2.3.1-4.el7.i686.rpm) = 3136ed6109d2dfe5f2f3c10e83586f3f2999e7083546fefec800b5c8e667cdd8 +SIZE (rpm/centos/7.2.1511/x86_64/libsigc++20-2.3.1-4.el7.i686.rpm) = 61024 +SHA256 (rpm/centos/7.2.1511/x86_64/libsigc++20-2.3.1-4.el7.x86_64.rpm) = 14ca5f0a5a4bcefa87d4538c693fd79761da5d80b8c402800328b644cab5190d +SIZE (rpm/centos/7.2.1511/x86_64/libsigc++20-2.3.1-4.el7.x86_64.rpm) = 60644 +SHA256 (rpm/centos/7.2.1511/x86_64/libsigc++20-2.3.1-4.el7.src.rpm) = ca13e5a97d402ebf94522e39f87d878bf655aaa65dc744397988447eea055d14 +SIZE (rpm/centos/7.2.1511/x86_64/libsigc++20-2.3.1-4.el7.src.rpm) = 3471231 Property changes on: head/devel/linux-c7-libsigc++20/distinfo.x86_64 ___________________________________________________________________ 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-c7-libsigc++20/pkg-plist.i386 =================================================================== --- head/devel/linux-c7-libsigc++20/pkg-plist.i386 (nonexistent) +++ head/devel/linux-c7-libsigc++20/pkg-plist.i386 (revision 424259) @@ -0,0 +1,2 @@ +usr/lib/libsigc-2.0.so.0 +usr/lib/libsigc-2.0.so.0.0.0 Property changes on: head/devel/linux-c7-libsigc++20/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c7-libsigc++20/pkg-plist.x86_64 =================================================================== --- head/devel/linux-c7-libsigc++20/pkg-plist.x86_64 (nonexistent) +++ head/devel/linux-c7-libsigc++20/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,4 @@ +usr/lib/libsigc-2.0.so.0 +usr/lib/libsigc-2.0.so.0.0.0 +usr/lib64/libsigc-2.0.so.0 +usr/lib64/libsigc-2.0.so.0.0.0 Property changes on: head/devel/linux-c7-libsigc++20/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-libthai/Makefile =================================================================== --- head/devel/linux-c7-libthai/Makefile (nonexistent) +++ head/devel/linux-c7-libthai/Makefile (revision 424259) @@ -0,0 +1,20 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= libthai +PORTVERSION= 0.1.14 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Thai language support library (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 9.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/devel/linux-c7-libthai/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-c7-libthai/distinfo.i386 =================================================================== --- head/devel/linux-c7-libthai/distinfo.i386 (nonexistent) +++ head/devel/linux-c7-libthai/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355837 +SHA256 (rpm/centos/7.2.1511/i386/libthai-0.1.14-9.el7.i686.rpm) = a6b87ad56b74fa7674933190697d39535e0dc6e0270af02875c7d683fc0cd8ad +SIZE (rpm/centos/7.2.1511/i386/libthai-0.1.14-9.el7.i686.rpm) = 192076 +SHA256 (rpm/centos/7.2.1511/i386/libthai-0.1.14-9.el7.src.rpm) = d6dafbff82e2f2361ac15302a01d232f4f349eab41d9520b0d0d990ffab627fe +SIZE (rpm/centos/7.2.1511/i386/libthai-0.1.14-9.el7.src.rpm) = 871367 Property changes on: head/devel/linux-c7-libthai/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-c7-libthai/distinfo.x86_64 =================================================================== --- head/devel/linux-c7-libthai/distinfo.x86_64 (nonexistent) +++ head/devel/linux-c7-libthai/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674793 +SHA256 (rpm/centos/7.2.1511/x86_64/libthai-0.1.14-9.el7.i686.rpm) = a6b87ad56b74fa7674933190697d39535e0dc6e0270af02875c7d683fc0cd8ad +SIZE (rpm/centos/7.2.1511/x86_64/libthai-0.1.14-9.el7.i686.rpm) = 192076 +SHA256 (rpm/centos/7.2.1511/x86_64/libthai-0.1.14-9.el7.x86_64.rpm) = 2453d1e627c5e55924bbf902a9cf59720f5cac9fc0c765cac2d7634835f62f03 +SIZE (rpm/centos/7.2.1511/x86_64/libthai-0.1.14-9.el7.x86_64.rpm) = 190988 +SHA256 (rpm/centos/7.2.1511/x86_64/libthai-0.1.14-9.el7.src.rpm) = d6dafbff82e2f2361ac15302a01d232f4f349eab41d9520b0d0d990ffab627fe +SIZE (rpm/centos/7.2.1511/x86_64/libthai-0.1.14-9.el7.src.rpm) = 871367 Property changes on: head/devel/linux-c7-libthai/distinfo.x86_64 ___________________________________________________________________ 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-c7-libthai/pkg-plist.i386 =================================================================== --- head/devel/linux-c7-libthai/pkg-plist.i386 (nonexistent) +++ head/devel/linux-c7-libthai/pkg-plist.i386 (revision 424259) @@ -0,0 +1,8 @@ +usr/lib/libthai.so.0 +usr/lib/libthai.so.0.1.6 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%DATADIR%%/thbrk.tri Property changes on: head/devel/linux-c7-libthai/pkg-plist.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-c7-libthai/pkg-plist.x86_64 =================================================================== --- head/devel/linux-c7-libthai/pkg-plist.x86_64 (nonexistent) +++ head/devel/linux-c7-libthai/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,10 @@ +usr/lib/libthai.so.0 +usr/lib/libthai.so.0.1.6 +usr/lib64/libthai.so.0 +usr/lib64/libthai.so.0.1.6 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%DATADIR%%/thbrk.tri Property changes on: head/devel/linux-c7-libthai/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-ncurses-base/Makefile =================================================================== --- head/devel/linux-c7-ncurses-base/Makefile (nonexistent) +++ head/devel/linux-c7-ncurses-base/Makefile (revision 424259) @@ -0,0 +1,20 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= ncurses-base +PORTVERSION= 5.9 +CATEGORIES= devel linux +SRC_DISTFILES= ncurses-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Terminfo database required by Linux ncurses programs + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 13.20130511.el7 +USES= linux:c7 +USE_LINUX_RPM= noarch + +DESCR= ${.CURDIR}/../ncurses/pkg-descr + +.include Property changes on: head/devel/linux-c7-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-c7-ncurses-base/distinfo.i386 =================================================================== --- head/devel/linux-c7-ncurses-base/distinfo.i386 (nonexistent) +++ head/devel/linux-c7-ncurses-base/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473408321 +SHA256 (rpm/centos/7.2.1511/i386/ncurses-base-5.9-13.20130511.el7.noarch.rpm) = 7fe2d59101e4c115e1213aacf190ee9cb929fc4dcc6366ffb22dd08975f5625a +SIZE (rpm/centos/7.2.1511/i386/ncurses-base-5.9-13.20130511.el7.noarch.rpm) = 69844 +SHA256 (rpm/centos/7.2.1511/i386/ncurses-5.9-13.20130511.el7.src.rpm) = 563ee995fab10d5257ff12c90b50880c48934ef211e8a74fc6f6db3d7a12d4af +SIZE (rpm/centos/7.2.1511/i386/ncurses-5.9-13.20130511.el7.src.rpm) = 3940100 Property changes on: head/devel/linux-c7-ncurses-base/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-c7-ncurses-base/distinfo.x86_64 =================================================================== --- head/devel/linux-c7-ncurses-base/distinfo.x86_64 (nonexistent) +++ head/devel/linux-c7-ncurses-base/distinfo.x86_64 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473674791 +SHA256 (rpm/centos/7.2.1511/x86_64/ncurses-base-5.9-13.20130511.el7.noarch.rpm) = 7fe2d59101e4c115e1213aacf190ee9cb929fc4dcc6366ffb22dd08975f5625a +SIZE (rpm/centos/7.2.1511/x86_64/ncurses-base-5.9-13.20130511.el7.noarch.rpm) = 69844 +SHA256 (rpm/centos/7.2.1511/x86_64/ncurses-5.9-13.20130511.el7.src.rpm) = 563ee995fab10d5257ff12c90b50880c48934ef211e8a74fc6f6db3d7a12d4af +SIZE (rpm/centos/7.2.1511/x86_64/ncurses-5.9-13.20130511.el7.src.rpm) = 3940100 Property changes on: head/devel/linux-c7-ncurses-base/distinfo.x86_64 ___________________________________________________________________ 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-c7-ncurses-base/pkg-plist =================================================================== --- head/devel/linux-c7-ncurses-base/pkg-plist (nonexistent) +++ head/devel/linux-c7-ncurses-base/pkg-plist (revision 424259) @@ -0,0 +1,125 @@ +%%PORTDOCS%%%%DOCSDIR%%/README +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/b/bterm +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/mach-gnu +usr/share/terminfo/m/mach-gnu-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-sco +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-256color +usr/share/terminfo/s/screen.Eterm +usr/share/terminfo/s/screen.gnome +usr/share/terminfo/s/screen.konsole +usr/share/terminfo/s/screen.linux +usr/share/terminfo/s/screen.mlterm +usr/share/terminfo/s/screen.mrxvt +usr/share/terminfo/s/screen.rxvt +usr/share/terminfo/s/screen.teraterm +usr/share/terminfo/s/screen.vte +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/simpleterm +usr/share/terminfo/s/st +usr/share/terminfo/s/st-16color +usr/share/terminfo/s/st-256color +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/v/vte +usr/share/terminfo/v/vte-256color +usr/share/terminfo/v/vwmterm +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-utf8 +usr/share/terminfo/x/xterm-vt220 +usr/share/terminfo/x/xterm-vt52 +usr/share/terminfo/x/xterm-xf86-v32 +usr/share/terminfo/x/xterm-xf86-v33 +usr/share/terminfo/x/xterm-xf86-v333 +usr/share/terminfo/x/xterm-xf86-v40 +usr/share/terminfo/x/xterm-xf86-v43 +usr/share/terminfo/x/xterm-xf86-v44 +usr/share/terminfo/x/xterm-xfree86 +usr/share/terminfo/x/xterm-xi +usr/share/terminfo/x/xterms +@dir etc/terminfo Property changes on: head/devel/linux-c7-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-c7-nspr/Makefile =================================================================== --- head/devel/linux-c7-nspr/Makefile (nonexistent) +++ head/devel/linux-c7-nspr/Makefile (revision 424259) @@ -0,0 +1,20 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= nspr +PORTVERSION= 4.11.0 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Netscape Portable Runtime (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 1.el7_2 +USES= linux:c7 +USE_LINUX_RPM= yes +USE_LDCONFIG= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/devel/linux-c7-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-c7-nspr/distinfo.i386 =================================================================== --- head/devel/linux-c7-nspr/distinfo.i386 (nonexistent) +++ head/devel/linux-c7-nspr/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355767 +SHA256 (rpm/centos/7.2.1511/i386/nspr-4.11.0-1.el7_2.i686.rpm) = daf7526f2f1ccc56ec97e57940cde39049a4a111951b01197b2c18b4bc7ec1cb +SIZE (rpm/centos/7.2.1511/i386/nspr-4.11.0-1.el7_2.i686.rpm) = 130568 +SHA256 (rpm/centos/7.2.1511/i386/nspr-4.11.0-1.el7_2.src.rpm) = 6520f99cd5afa95d605bcc653f47c828e2fb491a548e057d0c99e91a57a1dac3 +SIZE (rpm/centos/7.2.1511/i386/nspr-4.11.0-1.el7_2.src.rpm) = 1169666 Property changes on: head/devel/linux-c7-nspr/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-c7-nspr/distinfo.x86_64 =================================================================== --- head/devel/linux-c7-nspr/distinfo.x86_64 (nonexistent) +++ head/devel/linux-c7-nspr/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674632 +SHA256 (rpm/centos/7.2.1511/x86_64/nspr-4.11.0-1.el7_2.i686.rpm) = daf7526f2f1ccc56ec97e57940cde39049a4a111951b01197b2c18b4bc7ec1cb +SIZE (rpm/centos/7.2.1511/x86_64/nspr-4.11.0-1.el7_2.i686.rpm) = 130568 +SHA256 (rpm/centos/7.2.1511/x86_64/nspr-4.11.0-1.el7_2.x86_64.rpm) = d784f223e384f756a5c594925512c5fd6d46aaad66f85936b51453a0dc2dbd8a +SIZE (rpm/centos/7.2.1511/x86_64/nspr-4.11.0-1.el7_2.x86_64.rpm) = 129088 +SHA256 (rpm/centos/7.2.1511/x86_64/nspr-4.11.0-1.el7_2.src.rpm) = 6520f99cd5afa95d605bcc653f47c828e2fb491a548e057d0c99e91a57a1dac3 +SIZE (rpm/centos/7.2.1511/x86_64/nspr-4.11.0-1.el7_2.src.rpm) = 1169666 Property changes on: head/devel/linux-c7-nspr/distinfo.x86_64 ___________________________________________________________________ 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-c7-nspr/pkg-plist.i386 =================================================================== --- head/devel/linux-c7-nspr/pkg-plist.i386 (nonexistent) +++ head/devel/linux-c7-nspr/pkg-plist.i386 (revision 424259) @@ -0,0 +1,3 @@ +usr/lib/libnspr4.so +usr/lib/libplc4.so +usr/lib/libplds4.so Property changes on: head/devel/linux-c7-nspr/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c7-nspr/pkg-plist.x86_64 =================================================================== --- head/devel/linux-c7-nspr/pkg-plist.x86_64 (nonexistent) +++ head/devel/linux-c7-nspr/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,6 @@ +usr/lib/libnspr4.so +usr/lib/libplc4.so +usr/lib/libplds4.so +usr/lib64/libnspr4.so +usr/lib64/libplc4.so +usr/lib64/libplds4.so Property changes on: head/devel/linux-c7-nspr/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-qt/Makefile =================================================================== --- head/devel/linux-c7-qt/Makefile (nonexistent) +++ head/devel/linux-c7-qt/Makefile (revision 424259) @@ -0,0 +1,21 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= qt +PORTVERSION= 4.8.5 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= RPM of QT4 (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}45-[0-9]* linux-c6-${PORTNAME}47-[0-9]* + +RPMVERSION= 12.el7_2 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= fontconfig png dbuslibs sqlite3 hicontheme openssl +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../../devel/${PORTNAME}4/pkg-descr + +.include Property changes on: head/devel/linux-c7-qt/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-c7-qt/distinfo.i386 =================================================================== --- head/devel/linux-c7-qt/distinfo.i386 (nonexistent) +++ head/devel/linux-c7-qt/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355832 +SHA256 (rpm/centos/7.2.1511/i386/qt-4.8.5-12.el7_2.i686.rpm) = f63ab6aa5fdd59b19af69858bebd6828e8ecdf530873308fd9576493a633fead +SIZE (rpm/centos/7.2.1511/i386/qt-4.8.5-12.el7_2.i686.rpm) = 4796892 +SHA256 (rpm/centos/7.2.1511/i386/qt-4.8.5-12.el7_2.src.rpm) = d80778adcd0ffb1817235ced8cf6ad556988d1571cd5b37bd97bcfb5693b80ef +SIZE (rpm/centos/7.2.1511/i386/qt-4.8.5-12.el7_2.src.rpm) = 240684647 Property changes on: head/devel/linux-c7-qt/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-c7-qt/distinfo.x86_64 =================================================================== --- head/devel/linux-c7-qt/distinfo.x86_64 (nonexistent) +++ head/devel/linux-c7-qt/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674786 +SHA256 (rpm/centos/7.2.1511/x86_64/qt-4.8.5-12.el7_2.i686.rpm) = f63ab6aa5fdd59b19af69858bebd6828e8ecdf530873308fd9576493a633fead +SIZE (rpm/centos/7.2.1511/x86_64/qt-4.8.5-12.el7_2.i686.rpm) = 4796892 +SHA256 (rpm/centos/7.2.1511/x86_64/qt-4.8.5-12.el7_2.x86_64.rpm) = f26bb3e7c48329d902463e8ef2803617e858ade87dfc4ce9aa949b8169fc3161 +SIZE (rpm/centos/7.2.1511/x86_64/qt-4.8.5-12.el7_2.x86_64.rpm) = 4707460 +SHA256 (rpm/centos/7.2.1511/x86_64/qt-4.8.5-12.el7_2.src.rpm) = d80778adcd0ffb1817235ced8cf6ad556988d1571cd5b37bd97bcfb5693b80ef +SIZE (rpm/centos/7.2.1511/x86_64/qt-4.8.5-12.el7_2.src.rpm) = 240684647 Property changes on: head/devel/linux-c7-qt/distinfo.x86_64 ___________________________________________________________________ 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-c7-qt/pkg-plist.i386 =================================================================== --- head/devel/linux-c7-qt/pkg-plist.i386 (nonexistent) +++ head/devel/linux-c7-qt/pkg-plist.i386 (revision 424259) @@ -0,0 +1,70 @@ +usr/bin/qdbus +usr/lib/libQtCore.so.4 +usr/lib/libQtCore.so.4.8 +usr/lib/libQtCore.so.4.8.5 +usr/lib/libQtDBus.so.4 +usr/lib/libQtDBus.so.4.8 +usr/lib/libQtDBus.so.4.8.5 +usr/lib/libQtNetwork.so.4 +usr/lib/libQtNetwork.so.4.8 +usr/lib/libQtNetwork.so.4.8.5 +usr/lib/libQtScript.so.4 +usr/lib/libQtScript.so.4.8 +usr/lib/libQtScript.so.4.8.5 +usr/lib/libQtSql.so.4 +usr/lib/libQtSql.so.4.8 +usr/lib/libQtSql.so.4.8.5 +usr/lib/libQtTest.so.4 +usr/lib/libQtTest.so.4.8 +usr/lib/libQtTest.so.4.8.5 +usr/lib/libQtXml.so.4 +usr/lib/libQtXml.so.4.8 +usr/lib/libQtXml.so.4.8.5 +usr/lib/libQtXmlPatterns.so.4 +usr/lib/libQtXmlPatterns.so.4.8 +usr/lib/libQtXmlPatterns.so.4.8.5 +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/hungarian.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/lib/qt4/plugins/sqldrivers/libqsqlite.so +%%PORTDOCS%%%%DOCSDIR%%/LGPL_EXCEPTION.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE.GPL3 +%%PORTDOCS%%%%DOCSDIR%%/LICENSE.LGPL +%%PORTDOCS%%%%DOCSDIR%%/README +%%DATADIR%%4/translations/qt_ar.qm +%%DATADIR%%4/translations/qt_cs.qm +%%DATADIR%%4/translations/qt_da.qm +%%DATADIR%%4/translations/qt_de.qm +%%DATADIR%%4/translations/qt_es.qm +%%DATADIR%%4/translations/qt_fa.qm +%%DATADIR%%4/translations/qt_fr.qm +%%DATADIR%%4/translations/qt_gl.qm +%%DATADIR%%4/translations/qt_he.qm +%%DATADIR%%4/translations/qt_hu.qm +%%DATADIR%%4/translations/qt_ja.qm +%%DATADIR%%4/translations/qt_ko.qm +%%DATADIR%%4/translations/qt_lt.qm +%%DATADIR%%4/translations/qt_pl.qm +%%DATADIR%%4/translations/qt_pt.qm +%%DATADIR%%4/translations/qt_ru.qm +%%DATADIR%%4/translations/qt_sk.qm +%%DATADIR%%4/translations/qt_sl.qm +%%DATADIR%%4/translations/qt_sv.qm +%%DATADIR%%4/translations/qt_uk.qm +%%DATADIR%%4/translations/qt_zh_CN.qm +%%DATADIR%%4/translations/qt_zh_TW.qm +@dir usr/lib/qt4/plugins/crypto +@dir usr/share/doc/qt4/html +@dir usr/share/doc/qt4/qch +@dir usr/share/doc/qt4/src Property changes on: head/devel/linux-c7-qt/pkg-plist.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-c7-qt/pkg-plist.x86_64 =================================================================== --- head/devel/linux-c7-qt/pkg-plist.x86_64 (nonexistent) +++ head/devel/linux-c7-qt/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,110 @@ +usr/bin/qdbus +usr/lib/libQtCore.so.4 +usr/lib/libQtCore.so.4.8 +usr/lib/libQtCore.so.4.8.5 +usr/lib/libQtDBus.so.4 +usr/lib/libQtDBus.so.4.8 +usr/lib/libQtDBus.so.4.8.5 +usr/lib/libQtNetwork.so.4 +usr/lib/libQtNetwork.so.4.8 +usr/lib/libQtNetwork.so.4.8.5 +usr/lib/libQtScript.so.4 +usr/lib/libQtScript.so.4.8 +usr/lib/libQtScript.so.4.8.5 +usr/lib/libQtSql.so.4 +usr/lib/libQtSql.so.4.8 +usr/lib/libQtSql.so.4.8.5 +usr/lib/libQtTest.so.4 +usr/lib/libQtTest.so.4.8 +usr/lib/libQtTest.so.4.8.5 +usr/lib/libQtXml.so.4 +usr/lib/libQtXml.so.4.8 +usr/lib/libQtXml.so.4.8.5 +usr/lib/libQtXmlPatterns.so.4 +usr/lib/libQtXmlPatterns.so.4.8 +usr/lib/libQtXmlPatterns.so.4.8.5 +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/hungarian.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/lib/qt4/plugins/sqldrivers/libqsqlite.so +usr/lib64/libQtCore.so.4 +usr/lib64/libQtCore.so.4.8 +usr/lib64/libQtCore.so.4.8.5 +usr/lib64/libQtDBus.so.4 +usr/lib64/libQtDBus.so.4.8 +usr/lib64/libQtDBus.so.4.8.5 +usr/lib64/libQtNetwork.so.4 +usr/lib64/libQtNetwork.so.4.8 +usr/lib64/libQtNetwork.so.4.8.5 +usr/lib64/libQtScript.so.4 +usr/lib64/libQtScript.so.4.8 +usr/lib64/libQtScript.so.4.8.5 +usr/lib64/libQtSql.so.4 +usr/lib64/libQtSql.so.4.8 +usr/lib64/libQtSql.so.4.8.5 +usr/lib64/libQtTest.so.4 +usr/lib64/libQtTest.so.4.8 +usr/lib64/libQtTest.so.4.8.5 +usr/lib64/libQtXml.so.4 +usr/lib64/libQtXml.so.4.8 +usr/lib64/libQtXml.so.4.8.5 +usr/lib64/libQtXmlPatterns.so.4 +usr/lib64/libQtXmlPatterns.so.4.8 +usr/lib64/libQtXmlPatterns.so.4.8.5 +usr/lib64/qt4/bin/qdbus +usr/lib64/qt4/phrasebooks/danish.qph +usr/lib64/qt4/phrasebooks/dutch.qph +usr/lib64/qt4/phrasebooks/finnish.qph +usr/lib64/qt4/phrasebooks/french.qph +usr/lib64/qt4/phrasebooks/german.qph +usr/lib64/qt4/phrasebooks/hungarian.qph +usr/lib64/qt4/phrasebooks/italian.qph +usr/lib64/qt4/phrasebooks/japanese.qph +usr/lib64/qt4/phrasebooks/norwegian.qph +usr/lib64/qt4/phrasebooks/polish.qph +usr/lib64/qt4/phrasebooks/russian.qph +usr/lib64/qt4/phrasebooks/spanish.qph +usr/lib64/qt4/phrasebooks/swedish.qph +usr/lib64/qt4/plugins/sqldrivers/libqsqlite.so +%%PORTDOCS%%%%DOCSDIR%%/LGPL_EXCEPTION.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE.GPL3 +%%PORTDOCS%%%%DOCSDIR%%/LICENSE.LGPL +%%PORTDOCS%%%%DOCSDIR%%/README +%%DATADIR%%4/translations/qt_ar.qm +%%DATADIR%%4/translations/qt_cs.qm +%%DATADIR%%4/translations/qt_da.qm +%%DATADIR%%4/translations/qt_de.qm +%%DATADIR%%4/translations/qt_es.qm +%%DATADIR%%4/translations/qt_fa.qm +%%DATADIR%%4/translations/qt_fr.qm +%%DATADIR%%4/translations/qt_gl.qm +%%DATADIR%%4/translations/qt_he.qm +%%DATADIR%%4/translations/qt_hu.qm +%%DATADIR%%4/translations/qt_ja.qm +%%DATADIR%%4/translations/qt_ko.qm +%%DATADIR%%4/translations/qt_lt.qm +%%DATADIR%%4/translations/qt_pl.qm +%%DATADIR%%4/translations/qt_pt.qm +%%DATADIR%%4/translations/qt_ru.qm +%%DATADIR%%4/translations/qt_sk.qm +%%DATADIR%%4/translations/qt_sl.qm +%%DATADIR%%4/translations/qt_sv.qm +%%DATADIR%%4/translations/qt_uk.qm +%%DATADIR%%4/translations/qt_zh_CN.qm +%%DATADIR%%4/translations/qt_zh_TW.qm +@dir usr/lib/qt4/plugins/crypto +@dir usr/lib64/qt4/plugins/crypto +@dir usr/share/doc/qt4/html +@dir usr/share/doc/qt4/qch +@dir usr/share/doc/qt4/src Property changes on: head/devel/linux-c7-qt/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-sdl12/Makefile =================================================================== --- head/devel/linux-c7-sdl12/Makefile (nonexistent) +++ head/devel/linux-c7-sdl12/Makefile (revision 424259) @@ -0,0 +1,25 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= sdl +PORTVERSION= 1.2.15 +CATEGORIES= devel linux +DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Cross-platform multi-media development API (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +LINUX_NAME= SDL +RPMVERSION= 14.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= xorglibs +USE_LINUX_RPM= yes + +DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} +PORTDOCS= BUGS COPYING CREDITS README-SDL.txt +DESCR= ${.CURDIR}/../${PORTNAME}12/pkg-descr + +.include Property changes on: head/devel/linux-c7-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-c7-sdl12/distinfo.i386 =================================================================== --- head/devel/linux-c7-sdl12/distinfo.i386 (nonexistent) +++ head/devel/linux-c7-sdl12/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473706010 +SHA256 (rpm/centos/7.2.1511/i386/SDL-1.2.15-14.el7.i686.rpm) = a1288ca1da85f225b62d3e1f5d458dba40dc26dd10300de9df5b30996286f996 +SIZE (rpm/centos/7.2.1511/i386/SDL-1.2.15-14.el7.i686.rpm) = 216756 +SHA256 (rpm/centos/7.2.1511/i386/SDL-1.2.15-14.el7.src.rpm) = b41b7da5c099f4ae64ee725c14afbee3d1be1aa7dd843c740f23594facd18ca4 +SIZE (rpm/centos/7.2.1511/i386/SDL-1.2.15-14.el7.src.rpm) = 3569191 Property changes on: head/devel/linux-c7-sdl12/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-c7-sdl12/distinfo.x86_64 =================================================================== --- head/devel/linux-c7-sdl12/distinfo.x86_64 (nonexistent) +++ head/devel/linux-c7-sdl12/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473798842 +SHA256 (rpm/centos/7.2.1511/x86_64/SDL-1.2.15-14.el7.i686.rpm) = a1288ca1da85f225b62d3e1f5d458dba40dc26dd10300de9df5b30996286f996 +SIZE (rpm/centos/7.2.1511/x86_64/SDL-1.2.15-14.el7.i686.rpm) = 216756 +SHA256 (rpm/centos/7.2.1511/x86_64/SDL-1.2.15-14.el7.x86_64.rpm) = 20add1fd02fc7ae0bb74195322b864816b7e5b01817135e5d023ee606faf8ebb +SIZE (rpm/centos/7.2.1511/x86_64/SDL-1.2.15-14.el7.x86_64.rpm) = 209280 +SHA256 (rpm/centos/7.2.1511/x86_64/SDL-1.2.15-14.el7.src.rpm) = b41b7da5c099f4ae64ee725c14afbee3d1be1aa7dd843c740f23594facd18ca4 +SIZE (rpm/centos/7.2.1511/x86_64/SDL-1.2.15-14.el7.src.rpm) = 3569191 Property changes on: head/devel/linux-c7-sdl12/distinfo.x86_64 ___________________________________________________________________ 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-c7-sdl12/pkg-plist.i386 =================================================================== --- head/devel/linux-c7-sdl12/pkg-plist.i386 (nonexistent) +++ head/devel/linux-c7-sdl12/pkg-plist.i386 (revision 424259) @@ -0,0 +1,2 @@ +usr/lib/libSDL-1.2.so.0 +usr/lib/libSDL-1.2.so.0.11.4 Property changes on: head/devel/linux-c7-sdl12/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c7-sdl12/pkg-plist.x86_64 =================================================================== --- head/devel/linux-c7-sdl12/pkg-plist.x86_64 (nonexistent) +++ head/devel/linux-c7-sdl12/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,4 @@ +usr/lib/libSDL-1.2.so.0 +usr/lib/libSDL-1.2.so.0.11.4 +usr/lib64/libSDL-1.2.so.0 +usr/lib64/libSDL-1.2.so.0.11.4 Property changes on: head/devel/linux-c7-sdl12/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-sdl20/Makefile =================================================================== --- head/devel/linux-c7-sdl20/Makefile (nonexistent) +++ head/devel/linux-c7-sdl20/Makefile (revision 424259) @@ -0,0 +1,25 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= sdl20 +PORTVERSION= 2.0.3 +CATEGORIES= devel linux +MASTER_SITES= EPEL7/s +DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Cross-platform multi-media development API (Linux CentOS ${LINUX_DIST_VER}) + +LINUX_NAME= SDL2 +ONLY_FOR_ARCHS= amd64 +RPMVERSION= 9.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= xorglibs +USE_LINUX_RPM= yes + +DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} +PORTDOCS= BUGS.txt COPYING.txt CREDITS.txt README-SDL.txt +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/devel/linux-c7-sdl20/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-c7-sdl20/distinfo.x86_64 =================================================================== --- head/devel/linux-c7-sdl20/distinfo.x86_64 (nonexistent) +++ head/devel/linux-c7-sdl20/distinfo.x86_64 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1474462641 +SHA256 (rpm/centos/7.2.1511/x86_64/SDL2-2.0.3-9.el7.x86_64.rpm) = 0979cf82607d3815d285c964ced2e50e87c65513ce32d08ddfbb07885a042ae8 +SIZE (rpm/centos/7.2.1511/x86_64/SDL2-2.0.3-9.el7.x86_64.rpm) = 351076 +SHA256 (rpm/centos/7.2.1511/x86_64/SDL2-2.0.3-9.el7.src.rpm) = 56eb7b3358032194f2342194b4160e94f757a95d21f651b203d70b8144e59961 +SIZE (rpm/centos/7.2.1511/x86_64/SDL2-2.0.3-9.el7.src.rpm) = 3800908 Property changes on: head/devel/linux-c7-sdl20/distinfo.x86_64 ___________________________________________________________________ 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-c7-sdl20/pkg-plist.x86_64 =================================================================== --- head/devel/linux-c7-sdl20/pkg-plist.x86_64 (nonexistent) +++ head/devel/linux-c7-sdl20/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,2 @@ +usr/lib64/libSDL2-2.0.so.0 +usr/lib64/libSDL2-2.0.so.0.2.1 Property changes on: head/devel/linux-c7-sdl20/pkg-plist.x86_64 ___________________________________________________________________ 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/Makefile =================================================================== --- head/dns/Makefile (revision 424258) +++ head/dns/Makefile (revision 424259) @@ -1,215 +1,216 @@ # $FreeBSD$ # COMMENT = Domain Name Service tools SUBDIR += adns SUBDIR += adsuck SUBDIR += ares SUBDIR += autotrust SUBDIR += axfr2acl SUBDIR += bind-tools SUBDIR += bind9-devel SUBDIR += bind910 SUBDIR += bind911 SUBDIR += bind99 SUBDIR += bindgraph SUBDIR += bundy SUBDIR += c-ares SUBDIR += checkdns SUBDIR += cli53 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 += dnscrypt-wrapper SUBDIR += dnsdbck SUBDIR += dnsdist SUBDIR += dnsenum SUBDIR += dnsflood SUBDIR += dnshistory SUBDIR += dnsjava SUBDIR += dnsmasq SUBDIR += dnsmasq-devel SUBDIR += dnsmax-perl SUBDIR += dnsperf SUBDIR += dnsproxy SUBDIR += dnsrecon SUBDIR += dnsreflector SUBDIR += dnstable SUBDIR += dnstop SUBDIR += dnstracer SUBDIR += dnsutl SUBDIR += dnsviz SUBDIR += dnswalk SUBDIR += dnswall SUBDIR += doc SUBDIR += dualserver SUBDIR += erlang-idna SUBDIR += ez-ipupdate SUBDIR += fastresolve SUBDIR += firedns SUBDIR += fpdns SUBDIR += gdnsd SUBDIR += gdnsd2 SUBDIR += gen6dns 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-resolver SUBDIR += knot1 SUBDIR += knot2 SUBDIR += ldapdns SUBDIR += ldns SUBDIR += libasr SUBDIR += libasr-devel SUBDIR += libbind SUBDIR += libdjbdns SUBDIR += libidn SUBDIR += libidn2 SUBDIR += libpsl SUBDIR += linux-c6-libasyncns + SUBDIR += linux-c7-libasyncns SUBDIR += linux-f10-libasyncns SUBDIR += mDNSResponder_nss SUBDIR += maradns SUBDIR += mdnsd SUBDIR += mydns SUBDIR += mydns-ng SUBDIR += noip SUBDIR += nsd SUBDIR += nslint SUBDIR += nsping SUBDIR += nss_mdns SUBDIR += nss_resinit SUBDIR += opendd SUBDIR += opendnssec SUBDIR += opendnssec13 SUBDIR += opendnssec2 SUBDIR += openresolv SUBDIR += p5-AnyEvent-CacheDNS SUBDIR += p5-AnyEvent-DNS-EtcHosts 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-IO-Async-Resolver-DNS 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-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-Net-RNDC 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-Horde_Idna SUBDIR += pear-Net_DNS SUBDIR += pear-Net_DNS2 SUBDIR += powerdns SUBDIR += powerdns-recursor SUBDIR += public_suffix_list SUBDIR += py-adns SUBDIR += py-bonjour SUBDIR += py-dns SUBDIR += py-dnschain SUBDIR += py-dnspython SUBDIR += py-easyzone SUBDIR += py-idna SUBDIR += py-idnkit2 SUBDIR += py-ldns SUBDIR += py-namebench SUBDIR += py-publicsuffix SUBDIR += py-py3dns SUBDIR += py-pycares SUBDIR += py-pydnstable SUBDIR += py-pywdns SUBDIR += py-tldextract SUBDIR += py-twistedNames SUBDIR += py3-dnspython SUBDIR += radns SUBDIR += rbldnsd SUBDIR += rbllookup SUBDIR += rbllookup-ng SUBDIR += renewck SUBDIR += rpsl2acl 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 += vhostcname SUBDIR += vizone SUBDIR += walker SUBDIR += wdns SUBDIR += whoseip SUBDIR += wrapsrv SUBDIR += yadifa SUBDIR += zkt SUBDIR += zonecheck SUBDIR += zonenotify .include Index: head/dns/linux-c7-libasyncns/Makefile =================================================================== --- head/dns/linux-c7-libasyncns/Makefile (nonexistent) +++ head/dns/linux-c7-libasyncns/Makefile (revision 424259) @@ -0,0 +1,20 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= libasyncns +PORTVERSION= 0.8 +CATEGORIES= dns devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Library for executing DNS queries (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= LGPL21+ + +CONFLICTS= linux-c6-libasyncns-[0-9]* + +RPMVERSION= 7.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +.include Property changes on: head/dns/linux-c7-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-c7-libasyncns/distinfo.i386 =================================================================== --- head/dns/linux-c7-libasyncns/distinfo.i386 (nonexistent) +++ head/dns/linux-c7-libasyncns/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473356058 +SHA256 (rpm/centos/7.2.1511/i386/libasyncns-0.8-7.el7.i686.rpm) = 86006ec7b6b5bc63c4225d98fe3d309d75d5b5f43f75bb81274e379e3f4573f1 +SIZE (rpm/centos/7.2.1511/i386/libasyncns-0.8-7.el7.i686.rpm) = 26592 +SHA256 (rpm/centos/7.2.1511/i386/libasyncns-0.8-7.el7.src.rpm) = ada6388ee1a4198ca82fe18a0333937d4c9d72715106c46aa2413d5dc27982ab +SIZE (rpm/centos/7.2.1511/i386/libasyncns-0.8-7.el7.src.rpm) = 347143 Property changes on: head/dns/linux-c7-libasyncns/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/dns/linux-c7-libasyncns/distinfo.x86_64 =================================================================== --- head/dns/linux-c7-libasyncns/distinfo.x86_64 (nonexistent) +++ head/dns/linux-c7-libasyncns/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674952 +SHA256 (rpm/centos/7.2.1511/x86_64/libasyncns-0.8-7.el7.i686.rpm) = 86006ec7b6b5bc63c4225d98fe3d309d75d5b5f43f75bb81274e379e3f4573f1 +SIZE (rpm/centos/7.2.1511/x86_64/libasyncns-0.8-7.el7.i686.rpm) = 26592 +SHA256 (rpm/centos/7.2.1511/x86_64/libasyncns-0.8-7.el7.x86_64.rpm) = 1acf01399f6d5ea5f9bbbac18e67e77dc277551a24ad53de06f404205cb51206 +SIZE (rpm/centos/7.2.1511/x86_64/libasyncns-0.8-7.el7.x86_64.rpm) = 26816 +SHA256 (rpm/centos/7.2.1511/x86_64/libasyncns-0.8-7.el7.src.rpm) = ada6388ee1a4198ca82fe18a0333937d4c9d72715106c46aa2413d5dc27982ab +SIZE (rpm/centos/7.2.1511/x86_64/libasyncns-0.8-7.el7.src.rpm) = 347143 Property changes on: head/dns/linux-c7-libasyncns/distinfo.x86_64 ___________________________________________________________________ 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-c7-libasyncns/pkg-plist.i386 =================================================================== --- head/dns/linux-c7-libasyncns/pkg-plist.i386 (nonexistent) +++ head/dns/linux-c7-libasyncns/pkg-plist.i386 (revision 424259) @@ -0,0 +1,4 @@ +usr/lib/libasyncns.so.0 +usr/lib/libasyncns.so.0.3.1 +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/README Property changes on: head/dns/linux-c7-libasyncns/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/dns/linux-c7-libasyncns/pkg-plist.x86_64 =================================================================== --- head/dns/linux-c7-libasyncns/pkg-plist.x86_64 (nonexistent) +++ head/dns/linux-c7-libasyncns/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,6 @@ +usr/lib/libasyncns.so.0 +usr/lib/libasyncns.so.0.3.1 +usr/lib64/libasyncns.so.0 +usr/lib64/libasyncns.so.0.3.1 +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/README Property changes on: head/dns/linux-c7-libasyncns/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-libasyncns/pkg-descr =================================================================== --- head/dns/linux-c7-libasyncns/pkg-descr (nonexistent) +++ head/dns/linux-c7-libasyncns/pkg-descr (revision 424259) @@ -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-c7-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/emulators/Makefile =================================================================== --- head/emulators/Makefile (revision 424258) +++ head/emulators/Makefile (revision 424259) @@ -1,187 +1,188 @@ # $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 += citra SUBDIR += citra-qt5 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-community SUBDIR += e-uae SUBDIR += fceux SUBDIR += fmsx SUBDIR += frodo SUBDIR += fs-uae SUBDIR += fs-uae-launcher SUBDIR += fuse SUBDIR += fuse-roms SUBDIR += fuse-utils SUBDIR += gbe SUBDIR += gem5 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 += hyperv-is SUBDIR += i386-wine SUBDIR += i386-wine-devel SUBDIR += i386-wine-staging SUBDIR += ia64sim SUBDIR += ines SUBDIR += javatari SUBDIR += joytran SUBDIR += jzintv SUBDIR += kcemu SUBDIR += klh10 SUBDIR += lib765 SUBDIR += libdsk SUBDIR += libspectrum SUBDIR += linux-c6 + SUBDIR += linux-c7 SUBDIR += linux-f10 SUBDIR += linux_base-c6 SUBDIR += linux_base-c7 SUBDIR += linux_base-f10 SUBDIR += lisaem SUBDIR += loemu SUBDIR += m2000 SUBDIR += mame SUBDIR += mastergear SUBDIR += mednafen SUBDIR += mess SUBDIR += mtools SUBDIR += mupen64plus SUBDIR += mupen64plus-audio-sdl SUBDIR += mupen64plus-core SUBDIR += mupen64plus-input-sdl SUBDIR += mupen64plus-plugins SUBDIR += mupen64plus-rsp-cxd4 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 += nestopia 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 += playonbsd SUBDIR += ppsspp SUBDIR += ppsspp-qt4 SUBDIR += ppsspp-qt5 SUBDIR += py-gns3-converter SUBDIR += q4wine SUBDIR += qemu SUBDIR += qemu-cheri SUBDIR += qemu-cheri128 SUBDIR += qemu-cheri128m SUBDIR += qemu-devel SUBDIR += qemu-launcher SUBDIR += qemu-sbruno SUBDIR += qemu-user-static SUBDIR += qemu-utils SUBDIR += qmc2 SUBDIR += qtemu SUBDIR += quasi88 SUBDIR += raine SUBDIR += rtc SUBDIR += rubygem-fission 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-additions-nox11 SUBDIR += virtualbox-ose-kmod SUBDIR += virtualbox-ose-nox11 SUBDIR += visualboyadvance-m SUBDIR += vmips SUBDIR += vmsbackup SUBDIR += vmw SUBDIR += vpcs SUBDIR += vxtools SUBDIR += wine SUBDIR += wine-devel SUBDIR += wine-gecko SUBDIR += wine-gecko-devel SUBDIR += wine-mono SUBDIR += wine-mono-devel SUBDIR += wine-staging SUBDIR += wxmupen64plus SUBDIR += x48 SUBDIR += x49gp SUBDIR += xbraitenberg SUBDIR += xcpc SUBDIR += xen SUBDIR += xen-kernel SUBDIR += xhomer SUBDIR += xsystem35 SUBDIR += xzx SUBDIR += yabause SUBDIR += yape SUBDIR += zsnes .include Index: head/emulators/linux-c7/Makefile =================================================================== --- head/emulators/linux-c7/Makefile (nonexistent) +++ head/emulators/linux-c7/Makefile (revision 424259) @@ -0,0 +1,93 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= linux-c7 +PORTVERSION= ${LINUX_DIST_VER} +CATEGORIES= emulators linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Meta-port for all things CentOS ${LINUX_DIST_VER} + +RUN_DEPENDS= linux-c7-libasyncns>0:dns/linux-c7-libasyncns \ + linux-c7-tk85>0:x11-toolkits/linux-c7-tk85 \ + linux-c7-gtk2>0:x11-toolkits/linux-c7-gtk2 \ + linux-c7-hicolor-icon-theme>0:x11-themes/linux-c7-hicolor-icon-theme \ + linux-c7-qt-x11>0:x11-toolkits/linux-c7-qt-x11 \ + linux-c7-pango>0:x11-toolkits/linux-c7-pango \ + linux-c7-openmotif>0:x11-toolkits/linux-c7-openmotif \ + linux-c7-atk>0:accessibility/linux-c7-atk \ + linux-c7-sqlite>0:databases/linux-c7-sqlite3 \ + linux-c7-tcl85>0:lang/linux-c7-tcl85 \ + linux-c7-nspr>0:devel/linux-c7-nspr \ + linux-c7-libsigc++20>0:devel/linux-c7-libsigc++20 \ + linux-c7-sdl>0:devel/linux-c7-sdl12 \ + linux-c7-libpciaccess>0:devel/linux-c7-libpciaccess \ + linux-c7-libglade2>0:devel/linux-c7-libglade2 \ + linux-c7-devtools>0:devel/linux-c7-devtools \ + linux-c7-dbus-libs>0:devel/linux-c7-dbus-libs \ + linux-c7-qt>0:devel/linux-c7-qt \ + linux-c7-dbus-glib>0:devel/linux-c7-dbus-glib \ + linux-c7-ncurses-base>0:devel/linux-c7-ncurses-base \ + linux-c7-xorg-libs>0:x11/linux-c7-xorg-libs \ + linux-c7-fontconfig>0:x11-fonts/linux-c7-fontconfig \ + linux-c7-cups-libs>0:print/linux-c7-cups-libs \ + linux-c7-flac>0:audio/linux-c7-flac \ + linux-c7-alsa-utils>0:audio/linux-c7-alsa-utils \ + linux-c7-alsa-lib>0:audio/linux-c7-alsa-lib \ + linux-c7-audiofile>0:audio/linux-c7-audiofile \ + linux-c7-alsa-plugins-oss>0:audio/linux-c7-alsa-plugins-oss \ + linux-c7-alsa-plugins-pulseaudio>0:audio/linux-c7-alsa-plugins-pulseaudio \ + linux-c7-libsndfile>0:audio/linux-c7-libsndfile \ + linux-c7-libogg>0:audio/linux-c7-libogg \ + linux-c7-pulseaudio-utils>0:audio/linux-c7-pulseaudio-utils \ + linux-c7-pulseaudio-libs>0:audio/linux-c7-pulseaudio-libs \ + linux-c7-libvorbis>0:audio/linux-c7-libvorbis \ + linux-c7-libtheora>0:multimedia/linux-c7-libtheora \ + linux-c7-libv4l>0:multimedia/linux-c7-libv4l \ + linux-c7-flashplugin>0:www/linux-c7-flashplugin11 \ + linux-c7-cyrus-sasl2>0:security/linux-c7-cyrus-sasl2 \ + linux-c7-libssh2>0:security/linux-c7-libssh2 \ + linux-c7-openssl-compat>0:security/linux-c7-openssl-compat \ + linux-c7-openssl>0:security/linux-c7-openssl \ + linux-c7-gnutls>0:security/linux-c7-gnutls \ + linux-c7-libgcrypt>0:security/linux-c7-libgcrypt \ + linux-c7-nss>0:security/linux-c7-nss \ + linux-c7-libtasn1>0:security/linux-c7-libtasn1 \ + linux-c7-libgpg-error>0:security/linux-c7-libgpg-error \ + linux-c7-curl>0:ftp/linux-c7-curl \ + linux-c7-tcp_wrappers-libs>0:net/linux-c7-tcp_wrappers-libs \ + linux-c7-openldap>0:net/linux-c7-openldap \ + linux-c7-avahi-libs>0:net/linux-c7-avahi-libs \ + linux-c7-expat>0:textproc/linux-c7-expat \ + linux-c7-aspell>0:textproc/linux-c7-aspell \ + linux-c7-libxml2>0:textproc/linux-c7-libxml2 \ + linux-c7-png>0:graphics/linux-c7-png \ + linux-c7-tiff>0:graphics/linux-c7-tiff \ + linux-c7-jpeg>0:graphics/linux-c7-jpeg \ + linux-c7-glx-utils>0:graphics/linux-c7-glx-utils \ + linux-c7-gdk-pixbuf2>0:graphics/linux-c7-gdk-pixbuf2 \ + linux-c7-cairo>0:graphics/linux-c7-cairo \ + linux-c7-pixman>0:x11/linux-c7-pixman \ + linux-c7-jasper>0:graphics/linux-c7-jasper + +USES= linux:c7 metaport + +.include + +.if ${LINUX_ARCH} == x86_64 +RUN_DEPENDS+= linux-c7-sdl_image>0:graphics/linux-c7-sdl_image \ + linux-c7-esound>0:audio/linux-c7-esound \ + linux-c7-openal-soft>0:audio/linux-c7-openal-soft \ + linux-c7-sdl20>0:devel/linux-c7-sdl20 \ + linux-c7-sdl_mixer>0:audio/linux-c7-sdl_mixer \ + linux-c7-sdl_ttf>0:graphics/linux-c7-sdl_ttf \ + linux-c7-qtwebkit>0:www/linux-c7-qtwebkit +.endif + +OPTIONS_DEFINE= NVIDIA_GL + +NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver \ + linux-c7-libGLU>0:graphics/linux-c7-libGLU +NVIDIA_GL_RUN_DEPENDS_OFF= linux-c7-dri>0:graphics/linux-c7-dri + +.include Property changes on: head/emulators/linux-c7/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-c7/pkg-descr =================================================================== --- head/emulators/linux-c7/pkg-descr (nonexistent) +++ head/emulators/linux-c7/pkg-descr (revision 424259) @@ -0,0 +1,3 @@ +Linux CentOS 7 meta port. + +WWW: http://centos.org Property changes on: head/emulators/linux-c7/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/Makefile =================================================================== --- head/ftp/Makefile (revision 424258) +++ head/ftp/Makefile (revision 424259) @@ -1,105 +1,106 @@ # $FreeBSD$ # COMMENT = FTP client and server utilities SUBDIR += R-cran-RCurl SUBDIR += R-cran-curl 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 += filezilla SUBDIR += fmirror SUBDIR += fpc-libcurl SUBDIR += frox SUBDIR += ftpcopy SUBDIR += ftpfind SUBDIR += ftplib SUBDIR += ftpmirror SUBDIR += ftpproxy SUBDIR += ftpsesame SUBDIR += ftpsync SUBDIR += gftp SUBDIR += gnustep-ftp SUBDIR += gstreamer1-plugins-curl SUBDIR += gwget SUBDIR += horde-gollem SUBDIR += hs-curl SUBDIR += hsftp SUBDIR += jftp SUBDIR += jftpgw SUBDIR += lftp SUBDIR += libfilezilla SUBDIR += linux-c6-curl + SUBDIR += linux-c7-curl SUBDIR += linux-f10-curl SUBDIR += llnlxdir SUBDIR += llnlxftp SUBDIR += mirror SUBDIR += multiget 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 += php55-curl SUBDIR += php55-ftp SUBDIR += php56-curl SUBDIR += php56-ftp SUBDIR += php70-curl SUBDIR += php70-ftp SUBDIR += phpwebftp SUBDIR += plasma-applet-ftpmonitor SUBDIR += proftpd SUBDIR += proftpd-mod_geoip SUBDIR += profxp SUBDIR += puf SUBDIR += pure-ftpd SUBDIR += pureadmin SUBDIR += py-ftputil SUBDIR += py-pycurl SUBDIR += py-pyftpdlib SUBDIR += py-tftpy SUBDIR += quftp SUBDIR += rexx-curl SUBDIR += rubygem-curb SUBDIR += scythia SUBDIR += smbftpd SUBDIR += tftp-hpa SUBDIR += tnftp SUBDIR += tnftpd SUBDIR += twoftpd SUBDIR += uftp SUBDIR += urlgfe SUBDIR += vsftpd SUBDIR += vsftpd-ext SUBDIR += waiho SUBDIR += weex SUBDIR += wget SUBDIR += wmget SUBDIR += wput SUBDIR += wxdfast SUBDIR += wzdftpd SUBDIR += yafc .include Index: head/ftp/linux-c7-curl/Makefile =================================================================== --- head/ftp/linux-c7-curl/Makefile (nonexistent) +++ head/ftp/linux-c7-curl/Makefile (revision 424259) @@ -0,0 +1,26 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= curl +PORTVERSION= 7.29.0 +CATEGORIES= ftp linux +LIB_DISTFILES= lib${DISTNAME}${EXTRACT_SUFX} +SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Tool for transferring files with URL syntax (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= MIT + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 25.el7.centos +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= openldap libssh2 # cyrus-sasl2 +USE_LINUX_RPM= nolib + +PORTDOCS= BUGS COPYING FEATURES README TODO CHANGES FAQ MANUAL RESOURCES TheArtOfHttpScripting +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/ftp/linux-c7-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-c7-curl/distinfo.i386 =================================================================== --- head/ftp/linux-c7-curl/distinfo.i386 (nonexistent) +++ head/ftp/linux-c7-curl/distinfo.i386 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473877965 +SHA256 (rpm/centos/7.2.1511/i386/libcurl-7.29.0-25.el7.centos.i686.rpm) = aa84a58b891f33696196ec4f054e6c6e48627f64d12d1f85a4c3dc7ef2b6e481 +SIZE (rpm/centos/7.2.1511/i386/libcurl-7.29.0-25.el7.centos.i686.rpm) = 223132 +SHA256 (rpm/centos/7.2.1511/i386/curl-7.29.0-25.el7.centos.i686.rpm) = b2bd2c5b87b983afffc4e794cb7e68c779f4cd1d786b7217793e9686c2422f83 +SIZE (rpm/centos/7.2.1511/i386/curl-7.29.0-25.el7.centos.i686.rpm) = 268996 +SHA256 (rpm/centos/7.2.1511/i386/curl-7.29.0-25.el7.centos.src.rpm) = f2b9abd2c240212fb696a913802aa9609b049b82330c7f813042af875f9ef2dd +SIZE (rpm/centos/7.2.1511/i386/curl-7.29.0-25.el7.centos.src.rpm) = 2230491 Property changes on: head/ftp/linux-c7-curl/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/ftp/linux-c7-curl/distinfo.x86_64 =================================================================== --- head/ftp/linux-c7-curl/distinfo.x86_64 (nonexistent) +++ head/ftp/linux-c7-curl/distinfo.x86_64 (revision 424259) @@ -0,0 +1,9 @@ +TIMESTAMP = 1473877357 +SHA256 (rpm/centos/7.2.1511/x86_64/libcurl-7.29.0-25.el7.centos.i686.rpm) = aa84a58b891f33696196ec4f054e6c6e48627f64d12d1f85a4c3dc7ef2b6e481 +SIZE (rpm/centos/7.2.1511/x86_64/libcurl-7.29.0-25.el7.centos.i686.rpm) = 223132 +SHA256 (rpm/centos/7.2.1511/x86_64/libcurl-7.29.0-25.el7.centos.x86_64.rpm) = 74b2040f0a0ab71fee5a587ad940e3d170c8be5781acc2bbefb26e26fc13cdf4 +SIZE (rpm/centos/7.2.1511/x86_64/libcurl-7.29.0-25.el7.centos.x86_64.rpm) = 219768 +SHA256 (rpm/centos/7.2.1511/x86_64/curl-7.29.0-25.el7.centos.x86_64.rpm) = bd8634ffbf4d482924a2587bb1ddae2f142e64896a2ba2d8ae6c78ed48f99ca0 +SIZE (rpm/centos/7.2.1511/x86_64/curl-7.29.0-25.el7.centos.x86_64.rpm) = 269364 +SHA256 (rpm/centos/7.2.1511/x86_64/curl-7.29.0-25.el7.centos.src.rpm) = f2b9abd2c240212fb696a913802aa9609b049b82330c7f813042af875f9ef2dd +SIZE (rpm/centos/7.2.1511/x86_64/curl-7.29.0-25.el7.centos.src.rpm) = 2230491 Property changes on: head/ftp/linux-c7-curl/distinfo.x86_64 ___________________________________________________________________ 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-c7-curl/pkg-plist.i386 =================================================================== --- head/ftp/linux-c7-curl/pkg-plist.i386 (nonexistent) +++ head/ftp/linux-c7-curl/pkg-plist.i386 (revision 424259) @@ -0,0 +1,4 @@ +usr/bin/curl +usr/lib/libcurl.so.4 +usr/lib/libcurl.so.4.3.0 +usr/share/man/man1/curl.1.gz Property changes on: head/ftp/linux-c7-curl/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ftp/linux-c7-curl/pkg-plist.x86_64 =================================================================== --- head/ftp/linux-c7-curl/pkg-plist.x86_64 (nonexistent) +++ head/ftp/linux-c7-curl/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,6 @@ +usr/bin/curl +usr/lib/libcurl.so.4 +usr/lib/libcurl.so.4.3.0 +usr/lib64/libcurl.so.4 +usr/lib64/libcurl.so.4.3.0 +usr/share/man/man1/curl.1.gz Property changes on: head/ftp/linux-c7-curl/pkg-plist.x86_64 ___________________________________________________________________ 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/Makefile =================================================================== --- head/graphics/Makefile (revision 424258) +++ head/graphics/Makefile (revision 424259) @@ -1,1096 +1,1108 @@ # $FreeBSD$ # COMMENT = Graphics tools and libraries SUBDIR += 4va SUBDIR += Coin SUBDIR += EZWGL SUBDIR += GraphicsMagick SUBDIR += Hermes SUBDIR += IPA SUBDIR += ImageMagick SUBDIR += ImageMagick-nox11 SUBDIR += ImageMagick7 SUBDIR += ImageMagick7-nox11 SUBDIR += O2-tools SUBDIR += OpenEXR SUBDIR += R-cran-DiagrammeR SUBDIR += R-cran-GDD SUBDIR += R-cran-RColorBrewer SUBDIR += R-cran-colorspace SUBDIR += R-cran-diagram SUBDIR += R-cran-dichromat SUBDIR += R-cran-dygraphs SUBDIR += R-cran-ggplot2 SUBDIR += R-cran-gridBase 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 += R-cran-visNetwork SUBDIR += SciPlot SUBDIR += a2png SUBDIR += aalib SUBDIR += aaphoto SUBDIR += acidwarp SUBDIR += aeskulap SUBDIR += agave SUBDIR += agg SUBDIR += alembic SUBDIR += alpng SUBDIR += amide SUBDIR += ampasACES-container SUBDIR += ampasCTL SUBDIR += animorph SUBDIR += ansilove SUBDIR += aoi SUBDIR += apngasm SUBDIR += apngdis SUBDIR += appleseed SUBDIR += apvlv SUBDIR += aqsis SUBDIR += argyllcms SUBDIR += asciio SUBDIR += aseprite SUBDIR += atril SUBDIR += atril-lite SUBDIR += autopano-sift-c SUBDIR += autoq3d SUBDIR += autotrace SUBDIR += aview SUBDIR += ayam SUBDIR += backfract SUBDIR += barbecue SUBDIR += barcode SUBDIR += batik 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 += 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-gtk SUBDIR += clutter-gtk3 SUBDIR += cluttermm SUBDIR += code-eli SUBDIR += cogl SUBDIR += colord SUBDIR += colord-gtk SUBDIR += comical SUBDIR += commons-utilities SUBDIR += compupic SUBDIR += converseen SUBDIR += copperspice SUBDIR += cosmoplayer SUBDIR += crw SUBDIR += cthumb SUBDIR += cuneiform SUBDIR += curator SUBDIR += cuttlefish SUBDIR += danpei SUBDIR += darknock SUBDIR += darktable SUBDIR += dataplot SUBDIR += dc20pack SUBDIR += dcp2icc 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 += dilay SUBDIR += ditaa SUBDIR += djview4 SUBDIR += djview4-qt4 SUBDIR += djvulibre SUBDIR += dmtx-utils SUBDIR += dri SUBDIR += driconf SUBDIR += duhdraw SUBDIR += dynamechs SUBDIR += easypaint SUBDIR += edje_viewer SUBDIR += electrix SUBDIR += embree SUBDIR += enblend SUBDIR += entangle SUBDIR += eog SUBDIR += eog-plugins SUBDIR += eom SUBDIR += eos-movrec SUBDIR += epdfview SUBDIR += epix SUBDIR += eps2png SUBDIR += epstool SUBDIR += eterm-bg SUBDIR += evince SUBDIR += evince-lite SUBDIR += evolvotron SUBDIR += exact-image SUBDIR += exif SUBDIR += exifprobe SUBDIR += exiftags SUBDIR += exiftran SUBDIR += exiv2 SUBDIR += exrtools SUBDIR += farbfeld SUBDIR += feh SUBDIR += fig2sxd SUBDIR += figurine SUBDIR += flam3 SUBDIR += flasm SUBDIR += flphoto SUBDIR += fly SUBDIR += fortytwo SUBDIR += fotofix SUBDIR += fotoxx SUBDIR += founts SUBDIR += fpc-cairo SUBDIR += fpc-graph SUBDIR += fpc-hermes SUBDIR += fpc-imagemagick SUBDIR += fpc-libgd SUBDIR += fpc-libpng SUBDIR += fpc-ncurses SUBDIR += fpc-opengl SUBDIR += fpc-pasjpeg SUBDIR += fpc-proj4 SUBDIR += fpc-rsvg SUBDIR += fpc-svgalib SUBDIR += fracplanet SUBDIR += fraqtive SUBDIR += freeglut SUBDIR += freeimage SUBDIR += frei0r SUBDIR += frei0r-plugins SUBDIR += frei0r-plugins-gavl SUBDIR += frei0r-plugins-opencv SUBDIR += ftgl SUBDIR += fujiplay SUBDIR += fusefs-gphotofs SUBDIR += fv SUBDIR += fyre SUBDIR += g2 SUBDIR += gauche-gl SUBDIR += gbm SUBDIR += gcolor SUBDIR += gcolor2 SUBDIR += gd SUBDIR += gdal SUBDIR += gdchart SUBDIR += gdk-pixbuf SUBDIR += gdk-pixbuf2 SUBDIR += gdtclft SUBDIR += geeqie SUBDIR += gegl SUBDIR += gegl3 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 += gnome-color-manager SUBDIR += gnome-video-effects 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 += gpsmanshp 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-gl 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-rsvg SUBDIR += gstreamer1-plugins-webp SUBDIR += gstreamer1-plugins-zbar SUBDIR += gthumb SUBDIR += gtimelapse SUBDIR += gtk-update-icon-cache SUBDIR += gtkam SUBDIR += gtkdps SUBDIR += gts SUBDIR += guilib SUBDIR += gwenview-kde4 SUBDIR += gx SUBDIR += hdr_tools SUBDIR += hiptext 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-svgcairo SUBDIR += hsetroot SUBDIR += hugin SUBDIR += icat SUBDIR += icc-profiles-basiccolor SUBDIR += icc-profiles-openicc SUBDIR += iccexamin SUBDIR += iccxml SUBDIR += icon-slicer SUBDIR += icontact SUBDIR += icoutils SUBDIR += ida SUBDIR += iec16022 SUBDIR += iiview SUBDIR += ilmbase SUBDIR += imageindex SUBDIR += imageviewer SUBDIR += imageworsener SUBDIR += imc SUBDIR += imgtops SUBDIR += imgv SUBDIR += imlib2 SUBDIR += imlib2_loaders SUBDIR += impressive SUBDIR += imv SUBDIR += inkscape SUBDIR += intel-backlight 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 += 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-dropbox SUBDIR += kipi-plugin-expoblending SUBDIR += kipi-plugin-facebook SUBDIR += kipi-plugin-flashexport SUBDIR += kipi-plugin-flickrexport SUBDIR += kipi-plugin-galleryexport SUBDIR += kipi-plugin-googleservices 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-piwigoexport SUBDIR += kipi-plugin-printimages SUBDIR += kipi-plugin-rajceexport SUBDIR += kipi-plugin-rawconverter SUBDIR += kipi-plugin-removeredeyes SUBDIR += kipi-plugin-sendimages SUBDIR += kipi-plugin-shwup SUBDIR += kipi-plugin-smug SUBDIR += kipi-plugin-timeadjust SUBDIR += kipi-plugin-videoslideshow SUBDIR += kipi-plugin-vkontakte SUBDIR += kipi-plugin-yandexfotki SUBDIR += kipi-plugins-kde4 SUBDIR += kix-kmod SUBDIR += klatexformula SUBDIR += kludge3d SUBDIR += kolourpaint SUBDIR += kphotoalbum-kde4 SUBDIR += kpovmodeler SUBDIR += kqtquickcharts SUBDIR += ksaneplugin SUBDIR += ksnapshot SUBDIR += kudu SUBDIR += l2p SUBDIR += laternamagica SUBDIR += lcdtest SUBDIR += lcms SUBDIR += lcms-python SUBDIR += lcms2 SUBDIR += leafpak SUBDIR += lensfun SUBDIR += lepton SUBDIR += leptonica SUBDIR += lfview SUBDIR += lib3ds SUBDIR += libEGL SUBDIR += libGL SUBDIR += libGLU SUBDIR += libGLw SUBDIR += libafterimage SUBDIR += libart_lgpl SUBDIR += libboard SUBDIR += libbpg SUBDIR += libcaca SUBDIR += libcdr01 SUBDIR += libchamplain SUBDIR += libdmtx SUBDIR += libdrm SUBDIR += libecwj2 SUBDIR += libemf SUBDIR += libepoxy SUBDIR += libetonyek01 SUBDIR += libexif SUBDIR += libexif-gtk SUBDIR += libfpx SUBDIR += libfreehand SUBDIR += libgaiagraphics SUBDIR += libgeotiff SUBDIR += libgfx SUBDIR += libglapi SUBDIR += libglesv2 SUBDIR += libgltext SUBDIR += libgltf SUBDIR += libgnomecanvas SUBDIR += libgnomecanvas-reference SUBDIR += libgnomecanvasmm26 SUBDIR += libgphoto2 SUBDIR += libgxps SUBDIR += libimg SUBDIR += libiptcdata SUBDIR += libjpeg-turbo SUBDIR += libkdcraw-kde4 SUBDIR += libkexiv2-kde4 SUBDIR += libkface SUBDIR += libkipi-kde4 SUBDIR += libkipiplugins SUBDIR += libksane SUBDIR += libkscreen SUBDIR += liblqr-1 SUBDIR += liblug SUBDIR += libmng SUBDIR += libmorph SUBDIR += libnsbmp SUBDIR += libnsgif SUBDIR += libopenraw SUBDIR += libosmesa SUBDIR += libpano13 SUBDIR += libpcd SUBDIR += libpgf SUBDIR += libpotrace SUBDIR += libprojectm SUBDIR += libpuzzle SUBDIR += libqrencode SUBDIR += librasterlite SUBDIR += librasterlite2 SUBDIR += libraw SUBDIR += libreatlas SUBDIR += librsvg2 SUBDIR += libsixel SUBDIR += libspiro SUBDIR += libsvg SUBDIR += libsvg-cairo SUBDIR += libvisual SUBDIR += libvisual04 SUBDIR += libvisual04-plugins SUBDIR += libwmf SUBDIR += libwmf-nox11 SUBDIR += libwpg03 SUBDIR += libyuv SUBDIR += lightzone SUBDIR += linplasma SUBDIR += linux-adobesvg SUBDIR += linux-c6-cairo SUBDIR += linux-c6-dri SUBDIR += linux-c6-gdk-pixbuf2 SUBDIR += linux-c6-glx-utils SUBDIR += linux-c6-jasper SUBDIR += linux-c6-jpeg SUBDIR += linux-c6-libGLU SUBDIR += linux-c6-png SUBDIR += linux-c6-sdl_image SUBDIR += linux-c6-sdl_ttf SUBDIR += linux-c6-tiff + SUBDIR += linux-c7-cairo + SUBDIR += linux-c7-dri + SUBDIR += linux-c7-gdk-pixbuf2 + SUBDIR += linux-c7-glx-utils + SUBDIR += linux-c7-jasper + SUBDIR += linux-c7-jbigkit + SUBDIR += linux-c7-jpeg + SUBDIR += linux-c7-libGLU + SUBDIR += linux-c7-png + SUBDIR += linux-c7-sdl_image + SUBDIR += linux-c7-sdl_ttf + SUBDIR += linux-c7-tiff 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 += llpp SUBDIR += lprof-devel SUBDIR += lua-gd SUBDIR += luminance SUBDIR += luminance-qt5 SUBDIR += luxrender SUBDIR += luxrender14 SUBDIR += mahotas SUBDIR += maim SUBDIR += makehuman SUBDIR += mandelbulber SUBDIR += mapcache SUBDIR += mapnik SUBDIR += mapserver SUBDIR += mapyrus SUBDIR += megapov SUBDIR += mesa-demos SUBDIR += meshviewer SUBDIR += metacam SUBDIR += metapixel SUBDIR += mhgui SUBDIR += ming SUBDIR += mirage SUBDIR += mitsuba SUBDIR += mmrecover SUBDIR += mozjpeg SUBDIR += mscgen SUBDIR += mtpaint SUBDIR += multican SUBDIR += mupdf SUBDIR += mxp SUBDIR += mypaint SUBDIR += nathive SUBDIR += netpbm SUBDIR += nip2 SUBDIR += nomacs SUBDIR += nplot SUBDIR += npretty SUBDIR += nurbs++ 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 += opencv2 SUBDIR += opencv2-core SUBDIR += opencv2-java SUBDIR += opendx SUBDIR += opengl-man SUBDIR += opengtl SUBDIR += openimageio SUBDIR += openjpeg SUBDIR += openjpeg15 SUBDIR += openjump SUBDIR += opennurbs SUBDIR += openrm SUBDIR += openshadinglanguage SUBDIR += opensubdiv SUBDIR += optar SUBDIR += optipng SUBDIR += osg SUBDIR += osg-devel SUBDIR += osgearth SUBDIR += oyranos SUBDIR += p5-Acme-Steganography-Image-Png SUBDIR += p5-Barcode-ZBar 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-Gnuplot 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-Data-Google-Visualization-DataSource SUBDIR += p5-Data-Google-Visualization-DataTable 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-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-feedgnuplot SUBDIR += p5-ming SUBDIR += panoglview SUBDIR += panomatic SUBDIR += partio SUBDIR += pdf2svg SUBDIR += pdfpc SUBDIR += pear-Horde_Image 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 += phototonic SUBDIR += php-facedetect SUBDIR += php-gdal SUBDIR += php-libpuzzle SUBDIR += php-magickwand SUBDIR += php5-ffmpeg SUBDIR += php55-exif SUBDIR += php55-gd SUBDIR += php56-exif SUBDIR += php56-gd SUBDIR += php70-exif SUBDIR += php70-gd SUBDIR += phplot SUBDIR += picpuz SUBDIR += piddle SUBDIR += piglit SUBDIR += pikopixel 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-qt5 SUBDIR += poppler-utils 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 += py-PyOpenGL SUBDIR += py-PyOpenGL-accelerate SUBDIR += py-PyX SUBDIR += py-PyX12 SUBDIR += py-aafigure SUBDIR += py-actdiag SUBDIR += py-blockdiag SUBDIR += py-blockdiagcontrib-cisco SUBDIR += py-cairo SUBDIR += py-cairocffi SUBDIR += py-chart SUBDIR += py-django-easy-thumbnails SUBDIR += py-editobj SUBDIR += py-exif SUBDIR += py-exifread 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-gphoto2 SUBDIR += py-graph SUBDIR += py-graph-core SUBDIR += py-graph-dot SUBDIR += py-graphy SUBDIR += py-gvgen SUBDIR += py-imageio SUBDIR += py-imagesize SUBDIR += py-imgurpython SUBDIR += py-mayavi SUBDIR += py-mcomix SUBDIR += py-ming SUBDIR += py-nwdiag SUBDIR += py-opencolorio SUBDIR += py-opencv2 SUBDIR += py-openexr SUBDIR += py-openimageio SUBDIR += py-paint SUBDIR += py-pillow SUBDIR += py-pivy SUBDIR += py-plotly SUBDIR += py-png SUBDIR += py-poppler SUBDIR += py-poppler-qt4 SUBDIR += py-pycha SUBDIR += py-pydot SUBDIR += py-pygal SUBDIR += py-pyganim SUBDIR += py-pyggel SUBDIR += py-pyglet SUBDIR += py-pygooglechart SUBDIR += py-pygraphviz SUBDIR += py-pyproj SUBDIR += py-qt4-svg SUBDIR += py-qt5-svg SUBDIR += py-rabbyt SUBDIR += py-sane SUBDIR += py-seqdiag SUBDIR += py-sorl-thumbnail SUBDIR += py-soya3d SUBDIR += py-stltools SUBDIR += py-toyplot SUBDIR += py-traitsui SUBDIR += py-wand SUBDIR += py-webcolors SUBDIR += py3-cairo SUBDIR += py3-pillow SUBDIR += py3-pygraphviz SUBDIR += pygts SUBDIR += pymorph SUBDIR += pysvg SUBDIR += qcomicbook 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-3d SUBDIR += qt5-graphicaleffects SUBDIR += qt5-imageformats SUBDIR += qt5-opengl SUBDIR += qt5-pixeltool SUBDIR += qt5-svg SUBDIR += qtawesome 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 += rigsofrods-caelum SUBDIR += rigsofrods-pagedgeometry SUBDIR += ristretto SUBDIR += ruby-gd SUBDIR += ruby-image_size SUBDIR += ruby-imlib2 SUBDIR += ruby-svg SUBDIR += rubygem-cairo SUBDIR += rubygem-captcha SUBDIR += rubygem-chunky_png SUBDIR += rubygem-clutter SUBDIR += rubygem-clutter-gtk SUBDIR += rubygem-dragonfly SUBDIR += rubygem-emoji SUBDIR += rubygem-exifr SUBDIR += rubygem-ezprint SUBDIR += rubygem-fastimage SUBDIR += rubygem-flamegraph SUBDIR += rubygem-gd2 SUBDIR += rubygem-gdk_pixbuf2 SUBDIR += rubygem-gemojione SUBDIR += rubygem-geokit SUBDIR += rubygem-gitlab_emoji SUBDIR += rubygem-goocanvas SUBDIR += rubygem-gruff SUBDIR += rubygem-image_science SUBDIR += rubygem-imagesize SUBDIR += rubygem-mini_magick SUBDIR += rubygem-objectdetect SUBDIR += rubygem-opengl SUBDIR += rubygem-pdfkit SUBDIR += rubygem-png SUBDIR += rubygem-railroad SUBDIR += rubygem-rmagick SUBDIR += rubygem-rsvg2 SUBDIR += rubygem-ruby-graphviz SUBDIR += rubygem-scruffy SUBDIR += s10sh SUBDIR += s2tc SUBDIR += sage SUBDIR += sam2p SUBDIR += sampleicc SUBDIR += sane-backends SUBDIR += sane-epkowa 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 += sdump SUBDIR += seam-carving-gui SUBDIR += seejpeg SUBDIR += seexpr SUBDIR += sekrit-twc-zimg SUBDIR += seom SUBDIR += separate SUBDIR += seq2gif SUBDIR += shared-color-profiles SUBDIR += sharpconstruct SUBDIR += shiva-collections SUBDIR += shotwell SUBDIR += showimage SUBDIR += silgraphite SUBDIR += simage SUBDIR += simpleviewer SUBDIR += sk1libs SUBDIR += skanlite SUBDIR += smillaenlarger 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 += vapoursynth-waifu2x-w2xc SUBDIR += variety SUBDIR += vcg SUBDIR += viewnior SUBDIR += vigra SUBDIR += vips SUBDIR += visprint SUBDIR += volpack SUBDIR += vp SUBDIR += waffle SUBDIR += waifu2x-converter-cpp SUBDIR += webp 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 += xpeps SUBDIR += xpx SUBDIR += xsane SUBDIR += xsvg SUBDIR += xtexcad SUBDIR += xv SUBDIR += xv-m17n SUBDIR += xwpick SUBDIR += yafray SUBDIR += yagf SUBDIR += yed SUBDIR += yukon SUBDIR += zathura SUBDIR += zathura-cb SUBDIR += zathura-djvu SUBDIR += zathura-pdf-mupdf SUBDIR += zathura-pdf-poppler SUBDIR += zathura-ps SUBDIR += zbar SUBDIR += zgv SUBDIR += zimg SUBDIR += zint SUBDIR += zphoto .include Index: head/graphics/linux-c7-cairo/Makefile =================================================================== --- head/graphics/linux-c7-cairo/Makefile (nonexistent) +++ head/graphics/linux-c7-cairo/Makefile (revision 424259) @@ -0,0 +1,22 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= cairo +PORTVERSION= 1.14.2 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Vector graphics library Cairo (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 1.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= fontconfig pixman png xorglibs +USE_LINUX_RPM= yes + +PORTDOCS= AUTHORS BIBLIOGRAPHY BUGS COPYING COPYING-LGPL-2.1 \ + COPYING-MPL-1.1 NEWS README + +.include Property changes on: head/graphics/linux-c7-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-c7-cairo/distinfo.i386 =================================================================== --- head/graphics/linux-c7-cairo/distinfo.i386 (nonexistent) +++ head/graphics/linux-c7-cairo/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355866 +SHA256 (rpm/centos/7.2.1511/i386/cairo-1.14.2-1.el7.i686.rpm) = 5f50b93ddd90d42a3ac6ed23f9db59dfe6c269f49a05f225500e4f081abc1a46 +SIZE (rpm/centos/7.2.1511/i386/cairo-1.14.2-1.el7.i686.rpm) = 757648 +SHA256 (rpm/centos/7.2.1511/i386/cairo-1.14.2-1.el7.src.rpm) = b2d9ae1faae434bcddfcbe8424b864db1fd6b1538ef37147942cb9f4371f4214 +SIZE (rpm/centos/7.2.1511/i386/cairo-1.14.2-1.el7.src.rpm) = 35402204 Property changes on: head/graphics/linux-c7-cairo/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-c7-cairo/distinfo.x86_64 =================================================================== --- head/graphics/linux-c7-cairo/distinfo.x86_64 (nonexistent) +++ head/graphics/linux-c7-cairo/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674817 +SHA256 (rpm/centos/7.2.1511/x86_64/cairo-1.14.2-1.el7.i686.rpm) = 5f50b93ddd90d42a3ac6ed23f9db59dfe6c269f49a05f225500e4f081abc1a46 +SIZE (rpm/centos/7.2.1511/x86_64/cairo-1.14.2-1.el7.i686.rpm) = 757648 +SHA256 (rpm/centos/7.2.1511/x86_64/cairo-1.14.2-1.el7.x86_64.rpm) = 07085c61b8ae6bdffa9998479af91aa0296ee9b89dc372d95eda1017561b5c44 +SIZE (rpm/centos/7.2.1511/x86_64/cairo-1.14.2-1.el7.x86_64.rpm) = 727824 +SHA256 (rpm/centos/7.2.1511/x86_64/cairo-1.14.2-1.el7.src.rpm) = b2d9ae1faae434bcddfcbe8424b864db1fd6b1538ef37147942cb9f4371f4214 +SIZE (rpm/centos/7.2.1511/x86_64/cairo-1.14.2-1.el7.src.rpm) = 35402204 Property changes on: head/graphics/linux-c7-cairo/distinfo.x86_64 ___________________________________________________________________ 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-c7-cairo/pkg-descr =================================================================== --- head/graphics/linux-c7-cairo/pkg-descr (nonexistent) +++ head/graphics/linux-c7-cairo/pkg-descr (revision 424259) @@ -0,0 +1,15 @@ +This is a Linux 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-c7-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-c7-cairo/pkg-plist.i386 =================================================================== --- head/graphics/linux-c7-cairo/pkg-plist.i386 (nonexistent) +++ head/graphics/linux-c7-cairo/pkg-plist.i386 (revision 424259) @@ -0,0 +1,2 @@ +usr/lib/libcairo.so.2 +usr/lib/libcairo.so.2.11400.2 Property changes on: head/graphics/linux-c7-cairo/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c7-cairo/pkg-plist.x86_64 =================================================================== --- head/graphics/linux-c7-cairo/pkg-plist.x86_64 (nonexistent) +++ head/graphics/linux-c7-cairo/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,4 @@ +usr/lib/libcairo.so.2 +usr/lib/libcairo.so.2.11400.2 +usr/lib64/libcairo.so.2 +usr/lib64/libcairo.so.2.11400.2 Property changes on: head/graphics/linux-c7-cairo/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-dri/Makefile =================================================================== --- head/graphics/linux-c7-dri/Makefile (nonexistent) +++ head/graphics/linux-c7-dri/Makefile (revision 424259) @@ -0,0 +1,27 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= dri +PORTVERSION= 10.6.5 +CATEGORIES= graphics linux +LIB_DISTFILES= mesa-libGL-${PORTVERSION}-3.20150824.el7${EXTRACT_SUFX} \ + mesa-libGLU-9.0.0-4.el7${EXTRACT_SUFX} \ + mesa-dri-drivers-${PORTVERSION}-3.20150824.el7${EXTRACT_SUFX} \ + libdrm-2.4.60-3.el7${EXTRACT_SUFX} \ + freeglut-2.8.1-3.el7${EXTRACT_SUFX} +SRC_DISTFILES= mesa-${PORTVERSION}-3.20150824.el7${SRC_SUFX}:SOURCE \ + libdrm-2.4.60-3.el7${SRC_SUFX}:SOURCE \ + freeglut-2.8.1-3.el7${SRC_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Mesa libGL runtime libraries (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +USES= linux:c7 +USE_LINUX= xorglibs +USE_LINUX_RPM= yes +USE_LDCONFIG= yes +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/graphics/linux-c7-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-c7-dri/distinfo.i386 =================================================================== --- head/graphics/linux-c7-dri/distinfo.i386 (nonexistent) +++ head/graphics/linux-c7-dri/distinfo.i386 (revision 424259) @@ -0,0 +1,17 @@ +TIMESTAMP = 1473777835 +SHA256 (rpm/centos/7.2.1511/i386/mesa-libGL-10.6.5-3.20150824.el7.i686.rpm) = cf61bdb4110106414a4d6cbd023311f72409d68373ab434f1ea60c0b835886d0 +SIZE (rpm/centos/7.2.1511/i386/mesa-libGL-10.6.5-3.20150824.el7.i686.rpm) = 206624 +SHA256 (rpm/centos/7.2.1511/i386/mesa-libGLU-9.0.0-4.el7.i686.rpm) = 6b4904d75295e3020afbc2767febd88a6f2dd6091762fccd5ec7251bf3fd8ed8 +SIZE (rpm/centos/7.2.1511/i386/mesa-libGLU-9.0.0-4.el7.i686.rpm) = 202504 +SHA256 (rpm/centos/7.2.1511/i386/mesa-dri-drivers-10.6.5-3.20150824.el7.i686.rpm) = aa62083b0beef2e8e01f894f20ae38a78e97093df30e73586f1404013c132162 +SIZE (rpm/centos/7.2.1511/i386/mesa-dri-drivers-10.6.5-3.20150824.el7.i686.rpm) = 4872412 +SHA256 (rpm/centos/7.2.1511/i386/libdrm-2.4.60-3.el7.i686.rpm) = 17d7e935db22b1d5a7a3fc816a515804d733003a518a5245321166a90792087d +SIZE (rpm/centos/7.2.1511/i386/libdrm-2.4.60-3.el7.i686.rpm) = 130496 +SHA256 (rpm/centos/7.2.1511/i386/freeglut-2.8.1-3.el7.i686.rpm) = cb84a5ba3876c49055e333afc57867f6ae9cbf2a6fa98945aeca635804242acc +SIZE (rpm/centos/7.2.1511/i386/freeglut-2.8.1-3.el7.i686.rpm) = 181752 +SHA256 (rpm/centos/7.2.1511/i386/mesa-10.6.5-3.20150824.el7.src.rpm) = 12dc00a729e861fdacc79aa78be8d9a862092cc8367375ffaa328ae4755c2238 +SIZE (rpm/centos/7.2.1511/i386/mesa-10.6.5-3.20150824.el7.src.rpm) = 6299039 +SHA256 (rpm/centos/7.2.1511/i386/libdrm-2.4.60-3.el7.src.rpm) = 9dab661358ffc78a9d7235a52e21b1ecc7a26a7de98a72de3adcfb2ef3b8cdb6 +SIZE (rpm/centos/7.2.1511/i386/libdrm-2.4.60-3.el7.src.rpm) = 598747 +SHA256 (rpm/centos/7.2.1511/i386/freeglut-2.8.1-3.el7.src.rpm) = 26cff0fe33bcf5a1ddd989a68959a7338a49ed0c7543f1659ea75d733753de5d +SIZE (rpm/centos/7.2.1511/i386/freeglut-2.8.1-3.el7.src.rpm) = 2068458 Property changes on: head/graphics/linux-c7-dri/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-c7-dri/distinfo.x86_64 =================================================================== --- head/graphics/linux-c7-dri/distinfo.x86_64 (nonexistent) +++ head/graphics/linux-c7-dri/distinfo.x86_64 (revision 424259) @@ -0,0 +1,27 @@ +TIMESTAMP = 1473778399 +SHA256 (rpm/centos/7.2.1511/x86_64/mesa-libGL-10.6.5-3.20150824.el7.i686.rpm) = cf61bdb4110106414a4d6cbd023311f72409d68373ab434f1ea60c0b835886d0 +SIZE (rpm/centos/7.2.1511/x86_64/mesa-libGL-10.6.5-3.20150824.el7.i686.rpm) = 206624 +SHA256 (rpm/centos/7.2.1511/x86_64/mesa-libGLU-9.0.0-4.el7.i686.rpm) = 6b4904d75295e3020afbc2767febd88a6f2dd6091762fccd5ec7251bf3fd8ed8 +SIZE (rpm/centos/7.2.1511/x86_64/mesa-libGLU-9.0.0-4.el7.i686.rpm) = 202504 +SHA256 (rpm/centos/7.2.1511/x86_64/mesa-dri-drivers-10.6.5-3.20150824.el7.i686.rpm) = aa62083b0beef2e8e01f894f20ae38a78e97093df30e73586f1404013c132162 +SIZE (rpm/centos/7.2.1511/x86_64/mesa-dri-drivers-10.6.5-3.20150824.el7.i686.rpm) = 4872412 +SHA256 (rpm/centos/7.2.1511/x86_64/libdrm-2.4.60-3.el7.i686.rpm) = 17d7e935db22b1d5a7a3fc816a515804d733003a518a5245321166a90792087d +SIZE (rpm/centos/7.2.1511/x86_64/libdrm-2.4.60-3.el7.i686.rpm) = 130496 +SHA256 (rpm/centos/7.2.1511/x86_64/freeglut-2.8.1-3.el7.i686.rpm) = cb84a5ba3876c49055e333afc57867f6ae9cbf2a6fa98945aeca635804242acc +SIZE (rpm/centos/7.2.1511/x86_64/freeglut-2.8.1-3.el7.i686.rpm) = 181752 +SHA256 (rpm/centos/7.2.1511/x86_64/mesa-libGL-10.6.5-3.20150824.el7.x86_64.rpm) = 01c83adec0a7fe20a432e44f2d44690085092fe278778ed9a031c68b8445ea96 +SIZE (rpm/centos/7.2.1511/x86_64/mesa-libGL-10.6.5-3.20150824.el7.x86_64.rpm) = 188672 +SHA256 (rpm/centos/7.2.1511/x86_64/mesa-libGLU-9.0.0-4.el7.x86_64.rpm) = b21eb09f310635c5f6c426f2013e9cab95c95f1446522a575c16a58099ee465b +SIZE (rpm/centos/7.2.1511/x86_64/mesa-libGLU-9.0.0-4.el7.x86_64.rpm) = 200876 +SHA256 (rpm/centos/7.2.1511/x86_64/mesa-dri-drivers-10.6.5-3.20150824.el7.x86_64.rpm) = 0931233579ea57780b4e4e00a9b223e807f2cdf17d8c9ccf437df45d447e896f +SIZE (rpm/centos/7.2.1511/x86_64/mesa-dri-drivers-10.6.5-3.20150824.el7.x86_64.rpm) = 4795348 +SHA256 (rpm/centos/7.2.1511/x86_64/libdrm-2.4.60-3.el7.x86_64.rpm) = 41f3cccc896aa4935a36109176ebc431fac551803bf44baec32aa4dfc8b2b930 +SIZE (rpm/centos/7.2.1511/x86_64/libdrm-2.4.60-3.el7.x86_64.rpm) = 128020 +SHA256 (rpm/centos/7.2.1511/x86_64/freeglut-2.8.1-3.el7.x86_64.rpm) = 03c2401574a11b7e7b7113a1d8503702a53aecd2a44e2ad05458fef78aefb35d +SIZE (rpm/centos/7.2.1511/x86_64/freeglut-2.8.1-3.el7.x86_64.rpm) = 186864 +SHA256 (rpm/centos/7.2.1511/x86_64/mesa-10.6.5-3.20150824.el7.src.rpm) = 12dc00a729e861fdacc79aa78be8d9a862092cc8367375ffaa328ae4755c2238 +SIZE (rpm/centos/7.2.1511/x86_64/mesa-10.6.5-3.20150824.el7.src.rpm) = 6299039 +SHA256 (rpm/centos/7.2.1511/x86_64/libdrm-2.4.60-3.el7.src.rpm) = 9dab661358ffc78a9d7235a52e21b1ecc7a26a7de98a72de3adcfb2ef3b8cdb6 +SIZE (rpm/centos/7.2.1511/x86_64/libdrm-2.4.60-3.el7.src.rpm) = 598747 +SHA256 (rpm/centos/7.2.1511/x86_64/freeglut-2.8.1-3.el7.src.rpm) = 26cff0fe33bcf5a1ddd989a68959a7338a49ed0c7543f1659ea75d733753de5d +SIZE (rpm/centos/7.2.1511/x86_64/freeglut-2.8.1-3.el7.src.rpm) = 2068458 Property changes on: head/graphics/linux-c7-dri/distinfo.x86_64 ___________________________________________________________________ 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-c7-dri/pkg-descr =================================================================== --- head/graphics/linux-c7-dri/pkg-descr (nonexistent) +++ head/graphics/linux-c7-dri/pkg-descr (revision 424259) @@ -0,0 +1,2 @@ +The port installs Linux CentOS 7 Mesa libGL runtime libraries +and DRI drivers. Property changes on: head/graphics/linux-c7-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-c7-dri/pkg-plist.i386 =================================================================== --- head/graphics/linux-c7-dri/pkg-plist.i386 (nonexistent) +++ head/graphics/linux-c7-dri/pkg-plist.i386 (revision 424259) @@ -0,0 +1,44 @@ +etc/drirc +usr/lib/dri/i915_dri.so +usr/lib/dri/i965_dri.so +usr/lib/dri/kms_swrast_dri.so +usr/lib/dri/nouveau_dri.so +usr/lib/dri/r300_dri.so +usr/lib/dri/r600_dri.so +usr/lib/dri/radeonsi_dri.so +usr/lib/dri/swrast_dri.so +usr/lib/dri/vmwgfx_dri.so +usr/lib/libGL.so.1 +usr/lib/libGL.so.1.2.0 +usr/lib/libGLU.so.1 +usr/lib/libGLU.so.1.3.1 +usr/lib/libdrm.so.2 +usr/lib/libdrm.so.2.4.0 +usr/lib/libdrm_intel.so.1 +usr/lib/libdrm_intel.so.1.0.0 +usr/lib/libdrm_nouveau.so.2 +usr/lib/libdrm_nouveau.so.2.0.0 +usr/lib/libdrm_radeon.so.1 +usr/lib/libdrm_radeon.so.1.0.1 +usr/lib/libglut.so.3 +usr/lib/libglut.so.3.9.0 +usr/lib/libkms.so.1 +usr/lib/libkms.so.1.0.0 +usr/lib/udev/rules.d/91-drm-modeset.rules +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/AUTHORS +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/COPYING +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/ChangeLog +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/INSTALL +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/NEWS +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/README +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/TODO +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/download.html +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/freeglut.html +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/freeglut_logo.png +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/freeglut_user_interface.html +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/index.html +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/ogl_sm.png +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/progress.html +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/structure.html +%%PORTDOCS%%usr/share/doc/libdrm-2.4.60/README +%%PORTDOCS%%usr/share/doc/mesa-libGL-10.6.5/COPYING Property changes on: head/graphics/linux-c7-dri/pkg-plist.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-c7-dri/pkg-plist.x86_64 =================================================================== --- head/graphics/linux-c7-dri/pkg-plist.x86_64 (nonexistent) +++ head/graphics/linux-c7-dri/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,69 @@ +etc/drirc +usr/lib/dri/i915_dri.so +usr/lib/dri/i965_dri.so +usr/lib/dri/kms_swrast_dri.so +usr/lib/dri/nouveau_dri.so +usr/lib/dri/r300_dri.so +usr/lib/dri/r600_dri.so +usr/lib/dri/radeonsi_dri.so +usr/lib/dri/swrast_dri.so +usr/lib/dri/vmwgfx_dri.so +usr/lib/libGL.so.1 +usr/lib/libGL.so.1.2.0 +usr/lib/libGLU.so.1 +usr/lib/libGLU.so.1.3.1 +usr/lib/libdrm.so.2 +usr/lib/libdrm.so.2.4.0 +usr/lib/libdrm_intel.so.1 +usr/lib/libdrm_intel.so.1.0.0 +usr/lib/libdrm_nouveau.so.2 +usr/lib/libdrm_nouveau.so.2.0.0 +usr/lib/libdrm_radeon.so.1 +usr/lib/libdrm_radeon.so.1.0.1 +usr/lib/libglut.so.3 +usr/lib/libglut.so.3.9.0 +usr/lib/libkms.so.1 +usr/lib/libkms.so.1.0.0 +usr/lib/udev/rules.d/91-drm-modeset.rules +usr/lib64/dri/i915_dri.so +usr/lib64/dri/i965_dri.so +usr/lib64/dri/kms_swrast_dri.so +usr/lib64/dri/nouveau_dri.so +usr/lib64/dri/r300_dri.so +usr/lib64/dri/r600_dri.so +usr/lib64/dri/radeonsi_dri.so +usr/lib64/dri/swrast_dri.so +usr/lib64/dri/vmwgfx_dri.so +usr/lib64/libGL.so.1 +usr/lib64/libGL.so.1.2.0 +usr/lib64/libGLU.so.1 +usr/lib64/libGLU.so.1.3.1 +usr/lib64/libdrm.so.2 +usr/lib64/libdrm.so.2.4.0 +usr/lib64/libdrm_intel.so.1 +usr/lib64/libdrm_intel.so.1.0.0 +usr/lib64/libdrm_nouveau.so.2 +usr/lib64/libdrm_nouveau.so.2.0.0 +usr/lib64/libdrm_radeon.so.1 +usr/lib64/libdrm_radeon.so.1.0.1 +usr/lib64/libglut.so.3 +usr/lib64/libglut.so.3.9.0 +usr/lib64/libkms.so.1 +usr/lib64/libkms.so.1.0.0 +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/AUTHORS +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/COPYING +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/ChangeLog +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/INSTALL +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/NEWS +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/README +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/TODO +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/download.html +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/freeglut.html +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/freeglut_logo.png +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/freeglut_user_interface.html +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/index.html +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/ogl_sm.png +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/progress.html +%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/structure.html +%%PORTDOCS%%usr/share/doc/libdrm-2.4.60/README +%%PORTDOCS%%usr/share/doc/mesa-libGL-10.6.5/COPYING Property changes on: head/graphics/linux-c7-dri/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-gdk-pixbuf2/Makefile =================================================================== --- head/graphics/linux-c7-gdk-pixbuf2/Makefile (nonexistent) +++ head/graphics/linux-c7-gdk-pixbuf2/Makefile (revision 424259) @@ -0,0 +1,20 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= gdk-pixbuf2 +PORTVERSION= 2.31.6 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= RPM of the gdk-pixbuf lib (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 3.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= jasper jpeg png tiff xorglibs +USE_LINUX_RPM= yes +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/graphics/linux-c7-gdk-pixbuf2/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-c7-gdk-pixbuf2/distinfo.i386 =================================================================== --- head/graphics/linux-c7-gdk-pixbuf2/distinfo.i386 (nonexistent) +++ head/graphics/linux-c7-gdk-pixbuf2/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355853 +SHA256 (rpm/centos/7.2.1511/i386/gdk-pixbuf2-2.31.6-3.el7.i686.rpm) = 66f20d649deedd1043e4ecf4f3434c92d4699e5e3aba248158fc1235a6194bda +SIZE (rpm/centos/7.2.1511/i386/gdk-pixbuf2-2.31.6-3.el7.i686.rpm) = 570528 +SHA256 (rpm/centos/7.2.1511/i386/gdk-pixbuf2-2.31.6-3.el7.src.rpm) = c1d659347f60fa62efeec58d9b8361f1f346740192f7fac11c03894143aba637 +SIZE (rpm/centos/7.2.1511/i386/gdk-pixbuf2-2.31.6-3.el7.src.rpm) = 2422061 Property changes on: head/graphics/linux-c7-gdk-pixbuf2/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-c7-gdk-pixbuf2/distinfo.x86_64 =================================================================== --- head/graphics/linux-c7-gdk-pixbuf2/distinfo.x86_64 (nonexistent) +++ head/graphics/linux-c7-gdk-pixbuf2/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674809 +SHA256 (rpm/centos/7.2.1511/x86_64/gdk-pixbuf2-2.31.6-3.el7.i686.rpm) = 66f20d649deedd1043e4ecf4f3434c92d4699e5e3aba248158fc1235a6194bda +SIZE (rpm/centos/7.2.1511/x86_64/gdk-pixbuf2-2.31.6-3.el7.i686.rpm) = 570528 +SHA256 (rpm/centos/7.2.1511/x86_64/gdk-pixbuf2-2.31.6-3.el7.x86_64.rpm) = 71263f92169832a9e28dc7cb63fd40470362537fb515cd870e9abb7074de7487 +SIZE (rpm/centos/7.2.1511/x86_64/gdk-pixbuf2-2.31.6-3.el7.x86_64.rpm) = 572764 +SHA256 (rpm/centos/7.2.1511/x86_64/gdk-pixbuf2-2.31.6-3.el7.src.rpm) = c1d659347f60fa62efeec58d9b8361f1f346740192f7fac11c03894143aba637 +SIZE (rpm/centos/7.2.1511/x86_64/gdk-pixbuf2-2.31.6-3.el7.src.rpm) = 2422061 Property changes on: head/graphics/linux-c7-gdk-pixbuf2/distinfo.x86_64 ___________________________________________________________________ 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-c7-gdk-pixbuf2/pkg-plist.i386 =================================================================== --- head/graphics/linux-c7-gdk-pixbuf2/pkg-plist.i386 (nonexistent) +++ head/graphics/linux-c7-gdk-pixbuf2/pkg-plist.i386 (revision 424259) @@ -0,0 +1,133 @@ +usr/bin/gdk-pixbuf-query-loaders-32 +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jasper.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pcx.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ras.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tiff.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-wbmp.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so +@rmtry usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache +usr/lib/girepository-1.0/GdkPixbuf-2.0.typelib +usr/lib/libgdk_pixbuf-2.0.so.0 +usr/lib/libgdk_pixbuf-2.0.so.0.3100.6 +usr/lib/libgdk_pixbuf_xlib-2.0.so.0 +usr/lib/libgdk_pixbuf_xlib-2.0.so.0.3100.6 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +usr/share/locale/af/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/as/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ast/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/az/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/be/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/be@latin/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/bg/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/bn/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/bn_IN/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/br/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/bs/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ca/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/crh/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/csb/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/cy/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/da/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/dz/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/el/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/en@shaw/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/en_CA/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/eo/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/et/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/eu/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/fa/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ga/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/he/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/hi/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/hr/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/hy/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ia/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/io/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/is/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/it/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ja/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/kk/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/km/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/kn/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ku/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/li/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/mai/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/mi/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/mk/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ml/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/mn/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/mr/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ms/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/my/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/nds/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ne/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/nl/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/nn/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/nso/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/or/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/pa/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ps/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ro/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ru/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/si/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/sq/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/sr@ije/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ta/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/te/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/tg/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/th/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/tk/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/tt/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ug/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/uk/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/uz/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/uz@cyrillic/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/vi/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/wa/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/xh/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/yi/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo +usr/share/man/man1/gdk-pixbuf-query-loaders.1.gz +@postexec %D/usr/bin/gdk-pixbuf-query-loaders-32 --update-cache Property changes on: head/graphics/linux-c7-gdk-pixbuf2/pkg-plist.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-c7-gdk-pixbuf2/pkg-plist.x86_64 =================================================================== --- head/graphics/linux-c7-gdk-pixbuf2/pkg-plist.x86_64 (nonexistent) +++ head/graphics/linux-c7-gdk-pixbuf2/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,157 @@ +usr/bin/gdk-pixbuf-query-loaders-32 +usr/bin/gdk-pixbuf-query-loaders-64 +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jasper.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pcx.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ras.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tiff.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-wbmp.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.so +usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so +@rmtry usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache +usr/lib/girepository-1.0/GdkPixbuf-2.0.typelib +usr/lib/libgdk_pixbuf-2.0.so.0 +usr/lib/libgdk_pixbuf-2.0.so.0.3100.6 +usr/lib/libgdk_pixbuf_xlib-2.0.so.0 +usr/lib/libgdk_pixbuf_xlib-2.0.so.0.3100.6 +usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.so +usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so +usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so +usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.so +usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so +usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jasper.so +usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.so +usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pcx.so +usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.so +usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.so +usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ras.so +usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.so +usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tiff.so +usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-wbmp.so +usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.so +usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so +@rmtry usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders.cache +usr/lib64/girepository-1.0/GdkPixbuf-2.0.typelib +usr/lib64/libgdk_pixbuf-2.0.so.0 +usr/lib64/libgdk_pixbuf-2.0.so.0.3100.6 +usr/lib64/libgdk_pixbuf_xlib-2.0.so.0 +usr/lib64/libgdk_pixbuf_xlib-2.0.so.0.3100.6 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +usr/share/locale/af/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/as/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ast/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/az/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/be/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/be@latin/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/bg/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/bn/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/bn_IN/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/br/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/bs/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ca/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/crh/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/csb/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/cy/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/da/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/dz/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/el/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/en@shaw/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/en_CA/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/eo/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/et/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/eu/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/fa/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ga/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/he/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/hi/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/hr/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/hy/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ia/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/io/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/is/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/it/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ja/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/kk/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/km/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/kn/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ku/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/li/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/mai/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/mi/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/mk/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ml/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/mn/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/mr/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ms/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/my/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/nds/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ne/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/nl/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/nn/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/nso/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/or/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/pa/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ps/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ro/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ru/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/si/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/sq/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/sr@ije/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ta/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/te/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/tg/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/th/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/tk/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/tt/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/ug/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/uk/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/uz/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/uz@cyrillic/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/vi/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/wa/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/xh/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/yi/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo +usr/share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo +usr/share/man/man1/gdk-pixbuf-query-loaders.1.gz +@postexec %D/usr/bin/gdk-pixbuf-query-loaders-32 --update-cache +@postexec %D/usr/bin/gdk-pixbuf-query-loaders-64 --update-cache Property changes on: head/graphics/linux-c7-gdk-pixbuf2/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-glx-utils/Makefile =================================================================== --- head/graphics/linux-c7-glx-utils/Makefile (nonexistent) +++ head/graphics/linux-c7-glx-utils/Makefile (revision 424259) @@ -0,0 +1,25 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= glx-utils +PORTVERSION= 8.2.0 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= RPM of the GLX utils (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 2.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= nolib + +OPTIONS_DEFINE= NVIDIA_GL +NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver +NVIDIA_GL_USE= LINUX=libglu +NVIDIA_GL_USE_OFF= LINUX=dri + +SRC_DISTFILES= mesa-10.6.5-3.20150824.el7${SRC_SUFX}:SOURCE + +.include Property changes on: head/graphics/linux-c7-glx-utils/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c7-glx-utils/distinfo.i386 =================================================================== --- head/graphics/linux-c7-glx-utils/distinfo.i386 (nonexistent) +++ head/graphics/linux-c7-glx-utils/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355849 +SHA256 (rpm/centos/7.2.1511/i386/glx-utils-8.2.0-2.el7.i686.rpm) = 48fff5766d59e4a8d116edac3a6cd1348ad18b109990b352fd45e0a904b8f366 +SIZE (rpm/centos/7.2.1511/i386/glx-utils-8.2.0-2.el7.i686.rpm) = 32132 +SHA256 (rpm/centos/7.2.1511/i386/mesa-10.6.5-3.20150824.el7.src.rpm) = 12dc00a729e861fdacc79aa78be8d9a862092cc8367375ffaa328ae4755c2238 +SIZE (rpm/centos/7.2.1511/i386/mesa-10.6.5-3.20150824.el7.src.rpm) = 6299039 Property changes on: head/graphics/linux-c7-glx-utils/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-c7-glx-utils/distinfo.x86_64 =================================================================== --- head/graphics/linux-c7-glx-utils/distinfo.x86_64 (nonexistent) +++ head/graphics/linux-c7-glx-utils/distinfo.x86_64 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473674805 +SHA256 (rpm/centos/7.2.1511/x86_64/glx-utils-8.2.0-2.el7.x86_64.rpm) = 47440f1558acb66ff47ec6040dda33c8b9419d70ebf0c8b10a85c5b965ce1ed3 +SIZE (rpm/centos/7.2.1511/x86_64/glx-utils-8.2.0-2.el7.x86_64.rpm) = 32536 +SHA256 (rpm/centos/7.2.1511/x86_64/mesa-10.6.5-3.20150824.el7.src.rpm) = 12dc00a729e861fdacc79aa78be8d9a862092cc8367375ffaa328ae4755c2238 +SIZE (rpm/centos/7.2.1511/x86_64/mesa-10.6.5-3.20150824.el7.src.rpm) = 6299039 Property changes on: head/graphics/linux-c7-glx-utils/distinfo.x86_64 ___________________________________________________________________ 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-c7-glx-utils/pkg-plist.i386 =================================================================== --- head/graphics/linux-c7-glx-utils/pkg-plist.i386 (nonexistent) +++ head/graphics/linux-c7-glx-utils/pkg-plist.i386 (revision 424259) @@ -0,0 +1,4 @@ +usr/bin/glxgears +usr/bin/glxinfo +usr/bin/xdriinfo +usr/share/man/man1/xdriinfo.1.gz Property changes on: head/graphics/linux-c7-glx-utils/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c7-glx-utils/pkg-plist.x86_64 =================================================================== --- head/graphics/linux-c7-glx-utils/pkg-plist.x86_64 (nonexistent) +++ head/graphics/linux-c7-glx-utils/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,4 @@ +usr/bin/glxgears +usr/bin/glxinfo +usr/bin/xdriinfo +usr/share/man/man1/xdriinfo.1.gz Property changes on: head/graphics/linux-c7-glx-utils/pkg-plist.x86_64 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c7-glx-utils/pkg-descr =================================================================== --- head/graphics/linux-c7-glx-utils/pkg-descr (nonexistent) +++ head/graphics/linux-c7-glx-utils/pkg-descr (revision 424259) @@ -0,0 +1,3 @@ +This package contains among others glxinfo and glxgears. + +WWW: http://www.centos.org Property changes on: head/graphics/linux-c7-glx-utils/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c7-jasper/Makefile =================================================================== --- head/graphics/linux-c7-jasper/Makefile (nonexistent) +++ head/graphics/linux-c7-jasper/Makefile (revision 424259) @@ -0,0 +1,22 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= jasper +PORTVERSION= 1.900.1 +CATEGORIES= graphics linux +LIB_DISTFILES= ${PORTNAME}-libs-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX} +SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= JPEG-2000 reference implementation (Linux CentOS ${LINUX_DIST_VER}) + +RPMVERSION= 29.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= jpeg +USE_LINUX_RPM= yes + +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-libs-${PORTVERSION} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/graphics/linux-c7-jasper/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-c7-jasper/distinfo.i386 =================================================================== --- head/graphics/linux-c7-jasper/distinfo.i386 (nonexistent) +++ head/graphics/linux-c7-jasper/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1474464087 +SHA256 (rpm/centos/7.2.1511/i386/jasper-libs-1.900.1-29.el7.i686.rpm) = 0fa495242ba6e8ec8d85c1c87ad0f5ea055818503cb45fb7ad589584cd57f85c +SIZE (rpm/centos/7.2.1511/i386/jasper-libs-1.900.1-29.el7.i686.rpm) = 149580 +SHA256 (rpm/centos/7.2.1511/i386/jasper-1.900.1-29.el7.src.rpm) = d3b5e15864e79338b895140f56cadfd9e6b91f62b5a12efe3f1cc7fe81e36e67 +SIZE (rpm/centos/7.2.1511/i386/jasper-1.900.1-29.el7.src.rpm) = 1412129 Property changes on: head/graphics/linux-c7-jasper/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-c7-jasper/distinfo.x86_64 =================================================================== --- head/graphics/linux-c7-jasper/distinfo.x86_64 (nonexistent) +++ head/graphics/linux-c7-jasper/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1474463999 +SHA256 (rpm/centos/7.2.1511/x86_64/jasper-libs-1.900.1-29.el7.i686.rpm) = 0fa495242ba6e8ec8d85c1c87ad0f5ea055818503cb45fb7ad589584cd57f85c +SIZE (rpm/centos/7.2.1511/x86_64/jasper-libs-1.900.1-29.el7.i686.rpm) = 149580 +SHA256 (rpm/centos/7.2.1511/x86_64/jasper-libs-1.900.1-29.el7.x86_64.rpm) = b84e289fec3e4a5a68c847bf6062f452beceab91641792203478b44c2a71725d +SIZE (rpm/centos/7.2.1511/x86_64/jasper-libs-1.900.1-29.el7.x86_64.rpm) = 152152 +SHA256 (rpm/centos/7.2.1511/x86_64/jasper-1.900.1-29.el7.src.rpm) = d3b5e15864e79338b895140f56cadfd9e6b91f62b5a12efe3f1cc7fe81e36e67 +SIZE (rpm/centos/7.2.1511/x86_64/jasper-1.900.1-29.el7.src.rpm) = 1412129 Property changes on: head/graphics/linux-c7-jasper/distinfo.x86_64 ___________________________________________________________________ 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-c7-jasper/pkg-plist.i386 =================================================================== --- head/graphics/linux-c7-jasper/pkg-plist.i386 (nonexistent) +++ head/graphics/linux-c7-jasper/pkg-plist.i386 (revision 424259) @@ -0,0 +1,6 @@ +usr/lib/libjasper.so.1 +usr/lib/libjasper.so.1.0.0 +%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README Property changes on: head/graphics/linux-c7-jasper/pkg-plist.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-c7-jasper/pkg-plist.x86_64 =================================================================== --- head/graphics/linux-c7-jasper/pkg-plist.x86_64 (nonexistent) +++ head/graphics/linux-c7-jasper/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,8 @@ +usr/lib/libjasper.so.1 +usr/lib/libjasper.so.1.0.0 +usr/lib64/libjasper.so.1 +usr/lib64/libjasper.so.1.0.0 +%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README Property changes on: head/graphics/linux-c7-jasper/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-jbigkit/Makefile =================================================================== --- head/graphics/linux-c7-jbigkit/Makefile (nonexistent) +++ head/graphics/linux-c7-jbigkit/Makefile (revision 424259) @@ -0,0 +1,21 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= jbigkit +PORTVERSION= 2.0 +CATEGORIES= graphics linux +LIB_DISTFILES= ${PORTNAME}-libs-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX} +SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Lossless compression for bi-level images (Linux CentOS ${LINUX_DIST_VER}) + +RPMVERSION= 11.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-libs-${PORTVERSION} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/graphics/linux-c7-jbigkit/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-c7-jbigkit/distinfo.i386 =================================================================== --- head/graphics/linux-c7-jbigkit/distinfo.i386 (nonexistent) +++ head/graphics/linux-c7-jbigkit/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1475767709 +SHA256 (rpm/centos/7.2.1511/i386/jbigkit-libs-2.0-11.el7.i686.rpm) = c5b36ce4d671f75a80911b57e2b59beeb7ef780bd70e4bffbd35cc8e9d2bfbab +SIZE (rpm/centos/7.2.1511/i386/jbigkit-libs-2.0-11.el7.i686.rpm) = 46576 +SHA256 (rpm/centos/7.2.1511/i386/jbigkit-2.0-11.el7.src.rpm) = c48801775bedc4d2bb33fc263663588efca0ca3f8865d688bee5695452721c43 +SIZE (rpm/centos/7.2.1511/i386/jbigkit-2.0-11.el7.src.rpm) = 448365 Property changes on: head/graphics/linux-c7-jbigkit/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-c7-jbigkit/distinfo.x86_64 =================================================================== --- head/graphics/linux-c7-jbigkit/distinfo.x86_64 (nonexistent) +++ head/graphics/linux-c7-jbigkit/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1475767839 +SHA256 (rpm/centos/7.2.1511/x86_64/jbigkit-libs-2.0-11.el7.i686.rpm) = c5b36ce4d671f75a80911b57e2b59beeb7ef780bd70e4bffbd35cc8e9d2bfbab +SIZE (rpm/centos/7.2.1511/x86_64/jbigkit-libs-2.0-11.el7.i686.rpm) = 46576 +SHA256 (rpm/centos/7.2.1511/x86_64/jbigkit-libs-2.0-11.el7.x86_64.rpm) = e45ad2a3ced73359dfac1b047e6e51fea155b0b528b90c1fe4e69cd7ce7875f5 +SIZE (rpm/centos/7.2.1511/x86_64/jbigkit-libs-2.0-11.el7.x86_64.rpm) = 47560 +SHA256 (rpm/centos/7.2.1511/x86_64/jbigkit-2.0-11.el7.src.rpm) = c48801775bedc4d2bb33fc263663588efca0ca3f8865d688bee5695452721c43 +SIZE (rpm/centos/7.2.1511/x86_64/jbigkit-2.0-11.el7.src.rpm) = 448365 Property changes on: head/graphics/linux-c7-jbigkit/distinfo.x86_64 ___________________________________________________________________ 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-c7-jbigkit/pkg-plist.i386 =================================================================== --- head/graphics/linux-c7-jbigkit/pkg-plist.i386 (nonexistent) +++ head/graphics/linux-c7-jbigkit/pkg-plist.i386 (revision 424259) @@ -0,0 +1,6 @@ +usr/lib/libjbig.so.2.0 +usr/lib/libjbig85.so.2.0 +%%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/TODO Property changes on: head/graphics/linux-c7-jbigkit/pkg-plist.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-c7-jbigkit/pkg-plist.x86_64 =================================================================== --- head/graphics/linux-c7-jbigkit/pkg-plist.x86_64 (nonexistent) +++ head/graphics/linux-c7-jbigkit/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,8 @@ +usr/lib/libjbig.so.2.0 +usr/lib/libjbig85.so.2.0 +usr/lib64/libjbig.so.2.0 +usr/lib64/libjbig85.so.2.0 +%%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/TODO Property changes on: head/graphics/linux-c7-jbigkit/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-jpeg/Makefile =================================================================== --- head/graphics/linux-c7-jpeg/Makefile (nonexistent) +++ head/graphics/linux-c7-jpeg/Makefile (revision 424259) @@ -0,0 +1,23 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= jpeg +PORTVERSION= 1.2.90 +CATEGORIES= graphics linux +DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= RPM of the JPEG lib (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +LINUX_NAME= libjpeg-turbo +RPMVERSION= 5.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} + +.include Property changes on: head/graphics/linux-c7-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-c7-jpeg/distinfo.i386 =================================================================== --- head/graphics/linux-c7-jpeg/distinfo.i386 (nonexistent) +++ head/graphics/linux-c7-jpeg/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355845 +SHA256 (rpm/centos/7.2.1511/i386/libjpeg-turbo-1.2.90-5.el7.i686.rpm) = 03c9ee1ae21edaaf93b5ef57f121eb3aa3ea35c41826dfd967a9606660d4749a +SIZE (rpm/centos/7.2.1511/i386/libjpeg-turbo-1.2.90-5.el7.i686.rpm) = 140724 +SHA256 (rpm/centos/7.2.1511/i386/libjpeg-turbo-1.2.90-5.el7.src.rpm) = a5767b5e2153a7136807d1a2ed391241de45256a91410e0dfc0a7342e1893b50 +SIZE (rpm/centos/7.2.1511/i386/libjpeg-turbo-1.2.90-5.el7.src.rpm) = 1357131 Property changes on: head/graphics/linux-c7-jpeg/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-c7-jpeg/distinfo.x86_64 =================================================================== --- head/graphics/linux-c7-jpeg/distinfo.x86_64 (nonexistent) +++ head/graphics/linux-c7-jpeg/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674802 +SHA256 (rpm/centos/7.2.1511/x86_64/libjpeg-turbo-1.2.90-5.el7.i686.rpm) = 03c9ee1ae21edaaf93b5ef57f121eb3aa3ea35c41826dfd967a9606660d4749a +SIZE (rpm/centos/7.2.1511/x86_64/libjpeg-turbo-1.2.90-5.el7.i686.rpm) = 140724 +SHA256 (rpm/centos/7.2.1511/x86_64/libjpeg-turbo-1.2.90-5.el7.x86_64.rpm) = c03ea98ad63f0410bd07e808143f532f2798428445d399d983ecd0c1d6f6b2ad +SIZE (rpm/centos/7.2.1511/x86_64/libjpeg-turbo-1.2.90-5.el7.x86_64.rpm) = 137244 +SHA256 (rpm/centos/7.2.1511/x86_64/libjpeg-turbo-1.2.90-5.el7.src.rpm) = a5767b5e2153a7136807d1a2ed391241de45256a91410e0dfc0a7342e1893b50 +SIZE (rpm/centos/7.2.1511/x86_64/libjpeg-turbo-1.2.90-5.el7.src.rpm) = 1357131 Property changes on: head/graphics/linux-c7-jpeg/distinfo.x86_64 ___________________________________________________________________ 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-c7-jpeg/pkg-plist.i386 =================================================================== --- head/graphics/linux-c7-jpeg/pkg-plist.i386 (nonexistent) +++ head/graphics/linux-c7-jpeg/pkg-plist.i386 (revision 424259) @@ -0,0 +1,6 @@ +usr/lib/libjpeg.so.62 +usr/lib/libjpeg.so.62.1.0 +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.txt +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README-turbo.txt +%%PORTDOCS%%%%DOCSDIR%%/change.log Property changes on: head/graphics/linux-c7-jpeg/pkg-plist.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-c7-jpeg/pkg-plist.x86_64 =================================================================== --- head/graphics/linux-c7-jpeg/pkg-plist.x86_64 (nonexistent) +++ head/graphics/linux-c7-jpeg/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,8 @@ +usr/lib/libjpeg.so.62 +usr/lib/libjpeg.so.62.1.0 +usr/lib64/libjpeg.so.62 +usr/lib64/libjpeg.so.62.1.0 +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.txt +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README-turbo.txt +%%PORTDOCS%%%%DOCSDIR%%/change.log Property changes on: head/graphics/linux-c7-jpeg/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-libGLU/Makefile =================================================================== --- head/graphics/linux-c7-libGLU/Makefile (nonexistent) +++ head/graphics/linux-c7-libGLU/Makefile (revision 424259) @@ -0,0 +1,21 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= libGLU +PORTVERSION= 9.0.0 +CATEGORIES= graphics linux +DISTNAME= mesa-${PORTNAME}-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Mesa libGLU runtime libraries (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-dri-[0-9]* linux-f10-${PORTNAME}-[0-9]* linux-c6-dri-[0-9]* linux-c7-dri-[0-9]* + +RPMVERSION= 4.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/graphics/linux-c7-libGLU/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-c7-libGLU/distinfo.i386 =================================================================== --- head/graphics/linux-c7-libGLU/distinfo.i386 (nonexistent) +++ head/graphics/linux-c7-libGLU/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355869 +SHA256 (rpm/centos/7.2.1511/i386/mesa-libGLU-9.0.0-4.el7.i686.rpm) = 6b4904d75295e3020afbc2767febd88a6f2dd6091762fccd5ec7251bf3fd8ed8 +SIZE (rpm/centos/7.2.1511/i386/mesa-libGLU-9.0.0-4.el7.i686.rpm) = 202504 +SHA256 (rpm/centos/7.2.1511/i386/mesa-libGLU-9.0.0-4.el7.src.rpm) = e2be8ff80b519df5dc9b41eefb921144072d3c1c17d30a5fce17587c73f82b94 +SIZE (rpm/centos/7.2.1511/i386/mesa-libGLU-9.0.0-4.el7.src.rpm) = 498246 Property changes on: head/graphics/linux-c7-libGLU/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-c7-libGLU/distinfo.x86_64 =================================================================== --- head/graphics/linux-c7-libGLU/distinfo.x86_64 (nonexistent) +++ head/graphics/linux-c7-libGLU/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674820 +SHA256 (rpm/centos/7.2.1511/x86_64/mesa-libGLU-9.0.0-4.el7.i686.rpm) = 6b4904d75295e3020afbc2767febd88a6f2dd6091762fccd5ec7251bf3fd8ed8 +SIZE (rpm/centos/7.2.1511/x86_64/mesa-libGLU-9.0.0-4.el7.i686.rpm) = 202504 +SHA256 (rpm/centos/7.2.1511/x86_64/mesa-libGLU-9.0.0-4.el7.x86_64.rpm) = b21eb09f310635c5f6c426f2013e9cab95c95f1446522a575c16a58099ee465b +SIZE (rpm/centos/7.2.1511/x86_64/mesa-libGLU-9.0.0-4.el7.x86_64.rpm) = 200876 +SHA256 (rpm/centos/7.2.1511/x86_64/mesa-libGLU-9.0.0-4.el7.src.rpm) = e2be8ff80b519df5dc9b41eefb921144072d3c1c17d30a5fce17587c73f82b94 +SIZE (rpm/centos/7.2.1511/x86_64/mesa-libGLU-9.0.0-4.el7.src.rpm) = 498246 Property changes on: head/graphics/linux-c7-libGLU/distinfo.x86_64 ___________________________________________________________________ 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-c7-libGLU/pkg-plist.i386 =================================================================== --- head/graphics/linux-c7-libGLU/pkg-plist.i386 (nonexistent) +++ head/graphics/linux-c7-libGLU/pkg-plist.i386 (revision 424259) @@ -0,0 +1,2 @@ +usr/lib/libGLU.so.1 +usr/lib/libGLU.so.1.3.1 Property changes on: head/graphics/linux-c7-libGLU/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c7-libGLU/pkg-plist.x86_64 =================================================================== --- head/graphics/linux-c7-libGLU/pkg-plist.x86_64 (nonexistent) +++ head/graphics/linux-c7-libGLU/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,4 @@ +usr/lib/libGLU.so.1 +usr/lib/libGLU.so.1.3.1 +usr/lib64/libGLU.so.1 +usr/lib64/libGLU.so.1.3.1 Property changes on: head/graphics/linux-c7-libGLU/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-png/Makefile =================================================================== --- head/graphics/linux-c7-png/Makefile (nonexistent) +++ head/graphics/linux-c7-png/Makefile (revision 424259) @@ -0,0 +1,29 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= png +PORTVERSION= 1.5.13 +CATEGORIES= graphics linux +DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= RPM of the PNG lib (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= LIBPNG +LICENSE_NAME= libpng license +LICENSE_FILE= ${WRKSRC}/usr/share/doc/lib${PORTNAME}-${PORTVERSION}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +LINUX_NAME= libpng +RPMVERSION= 5.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} +PORTDOCS= CHANGES LICENSE README TODO example.c libpng-manual.txt +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/graphics/linux-c7-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-c7-png/distinfo.i386 =================================================================== --- head/graphics/linux-c7-png/distinfo.i386 (nonexistent) +++ head/graphics/linux-c7-png/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355839 +SHA256 (rpm/centos/7.2.1511/i386/libpng-1.5.13-5.el7.i686.rpm) = d2f6db5f1a3eada068a5fbcce1ac21cea73f784d13a2eaa9358c6c4008d7da9a +SIZE (rpm/centos/7.2.1511/i386/libpng-1.5.13-5.el7.i686.rpm) = 219788 +SHA256 (rpm/centos/7.2.1511/i386/libpng-1.5.13-5.el7.src.rpm) = cf90d5523305c59b024dc35f28e65640132b007ddf0f13c9b9568dfda96162e3 +SIZE (rpm/centos/7.2.1511/i386/libpng-1.5.13-5.el7.src.rpm) = 845294 Property changes on: head/graphics/linux-c7-png/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-c7-png/distinfo.x86_64 =================================================================== --- head/graphics/linux-c7-png/distinfo.x86_64 (nonexistent) +++ head/graphics/linux-c7-png/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674795 +SHA256 (rpm/centos/7.2.1511/x86_64/libpng-1.5.13-5.el7.i686.rpm) = d2f6db5f1a3eada068a5fbcce1ac21cea73f784d13a2eaa9358c6c4008d7da9a +SIZE (rpm/centos/7.2.1511/x86_64/libpng-1.5.13-5.el7.i686.rpm) = 219788 +SHA256 (rpm/centos/7.2.1511/x86_64/libpng-1.5.13-5.el7.x86_64.rpm) = c44beccee7a20ad1fcfa222178037efe35a13e1f7253a5bf8bd499a5d9f79c20 +SIZE (rpm/centos/7.2.1511/x86_64/libpng-1.5.13-5.el7.x86_64.rpm) = 217228 +SHA256 (rpm/centos/7.2.1511/x86_64/libpng-1.5.13-5.el7.src.rpm) = cf90d5523305c59b024dc35f28e65640132b007ddf0f13c9b9568dfda96162e3 +SIZE (rpm/centos/7.2.1511/x86_64/libpng-1.5.13-5.el7.src.rpm) = 845294 Property changes on: head/graphics/linux-c7-png/distinfo.x86_64 ___________________________________________________________________ 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-c7-png/pkg-plist.i386 =================================================================== --- head/graphics/linux-c7-png/pkg-plist.i386 (nonexistent) +++ head/graphics/linux-c7-png/pkg-plist.i386 (revision 424259) @@ -0,0 +1,3 @@ +usr/lib/libpng15.so.15 +usr/lib/libpng15.so.15.13.0 +usr/share/man/man5/png.5.gz Property changes on: head/graphics/linux-c7-png/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c7-png/pkg-plist.x86_64 =================================================================== --- head/graphics/linux-c7-png/pkg-plist.x86_64 (nonexistent) +++ head/graphics/linux-c7-png/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,5 @@ +usr/lib/libpng15.so.15 +usr/lib/libpng15.so.15.13.0 +usr/lib64/libpng15.so.15 +usr/lib64/libpng15.so.15.13.0 +usr/share/man/man5/png.5.gz Property changes on: head/graphics/linux-c7-png/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-sdl_image/Makefile =================================================================== --- head/graphics/linux-c7-sdl_image/Makefile (nonexistent) +++ head/graphics/linux-c7-sdl_image/Makefile (revision 424259) @@ -0,0 +1,28 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= sdl_image +PORTVERSION= 1.2.12 +CATEGORIES= graphics linux +MASTER_SITES= EPEL7/s +DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Simple library to load images as SDL interfaces (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +LINUX_NAME= SDL_image +ONLY_FOR_ARCHS= amd64 +RPMVERSION= 11.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= jpeg png sdl12 tiff +USE_LINUX_RPM= yes + +DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} +PORTDOCS= CHANGES COPYING README + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/graphics/linux-c7-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-c7-sdl_image/distinfo.x86_64 =================================================================== --- head/graphics/linux-c7-sdl_image/distinfo.x86_64 (nonexistent) +++ head/graphics/linux-c7-sdl_image/distinfo.x86_64 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473704400 +SHA256 (rpm/centos/7.2.1511/x86_64/SDL_image-1.2.12-11.el7.x86_64.rpm) = 293dc52ed3321c40886a4bf522285fcb164b76f41cf81aa9277ec0f884d773bd +SIZE (rpm/centos/7.2.1511/x86_64/SDL_image-1.2.12-11.el7.x86_64.rpm) = 42624 +SHA256 (rpm/centos/7.2.1511/x86_64/SDL_image-1.2.12-11.el7.src.rpm) = f11c9a986584b74f1b42c36a940bd8e7dd6a5b73fcf0006ed60f9bead856d711 +SIZE (rpm/centos/7.2.1511/x86_64/SDL_image-1.2.12-11.el7.src.rpm) = 2241694 Property changes on: head/graphics/linux-c7-sdl_image/distinfo.x86_64 ___________________________________________________________________ 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-c7-sdl_image/pkg-plist.x86_64 =================================================================== --- head/graphics/linux-c7-sdl_image/pkg-plist.x86_64 (nonexistent) +++ head/graphics/linux-c7-sdl_image/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,3 @@ +usr/bin/showimage +usr/lib64/libSDL_image-1.2.so.0 +usr/lib64/libSDL_image-1.2.so.0.8.4 Property changes on: head/graphics/linux-c7-sdl_image/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-sdl_ttf/Makefile =================================================================== --- head/graphics/linux-c7-sdl_ttf/Makefile (nonexistent) +++ head/graphics/linux-c7-sdl_ttf/Makefile (revision 424259) @@ -0,0 +1,28 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= sdl_ttf +PORTVERSION= 2.0.11 +CATEGORIES= graphics linux +MASTER_SITES= EPEL7/s +DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Simple library to load True Type Fonts as SDL interfaces (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +LINUX_NAME= SDL_ttf +ONLY_FOR_ARCHS= amd64 +RPMVERSION= 6.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= jpeg png sdl12 tiff +USE_LINUX_RPM= yes + +DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} +PORTDOCS= CHANGES COPYING README + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/graphics/linux-c7-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-c7-sdl_ttf/distinfo.x86_64 =================================================================== --- head/graphics/linux-c7-sdl_ttf/distinfo.x86_64 (nonexistent) +++ head/graphics/linux-c7-sdl_ttf/distinfo.x86_64 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1474466841 +SHA256 (rpm/centos/7.2.1511/x86_64/SDL_ttf-2.0.11-6.el7.x86_64.rpm) = e0984b62e98cdbe3607ad3183b3d9cd8796c24e400f5b03ad834402938d60446 +SIZE (rpm/centos/7.2.1511/x86_64/SDL_ttf-2.0.11-6.el7.x86_64.rpm) = 23224 +SHA256 (rpm/centos/7.2.1511/x86_64/SDL_ttf-2.0.11-6.el7.src.rpm) = dd3c0a301a6a9d17afc0c9603b389baad946bf04dd838811cb813b7f9b2431d3 +SIZE (rpm/centos/7.2.1511/x86_64/SDL_ttf-2.0.11-6.el7.src.rpm) = 4058840 Property changes on: head/graphics/linux-c7-sdl_ttf/distinfo.x86_64 ___________________________________________________________________ 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-c7-sdl_ttf/pkg-plist.x86_64 =================================================================== --- head/graphics/linux-c7-sdl_ttf/pkg-plist.x86_64 (nonexistent) +++ head/graphics/linux-c7-sdl_ttf/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,2 @@ +usr/lib64/libSDL_ttf-2.0.so.0 +usr/lib64/libSDL_ttf-2.0.so.0.10.1 Property changes on: head/graphics/linux-c7-sdl_ttf/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-tiff/Makefile =================================================================== --- head/graphics/linux-c7-tiff/Makefile (nonexistent) +++ head/graphics/linux-c7-tiff/Makefile (revision 424259) @@ -0,0 +1,26 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= tiff +PORTVERSION= 4.0.3 +CATEGORIES= graphics linux +BIN_DISTFILES= ${LINUX_NAME}-tools-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX} +LIB_DISTFILES= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX} +SRC_DISTFILES= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= TIFF library (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +LINUX_NAME= lib${PORTNAME} +RPMVERSION= 25.el7_2 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= jbigkit jpeg +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} + +.include Property changes on: head/graphics/linux-c7-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-c7-tiff/distinfo.i386 =================================================================== --- head/graphics/linux-c7-tiff/distinfo.i386 (nonexistent) +++ head/graphics/linux-c7-tiff/distinfo.i386 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473876311 +SHA256 (rpm/centos/7.2.1511/i386/libtiff-4.0.3-25.el7_2.i686.rpm) = 38ea752f8fbb0d2c79a7a647e5adf536ea9805993e947a875d67ef8e2731ef7c +SIZE (rpm/centos/7.2.1511/i386/libtiff-4.0.3-25.el7_2.i686.rpm) = 176032 +SHA256 (rpm/centos/7.2.1511/i386/libtiff-tools-4.0.3-25.el7_2.i686.rpm) = d32184492e21118b0bd1d41fa194737928baa1c965d7b795bccc98ffbdbe6c28 +SIZE (rpm/centos/7.2.1511/i386/libtiff-tools-4.0.3-25.el7_2.i686.rpm) = 257340 +SHA256 (rpm/centos/7.2.1511/i386/libtiff-4.0.3-25.el7_2.i686.rpm) = 38ea752f8fbb0d2c79a7a647e5adf536ea9805993e947a875d67ef8e2731ef7c +SIZE (rpm/centos/7.2.1511/i386/libtiff-4.0.3-25.el7_2.i686.rpm) = 176032 Property changes on: head/graphics/linux-c7-tiff/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-c7-tiff/distinfo.x86_64 =================================================================== --- head/graphics/linux-c7-tiff/distinfo.x86_64 (nonexistent) +++ head/graphics/linux-c7-tiff/distinfo.x86_64 (revision 424259) @@ -0,0 +1,9 @@ +TIMESTAMP = 1473884430 +SHA256 (rpm/centos/7.2.1511/x86_64/libtiff-4.0.3-25.el7_2.i686.rpm) = 38ea752f8fbb0d2c79a7a647e5adf536ea9805993e947a875d67ef8e2731ef7c +SIZE (rpm/centos/7.2.1511/x86_64/libtiff-4.0.3-25.el7_2.i686.rpm) = 176032 +SHA256 (rpm/centos/7.2.1511/x86_64/libtiff-4.0.3-25.el7_2.x86_64.rpm) = dc891cf3d0afc0483753fef0ae1298722378a90611db62ae658055679ceeed78 +SIZE (rpm/centos/7.2.1511/x86_64/libtiff-4.0.3-25.el7_2.x86_64.rpm) = 173432 +SHA256 (rpm/centos/7.2.1511/x86_64/libtiff-tools-4.0.3-25.el7_2.x86_64.rpm) = 484104cedb9abcbc12e94c87cdfeb0ba366a433478f906bfa9032a89c6490d1c +SIZE (rpm/centos/7.2.1511/x86_64/libtiff-tools-4.0.3-25.el7_2.x86_64.rpm) = 261876 +SHA256 (rpm/centos/7.2.1511/x86_64/libtiff-4.0.3-25.el7_2.x86_64.rpm) = dc891cf3d0afc0483753fef0ae1298722378a90611db62ae658055679ceeed78 +SIZE (rpm/centos/7.2.1511/x86_64/libtiff-4.0.3-25.el7_2.x86_64.rpm) = 173432 Property changes on: head/graphics/linux-c7-tiff/distinfo.x86_64 ___________________________________________________________________ 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-c7-tiff/pkg-plist.i386 =================================================================== --- head/graphics/linux-c7-tiff/pkg-plist.i386 (nonexistent) +++ head/graphics/linux-c7-tiff/pkg-plist.i386 (revision 424259) @@ -0,0 +1,54 @@ +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.5 +usr/lib/libtiff.so.5.2.0 +usr/lib/libtiffxx.so.5 +usr/lib/libtiffxx.so.5.2.0 +%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/RELEASE-DATE +%%PORTDOCS%%%%DOCSDIR%%/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/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/tiffcrop.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 Property changes on: head/graphics/linux-c7-tiff/pkg-plist.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-c7-tiff/pkg-plist.x86_64 =================================================================== --- head/graphics/linux-c7-tiff/pkg-plist.x86_64 (nonexistent) +++ head/graphics/linux-c7-tiff/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,58 @@ +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.5 +usr/lib/libtiff.so.5.2.0 +usr/lib/libtiffxx.so.5 +usr/lib/libtiffxx.so.5.2.0 +usr/lib64/libtiff.so.5 +usr/lib64/libtiff.so.5.2.0 +usr/lib64/libtiffxx.so.5 +usr/lib64/libtiffxx.so.5.2.0 +%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/RELEASE-DATE +%%PORTDOCS%%%%DOCSDIR%%/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/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/tiffcrop.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 Property changes on: head/graphics/linux-c7-tiff/pkg-plist.x86_64 ___________________________________________________________________ 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/Makefile =================================================================== --- head/lang/Makefile (revision 424258) +++ head/lang/Makefile (revision 424259) @@ -1,361 +1,362 @@ # $FreeBSD$ # COMMENT = Programming languages SUBDIR += Gofer SUBDIR += abcl SUBDIR += adacontrol SUBDIR += afnix SUBDIR += alchemist.el SUBDIR += algol68g SUBDIR += angelscript SUBDIR += arena SUBDIR += asis SUBDIR += asn1c SUBDIR += atlast SUBDIR += ats SUBDIR += awka SUBDIR += bas2tap SUBDIR += basic256 SUBDIR += beignet SUBDIR += bf2c SUBDIR += bigloo SUBDIR += bsh SUBDIR += bwbasic SUBDIR += c SUBDIR += ccl SUBDIR += cdent SUBDIR += ceylon SUBDIR += cfortran SUBDIR += chibi-scheme SUBDIR += chicken SUBDIR += cilkplus SUBDIR += cint SUBDIR += cjs SUBDIR += clang-devel SUBDIR += clang33 SUBDIR += clang34 SUBDIR += clang35 SUBDIR += clang36 SUBDIR += clang37 SUBDIR += clang38 SUBDIR += clojure SUBDIR += clojure-mode.el SUBDIR += clover SUBDIR += cmucl SUBDIR += cmucl-extra SUBDIR += cocor SUBDIR += cparser SUBDIR += csharp-mode.el SUBDIR += cython SUBDIR += diveintopython SUBDIR += dlv SUBDIR += dmd1 SUBDIR += dmd2 SUBDIR += duktape SUBDIR += ecl SUBDIR += elan SUBDIR += elixir SUBDIR += elixir-mode.el SUBDIR += elk SUBDIR += emacs-lisp-intro SUBDIR += erlang SUBDIR += erlang-java SUBDIR += erlang-riak SUBDIR += erlang-runtime15 SUBDIR += erlang-runtime16 SUBDIR += erlang-runtime17 SUBDIR += erlang-runtime18 SUBDIR += erlang-runtime19 SUBDIR += erlang-wx 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-rtl-console SUBDIR += fpc-rtl-extra SUBDIR += fpc-rtl-objpas SUBDIR += fpc-rtl-unicode SUBDIR += fpc-tcl SUBDIR += fpc-units SUBDIR += fpc-utils SUBDIR += fsharp SUBDIR += gambit-c SUBDIR += gauche SUBDIR += gawk SUBDIR += gcc SUBDIR += gcc-ecj45 SUBDIR += gcc46 SUBDIR += gcc47 SUBDIR += gcc48 SUBDIR += gcc49 SUBDIR += gcc5 SUBDIR += gcc5-aux SUBDIR += gcc5-devel SUBDIR += gcc6 SUBDIR += gcc6-aux SUBDIR += gcc6-devel SUBDIR += gcc7-devel SUBDIR += gcl SUBDIR += gforth SUBDIR += ghc SUBDIR += gjs SUBDIR += gnat_util SUBDIR += gnatdroid-armv7 SUBDIR += gnatdroid-binutils SUBDIR += gnatdroid-binutils-x86 SUBDIR += gnatdroid-sysroot SUBDIR += gnatdroid-sysroot-x86 SUBDIR += gnatdroid-x86 SUBDIR += gnu-cobol SUBDIR += gnustep-base SUBDIR += go SUBDIR += go14 SUBDIR += gprolog SUBDIR += groovy SUBDIR += gscheme SUBDIR += guile SUBDIR += guile2 SUBDIR += harbour SUBDIR += haskell-mode.el SUBDIR += hla SUBDIR += hope SUBDIR += hs-brainfuck SUBDIR += hs-unlambda SUBDIR += huc SUBDIR += hugs SUBDIR += icc SUBDIR += ici SUBDIR += icon SUBDIR += intercal SUBDIR += io SUBDIR += itcl SUBDIR += itcl4 SUBDIR += jakarta-commons-jelly SUBDIR += jimtcl SUBDIR += jruby SUBDIR += js_of_ocaml SUBDIR += jython SUBDIR += kawa SUBDIR += kturtle SUBDIR += lafontaine SUBDIR += lci SUBDIR += lfe SUBDIR += libhx SUBDIR += libjit SUBDIR += libobjc2 SUBDIR += librep SUBDIR += libstdc++_stldoc_4.2.2 SUBDIR += linux-c6-tcl85 + SUBDIR += linux-c7-tcl85 SUBDIR += linux-f10-libg2c SUBDIR += linux-f10-tcl85 SUBDIR += linux-j SUBDIR += lua-ada SUBDIR += lua51 SUBDIR += lua52 SUBDIR += lua53 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 += mosh SUBDIR += mosml SUBDIR += mtasc SUBDIR += munger SUBDIR += nawk SUBDIR += nbc SUBDIR += nbfc SUBDIR += nesasm SUBDIR += newlisp SUBDIR += newlisp-devel SUBDIR += nhc98 SUBDIR += nickle SUBDIR += nim 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-Promises 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-Catch 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-devel SUBDIR += perl5.18 SUBDIR += perl5.20 SUBDIR += perl5.22 SUBDIR += perl5.24 SUBDIR += petite-chez SUBDIR += pfe SUBDIR += phantomjs SUBDIR += pharo SUBDIR += phc SUBDIR += php-mode.el SUBDIR += php55 SUBDIR += php55-extensions SUBDIR += php56 SUBDIR += php56-extensions SUBDIR += php70 SUBDIR += php70-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 += py-qt5-qml SUBDIR += pypy SUBDIR += pypy3 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 += python33 SUBDIR += python34 SUBDIR += python35 SUBDIR += qore SUBDIR += qscheme SUBDIR += qt5-qml SUBDIR += quack SUBDIR += racket SUBDIR += racket-minimal SUBDIR += ratfor SUBDIR += referenceassemblies-pcl SUBDIR += rexx-imc SUBDIR += rexx-regina SUBDIR += rexx-regutil SUBDIR += rexx-wrapper SUBDIR += rhino SUBDIR += rubinius SUBDIR += ruby21 SUBDIR += ruby22 SUBDIR += ruby23 SUBDIR += runawk SUBDIR += rust SUBDIR += rust-nightly 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 += slib-guile2 SUBDIR += slisp SUBDIR += smalltalk SUBDIR += smlnj SUBDIR += snobol4 SUBDIR += spidermonkey17 SUBDIR += spidermonkey170 SUBDIR += spidermonkey185 SUBDIR += spidermonkey24 SUBDIR += spl SUBDIR += squeak SUBDIR += squirrel SUBDIR += starlogo SUBDIR += stldoc SUBDIR += swi-pl SUBDIR += swift SUBDIR += tcbasic SUBDIR += tcc SUBDIR += tcl-manual SUBDIR += tcl-wrapper SUBDIR += tcl84 SUBDIR += tcl85 SUBDIR += tcl86 SUBDIR += tcl87 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 += visualworks SUBDIR += whitespace SUBDIR += x10 SUBDIR += yabasic SUBDIR += yap SUBDIR += yap-devel SUBDIR += yorick SUBDIR += ypsilon .include Index: head/lang/linux-c7-tcl85/Makefile =================================================================== --- head/lang/linux-c7-tcl85/Makefile (nonexistent) +++ head/lang/linux-c7-tcl85/Makefile (revision 424259) @@ -0,0 +1,23 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= tcl +PORTVERSION= 8.5.13 +CATEGORIES= lang linux +PKGNAMESUFFIX= 85 + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Tool Command Language (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}${PKGNAMESUFFIX}-[0-9]* linux-c6-${PORTNAME}${PKGNAMESUFFIX}-[0-9]* + +RPMVERSION= 8.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes +USE_LINUX_RPM_BAD_PERMS= yes + +DATADIR= ${PREFIX}/usr/share/tcl${PORTVERSION:R} +DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr + +.include Property changes on: head/lang/linux-c7-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-c7-tcl85/distinfo.i386 =================================================================== --- head/lang/linux-c7-tcl85/distinfo.i386 (nonexistent) +++ head/lang/linux-c7-tcl85/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473356076 +SHA256 (rpm/centos/7.2.1511/i386/tcl-8.5.13-8.el7.i686.rpm) = 4af97a940e0ec9142927da899e82343f73eaf9726980169e16933194f5450e82 +SIZE (rpm/centos/7.2.1511/i386/tcl-8.5.13-8.el7.i686.rpm) = 1980728 +SHA256 (rpm/centos/7.2.1511/i386/tcl-8.5.13-8.el7.src.rpm) = 00fc05113dc320351b1f7cece9ebd9867c4e62abe3bd1c8ac9955195011711be +SIZE (rpm/centos/7.2.1511/i386/tcl-8.5.13-8.el7.src.rpm) = 4517447 Property changes on: head/lang/linux-c7-tcl85/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/lang/linux-c7-tcl85/distinfo.x86_64 =================================================================== --- head/lang/linux-c7-tcl85/distinfo.x86_64 (nonexistent) +++ head/lang/linux-c7-tcl85/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674960 +SHA256 (rpm/centos/7.2.1511/x86_64/tcl-8.5.13-8.el7.i686.rpm) = 4af97a940e0ec9142927da899e82343f73eaf9726980169e16933194f5450e82 +SIZE (rpm/centos/7.2.1511/x86_64/tcl-8.5.13-8.el7.i686.rpm) = 1980728 +SHA256 (rpm/centos/7.2.1511/x86_64/tcl-8.5.13-8.el7.x86_64.rpm) = e555b0a9c959e893db38ca5797d91c705162dfa32983dc59f5ad252f1f4f0830 +SIZE (rpm/centos/7.2.1511/x86_64/tcl-8.5.13-8.el7.x86_64.rpm) = 1980564 +SHA256 (rpm/centos/7.2.1511/x86_64/tcl-8.5.13-8.el7.src.rpm) = 00fc05113dc320351b1f7cece9ebd9867c4e62abe3bd1c8ac9955195011711be +SIZE (rpm/centos/7.2.1511/x86_64/tcl-8.5.13-8.el7.src.rpm) = 4517447 Property changes on: head/lang/linux-c7-tcl85/distinfo.x86_64 ___________________________________________________________________ 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-c7-tcl85/pkg-plist.i386 =================================================================== --- head/lang/linux-c7-tcl85/pkg-plist.i386 (nonexistent) +++ head/lang/linux-c7-tcl85/pkg-plist.i386 (revision 424259) @@ -0,0 +1,926 @@ +usr/bin/tclsh +usr/bin/tclsh8.5 +usr/lib/libtcl8.5.so +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/changes +%%PORTDOCS%%%%DOCSDIR%%/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 +%%DATADIR%%/auto.tcl +%%DATADIR%%/clock.tcl +%%DATADIR%%/encoding/ascii.enc +%%DATADIR%%/encoding/big5.enc +%%DATADIR%%/encoding/cp1250.enc +%%DATADIR%%/encoding/cp1251.enc +%%DATADIR%%/encoding/cp1252.enc +%%DATADIR%%/encoding/cp1253.enc +%%DATADIR%%/encoding/cp1254.enc +%%DATADIR%%/encoding/cp1255.enc +%%DATADIR%%/encoding/cp1256.enc +%%DATADIR%%/encoding/cp1257.enc +%%DATADIR%%/encoding/cp1258.enc +%%DATADIR%%/encoding/cp437.enc +%%DATADIR%%/encoding/cp737.enc +%%DATADIR%%/encoding/cp775.enc +%%DATADIR%%/encoding/cp850.enc +%%DATADIR%%/encoding/cp852.enc +%%DATADIR%%/encoding/cp855.enc +%%DATADIR%%/encoding/cp857.enc +%%DATADIR%%/encoding/cp860.enc +%%DATADIR%%/encoding/cp861.enc +%%DATADIR%%/encoding/cp862.enc +%%DATADIR%%/encoding/cp863.enc +%%DATADIR%%/encoding/cp864.enc +%%DATADIR%%/encoding/cp865.enc +%%DATADIR%%/encoding/cp866.enc +%%DATADIR%%/encoding/cp869.enc +%%DATADIR%%/encoding/cp874.enc +%%DATADIR%%/encoding/cp932.enc +%%DATADIR%%/encoding/cp936.enc +%%DATADIR%%/encoding/cp949.enc +%%DATADIR%%/encoding/cp950.enc +%%DATADIR%%/encoding/dingbats.enc +%%DATADIR%%/encoding/ebcdic.enc +%%DATADIR%%/encoding/euc-cn.enc +%%DATADIR%%/encoding/euc-jp.enc +%%DATADIR%%/encoding/euc-kr.enc +%%DATADIR%%/encoding/gb12345.enc +%%DATADIR%%/encoding/gb1988.enc +%%DATADIR%%/encoding/gb2312-raw.enc +%%DATADIR%%/encoding/gb2312.enc +%%DATADIR%%/encoding/iso2022-jp.enc +%%DATADIR%%/encoding/iso2022-kr.enc +%%DATADIR%%/encoding/iso2022.enc +%%DATADIR%%/encoding/iso8859-1.enc +%%DATADIR%%/encoding/iso8859-10.enc +%%DATADIR%%/encoding/iso8859-13.enc +%%DATADIR%%/encoding/iso8859-14.enc +%%DATADIR%%/encoding/iso8859-15.enc +%%DATADIR%%/encoding/iso8859-16.enc +%%DATADIR%%/encoding/iso8859-2.enc +%%DATADIR%%/encoding/iso8859-3.enc +%%DATADIR%%/encoding/iso8859-4.enc +%%DATADIR%%/encoding/iso8859-5.enc +%%DATADIR%%/encoding/iso8859-6.enc +%%DATADIR%%/encoding/iso8859-7.enc +%%DATADIR%%/encoding/iso8859-8.enc +%%DATADIR%%/encoding/iso8859-9.enc +%%DATADIR%%/encoding/jis0201.enc +%%DATADIR%%/encoding/jis0208.enc +%%DATADIR%%/encoding/jis0212.enc +%%DATADIR%%/encoding/koi8-r.enc +%%DATADIR%%/encoding/koi8-u.enc +%%DATADIR%%/encoding/ksc5601.enc +%%DATADIR%%/encoding/macCentEuro.enc +%%DATADIR%%/encoding/macCroatian.enc +%%DATADIR%%/encoding/macCyrillic.enc +%%DATADIR%%/encoding/macDingbats.enc +%%DATADIR%%/encoding/macGreek.enc +%%DATADIR%%/encoding/macIceland.enc +%%DATADIR%%/encoding/macJapan.enc +%%DATADIR%%/encoding/macRoman.enc +%%DATADIR%%/encoding/macRomania.enc +%%DATADIR%%/encoding/macThai.enc +%%DATADIR%%/encoding/macTurkish.enc +%%DATADIR%%/encoding/macUkraine.enc +%%DATADIR%%/encoding/shiftjis.enc +%%DATADIR%%/encoding/symbol.enc +%%DATADIR%%/encoding/tis-620.enc +%%DATADIR%%/history.tcl +%%DATADIR%%/http1.0/http.tcl +%%DATADIR%%/http1.0/pkgIndex.tcl +%%DATADIR%%/init.tcl +%%DATADIR%%/msgs/af.msg +%%DATADIR%%/msgs/af_za.msg +%%DATADIR%%/msgs/ar.msg +%%DATADIR%%/msgs/ar_in.msg +%%DATADIR%%/msgs/ar_jo.msg +%%DATADIR%%/msgs/ar_lb.msg +%%DATADIR%%/msgs/ar_sy.msg +%%DATADIR%%/msgs/be.msg +%%DATADIR%%/msgs/bg.msg +%%DATADIR%%/msgs/bn.msg +%%DATADIR%%/msgs/bn_in.msg +%%DATADIR%%/msgs/ca.msg +%%DATADIR%%/msgs/cs.msg +%%DATADIR%%/msgs/da.msg +%%DATADIR%%/msgs/de.msg +%%DATADIR%%/msgs/de_at.msg +%%DATADIR%%/msgs/de_be.msg +%%DATADIR%%/msgs/el.msg +%%DATADIR%%/msgs/en_au.msg +%%DATADIR%%/msgs/en_be.msg +%%DATADIR%%/msgs/en_bw.msg +%%DATADIR%%/msgs/en_ca.msg +%%DATADIR%%/msgs/en_gb.msg +%%DATADIR%%/msgs/en_hk.msg +%%DATADIR%%/msgs/en_ie.msg +%%DATADIR%%/msgs/en_in.msg +%%DATADIR%%/msgs/en_nz.msg +%%DATADIR%%/msgs/en_ph.msg +%%DATADIR%%/msgs/en_sg.msg +%%DATADIR%%/msgs/en_za.msg +%%DATADIR%%/msgs/en_zw.msg +%%DATADIR%%/msgs/eo.msg +%%DATADIR%%/msgs/es.msg +%%DATADIR%%/msgs/es_ar.msg +%%DATADIR%%/msgs/es_bo.msg +%%DATADIR%%/msgs/es_cl.msg +%%DATADIR%%/msgs/es_co.msg +%%DATADIR%%/msgs/es_cr.msg +%%DATADIR%%/msgs/es_do.msg +%%DATADIR%%/msgs/es_ec.msg +%%DATADIR%%/msgs/es_gt.msg +%%DATADIR%%/msgs/es_hn.msg +%%DATADIR%%/msgs/es_mx.msg +%%DATADIR%%/msgs/es_ni.msg +%%DATADIR%%/msgs/es_pa.msg +%%DATADIR%%/msgs/es_pe.msg +%%DATADIR%%/msgs/es_pr.msg +%%DATADIR%%/msgs/es_py.msg +%%DATADIR%%/msgs/es_sv.msg +%%DATADIR%%/msgs/es_uy.msg +%%DATADIR%%/msgs/es_ve.msg +%%DATADIR%%/msgs/et.msg +%%DATADIR%%/msgs/eu.msg +%%DATADIR%%/msgs/eu_es.msg +%%DATADIR%%/msgs/fa.msg +%%DATADIR%%/msgs/fa_in.msg +%%DATADIR%%/msgs/fa_ir.msg +%%DATADIR%%/msgs/fi.msg +%%DATADIR%%/msgs/fo.msg +%%DATADIR%%/msgs/fo_fo.msg +%%DATADIR%%/msgs/fr.msg +%%DATADIR%%/msgs/fr_be.msg +%%DATADIR%%/msgs/fr_ca.msg +%%DATADIR%%/msgs/fr_ch.msg +%%DATADIR%%/msgs/ga.msg +%%DATADIR%%/msgs/ga_ie.msg +%%DATADIR%%/msgs/gl.msg +%%DATADIR%%/msgs/gl_es.msg +%%DATADIR%%/msgs/gv.msg +%%DATADIR%%/msgs/gv_gb.msg +%%DATADIR%%/msgs/he.msg +%%DATADIR%%/msgs/hi.msg +%%DATADIR%%/msgs/hi_in.msg +%%DATADIR%%/msgs/hr.msg +%%DATADIR%%/msgs/hu.msg +%%DATADIR%%/msgs/id.msg +%%DATADIR%%/msgs/id_id.msg +%%DATADIR%%/msgs/is.msg +%%DATADIR%%/msgs/it.msg +%%DATADIR%%/msgs/it_ch.msg +%%DATADIR%%/msgs/ja.msg +%%DATADIR%%/msgs/kl.msg +%%DATADIR%%/msgs/kl_gl.msg +%%DATADIR%%/msgs/ko.msg +%%DATADIR%%/msgs/ko_kr.msg +%%DATADIR%%/msgs/kok.msg +%%DATADIR%%/msgs/kok_in.msg +%%DATADIR%%/msgs/kw.msg +%%DATADIR%%/msgs/kw_gb.msg +%%DATADIR%%/msgs/lt.msg +%%DATADIR%%/msgs/lv.msg +%%DATADIR%%/msgs/mk.msg +%%DATADIR%%/msgs/mr.msg +%%DATADIR%%/msgs/mr_in.msg +%%DATADIR%%/msgs/ms.msg +%%DATADIR%%/msgs/ms_my.msg +%%DATADIR%%/msgs/mt.msg +%%DATADIR%%/msgs/nb.msg +%%DATADIR%%/msgs/nl.msg +%%DATADIR%%/msgs/nl_be.msg +%%DATADIR%%/msgs/nn.msg +%%DATADIR%%/msgs/pl.msg +%%DATADIR%%/msgs/pt.msg +%%DATADIR%%/msgs/pt_br.msg +%%DATADIR%%/msgs/ro.msg +%%DATADIR%%/msgs/ru.msg +%%DATADIR%%/msgs/ru_ua.msg +%%DATADIR%%/msgs/sh.msg +%%DATADIR%%/msgs/sk.msg +%%DATADIR%%/msgs/sl.msg +%%DATADIR%%/msgs/sq.msg +%%DATADIR%%/msgs/sr.msg +%%DATADIR%%/msgs/sv.msg +%%DATADIR%%/msgs/sw.msg +%%DATADIR%%/msgs/ta.msg +%%DATADIR%%/msgs/ta_in.msg +%%DATADIR%%/msgs/te.msg +%%DATADIR%%/msgs/te_in.msg +%%DATADIR%%/msgs/th.msg +%%DATADIR%%/msgs/tr.msg +%%DATADIR%%/msgs/uk.msg +%%DATADIR%%/msgs/vi.msg +%%DATADIR%%/msgs/zh.msg +%%DATADIR%%/msgs/zh_cn.msg +%%DATADIR%%/msgs/zh_hk.msg +%%DATADIR%%/msgs/zh_sg.msg +%%DATADIR%%/msgs/zh_tw.msg +%%DATADIR%%/opt0.4/optparse.tcl +%%DATADIR%%/opt0.4/pkgIndex.tcl +%%DATADIR%%/package.tcl +%%DATADIR%%/parray.tcl +%%DATADIR%%/safe.tcl +%%DATADIR%%/tclDTrace.d +%%DATADIR%%/tclIndex +%%DATADIR%%/tm.tcl +%%DATADIR%%/word.tcl +usr/share/tcl8/8.4/http-2.7.10.tm +usr/share/tcl8/8.4/platform-1.0.10.tm +usr/share/tcl8/8.4/platform/shell-1.1.4.tm +usr/share/tcl8/8.5/msgcat-1.5.0.tm +usr/share/tcl8/8.5/tcltest-2.3.4.tm +@dir usr/lib/tcl8.5 Property changes on: head/lang/linux-c7-tcl85/pkg-plist.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/lang/linux-c7-tcl85/pkg-plist.x86_64 =================================================================== --- head/lang/linux-c7-tcl85/pkg-plist.x86_64 (nonexistent) +++ head/lang/linux-c7-tcl85/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,928 @@ +usr/bin/tclsh +usr/bin/tclsh8.5 +usr/lib/libtcl8.5.so +usr/lib64/libtcl8.5.so +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/changes +%%PORTDOCS%%%%DOCSDIR%%/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 +%%DATADIR%%/auto.tcl +%%DATADIR%%/clock.tcl +%%DATADIR%%/encoding/ascii.enc +%%DATADIR%%/encoding/big5.enc +%%DATADIR%%/encoding/cp1250.enc +%%DATADIR%%/encoding/cp1251.enc +%%DATADIR%%/encoding/cp1252.enc +%%DATADIR%%/encoding/cp1253.enc +%%DATADIR%%/encoding/cp1254.enc +%%DATADIR%%/encoding/cp1255.enc +%%DATADIR%%/encoding/cp1256.enc +%%DATADIR%%/encoding/cp1257.enc +%%DATADIR%%/encoding/cp1258.enc +%%DATADIR%%/encoding/cp437.enc +%%DATADIR%%/encoding/cp737.enc +%%DATADIR%%/encoding/cp775.enc +%%DATADIR%%/encoding/cp850.enc +%%DATADIR%%/encoding/cp852.enc +%%DATADIR%%/encoding/cp855.enc +%%DATADIR%%/encoding/cp857.enc +%%DATADIR%%/encoding/cp860.enc +%%DATADIR%%/encoding/cp861.enc +%%DATADIR%%/encoding/cp862.enc +%%DATADIR%%/encoding/cp863.enc +%%DATADIR%%/encoding/cp864.enc +%%DATADIR%%/encoding/cp865.enc +%%DATADIR%%/encoding/cp866.enc +%%DATADIR%%/encoding/cp869.enc +%%DATADIR%%/encoding/cp874.enc +%%DATADIR%%/encoding/cp932.enc +%%DATADIR%%/encoding/cp936.enc +%%DATADIR%%/encoding/cp949.enc +%%DATADIR%%/encoding/cp950.enc +%%DATADIR%%/encoding/dingbats.enc +%%DATADIR%%/encoding/ebcdic.enc +%%DATADIR%%/encoding/euc-cn.enc +%%DATADIR%%/encoding/euc-jp.enc +%%DATADIR%%/encoding/euc-kr.enc +%%DATADIR%%/encoding/gb12345.enc +%%DATADIR%%/encoding/gb1988.enc +%%DATADIR%%/encoding/gb2312-raw.enc +%%DATADIR%%/encoding/gb2312.enc +%%DATADIR%%/encoding/iso2022-jp.enc +%%DATADIR%%/encoding/iso2022-kr.enc +%%DATADIR%%/encoding/iso2022.enc +%%DATADIR%%/encoding/iso8859-1.enc +%%DATADIR%%/encoding/iso8859-10.enc +%%DATADIR%%/encoding/iso8859-13.enc +%%DATADIR%%/encoding/iso8859-14.enc +%%DATADIR%%/encoding/iso8859-15.enc +%%DATADIR%%/encoding/iso8859-16.enc +%%DATADIR%%/encoding/iso8859-2.enc +%%DATADIR%%/encoding/iso8859-3.enc +%%DATADIR%%/encoding/iso8859-4.enc +%%DATADIR%%/encoding/iso8859-5.enc +%%DATADIR%%/encoding/iso8859-6.enc +%%DATADIR%%/encoding/iso8859-7.enc +%%DATADIR%%/encoding/iso8859-8.enc +%%DATADIR%%/encoding/iso8859-9.enc +%%DATADIR%%/encoding/jis0201.enc +%%DATADIR%%/encoding/jis0208.enc +%%DATADIR%%/encoding/jis0212.enc +%%DATADIR%%/encoding/koi8-r.enc +%%DATADIR%%/encoding/koi8-u.enc +%%DATADIR%%/encoding/ksc5601.enc +%%DATADIR%%/encoding/macCentEuro.enc +%%DATADIR%%/encoding/macCroatian.enc +%%DATADIR%%/encoding/macCyrillic.enc +%%DATADIR%%/encoding/macDingbats.enc +%%DATADIR%%/encoding/macGreek.enc +%%DATADIR%%/encoding/macIceland.enc +%%DATADIR%%/encoding/macJapan.enc +%%DATADIR%%/encoding/macRoman.enc +%%DATADIR%%/encoding/macRomania.enc +%%DATADIR%%/encoding/macThai.enc +%%DATADIR%%/encoding/macTurkish.enc +%%DATADIR%%/encoding/macUkraine.enc +%%DATADIR%%/encoding/shiftjis.enc +%%DATADIR%%/encoding/symbol.enc +%%DATADIR%%/encoding/tis-620.enc +%%DATADIR%%/history.tcl +%%DATADIR%%/http1.0/http.tcl +%%DATADIR%%/http1.0/pkgIndex.tcl +%%DATADIR%%/init.tcl +%%DATADIR%%/msgs/af.msg +%%DATADIR%%/msgs/af_za.msg +%%DATADIR%%/msgs/ar.msg +%%DATADIR%%/msgs/ar_in.msg +%%DATADIR%%/msgs/ar_jo.msg +%%DATADIR%%/msgs/ar_lb.msg +%%DATADIR%%/msgs/ar_sy.msg +%%DATADIR%%/msgs/be.msg +%%DATADIR%%/msgs/bg.msg +%%DATADIR%%/msgs/bn.msg +%%DATADIR%%/msgs/bn_in.msg +%%DATADIR%%/msgs/ca.msg +%%DATADIR%%/msgs/cs.msg +%%DATADIR%%/msgs/da.msg +%%DATADIR%%/msgs/de.msg +%%DATADIR%%/msgs/de_at.msg +%%DATADIR%%/msgs/de_be.msg +%%DATADIR%%/msgs/el.msg +%%DATADIR%%/msgs/en_au.msg +%%DATADIR%%/msgs/en_be.msg +%%DATADIR%%/msgs/en_bw.msg +%%DATADIR%%/msgs/en_ca.msg +%%DATADIR%%/msgs/en_gb.msg +%%DATADIR%%/msgs/en_hk.msg +%%DATADIR%%/msgs/en_ie.msg +%%DATADIR%%/msgs/en_in.msg +%%DATADIR%%/msgs/en_nz.msg +%%DATADIR%%/msgs/en_ph.msg +%%DATADIR%%/msgs/en_sg.msg +%%DATADIR%%/msgs/en_za.msg +%%DATADIR%%/msgs/en_zw.msg +%%DATADIR%%/msgs/eo.msg +%%DATADIR%%/msgs/es.msg +%%DATADIR%%/msgs/es_ar.msg +%%DATADIR%%/msgs/es_bo.msg +%%DATADIR%%/msgs/es_cl.msg +%%DATADIR%%/msgs/es_co.msg +%%DATADIR%%/msgs/es_cr.msg +%%DATADIR%%/msgs/es_do.msg +%%DATADIR%%/msgs/es_ec.msg +%%DATADIR%%/msgs/es_gt.msg +%%DATADIR%%/msgs/es_hn.msg +%%DATADIR%%/msgs/es_mx.msg +%%DATADIR%%/msgs/es_ni.msg +%%DATADIR%%/msgs/es_pa.msg +%%DATADIR%%/msgs/es_pe.msg +%%DATADIR%%/msgs/es_pr.msg +%%DATADIR%%/msgs/es_py.msg +%%DATADIR%%/msgs/es_sv.msg +%%DATADIR%%/msgs/es_uy.msg +%%DATADIR%%/msgs/es_ve.msg +%%DATADIR%%/msgs/et.msg +%%DATADIR%%/msgs/eu.msg +%%DATADIR%%/msgs/eu_es.msg +%%DATADIR%%/msgs/fa.msg +%%DATADIR%%/msgs/fa_in.msg +%%DATADIR%%/msgs/fa_ir.msg +%%DATADIR%%/msgs/fi.msg +%%DATADIR%%/msgs/fo.msg +%%DATADIR%%/msgs/fo_fo.msg +%%DATADIR%%/msgs/fr.msg +%%DATADIR%%/msgs/fr_be.msg +%%DATADIR%%/msgs/fr_ca.msg +%%DATADIR%%/msgs/fr_ch.msg +%%DATADIR%%/msgs/ga.msg +%%DATADIR%%/msgs/ga_ie.msg +%%DATADIR%%/msgs/gl.msg +%%DATADIR%%/msgs/gl_es.msg +%%DATADIR%%/msgs/gv.msg +%%DATADIR%%/msgs/gv_gb.msg +%%DATADIR%%/msgs/he.msg +%%DATADIR%%/msgs/hi.msg +%%DATADIR%%/msgs/hi_in.msg +%%DATADIR%%/msgs/hr.msg +%%DATADIR%%/msgs/hu.msg +%%DATADIR%%/msgs/id.msg +%%DATADIR%%/msgs/id_id.msg +%%DATADIR%%/msgs/is.msg +%%DATADIR%%/msgs/it.msg +%%DATADIR%%/msgs/it_ch.msg +%%DATADIR%%/msgs/ja.msg +%%DATADIR%%/msgs/kl.msg +%%DATADIR%%/msgs/kl_gl.msg +%%DATADIR%%/msgs/ko.msg +%%DATADIR%%/msgs/ko_kr.msg +%%DATADIR%%/msgs/kok.msg +%%DATADIR%%/msgs/kok_in.msg +%%DATADIR%%/msgs/kw.msg +%%DATADIR%%/msgs/kw_gb.msg +%%DATADIR%%/msgs/lt.msg +%%DATADIR%%/msgs/lv.msg +%%DATADIR%%/msgs/mk.msg +%%DATADIR%%/msgs/mr.msg +%%DATADIR%%/msgs/mr_in.msg +%%DATADIR%%/msgs/ms.msg +%%DATADIR%%/msgs/ms_my.msg +%%DATADIR%%/msgs/mt.msg +%%DATADIR%%/msgs/nb.msg +%%DATADIR%%/msgs/nl.msg +%%DATADIR%%/msgs/nl_be.msg +%%DATADIR%%/msgs/nn.msg +%%DATADIR%%/msgs/pl.msg +%%DATADIR%%/msgs/pt.msg +%%DATADIR%%/msgs/pt_br.msg +%%DATADIR%%/msgs/ro.msg +%%DATADIR%%/msgs/ru.msg +%%DATADIR%%/msgs/ru_ua.msg +%%DATADIR%%/msgs/sh.msg +%%DATADIR%%/msgs/sk.msg +%%DATADIR%%/msgs/sl.msg +%%DATADIR%%/msgs/sq.msg +%%DATADIR%%/msgs/sr.msg +%%DATADIR%%/msgs/sv.msg +%%DATADIR%%/msgs/sw.msg +%%DATADIR%%/msgs/ta.msg +%%DATADIR%%/msgs/ta_in.msg +%%DATADIR%%/msgs/te.msg +%%DATADIR%%/msgs/te_in.msg +%%DATADIR%%/msgs/th.msg +%%DATADIR%%/msgs/tr.msg +%%DATADIR%%/msgs/uk.msg +%%DATADIR%%/msgs/vi.msg +%%DATADIR%%/msgs/zh.msg +%%DATADIR%%/msgs/zh_cn.msg +%%DATADIR%%/msgs/zh_hk.msg +%%DATADIR%%/msgs/zh_sg.msg +%%DATADIR%%/msgs/zh_tw.msg +%%DATADIR%%/opt0.4/optparse.tcl +%%DATADIR%%/opt0.4/pkgIndex.tcl +%%DATADIR%%/package.tcl +%%DATADIR%%/parray.tcl +%%DATADIR%%/safe.tcl +%%DATADIR%%/tclDTrace.d +%%DATADIR%%/tclIndex +%%DATADIR%%/tm.tcl +%%DATADIR%%/word.tcl +usr/share/tcl8/8.4/http-2.7.10.tm +usr/share/tcl8/8.4/platform-1.0.10.tm +usr/share/tcl8/8.4/platform/shell-1.1.4.tm +usr/share/tcl8/8.5/msgcat-1.5.0.tm +usr/share/tcl8/8.5/tcltest-2.3.4.tm +@dir usr/lib/tcl8.5 +@dir usr/lib64/tcl8.5 Property changes on: head/lang/linux-c7-tcl85/pkg-plist.x86_64 ___________________________________________________________________ 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/Makefile =================================================================== --- head/multimedia/Makefile (revision 424258) +++ head/multimedia/Makefile (revision 424259) @@ -1,456 +1,458 @@ # $FreeBSD$ # COMMENT = Multimedia software SUBDIR += 2mandvd SUBDIR += ab25 SUBDIR += abby SUBDIR += acidrip SUBDIR += aegisub SUBDIR += asdcplib SUBDIR += assimp SUBDIR += atomicparsley SUBDIR += audacious SUBDIR += audacious-gtk3 SUBDIR += audacious-plugins SUBDIR += audacious-plugins-gtk3 SUBDIR += audiopreview SUBDIR += avbin SUBDIR += avidemux SUBDIR += avidemux-cli SUBDIR += avidemux-plugins SUBDIR += avidemux-qt4 SUBDIR += avinfo SUBDIR += baka-mplayer SUBDIR += bangarang SUBDIR += banshee SUBDIR += bino SUBDIR += bitstream SUBDIR += bombono SUBDIR += bsdbktr_tvtune SUBDIR += camserv SUBDIR += cclive SUBDIR += cheese SUBDIR += clipgrab SUBDIR += clive SUBDIR += clutter-gst SUBDIR += clutter-gst3 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 += emby-server SUBDIR += emovix SUBDIR += ffdec SUBDIR += ffmpeg SUBDIR += ffmpeg0 SUBDIR += ffmpeg2theora SUBDIR += ffmpegthumbnailer SUBDIR += ffms2 SUBDIR += flvmeta SUBDIR += flvstreamer SUBDIR += flvtool++ SUBDIR += fpc-dts SUBDIR += fpc-libvlc SUBDIR += freetuxtv SUBDIR += freevo SUBDIR += fxtv SUBDIR += gaupol SUBDIR += gavl SUBDIR += gcap SUBDIR += gcfilms SUBDIR += gdialog SUBDIR += gdvrecv SUBDIR += gmencoder SUBDIR += gmerlin SUBDIR += gmerlin-avdecoder SUBDIR += gmimms SUBDIR += gmp-api 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-editing-services 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-hls SUBDIR += gstreamer1-plugins-kate SUBDIR += gstreamer1-plugins-libde265 SUBDIR += gstreamer1-plugins-mpeg2dec SUBDIR += gstreamer1-plugins-mpeg2enc SUBDIR += gstreamer1-plugins-openh264 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-plugins-x265 SUBDIR += gstreamer1-qt4 SUBDIR += gstreamer1-qt5 SUBDIR += gstreamer1-rtsp-server SUBDIR += gstreamer1-vaapi SUBDIR += gstreamer1-validate SUBDIR += gstreamermm SUBDIR += gtk-recordmydesktop SUBDIR += gtk-youtube-viewer SUBDIR += gxine SUBDIR += handbrake 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 += kodi SUBDIR += kplayer-kde4 SUBDIR += kvazaar SUBDIR += l-smash SUBDIR += libaacs SUBDIR += libass SUBDIR += libav SUBDIR += libbdplus SUBDIR += libbluray SUBDIR += libcec SUBDIR += libdc1394 SUBDIR += libdca SUBDIR += libdcadec SUBDIR += libde265 SUBDIR += libdv SUBDIR += libdvbcsa SUBDIR += libdvbpsi SUBDIR += libdvdcss SUBDIR += libdvdnav SUBDIR += libdvdread SUBDIR += libfame SUBDIR += libhdhomerun SUBDIR += libkate SUBDIR += libmatroska SUBDIR += libmediaart SUBDIR += libmediainfo SUBDIR += libmovtar SUBDIR += libmpeg2 SUBDIR += libmpeg3 SUBDIR += libmtp SUBDIR += libquicktime SUBDIR += libquicktime-lame SUBDIR += libquvi SUBDIR += libquvi-scripts SUBDIR += libquvi-scripts09 SUBDIR += libquvi09 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 += libx264 SUBDIR += libxine SUBDIR += libxspf SUBDIR += libzen SUBDIR += linux-c6-libtheora SUBDIR += linux-c6-libv4l + SUBDIR += linux-c7-libtheora + SUBDIR += linux-c7-libv4l SUBDIR += linux-f10-libtheora SUBDIR += linux-f10-libv4l SUBDIR += linux-tsmuxer 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 += mpc-qt SUBDIR += mpeg2codec SUBDIR += mpeg2play SUBDIR += mpeg4ip SUBDIR += mpeg_encode SUBDIR += mpeg_play SUBDIR += mpeg_stat SUBDIR += mpgtx SUBDIR += mplayer SUBDIR += mplayer-skins SUBDIR += mplayer2 SUBDIR += mplex SUBDIR += mps-youtube SUBDIR += mpv SUBDIR += msdl SUBDIR += msopenh264 SUBDIR += msx264 SUBDIR += mxflib SUBDIR += mythtv SUBDIR += mythtv-frontend SUBDIR += naludump SUBDIR += nordlicht SUBDIR += nxtvepg SUBDIR += obs-studio SUBDIR += oggvideotools SUBDIR += ogmrip SUBDIR += ogmtools SUBDIR += omxplayer SUBDIR += opencinematools SUBDIR += openh264 SUBDIR += openquicktime SUBDIR += openshot SUBDIR += oqtencoder SUBDIR += oqtplayer SUBDIR += oscam 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 += pHash SUBDIR += phonon SUBDIR += phonon-designerplugin SUBDIR += phonon-gstreamer SUBDIR += phonon-vlc SUBDIR += phonon-xine SUBDIR += photofilmstrip SUBDIR += php-pHash SUBDIR += pitivi SUBDIR += playd SUBDIR += plexhometheater SUBDIR += plexmediaserver SUBDIR += plexmediaserver-plexpass SUBDIR += plexpy SUBDIR += plexwatch SUBDIR += podcastdl SUBDIR += poe SUBDIR += ppm2fli SUBDIR += projectx SUBDIR += ptx-kmod SUBDIR += pwcbsd SUBDIR += pwcview SUBDIR += py-cec SUBDIR += py-enzyme SUBDIR += py-ffmpeg SUBDIR += py-gstreamer SUBDIR += py-gstreamer1 SUBDIR += py-guessit SUBDIR += py-kaa-base SUBDIR += py-kaa-imlib2 SUBDIR += py-kaa-metadata SUBDIR += py-librtmp SUBDIR += py-mlt SUBDIR += py-moviepy SUBDIR += py-openlp SUBDIR += py-periscope SUBDIR += py-qt4-multimedia SUBDIR += py-qt4-phonon SUBDIR += py-qt5-multimedia SUBDIR += py-qt5-multimediawidgets SUBDIR += py-soco SUBDIR += py-subliminal SUBDIR += py-tvnamer SUBDIR += py3-gstreamer1 SUBDIR += pyjama SUBDIR += pymp SUBDIR += qmmp SUBDIR += qmmp-plugin-pack SUBDIR += qmmp-plugin-pack-qt5 SUBDIR += qmmp-qt5 SUBDIR += qt-faststart SUBDIR += qt4-mobility SUBDIR += qt4-multimedia SUBDIR += qt5-multimedia SUBDIR += qt5-phonon4 SUBDIR += qt5-phonon4-designerplugin SUBDIR += qt5-phonon4-gstreamer SUBDIR += qt5-phonon4-vlc SUBDIR += quark SUBDIR += quodlibet SUBDIR += quvi SUBDIR += quvi09 SUBDIR += rage 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 += snappy SUBDIR += spigot SUBDIR += spook SUBDIR += subtitlecomposer-kde4 SUBDIR += subtitleeditor SUBDIR += subtitleoffsetmodifier SUBDIR += subtitleripper SUBDIR += subtools SUBDIR += swfdec-gnome SUBDIR += syncplay SUBDIR += szap-s2 SUBDIR += tcmplex-panteltje SUBDIR += tivodecode SUBDIR += totem SUBDIR += totem-pl-parser SUBDIR += tovid SUBDIR += transcode SUBDIR += tstools SUBDIR += tvheadend SUBDIR += umph SUBDIR += umplayer SUBDIR += umr SUBDIR += v4l-utils SUBDIR += v4l_compat SUBDIR += vamps SUBDIR += vapoursynth SUBDIR += vapoursynth-l-smash-works 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 += vid.stab SUBDIR += vlc SUBDIR += vlc-qt4 SUBDIR += vstream-client SUBDIR += vtkmpeg2encode SUBDIR += w_scan SUBDIR += webcamd SUBDIR += win32-codecs SUBDIR += winff SUBDIR += x264 SUBDIR += x265 SUBDIR += xanim SUBDIR += xawtv SUBDIR += xfce4-parole SUBDIR += xine SUBDIR += xmms SUBDIR += xmms-skins SUBDIR += xmms-skins-huge SUBDIR += xporthdmv SUBDIR += xtheater SUBDIR += xvid SUBDIR += yamdi SUBDIR += zoneminder .include Index: head/multimedia/linux-c7-libtheora/Makefile =================================================================== --- head/multimedia/linux-c7-libtheora/Makefile (nonexistent) +++ head/multimedia/linux-c7-libtheora/Makefile (revision 424259) @@ -0,0 +1,23 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= libtheora +PORTVERSION= 1.1.1 +CATEGORIES= multimedia linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Theora Video Compression Codec (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= BSD3CLAUSE + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 8.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +PORTDOCS= COPYING README +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/multimedia/linux-c7-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-c7-libtheora/distinfo.i386 =================================================================== --- head/multimedia/linux-c7-libtheora/distinfo.i386 (nonexistent) +++ head/multimedia/linux-c7-libtheora/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473356082 +SHA256 (rpm/centos/7.2.1511/i386/libtheora-1.1.1-8.el7.i686.rpm) = b9660698a70f50bdefa94f688e2ce419e68d1a86bfb5bf0d5d5fdffb34b81b80 +SIZE (rpm/centos/7.2.1511/i386/libtheora-1.1.1-8.el7.i686.rpm) = 142280 +SHA256 (rpm/centos/7.2.1511/i386/libtheora-1.1.1-8.el7.src.rpm) = 0ea38d10a7b7dc9393d878e7132b9a449d054bcaba06485bca0144c9cb2dec02 +SIZE (rpm/centos/7.2.1511/i386/libtheora-1.1.1-8.el7.src.rpm) = 1447869 Property changes on: head/multimedia/linux-c7-libtheora/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/multimedia/linux-c7-libtheora/distinfo.x86_64 =================================================================== --- head/multimedia/linux-c7-libtheora/distinfo.x86_64 (nonexistent) +++ head/multimedia/linux-c7-libtheora/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674963 +SHA256 (rpm/centos/7.2.1511/x86_64/libtheora-1.1.1-8.el7.i686.rpm) = b9660698a70f50bdefa94f688e2ce419e68d1a86bfb5bf0d5d5fdffb34b81b80 +SIZE (rpm/centos/7.2.1511/x86_64/libtheora-1.1.1-8.el7.i686.rpm) = 142280 +SHA256 (rpm/centos/7.2.1511/x86_64/libtheora-1.1.1-8.el7.x86_64.rpm) = aabbc64c3131165b96a92cbbf17709200c2f877ba529c2a1a3e1916ce30c817d +SIZE (rpm/centos/7.2.1511/x86_64/libtheora-1.1.1-8.el7.x86_64.rpm) = 139612 +SHA256 (rpm/centos/7.2.1511/x86_64/libtheora-1.1.1-8.el7.src.rpm) = 0ea38d10a7b7dc9393d878e7132b9a449d054bcaba06485bca0144c9cb2dec02 +SIZE (rpm/centos/7.2.1511/x86_64/libtheora-1.1.1-8.el7.src.rpm) = 1447869 Property changes on: head/multimedia/linux-c7-libtheora/distinfo.x86_64 ___________________________________________________________________ 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-c7-libtheora/pkg-plist.i386 =================================================================== --- head/multimedia/linux-c7-libtheora/pkg-plist.i386 (nonexistent) +++ head/multimedia/linux-c7-libtheora/pkg-plist.i386 (revision 424259) @@ -0,0 +1,6 @@ +usr/lib/libtheora.so.0 +usr/lib/libtheora.so.0.3.10 +usr/lib/libtheoradec.so.1 +usr/lib/libtheoradec.so.1.1.4 +usr/lib/libtheoraenc.so.1 +usr/lib/libtheoraenc.so.1.1.2 Property changes on: head/multimedia/linux-c7-libtheora/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/multimedia/linux-c7-libtheora/pkg-plist.x86_64 =================================================================== --- head/multimedia/linux-c7-libtheora/pkg-plist.x86_64 (nonexistent) +++ head/multimedia/linux-c7-libtheora/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,12 @@ +usr/lib/libtheora.so.0 +usr/lib/libtheora.so.0.3.10 +usr/lib/libtheoradec.so.1 +usr/lib/libtheoradec.so.1.1.4 +usr/lib/libtheoraenc.so.1 +usr/lib/libtheoraenc.so.1.1.2 +usr/lib64/libtheora.so.0 +usr/lib64/libtheora.so.0.3.10 +usr/lib64/libtheoradec.so.1 +usr/lib64/libtheoradec.so.1.1.4 +usr/lib64/libtheoraenc.so.1 +usr/lib64/libtheoraenc.so.1.1.2 Property changes on: head/multimedia/linux-c7-libtheora/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-libv4l/Makefile =================================================================== --- head/multimedia/linux-c7-libv4l/Makefile (nonexistent) +++ head/multimedia/linux-c7-libv4l/Makefile (revision 424259) @@ -0,0 +1,21 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= libv4l +PORTVERSION= 0.9.5 +CATEGORIES= multimedia linux +SRC_DISTFILES= v4l-utils-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Collection of video4linux support libraries (CentOS ${LINUX_DIST_VER}) + +LICENSE= LGPL20+ + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 4.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +.include Property changes on: head/multimedia/linux-c7-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-c7-libv4l/distinfo.i386 =================================================================== --- head/multimedia/linux-c7-libv4l/distinfo.i386 (nonexistent) +++ head/multimedia/linux-c7-libv4l/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473356088 +SHA256 (rpm/centos/7.2.1511/i386/libv4l-0.9.5-4.el7.i686.rpm) = 7c9fb65097d72f0a796220f39613c89cf86f075b18510e11e296b75bfea71f7d +SIZE (rpm/centos/7.2.1511/i386/libv4l-0.9.5-4.el7.i686.rpm) = 193748 +SHA256 (rpm/centos/7.2.1511/i386/v4l-utils-0.9.5-4.el7.src.rpm) = c7a72b926f05e1dc780105d4dc5356d4fbb02ba69b19bc59e543cf0c0cbdb317 +SIZE (rpm/centos/7.2.1511/i386/v4l-utils-0.9.5-4.el7.src.rpm) = 996684 Property changes on: head/multimedia/linux-c7-libv4l/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/multimedia/linux-c7-libv4l/distinfo.x86_64 =================================================================== --- head/multimedia/linux-c7-libv4l/distinfo.x86_64 (nonexistent) +++ head/multimedia/linux-c7-libv4l/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674966 +SHA256 (rpm/centos/7.2.1511/x86_64/libv4l-0.9.5-4.el7.i686.rpm) = 7c9fb65097d72f0a796220f39613c89cf86f075b18510e11e296b75bfea71f7d +SIZE (rpm/centos/7.2.1511/x86_64/libv4l-0.9.5-4.el7.i686.rpm) = 193748 +SHA256 (rpm/centos/7.2.1511/x86_64/libv4l-0.9.5-4.el7.x86_64.rpm) = b05704ce53c147cbf0f9c873cff2e676207298c2b2258ebda84b673682250355 +SIZE (rpm/centos/7.2.1511/x86_64/libv4l-0.9.5-4.el7.x86_64.rpm) = 199064 +SHA256 (rpm/centos/7.2.1511/x86_64/v4l-utils-0.9.5-4.el7.src.rpm) = c7a72b926f05e1dc780105d4dc5356d4fbb02ba69b19bc59e543cf0c0cbdb317 +SIZE (rpm/centos/7.2.1511/x86_64/v4l-utils-0.9.5-4.el7.src.rpm) = 996684 Property changes on: head/multimedia/linux-c7-libv4l/distinfo.x86_64 ___________________________________________________________________ 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-c7-libv4l/pkg-plist.i386 =================================================================== --- head/multimedia/linux-c7-libv4l/pkg-plist.i386 (nonexistent) +++ head/multimedia/linux-c7-libv4l/pkg-plist.i386 (revision 424259) @@ -0,0 +1,20 @@ +usr/lib/libdvbv5.so.0 +usr/lib/libdvbv5.so.0.0.0 +usr/lib/libv4l/ov511-decomp +usr/lib/libv4l/ov518-decomp +usr/lib/libv4l/plugins/libv4l-mplane.so +usr/lib/libv4l/v4l1compat.so +usr/lib/libv4l/v4l2convert.so +usr/lib/libv4l1.so.0 +usr/lib/libv4l1.so.0.0.0 +usr/lib/libv4l2.so.0 +usr/lib/libv4l2.so.0.0.0 +usr/lib/libv4l2rds.so.0 +usr/lib/libv4l2rds.so.0.0.0 +usr/lib/libv4lconvert.so.0 +usr/lib/libv4lconvert.so.0.0.0 +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/COPYING.LIB +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README.lib +%%PORTDOCS%%%%DOCSDIR%%/TODO Property changes on: head/multimedia/linux-c7-libv4l/pkg-plist.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/multimedia/linux-c7-libv4l/pkg-plist.x86_64 =================================================================== --- head/multimedia/linux-c7-libv4l/pkg-plist.x86_64 (nonexistent) +++ head/multimedia/linux-c7-libv4l/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,35 @@ +usr/lib/libdvbv5.so.0 +usr/lib/libdvbv5.so.0.0.0 +usr/lib/libv4l/ov511-decomp +usr/lib/libv4l/ov518-decomp +usr/lib/libv4l/plugins/libv4l-mplane.so +usr/lib/libv4l/v4l1compat.so +usr/lib/libv4l/v4l2convert.so +usr/lib/libv4l1.so.0 +usr/lib/libv4l1.so.0.0.0 +usr/lib/libv4l2.so.0 +usr/lib/libv4l2.so.0.0.0 +usr/lib/libv4l2rds.so.0 +usr/lib/libv4l2rds.so.0.0.0 +usr/lib/libv4lconvert.so.0 +usr/lib/libv4lconvert.so.0.0.0 +usr/lib64/libdvbv5.so.0 +usr/lib64/libdvbv5.so.0.0.0 +usr/lib64/libv4l/ov511-decomp +usr/lib64/libv4l/ov518-decomp +usr/lib64/libv4l/plugins/libv4l-mplane.so +usr/lib64/libv4l/v4l1compat.so +usr/lib64/libv4l/v4l2convert.so +usr/lib64/libv4l1.so.0 +usr/lib64/libv4l1.so.0.0.0 +usr/lib64/libv4l2.so.0 +usr/lib64/libv4l2.so.0.0.0 +usr/lib64/libv4l2rds.so.0 +usr/lib64/libv4l2rds.so.0.0.0 +usr/lib64/libv4lconvert.so.0 +usr/lib64/libv4lconvert.so.0.0.0 +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/COPYING.LIB +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README.lib +%%PORTDOCS%%%%DOCSDIR%%/TODO Property changes on: head/multimedia/linux-c7-libv4l/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-libv4l/pkg-descr =================================================================== --- head/multimedia/linux-c7-libv4l/pkg-descr (nonexistent) +++ head/multimedia/linux-c7-libv4l/pkg-descr (revision 424259) @@ -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-c7-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/net/Makefile =================================================================== --- head/net/Makefile (revision 424258) +++ head/net/Makefile (revision 424259) @@ -1,1443 +1,1446 @@ # $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-chan_sccp SUBDIR += asterisk-g72x SUBDIR += asterisk11 SUBDIR += asterisk13 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 += axa SUBDIR += babeld SUBDIR += balance SUBDIR += bctoolbox 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 += bsdec2-image-upload SUBDIR += bsdproxy SUBDIR += bwi-firmware-kmod SUBDIR += bwn-firmware-kmod SUBDIR += bwping SUBDIR += c3270 SUBDIR += cagibi SUBDIR += ccxstream SUBDIR += cf SUBDIR += chrony SUBDIR += citrix_ica SUBDIR += cjdns SUBDIR += clamz SUBDIR += cloud-init SUBDIR += clusterit SUBDIR += cnd SUBDIR += coda6_client SUBDIR += coda6_server SUBDIR += corkscrew SUBDIR += corosync 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 += dgd SUBDIR += dgd-kernel SUBDIR += dgd-lpmud SUBDIR += dhcp6 SUBDIR += dhcpcd SUBDIR += dhcpd SUBDIR += dhcpd-pools SUBDIR += dhcpdump SUBDIR += dhcperf SUBDIR += dhcping SUBDIR += dhcprelay SUBDIR += dhcprelya SUBDIR += dictd SUBDIR += dictd-database SUBDIR += dimes SUBDIR += dosdetector SUBDIR += dpdk SUBDIR += dpinger SUBDIR += drawterm SUBDIR += dropbox-api-command SUBDIR += dropbox-uploader SUBDIR += dshell SUBDIR += dtcp SUBDIR += dtcpclient SUBDIR += e169-stats SUBDIR += easysoap SUBDIR += echoping SUBDIR += elixir-kafka_ex SUBDIR += elixir-oauth2 SUBDIR += empty SUBDIR += enet SUBDIR += erlang-ranch 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 += freediameter SUBDIR += freenet6 SUBDIR += freeradius-client SUBDIR += freeradius2 SUBDIR += freeradius3 SUBDIR += freerdp SUBDIR += freeswitch SUBDIR += freevrrpd SUBDIR += fspclient SUBDIR += fspd SUBDIR += fsplib SUBDIR += g2ipmsg SUBDIR += geoclue SUBDIR += geocode-glib SUBDIR += geoipupdate SUBDIR += get_iplayer SUBDIR += gfbgraph SUBDIR += gini SUBDIR += gkrellmwireless2 SUBDIR += glflow SUBDIR += glib-networking SUBDIR += glusterfs SUBDIR += gnatsd SUBDIR += gnet2 SUBDIR += gnetcat SUBDIR += gnome-nettool SUBDIR += gnome-online-accounts SUBDIR += gnome-online-miners SUBDIR += gnu-dico SUBDIR += gnu-radius SUBDIR += go-amqp SUBDIR += go-cs SUBDIR += go-geoip SUBDIR += go-httppath SUBDIR += go-httptreemux SUBDIR += go-nats SUBDIR += go.net SUBDIR += gofish SUBDIR += gogoc SUBDIR += google-cloud-sdk SUBDIR += google-daemon SUBDIR += google-startup-scripts SUBDIR += googlecl SUBDIR += gopher SUBDIR += gotthard SUBDIR += gpxe SUBDIR += gq SUBDIR += grdesktop SUBDIR += grilo SUBDIR += grilo-plugins SUBDIR += grive SUBDIR += grive2 SUBDIR += grsync SUBDIR += gsk SUBDIR += gspoof SUBDIR += gssdp SUBDIR += gstreamer-plugins-libmms SUBDIR += gstreamer1-plugins-libmms SUBDIR += gtic SUBDIR += gtk-vnc SUBDIR += gtknetcat SUBDIR += guacamole-server SUBDIR += gupnp SUBDIR += gupnp-av SUBDIR += gupnp-dlna 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-aws 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-network-uri 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 += iipsrv SUBDIR += ilbc SUBDIR += imapproxy SUBDIR += intel-em-kmod SUBDIR += intel-ixl-kmod SUBDIR += iodine SUBDIR += ip2location SUBDIR += ip6_int SUBDIR += ipdecap SUBDIR += ipgrab SUBDIR += iplog SUBDIR += ipsorc SUBDIR += ipsumdump SUBDIR += ipsvd SUBDIR += ipxe SUBDIR += irrd SUBDIR += isboot-kmod 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 += kafkacat SUBDIR += kamailio SUBDIR += kdenetwork4 SUBDIR += kdenetwork4-filesharing SUBDIR += kdenetwork4-strigi-analyzers SUBDIR += kea 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 += 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 += libdmapsharing SUBDIR += libdnet SUBDIR += libexosip2 SUBDIR += libfb SUBDIR += libfixbuf SUBDIR += libgnetwork SUBDIR += libgweather SUBDIR += libilbc SUBDIR += libkfbapi SUBDIR += libkvkontakte SUBDIR += libmaia SUBDIR += libmateweather SUBDIR += libmaxminddb SUBDIR += libmediawiki SUBDIR += libmms SUBDIR += libmxp SUBDIR += libnatpmp SUBDIR += libnet SUBDIR += libnetdude SUBDIR += libnfs SUBDIR += libnids SUBDIR += libnss-cache SUBDIR += libnss-mysql SUBDIR += libnss-pgsql SUBDIR += liboauth SUBDIR += libopennet SUBDIR += liboping SUBDIR += libosip2 SUBDIR += libp0f SUBDIR += libpcap SUBDIR += libpcapnav SUBDIR += libproxy SUBDIR += libproxy-gnome SUBDIR += libproxy-gnome3 SUBDIR += libproxy-kde SUBDIR += libproxy-mozjs SUBDIR += libproxy-perl SUBDIR += libproxy-python SUBDIR += libproxy-webkit SUBDIR += librdkafka SUBDIR += librouteros SUBDIR += librsync SUBDIR += librsync1 SUBDIR += libsocket++ SUBDIR += libsocketcpp SUBDIR += libsrtp SUBDIR += libtnl SUBDIR += libtrace SUBDIR += libunp SUBDIR += libutp SUBDIR += libvncserver SUBDIR += libwebsockets SUBDIR += libzapojit SUBDIR += libzmq2 SUBDIR += libzmq3 SUBDIR += libzmq4 SUBDIR += liferea SUBDIR += linknx SUBDIR += linphone SUBDIR += linux-c6-avahi-libs SUBDIR += linux-c6-openldap SUBDIR += linux-c6-tcp_wrappers-libs + SUBDIR += linux-c7-avahi-libs + SUBDIR += linux-c7-openldap + SUBDIR += linux-c7-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 += macchanger SUBDIR += mad_fcl SUBDIR += malo-firmware-kmod SUBDIR += mdns-repeater SUBDIR += mediastreamer SUBDIR += mediatomb SUBDIR += megatools SUBDIR += mgen SUBDIR += micro_inetd SUBDIR += micro_proxy SUBDIR += minidlna SUBDIR += minisapserver SUBDIR += minissdpd SUBDIR += miniupnpc SUBDIR += miniupnpd SUBDIR += miredo SUBDIR += miruo SUBDIR += mlvpn SUBDIR += mobile-broadband-provider-info SUBDIR += mono-zeroconf SUBDIR += mopd SUBDIR += morebalance SUBDIR += mosh SUBDIR += mosquitto SUBDIR += motsognir 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 += nanomsg SUBDIR += nast SUBDIR += nats-streaming-server SUBDIR += nats-top SUBDIR += nbd-server SUBDIR += nc SUBDIR += ncp SUBDIR += ndisc6 SUBDIR += ndpi 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 += ng_mikrotik_eoip SUBDIR += ngrep SUBDIR += nifmon SUBDIR += nload SUBDIR += nmsg SUBDIR += nocatsplash SUBDIR += norm SUBDIR += nos-ttb SUBDIR += nph SUBDIR += ns3 SUBDIR += nss-pam-ldapd SUBDIR += nss-pam-ldapd-sasl SUBDIR += nss_ldap SUBDIR += nsscache SUBDIR += ntimed SUBDIR += ntlmaps SUBDIR += ntop SUBDIR += ntopng SUBDIR += ntp SUBDIR += ntp-devel SUBDIR += ntpa SUBDIR += ntraceroute SUBDIR += nusoap SUBDIR += nxproxy SUBDIR += nyancat SUBDIR += nylon SUBDIR += ocserv SUBDIR += ohphone SUBDIR += olsrd SUBDIR += omnitty SUBDIR += onenetd SUBDIR += onioncat SUBDIR += opal SUBDIR += openafs SUBDIR += openbgpd SUBDIR += openbsc SUBDIR += opendpi SUBDIR += openggsn SUBDIR += openh323 SUBDIR += openldap24-client SUBDIR += openldap24-sasl-client SUBDIR += openldap24-server SUBDIR += openmpi SUBDIR += openmq SUBDIR += openmq-client SUBDIR += openntpd SUBDIR += opennx SUBDIR += openospfd SUBDIR += openpgm SUBDIR += openradius SUBDIR += opensips SUBDIR += openslp SUBDIR += opentracker SUBDIR += openvswitch SUBDIR += ortp SUBDIR += osrtspproxy SUBDIR += ossp-sa SUBDIR += ostinato SUBDIR += owamp SUBDIR += p5-Acme-HTTP SUBDIR += p5-AddressBook SUBDIR += p5-Amazon-SQS-Simple SUBDIR += p5-AnyEvent-MPRPC SUBDIR += p5-AnyEvent-MQTT 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-IO-Socket-Socks SUBDIR += p5-IO-Socket-Timeout SUBDIR += p5-IO-Socket-UNIX-Util SUBDIR += p5-IP-Anonymous SUBDIR += p5-IP-Country SUBDIR += p5-IPC-Session SUBDIR += p5-JavaScript-RPC SUBDIR += p5-Kafka SUBDIR += p5-MaxMind-DB-Common SUBDIR += p5-MaxMind-DB-Reader SUBDIR += p5-MaxMind-DB-Writer 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-Signature-V3 SUBDIR += p5-Net-Amazon-Signature-V4 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-Device SUBDIR += p5-Net-Frame-Dump SUBDIR += p5-Net-Frame-Layer-ICMPv6 SUBDIR += p5-Net-Frame-Layer-IPv6 SUBDIR += p5-Net-Frame-Simple 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-FilterBuilder 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-Libdnet6 SUBDIR += p5-Net-LimeLight-Purge SUBDIR += p5-Net-MAC SUBDIR += p5-Net-MAC-Vendor SUBDIR += p5-Net-MQTT 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-Nmsg 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-TacacsPlus 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-NetAddr-MAC 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-XML-Client 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-TFTP SUBDIR += p5-Test-URI SUBDIR += p5-URI SUBDIR += p5-URI-FromHash SUBDIR += p5-URI-Match SUBDIR += p5-URI-Nested SUBDIR += p5-URI-OpenURL SUBDIR += p5-URI-Query SUBDIR += p5-URI-SmartURI SUBDIR += p5-URI-Template SUBDIR += p5-URI-Template-Restrict SUBDIR += p5-URI-db SUBDIR += p5-URI-ws SUBDIR += p5-VM-EC2 SUBDIR += p5-VM-EC2-Security-CredentialCache 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-Compile-WSDL11 SUBDIR += p5-XML-Fast SUBDIR += p5-XML-RPC SUBDIR += p5-XML-RPC-Fast SUBDIR += p5-XMLRPC-Lite SUBDIR += p5-XPC SUBDIR += p5-ZConf SUBDIR += p5-ZConf-Bookmarks SUBDIR += p5-ZeroMQ SUBDIR += p5-ldap2pf SUBDIR += p5-ldap2pw SUBDIR += p5-perl-ldap SUBDIR += p5-srv2pf SUBDIR += pacemaker 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_Growl 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-ip2location SUBDIR += pecl-mosquitto SUBDIR += pecl-oauth SUBDIR += pecl-oauth2 SUBDIR += pecl-radius SUBDIR += pecl-smbclient SUBDIR += pecl-yaz SUBDIR += pecl-yp SUBDIR += pecl-zmq SUBDIR += pen SUBDIR += pfinger SUBDIR += phamm 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 += php70-ldap SUBDIR += php70-soap SUBDIR += php70-sockets SUBDIR += php70-xmlrpc SUBDIR += phpldapadmin SUBDIR += pim6-tools SUBDIR += pim6dd SUBDIR += pim6sd SUBDIR += pimd SUBDIR += pimdd SUBDIR += pipsecd SUBDIR += pjsip SUBDIR += pjsip-extsrtp 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 += ptunnel SUBDIR += pure-sockets SUBDIR += pvm SUBDIR += pwhois SUBDIR += pxe SUBDIR += pxe-pdhcp SUBDIR += py-GeoIP SUBDIR += py-GeoIP2 SUBDIR += py-amqp SUBDIR += py-amqplib SUBDIR += py-avahi SUBDIR += py-beanstalkc SUBDIR += py-cinderclient SUBDIR += py-cjdns SUBDIR += py-cloudfiles SUBDIR += py-coherence SUBDIR += py-dpkt SUBDIR += py-dugong SUBDIR += py-ec2-cli-tools SUBDIR += py-eventlet SUBDIR += py-glanceclient SUBDIR += py-gntp SUBDIR += py-gspread SUBDIR += py-gspreadsheet SUBDIR += py-haproxy-log-analysis SUBDIR += py-impacket SUBDIR += py-ipaddress SUBDIR += py-iplib SUBDIR += py-kafka-python SUBDIR += py-keystoneclient SUBDIR += py-kombu SUBDIR += py-ldap SUBDIR += py-ldap3 SUBDIR += py-ldaptor SUBDIR += py-libcloud SUBDIR += py-libdnet SUBDIR += py-libnet SUBDIR += py-magic-wormhole SUBDIR += py-matrix-synapse SUBDIR += py-maxminddb SUBDIR += py-miniupnpc SUBDIR += py-msrplib SUBDIR += py-ndg_httpsclient SUBDIR += py-netaddr SUBDIR += py-netif SUBDIR += py-netifaces SUBDIR += py-netlib SUBDIR += py-netstring SUBDIR += py-neutronclient SUBDIR += py-nnpy SUBDIR += py-novaclient SUBDIR += py-ntplib SUBDIR += py-oauth SUBDIR += py-oauth2 SUBDIR += py-openstackclient SUBDIR += py-paho-mqtt SUBDIR += py-pcap SUBDIR += py-pcapy SUBDIR += py-pcs SUBDIR += py-port-for SUBDIR += py-pybeanstalk SUBDIR += py-pygeoip SUBDIR += py-pyldap SUBDIR += py-pynmsg SUBDIR += py-pynsq SUBDIR += py-pypcap SUBDIR += py-pysendfile SUBDIR += py-pyshark SUBDIR += py-pysmb SUBDIR += py-pysocks SUBDIR += py-pystun SUBDIR += py-python-bitcoinrpc SUBDIR += py-python-ntlm SUBDIR += py-pyvmomi SUBDIR += py-pyzmq SUBDIR += py-qt4-network SUBDIR += py-qt5-network SUBDIR += py-radix SUBDIR += py-raet SUBDIR += py-rainbowstream SUBDIR += py-ripe.atlas.cousteau SUBDIR += py-ripe.atlas.sagan SUBDIR += py-ripe.atlas.tools SUBDIR += py-s3cmd SUBDIR += py-s3transfer SUBDIR += py-simplesoap SUBDIR += py-smbpasswd SUBDIR += py-soappy SUBDIR += py-socketio-client SUBDIR += py-speedtest-cli SUBDIR += py-sshuttle SUBDIR += py-suds SUBDIR += py-terminado SUBDIR += py-tofu SUBDIR += py-tweepy SUBDIR += py-twistedPair SUBDIR += py-twitter SUBDIR += py-twitter-tools SUBDIR += py-txamqp SUBDIR += py-txrestapi SUBDIR += py-upnp-inspector SUBDIR += py-uritemplate SUBDIR += py-urllib3 SUBDIR += py-wolframalpha SUBDIR += py-xmlrpc SUBDIR += py-zope.proxy SUBDIR += py-zsi SUBDIR += py3-netifaces 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 += rclone SUBDIR += rdapper 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-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-protocol SUBDIR += rubygem-amqp SUBDIR += rubygem-amqp-utils SUBDIR += rubygem-aws-s3 SUBDIR += rubygem-aws-ses SUBDIR += rubygem-azure SUBDIR += rubygem-azure-core SUBDIR += rubygem-bunny SUBDIR += rubygem-connection_pool SUBDIR += rubygem-dogapi SUBDIR += rubygem-domain_name SUBDIR += rubygem-dropbox-sdk SUBDIR += rubygem-epp-client-afnic SUBDIR += rubygem-epp-client-base SUBDIR += rubygem-epp-client-rgp SUBDIR += rubygem-epp-client-secdns SUBDIR += rubygem-epp-client-smallregistry SUBDIR += rubygem-fog-aliyun SUBDIR += rubygem-fog-atmos SUBDIR += rubygem-fog-aws SUBDIR += rubygem-fog-azure SUBDIR += rubygem-fog-brightbox SUBDIR += rubygem-fog-cloudatcost SUBDIR += rubygem-fog-dynect SUBDIR += rubygem-fog-ecloud SUBDIR += rubygem-fog-google SUBDIR += rubygem-fog-local SUBDIR += rubygem-fog-openstack SUBDIR += rubygem-fog-powerdns SUBDIR += rubygem-fog-profitbricks SUBDIR += rubygem-fog-rackspace SUBDIR += rubygem-fog-radosgw SUBDIR += rubygem-fog-riakcs SUBDIR += rubygem-fog-sakuracloud SUBDIR += rubygem-fog-serverlove SUBDIR += rubygem-fog-softlayer SUBDIR += rubygem-fog-storm_on_demand SUBDIR += rubygem-fog-terremark SUBDIR += rubygem-fog-vmfusion SUBDIR += rubygem-fog-voxel SUBDIR += rubygem-fog-vsphere SUBDIR += rubygem-fog-xenserver 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-net-ldap SUBDIR += rubygem-net-netrc SUBDIR += rubygem-net-ping SUBDIR += rubygem-netrc SUBDIR += rubygem-network_interface SUBDIR += rubygem-oauth SUBDIR += rubygem-oauth2 SUBDIR += rubygem-octokit SUBDIR += rubygem-octopress-deploy SUBDIR += rubygem-omniauth-auth0 SUBDIR += rubygem-omniauth-azure-oauth2 SUBDIR += rubygem-omniauth-facebook SUBDIR += rubygem-omniauth-github SUBDIR += rubygem-omniauth-github-discourse SUBDIR += rubygem-omniauth-google-oauth2 SUBDIR += rubygem-omniauth-oauth SUBDIR += rubygem-omniauth-oauth2 SUBDIR += rubygem-omniauth-openid SUBDIR += rubygem-omniauth-twitter SUBDIR += rubygem-open-uri-cached SUBDIR += rubygem-opennebula SUBDIR += rubygem-packetfu SUBDIR += rubygem-pcaprub SUBDIR += rubygem-rabbiter SUBDIR += rubygem-rbvmomi SUBDIR += rubygem-right_aws SUBDIR += rubygem-right_flexiscale SUBDIR += rubygem-right_gogrid SUBDIR += rubygem-right_http_connection SUBDIR += rubygem-right_slicehost SUBDIR += rubygem-rsync SUBDIR += rubygem-ruby-growl SUBDIR += rubygem-ruby-openid SUBDIR += rubygem-ruby-yadis SUBDIR += rubygem-rubyntlm SUBDIR += rubygem-rubytter SUBDIR += rubygem-rudy SUBDIR += rubygem-rye SUBDIR += rubygem-simple_oauth SUBDIR += rubygem-stompserver SUBDIR += rubygem-t SUBDIR += rubygem-tweetstream SUBDIR += rubygem-twitter SUBDIR += rubygem-twitter-stream SUBDIR += rubygem-twitter4r SUBDIR += rubygem-u2f SUBDIR += rubygem-uri-redis SUBDIR += rubygem-whois SUBDIR += rude SUBDIR += rwhoisd SUBDIR += samba-libsmbclient SUBDIR += samba-nmblookup SUBDIR += samba-smbclient SUBDIR += samba36 SUBDIR += samba42 SUBDIR += samba43 SUBDIR += samba44 SUBDIR += samplicator SUBDIR += sbd SUBDIR += sbm 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 += serviio SUBDIR += sflowtool SUBDIR += shadowsocks-libev 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 += slurm SUBDIR += smb4k-kde4 SUBDIR += smbldap-tools SUBDIR += smcroute SUBDIR += smm++ SUBDIR += sngrep SUBDIR += sniffit SUBDIR += sntop SUBDIR += sobby SUBDIR += socat SUBDIR += sock SUBDIR += socketbind SUBDIR += socketpipe SUBDIR += socketw SUBDIR += sofia-sip SUBDIR += spideroak SUBDIR += splatd SUBDIR += spoofer SUBDIR += spread SUBDIR += spread-j SUBDIR += spread4 SUBDIR += sqtop SUBDIR += srelay 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 += syncthing-inotify 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 += tcpkali SUBDIR += tcpmssd SUBDIR += tcpproxy SUBDIR += tcpreen SUBDIR += tcpsg SUBDIR += tcpshow SUBDIR += tcpslice SUBDIR += tcpsplit SUBDIR += tcpstat SUBDIR += tcptestsuite SUBDIR += tcptrace SUBDIR += tcptraceroute SUBDIR += tcptraceroute-devel SUBDIR += tcpview SUBDIR += tcpwatch SUBDIR += tcpxd SUBDIR += tcpxtract SUBDIR += tdetect SUBDIR += tftpgrab SUBDIR += thcrut SUBDIR += throttled SUBDIR += tigervnc SUBDIR += tigervnc-devel SUBDIR += tightvnc SUBDIR += tintin++ SUBDIR += tiny-network-utilities 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 += tsclient SUBDIR += tshark SUBDIR += tshark-lite SUBDIR += tsocks SUBDIR += tucan SUBDIR += turnserver SUBDIR += turses SUBDIR += twitux SUBDIR += u6rd SUBDIR += ucarp SUBDIR += udptunnel SUBDIR += udpxy SUBDIR += udt SUBDIR += uget SUBDIR += uhttpmock SUBDIR += ulxmlrpcpp SUBDIR += unfs3 SUBDIR += unison SUBDIR += unison-devel SUBDIR += unison-nox11 SUBDIR += unison232 SUBDIR += unison240 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 += wireshark-qt5 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 += xferstats SUBDIR += xipmsg SUBDIR += xisp SUBDIR += xmlrpc-c SUBDIR += xmlrpc-epi SUBDIR += xorp SUBDIR += xprobe SUBDIR += xpvm SUBDIR += xrdesktop2 SUBDIR += xrdp SUBDIR += xrdp-devel SUBDIR += yami4 SUBDIR += yaph SUBDIR += yate SUBDIR += yaz SUBDIR += yaz++ SUBDIR += yazproxy SUBDIR += yconalyzer SUBDIR += yptransitd SUBDIR += zebra SUBDIR += zebra-server SUBDIR += zeroconf-ioslave SUBDIR += zerotier SUBDIR += zillion SUBDIR += zmap SUBDIR += zsync .include Index: head/net/linux-c7-avahi-libs/Makefile =================================================================== --- head/net/linux-c7-avahi-libs/Makefile (nonexistent) +++ head/net/linux-c7-avahi-libs/Makefile (revision 424259) @@ -0,0 +1,21 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= avahi-libs +PORTVERSION= 0.6.31 +CATEGORIES= net linux +SRC_DISTFILES= avahi-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Libraries for Avahi (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 15.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../avahi/pkg-descr + +.include Property changes on: head/net/linux-c7-avahi-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-c7-avahi-libs/distinfo.i386 =================================================================== --- head/net/linux-c7-avahi-libs/distinfo.i386 (nonexistent) +++ head/net/linux-c7-avahi-libs/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355721 +SHA256 (rpm/centos/7.2.1511/i386/avahi-libs-0.6.31-15.el7.i686.rpm) = 6a7d3abfcce01527fb7ffe084a5ef88ff3db0bb561d05649fb87f108d4048935 +SIZE (rpm/centos/7.2.1511/i386/avahi-libs-0.6.31-15.el7.i686.rpm) = 61904 +SHA256 (rpm/centos/7.2.1511/i386/avahi-0.6.31-15.el7.src.rpm) = 6a56d0ec85e7fbb095ca6c999bf6489dcfde673c13d3d1bbad388107fe452c1d +SIZE (rpm/centos/7.2.1511/i386/avahi-0.6.31-15.el7.src.rpm) = 1301270 Property changes on: head/net/linux-c7-avahi-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/net/linux-c7-avahi-libs/distinfo.x86_64 =================================================================== --- head/net/linux-c7-avahi-libs/distinfo.x86_64 (nonexistent) +++ head/net/linux-c7-avahi-libs/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674620 +SHA256 (rpm/centos/7.2.1511/x86_64/avahi-libs-0.6.31-15.el7.i686.rpm) = 6a7d3abfcce01527fb7ffe084a5ef88ff3db0bb561d05649fb87f108d4048935 +SIZE (rpm/centos/7.2.1511/x86_64/avahi-libs-0.6.31-15.el7.i686.rpm) = 61904 +SHA256 (rpm/centos/7.2.1511/x86_64/avahi-libs-0.6.31-15.el7.x86_64.rpm) = 73e1cfe73d833db754bf62ad85f3699f13b82fb95d34f27aa379ff0d6ce0888a +SIZE (rpm/centos/7.2.1511/x86_64/avahi-libs-0.6.31-15.el7.x86_64.rpm) = 62216 +SHA256 (rpm/centos/7.2.1511/x86_64/avahi-0.6.31-15.el7.src.rpm) = 6a56d0ec85e7fbb095ca6c999bf6489dcfde673c13d3d1bbad388107fe452c1d +SIZE (rpm/centos/7.2.1511/x86_64/avahi-0.6.31-15.el7.src.rpm) = 1301270 Property changes on: head/net/linux-c7-avahi-libs/distinfo.x86_64 ___________________________________________________________________ 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-c7-avahi-libs/pkg-plist.i386 =================================================================== --- head/net/linux-c7-avahi-libs/pkg-plist.i386 (nonexistent) +++ head/net/linux-c7-avahi-libs/pkg-plist.i386 (revision 424259) @@ -0,0 +1,4 @@ +usr/lib/libavahi-client.so.3 +usr/lib/libavahi-client.so.3.2.9 +usr/lib/libavahi-common.so.3 +usr/lib/libavahi-common.so.3.5.3 Property changes on: head/net/linux-c7-avahi-libs/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/linux-c7-avahi-libs/pkg-plist.x86_64 =================================================================== --- head/net/linux-c7-avahi-libs/pkg-plist.x86_64 (nonexistent) +++ head/net/linux-c7-avahi-libs/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,8 @@ +usr/lib/libavahi-client.so.3 +usr/lib/libavahi-client.so.3.2.9 +usr/lib/libavahi-common.so.3 +usr/lib/libavahi-common.so.3.5.3 +usr/lib64/libavahi-client.so.3 +usr/lib64/libavahi-client.so.3.2.9 +usr/lib64/libavahi-common.so.3 +usr/lib64/libavahi-common.so.3.5.3 Property changes on: head/net/linux-c7-avahi-libs/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-openldap/Makefile =================================================================== --- head/net/linux-c7-openldap/Makefile (nonexistent) +++ head/net/linux-c7-openldap/Makefile (revision 424259) @@ -0,0 +1,30 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= openldap +PORTVERSION= 2.4.40 +CATEGORIES= net linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= LDAP libraries (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 8.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}24-server/pkg-descr +PORTDOCS= ANNOUNCEMENT CHANGES COPYRIGHT LICENSE README + +# do not install any openldap configuration directories/files +post-patch: + ${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-c7-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-c7-openldap/distinfo.i386 =================================================================== --- head/net/linux-c7-openldap/distinfo.i386 (nonexistent) +++ head/net/linux-c7-openldap/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355715 +SHA256 (rpm/centos/7.2.1511/i386/openldap-2.4.40-8.el7.i686.rpm) = 268b6e1b3157282e10d4d4e8fcb44b18db30a6db41aa570fc8077dfeeceecbc0 +SIZE (rpm/centos/7.2.1511/i386/openldap-2.4.40-8.el7.i686.rpm) = 354008 +SHA256 (rpm/centos/7.2.1511/i386/openldap-2.4.40-8.el7.src.rpm) = 4997b450cb771ae2d58096a67c4abb4e2e51d65afd37515d39fedef8e69e2e06 +SIZE (rpm/centos/7.2.1511/i386/openldap-2.4.40-8.el7.src.rpm) = 5735998 Property changes on: head/net/linux-c7-openldap/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/net/linux-c7-openldap/distinfo.x86_64 =================================================================== --- head/net/linux-c7-openldap/distinfo.x86_64 (nonexistent) +++ head/net/linux-c7-openldap/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674618 +SHA256 (rpm/centos/7.2.1511/x86_64/openldap-2.4.40-8.el7.i686.rpm) = 268b6e1b3157282e10d4d4e8fcb44b18db30a6db41aa570fc8077dfeeceecbc0 +SIZE (rpm/centos/7.2.1511/x86_64/openldap-2.4.40-8.el7.i686.rpm) = 354008 +SHA256 (rpm/centos/7.2.1511/x86_64/openldap-2.4.40-8.el7.x86_64.rpm) = efc02e6fffdde1b8a5273f0a9f1fb309a75f240b6510fcdd831b9935d82885a0 +SIZE (rpm/centos/7.2.1511/x86_64/openldap-2.4.40-8.el7.x86_64.rpm) = 356324 +SHA256 (rpm/centos/7.2.1511/x86_64/openldap-2.4.40-8.el7.src.rpm) = 4997b450cb771ae2d58096a67c4abb4e2e51d65afd37515d39fedef8e69e2e06 +SIZE (rpm/centos/7.2.1511/x86_64/openldap-2.4.40-8.el7.src.rpm) = 5735998 Property changes on: head/net/linux-c7-openldap/distinfo.x86_64 ___________________________________________________________________ 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-c7-openldap/pkg-plist.i386 =================================================================== --- head/net/linux-c7-openldap/pkg-plist.i386 (nonexistent) +++ head/net/linux-c7-openldap/pkg-plist.i386 (revision 424259) @@ -0,0 +1,17 @@ +%%ETCDIR%% +usr/lib/liblber-2.4.so.2 +usr/lib/liblber-2.4.so.2.10.3 +usr/lib/libldap-2.4.so.2 +usr/lib/libldap-2.4.so.2.10.3 +usr/lib/libldap_r-2.4.so.2 +usr/lib/libldap_r-2.4.so.2.10.3 +usr/lib/libslapi-2.4.so.2 +usr/lib/libslapi-2.4.so.2.10.3 +usr/libexec/openldap/create-certdb.sh +%%PORTDOCS%%%%DOCSDIR%%/ANNOUNCEMENT +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/man/man5/ldap.conf.5.gz +usr/share/man/man5/ldif.5.gz Property changes on: head/net/linux-c7-openldap/pkg-plist.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/net/linux-c7-openldap/pkg-plist.x86_64 =================================================================== --- head/net/linux-c7-openldap/pkg-plist.x86_64 (nonexistent) +++ head/net/linux-c7-openldap/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,25 @@ +%%ETCDIR%% +usr/lib/liblber-2.4.so.2 +usr/lib/liblber-2.4.so.2.10.3 +usr/lib/libldap-2.4.so.2 +usr/lib/libldap-2.4.so.2.10.3 +usr/lib/libldap_r-2.4.so.2 +usr/lib/libldap_r-2.4.so.2.10.3 +usr/lib/libslapi-2.4.so.2 +usr/lib/libslapi-2.4.so.2.10.3 +usr/lib64/liblber-2.4.so.2 +usr/lib64/liblber-2.4.so.2.10.3 +usr/lib64/libldap-2.4.so.2 +usr/lib64/libldap-2.4.so.2.10.3 +usr/lib64/libldap_r-2.4.so.2 +usr/lib64/libldap_r-2.4.so.2.10.3 +usr/lib64/libslapi-2.4.so.2 +usr/lib64/libslapi-2.4.so.2.10.3 +usr/libexec/openldap/create-certdb.sh +%%PORTDOCS%%%%DOCSDIR%%/ANNOUNCEMENT +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/man/man5/ldap.conf.5.gz +usr/share/man/man5/ldif.5.gz Property changes on: head/net/linux-c7-openldap/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-tcp_wrappers-libs/Makefile =================================================================== --- head/net/linux-c7-tcp_wrappers-libs/Makefile (nonexistent) +++ head/net/linux-c7-tcp_wrappers-libs/Makefile (revision 424259) @@ -0,0 +1,21 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= tcp_wrappers-libs +PORTVERSION= 7.6 +CATEGORIES= net linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Libraries tcp wrappers (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 77.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= xorglibs +USE_LINUX_RPM= yes + +SRC_DISTFILES= tcp_wrappers-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE + +.include Property changes on: head/net/linux-c7-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-c7-tcp_wrappers-libs/distinfo.i386 =================================================================== --- head/net/linux-c7-tcp_wrappers-libs/distinfo.i386 (nonexistent) +++ head/net/linux-c7-tcp_wrappers-libs/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355682 +SHA256 (rpm/centos/7.2.1511/i386/tcp_wrappers-libs-7.6-77.el7.i686.rpm) = fcb8fbce4ee712432ae90b25a264965849b58425bf279ef6e6163c25e7cc9278 +SIZE (rpm/centos/7.2.1511/i386/tcp_wrappers-libs-7.6-77.el7.i686.rpm) = 67760 +SHA256 (rpm/centos/7.2.1511/i386/tcp_wrappers-7.6-77.el7.src.rpm) = 6a48d477e2359be937aa4f9f0ebe87c50b8dec39b8db7df82d472d4fc7abfee9 +SIZE (rpm/centos/7.2.1511/i386/tcp_wrappers-7.6-77.el7.src.rpm) = 180139 Property changes on: head/net/linux-c7-tcp_wrappers-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/net/linux-c7-tcp_wrappers-libs/distinfo.x86_64 =================================================================== --- head/net/linux-c7-tcp_wrappers-libs/distinfo.x86_64 (nonexistent) +++ head/net/linux-c7-tcp_wrappers-libs/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674614 +SHA256 (rpm/centos/7.2.1511/x86_64/tcp_wrappers-libs-7.6-77.el7.i686.rpm) = fcb8fbce4ee712432ae90b25a264965849b58425bf279ef6e6163c25e7cc9278 +SIZE (rpm/centos/7.2.1511/x86_64/tcp_wrappers-libs-7.6-77.el7.i686.rpm) = 67760 +SHA256 (rpm/centos/7.2.1511/x86_64/tcp_wrappers-libs-7.6-77.el7.x86_64.rpm) = f9962f7260a97c671a86ba738c6ef238997636432e12b25383328710755fc1f2 +SIZE (rpm/centos/7.2.1511/x86_64/tcp_wrappers-libs-7.6-77.el7.x86_64.rpm) = 67868 +SHA256 (rpm/centos/7.2.1511/x86_64/tcp_wrappers-7.6-77.el7.src.rpm) = 6a48d477e2359be937aa4f9f0ebe87c50b8dec39b8db7df82d472d4fc7abfee9 +SIZE (rpm/centos/7.2.1511/x86_64/tcp_wrappers-7.6-77.el7.src.rpm) = 180139 Property changes on: head/net/linux-c7-tcp_wrappers-libs/distinfo.x86_64 ___________________________________________________________________ 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-c7-tcp_wrappers-libs/pkg-plist.i386 =================================================================== --- head/net/linux-c7-tcp_wrappers-libs/pkg-plist.i386 (nonexistent) +++ head/net/linux-c7-tcp_wrappers-libs/pkg-plist.i386 (revision 424259) @@ -0,0 +1,13 @@ +usr/lib/libwrap.so.0 +usr/lib/libwrap.so.0.7.6 +%%PORTDOCS%%%%DOCSDIR%%/BLURB +%%PORTDOCS%%%%DOCSDIR%%/Banners.Makefile +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/DISCLAIMER +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.IRIX +%%PORTDOCS%%%%DOCSDIR%%/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 Property changes on: head/net/linux-c7-tcp_wrappers-libs/pkg-plist.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/net/linux-c7-tcp_wrappers-libs/pkg-plist.x86_64 =================================================================== --- head/net/linux-c7-tcp_wrappers-libs/pkg-plist.x86_64 (nonexistent) +++ head/net/linux-c7-tcp_wrappers-libs/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,15 @@ +usr/lib/libwrap.so.0 +usr/lib/libwrap.so.0.7.6 +usr/lib64/libwrap.so.0 +usr/lib64/libwrap.so.0.7.6 +%%PORTDOCS%%%%DOCSDIR%%/BLURB +%%PORTDOCS%%%%DOCSDIR%%/Banners.Makefile +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/DISCLAIMER +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.IRIX +%%PORTDOCS%%%%DOCSDIR%%/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 Property changes on: head/net/linux-c7-tcp_wrappers-libs/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-tcp_wrappers-libs/pkg-descr =================================================================== --- head/net/linux-c7-tcp_wrappers-libs/pkg-descr (nonexistent) +++ head/net/linux-c7-tcp_wrappers-libs/pkg-descr (revision 424259) @@ -0,0 +1,3 @@ +TCP wrappers library. + +WWW: http://www.centos.org Property changes on: head/net/linux-c7-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-im/skype4/Makefile =================================================================== --- head/net-im/skype4/Makefile (revision 424258) +++ head/net-im/skype4/Makefile (revision 424259) @@ -1,73 +1,73 @@ # Created by: netchild@FreeBSD.org # $FreeBSD$ PORTNAME= skype PORTVERSION= 4.3.0.37 PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= net-im MASTER_SITES= http://download.skype.com/linux/ PKGNAMESUFFIX= 4 MAINTAINER= johannes@perceivon.net COMMENT= P2P VoIP software RUN_DEPENDS= ${LINUXBASE}/lib/skype_oss_wrapper/libpulse.so.0:audio/linux-skype_oss_wrapper CONFLICTS= skype-devel-[0-9]* OPTIONS_DEFINE= VIDEO OPTIONS_DEFAULT= VIDEO NO_BUILD= yes USES= cpe desktop-file-utils linux tar:bzip2 -USE_LINUX= fontconfig xorglibs qt47 qt47-x11 qt47-webkit openssl pulseaudio-libs +USE_LINUX= fontconfig xorglibs qt qt-x11 qtwebkit openssl pulseaudio-libs 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:x11/nvidia-driver NVIDIA_GL_USE= LINUX=xorglibs NVIDIA_GL_USE_OFF= LINUX=dri .include .if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100075 || ${OSVERSION} >= 1000000 && ${OSVERSION} < 1002507) BROKEN= Skype 4.3 requires Linux 2.6.32 emulation. .endif .if ${PORT_OPTIONS:MVIDEO} RUN_DEPENDS+= webcamd:multimedia/webcamd USE_LINUX+= 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 Index: head/print/Makefile =================================================================== --- head/print/Makefile (revision 424258) +++ head/print/Makefile (revision 424259) @@ -1,270 +1,271 @@ # $FreeBSD$ # COMMENT = Desktop publishing SUBDIR += R-cran-knitr 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 += cups SUBDIR += cups-bjnp SUBDIR += cups-cloud-print SUBDIR += cups-connector SUBDIR += cups-filters SUBDIR += cups-fxlinuxprint SUBDIR += cups-pdf SUBDIR += cups-pk-helper SUBDIR += cups-smb-backend SUBDIR += deforaos-pdfviewer SUBDIR += detex SUBDIR += dot2tex SUBDIR += dvi2tty SUBDIR += dvips2ascii SUBDIR += dvisvg SUBDIR += dymo-cups-drivers SUBDIR += easylatex SUBDIR += enscript-a4 SUBDIR += enscript-letter SUBDIR += enscript-letterdj SUBDIR += epson-inkjet-printer-escpr SUBDIR += epsonepl SUBDIR += fig2dev 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 += ghostscript7-base SUBDIR += ghostscript7-commfont SUBDIR += ghostscript7-jpnfont SUBDIR += ghostscript7-korfont SUBDIR += ghostscript7-x11 SUBDIR += ghostscript8-base SUBDIR += ghostscript8-x11 SUBDIR += ghostscript9-agpl-base SUBDIR += ghostscript9-agpl-x11 SUBDIR += ghostscript9-base SUBDIR += ghostscript9-x11 SUBDIR += gimp-gutenprint SUBDIR += gl2ps SUBDIR += gnome-cups-manager 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-beamer SUBDIR += latex-biber SUBDIR += latex-ltablex SUBDIR += latex-resume SUBDIR += latex2rtf SUBDIR += latexdiff SUBDIR += lgrind SUBDIR += libgnomecups SUBDIR += libgnomeprint SUBDIR += libgnomeprint-reference SUBDIR += libgnomeprintmm SUBDIR += libharu SUBDIR += libijs SUBDIR += libmspub01 SUBDIR += libotf SUBDIR += libpagemaker SUBDIR += libpaper SUBDIR += libppd SUBDIR += libspectre SUBDIR += lilypond SUBDIR += lilypond-devel SUBDIR += linux-c6-cups-libs + SUBDIR += linux-c7-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 += musixtex SUBDIR += muttprint SUBDIR += nenscript SUBDIR += okc321 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 += 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 += pnm2ppa SUBDIR += poster SUBDIR += ps2eps SUBDIR += pscal SUBDIR += psdim SUBDIR += pslib SUBDIR += pstotext SUBDIR += psutils SUBDIR += py-fonttools SUBDIR += py-fpdf SUBDIR += py-pdf SUBDIR += py-pollyreports SUBDIR += py-preppy SUBDIR += py-pycups SUBDIR += py-pyscript SUBDIR += py-qt5-printsupport 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-color-tools SUBDIR += rubygem-pdf-core SUBDIR += rubygem-pdf-reader SUBDIR += rubygem-pdf-writer 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-rbpdf SUBDIR += rubygem-rbpdf-font SUBDIR += rubygem-ttfunk SUBDIR += scribus SUBDIR += sgf2tex SUBDIR += splix SUBDIR += system-config-printer SUBDIR += t1utils SUBDIR += tex-aleph SUBDIR += tex-basic-engines 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-texmf SUBDIR += texlive-texmf-source SUBDIR += texlive-tlmgr 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 += xpdfopen SUBDIR += xpp SUBDIR += xtexsh SUBDIR += yatex .include Index: head/print/linux-c7-cups-libs/Makefile =================================================================== --- head/print/linux-c7-cups-libs/Makefile (nonexistent) +++ head/print/linux-c7-cups-libs/Makefile (revision 424259) @@ -0,0 +1,22 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= cups-libs +PORTVERSION= 1.6.3 +CATEGORIES= print linux +SRC_DISTFILES= cups-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Common UNIX Printing System libraries + +CONFLICT= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 22.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= gnutls +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../cups/pkg-descr + +.include Property changes on: head/print/linux-c7-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-c7-cups-libs/distinfo.i386 =================================================================== --- head/print/linux-c7-cups-libs/distinfo.i386 (nonexistent) +++ head/print/linux-c7-cups-libs/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473534490 +SHA256 (rpm/centos/7.2.1511/i386/cups-libs-1.6.3-22.el7.i686.rpm) = 338624b52e5279d13c20c62df05332eb6c1b7cf2caf732b0e7667c1cb6e83788 +SIZE (rpm/centos/7.2.1511/i386/cups-libs-1.6.3-22.el7.i686.rpm) = 364628 +SHA256 (rpm/centos/7.2.1511/i386/cups-1.6.3-22.el7.src.rpm) = f75c95d404772c88faf0279a0eebbba5ba313973a2314f41064da241c72ae49f +SIZE (rpm/centos/7.2.1511/i386/cups-1.6.3-22.el7.src.rpm) = 8473685 Property changes on: head/print/linux-c7-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-c7-cups-libs/distinfo.x86_64 =================================================================== --- head/print/linux-c7-cups-libs/distinfo.x86_64 (nonexistent) +++ head/print/linux-c7-cups-libs/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674831 +SHA256 (rpm/centos/7.2.1511/x86_64/cups-libs-1.6.3-22.el7.i686.rpm) = 338624b52e5279d13c20c62df05332eb6c1b7cf2caf732b0e7667c1cb6e83788 +SIZE (rpm/centos/7.2.1511/x86_64/cups-libs-1.6.3-22.el7.i686.rpm) = 364628 +SHA256 (rpm/centos/7.2.1511/x86_64/cups-libs-1.6.3-22.el7.x86_64.rpm) = 3e7c949c6c8d2270cc136a9be0799921debe1c459a59e96533cf5919bf9ab480 +SIZE (rpm/centos/7.2.1511/x86_64/cups-libs-1.6.3-22.el7.x86_64.rpm) = 363248 +SHA256 (rpm/centos/7.2.1511/x86_64/cups-1.6.3-22.el7.src.rpm) = f75c95d404772c88faf0279a0eebbba5ba313973a2314f41064da241c72ae49f +SIZE (rpm/centos/7.2.1511/x86_64/cups-1.6.3-22.el7.src.rpm) = 8473685 Property changes on: head/print/linux-c7-cups-libs/distinfo.x86_64 ___________________________________________________________________ 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-c7-cups-libs/pkg-plist.i386 =================================================================== --- head/print/linux-c7-cups-libs/pkg-plist.i386 (nonexistent) +++ head/print/linux-c7-cups-libs/pkg-plist.i386 (revision 424259) @@ -0,0 +1,6 @@ +usr/lib/libcups.so.2 +usr/lib/libcupscgi.so.1 +usr/lib/libcupsimage.so.2 +usr/lib/libcupsmime.so.1 +usr/lib/libcupsppdc.so.1 +%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt Property changes on: head/print/linux-c7-cups-libs/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/print/linux-c7-cups-libs/pkg-plist.x86_64 =================================================================== --- head/print/linux-c7-cups-libs/pkg-plist.x86_64 (nonexistent) +++ head/print/linux-c7-cups-libs/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,10 @@ +usr/lib/libcups.so.2 +usr/lib/libcupscgi.so.1 +usr/lib/libcupsimage.so.2 +usr/lib/libcupsmime.so.1 +usr/lib/libcupsppdc.so.1 +usr/lib64/libcups.so.2 +usr/lib64/libcupscgi.so.1 +usr/lib64/libcupsimage.so.2 +usr/lib64/libcupsmime.so.1 +usr/lib64/libcupsppdc.so.1 Property changes on: head/print/linux-c7-cups-libs/pkg-plist.x86_64 ___________________________________________________________________ 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/Makefile =================================================================== --- head/security/Makefile (revision 424258) +++ head/security/Makefile (revision 424259) @@ -1,1197 +1,1206 @@ # $FreeBSD$ # COMMENT = Security tools SUBDIR += ADMsmb SUBDIR += ADMsnmp SUBDIR += R-cran-ROAuth SUBDIR += R-cran-digest SUBDIR += R-cran-openssl SUBDIR += acme-client SUBDIR += aescrypt SUBDIR += aespipe SUBDIR += afl SUBDIR += afterglow SUBDIR += aide SUBDIR += aimsniff SUBDIR += akmos 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 += asignify 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 += bzrtp SUBDIR += ca_root_nss SUBDIR += calife SUBDIR += cardpeek SUBDIR += ccrypt SUBDIR += ccsrch SUBDIR += certificate-transparency SUBDIR += cfs SUBDIR += cfv SUBDIR += chaosreader SUBDIR += checkpassword SUBDIR += checkpassword-pam SUBDIR += chkrootkit SUBDIR += chntpw SUBDIR += chroot_safe SUBDIR += chrootuid SUBDIR += cisco-torch SUBDIR += ckpass SUBDIR += cksfv SUBDIR += cl-md5 SUBDIR += cl-md5-sbcl SUBDIR += clamassassin SUBDIR += clamav SUBDIR += clamav-milter SUBDIR += clamav-unofficial-sigs SUBDIR += clambc SUBDIR += clamcour SUBDIR += clamd-stream-client SUBDIR += clamfs 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 += cvm SUBDIR += cyrus-sasl2 SUBDIR += cyrus-sasl2-gssapi SUBDIR += cyrus-sasl2-ldapdb SUBDIR += cyrus-sasl2-saslauthd SUBDIR += cyrus-sasl2-srp SUBDIR += d0_blind_id SUBDIR += dcetest SUBDIR += ddos_scan SUBDIR += dehydrated SUBDIR += denyhosts SUBDIR += destroy SUBDIR += digest SUBDIR += dirbuster SUBDIR += dirmngr SUBDIR += distcache SUBDIR += dmitry SUBDIR += doas SUBDIR += doorman SUBDIR += doscan SUBDIR += dradis SUBDIR += dropbear SUBDIR += dsniff SUBDIR += duo SUBDIR += easy-rsa SUBDIR += easy-rsa2 SUBDIR += elixir-comeonin SUBDIR += elixir-comeonin_i18n SUBDIR += elixir-jose SUBDIR += erlang-jose SUBDIR += erlang-p1tls SUBDIR += eschalot SUBDIR += esteidfirefoxplugin SUBDIR += expiretable SUBDIR += f-prot SUBDIR += fakebo SUBDIR += fakeident SUBDIR += fakeroot SUBDIR += fastd SUBDIR += fastd-devel SUBDIR += fbopenssl SUBDIR += fcheck SUBDIR += fcrackzip SUBDIR += fiked SUBDIR += find-zlib SUBDIR += firewalk SUBDIR += fl0p SUBDIR += flawfinder 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 += gcr 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 += gnupg20 SUBDIR += gnutls SUBDIR += go.crypto SUBDIR += goptlib SUBDIR += gorilla SUBDIR += govpn SUBDIR += gpa SUBDIR += gpasman SUBDIR += gpass SUBDIR += gpgdir SUBDIR += gpgme SUBDIR += gpgme-cpp SUBDIR += gpgme-qt5 SUBDIR += gputty SUBDIR += greenbone-security-assistant SUBDIR += gringotts SUBDIR += gsasl SUBDIR += gsfv SUBDIR += gss SUBDIR += gstreamer1-plugins-dtls SUBDIR += gtk-knocker SUBDIR += gtkpasman SUBDIR += gwee SUBDIR += hackbot SUBDIR += hamachi SUBDIR += hashcat SUBDIR += hashcat-legacy SUBDIR += heimdal SUBDIR += hitch SUBDIR += hlfl SUBDIR += hmap SUBDIR += honeybadger SUBDIR += honggfuzz SUBDIR += hotssh SUBDIR += hpenc 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-cryptonite SUBDIR += hs-digest SUBDIR += hs-entropy SUBDIR += hs-gnutls SUBDIR += hs-monadcryptorandom SUBDIR += hs-nonce 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 += i2pd SUBDIR += iaikpkcs11wrapper SUBDIR += idea SUBDIR += identify 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 += keepass SUBDIR += keepassx SUBDIR += keepassx2 SUBDIR += keybase SUBDIR += keychain SUBDIR += keynote SUBDIR += keyprint SUBDIR += kdbx-viewer SUBDIR += kgpg-kde4 SUBDIR += knock SUBDIR += knocker SUBDIR += kpcli SUBDIR += kqoauth SUBDIR += krb5 SUBDIR += krb5-112 SUBDIR += krb5-113 SUBDIR += krb5-114 SUBDIR += krb5-appl SUBDIR += kripp SUBDIR += kstart SUBDIR += kwalletmanager SUBDIR += l0pht-watch SUBDIR += l0phtcrack SUBDIR += l5 SUBDIR += lasso SUBDIR += lastpass-cli SUBDIR += libadacrypt SUBDIR += libargon2 SUBDIR += libassuan SUBDIR += libbeid SUBDIR += libbf SUBDIR += libcryptui 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 += libressl-devel SUBDIR += libscrypt SUBDIR += libsecret SUBDIR += libsectok SUBDIR += libsodium SUBDIR += libsparkcrypto SUBDIR += libssh SUBDIR += libssh2 SUBDIR += libtasn1 SUBDIR += libtomcrypt SUBDIR += libuecc SUBDIR += libwhisker SUBDIR += libyubikey SUBDIR += libzrtpcppcore SUBDIR += linux-c6-cyrus-sasl2 SUBDIR += linux-c6-gnutls SUBDIR += linux-c6-libgcrypt SUBDIR += linux-c6-libgpg-error SUBDIR += linux-c6-libssh2 SUBDIR += linux-c6-libtasn1 SUBDIR += linux-c6-nss SUBDIR += linux-c6-openssl SUBDIR += linux-c6-openssl-compat + SUBDIR += linux-c7-cyrus-sasl2 + SUBDIR += linux-c7-gnutls + SUBDIR += linux-c7-libgcrypt + SUBDIR += linux-c7-libgpg-error + SUBDIR += linux-c7-libssh2 + SUBDIR += linux-c7-libtasn1 + SUBDIR += linux-c7-nss + SUBDIR += linux-c7-openssl + SUBDIR += linux-c7-openssl-compat 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 += mbedtls 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 += netpgp SUBDIR += nettle SUBDIR += ngrok SUBDIR += nikto SUBDIR += nist-kat SUBDIR += nmap SUBDIR += nmapsi4 SUBDIR += nss SUBDIR += nss_compat_ossl 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 += opensaml2 SUBDIR += opensc SUBDIR += openscep SUBDIR += openssh-askpass SUBDIR += openssh-portable SUBDIR += openssl SUBDIR += openssl-devel SUBDIR += openssl_tpm_engine SUBDIR += openvas-cli SUBDIR += openvas-libraries SUBDIR += openvas-manager SUBDIR += openvas-scanner SUBDIR += openvpn SUBDIR += openvpn-admin SUBDIR += openvpn-auth-ldap SUBDIR += openvpn-auth-radius SUBDIR += openvpn-devel SUBDIR += openvpn-polarssl SUBDIR += ophcrack SUBDIR += orthrus SUBDIR += osiris SUBDIR += ossec-hids-client SUBDIR += ossec-hids-local SUBDIR += ossec-hids-server SUBDIR += osslsigncode SUBDIR += otpw 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-Krb5-Simple 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-SASL-SASLprep SUBDIR += p5-Authen-SCRAM SUBDIR += p5-Authen-Simple SUBDIR += p5-Authen-Simple-DBI SUBDIR += p5-Authen-Simple-DBM SUBDIR += p5-Authen-Simple-HTTP SUBDIR += p5-Authen-Simple-Kerberos 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-Bytes-Random-Secure 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-Curve25519 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-Format 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-LE 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-EC SUBDIR += p5-Crypt-OpenSSL-ECDSA SUBDIR += p5-Crypt-OpenSSL-PKCS10 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-PKCS10 SUBDIR += p5-Crypt-PWSafe3 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-RHash SUBDIR += p5-Crypt-RIPEMD160 SUBDIR += p5-Crypt-RSA SUBDIR += p5-Crypt-RSA-Parse SUBDIR += p5-Crypt-RSA-Yandex SUBDIR += p5-Crypt-Rabbit SUBDIR += p5-Crypt-RandPasswd SUBDIR += p5-Crypt-Random SUBDIR += p5-Crypt-Random-Seed SUBDIR += p5-Crypt-Random-Source SUBDIR += p5-Crypt-Random-TESHA2 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-Sodium SUBDIR += p5-Crypt-Solitaire SUBDIR += p5-Crypt-TEA SUBDIR += p5-Crypt-T_e_a SUBDIR += p5-Crypt-Tea_JS 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-XTEA 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-Dancer2-Plugin-Auth-Extensible SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC SUBDIR += p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup SUBDIR += p5-Dancer2-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-GOST 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-SHA3 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-Heimdal-Kadm5 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-SSH-AuthorizedKeysFile 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-PBKDF2-Tiny SUBDIR += p5-PGP SUBDIR += p5-PGP-Sign SUBDIR += p5-POE-Component-SSLify SUBDIR += p5-POE-Filter-SSL SUBDIR += p5-Parse-Snort SUBDIR += p5-PerlCryptLib SUBDIR += p5-Protocol-ACME SUBDIR += p5-SAVI-Perl SUBDIR += p5-SHA SUBDIR += p5-Safe-Hole SUBDIR += p5-Session-Token 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-modules 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_ocra 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 += passivedns SUBDIR += pbc SUBDIR += pbnj SUBDIR += pcsc-tools SUBDIR += pdfcrack SUBDIR += pear-Auth SUBDIR += pear-Auth_HTTP 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-libsodium SUBDIR += pecl-pam SUBDIR += pecl-scrypt SUBDIR += pecl-ssh2 SUBDIR += pecl-tcpwrap SUBDIR += pev SUBDIR += pft SUBDIR += pgp SUBDIR += pgpdump SUBDIR += pgpgpg SUBDIR += pgpin SUBDIR += php-suhosin 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 += php70-filter SUBDIR += php70-hash SUBDIR += php70-mcrypt SUBDIR += php70-openssl SUBDIR += phpdeadlock SUBDIR += phpsecinfo SUBDIR += pidentd SUBDIR += pidgin-encryption SUBDIR += pidgin-otr SUBDIR += pinentry SUBDIR += pinentry-curses SUBDIR += pinentry-gnome3 SUBDIR += pinentry-gtk2 SUBDIR += pinentry-qt4 SUBDIR += pinentry-qt5 SUBDIR += pinentry-tty SUBDIR += pixiewps SUBDIR += pkcrack SUBDIR += pkcs11-dump SUBDIR += pkcs11-gateway SUBDIR += pkcs11-helper SUBDIR += pkesh SUBDIR += pks SUBDIR += pktsuckers SUBDIR += please SUBDIR += polarssl13 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-YubiOTP SUBDIR += py-acme SUBDIR += py-acme-tiny SUBDIR += py-artifacts SUBDIR += py-bcrypt SUBDIR += py-borg.localrole SUBDIR += py-cerealizer SUBDIR += py-certbot SUBDIR += py-certifi SUBDIR += py-cpe SUBDIR += py-cracklib SUBDIR += py-crits SUBDIR += py-cryptkit SUBDIR += py-cryptography SUBDIR += py-cybox SUBDIR += py-dfdatetime SUBDIR += py-dfvfs SUBDIR += py-dfwinreg SUBDIR += py-ecdsa SUBDIR += py-ed25519ll SUBDIR += py-fail2ban SUBDIR += py-fchksum SUBDIR += py-flask-httpauth SUBDIR += py-gnupg SUBDIR += py-gnutls SUBDIR += py-gpgme SUBDIR += py-gpsoauth SUBDIR += py-halberd SUBDIR += py-hkdf SUBDIR += py-htpasswd SUBDIR += py-itsdangerous SUBDIR += py-kerberos SUBDIR += py-keyczar SUBDIR += py-keyring SUBDIR += py-keyrings.alt SUBDIR += py-libnacl SUBDIR += py-m2crypto SUBDIR += py-mcrypt SUBDIR += py-mhash SUBDIR += py-oauth2client SUBDIR += py-oauthlib SUBDIR += py-openssl SUBDIR += py-paramiko SUBDIR += py-passlib SUBDIR += py-pbkdf2 SUBDIR += py-pgpdump 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-pyaff4 SUBDIR += py-pyclamd SUBDIR += py-pycrypto SUBDIR += py-pycryptodome SUBDIR += py-pycryptopp SUBDIR += py-pydeep SUBDIR += py-pyelliptic SUBDIR += py-pylibacl SUBDIR += py-pymacaroons-pynacl SUBDIR += py-pyme SUBDIR += py-pynacl SUBDIR += py-pyotp SUBDIR += py-pyptlib SUBDIR += py-pysaml2 SUBDIR += py-pyscard SUBDIR += py-pysha3 SUBDIR += py-python-gnupg SUBDIR += py-python-openid SUBDIR += py-python-registry SUBDIR += py-python-social-auth SUBDIR += py-rekall SUBDIR += py-rekall-core SUBDIR += py-rekall_gui SUBDIR += py-requests-kerberos SUBDIR += py-rsa SUBDIR += py-safe SUBDIR += py-scrypt SUBDIR += py-service_identity SUBDIR += py-signedjson SUBDIR += py-slowaes SUBDIR += py-spake2 SUBDIR += py-ssh SUBDIR += py-sslstrip SUBDIR += py-stem SUBDIR += py-stix SUBDIR += py-tlslite SUBDIR += py-trustedpickle SUBDIR += py-tuf SUBDIR += py-twistedConch SUBDIR += py-twofish SUBDIR += py-volatility SUBDIR += py-vulndb 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 += py3-libnacl SUBDIR += qtkeychain-qt4 SUBDIR += qtkeychain-qt5 SUBDIR += quantis SUBDIR += quantis-kmod SUBDIR += racoon2 SUBDIR += radamsa 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 += reop SUBDIR += retranslator SUBDIR += revealrk SUBDIR += revelation SUBDIR += rhash SUBDIR += rifiuti2 SUBDIR += rkhunter SUBDIR += rndpassw SUBDIR += ruby-camellia SUBDIR += ruby-hmac SUBDIR += ruby-password SUBDIR += ruby-tcpwrap SUBDIR += rubygem-airbrussh SUBDIR += rubygem-attr_encrypted SUBDIR += rubygem-bcrypt SUBDIR += rubygem-bcrypt-ruby SUBDIR += rubygem-devise-two-factor SUBDIR += rubygem-digest-crc SUBDIR += rubygem-doorkeeper SUBDIR += rubygem-encryptor SUBDIR += rubygem-ezcrypto SUBDIR += rubygem-gpgr SUBDIR += rubygem-gssapi SUBDIR += rubygem-jugyo-twitter_oauth SUBDIR += rubygem-metasploit-concern SUBDIR += rubygem-metasploit-credential SUBDIR += rubygem-metasploit-model SUBDIR += rubygem-metasploit-payloads SUBDIR += rubygem-metasploit_data_models SUBDIR += rubygem-metasploit_payloads-mettle SUBDIR += rubygem-nessus_rest SUBDIR += rubygem-net-scp SUBDIR += rubygem-net-sftp SUBDIR += rubygem-net-ssh SUBDIR += rubygem-net-ssh-gateway SUBDIR += rubygem-net-ssh-multi SUBDIR += rubygem-nmap-parser SUBDIR += rubygem-omniauth SUBDIR += rubygem-omniauth-bitbucket SUBDIR += rubygem-omniauth-cas3 SUBDIR += rubygem-omniauth-gitlab SUBDIR += rubygem-omniauth-multipassword SUBDIR += rubygem-omniauth-saml SUBDIR += rubygem-omniauth-shibboleth SUBDIR += rubygem-openssl-ccm SUBDIR += rubygem-openvas-omp SUBDIR += rubygem-origami SUBDIR += rubygem-pyu-ruby-sasl SUBDIR += rubygem-rack-oauth2 SUBDIR += rubygem-razorback-scriptNugget SUBDIR += rubygem-recog SUBDIR += rubygem-rex-arch SUBDIR += rubygem-rex-bin_tools SUBDIR += rubygem-rex-core SUBDIR += rubygem-rex-encoder SUBDIR += rubygem-rex-exploitation SUBDIR += rubygem-rex-java SUBDIR += rubygem-rex-mime SUBDIR += rubygem-rex-nop SUBDIR += rubygem-rex-ole SUBDIR += rubygem-rex-powershell SUBDIR += rubygem-rex-random_identifier SUBDIR += rubygem-rex-registry SUBDIR += rubygem-rex-rop_builder SUBDIR += rubygem-rex-socket SUBDIR += rubygem-rex-sslscan SUBDIR += rubygem-rex-struct2 SUBDIR += rubygem-rex-text SUBDIR += rubygem-rex-zip SUBDIR += rubygem-roauth SUBDIR += rubygem-ruby-hmac SUBDIR += rubygem-ruby-rc4 SUBDIR += rubygem-ruby-saml SUBDIR += rubygem-scrypt SUBDIR += rubygem-six SUBDIR += rubygem-sshkey SUBDIR += rubygem-sshkit SUBDIR += rubygem-twitter_oauth SUBDIR += s2n SUBDIR += safesh SUBDIR += samba-virusfilter SUBDIR += sancp SUBDIR += sasp SUBDIR += scamp SUBDIR += scanhill SUBDIR += scanlogd SUBDIR += scanssh SUBDIR += scrypt SUBDIR += seahorse 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 += snort2pfcd SUBDIR += snortreport SUBDIR += snortsam SUBDIR += snortsnarf SUBDIR += softether SUBDIR += softhsm SUBDIR += softhsm2 SUBDIR += spass SUBDIR += spike-proxy SUBDIR += spybye SUBDIR += sqlmap SUBDIR += sqlninja SUBDIR += srm SUBDIR += ssdeep SUBDIR += ssh-copy-id SUBDIR += ssh-multiadd SUBDIR += ssh_askpass_gtk2 SUBDIR += sshblock SUBDIR += sshguard SUBDIR += sshguard-ipfw SUBDIR += sshguard-null SUBDIR += sshguard-pf SUBDIR += sshpass SUBDIR += ssl-admin SUBDIR += sslscan SUBDIR += sslsniffer SUBDIR += sslsplit SUBDIR += sslwrap SUBDIR += sssd SUBDIR += ssss SUBDIR += sst SUBDIR += starttls SUBDIR += stegdetect SUBDIR += steghide SUBDIR += stoken SUBDIR += strobe SUBDIR += strongswan SUBDIR += stud 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 += tclgpg SUBDIR += tclsasl SUBDIR += tcpcrypt SUBDIR += tinc SUBDIR += tinyca SUBDIR += titus SUBDIR += tls-check SUBDIR += tlswrap SUBDIR += tmux-cssh 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 += vault SUBDIR += vinetto SUBDIR += vlock SUBDIR += vm-to-tor SUBDIR += vnccrack SUBDIR += vpnc SUBDIR += vuxml SUBDIR += vxquery SUBDIR += w3af SUBDIR += wapiti SUBDIR += webfwlog SUBDIR += webscarab SUBDIR += webshag SUBDIR += whatweb SUBDIR += wipe SUBDIR += wolfssl SUBDIR += wpa_supplicant 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 += yubico-piv-tool SUBDIR += yubikey-personalization-gui SUBDIR += yubikey-piv-manager SUBDIR += zebedee SUBDIR += zenmap SUBDIR += zeronet SUBDIR += zxid SUBDIR += zzuf .include Index: head/security/linux-c7-cyrus-sasl2/Makefile =================================================================== --- head/security/linux-c7-cyrus-sasl2/Makefile (nonexistent) +++ head/security/linux-c7-cyrus-sasl2/Makefile (revision 424259) @@ -0,0 +1,23 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= cyrus-sasl2 +PORTVERSION= 2.1.26 +CATEGORIES= security linux +DISTNAME= cyrus-sasl-lib-${PORTVERSION}-${RPMVERSION} +SRC_DISTFILES= cyrus-sasl-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer) (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICT= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 19.2.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/cyrus-sasl-lib-${PORTVERSION} + +.include Property changes on: head/security/linux-c7-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-c7-cyrus-sasl2/distinfo.i386 =================================================================== --- head/security/linux-c7-cyrus-sasl2/distinfo.i386 (nonexistent) +++ head/security/linux-c7-cyrus-sasl2/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355662 +SHA256 (rpm/centos/7.2.1511/i386/cyrus-sasl-lib-2.1.26-19.2.el7.i686.rpm) = 55e30cace94a37f8f87b6c61ad5cefa79d3b1c259c49172088f9513fa78181d4 +SIZE (rpm/centos/7.2.1511/i386/cyrus-sasl-lib-2.1.26-19.2.el7.i686.rpm) = 157268 +SHA256 (rpm/centos/7.2.1511/i386/cyrus-sasl-2.1.26-19.2.el7.src.rpm) = 9f0fa06fdc9196df06312b773561aa29dbba76b9575e90fd8c44c1c83c147e0a +SIZE (rpm/centos/7.2.1511/i386/cyrus-sasl-2.1.26-19.2.el7.src.rpm) = 1771611 Property changes on: head/security/linux-c7-cyrus-sasl2/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-c7-cyrus-sasl2/distinfo.x86_64 =================================================================== --- head/security/linux-c7-cyrus-sasl2/distinfo.x86_64 (nonexistent) +++ head/security/linux-c7-cyrus-sasl2/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674608 +SHA256 (rpm/centos/7.2.1511/x86_64/cyrus-sasl-lib-2.1.26-19.2.el7.i686.rpm) = 55e30cace94a37f8f87b6c61ad5cefa79d3b1c259c49172088f9513fa78181d4 +SIZE (rpm/centos/7.2.1511/x86_64/cyrus-sasl-lib-2.1.26-19.2.el7.i686.rpm) = 157268 +SHA256 (rpm/centos/7.2.1511/x86_64/cyrus-sasl-lib-2.1.26-19.2.el7.x86_64.rpm) = 036f0a898fe188763a79e1633253bf7bb0b99632fe05d638e8954f37cf7b438b +SIZE (rpm/centos/7.2.1511/x86_64/cyrus-sasl-lib-2.1.26-19.2.el7.x86_64.rpm) = 158260 +SHA256 (rpm/centos/7.2.1511/x86_64/cyrus-sasl-2.1.26-19.2.el7.src.rpm) = 9f0fa06fdc9196df06312b773561aa29dbba76b9575e90fd8c44c1c83c147e0a +SIZE (rpm/centos/7.2.1511/x86_64/cyrus-sasl-2.1.26-19.2.el7.src.rpm) = 1771611 Property changes on: head/security/linux-c7-cyrus-sasl2/distinfo.x86_64 ___________________________________________________________________ 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-c7-cyrus-sasl2/pkg-plist.i386 =================================================================== --- head/security/linux-c7-cyrus-sasl2/pkg-plist.i386 (nonexistent) +++ head/security/linux-c7-cyrus-sasl2/pkg-plist.i386 (revision 424259) @@ -0,0 +1,30 @@ +usr/lib/libsasl2.so.3 +usr/lib/libsasl2.so.3.0.0 +usr/lib/sasl2/libanonymous.so +usr/lib/sasl2/libanonymous.so.3 +usr/lib/sasl2/libanonymous.so.3.0.0 +usr/lib/sasl2/libsasldb.so +usr/lib/sasl2/libsasldb.so.3 +usr/lib/sasl2/libsasldb.so.3.0.0 +usr/sbin/sasldblistusers2 +usr/sbin/saslpasswd2 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/advanced.html +%%PORTDOCS%%%%DOCSDIR%%/appconvert.html +%%PORTDOCS%%%%DOCSDIR%%/components.html +%%PORTDOCS%%%%DOCSDIR%%/gssapi.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/install.html +%%PORTDOCS%%%%DOCSDIR%%/macosx.html +%%PORTDOCS%%%%DOCSDIR%%/mechanisms.html +%%PORTDOCS%%%%DOCSDIR%%/options.html +%%PORTDOCS%%%%DOCSDIR%%/plugprog.html +%%PORTDOCS%%%%DOCSDIR%%/programming.html +%%PORTDOCS%%%%DOCSDIR%%/readme.html +%%PORTDOCS%%%%DOCSDIR%%/sysadmin.html +%%PORTDOCS%%%%DOCSDIR%%/upgrading.html +%%PORTDOCS%%%%DOCSDIR%%/windows.html +@dir etc/sasl2 Property changes on: head/security/linux-c7-cyrus-sasl2/pkg-plist.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-c7-cyrus-sasl2/pkg-plist.x86_64 =================================================================== --- head/security/linux-c7-cyrus-sasl2/pkg-plist.x86_64 (nonexistent) +++ head/security/linux-c7-cyrus-sasl2/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,38 @@ +usr/lib/libsasl2.so.3 +usr/lib/libsasl2.so.3.0.0 +usr/lib/sasl2/libanonymous.so +usr/lib/sasl2/libanonymous.so.3 +usr/lib/sasl2/libanonymous.so.3.0.0 +usr/lib/sasl2/libsasldb.so +usr/lib/sasl2/libsasldb.so.3 +usr/lib/sasl2/libsasldb.so.3.0.0 +usr/lib64/libsasl2.so.3 +usr/lib64/libsasl2.so.3.0.0 +usr/lib64/sasl2/libanonymous.so +usr/lib64/sasl2/libanonymous.so.3 +usr/lib64/sasl2/libanonymous.so.3.0.0 +usr/lib64/sasl2/libsasldb.so +usr/lib64/sasl2/libsasldb.so.3 +usr/lib64/sasl2/libsasldb.so.3.0.0 +usr/sbin/sasldblistusers2 +usr/sbin/saslpasswd2 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/advanced.html +%%PORTDOCS%%%%DOCSDIR%%/appconvert.html +%%PORTDOCS%%%%DOCSDIR%%/components.html +%%PORTDOCS%%%%DOCSDIR%%/gssapi.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/install.html +%%PORTDOCS%%%%DOCSDIR%%/macosx.html +%%PORTDOCS%%%%DOCSDIR%%/mechanisms.html +%%PORTDOCS%%%%DOCSDIR%%/options.html +%%PORTDOCS%%%%DOCSDIR%%/plugprog.html +%%PORTDOCS%%%%DOCSDIR%%/programming.html +%%PORTDOCS%%%%DOCSDIR%%/readme.html +%%PORTDOCS%%%%DOCSDIR%%/sysadmin.html +%%PORTDOCS%%%%DOCSDIR%%/upgrading.html +%%PORTDOCS%%%%DOCSDIR%%/windows.html +@dir etc/sasl2 Property changes on: head/security/linux-c7-cyrus-sasl2/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-gnutls/Makefile =================================================================== --- head/security/linux-c7-gnutls/Makefile (nonexistent) +++ head/security/linux-c7-gnutls/Makefile (revision 424259) @@ -0,0 +1,21 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= gnutls +PORTVERSION= 3.3.8 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= GNU Transport Layer Security library + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 14.el7_2 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= libtasn1 libgcrypt libgpg-error +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/security/linux-c7-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-c7-gnutls/distinfo.i386 =================================================================== --- head/security/linux-c7-gnutls/distinfo.i386 (nonexistent) +++ head/security/linux-c7-gnutls/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355565 +SHA256 (rpm/centos/7.2.1511/i386/gnutls-3.3.8-14.el7_2.i686.rpm) = b2a82e473add3e5dbda27c34d836ab84b7c6b922a6038638b25ad62fe1952273 +SIZE (rpm/centos/7.2.1511/i386/gnutls-3.3.8-14.el7_2.i686.rpm) = 647504 +SHA256 (rpm/centos/7.2.1511/i386/gnutls-3.3.8-14.el7_2.src.rpm) = 6bb78e62521dbbba7e8ff0f8e42b1b94f1fc80ed0fede9fc0f285ca460af424d +SIZE (rpm/centos/7.2.1511/i386/gnutls-3.3.8-14.el7_2.src.rpm) = 6205031 Property changes on: head/security/linux-c7-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-c7-gnutls/distinfo.x86_64 =================================================================== --- head/security/linux-c7-gnutls/distinfo.x86_64 (nonexistent) +++ head/security/linux-c7-gnutls/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674592 +SHA256 (rpm/centos/7.2.1511/x86_64/gnutls-3.3.8-14.el7_2.i686.rpm) = b2a82e473add3e5dbda27c34d836ab84b7c6b922a6038638b25ad62fe1952273 +SIZE (rpm/centos/7.2.1511/x86_64/gnutls-3.3.8-14.el7_2.i686.rpm) = 647504 +SHA256 (rpm/centos/7.2.1511/x86_64/gnutls-3.3.8-14.el7_2.x86_64.rpm) = 9a6b1d3d392510c197bfb56ac57cb1451944f30a009bd7c4dabd86702089299a +SIZE (rpm/centos/7.2.1511/x86_64/gnutls-3.3.8-14.el7_2.x86_64.rpm) = 678176 +SHA256 (rpm/centos/7.2.1511/x86_64/gnutls-3.3.8-14.el7_2.src.rpm) = 6bb78e62521dbbba7e8ff0f8e42b1b94f1fc80ed0fede9fc0f285ca460af424d +SIZE (rpm/centos/7.2.1511/x86_64/gnutls-3.3.8-14.el7_2.src.rpm) = 6205031 Property changes on: head/security/linux-c7-gnutls/distinfo.x86_64 ___________________________________________________________________ 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-c7-gnutls/pkg-plist.i386 =================================================================== --- head/security/linux-c7-gnutls/pkg-plist.i386 (nonexistent) +++ head/security/linux-c7-gnutls/pkg-plist.i386 (revision 424259) @@ -0,0 +1,25 @@ +usr/lib/.libgnutls.so.28.41.0.hmac +usr/lib/.libgnutls.so.28.hmac +usr/lib/libgnutls.so.28 +usr/lib/libgnutls.so.28.41.0 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/COPYING.LESSER +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/THANKS +usr/share/locale/cs/LC_MESSAGES/gnutls.mo +usr/share/locale/de/LC_MESSAGES/gnutls.mo +usr/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo +usr/share/locale/en@quot/LC_MESSAGES/gnutls.mo +usr/share/locale/eo/LC_MESSAGES/gnutls.mo +usr/share/locale/fi/LC_MESSAGES/gnutls.mo +usr/share/locale/fr/LC_MESSAGES/gnutls.mo +usr/share/locale/it/LC_MESSAGES/gnutls.mo +usr/share/locale/ms/LC_MESSAGES/gnutls.mo +usr/share/locale/nl/LC_MESSAGES/gnutls.mo +usr/share/locale/pl/LC_MESSAGES/gnutls.mo +usr/share/locale/sv/LC_MESSAGES/gnutls.mo +usr/share/locale/uk/LC_MESSAGES/gnutls.mo +usr/share/locale/vi/LC_MESSAGES/gnutls.mo +usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo Property changes on: head/security/linux-c7-gnutls/pkg-plist.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-c7-gnutls/pkg-plist.x86_64 =================================================================== --- head/security/linux-c7-gnutls/pkg-plist.x86_64 (nonexistent) +++ head/security/linux-c7-gnutls/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,29 @@ +usr/lib/.libgnutls.so.28.41.0.hmac +usr/lib/.libgnutls.so.28.hmac +usr/lib/libgnutls.so.28 +usr/lib/libgnutls.so.28.41.0 +usr/lib64/.libgnutls.so.28.41.0.hmac +usr/lib64/.libgnutls.so.28.hmac +usr/lib64/libgnutls.so.28 +usr/lib64/libgnutls.so.28.41.0 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/COPYING.LESSER +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/THANKS +usr/share/locale/cs/LC_MESSAGES/gnutls.mo +usr/share/locale/de/LC_MESSAGES/gnutls.mo +usr/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo +usr/share/locale/en@quot/LC_MESSAGES/gnutls.mo +usr/share/locale/eo/LC_MESSAGES/gnutls.mo +usr/share/locale/fi/LC_MESSAGES/gnutls.mo +usr/share/locale/fr/LC_MESSAGES/gnutls.mo +usr/share/locale/it/LC_MESSAGES/gnutls.mo +usr/share/locale/ms/LC_MESSAGES/gnutls.mo +usr/share/locale/nl/LC_MESSAGES/gnutls.mo +usr/share/locale/pl/LC_MESSAGES/gnutls.mo +usr/share/locale/sv/LC_MESSAGES/gnutls.mo +usr/share/locale/uk/LC_MESSAGES/gnutls.mo +usr/share/locale/vi/LC_MESSAGES/gnutls.mo +usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo Property changes on: head/security/linux-c7-gnutls/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-libgcrypt/Makefile =================================================================== --- head/security/linux-c7-libgcrypt/Makefile (nonexistent) +++ head/security/linux-c7-libgcrypt/Makefile (revision 424259) @@ -0,0 +1,23 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= libgcrypt +PORTVERSION= 1.5.3 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Crypto library based on code used in GnuPG (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +LICENSE= LGPL21+ + +RPMVERSION= 12.el7_1.1 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +PORTDOCS= AUTHORS COPYING.LIB NEWS THANKS +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/security/linux-c7-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-c7-libgcrypt/distinfo.i386 =================================================================== --- head/security/linux-c7-libgcrypt/distinfo.i386 (nonexistent) +++ head/security/linux-c7-libgcrypt/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355388 +SHA256 (rpm/centos/7.2.1511/i386/libgcrypt-1.5.3-12.el7_1.1.i686.rpm) = 032bee09e93c17e812cf098a68f0509618ab33980cca7e69718ef23794eb4db0 +SIZE (rpm/centos/7.2.1511/i386/libgcrypt-1.5.3-12.el7_1.1.i686.rpm) = 271340 +SHA256 (rpm/centos/7.2.1511/i386/libgcrypt-1.5.3-12.el7_1.1.src.rpm) = 9e72731aec063fca7e3941fbac0064af23dfd3703fc21cf0ff1028eb563e63e1 +SIZE (rpm/centos/7.2.1511/i386/libgcrypt-1.5.3-12.el7_1.1.src.rpm) = 1395492 Property changes on: head/security/linux-c7-libgcrypt/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-c7-libgcrypt/distinfo.x86_64 =================================================================== --- head/security/linux-c7-libgcrypt/distinfo.x86_64 (nonexistent) +++ head/security/linux-c7-libgcrypt/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674595 +SHA256 (rpm/centos/7.2.1511/x86_64/libgcrypt-1.5.3-12.el7_1.1.i686.rpm) = 032bee09e93c17e812cf098a68f0509618ab33980cca7e69718ef23794eb4db0 +SIZE (rpm/centos/7.2.1511/x86_64/libgcrypt-1.5.3-12.el7_1.1.i686.rpm) = 271340 +SHA256 (rpm/centos/7.2.1511/x86_64/libgcrypt-1.5.3-12.el7_1.1.x86_64.rpm) = 192d65eed4f875ee1927173ba1e336a5044c5cac4d0ec6a06859b9acb7d636fd +SIZE (rpm/centos/7.2.1511/x86_64/libgcrypt-1.5.3-12.el7_1.1.x86_64.rpm) = 268984 +SHA256 (rpm/centos/7.2.1511/x86_64/libgcrypt-1.5.3-12.el7_1.1.src.rpm) = 9e72731aec063fca7e3941fbac0064af23dfd3703fc21cf0ff1028eb563e63e1 +SIZE (rpm/centos/7.2.1511/x86_64/libgcrypt-1.5.3-12.el7_1.1.src.rpm) = 1395492 Property changes on: head/security/linux-c7-libgcrypt/distinfo.x86_64 ___________________________________________________________________ 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-c7-libgcrypt/pkg-plist.i386 =================================================================== --- head/security/linux-c7-libgcrypt/pkg-plist.i386 (nonexistent) +++ head/security/linux-c7-libgcrypt/pkg-plist.i386 (revision 424259) @@ -0,0 +1,7 @@ +usr/lib/.libgcrypt.so.11.hmac +usr/lib/libgcrypt.so.11 +usr/lib/libgcrypt.so.11.8.2 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING.LIB +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/THANKS Property changes on: head/security/linux-c7-libgcrypt/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c7-libgcrypt/pkg-plist.x86_64 =================================================================== --- head/security/linux-c7-libgcrypt/pkg-plist.x86_64 (nonexistent) +++ head/security/linux-c7-libgcrypt/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,10 @@ +usr/lib/.libgcrypt.so.11.hmac +usr/lib/libgcrypt.so.11 +usr/lib/libgcrypt.so.11.8.2 +usr/lib64/.libgcrypt.so.11.hmac +usr/lib64/libgcrypt.so.11 +usr/lib64/libgcrypt.so.11.8.2 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING.LIB +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/THANKS Property changes on: head/security/linux-c7-libgcrypt/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-libgpg-error/Makefile =================================================================== --- head/security/linux-c7-libgpg-error/Makefile (nonexistent) +++ head/security/linux-c7-libgpg-error/Makefile (revision 424259) @@ -0,0 +1,22 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= libgpg-error +PORTVERSION= 1.12 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Common error values for all GnuPG components + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +LICENSE= LGPL21+ + +RPMVERSION= 3.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/security/linux-c7-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-c7-libgpg-error/distinfo.i386 =================================================================== --- head/security/linux-c7-libgpg-error/distinfo.i386 (nonexistent) +++ head/security/linux-c7-libgpg-error/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355653 +SHA256 (rpm/centos/7.2.1511/i386/libgpg-error-1.12-3.el7.i686.rpm) = 491381cb722ada5fbef1f1d942bd3f874570ea4e109fd7ee728693d13b5220f3 +SIZE (rpm/centos/7.2.1511/i386/libgpg-error-1.12-3.el7.i686.rpm) = 89068 +SHA256 (rpm/centos/7.2.1511/i386/libgpg-error-1.12-3.el7.src.rpm) = 3e068d41653bfba16eb25a545d4fd84a16342e832b8d8c6566bbc1884191cc1a +SIZE (rpm/centos/7.2.1511/i386/libgpg-error-1.12-3.el7.src.rpm) = 500370 Property changes on: head/security/linux-c7-libgpg-error/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-c7-libgpg-error/distinfo.x86_64 =================================================================== --- head/security/linux-c7-libgpg-error/distinfo.x86_64 (nonexistent) +++ head/security/linux-c7-libgpg-error/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674606 +SHA256 (rpm/centos/7.2.1511/x86_64/libgpg-error-1.12-3.el7.i686.rpm) = 491381cb722ada5fbef1f1d942bd3f874570ea4e109fd7ee728693d13b5220f3 +SIZE (rpm/centos/7.2.1511/x86_64/libgpg-error-1.12-3.el7.i686.rpm) = 89068 +SHA256 (rpm/centos/7.2.1511/x86_64/libgpg-error-1.12-3.el7.x86_64.rpm) = 3cdbe510adeb1a2597eb2c81fff2ddef2319c8da70bd4a36efeedb491be5bd33 +SIZE (rpm/centos/7.2.1511/x86_64/libgpg-error-1.12-3.el7.x86_64.rpm) = 89332 +SHA256 (rpm/centos/7.2.1511/x86_64/libgpg-error-1.12-3.el7.src.rpm) = 3e068d41653bfba16eb25a545d4fd84a16342e832b8d8c6566bbc1884191cc1a +SIZE (rpm/centos/7.2.1511/x86_64/libgpg-error-1.12-3.el7.src.rpm) = 500370 Property changes on: head/security/linux-c7-libgpg-error/distinfo.x86_64 ___________________________________________________________________ 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-c7-libgpg-error/pkg-plist.i386 =================================================================== --- head/security/linux-c7-libgpg-error/pkg-plist.i386 (nonexistent) +++ head/security/linux-c7-libgpg-error/pkg-plist.i386 (revision 424259) @@ -0,0 +1,23 @@ +lib/libgpg-error.so.0 +lib/libgpg-error.so.0.10.0 +usr/bin/gpg-error +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/COPYING.LIB +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/locale/cs/LC_MESSAGES/libgpg-error.mo +usr/share/locale/da/LC_MESSAGES/libgpg-error.mo +usr/share/locale/de/LC_MESSAGES/libgpg-error.mo +usr/share/locale/eo/LC_MESSAGES/libgpg-error.mo +usr/share/locale/fr/LC_MESSAGES/libgpg-error.mo +usr/share/locale/it/LC_MESSAGES/libgpg-error.mo +usr/share/locale/ja/LC_MESSAGES/libgpg-error.mo +usr/share/locale/nl/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/uk/LC_MESSAGES/libgpg-error.mo +usr/share/locale/vi/LC_MESSAGES/libgpg-error.mo +usr/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo Property changes on: head/security/linux-c7-libgpg-error/pkg-plist.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-c7-libgpg-error/pkg-plist.x86_64 =================================================================== --- head/security/linux-c7-libgpg-error/pkg-plist.x86_64 (nonexistent) +++ head/security/linux-c7-libgpg-error/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,25 @@ +lib/libgpg-error.so.0 +lib/libgpg-error.so.0.10.0 +lib64/libgpg-error.so.0 +lib64/libgpg-error.so.0.10.0 +usr/bin/gpg-error +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/COPYING.LIB +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/locale/cs/LC_MESSAGES/libgpg-error.mo +usr/share/locale/da/LC_MESSAGES/libgpg-error.mo +usr/share/locale/de/LC_MESSAGES/libgpg-error.mo +usr/share/locale/eo/LC_MESSAGES/libgpg-error.mo +usr/share/locale/fr/LC_MESSAGES/libgpg-error.mo +usr/share/locale/it/LC_MESSAGES/libgpg-error.mo +usr/share/locale/ja/LC_MESSAGES/libgpg-error.mo +usr/share/locale/nl/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/uk/LC_MESSAGES/libgpg-error.mo +usr/share/locale/vi/LC_MESSAGES/libgpg-error.mo +usr/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo Property changes on: head/security/linux-c7-libgpg-error/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-libssh2/Makefile =================================================================== --- head/security/linux-c7-libssh2/Makefile (nonexistent) +++ head/security/linux-c7-libssh2/Makefile (revision 424259) @@ -0,0 +1,22 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= libssh2 +PORTVERSION= 1.4.3 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Library implementing the SSH2 protocol (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 10.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= openssl +USE_LINUX_RPM= yes + +PORTDOCS= AUTHORS COPYING ChangeLog NEWS README +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/security/linux-c7-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-c7-libssh2/distinfo.i386 =================================================================== --- head/security/linux-c7-libssh2/distinfo.i386 (nonexistent) +++ head/security/linux-c7-libssh2/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473354094 +SHA256 (rpm/centos/7.2.1511/i386/libssh2-1.4.3-10.el7.i686.rpm) = c834cc8f2f2117b44dd0c06bbff2a80cabb2096da0149f90fecb5a30bbdf6761 +SIZE (rpm/centos/7.2.1511/i386/libssh2-1.4.3-10.el7.i686.rpm) = 136188 +SHA256 (rpm/centos/7.2.1511/i386/libssh2-1.4.3-10.el7.src.rpm) = 92e5e8bd92c85c4015b95d0621b9605bc652ad1418f450a0715ef983884d454b +SIZE (rpm/centos/7.2.1511/i386/libssh2-1.4.3-10.el7.src.rpm) = 719727 Property changes on: head/security/linux-c7-libssh2/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-c7-libssh2/distinfo.x86_64 =================================================================== --- head/security/linux-c7-libssh2/distinfo.x86_64 (nonexistent) +++ head/security/linux-c7-libssh2/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674585 +SHA256 (rpm/centos/7.2.1511/x86_64/libssh2-1.4.3-10.el7.i686.rpm) = c834cc8f2f2117b44dd0c06bbff2a80cabb2096da0149f90fecb5a30bbdf6761 +SIZE (rpm/centos/7.2.1511/x86_64/libssh2-1.4.3-10.el7.i686.rpm) = 136188 +SHA256 (rpm/centos/7.2.1511/x86_64/libssh2-1.4.3-10.el7.x86_64.rpm) = 07c164dbf3a9b97b76c8a4fb8641dc4c8bf96146504af982b0b59279ff3db3b9 +SIZE (rpm/centos/7.2.1511/x86_64/libssh2-1.4.3-10.el7.x86_64.rpm) = 136636 +SHA256 (rpm/centos/7.2.1511/x86_64/libssh2-1.4.3-10.el7.src.rpm) = 92e5e8bd92c85c4015b95d0621b9605bc652ad1418f450a0715ef983884d454b +SIZE (rpm/centos/7.2.1511/x86_64/libssh2-1.4.3-10.el7.src.rpm) = 719727 Property changes on: head/security/linux-c7-libssh2/distinfo.x86_64 ___________________________________________________________________ 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-c7-libssh2/pkg-plist.i386 =================================================================== --- head/security/linux-c7-libssh2/pkg-plist.i386 (nonexistent) +++ head/security/linux-c7-libssh2/pkg-plist.i386 (revision 424259) @@ -0,0 +1,2 @@ +usr/lib/libssh2.so.1 +usr/lib/libssh2.so.1.0.1 Property changes on: head/security/linux-c7-libssh2/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c7-libssh2/pkg-plist.x86_64 =================================================================== --- head/security/linux-c7-libssh2/pkg-plist.x86_64 (nonexistent) +++ head/security/linux-c7-libssh2/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,4 @@ +usr/lib/libssh2.so.1 +usr/lib/libssh2.so.1.0.1 +usr/lib64/libssh2.so.1 +usr/lib64/libssh2.so.1.0.1 Property changes on: head/security/linux-c7-libssh2/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-libtasn1/Makefile =================================================================== --- head/security/linux-c7-libtasn1/Makefile (nonexistent) +++ head/security/linux-c7-libtasn1/Makefile (revision 424259) @@ -0,0 +1,24 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= libtasn1 +PORTVERSION= 3.8 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= ASN.1 structure parser library + +LICENSE= LGPL21+ + +CONFLICT= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 2.el7 +USES= cpe linux:c7 +CPE_VENDOR= gnu +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +PORTDOCS= AUTHORS COPYING COPYING.LIB NEWS README THANKS TODO libtasn1.pdf +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/security/linux-c7-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-c7-libtasn1/distinfo.i386 =================================================================== --- head/security/linux-c7-libtasn1/distinfo.i386 (nonexistent) +++ head/security/linux-c7-libtasn1/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355649 +SHA256 (rpm/centos/7.2.1511/i386/libtasn1-3.8-2.el7.i686.rpm) = 3b809e6dac614a2d5c40e4cec8d41ce14ae1b358fd0660b5706faab2b42fd1d2 +SIZE (rpm/centos/7.2.1511/i386/libtasn1-3.8-2.el7.i686.rpm) = 326948 +SHA256 (rpm/centos/7.2.1511/i386/libtasn1-3.8-2.el7.src.rpm) = 31f6ba7a03e640bad4b782af1e468a1f9f8bc01bc9a5f3bed63e57600ff4c670 +SIZE (rpm/centos/7.2.1511/i386/libtasn1-3.8-2.el7.src.rpm) = 1878124 Property changes on: head/security/linux-c7-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-c7-libtasn1/distinfo.x86_64 =================================================================== --- head/security/linux-c7-libtasn1/distinfo.x86_64 (nonexistent) +++ head/security/linux-c7-libtasn1/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674604 +SHA256 (rpm/centos/7.2.1511/x86_64/libtasn1-3.8-2.el7.i686.rpm) = 3b809e6dac614a2d5c40e4cec8d41ce14ae1b358fd0660b5706faab2b42fd1d2 +SIZE (rpm/centos/7.2.1511/x86_64/libtasn1-3.8-2.el7.i686.rpm) = 326948 +SHA256 (rpm/centos/7.2.1511/x86_64/libtasn1-3.8-2.el7.x86_64.rpm) = 6787ae67028a79dc5e9debd09d56730ebf02f30fdbcb0530ed681e5fb985aa19 +SIZE (rpm/centos/7.2.1511/x86_64/libtasn1-3.8-2.el7.x86_64.rpm) = 327164 +SHA256 (rpm/centos/7.2.1511/x86_64/libtasn1-3.8-2.el7.src.rpm) = 31f6ba7a03e640bad4b782af1e468a1f9f8bc01bc9a5f3bed63e57600ff4c670 +SIZE (rpm/centos/7.2.1511/x86_64/libtasn1-3.8-2.el7.src.rpm) = 1878124 Property changes on: head/security/linux-c7-libtasn1/distinfo.x86_64 ___________________________________________________________________ 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-c7-libtasn1/pkg-plist.i386 =================================================================== --- head/security/linux-c7-libtasn1/pkg-plist.i386 (nonexistent) +++ head/security/linux-c7-libtasn1/pkg-plist.i386 (revision 424259) @@ -0,0 +1,2 @@ +usr/lib/libtasn1.so.6 +usr/lib/libtasn1.so.6.2.3 Property changes on: head/security/linux-c7-libtasn1/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/linux-c7-libtasn1/pkg-plist.x86_64 =================================================================== --- head/security/linux-c7-libtasn1/pkg-plist.x86_64 (nonexistent) +++ head/security/linux-c7-libtasn1/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,4 @@ +usr/lib/libtasn1.so.6 +usr/lib/libtasn1.so.6.2.3 +usr/lib64/libtasn1.so.6 +usr/lib64/libtasn1.so.6.2.3 Property changes on: head/security/linux-c7-libtasn1/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-nss/Makefile =================================================================== --- head/security/linux-c7-nss/Makefile (nonexistent) +++ head/security/linux-c7-nss/Makefile (revision 424259) @@ -0,0 +1,28 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= nss +PORTVERSION= 3.21.0 +CATEGORIES= security linux +LIB_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + ${PORTNAME}-util-${PORTVERSION}-2.2.el7_2${EXTRACT_SUFX} \ + ${PORTNAME}-softokn-3.16.2.3-14.2.el7_2${EXTRACT_SUFX} \ + ${PORTNAME}-softokn-freebl-3.16.2.3-14.2.el7_2${EXTRACT_SUFX} +SRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE \ + ${PORTNAME}-util-${PORTVERSION}-2.2.el7_2${SRC_SUFX}:SOURCE \ + ${PORTNAME}-softokn-3.16.2.3-14.2.el7_2${SRC_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Network Security Services (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 9.el7_2 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= nspr sqlite3 +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/security/linux-c7-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-c7-nss/distinfo.i386 =================================================================== --- head/security/linux-c7-nss/distinfo.i386 (nonexistent) +++ head/security/linux-c7-nss/distinfo.i386 (revision 424259) @@ -0,0 +1,15 @@ +TIMESTAMP = 1473760804 +SHA256 (rpm/centos/7.2.1511/i386/nss-3.21.0-9.el7_2.i686.rpm) = acc0e05d8f247791db76ab9b21359abc7908c1ab9ead506964b52955287fe25b +SIZE (rpm/centos/7.2.1511/i386/nss-3.21.0-9.el7_2.i686.rpm) = 868084 +SHA256 (rpm/centos/7.2.1511/i386/nss-util-3.21.0-2.2.el7_2.i686.rpm) = 73472239f7a39dfce534c7a7d354a0c47c56d4164bd751e9709285dc52526a52 +SIZE (rpm/centos/7.2.1511/i386/nss-util-3.21.0-2.2.el7_2.i686.rpm) = 72216 +SHA256 (rpm/centos/7.2.1511/i386/nss-softokn-3.16.2.3-14.2.el7_2.i686.rpm) = 3119ce33b30bd2aee2e386f0a3f2f01c90c9869ae2cb39a685f913e7a4d0e14a +SIZE (rpm/centos/7.2.1511/i386/nss-softokn-3.16.2.3-14.2.el7_2.i686.rpm) = 313276 +SHA256 (rpm/centos/7.2.1511/i386/nss-softokn-freebl-3.16.2.3-14.2.el7_2.i686.rpm) = c579edfa53c72797701474fbbbc1c19d90ed7c407046d7718e25234b0887acb7 +SIZE (rpm/centos/7.2.1511/i386/nss-softokn-freebl-3.16.2.3-14.2.el7_2.i686.rpm) = 191996 +SHA256 (rpm/centos/7.2.1511/i386/nss-3.21.0-9.el7_2.src.rpm) = 7b8295c752cbd420b5ae52a8b4aa8fa9b6979c57f9caa8279c14e3865ce62883 +SIZE (rpm/centos/7.2.1511/i386/nss-3.21.0-9.el7_2.src.rpm) = 7299400 +SHA256 (rpm/centos/7.2.1511/i386/nss-util-3.21.0-2.2.el7_2.src.rpm) = e90e5e5834289fae968dd2d04f9d563d7a67e3c733ebc2291b7ab131f93c5e14 +SIZE (rpm/centos/7.2.1511/i386/nss-util-3.21.0-2.2.el7_2.src.rpm) = 1005693 +SHA256 (rpm/centos/7.2.1511/i386/nss-softokn-3.16.2.3-14.2.el7_2.src.rpm) = 698e112d5ce13a9e9703bac655fe9d2a75fa85bc828af64a965bbc0e880c62d2 +SIZE (rpm/centos/7.2.1511/i386/nss-softokn-3.16.2.3-14.2.el7_2.src.rpm) = 1748499 Property changes on: head/security/linux-c7-nss/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-c7-nss/distinfo.x86_64 =================================================================== --- head/security/linux-c7-nss/distinfo.x86_64 (nonexistent) +++ head/security/linux-c7-nss/distinfo.x86_64 (revision 424259) @@ -0,0 +1,23 @@ +TIMESTAMP = 1473798434 +SHA256 (rpm/centos/7.2.1511/x86_64/nss-3.21.0-9.el7_2.i686.rpm) = acc0e05d8f247791db76ab9b21359abc7908c1ab9ead506964b52955287fe25b +SIZE (rpm/centos/7.2.1511/x86_64/nss-3.21.0-9.el7_2.i686.rpm) = 868084 +SHA256 (rpm/centos/7.2.1511/x86_64/nss-util-3.21.0-2.2.el7_2.i686.rpm) = 73472239f7a39dfce534c7a7d354a0c47c56d4164bd751e9709285dc52526a52 +SIZE (rpm/centos/7.2.1511/x86_64/nss-util-3.21.0-2.2.el7_2.i686.rpm) = 72216 +SHA256 (rpm/centos/7.2.1511/x86_64/nss-softokn-3.16.2.3-14.2.el7_2.i686.rpm) = 3119ce33b30bd2aee2e386f0a3f2f01c90c9869ae2cb39a685f913e7a4d0e14a +SIZE (rpm/centos/7.2.1511/x86_64/nss-softokn-3.16.2.3-14.2.el7_2.i686.rpm) = 313276 +SHA256 (rpm/centos/7.2.1511/x86_64/nss-softokn-freebl-3.16.2.3-14.2.el7_2.i686.rpm) = c579edfa53c72797701474fbbbc1c19d90ed7c407046d7718e25234b0887acb7 +SIZE (rpm/centos/7.2.1511/x86_64/nss-softokn-freebl-3.16.2.3-14.2.el7_2.i686.rpm) = 191996 +SHA256 (rpm/centos/7.2.1511/x86_64/nss-3.21.0-9.el7_2.x86_64.rpm) = 33e2a1aa657f809c53449627200616b683de444300a5b2c2a79510e3e5912b00 +SIZE (rpm/centos/7.2.1511/x86_64/nss-3.21.0-9.el7_2.x86_64.rpm) = 870724 +SHA256 (rpm/centos/7.2.1511/x86_64/nss-util-3.21.0-2.2.el7_2.x86_64.rpm) = ebe0bba24d7b4477830fe4dbb025e91ca30a619e5806241a84c7e4c420bab53c +SIZE (rpm/centos/7.2.1511/x86_64/nss-util-3.21.0-2.2.el7_2.x86_64.rpm) = 73616 +SHA256 (rpm/centos/7.2.1511/x86_64/nss-softokn-3.16.2.3-14.2.el7_2.x86_64.rpm) = d207816db9a598d15c0856a925b28221f4166968fba76d09aa01aa9ea6c44170 +SIZE (rpm/centos/7.2.1511/x86_64/nss-softokn-3.16.2.3-14.2.el7_2.x86_64.rpm) = 311964 +SHA256 (rpm/centos/7.2.1511/x86_64/nss-softokn-freebl-3.16.2.3-14.2.el7_2.x86_64.rpm) = 9253b359efea3686548eeb043ed0e0bf5e859a677c98452e1bec39d500756e94 +SIZE (rpm/centos/7.2.1511/x86_64/nss-softokn-freebl-3.16.2.3-14.2.el7_2.x86_64.rpm) = 208676 +SHA256 (rpm/centos/7.2.1511/x86_64/nss-3.21.0-9.el7_2.src.rpm) = 7b8295c752cbd420b5ae52a8b4aa8fa9b6979c57f9caa8279c14e3865ce62883 +SIZE (rpm/centos/7.2.1511/x86_64/nss-3.21.0-9.el7_2.src.rpm) = 7299400 +SHA256 (rpm/centos/7.2.1511/x86_64/nss-util-3.21.0-2.2.el7_2.src.rpm) = e90e5e5834289fae968dd2d04f9d563d7a67e3c733ebc2291b7ab131f93c5e14 +SIZE (rpm/centos/7.2.1511/x86_64/nss-util-3.21.0-2.2.el7_2.src.rpm) = 1005693 +SHA256 (rpm/centos/7.2.1511/x86_64/nss-softokn-3.16.2.3-14.2.el7_2.src.rpm) = 698e112d5ce13a9e9703bac655fe9d2a75fa85bc828af64a965bbc0e880c62d2 +SIZE (rpm/centos/7.2.1511/x86_64/nss-softokn-3.16.2.3-14.2.el7_2.src.rpm) = 1748499 Property changes on: head/security/linux-c7-nss/distinfo.x86_64 ___________________________________________________________________ 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-c7-nss/pkg-plist.i386 =================================================================== --- head/security/linux-c7-nss/pkg-plist.i386 (nonexistent) +++ head/security/linux-c7-nss/pkg-plist.i386 (revision 424259) @@ -0,0 +1,33 @@ +etc/pki/nssdb/cert8.db +etc/pki/nssdb/cert9.db +etc/pki/nssdb/key3.db +etc/pki/nssdb/key4.db +etc/pki/nssdb/pkcs11.txt +etc/pki/nssdb/secmod.db +etc/prelink.conf.d/nss-softokn-prelink.conf +usr/lib/dracut/dracut.conf.d/50-nss-softokn.conf +usr/lib/dracut/modules.d/05nss-softokn/module-setup.sh +usr/lib/libfreebl3.chk +usr/lib/libfreebl3.so +usr/lib/libfreeblpriv3.chk +usr/lib/libfreeblpriv3.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/libsoftokn3.chk +usr/lib/libsoftokn3.so +usr/lib/libssl3.so +usr/lib/nss/libnssckbi.so +usr/lib/nss/unsupported-tools/bltest +usr/lib/nss/unsupported-tools/fipstest +usr/lib/nss/unsupported-tools/shlibsign +usr/share/man/man5/cert8.db.5.gz +usr/share/man/man5/cert9.db.5.gz +usr/share/man/man5/key3.db.5.gz +usr/share/man/man5/key4.db.5.gz +usr/share/man/man5/pkcs11.txt.5.gz +usr/share/man/man5/secmod.db.5.gz +@dir usr/lib/nss/saved Property changes on: head/security/linux-c7-nss/pkg-plist.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-c7-nss/pkg-plist.x86_64 =================================================================== --- head/security/linux-c7-nss/pkg-plist.x86_64 (nonexistent) +++ head/security/linux-c7-nss/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,51 @@ +etc/pki/nssdb/cert8.db +etc/pki/nssdb/cert9.db +etc/pki/nssdb/key3.db +etc/pki/nssdb/key4.db +etc/pki/nssdb/pkcs11.txt +etc/pki/nssdb/secmod.db +etc/prelink.conf.d/nss-softokn-prelink.conf +usr/lib/dracut/dracut.conf.d/50-nss-softokn.conf +usr/lib/dracut/modules.d/05nss-softokn/module-setup.sh +usr/lib/libfreebl3.chk +usr/lib/libfreebl3.so +usr/lib/libfreeblpriv3.chk +usr/lib/libfreeblpriv3.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/libsoftokn3.chk +usr/lib/libsoftokn3.so +usr/lib/libssl3.so +usr/lib/nss/libnssckbi.so +usr/lib/nss/unsupported-tools/bltest +usr/lib/nss/unsupported-tools/fipstest +usr/lib/nss/unsupported-tools/shlibsign +usr/lib64/libfreebl3.chk +usr/lib64/libfreebl3.so +usr/lib64/libfreeblpriv3.chk +usr/lib64/libfreeblpriv3.so +usr/lib64/libnss3.so +usr/lib64/libnssdbm3.chk +usr/lib64/libnssdbm3.so +usr/lib64/libnsspem.so +usr/lib64/libnssutil3.so +usr/lib64/libsmime3.so +usr/lib64/libsoftokn3.chk +usr/lib64/libsoftokn3.so +usr/lib64/libssl3.so +usr/lib64/nss/libnssckbi.so +usr/lib64/nss/unsupported-tools/bltest +usr/lib64/nss/unsupported-tools/fipstest +usr/lib64/nss/unsupported-tools/shlibsign +usr/share/man/man5/cert8.db.5.gz +usr/share/man/man5/cert9.db.5.gz +usr/share/man/man5/key3.db.5.gz +usr/share/man/man5/key4.db.5.gz +usr/share/man/man5/pkcs11.txt.5.gz +usr/share/man/man5/secmod.db.5.gz +@dir usr/lib/nss/saved +@dir usr/lib64/nss/saved Property changes on: head/security/linux-c7-nss/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-openssl/Makefile =================================================================== --- head/security/linux-c7-openssl/Makefile (nonexistent) +++ head/security/linux-c7-openssl/Makefile (revision 424259) @@ -0,0 +1,27 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= openssl +PORTVERSION= 1.0.1e +CATEGORIES= security linux +BIN_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +LIB_DISTFILES= ${PORTNAME}-libs-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX} +SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= OpenSSL toolkit (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= OpenSSL +LICENSE_FILE= ${WRKSRC}/usr/share/doc/${PORTNAME}-${PORTVERSION}/LICENSE + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 51.el7_2.7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +PLIST_SUB+= PORTVERSION="${PORTVERSION}" +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/security/linux-c7-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-c7-openssl/distinfo.i386 =================================================================== --- head/security/linux-c7-openssl/distinfo.i386 (nonexistent) +++ head/security/linux-c7-openssl/distinfo.i386 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1475154570 +SHA256 (rpm/centos/7.2.1511/i386/openssl-libs-1.0.1e-51.el7_2.7.i686.rpm) = acae0134d0426a80dca9548b918dd1e680966b18bfcadf39a77e74588584b79b +SIZE (rpm/centos/7.2.1511/i386/openssl-libs-1.0.1e-51.el7_2.7.i686.rpm) = 962504 +SHA256 (rpm/centos/7.2.1511/i386/openssl-1.0.1e-51.el7_2.7.i686.rpm) = 592cfbf57d68a62ee27ff37e1b27da2e97ecb7a83a1f3b8d547ab4a1c4f206b4 +SIZE (rpm/centos/7.2.1511/i386/openssl-1.0.1e-51.el7_2.7.i686.rpm) = 721716 +SHA256 (rpm/centos/7.2.1511/i386/openssl-1.0.1e-51.el7_2.7.src.rpm) = d360d24d02c44f4e6f11d25ba7c0f7f8085c7dd2f1e13e5ec6b9b76014b879bd +SIZE (rpm/centos/7.2.1511/i386/openssl-1.0.1e-51.el7_2.7.src.rpm) = 3323775 Property changes on: head/security/linux-c7-openssl/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-c7-openssl/distinfo.x86_64 =================================================================== --- head/security/linux-c7-openssl/distinfo.x86_64 (nonexistent) +++ head/security/linux-c7-openssl/distinfo.x86_64 (revision 424259) @@ -0,0 +1,9 @@ +TIMESTAMP = 1475154589 +SHA256 (rpm/centos/7.2.1511/x86_64/openssl-libs-1.0.1e-51.el7_2.7.i686.rpm) = acae0134d0426a80dca9548b918dd1e680966b18bfcadf39a77e74588584b79b +SIZE (rpm/centos/7.2.1511/x86_64/openssl-libs-1.0.1e-51.el7_2.7.i686.rpm) = 962504 +SHA256 (rpm/centos/7.2.1511/x86_64/openssl-libs-1.0.1e-51.el7_2.7.x86_64.rpm) = 9f8480889c72db6e05d6b87def4799659d4abeb93fa0c9436e69b9fafcce3736 +SIZE (rpm/centos/7.2.1511/x86_64/openssl-libs-1.0.1e-51.el7_2.7.x86_64.rpm) = 975936 +SHA256 (rpm/centos/7.2.1511/x86_64/openssl-1.0.1e-51.el7_2.7.x86_64.rpm) = a383f9d15fbc2c740a773ffafdddb325b6db18a8c59732b347d694f5f89e2dda +SIZE (rpm/centos/7.2.1511/x86_64/openssl-1.0.1e-51.el7_2.7.x86_64.rpm) = 729500 +SHA256 (rpm/centos/7.2.1511/x86_64/openssl-1.0.1e-51.el7_2.7.src.rpm) = d360d24d02c44f4e6f11d25ba7c0f7f8085c7dd2f1e13e5ec6b9b76014b879bd +SIZE (rpm/centos/7.2.1511/x86_64/openssl-1.0.1e-51.el7_2.7.src.rpm) = 3323775 Property changes on: head/security/linux-c7-openssl/distinfo.x86_64 ___________________________________________________________________ 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-c7-openssl/pkg-plist.i386 =================================================================== --- head/security/linux-c7-openssl/pkg-plist.i386 (nonexistent) +++ head/security/linux-c7-openssl/pkg-plist.i386 (revision 424259) @@ -0,0 +1,101 @@ +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/bin/openssl +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/lib/libcrypto.so.%%PORTVERSION%% +usr/lib/libcrypto.so.10 +usr/lib/libssl.so.%%PORTVERSION%% +usr/lib/libssl.so.10 +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 +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/FAQ +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.FIPS +%%PORTDOCS%%%%DOCSDIR%%/c-indentation.el +%%PORTDOCS%%%%DOCSDIR%%/openssl.txt +%%PORTDOCS%%%%DOCSDIR%%/openssl_button.gif +%%PORTDOCS%%%%DOCSDIR%%/openssl_button.html +%%PORTDOCS%%%%DOCSDIR%%/ssleay.txt +%%PORTDOCS%%usr/share/doc/openssl-libs-%%PORTVERSION%%/LICENSE +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/cms.1ssl.gz +usr/share/man/man1/crl.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/genpkey.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/pkey.1ssl.gz +usr/share/man/man1/pkeyparam.1ssl.gz +usr/share/man/man1/pkeyutl.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/ts.1ssl.gz +usr/share/man/man1/tsget.1ssl.gz +usr/share/man/man1/verify.1ssl.gz +usr/share/man/man1/version.1ssl.gz +usr/share/man/man1/x509.1ssl.gz +usr/share/man/man5/config.5ssl.gz +usr/share/man/man5/openssl.cnf.5ssl.gz +usr/share/man/man5/x509v3_config.5ssl.gz +usr/share/man/man7/des_modes.7ssl.gz +@dir etc/pki/CA/certs +@dir etc/pki/CA/crl +@dir etc/pki/CA/newcerts +@dir etc/pki/CA/private +@dir etc/pki/tls/private Property changes on: head/security/linux-c7-openssl/pkg-plist.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-c7-openssl/pkg-plist.x86_64 =================================================================== --- head/security/linux-c7-openssl/pkg-plist.x86_64 (nonexistent) +++ head/security/linux-c7-openssl/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,120 @@ +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/bin/openssl +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/lib/libcrypto.so.%%PORTVERSION%% +usr/lib/libcrypto.so.10 +usr/lib/libssl.so.%%PORTVERSION%% +usr/lib/libssl.so.10 +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/lib64/.libcrypto.so.%%PORTVERSION%%.hmac +usr/lib64/.libcrypto.so.10.hmac +usr/lib64/.libssl.so.%%PORTVERSION%%.hmac +usr/lib64/.libssl.so.10.hmac +usr/lib64/libcrypto.so.%%PORTVERSION%% +usr/lib64/libcrypto.so.10 +usr/lib64/libssl.so.%%PORTVERSION%% +usr/lib64/libssl.so.10 +usr/lib64/openssl/engines/lib4758cca.so +usr/lib64/openssl/engines/libaep.so +usr/lib64/openssl/engines/libatalla.so +usr/lib64/openssl/engines/libcapi.so +usr/lib64/openssl/engines/libchil.so +usr/lib64/openssl/engines/libcswift.so +usr/lib64/openssl/engines/libgmp.so +usr/lib64/openssl/engines/libnuron.so +usr/lib64/openssl/engines/libpadlock.so +usr/lib64/openssl/engines/libsureware.so +usr/lib64/openssl/engines/libubsec.so +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/FAQ +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.FIPS +%%PORTDOCS%%%%DOCSDIR%%/c-indentation.el +%%PORTDOCS%%%%DOCSDIR%%/openssl.txt +%%PORTDOCS%%%%DOCSDIR%%/openssl_button.gif +%%PORTDOCS%%%%DOCSDIR%%/openssl_button.html +%%PORTDOCS%%%%DOCSDIR%%/ssleay.txt +%%PORTDOCS%%usr/share/doc/openssl-libs-%%PORTVERSION%%/LICENSE +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/cms.1ssl.gz +usr/share/man/man1/crl.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/genpkey.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/pkey.1ssl.gz +usr/share/man/man1/pkeyparam.1ssl.gz +usr/share/man/man1/pkeyutl.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/ts.1ssl.gz +usr/share/man/man1/tsget.1ssl.gz +usr/share/man/man1/verify.1ssl.gz +usr/share/man/man1/version.1ssl.gz +usr/share/man/man1/x509.1ssl.gz +usr/share/man/man5/config.5ssl.gz +usr/share/man/man5/openssl.cnf.5ssl.gz +usr/share/man/man5/x509v3_config.5ssl.gz +usr/share/man/man7/des_modes.7ssl.gz +@dir etc/pki/CA/certs +@dir etc/pki/CA/crl +@dir etc/pki/CA/newcerts +@dir etc/pki/CA/private +@dir etc/pki/tls/private Property changes on: head/security/linux-c7-openssl/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-openssl-compat/Makefile =================================================================== --- head/security/linux-c7-openssl-compat/Makefile (nonexistent) +++ head/security/linux-c7-openssl-compat/Makefile (revision 424259) @@ -0,0 +1,32 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= openssl +PKGNAMESUFFIX= -compat +PORTVERSION= 0.9.8e +CATEGORIES= security linux +DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= OpenSSL toolkit (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= OpenSSL +LICENSE_FILE= ${WRKSRC}/usr/share/doc/${LINUX_NAME}-${PORTVERSION}/LICENSE + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}${PKGNAMESUFFIX}-[0-9]* + +LINUX_NAME= openssl098e +RPMVERSION= 29.el7.centos.3 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +PLIST_SUB+= PORTVERSION="${PORTVERSION}" +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} + +post-install: +# For libflashsupport.so in www/linux-c7-flashplugin11. + ${LN} -sf libssl.so.6 ${STAGEDIR}${PREFIX}/usr/lib/libssl.so.7 + +.include Property changes on: head/security/linux-c7-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-c7-openssl-compat/distinfo.i386 =================================================================== --- head/security/linux-c7-openssl-compat/distinfo.i386 (nonexistent) +++ head/security/linux-c7-openssl-compat/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473354212 +SHA256 (rpm/centos/7.2.1511/i386/openssl098e-0.9.8e-29.el7.centos.3.i686.rpm) = bda50ad8086ae3f1265eab271d0523c86cde3e9d1ef1fccbd4cce1abf13636e8 +SIZE (rpm/centos/7.2.1511/i386/openssl098e-0.9.8e-29.el7.centos.3.i686.rpm) = 821984 +SHA256 (rpm/centos/7.2.1511/i386/openssl098e-0.9.8e-29.el7.centos.3.src.rpm) = c26eecaec1161dca9a32db13cd26c70f811bdb3050b30e02b4ea483d31c67d44 +SIZE (rpm/centos/7.2.1511/i386/openssl098e-0.9.8e-29.el7.centos.3.src.rpm) = 3145537 Property changes on: head/security/linux-c7-openssl-compat/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-c7-openssl-compat/distinfo.x86_64 =================================================================== --- head/security/linux-c7-openssl-compat/distinfo.x86_64 (nonexistent) +++ head/security/linux-c7-openssl-compat/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674612 +SHA256 (rpm/centos/7.2.1511/x86_64/openssl098e-0.9.8e-29.el7.centos.3.i686.rpm) = bda50ad8086ae3f1265eab271d0523c86cde3e9d1ef1fccbd4cce1abf13636e8 +SIZE (rpm/centos/7.2.1511/x86_64/openssl098e-0.9.8e-29.el7.centos.3.i686.rpm) = 821984 +SHA256 (rpm/centos/7.2.1511/x86_64/openssl098e-0.9.8e-29.el7.centos.3.x86_64.rpm) = 65f73db4d80916a1315f5d6b79cc6dcfbed20ccf84a3a7ab05600b287ab25fcf +SIZE (rpm/centos/7.2.1511/x86_64/openssl098e-0.9.8e-29.el7.centos.3.x86_64.rpm) = 812020 +SHA256 (rpm/centos/7.2.1511/x86_64/openssl098e-0.9.8e-29.el7.centos.3.src.rpm) = c26eecaec1161dca9a32db13cd26c70f811bdb3050b30e02b4ea483d31c67d44 +SIZE (rpm/centos/7.2.1511/x86_64/openssl098e-0.9.8e-29.el7.centos.3.src.rpm) = 3145537 Property changes on: head/security/linux-c7-openssl-compat/distinfo.x86_64 ___________________________________________________________________ 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-c7-openssl-compat/pkg-plist.i386 =================================================================== --- head/security/linux-c7-openssl-compat/pkg-plist.i386 (nonexistent) +++ head/security/linux-c7-openssl-compat/pkg-plist.i386 (revision 424259) @@ -0,0 +1,25 @@ +usr/lib/.libcrypto.so.%%PORTVERSION%%.hmac +usr/lib/.libcrypto.so.6.hmac +usr/lib/.libssl.so.%%PORTVERSION%%.hmac +usr/lib/.libssl.so.6.hmac +usr/lib/libcrypto.so.%%PORTVERSION%% +usr/lib/libcrypto.so.6 +usr/lib/libssl.so.%%PORTVERSION%% +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 +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/FAQ +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.FIPS Property changes on: head/security/linux-c7-openssl-compat/pkg-plist.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-c7-openssl-compat/pkg-plist.x86_64 =================================================================== --- head/security/linux-c7-openssl-compat/pkg-plist.x86_64 (nonexistent) +++ head/security/linux-c7-openssl-compat/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,42 @@ +usr/lib/.libcrypto.so.%%PORTVERSION%%.hmac +usr/lib/.libcrypto.so.6.hmac +usr/lib/.libssl.so.%%PORTVERSION%%.hmac +usr/lib/.libssl.so.6.hmac +usr/lib/libcrypto.so.%%PORTVERSION%% +usr/lib/libcrypto.so.6 +usr/lib/libssl.so.%%PORTVERSION%% +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/lib64/.libcrypto.so.%%PORTVERSION%%.hmac +usr/lib64/.libcrypto.so.6.hmac +usr/lib64/.libssl.so.%%PORTVERSION%%.hmac +usr/lib64/.libssl.so.6.hmac +usr/lib64/libcrypto.so.%%PORTVERSION%% +usr/lib64/libcrypto.so.6 +usr/lib64/libssl.so.%%PORTVERSION%% +usr/lib64/libssl.so.6 +usr/lib64/openssl098e/engines/lib4758cca.so +usr/lib64/openssl098e/engines/libaep.so +usr/lib64/openssl098e/engines/libatalla.so +usr/lib64/openssl098e/engines/libchil.so +usr/lib64/openssl098e/engines/libcswift.so +usr/lib64/openssl098e/engines/libgmp.so +usr/lib64/openssl098e/engines/libnuron.so +usr/lib64/openssl098e/engines/libsureware.so +usr/lib64/openssl098e/engines/libubsec.so +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/FAQ +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.FIPS Property changes on: head/security/linux-c7-openssl-compat/pkg-plist.x86_64 ___________________________________________________________________ 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/Makefile =================================================================== --- head/textproc/Makefile (revision 424258) +++ head/textproc/Makefile (revision 424259) @@ -1,1728 +1,1731 @@ # $FreeBSD$ # COMMENT = Text processing utilities (does not include desktop publishing) SUBDIR += 2bsd-diff SUBDIR += R-cran-DT SUBDIR += R-cran-R2HTML SUBDIR += R-cran-XML SUBDIR += R-cran-formatR SUBDIR += R-cran-highr SUBDIR += R-cran-htmltools SUBDIR += R-cran-markdown SUBDIR += R-cran-pystr SUBDIR += R-cran-rmarkdown SUBDIR += R-cran-stringi SUBDIR += R-cran-stringr SUBDIR += R-cran-xml2 SUBDIR += R-cran-xtable SUBDIR += R-cran-yaml 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 += 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 += cmark SUBDIR += coccigrep SUBDIR += code2html SUBDIR += codespell SUBDIR += colordiff SUBDIR += confetti SUBDIR += confget SUBDIR += consul-template 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 += docbook2mdoc SUBDIR += docbook2odf 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-head SUBDIR += elasticsearch-plugin-hq SUBDIR += elasticsearch-plugin-marvel SUBDIR += elasticsearch-plugin-migration SUBDIR += elasticsearch-plugin-sql SUBDIR += elasticsearch-river-rabbitmq SUBDIR += elasticsearch2 SUBDIR += elasticsearch2-plugin-hq SUBDIR += elasticsearch2-plugin-marvel SUBDIR += elasticsearch2-plugin-sql SUBDIR += elixir-earmark SUBDIR += elixir-ex_doc SUBDIR += elixir-funnel SUBDIR += elixir-sweet_xml SUBDIR += emacs-wiki SUBDIR += en-aspell SUBDIR += en-hunspell SUBDIR += en-mythes SUBDIR += enchant SUBDIR += eo-aspell SUBDIR += eqe SUBDIR += erlang-edown SUBDIR += erlang-fast_xml SUBDIR += erlang-p1_utils SUBDIR += erlang-p1xml SUBDIR += erlang-yamerl SUBDIR += es-aspell SUBDIR += es-hunspell SUBDIR += es-hyphen SUBDIR += es-mythes SUBDIR += estraier SUBDIR += et-aspell SUBDIR += exempi SUBDIR += expat2 SUBDIR += extract_url SUBDIR += ezxml SUBDIR += fa-aspell SUBDIR += fcitx-m17n SUBDIR += fcitx-qt5 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 += fzf SUBDIR += ga-aspell SUBDIR += gastex SUBDIR += gd-aspell SUBDIR += gdome2 SUBDIR += gl-aspell SUBDIR += gladtex SUBDIR += glark SUBDIR += gmetadom SUBDIR += gnome-doc-utils SUBDIR += gnome-spell 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 += gspell SUBDIR += gtk-doc SUBDIR += gtkspell SUBDIR += gtkspell-reference SUBDIR += gtkspell3 SUBDIR += gu-aspell SUBDIR += gutenmark SUBDIR += gv-aspell SUBDIR += heirloom-doctools SUBDIR += hevea 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-bencode SUBDIR += hs-blaze-html SUBDIR += hs-blaze-markup SUBDIR += hs-bytestring-csv SUBDIR += hs-case-insensitive SUBDIR += hs-cassava SUBDIR += hs-citeproc-hs SUBDIR += hs-cmark 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-citeproc SUBDIR += hs-pandoc-types SUBDIR += hs-parsec SUBDIR += hs-polyparse SUBDIR += hs-regex-applicative SUBDIR += hs-regex-base SUBDIR += hs-regex-compat SUBDIR += hs-regex-compat-tdfa SUBDIR += hs-regex-pcre-builtin SUBDIR += hs-regex-posix SUBDIR += hs-regex-tdfa SUBDIR += hs-rfc5051 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 += html-xml-utils SUBDIR += html2fo SUBDIR += html2tex SUBDIR += html2text SUBDIR += html2xhtml 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 += icdiff 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 += jo SUBDIR += jq SUBDIR += jrefentry SUBDIR += jshon SUBDIR += kdiff3 SUBDIR += kenlm SUBDIR += kibana3 SUBDIR += kibana41 SUBDIR += kibana43 SUBDIR += kibana44 SUBDIR += kibana45 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 += libcrm114 SUBDIR += libcroco SUBDIR += libcss SUBDIR += libcsv SUBDIR += libcue SUBDIR += libe-book SUBDIR += libebml SUBDIR += libextractor SUBDIR += libexttextcat SUBDIR += libflate SUBDIR += libfo SUBDIR += libguess SUBDIR += libkmfl SUBDIR += libkolabxml SUBDIR += libkomparediff2 SUBDIR += liblingoteach SUBDIR += liblrdf SUBDIR += libmrss SUBDIR += libmrss-php SUBDIR += libmwaw03 SUBDIR += libnxml SUBDIR += libodfgen01 SUBDIR += libparsifal SUBDIR += librevenge SUBDIR += libroxml SUBDIR += libsass SUBDIR += libsoldout SUBDIR += libsphinxclient SUBDIR += libstree SUBDIR += libtextcat SUBDIR += libtranslate SUBDIR += libtre SUBDIR += libucl SUBDIR += libunibreak SUBDIR += libuninameslist SUBDIR += libutf8proc SUBDIR += libvisio01 SUBDIR += libwapcaplet SUBDIR += libwpd010 SUBDIR += libwps SUBDIR += libwps03 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-c7-aspell + SUBDIR += linux-c7-expat + SUBDIR += linux-c7-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 += linuxdoc-tools SUBDIR += localize SUBDIR += loook SUBDIR += lt-aspell SUBDIR += lt-hyphen SUBDIR += lttoolbox SUBDIR += ltxml SUBDIR += luaexpat SUBDIR += lucene SUBDIR += lucene4 SUBDIR += lucene5 SUBDIR += luceneplusplus 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 += miller 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 += 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 += opengrm-ngram 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-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-FormatExternal 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-Identify-CLD 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-Groonga-HTTP 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-API2-Simple SUBDIR += p5-PDF-API3 SUBDIR += p5-PDF-Create SUBDIR += p5-PDF-FromHTML SUBDIR += p5-PDF-Table SUBDIR += p5-PDF-WebKit 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-Critic-Itch SUBDIR += p5-Perl-Critic-Moose SUBDIR += p5-Perl-Critic-More SUBDIR += p5-Perl-Critic-Pulp SUBDIR += p5-Perl-Critic-Swift SUBDIR += p5-Perl-Critic-Tics SUBDIR += p5-Perl-Lint 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-Debugger 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-QueryParser SUBDIR += p5-Search-QueryParser-SQL 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-Print 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-Trim SUBDIR += p5-String-Truncate SUBDIR += p5-String-Urandom SUBDIR += p5-String-Util 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-CSV 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-Groonga 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-Colorizer 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-Emoticon-MSN 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-Roman SUBDIR += p5-Text-Sass SUBDIR += p5-Text-Shellwords SUBDIR += p5-Text-Similarity SUBDIR += p5-Text-SimpleTable SUBDIR += p5-Text-SimpleTable-AutoWidth SUBDIR += p5-Text-SimpleTemplate SUBDIR += p5-Text-Soundex 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 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-Validate_ISPN 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-cld 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-xdiff2 SUBDIR += pecl-xslcache SUBDIR += pecl-yaml SUBDIR += peco SUBDIR += perl2html SUBDIR += permute SUBDIR += php-mecab SUBDIR += php55-ctype SUBDIR += php55-dom SUBDIR += php55-enchant 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-enchant SUBDIR += php56-pspell SUBDIR += php56-simplexml SUBDIR += php56-wddx SUBDIR += php56-xml SUBDIR += php56-xmlreader SUBDIR += php56-xmlwriter SUBDIR += php56-xsl SUBDIR += php70-ctype SUBDIR += php70-dom SUBDIR += php70-enchant SUBDIR += php70-pspell SUBDIR += php70-simplexml SUBDIR += php70-wddx SUBDIR += php70-xml SUBDIR += php70-xmlreader SUBDIR += php70-xmlwriter SUBDIR += php70-xsl SUBDIR += plover SUBDIR += po4a SUBDIR += pocketreader SUBDIR += pod2mdoc SUBDIR += pootle SUBDIR += popup SUBDIR += popup-stacks SUBDIR += ppower4 SUBDIR += print-n-times SUBDIR += pugixml SUBDIR += pure-csv SUBDIR += pure-xml SUBDIR += py-Chameleon SUBDIR += py-MarkupSafe SUBDIR += py-Tempita SUBDIR += py-acora SUBDIR += py-agate SUBDIR += py-agate-dbf SUBDIR += py-agate-excel SUBDIR += py-alabaster SUBDIR += py-asv SUBDIR += py-awesome-slugify SUBDIR += py-bugzillatools SUBDIR += py-chardet SUBDIR += py-cloud_sptheme SUBDIR += py-creole SUBDIR += py-csvkit SUBDIR += py-dbfread SUBDIR += py-diff-match-patch SUBDIR += py-docutils SUBDIR += py-dsv SUBDIR += py-elasticsearch-curator-py SUBDIR += py-elasticsearch-dsl-py SUBDIR += py-elasticsearch-py SUBDIR += py-elib.intl SUBDIR += py-empy SUBDIR += py-enchant SUBDIR += py-errorhandler SUBDIR += py-esmre SUBDIR += py-et_xmlfile SUBDIR += py-excelerator SUBDIR += py-feedparser SUBDIR += py-genshi SUBDIR += py-guess-language SUBDIR += py-hexdump SUBDIR += py-html2text SUBDIR += py-hyperestraier-python SUBDIR += py-hypua2jamo 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-mistune SUBDIR += py-mwparserfromhell SUBDIR += py-nltk SUBDIR += py-numpydoc SUBDIR += py-openpyxl SUBDIR += py-paragrep SUBDIR += py-parsimonious SUBDIR += py-pdfminer SUBDIR += py-pss SUBDIR += py-pyctpp2 SUBDIR += py-pyelasticsearch SUBDIR += py-pyes SUBDIR += py-pygments SUBDIR += py-pygtail SUBDIR += py-pyhwp SUBDIR += py-pyphen SUBDIR += py-pyscss SUBDIR += py-pysrt SUBDIR += py-pystache SUBDIR += py-pystemmer SUBDIR += py-python-augeas SUBDIR += py-python-docx SUBDIR += py-python-gettext SUBDIR += py-pytidylib SUBDIR += py-pyx12 SUBDIR += py-qrcode SUBDIR += py-qt4-xml SUBDIR += py-qt4-xmlpatterns SUBDIR += py-qt5-xml SUBDIR += py-qt5-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-snowballstemmer SUBDIR += py-sparqlwrapper SUBDIR += py-sphinx SUBDIR += py-sphinx-intl SUBDIR += py-sphinx-me SUBDIR += py-sphinx_numfig SUBDIR += py-sphinx_rtd_theme SUBDIR += py-sphinx_wikipedia SUBDIR += py-sphinxcontrib-adadomain SUBDIR += py-sphinxcontrib-bitbucket SUBDIR += py-sphinxcontrib-httpdomain SUBDIR += py-sphinxcontrib-programoutput SUBDIR += py-syck SUBDIR += py-texttable SUBDIR += py-tinycss SUBDIR += py-toronado SUBDIR += py-trans SUBDIR += py-transifex-client SUBDIR += py-translationstring SUBDIR += py-tvgrab SUBDIR += py-twistedLore SUBDIR += py-ucl SUBDIR += py-whoosh SUBDIR += py-wicked SUBDIR += py-wordnet SUBDIR += py-wstools SUBDIR += py-wtforms SUBDIR += py-xlrd SUBDIR += py-xlsxwriter SUBDIR += py-xlutils SUBDIR += py-xlwriter SUBDIR += py-xlwt 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-MarkupSafe SUBDIR += py3-asciinema SUBDIR += py3-chardet SUBDIR += py3-libxml2 SUBDIR += pychm 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-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-xml-configfile SUBDIR += ruby-xmlparser SUBDIR += ruby-xmlscan SUBDIR += rubygem-actionpack-xml_parser SUBDIR += rubygem-albino SUBDIR += rubygem-amatch SUBDIR += rubygem-asciidoctor SUBDIR += rubygem-autoprefixer-rails SUBDIR += rubygem-babosa SUBDIR += rubygem-charlock_holmes SUBDIR += rubygem-coderay SUBDIR += rubygem-colorator SUBDIR += rubygem-colored SUBDIR += rubygem-compass SUBDIR += rubygem-compass-core SUBDIR += rubygem-compass-import-once SUBDIR += rubygem-compass-rails SUBDIR += rubygem-creole SUBDIR += rubygem-css_parser SUBDIR += rubygem-cssmin SUBDIR += rubygem-diff-lcs SUBDIR += rubygem-diffy SUBDIR += rubygem-elasticsearch SUBDIR += rubygem-elasticsearch-api SUBDIR += rubygem-elasticsearch-transport SUBDIR += rubygem-emot SUBDIR += rubygem-escape_utils SUBDIR += rubygem-escape_utils-rails4 SUBDIR += rubygem-ezamar SUBDIR += rubygem-fast_xs SUBDIR += rubygem-fast_xs073 SUBDIR += rubygem-ferret SUBDIR += rubygem-fog-xml SUBDIR += rubygem-gemoji SUBDIR += rubygem-gherkin SUBDIR += rubygem-github-linguist SUBDIR += rubygem-github-markdown SUBDIR += rubygem-github-markup SUBDIR += rubygem-gitlab-grit SUBDIR += rubygem-gitlab-linguist SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-html-pipeline SUBDIR += rubygem-html-pipeline-gitlab SUBDIR += rubygem-html-pipeline1 SUBDIR += rubygem-htmlentities SUBDIR += rubygem-ini SUBDIR += rubygem-itextomml SUBDIR += rubygem-jekyll-assets SUBDIR += rubygem-jekyll-feed SUBDIR += rubygem-jekyll-gist SUBDIR += rubygem-jekyll-mentions SUBDIR += rubygem-jekyll-paginate SUBDIR += rubygem-jekyll-redirect-from SUBDIR += rubygem-jekyll-sass-converter SUBDIR += rubygem-jekyll-sitemap SUBDIR += rubygem-jemoji SUBDIR += rubygem-jsmin SUBDIR += rubygem-kramdown SUBDIR += rubygem-kwalify SUBDIR += rubygem-libxml-ruby SUBDIR += rubygem-linguistics SUBDIR += rubygem-liquid SUBDIR += rubygem-liquid2 SUBDIR += rubygem-loggability SUBDIR += rubygem-loofah SUBDIR += rubygem-ltsv SUBDIR += rubygem-markaby SUBDIR += rubygem-multi_xml SUBDIR += rubygem-nokogiri SUBDIR += rubygem-nokogiri-diff SUBDIR += rubygem-nokogiri14 SUBDIR += rubygem-nokogumbo SUBDIR += rubygem-octopress-escape-code SUBDIR += rubygem-opml SUBDIR += rubygem-org-ruby SUBDIR += rubygem-ox SUBDIR += rubygem-parslet SUBDIR += rubygem-phone SUBDIR += rubygem-pretty-xml SUBDIR += rubygem-rails-dom-testing SUBDIR += rubygem-rails-html-sanitizer SUBDIR += rubygem-rak SUBDIR += rubygem-rchardet SUBDIR += rubygem-rdiscount SUBDIR += rubygem-rdtool SUBDIR += rubygem-redcarpet SUBDIR += rubygem-reverse_markdown SUBDIR += rubygem-ri_cal SUBDIR += rubygem-rich SUBDIR += rubygem-rmmseg-cpp SUBDIR += rubygem-rouge SUBDIR += rubygem-rttool SUBDIR += rubygem-ruby-augeas SUBDIR += rubygem-ruby-xslt SUBDIR += rubygem-rubypants SUBDIR += rubygem-rugments SUBDIR += rubygem-sanitize SUBDIR += rubygem-sass SUBDIR += rubygem-sass-rails SUBDIR += rubygem-sass-rails4 SUBDIR += rubygem-sass-rails5 SUBDIR += rubygem-sass32 SUBDIR += rubygem-sax-machine SUBDIR += rubygem-scss_lint SUBDIR += rubygem-shell2html SUBDIR += rubygem-simplecov-html SUBDIR += rubygem-spreadsheet SUBDIR += rubygem-stamp SUBDIR += rubygem-string-scrub SUBDIR += rubygem-syntax SUBDIR += rubygem-termcolor SUBDIR += rubygem-terminal-table SUBDIR += rubygem-text SUBDIR += rubygem-tidy SUBDIR += rubygem-twitter-text SUBDIR += rubygem-unf SUBDIR += rubygem-unf_ext SUBDIR += rubygem-version_sorter SUBDIR += rubygem-wikicloth SUBDIR += rubygem-xml-simple 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 += sansi 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 += 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 += smi SUBDIR += smu SUBDIR += so-hunspell SUBDIR += soothsayer SUBDIR += soprano SUBDIR += source-highlight SUBDIR += sowing SUBDIR += spellutils SUBDIR += sphinxsearch SUBDIR += sphinxsearch-devel SUBDIR += spiff SUBDIR += sq-hunspell SUBDIR += sr-aspell SUBDIR += sr-hunspell SUBDIR += srilm SUBDIR += ss-hunspell 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 += tagsoup SUBDIR += tclExpat SUBDIR += te-aspell SUBDIR += te-hunspell SUBDIR += teckit SUBDIR += templates_parser SUBDIR += tet-aspell SUBDIR += tex2im SUBDIR += texi2db SUBDIR += texi2html SUBDIR += texi2mdoc 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 += trang SUBDIR += translate-toolkit SUBDIR += ts-hunspell SUBDIR += tth SUBDIR += turboxsl SUBDIR += txt2html SUBDIR += txt2man SUBDIR += txt2tags SUBDIR += uchardet 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-c SUBDIR += xalan-j 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 += xml2 SUBDIR += xml2rfc SUBDIR += xml_ez_out 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 += xstream SUBDIR += xsv SUBDIR += xwindiff SUBDIR += xxdiff SUBDIR += xxdiff-scripts 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 += zenxml SUBDIR += zorba SUBDIR += zsh-syntax-highlighting SUBDIR += zu-aspell SUBDIR += zu-hunspell .include Index: head/textproc/linux-c7-aspell/Makefile =================================================================== --- head/textproc/linux-c7-aspell/Makefile (nonexistent) +++ head/textproc/linux-c7-aspell/Makefile (revision 424259) @@ -0,0 +1,22 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= aspell +PORTVERSION= 0.60.6.1 +CATEGORIES= textproc linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Spelling checker with better logic than ispell (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= LGPL21+ + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 9.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/textproc/linux-c7-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-c7-aspell/distinfo.i386 =================================================================== --- head/textproc/linux-c7-aspell/distinfo.i386 (nonexistent) +++ head/textproc/linux-c7-aspell/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355734 +SHA256 (rpm/centos/7.2.1511/i386/aspell-0.60.6.1-9.el7.i686.rpm) = a14ec40910e3b300b32ca92c425ef82ba52ae6deec5462c9a453592e4aa55a77 +SIZE (rpm/centos/7.2.1511/i386/aspell-0.60.6.1-9.el7.i686.rpm) = 684648 +SHA256 (rpm/centos/7.2.1511/i386/aspell-0.60.6.1-9.el7.src.rpm) = 57962d3924beca2013037f7f455f994bb7f4542f32fd9a7f94ce42f5a415eeff +SIZE (rpm/centos/7.2.1511/i386/aspell-0.60.6.1-9.el7.src.rpm) = 1886324 Property changes on: head/textproc/linux-c7-aspell/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/textproc/linux-c7-aspell/distinfo.x86_64 =================================================================== --- head/textproc/linux-c7-aspell/distinfo.x86_64 (nonexistent) +++ head/textproc/linux-c7-aspell/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674625 +SHA256 (rpm/centos/7.2.1511/x86_64/aspell-0.60.6.1-9.el7.i686.rpm) = a14ec40910e3b300b32ca92c425ef82ba52ae6deec5462c9a453592e4aa55a77 +SIZE (rpm/centos/7.2.1511/x86_64/aspell-0.60.6.1-9.el7.i686.rpm) = 684648 +SHA256 (rpm/centos/7.2.1511/x86_64/aspell-0.60.6.1-9.el7.x86_64.rpm) = 881b41c9c1509b03b2dc1ad97c71ba0f830d75751297320728c5e05307f32fd3 +SIZE (rpm/centos/7.2.1511/x86_64/aspell-0.60.6.1-9.el7.x86_64.rpm) = 701952 +SHA256 (rpm/centos/7.2.1511/x86_64/aspell-0.60.6.1-9.el7.src.rpm) = 57962d3924beca2013037f7f455f994bb7f4542f32fd9a7f94ce42f5a415eeff +SIZE (rpm/centos/7.2.1511/x86_64/aspell-0.60.6.1-9.el7.src.rpm) = 1886324 Property changes on: head/textproc/linux-c7-aspell/distinfo.x86_64 ___________________________________________________________________ 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-c7-aspell/pkg-plist.i386 =================================================================== --- head/textproc/linux-c7-aspell/pkg-plist.i386 (nonexistent) +++ head/textproc/linux-c7-aspell/pkg-plist.i386 (revision 424259) @@ -0,0 +1,132 @@ +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.5 +usr/lib/libpspell.so.15 +usr/lib/libpspell.so.15.1.5 +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/aspell-import +%%PORTDOCS%%%%DOCSDIR%%/aspell-import.1 +usr/share/info/aspell.info.gz +usr/share/locale/ast/LC_MESSAGES/aspell.mo +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/fi/LC_MESSAGES/aspell.mo +usr/share/locale/fr/LC_MESSAGES/aspell.mo +usr/share/locale/ga/LC_MESSAGES/aspell.mo +usr/share/locale/id/LC_MESSAGES/aspell.mo +usr/share/locale/it/LC_MESSAGES/aspell.mo +usr/share/locale/ja/LC_MESSAGES/aspell.mo +usr/share/locale/mn/LC_MESSAGES/aspell.mo +usr/share/locale/ms/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/locale/zh_CN/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 Property changes on: head/textproc/linux-c7-aspell/pkg-plist.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/textproc/linux-c7-aspell/pkg-plist.x86_64 =================================================================== --- head/textproc/linux-c7-aspell/pkg-plist.x86_64 (nonexistent) +++ head/textproc/linux-c7-aspell/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,215 @@ +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.5 +usr/lib/libpspell.so.15 +usr/lib/libpspell.so.15.1.5 +usr/lib64/aspell-0.60/ccpp.amf +usr/lib64/aspell-0.60/comment.amf +usr/lib64/aspell-0.60/context-filter.info +usr/lib64/aspell-0.60/context-filter.so +usr/lib64/aspell-0.60/cp1250.cmap +usr/lib64/aspell-0.60/cp1250.cset +usr/lib64/aspell-0.60/cp1251.cmap +usr/lib64/aspell-0.60/cp1251.cset +usr/lib64/aspell-0.60/cp1252.cmap +usr/lib64/aspell-0.60/cp1252.cset +usr/lib64/aspell-0.60/cp1253.cmap +usr/lib64/aspell-0.60/cp1253.cset +usr/lib64/aspell-0.60/cp1254.cmap +usr/lib64/aspell-0.60/cp1254.cset +usr/lib64/aspell-0.60/cp1255.cmap +usr/lib64/aspell-0.60/cp1255.cset +usr/lib64/aspell-0.60/cp1256.cmap +usr/lib64/aspell-0.60/cp1256.cset +usr/lib64/aspell-0.60/cp1257.cmap +usr/lib64/aspell-0.60/cp1257.cset +usr/lib64/aspell-0.60/cp1258.cmap +usr/lib64/aspell-0.60/cp1258.cset +usr/lib64/aspell-0.60/dvorak.kbd +usr/lib64/aspell-0.60/email-filter.info +usr/lib64/aspell-0.60/email-filter.so +usr/lib64/aspell-0.60/email.amf +usr/lib64/aspell-0.60/html-filter.info +usr/lib64/aspell-0.60/html.amf +usr/lib64/aspell-0.60/iso-8859-1.cmap +usr/lib64/aspell-0.60/iso-8859-1.cset +usr/lib64/aspell-0.60/iso-8859-10.cmap +usr/lib64/aspell-0.60/iso-8859-10.cset +usr/lib64/aspell-0.60/iso-8859-11.cmap +usr/lib64/aspell-0.60/iso-8859-11.cset +usr/lib64/aspell-0.60/iso-8859-13.cmap +usr/lib64/aspell-0.60/iso-8859-13.cset +usr/lib64/aspell-0.60/iso-8859-14.cmap +usr/lib64/aspell-0.60/iso-8859-14.cset +usr/lib64/aspell-0.60/iso-8859-15.cmap +usr/lib64/aspell-0.60/iso-8859-15.cset +usr/lib64/aspell-0.60/iso-8859-16.cmap +usr/lib64/aspell-0.60/iso-8859-16.cset +usr/lib64/aspell-0.60/iso-8859-2.cmap +usr/lib64/aspell-0.60/iso-8859-2.cset +usr/lib64/aspell-0.60/iso-8859-3.cmap +usr/lib64/aspell-0.60/iso-8859-3.cset +usr/lib64/aspell-0.60/iso-8859-4.cmap +usr/lib64/aspell-0.60/iso-8859-4.cset +usr/lib64/aspell-0.60/iso-8859-5.cmap +usr/lib64/aspell-0.60/iso-8859-5.cset +usr/lib64/aspell-0.60/iso-8859-6.cmap +usr/lib64/aspell-0.60/iso-8859-6.cset +usr/lib64/aspell-0.60/iso-8859-7.cmap +usr/lib64/aspell-0.60/iso-8859-7.cset +usr/lib64/aspell-0.60/iso-8859-8.cmap +usr/lib64/aspell-0.60/iso-8859-8.cset +usr/lib64/aspell-0.60/iso-8859-9.cmap +usr/lib64/aspell-0.60/iso-8859-9.cset +usr/lib64/aspell-0.60/koi8-r.cmap +usr/lib64/aspell-0.60/koi8-r.cset +usr/lib64/aspell-0.60/koi8-u.cmap +usr/lib64/aspell-0.60/koi8-u.cset +usr/lib64/aspell-0.60/none.amf +usr/lib64/aspell-0.60/nroff-filter.info +usr/lib64/aspell-0.60/nroff-filter.so +usr/lib64/aspell-0.60/nroff.amf +usr/lib64/aspell-0.60/perl.amf +usr/lib64/aspell-0.60/sgml-filter.info +usr/lib64/aspell-0.60/sgml-filter.so +usr/lib64/aspell-0.60/sgml.amf +usr/lib64/aspell-0.60/split.kbd +usr/lib64/aspell-0.60/standard.kbd +usr/lib64/aspell-0.60/tex-filter.info +usr/lib64/aspell-0.60/tex-filter.so +usr/lib64/aspell-0.60/tex.amf +usr/lib64/aspell-0.60/texinfo-filter.info +usr/lib64/aspell-0.60/texinfo-filter.so +usr/lib64/aspell-0.60/texinfo.amf +usr/lib64/aspell-0.60/url.amf +usr/lib64/libaspell.so.15 +usr/lib64/libaspell.so.15.1.5 +usr/lib64/libpspell.so.15 +usr/lib64/libpspell.so.15.1.5 +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/aspell-import +%%PORTDOCS%%%%DOCSDIR%%/aspell-import.1 +usr/share/info/aspell.info.gz +usr/share/locale/ast/LC_MESSAGES/aspell.mo +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/fi/LC_MESSAGES/aspell.mo +usr/share/locale/fr/LC_MESSAGES/aspell.mo +usr/share/locale/ga/LC_MESSAGES/aspell.mo +usr/share/locale/id/LC_MESSAGES/aspell.mo +usr/share/locale/it/LC_MESSAGES/aspell.mo +usr/share/locale/ja/LC_MESSAGES/aspell.mo +usr/share/locale/mn/LC_MESSAGES/aspell.mo +usr/share/locale/ms/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/locale/zh_CN/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 Property changes on: head/textproc/linux-c7-aspell/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-expat/Makefile =================================================================== --- head/textproc/linux-c7-expat/Makefile (nonexistent) +++ head/textproc/linux-c7-expat/Makefile (revision 424259) @@ -0,0 +1,23 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= expat +PORTVERSION= 2.1.0 +CATEGORIES= textproc linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Binary port of Expat XML-parsing library (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= MIT + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 8.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +PORTDOCS= COPYING README +DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr + +.include Property changes on: head/textproc/linux-c7-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-c7-expat/distinfo.i386 =================================================================== --- head/textproc/linux-c7-expat/distinfo.i386 (nonexistent) +++ head/textproc/linux-c7-expat/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355724 +SHA256 (rpm/centos/7.2.1511/i386/expat-2.1.0-8.el7.i686.rpm) = a380704288bf62e35e9c7c63e39de1ebc9691d028f64ca779c14467b1d857e58 +SIZE (rpm/centos/7.2.1511/i386/expat-2.1.0-8.el7.i686.rpm) = 82040 +SHA256 (rpm/centos/7.2.1511/i386/expat-2.1.0-8.el7.src.rpm) = 23b4427c591063da8bac67e3f2c392930aed4ea06536f2e6bcf69d021bbd0387 +SIZE (rpm/centos/7.2.1511/i386/expat-2.1.0-8.el7.src.rpm) = 574043 Property changes on: head/textproc/linux-c7-expat/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/textproc/linux-c7-expat/distinfo.x86_64 =================================================================== --- head/textproc/linux-c7-expat/distinfo.x86_64 (nonexistent) +++ head/textproc/linux-c7-expat/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674622 +SHA256 (rpm/centos/7.2.1511/x86_64/expat-2.1.0-8.el7.i686.rpm) = a380704288bf62e35e9c7c63e39de1ebc9691d028f64ca779c14467b1d857e58 +SIZE (rpm/centos/7.2.1511/x86_64/expat-2.1.0-8.el7.i686.rpm) = 82040 +SHA256 (rpm/centos/7.2.1511/x86_64/expat-2.1.0-8.el7.x86_64.rpm) = 8dcbbbd12c4bab9423f03f609ab714127186af765ff8b969ce5d037e4551e143 +SIZE (rpm/centos/7.2.1511/x86_64/expat-2.1.0-8.el7.x86_64.rpm) = 82304 +SHA256 (rpm/centos/7.2.1511/x86_64/expat-2.1.0-8.el7.src.rpm) = 23b4427c591063da8bac67e3f2c392930aed4ea06536f2e6bcf69d021bbd0387 +SIZE (rpm/centos/7.2.1511/x86_64/expat-2.1.0-8.el7.src.rpm) = 574043 Property changes on: head/textproc/linux-c7-expat/distinfo.x86_64 ___________________________________________________________________ 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-c7-expat/pkg-plist.i386 =================================================================== --- head/textproc/linux-c7-expat/pkg-plist.i386 (nonexistent) +++ head/textproc/linux-c7-expat/pkg-plist.i386 (revision 424259) @@ -0,0 +1,4 @@ +usr/bin/xmlwf +usr/lib/libexpat.so.1 +usr/lib/libexpat.so.1.6.0 +usr/share/man/man1/xmlwf.1.gz Property changes on: head/textproc/linux-c7-expat/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/linux-c7-expat/pkg-plist.x86_64 =================================================================== --- head/textproc/linux-c7-expat/pkg-plist.x86_64 (nonexistent) +++ head/textproc/linux-c7-expat/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,6 @@ +usr/bin/xmlwf +usr/lib/libexpat.so.1 +usr/lib/libexpat.so.1.6.0 +usr/lib64/libexpat.so.1 +usr/lib64/libexpat.so.1.6.0 +usr/share/man/man1/xmlwf.1.gz Property changes on: head/textproc/linux-c7-expat/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-libxml2/Makefile =================================================================== --- head/textproc/linux-c7-libxml2/Makefile (nonexistent) +++ head/textproc/linux-c7-libxml2/Makefile (revision 424259) @@ -0,0 +1,23 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= libxml2 +PORTVERSION= 2.9.1 +CATEGORIES= textproc linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Library providing XML and HTML support (Linux CentOS ${LINUX_DIST_VER}) + +LICENSE= MIT + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 5.el7_1.2 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +PORTDOCS= AUTHORS Copyright NEWS README TODO +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/textproc/linux-c7-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-c7-libxml2/distinfo.i386 =================================================================== --- head/textproc/linux-c7-libxml2/distinfo.i386 (nonexistent) +++ head/textproc/linux-c7-libxml2/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355761 +SHA256 (rpm/centos/7.2.1511/i386/libxml2-2.9.1-5.el7_1.2.i686.rpm) = f5841ae5e2d69915dc0d36e4995ad90d774e3d039e9fa62d62a6b6a81d34985b +SIZE (rpm/centos/7.2.1511/i386/libxml2-2.9.1-5.el7_1.2.i686.rpm) = 665636 +SHA256 (rpm/centos/7.2.1511/i386/libxml2-2.9.1-5.el7_1.2.src.rpm) = eb51332b570294aed98d55a4094a3518fb8d11328d586ec1271e20b04357383f +SIZE (rpm/centos/7.2.1511/i386/libxml2-2.9.1-5.el7_1.2.src.rpm) = 5172567 Property changes on: head/textproc/linux-c7-libxml2/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/textproc/linux-c7-libxml2/distinfo.x86_64 =================================================================== --- head/textproc/linux-c7-libxml2/distinfo.x86_64 (nonexistent) +++ head/textproc/linux-c7-libxml2/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674629 +SHA256 (rpm/centos/7.2.1511/x86_64/libxml2-2.9.1-5.el7_1.2.i686.rpm) = f5841ae5e2d69915dc0d36e4995ad90d774e3d039e9fa62d62a6b6a81d34985b +SIZE (rpm/centos/7.2.1511/x86_64/libxml2-2.9.1-5.el7_1.2.i686.rpm) = 665636 +SHA256 (rpm/centos/7.2.1511/x86_64/libxml2-2.9.1-5.el7_1.2.x86_64.rpm) = 24267687b1f8cc1158db479a6e858c35b353de1c08c3a5bac143700e198b832c +SIZE (rpm/centos/7.2.1511/x86_64/libxml2-2.9.1-5.el7_1.2.x86_64.rpm) = 680004 +SHA256 (rpm/centos/7.2.1511/x86_64/libxml2-2.9.1-5.el7_1.2.src.rpm) = eb51332b570294aed98d55a4094a3518fb8d11328d586ec1271e20b04357383f +SIZE (rpm/centos/7.2.1511/x86_64/libxml2-2.9.1-5.el7_1.2.src.rpm) = 5172567 Property changes on: head/textproc/linux-c7-libxml2/distinfo.x86_64 ___________________________________________________________________ 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-c7-libxml2/pkg-plist.i386 =================================================================== --- head/textproc/linux-c7-libxml2/pkg-plist.i386 (nonexistent) +++ head/textproc/linux-c7-libxml2/pkg-plist.i386 (revision 424259) @@ -0,0 +1,7 @@ +usr/bin/xmlcatalog +usr/bin/xmllint +usr/lib/libxml2.so.2 +usr/lib/libxml2.so.2.9.1 +usr/share/man/man1/xmlcatalog.1.gz +usr/share/man/man1/xmllint.1.gz +usr/share/man/man3/libxml.3.gz Property changes on: head/textproc/linux-c7-libxml2/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,3 ## +yes +\ No newline at end of property +\ No newline at end of property \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/linux-c7-libxml2/pkg-plist.x86_64 =================================================================== --- head/textproc/linux-c7-libxml2/pkg-plist.x86_64 (nonexistent) +++ head/textproc/linux-c7-libxml2/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,9 @@ +usr/bin/xmlcatalog +usr/bin/xmllint +usr/lib/libxml2.so.2 +usr/lib/libxml2.so.2.9.1 +usr/lib64/libxml2.so.2 +usr/lib64/libxml2.so.2.9.1 +usr/share/man/man1/xmlcatalog.1.gz +usr/share/man/man1/xmllint.1.gz +usr/share/man/man3/libxml.3.gz Property changes on: head/textproc/linux-c7-libxml2/pkg-plist.x86_64 ___________________________________________________________________ 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/Makefile =================================================================== --- head/www/Makefile (revision 424258) +++ head/www/Makefile (revision 424259) @@ -1,2438 +1,2440 @@ # $FreeBSD$ # COMMENT = Ports related to the World Wide Web SUBDIR += R-cran-RgoogleMaps SUBDIR += R-cran-htmlwidgets SUBDIR += R-cran-httpuv SUBDIR += R-cran-httr SUBDIR += R-cran-rvest SUBDIR += R-cran-scrapeR SUBDIR += R-cran-selectr SUBDIR += R-cran-shiny SUBDIR += WebMagick SUBDIR += ach SUBDIR += adzap SUBDIR += alef-webfont 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 += asql SUBDIR += asterisk-stat SUBDIR += atutor SUBDIR += august SUBDIR += awffull SUBDIR += aws SUBDIR += aws-demos SUBDIR += awstats SUBDIR += axis SUBDIR += axis2 SUBDIR += b2evolution SUBDIR += bacula-web SUBDIR += baikal SUBDIR += bareos-webui SUBDIR += bblog SUBDIR += bigbluebutton SUBDIR += bins SUBDIR += bkmrkconv SUBDIR += blastbeat SUBDIR += blogsum SUBDIR += bluefish SUBDIR += boa SUBDIR += bolt SUBDIR += bookmarkbridge SUBDIR += bozohttpd SUBDIR += c-icap SUBDIR += c-icap-modules SUBDIR += cadaver SUBDIR += calamaris SUBDIR += calamaris-devel SUBDIR += caldavzap 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 += choqok SUBDIR += chpasswd SUBDIR += chromium 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 += cplanet SUBDIR += cppcms 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 += dillo2 SUBDIR += dojo SUBDIR += dojo-shrinksafe SUBDIR += dokuwiki SUBDIR += domoticz SUBDIR += dotproject SUBDIR += drood SUBDIR += drraw SUBDIR += drupal7 SUBDIR += drupal7-wysiwyg SUBDIR += drush SUBDIR += dtse SUBDIR += dummyflash SUBDIR += e107 SUBDIR += e2guardian SUBDIR += edbrowse SUBDIR += efront SUBDIR += elgg SUBDIR += elinks SUBDIR += elixir-html_entities SUBDIR += elixir-httpoison SUBDIR += elixir-httpotion SUBDIR += elixir-joken SUBDIR += elixir-maru SUBDIR += elixir-phoenix SUBDIR += elixir-phoenix_ecto SUBDIR += elixir-phoenix_html SUBDIR += elixir-phoenix_pubsub SUBDIR += elixir-webassembly SUBDIR += emacs-w3m SUBDIR += encode-explorer SUBDIR += entrans SUBDIR += ephemera SUBDIR += epiphany SUBDIR += erlang-cowboy SUBDIR += erlang-cowlib SUBDIR += erlang-hackney SUBDIR += erlang-ibrowse SUBDIR += erlang-mochiweb SUBDIR += erlang-mochiweb-basho SUBDIR += erlang-webmachine SUBDIR += erwn SUBDIR += eventum SUBDIR += extjs SUBDIR += fabio 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 += 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 += 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 += gitlab SUBDIR += gitlab-workhorse SUBDIR += glassfish SUBDIR += glpi SUBDIR += gnome-user-share SUBDIR += gnome-web-photo SUBDIR += gohugo SUBDIR += google-appengine SUBDIR += google-sitemapgen SUBDIR += googlebook_dl SUBDIR += googler SUBDIR += goose SUBDIR += gotty SUBDIR += gpx2map SUBDIR += grafana SUBDIR += grafana2 SUBDIR += grafana3 SUBDIR += grails SUBDIR += graylog-web-interface SUBDIR += gregarius SUBDIR += groupoffice SUBDIR += grr SUBDIR += gstreamer-plugins-neon SUBDIR += gstreamer1-plugins-neon SUBDIR += gtkhtml3 SUBDIR += gtkhtml4 SUBDIR += guacamole-client SUBDIR += guile-www SUBDIR += gurlchecker SUBDIR += h2o 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-http2 SUBDIR += hs-multipart SUBDIR += hs-oeis SUBDIR += hs-path-pieces SUBDIR += hs-recaptcha 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-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 += hydra SUBDIR += hypermail SUBDIR += igal2 SUBDIR += ikiwiki SUBDIR += ilias SUBDIR += imgsizer SUBDIR += impresscms SUBDIR += interchange SUBDIR += itop SUBDIR += iwebcal SUBDIR += jdresolve SUBDIR += jericho-html SUBDIR += jesred SUBDIR += jetty8 SUBDIR += jetty9 SUBDIR += jinzora SUBDIR += jmeter SUBDIR += joomla3 SUBDIR += jspacker SUBDIR += jspwiki SUBDIR += jtoolkit SUBDIR += junkbuster SUBDIR += kanboard SUBDIR += kannel SUBDIR += kannel-sqlbox SUBDIR += kcgi SUBDIR += kdewebdev4 SUBDIR += kohana SUBDIR += kpartsplugin SUBDIR += kplaylist SUBDIR += kwebkitpart SUBDIR += larbin SUBDIR += lessc SUBDIR += libapreq2 SUBDIR += libdom SUBDIR += libecap SUBDIR += libepc SUBDIR += libevhtp SUBDIR += libgtkhtml SUBDIR += libhpack SUBDIR += libhtp-suricata SUBDIR += libhubbub SUBDIR += libjwt SUBDIR += libmicrohttpd SUBDIR += libsocialweb SUBDIR += libwww SUBDIR += libxul 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-flashplugin11 SUBDIR += linux-c6-qt47-webkit + SUBDIR += linux-c7-flashplugin11 + SUBDIR += linux-c7-qtwebkit SUBDIR += linux-f10-flashplugin11 SUBDIR += linux-firefox SUBDIR += linux-opera SUBDIR += linux-seamonkey SUBDIR += lionwiki SUBDIR += litmus SUBDIR += ljdeps SUBDIR += ljdump SUBDIR += llgal SUBDIR += logtools SUBDIR += luakit SUBDIR += lynx SUBDIR += lynx-current SUBDIR += madsonic SUBDIR += madsonic-standalone SUBDIR += magento SUBDIR += mahara SUBDIR += man2web SUBDIR += mathjax SUBDIR += mathopd SUBDIR += mediawiki123 SUBDIR += mediawiki126 SUBDIR += mediawiki127 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 += 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_gssapi 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_unixgroup22 SUBDIR += mod_authz_unixgroup24 SUBDIR += mod_backtrace SUBDIR += mod_bw SUBDIR += mod_cband SUBDIR += mod_cfg_ldap SUBDIR += mod_chroot SUBDIR += mod_clamav SUBDIR += mod_cloudflare 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_http2-devel 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_php55 SUBDIR += mod_php56 SUBDIR += mod_php70 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_webauth SUBDIR += mod_webkit SUBDIR += mod_whatkilledus SUBDIR += mod_wsgi4 SUBDIR += mod_xml2enc SUBDIR += mod_xmlns SUBDIR += mod_xsendfile SUBDIR += mohawk SUBDIR += moinmoin SUBDIR += monast SUBDIR += mongoose SUBDIR += mongrel2 SUBDIR += moodle29 SUBDIR += moodle30 SUBDIR += moodle31 SUBDIR += mozplugger SUBDIR += multisort SUBDIR += multiwatch SUBDIR += mybb SUBDIR += myfaces SUBDIR += mysar SUBDIR += mysqlphp2postgres SUBDIR += mythplugin-mythweb SUBDIR += nanoblogger SUBDIR += nanoblogger-extra SUBDIR += neon SUBDIR += netoffice SUBDIR += netrik SUBDIR += netstiff SUBDIR += netsurf SUBDIR += newsbeuter SUBDIR += nextcloud SUBDIR += nghttp2 SUBDIR += nginx SUBDIR += nginx-devel SUBDIR += nibbleblog SUBDIR += node SUBDIR += node012 SUBDIR += node4 SUBDIR += nostromo SUBDIR += npapi-vlc SUBDIR += npapi-xine SUBDIR += npc SUBDIR += npm SUBDIR += npm012 SUBDIR += npm2 SUBDIR += nspluginwrapper SUBDIR += obhttpd SUBDIR += ocaml-net SUBDIR += offline-npm SUBDIR += opencart SUBDIR += openxmldir SUBDIR += opera SUBDIR += opera-linuxplugins SUBDIR += orangehrm SUBDIR += oscommerce SUBDIR += otrs SUBDIR += otter-browser 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-CSRFDefender 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 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-Fast 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-Controller-SOAP 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-Alloy 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-AppBuilder 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-CatalystX-VirtualComponents 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-FlashMessage SUBDIR += p5-Dancer-Plugin-Lexicon SUBDIR += p5-Dancer-Plugin-Memcached SUBDIR += p5-Dancer-Plugin-REST SUBDIR += p5-Dancer-Plugin-RPC 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-Dancer2-Plugin-Ajax SUBDIR += p5-Dancer2-Plugin-Deferred SUBDIR += p5-Dancer2-Plugin-Interchange6 SUBDIR += p5-Dancer2-Plugin-Path-Class 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-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-Restrict 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-ProxyPAC 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-Thin 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-Hijk SUBDIR += p5-I18N-AcceptLanguage SUBDIR += p5-IMDB-Film SUBDIR += p5-Image-Delivery SUBDIR += p5-Interchange6 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-Protocol-socks 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-McBain SUBDIR += p5-McBain-WithPSGI 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-MojoX-Log-Dispatch-Simple SUBDIR += p5-MojoX-Renderer-Xslate SUBDIR += p5-Mojolicious SUBDIR += p5-Mojolicious-Plugin-Authentication SUBDIR += p5-Mojolicious-Plugin-Database SUBDIR += p5-Mojolicious-Plugin-Mongodb SUBDIR += p5-Mojolicious-Plugin-SetUserGroup SUBDIR += p5-Mojolicious-Plugin-TtRenderer 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-Async-HTTP 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-CrossOrigin SUBDIR += p5-Plack-Middleware-Debug SUBDIR += p5-Plack-Middleware-Deflater SUBDIR += p5-Plack-Middleware-Expires SUBDIR += p5-Plack-Middleware-ExtDirect 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-NoMultipleSlashes SUBDIR += p5-Plack-Middleware-Precompressed SUBDIR += p5-Plack-Middleware-RemoveRedundantBody SUBDIR += p5-Plack-Middleware-Reproxy SUBDIR += p5-Plack-Middleware-ReverseProxy SUBDIR += p5-Plack-Middleware-Rewrite 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-HTTP2 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-CommandByMail SUBDIR += p5-RT-Extension-Gravatar SUBDIR += p5-RT-Extension-LDAPImport SUBDIR += p5-RT-Extension-MandatoryOnTransition SUBDIR += p5-RT-Extension-QuickAssign SUBDIR += p5-RT-Extension-SLA SUBDIR += p5-RTx-Calendar SUBDIR += p5-Reaction SUBDIR += p5-Reddit SUBDIR += p5-Reddit-Client SUBDIR += p5-Role-REST-Client 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-Selenium-Remote-Driver 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-LWP-UserAgent SUBDIR += p5-Test-Nginx SUBDIR += p5-TestGen4Web-Runner SUBDIR += p5-Text-MultiMarkdown-ApacheHandler SUBDIR += p5-Tie-TinyURL SUBDIR += p5-Toader SUBDIR += p5-Toadfarm 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-URL-Encode SUBDIR += p5-URL-Encode-XS 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-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-DecodedContent SUBDIR += p5-WWW-Mechanize-FormFiller SUBDIR += p5-WWW-Mechanize-GZip SUBDIR += p5-WWW-Mechanize-Meta SUBDIR += p5-WWW-Mechanize-PhantomJS 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-Salesforce SUBDIR += p5-WWW-Scraper-ISBN SUBDIR += p5-WWW-Scraper-ISBN-Amazon_Driver SUBDIR += p5-WWW-Scraper-ISBN-ORA_Driver 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-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-WebDriver-Tiny 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-Redmine 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-amfext SUBDIR += pecl-http SUBDIR += pecl-http1 SUBDIR += pecl-http2 SUBDIR += pecl-solr SUBDIR += pecl-sphinx SUBDIR += pecl-swish SUBDIR += pecl-twig SUBDIR += pecl-yaf SUBDIR += pecl-yar SUBDIR += perlbal SUBDIR += pglogd SUBDIR += phalcon SUBDIR += photo_gallery SUBDIR += php-plurk-api SUBDIR += php-screw SUBDIR += php-templates SUBDIR += php55-opcache SUBDIR += php55-session SUBDIR += php55-tidy SUBDIR += php56-opcache SUBDIR += php56-session SUBDIR += php56-tidy SUBDIR += php70-opcache SUBDIR += php70-session SUBDIR += php70-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 += plexwatchweb 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-MechanicalSoup 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-autobahn SUBDIR += py-beaker SUBDIR += py-beautifulsoup SUBDIR += py-beautifulsoup32 SUBDIR += py-bjoern SUBDIR += py-bleach SUBDIR += py-blogofile SUBDIR += py-boto3 SUBDIR += py-bottle SUBDIR += py-bottle-cork SUBDIR += py-cachecontrol SUBDIR += py-cactus SUBDIR += py-caldav SUBDIR += py-cherrypy SUBDIR += py-cherrypy-old SUBDIR += py-clientform SUBDIR += py-collective.easytemplate SUBDIR += py-collective.templateengines SUBDIR += py-cookies SUBDIR += py-cssmin SUBDIR += py-cssselect SUBDIR += py-cssutils SUBDIR += py-django SUBDIR += py-django-allauth SUBDIR += py-django-annotations 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-bitfield SUBDIR += py-django-bootstrap-form SUBDIR += py-django-caching-app-plugins SUBDIR += py-django-classy-tags SUBDIR += py-django-cms SUBDIR += py-django-configurations SUBDIR += py-django-constance SUBDIR += py-django-contact-form SUBDIR += py-django-contrib-comments SUBDIR += py-django-cors-headers SUBDIR += py-django-countries 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-formtools SUBDIR += py-django-guardian SUBDIR += py-django-happenings SUBDIR += py-django-haystack SUBDIR += py-django-htmlmin SUBDIR += py-django-json-rpc SUBDIR += py-django-jsonfield SUBDIR += py-django-keyedcache SUBDIR += py-django-ldapdb SUBDIR += py-django-livesettings SUBDIR += py-django-markdownx SUBDIR += py-django-markwhat 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-otp SUBDIR += py-django-otp-yubikey SUBDIR += py-django-overextends SUBDIR += py-django-paging SUBDIR += py-django-photologue SUBDIR += py-django-picklefield SUBDIR += py-django-pipeline SUBDIR += py-django-pipeline13 SUBDIR += py-django-piston SUBDIR += py-django-post_office SUBDIR += py-django-profiles SUBDIR += py-django-recaptcha SUBDIR += py-django-redis SUBDIR += py-django-registration SUBDIR += py-django-registration-defaults SUBDIR += py-django-registration-redux SUBDIR += py-django-reversion SUBDIR += py-django-sekizai SUBDIR += py-django-signals-ahoy SUBDIR += py-django-simple-captcha SUBDIR += py-django-simple-history SUBDIR += py-django-social-auth SUBDIR += py-django-sortedm2m SUBDIR += py-django-statici18n SUBDIR += py-django-storages SUBDIR += py-django-subdomains SUBDIR += py-django-sudo SUBDIR += py-django-tables2 SUBDIR += py-django-tagging SUBDIR += py-django-taggit SUBDIR += py-django-tastypie SUBDIR += py-django-templatetag-sugar SUBDIR += py-django-threaded-multihost SUBDIR += py-django-tinymce SUBDIR += py-django-voting SUBDIR += py-django110 SUBDIR += py-django16 SUBDIR += py-django16-tastypie SUBDIR += py-django18 SUBDIR += py-django19 SUBDIR += py-django_compressor SUBDIR += py-django_polymorphic SUBDIR += py-djangorestframework SUBDIR += py-djangorestframework-csv SUBDIR += py-djangorestframework-filters SUBDIR += py-djangorestframework-xml 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-feedgenerator SUBDIR += py-flask SUBDIR += py-flask-admin SUBDIR += py-flask-assets SUBDIR += py-flask-bootstrap SUBDIR += py-flask-cache SUBDIR += py-flask-compress SUBDIR += py-flask-cors SUBDIR += py-flask-flatpages SUBDIR += py-flask-login SUBDIR += py-flask-oauthlib SUBDIR += py-flask-principal SUBDIR += py-flask-restful SUBDIR += py-flask-restplus SUBDIR += py-flask-restplus08 SUBDIR += py-flask-sockets SUBDIR += py-flask-uploads SUBDIR += py-flask-wtf SUBDIR += py-flexget SUBDIR += py-flup SUBDIR += py-formalchemy SUBDIR += py-formencode SUBDIR += py-frappe-bench SUBDIR += py-frozen-flask SUBDIR += py-funkload SUBDIR += py-gandi.cli SUBDIR += py-gevent-websocket SUBDIR += py-goobook SUBDIR += py-google SUBDIR += py-google-api-python-client SUBDIR += py-graphite-api SUBDIR += py-graphite-web SUBDIR += py-grequests SUBDIR += py-gunicorn SUBDIR += py-html SUBDIR += py-html5lib SUBDIR += py-http-parser SUBDIR += py-httplib2 SUBDIR += py-hyper SUBDIR += py-imdbpy SUBDIR += py-jonpy SUBDIR += py-jswebkit SUBDIR += py-kallithea SUBDIR += py-mechanize SUBDIR += py-meld SUBDIR += py-meld3 SUBDIR += py-mt SUBDIR += py-nevow SUBDIR += py-pafy SUBDIR += py-paste SUBDIR += py-pastedeploy SUBDIR += py-pastescript SUBDIR += py-pelican 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-puppetboard SUBDIR += py-puppetboard02 SUBDIR += py-py-restclient SUBDIR += py-pySmartDL SUBDIR += py-pyjwt SUBDIR += py-pylons SUBDIR += py-pyocclient SUBDIR += py-pyquery SUBDIR += py-pyramid SUBDIR += py-pyramid_rpc SUBDIR += py-pysearch SUBDIR += py-python-digitalocean SUBDIR += py-pywebdav SUBDIR += py-pywikibot SUBDIR += py-qp SUBDIR += py-qpy SUBDIR += py-qt4-webkit SUBDIR += py-qt5-webkit SUBDIR += py-qt5-webkitwidgets SUBDIR += py-rackspace-monitoring SUBDIR += py-recaptcha SUBDIR += py-requestbuilder SUBDIR += py-requests SUBDIR += py-requests-futures SUBDIR += py-requests-oauthlib SUBDIR += py-requests-toolbelt SUBDIR += py-requests1 SUBDIR += py-restclient SUBDIR += py-rfc3986 SUBDIR += py-rfc3987 SUBDIR += py-rhodecode SUBDIR += py-rollbar SUBDIR += py-routes SUBDIR += py-scgi SUBDIR += py-scrapy SUBDIR += py-scriptaculous SUBDIR += py-seafdav SUBDIR += py-seafobj SUBDIR += py-searx SUBDIR += py-selector SUBDIR += py-selenium SUBDIR += py-slimit SUBDIR += py-slimmer SUBDIR += py-slumber SUBDIR += py-sockjs-tornado SUBDIR += py-splinter SUBDIR += py-spyne SUBDIR += py-surl SUBDIR += py-Tenjin SUBDIR += py-textile SUBDIR += py-tgwebservices SUBDIR += py-tmdb3 SUBDIR += py-tornado SUBDIR += py-trello SUBDIR += py-turbogears SUBDIR += py-turbogears2 SUBDIR += py-tvdb_api SUBDIR += py-twistedWeb SUBDIR += py-twistedWeb2 SUBDIR += py-txrequests SUBDIR += py-uliweb SUBDIR += py-urlgrabber SUBDIR += py-urlobject SUBDIR += py-user_agent SUBDIR += py-utidy SUBDIR += py-w3lib SUBDIR += py-waitress SUBDIR += py-webassets SUBDIR += py-webhelpers SUBDIR += py-webkitgtk SUBDIR += py-webob SUBDIR += py-websocket-client SUBDIR += py-webunit SUBDIR += py-werkzeug SUBDIR += py-wikipedia SUBDIR += py-wikitools SUBDIR += py-ws4py SUBDIR += py-wsaccel SUBDIR += py-wsgiauth SUBDIR += py-wsgidav SUBDIR += py-zope.app.wsgi SUBDIR += py33-requests SUBDIR += py34-requests SUBDIR += py35-requests SUBDIR += pyblosxom SUBDIR += pycarddav SUBDIR += pydio SUBDIR += pyjamas SUBDIR += pylot SUBDIR += pyweblib SUBDIR += qdecoder SUBDIR += qooxdoo SUBDIR += qt5-webchannel SUBDIR += qt5-websockets SUBDIR += quickie SUBDIR += qupzilla-qt4 SUBDIR += qupzilla-qt5 SUBDIR += radicale SUBDIR += red5 SUBDIR += redaxo SUBDIR += redmine SUBDIR += redmine-a_common_libs SUBDIR += redmine-backlogs SUBDIR += redmine-basecamp SUBDIR += redmine-default_assign SUBDIR += redmine-graphs SUBDIR += redmine-http-auth SUBDIR += redmine-issue_templates SUBDIR += redmine-knowledgebase SUBDIR += redmine-ldap_sync SUBDIR += redmine-qa_contact SUBDIR += redmine-redcarpet_formatter SUBDIR += redmine-sidebar_hide SUBDIR += redmine-single_auth SUBDIR += redmine-wiki_notes SUBDIR += rejik SUBDIR += rekonq SUBDIR += reportmagic SUBDIR += repos-style SUBDIR += resin3 SUBDIR += retawq SUBDIR += revive-adserver SUBDIR += rnews SUBDIR += roundup SUBDIR += rsskit SUBDIR += rssowl SUBDIR += rssroll SUBDIR += rsstail SUBDIR += rsstool SUBDIR += rt40 SUBDIR += rt42 SUBDIR += rt44 SUBDIR += rtv SUBDIR += ruby-aws SUBDIR += ruby-google SUBDIR += rubygem-ace-rails-ap SUBDIR += rubygem-actionpack SUBDIR += rubygem-actionpack4 SUBDIR += rubygem-activeresource SUBDIR += rubygem-activeresource4 SUBDIR += rubygem-acts-as-taggable-on SUBDIR += rubygem-acts-as-taggable-on3 SUBDIR += rubygem-acts_as_taggable SUBDIR += rubygem-addressable SUBDIR += rubygem-akami SUBDIR += rubygem-amazon-ecs SUBDIR += rubygem-anemone SUBDIR += rubygem-asana SUBDIR += rubygem-async_sinatra SUBDIR += rubygem-bluecloth SUBDIR += rubygem-bootstrap-sass SUBDIR += rubygem-browser SUBDIR += rubygem-cal-heatmap-rails SUBDIR += rubygem-cal-heatmap-rails-rails4 SUBDIR += rubygem-carrierwave SUBDIR += rubygem-cgi_multipart_eof_fix SUBDIR += rubygem-chosen-rails SUBDIR += rubygem-cookiejar SUBDIR += rubygem-crass SUBDIR += rubygem-cuba SUBDIR += rubygem-d3_rails SUBDIR += rubygem-d3_rails-rails4 SUBDIR += rubygem-dashing SUBDIR += rubygem-davclient SUBDIR += rubygem-domainatrix SUBDIR += rubygem-dropzonejs-rails 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-faye SUBDIR += rubygem-faye-websocket SUBDIR += rubygem-fcgi SUBDIR += rubygem-feed-normalizer SUBDIR += rubygem-feedjira SUBDIR += rubygem-flowdock SUBDIR += rubygem-geminabox SUBDIR += rubygem-gitlab-flowdock-git-hook SUBDIR += rubygem-gitlab-gollum-lib SUBDIR += rubygem-gitlab-grack SUBDIR += rubygem-gollum-grit_adapter SUBDIR += rubygem-gollum-lib SUBDIR += rubygem-gollum-rugged_adapter SUBDIR += rubygem-gon SUBDIR += rubygem-gon-rails4 SUBDIR += rubygem-hackpad-cli SUBDIR += rubygem-haml SUBDIR += rubygem-haml-coderay SUBDIR += rubygem-haml-contrib SUBDIR += rubygem-haml-rails SUBDIR += rubygem-haml-rails-rails4 SUBDIR += rubygem-hamlit SUBDIR += rubygem-hashicorp-checkpoint 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-form_data 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-jekyll2 SUBDIR += rubygem-journey SUBDIR += rubygem-jquery-atwho-rails SUBDIR += rubygem-jquery-atwho-rails-rails4 SUBDIR += rubygem-jquery-rails SUBDIR += rubygem-jquery-rails4 SUBDIR += rubygem-jquery-scrollto-rails SUBDIR += rubygem-jquery-turbolinks SUBDIR += rubygem-jquery-ui-rails SUBDIR += rubygem-jquery-ui-rails-rails4 SUBDIR += rubygem-jruby-rack SUBDIR += rubygem-jsobfu SUBDIR += rubygem-jwt SUBDIR += rubygem-kaminari SUBDIR += rubygem-kaminari-rails4 SUBDIR += rubygem-kensa SUBDIR += rubygem-layout_yullio_generator SUBDIR += rubygem-less SUBDIR += rubygem-lighthouse-api SUBDIR += rubygem-link_header 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-mousetrap-rails SUBDIR += rubygem-multipart-post SUBDIR += rubygem-nanoc SUBDIR += rubygem-nested_form SUBDIR += rubygem-net-http-digest_auth SUBDIR += rubygem-net-http-digest_auth11 SUBDIR += rubygem-net-http-persistent SUBDIR += rubygem-net-http-persistent25 SUBDIR += rubygem-net-http-pipeline SUBDIR += rubygem-nicovideo SUBDIR += rubygem-ntlm-http SUBDIR += rubygem-octopress SUBDIR += rubygem-pagerduty SUBDIR += rubygem-passenger SUBDIR += rubygem-puma SUBDIR += rubygem-pusher-client 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-rack16 SUBDIR += rubygem-rails SUBDIR += rubygem-rails4 SUBDIR += rubygem-rails_autolink SUBDIR += rubygem-railties SUBDIR += rubygem-railties4 SUBDIR += rubygem-raindrops SUBDIR += rubygem-ramaze SUBDIR += rubygem-raphael-rails SUBDIR += rubygem-rdf SUBDIR += rubygem-redcloth SUBDIR += rubygem-redis-rack SUBDIR += rubygem-redis-rails SUBDIR += rubygem-redmine_acts_as_taggable_on SUBDIR += rubygem-responders SUBDIR += rubygem-responders-rails3 SUBDIR += rubygem-rest-client SUBDIR += rubygem-rfacebook SUBDIR += rubygem-rfeedfinder SUBDIR += rubygem-rinku SUBDIR += rubygem-rkelly-remix SUBDIR += rubygem-robotex SUBDIR += rubygem-robots SUBDIR += rubygem-rqrcode SUBDIR += rubygem-rqrcode-rails3 SUBDIR += rubygem-rtlit SUBDIR += rubygem-ruby-readability SUBDIR += rubygem-savon SUBDIR += rubygem-sawyer SUBDIR += rubygem-scrapi SUBDIR += rubygem-select2-rails SUBDIR += rubygem-selenium-webdriver SUBDIR += rubygem-semantic-ui-sass SUBDIR += rubygem-simple-rss SUBDIR += rubygem-sinatra SUBDIR += rubygem-sinatra-contrib SUBDIR += rubygem-sinatra-r18n SUBDIR += rubygem-sinatra-respond_to SUBDIR += rubygem-task_list SUBDIR += rubygem-thin SUBDIR += rubygem-tinyatom SUBDIR += rubygem-tinymce-rails SUBDIR += rubygem-totoridipjp SUBDIR += rubygem-tumblr_client SUBDIR += rubygem-turbolinks SUBDIR += rubygem-turbolinks-classic SUBDIR += rubygem-turbolinks-source SUBDIR += rubygem-typhoeus SUBDIR += rubygem-uglifier SUBDIR += rubygem-underscore-rails SUBDIR += rubygem-unicorn SUBDIR += rubygem-unicorn-worker-killer 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-websocket-driver SUBDIR += rubygem-websocket-extensions SUBDIR += rubygem-yapra SUBDIR += sabredav SUBDIR += sahi SUBDIR += sakai SUBDIR += samidare SUBDIR += sams2 SUBDIR += sarg SUBDIR += scloader SUBDIR += script4rss SUBDIR += seahub SUBDIR += seamonkey SUBDIR += seamonkey-i18n SUBDIR += selenium SUBDIR += serendipity SUBDIR += serf SUBDIR += servlet-api SUBDIR += sfnt2woff SUBDIR += shellinabox SUBDIR += shttpd SUBDIR += sit SUBDIR += sitebar SUBDIR += sitecopy SUBDIR += skytemplate SUBDIR += slowcgi SUBDIR += smarty2 SUBDIR += smarty3 SUBDIR += smb_auth SUBDIR += snarf SUBDIR += sogo2 SUBDIR += sogo2-activesync SUBDIR += sogo3 SUBDIR += sogo3-activesync SUBDIR += spawn-fcgi SUBDIR += spdylay SUBDIR += speedtest-mini SUBDIR += spreadlogd SUBDIR += sqstat SUBDIR += squid SUBDIR += squid-devel SUBDIR += squid_radius_auth SUBDIR += squidanalyzer SUBDIR += squidclamav SUBDIR += squidguard SUBDIR += squidpurge SUBDIR += squidstats SUBDIR += squidview SUBDIR += srg SUBDIR += stagit SUBDIR += subsonic SUBDIR += subsonic-standalone SUBDIR += suphp SUBDIR += surf SUBDIR += surfraw SUBDIR += sventon SUBDIR += swfdec-plugin SUBDIR += swiggle SUBDIR += swish++ SUBDIR += swish-e SUBDIR += sws SUBDIR += sxweb 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-html5 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 += tomee SUBDIR += trac SUBDIR += trac-OhlohWidgetsMacro SUBDIR += trac-TracGoogleAnalytics SUBDIR += trac-accountmanager SUBDIR += trac-advancedticketworkflow SUBDIR += trac-attachmentpolicy SUBDIR += trac-autocomplete 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-ldap SUBDIR += trac-ldapauthstore SUBDIR += trac-math SUBDIR += trac-mercurial SUBDIR += trac-navadd SUBDIR += trac-permredirect SUBDIR += trac-privatetickets SUBDIR += trac-pydotorgtheme 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 += tt-rss SUBDIR += ttf2eot 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 += uchiwa SUBDIR += udmsearch SUBDIR += ufdbguard SUBDIR += uglifyjs SUBDIR += usermanager SUBDIR += uwsgi SUBDIR += uwsgitop SUBDIR += uzbl SUBDIR += validator SUBDIR += varnish-libvmod-digest SUBDIR += varnish-libvmod-maxminddb SUBDIR += varnish-modules SUBDIR += varnish-nagios SUBDIR += varnish4 SUBDIR += vdr-plugin-live SUBDIR += vdradmin-am SUBDIR += vee SUBDIR += vertx SUBDIR += vimb-gtk2 SUBDIR += vimb-gtk3 SUBDIR += visitors SUBDIR += volta SUBDIR += w3m SUBDIR += w3m-img SUBDIR += w3mir SUBDIR += waccess SUBDIR += wadcomblog SUBDIR += web2ldap SUBDIR += webalizer SUBDIR += webbrowser 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 += webkit2-gtk3 SUBDIR += weblint SUBDIR += weblint++ SUBDIR += webpy SUBDIR += webreport SUBDIR += webresolve SUBDIR += websh SUBDIR += webstats SUBDIR += webstone SUBDIR += webstone-ssl SUBDIR += webtrees SUBDIR += wgetpaste SUBDIR += wikicalc SUBDIR += wml SUBDIR += woof SUBDIR += wordpress SUBDIR += wsdlpull SUBDIR += wsmake SUBDIR += wt SUBDIR += www6to4 SUBDIR += wwwoffle 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-clear_cache_button SUBDIR += xpi-close-all-tabs SUBDIR += xpi-colorfultabs SUBDIR += xpi-conkeror SUBDIR += xpi-cssviewer SUBDIR += xpi-cutemenus-crystalsvg SUBDIR += xpi-default_full_zoom_level SUBDIR += xpi-delicious SUBDIR += xpi-downthemall SUBDIR += xpi-errorzilla 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-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-menueditor 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-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-tabmixplus SUBDIR += xpi-tagzilla SUBDIR += xpi-togglewordwrap SUBDIR += xpi-torbutton SUBDIR += xpi-twitterfox SUBDIR += xpi-uBlock_origin 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 += 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-c7-flashplugin11/Makefile =================================================================== --- head/www/linux-c7-flashplugin11/Makefile (nonexistent) +++ head/www/linux-c7-flashplugin11/Makefile (revision 424259) @@ -0,0 +1,7 @@ +# $FreeBSD$ + +PKGNAMEPREFIX= linux-c7- +USES= linux:c7 +MASTERDIR= ${.CURDIR}/../linux-c6-flashplugin11 + +.include "${MASTERDIR}/Makefile" Property changes on: head/www/linux-c7-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-c7-qtwebkit/Makefile =================================================================== --- head/www/linux-c7-qtwebkit/Makefile (nonexistent) +++ head/www/linux-c7-qtwebkit/Makefile (revision 424259) @@ -0,0 +1,23 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= qtwebkit +PORTVERSION= 2.3.4 +CATEGORIES= www linux +MASTER_SITES= EPEL7/q + +MAINTAINER= emulation@FreeBSD.org +COMMENT= RPM of QtWebkit (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-c6-qt47-webkit-[0-9]* + +ONLY_FOR_ARCHS= amd64 +RPMVERSION= 6.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= fontconfig png xorglibs sqlite3 qt qt-x11 +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../webkit-gtk3/pkg-descr # contains no GTK references, reuse + +.include Property changes on: head/www/linux-c7-qtwebkit/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-c7-qtwebkit/distinfo.x86_64 =================================================================== --- head/www/linux-c7-qtwebkit/distinfo.x86_64 (nonexistent) +++ head/www/linux-c7-qtwebkit/distinfo.x86_64 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1474540221 +SHA256 (rpm/centos/7.2.1511/x86_64/qtwebkit-2.3.4-6.el7.x86_64.rpm) = cacf9b15d4212e36c08fd595dd582260f12688fb129c23faeb1b2bc588bbca63 +SIZE (rpm/centos/7.2.1511/x86_64/qtwebkit-2.3.4-6.el7.x86_64.rpm) = 10473996 +SHA256 (rpm/centos/7.2.1511/x86_64/qtwebkit-2.3.4-6.el7.src.rpm) = b5afdf32c3d6fa8621f9cb216dbcf2b799f8cecd6f93e17dc910a5edd970da10 +SIZE (rpm/centos/7.2.1511/x86_64/qtwebkit-2.3.4-6.el7.src.rpm) = 51552665 Property changes on: head/www/linux-c7-qtwebkit/distinfo.x86_64 ___________________________________________________________________ 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-c7-qtwebkit/pkg-plist.x86_64 =================================================================== --- head/www/linux-c7-qtwebkit/pkg-plist.x86_64 (nonexistent) +++ head/www/linux-c7-qtwebkit/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,5 @@ +usr/lib64/libQtWebKit.so.4 +usr/lib64/libQtWebKit.so.4.10 +usr/lib64/libQtWebKit.so.4.10.4 +usr/lib64/qt4/imports/QtWebKit/libqmlwebkitplugin.so +usr/lib64/qt4/imports/QtWebKit/qmldir Property changes on: head/www/linux-c7-qtwebkit/pkg-plist.x86_64 ___________________________________________________________________ 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/Makefile =================================================================== --- head/x11/Makefile (revision 424258) +++ head/x11/Makefile (revision 424259) @@ -1,504 +1,506 @@ # $FreeBSD$ # COMMENT = Ports to support the X window system SUBDIR += 3ddesktop SUBDIR += 9box SUBDIR += 9menu SUBDIR += alltray SUBDIR += altyo SUBDIR += antimicro SUBDIR += appres SUBDIR += apwal SUBDIR += arandr SUBDIR += aterm 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 += cinnamon SUBDIR += cinnamon-desktop SUBDIR += cinnamon-menus SUBDIR += cinnamon-screensaver SUBDIR += cinnamon-session SUBDIR += cl-clx SUBDIR += compositeproto SUBDIR += cool-retro-term 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-tray SUBDIR += dri2proto SUBDIR += dri3proto SUBDIR += dxpc SUBDIR += dynamag SUBDIR += dzen2 SUBDIR += eaglemode SUBDIR += editres 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 += gdkxft SUBDIR += gdm SUBDIR += glproto SUBDIR += gmrun SUBDIR += gnome-clipboard-daemon SUBDIR += gnome-desktop SUBDIR += gnome-desktop-reference SUBDIR += gnome-menus SUBDIR += gnome-pie SUBDIR += gnome-session SUBDIR += gnome-shell SUBDIR += gnome-shell-extensions SUBDIR += gnome-terminal SUBDIR += gnome3 SUBDIR += gnome3-lite 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 += 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 += lemonbar 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 += libexo SUBDIR += libfakekey SUBDIR += libfm SUBDIR += libfm-extra 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-pixman SUBDIR += linux-c6-xorg-libs + SUBDIR += linux-c7-pixman + SUBDIR += linux-c7-xorg-libs SUBDIR += linux-f10-xorg-libs SUBDIR += listres SUBDIR += lsw SUBDIR += luit SUBDIR += lumina SUBDIR += lumina-i18n 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-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-304 SUBDIR += nvidia-driver-340 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 += p5-X11-XCB SUBDIR += p5-X11-Xlib SUBDIR += p5-XTerm-Conf SUBDIR += pixman SUBDIR += plasma-scriptengine-python SUBDIR += plasma-scriptengine-ruby SUBDIR += presentproto SUBDIR += printproto SUBDIR += printscreen SUBDIR += props SUBDIR += py-qt4-opengl SUBDIR += py-qt5-opengl SUBDIR += py-xdot SUBDIR += qimageblitz SUBDIR += qt4-graphicssystems-opengl SUBDIR += qt4-inputmethods SUBDIR += qt5-qev SUBDIR += qt5-x11extras SUBDIR += qterminal SUBDIR += qxkb SUBDIR += randrproto SUBDIR += recordproto SUBDIR += rendercheck SUBDIR += renderproto SUBDIR += resourceproto SUBDIR += rgb SUBDIR += rofi SUBDIR += rox-wallpaper SUBDIR += roxbg SUBDIR += roxterm SUBDIR += rsibreak-kde4 SUBDIR += rstart SUBDIR += ruby-X11 SUBDIR += rubygem-gnome2 SUBDIR += rxvt SUBDIR += rxvt-unicode SUBDIR += sakura SUBDIR += sbxkb SUBDIR += scripts SUBDIR += scrnsaverproto SUBDIR += sessreg SUBDIR += setlayout SUBDIR += setxkbmap SUBDIR += simdock SUBDIR += simplestroke SUBDIR += sisctrl SUBDIR += slim SUBDIR += slock SUBDIR += slop SUBDIR += smproxy SUBDIR += sselp SUBDIR += stalonetray SUBDIR += startup-notification SUBDIR += sterm SUBDIR += stjerm SUBDIR += swarp SUBDIR += sxhkd SUBDIR += sxpc SUBDIR += tabbed SUBDIR += temperature.app SUBDIR += terminal.app SUBDIR += terminator SUBDIR += terminology SUBDIR += thinglaunch SUBDIR += thingylaunch SUBDIR += tilda SUBDIR += tint SUBDIR += tint-devel 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 += xbanish 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 += xcb-util-xrm SUBDIR += xcbautolock SUBDIR += xclip SUBDIR += xclipboard SUBDIR += xcm SUBDIR += xcmd SUBDIR += xcmiscproto SUBDIR += xcmsdb 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-dashboard SUBDIR += xfce4-embed-plugin SUBDIR += xfce4-goodies 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 += 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 += xkb-switch 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 += xlsatoms SUBDIR += xlsclients 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 += xvt 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-c7-pixman/Makefile =================================================================== --- head/x11/linux-c7-pixman/Makefile (nonexistent) +++ head/x11/linux-c7-pixman/Makefile (revision 424259) @@ -0,0 +1,18 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= pixman +PORTVERSION= 0.32.6 +CATEGORIES= x11 linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Low-level pixel manipulation library (Linux CentOS ${LINUX_DIST_VER}) + +RPMVERSION= 3.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/x11/linux-c7-pixman/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-c7-pixman/distinfo.i386 =================================================================== --- head/x11/linux-c7-pixman/distinfo.i386 (nonexistent) +++ head/x11/linux-c7-pixman/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1474529744 +SHA256 (rpm/centos/7.2.1511/i386/pixman-0.32.6-3.el7.i686.rpm) = 11452678bdf63cef617d9813eed63663a9e2f09a4e8e24e77f9c697272626b89 +SIZE (rpm/centos/7.2.1511/i386/pixman-0.32.6-3.el7.i686.rpm) = 260372 +SHA256 (rpm/centos/7.2.1511/i386/pixman-0.32.6-3.el7.src.rpm) = 936624368c8ade2c07b664b3686b1ba08e5904b65d361d366cba9e54c7dcacbe +SIZE (rpm/centos/7.2.1511/i386/pixman-0.32.6-3.el7.src.rpm) = 691992 Property changes on: head/x11/linux-c7-pixman/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/linux-c7-pixman/distinfo.x86_64 =================================================================== --- head/x11/linux-c7-pixman/distinfo.x86_64 (nonexistent) +++ head/x11/linux-c7-pixman/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1474529736 +SHA256 (rpm/centos/7.2.1511/x86_64/pixman-0.32.6-3.el7.i686.rpm) = 11452678bdf63cef617d9813eed63663a9e2f09a4e8e24e77f9c697272626b89 +SIZE (rpm/centos/7.2.1511/x86_64/pixman-0.32.6-3.el7.i686.rpm) = 260372 +SHA256 (rpm/centos/7.2.1511/x86_64/pixman-0.32.6-3.el7.x86_64.rpm) = 27d09261068fc9f0c540035ac7724395dd13eff0b2f455dbb8085174808f04b5 +SIZE (rpm/centos/7.2.1511/x86_64/pixman-0.32.6-3.el7.x86_64.rpm) = 260396 +SHA256 (rpm/centos/7.2.1511/x86_64/pixman-0.32.6-3.el7.src.rpm) = 936624368c8ade2c07b664b3686b1ba08e5904b65d361d366cba9e54c7dcacbe +SIZE (rpm/centos/7.2.1511/x86_64/pixman-0.32.6-3.el7.src.rpm) = 691992 Property changes on: head/x11/linux-c7-pixman/distinfo.x86_64 ___________________________________________________________________ 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-c7-pixman/pkg-plist.i386 =================================================================== --- head/x11/linux-c7-pixman/pkg-plist.i386 (nonexistent) +++ head/x11/linux-c7-pixman/pkg-plist.i386 (revision 424259) @@ -0,0 +1,2 @@ +usr/lib/libpixman-1.so.0 +usr/lib/libpixman-1.so.0.32.6 Property changes on: head/x11/linux-c7-pixman/pkg-plist.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/linux-c7-pixman/pkg-plist.x86_64 =================================================================== --- head/x11/linux-c7-pixman/pkg-plist.x86_64 (nonexistent) +++ head/x11/linux-c7-pixman/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,4 @@ +usr/lib/libpixman-1.so.0 +usr/lib/libpixman-1.so.0.32.6 +usr/lib64/libpixman-1.so.0 +usr/lib64/libpixman-1.so.0.32.6 Property changes on: head/x11/linux-c7-pixman/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-xorg-libs/Makefile =================================================================== --- head/x11/linux-c7-xorg-libs/Makefile (nonexistent) +++ head/x11/linux-c7-xorg-libs/Makefile (revision 424259) @@ -0,0 +1,86 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= xorg-libs +PORTVERSION= 7.7 +CATEGORIES= x11 linux +LIB_DISTFILES= libICE-1.0.9-2.el7${EXTRACT_SUFX} \ + libSM-1.2.2-2.el7${EXTRACT_SUFX} \ + libX11-1.6.3-2.el7${EXTRACT_SUFX} \ + libXScrnSaver-1.2.2-6.1.el7${EXTRACT_SUFX} \ + libXau-1.0.8-2.1.el7${EXTRACT_SUFX} \ + libXaw-1.0.12-5.el7${EXTRACT_SUFX} \ + libXcomposite-0.4.4-4.1.el7${EXTRACT_SUFX} \ + libXcursor-1.1.14-2.1.el7${EXTRACT_SUFX} \ + libXdamage-1.1.4-4.1.el7${EXTRACT_SUFX} \ + libXdmcp-1.1.1-6.1.el7${EXTRACT_SUFX} \ + libXevie-1.0.3-7.1.el7${EXTRACT_SUFX} \ + libXext-1.3.3-3.el7${EXTRACT_SUFX} \ + libXfixes-5.0.1-2.1.el7${EXTRACT_SUFX} \ + libXfont-1.5.1-2.el7${EXTRACT_SUFX} \ + libXft-2.3.2-2.el7${EXTRACT_SUFX} \ + libXi-1.7.4-2.el7${EXTRACT_SUFX} \ + libXinerama-1.1.3-2.1.el7${EXTRACT_SUFX} \ + libXmu-1.1.2-2.el7${EXTRACT_SUFX} \ + libXp-1.0.2-2.1.el7${EXTRACT_SUFX} \ + libXpm-3.5.11-3.el7${EXTRACT_SUFX} \ + libXrandr-1.4.2-2.el7${EXTRACT_SUFX} \ + libXrender-0.9.8-2.1.el7${EXTRACT_SUFX} \ + libXres-1.0.7-2.1.el7${EXTRACT_SUFX} \ + libXt-1.1.4-6.1.el7${EXTRACT_SUFX} \ + libXtst-1.2.2-2.1.el7${EXTRACT_SUFX} \ + libXv-1.0.10-2.el7${EXTRACT_SUFX} \ + libXvMC-1.0.8-2.1.el7${EXTRACT_SUFX} \ + libXxf86dga-1.1.4-2.1.el7${EXTRACT_SUFX} \ + libXxf86misc-1.0.3-7.1.el7${EXTRACT_SUFX} \ + libXxf86vm-1.1.3-2.1.el7${EXTRACT_SUFX} \ + libfontenc-1.1.2-3.el7${EXTRACT_SUFX} \ + libxcb-1.11-4.el7${EXTRACT_SUFX} \ + libxkbfile-1.0.8-5.el7${EXTRACT_SUFX} \ + mesa-libGLw-8.0.0-4.el7${EXTRACT_SUFX} +SRC_DISTFILES= libICE-1.0.9-2.el7${SRC_SUFX}:SOURCE \ + libSM-1.2.2-2.el7${SRC_SUFX}:SOURCE \ + libX11-1.6.3-2.el7${SRC_SUFX}:SOURCE \ + libXScrnSaver-1.2.2-6.1.el7${SRC_SUFX}:SOURCE \ + libXau-1.0.8-2.1.el7${SRC_SUFX}:SOURCE \ + libXaw-1.0.12-5.el7${SRC_SUFX}:SOURCE \ + libXcomposite-0.4.4-4.1.el7${SRC_SUFX}:SOURCE \ + libXcursor-1.1.14-2.1.el7${SRC_SUFX}:SOURCE \ + libXdamage-1.1.4-4.1.el7${SRC_SUFX}:SOURCE \ + libXdmcp-1.1.1-6.1.el7${SRC_SUFX}:SOURCE \ + libXevie-1.0.3-7.1.el7${SRC_SUFX}:SOURCE \ + libXext-1.3.3-3.el7${SRC_SUFX}:SOURCE \ + libXfixes-5.0.1-2.1.el7${SRC_SUFX}:SOURCE \ + libXfont-1.5.1-2.el7${SRC_SUFX}:SOURCE \ + libXft-2.3.2-2.el7${SRC_SUFX}:SOURCE \ + libXi-1.7.4-2.el7${SRC_SUFX}:SOURCE \ + libXinerama-1.1.3-2.1.el7${SRC_SUFX}:SOURCE \ + libXmu-1.1.2-2.el7${SRC_SUFX}:SOURCE \ + libXp-1.0.2-2.1.el7${SRC_SUFX}:SOURCE \ + libXpm-3.5.11-3.el7${SRC_SUFX}:SOURCE \ + libXrandr-1.4.2-2.el7${SRC_SUFX}:SOURCE \ + libXrender-0.9.8-2.1.el7${SRC_SUFX}:SOURCE \ + libXres-1.0.7-2.1.el7${SRC_SUFX}:SOURCE \ + libXt-1.1.4-6.1.el7${SRC_SUFX}:SOURCE \ + libXtst-1.2.2-2.1.el7${SRC_SUFX}:SOURCE \ + libXv-1.0.10-2.el7${SRC_SUFX}:SOURCE \ + libXvMC-1.0.8-2.1.el7${SRC_SUFX}:SOURCE \ + libXxf86dga-1.1.4-2.1.el7${SRC_SUFX}:SOURCE \ + libXxf86misc-1.0.3-7.1.el7${SRC_SUFX}:SOURCE \ + libXxf86vm-1.1.3-2.1.el7${SRC_SUFX}:SOURCE \ + libfontenc-1.1.2-3.el7${SRC_SUFX}:SOURCE \ + libxcb-1.11-4.el7${SRC_SUFX}:SOURCE \ + libxkbfile-1.0.8-5.el7${SRC_SUFX}:SOURCE \ + mesa-libGLw-8.0.0-4.el7${SRC_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Xorg libraries (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= fontconfig +USE_LINUX_RPM= yes + +.include Property changes on: head/x11/linux-c7-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-c7-xorg-libs/distinfo.i386 =================================================================== --- head/x11/linux-c7-xorg-libs/distinfo.i386 (nonexistent) +++ head/x11/linux-c7-xorg-libs/distinfo.i386 (revision 424259) @@ -0,0 +1,137 @@ +TIMESTAMP = 1473759516 +SHA256 (rpm/centos/7.2.1511/i386/libICE-1.0.9-2.el7.i686.rpm) = d3c638b7c3052d300835f65f0d63487c14aa1ef6c3892a4efe3fc6f60fdfdf82 +SIZE (rpm/centos/7.2.1511/i386/libICE-1.0.9-2.el7.i686.rpm) = 65400 +SHA256 (rpm/centos/7.2.1511/i386/libSM-1.2.2-2.el7.i686.rpm) = bbd4714d8719220c18f162575aad05a648635e0b213851213940575cbfd4fa8a +SIZE (rpm/centos/7.2.1511/i386/libSM-1.2.2-2.el7.i686.rpm) = 39436 +SHA256 (rpm/centos/7.2.1511/i386/libX11-1.6.3-2.el7.i686.rpm) = 7697080b41bb094b37510586603928f5f19638aba9a88c675da2b2c73aa0e1bd +SIZE (rpm/centos/7.2.1511/i386/libX11-1.6.3-2.el7.i686.rpm) = 624312 +SHA256 (rpm/centos/7.2.1511/i386/libXScrnSaver-1.2.2-6.1.el7.i686.rpm) = 773a6a2c04a68027524553fd39f24d2b4d45edbca4ad67f6862a31fc8ce71335 +SIZE (rpm/centos/7.2.1511/i386/libXScrnSaver-1.2.2-6.1.el7.i686.rpm) = 24168 +SHA256 (rpm/centos/7.2.1511/i386/libXau-1.0.8-2.1.el7.i686.rpm) = 1d618fc13761ba78da13fc6bd43933c37bcea6b0b268e214e2a0f7287aafb4bf +SIZE (rpm/centos/7.2.1511/i386/libXau-1.0.8-2.1.el7.i686.rpm) = 29824 +SHA256 (rpm/centos/7.2.1511/i386/libXaw-1.0.12-5.el7.i686.rpm) = 51758a3f72766d0957c2903cca9012200c538036a8ac113a4e004daafec7aeac +SIZE (rpm/centos/7.2.1511/i386/libXaw-1.0.12-5.el7.i686.rpm) = 191136 +SHA256 (rpm/centos/7.2.1511/i386/libXcomposite-0.4.4-4.1.el7.i686.rpm) = 5b9816bcfe046d26521eac662dc01587afa91a327583d2de73ea1cae5ceae756 +SIZE (rpm/centos/7.2.1511/i386/libXcomposite-0.4.4-4.1.el7.i686.rpm) = 22804 +SHA256 (rpm/centos/7.2.1511/i386/libXcursor-1.1.14-2.1.el7.i686.rpm) = 3079abf3f9f179c7a69f391e58f0d489e87f5b0c2a7c2c351d84f9aecdd8a9df +SIZE (rpm/centos/7.2.1511/i386/libXcursor-1.1.14-2.1.el7.i686.rpm) = 30504 +SHA256 (rpm/centos/7.2.1511/i386/libXdamage-1.1.4-4.1.el7.i686.rpm) = 498697f8e0d087052b82b4332152568792a5ce109678285f1f1926a73c507a94 +SIZE (rpm/centos/7.2.1511/i386/libXdamage-1.1.4-4.1.el7.i686.rpm) = 20832 +SHA256 (rpm/centos/7.2.1511/i386/libXdmcp-1.1.1-6.1.el7.i686.rpm) = ca6ec7955018846b7cbe78c68e8e99fa218fd5b8cc9782526acbfb5eea3f8a57 +SIZE (rpm/centos/7.2.1511/i386/libXdmcp-1.1.1-6.1.el7.i686.rpm) = 32792 +SHA256 (rpm/centos/7.2.1511/i386/libXevie-1.0.3-7.1.el7.i686.rpm) = 1600aa148f2c988d63f0122fb133d374c6dc748b1ade3f8ff28edfacd6ccaf8a +SIZE (rpm/centos/7.2.1511/i386/libXevie-1.0.3-7.1.el7.i686.rpm) = 18184 +SHA256 (rpm/centos/7.2.1511/i386/libXext-1.3.3-3.el7.i686.rpm) = bda66ea9cb11ff9834298a503534b6b48e9b5cfefc5596ad379b1a530abad676 +SIZE (rpm/centos/7.2.1511/i386/libXext-1.3.3-3.el7.i686.rpm) = 39804 +SHA256 (rpm/centos/7.2.1511/i386/libXfixes-5.0.1-2.1.el7.i686.rpm) = 14c085fd732488a2cf545138c4e2e315bb7ad6d20c4cc9aa022e0b9270e72a0c +SIZE (rpm/centos/7.2.1511/i386/libXfixes-5.0.1-2.1.el7.i686.rpm) = 18292 +SHA256 (rpm/centos/7.2.1511/i386/libXfont-1.5.1-2.el7.i686.rpm) = b234328df3ff01e77243c5c58ec0f52884d1f2f8d1948006f7eebb030aebf11d +SIZE (rpm/centos/7.2.1511/i386/libXfont-1.5.1-2.el7.i686.rpm) = 154392 +SHA256 (rpm/centos/7.2.1511/i386/libXft-2.3.2-2.el7.i686.rpm) = e80bbb502a050b2e204557a0a604743a6a82d82b4da32bded9f800b55e249654 +SIZE (rpm/centos/7.2.1511/i386/libXft-2.3.2-2.el7.i686.rpm) = 59184 +SHA256 (rpm/centos/7.2.1511/i386/libXi-1.7.4-2.el7.i686.rpm) = 84e6168d3f180e3ceaf893f456b27f8e9290081312d2893221f0f323df8e0593 +SIZE (rpm/centos/7.2.1511/i386/libXi-1.7.4-2.el7.i686.rpm) = 40628 +SHA256 (rpm/centos/7.2.1511/i386/libXinerama-1.1.3-2.1.el7.i686.rpm) = 4f096f8d8db4beb426a3ded9614597f7448291c394f67e12294bfb860b1aac9b +SIZE (rpm/centos/7.2.1511/i386/libXinerama-1.1.3-2.1.el7.i686.rpm) = 14168 +SHA256 (rpm/centos/7.2.1511/i386/libXmu-1.1.2-2.el7.i686.rpm) = 893eb9819adaecb8bab320a816fe1c4b1a6fd73ff16518c18609370afd9dc6bd +SIZE (rpm/centos/7.2.1511/i386/libXmu-1.1.2-2.el7.i686.rpm) = 72276 +SHA256 (rpm/centos/7.2.1511/i386/libXp-1.0.2-2.1.el7.i686.rpm) = dd13d39ef9a1f57eca66c515c777f3c4db88dc9329fbf53a9083c92c9387a523 +SIZE (rpm/centos/7.2.1511/i386/libXp-1.0.2-2.1.el7.i686.rpm) = 31152 +SHA256 (rpm/centos/7.2.1511/i386/libXpm-3.5.11-3.el7.i686.rpm) = bfd1c3024b06c5a9483cf81931e70738f8ba150ab273b34f9d7fc75f0aab1359 +SIZE (rpm/centos/7.2.1511/i386/libXpm-3.5.11-3.el7.i686.rpm) = 54784 +SHA256 (rpm/centos/7.2.1511/i386/libXrandr-1.4.2-2.el7.i686.rpm) = 5c58c3bd7217549bc30bb1d9e8c8609448bf3a2c7099fba64522bf5150781cac +SIZE (rpm/centos/7.2.1511/i386/libXrandr-1.4.2-2.el7.i686.rpm) = 25828 +SHA256 (rpm/centos/7.2.1511/i386/libXrender-0.9.8-2.1.el7.i686.rpm) = 759fdbb34a226d04432443de27bf51ec5d235637f3de29be565dc898bfd403cd +SIZE (rpm/centos/7.2.1511/i386/libXrender-0.9.8-2.1.el7.i686.rpm) = 25452 +SHA256 (rpm/centos/7.2.1511/i386/libXres-1.0.7-2.1.el7.i686.rpm) = 5bde92d5d2671811da7727794f1cc41ad164b6042c3764b5d2f4e4d759ab2dd8 +SIZE (rpm/centos/7.2.1511/i386/libXres-1.0.7-2.1.el7.i686.rpm) = 13548 +SHA256 (rpm/centos/7.2.1511/i386/libXt-1.1.4-6.1.el7.i686.rpm) = 2831fa21259c51251959011e9de5eddaa5ab045cae6541f3cbaa574e7ceda354 +SIZE (rpm/centos/7.2.1511/i386/libXt-1.1.4-6.1.el7.i686.rpm) = 170568 +SHA256 (rpm/centos/7.2.1511/i386/libXtst-1.2.2-2.1.el7.i686.rpm) = 5af557e51b557a6c384b36361be7f5f558ed71c4dff2a9807ace2fe1ff4b4ca4 +SIZE (rpm/centos/7.2.1511/i386/libXtst-1.2.2-2.1.el7.i686.rpm) = 20368 +SHA256 (rpm/centos/7.2.1511/i386/libXv-1.0.10-2.el7.i686.rpm) = 7b6d78df6bf17cdc0ac4e9af5aedbe872a12c2fd7edb2841fe564dedce298e34 +SIZE (rpm/centos/7.2.1511/i386/libXv-1.0.10-2.el7.i686.rpm) = 18460 +SHA256 (rpm/centos/7.2.1511/i386/libXvMC-1.0.8-2.1.el7.i686.rpm) = ed1cd0187865bea024dbd92ed61239d8062d7225242f5e99fd0c7e167333552e +SIZE (rpm/centos/7.2.1511/i386/libXvMC-1.0.8-2.1.el7.i686.rpm) = 22932 +SHA256 (rpm/centos/7.2.1511/i386/libXxf86dga-1.1.4-2.1.el7.i686.rpm) = 9bb4504c40693bd12d790955055c177861ad3856b1870ee5112b243d9d4ed396 +SIZE (rpm/centos/7.2.1511/i386/libXxf86dga-1.1.4-2.1.el7.i686.rpm) = 19604 +SHA256 (rpm/centos/7.2.1511/i386/libXxf86misc-1.0.3-7.1.el7.i686.rpm) = 6e2ea866e760822740db2784b4aa18681901cfafc348a83e462ba6a77cbb9172 +SIZE (rpm/centos/7.2.1511/i386/libXxf86misc-1.0.3-7.1.el7.i686.rpm) = 19788 +SHA256 (rpm/centos/7.2.1511/i386/libXxf86vm-1.1.3-2.1.el7.i686.rpm) = 83893fdc58776554199819c6ce71c3e783d914f197b9b1c00d45e84280b3d2b1 +SIZE (rpm/centos/7.2.1511/i386/libXxf86vm-1.1.3-2.1.el7.i686.rpm) = 17968 +SHA256 (rpm/centos/7.2.1511/i386/libfontenc-1.1.2-3.el7.i686.rpm) = 3fdefa311195f486f07b39fdd6e0d520b2d15dfb8568473e8bf0544411e14776 +SIZE (rpm/centos/7.2.1511/i386/libfontenc-1.1.2-3.el7.i686.rpm) = 30816 +SHA256 (rpm/centos/7.2.1511/i386/libxcb-1.11-4.el7.i686.rpm) = 169a250fb6d0d356a05de513ded4c86a3df8587b463fc79c59ae1d6d83c21fd2 +SIZE (rpm/centos/7.2.1511/i386/libxcb-1.11-4.el7.i686.rpm) = 206692 +SHA256 (rpm/centos/7.2.1511/i386/libxkbfile-1.0.8-5.el7.i686.rpm) = 539d6658b0fc80e79800e3eed166c5511048b8b36f0f2c490980c3173bb12c4b +SIZE (rpm/centos/7.2.1511/i386/libxkbfile-1.0.8-5.el7.i686.rpm) = 81588 +SHA256 (rpm/centos/7.2.1511/i386/mesa-libGLw-8.0.0-4.el7.i686.rpm) = 4ed36daedcafbdea1b83259f32d052dd2457176705da2e36e42f28f548b64c12 +SIZE (rpm/centos/7.2.1511/i386/mesa-libGLw-8.0.0-4.el7.i686.rpm) = 15408 +SHA256 (rpm/centos/7.2.1511/i386/libICE-1.0.9-2.el7.src.rpm) = 1d5e05716c60f80e46cfafc4469af0805116f385ee29776c1189707e59393bc8 +SIZE (rpm/centos/7.2.1511/i386/libICE-1.0.9-2.el7.src.rpm) = 396722 +SHA256 (rpm/centos/7.2.1511/i386/libSM-1.2.2-2.el7.src.rpm) = d5a68e8f52da9176bf7dfb064196da59296169e3cc8a9d3bc83502a1e185b061 +SIZE (rpm/centos/7.2.1511/i386/libSM-1.2.2-2.el7.src.rpm) = 360255 +SHA256 (rpm/centos/7.2.1511/i386/libX11-1.6.3-2.el7.src.rpm) = a4d412e079716718e02c26b93bfb61c866e46d660a625d8fea49f41c77a3bb13 +SIZE (rpm/centos/7.2.1511/i386/libX11-1.6.3-2.el7.src.rpm) = 2387961 +SHA256 (rpm/centos/7.2.1511/i386/libXScrnSaver-1.2.2-6.1.el7.src.rpm) = c4f420c7c17818a3660c9ebf70fa15f1c81ca620272eb4e06784c9cdeddf7021 +SIZE (rpm/centos/7.2.1511/i386/libXScrnSaver-1.2.2-6.1.el7.src.rpm) = 302309 +SHA256 (rpm/centos/7.2.1511/i386/libXau-1.0.8-2.1.el7.src.rpm) = 5a69c64dbcab0c437449eb5cbac15b167dbb456a6b14d2fcd6a4d8b20d14064c +SIZE (rpm/centos/7.2.1511/i386/libXau-1.0.8-2.1.el7.src.rpm) = 306462 +SHA256 (rpm/centos/7.2.1511/i386/libXaw-1.0.12-5.el7.src.rpm) = 3441059ac5cd5791e659f844b4446787f23203500123f4394858731f5f51f69d +SIZE (rpm/centos/7.2.1511/i386/libXaw-1.0.12-5.el7.src.rpm) = 691906 +SHA256 (rpm/centos/7.2.1511/i386/libXcomposite-0.4.4-4.1.el7.src.rpm) = 9ef3229c8a81871dfb2159cf0c519eb39d0ba614549ae3235f7b756b22312c92 +SIZE (rpm/centos/7.2.1511/i386/libXcomposite-0.4.4-4.1.el7.src.rpm) = 294529 +SHA256 (rpm/centos/7.2.1511/i386/libXcursor-1.1.14-2.1.el7.src.rpm) = 6b179332f5052d7cb9cce575a2a273093f4fb105eb116cb9e5c45c9321ca4cdb +SIZE (rpm/centos/7.2.1511/i386/libXcursor-1.1.14-2.1.el7.src.rpm) = 324554 +SHA256 (rpm/centos/7.2.1511/i386/libXdamage-1.1.4-4.1.el7.src.rpm) = 6d70019f18de3cb13522bc47b4dad7a4e908a16fe5af2c4916dd272bb844f3bb +SIZE (rpm/centos/7.2.1511/i386/libXdamage-1.1.4-4.1.el7.src.rpm) = 289089 +SHA256 (rpm/centos/7.2.1511/i386/libXdmcp-1.1.1-6.1.el7.src.rpm) = 18548905e9a7c78a43ad14833de4d8faae14a3f6183d1272f63f23eb0144be8e +SIZE (rpm/centos/7.2.1511/i386/libXdmcp-1.1.1-6.1.el7.src.rpm) = 321950 +SHA256 (rpm/centos/7.2.1511/i386/libXevie-1.0.3-7.1.el7.src.rpm) = a59030ac20ae38d1a3952eefedbe1de7884c6d92c29f2347d82679246e1405e6 +SIZE (rpm/centos/7.2.1511/i386/libXevie-1.0.3-7.1.el7.src.rpm) = 263222 +SHA256 (rpm/centos/7.2.1511/i386/libXext-1.3.3-3.el7.src.rpm) = 0663ed66040824de75185b70dd05a5036369a6da493409a1c6ee7be3ccda9dba +SIZE (rpm/centos/7.2.1511/i386/libXext-1.3.3-3.el7.src.rpm) = 402815 +SHA256 (rpm/centos/7.2.1511/i386/libXfixes-5.0.1-2.1.el7.src.rpm) = 115c753de9a06db25fe32addeea7bbabd4d462436cc810a56bfa47beb215564d +SIZE (rpm/centos/7.2.1511/i386/libXfixes-5.0.1-2.1.el7.src.rpm) = 303018 +SHA256 (rpm/centos/7.2.1511/i386/libXfont-1.5.1-2.el7.src.rpm) = f5622d2b257199d930caf07b72965439748b5cae14a26ad2e00710c96b903001 +SIZE (rpm/centos/7.2.1511/i386/libXfont-1.5.1-2.el7.src.rpm) = 519875 +SHA256 (rpm/centos/7.2.1511/i386/libXft-2.3.2-2.el7.src.rpm) = 89d8d6243f1963c2d27ec03c3959c37cd92938ee63ea10442bf51a9e32dc14d4 +SIZE (rpm/centos/7.2.1511/i386/libXft-2.3.2-2.el7.src.rpm) = 347282 +SHA256 (rpm/centos/7.2.1511/i386/libXi-1.7.4-2.el7.src.rpm) = 8be09f290b473f95a466db03aa54891c3fb0c6d1971a185d45908f642c4d67ad +SIZE (rpm/centos/7.2.1511/i386/libXi-1.7.4-2.el7.src.rpm) = 474155 +SHA256 (rpm/centos/7.2.1511/i386/libXinerama-1.1.3-2.1.el7.src.rpm) = 904336a4d736b453bc0bdd2f6922e1b9d812eaf5f569a928b17860b31a217cae +SIZE (rpm/centos/7.2.1511/i386/libXinerama-1.1.3-2.1.el7.src.rpm) = 288803 +SHA256 (rpm/centos/7.2.1511/i386/libXmu-1.1.2-2.el7.src.rpm) = abe04cf4008af212b8506940ec98a59a15ea5100e6ac260a66a3c7f97bb8a3ad +SIZE (rpm/centos/7.2.1511/i386/libXmu-1.1.2-2.el7.src.rpm) = 408455 +SHA256 (rpm/centos/7.2.1511/i386/libXp-1.0.2-2.1.el7.src.rpm) = b0a56d5670fc549d7d6c6a4158934418c0b50152d31522295f346dab7c3e96dc +SIZE (rpm/centos/7.2.1511/i386/libXp-1.0.2-2.1.el7.src.rpm) = 321740 +SHA256 (rpm/centos/7.2.1511/i386/libXpm-3.5.11-3.el7.src.rpm) = 3bfcb5c35a86f141a1b9cd3d36acababafd0358e811816ef9a09c6bbab425416 +SIZE (rpm/centos/7.2.1511/i386/libXpm-3.5.11-3.el7.src.rpm) = 454990 +SHA256 (rpm/centos/7.2.1511/i386/libXrandr-1.4.2-2.el7.src.rpm) = 25cfe59fba9cf487ff7ec60f33dde9a61f96b10c645144ad4045bf0a7936f144 +SIZE (rpm/centos/7.2.1511/i386/libXrandr-1.4.2-2.el7.src.rpm) = 327589 +SHA256 (rpm/centos/7.2.1511/i386/libXrender-0.9.8-2.1.el7.src.rpm) = 3bc1354c212d3910ebae77f5aa0a547a7c49a944ffdec2fb848ff3cfb52842e5 +SIZE (rpm/centos/7.2.1511/i386/libXrender-0.9.8-2.1.el7.src.rpm) = 317274 +SHA256 (rpm/centos/7.2.1511/i386/libXres-1.0.7-2.1.el7.src.rpm) = 88b1238a2f0353395a4db1550234e0b5d0de2e693fb4ff5967fb7e5b9a80f165 +SIZE (rpm/centos/7.2.1511/i386/libXres-1.0.7-2.1.el7.src.rpm) = 293750 +SHA256 (rpm/centos/7.2.1511/i386/libXt-1.1.4-6.1.el7.src.rpm) = 2c3148a3253e5873f55b2fb150e90e38235447e40105284266f83f334a1d16fe +SIZE (rpm/centos/7.2.1511/i386/libXt-1.1.4-6.1.el7.src.rpm) = 776667 +SHA256 (rpm/centos/7.2.1511/i386/libXtst-1.2.2-2.1.el7.src.rpm) = aead1c3975c9ebde8e8c20f5c1d7dbacea0cce3dafa973bd6bcebe2c9b73a6b7 +SIZE (rpm/centos/7.2.1511/i386/libXtst-1.2.2-2.1.el7.src.rpm) = 333433 +SHA256 (rpm/centos/7.2.1511/i386/libXv-1.0.10-2.el7.src.rpm) = a0abd5272ecbdb16ab2ad20beaa613786f197c7499da01f50b3d93f1d4d3bb3f +SIZE (rpm/centos/7.2.1511/i386/libXv-1.0.10-2.el7.src.rpm) = 312011 +SHA256 (rpm/centos/7.2.1511/i386/libXvMC-1.0.8-2.1.el7.src.rpm) = b74d68cf40f4ef71c8ce2e00d7892611b70d248293490852ecf64e44287ce083 +SIZE (rpm/centos/7.2.1511/i386/libXvMC-1.0.8-2.1.el7.src.rpm) = 316797 +SHA256 (rpm/centos/7.2.1511/i386/libXxf86dga-1.1.4-2.1.el7.src.rpm) = 080bc7d60272fe6fa87e94ca301fbb54927edc7f2498bea373c87e3c7f67d0ac +SIZE (rpm/centos/7.2.1511/i386/libXxf86dga-1.1.4-2.1.el7.src.rpm) = 290826 +SHA256 (rpm/centos/7.2.1511/i386/libXxf86misc-1.0.3-7.1.el7.src.rpm) = 17f5205e77bb359f26df7fd9a828400a944d00e811d52249afbb87f3a5922ee5 +SIZE (rpm/centos/7.2.1511/i386/libXxf86misc-1.0.3-7.1.el7.src.rpm) = 265791 +SHA256 (rpm/centos/7.2.1511/i386/libXxf86vm-1.1.3-2.1.el7.src.rpm) = d14867481a1bc511873a29a46f1622f92d21dd60d32b34f0006cb2e7f3c1f105 +SIZE (rpm/centos/7.2.1511/i386/libXxf86vm-1.1.3-2.1.el7.src.rpm) = 295140 +SHA256 (rpm/centos/7.2.1511/i386/libfontenc-1.1.2-3.el7.src.rpm) = 44972d3acf51ddf0f22ef5e9e3fcec87ad10d29bf83cdb0af11c1ff97f7b6895 +SIZE (rpm/centos/7.2.1511/i386/libfontenc-1.1.2-3.el7.src.rpm) = 306913 +SHA256 (rpm/centos/7.2.1511/i386/libxcb-1.11-4.el7.src.rpm) = 3c00e7fe8a6eed18fcd7e9218e7c4536d67f09c6eca5180534e5068fb77768e3 +SIZE (rpm/centos/7.2.1511/i386/libxcb-1.11-4.el7.src.rpm) = 528815 +SHA256 (rpm/centos/7.2.1511/i386/libxkbfile-1.0.8-5.el7.src.rpm) = ec58e7c382a9418cecac8ede0c8f050d47b4625028205b881f6f459252c23cb4 +SIZE (rpm/centos/7.2.1511/i386/libxkbfile-1.0.8-5.el7.src.rpm) = 346309 +SHA256 (rpm/centos/7.2.1511/i386/mesa-libGLw-8.0.0-4.el7.src.rpm) = 88b371182ef8e1bede730ab31bee8d227d57963a08a17d386fdcffa2d805617e +SIZE (rpm/centos/7.2.1511/i386/mesa-libGLw-8.0.0-4.el7.src.rpm) = 228639 Property changes on: head/x11/linux-c7-xorg-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/x11/linux-c7-xorg-libs/distinfo.x86_64 =================================================================== --- head/x11/linux-c7-xorg-libs/distinfo.x86_64 (nonexistent) +++ head/x11/linux-c7-xorg-libs/distinfo.x86_64 (revision 424259) @@ -0,0 +1,205 @@ +TIMESTAMP = 1473794768 +SHA256 (rpm/centos/7.2.1511/x86_64/libICE-1.0.9-2.el7.i686.rpm) = d3c638b7c3052d300835f65f0d63487c14aa1ef6c3892a4efe3fc6f60fdfdf82 +SIZE (rpm/centos/7.2.1511/x86_64/libICE-1.0.9-2.el7.i686.rpm) = 65400 +SHA256 (rpm/centos/7.2.1511/x86_64/libSM-1.2.2-2.el7.i686.rpm) = bbd4714d8719220c18f162575aad05a648635e0b213851213940575cbfd4fa8a +SIZE (rpm/centos/7.2.1511/x86_64/libSM-1.2.2-2.el7.i686.rpm) = 39436 +SHA256 (rpm/centos/7.2.1511/x86_64/libX11-1.6.3-2.el7.i686.rpm) = 7697080b41bb094b37510586603928f5f19638aba9a88c675da2b2c73aa0e1bd +SIZE (rpm/centos/7.2.1511/x86_64/libX11-1.6.3-2.el7.i686.rpm) = 624312 +SHA256 (rpm/centos/7.2.1511/x86_64/libXScrnSaver-1.2.2-6.1.el7.i686.rpm) = 773a6a2c04a68027524553fd39f24d2b4d45edbca4ad67f6862a31fc8ce71335 +SIZE (rpm/centos/7.2.1511/x86_64/libXScrnSaver-1.2.2-6.1.el7.i686.rpm) = 24168 +SHA256 (rpm/centos/7.2.1511/x86_64/libXau-1.0.8-2.1.el7.i686.rpm) = 1d618fc13761ba78da13fc6bd43933c37bcea6b0b268e214e2a0f7287aafb4bf +SIZE (rpm/centos/7.2.1511/x86_64/libXau-1.0.8-2.1.el7.i686.rpm) = 29824 +SHA256 (rpm/centos/7.2.1511/x86_64/libXaw-1.0.12-5.el7.i686.rpm) = 51758a3f72766d0957c2903cca9012200c538036a8ac113a4e004daafec7aeac +SIZE (rpm/centos/7.2.1511/x86_64/libXaw-1.0.12-5.el7.i686.rpm) = 191136 +SHA256 (rpm/centos/7.2.1511/x86_64/libXcomposite-0.4.4-4.1.el7.i686.rpm) = 5b9816bcfe046d26521eac662dc01587afa91a327583d2de73ea1cae5ceae756 +SIZE (rpm/centos/7.2.1511/x86_64/libXcomposite-0.4.4-4.1.el7.i686.rpm) = 22804 +SHA256 (rpm/centos/7.2.1511/x86_64/libXcursor-1.1.14-2.1.el7.i686.rpm) = 3079abf3f9f179c7a69f391e58f0d489e87f5b0c2a7c2c351d84f9aecdd8a9df +SIZE (rpm/centos/7.2.1511/x86_64/libXcursor-1.1.14-2.1.el7.i686.rpm) = 30504 +SHA256 (rpm/centos/7.2.1511/x86_64/libXdamage-1.1.4-4.1.el7.i686.rpm) = 498697f8e0d087052b82b4332152568792a5ce109678285f1f1926a73c507a94 +SIZE (rpm/centos/7.2.1511/x86_64/libXdamage-1.1.4-4.1.el7.i686.rpm) = 20832 +SHA256 (rpm/centos/7.2.1511/x86_64/libXdmcp-1.1.1-6.1.el7.i686.rpm) = ca6ec7955018846b7cbe78c68e8e99fa218fd5b8cc9782526acbfb5eea3f8a57 +SIZE (rpm/centos/7.2.1511/x86_64/libXdmcp-1.1.1-6.1.el7.i686.rpm) = 32792 +SHA256 (rpm/centos/7.2.1511/x86_64/libXevie-1.0.3-7.1.el7.i686.rpm) = 1600aa148f2c988d63f0122fb133d374c6dc748b1ade3f8ff28edfacd6ccaf8a +SIZE (rpm/centos/7.2.1511/x86_64/libXevie-1.0.3-7.1.el7.i686.rpm) = 18184 +SHA256 (rpm/centos/7.2.1511/x86_64/libXext-1.3.3-3.el7.i686.rpm) = bda66ea9cb11ff9834298a503534b6b48e9b5cfefc5596ad379b1a530abad676 +SIZE (rpm/centos/7.2.1511/x86_64/libXext-1.3.3-3.el7.i686.rpm) = 39804 +SHA256 (rpm/centos/7.2.1511/x86_64/libXfixes-5.0.1-2.1.el7.i686.rpm) = 14c085fd732488a2cf545138c4e2e315bb7ad6d20c4cc9aa022e0b9270e72a0c +SIZE (rpm/centos/7.2.1511/x86_64/libXfixes-5.0.1-2.1.el7.i686.rpm) = 18292 +SHA256 (rpm/centos/7.2.1511/x86_64/libXfont-1.5.1-2.el7.i686.rpm) = b234328df3ff01e77243c5c58ec0f52884d1f2f8d1948006f7eebb030aebf11d +SIZE (rpm/centos/7.2.1511/x86_64/libXfont-1.5.1-2.el7.i686.rpm) = 154392 +SHA256 (rpm/centos/7.2.1511/x86_64/libXft-2.3.2-2.el7.i686.rpm) = e80bbb502a050b2e204557a0a604743a6a82d82b4da32bded9f800b55e249654 +SIZE (rpm/centos/7.2.1511/x86_64/libXft-2.3.2-2.el7.i686.rpm) = 59184 +SHA256 (rpm/centos/7.2.1511/x86_64/libXi-1.7.4-2.el7.i686.rpm) = 84e6168d3f180e3ceaf893f456b27f8e9290081312d2893221f0f323df8e0593 +SIZE (rpm/centos/7.2.1511/x86_64/libXi-1.7.4-2.el7.i686.rpm) = 40628 +SHA256 (rpm/centos/7.2.1511/x86_64/libXinerama-1.1.3-2.1.el7.i686.rpm) = 4f096f8d8db4beb426a3ded9614597f7448291c394f67e12294bfb860b1aac9b +SIZE (rpm/centos/7.2.1511/x86_64/libXinerama-1.1.3-2.1.el7.i686.rpm) = 14168 +SHA256 (rpm/centos/7.2.1511/x86_64/libXmu-1.1.2-2.el7.i686.rpm) = 893eb9819adaecb8bab320a816fe1c4b1a6fd73ff16518c18609370afd9dc6bd +SIZE (rpm/centos/7.2.1511/x86_64/libXmu-1.1.2-2.el7.i686.rpm) = 72276 +SHA256 (rpm/centos/7.2.1511/x86_64/libXp-1.0.2-2.1.el7.i686.rpm) = dd13d39ef9a1f57eca66c515c777f3c4db88dc9329fbf53a9083c92c9387a523 +SIZE (rpm/centos/7.2.1511/x86_64/libXp-1.0.2-2.1.el7.i686.rpm) = 31152 +SHA256 (rpm/centos/7.2.1511/x86_64/libXpm-3.5.11-3.el7.i686.rpm) = bfd1c3024b06c5a9483cf81931e70738f8ba150ab273b34f9d7fc75f0aab1359 +SIZE (rpm/centos/7.2.1511/x86_64/libXpm-3.5.11-3.el7.i686.rpm) = 54784 +SHA256 (rpm/centos/7.2.1511/x86_64/libXrandr-1.4.2-2.el7.i686.rpm) = 5c58c3bd7217549bc30bb1d9e8c8609448bf3a2c7099fba64522bf5150781cac +SIZE (rpm/centos/7.2.1511/x86_64/libXrandr-1.4.2-2.el7.i686.rpm) = 25828 +SHA256 (rpm/centos/7.2.1511/x86_64/libXrender-0.9.8-2.1.el7.i686.rpm) = 759fdbb34a226d04432443de27bf51ec5d235637f3de29be565dc898bfd403cd +SIZE (rpm/centos/7.2.1511/x86_64/libXrender-0.9.8-2.1.el7.i686.rpm) = 25452 +SHA256 (rpm/centos/7.2.1511/x86_64/libXres-1.0.7-2.1.el7.i686.rpm) = 5bde92d5d2671811da7727794f1cc41ad164b6042c3764b5d2f4e4d759ab2dd8 +SIZE (rpm/centos/7.2.1511/x86_64/libXres-1.0.7-2.1.el7.i686.rpm) = 13548 +SHA256 (rpm/centos/7.2.1511/x86_64/libXt-1.1.4-6.1.el7.i686.rpm) = 2831fa21259c51251959011e9de5eddaa5ab045cae6541f3cbaa574e7ceda354 +SIZE (rpm/centos/7.2.1511/x86_64/libXt-1.1.4-6.1.el7.i686.rpm) = 170568 +SHA256 (rpm/centos/7.2.1511/x86_64/libXtst-1.2.2-2.1.el7.i686.rpm) = 5af557e51b557a6c384b36361be7f5f558ed71c4dff2a9807ace2fe1ff4b4ca4 +SIZE (rpm/centos/7.2.1511/x86_64/libXtst-1.2.2-2.1.el7.i686.rpm) = 20368 +SHA256 (rpm/centos/7.2.1511/x86_64/libXv-1.0.10-2.el7.i686.rpm) = 7b6d78df6bf17cdc0ac4e9af5aedbe872a12c2fd7edb2841fe564dedce298e34 +SIZE (rpm/centos/7.2.1511/x86_64/libXv-1.0.10-2.el7.i686.rpm) = 18460 +SHA256 (rpm/centos/7.2.1511/x86_64/libXvMC-1.0.8-2.1.el7.i686.rpm) = ed1cd0187865bea024dbd92ed61239d8062d7225242f5e99fd0c7e167333552e +SIZE (rpm/centos/7.2.1511/x86_64/libXvMC-1.0.8-2.1.el7.i686.rpm) = 22932 +SHA256 (rpm/centos/7.2.1511/x86_64/libXxf86dga-1.1.4-2.1.el7.i686.rpm) = 9bb4504c40693bd12d790955055c177861ad3856b1870ee5112b243d9d4ed396 +SIZE (rpm/centos/7.2.1511/x86_64/libXxf86dga-1.1.4-2.1.el7.i686.rpm) = 19604 +SHA256 (rpm/centos/7.2.1511/x86_64/libXxf86misc-1.0.3-7.1.el7.i686.rpm) = 6e2ea866e760822740db2784b4aa18681901cfafc348a83e462ba6a77cbb9172 +SIZE (rpm/centos/7.2.1511/x86_64/libXxf86misc-1.0.3-7.1.el7.i686.rpm) = 19788 +SHA256 (rpm/centos/7.2.1511/x86_64/libXxf86vm-1.1.3-2.1.el7.i686.rpm) = 83893fdc58776554199819c6ce71c3e783d914f197b9b1c00d45e84280b3d2b1 +SIZE (rpm/centos/7.2.1511/x86_64/libXxf86vm-1.1.3-2.1.el7.i686.rpm) = 17968 +SHA256 (rpm/centos/7.2.1511/x86_64/libfontenc-1.1.2-3.el7.i686.rpm) = 3fdefa311195f486f07b39fdd6e0d520b2d15dfb8568473e8bf0544411e14776 +SIZE (rpm/centos/7.2.1511/x86_64/libfontenc-1.1.2-3.el7.i686.rpm) = 30816 +SHA256 (rpm/centos/7.2.1511/x86_64/libxcb-1.11-4.el7.i686.rpm) = 169a250fb6d0d356a05de513ded4c86a3df8587b463fc79c59ae1d6d83c21fd2 +SIZE (rpm/centos/7.2.1511/x86_64/libxcb-1.11-4.el7.i686.rpm) = 206692 +SHA256 (rpm/centos/7.2.1511/x86_64/libxkbfile-1.0.8-5.el7.i686.rpm) = 539d6658b0fc80e79800e3eed166c5511048b8b36f0f2c490980c3173bb12c4b +SIZE (rpm/centos/7.2.1511/x86_64/libxkbfile-1.0.8-5.el7.i686.rpm) = 81588 +SHA256 (rpm/centos/7.2.1511/x86_64/mesa-libGLw-8.0.0-4.el7.i686.rpm) = 4ed36daedcafbdea1b83259f32d052dd2457176705da2e36e42f28f548b64c12 +SIZE (rpm/centos/7.2.1511/x86_64/mesa-libGLw-8.0.0-4.el7.i686.rpm) = 15408 +SHA256 (rpm/centos/7.2.1511/x86_64/libICE-1.0.9-2.el7.x86_64.rpm) = 5f9db2bade1847e65ea3da9546e6e7a9c95afd5fe2fed8361e97b648d8cf4c59 +SIZE (rpm/centos/7.2.1511/x86_64/libICE-1.0.9-2.el7.x86_64.rpm) = 66412 +SHA256 (rpm/centos/7.2.1511/x86_64/libSM-1.2.2-2.el7.x86_64.rpm) = 3a1f996031e2a1ce991547720319eb92463d9ac667d697bb7b496bdd0722bc62 +SIZE (rpm/centos/7.2.1511/x86_64/libSM-1.2.2-2.el7.x86_64.rpm) = 40160 +SHA256 (rpm/centos/7.2.1511/x86_64/libX11-1.6.3-2.el7.x86_64.rpm) = b0969827b561d7dee0419eed9f7381787c229deb51efaf4260a5979e5c358f3b +SIZE (rpm/centos/7.2.1511/x86_64/libX11-1.6.3-2.el7.x86_64.rpm) = 619948 +SHA256 (rpm/centos/7.2.1511/x86_64/libXScrnSaver-1.2.2-6.1.el7.x86_64.rpm) = ea8e5b4a6c0c7b4d8d4c59c8839f90a81e21a7d2b80db7621777d55164c13d93 +SIZE (rpm/centos/7.2.1511/x86_64/libXScrnSaver-1.2.2-6.1.el7.x86_64.rpm) = 24120 +SHA256 (rpm/centos/7.2.1511/x86_64/libXau-1.0.8-2.1.el7.x86_64.rpm) = c6441b423c19c5ca543d72fe6ed3679f039538ad345cb4284a36781869f8609c +SIZE (rpm/centos/7.2.1511/x86_64/libXau-1.0.8-2.1.el7.x86_64.rpm) = 29784 +SHA256 (rpm/centos/7.2.1511/x86_64/libXaw-1.0.12-5.el7.x86_64.rpm) = 753dcce674f07f134a98801c45cdfda205b5354385d11dfef992ac50356bde0b +SIZE (rpm/centos/7.2.1511/x86_64/libXaw-1.0.12-5.el7.x86_64.rpm) = 194816 +SHA256 (rpm/centos/7.2.1511/x86_64/libXcomposite-0.4.4-4.1.el7.x86_64.rpm) = 81357f494edca6c828f541cf9d229d97ac5e496fbb23a28a86535b5b9cd49a41 +SIZE (rpm/centos/7.2.1511/x86_64/libXcomposite-0.4.4-4.1.el7.x86_64.rpm) = 22792 +SHA256 (rpm/centos/7.2.1511/x86_64/libXcursor-1.1.14-2.1.el7.x86_64.rpm) = 1a5aac24faea60f86860501518df8e394849c5d30133d20655bda2c9076c2313 +SIZE (rpm/centos/7.2.1511/x86_64/libXcursor-1.1.14-2.1.el7.x86_64.rpm) = 30248 +SHA256 (rpm/centos/7.2.1511/x86_64/libXdamage-1.1.4-4.1.el7.x86_64.rpm) = 790df35e712320c967e7934e417687e17457b7cf989e54045115dd8f4c560949 +SIZE (rpm/centos/7.2.1511/x86_64/libXdamage-1.1.4-4.1.el7.x86_64.rpm) = 20916 +SHA256 (rpm/centos/7.2.1511/x86_64/libXdmcp-1.1.1-6.1.el7.x86_64.rpm) = dccd2b4873598e0cd87959021405c9abba1884ed8b0eb815bec95eace6301b70 +SIZE (rpm/centos/7.2.1511/x86_64/libXdmcp-1.1.1-6.1.el7.x86_64.rpm) = 32628 +SHA256 (rpm/centos/7.2.1511/x86_64/libXevie-1.0.3-7.1.el7.x86_64.rpm) = ffcffe6018f1af3a51bc39b29a447658e9dce02529f6f6d25886fd89e981f013 +SIZE (rpm/centos/7.2.1511/x86_64/libXevie-1.0.3-7.1.el7.x86_64.rpm) = 18188 +SHA256 (rpm/centos/7.2.1511/x86_64/libXext-1.3.3-3.el7.x86_64.rpm) = 58284e32f1f3343c56722653e7870e8062c1570cd965802bc284da6480d9d366 +SIZE (rpm/centos/7.2.1511/x86_64/libXext-1.3.3-3.el7.x86_64.rpm) = 39572 +SHA256 (rpm/centos/7.2.1511/x86_64/libXfixes-5.0.1-2.1.el7.x86_64.rpm) = 3fa1b07c6159bb0f0d811c70330a94987dc51932991b4679d02f48689bf2e710 +SIZE (rpm/centos/7.2.1511/x86_64/libXfixes-5.0.1-2.1.el7.x86_64.rpm) = 18568 +SHA256 (rpm/centos/7.2.1511/x86_64/libXfont-1.5.1-2.el7.x86_64.rpm) = bf37ac5a64a4d6b516f151be0c1b6f75ed59c6c450f2cab0153221b2e1ddd40e +SIZE (rpm/centos/7.2.1511/x86_64/libXfont-1.5.1-2.el7.x86_64.rpm) = 153884 +SHA256 (rpm/centos/7.2.1511/x86_64/libXft-2.3.2-2.el7.x86_64.rpm) = aca6be8d337c969a5d84b3af1180f06462cef3bb592b08eeb2eba9f384e796a1 +SIZE (rpm/centos/7.2.1511/x86_64/libXft-2.3.2-2.el7.x86_64.rpm) = 59548 +SHA256 (rpm/centos/7.2.1511/x86_64/libXi-1.7.4-2.el7.x86_64.rpm) = 21bbba5eef9cd12ccf87639685c21d2586b380d3620efbc1c6fd91f7917c6878 +SIZE (rpm/centos/7.2.1511/x86_64/libXi-1.7.4-2.el7.x86_64.rpm) = 40604 +SHA256 (rpm/centos/7.2.1511/x86_64/libXinerama-1.1.3-2.1.el7.x86_64.rpm) = 9ef99967dc5834d32b4c643cc5c5771a2156057f1095316e070cc0d15eaaa62f +SIZE (rpm/centos/7.2.1511/x86_64/libXinerama-1.1.3-2.1.el7.x86_64.rpm) = 14128 +SHA256 (rpm/centos/7.2.1511/x86_64/libXmu-1.1.2-2.el7.x86_64.rpm) = 25a601ca1906ee3eb3bacd18b3cbe0848846e2ce6cfc6ed6be7d7d1dbb1eb87f +SIZE (rpm/centos/7.2.1511/x86_64/libXmu-1.1.2-2.el7.x86_64.rpm) = 72680 +SHA256 (rpm/centos/7.2.1511/x86_64/libXp-1.0.2-2.1.el7.x86_64.rpm) = 9e379456530d25cf3de33452d6d531dd4a21ca21099c5fcdbffaf3fd686422e0 +SIZE (rpm/centos/7.2.1511/x86_64/libXp-1.0.2-2.1.el7.x86_64.rpm) = 31044 +SHA256 (rpm/centos/7.2.1511/x86_64/libXpm-3.5.11-3.el7.x86_64.rpm) = f0035f436f677689b3363ad8d84660ecc94893dd9b3d74cccf324a9dd85a8c63 +SIZE (rpm/centos/7.2.1511/x86_64/libXpm-3.5.11-3.el7.x86_64.rpm) = 55468 +SHA256 (rpm/centos/7.2.1511/x86_64/libXrandr-1.4.2-2.el7.x86_64.rpm) = fdb01f3666219e9c4772d3c3b5c87c514c851d791179bde40db5ada9f3fee917 +SIZE (rpm/centos/7.2.1511/x86_64/libXrandr-1.4.2-2.el7.x86_64.rpm) = 26120 +SHA256 (rpm/centos/7.2.1511/x86_64/libXrender-0.9.8-2.1.el7.x86_64.rpm) = 3760818cb20d9327a539b0cf5e8fb90d2026dff3f27e8fe082dafc6c1c962061 +SIZE (rpm/centos/7.2.1511/x86_64/libXrender-0.9.8-2.1.el7.x86_64.rpm) = 26076 +SHA256 (rpm/centos/7.2.1511/x86_64/libXres-1.0.7-2.1.el7.x86_64.rpm) = 0d9431ea6ee52436f5bb2336b70673b42044a5ce48962ac3302958dbcbed06d4 +SIZE (rpm/centos/7.2.1511/x86_64/libXres-1.0.7-2.1.el7.x86_64.rpm) = 13556 +SHA256 (rpm/centos/7.2.1511/x86_64/libXt-1.1.4-6.1.el7.x86_64.rpm) = dc3bebaa8b9e91c5ae88d6ec6c8569a6a04f3e2a2cbf84c501c725fd64fc892d +SIZE (rpm/centos/7.2.1511/x86_64/libXt-1.1.4-6.1.el7.x86_64.rpm) = 176960 +SHA256 (rpm/centos/7.2.1511/x86_64/libXtst-1.2.2-2.1.el7.x86_64.rpm) = 8244eb7ab6a65eed916c555d4b2bff41b6f944c310d29d354fac3bd1424e85d1 +SIZE (rpm/centos/7.2.1511/x86_64/libXtst-1.2.2-2.1.el7.x86_64.rpm) = 20556 +SHA256 (rpm/centos/7.2.1511/x86_64/libXv-1.0.10-2.el7.x86_64.rpm) = 75bd8b5ec01c2379b224dcd0149559f33143890237c61f04d3b4c5a75ad1ff71 +SIZE (rpm/centos/7.2.1511/x86_64/libXv-1.0.10-2.el7.x86_64.rpm) = 18424 +SHA256 (rpm/centos/7.2.1511/x86_64/libXvMC-1.0.8-2.1.el7.x86_64.rpm) = f0bd8658dd26c1e57a5e0d6a19202c404248d971824954fe4918fb1527cb4e8e +SIZE (rpm/centos/7.2.1511/x86_64/libXvMC-1.0.8-2.1.el7.x86_64.rpm) = 22660 +SHA256 (rpm/centos/7.2.1511/x86_64/libXxf86dga-1.1.4-2.1.el7.x86_64.rpm) = 77dd7b1a7582bd3c824172f08be2acf4b9b2792bd29045232526d6425d90a948 +SIZE (rpm/centos/7.2.1511/x86_64/libXxf86dga-1.1.4-2.1.el7.x86_64.rpm) = 19784 +SHA256 (rpm/centos/7.2.1511/x86_64/libXxf86misc-1.0.3-7.1.el7.x86_64.rpm) = c0b55d7048821ca28ee08c63340f55f1bd4a3bc245b1ea09113bfec8a0e0001e +SIZE (rpm/centos/7.2.1511/x86_64/libXxf86misc-1.0.3-7.1.el7.x86_64.rpm) = 19768 +SHA256 (rpm/centos/7.2.1511/x86_64/libXxf86vm-1.1.3-2.1.el7.x86_64.rpm) = 44385af7613d8be4a47014881c2ca793f9d6c89f030af78699bbf04b866f39e9 +SIZE (rpm/centos/7.2.1511/x86_64/libXxf86vm-1.1.3-2.1.el7.x86_64.rpm) = 17868 +SHA256 (rpm/centos/7.2.1511/x86_64/libfontenc-1.1.2-3.el7.x86_64.rpm) = 91174e1f84a78c914b80a30c9763d4268ce062d8fabf73a80d207eee4df3df58 +SIZE (rpm/centos/7.2.1511/x86_64/libfontenc-1.1.2-3.el7.x86_64.rpm) = 30908 +SHA256 (rpm/centos/7.2.1511/x86_64/libxcb-1.11-4.el7.x86_64.rpm) = b163298c8c7125dd723312d5d4b5755adb3f1adff2e9d4e50a60b86a678e4733 +SIZE (rpm/centos/7.2.1511/x86_64/libxcb-1.11-4.el7.x86_64.rpm) = 193704 +SHA256 (rpm/centos/7.2.1511/x86_64/libxkbfile-1.0.8-5.el7.x86_64.rpm) = e3fa2546ce0e1350b5cbb9167b785d0be2f6b8ad6f83a12f269681907eae316d +SIZE (rpm/centos/7.2.1511/x86_64/libxkbfile-1.0.8-5.el7.x86_64.rpm) = 82460 +SHA256 (rpm/centos/7.2.1511/x86_64/mesa-libGLw-8.0.0-4.el7.x86_64.rpm) = b9040b760c58ebcd27948f541082ffcd60887a901ae22248eb654aa48fef28ac +SIZE (rpm/centos/7.2.1511/x86_64/mesa-libGLw-8.0.0-4.el7.x86_64.rpm) = 15844 +SHA256 (rpm/centos/7.2.1511/x86_64/libICE-1.0.9-2.el7.src.rpm) = 1d5e05716c60f80e46cfafc4469af0805116f385ee29776c1189707e59393bc8 +SIZE (rpm/centos/7.2.1511/x86_64/libICE-1.0.9-2.el7.src.rpm) = 396722 +SHA256 (rpm/centos/7.2.1511/x86_64/libSM-1.2.2-2.el7.src.rpm) = d5a68e8f52da9176bf7dfb064196da59296169e3cc8a9d3bc83502a1e185b061 +SIZE (rpm/centos/7.2.1511/x86_64/libSM-1.2.2-2.el7.src.rpm) = 360255 +SHA256 (rpm/centos/7.2.1511/x86_64/libX11-1.6.3-2.el7.src.rpm) = a4d412e079716718e02c26b93bfb61c866e46d660a625d8fea49f41c77a3bb13 +SIZE (rpm/centos/7.2.1511/x86_64/libX11-1.6.3-2.el7.src.rpm) = 2387961 +SHA256 (rpm/centos/7.2.1511/x86_64/libXScrnSaver-1.2.2-6.1.el7.src.rpm) = c4f420c7c17818a3660c9ebf70fa15f1c81ca620272eb4e06784c9cdeddf7021 +SIZE (rpm/centos/7.2.1511/x86_64/libXScrnSaver-1.2.2-6.1.el7.src.rpm) = 302309 +SHA256 (rpm/centos/7.2.1511/x86_64/libXau-1.0.8-2.1.el7.src.rpm) = 5a69c64dbcab0c437449eb5cbac15b167dbb456a6b14d2fcd6a4d8b20d14064c +SIZE (rpm/centos/7.2.1511/x86_64/libXau-1.0.8-2.1.el7.src.rpm) = 306462 +SHA256 (rpm/centos/7.2.1511/x86_64/libXaw-1.0.12-5.el7.src.rpm) = 3441059ac5cd5791e659f844b4446787f23203500123f4394858731f5f51f69d +SIZE (rpm/centos/7.2.1511/x86_64/libXaw-1.0.12-5.el7.src.rpm) = 691906 +SHA256 (rpm/centos/7.2.1511/x86_64/libXcomposite-0.4.4-4.1.el7.src.rpm) = 9ef3229c8a81871dfb2159cf0c519eb39d0ba614549ae3235f7b756b22312c92 +SIZE (rpm/centos/7.2.1511/x86_64/libXcomposite-0.4.4-4.1.el7.src.rpm) = 294529 +SHA256 (rpm/centos/7.2.1511/x86_64/libXcursor-1.1.14-2.1.el7.src.rpm) = 6b179332f5052d7cb9cce575a2a273093f4fb105eb116cb9e5c45c9321ca4cdb +SIZE (rpm/centos/7.2.1511/x86_64/libXcursor-1.1.14-2.1.el7.src.rpm) = 324554 +SHA256 (rpm/centos/7.2.1511/x86_64/libXdamage-1.1.4-4.1.el7.src.rpm) = 6d70019f18de3cb13522bc47b4dad7a4e908a16fe5af2c4916dd272bb844f3bb +SIZE (rpm/centos/7.2.1511/x86_64/libXdamage-1.1.4-4.1.el7.src.rpm) = 289089 +SHA256 (rpm/centos/7.2.1511/x86_64/libXdmcp-1.1.1-6.1.el7.src.rpm) = 18548905e9a7c78a43ad14833de4d8faae14a3f6183d1272f63f23eb0144be8e +SIZE (rpm/centos/7.2.1511/x86_64/libXdmcp-1.1.1-6.1.el7.src.rpm) = 321950 +SHA256 (rpm/centos/7.2.1511/x86_64/libXevie-1.0.3-7.1.el7.src.rpm) = a59030ac20ae38d1a3952eefedbe1de7884c6d92c29f2347d82679246e1405e6 +SIZE (rpm/centos/7.2.1511/x86_64/libXevie-1.0.3-7.1.el7.src.rpm) = 263222 +SHA256 (rpm/centos/7.2.1511/x86_64/libXext-1.3.3-3.el7.src.rpm) = 0663ed66040824de75185b70dd05a5036369a6da493409a1c6ee7be3ccda9dba +SIZE (rpm/centos/7.2.1511/x86_64/libXext-1.3.3-3.el7.src.rpm) = 402815 +SHA256 (rpm/centos/7.2.1511/x86_64/libXfixes-5.0.1-2.1.el7.src.rpm) = 115c753de9a06db25fe32addeea7bbabd4d462436cc810a56bfa47beb215564d +SIZE (rpm/centos/7.2.1511/x86_64/libXfixes-5.0.1-2.1.el7.src.rpm) = 303018 +SHA256 (rpm/centos/7.2.1511/x86_64/libXfont-1.5.1-2.el7.src.rpm) = f5622d2b257199d930caf07b72965439748b5cae14a26ad2e00710c96b903001 +SIZE (rpm/centos/7.2.1511/x86_64/libXfont-1.5.1-2.el7.src.rpm) = 519875 +SHA256 (rpm/centos/7.2.1511/x86_64/libXft-2.3.2-2.el7.src.rpm) = 89d8d6243f1963c2d27ec03c3959c37cd92938ee63ea10442bf51a9e32dc14d4 +SIZE (rpm/centos/7.2.1511/x86_64/libXft-2.3.2-2.el7.src.rpm) = 347282 +SHA256 (rpm/centos/7.2.1511/x86_64/libXi-1.7.4-2.el7.src.rpm) = 8be09f290b473f95a466db03aa54891c3fb0c6d1971a185d45908f642c4d67ad +SIZE (rpm/centos/7.2.1511/x86_64/libXi-1.7.4-2.el7.src.rpm) = 474155 +SHA256 (rpm/centos/7.2.1511/x86_64/libXinerama-1.1.3-2.1.el7.src.rpm) = 904336a4d736b453bc0bdd2f6922e1b9d812eaf5f569a928b17860b31a217cae +SIZE (rpm/centos/7.2.1511/x86_64/libXinerama-1.1.3-2.1.el7.src.rpm) = 288803 +SHA256 (rpm/centos/7.2.1511/x86_64/libXmu-1.1.2-2.el7.src.rpm) = abe04cf4008af212b8506940ec98a59a15ea5100e6ac260a66a3c7f97bb8a3ad +SIZE (rpm/centos/7.2.1511/x86_64/libXmu-1.1.2-2.el7.src.rpm) = 408455 +SHA256 (rpm/centos/7.2.1511/x86_64/libXp-1.0.2-2.1.el7.src.rpm) = b0a56d5670fc549d7d6c6a4158934418c0b50152d31522295f346dab7c3e96dc +SIZE (rpm/centos/7.2.1511/x86_64/libXp-1.0.2-2.1.el7.src.rpm) = 321740 +SHA256 (rpm/centos/7.2.1511/x86_64/libXpm-3.5.11-3.el7.src.rpm) = 3bfcb5c35a86f141a1b9cd3d36acababafd0358e811816ef9a09c6bbab425416 +SIZE (rpm/centos/7.2.1511/x86_64/libXpm-3.5.11-3.el7.src.rpm) = 454990 +SHA256 (rpm/centos/7.2.1511/x86_64/libXrandr-1.4.2-2.el7.src.rpm) = 25cfe59fba9cf487ff7ec60f33dde9a61f96b10c645144ad4045bf0a7936f144 +SIZE (rpm/centos/7.2.1511/x86_64/libXrandr-1.4.2-2.el7.src.rpm) = 327589 +SHA256 (rpm/centos/7.2.1511/x86_64/libXrender-0.9.8-2.1.el7.src.rpm) = 3bc1354c212d3910ebae77f5aa0a547a7c49a944ffdec2fb848ff3cfb52842e5 +SIZE (rpm/centos/7.2.1511/x86_64/libXrender-0.9.8-2.1.el7.src.rpm) = 317274 +SHA256 (rpm/centos/7.2.1511/x86_64/libXres-1.0.7-2.1.el7.src.rpm) = 88b1238a2f0353395a4db1550234e0b5d0de2e693fb4ff5967fb7e5b9a80f165 +SIZE (rpm/centos/7.2.1511/x86_64/libXres-1.0.7-2.1.el7.src.rpm) = 293750 +SHA256 (rpm/centos/7.2.1511/x86_64/libXt-1.1.4-6.1.el7.src.rpm) = 2c3148a3253e5873f55b2fb150e90e38235447e40105284266f83f334a1d16fe +SIZE (rpm/centos/7.2.1511/x86_64/libXt-1.1.4-6.1.el7.src.rpm) = 776667 +SHA256 (rpm/centos/7.2.1511/x86_64/libXtst-1.2.2-2.1.el7.src.rpm) = aead1c3975c9ebde8e8c20f5c1d7dbacea0cce3dafa973bd6bcebe2c9b73a6b7 +SIZE (rpm/centos/7.2.1511/x86_64/libXtst-1.2.2-2.1.el7.src.rpm) = 333433 +SHA256 (rpm/centos/7.2.1511/x86_64/libXv-1.0.10-2.el7.src.rpm) = a0abd5272ecbdb16ab2ad20beaa613786f197c7499da01f50b3d93f1d4d3bb3f +SIZE (rpm/centos/7.2.1511/x86_64/libXv-1.0.10-2.el7.src.rpm) = 312011 +SHA256 (rpm/centos/7.2.1511/x86_64/libXvMC-1.0.8-2.1.el7.src.rpm) = b74d68cf40f4ef71c8ce2e00d7892611b70d248293490852ecf64e44287ce083 +SIZE (rpm/centos/7.2.1511/x86_64/libXvMC-1.0.8-2.1.el7.src.rpm) = 316797 +SHA256 (rpm/centos/7.2.1511/x86_64/libXxf86dga-1.1.4-2.1.el7.src.rpm) = 080bc7d60272fe6fa87e94ca301fbb54927edc7f2498bea373c87e3c7f67d0ac +SIZE (rpm/centos/7.2.1511/x86_64/libXxf86dga-1.1.4-2.1.el7.src.rpm) = 290826 +SHA256 (rpm/centos/7.2.1511/x86_64/libXxf86misc-1.0.3-7.1.el7.src.rpm) = 17f5205e77bb359f26df7fd9a828400a944d00e811d52249afbb87f3a5922ee5 +SIZE (rpm/centos/7.2.1511/x86_64/libXxf86misc-1.0.3-7.1.el7.src.rpm) = 265791 +SHA256 (rpm/centos/7.2.1511/x86_64/libXxf86vm-1.1.3-2.1.el7.src.rpm) = d14867481a1bc511873a29a46f1622f92d21dd60d32b34f0006cb2e7f3c1f105 +SIZE (rpm/centos/7.2.1511/x86_64/libXxf86vm-1.1.3-2.1.el7.src.rpm) = 295140 +SHA256 (rpm/centos/7.2.1511/x86_64/libfontenc-1.1.2-3.el7.src.rpm) = 44972d3acf51ddf0f22ef5e9e3fcec87ad10d29bf83cdb0af11c1ff97f7b6895 +SIZE (rpm/centos/7.2.1511/x86_64/libfontenc-1.1.2-3.el7.src.rpm) = 306913 +SHA256 (rpm/centos/7.2.1511/x86_64/libxcb-1.11-4.el7.src.rpm) = 3c00e7fe8a6eed18fcd7e9218e7c4536d67f09c6eca5180534e5068fb77768e3 +SIZE (rpm/centos/7.2.1511/x86_64/libxcb-1.11-4.el7.src.rpm) = 528815 +SHA256 (rpm/centos/7.2.1511/x86_64/libxkbfile-1.0.8-5.el7.src.rpm) = ec58e7c382a9418cecac8ede0c8f050d47b4625028205b881f6f459252c23cb4 +SIZE (rpm/centos/7.2.1511/x86_64/libxkbfile-1.0.8-5.el7.src.rpm) = 346309 +SHA256 (rpm/centos/7.2.1511/x86_64/mesa-libGLw-8.0.0-4.el7.src.rpm) = 88b371182ef8e1bede730ab31bee8d227d57963a08a17d386fdcffa2d805617e +SIZE (rpm/centos/7.2.1511/x86_64/mesa-libGLw-8.0.0-4.el7.src.rpm) = 228639 Property changes on: head/x11/linux-c7-xorg-libs/distinfo.x86_64 ___________________________________________________________________ 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-c7-xorg-libs/pkg-descr =================================================================== --- head/x11/linux-c7-xorg-libs/pkg-descr (nonexistent) +++ head/x11/linux-c7-xorg-libs/pkg-descr (revision 424259) @@ -0,0 +1,5 @@ +This is a Linux 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-c7-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-c7-xorg-libs/pkg-plist.i386 =================================================================== --- head/x11/linux-c7-xorg-libs/pkg-plist.i386 (nonexistent) +++ head/x11/linux-c7-xorg-libs/pkg-plist.i386 (revision 424259) @@ -0,0 +1,210 @@ +usr/lib/libGLw.so.1 +usr/lib/libGLw.so.1.0.0 +usr/lib/libICE.so.6 +usr/lib/libICE.so.6.3.0 +usr/lib/libSM.so.6 +usr/lib/libSM.so.6.0.1 +usr/lib/libX11-xcb.so.1 +usr/lib/libX11-xcb.so.1.0.0 +usr/lib/libX11.so.6 +usr/lib/libX11.so.6.3.0 +usr/lib/libXRes.so.1 +usr/lib/libXRes.so.1.0.0 +usr/lib/libXau.so.6 +usr/lib/libXau.so.6.0.0 +usr/lib/libXaw.so.7 +usr/lib/libXaw7.so.7 +usr/lib/libXaw7.so.7.0.0 +usr/lib/libXcomposite.so.1 +usr/lib/libXcomposite.so.1.0.0 +usr/lib/libXcursor.so.1 +usr/lib/libXcursor.so.1.0.2 +usr/lib/libXdamage.so.1 +usr/lib/libXdamage.so.1.1.0 +usr/lib/libXdmcp.so.6 +usr/lib/libXdmcp.so.6.0.0 +usr/lib/libXevie.so.1 +usr/lib/libXevie.so.1.0.0 +usr/lib/libXext.so.6 +usr/lib/libXext.so.6.4.0 +usr/lib/libXfixes.so.3 +usr/lib/libXfixes.so.3.1.0 +usr/lib/libXfont.so.1 +usr/lib/libXfont.so.1.4.1 +usr/lib/libXft.so.2 +usr/lib/libXft.so.2.3.2 +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-dri3.so.0 +usr/lib/libxcb-dri3.so.0.0.0 +usr/lib/libxcb-glx.so.0 +usr/lib/libxcb-glx.so.0.0.0 +usr/lib/libxcb-present.so.0 +usr/lib/libxcb-present.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.1 +usr/lib/libxcb-sync.so.1.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-xinput.so.0 +usr/lib/libxcb-xinput.so.0.1.0 +usr/lib/libxcb-xkb.so.1 +usr/lib/libxcb-xkb.so.1.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 +%%PORTDOCS%%usr/share/doc/libICE/AUTHORS +%%PORTDOCS%%usr/share/doc/libICE/COPYING +%%PORTDOCS%%usr/share/doc/libICE/ChangeLog +%%PORTDOCS%%usr/share/doc/libSM-1.2.2/AUTHORS +%%PORTDOCS%%usr/share/doc/libSM-1.2.2/COPYING +%%PORTDOCS%%usr/share/doc/libSM-1.2.2/ChangeLog +%%PORTDOCS%%usr/share/doc/libXScrnSaver-1.2.2/COPYING +%%PORTDOCS%%usr/share/doc/libXScrnSaver-1.2.2/ChangeLog +%%PORTDOCS%%usr/share/doc/libXScrnSaver-1.2.2/README +%%PORTDOCS%%usr/share/doc/libXau-1.0.8/AUTHORS +%%PORTDOCS%%usr/share/doc/libXau-1.0.8/COPYING +%%PORTDOCS%%usr/share/doc/libXau-1.0.8/ChangeLog +%%PORTDOCS%%usr/share/doc/libXau-1.0.8/README +%%PORTDOCS%%usr/share/doc/libXaw-1.0.12/COPYING +%%PORTDOCS%%usr/share/doc/libXaw-1.0.12/ChangeLog +%%PORTDOCS%%usr/share/doc/libXaw-1.0.12/README +%%PORTDOCS%%usr/share/doc/libXcomposite-0.4.4/AUTHORS +%%PORTDOCS%%usr/share/doc/libXcomposite-0.4.4/COPYING +%%PORTDOCS%%usr/share/doc/libXcomposite-0.4.4/ChangeLog +%%PORTDOCS%%usr/share/doc/libXcomposite-0.4.4/README +%%PORTDOCS%%usr/share/doc/libXcursor-1.1.14/AUTHORS +%%PORTDOCS%%usr/share/doc/libXcursor-1.1.14/COPYING +%%PORTDOCS%%usr/share/doc/libXcursor-1.1.14/README +%%PORTDOCS%%usr/share/doc/libXdamage-1.1.4/AUTHORS +%%PORTDOCS%%usr/share/doc/libXdamage-1.1.4/COPYING +%%PORTDOCS%%usr/share/doc/libXdamage-1.1.4/ChangeLog +%%PORTDOCS%%usr/share/doc/libXdamage-1.1.4/README +%%PORTDOCS%%usr/share/doc/libXdmcp-1.1.1/AUTHORS +%%PORTDOCS%%usr/share/doc/libXdmcp-1.1.1/COPYING +%%PORTDOCS%%usr/share/doc/libXdmcp-1.1.1/ChangeLog +%%PORTDOCS%%usr/share/doc/libXdmcp-1.1.1/Wraphelp.README.crypto +%%PORTDOCS%%usr/share/doc/libXevie-1.0.3/AUTHORS +%%PORTDOCS%%usr/share/doc/libXevie-1.0.3/COPYING +%%PORTDOCS%%usr/share/doc/libXevie-1.0.3/ChangeLog +%%PORTDOCS%%usr/share/doc/libXext-1.3.3/AUTHORS +%%PORTDOCS%%usr/share/doc/libXext-1.3.3/COPYING +%%PORTDOCS%%usr/share/doc/libXfixes-5.0.1/AUTHORS +%%PORTDOCS%%usr/share/doc/libXfixes-5.0.1/COPYING +%%PORTDOCS%%usr/share/doc/libXfixes-5.0.1/README +%%PORTDOCS%%usr/share/doc/libXfont-1.5.1/AUTHORS +%%PORTDOCS%%usr/share/doc/libXfont-1.5.1/COPYING +%%PORTDOCS%%usr/share/doc/libXfont-1.5.1/ChangeLog +%%PORTDOCS%%usr/share/doc/libXfont-1.5.1/README +%%PORTDOCS%%usr/share/doc/libXft-2.3.2/AUTHORS +%%PORTDOCS%%usr/share/doc/libXft-2.3.2/COPYING +%%PORTDOCS%%usr/share/doc/libXft-2.3.2/ChangeLog +%%PORTDOCS%%usr/share/doc/libXft-2.3.2/README +%%PORTDOCS%%usr/share/doc/libXi-1.7.4/COPYING +%%PORTDOCS%%usr/share/doc/libXinerama-1.1.3/COPYING +%%PORTDOCS%%usr/share/doc/libXmu-1.1.2/COPYING +%%PORTDOCS%%usr/share/doc/libXmu-1.1.2/ChangeLog +%%PORTDOCS%%usr/share/doc/libXmu-1.1.2/README +%%PORTDOCS%%usr/share/doc/libXp-1.0.2/AUTHORS +%%PORTDOCS%%usr/share/doc/libXp-1.0.2/COPYING +%%PORTDOCS%%usr/share/doc/libXp-1.0.2/ChangeLog +%%PORTDOCS%%usr/share/doc/libXpm-3.5.11/AUTHORS +%%PORTDOCS%%usr/share/doc/libXpm-3.5.11/COPYING +%%PORTDOCS%%usr/share/doc/libXpm-3.5.11/ChangeLog +%%PORTDOCS%%usr/share/doc/libXrandr-1.4.2/AUTHORS +%%PORTDOCS%%usr/share/doc/libXrandr-1.4.2/COPYING +%%PORTDOCS%%usr/share/doc/libXrender-0.9.8/AUTHORS +%%PORTDOCS%%usr/share/doc/libXrender-0.9.8/COPYING +%%PORTDOCS%%usr/share/doc/libXres-1.0.7/AUTHORS +%%PORTDOCS%%usr/share/doc/libXres-1.0.7/COPYING +%%PORTDOCS%%usr/share/doc/libXt-1.1.4/COPYING +%%PORTDOCS%%usr/share/doc/libXtst-1.2.2/COPYING +%%PORTDOCS%%usr/share/doc/libXv-1.0.10/AUTHORS +%%PORTDOCS%%usr/share/doc/libXv-1.0.10/COPYING +%%PORTDOCS%%usr/share/doc/libXvMC-1.0.8/COPYING +%%PORTDOCS%%usr/share/doc/libXvMC-1.0.8/README +%%PORTDOCS%%usr/share/doc/libXxf86dga-1.1.4/COPYING +%%PORTDOCS%%usr/share/doc/libXxf86dga-1.1.4/README +%%PORTDOCS%%usr/share/doc/libXxf86misc-1.0.3/COPYING +%%PORTDOCS%%usr/share/doc/libXxf86misc-1.0.3/ChangeLog +%%PORTDOCS%%usr/share/doc/libXxf86misc-1.0.3/README +%%PORTDOCS%%usr/share/doc/libXxf86vm-1.1.3/COPYING +%%PORTDOCS%%usr/share/doc/libXxf86vm-1.1.3/README +%%PORTDOCS%%usr/share/doc/libfontenc-1.1.2/COPYING +%%PORTDOCS%%usr/share/doc/libfontenc-1.1.2/ChangeLog +%%PORTDOCS%%usr/share/doc/libfontenc-1.1.2/README +%%PORTDOCS%%usr/share/doc/libxkbfile-1.0.8/COPYING +%%PORTDOCS%%usr/share/doc/libxkbfile-1.0.8/ChangeLog +%%PORTDOCS%%usr/share/doc/mesa-libGLw-8.0.0/README +usr/share/icons/default/index.theme +@dir usr/share/X11/app-defaults Property changes on: head/x11/linux-c7-xorg-libs/pkg-plist.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/linux-c7-xorg-libs/pkg-plist.x86_64 =================================================================== --- head/x11/linux-c7-xorg-libs/pkg-plist.x86_64 (nonexistent) +++ head/x11/linux-c7-xorg-libs/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,335 @@ +usr/lib/libGLw.so.1 +usr/lib/libGLw.so.1.0.0 +usr/lib/libICE.so.6 +usr/lib/libICE.so.6.3.0 +usr/lib/libSM.so.6 +usr/lib/libSM.so.6.0.1 +usr/lib/libX11-xcb.so.1 +usr/lib/libX11-xcb.so.1.0.0 +usr/lib/libX11.so.6 +usr/lib/libX11.so.6.3.0 +usr/lib/libXRes.so.1 +usr/lib/libXRes.so.1.0.0 +usr/lib/libXau.so.6 +usr/lib/libXau.so.6.0.0 +usr/lib/libXaw.so.7 +usr/lib/libXaw7.so.7 +usr/lib/libXaw7.so.7.0.0 +usr/lib/libXcomposite.so.1 +usr/lib/libXcomposite.so.1.0.0 +usr/lib/libXcursor.so.1 +usr/lib/libXcursor.so.1.0.2 +usr/lib/libXdamage.so.1 +usr/lib/libXdamage.so.1.1.0 +usr/lib/libXdmcp.so.6 +usr/lib/libXdmcp.so.6.0.0 +usr/lib/libXevie.so.1 +usr/lib/libXevie.so.1.0.0 +usr/lib/libXext.so.6 +usr/lib/libXext.so.6.4.0 +usr/lib/libXfixes.so.3 +usr/lib/libXfixes.so.3.1.0 +usr/lib/libXfont.so.1 +usr/lib/libXfont.so.1.4.1 +usr/lib/libXft.so.2 +usr/lib/libXft.so.2.3.2 +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-dri3.so.0 +usr/lib/libxcb-dri3.so.0.0.0 +usr/lib/libxcb-glx.so.0 +usr/lib/libxcb-glx.so.0.0.0 +usr/lib/libxcb-present.so.0 +usr/lib/libxcb-present.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.1 +usr/lib/libxcb-sync.so.1.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-xinput.so.0 +usr/lib/libxcb-xinput.so.0.1.0 +usr/lib/libxcb-xkb.so.1 +usr/lib/libxcb-xkb.so.1.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/lib64/libGLw.so.1 +usr/lib64/libGLw.so.1.0.0 +usr/lib64/libICE.so.6 +usr/lib64/libICE.so.6.3.0 +usr/lib64/libSM.so.6 +usr/lib64/libSM.so.6.0.1 +usr/lib64/libX11-xcb.so.1 +usr/lib64/libX11-xcb.so.1.0.0 +usr/lib64/libX11.so.6 +usr/lib64/libX11.so.6.3.0 +usr/lib64/libXRes.so.1 +usr/lib64/libXRes.so.1.0.0 +usr/lib64/libXau.so.6 +usr/lib64/libXau.so.6.0.0 +usr/lib64/libXaw.so.7 +usr/lib64/libXaw7.so.7 +usr/lib64/libXaw7.so.7.0.0 +usr/lib64/libXcomposite.so.1 +usr/lib64/libXcomposite.so.1.0.0 +usr/lib64/libXcursor.so.1 +usr/lib64/libXcursor.so.1.0.2 +usr/lib64/libXdamage.so.1 +usr/lib64/libXdamage.so.1.1.0 +usr/lib64/libXdmcp.so.6 +usr/lib64/libXdmcp.so.6.0.0 +usr/lib64/libXevie.so.1 +usr/lib64/libXevie.so.1.0.0 +usr/lib64/libXext.so.6 +usr/lib64/libXext.so.6.4.0 +usr/lib64/libXfixes.so.3 +usr/lib64/libXfixes.so.3.1.0 +usr/lib64/libXfont.so.1 +usr/lib64/libXfont.so.1.4.1 +usr/lib64/libXft.so.2 +usr/lib64/libXft.so.2.3.2 +usr/lib64/libXi.so.6 +usr/lib64/libXi.so.6.1.0 +usr/lib64/libXinerama.so.1 +usr/lib64/libXinerama.so.1.0.0 +usr/lib64/libXmu.so.6 +usr/lib64/libXmu.so.6.2.0 +usr/lib64/libXmuu.so.1 +usr/lib64/libXmuu.so.1.0.0 +usr/lib64/libXp.so.6 +usr/lib64/libXp.so.6.2.0 +usr/lib64/libXpm.so.4 +usr/lib64/libXpm.so.4.11.0 +usr/lib64/libXrandr.so.2 +usr/lib64/libXrandr.so.2.2.0 +usr/lib64/libXrender.so.1 +usr/lib64/libXrender.so.1.3.0 +usr/lib64/libXss.so.1 +usr/lib64/libXss.so.1.0.0 +usr/lib64/libXt.so.6 +usr/lib64/libXt.so.6.0.0 +usr/lib64/libXtst.so.6 +usr/lib64/libXtst.so.6.1.0 +usr/lib64/libXv.so.1 +usr/lib64/libXv.so.1.0.0 +usr/lib64/libXvMC.so.1 +usr/lib64/libXvMC.so.1.0.0 +usr/lib64/libXvMCW.so.1 +usr/lib64/libXvMCW.so.1.0.0 +usr/lib64/libXxf86dga.so.1 +usr/lib64/libXxf86dga.so.1.0.0 +usr/lib64/libXxf86misc.so.1 +usr/lib64/libXxf86misc.so.1.1.0 +usr/lib64/libXxf86vm.so.1 +usr/lib64/libXxf86vm.so.1.0.0 +usr/lib64/libfontenc.so.1 +usr/lib64/libfontenc.so.1.0.0 +usr/lib64/libxcb-composite.so.0 +usr/lib64/libxcb-composite.so.0.0.0 +usr/lib64/libxcb-damage.so.0 +usr/lib64/libxcb-damage.so.0.0.0 +usr/lib64/libxcb-dpms.so.0 +usr/lib64/libxcb-dpms.so.0.0.0 +usr/lib64/libxcb-dri2.so.0 +usr/lib64/libxcb-dri2.so.0.0.0 +usr/lib64/libxcb-dri3.so.0 +usr/lib64/libxcb-dri3.so.0.0.0 +usr/lib64/libxcb-glx.so.0 +usr/lib64/libxcb-glx.so.0.0.0 +usr/lib64/libxcb-present.so.0 +usr/lib64/libxcb-present.so.0.0.0 +usr/lib64/libxcb-randr.so.0 +usr/lib64/libxcb-randr.so.0.1.0 +usr/lib64/libxcb-record.so.0 +usr/lib64/libxcb-record.so.0.0.0 +usr/lib64/libxcb-render.so.0 +usr/lib64/libxcb-render.so.0.0.0 +usr/lib64/libxcb-res.so.0 +usr/lib64/libxcb-res.so.0.0.0 +usr/lib64/libxcb-screensaver.so.0 +usr/lib64/libxcb-screensaver.so.0.0.0 +usr/lib64/libxcb-shape.so.0 +usr/lib64/libxcb-shape.so.0.0.0 +usr/lib64/libxcb-shm.so.0 +usr/lib64/libxcb-shm.so.0.0.0 +usr/lib64/libxcb-sync.so.1 +usr/lib64/libxcb-sync.so.1.0.0 +usr/lib64/libxcb-xevie.so.0 +usr/lib64/libxcb-xevie.so.0.0.0 +usr/lib64/libxcb-xf86dri.so.0 +usr/lib64/libxcb-xf86dri.so.0.0.0 +usr/lib64/libxcb-xfixes.so.0 +usr/lib64/libxcb-xfixes.so.0.0.0 +usr/lib64/libxcb-xinerama.so.0 +usr/lib64/libxcb-xinerama.so.0.0.0 +usr/lib64/libxcb-xinput.so.0 +usr/lib64/libxcb-xinput.so.0.1.0 +usr/lib64/libxcb-xkb.so.1 +usr/lib64/libxcb-xkb.so.1.0.0 +usr/lib64/libxcb-xselinux.so.0 +usr/lib64/libxcb-xselinux.so.0.0.0 +usr/lib64/libxcb-xtest.so.0 +usr/lib64/libxcb-xtest.so.0.0.0 +usr/lib64/libxcb-xv.so.0 +usr/lib64/libxcb-xv.so.0.0.0 +usr/lib64/libxcb-xvmc.so.0 +usr/lib64/libxcb-xvmc.so.0.0.0 +usr/lib64/libxcb.so.1 +usr/lib64/libxcb.so.1.1.0 +usr/lib64/libxkbfile.so.1 +usr/lib64/libxkbfile.so.1.0.2 +%%PORTDOCS%%usr/share/doc/libICE/AUTHORS +%%PORTDOCS%%usr/share/doc/libICE/COPYING +%%PORTDOCS%%usr/share/doc/libICE/ChangeLog +%%PORTDOCS%%usr/share/doc/libSM-1.2.2/AUTHORS +%%PORTDOCS%%usr/share/doc/libSM-1.2.2/COPYING +%%PORTDOCS%%usr/share/doc/libSM-1.2.2/ChangeLog +%%PORTDOCS%%usr/share/doc/libXScrnSaver-1.2.2/COPYING +%%PORTDOCS%%usr/share/doc/libXScrnSaver-1.2.2/ChangeLog +%%PORTDOCS%%usr/share/doc/libXScrnSaver-1.2.2/README +%%PORTDOCS%%usr/share/doc/libXau-1.0.8/AUTHORS +%%PORTDOCS%%usr/share/doc/libXau-1.0.8/COPYING +%%PORTDOCS%%usr/share/doc/libXau-1.0.8/ChangeLog +%%PORTDOCS%%usr/share/doc/libXau-1.0.8/README +%%PORTDOCS%%usr/share/doc/libXaw-1.0.12/COPYING +%%PORTDOCS%%usr/share/doc/libXaw-1.0.12/ChangeLog +%%PORTDOCS%%usr/share/doc/libXaw-1.0.12/README +%%PORTDOCS%%usr/share/doc/libXcomposite-0.4.4/AUTHORS +%%PORTDOCS%%usr/share/doc/libXcomposite-0.4.4/COPYING +%%PORTDOCS%%usr/share/doc/libXcomposite-0.4.4/ChangeLog +%%PORTDOCS%%usr/share/doc/libXcomposite-0.4.4/README +%%PORTDOCS%%usr/share/doc/libXcursor-1.1.14/AUTHORS +%%PORTDOCS%%usr/share/doc/libXcursor-1.1.14/COPYING +%%PORTDOCS%%usr/share/doc/libXcursor-1.1.14/README +%%PORTDOCS%%usr/share/doc/libXdamage-1.1.4/AUTHORS +%%PORTDOCS%%usr/share/doc/libXdamage-1.1.4/COPYING +%%PORTDOCS%%usr/share/doc/libXdamage-1.1.4/ChangeLog +%%PORTDOCS%%usr/share/doc/libXdamage-1.1.4/README +%%PORTDOCS%%usr/share/doc/libXdmcp-1.1.1/AUTHORS +%%PORTDOCS%%usr/share/doc/libXdmcp-1.1.1/COPYING +%%PORTDOCS%%usr/share/doc/libXdmcp-1.1.1/ChangeLog +%%PORTDOCS%%usr/share/doc/libXdmcp-1.1.1/Wraphelp.README.crypto +%%PORTDOCS%%usr/share/doc/libXevie-1.0.3/AUTHORS +%%PORTDOCS%%usr/share/doc/libXevie-1.0.3/COPYING +%%PORTDOCS%%usr/share/doc/libXevie-1.0.3/ChangeLog +%%PORTDOCS%%usr/share/doc/libXext-1.3.3/AUTHORS +%%PORTDOCS%%usr/share/doc/libXext-1.3.3/COPYING +%%PORTDOCS%%usr/share/doc/libXfixes-5.0.1/AUTHORS +%%PORTDOCS%%usr/share/doc/libXfixes-5.0.1/COPYING +%%PORTDOCS%%usr/share/doc/libXfixes-5.0.1/README +%%PORTDOCS%%usr/share/doc/libXfont-1.5.1/AUTHORS +%%PORTDOCS%%usr/share/doc/libXfont-1.5.1/COPYING +%%PORTDOCS%%usr/share/doc/libXfont-1.5.1/ChangeLog +%%PORTDOCS%%usr/share/doc/libXfont-1.5.1/README +%%PORTDOCS%%usr/share/doc/libXft-2.3.2/AUTHORS +%%PORTDOCS%%usr/share/doc/libXft-2.3.2/COPYING +%%PORTDOCS%%usr/share/doc/libXft-2.3.2/ChangeLog +%%PORTDOCS%%usr/share/doc/libXft-2.3.2/README +%%PORTDOCS%%usr/share/doc/libXi-1.7.4/COPYING +%%PORTDOCS%%usr/share/doc/libXinerama-1.1.3/COPYING +%%PORTDOCS%%usr/share/doc/libXmu-1.1.2/COPYING +%%PORTDOCS%%usr/share/doc/libXmu-1.1.2/ChangeLog +%%PORTDOCS%%usr/share/doc/libXmu-1.1.2/README +%%PORTDOCS%%usr/share/doc/libXp-1.0.2/AUTHORS +%%PORTDOCS%%usr/share/doc/libXp-1.0.2/COPYING +%%PORTDOCS%%usr/share/doc/libXp-1.0.2/ChangeLog +%%PORTDOCS%%usr/share/doc/libXpm-3.5.11/AUTHORS +%%PORTDOCS%%usr/share/doc/libXpm-3.5.11/COPYING +%%PORTDOCS%%usr/share/doc/libXpm-3.5.11/ChangeLog +%%PORTDOCS%%usr/share/doc/libXrandr-1.4.2/AUTHORS +%%PORTDOCS%%usr/share/doc/libXrandr-1.4.2/COPYING +%%PORTDOCS%%usr/share/doc/libXrender-0.9.8/AUTHORS +%%PORTDOCS%%usr/share/doc/libXrender-0.9.8/COPYING +%%PORTDOCS%%usr/share/doc/libXres-1.0.7/AUTHORS +%%PORTDOCS%%usr/share/doc/libXres-1.0.7/COPYING +%%PORTDOCS%%usr/share/doc/libXt-1.1.4/COPYING +%%PORTDOCS%%usr/share/doc/libXtst-1.2.2/COPYING +%%PORTDOCS%%usr/share/doc/libXv-1.0.10/AUTHORS +%%PORTDOCS%%usr/share/doc/libXv-1.0.10/COPYING +%%PORTDOCS%%usr/share/doc/libXvMC-1.0.8/COPYING +%%PORTDOCS%%usr/share/doc/libXvMC-1.0.8/README +%%PORTDOCS%%usr/share/doc/libXxf86dga-1.1.4/COPYING +%%PORTDOCS%%usr/share/doc/libXxf86dga-1.1.4/README +%%PORTDOCS%%usr/share/doc/libXxf86misc-1.0.3/COPYING +%%PORTDOCS%%usr/share/doc/libXxf86misc-1.0.3/ChangeLog +%%PORTDOCS%%usr/share/doc/libXxf86misc-1.0.3/README +%%PORTDOCS%%usr/share/doc/libXxf86vm-1.1.3/COPYING +%%PORTDOCS%%usr/share/doc/libXxf86vm-1.1.3/README +%%PORTDOCS%%usr/share/doc/libfontenc-1.1.2/COPYING +%%PORTDOCS%%usr/share/doc/libfontenc-1.1.2/ChangeLog +%%PORTDOCS%%usr/share/doc/libfontenc-1.1.2/README +%%PORTDOCS%%usr/share/doc/libxkbfile-1.0.8/COPYING +%%PORTDOCS%%usr/share/doc/libxkbfile-1.0.8/ChangeLog +%%PORTDOCS%%usr/share/doc/mesa-libGLw-8.0.0/README +usr/share/icons/default/index.theme +@dir usr/share/X11/app-defaults Property changes on: head/x11/linux-c7-xorg-libs/pkg-plist.x86_64 ___________________________________________________________________ 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/Makefile =================================================================== --- head/x11-fonts/Makefile (revision 424258) +++ head/x11-fonts/Makefile (revision 424259) @@ -1,196 +1,197 @@ # $FreeBSD$ # COMMENT = X11 fonts and font utilities SUBDIR += alef SUBDIR += alegreya 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 += 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 += exo SUBDIR += fantasque-sans-mono SUBDIR += farsifonts SUBDIR += fifteen SUBDIR += fira SUBDIR += firacode 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 += 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 += hack-font 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 += junction SUBDIR += junicode SUBDIR += kaputa SUBDIR += khmeros SUBDIR += lfpfonts-fix SUBDIR += lfpfonts-var SUBDIR += libFS SUBDIR += libXfont SUBDIR += libXfont2 SUBDIR += libXfontcache SUBDIR += libXft SUBDIR += liberation-fonts-ttf SUBDIR += libfontenc SUBDIR += linux-c6-fontconfig + SUBDIR += linux-c7-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 += montserrat SUBDIR += moveable-type-fonts SUBDIR += nexfontsel SUBDIR += noto SUBDIR += noto-lite SUBDIR += nucleus SUBDIR += oldschool-pc-fonts SUBDIR += p5-Font-AFM SUBDIR += p5-Font-TTF SUBDIR += p5-Font-TTFMetrics SUBDIR += p5-type1inst SUBDIR += padauk SUBDIR += paratype SUBDIR += pcf2bdf SUBDIR += pingwi SUBDIR += powerline-fonts 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 += symbola SUBDIR += terminus-font SUBDIR += terminus-ttf SUBDIR += tkfont SUBDIR += tlwg-ttf SUBDIR += tmu SUBDIR += tv-fonts SUBDIR += ubuntu-font SUBDIR += urwfonts SUBDIR += urwfonts-ttf SUBDIR += uw-ttyp0 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-c7-fontconfig/Makefile =================================================================== --- head/x11-fonts/linux-c7-fontconfig/Makefile (nonexistent) +++ head/x11-fonts/linux-c7-fontconfig/Makefile (revision 424259) @@ -0,0 +1,32 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= fontconfig +PORTVERSION= 2.10.95 +CATEGORIES= x11-fonts linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= XML-based font configuration API for X Windows (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +RPMVERSION= 7.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= expat +USE_LINUX_RPM= 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-patch: + @${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/share/fonts \ + ${WRKSRC}/usr/share/fontconfig ${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/ + +.include Property changes on: head/x11-fonts/linux-c7-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-c7-fontconfig/distinfo.i386 =================================================================== --- head/x11-fonts/linux-c7-fontconfig/distinfo.i386 (nonexistent) +++ head/x11-fonts/linux-c7-fontconfig/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473356094 +SHA256 (rpm/centos/7.2.1511/i386/fontconfig-2.10.95-7.el7.i686.rpm) = 7c8f5ac6c6009883adb1c09569c5f415a03d11a89ee2c7794484f5c189373249 +SIZE (rpm/centos/7.2.1511/i386/fontconfig-2.10.95-7.el7.i686.rpm) = 234380 +SHA256 (rpm/centos/7.2.1511/i386/fontconfig-2.10.95-7.el7.src.rpm) = d1d259b7e3194a235256addd29b66a8fcbf523f7f5900c3972d817a210771989 +SIZE (rpm/centos/7.2.1511/i386/fontconfig-2.10.95-7.el7.src.rpm) = 1566528 Property changes on: head/x11-fonts/linux-c7-fontconfig/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-fonts/linux-c7-fontconfig/distinfo.x86_64 =================================================================== --- head/x11-fonts/linux-c7-fontconfig/distinfo.x86_64 (nonexistent) +++ head/x11-fonts/linux-c7-fontconfig/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674969 +SHA256 (rpm/centos/7.2.1511/x86_64/fontconfig-2.10.95-7.el7.i686.rpm) = 7c8f5ac6c6009883adb1c09569c5f415a03d11a89ee2c7794484f5c189373249 +SIZE (rpm/centos/7.2.1511/x86_64/fontconfig-2.10.95-7.el7.i686.rpm) = 234380 +SHA256 (rpm/centos/7.2.1511/x86_64/fontconfig-2.10.95-7.el7.x86_64.rpm) = 1bd938d7a295932351cc9439e50092f10112eb0a84deab9a14ec13a318741976 +SIZE (rpm/centos/7.2.1511/x86_64/fontconfig-2.10.95-7.el7.x86_64.rpm) = 233440 +SHA256 (rpm/centos/7.2.1511/x86_64/fontconfig-2.10.95-7.el7.src.rpm) = d1d259b7e3194a235256addd29b66a8fcbf523f7f5900c3972d817a210771989 +SIZE (rpm/centos/7.2.1511/x86_64/fontconfig-2.10.95-7.el7.src.rpm) = 1566528 Property changes on: head/x11-fonts/linux-c7-fontconfig/distinfo.x86_64 ___________________________________________________________________ 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-c7-fontconfig/pkg-plist.i386 =================================================================== --- head/x11-fonts/linux-c7-fontconfig/pkg-plist.i386 (nonexistent) +++ head/x11-fonts/linux-c7-fontconfig/pkg-plist.i386 (revision 424259) @@ -0,0 +1,24 @@ +etc/fonts +usr/bin/fc-cat +usr/bin/fc-list +usr/bin/fc-match +usr/bin/fc-pattern +usr/bin/fc-query +usr/bin/fc-scan +usr/bin/fc-validate +usr/lib/libfontconfig.so.1 +usr/lib/libfontconfig.so.1.7.0 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/fontconfig-user.html +%%PORTDOCS%%%%DOCSDIR%%/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-pattern.1.gz +usr/share/man/man1/fc-query.1.gz +usr/share/man/man1/fc-scan.1.gz +usr/share/man/man1/fc-validate.1.gz +usr/share/man/man5/fonts-conf.5.gz +usr/share/xml/fontconfig/fonts.dtd Property changes on: head/x11-fonts/linux-c7-fontconfig/pkg-plist.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-fonts/linux-c7-fontconfig/pkg-plist.x86_64 =================================================================== --- head/x11-fonts/linux-c7-fontconfig/pkg-plist.x86_64 (nonexistent) +++ head/x11-fonts/linux-c7-fontconfig/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,26 @@ +etc/fonts +usr/bin/fc-cat +usr/bin/fc-list +usr/bin/fc-match +usr/bin/fc-pattern +usr/bin/fc-query +usr/bin/fc-scan +usr/bin/fc-validate +usr/lib/libfontconfig.so.1 +usr/lib/libfontconfig.so.1.7.0 +usr/lib64/libfontconfig.so.1 +usr/lib64/libfontconfig.so.1.7.0 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/fontconfig-user.html +%%PORTDOCS%%%%DOCSDIR%%/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-pattern.1.gz +usr/share/man/man1/fc-query.1.gz +usr/share/man/man1/fc-scan.1.gz +usr/share/man/man1/fc-validate.1.gz +usr/share/man/man5/fonts-conf.5.gz +usr/share/xml/fontconfig/fonts.dtd Property changes on: head/x11-fonts/linux-c7-fontconfig/pkg-plist.x86_64 ___________________________________________________________________ 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/Makefile =================================================================== --- head/x11-themes/Makefile (revision 424258) +++ head/x11-themes/Makefile (revision 424259) @@ -1,173 +1,174 @@ # $FreeBSD$ # COMMENT = X11 themes SUBDIR += adwaita-common SUBDIR += adwaita-icon-theme SUBDIR += adwaita-qt4 SUBDIR += adwaita-qt5 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-ardoise-theme 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-icon-theme-symbolic 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 += gnome-themes-standard SUBDIR += greybird-theme SUBDIR += gtk-E17-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-arc-themes 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-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-c7-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 += mint-themes SUBDIR += murrine-configurator SUBDIR += nimbus SUBDIR += numix-theme SUBDIR += openbox-themes SUBDIR += plank-theme-moka SUBDIR += qt4-style-Kvantum SUBDIR += qt4-style-float SUBDIR += qt4-style-phase SUBDIR += qt4-style-quantumstyle SUBDIR += qt5-style-Kvantum SUBDIR += qt5-style-plugins SUBDIR += qtcurve SUBDIR += qtcurve-gtk2 SUBDIR += qtcurve-kde4 SUBDIR += qtcurve-qt4 SUBDIR += qtcurve-qt5 SUBDIR += qtcurve-utils SUBDIR += rezlooks SUBDIR += sawfish-themes SUBDIR += slim-themes SUBDIR += thewidgetfactory SUBDIR += ubuntulooks SUBDIR += xcursor-themes .include Index: head/x11-themes/linux-c7-hicolor-icon-theme/Makefile =================================================================== --- head/x11-themes/linux-c7-hicolor-icon-theme/Makefile (nonexistent) +++ head/x11-themes/linux-c7-hicolor-icon-theme/Makefile (revision 424259) @@ -0,0 +1,27 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= hicolor-icon-theme +PORTVERSION= 0.5 +CATEGORIES= x11-themes linux +MASTER_SITES= # empty +DISTFILES= # empty +PKGNAMEPREFIX= linux-c7- + +MAINTAINER= emulation@FreeBSD.org +COMMENT= High-color icon theme shell from the FreeDesktop project + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme + +NO_BUILD= yes +USES= linux:c7 +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-c7-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-c7-hicolor-icon-theme/pkg-descr =================================================================== --- head/x11-themes/linux-c7-hicolor-icon-theme/pkg-descr (nonexistent) +++ head/x11-themes/linux-c7-hicolor-icon-theme/pkg-descr (revision 424259) @@ -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-c7-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-toolkits/Makefile =================================================================== --- head/x11-toolkits/Makefile (revision 424258) +++ head/x11-toolkits/Makefile (revision 424259) @@ -1,284 +1,289 @@ # $FreeBSD$ # COMMENT = X11 toolkits SUBDIR += SoXt SUBDIR += Xaw3d SUBDIR += Xmt SUBDIR += attica SUBDIR += bakery SUBDIR += blt SUBDIR += bwidget SUBDIR += c++-gtk-utils SUBDIR += flowcanvas SUBDIR += fltk SUBDIR += fltk-devel SUBDIR += fox14 SUBDIR += fox16 SUBDIR += fox17 SUBDIR += fpc-gtk2 SUBDIR += fpc-xforms SUBDIR += fxscintilla SUBDIR += gai SUBDIR += gal2 SUBDIR += gal2-reference SUBDIR += gdl SUBDIR += girara SUBDIR += gnocl SUBDIR += gnome-pty-helper SUBDIR += gnome-sharp20 SUBDIR += gnomemm SUBDIR += gnustep-back SUBDIR += gnustep-gui SUBDIR += granite SUBDIR += gstreamer-plugins-pango SUBDIR += gstreamer1-plugins-gtksink SUBDIR += gstreamer1-plugins-pango SUBDIR += gtk-sharp-beans SUBDIR += gtk-sharp20 SUBDIR += gtk-sharp30 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-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 += libsexy SUBDIR += libsexymm SUBDIR += libunique3 SUBDIR += libwnck SUBDIR += libwnck-reference SUBDIR += libwnck3 SUBDIR += libxaw3dxft SUBDIR += libxfce4gui SUBDIR += linux-c6-gtk2 SUBDIR += linux-c6-openmotif SUBDIR += linux-c6-pango SUBDIR += linux-c6-qt47-x11 SUBDIR += linux-c6-tk85 + SUBDIR += linux-c7-gtk2 + SUBDIR += linux-c7-openmotif + SUBDIR += linux-c7-pango + SUBDIR += linux-c7-qt-x11 + SUBDIR += linux-c7-tk85 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 += mygui-dummy SUBDIR += mygui-ogre SUBDIR += mygui-opengl SUBDIR += neXtaw SUBDIR += nucleo SUBDIR += ocaml-lablgtk2 SUBDIR += ocaml-labltk SUBDIR += open-motif SUBDIR += osm-gps-map SUBDIR += otk SUBDIR += p5-Alien-wxWidgets SUBDIR += p5-Glade2 SUBDIR += p5-Gnome2 SUBDIR += p5-Gnome2-Canvas SUBDIR += p5-Gnome2-VFS SUBDIR += p5-Gnome2-Wnck 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-Gtk2-Unique SUBDIR += p5-Gtk3 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-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-qt5-gui SUBDIR += py-qt5-widgets 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-wxPython30 SUBDIR += py-xlib SUBDIR += py33-tkinter SUBDIR += py34-tkinter SUBDIR += py35-tkinter SUBDIR += pypy-tkinter SUBDIR += qt4-declarative SUBDIR += qt4-gui SUBDIR += qt4pas SUBDIR += qt5-canvas3d SUBDIR += qt5-declarative SUBDIR += qt5-gui SUBDIR += qt5-quick SUBDIR += qt5-quickcontrols SUBDIR += qt5-quickcontrols2 SUBDIR += qt5-uiplugin SUBDIR += qt5-widgets SUBDIR += qtermwidget 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 += rubygem-vte3 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 += vte290 SUBDIR += vte3 SUBDIR += vtkfox SUBDIR += wmapp SUBDIR += wxgtk28 SUBDIR += wxgtk28-common SUBDIR += wxgtk28-contrib SUBDIR += wxgtk28-contrib-common SUBDIR += wxgtk30 SUBDIR += xbae SUBDIR += xforms SUBDIR += xmhtml SUBDIR += xview SUBDIR += xview-clients .include Index: head/x11-toolkits/linux-c7-gtk2/Makefile =================================================================== --- head/x11-toolkits/linux-c7-gtk2/Makefile (nonexistent) +++ head/x11-toolkits/linux-c7-gtk2/Makefile (revision 424259) @@ -0,0 +1,24 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= gtk2 +PORTVERSION= 2.24.28 +CATEGORIES= x11-toolkits linux +LIB_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + ${PORTNAME}-immodules-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX} +SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= GTK+ library, version 2.X (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 8.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= atk gdkpixbuf2 pango xorglibs +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}0/pkg-descr + +.include Property changes on: head/x11-toolkits/linux-c7-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-c7-gtk2/distinfo.i386 =================================================================== --- head/x11-toolkits/linux-c7-gtk2/distinfo.i386 (nonexistent) +++ head/x11-toolkits/linux-c7-gtk2/distinfo.i386 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1475694975 +SHA256 (rpm/centos/7.2.1511/i386/gtk2-2.24.28-8.el7.i686.rpm) = da549877230a23ae7521bba5f562dd6f98f85e10799377e3f63d5cf8f601d98e +SIZE (rpm/centos/7.2.1511/i386/gtk2-2.24.28-8.el7.i686.rpm) = 3520508 +SHA256 (rpm/centos/7.2.1511/i386/gtk2-immodules-2.24.28-8.el7.i686.rpm) = f5fcfac28a4d42a72b2ea802981ceabedc85cffd24e841b9448611313d08d02e +SIZE (rpm/centos/7.2.1511/i386/gtk2-immodules-2.24.28-8.el7.i686.rpm) = 31260 +SHA256 (rpm/centos/7.2.1511/i386/gtk2-2.24.28-8.el7.src.rpm) = b144c45e8314f56f67ff354e6cbd4a3bde17903bd9c9735d834e3c6b1d604fd1 +SIZE (rpm/centos/7.2.1511/i386/gtk2-2.24.28-8.el7.src.rpm) = 18521357 Property changes on: head/x11-toolkits/linux-c7-gtk2/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-c7-gtk2/distinfo.x86_64 =================================================================== --- head/x11-toolkits/linux-c7-gtk2/distinfo.x86_64 (nonexistent) +++ head/x11-toolkits/linux-c7-gtk2/distinfo.x86_64 (revision 424259) @@ -0,0 +1,11 @@ +TIMESTAMP = 1475695012 +SHA256 (rpm/centos/7.2.1511/x86_64/gtk2-2.24.28-8.el7.i686.rpm) = da549877230a23ae7521bba5f562dd6f98f85e10799377e3f63d5cf8f601d98e +SIZE (rpm/centos/7.2.1511/x86_64/gtk2-2.24.28-8.el7.i686.rpm) = 3520508 +SHA256 (rpm/centos/7.2.1511/x86_64/gtk2-immodules-2.24.28-8.el7.i686.rpm) = f5fcfac28a4d42a72b2ea802981ceabedc85cffd24e841b9448611313d08d02e +SIZE (rpm/centos/7.2.1511/x86_64/gtk2-immodules-2.24.28-8.el7.i686.rpm) = 31260 +SHA256 (rpm/centos/7.2.1511/x86_64/gtk2-2.24.28-8.el7.x86_64.rpm) = 3df11b550f43f8fc642fd4449b5ff3facb5ebf2b121b4327dcb28e048998fe28 +SIZE (rpm/centos/7.2.1511/x86_64/gtk2-2.24.28-8.el7.x86_64.rpm) = 3546500 +SHA256 (rpm/centos/7.2.1511/x86_64/gtk2-immodules-2.24.28-8.el7.x86_64.rpm) = 7fe5a3488ab307758cad9a6b994bc960ea846f78411ac5e1adc0fc337d64140d +SIZE (rpm/centos/7.2.1511/x86_64/gtk2-immodules-2.24.28-8.el7.x86_64.rpm) = 31056 +SHA256 (rpm/centos/7.2.1511/x86_64/gtk2-2.24.28-8.el7.src.rpm) = b144c45e8314f56f67ff354e6cbd4a3bde17903bd9c9735d834e3c6b1d604fd1 +SIZE (rpm/centos/7.2.1511/x86_64/gtk2-2.24.28-8.el7.src.rpm) = 18521357 Property changes on: head/x11-toolkits/linux-c7-gtk2/distinfo.x86_64 ___________________________________________________________________ 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-c7-gtk2/pkg-plist.i386 =================================================================== --- head/x11-toolkits/linux-c7-gtk2/pkg-plist.i386 (nonexistent) +++ head/x11-toolkits/linux-c7-gtk2/pkg-plist.i386 (revision 424259) @@ -0,0 +1,150 @@ +etc/X11/xinit/xinput.d/im-cedilla.conf +etc/gtk-2.0/im-multipress.conf +usr/bin/gtk-query-immodules-2.0-32 +usr/bin/gtk-update-icon-cache +usr/bin/update-gtk-immodules +usr/lib/girepository-1.0/Gdk-2.0.typelib +usr/lib/girepository-1.0/GdkX11-2.0.typelib +usr/lib/girepository-1.0/Gtk-2.0.typelib +usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so +usr/lib/gtk-2.0/2.10.0/immodules/im-am-et.so +usr/lib/gtk-2.0/2.10.0/immodules/im-cedilla.so +usr/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.so +usr/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.so +usr/lib/gtk-2.0/2.10.0/immodules/im-ipa.so +usr/lib/gtk-2.0/2.10.0/immodules/im-multipress.so +usr/lib/gtk-2.0/2.10.0/immodules/im-thai.so +usr/lib/gtk-2.0/2.10.0/immodules/im-ti-er.so +usr/lib/gtk-2.0/2.10.0/immodules/im-ti-et.so +usr/lib/gtk-2.0/2.10.0/immodules/im-viqr.so +@rmtry usr/lib/gtk-2.0/2.10.0/immodules.cache +usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so +usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so +usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.so +usr/lib/gtk-2.0/modules/libferret.so +usr/lib/gtk-2.0/modules/libgail.so +usr/lib/libgailutil.so.18 +usr/lib/libgailutil.so.18.0.1 +usr/lib/libgdk-x11-2.0.so.0 +usr/lib/libgdk-x11-2.0.so.0.2400.28 +usr/lib/libgtk-x11-2.0.so.0 +usr/lib/libgtk-x11-2.0.so.0.2400.28 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +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/gtk20.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/gtk20.mo +usr/share/locale/bg/LC_MESSAGES/gtk20.mo +usr/share/locale/bn/LC_MESSAGES/gtk20.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/gtk20.mo +usr/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +usr/share/locale/crh/LC_MESSAGES/gtk20.mo +usr/share/locale/cs/LC_MESSAGES/gtk20.mo +usr/share/locale/cy/LC_MESSAGES/gtk20.mo +usr/share/locale/da/LC_MESSAGES/gtk20.mo +usr/share/locale/de/LC_MESSAGES/gtk20.mo +usr/share/locale/dz/LC_MESSAGES/gtk20.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/gtk20.mo +usr/share/locale/eo/LC_MESSAGES/gtk20.mo +usr/share/locale/es/LC_MESSAGES/gtk20.mo +usr/share/locale/et/LC_MESSAGES/gtk20.mo +usr/share/locale/eu/LC_MESSAGES/gtk20.mo +usr/share/locale/fa/LC_MESSAGES/gtk20.mo +usr/share/locale/fi/LC_MESSAGES/gtk20.mo +usr/share/locale/fr/LC_MESSAGES/gtk20.mo +usr/share/locale/ga/LC_MESSAGES/gtk20.mo +usr/share/locale/gl/LC_MESSAGES/gtk20.mo +usr/share/locale/gu/LC_MESSAGES/gtk20.mo +usr/share/locale/he/LC_MESSAGES/gtk20.mo +usr/share/locale/hi/LC_MESSAGES/gtk20.mo +usr/share/locale/hr/LC_MESSAGES/gtk20.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/gtk20.mo +usr/share/locale/ja/LC_MESSAGES/gtk20.mo +usr/share/locale/ka/LC_MESSAGES/gtk20.mo +usr/share/locale/kk/LC_MESSAGES/gtk20.mo +usr/share/locale/kn/LC_MESSAGES/gtk20.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/gtk20.mo +usr/share/locale/lv/LC_MESSAGES/gtk20.mo +usr/share/locale/mai/LC_MESSAGES/gtk20.mo +usr/share/locale/mi/LC_MESSAGES/gtk20.mo +usr/share/locale/mk/LC_MESSAGES/gtk20.mo +usr/share/locale/ml/LC_MESSAGES/gtk20.mo +usr/share/locale/mn/LC_MESSAGES/gtk20.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/gtk20.mo +usr/share/locale/nds/LC_MESSAGES/gtk20.mo +usr/share/locale/ne/LC_MESSAGES/gtk20.mo +usr/share/locale/nl/LC_MESSAGES/gtk20.mo +usr/share/locale/nn/LC_MESSAGES/gtk20.mo +usr/share/locale/nso/LC_MESSAGES/gtk20.mo +usr/share/locale/oc/LC_MESSAGES/gtk20.mo +usr/share/locale/or/LC_MESSAGES/gtk20.mo +usr/share/locale/pa/LC_MESSAGES/gtk20.mo +usr/share/locale/pl/LC_MESSAGES/gtk20.mo +usr/share/locale/ps/LC_MESSAGES/gtk20.mo +usr/share/locale/pt/LC_MESSAGES/gtk20.mo +usr/share/locale/pt_BR/LC_MESSAGES/gtk20.mo +usr/share/locale/ro/LC_MESSAGES/gtk20.mo +usr/share/locale/ru/LC_MESSAGES/gtk20.mo +usr/share/locale/rw/LC_MESSAGES/gtk20.mo +usr/share/locale/si/LC_MESSAGES/gtk20.mo +usr/share/locale/sk/LC_MESSAGES/gtk20.mo +usr/share/locale/sl/LC_MESSAGES/gtk20.mo +usr/share/locale/sq/LC_MESSAGES/gtk20.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/gtk20.mo +usr/share/locale/sv/LC_MESSAGES/gtk20.mo +usr/share/locale/ta/LC_MESSAGES/gtk20.mo +usr/share/locale/te/LC_MESSAGES/gtk20.mo +usr/share/locale/th/LC_MESSAGES/gtk20.mo +usr/share/locale/tk/LC_MESSAGES/gtk20.mo +usr/share/locale/tr/LC_MESSAGES/gtk20.mo +usr/share/locale/tt/LC_MESSAGES/gtk20.mo +usr/share/locale/ug/LC_MESSAGES/gtk20.mo +usr/share/locale/uk/LC_MESSAGES/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/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/gtk20.mo +usr/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +usr/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +usr/share/man/man1/gtk-query-immodules-2.0-32.1.gz +usr/share/man/man1/gtk-query-immodules-2.0.1.gz +usr/share/man/man1/gtk-update-icon-cache.1.gz +usr/share/man/man1/update-gtk-immodules.1.gz +usr/share/themes/Default/gtk-2.0-key/gtkrc +usr/share/themes/Emacs/gtk-2.0-key/gtkrc +usr/share/themes/Raleigh/gtk-2.0/gtkrc +@dir usr/lib/gtk-2.0/2.10.0/filesystems +@dir usr/lib/gtk-2.0/immodules +@postexec %D/usr/bin/gtk-query-immodules-2.0-32 --update-cache Property changes on: head/x11-toolkits/linux-c7-gtk2/pkg-plist.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-c7-gtk2/pkg-plist.x86_64 =================================================================== --- head/x11-toolkits/linux-c7-gtk2/pkg-plist.x86_64 (nonexistent) +++ head/x11-toolkits/linux-c7-gtk2/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,181 @@ +etc/X11/xinit/xinput.d/im-cedilla.conf +etc/gtk-2.0/im-multipress.conf +usr/bin/gtk-query-immodules-2.0-32 +usr/bin/gtk-query-immodules-2.0-64 +usr/bin/gtk-update-icon-cache +usr/bin/update-gtk-immodules +usr/lib/girepository-1.0/Gdk-2.0.typelib +usr/lib/girepository-1.0/GdkX11-2.0.typelib +usr/lib/girepository-1.0/Gtk-2.0.typelib +usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so +usr/lib/gtk-2.0/2.10.0/immodules/im-am-et.so +usr/lib/gtk-2.0/2.10.0/immodules/im-cedilla.so +usr/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.so +usr/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.so +usr/lib/gtk-2.0/2.10.0/immodules/im-ipa.so +usr/lib/gtk-2.0/2.10.0/immodules/im-multipress.so +usr/lib/gtk-2.0/2.10.0/immodules/im-thai.so +usr/lib/gtk-2.0/2.10.0/immodules/im-ti-er.so +usr/lib/gtk-2.0/2.10.0/immodules/im-ti-et.so +usr/lib/gtk-2.0/2.10.0/immodules/im-viqr.so +@rmtry usr/lib/gtk-2.0/2.10.0/immodules.cache +usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so +usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so +usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.so +usr/lib/gtk-2.0/modules/libferret.so +usr/lib/gtk-2.0/modules/libgail.so +usr/lib/libgailutil.so.18 +usr/lib/libgailutil.so.18.0.1 +usr/lib/libgdk-x11-2.0.so.0 +usr/lib/libgdk-x11-2.0.so.0.2400.28 +usr/lib/libgtk-x11-2.0.so.0 +usr/lib/libgtk-x11-2.0.so.0.2400.28 +usr/lib64/girepository-1.0/Gdk-2.0.typelib +usr/lib64/girepository-1.0/GdkX11-2.0.typelib +usr/lib64/girepository-1.0/Gtk-2.0.typelib +usr/lib64/gtk-2.0/2.10.0/engines/libpixmap.so +usr/lib64/gtk-2.0/2.10.0/immodules/im-am-et.so +usr/lib64/gtk-2.0/2.10.0/immodules/im-cedilla.so +usr/lib64/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.so +usr/lib64/gtk-2.0/2.10.0/immodules/im-inuktitut.so +usr/lib64/gtk-2.0/2.10.0/immodules/im-ipa.so +usr/lib64/gtk-2.0/2.10.0/immodules/im-multipress.so +usr/lib64/gtk-2.0/2.10.0/immodules/im-thai.so +usr/lib64/gtk-2.0/2.10.0/immodules/im-ti-er.so +usr/lib64/gtk-2.0/2.10.0/immodules/im-ti-et.so +usr/lib64/gtk-2.0/2.10.0/immodules/im-viqr.so +@rmtry usr/lib64/gtk-2.0/2.10.0/immodules.cache +usr/lib64/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so +usr/lib64/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so +usr/lib64/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.so +usr/lib64/gtk-2.0/modules/libferret.so +usr/lib64/gtk-2.0/modules/libgail.so +usr/lib64/libgailutil.so.18 +usr/lib64/libgailutil.so.18.0.1 +usr/lib64/libgdk-x11-2.0.so.0 +usr/lib64/libgdk-x11-2.0.so.0.2400.28 +usr/lib64/libgtk-x11-2.0.so.0 +usr/lib64/libgtk-x11-2.0.so.0.2400.28 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +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/gtk20.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/gtk20.mo +usr/share/locale/bg/LC_MESSAGES/gtk20.mo +usr/share/locale/bn/LC_MESSAGES/gtk20.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/gtk20.mo +usr/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +usr/share/locale/crh/LC_MESSAGES/gtk20.mo +usr/share/locale/cs/LC_MESSAGES/gtk20.mo +usr/share/locale/cy/LC_MESSAGES/gtk20.mo +usr/share/locale/da/LC_MESSAGES/gtk20.mo +usr/share/locale/de/LC_MESSAGES/gtk20.mo +usr/share/locale/dz/LC_MESSAGES/gtk20.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/gtk20.mo +usr/share/locale/eo/LC_MESSAGES/gtk20.mo +usr/share/locale/es/LC_MESSAGES/gtk20.mo +usr/share/locale/et/LC_MESSAGES/gtk20.mo +usr/share/locale/eu/LC_MESSAGES/gtk20.mo +usr/share/locale/fa/LC_MESSAGES/gtk20.mo +usr/share/locale/fi/LC_MESSAGES/gtk20.mo +usr/share/locale/fr/LC_MESSAGES/gtk20.mo +usr/share/locale/ga/LC_MESSAGES/gtk20.mo +usr/share/locale/gl/LC_MESSAGES/gtk20.mo +usr/share/locale/gu/LC_MESSAGES/gtk20.mo +usr/share/locale/he/LC_MESSAGES/gtk20.mo +usr/share/locale/hi/LC_MESSAGES/gtk20.mo +usr/share/locale/hr/LC_MESSAGES/gtk20.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/gtk20.mo +usr/share/locale/ja/LC_MESSAGES/gtk20.mo +usr/share/locale/ka/LC_MESSAGES/gtk20.mo +usr/share/locale/kk/LC_MESSAGES/gtk20.mo +usr/share/locale/kn/LC_MESSAGES/gtk20.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/gtk20.mo +usr/share/locale/lv/LC_MESSAGES/gtk20.mo +usr/share/locale/mai/LC_MESSAGES/gtk20.mo +usr/share/locale/mi/LC_MESSAGES/gtk20.mo +usr/share/locale/mk/LC_MESSAGES/gtk20.mo +usr/share/locale/ml/LC_MESSAGES/gtk20.mo +usr/share/locale/mn/LC_MESSAGES/gtk20.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/gtk20.mo +usr/share/locale/nds/LC_MESSAGES/gtk20.mo +usr/share/locale/ne/LC_MESSAGES/gtk20.mo +usr/share/locale/nl/LC_MESSAGES/gtk20.mo +usr/share/locale/nn/LC_MESSAGES/gtk20.mo +usr/share/locale/nso/LC_MESSAGES/gtk20.mo +usr/share/locale/oc/LC_MESSAGES/gtk20.mo +usr/share/locale/or/LC_MESSAGES/gtk20.mo +usr/share/locale/pa/LC_MESSAGES/gtk20.mo +usr/share/locale/pl/LC_MESSAGES/gtk20.mo +usr/share/locale/ps/LC_MESSAGES/gtk20.mo +usr/share/locale/pt/LC_MESSAGES/gtk20.mo +usr/share/locale/pt_BR/LC_MESSAGES/gtk20.mo +usr/share/locale/ro/LC_MESSAGES/gtk20.mo +usr/share/locale/ru/LC_MESSAGES/gtk20.mo +usr/share/locale/rw/LC_MESSAGES/gtk20.mo +usr/share/locale/si/LC_MESSAGES/gtk20.mo +usr/share/locale/sk/LC_MESSAGES/gtk20.mo +usr/share/locale/sl/LC_MESSAGES/gtk20.mo +usr/share/locale/sq/LC_MESSAGES/gtk20.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/gtk20.mo +usr/share/locale/sv/LC_MESSAGES/gtk20.mo +usr/share/locale/ta/LC_MESSAGES/gtk20.mo +usr/share/locale/te/LC_MESSAGES/gtk20.mo +usr/share/locale/th/LC_MESSAGES/gtk20.mo +usr/share/locale/tk/LC_MESSAGES/gtk20.mo +usr/share/locale/tr/LC_MESSAGES/gtk20.mo +usr/share/locale/tt/LC_MESSAGES/gtk20.mo +usr/share/locale/ug/LC_MESSAGES/gtk20.mo +usr/share/locale/uk/LC_MESSAGES/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/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/gtk20.mo +usr/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +usr/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +usr/share/man/man1/gtk-query-immodules-2.0-32.1.gz +usr/share/man/man1/gtk-query-immodules-2.0-64.1.gz +usr/share/man/man1/gtk-query-immodules-2.0.1.gz +usr/share/man/man1/gtk-update-icon-cache.1.gz +usr/share/man/man1/update-gtk-immodules.1.gz +usr/share/themes/Default/gtk-2.0-key/gtkrc +usr/share/themes/Emacs/gtk-2.0-key/gtkrc +usr/share/themes/Raleigh/gtk-2.0/gtkrc +@dir usr/lib/gtk-2.0/2.10.0/filesystems +@dir usr/lib/gtk-2.0/immodules +@dir usr/lib64/gtk-2.0/2.10.0/filesystems +@dir usr/lib64/gtk-2.0/immodules +@postexec %D/usr/bin/gtk-query-immodules-2.0-32 --update-cache +@postexec %D/usr/bin/gtk-query-immodules-2.0-64 --update-cache Property changes on: head/x11-toolkits/linux-c7-gtk2/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-openmotif/Makefile =================================================================== --- head/x11-toolkits/linux-c7-openmotif/Makefile (nonexistent) +++ head/x11-toolkits/linux-c7-openmotif/Makefile (revision 424259) @@ -0,0 +1,25 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= openmotif +PORTVERSION= 2.3.4 +CATEGORIES= x11-toolkits linux +LIB_DISTFILES= motif-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Motif toolkit libraries (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-c6-${PORTNAME}-[0-9]* + +USES= linux:c7 +RPMVERSION= 7.el7 +USE_LINUX_RPM= yes +USE_LINUX= 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-c7-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-c7-openmotif/distinfo.i386 =================================================================== --- head/x11-toolkits/linux-c7-openmotif/distinfo.i386 (nonexistent) +++ head/x11-toolkits/linux-c7-openmotif/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473356002 +SHA256 (rpm/centos/7.2.1511/i386/motif-2.3.4-7.el7.i686.rpm) = 0328b79931a8ec493cb022f7950c2080412dfbc8d7cad5e5fd80565635b61b1b +SIZE (rpm/centos/7.2.1511/i386/motif-2.3.4-7.el7.i686.rpm) = 1461584 +SHA256 (rpm/centos/7.2.1511/i386/motif-2.3.4-7.el7.src.rpm) = 2e8ebb8e5a7b429a969b4765b0c9af63afb3cfa48f41783e580e43c1c697de6b +SIZE (rpm/centos/7.2.1511/i386/motif-2.3.4-7.el7.src.rpm) = 9448909 Property changes on: head/x11-toolkits/linux-c7-openmotif/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-c7-openmotif/distinfo.x86_64 =================================================================== --- head/x11-toolkits/linux-c7-openmotif/distinfo.x86_64 (nonexistent) +++ head/x11-toolkits/linux-c7-openmotif/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674920 +SHA256 (rpm/centos/7.2.1511/x86_64/motif-2.3.4-7.el7.i686.rpm) = 0328b79931a8ec493cb022f7950c2080412dfbc8d7cad5e5fd80565635b61b1b +SIZE (rpm/centos/7.2.1511/x86_64/motif-2.3.4-7.el7.i686.rpm) = 1461584 +SHA256 (rpm/centos/7.2.1511/x86_64/motif-2.3.4-7.el7.x86_64.rpm) = e59650393a6c1ab51c370b6f6f9e634a0dfd62d309c60da84cc6bb211cd870fa +SIZE (rpm/centos/7.2.1511/x86_64/motif-2.3.4-7.el7.x86_64.rpm) = 1478972 +SHA256 (rpm/centos/7.2.1511/x86_64/motif-2.3.4-7.el7.src.rpm) = 2e8ebb8e5a7b429a969b4765b0c9af63afb3cfa48f41783e580e43c1c697de6b +SIZE (rpm/centos/7.2.1511/x86_64/motif-2.3.4-7.el7.src.rpm) = 9448909 Property changes on: head/x11-toolkits/linux-c7-openmotif/distinfo.x86_64 ___________________________________________________________________ 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-c7-openmotif/pkg-plist.i386 =================================================================== --- head/x11-toolkits/linux-c7-openmotif/pkg-plist.i386 (nonexistent) +++ head/x11-toolkits/linux-c7-openmotif/pkg-plist.i386 (revision 424259) @@ -0,0 +1,6 @@ +usr/lib/libMrm.so.4 +usr/lib/libMrm.so.4.0.4 +usr/lib/libUil.so.4 +usr/lib/libUil.so.4.0.4 +usr/lib/libXm.so.4 +usr/lib/libXm.so.4.0.4 Property changes on: head/x11-toolkits/linux-c7-openmotif/pkg-plist.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-c7-openmotif/pkg-plist.x86_64 =================================================================== --- head/x11-toolkits/linux-c7-openmotif/pkg-plist.x86_64 (nonexistent) +++ head/x11-toolkits/linux-c7-openmotif/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,12 @@ +usr/lib/libMrm.so.4 +usr/lib/libMrm.so.4.0.4 +usr/lib/libUil.so.4 +usr/lib/libUil.so.4.0.4 +usr/lib/libXm.so.4 +usr/lib/libXm.so.4.0.4 +usr/lib64/libMrm.so.4 +usr/lib64/libMrm.so.4.0.4 +usr/lib64/libUil.so.4 +usr/lib64/libUil.so.4.0.4 +usr/lib64/libXm.so.4 +usr/lib64/libXm.so.4.0.4 Property changes on: head/x11-toolkits/linux-c7-openmotif/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-openmotif/pkg-descr =================================================================== --- head/x11-toolkits/linux-c7-openmotif/pkg-descr (nonexistent) +++ head/x11-toolkits/linux-c7-openmotif/pkg-descr (revision 424259) @@ -0,0 +1 @@ +Open Motif runtime libraries for the Linux emulation environment. Property changes on: head/x11-toolkits/linux-c7-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-c7-pango/Makefile =================================================================== --- head/x11-toolkits/linux-c7-pango/Makefile (nonexistent) +++ head/x11-toolkits/linux-c7-pango/Makefile (revision 424259) @@ -0,0 +1,22 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= pango +PORTVERSION= 1.36.8 +CATEGORIES= x11-toolkits linux + +MAINTAINER= emulation@FreeBSD.org + +COMMENT= Pango library (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 2.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= cairo expat fontconfig libthai xorglibs +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include Property changes on: head/x11-toolkits/linux-c7-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-c7-pango/distinfo.i386 =================================================================== --- head/x11-toolkits/linux-c7-pango/distinfo.i386 (nonexistent) +++ head/x11-toolkits/linux-c7-pango/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355960 +SHA256 (rpm/centos/7.2.1511/i386/pango-1.36.8-2.el7.i686.rpm) = fe08fbb663d201cdd44f59d81edbf9112e6d0c6cb8edaf217377bbb81454fd50 +SIZE (rpm/centos/7.2.1511/i386/pango-1.36.8-2.el7.i686.rpm) = 293428 +SHA256 (rpm/centos/7.2.1511/i386/pango-1.36.8-2.el7.src.rpm) = 65dd6acc50460d2ee6158ac790d519e5af0c0a27eaecb9307178dddc905a2362 +SIZE (rpm/centos/7.2.1511/i386/pango-1.36.8-2.el7.src.rpm) = 1071163 Property changes on: head/x11-toolkits/linux-c7-pango/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-c7-pango/distinfo.x86_64 =================================================================== --- head/x11-toolkits/linux-c7-pango/distinfo.x86_64 (nonexistent) +++ head/x11-toolkits/linux-c7-pango/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674913 +SHA256 (rpm/centos/7.2.1511/x86_64/pango-1.36.8-2.el7.i686.rpm) = fe08fbb663d201cdd44f59d81edbf9112e6d0c6cb8edaf217377bbb81454fd50 +SIZE (rpm/centos/7.2.1511/x86_64/pango-1.36.8-2.el7.i686.rpm) = 293428 +SHA256 (rpm/centos/7.2.1511/x86_64/pango-1.36.8-2.el7.x86_64.rpm) = 1349734c7fec5787306d9fb3be711ad9a8e1eaca7e7b63c6ede60cff3b05b137 +SIZE (rpm/centos/7.2.1511/x86_64/pango-1.36.8-2.el7.x86_64.rpm) = 293496 +SHA256 (rpm/centos/7.2.1511/x86_64/pango-1.36.8-2.el7.src.rpm) = 65dd6acc50460d2ee6158ac790d519e5af0c0a27eaecb9307178dddc905a2362 +SIZE (rpm/centos/7.2.1511/x86_64/pango-1.36.8-2.el7.src.rpm) = 1071163 Property changes on: head/x11-toolkits/linux-c7-pango/distinfo.x86_64 ___________________________________________________________________ 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-c7-pango/pkg-plist.i386 =================================================================== --- head/x11-toolkits/linux-c7-pango/pkg-plist.i386 (nonexistent) +++ head/x11-toolkits/linux-c7-pango/pkg-plist.i386 (revision 424259) @@ -0,0 +1,27 @@ +usr/bin/pango-querymodules-32 +usr/bin/pango-view +usr/lib/girepository-1.0/Pango-1.0.typelib +usr/lib/girepository-1.0/PangoCairo-1.0.typelib +usr/lib/girepository-1.0/PangoFT2-1.0.typelib +usr/lib/girepository-1.0/PangoXft-1.0.typelib +usr/lib/libpango-1.0.so.0 +usr/lib/libpango-1.0.so.0.3600.8 +usr/lib/libpangocairo-1.0.so.0 +usr/lib/libpangocairo-1.0.so.0.3600.8 +usr/lib/libpangoft2-1.0.so.0 +usr/lib/libpangoft2-1.0.so.0.3600.8 +usr/lib/libpangoxft-1.0.so.0 +usr/lib/libpangoxft-1.0.so.0.3600.8 +usr/lib/pango/1.8.0/modules/pango-arabic-lang.so +usr/lib/pango/1.8.0/modules/pango-indic-lang.so +usr/lib/pango/1.8.0/modules/pango-thai-lang.so +@postexec %D/usr/bin/pango-querymodules-32 --update-cache +@rmtry usr/lib/pango/1.8.0/modules.cache +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/HELLO.txt +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/man/man1/pango-querymodules-32.1.gz +usr/share/man/man1/pango-querymodules.1.gz +usr/share/man/man1/pango-view.1.gz Property changes on: head/x11-toolkits/linux-c7-pango/pkg-plist.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-c7-pango/pkg-plist.x86_64 =================================================================== --- head/x11-toolkits/linux-c7-pango/pkg-plist.x86_64 (nonexistent) +++ head/x11-toolkits/linux-c7-pango/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,46 @@ +usr/bin/pango-querymodules-32 +usr/bin/pango-querymodules-64 +usr/bin/pango-view +usr/lib/girepository-1.0/Pango-1.0.typelib +usr/lib/girepository-1.0/PangoCairo-1.0.typelib +usr/lib/girepository-1.0/PangoFT2-1.0.typelib +usr/lib/girepository-1.0/PangoXft-1.0.typelib +usr/lib/libpango-1.0.so.0 +usr/lib/libpango-1.0.so.0.3600.8 +usr/lib/libpangocairo-1.0.so.0 +usr/lib/libpangocairo-1.0.so.0.3600.8 +usr/lib/libpangoft2-1.0.so.0 +usr/lib/libpangoft2-1.0.so.0.3600.8 +usr/lib/libpangoxft-1.0.so.0 +usr/lib/libpangoxft-1.0.so.0.3600.8 +usr/lib/pango/1.8.0/modules/pango-arabic-lang.so +usr/lib/pango/1.8.0/modules/pango-indic-lang.so +usr/lib/pango/1.8.0/modules/pango-thai-lang.so +@postexec %D/usr/bin/pango-querymodules-32 --update-cache +@rmtry usr/lib/pango/1.8.0/modules.cache +usr/lib64/girepository-1.0/Pango-1.0.typelib +usr/lib64/girepository-1.0/PangoCairo-1.0.typelib +usr/lib64/girepository-1.0/PangoFT2-1.0.typelib +usr/lib64/girepository-1.0/PangoXft-1.0.typelib +usr/lib64/libpango-1.0.so.0 +usr/lib64/libpango-1.0.so.0.3600.8 +usr/lib64/libpangocairo-1.0.so.0 +usr/lib64/libpangocairo-1.0.so.0.3600.8 +usr/lib64/libpangoft2-1.0.so.0 +usr/lib64/libpangoft2-1.0.so.0.3600.8 +usr/lib64/libpangoxft-1.0.so.0 +usr/lib64/libpangoxft-1.0.so.0.3600.8 +usr/lib64/pango/1.8.0/modules/pango-arabic-lang.so +usr/lib64/pango/1.8.0/modules/pango-indic-lang.so +usr/lib64/pango/1.8.0/modules/pango-thai-lang.so +@postexec %D/usr/bin/pango-querymodules-64 --update-cache +@rmtry usr/lib64/pango/1.8.0/modules.cache +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/HELLO.txt +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/man/man1/pango-querymodules-32.1.gz +usr/share/man/man1/pango-querymodules-64.1.gz +usr/share/man/man1/pango-querymodules.1.gz +usr/share/man/man1/pango-view.1.gz Property changes on: head/x11-toolkits/linux-c7-pango/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-qt-x11/Makefile =================================================================== --- head/x11-toolkits/linux-c7-qt-x11/Makefile (nonexistent) +++ head/x11-toolkits/linux-c7-qt-x11/Makefile (revision 424259) @@ -0,0 +1,28 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= qt-x11 +PORTVERSION= 4.8.5 +CATEGORIES= x11-toolkits linux +SRC_DISTFILES= qt-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= RPM of QT4 (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-c6-qt47-x11-[0-9]* + +RPMVERSION= 11.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= fontconfig png xorglibs alsalib jpeg tiff qt openssl +USE_LINUX_RPM= yes + +OPTIONS_DEFINE= NVIDIA_GL + +NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver +NVIDIA_GL_USE= LINUX=libglu +NVIDIA_GL_USE_OFF= LINUX=dri + +DESCR= ${.CURDIR}/../../devel/qt4/pkg-descr + +.include Property changes on: head/x11-toolkits/linux-c7-qt-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-c7-qt-x11/distinfo.i386 =================================================================== --- head/x11-toolkits/linux-c7-qt-x11/distinfo.i386 (nonexistent) +++ head/x11-toolkits/linux-c7-qt-x11/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473786412 +SHA256 (rpm/centos/7.2.1511/i386/qt-x11-4.8.5-11.el7.i686.rpm) = 24cb957e8cd0f3b105b164bfca7818f44013e1c218b7c1539695e79c6b378f0b +SIZE (rpm/centos/7.2.1511/i386/qt-x11-4.8.5-11.el7.i686.rpm) = 13478424 +SHA256 (rpm/centos/7.2.1511/i386/qt-4.8.5-11.el7.src.rpm) = 1069811e6b36ca280f1ec726b9bdcb8e9d6633de1c725a7b9fd67e0b31e4f79f +SIZE (rpm/centos/7.2.1511/i386/qt-4.8.5-11.el7.src.rpm) = 240683475 Property changes on: head/x11-toolkits/linux-c7-qt-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-c7-qt-x11/distinfo.x86_64 =================================================================== --- head/x11-toolkits/linux-c7-qt-x11/distinfo.x86_64 (nonexistent) +++ head/x11-toolkits/linux-c7-qt-x11/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473785942 +SHA256 (rpm/centos/7.2.1511/x86_64/qt-x11-4.8.5-11.el7.i686.rpm) = 24cb957e8cd0f3b105b164bfca7818f44013e1c218b7c1539695e79c6b378f0b +SIZE (rpm/centos/7.2.1511/x86_64/qt-x11-4.8.5-11.el7.i686.rpm) = 13478424 +SHA256 (rpm/centos/7.2.1511/x86_64/qt-x11-4.8.5-11.el7.x86_64.rpm) = 3a77cbd1657072ac4c6ec78a5d825b5952fc25ccc632c9ab6a537a1b2ef8ac44 +SIZE (rpm/centos/7.2.1511/x86_64/qt-x11-4.8.5-11.el7.x86_64.rpm) = 13219316 +SHA256 (rpm/centos/7.2.1511/x86_64/qt-4.8.5-11.el7.src.rpm) = 1069811e6b36ca280f1ec726b9bdcb8e9d6633de1c725a7b9fd67e0b31e4f79f +SIZE (rpm/centos/7.2.1511/x86_64/qt-4.8.5-11.el7.src.rpm) = 240683475 Property changes on: head/x11-toolkits/linux-c7-qt-x11/distinfo.x86_64 ___________________________________________________________________ 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-c7-qt-x11/pkg-plist.i386 =================================================================== --- head/x11-toolkits/linux-c7-qt-x11/pkg-plist.i386 (nonexistent) +++ head/x11-toolkits/linux-c7-qt-x11/pkg-plist.i386 (revision 424259) @@ -0,0 +1,114 @@ +usr/bin/qmlviewer +usr/lib/libQt3Support.so.4 +usr/lib/libQt3Support.so.4.8 +usr/lib/libQt3Support.so.4.8.5 +usr/lib/libQtCLucene.so.4 +usr/lib/libQtCLucene.so.4.8 +usr/lib/libQtCLucene.so.4.8.5 +usr/lib/libQtDeclarative.so.4 +usr/lib/libQtDeclarative.so.4.8 +usr/lib/libQtDeclarative.so.4.8.5 +usr/lib/libQtDesigner.so.4 +usr/lib/libQtDesigner.so.4.8 +usr/lib/libQtDesigner.so.4.8.5 +usr/lib/libQtDesignerComponents.so.4 +usr/lib/libQtDesignerComponents.so.4.8 +usr/lib/libQtDesignerComponents.so.4.8.5 +usr/lib/libQtGui.so.4 +usr/lib/libQtGui.so.4.8 +usr/lib/libQtGui.so.4.8.5 +usr/lib/libQtHelp.so.4 +usr/lib/libQtHelp.so.4.8 +usr/lib/libQtHelp.so.4.8.5 +usr/lib/libQtMultimedia.so.4 +usr/lib/libQtMultimedia.so.4.8 +usr/lib/libQtMultimedia.so.4.8.5 +usr/lib/libQtOpenGL.so.4 +usr/lib/libQtOpenGL.so.4.8 +usr/lib/libQtOpenGL.so.4.8.5 +usr/lib/libQtScriptTools.so.4 +usr/lib/libQtScriptTools.so.4.8 +usr/lib/libQtScriptTools.so.4.8.5 +usr/lib/libQtSvg.so.4 +usr/lib/libQtSvg.so.4.8 +usr/lib/libQtSvg.so.4.8.5 +usr/lib/qt4/bin/qmlviewer +usr/lib/qt4/imports/Qt/labs/folderlistmodel/libqmlfolderlistmodelplugin.so +usr/lib/qt4/imports/Qt/labs/folderlistmodel/qmldir +usr/lib/qt4/imports/Qt/labs/gestures/libqmlgesturesplugin.so +usr/lib/qt4/imports/Qt/labs/gestures/qmldir +usr/lib/qt4/imports/Qt/labs/particles/libqmlparticlesplugin.so +usr/lib/qt4/imports/Qt/labs/particles/qmldir +usr/lib/qt4/imports/Qt/labs/shaders/libqmlshadersplugin.so +usr/lib/qt4/imports/Qt/labs/shaders/qmldir +usr/lib/qt4/plugins/accessible/libqtaccessiblecompatwidgets.so +usr/lib/qt4/plugins/accessible/libqtaccessiblewidgets.so +usr/lib/qt4/plugins/bearer/libqconnmanbearer.so +usr/lib/qt4/plugins/bearer/libqgenericbearer.so +usr/lib/qt4/plugins/bearer/libqnmbearer.so +usr/lib/qt4/plugins/codecs/libqcncodecs.so +usr/lib/qt4/plugins/codecs/libqjpcodecs.so +usr/lib/qt4/plugins/codecs/libqkrcodecs.so +usr/lib/qt4/plugins/codecs/libqtwcodecs.so +usr/lib/qt4/plugins/designer/libarthurplugin.so +usr/lib/qt4/plugins/designer/libcontainerextension.so +usr/lib/qt4/plugins/designer/libcustomwidgetplugin.so +usr/lib/qt4/plugins/designer/libqdeclarativeview.so +usr/lib/qt4/plugins/designer/libqt3supportwidgets.so +usr/lib/qt4/plugins/designer/libtaskmenuextension.so +usr/lib/qt4/plugins/designer/libworldtimeclockplugin.so +usr/lib/qt4/plugins/graphicssystems/libqglgraphicssystem.so +usr/lib/qt4/plugins/graphicssystems/libqtracegraphicssystem.so +usr/lib/qt4/plugins/iconengines/libqsvgicon.so +usr/lib/qt4/plugins/imageformats/libqgif.so +usr/lib/qt4/plugins/imageformats/libqico.so +usr/lib/qt4/plugins/imageformats/libqjpeg.so +usr/lib/qt4/plugins/imageformats/libqmng.so +usr/lib/qt4/plugins/imageformats/libqsvg.so +usr/lib/qt4/plugins/imageformats/libqtga.so +usr/lib/qt4/plugins/imageformats/libqtiff.so +usr/lib/qt4/plugins/inputmethods/libqimsw-multi.so +usr/lib/qt4/plugins/qmltooling/libqmldbg_inspector.so +usr/lib/qt4/plugins/qmltooling/libqmldbg_tcp.so +usr/lib/qt4/plugins/script/libqtscriptdbus.so +usr/share/icons/hicolor/128x128/apps/qt4-logo.png +usr/share/icons/hicolor/48x48/apps/qt4-logo.png +usr/share/qt4/translations/assistant_cs.qm +usr/share/qt4/translations/assistant_da.qm +usr/share/qt4/translations/assistant_de.qm +usr/share/qt4/translations/assistant_fr.qm +usr/share/qt4/translations/assistant_hu.qm +usr/share/qt4/translations/assistant_ja.qm +usr/share/qt4/translations/assistant_ko.qm +usr/share/qt4/translations/assistant_pl.qm +usr/share/qt4/translations/assistant_ru.qm +usr/share/qt4/translations/assistant_sl.qm +usr/share/qt4/translations/assistant_uk.qm +usr/share/qt4/translations/assistant_zh_CN.qm +usr/share/qt4/translations/assistant_zh_TW.qm +usr/share/qt4/translations/qt_help_cs.qm +usr/share/qt4/translations/qt_help_da.qm +usr/share/qt4/translations/qt_help_de.qm +usr/share/qt4/translations/qt_help_fr.qm +usr/share/qt4/translations/qt_help_gl.qm +usr/share/qt4/translations/qt_help_hu.qm +usr/share/qt4/translations/qt_help_ja.qm +usr/share/qt4/translations/qt_help_ko.qm +usr/share/qt4/translations/qt_help_pl.qm +usr/share/qt4/translations/qt_help_ru.qm +usr/share/qt4/translations/qt_help_sl.qm +usr/share/qt4/translations/qt_help_uk.qm +usr/share/qt4/translations/qt_help_zh_CN.qm +usr/share/qt4/translations/qt_help_zh_TW.qm +usr/share/qt4/translations/qtconfig_hu.qm +usr/share/qt4/translations/qtconfig_ja.qm +usr/share/qt4/translations/qtconfig_ko.qm +usr/share/qt4/translations/qtconfig_pl.qm +usr/share/qt4/translations/qtconfig_ru.qm +usr/share/qt4/translations/qtconfig_sl.qm +usr/share/qt4/translations/qtconfig_uk.qm +usr/share/qt4/translations/qtconfig_zh_CN.qm +usr/share/qt4/translations/qtconfig_zh_TW.qm +@dir usr/lib/qt4/plugins/gui_platform +@dir usr/lib/qt4/plugins/phonon_backend +@dir usr/lib/qt4/plugins/styles Property changes on: head/x11-toolkits/linux-c7-qt-x11/pkg-plist.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-c7-qt-x11/pkg-plist.x86_64 =================================================================== --- head/x11-toolkits/linux-c7-qt-x11/pkg-plist.x86_64 (nonexistent) +++ head/x11-toolkits/linux-c7-qt-x11/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,189 @@ +usr/bin/qmlviewer +usr/lib/libQt3Support.so.4 +usr/lib/libQt3Support.so.4.8 +usr/lib/libQt3Support.so.4.8.5 +usr/lib/libQtCLucene.so.4 +usr/lib/libQtCLucene.so.4.8 +usr/lib/libQtCLucene.so.4.8.5 +usr/lib/libQtDeclarative.so.4 +usr/lib/libQtDeclarative.so.4.8 +usr/lib/libQtDeclarative.so.4.8.5 +usr/lib/libQtDesigner.so.4 +usr/lib/libQtDesigner.so.4.8 +usr/lib/libQtDesigner.so.4.8.5 +usr/lib/libQtDesignerComponents.so.4 +usr/lib/libQtDesignerComponents.so.4.8 +usr/lib/libQtDesignerComponents.so.4.8.5 +usr/lib/libQtGui.so.4 +usr/lib/libQtGui.so.4.8 +usr/lib/libQtGui.so.4.8.5 +usr/lib/libQtHelp.so.4 +usr/lib/libQtHelp.so.4.8 +usr/lib/libQtHelp.so.4.8.5 +usr/lib/libQtMultimedia.so.4 +usr/lib/libQtMultimedia.so.4.8 +usr/lib/libQtMultimedia.so.4.8.5 +usr/lib/libQtOpenGL.so.4 +usr/lib/libQtOpenGL.so.4.8 +usr/lib/libQtOpenGL.so.4.8.5 +usr/lib/libQtScriptTools.so.4 +usr/lib/libQtScriptTools.so.4.8 +usr/lib/libQtScriptTools.so.4.8.5 +usr/lib/libQtSvg.so.4 +usr/lib/libQtSvg.so.4.8 +usr/lib/libQtSvg.so.4.8.5 +usr/lib/qt4/bin/qmlviewer +usr/lib/qt4/imports/Qt/labs/folderlistmodel/libqmlfolderlistmodelplugin.so +usr/lib/qt4/imports/Qt/labs/folderlistmodel/qmldir +usr/lib/qt4/imports/Qt/labs/gestures/libqmlgesturesplugin.so +usr/lib/qt4/imports/Qt/labs/gestures/qmldir +usr/lib/qt4/imports/Qt/labs/particles/libqmlparticlesplugin.so +usr/lib/qt4/imports/Qt/labs/particles/qmldir +usr/lib/qt4/imports/Qt/labs/shaders/libqmlshadersplugin.so +usr/lib/qt4/imports/Qt/labs/shaders/qmldir +usr/lib/qt4/plugins/accessible/libqtaccessiblecompatwidgets.so +usr/lib/qt4/plugins/accessible/libqtaccessiblewidgets.so +usr/lib/qt4/plugins/bearer/libqconnmanbearer.so +usr/lib/qt4/plugins/bearer/libqgenericbearer.so +usr/lib/qt4/plugins/bearer/libqnmbearer.so +usr/lib/qt4/plugins/codecs/libqcncodecs.so +usr/lib/qt4/plugins/codecs/libqjpcodecs.so +usr/lib/qt4/plugins/codecs/libqkrcodecs.so +usr/lib/qt4/plugins/codecs/libqtwcodecs.so +usr/lib/qt4/plugins/designer/libarthurplugin.so +usr/lib/qt4/plugins/designer/libcontainerextension.so +usr/lib/qt4/plugins/designer/libcustomwidgetplugin.so +usr/lib/qt4/plugins/designer/libqdeclarativeview.so +usr/lib/qt4/plugins/designer/libqt3supportwidgets.so +usr/lib/qt4/plugins/designer/libtaskmenuextension.so +usr/lib/qt4/plugins/designer/libworldtimeclockplugin.so +usr/lib/qt4/plugins/graphicssystems/libqglgraphicssystem.so +usr/lib/qt4/plugins/graphicssystems/libqtracegraphicssystem.so +usr/lib/qt4/plugins/iconengines/libqsvgicon.so +usr/lib/qt4/plugins/imageformats/libqgif.so +usr/lib/qt4/plugins/imageformats/libqico.so +usr/lib/qt4/plugins/imageformats/libqjpeg.so +usr/lib/qt4/plugins/imageformats/libqmng.so +usr/lib/qt4/plugins/imageformats/libqsvg.so +usr/lib/qt4/plugins/imageformats/libqtga.so +usr/lib/qt4/plugins/imageformats/libqtiff.so +usr/lib/qt4/plugins/inputmethods/libqimsw-multi.so +usr/lib/qt4/plugins/qmltooling/libqmldbg_inspector.so +usr/lib/qt4/plugins/qmltooling/libqmldbg_tcp.so +usr/lib/qt4/plugins/script/libqtscriptdbus.so +usr/lib64/libQt3Support.so.4 +usr/lib64/libQt3Support.so.4.8 +usr/lib64/libQt3Support.so.4.8.5 +usr/lib64/libQtCLucene.so.4 +usr/lib64/libQtCLucene.so.4.8 +usr/lib64/libQtCLucene.so.4.8.5 +usr/lib64/libQtDeclarative.so.4 +usr/lib64/libQtDeclarative.so.4.8 +usr/lib64/libQtDeclarative.so.4.8.5 +usr/lib64/libQtDesigner.so.4 +usr/lib64/libQtDesigner.so.4.8 +usr/lib64/libQtDesigner.so.4.8.5 +usr/lib64/libQtDesignerComponents.so.4 +usr/lib64/libQtDesignerComponents.so.4.8 +usr/lib64/libQtDesignerComponents.so.4.8.5 +usr/lib64/libQtGui.so.4 +usr/lib64/libQtGui.so.4.8 +usr/lib64/libQtGui.so.4.8.5 +usr/lib64/libQtHelp.so.4 +usr/lib64/libQtHelp.so.4.8 +usr/lib64/libQtHelp.so.4.8.5 +usr/lib64/libQtMultimedia.so.4 +usr/lib64/libQtMultimedia.so.4.8 +usr/lib64/libQtMultimedia.so.4.8.5 +usr/lib64/libQtOpenGL.so.4 +usr/lib64/libQtOpenGL.so.4.8 +usr/lib64/libQtOpenGL.so.4.8.5 +usr/lib64/libQtScriptTools.so.4 +usr/lib64/libQtScriptTools.so.4.8 +usr/lib64/libQtScriptTools.so.4.8.5 +usr/lib64/libQtSvg.so.4 +usr/lib64/libQtSvg.so.4.8 +usr/lib64/libQtSvg.so.4.8.5 +usr/lib64/qt4/bin/qmlviewer +usr/lib64/qt4/imports/Qt/labs/folderlistmodel/libqmlfolderlistmodelplugin.so +usr/lib64/qt4/imports/Qt/labs/folderlistmodel/qmldir +usr/lib64/qt4/imports/Qt/labs/gestures/libqmlgesturesplugin.so +usr/lib64/qt4/imports/Qt/labs/gestures/qmldir +usr/lib64/qt4/imports/Qt/labs/particles/libqmlparticlesplugin.so +usr/lib64/qt4/imports/Qt/labs/particles/qmldir +usr/lib64/qt4/imports/Qt/labs/shaders/libqmlshadersplugin.so +usr/lib64/qt4/imports/Qt/labs/shaders/qmldir +usr/lib64/qt4/plugins/accessible/libqtaccessiblecompatwidgets.so +usr/lib64/qt4/plugins/accessible/libqtaccessiblewidgets.so +usr/lib64/qt4/plugins/bearer/libqconnmanbearer.so +usr/lib64/qt4/plugins/bearer/libqgenericbearer.so +usr/lib64/qt4/plugins/bearer/libqnmbearer.so +usr/lib64/qt4/plugins/codecs/libqcncodecs.so +usr/lib64/qt4/plugins/codecs/libqjpcodecs.so +usr/lib64/qt4/plugins/codecs/libqkrcodecs.so +usr/lib64/qt4/plugins/codecs/libqtwcodecs.so +usr/lib64/qt4/plugins/designer/libarthurplugin.so +usr/lib64/qt4/plugins/designer/libcontainerextension.so +usr/lib64/qt4/plugins/designer/libcustomwidgetplugin.so +usr/lib64/qt4/plugins/designer/libqdeclarativeview.so +usr/lib64/qt4/plugins/designer/libqt3supportwidgets.so +usr/lib64/qt4/plugins/designer/libtaskmenuextension.so +usr/lib64/qt4/plugins/designer/libworldtimeclockplugin.so +usr/lib64/qt4/plugins/graphicssystems/libqglgraphicssystem.so +usr/lib64/qt4/plugins/graphicssystems/libqtracegraphicssystem.so +usr/lib64/qt4/plugins/iconengines/libqsvgicon.so +usr/lib64/qt4/plugins/imageformats/libqgif.so +usr/lib64/qt4/plugins/imageformats/libqico.so +usr/lib64/qt4/plugins/imageformats/libqjpeg.so +usr/lib64/qt4/plugins/imageformats/libqmng.so +usr/lib64/qt4/plugins/imageformats/libqsvg.so +usr/lib64/qt4/plugins/imageformats/libqtga.so +usr/lib64/qt4/plugins/imageformats/libqtiff.so +usr/lib64/qt4/plugins/inputmethods/libqimsw-multi.so +usr/lib64/qt4/plugins/qmltooling/libqmldbg_inspector.so +usr/lib64/qt4/plugins/qmltooling/libqmldbg_tcp.so +usr/lib64/qt4/plugins/script/libqtscriptdbus.so +usr/share/icons/hicolor/128x128/apps/qt4-logo.png +usr/share/icons/hicolor/48x48/apps/qt4-logo.png +usr/share/qt4/translations/assistant_cs.qm +usr/share/qt4/translations/assistant_da.qm +usr/share/qt4/translations/assistant_de.qm +usr/share/qt4/translations/assistant_fr.qm +usr/share/qt4/translations/assistant_hu.qm +usr/share/qt4/translations/assistant_ja.qm +usr/share/qt4/translations/assistant_ko.qm +usr/share/qt4/translations/assistant_pl.qm +usr/share/qt4/translations/assistant_ru.qm +usr/share/qt4/translations/assistant_sl.qm +usr/share/qt4/translations/assistant_uk.qm +usr/share/qt4/translations/assistant_zh_CN.qm +usr/share/qt4/translations/assistant_zh_TW.qm +usr/share/qt4/translations/qt_help_cs.qm +usr/share/qt4/translations/qt_help_da.qm +usr/share/qt4/translations/qt_help_de.qm +usr/share/qt4/translations/qt_help_fr.qm +usr/share/qt4/translations/qt_help_gl.qm +usr/share/qt4/translations/qt_help_hu.qm +usr/share/qt4/translations/qt_help_ja.qm +usr/share/qt4/translations/qt_help_ko.qm +usr/share/qt4/translations/qt_help_pl.qm +usr/share/qt4/translations/qt_help_ru.qm +usr/share/qt4/translations/qt_help_sl.qm +usr/share/qt4/translations/qt_help_uk.qm +usr/share/qt4/translations/qt_help_zh_CN.qm +usr/share/qt4/translations/qt_help_zh_TW.qm +usr/share/qt4/translations/qtconfig_hu.qm +usr/share/qt4/translations/qtconfig_ja.qm +usr/share/qt4/translations/qtconfig_ko.qm +usr/share/qt4/translations/qtconfig_pl.qm +usr/share/qt4/translations/qtconfig_ru.qm +usr/share/qt4/translations/qtconfig_sl.qm +usr/share/qt4/translations/qtconfig_uk.qm +usr/share/qt4/translations/qtconfig_zh_CN.qm +usr/share/qt4/translations/qtconfig_zh_TW.qm +@dir usr/lib/qt4/plugins/gui_platform +@dir usr/lib/qt4/plugins/phonon_backend +@dir usr/lib/qt4/plugins/styles +@dir usr/lib64/qt4/plugins/gui_platform +@dir usr/lib64/qt4/plugins/phonon_backend +@dir usr/lib64/qt4/plugins/styles Property changes on: head/x11-toolkits/linux-c7-qt-x11/pkg-plist.x86_64 ___________________________________________________________________ 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-c7-tk85/Makefile =================================================================== --- head/x11-toolkits/linux-c7-tk85/Makefile (nonexistent) +++ head/x11-toolkits/linux-c7-tk85/Makefile (revision 424259) @@ -0,0 +1,24 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= tk +PORTVERSION= 8.5.13 +CATEGORIES= x11-toolkits linux +PKGNAMESUFFIX= 85 + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Graphical toolkit for TCL (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}${PKGNAMESUFFIX}-[0-9]* linux-c6-${PORTNAME}${PKGNAMESUFFIX}-[0-9]* + +RPMVERSION= 6.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= xorglibs +USE_LINUX_RPM= yes +USE_LINUX_RPM_BAD_PERMS= yes + +DATADIR= ${PREFIX}/usr/share/tk${PORTVERSION:R} +DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr + +.include Property changes on: head/x11-toolkits/linux-c7-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-c7-tk85/distinfo.i386 =================================================================== --- head/x11-toolkits/linux-c7-tk85/distinfo.i386 (nonexistent) +++ head/x11-toolkits/linux-c7-tk85/distinfo.i386 (revision 424259) @@ -0,0 +1,5 @@ +TIMESTAMP = 1473355881 +SHA256 (rpm/centos/7.2.1511/i386/tk-8.5.13-6.el7.i686.rpm) = a0e569dca16373abb6a3f868c2e1ac4d47699a598239a70d14c08e7151a6d7b7 +SIZE (rpm/centos/7.2.1511/i386/tk-8.5.13-6.el7.i686.rpm) = 1484624 +SHA256 (rpm/centos/7.2.1511/i386/tk-8.5.13-6.el7.src.rpm) = 1b9873b1db022d7f43316dc3dcebad01062cf4ea6a0cf2d82c693d061409ce9f +SIZE (rpm/centos/7.2.1511/i386/tk-8.5.13-6.el7.src.rpm) = 4112896 Property changes on: head/x11-toolkits/linux-c7-tk85/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-c7-tk85/distinfo.x86_64 =================================================================== --- head/x11-toolkits/linux-c7-tk85/distinfo.x86_64 (nonexistent) +++ head/x11-toolkits/linux-c7-tk85/distinfo.x86_64 (revision 424259) @@ -0,0 +1,7 @@ +TIMESTAMP = 1473674871 +SHA256 (rpm/centos/7.2.1511/x86_64/tk-8.5.13-6.el7.i686.rpm) = a0e569dca16373abb6a3f868c2e1ac4d47699a598239a70d14c08e7151a6d7b7 +SIZE (rpm/centos/7.2.1511/x86_64/tk-8.5.13-6.el7.i686.rpm) = 1484624 +SHA256 (rpm/centos/7.2.1511/x86_64/tk-8.5.13-6.el7.x86_64.rpm) = 662547f458a5fac26a9800fd4c2b7836bb20cee3ba857535540cc5cfff72eb33 +SIZE (rpm/centos/7.2.1511/x86_64/tk-8.5.13-6.el7.x86_64.rpm) = 1496732 +SHA256 (rpm/centos/7.2.1511/x86_64/tk-8.5.13-6.el7.src.rpm) = 1b9873b1db022d7f43316dc3dcebad01062cf4ea6a0cf2d82c693d061409ce9f +SIZE (rpm/centos/7.2.1511/x86_64/tk-8.5.13-6.el7.src.rpm) = 4112896 Property changes on: head/x11-toolkits/linux-c7-tk85/distinfo.x86_64 ___________________________________________________________________ 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-c7-tk85/pkg-plist.i386 =================================================================== --- head/x11-toolkits/linux-c7-tk85/pkg-plist.i386 (nonexistent) +++ head/x11-toolkits/linux-c7-tk85/pkg-plist.i386 (revision 424259) @@ -0,0 +1,264 @@ +usr/bin/wish +usr/bin/wish8.5 +usr/lib/libtk8.5.so +usr/lib/tk8.5/pkgIndex.tcl +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/changes +%%PORTDOCS%%%%DOCSDIR%%/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::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::spinbox.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/ttk_image.n.gz +usr/share/man/mann/ttk_vsapi.n.gz +usr/share/man/mann/winfo.n.gz +usr/share/man/mann/wm.n.gz +%%DATADIR%%/bgerror.tcl +%%DATADIR%%/button.tcl +%%DATADIR%%/choosedir.tcl +%%DATADIR%%/clrpick.tcl +%%DATADIR%%/comdlg.tcl +%%DATADIR%%/console.tcl +%%DATADIR%%/demos/README +%%DATADIR%%/demos/anilabel.tcl +%%DATADIR%%/demos/aniwave.tcl +%%DATADIR%%/demos/arrow.tcl +%%DATADIR%%/demos/bind.tcl +%%DATADIR%%/demos/bitmap.tcl +%%DATADIR%%/demos/browse +%%DATADIR%%/demos/button.tcl +%%DATADIR%%/demos/check.tcl +%%DATADIR%%/demos/clrpick.tcl +%%DATADIR%%/demos/colors.tcl +%%DATADIR%%/demos/combo.tcl +%%DATADIR%%/demos/cscroll.tcl +%%DATADIR%%/demos/ctext.tcl +%%DATADIR%%/demos/dialog1.tcl +%%DATADIR%%/demos/dialog2.tcl +%%DATADIR%%/demos/en.msg +%%DATADIR%%/demos/entry1.tcl +%%DATADIR%%/demos/entry2.tcl +%%DATADIR%%/demos/entry3.tcl +%%DATADIR%%/demos/filebox.tcl +%%DATADIR%%/demos/floor.tcl +%%DATADIR%%/demos/form.tcl +%%DATADIR%%/demos/goldberg.tcl +%%DATADIR%%/demos/hello +%%DATADIR%%/demos/hscale.tcl +%%DATADIR%%/demos/icon.tcl +%%DATADIR%%/demos/image1.tcl +%%DATADIR%%/demos/image2.tcl +%%DATADIR%%/demos/images/earth.gif +%%DATADIR%%/demos/images/earthris.gif +%%DATADIR%%/demos/images/face.xbm +%%DATADIR%%/demos/images/flagdown.xbm +%%DATADIR%%/demos/images/flagup.xbm +%%DATADIR%%/demos/images/gray25.xbm +%%DATADIR%%/demos/images/letters.xbm +%%DATADIR%%/demos/images/noletter.xbm +%%DATADIR%%/demos/images/pattern.xbm +%%DATADIR%%/demos/images/tcllogo.gif +%%DATADIR%%/demos/images/teapot.ppm +%%DATADIR%%/demos/items.tcl +%%DATADIR%%/demos/ixset +%%DATADIR%%/demos/knightstour.tcl +%%DATADIR%%/demos/label.tcl +%%DATADIR%%/demos/labelframe.tcl +%%DATADIR%%/demos/license.terms +%%DATADIR%%/demos/mclist.tcl +%%DATADIR%%/demos/menu.tcl +%%DATADIR%%/demos/menubu.tcl +%%DATADIR%%/demos/msgbox.tcl +%%DATADIR%%/demos/nl.msg +%%DATADIR%%/demos/paned1.tcl +%%DATADIR%%/demos/paned2.tcl +%%DATADIR%%/demos/pendulum.tcl +%%DATADIR%%/demos/plot.tcl +%%DATADIR%%/demos/puzzle.tcl +%%DATADIR%%/demos/radio.tcl +%%DATADIR%%/demos/rmt +%%DATADIR%%/demos/rolodex +%%DATADIR%%/demos/ruler.tcl +%%DATADIR%%/demos/sayings.tcl +%%DATADIR%%/demos/search.tcl +%%DATADIR%%/demos/spin.tcl +%%DATADIR%%/demos/states.tcl +%%DATADIR%%/demos/style.tcl +%%DATADIR%%/demos/tclIndex +%%DATADIR%%/demos/tcolor +%%DATADIR%%/demos/text.tcl +%%DATADIR%%/demos/textpeer.tcl +%%DATADIR%%/demos/timer +%%DATADIR%%/demos/toolbar.tcl +%%DATADIR%%/demos/tree.tcl +%%DATADIR%%/demos/ttkbut.tcl +%%DATADIR%%/demos/ttkmenu.tcl +%%DATADIR%%/demos/ttknote.tcl +%%DATADIR%%/demos/ttkpane.tcl +%%DATADIR%%/demos/ttkprogress.tcl +%%DATADIR%%/demos/ttkscale.tcl +%%DATADIR%%/demos/twind.tcl +%%DATADIR%%/demos/unicodeout.tcl +%%DATADIR%%/demos/vscale.tcl +%%DATADIR%%/demos/widget +%%DATADIR%%/dialog.tcl +%%DATADIR%%/entry.tcl +%%DATADIR%%/focus.tcl +%%DATADIR%%/images/README +%%DATADIR%%/images/logo.eps +%%DATADIR%%/images/logo100.gif +%%DATADIR%%/images/logo64.gif +%%DATADIR%%/images/logoLarge.gif +%%DATADIR%%/images/logoMed.gif +%%DATADIR%%/images/pwrdLogo.eps +%%DATADIR%%/images/pwrdLogo100.gif +%%DATADIR%%/images/pwrdLogo150.gif +%%DATADIR%%/images/pwrdLogo175.gif +%%DATADIR%%/images/pwrdLogo200.gif +%%DATADIR%%/images/pwrdLogo75.gif +%%DATADIR%%/images/tai-ku.gif +%%DATADIR%%/listbox.tcl +%%DATADIR%%/menu.tcl +%%DATADIR%%/mkpsenc.tcl +%%DATADIR%%/msgbox.tcl +%%DATADIR%%/msgs/cs.msg +%%DATADIR%%/msgs/da.msg +%%DATADIR%%/msgs/de.msg +%%DATADIR%%/msgs/el.msg +%%DATADIR%%/msgs/en.msg +%%DATADIR%%/msgs/en_gb.msg +%%DATADIR%%/msgs/eo.msg +%%DATADIR%%/msgs/es.msg +%%DATADIR%%/msgs/fr.msg +%%DATADIR%%/msgs/hu.msg +%%DATADIR%%/msgs/it.msg +%%DATADIR%%/msgs/nl.msg +%%DATADIR%%/msgs/pl.msg +%%DATADIR%%/msgs/pt.msg +%%DATADIR%%/msgs/ru.msg +%%DATADIR%%/msgs/sv.msg +%%DATADIR%%/obsolete.tcl +%%DATADIR%%/optMenu.tcl +%%DATADIR%%/palette.tcl +%%DATADIR%%/panedwindow.tcl +%%DATADIR%%/safetk.tcl +%%DATADIR%%/scale.tcl +%%DATADIR%%/scrlbar.tcl +%%DATADIR%%/spinbox.tcl +%%DATADIR%%/tclIndex +%%DATADIR%%/tearoff.tcl +%%DATADIR%%/text.tcl +%%DATADIR%%/tk.tcl +%%DATADIR%%/tkfbox.tcl +%%DATADIR%%/ttk/altTheme.tcl +%%DATADIR%%/ttk/aquaTheme.tcl +%%DATADIR%%/ttk/button.tcl +%%DATADIR%%/ttk/clamTheme.tcl +%%DATADIR%%/ttk/classicTheme.tcl +%%DATADIR%%/ttk/combobox.tcl +%%DATADIR%%/ttk/cursors.tcl +%%DATADIR%%/ttk/defaults.tcl +%%DATADIR%%/ttk/entry.tcl +%%DATADIR%%/ttk/fonts.tcl +%%DATADIR%%/ttk/menubutton.tcl +%%DATADIR%%/ttk/notebook.tcl +%%DATADIR%%/ttk/panedwindow.tcl +%%DATADIR%%/ttk/progress.tcl +%%DATADIR%%/ttk/scale.tcl +%%DATADIR%%/ttk/scrollbar.tcl +%%DATADIR%%/ttk/sizegrip.tcl +%%DATADIR%%/ttk/spinbox.tcl +%%DATADIR%%/ttk/treeview.tcl +%%DATADIR%%/ttk/ttk.tcl +%%DATADIR%%/ttk/utils.tcl +%%DATADIR%%/ttk/vistaTheme.tcl +%%DATADIR%%/ttk/winTheme.tcl +%%DATADIR%%/ttk/xpTheme.tcl +%%DATADIR%%/unsupported.tcl +%%DATADIR%%/xmfbox.tcl Property changes on: head/x11-toolkits/linux-c7-tk85/pkg-plist.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-c7-tk85/pkg-plist.x86_64 =================================================================== --- head/x11-toolkits/linux-c7-tk85/pkg-plist.x86_64 (nonexistent) +++ head/x11-toolkits/linux-c7-tk85/pkg-plist.x86_64 (revision 424259) @@ -0,0 +1,266 @@ +usr/bin/wish +usr/bin/wish8.5 +usr/lib/libtk8.5.so +usr/lib/tk8.5/pkgIndex.tcl +usr/lib64/libtk8.5.so +usr/lib64/tk8.5/pkgIndex.tcl +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/changes +%%PORTDOCS%%%%DOCSDIR%%/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::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::spinbox.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/ttk_image.n.gz +usr/share/man/mann/ttk_vsapi.n.gz +usr/share/man/mann/winfo.n.gz +usr/share/man/mann/wm.n.gz +%%DATADIR%%/bgerror.tcl +%%DATADIR%%/button.tcl +%%DATADIR%%/choosedir.tcl +%%DATADIR%%/clrpick.tcl +%%DATADIR%%/comdlg.tcl +%%DATADIR%%/console.tcl +%%DATADIR%%/demos/README +%%DATADIR%%/demos/anilabel.tcl +%%DATADIR%%/demos/aniwave.tcl +%%DATADIR%%/demos/arrow.tcl +%%DATADIR%%/demos/bind.tcl +%%DATADIR%%/demos/bitmap.tcl +%%DATADIR%%/demos/browse +%%DATADIR%%/demos/button.tcl +%%DATADIR%%/demos/check.tcl +%%DATADIR%%/demos/clrpick.tcl +%%DATADIR%%/demos/colors.tcl +%%DATADIR%%/demos/combo.tcl +%%DATADIR%%/demos/cscroll.tcl +%%DATADIR%%/demos/ctext.tcl +%%DATADIR%%/demos/dialog1.tcl +%%DATADIR%%/demos/dialog2.tcl +%%DATADIR%%/demos/en.msg +%%DATADIR%%/demos/entry1.tcl +%%DATADIR%%/demos/entry2.tcl +%%DATADIR%%/demos/entry3.tcl +%%DATADIR%%/demos/filebox.tcl +%%DATADIR%%/demos/floor.tcl +%%DATADIR%%/demos/form.tcl +%%DATADIR%%/demos/goldberg.tcl +%%DATADIR%%/demos/hello +%%DATADIR%%/demos/hscale.tcl +%%DATADIR%%/demos/icon.tcl +%%DATADIR%%/demos/image1.tcl +%%DATADIR%%/demos/image2.tcl +%%DATADIR%%/demos/images/earth.gif +%%DATADIR%%/demos/images/earthris.gif +%%DATADIR%%/demos/images/face.xbm +%%DATADIR%%/demos/images/flagdown.xbm +%%DATADIR%%/demos/images/flagup.xbm +%%DATADIR%%/demos/images/gray25.xbm +%%DATADIR%%/demos/images/letters.xbm +%%DATADIR%%/demos/images/noletter.xbm +%%DATADIR%%/demos/images/pattern.xbm +%%DATADIR%%/demos/images/tcllogo.gif +%%DATADIR%%/demos/images/teapot.ppm +%%DATADIR%%/demos/items.tcl +%%DATADIR%%/demos/ixset +%%DATADIR%%/demos/knightstour.tcl +%%DATADIR%%/demos/label.tcl +%%DATADIR%%/demos/labelframe.tcl +%%DATADIR%%/demos/license.terms +%%DATADIR%%/demos/mclist.tcl +%%DATADIR%%/demos/menu.tcl +%%DATADIR%%/demos/menubu.tcl +%%DATADIR%%/demos/msgbox.tcl +%%DATADIR%%/demos/nl.msg +%%DATADIR%%/demos/paned1.tcl +%%DATADIR%%/demos/paned2.tcl +%%DATADIR%%/demos/pendulum.tcl +%%DATADIR%%/demos/plot.tcl +%%DATADIR%%/demos/puzzle.tcl +%%DATADIR%%/demos/radio.tcl +%%DATADIR%%/demos/rmt +%%DATADIR%%/demos/rolodex +%%DATADIR%%/demos/ruler.tcl +%%DATADIR%%/demos/sayings.tcl +%%DATADIR%%/demos/search.tcl +%%DATADIR%%/demos/spin.tcl +%%DATADIR%%/demos/states.tcl +%%DATADIR%%/demos/style.tcl +%%DATADIR%%/demos/tclIndex +%%DATADIR%%/demos/tcolor +%%DATADIR%%/demos/text.tcl +%%DATADIR%%/demos/textpeer.tcl +%%DATADIR%%/demos/timer +%%DATADIR%%/demos/toolbar.tcl +%%DATADIR%%/demos/tree.tcl +%%DATADIR%%/demos/ttkbut.tcl +%%DATADIR%%/demos/ttkmenu.tcl +%%DATADIR%%/demos/ttknote.tcl +%%DATADIR%%/demos/ttkpane.tcl +%%DATADIR%%/demos/ttkprogress.tcl +%%DATADIR%%/demos/ttkscale.tcl +%%DATADIR%%/demos/twind.tcl +%%DATADIR%%/demos/unicodeout.tcl +%%DATADIR%%/demos/vscale.tcl +%%DATADIR%%/demos/widget +%%DATADIR%%/dialog.tcl +%%DATADIR%%/entry.tcl +%%DATADIR%%/focus.tcl +%%DATADIR%%/images/README +%%DATADIR%%/images/logo.eps +%%DATADIR%%/images/logo100.gif +%%DATADIR%%/images/logo64.gif +%%DATADIR%%/images/logoLarge.gif +%%DATADIR%%/images/logoMed.gif +%%DATADIR%%/images/pwrdLogo.eps +%%DATADIR%%/images/pwrdLogo100.gif +%%DATADIR%%/images/pwrdLogo150.gif +%%DATADIR%%/images/pwrdLogo175.gif +%%DATADIR%%/images/pwrdLogo200.gif +%%DATADIR%%/images/pwrdLogo75.gif +%%DATADIR%%/images/tai-ku.gif +%%DATADIR%%/listbox.tcl +%%DATADIR%%/menu.tcl +%%DATADIR%%/mkpsenc.tcl +%%DATADIR%%/msgbox.tcl +%%DATADIR%%/msgs/cs.msg +%%DATADIR%%/msgs/da.msg +%%DATADIR%%/msgs/de.msg +%%DATADIR%%/msgs/el.msg +%%DATADIR%%/msgs/en.msg +%%DATADIR%%/msgs/en_gb.msg +%%DATADIR%%/msgs/eo.msg +%%DATADIR%%/msgs/es.msg +%%DATADIR%%/msgs/fr.msg +%%DATADIR%%/msgs/hu.msg +%%DATADIR%%/msgs/it.msg +%%DATADIR%%/msgs/nl.msg +%%DATADIR%%/msgs/pl.msg +%%DATADIR%%/msgs/pt.msg +%%DATADIR%%/msgs/ru.msg +%%DATADIR%%/msgs/sv.msg +%%DATADIR%%/obsolete.tcl +%%DATADIR%%/optMenu.tcl +%%DATADIR%%/palette.tcl +%%DATADIR%%/panedwindow.tcl +%%DATADIR%%/safetk.tcl +%%DATADIR%%/scale.tcl +%%DATADIR%%/scrlbar.tcl +%%DATADIR%%/spinbox.tcl +%%DATADIR%%/tclIndex +%%DATADIR%%/tearoff.tcl +%%DATADIR%%/text.tcl +%%DATADIR%%/tk.tcl +%%DATADIR%%/tkfbox.tcl +%%DATADIR%%/ttk/altTheme.tcl +%%DATADIR%%/ttk/aquaTheme.tcl +%%DATADIR%%/ttk/button.tcl +%%DATADIR%%/ttk/clamTheme.tcl +%%DATADIR%%/ttk/classicTheme.tcl +%%DATADIR%%/ttk/combobox.tcl +%%DATADIR%%/ttk/cursors.tcl +%%DATADIR%%/ttk/defaults.tcl +%%DATADIR%%/ttk/entry.tcl +%%DATADIR%%/ttk/fonts.tcl +%%DATADIR%%/ttk/menubutton.tcl +%%DATADIR%%/ttk/notebook.tcl +%%DATADIR%%/ttk/panedwindow.tcl +%%DATADIR%%/ttk/progress.tcl +%%DATADIR%%/ttk/scale.tcl +%%DATADIR%%/ttk/scrollbar.tcl +%%DATADIR%%/ttk/sizegrip.tcl +%%DATADIR%%/ttk/spinbox.tcl +%%DATADIR%%/ttk/treeview.tcl +%%DATADIR%%/ttk/ttk.tcl +%%DATADIR%%/ttk/utils.tcl +%%DATADIR%%/ttk/vistaTheme.tcl +%%DATADIR%%/ttk/winTheme.tcl +%%DATADIR%%/ttk/xpTheme.tcl +%%DATADIR%%/unsupported.tcl +%%DATADIR%%/xmfbox.tcl Property changes on: head/x11-toolkits/linux-c7-tk85/pkg-plist.x86_64 ___________________________________________________________________ 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