diff --git a/net/imaginary/Makefile b/net/imaginary/Makefile new file mode 100644 index 0000000..c508bb1 --- /dev/null +++ b/net/imaginary/Makefile @@ -0,0 +1,19 @@ +COMMENT = image processing microservice + +MODGO_MODNAME = github.com/h2non/imaginary +MODGO_VERSION = v1.2.4 + +DISTNAME = imaginary-${MODGO_VERSION} +PKGNAME = imaginary-1.2.4 + +CATEGORIES = net + +# unknown license -> 'unknown' +PERMIT_PACKAGE = unknown license +PERMIT_DISTFILES = unknown license + +MODULES = lang/go + +.include "modules.inc" + +.include diff --git a/net/imaginary/distinfo b/net/imaginary/distinfo new file mode 100644 index 0000000..56cf0bb --- /dev/null +++ b/net/imaginary/distinfo @@ -0,0 +1,26 @@ +SHA256 (go_modules/github.com/garyburd/redigo/@v/v1.6.0.mod) = 3wSUWpMfIZ92PxXqozxZKT3RLOXy9IK5lDbAyieB9Qw= +SHA256 (go_modules/github.com/garyburd/redigo/@v/v1.6.0.zip) = aPDStFT3qaAAwzNfwPQJEjY35HEcZGGkx14vEo9o8oM= +SHA256 (go_modules/github.com/h2non/bimg/@v/v1.1.4.mod) = iQGjijBHaDvbq2eJYoXoM/RHFnv5s3Y3lDSj2D9GBQA= +SHA256 (go_modules/github.com/h2non/bimg/@v/v1.1.4.zip) = g0QBxHPn3z9gAKv/6Ze7HWBWJt+18W3KER0VdWL962E= +SHA256 (go_modules/github.com/h2non/filetype/@v/v1.1.0.mod) = gi4IbqdszwuIOVRY6sirWr7SHdY1md+C09RtaJi+ukg= +SHA256 (go_modules/github.com/h2non/filetype/@v/v1.1.0.zip) = NJWn9kHTVpKUwdOCiRpW6iA+6idOMBHjPyZyEraOmAE= +SHA256 (go_modules/github.com/hashicorp/golang-lru/@v/v0.0.0-20160813221303-0a025b7e63ad.mod) = 7MVj0/TOy1MabwKUAdRbpsHQQzDhBLxFNdhKUYckmrA= +SHA256 (go_modules/github.com/hashicorp/golang-lru/@v/v0.0.0-20160813221303-0a025b7e63ad.zip) = qdJRNM+KvUwNqKz35/uQjKg+h8AdKqbptEqPQvgHJ9M= +SHA256 (go_modules/github.com/rs/cors/@v/v0.0.0-20170727213201-7af7a1e09ba3.mod) = oASrgsOcioKR0D/4KcT6leBuhk+gAdmRAoBeEXnozwc= +SHA256 (go_modules/github.com/rs/cors/@v/v0.0.0-20170727213201-7af7a1e09ba3.zip) = Mrb6pv9gjOcm6s7vZWTH9efIu2IPJLsbmiCHCsGnjx0= +SHA256 (go_modules/gopkg.in/throttled/throttled.v2/@v/v2.0.3.mod) = lH5TMV6tMnGV4Su+ddXLIdAhJ/68/He/ngQEzgWnzaw= +SHA256 (go_modules/gopkg.in/throttled/throttled.v2/@v/v2.0.3.zip) = p7Yz8rP9J+rz7kFCK3NyvrzJnG9QDFpRVH9N2AQrB4g= +SHA256 (imaginary-v1.2.4.zip) = 0dZNjKMyQUU3Cw6ZWR2C9kr6oWNm41n+WqlrCtLHWSg= +SIZE (go_modules/github.com/garyburd/redigo/@v/v1.6.0.mod) = 34 +SIZE (go_modules/github.com/garyburd/redigo/@v/v1.6.0.zip) = 64442 +SIZE (go_modules/github.com/h2non/bimg/@v/v1.1.4.mod) = 29 +SIZE (go_modules/github.com/h2non/bimg/@v/v1.1.4.zip) = 23470571 +SIZE (go_modules/github.com/h2non/filetype/@v/v1.1.0.mod) = 42 +SIZE (go_modules/github.com/h2non/filetype/@v/v1.1.0.zip) = 3646647 +SIZE (go_modules/github.com/hashicorp/golang-lru/@v/v0.0.0-20160813221303-0a025b7e63ad.mod) = 39 +SIZE (go_modules/github.com/hashicorp/golang-lru/@v/v0.0.0-20160813221303-0a025b7e63ad.zip) = 18479 +SIZE (go_modules/github.com/rs/cors/@v/v0.0.0-20170727213201-7af7a1e09ba3.mod) = 26 +SIZE (go_modules/github.com/rs/cors/@v/v0.0.0-20170727213201-7af7a1e09ba3.zip) = 16714 +SIZE (go_modules/gopkg.in/throttled/throttled.v2/@v/v2.0.3.mod) = 39 +SIZE (go_modules/gopkg.in/throttled/throttled.v2/@v/v2.0.3.zip) = 23982 +SIZE (imaginary-v1.2.4.zip) = 2037554 diff --git a/net/imaginary/modules.inc b/net/imaginary/modules.inc new file mode 100644 index 0000000..1be45d3 --- /dev/null +++ b/net/imaginary/modules.inc @@ -0,0 +1,8 @@ +MODGO_MODULES = \ + github.com/garyburd/redigo v1.6.0 \ + github.com/h2non/bimg v1.1.4 \ + github.com/h2non/filetype v1.1.0 \ + github.com/hashicorp/golang-lru v0.0.0-20160813221303-0a025b7e63ad \ + github.com/rs/cors v0.0.0-20170727213201-7af7a1e09ba3 \ + gopkg.in/throttled/throttled.v2 v2.0.3 + diff --git a/net/imaginary/pkg/DESCR b/net/imaginary/pkg/DESCR new file mode 100644 index 0000000..1bf6c12 --- /dev/null +++ b/net/imaginary/pkg/DESCR @@ -0,0 +1,2 @@ +Fast, simple, scalable, Docker-ready HTTP microservice for high-level +image processing