Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sm/sm-libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Mar 28, 2012
2 parents 45fbf2f + a2d747d commit c9c16be
Show file tree
Hide file tree
Showing 59 changed files with 91 additions and 193 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions expat/README.md
@@ -0,0 +1,2 @@
# Extension Template

Empty file added expat/TODO.md
Empty file.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions expat/config/defaults
@@ -0,0 +1,3 @@
version=2.0.1
base_url=http://sourceforge.net/projects/expat/files/expat
archive_format=tar.gz
1 change: 1 addition & 0 deletions expat/config/md5
@@ -0,0 +1 @@
expat-2.0.1.tar.gz=ee8b492592568805593f81f8cdf2a04c
File renamed without changes.
6 changes: 6 additions & 0 deletions expat/shell/functions
@@ -0,0 +1,6 @@
#!/bin/sh

expat_prefetch()
{
package define base_url "http://sourceforge.net/projects/expat/files/expat/${package_version}"
}
File renamed without changes.
4 changes: 0 additions & 4 deletions imagemagick/CHANGELOG.md

This file was deleted.

4 changes: 0 additions & 4 deletions imagemagick/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions imagemagick/TODO.md

This file was deleted.

8 changes: 0 additions & 8 deletions imagemagick/bin/help

This file was deleted.

3 changes: 0 additions & 3 deletions imagemagick/config/defaults

This file was deleted.

1 change: 0 additions & 1 deletion imagemagick/config/md5

This file was deleted.

10 changes: 0 additions & 10 deletions imagemagick/shell/functions

This file was deleted.

4 changes: 0 additions & 4 deletions jpeg/CHANGELOG.md

This file was deleted.

4 changes: 0 additions & 4 deletions jpeg/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions jpeg/TODO.md

This file was deleted.

1 change: 0 additions & 1 deletion jpeg/VERSION

This file was deleted.

9 changes: 0 additions & 9 deletions jpeg/bin/help

This file was deleted.

2 changes: 0 additions & 2 deletions jpeg/config/defaults

This file was deleted.

1 change: 0 additions & 1 deletion jpeg/map

This file was deleted.

19 changes: 0 additions & 19 deletions jpeg/shell/functions

This file was deleted.

2 changes: 0 additions & 2 deletions jpeg/shell/includes

This file was deleted.

58 changes: 58 additions & 0 deletions libffi/patches/darwin/3.0.10/wc-test-configure.patch
@@ -0,0 +1,58 @@
--- a/m4/ax_enable_builddir.m4
+++ b/m4/ax_enable_builddir.m4
@@ -204,7 +204,7 @@ a\\
; test ".\$\$HOST" = "." && HOST=$x sh $AUX/config.guess $x \\\\\\
; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\
; use=$x basename "\$\@" _ALL $x; n=$x echo \$\$BUILD | wc -w $x \\\\\\
- ; echo "MAKE \$\$HOST : \$\$n * \$\@"; if test "\$\$n" = "0" ; then : \\\\\\
+ ; echo "MAKE \$\$HOST : \$\$n * \$\@"; if test "\$\$n" -eq 0 ; then : \\\\\\
; BUILD=$x grep "^####.*|" Makefile |tail -1| sed -e 's/.*|//' $x ; fi \\\\\\
; test ".\$\$BUILD" = "." && BUILD="." \\\\\\
; test "\$\$use" = "\$\@" && BUILD=$x echo "\$\$BUILD" | tail -1 $x \\\\\\
@@ -217,7 +217,7 @@ dnl special rule add-on: "dist" copies the tarball to $(PUB). (source tree)
; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\
; found=$x echo \$\$BUILD | wc -w $x \\\\\\
; echo "MAKE \$\$HOST : \$\$found \$(PACKAGE)-\$(VERSION).tar.*" \\\\\\
- ; if test "\$\$found" = "0" ; then : \\\\\\
+ ; if test "\$\$found" -eq 0 ; then : \\\\\\
; BUILD=$x grep "^#### .*|" Makefile |tail -1| sed -e 's/.*|//' $x \\\\\\
; fi ; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\
; for f in \$\$i/\$(PACKAGE)-\$(VERSION).tar.* \\\\\\
@@ -229,7 +229,7 @@ dnl special rule add-on: "dist-foo" copies all the archives to $(PUB). (source t
; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\
; found=$x echo \$\$BUILD | wc -w $x \\\\\\
; echo "MAKE \$\$HOST : \$\$found \$(PACKAGE)-\$(VERSION).*" \\\\\\
- ; if test "\$\$found" = "0" ; then : \\\\\\
+ ; if test "\$\$found" -eq 0 ; then : \\\\\\
; BUILD=$x grep "^#### .*|" Makefile |tail -1| sed -e 's/.*|//' $x \\\\\\
; fi ; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\
; for f in \$\$i/\$(PACKAGE)-\$(VERSION).* \\\\\\
--- a/configure
+++ b/configure
@@ -16339,7 +16339,7 @@
; test ".\$\$HOST" = "." && HOST=$x sh $ax_enable_builddir_auxdir/config.guess $x \\\\\\
; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\
; use=$x basename "\$\@" -all $x; n=$x echo \$\$BUILD | wc -w $x \\\\\\
- ; echo "MAKE \$\$HOST : \$\$n * \$\@"; if test "\$\$n" = "0" ; then : \\\\\\
+ ; echo "MAKE \$\$HOST : \$\$n * \$\@"; if test "\$\$n" -gt "0" ; then : \\\\\\
; BUILD=$x grep "^####.*|" Makefile |tail -1| sed -e 's/.*|//' $x ; fi \\\\\\
; test ".\$\$BUILD" = "." && BUILD="." \\\\\\
; test "\$\$use" = "\$\@" && BUILD=$x echo "\$\$BUILD" | tail -1 $x \\\\\\
@@ -16351,7 +16351,7 @@
; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\
; found=$x echo \$\$BUILD | wc -w $x \\\\\\
; echo "MAKE \$\$HOST : \$\$found \$(PACKAGE)-\$(VERSION).tar.*" \\\\\\
- ; if test "\$\$found" = "0" ; then : \\\\\\
+ ; if test "\$\$found" -gt "0" ; then : \\\\\\
; BUILD=$x grep "^#### .*|" Makefile |tail -1| sed -e 's/.*|//' $x \\\\\\
; fi ; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\
; for f in \$\$i/\$(PACKAGE)-\$(VERSION).tar.* \\\\\\
@@ -16362,7 +16362,7 @@
; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\
; found=$x echo \$\$BUILD | wc -w $x \\\\\\
; echo "MAKE \$\$HOST : \$\$found \$(PACKAGE)-\$(VERSION).*" \\\\\\
- ; if test "\$\$found" = "0" ; then : \\\\\\
+ ; if test "\$\$found" -gt "0" ; then : \\\\\\
; BUILD=$x grep "^#### .*|" Makefile |tail -1| sed -e 's/.*|//' $x \\\\\\
; fi ; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\
; for f in \$\$i/\$(PACKAGE)-\$(VERSION).* \\\\\\
10 changes: 10 additions & 0 deletions libffi/shell/functions
@@ -0,0 +1,10 @@
#!/bin/sh

libffi_preconfigure()
{
if __sm.os.type.is darwin
then
export HOST
HOST="$( ./config.guess )"
fi
}
4 changes: 0 additions & 4 deletions libpng/CHANGELOG.md

This file was deleted.

4 changes: 0 additions & 4 deletions libpng/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions libpng/TODO.md

This file was deleted.

1 change: 0 additions & 1 deletion libpng/VERSION

This file was deleted.

1 change: 0 additions & 1 deletion libpng/config/defaults

This file was deleted.

7 changes: 0 additions & 7 deletions libpng/config/md5

This file was deleted.

1 change: 0 additions & 1 deletion libpng/map

This file was deleted.

8 changes: 0 additions & 8 deletions libpng/shell/functions

This file was deleted.

1 change: 0 additions & 1 deletion libpng/shell/includes

This file was deleted.

4 changes: 0 additions & 4 deletions libwmf/CHANGELOG.md

This file was deleted.

4 changes: 0 additions & 4 deletions libwmf/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions libwmf/TODO.md

This file was deleted.

1 change: 0 additions & 1 deletion libwmf/VERSION

This file was deleted.

8 changes: 0 additions & 8 deletions libwmf/bin/help

This file was deleted.

1 change: 0 additions & 1 deletion libwmf/config/defaults

This file was deleted.

7 changes: 0 additions & 7 deletions libwmf/config/md5

This file was deleted.

1 change: 0 additions & 1 deletion libwmf/map

This file was deleted.

8 changes: 0 additions & 8 deletions libwmf/shell/functions

This file was deleted.

1 change: 0 additions & 1 deletion libwmf/shell/includes

This file was deleted.

2 changes: 1 addition & 1 deletion openssl/config/defaults
Expand Up @@ -2,4 +2,4 @@ version=1.0.0d
base_url=http://www.openssl.org/source
md5_url=http://www.openssl.org/source
configure_flags=zlib no-asm
make_flags=-j1
make_flags=-j 1
15 changes: 9 additions & 6 deletions openssl/shell/functions
@@ -1,11 +1,14 @@
#!/bin/sh

openssl_configure()
openssl_preconfigure()
{
if (( ${static_flag:-0} == 1 ))
then
./config --prefix="${install_path}" ${configure_flags[@]} > configure.log 2>&1
else
./config --prefix="${install_path}" ${configure_flags[@]} shared > configure.log 2>&1
typeset -gx configure_command
if os is darwin && os arch type is x86_64
then configure_command="./Configure darwin64-x86_64-cc"
else configure_command="./config"
fi

if (( ${static_flag:-0} == 0 ))
then __sm.package.configure.flags shared
fi
}
4 changes: 0 additions & 4 deletions tiff/CHANGELOG.md

This file was deleted.

4 changes: 0 additions & 4 deletions tiff/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions tiff/TODO.md

This file was deleted.

1 change: 0 additions & 1 deletion tiff/VERSION

This file was deleted.

9 changes: 0 additions & 9 deletions tiff/bin/help

This file was deleted.

2 changes: 0 additions & 2 deletions tiff/config/defaults

This file was deleted.

7 changes: 0 additions & 7 deletions tiff/config/md5

This file was deleted.

1 change: 0 additions & 1 deletion tiff/map

This file was deleted.

1 change: 0 additions & 1 deletion tiff/shell/includes

This file was deleted.

2 changes: 1 addition & 1 deletion zlib/config/defaults
@@ -1,2 +1,2 @@
version=1.2.5
version=1.2.6
base_url=http://zlib.net

0 comments on commit c9c16be

Please sign in to comment.