From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 8 14:40:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA3B616A41B for ; Tue, 8 Jan 2008 14:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B893B13C469 for ; Tue, 8 Jan 2008 14:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m08Ee1QD013623 for ; Tue, 8 Jan 2008 14:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m08Ee13R013622; Tue, 8 Jan 2008 14:40:01 GMT (envelope-from gnats) Resent-Date: Tue, 8 Jan 2008 14:40:01 GMT Resent-Message-Id: <200801081440.m08Ee13R013622@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, TAOKA Fumiyoshi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0569416A469 for ; Tue, 8 Jan 2008 14:30:37 +0000 (UTC) (envelope-from fmysh@quad.dyndns.org) Received: from xeon.quad.dyndns.org (unknown [IPv6:2001:240:66e::2]) by mx1.freebsd.org (Postfix) with ESMTP id 8969B13C4D3 for ; Tue, 8 Jan 2008 14:30:36 +0000 (UTC) (envelope-from fmysh@quad.dyndns.org) Received: by xeon.quad.dyndns.org (Postfix, from userid 1001) id 066731539A4; Tue, 8 Jan 2008 23:30:35 +0900 (JST) Message-Id: <20080108143035.066731539A4@xeon.quad.dyndns.org> Date: Tue, 8 Jan 2008 23:30:35 +0900 (JST) From: TAOKA Fumiyoshi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: TAOKA Fumiyoshi Subject: ports/119451: graphics/libgphoto2: files not in pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: TAOKA Fumiyoshi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2008 14:40:01 -0000 >Number: 119451 >Category: ports >Synopsis: graphics/libgphoto2: files not in pkg-plist >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 08 14:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: TAOKA Fumiyoshi >Release: >Organization: >Environment: >Description: Since libgphto2 (at least) version 2.4.0 installs document files by itself, drop NOPORTDOCS and update pkg-plist. >How-To-Repeat: # pkg_delete libgphoto2-2.4.0 ===> Deinstalling for graphics/libgphoto2 ===> Deinstalling libgphoto2-2.4.0 pkg_delete: unable to completely remove directory '/usr/local/share/doc/libgphoto2' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) # ls -F /usr/local/share/doc/libgphoto2 README.apidocs apidocs.html/ >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/libgphoto2/Makefile,v retrieving revision 1.33 diff -u -r1.33 Makefile --- Makefile 13 Aug 2007 18:07:58 -0000 1.33 +++ Makefile 8 Jan 2008 14:03:52 -0000 @@ -45,17 +45,4 @@ .endfor @${REINPLACE_CMD} -e 's|linux-hotplug ||' ${WRKSRC}/packaging/Makefile.in -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in AUTHORS NEWS README - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor - @${MKDIR} ${PREFIX}/share/doc/libgphoto2_port -.for file in AUTHORS NEWS README - ${INSTALL_DATA} ${WRKSRC}/libgphoto2_port/${file} \ - ${PREFIX}/share/doc/libgphoto2_port -.endfor -.endif - .include Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/libgphoto2/pkg-plist,v retrieving revision 1.13 diff -u -r1.13 pkg-plist --- pkg-plist 13 Aug 2007 18:07:58 -0000 1.13 +++ pkg-plist 8 Jan 2008 14:04:15 -0000 @@ -215,43 +215,404 @@ lib/udev/check-ptp-camera libdata/pkgconfig/libgphoto2.pc libdata/pkgconfig/libgphoto2_port.pc -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.adc65 -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.agfa-cl20 -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.aox -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.canon -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.clicksmart310 -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.digigr8 -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.enigma13 -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.gsmart300 -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.iclick -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.jamcam -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.konica -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.largan-lmini -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.lg_gsm -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.mars -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.minolta-dimagev -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.mustek -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.panasonic -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.panasonic-coolshot -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.panasonic-l859 -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.pccam300 -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.pccam600 -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.ptp2 -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.smal -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.sonix -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.sonydscf1 -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.soundvision -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.spca50x -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.sq905 -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.toshiba-pdrm11 -%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.913C -%%PORTDOCS%%share/doc/libgphoto2_port/AUTHORS -%%PORTDOCS%%share/doc/libgphoto2_port/NEWS -%%PORTDOCS%%share/doc/libgphoto2_port/README +%%DOCSDIR%%/AUTHORS +%%DOCSDIR%%/COPYING +%%DOCSDIR%%/NEWS +%%DOCSDIR%%/README +%%DOCSDIR%%/README.apidocs +%%DOCSDIR%%/apidocs.html/__stdint_8h-source.html +%%DOCSDIR%%/apidocs.html/annotated.html +%%DOCSDIR%%/apidocs.html/bayer_8c.html +%%DOCSDIR%%/apidocs.html/bayer_8c__incl.map +%%DOCSDIR%%/apidocs.html/bayer_8c__incl.md5 +%%DOCSDIR%%/apidocs.html/bayer_8c__incl.png +%%DOCSDIR%%/apidocs.html/bayer_8h-source.html +%%DOCSDIR%%/apidocs.html/bayer_8h.html +%%DOCSDIR%%/apidocs.html/bayer_8h__dep__incl.map +%%DOCSDIR%%/apidocs.html/bayer_8h__dep__incl.md5 +%%DOCSDIR%%/apidocs.html/bayer_8h__dep__incl.png +%%DOCSDIR%%/apidocs.html/deprecated.html +%%DOCSDIR%%/apidocs.html/dir_000001_000002.html +%%DOCSDIR%%/apidocs.html/dir_000002_000004.html +%%DOCSDIR%%/apidocs.html/dir_000003_000002.html +%%DOCSDIR%%/apidocs.html/dir_000003_000004.html +%%DOCSDIR%%/apidocs.html/dir_000006_000005.html +%%DOCSDIR%%/apidocs.html/dir_15342902797491dd7e854ad7e6c2a7e7.html +%%DOCSDIR%%/apidocs.html/dir_15342902797491dd7e854ad7e6c2a7e7_dep.map +%%DOCSDIR%%/apidocs.html/dir_15342902797491dd7e854ad7e6c2a7e7_dep.png +%%DOCSDIR%%/apidocs.html/dir_2cb9c3eaf776108b8e911b04fc5c3f92.html +%%DOCSDIR%%/apidocs.html/dir_2cb9c3eaf776108b8e911b04fc5c3f92_dep.map +%%DOCSDIR%%/apidocs.html/dir_2cb9c3eaf776108b8e911b04fc5c3f92_dep.png +%%DOCSDIR%%/apidocs.html/dir_3d36174c7383640903b64d918705aff5.html +%%DOCSDIR%%/apidocs.html/dir_3d36174c7383640903b64d918705aff5_dep.map +%%DOCSDIR%%/apidocs.html/dir_3d36174c7383640903b64d918705aff5_dep.png +%%DOCSDIR%%/apidocs.html/dir_6d3dbd139125abe76f4d7e9d3fac0a08.html +%%DOCSDIR%%/apidocs.html/dir_6d3dbd139125abe76f4d7e9d3fac0a08_dep.map +%%DOCSDIR%%/apidocs.html/dir_6d3dbd139125abe76f4d7e9d3fac0a08_dep.png +%%DOCSDIR%%/apidocs.html/dir_82876362d8f509af7edc55396e6f4401.html +%%DOCSDIR%%/apidocs.html/dir_82876362d8f509af7edc55396e6f4401_dep.map +%%DOCSDIR%%/apidocs.html/dir_82876362d8f509af7edc55396e6f4401_dep.png +%%DOCSDIR%%/apidocs.html/dir_877dd5514f461582953355b66a78a2f0.html +%%DOCSDIR%%/apidocs.html/dir_877dd5514f461582953355b66a78a2f0_dep.map +%%DOCSDIR%%/apidocs.html/dir_877dd5514f461582953355b66a78a2f0_dep.png +%%DOCSDIR%%/apidocs.html/dir_df6a440f1adc5391ad3935c9873c95bc.html +%%DOCSDIR%%/apidocs.html/dir_df6a440f1adc5391ad3935c9873c95bc_dep.map +%%DOCSDIR%%/apidocs.html/dir_df6a440f1adc5391ad3935c9873c95bc_dep.png +%%DOCSDIR%%/apidocs.html/dirs.html +%%DOCSDIR%%/apidocs.html/doxygen.css +%%DOCSDIR%%/apidocs.html/doxygen.png +%%DOCSDIR%%/apidocs.html/exif_8c.html +%%DOCSDIR%%/apidocs.html/exif_8c__incl.map +%%DOCSDIR%%/apidocs.html/exif_8c__incl.md5 +%%DOCSDIR%%/apidocs.html/exif_8c__incl.png +%%DOCSDIR%%/apidocs.html/exif_8h-source.html +%%DOCSDIR%%/apidocs.html/exif_8h.html +%%DOCSDIR%%/apidocs.html/exif_8h__dep__incl.map +%%DOCSDIR%%/apidocs.html/exif_8h__dep__incl.md5 +%%DOCSDIR%%/apidocs.html/exif_8h__dep__incl.png +%%DOCSDIR%%/apidocs.html/exif_8h__incl.map +%%DOCSDIR%%/apidocs.html/exif_8h__incl.md5 +%%DOCSDIR%%/apidocs.html/exif_8h__incl.png +%%DOCSDIR%%/apidocs.html/files.html +%%DOCSDIR%%/apidocs.html/functions.html +%%DOCSDIR%%/apidocs.html/functions_vars.html +%%DOCSDIR%%/apidocs.html/gamma_8c.html +%%DOCSDIR%%/apidocs.html/gamma_8c__incl.map +%%DOCSDIR%%/apidocs.html/gamma_8c__incl.md5 +%%DOCSDIR%%/apidocs.html/gamma_8c__incl.png +%%DOCSDIR%%/apidocs.html/gamma_8h-source.html +%%DOCSDIR%%/apidocs.html/gamma_8h.html +%%DOCSDIR%%/apidocs.html/gamma_8h__dep__incl.map +%%DOCSDIR%%/apidocs.html/gamma_8h__dep__incl.md5 +%%DOCSDIR%%/apidocs.html/gamma_8h__dep__incl.png +%%DOCSDIR%%/apidocs.html/globals.html +%%DOCSDIR%%/apidocs.html/globals_0x62.html +%%DOCSDIR%%/apidocs.html/globals_0x63.html +%%DOCSDIR%%/apidocs.html/globals_0x64.html +%%DOCSDIR%%/apidocs.html/globals_0x66.html +%%DOCSDIR%%/apidocs.html/globals_0x67.html +%%DOCSDIR%%/apidocs.html/globals_0x68.html +%%DOCSDIR%%/apidocs.html/globals_0x69.html +%%DOCSDIR%%/apidocs.html/globals_0x6d.html +%%DOCSDIR%%/apidocs.html/globals_0x70.html +%%DOCSDIR%%/apidocs.html/globals_0x73.html +%%DOCSDIR%%/apidocs.html/globals_defs.html +%%DOCSDIR%%/apidocs.html/globals_enum.html +%%DOCSDIR%%/apidocs.html/globals_eval.html +%%DOCSDIR%%/apidocs.html/globals_func.html +%%DOCSDIR%%/apidocs.html/globals_func_0x64.html +%%DOCSDIR%%/apidocs.html/globals_func_0x66.html +%%DOCSDIR%%/apidocs.html/globals_func_0x67.html +%%DOCSDIR%%/apidocs.html/globals_func_0x70.html +%%DOCSDIR%%/apidocs.html/globals_func_0x73.html +%%DOCSDIR%%/apidocs.html/globals_type.html +%%DOCSDIR%%/apidocs.html/globals_vars.html +%%DOCSDIR%%/apidocs.html/gphoto2-abilities-list_8c.html +%%DOCSDIR%%/apidocs.html/gphoto2-abilities-list_8c__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-abilities-list_8c__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-abilities-list_8c__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-abilities-list_8h-source.html +%%DOCSDIR%%/apidocs.html/gphoto2-abilities-list_8h.html +%%DOCSDIR%%/apidocs.html/gphoto2-abilities-list_8h__dep__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-abilities-list_8h__dep__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-abilities-list_8h__dep__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-abilities-list_8h__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-abilities-list_8h__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-abilities-list_8h__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-camera_8c.html +%%DOCSDIR%%/apidocs.html/gphoto2-camera_8c__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-camera_8c__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-camera_8c__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-camera_8h-source.html +%%DOCSDIR%%/apidocs.html/gphoto2-camera_8h.html +%%DOCSDIR%%/apidocs.html/gphoto2-camera_8h__dep__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-camera_8h__dep__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-camera_8h__dep__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-camera_8h__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-camera_8h__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-camera_8h__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-context_8c.html +%%DOCSDIR%%/apidocs.html/gphoto2-context_8c__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-context_8c__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-context_8c__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-context_8h-source.html +%%DOCSDIR%%/apidocs.html/gphoto2-context_8h.html +%%DOCSDIR%%/apidocs.html/gphoto2-context_8h__dep__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-context_8h__dep__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-context_8h__dep__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-context_8h__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-context_8h__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-context_8h__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-endian_8h-source.html +%%DOCSDIR%%/apidocs.html/gphoto2-file_8c.html +%%DOCSDIR%%/apidocs.html/gphoto2-file_8c__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-file_8c__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-file_8c__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-file_8h-source.html +%%DOCSDIR%%/apidocs.html/gphoto2-file_8h.html +%%DOCSDIR%%/apidocs.html/gphoto2-file_8h__dep__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-file_8h__dep__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-file_8h__dep__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-file_8h__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-file_8h__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-file_8h__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-filesys_8c.html +%%DOCSDIR%%/apidocs.html/gphoto2-filesys_8c__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-filesys_8c__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-filesys_8c__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-filesys_8h-source.html +%%DOCSDIR%%/apidocs.html/gphoto2-filesys_8h.html +%%DOCSDIR%%/apidocs.html/gphoto2-filesys_8h__dep__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-filesys_8h__dep__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-filesys_8h__dep__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-filesys_8h__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-filesys_8h__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-filesys_8h__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-library_8c.html +%%DOCSDIR%%/apidocs.html/gphoto2-library_8c__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-library_8c__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-library_8c__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-library_8h-source.html +%%DOCSDIR%%/apidocs.html/gphoto2-library_8h.html +%%DOCSDIR%%/apidocs.html/gphoto2-library_8h__dep__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-library_8h__dep__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-library_8h__dep__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-library_8h__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-library_8h__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-library_8h__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-list_8c.html +%%DOCSDIR%%/apidocs.html/gphoto2-list_8c__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-list_8c__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-list_8c__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-list_8h-source.html +%%DOCSDIR%%/apidocs.html/gphoto2-list_8h.html +%%DOCSDIR%%/apidocs.html/gphoto2-list_8h__dep__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-list_8h__dep__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-list_8h__dep__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-port-info-list_8c.html +%%DOCSDIR%%/apidocs.html/gphoto2-port-info-list_8c__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-port-info-list_8c__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-port-info-list_8c__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-port-info-list_8h-source.html +%%DOCSDIR%%/apidocs.html/gphoto2-port-info-list_8h.html +%%DOCSDIR%%/apidocs.html/gphoto2-port-info-list_8h__dep__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-port-info-list_8h__dep__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-port-info-list_8h__dep__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-port-info-list_8h__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-port-info-list_8h__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-port-info-list_8h__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-port-library_8h-source.html +%%DOCSDIR%%/apidocs.html/gphoto2-port-library_8h.html +%%DOCSDIR%%/apidocs.html/gphoto2-port-library_8h__dep__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-port-library_8h__dep__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-port-library_8h__dep__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-port-library_8h__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-port-library_8h__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-port-library_8h__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-port-log_8c.html +%%DOCSDIR%%/apidocs.html/gphoto2-port-log_8c__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-port-log_8c__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-port-log_8c__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-port-log_8h-source.html +%%DOCSDIR%%/apidocs.html/gphoto2-port-log_8h.html +%%DOCSDIR%%/apidocs.html/gphoto2-port-log_8h__dep__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-port-log_8h__dep__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-port-log_8h__dep__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-port-log_8h__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-port-log_8h__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-port-log_8h__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-port-portability_8c.html +%%DOCSDIR%%/apidocs.html/gphoto2-port-portability_8c__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-port-portability_8c__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-port-portability_8c__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-port-portability_8h-source.html +%%DOCSDIR%%/apidocs.html/gphoto2-port-portability_8h.html +%%DOCSDIR%%/apidocs.html/gphoto2-port-portability_8h__dep__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-port-portability_8h__dep__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-port-portability_8h__dep__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-port-portability_8h__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-port-portability_8h__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-port-portability_8h__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-port-result_8c.html +%%DOCSDIR%%/apidocs.html/gphoto2-port-result_8c__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-port-result_8c__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-port-result_8c__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-port-result_8h-source.html +%%DOCSDIR%%/apidocs.html/gphoto2-port-result_8h.html +%%DOCSDIR%%/apidocs.html/gphoto2-port-result_8h__dep__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-port-result_8h__dep__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-port-result_8h__dep__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-port-version_8c.html +%%DOCSDIR%%/apidocs.html/gphoto2-port-version_8c__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-port-version_8c__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-port-version_8c__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-port-version_8h-source.html +%%DOCSDIR%%/apidocs.html/gphoto2-port-version_8h.html +%%DOCSDIR%%/apidocs.html/gphoto2-port-version_8h__dep__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-port-version_8h__dep__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-port-version_8h__dep__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-port_8c.html +%%DOCSDIR%%/apidocs.html/gphoto2-port_8c__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-port_8c__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-port_8c__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-port_8h-source.html +%%DOCSDIR%%/apidocs.html/gphoto2-port_8h.html +%%DOCSDIR%%/apidocs.html/gphoto2-port_8h__dep__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-port_8h__dep__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-port_8h__dep__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-port_8h__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-port_8h__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-port_8h__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-result_8c.html +%%DOCSDIR%%/apidocs.html/gphoto2-result_8c__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-result_8c__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-result_8c__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-result_8h-source.html +%%DOCSDIR%%/apidocs.html/gphoto2-result_8h.html +%%DOCSDIR%%/apidocs.html/gphoto2-result_8h__dep__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-result_8h__dep__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-result_8h__dep__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-result_8h__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-result_8h__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-result_8h__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-setting_8c.html +%%DOCSDIR%%/apidocs.html/gphoto2-setting_8c__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-setting_8c__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-setting_8c__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-setting_8h-source.html +%%DOCSDIR%%/apidocs.html/gphoto2-setting_8h.html +%%DOCSDIR%%/apidocs.html/gphoto2-setting_8h__dep__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-setting_8h__dep__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-setting_8h__dep__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-version_8c.html +%%DOCSDIR%%/apidocs.html/gphoto2-version_8c__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-version_8c__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-version_8c__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-version_8h-source.html +%%DOCSDIR%%/apidocs.html/gphoto2-version_8h.html +%%DOCSDIR%%/apidocs.html/gphoto2-version_8h__dep__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-version_8h__dep__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-version_8h__dep__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-version_8h__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-version_8h__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-version_8h__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-widget_8c.html +%%DOCSDIR%%/apidocs.html/gphoto2-widget_8c__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-widget_8c__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-widget_8c__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-widget_8h-source.html +%%DOCSDIR%%/apidocs.html/gphoto2-widget_8h.html +%%DOCSDIR%%/apidocs.html/gphoto2-widget_8h__dep__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-widget_8h__dep__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-widget_8h__dep__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2-widget_8h__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2-widget_8h__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2-widget_8h__incl.png +%%DOCSDIR%%/apidocs.html/gphoto2_8h-source.html +%%DOCSDIR%%/apidocs.html/gphoto2_8h.html +%%DOCSDIR%%/apidocs.html/gphoto2_8h__incl.map +%%DOCSDIR%%/apidocs.html/gphoto2_8h__incl.md5 +%%DOCSDIR%%/apidocs.html/gphoto2_8h__incl.png +%%DOCSDIR%%/apidocs.html/graph_legend.dot +%%DOCSDIR%%/apidocs.html/graph_legend.html +%%DOCSDIR%%/apidocs.html/graph_legend.png +%%DOCSDIR%%/apidocs.html/index.html +%%DOCSDIR%%/apidocs.html/jpeg_8c.html +%%DOCSDIR%%/apidocs.html/jpeg_8c__incl.map +%%DOCSDIR%%/apidocs.html/jpeg_8c__incl.md5 +%%DOCSDIR%%/apidocs.html/jpeg_8c__incl.png +%%DOCSDIR%%/apidocs.html/jpeg_8h-source.html +%%DOCSDIR%%/apidocs.html/jpeg_8h.html +%%DOCSDIR%%/apidocs.html/jpeg_8h__dep__incl.map +%%DOCSDIR%%/apidocs.html/jpeg_8h__dep__incl.md5 +%%DOCSDIR%%/apidocs.html/jpeg_8h__dep__incl.png +%%DOCSDIR%%/apidocs.html/jpeg_8h__incl.map +%%DOCSDIR%%/apidocs.html/jpeg_8h__incl.md5 +%%DOCSDIR%%/apidocs.html/jpeg_8h__incl.png +%%DOCSDIR%%/apidocs.html/pages.html +%%DOCSDIR%%/apidocs.html/structCameraAbilities.html +%%DOCSDIR%%/apidocs.html/structCameraFile.html +%%DOCSDIR%%/apidocs.html/structCameraFilePath.html +%%DOCSDIR%%/apidocs.html/structCameraText.html +%%DOCSDIR%%/apidocs.html/structLogFunc.html +%%DOCSDIR%%/apidocs.html/structSetting.html +%%DOCSDIR%%/apidocs.html/struct__CameraAbilitiesList.html +%%DOCSDIR%%/apidocs.html/struct__CameraAbilitiesList__coll__graph.map +%%DOCSDIR%%/apidocs.html/struct__CameraAbilitiesList__coll__graph.md5 +%%DOCSDIR%%/apidocs.html/struct__CameraAbilitiesList__coll__graph.png +%%DOCSDIR%%/apidocs.html/struct__CameraFile.html +%%DOCSDIR%%/apidocs.html/struct__CameraFileInfo.html +%%DOCSDIR%%/apidocs.html/struct__CameraFileInfoAudio.html +%%DOCSDIR%%/apidocs.html/struct__CameraFileInfoFile.html +%%DOCSDIR%%/apidocs.html/struct__CameraFileInfoPreview.html +%%DOCSDIR%%/apidocs.html/struct__CameraFileInfo__coll__graph.map +%%DOCSDIR%%/apidocs.html/struct__CameraFileInfo__coll__graph.md5 +%%DOCSDIR%%/apidocs.html/struct__CameraFileInfo__coll__graph.png +%%DOCSDIR%%/apidocs.html/struct__CameraFilesystem.html +%%DOCSDIR%%/apidocs.html/struct__CameraFunctions.html +%%DOCSDIR%%/apidocs.html/struct__CameraStorageInformation.html +%%DOCSDIR%%/apidocs.html/struct__CameraWidget.html +%%DOCSDIR%%/apidocs.html/struct__CameraWidget__coll__graph.map +%%DOCSDIR%%/apidocs.html/struct__CameraWidget__coll__graph.md5 +%%DOCSDIR%%/apidocs.html/struct__CameraWidget__coll__graph.png +%%DOCSDIR%%/apidocs.html/struct__GPPort.html +%%DOCSDIR%%/apidocs.html/struct__GPPortInfo.html +%%DOCSDIR%%/apidocs.html/struct__GPPortOperations.html +%%DOCSDIR%%/apidocs.html/struct__GPPortPrivateCore.html +%%DOCSDIR%%/apidocs.html/struct__GPPortPrivateCore__coll__graph.map +%%DOCSDIR%%/apidocs.html/struct__GPPortPrivateCore__coll__graph.md5 +%%DOCSDIR%%/apidocs.html/struct__GPPortPrivateCore__coll__graph.png +%%DOCSDIR%%/apidocs.html/struct__GPPortSettingsDisk.html +%%DOCSDIR%%/apidocs.html/struct__GPPortSettingsSerial.html +%%DOCSDIR%%/apidocs.html/struct__GPPortSettingsUSB.html +%%DOCSDIR%%/apidocs.html/struct__GPPort__coll__graph.map +%%DOCSDIR%%/apidocs.html/struct__GPPort__coll__graph.md5 +%%DOCSDIR%%/apidocs.html/struct__GPPort__coll__graph.png +%%DOCSDIR%%/apidocs.html/tab_b.gif +%%DOCSDIR%%/apidocs.html/tab_l.gif +%%DOCSDIR%%/apidocs.html/tab_r.gif +%%DOCSDIR%%/apidocs.html/tabs.css +%%DOCSDIR%%/apidocs.html/template_8c.html +%%DOCSDIR%%/apidocs.html/template_8c__incl.map +%%DOCSDIR%%/apidocs.html/template_8c__incl.md5 +%%DOCSDIR%%/apidocs.html/template_8c__incl.png +%%DOCSDIR%%/apidocs.html/union__GPPortSettings.html +%%DOCSDIR%%/apidocs.html/union__GPPortSettings__coll__graph.map +%%DOCSDIR%%/apidocs.html/union__GPPortSettings__coll__graph.md5 +%%DOCSDIR%%/apidocs.html/union__GPPortSettings__coll__graph.png +%%DOCSDIR%%/camlibs/README.adc65 +%%DOCSDIR%%/camlibs/README.agfa-cl20 +%%DOCSDIR%%/camlibs/README.aox +%%DOCSDIR%%/camlibs/README.canon +%%DOCSDIR%%/camlibs/README.clicksmart310 +%%DOCSDIR%%/camlibs/README.digigr8 +%%DOCSDIR%%/camlibs/README.enigma13 +%%DOCSDIR%%/camlibs/README.gsmart300 +%%DOCSDIR%%/camlibs/README.iclick +%%DOCSDIR%%/camlibs/README.jamcam +%%DOCSDIR%%/camlibs/README.konica +%%DOCSDIR%%/camlibs/README.largan-lmini +%%DOCSDIR%%/camlibs/README.lg_gsm +%%DOCSDIR%%/camlibs/README.mars +%%DOCSDIR%%/camlibs/README.minolta-dimagev +%%DOCSDIR%%/camlibs/README.mustek +%%DOCSDIR%%/camlibs/README.panasonic +%%DOCSDIR%%/camlibs/README.panasonic-coolshot +%%DOCSDIR%%/camlibs/README.panasonic-l859 +%%DOCSDIR%%/camlibs/README.pccam300 +%%DOCSDIR%%/camlibs/README.pccam600 +%%DOCSDIR%%/camlibs/README.ptp2 +%%DOCSDIR%%/camlibs/README.smal +%%DOCSDIR%%/camlibs/README.sonix +%%DOCSDIR%%/camlibs/README.sonydscf1 +%%DOCSDIR%%/camlibs/README.soundvision +%%DOCSDIR%%/camlibs/README.spca50x +%%DOCSDIR%%/camlibs/README.sq905 +%%DOCSDIR%%/camlibs/README.toshiba-pdrm11 +%%DOCSDIR%%/camlibs/README.913C +share/doc/libgphoto2_port/AUTHORS +share/doc/libgphoto2_port/NEWS +share/doc/libgphoto2_port/README %%DATADIR%%/%%VERSION%%/konica/english %%DATADIR%%/%%VERSION%%/konica/french %%DATADIR%%/%%VERSION%%/konica/german @@ -296,9 +657,10 @@ @dirrm %%DATADIR%%/%%VERSION%%/konica @dirrm %%DATADIR%%/%%VERSION%% @dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm share/doc/libgphoto2_port -%%PORTDOCS%%@dirrm %%DOCSDIR%%/camlibs -%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm share/doc/libgphoto2_port +@dirrm %%DOCSDIR%%/apidocs.html +@dirrm %%DOCSDIR%%/camlibs +@dirrm %%DOCSDIR%% @dirrmtry lib/udev @dirrm lib/libgphoto2_port/%%VERSION_PORT%% @dirrm lib/libgphoto2_port >Release-Note: >Audit-Trail: >Unformatted: