[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other

Florin Braescu florin at lunar-linux.org
Thu Aug 21 20:03:52 CEST 2014


commit d8718cf93b70773173f520d362942ede0bc5a2a7
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue, 19 Aug 2014 20:53:47 +0300
URL: https://github.com/lunar-linux/moonbase-other/commit/d8718cf93b70773173f520d362942ede0bc5a2a7

Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
  archive/lzo/BUILD                     | +0/-15    
  archive/lzo/DETAILS                   | +0/-18    
  chat/farstream/DEPENDS                | +1/-1     
  chat/telepathy-farstream/DEPENDS      | +1/-0     
  crypto/cryptsetup/BUILD               | +0/-9     
  crypto/cryptsetup/DEPENDS             | +0/-3     
  crypto/cryptsetup/DETAILS             | +0/-15    
  crypto/libgcrypt/BUILD                | +0/-12    
  crypto/libgcrypt/DEPENDS              | +0/-1     
  crypto/libgcrypt/DETAILS              | +0/-14    
  crypto/libgpg-error/DETAILS           | +0/-16    
  filesys/openafs-driver/DETAILS        | +9/-3     
  filesys/openafs-driver/PRE_BUILD      | +3/-0     
  filesys/openafs/DETAILS               | +3/-3     
  graphics/blender/DETAILS              | +5/-4     
  python/Sphinx/DEPENDS                 | +1/-0     
  python/sphinxcontrib-doxylink/BUILD   | +4/-0     
  python/sphinxcontrib-doxylink/DEPENDS | +4/-0     
  python/sphinxcontrib-doxylink/DETAILS | +14/-0    
  science/atlas/DETAILS                 | +3/-3     
  science/hdf5/BUILD                    | +1/-1     
  science/hdf5/CONFIGURE                | +1/-1     
  22 files changed, 50 insertions(+), 119 deletions(-)

--- a/archive/lzo/BUILD
+++ /dev/null
@@ -1,15 +0,0 @@
-(
-
-  ./configure  --prefix=/usr     \
-               --enable-shared  &&
-
-  make                          &&
-  prepare_install               &&
-
-  if [ ! -f /usr/lib/liblzo.so ]; then
-    ln -sf /usr/lib/liblzo2.so /usr/lib/liblzo.so
-  fi
-
-  make    install
-
-) > $C_FIFO 2>&1
--- a/archive/lzo/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
-          MODULE=lzo
-         VERSION=2.08
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://www.oberhumer.com/opensource/$MODULE/download
-      SOURCE_VFY=sha1:64c3e44843a44ffc4533aa89e41516f42bfefa76
-        WEB_SITE=http://www.oberhumer.com/opensource/lzo
-         ENTERED=20031113
-         UPDATED=20140701
-      MAINTAINER=florin at lunar-linux.org
-           SHORT="LZO - a real-time data compression library"
-
-cat << EOF
-LZO is a portable lossless data compression library written in ANSI C. It
-offers pretty fast compression and very fast decompression. Decompression
-requires no memory. In addition there are slower compression levels achieving
-a quite competitive compression ratio while still decompressing at this very
-high speed.
-EOF
--- a/chat/farstream/DEPENDS
+++ b/chat/farstream/DEPENDS
@@ -1,2 +1,2 @@
 depends gst-plugins-base-1.0
-
+depends libnice
--- a/chat/telepathy-farstream/DEPENDS
+++ b/chat/telepathy-farstream/DEPENDS
@@ -1,3 +1,4 @@
 depends farstream
+depends telepathy-glib
 
 optional_depends "Python" "--enable-python" "--disable-python" "for Python bindings support"
--- a/crypto/cryptsetup/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-(
-
-  # Create /sbin/cryptsetup rather than /usr/sbin/cryptsetup,
-  # so Gnome can find it.
-  OPTS+=" --sbindir=/sbin"  &&
-
-  default_build
-
-) > $C_FIFO 2>&1
--- a/crypto/cryptsetup/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends popt
-depends lvm2
-depends libgcrypt
--- a/crypto/cryptsetup/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
-          MODULE=cryptsetup
-         VERSION=1.6.5
-          SOURCE=$MODULE-$VERSION.tar.xz
-      SOURCE_URL=http://www.kernel.org/pub/linux/utils/cryptsetup/v${VERSION%.*}
-      SOURCE_VFY=sha256:267973f20be43f9d685f7193aa23954b60768c74a1d330243114d4b8bc17ca9a
-        WEB_SITE=http://code.google.com/p/cryptsetup
-         ENTERED=20050309
-         UPDATED=20140709
-           SHORT="Device-mapper crypto userspace setup tool"
-
-cat << EOF
-Using device-mapper's dmsetup directly is too complicated for most people.
-Cryptsetup is being written to behave like one of the patched losetup's
-out there.
-EOF
--- a/crypto/libgcrypt/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-
-  ./configure   --prefix=/usr       \
-                --sysconfdir=/etc   \
-                --disable-static    \
-                $OPTS              &&
-
-  make                             &&
-  prepare_install                  &&
-  make    install
-
-) > $C_FIFO 2>&1
--- a/crypto/libgcrypt/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends  libgpg-error
--- a/crypto/libgcrypt/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
-          MODULE=libgcrypt
-         VERSION=1.6.1
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=ftp://ftp.gnupg.org/gcrypt/libgcrypt
-      SOURCE_VFY=sha1:f03d9b63ac3b17a6972fc11150d136925b702f02
-        WEB_SITE=http://www.gnu.org/directory/security/libgcrypt.html
-         ENTERED=20020212
-         UPDATED=20140131
-           SHORT="General purpose crypto library"
-
-cat << EOF
-Libgcrypt is a general purpose crypto library based on the code used
-in GnuPG.
-EOF
--- a/crypto/libgpg-error/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
-          MODULE=libgpg-error
-         VERSION=1.13
-          SOURCE=$MODULE-$VERSION.tar.bz2
-   SOURCE_URL[0]=ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/$MODULE
-   SOURCE_URL[1]=ftp://ftp.gnupg.org/gcrypt/$MODULE
-      SOURCE_VFY=sha1:50fbff11446a7b0decbf65a6e6b0eda17b5139fb
-        WEB_SITE=http://www.gnupg.org
-         ENTERED=20020212
-         UPDATED=20140507
-           SHORT="Defines common error values for all GnuPG components"
-
-cat << EOF
-This is a library that defines common error values for all GnuPG
-components.  Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
-pinentry, SmartCard Daemon and possibly more in the future.
-EOF
--- a/filesys/openafs-driver/DETAILS
+++ b/filesys/openafs-driver/DETAILS
@@ -1,12 +1,18 @@
           MODULE=openafs-driver
