From 7d5207bde7d75f77d0f760481f684262e6f61e0d Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 7 Mar 2013 11:36:50 -0500 Subject: Add Xamarin Package description from Atsushi --- xpkg/Details.md | 5 +++++ xpkg/README | 7 +++++++ xpkg/build-package.sh | 19 +++++++++++++++++++ xpkg/logo_128x128.png | Bin 0 -> 12929 bytes xpkg/sample_desc.txt | 1 + 5 files changed, 32 insertions(+) create mode 100644 xpkg/Details.md create mode 100644 xpkg/README create mode 100755 xpkg/build-package.sh create mode 100644 xpkg/logo_128x128.png create mode 100644 xpkg/sample_desc.txt diff --git a/xpkg/Details.md b/xpkg/Details.md new file mode 100644 index 0000000..927012c --- /dev/null +++ b/xpkg/Details.md @@ -0,0 +1,5 @@ +This is Reactive Extensions from Microsoft, ported to Xamarin products. + +For details and tutorials, see MSDN website. +http://msdn.microsoft.com/en-us/data/gg577609 + diff --git a/xpkg/README b/xpkg/README new file mode 100644 index 0000000..229e3ab --- /dev/null +++ b/xpkg/README @@ -0,0 +1,7 @@ +run: + + ln -s path/to/mono/mcs mcs + ln -s path/to/mono/external external + ./build-package.sh + + diff --git a/xpkg/build-package.sh b/xpkg/build-package.sh new file mode 100755 index 0000000..eb6cc63 --- /dev/null +++ b/xpkg/build-package.sh @@ -0,0 +1,19 @@ +#!/bin/sh + +mono xpkg.exe create ReactiveExtensionsForXamarin-1.0.xam \ + --name="Reactive Extensions for Android" \ + --publisher="Xamarin, Inc." \ + --website="http://www.xamarin.com" \ + --summary="a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators." \ + --license="external/rx/Rx/NET/Source/license.txt" \ + --library=android:external/rx/Rx/NET/Source/Rx_Xamarin/android/libs/System.Reactive.Interfaces.dll \ + --library=android:external/rx/Rx/NET/Source/Rx_Xamarin/android/libs/System.Reactive.Core.dll \ + --library=android:external/rx/Rx/NET/Source/Rx_Xamarin/android/libs/System.Reactive.Linq.dll \ + --library=android:external/rx/Rx/NET/Source/Rx_Xamarin/android/libs/System.Reactive.PlatformServices.dll \ + --library=android:external/rx/Rx/NET/Source/Rx_Xamarin/android/libs/System.Reactive.Experimental.dll \ + --library=android:external/rx/Rx/NET/Source/Rx_Xamarin/android/libs/System.Reactive.Debugger.dll \ + --library=android:external/rx/Rx/NET/Source/Rx_Xamarin/android/libs/System.Reactive.Providers.dll \ + --details=Details.md \ + --getting-started=Details.md \ + --icon=logo_128x128.png \ + --sample="GitHub API Client Sample. GitHub API client sample demonstrates use of Rx API with GitHub:external/rx/Rx/NET/Source/Rx_Xamarin/android/samples/GithubApiClientSample/GithubApiClientSample.sln" diff --git a/xpkg/logo_128x128.png b/xpkg/logo_128x128.png new file mode 100644 index 0000000..9da8fee Binary files /dev/null and b/xpkg/logo_128x128.png differ diff --git a/xpkg/sample_desc.txt b/xpkg/sample_desc.txt new file mode 100644 index 0000000..045d291 --- /dev/null +++ b/xpkg/sample_desc.txt @@ -0,0 +1 @@ +GithubApiClientSample demonstrates use of Rx API -- cgit v1.2.3