The primary function of easy-thumbnails is to dynamically create thumbnails
based on a source image. So whenever a thumbnail does not exist or if the
source was modified more recently than the existing thumbnail, a new thumbnail
is generated (and saved). Thumbnail aliases can be defined, providing
predefined thumbnail options. This also allows for generation of thumbnails
when the source image is uploaded.
WWW: http://pypi.python.org/pypi/easy-thumbnails/
WWW: https://github.com/SmileyChris/easy-thumbnails
PR: ports/169246
Submitted by: Matthew X. Economou <xenophon+fbsdports@irtnog.org>
- fix portlint warning (remove dot from COMMENT)
- add LICENSE (BSD)
- py-numpy only needed on runtime stage, so move it to RUN_DEPENDS
- add some tabs to Makefile header and pkg-descr
- do not try to remove directories that we didn't install
- bump PORTREVISION
PR: 168815
Submitted by: rm (myself)
Approved by: maintainer timeout (2 weeks)
checking for ImageMagick version >= 6.4.9... yes
checking for HDRI disabled version of ImageMagick... no
Can't install RMagick 2.13.1.
RMagick does not work when ImageMagick is configured for High Dynamic Range Images.
Don't use the --enable-hdri option when configuring ImageMagick.
Reported by: pointyhat
work/OpenGTL-0.9.17/OpenGTL/GTLCore/LLVMBackend/CodeGenerator_p.cpp: In static member function 'static llvm::Constant* LLVMBackend::CodeGenerator::stringToConstant(llvm::LLVMContext&, const GTLCore::String&)':
work/OpenGTL-0.9.17/OpenGTL/GTLCore/LLVMBackend/CodeGenerator_p.cpp:1244: error: 'llvm::ConstantDataArray' has not been declared
Reported by: pointyhat
ocamlopt.opt -o crop.opt -I ../../src camlimages_core.cmxa unix.cmxa crop.cmx
../../src/libcamlimages_core.a(gifread.o)(.text+0x3ea): In function `dGifGetLine':
: undefined reference to `PrintGifError'
../../src/libcamlimages_core.a(gifwrite.o)(.text+0x2f3): In function `eGifPutLine':
: undefined reference to `PrintGifError'
Reported by: pointyhat
checking for imlib-config... /usr/local/bin/imlib-config
checking for IMLIB - version >= 1.8.0... no
*** Could not run IMLIB test program, checking why...
Reported by: pointyhat
- Build with thread-safe support by default
- Add lzma support
- Adjust OPTIONS:
- Add ICONV, KML and WEBP
- Remove GRASS (cyclic dependency), PERL, PHP, PYTHON, RUBY and THREADS (default)
- Move language bindings to separate ports:
- Move Perl binding to graphics/p5-Geo-GDAL
- Move PHP binding to graphics/php-gdal
- Move Python binding to graphics/py-gdal
- Move Ruby binding to graphics/ruby-gdal
- Add corresponding CONFIGURE_ARGS for disabled features
- Cosmetic change
Changes: http://trac.osgeo.org/gdal/wiki/Release/1.9.1-News
is installed
I also added similar change for WITH_GIMP option, because configure tries to
autodetect it too. PORTREVISION bump doesn't needed because GTK is enabled by
default.
PR: 166722
Submitted by: Bojan Petrovic <bojan_petrovic at fastmail dot fm>
Approved by: Rodrigo OSORIO <rodrigo at bebik dot net> (maintainer)
Aqsis-1.8.0-Source/libs/util/plugins.cpp: In member function 'const Aqsis::CqString Aqsis::CqPluginBase::DLError()':
Aqsis-1.8.0-Source/libs/util/plugins.cpp:174: error: invalid conversion from 'const char*' to 'char*'
Reported by: pointyhat
- add LICENSE (GPLv2)
- convert to new options framework
- make NLS optional
- add MYSQL option to build MySQL database support
- remove LENSFUN option (graphics/lensfun is now required)
- remove MARBLE option (libkgeomap provides this and is required)
- remove no longer needed patches
Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51 commit
- add LICENSE (GPLv2)
- convert to new options framework
- make NLS optional
- add EXPOBLEND option to pull in runtime dependencies for the
ExpoBlening plugin (a lot of ports that get pulled in by graphics/hugin,
so turn it OFF by default)
- add options for the new digikam libraries
- add KSANE option for scanning
- remove no longer needed patches
- update WWW
Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51 commit
Libkface is a KDE C++ wrapper for libface which provides face recognition
and detection in pictures.
WWW: http://www.digikam.org
Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51 commit
- Handle both fftw dependencies at once
- No PORTREVISION bump, users with broken build never got this update
- Take maintainership due to vd@'s ENOTIME
Approved by: vd (maintainer, via email)
- Remove SIPFILES option, some ports (e.g., pykde4) require the files
to be installed.
- Remove DEBUG and TRACING options, and merge them under WITH_DEBUG.
For fix usage -fopenmp flag (with USE_GCC=4.6+) add OPENMP knob. (*)
Fix usage of DEMOSAIC_PACK_GPL3 knob.
Spotted by: Hannes <h2+fbsdports@fsfe.org> (*)
Thanks to: danfe (*)