maintenance update to scribus 1.3.3.7.
This commit is contained in:
parent
33dc528822
commit
20f0fad4bd
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.11 2006/11/13 12:51:15 steven Exp $
|
# $OpenBSD: Makefile,v 1.12 2007/01/10 23:33:36 mbalmer Exp $
|
||||||
|
|
||||||
SHARED_ONLY= Yes
|
SHARED_ONLY= Yes
|
||||||
|
|
||||||
COMMENT= "DTP program"
|
COMMENT= "DTP program"
|
||||||
DISTNAME= scribus-1.3.3.5
|
DISTNAME= scribus-1.3.3.7
|
||||||
CATEGORIES= print
|
CATEGORIES= print
|
||||||
|
|
||||||
HOMEPAGE= http://www.scribus.net/
|
HOMEPAGE= http://www.scribus.net/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
MD5 (scribus-1.3.3.5.tar.bz2) = db4c06fa2b6f758aab17555d5253a632
|
MD5 (scribus-1.3.3.7.tar.bz2) = 9d20ef9010d94b504f6c8cd6acd215ca
|
||||||
RMD160 (scribus-1.3.3.5.tar.bz2) = 88b738055af1594ced952506568349700b0b9bdd
|
RMD160 (scribus-1.3.3.7.tar.bz2) = 3710c18fb28ef9f39799c1bbdd75f77999980885
|
||||||
SHA1 (scribus-1.3.3.5.tar.bz2) = 5abe8549cfec8933fa63fcc763b470c9f4263be3
|
SHA1 (scribus-1.3.3.7.tar.bz2) = 9f1aa598ef96559f2b79c25510f79c90bee719a6
|
||||||
SIZE (scribus-1.3.3.5.tar.bz2) = 12037374
|
SIZE (scribus-1.3.3.7.tar.bz2) = 12503164
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-configure,v 1.3 2006/10/20 22:52:47 kili Exp $
|
$OpenBSD: patch-configure,v 1.4 2007/01/10 23:33:36 mbalmer Exp $
|
||||||
--- configure.orig Tue Oct 3 01:07:51 2006
|
--- configure.orig Tue Jan 9 01:23:42 2007
|
||||||
+++ configure Sun Oct 15 13:46:10 2006
|
+++ configure Wed Jan 10 23:47:41 2007
|
||||||
@@ -6039,7 +6039,7 @@ if test "${ac_cv_lib_tiff_TIFFOpen+set}"
|
@@ -7192,7 +7192,7 @@ if test "${ac_cv_lib_tiff_TIFFOpen+set}"
|
||||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||||
else
|
else
|
||||||
ac_check_lib_save_LIBS=$LIBS
|
ac_check_lib_save_LIBS=$LIBS
|
||||||
@ -10,20 +10,20 @@ $OpenBSD: patch-configure,v 1.3 2006/10/20 22:52:47 kili Exp $
|
|||||||
cat >conftest.$ac_ext <<_ACEOF
|
cat >conftest.$ac_ext <<_ACEOF
|
||||||
/* confdefs.h. */
|
/* confdefs.h. */
|
||||||
_ACEOF
|
_ACEOF
|
||||||
@@ -34119,10 +34119,10 @@ else
|
@@ -38912,10 +38912,10 @@ else
|
||||||
GS_VER_MINOR=`gs --version | cut -d . -f 2`
|
GS_VER_MINOR=`gs --version | cut -d . -f 2`
|
||||||
echo "$as_me:$LINENO: result: ${GS_VER_MAJOR}.${GS_VER_MINOR}" >&5
|
{ echo "$as_me:$LINENO: result: ${GS_VER_MAJOR}.${GS_VER_MINOR}" >&5
|
||||||
echo "${ECHO_T}${GS_VER_MAJOR}.${GS_VER_MINOR}" >&6
|
echo "${ECHO_T}${GS_VER_MAJOR}.${GS_VER_MINOR}" >&6; }
|
||||||
- if (( "${GS_VER_MAJOR}" < 7 )) ; then
|
- if (( "${GS_VER_MAJOR}" < 7 )) ; then
|
||||||
+ if [ "${GS_VER_MAJOR}" -lt 7 ] ; then
|
+ if (( "${GS_VER_MAJOR}" -lt 7 )) ; then
|
||||||
{ echo "$as_me:$LINENO: WARNING: \"GhostScript found" >&5
|
{ echo "$as_me:$LINENO: WARNING: \"GhostScript found" >&5
|
||||||
echo "$as_me: WARNING: \"GhostScript found" >&2;}
|
echo "$as_me: WARNING: \"GhostScript found" >&2;}
|
||||||
- elif (( "${GS_VER_MAJOR}" < 8 )) ; then
|
- elif (( "${GS_VER_MAJOR}" < 8 )) ; then
|
||||||
+ elif [ "${GS_VER_MAJOR}" -lt 8 ] ; then
|
+ elif (( "${GS_VER_MAJOR}" -lt 8 )) ; then
|
||||||
{ echo "$as_me:$LINENO: WARNING: \"GhostScript v7 found. v8 recommended.\"" >&5
|
{ echo "$as_me:$LINENO: WARNING: \"GhostScript v7 found. v8 recommended.\"" >&5
|
||||||
echo "$as_me: WARNING: \"GhostScript v7 found. v8 recommended.\"" >&2;}
|
echo "$as_me: WARNING: \"GhostScript v7 found. v8 recommended.\"" >&2;}
|
||||||
fi
|
fi
|
||||||
@@ -44116,9 +44116,9 @@ if test -z "${GS_PATH}" ; then
|
@@ -49986,9 +49986,9 @@ if test -z "${GS_PATH}" ; then
|
||||||
echo "***GhostScript could not be found. See README.***"
|
echo "***GhostScript could not be found. See README.***"
|
||||||
else
|
else
|
||||||
echo "GhostScript ${GS_VER_MAJOR}.${GS_VER_MINOR} was found at ${GS_PATH}"
|
echo "GhostScript ${GS_VER_MAJOR}.${GS_VER_MINOR} was found at ${GS_PATH}"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-scribus_Makefile_in,v 1.1 2006/10/20 22:52:47 kili Exp $
|
$OpenBSD: patch-scribus_Makefile_in,v 1.2 2007/01/10 23:33:36 mbalmer Exp $
|
||||||
--- scribus/Makefile.in.orig Sun Oct 1 15:36:06 2006
|
--- scribus/Makefile.in.orig Tue Jan 9 01:25:05 2007
|
||||||
+++ scribus/Makefile.in Sun Oct 1 15:36:49 2006
|
+++ scribus/Makefile.in Wed Jan 10 23:44:51 2007
|
||||||
@@ -946,7 +946,7 @@ DISTCLEANFILES = $(scribus_METASOURCES)
|
@@ -960,7 +960,7 @@ DISTCLEANFILES = $(scribus_METASOURCES)
|
||||||
# this is to enable Qt behavoir of am_edit
|
# this is to enable Qt behavoir of am_edit
|
||||||
KDE_OPTIONS = qtonly
|
KDE_OPTIONS = qtonly
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.5 2006/11/10 17:17:30 mbalmer Exp $
|
@comment $OpenBSD: PLIST,v 1.6 2007/01/10 23:33:36 mbalmer Exp $
|
||||||
bin/scribus
|
bin/scribus
|
||||||
include/scribus/
|
include/scribus/
|
||||||
include/scribus/about.h
|
include/scribus/about.h
|
||||||
@ -216,6 +216,7 @@ lib/scribus/dicts/hyph_fr.dic
|
|||||||
lib/scribus/dicts/hyph_ga.dic
|
lib/scribus/dicts/hyph_ga.dic
|
||||||
lib/scribus/dicts/hyph_hr.dic
|
lib/scribus/dicts/hyph_hr.dic
|
||||||
lib/scribus/dicts/hyph_hu.dic
|
lib/scribus/dicts/hyph_hu.dic
|
||||||
|
lib/scribus/dicts/hyph_id.dic
|
||||||
lib/scribus/dicts/hyph_is.dic
|
lib/scribus/dicts/hyph_is.dic
|
||||||
lib/scribus/dicts/hyph_it.dic
|
lib/scribus/dicts/hyph_it.dic
|
||||||
lib/scribus/dicts/hyph_lt.dic
|
lib/scribus/dicts/hyph_lt.dic
|
||||||
@ -492,6 +493,7 @@ share/doc/scribus/en/cms2.html
|
|||||||
share/doc/scribus/en/cms3.html
|
share/doc/scribus/en/cms3.html
|
||||||
share/doc/scribus/en/cms4.html
|
share/doc/scribus/en/cms4.html
|
||||||
share/doc/scribus/en/codingstandards.html
|
share/doc/scribus/en/codingstandards.html
|
||||||
|
share/doc/scribus/en/color1.html
|
||||||
share/doc/scribus/en/contributions.html
|
share/doc/scribus/en/contributions.html
|
||||||
share/doc/scribus/en/cross-platform.html
|
share/doc/scribus/en/cross-platform.html
|
||||||
share/doc/scribus/en/cups.html
|
share/doc/scribus/en/cups.html
|
||||||
@ -528,6 +530,7 @@ share/doc/scribus/en/images/batik1.png
|
|||||||
share/doc/scribus/en/images/before_short_words.png
|
share/doc/scribus/en/images/before_short_words.png
|
||||||
share/doc/scribus/en/images/cmsmodify1.png
|
share/doc/scribus/en/images/cmsmodify1.png
|
||||||
share/doc/scribus/en/images/cmspanel.png
|
share/doc/scribus/en/images/cmspanel.png
|
||||||
|
share/doc/scribus/en/images/colormanager1.png
|
||||||
share/doc/scribus/en/images/colormanager2.png
|
share/doc/scribus/en/images/colormanager2.png
|
||||||
share/doc/scribus/en/images/colormgmtscreen.png
|
share/doc/scribus/en/images/colormgmtscreen.png
|
||||||
share/doc/scribus/en/images/cups1.png
|
share/doc/scribus/en/images/cups1.png
|
||||||
@ -568,6 +571,8 @@ share/doc/scribus/en/images/imageeffects.png
|
|||||||
share/doc/scribus/en/images/inkscape.png
|
share/doc/scribus/en/images/inkscape.png
|
||||||
share/doc/scribus/en/images/kfontinstaller.png
|
share/doc/scribus/en/images/kfontinstaller.png
|
||||||
share/doc/scribus/en/images/ksnapshot.png
|
share/doc/scribus/en/images/ksnapshot.png
|
||||||
|
share/doc/scribus/en/images/layers1.png
|
||||||
|
share/doc/scribus/en/images/layers2.png
|
||||||
share/doc/scribus/en/images/monprof1.png
|
share/doc/scribus/en/images/monprof1.png
|
||||||
share/doc/scribus/en/images/monprof2.png
|
share/doc/scribus/en/images/monprof2.png
|
||||||
share/doc/scribus/en/images/monprof3.png
|
share/doc/scribus/en/images/monprof3.png
|
||||||
@ -626,10 +631,12 @@ share/doc/scribus/en/install.html
|
|||||||
share/doc/scribus/en/install1.html
|
share/doc/scribus/en/install1.html
|
||||||
share/doc/scribus/en/install2.html
|
share/doc/scribus/en/install2.html
|
||||||
share/doc/scribus/en/install3.html
|
share/doc/scribus/en/install3.html
|
||||||
|
share/doc/scribus/en/install4.html
|
||||||
share/doc/scribus/en/intro.html
|
share/doc/scribus/en/intro.html
|
||||||
share/doc/scribus/en/irc.html
|
share/doc/scribus/en/irc.html
|
||||||
share/doc/scribus/en/javascriptpdf.html
|
share/doc/scribus/en/javascriptpdf.html
|
||||||
share/doc/scribus/en/keys.html
|
share/doc/scribus/en/keys.html
|
||||||
|
share/doc/scribus/en/layers.html
|
||||||
share/doc/scribus/en/lipsum.html
|
share/doc/scribus/en/lipsum.html
|
||||||
share/doc/scribus/en/machints1.html
|
share/doc/scribus/en/machints1.html
|
||||||
share/doc/scribus/en/machints2.html
|
share/doc/scribus/en/machints2.html
|
||||||
@ -637,6 +644,7 @@ share/doc/scribus/en/menu.xml
|
|||||||
share/doc/scribus/en/moncal.html
|
share/doc/scribus/en/moncal.html
|
||||||
share/doc/scribus/en/mouse.html
|
share/doc/scribus/en/mouse.html
|
||||||
share/doc/scribus/en/otherinfo.html
|
share/doc/scribus/en/otherinfo.html
|
||||||
|
share/doc/scribus/en/pagenumber.html
|
||||||
share/doc/scribus/en/pagetemplate1.html
|
share/doc/scribus/en/pagetemplate1.html
|
||||||
share/doc/scribus/en/parallel-install.html
|
share/doc/scribus/en/parallel-install.html
|
||||||
share/doc/scribus/en/pdf_form.html
|
share/doc/scribus/en/pdf_form.html
|
||||||
@ -652,6 +660,7 @@ share/doc/scribus/en/print1.html
|
|||||||
share/doc/scribus/en/print2.html
|
share/doc/scribus/en/print2.html
|
||||||
share/doc/scribus/en/print3.html
|
share/doc/scribus/en/print3.html
|
||||||
share/doc/scribus/en/psd.html
|
share/doc/scribus/en/psd.html
|
||||||
|
share/doc/scribus/en/readme-os2.html
|
||||||
share/doc/scribus/en/readme-win32.html
|
share/doc/scribus/en/readme-win32.html
|
||||||
share/doc/scribus/en/readme.html
|
share/doc/scribus/en/readme.html
|
||||||
share/doc/scribus/en/resources.html
|
share/doc/scribus/en/resources.html
|
||||||
@ -675,7 +684,6 @@ share/doc/scribus/en/scripterapi-layer.html
|
|||||||
share/doc/scribus/en/scripterapi-manobj.html
|
share/doc/scribus/en/scripterapi-manobj.html
|
||||||
share/doc/scribus/en/scripterapi-object.html
|
share/doc/scribus/en/scripterapi-object.html
|
||||||
share/doc/scribus/en/scripterapi-page.html
|
share/doc/scribus/en/scripterapi-page.html
|
||||||
share/doc/scribus/en/scripterapi-pydoc.html
|
|
||||||
share/doc/scribus/en/scripterapi-select.html
|
share/doc/scribus/en/scripterapi-select.html
|
||||||
share/doc/scribus/en/scripterapi-setobjprop.html
|
share/doc/scribus/en/scripterapi-setobjprop.html
|
||||||
share/doc/scribus/en/scripterapi-textframes.html
|
share/doc/scribus/en/scripterapi-textframes.html
|
||||||
@ -724,9 +732,28 @@ share/doc/scribus/fr/moncal.html
|
|||||||
share/doc/scribus/fr/plugin_howto.html
|
share/doc/scribus/fr/plugin_howto.html
|
||||||
share/doc/scribus/fr/readme-win32.html
|
share/doc/scribus/fr/readme-win32.html
|
||||||
share/doc/scribus/fr/scribusfileformat.html
|
share/doc/scribus/fr/scribusfileformat.html
|
||||||
|
share/doc/scribus/fr/scripter-extensions.html
|
||||||
|
share/doc/scribus/fr/scripter-faq.html
|
||||||
share/doc/scribus/fr/scripter1.html
|
share/doc/scribus/fr/scripter1.html
|
||||||
|
share/doc/scribus/fr/scripterapi-ImageExport.html
|
||||||
|
share/doc/scribus/fr/scripterapi-PDFfile.html
|
||||||
|
share/doc/scribus/fr/scripterapi-Printer.html
|
||||||
|
share/doc/scribus/fr/scripterapi-color.html
|
||||||
|
share/doc/scribus/fr/scripterapi-constants.html
|
||||||
|
share/doc/scribus/fr/scripterapi-dialogs.html
|
||||||
|
share/doc/scribus/fr/scripterapi-doc.html
|
||||||
|
share/doc/scribus/fr/scripterapi-font.html
|
||||||
|
share/doc/scribus/fr/scripterapi-getobjprop.html
|
||||||
|
share/doc/scribus/fr/scripterapi-layer.html
|
||||||
|
share/doc/scribus/fr/scripterapi-manobj.html
|
||||||
|
share/doc/scribus/fr/scripterapi-object.html
|
||||||
share/doc/scribus/fr/scripterapi-page.html
|
share/doc/scribus/fr/scripterapi-page.html
|
||||||
share/doc/scribus/fr/scripterapi-pydoc.html
|
share/doc/scribus/fr/scripterapi-pydoc.html
|
||||||
|
share/doc/scribus/fr/scripterapi-select.html
|
||||||
|
share/doc/scribus/fr/scripterapi-setobjprop.html
|
||||||
|
share/doc/scribus/fr/scripterapi-textframes.html
|
||||||
|
share/doc/scribus/fr/scripterapi.html
|
||||||
|
share/doc/scribus/fr/short-words-manual.html
|
||||||
share/doc/scribus/fr/tutorials/
|
share/doc/scribus/fr/tutorials/
|
||||||
share/doc/scribus/fr/tutorials/scribus-short-words/
|
share/doc/scribus/fr/tutorials/scribus-short-words/
|
||||||
share/doc/scribus/fr/tutorials/scribus-short-words/after_short_words.png
|
share/doc/scribus/fr/tutorials/scribus-short-words/after_short_words.png
|
||||||
@ -966,7 +993,7 @@ share/scribus/icons/rotate_ccw.png
|
|||||||
share/scribus/icons/rotate_cw.png
|
share/scribus/icons/rotate_cw.png
|
||||||
share/scribus/icons/scrap.png
|
share/scribus/icons/scrap.png
|
||||||
share/scribus/icons/screen.png
|
share/scribus/icons/screen.png
|
||||||
share/scribus/icons/scribus_logo.jpg
|
share/scribus/icons/scribus_logo.png
|
||||||
share/scribus/icons/scribusdoc.png
|
share/scribus/icons/scribusdoc.png
|
||||||
share/scribus/icons/scribusdoc16.png
|
share/scribus/icons/scribusdoc16.png
|
||||||
share/scribus/icons/scribusicon.png
|
share/scribus/icons/scribusicon.png
|
||||||
|
Loading…
Reference in New Issue
Block a user