summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2010-09-15 22:42:51 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2010-09-15 22:42:51 +0000
commit2241944b0beb98413db970e76244f46fa002719a (patch)
tree99ee1e956133f4e6de624677b0a435b7d380334e /deskutils
parentVisualBoyAdvance-M is an emulator of the Game Boy, Super Game Boy, (diff)
A small note taking program for the terminal.
Tnote aims to be a small, quick and easy to use note taking app for the terminalsimilar to sticky style gui note taking apps such as Tomboy notes. WWW: http://sourceforge.net/projects/tnote/ PR: 148935 Submitted by: ports@c0decafe.net
Notes
Notes: svn path=/head/; revision=261238
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/Makefile1
-rw-r--r--deskutils/tnote/Makefile36
-rw-r--r--deskutils/tnote/distinfo3
-rw-r--r--deskutils/tnote/pkg-descr7
4 files changed, 47 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile
index 8f4627e6156c..5282caebb7f5 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -263,6 +263,7 @@
SUBDIR += tel
SUBDIR += thinkingrock
SUBDIR += timer-applet
+ SUBDIR += tnote
SUBDIR += todo
SUBDIR += tomboy
SUBDIR += tomboy-plugin-latex
diff --git a/deskutils/tnote/Makefile b/deskutils/tnote/Makefile
new file mode 100644
index 000000000000..a66cd63549eb
--- /dev/null
+++ b/deskutils/tnote/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: tnote
+# Date created: 2010-07-25
+# Whom: ports@c0decafe.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= tnote
+PORTVERSION= 0.2.1
+CATEGORIES= deskutils
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
+
+MAINTAINER= ports@c0decafe.net
+COMMENT= A small note taking program for the terminal
+
+LICENSE= GPLv3
+
+USE_PYTHON= yes
+USE_PYDISTUTILS=yes
+
+MAN1= tnote.1
+MANCOMPRESSED= yes
+
+PLIST_FILES= bin/tnote
+
+PORTDOCS= *
+
+post-extract:
+ @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/setup.py
+
+.if defined(NOPORTDOCS)
+post-patch:
+ @${REINPLACE_CMD} -e 's|(.share/doc[^)]*),||' ${WRKSRC}/setup.py
+.endif
+
+.include <bsd.port.mk>
diff --git a/deskutils/tnote/distinfo b/deskutils/tnote/distinfo
new file mode 100644
index 000000000000..45098fa3862c
--- /dev/null
+++ b/deskutils/tnote/distinfo
@@ -0,0 +1,3 @@
+MD5 (tnote-0.2.1.tar.gz) = 17b43996a7889c6f84cd2072c485c1a4
+SHA256 (tnote-0.2.1.tar.gz) = 451e0e352cb279725c5e12ad1c1377be63c7113f3fe568fb6213ede478ba6a87
+SIZE (tnote-0.2.1.tar.gz) = 21054
diff --git a/deskutils/tnote/pkg-descr b/deskutils/tnote/pkg-descr
new file mode 100644
index 000000000000..033caa3e4c8a
--- /dev/null
+++ b/deskutils/tnote/pkg-descr
@@ -0,0 +1,7 @@
+A small note taking program for the terminal.
+
+Tnote aims to be a small, quick and easy to use note taking app for
+the terminalsimilar to sticky style gui note taking apps such as
+Tomboy notes.
+
+WWW: http://sourceforge.net/projects/tnote/