Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 12:12:16 +0200 (EET)
From:      Johannes Jost Meixner <xmj@chaot.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        freebsd-emulation@freebsd.org
Subject:   [NEW PORTS, UPDATE] Add CentOS 6.5 userland ports
Message-ID:  <1058669419.enqueue@mx12.chaot.net>

next in thread | raw e-mail | index | archive | help
>Description:
The attached patch adds the following ports to the FreeBSD portstree:

x11/linux-c6-xorg-libs
multimedia/linux-c6-libv4l
devel/linux-c6-nspr
devel/linux-c6-qt47
devel/linux-c6-dbus-libs
accessibility/linux-c6-atk
graphics/linux-c6-tiff
graphics/linux-c6-jpeg
graphics/linux-c6-dri
graphics/linux-c6-cairo
graphics/linux-c6-png
net/linux-c6-openldap
x11-fonts/linux-c6-fontconfig
x11-toolkits/linux-c6-pango
x11-toolkits/linux-c6-gtk2
x11-toolkits/linux-c6-qt47-x11
textproc/linux-c6-expat
emulators/linux_base-c6
www/linux-c6-qt47-webkit
www/linux-c6-flashplugin11
ftp/linux-c6-curl
databases/linux-c6-sqlite3
security/linux-c6-nss
security/linux-c6-openssl
security/linux-c6-libssh2
security/linux-c6-openssl-compat
security/linux-c6-cyrus-sasl2
audio/linux-c6-alsa-lib
audio/linux-c6-alsa-plugins-oss
net-im/skype4

Further, it adds support for using either the Fedora 10-derived userland or the
CentOS 6.5-derived Userland to Mk/ and hence lets the user choose in
/etc/make.conf which one to go with. I've updated all Fedora 10-ports as well to
take into account the Mk/ changes. 

>How-To-Repeat:

- apply patch to a clean portstree (patch attached is a git diff)
- add the following to /etc/make.conf:
    OVERRIDE_LINUX_BASE_PORTS=c6
    OVERRIDE_LINUX_NONBASE_PORTS=c6
- build net-im/skype4    

>Fix:


--- linux-ports.diff begins here ---
diff --git a/Mk/bsd.linux-apps.mk b/Mk/bsd.linux-apps.mk
index 50fb489..2f2e15b 100644
--- a/Mk/bsd.linux-apps.mk
+++ b/Mk/bsd.linux-apps.mk
@@ -39,15 +39,18 @@ Linux_APPS_Pre_Include=			bsd.linux-apps.mk
 
 Linux_APPS_Post_Include=	bsd.linux-apps.mk
 
-# OVERRIDE_LINUX_NONBASE_PORTS may be used only with LINUX_OSRELEASE=2.6.16
-.  if (${LINUX_OSRELEASE} == "2.6.16") && defined(OVERRIDE_LINUX_NONBASE_PORTS)
+.  if defined(OVERRIDE_LINUX_NONBASE_PORTS)
 .    if ${OVERRIDE_LINUX_NONBASE_PORTS} == "f10"
 LINUX_DIST_SUFFIX=	-f10
 .    else
-IGNORE=		valid values for OVERRIDE_LINUX_NONBASE_PORTS are: \"f10\"
+.		if ${OVERRIDE_LINUX_NONBASE_PORTS} == "c6"
+LINUX_DIST_SUFFIX=	-c6
+.		else
+IGNORE=		valid values for OVERRIDE_LINUX_NONBASE_PORTS are: \"f10\" and \"c6\"
+.		endif
 .    endif
 .  else
-# default for OSVERSION >= 800076
+# default
 LINUX_DIST_SUFFIX=	-f10
 .  endif
 
@@ -58,13 +61,13 @@ _LINUX_APPS_ALL=	allegro alsalib arts aspell atk cairo cups-libs curl dri esound
 					freealut gdkpixbuf gnutls gtk2 hicontheme imlib jpeg libaudiofile \
 					libg2c libgcrypt libglade2 libglu libgpg-error libmng libogg \
 					libsigcpp20 libtasn1 libtheora libvorbis libxml2 mikmod naslibs \
-					ncurses-base openal openmotif openssl pango png scimgtk \
+					ncurses-base openal openmotif openssl openssl-compat pango png scimgtk \
 					scimlibs sdl12 sdlimage sdlmixer tiff xorglibs ucl ungif upx webauth
 
 # 2.6.16 components
 _LINUX_26_APPS=		alsa-plugins-oss blt cyrus-sasl2 dbusglib dbuslibs \
 			libasyncns libidn libssh2 libv4l nspr nss openal-soft \
-			openldap pulseaudio-libs qt45 sqlite3 tcl84 tk84
+			openldap pulseaudio-libs qt45 sqlite3 tcl84 tk84 qt47 qt47-x11 qt47-webkit
 
 _LINUX_APPS_ALL+=	${_LINUX_26_APPS}
 
