Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (b41436cd6cab0eb2e6acf789f306e43122ba6dc0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (b41436cd6cab0eb2e6acf789f306e43122ba6dc0)
  • Date: Sat, 15 Oct 2011 10:54:23 -0500

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

ChangeLog | 7 ++
crypto/tthsum/BUILD | 1
crypto/tthsum/DETAILS | 18 ++++++
crypto/tthsum/HISTORY | 2
crypto/tthsum/PRE_BUILD | 4 +
devel/ghc/DETAILS | 9 +--
devel/ghc/HISTORY | 3 +
graphics/gmic/DEPENDS | 3 -
graphics/gmic/DETAILS | 4 -
graphics/gmic/HISTORY | 7 ++
graphics/gmic/PRE_BUILD | 5 +
graphics/gmic/patch-configure | 113
+++++++++++++++++++++++++++++++++++++++
graphics/gmic/patch-src_Makefile | 56 +++++++++++++++++++
graphics/pngcrush/BUILD | 2
graphics/pngcrush/DETAILS | 5 +
graphics/pngcrush/HISTORY | 5 +
graphics/pngcrush/PRE_BUILD | 5 -
graphics/pngcrush/make.patch | 12 ----
perl-cpan/log-dispatch/DEPENDS | 3 -
perl-cpan/log-dispatch/HISTORY | 3 +
perl-cpan/mod_perl/DEPENDS | 2
perl-cpan/mod_perl/HISTORY | 3 +
perl-cpan/module-install/DEPENDS | 2
perl-cpan/module-install/HISTORY | 3 +
science-libs/cminpack/BUILD | 1
science-libs/cminpack/DEPENDS | 1
science-libs/cminpack/DETAILS | 14 ++++
science-libs/cminpack/HISTORY | 2
science-libs/flann/BUILD | 1
science-libs/flann/DEPENDS | 1
science-libs/flann/DETAILS | 18 ++++++
science-libs/flann/HISTORY | 2
science-libs/pcl/BUILD | 1
science-libs/pcl/DEPENDS | 4 +
science-libs/pcl/DETAILS | 21 +++++++
science-libs/pcl/HISTORY | 2
utils/rtirq/DEPENDS | 2
utils/rtirq/HISTORY | 3 +
38 files changed, 317 insertions(+), 33 deletions(-)

New commits:
commit 8b66f25ae567e8ef79d9eb9eaf211df8eeaa4557
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pngcrush: => 1.7.20

commit 23ee14a2225e9c18a8951a41613a96d063613701
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

rtirq: schedutils was deprecated in favour of util-linux (fixes #286)

commit 59267138df7a82fe199f04c6047a215b145b4f6e
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

module-install: module-build was merged into perl (fixes #290)

commit e88bb2173bde320ca61298fa028ae36f1ae6dd1b
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

mod_perl: apache was renamed to apache1 (fixes #291)

commit 8ea59c3592f33c54cebcc4473ed89ba8527e7dcf
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

log-dispatch: module-build was merged into perl (fixes #289)

commit f7edc595aaea685afc5c349b83c970837b73b540
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

science-libs/pcl: new spell, Point Cloud Library

commit 4ede3a5af764bfba7c3e25b741a106a51d14975d
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

devel/ghc: version 7.2.1

commit 95267f0c7cc05866d8eb7d5bb2b2e6d004640050
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

science-libs/cminpack: new spell, C/C++ Minpack

commit 6e03ac014f97a554fa091ac139951c720ca9fcde
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

science-libs/flann: new spell, Fast Library for Approximate Nearest
Neighbors

commit e531c55edbf6872c0ab7b00621764cc8bc3dc805
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

crypto/tthsum: new spell, generates or checks TTH message digests

commit 81f26930caad963eaf28a993aa5a7a0b41f2de15
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

graphics/gmic: version 1.5.0.4

diff --git a/ChangeLog b/ChangeLog
index eba6dd9..162eb98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-10-15 Ladislav Hagara <hgr AT vabo.cz>
+ * crypto/tthsum: new spell, generates or checks TTH message digests
+ * science-libs/flann: new spell
+ Fast Library for Approximate Nearest Neighbors
+ * science-libs/cminpack: new spell, C/C++ Minpack
+ * science-libs/pcl: new spell, Point Cloud Library
+
2011-10-15 Bor Kraljič <pyrobor AT ver.si>
* chat-im/openwengo: removed (deprecated over 180 days ago)
* disk/ntfsprogs: removed (deprecated over 180 days ago)
diff --git a/crypto/tthsum/BUILD b/crypto/tthsum/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/crypto/tthsum/BUILD
@@ -0,0 +1 @@
+make
diff --git a/crypto/tthsum/DETAILS b/crypto/tthsum/DETAILS
new file mode 100755
index 0000000..d6b5142
--- /dev/null
+++ b/crypto/tthsum/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=tthsum
+ VERSION=1.3.0
+
SOURCE_HASH=sha512:f5efa50f7f4be3bbb267d5e633d99029ddee7a6f70435af468aba436a0477d158414e5dcb4888969b5f62b34e49b1695ca5c0ceb6d22da6f102d143ecd7605f3
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://tthsum.devs.nu/pkg/$SOURCE
+ WEB_SITE=http://tthsum.devs.nu/
+ ENTERED=20111015
+ LICENSE[0]=GPL
+ SHORT="generates or checks TTH message digests"
+cat << EOF
+tthsum generates or checks TTH checksums (roots of the Tiger/THEX hash
+tree). The Merkle Hash Tree, invented by Ralph Merkle, is a hash con-
+struct that exhibits desirable properties for verifying the integrity
+of files and file subranges in an incremental or out-of-order fashion.
+tthsum uses the Tiger hash algorithm, by Ross Anderson and Eli Biham,
+for both the internal and the leaf nodes.
+EOF
diff --git a/crypto/tthsum/HISTORY b/crypto/tthsum/HISTORY
new file mode 100644
index 0000000..97844a3
--- /dev/null
+++ b/crypto/tthsum/HISTORY
@@ -0,0 +1,2 @@
+2011-10-15 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, PRE_BUILD, BUIL: spell created, version 1.3.0
diff --git a/crypto/tthsum/PRE_BUILD b/crypto/tthsum/PRE_BUILD
new file mode 100755
index 0000000..3f79ea6
--- /dev/null
+++ b/crypto/tthsum/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+sed -i "s:/local::" Makefile
diff --git a/devel/ghc/DETAILS b/devel/ghc/DETAILS
index dd3aa6a..0c5c4e8 100755
--- a/devel/ghc/DETAILS
+++ b/devel/ghc/DETAILS
@@ -1,16 +1,16 @@
SPELL=ghc
- VERSION=7.0.3
+ VERSION=7.2.1
SOURCE=$SPELL-$VERSION-src.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.haskell.org/${SPELL}/dist/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:b86c503dc3a1618484bae969162f5d4df946b1a96ad511a759849808c4ecb383c445acbe928e810ab0fc4a6c39864afdfa69b624df2429f44b1ddd24b9544645
+
SOURCE_HASH=sha512:273351cbdc36ce58165f76eee59757e7587ce6a22079e617347d08bd40e6939c80ad7e954c8c23191e47937b08a35a2b7f3890ad49ef0f7cee78feee58cc048d
if [[ ! -x /usr/bin/ghc ]] ; then
ARCH="$(uname -m)"
[[ "$ARCH" = i686 ]] && ARCH=i386
SOURCE2=${SPELL}-${VERSION}-${ARCH}-unknown-linux.tar.bz2
SOURCE2_URL[0]=http://www.haskell.org/${SPELL}/dist/${VERSION}/${SOURCE2}
-
SOURCE2_HASH=sha512:9380e922c4cda65a2a23c0d74e76770153d19bce4d31820e51f59bc5c3f4e0a0c793045d4779ae04e003da793624fc03a84246ea8d2d1e98bc50c0aad9507cab

- [ "$ARCH" = "x86_64" ] &&
SOURCE2_HASH=sha512:7bca612176f230d2a7a06af537cd57b1858e11e11e2abb35936893a028f17c1a1e7a7e29397a365a0563f249347304c504a4b2a07a026044bfd052bd67b5456c
+
SOURCE2_HASH=sha512:075019a3435ee7917867484579f00378eb374d75741447bfcb79e21153d1f77a4c3470c4de5434a7429c3d625629096f0b7c1ef27699cbdc4be5461943b454f9
+ [ "$ARCH" = "x86_64" ] &&
SOURCE2_HASH=sha512:1391f6e4f65d08179b1f198f25fa7d1bdedb30af3184eddf079cf35e24892d8e379144358f6186156e695f994ebd611bb10bd67e3fbda20927a0eb0f8490327c
fi

LICENSE[0]=BSD
@@ -22,3 +22,4 @@ cat << EOF
GHC is a state-of-the-art, open source, compiler and interactive
environment for the functional language Haskell.
EOF
+075019a3435ee7917867484579f00378eb374d75741447bfcb79e21153d1f77a4c3470c4de5434a7429c3d625629096f0b7c1ef27699cbdc4be5461943b454f9
/var/spool/sorcery/ghc-7.2.1-i386-unknown-linux.tar.bz2
diff --git a/devel/ghc/HISTORY b/devel/ghc/HISTORY
index 2d528b5..0fcb1c9 100644
--- a/devel/ghc/HISTORY
+++ b/devel/ghc/HISTORY
@@ -1,3 +1,6 @@
+2011-10-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 7.2.1
+
2011-05-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* build.mk.no-opts: removed, doesn't work with 7.0.3
* PRE_BUILD: use supplied build.mk.sample to select performance
diff --git a/graphics/gmic/DEPENDS b/graphics/gmic/DEPENDS
index 24dd326..05924ff 100755
--- a/graphics/gmic/DEPENDS
+++ b/graphics/gmic/DEPENDS
@@ -1,3 +1,2 @@
depends gimp &&
-depends graphicsmagick &&
-depends opencv
+depends graphicsmagick
diff --git a/graphics/gmic/DETAILS b/graphics/gmic/DETAILS
index 4b6dbdc..6023eef 100755
--- a/graphics/gmic/DETAILS
+++ b/graphics/gmic/DETAILS
@@ -1,8 +1,8 @@
SPELL=gmic
- VERSION=1.4.5.2
+ VERSION=1.5.0.4
SOURCE="${SPELL}_${VERSION}.tar.gz"
SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:bf1e804d3137e8f7690c35b45fdc6655a1789ac889e60b5ed58ef0a865762615a145b5a305b7eb82dbffab61a54f77351267aebfe24daf4c9211975620400580
+
SOURCE_HASH=sha512:35b37dd257e0b9558ea04a3886f39af6adece219fe6390917a90fcbfedde356ddd8301e53f90bcff60d986de7822e79cf3c2372e06b997a4763cde3349c021c6
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://gmic.sourceforge.net/";
LICENSE[0]="CeCILL"
diff --git a/graphics/gmic/HISTORY b/graphics/gmic/HISTORY
index 073c25f..f3cbd13 100644
--- a/graphics/gmic/HISTORY
+++ b/graphics/gmic/HISTORY
@@ -1,3 +1,10 @@
+2011-10-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.5.0.4
+ * DEPENDS: removed dependency on opencv since gmic doesn't compile
+ with our version of opencv
+ * PRE_BUILD, patch-configure, patch-src_Makefile: adapted patches
+ from FreeBSD to fix a compile error
+
2010-11-20 Bor Kraljič <pyrobor AT ver.si>
* CONFLICTS: added greycstoration-gimp-plugin & greycstoration
(deprecated)
* DEPENDS, DETAILS: spell created, cleaned keywords, added LICENSE
diff --git a/graphics/gmic/PRE_BUILD b/graphics/gmic/PRE_BUILD
new file mode 100755
index 0000000..3347453
--- /dev/null
+++ b/graphics/gmic/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+sedit 's:-lcv -lhighgui:-lopencv_legacy:' configure &&
+patch -p0 < ${SCRIPT_DIRECTORY}/patch-configure &&
+patch -p0 < ${SCRIPT_DIRECTORY}/patch-src_Makefile
diff --git a/graphics/gmic/patch-configure b/graphics/gmic/patch-configure
new file mode 100644
index 0000000..a74f447
--- /dev/null
+++ b/graphics/gmic/patch-configure
@@ -0,0 +1,113 @@
+$FreeBSD: ports/graphics/gimp-gmic-plugin/files/patch-configure,v 1.3
2011/09/04 15:59:39 crees Exp $
+
+Unfortunately we can't do the usual patch configure.ac and run autoconf --
the
+tarball doesn't contain the autotools sources ><
+
+--- configure.orig 2011-08-23 18:18:22.000000000 +0400
++++ configure 2011-08-30 22:27:42.000000000 +0400
+@@ -5104,105 +5104,6 @@
+
+ fi
+
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cvSobel in -lcv" >&5
+-$as_echo_n "checking for cvSobel in -lcv... " >&6; }
+-if test "${ac_cv_lib_cv_cvSobel+set}" = set; then :
+- $as_echo_n "(cached) " >&6
+-else
+- ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lcv $LIBS"
+-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+-/* end confdefs.h. */
+-
+-/* Override any GCC internal prototype to avoid an error.
+- Use char because int might match the return type of a GCC
+- builtin and then its argument prototype would still apply. */
+-#ifdef __cplusplus
+-extern "C"
+-#endif
+-char cvSobel ();
+-int
+-main ()
+-{
+-return cvSobel ();
+- ;
+- return 0;
+-}
+-_ACEOF
+-if ac_fn_c_try_link "$LINENO"; then :
+- ac_cv_lib_cv_cvSobel=yes
+-else
+- ac_cv_lib_cv_cvSobel=no
+-fi
+-rm -f core conftest.err conftest.$ac_objext \
+- conftest$ac_exeext conftest.$ac_ext
+-LIBS=$ac_check_lib_save_LIBS
+-fi
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cv_cvSobel" >&5
+-$as_echo "$ac_cv_lib_cv_cvSobel" >&6; }
+-if test "x$ac_cv_lib_cv_cvSobel" = x""yes; then :
+- cat >>confdefs.h <<_ACEOF
+-#define HAVE_LIBCV 1
+-_ACEOF
+-
+- LIBS="-lcv $LIBS"
+-
+-else
+-
+- echo "***"
+- echo "** Fatal Error : Header or library files for 'OpenCV (core)' are
missing but are mandatory to compile G'MIC. **"
+- echo "***"
+- exit -1
+-
+-fi
+-
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lhighgui" >&5
+-$as_echo_n "checking for main in -lhighgui... " >&6; }
+-if test "${ac_cv_lib_highgui_main+set}" = set; then :
+- $as_echo_n "(cached) " >&6
+-else
+- ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lhighgui $LIBS"
+-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+-/* end confdefs.h. */
+-
+-
+-int
+-main ()
+-{
+-return main ();
+- ;
+- return 0;
+-}
+-_ACEOF
+-if ac_fn_c_try_link "$LINENO"; then :
+- ac_cv_lib_highgui_main=yes
+-else
+- ac_cv_lib_highgui_main=no
+-fi
+-rm -f core conftest.err conftest.$ac_objext \
+- conftest$ac_exeext conftest.$ac_ext
+-LIBS=$ac_check_lib_save_LIBS
+-fi
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_highgui_main"
>&5
+-$as_echo "$ac_cv_lib_highgui_main" >&6; }
+-if test "x$ac_cv_lib_highgui_main" = x""yes; then :
+- cat >>confdefs.h <<_ACEOF
+-#define HAVE_LIBHIGHGUI 1
+-_ACEOF
+-
+- LIBS="-lhighgui $LIBS"
+-
+-else
+-
+- echo "***"
+- echo "** Fatal Error : Header or library files for 'OpenCV (highgui)'
are missing but are mandatory to compile G'MIC. **"
+- echo "***"
+- exit -1
+-
+-fi
+-
+-
+ # Checks for header files.
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
diff --git a/graphics/gmic/patch-src_Makefile
b/graphics/gmic/patch-src_Makefile
new file mode 100644
index 0000000..c79fcd4
--- /dev/null
+++ b/graphics/gmic/patch-src_Makefile
@@ -0,0 +1,56 @@
+$FreeBSD: ports/graphics/gimp-gmic-plugin/files/patch-src_Makefile,v 1.3
2011/09/04 15:59:39 crees Exp $
+
+--- src/Makefile.orig 2011-08-23 18:18:27.000000000 +0400
++++ src/Makefile 2011-08-30 22:32:02.000000000 +0400
+@@ -142,15 +142,6 @@
+ ZLIB_CFLAGS = -Dcimg_use_zlib
+ ZLIB_LDFLAGS = -lz
+
+-# Flags to enable native support of webcams, using the OpenCV library.
+-OPENCV_CFLAGS = -Dcimg_use_opencv -I$(USR)/include/opencv
+-ifeq ($(OS),Darwin)
+-OPENCV_LDFLAGS = -lopencv_core -lopencv_highgui # Use this for OpenCV
2.2.0 !
+-else
+-OPENCV_LDFLAGS = -lcv -lhighgui
+-# OPENCV_LDFLAGS = -lopencv_core -lopencv_highgui # Use this for OpenCV
2.2.0 !
+-endif
+-
+ # Flags to enable native support of most classical image file formats,
using the GraphicsMagick++ library.
+ MAGICK_CFLAGS = -Dcimg_use_magick -I$(USR)/include/GraphicsMagick
+ ifeq ($(OS),Darwin)
+@@ -236,6 +227,14 @@
+ $(MAKE) gimp
+ $(MAKE) lib
+ else
++ifeq ($(OS),FreeBSD)
++ @echo "**"
++ @echo "** FreeBSD configuration"
++ @echo "**"
++ $(MAKE) freebsd
++ $(MAKE) bashcompletion
++ $(MAKE) gimp
++else
+ ifeq ($(OS),Darwin)
+ @echo "**"
+ @echo "** MacOSX configuration"
+@@ -252,9 +251,10 @@
+ $(MAKE) gimp
+ endif
+ endif
++endif
+
+ gimp:
+- $(MAKE) "CFLAGS=$(STD_GIMP_CFLAGS) $(OPT_CFLAGS)"
"LDFLAGS+=$(STD_GIMP_LDFLAGS) $(OPT_LDFLAGS)" "STRIP_EXE=1" gmic_gimp
++ $(MAKE) "CFLAGS+=$(STD_GIMP_CFLAGS)" "LDFLAGS+=$(STD_GIMP_LDFLAGS)"
"STRIP_EXE=1" gmic_gimp
+
+ lib:
+ $(MAKE) "CFLAGS=$(STD_LIB_CFLAGS) $(OPT_CFLAGS)"
"LDFLAGS+=$(STD_LIB_LDFLAGS)" gmic_lib
+@@ -269,6 +269,9 @@
+ linux:
+ $(MAKE) "CFLAGS=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)"
"LDFLAGS=$(STD_UNIX_LDFLAGS)" "STRIP_EXE=1" gmic_gmic
+
++freebsd:
++ $(MAKE) "CFLAGS+=$(STD_UNIX_CFLAGS)" "LDFLAGS+=$(STD_UNIX_LDFLAGS)"
"STRIP_EXE=1" gmic_gmic
++
+ custom:
+ $(MAKE) "CFLAGS=$(CUST_UNIX_CFLAGS) $(OPT_CFLAGS)"
"LDFLAGS=$(CUST_UNIX_LDFLAGS)" "STRIP_EXE=1" gmic_gmic
diff --git a/graphics/pngcrush/BUILD b/graphics/pngcrush/BUILD
index 8f58e6d..b9605d5 100755
--- a/graphics/pngcrush/BUILD
+++ b/graphics/pngcrush/BUILD
@@ -1 +1 @@
-make
+make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
diff --git a/graphics/pngcrush/DETAILS b/graphics/pngcrush/DETAILS
index 3527c86..b877893 100755
--- a/graphics/pngcrush/DETAILS
+++ b/graphics/pngcrush/DETAILS
@@ -1,12 +1,13 @@
SPELL=pngcrush
- VERSION=1.7.11
+ VERSION=1.7.20
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/pmt/$SOURCE
WEB_SITE=http://pmt.sourceforge.net/pngcrush/index.html
ENTERED=20030613
-
SOURCE_HASH=sha512:1112be78eaa9d4f442a8502587f1aa15baf6b33f79b2838a4b3a0b5e66fca092dd7dd085fab27b3c5ce2f4307130a807b458de509b14b0c4c04386e7ad4014c5
+
SOURCE_HASH=sha512:356682374f567e7fa90f915c4292be0eb9a6150cdf87a949b0f1eb4fc661d107fa34521bebc5fab4099cf3c9e562c25189ffe68a730651de545fd7a37a502450
LICENSE[0]=ZLIB
+ DOCS="ChangeLog.html"
KEYWORDS="graphics"
SHORT="optimizer for PNG (Portable Network Graphics) files"
cat << EOF
diff --git a/graphics/pngcrush/HISTORY b/graphics/pngcrush/HISTORY
index da1fd6d..192b6ad 100644
--- a/graphics/pngcrush/HISTORY
+++ b/graphics/pngcrush/HISTORY
@@ -1,3 +1,8 @@
+2011-10-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.7.20
+ * BUILD: better use of the flags
+ * PRE_BUILD, make.patch: removed
+
2010-07-16 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.7.11

diff --git a/graphics/pngcrush/PRE_BUILD b/graphics/pngcrush/PRE_BUILD
deleted file mode 100755
index ce80767..0000000
--- a/graphics/pngcrush/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p0 < "$SPELL_DIRECTORY/make.patch"
-
diff --git a/graphics/pngcrush/make.patch b/graphics/pngcrush/make.patch
deleted file mode 100644
index 054bbbd..0000000
--- a/graphics/pngcrush/make.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.orig 2009-12-21 05:46:31.000000000 +0300
-+++ Makefile 2010-01-06 17:26:14.924157579 +0300
-@@ -23,7 +23,7 @@
- #CFLAGS = -I. -O2 -fomit-frame-pointer -Wall
- #CFLAGS = -I. -O3 -fomit-frame-pointer -Wall
- #CFLAGS = -I. -Os -fomit-frame-pointer -Wall
--CFLAGS = -I. -O3 -funroll-loops -fomit-frame-pointer -Wall -Wshadow
-+#CFLAGS = -I. -O3 -funroll-loops -fomit-frame-pointer -Wall -Wshadow
- #CFLAGS = -I${ZINC} -I. -O3 -fomit-frame-pointer -Wall
- # [note that -Wall is a gcc-specific compilation flag ("all warnings on")]
- LDFLAGS =
-
diff --git a/perl-cpan/log-dispatch/DEPENDS b/perl-cpan/log-dispatch/DEPENDS
index ba484a4..6826bc7 100755
--- a/perl-cpan/log-dispatch/DEPENDS
+++ b/perl-cpan/log-dispatch/DEPENDS
@@ -1,2 +1 @@
-depends perl &&
-depends module-build
+depends perl
diff --git a/perl-cpan/log-dispatch/HISTORY b/perl-cpan/log-dispatch/HISTORY
index 3bd6843..97918f9 100644
--- a/perl-cpan/log-dispatch/HISTORY
+++ b/perl-cpan/log-dispatch/HISTORY
@@ -1,3 +1,6 @@
+2011-10-15 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: module-build was merged into perl (fixes #289)
+
2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: useless

diff --git a/perl-cpan/mod_perl/DEPENDS b/perl-cpan/mod_perl/DEPENDS
index db6ec20..4eaa298 100755
--- a/perl-cpan/mod_perl/DEPENDS
+++ b/perl-cpan/mod_perl/DEPENDS
@@ -1,6 +1,6 @@
if [ "$MOD_PERL_2" == "y" ]; then
depends APACHE2
else
- depends apache
+ depends apache1
fi &&
depends perl
diff --git a/perl-cpan/mod_perl/HISTORY b/perl-cpan/mod_perl/HISTORY
index 762dea2..51290b6 100644
--- a/perl-cpan/mod_perl/HISTORY
+++ b/perl-cpan/mod_perl/HISTORY
@@ -1,3 +1,6 @@
+2011-10-15 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: apache was renamed to apache1 (fixes #291)
+
2011-03-19 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated apache2 version to 2.0.5
Removed SOURCE_URL[0] and made [1] now [0]
diff --git a/perl-cpan/module-install/DEPENDS
b/perl-cpan/module-install/DEPENDS
index b657013..1dd0168 100755
--- a/perl-cpan/module-install/DEPENDS
+++ b/perl-cpan/module-install/DEPENDS
@@ -1 +1 @@
-depends module-build
+depends perl
diff --git a/perl-cpan/module-install/HISTORY
b/perl-cpan/module-install/HISTORY
index fb84c80..48373e5 100644
--- a/perl-cpan/module-install/HISTORY
+++ b/perl-cpan/module-install/HISTORY
@@ -1,3 +1,6 @@
+2011-10-15 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: module-build was merged into perl (fixes #290)
+
2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: cleaned up

diff --git a/science-libs/cminpack/BUILD b/science-libs/cminpack/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/science-libs/cminpack/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/science-libs/cminpack/DEPENDS b/science-libs/cminpack/DEPENDS
new file mode 100755
index 0000000..60dd614
--- /dev/null
+++ b/science-libs/cminpack/DEPENDS
@@ -0,0 +1 @@
+depends cmake
diff --git a/science-libs/cminpack/DETAILS b/science-libs/cminpack/DETAILS
new file mode 100755
index 0000000..b5464b3
--- /dev/null
+++ b/science-libs/cminpack/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=cminpack
+ VERSION=1.1.3
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://devernay.free.fr/hacks/cminpack/$SOURCE
+
SOURCE_HASH=sha512:b356043a76bc4c9503c439ad5f838b124abb440e72565532b6a92f24db3fdb823c7ac553be1a62b48ec3492d913469d880ac912c7b39c7a4d0914bd90c4270bb
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://devernay.free.fr/hacks/cminpack/cminpack.html
+ LICENSE[0]=BSD
+ ENTERED=20111015
+ SHORT="C/C++ Minpack"
+cat << EOF
+C/C++ Minpack, software for solving nonlinear equations and nonlinear least
+squares problems.
+EOF
diff --git a/science-libs/cminpack/HISTORY b/science-libs/cminpack/HISTORY
new file mode 100644
index 0000000..89b4717
--- /dev/null
+++ b/science-libs/cminpack/HISTORY
@@ -0,0 +1,2 @@
+2011-10-15 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, BUILD: spell created, version 1.1.3
diff --git a/science-libs/flann/BUILD b/science-libs/flann/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/science-libs/flann/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/science-libs/flann/DEPENDS b/science-libs/flann/DEPENDS
new file mode 100755
index 0000000..60dd614
--- /dev/null
+++ b/science-libs/flann/DEPENDS
@@ -0,0 +1 @@
+depends cmake
diff --git a/science-libs/flann/DETAILS b/science-libs/flann/DETAILS
new file mode 100755
index 0000000..89dd4a4
--- /dev/null
+++ b/science-libs/flann/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=flann
+ VERSION=1.6.11
+ SOURCE=$SPELL-$VERSION-src.zip
+ SOURCE_URL[0]=http://people.cs.ubc.ca/~mariusm/uploads/FLANN/$SOURCE
+
SOURCE_HASH=sha512:7da66255480ded6078b5b1332d01e09da2edd0c7adfe012d92fbf77b05d7a52e0d66d9b72f7373581cd37fdbcaf0c6d0ac6026c0f4f82de91b15605b0bbb41d0
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION-src
+ WEB_SITE=http://people.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN
+ LICENSE[0]=BSD
+ ENTERED=20111015
+ SHORT="Fast Library for Approximate Nearest Neighbors"
+cat << EOF
+FLANN is a library for performing fast approximate nearest neighbor searches
+in high dimensional spaces. It contains a collection of algorithms we found
to
+work best for nearest neighbor search and a system for automatically choosing
+the best algorithm and optimum parameters depending on the dataset.
+FLANN is written in C++ and contains bindings for the following languages: C,
+MATLAB and Python.
+EOF
diff --git a/science-libs/flann/HISTORY b/science-libs/flann/HISTORY
new file mode 100644
index 0000000..e1ddb59
--- /dev/null
+++ b/science-libs/flann/HISTORY
@@ -0,0 +1,2 @@
+2011-10-15 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, BUILD: spell created, version 1.6.11
diff --git a/science-libs/pcl/BUILD b/science-libs/pcl/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/science-libs/pcl/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/science-libs/pcl/DEPENDS b/science-libs/pcl/DEPENDS
new file mode 100755
index 0000000..1d7de0c
--- /dev/null
+++ b/science-libs/pcl/DEPENDS
@@ -0,0 +1,4 @@
+depends cmake &&
+depends eigen3 &&
+depends flann &&
+depends cminpack
diff --git a/science-libs/pcl/DETAILS b/science-libs/pcl/DETAILS
new file mode 100755
index 0000000..f31c936
--- /dev/null
+++ b/science-libs/pcl/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=pcl
+ VERSION=1.2.0
+ SOURCE=PCL-$VERSION-Source.tar.bz2
+ SOURCE_URL[0]=http://dev.pointclouds.org/attachments/download/442/$SOURCE
+
SOURCE_HASH=sha512:9cb4e9fa63fc5776d90d1a87142eb14c9e29fa2d062f0b456abd7c135f661a2cd8c085472a5dd40c385da4656823d597a6dad4c85d213d778071f99eade55615
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/PCL-$VERSION-Source
+ WEB_SITE=http://pointclouds.org/
+ LICENSE[0]=BSD
+ ENTERED=20111015
+ SHORT="Point Cloud Library"
+cat << EOF
+The Point Cloud Library (or PCL) is a large scale, open project for point
+cloud processing. The PCL framework contains numerous state-of-the art
+algorithms including filtering, feature estimation, surface reconstruction,
+registration, model fitting and segmentation. These algorithms can be used,
+for example, to filter outliers from noisy data, stitch 3D point clouds
+together, segment relevant parts of a scene, extract keypoints and compute
+descriptors to recognize objects in the world based on their geometric
+appearance, and create surfaces from point clouds and visualize them -- to
+name a few.
+EOF
diff --git a/science-libs/pcl/HISTORY b/science-libs/pcl/HISTORY
new file mode 100644
index 0000000..2412998
--- /dev/null
+++ b/science-libs/pcl/HISTORY
@@ -0,0 +1,2 @@
+2011-10-15 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, BUILD: spell created, version 1.2.0
diff --git a/utils/rtirq/DEPENDS b/utils/rtirq/DEPENDS
index 0527dd3..f440a39 100755
--- a/utils/rtirq/DEPENDS
+++ b/utils/rtirq/DEPENDS
@@ -1 +1 @@
-depends schedutils
+depends util-linux
diff --git a/utils/rtirq/HISTORY b/utils/rtirq/HISTORY
index ad7be9c..e34e944 100644
--- a/utils/rtirq/HISTORY
+++ b/utils/rtirq/HISTORY
@@ -1,3 +1,6 @@
+2011-10-15 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: schedutils was deprecated in favour of util-linux (fixes
#286)
+
2007-12-02 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Updated to 20071012.




  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (b41436cd6cab0eb2e6acf789f306e43122ba6dc0), Vlad Glagolev, 10/15/2011

Archive powered by MHonArc 2.6.24.

Top of Page