- trim Makefile header
- add license (BSD)
- limit python version to 2.x
- add patch to not install LICENSE once again and to fix MANPREFIX1
- remove reinplace that is now handled with aforementioned patch
- install yang2dsdl, yang2html and update TODO
while here:
- convert to optionsng
- trim Makefile header
PR: 172169
Submitted by: Aragon Gouveia <aragon at phat.za dot net>
Approved by: EARL <earl1k at mail dot ru> (maintainer)
- BUGFIX: Disabling systray icon no longer disables file association
settings
- BUGFIX: Import new trackers from magnet link in case of duplicate torrent
- BUGFIX: Fix "Skip hash check" feature in torrent import dialog
- BUGFIX: Several Web UI connection fixes
- BUGFIX: Add Basque locale to Web UI
On the way rename %%GCC_VER%% in pkg-plist to %%GCC_VERSION%% and
make the Makefile machinery a bit more generic to minimize differences
between lang/gcc ports based on releases and those based on snapshots.
On the way, update to the 20120930 snapshot of GCC 4.8.0.
Submitted by: jkim [1]
by GCC to allow for orthogonal setting them in the future. [1]
Print the list of languages being built as part of pre-everything
and shorten the output of operating system and version there.
Inspired by: jkim [1]
- remove patch, applied upstream
- add license (GPLv2)
- remove indefinite article in COMMENT
- move pkg-plist content into Makefile
changelog:
- fixed amd64 platform bug that caused ctronome to produce no sound on amd64
platform due to incorrect width of integers used in bitwise operations, thanks
to Dmitry Kazarov - http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170207
thread-safe, so -pthread is not needed here, but in threaded programs that
use libxml2
Pointed out by: ale@
Discussed with: marcus, kwm
Pointyhat to: swills
On the way rename %%GCC_VER%% in pkg-plist to %%GCC_VERSION%% and
make the Makefile machinery a bit more generic to minimize differences
between lang/gcc ports based on releases and those based on snapshots.
On the way, update to the 20120929 snapshot of GCC 4.7.3.
Submitted by: jkim [1]
while here:
- trim Makefile header
- remove indifenite article from COMMENT
- remove deprecated attribution in pkg-descr
PR: 172163
Submitted by: Chris Petrik <c.petrik.sosa at gmail dot com>
Lingua::EN::FindNumber provides a regular expression for finding numbers in
English text. It also provides functions for extracting and manipulating such
numbers.
WWW: http://search.cpan.org/dist/Lingua-EN-FindNumber/
Lingua::EN::Words2Nums converts English text into numbers. It supports both
ordinal and cardinal numbers, negative numbers, and very large numbers.
The main subroutine, which is exported by default, is words2nums(). This
subroutine, when fed a string, will attempt to convert it into a number. If it
succeeds, the number will be returned. If it fails, it returns undef.
WWW: http://search.cpan.org/dist/Lingua-EN-Words2Nums/