perkeep/third_party
mpl 6af01f6c71 vendor: move pkg/images dependencies from third_party
This change is in anticipation of moving pkg/images to go4.org, where it
should not depend on packages in third_party.

So:
third_party/github.com/nf/cr2 -> vendor/github.com/nf/cr2
third_party/github.com/rwcarlsen/goexif -> vendor/github.com/rwcarlsen/goexif
third_party/golang.org/x/image/tiff -> vendor/golang.org/x/image/tiff

Note that third_party/go/pkg/image/jpeg was also a dependency of
pkg/images. We had vendored image/jpeg from tip at the time because it
offered advantages over the version from Go1.3
(https://github.com/camlistore/camlistore/issues/463).
Since we now depend on Go1.5, we can go back to depend on the stdlib
version, so we simply remove third_party/go/pkg/image/jpeg and adjust
the imports accordingly.

Change-Id: Ifc8ffae0551102e644a0a0c67f3ff89e04df15c7
2015-12-18 22:15:33 +01:00
..
bazil.org/fuse third_party: Update bazil.org/fuse and set VolumeName. 2014-11-29 19:06:54 -08:00
closure ui: updates to file upload dialog 2014-11-16 15:31:08 +01:00
code.google.com/p vendor: move pkg/images dependencies from third_party 2015-12-18 22:15:33 +01:00
fontawesome Add FontAwesome. This will be used for icons in the UI. 2014-04-05 17:19:29 -07:00
github.com vendor: move pkg/images dependencies from third_party 2015-12-18 22:15:33 +01:00
glitch Fix file embedding I broke with previous commit 2015-01-31 11:44:11 +01:00
go vendor: move pkg/images dependencies from third_party 2015-12-18 22:15:33 +01:00
golang.org/x vendor: move pkg/images dependencies from third_party 2015-12-18 22:15:33 +01: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
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)