notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: converters/py-unidecode/Makefile

Number of commits found: 31

Tuesday, 16 Jan 2024
16:18 Robert Clausecker (fuz) search for other commits by this committer Author: Andreas Bilke
converters/py-unidecode: update to 1.3.7

Changelog: https://github.com/avian2/unidecode/blob/unidecode-1.3.7/ChangeLog

PR:		275283
MFH:		2024Q1
Approved by:	douglas@douglasthrift.net (maintainer timeout)
commit hash: 1b4e67f3e0f60b253537985fb838085e91434b35 commit hash: 1b4e67f3e0f60b253537985fb838085e91434b35 commit hash: 1b4e67f3e0f60b253537985fb838085e91434b35 commit hash: 1b4e67f3e0f60b253537985fb838085e91434b35 1b4e67f
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Wednesday, 11 Jan 2023
15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 77d6847
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
converters: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Keda <admin@lissyara.su>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alexandr Kovalenko <never@nevermind.kiev.ua>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrey A. Chernov <ache@FreeBSD.org>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Blaz Zupan <blaz@amis.net>
  *  Brent J. Nordquist <bjn@visi.com>
  *  Carlos J. Puga Medina <cpm@fbsd.es>
  *  Cezary Morga <cm@therek.net>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Chris Costello <chris@FreeBSD.org>
  *  Cyrus Rahman <cr@jcmax.com>
  *  Dan Rench <citric@cubicone.tmetic.com>
  *  Denis Pokataev <catone@cpan.org>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Douglas Thrift <douglas@douglasthrift.net>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Erwin Lansing <erwin@lansing.dk>
  *  G. Adam Stanislav
  *  G. Adam Stanislav <adam@whizkidtech.net>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Gvozdikov Veniamin <g.veniamin@googlemail.com>
  *  Ilia Chipitsine <ilia@jane.cgu.chel.su>
  *  Ismail Yenigul <ismail.yenigul@surgate.com>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jan-Peter Koopmann <j.koopmann@seceidos.de>
  *  Jason Burgess <dev@fenux.net>
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
  *  Kuang-che Wu <kcwu@csie.org>
  *  Lung Sung <clsung@FreeBSD.org>
  *  M.Indlekofer@gmx.de
  *  Marc Fournier <scrappy@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Masanori Kiriake <seiken@nbs.co.jp>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Haro <mharo@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Nosov Artem <chip-set@mail.ru>
  *  Oleg R. Muhutdinov <mor@WhiteLuna.com>
  *  Oscar Bonilla <obonilla@fisicc-ufm.edu>
  *  Patrick Li <pat@databits.net>
  *  Pav Lucistnik <pav@oook.cz>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Rodrigo Graeff <delphus@gmail.com>
  *  Rong-En Fan <rafan@infor.org>
  *  Ryan T. Dean <rtdean@cytherianage.net>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thomas Dreibholz <dreibh@iem.uni-due.de>
  *  Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
  *  Timur Bakeyev <bat@cpan.org>
  *  Timur Bakeyev <timur@FreeBSD.org>
  *  Timur I. Bakeyev <bat@cpan.org>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vladimir Timofeev <vovkasm@gmail.com>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  ache
  *  ache@FreeBSD.org
  *  buganini@gmail.com
  *  chinsan
  *  hosokawa
  *  ijliao
  *  kbyanc
  *  keiichi@iijlab.net
  *  never@nevermind.kiev.ua
  *  nork@FreeBSD.org
  *  nork@cityfujisawa.ne.jp
  *  roman@xpert.com
  *  samm
  *  thierry@pompo.net
  *  torstenb@FreeBSD.org
  *  trevor
  *  vanilla@
  *  will

With hat:	portmgr
commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176 commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176 commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176 commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176 9ee281e
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 28 Dec 2020
23:02 antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
Original commitRevision:559531 
Sunday, 18 Oct 2020
20:26 sunpoet search for other commits by this committer
Update to 1.1.1

Changes:	https://github.com/avian2/unidecode/blob/master/ChangeLog
PR:		250106
Submitted by:	sunpoet (myself)
Approved by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
Original commitRevision:552702 
Wednesday, 10 Apr 2019
06:18 antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
Original commitRevision:498530 
Sunday, 25 Nov 2018
19:51 swills search for other commits by this committer
converters/py-unidecode: Update to 1.0.23

PR:		233484
Submitted by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
Original commitRevision:485898 
Sunday, 1 Apr 2018
13:42 dbaio search for other commits by this committer
converters/py-unidecode: Update to 1.0.22

While here, update LICENSE.

Changes:	https://raw.githubusercontent.com/avian2/unidecode/unidecode-1.0.22/ChangeLog

PR:		227151
Submitted by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
Original commitRevision:466155 
Sunday, 2 Jul 2017
02:09 wen search for other commits by this committer
- Update to 0.04.21

PR:		220424
Submitted by:	douglas@douglasthrift.net(maintainer)
Original commitRevision:444859 
Friday, 3 Mar 2017
06:31 wen search for other commits by this committer
- Update to 0.04.20

PR:		216388
Submitted by:	douglas@douglasthrift.net(maintainer)
Original commitRevision:435316 
Sunday, 24 Jan 2016
00:13 rakuco search for other commits by this committer
Update to 0.04.19.

