diff options
author | acm <acm@FreeBSD.org> | 2007-10-03 00:01:14 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2007-10-03 00:01:14 +0800 |
commit | a97f7703e83909842cc739e85ee880d39a5c1b32 (patch) | |
tree | a1007f5947a4a90bc398cc8f1b7a4cd7bccaa020 /editors/zim | |
parent | d26d2f972c1b0e1079212eb64816667581ae31b3 (diff) | |
download | freebsd-ports-gnome-a97f7703e83909842cc739e85ee880d39a5c1b32.tar.gz freebsd-ports-gnome-a97f7703e83909842cc739e85ee880d39a5c1b32.tar.zst freebsd-ports-gnome-a97f7703e83909842cc739e85ee880d39a5c1b32.zip |
- Update to 0.21
Diffstat (limited to 'editors/zim')
-rw-r--r-- | editors/zim/Makefile | 3 | ||||
-rw-r--r-- | editors/zim/distinfo | 6 | ||||
-rw-r--r-- | editors/zim/pkg-plist | 9 |
3 files changed, 14 insertions, 4 deletions
diff --git a/editors/zim/Makefile b/editors/zim/Makefile index 9b7bbb006469..a958ebf98a09 100644 --- a/editors/zim/Makefile +++ b/editors/zim/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zim -PORTVERSION= 0.20 +PORTVERSION= 0.21 CATEGORIES= editors perl5 MASTER_SITES= http://pardus-larus.student.utwente.nl/~pardus/downloads/Zim/ DISTNAME= Zim-${PORTVERSION} @@ -37,6 +37,7 @@ MAN3= Gtk2::Ex::DesktopEntryMenu.3 \ Zim::Selection.3 \ Zim::GUI::Calendar.3 \ Zim::GUI::Component.3 \ + Zim::GUI::EquationEditor.3 \ Zim::GUI::ExportDialog.3 \ Zim::GUI::FindReplaceDialog.3 \ Zim::GUI::PreferencesDialog.3 \ diff --git a/editors/zim/distinfo b/editors/zim/distinfo index 7382ed6d6a6c..cfffd82e2abd 100644 --- a/editors/zim/distinfo +++ b/editors/zim/distinfo @@ -1,3 +1,3 @@ -MD5 (Zim-0.20.tar.gz) = 51a6486b13e2656656fe081bbf0a7a91 -SHA256 (Zim-0.20.tar.gz) = fab788005aa1b3cef20d32e8a386e9cc75a8cc7b984fc511e64d7e32faea5903 -SIZE (Zim-0.20.tar.gz) = 198473 +MD5 (Zim-0.21.tar.gz) = b78c86db05dda9cdc6ad2343b225257f +SHA256 (Zim-0.21.tar.gz) = 3a6b076dc0fddccbf01c681d6f10c735fee478a5a1d294356cd62852efe10fb9 +SIZE (Zim-0.21.tar.gz) = 207323 diff --git a/editors/zim/pkg-plist b/editors/zim/pkg-plist index bebf589016ef..6e811066785a 100644 --- a/editors/zim/pkg-plist +++ b/editors/zim/pkg-plist @@ -13,6 +13,7 @@ bin/zim %%SITE_PERL%%/Zim/GUI.pm %%SITE_PERL%%/Zim/GUI/Calendar.pm %%SITE_PERL%%/Zim/GUI/Component.pm +%%SITE_PERL%%/Zim/GUI/EquationEditor.pm %%SITE_PERL%%/Zim/GUI/ExportDialog.pm %%SITE_PERL%%/Zim/GUI/FindReplaceDialog.pm %%SITE_PERL%%/Zim/GUI/PageView.pm @@ -62,6 +63,8 @@ share/pixmaps/zim/stock_calendar-view-month.png %%DATADIR%%/doc/zim/usage/keybindings.txt %%DATADIR%%/doc/zim/usage/linking.txt %%DATADIR%%/doc/zim/usage/plugins.txt +%%DATADIR%%/doc/zim/usage/plugins/equation_01.png +%%DATADIR%%/doc/zim/usage/plugins/EquationEditor.txt %%DATADIR%%/doc/zim/usage/preferences.txt %%DATADIR%%/doc/zim/usage/properties.txt %%DATADIR%%/doc/zim/usage/repositories.txt @@ -71,6 +74,8 @@ share/pixmaps/zim/stock_calendar-view-month.png %%DATADIR%%/doc/zim/usage/syntax.txt %%DATADIR%%/doc/zim/usage/templates.txt %%DATADIR%%/doc/zim/install/windows.txt +%%DATADIR%%/plugins/EquationEditor.pl +%%DATADIR%%/plugins/InsertScreenshot.pl %%DATADIR%%/plugins/PrintToBrowser.pl %%DATADIR%%/plugins/Spell.pl %%DATADIR%%/plugins/Subversion.pl @@ -81,6 +86,8 @@ share/pixmaps/zim/stock_calendar-view-month.png %%DATADIR%%/templates/html/Presentation.html %%DATADIR%%/templates/html/Print.html %%DATADIR%%/templates/html/SlideShow_(S5).html +%%DATADIR%%/templates/latex/_Equation.tex +%%DATADIR%%/templates/latex/Default.tex %%DATADIR%%/templates/txt2tags/Default.t2t %%DATADIR%%/templates/wiki/_New.txt %%DATADIR%%/urls.list @@ -93,6 +100,7 @@ share/pixmaps/zim/stock_calendar-view-month.png @dirrm %%SITE_PERL%%/Zim/Formats @dirrm %%SITE_PERL%%/Zim @dirrm %%DATADIR%%/plugins +@dirrm %%DATADIR%%/doc/zim/usage/plugins @dirrm %%DATADIR%%/doc/zim/usage @dirrm %%DATADIR%%/doc/zim/install @dirrm %%DATADIR%%/doc/zim @@ -100,6 +108,7 @@ share/pixmaps/zim/stock_calendar-view-month.png @dirrm %%DATADIR%%/templates/wiki @dirrm %%DATADIR%%/templates/txt2tags @dirrm %%DATADIR%%/templates/html +@dirrm %%DATADIR%%/templates/latex @dirrm %%DATADIR%%/templates @dirrm %%DATADIR%% @dirrmtry share/applications |