From nobody@FreeBSD.org  Mon Jul 18 05:10:00 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A82B3106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 Jul 2011 05:10:00 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 90AED8FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 Jul 2011 05:10:00 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p6I59xaq087772
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 Jul 2011 05:09:59 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p6I59xIW087771;
	Mon, 18 Jul 2011 05:09:59 GMT
	(envelope-from nobody)
Message-Id: <201107180509.p6I59xIW087771@red.freebsd.org>
Date: Mon, 18 Jul 2011 05:09:59 GMT
From: Stas Timokhin <devel@stasyan.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New ports: print/linux-f10-cups-libs, security/linux-f10-gnutls, security/linux-f10-libgcrypt, security/linux-f10-libgpg-error, security/linux-f10-libtasn1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         159007
>Category:       ports
>Synopsis:       New ports: print/linux-f10-cups-libs, security/linux-f10-gnutls, security/linux-f10-libgcrypt, security/linux-f10-libgpg-error, security/linux-f10-libtasn1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bsam
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 18 05:10:07 UTC 2011
>Closed-Date:    Fri Sep 23 18:16:43 UTC 2011
>Last-Modified:  Fri Sep 23 18:20:08 UTC 2011
>Originator:     Stas Timokhin
>Release:        8.0-release
>Organization:
None
>Environment:
>Description:
These 5 ports required by new port cad/linux-bricscad.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	sendpr
#	sendpr/bsd.linux-apps.mk.diff
#	sendpr/linux-f10-cups-libs.shar
#	sendpr/linux-f10-gnutls.shar
#	sendpr/linux-f10-libgcrypt.shar
#	sendpr/linux-f10-libgpg-error.shar
#	sendpr/linux-f10-libtasn1.shar
#
echo c - sendpr
mkdir -p sendpr > /dev/null 2>&1
echo x - sendpr/bsd.linux-apps.mk.diff
sed 's/^X//' >sendpr/bsd.linux-apps.mk.diff << '4c015eb99ef881a1ded6f23ef524cbaf'
X--- bsd.linux-apps.mk.orig	2011-07-18 11:34:38.000000000 +0700
X+++ bsd.linux-apps.mk	2011-07-18 11:49:15.000000000 +0700
X@@ -57,11 +57,12 @@
X WEB_AUTH=			nvu
X 
X # Non-version specific components
X-_LINUX_APPS_ALL=	allegro alsalib arts aspell atk cairo curl dri esound expat fontconfig \
X-					freealut gdkpixbuf gtk gtk2 hicontheme imlib jpeg libaudiofile \
X-					libg2c libglade libglade2 libglu libmng libogg libsigcpp20 libtheora \
X-					libvorbis libxml libxml2 mikmod naslibs openal openmotif openssl pango png png10 qt33 \
X-					scimgtk scimlibs sdl12 sdlimage sdlmixer tiff xorglibs ucl ungif upx webauth
X+_LINUX_APPS_ALL=	allegro alsalib arts aspell atk cairo cups-libs curl dri esound expat fontconfig \
X+					freealut gdkpixbuf gnutls gtk gtk2 hicontheme imlib jpeg libaudiofile \
X+					libg2c libgcrypt libglade libglade2 libglu libgpg-error libmng libogg \
X+					libsigcpp20 libtasn1 libtheora 	libvorbis libxml libxml2 mikmod naslibs \
X+					openal openmotif openssl pango png png10 qt33 scimgtk scimlibs sdl12 \
X+					sdlimage sdlmixer tiff xorglibs ucl ungif upx webauth
X 
X # 2.4.2 components
X _LINUX_APPS_ALL+=
X@@ -135,6 +136,11 @@
X cairo_PORT=			${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-cairo
X cairo_DEPENDS=		fontconfig png xorglibs
X 
X+cups-libs_FILE=		${LINUXBASE}/usr/lib/libcups.so.2
X+cups-libs_f10_FILE=	${LINUXBASE}/usr/lib/libcups.so.2
X+cups-libs_DETECT=	${cups-libs${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
X+cups-libs_PORT=		${PORTSDIR}/print/linux${LINUX_DIST_SUFFIX}-cups-libs
X+
X curl_FILE=		${LINUXBASE}/usr/lib/libcurl.so.3.0.0
X curl_f10_FILE=		${LINUXBASE}/usr/lib/libcurl.so.4.1.1
X curl_DETECT=		${curl${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
X@@ -203,6 +209,12 @@
X gtk_PORT=			${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-gtk
X gtk_DEPENDS=		xorglibs
X 
X+gnutls_FILE=		${LINUXBASE}/usr/lib/libgnutls.so.26
X+gnutls_f10_FILE=	${LINUXBASE}/usr/lib/libgnutls.so.26.4.6
X+gnutls_DETECT=		${gnutls${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
X+gnutls_PORT=		${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-gnutls
X+gnutls_DEPENDS=		libtasn1 libgcrypt
X+
X gtk2_FILE=			${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0.600.10
X gtk2_f10_FILE=		${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0.1400.7
X gtk2_DETECT=		${gtk2${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
X@@ -239,6 +251,11 @@
X libg2c_DETECT=		${libg2c${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
X libg2c_PORT=		${PORTSDIR}/lang/linux${LINUX_DIST_SUFFIX}-libg2c
X 
X+libgcrypt_FILE=		${LINUXBASE}/lib/libgcrypt.so.11
X+libgcrypt_f10_FILE=	${LINUXBASE}/lib/libgcrypt.so.11.5.1
X+libgcrypt_DETECT=	${libgcrypt${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
X+libgcrypt_PORT=		${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-libgcrypt
X+
X libglade_FILE=		${LINUXBASE}/usr/lib/libglade.so.0.4.2
X libglade_f10_FILE=	${LINUXBASE}/usr/lib/libglade.so.0.4.2
X libglade_DETECT=	${libglade${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
X@@ -254,6 +271,11 @@
X libglu_DETECT=		${libglu${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
X libglu_PORT=		${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-libGLU
X 
X+libgpg-error_FILE=	${LINUXBASE}/lib/libgpg-error.so.0
X+libgpg-error_f10_FILE=	${LINUXBASE}/lib/libgpg-error.so.0.4.0
X+libgpg-error_DETECT=	${libgpg-error${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
X+libgpg-error_PORT=	${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-libgpg-error
X+
X # no libidn_FILE (there is no libidn port for Fedora 4 distribution)
X # no libidn_f10_FILE (libidn is integrated into linux_base-f10 port)
X libidn_DETECT=		${libidn${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
X@@ -286,6 +308,11 @@
X libv4l_DETECT=		${libv4l${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
X libv4l_PORT=		${PORTSDIR}/multimedia/linux${LINUX_DIST_SUFFIX}-libv4l
X 
X+libtasn1_FILE=		${LINUXBASE}/usr/lib/libtasn1.so.3
X+libtasn1_f10_FILE=	${LINUXBASE}/usr/lib/libtasn1.so.3.0.16
X+libtasn1_DETECT=	${libtasn1${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
X+libtasn1_PORT=		${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-libtasn1
X+
X libtheora_FILE=		${LINUXBASE}/usr/lib/libtheora.so.0.1.0
X libtheora_f10_FILE=	${LINUXBASE}/usr/lib/libtheora.so.0.3.3
X libtheora_DETECT=	${libtheora${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
4c015eb99ef881a1ded6f23ef524cbaf
echo x - sendpr/linux-f10-cups-libs.shar
sed 's/^X//' >sendpr/linux-f10-cups-libs.shar << 'de9b4c6bf4ae8ecd01b9ad0397fa7afc'
X# This is a shell archive.  Save it in a file, remove anything before
X# this line, and then unpack it by entering "sh file".  Note, it may
X# create directories; files and directories will be owned by you and
X# have default permissions.
X#
X# This archive contains:
X#
X#	linux-f10-cups-libs
X#	linux-f10-cups-libs/Makefile
X#	linux-f10-cups-libs/distinfo.i386
X#	linux-f10-cups-libs/pkg-plist
X#
Xecho c - linux-f10-cups-libs
Xmkdir -p linux-f10-cups-libs > /dev/null 2>&1
Xecho x - linux-f10-cups-libs/Makefile
Xsed 's/^X//' >linux-f10-cups-libs/Makefile << 'e7712e311ec9da5e68d7f213db35419f'
XX# New ports collection makefile for:	print/linux-f10-cups
XX# Date created:				10 Nov 2010
XX# Whom:					Stas Timokhin <devel@stasyan.com>
XX# $FreeBSD$
XX#
XX
XXPORTNAME=	cups-libs
XXPORTVERSION=	1.3.9
XXCATEGORIES=	print linux
XXPKGNAMEPREFIX=	linux-f10-
XXDISTNAME=	${PORTNAME}-${PORTVERSION}-${RPMVERSION}
XX
XXMAINTAINER=	devel@stasyan.com
XXCOMMENT=	Common UNIX Printing System libraries
XX
XXUSE_LINUX_RPM=	yes
XX#USE_LINUX_APPS=	xorglibs
XXSRC_DISTFILES=	cups-${PORTVERSION}-${RPMVERSION}.src.rpm
XXLINUX_DIST_VER=	10
XXRPMVERSION=	2.fc10
XXUSE_LDCONFIG=	yes
XX
XXPLIST_SUB=	PORTVERSION="${PORTVERSION}"
XXDESCR=		${.CURDIR}/../cups-base/pkg-descr
XX
XX.include <bsd.port.mk>
Xe7712e311ec9da5e68d7f213db35419f
Xecho x - linux-f10-cups-libs/distinfo.i386
Xsed 's/^X//' >linux-f10-cups-libs/distinfo.i386 << 'b97893000cd34e269537837673dd6b21'
XXSHA256 (rpm/i386/fedora/10/cups-libs-1.3.9-2.fc10.i386.rpm) = 5e0ec544f83115b079ef172bb48aa4616feecd6fa41c531d0ae4516d763fdff6
XXSIZE (rpm/i386/fedora/10/cups-libs-1.3.9-2.fc10.i386.rpm) = 207302
XXSHA256 (rpm/i386/fedora/10/cups-1.3.9-2.fc10.src.rpm) = df3b04172ea5121d2a80b220a473316bdd0451e3b0d3b2aa766d1104302cfd97
XXSIZE (rpm/i386/fedora/10/cups-1.3.9-2.fc10.src.rpm) = 4067264
Xb97893000cd34e269537837673dd6b21
Xecho x - linux-f10-cups-libs/pkg-plist
Xsed 's/^X//' >linux-f10-cups-libs/pkg-plist << '7e2ea40677cbf36ced7357484d7b3d23'
XXusr/lib/libcups.so.2
XXusr/lib/libcupsimage.so.2
X7e2ea40677cbf36ced7357484d7b3d23
Xexit
X
de9b4c6bf4ae8ecd01b9ad0397fa7afc
echo x - sendpr/linux-f10-gnutls.shar
sed 's/^X//' >sendpr/linux-f10-gnutls.shar << 'ae8edc4d24b5a2cec20030f7de148cd3'
X# This is a shell archive.  Save it in a file, remove anything before
X# this line, and then unpack it by entering "sh file".  Note, it may
X# create directories; files and directories will be owned by you and
X# have default permissions.
X#
X# This archive contains:
X#
X#	linux-f10-gnutls
X#	linux-f10-gnutls/Makefile
X#	linux-f10-gnutls/distinfo.i386
X#	linux-f10-gnutls/pkg-plist
X#
Xecho c - linux-f10-gnutls
Xmkdir -p linux-f10-gnutls > /dev/null 2>&1
Xecho x - linux-f10-gnutls/Makefile
Xsed 's/^X//' >linux-f10-gnutls/Makefile << 'ce93aa4a6c00a568decaffd6e7d69a86'
XX# New ports collection makefile for:	security/linux-f10-gnutls
XX# Date created:				10 Nov 2010
XX# Whom:					Stas Timokhin <devel@stasyan.com>
XX# $FreeBSD$
XX#
XX
XXPORTNAME=	gnutls
XXPORTVERSION=	2.4.2
XXCATEGORIES=	security linux
XXPKGNAMEPREFIX=	linux-f10-
XXDISTNAME=	${PORTNAME}-${PORTVERSION}-${RPMVERSION}
XX
XXMAINTAINER=	devel@stasyan.com
XXCOMMENT=	GNU Transport Layer Security library
XX
XXUSE_LINUX_RPM=	yes
XXUSE_LINUX_APPS=	libtasn1 libgcrypt
XXLINUX_DIST_VER=	10
XXRPMVERSION=	2.fc10
XX#BRANELF_FILES=	usr/bin/wish8.5
XXUSE_LDCONFIG=	yes
XX
XXPLIST_SUB=	PORTVERSION="${PORTVERSION}"
XXDESCR=		${.CURDIR}/../gnutls/pkg-descr
XX
XX.include <bsd.port.mk>
Xce93aa4a6c00a568decaffd6e7d69a86
Xecho x - linux-f10-gnutls/distinfo.i386
Xsed 's/^X//' >linux-f10-gnutls/distinfo.i386 << '5005a63b154e35d925515f0ea18391c6'
XXSHA256 (rpm/i386/fedora/10/gnutls-2.4.2-2.fc10.i386.rpm) = 5fdc68f140db2a3de4c2fd5d45ae0d87766dc1b70e830c47bac093b21e19a23c
XXSIZE (rpm/i386/fedora/10/gnutls-2.4.2-2.fc10.i386.rpm) = 397580
XXSHA256 (rpm/i386/fedora/10/gnutls-2.4.2-2.fc10.src.rpm) = 0d59f2254475820ecf3ef574980098515c3b44b481ba7124672a0b47cb28c64e
XXSIZE (rpm/i386/fedora/10/gnutls-2.4.2-2.fc10.src.rpm) = 5024098
X5005a63b154e35d925515f0ea18391c6
Xecho x - linux-f10-gnutls/pkg-plist
Xsed 's/^X//' >linux-f10-gnutls/pkg-plist << '950d0f2f3374e9ef977d11785dfebc91'
XXusr/lib/libgnutls-extra.so.26
XXusr/lib/libgnutls-extra.so.26.4.6
XXusr/lib/libgnutls-openssl.so.26
XXusr/lib/libgnutls-openssl.so.26.4.6
XXusr/lib/libgnutls.so.26
XXusr/lib/libgnutls.so.26.4.6
XXusr/lib/libgnutlsxx.so.26
XXusr/lib/libgnutlsxx.so.26.4.6
XX%%PORTDOCS%%usr/%%DOCSDIR%%-%%PORTVERSION%%/AUTHORS
XX%%PORTDOCS%%usr/%%DOCSDIR%%-%%PORTVERSION%%/COPYING
XX%%PORTDOCS%%usr/%%DOCSDIR%%-%%PORTVERSION%%/COPYING.LIB
XX%%PORTDOCS%%usr/%%DOCSDIR%%-%%PORTVERSION%%/README
XX%%PORTDOCS%%@dirrm usr/%%DOCSDIR%%-%%PORTVERSION%%
X950d0f2f3374e9ef977d11785dfebc91
Xexit
X
ae8edc4d24b5a2cec20030f7de148cd3
echo x - sendpr/linux-f10-libgcrypt.shar
sed 's/^X//' >sendpr/linux-f10-libgcrypt.shar << '53dd96f0d4ab1901a23cafb4c2e0f113'
X# This is a shell archive.  Save it in a file, remove anything before
X# this line, and then unpack it by entering "sh file".  Note, it may
X# create directories; files and directories will be owned by you and
X# have default permissions.
X#
X# This archive contains:
X#
X#	linux-f10-libgcrypt
X#	linux-f10-libgcrypt/Makefile
X#	linux-f10-libgcrypt/distinfo.i386
X#	linux-f10-libgcrypt/pkg-plist
X#
Xecho c - linux-f10-libgcrypt
Xmkdir -p linux-f10-libgcrypt > /dev/null 2>&1
Xecho x - linux-f10-libgcrypt/Makefile
Xsed 's/^X//' >linux-f10-libgcrypt/Makefile << '2e03d2f14d6bf201708184e39fe59abf'
XX# New ports collection makefile for:	security/linux-f10-libgcrypt
XX# Date created:				10 Nov 2010
XX# Whom:					Stas Timokhin <devel@stasyan.com>
XX# $FreeBSD$
XX#
XX
XXPORTNAME=	libgcrypt
XXPORTVERSION=	1.4.3
XXCATEGORIES=	security linux
XXPKGNAMEPREFIX=	linux-f10-
XXDISTNAME=	${PORTNAME}-${PORTVERSION}-${RPMVERSION}
XX
XXMAINTAINER=	devel@stasyan.com
XXCOMMENT=	General purpose crypto library based on code used in GnuPG
XX
XXUSE_LINUX_RPM=	yes
XX#USE_LINUX_APPS=	xorglibs
XXLINUX_DIST_VER=	10
XXRPMVERSION=	2.fc10
XXUSE_LDCONFIG=	yes
XX
XXPLIST_SUB=	PORTVERSION="${PORTVERSION}"
XXDESCR=		${.CURDIR}/../libgcrypt/pkg-descr
XX
XX.include <bsd.port.mk>
X2e03d2f14d6bf201708184e39fe59abf
Xecho x - linux-f10-libgcrypt/distinfo.i386
Xsed 's/^X//' >linux-f10-libgcrypt/distinfo.i386 << '95250e7f8a05a1b513fa3b11c50d45aa'
XXSHA256 (rpm/i386/fedora/10/libgcrypt-1.4.3-2.fc10.i386.rpm) = 3fab08a366d3adabdc0d9eb3930e3373c732306a3c32cf6cae954d6f482d4a55
XXSIZE (rpm/i386/fedora/10/libgcrypt-1.4.3-2.fc10.i386.rpm) = 244949
XXSHA256 (rpm/i386/fedora/10/libgcrypt-1.4.3-2.fc10.src.rpm) = 447166bf597da20701982dc7afc6baa16f985a1c0b46af2311541ec97812cecd
XXSIZE (rpm/i386/fedora/10/libgcrypt-1.4.3-2.fc10.src.rpm) = 1183591
X95250e7f8a05a1b513fa3b11c50d45aa
Xecho x - linux-f10-libgcrypt/pkg-plist
Xsed 's/^X//' >linux-f10-libgcrypt/pkg-plist << '64a45051e8d32d52f1d4fc7b7d5adad5'
XXlib/libgcrypt.so.11
XXlib/libgcrypt.so.11.5.1
XX@dirrmtry etc/gcrypt
XX@exec mkdir -p %D/etc/gcrypt
X64a45051e8d32d52f1d4fc7b7d5adad5
Xexit
X
53dd96f0d4ab1901a23cafb4c2e0f113
echo x - sendpr/linux-f10-libgpg-error.shar
sed 's/^X//' >sendpr/linux-f10-libgpg-error.shar << 'fe03a6c8a6bfe70d339cf97c5e53d0e5'
X# This is a shell archive.  Save it in a file, remove anything before
X# this line, and then unpack it by entering "sh file".  Note, it may
X# create directories; files and directories will be owned by you and
X# have default permissions.
X#
X# This archive contains:
X#
X#	linux-f10-libgpg-error
X#	linux-f10-libgpg-error/Makefile
X#	linux-f10-libgpg-error/distinfo.i386
X#	linux-f10-libgpg-error/pkg-plist
X#
Xecho c - linux-f10-libgpg-error
Xmkdir -p linux-f10-libgpg-error > /dev/null 2>&1
Xecho x - linux-f10-libgpg-error/Makefile
Xsed 's/^X//' >linux-f10-libgpg-error/Makefile << 'b04846d44e514dc3a087555b536da4ec'
XX# New ports collection makefile for:	security/linux-f10-libgpg-error
XX# Date created:				10 Nov 2010
XX# Whom:					Stas Timoklhin <devel@stasyan.com>
XX# $FreeBSD$
XX#
XX
XXPORTNAME=	libgpg-error
XXPORTVERSION=	1.6
XXCATEGORIES=	security linux
XXPKGNAMEPREFIX=	linux-f10-
XXDISTNAME=	${PORTNAME}-${PORTVERSION}-${RPMVERSION}
XX
XXMAINTAINER=	devel@stasyan.com
XXCOMMENT=	Common error values for all GnuPG components
XX
XXUSE_LINUX_RPM=	yes
XXLINUX_DIST_VER=	10
XXRPMVERSION=	2
XXUSE_LDCONFIG=	yes
XX
XXPLIST_SUB=	PORTVERSION="${PORTVERSION}"
XXDESCR=		${.CURDIR}/../libgpg-error/pkg-descr
XX
XX.include <bsd.port.mk>
Xb04846d44e514dc3a087555b536da4ec
Xecho x - linux-f10-libgpg-error/distinfo.i386
Xsed 's/^X//' >linux-f10-libgpg-error/distinfo.i386 << '0a450d3b03473b344ef979c4f744d3d9'
XXSHA256 (rpm/i386/fedora/10/libgpg-error-1.6-2.i386.rpm) = 916463d3039ca04ec5ee171706b9b7168fa5b996099a0002ccef4a55b3e42453
XXSIZE (rpm/i386/fedora/10/libgpg-error-1.6-2.i386.rpm) = 66471
XXSHA256 (rpm/i386/fedora/10/libgpg-error-1.6-2.src.rpm) = 9f5d7d88ad279b78bedeae96ee0bc87b01ed26b890b86dbc66fc4edf1a7de490
XXSIZE (rpm/i386/fedora/10/libgpg-error-1.6-2.src.rpm) = 463059
X0a450d3b03473b344ef979c4f744d3d9
Xecho x - linux-f10-libgpg-error/pkg-plist
Xsed 's/^X//' >linux-f10-libgpg-error/pkg-plist << 'd1ef811db8b0551d0394a725f43e027a'
XXlib/libgpg-error.so.0
XXlib/libgpg-error.so.0.4.0
XXusr/bin/gpg-error
XX%%PORTDOCS%%usr/%%DOCSDIR%%-%%PORTVERSION%%/AUTHORS
XX%%PORTDOCS%%usr/%%DOCSDIR%%-%%PORTVERSION%%/COPYING
XX%%PORTDOCS%%usr/%%DOCSDIR%%-%%PORTVERSION%%/COPYING.LIB
XX%%PORTDOCS%%usr/%%DOCSDIR%%-%%PORTVERSION%%/ChangeLog
XX%%PORTDOCS%%usr/%%DOCSDIR%%-%%PORTVERSION%%/NEWS
XX%%PORTDOCS%%usr/%%DOCSDIR%%-%%PORTVERSION%%/README
XX%%PORTDOCS%%@dirrm usr/%%DOCSDIR%%-%%PORTVERSION%%
Xd1ef811db8b0551d0394a725f43e027a
Xexit
X
fe03a6c8a6bfe70d339cf97c5e53d0e5
echo x - sendpr/linux-f10-libtasn1.shar
sed 's/^X//' >sendpr/linux-f10-libtasn1.shar << '3421b43573381d9bccb1b71498ad90d8'
X# This is a shell archive.  Save it in a file, remove anything before
X# this line, and then unpack it by entering "sh file".  Note, it may
X# create directories; files and directories will be owned by you and
X# have default permissions.
X#
X# This archive contains:
X#
X#	linux-f10-libtasn1
X#	linux-f10-libtasn1/Makefile
X#	linux-f10-libtasn1/pkg-plist
X#	linux-f10-libtasn1/distinfo.i386
X#
Xecho c - linux-f10-libtasn1
Xmkdir -p linux-f10-libtasn1 > /dev/null 2>&1
Xecho x - linux-f10-libtasn1/Makefile
Xsed 's/^X//' >linux-f10-libtasn1/Makefile << 'a9e1ffec5600189ed1894cb35351d1b9'
XX# New ports collection makefile for:	security/linux-f10-libtasn1
XX# Date created:				10 Nov 2010
XX# Whom:					Stas Timokhin <devel@stasyan.com>
XX# $FreeBSD$
XX#
XX
XXPORTNAME=	libtasn1
XXPORTVERSION=	1.5
XXCATEGORIES=	security linux
XXPKGNAMEPREFIX=	linux-f10-
XXDISTNAME=	${PORTNAME}-${PORTVERSION}-${RPMVERSION}
XX
XXMAINTAINER=	devel@stasyan.com
XXCOMMENT=	ASN.1 structure parser library
XX
XXUSE_LINUX_RPM=	yes
XX#USE_LINUX_APPS=	xorglibs
XXLINUX_DIST_VER=	10
XXRPMVERSION=	1.fc10
XX#BRANELF_FILES=	usr/bin/wish8.5
XXUSE_LDCONFIG=	yes
XX
XXPLIST_SUB=	PORTVERSION="${PORTVERSION}"
XXDESCR=		${.CURDIR}/../libtasn1/pkg-descr
XX
XX.include <bsd.port.mk>
Xa9e1ffec5600189ed1894cb35351d1b9
Xecho x - linux-f10-libtasn1/pkg-plist
Xsed 's/^X//' >linux-f10-libtasn1/pkg-plist << '650b9da25c68762c8f8b49c48e2ad056'
XXusr/lib/libtasn1.so.3
XXusr/lib/libtasn1.so.3.0.16
XX%%PORTDOCS%%usr/%%DOCSDIR%%-%%PORTVERSION%%/AUTHORS
XX%%PORTDOCS%%usr/%%DOCSDIR%%-%%PORTVERSION%%/COPYING
XX%%PORTDOCS%%usr/%%DOCSDIR%%-%%PORTVERSION%%/COPYING.LIB
XX%%PORTDOCS%%usr/%%DOCSDIR%%-%%PORTVERSION%%/ChangeLog
XX%%PORTDOCS%%usr/%%DOCSDIR%%-%%PORTVERSION%%/NEWS
XX%%PORTDOCS%%usr/%%DOCSDIR%%-%%PORTVERSION%%/README
XX%%PORTDOCS%%usr/%%DOCSDIR%%-%%PORTVERSION%%/THANKS
XX%%PORTDOCS%%usr/%%DOCSDIR%%-%%PORTVERSION%%/TODO
XX%%PORTDOCS%%usr/%%DOCSDIR%%-%%PORTVERSION%%/libtasn1.pdf
XX%%PORTDOCS%%@dirrm usr/%%DOCSDIR%%-%%PORTVERSION%%
X650b9da25c68762c8f8b49c48e2ad056
Xecho x - linux-f10-libtasn1/distinfo.i386
Xsed 's/^X//' >linux-f10-libtasn1/distinfo.i386 << 'b69bd5d0ffa4330426d703748d1dfd69'
XXSHA256 (rpm/i386/fedora/10/libtasn1-1.5-1.fc10.i386.rpm) = 79776177559fb3d444a13c90357815f109c7b40b297be863cda73e4458a9064d
XXSIZE (rpm/i386/fedora/10/libtasn1-1.5-1.fc10.i386.rpm) = 301472
XXSHA256 (rpm/i386/fedora/10/libtasn1-1.5-1.fc10.src.rpm) = fa8d25bd3ce8e77ef9e0c4a0e7d16a17420afad5fd7ad27b895cf18516d6b5f2
XXSIZE (rpm/i386/fedora/10/libtasn1-1.5-1.fc10.src.rpm) = 1553125
Xb69bd5d0ffa4330426d703748d1dfd69
Xexit
X
3421b43573381d9bccb1b71498ad90d8
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->bsam 
Responsible-Changed-By: bsam 
Responsible-Changed-When: Fri Sep 23 15:08:45 UTC 2011 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159007 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159007: commit references a PR
Date: Fri, 23 Sep 2011 15:29:48 +0000 (UTC)

 bsam        2011-09-23 15:29:34 UTC
 
   FreeBSD ports repository
 
   Modified files:
     print                Makefile 
   Added files:
     print/linux-f10-cups-libs Makefile distinfo.i386 
   Log:
   Add linux-f10-cups-libs 1.3.11, common UNIX Printing System libraries.
   
   Changes over original shar file at the PR:
   . change the maintainer to emulation@ (since it's an infrastructure linux port);
   . use the latest version of the package (1.3.11-4.fc10);
   . remove unused PLIST_SUB and the commented out line;
   . use PLIST_FILES instead of pkg-plist (two files at the list);
   . fix the port origin at the Makefile header (add a '-libs' suffix).
   
   PR:             ports/159007
   Submitted by:   Stas Timokhin <devel@stasyan.com>
   
   Revision  Changes    Path
   1.520     +1 -0      ports/print/Makefile
   1.1       +25 -0     ports/print/linux-f10-cups-libs/Makefile (new)
   1.1       +4 -0      ports/print/linux-f10-cups-libs/distinfo.i386 (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159007: commit references a PR
Date: Fri, 23 Sep 2011 16:38:30 +0000 (UTC)

 bsam        2011-09-23 16:38:21 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security             Makefile 
   Added files:
     security/linux-f10-libtasn1 Makefile distinfo.i386 
   Log:
   Add linux-f10-libtasn1 1.5, ASN.1 structure parser library.
   
   Changes over original shar file at the PR:
    . change the maintainer to emulation@ (since it's an infrastructure linux port);
    . remove commented out lines;
    . use PLIST_FILES, DOCSDIR_REL and PORTDOCS instead of pkg-plist.
   
   PR:             ports/159007
   Submitted by:   Stas Timokhin <devel@stasyan.com>
   
   Revision  Changes    Path
   1.1203    +1 -0      ports/security/Makefile
   1.1       +26 -0     ports/security/linux-f10-libtasn1/Makefile (new)
   1.1       +4 -0      ports/security/linux-f10-libtasn1/distinfo.i386 (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159007: commit references a PR
Date: Fri, 23 Sep 2011 17:14:16 +0000 (UTC)

 bsam        2011-09-23 17:14:07 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security             Makefile 
   Added files:
     security/linux-f10-libgcrypt Makefile distinfo.i386 
   Log:
   Add linux-f10-libgcrypt 1.4.4, general purpose crypto library based on
   code used in GnuPG.
   
   Changes over original shar file at the PR:
   . change the maintainer to emulation@ (since it's an infrastructure linux port);
   . use the latest version of the package (1.4.4-1.fc10);
   . use PLIST_FILES, PLIST_DIRSTRY and post-install target instead of pkg-plist.
   
   Notes: the port uses ${PREFIX}/etc/gcrypt directory for configuration files
   (i.e. /compat/linux/etc/gcrypt). We usually try to use FreeBSD directories.
   But there is no [/usr/local/]/etc/gcrypt directory.
   I'm open to ideas on what to do here.
   
   PR:             ports/159007
   Submitted by:   Stas Timokhin <devel@stasyan.com>
   
   Revision  Changes    Path
   1.1204    +1 -0      ports/security/Makefile
   1.1       +28 -0     ports/security/linux-f10-libgcrypt/Makefile (new)
   1.1       +4 -0      ports/security/linux-f10-libgcrypt/distinfo.i386 (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159007: commit references a PR
Date: Fri, 23 Sep 2011 17:38:45 +0000 (UTC)

 bsam        2011-09-23 17:38:32 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security             Makefile 
   Added files:
     security/linux-f10-libgpg-error Makefile distinfo.i386 
                                     pkg-plist 
   Log:
   Add linux-f10-libgpg-error 1.6, common error values for all GnuPG
   components.
   
   Changes over original shar file at the PR:
   . change the maintainer to emulation@ (since it's an infrastructure linux port);
   . add BRANDELF_FILES;
   . fix pkg-plist.
   
   PR:             ports/159007
   Submitted by:   Stas Timokhin <devel@stasyan.com>
   
   Revision  Changes    Path
   1.1205    +1 -0      ports/security/Makefile
   1.1       +25 -0     ports/security/linux-f10-libgpg-error/Makefile (new)
   1.1       +4 -0      ports/security/linux-f10-libgpg-error/distinfo.i386 (new)
   1.1       +26 -0     ports/security/linux-f10-libgpg-error/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159007: commit references a PR
Date: Fri, 23 Sep 2011 17:51:56 +0000 (UTC)

 bsam        2011-09-23 17:51:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     Mk                   bsd.linux-apps.mk 
   Log:
   Add linux applications:
   . cups-libs;
   . gnutls;
   . libgcrypt;
   . libgpg-error;
   . libtasn1.
   
   PR:             ports/159007
   Submitted by:   Stas Timokhin <devel@stasyan.com>
   
   Revision  Changes    Path
   1.42      +33 -6     ports/Mk/bsd.linux-apps.mk
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: bsam 
State-Changed-When: Fri Sep 23 18:15:24 UTC 2011 
State-Changed-Why:  
Committed with some changes, see commit logs per port. 
Please, get in touch with me in case you don't agree with me. 
Thanks for those ports! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159007 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159007: commit references a PR
Date: Fri, 23 Sep 2011 18:14:14 +0000 (UTC)

 bsam        2011-09-23 18:14:05 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security             Makefile 
   Added files:
     security/linux-f10-gnutls Makefile distinfo.i386 pkg-plist 
   Log:
   Add linux-f10-gnutls 2.4.2, GNU Transport Layer Security library.
   
   Changes over original shar file at the PR:
   . change the maintainer to emulation@ (since it's an infrastructure linux port);
   . use the latest version of the package (2.4.2-5.fc10);
   . fix pkg-plist.
   
   PR:             ports/159007
   Submitted by:   Stas Timokhin <devel@stasyan.com>
   
   Revision  Changes    Path
   1.1206    +1 -0      ports/security/Makefile
   1.1       +25 -0     ports/security/linux-f10-gnutls/Makefile (new)
   1.1       +4 -0      ports/security/linux-f10-gnutls/distinfo.i386 (new)
   1.1       +44 -0     ports/security/linux-f10-gnutls/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