@@ -84,11 +87,13 @@ allegro_PORT=		${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-allegro
 allegro_DEPENDS=	xorglibs
 
 alsa-plugins-oss_f10_FILE=	${LINUXBASE}/usr/lib/alsa-lib/libasound_module_pcm_oss.so
+alsa-plugins-oss_c6_FILE=	${LINUXBASE}/usr/lib/alsa-lib/libasound_module_pcm_oss.so
 alsa-plugins-oss_DETECT=	${alsa-plugins-oss${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 alsa-plugins-oss_PORT=		${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-alsa-plugins-oss
 alsa-plugins-oss_DEPENDS=	alsalib
 
 alsalib_f10_FILE=	${LINUXBASE}/lib/libasound.so.2.0.0
+alsalib_c6_FILE=	${LINUXBASE}/lib/libasound.so.2.0.0
 alsalib_DETECT=		${alsalib${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 alsalib_PORT=		${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-alsa-lib
 
@@ -101,6 +106,7 @@ aspell_DETECT=		${aspell${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 aspell_PORT=		${PORTSDIR}/textproc/linux${LINUX_DIST_SUFFIX}-aspell
 
 atk_f10_FILE=		${LINUXBASE}/usr/lib/libatk-1.0.so.0.2409.1
+atk_c6_FILE=		${LINUXBASE}/usr/lib/libatk-1.0.so.0.3009.1
 atk_DETECT=			${atk${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 atk_PORT=			${PORTSDIR}/accessibility/linux${LINUX_DIST_SUFFIX}-atk
 
@@ -110,6 +116,7 @@ blt_PORT=		${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-blt
 blt_DEPENDS=		tcl84 tk84 xorglibs
 
 cairo_f10_FILE=		${LINUXBASE}/usr/lib/libcairo.so.2.10800.0
+cairo_c6_FILE=		${LINUXBASE}/usr/lib/libcairo.so.2.10800.8
 cairo_DETECT=		${cairo${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 cairo_PORT=			${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-cairo
 cairo_DEPENDS=		fontconfig png xorglibs
@@ -120,6 +127,7 @@ cups-libs_PORT=		${PORTSDIR}/print/linux${LINUX_DIST_SUFFIX}-cups-libs
 cups-libs_DEPENDS=	gnutls
 
 curl_f10_FILE=		${LINUXBASE}/usr/lib/libcurl.so.4.1.1
+curl_c6_FILE=		${LINUXBASE}/usr/lib/libcurl.so.4.1.1
 curl_DETECT=		${curl${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 curl_PORT=		${PORTSDIR}/ftp/linux${LINUX_DIST_SUFFIX}-curl
 .  if ${LINUX_DIST_SUFFIX} == "-f10"
@@ -127,6 +135,7 @@ curl_DEPENDS=		cyrus-sasl2 openldap
 .  endif
 
 cyrus-sasl2_f10_FILE=	${LINUXBASE}/usr/lib/libsasl2.so.2.0.22
+cyrus-sasl2_c6_FILE=	${LINUXBASE}/usr/lib/libsasl2.so.2.0.23
 cyrus-sasl2_DETECT=	${cyrus-sasl2${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 cyrus-sasl2_PORT=	${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-cyrus-sasl2
 
@@ -136,10 +145,12 @@ dbusglib_PORT=		${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-dbus-glib
 dbusglib_DEPENDS=	dbuslibs expat
 
 dbuslibs_f10_FILE=	${LINUXBASE}/lib/libdbus-1.so.3
+dbuslibs_c6_FILE=	${LINUXBASE}/lib/libdbus-1.so.3
 dbuslibs_DETECT=	${dbuslibs${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 dbuslibs_PORT=		${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-dbus-libs
 
 dri_f10_FILE=		${LINUXBASE}/usr/lib/libGL.so.1.2
+dri_c6_FILE=		${LINUXBASE}/usr/lib/libGL.so.1.2.0
 dri_DETECT=		${dri${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 dri_PORT=		${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-dri
 dri_DEPENDS=		xorglibs
@@ -150,10 +161,12 @@ esound_PORT=		${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-esound
 esound_DEPENDS=		libaudiofile
 
 expat_f10_FILE=		${LINUXBASE}/lib/libexpat.so.1
+expat_c6_FILE=		${LINUXBASE}/lib/libexpat.so.1
 expat_DETECT=		${expat${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 expat_PORT=			${PORTSDIR}/textproc/linux${LINUX_DIST_SUFFIX}-expat
 
 fontconfig_f10_FILE=	${LINUXBASE}/usr/lib/libfontconfig.so.1.3.0
+fontconfig_c6_FILE=	${LINUXBASE}/usr/lib/libfontconfig.so.1.4.4
 fontconfig_DETECT=	${fontconfig${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 fontconfig_PORT=	${PORTSDIR}/x11-fonts/linux${LINUX_DIST_SUFFIX}-fontconfig
 fontconfig_DEPENDS=	expat
@@ -173,6 +186,7 @@ gnutls_PORT=		${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-gnutls
 gnutls_DEPENDS=		libtasn1 libgcrypt libgpg-error
 
 gtk2_f10_FILE=		${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0.1400.7
+gtk2_c6_FILE=		${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0.1800.9
 gtk2_DETECT=		${gtk2${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 gtk2_PORT=			${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-gtk2
 gtk2_DEPENDS=		atk jpeg png pango tiff xorglibs
@@ -186,6 +200,7 @@ imlib_DETECT=		${imlib${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 imlib_PORT=			${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-imlib
 
 jpeg_f10_FILE=		${LINUXBASE}/usr/lib/libjpeg.so.62.0.0
+jpeg_c6_FILE=		${LINUXBASE}/usr/lib/libjpeg.so.62.0.0
 jpeg_DETECT=		${jpeg${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 jpeg_PORT=			${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-jpeg
 
@@ -235,11 +250,13 @@ libsigcpp20_DETECT=	${libsigcpp20${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 libsigcpp20_PORT=	${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-libsigc++20
 
 libssh2_f10_FILE=	${LINUXBASE}/usr/lib/libssh2.so.1
+libssh2_c6_FILE=	${LINUXBASE}/usr/lib/libssh2.so.1.0.1
 libssh2_DETECT=		${libssh2${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 libssh2_PORT=		${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-libssh2
 libssh2_DEPENDS=	openssl
 
 libv4l_f10_FILE=	${LINUXBASE}/usr/lib/libv4l1.so.0
+libv4l_c6_FILE=	${LINUXBASE}/usr/lib/libv4l1.so.0
 libv4l_DETECT=		${libv4l${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 libv4l_PORT=		${PORTSDIR}/multimedia/linux${LINUX_DIST_SUFFIX}-libv4l
 
@@ -270,6 +287,7 @@ naslibs_PORT=		${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-nas-libs
 naslibs_DEPENDS=	xorglibs
 
 openldap_f10_FILE=	${LINUXBASE}/usr/lib/libldap-2.4.so.2.2.0
+openldap_c6_FILE=	${LINUXBASE}/lib/libldap-2.4.so.2.5.6
 openldap_DETECT=	${openldap${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 openldap_PORT=		${PORTSDIR}/net/linux${LINUX_DIST_SUFFIX}-openldap
 
@@ -283,10 +301,12 @@ ncurses-base_DETECT=	${ncurses-base${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 ncurses-base_PORT=	${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-ncurses-base
 
 nspr_f10_FILE=		${LINUXBASE}/lib/libnspr4.so
+nspr_c6_FILE=		${LINUXBASE}/lib/libnspr4.so
 nspr_DETECT=		${nspr${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 nspr_PORT=		${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-nspr
 
 nss_f10_FILE=		${LINUXBASE}/lib/libnss3.so
+nss_c6_FILE=		${LINUXBASE}/usr/lib/libnss3.so
 nss_DETECT=		${nss${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 nss_PORT=		${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-nss
 nss_DEPENDS=		nspr sqlite3
@@ -302,15 +322,22 @@ openal-soft_PORT=	${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-openal-soft
 openal-soft_DEPENDS=	alsalib arts esound
 
 openssl_f10_FILE=	${LINUXBASE}/lib/libssl.so.0.9.8g
+openssl_c6_FILE=	${LINUXBASE}/usr/lib/libssl.so.10
 openssl_DETECT=		${openssl${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 openssl_PORT=		${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-openssl
 
+openssl-compat_c6_FILE=	${LINUXBASE}/usr/lib/libssl.so.0.9.8e
+openssl-compat_DETECT=		${openssl-compat${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
+openssl-compat_PORT=		${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-openssl-compat
+
 pango_f10_FILE=		${LINUXBASE}/usr/lib/libpango-1.0.so.0.2800.3
+pango_c6_FILE=		${LINUXBASE}/usr/lib/libpango-1.0.so.0.2800.1
 pango_DETECT=		${pango${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 pango_PORT=			${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-pango
 pango_DEPENDS=		cairo expat fontconfig xorglibs
 
 png_f10_FILE=		${LINUXBASE}/usr/lib/libpng.so.3.37.0
+png_c6_FILE=		${LINUXBASE}/usr/lib/libpng.so.3.49.0
 png_DETECT=			${png${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 png_PORT=			${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-png
 
@@ -348,6 +375,7 @@ scimlibs_PORT=		${PORTSDIR}/textproc/linux${LINUX_DIST_SUFFIX}-scim-libs
 scimlibs_DEPENDS=	gtk2
 
 sqlite3_f10_FILE=	${LINUXBASE}/usr/lib/libsqlite3.so.0
+sqlite3_c6_FILE=	${LINUXBASE}/usr/lib/libsqlite3.so.0
 sqlite3_DETECT=		${sqlite3${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 sqlite3_PORT=		${PORTSDIR}/databases/linux${LINUX_DIST_SUFFIX}-sqlite3
 
@@ -357,6 +385,7 @@ tcl84_DETECT=		${tcl84${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 tcl84_PORT=		${PORTSDIR}/lang/linux${LINUX_DIST_SUFFIX}-tcl85
 
 tiff_f10_FILE=		${LINUXBASE}/usr/lib/libtiff.so.3.8.2
+tiff_c6_FILE=		${LINUXBASE}/usr/lib/libtiff.so.3.9.4
 tiff_DETECT=		${tiff${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 tiff_PORT=			${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-tiff
 tiff_DEPENDS=		jpeg
@@ -368,6 +397,7 @@ tk84_PORT=		${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-tk85
 tk84_DEPENDS=		xorglibs
 
 xorglibs_f10_FILE=	${LINUXBASE}/usr/lib/libXrandr.so.2.1.0
+xorglibs_c6_FILE=	${LINUXBASE}/usr/lib/libXrandr.so.2.2.0
 xorglibs_DETECT=	${xorglibs${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 xorglibs_PORT=		${PORTSDIR}/x11/linux${LINUX_DIST_SUFFIX}-xorg-libs
 xorglibs_DEPENDS=	fontconfig
@@ -390,6 +420,18 @@ webauth_DETECT=		${webauth${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
 webauth_PORT=		${PORTSDIR}/www/linux-${WEB_AUTH}
 webauth_DEPENDS=	gtk2 atk pango fontconfig
 
+qt47_c6_FILE=		${LINUXBASE}/usr/lib/qt47/libQtCore.so.4.7.2
+qt47_DETECT=		${qt47${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
+qt47_PORT=		${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-qt47
+
+qt47-x11_c6_FILE=		${LINUXBASE}/usr/lib/qt47/libQtGui.so.4.7.2
+qt47-x11_DETECT=		${qt47-x11${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
+qt47-x11_PORT=		${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-qt47-x11
+
+qt47-webkit_c6_FILE=		${LINUXBASE}/usr/lib/qt47/libQtWebKit.so.4.7.2
+qt47-webkit_DETECT=		${qt47-webkit${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
+qt47-webkit_PORT=		${PORTSDIR}/www/linux${LINUX_DIST_SUFFIX}-qt47-webkit
+
 # End component definition section
 
 # Let's check if components from USE_LINUX_APPS exist at _LINUX_APPS_ALL
diff --git a/Mk/bsd.linux-rpm.mk b/Mk/bsd.linux-rpm.mk
index 423ee81..9634f04 100644
--- a/Mk/bsd.linux-rpm.mk
+++ b/Mk/bsd.linux-rpm.mk
@@ -43,7 +43,11 @@ NO_WRKSUBDIR=		yes
 NO_BUILD=			yes
 
 .  if ${ARCH} == "amd64"
+.    if ${USE_LINUX} == "c6"
+LINUX_RPM_ARCH?=	i686	# ?= because of nasty c5 qt ports
+.    else
 LINUX_RPM_ARCH?=	i386	# the linuxulator does not yet support amd64 code
+.    endif
 .  elif ${ARCH} == "powerpc"
 LINUX_RPM_ARCH?=	ppc
 .  else
@@ -56,18 +60,21 @@ LINUX_RPM_ARCH?=	${ARCH}
 
 Linux_RPM_Post_Include=	bsd.linux-rpm.mk
 
-LINUX_DIST?=		fedora
-LINUX_DIST_VER?=	10
-.   if  !defined(OVERRIDE_LINUX_NONBASE_PORTS) && \
-        ${LINUX_DIST_VER} != 10
-IGNORE=		bsd.linux-rpm.mk test failed: package building defaults to linux-f10 ports, please define OVERRIDE_LINUX_NONBASE_PORTS to build other linux infrastructure ports
-.   endif
+.if ${USE_LINUX} == "c6"
+LINUX_DIST=	centos
+LINUX_DIST_VER=	6.5
+.else
+USE_LINUX?=	"f10"
+LINUX_DIST=	fedora
+LINUX_DIST_VER=	10
+.endif
 
 .  if defined(LINUX_DIST)
 DIST_SUBDIR?=	rpm/${LINUX_RPM_ARCH}/${LINUX_DIST}/${LINUX_DIST_VER}
 
 .    if ${LINUX_DIST} == "fedora"
-# we do not want to define MASTER_SITES and MASTER_SITE_* if they are already defined
+# we do not want to define MASTER_SITES and MASTER_SITE_*
+# if they are already defined
 # ex.: MASTER_SITES=file:///...
 .      ifndef MASTER_SITES
 MASTER_SITES=			${MASTER_SITE_FEDORA_LINUX}
@@ -83,17 +90,40 @@ MASTER_SITE_SRC_SUBDIR?=	${LINUX_DIST_VER}/SRPMS \
 				updates/${LINUX_DIST_VER}/SRPMS
 .        endif
 .      endif
-.    else
-IGNORE=	unknown LINUX_DIST in port Makefile
+.    elif ${LINUX_DIST} == "centos"
+MASTER_SITES_SUBDIR=	/centos/6/os/i386/Packages/
+.      if ${LINUX_DIST_VER} == "5" #needed for Qt...
+LINUX_RPM_ARCH=	i386
+MASTER_SITES_SUBDIR=	/centos/5/os/i386/Packages/
+.      endif
+
+.      ifndef MASTER_SITES
+MASTER_SITES=	${MASTER_SITE_CENTOS_LINUX}
+.         if ${LINUX_DIST_VER} == "6.5"
+.           if ! defined(PACKAGE_BUILDING)
+MASTER_SITES=	http://mirror.centos.org/centos/6/os/i386/Packages/
+.           else
+MASTER_SITES?=  http://vault.centos.org/${PORTVERSION}/os/Source/SPackages/
+MASTER_SITES_SUBDIR=	/centos/6/os/os/Source/SPackages/
+.           endif
+
+.         else
+MASTER_SITES=	http://vault.centos.org/${LINUX_DIST_VER}/os/i386/Packages/
+.         endif
+.      endif
+
 .    endif
 .  endif
-PKGNAMEPREFIX?=			linux-
+
+PKGNAMEPREFIX?=			linux-${USE_LINUX}-
 
 # DISTFILES and SRC_DISTFILES assume that there is only one bindist
 # and one src file.
 # Please, define them n the Makefile of the port in case this assumption
 # is not true.
 
+DISTVERSION=	${PORTVERSION}-${RPMVERSION}
+DISTNAME?=		${PORTNAME}-${DISTVERSION}
 DISTFILES?=		${DISTNAME}${EXTRACT_SUFX}
 BIN_DISTFILES:=		${DISTFILES}
 SRC_DISTFILES?=		${DISTNAME}${SRC_SUFX}
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index efd935f..c86cea0 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -255,6 +255,13 @@ MASTER_SITE_EXIM+= \
 	http://ftp.exim.llorien.org/exim/%SUBDIR%
 .endif
 
+.if !defined(IGNORE_MASTER_SITE_CENTOS_LINUX)
+MASTER_SITE_CENTOS_LINUX+= \
+	http://mirror.centos.org/centos/6/os/i386/Packages/ \
+	http://vault.centos.org/centos/6.5/os/i386/Packages/ \
+	http://vault.centos.org/6.5/os/Source/SPackages/
+.endif
+
 .if !defined(IGNORE_MASTER_SITE_FEDORA_LINUX)
 MASTER_SITE_FEDORA_LINUX+= \
 	http://archives.fedoraproject.org/pub/archive/fedora/linux/core/%SUBDIR%/ \
diff --git a/accessibility/Makefile b/accessibility/Makefile
index c65bb8f..e224156 100644
--- a/accessibility/Makefile
+++ b/accessibility/Makefile
@@ -25,6 +25,7 @@
     SUBDIR += kmag
     SUBDIR += kmousetool
     SUBDIR += kmouth
+    SUBDIR += linux-c6-atk
     SUBDIR += linux-f10-atk
     SUBDIR += mousetweaks
     SUBDIR += orca
diff --git a/accessibility/linux-c6-atk/Makefile b/accessibility/linux-c6-atk/Makefile
new file mode 100644
index 0000000..5f34efe
--- /dev/null
+++ b/accessibility/linux-c6-atk/Makefile
@@ -0,0 +1,23 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	atk
+PORTVERSION=	1.30.0
+CATEGORIES=	accessibility linux
+
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	Accessibility Toolkit, Linux/i386 binary (Linux CentOS ${LINUX_DIST_VER})
+
+LICENSE=	GPLv3
+
+PKGNAMEPREFIX=	linux-${USE_LINUX}-
+
+CONFLICTS=	linux-atk-[0-9]* linux-f10-atk-[0-9]*
+
+ONLY_FOR_ARCHS=	i386 amd64
+USE_LINUX=	c6
+RPMVERSION=	1.el6
+USE_LINUX_RPM=	yes
+USE_LDCONFIG=	yes
+
+.include <bsd.port.mk>
diff --git a/accessibility/linux-c6-atk/distinfo.i686 b/accessibility/linux-c6-atk/distinfo.i686
new file mode 100644
index 0000000..7f473fc
--- /dev/null
+++ b/accessibility/linux-c6-atk/distinfo.i686
@@ -0,0 +1,4 @@
+SHA256 (rpm/i686/centos/6.5/atk-1.30.0-1.el6.i686.rpm) = 1fb6cdc8bdeaab448dc07d6c326fe402e3170e7b4e9fff84de45c6fc9aeee216
+SIZE (rpm/i686/centos/6.5/atk-1.30.0-1.el6.i686.rpm) = 198868
+SHA256 (rpm/i686/centos/6.5/atk-1.30.0-1.el6.src.rpm) = fc87523ecb6cb944f9452a9da4385c73346acc3714ea494d3110245c4fbce12a
+SIZE (rpm/i686/centos/6.5/atk-1.30.0-1.el6.src.rpm) = 758480
diff --git a/accessibility/linux-c6-atk/pkg-descr b/accessibility/linux-c6-atk/pkg-descr
new file mode 100644
index 0000000..d7ae7f1
--- /dev/null
+++ b/accessibility/linux-c6-atk/pkg-descr
@@ -0,0 +1,10 @@
+Accessibility Toolkit, Linux/i386 binary
+
+from the Web page:
+
+	The ATK library provides a set of interfaces for accessibility. By
+	supporting the ATK interfaces, an application or toolkit can be
+	used with such tools as screen readers, magnifiers, and
+	alternative input devices.
+
+WWW:  http://gtk.org
diff --git a/accessibility/linux-c6-atk/pkg-plist b/accessibility/linux-c6-atk/pkg-plist
new file mode 100644
index 0000000..8141dad
--- /dev/null
+++ b/accessibility/linux-c6-atk/pkg-plist
@@ -0,0 +1,100 @@
+@comment file listing
+usr/lib/libatk-1.0.so.0
+usr/lib/libatk-1.0.so.0.3009.1
+usr/share/doc/atk-1.30.0/AUTHORS
+usr/share/doc/atk-1.30.0/COPYING
+usr/share/doc/atk-1.30.0/NEWS
+usr/share/doc/atk-1.30.0/README
+usr/share/locale/af/LC_MESSAGES/atk10.mo
+usr/share/locale/am/LC_MESSAGES/atk10.mo
+usr/share/locale/ar/LC_MESSAGES/atk10.mo
+usr/share/locale/as/LC_MESSAGES/atk10.mo
+usr/share/locale/ast/LC_MESSAGES/atk10.mo
+usr/share/locale/az/LC_MESSAGES/atk10.mo
+usr/share/locale/be/LC_MESSAGES/atk10.mo
+usr/share/locale/be@latin/LC_MESSAGES/atk10.mo
+usr/share/locale/bg/LC_MESSAGES/atk10.mo
+usr/share/locale/bn/LC_MESSAGES/atk10.mo
+usr/share/locale/bn_IN/LC_MESSAGES/atk10.mo
+usr/share/locale/bs/LC_MESSAGES/atk10.mo
+usr/share/locale/ca/LC_MESSAGES/atk10.mo
+usr/share/locale/ca@valencia/LC_MESSAGES/atk10.mo
+usr/share/locale/cs/LC_MESSAGES/atk10.mo
+usr/share/locale/cy/LC_MESSAGES/atk10.mo
+usr/share/locale/da/LC_MESSAGES/atk10.mo
+usr/share/locale/de/LC_MESSAGES/atk10.mo
+usr/share/locale/dz/LC_MESSAGES/atk10.mo
+usr/share/locale/el/LC_MESSAGES/atk10.mo
+usr/share/locale/en_CA/LC_MESSAGES/atk10.mo
+usr/share/locale/en@shaw/LC_MESSAGES/atk10.mo
+usr/share/locale/en_GB/LC_MESSAGES/atk10.mo
+usr/share/locale/eo/LC_MESSAGES/atk10.mo
+usr/share/locale/es/LC_MESSAGES/atk10.mo
+usr/share/locale/et/LC_MESSAGES/atk10.mo
+usr/share/locale/eu/LC_MESSAGES/atk10.mo
+usr/share/locale/fa/LC_MESSAGES/atk10.mo
+usr/share/locale/fi/LC_MESSAGES/atk10.mo
+usr/share/locale/fr/LC_MESSAGES/atk10.mo
+usr/share/locale/ga/LC_MESSAGES/atk10.mo
+usr/share/locale/gl/LC_MESSAGES/atk10.mo
+usr/share/locale/gu/LC_MESSAGES/atk10.mo
+usr/share/locale/he/LC_MESSAGES/atk10.mo
+usr/share/locale/hi/LC_MESSAGES/atk10.mo
+usr/share/locale/hr/LC_MESSAGES/atk10.mo
+usr/share/locale/hu/LC_MESSAGES/atk10.mo
+usr/share/locale/id/LC_MESSAGES/atk10.mo
+usr/share/locale/is/LC_MESSAGES/atk10.mo
+usr/share/locale/it/LC_MESSAGES/atk10.mo
+usr/share/locale/ja/LC_MESSAGES/atk10.mo
+usr/share/locale/ka/LC_MESSAGES/atk10.mo
+usr/share/locale/kn/LC_MESSAGES/atk10.mo
+usr/share/locale/ko/LC_MESSAGES/atk10.mo
+usr/share/locale/ku/LC_MESSAGES/atk10.mo
+usr/share/locale/li/LC_MESSAGES/atk10.mo
+usr/share/locale/lt/LC_MESSAGES/atk10.mo
+usr/share/locale/lv/LC_MESSAGES/atk10.mo
+usr/share/locale/mai/LC_MESSAGES/atk10.mo
+usr/share/locale/mk/LC_MESSAGES/atk10.mo
+usr/share/locale/ml/LC_MESSAGES/atk10.mo
+usr/share/locale/mn/LC_MESSAGES/atk10.mo
+usr/share/locale/mr/LC_MESSAGES/atk10.mo
+usr/share/locale/ms/LC_MESSAGES/atk10.mo
+usr/share/locale/nb/LC_MESSAGES/atk10.mo
+usr/share/locale/ne/LC_MESSAGES/atk10.mo
+usr/share/locale/nl/LC_MESSAGES/atk10.mo
+usr/share/locale/nn/LC_MESSAGES/atk10.mo
+usr/share/locale/oc/LC_MESSAGES/atk10.mo
+usr/share/locale/or/LC_MESSAGES/atk10.mo
+usr/share/locale/pa/LC_MESSAGES/atk10.mo
+usr/share/locale/pl/LC_MESSAGES/atk10.mo
+usr/share/locale/ps/LC_MESSAGES/atk10.mo
+usr/share/locale/pt/LC_MESSAGES/atk10.mo
+usr/share/locale/pt_BR/LC_MESSAGES/atk10.mo
+usr/share/locale/ro/LC_MESSAGES/atk10.mo
+usr/share/locale/ru/LC_MESSAGES/atk10.mo
+usr/share/locale/rw/LC_MESSAGES/atk10.mo
+usr/share/locale/si/LC_MESSAGES/atk10.mo
+usr/share/locale/sk/LC_MESSAGES/atk10.mo
+usr/share/locale/sl/LC_MESSAGES/atk10.mo
+usr/share/locale/sq/LC_MESSAGES/atk10.mo
+usr/share/locale/sr/LC_MESSAGES/atk10.mo
+usr/share/locale/sr@ije/LC_MESSAGES/atk10.mo
+usr/share/locale/sr@latin/LC_MESSAGES/atk10.mo
+usr/share/locale/sv/LC_MESSAGES/atk10.mo
+usr/share/locale/ta/LC_MESSAGES/atk10.mo
+usr/share/locale/te/LC_MESSAGES/atk10.mo
+usr/share/locale/th/LC_MESSAGES/atk10.mo
+usr/share/locale/tk/LC_MESSAGES/atk10.mo
+usr/share/locale/tr/LC_MESSAGES/atk10.mo
+usr/share/locale/tt/LC_MESSAGES/atk10.mo
+usr/share/locale/ug/LC_MESSAGES/atk10.mo
+usr/share/locale/uk/LC_MESSAGES/atk10.mo
+usr/share/locale/vi/LC_MESSAGES/atk10.mo
+usr/share/locale/wa/LC_MESSAGES/atk10.mo
+usr/share/locale/xh/LC_MESSAGES/atk10.mo
+usr/share/locale/yi/LC_MESSAGES/atk10.mo
+usr/share/locale/zh_CN/LC_MESSAGES/atk10.mo
+usr/share/locale/zh_HK/LC_MESSAGES/atk10.mo
+usr/share/locale/zh_TW/LC_MESSAGES/atk10.mo
+@comment non-empty directory listing in revers order
+@dirrm usr/share/doc/atk-1.30.0
diff --git a/audio/Makefile b/audio/Makefile
index 3fff624..9fbdd86 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -416,6 +416,8 @@
     SUBDIR += libxmp
     SUBDIR += lingot
     SUBDIR += linnya
+    SUBDIR += linux-c6-alsa-lib
+    SUBDIR += linux-c6-alsa-plugins-oss
     SUBDIR += linux-f10-alsa-lib
     SUBDIR += linux-f10-alsa-plugins-oss
     SUBDIR += linux-f10-arts
diff --git a/audio/linux-c6-alsa-lib/Makefile b/audio/linux-c6-alsa-lib/Makefile
new file mode 100644
index 0000000..6a72e25
--- /dev/null
+++ b/audio/linux-c6-alsa-lib/Makefile
@@ -0,0 +1,24 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	alsa-lib
+PORTVERSION=	1.0.22
+CATEGORIES=	audio linux
+PKGNAMEPREFIX=	linux-${USE_LINUX}-
+
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	Advanced Linux Sound Architecture libraries (Linux CentOS ${LINUX_DIST_VER})
+
+LICENSE=	GPLv3
+
+CONFLICTS=	linux-alsa-lib-[0-9]* linux-f8-alsa-lib-[0-9]* linux-f10-alsa-lib-[0-9]*
+
+BRANDELF_FILES=	usr/bin/aserver
+
+ONLY_FOR_ARCHS=	i386 amd64
+USE_LINUX=	c6
+USE_LINUX_RPM=	yes
+RPMVERSION=	3.el6
+USE_LDCONFIG=	yes
+
+.include <bsd.port.mk>
diff --git a/audio/linux-c6-alsa-lib/distinfo.i686 b/audio/linux-c6-alsa-lib/distinfo.i686
new file mode 100644
index 0000000..1e9294c
--- /dev/null
+++ b/audio/linux-c6-alsa-lib/distinfo.i686
@@ -0,0 +1,4 @@
+SHA256 (rpm/i686/centos/6.5/alsa-lib-1.0.22-3.el6.i686.rpm) = bf1ab0941cd82cf78281246b73ad79bd4c575f29ee59dca35f11c63f2cdde0f8
+SIZE (rpm/i686/centos/6.5/alsa-lib-1.0.22-3.el6.i686.rpm) = 377492
+SHA256 (rpm/i686/centos/6.5/alsa-lib-1.0.22-3.el6.src.rpm) = f2415ca52513095fffde190840a1f2bd7873870767250298ad116a9e57082dec
+SIZE (rpm/i686/centos/6.5/alsa-lib-1.0.22-3.el6.src.rpm) = 865098
diff --git a/audio/linux-c6-alsa-lib/pkg-descr b/audio/linux-c6-alsa-lib/pkg-descr
new file mode 100644
index 0000000..9447636
--- /dev/null
+++ b/audio/linux-c6-alsa-lib/pkg-descr
@@ -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/
diff --git a/audio/linux-c6-alsa-lib/pkg-plist b/audio/linux-c6-alsa-lib/pkg-plist
new file mode 100644
index 0000000..a244d7f
--- /dev/null
+++ b/audio/linux-c6-alsa-lib/pkg-plist
@@ -0,0 +1,97 @@
+@comment file listing
+etc/asound.conf
+lib/libasound.so.2
+lib/libasound.so.2.0.0
+usr/bin/aserver
+usr/lib/alsa-lib/smixer/smixer-ac97.la
+usr/lib/alsa-lib/smixer/smixer-ac97.so
+usr/lib/alsa-lib/smixer/smixer-hda.la
+usr/lib/alsa-lib/smixer/smixer-hda.so
+usr/lib/alsa-lib/smixer/smixer-sbase.la
+usr/lib/alsa-lib/smixer/smixer-sbase.so
+usr/share/alsa/alsa.conf
+usr/share/alsa/cards/AACI.conf
+usr/share/alsa/cards/ATIIXP-MODEM.conf
+usr/share/alsa/cards/ATIIXP-SPDMA.conf
+usr/share/alsa/cards/ATIIXP.conf
+usr/share/alsa/cards/AU8810.conf
+usr/share/alsa/cards/AU8820.conf
+usr/share/alsa/cards/AU8830.conf
+usr/share/alsa/cards/Audigy.conf
+usr/share/alsa/cards/Audigy2.conf
+usr/share/alsa/cards/Aureon51.conf
+usr/share/alsa/cards/Aureon71.conf
+usr/share/alsa/cards/CA0106.conf
+usr/share/alsa/cards/CMI8338-SWIEC.conf
+usr/share/alsa/cards/CMI8338.conf
+usr/share/alsa/cards/CMI8738-MC6.conf
+usr/share/alsa/cards/CMI8738-MC8.conf
+usr/share/alsa/cards/CMI8788.conf
+usr/share/alsa/cards/CS46xx.conf
+usr/share/alsa/cards/EMU10K1.conf
+usr/share/alsa/cards/EMU10K1X.conf
+usr/share/alsa/cards/ENS1370.conf
+usr/share/alsa/cards/ENS1371.conf
+usr/share/alsa/cards/ES1968.conf
+usr/share/alsa/cards/FM801.conf
+usr/share/alsa/cards/GUS.conf
+usr/share/alsa/cards/HDA-Intel.conf
+usr/share/alsa/cards/ICE1712.conf
+usr/share/alsa/cards/ICE1724.conf
+usr/share/alsa/cards/ICH-MODEM.conf
+usr/share/alsa/cards/ICH.conf
+usr/share/alsa/cards/ICH4.conf
+usr/share/alsa/cards/Maestro3.conf
+usr/share/alsa/cards/NFORCE.conf
+usr/share/alsa/cards/PC-Speaker.conf
+usr/share/alsa/cards/PMac.conf
+usr/share/alsa/cards/PMacToonie.conf
+usr/share/alsa/cards/PS3.conf
+usr/share/alsa/cards/RME9636.conf
+usr/share/alsa/cards/RME9652.conf
+usr/share/alsa/cards/SB-XFi.conf
+usr/share/alsa/cards/SI7018.conf
+usr/share/alsa/cards/SI7018/sndoc-mixer.alisp
+usr/share/alsa/cards/SI7018/sndop-mixer.alisp
+usr/share/alsa/cards/TRID4DWAVENX.conf
+usr/share/alsa/cards/USB-Audio.conf
+usr/share/alsa/cards/VIA686A.conf
+usr/share/alsa/cards/VIA8233.conf
+usr/share/alsa/cards/VIA8233A.conf
+usr/share/alsa/cards/VIA8237.conf
+usr/share/alsa/cards/VX222.conf
+usr/share/alsa/cards/VXPocket.conf
+usr/share/alsa/cards/VXPocket440.conf
+usr/share/alsa/cards/YMF744.conf
+usr/share/alsa/cards/aliases.alisp
+usr/share/alsa/cards/aliases.conf
+usr/share/alsa/pcm/center_lfe.conf
+usr/share/alsa/pcm/default.conf
+usr/share/alsa/pcm/dmix.conf
+usr/share/alsa/pcm/dpl.conf
+usr/share/alsa/pcm/dsnoop.conf
+usr/share/alsa/pcm/front.conf
+usr/share/alsa/pcm/hdmi.conf
+usr/share/alsa/pcm/iec958.conf
+usr/share/alsa/pcm/modem.conf
+usr/share/alsa/pcm/rear.conf
+usr/share/alsa/pcm/side.conf
+usr/share/alsa/pcm/surround40.conf
+usr/share/alsa/pcm/surround41.conf
+usr/share/alsa/pcm/surround50.conf
+usr/share/alsa/pcm/surround51.conf
+usr/share/alsa/pcm/surround71.conf
+usr/share/alsa/smixer.conf
+usr/share/alsa/sndo-mixer.alisp
+usr/share/doc/alsa-lib-1.0.22/COPYING
+usr/share/doc/alsa-lib-1.0.22/ChangeLog
+usr/share/doc/alsa-lib-1.0.22/TODO
+usr/share/doc/alsa-lib-1.0.22/asoundrc.txt
+@comment non-empty directory listing in revers order
+@dirrm usr/share/doc/alsa-lib-1.0.22
+@dirrm usr/share/alsa/pcm
+@dirrm usr/share/alsa/cards/SI7018
+@dirrm usr/share/alsa/cards
+@dirrm usr/share/alsa
+@dirrm usr/lib/alsa-lib/smixer
+@dirrm usr/lib/alsa-lib
diff --git a/audio/linux-c6-alsa-plugins-oss/Makefile b/audio/linux-c6-alsa-plugins-oss/Makefile
new file mode 100644
index 0000000..0100e9f
--- /dev/null
+++ b/audio/linux-c6-alsa-plugins-oss/Makefile
@@ -0,0 +1,39 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	alsa-plugins-oss
+PORTVERSION=	1.0.21
+CATEGORIES=	audio linux
+PKGNAMEPREFIX=	linux-${USE_LINUX}-
+
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	OSS plugin for ALSA (Linux CentOS ${LINUX_DIST_VER})
+
+LICENSE=	GPLv3
+
+CONFLICTS=	linux-f10-alsa-plugins-oss-[0-9]*
+
+.if defined(PACKAGE_BUILDING)
+SRC_DISTFILES=	alsa-plugins-1.0.21-3.el6.src.rpm
+.endif
+
+ONLY_FOR_ARCHS=	i386 amd64
+USE_LINUX=	c6
+USE_LINUX_APPS=	alsalib
+USE_LINUX_RPM=	yes
+RPMVERSION=	3.el6
+
+USE_LDCONFIG=	yes
+
+CONF_FILE=	etc/alsa/pcm/pcm-oss.conf
+
+post-patch:
+	@${RM} ${WRKSRC}/${CONF_FILE}.orig
+	@${MV} ${WRKSRC}/${CONF_FILE} ${WRKSRC}/${CONF_FILE}-dist
+
+post-install:
+	@if [ ! -f ${PREFIX}/${CONF_FILE} ]; then \
+		${CP} -p ${STAGEDIR}${PREFIX}/${CONF_FILE}-dist ${STAGEDIR}${PREFIX}/${CONF_FILE} ; \
+	fi
+
+.include <bsd.port.mk>
diff --git a/audio/linux-c6-alsa-plugins-oss/distinfo.i686 b/audio/linux-c6-alsa-plugins-oss/distinfo.i686
new file mode 100644
index 0000000..e1330e5
--- /dev/null
+++ b/audio/linux-c6-alsa-plugins-oss/distinfo.i686
@@ -0,0 +1,4 @@
+SHA256 (rpm/i686/centos/6.5/alsa-plugins-oss-1.0.21-3.el6.i686.rpm) = 120d11f7e4fe4e4e0c615690e6f471a78dcd2f48e7ba756ea71b0248fc1e2908
+SIZE (rpm/i686/centos/6.5/alsa-plugins-oss-1.0.21-3.el6.i686.rpm) = 28660
+SHA256 (rpm/i686/centos/6.5/alsa-plugins-1.0.21-3.el6.src.rpm) = ef92534d1459f389f7a69176760f6247981b70c864aa4ae9bfe0565b4e7bd0e6
+SIZE (rpm/i686/centos/6.5/alsa-plugins-1.0.21-3.el6.src.rpm) = 340131
diff --git a/audio/linux-c6-alsa-plugins-oss/files/patch-pcm-oss.conf b/audio/linux-c6-alsa-plugins-oss/files/patch-pcm-oss.conf
new file mode 100644
index 0000000..ca58f1b
--- /dev/null
+++ b/audio/linux-c6-alsa-plugins-oss/files/patch-pcm-oss.conf
@@ -0,0 +1,14 @@
+--- etc/alsa/pcm/pcm-oss.conf.orig	2010-03-23 10:56:41.000000000 +0900
++++ etc/alsa/pcm/pcm-oss.conf	2010-03-23 10:57:30.000000000 +0900
+@@ -7,3 +7,11 @@
+ 		description "Open Sound System"
+ 	}
+ }
++
++ctl.oss {
++	type oss
++	device /dev/mixer
++	hint {
++		description "Open Sound System"
++	}
++}
diff --git a/audio/linux-c6-alsa-plugins-oss/pkg-deinstall b/audio/linux-c6-alsa-plugins-oss/pkg-deinstall
new file mode 100644
index 0000000..22b3172
--- /dev/null
+++ b/audio/linux-c6-alsa-plugins-oss/pkg-deinstall
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+case "$2" in
+	POST-DEINSTALL)
+		conf=${PKG_PREFIX}/etc/asound.conf
+		if [ ! -f "$conf" ]; then
+			exit 1
+		fi
+		grep -v '/etc/alsa/pcm/pcm-oss\.conf' <$conf >/tmp/asound.conf.new
+		;;
+	*)
+		exit 0
+		;;
+esac
+
+exit 0
diff --git a/audio/linux-c6-alsa-plugins-oss/pkg-descr b/audio/linux-c6-alsa-plugins-oss/pkg-descr
new file mode 100644
index 0000000..9447636
--- /dev/null
+++ b/audio/linux-c6-alsa-plugins-oss/pkg-descr
@@ -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/
diff --git a/audio/linux-c6-alsa-plugins-oss/pkg-install b/audio/linux-c6-alsa-plugins-oss/pkg-install
new file mode 100644
index 0000000..b77ca3d
--- /dev/null
+++ b/audio/linux-c6-alsa-plugins-oss/pkg-install
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+case "$2" in
+	POST-INSTALL)
+		conf=${PKG_PREFIX}/etc/asound.conf
+		if [ ! -f "$conf" ]; then
+			exit 1
+		fi
+		awk '{print $0}; /files/ { print "\t\t\t\"/etc/alsa/pcm/pcm-oss.conf\""}' <$conf >/tmp/asound.conf.new
+		mv /tmp/asound.conf.new $conf
+		exit 0
+		;;
+	*)
+		exit 0
+		;;
+esac
+
+exit 0
diff --git a/audio/linux-c6-alsa-plugins-oss/pkg-plist b/audio/linux-c6-alsa-plugins-oss/pkg-plist
new file mode 100644
index 0000000..d8cbdfe
--- /dev/null
+++ b/audio/linux-c6-alsa-plugins-oss/pkg-plist
@@ -0,0 +1,13 @@
+@unexec if cmp -s %D/etc/alsa/pcm/pcm-oss.conf-dist %D/etc/alsa/pcm/pcm-oss.conf; then rm -f %D/etc/alsa/pcm/pcm-oss.conf; fi
+etc/alsa/pcm/pcm-oss.conf-dist
+@exec if [ ! -f %D/etc/alsa/pcm/pcm-oss.conf ] ; then cp -p %D/%F %B/pcm-oss.conf; fi
+usr/lib/alsa-lib/libasound_module_ctl_oss.so
+usr/lib/alsa-lib/libasound_module_pcm_oss.so
+usr/share/doc/alsa-plugins-oss-1.0.21/COPYING
+usr/share/doc/alsa-plugins-oss-1.0.21/COPYING.GPL
+usr/share/doc/alsa-plugins-oss-1.0.21/README-pcm-oss
+@dirrm usr/share/doc/alsa-plugins-oss-1.0.21
+@dirrmtry etc/alsa/pcm
+@dirrmtry etc/alsa
+@dirrmtry usr/lib/alsa-lib
+@unexec if [ -f %D/etc/asound.conf ]; then fgrep -v '/etc/alsa/pcm/pcm-oss.conf' <%D/etc/asound.conf >/tmp/asound.conf.new; mv /tmp/asound.conf.new %D/etc/asound.conf; fi
diff --git a/databases/Makefile b/databases/Makefile
index 5a4801d..8557adb 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -176,6 +176,7 @@
     SUBDIR += libpbl
     SUBDIR += libsdb
     SUBDIR += libzdb
+    SUBDIR += linux-c6-sqlite3
     SUBDIR += linux-f10-sqlite3
     SUBDIR += linux-oracle-instantclient-basic
     SUBDIR += linux-oracle-instantclient-sdk
diff --git a/databases/linux-c6-sqlite3/Makefile b/databases/linux-c6-sqlite3/Makefile
new file mode 100644
index 0000000..3e3c827
--- /dev/null
+++ b/databases/linux-c6-sqlite3/Makefile
@@ -0,0 +1,27 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	sqlite
+PORTVERSION=	3.6.20
+CATEGORIES=	databases linux
+PKGNAMEPREFIX=	linux-${USE_LINUX}-
+
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	Library that implements an embeddable SQL database engine (Linux CentOS ${LINUX_DIST_VER})
+
+CONFLICTS=	linux-f8-sqlite3-[0-9]* linux-f10-sqlite3-[0-9]*
+
+ONLY_FOR_ARCHS=	i386 amd64
+USE_LINUX=	c6
+RPMVERSION=	1.el6
+USE_LINUX_RPM=	yes
+BRANDELF_FILES=	usr/bin/sqlite3
+USE_LDCONFIG=	yes
+
+PLIST_FILES=	usr/bin/sqlite3 usr/lib/libsqlite3.so.0 \
+		usr/lib/libsqlite3.so.0.8.6 usr/share/man/man1/sqlite3.1.gz
+DOCSDIR=	${PREFIX}/usr/share/doc/sqlite-${PORTVERSION}
+PORTDOCS=	README
+DESCR=		${.CURDIR}/../${PORTNAME}3/pkg-descr
+
+.include <bsd.port.mk>
diff --git a/databases/linux-c6-sqlite3/distinfo.i686 b/databases/linux-c6-sqlite3/distinfo.i686
new file mode 100644
index 0000000..914d449
--- /dev/null
+++ b/databases/linux-c6-sqlite3/distinfo.i686
@@ -0,0 +1,4 @@
+SHA256 (rpm/i686/centos/6.5/sqlite-3.6.20-1.el6.i686.rpm) = abf3109c49e3fa3a159d6cb96057d9a72d193479cbb86dc6337ecfde9fa11304
+SIZE (rpm/i686/centos/6.5/sqlite-3.6.20-1.el6.i686.rpm) = 314024
+SHA256 (rpm/i686/centos/6.5/sqlite-3.6.20-1.el6.src.rpm) = f75ce08d6f66259df76adcb4a5551f6bc7b530ed524eb3da13689ffd475b34bd
+SIZE (rpm/i686/centos/6.5/sqlite-3.6.20-1.el6.src.rpm) = 5324043
diff --git a/devel/Makefile b/devel/Makefile
index 6335a35..55b05e5 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1140,6 +1140,9 @@
     SUBDIR += libzrtpcpp
     SUBDIR += libzvbi
     SUBDIR += lightning
+    SUBDIR += linux-c6-dbus-libs
+    SUBDIR += linux-c6-nspr
+    SUBDIR += linux-c6-qt47
     SUBDIR += linux-f10-allegro
     SUBDIR += linux-f10-dbus-glib
     SUBDIR += linux-f10-dbus-libs
diff --git a/devel/linux-c6-dbus-libs/Makefile b/devel/linux-c6-dbus-libs/Makefile
new file mode 100644
index 0000000..15b6275
--- /dev/null
+++ b/devel/linux-c6-dbus-libs/Makefile
@@ -0,0 +1,27 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	dbus-libs
+PORTVERSION=	1.2.24
+CATEGORIES=	devel linux
+
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	Libraries for accessing D-BUS (Linux Fedora  ${LINUX_DIST_VER})
+
+ONLY_FOR_ARCHS=	i386 amd64
+USE_LINUX=	c6
+
+.if defined(PACKAGE_BUILDING)
+SRC_DISTFILES=	dbus-1.2.24-7.el6_3.src.rpm
+.endif
+
+USE_LINUX_RPM=	yes
+RPMVERSION=	7.el6_3
+USE_LDCONFIG=	yes
+DESCR=		${.CURDIR}/../dbus/pkg-descr
+
+PLIST_FILES=	lib/libdbus-1.so.3 lib/libdbus-1.so.3.4.0
+
+CONFLICTS=	linux-dbus-libs-[0-9]*  linux-f10-dbus-libs-[0-9]*
+
+.include <bsd.port.mk>
diff --git a/devel/linux-c6-dbus-libs/distinfo.i686 b/devel/linux-c6-dbus-libs/distinfo.i686
new file mode 100644
index 0000000..c6f9703
--- /dev/null
+++ b/devel/linux-c6-dbus-libs/distinfo.i686
@@ -0,0 +1,4 @@
+SHA256 (rpm/i686/centos/6.5/dbus-libs-1.2.24-7.el6_3.i686.rpm) = ec0af9c242c73008cf1b26e2ae3d132f62d8a6b9c866bfb463b6ea9d2eea71ab
+SIZE (rpm/i686/centos/6.5/dbus-libs-1.2.24-7.el6_3.i686.rpm) = 131740
+SHA256 (rpm/i686/centos/6.5/dbus-1.2.24-7.el6_3.src.rpm) = df3508c374ed6b0868b313098bbf64f6b16befa6f305d3dd4def8d08c9b221e8
+SIZE (rpm/i686/centos/6.5/dbus-1.2.24-7.el6_3.src.rpm) = 1720674
diff --git a/devel/linux-c6-nspr/Makefile b/devel/linux-c6-nspr/Makefile
new file mode 100644
index 0000000..27c39bf
--- /dev/null
+++ b/devel/linux-c6-nspr/Makefile
@@ -0,0 +1,25 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	nspr
+PORTVERSION=	4.10.0
+CATEGORIES=	devel linux
+PKGNAMEPREFIX=	linux-${USE_LINUX}-
+
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	Netscape Portable Runtime (Linux CentOS ${LINUX_DIST_VER})
+
+
+CONFLICTS=	linux-f10-nspr-[0-9]*
+
+ONLY_FOR_ARCHS=	i386 amd64
+RPMVERSION=	1.el6
+USE_LINUX=	c6
+
+USE_LINUX_RPM=	yes
+USE_LDCONFIG=	yes
+
+PLIST_FILES=	lib/libnspr4.so lib/libplc4.so lib/libplds4.so
+DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
+
+.include <bsd.port.mk>
diff --git a/devel/linux-c6-nspr/distinfo.i686 b/devel/linux-c6-nspr/distinfo.i686
new file mode 100644
index 0000000..5f5053b
--- /dev/null
+++ b/devel/linux-c6-nspr/distinfo.i686
@@ -0,0 +1,4 @@
+SHA256 (rpm/i686/centos/6.5/nspr-4.10.0-1.el6.i686.rpm) = 1cf9608d9153853ccc48b8dd6fc3546e4e989329d97c5ed0b98edf541c706eb9
+SIZE (rpm/i686/centos/6.5/nspr-4.10.0-1.el6.i686.rpm) = 117788
+SHA256 (rpm/i686/centos/6.5/nspr-4.10.0-1.el6.src.rpm) = aea5a109d977e875a7fa5712062b5fd77b5f212118debfa9bdb576685d2e7bc7
+SIZE (rpm/i686/centos/6.5/nspr-4.10.0-1.el6.src.rpm) = 886752
diff --git a/devel/linux-c6-qt47/Makefile b/devel/linux-c6-qt47/Makefile
new file mode 100644
index 0000000..9247e41
--- /dev/null
+++ b/devel/linux-c6-qt47/Makefile
@@ -0,0 +1,25 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	qt47
+PORTVERSION=	4.7.2
+RPMVERSION=	1_18.el5
+DIST_SUBDIR=    rpm/${LINUX_RPM_ARCH}/centos/c5
+SRC_DISTFILES:=	# no file available, nowhere
+
+CATEGORIES=	devel linux
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	RPM of QT4 (Linux CentOS 5)
+
+MASTER_SITES=	http://dl.atrpms.net/el5-i386/atrpms/testing/
+
+ONLY_FOR_ARCHS=	i386 amd64
+USE_LINUX=	c6
+USE_LINUX_APPS=	fontconfig png dbuslibs sqlite3
+USE_LINUX_RPM=	yes
+LINUX_RPM_ARCH=	i386
+USE_LDCONFIG=	yes
+LINUX_DIST_VER=	5 # need centos 6 infrastructure, even though port is from centos 5
+DESCR=		${.CURDIR}/../../devel/qt4/pkg-descr
+
+.include <bsd.port.mk>
diff --git a/devel/linux-c6-qt47/distinfo.i386 b/devel/linux-c6-qt47/distinfo.i386
new file mode 100644
index 0000000..659082c
--- /dev/null
+++ b/devel/linux-c6-qt47/distinfo.i386
@@ -0,0 +1,2 @@
+SHA256 (rpm/i386/centos/c5/qt47-4.7.2-1_18.el5.i386.rpm) = ac2207cee44495e3e964062ec994a3f15c9c72ef92fe50ff340d8a545ec16deb
+SIZE (rpm/i386/centos/c5/qt47-4.7.2-1_18.el5.i386.rpm) = 5968641
diff --git a/devel/linux-c6-qt47/pkg-descr b/devel/linux-c6-qt47/pkg-descr
new file mode 100644
index 0000000..e69de29
diff --git a/devel/linux-c6-qt47/pkg-plist b/devel/linux-c6-qt47/pkg-plist
new file mode 100644
index 0000000..9294220
--- /dev/null
+++ b/devel/linux-c6-qt47/pkg-plist
@@ -0,0 +1,89 @@
+etc/ld.so.conf.d/0_qt47-i386.conf
+usr/bin/qdbus-qt47
+usr/lib/qt47/bin/qdbus
+usr/lib/qt47/etc/Trolltech.conf
+usr/lib/qt47/libQtCore.so.4
+usr/lib/qt47/libQtCore.so.4.7
+usr/lib/qt47/libQtCore.so.4.7.2
+usr/lib/qt47/libQtDBus.so.4
+usr/lib/qt47/libQtDBus.so.4.7
+usr/lib/qt47/libQtDBus.so.4.7.2
+usr/lib/qt47/libQtNetwork.so.4
+usr/lib/qt47/libQtNetwork.so.4.7
+usr/lib/qt47/libQtNetwork.so.4.7.2
+usr/lib/qt47/libQtScript.so.4
+usr/lib/qt47/libQtScript.so.4.7
+usr/lib/qt47/libQtScript.so.4.7.2
+usr/lib/qt47/libQtSql.so.4
+usr/lib/qt47/libQtSql.so.4.7
+usr/lib/qt47/libQtSql.so.4.7.2
+usr/lib/qt47/libQtTest.so.4
+usr/lib/qt47/libQtTest.so.4.7
+usr/lib/qt47/libQtTest.so.4.7.2
+usr/lib/qt47/libQtXml.so.4
+usr/lib/qt47/libQtXml.so.4.7
+usr/lib/qt47/libQtXml.so.4.7.2
+usr/lib/qt47/libQtXmlPatterns.so.4
+usr/lib/qt47/libQtXmlPatterns.so.4.7
+usr/lib/qt47/libQtXmlPatterns.so.4.7.2
+usr/lib/qt47/phrasebooks/danish.qph
+usr/lib/qt47/phrasebooks/dutch.qph
+usr/lib/qt47/phrasebooks/finnish.qph
+usr/lib/qt47/phrasebooks/french.qph
+usr/lib/qt47/phrasebooks/german.qph
+usr/lib/qt47/phrasebooks/hungarian.qph
+usr/lib/qt47/phrasebooks/italian.qph
+usr/lib/qt47/phrasebooks/japanese.qph
+usr/lib/qt47/phrasebooks/norwegian.qph
+usr/lib/qt47/phrasebooks/polish.qph
+usr/lib/qt47/phrasebooks/russian.qph
+usr/lib/qt47/phrasebooks/spanish.qph
+usr/lib/qt47/phrasebooks/swedish.qph
+usr/lib/qt47/plugins/sqldrivers/libqsqlite.so
+usr/share/doc/qt47-4.7.2/LGPL_EXCEPTION.txt
+usr/share/doc/qt47-4.7.2/LICENSE.GPL3
+usr/share/doc/qt47-4.7.2/LICENSE.LGPL
+usr/share/doc/qt47-4.7.2/README
+usr/share/qt47/translations/qt_ar.qm
+usr/share/qt47/translations/qt_cs.qm
+usr/share/qt47/translations/qt_da.qm
+usr/share/qt47/translations/qt_de.qm
+usr/share/qt47/translations/qt_es.qm
+usr/share/qt47/translations/qt_fr.qm
+usr/share/qt47/translations/qt_gl.qm
+usr/share/qt47/translations/qt_he.qm
+usr/share/qt47/translations/qt_help_cs.qm
+usr/share/qt47/translations/qt_help_da.qm
+usr/share/qt47/translations/qt_help_de.qm
+usr/share/qt47/translations/qt_help_fr.qm
+usr/share/qt47/translations/qt_help_hu.qm
+usr/share/qt47/translations/qt_help_ja.qm
+usr/share/qt47/translations/qt_help_pl.qm
+usr/share/qt47/translations/qt_help_ru.qm
+usr/share/qt47/translations/qt_help_sl.qm
+usr/share/qt47/translations/qt_help_uk.qm
+usr/share/qt47/translations/qt_help_zh_CN.qm
+usr/share/qt47/translations/qt_help_zh_TW.qm
+usr/share/qt47/translations/qt_hu.qm
+usr/share/qt47/translations/qt_ja.qm
+usr/share/qt47/translations/qt_pl.qm
+usr/share/qt47/translations/qt_pt.qm
+usr/share/qt47/translations/qt_ru.qm
+usr/share/qt47/translations/qt_sk.qm
+usr/share/qt47/translations/qt_sl.qm
+usr/share/qt47/translations/qt_sv.qm
+usr/share/qt47/translations/qt_uk.qm
+usr/share/qt47/translations/qt_zh_CN.qm
+usr/share/qt47/translations/qt_zh_TW.qm
+@dirrmtry usr/lib/qt47/bin
+@dirrmtry usr/lib/qt47/etc
+@dirrmtry usr/lib/qt47/phrasebooks
+@dirrmtry usr/lib/qt47/plugins/crypto
+@dirrmtry usr/lib/qt47/plugins/sqldrivers
+@dirrmtry usr/lib/qt47/plugins
+@dirrmtry usr/lib/qt47
+@dirrmtry usr/share/doc/qt47/qch
+@dirrmtry usr/share/doc/qt47-4.7.2
+@dirrmtry usr/share/doc/qt47
+@dirrmtry usr/share/qt47/translations
+@dirrmtry usr/share/qt47
diff --git a/ftp/Makefile b/ftp/Makefile
index f332189..978f8df 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -41,6 +41,7 @@
     SUBDIR += jftp
     SUBDIR += jftpgw
     SUBDIR += lftp
+    SUBDIR += linux-c6-curl
     SUBDIR += linux-f10-curl
     SUBDIR += llnlxdir
     SUBDIR += llnlxftp
diff --git a/ftp/linux-c6-curl/Makefile b/ftp/linux-c6-curl/Makefile
new file mode 100644
index 0000000..eb27b5c
--- /dev/null
+++ b/ftp/linux-c6-curl/Makefile
@@ -0,0 +1,30 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	curl
+PORTVERSION=	7.19.7
+CATEGORIES=	ftp linux
+DISTFILES=	curl-${PORTVERSION}-${RPMVERSION}.${LINUX_RPM_ARCH}.rpm \
+		libcurl-${PORTVERSION}-${RPMVERSION}.${LINUX_RPM_ARCH}.rpm
+
+
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	Command line tool for transferring files with URL syntax (Linux CentOS ${LINUX_DIST_VER})
+
+CONFLICTS=	linux-curl-[0-9]* linux-f10-curl-[0-9]*
+
+ONLY_FOR_ARCHS=	i386 amd64
+USE_LINUX=	c6
+USE_LINUX_APPS=	openldap libssh2 # cyrus-sasl2
+USE_LINUX_RPM=	yes
+RPMVERSION=	37.el6_4
+BRANDELF_FILES=	usr/bin/curl
+USE_LDCONFIG=	yes
+
+PLIST_FILES=	usr/bin/curl usr/lib/libcurl.so.4 usr/lib/libcurl.so.4.1.1 \
+		usr/share/man/man1/curl.1.gz
+DOCSDIR=	usr/share/doc/${PORTNAME}-${PORTVERSION}
+PORTDOCS=	BUGS COPYING FEATURES README TODO CHANGES FAQ MANUAL RESOURCES TheArtOfHttpScripting
+DESCR=	${.CURDIR}/../${PORTNAME}/pkg-descr
+
+.include <bsd.port.mk>
diff --git a/ftp/linux-c6-curl/distinfo.i686 b/ftp/linux-c6-curl/distinfo.i686
new file mode 100644
index 0000000..072c72b
--- /dev/null
+++ b/ftp/linux-c6-curl/distinfo.i686
@@ -0,0 +1,6 @@
+SHA256 (rpm/i686/centos/6.5/curl-7.19.7-37.el6_4.i686.rpm) = 5393c38b98d9066a1d9c1f2ee54f643914d4da0b70f4516e90ec05fd6cb5009f
+SIZE (rpm/i686/centos/6.5/curl-7.19.7-37.el6_4.i686.rpm) = 197968
+SHA256 (rpm/i686/centos/6.5/libcurl-7.19.7-37.el6_4.i686.rpm) = 9d5a2fa689e12a0ff94d7c0e33effbcd2c7a5c04cd667e14e5015de786ad1b9f
+SIZE (rpm/i686/centos/6.5/libcurl-7.19.7-37.el6_4.i686.rpm) = 175232
+SHA256 (rpm/i686/centos/6.5/curl-7.19.7-37.el6_4.src.rpm) = ecc688b0bc8cfc4f51ae9d164c3c72f20faa6a440f4a80e83dd268508f2ba7ba
+SIZE (rpm/i686/centos/6.5/curl-7.19.7-37.el6_4.src.rpm) = 2099404
diff --git a/ftp/linux-c6-curl/pkg-descr b/ftp/linux-c6-curl/pkg-descr
new file mode 100644
index 0000000..b3fbd37
--- /dev/null
+++ b/ftp/linux-c6-curl/pkg-descr
@@ -0,0 +1,3 @@
+iasdf
+
+WWW: github.com/xmj/skype-ports
diff --git a/graphics/Makefile b/graphics/Makefile
index 50dcc10..879e13d 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -548,6 +548,12 @@
     SUBDIR += libwmf-nox11
     SUBDIR += libwpg
     SUBDIR += linplasma
+    SUBDIR += linux-c6-cairo
+    SUBDIR += linux-c6-dri
+    SUBDIR += linux-c6-jpeg
+    SUBDIR += linux-c6-png
+    SUBDIR += linux-c6-tiff
+	#
     SUBDIR += linux-XnViewMP
     SUBDIR += linux-adobesvg
     SUBDIR += linux-f10-cairo
diff --git a/graphics/linux-c6-cairo/Makefile b/graphics/linux-c6-cairo/Makefile
new file mode 100644
index 0000000..59249a0
--- /dev/null
+++ b/graphics/linux-c6-cairo/Makefile
@@ -0,0 +1,28 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	cairo
+PORTVERSION=	1.8.8
+CATEGORIES=	graphics linux
+
+MAINTAINER=	emulation@FreeBSD.org
+
+COMMENT=	Vector graphics library Cairo (Linux CentOS ${LINUX_DIST_VER})
+
+CONFLICTS=	linux-cairo-[0-9]* linux-f10-cairo-[0-9]*
+
+ONLY_FOR_ARCHS=	i386 amd64
+USE_LINUX=	c6
+USE_LINUX_RPM=	yes
+USE_LINUX_APPS=	fontconfig png xorglibs
+
+RPMVERSION=	3.1.el6
+USE_LDCONFIG=	yes
+
+PLIST_FILES=	usr/lib/libcairo.so.2 \
+		usr/lib/libcairo.so.2.10800.8
+DOCSDIR=	${PREFIX}/usr/share/doc/cairo-${PORTVERSION}
+PORTDOCS=	AUTHORS BIBLIOGRAPHY BUGS COPYING COPYING-LGPL-2.1 \
+		COPYING-MPL-1.1 NEWS README
+
+.include <bsd.port.mk>
diff --git a/graphics/linux-c6-cairo/distinfo.i686 b/graphics/linux-c6-cairo/distinfo.i686
new file mode 100644
index 0000000..0542319
--- /dev/null
+++ b/graphics/linux-c6-cairo/distinfo.i686
@@ -0,0 +1,4 @@
+SHA256 (rpm/i686/centos/6.5/cairo-1.8.8-3.1.el6.i686.rpm) = 09b2b2b38115e74d1aab2253682cde59970c6a0286a151b438a7e7ec3fefa1f4
+SIZE (rpm/i686/centos/6.5/cairo-1.8.8-3.1.el6.i686.rpm) = 326400
+SHA256 (rpm/i686/centos/6.5/cairo-1.8.8-3.1.el6.src.rpm) = 0878b1cc9dcb05138fee6d32dc8148fe19cb6de6bf788c68526b9059d35be87e
+SIZE (rpm/i686/centos/6.5/cairo-1.8.8-3.1.el6.src.rpm) = 6660677
diff --git a/graphics/linux-c6-cairo/pkg-descr b/graphics/linux-c6-cairo/pkg-descr
new file mode 100644
index 0000000..fc4624d
--- /dev/null
+++ b/graphics/linux-c6-cairo/pkg-descr
@@ -0,0 +1,15 @@
+This is a Linux/i386 binary port of Cairo.
+
+Cairo is a vector graphics library with cross-device output
+support. Currently supported output targets include the X Window
+System and in-memory image buffers. PostScript and PDF file output is
+planned. Cairo is designed to produce identical output on all output
+media while taking advantage of display hardware acceleration when
+available (eg. through the X Render Extension).
+
+Cairo provides a stateful user-level API with capabilities similar to
+the PDF 1.4 imaging model. Cairo provides operations including stroking 
+and filling Bezier cubic splines, transforming and compositing translucent
+images, and antialiased text rendering.
+
+WWW:	http://www.cairographics.org/
diff --git a/graphics/linux-c6-dri/Makefile b/graphics/linux-c6-dri/Makefile
new file mode 100644
index 0000000..708a34a
--- /dev/null
+++ b/graphics/linux-c6-dri/Makefile
@@ -0,0 +1,30 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	dri
+PORTVERSION=	7.11
+CATEGORIES=	graphics linux
+DISTFILES=		mesa-libGL-9.2-0.5.el6.i686.rpm \
+		mesa-libGLU-9.2-0.5.el6.i686.rpm \
+		freeglut-2.6.0-1.el6.i686.rpm
+
+
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	Mesa libGL runtime libraries (Linux CentOS ${LINUX_DIST_VER})
+
+ALWAYS_KEEP_DISTFILES=	YES
+
+CONFLICTS=	linux_dri-[0-9]* linux_dri-devel-[0-9]* linux-f10-dri-[0-9]* linux-dri-[0-9]*
+
+ONLY_FOR_ARCHS=	i386 amd64
+.if defined(PACKAGE_BUILDING)
+SRC_DISTFILES=	mesa-9.2-0.5.el6.src.rpm \
+				freeglut-2.6.0-1.el6.src.rpm
+.endif
+
+USE_LINUX=	c6
+USE_LINUX_APPS=	xorglibs
+USE_LINUX_RPM=	yes
+USE_LDCONFIG=	yes
+
+.include <bsd.port.mk>
diff --git a/graphics/linux-c6-dri/distinfo.i686 b/graphics/linux-c6-dri/distinfo.i686
new file mode 100644
index 0000000..cc14a4d
--- /dev/null
+++ b/graphics/linux-c6-dri/distinfo.i686
@@ -0,0 +1,10 @@
+SHA256 (rpm/i686/centos/6.5/mesa-libGL-9.2-0.5.el6.i686.rpm) = 0bcc2435f7e0e97a480543c54bfbba2563848209cbd249088f460f3650a40fc2
+SIZE (rpm/i686/centos/6.5/mesa-libGL-9.2-0.5.el6.i686.rpm) = 125140
+SHA256 (rpm/i686/centos/6.5/mesa-libGLU-9.2-0.5.el6.i686.rpm) = ded5d3f58c8fbe89e9c710d90d578f3fc76cc7b44090ff9c3c87276004f23175
+SIZE (rpm/i686/centos/6.5/mesa-libGLU-9.2-0.5.el6.i686.rpm) = 197372
+SHA256 (rpm/i686/centos/6.5/freeglut-2.6.0-1.el6.i686.rpm) = fa6cb446baf0b4e02a68c7260e3a2186fc2bb208293d39ccb48dd8ed9c61b606
+SIZE (rpm/i686/centos/6.5/freeglut-2.6.0-1.el6.i686.rpm) = 170044
+SHA256 (rpm/i686/centos/6.5/mesa-9.2-0.5.el6.src.rpm) = 235ebab32077e6658c8785b310c40907bfc0e9bcfec4affabdfd00e28b67f54c
+SIZE (rpm/i686/centos/6.5/mesa-9.2-0.5.el6.src.rpm) = 23336483
+SHA256 (rpm/i686/centos/6.5/freeglut-2.6.0-1.el6.src.rpm) = 04ca4b3c4917110e7878df3d82f52639a76274ed3c0611ff72b86ea5e242d037
+SIZE (rpm/i686/centos/6.5/freeglut-2.6.0-1.el6.src.rpm) = 2185780
diff --git a/graphics/linux-c6-dri/pkg-descr b/graphics/linux-c6-dri/pkg-descr
new file mode 100644
index 0000000..a606f11
--- /dev/null
+++ b/graphics/linux-c6-dri/pkg-descr
@@ -0,0 +1,2 @@
+The port installs Linux Fedora 10 Mesa libGL runtime libraries
+and DRI drivers.
diff --git a/graphics/linux-c6-dri/pkg-plist b/graphics/linux-c6-dri/pkg-plist
new file mode 100644
index 0000000..d4388b0
--- /dev/null
+++ b/graphics/linux-c6-dri/pkg-plist
@@ -0,0 +1,24 @@
+@comment file listing
+usr/lib/libglut.so.3.9.0
+usr/lib/libglut.so.3
+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/share/doc/freeglut-2.6.0/AUTHORS
+usr/share/doc/freeglut-2.6.0/COPYING
+usr/share/doc/freeglut-2.6.0/ChangeLog
+usr/share/doc/freeglut-2.6.0/INSTALL
+usr/share/doc/freeglut-2.6.0/NEWS
+usr/share/doc/freeglut-2.6.0/README
+usr/share/doc/freeglut-2.6.0/TODO
+usr/share/doc/freeglut-2.6.0/download.html
+usr/share/doc/freeglut-2.6.0/freeglut.html
+usr/share/doc/freeglut-2.6.0/freeglut_logo.png
+usr/share/doc/freeglut-2.6.0/freeglut_user_interface.html
+usr/share/doc/freeglut-2.6.0/index.html
+usr/share/doc/freeglut-2.6.0/ogl_sm.png
+usr/share/doc/freeglut-2.6.0/progress.html
+usr/share/doc/freeglut-2.6.0/structure.html
+@comment non-empty directory listing in revers order
+@dirrm usr/share/doc/freeglut-2.6.0
diff --git a/graphics/linux-c6-jpeg/Makefile b/graphics/linux-c6-jpeg/Makefile
new file mode 100644
index 0000000..e349b61
--- /dev/null
+++ b/graphics/linux-c6-jpeg/Makefile
@@ -0,0 +1,26 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	jpeg
+PORTVERSION=	1.2.1
+CATEGORIES=	graphics linux
+DISTNAME=	lib${PORTNAME}-turbo-${PORTVERSION}-${RPMVERSION}
+
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	RPM of the JPEG lib (Linux CentOS ${LINUX_DIST_VER})
+
+DIST_SUBDIR=	rpm/${LINUX_RPM_ARCH}/centos/${LINUX_DIST_VER}
+
+CONFLICTS=	linux-jpeg-[0-9]* linux-f10-jpeg-[0-9]*
+
+ONLY_FOR_ARCHS=	i386 amd64
+USE_LINUX=	c6
+USE_LINUX_RPM=	yes
+RPMVERSION=	1.el6
+LINUX_NAME=	lib${PORTNAME}
+BRANDELF_DIRS=	usr/bin
+USE_LDCONFIG=	yes
+
+DESCR=		${.CURDIR}/../jpeg/pkg-descr
+
+.include <bsd.port.mk>
diff --git a/graphics/linux-c6-jpeg/distinfo.i686 b/graphics/linux-c6-jpeg/distinfo.i686
new file mode 100644
index 0000000..39dab49
--- /dev/null
+++ b/graphics/linux-c6-jpeg/distinfo.i686
@@ -0,0 +1,4 @@
+SHA256 (rpm/i686/centos/6.5/libjpeg-turbo-1.2.1-1.el6.i686.rpm) = 656c094c4c5a4137095e8864d40919b50232f9a4928ec353daf3f62e9051c282
+SIZE (rpm/i686/centos/6.5/libjpeg-turbo-1.2.1-1.el6.i686.rpm) = 180548
+SHA256 (rpm/i686/centos/6.5/libjpeg-turbo-1.2.1-1.el6.src.rpm) = 7424121cce6fa6fd63cf12ec333207aafcc4a498425ba1adbca499523b2c63a4
+SIZE (rpm/i686/centos/6.5/libjpeg-turbo-1.2.1-1.el6.src.rpm) = 1757836
diff --git a/graphics/linux-c6-jpeg/pkg-plist b/graphics/linux-c6-jpeg/pkg-plist
new file mode 100644
index 0000000..15e1d18
--- /dev/null
+++ b/graphics/linux-c6-jpeg/pkg-plist
@@ -0,0 +1,21 @@
+@comment file listing
+usr/bin/cjpeg
+usr/bin/djpeg
+usr/bin/jpegtran
+usr/bin/rdjpgcom
+usr/bin/wrjpgcom
+usr/lib/libjpeg.so.62
+usr/lib/libjpeg.so.62.0.0
+usr/share/doc/libjpeg-turbo-1.2.1/ChangeLog.txt
+usr/share/doc/libjpeg-turbo-1.2.1/README
+usr/share/doc/libjpeg-turbo-1.2.1/README-turbo.txt
+usr/share/doc/libjpeg-turbo-1.2.1/change.log
+usr/share/doc/libjpeg-turbo-1.2.1/usage.txt
+usr/share/doc/libjpeg-turbo-1.2.1/wizard.txt
+usr/share/man/man1/cjpeg.1.gz
+usr/share/man/man1/djpeg.1.gz
+usr/share/man/man1/jpegtran.1.gz
+usr/share/man/man1/rdjpgcom.1.gz
+usr/share/man/man1/wrjpgcom.1.gz
+@comment non-empty directory listing in revers order
+@dirrm usr/share/doc/libjpeg-turbo-1.2.1
diff --git a/graphics/linux-c6-png/Makefile b/graphics/linux-c6-png/Makefile
new file mode 100644
index 0000000..acd9513
--- /dev/null
+++ b/graphics/linux-c6-png/Makefile
@@ -0,0 +1,31 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	png
+PORTVERSION=	1.2.49
+CATEGORIES=	graphics linux
+
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	RPM of the PNG lib (Linux CentOS ${LINUX_DIST_VER})
+
+DISTNAME=	lib${PORTNAME}-${PORTVERSION}-${RPMVERSION}
+
+CONFLICTS=	linux-png-[0-9]* linux-f8-png-[0-9]* linux-f10-png-[0-9]*
+
+LINUX_NAME=	libpng
+ONLY_FOR_ARCHS=	i386 amd64
+RPMVERSION=	1.el6_2
+USE_LINUX=	c6
+USE_LINUX_RPM=	yes
+USE_LDCONFIG=	yes
+
+PLIST_FILES=	usr/lib/libpng.so.3 \
+		usr/lib/libpng.so.3.49.0 \
+		usr/lib/libpng12.so.0 \
+		usr/lib/libpng12.so.0.49.0 \
+		usr/share/man/man5/png.5.gz
+DOCSDIR=	${PREFIX}/usr/share/doc/libpng-${PORTVERSION}
+PORTDOCS=	CHANGES LICENSE README TODO example.c libpng-1.2.49.txt CMakeLists.txt
+DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
+
+.include <bsd.port.mk>
diff --git a/graphics/linux-c6-png/distinfo.i686 b/graphics/linux-c6-png/distinfo.i686
new file mode 100644
index 0000000..a21efc7
--- /dev/null
+++ b/graphics/linux-c6-png/distinfo.i686
@@ -0,0 +1,4 @@
+SHA256 (rpm/i686/centos/6.5/libpng-1.2.49-1.el6_2.i686.rpm) = 88400ce6450fa3b320266d5896714a41a3eee2632c620e9375046d4bcdb452cc
+SIZE (rpm/i686/centos/6.5/libpng-1.2.49-1.el6_2.i686.rpm) = 188124
+SHA256 (rpm/i686/centos/6.5/libpng-1.2.49-1.el6_2.src.rpm) = 156fd77c25efa50bd7623011b14d0fae1a022442453d6bd2a0c69df13587dc65
+SIZE (rpm/i686/centos/6.5/libpng-1.2.49-1.el6_2.src.rpm) = 688305
diff --git a/graphics/linux-c6-tiff/Makefile b/graphics/linux-c6-tiff/Makefile
new file mode 100644
index 0000000..e872dd4
--- /dev/null
+++ b/graphics/linux-c6-tiff/Makefile
@@ -0,0 +1,26 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	tiff
+PORTVERSION=	3.9.4
+CATEGORIES=	graphics linux
+
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	TIFF library (Linux CentOS ${LINUX_DIST_VER})
+
+DISTNAME=	lib${PORTNAME}-${PORTVERSION}-${RPMVERSION}
+
+CONFLICTS=	linux-tiff-[0-9]* linux-f10-tiff-[0-9]*
+
+ONLY_FOR_ARCHS=	amd64 i386
+USE_LINUX=	c6
+USE_LINUX_APPS=	jpeg
+USE_LINUX_RPM=	yes
+RPMVERSION=	9.el6_3
+LINUX_NAME=	lib${PORTNAME}
+BRANDELF_DIRS=	usr/bin
+USE_LDCONFIG=	yes
+
+DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
+
+.include <bsd.port.mk>
diff --git a/graphics/linux-c6-tiff/distinfo.i686 b/graphics/linux-c6-tiff/distinfo.i686
new file mode 100644
index 0000000..1938053
--- /dev/null
+++ b/graphics/linux-c6-tiff/distinfo.i686
@@ -0,0 +1,4 @@
+SHA256 (rpm/i686/centos/6.5/libtiff-3.9.4-9.el6_3.i686.rpm) = 0b3f107d56ce0573d470ff613f3fe15419493fe940021ff2aa57a61fd755af21
+SIZE (rpm/i686/centos/6.5/libtiff-3.9.4-9.el6_3.i686.rpm) = 346840
+SHA256 (rpm/i686/centos/6.5/libtiff-3.9.4-9.el6_3.src.rpm) = 73bd79bac805f90a43cfe048bf71eb28c9e10758a47d97b0a8ef478e210dbbd5
+SIZE (rpm/i686/centos/6.5/libtiff-3.9.4-9.el6_3.src.rpm) = 1472377
diff --git a/graphics/linux-c6-tiff/pkg-plist b/graphics/linux-c6-tiff/pkg-plist
new file mode 100644
index 0000000..9f17765
--- /dev/null
+++ b/graphics/linux-c6-tiff/pkg-plist
@@ -0,0 +1,57 @@
+@comment file listing
+usr/bin/bmp2tiff
+usr/bin/fax2ps
+usr/bin/fax2tiff
+usr/bin/gif2tiff
+usr/bin/pal2rgb
+usr/bin/ppm2tiff
+usr/bin/ras2tiff
+usr/bin/raw2tiff
+usr/bin/rgb2ycbcr
+usr/bin/thumbnail
+usr/bin/tiff2bw
+usr/bin/tiff2pdf
+usr/bin/tiff2ps
+usr/bin/tiff2rgba
+usr/bin/tiffcmp
+usr/bin/tiffcp
+usr/bin/tiffcrop
+usr/bin/tiffdither
+usr/bin/tiffdump
+usr/bin/tiffinfo
+usr/bin/tiffmedian
+usr/bin/tiffset
+usr/bin/tiffsplit
+usr/lib/libtiff.so.3
+usr/lib/libtiff.so.3.9.4
+usr/lib/libtiffxx.so.3
+usr/lib/libtiffxx.so.3.9.4
+usr/share/doc/libtiff-3.9.4/COPYRIGHT
+usr/share/doc/libtiff-3.9.4/README
+usr/share/doc/libtiff-3.9.4/RELEASE-DATE
+usr/share/doc/libtiff-3.9.4/VERSION
+usr/share/man/man1/bmp2tiff.1.gz
+usr/share/man/man1/fax2ps.1.gz
+usr/share/man/man1/fax2tiff.1.gz
+usr/share/man/man1/gif2tiff.1.gz
+usr/share/man/man1/pal2rgb.1.gz
+usr/share/man/man1/ppm2tiff.1.gz
+usr/share/man/man1/ras2tiff.1.gz
+usr/share/man/man1/raw2tiff.1.gz
+usr/share/man/man1/rgb2ycbcr.1.gz
+usr/share/man/man1/thumbnail.1.gz
+usr/share/man/man1/tiff2bw.1.gz
+usr/share/man/man1/tiffcrop.1.gz
+usr/share/man/man1/tiff2pdf.1.gz
+usr/share/man/man1/tiff2ps.1.gz
+usr/share/man/man1/tiff2rgba.1.gz
+usr/share/man/man1/tiffcmp.1.gz
+usr/share/man/man1/tiffcp.1.gz
+usr/share/man/man1/tiffdither.1.gz
+usr/share/man/man1/tiffdump.1.gz
+usr/share/man/man1/tiffinfo.1.gz
+usr/share/man/man1/tiffmedian.1.gz
+usr/share/man/man1/tiffset.1.gz
+usr/share/man/man1/tiffsplit.1.gz
+@comment non-empty directory listing in revers order
+@dirrm usr/share/doc/libtiff-3.9.4
diff --git a/multimedia/Makefile b/multimedia/Makefile
index b6fbf3b..efff4b2 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -191,6 +191,7 @@
     SUBDIR += libvpx
     SUBDIR += libxine
     SUBDIR += libxspf
+    SUBDIR += linux-c6-libv4l
     SUBDIR += linux-f10-libtheora
     SUBDIR += linux-f10-libv4l
     SUBDIR += linux-huludesktop
diff --git a/multimedia/linux-c6-libv4l/Makefile b/multimedia/linux-c6-libv4l/Makefile
new file mode 100644
index 0000000..188fc65
--- /dev/null
+++ b/multimedia/linux-c6-libv4l/Makefile
@@ -0,0 +1,19 @@
+# Created by: bsam
+# $FreeBSD$
+
+PORTNAME=	libv4l
+PORTVERSION=	0.6.3
+CATEGORIES=	multimedia linux
+
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	Collection of video4linux support libraries (CentOS 6)
+
+CONFLICTS=	linux-f10-libv4l-[0-9]*
+
+USE_LINUX=	c6
+USE_LINUX_RPM=	yes
+RPMVERSION=	2.el6
+USE_LDCONFIG=	yes
+PLIST_SUB+=	PORTVERSION=${PORTVERSION}
+
+.include <bsd.port.mk>
diff --git a/multimedia/linux-c6-libv4l/distinfo.i686 b/multimedia/linux-c6-libv4l/distinfo.i686
new file mode 100644
index 0000000..f3ea559
--- /dev/null
+++ b/multimedia/linux-c6-libv4l/distinfo.i686
@@ -0,0 +1,4 @@
+SHA256 (rpm/i686/centos/6.5/libv4l-0.6.3-2.el6.i686.rpm) = 44b8430a7f5dfb37dd57868f7f33e06194bb5ae4584592e9726417158e0cba5e
+SIZE (rpm/i686/centos/6.5/libv4l-0.6.3-2.el6.i686.rpm) = 103848
+SHA256 (rpm/i686/centos/6.5/libv4l-0.6.3-2.el6.src.rpm) = 4dffde0aeeb35b9ea30c2ebb04cb60fd73d3eb89cd2530b92fbe1c2d6907a24c
+SIZE (rpm/i686/centos/6.5/libv4l-0.6.3-2.el6.src.rpm) = 138961
diff --git a/multimedia/linux-c6-libv4l/pkg-descr b/multimedia/linux-c6-libv4l/pkg-descr
new file mode 100644
index 0000000..2426783
--- /dev/null
+++ b/multimedia/linux-c6-libv4l/pkg-descr
@@ -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
diff --git a/multimedia/linux-c6-libv4l/pkg-plist b/multimedia/linux-c6-libv4l/pkg-plist
new file mode 100644
index 0000000..96b7396
--- /dev/null
+++ b/multimedia/linux-c6-libv4l/pkg-plist
@@ -0,0 +1,14 @@
+@comment file listing
+usr/lib/libv4l/ov511-decomp
+usr/lib/libv4l/ov518-decomp
+usr/lib/libv4l/v4l1compat.so
+usr/lib/libv4l/v4l2convert.so
+usr/lib/libv4l1.so.0
+usr/lib/libv4l2.so.0
+usr/lib/libv4lconvert.so.0
+usr/share/doc/libv4l-%%PORTVERSION%%/COPYING.LIB
+usr/share/doc/libv4l-%%PORTVERSION%%/ChangeLog
+usr/share/doc/libv4l-%%PORTVERSION%%/README
+usr/share/doc/libv4l-%%PORTVERSION%%/TODO
+@dirrm usr/share/doc/libv4l-%%PORTVERSION%%
+@dirrm usr/lib/libv4l
diff --git a/net-im/skype4/Makefile b/net-im/skype4/Makefile
new file mode 100644
index 0000000..9b0679b
--- /dev/null
+++ b/net-im/skype4/Makefile
@@ -0,0 +1,58 @@
+# Created by: netchild@FreeBSD.org
+# $FreeBSD: head/net-im/skype/Makefile 327756 2013-09-20 22:13:34Z bapt $
+
+PORTNAME=	skype
+PORTVERSION=	4.2.0.13
+PORTEPOCH=	1
+CATEGORIES=	net-im
+MASTER_SITES=	http://download.skype.com/linux/
+DISTNAME=	skype-${DISTVERSION}
+
+MAINTAINER=	xmj@chaot.net
+COMMENT=	P2P VoIP software
+
+CONFLICTS=	skype-devel-[0-9]*
+
+OPTIONS_DEFINE=	VIDEO #NVIDIA_GL
+#NVIDIA_GL_DESC=	libGL provided by NVidia binary drivers
+
+OPTIONS_DEFAULT=	VIDEO
+
+NO_BUILD=	yes
+
+USES=		desktop-file-utils
+USE_BZIP2=	yes
+USE_LINUX=	c6
+USE_LINUX_APPS+=alsalib alsa-plugins-oss fontconfig xorglibs qt47 qt47-x11 qt47-webkit openssl-compat
+RESTRICTED=	Redistribution prohibited.
+
+SKYPEDIR=	share/skype
+PORTDOCS=	LICENSE README
+PLIST_SUB+=	SKYPEDIR=${SKYPEDIR}
+SUB_FILES=	skype.sh
+SUB_LIST+=	SKYPEDIR=${SKYPEDIR}
+
+#NVIDIA_GL_RUN_DEPENDS=	${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
+#NVIDIA_GL_USE=		LINUX_APPS=xorglibs
+#NVIDIA_GL_USE_OFF=	LINUX_APPS=dri
+
+VIDEO_RUN_DEPENDS=	webcamd>0:${PORTSDIR}/multimedia/webcamd
+VIDEO_USE=		LINUX_APPS=libv4l
+
+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 <bsd.port.mk>
diff --git a/net-im/skype4/distinfo b/net-im/skype4/distinfo
new file mode 100644
index 0000000..b0a189e
--- /dev/null
+++ b/net-im/skype4/distinfo
@@ -0,0 +1,2 @@
+SHA256 (skype-4.2.0.13.tar.bz2) = a51616242b8b1202b936ac958024b793cc271fe9994372efb1e7930d98b9f38c
+SIZE (skype-4.2.0.13.tar.bz2) = 15459189
diff --git a/net-im/skype4/files/skype.sh.in b/net-im/skype4/files/skype.sh.in
new file mode 100644
index 0000000..9a2edda
--- /dev/null
+++ b/net-im/skype4/files/skype.sh.in
@@ -0,0 +1,3 @@
+#!/compat/linux/bin/sh
+%%PREFIX%%/%%SKYPEDIR%%/skype --resources=%%PREFIX%%/%%SKYPEDIR%% --disable-api $@
+
diff --git a/net-im/skype4/pkg-descr b/net-im/skype4/pkg-descr
new file mode 100644
index 0000000..06e9367
--- /dev/null
+++ b/net-im/skype4/pkg-descr
@@ -0,0 +1,5 @@
+Skype is a free program that uses the latest P2P technology to bring
+affordable and high-quality voice communications to people all over
+the world.
+
+WWW: http://www.skype.com/
diff --git a/net-im/skype4/pkg-message b/net-im/skype4/pkg-message
new file mode 100644
index 0000000..c5cd071
--- /dev/null
+++ b/net-im/skype4/pkg-message
@@ -0,0 +1,101 @@
+1. Minimum OS version.
+
+Skype is a Linux binary package that we run on FreeBSD via our Linux compat.
+In order for Skype to work OK, you need your kernel and modules to be:
+- post 2011-05-03 in on HEAD
+- post 2011-05-08 in on 7,8-STABLE
+The port tries to check for this, but there is a smaller or bigger interval for
+which this can't be done automatically. So in case of any trouble please make
+sure you run kernel/modules built from sources after above dates.
+Tests were only done on HEAD and 8-STABLE with linux-fc10, and I don't think it
+can work with fc4.
+
+
+2. Sound
+
+Since the OSS interface was removed, Skype now uses linux-alsa compat packages.
+By default you get one device corresponding to your default OSS dsp device (so
+Skype will use it for ringing, incoming voice and mic). If that doesn't suit
+needs, you can map the other dsp devices for example by editing
+/compat/linux/etc/alsa/pcm/pcm-oss.conf. You need to (re)start Skype after you
+edit this file in order to get Skype pick up the changes.
+Adding the following to the stock file, and then starting Skype and choosing
+in Options-->Sound Devices:   Speakers: oss1
+will let you use the second dsp (usually the front panel connectors for your
+headphones, while still hearing the call ringing and other notification on the
+first dsp device (presumably the one you connect your speakers to).
+pcm.oss1 {
+        type oss
+        device /dev/dsp1
+        hint {
+                description "Open Sound System"
+        }
+}
+
+ctl.oss1 {
+        type oss
+        device /dev/mixer1
+        hint {
+                description "Open Sound System"
+        }
+}
+
+
+3. Video
+
+3.1. Receiving video
+Should work out of the box. Please make sure you have
+Options --> Video Devices --> Enable Skype Video checked.
+
+3.2. Sending video
+Skype uses /dev/videoX (usually /dev/video0). This device node is created by
+the drivers for your webcam (eg. multimedia/webcamd). If you selected the VIDEO
+option (default) multimedia/webcamd will be pulled in.
+First please make sure your webcam works with the drivers webcamd provides; you
+can use multimedia/pwcview's pwcview(1) to check that you get a good image from
+your webcam; if you get a good image, you will get video in Skype also.
+
+It also uses v4l2 interface hence you very likely need to have linux_v4l2wrapper
+kernel module (which you either have in base on recent HEAD or the port will
+install for you); you need to load the module before stating Skype:
+# kldload linux_v4l2wrapper
+To make it permanent you can:
+# echo 'linux_v4l2wrapper_load="YES"' >> /boot/loader.conf
+
+
+4. SMSes
+
+You can send SMSes with this version (provided you have Skype credit, of course).
+Check Options --> SMS for details.
+
+
+5. Screen sharing
+
+You should be able to receive and send.
+Please make sure you have Options --> Video Devices --> Enable Skype Video
+checked to use this feature (yes, even if you don't use video).
+
+
+6. Skype Access
+
+Doesn't work and it is likely not very probable it  will ever work since it
+uses a lot of Linux-specific things.
+
+
+7. Next version ...
+
+.. is in net-im/skype-devel. It probably works worse that this version. Use it
+at your own risk.
+
+
+8. Problems and bug reports
+
+First of all, please understand that this is a closed, binary Linux application
+that makes use for some more-or-less cutting edge Linux features/interfaces,
+etc. As such, making it work on FreeBSD is mainly a question of keeping our
+linuxulator as close as possible to the Linux kernel, and our Linux compat
+ports up to date.
+
+When reporting problems at very least we need to know the output of:
+$ uname -a; sysctl compat.linux | head -2; grep OVERRIDE_LINUX_ /etc/make.conf
+the skype version you are using, and hardware details (eg. webcam) if related.
diff --git a/net-im/skype4/pkg-plist b/net-im/skype4/pkg-plist
new file mode 100644
index 0000000..5aba1de
--- /dev/null
+++ b/net-im/skype4/pkg-plist
@@ -0,0 +1,145 @@
+bin/skype
+share/pixmaps/skype.png
+share/applications/skype.desktop
+%%SKYPEDIR%%/avatars/Angel Skype.png
+%%SKYPEDIR%%/avatars/Architect Skype.png
+%%SKYPEDIR%%/avatars/Beach Skype.png
+%%SKYPEDIR%%/avatars/Behind Skype.png
+%%SKYPEDIR%%/avatars/Business Skype.png
+%%SKYPEDIR%%/avatars/Call Me Sweetheart.png
+%%SKYPEDIR%%/avatars/Call Me.png
+%%SKYPEDIR%%/avatars/Carnaval Skype.png
+%%SKYPEDIR%%/avatars/Chic Skype.png
+%%SKYPEDIR%%/avatars/Christmas Skype.png
+%%SKYPEDIR%%/avatars/College Skype.png
+%%SKYPEDIR%%/avatars/DIY Skype.png
+%%SKYPEDIR%%/avatars/DJ Skype.png
+%%SKYPEDIR%%/avatars/Desert Skype.png
+%%SKYPEDIR%%/avatars/Designer Skype.png
+%%SKYPEDIR%%/avatars/Devil Skype.png
+%%SKYPEDIR%%/avatars/Earbud Skype.png
+%%SKYPEDIR%%/avatars/Empire Skype.png
+%%SKYPEDIR%%/avatars/Fax Skype.png
+%%SKYPEDIR%%/avatars/Geisha Skype.png
+%%SKYPEDIR%%/avatars/Hula Skype.png
+%%SKYPEDIR%%/avatars/Make Skype Not War.png
+%%SKYPEDIR%%/avatars/Metal Skype.png
+%%SKYPEDIR%%/avatars/Ninja Skype.png
+%%SKYPEDIR%%/avatars/Party Skype.png
+%%SKYPEDIR%%/avatars/Pop Skype.png
+%%SKYPEDIR%%/avatars/Rice Skype.png
+%%SKYPEDIR%%/avatars/Skypahontas.png
+%%SKYPEDIR%%/avatars/Skype 502.png
+%%SKYPEDIR%%/avatars/Skype Aid.png
+%%SKYPEDIR%%/avatars/Skype Artiste.png
+%%SKYPEDIR%%/avatars/Skype Beauty.png
+%%SKYPEDIR%%/avatars/Skype Bling.png
+%%SKYPEDIR%%/avatars/Skype Boarder.png
+%%SKYPEDIR%%/avatars/Skype Brrr... .png
+%%SKYPEDIR%%/avatars/Skype Candy.png
+%%SKYPEDIR%%/avatars/Skype Cola.png
+%%SKYPEDIR%%/avatars/Skype Cool Shades.png
+%%SKYPEDIR%%/avatars/Skype Extreme.png
+%%SKYPEDIR%%/avatars/Skype Goaaaaal.png
+%%SKYPEDIR%%/avatars/Skype Headset.png
+%%SKYPEDIR%%/avatars/Skype Jah.png
+%%SKYPEDIR%%/avatars/Skype Jyve.png
+%%SKYPEDIR%%/avatars/Skype Safety.png
+%%SKYPEDIR%%/avatars/Skype San.png
+%%SKYPEDIR%%/avatars/Skype Shorty.png
+%%SKYPEDIR%%/avatars/Skype Smiley.png
+%%SKYPEDIR%%/avatars/Skype Time.png
+%%SKYPEDIR%%/avatars/Skype in a Bag.png
+%%SKYPEDIR%%/avatars/Skype-a-Manger.png
+%%SKYPEDIR%%/avatars/Skype-ahoy.png
+%%SKYPEDIR%%/avatars/Skype-in-one.png
+%%SKYPEDIR%%/avatars/Skype.png
+%%SKYPEDIR%%/avatars/Skypers of the Caribbean.png
+%%SKYPEDIR%%/avatars/Star Skype.png
+%%SKYPEDIR%%/avatars/Sushi Skype.png
+%%SKYPEDIR%%/avatars/The Skypeness.png
+%%SKYPEDIR%%/avatars/Travel Skype.png
+%%SKYPEDIR%%/avatars/Wetsuit Skype.png
+%%SKYPEDIR%%/avatars/Yin Yang Skype.png
+%%SKYPEDIR%%/icons/SkypeBlue_128x128.png
+%%SKYPEDIR%%/icons/SkypeBlue_16x16.png
+%%SKYPEDIR%%/icons/SkypeBlue_24x24.png
+%%SKYPEDIR%%/icons/SkypeBlue_256x256.png
+%%SKYPEDIR%%/icons/SkypeBlue_32x32.png
+%%SKYPEDIR%%/icons/SkypeBlue_48x48.png
+%%SKYPEDIR%%/icons/SkypeBlue_64x64.png
+%%SKYPEDIR%%/icons/SkypeBlue_96x96.png
+%%SKYPEDIR%%/lang/skype_bg.qm
+%%SKYPEDIR%%/lang/skype_bg.ts
+%%SKYPEDIR%%/lang/skype_cs.qm
+%%SKYPEDIR%%/lang/skype_cs.ts
+%%SKYPEDIR%%/lang/skype_de.qm
+%%SKYPEDIR%%/lang/skype_de.ts
+%%SKYPEDIR%%/lang/skype_en.qm
+%%SKYPEDIR%%/lang/skype_en.ts
+%%SKYPEDIR%%/lang/skype_es.qm
+%%SKYPEDIR%%/lang/skype_es.ts
+%%SKYPEDIR%%/lang/skype_et.qm
+%%SKYPEDIR%%/lang/skype_et.ts
+%%SKYPEDIR%%/lang/skype_fr.qm
+%%SKYPEDIR%%/lang/skype_fr.ts
+%%SKYPEDIR%%/lang/skype_it.qm
+%%SKYPEDIR%%/lang/skype_it.ts
+%%SKYPEDIR%%/lang/skype_ja.qm
+%%SKYPEDIR%%/lang/skype_ja.ts
+%%SKYPEDIR%%/lang/skype_ko.qm
+%%SKYPEDIR%%/lang/skype_ko.ts
+%%SKYPEDIR%%/lang/skype_lt.qm
+%%SKYPEDIR%%/lang/skype_lt.ts
+%%SKYPEDIR%%/lang/skype_lv.qm
+%%SKYPEDIR%%/lang/skype_lv.ts
+%%SKYPEDIR%%/lang/skype_no.qm
+%%SKYPEDIR%%/lang/skype_no.ts
+%%SKYPEDIR%%/lang/skype_pl.qm
+%%SKYPEDIR%%/lang/skype_pl.ts
+%%SKYPEDIR%%/lang/skype_pt_br.qm
+%%SKYPEDIR%%/lang/skype_pt_br.ts
+%%SKYPEDIR%%/lang/skype_pt_pt.qm
+%%SKYPEDIR%%/lang/skype_pt_pt.ts
+%%SKYPEDIR%%/lang/skype_ro.qm
+%%SKYPEDIR%%/lang/skype_ro.ts
+%%SKYPEDIR%%/lang/skype_ru.qm
+%%SKYPEDIR%%/lang/skype_ru.ts
+%%SKYPEDIR%%/lang/skype_th.qm
+%%SKYPEDIR%%/lang/skype_th.ts
+%%SKYPEDIR%%/lang/skype_tr.qm
+%%SKYPEDIR%%/lang/skype_tr.ts
+%%SKYPEDIR%%/lang/skype_uk.qm
+%%SKYPEDIR%%/lang/skype_uk.ts
+%%SKYPEDIR%%/lang/skype_zh_s.qm
+%%SKYPEDIR%%/lang/skype_zh_s.ts
+%%SKYPEDIR%%/lang/skype_zh_t.qm
+%%SKYPEDIR%%/lang/skype_zh_t.ts
+%%SKYPEDIR%%/skype
+%%SKYPEDIR%%/sounds/CallBusy.wav
+%%SKYPEDIR%%/sounds/CallConnecting.wav
+%%SKYPEDIR%%/sounds/CallFailed.wav
+%%SKYPEDIR%%/sounds/CallHangup.wav
+%%SKYPEDIR%%/sounds/CallHold.wav
+%%SKYPEDIR%%/sounds/CallRemoteHangup.wav
+%%SKYPEDIR%%/sounds/CallResume.wav
+%%SKYPEDIR%%/sounds/CallRingingIn.wav
+%%SKYPEDIR%%/sounds/CallRingingOut.wav
+%%SKYPEDIR%%/sounds/ChatIncoming.wav
+%%SKYPEDIR%%/sounds/ChatIncomingInitial.wav
+%%SKYPEDIR%%/sounds/ChatOutgoing.wav
+%%SKYPEDIR%%/sounds/ContactAdded.wav
+%%SKYPEDIR%%/sounds/ContactAuthRequest.wav
+%%SKYPEDIR%%/sounds/ContactOffline.wav
+%%SKYPEDIR%%/sounds/ContactOnline.wav
+%%SKYPEDIR%%/sounds/SkypeLogin.wav
+%%SKYPEDIR%%/sounds/SkypeLogout.wav
+%%SKYPEDIR%%/sounds/TransferComplete.wav
+%%SKYPEDIR%%/sounds/TransferFailed.wav
+%%SKYPEDIR%%/sounds/TransferRequest.wav
+%%SKYPEDIR%%/sounds/VoicemailReceived.wav
+@dirrm %%SKYPEDIR%%/sounds
+@dirrm %%SKYPEDIR%%/lang
+@dirrm %%SKYPEDIR%%/icons
+@dirrm %%SKYPEDIR%%/avatars
+@dirrm %%SKYPEDIR%%
diff --git a/net/Makefile b/net/Makefile
index c4b2c66..6b01676 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -360,6 +360,7 @@
     SUBDIR += linknx
     SUBDIR += linphone
     SUBDIR += linphone-base
+    SUBDIR += linux-c6-openldap
     SUBDIR += linux-f10-nss_ldap
     SUBDIR += linux-f10-openldap
     SUBDIR += linux-nx-client
diff --git a/net/linux-c6-openldap/Makefile b/net/linux-c6-openldap/Makefile
new file mode 100644
index 0000000..7ff9910
--- /dev/null
+++ b/net/linux-c6-openldap/Makefile
@@ -0,0 +1,34 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	openldap
+PORTVERSION=	2.4.23
+CATEGORIES=	net linux
+
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	Lightweight Directory Access Protocol libraries (Linux CentOS ${LINUX_DIST_VER})
+
+CONFLICTS=	linux-f10-openldap-[0-9]*
+
+ONLY_FOR_ARCHS=	i386 amd64
+USE_LINUX=	c6
+#USE_LINUX_APPS=	openssl
+RPMVERSION=	32.el6_4.1
+USE_LINUX_RPM=	yes
+USE_LDCONFIG=	yes
+DESCR=	${.CURDIR}/../openldap24-server/pkg-descr
+
+PLIST_FILES=	lib/liblber-2.4.so.2 lib/liblber-2.4.so.2.5.6 lib/libldap-2.4.so.2 lib/libldap-2.4.so.2.5.6 lib/libldap_r-2.4.so.2 lib/libldap_r-2.4.so.2.5.6 lib/libldif-2.4.so.2 lib/libldif-2.4.so.2.5.6 etc/openldap usr/share/man/man5/ldap.conf.5.gz usr/share/man/man5/ldif.5.gz
+DOCSDIR=	usr/share/doc/${PORTNAME}-${PORTVERSION}
+PORTDOCS=	ANNOUNCEMENT CHANGES COPYRIGHT LICENSE README
+
+# do not install any openldap configuration directories/files
+post-extract:
+	${RM} -rf ${WRKSRC}/etc
+
+# use a native openldap configuration directories/files
+post-install:
+	${MKDIR} ${STAGEDIR}${PREFIX}/etc
+	${LN} -sf ${LOCALBASE}/etc/openldap ${STAGEDIR}${PREFIX}/etc/openldap
+
+.include <bsd.port.mk>
diff --git a/net/linux-c6-openldap/distinfo.i686 b/net/linux-c6-openldap/distinfo.i686
new file mode 100644
index 0000000..3d9242f
--- /dev/null
+++ b/net/linux-c6-openldap/distinfo.i686
@@ -0,0 +1,4 @@
+SHA256 (rpm/i686/centos/6.5/openldap-2.4.23-32.el6_4.1.i686.rpm) = 59051fb70166b64d80f9dd7d5d0d617c14993183b36d08c141810ad6cccfb9e5
+SIZE (rpm/i686/centos/6.5/openldap-2.4.23-32.el6_4.1.i686.rpm) = 273192
+SHA256 (rpm/i686/centos/6.5/openldap-2.4.23-32.el6_4.1.src.rpm) = 9e163eeb01cbd47353daf36f9735c3418fe1b7568e153f1ddf1fc2bdc7ac5738
+SIZE (rpm/i686/centos/6.5/openldap-2.4.23-32.el6_4.1.src.rpm) = 5309761
diff --git a/security/Makefile b/security/Makefile
index 8c35b67..d5b67e0 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -287,6 +287,11 @@
     SUBDIR += libtomcrypt
     SUBDIR += libwhisker
     SUBDIR += libyubikey
+    SUBDIR += linux-c6-cyrus-sasl2
+    SUBDIR += linux-c6-libssh2
+    SUBDIR += linux-c6-nss
+    SUBDIR += linux-c6-openssl
+    SUBDIR += linux-c6-openssl-compat
     SUBDIR += linux-f10-cyrus-sasl2
     SUBDIR += linux-f10-gnutls
     SUBDIR += linux-f10-libgcrypt
diff --git a/security/linux-c6-cyrus-sasl2/Makefile b/security/linux-c6-cyrus-sasl2/Makefile
new file mode 100644
index 0000000..a91723a
--- /dev/null
+++ b/security/linux-c6-cyrus-sasl2/Makefile
@@ -0,0 +1,33 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	cyrus-sasl2
+PORTVERSION=	2.1.23
+CATEGORIES=	security linux
+DISTNAME=	cyrus-sasl-lib-${PORTVERSION}-${RPMVERSION}
+
+MAINTAINER=	emulation@FreeBSD.org
+
+COMMENT=	RFC 2222 SASL (Simple Authentication and Security Layer) (Linux CentOS ${LINUX_DIST_VER})
+
+#DISTNAME=	cyrus-sasl-lib-${PORTVERSION}-${RPMVERSION}
+
+ONLY_FOR_ARCHS=	i386 amd64
+.if defined(PACKAGE_BUILDING)
+SRC_DISTFILES=	cyrus-sasl-2.1.23-13.el6_3.1.src.rpm
+.endif 
+
+USE_LINUX=	c6
+USE_LINUX_RPM=	yes
+RPMVERSION=	13.el6_3.1
+USE_LDCONFIG=	yes
+BRANDELF_FILES=	usr/sbin/sasldblistusers2 usr/sbin/saslpasswd2
+DESCR=	${.CURDIR}/../cyrus-sasl2/pkg-descr
+
+PLIST_DIRS=	etc/sasl2 usr/lib/sasl2
+PLIST_FILES=	usr/lib/libsasl2.so.2 usr/lib/libsasl2.so.2.0.23 usr/lib/sasl2/libanonymous.so usr/lib/sasl2/libanonymous.so.2 usr/lib/sasl2/libanonymous.so.2.0.23 usr/lib/sasl2/libsasldb.so usr/lib/sasl2/libsasldb.so.2 usr/lib/sasl2/libsasldb.so.2.0.23 usr/sbin/sasldblistusers2 usr/sbin/saslpasswd2
+PLIST_FILES+=	"@exec mkdir -p %D/etc/sasl2"
+DOCSDIR=	usr/share/doc/cyrus-sasl-lib-${PORTVERSION}
+PORTDOCS=	AUTHORS COPYING NEWS README advanced.html appconvert.html components.html gssapi.html index.html install.html macosx.html mechanisms.html options.html plugprog.html programming.html readme.html sysadmin.html upgrading.html windows.html
+
+.include <bsd.port.mk>
diff --git a/security/linux-c6-cyrus-sasl2/distinfo.i686 b/security/linux-c6-cyrus-sasl2/distinfo.i686
new file mode 100644
index 0000000..5401cf7
--- /dev/null
+++ b/security/linux-c6-cyrus-sasl2/distinfo.i686
@@ -0,0 +1,4 @@
+SHA256 (rpm/i686/centos/6.5/cyrus-sasl-lib-2.1.23-13.el6_3.1.i686.rpm) = 268cac2b4d8edf1491c5a2d8ae9d76ee20f73d3d8000ada1d1081c77b5ba98ff
+SIZE (rpm/i686/centos/6.5/cyrus-sasl-lib-2.1.23-13.el6_3.1.i686.rpm) = 138808
+SHA256 (rpm/i686/centos/6.5/cyrus-sasl-2.1.23-13.el6_3.1.src.rpm) = 49ff5360a67b62fe95a841f54c5fcf6c9d6ae7c2f651721aefebb98f649e698b
+SIZE (rpm/i686/centos/6.5/cyrus-sasl-2.1.23-13.el6_3.1.src.rpm) = 1666942
diff --git a/security/linux-c6-libssh2/Makefile b/security/linux-c6-libssh2/Makefile
new file mode 100644
index 0000000..19ac5c8
--- /dev/null
+++ b/security/linux-c6-libssh2/Makefile
@@ -0,0 +1,26 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	libssh2
+PORTVERSION=	1.4.2
+CATEGORIES=	security linux
+
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	Library implementing the SSH2 protocol (Linux CentOS ${LINUX_DIST_VER})
+
+CONFLICTS=	linux-f10-libssh2-[0-9]*
+
+ONLY_FOR_ARCHS=	i386 amd64
+RPMVERSION=	1.el6
+USE_LINUX=	c6
+USE_LINUX_APPS=	openssl
+
+USE_LINUX_RPM=	yes
+USE_LDCONFIG=	yes
+
+PLIST_FILES=	usr/lib/libssh2.so.1 usr/lib/libssh2.so.1.0.1
+DOCSDIR=	${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
+PORTDOCS=	AUTHORS COPYING ChangeLog NEWS README
+DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
+
+.include <bsd.port.mk>
diff --git a/security/linux-c6-libssh2/distinfo.i686 b/security/linux-c6-libssh2/distinfo.i686
new file mode 100644
index 0000000..84edf27
--- /dev/null
+++ b/security/linux-c6-libssh2/distinfo.i686
@@ -0,0 +1,4 @@
+SHA256 (rpm/i686/centos/6.5/libssh2-1.4.2-1.el6.i686.rpm) = fba45fff361bf17448c9850ba298e02cecc9ca52f7988feed6bb00a86fec4dcd
+SIZE (rpm/i686/centos/6.5/libssh2-1.4.2-1.el6.i686.rpm) = 126784
+SHA256 (rpm/i686/centos/6.5/libssh2-1.4.2-1.el6.src.rpm) = 0ec26ee80811d7c94c08719ad0a6565e792ea39d6cc3e6e0bf537b65fa421eb1
+SIZE (rpm/i686/centos/6.5/libssh2-1.4.2-1.el6.src.rpm) = 689537
diff --git a/security/linux-c6-nss/Makefile b/security/linux-c6-nss/Makefile
new file mode 100644
index 0000000..54f4051
--- /dev/null
+++ b/security/linux-c6-nss/Makefile
@@ -0,0 +1,28 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	nss
+PORTVERSION=	3.15.1
+CATEGORIES=	security linux
+
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	Network Security Services (Linux CentOS ${LINUX_DIST_VER})
+
+DISTFILES=	${PORTNAME}-${PORTVERSION}-${RPMVERSION}.${LINUX_RPM_ARCH}.rpm \
+		nss-util-3.15.1-3.el6.${LINUX_RPM_ARCH}.rpm \
+		nss-softokn-3.14.3-9.el6.${LINUX_RPM_ARCH}.rpm \
+		nss-softokn-freebl-3.14.3-9.el6.${LINUX_RPM_ARCH}.rpm
+
+CONFLICTS=	linux-f10-nss-[0-9]*
+
+ONLY_FOR_ARCHS=	i386 amd64
+RPMVERSION=	15.el6
+USE_LINUX=	c6
+USE_LINUX_APPS=	nspr sqlite3
+
+USE_LINUX_RPM=	yes
+USE_LDCONFIG=	yes
+
+DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
+
+.include <bsd.port.mk>
diff --git a/security/linux-c6-nss/distinfo.i686 b/security/linux-c6-nss/distinfo.i686
new file mode 100644
index 0000000..f92855e
--- /dev/null
+++ b/security/linux-c6-nss/distinfo.i686
@@ -0,0 +1,10 @@
+SHA256 (rpm/i686/centos/6.5/nss-3.15.1-15.el6.i686.rpm) = e1af50464123c7fc09dbc7efa620af876d46e3e472b94cfc83b7294d2af50c59
+SIZE (rpm/i686/centos/6.5/nss-3.15.1-15.el6.i686.rpm) = 843704
+SHA256 (rpm/i686/centos/6.5/nss-util-3.15.1-3.el6.i686.rpm) = e646cbded11dec3d73a9e309ce258c2d38264a30d53e9abc2cbfb29fba4b252d
+SIZE (rpm/i686/centos/6.5/nss-util-3.15.1-3.el6.i686.rpm) = 65092
+SHA256 (rpm/i686/centos/6.5/nss-softokn-3.14.3-9.el6.i686.rpm) = d4ce0245ab3cca2be0a4db7e2ddc8aeb0537246afb616248bf3cf2c8b53d4c66
+SIZE (rpm/i686/centos/6.5/nss-softokn-3.14.3-9.el6.i686.rpm) = 278916
+SHA256 (rpm/i686/centos/6.5/nss-softokn-freebl-3.14.3-9.el6.i686.rpm) = 9c263ec22868a5422c7db53aa53ab3d79082e988b8caec4dd4fa3693d74456dc
+SIZE (rpm/i686/centos/6.5/nss-softokn-freebl-3.14.3-9.el6.i686.rpm) = 150460
+SHA256 (rpm/i686/centos/6.5/nss-3.15.1-15.el6.src.rpm) = beb211cfa7eaf681905726e5aba1a51bd5d09e6483f5e4a7def81d70dfe40e75
+SIZE (rpm/i686/centos/6.5/nss-3.15.1-15.el6.src.rpm) = 5024764
diff --git a/security/linux-c6-nss/pkg-plist b/security/linux-c6-nss/pkg-plist
new file mode 100644
index 0000000..6ca4048
--- /dev/null
+++ b/security/linux-c6-nss/pkg-plist
@@ -0,0 +1,26 @@
+@comment file listing
+etc/pki/nssdb/cert8.db
+etc/pki/nssdb/key3.db
+etc/pki/nssdb/secmod.db
+lib/libfreebl3.chk
+lib/libfreebl3.so
+usr/lib/libfreebl3.chk
+usr/lib/libfreebl3.so
+usr/lib/libnss3.so
+usr/lib/libnssdbm3.chk
+usr/lib/libnssdbm3.so
+usr/lib/libnsspem.so
+usr/lib/libnssutil3.so
+usr/lib/libsmime3.so
+usr/lib/libssl3.so
+usr/lib/libsoftokn3.chk
+usr/lib/libsoftokn3.so
+usr/lib/nss/unsupported-tools/shlibsign
+usr/lib/nss/unsupported-tools/bltest
+usr/lib/nss/unsupported-tools/fipstest
+@comment non-empty directory listing in revers order
+@dirrm etc/pki/nssdb
+@dirrmtry etc/pki
+@dirrm usr/lib/nss/unsupported-tools
+@dirrm usr/lib/nss/saved
+@dirrm usr/lib/nss
diff --git a/security/linux-c6-openssl-compat/Makefile b/security/linux-c6-openssl-compat/Makefile
new file mode 100644
index 0000000..0c5f033
--- /dev/null
+++ b/security/linux-c6-openssl-compat/Makefile
@@ -0,0 +1,26 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	openssl-compat
+PORTVERSION=	0.9.8e
+CATEGORIES=	security linux
+
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	OpenSSL toolkit (Linux CentOS ${LINUX_DIST_VER})
+DISTNAME=	openssl098e-${PORTVERSION}-${RPMVERSION}
+
+CONFLICTS=	linux-openssl-[0-9]* linux-f8-openssl-[0-9]* linux-f10-openssl-[0-9]*
+
+ONLY_FOR_ARCHS=	i386 amd64
+USE_LINUX=	c6
+USE_LINUX_RPM=	yes
+RPMVERSION=	17.el6.centos.2
+USE_LDCONFIG=	yes
+
+PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
+DESCR=		${.CURDIR}/../openssl/pkg-descr
+
+post-install:
+	@cd ${STAGEDIR}${PREFIX}/usr/lib && ${LN} -sf libssl.so.6 libssl.so.7
+
+.include <bsd.port.mk>
diff --git a/security/linux-c6-openssl-compat/distinfo.i686 b/security/linux-c6-openssl-compat/distinfo.i686
new file mode 100644
index 0000000..d843759
--- /dev/null
+++ b/security/linux-c6-openssl-compat/distinfo.i686
@@ -0,0 +1,4 @@
+SHA256 (rpm/i686/centos/6.5/openssl098e-0.9.8e-17.el6.centos.2.i686.rpm) = 862142d2d7adc74311d7312c6ace396d36b6c8f3a0708f6fe5e0d3977d00a871
+SIZE (rpm/i686/centos/6.5/openssl098e-0.9.8e-17.el6.centos.2.i686.rpm) = 791760
+SHA256 (rpm/i686/centos/6.5/openssl098e-0.9.8e-17.el6.centos.2.src.rpm) = cb47c1a6274027b8eda9650022c6bfd0b929a47ab2790a4e5e32727283c458a0
+SIZE (rpm/i686/centos/6.5/openssl098e-0.9.8e-17.el6.centos.2.src.rpm) = 3100581
diff --git a/security/linux-c6-openssl-compat/pkg-descr b/security/linux-c6-openssl-compat/pkg-descr
new file mode 100644
index 0000000..23038ab
--- /dev/null
+++ b/security/linux-c6-openssl-compat/pkg-descr
@@ -0,0 +1,3 @@
+asdf
+
+WWW: http://xmj.me
diff --git a/security/linux-c6-openssl-compat/pkg-plist b/security/linux-c6-openssl-compat/pkg-plist
new file mode 100644
index 0000000..de497f0
--- /dev/null
+++ b/security/linux-c6-openssl-compat/pkg-plist
@@ -0,0 +1,30 @@
+@comment file listing
+usr/lib/.libcrypto.so.0.9.8e.hmac
+usr/lib/.libcrypto.so.6.hmac
+usr/lib/.libssl.so.0.9.8e.hmac
+usr/lib/.libssl.so.6.hmac
+usr/lib/libcrypto.so.0.9.8e
+usr/lib/libcrypto.so.6
+usr/lib/libssl.so.0.9.8e
+usr/lib/libssl.so.6
+usr/lib/libssl.so.7
+usr/lib/openssl098e/engines/lib4758cca.so
+usr/lib/openssl098e/engines/libaep.so
+usr/lib/openssl098e/engines/libatalla.so
+usr/lib/openssl098e/engines/libchil.so
+usr/lib/openssl098e/engines/libcswift.so
+usr/lib/openssl098e/engines/libgmp.so
+usr/lib/openssl098e/engines/libnuron.so
+usr/lib/openssl098e/engines/libsureware.so
+usr/lib/openssl098e/engines/libubsec.so
+usr/share/doc/openssl098e-0.9.8e/CHANGES
+usr/share/doc/openssl098e-0.9.8e/FAQ
+usr/share/doc/openssl098e-0.9.8e/INSTALL
+usr/share/doc/openssl098e-0.9.8e/LICENSE
+usr/share/doc/openssl098e-0.9.8e/NEWS
+usr/share/doc/openssl098e-0.9.8e/README
+usr/share/doc/openssl098e-0.9.8e/README.FIPS
+
+@dirrm usr/share/doc/openssl098e-%%PORTVERSION%%
+@dirrm usr/lib/openssl098e/engines
+@dirrm usr/lib/openssl098e
diff --git a/security/linux-c6-openssl/Makefile b/security/linux-c6-openssl/Makefile
new file mode 100644
index 0000000..2e168b0
--- /dev/null
+++ b/security/linux-c6-openssl/Makefile
@@ -0,0 +1,23 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	openssl
+PORTVERSION=	1.0.1e
+CATEGORIES=	security linux
+
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	OpenSSL toolkit (Linux CentOS ${LINUX_DIST_VER})
+
+CONFLICTS=	linux-openssl-[0-9]* linux-f8-openssl-[0-9]* linux-f10-openssl-[0-9]*
+
+ONLY_FOR_ARCHS=	i386 amd64
+USE_LINUX=	c6
+USE_LINUX_RPM=	yes
+RPMVERSION=	15.el6
+BRANDELF_FILES=	usr/bin/openssl
+USE_LDCONFIG=	yes
+
+PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
+DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
+
+.include <bsd.port.mk>
diff --git a/security/linux-c6-openssl/distinfo.i686 b/security/linux-c6-openssl/distinfo.i686
new file mode 100644
index 0000000..2a2ec1f
--- /dev/null
+++ b/security/linux-c6-openssl/distinfo.i686
@@ -0,0 +1,4 @@
+SHA256 (rpm/i686/centos/6.5/openssl-1.0.1e-15.el6.i686.rpm) = ed6db4e2bec45cc573f27b7b7190ab060c9c4908834eef34e1e0a39b08b48e16
+SIZE (rpm/i686/centos/6.5/openssl-1.0.1e-15.el6.i686.rpm) = 1572996
+SHA256 (rpm/i686/centos/6.5/openssl-1.0.1e-15.el6.src.rpm) = 57f9a32dabb016e1550751f8431ff0d5ce06766436ac8741d52515146cc6fc45
+SIZE (rpm/i686/centos/6.5/openssl-1.0.1e-15.el6.src.rpm) = 3115472
diff --git a/security/linux-c6-openssl/pkg-plist b/security/linux-c6-openssl/pkg-plist
new file mode 100644
index 0000000..a02ba11
--- /dev/null
+++ b/security/linux-c6-openssl/pkg-plist
@@ -0,0 +1,112 @@
+@comment file listing
+etc/pki/tls/certs/Makefile
+etc/pki/tls/certs/make-dummy-cert
+etc/pki/tls/certs/renew-dummy-cert
+etc/pki/tls/misc/CA
+etc/pki/tls/misc/c_hash
+etc/pki/tls/misc/c_info
+etc/pki/tls/misc/c_issuer
+etc/pki/tls/misc/c_name
+etc/pki/tls/openssl.cnf
+usr/lib/libcrypto.so.%%PORTVERSION%%
+usr/lib/libcrypto.so.10
+usr/lib/libssl.so.%%PORTVERSION%%
+usr/lib/libssl.so.10
+usr/lib/.libcrypto.so.%%PORTVERSION%%.hmac
+usr/lib/.libcrypto.so.10.hmac
+usr/lib/.libssl.so.%%PORTVERSION%%.hmac
+usr/lib/.libssl.so.10.hmac
+usr/bin/openssl
+usr/lib/openssl/engines/lib4758cca.so
+usr/lib/openssl/engines/libaep.so
+usr/lib/openssl/engines/libatalla.so
+usr/lib/openssl/engines/libcapi.so
+usr/lib/openssl/engines/libchil.so
+usr/lib/openssl/engines/libcswift.so
+usr/lib/openssl/engines/libgmp.so
+usr/lib/openssl/engines/libnuron.so
+usr/lib/openssl/engines/libpadlock.so
+usr/lib/openssl/engines/libsureware.so
+usr/lib/openssl/engines/libubsec.so
+usr/share/doc/openssl-%%PORTVERSION%%/CHANGES
+usr/share/doc/openssl-%%PORTVERSION%%/FAQ
+usr/share/doc/openssl-%%PORTVERSION%%/INSTALL
+usr/share/doc/openssl-%%PORTVERSION%%/LICENSE
+usr/share/doc/openssl-%%PORTVERSION%%/NEWS
+usr/share/doc/openssl-%%PORTVERSION%%/README
+usr/share/doc/openssl-%%PORTVERSION%%/README.FIPS
+usr/share/doc/openssl-%%PORTVERSION%%/c-indentation.el
+usr/share/doc/openssl-%%PORTVERSION%%/openssl.txt
+usr/share/doc/openssl-%%PORTVERSION%%/openssl_button.gif
+usr/share/doc/openssl-%%PORTVERSION%%/openssl_button.html
+usr/share/doc/openssl-%%PORTVERSION%%/ssleay.txt
+usr/share/man/man1/asn1parse.1ssl.gz
+usr/share/man/man1/ca.1ssl.gz
+usr/share/man/man1/ciphers.1ssl.gz
+usr/share/man/man1/crl.1ssl.gz
+usr/share/man/man1/cms.1ssl.gz
+usr/share/man/man1/genpkey.1ssl.gz
+usr/share/man/man1/pkey.1ssl.gz
+usr/share/man/man1/pkeyparam.1ssl.gz
+usr/share/man/man1/pkeyutl.1ssl.gz
+usr/share/man/man1/ts.1ssl.gz
+usr/share/man/man1/tsget.1ssl.gz
+usr/share/man/man1/crl2pkcs7.1ssl.gz
+usr/share/man/man1/dgst.1ssl.gz
+usr/share/man/man1/dhparam.1ssl.gz
+usr/share/man/man1/dsa.1ssl.gz
+usr/share/man/man1/dsaparam.1ssl.gz
+usr/share/man/man1/ec.1ssl.gz
+usr/share/man/man1/ecparam.1ssl.gz
+usr/share/man/man1/enc.1ssl.gz
+usr/share/man/man1/errstr.1ssl.gz
+usr/share/man/man1/gendsa.1ssl.gz
+usr/share/man/man1/genrsa.1ssl.gz
+usr/share/man/man1/md2.1ssl.gz
+usr/share/man/man1/md4.1ssl.gz
+usr/share/man/man1/md5.1ssl.gz
+usr/share/man/man1/mdc2.1ssl.gz
+usr/share/man/man1/nseq.1ssl.gz
+usr/share/man/man1/ocsp.1ssl.gz
+usr/share/man/man1/openssl.1ssl.gz
+usr/share/man/man1/pkcs12.1ssl.gz
+usr/share/man/man1/pkcs7.1ssl.gz
+usr/share/man/man1/pkcs8.1ssl.gz
+usr/share/man/man1/req.1ssl.gz
+usr/share/man/man1/ripemd160.1ssl.gz
+usr/share/man/man1/rsa.1ssl.gz
+usr/share/man/man1/rsautl.1ssl.gz
+usr/share/man/man1/s_client.1ssl.gz
+usr/share/man/man1/s_server.1ssl.gz
+usr/share/man/man1/s_time.1ssl.gz
+usr/share/man/man1/sess_id.1ssl.gz
+usr/share/man/man1/sha.1ssl.gz
+usr/share/man/man1/sha1.1ssl.gz
+usr/share/man/man1/smime.1ssl.gz
+usr/share/man/man1/speed.1ssl.gz
+usr/share/man/man1/spkac.1ssl.gz
+usr/share/man/man1/sslpasswd.1ssl.gz
+usr/share/man/man1/sslrand.1ssl.gz
+usr/share/man/man1/verify.1ssl.gz
+usr/share/man/man1/version.1ssl.gz
+usr/share/man/man1/x509.1ssl.gz
+usr/share/man/man5/config.5ssl.gz
+usr/share/man/man5/openssl.cnf.5ssl.gz
+usr/share/man/man5/x509v3_config.5ssl.gz
+usr/share/man/man7/des_modes.7ssl.gz
+@comment deal with empty directories installed by the port
+@exec /bin/mkdir -p %D/etc/pki/CA/private
+@dirrmtry etc/pki/CA/private
+@exec /bin/mkdir -p %D/etc/pki/tls/private
+@dirrmtry etc/pki/tls/private
+@comment non-empty directory listing in revers order
+@dirrm usr/share/doc/openssl-%%PORTVERSION%%
+@dirrm usr/lib/openssl/engines
+@dirrm usr/lib/openssl
+@dirrm etc/pki/tls/misc
+@dirrm etc/pki/tls/certs
+@dirrm etc/pki/tls
+@dirrm etc/pki/CA/certs
+@dirrm etc/pki/CA/crl
+@dirrm etc/pki/CA/newcerts
+@dirrm etc/pki/CA
diff --git a/textproc/Makefile b/textproc/Makefile
index 2e0e1f4..71702fe 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -397,6 +397,7 @@
     SUBDIR += libxslt-reference
     SUBDIR += libyaml
     SUBDIR += link-grammar
+    SUBDIR += linux-c6-expat
     SUBDIR += linux-f10-aspell
     SUBDIR += linux-f10-expat
     SUBDIR += linux-f10-libxml2
diff --git a/textproc/linux-c6-expat/Makefile b/textproc/linux-c6-expat/Makefile
new file mode 100644
index 0000000..5aea49f
--- /dev/null
+++ b/textproc/linux-c6-expat/Makefile
@@ -0,0 +1,26 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	expat
+PORTVERSION=	2.0.1
+CATEGORIES=	textproc linux
+
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	Linux/i386 binary port of Expat XML-parsing library (Linux CentOS ${LINUX_DIST_VER})
+
+CONFLICTS=	linux-expat-[0-9]* linux-f8-expat-[0-9]* linux-f10-expat-[0-9]*
+
+ONLY_FOR_ARCHS=	i386 amd64
+USE_LINUX=	c6
+USE_LINUX_RPM=	yes
+RPMVERSION=	11.el6_2
+BRANDELF_FILES=	usr/bin/xmlwf
+USE_LDCONFIG=	yes
+
+PLIST_FILES=	lib/libexpat.so.1 lib/libexpat.so.1.5.2 \
+		usr/bin/xmlwf usr/share/man/man1/xmlwf.1.gz
+DOCSDIR=	${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
+PORTDOCS=	COPYING README
+DESCR=		${.CURDIR}/../${PORTNAME}2/pkg-descr
+
+.include <bsd.port.mk>
diff --git a/textproc/linux-c6-expat/distinfo.i686 b/textproc/linux-c6-expat/distinfo.i686
new file mode 100644
index 0000000..ffb4e69
--- /dev/null
+++ b/textproc/linux-c6-expat/distinfo.i686
@@ -0,0 +1,4 @@
+SHA256 (rpm/i686/centos/6.5/expat-2.0.1-11.el6_2.i686.rpm) = aefccd0285b312ec3cf053715b66c45e7883145255c993c7e2bd1848b420deb1
+SIZE (rpm/i686/centos/6.5/expat-2.0.1-11.el6_2.i686.rpm) = 80684
+SHA256 (rpm/i686/centos/6.5/expat-2.0.1-11.el6_2.src.rpm) = e73a78c840f047c382984201f9be499041c411f82e26f02359183f5fe25fad6a
+SIZE (rpm/i686/centos/6.5/expat-2.0.1-11.el6_2.src.rpm) = 463965
diff --git a/www/Makefile b/www/Makefile
index 070b4d6..496f08b 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -408,6 +408,8 @@
     SUBDIR += links
     SUBDIR += links-hacked
     SUBDIR += links1
+    SUBDIR += linux-c6-flashplugin11
+    SUBDIR += linux-c6-qt47-webkit
     SUBDIR += linux-f10-flashplugin11
     SUBDIR += linux-firefox
     SUBDIR += linux-libgtkembedmoz
diff --git a/www/linux-c6-flashplugin11/Makefile b/www/linux-c6-flashplugin11/Makefile
new file mode 100644
index 0000000..bb805c6
--- /dev/null
+++ b/www/linux-c6-flashplugin11/Makefile
@@ -0,0 +1,55 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	flashplugin
+PORTVERSION=	11.2r202.310
+CATEGORIES=	www multimedia linux
+MASTER_SITES=	http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:C/r/\./}/:plugin \
+		LOCAL/nox:suplib
+PKGNAMEPREFIX=	linux-${USE_LINUX}-
+DISTFILES=	install_flash_player_11_linux.i386.tar.gz:plugin \
+		linux-f10-flashsupport-9.0.1.i386.tar.gz:suplib
+DIST_SUBDIR=	${PORTNAME}/${PORTVERSION}
+
+MAINTAINER=	eadler@FreeBSD.org
+COMMENT=	Adobe Flash Player NPAPI Plugin
+
+ONLY_FOR_ARCHS=	amd64 i386
+USE_LINUX=	c6
+USE_LINUX_APPS=	openssl nspr nss gtk2 alsalib curl
+WANT_GNOME=	yes
+
+RESTRICTED=	Redistribution not allowed
+RESTRICTED_FILES=	${DISTFILES:Nlinux-f10-flashsupport*:C/:[^:]+$//}
+
+NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
+
+USE_NPAPI=	linux-*
+NPAPI_FILES=	libflashplayer.so
+
+OPTIONS_DEFINE=	GNOME
+GNOME_DESC=	include gnome support for .desktop file
+
+OPTIONS_SUB=	yes
+
+NO_STAGE=	yes
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MGNOME}
+USES+=		desktop-file-utils
+INSTALLS_ICONS=	yes
+.endif
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' -e '/^NotShowIn=KDE/d' ${WRKDIR}/usr/share/applications/flash-player-properties.desktop
+
+post-install:
+	${INSTALL_PROGRAM} ${WRKDIR}/libflashsupport.so ${LINUXBASE}/usr/lib
+	${INSTALL_PROGRAM} ${WRKDIR}/usr/bin/flash-player-properties ${PREFIX}/bin
+	${INSTALL_DATA} ${WRKDIR}/usr/share/applications/flash-player-properties.desktop ${DESKTOPDIR}
+	(cd ${WRKDIR}/usr/share/icons && ${COPYTREE_SHARE} hicolor ${PREFIX}/share/icons)
+
+.include <bsd.port.pre.mk>
+.include "Makefile.npapi"
+.include <bsd.port.post.mk>
diff --git a/www/linux-c6-flashplugin11/Makefile.npapi b/www/linux-c6-flashplugin11/Makefile.npapi
new file mode 100644
index 0000000..8ccdd52
--- /dev/null
+++ b/www/linux-c6-flashplugin11/Makefile.npapi
@@ -0,0 +1,206 @@
+#-*- mode: makefile; tab-width: 4; -*
+# ex:ts=4
+#
+# New ports collection makefile for:	npapi infrastructure
+# Date created:		27 June 2006
+# Whom:				Andrew Pantyukhin <infofarmer@FreeBSD.org>
+#
+# $FreeBSD: www/linux-mplayer-plugin/Makefile.npapi 300897 2012-07-14 14:29:18Z beat $
+#
+
+# NPAPI_ID		- Extension id, might be in {12345-...} or dev@org format
+# NPAPI_FILES	- List of files in npapi archive. This is used to produce
+#				  PLIST_FILES. NPAPI_FILES can be generated by npapi-gen, but be
+#				  sure to put chrome.manifest in ${FILESDIR} before that if you
+#				  need it.
+# NPAPI_DIRS	- List of directories in npapi archive. This is used to produce
+#				  PLIST_DIRS.
+# PORTNAME, PORTVERSION, DISTVERSIONSUFFIX, CATEGORIES, MAINTAINER, COMMENT
+#				- These should all be set manually for port to be functional.
+#				  See ${PORTSDIR}/Mk/bsd.port.mk for details.
+# NPAPI_LIBDIR	- Name of the directory to install plugins in.
+#				  Default: ${PREFIX}/lib/npapi
+# NPAPI_NPAPIDIR
+#				- Name of the directory to install plugin's files in.
+#				  Default: ${NPAPI_LIBDIR}/${NPAPI_ID}
+# USE_NPAPI		- If set, the port installs one or more npapi plugins.
+#				  If this is set to a list of apps (wildcards possible) the
+#				  plugins will be installed for them only. "linux" and "native"
+#				  keywords can be used to support all linux-compat and native
+#				  browsers, correspondingly. "embed" keyword prevents the
+#				  do-install target being set to a default.
+# WITH_NPAPI	- A user-tunable variable, determines which apps should
+#				  plugin be made available for. Can be set to a list of
+#				  apps, same as USE_NPAPI, and/or to "ext:app[,app,app,...]"
+#				  tuples. ext should be a portname. If ext starts and ends with
+#				  a slash (`/'), it is treated as an extended regular expression
+#				  (see re_format(7)). Right of the colon should be a list of
+#				  apps in the same format as USE_NPAPI, but comma- instead of
+#				  whitespace-delimited. If no matching tuples for an plugin are
+#				  found, WITH_NPAPI is scanned for non tuple-records which are
+#				  then treated as a USE_NPAPI list. If several tuples match, the
+#				  last non-regexp one takes precedence, then the last regexp
+#				  one.
+#
+# This Makefile is an alpha-version of the new npapi infrastructure.
+#
+# Npapi's are installed into ${LOCALBASE}/lib/npapi/${NPAPI_ID} by default and
+# links are made to all apps which have the engine (firefox, thunderbird, flock,
+# netscape messenger and navigator at the moment). relink and relink-all targets
+# can be invoked to refarm the links of a single plugins or all installed
+# plugins accordingly.
+#
+# npapi ports do not depend on their master applications. You can install an
+# plugin before the app and run relink when the app is present.
+
+NPAPI_ID?=			${PKGBASE}
+NPAPI_DISTNAME?=	${PORTNAME}
+NPAPI_WRKSRC?=		${WRKSRC}
+NPAPI_PKGINSTALL?=	${WRKDIR}/npapi-pkg-install
+NPAPI_PKGDEINSTALL?=	${WRKDIR}/npapi-pkg-deinstall
+PKGINSTALL?=	${NPAPI_PKGINSTALL}
+PKGDEINSTALL?=	${NPAPI_PKGDEINSTALL}
+
+NPAPI_APPS_ALL_WC=	*mozilla* *firefox* *flock* *seamonkey* *opera* \
+					*netscape-messenger* *netscape-navigator*
+NPAPI_APPS_ALL_WC_LINUX=	${NPAPI_APPS_ALL_WC:S/^*/linux-/}
+NPAPI_APPS_ALL_WC_NATIVE=	${NPAPI_APPS_ALL_WC:S/^*//}
+NPAPI_APPS_ALL=	firefox firefox-devel linux-firefox linux-firefox-devel \
+				flock flock-devel linux-flock linux-flock-devel \
+				mozilla mozilla-devel linux-mozilla firefox3 firefox35  \
+				linux-netscape-messenger linux-netscape-navigator \
+				nvu linux-nvu \
+				opera opera-devel linux-opera linux-opera-devel \
+				seamonkey seamonkey-devel linux-seamonkey linux-seamonkey-devel \
+				sunbird sunbird-devel linux-sunbird linux-sunbird-devel
+
+# === Let's process WITH_NPAPI into WITH_NPAPI_APPS
+WITH_NPAPI_TUPLES=	${WITH_NPAPI:M*?\:?*}
+WITH_NPAPI_NTUPLES=	${WITH_NPAPI:N*\:*}
+WITH_NPAPI_TUPLES_RX=	${WITH_NPAPI_TUPLES:M/*?*/\:?*}
+WITH_NPAPI_TUPLES_WC=	${WITH_NPAPI_TUPLES:N/*?*/\:?*}
+WITH_NPAPI_MATCH?=	${PORTNAME}
+WITH_NPAPI_MATCHSTRING?=	_=~match~=_
+
+.for tuple_rx in ${WITH_NPAPI_TUPLES_RX}
+_rx=	${tuple_rx:C!/(.*)/\:.*!\1!}
+_apps=	${tuple_rx:C!/.*/\:(.*)!\1!}
+_testrx=${WITH_NPAPI_MATCH:C!.*${_rx}.*!${WITH_NPAPI_MATCHSTRING}!}
+.if ${_testrx} == ${WITH_NPAPI_MATCHSTRING}
+WITH_NPAPI_APPS:=	${_apps:S/,/ /g}
+.endif
+.endfor
+
+.for tuple_wc in ${WITH_NPAPI_TUPLES_WC}
+_wc=	${tuple_wc:C!(.*)\:.*!\1!}
+_apps=	${tuple_wc:C!.*\:(.*)!\1!}
+.if ${_wc} == ${WITH_NPAPI_MATCH}
+WITH_NPAPI_APPS:=	${_apps:S/,/ /g}
+.endif
+.endfor
+
+.if ${WITH_NPAPI_NTUPLES}
+WITH_NPAPI_APPS?=	${WITH_NPAPI_NTUPLES}
+.endif
+# === WITH_NPAPI has been processed
+
+.ifdef WITH_NPAPI_APPS
+USE_NPAPI=	${WITH_NPAPI_APPS}
+.endif
+
+.if !defined(USE_NPAPI) || ${USE_NPAPI:U} == "YES" || ${USE_NPAPI} == "*"
+USE_NPAPI=	${NPAPI_APPS_ALL_WC}
+.endif
+
+.for _TEMP_APP__ in ${NPAPI_APPS_ALL}
+_TEMP_APP_=${_TEMP_APP__}
+_TEMP_FLAG_=0
+.	for _TEMP_USE__ in ${USE_NPAPI}
+_TEMP_USE_=${_TEMP_USE__}
+.		if !${_TEMP_APP_:C!${_TEMP_USE_:S/*/.*/:S/?/./}!!} || \
+		( ${_TEMP_APP_:Mlinux-*} && ${_TEMP_USE_:Mlinux} ) || \
+		( ${_TEMP_APP_:Nlinux-*} && ${_TEMP_USE_:Mnative} )
+_TEMP_FLAG_=1
+.		endif
+.	endfor
+.	if	${_TEMP_FLAG_}
+USE_NPAPI_EXP+=	${_TEMP_APP__}
+.	endif
+.endfor
+
+NPAPI_APPS?=	${USE_NPAPI_EXP:S.^.${LOCALBASE}/lib/.:S.$./plugins.:N*opera*} \
+				${USE_NPAPI_EXP:S.^.${LOCALBASE}/share/.:S.$./plugins.:M*/opera*}
+NPAPI_SLDIRS_ALL=	${NPAPI_APPS_ALL:S.^.${NPAPI_SLDIR}/.}
+NPAPI_SLDIRS=		${USE_NPAPI_EXP:S.^.${NPAPI_SLDIR}/.}
+NPAPI_LINKFARMS=	${NPAPI_APPS} ${NPAPI_SLDIRS}
+
+NPAPI_LIBDIR?=	${PREFIX}/lib/npapi
+NPAPI_SLDIR?=		${NPAPI_LIBDIR}/symlinks
+.ifndef NPAPI_DISTNAMES
+NPAPI_NPAPIDIR?=	${NPAPI_LIBDIR}/${NPAPI_ID}
+.endif
+NPAPI_DIRS_TRY=	${NPAPI_SLDIRS_ALL:S,^${PREFIX}/,,} \
+				${NPAPI_SLDIR:S,^${PREFIX}/,,} \
+				${NPAPI_LIBDIR:S,^${PREFIX}/,,}
+
+PLIST_SUB+=		NPAPI_LIBDIR="${NPAPI_LIBDIR:S,^${PREFIX}/,,}" \
+				NPAPI_NPAPIDIR="${NPAPI_NPAPIDIR:S,^${PREFIX}/,,}"
+
+_TD=		${NPAPI_NPAPIDIR:S,^${PREFIX}/,,}
+_TD_FULL=	${NPAPI_NPAPIDIR}
+_A=	>> ${TMPPLIST}
+_PI=	${NPAPI_PKGINSTALL}
+_PD=	${NPAPI_PKGDEINSTALL}
+_Q=	2>/dev/null || true
+PLIST_FILES+=	${NPAPI_FILES:S!^!${_TD}/!}
+PLIST_DIRS+=	${NPAPI_DIRS:S!^!${_TD}/!} ${_TD}
+
+.for dist in ${NPAPI_DISTNAMES}
+NPAPI_NPAPIDIR_${dist}=	${NPAPI_LIBDIR}/${NPAPI_ID_${dist}}
+_TD_${dist}=	${NPAPI_NPAPIDIR_${dist}:S,^${PREFIX}/,,}
+PLIST_FILES+=	${NPAPI_FILES_${dist}:S!^!${_TD_${dist}}/!}
+PLIST_DIRS+=	${NPAPI_DIRS_${dist}:S!^!${_TD_${dist}}/!} ${_TD_${dist}}
+.endfor
+
+npapi-do-install:
+	@${INSTALL} -d ${_TD_FULL} ${NPAPI_SLDIRS_ALL}
+	@${CP} -p ${NPAPI_FILES:S,^,${NPAPI_WRKSRC}/,} ${_TD_FULL}/
+	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${_TD_FULL}/
+	@${CHMOD} -R a+rX,go-w ${_TD_FULL}/
+	@for _dir in ${NPAPI_LINKFARMS} ; { ${LN} -sf ${_TD_FULL}/* $$_dir ${_Q} ; }
+	@${ECHO_CMD} '${INSTALL} -d ${NPAPI_SLDIRS_ALL}' > ${_PI}
+	@${ECHO_CMD} 'for _dir in ${NPAPI_LINKFARMS} ; \
+		{ ${LN} -sf ${NPAPI_FILES:S,^,${_TD_FULL}/,} $$_dir/ ${_Q}; }' >> ${_PI}
+	@${ECHO_CMD} 'for _dir in ${NPAPI_LINKFARMS} ; \
+		{ ${RM} -f ${NPAPI_FILES:S,^,\$_dir/,} ; }' > ${_PD}
+	@${ECHO_CMD} 'rmdir ${NPAPI_DIRS_TRY:S,^,${PREFIX}/,} ${_Q}' >> ${_PD}
+.if ${PKGINSTALL} != ${NPAPI_PKGINSTALL}
+	@${CAT} ${NPAPI_PKGINSTALL} >> ${PKGINSTALL}
+.endif
+.if ${PKGDEINSTALL} != ${NPAPI_PKGDEINSTALL}
+	@${CAT} ${NPAPI_PKGDEINSTALL} >> ${PKGDEINSTALL}
+.endif
+
+.if !target(do-install) && !${USE_NPAPI:Membed}
+do-install:		npapi-do-install
+.endif
+
+.if !target(relink)
+relink:
+	@-for _app in ${NPAPI_APPS} ; { ${LN} -sf ${_TD_FULL}/* $$_app ${_Q} ; }
+.endif
+
+# Maintainer section
+npapi-gen:	extract
+	@${ECHO_CMD} -n 'NPAPI_FILES='
+	@cd ${NPAPI_WRKSRC} && ${FIND} -s . -not -type d | cut -f2- -d/ | ${TR} '\n' ' '
+	@${ECHO_CMD}
+	@${ECHO_CMD} -n 'NPAPI_DIRS='
+	@cd ${NPAPI_WRKSRC} && ${FIND} -ds . -not -name . -type d | cut -f2- -d/ | ${TR} '\n' ' '
+	@${ECHO_CMD}
+
+npapi-plist:	extract
+	@${FIND} -s ${NPAPI_WRKSRC} -not -type d | \
+		${SED} -e "s,^${NPAPI_WRKSRC},%%NPAPI_NPAPIDIR%%," > ${PLIST}
+	@${FIND} -ds ${NPAPI_WRKSRC} -type d -not -name ${DISTNAME} | \
+		${SED} -e "s,^${NPAPI_WRKSRC},@dirrm %%NPAPI_NPAPIDIR%%," >> ${PLIST}
diff --git a/www/linux-c6-flashplugin11/distinfo b/www/linux-c6-flashplugin11/distinfo
new file mode 100644
index 0000000..c2e84c0
--- /dev/null
+++ b/www/linux-c6-flashplugin11/distinfo
@@ -0,0 +1,4 @@
+SHA256 (flashplugin/11.2r202.310/install_flash_player_11_linux.i386.tar.gz) = 7051aee6bbca66a562c1a8acfa63533744c71cdbe231276f4097462dd24dc061
+SIZE (flashplugin/11.2r202.310/install_flash_player_11_linux.i386.tar.gz) = 6923724
+SHA256 (flashplugin/11.2r202.310/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf
+SIZE (flashplugin/11.2r202.310/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455
diff --git a/www/linux-c6-flashplugin11/pkg-descr b/www/linux-c6-flashplugin11/pkg-descr
new file mode 100644
index 0000000..9c9dcd2
--- /dev/null
+++ b/www/linux-c6-flashplugin11/pkg-descr
@@ -0,0 +1,10 @@
+This is the official Flash Player from Adobe. This plugin enables
+you to see .swf and .spl files on the 'net from your Opera, Mozilla or
+Firefox sessions.
+
+Please see the Adobe home page for more information.
+
+FreeBSD Flash License Agreement:
+	http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/96374
+
+WWW: http://www.adobe.com/
diff --git a/www/linux-c6-flashplugin11/pkg-plist b/www/linux-c6-flashplugin11/pkg-plist
new file mode 100644
index 0000000..8b91f0a
--- /dev/null
+++ b/www/linux-c6-flashplugin11/pkg-plist
@@ -0,0 +1,23 @@
+bin/flash-player-properties
+share/applications/flash-player-properties.desktop
+share/icons/hicolor/16x16/apps/flash-player-properties.png
+share/icons/hicolor/22x22/apps/flash-player-properties.png
+share/icons/hicolor/24x24/apps/flash-player-properties.png
+share/icons/hicolor/32x32/apps/flash-player-properties.png
+share/icons/hicolor/48x48/apps/flash-player-properties.png
+@dirrmtry lib/npapi
+@dirrmtry share/icons/hicolor/16x16/apps
+@dirrmtry share/icons/hicolor/22x22/apps
+@dirrmtry share/icons/hicolor/24x24/apps
+@dirrmtry share/icons/hicolor/32x32/apps
+@dirrmtry share/icons/hicolor/48x48/apps
+@dirrmtry share/icons/hicolor/16x16
+@dirrmtry share/icons/hicolor/22x22
+@dirrmtry share/icons/hicolor/24x24
+@dirrmtry share/icons/hicolor/32x32
+@dirrmtry share/icons/hicolor/48x48
+@dirrmtry share/icons/hicolor
+@dirrmtry share/icons
+@cwd /compat/linux
+usr/lib/libflashsupport.so
+@cwd
diff --git a/www/linux-c6-qt47-webkit/Makefile b/www/linux-c6-qt47-webkit/Makefile
new file mode 100644
index 0000000..f5cf248
--- /dev/null
+++ b/www/linux-c6-qt47-webkit/Makefile
@@ -0,0 +1,28 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	qt47-webkit
+PORTVERSION=	4.7.2
+
+MAINTAINER=	emulation@FreeBSD.org
+
+COMMENT=	RPM of QT4 (Linux CentOS 5)
+
+MASTER_SITES=	http://dl.atrpms.net/el5-i386/atrpms/testing/
+PKGNAMEPREFIX=	linux-${USE_LINUX}-
+DISTNAME=	${PORTNAME}-${PORTVERSION}-${RPMVERSION}
+SRC_DISTFILES:=		# unretrievable
+DIST_SUBDIR=	rpm/${LINUX_RPM_ARCH}/centos/c5
+
+ONLY_FOR_ARCHS=	i386 amd64
+RPMVERSION=	1_18.el5
+USE_LINUX=	c6
+LINUX_RPM_ARCH=	i386
+USE_LINUX_APPS=	fontconfig png xorglibs sqlite3 qt47 qt47-x11
+
+CATEGORIES=	www linux
+USE_LINUX_RPM=	yes
+LINUX_DIST_VER=	5
+USE_LDCONFIG=	yes
+
+.include <bsd.port.mk>
diff --git a/www/linux-c6-qt47-webkit/distinfo.i386 b/www/linux-c6-qt47-webkit/distinfo.i386
new file mode 100644
index 0000000..95cd9ec
--- /dev/null
+++ b/www/linux-c6-qt47-webkit/distinfo.i386
@@ -0,0 +1,2 @@
+SHA256 (rpm/i386/centos/c5/qt47-webkit-4.7.2-1_18.el5.i386.rpm) = de86590afcffa2016062bc891530f982445c44a9b599fe2c8a6310f72bcb3f54
+SIZE (rpm/i386/centos/c5/qt47-webkit-4.7.2-1_18.el5.i386.rpm) = 7233670
diff --git a/www/linux-c6-qt47-webkit/pkg-descr b/www/linux-c6-qt47-webkit/pkg-descr
new file mode 100644
index 0000000..533dd28
--- /dev/null
+++ b/www/linux-c6-qt47-webkit/pkg-descr
@@ -0,0 +1,5 @@
+FIXME this file should have actual content.
+Please submit it.
+
+WWW: https://github.com/xmj/linux-ports/
+
diff --git a/www/linux-c6-qt47-webkit/pkg-plist b/www/linux-c6-qt47-webkit/pkg-plist
new file mode 100644
index 0000000..b7d58b1
--- /dev/null
+++ b/www/linux-c6-qt47-webkit/pkg-plist
@@ -0,0 +1,9 @@
+usr/lib/qt47/imports/QtWebKit/libqmlwebkitplugin.so
+usr/lib/qt47/libQtWebKit.so.4
+usr/lib/qt47/libQtWebKit.so.4.7
+usr/lib/qt47/libQtWebKit.so.4.7.2
+usr/lib/qt47/plugins/designer/libqwebview.so
+usr/lib/qt47/imports/QtWebKit/qmldir
+@dirrm usr/lib/qt47/imports/QtWebKit
+@dirrmtry usr/lib/qt47/plugins/designer
+@dirrmtry usr/lib/qt47/plugins
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile
index cd2afa9..fc40eb5 100644
--- a/x11-fonts/Makefile
+++ b/x11-fonts/Makefile
@@ -114,6 +114,7 @@
     SUBDIR += libXft
     SUBDIR += liberation-fonts-ttf
     SUBDIR += libfontenc
+    SUBDIR += linux-c6-fontconfig
     SUBDIR += linux-f10-fontconfig
     SUBDIR += linuxlibertine
     SUBDIR += linuxlibertine-g
diff --git a/x11-fonts/linux-c6-fontconfig/Makefile b/x11-fonts/linux-c6-fontconfig/Makefile
new file mode 100644
index 0000000..4d55c60
--- /dev/null
+++ b/x11-fonts/linux-c6-fontconfig/Makefile
@@ -0,0 +1,35 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	fontconfig
+PORTVERSION=	2.8.0
+CATEGORIES=	x11-fonts linux
+
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	XML-based font configuration API for X Windows (Linux CentOS ${LINUX_DIST_VER})
+
+CONFLICTS=	linux-fontconfig-[0-9]* linux-f8-fontconfig-[0-9]* linux-f10-fontconfig-[0-9]*
+
+ONLY_FOR_ARCHS=	i386 amd64
+RPMVERSION=	3.el6
+USE_LINUX=	c6
+USE_LINUX_APPS=	expat
+
+USE_LINUX_RPM=	yes
+BRANDELF_DIRS=	usr/bin
+USE_LDCONFIG=	yes
+
+# We will use some other configuration file, so delete a linux one
+# Don't let the linux fc-cache mess up the native cache file
+post-extract:
+		@${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/share/fonts ${WRKSRC}/var \
+			${WRKSRC}/usr/bin/fc-cache \
+			${WRKSRC}/usr/share/man/man1/fc-cache.1.gz
+
+post-install:
+		${MKDIR} ${STAGEDIR}${PREFIX}/etc
+		@${LN} -s ${LOCALBASE}/etc/fonts ${STAGEDIR}${PREFIX}/etc/
+
+DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
+
+.include <bsd.port.mk>
diff --git a/x11-fonts/linux-c6-fontconfig/distinfo.i686 b/x11-fonts/linux-c6-fontconfig/distinfo.i686
new file mode 100644
index 0000000..dee88fe
--- /dev/null
+++ b/x11-fonts/linux-c6-fontconfig/distinfo.i686
@@ -0,0 +1,4 @@
+SHA256 (rpm/i686/centos/6.5/fontconfig-2.8.0-3.el6.i686.rpm) = 86730c2bebd675c9fec8856c54112a18371eff52a307f88534800b3c844e729f
+SIZE (rpm/i686/centos/6.5/fontconfig-2.8.0-3.el6.i686.rpm) = 190816
+SHA256 (rpm/i686/centos/6.5/fontconfig-2.8.0-3.el6.src.rpm) = aac3289c48c430f1b563af790084c893d622ae58559923d9c7a35712606b6fb9
+SIZE (rpm/i686/centos/6.5/fontconfig-2.8.0-3.el6.src.rpm) = 1563078
diff --git a/x11-fonts/linux-c6-fontconfig/pkg-descr b/x11-fonts/linux-c6-fontconfig/pkg-descr
new file mode 100644
index 0000000..6ba73f4
--- /dev/null
+++ b/x11-fonts/linux-c6-fontconfig/pkg-descr
@@ -0,0 +1,22 @@
+This is a Linux/i386 binary port of the Fontconfig library and utilities.
+
+In the words of its author, Keith Packard:
+
+   Fontconfig can:
+     * discover new fonts when installed automatically, removing a common
+       source of configuration problems.
+     * perform font name substitution, so that appropriate alternative
+       fonts can be selected if fonts are missing.
+     * identify the set of fonts required to completely cover a set of
+       languages.
+     * have GUI configuration tools built as it uses an XML-based
+       configuration file (though with autodiscovery, we believe this need
+       is minimized).
+     * efficiently and quickly find the fonts you need among the set of
+       fonts you have installed, even if you have installed thousands of
+       fonts, while minimzing memory usage.
+     * be used in concert with the X Render Extension and FreeType to
+       implement high quality, anti-aliased and subpixel rendered text on a
+       display.
+
+WWW:	http://freedesktop.org/software/fontconfig
diff --git a/x11-fonts/linux-c6-fontconfig/pkg-plist b/x11-fonts/linux-c6-fontconfig/pkg-plist
new file mode 100644
index 0000000..abae0f0
--- /dev/null
+++ b/x11-fonts/linux-c6-fontconfig/pkg-plist
@@ -0,0 +1,22 @@
+@comment file listing
+etc/fonts
+usr/bin/fc-cat
+usr/bin/fc-list
+usr/bin/fc-match
+usr/bin/fc-query
+usr/bin/fc-scan
+usr/lib/libfontconfig.so.1
+usr/lib/libfontconfig.so.1.4.4
+usr/share/doc/fontconfig-2.8.0/AUTHORS
+usr/share/doc/fontconfig-2.8.0/COPYING
+usr/share/doc/fontconfig-2.8.0/README
+usr/share/doc/fontconfig-2.8.0/fontconfig-user.html
+usr/share/doc/fontconfig-2.8.0/fontconfig-user.txt
+usr/share/man/man1/fc-cat.1.gz
+usr/share/man/man1/fc-list.1.gz
+usr/share/man/man1/fc-match.1.gz
+usr/share/man/man1/fc-query.1.gz
+usr/share/man/man1/fc-scan.1.gz
+usr/share/man/man5/fonts-conf.5.gz
+@comment non-empty directory listing in revers order
+@dirrm usr/share/doc/fontconfig-2.8.0
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 5ca4edb..87e3951 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -114,6 +114,9 @@
     SUBDIR += libxaw3dxft
     SUBDIR += libxfce4gui
     SUBDIR += libzvt
+    SUBDIR += linux-c6-gtk2
+    SUBDIR += linux-c6-pango
+    SUBDIR += linux-c6-qt47-x11
     SUBDIR += linux-f10-blt
     SUBDIR += linux-f10-gtk2
     SUBDIR += linux-f10-openmotif
diff --git a/x11-toolkits/linux-c6-gtk2/Makefile b/x11-toolkits/linux-c6-gtk2/Makefile
new file mode 100644
index 0000000..65cdd20
--- /dev/null
+++ b/x11-toolkits/linux-c6-gtk2/Makefile
@@ -0,0 +1,26 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	gtk2
+PORTVERSION=	2.20.1
+CATEGORIES=	x11-toolkits linux
+DISTFILES=	${PORTNAME}-${PORTVERSION}-${RPMVERSION}.${LINUX_RPM_ARCH}.rpm \
+		pixman-0.26.2-5.el6_4.${LINUX_RPM_ARCH}.rpm \
+		jasper-libs-1.900.1-15.el6_1.1.${LINUX_RPM_ARCH}.rpm
+
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	GTK+ library, version 2.X  (Linux CentOS ${LINUX_DIST_VER})
+
+CONFLICTS=	linux-gtk2-[0-9]* linux-f8-gtk2-[0-9]* linux-f10-gtk2-[0-9]*
+
+ONLY_FOR_ARCHS=	i386 amd64
+USE_LINUX=	c6
+USE_LINUX_APPS=	png jpeg tiff xorglibs pango atk
+USE_LINUX_RPM=	yes
+RPMVERSION=	4.el6
+BRANDELF_DIRS=	usr/bin
+USE_LDCONFIG=	yes
+
+DESCR=		${.CURDIR}/../${PORTNAME}0/pkg-descr
+
+.include <bsd.port.mk>
diff --git a/x11-toolkits/linux-c6-gtk2/distinfo.i686 b/x11-toolkits/linux-c6-gtk2/distinfo.i686
new file mode 100644
index 0000000..9689ffe
--- /dev/null
+++ b/x11-toolkits/linux-c6-gtk2/distinfo.i686
@@ -0,0 +1,8 @@
+SHA256 (rpm/i686/centos/6.5/gtk2-2.20.1-4.el6.i686.rpm) = dc3cd02fb22fc14749e875e7ac4058835c4599502858fde6d22d6c85b2fb3202
+SIZE (rpm/i686/centos/6.5/gtk2-2.20.1-4.el6.i686.rpm) = 3450252
+SHA256 (rpm/i686/centos/6.5/pixman-0.26.2-5.el6_4.i686.rpm) = 0f9e4f5ae1ebfd5e5bc2795621784a9c7371dabbfd961c12fada1076b98bc4e9
+SIZE (rpm/i686/centos/6.5/pixman-0.26.2-5.el6_4.i686.rpm) = 211108
+SHA256 (rpm/i686/centos/6.5/jasper-libs-1.900.1-15.el6_1.1.i686.rpm) = 17d7e61c236217c0287c67b3ac2212902e472f7ac4c859d033ee6e2465e264cb
+SIZE (rpm/i686/centos/6.5/jasper-libs-1.900.1-15.el6_1.1.i686.rpm) = 139356
+SHA256 (rpm/i686/centos/6.5/gtk2-2.20.1-4.el6.src.rpm) = d6441e320e303d321288cd512d2ce2e8297d33bdc2f5b49fcb9dd8008f97cf5a
+SIZE (rpm/i686/centos/6.5/gtk2-2.20.1-4.el6.src.rpm) = 19153141
diff --git a/x11-toolkits/linux-c6-gtk2/pkg-plist b/x11-toolkits/linux-c6-gtk2/pkg-plist
new file mode 100644
index 0000000..9cfec42
--- /dev/null
+++ b/x11-toolkits/linux-c6-gtk2/pkg-plist
@@ -0,0 +1,176 @@
+usr/bin/gdk-pixbuf-query-loaders-32
+usr/bin/gtk-query-immodules-2.0-32
+usr/bin/gtk-update-icon-cache
+usr/bin/update-gdk-pixbuf-loaders
+usr/bin/update-gtk-immodules
+usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so
+usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ani.so
+usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.so
+usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.so
+usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-icns.so
+usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ico.so
+usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jasper.so
+usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.so
+usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pcx.so
+usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pnm.so
+usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ras.so
+usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tga.so
+usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tiff.so
+usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-wbmp.so
+usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xbm.so
+usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so
+usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-qtif.so 
+usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so
+usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so
+usr/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.so
+usr/lib/gtk-2.0/modules/libferret.so
+usr/lib/gtk-2.0/modules/libgail.so
+usr/lib/libgailutil.so.18
+usr/lib/libgailutil.so.18.0.1
+usr/lib/libgdk-x11-2.0.so.0
+usr/lib/libgdk-x11-2.0.so.0.2000.1
+usr/lib/libgdk_pixbuf-2.0.so.0
+usr/lib/libgdk_pixbuf-2.0.so.0.2000.1
+usr/lib/libgdk_pixbuf_xlib-2.0.so.0
+usr/lib/libgdk_pixbuf_xlib-2.0.so.0.2000.1
+usr/lib/libgtk-x11-2.0.so.0
+usr/lib/libgtk-x11-2.0.so.0.2000.1
+usr/lib/libjasper.so.1
+usr/lib/libjasper.so.1.0.0
+usr/lib/libpixman-1.so.0
+usr/lib/libpixman-1.so.0.26.2
+usr/share/doc/gtk2-2.20.1/AUTHORS
+usr/share/doc/gtk2-2.20.1/COPYING
+usr/share/doc/gtk2-2.20.1/NEWS
+usr/share/doc/gtk2-2.20.1/README
+usr/share/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/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/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/themes/Default/gtk-2.0-key/gtkrc
+usr/share/themes/Emacs/gtk-2.0-key/gtkrc
+usr/share/themes/Raleigh/gtk-2.0/gtkrc
+@comment deal with empty directories created by the port
+@exec /bin/mkdir -p %D/etc/gtk-2.0/i386-redhat-linux-gnu
+@exec /bin/mkdir -p %D/usr/lib/gtk-2.0/2.10.0/filesystems
+@exec /bin/mkdir -p %D/usr/lib/gtk-2.0/modules
+@dirrmtry etc/gtk-2.0/i386-redhat-linux-gnu
+@dirrmtry usr/lib/gtk-2.0/2.10.0/filesystems
+@dirrmtry usr/lib/gtk-2.0/modules
+@comment non-empty directory listing in revers order
+@dirrm usr/share/themes/Default/gtk-2.0-key
+@dirrm usr/share/themes/Default
+@dirrm usr/share/themes/Raleigh/gtk-2.0
+@dirrm usr/share/themes/Raleigh
+@dirrm usr/share/themes/Emacs/gtk-2.0-key
+@dirrm usr/share/themes/Emacs
+@dirrm usr/share/doc/gtk2-2.20.1
+@dirrm usr/lib/gtk-2.0/immodules
+@dirrm usr/lib/gtk-2.0/2.10.0/printbackends
+@dirrm usr/lib/gtk-2.0/2.10.0/loaders
+@dirrm usr/lib/gtk-2.0/2.10.0/immodules
+@dirrm usr/lib/gtk-2.0/2.10.0/engines
+@dirrm usr/lib/gtk-2.0/2.10.0
+@dirrm usr/lib/gtk-2.0
+@dirrm etc/gtk-2.0
+@exec chroot %D /usr/bin/gtk-query-immodules-2.0-32 > %D/etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules
+@exec chroot %D /usr/bin/gdk-pixbuf-query-loaders-32 > %D/etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders
diff --git a/x11-toolkits/linux-c6-pango/Makefile b/x11-toolkits/linux-c6-pango/Makefile
new file mode 100644
index 0000000..ee1cc9a
--- /dev/null
+++ b/x11-toolkits/linux-c6-pango/Makefile
@@ -0,0 +1,24 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	pango
+PORTVERSION=	1.28.1
+CATEGORIES=	x11-toolkits linux
+
+MAINTAINER=	emulation@FreeBSD.org
+
+COMMENT=	Pango library (Linux  CentOS ${LINUX_DIST_VER})
+
+CONFLICTS=	linux-pango-[0-9]* linux-f10-pango-[0-9]*
+
+ONLY_FOR_ARCHS=	i386 amd64
+USE_LINUX=	c6
+USE_LINUX_APPS=	cairo expat fontconfig xorglibs
+USE_LINUX_RPM=	yes
+RPMVERSION=	7.el6_3
+BRANDELF_FILES=	usr/bin/pango-querymodules-32
+USE_LDCONFIG=	yes
+
+DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
+
+.include <bsd.port.mk>
diff --git a/x11-toolkits/linux-c6-pango/distinfo.i686 b/x11-toolkits/linux-c6-pango/distinfo.i686
new file mode 100644
index 0000000..bdff589
--- /dev/null
+++ b/x11-toolkits/linux-c6-pango/distinfo.i686
@@ -0,0 +1,4 @@
+SHA256 (rpm/i686/centos/6.5/pango-1.28.1-7.el6_3.i686.rpm) = 500c64427d59d6a4bb45e9c38cef3337e8f92939497aa9538c6d986708474bc6
+SIZE (rpm/i686/centos/6.5/pango-1.28.1-7.el6_3.i686.rpm) = 358140
+SHA256 (rpm/i686/centos/6.5/pango-1.28.1-7.el6_3.src.rpm) = 6c5fa89fc3513c7f8990fb168d2a8618c0df6ed541b8e06db3d8b6adc7942302
+SIZE (rpm/i686/centos/6.5/pango-1.28.1-7.el6_3.src.rpm) = 1440874
diff --git a/x11-toolkits/linux-c6-pango/pkg-plist b/x11-toolkits/linux-c6-pango/pkg-plist
new file mode 100644
index 0000000..a0167b9
--- /dev/null
+++ b/x11-toolkits/linux-c6-pango/pkg-plist
@@ -0,0 +1,42 @@
+@comment file listing
+etc/pango/pangox.aliases
+usr/bin/pango-querymodules-32
+usr/bin/pango-view
+usr/lib/libpango-1.0.so.0
+usr/lib/libpango-1.0.so.0.2800.1
+usr/lib/libpangocairo-1.0.so.0
+usr/lib/libpangocairo-1.0.so.0.2800.1
+usr/lib/libpangoft2-1.0.so.0
+usr/lib/libpangoft2-1.0.so.0.2800.1
+usr/lib/libpangox-1.0.so.0
+usr/lib/libpangox-1.0.so.0.2800.1
+usr/lib/libpangoxft-1.0.so.0
+usr/lib/libpangoxft-1.0.so.0.2800.1
+usr/lib/pango/1.6.0/modules/pango-arabic-fc.so
+usr/lib/pango/1.6.0/modules/pango-arabic-lang.so
+usr/lib/pango/1.6.0/modules/pango-basic-x.so
+usr/lib/pango/1.6.0/modules/pango-hangul-fc.so
+usr/lib/pango/1.6.0/modules/pango-hebrew-fc.so
+usr/lib/pango/1.6.0/modules/pango-indic-fc.so
+usr/lib/pango/1.6.0/modules/pango-indic-lang.so
+usr/lib/pango/1.6.0/modules/pango-khmer-fc.so
+usr/lib/pango/1.6.0/modules/pango-syriac-fc.so
+usr/lib/pango/1.6.0/modules/pango-thai-fc.so
+usr/lib/pango/1.6.0/modules/pango-thai-lang.so
+usr/lib/pango/1.6.0/modules/pango-tibetan-fc.so
+usr/share/doc/pango-1.28.1/AUTHORS
+usr/share/doc/pango-1.28.1/COPYING
+usr/share/doc/pango-1.28.1/HELLO.txt
+usr/share/doc/pango-1.28.1/NEWS
+usr/share/doc/pango-1.28.1/README
+usr/share/man/man1/pango-querymodules.1.gz
+usr/share/man/man1/pango-view.1.gz
+@comment deal with empty directories created by the port
+@exec /bin/mkdir -p %D/etc/pango/i386-redhat-linux-gnu
+@dirrmtry etc/pango/i386-redhat-linux-gnu
+@comment non-empty directory listing in revers order
+@dirrm usr/share/doc/pango-1.28.1
+@dirrm usr/lib/pango/1.6.0/modules
+@dirrm usr/lib/pango/1.6.0
+@dirrm usr/lib/pango
+@dirrm etc/pango
diff --git a/x11-toolkits/linux-c6-qt47-x11/Makefile b/x11-toolkits/linux-c6-qt47-x11/Makefile
new file mode 100644
index 0000000..6117f74
--- /dev/null
+++ b/x11-toolkits/linux-c6-qt47-x11/Makefile
@@ -0,0 +1,23 @@
+# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	qt47-x11
+PORTVERSION=	4.7.2
+CATEGORIES=	x11-toolkits linux
+MASTER_SITES=	http://dl.atrpms.net/el5-i386/atrpms/testing/
+DIST_SUBDIR=	rpm/${LINUX_RPM_ARCH}/centos/c5
+SRC_DISTFILES:=		# unretrievable.
+
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	RPM of QT4 (Linux CentOS 5)
+
+ONLY_FOR_ARCHS=	i386 amd64
+RPMVERSION=	1_18.el5
+USE_LINUX=	c6
+LINUX_RPM_ARCH=	i386
+USE_LINUX_APPS=	fontconfig png  xorglibs png alsalib dri jpeg tiff qt47
+USE_LINUX_RPM=	yes
+LINUX_DIST_VER=	5
+USE_LDCONFIG=	yes
+
+.include <bsd.port.mk>
diff --git a/x11-toolkits/linux-c6-qt47-x11/distinfo.i386 b/x11-toolkits/linux-c6-qt47-x11/distinfo.i386
new file mode 100644
index 0000000..e9d2a8b
--- /dev/null
+++ b/x11-toolkits/linux-c6-qt47-x11/distinfo.i386
@@ -0,0 +1,2 @@
+SHA256 (rpm/i386/centos/c5/qt47-x11-4.7.2-1_18.el5.i386.rpm) = f2b7a9e7bf4e7c84435f95a636f007ac02e8d7443868d1a40c1b342a26ccc635
+SIZE (rpm/i386/centos/c5/qt47-x11-4.7.2-1_18.el5.i386.rpm) = 15309029
diff --git a/x11-toolkits/linux-c6-qt47-x11/pkg-plist b/x11-toolkits/linux-c6-qt47-x11/pkg-plist
new file mode 100644
index 0000000..8489a63
--- /dev/null
+++ b/x11-toolkits/linux-c6-qt47-x11/pkg-plist
@@ -0,0 +1,133 @@
+usr/bin/qdbusviewer
+usr/bin/qmlviewer
+usr/lib/qt47/bin/qdbusviewer
+usr/lib/qt47/bin/qmlviewer
+usr/lib/qt47/bin/qtconfig
+usr/lib/qt47/bin/qtconfig-qt47
+usr/lib/qt47/imports/Qt/labs/folderlistmodel/libqmlfolderlistmodelplugin.so
+usr/lib/qt47/imports/Qt/labs/folderlistmodel/qmldir
+usr/lib/qt47/imports/Qt/labs/gestures/libqmlgesturesplugin.so
+usr/lib/qt47/imports/Qt/labs/gestures/qmldir
+usr/lib/qt47/imports/Qt/labs/particles/libqmlparticlesplugin.so
+usr/lib/qt47/imports/Qt/labs/particles/qmldir
+usr/lib/qt47/libQt3Support.so.4
+usr/lib/qt47/libQt3Support.so.4.7
+usr/lib/qt47/libQt3Support.so.4.7.2
+usr/lib/qt47/libQtCLucene.so.4
+usr/lib/qt47/libQtCLucene.so.4.7
+usr/lib/qt47/libQtCLucene.so.4.7.2
+usr/lib/qt47/libQtDeclarative.so.4
+usr/lib/qt47/libQtDeclarative.so.4.7
+usr/lib/qt47/libQtDeclarative.so.4.7.2
+usr/lib/qt47/libQtDesigner.so.4
+usr/lib/qt47/libQtDesigner.so.4.7
+usr/lib/qt47/libQtDesigner.so.4.7.2
+usr/lib/qt47/libQtDesignerComponents.so.4
+usr/lib/qt47/libQtDesignerComponents.so.4.7
+usr/lib/qt47/libQtDesignerComponents.so.4.7.2
+usr/lib/qt47/libQtGui.so.4
+usr/lib/qt47/libQtGui.so.4.7
+usr/lib/qt47/libQtGui.so.4.7.2
+usr/lib/qt47/libQtHelp.so.4
+usr/lib/qt47/libQtHelp.so.4.7
+usr/lib/qt47/libQtHelp.so.4.7.2
+usr/lib/qt47/libQtMultimedia.so.4
+usr/lib/qt47/libQtMultimedia.so.4.7
+usr/lib/qt47/libQtMultimedia.so.4.7.2
+usr/lib/qt47/libQtOpenGL.so.4
+usr/lib/qt47/libQtOpenGL.so.4.7
+usr/lib/qt47/libQtOpenGL.so.4.7.2
+usr/lib/qt47/libQtScriptTools.so.4
+usr/lib/qt47/libQtScriptTools.so.4.7
+usr/lib/qt47/libQtScriptTools.so.4.7.2
+usr/lib/qt47/libQtSvg.so.4
+usr/lib/qt47/libQtSvg.so.4.7
+usr/lib/qt47/libQtSvg.so.4.7.2
+usr/lib/qt47/libphonon.so.4
+usr/lib/qt47/libphonon.so.4.4
+usr/lib/qt47/libphonon.so.4.4.0
+usr/lib/qt47/plugins/accessible/libqtaccessiblecompatwidgets.so
+usr/lib/qt47/plugins/accessible/libqtaccessiblewidgets.so
+usr/lib/qt47/plugins/bearer/libqconnmanbearer.so
+usr/lib/qt47/plugins/bearer/libqgenericbearer.so
+usr/lib/qt47/plugins/bearer/libqnmbearer.so
+usr/lib/qt47/plugins/codecs/libqcncodecs.so
+usr/lib/qt47/plugins/codecs/libqjpcodecs.so
+usr/lib/qt47/plugins/codecs/libqkrcodecs.so
+usr/lib/qt47/plugins/codecs/libqtwcodecs.so
+usr/lib/qt47/plugins/designer/libarthurplugin.so
+usr/lib/qt47/plugins/designer/libcontainerextension.so
+usr/lib/qt47/plugins/designer/libcustomwidgetplugin.so
+usr/lib/qt47/plugins/designer/libqdeclarativeview.so
+usr/lib/qt47/plugins/designer/libqt3supportwidgets.so
+usr/lib/qt47/plugins/designer/libtaskmenuextension.so
+usr/lib/qt47/plugins/designer/libworldtimeclockplugin.so
+usr/lib/qt47/plugins/graphicssystems/libqglgraphicssystem.so
+usr/lib/qt47/plugins/graphicssystems/libqtracegraphicssystem.so
+usr/lib/qt47/plugins/iconengines/libqsvgicon.so
+usr/lib/qt47/plugins/imageformats/libqgif.so
+usr/lib/qt47/plugins/imageformats/libqico.so
+usr/lib/qt47/plugins/imageformats/libqjpeg.so
+usr/lib/qt47/plugins/imageformats/libqmng.so
+usr/lib/qt47/plugins/imageformats/libqsvg.so
+usr/lib/qt47/plugins/imageformats/libqtiff.so
+usr/lib/qt47/plugins/inputmethods/libqimsw-multi.so
+usr/lib/qt47/plugins/qmltooling/libtcpserver.so
+usr/lib/qt47/plugins/script/libqtscriptdbus.so
+usr/share/dbus-1/interfaces/org.kde.Phonon.AudioOutput.xml
+usr/share/icons/hicolor/128x128/apps/qt47-logo.png
+usr/share/icons/hicolor/48x48/apps/qt47-logo.png
+usr/share/qt47/translations/assistant_cs.qm
+usr/share/qt47/translations/assistant_da.qm
+usr/share/qt47/translations/assistant_de.qm
+usr/share/qt47/translations/assistant_fr.qm
+usr/share/qt47/translations/assistant_hu.qm
+usr/share/qt47/translations/assistant_ja.qm
+usr/share/qt47/translations/assistant_pl.qm
+usr/share/qt47/translations/assistant_ru.qm
+usr/share/qt47/translations/assistant_sl.qm
+usr/share/qt47/translations/assistant_uk.qm
+usr/share/qt47/translations/assistant_zh_CN.qm
+usr/share/qt47/translations/assistant_zh_TW.qm
+usr/share/qt47/translations/qtconfig_hu.qm
+usr/share/qt47/translations/qtconfig_ja.qm
+usr/share/qt47/translations/qtconfig_pl.qm
+usr/share/qt47/translations/qtconfig_ru.qm
+usr/share/qt47/translations/qtconfig_sl.qm
+usr/share/qt47/translations/qtconfig_uk.qm
+usr/share/qt47/translations/qtconfig_zh_CN.qm
+usr/share/qt47/translations/qtconfig_zh_TW.qm
+@dirrmtry usr/lib/qt47/bin
+@dirrmtry usr/lib/qt47/imports
+@dirrmtry usr/lib/qt47/imports/Qt/labs/folderlistmodel
+@dirrmtry usr/lib/qt47/imports/Qt/labs/gestures
+@dirrmtry usr/lib/qt47/imports/Qt/labs/particles
+@dirrmtry usr/lib/qt47/imports/Qt/labs
+@dirrmtry usr/lib/qt47/imports/Qt
+@dirrmtry usr/lib/qt47/plugins/accessible
+@dirrmtry usr/lib/qt47/plugins/bearer
+@dirrmtry usr/lib/qt47/plugins/codecs
+@dirrmtry usr/lib/qt47/plugins/designer
+@dirrmtry usr/lib/qt47/plugins/graphicssystems
+@dirrmtry usr/lib/qt47/plugins/gui_platform
+@dirrmtry usr/lib/qt47/plugins/iconengines
+@dirrmtry usr/lib/qt47/plugins/imageformats
+@dirrmtry usr/lib/qt47/plugins/inputmethods
+@dirrmtry usr/lib/qt47/plugins/phonon_backend
+@dirrmtry usr/lib/qt47/plugins/qmltooling
+@dirrmtry usr/lib/qt47/plugins/script
+@dirrmtry usr/lib/qt47/plugins/styles
+@dirrmtry usr/lib/qt47/plugins
+@dirrmtry usr/lib/qt47
+@dirrmtry usr/share/icons/hicolor/128x128/apps
+@dirrmtry usr/share/icons/hicolor/128x128
+@dirrmtry usr/share/icons/hicolor/48x48/apps
+@dirrmtry usr/share/icons/hicolor/48x48
+@dirrmtry usr/share/icons/hicolor
+@dirrmtry usr/share/dbus-1/interfaces
+@dirrmtry usr/share/dbus-1
+@dirrmtry usr/share/kde4/services/phononbackends
+@dirrmtry usr/share/kde4/services
+@dirrmtry usr/share/kde4
+@dirrmtry usr/share/qt47/translations
+@dirrmtry usr/share/qt47
diff --git a/x11-toolkits/linux-f10-blt/.Makefile.swp b/x11-toolkits/linux-f10-blt/.Makefile.swp
new file mode 100644
index 0000000..e799bd6
Binary files /dev/null and b/x11-toolkits/linux-f10-blt/.Makefile.swp differ
diff --git a/x11/Makefile b/x11/Makefile
index d34ada3..fb3b5fe 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -187,6 +187,7 @@
     SUBDIR += libxkbui
     SUBDIR += libxklavier
     SUBDIR += libxshmfence
+    SUBDIR += linux-c6-xorg-libs
     SUBDIR += linux-f10-xorg-libs
     SUBDIR += listres
     SUBDIR += lsw
diff --git a/x11/linux-c6-xorg-libs/Makefile b/x11/linux-c6-xorg-libs/Makefile
new file mode 100644
index 0000000..59d1b08
--- /dev/null
+++ b/x11/linux-c6-xorg-libs/Makefile
@@ -0,0 +1,94 @@
+# Created by: bsam
+# $FreeBSD$
+
+PORTNAME=	xorg-libs
+PORTVERSION=	7.4
+CATEGORIES=	x11 linux
+DISTFILES=	libICE-1.0.6-1.el6.${LINUX_RPM_ARCH}.rpm \
+		libSM-1.2.1-2.el6.${LINUX_RPM_ARCH}.rpm \
+		libX11-1.5.0-4.el6.${LINUX_RPM_ARCH}.rpm \
+		libXScrnSaver-1.2.2-2.el6.${LINUX_RPM_ARCH}.rpm \
+		libXau-1.0.6-4.el6.${LINUX_RPM_ARCH}.rpm \
+		libXaw-1.0.11-2.el6.${LINUX_RPM_ARCH}.rpm \
+		libXcomposite-0.4.3-4.el6.${LINUX_RPM_ARCH}.rpm \
+		libXcursor-1.1.13-6.20130524git8f677eaea.el6.${LINUX_RPM_ARCH}.rpm \
+		libXdamage-1.1.3-4.el6.${LINUX_RPM_ARCH}.rpm \
+		libXdmcp-1.1.1-3.el6.${LINUX_RPM_ARCH}.rpm \
+		libXevie-1.0.3-4.el6.${LINUX_RPM_ARCH}.rpm \
+		libXext-1.3.1-2.el6.${LINUX_RPM_ARCH}.rpm \
+		libXfixes-5.0-3.el6.${LINUX_RPM_ARCH}.rpm \
+		libXfont-1.4.5-2.el6.${LINUX_RPM_ARCH}.rpm \
+		libXft-2.3.1-2.el6.${LINUX_RPM_ARCH}.rpm \
+		libXi-1.6.1-3.el6.${LINUX_RPM_ARCH}.rpm \
+		libXinerama-1.1.2-2.el6.${LINUX_RPM_ARCH}.rpm \
+		libXmu-1.1.1-2.el6.${LINUX_RPM_ARCH}.rpm \
+		libXp-1.0.0-15.1.el6.${LINUX_RPM_ARCH}.rpm \
+		libXpm-3.5.10-2.el6.${LINUX_RPM_ARCH}.rpm \
+		libXrandr-1.4.0-1.el6.${LINUX_RPM_ARCH}.rpm \
+		libXrender-0.9.7-2.el6.${LINUX_RPM_ARCH}.rpm \
+		libXres-1.0.6-2.el6.${LINUX_RPM_ARCH}.rpm \
+		libXt-1.1.3-1.el6.${LINUX_RPM_ARCH}.rpm \
+		libXtst-1.2.1-2.el6.${LINUX_RPM_ARCH}.rpm \
+		libXv-1.0.7-2.el6.${LINUX_RPM_ARCH}.rpm \
+		libXvMC-1.0.7-2.el6.${LINUX_RPM_ARCH}.rpm \
+		libXxf86dga-1.1.3-2.el6.${LINUX_RPM_ARCH}.rpm \
+		libXxf86misc-1.0.3-4.el6.${LINUX_RPM_ARCH}.rpm \
+		libXxf86vm-1.1.2-2.el6.${LINUX_RPM_ARCH}.rpm \
+		libfontenc-1.0.5-2.el6.${LINUX_RPM_ARCH}.rpm \
+		libxcb-1.8.1-1.el6.${LINUX_RPM_ARCH}.rpm \
+		libxkbfile-1.0.6-1.1.el6.${LINUX_RPM_ARCH}.rpm \
+		mesa-libGLw-6.5.1-10.el6.${LINUX_RPM_ARCH}.rpm
+
+.if defined(PACKAGE_BUILDING)
+SRC_DISTFILES=	libICE-1.0.6-1.el6.src.rpm \
+		libSM-1.2.1-2.el6.src.rpm \
+		libX11-1.5.0-4.el6.src.rpm \
+		libXScrnSaver-1.2.2-2.el6.src.rpm \
+		libXau-1.0.6-4.el6.src.rpm \
+		libXaw-1.0.11-2.el6.src.rpm \
+		libXcomposite-0.4.3-4.el6.src.rpm \
+		libXcursor-1.1.13-6.20130524git8f677eaea.el6.src.rpm \
+		libXdamage-1.1.3-4.el6.src.rpm \
+		libXdmcp-1.1.1-3.el6.src.rpm \
+		libXevie-1.0.3-4.el6.src.rpm \
+		libXext-1.3.1-2.el6.src.rpm \
+		libXfixes-5.0-3.el6.src.rpm \
+		libXfont-1.4.5-2.el6.src.rpm \
+		libXft-2.3.1-2.el6.src.rpm \
+		libXi-1.6.1-3.el6.src.rpm \
+		libXinerama-1.1.2-2.el6.src.rpm \
+		libXmu-1.1.1-2.el6.src.rpm \
+		libXp-1.0.0-15.1.el6.src.rpm \
+		libXpm-3.5.10-2.el6.src.rpm \
+		libXrandr-1.4.0-1.el6.src.rpm \
+		libXrender-0.9.7-2.el6.src.rpm \
+		libXres-1.0.6-2.el6.src.rpm \
+		libXt-1.1.3-1.el6.src.rpm \
+		libXtst-1.2.1-2.el6.src.rpm \
+		libXv-1.0.7-2.el6.src.rpm \
+		libXvMC-1.0.7-2.el6.src.rpm \
+		libXxf86dga-1.1.3-2.el6.src.rpm \
+		libXxf86misc-1.0.3-4.el6.src.rpm \
+		libXxf86vm-1.1.2-2.el6.src.rpm \
+		libfontenc-1.0.5-2.el6.src.rpm \
+		libxcb-1.8.1-1.el6.src.rpm \
+		libxkbfile-1.0.6-1.1.el6.src.rpm \
+		mesa-libGLw-6.5.1-10.el6.src.rpm
+
+.endif
+
+MAINTAINER=		emulation@FreeBSD.org
+COMMENT=		Xorg libraries (Linux CentOS ${LINUX_DIST_VER})
+
+CONFLICTS=		linux-xorg-libs-[0-9]* linux-f8-xorg-libs-[0-9]* linux-f10-xorg-libs-[0-9]*
+
+USE_LINUX=	c6
+USE_LINUX_APPS=		fontconfig
+USE_LINUX_RPM=		yes
+USE_LDCONFIG=		yes
+
+#post-install:
+#	${MKDIR} ${STAGEDIR}${PREFIX}/etc/ld.so.conf.d
+#	@${INSTALL_DATA} ${FILESDIR}/xorg-x11-i386.conf ${STAGEDIR}${PREFIX}/etc/ld.so.conf.d
+
+.include <bsd.port.mk>
diff --git a/x11/linux-c6-xorg-libs/distinfo.i686 b/x11/linux-c6-xorg-libs/distinfo.i686
new file mode 100644
index 0000000..1d6b8ea
--- /dev/null
+++ b/x11/linux-c6-xorg-libs/distinfo.i686
@@ -0,0 +1,136 @@
+SHA256 (rpm/i686/centos/6.5/libICE-1.0.6-1.el6.i686.rpm) = b0b4e98058cfa3d75429b5bb1f209b475c8bcecf14f8ce8382f8ec5e24ac4c32
+SIZE (rpm/i686/centos/6.5/libICE-1.0.6-1.el6.i686.rpm) = 53292
+SHA256 (rpm/i686/centos/6.5/libSM-1.2.1-2.el6.i686.rpm) = 9128eb65884a7557e4bf68aee14e0bed3629df062b45ad389828f11d45abeff5
+SIZE (rpm/i686/centos/6.5/libSM-1.2.1-2.el6.i686.rpm) = 37312
+SHA256 (rpm/i686/centos/6.5/libX11-1.5.0-4.el6.i686.rpm) = 8ea47dcc345fc95983515b4d11e9500f98db32a2804f5dd53b17d501f670580a
+SIZE (rpm/i686/centos/6.5/libX11-1.5.0-4.el6.i686.rpm) = 604016
+SHA256 (rpm/i686/centos/6.5/libXScrnSaver-1.2.2-2.el6.i686.rpm) = 2173a076e7cefc99c982601a701eaec864a418d7c544d80ef72fc7ac0a42218f
+SIZE (rpm/i686/centos/6.5/libXScrnSaver-1.2.2-2.el6.i686.rpm) = 22580
+SHA256 (rpm/i686/centos/6.5/libXau-1.0.6-4.el6.i686.rpm) = 0d979b1519ea4bef76efb5dd21e53cf9f12ab910eff0f67462e1d905b1e6109b
+SIZE (rpm/i686/centos/6.5/libXau-1.0.6-4.el6.i686.rpm) = 24864
+SHA256 (rpm/i686/centos/6.5/libXaw-1.0.11-2.el6.i686.rpm) = d7ea3074f005f89b225b42357c7a3f4984ebdaaafcd085fb2294c8e8a55e8fc7
+SIZE (rpm/i686/centos/6.5/libXaw-1.0.11-2.el6.i686.rpm) = 194780
+SHA256 (rpm/i686/centos/6.5/libXcomposite-0.4.3-4.el6.i686.rpm) = a49030789b4701f3b6607b19b5c902a7df774f16a24dc72552df3563c4db2638
+SIZE (rpm/i686/centos/6.5/libXcomposite-0.4.3-4.el6.i686.rpm) = 20856
+SHA256 (rpm/i686/centos/6.5/libXcursor-1.1.13-6.20130524git8f677eaea.el6.i686.rpm) = 9f34fead8e4cafae4a3c63134448db911816b7dd53ddab99eae1b4c4398571cf
+SIZE (rpm/i686/centos/6.5/libXcursor-1.1.13-6.20130524git8f677eaea.el6.i686.rpm) = 28808
+SHA256 (rpm/i686/centos/6.5/libXdamage-1.1.3-4.el6.i686.rpm) = 6f933535f383db7f06a3d64cf7f109c955bd72a0cc1d1092fb4c53867c85a022
+SIZE (rpm/i686/centos/6.5/libXdamage-1.1.3-4.el6.i686.rpm) = 18508
+SHA256 (rpm/i686/centos/6.5/libXdmcp-1.1.1-3.el6.i686.rpm) = dd9a0c6ab98e7bf8be6d0f888040cef2d5b8f4538b2ee9ee5a05c2d9ec2a29dd
+SIZE (rpm/i686/centos/6.5/libXdmcp-1.1.1-3.el6.i686.rpm) = 31344
+SHA256 (rpm/i686/centos/6.5/libXevie-1.0.3-4.el6.i686.rpm) = 5fda28a7fb799a081dc197af364a29321d9899be31661e822937d6c3df1d3a4e
+SIZE (rpm/i686/centos/6.5/libXevie-1.0.3-4.el6.i686.rpm) = 16648
+SHA256 (rpm/i686/centos/6.5/libXext-1.3.1-2.el6.i686.rpm) = 4355ef75663bc00f634cf5317424a977f98f2abf7349709637230b17832559ed
+SIZE (rpm/i686/centos/6.5/libXext-1.3.1-2.el6.i686.rpm) = 35048
+SHA256 (rpm/i686/centos/6.5/libXfixes-5.0-3.el6.i686.rpm) = 1a52d7a46536e45d312d4204b9ba0a772106269c8f5d8675a3773993d2520cd8
+SIZE (rpm/i686/centos/6.5/libXfixes-5.0-3.el6.i686.rpm) = 23432
+SHA256 (rpm/i686/centos/6.5/libXfont-1.4.5-2.el6.i686.rpm) = 079bdf94ec6d847a3b836eef2ad1c84e9de94439109474c4afda9fd7008d905d
+SIZE (rpm/i686/centos/6.5/libXfont-1.4.5-2.el6.i686.rpm) = 146964
+SHA256 (rpm/i686/centos/6.5/libXft-2.3.1-2.el6.i686.rpm) = 0918bc59264c32fbe0cd3f9e0761e156b7f14623eb73ae5e46a5539d10ed743c
+SIZE (rpm/i686/centos/6.5/libXft-2.3.1-2.el6.i686.rpm) = 55040
+SHA256 (rpm/i686/centos/6.5/libXi-1.6.1-3.el6.i686.rpm) = aa971f812f3600811f9014ec352d4b49dbbec1f2172ac4cc63d46557079db2fd
+SIZE (rpm/i686/centos/6.5/libXi-1.6.1-3.el6.i686.rpm) = 35344
+SHA256 (rpm/i686/centos/6.5/libXinerama-1.1.2-2.el6.i686.rpm) = 2b130512f8a88053ac0562f561fd834a57a39283cda2149d4a5ceeac598a7707
+SIZE (rpm/i686/centos/6.5/libXinerama-1.1.2-2.el6.i686.rpm) = 20144
+SHA256 (rpm/i686/centos/6.5/libXmu-1.1.1-2.el6.i686.rpm) = 353e63f5da64f3ab88c08f9a97f18db14926aeeda48749edc0e22be40b279fda
+SIZE (rpm/i686/centos/6.5/libXmu-1.1.1-2.el6.i686.rpm) = 67596
+SHA256 (rpm/i686/centos/6.5/libXp-1.0.0-15.1.el6.i686.rpm) = 9539167d2d5cee52b7eda2376c84696a36da04134e5c112d71bb4f6ba875c74b
+SIZE (rpm/i686/centos/6.5/libXp-1.0.0-15.1.el6.i686.rpm) = 22752
+SHA256 (rpm/i686/centos/6.5/libXpm-3.5.10-2.el6.i686.rpm) = 2256f36015d4fd1d69a87f42d5279c5565c5a627320e3604eace595df47d084e
+SIZE (rpm/i686/centos/6.5/libXpm-3.5.10-2.el6.i686.rpm) = 51496
+SHA256 (rpm/i686/centos/6.5/libXrandr-1.4.0-1.el6.i686.rpm) = a091116fc76303a6af80f9cfc9fb9af18aef315580a8271bcf45486ab376e777
+SIZE (rpm/i686/centos/6.5/libXrandr-1.4.0-1.el6.i686.rpm) = 36412
+SHA256 (rpm/i686/centos/6.5/libXrender-0.9.7-2.el6.i686.rpm) = 855782c135956c2548d58ed3ce62f6bd3a11b48c1fb62382358bf96600aa5268
+SIZE (rpm/i686/centos/6.5/libXrender-0.9.7-2.el6.i686.rpm) = 30072
+SHA256 (rpm/i686/centos/6.5/libXres-1.0.6-2.el6.i686.rpm) = bf618c8e10425e84a181d9ac8b3576bae13a1c73eb767d6ba3b27810001a1d00
+SIZE (rpm/i686/centos/6.5/libXres-1.0.6-2.el6.i686.rpm) = 19272
+SHA256 (rpm/i686/centos/6.5/libXt-1.1.3-1.el6.i686.rpm) = 7be22373be516af6182f5efc295aeea86d2eabeba70490daf607264c5065c664
+SIZE (rpm/i686/centos/6.5/libXt-1.1.3-1.el6.i686.rpm) = 183100
+SHA256 (rpm/i686/centos/6.5/libXtst-1.2.1-2.el6.i686.rpm) = 32a9777a908e5b6c7a4f12bda04eeea8a9b096079bbf501ab9d1bb3b21a24ee4
+SIZE (rpm/i686/centos/6.5/libXtst-1.2.1-2.el6.i686.rpm) = 29688
+SHA256 (rpm/i686/centos/6.5/libXv-1.0.7-2.el6.i686.rpm) = 1dd6a32182e1507e24639709843cc8bc4c3b15c8c0e01dc59bd4a3b80abf7dbc
+SIZE (rpm/i686/centos/6.5/libXv-1.0.7-2.el6.i686.rpm) = 24484
+SHA256 (rpm/i686/centos/6.5/libXvMC-1.0.7-2.el6.i686.rpm) = 9f4235c32124b374518414d73088abb12c5426b013ee76bf2bc12a74d65c3c9b
+SIZE (rpm/i686/centos/6.5/libXvMC-1.0.7-2.el6.i686.rpm) = 27176
+SHA256 (rpm/i686/centos/6.5/libXxf86dga-1.1.3-2.el6.i686.rpm) = 13035b420101e3d53c8a1b5f199fcd604035775fbcd0dc0637533d258833c845
+SIZE (rpm/i686/centos/6.5/libXxf86dga-1.1.3-2.el6.i686.rpm) = 25104
+SHA256 (rpm/i686/centos/6.5/libXxf86misc-1.0.3-4.el6.i686.rpm) = b1ff94ead0c50b70d72fe9ac64de8b92721b817b2704127ebad4b59e220a132d
+SIZE (rpm/i686/centos/6.5/libXxf86misc-1.0.3-4.el6.i686.rpm) = 18092
+SHA256 (rpm/i686/centos/6.5/libXxf86vm-1.1.2-2.el6.i686.rpm) = 35d96976308b65edcd01e60aafe770353c1c7ea019afed2374db7f84a969e298
+SIZE (rpm/i686/centos/6.5/libXxf86vm-1.1.2-2.el6.i686.rpm) = 22516
+SHA256 (rpm/i686/centos/6.5/libfontenc-1.0.5-2.el6.i686.rpm) = 7193d101772811e8610d025e58c3631f08552f0151a48c205f6bf32a6edf4d50
+SIZE (rpm/i686/centos/6.5/libfontenc-1.0.5-2.el6.i686.rpm) = 24872
+SHA256 (rpm/i686/centos/6.5/libxcb-1.8.1-1.el6.i686.rpm) = 051d64c8163d22a1b81f4b26c4cb0e675c30aebdd7ea58261314076df4885c05
+SIZE (rpm/i686/centos/6.5/libxcb-1.8.1-1.el6.i686.rpm) = 116976
+SHA256 (rpm/i686/centos/6.5/libxkbfile-1.0.6-1.1.el6.i686.rpm) = 0528b825b81ac13a910acdfbe02df666f4854fb1decf0bace49635d50785f83b
+SIZE (rpm/i686/centos/6.5/libxkbfile-1.0.6-1.1.el6.i686.rpm) = 76364
+SHA256 (rpm/i686/centos/6.5/mesa-libGLw-6.5.1-10.el6.i686.rpm) = d2536b25e5998727f3c327c04269f58624d0a1050a45a9ea8f6f47dd8c16894e
+SIZE (rpm/i686/centos/6.5/mesa-libGLw-6.5.1-10.el6.i686.rpm) = 13756
+SHA256 (rpm/i686/centos/6.5/libICE-1.0.6-1.el6.src.rpm) = 6f9a2ffd65f021bd434ba821a27d1c8c1af4fe0d6fca1fbc4839d4b28a656695
+SIZE (rpm/i686/centos/6.5/libICE-1.0.6-1.el6.src.rpm) = 288561
+SHA256 (rpm/i686/centos/6.5/libSM-1.2.1-2.el6.src.rpm) = a1ccbb68cb9067697819bc462426d4bb7ac90a5d43b3b2937789085a23126129
+SIZE (rpm/i686/centos/6.5/libSM-1.2.1-2.el6.src.rpm) = 344988
+SHA256 (rpm/i686/centos/6.5/libX11-1.5.0-4.el6.src.rpm) = ed81468ed914fe221ea5e92349ea16793616fdb514dc27e707c3f1879c64a8fa
+SIZE (rpm/i686/centos/6.5/libX11-1.5.0-4.el6.src.rpm) = 2337814
+SHA256 (rpm/i686/centos/6.5/libXScrnSaver-1.2.2-2.el6.src.rpm) = 5a3c64b4923ed8958362e34cac7aebe21bde60f1ece0dc7148b25312ed538005
+SIZE (rpm/i686/centos/6.5/libXScrnSaver-1.2.2-2.el6.src.rpm) = 301641
+SHA256 (rpm/i686/centos/6.5/libXau-1.0.6-4.el6.src.rpm) = 67a39ebc411b3b603be404fe6672a812a0f611e4a1305b1d9112804ab37b886c
+SIZE (rpm/i686/centos/6.5/libXau-1.0.6-4.el6.src.rpm) = 272117
+SHA256 (rpm/i686/centos/6.5/libXaw-1.0.11-2.el6.src.rpm) = cb444d2a509c24c7d6d7235b1dad7f5c03b52075f2053340e530764b7b77b26f
+SIZE (rpm/i686/centos/6.5/libXaw-1.0.11-2.el6.src.rpm) = 662266
+SHA256 (rpm/i686/centos/6.5/libXcomposite-0.4.3-4.el6.src.rpm) = 1a281e223004848e7005d547e291b406929e8138bbb42508fc0f56ffdc477746
+SIZE (rpm/i686/centos/6.5/libXcomposite-0.4.3-4.el6.src.rpm) = 256703
+SHA256 (rpm/i686/centos/6.5/libXcursor-1.1.13-6.20130524git8f677eaea.el6.src.rpm) = 46d5159f52f6bdfb6a677b57fa91ca81510eb7f43a5de74ebf92ed0d60cf9ba0
+SIZE (rpm/i686/centos/6.5/libXcursor-1.1.13-6.20130524git8f677eaea.el6.src.rpm) = 178664
+SHA256 (rpm/i686/centos/6.5/libXdamage-1.1.3-4.el6.src.rpm) = 5b074f49ee2711a5ebe248fff09e158503d9f59fdc9fa4a9bdc5ef466d6a539f
+SIZE (rpm/i686/centos/6.5/libXdamage-1.1.3-4.el6.src.rpm) = 258818
+SHA256 (rpm/i686/centos/6.5/libXdmcp-1.1.1-3.el6.src.rpm) = e27c9406b940656b2e490a56c0a490cd9e26b9efbd5f468b6590a07ca4f3d9d6
+SIZE (rpm/i686/centos/6.5/libXdmcp-1.1.1-3.el6.src.rpm) = 323226
+SHA256 (rpm/i686/centos/6.5/libXevie-1.0.3-4.el6.src.rpm) = 1181675421fa9cad3d30bcbe78d0b54f4118aad14380b160ae26b579dadb7abc
+SIZE (rpm/i686/centos/6.5/libXevie-1.0.3-4.el6.src.rpm) = 262650
+SHA256 (rpm/i686/centos/6.5/libXext-1.3.1-2.el6.src.rpm) = ffbc45926a9bf834343bbe8b857337f994ebbe7451098850305b04d9608b4bed
+SIZE (rpm/i686/centos/6.5/libXext-1.3.1-2.el6.src.rpm) = 383986
+SHA256 (rpm/i686/centos/6.5/libXfixes-5.0-3.el6.src.rpm) = 5475af3de0dd17eaa07e7e42696d7486444587320f8558b18182c7f94ec2e03f
+SIZE (rpm/i686/centos/6.5/libXfixes-5.0-3.el6.src.rpm) = 263530
+SHA256 (rpm/i686/centos/6.5/libXfont-1.4.5-2.el6.src.rpm) = 6bd4c9ea02178c5b9992204c3893d8c09f87ea95eaef0f27d6a422c2e784cfab
+SIZE (rpm/i686/centos/6.5/libXfont-1.4.5-2.el6.src.rpm) = 484580
+SHA256 (rpm/i686/centos/6.5/libXft-2.3.1-2.el6.src.rpm) = 27506d7420f2089621cca83513204828eeaeb8a49f1e900f07b11fa2d32cbad0
+SIZE (rpm/i686/centos/6.5/libXft-2.3.1-2.el6.src.rpm) = 321815
+SHA256 (rpm/i686/centos/6.5/libXi-1.6.1-3.el6.src.rpm) = 0e17539d4953d283175beb446618b70013e0abf34878d4cfaad2724d367b516a
+SIZE (rpm/i686/centos/6.5/libXi-1.6.1-3.el6.src.rpm) = 440806
+SHA256 (rpm/i686/centos/6.5/libXinerama-1.1.2-2.el6.src.rpm) = 73b45a7fbfb204f353da1cce32e8aff7b1c19fe6d62acd9b8416d60b266b6478
+SIZE (rpm/i686/centos/6.5/libXinerama-1.1.2-2.el6.src.rpm) = 289188
+SHA256 (rpm/i686/centos/6.5/libXmu-1.1.1-2.el6.src.rpm) = 9272665cd59f3e5d457cfed604fa0b1f78fc02f4a6e10210f29927a7bb307b25
+SIZE (rpm/i686/centos/6.5/libXmu-1.1.1-2.el6.src.rpm) = 394966
+SHA256 (rpm/i686/centos/6.5/libXp-1.0.0-15.1.el6.src.rpm) = c1795cdc68279d2093a8bb22cf227cda62c044dd9ef9dfd7b0c56ec53047278d
+SIZE (rpm/i686/centos/6.5/libXp-1.0.0-15.1.el6.src.rpm) = 265898
+SHA256 (rpm/i686/centos/6.5/libXpm-3.5.10-2.el6.src.rpm) = 7858749af63405616c76fe82e11d6f961514304fef22532303a828a26b169bc7
+SIZE (rpm/i686/centos/6.5/libXpm-3.5.10-2.el6.src.rpm) = 441985
+SHA256 (rpm/i686/centos/6.5/libXrandr-1.4.0-1.el6.src.rpm) = 6e589312f2e3d9c7d686040a6479bdef3a3571bcf952a524170b3b36667f5e76
+SIZE (rpm/i686/centos/6.5/libXrandr-1.4.0-1.el6.src.rpm) = 317618
+SHA256 (rpm/i686/centos/6.5/libXrender-0.9.7-2.el6.src.rpm) = 63f28116f3365850a6a7887527837d6aea3705df7729dbcf7453427b0e36cc53
+SIZE (rpm/i686/centos/6.5/libXrender-0.9.7-2.el6.src.rpm) = 290843
+SHA256 (rpm/i686/centos/6.5/libXres-1.0.6-2.el6.src.rpm) = efd3c9f66ce82956a78ffa8fab5b5156d47d6e9eed0f2179aa0f399740897f5b
+SIZE (rpm/i686/centos/6.5/libXres-1.0.6-2.el6.src.rpm) = 291646
+SHA256 (rpm/i686/centos/6.5/libXt-1.1.3-1.el6.src.rpm) = 12ed2d4592e57026928bd17992032f323088e19b76ecbcf5533654bfb97643b2
+SIZE (rpm/i686/centos/6.5/libXt-1.1.3-1.el6.src.rpm) = 747871
+SHA256 (rpm/i686/centos/6.5/libXtst-1.2.1-2.el6.src.rpm) = 03819707af951c419e1ff744f5a63bf657fd25df9f42f4b56d15beba2204560a
+SIZE (rpm/i686/centos/6.5/libXtst-1.2.1-2.el6.src.rpm) = 323134
+SHA256 (rpm/i686/centos/6.5/libXv-1.0.7-2.el6.src.rpm) = e5b4d4a2f1cbbb28d4cac13d4bd81f5070c83651cde60d972bb8bca7ae16ed89
+SIZE (rpm/i686/centos/6.5/libXv-1.0.7-2.el6.src.rpm) = 295164
+SHA256 (rpm/i686/centos/6.5/libXvMC-1.0.7-2.el6.src.rpm) = 1bad4870e35e43f48aec2739177843305400b548dd99d06c4ed4270a40bd8971
+SIZE (rpm/i686/centos/6.5/libXvMC-1.0.7-2.el6.src.rpm) = 309831
+SHA256 (rpm/i686/centos/6.5/libXxf86dga-1.1.3-2.el6.src.rpm) = b3c4adbff3e84c46019c8eaadbc1a8063c4beb9fc5944c1f2eff13844a97858f
+SIZE (rpm/i686/centos/6.5/libXxf86dga-1.1.3-2.el6.src.rpm) = 300058
+SHA256 (rpm/i686/centos/6.5/libXxf86misc-1.0.3-4.el6.src.rpm) = a7d60854dd5ae2ea846afc16b98d57a7c55683f0d9c1f1f7f3bd66f199d3e477
+SIZE (rpm/i686/centos/6.5/libXxf86misc-1.0.3-4.el6.src.rpm) = 265223
+SHA256 (rpm/i686/centos/6.5/libXxf86vm-1.1.2-2.el6.src.rpm) = 53dfb875e52848f7765c24c1cbe0b44ee83fc7a71c5126f9fa8a7a998241f166
+SIZE (rpm/i686/centos/6.5/libXxf86vm-1.1.2-2.el6.src.rpm) = 294385
+SHA256 (rpm/i686/centos/6.5/libfontenc-1.0.5-2.el6.src.rpm) = b59e72c9036647cc81465f8a7080dcd14f7e0b862bbe7324f253418f3c10c581
+SIZE (rpm/i686/centos/6.5/libfontenc-1.0.5-2.el6.src.rpm) = 261431
+SHA256 (rpm/i686/centos/6.5/libxcb-1.8.1-1.el6.src.rpm) = 3ae38bcaef31dfa6e5af02a0dbf06ce3c6f294f644e08b7e1880621d92a68e12
+SIZE (rpm/i686/centos/6.5/libxcb-1.8.1-1.el6.src.rpm) = 653172
+SHA256 (rpm/i686/centos/6.5/libxkbfile-1.0.6-1.1.el6.src.rpm) = 555d3e4920aa3ff5eab1a82b360d601719628d79875288f76b519b72241b543a
+SIZE (rpm/i686/centos/6.5/libxkbfile-1.0.6-1.1.el6.src.rpm) = 294724
+SHA256 (rpm/i686/centos/6.5/mesa-libGLw-6.5.1-10.el6.src.rpm) = 994c1bbdd8a3274d56d5acab0e7409d1a4b831c74b25ddfbb3663a6453206ddc
+SIZE (rpm/i686/centos/6.5/mesa-libGLw-6.5.1-10.el6.src.rpm) = 3131976
diff --git a/x11/linux-c6-xorg-libs/done b/x11/linux-c6-xorg-libs/done
new file mode 100644
index 0000000..e69de29
diff --git a/x11/linux-c6-xorg-libs/pkg-descr b/x11/linux-c6-xorg-libs/pkg-descr
new file mode 100644
index 0000000..8c371cf
--- /dev/null
+++ b/x11/linux-c6-xorg-libs/pkg-descr
@@ -0,0 +1,5 @@
+This is a Linux/i386 binary port of the libraries from X.Org:
+"The X.Org Foundation provides an open source implementation
+of the X Window System."
+
+WWW: http://x.org
diff --git a/x11/linux-c6-xorg-libs/pkg-plist b/x11/linux-c6-xorg-libs/pkg-plist
new file mode 100644
index 0000000..bd997a6
--- /dev/null
+++ b/x11/linux-c6-xorg-libs/pkg-plist
@@ -0,0 +1,252 @@
+@comment file listing
+usr/lib/libGLw.so.1
+usr/lib/libGLw.so.1.0.0
+usr/lib/libICE.so.6
+usr/lib/libICE.so.6.3.0
+usr/lib/libSM.so.6
+usr/lib/libSM.so.6.0.1
+usr/lib/libX11-xcb.so.1
+usr/lib/libX11-xcb.so.1.0.0
+usr/lib/libX11.so.6
+usr/lib/libX11.so.6.3.0
+usr/lib/libXRes.so.1
+usr/lib/libXRes.so.1.0.0
+usr/lib/libXau.so.6
+usr/lib/libXau.so.6.0.0
+usr/lib/libXaw.so.7
+usr/lib/libXaw7.so.7
+usr/lib/libXaw7.so.7.0.0
+usr/lib/libXcomposite.so.1
+usr/lib/libXcomposite.so.1.0.0
+usr/lib/libXcursor.so.1
+usr/lib/libXcursor.so.1.0.2
+usr/lib/libXdamage.so.1
+usr/lib/libXdamage.so.1.1.0
+usr/lib/libXdmcp.so.6
+usr/lib/libXdmcp.so.6.0.0
+usr/lib/libXevie.so.1
+usr/lib/libXevie.so.1.0.0
+usr/lib/libXext.so.6
+usr/lib/libXext.so.6.4.0
+usr/lib/libXfixes.so.3
+usr/lib/libXfixes.so.3.1.0
+usr/lib/libXft.so.2
+usr/lib/libXft.so.2.3.1 
+usr/lib/libXfont.so.1
+usr/lib/libXfont.so.1.4.1
+usr/lib/libXi.so.6
+usr/lib/libXi.so.6.1.0
+usr/lib/libXinerama.so.1
+usr/lib/libXinerama.so.1.0.0
+usr/lib/libXmu.so.6
+usr/lib/libXmu.so.6.2.0
+usr/lib/libXmuu.so.1
+usr/lib/libXmuu.so.1.0.0
+usr/lib/libXp.so.6
+usr/lib/libXp.so.6.2.0
+usr/lib/libXpm.so.4
+usr/lib/libXpm.so.4.11.0
+usr/lib/libXrandr.so.2
+usr/lib/libXrandr.so.2.2.0
+usr/lib/libXrender.so.1
+usr/lib/libXrender.so.1.3.0
+usr/lib/libXss.so.1
+usr/lib/libXss.so.1.0.0
+usr/lib/libXt.so.6
+usr/lib/libXt.so.6.0.0
+usr/lib/libXtst.so.6
+usr/lib/libXtst.so.6.1.0
+usr/lib/libXv.so.1
+usr/lib/libXv.so.1.0.0
+usr/lib/libXvMC.so.1
+usr/lib/libXvMC.so.1.0.0
+usr/lib/libXvMCW.so.1
+usr/lib/libXvMCW.so.1.0.0
+usr/lib/libXxf86dga.so.1
+usr/lib/libXxf86dga.so.1.0.0
+usr/lib/libXxf86misc.so.1
+usr/lib/libXxf86misc.so.1.1.0
+usr/lib/libXxf86vm.so.1
+usr/lib/libXxf86vm.so.1.0.0
+usr/lib/libfontenc.so.1
+usr/lib/libfontenc.so.1.0.0
+usr/lib/libxcb-composite.so.0
+usr/lib/libxcb-composite.so.0.0.0
+usr/lib/libxcb-damage.so.0
+usr/lib/libxcb-damage.so.0.0.0
+usr/lib/libxcb-dpms.so.0
+usr/lib/libxcb-dpms.so.0.0.0
+usr/lib/libxcb-dri2.so.0
+usr/lib/libxcb-dri2.so.0.0.0
+usr/lib/libxcb-glx.so.0
+usr/lib/libxcb-glx.so.0.0.0
+usr/lib/libxcb-randr.so.0
+usr/lib/libxcb-randr.so.0.1.0
+usr/lib/libxcb-record.so.0
+usr/lib/libxcb-record.so.0.0.0
+usr/lib/libxcb-render.so.0
+usr/lib/libxcb-render.so.0.0.0
+usr/lib/libxcb-res.so.0
+usr/lib/libxcb-res.so.0.0.0
+usr/lib/libxcb-screensaver.so.0
+usr/lib/libxcb-screensaver.so.0.0.0
+usr/lib/libxcb-shape.so.0
+usr/lib/libxcb-shape.so.0.0.0
+usr/lib/libxcb-shm.so.0
+usr/lib/libxcb-shm.so.0.0.0
+usr/lib/libxcb-sync.so.0
+usr/lib/libxcb-sync.so.0.0.0
+usr/lib/libxcb-xevie.so.0
+usr/lib/libxcb-xevie.so.0.0.0
+usr/lib/libxcb-xf86dri.so.0
+usr/lib/libxcb-xf86dri.so.0.0.0
+usr/lib/libxcb-xfixes.so.0
+usr/lib/libxcb-xfixes.so.0.0.0
+usr/lib/libxcb-xinerama.so.0
+usr/lib/libxcb-xinerama.so.0.0.0
+usr/lib/libxcb-xselinux.so.0
+usr/lib/libxcb-xselinux.so.0.0.0
+usr/lib/libxcb-xtest.so.0
+usr/lib/libxcb-xtest.so.0.0.0
+usr/lib/libxcb-xv.so.0
+usr/lib/libxcb-xv.so.0.0.0
+usr/lib/libxcb-xvmc.so.0
+usr/lib/libxcb-xvmc.so.0.0.0
+usr/lib/libxcb.so.1
+usr/lib/libxcb.so.1.1.0
+usr/lib/libxkbfile.so.1
+usr/lib/libxkbfile.so.1.0.2
+usr/share/doc/libICE-1.0.6/AUTHORS
+usr/share/doc/libICE-1.0.6/COPYING
+usr/share/doc/libICE-1.0.6/ChangeLog
+usr/share/doc/libSM-1.2.1/AUTHORS
+usr/share/doc/libSM-1.2.1/COPYING
+usr/share/doc/libSM-1.2.1/ChangeLog
+usr/share/doc/libXScrnSaver-1.2.2/COPYING
+usr/share/doc/libXScrnSaver-1.2.2/ChangeLog
+usr/share/doc/libXScrnSaver-1.2.2/README
+usr/share/doc/libXau-1.0.6/AUTHORS
+usr/share/doc/libXau-1.0.6/COPYING
+usr/share/doc/libXau-1.0.6/ChangeLog
+usr/share/doc/libXau-1.0.6/README
+usr/share/doc/libXaw-1.0.11/COPYING
+usr/share/doc/libXaw-1.0.11/ChangeLog
+usr/share/doc/libXaw-1.0.11/README
+usr/share/doc/libXcomposite-0.4.3/AUTHORS
+usr/share/doc/libXcomposite-0.4.3/COPYING
+usr/share/doc/libXcomposite-0.4.3/ChangeLog
+usr/share/doc/libXcomposite-0.4.3/README
+usr/share/doc/libXcursor-1.1.13/AUTHORS
+usr/share/doc/libXcursor-1.1.13/COPYING
+usr/share/doc/libXcursor-1.1.13/README
+usr/share/doc/libXdamage-1.1.3/AUTHORS
+usr/share/doc/libXdamage-1.1.3/COPYING
+usr/share/doc/libXdamage-1.1.3/ChangeLog
+usr/share/doc/libXdamage-1.1.3/README
+usr/share/doc/libXdmcp-1.1.1/AUTHORS
+usr/share/doc/libXdmcp-1.1.1/COPYING
+usr/share/doc/libXdmcp-1.1.1/ChangeLog
+usr/share/doc/libXdmcp-1.1.1/Wraphelp.README.crypto
+usr/share/doc/libXevie-1.0.3/AUTHORS
+usr/share/doc/libXevie-1.0.3/COPYING
+usr/share/doc/libXevie-1.0.3/ChangeLog
+usr/share/doc/libXext-1.3.1/AUTHORS
+usr/share/doc/libXext-1.3.1/COPYING
+usr/share/doc/libXfixes-5.0/AUTHORS
+usr/share/doc/libXfixes-5.0/COPYING
+usr/share/doc/libXfixes-5.0/ChangeLog
+usr/share/doc/libXfixes-5.0/README
+usr/share/doc/libXfont-1.4.5/AUTHORS
+usr/share/doc/libXfont-1.4.5/COPYING
+usr/share/doc/libXfont-1.4.5/ChangeLog
+usr/share/doc/libXft-2.3.1/AUTHORS
+usr/share/doc/libXft-2.3.1/COPYING
+usr/share/doc/libXft-2.3.1/ChangeLog
+usr/share/doc/libXft-2.3.1/README
+usr/share/doc/libXi-1.6.1/COPYING
+usr/share/doc/libXinerama-1.1.2/COPYING
+usr/share/doc/libXinerama-1.1.2/ChangeLog
+usr/share/doc/libXmu-1.1.1/COPYING
+usr/share/doc/libXmu-1.1.1/ChangeLog
+usr/share/doc/libXmu-1.1.1/README
+usr/share/doc/libXp-1.0.0/AUTHORS
+usr/share/doc/libXp-1.0.0/COPYING
+usr/share/doc/libXp-1.0.0/ChangeLog
+usr/share/doc/libXp-1.0.0/INSTALL
+usr/share/doc/libXpm-3.5.10/AUTHORS
+usr/share/doc/libXpm-3.5.10/COPYING
+usr/share/doc/libXpm-3.5.10/ChangeLog
+usr/share/doc/libXrandr-1.4.0/AUTHORS
+usr/share/doc/libXrandr-1.4.0/COPYING
+usr/share/doc/libXrandr-1.4.0/ChangeLog
+usr/share/doc/libXrender-0.9.7/AUTHORS
+usr/share/doc/libXrender-0.9.7/COPYING
+usr/share/doc/libXrender-0.9.7/ChangeLog
+usr/share/doc/libXres-1.0.6/AUTHORS
+usr/share/doc/libXres-1.0.6/COPYING
+usr/share/doc/libXres-1.0.6/ChangeLog
+usr/share/doc/libXt-1.1.3/COPYING
+usr/share/doc/libXt-1.1.3/ChangeLog
+usr/share/doc/libXtst-1.2.1/COPYING
+usr/share/doc/libXtst-1.2.1/ChangeLog
+usr/share/doc/libXv-1.0.7/AUTHORS
+usr/share/doc/libXv-1.0.7/COPYING
+usr/share/doc/libXv-1.0.7/ChangeLog
+usr/share/doc/libXvMC-1.0.7/COPYING
+usr/share/doc/libXvMC-1.0.7/ChangeLog
+usr/share/doc/libXvMC-1.0.7/README
+usr/share/doc/libXxf86dga-1.1.3/COPYING
+usr/share/doc/libXxf86dga-1.1.3/README
+usr/share/doc/libXxf86dga-1.1.3/ChangeLog
+usr/share/doc/libXxf86misc-1.0.3/COPYING
+usr/share/doc/libXxf86misc-1.0.3/README
+usr/share/doc/libXxf86misc-1.0.3/ChangeLog
+usr/share/doc/libXxf86vm-1.1.2/COPYING
+usr/share/doc/libXxf86vm-1.1.2/README
+usr/share/doc/libXxf86vm-1.1.2/ChangeLog
+usr/share/doc/libfontenc-1.0.5/AUTHORS
+usr/share/doc/libfontenc-1.0.5/COPYING
+usr/share/doc/libfontenc-1.0.5/ChangeLog
+usr/share/doc/libfontenc-1.0.5/README
+usr/share/doc/libxkbfile-1.0.6/COPYING
+usr/share/doc/libxkbfile-1.0.6/ChangeLog
+usr/share/doc/mesa-libGLw-6.5.1/README
+usr/share/icons/default/index.theme
+@comment deal with empty directories installed by the port
+@exec /bin/mkdir -p %D/usr/share/X11/app-defaults
+@dirrmtry usr/share/X11/app-defaults
+@comment non-empty directory listing in revers order
+@dirrm usr/share/X11
+@dirrm usr/share/icons/default
+@dirrm usr/share/doc/libICE-1.0.6
+@dirrm usr/share/doc/libSM-1.2.1
+@dirrm usr/share/doc/libXScrnSaver-1.2.2
+@dirrm usr/share/doc/libXau-1.0.6
+@dirrm usr/share/doc/libXaw-1.0.11
+@dirrm usr/share/doc/libXcomposite-0.4.3
+@dirrm usr/share/doc/libXcursor-1.1.13
+@dirrm usr/share/doc/libXdamage-1.1.3
+@dirrm usr/share/doc/libXdmcp-1.1.1
+@dirrm usr/share/doc/libXevie-1.0.3
+@dirrm usr/share/doc/libXext-1.3.1
+@dirrm usr/share/doc/libXfixes-5.0
+@dirrm usr/share/doc/libXfont-1.4.5
+@dirrm usr/share/doc/libXft-2.3.1
+@dirrm usr/share/doc/libXi-1.6.1
+@dirrm usr/share/doc/libXinerama-1.1.2
+@dirrm usr/share/doc/libXmu-1.1.1
+@dirrm usr/share/doc/libXp-1.0.0
+@dirrm usr/share/doc/libXpm-3.5.10
+@dirrm usr/share/doc/libXrandr-1.4.0
+@dirrm usr/share/doc/libXrender-0.9.7
+@dirrm usr/share/doc/libXres-1.0.6
+@dirrm usr/share/doc/libXt-1.1.3
+@dirrm usr/share/doc/libXtst-1.2.1
+@dirrm usr/share/doc/libXv-1.0.7
+@dirrm usr/share/doc/libXvMC-1.0.7
+@dirrm usr/share/doc/libXxf86dga-1.1.3
+@dirrm usr/share/doc/libXxf86misc-1.0.3
+@dirrm usr/share/doc/libXxf86vm-1.1.2
+@dirrm usr/share/doc/libfontenc-1.0.5
+@dirrm usr/share/doc/libxkbfile-1.0.6
+@dirrm usr/share/doc/mesa-libGLw-6.5.1
diff --git a/x11/linux-c6-xorg-libs/pkg-plist1 b/x11/linux-c6-xorg-libs/pkg-plist1
new file mode 100644
index 0000000..6f34d73
--- /dev/null
+++ b/x11/linux-c6-xorg-libs/pkg-plist1
@@ -0,0 +1,520 @@
+@comment file listing
+usr/lib/libFS.so.6
+usr/lib/libFS.so.6.0.0
+usr/lib/libGLw.so.1
+usr/lib/libGLw.so.1.0.0
+usr/lib/libICE.so.6
+usr/lib/libICE.so.6.3.0
+usr/lib/libSM.so.6
+usr/lib/libSM.so.6.0.0
+usr/lib/libX11-xcb.so.1
+usr/lib/libX11-xcb.so.1.0.0
+usr/lib/libX11.so.6
+usr/lib/libX11.so.6.2.0
+usr/lib/libXRes.so.1
+usr/lib/libXRes.so.1.0.0
+usr/lib/libXTrap.so.6
+usr/lib/libXTrap.so.6.4.0
+usr/lib/libXau.so.6
+usr/lib/libXau.so.6.0.0
+usr/lib/libXaw.so.7
+usr/lib/libXaw7.so.7
+usr/lib/libXaw7.so.7.0.0
+usr/lib/libXcomposite.so.1
+usr/lib/libXcomposite.so.1.0.0
+usr/lib/libXcursor.so.1
+usr/lib/libXcursor.so.1.0.2
+usr/lib/libXdamage.so.1
+usr/lib/libXdamage.so.1.1.0
+usr/lib/libXdmcp.so.6
+usr/lib/libXdmcp.so.6.0.0
+usr/lib/libXevie.so.1
+usr/lib/libXevie.so.1.0.0
+usr/lib/libXext.so.6
+usr/lib/libXext.so.6.4.0
+usr/lib/libXfixes.so.3
+usr/lib/libXfixes.so.3.1.0
+usr/lib/libXfont.so.1
+usr/lib/libXfont.so.1.4.1
+usr/lib/libXft.so.2
+usr/lib/libXft.so.2.1.13
+usr/lib/libXi.so.6
+usr/lib/libXi.so.6.0.0
+usr/lib/libXinerama.so.1
+usr/lib/libXinerama.so.1.0.0
+usr/lib/libXmu.so.6
+usr/lib/libXmu.so.6.2.0
+usr/lib/libXmuu.so.1
+usr/lib/libXmuu.so.1.0.0
+usr/lib/libXp.so.6
+usr/lib/libXp.so.6.2.0
+usr/lib/libXpm.so.4
+usr/lib/libXpm.so.4.11.0
+usr/lib/libXrandr.so.2
+usr/lib/libXrandr.so.2.1.0
+usr/lib/libXrender.so.1
+usr/lib/libXrender.so.1.3.0
+usr/lib/libXss.so.1
+usr/lib/libXss.so.1.0.0
+usr/lib/libXt.so.6
+usr/lib/libXt.so.6.0.0
+usr/lib/libXtst.so.6
+usr/lib/libXtst.so.6.1.0
+usr/lib/libXv.so.1
+usr/lib/libXv.so.1.0.0
+usr/lib/libXvMC.so.1
+usr/lib/libXvMC.so.1.0.0
+usr/lib/libXvMCW.so.1
+usr/lib/libXvMCW.so.1.0.0
+usr/lib/libXxf86dga.so.1
+usr/lib/libXxf86dga.so.1.0.0
+usr/lib/libXxf86misc.so.1
+usr/lib/libXxf86misc.so.1.1.0
+usr/lib/libXxf86vm.so.1
+usr/lib/libXxf86vm.so.1.0.0
+usr/lib/libfontenc.so.1
+usr/lib/libfontenc.so.1.0.0
+usr/lib/libxcb-composite.so.0
+usr/lib/libxcb-composite.so.0.0.0
+usr/lib/libxcb-damage.so.0
+usr/lib/libxcb-damage.so.0.0.0
+usr/lib/libxcb-dpms.so.0
+usr/lib/libxcb-dpms.so.0.0.0
+usr/lib/libxcb-glx.so.0
+usr/lib/libxcb-glx.so.0.0.0
+usr/lib/libxcb-randr.so.0
+usr/lib/libxcb-randr.so.0.0.0
+usr/lib/libxcb-record.so.0
+usr/lib/libxcb-record.so.0.0.0
+usr/lib/libxcb-render.so.0
+usr/lib/libxcb-render.so.0.0.0
+usr/lib/libxcb-res.so.0
+usr/lib/libxcb-res.so.0.0.0
+usr/lib/libxcb-screensaver.so.0
+usr/lib/libxcb-screensaver.so.0.0.0
+usr/lib/libxcb-shape.so.0
+usr/lib/libxcb-shape.so.0.0.0
+usr/lib/libxcb-shm.so.0
+usr/lib/libxcb-shm.so.0.0.0
+usr/lib/libxcb-sync.so.0
+usr/lib/libxcb-sync.so.0.0.0
+usr/lib/libxcb-xevie.so.0
+usr/lib/libxcb-xevie.so.0.0.0
+usr/lib/libxcb-xf86dri.so.0
+usr/lib/libxcb-xf86dri.so.0.0.0
+usr/lib/libxcb-xfixes.so.0
+usr/lib/libxcb-xfixes.so.0.0.0
+usr/lib/libxcb-xinerama.so.0
+usr/lib/libxcb-xinerama.so.0.0.0
+usr/lib/libxcb-xlib.so.0
+usr/lib/libxcb-xlib.so.0.0.0
+usr/lib/libxcb-xprint.so.0
+usr/lib/libxcb-xprint.so.0.0.0
+usr/lib/libxcb-xtest.so.0
+usr/lib/libxcb-xtest.so.0.0.0
+usr/lib/libxcb-xv.so.0
+usr/lib/libxcb-xv.so.0.0.0
+usr/lib/libxcb-xvmc.so.0
+usr/lib/libxcb-xvmc.so.0.0.0
+usr/lib/libxcb.so.1
+usr/lib/libxcb.so.1.0.0
+usr/lib/libxkbfile.so.1
+usr/lib/libxkbfile.so.1.0.2
+usr/share/X11/XErrorDB
+usr/share/X11/XKeysymDB
+usr/share/X11/locale/C/Compose
+usr/share/X11/locale/C/XI18N_OBJS
+usr/share/X11/locale/C/XLC_LOCALE
+usr/share/X11/locale/am_ET.UTF-8/Compose
+usr/share/X11/locale/am_ET.UTF-8/XI18N_OBJS
+usr/share/X11/locale/am_ET.UTF-8/XLC_LOCALE
+usr/share/X11/locale/armscii-8/Compose
+usr/share/X11/locale/armscii-8/XI18N_OBJS
+usr/share/X11/locale/armscii-8/XLC_LOCALE
+usr/share/X11/locale/compose.dir
+usr/share/X11/locale/el_GR.UTF-8/Compose
+usr/share/X11/locale/el_GR.UTF-8/XI18N_OBJS
+usr/share/X11/locale/el_GR.UTF-8/XLC_LOCALE
+usr/share/X11/locale/en_US.UTF-8/Compose
+usr/share/X11/locale/en_US.UTF-8/XI18N_OBJS
+usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE
+usr/share/X11/locale/georgian-academy/Compose
+usr/share/X11/locale/georgian-academy/XI18N_OBJS
+usr/share/X11/locale/georgian-academy/XLC_LOCALE
+usr/share/X11/locale/georgian-ps/Compose
+usr/share/X11/locale/georgian-ps/XI18N_OBJS
+usr/share/X11/locale/georgian-ps/XLC_LOCALE
+usr/share/X11/locale/ibm-cp1133/Compose
+usr/share/X11/locale/ibm-cp1133/XI18N_OBJS
+usr/share/X11/locale/ibm-cp1133/XLC_LOCALE
+usr/share/X11/locale/iscii-dev/Compose
+usr/share/X11/locale/iscii-dev/XI18N_OBJS
+usr/share/X11/locale/iscii-dev/XLC_LOCALE
+usr/share/X11/locale/isiri-3342/Compose
+usr/share/X11/locale/isiri-3342/XI18N_OBJS
+usr/share/X11/locale/isiri-3342/XLC_LOCALE
+usr/share/X11/locale/iso8859-1/Compose
+usr/share/X11/locale/iso8859-1/XI18N_OBJS
+usr/share/X11/locale/iso8859-1/XLC_LOCALE
+usr/share/X11/locale/iso8859-10/Compose
+usr/share/X11/locale/iso8859-10/XI18N_OBJS
+usr/share/X11/locale/iso8859-10/XLC_LOCALE
+usr/share/X11/locale/iso8859-11/Compose
+usr/share/X11/locale/iso8859-11/XI18N_OBJS
+usr/share/X11/locale/iso8859-11/XLC_LOCALE
+usr/share/X11/locale/iso8859-13/Compose
+usr/share/X11/locale/iso8859-13/XI18N_OBJS
+usr/share/X11/locale/iso8859-13/XLC_LOCALE
+usr/share/X11/locale/iso8859-14/Compose
+usr/share/X11/locale/iso8859-14/XI18N_OBJS
+usr/share/X11/locale/iso8859-14/XLC_LOCALE
+usr/share/X11/locale/iso8859-15/Compose
+usr/share/X11/locale/iso8859-15/XI18N_OBJS
+usr/share/X11/locale/iso8859-15/XLC_LOCALE
+usr/share/X11/locale/iso8859-2/Compose
+usr/share/X11/locale/iso8859-2/XI18N_OBJS
+usr/share/X11/locale/iso8859-2/XLC_LOCALE
+usr/share/X11/locale/iso8859-3/Compose
+usr/share/X11/locale/iso8859-3/XI18N_OBJS
+usr/share/X11/locale/iso8859-3/XLC_LOCALE
+usr/share/X11/locale/iso8859-4/Compose
+usr/share/X11/locale/iso8859-4/XI18N_OBJS
+usr/share/X11/locale/iso8859-4/XLC_LOCALE
+usr/share/X11/locale/iso8859-5/Compose
+usr/share/X11/locale/iso8859-5/XI18N_OBJS
+usr/share/X11/locale/iso8859-5/XLC_LOCALE
+usr/share/X11/locale/iso8859-6/Compose
+usr/share/X11/locale/iso8859-6/XI18N_OBJS
+usr/share/X11/locale/iso8859-6/XLC_LOCALE
+usr/share/X11/locale/iso8859-7/Compose
+usr/share/X11/locale/iso8859-7/XI18N_OBJS
+usr/share/X11/locale/iso8859-7/XLC_LOCALE
+usr/share/X11/locale/iso8859-8/Compose
+usr/share/X11/locale/iso8859-8/XI18N_OBJS
+usr/share/X11/locale/iso8859-8/XLC_LOCALE
+usr/share/X11/locale/iso8859-9/Compose
+usr/share/X11/locale/iso8859-9/XI18N_OBJS
+usr/share/X11/locale/iso8859-9/XLC_LOCALE
+usr/share/X11/locale/iso8859-9e/Compose
+usr/share/X11/locale/iso8859-9e/XI18N_OBJS
+usr/share/X11/locale/iso8859-9e/XLC_LOCALE
+usr/share/X11/locale/ja.JIS/Compose
+usr/share/X11/locale/ja.JIS/XI18N_OBJS
+usr/share/X11/locale/ja.JIS/XLC_LOCALE
+usr/share/X11/locale/ja.S90/Compose
+usr/share/X11/locale/ja.S90/XI18N_OBJS
+usr/share/X11/locale/ja.S90/XLC_LOCALE
+usr/share/X11/locale/ja.SJIS/Compose
+usr/share/X11/locale/ja.SJIS/XI18N_OBJS
+usr/share/X11/locale/ja.SJIS/XLC_LOCALE
+usr/share/X11/locale/ja.U90/Compose
+usr/share/X11/locale/ja.U90/XI18N_OBJS
+usr/share/X11/locale/ja.U90/XLC_LOCALE
+usr/share/X11/locale/ja/Compose
+usr/share/X11/locale/ja/XI18N_OBJS
+usr/share/X11/locale/ja/XLC_LOCALE
+usr/share/X11/locale/ja_JP.UTF-8/Compose
+usr/share/X11/locale/ja_JP.UTF-8/XI18N_OBJS
+usr/share/X11/locale/ja_JP.UTF-8/XLC_LOCALE
+usr/share/X11/locale/ko/Compose
+usr/share/X11/locale/ko/XI18N_OBJS
+usr/share/X11/locale/ko/XLC_LOCALE
+usr/share/X11/locale/ko_KR.UTF-8/Compose
+usr/share/X11/locale/ko_KR.UTF-8/XI18N_OBJS
+usr/share/X11/locale/ko_KR.UTF-8/XLC_LOCALE
+usr/share/X11/locale/koi8-c/Compose
+usr/share/X11/locale/koi8-c/XI18N_OBJS
+usr/share/X11/locale/koi8-c/XLC_LOCALE
+usr/share/X11/locale/koi8-r/Compose
+usr/share/X11/locale/koi8-r/XI18N_OBJS
+usr/share/X11/locale/koi8-r/XLC_LOCALE
+usr/share/X11/locale/koi8-u/Compose
+usr/share/X11/locale/koi8-u/XI18N_OBJS
+usr/share/X11/locale/koi8-u/XLC_LOCALE
+usr/share/X11/locale/locale.alias
+usr/share/X11/locale/locale.dir
+usr/share/X11/locale/microsoft-cp1251/Compose
+usr/share/X11/locale/microsoft-cp1251/XI18N_OBJS
+usr/share/X11/locale/microsoft-cp1251/XLC_LOCALE
+usr/share/X11/locale/microsoft-cp1255/Compose
+usr/share/X11/locale/microsoft-cp1255/XI18N_OBJS
+usr/share/X11/locale/microsoft-cp1255/XLC_LOCALE
+usr/share/X11/locale/microsoft-cp1256/Compose
+usr/share/X11/locale/microsoft-cp1256/XI18N_OBJS
+usr/share/X11/locale/microsoft-cp1256/XLC_LOCALE
+usr/share/X11/locale/mulelao-1/Compose
+usr/share/X11/locale/mulelao-1/XI18N_OBJS
+usr/share/X11/locale/mulelao-1/XLC_LOCALE
+usr/share/X11/locale/nokhchi-1/Compose
+usr/share/X11/locale/nokhchi-1/XI18N_OBJS
+usr/share/X11/locale/nokhchi-1/XLC_LOCALE
+usr/share/X11/locale/pt_BR.UTF-8/Compose
+usr/share/X11/locale/pt_BR.UTF-8/XI18N_OBJS
+usr/share/X11/locale/pt_BR.UTF-8/XLC_LOCALE
+usr/share/X11/locale/tatar-cyr/Compose
+usr/share/X11/locale/tatar-cyr/XI18N_OBJS
+usr/share/X11/locale/tatar-cyr/XLC_LOCALE
+usr/share/X11/locale/th_TH.UTF-8/Compose
+usr/share/X11/locale/th_TH.UTF-8/XI18N_OBJS
+usr/share/X11/locale/th_TH.UTF-8/XLC_LOCALE
+usr/share/X11/locale/th_TH/Compose
+usr/share/X11/locale/th_TH/XI18N_OBJS
+usr/share/X11/locale/th_TH/XLC_LOCALE
+usr/share/X11/locale/tscii-0/Compose
+usr/share/X11/locale/tscii-0/XI18N_OBJS
+usr/share/X11/locale/tscii-0/XLC_LOCALE
+usr/share/X11/locale/vi_VN.tcvn/Compose
+usr/share/X11/locale/vi_VN.tcvn/XI18N_OBJS
+usr/share/X11/locale/vi_VN.tcvn/XLC_LOCALE
+usr/share/X11/locale/vi_VN.viscii/Compose
+usr/share/X11/locale/vi_VN.viscii/XI18N_OBJS
+usr/share/X11/locale/vi_VN.viscii/XLC_LOCALE
+usr/share/X11/locale/zh_CN.UTF-8/Compose
+usr/share/X11/locale/zh_CN.UTF-8/XI18N_OBJS
+usr/share/X11/locale/zh_CN.UTF-8/XLC_LOCALE
+usr/share/X11/locale/zh_CN.gb18030/Compose
+usr/share/X11/locale/zh_CN.gb18030/XI18N_OBJS
+usr/share/X11/locale/zh_CN.gb18030/XLC_LOCALE
+usr/share/X11/locale/zh_CN.gbk/Compose
+usr/share/X11/locale/zh_CN.gbk/XI18N_OBJS
+usr/share/X11/locale/zh_CN.gbk/XLC_LOCALE
+usr/share/X11/locale/zh_CN/Compose
+usr/share/X11/locale/zh_CN/XI18N_OBJS
+usr/share/X11/locale/zh_CN/XLC_LOCALE
+usr/share/X11/locale/zh_HK.UTF-8/Compose
+usr/share/X11/locale/zh_HK.UTF-8/XI18N_OBJS
+usr/share/X11/locale/zh_HK.UTF-8/XLC_LOCALE
+usr/share/X11/locale/zh_HK.big5/Compose
+usr/share/X11/locale/zh_HK.big5/XI18N_OBJS
+usr/share/X11/locale/zh_HK.big5/XLC_LOCALE
+usr/share/X11/locale/zh_HK.big5hkscs/Compose
+usr/share/X11/locale/zh_HK.big5hkscs/XI18N_OBJS
+usr/share/X11/locale/zh_HK.big5hkscs/XLC_LOCALE
+usr/share/X11/locale/zh_TW.UTF-8/Compose
+usr/share/X11/locale/zh_TW.UTF-8/XI18N_OBJS
+usr/share/X11/locale/zh_TW.UTF-8/XLC_LOCALE
+usr/share/X11/locale/zh_TW.big5/Compose
+usr/share/X11/locale/zh_TW.big5/XI18N_OBJS
+usr/share/X11/locale/zh_TW.big5/XLC_LOCALE
+usr/share/X11/locale/zh_TW/Compose
+usr/share/X11/locale/zh_TW/XI18N_OBJS
+usr/share/X11/locale/zh_TW/XLC_LOCALE
+usr/share/doc/libFS-1.0.1/AUTHORS
+usr/share/doc/libFS-1.0.1/COPYING
+usr/share/doc/libFS-1.0.1/ChangeLog
+usr/share/doc/libFS-1.0.1/README
+usr/share/doc/libICE-1.0.4/AUTHORS
+usr/share/doc/libICE-1.0.4/COPYING
+usr/share/doc/libICE-1.0.4/ChangeLog
+usr/share/doc/libICE-1.0.4/README
+usr/share/doc/libSM-1.1.0/AUTHORS
+usr/share/doc/libSM-1.1.0/COPYING
+usr/share/doc/libSM-1.1.0/ChangeLog
+usr/share/doc/libSM-1.1.0/README
+usr/share/doc/libX11-1.1.5/AUTHORS
+usr/share/doc/libX11-1.1.5/COPYING
+usr/share/doc/libX11-1.1.5/ChangeLog
+usr/share/doc/libX11-1.1.5/NEWS
+usr/share/doc/libX11-1.1.5/README
+usr/share/doc/libXScrnSaver-1.1.3/AUTHORS
+usr/share/doc/libXScrnSaver-1.1.3/COPYING
+usr/share/doc/libXScrnSaver-1.1.3/ChangeLog
+usr/share/doc/libXScrnSaver-1.1.3/README
+usr/share/doc/libXTrap-1.0.0/AUTHORS
+usr/share/doc/libXTrap-1.0.0/COPYING
+usr/share/doc/libXTrap-1.0.0/ChangeLog
+usr/share/doc/libXTrap-1.0.0/README
+usr/share/doc/libXau-1.0.4/AUTHORS
+usr/share/doc/libXau-1.0.4/COPYING
+usr/share/doc/libXau-1.0.4/ChangeLog
+usr/share/doc/libXau-1.0.4/README
+usr/share/doc/libXaw-1.0.4/AUTHORS
+usr/share/doc/libXaw-1.0.4/COPYING
+usr/share/doc/libXaw-1.0.4/ChangeLog
+usr/share/doc/libXaw-1.0.4/README
+usr/share/doc/libXcomposite-0.4.0/AUTHORS
+usr/share/doc/libXcomposite-0.4.0/COPYING
+usr/share/doc/libXcomposite-0.4.0/ChangeLog
+usr/share/doc/libXcomposite-0.4.0/README
+usr/share/doc/libXcursor-1.1.9/AUTHORS
+usr/share/doc/libXcursor-1.1.9/COPYING
+usr/share/doc/libXcursor-1.1.9/ChangeLog
+usr/share/doc/libXcursor-1.1.9/README
+usr/share/doc/libXdamage-1.1.1/AUTHORS
+usr/share/doc/libXdamage-1.1.1/COPYING
+usr/share/doc/libXdamage-1.1.1/ChangeLog
+usr/share/doc/libXdamage-1.1.1/README
+usr/share/doc/libXdmcp-1.0.2/AUTHORS
+usr/share/doc/libXdmcp-1.0.2/COPYING
+usr/share/doc/libXdmcp-1.0.2/ChangeLog
+usr/share/doc/libXdmcp-1.0.2/README
+usr/share/doc/libXevie-1.0.2/AUTHORS
+usr/share/doc/libXevie-1.0.2/COPYING
+usr/share/doc/libXevie-1.0.2/ChangeLog
+usr/share/doc/libXevie-1.0.2/README
+usr/share/doc/libXext-1.0.4/AUTHORS
+usr/share/doc/libXext-1.0.4/COPYING
+usr/share/doc/libXext-1.0.4/ChangeLog
+usr/share/doc/libXfixes-4.0.3/AUTHORS
+usr/share/doc/libXfixes-4.0.3/COPYING
+usr/share/doc/libXfixes-4.0.3/ChangeLog
+usr/share/doc/libXfixes-4.0.3/README
+usr/share/doc/libXfont-1.3.3/AUTHORS
+usr/share/doc/libXfont-1.3.3/COPYING
+usr/share/doc/libXfont-1.3.3/ChangeLog
+usr/share/doc/libXft-2.1.13/AUTHORS
+usr/share/doc/libXft-2.1.13/COPYING
+usr/share/doc/libXft-2.1.13/ChangeLog
+usr/share/doc/libXft-2.1.13/README
+usr/share/doc/libXi-1.1.3/COPYING
+usr/share/doc/libXi-1.1.3/ChangeLog
+usr/share/doc/libXinerama-1.0.3/AUTHORS
+usr/share/doc/libXinerama-1.0.3/COPYING
+usr/share/doc/libXinerama-1.0.3/ChangeLog
+usr/share/doc/libXinerama-1.0.3/README
+usr/share/doc/libXmu-1.0.4/COPYING
+usr/share/doc/libXmu-1.0.4/ChangeLog
+usr/share/doc/libXmu-1.0.4/README
+usr/share/doc/libXp-1.0.0/AUTHORS
+usr/share/doc/libXp-1.0.0/COPYING
+usr/share/doc/libXp-1.0.0/ChangeLog
+usr/share/doc/libXp-1.0.0/INSTALL
+usr/share/doc/libXpm-3.5.7/AUTHORS
+usr/share/doc/libXpm-3.5.7/CHANGES
+usr/share/doc/libXpm-3.5.7/COPYING
+usr/share/doc/libXpm-3.5.7/ChangeLog
+usr/share/doc/libXrandr-1.2.3/AUTHORS
+usr/share/doc/libXrandr-1.2.3/COPYING
+usr/share/doc/libXrandr-1.2.3/ChangeLog
+usr/share/doc/libXrender-0.9.4/AUTHORS
+usr/share/doc/libXrender-0.9.4/COPYING
+usr/share/doc/libXrender-0.9.4/ChangeLog
+usr/share/doc/libXres-1.0.3/AUTHORS
+usr/share/doc/libXres-1.0.3/COPYING
+usr/share/doc/libXres-1.0.3/ChangeLog
+usr/share/doc/libXres-1.0.3/README
+usr/share/doc/libXt-1.0.5/COPYING
+usr/share/doc/libXt-1.0.5/ChangeLog
+usr/share/doc/libXtst-1.0.3/COPYING
+usr/share/doc/libXtst-1.0.3/ChangeLog
+usr/share/doc/libXv-1.0.4/AUTHORS
+usr/share/doc/libXv-1.0.4/COPYING
+usr/share/doc/libXv-1.0.4/ChangeLog
+usr/share/doc/libXvMC-1.0.4/AUTHORS
+usr/share/doc/libXvMC-1.0.4/COPYING
+usr/share/doc/libXvMC-1.0.4/ChangeLog
+usr/share/doc/libXvMC-1.0.4/README
+usr/share/doc/libXxf86dga-1.0.2/COPYING
+usr/share/doc/libXxf86dga-1.0.2/ChangeLog
+usr/share/doc/libXxf86misc-1.0.1/COPYING
+usr/share/doc/libXxf86misc-1.0.1/ChangeLog
+usr/share/doc/libXxf86vm-1.0.2/COPYING
+usr/share/doc/libXxf86vm-1.0.2/ChangeLog
+usr/share/doc/libfontenc-1.0.4/AUTHORS
+usr/share/doc/libfontenc-1.0.4/COPYING
+usr/share/doc/libfontenc-1.0.4/ChangeLog
+usr/share/doc/libfontenc-1.0.4/README
+usr/share/doc/libxkbfile-1.0.4/COPYING
+usr/share/doc/libxkbfile-1.0.4/ChangeLog
+usr/share/doc/mesa-libGLw-6.5.1/README
+usr/share/icons/default/index.theme
+@comment deal with empty directories installed by the port
+@exec /bin/mkdir -p %D/usr/share/X11/app-defaults
+@dirrmtry usr/share/X11/app-defaults
+@comment non-empty directory listing in revers order
+@dirrm usr/share/icons/default
+@dirrm usr/share/doc/mesa-libGLw-6.5.1
+@dirrm usr/share/doc/libxkbfile-1.0.4
+@dirrm usr/share/doc/libfontenc-1.0.4
+@dirrm usr/share/doc/libXxf86vm-1.0.2
+@dirrm usr/share/doc/libXxf86misc-1.0.1
+@dirrm usr/share/doc/libXxf86dga-1.0.2
+@dirrm usr/share/doc/libXvMC-1.0.4
+@dirrm usr/share/doc/libXv-1.0.4
+@dirrm usr/share/doc/libXtst-1.0.3
+@dirrm usr/share/doc/libXt-1.0.5
+@dirrm usr/share/doc/libXres-1.0.3
+@dirrm usr/share/doc/libXrender-0.9.4
+@dirrm usr/share/doc/libXrandr-1.2.3
+@dirrm usr/share/doc/libXpm-3.5.7
+@dirrm usr/share/doc/libXp-1.0.0
+@dirrm usr/share/doc/libXmu-1.0.4
+@dirrm usr/share/doc/libXinerama-1.0.3
+@dirrm usr/share/doc/libXi-1.1.3
+@dirrm usr/share/doc/libXft-2.1.13
+@dirrm usr/share/doc/libXfont-1.3.3
+@dirrm usr/share/doc/libXfixes-4.0.3
+@dirrm usr/share/doc/libXext-1.0.4
+@dirrm usr/share/doc/libXevie-1.0.2
+@dirrm usr/share/doc/libXdmcp-1.0.2
+@dirrm usr/share/doc/libXdamage-1.1.1
+@dirrm usr/share/doc/libXcursor-1.1.9
+@dirrm usr/share/doc/libXcomposite-0.4.0
+@dirrm usr/share/doc/libXaw-1.0.4
+@dirrm usr/share/doc/libXau-1.0.4
+@dirrm usr/share/doc/libXTrap-1.0.0
+@dirrm usr/share/doc/libXScrnSaver-1.1.3
+@dirrm usr/share/doc/libX11-1.1.5
+@dirrm usr/share/doc/libSM-1.1.0
+@dirrm usr/share/doc/libICE-1.0.4
+@dirrm usr/share/doc/libFS-1.0.1
+@dirrm usr/share/X11/locale/zh_TW.big5
+@dirrm usr/share/X11/locale/zh_TW.UTF-8
+@dirrm usr/share/X11/locale/zh_TW
+@dirrm usr/share/X11/locale/zh_HK.big5hkscs
+@dirrm usr/share/X11/locale/zh_HK.big5
+@dirrm usr/share/X11/locale/zh_HK.UTF-8
+@dirrm usr/share/X11/locale/zh_CN.gbk
+@dirrm usr/share/X11/locale/zh_CN.gb18030
+@dirrm usr/share/X11/locale/zh_CN.UTF-8
+@dirrm usr/share/X11/locale/zh_CN
+@dirrm usr/share/X11/locale/vi_VN.viscii
+@dirrm usr/share/X11/locale/vi_VN.tcvn
+@dirrm usr/share/X11/locale/tscii-0
+@dirrm usr/share/X11/locale/th_TH.UTF-8
+@dirrm usr/share/X11/locale/th_TH
+@dirrm usr/share/X11/locale/tatar-cyr
+@dirrm usr/share/X11/locale/pt_BR.UTF-8
+@dirrm usr/share/X11/locale/nokhchi-1
+@dirrm usr/share/X11/locale/mulelao-1
+@dirrm usr/share/X11/locale/microsoft-cp1256
+@dirrm usr/share/X11/locale/microsoft-cp1255
+@dirrm usr/share/X11/locale/microsoft-cp1251
+@dirrm usr/share/X11/locale/koi8-u
+@dirrm usr/share/X11/locale/koi8-r
+@dirrm usr/share/X11/locale/koi8-c
+@dirrm usr/share/X11/locale/ko_KR.UTF-8
+@dirrm usr/share/X11/locale/ko
+@dirrm usr/share/X11/locale/ja_JP.UTF-8
+@dirrm usr/share/X11/locale/ja.U90
+@dirrm usr/share/X11/locale/ja.SJIS
+@dirrm usr/share/X11/locale/ja.S90
+@dirrm usr/share/X11/locale/ja.JIS
+@dirrm usr/share/X11/locale/ja
+@dirrm usr/share/X11/locale/iso8859-9e
+@dirrm usr/share/X11/locale/iso8859-9
+@dirrm usr/share/X11/locale/iso8859-8
+@dirrm usr/share/X11/locale/iso8859-7
+@dirrm usr/share/X11/locale/iso8859-6
+@dirrm usr/share/X11/locale/iso8859-5
+@dirrm usr/share/X11/locale/iso8859-4
+@dirrm usr/share/X11/locale/iso8859-3
+@dirrm usr/share/X11/locale/iso8859-2
+@dirrm usr/share/X11/locale/iso8859-15
+@dirrm usr/share/X11/locale/iso8859-14
+@dirrm usr/share/X11/locale/iso8859-13
+@dirrm usr/share/X11/locale/iso8859-11
+@dirrm usr/share/X11/locale/iso8859-10
+@dirrm usr/share/X11/locale/iso8859-1
+@dirrm usr/share/X11/locale/isiri-3342
+@dirrm usr/share/X11/locale/iscii-dev
+@dirrm usr/share/X11/locale/ibm-cp1133
+@dirrm usr/share/X11/locale/georgian-ps
+@dirrm usr/share/X11/locale/georgian-academy
+@dirrm usr/share/X11/locale/en_US.UTF-8
+@dirrm usr/share/X11/locale/el_GR.UTF-8
+@dirrm usr/share/X11/locale/armscii-8
+@dirrm usr/share/X11/locale/am_ET.UTF-8
+@dirrm usr/share/X11/locale/C
+@dirrm usr/share/X11/locale
+@dirrm usr/share/X11
--- linux-ports.diff ends here ---





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1058669419.enqueue>