summaryrefslogtreecommitdiff
path: root/package/subversion/Config.in
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/subversion/Config.in
Initial import
Diffstat (limited to 'package/subversion/Config.in')
-rw-r--r--package/subversion/Config.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/package/subversion/Config.in b/package/subversion/Config.in
new file mode 100644
index 000000000..4ab4537dc
--- /dev/null
+++ b/package/subversion/Config.in
@@ -0,0 +1,23 @@
+config ADK_PACKAGE_SUBVERSION
+ prompt "subversion........................ revision control program"
+ tristate
+ default n
+ select ADK_PACKAGE_ZLIB
+ select ADK_PACKAGE_APR_UTIL
+ select ADK_PACKAGE_LIBICONV
+ select ADK_PACKAGE_LIBEXPAT
+ help
+ Subversion is an open source application for revision control.
+
+ http://subversion.tigris.org
+
+config ADK_PACKAGE_SUBVERSION_NEON
+ prompt " Enable interaction with remote repositories over WebDAV"
+ bool
+ default n
+ depends ADK_PACKAGE_SUBVERSION
+ select ADK_PACKAGE_NEON
+ help
+ Allows a Subversion client to interact with remote
+ repositories over the Internet via a WebDAV based protocol.
+