View | Details | Raw Unified | Return to bug 252308
Collapse All | Expand All

(-)science/v_sim/Makefile (-42 / +49 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	v_sim
4
PORTNAME=	v_sim
5
PORTVERSION=	3.7.2
5
PORTVERSION=	3.8.0
6
PORTREVISION=	12
7
CATEGORIES=	science
6
CATEGORIES=	science
8
MASTER_SITES=	http://inac.cea.fr/sp2m/L_Sim/V_Sim/download/
7
MASTER_SITES=	https://gitlab.com/l_sim/${PORTNAME}/-/archive/${PORTVERSION}/
9
8
10
MAINTAINER=	thierry@FreeBSD.org
9
MAINTAINER=	thierry@FreeBSD.org
11
COMMENT=	Visualization of atomic structures
10
COMMENT=	Visualization of atomic structures
Lines 15-40 Link Here
15
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
16
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
15
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
17
16
17
BUILD_DEPENDS=	p5-XML-LibXML>0:textproc/p5-XML-LibXML	\
18
		libarchive>0:archivers/libarchive	\
19
		xcrysden:science/xcrysden	\
20
		bash:shells/bash
18
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig	\
21
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig	\
22
		libopenbabel.so:science/openbabel	\
19
		libfreetype.so:print/freetype2	\
23
		libfreetype.so:print/freetype2	\
20
		libftgl.so:graphics/ftgl
24
		libyaml.so:textproc/libyaml	\
25
		libnetcdf.so:science/netcdf	\
26
		libmsym.so:science/libmsym	\
27
		libftgl.so:graphics/ftgl	\
28
		libxc.so:science/libxc
29
RUN_DEPENDS=	${PYNUMPY}	\
30
		xcrysden:science/xcrysden	\
31
		libarchive>0:archivers/libarchive	\
32
		${PYTHON_PKGNAMEPREFIX}gobject3>0:devel/py-gobject3@${PY_FLAVOR} \
33
		${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}
21
34
22
USES=		compiler:c11 fortran gl gmake gnome libtool localbase:ldflags \
35
USES=		autoreconf blaslapack compiler:c11 fortran gl gmake gnome	\
23
		pkgconfig tar:bzip2 xorg
36
		libtool:keepla localbase:ldflags pkgconfig python:3.6+		\
37
		shebangfix tar:bzip2 xorg
38
SHEBANG_GLOB=	*.py
24
USE_XORG=	x11
39
USE_XORG=	x11
25
USE_GNOME=	gtk20 intltool cairo
40
USE_GNOME=	cairo gtk30 intltool introspection
26
USE_GL=		gl glu
41
USE_GL=		gl glu
27
GNU_CONFIGURE=	yes
42
GNU_CONFIGURE=	yes
28
CONFIGURE_ARGS=	--disable-gtk-doc --with-html-dir=${PREFIX}/share/doc --disable-python-module
43
CONFIGURE_SHELL=${LOCALBASE}/bin/bash
44
CONFIGURE_ARGS=	--htmldir=${PREFIX}/share/doc --with-openbabel		\
45
		--with-netcdf=${LOCALBASE} --with-etsf-file-format	\
46
		--with-xsf --with-cube --with-msym=${LOCALBASE}		\
47
		--with-msym-inc=-I${LOCALBASE}/include/libmsym		\
48
		--with-libxc=${LOCALBASE} --enable-python-module
29
CPPFLAGS+=	${CFLAGS}
49
CPPFLAGS+=	${CFLAGS}
30
USE_LDCONFIG=	yes
50
USE_LDCONFIG=	yes
31
INSTALLS_ICONS=	yes
51
INSTALLS_ICONS=	yes
32
INSTALL_TARGET=	install-strip
33
52
34
OPTIONS_DEFINE=	DOCS NLS EXAMPLES
53
OPTIONS_DEFINE=	DOCS NLS EXAMPLES
35
54
55
.if defined(WITH_DEBUG)
56
CONFIGURE_ARGS+=--enable-debug-messages
57
.endif
58
36
.include <bsd.port.options.mk>
59
.include <bsd.port.options.mk>
37
60
61
.if ${ARCH:Mamd64*}
62
BUILD_DEPENDS+=	abinit:science/abinit
63
RUN_DEPENDS+=	abinit:science/abinit
64
CONFIGURE_ARGS+=--with-abinit
65
.endif
66
38
.if ${PORT_OPTIONS:MNLS}
67
.if ${PORT_OPTIONS:MNLS}
39
USES+=		gettext
68
USES+=		gettext
40
PLIST_SUB+=	NLS=""
69
PLIST_SUB+=	NLS=""
Lines 43-87 Link Here
43
PLIST_SUB+=	NLS="@comment "
72
PLIST_SUB+=	NLS="@comment "
44
.endif
73
.endif
45
74
46
.if !defined(WITHOUT_CDF)
47
LIB_DEPENDS+=	libnetcdf.so:science/netcdf
48
CONFIGURE_ARGS+=--with-netcdf=${LOCALBASE}
49
PLIST_SUB+=	CDF=""
50
.else
51
CONFIGURE_ARGS+=--without-netcdf
52
PLIST_SUB+=	CDF="@comment "
53
.endif
54
55
.if !defined(WITHOUT_BABEL)
56
LIB_DEPENDS+=	libopenbabel.so:science/openbabel
57
CONFIGURE_ARGS+=--with-openbabel
58
PLIST_SUB+=	BABEL=""
59
.else
60
CONFIGURE_ARGS+=--without-openbabel
61
PLIST_SUB+=	BABEL="@comment "
62
.endif
63
64
pre-configure:
75
pre-configure:
65
	@${REINPLACE_CMD} -e 's|$$datadir/doc/$$PACKAGE/examples|${EXAMPLESDIR}|'	\
76
	${REINPLACE_CMD} -e 's|$${docdir}/examples|${EXAMPLESDIR}|'	\
66
		-e 's| CFLAGS="-O2"|#CFLAGS="-O2"|;s|Werror ansi pedantic-errors||'	\
77
		${WRKSRC}/configure.ac
67
		-e 's| FCFLAGS="-O2"|FCFLAGS=${FFLAGS}|;s|$${docdir}/examples|${EXAMPLESDIR}|'	\
78
	${REINPLACE_CMD} -e 's|print sys.prefix|print (sys.prefix)|'	\
68
		${WRKSRC}/${CONFIGURE_SCRIPT}
79
		-e 's|print sys.exec_prefix|print (sys.exec_prefix)|'	\
80
		${WRKSRC}/m4/python.m4
69
81
70
pre-configure-NLS-off:
82
pre-configure-NLS-off:
71
	@${REINPLACE_CMD} -e '/^	po /d'	\
83
	${REINPLACE_CMD} -e '/^	po /d' ${WRKSRC}/Makefile.am
72
		${WRKSRC}/Makefile.in
73
84
74
pre-configure-DOCS-off:
85
pre-configure-DOCS-off:
75
	@${REINPLACE_CMD} -e '/^	Documentation/d'	\
86
	${REINPLACE_CMD} -e '/^	Documentation/d' ${WRKSRC}/Makefile.am
76
		${WRKSRC}/Makefile.in
77
87
78
pre-configure-EXAMPLES-off:
88
pre-configure-EXAMPLES-off:
79
	@${REINPLACE_CMD} -e '/^	examples/d'	\
89
	${REINPLACE_CMD} -e '/^	examples/d'	\
80
		${WRKSRC}/Makefile.in
90
		${WRKSRC}/Makefile.am
81
	@${FIND} ${WRKSRC}/lib/plug-ins -name Makefile.in | ${XARGS} \
91
	${REINPLACE_CMD} -e 's|: install-v_simexamplesDATA|:|'	\
82
		${REINPLACE_CMD} -e	\
92
		${WRKSRC}/lib/python/Makefile.am
83
		's|install-v_simexamplesDATA install-v_simpixmapsDATA|install-v_simpixmapsDATA|'
84
	@${REINPLACE_CMD} -e 's|: install-v_simexamplesDATA|:|'	\
85
		${WRKSRC}/lib/python/Makefile.in
86
93
87
.include <bsd.port.mk>
94
.include <bsd.port.mk>
(-)science/v_sim/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (v_sim-3.7.2.tar.bz2) = 9212e6321d8ad8188529b9fab543268489e2f37d96e3ae55fa90d47d8ba4e70c
1
TIMESTAMP = 1608928526
2
SIZE (v_sim-3.7.2.tar.bz2) = 3103269
2
SHA256 (v_sim-3.8.0.tar.bz2) = af23f0eac641017d0ce52d92f83a8bca8f07776c4fac40b1970f073d88096f1f
3
SIZE (v_sim-3.8.0.tar.bz2) = 5957293
(-)science/v_sim/files/patch-Documentation_reference_Makefile.am (+34 lines)
Line 0 Link Here
1
--- Documentation/reference/Makefile.am.orig	2020-07-07 14:26:13 UTC
2
+++ Documentation/reference/Makefile.am
3
@@ -81,11 +81,11 @@ GTKDOC_LIBS= \
4
 	@GTKS_LIBS@ @GLU_LIBS@ @EXTRA_LDFLAGS@ @EXTRA_LIBS@
5
 
6
 # This includes the standard gtk-doc make rules, copied by gtkdocize.
7
-include $(srcdir)/gtk-doc.make
8
+#include $(srcdir)/gtk-doc.make
9
 
10
 # Other files to distribute
11
 # e.g. EXTRA_DIST += version.xml.in
12
-EXTRA_DIST += version.in
13
+EXTRA_DIST = version.in
14
 
15
 # Files not to distribute
16
 # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
17
@@ -93,11 +93,11 @@ EXTRA_DIST += version.in
18
 DISTCLEANFILES = $(DOC_MODULE).types $(DOC_MODULE)-sections.txt
19
 
20
 # Comment this out if you want your docs-status tested during 'make check'
21
-if ENABLE_GTK_DOC
22
-TESTS_ENVIRONMENT = \
23
-  DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
24
-  SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)
25
-TESTS = $(GTKDOC_CHECK)
26
-endif
27
+#if ENABLE_GTK_DOC
28
+#TESTS_ENVIRONMENT = \
29
+#  DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
30
+#  SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)
31
+#TESTS = $(GTKDOC_CHECK)
32
+#endif
33
 
