pkgsrc-wip/gjots2/PLIST
pancake ;) fd96e3ac44 * Initial import of gjots2
gjots2 is a fairly simple jotter application for your desktop.

It displays your data organised in a tree with each leaf being your text.
Getting data into gjots2 is fairly easy - you can type it in, directly import
kjots files, cut and paste text or use an editor to convert other text files
to the simple gjots2 format (see below for details). You can also convert an 
existing DOCBOOK file into gjots2 format with docbook2gjots(1).

gjots2 files can be simply converted into HTML using gjots2html(1) or into
DOCBOOK with gjots2docbook(1) Sensitive data can be encrypted by ccrypt(1),
openssl(1) or gpg(1) simply by saving with an appropriate file suffix and
providing a password.
2006-03-06 15:12:54 +00:00

43 lines
1.2 KiB
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/06 15:12:54 poppnk Exp $
bin/gjots2
share/pixmaps/gjots.png
share/gjots2/gjots.glade2
share/gjots2/gjots.png
share/gjots2/gjots2-new-page.png
share/gjots2/gjots2-new-child.png
share/gjots2/gjots2-merge-items.png
share/gjots2/gjots2-split-item.png
share/gjots2/gjots2-hide-all.png
share/gjots2/gjots2-show-all.png
share/man/man1/gjots2.1
share/man/man1/gjots2docbook.1
share/man/man1/gjots2html.1
share/doc/${PKGNAME}/gjots2.gjots
share/doc/${PKGNAME}/AUTHORS
share/doc/${PKGNAME}/README
share/doc/${PKGNAME}/INSTALL
share/doc/${PKGNAME}/COPYING
share/doc/${PKGNAME}/ChangeLog
share/doc/${PKGNAME}/gjots2.en_US.gjots
share/doc/${PKGNAME}/gjots2.fr.gjots
share/doc/${PKGNAME}/gjots2.no.gjots
share/doc/${PKGNAME}/gjots2.nb.gjots
share/doc/${PKGNAME}/gjots2.ru.gjots
share/applications/gjots2.deskto
lib/gjots2/
lib/gjots2/__init__.py
lib/gjots2/file.py
lib/gjots2/general.py
lib/gjots2/prefs.py
lib/gjots2/common.py
lib/gjots2/find.py
lib/gjots2/gui.py
lib/gjots2/version.py
lib/gjots2/printDialog.py
lib/gjots2/sortDialog.py
@dirrm share/pixmaps
@dirrm share/man/man1
@dirrm share/gjots2
@dirrm share/doc/${PKGNAME}
@dirrm share/applications
@dirrm lib/gjots2