diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-07-28 01:49:24 +0800 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-07-28 01:49:24 +0800 |
commit | b1b6d2a0545a17f97e3ec8562f90bcafd81519f7 (patch) | |
tree | e97274fea7409f2b10265ba997f8196d94494a3a | |
parent | c6c5e6030b90b76d86660aea10aa5e87b9ba07f2 (diff) | |
download | freebsd-ports-gnome-b1b6d2a0545a17f97e3ec8562f90bcafd81519f7.tar.gz freebsd-ports-gnome-b1b6d2a0545a17f97e3ec8562f90bcafd81519f7.tar.zst freebsd-ports-gnome-b1b6d2a0545a17f97e3ec8562f90bcafd81519f7.zip |
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)
-rw-r--r-- | deskutils/calcurse/Makefile | 5 | ||||
-rw-r--r-- | deskutils/calcurse/pkg-descr | 11 |
2 files changed, 7 insertions, 9 deletions
diff --git a/deskutils/calcurse/Makefile b/deskutils/calcurse/Makefile index 9f0ceab9430a..3e6a7e03f0f1 100644 --- a/deskutils/calcurse/Makefile +++ b/deskutils/calcurse/Makefile @@ -9,12 +9,11 @@ PORTVERSION= 2.8 CATEGORIES= deskutils MASTER_SITES= ftp://ftp2.culot.org/culot/ -MAINTAINER= h.skuhra@gmail.com -COMMENT= A text-based personal organizer +MAINTAINER= frederic@culot.org +COMMENT= A text-based calendar and scheduling application USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} MAN1= calcurse.1 diff --git a/deskutils/calcurse/pkg-descr b/deskutils/calcurse/pkg-descr index 92da4db33b0d..99903398f65e 100644 --- a/deskutils/calcurse/pkg-descr +++ b/deskutils/calcurse/pkg-descr @@ -1,8 +1,7 @@ -Calcurse is a text-based personal organizer which helps keeping track -of events and everyday tasks. It contains a calendar, a 'todo' list, -and puts your appointments in order. The user interface is -configurable, and one can choose between different color schemes and -layouts. All of the commands are documented within an online help -system. +Calcurse is a text-based calendar and scheduling application. It helps +keeping track of events, appointments and everyday tasks. +A configurable notification system reminds user of upcoming deadlines, +and the curses based interface can be customized to suit user needs. +All of the commands are documented within an online help system. WWW: http://culot.org/calcurse/ |