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: textproc/pootle/Makefile

Number of commits found: 45

Thursday, 14 Nov 2019
01:05 linimon search for other commits by this committer
Mark this DEPRECATED and give it an expiration date: it is unmaintained and
has been BROKEN for (almost) 6 months.
Original commitRevision:517554 
Tuesday, 28 May 2019
13:34 koobs search for other commits by this committer
textproc/pootle: Mark BROKEN

All of pootle dependencies (via requirements/base.txt) are pinned to
specific/exact (==) versions and most are not satisfied by ports.
Original commitRevision:502891 
Saturday, 29 Dec 2018
10:56 rene search for other commits by this committer
Drop maintainership, it is in most cases easier to just use pip.
Original commitRevision:488661 
Sunday, 7 Oct 2018
10:58 rene search for other commits by this committer
textproc/pootle: update to 2.8.2

This version does not fully work yet, but neither does version 2.5.1.3 anymore.
Furthermore, version 2.5.1.3 was last updated upstream on 2015-06-03

- License switched from GPL2 to GPL3
- Switch from CHEESESHOP to GitHub
- LDAP support has been (temporarily) dropped upstream
- MEMCACHED has been replaced by Redis
- Switch default database to SQLite for easier testing
Original commitRevision:481439 
Sunday, 16 Sep 2018
21:09 rene search for other commits by this committer
textproc/pootle: convert the DB option into a GROUP [1]

While here, sort dependencies and remove unsused simplejson dependency.

Submitted by:	mat [1]
Original commitRevision:479900 
14:03 rene search for other commits by this committer
textproc/pootle: cleanup option handling:

- use option helpers
- remove stale SUBVERSION option
- use SINGLE option to choose between MySQL and PostgresSQL
Original commitRevision:479894 
Saturday, 15 Sep 2018
23:43 rene search for other commits by this committer
textproc/pootle: unbreak, dependencies do no longer conflict with each other.
Original commitRevision:479849 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Saturday, 12 May 2018
21:13 rene search for other commits by this committer
textproc/pootle: mark BROKEN for now due to Django being migrated to 1.11.

The new version is 2.8.2, but that version has similar problems with Django
dependencies.
Original commitRevision:469756 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Thursday, 5 Oct 2017
21:44 rene search for other commits by this committer
textproc/pootle: add missing dependency on devel/py-argparse

PR:		222798
Submitted by:	ygy
MFH:		2017Q4
Original commitRevision:451347 
Sunday, 25 Jun 2017
17:10 rene search for other commits by this committer
Tweak textproc/pootle to appease poudriere for translate-toolkit 2.2.0

PR:		220138
Submitted by:	jpeatzel
Original commitRevision:444306 
Sunday, 4 Dec 2016
13:38 rene search for other commits by this committer
Unbreak INDEX

Reported by:	portsnap builder
Original commitRevision:427783 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Wednesday, 30 Dec 2015
12:14 sunpoet search for other commits by this committer
- Add NO_ARCH
- Add DOCS to OPTIONS_DEFINE
- Convert to new options target helper

Approved by:	portmgr (blanket)
Original commitRevision:404848 
08:06 sunpoet search for other commits by this committer
- Move databases/py-memcached to databases/py-python-memcached
- Bump PORTREVISION for dependent ports
Original commitRevision:404807 
Tuesday, 6 Oct 2015
20:38 rene search for other commits by this committer
textproc/pootle: fix run dependency for PGSQL

Submitted by:	HellSpawn via IRC
Original commitRevision:398719 
Friday, 2 Oct 2015
15:18 rene search for other commits by this committer
Resurrect textproc/pootle and update it to 2.5.1.3

There might be some rough edges with getting it running properly, but
time will tell.

Add UID/GID 158 for pootle.

Differential Revision:	https://reviews.freebsd.org/D1234
Original commitRevision:398437 
Tuesday, 29 Jul 2014
18:41 adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363371 
Wednesday, 16 Jul 2014
08:44 bapt search for other commits by this committer
Fix some non default LIB_DEPENDS

With hat:	portmgr
Original commitRevision:362053 
Friday, 11 Apr 2014
07:16 culot search for other commits by this committer
- Reassign to the heap at maintainer's request

With hat:	portmgr-lurker
Original commitRevision:350892 
Saturday, 8 Mar 2014
12:52 antoine search for other commits by this committer
Mark BROKEN: Does not install

===>  Checking if textproc/pootle already installed
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: -c --help [cmd1 cmd2 ...]
   or: -c --help-commands
   or: -c cmd --help

error: option --single-version-externally-managed not recognized

