Ben Woods
5e05011a65
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)
2018-02-02 10:48:07 +00:00
Frederic Culot
3c5696fd4a
- Update to 4.2.2
...
Changes: http://git.calcurse.org/calcurse.git/tree/NEWS
2017-07-27 16:25:11 +00:00
John Marino
b155e0f92e
deskutils/calcurse: document ncurses requirement (USES+=ncurses)
...
approved by: infrastructure blanket
2016-02-07 10:33:19 +00:00
Frederic Culot
1c852dac63
- Update to 4.0.0
...
Changes: http://git.calcurse.org/calcurse.git/tree/NEWS
2015-02-27 13:02:05 +00:00
Baptiste Daroussin
ff2951b4df
Cleanup plist
2014-10-20 11:52:39 +00:00
Adam Weinberger
607beea795
Fix build with NLS enabled by removing unnecessary gcc-ism.
...
While here, use OPTIONS helpers to avoid including bsd.port.options.mk.
2014-07-24 15:21:59 +00:00
Frederic Culot
3398ede10e
- Update to 3.2.1
...
Changes: http://git.calcurse.org/calcurse.git/tree/NEWS
2014-07-11 04:38:58 +00:00
Frederic Culot
ea7b2fb0d7
- Support staging
...
- Convert to USES framework
- Update LICENSE (BSD 2-clause)
- Fix erroneous conditional install of manpage (leading to PORTREVISION bump)
2014-02-28 10:11:47 +00:00
Baptiste Daroussin
cf104c570b
Add NO_STAGE all over the place in preparation for the staging support (cat: deskutils)
2013-09-20 16:21:37 +00:00
Alex Kozlov
e159824929
- Convert USE_GETTEXT to USES (part 3)
...
Approved by: portmgr (bapt)
2013-04-24 18:10:30 +00:00
Frederic Culot
e4743e3a8b
- Update to 3.1.4
...
Changes: http://git.calcurse.org/calcurse.git/tree/NEWS
2013-02-17 08:19:53 +00:00
Frederic Culot
13b36ad3ef
- Update to 3.1.3
...
Changes: http://git.calcurse.org/calcurse.git/tree/NEWS
2013-02-04 07:44:48 +00:00
Frederic Culot
76a59c9720
- Update to 3.1.2
...
Changes: http://git.calcurse.org/calcurse.git/tree/NEWS
2013-01-02 13:12:48 +00:00
Frederic Culot
f7b2179e65
- Update to 3.1.1
...
- Update MASTER_SITES
- Remove leading article from COMMENT
Feature safe: yes
2012-12-09 09:17:27 +00:00
Frederic Culot
b1ee8bccb9
- 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@
2012-07-13 10:12:41 +00:00
Frederic Culot
3d66637d50
- Update to 2.9.2
...
Changes: http://git.calcurse.org/calcurse.git/tree/NEWS?h=maint
2011-09-12 12:37:24 +00:00
Frederic Culot
b0fa3814e7
- Update to 2.9.1
...
- Add LICENSE (BSD)
Changes: http://git.calcurse.org/calcurse.git/tree/NEWS?h=maint
2011-08-05 14:53:02 +00:00
Frederic Culot
264f057b87
- Update to 2.9.0
...
Changes: http://git.calcurse.org/calcurse.git/tree/NEWS
2011-05-31 13:12:16 +00:00
Martin Wilke
bb86cbe5d2
- Get Rid MD5 support
2011-03-20 12:54:45 +00:00
Frederic Culot
02a06c807c
Update my MAINTAINER address to culot@FreeBSD.org.
...
Approved by: sahil@ (mentor)
2010-10-20 05:53:20 +00:00
Max Brazhnikov
b1b6d2a054
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)
2010-07-27 17:49:24 +00:00
Martin Wilke
3c7cdcada0
- Update to 2.8
...
PR: 147498
Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com> (maintainer)
2010-06-05 21:36:58 +00:00
Ade Lovett
8d837132c7
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
2010-05-31 02:01:56 +00:00
Martin Wilke
cbb935fcea
- Update to 2.7
...
PR: 139054
Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com> (maintainer)
2010-02-02 09:01:48 +00:00
Beech Rintoul
731195e519
- Update to version 2.5
...
PR: ports/130989
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
2009-01-26 00:33:35 +00:00
Dmitry Marakasov
281042adb9
- Update to 2.4
...
PR: 130684
Submitted by: "Herbert J. Skuhra" <h dot skuhra at gmail dot com> (maintainer)
2009-01-19 23:43:38 +00:00
Rong-En Fan
741aa71483
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)
2008-08-21 06:18:49 +00:00
Edwin Groothuis
090059a210
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)
2008-06-06 14:17:21 +00:00
Philippe Audeoud
599f3185a6
- Update to 2.1
...
PR: ports/123798
Submitted by: Herbert J. Skuhra <h.skuhra AT gmail DOT com>
Approved by: tabthorpe (mentor)
2008-05-20 18:52:43 +00:00
Martin Wilke
e98b3b5e31
- Update to 1.9
...
PR: 118012
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
2007-12-13 00:36:42 +00:00
Edwin Groothuis
e74f1f2ba2
Remove always-false/true conditions based on OSVERSION 500000
2007-10-04 00:24:54 +00:00
Martin Wilke
ce1204c702
- Update to 1.8
...
PR: 112872
Submitted by: "Herbert J. Skuhra"<h.skuhra@gmail.com> (maintainer)
2007-05-30 06:07:23 +00:00
Martin Wilke
901809fb57
- Update to 1.7
...
PR: 108217
Submitted by: Herbert J. Skuhra<h.skuhra@gmail.com> (maintainer)
2007-01-23 16:16:08 +00:00
Martin Wilke
847e2479bf
- Update to 1.6
...
PR: ports/104074
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
2006-10-07 09:06:23 +00:00
Pav Lucistnik
7399a6b341
- Update to 1.5
...
- Support WITHOUT_NLS
PR: ports/102546
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
2006-08-28 17:41:26 +00:00
Tilman Keskinoz
4d4c708f5e
Update to 1.3
...
Submitted by: maintainer
2006-04-15 13:39:16 +00:00
Tilman Keskinoz
0a25eb0f0f
Update to 1.2 including several bugfixes
...
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com>
2005-11-27 09:28:10 +00:00
Pav Lucistnik
90ea4e9e46
- Add SHA256
...
PR: ports/89547
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
2005-11-25 19:47:19 +00:00
Tilman Keskinoz
c0b47a8e05
Add calcurse, an ncurses based personal organizer
...
Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com>
2005-11-02 20:59:24 +00:00