mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
A Tomboy addin for highlighting FIXME, TODO and XXX markers in your notes.
WWW: http://romain.blogreen.org/Projects/Tomboy-Todo
This commit is contained in:
parent
7b6236238b
commit
acbcbcd6ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255559
@ -266,6 +266,7 @@
|
||||
SUBDIR += tomboy
|
||||
SUBDIR += tomboy-plugin-latex
|
||||
SUBDIR += tomboy-plugin-reminder
|
||||
SUBDIR += tomboy-plugin-todo
|
||||
SUBDIR += toolbox
|
||||
SUBDIR += toolboxkit
|
||||
SUBDIR += tpb
|
||||
|
23
deskutils/tomboy-plugin-todo/Makefile
Normal file
23
deskutils/tomboy-plugin-todo/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: tomboy-plugin-todo
|
||||
# Date created: 2009-06-09
|
||||
# Whom: Romain Tartiere <romain@blogreen.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tomboy-plugin-todo
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://romain.blogreen.org/distfiles/
|
||||
DISTNAME= tomboy-todo-${PORTVERSION}
|
||||
|
||||
MAINTAINER= mono@FreeBSD.org
|
||||
COMMENT= Highlight FIXME, TODO and XXX in your notes
|
||||
|
||||
BUILD_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy
|
||||
RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
deskutils/tomboy-plugin-todo/distinfo
Normal file
3
deskutils/tomboy-plugin-todo/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (tomboy-todo-1.0.0.tar.gz) = 29faed483b68354aef8f86e9303c5a9f
|
||||
SHA256 (tomboy-todo-1.0.0.tar.gz) = 894287d5a246776f4d2e6f5987f4035ce57ef60a5705765b87ca2f4866336709
|
||||
SIZE (tomboy-todo-1.0.0.tar.gz) = 57841
|
3
deskutils/tomboy-plugin-todo/pkg-descr
Normal file
3
deskutils/tomboy-plugin-todo/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A Tomboy addin for highlighting FIXME, TODO and XXX markers in your notes.
|
||||
|
||||
WWW: http://romain.blogreen.org/Projects/Tomboy-Todo
|
2
deskutils/tomboy-plugin-todo/pkg-plist
Normal file
2
deskutils/tomboy-plugin-todo/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $FreeBSD$
|
||||
lib/tomboy/addins/tomboy-todo.dll
|
Loading…
Reference in New Issue
Block a user