summaryrefslogtreecommitdiff
path: root/devel/libgphoto2/DESCR
diff options
context:
space:
mode:
authorwiz <wiz>2002-12-24 16:18:14 +0000
committerwiz <wiz>2002-12-24 16:18:14 +0000
commitc53c25e10547ccd58d6f49ea870973db1061dc60 (patch)
tree955955f775cdfda49dc5e0cd6352218fea558f92 /devel/libgphoto2/DESCR
parent109e77e596a34984832b75878054dd14946bad10 (diff)
downloadpkgsrc-c53c25e10547ccd58d6f49ea870973db1061dc60.tar.gz
Initial import of libgphoto2 -- the libraries for gphoto2.
Diffstat (limited to 'devel/libgphoto2/DESCR')
-rw-r--r--devel/libgphoto2/DESCR10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libgphoto2/DESCR b/devel/libgphoto2/DESCR
new file mode 100644
index 00000000000..d377ceaeec3
--- /dev/null
+++ b/devel/libgphoto2/DESCR
@@ -0,0 +1,10 @@
+libgphoto2 is the core library designed to allow access to digital
+camera by external programs. Here is an overview of the global
+architecture:
+
+It abstracts communication ports and camera protocol, to allow a
+complete modularity. To support a new communication physical layer
+(like IEEE1394), just add a new port to libgphoto2_port. To support
+a new kind a digital camera, just provide a new camlib with the
+required callbacks. All of this will be transparent to client
+programs that call libgphoto2.