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

non port: deskutils/calcurse/Makefile

Number of commits found: 49

Sunday, 14 Apr 2024
09:41 Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Remove GNU_CONFIGURE_MANPREFIX after move man pages to share/man

Approved by:	portmgr (blanket)
commit hash: 57b4ac18f331badf0054d90aaef3fd987072313a commit hash: 57b4ac18f331badf0054d90aaef3fd987072313a commit hash: 57b4ac18f331badf0054d90aaef3fd987072313a commit hash: 57b4ac18f331badf0054d90aaef3fd987072313a 57b4ac1
Saturday, 27 Jan 2024
10:52 Gleb Popov (arrowd) search for other commits by this committer Author: Nuno Teixeira
*: Autotools manpages fix

Approved by:	portmgr (blanket)
commit hash: 7aae4b51367e0007a539342b08413cb04ab3a91c commit hash: 7aae4b51367e0007a539342b08413cb04ab3a91c commit hash: 7aae4b51367e0007a539342b08413cb04ab3a91c commit hash: 7aae4b51367e0007a539342b08413cb04ab3a91c 7aae4b5
Friday, 12 Jan 2024
13:00 Baptiste Daroussin (bapt) search for other commits by this committer
deskutils/calcurse: autotools already deal with the installation of the manpage
commit hash: df5635f123e15d2a7029b5e6ba034e1d91cfaa41 commit hash: df5635f123e15d2a7029b5e6ba034e1d91cfaa41 commit hash: df5635f123e15d2a7029b5e6ba034e1d91cfaa41 commit hash: df5635f123e15d2a7029b5e6ba034e1d91cfaa41 df5635f
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Tuesday, 6 Jun 2023
11:44 Nuno Teixeira (eduardo) search for other commits by this committer
deskutils/calcurse: Update to 4.8.1

 - Take maintainership

ChangeLog: https://calcurse.org/files/changes.html
commit hash: d42616550eff696601f17acd8066736fefdcf774 commit hash: d42616550eff696601f17acd8066736fefdcf774 commit hash: d42616550eff696601f17acd8066736fefdcf774 commit hash: d42616550eff696601f17acd8066736fefdcf774 d426165
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
deskutils: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Alex "lissyara" Keda <admin@lissyara.su>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andrew Hsu <ahsu@users.sf.net>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Andrey Zakhvatov <andy@icc.surw.chel.su>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Beat Gaetzi <beat@chruetertee.ch>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Christian Brueffer <chris@unixpages.org>
  *  Cyrille Lefevre <clefevre@citeweb.net>
  *  Daniel Eischen <deischen@FreeBSD.org>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  Dean Povey <povey@wedgetail.com>
  *  Dennis Herrmann <dhn@FreeBSD.org>
  *  Edwin Groothuis
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emmanuel Vadot <manu@FreeBSD.org>
  *  Eric L. Hernes <erich@FreeBSD.org>
  *  Eric Turgeon <ericbsd@FreeBSD.org>
  *  Eric Turgeon <ericturgeon@ghostbsd.org>
  *  FreeBSD GNOME Team
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Guillaume Paquet <amyfoub@gmail.com>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Gvozdikov Veniamin <g.veniamin@googlemail.com>
  *  Herbert J. Skuhra <h.skuhra@gmail.com>
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jeremy Messenger <mezz@FreeBSD.org>
  *  Jim Mock <jim@FreeBSD.org>
  *  Jimmy Olgeni <olgeni@uli.it>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Joey Mingrone <joey@mingrone.org>
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Joseph Benden <joe@thrallingpenguin.com>
  *  Ken Moore <ken@pcbsd.org>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Leinier Cruz Salfran <salfrancl@yahoo.es>
  *  Lewis Thompson <purple@lewiz.net>
  *  Loïc Bartoletti <lbartoletti@FreeBSD.org>
  *  Lucas Holt <luke@justjournal.com>
  *  MITA Yoshio <mita@iis.u-tokyo.ac.jp>
  *  Marcin Cieslak <saper@saper.info>
  *  Markus Brueffer <brueffer@phoenix-systems.de>
  *  Markus Brueffer <markus@FreeBSD.org>
  *  Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
  *  Martin Wilke
  *  Mathieu Arnold
  *  Matt Braithwaite <mab@red-bean.com>
  *  Matt Lancereau <matt@rimasec.net>
  *  Matthew Seaman <matthew@FreeBSD.org>
  *  Matthias Andree <mandree@FreeBSD.org>
  *  Nicola Stanislao Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Olivier Duchateau
  *  Pav Lucistnik <pav@oook.cz>
  *  Pete Fritchman <petef@databits.net>
  *  Richard Gallamore <ultima@FreeBSD.org>
  *  Rob Evers <rob@debank.tv>
  *  Roman Bogorodskiy <bogorodskiy@inbox.ru>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Thierry Thomas (<thierry@thomas.as>)
  *  Thierry Thomas <thierry@pompo.net>
  *  Thorsten Greiner <thorsten.greiner@web.de>
  *  Tobias Roth <ports@fsck.ch>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  alepulver@FreeBSD.org
  *  cartola (Carlos E. G. Carvalho)
  *  che@bein.link
  *  gahr
  *  ijliao
  *  jamrich.majo@gmail.com
  *  joerg
  *  johans
  *  john@jnielsen.net
  *  lightside <lightside@gmx.com>
  *  mi
  *  mi@aldan.ziplink.net
  *  olevole@olevole.ru
  *  shanee@rabbit.augusta.de
  *  stas
  *  thierry@pompo.net

