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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
turpial Twitter client written in Python
3.0_5 net-im Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.0_5Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Qt4 has been EOL since december 2015
Expired This port expired on: 2019-03-15
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-11-28 11:40:19
Last Update: 2019-03-16 21:55:51
SVN Revision: 495967
Also Listed In: python
License: GPLv3
WWW:
http://turpial.org.ve/
Description:
Turpial is a light and fast microblogging client written in Python. It supports Twitter and Identi.ca. WWW: http://turpial.org.ve/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • turpial>0:net-im/turpial
No installation instructions:
This port has been deleted.
PKGNAME: turpial
Package flavors (<flavor>: <package>)
  • py27: turpial
distinfo:
SHA256 (turpial-3.0.tar.gz) = 1da62df141191dbb009e7c36c150c924e5285aca4fac2c8394d1e570df922db8 SIZE (turpial-3.0.tar.gz) = 910021

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-Babel>=1.3 : devel/py-babel@py27
  2. py27-setuptools>0 : devel/py-setuptools@py27
  3. python2.7 : lang/python27
  4. gtk-update-icon-cache : graphics/gtk-update-icon-cache
Runtime dependencies:
  1. py27-notify>=0.1.1 : devel/py-notify@py27
  2. py27-setproctitle>=1.1.7 : devel/py-setproctitle@py27
  3. py27-Jinja2>=2.7.1 : devel/py-Jinja2@py27
  4. py27-libturpial>=1.7.0 : net-im/py-libturpial@py27
  5. py27-qt4-core>=4.12.1 : devel/py-qt4-core@py27
  6. py27-qt4-gui>=4.12.1 : x11-toolkits/py-qt4-gui@py27
  7. py27-qt4-network>=4.12.1 : net/py-qt4-network@py27
  8. py27-qt4-phonon>=4.12.1 : multimedia/py-qt4-phonon@py27
  9. py27-qt4-webkit>=4.12.1 : www/py-qt4-webkit@py27
  10. py27-setuptools>0 : devel/py-setuptools@py27
  11. python2.7 : lang/python27
  12. gtk-update-icon-cache : graphics/gtk-update-icon-cache
Library dependencies:
  1. libatk-1.0.so : accessibility/atk
  2. libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
  3. libglib-2.0.so : devel/glib20
  4. libintl.so : devel/gettext-runtime
  5. libpango-1.0.so : x11-toolkits/pango
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
pyqt:4 python:2.7 gnome
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://files.turpial.org.ve/sources/stable/
Collapse this list.

Number of commits found: 22

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.0_5
16 Mar 2019 21:55:51
Revision:495967Original commit files touched by this commit
tcberner search for other commits by this committer
Qt4 deprecation: Remove Qt4 and its consumes.

2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.0_5
16 Jan 2019 11:13:45
Revision:490472Original commit files touched by this commit
tijl search for other commits by this committer
Fix Qt5 symbol version scripts to put the catch-all clause first.  When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.0_4
02 Dec 2018 15:41:48
Revision:486467Original commit files touched by this commit
rene search for other commits by this committer
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
3.0_4
22 Nov 2018 20:18:37
Revision:485614Original commit files touched by this commit
tcberner search for other commits by this committer
pyqt: Change install directories for Python flavor support

* PyQt could not be installed for multiple Python versions at
  the same time, as there were conflicting files.

  This patch creates Python-version versioned directories for
  all these, and further installs binaries with a version number.

* Note, there might be some hickups for software that depends on
  on of the .so's provided by PyQt5, which might not be found
  anymore autmotically, and maybe need some LD-flaggery.

* Update PyQt5 to 5.10.1

* Mark www/py-qt5-webengine broken. It is unforuntately no longer
  compatible with the old qt5-webengine-5.9.4 we ship.

PR:		232745
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D8714
3.0_3
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
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
3.0_3
19 Feb 2018 11:10:43
Revision:462307Original commit files touched by this commit
antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
3.0_2
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.0_2
21 Oct 2016 12:51:41
Revision:424411Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
3.0_2
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
3.0_2
08 Dec 2015 16:49:43
Revision:403297Original commit files touched by this commit
rakuco search for other commits by this committer
PyQt: Replace bsd.pyqt.mk with Uses/pyqt.mk.

In preparation for landing PyQt5 ports, generalize devel/py-qt4's
bsd.pyqt.mk and make it a proper file in Uses/.

Ports wishing to depend on PyQt4 ports can now do the following:
  USES=		pyqt:4
  USE_PYQT=	foo bar_build baz_run

Other changes include the renaming of the PYQT4_DIST variable to PYQT_DIST
and the introduction of the PYQT_SIPDIR plist substitution variable. The
rest of the contents of Uses/pyqt.mk are pretty much identical to what we
had in bsd.pyqt.mk with additional processing of USE_PYQT.

Even though this patch touches files in many different ports, the goal is
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.0_2
21 Nov 2014 23:55:50
Revision:373023Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
3.0_2
24 Oct 2014 16:29:52
Revision:371450Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python

Approved by:	portmgr (implicit)
3.0_2
10 Sep 2014 20:50:37
Revision:367888Original commit files touched by this commit
gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
3.0_1
08 Apr 2014 18:39:45
Revision:350640Original commit files touched by this commit
olivierd search for other commits by this committer
- Bump PORTREVISION after update of net-im/py-libturpial
3.0
22 Feb 2014 16:58:05
Revision:345667Original commit files touched by this commit
olivierd search for other commits by this committer
- Update to 3.0
1.6.9
13 Jan 2014 21:00:04
Revision:339634Original commit files touched by this commit
rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
1.6.9
01 Dec 2013 17:45:16
Revision:335411Original commit files touched by this commit
olivierd search for other commits by this committer
- Update to 1.6.9
- Adjust dependencies
- Use only Python 2.x
- Support STAGEDIR
- Rewrite pkg-descr
- Pass maintainership
1.6.7.1_1
20 Sep 2013 22:13:35
Revision:327756Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im)
1.6.7.1_1
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
1.6.7.1
14 Jan 2012 19:12:05
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.6.7.1

PR:             163923
Submitted by:   Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
1.6.6
28 Nov 2011 12:05:47
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.6.6
- Disconnect net-im/py-turpial from build
- Connect net-im/turpial to build
- Remove net-im/py-turpial after repocopy

PR:             162747
Submitted by:   Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
Feature safe:   yes
1.5.0
28 Nov 2011 11:39:55
Original commit files touched by this commit
miwi search for other commits by this committer
- Force commit to note recopocy from
        py-turpial -> turpial

PR:             162747
Feature safe:   yes

Number of commits found: 22