aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitattributes19
-rw-r--r--TODO5
-rw-r--r--build/bootstrap.build1
-rw-r--r--buildfile1
-rw-r--r--manifest14
5 files changed, 33 insertions, 7 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..1631641
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,19 @@
+# This is a good default: files that are auto-detected by git to be text are
+# converted to the platform-native line ending (LF on Unix, CRLF on Windows)
+# in the working tree and to LF in the repository.
+#
+* text=auto
+
+# Use `eol=crlf` for files that should have the CRLF line ending both in the
+# working tree (even on Unix) and in the repository.
+#
+#*.bat text eol=crlf
+
+# Use `eol=lf` for files that should have the LF line ending both in the
+# working tree (even on Windows) and in the repository.
+#
+#*.sh text eol=lf
+
+# Use `binary` to make sure certain files are never auto-detected as text.
+#
+#*.png binary
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..a5fa0cb
--- /dev/null
+++ b/TODO
@@ -0,0 +1,5 @@
+On the revision:
+
+Additional (permanent) notes:
+
+- Review '@@ TMP' notes.
diff --git a/build/bootstrap.build b/build/bootstrap.build
index e6d722a..1a34fa9 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,5 +1,4 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
# license : Apache License 2.0
project = libapr1
diff --git a/buildfile b/buildfile
index 946a04a..8f5077b 100644
--- a/buildfile
+++ b/buildfile
@@ -1,5 +1,4 @@
# file : buildfile
-# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
# license : Apache License 2.0
./: doc{README} manifest
diff --git a/manifest b/manifest
index 56d6084..ddef3ff 100644
--- a/manifest
+++ b/manifest
@@ -1,15 +1,19 @@
: 1
name: libapr1
-version: 0+7
+version: 0+10
project: libapr
summary: Apache Portable Runtime C library
-license: ASLv2; Apache License 2.0
-tags: portable, operating, system, platform, interface, api, implementation
+license: Apache-2.0 ; Apache License 2.0.
+topics: C, portability
description-file: README
url: https://apr.apache.org/
package-url: https://git.build2.org/cgit/packaging/libapr/
email: dev@apr.apache.org; Mailing list.
package-email: packaging@build2.org; Mailing list.
build-email: builds@build2.org
-depends: * build2 >= 0.8.0-
-depends: * bpkg >= 0.8.0-
+depends: * build2 >= 0.16.0-
+depends: * bpkg >= 0.16.0-
+
+# System package mapping.
+#
+fedora-name: apr-devel