1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

Metadata: added 3 apps

This commit is contained in:
Ciaran Gultnieks 2012-02-12 08:59:22 +00:00
parent 1dc580e38f
commit 599441a5ca
9 changed files with 90 additions and 4 deletions

View File

@ -93,6 +93,26 @@ elif url.startswith('http://code.google.com/p/'):
print "Error while getting repo address"
sys.exit(1)
repo = repo[:index]
if not repotype:
index=page.find('svn checkout')
if index != -1:
repotype = 'git-svn'
repo = page[index + 13:]
prefix = '<strong><em>http</em></strong>'
if not repo.startswith(prefix):
print "Unexpected checkout instructions format"
sys.exit(1)
repo = 'http' + repo[len(prefix):]
index = repo.find('<')
if index == -1:
print "Error while getting repo address - no end tag? '" + repo + "'"
sys.exit(1)
repo = repo[:index]
index = repo.find(' ')
if index == -1:
print "Error while getting repo address - no space? '" + repo + "'"
sys.exit(1)
repo = repo[:index]
if not repotype:
print "Unable to determine vcs type"
sys.exit(1)

View File

@ -16,6 +16,6 @@ Repo:git://github.com/aarddict/android.git
Build Version:1.3.1,10,1.3.1,prebuild=mv lib libs
Update Check Mode:Market
Current Version:1.3.1
Current Version Code:10
Current Version:1.4.0
Current Version Code:12

View File

@ -19,6 +19,6 @@ Build Version:2.22,29,759,srclibs=FacebookSDK@c58af0b,prebuild=sed -i 's@\(andro
Build Version:2.23,30,760,encoding=utf-8,srclibs=FacebookSDK@c58af0b,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && mv lib/ libs/
Update Check Mode:Market
Current Version:2.23
Current Version Code:30
Current Version:2.24
Current Version Code:31

View File

@ -15,4 +15,6 @@ Repo:https://code.google.com/p/arity-calculator/
Build Version:1.27,27,ad8847de5df0,target=android-8
Update Check Mode:Market
Current Version:1.27
Current Version Code:27

View File

@ -15,4 +15,6 @@ Repo:https://github.com/lpar/RPN.git
Build Version:1.8.1,10,199a87f7319b685e59d6847f1ff2417613f69c6e
Update Check Mode:Market
Current Version:1.8
Current Version Code:9

View File

@ -0,0 +1,19 @@
Category:Office
License:Apache2
Web Site:http://code.google.com/p/android-sky/
Source Code:http://code.google.com/p/android-sky/source/checkout
Issue Tracker:http://code.google.com/p/android-sky/issues/list
Summary:Weather Widget
Description:
A weather forecast widget - USA only.
.
Repo Type:git-svn
Repo:http://android-sky.googlecode.com/svn/trunk/
#Generated by import.py - check this is the right version, and find the right commit!
Build Version:1.0,1,2,subdir=Sky,prebuild=rm -rf Sky/ && rm -rf gen/
Update Check Mode:None

View File

@ -0,0 +1,21 @@
Category:Office
License:GPLv2
Web Site:http://anymemo.org/
Source Code:https://github.com/helloworld1/AnyMemo
Issue Tracker:https://github.com/helloworld1/AnyMemo/issues
Donate:http://anymemo.org/
Summary:Flashcard-based Learning
Description:
Spaced repetition flashcard learning software.
.
Repo Type:git
Repo:https://github.com/helloworld1/AnyMemo.git
Build Version:8.3.0,135,a591497118fe2cae101027add50d835c7fe6ed27,target=android-13,prebuild=rm -rf jni/
Update Check Mode:Market
Current Version:8.3.0
Current Version Code:135

View File

@ -0,0 +1,18 @@
Category:Navigation
License:Apache2
Web Site:https://github.com/jarofgreen/Just-A-Damn-Compass
Source Code:https://github.com/jarofgreen/Just-A-Damn-Compass
Issue Tracker:https://github.com/jarofgreen/Just-A-Damn-Compass
Summary:Simple Compass
Description:
A simple compass with no unnecessary extras.
.
Repo Type:git
Repo:https://github.com/jarofgreen/Just-A-Damn-Compass.git
Build Version:1.1,2,32e3d60ecadac260f71da17a6cb4b22084c5bcc2,target=android-8,prebuild=rm -rf gen
Update Check Mode:Market

View File

@ -391,6 +391,7 @@ net.healeys.lexic_41.apk net.healeys.lexic 2012-02-09
net.mafro.android.wakeonlan_12.apk net.mafro.android.wakeonlan 2011-11-24
net.nightwhistler.pageturner_1.apk net.nightwhistler.pageturner 2012-02-03
net.nightwhistler.pageturner_2.apk net.nightwhistler.pageturner 2012-02-04
net.nightwhistler.pageturner_3.apk net.nightwhistler.pageturner 2012-02-11
net.osmand.plus_34.apk net.osmand.plus 2011-06-24
net.osmand.plus_36.apk net.osmand.plus 2011-07-12
net.osmand.plus_37.apk net.osmand.plus 2011-09-26
@ -528,6 +529,7 @@ org.jfedor.frozenbubble_8.apk org.jfedor.frozenbubble 2011-01-02
org.jfedor.frozenbubble_9.apk org.jfedor.frozenbubble 2011-01-02
org.jmoyer.NotificationPlus_2.apk org.jmoyer.NotificationPlus 2012-01-15
org.johanhil.flygtider_9.apk org.johanhil.flygtider 2011-04-02
org.jsharkey.sky_1.apk org.jsharkey.sky 2012-02-12
org.jtb.alogcat_34.apk org.jtb.alogcat 2011-01-04
org.jtb.alogcat_36.apk org.jtb.alogcat 2011-03-09
org.jtb.alogcat_38.apk org.jtb.alogcat 2011-03-10
@ -535,6 +537,7 @@ org.jtb.alogcat_39.apk org.jtb.alogcat 2012-01-24
org.jtb.droidlife_21.apk org.jtb.droidlife 2011-11-27
org.kost.externalip_3.apk org.kost.externalip 2011-09-26
org.kreed.vanilla_16.apk org.kreed.vanilla 2011-04-02
org.liberty.android.fantastischmemo_135.apk org.liberty.android.fantastischmemo 2012-02-12
org.marcus905.wifi.ace_20100924.apk org.marcus905.wifi.ace 2011-01-27
org.marcus905.wifi.ace_20120115.apk org.marcus905.wifi.ace 2012-02-06
org.mixare_14.apk org.mixare 2011-07-22
@ -649,6 +652,7 @@ transdroid-1.0.4.apk org.transdroid 2011-05-24
transdroid-1.1.0-beta.apk org.transdroid 2011-10-21
tuioDroid.impl_4.apk tuioDroid.impl 2011-11-28
tuxrider_1.0.4.apk com.drodin.tuxrider 2010-11-18
uk.co.jarofgreen.JustADamnCompass_2.apk uk.co.jarofgreen.JustADamnCompass 2012-02-12
urbanstew.RehearsalAssistant_22.apk urbanstew.RehearsalAssistant 2011-02-19
us.lindanrandy.cidrcalculator_115.apk us.lindanrandy.cidrcalculator 2012-01-21
us.lindanrandy.cidrcalculator_118.apk us.lindanrandy.cidrcalculator 2012-01-28