-         VERSION=1.6.8
+         VERSION=1.6.9
           SOURCE=openafs-$VERSION-src.tar.bz2
+         SOURCE2=openafs-1.6.9-linux-3.16-iter_file_splice_write.patch
+         SOURCE3=openafs-1.6.9-linux-3.16-new_read_write_iter.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/openafs-$VERSION
       SOURCE_URL=http://www.openafs.org/dl/openafs/$VERSION
-      SOURCE_VFY=sha256:c2cdadeaad408ca2e285fbc6a91ba96cf5fef81f79a2ddeafe7cf4df548fd0c0
+     SOURCE2_URL=$PATCH_URL
+     SOURCE3_URL=$PATCH_URL
+      SOURCE_VFY=sha256:7b2ea3a1f77a5cc38f311963c7db0b6d89c0d69796453d72051c846bffe14fc7
+     SOURCE2_VFY=sha256:55f04f7371d63285badda70b44fff96dbf01abdb2498b1177ef91e99f633503d
+     SOURCE3_VFY=sha256:cae382a79e8b81c3f84bf12a830687651770a9bb7d7740e3cb318655657fddee
         WEB_SITE=http://www.openafs.org/
          ENTERED=20031216
-         UPDATED=20140606
+         UPDATED=20140816
       MAINTAINER="ratler at lunar-linux.org"
            SHORT="OpenAFS kernel module"
 PSAFE="no"
--- /dev/null
+++ b/filesys/openafs-driver/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+patch_it $SOURCE2 1 &&
+patch_it $SOURCE3 1
--- a/filesys/openafs/DETAILS
+++ b/filesys/openafs/DETAILS
@@ -1,5 +1,5 @@
         MODULE=openafs
-       VERSION=1.6.8
+       VERSION=1.6.9
         SOURCE=openafs-$VERSION-src.tar.bz2
        SOURCE2=CellServDB
        SOURCE3=killafs-0.1
@@ -10,13 +10,13 @@
    SOURCE3_URL=$PATCH_URL
    SOURCE4_URL=$PATCH_URL
    SOURCE5_URL=$PATCH_URL
-    SOURCE_VFY=sha256:c2cdadeaad408ca2e285fbc6a91ba96cf5fef81f79a2ddeafe7cf4df548fd0c0
+    SOURCE_VFY=sha256:7b2ea3a1f77a5cc38f311963c7db0b6d89c0d69796453d72051c846bffe14fc7
    SOURCE3_VFY=sha1:5532084c54a79f77807ee8ae3cb09018b3e74c12
    SOURCE4_VFY=sha256:8481a9581b0b29e884993dc210006911203497eef1bc19acda06cb1215a32a1f
    SOURCE5_VFY=sha256:1b17766cf82bd501a637ad3a8c904a5b62092bb90e74d5fe565c291e7b3fba4d
       WEB_SITE=http://www.openafs.org/
        ENTERED=20031216
