summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-04 15:07:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-04 15:07:29 +0800
commite4bda4f44a04dd4c949b2f0a685896c6a100347b (patch)
treee33767c9f24b3c0f8c8a7c810c9aa56b4e8d4317 /www
parentc9305032ae9226271e677012876817ec20cfe69b (diff)
downloadmarcuscom-ports-e4bda4f44a04dd4c949b2f0a685896c6a100347b.tar
marcuscom-ports-e4bda4f44a04dd4c949b2f0a685896c6a100347b.tar.gz
marcuscom-ports-e4bda4f44a04dd4c949b2f0a685896c6a100347b.tar.bz2
marcuscom-ports-e4bda4f44a04dd4c949b2f0a685896c6a100347b.tar.lz
marcuscom-ports-e4bda4f44a04dd4c949b2f0a685896c6a100347b.tar.xz
marcuscom-ports-e4bda4f44a04dd4c949b2f0a685896c6a100347b.tar.zst
marcuscom-ports-e4bda4f44a04dd4c949b2f0a685896c6a100347b.zip
Update to 0.12.0.
Submitted by: Radek Kozlowski <radek@raadradd.com> Approved by: maintainer on hiatus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3033 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r--www/screem/Makefile18
-rw-r--r--www/screem/distinfo4
-rw-r--r--www/screem/files/patch-libegg::toolbar::eggtoolbar.c20
-rw-r--r--www/screem/files/patch-ltmain.sh51
-rw-r--r--www/screem/files/patch-plugins::uploadWizard::Makefile.in20
-rw-r--r--www/screem/pkg-descr2
-rw-r--r--www/screem/pkg-plist114
7 files changed, 112 insertions, 117 deletions
diff --git a/www/screem/Makefile b/www/screem/Makefile
index b64949c29..2a8420227 100644
--- a/www/screem/Makefile
+++ b/www/screem/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= screem
-PORTVERSION= 0.10.2
-PORTREVISION= 1
+PORTVERSION= 0.12.0
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,34 +15,33 @@ MAINTAINER= coop9211@uidaho.edu
COMMENT= Nice GNOME/GTK-based HTML editor
LIB_DEPENDS+= neon.24:${PORTSDIR}/www/neon \
- croco-${CROCO_VERSION}.3:${PORTSDIR}/textproc/libcroco
+ croco-${CROCO_VERSION}.3:${PORTSDIR}/textproc/libcroco \
+ dbus-1.0:${PORTSDIR}/devel/dbus
USE_GMAKE= yes
USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_XPM= yes
USE_GNOME= gnomeprefix gnomehack libgnomeui libgnomeprintui libgtkhtml \
- gtksourceview lthack intlhack
-USE_INC_LIBTOOL_VER=13
-INSTALLS_SHLIB= yes
+ gtksourceview intlhack
+USE_LIBTOOL_VER=15
GCONF_SCHEMAS= screem.schemas
CROCO_VERSION= 0.6
-.ifndef WITHOUT_OPENSSL
+.if !defined(WITHOUT_OPENSS)
USE_OPENSSL= yes
CONFIGURE_ARGS+= --with-ssl
.endif
USE_PERL5= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+= --without-included-neon
post-patch:
- @${REINPLACE_CMD} -e 's|\$${DATADIRNAME}/\$${PACKAGE}/pixmaps|\$${DATADIRNAME}/gnome/\$${PACKAGE}/pixmaps|g ; \
- s|libcroco|libcroco-${CROCO_VERSION}|g' \
+ @${REINPLACE_CMD} -e 's|\$${DATADIRNAME}/\$${PACKAGE}/pixmaps|\$${DATADIRNAME}/gnome/\$${PACKAGE}/pixmaps|g' \
${WRKSRC}/configure
post-configure:
diff --git a/www/screem/distinfo b/www/screem/distinfo
index 983b017c2..2cd82d292 100644
--- a/www/screem/distinfo
+++ b/www/screem/distinfo
@@ -1,2 +1,2 @@
-MD5 (screem-0.10.2.tar.gz) = a58c72555a6cecf34c2e2f6d9fda0288
-SIZE (screem-0.10.2.tar.gz) = 2350572
+MD5 (screem-0.12.0.tar.gz) = 549077fca6a94e7a7051f33fc1d51e4a
+SIZE (screem-0.12.0.tar.gz) = 4172719
diff --git a/www/screem/files/patch-libegg::toolbar::eggtoolbar.c b/www/screem/files/patch-libegg::toolbar::eggtoolbar.c
deleted file mode 100644
index 84d7b8158..000000000
--- a/www/screem/files/patch-libegg::toolbar::eggtoolbar.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- libegg/toolbar/eggtoolbar.c.orig Thu Aug 12 10:09:55 2004
-+++ libegg/toolbar/eggtoolbar.c Thu Aug 12 10:11:54 2004
-@@ -2534,7 +2534,7 @@
-
- GtkWidget*
- egg_toolbar_append_element (EggToolbar *toolbar,
-- GtkToolbarChildType type,
-+ EggToolbarChildType type,
- GtkWidget *widget,
- const char *text,
- const char *tooltip_text,
-@@ -2551,7 +2551,7 @@
-
- GtkWidget *
- egg_toolbar_prepend_element (EggToolbar *toolbar,
-- GtkToolbarChildType type,
-+ EggToolbarChildType type,
- GtkWidget *widget,
- const char *text,
- const char *tooltip_text,
diff --git a/www/screem/files/patch-ltmain.sh b/www/screem/files/patch-ltmain.sh
deleted file mode 100644
index 3bd995ac8..000000000
--- a/www/screem/files/patch-ltmain.sh
+++ /dev/null
@@ -1,51 +0,0 @@
---- ltmain.sh.orig Tue Mar 30 22:36:08 2004
-+++ ltmain.sh Tue Mar 30 22:39:04 2004
-@@ -1360,7 +1360,7 @@
- esac
- elif test "X$arg" = "X-lc_r"; then
- case $host in
-- *-*-openbsd* | *-*-freebsd*)
-+ *-*-openbsd* | *-*-freebsd4*)
- # Do not include libc_r directly, use -pthread flag.
- continue
- ;;
-@@ -1370,8 +1370,16 @@
- continue
- ;;
-
-+ -pthread)
-+ compile_command="$compile_command -pthread"
-+ finalize_command="$finalize_command -pthread"
-+ compiler_flags="$compiler_flags -pthread"
-+ continue
-+ ;;
-+
- -module)
- module=yes
-+ build_old_libs=no
- continue
- ;;
-
-@@ -3110,6 +3118,9 @@
- # problems, so we reset it completely
- verstring=
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- verstring="0.0"
- ;;
-@@ -5712,10 +5723,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/www/screem/files/patch-plugins::uploadWizard::Makefile.in b/www/screem/files/patch-plugins::uploadWizard::Makefile.in
index 51b06f5f6..5ce8e16b5 100644
--- a/www/screem/files/patch-plugins::uploadWizard::Makefile.in
+++ b/www/screem/files/patch-plugins::uploadWizard::Makefile.in
@@ -1,22 +1,22 @@
---- plugins/uploadWizard/Makefile.in.orig Tue Mar 30 22:42:31 2004
-+++ plugins/uploadWizard/Makefile.in Tue Mar 30 22:43:33 2004
-@@ -267,8 +267,8 @@
- localdriver.c
+--- plugins/uploadWizard/Makefile.in.orig Wed Nov 3 03:18:43 2004
++++ plugins/uploadWizard/Makefile.in Wed Nov 3 03:20:17 2004
+@@ -277,8 +277,8 @@
+ vfsdriver.c
-uploadWizard_la_LDFLAGS = -avoid-version -module $(NEON_CFLAGS)
-uploadWizard_la_LIBADD = $(NEONOBJS) $(NEON_LIBS)
+uploadWizard_la_LDFLAGS = -avoid-version -module
-+uploadWizard_la_LIBADD =
++uploadWizard_la_LIBADD =
config_h = $(top_builddir)/config.h
obj_ext = o
-@@ -279,7 +279,7 @@
+@@ -289,7 +289,7 @@
CONFIG_CLEAN_FILES =
LTLIBRARIES = $(plugins_exec_LTLIBRARIES)
-uploadWizard_la_DEPENDENCIES = $(neon_dir)/*.lo
-+uploadWizard_la_DEPENDENCIES =
- am__uploadWizard_la_SOURCES_DIST = basename.h netrc.c netrc.h rpmatch.c \
- fnmatch.c fnmatch.h common.c common.h davdriver.c fileset.c \
- fileset.h frontend.h ftp.c ftp.h ftpdriver.c i18n.h protocol.h \
++uploadWizard_la_DEPENDENCIES =
+ am__uploadWizard_la_SOURCES_DIST = basename.h netrc.c netrc.h fnmatch.c \
+ fnmatch.h common.c common.h fileset.c fileset.h frontend.h \
+ ftp.c ftp.h ftpdriver.c i18n.h protocol.h rcfile.c rcfile.h \
diff --git a/www/screem/pkg-descr b/www/screem/pkg-descr
index b586f6d09..b601941fa 100644
--- a/www/screem/pkg-descr
+++ b/www/screem/pkg-descr
@@ -2,7 +2,7 @@ SCREEM (Site CReating and Editing EnvironMent) is a VERY nice
GUI-based HTML editor, much like bluefish. It even imports bluefish
functions from your bluefish installation!
-SCREEM makes a rather ideal GUI HTML editor, especially for
+SCREEM makes a rather ideal GUI HTML editor, especially for
Unixheads who like using CVS to manage source trees, as SCREEM
has functional CVS interaction.
diff --git a/www/screem/pkg-plist b/www/screem/pkg-plist
index 9a1396426..db011c8aa 100644
--- a/www/screem/pkg-plist
+++ b/www/screem/pkg-plist
@@ -6,16 +6,76 @@ lib/screem/plugins/entityWizard.so
lib/screem/plugins/formWizard.so
lib/screem/plugins/imageWizard.so
lib/screem/plugins/linkWizard.so
+lib/screem/plugins/object_wizard.so
lib/screem/plugins/ssiWizard.so
lib/screem/plugins/tableWizard.so
lib/screem/plugins/uploadWizard.so
share/gnome/application-registry/screem.applications
+share/gnome/applications/mimeinfo.cache
share/gnome/applications/screem.desktop
-share/gnome/help/screem/C/figures/dummy.png
+share/gnome/help/screem/C/figures/color-wizard.png
+share/gnome/help/screem/C/figures/css-wizard1.png
+share/gnome/help/screem/C/figures/css-wizard2.png
+share/gnome/help/screem/C/figures/editor-autocomplete1.png
+share/gnome/help/screem/C/figures/editor-context-menu.png
+share/gnome/help/screem/C/figures/editor-error.png
+share/gnome/help/screem/C/figures/editor-inline-tagging.png
+share/gnome/help/screem/C/figures/editor-pasting.png
+share/gnome/help/screem/C/figures/editor-tooltips.png
+share/gnome/help/screem/C/figures/editor.png
+share/gnome/help/screem/C/figures/entity-wizard.png
+share/gnome/help/screem/C/figures/form-wizard.png
+share/gnome/help/screem/C/figures/image-wizard.png
+share/gnome/help/screem/C/figures/link-wizard1.png
+share/gnome/help/screem/C/figures/link-wizard2.png
+share/gnome/help/screem/C/figures/newblankdoc.png
+share/gnome/help/screem/C/figures/newdoc.png
+share/gnome/help/screem/C/figures/newsite1.png
+share/gnome/help/screem/C/figures/newsite2.png
+share/gnome/help/screem/C/figures/object-wizard.png
+share/gnome/help/screem/C/figures/opensite1.png
+share/gnome/help/screem/C/figures/opensite2.png
+share/gnome/help/screem/C/figures/opensitelocation.png
+share/gnome/help/screem/C/figures/prefs-browsers.png
+share/gnome/help/screem/C/figures/prefs-doctypes.png
+share/gnome/help/screem/C/figures/prefs-editor.png
+share/gnome/help/screem/C/figures/prefs-fonts-colors.png
+share/gnome/help/screem/C/figures/prefs-misc.png
+share/gnome/help/screem/C/figures/prefs-tag-trees.png
+share/gnome/help/screem/C/figures/preview.png
+share/gnome/help/screem/C/figures/sidebar-attributes1.png
+share/gnome/help/screem/C/figures/sidebar-attributes2.png
+share/gnome/help/screem/C/figures/sidebar-attributes3.png
+share/gnome/help/screem/C/figures/sidebar-errors.png
+share/gnome/help/screem/C/figures/sidebar-files1.png
+share/gnome/help/screem/C/figures/sidebar-files2.png
+share/gnome/help/screem/C/figures/sidebar-messages.png
+share/gnome/help/screem/C/figures/sidebar-resources1.png
+share/gnome/help/screem/C/figures/sidebar-resources2.png
+share/gnome/help/screem/C/figures/sidebar-resources3.png
+share/gnome/help/screem/C/figures/sidebar-symbols.png
+share/gnome/help/screem/C/figures/sidebar-tree.png
+share/gnome/help/screem/C/figures/ssi-wizard.png
+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/mime-info/screem.mime
+share/gnome/mime/XMLnamespaces
+share/gnome/mime/application/vnd.wap.wmlc.xml
+share/gnome/mime/application/vnd.wap.wmlscriptc.xml
+share/gnome/mime/application/x-screem-tag-tree.xml
+share/gnome/mime/application/x-screem.xml
+share/gnome/mime/application/xhtml+xml.xml
+share/gnome/mime/globs
+share/gnome/mime/image/vnd.wap.wbmp.xml
+share/gnome/mime/magic
+share/gnome/mime/packages/screem.xml
+share/gnome/mime/text/html.xml
+share/gnome/mime/text/vnd.wap.wml.xml
+share/gnome/mime/text/vnd.wap.wmlscript.xml
+share/gnome/mime/text/x-component.xml
+share/gnome/mime/text/x-javascript.xml
share/gnome/omf/screem/screem-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/screem/screem-C.omf 2>/dev/null || /usr/bin/true
share/gnome/pixmaps/screem.png
@@ -37,10 +97,10 @@ share/gnome/screem/dtd/xhtml-special.ent
share/gnome/screem/dtd/xhtml-symbol.ent
share/gnome/screem/features.xml
share/gnome/screem/glade/css-wizard.glade
-share/gnome/screem/glade/css.glade
share/gnome/screem/glade/entityWizard.glade
share/gnome/screem/glade/imageWizard.glade
share/gnome/screem/glade/linkwizard.glade
+share/gnome/screem/glade/object-wizard.glade
share/gnome/screem/glade/screem.glade
share/gnome/screem/glade/ssiwizard.glade
share/gnome/screem/glade/tablewizard.glade
@@ -79,6 +139,7 @@ share/gnome/screem/pixmaps/entry.xpm
share/gnome/screem/pixmaps/fixed.xpm
share/gnome/screem/pixmaps/gallery.xpm
share/gnome/screem/pixmaps/gnome-fileentry.xpm
+share/gnome/screem/pixmaps/hand-open.png
share/gnome/screem/pixmaps/insert-symbol-16.png
share/gnome/screem/pixmaps/insert-symbol-24.png
share/gnome/screem/pixmaps/optionmenu.xpm
@@ -89,10 +150,15 @@ share/gnome/screem/pixmaps/resources.png
share/gnome/screem/pixmaps/screem_site.png
share/gnome/screem/pixmaps/site_preview.png
share/gnome/screem/pixmaps/site_structure-48.png
+share/gnome/screem/pixmaps/stock-close-12.png
+share/gnome/screem/pixmaps/stock-menu-left-12.png
+share/gnome/screem/pixmaps/stock-menu-right-12.png
share/gnome/screem/pixmaps/stock_connect.png
share/gnome/screem/pixmaps/stock_disconnect.png
share/gnome/screem/pixmaps/stock_insert_image-16.png
share/gnome/screem/pixmaps/stock_insert_image.png
+share/gnome/screem/pixmaps/stock_insert_object-16.png
+share/gnome/screem/pixmaps/stock_insert_object.png
share/gnome/screem/pixmaps/stock_insert_table-16.png
share/gnome/screem/pixmaps/sub.xpm
share/gnome/screem/pixmaps/sup.xpm
@@ -109,10 +175,12 @@ share/gnome/screem/resources/Templates/template.html
share/gnome/screem/tagtrees/apache.tagtree
share/gnome/screem/tagtrees/css.tagtree
share/gnome/screem/tagtrees/funcref_php.tagtree
+share/gnome/screem/tagtrees/funcref_python.tagtree
share/gnome/screem/tagtrees/html.tagtree
share/gnome/screem/tagtrees/javascript.tagtree
+share/gnome/screem/tagtrees/teixlite.tagtree
share/gnome/screem/ui/layout
-share/gnome/screem/ui/screem-css-window-ui.xml
+share/gnome/screem/ui/screem-editable-toolbars.xml
share/gnome/screem/ui/screem-tag-tree-bar.xml
share/gnome/screem/ui/screem-window-menu.xml
share/gnome/screem/ui/screem-window-popups.xml
@@ -138,26 +206,26 @@ 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
-@dirrm share/gnome/screem/ui
-@dirrm share/gnome/screem/tagtrees
-@dirrm share/gnome/screem/resources/Templates
-@dirrm share/gnome/screem/resources/PHP3
-@dirrm share/gnome/screem/resources/Javascript
-@dirrm share/gnome/screem/resources/Images
-@dirrm share/gnome/screem/resources/HTML
-@dirrm share/gnome/screem/resources/Applets
-@dirrm share/gnome/screem/resources
-@dirrm share/gnome/screem/pixmaps
-@dirrm share/gnome/screem/hints
-@dirrm share/gnome/screem/glade
-@dirrm share/gnome/screem/dtd
-@dirrm share/gnome/screem
-@dirrm share/gnome/pixmaps/screem/splash
-@dirrm share/gnome/pixmaps/screem
-@dirrm share/gnome/omf/screem
+@dirrm lib/screem/plugins
+@dirrm lib/screem
@dirrm share/gnome/help/screem/C/figures
@dirrm share/gnome/help/screem/C
@dirrm share/gnome/help/screem
-@dirrm lib/screem/plugins
-@dirrm lib/screem
+@dirrm share/gnome/omf/screem
+@dirrm share/gnome/pixmaps/screem/splash
+@dirrm share/gnome/pixmaps/screem
+@dirrm share/gnome/screem/dtd
+@dirrm share/gnome/screem/glade
+@dirrm share/gnome/screem/hints
+@dirrm share/gnome/screem/pixmaps
+@dirrm share/gnome/screem/resources/Applets
+@dirrm share/gnome/screem/resources/HTML
+@dirrm share/gnome/screem/resources/Images
+@dirrm share/gnome/screem/resources/Javascript
+@dirrm share/gnome/screem/resources/PHP3
+@dirrm share/gnome/screem/resources/Templates
+@dirrm share/gnome/screem/resources
+@dirrm share/gnome/screem/tagtrees
+@dirrm share/gnome/screem/ui
+@dirrm share/gnome/screem
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/screem/screem-C.omf 2>/dev/null || /usr/bin/true