pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/43862



The following reply was made to PR pkg/43862; it has been noted by GNATS.

From: Jan =?ISO-8859-2?Q?=A9mydke?= <jan.smydke%jh-inst.cas.cz@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/43862
Date: Fri, 10 Sep 2010 18:19:28 +0200

 So
 
 ###
 pkg_info expat:
 Information for expat-2.0.1nb2:
 
 Comment:
 XML parser library written in C
 
 Description:
 This is James Clark's expat XML parser library in C. It is a stream
 oriented parser that requires setting handlers to deal with the
 structure that the parser discovers in the document.
 
 Homepage:
 http://expat.sourceforge.net/
 
 ###
 pkg_info cambevao:
 Information for cambevao-2.2nb6:
 
 Comment:
 Grabs jpg images from bktr and ov511+ based USB webcams
 
 Requires:
 jpeg>=8nb1
 
 Description:
 cambevao grabs images from NetBSD's or FreeBSD's /dev/bktr and ov511+
 based USB webcams and saves them as jpegs. It can be used as a console
 based webcam program.
 
 This project started as bktr2jpeg and was (for several years) a single
 C-source file that supported bktr-based devices only. After adding
 support for USB webcams further features got added and the list
 includes now an XML-based config file and a built-in mini webserver for
 static and streaming images. There is a nice interface between the
 camera driver and the rest of the program, so adding new devices is not
 hard (beside writing the driver). Includes rc-scripts for NetBSD's rc.d
 startup and shutdown scripts.
 
 Homepage:
 http://coto.marsrakete.de/projects/cambevao/
 
 ###
 
 ldd /usr/pkg/bin/cambevao:
 /usr/pkg/bin/cambevao:
         -lexpat.1 => /usr/pkg/lib/libexpat.so.1
         -lc.12 => /usr/lib/libc.so.12
         -ljpeg.8 => /usr/pkg/lib/libjpeg.so.8
         -lutil.7 => /usr/lib/libutil.so.7
         -lm.0 => /usr/lib/libm.so.0
 
 ###
 before I manually installed expat, the libexpat.so.1 was just missing
 
 ###
 ls /usr/X11R7/lib/libexpat*:
 /usr/X11R7/lib/libexpat.a        /usr/X11R7/lib/libexpat.so.1     
/usr/X11R7/lib/libexpat_p.a
 /usr/X11R7/lib/libexpat.so       /usr/X11R7/lib/libexpat.so.1.5.2 
/usr/X11R7/lib/libexpat_pic.a
 
 ###
 
 JS
 


Home | Main Index | Thread Index | Old Index