summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2006-05-01 16:52:18 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2006-05-01 16:52:18 +0000
commit5d98dd0c03ef2dde4ce4141444c2f84731d8f04d (patch)
tree64257c05dd719981fa02c8f7e7905f73463a75e6 /deskutils
parentDrop dead master site. (diff)
Add when 1.0.28,
When is an extremely simple personal calendar program, aimed at the Unix geek who wants something minimalistic. It can keep track of things you need to do on particular dates. Its file format is a simple text file, which you can edit in your favorite editor. WWW: http://www.lightandmatter.com/when/when.html PR: ports/96564 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
Notes
Notes: svn path=/head/; revision=161098
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/Makefile1
-rw-r--r--deskutils/when/Makefile28
-rw-r--r--deskutils/when/distinfo3
-rw-r--r--deskutils/when/pkg-descr7
4 files changed, 39 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile
index 725fdfbef528..e74724767d47 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -147,6 +147,7 @@
SUBDIR += treeline
SUBDIR += tuxcards
SUBDIR += vym
+ SUBDIR += when
SUBDIR += wmpinboard
SUBDIR += xcalendar
SUBDIR += xchm
diff --git a/deskutils/when/Makefile b/deskutils/when/Makefile
new file mode 100644
index 000000000000..670f5e13dd14
--- /dev/null
+++ b/deskutils/when/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: when
+# Date created: 1 May 2006
+# Whom: Andrew Pantyukhin <infofarmer@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= when
+PORTVERSION= 1.0.28
+CATEGORIES= deskutils
+MASTER_SITES= http://bsd1.csme.ru/myports/ \
+ http://bsd2.csme.ru/myports/ \
+ http://bsd3.csme.ru/myports/
+
+MAINTAINER= infofarmer@gmail.com
+COMMENT= A very simple personal calendar
+
+USE_BZIP2= yes
+USE_PERL5_RUN= yes
+NO_BUILD= yes
+PLIST_FILES= bin/${PORTNAME}
+MAN1= ${PORTNAME}.1
+
+do-install:
+ @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
+ @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/
+
+.include <bsd.port.mk>
diff --git a/deskutils/when/distinfo b/deskutils/when/distinfo
new file mode 100644
index 000000000000..0471a70bb1f8
--- /dev/null
+++ b/deskutils/when/distinfo
@@ -0,0 +1,3 @@
+MD5 (when-1.0.28.tar.bz2) = cbf137a1e4a495b815e4eda1c0125768
+SHA256 (when-1.0.28.tar.bz2) = 4576442430d08181ff8898727c8c50911b9f09c493f1011088ad0c475b7651dd
+SIZE (when-1.0.28.tar.bz2) = 24766
diff --git a/deskutils/when/pkg-descr b/deskutils/when/pkg-descr
new file mode 100644
index 000000000000..3700ac3b79d1
--- /dev/null
+++ b/deskutils/when/pkg-descr
@@ -0,0 +1,7 @@
+When is an extremely simple personal calendar program, aimed
+at the Unix geek who wants something minimalistic. It can
+keep track of things you need to do on particular dates. Its
+file format is a simple text file, which you can edit in your
+favorite editor.
+
+WWW: http://www.lightandmatter.com/when/when.html