From gslin@colo-p.gslin.org  Wed Apr 22 21:21:13 2009
Return-Path: <gslin@colo-p.gslin.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 33FD1106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Apr 2009 21:21:13 +0000 (UTC)
	(envelope-from gslin@colo-p.gslin.org)
Received: from colo-p.gslin.org (60-199-248-145.static.tfn.net.tw [60.199.248.145])
	by mx1.freebsd.org (Postfix) with ESMTP id E5B598FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Apr 2009 21:21:12 +0000 (UTC)
	(envelope-from gslin@colo-p.gslin.org)
Received: by colo-p.gslin.org (Postfix, from userid 1000)
	id DC7D77E81B; Thu, 23 Apr 2009 05:21:10 +0800 (CST)
Message-Id: <20090422212110.DC7D77E81B@colo-p.gslin.org>
Date: Thu, 23 Apr 2009 05:21:10 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [NEW PORT] multimedia/libdc1394: 1394-based DC Control Library
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         133929
>Category:       ports
>Synopsis:       [NEW PORT] multimedia/libdc1394: 1394-based DC Control Library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 22 21:30:02 UTC 2009
>Closed-Date:    Thu Apr 23 11:31:03 UTC 2009
>Last-Modified:  Thu Apr 23 11:40:01 UTC 2009
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD colo-p.gslin.org 7.1-STABLE FreeBSD 7.1-STABLE #0: Sat Jan 31 21:46:23 UTC 2009
>Description:
libdc1394 is a library that provides a complete high level
application programming interface (API) for developers who wish to
control IEEE 1394 based cameras that conform to the 1394-based Digital
Camera Specifications (also known as the IIDC or DCAM Specifications).

WWW:	http://damien.douxchamps.net/ieee1394/libdc1394/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- libdc1394-2.1.0.shar begins here ---
# 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:
#
#	libdc1394
#	libdc1394/pkg-descr
#	libdc1394/Makefile
#	libdc1394/pkg-plist
#	libdc1394/distinfo
#
echo c - libdc1394
mkdir -p libdc1394 > /dev/null 2>&1
echo x - libdc1394/pkg-descr
sed 's/^X//' >libdc1394/pkg-descr << 'aaf83aef6f7f53181b55249f5605d6bf'
Xlibdc1394 is a library that provides a complete high level
Xapplication programming interface (API) for developers who wish to
Xcontrol IEEE 1394 based cameras that conform to the 1394-based Digital
XCamera Specifications (also known as the IIDC or DCAM Specifications).
X
XWWW:	http://damien.douxchamps.net/ieee1394/libdc1394/
aaf83aef6f7f53181b55249f5605d6bf
echo x - libdc1394/Makefile
sed 's/^X//' >libdc1394/Makefile << 'b36b737885746b21c12ce99f6a05bf75'
X# New ports collection makefile for:	libdc1394
X# Date created:		2009-04-23
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libdc1394
XPORTVERSION=	2.1.0
XCATEGORIES=	multimedia
XMASTER_SITES=	SF
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	1394-based DC Control Library
X
XGNU_CONFIGURE=	yes
XUSE_GNOME=	gnomehack
XUSE_LDCONFIG=	yes
X
XMAN1=		dc1394_reset_bus.1 \
X		dc1394_vloopback.1
X
X.include <bsd.port.mk>
b36b737885746b21c12ce99f6a05bf75
echo x - libdc1394/pkg-plist
sed 's/^X//' >libdc1394/pkg-plist << 'bfb5bf6856d8dd076559677c43383509'
X@comment $FreeBSD$
Xbin/dc1394_reset_bus
Xinclude/dc1394/camera.h
Xinclude/dc1394/capture.h
Xinclude/dc1394/control.h
Xinclude/dc1394/conversions.h
Xinclude/dc1394/dc1394.h
Xinclude/dc1394/format7.h
Xinclude/dc1394/iso.h
Xinclude/dc1394/log.h
Xinclude/dc1394/register.h
Xinclude/dc1394/types.h
Xinclude/dc1394/utils.h
Xinclude/dc1394/vendor/avt.h
Xinclude/dc1394/vendor/basler.h
Xinclude/dc1394/vendor/basler_sff.h
Xinclude/dc1394/vendor/pixelink.h
Xinclude/dc1394/video.h
Xlib/libdc1394.a
Xlib/libdc1394.la
Xlib/libdc1394.so
Xlib/libdc1394.so.23
Xlibdata/pkgconfig/libdc1394-2.pc
X@dirrmtry lib/pkgconfig
X@dirrmtry include/dc1394/vendor
X@dirrmtry include/dc1394/usb
X@dirrmtry include/dc1394/macosx
X@dirrmtry include/dc1394/linux
X@dirrmtry include/dc1394/juju
X@dirrmtry include/dc1394
bfb5bf6856d8dd076559677c43383509
echo x - libdc1394/distinfo
sed 's/^X//' >libdc1394/distinfo << '27fc1b8f6487fd1a2ca413cdfe5206ea'
XMD5 (libdc1394-2.1.0.tar.gz) = 51909785c8c3da6881dd983c98c0c6d6
XSHA256 (libdc1394-2.1.0.tar.gz) = 7175fd261aeb8f7ad991f6da38a1818a59ce6a14a70d4b8d754965aca6f77278
XSIZE (libdc1394-2.1.0.tar.gz) = 579429
27fc1b8f6487fd1a2ca413cdfe5206ea
exit
--- libdc1394-2.1.0.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Thu Apr 23 01:41:42 UTC 2009 
Responsible-Changed-Why:  
I'll take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133929 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Thu Apr 23 11:31:01 UTC 2009 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/133929: commit references a PR
Date: Thu, 23 Apr 2009 11:31:08 +0000 (UTC)

 amdmi3      2009-04-23 11:30:57 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia           Makefile 
   Added files:
     multimedia/libdc1394 Makefile distinfo pkg-descr pkg-plist 
   Log:
   libdc1394 is a library that provides a complete high level
   application programming interface (API) for developers who wish to
   control IEEE 1394 based cameras that conform to the 1394-based Digital
   Camera Specifications (also known as the IIDC or DCAM Specifications).
   
   WWW:    http://damien.douxchamps.net/ieee1394/libdc1394/
   
   PR:             133929
   Submitted by:   Gea-Suan Lin <gslin at gslin dot org>
   
   Revision  Changes    Path
   1.316     +1 -0      ports/multimedia/Makefile
   1.1       +23 -0     ports/multimedia/libdc1394/Makefile (new)
   1.1       +3 -0      ports/multimedia/libdc1394/distinfo (new)
   1.1       +6 -0      ports/multimedia/libdc1394/pkg-descr (new)
   1.1       +29 -0     ports/multimedia/libdc1394/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:
