aboutsummaryrefslogtreecommitdiff
path: root/deskutils/tomboy-plugin-wordcount
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2010-06-02 16:35:17 +0000
committerRomain Tartière <romain@FreeBSD.org>2010-06-02 16:35:17 +0000
commitda96352563d64f04cf06be5663b681ead0ec3f0d (patch)
tree40dd67d40a7ef08dc94454b38a8723b3e441712a /deskutils/tomboy-plugin-wordcount
parentacbcbcd6ee8971df199b146f37d3792626eada70 (diff)
downloadports-da96352563d64f04cf06be5663b681ead0ec3f0d.tar.gz
ports-da96352563d64f04cf06be5663b681ead0ec3f0d.zip
Tomboy-Wordcount is a Tomboy plugin (or “addin”) which will count the lines,
words, and characters in a note, much like the Unix “wc” (word count) tool. WWW: http://www.proven-corporation.com/software/tomboy-wordcount/
Notes
Notes: svn path=/head/; revision=255560
Diffstat (limited to 'deskutils/tomboy-plugin-wordcount')
-rw-r--r--deskutils/tomboy-plugin-wordcount/Makefile27
-rw-r--r--deskutils/tomboy-plugin-wordcount/distinfo3
-rw-r--r--deskutils/tomboy-plugin-wordcount/pkg-descr4
3 files changed, 34 insertions, 0 deletions
diff --git a/deskutils/tomboy-plugin-wordcount/Makefile b/deskutils/tomboy-plugin-wordcount/Makefile
new file mode 100644
index 000000000000..37009336dbac
--- /dev/null
+++ b/deskutils/tomboy-plugin-wordcount/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: tomboy-wordcount
+# Date created: 2008-12-23
+# Whom: Romain Tartiere <romain@blogreen.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tomboy-plugin-wordcount
+PORTVERSION= 0.2
+CATEGORIES= deskutils
+MASTER_SITES= http://www.proven-corporation.com/~jhs/
+DISTNAME= tomboy-wordcount-${PORTVERSION}
+
+MAINTAINER= mono@FreeBSD.org
+COMMENT= Counts lines, words, and characters in your notes
+
+BUILD_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy
+RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy
+
+ALL_TARGET= Wordcount.dll
+
+PLIST_FILES= lib/tomboy/addins/Wordcount.dll
+
+do-install:
+ cd ${WRKSRC} && ${INSTALL_DATA} Wordcount.dll ${PREFIX}/lib/tomboy/addins/
+
+.include <bsd.port.mk>
diff --git a/deskutils/tomboy-plugin-wordcount/distinfo b/deskutils/tomboy-plugin-wordcount/distinfo
new file mode 100644
index 000000000000..941699b68830
--- /dev/null
+++ b/deskutils/tomboy-plugin-wordcount/distinfo
@@ -0,0 +1,3 @@
+MD5 (tomboy-wordcount-0.2.tar.gz) = ce1bef60ae6e9e9bc14f9fd327b5e5bb
+SHA256 (tomboy-wordcount-0.2.tar.gz) = 562b74900ca285e3b4d8a2cc91f57e89f6c9a8027f0eb0b12b39adb670d2a14d
+SIZE (tomboy-wordcount-0.2.tar.gz) = 15432
diff --git a/deskutils/tomboy-plugin-wordcount/pkg-descr b/deskutils/tomboy-plugin-wordcount/pkg-descr
new file mode 100644
index 000000000000..14ec545badf6
--- /dev/null
+++ b/deskutils/tomboy-plugin-wordcount/pkg-descr
@@ -0,0 +1,4 @@
+Tomboy-Wordcount is a Tomboy plugin (or “addin”) which will count the lines,
+words, and characters in a note, much like the Unix “wc” (word count) tool.
+
+WWW: http://www.proven-corporation.com/software/tomboy-wordcount/