With hat:	portmgr
commit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a commit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a commit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a commit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a 4dd7a74
Wednesday, 20 Apr 2022
09:51 Fernando Apesteguía (fernape) search for other commits by this committer
deskutils/calcurse: update to 4.8.0

From ChangeLog: https://www.calcurse.org/files/changes.html

New features:

 * Support any weekday as first day of week; previously, only Sunday and Monday
   were allowed (implemented by Morgan Seltzer).
 * Configuration of the format in which appointment time is displayed
 * Actions without key bindings.
 * generic-prev-view key binding to cycle backwards through windows
 * Support for Home/End keys in text input mode.

Bug fixes:

 * Support compilation on big-endian systems.
 * Fixed --docdir support.
 * Allow newlines in iCal SUMMARY by replacing them with blanks.
 * Fixed sidebar configuration sometimes not increasing width.
 * Layout change recognizes changed appointment space; before this change, a
   layout change did not update the maximum number of appointments visible until
   the config menu was left.

calcurse-caldav bug fixes:
 * Fixed InsecureSSL support.

Reported by:	portscout
commit hash: a1d71f065d5edee371b26c553a88f2cec06afaab commit hash: a1d71f065d5edee371b26c553a88f2cec06afaab commit hash: a1d71f065d5edee371b26c553a88f2cec06afaab commit hash: a1d71f065d5edee371b26c553a88f2cec06afaab a1d71f0
Monday, 20 Sep 2021
08:04 Daniel Engberg (diizzy) search for other commits by this committer Author: Newton Terry
deskutils/calcurse: Update to 4.7.1

PR:		251807
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D31910
commit hash: b74095c62876a9393ecc3c80b5fb04107e4d0091 commit hash: b74095c62876a9393ecc3c80b5fb04107e4d0091 commit hash: b74095c62876a9393ecc3c80b5fb04107e4d0091 commit hash: b74095c62876a9393ecc3c80b5fb04107e4d0091 b74095c
Monday, 6 Sep 2021
21:13 Rene Ladan (rene) search for other commits by this committer
*: Return culot@'s ports to the pool (and perl@) after safekeeping his bit.
commit hash: 3f85df49256b7bd28441e3babed9727005dce586 commit hash: 3f85df49256b7bd28441e3babed9727005dce586 commit hash: 3f85df49256b7bd28441e3babed9727005dce586 commit hash: 3f85df49256b7bd28441e3babed9727005dce586 3f85df4
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 6 Jan 2020
12:43 culot search for other commits by this committer
deskutils/calcurse: update to 4.5.1

