mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- Update to 0.16.0
PR: ports/88566 Submitted by: Ports Fury
This commit is contained in:
parent
453df54a3f
commit
782a37f1e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147626
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= screem
|
||||
PORTVERSION= 0.14.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.16.0
|
||||
CATEGORIES= www gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -24,9 +23,10 @@ USE_GNOME= desktopfileutils gnomehack gnomemenus gnomeprefix gnometarget \
|
||||
USE_XPM= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --disable-enchant
|
||||
INSTALLS_OMF= yes
|
||||
|
||||
GCONF_SCHEMAS= screem.schemas
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (screem-0.14.3.tar.gz) = effc32299ef5527482f58d7df1e8730e
|
||||
SIZE (screem-0.14.3.tar.gz) = 3778240
|
||||
MD5 (screem-0.16.0.tar.gz) = 31fdaad416d1d845fc267d8c27d59036
|
||||
SIZE (screem-0.16.0.tar.gz) = 3850088
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- src/readtags.c.orig Sat Jan 4 23:43:42 2003
|
||||
+++ src/readtags.c Sat Jan 4 23:48:00 2003
|
||||
@@ -8,6 +8,7 @@
|
||||
* This module contains functions for reading tag files.
|
||||
*/
|
||||
|
||||
+#include <config.h>
|
||||
#include <glib.h>
|
||||
|
||||
#include <stdlib.h>
|
@ -1,4 +1,11 @@
|
||||
bin/screem
|
||||
include/screem/fileops.h
|
||||
include/screem/screem-dtd.h
|
||||
include/screem/screem-page.h
|
||||
include/screem/screem-plugin.h
|
||||
include/screem/screem-site.h
|
||||
include/screem/screem-skel-plugin.h
|
||||
include/screem/screem-view.h
|
||||
lib/screem/plugins/colourWizard.so
|
||||
lib/screem/plugins/css_wizard.so
|
||||
lib/screem/plugins/entityWizard.so
|
||||
@ -8,6 +15,7 @@ lib/screem/plugins/object_wizard.so
|
||||
lib/screem/plugins/ssiWizard.so
|
||||
lib/screem/plugins/tableWizard.so
|
||||
lib/screem/plugins/uploadWizard.so
|
||||
libdata/pkgconfig/screem-plugin.pc
|
||||
share/gnome/application-registry/screem.applications
|
||||
share/gnome/applications/screem.desktop
|
||||
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
@ -58,20 +66,22 @@ share/gnome/help/screem/C/figures/table-wizard.png
|
||||
share/gnome/help/screem/C/figures/tree.png
|
||||
share/gnome/help/screem/C/legal.xml
|
||||
share/gnome/help/screem/C/screem.xml
|
||||
share/gnome/mime-info/screem.keys
|
||||
share/gnome/omf/screem/screem-C.omf
|
||||
share/gnome/pixmaps/screem/splash/splash.png
|
||||
share/gnome/pixmaps/screem.png
|
||||
share/gnome/screem/doctypes.xml
|
||||
share/gnome/screem/dtd/HTMLlat1.ent
|
||||
share/gnome/screem/dtd/HTMLspecial.ent
|
||||
share/gnome/screem/dtd/HTMLsymbols.ent
|
||||
share/gnome/screem/dtd/catalog
|
||||
share/gnome/screem/dtd/gtkuimanager.dtd
|
||||
share/gnome/screem/dtd/http%3A%2F%2Fwww.w3.org%2FTR%2Fhtml4%2Fframeset.dtd
|
||||
share/gnome/screem/dtd/http%3A%2F%2Fwww.w3.org%2FTR%2Fhtml4%2Floose.dtd
|
||||
share/gnome/screem/dtd/http%3A%2F%2Fwww.w3.org%2FTR%2Fhtml4%2Fstrict.dtd
|
||||
share/gnome/screem/dtd/http%3A%2F%2Fwww.w3.org%2FTR%2Fxhtml1%2FDTD%2Fxhtml1-frameset.dtd
|
||||
share/gnome/screem/dtd/http%3A%2F%2Fwww.w3.org%2FTR%2Fxhtml1%2FDTD%2Fxhtml1-strict.dtd
|
||||
share/gnome/screem/dtd/http%3A%2F%2Fwww.w3.org%2FTR%2Fxhtml1%2FDTD%2Fxhtml1-transitional.dtd
|
||||
share/gnome/screem/dtd/screem-doctypes.dtd
|
||||
share/gnome/screem/dtd/screem-tagtree-config.dtd
|
||||
share/gnome/screem/dtd/screem-tagtree.dtd
|
||||
share/gnome/screem/dtd/xhtml-lat1.ent
|
||||
@ -88,6 +98,12 @@ share/gnome/screem/glade/tablewizard.glade
|
||||
share/gnome/screem/glade/uploadwizard.glade
|
||||
share/gnome/screem/helpers/Tidy/TidyHTML.desktop
|
||||
share/gnome/screem/helpers/Tidy/TidyXML.desktop
|
||||
share/gnome/screem/helpers/browsers/epiphany.desktop
|
||||
share/gnome/screem/helpers/browsers/konqueror.desktop
|
||||
share/gnome/screem/helpers/browsers/opera.desktop
|
||||
share/gnome/screem/helpers/browsers-remote/epiphany.desktop
|
||||
share/gnome/screem/helpers/browsers-remote/konqueror.desktop
|
||||
share/gnome/screem/helpers/browsers-remote/opera.desktop
|
||||
share/gnome/screem/hints/screem_hints.txt
|
||||
share/gnome/screem/hints/screem_hints_fr.txt
|
||||
share/gnome/screem/hints/screem_hints_pt_BR.txt
|
||||
@ -156,6 +172,7 @@ share/gnome/screem/resources/Javascript/preload.js
|
||||
share/gnome/screem/resources/Javascript/rollover.js
|
||||
share/gnome/screem/resources/Templates/template.html
|
||||
share/gnome/screem/tagtrees/apache.tagtree
|
||||
share/gnome/screem/tagtrees/cfml.tagtree
|
||||
share/gnome/screem/tagtrees/css.tagtree
|
||||
share/gnome/screem/tagtrees/funcref_php.tagtree
|
||||
share/gnome/screem/tagtrees/funcref_python.tagtree
|
||||
@ -190,24 +207,7 @@ share/locale/tr/LC_MESSAGES/screem.mo
|
||||
share/locale/uk/LC_MESSAGES/screem.mo
|
||||
share/locale/vi/LC_MESSAGES/screem.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/screem.mo
|
||||
share/mime/application/vnd.wap.wmlc.xml
|
||||
share/mime/application/vnd.wap.wmlscriptc.xml
|
||||
share/mime/application/x-php-source.xml
|
||||
share/mime/application/x-screem-tag-tree.xml
|
||||
share/mime/application/x-screem.xml
|
||||
share/mime/application/xhtml+xml.xml
|
||||
share/mime/image/vnd.wap.wbmp.xml
|
||||
share/mime/packages/screem.xml
|
||||
share/mime/text/actionscript.xml
|
||||
share/mime/text/html.xml
|
||||
share/mime/text/javascript.xml
|
||||
share/mime/text/vnd.wap.wml.xml
|
||||
share/mime/text/vnd.wap.wmlscript.xml
|
||||
share/mime/text/x-actionscript.xml
|
||||
share/mime/text/x-component.xml
|
||||
share/mime/text/x-javascript.xml
|
||||
share/mime/text/x-php-source.xml
|
||||
share/mime/text/x-php.xml
|
||||
@dirrm share/gnome/screem/ui
|
||||
@dirrm share/gnome/screem/tagtrees
|
||||
@dirrm share/gnome/screem/resources/Templates
|
||||
@ -219,6 +219,8 @@ share/mime/text/x-php.xml
|
||||
@dirrm share/gnome/screem/resources
|
||||
@dirrm share/gnome/screem/pixmaps
|
||||
@dirrm share/gnome/screem/hints
|
||||
@dirrm share/gnome/screem/helpers/browsers-remote
|
||||
@dirrm share/gnome/screem/helpers/browsers
|
||||
@dirrm share/gnome/screem/helpers/Tidy
|
||||
@dirrm share/gnome/screem/helpers
|
||||
@dirrm share/gnome/screem/glade
|
||||
@ -232,6 +234,7 @@ share/mime/text/x-php.xml
|
||||
@dirrm share/gnome/help/screem
|
||||
@dirrm lib/screem/plugins
|
||||
@dirrm lib/screem
|
||||
@dirrm include/screem
|
||||
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
|
||||
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
|
||||
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= screem
|
||||
PORTVERSION= 0.14.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.16.0
|
||||
CATEGORIES= www gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -24,9 +23,10 @@ USE_GNOME= desktopfileutils gnomehack gnomemenus gnomeprefix gnometarget \
|
||||
USE_XPM= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --disable-enchant
|
||||
INSTALLS_OMF= yes
|
||||
|
||||
GCONF_SCHEMAS= screem.schemas
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (screem-0.14.3.tar.gz) = effc32299ef5527482f58d7df1e8730e
|
||||
SIZE (screem-0.14.3.tar.gz) = 3778240
|
||||
MD5 (screem-0.16.0.tar.gz) = 31fdaad416d1d845fc267d8c27d59036
|
||||
SIZE (screem-0.16.0.tar.gz) = 3850088
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- src/readtags.c.orig Sat Jan 4 23:43:42 2003
|
||||
+++ src/readtags.c Sat Jan 4 23:48:00 2003
|
||||
@@ -8,6 +8,7 @@
|
||||
* This module contains functions for reading tag files.
|
||||
*/
|
||||
|
||||
+#include <config.h>
|
||||
#include <glib.h>
|
||||
|
||||
#include <stdlib.h>
|
@ -1,4 +1,11 @@
|
||||
bin/screem
|
||||
include/screem/fileops.h
|
||||
include/screem/screem-dtd.h
|
||||
include/screem/screem-page.h
|
||||
include/screem/screem-plugin.h
|
||||
include/screem/screem-site.h
|
||||
include/screem/screem-skel-plugin.h
|
||||
include/screem/screem-view.h
|
||||
lib/screem/plugins/colourWizard.so
|
||||
lib/screem/plugins/css_wizard.so
|
||||
lib/screem/plugins/entityWizard.so
|
||||
@ -8,6 +15,7 @@ lib/screem/plugins/object_wizard.so
|
||||
lib/screem/plugins/ssiWizard.so
|
||||
lib/screem/plugins/tableWizard.so
|
||||
lib/screem/plugins/uploadWizard.so
|
||||
libdata/pkgconfig/screem-plugin.pc
|
||||
share/gnome/application-registry/screem.applications
|
||||
share/gnome/applications/screem.desktop
|
||||
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
@ -58,20 +66,22 @@ share/gnome/help/screem/C/figures/table-wizard.png
|
||||
share/gnome/help/screem/C/figures/tree.png
|
||||
share/gnome/help/screem/C/legal.xml
|
||||
share/gnome/help/screem/C/screem.xml
|
||||
share/gnome/mime-info/screem.keys
|
||||
share/gnome/omf/screem/screem-C.omf
|
||||
share/gnome/pixmaps/screem/splash/splash.png
|
||||
share/gnome/pixmaps/screem.png
|
||||
share/gnome/screem/doctypes.xml
|
||||
share/gnome/screem/dtd/HTMLlat1.ent
|
||||
share/gnome/screem/dtd/HTMLspecial.ent
|
||||
share/gnome/screem/dtd/HTMLsymbols.ent
|
||||
share/gnome/screem/dtd/catalog
|
||||
share/gnome/screem/dtd/gtkuimanager.dtd
|
||||
share/gnome/screem/dtd/http%3A%2F%2Fwww.w3.org%2FTR%2Fhtml4%2Fframeset.dtd
|
||||
share/gnome/screem/dtd/http%3A%2F%2Fwww.w3.org%2FTR%2Fhtml4%2Floose.dtd
|
||||
share/gnome/screem/dtd/http%3A%2F%2Fwww.w3.org%2FTR%2Fhtml4%2Fstrict.dtd
|
||||
share/gnome/screem/dtd/http%3A%2F%2Fwww.w3.org%2FTR%2Fxhtml1%2FDTD%2Fxhtml1-frameset.dtd
|
||||
share/gnome/screem/dtd/http%3A%2F%2Fwww.w3.org%2FTR%2Fxhtml1%2FDTD%2Fxhtml1-strict.dtd
|
||||
share/gnome/screem/dtd/http%3A%2F%2Fwww.w3.org%2FTR%2Fxhtml1%2FDTD%2Fxhtml1-transitional.dtd
|
||||
share/gnome/screem/dtd/screem-doctypes.dtd
|
||||
share/gnome/screem/dtd/screem-tagtree-config.dtd
|
||||
share/gnome/screem/dtd/screem-tagtree.dtd
|
||||
share/gnome/screem/dtd/xhtml-lat1.ent
|
||||
@ -88,6 +98,12 @@ share/gnome/screem/glade/tablewizard.glade
|
||||
share/gnome/screem/glade/uploadwizard.glade
|
||||
share/gnome/screem/helpers/Tidy/TidyHTML.desktop
|
||||
share/gnome/screem/helpers/Tidy/TidyXML.desktop
|
||||
share/gnome/screem/helpers/browsers/epiphany.desktop
|
||||
share/gnome/screem/helpers/browsers/konqueror.desktop
|
||||
share/gnome/screem/helpers/browsers/opera.desktop
|
||||
share/gnome/screem/helpers/browsers-remote/epiphany.desktop
|
||||
share/gnome/screem/helpers/browsers-remote/konqueror.desktop
|
||||
share/gnome/screem/helpers/browsers-remote/opera.desktop
|
||||
share/gnome/screem/hints/screem_hints.txt
|
||||
share/gnome/screem/hints/screem_hints_fr.txt
|
||||
share/gnome/screem/hints/screem_hints_pt_BR.txt
|
||||
@ -156,6 +172,7 @@ share/gnome/screem/resources/Javascript/preload.js
|
||||
share/gnome/screem/resources/Javascript/rollover.js
|
||||
share/gnome/screem/resources/Templates/template.html
|
||||
share/gnome/screem/tagtrees/apache.tagtree
|
||||
share/gnome/screem/tagtrees/cfml.tagtree
|
||||
share/gnome/screem/tagtrees/css.tagtree
|
||||
share/gnome/screem/tagtrees/funcref_php.tagtree
|
||||
share/gnome/screem/tagtrees/funcref_python.tagtree
|
||||
@ -190,24 +207,7 @@ share/locale/tr/LC_MESSAGES/screem.mo
|
||||
share/locale/uk/LC_MESSAGES/screem.mo
|
||||
share/locale/vi/LC_MESSAGES/screem.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/screem.mo
|
||||
share/mime/application/vnd.wap.wmlc.xml
|
||||
share/mime/application/vnd.wap.wmlscriptc.xml
|
||||
share/mime/application/x-php-source.xml
|
||||
share/mime/application/x-screem-tag-tree.xml
|
||||
share/mime/application/x-screem.xml
|
||||
share/mime/application/xhtml+xml.xml
|
||||
share/mime/image/vnd.wap.wbmp.xml
|
||||
share/mime/packages/screem.xml
|
||||
share/mime/text/actionscript.xml
|
||||
share/mime/text/html.xml
|
||||
share/mime/text/javascript.xml
|
||||
share/mime/text/vnd.wap.wml.xml
|
||||
share/mime/text/vnd.wap.wmlscript.xml
|
||||
share/mime/text/x-actionscript.xml
|
||||
share/mime/text/x-component.xml
|
||||
share/mime/text/x-javascript.xml
|
||||
share/mime/text/x-php-source.xml
|
||||
share/mime/text/x-php.xml
|
||||
@dirrm share/gnome/screem/ui
|
||||
@dirrm share/gnome/screem/tagtrees
|
||||
@dirrm share/gnome/screem/resources/Templates
|
||||
@ -219,6 +219,8 @@ share/mime/text/x-php.xml
|
||||
@dirrm share/gnome/screem/resources
|
||||
@dirrm share/gnome/screem/pixmaps
|
||||
@dirrm share/gnome/screem/hints
|
||||
@dirrm share/gnome/screem/helpers/browsers-remote
|
||||
@dirrm share/gnome/screem/helpers/browsers
|
||||
@dirrm share/gnome/screem/helpers/Tidy
|
||||
@dirrm share/gnome/screem/helpers
|
||||
@dirrm share/gnome/screem/glade
|
||||
@ -232,6 +234,7 @@ share/mime/text/x-php.xml
|
||||
@dirrm share/gnome/help/screem
|
||||
@dirrm lib/screem/plugins
|
||||
@dirrm lib/screem
|
||||
@dirrm include/screem
|
||||
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
|
||||
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
|
||||
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
|
Loading…
Reference in New Issue
Block a user