[Midnightbsd-cvs] mports [20825] U trunk/graphics/dia: dia 0.97.3

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Nov 12 23:28:17 EST 2015


Revision: 20825
          http://svnweb.midnightbsd.org/mports/?rev=20825
Author:   laffer1
Date:     2015-11-12 23:28:16 -0500 (Thu, 12 Nov 2015)
Log Message:
-----------
dia 0.97.3

Modified Paths:
--------------
    trunk/graphics/dia/Makefile
    trunk/graphics/dia/distinfo
    trunk/graphics/dia/files/patch-doc_fr_Makefile.in
    trunk/graphics/dia/pkg-descr
    trunk/graphics/dia/pkg-plist

Added Paths:
-----------
    trunk/graphics/dia/files/patch-app_main.c
    trunk/graphics/dia/files/patch-objects__GRAFCET__boolequation.c

Removed Paths:
-------------
    trunk/graphics/dia/files/patch-ad
    trunk/graphics/dia/files/patch-ae
    trunk/graphics/dia/files/patch-objects::GRAFCET::boolequation.c

Property Changed:
----------------
    trunk/graphics/dia/files/patch-doc_fr_Makefile.in
    trunk/graphics/dia/files/patch-po_checktrans.py
    trunk/graphics/dia/pkg-descr
    trunk/graphics/dia/pkg-plist

Modified: trunk/graphics/dia/Makefile
===================================================================
--- trunk/graphics/dia/Makefile	2015-11-13 04:25:14 UTC (rev 20824)
+++ trunk/graphics/dia/Makefile	2015-11-13 04:28:16 UTC (rev 20825)
@@ -1,8 +1,8 @@
 # $MidnightBSD$
 
 PORTNAME=	dia
-DISTVERSION=	0.97.1
-PORTREVISION=	2
+PORTVERSION=	0.97.3
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	graphics gnome
 MASTER_SITES=	GNOME
@@ -10,79 +10,49 @@
 
 MAINTAINER?=	ports at MidnightBSD.org
 COMMENT=	Diagram creation program, similar to Visio
+
 LICENSE=	gpl2
 
-BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl
-LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt
+OPTIONS_DEFINE=	DOCS
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
-USE_GNOME=	gtk20 gnomehack gnomeprefix libxslt libartlgpl2 intlhack \
-		desktopfileutils
-WANT_GNOME=	yes
+LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png
+
+USES=		desktop-file-utils gettext gmake libtool pathfix \
+		pkgconfig tar:xz
+USE_GNOME=	gtk20 gnomeprefix libxslt libartlgpl2 intlhack
 INSTALLS_ICONS=	yes
-USE_GETTEXT=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib -lintl" \
-		LOCALBASE="${LOCALBASE}"
+CONFIGURE_ENV=	LOCALBASE="${LOCALBASE}"
 CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
+CONFIGURE_ARGS=	--disable-gnome
+INSTALL_TARGET=	install-strip
 
-MAN1=		dia.1
-MANLANG=	"" fr
+DOCS_BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl
+.include <bsd.mport.options.mk>
 
-.if !defined(WITHOUT_PYTHON)
-USE_PYTHON=	yes
-USE_GNOME+=	pygtk2
-CONFIGURE_ARGS=	--with-python
-PLIST_SUB+=	PYTHON=""
-.else
-PLIST_SUB+=	PYTHON="@comment "
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "i386"
-LIB_DEPENDS+=		EMF.1:${PORTSDIR}/graphics/libemf
-CONFIGURE_ARGS+=	--enable-libemf
-PLIST_SUB+=		WMF=""
-.else
+#.if ${ARCH} == "i386"
+#LIB_DEPENDS+=		libEMF.so:${PORTSDIR}/graphics/libemf
+#CONFIGURE_ARGS+=	--enable-libemf
+#PLIST_SUB+=		WMF=""
+#.else
 CONFIGURE_ARGS+=	--disable-libemf
 PLIST_SUB+=		WMF="@comment "
-.endif
+#.endif
 
-.if ${HAVE_GNOME:Mlibgnomeui}!=""
-USE_GNOME+=		libgnomeui
-INSTALLS_OMF=		yes
-CONFIGURE_ARGS+=	--enable-gnome
-PKGNAMESUFFIX=		-gnome
-GNOME_ENABLED=		yes
-PLIST_SUB+=		GNOME=""
-.else
-CONFIGURE_ARGS+=	--disable-gnome
-PLIST_SUB+=		GNOME="@comment "
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
 		${WRKSRC}/lib/intl.c
-.if defined(NOPORTDOCS)
-	@${FIND} ${WRKSRC}/doc -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
-		's|$$(examples)||g ; s|$$(mkinstalldirs) $$(sysdoc)/examples||g ; \
-		s|$$(mkinstalldirs) $$(sysdoc)||g'
-.endif
-.ifndef (GNOME_ENABLED)
+	@${REINPLACE_CMD} -e 's|glib/gstrfuncs.h>|glib.h>|g' \
+		-e 's|glib/gtestutils.h|glib.h|g' \
+		${WRKSRC}/objects/custom/shape_typeinfo.c \
+		${WRKSRC}/tests/test-objects.c \
+		${WRKSRC}/tests/test-boundingbox.c
 	@${FIND} ${WRKSRC} -name Makefile.in | \
 		${XARGS} ${REINPLACE_CMD} -e \
