summaryrefslogtreecommitdiff
path: root/graphics/gphoto
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digestsagc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-69/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-04-25Convert to buildlink3 and remove superfluous CPPFLAGS+=-I${LOCALBASE}/include.snj1-4/+3
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-3/+2
*-dirs packages.
2004-01-19Make this compile with gcc3. Should fix PR 24151.cube16-1/+553
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-6/+6
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-02-05gnome[12]-dirs shouldn't have buildlink2.mk files as they don't havejlam1-2/+3
either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles.
2003-01-28Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION.jmmv2-6/+4
2002-12-09Replace "true" by "${TRUE}".tron1-4/+4
2002-11-28Buildlinkify this package to stop it from using the packaged version oftron1-6/+6
"libintl" even if it is not necessary. Bump package revision.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+3
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-02-15mkdir -> ${MKDIR}skrll1-4/+4
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-28Update MASTER_SITES URL to one that exists.briggs1-2/+2
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-04Update URL for camera info.simonb1-1/+1
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+35
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOL.wiz4-22/+26
LTCONFIG_OVERRIDE -> one less patch.
2000-08-01Don't complain if directory "share/gnome" and sub directories can't betron1-4/+4
removed. They are used by e.g. the "gnome-libs", too.
2000-06-21Update to 0.4.3. Changes since 0.4.2:hubertf3-52/+56
* Canon PowerShot library reverse-engineered by Wolfgang Reissnegger Werner Almesberger <almesber@lrc.di.epfl.ch> Rasmus Andersen <rasmus@diku.dk> Edouard Lafargue <lafargue@oslo.geco-prakla.slb.com> Philippe Marzouk <bullmali@afribone.net.ml> Ole W. Saastad <o.w.saastad@kjemi.uio.no> * New Kodak DC21x library and standalone dc21x_cam by Timecop <timecop@japan.co.jp> * Sony DSCF55/505/MSAC-SR1/DCR-PC100 library enhancements. * Support for Sony MSAC-SR1 and Memory Stick used by DCR-PC100. * Standalone rsony program by Mark Davies <mdavies@dial.pipex.com> * New patches contributed by Kees Cook <cook@cpoint.net>, Juergen Weigert <jw@netvision.de>, and Bernd Seemann <bernd@seebaer@ruhr.de> for downloading MPEGs with the standalone program. * Additional Fuji camera models have been comfirmed to work. * Konica and HP library fixes by by Ed Legowski <edlegowski@pobox.com>.
2000-06-05Depend on "imlib" 1.9.8 or newer.tron1-2/+2
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-01-19Remove redundant dependences.tron1-4/+1
2000-01-19Add missign "@dirrm" for "lib/gphoto".tron1-1/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-08Update to V0.4.2. Changes:hubertf18-374/+51
New patches for FreeBSD, OpenBSD, and NetBSD, Sony DSC F55 library changes, a Canon A50 library and general fixes, Canon A5 compatibility fixes, Sony DSC F505 and Sony memory stick adapter support, an HTML Gallery path fix, and a GNOME desktop entry.
1999-11-30This part was not intended to be committed, back it out.hubertf1-4/+4
1999-11-30s/ttyS/tty0/ for NetBSDhubertf8-5/+147
1999-11-30Initial import of gphoto-0.4.1dmcmahill14-0/+314
gPhoto is an universal, free GTK+ application that will allow downloading, saving, and manipulation of images from several different digital camera models, or from the local harddrive. gPhoto has a basic command line interface, which is handy, if you want to set up a web camera, and use gphoto in a script, e.g. with Perl/PHP. gPhoto sports a new HTML engine, that let's you create your gallery "themes" (HTML with special tags), and publish images to the web. A directory browse mode has also been implemented. gPhoto supports a wide array of digital camera models.