-       UPDATED=20140606
+       UPDATED=20140816
     MAINTAINER="ratler at lunar-linux.org"
          SHORT="A distributed filesystem allowing cross-platform sharing"
 PSAFE=no
--- a/graphics/blender/DETAILS
+++ b/graphics/blender/DETAILS
@@ -1,11 +1,12 @@
           MODULE=blender
-         VERSION=2.69
+         VERSION=2.71
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://download.blender.org/source
-      SOURCE_VFY=sha1:9500410d2457d99e685ca506bec12851454dc5d4
+      SOURCE_URL=http://mirror.cs.umn.edu/blender.org/source/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-v$VERSION
+      SOURCE_VFY=sha1:035db91f91a77ffe7faa4d5f4a89f80b3d97c0cd
         WEB_SITE=http://www.blender.org
          ENTERED=20030929
-         UPDATED=20140118
+         UPDATED=20140812
            SHORT="3D editor for modeling, animation, and rendering"
 
 cat << EOF
--- a/python/Sphinx/DEPENDS
+++ b/python/Sphinx/DEPENDS
@@ -1,3 +1,4 @@
 depends docutils
 depends Python
 depends setuptools
+depends Jinja2
--- /dev/null
+++ b/python/sphinxcontrib-doxylink/BUILD
@@ -0,0 +1,4 @@
+cd doxylink &&
+python setup.py build    &&
+prepare_install          &&
+python setup.py install --root=/
--- /dev/null
+++ b/python/sphinxcontrib-doxylink/DEPENDS
@@ -0,0 +1,4 @@
+depends Python
+depends setuptools
+depends Sphinx
+depends doxygen
--- /dev/null
+++ b/python/sphinxcontrib-doxylink/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=sphinxcontrib-doxylink
+         VERSION=1.3
+          SOURCE=doxylink-$VERSION.tar.bz2
+      SOURCE_URL=https://bitbucket.org/birkenfeld/sphinx-contrib/get/
+      SOURCE_VFY=sha256:fbc6f68c8853a08f6796a590cbe39726fd87bc4e4c65871b74fcf4b346b7ebbe
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/birkenfeld-sphinx-contrib-da27292b23b4
+        WEB_SITE=http://pypi.python.org/pypi/Sphinx/
+         ENTERED=20140818
+         UPDATED=20140818
+           SHORT="allows to reference doxygen files from Sphinx"
+
+cat << EOF
+A Sphinx extension to link to external Doxygen API documentation.
+EOF
--- a/science/atlas/DETAILS
+++ b/science/atlas/DETAILS
@@ -1,12 +1,12 @@
           MODULE=atlas
-         VERSION=3.10.1
+         VERSION=3.10.2
           SOURCE=$MODULE$VERSION.tar.bz2
       SOURCE_URL=$SFORGE_URL/math-atlas/Stable/$VERSION/
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/ATLAS
-      SOURCE_VFY=sha1:cd5bfb06af3de60de1226078a9247684b44d0451
+      SOURCE_VFY=sha1:f1f883e201d70ff60d54a2af016b4afc83a2499b
         WEB_SITE=http://math-atlas.sourceforge.net/
          ENTERED=20110920
-         UPDATED=20130114
+         UPDATED=20140817
            SHORT="Automatically Tuned Linear Algebra Software"
 
 PSAFE=no
--- a/science/hdf5/BUILD
+++ b/science/hdf5/BUILD
@@ -1,5 +1,5 @@
 sedit 's:/bin/mv:mv:' configure &&
 
-OPTS+=" --enable-gpfs --with-pthread --enable-unsupported" &&
+OPTS+=" --with-pthread --enable-unsupported --enable-threadsafe --enable-filters=all" &&
 
 default_build
--- a/science/hdf5/CONFIGURE
+++ b/science/hdf5/CONFIGURE
@@ -1,2 +1,2 @@
 mquery ENABLE_FORT "Enable fortran support?" y "--enable-fortran" "--disable-fortran"
-mquery ENABLE_CXX "Enable C++ interface (saying "y" disables thread safe and needed by OpenImageIO-oiio)?" y "--enable-cxx --disable-threadsafe" "--disable-cxx --enable-threadsafe"
+mquery ENABLE_CXX "Enable C++ interface ${PROBLEM_COLOR}(cxx is needed by OpenImageIO-oiio)${QUERY_COLOR}?" y "--enable-cxx" "--disable-cxx"




More information about the Lunar-commits mailing list