Changes:	https://calcurse.org/files/changes.html
Original commitRevision:522217 
Monday, 9 Sep 2019
14:44 culot search for other commits by this committer
deskutils/calcurse: update to 4.5.0

Changes:	https://calcurse.org/files/changes.html
Original commitRevision:511632 
Friday, 2 Feb 2018
10:48 woodsb02 search for other commits by this committer
deskutils/calcurse: Update to 4.3.0 and add CALDAV option

- Also fix the SHEBANG to work regardless of whether or not python is
  installed via the CALDAV option.

PR:		225604
Approved by:	culot (maintainer)
Original commitRevision:460695 
Thursday, 27 Jul 2017
16:25 culot search for other commits by this committer
- Update to 4.2.2

Changes:	http://git.calcurse.org/calcurse.git/tree/NEWS
Original commitRevision:446757 
Sunday, 7 Feb 2016
10:33 marino search for other commits by this committer
deskutils/calcurse: document ncurses requirement (USES+=ncurses)

approved by:	infrastructure blanket
Original commitRevision:408362 
Friday, 27 Feb 2015
13:02 culot search for other commits by this committer
- Update to 4.0.0

Changes:	http://git.calcurse.org/calcurse.git/tree/NEWS
Original commitRevision:380084 
Thursday, 24 Jul 2014
15:21 adamw search for other commits by this committer
Fix build with NLS enabled by removing unnecessary gcc-ism.

While here, use OPTIONS helpers to avoid including bsd.port.options.mk.
Original commitRevision:362805 
Friday, 11 Jul 2014
04:38 culot search for other commits by this committer
- Update to 3.2.1

Changes:	http://git.calcurse.org/calcurse.git/tree/NEWS
Original commitRevision:361503 
Friday, 28 Feb 2014
10:11 culot search for other commits by this committer
- Support staging
- Convert to USES framework
- Update LICENSE (BSD 2-clause)
- Fix erroneous conditional install of manpage (leading to PORTREVISION bump)
Original commitRevision:346480 
Friday, 20 Sep 2013
16:21 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils)
Original commitRevision:327718 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Sunday, 17 Feb 2013
08:19 culot search for other commits by this committer
- Update to 3.1.4

Changes:	http://git.calcurse.org/calcurse.git/tree/NEWS
Original commitRevision:312404 
Monday, 4 Feb 2013
07:44 culot search for other commits by this committer
- Update to 3.1.3

Changes:	http://git.calcurse.org/calcurse.git/tree/NEWS
Original commitRevision:311576 
Wednesday, 2 Jan 2013
13:12 culot search for other commits by this committer
- Update to 3.1.2

Changes:	http://git.calcurse.org/calcurse.git/tree/NEWS
Original commitRevision:309814 
Sunday, 9 Dec 2012
09:17 culot search for other commits by this committer
- Update to 3.1.1
- Update MASTER_SITES
- Remove leading article from COMMENT

Feature safe:	yes
Original commitRevision:308516 
Friday, 13 Jul 2012
10:12 culot search for other commits by this committer
- Update to 3.0.0
- Convert to new options framework

Changes:        http://git.calcurse.org/calcurse.git/tree/NEWS
PR:             ports/169817
Submitted by:   sunpoet@
Original commit
Monday, 12 Sep 2011
12:37 culot search for other commits by this committer
- Update to 2.9.2

Changes:        http://git.calcurse.org/calcurse.git/tree/NEWS?h=maint
Original commit
Friday, 5 Aug 2011
14:53 culot search for other commits by this committer
- Update to 2.9.1
- Add LICENSE (BSD)

