r35854 - in /packages/libmei: ./ tags/ trunk/ trunk/debian/
sylvestre-guest at users.alioth.debian.org
sylvestre-guest at users.alioth.debian.org
Tue Sep 15 21:46:02 UTC 2009
Author: sylvestre-guest
Date: Tue Sep 15 21:46:01 2009
New Revision: 35854
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35854
Log:
initial import of libmei
Added:
packages/libmei/
packages/libmei/tags/
packages/libmei/trunk/
packages/libmei/trunk/debian/
packages/libmei/trunk/debian/changelog
packages/libmei/trunk/debian/compat
packages/libmei/trunk/debian/control
packages/libmei/trunk/debian/copyright
packages/libmei/trunk/debian/docs
packages/libmei/trunk/debian/libmei-dev.install
packages/libmei/trunk/debian/libmei-dev.manpages
packages/libmei/trunk/debian/libmei1.install
packages/libmei/trunk/debian/mei-config.1
packages/libmei/trunk/debian/rules (with props)
packages/libmei/trunk/debian/watch
Added: packages/libmei/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libmei/trunk/debian/changelog?rev=35854&op=file
==============================================================================
--- packages/libmei/trunk/debian/changelog (added)
+++ packages/libmei/trunk/debian/changelog Tue Sep 15 21:46:01 2009
@@ -1,0 +1,6 @@
+libmei (1.0.0-1) unstable; urgency=low
+
+ * Initial release (Closes: #501614)
+
+ -- Sylvestre Ledru <sylvestre at debian.org> Tue, 15 Sep 2009 22:53:59 +0200
+
Added: packages/libmei/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/libmei/trunk/debian/compat?rev=35854&op=file
==============================================================================
--- packages/libmei/trunk/debian/compat (added)
+++ packages/libmei/trunk/debian/compat Tue Sep 15 21:46:01 2009
@@ -1,0 +1,1 @@
+7
Added: packages/libmei/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/libmei/trunk/debian/control?rev=35854&op=file
==============================================================================
--- packages/libmei/trunk/debian/control (added)
+++ packages/libmei/trunk/debian/control Tue Sep 15 21:46:01 2009
@@ -1,0 +1,45 @@
+Source: libmei
+Section: libs
+Priority: optional
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Sylvestre Ledru <sylvestre at debian.org>
+Build-Depends: debhelper (>= 7), autotools-dev, cdbs, swig, libbft-dev
+Standards-Version: 3.8.3
+Homepage: http://www.code-saturne.org/
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/libmei/
+Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/libmei/
+
+Package: libmei-dev
+Section: libdevel
+Architecture: any
+Depends: libmei1 (= ${binary:Version}), ${misc:Depends}
+Description: Code_Saturne Mathematical Expression Interpreter
+ MEI stands for Mathematical Expression Interpreter.
+ It is intended to provide interpretation of mathematical formula in a string.
+ It is destined to be used by scientific codes (Computational Fluid
+ Dynamics).
+ .
+ This package contains the development files needed to compile software to
+ use the libmei API.
+
+Package: libmei1
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Code_Saturne Mathematical Expression Interpreter
+ MEI stands for Mathematical Expression Interpreter.
+ It is intended to provide interpretation of mathematical formula in a string.
+ It is destined to be used by scientific codes (Computational Fluid
+ Dynamics).
+
+Package: libmei1-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: libmei1 (= ${binary:Version}), ${misc:Depends}
+Description: Code_Saturne Mathematical Expression Interpreter
+ MEI stands for Mathematical Expression Interpreter.
+ It is intended to provide interpretation of mathematical formula in a string.
+ It is destined to be used by scientific codes (Computational Fluid
+ Dynamics).
+ .
+ This package contains the debugging symbols of the library.
Added: packages/libmei/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/libmei/trunk/debian/copyright?rev=35854&op=file
==============================================================================
--- packages/libmei/trunk/debian/copyright (added)
+++ packages/libmei/trunk/debian/copyright Tue Sep 15 21:46:01 2009
@@ -1,0 +1,68 @@
+This package was debianized by Sylvestre Ledru <sylvestre at debian.org> on
+Tue, 15 Sep 2009 22:53:59 +0200.
+
+It was downloaded from <http://www.code-saturne.org/>
+
+Upstream Authors:
+
+ Alexandre Douce <alexandre.douce at edf.fr>
+ Tom Niemann
+ Olivier Carton
+
+Copyright:
+
+ Copyright (C) 2008-2009 EDF
+
+License:
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+The full text of the LGPL 2.1 can be found in
+`/usr/share/common-licenses/LGPL-2.1'.
+
+The Debian packaging is (C) 2008, Sylvestre Ledru <sylvestre.ledru at inria.fr> and
+is licensed under the LGPL, see `/usr/share/common-licenses/LGPL'.
+
+File: src/mei_parser.c
+
+Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+ Free Software Foundation, Inc.
+
+License:
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
+
+/* As a special exception, you may create a larger work that contains
+ part or all of the Bison parser skeleton and distribute that work
+ under terms of your choice, so long as that work isn't itself a
+ parser generator using the skeleton or a modified version thereof
+ as a parser skeleton. Alternatively, if you modify or redistribute
+ the parser skeleton itself, you may (at your option) remove this
+ special exception, which will cause the skeleton and the resulting
+ Bison output files to be licensed under the GNU General Public
+ License without this special exception.
+
+ This special exception was added by the Free Software Foundation in
+ version 2.2 of Bison. */
Added: packages/libmei/trunk/debian/docs
URL: http://svn.debian.org/wsvn/debian-science/packages/libmei/trunk/debian/docs?rev=35854&op=file
==============================================================================
--- packages/libmei/trunk/debian/docs (added)
+++ packages/libmei/trunk/debian/docs Tue Sep 15 21:46:01 2009
@@ -1,0 +1,2 @@
+NEWS
+README
Added: packages/libmei/trunk/debian/libmei-dev.install
URL: http://svn.debian.org/wsvn/debian-science/packages/libmei/trunk/debian/libmei-dev.install?rev=35854&op=file
==============================================================================
--- packages/libmei/trunk/debian/libmei-dev.install (added)
+++ packages/libmei/trunk/debian/libmei-dev.install Tue Sep 15 21:46:01 2009
@@ -1,0 +1,4 @@
+debian/tmp/usr/bin
+debian/tmp/usr/include
+debian/tmp/usr/lib/lib*.*a
+debian/tmp/usr/lib/lib*.so
Added: packages/libmei/trunk/debian/libmei-dev.manpages
URL: http://svn.debian.org/wsvn/debian-science/packages/libmei/trunk/debian/libmei-dev.manpages?rev=35854&op=file
==============================================================================
--- packages/libmei/trunk/debian/libmei-dev.manpages (added)
+++ packages/libmei/trunk/debian/libmei-dev.manpages Tue Sep 15 21:46:01 2009
@@ -1,0 +1,2 @@
+debian/mei-config.1
+
Added: packages/libmei/trunk/debian/libmei1.install
URL: http://svn.debian.org/wsvn/debian-science/packages/libmei/trunk/debian/libmei1.install?rev=35854&op=file
==============================================================================
--- packages/libmei/trunk/debian/libmei1.install (added)
+++ packages/libmei/trunk/debian/libmei1.install Tue Sep 15 21:46:01 2009
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/lib*.so.*
Added: packages/libmei/trunk/debian/mei-config.1
URL: http://svn.debian.org/wsvn/debian-science/packages/libmei/trunk/debian/mei-config.1?rev=35854&op=file
==============================================================================
--- packages/libmei/trunk/debian/mei-config.1 (added)
+++ packages/libmei/trunk/debian/mei-config.1 Tue Sep 15 21:46:01 2009
@@ -1,0 +1,71 @@
+.\"
+.\" This file is part of the "Base Functions and Types" library, intended to
+.\" simplify and enhance portability, memory and I/O use for scientific codes.
+.\"
+.\" Copyright (C) 2009 EDF S.A., France
+.\"
+.\" This library is free software; you can redistribute it and/or
+.\" modify it under the terms of the GNU Lesser General Public
+.\" License as published by the Free Software Foundation; either
+.\" version 2.1 of the License, or (at your option) any later version.
+.\"
+.\" This library is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+.\" Lesser General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU Lesser General Public
+.\" License along with this library; if not, write to the Free Software
+.\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+.\"
+.TH MEI-CONFIG 1 2009-02-04 "" ""
+.SH NAME
+mei-config \- Script to get information about the installed version of
+the MEI library.
+.SH SYNOPSIS
+.B mei-config
+.RI [options]
+.RI [scope]
+.br
+.SH DESCRIPTION
+This script is a tool that is used to configure to determine
+the compiler and linker flags that should be used to compile
+and link programs that use
+.BR libmei .
+.SH OPTIONS
+.PP
+.I Options
+.B
+.IP --prefix
+Installation path prefix
+.B
+.IP --exec-prefix
+System-dependent path prefix
+.B
+.IP --version
+Version
+.B
+.IP --cppflags
+C preprocessor flags (e.g. -D<macro>, ...)
+.B
+.IP --cflags
+C flags (e.g. -O, -g, ...)
+.B
+.IP --ldflags
+Linker flags (e.g. -g, -L<path>, ...)
+.B
+.IP --libs
+librairies used (e.g. -l<libname>)
+.B
+.IP --cc
+C compiler used for build
+.PP
+.I Scope
+.B
+.IP "use (default)"
+Options required for user code
+.B
+.IP build
+Options used for build
+.SH SEE ALSO
+.BR fvm-config (1)
Added: packages/libmei/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libmei/trunk/debian/rules?rev=35854&op=file
==============================================================================
--- packages/libmei/trunk/debian/rules (added)
+++ packages/libmei/trunk/debian/rules Tue Sep 15 21:46:01 2009
@@ -1,0 +1,14 @@
+#!/usr/bin/make -f
+# Copyright 2008 Sylvestre Ledru <sylvestre.ledru at inria.fr>
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_CONFIGURE_NORMAL_ARGS += --with-bft-lib=/usr/lib/
+
+# The website seems to break uscan - it simply does not find the
+# hyperlinks. That is why we are using wget here. :-(
+get-orig-source:
+ wget http://research.edf.com/fichiers/fckeditor/File/EDF%20RD/Code_Saturne/Fichiers/mei-100.tgz
+ mv mei-100.tgz libmei_1.0.0.orig.tar.gz
+ #uscan --force-download
Propchange: packages/libmei/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: packages/libmei/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/libmei/trunk/debian/watch?rev=35854&op=file
==============================================================================
--- packages/libmei/trunk/debian/watch (added)
+++ packages/libmei/trunk/debian/watch Tue Sep 15 21:46:01 2009
@@ -1,0 +1,3 @@
+version=3
+
+http://research.edf.com/the-edf-offers/research-and-development/softwares/code-saturne/code-saturne-download-107009.html .*/mei-(\d)(\d)(\d)\.tgz debian
More information about the debian-science-commits
mailing list