[Midnightbsd-cvs] mports [22628] trunk/devel/devtodo: modernize
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Sep 28 08:04:04 EDT 2017
Revision: 22628
http://svnweb.midnightbsd.org/mports/?rev=22628
Author: laffer1
Date: 2017-09-28 08:04:03 -0400 (Thu, 28 Sep 2017)
Log Message:
-----------
modernize
Modified Paths:
--------------
trunk/devel/devtodo/Makefile
trunk/devel/devtodo/distinfo
trunk/devel/devtodo/pkg-descr
trunk/devel/devtodo/pkg-plist
Modified: trunk/devel/devtodo/Makefile
===================================================================
--- trunk/devel/devtodo/Makefile 2017-09-28 12:01:35 UTC (rev 22627)
+++ trunk/devel/devtodo/Makefile 2017-09-28 12:04:03 UTC (rev 22628)
@@ -1,10 +1,5 @@
-# New ports collection makefile for: devtodo
-# Date Created: 26 May 2001
-# Whom: Pete Fritchman <petef at databits.net>
-#
# $MidnightBSD$
# $FreeBSD: ports/devel/devtodo/Makefile,v 1.18 2006/05/04 21:40:31 edwin Exp $
-#
PORTNAME= devtodo
PORTVERSION= 0.1.20
@@ -13,20 +8,21 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Tool to effectively maintain todo lists aimed at developers
+
LICENSE= gpl2
+CONFLICTS= tdl-[0-9]* todo-[0-9]*
+
GNU_CONFIGURE= yes
+USES= ncurses readline
+OPTIONS_DEFINE= EXAMPLES
+
# Note: without this define util/regex.c doesn't compile due to redeclaration
# of malloc and realloc functions. Adding this define was the simplest
# (although not elegant) solution.
CFLAGS+= -DSTDC_HEADERS
-MAN1= devtodo.1
-MLINKS= devtodo.1 tda.1 devtodo.1 tdd.1 devtodo.1 tde.1 devtodo.1 tdl.1 \
- devtodo.1 tdr.1 devtodo.1 todo.1
-MANCOMPRESSED= no
-
post-patch:
@${REINPLACE_CMD} -e 's/^\ttest -f.*todorc.*\n//' ${WRKSRC}/doc/Makefile.in
Modified: trunk/devel/devtodo/distinfo
===================================================================
--- trunk/devel/devtodo/distinfo 2017-09-28 12:01:35 UTC (rev 22627)
+++ trunk/devel/devtodo/distinfo 2017-09-28 12:04:03 UTC (rev 22628)
@@ -1,3 +1,2 @@
SHA256 (devtodo-0.1.20.tar.gz) = 379c6ac4499fc97e9676075188f7217e324e7ece3fb6daeda7bf7969c7093e09
-RMD160 (devtodo-0.1.20.tar.gz) = 389201318faa5ff6d302bd5f8c8f8b094664b45c
SIZE (devtodo-0.1.20.tar.gz) = 390935
Modified: trunk/devel/devtodo/pkg-descr
===================================================================
--- trunk/devel/devtodo/pkg-descr 2017-09-28 12:01:35 UTC (rev 22627)
+++ trunk/devel/devtodo/pkg-descr 2017-09-28 12:04:03 UTC (rev 22628)
@@ -1,10 +1,7 @@
devtodo is a program to assist developers (or anybody who uses a
-terminal) in maintaining a list of outstanding tasks in a heirarchical,
+terminal) in maintaining a list of outstanding tasks in a hierarchical,
prioritised, list. Additionally, it can automatically list outstanding
items when you change into a directory (see example shell configurations
in ${PREFIX}/share/examples/devtodo).
-WWW: http://swapoff.org/DevTodo
-
-- Pete
-petef at databits.net
+WWW: http://swapoff.org/devtodo.html
Modified: trunk/devel/devtodo/pkg-plist
===================================================================
--- trunk/devel/devtodo/pkg-plist 2017-09-28 12:01:35 UTC (rev 22627)
+++ trunk/devel/devtodo/pkg-plist 2017-09-28 12:04:03 UTC (rev 22628)
@@ -5,9 +5,14 @@
bin/tdl
bin/tdr
bin/todo
- at unexec if cmp -s %D/etc/todorc %D/etc/todorc.sample; then rm -f %D/etc/todorc; fi
-etc/todorc.sample
-%%EXAMPLESDIR%%/scripts.sh
-%%EXAMPLESDIR%%/scripts.tcsh
-%%EXAMPLESDIR%%/todorc.example
- at dirrm %%EXAMPLESDIR%%
+ at sample etc/todorc.sample
+man/man1/devtodo.1.gz
+man/man1/tda.1.gz
+man/man1/tdd.1.gz
+man/man1/tde.1.gz
+man/man1/tdl.1.gz
+man/man1/tdr.1.gz
+man/man1/todo.1.gz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts.tcsh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/todorc.example
More information about the Midnightbsd-cvs
mailing list