Changes:        http://git.calcurse.org/calcurse.git/tree/NEWS?h=maint
Original commit
Tuesday, 31 May 2011
13:12 culot search for other commits by this committer
- Update to 2.9.0

Changes:        http://git.calcurse.org/calcurse.git/tree/NEWS
Original commit
Wednesday, 20 Oct 2010
05:53 culot search for other commits by this committer
Update my MAINTAINER address to culot@FreeBSD.org.

Approved by:    sahil@ (mentor)
Original commit
Tuesday, 27 Jul 2010
17:49 makc search for other commits by this committer
Update COMMENT and pkg-descr
Pass maintainership to submitter
Clean up CONFIGURE_ARGS while here

PR:             ports/148917
Submitted by:   Frederic Culot <frederic at culot.org>
Approved by:    Herbert J. Skuhra (previous maintainer)
Original commit
Saturday, 5 Jun 2010
21:36 miwi search for other commits by this committer
- Update to 2.8

PR:             147498
Submitted by:   "Herbert J. Skuhra" <h.skuhra@gmail.com> (maintainer)
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Tuesday, 2 Feb 2010
09:01 miwi search for other commits by this committer
- Update to 2.7

PR:             139054
Submitted by:   "Herbert J. Skuhra" <h.skuhra@gmail.com> (maintainer)
Original commit
Monday, 26 Jan 2009
00:33 beech search for other commits by this committer
- Update to version 2.5

PR:             ports/130989
Submitted by:   Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
Original commit
Monday, 19 Jan 2009
23:43 amdmi3 search for other commits by this committer
- Update to 2.4

PR:             130684
Submitted by:   "Herbert J. Skuhra" <h dot skuhra at gmail dot com> (maintainer)
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Friday, 6 Jun 2008
13:18 edwin search for other commits by this committer
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)
Original commit
Tuesday, 20 May 2008
18:52 jadawin search for other commits by this committer
- Update to 2.1

PR:             ports/123798
Submitted by:   Herbert J. Skuhra <h.skuhra AT gmail DOT com>
Approved by:    tabthorpe (mentor)
Original commit
Thursday, 13 Dec 2007
00:36 miwi search for other commits by this committer
- Update to 1.9

PR:             118012
Submitted by:   Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
Original commit
Thursday, 4 Oct 2007
00:24 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
Original commit
Wednesday, 30 May 2007
06:07 miwi search for other commits by this committer
- Update to 1.8

PR:             112872
Submitted by:   "Herbert J. Skuhra"<h.skuhra@gmail.com> (maintainer)
Original commit
Tuesday, 23 Jan 2007
16:16 miwi search for other commits by this committer
- Update to 1.7

PR:             108217
Submitted by:   Herbert J. Skuhra<h.skuhra@gmail.com> (maintainer)
Original commit
Saturday, 7 Oct 2006
09:06 miwi search for other commits by this committer
- Update to 1.6

PR:             ports/104074
Submitted by:   Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
Original commit
Monday, 28 Aug 2006
17:41 pav search for other commits by this committer
- Update to 1.5
- Support WITHOUT_NLS

PR:             ports/102546
Submitted by:   Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
Original commit
Saturday, 15 Apr 2006
13:39 arved search for other commits by this committer
Update to 1.3

Submitted by:   maintainer
Original commit
Sunday, 27 Nov 2005
09:28 arved search for other commits by this committer
Update to 1.2 including several bugfixes

Submitted by:   Herbert J. Skuhra <h.skuhra@gmail.com>
Original commit
Wednesday, 2 Nov 2005
20:59 arved search for other commits by this committer
Add calcurse, an ncurses based personal organizer

Submitted by:    "Herbert J. Skuhra" <h.skuhra@gmail.com>
Original commit

Number of commits found: 49