diff options
author | wiz <wiz@pkgsrc.org> | 2009-07-22 13:00:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-07-22 13:00:45 +0000 |
commit | e8eb60d9914710e6b97dc299398df750c328cc06 (patch) | |
tree | c955aeced424daa038b408c8b75be30eb9e9a1eb /time/remind | |
parent | 45aa8281847dace54c9c1197b4682a22600aec95 (diff) | |
download | pkgsrc-e8eb60d9914710e6b97dc299398df750c328cc06.tar.gz |
Update to 3.1.7, set LICENSE.
Wherever you could write "day Mon year", the parser now accepts
"YYYY-MM-DD". A new slide() built-in function eases creation of
some complicated reminders.
Diffstat (limited to 'time/remind')
-rw-r--r-- | time/remind/Makefile | 5 | ||||
-rw-r--r-- | time/remind/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/time/remind/Makefile b/time/remind/Makefile index 812168334e7..2c4dc3cf636 100644 --- a/time/remind/Makefile +++ b/time/remind/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2009/07/07 20:07:07 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2009/07/22 13:00:45 wiz Exp $ # -DISTNAME= remind-03.01.06 +DISTNAME= remind-03.01.07 PKGNAME= ${DISTNAME:C/0([0-9])/\1/g} CATEGORIES= time MASTER_SITES= http://www.roaringpenguin.com/files/download/ @@ -9,6 +9,7 @@ MASTER_SITES= http://www.roaringpenguin.com/files/download/ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.roaringpenguin.com/products/remind COMMENT= Calendar/alarm program with interpreted input language +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/time/remind/distinfo b/time/remind/distinfo index 0763839d2cf..2a2ec05ec5a 100644 --- a/time/remind/distinfo +++ b/time/remind/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2009/01/07 21:43:28 wiz Exp $ +$NetBSD: distinfo,v 1.10 2009/07/22 13:00:45 wiz Exp $ -SHA1 (remind-03.01.06.tar.gz) = ede286bed901c140ccf27c1700682e18a10326cd -RMD160 (remind-03.01.06.tar.gz) = 179f7a3212d351fe62eb73aae980fc578cd39d35 -Size (remind-03.01.06.tar.gz) = 317861 bytes +SHA1 (remind-03.01.07.tar.gz) = cc5bd6de9675b6af972376cd1376a453a3758aa1 +RMD160 (remind-03.01.07.tar.gz) = f59fbd46e3cf04f9ca41601215ba0b6721264fe5 +Size (remind-03.01.07.tar.gz) = 319550 bytes SHA1 (patch-ab) = 28843c39d50a54a4e3f1086ecdf71c0141e9f24f SHA1 (patch-ac) = 7ddf21570f361b2d667ec331bab4059d16422dfd SHA1 (patch-ad) = b91a7a59a6bd4f5c6ab45bc552c42eac2ca6bfc5 |