Revision: 5362
          http://sourceforge.net/p/smartbody/code/5362
Author:   yuyuxu
Date:     2013-12-11 00:32:14 +0000 (Wed, 11 Dec 2013)
Log Message:
-----------
- Fix scripts for osx sdk
- Ship python 2.7.6 with osx sdk
- Rebuild boost python for python 2.7.6
- Rebuild protocbuf into static library to solve rpath problem

I'm having trouble committing a lot of files, so have to cut them into chunks 
and upload several times...

Added Paths:
-----------
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/__init__.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/db.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/dbobj.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/dbrecio.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/dbshelve.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/dbtables.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/dbutils.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/__init__.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_all.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_associate.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_basics.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_compare.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_compat.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_cursor_pget_bug.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_db.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_dbenv.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_dbobj.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_dbshelve.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_dbtables.py
    
trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_distributed_transactions.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_early_close.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_fileid.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_get_none.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_join.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_lock.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_misc.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_pickle.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_queue.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_recno.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_replication.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_sequence.py
    trunk/sdk/osx/Python27/lib/python2.7/bsddb/test/test_thread.py
    trunk/sdk/osx/Python27/lib/python2.7/compiler/
    trunk/sdk/osx/Python27/lib/python2.7/compiler/__init__.py
    trunk/sdk/osx/Python27/lib/python2.7/compiler/ast.py
    trunk/sdk/osx/Python27/lib/python2.7/compiler/consts.py
    trunk/sdk/osx/Python27/lib/python2.7/compiler/future.py
    trunk/sdk/osx/Python27/lib/python2.7/compiler/misc.py
    trunk/sdk/osx/Python27/lib/python2.7/compiler/pyassem.py
    trunk/sdk/osx/Python27/lib/python2.7/compiler/pycodegen.py
    trunk/sdk/osx/Python27/lib/python2.7/compiler/symbols.py
    trunk/sdk/osx/Python27/lib/python2.7/compiler/syntax.py
    trunk/sdk/osx/Python27/lib/python2.7/compiler/transformer.py
    trunk/sdk/osx/Python27/lib/python2.7/compiler/visitor.py
    trunk/sdk/osx/Python27/lib/python2.7/config/
    trunk/sdk/osx/Python27/lib/python2.7/config/Makefile
    trunk/sdk/osx/Python27/lib/python2.7/config/Setup
    trunk/sdk/osx/Python27/lib/python2.7/config/Setup.config
    trunk/sdk/osx/Python27/lib/python2.7/config/Setup.local
    trunk/sdk/osx/Python27/lib/python2.7/config/config.c
    trunk/sdk/osx/Python27/lib/python2.7/config/config.c.in
    trunk/sdk/osx/Python27/lib/python2.7/config/install-sh
    trunk/sdk/osx/Python27/lib/python2.7/config/makesetup
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/__init__.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/_endian.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/macholib/
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/macholib/README.ctypes
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/macholib/__init__.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/macholib/dyld.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/macholib/dylib.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/macholib/fetch_macholib
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/macholib/fetch_macholib.bat
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/macholib/framework.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/__init__.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/runtests.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_anon.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_array_in_pointer.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_arrays.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_as_parameter.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_bitfields.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_buffers.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_byteswap.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_callbacks.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_cast.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_cfuncs.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_checkretval.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_delattr.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_errcheck.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_errno.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_find.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_frombuffer.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_funcptr.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_functions.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_incomplete.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_init.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_integers.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_internals.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_keeprefs.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_libc.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_loading.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_macholib.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_memfunctions.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_numbers.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_objects.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_parameters.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_pep3118.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_pickling.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_pointers.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_prototypes.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_python_api.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_random_things.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_refcounts.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_repr.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_returnfuncptrs.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_simplesubclasses.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_sizes.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_slicing.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_stringptr.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_strings.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_struct_fields.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_structures.py
    
trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_unaligned_structures.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_unicode.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_values.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_varsize_struct.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_win32.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/test/test_wintypes.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/util.py
    trunk/sdk/osx/Python27/lib/python2.7/ctypes/wintypes.py

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Smartbody-svn mailing list
Smartbody-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/smartbody-svn

Reply via email to