Port details |
- gtkjournal Gtk+-2 journal/diary
- 0.3.5.b_17 deskutils
=2 0.3.5.b_17Version of this port present on the latest quarterly branch.
- 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: 2004-02-08 06:37:47
- Last Update: 2014-11-19 15:27:16
- SVN Revision: 372793
- People watching this port, also watch:: desktop-file-utils, libmad, gnubiff, mplayer-skins, imlib2
- Also Listed In: gnome
- License: not specified in port
- Description:
- Gtk+ Journal is a Journal/Diary application written using the C++ bindings for
Gtk+-2 (gtkmm). It uses SQlite to store your entries, and the OpenSSL
implementations of the BlowFish and SHA-1 algorithms to keep your data safe.
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:
-
- gtkjournal>0:deskutils/gtkjournal
- No installation instructions:
- This port has been deleted.
- PKGNAME: gtkjournal
- 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:
-
- libcrypto.so.8 : security/openssl
- gmake : devel/gmake
- pkgconf : devel/pkgconf
- Runtime dependencies:
-
- libcrypto.so.8 : security/openssl
- Library dependencies:
-
- libgtkmm-2.0.so : x11-toolkits/gtkmm20
- libsqlite.so : databases/sqlite2
- libgtkspell.so : textproc/gtkspell
- 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.3.5.b_17 19 Nov 2014 15:27:16 |
bapt |
Abandonware, not working anymore |
0.3.5.b_17 11 Sep 2014 21:54:45 |
tijl |
databases/sqlite2:
- Convert to USES=libtool and bump dependent ports |
0.3.5.b_16 25 Jun 2014 19:34:08 |
amdmi3 |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
0.3.5.b_15 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
0.3.5.b_14 22 Apr 2014 12:11:59 |
bapt |
Convert gtkmm20 to stage
USES=libtool
Chase gtkmm20 shlib number change |
0.3.5.b_13 30 Jan 2014 18:11:15 |
antoine |
Stage support |
0.3.5.b_13 11 Dec 2013 18:28:10 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in deskutils |
0.3.5.b_13 20 Sep 2013 16:21:38 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
0.3.5.b_13 11 Sep 2013 17:17:36 |
antoine |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt) |
0.3.5.b_13 28 Mar 2013 03:28:31 |
eadler |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead. |
0.3.5.b_13 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.3.5.b_12 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
0.3.5.b_12 02 Aug 2011 20:58:23 |
ehaupt |
Remove WWW entries from unmaintained ports that return 404 or where the domain
disappeared. |
0.3.5.b_12 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.3.5.b_12 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.3.5.b_12 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.3.5.b_11 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.3.5.b_10 28 Aug 2009 16:52:33 |
linimon |
Reset beech@FreeBSD.org while he works on restoring his email situation.
Hat: portmgr |
0.3.5.b_10 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.3.5.b_10 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.3.5.b_9 06 Jun 2008 13:18:34 |
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.3.5.b_8 15 Jun 2007 08:21:10 |
beech |
- Add master sites.
- Change maintainer address.
- Remove pkg-plist.
- Add plist_files.
Approved by: sat (mentor) |
0.3.5.b_8 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.3.5.b_7 10 Feb 2007 06:05:06 |
kris |
Use libtool15 port instead of included version to avoid objformat a.out botch |
0.3.5.b_7 21 Aug 2006 21:21:54 |
itetcu |
- Petted Lint
- Added Mirror (use it instead of unreliable mastersite)
- Added patch so port will build in 7-CURRENT
PR: ports/102328
Submitted by: Beech Rintoul (maintainer) |
0.3.5.b_7 21 Aug 2006 21:21:20 |
itetcu |
- Petted Lint
- Added Mirror (use it instead of unreliable mastersite)
- Added patch so port will build in 7-CURRENT
PR: ports/102328
Submitted by: Beech Rintoul (maintainer) |
0.3.5.b_7 08 Aug 2006 22:42:29 |
adamw |
Transfer maintainership to beech@alaskaparadise.com. |
0.3.5.b_7 29 May 2006 06:11:17 |
mezz |
x11-toolkits/gtk--2 -> x11-toolkits/gtkmm20
x11-toolkits/gtk--2-reference -> x11-toolkits/gtkmm20-reference
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
PR: ports/97985
Repocopy by: marcus |
0.3.5.b_7 28 May 2006 15:54:10 |
pav |
- Rename ports
textproc/gtkspell2 -> textproc/gtkspell
textproc/gtkspell2-reference -> textproc/gtkspell-reference |
0.3.5.b_7 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.3.5.b_6 23 Nov 2005 21:48:15 |
pav |
- Add SHA256
Requested by: adamw (maintainer) |
0.3.5.b_6 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.3.5.b_6 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.3.5.b_5 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.3.5.b_4 23 Dec 2004 08:25:47 |
nork |
Clean up SQLite and related ports.
o Move databases/sqlite to databases/sqlite2.
o Fix dependency on databases/sqlite.
o Update sqlite2 to 2.8.15.
o Bump PORTREVISION, accordingly.
Approved by: portmgr, maintainers of sqlite and related ports |
0.3.5.b_3 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
0.3.5.b_2 14 Oct 2004 23:58:28 |
adamw |
Simplify WWW link. |
0.3.5.b_2 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
0.3.5.b_2 11 Jun 2004 22:22:25 |
adamw |
Use gnometarget. |
0.3.5.b_2 02 May 2004 21:13:31 |
adamw |
Enable spellchecking via gtkspell. PORTREVISION bump. |
0.3.5.b_1 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
0.3.5.b 22 Mar 2004 08:36:12 |
adamw |
Update to 0.3.5b. |
0.3.4.pre1 08 Feb 2004 06:36:43 |
adamw |
Add gtkjournal.
Gtk+ Journal is a Journal/Diary application written using the C++ bindings for
Gtk+-2 (gtkmm). It uses SQlite to store your entries, and the OpenSSL
implementations of the BlowFish and SHA-1 algorithms to keep your data safe. |