mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
deskutils/remind: update to 03.03.11
Port changes: - simplify language handling in Makefile Upstream changes: - TkRemind: Save the print dialog settings so they persist - TkRemind: Show queue in sorted order - TkRemind: Pass "-r" flag to inotifywait - TkRemind: Draw moon phases with Tk canvas items rather than using PNG images. This lets them change color along with other TkRemind preferences. - TkRemind: Underline editable reminders when the pointer enters them; fire up the editor with either Button-1 or Button-3 for non-TkRemind-generated reminders. - Remind: Add the isany() built-in function. - rem2html: Add class names indicating number of rows in calendar - remind: In -z0 mode, sleep with higher precision to ensure we wake as close to possible to each 1-minute boundary. - rem2html: Coalesce table.rem-cal CSS into one block. - examples/defs.rem: Modernize the examples and get rid of some cruft. - Add $Latitude and $Longitude system variables. Deprecate $LatDeg, $LatMin, $LatSec, $LongDeg, $LongMin and $LongSec. - Test: Add "dump $" to test.rem. (https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW) PR: 260862 Reported by: Robert Clausecker <fuz@fuz.su> (maintainer)
This commit is contained in:
parent
7c22badc1b
commit
a5835387df
@ -1,7 +1,7 @@
|
||||
# Created by: Lewis Thompson <purple@lewiz.net>
|
||||
|
||||
PORTNAME= remind
|
||||
DISTVERSION= 03.03.10
|
||||
DISTVERSION= 03.03.11
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= https://dianne.skoll.ca/projects/remind/download/
|
||||
|
||||
@ -32,6 +32,7 @@ LANGUAGE_DESC= User interface language
|
||||
REM2HTML_DESC= Build and install rem2html (requires Perl)
|
||||
|
||||
# do not sort these -- correspond to enumeration in source code
|
||||
LANG.US= ENGLISH
|
||||
LANG.DE= GERMAN
|
||||
LANG.NL= DUTCH
|
||||
LANG.FI= FINNISH
|
||||
@ -49,7 +50,6 @@ TCLTK_USES= tk
|
||||
TCLTK_RUN_DEPENDS= dtplite:devel/tcllib
|
||||
TCLTK_PLIST_FILES= bin/tkremind \
|
||||
man/man1/tkremind.1.gz
|
||||
|
||||
REM2HTML_USES= perl5
|
||||
REM2HTML_BUILD_DEPENDS= p5-JSON-Any>0:converters/p5-JSON-Any
|
||||
REM2HTML_RUN_DEPENDS= p5-JSON-Any>0:converters/p5-JSON-Any
|
||||
@ -64,11 +64,7 @@ LON_MIN?= 39
|
||||
LON_SEC?= 0
|
||||
LOCATION?= Ottawa
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if "${PORT_OPTIONS:MLANG_*}" != "" && "${PORT_OPTIONS:MLANG_*}" != LANG_US
|
||||
CFLAGS+= -DLANG=${${PORT_OPTIONS:MLANG_*:S/_/./}}
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1638372316
|
||||
SHA256 (remind-03.03.10.tar.gz) = 06a16dddfe3e85fcf89e3cce2359a4ad426147bcceab34ff4cd592fac9365c47
|
||||
SIZE (remind-03.03.10.tar.gz) = 420644
|
||||
TIMESTAMP = 1641044721
|
||||
SHA256 (remind-03.03.11.tar.gz) = 08267b08435e23cccd520b4161eb0659ba9fe77382afd8414cdd626de801e25a
|
||||
SIZE (remind-03.03.11.tar.gz) = 422444
|
||||
|
Loading…
Reference in New Issue
Block a user