Add kdissert, a KDE mindmapping tool.
The goal of kdissert is to help to structure ideas and concepts by associating them into a tree. The tree is there to help to see how the ideas interact, and then to develop them further (add ramifications). An idea is represented by a shape which can be a text or a picture. The ideas can be connected, but there is a constraint : an idea cannot have more than one parent. A kdissert mind-map can be exported as a picture, or used to generate documents. Templates include pdflatex (article, book) and html file formats. WWW: http://freehackers.org/~tnagy/kdissert/index.html
This commit is contained in:
parent
9c3292f5bd
commit
24dea8a53b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113067
@ -62,6 +62,7 @@
|
||||
SUBDIR += kbirthday
|
||||
SUBDIR += kblticker
|
||||
SUBDIR += kdepim3
|
||||
SUBDIR += kdissert
|
||||
SUBDIR += kickpim
|
||||
SUBDIR += kluje
|
||||
SUBDIR += knowit
|
||||
|
26
deskutils/kdissert/Makefile
Normal file
26
deskutils/kdissert/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: kdissert
|
||||
# Date created: 2004 06 July
|
||||
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kdissert
|
||||
PORTVERSION= 0.2.4
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= http://freehackers.org/~tnagy/kdissert/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= KDE mindmapping tool
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_KDELIBS_VER= 3
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s/-O2//g" ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
deskutils/kdissert/distinfo
Normal file
2
deskutils/kdissert/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (kdissert-0.2.4.tar.bz2) = add63402adc3475bcfc8362d4c5728a7
|
||||
SIZE (kdissert-0.2.4.tar.bz2) = 717047
|
13
deskutils/kdissert/pkg-descr
Normal file
13
deskutils/kdissert/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
The goal of kdissert is to help to structure ideas and concepts by
|
||||
associating them into a tree. The tree is there to help to see how the
|
||||
ideas interact, and then to develop them further (add ramifications).
|
||||
|
||||
An idea is represented by a shape which can be a text or a picture. The
|
||||
ideas can be connected, but there is a constraint : an idea cannot have
|
||||
more than one parent.
|
||||
|
||||
A kdissert mind-map can be exported as a picture, or used to generate
|
||||
documents. Templates include pdflatex (article, book) and html file
|
||||
formats.
|
||||
|
||||
WWW: http://freehackers.org/~tnagy/kdissert/index.html
|
40
deskutils/kdissert/pkg-plist
Normal file
40
deskutils/kdissert/pkg-plist
Normal file
@ -0,0 +1,40 @@
|
||||
bin/kdissert
|
||||
lib/libkdisshtmldoc.la
|
||||
lib/libkdisshtmldoc.so
|
||||
lib/libkdisspdflatexarticle.la
|
||||
lib/libkdisspdflatexarticle.so
|
||||
lib/libkdisspdflatexbook.la
|
||||
lib/libkdisspdflatexbook.so
|
||||
share/applications/kde/kdissert.desktop
|
||||
share/applnk/Utilities/kdissert.desktop
|
||||
share/apps/kdissert/kdissertui.rc
|
||||
share/apps/kdissert/pics/nopix.png
|
||||
share/apps/kdissert/templatedata/kdisshtmldoc.tar.gz
|
||||
share/apps/kdissert/templatedata/kdisspdflatexarticle.tar.gz
|
||||
share/apps/kdissert/templatedata/kdisspdflatexbook.tar.gz
|
||||
share/apps/kdissert/tips
|
||||
share/config.kcfg/kdissert.kcfg
|
||||
share/doc/HTML/en/kdissert/common
|
||||
share/doc/HTML/en/kdissert/index.cache.bz2
|
||||
share/doc/HTML/en/kdissert/index.docbook
|
||||
share/icons/crystalsvg/128x128/actions/kdissert_sort.png
|
||||
share/icons/crystalsvg/16x16/actions/kdissert_link.png
|
||||
share/icons/crystalsvg/16x16/actions/kdissert_point.png
|
||||
share/icons/crystalsvg/16x16/actions/kdissert_sort.png
|
||||
share/icons/crystalsvg/22x22/actions/kdissert_link.png
|
||||
share/icons/crystalsvg/22x22/actions/kdissert_point.png
|
||||
share/icons/crystalsvg/22x22/actions/kdissert_sort.png
|
||||
share/icons/crystalsvg/32x32/actions/kdissert_link.png
|
||||
share/icons/crystalsvg/32x32/actions/kdissert_point.png
|
||||
share/icons/crystalsvg/32x32/actions/kdissert_sort.png
|
||||
share/icons/crystalsvg/64x64/actions/kdissert_sort.png
|
||||
share/icons/hicolor/128x128/apps/kdissert.png
|
||||
share/icons/hicolor/16x16/apps/kdissert.png
|
||||
share/icons/hicolor/32x32/apps/kdissert.png
|
||||
share/icons/hicolor/64x64/apps/kdissert.png
|
||||
share/locale/de/LC_MESSAGES/kdissert.mo
|
||||
share/locale/fr/LC_MESSAGES/kdissert.mo
|
||||
share/locale/nl/LC_MESSAGES/kdissert.mo
|
||||
@dirrm share/apps/kdissert/templatedata
|
||||
@dirrm share/apps/kdissert/pics
|
||||
@dirrm share/apps/kdissert
|
26
deskutils/semantik/Makefile
Normal file
26
deskutils/semantik/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: kdissert
|
||||
# Date created: 2004 06 July
|
||||
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kdissert
|
||||
PORTVERSION= 0.2.4
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= http://freehackers.org/~tnagy/kdissert/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= KDE mindmapping tool
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_KDELIBS_VER= 3
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s/-O2//g" ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
deskutils/semantik/distinfo
Normal file
2
deskutils/semantik/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (kdissert-0.2.4.tar.bz2) = add63402adc3475bcfc8362d4c5728a7
|
||||
SIZE (kdissert-0.2.4.tar.bz2) = 717047
|
13
deskutils/semantik/pkg-descr
Normal file
13
deskutils/semantik/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
The goal of kdissert is to help to structure ideas and concepts by
|
||||
associating them into a tree. The tree is there to help to see how the
|
||||
ideas interact, and then to develop them further (add ramifications).
|
||||
|
||||
An idea is represented by a shape which can be a text or a picture. The
|
||||
ideas can be connected, but there is a constraint : an idea cannot have
|
||||
more than one parent.
|
||||
|
||||
A kdissert mind-map can be exported as a picture, or used to generate
|
||||
documents. Templates include pdflatex (article, book) and html file
|
||||
formats.
|
||||
|
||||
WWW: http://freehackers.org/~tnagy/kdissert/index.html
|
40
deskutils/semantik/pkg-plist
Normal file
40
deskutils/semantik/pkg-plist
Normal file
@ -0,0 +1,40 @@
|
||||
bin/kdissert
|
||||
lib/libkdisshtmldoc.la
|
||||
lib/libkdisshtmldoc.so
|
||||
lib/libkdisspdflatexarticle.la
|
||||
lib/libkdisspdflatexarticle.so
|
||||
lib/libkdisspdflatexbook.la
|
||||
lib/libkdisspdflatexbook.so
|
||||
share/applications/kde/kdissert.desktop
|
||||
share/applnk/Utilities/kdissert.desktop
|
||||
share/apps/kdissert/kdissertui.rc
|
||||
share/apps/kdissert/pics/nopix.png
|
||||
share/apps/kdissert/templatedata/kdisshtmldoc.tar.gz
|
||||
share/apps/kdissert/templatedata/kdisspdflatexarticle.tar.gz
|
||||
share/apps/kdissert/templatedata/kdisspdflatexbook.tar.gz
|
||||
share/apps/kdissert/tips
|
||||
share/config.kcfg/kdissert.kcfg
|
||||
share/doc/HTML/en/kdissert/common
|
||||
share/doc/HTML/en/kdissert/index.cache.bz2
|
||||
share/doc/HTML/en/kdissert/index.docbook
|
||||
share/icons/crystalsvg/128x128/actions/kdissert_sort.png
|
||||
share/icons/crystalsvg/16x16/actions/kdissert_link.png
|
||||
share/icons/crystalsvg/16x16/actions/kdissert_point.png
|
||||
share/icons/crystalsvg/16x16/actions/kdissert_sort.png
|
||||
share/icons/crystalsvg/22x22/actions/kdissert_link.png
|
||||
share/icons/crystalsvg/22x22/actions/kdissert_point.png
|
||||
share/icons/crystalsvg/22x22/actions/kdissert_sort.png
|
||||
share/icons/crystalsvg/32x32/actions/kdissert_link.png
|
||||
share/icons/crystalsvg/32x32/actions/kdissert_point.png
|
||||
share/icons/crystalsvg/32x32/actions/kdissert_sort.png
|
||||
share/icons/crystalsvg/64x64/actions/kdissert_sort.png
|
||||
share/icons/hicolor/128x128/apps/kdissert.png
|
||||
share/icons/hicolor/16x16/apps/kdissert.png
|
||||
share/icons/hicolor/32x32/apps/kdissert.png
|
||||
share/icons/hicolor/64x64/apps/kdissert.png
|
||||
share/locale/de/LC_MESSAGES/kdissert.mo
|
||||
share/locale/fr/LC_MESSAGES/kdissert.mo
|
||||
share/locale/nl/LC_MESSAGES/kdissert.mo
|
||||
@dirrm share/apps/kdissert/templatedata
|
||||
@dirrm share/apps/kdissert/pics
|
||||
@dirrm share/apps/kdissert
|
Loading…
Reference in New Issue
Block a user