Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (c88e5d7a16e0e4197189252ad7c1cf53d678a98a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
  • Cc: "sm-commit AT lists.ibiblio.org" <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (c88e5d7a16e0e4197189252ad7c1cf53d678a98a)
  • Date: Mon, 18 Mar 2013 16:36:22 +0100


> GIT changes to master grimoire by Florian Franzmann
> <siflfran AT hawo.stw.uni-erlangen.de>:
>
> ChangeLog | 3
> graphics/xli/BUILD | 2
> graphics/xli/DEPENDS | 1
> graphics/xli/DETAILS | 14 ++
> graphics/xli/HISTORY | 4
> graphics/xli/INSTALL | 1
> graphics/xli/PRE_BUILD | 11 +
> graphics/xli/fix-scale-zoom.patch | 61 ++++++++++
> graphics/xli/libpng14.patch | 14 ++
> graphics/xli/xli-security-gentoo.diff | 199
> ++++++++++++++++++++++++++++++++++
> 10 files changed, 310 insertions(+)
>
> New commits:
> commit c88e5d7a16e0e4197189252ad7c1cf53d678a98a
> Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
> Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
>
> graphics/xli: new spell, a command line driven image viewer
>
> diff --git a/ChangeLog b/ChangeLog
> index f6338e6..547514c 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,6 @@
> +2013-03-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
> + * graphics/xli: new spell, command line driven image viewer
> +
> 2013-03-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
> * science/yacas: new spell, a computer algebra system
>
> diff --git a/graphics/xli/BUILD b/graphics/xli/BUILD
> new file mode 100755
> index 0000000..39978a9
> --- /dev/null
> +++ b/graphics/xli/BUILD
> @@ -0,0 +1,2 @@
> +xmkmf &&
> +default_build_make
> diff --git a/graphics/xli/DEPENDS b/graphics/xli/DEPENDS
> new file mode 100755
> index 0000000..fdb96c3
> --- /dev/null
> +++ b/graphics/xli/DEPENDS
> @@ -0,0 +1 @@
> +depends libx11
> diff --git a/graphics/xli/DETAILS b/graphics/xli/DETAILS
> new file mode 100755
> index 0000000..754a0ee
> --- /dev/null
> +++ b/graphics/xli/DETAILS
> @@ -0,0 +1,14 @@
> + SPELL=xli
> + VERSION=2005-02-27
> + SOURCE="${SPELL}-${VERSION}.tar.gz"
> + SOURCE_URL[0]=http://distfiles.gentoo.org/distfiles/${SOURCE}


Seems both Arch and Debian use 1.17.0+ version:
https://aur.archlinux.org/packages/xli/
http://packages.debian.org/search?searchon=sourcenames&keywords=xli
--
Ladislav Hagara




Archive powered by MHonArc 2.6.24.

Top of Page