- update to dia-0.96.1

ok mbalmer@
This commit is contained in:
ajacoutot 2007-04-06 10:10:01 +00:00
parent 0ccde4eecb
commit cf2f16ef88
8 changed files with 179 additions and 33 deletions

View File

@ -1,21 +1,20 @@
# $OpenBSD: Makefile,v 1.43 2007/02/11 00:56:57 steven Exp $
# $OpenBSD: Makefile,v 1.44 2007/04/06 10:10:01 ajacoutot Exp $
COMMENT= "technical diagrams drawing tool"
DISTNAME= dia-0.95-1
PKGNAME= dia-0.95.1p1
DISTNAME= dia-0.96.1
CATEGORIES= graphics
HOMEPAGE= http://www.gnome.org/projects/dia/
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dia/0.95/}
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dia/0.96/}
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xext Xrender atk-1.0 c z xml2 pthread gthread-2.0 \
WANTLIB= X11 Xau Xdmcp expat Xrender atk-1.0 c z xml2 pthread gthread-2.0 \
fontconfig freetype glib-2.0 gmodule-2.0 \
gobject-2.0 m pango-1.0 pangocairo-1.0 \
pangoft2-1.0 png cairo glitz

View File

@ -1,5 +1,5 @@
MD5 (dia-0.95-1.tar.gz) = YiSln63GCJ1bDf8wtZMIwA==
RMD160 (dia-0.95-1.tar.gz) = yQOzT6T38uL/fp7ISXYI2Sx217E=
SHA1 (dia-0.95-1.tar.gz) = 6wChoqK3s92WbkN1VXt3DPdf+zQ=
SHA256 (dia-0.95-1.tar.gz) = SOw65SWIDd+HFCxsBW9N8pIzSX8n1r1kqlyWhkF7p6E=
SIZE (dia-0.95-1.tar.gz) = 6035584
MD5 (dia-0.96.1.tar.gz) = ++T5E7zoiwXXMb5fcFEmpg==
RMD160 (dia-0.96.1.tar.gz) = uHap43YL4XdLwOaas12afwKgOuA=
SHA1 (dia-0.96.1.tar.gz) = Je/dtEz3jpRVXOMemzZkWpqnyLk=
SHA256 (dia-0.96.1.tar.gz) = ce4yOPT8U+dD7Jogy1XErOwR54KtoT2p4SzGbCZ5q4Y=
SIZE (dia-0.96.1.tar.gz) = 6463296

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-doc_Makefile_in,v 1.1 2007/04/06 10:10:01 ajacoutot Exp $
--- doc/Makefile.in.orig Thu Apr 5 23:04:49 2007
+++ doc/Makefile.in Thu Apr 5 23:05:00 2007
@@ -590,7 +590,7 @@ uninstall-info: uninstall-info-recursive
# a simple rule to symlink en to C
install-data-local:
- -(cd $(DESTDIR)$(helpdir) && rm -f C && ln -s en C)
+# -(cd $(DESTDIR)$(helpdir) && rm -f C && ln -s en C)
uninstall-local:
rm -f $(DESTDIR)$(helpdir)/C
# Tell versions [3.59,3.63) of GNU make to not export all variables.

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-doc_en_Makefile_in,v 1.2 2006/06/13 19:27:54 steven Exp $
--- doc/en/Makefile.in.orig Thu May 25 22:49:19 2006
+++ doc/en/Makefile.in Thu Jun 8 12:19:11 2006
@@ -332,6 +332,7 @@ entities =
$OpenBSD: patch-doc_en_Makefile_in,v 1.3 2007/04/06 10:10:01 ajacoutot Exp $
--- doc/en/Makefile.in.orig Thu Mar 29 11:15:09 2007
+++ doc/en/Makefile.in Thu Apr 5 16:43:22 2007
@@ -338,6 +338,7 @@ entities =
# This variable (docdir) specifies where the documents should be installed.
# This default value should work for most packages.
@HAVE_GNOME_TRUE@docdir = $(datadir)/gnome/help/$(docname)/$(lang)
@ -9,7 +9,7 @@ $OpenBSD: patch-doc_en_Makefile_in,v 1.2 2006/06/13 19:27:54 steven Exp $
# ********** You should not have to edit below this line **********
xml_files = $(entities) $(docname).xml authors.xml dia.xml \
@@ -594,7 +595,7 @@ install-data-hook-omf:
@@ -600,7 +601,7 @@ install-data-hook-omf:
$(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
done; \
fi
@ -18,7 +18,7 @@ $OpenBSD: patch-doc_en_Makefile_in,v 1.2 2006/06/13 19:27:54 steven Exp $
uninstall-local-omf:
-for file in $(srcdir)/*.omf; do \
@@ -611,7 +612,7 @@ clean-local-omf:
@@ -617,7 +618,7 @@ clean-local-omf:
done; \
fi
@ -27,7 +27,7 @@ $OpenBSD: patch-doc_en_Makefile_in,v 1.2 2006/06/13 19:27:54 steven Exp $
$(docname).xml: $(entities)
-ourdir=`pwd`; \
@@ -627,7 +628,7 @@ app-dist-hook:
@@ -633,7 +634,7 @@ app-dist-hook:
done \
fi

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-doc_eu_Makefile_in,v 1.1 2006/06/13 19:27:54 steven Exp $
--- doc/eu/Makefile.in.orig Thu May 25 22:49:19 2006
+++ doc/eu/Makefile.in Thu Jun 8 12:19:25 2006
@@ -332,6 +332,7 @@ entities =
$OpenBSD: patch-doc_eu_Makefile_in,v 1.2 2007/04/06 10:10:01 ajacoutot Exp $
--- doc/eu/Makefile.in.orig Thu Mar 29 11:15:09 2007
+++ doc/eu/Makefile.in Thu Apr 5 16:43:22 2007
@@ -338,6 +338,7 @@ entities =
# This variable (docdir) specifies where the documents should be installed.
# This default value should work for most packages.
@HAVE_GNOME_TRUE@docdir = $(datadir)/gnome/help/$(docname)/$(lang)
@ -9,7 +9,7 @@ $OpenBSD: patch-doc_eu_Makefile_in,v 1.1 2006/06/13 19:27:54 steven Exp $
# ********** You should not have to edit below this line **********
xml_files = $(entities) $(docname).xml
@@ -587,7 +588,7 @@ install-data-hook-omf:
@@ -593,7 +594,7 @@ install-data-hook-omf:
$(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
done; \
fi
@ -18,7 +18,7 @@ $OpenBSD: patch-doc_eu_Makefile_in,v 1.1 2006/06/13 19:27:54 steven Exp $
uninstall-local-omf:
-for file in $(srcdir)/*.omf; do \
@@ -604,7 +605,7 @@ clean-local-omf:
@@ -610,7 +611,7 @@ clean-local-omf:
done; \
fi

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-doc_pl_Makefile_in,v 1.2 2006/06/13 19:27:54 steven Exp $
--- doc/pl/Makefile.in.orig Thu May 25 22:49:20 2006
+++ doc/pl/Makefile.in Thu Jun 8 12:19:41 2006
@@ -328,6 +328,7 @@ entities =
$OpenBSD: patch-doc_pl_Makefile_in,v 1.3 2007/04/06 10:10:01 ajacoutot Exp $
--- doc/pl/Makefile.in.orig Thu Mar 29 11:15:10 2007
+++ doc/pl/Makefile.in Thu Apr 5 16:43:22 2007
@@ -334,6 +334,7 @@ entities =
# This variable (docdir) specifies where the documents should be installed.
# This default value should work for most packages.
@HAVE_GNOME_TRUE@docdir = $(datadir)/gnome/help/$(docname)/$(lang)
@ -9,7 +9,7 @@ $OpenBSD: patch-doc_pl_Makefile_in,v 1.2 2006/06/13 19:27:54 steven Exp $
# ********** You should not have to edit below this line **********
xml_files = $(entities) $(docname).xml
@@ -529,7 +530,7 @@ install-data-hook-omf:
@@ -535,7 +536,7 @@ install-data-hook-omf:
$(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
done; \
fi
@ -18,7 +18,7 @@ $OpenBSD: patch-doc_pl_Makefile_in,v 1.2 2006/06/13 19:27:54 steven Exp $
uninstall-local-omf:
-for file in $(srcdir)/*.omf; do \
@@ -546,7 +547,7 @@ clean-local-omf:
@@ -552,7 +553,7 @@ clean-local-omf:
done; \
fi
@ -27,7 +27,7 @@ $OpenBSD: patch-doc_pl_Makefile_in,v 1.2 2006/06/13 19:27:54 steven Exp $
$(docname).xml: $(entities)
-ourdir=`pwd`; \
@@ -562,7 +563,7 @@ app-dist-hook:
@@ -568,7 +569,7 @@ app-dist-hook:
done \
fi

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PFRAG.shared,v 1.6 2006/06/13 19:27:54 steven Exp $
@comment $OpenBSD: PFRAG.shared,v 1.7 2007/04/06 10:10:01 ajacoutot Exp $
lib/dia/libaadl_objects.so
lib/dia/libbondgraph_objects.so
lib/dia/libcairo_filter.so
@ -26,6 +26,7 @@ lib/dia/libshape_filter.so
lib/dia/libstandard_objects.so
lib/dia/libsvg_filter.so
lib/dia/libuml_objects.so
lib/dia/libvdx_filter.so
lib/dia/libwpg_filter.so
lib/dia/libxfig_filter.so
lib/dia/libxslt_filter.so

View File

@ -1,35 +1,67 @@
@comment $OpenBSD: PLIST,v 1.10 2006/06/13 19:27:54 steven Exp $
@comment $OpenBSD: PLIST,v 1.11 2007/04/06 10:10:01 ajacoutot Exp $
bin/dia
lib/dia/
lib/dia/libaadl_objects.a
lib/dia/libaadl_objects.la
lib/dia/libbondgraph_objects.a
lib/dia/libbondgraph_objects.la
lib/dia/libcairo_filter.a
lib/dia/libcairo_filter.la
lib/dia/libcgm_filter.a
lib/dia/libcgm_filter.la
lib/dia/libchronogram_objects.a
lib/dia/libchronogram_objects.la
lib/dia/libcustom_objects.a
lib/dia/libcustom_objects.la
lib/dia/libdia.a
lib/dia/libdia.la
lib/dia/libdxf_filter.a
lib/dia/libdxf_filter.la
lib/dia/liber_objects.a
lib/dia/liber_objects.la
lib/dia/libflowchart_objects.a
lib/dia/libflowchart_objects.la
lib/dia/libfs_objects.a
lib/dia/libfs_objects.la
lib/dia/libgrafcet_objects.a
lib/dia/libgrafcet_objects.la
lib/dia/libhpgl_filter.a
lib/dia/libhpgl_filter.la
lib/dia/libistar_objects.a
lib/dia/libistar_objects.la
lib/dia/libjackson_objects.a
lib/dia/libjackson_objects.la
lib/dia/libkaos_objects.a
lib/dia/libkaos_objects.la
lib/dia/libmetapost_filter.a
lib/dia/libmetapost_filter.la
lib/dia/libmisc_objects.a
lib/dia/libmisc_objects.la
lib/dia/libnetwork_objects.a
lib/dia/libnetwork_objects.la
lib/dia/libpgf_filter.a
lib/dia/libpgf_filter.la
lib/dia/libpixbuf_filter.a
lib/dia/libpixbuf_filter.la
lib/dia/libpstricks_filter.a
lib/dia/libpstricks_filter.la
lib/dia/libsadt_objects.a
lib/dia/libsadt_objects.la
lib/dia/libshape_filter.a
lib/dia/libshape_filter.la
lib/dia/libstandard_objects.a
lib/dia/libstandard_objects.la
lib/dia/libsvg_filter.a
lib/dia/libsvg_filter.la
lib/dia/libuml_objects.a
lib/dia/libuml_objects.la
lib/dia/libvdx_filter.a
lib/dia/libvdx_filter.la
lib/dia/libwpg_filter.a
lib/dia/libwpg_filter.la
lib/dia/libxfig_filter.a
lib/dia/libxfig_filter.la
lib/dia/libxslt_filter.a
lib/dia/libxslt_filter.la
@man man/man1/dia.1
share/applications/
@ -120,6 +152,91 @@ share/dia/shapes/Assorted/triangle-isoceles.png
share/dia/shapes/Assorted/triangle-isoceles.shape
share/dia/shapes/Assorted/triangle-rightangle.png
share/dia/shapes/Assorted/triangle-rightangle.shape
share/dia/shapes/BPMN/
share/dia/shapes/BPMN/Activity-Looping.png
share/dia/shapes/BPMN/Activity-Looping.shape
share/dia/shapes/BPMN/Ad-Hoc-Collapsed-Sub-Process.png
share/dia/shapes/BPMN/Ad-Hoc-Collapsed-Sub-Process.shape
share/dia/shapes/BPMN/Collapsed-Sub-Process.png
share/dia/shapes/BPMN/Collapsed-Sub-Process.shape
share/dia/shapes/BPMN/Compensation-Collapsed-Sub-Process.png
share/dia/shapes/BPMN/Compensation-Collapsed-Sub-Process.shape
share/dia/shapes/BPMN/Compensation.png
share/dia/shapes/BPMN/Compensation.shape
share/dia/shapes/BPMN/Data-Object.png
share/dia/shapes/BPMN/Data-Object.shape
share/dia/shapes/BPMN/End-Event-Cancel.png
share/dia/shapes/BPMN/End-Event-Cancel.shape
share/dia/shapes/BPMN/End-Event-Compensation.png
share/dia/shapes/BPMN/End-Event-Compensation.shape
share/dia/shapes/BPMN/End-Event-Error.png
share/dia/shapes/BPMN/End-Event-Error.shape
share/dia/shapes/BPMN/End-Event-Link.png
share/dia/shapes/BPMN/End-Event-Link.shape
share/dia/shapes/BPMN/End-Event-Message.png
share/dia/shapes/BPMN/End-Event-Message.shape
share/dia/shapes/BPMN/End-Event-Multiple.png
share/dia/shapes/BPMN/End-Event-Multiple.shape
share/dia/shapes/BPMN/End-Event-Terminate.png
share/dia/shapes/BPMN/End-Event-Terminate.shape
share/dia/shapes/BPMN/End-Event.png
share/dia/shapes/BPMN/End-Event.shape
share/dia/shapes/BPMN/Gateway-Complex.png
share/dia/shapes/BPMN/Gateway-Complex.shape
share/dia/shapes/BPMN/Gateway-Exclusive-XOR-Data-Based.png
share/dia/shapes/BPMN/Gateway-Exclusive-XOR-Data-Based.shape
share/dia/shapes/BPMN/Gateway-Exclusive-XOR-Event-Based.png
share/dia/shapes/BPMN/Gateway-Exclusive-XOR-Event-Based.shape
share/dia/shapes/BPMN/Gateway-Inclusive-OR.png
share/dia/shapes/BPMN/Gateway-Inclusive-OR.shape
share/dia/shapes/BPMN/Gateway-Parallel-AND.png
share/dia/shapes/BPMN/Gateway-Parallel-AND.shape
share/dia/shapes/BPMN/Gateway.png
share/dia/shapes/BPMN/Gateway.shape
share/dia/shapes/BPMN/Group.png
share/dia/shapes/BPMN/Group.shape
share/dia/shapes/BPMN/Intermediate-Event-Cancel.png
share/dia/shapes/BPMN/Intermediate-Event-Cancel.shape
share/dia/shapes/BPMN/Intermediate-Event-Compensation.png
share/dia/shapes/BPMN/Intermediate-Event-Compensation.shape
share/dia/shapes/BPMN/Intermediate-Event-Error.png
share/dia/shapes/BPMN/Intermediate-Event-Error.shape
share/dia/shapes/BPMN/Intermediate-Event-Link.png
share/dia/shapes/BPMN/Intermediate-Event-Link.shape
share/dia/shapes/BPMN/Intermediate-Event-Message.png
share/dia/shapes/BPMN/Intermediate-Event-Message.shape
share/dia/shapes/BPMN/Intermediate-Event-Multiple.png
share/dia/shapes/BPMN/Intermediate-Event-Multiple.shape
share/dia/shapes/BPMN/Intermediate-Event-Rule.png
share/dia/shapes/BPMN/Intermediate-Event-Rule.shape
share/dia/shapes/BPMN/Intermediate-Event-Timer.png
share/dia/shapes/BPMN/Intermediate-Event-Timer.shape
share/dia/shapes/BPMN/Intermediate-Event.png
share/dia/shapes/BPMN/Intermediate-Event.shape
share/dia/shapes/BPMN/Looping-Collapsed-Sub-Process.png
share/dia/shapes/BPMN/Looping-Collapsed-Sub-Process.shape
share/dia/shapes/BPMN/Multiple-Instance-Collapsed-Sub-Process.png
share/dia/shapes/BPMN/Multiple-Instance-Collapsed-Sub-Process.shape
share/dia/shapes/BPMN/Multiple-Instance-Task.png
share/dia/shapes/BPMN/Multiple-Instance-Task.shape
share/dia/shapes/BPMN/Start-Event-Link.png
share/dia/shapes/BPMN/Start-Event-Link.shape
share/dia/shapes/BPMN/Start-Event-Message.png
share/dia/shapes/BPMN/Start-Event-Message.shape
share/dia/shapes/BPMN/Start-Event-Multiple.png
share/dia/shapes/BPMN/Start-Event-Multiple.shape
share/dia/shapes/BPMN/Start-Event-Rule.png
share/dia/shapes/BPMN/Start-Event-Rule.shape
share/dia/shapes/BPMN/Start-Event-Timer.png
share/dia/shapes/BPMN/Start-Event-Timer.shape
share/dia/shapes/BPMN/Start-Event.png
share/dia/shapes/BPMN/Start-Event.shape
share/dia/shapes/BPMN/Task.png
share/dia/shapes/BPMN/Task.shape
share/dia/shapes/BPMN/Text-Annotation.png
share/dia/shapes/BPMN/Text-Annotation.shape
share/dia/shapes/BPMN/Transaction.png
share/dia/shapes/BPMN/Transaction.shape
share/dia/shapes/ChemEng/
share/dia/shapes/ChemEng/ACgen.png
share/dia/shapes/ChemEng/ACgen.shape
@ -1140,6 +1257,8 @@ share/dia/shapes/Electric/vrelay.shape
share/dia/shapes/Flowchart/
share/dia/shapes/Flowchart/collate.png
share/dia/shapes/Flowchart/collate.shape
share/dia/shapes/Flowchart/datasource.png
share/dia/shapes/Flowchart/datasource.shape
share/dia/shapes/Flowchart/delay.png
share/dia/shapes/Flowchart/delay.shape
share/dia/shapes/Flowchart/display.png
@ -1485,11 +1604,11 @@ share/dia/shapes/sybase/stableq.shape
share/dia/sheets/
share/dia/sheets/AADL.sheet
share/dia/sheets/Assorted.sheet
share/dia/sheets/BPMN.sheet
share/dia/sheets/ChemEng.sheet
share/dia/sheets/Circuit.sheet
share/dia/sheets/Contact.sheet
share/dia/sheets/Cybernetics.sheet
share/dia/sheets/EML.sheet
share/dia/sheets/ER/
share/dia/sheets/ER.sheet
share/dia/sheets/ER/weakentity.png
@ -1566,6 +1685,10 @@ share/dia/sheets/civil.sheet
share/dia/sheets/jigsaw.sheet
share/dia/sheets/network.sheet
share/dia/sheets/sybase.sheet
share/dia/ui/
share/dia/ui/display-ui.xml
share/dia/ui/popup-ui.xml
share/dia/ui/toolbox-ui.xml
share/dia/xslt/
share/dia/xslt/dia-uml.xsl
share/dia/xslt/dia-uml2c++.xsl
@ -1614,6 +1737,9 @@ share/gnome/help/dia/pl/graphics/line_props.png
share/locale/am/
share/locale/am/LC_MESSAGES/
share/locale/am/LC_MESSAGES/dia.mo
share/locale/ar/
share/locale/ar/LC_MESSAGES/
share/locale/ar/LC_MESSAGES/dia.mo
share/locale/az/
share/locale/az/LC_MESSAGES/
share/locale/az/LC_MESSAGES/dia.mo
@ -1640,6 +1766,7 @@ share/locale/eu/LC_MESSAGES/dia.mo
share/locale/fi/LC_MESSAGES/dia.mo
share/locale/fr/LC_MESSAGES/dia.mo
share/locale/ga/LC_MESSAGES/dia.mo
share/locale/gl/LC_MESSAGES/dia.mo
share/locale/gu/
share/locale/gu/LC_MESSAGES/
share/locale/gu/LC_MESSAGES/dia.mo
@ -1652,6 +1779,10 @@ share/locale/is/LC_MESSAGES/dia.mo
share/locale/it/LC_MESSAGES/dia.mo
share/locale/ja/LC_MESSAGES/dia.mo
share/locale/ko/LC_MESSAGES/dia.mo
share/locale/lt/
share/locale/lt/LC_MESSAGES/
share/locale/lt/LC_MESSAGES/dia.mo
share/locale/lv/LC_MESSAGES/dia.mo
share/locale/mk/
share/locale/mk/LC_MESSAGES/
share/locale/mk/LC_MESSAGES/dia.mo
@ -1688,6 +1819,9 @@ share/locale/sr@Latn/
share/locale/sr@Latn/LC_MESSAGES/
share/locale/sr@Latn/LC_MESSAGES/dia.mo
share/locale/sv/LC_MESSAGES/dia.mo
share/locale/th/
share/locale/th/LC_MESSAGES/
share/locale/th/LC_MESSAGES/dia.mo
share/locale/tr/LC_MESSAGES/dia.mo
share/locale/uk/LC_MESSAGES/dia.mo
share/locale/vi/LC_MESSAGES/dia.mo