From ChangeLog:

2016-01-21      unidecode 0.04.19

* Add unidecode_expect_ascii() and unidecode_expect_nonascii()
  functions for performance critical applications.
 (thanks to Israel Saeta Perez)

PR:		206550
Submitted by:	douglas@douglasthrift.net (maintainer)
Original commitRevision:407070 
Sunday, 15 Nov 2015
11:07 wg search for other commits by this committer
converters/py-unidecode: update to 0.04.18

PR:		204557
Submitted by:	maintainer
Original commitRevision:401688 
Sunday, 19 Oct 2014
07:50 mva search for other commits by this committer
- Convert ports from cad/, chinese/, comms/ and converters/ to new
  USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371172 
Sunday, 2 Mar 2014
19:51 rm search for other commits by this committer
Do not use devel/py-virtualenv/files/py3k-fix-pkg-plist.inc - this functionality
was included into bsd.python.mk
Original commitRevision:346792 
Thursday, 24 Oct 2013
10:26 koobs search for other commits by this committer
converters/py-unicdecode: Update to 0.04.14, Enable STAGE and auto-plist

- Update to 0.04.14
- Enable auto plist generation & remove pkg-plist accordingly
- Enable STAGE support

While I'm here:

- Whitespace alignment
- Re-order a couple of Makefile entries

Changes: 2013-09-20 unidecode 0.04.14

 * Revert transliteration for Latin characters with umlauts back
   to language-neutral, unaccented characters.
 * Added transliterations for circled numbers, letters and ordinals.
 * Minor fixes to rarely used punctuation characters.

PR:		ports/183136
Submitted by:	Douglas Thrift <douglas@douglasthrift.net>
Approved by:	maintainer
Original commitRevision:331473 
Friday, 20 Sep 2013
16:05 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters)
Original commitRevision:327715 
Monday, 3 Jun 2013
08:21 culot search for other commits by this committer
- Update to 0.04.13

PR:		ports/179186
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Original commitRevision:319761 
Tuesday, 29 Jan 2013
07:36 culot search for other commits by this committer
- Update to 0.04.12

PR:		ports/175667
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Original commitRevision:311154 
Monday, 21 Jan 2013
07:55 culot search for other commits by this committer
- Update to 0.04.11

PR:		ports/175463
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Original commitRevision:310750 
Sunday, 2 Dec 2012
05:35 rm search for other commits by this committer
- update to 0.04.10
- trim Makefile header
- fix plist for python >= 32

PR:		174036
Submitted by:	rm (myself)
Approved by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
Feature safe:	yes
Original commitRevision:308089 
Tuesday, 21 Feb 2012
21:36 jgh search for other commits by this committer
- Update to 0.04.9

From ChangeLog:

2011-09-23 unidecode 0.04.9

* Fixed Python 2.5 installation issue.

2011-09-22 unidecode 0.04.8

* License change to GPL to fit better with other Python modules and
to remove the issue of depending on Perl for licensing terms.
* Always return a string object on Python 2.x. Before this patch,
unidecode() returned a unicode object on Python 2.x if the input
was a unicode object that contained ASCII characters. Behaviour
on Python 3.x remains unchanged. (thanks to Wesley Yarde)

PR:     ports/165344
Submitted by:   maintainer, douglas@douglasthrift.net
Original commit
Tuesday, 5 Apr 2011
06:20 culot search for other commits by this committer
- Update to 0.04.7

PR:             ports/156190
Submitted by:   Douglas William Thrift <douglas AT douglasthrift.net>
(maintainer)
Original commit
Friday, 18 Feb 2011
06:16 vanilla search for other commits by this committer
Upgrade to 0.04.6

PR:             ports/154856
Submitted by:   maintainer
Feature safe:   yes
Original commit
Saturday, 16 Oct 2010
14:44 sunpoet search for other commits by this committer
- Update to 0.04.5

Changes:
  * Unit test fixes.

PR:             ports/151483
Submitted by:   Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Approved by:    pgollucci (mentor, implicit)
Original commit
Wednesday, 13 Oct 2010
02:35 wen search for other commits by this committer
- Update to 0.04.4

PR:             ports/151417
Submitted by:   Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Original commit
Sunday, 17 Jan 2010
05:56 lwhsu search for other commits by this committer
- Update to 0.04.3

PR:             ports/142899
Submitted by:   Douglas William Thrift <douglas AT douglasthrift.net>
(maintainer)
Original commit
Saturday, 21 Nov 2009
10:32 lwhsu search for other commits by this committer
- Add one more site in MASTER_SITES

PR:             ports/140744
Submitted by:   Douglas William Thrift <douglas AT douglasthrift.net>
(maintainer)
Original commit
Wednesday, 4 Nov 2009
14:37 miwi search for other commits by this committer
What Unidecode provides is a function, 'unidecode(...)' that
takes Unicode data and tries to represent it in ASCII characters
(i.e., the universally displayable characters between 0x00 and 0x7F).
The representation is almost always an attempt at *transliteration*
-- i.e., conveying, in Roman letters, the pronunciation expressed by
the text in some other writing system. (See the example above)

WWW: http://code.zemanta.com/tsolc/unidecode/

PR:             ports/139858
Submitted by:   Douglas Thrift
Original commit

Number of commits found: 31