diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-07-29 16:16:25 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-07-29 16:16:25 +0000 |
commit | 0ae478255df559f2974fcde9c600857a16cac458 (patch) | |
tree | 3da909425b4cc6164d583b8feff99dcaf9d7c812 /editors/zim/pkg-plist | |
parent | e7ec57b377100ce237eb8525732c95004d08fe81 (diff) | |
download | ports-0ae478255df559f2974fcde9c600857a16cac458.tar.gz ports-0ae478255df559f2974fcde9c600857a16cac458.zip |
Notes
Diffstat (limited to 'editors/zim/pkg-plist')
-rw-r--r-- | editors/zim/pkg-plist | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/editors/zim/pkg-plist b/editors/zim/pkg-plist index ef3fbba8460e..5092af68f609 100644 --- a/editors/zim/pkg-plist +++ b/editors/zim/pkg-plist @@ -4,19 +4,21 @@ bin/zim %%SITE_PERL%%/Gtk2/Ex/HyperTextBuffer.pm %%SITE_PERL%%/Gtk2/Ex/HyperTextView.pm %%SITE_PERL%%/Gtk2/Ex/PathBar.pm -%%SITE_PERL%%/Zim.pm -%%SITE_PERL%%/Zim/Components/Calendar.pm -%%SITE_PERL%%/Zim/Components/PageView.pm -%%SITE_PERL%%/Zim/Components/PathBar.pm -%%SITE_PERL%%/Zim/Components/SearchDialog.pm -%%SITE_PERL%%/Zim/Components/Spell.pm -%%SITE_PERL%%/Zim/Components/TrayIcon.pm -%%SITE_PERL%%/Zim/Components/TreeView.pm %%SITE_PERL%%/Zim/File.pm %%SITE_PERL%%/Zim/Formats/Html.pm %%SITE_PERL%%/Zim/Formats/Pod.pm %%SITE_PERL%%/Zim/Formats/Wiki.pm %%SITE_PERL%%/Zim/Formats/XML.pm +%%SITE_PERL%%/Zim/GUI.pm +%%SITE_PERL%%/Zim/GUI/Calendar.pm +%%SITE_PERL%%/Zim/GUI/ExportDialog.pm +%%SITE_PERL%%/Zim/GUI/FindReplaceDialog.pm +%%SITE_PERL%%/Zim/GUI/PageView.pm +%%SITE_PERL%%/Zim/GUI/PathBar.pm +%%SITE_PERL%%/Zim/GUI/SearchDialog.pm +%%SITE_PERL%%/Zim/GUI/Spell.pm +%%SITE_PERL%%/Zim/GUI/TrayIcon.pm +%%SITE_PERL%%/Zim/GUI/TreeView.pm %%SITE_PERL%%/Zim/History.pm %%SITE_PERL%%/Zim/Page.pm %%SITE_PERL%%/Zim/Page/Text.pm @@ -25,9 +27,11 @@ bin/zim %%SITE_PERL%%/Zim/Repository/DBI.pm %%SITE_PERL%%/Zim/Repository/Files.pm %%SITE_PERL%%/Zim/Repository/Man.pm +lib/perl5/site_perl/5.8.8/Zim/Selection.pm %%SITE_PERL%%/Zim/Win32.pm share/applications/zim.desktop share/pixmaps/zim.png +%%DATADIR%%/entities.list %%DATADIR%%/doc/.zim.config %%DATADIR%%/doc/Help.txt %%DATADIR%%/doc/zim.png @@ -38,6 +42,7 @@ share/pixmaps/zim.png %%DATADIR%%/doc/zim/development/database.txt %%DATADIR%%/doc/zim/development/formats.txt %%DATADIR%%/doc/zim/development/page.txt +%%DATADIR%%/doc/zim/development/plugins.txt %%DATADIR%%/doc/zim/development/repository.txt %%DATADIR%%/doc/zim/development/todo.txt %%DATADIR%%/doc/zim/faq.txt @@ -49,23 +54,23 @@ share/pixmaps/zim.png %%DATADIR%%/doc/zim/usage/getting_started.txt %%DATADIR%%/doc/zim/usage/html_entities.txt %%DATADIR%%/doc/zim/usage/keybindings.txt -%%DATADIR%%/doc/zim/usage/links.txt +%%DATADIR%%/doc/zim/usage/linking.txt %%DATADIR%%/doc/zim/usage/plugins.txt %%DATADIR%%/doc/zim/usage/preferences.txt %%DATADIR%%/doc/zim/usage/repositories.txt %%DATADIR%%/doc/zim/usage/searching.txt %%DATADIR%%/doc/zim/usage/strategies.txt %%DATADIR%%/doc/zim/usage/syntax.txt -%%DATADIR%%/plugins/Calendar.pl +%%DATADIR%%/plugins/PrintToBrowser.pl %%DATADIR%%/plugins/Spell.pl %%DATADIR%%/plugins/TrayIcon.pl %%DATADIR%%/templates/Default.html -%%DATADIR%%/templates/Slides.html +%%DATADIR%%/templates/Presentation.html %%DATADIR%%/urls.list %%DATADIR%%/zim.svg @dirrmtry %%SITE_PERL%%/Gtk2/Ex @dirrmtry %%SITE_PERL%%/Gtk2 -@dirrm %%SITE_PERL%%/Zim/Components +@dirrm %%SITE_PERL%%/Zim/GUI @dirrm %%SITE_PERL%%/Zim/Repository @dirrm %%SITE_PERL%%/Zim/Formats @dirrm %%SITE_PERL%%/Zim/Page |