summaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-01-11 23:36:07 +0000
committerpat <pat@FreeBSD.org>2002-01-11 23:36:07 +0000
commitf40650b46b117de37bf64cbba2e066b19e113b7c (patch)
tree41d90fb4cf768453f05c8bd5a01cd21849d1a30e /deskutils
parentf31a1f188bac4ba8d38bc5dfd4679be3de33eae9 (diff)
downloadFreeBSD-ports-f40650b46b117de37bf64cbba2e066b19e113b7c.zip
FreeBSD-ports-f40650b46b117de37bf64cbba2e066b19e113b7c.tar.gz
Add port misc/tuxcards A small Application, which organizes your notes
in a tree, so they are easier to find. Clone of the Windows software "CUECards" PR: 33734 Submitted by: Tilman Linneweh <freebsdports@arved.de>
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/tuxcards/Makefile32
-rw-r--r--deskutils/tuxcards/distinfo1
-rw-r--r--deskutils/tuxcards/pkg-comment1
-rw-r--r--deskutils/tuxcards/pkg-descr15
-rw-r--r--deskutils/tuxcards/pkg-plist9
5 files changed, 58 insertions, 0 deletions
diff --git a/deskutils/tuxcards/Makefile b/deskutils/tuxcards/Makefile
new file mode 100644
index 0000000..15d4292
--- /dev/null
+++ b/deskutils/tuxcards/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: tuxcards
+# Date created: 08 Jan 2002
+# Whom: Tilman linneweh <freebsdports@arved.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tuxcards
+PORTVERSION= 0.8
+CATEGORIES= misc kde
+MASTER_SITES= http://tuxcards.de/src/ \
+ http://www.arved.de/bsd/src/
+DISTNAME= ${PORTNAME}-${PORTVERSION}-1
+
+MAINTAINER= freebsdports@arved.de
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+USE_GMAKE= yes
+USE_QT_VER= 2
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${PREFIX}
+
+pre-patch:
+ @${PERL} -pi -e 's|\$$\(prefix\)/doc|\$$\(prefix\)/share/doc|' \
+ ${WRKSRC}/tuxcards/docs/en/Makefile.in
+ @${PERL} -pi -e 's|-O2||' ${WRKSRC}/configure
+.ifdef(NOPORTDOCS)
+ @${PERL} -pi -e 's|install-data-am\: install-data-local||' \
+ ${WRKSRC}/tuxcards/docs/en/Makefile.in
+.endif #NOPORTDOCS
+
+.include <bsd.port.mk>
diff --git a/deskutils/tuxcards/distinfo b/deskutils/tuxcards/distinfo
new file mode 100644
index 0000000..17ebf69
--- /dev/null
+++ b/deskutils/tuxcards/distinfo
@@ -0,0 +1 @@
+MD5 (tuxcards-0.8-1.tar.gz) = ad26609b566e4b16dc3ec5159f56fa19
diff --git a/deskutils/tuxcards/pkg-comment b/deskutils/tuxcards/pkg-comment
new file mode 100644
index 0000000..e5c3c05
--- /dev/null
+++ b/deskutils/tuxcards/pkg-comment
@@ -0,0 +1 @@
+TuxCards is a hierarchical Notebook
diff --git a/deskutils/tuxcards/pkg-descr b/deskutils/tuxcards/pkg-descr
new file mode 100644
index 0000000..188caa5
--- /dev/null
+++ b/deskutils/tuxcards/pkg-descr
@@ -0,0 +1,15 @@
+Unix Version of the Windowsprogram CueCards.
+
+General Idea: With TuxCards it is possible to create as many different
+entries or notes as you wish. Everytime you add a new one and you
+think your new entry belongs to the same topic as notes you already
+have, then you may decide to group them and to create a kind of
+"folder" where you store them all together. Just the same like you
+would put your books and paperwork from your job together in one
+place and not to the garden utilities (unless you work as a gardener)..
+
+With TuxCards you have a tool at your hand to enter and manage every
+kind of notes and ideas in a structured manner. This makes it much
+more easier to find them as you are in need.
+
+WWW: http://www.tuxcards.de Author: Alexander Theel
diff --git a/deskutils/tuxcards/pkg-plist b/deskutils/tuxcards/pkg-plist
new file mode 100644
index 0000000..6ca465c
--- /dev/null
+++ b/deskutils/tuxcards/pkg-plist
@@ -0,0 +1,9 @@
+bin/tuxcards
+%%PORTDOCS%%share/doc/tuxcards/index-1.html
+%%PORTDOCS%%share/doc/tuxcards/index-2.html
+%%PORTDOCS%%share/doc/tuxcards/index-3.html
+%%PORTDOCS%%share/doc/tuxcards/index-4.html
+%%PORTDOCS%%share/doc/tuxcards/index-5.html
+%%PORTDOCS%%share/doc/tuxcards/index-6.html
+%%PORTDOCS%%share/doc/tuxcards/index.html
+%%PORTDOCS%%@dirrm share/doc/tuxcards
OpenPOWER on IntegriCloud