perkeep/third_party
Fabian Wickborn f0d9c04bc2 Merge goexif with upstream package
This pulls the changes from the current HEAD of
https://github.com/rwcarlsen/goexif
(rev cf045e9d6ba052fd348f82394d364cca4937589a)

Changes to goexif from upstream:
- Add support for reading Nikon and Canon maker notes
- Adds parser registration to exif package
- Renamed cmd to exifstat
- Renamed exported fields and methods in goexif/tiff
- adds support for bare tiff images. bug fix and minor cosmetics
- support pulling the thumbnail
- adds thumbnail support to exif pkg
- tiff defines DataType and constants for the datatype values
- Update covnertVals and TypeCategory to use new constants for DataType
- Renamed test data dir in exif tests
- created type+constants for raw tiff tag data types

Not merged from upstream:
- ~1 MB of test JPGs in goexif/exif/samples

Minor changes in camlistore.org/pkg/* were neccessary to reflect the
name changes in the exported fields and methods.

Change-Id: I0fdcad2d7b5e01e0d4160a5eb52b8ec750d353cf
2014-09-05 08:36:42 +02:00
..
bazil.org/fuse third_party: Update bazil.org/fuse 2014-06-09 02:47:29 +00:00
closure Throttle updates to history so the URL bar doesn't flicker so much. 2014-01-20 12:00:04 -08:00
code.google.com/p oauth: fix Token.Expired 2014-08-25 18:58:18 -07:00
fontawesome Add FontAwesome. This will be used for icons in the UI. 2014-04-05 17:19:29 -07:00
github.com Merge goexif with upstream package 2014-09-05 08:36:42 +02:00
glitch Show server errors in the piggy menu. 2014-08-29 16:08:19 -07:00
go zip: add LastDataOffset field to zip.Writer. 2014-08-30 11:16:09 -07:00
labix.org/v2/mgo third_party/mgo: updated to rev 253 2013-12-13 00:51:30 +01:00
less Adds less (CSS processor) v1.7.4 (Apache v2) 2014-09-03 22:22:56 -07:00
react Upgrade React to 0.10.0. 2014-05-02 19:10:09 -07:00
README move third_party README 2012-03-25 00:20:00 -07:00
rewrite-imports.sh third_party: Switch FUSE library to bazil.org/fuse 2014-01-24 13:28:08 -08:00
update.pl Remove unused third_party dep 2012-10-19 13:03:07 -07:00

README

External packages which Camlistore depends on.

These are not under Camlistore copyright/license.  See the respective projects
for their copyright & licensing details.

These are mirrored into Camlistore for hermetic build reasons, as well
as enabling local patching to work with an ever-changing upstream Go
project.  (not all projects will follow Go tip as closely)