Port details |
- knoda Database frontend for KDE
- 0.8.3_1 databases
=4 0.8.3_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Depends on QT3; unmaintained
This port expired on: 2013-07-01
- 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-10-31 15:14:07
- Last Update: 2013-07-26 19:19:21
- SVN Revision: 323748
- People watching this port, also watch:: cdrdao, zip, cdrtools
- Also Listed In: ipv6
- License: not specified in port
- WWW:
- http://www.knoda.org/
- Description:
- knoda is a database frontend for KDE, based on hk_classes.
Knoda allows you to:
- define and delete databases;
- create, alter and delete tables and indices;
- add, change and delete data in tables;
- define, execute and store sql queries;
- define, execute and store queries with a "query by example" GUI;
- create, alter and delete views;
- import and export CSV data;
- define and use forms;
- define and print reports;
- write your own extensions using the integrated Python interpreter
as scripting language.
Its driver concept allows a uniform connection to different
database servers.
WWW: http://www.knoda.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: knoda
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
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:
-
- argp.h : devel/argp-standalone
- python2.7 : lang/python27
- moc : x11-toolkits/qt33
- gmake : devel/gmake
- libtool>=2.4 : devel/libtool
- Runtime dependencies:
-
- python2.7 : lang/python27
- moc : x11-toolkits/qt33
- Library dependencies:
-
- hk_classes.15 : databases/hk_classes
- kimproxy.0 : x11/kdelibs3
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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.8.3_1 26 Jul 2013 19:19:21 |
rene |
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt |
0.8.3_1 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.8.3_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.8.3 04 Mar 2012 05:46:45 |
miwi |
- Update to 0.8.3
PR: 165572
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> |
0.8.1_5 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.8.1_5 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.8.1_5 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.8.1_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.8.1_3 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.8.1_3 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
0.8.1_3 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.8.1_3 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.8.1_2 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.8.1_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) |
0.8.1_1 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.8.1_1 14 Dec 2007 15:26:42 |
sem |
- Drop maintainership. I did not use them for ages. |
0.8.1_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.8.1 23 Jul 2006 13:28:50 |
sem |
- Update to 0.8.1 |
0.8_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.8 07 Feb 2006 17:56:16 |
sem |
- Remove USE_REINPLACE from my ports |
0.8 11 Dec 2005 20:39:13 |
sem |
- Update to 0.8 |
0.7.4_1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.7.4_1 11 Nov 2005 07:36:56 |
sem |
- Yield to a total SHAtification.
- mysql-administrator: simplify BROKEN message |
0.7.4_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.7.4 28 Oct 2005 05:33:09 |
sem |
- Change an author's e-mail
- Add some new features for knoda |
0.7.4 20 Jul 2005 07:54:42 |
sem |
- Update to 0.7.4 |
0.7.3_1 15 Jul 2005 05:33:46 |
sem |
- Chase hk_classes lib version
because the port requere time for updating complete. |
0.7.3 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.7.3 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.7.3 03 Apr 2005 15:54:40 |
sem |
- Update to 0.7.3
- Fix build with modules other than mysql
reported by Paul J. Pathiakis <pathiaki@pathiaki.com> &
RÃcz JÃnos <wpooh@freestart.hu> |
0.7.2_2 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.7.2_1 11 Jan 2005 22:21:01 |
sem |
- Fix pkg-plist
- Bump PORTREVISION
Reported by: kris via pointyhat |
0.7.2 03 Dec 2004 19:10:15 |
sem |
-Update to 0.7.2 |
0.7.1 06 Nov 2004 17:41:40 |
sem |
- Update to 0.7.1
- The last changes of databases/hk_classes unbreak configure on some
conditions. |
0.7 26 Sep 2004 01:46:00 |
kris |
BROKEN on 5.x: Configure fails
Approved by: portmgr (self) |
0.7 16 Jul 2004 03:22:34 |
sem |
Update to 0.7
PR: ports/69101
Submitted by: Andrej Zverev <az@inec.ru>
Approved by: krion (mentor) |
0.6.3 11 Jul 2004 21:42:17 |
kris |
Use USE_INC_LIBTOOL_VER to fix build |
0.6.3 07 Jul 2004 19:20:02 |
sem |
Change email address for my ports.
Approved by: krion (mentor) |
0.6.3 20 May 2004 17:20:49 |
thierry |
Fix missing dependency.
PR: ports/66946
Submitted by: maintainer
Reported by: Kris. |
0.6.3 16 May 2004 08:24:00 |
thierry |
- Update to 0.6.3
- Unbreak
- Assign maintainership to submitter
PR: ports/65169
Submitted by: Sergey Matveychuk |
0.6.1_3 15 May 2004 04:10:58 |
kris |
BROKEN: Does not compile |
0.6.1_3 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
0.6.1_2 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.6.1_2 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.6.1_1 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.6.1_1 04 Nov 2003 19:00:59 |
arved |
Add missing files to pkg-plist
Bump PORTREVISION |
0.6.1 31 Oct 2003 15:13:10 |
arved |
Add knoda, database frontend for KDE |