Announcement:
http://mail.gnome.org/archives/dia-list/2007-March/msg00087.html

Bugs fixed:
http://bugzilla.gnome.org/buglist.cgi?product=dia&target_milestone=0.96&bug_status=RESOLVED

Comments/ok?

--
Antoine
? patches/patch-doc_Makefile_in
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/dia/Makefile,v
retrieving revision 1.43
diff -u -r1.43 Makefile
--- Makefile    11 Feb 2007 00:56:57 -0000      1.43
+++ Makefile    5 Apr 2007 20:59:08 -0000
@@ -2,20 +2,19 @@
 
 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
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/dia/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo    5 Apr 2007 16:19:55 -0000       1.7
+++ distinfo    5 Apr 2007 20:59:08 -0000
@@ -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
Index: patches/patch-doc_en_Makefile_in
===================================================================
RCS file: /cvs/ports/graphics/dia/patches/patch-doc_en_Makefile_in,v
retrieving revision 1.2
diff -u -r1.2 patch-doc_en_Makefile_in
--- patches/patch-doc_en_Makefile_in    13 Jun 2006 19:27:54 -0000      1.2
+++ patches/patch-doc_en_Makefile_in    5 Apr 2007 20:59:08 -0000
@@ -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 = 
+--- 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.
  @[EMAIL PROTECTED] = $(datadir)/gnome/help/$(docname)/$(lang)
@@ -9,7 +9,7 @@
  
  # **********  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 @@
  
  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 @@
  
  $(docname).xml: $(entities)
        -ourdir=`pwd`;  \
-@@ -627,7 +628,7 @@ app-dist-hook:
+@@ -633,7 +634,7 @@ app-dist-hook:
          done \
        fi
  
Index: patches/patch-doc_eu_Makefile_in
===================================================================
RCS file: /cvs/ports/graphics/dia/patches/patch-doc_eu_Makefile_in,v
retrieving revision 1.1
diff -u -r1.1 patch-doc_eu_Makefile_in
--- patches/patch-doc_eu_Makefile_in    13 Jun 2006 19:27:54 -0000      1.1
+++ patches/patch-doc_eu_Makefile_in    5 Apr 2007 20:59:08 -0000
@@ -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 = 
+--- 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.
  @[EMAIL PROTECTED] = $(datadir)/gnome/help/$(docname)/$(lang)
@@ -9,7 +9,7 @@
  
  # **********  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 @@
  
  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
  
Index: patches/patch-doc_pl_Makefile_in
===================================================================
RCS file: /cvs/ports/graphics/dia/patches/patch-doc_pl_Makefile_in,v
retrieving revision 1.2
diff -u -r1.2 patch-doc_pl_Makefile_in
--- patches/patch-doc_pl_Makefile_in    13 Jun 2006 19:27:54 -0000      1.2
+++ patches/patch-doc_pl_Makefile_in    5 Apr 2007 20:59:08 -0000
@@ -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 = 
+--- 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.
  @[EMAIL PROTECTED] = $(datadir)/gnome/help/$(docname)/$(lang)
@@ -9,7 +9,7 @@
  
  # **********  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 @@
  
  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 @@
  
  $(docname).xml: $(entities)
        -ourdir=`pwd`;  \
-@@ -562,7 +563,7 @@ app-dist-hook:
+@@ -568,7 +569,7 @@ app-dist-hook:
          done \
        fi
  
Index: pkg/PFRAG.shared
===================================================================
RCS file: /cvs/ports/graphics/dia/pkg/PFRAG.shared,v
retrieving revision 1.6
diff -u -r1.6 PFRAG.shared
--- pkg/PFRAG.shared    13 Jun 2006 19:27:54 -0000      1.6
+++ pkg/PFRAG.shared    5 Apr 2007 20:59:08 -0000
@@ -26,6 +26,7 @@
 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
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/dia/pkg/PLIST,v
retrieving revision 1.10
diff -u -r1.10 PLIST
--- pkg/PLIST   13 Jun 2006 19:27:54 -0000      1.10
+++ pkg/PLIST   5 Apr 2007 20:59:09 -0000
@@ -1,35 +1,67 @@
 @comment $OpenBSD: PLIST,v 1.10 2006/06/13 19:27:54 steven 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.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/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/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/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/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/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/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/[EMAIL PROTECTED]/LC_MESSAGES/
 share/locale/[EMAIL PROTECTED]/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

Reply via email to