Port details |
- kaptain Tool for building/running Qt GUIs for command line programs
- 0.73_1 devel
=1 0.73_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Qt4 has been EOL since december 2015
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
- Port Added: 2003-01-01 15:56:33
- Last Update: 2019-03-16 21:55:51
- SVN Revision: 495967
- People watching this port, also watch:: gtkglarea
- License: GPLv2+
- WWW:
- http://kaptain.sourceforge.net/
- Description:
- Kaptain is a tool that lets you build a GUI for a command line program
in the form of a script. The program interprets that script to present
the graphical interface. The built interfaces use the Qt library.
WWW: http://kaptain.sourceforge.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: kaptain
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (kaptain-0.73.tgz) = 2e055c66cd8657c9f94983fc8fdc1d874ecdf2001fe06c2101d64695a2488bd8
SIZE (kaptain-0.73.tgz) = 345116
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:
-
- moc : devel/qt4-moc
- qmake : devel/qt4-qmake
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libQt3Support.so : devel/qt4-qt3support
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for kaptain-0.73_1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- qmake qt:4 tar:tgz
- 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 |
0.73_1 16 Mar 2019 21:55:51 |
tcberner |
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 ) |
0.73_1 02 Dec 2018 15:41:48 |
rene |
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 |
0.73_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
0.73 26 Aug 2018 18:53:28 |
tobik |
devel/kaptain: Fix build with Clang 6
communication.cpp:108:32: error: invalid operands to binary expression
('__bind<int &, sockaddr *, unsigned int>' and 'int')
sizeof (struct sockaddr)) == -1)
~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~
http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/kaptain-0.73.log |
0.73 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
0.73 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.73 01 Sep 2015 19:46:19 |
amdmi3 |
- Add LICENSE_FILE
- Switch to options helpers |
0.73 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
0.73 21 Nov 2013 16:09:47 |
makc |
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Use globally provided LRELEASE |
0.73 13 Oct 2013 13:03:04 |
makc |
- Convert unmaintained ports to USES=qmake
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Minor changes/fixes |
0.73 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.73 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.73 02 Mar 2013 06:38:39 |
miwi |
- Update to 0.73
PR: 176541
Submitted by: ports fury |
0.72_7 30 Dec 2012 12:03:52 |
beat |
- Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01
Discussed with: bapt, tabthorpe |
0.72_7 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.72_6 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.72_6 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.72_5 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.72_4 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
0.72_4 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.72_3 10 Oct 2008 14:40:49 |
amdmi3 |
- Fix typo in COMMENT
PR: 127990
Submitted by: Gea-Suan Lin <gslin at gslin dot org> |
0.72_3 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.72_3 06 Jun 2008 13:21:59 |
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) |
0.72_2 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.72_1 05 Nov 2007 10:04:24 |
miwi |
- Fix build with gcc 4.2
- Use SF macro
PR: 117760
Submitted by: pietro cerutti <gahr@gahr.ch>
Approved by: portmgr (pav) |
0.72_1 27 May 2007 02:53:54 |
kris |
BROKEN with gcc 4.2 |
0.72_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.72 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
0.72 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
0.72 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.72 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.72 05 Dec 2004 11:52:36 |
lofi |
Fix implicit dependency on imake |
0.72 09 Nov 2004 22:04:39 |
krion |
Update to version 0.72
PR: ports/73730
Submitted by: Ports Fury |
0.71_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.71 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.71 16 Oct 2003 04:15:48 |
kris |
Before committing the previous BROKEN changes I carefully checked the status
of each port on bento and for recent fixes. Unfortunately at some point I
got confused and switched to the wrong list :-) As a result I picked up a
number of ports that were fixed a while ago. Sorry for the false alarm,
maintainers.
Pointy hat to: kris |
0.71 16 Oct 2003 02:26:47 |
kris |
BROKEN on 5.x: does not compile |
0.71 25 Sep 2003 10:05:05 |
krion |
- Update to version 0.71
PR: 56524
Submitted by: Ports Fury |
0.7 08 Jun 2003 21:13:49 |
will |
Please see http://freebsd.kde.org/memoriam/alane.php for an In Memoriam page. |
0.7 08 Jun 2003 21:06:22 |
will |
REST IN PEACE
Alan Eldridge
Born December 15, 1961 in Iowa
Died June 6, 2003 in Denver, Colorado
Thank you for your contributions, you
will be greatly missed. |
0.7 07 Mar 2003 06:01:16 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.7 01 Jan 2003 15:55:59 |
alane |
A graphical front end runner for command line programs. Uses Qt3. |