Age | Commit message (Collapse) | Author | Files | Lines |
|
Uses rl_completion_matches (configure script checks) and rl_copy_text (not).
Pointed out in PR 36486.
Bump PKGREVISION.
|
|
* Added --hook-script option, including man page update and test-hook.sh.
* Fix: --get-all-metadata takes no argument.
Changes 2.3.0:
* Require popt library to parse command line options.
* Partitioned command line options into groups of related options.
* Added --debug-logfile=FILENAME option.
* Only load all camlibs if necessary.
* (Half-)Fix to make --with-libgphoto2=PREFIX configure parameter work.
* Preliminary support for lower-case filenames in --filename pattern: %:
* Added "rmdir" command to gphoto2 --shell.
|
|
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
|
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
|
|
|
|
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
|
|
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
|
changes:
-new --set-config option
-cleanup
-translation updates
|
|
|
|
|
|
changes:
- New command line arguments:
--list-config - dump the configuration tree of the camera
--get-config var - get the configuration entry <var>
- New capture option:
--frames=count
--interval=seconds
-fixes
-new translations
|
|
Also remove redundant BUILDLINK_DEPENDS.libexif setting.
|
|
"BUILDLINK_DEPENDS.libexif" because the package no longer works with old
version of the "libexif" packacke. Bump package revision because of
these changes.
|
|
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.
|
|
|
|
changes: bugfixes, support for more cameras
|
|
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
|
|
|
|
|
of its consumers.
|
|
curses.buildlink2.mk. This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.
We should have a better way to say that the NetBSD curses doesn't
quite work well enough. In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages. We will look into this again in the future.
|
|
support for base system curses/ncurses as well as ncurses itself.
suggested by wiz.
|
|
|
|
|
|
|
|
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
|
|
|
|
|
program. libgphoto2 is split from gphoto2 in this (minor version(!))
release.
Newly supported cameras include:
Ricoh RDC-1, -2, -2E, -100G, -300, -300Z, -4200, -4300, -5000
Philips ESP2, ESP50, ESP60, ESP70, ESP80, ESP80SXG
Canon PowerShot G3, S230, S45, A100, A200
Nikon D100
Mustek gSmart mini, mini2, mini3 and So. Show 301
USB Jenoptik JD350v
RCA CDS1005, FujiFilm @xia ix-100, Oregon Scientific DShot II,
Media-Tech mt-406, and Scott APX 30
Aiptek Pencam and Medion MD 5319
and probably some more
|
|
|
|
|
|
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
|
|
currently broken (though not too hard to fix), and add a dependency on glib
for the "jamcam" module, which was building with glib as a hidden
dependency all this time (luckily, buildlink2 didn't let it get away with
it like buildlink1 did).
|
|
buildlink2.mk files back into the main trunk.
|
|
and Canon cameras (e.g. ELPH S200, DX-4900).
|
|
The changelog since the last version of gphoto2 in pkgsrc
(a beta from July) is 150K+. Please note that this is no longer
a beta version!
|
|
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.
Example #1:
DISTNAME= foo-X.Y
PKGREVISION= Z
=> PKGNAME= foo-X.YnbZ
Example #2:
DISTNAME= barthing-X.Y
PKGNAME= bar-X.Y
PKGREVISION= Z
=> PKGNAME= bar=X.YnbZ (!)
On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
|
|
|
|
|
|
Make pkgname dewey while I'm here.
|
|
working.
|
|
http://sourceforge.net/tracker/index.php?func=detail&aid=438529&group_id=8874&atid=108874
Summary:
DC240 USB driver only handle DC240
DC240 driver is compatible with DC280, DC3400 and
DC5000 camera. While serial connection should work as
is, USB connection is fixed to DC240 as the USB driver
only looks for device 0x0120 while the 3 other have
another USB device id.
See dc240.c, camera_init() and camera_abilities().
Not yet applied to the gphoto2 source tree, but this patch makes it
possible to use my Kodak DC280.
|
|
http://sourceforge.net/tracker/index.php?func=detail&aid=438155&group_id=8874&atid=108874
Summary:
gphoto2 leave DC240 in an unstable state
Fetching a list of all the files on the DC240 camera
leave the camera in an unstable state, making it hard
to shutdown.
Was applied in revision 1.4 to the ghoto2 source tree, plus an additional
patch, so use this version and not the patch from above.
|
|
longer bundles the UI, and now supports USB. These packages are really
quite separate, so this does not replace the old gphoto pkg.
|