-		's,\(^GTK_LIBS.*\),\1 ${PTHREAD_LIBS}, ; \
-		 s,\(^GTK_CFLAGS = \),\1 ${PTHREAD_CFLAGS} ,'
-.endif
-
-pre-configure:
+		's,\(^GTK_LIBS.*\),\1 -lpthread,'
 	@${REINPLACE_CMD} -e 's|http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl|${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl| ; \
-		s|echo aout|echo elf|g ; s|/usr/include/libEMF|${LOCALBASE}/include/libEMF|g' \
-		${WRKSRC}/configure
+		s|/usr/include/libEMF|${LOCALBASE}/include/libEMF|g ; \
+		s|-lstdc++||g'  ${WRKSRC}/configure
 
-post-install:
-	@-update-desktop-database
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: trunk/graphics/dia/distinfo
===================================================================
--- trunk/graphics/dia/distinfo	2015-11-13 04:25:14 UTC (rev 20824)
+++ trunk/graphics/dia/distinfo	2015-11-13 04:28:16 UTC (rev 20825)
@@ -1,3 +1,2 @@
-SHA256 (gnome2/dia-0.97.1.tar.bz2) = 8dfe8b2c9d87baf29834c8de5e3ec91497c2b17f2b77fb1b867afddf5c429142
-RMD160 (gnome2/dia-0.97.1.tar.bz2) = e6c3cd2872aa7d0bd8ffa502577027d7f45c8982
-SIZE (gnome2/dia-0.97.1.tar.bz2) = 6836081
+SHA256 (gnome2/dia-0.97.3.tar.xz) = 22914e48ef48f894bb5143c5efc3d01ab96e0a0cde80de11058d3b4301377d34
+SIZE (gnome2/dia-0.97.3.tar.xz) = 5548500

Deleted: trunk/graphics/dia/files/patch-ad
===================================================================
--- trunk/graphics/dia/files/patch-ad	2015-11-13 04:25:14 UTC (rev 20824)
+++ trunk/graphics/dia/files/patch-ad	2015-11-13 04:28:16 UTC (rev 20825)
@@ -1,29 +0,0 @@
---- configure.orig	2009-07-11 00:18:11.000000000 +1000
-+++ configure	2009-07-11 00:18:11.000000000 +1000
-@@ -26619,7 +26619,7 @@ $as_echo_n "checking local Python config
- 
-   fi
- 
--
-+  PYTHON_EXEC_PREFIX=${LOCALBASE}
- 
-   PYTHON_PLATFORM=`$PYTHON -c "import sys; print sys.platform"`
- 
-@@ -26681,12 +26681,12 @@ except ImportError:
- except:
-         sys.exit(0)
- sys.exit(0)"
--if $PYTHON -c "$prog" 1>&5 2>&5
--  then
-+#if $PYTHON -c "$prog" 1>&5 2>&5
-+#  then
-     eval "py_cv_mod_$py_mod_var=yes"
--  else
--    eval "py_cv_mod_$py_mod_var=no"
--  fi
-+#  else
-+#    eval "py_cv_mod_$py_mod_var=no"
-+#  fi
- 
- fi
- 

