From nsayer@quack.kfu.com  Tue Feb 23 19:39:37 2010
Return-Path: <nsayer@quack.kfu.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0113B106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Feb 2010 19:39:37 +0000 (UTC)
	(envelope-from nsayer@quack.kfu.com)
Received: from quack.kfu.com (6to4.kfu.com [IPv6:2002:478d:4001::1])
	by mx1.freebsd.org (Postfix) with ESMTP id 9BB408FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Feb 2010 19:39:36 +0000 (UTC)
Received: from quack.kfu.com (localhost [127.0.0.1])
	by quack.kfu.com (8.14.3/8.14.3) with ESMTP id o1NJdXne060806
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Feb 2010 11:39:36 -0800 (PST)
	(envelope-from nsayer@quack.kfu.com)
Received: (from nsayer@localhost)
	by quack.kfu.com (8.14.3/8.14.3/Submit) id o1NJdXre060805;
	Tue, 23 Feb 2010 11:39:33 -0800 (PST)
	(envelope-from nsayer)
Message-Id: <201002231939.o1NJdXre060805@quack.kfu.com>
Date: Tue, 23 Feb 2010 11:39:33 -0800 (PST)
From: Nick Sayer <nsayer@kfu.com>
Reply-To: Nick Sayer <nsayer@kfu.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port: security/libmusclecard dependency library for musclecard framework port (coming)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         144240
>Category:       ports
>Synopsis:       new port: security/libmusclecard dependency library for musclecard framework port (coming)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 23 19:40:05 UTC 2010
>Closed-Date:    Sat Mar 27 22:34:41 UTC 2010
>Last-Modified:  Sat Mar 27 22:34:41 UTC 2010
>Originator:     Nick Sayer
>Release:        FreeBSD 8.0-RELEASE-p2 i386
>Organization:
Just me
>Environment:
System: FreeBSD quack.kfu.com 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #2: Thu Jan 7 21:47:11 PST 2010 root@quack.kfu.com:/usr/obj/usr/src/sys/QUACK i386


# 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:
#
#	libmusclecard
#	libmusclecard/Makefile
#	libmusclecard/distinfo
#	libmusclecard/pkg-descr
#	libmusclecard/pkg-plist
#
echo c - libmusclecard
mkdir -p libmusclecard > /dev/null 2>&1
echo x - libmusclecard/Makefile
sed 's/^X//' >libmusclecard/Makefile << 'f709e562b445611c3ede469e4d1cb582'
X# New ports collection makefile for:   oneko
X# Date created:        5 December 1994
X# Whom:                asami
X#
X# $FreeBSD$
X#
X
XPORTNAME=      libmusclecard
XPORTVERSION=   1.3.6
XCATEGORIES=    security
XMASTER_SITES=   https://alioth.debian.org/frs/download.php/3024/
X
XMAINTAINER=    ports@FreeBSD.org
XCOMMENT=       Library for accessing MuscleCard smartcards
X
XLIB_DEPENDS=	pcsclite:${PORTSDIR}/devel/pcsc-lite
X
XUSE_BZIP2=	yes
X
XUSE_AUTOTOOLS= libtool:22
XCONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
X
XMAN8=	bundleTool.8
X
X.include <bsd.port.mk>
f709e562b445611c3ede469e4d1cb582
echo x - libmusclecard/distinfo
sed 's/^X//' >libmusclecard/distinfo << '58333671e96b25f65bb4cb2cf6aa3900'
XMD5 (libmusclecard-1.3.6.tar.bz2) = f8d799b03b810f6c1238063a85a268a1
XSHA256 (libmusclecard-1.3.6.tar.bz2) = eb5e6ae4ba1adac47f2913253ef891908f9676be872a1490b98903cff6f15ceb
XSIZE (libmusclecard-1.3.6.tar.bz2) = 473756
58333671e96b25f65bb4cb2cf6aa3900
echo x - libmusclecard/pkg-descr
sed 's/^X//' >libmusclecard/pkg-descr << '41006d647622abc2df38f9d5c3430586'
XDependency for the musclecard framework port
41006d647622abc2df38f9d5c3430586
echo x - libmusclecard/pkg-plist
sed 's/^X//' >libmusclecard/pkg-plist << '51cb71c65f8b87358f5a90a262ae3c92'
Xdoc/muscle-api-1.3.0.pdf
Xinclude/PCSC/mscdefines.h
Xinclude/PCSC/musclecard.h
Xlib/libmusclecard.a
Xlib/libmusclecard.la
Xlib/libmusclecard.so
Xlib/libmusclecard.so.1
Xsbin/bundleTool
51cb71c65f8b87358f5a90a262ae3c92
exit


>Description:
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Feb 23 20:02:13 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144240 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Mar 27 22:34:40 UTC 2010 
State-Changed-Why:  
Feedback timeout 1 Months. If you want to have this port in the Ports 
tree, please feel free to follow-up this PR so that we can re-open it 
and find a solution to the problem. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144240 
>Unformatted:
