Automatic conversion of the NetBSD pkgsrc CVS module, use with care
44d6f8ac08
June 5, 2017 - Version 10.55 (production release) - Added support for GIF multimedia extensions - Added a couple of new Sony/Minolta lenses (thanks Chris) - Added a new Nikon LensID (thanks Jakob Dettner) - Added new Composite TotalPathPoints tag to photoshop_paths.config - Decode a number of new Sony tags and updated some others (thanks Jos Roost) - Decode a new Pentax tag and fixed decoding of another (thanks Andras Salamon) - Updated iptcCore.args for new IPTC specification - Changed description of a couple of AVI Model tags to match EXIF - Patched tests to avoid failures with Perl 5.25.11 due to missing "." in @INC - Fixed an incorrect warning from the experimental Validate feature May 26, 2017 - Version 10.54 - Added support for Google XMP GImage and GAudio tags - Added a new Olympus CameraType (thanks LibRaw) - Added a two new Sony lenses and decode more ILCE-9 tags (thanks Jos Roost) - Added new values to some Pentax tags (thanks Andras Salamon) - Added a new Canon LensType - Added an additional checks to the experimental -validate feature - Improved user-defined FileTypes feature to provide more flexibility - Enhanced -ext option to allow specific files extensions to be processed along with supported files - API Changes: - Added ListJoin option to replace List and ListSep options May 17, 2017 - Version 10.53 - Added support for "MeSa" Photoshop IRB resource - Made XMP-GSpherical tags writable - Improved German translations (thanks Jobi) May 12, 2017 - Version 10.52 - Added some new values to a number of FujiFilm tags and changed some others (thanks Albert Shan) - Decode a number of new Sony tags for the ILCE-9 (thanks Jos Roost) - Made SonyISO writable - Changed behaviour of advanced formatting expression for Shortcut tags so it now applies to the combined value rather than individual constituent values - Minor changes to some Pentax print conversions - Fixed problem using new NoDups utility with Shortcut tags May 2, 2017 - Version 10.51 - Added "NoDups" utility function for use in advanced formatting expressions - Added a new Pentax LensType (thanks JohnK) - Added some new Pentax DriveMode values (thanks Andras Salamon) - Enhanced -ver option to report Perl include directories with -v2 - Improved warning message when advanced formatting expression returns undef - Minor change to a few FujiFilm print conversion strings (thanks Albert Shan) - Changed behaviour when interpolating Shortcut tags in a string (the values are now separated according to the -sep option setting instead of simply being concatenated) - Patched to allow file times to be set on systems where futimes is not available |
||
---|---|---|
archivers | ||
audio | ||
benchmarks | ||
biology | ||
bootstrap | ||
cad | ||
chat | ||
comms | ||
converters | ||
cross | ||
databases | ||
devel | ||
distfiles | ||
doc | ||
editors | ||
emulators | ||
filesystems | ||
finance | ||
fonts | ||
games | ||
geography | ||
graphics | ||
ham | ||
inputmethod | ||
lang | ||
licenses | ||
math | ||
mbone | ||
meta-pkgs | ||
misc | ||
mk | ||
multimedia | ||
net | ||
news | ||
packages | ||
parallel | ||
pkgtools | ||
regress | ||
security | ||
shells | ||
sysutils | ||
templates | ||
textproc | ||
time | ||
wm | ||
www | ||
x11 | ||
Makefile | ||
pkglocate | ||
README |
$NetBSD: README,v 1.19 2017/03/02 09:51:35 maya Exp $ pkgsrc is a framework for building software on UNIX-like systems. To use, bootstrap using: % cd pkgsrc/bootstrap/ % ./bootstrap build packages, use: % cd pkgsrc/category/package-name % $PREFIX/bin/bmake install Where $PREFIX is where you've chosen to install packages (typically /usr/pkg) Bugs and patches can be filed in the follow link (use category 'pkg'): https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd To fetch the main CVS repository: % cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc It's also possible to contribute through pkgsrc wip (work in progress), for more information, see http://pkgsrc.org/wip/users/ Please see doc/pkgsrc.txt for information.