Deleted: trunk/graphics/dia/files/patch-ae
===================================================================
--- trunk/graphics/dia/files/patch-ae	2015-11-13 04:25:14 UTC (rev 20824)
+++ trunk/graphics/dia/files/patch-ae	2015-11-13 04:28:16 UTC (rev 20825)
@@ -1,12 +0,0 @@
---- app/main.c.orig	Sun Mar 25 19:05:16 2001
-+++ app/main.c	Thu May 17 14:09:02 2001
-@@ -19,2 +19,4 @@
- 
-+#include <ieeefp.h>
-+
- #include "geometry.h"
-@@ -35,2 +37,4 @@
- {
-+  fpsetmask(0);
-+
-   app_init(argc, argv);

Added: trunk/graphics/dia/files/patch-app_main.c
===================================================================
--- trunk/graphics/dia/files/patch-app_main.c	                        (rev 0)
+++ trunk/graphics/dia/files/patch-app_main.c	2015-11-13 04:28:16 UTC (rev 20825)
@@ -0,0 +1,12 @@
+--- app/main.c.orig	Sun Mar 25 19:05:16 2001
++++ app/main.c	Thu May 17 14:09:02 2001
+@@ -19,2 +19,4 @@
+ 
++#include <ieeefp.h>
++
+ #include "geometry.h"
+@@ -35,2 +37,4 @@
+ {
++  fpsetmask(0);
++
+   app_init(argc, argv);


Property changes on: trunk/graphics/dia/files/patch-app_main.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/graphics/dia/files/patch-doc_fr_Makefile.in
===================================================================
--- trunk/graphics/dia/files/patch-doc_fr_Makefile.in	2015-11-13 04:25:14 UTC (rev 20824)
+++ trunk/graphics/dia/files/patch-doc_fr_Makefile.in	2015-11-13 04:28:16 UTC (rev 20825)
@@ -1,9 +1,9 @@
---- doc/fr/Makefile.in.orig	2009-07-05 15:43:34.000000000 +1000
-+++ doc/fr/Makefile.in	2009-07-05 15:42:37.000000000 +1000
-@@ -304,7 +304,7 @@
+--- doc/fr/Makefile.in.orig
++++ doc/fr/Makefile.in
+@@ -285,7 +285,7 @@
+ libexecdir = @libexecdir@
  localedir = @localedir@
  localstatedir = @localstatedir@
- lt_ECHO = @lt_ECHO@
 -mandir = $(datadir)/man/$(lang)
 +mandir = @mandir@/$(lang)
  mkdir_p = @mkdir_p@


Property changes on: trunk/graphics/dia/files/patch-doc_fr_Makefile.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: trunk/graphics/dia/files/patch-objects::GRAFCET::boolequation.c
===================================================================
--- trunk/graphics/dia/files/patch-objects::GRAFCET::boolequation.c	2015-11-13 04:25:14 UTC (rev 20824)
+++ trunk/graphics/dia/files/patch-objects::GRAFCET::boolequation.c	2015-11-13 04:28:16 UTC (rev 20825)
@@ -1,20 +0,0 @@
---- objects/GRAFCET/boolequation.c.orig	Sun Oct  6 14:55:22 2002
-+++ objects/GRAFCET/boolequation.c	Mon Mar 17 13:56:09 2003
-@@ -58,7 +58,7 @@
- 
- 
- /* utility */
--inline static gboolean isspecial(gunichar c) 
-+inline static gboolean dia_isspecial(gunichar c) 
- {
-   switch (c) {
-   case '!':
-@@ -136,7 +136,7 @@
-     gchar *p1;
-     c = g_utf8_get_char(*str);
-     p1 = g_utf8_next_char(*str);
--    if (isspecial(c)) break;
-+    if (dia_isspecial(c)) break;
-     *str = p1;
-   }
-   

Added: trunk/graphics/dia/files/patch-objects__GRAFCET__boolequation.c
===================================================================
--- trunk/graphics/dia/files/patch-objects__GRAFCET__boolequation.c	                        (rev 0)
+++ trunk/graphics/dia/files/patch-objects__GRAFCET__boolequation.c	2015-11-13 04:28:16 UTC (rev 20825)
@@ -0,0 +1,20 @@
+--- objects/GRAFCET/boolequation.c.orig	Sun Oct  6 14:55:22 2002
++++ objects/GRAFCET/boolequation.c	Mon Mar 17 13:56:09 2003
+@@ -58,7 +58,7 @@
+ 
+ 
+ /* utility */
+-inline static gboolean isspecial(gunichar c) 
++inline static gboolean dia_isspecial(gunichar c) 
+ {
+   switch (c) {
+   case '!':
+@@ -136,7 +136,7 @@
+     gchar *p1;
+     c = g_utf8_get_char(*str);
+     p1 = g_utf8_next_char(*str);
+-    if (isspecial(c)) break;
++    if (dia_isspecial(c)) break;
+     *str = p1;
+   }
+   


Property changes on: trunk/graphics/dia/files/patch-objects__GRAFCET__boolequation.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Index: trunk/graphics/dia/files/patch-po_checktrans.py
===================================================================
--- trunk/graphics/dia/files/patch-po_checktrans.py	2015-11-13 04:25:14 UTC (rev 20824)
+++ trunk/graphics/dia/files/patch-po_checktrans.py	2015-11-13 04:28:16 UTC (rev 20825)

Property changes on: trunk/graphics/dia/files/patch-po_checktrans.py
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/graphics/dia/pkg-descr
===================================================================
--- trunk/graphics/dia/pkg-descr	2015-11-13 04:25:14 UTC (rev 20824)
+++ trunk/graphics/dia/pkg-descr	2015-11-13 04:28:16 UTC (rev 20825)
@@ -11,4 +11,4 @@
 save space), can export diagrams to EPS or SVG formats and can print diagrams
 (including ones that span multiple pages).
 
-WWW: http://www.gnome.org/projects/dia/
+WWW: https://live.gnome.org/Dia


Property changes on: trunk/graphics/dia/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/graphics/dia/pkg-plist
===================================================================
--- trunk/graphics/dia/pkg-plist	2015-11-13 04:25:14 UTC (rev 20824)
+++ trunk/graphics/dia/pkg-plist	2015-11-13 04:28:16 UTC (rev 20825)
@@ -1,92 +1,43 @@
 bin/dia
-lib/dia/libaadl_objects.la
 lib/dia/libaadl_objects.so
 lib/dia/libart_filter.so
-lib/dia/libart_filter.la
-lib/dia/libcairo_filter.la
 lib/dia/libcairo_filter.so
-lib/dia/libcgm_filter.la
 lib/dia/libcgm_filter.so
-lib/dia/libchronogram_objects.la
 lib/dia/libchronogram_objects.so
 lib/dia/libcustom_lines_objects.so
-lib/dia/libcustom_lines_objects.la
-lib/dia/libcustom_objects.la
 lib/dia/libcustom_objects.so
 lib/dia/libdb_objects.so
-lib/dia/libdb_objects.la
-lib/dia/libdia.la
 lib/dia/libdia.so
-lib/dia/libdxf_filter.la
 lib/dia/libdxf_filter.so
-lib/dia/liber_objects.la
 lib/dia/liber_objects.so
-lib/dia/libflowchart_objects.la
 lib/dia/libflowchart_objects.so
-lib/dia/libfs_objects.la
 lib/dia/libfs_objects.so
-lib/dia/libgrafcet_objects.la
 lib/dia/libgrafcet_objects.so
-lib/dia/libhpgl_filter.la
 lib/dia/libhpgl_filter.so
-lib/dia/libistar_objects.la
 lib/dia/libistar_objects.so
-lib/dia/libjackson_objects.la
 lib/dia/libjackson_objects.so
-lib/dia/libkaos_objects.la
 lib/dia/libkaos_objects.so
-lib/dia/libmetapost_filter.la
 lib/dia/libmetapost_filter.so
-lib/dia/libmisc_objects.la
 lib/dia/libmisc_objects.so
-lib/dia/libnetwork_objects.la
 lib/dia/libnetwork_objects.so
-lib/dia/libpgf_filter.la
 lib/dia/libpgf_filter.so
-lib/dia/libpixbuf_filter.la
 lib/dia/libpixbuf_filter.so
 lib/dia/libpostscript_filter.so
-lib/dia/libpostscript_filter.la
-lib/dia/libpstricks_filter.la
 lib/dia/libpstricks_filter.so
-%%PYTHON%%lib/dia/libpython_plugin.la
-%%PYTHON%%lib/dia/libpython_plugin.so
-lib/dia/libsadt_objects.la
 lib/dia/libsadt_objects.so
-lib/dia/libshape_filter.la
 lib/dia/libshape_filter.so
-lib/dia/libstandard_objects.la
 lib/dia/libstandard_objects.so
-lib/dia/libsvg_filter.la
 lib/dia/libsvg_filter.so
-lib/dia/libuml_objects.la
 lib/dia/libuml_objects.so
-lib/dia/libvdx_filter.la
 lib/dia/libvdx_filter.so
-lib/dia/libwpg_filter.la
 lib/dia/libwpg_filter.so
-%%WMF%%lib/dia/libwmf_filter.la
 %%WMF%%lib/dia/libwmf_filter.so
-lib/dia/libxfig_filter.la
 lib/dia/libxfig_filter.so
-lib/dia/libxslt_filter.la
 lib/dia/libxslt_filter.so
+%%PORTDOCS%%man/fr/man1/dia.1.gz
+%%PORTDOCS%%man/man1/dia.1.gz
 share/applications/dia.desktop
-%%PYTHON%%share/dia/python-startup.py
-%%PYTHON%%share/dia/python/allprops.py
-%%PYTHON%%share/dia/python/aobjects.py
-%%PYTHON%%share/dia/python/codegen.py
-%%PYTHON%%share/dia/python/diasvg.py
-%%PYTHON%%share/dia/python/diasvg_import.py
-%%PYTHON%%share/dia/python/dot.py
-%%PYTHON%%share/dia/python/doxrev.py
-%%PYTHON%%share/dia/python/gtkcons.py
-%%PYTHON%%share/dia/python/imgmap.py
-%%PYTHON%%share/dia/python/otypes.py
-%%PYTHON%%share/dia/python/pydiadoc.py
-%%PYTHON%%share/dia/python/scascale.py
-%%PYTHON%%share/dia/python/select_by.py
-%%PYTHON%%share/dia/python/select_empty.py
+share/dia/dia-splash.png
 share/dia/shapes/Assorted/arrow-chevron.png
 share/dia/shapes/Assorted/arrow-chevron.shape
 share/dia/shapes/Assorted/arrow-down.png
@@ -1321,32 +1272,32 @@
 share/dia/shapes/Gane_and_Sarson/entity.shape
 share/dia/shapes/Gane_and_Sarson/process.png
 share/dia/shapes/Gane_and_Sarson/process.shape
+share/dia/shapes/Lights/ACL.png
 share/dia/shapes/Lights/ACL.shape
-share/dia/shapes/Lights/ACL.png
+share/dia/shapes/Lights/Blacklight.png
 share/dia/shapes/Lights/Blacklight.shape
-share/dia/shapes/Lights/Blacklight.png
+share/dia/shapes/Lights/Blinders.png
 share/dia/shapes/Lights/Blinders.shape
-share/dia/shapes/Lights/Blinders.png
+share/dia/shapes/Lights/ERS.png
 share/dia/shapes/Lights/ERS.shape
-share/dia/shapes/Lights/ERS.png
+share/dia/shapes/Lights/Fresnel.png
 share/dia/shapes/Lights/Fresnel.shape
-share/dia/shapes/Lights/Fresnel.png
+share/dia/shapes/Lights/Moving_head.png
 share/dia/shapes/Lights/Moving_head.shape
-share/dia/shapes/Lights/Moving_head.png
+share/dia/shapes/Lights/PAR.png
+share/dia/shapes/Lights/PAR.shape
+share/dia/shapes/Lights/PAR_floor.png
 share/dia/shapes/Lights/PAR_floor.shape
-share/dia/shapes/Lights/PAR_floor.png
-share/dia/shapes/Lights/PAR.shape
-share/dia/shapes/Lights/PAR.png
+share/dia/shapes/Lights/PC.png
 share/dia/shapes/Lights/PC.shape
-share/dia/shapes/Lights/PC.png
+share/dia/shapes/Lights/Scanner.png
 share/dia/shapes/Lights/Scanner.shape
-share/dia/shapes/Lights/Scanner.png
+share/dia/shapes/Lights/Striplight.png
 share/dia/shapes/Lights/Striplight.shape
-share/dia/shapes/Lights/Striplight.png
+share/dia/shapes/Lights/Stroboscope.png
 share/dia/shapes/Lights/Stroboscope.shape
-share/dia/shapes/Lights/Stroboscope.png
+share/dia/shapes/Lights/Structure.png
 share/dia/shapes/Lights/Structure.shape
-share/dia/shapes/Lights/Structure.png
 share/dia/shapes/Logic/and.png
 share/dia/shapes/Logic/and.shape
 share/dia/shapes/Logic/buffer.png
@@ -1427,10 +1378,10 @@
 share/dia/shapes/Map/Isometric/Train2.shape
 share/dia/shapes/Map/Isometric/Tree1.png
 share/dia/shapes/Map/Isometric/Tree1.shape
+share/dia/shapes/Misc/expended-node.png
 share/dia/shapes/Misc/expended-node.shape
-share/dia/shapes/Misc/expended-node.png
+share/dia/shapes/Misc/expensible-node.png
 share/dia/shapes/Misc/expensible-node.shape
-share/dia/shapes/Misc/expensible-node.png
 share/dia/shapes/Misc/file.png
 share/dia/shapes/Misc/file.shape
 share/dia/shapes/Misc/folder.png
@@ -1717,11 +1668,27 @@
 share/dia/xslt/dia-uml2owl.xsl
 share/dia/xslt/dia-uml2python.xsl
 share/dia/xslt/stylesheets.xml
-share/dia/dia-splash.png
-share/mime-info/dia.keys
-share/mime-info/dia.mime
+%%PORTDOCS%%%%DOCSDIR%%/en/examples/diagram.dtd
+%%PORTDOCS%%%%DOCSDIR%%/en/examples/shape.dtd
+%%PORTDOCS%%%%DOCSDIR%%/en/examples/sheet.dtd
+%%PORTDOCS%%%%DOCSDIR%%/eu/examples/diagram.dtd
+%%PORTDOCS%%%%DOCSDIR%%/eu/examples/shape.dtd
+%%PORTDOCS%%%%DOCSDIR%%/eu/examples/sheet.dtd
+%%PORTDOCS%%%%DOCSDIR%%/fr/examples/diagram.dtd
+%%PORTDOCS%%%%DOCSDIR%%/fr/examples/shape.dtd
+%%PORTDOCS%%%%DOCSDIR%%/fr/examples/sheet.dtd
+%%PORTDOCS%%%%DOCSDIR%%/pl/examples/diagram.dtd
+%%PORTDOCS%%%%DOCSDIR%%/pl/examples/shape.dtd
+%%PORTDOCS%%%%DOCSDIR%%/pl/examples/sheet.dtd
+share/icons/hicolor/16x16/apps/dia.png
+share/icons/hicolor/22x22/apps/dia.png
+share/icons/hicolor/24x24/apps/dia.png
+share/icons/hicolor/32x32/apps/dia.png
+share/icons/hicolor/48x48/apps/dia.png
+share/icons/hicolor/scalable/apps/dia.svg
 share/locale/am/LC_MESSAGES/dia.mo
 share/locale/ar/LC_MESSAGES/dia.mo
+share/locale/ast/LC_MESSAGES/dia.mo
 share/locale/az/LC_MESSAGES/dia.mo
 share/locale/be/LC_MESSAGES/dia.mo
 share/locale/bg/LC_MESSAGES/dia.mo
@@ -1735,6 +1702,7 @@
 share/locale/el/LC_MESSAGES/dia.mo
 share/locale/en_CA/LC_MESSAGES/dia.mo
 share/locale/en_GB/LC_MESSAGES/dia.mo
+share/locale/eo/LC_MESSAGES/dia.mo
 share/locale/es/LC_MESSAGES/dia.mo
 share/locale/eu/LC_MESSAGES/dia.mo
 share/locale/fi/LC_MESSAGES/dia.mo
@@ -1748,8 +1716,8 @@
 share/locale/is/LC_MESSAGES/dia.mo
 share/locale/it/LC_MESSAGES/dia.mo
 share/locale/ja/LC_MESSAGES/dia.mo
+share/locale/kn/LC_MESSAGES/dia.mo
 share/locale/ko/LC_MESSAGES/dia.mo
-share/locale/kn/LC_MESSAGES/dia.mo
 share/locale/lt/LC_MESSAGES/dia.mo
 share/locale/lv/LC_MESSAGES/dia.mo
 share/locale/mk/LC_MESSAGES/dia.mo
@@ -1757,12 +1725,12 @@
 share/locale/mn/LC_MESSAGES/dia.mo
 share/locale/mr/LC_MESSAGES/dia.mo
 share/locale/ms/LC_MESSAGES/dia.mo
-share/locale/oc/LC_MESSAGES/dia.mo
-share/locale/or/LC_MESSAGES/dia.mo
 share/locale/nb/LC_MESSAGES/dia.mo
 share/locale/ne/LC_MESSAGES/dia.mo
 share/locale/nl/LC_MESSAGES/dia.mo
 share/locale/nn/LC_MESSAGES/dia.mo
+share/locale/oc/LC_MESSAGES/dia.mo
+share/locale/or/LC_MESSAGES/dia.mo
 share/locale/pa/LC_MESSAGES/dia.mo
 share/locale/pl/LC_MESSAGES/dia.mo
 share/locale/pt/LC_MESSAGES/dia.mo
@@ -1774,6 +1742,7 @@
 share/locale/sl/LC_MESSAGES/dia.mo
 share/locale/sq/LC_MESSAGES/dia.mo
 share/locale/sr/LC_MESSAGES/dia.mo
+share/locale/sr at latin/LC_MESSAGES/dia.mo
 share/locale/sr at Latn/LC_MESSAGES/dia.mo
 share/locale/sv/LC_MESSAGES/dia.mo
 share/locale/ta/LC_MESSAGES/dia.mo
@@ -1784,252 +1753,5 @@
 share/locale/zh_CN/LC_MESSAGES/dia.mo
 share/locale/zh_HK/LC_MESSAGES/dia.mo
 share/locale/zh_TW/LC_MESSAGES/dia.mo
-%%GNOME%%share/gnome/help/dia/en/dia.xml
-%%GNOME%%share/gnome/help/dia/en/authors.xml
-%%GNOME%%share/gnome/help/dia/en/dia-cmdline.xml
-%%GNOME%%share/gnome/help/dia/en/entities.xml
-%%GNOME%%share/gnome/help/dia/en/intro.xml
-%%GNOME%%share/gnome/help/dia/en/license.xml
-%%GNOME%%share/gnome/help/dia/en/usage-canvas.xml
-%%GNOME%%share/gnome/help/dia/en/usage-customization.xml
-%%GNOME%%share/gnome/help/dia/en/usage-layers.xml
-%%GNOME%%share/gnome/help/dia/en/usage-loadsave.xml
-%%GNOME%%share/gnome/help/dia/en/usage-objects-basic.xml
-%%GNOME%%share/gnome/help/dia/en/usage-objects-selecting.xml
-%%GNOME%%share/gnome/help/dia/en/usage-objects-special.xml
-%%GNOME%%share/gnome/help/dia/en/usage-objects.xml
-%%GNOME%%share/gnome/help/dia/en/usage-quickstart.xml
-%%GNOME%%share/gnome/help/dia/en/custom-shapes.xml
-%%GNOME%%share/gnome/help/dia/en/dia-1.xml
-%%GNOME%%share/gnome/help/dia/en/graphics/adjacent.png
-%%GNOME%%share/gnome/help/dia/en/graphics/after-hor-spread.png
-%%GNOME%%share/gnome/help/dia/en/graphics/after-vert-spread.png
-%%GNOME%%share/gnome/help/dia/en/graphics/align-bottom.png
-%%GNOME%%share/gnome/help/dia/en/graphics/align-center.png
-%%GNOME%%share/gnome/help/dia/en/graphics/align-left.png
-%%GNOME%%share/gnome/help/dia/en/graphics/align-menu.png
-%%GNOME%%share/gnome/help/dia/en/graphics/align-middle.png
-%%GNOME%%share/gnome/help/dia/en/graphics/align-right.png
-%%GNOME%%share/gnome/help/dia/en/graphics/align-top.png
-%%GNOME%%share/gnome/help/dia/en/graphics/arrow-style.png
-%%GNOME%%share/gnome/help/dia/en/graphics/assorted-shapes.png
-%%GNOME%%share/gnome/help/dia/en/graphics/before-hor-spread.png
-%%GNOME%%share/gnome/help/dia/en/graphics/before-left.png
-%%GNOME%%share/gnome/help/dia/en/graphics/before-top.png
-%%GNOME%%share/gnome/help/dia/en/graphics/before-vert-spread.png
-%%GNOME%%share/gnome/help/dia/en/graphics/bezierline-rightclick.png
-%%GNOME%%share/gnome/help/dia/en/graphics/stacked.png
-%%GNOME%%share/gnome/help/dia/en/graphics/canvas-zoom.png
-%%GNOME%%share/gnome/help/dia/en/graphics/cisco-computer-shapes.png
-%%GNOME%%share/gnome/help/dia/en/graphics/cisco-misc-shapes.png
-%%GNOME%%share/gnome/help/dia/en/graphics/cisco-network-shapes.png
-%%GNOME%%share/gnome/help/dia/en/graphics/cisco-switch-shapes.png
-%%GNOME%%share/gnome/help/dia/en/graphics/cisco-telephony-shapes.png
-%%GNOME%%share/gnome/help/dia/en/graphics/color-dropdown.png
-%%GNOME%%share/gnome/help/dia/en/graphics/color-selector1.png
-%%GNOME%%share/gnome/help/dia/en/graphics/color_selector.png
-%%GNOME%%share/gnome/help/dia/en/graphics/connect-fixed.png
-%%GNOME%%share/gnome/help/dia/en/graphics/connect-middle.png
-%%GNOME%%share/gnome/help/dia/en/graphics/default-colors.png
-%%GNOME%%share/gnome/help/dia/en/graphics/defaults-box.png
-%%GNOME%%share/gnome/help/dia/en/graphics/defaults-text.png
-%%GNOME%%share/gnome/help/dia/en/graphics/delete-text.png
-%%GNOME%%share/gnome/help/dia/en/graphics/dia-startup.png
-%%GNOME%%share/gnome/help/dia/en/graphics/diagram-properties-grid.png
-%%GNOME%%share/gnome/help/dia/en/graphics/diagram-properties.png
-%%GNOME%%share/gnome/help/dia/en/graphics/diagram-tree-sort.png
-%%GNOME%%share/gnome/help/dia/en/graphics/diagram-tree.png
-%%GNOME%%share/gnome/help/dia/en/graphics/edit-text.png
-%%GNOME%%share/gnome/help/dia/en/graphics/file-preferences-diagram.png
-%%GNOME%%share/gnome/help/dia/en/graphics/file-preferences-favorites.png
-%%GNOME%%share/gnome/help/dia/en/graphics/file-preferences-tree.png
-%%GNOME%%share/gnome/help/dia/en/graphics/file-preferences-ui.png
-%%GNOME%%share/gnome/help/dia/en/graphics/file-preferences-view.png
-%%GNOME%%share/gnome/help/dia/en/graphics/flowchart-shapes.png
-%%GNOME%%share/gnome/help/dia/en/graphics/greendots.png
-%%GNOME%%share/gnome/help/dia/en/graphics/home_network.png
-%%GNOME%%share/gnome/help/dia/en/graphics/line-arrows.png
-%%GNOME%%share/gnome/help/dia/en/graphics/line-buttons.png
-%%GNOME%%share/gnome/help/dia/en/graphics/line-colors.png
-%%GNOME%%share/gnome/help/dia/en/graphics/line-connect.png
-%%GNOME%%share/gnome/help/dia/en/graphics/line-styles.png
-%%GNOME%%share/gnome/help/dia/en/graphics/line-handles.png
-%%GNOME%%share/gnome/help/dia/en/graphics/line-width.png
-%%GNOME%%share/gnome/help/dia/en/graphics/line_icon.png
-%%GNOME%%share/gnome/help/dia/en/graphics/line_props.png
-%%GNOME%%share/gnome/help/dia/en/graphics/misc-shapes.png
-%%GNOME%%share/gnome/help/dia/en/graphics/network-shapes.png
-%%GNOME%%share/gnome/help/dia/en/graphics/object-group.png
-%%GNOME%%share/gnome/help/dia/en/graphics/polyline-rightclick.png
-%%GNOME%%share/gnome/help/dia/en/graphics/preferences-gridlines.png
-%%GNOME%%share/gnome/help/dia/en/graphics/preferences_fig.png
-%%GNOME%%share/gnome/help/dia/en/graphics/properties-uml-class1.png
-%%GNOME%%share/gnome/help/dia/en/graphics/reverse-colors.png
-%%GNOME%%share/gnome/help/dia/en/graphics/ruler-arrows.png
-%%GNOME%%share/gnome/help/dia/en/graphics/sample-flowchart.png
-%%GNOME%%share/gnome/help/dia/en/graphics/select-area.png
-%%GNOME%%share/gnome/help/dia/en/graphics/select-menu.png
-%%GNOME%%share/gnome/help/dia/en/graphics/selected-object.png
-%%GNOME%%share/gnome/help/dia/en/graphics/sheets-objects.png
-%%GNOME%%share/gnome/help/dia/en/graphics/snaptogrid-button.png
-%%GNOME%%share/gnome/help/dia/en/graphics/standard-line-properties.png
-%%GNOME%%share/gnome/help/dia/en/graphics/toolbox-basic.png
-%%GNOME%%share/gnome/help/dia/en/graphics/toolbox-image.png
-%%GNOME%%share/gnome/help/dia/en/graphics/toolbox-lower.png
-%%GNOME%%share/gnome/help/dia/en/graphics/toolbox-magnify.png
-%%GNOME%%share/gnome/help/dia/en/graphics/toolbox-modify.png
-%%GNOME%%share/gnome/help/dia/en/graphics/toolbox-scroll.png
-%%GNOME%%share/gnome/help/dia/en/graphics/toolbox-special.png
-%%GNOME%%share/gnome/help/dia/en/graphics/toolbox.png
-%%GNOME%%share/gnome/help/dia/en/graphics/uml-shapes.png
-%%GNOME%%share/gnome/help/dia/en/graphics/view-menu.png
-%%GNOME%%share/gnome/help/dia/en/graphics/view-zoom.png
-%%GNOME%%share/gnome/help/dia/en/graphics/zigzagline-rightclick.png
-%%GNOME%%share/gnome/help/dia/fr/dia.xml
-%%GNOME%%share/gnome/help/dia/fr/authors.xml
-%%GNOME%%share/gnome/help/dia/fr/entities.xml
-%%GNOME%%share/gnome/help/dia/fr/intro.xml
-%%GNOME%%share/gnome/help/dia/fr/license.xml
-%%GNOME%%share/gnome/help/dia/fr/usage-canvas.xml
-%%GNOME%%share/gnome/help/dia/fr/usage-customization.xml
-%%GNOME%%share/gnome/help/dia/fr/usage-layers.xml
-%%GNOME%%share/gnome/help/dia/fr/usage-loadsave.xml
-%%GNOME%%share/gnome/help/dia/fr/usage-objects-basic.xml
-%%GNOME%%share/gnome/help/dia/fr/usage-objects-selecting.xml
-%%GNOME%%share/gnome/help/dia/fr/usage-objects-special.xml
-%%GNOME%%share/gnome/help/dia/fr/usage-objects.xml
-%%GNOME%%share/gnome/help/dia/fr/usage-quickstart.xml
-%%GNOME%%share/gnome/help/dia/fr/custom-shapes.xml
-%%GNOME%%share/gnome/help/dia/fr/dia-cmdline.xml
-%%GNOME%%share/gnome/help/dia/fr/dia-1.xml
-%%GNOME%%share/gnome/help/dia/fr/graphics/color_selector.png
-%%GNOME%%share/gnome/help/dia/fr/graphics/greendots.png
-%%GNOME%%share/gnome/help/dia/fr/graphics/home_network.png
-%%GNOME%%share/gnome/help/dia/fr/graphics/line_icon.png
-%%GNOME%%share/gnome/help/dia/fr/graphics/line_props.png
-%%GNOME%%share/gnome/help/dia/fr/graphics/preferences_fig.png
-%%GNOME%%share/gnome/help/dia/eu/dia.xml
-%%GNOME%%share/gnome/help/dia/eu/authors.xml
-%%GNOME%%share/gnome/help/dia/eu/entities.xml
-%%GNOME%%share/gnome/help/dia/eu/intro.xml
-%%GNOME%%share/gnome/help/dia/eu/license.xml
-%%GNOME%%share/gnome/help/dia/eu/usage-canvas.xml
-%%GNOME%%share/gnome/help/dia/eu/usage-customization.xml
-%%GNOME%%share/gnome/help/dia/eu/usage-layers.xml
-%%GNOME%%share/gnome/help/dia/eu/usage-loadsave.xml
-%%GNOME%%share/gnome/help/dia/eu/usage-objects-basic.xml
-%%GNOME%%share/gnome/help/dia/eu/usage-objects-selecting.xml
-%%GNOME%%share/gnome/help/dia/eu/usage-objects-special.xml
-%%GNOME%%share/gnome/help/dia/eu/usage-objects.xml
-%%GNOME%%share/gnome/help/dia/eu/usage-quickstart.xml
-%%GNOME%%share/gnome/help/dia/eu/graphics/greendots.png
-%%GNOME%%share/gnome/help/dia/eu/graphics/home_network.png
-%%GNOME%%share/gnome/help/dia/eu/graphics/line_icon.png
-%%GNOME%%share/gnome/help/dia/eu/graphics/line_props.png
-%%GNOME%%share/gnome/help/dia/pl/dia.xml
-%%GNOME%%share/gnome/help/dia/pl/authors.xml
-%%GNOME%%share/gnome/help/dia/pl/intro.xml
-%%GNOME%%share/gnome/help/dia/pl/license.xml
-%%GNOME%%share/gnome/help/dia/pl/usage-canvas.xml
-%%GNOME%%share/gnome/help/dia/pl/usage-customization.xml
-%%GNOME%%share/gnome/help/dia/pl/usage-layers.xml
-%%GNOME%%share/gnome/help/dia/pl/usage-loadsave.xml
-%%GNOME%%share/gnome/help/dia/pl/usage-objects-selecting.xml
-%%GNOME%%share/gnome/help/dia/pl/usage-objects-special.xml
-%%GNOME%%share/gnome/help/dia/pl/usage-objects.xml
-%%GNOME%%share/gnome/help/dia/pl/usage-quickstart.xml
-%%GNOME%%share/gnome/help/dia/pl/graphics/greendots.png
-%%GNOME%%share/gnome/help/dia/pl/graphics/home_network.png
-%%GNOME%%share/gnome/help/dia/pl/graphics/line_props.png
-%%GNOME%%share/gnome/help/dia/C
-%%GNOME%%share/omf/dia/dia-C.omf
-%%GNOME%%share/omf/dia/dia-fr.omf
-%%GNOME%%share/omf/dia/dia-eu.omf
-%%GNOME%%share/omf/dia/dia-pl.omf
-%%PORTDOCS%%%%DOCSDIR%%/en/examples/shape.dtd
-%%PORTDOCS%%%%DOCSDIR%%/en/examples/diagram.dtd
-%%PORTDOCS%%%%DOCSDIR%%/en/examples/sheet.dtd
-%%PORTDOCS%%%%DOCSDIR%%/fr/examples/shape.dtd
-%%PORTDOCS%%%%DOCSDIR%%/fr/examples/diagram.dtd
-%%PORTDOCS%%%%DOCSDIR%%/fr/examples/sheet.dtd
-%%PORTDOCS%%%%DOCSDIR%%/eu/examples/shape.dtd
-%%PORTDOCS%%%%DOCSDIR%%/eu/examples/diagram.dtd
-%%PORTDOCS%%%%DOCSDIR%%/eu/examples/sheet.dtd
-%%PORTDOCS%%%%DOCSDIR%%/pl/examples/shape.dtd
-%%PORTDOCS%%%%DOCSDIR%%/pl/examples/diagram.dtd
-%%PORTDOCS%%%%DOCSDIR%%/pl/examples/sheet.dtd
-share/icons/hicolor/16x16/apps/dia.png
-share/icons/hicolor/22x22/apps/dia.png
-share/icons/hicolor/24x24/apps/dia.png
-share/icons/hicolor/32x32/apps/dia.png
-share/icons/hicolor/48x48/apps/dia.png
-share/icons/hicolor/scalable/apps/dia.svg
-%%GNOME%%@dirrm share/gnome/help/dia/en/graphics
-%%GNOME%%@dirrm share/gnome/help/dia/en
-%%GNOME%%@dirrm share/gnome/help/dia/fr/graphics
-%%GNOME%%@dirrm share/gnome/help/dia/fr
-%%GNOME%%@dirrm share/gnome/help/dia/eu/graphics
-%%GNOME%%@dirrm share/gnome/help/dia/eu
-%%GNOME%%@dirrm share/gnome/help/dia/pl/graphics
-%%GNOME%%@dirrm share/gnome/help/dia/pl
-%%GNOME%%@dirrm share/gnome/help/dia
-%%GNOME%%@dirrm share/omf/dia
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/examples
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/eu/examples
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/eu
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/fr/examples
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/fr
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pl/examples
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pl
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
- at dirrm share/dia/xslt
- at dirrm share/dia/ui
- at dirrm share/dia/sheets/UML
- at dirrm share/dia/sheets/SISSI
- at dirrm share/dia/sheets/KAOS
- at dirrm share/dia/sheets/Jackson
- at dirrm share/dia/sheets/Istar
- at dirrm share/dia/sheets/GRAFCET
- at dirrm share/dia/sheets/ER
- at dirrm share/dia/sheets
- at dirrm share/dia/shapes/sybase
- at dirrm share/dia/shapes/jigsaw
- at dirrm share/dia/shapes/SDL
- at dirrm share/dia/shapes/RDP
- at dirrm share/dia/shapes/Pneumatic
- at dirrm share/dia/shapes/Network
- at dirrm share/dia/shapes/Misc
- at dirrm share/dia/shapes/Map/Isometric
- at dirrm share/dia/shapes/Map
- at dirrm share/dia/shapes/MSE
- at dirrm share/dia/shapes/Logic
- at dirrm share/dia/shapes/Lights
- at dirrm share/dia/shapes/Gane_and_Sarson
- at dirrm share/dia/shapes/Flowchart
- at dirrm share/dia/shapes/Electric
- at dirrm share/dia/shapes/Cybernetics
- at dirrm share/dia/shapes/Contact
- at dirrm share/dia/shapes/Civil
- at dirrm share/dia/shapes/Cisco
- at dirrm share/dia/shapes/Circuit
- at dirrm share/dia/shapes/ChemEng
- at dirrm share/dia/shapes/BPMN
- at dirrm share/dia/shapes/Assorted
- at dirrm share/dia/shapes
-%%PYTHON%%@dirrm share/dia/python
- at dirrm share/dia
- at dirrm lib/dia
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at dirrmtry share/locale/zh_HK/LC_MESSAGES
- at dirrmtry share/locale/zh_HK
- at dirrmtry share/locale/rw/LC_MESSAGES
- at dirrmtry share/locale/rw
- at dirrmtry share/locale/oc/LC_MESSAGES
- at dirrmtry share/locale/oc
- at dirrmtry share/locale/mr/LC_MESSAGES
- at dirrmtry share/locale/mr
- at dirrmtry share/locale/dz/LC_MESSAGES
- at dirrmtry share/locale/dz
- at dirrmtry share/applications
+share/mime-info/dia.keys
+share/mime-info/dia.mime


Property changes on: trunk/graphics/dia/pkg-plist
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list