MimeMagic is a library to detect the mime type of a file by extension or by
content. It uses the mime database provided by freedesktop.org.
WWW: https://github.com/minad/mimemagic
PR: 199689
Submitted by: Michael Fausten <ports@michael-fausten.de>
This version can be built by system compilers (gcc 4.2 & clang) and
also ports gcc compilers, unlike its predecessor which would segfault
and even lock up during build.
PR: 199832, 199853
Submitted by: pfg (maintainer)
by the vendor and the source code has been released.
Some enterprising individual may like to make a source + api build,
but for now, I need this for the freebsd cluster.
PR: 199589
Submitted by: dteske
Sponsored by: Panzura, Inc.
Provides a library of matcher objects (also known as
constraints or predicates) allowing 'match' rules to
be defined declaratively, to be used in other frameworks.
Typical scenarios include testing frameworks, mocking libraries
and UI validation rules.
WWW: http://hamcrest.org/
PR: 192575
Submitted by: danilo
module during the intervening versions, so remove references to it from
pkg-descr. p5-Test-Script is no longer required for running the tests, so
remove it.
Also, adjust COMMENT so that it doesn't contain a backtick, which makes
me kindof nervous. Add in LICENSE for good measure.
Transfer maintainership to the perl@ collective, at maintainer's request.
Thanks to demon for maintaining this port for so long.
PR: 199840
Approved by: demon (outgoing maintainer)
Mark as deprecated. Function match_hostname() was backported
to standard library (ssl module) since Python 2.7.9. This is
the python version we have in ports, so there is no need in
this port anymore. Set expiration date to 2015-04-08.
References:
* https://docs.python.org/2.7/library/ssl.html
In file included from src/setup.cc:9:
In file included from include/rime/module.h:13:
include/rime/common.h:22:12: error: no member named 'unique_ptr' in namespace 'std'
include/rime/common.h:23:7: error: no member named 'shared_ptr' in namespace 'std'
include/rime/common.h:24:7: error: no member named 'weak_ptr' in namespace 'std'
include/rime/common.h:28:10: error: no template named 'dynamic_pointer_cast' in namespace 'std'
include/rime/common.h:38:15: error: no member named 'make_shared' in namespace 'std'
include/rime/common.h:38:30: error: no template named 'forward' in namespace 'std'
Reported by: pkg-fallout
Approved by: portmgr blanket
MFH: 2015Q2