mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to version 9.1.
This commit is contained in:
parent
4cb2b84bfb
commit
1f1952bfac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135120
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= tea
|
||||
DISTVERSION= 9.0
|
||||
DISTVERSION= 9.1
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://tea.linux.kiev.ua/ \
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (tea-9.0.tar.bz2) = 48f7de30841fe2440eedbe65dfc7ff6e
|
||||
SIZE (tea-9.0.tar.bz2) = 337459
|
||||
MD5 (tea-9.1.tar.bz2) = d18dab07c3a1949e2e27ab72ce473d9d
|
||||
SIZE (tea-9.1.tar.bz2) = 371555
|
||||
|
@ -8,49 +8,24 @@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
top_builddir = .
|
||||
@@ -541,29 +542,22 @@
|
||||
uninstall-recursive
|
||||
|
||||
|
||||
-@DEB_TRUE@install-data-local:
|
||||
-@DEB_TRUE@ @$(NORMAL_INSTALL)
|
||||
-@DEB_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/doc; \
|
||||
-@DEB_TRUE@else
|
||||
-@DEB_TRUE@install-data-local:
|
||||
-@DEB_TRUE@ @$(NORMAL_INSTALL)
|
||||
-@DEB_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/doc; \
|
||||
-@DEB_TRUE@ cp -r $(srcdir)/doc $(DESTDIR)$(pkgdatadir); \
|
||||
-@DEB_TRUE@ cp $(srcdir)/AUTHORS $(DESTDIR)$(pkgdatadir)/doc; \
|
||||
-@DEB_TRUE@ cp $(srcdir)/ChangeLog $(DESTDIR)$(pkgdatadir)/doc; \
|
||||
-@DEB_TRUE@ cp $(srcdir)/README $(DESTDIR)$(pkgdatadir)/doc; \
|
||||
-@DEB_TRUE@ cp $(srcdir)/NEWS $(DESTDIR)$(pkgdatadir)/doc; \
|
||||
-@DEB_TRUE@ cp $(srcdir)/COPYING $(DESTDIR)$(pkgdatadir)/doc; \
|
||||
-@DEB_TRUE@ cp $(srcdir)/TODO $(DESTDIR)$(pkgdatadir)/doc; \
|
||||
-@DEB_TRUE@ cp $(srcdir)/BUGS $(DESTDIR)$(pkgdatadir)/doc; \
|
||||
-@DEB_TRUE@ if test -d $(srcdir)/pixmaps; then \
|
||||
-@DEB_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \
|
||||
-@DEB_TRUE@ for pixmap in $(srcdir)/pixmaps/*; do \
|
||||
-@DEB_TRUE@ if test -f $$pixmap; then \
|
||||
-@DEB_TRUE@ $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \
|
||||
-@DEB_TRUE@ fi \
|
||||
-@DEB_TRUE@ done \
|
||||
-@DEB_TRUE@ fi
|
||||
+install-data-local:
|
||||
+ @$(NORMAL_INSTALL)
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(pkgdocsdir); \
|
||||
+ cp -r $(srcdir)/doc/ $(DESTDIR)$(pkgdocsdir); \
|
||||
+ cp $(srcdir)/AUTHORS $(DESTDIR)$(pkgdocsdir); \
|
||||
+ cp $(srcdir)/ChangeLog $(DESTDIR)$(pkgdocsdir); \
|
||||
+ cp $(srcdir)/NEWS $(DESTDIR)$(pkgdocsdir); \
|
||||
+ cp $(srcdir)/TODO $(DESTDIR)$(pkgdocsdir); \
|
||||
+ if test -d $(srcdir)/pixmaps; then \
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \
|
||||
+ for pixmap in $(srcdir)/pixmaps/*; do \
|
||||
+ if test -f $$pixmap; then \
|
||||
+ $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \
|
||||
+ fi \
|
||||
+ done \
|
||||
+ fi
|
||||
|
||||
dist-hook:
|
||||
if test -d $(srcdir)/pixmaps; then \
|
||||
@@ -545,14 +546,12 @@
|
||||
@DEB_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/doc;
|
||||
@DEB_FALSE@install-data-local:
|
||||
@DEB_FALSE@ @$(NORMAL_INSTALL)
|
||||
-@DEB_FALSE@ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/doc; \
|
||||
-@DEB_FALSE@ cp -r $(srcdir)/doc $(DESTDIR)$(pkgdatadir); \
|
||||
-@DEB_FALSE@ cp $(srcdir)/AUTHORS $(DESTDIR)$(pkgdatadir)/doc; \
|
||||
-@DEB_FALSE@ cp $(srcdir)/ChangeLog $(DESTDIR)$(pkgdatadir)/doc; \
|
||||
-@DEB_FALSE@ cp $(srcdir)/README $(DESTDIR)$(pkgdatadir)/doc; \
|
||||
-@DEB_FALSE@ cp $(srcdir)/NEWS $(DESTDIR)$(pkgdatadir)/doc; \
|
||||
-@DEB_FALSE@ cp $(srcdir)/COPYING $(DESTDIR)$(pkgdatadir)/doc; \
|
||||
-@DEB_FALSE@ cp $(srcdir)/TODO $(DESTDIR)$(pkgdatadir)/doc; \
|
||||
+@DEB_FALSE@ $(mkinstalldirs) $(DESTDIR)$(pkgdocsdir); \
|
||||
+@DEB_FALSE@ cp -r $(srcdir)/doc/ $(DESTDIR)$(pkgdocsdir); \
|
||||
+@DEB_FALSE@ cp $(srcdir)/AUTHORS $(DESTDIR)$(pkgdocsdir); \
|
||||
+@DEB_FALSE@ cp $(srcdir)/ChangeLog $(DESTDIR)$(pkgdocsdir); \
|
||||
+@DEB_FALSE@ cp $(srcdir)/NEWS $(DESTDIR)$(pkgdocsdir); \
|
||||
+@DEB_FALSE@ cp $(srcdir)/TODO $(DESTDIR)$(pkgdocsdir); \
|
||||
@DEB_FALSE@ if test -d $(srcdir)/pixmaps; then \
|
||||
@DEB_FALSE@ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \
|
||||
@DEB_FALSE@ for pixmap in $(srcdir)/pixmaps/*; do \
|
||||
|
@ -14,98 +14,7 @@ share/locale/uk/LC_MESSAGES/tea.mo
|
||||
@dirrm %%DATADIR%%/pixmaps
|
||||
@dirrm %%DATADIR%%
|
||||
%%DOCSDIR%%/cs/index.html
|
||||
%%DOCSDIR%%/ru/x671.html
|
||||
%%DOCSDIR%%/ru/c16.html
|
||||
%%DOCSDIR%%/ru/c174.html
|
||||
%%DOCSDIR%%/ru/c189.html
|
||||
%%DOCSDIR%%/ru/c214.html
|
||||
%%DOCSDIR%%/ru/c282.html
|
||||
%%DOCSDIR%%/ru/c29.html
|
||||
%%DOCSDIR%%/ru/c524.html
|
||||
%%DOCSDIR%%/ru/c550.html
|
||||
%%DOCSDIR%%/ru/c556.html
|
||||
%%DOCSDIR%%/ru/c56.html
|
||||
%%DOCSDIR%%/ru/c579.html
|
||||
%%DOCSDIR%%/ru/c598.html
|
||||
%%DOCSDIR%%/ru/c649.html
|
||||
%%DOCSDIR%%/ru/c675.html
|
||||
%%DOCSDIR%%/ru/c683.html
|
||||
%%DOCSDIR%%/ru/c77.html
|
||||
%%DOCSDIR%%/ru/c85.html
|
||||
%%DOCSDIR%%/ru/index.html
|
||||
%%DOCSDIR%%/ru/x228.html
|
||||
%%DOCSDIR%%/ru/x247.html
|
||||
%%DOCSDIR%%/ru/x262.html
|
||||
%%DOCSDIR%%/ru/x289.html
|
||||
%%DOCSDIR%%/ru/x298.html
|
||||
%%DOCSDIR%%/ru/x315.html
|
||||
%%DOCSDIR%%/ru/x324.html
|
||||
%%DOCSDIR%%/ru/x330.html
|
||||
%%DOCSDIR%%/ru/x338.html
|
||||
%%DOCSDIR%%/ru/x350.html
|
||||
%%DOCSDIR%%/ru/x360.html
|
||||
%%DOCSDIR%%/ru/x436.html
|
||||
%%DOCSDIR%%/ru/x440.html
|
||||
%%DOCSDIR%%/ru/x454.html
|
||||
%%DOCSDIR%%/ru/x495.html
|
||||
%%DOCSDIR%%/ru/x504.html
|
||||
%%DOCSDIR%%/ru/x514.html
|
||||
%%DOCSDIR%%/ru/x593.html
|
||||
%%DOCSDIR%%/ru/x609.html
|
||||
%%DOCSDIR%%/ru/x621.html
|
||||
%%DOCSDIR%%/ru/x628.html
|
||||
%%DOCSDIR%%/ru/x632.html
|
||||
%%DOCSDIR%%/ru/x635.html
|
||||
%%DOCSDIR%%/ru/x641.html
|
||||
%%DOCSDIR%%/ru/x646.html
|
||||
%%DOCSDIR%%/ru/a687.html
|
||||
%%DOCSDIR%%/es/x763.html
|
||||
%%DOCSDIR%%/es/c105.html
|
||||
%%DOCSDIR%%/es/c18.html
|
||||
%%DOCSDIR%%/es/c197.html
|
||||
%%DOCSDIR%%/es/c210.html
|
||||
%%DOCSDIR%%/es/c231.html
|
||||
%%DOCSDIR%%/es/c298.html
|
||||
%%DOCSDIR%%/es/c34.html
|
||||
%%DOCSDIR%%/es/c590.html
|
||||
%%DOCSDIR%%/es/c616.html
|
||||
%%DOCSDIR%%/es/c623.html
|
||||
%%DOCSDIR%%/es/c63.html
|
||||
%%DOCSDIR%%/es/c651.html
|
||||
%%DOCSDIR%%/es/c675.html
|
||||
%%DOCSDIR%%/es/c742.html
|
||||
%%DOCSDIR%%/es/c771.html
|
||||
%%DOCSDIR%%/es/c780.html
|
||||
%%DOCSDIR%%/es/c94.html
|
||||
%%DOCSDIR%%/es/index.html
|
||||
%%DOCSDIR%%/es/x242.html
|
||||
%%DOCSDIR%%/es/x261.html
|
||||
%%DOCSDIR%%/es/x278.html
|
||||
%%DOCSDIR%%/es/x305.html
|
||||
%%DOCSDIR%%/es/x332.html
|
||||
%%DOCSDIR%%/es/x341.html
|
||||
%%DOCSDIR%%/es/x350.html
|
||||
%%DOCSDIR%%/es/x366.html
|
||||
%%DOCSDIR%%/es/x373.html
|
||||
%%DOCSDIR%%/es/x388.html
|
||||
%%DOCSDIR%%/es/x398.html
|
||||
%%DOCSDIR%%/es/x497.html
|
||||
%%DOCSDIR%%/es/x503.html
|
||||
%%DOCSDIR%%/es/x515.html
|
||||
%%DOCSDIR%%/es/x558.html
|
||||
%%DOCSDIR%%/es/x567.html
|
||||
%%DOCSDIR%%/es/x579.html
|
||||
%%DOCSDIR%%/es/x687.html
|
||||
%%DOCSDIR%%/es/x704.html
|
||||
%%DOCSDIR%%/es/x708.html
|
||||
%%DOCSDIR%%/es/x715.html
|
||||
%%DOCSDIR%%/es/x719.html
|
||||
%%DOCSDIR%%/es/x722.html
|
||||
%%DOCSDIR%%/es/x726.html
|
||||
%%DOCSDIR%%/es/x733.html
|
||||
%%DOCSDIR%%/es/x738.html
|
||||
%%DOCSDIR%%/es/a787.html
|
||||
%%DOCSDIR%%/en/x752.html
|
||||
%%DOCSDIR%%/en/a796.html
|
||||
%%DOCSDIR%%/en/c105.html
|
||||
%%DOCSDIR%%/en/c17.html
|
||||
%%DOCSDIR%%/en/c199.html
|
||||
@ -150,7 +59,117 @@ share/locale/uk/LC_MESSAGES/tea.mo
|
||||
%%DOCSDIR%%/en/x717.html
|
||||
%%DOCSDIR%%/en/x723.html
|
||||
%%DOCSDIR%%/en/x728.html
|
||||
%%DOCSDIR%%/en/a796.html
|
||||
%%DOCSDIR%%/en/x752.html
|
||||
%%DOCSDIR%%/es/a799.html
|
||||
%%DOCSDIR%%/es/c105.html
|
||||
%%DOCSDIR%%/es/c18.html
|
||||
%%DOCSDIR%%/es/c197.html
|
||||
%%DOCSDIR%%/es/c210.html
|
||||
%%DOCSDIR%%/es/c231.html
|
||||
%%DOCSDIR%%/es/c298.html
|
||||
%%DOCSDIR%%/es/c34.html
|
||||
%%DOCSDIR%%/es/c590.html
|
||||
%%DOCSDIR%%/es/c616.html
|
||||
%%DOCSDIR%%/es/c623.html
|
||||
%%DOCSDIR%%/es/c63.html
|
||||
%%DOCSDIR%%/es/c651.html
|
||||
%%DOCSDIR%%/es/c675.html
|
||||
%%DOCSDIR%%/es/c742.html
|
||||
%%DOCSDIR%%/es/c771.html
|
||||
%%DOCSDIR%%/es/c792.html
|
||||
%%DOCSDIR%%/es/c94.html
|
||||
%%DOCSDIR%%/es/favicon.ico
|
||||
%%DOCSDIR%%/es/img/caution.gif
|
||||
%%DOCSDIR%%/es/img/cross.png
|
||||
%%DOCSDIR%%/es/img/home.gif
|
||||
%%DOCSDIR%%/es/img/important.gif
|
||||
%%DOCSDIR%%/es/img/leftbuttons.png
|
||||
%%DOCSDIR%%/es/img/logo.gif
|
||||
%%DOCSDIR%%/es/img/next.gif
|
||||
%%DOCSDIR%%/es/img/note.gif
|
||||
%%DOCSDIR%%/es/img/prev.gif
|
||||
%%DOCSDIR%%/es/img/resize.png
|
||||
%%DOCSDIR%%/es/img/rightbuttons.png
|
||||
%%DOCSDIR%%/es/img/runbutton.png
|
||||
%%DOCSDIR%%/es/img/runbutton1.png
|
||||
%%DOCSDIR%%/es/img/tip.gif
|
||||
%%DOCSDIR%%/es/img/toolbar.gif
|
||||
%%DOCSDIR%%/es/img/up.gif
|
||||
%%DOCSDIR%%/es/img/warning.gif
|
||||
%%DOCSDIR%%/es/index.html
|
||||
%%DOCSDIR%%/es/style.css
|
||||
%%DOCSDIR%%/es/x242.html
|
||||
%%DOCSDIR%%/es/x261.html
|
||||
%%DOCSDIR%%/es/x278.html
|
||||
%%DOCSDIR%%/es/x305.html
|
||||
%%DOCSDIR%%/es/x332.html
|
||||
%%DOCSDIR%%/es/x341.html
|
||||
%%DOCSDIR%%/es/x350.html
|
||||
%%DOCSDIR%%/es/x366.html
|
||||
%%DOCSDIR%%/es/x373.html
|
||||
%%DOCSDIR%%/es/x388.html
|
||||
%%DOCSDIR%%/es/x398.html
|
||||
%%DOCSDIR%%/es/x497.html
|
||||
%%DOCSDIR%%/es/x503.html
|
||||
%%DOCSDIR%%/es/x515.html
|
||||
%%DOCSDIR%%/es/x558.html
|
||||
%%DOCSDIR%%/es/x567.html
|
||||
%%DOCSDIR%%/es/x579.html
|
||||
%%DOCSDIR%%/es/x687.html
|
||||
%%DOCSDIR%%/es/x704.html
|
||||
%%DOCSDIR%%/es/x708.html
|
||||
%%DOCSDIR%%/es/x715.html
|
||||
%%DOCSDIR%%/es/x719.html
|
||||
%%DOCSDIR%%/es/x722.html
|
||||
%%DOCSDIR%%/es/x726.html
|
||||
%%DOCSDIR%%/es/x733.html
|
||||
%%DOCSDIR%%/es/x738.html
|
||||
%%DOCSDIR%%/es/x763.html
|
||||
%%DOCSDIR%%/ru/a687.html
|
||||
%%DOCSDIR%%/ru/c16.html
|
||||
%%DOCSDIR%%/ru/c174.html
|
||||
%%DOCSDIR%%/ru/c189.html
|
||||
%%DOCSDIR%%/ru/c214.html
|
||||
%%DOCSDIR%%/ru/c282.html
|
||||
%%DOCSDIR%%/ru/c29.html
|
||||
%%DOCSDIR%%/ru/c524.html
|
||||
%%DOCSDIR%%/ru/c550.html
|
||||
%%DOCSDIR%%/ru/c556.html
|
||||
%%DOCSDIR%%/ru/c56.html
|
||||
%%DOCSDIR%%/ru/c579.html
|
||||
%%DOCSDIR%%/ru/c598.html
|
||||
%%DOCSDIR%%/ru/c649.html
|
||||
%%DOCSDIR%%/ru/c675.html
|
||||
%%DOCSDIR%%/ru/c683.html
|
||||
%%DOCSDIR%%/ru/c77.html
|
||||
%%DOCSDIR%%/ru/c85.html
|
||||
%%DOCSDIR%%/ru/index.html
|
||||
%%DOCSDIR%%/ru/x228.html
|
||||
%%DOCSDIR%%/ru/x247.html
|
||||
%%DOCSDIR%%/ru/x262.html
|
||||
%%DOCSDIR%%/ru/x289.html
|
||||
%%DOCSDIR%%/ru/x298.html
|
||||
%%DOCSDIR%%/ru/x315.html
|
||||
%%DOCSDIR%%/ru/x324.html
|
||||
%%DOCSDIR%%/ru/x330.html
|
||||
%%DOCSDIR%%/ru/x338.html
|
||||
%%DOCSDIR%%/ru/x350.html
|
||||
%%DOCSDIR%%/ru/x360.html
|
||||
%%DOCSDIR%%/ru/x436.html
|
||||
%%DOCSDIR%%/ru/x440.html
|
||||
%%DOCSDIR%%/ru/x454.html
|
||||
%%DOCSDIR%%/ru/x495.html
|
||||
%%DOCSDIR%%/ru/x504.html
|
||||
%%DOCSDIR%%/ru/x514.html
|
||||
%%DOCSDIR%%/ru/x593.html
|
||||
%%DOCSDIR%%/ru/x609.html
|
||||
%%DOCSDIR%%/ru/x621.html
|
||||
%%DOCSDIR%%/ru/x628.html
|
||||
%%DOCSDIR%%/ru/x632.html
|
||||
%%DOCSDIR%%/ru/x635.html
|
||||
%%DOCSDIR%%/ru/x641.html
|
||||
%%DOCSDIR%%/ru/x646.html
|
||||
%%DOCSDIR%%/ru/x671.html
|
||||
%%DOCSDIR%%/tea_doc.css
|
||||
%%DOCSDIR%%/AUTHORS
|
||||
%%DOCSDIR%%/ChangeLog
|
||||
@ -158,6 +177,7 @@ share/locale/uk/LC_MESSAGES/tea.mo
|
||||
%%DOCSDIR%%/TODO
|
||||
@dirrm %%DOCSDIR%%/cs
|
||||
@dirrm %%DOCSDIR%%/en
|
||||
@dirrm %%DOCSDIR%%/es/img
|
||||
@dirrm %%DOCSDIR%%/es
|
||||
@dirrm %%DOCSDIR%%/ru
|
||||
@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user