1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

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/
This commit is contained in:
Romain Tartière 2010-06-02 16:35:17 +00:00
parent acbcbcd6ee
commit da96352563
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255560
4 changed files with 35 additions and 0 deletions

View File

@ -267,6 +267,7 @@
SUBDIR += tomboy-plugin-latex
SUBDIR += tomboy-plugin-reminder
SUBDIR += tomboy-plugin-todo
SUBDIR += tomboy-plugin-wordcount
SUBDIR += toolbox
SUBDIR += toolboxkit
SUBDIR += tpb

View File

@ -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>

View File

@ -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

View File

@ -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/