Port details |
- skytools PostgreSQL tools from Skype: walshipping, queueing, replication
- 3.2_3 databases
=0 3.2_3Version of this port present on the latest quarterly branch. DEPRECATED: Abandonware
This port expired on: 2019-09-15
- Maintainer: sam@cassiba.com
 - Port Added: 2007-07-26 20:42:56
- Last Update: 2019-09-19 12:02:32
- SVN Revision: 512332
- License: not specified in port
- WWW:
- http://pgfoundry.org/projects/skytools/
- Description:
- This is a package of tools from Skype for replication and
failover. Also it includes a generic queuing mechanism PgQ and
utility library for Python scripts.
WWW: http://pgfoundry.org/projects/skytools/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- skytools>0:databases/skytools
- No installation instructions:
- This port has been deleted.
- PKGNAME: skytools
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (skytools-3.2.tar.gz) = 0fa9c819ab50ca2cbcc5e71cd80ab734120c9d628667af08f9a95ca62086ab5f
SIZE (skytools-3.2.tar.gz) = 693507
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:
-
- gmake : devel/gmake
- python2.7 : lang/python27
- Runtime dependencies:
-
- python2.7 : lang/python27
- Library dependencies:
-
- libpq.so.5 : databases/postgresql95-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for skytools-3.2_3:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- gmake python:2.7 shebangfix pgsql
- 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 |
3.2_3 19 Sep 2019 12:02:32
  |
rene  |
Remove expired ports:
2019-09-15 databases/postgresql-plruby: Abandonware
2019-09-15 databases/tablelog: Abandonware
2019-09-15 databases/skytools: Abandonware
Event: EuroBSDCon 2019 developer summit |
3.2_3 18 Aug 2019 13:28:54
  |
tobik  |
databases/skytools: Unbreak build with PostgreSQL 11
logutriga.c:57:24: error: member reference type 'FormData_pg_attribute' (aka
'struct FormData_pg_attribute') is not a pointer; did you mean to use '.'?
if (tupdesc->attrs[i]->attisdropped)
~~~~~~~~~~~~~~~~~^~
.
logutriga.c:148:24: error: member reference type 'FormData_pg_attribute' (aka
'struct FormData_pg_attribute') is not a pointer; did you mean to use '.'?
if (tupdesc->attrs[i]->attisdropped)
~~~~~~~~~~~~~~~~~^~
.
2 errors generated.
http://package18.nyi.freebsd.org/data/120amd64-default-PR239514/2019-07-29_20h41m52s/logs/skytools-3.2_3.log
While here deprecate it. It was last updated in 2014 and seems to
have been abandoned.
PR: 239652
Approved by: sam@cassiba.com (maintainer timeout, 2 weeks) |
3.2_3 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.2_2 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
3.2_1 10 Sep 2018 13:15:48
  |
mat  |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
3.2_1 24 Jun 2018 00:54:27
  |
linimon  |
Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:
cc: error: invalid linker name in argument '-fuse-ld=bfd'
Neither emaste nor I can figure out exactly where the offending stanza is
coming in. It will take someone with more knowledge of gmake debug flags,
and possibly the src build infrastructure, to figure it out.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
3.2_1 19 Feb 2018 11:10:43
  |
antoine  |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
3.2 19 Oct 2015 14:50:52
  |
amdmi3  |
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756 |
3.2 22 Nov 2014 20:40:09
  |
crees  |
Finally retire USE_PGSQL |
3.2 20 Oct 2014 10:41:13
  |
bapt  |
Cleanup plist |
3.2 28 Sep 2014 17:57:12
  |
mva  |
- Convert to USES=python
Approved by: portmgr (implicit) |
3.2 13 Aug 2014 21:31:47
  |
wg  |
databases/skytools: update to 3.2
- Support stage
- Pass maintainership to submitter
PR: 192601
Submitted by: Sam Cassiba |
2.1.12_1 04 Jul 2014 23:48:56
  |
bapt  |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
2.1.12_1 08 Dec 2013 13:10:58
  |
mva  |
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
Approved by: portmgr (blanket) |
2.1.12_1 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
2.1.12_1 22 Jul 2013 08:24:51
  |
marino  |
databases/skytools: Fix PYTHON specification
Python 2.5 is no longer in the tree.
Right now all versions of python are considered to be acceptable.
Approved by: culot (mentor)
Suggested by: jgh |
2.1.12_1 22 Jul 2013 06:48:27
  |
marino  |
databases/skytools: Restrict to postgresql 9.1 and earlier
This version of skytools fails to build with postgresql 9.2
This port had complex logic to change pkg-plist with pgsql > 8.2, but
now all versions meet this criteria. Remove the logic and trim the
pkg-plist as well as the header. Also convert USE_GMAKE to USES+=gmake.
PR: ports/179957
submitted by: marino
Approved by: bapt (mentor), maintainer timeout |
2.1.12_1 25 Feb 2011 00:12:12
 |
miwi  |
- Move over to py25+ or above
- While here kick md5 support |
2.1.12 26 Dec 2010 15:32:02
 |
jpaetzel  |
Update to 2.1.12
PR: ports/153442
Submitted by: Khee Chin <kheechin@gmail.com>
Approved by: Khee Chin <kheechin@gmail.com> (maintainer) |
2.1.11 02 Dec 2010 14:55:37
 |
pav  |
- txid bits are installed conditionally on postgresql version, fix plist
PR: ports/146913
Reported by: Alexey Markov <redrat@mail.ru>
Approved by: feedback timeout on the PR |
2.1.11 27 Mar 2010 22:51:56
 |
miwi  |
- Update to 2.1.11
PR: 145003
Submitted by: Khee Chin <kheechin@gmail.com> (maintainer) |
2.1.10_1 14 Jan 2010 07:04:52
 |
linimon  |
Over to submitter of last update. |
2.1.10_1 10 Jan 2010 03:54:09
 |
linimon  |
With portmgr hat on, reset the maintainership of skv@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months. |
2.1.10_1 11 Oct 2009 19:36:41
 |
wxs  |
- Update to 2.1.10
PR: ports/138446
Submitted by: Khee Chin <kheechin@gmail.com>
Approved by: maintainer timeout |
2.1.7_1 08 Jun 2009 22:30:55
 |
miwi  |
- Update lang/python26 and make Python 2.6.2 to the default Python version
Tested by: 3 pointyhat runs
Thanks to: pav, gahr, lwhsu, mva, amdmi3 |
2.1.7 04 Sep 2008 14:07:03
 |
skv  |
Update to 2.1.7
PR: ports/124303
Submitted by: Pierre-Emmanuel André |
2.1.4_2 06 Jun 2008 13:17:10
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
2.1.4_1 30 Jul 2007 17:41:14
 |
pav  |
- Fix with python25 |
2.1.4 26 Jul 2007 20:42:30
 |
skv  |
Add skytools 2.1.4, PostgreSQL tools from Skype: walshipping, queueing,
replication. |