remind: update to 04.02.09

still needs some work, since rem2pdf depends on cairo & pango
master
Manuel Kuklinski 2024-02-22 09:41:24 +00:00
parent dda89d95e3
commit 13ac256442
9 changed files with 117 additions and 1 deletions

View File

@ -38,7 +38,7 @@ post-install:
.include "options.mk"
.include "../portmidi/buildlink3.mk"
.include "../../audio/portmidi/buildlink3.mk"
.include "../../audio/fluidsynth/buildlink3.mk"
.include "../../audio/liblo/buildlink3.mk"
.include "../../audio/libsamplerate/buildlink3.mk"

4
remind/DESCR Normal file
View File

@ -0,0 +1,4 @@
REMIND is a calendar/alarm program that lets you specify reminders
and alarms with a versatile interpreted input language. REMIND
also produces PostScript calendars, and can handle both the
common and Hebrew calendars.

40
remind/Makefile Normal file
View File

@ -0,0 +1,40 @@
# $NetBSD: Makefile,v 1.32 2022/06/28 11:36:59 wiz Exp $
DISTNAME= remind-04.02.09
PKGNAME= ${DISTNAME:C/0([0-9])/\1/g}
PKGREVISION= 3
CATEGORIES= time
MASTER_SITES= https://dianne.skoll.ca/projects/remind/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://dianne.skoll.ca/projects/remind/
COMMENT= Calendar/alarm program with interpreted input language
LICENSE= gnu-gpl-v2
EXTRACT_USING= bsdtar
GNU_CONFIGURE= yes
USE_TOOLS+= perl:run autoconf
USE_FEATURES= glob
TEST_TARGET= test
INSTALLATION_DIRS= share/examples/remind share/doc/remind
post-install:
cd ${WRKSRC}; \
${INSTALL_DATA} examples/defs.rem \
${DESTDIR}${PREFIX}/share/examples/remind; \
${INSTALL_DATA} examples/remind.vim \
${DESTDIR}${PREFIX}/share/examples/remind; \
cd ${WRKSRC}; \
${INSTALL_DATA} docs/README.UNIX \
${DESTDIR}${PREFIX}/share/doc/remind; \
${INSTALL_DATA} docs/WHATSNEW \
${DESTDIR}${PREFIX}/share/doc/remind; \
${INSTALL_DATA} COPYRIGHT \
${DESTDIR}${PREFIX}/share/doc/remind
#.include "../../graphics/cairo/buildlink3.mk"
#.include "../../devel/pango/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

38
remind/PLIST Normal file
View File

@ -0,0 +1,38 @@
@comment $NetBSD$
bin/rem
bin/rem2ps
bin/remind
bin/tkremind
man/man1/rem.1
man/man1/rem2ps.1
man/man1/remind.1
man/man1/tkremind.1
share/doc/remind/COPYRIGHT
share/doc/remind/README.UNIX
share/doc/remind/WHATSNEW
share/examples/remind/defs.rem
share/examples/remind/remind.vim
share/remind/ansitext.rem
share/remind/holidays/ca.rem
share/remind/holidays/fr.rem
share/remind/holidays/gr.rem
share/remind/holidays/ie.rem
share/remind/holidays/jewish.rem
share/remind/holidays/us.rem
share/remind/lang/auto.rem
share/remind/lang/da.rem
share/remind/lang/de.rem
share/remind/lang/en.rem
share/remind/lang/es.rem
share/remind/lang/fi.rem
share/remind/lang/fr.rem
share/remind/lang/gr.rem
share/remind/lang/is.rem
share/remind/lang/it.rem
share/remind/lang/nl.rem
share/remind/lang/no.rem
share/remind/lang/pl.rem
share/remind/lang/pt.rem
share/remind/lang/ro.rem
share/remind/seasons.rem
share/remind/site/README

9
remind/distinfo Normal file
View File

@ -0,0 +1,9 @@
$NetBSD: distinfo,v 1.18 2021/10/26 11:24:36 nia Exp $
BLAKE2s (remind-04.02.09.tar.gz) = aec167d393f428dd197c08f517dd7e06fa1db115e2bf6d24f019a457261bc661
SHA512 (remind-04.02.09.tar.gz) = e501e9d8894782f11838d3be5bcebe1e3eda21d6638d69c321b6afc594c0308d3070b1697eabe7160584f82573879345f1b91c460dcaff5ed2b5568821fcc504
Size (remind-04.02.09.tar.gz) = 515231 bytes
SHA1 (patch-Makefile) = 3201e7131b72d2c059c07334a9b98ccb89b526a8
SHA1 (patch-src_Makefile.in) = dceb05191425ae92d1df24841ee22e3adcdb3cb4
SHA1 (patch-src_custom.h) = 2441b01ec8e4349c1c5768ac4f351f54a4628f74
SHA1 (patch-src_funcs.c) = 28563f7cc9c62866ab23253827fb663c8cf82dc3

View File

@ -0,0 +1,8 @@
/patch-ab/1.6/Thu Feb 22 05:41:20 2024//
/patch-ac/1.7/Thu Feb 22 05:41:20 2024//
/patch-ad/1.2/Thu Feb 22 05:41:20 2024//
/patch-ae/1.5/Thu Feb 22 05:41:20 2024//
/patch-configure/1.1/Thu Feb 22 05:41:20 2024//
/patch-configure.in/1.1/Thu Feb 22 05:41:20 2024//
/patch-src_init.c/1.1/Thu Feb 22 05:41:20 2024//
D

View File

@ -0,0 +1 @@
pkgsrc/time/remind/patches

1
remind/patches/CVS/Root Normal file
View File

@ -0,0 +1 @@
anoncvs@anoncvs.netbsd.org:/cvsroot

View File

@ -0,0 +1,15 @@
$NetBSD$
--- Makefile.orig 2024-02-04 18:10:19.000000000 +0000
+++ Makefile
@@ -9,8 +9,8 @@ all: src/Makefile
@echo "* *"
@echo "*******************"
@echo ""
- @cd src && $(MAKE) all LANGDEF=$(LANGDEF)
- @$(MAKE) -C rem2pdf -f Makefile.top
+ @$(MAKE) -C src all LANGDEF=$(LANGDEF)
+ @$(MAKE) -C rem2pdf -f Makefile.top
install:
@echo ""
@echo "**********************************"