Port details |
- uatraits User-Agent detection library
- 20130430_15 devel
=0 20130430_15Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses deprecated version of python
This port expired on: 2020-09-15
- Maintainer: demon@FreeBSD.org
- Port Added: 2012-11-13 10:22:18
- Last Update: 2020-09-19 13:01:00
- SVN Revision: 548980
- Also Listed In: www
- License: not specified in port
- WWW:
- https://github.com/lmovsesjan/uatraits
- Description:
- A library for User-Agent recognition. Includes C++, Java, Node.js, Perl,
and Python bindings.
WWW: https://github.com/lmovsesjan/uatraits
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- uatraits>0:devel/uatraits
- No installation instructions:
- This port has been deleted.
- PKGNAME: uatraits
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (uatraits-20130430.tar.gz) = 310edc290bd099cc5425ee91269ac4d85e55dbb30ba1cabd6ed4b5045b9633a8
SIZE (uatraits-20130430.tar.gz) = 329188
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- python2.7 : lang/python27
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- libtoolize : devel/libtool
- Runtime dependencies:
-
- python2.7 : lang/python27
- Library dependencies:
-
- libboost_python27.so : devel/boost-python-libs@py27
- libpcre.so : devel/pcre
- libxml2.so : textproc/libxml2
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- autoreconf compiler:c++11-lang libtool pkgconfig python:2.7 ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20130430_15 19 Sep 2020 13:01:00 |
rene |
Remove expired ports:
2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
20130430_15 08 Mar 2020 17:01:47 |
antoine |
Deprecate some ports using deprecated version of python
With hat: portmgr |
20130430_15 11 Dec 2019 17:53:49 |
jbeich |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
20130430_14 04 Dec 2019 12:41:25 |
pkubaj |
devel/uatraits: fix build with GCC-based architectures
To link with boost, new GCC is needed on GCC architectures.
Add -L${OPENSSLLIB} only when OPENSSLLIB is not /usr/lib. Adding -L/usr/lib when
using ports GCC makes GCC prefer /usr/lib/libstdc++.so instead of its own
libstdc++, which makes the build fail.
PR: 239626
Approved by: mentors (implicit approval), daemon (maintainer, earlier version) |
20130430_14 19 Aug 2019 15:35:28 |
jbeich |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
20130430_13 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
20130430_12 12 Dec 2018 00:15:50 |
jbeich |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
20130430_11 27 Aug 2018 20:20:34 |
tobik |
devel/uatraits: Fix build with Clang 6
../include/uatraits/details/regex_utils.hpp:67:24: error:
non-constant-expression cannot be narrowed from type 'decltype(__x.base() -
__y.base())' (aka 'int') to 'std::size_t' (aka 'unsigned int') in initializer
list [-Wc++11-narrowing]
regex_data data = { i - begin, pos - begin,
scan_integer<std::size_t>(i + 1, pos) };
^~~~~~~~~
http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/uatraits-20130430_11.log
Approved by: demon (maintainer, implicit) |
20130430_11 09 Aug 2018 06:58:31 |
jbeich |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
20130430_10 18 Jun 2018 03:49:10 |
linimon |
Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
20130430_10 18 Apr 2018 13:57:43 |
jbeich |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
20130430_9 18 Apr 2018 06:39:51 |
jbeich |
devel/uatraits: unbreak with boost 1.67
checking for boost_python... boost_python
checking boost/python.hpp usability... yes
checking boost/python.hpp presence... yes
checking for boost/python.hpp... yes
checking linkage with boost::python... no
[...]
configure: error: boost python isn't installed for python binding
PR: 227427
Reported by: antoine (via exp-run) |
20130430_9 15 Feb 2018 12:34:50 |
mat |
devel/boost-python-libs got forgotten in the python flavorization, fix
this oversight.
Reviewed by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14368 |
20130430_9 18 Jan 2018 04:11:03 |
jbeich |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
20130430_8 11 Dec 2017 16:54:20 |
antoine |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed |
20130430_8 25 Sep 2017 00:08:17 |
jbeich |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
20130430_7 25 Sep 2017 00:05:06 |
jbeich |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
20130430_6 02 May 2017 06:48:11 |
jbeich |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
20130430_5 28 Apr 2017 01:32:32 |
linimon |
These ports now build on powerpc64. |
20130430_5 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
20130430_5 06 Jan 2017 08:45:04 |
jbeich |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
20130430_4 23 Nov 2016 12:45:47 |
jbeich |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
20130430_3 22 Nov 2016 14:04:22 |
danfe |
In several dozen ports, use single space for WWW: line in pkg-descr, and
reformat port description text in cases when it was notoriously broken. |
20130430_3 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
20130430_3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
20130430_3 27 Oct 2014 11:09:47 |
bapt |
Cleanup plist |
20130430_3 17 Sep 2014 13:56:16 |
tijl |
Convert to USES=autoreconf and USES=python |
20130430_3 02 Jul 2014 21:56:18 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
20130430_2 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
20130430_1 17 Feb 2014 07:41:08 |
miwi |
- Stage support |
20130430_1 07 Feb 2014 11:44:09 |
bapt |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
20130430 12 Dec 2013 10:53:38 |
bapt |
Convert LIB_DEPENDS for ports depending on boost |
20130430 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
20130430 13 Sep 2013 01:21:56 |
marino |
Add explicit dependency on pkgconf (10 ports)
Approved by: portmgr (bapt, implicit) |
20130430 30 Apr 2013 11:58:57 |
demon |
Add missing symlink. |
20130430 30 Apr 2013 11:43:36 |
demon |
Update to latest snapshot. |
20121112_2 31 Jan 2013 13:38:43 |
bapt |
Chase boost update |
20121112_1 28 Dec 2012 12:33:05 |
demon |
Avoid warning
"Makefile", line 27: warning: "/nonexistent/bin/python2.7-config --libs"
returned non-zero
during 'make describe'
Reported by: beat |
20121112_1 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
20121112 19 Nov 2012 13:07:26 |
demon |
Re-roll with no functional changes (remove VC-specific files).
Feature safe: yes |
20121112 13 Nov 2012 10:21:49 |
demon |
New port: uatraits.
A library for User-Agent recognition. Includes C++, Java, Node.js,
Perl and Python bindings.
Feature safe: yes |