34
 #-include $(top_srcdir)/git.mk
(-)science/v_sim/files/patch-configure.ac (+61 lines)
Line 0 Link Here
1
--- configure.ac.orig	2020-07-07 14:26:13 UTC
2
+++ configure.ac
3
@@ -244,7 +244,7 @@ AC_ARG_ENABLE(python-module, AS_HELP_STRING([--enable-
4
 if test -n "$enable_python" -a "$enable_python" != "no" ; then
5
   AM_PATH_PYTHON(2.3.5)
6
   AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
7
-  py_prefix=`$PYTHON -c "import sys; print sys.prefix"`
8
+  py_prefix=`$PYTHON -c "import sys; print (sys.prefix)"`
9
   PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}"
10
 
11
   PKG_CHECK_MODULES(PYGTK, pygobject-2.0 pygtk-2.0, [have_pygtk=yes], [have_pygtk=no])
12
@@ -269,7 +269,6 @@ if test "$with_debug_messages" = "yes" ; then
13
 fi
14
 
15
 dnl Building the doc
16
-GTK_DOC_CHECK([1.3])
17
 
18
 
19
 dnl Test for plug-ins compilation
20
@@ -423,9 +422,9 @@ if test "x$enable_introspection" = "xyes" ; then
21
   dnl Add Python support for the PythonGI plug-in.
22
   AM_PATH_PYTHON(2.3)
23
   AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
24
-  PYTHON_INCLUDES="`python-config --cflags`"
25
+  PYTHON_INCLUDES="`${PYTHON}-config --cflags`"
26
   AC_SUBST(PYTHON_INCLUDES)
27
-  PYTHON_LIBS="`python-config --libs`"
28
+  PYTHON_LIBS="`${PYTHON}-config --libs`"
29
   AC_SUBST(PYTHON_LIBS)
30
 
31
   AC_MSG_CHECKING(for pygobject overrides directory)
32
@@ -434,9 +433,10 @@ if test "x$enable_introspection" = "xyes" ; then
33
   if test "x$overrides_dir" = "x" ; then
34
     overrides_dir="${pyexecdir}/gi/overrides"
35
   fi
36
-  if ! test -w $overrides_dir ; then
37
-    overrides_dir=${libdir}/python$PYTHON_VERSION/dist-packages/gi/overrides
38
-  fi
39
+  # Do not test -w $overrides_dir to allow build as non-root
40
+  #if ! test -w $overrides_dir ; then
41
+  #  overrides_dir=${libdir}/python$PYTHON_VERSION/dist-packages/gi/overrides
42
+  #fi
43
   AC_MSG_RESULT($overrides_dir)
44
 else
45
   overrides_dir=${libdir}/python$PYTHON_VERSION/dist-packages/gi/overrides
46
@@ -446,12 +446,12 @@ AM_CONDITIONAL([WITH_GOBJECT_INTROSPECTION], [test "x$
47
 dnl AC_PROG_CC set the CC variable and detect if we use the GNU compiler
48
 dnl We now append some various CFLAGS depending on platform and choice
49
 dnl of the user.
50
-AC_ARG_WITH(strict-cflags, AS_HELP_STRING([--with-strict-cflags], [if set or absent some correctness cflags are appended to the CFLAGS variable. Appended values dependent on the platform and code branch (default on Unix for development is Wall Wno-unused W Werror ansi pedantic-errors).]), [STRICT_CFLAGS=$withval], [STRICT_CFLAGS="no"])
51
+AC_ARG_WITH(strict-cflags, AS_HELP_STRING([--with-strict-cflags], [if set or absent some correctness cflags are appended to the CFLAGS variable. Appended values dependent on the platform and code branch (default on Unix for development is Wall Wno-unused W ansi ).]), [STRICT_CFLAGS=$withval], [STRICT_CFLAGS="no"])
52
 flags='Wall W ansi'
53
 flags_cpp='Wall W ansi'
54
 if test "$GCC" = "yes" -a "$STRICT_CFLAGS" = "yes"; then
55
-  flags=$flags' Werror Wpedantic std=c99'
56
-  flags_cpp=$flags_cpp' Werror Wpedantic'
57
+  flags=$flags' std=c99'
58
+  flags_cpp=$flags_cpp' '
59
 fi
60
 for fl in $flags ; do
61
   case " $CFLAGS " in
(-)science/v_sim/files/patch-lib_plug-ins_Makefile.in (-10 lines)
Lines 1-10 Link Here
1
--- lib/plug-ins/Makefile.in.orig	2014-04-09 09:37:31.000000000 +0200
2
+++ lib/plug-ins/Makefile.in	2014-04-24 23:23:33.000000000 +0200
3
@@ -341,7 +341,6 @@
4
 	xsf \
5
 	cube \
6
 	abinit \
7
-	python-gi \
8
 	archives \
9
 	bigdft
10
 
(-)science/v_sim/files/patch-lib_plug-ins_abinit_ab__symmetry.c (+59 lines)
Line 0 Link Here
1
--- lib/plug-ins/abinit/ab_symmetry.c.orig	2020-07-07 14:26:13 UTC
2
+++ lib/plug-ins/abinit/ab_symmetry.c
3
@@ -458,7 +458,7 @@ gpointer startThreadSymmetry(gpointer data _U_)
4
   char *spGrp;
5
   double box[3][3], genAfm[3], *xred;
6
   int i, *typat, grpId, grpMagnId;
7
-  AbError errno;
8
+  AbError error;
9
   VisuNodeArrayIter iter;
10
 
11
   AbinitData *dt;
12
@@ -492,13 +492,13 @@ gpointer startThreadSymmetry(gpointer data _U_)
13
   /* Ask for the calculation of the symmetries. */
14
   DBG_fprintf(stderr, "AB symmetry(%p): Ready to get symmetries from ABINIT.\n",
15
               (gpointer)g_thread_self());
16
-  errno = ab_symmetry_get_group(dt->sym, &spGrp, &grpId,
17
+  error = ab_symmetry_get_group(dt->sym, &spGrp, &grpId,
18
 				 &grpMagnId, genAfm);
19
   DBG_fprintf(stderr, "AB symmetry(%p): return from ABINIT (%d).\n",
20
-              (gpointer)g_thread_self(), errno);
21
-  if (errno == AB_NO_ERROR || errno == AB_ERROR_SYM_BRAVAIS_XRED)
22
+              (gpointer)g_thread_self(), error);
23
+  if (error == AB_NO_ERROR || errno == AB_ERROR_SYM_BRAVAIS_XRED)
24
     g_free(spGrp);
25
-  else if (errno != AB_ERROR_SYM_NOT_PRIMITIVE)
26
+  else if (error != AB_ERROR_SYM_NOT_PRIMITIVE)
27
     dt->error = g_error_new(TOOL_FILE_FORMAT_ERROR, TOOL_FILE_FORMAT_ERROR_METHOD,
28
                             "An error occured in ABINIT plug-in.");
29
   abinit_mutexUnlock();
30
@@ -517,7 +517,7 @@ static void updateSymmetries(VisuData *dataObj, gdoubl
31
   gchar *bravais[7] = {"triclinic", "monoclinic", "orthorhombic",
32
 		       "tetragonal", "trigonal", "hexagonal", "cubic"};
33
   gchar *center[7] = {"F", "F", "I", "P", "A", "B", "C"};
34
-  AbError errno;
35
+  AbError error;
36
 #ifdef G_THREADS_ENABLED
37
   GThread *ld_thread;
38
 #endif
39
@@ -571,9 +571,9 @@ static void updateSymmetries(VisuData *dataObj, gdoubl
40
 
41
 	  /* We get then the space group. */
42
           DBG_fprintf(stderr, "AB symmetry: get group.\n");
43
-	  errno = ab_symmetry_get_group(sym, &spGrp, &grpId,
44
+	  error = ab_symmetry_get_group(sym, &spGrp, &grpId,
45
 					 &grpMagnId, genAfm);
46
-	  if (errno == AB_NO_ERROR || errno == AB_ERROR_SYM_BRAVAIS_XRED)
47
+	  if (error == AB_NO_ERROR || errno == AB_ERROR_SYM_BRAVAIS_XRED)
48
 	    {
49
 	      str = g_strdup_printf("%s (#%d)", spGrp, grpId);
50
 	      gtk_label_set_text(GTK_LABEL(lblSymId), str);
51
@@ -629,7 +629,7 @@ static void updateSymmetries(VisuData *dataObj, gdoubl
52
 
53
 	  /* If the bravais lattice doesn't match with the xred bravais
54
 	     lattice, we print a message. */
55
-	  if (errno == AB_ERROR_SYM_BRAVAIS_XRED)
56
+	  if (error == AB_ERROR_SYM_BRAVAIS_XRED)
57
 	    gtk_widget_show(lblSymWarning);
58
 	  else
59
 	    gtk_widget_hide(lblSymWarning);
(-)science/v_sim/files/patch-m4_libxc.m4 (+22 lines)
Line 0 Link Here
1
--- m4/libxc.m4.orig	2020-07-07 14:26:13 UTC
2
+++ m4/libxc.m4
3
@@ -57,17 +57,13 @@ AC_DEFUN([AC_CHECK_LIBXC],
4
 
5
   LIBS="$LIBS -lxc"
6
    AC_MSG_CHECKING([for LIBXC library])
7
-   AC_LINK_IFELSE([[
8
-program main
9
-
10
-  call xc_f90_family_from_id()
11
-end]], ac_libxc_ok=yes, ac_libxc_ok=no)
12
+   ac_libxc_ok=yes
13
    AC_MSG_RESULT([$ac_libxc_ok])
14
    LIBS="$LIBS_SVG"
15
    LDFLAGS="$LDFLAGS_SVG"
16
    FCFLAGS="$FCFLAGS_SVG"
17
    if test "$ac_libxc_ok" = "yes"; then
18
-      LIBXC_LIBS="-lxc"
19
+      LIBXC_LIBS="-lxc -lxcf90"
20
       AS_IF([test -n "$LIBXC_PATH_LIBDIR"], [LIBXC_LIBS="-L$LIBXC_PATH_LIBDIR $LIBXC_LIBS"])
21
       AC_SUBST([LIBXC_LIBS])
22
    fi
(-)science/v_sim/files/patch-src_coreTools_atoms__yaml.c (+22 lines)
Line 0 Link Here
1
--- src/coreTools/atoms_yaml.c.orig	2020-07-07 14:26:13 UTC
2
+++ src/coreTools/atoms_yaml.c
3
@@ -1270,19 +1270,7 @@ static int posinp_yaml_forces(yaml_parser_t *parser, P
4
 
5
   return done;
6
 }
7
-#if SYSTEM_X11 == 1
8
-static char* strdup(const char *src)
9
-{
10
-  char *dest;
11
-  size_t ln;
12
 
13
-  ln = strlen(src);
14
-  dest = malloc(sizeof(char) * (ln + 1));
15
-  memcpy(dest, src, sizeof(char) * ln);
16
-  dest[ln] = '\0';
17
-  return dest;
18
-}
19
-#endif
20
 static int posinp_yaml_external_potential(const PosinpDict *dict, PosinpAtoms *atoms, char **message)
21
 {
22
   int done;
(-)science/v_sim/pkg-descr (-1 / +1 lines)
Lines 6-9 Link Here
6
type of fog... Much of it is detailled in the user guide. Moreover V_Sim allows
6
type of fog... Much of it is detailled in the user guide. Moreover V_Sim allows
7
to export the view as image in GIF, PS or more formats.
7
to export the view as image in GIF, PS or more formats.
8
8
9
WWW: http://inac.cea.fr/L_Sim/V_Sim/
9
WWW: https://gitlab.com/l_sim/v_sim
(-)science/v_sim/pkg-plist (-156 / +72 lines)
Lines 1-171 Link Here
1
bin/v_sim
1
bin/v_sim
2
lib/girepository-1.0/v_sim-3.8.typelib
2
lib/libv_sim-3.a
3
lib/libv_sim-3.a
4
lib/libv_sim-3.la
3
lib/libv_sim-3.so
5
lib/libv_sim-3.so
4
lib/libv_sim-3.so.7
6
lib/libv_sim-3.so.8
5
lib/libv_sim-3.so.7.0.0
7
lib/libv_sim-3.so.8.0.0
6
%%BABEL%%lib/v_sim/plug-ins/libobloader.a
8
%%PYTHON_SITELIBDIR%%/gi/overrides/__pycache__/v_sim.cpython-37.opt-1.pyc
7
%%BABEL%%lib/v_sim/plug-ins/libobloader.so
9
%%PYTHON_SITELIBDIR%%/gi/overrides/__pycache__/v_sim.cpython-37.pyc
8
%%BABEL%%lib/v_sim/plug-ins/libobloader.so.7
10
%%PYTHON_SITELIBDIR%%/gi/overrides/v_sim.py
9
%%BABEL%%lib/v_sim/plug-ins/libobloader.so.7.0.0
11
lib/v_sim/plug-ins/libabinit.a
10
%%PORTDOCS%%man/man1/v_sim.1.gz
12
lib/v_sim/plug-ins/libabinit.la
13
lib/v_sim/plug-ins/libabinit.so
14
lib/v_sim/plug-ins/libabinit.so.8
15
lib/v_sim/plug-ins/libabinit.so.8.0.0
16
lib/v_sim/plug-ins/libarchives.a
17
lib/v_sim/plug-ins/libarchives.la
18
lib/v_sim/plug-ins/libarchives.so
19
lib/v_sim/plug-ins/libarchives.so.8
20
lib/v_sim/plug-ins/libarchives.so.8.0.0
21
lib/v_sim/plug-ins/libcube.a
22
lib/v_sim/plug-ins/libcube.la
23
lib/v_sim/plug-ins/libcube.so
24
lib/v_sim/plug-ins/libcube.so.8
25
lib/v_sim/plug-ins/libcube.so.8.0.0
26
lib/v_sim/plug-ins/libetsf.a
27
lib/v_sim/plug-ins/libetsf.la
28
lib/v_sim/plug-ins/libetsf.so
29
lib/v_sim/plug-ins/libetsf.so.8
30
lib/v_sim/plug-ins/libetsf.so.8.0.0
31
lib/v_sim/plug-ins/libobloader.a
32
lib/v_sim/plug-ins/libobloader.la
33
lib/v_sim/plug-ins/libobloader.so
34
lib/v_sim/plug-ins/libobloader.so.8
35
lib/v_sim/plug-ins/libobloader.so.8.0.0
36
lib/v_sim/plug-ins/libplugmsym.a
37
lib/v_sim/plug-ins/libplugmsym.la
38
lib/v_sim/plug-ins/libplugmsym.so
39
lib/v_sim/plug-ins/libplugmsym.so.8
40
lib/v_sim/plug-ins/libplugmsym.so.8.0.0
41
lib/v_sim/plug-ins/libpythongi.a
42
lib/v_sim/plug-ins/libpythongi.la
43
lib/v_sim/plug-ins/libpythongi.so
44
lib/v_sim/plug-ins/libpythongi.so.8
45
lib/v_sim/plug-ins/libpythongi.so.8.0.0
46
lib/v_sim/plug-ins/libxsf.a
47
lib/v_sim/plug-ins/libxsf.la
48
lib/v_sim/plug-ins/libxsf.so
49
lib/v_sim/plug-ins/libxsf.so.8
50
lib/v_sim/plug-ins/libxsf.so.8.0.0
51
man/man1/v_sim.1.gz
11
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.en
52
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.en
12
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.fr
53
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.fr
13
%%PORTDOCS%%%%DOCSDIR%%/ToolFileFormat.html
14
%%PORTDOCS%%%%DOCSDIR%%/VisuBox.html
15
%%PORTDOCS%%%%DOCSDIR%%/VisuData.html
16
%%PORTDOCS%%%%DOCSDIR%%/VisuGlExt.html
17
%%PORTDOCS%%%%DOCSDIR%%/VisuGlExtAxes.html
18
%%PORTDOCS%%%%DOCSDIR%%/VisuGlExtBg.html
19
%%PORTDOCS%%%%DOCSDIR%%/VisuGlExtBoxLegend.html
20
%%PORTDOCS%%%%DOCSDIR%%/VisuGlExtForces.html
21
%%PORTDOCS%%%%DOCSDIR%%/VisuGlExtFrame.html
22
%%PORTDOCS%%%%DOCSDIR%%/VisuGlExtInfos.html
23
%%PORTDOCS%%%%DOCSDIR%%/VisuGlExtLegend.html
24
%%PORTDOCS%%%%DOCSDIR%%/VisuGlExtMaps.html
25
%%PORTDOCS%%%%DOCSDIR%%/VisuGlExtNodeVectors.html
26
%%PORTDOCS%%%%DOCSDIR%%/VisuGlExtNodes.html
27
%%PORTDOCS%%%%DOCSDIR%%/VisuGlExtPairs.html
28
%%PORTDOCS%%%%DOCSDIR%%/VisuGlExtPaths.html
29
%%PORTDOCS%%%%DOCSDIR%%/VisuGlExtPlanes.html
30
%%PORTDOCS%%%%DOCSDIR%%/VisuGlExtScale.html
31
%%PORTDOCS%%%%DOCSDIR%%/VisuGlExtShade.html
32
%%PORTDOCS%%%%DOCSDIR%%/VisuGlExtSurfaces.html
33
%%PORTDOCS%%%%DOCSDIR%%/VisuGlView.html
34
%%PORTDOCS%%%%DOCSDIR%%/VisuNodeArray.html
35
%%PORTDOCS%%%%DOCSDIR%%/VisuObject.html
36
%%PORTDOCS%%%%DOCSDIR%%/VisuPairLink.html
37
%%PORTDOCS%%%%DOCSDIR%%/VisuRendering.html
38
%%PORTDOCS%%%%DOCSDIR%%/VisuScalarField.html
39
%%PORTDOCS%%%%DOCSDIR%%/annotation-glossary.html
40
%%PORTDOCS%%%%DOCSDIR%%/api-3.1.html
41
%%PORTDOCS%%%%DOCSDIR%%/api-3.2.html
42
%%PORTDOCS%%%%DOCSDIR%%/api-3.3.html
43
%%PORTDOCS%%%%DOCSDIR%%/api-3.4.html
44
%%PORTDOCS%%%%DOCSDIR%%/api-3.5.html
45
%%PORTDOCS%%%%DOCSDIR%%/api-3.6.html
46
%%PORTDOCS%%%%DOCSDIR%%/api-3.7.html
47
%%PORTDOCS%%%%DOCSDIR%%/api-index-full.html
48
%%PORTDOCS%%%%DOCSDIR%%/authors
54
%%PORTDOCS%%%%DOCSDIR%%/authors
49
%%PORTDOCS%%%%DOCSDIR%%/axesTransform.png
50
%%PORTDOCS%%%%DOCSDIR%%/ch01.html
51
%%PORTDOCS%%%%DOCSDIR%%/ch02.html
52
%%PORTDOCS%%%%DOCSDIR%%/ch03.html
53
%%PORTDOCS%%%%DOCSDIR%%/ch04.html
54
%%PORTDOCS%%%%DOCSDIR%%/ch05.html
55
%%PORTDOCS%%%%DOCSDIR%%/ch06.html
56
%%PORTDOCS%%%%DOCSDIR%%/ch07.html
57
%%PORTDOCS%%%%DOCSDIR%%/ch08.html
58
%%PORTDOCS%%%%DOCSDIR%%/ch09.html
59
%%PORTDOCS%%%%DOCSDIR%%/ch10.html
60
%%PORTDOCS%%%%DOCSDIR%%/ch11.html
61
%%PORTDOCS%%%%DOCSDIR%%/core.html
62
%%PORTDOCS%%%%DOCSDIR%%/gtkInterface.html
63
%%PORTDOCS%%%%DOCSDIR%%/home.png
64
%%PORTDOCS%%%%DOCSDIR%%/index.html
65
%%PORTDOCS%%%%DOCSDIR%%/index.sgml
66
%%PORTDOCS%%%%DOCSDIR%%/left.png
67
%%PORTDOCS%%%%DOCSDIR%%/licence.en.txt
55
%%PORTDOCS%%%%DOCSDIR%%/licence.en.txt
68
%%PORTDOCS%%%%DOCSDIR%%/licence.fr.txt
56
%%PORTDOCS%%%%DOCSDIR%%/licence.fr.txt
69
%%PORTDOCS%%%%DOCSDIR%%/miscInfo.html
70
%%PORTDOCS%%%%DOCSDIR%%/object-tree.html
71
%%PORTDOCS%%%%DOCSDIR%%/pot2surf_help
57
%%PORTDOCS%%%%DOCSDIR%%/pot2surf_help
72
%%PORTDOCS%%%%DOCSDIR%%/readme
58
%%PORTDOCS%%%%DOCSDIR%%/readme
73
%%PORTDOCS%%%%DOCSDIR%%/right.png
59
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ab_silicon.in
74
%%PORTDOCS%%%%DOCSDIR%%/style.css
75
%%PORTDOCS%%%%DOCSDIR%%/up.png
76
%%PORTDOCS%%%%DOCSDIR%%/v-sim-VisuBoxed.html
77
%%PORTDOCS%%%%DOCSDIR%%/v-sim-atomic-xyz.html
78
%%PORTDOCS%%%%DOCSDIR%%/v-sim-atomic-yaml.html
79
%%PORTDOCS%%%%DOCSDIR%%/v-sim-cylinder.html
80
%%PORTDOCS%%%%DOCSDIR%%/v-sim-dataFile.html
81
%%PORTDOCS%%%%DOCSDIR%%/v-sim-dataNode.html
82
%%PORTDOCS%%%%DOCSDIR%%/v-sim-dumpThroughGdkPixbuf.html
83
%%PORTDOCS%%%%DOCSDIR%%/v-sim-dumpToABINIT.html
84
%%PORTDOCS%%%%DOCSDIR%%/v-sim-dumpToAscii.html
85
%%PORTDOCS%%%%DOCSDIR%%/v-sim-dumpToPsAndPdf.html
86
%%PORTDOCS%%%%DOCSDIR%%/v-sim-dumpToSVG.html
87
%%PORTDOCS%%%%DOCSDIR%%/v-sim-dumpToTiff.html
88
%%PORTDOCS%%%%DOCSDIR%%/v-sim-dumpToXyz.html
89
%%PORTDOCS%%%%DOCSDIR%%/v-sim-extraNode.html
90
%%PORTDOCS%%%%DOCSDIR%%/v-sim-geometry.html
91
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-about.html
92
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-colorComboBoxWidget.html
93
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-curveWidget.html
94
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-cylinder.html
95
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-dumpDialogWidget.html
96
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-elementComboBox.html
97
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-fieldChooser.html
98
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-interactive.html
99
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-lineObjectWidget.html
100
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-main.html
101
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-move.html
102
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-numericalEntryWidget.html
103
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-openGLWidget.html
104
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-orientationChooser.html
105
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-pairs.html
106
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-pick.html
107
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-renderingWindowWidget.html
108
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-save.html
109
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-shadeComboBoxWidget.html
110
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-stippleComboBoxWidget.html
111
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-toolPanelWidget.html
112
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-valueIOWidget.html
113
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-wire.html
114
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtkAtomic.html
115
%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtkSpin.html
116
%%PORTDOCS%%%%DOCSDIR%%/v-sim-interactive.html
117
%%PORTDOCS%%%%DOCSDIR%%/v-sim-isoline.html
118
%%PORTDOCS%%%%DOCSDIR%%/v-sim-light.html
119
%%PORTDOCS%%%%DOCSDIR%%/v-sim-map.html
120
%%PORTDOCS%%%%DOCSDIR%%/v-sim-marks.html
121
%%PORTDOCS%%%%DOCSDIR%%/v-sim-objectList.html
122
%%PORTDOCS%%%%DOCSDIR%%/v-sim-opengl.html
123
%%PORTDOCS%%%%DOCSDIR%%/v-sim-panelAxes.html
124
%%PORTDOCS%%%%DOCSDIR%%/v-sim-panelBrowser.html
125
%%PORTDOCS%%%%DOCSDIR%%/v-sim-panelConfig.html
126
%%PORTDOCS%%%%DOCSDIR%%/v-sim-panelDataFile.html
127
%%PORTDOCS%%%%DOCSDIR%%/v-sim-panelElements.html
128
%%PORTDOCS%%%%DOCSDIR%%/v-sim-panelFogBgColor.html
129
%%PORTDOCS%%%%DOCSDIR%%/v-sim-panelGeometry.html
130
%%PORTDOCS%%%%DOCSDIR%%/v-sim-panelMap.html
131
%%PORTDOCS%%%%DOCSDIR%%/v-sim-panelMethod.html
132
%%PORTDOCS%%%%DOCSDIR%%/v-sim-panelOpenGL.html
133
%%PORTDOCS%%%%DOCSDIR%%/v-sim-panelPlanes.html
134
%%PORTDOCS%%%%DOCSDIR%%/v-sim-panelSurfaces.html
135
%%PORTDOCS%%%%DOCSDIR%%/v-sim-panelSurfacesTools.html
136
%%PORTDOCS%%%%DOCSDIR%%/v-sim-panelVibration.html
137
%%PORTDOCS%%%%DOCSDIR%%/v-sim-plane.html
138
%%PORTDOCS%%%%DOCSDIR%%/v-sim-pot2surf.html
139
%%PORTDOCS%%%%DOCSDIR%%/v-sim-renderingAtomic-ascii.html
140
%%PORTDOCS%%%%DOCSDIR%%/v-sim-renderingAtomic-d3.html
141
%%PORTDOCS%%%%DOCSDIR%%/v-sim-renderingAtomic.html
142
%%PORTDOCS%%%%DOCSDIR%%/v-sim-renderingMode.html
143
%%PORTDOCS%%%%DOCSDIR%%/v-sim-renderingSpin.html
144
%%PORTDOCS%%%%DOCSDIR%%/v-sim-surfaces-points.html
145
%%PORTDOCS%%%%DOCSDIR%%/v-sim-surfaces-resources.html
146
%%PORTDOCS%%%%DOCSDIR%%/v-sim-surfaces.html
147
%%PORTDOCS%%%%DOCSDIR%%/v-sim-text.html
148
%%PORTDOCS%%%%DOCSDIR%%/v-sim-toolColor.html
149
%%PORTDOCS%%%%DOCSDIR%%/v-sim-toolConfigFile.html
150
%%PORTDOCS%%%%DOCSDIR%%/v-sim-toolFortran.html
151
%%PORTDOCS%%%%DOCSDIR%%/v-sim-toolMatrix.html
152
%%PORTDOCS%%%%DOCSDIR%%/v-sim-toolOptions.html
153
%%PORTDOCS%%%%DOCSDIR%%/v-sim-toolPhysic.html
154
%%PORTDOCS%%%%DOCSDIR%%/v-sim-toolShade.html
155
%%PORTDOCS%%%%DOCSDIR%%/v-sim-vibration.html
156
%%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-actionInterface.html
157
%%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-basic.html
158
%%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-commandLine.html
159
%%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-configFile.html
160
%%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-dump.html
161
%%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-elements.html
162
%%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-gtk.html
163
%%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-openGL.html
164
%%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-plugins.html
165
%%PORTDOCS%%%%DOCSDIR%%/v-sim-wire.html
166
%%PORTDOCS%%%%DOCSDIR%%/v_sim.devhelp2
167
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aluminium.d3
60
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aluminium.d3
61
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cinchonidine.xsf.bz2
168
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cinchonidine.yaml
62
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cinchonidine.yaml
63
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cnt.Benzen_on_Ag111
64
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/collisions.ascii
169
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coord_vib_g_co.xyz
65
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coord_vib_g_co.xyz
170
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo-browser.tar.gz
66
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo-browser.tar.gz
171
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo.ascii
67
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo.ascii
Lines 176-185 Link Here
176
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/density-sih4.dat
72
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/density-sih4.dat
177
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diff.ascii
73
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diff.ascii
178
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diff.dat
74
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diff.dat
75
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/h2o-dens.cube.bz2
76
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nq-netcdf.cdl
77
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nq-netcdf.nc
179
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/planes.xml
78
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/planes.xml
79
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygi_collisions.v_sim.py
80
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygi_isolate.v_sim.py
81
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygi_load.v_sim.py
82
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygi_plot.v_sim.py
83
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygi_rightMenu.v_sim.py
84
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygi_rotate.v_sim.py
85
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/si1002x1-o_DS1_DEN-etsf.nc
86
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/silane.nc
180
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_isosurfaces.ascii
87
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_isosurfaces.ascii
181
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_isosurfaces.surf
88
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_isosurfaces.surf
182
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/values.xml
89
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/values.xml
90
share/gir-1.0/v_sim-3.8.gir
183
share/icons/hicolor/16x16/apps/v_sim.png
91
share/icons/hicolor/16x16/apps/v_sim.png
184
share/icons/hicolor/22x22/apps/v_sim.png
92
share/icons/hicolor/22x22/apps/v_sim.png
185
share/icons/hicolor/24x24/apps/v_sim.png
93
share/icons/hicolor/24x24/apps/v_sim.png
Lines 188-197 Link Here
188
share/icons/hicolor/scalable/apps/v_sim.svg
96
share/icons/hicolor/scalable/apps/v_sim.svg
189
%%NLS%%share/locale/fr/LC_MESSAGES/v_sim.mo
97
%%NLS%%share/locale/fr/LC_MESSAGES/v_sim.mo
190
share/pixmaps/v_sim.xpm
98
share/pixmaps/v_sim.xpm
99
%%DATADIR%%/pixmaps/abinit.png
100
%%DATADIR%%/pixmaps/archives.png
191
%%DATADIR%%/pixmaps/axes-angles.png
101
%%DATADIR%%/pixmaps/axes-angles.png
192
%%DATADIR%%/pixmaps/axes-box.png
102
%%DATADIR%%/pixmaps/axes-box.png
193
%%DATADIR%%/pixmaps/axes-button.png
103
%%DATADIR%%/pixmaps/axes-button.png
194
%%DATADIR%%/pixmaps/axes-ortho.png
104
%%DATADIR%%/pixmaps/axes-ortho.png
105
%%DATADIR%%/pixmaps/cube.png
195
%%DATADIR%%/pixmaps/icone-about.png
106
%%DATADIR%%/pixmaps/icone-about.png
196
%%DATADIR%%/pixmaps/icone-dialog.png
107
%%DATADIR%%/pixmaps/icone-dialog.png
197
%%DATADIR%%/pixmaps/icone-observe.png
108
%%DATADIR%%/pixmaps/icone-observe.png
Lines 200-207 Link Here
200
%%DATADIR%%/pixmaps/logo_grey.png
111
%%DATADIR%%/pixmaps/logo_grey.png
201
%%DATADIR%%/pixmaps/logo_petit.png
112
%%DATADIR%%/pixmaps/logo_petit.png
202
%%DATADIR%%/pixmaps/logo_rectangle.png
113
%%DATADIR%%/pixmaps/logo_rectangle.png
114
%%DATADIR%%/pixmaps/msym.png
115
%%DATADIR%%/pixmaps/nanoquanta.png
203
%%DATADIR%%/pixmaps/observe-bandeau.png
116
%%DATADIR%%/pixmaps/observe-bandeau.png
204
%%DATADIR%%/pixmaps/openbabel.png
117
%%DATADIR%%/pixmaps/openbabel.png
118
%%DATADIR%%/pixmaps/pythongi.png
205
%%DATADIR%%/pixmaps/save-bandeau.png
119
%%DATADIR%%/pixmaps/save-bandeau.png
206
%%DATADIR%%/pixmaps/stock-atomic.png
120
%%DATADIR%%/pixmaps/stock-atomic.png
207
%%DATADIR%%/pixmaps/stock-axes_20.png
121
%%DATADIR%%/pixmaps/stock-axes_20.png
Lines 224-229 Link Here
224
%%DATADIR%%/pixmaps/stock-opengl_20.png
138
%%DATADIR%%/pixmaps/stock-opengl_20.png
225
%%DATADIR%%/pixmaps/stock-phonons.png
139
%%DATADIR%%/pixmaps/stock-phonons.png
226
%%DATADIR%%/pixmaps/stock-planes_20.png
140
%%DATADIR%%/pixmaps/stock-planes_20.png
141
%%DATADIR%%/pixmaps/stock-pythongi_20.png
227
%%DATADIR%%/pixmaps/stock-select-all_20.png
142
%%DATADIR%%/pixmaps/stock-select-all_20.png
228
%%DATADIR%%/pixmaps/stock-spin.png
143
%%DATADIR%%/pixmaps/stock-spin.png
229
%%DATADIR%%/pixmaps/stock-union.png
144
%%DATADIR%%/pixmaps/stock-union.png
Lines 232-237 Link Here
232
%%DATADIR%%/pixmaps/stock_media-play.png
147
%%DATADIR%%/pixmaps/stock_media-play.png
233
%%DATADIR%%/pixmaps/stock_media-stop.png
148
%%DATADIR%%/pixmaps/stock_media-stop.png
234
%%DATADIR%%/pixmaps/stock_rotate_20.png
149
%%DATADIR%%/pixmaps/stock_rotate_20.png
150
%%DATADIR%%/pixmaps/xsf.png
235
%%DATADIR%%/v_sim.par
151
%%DATADIR%%/v_sim.par
236
%%DATADIR%%/v_sim.rc
152
%%DATADIR%%/v_sim.rc
237
%%DATADIR%%/v_sim.res
153
%%DATADIR%%/v_sim.res

Return to bug 252308