Reported by:	pkg-fallout
Original commitRevision:347490 
Friday, 28 Feb 2014
19:04 antoine search for other commits by this committer
Unbreak index, py-lucene was removed so remove LUCENE option
Original commitRevision:346568 
Friday, 20 Sep 2013
23:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
Original commitRevision:327773 
Saturday, 4 May 2013
22:48 flo search for other commits by this committer
Fix installation of ports that rely on cp -n for installing files. r245960
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.

We just ignore the error and continue, as we used to.

Reported by:	jaset
Approved by:	portmgr (bapt)
Original commitRevision:317389 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Original commit
Thursday, 12 Jul 2012
12:14 ak search for other commits by this committer
- Add conflicts
- Convert to new options framework
- Fix WWW in pkg-descr (thanks to Dru Lavigne)

PR:     ports/169727
Submitted by:   Denis Pokataev <catone@cpan.org> (maintainer)
Original commit
Tuesday, 11 Oct 2011
15:16 skreuzer search for other commits by this committer
Modify rc script to append options specified in pootle_flags to start command

PR:             ports/154548
Submitted by:   Oleksiy Zagorskiy <zalex_ua@i.ua>
Approved by:    Denis Pokataev <catone@cpan.org> (maintainer)
Original commit
Friday, 15 Apr 2011
06:49 culot search for other commits by this committer
- Update to 2.1.6

PR:             ports/156400
Submitted by:   Denis Pokataev <catone AT cpan.org> (maintainer)
Original commit
Saturday, 19 Mar 2011
13:15 ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
Original commit
Wednesday, 19 Jan 2011
18:25 jpaetzel search for other commits by this committer
Update to 2.1.5

PR:     ports/154138
Submitted by:   Denis Pokataev <catone@cpan.org>
Feature safe:   yes
Original commit
Wednesday, 22 Dec 2010
15:30 jpaetzel search for other commits by this committer
Update to 2.1.4

PR:     ports/153363
Submitted by:   Josh Paetzel <jpaetzel@FreeBSD.org>
Approved by:    Denis Pokataev <catone@cpan.org> (maintainer)
Original commit
Tuesday, 23 Nov 2010
19:30 jpaetzel search for other commits by this committer
Update to version 2.1.3

PR:     ports/152479
Submitted by:   Josh Paetzel <jpaetzel@FreeBSD.org>
Approved by:    Denis Pokataev <catone@cpan.org> (maintainer)
Original commit
Monday, 8 Nov 2010
15:21 jpaetzel search for other commits by this committer
Update to 2.1.2

PR:     ports/151933
Approved by:    Denis Pokataev <catone@cpan.org> (Maintainer)
Original commit
Sunday, 3 Oct 2010
08:33 mm search for other commits by this committer
- fix pylucene dependency

Reported by:    pointyhat (pav)
Original commit
Wednesday, 29 Sep 2010
13:46 mm search for other commits by this committer
- fix overwriting of configuration file in pkg-plist
- fix depends so that pootle works with Python versions other than 2.6
- replace share/pootle with %%DATADIR%% in pkg-plist

PR:             ports/151065
Approved by:    Denis Pokataev <catone@cpan.org> (maintainer)
Original commit
Wednesday, 15 Sep 2010
19:28 jpaetzel search for other commits by this committer
Update to 2.1.1
Add OPTIONs to install optional software

PR:     ports/150577
Submitted by:   Josh Paetzel <jpaetzel@FreeBSD.org>
Approved by:    Denis Pokataev <catone@cpan.org>
Original commit
Friday, 16 Jul 2010
03:45 miwi search for other commits by this committer
- Update to 2.0.5

PR:             148625
Submitted by:   Denis Pokataev <catone@cpan.org> (maintainer)
Original commit
Monday, 28 Jun 2010
17:43 mm search for other commits by this committer
- Update to 2.0.4 (fixes django 1.2 compatibility)
- Honor PREFIX
- Significantly improve startup script
- Allow user to customize POOTLE(USER|GROUP|DBDIR|RUNDIR|LOGDIR)

Feature safe:   yes
Approved by:    Denis Pokataev <catone@cpan.org> (maintainer)
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Monday, 5 Apr 2010
22:59 sylvio search for other commits by this committer
- Update to 2.0.3

PR:             ports/144933
Submitted by:   Denis Pokataev <catone@cpan.org> (maintainer)
Approved by:    itetcu (mentor,implicit)
Original commit
Monday, 8 Feb 2010
13:11 skv search for other commits by this committer
Update 2.0.2

PR:             ports/143669
Submitted by:   Denis Pokataev <catone xx cpan.org>
Original commit
Thursday, 31 Dec 2009
11:59 skv search for other commits by this committer
Forced commit to mention originator:

PR:             ports/141893
Submitted by:   Denis Pokataev <catone xx cpan.org>
Original commit
11:53 skv search for other commits by this committer
Add pootle 2.0.0, pootle is a user-friendly web portal for simple
translation process.
Original commit

Number of commits found: 45