make_single &&
diff --git a/libs/gettext/DEPENDS b/libs/gettext/DEPENDS
index 506d4a3..f92e2b5 100755
--- a/libs/gettext/DEPENDS
+++ b/libs/gettext/DEPENDS
@@ -1,22 +1,40 @@
-depends gnupg &&
-depends smgl-fhs &&
-
-optional_depends texinfo \
- '' \
- '' \
- 'to build info files' &&
-
-optional_depends g++ \
- "--enable-libasprintf" \
- "--disable-libasprintf" \
- "for libasprintf" &&
-
-optional_depends CSHARP \
- "--enable-csharp" \
- "--disable-csharp" \
- " for C# bindings" &&
-
-optional_depends texlive \
- '' \
- '' \
- 'to build .ps, .pdf and .dvi documentation'
+depends gnupg &&
+depends smgl-fhs &&
+
+optional_depends g++ \
+ "--enable-libasprintf" \
+ "--disable-libasprintf" \
+ "for libasprintf support" &&
+
+optional_depends pth \
+ "--enable-threads=pth" \
+ "--enable-threads=posix" \
+ "use GNU Portable Threads API instead of POSIX" &&
+
+optional_depends CSHARP \
+ "--enable-csharp" \
+ "--disable-csharp" \
+ "for C# bindings" &&
+
+optional_depends acl \
+ "--enable-acl" \
+ "--disable-acl" \
+ "for ACLs support" &&
+
+optional_depends cvs \
+ "--with-cvs" \
+ "--without-cvs" \
+ "use cvs to compress the infrastructure archive" &&
+
+optional_depends git \
+ "--with-git" \
+ "--without-git" \
+ "use git to compress the infrastructure archive" &&
+
+optional_depends ncurses \
+ "--enable-curses" \
+ "--disable-curses" \
+ "for ncurses support" &&
+
+optional_depends texinfo "" "" "to build info files" &&
+optional_depends texlive "" "" "to build .ps, .pdf and .dvi documentation"
diff --git a/libs/gettext/DETAILS b/libs/gettext/DETAILS
index eca7192..daccee2 100755
--- a/libs/gettext/DETAILS
+++ b/libs/gettext/DETAILS
@@ -1,11 +1,11 @@
SPELL=gettext
- VERSION=0.17
+ VERSION=0.18
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
SOURCE2_URL[0]=$GNU_URL/$SPELL/$SOURCE2
- SOURCE_GPG="gnu.gpg:$SOURCE2"
+ SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
WEB_SITE=http://www.gnu.org/software/gettext/
ENTERED=20010922
@@ -13,50 +13,9 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="libs"
SHORT="GNU internationalisation library"
cat << EOF
-gettext is the GNU internationalisation library.
-The Purpose of GNU gettext
-Usually, programs are written and documented in English, and use English
-at execution time to interact with users. This is true not only of GNU
-software, but also of a great deal of commercial and free software.
-Using a common language is quite handy for communication between
-developers, maintainers and users from all countries. On the other hand,
-most people are less comfortable with English than with their own native
-language, and would prefer to use their mother tongue for day to day's
-work, as far as possible. Many would simply love to see their computer
-screen showing a lot less of English, and far more of their own
-language.
-However, to many people, this dream might appear so far fetched that
-they may believe it is not even worth spending time thinking about it.
-They have no confidence at all that the dream might ever become true.
-Yet some have not lost hope, and have organized themselves. The
-Translation Project is a formalization of this hope into a workable
-structure, which has a good chance to get all of us nearer the
-achievement of a truly multi-lingual set of programs.
-GNU gettext is an important step for the Translation Project, as it is
-an asset on which we may build many other steps. This package offers to
-programmers, translators and even users, a well integrated set of tools
-and documentation. Specifically, the GNU gettext utilities are a set of
-tools that provides a framework within which other free packages may
-produce multi-lingual messages. These tools include a set of conventions
-about how programs should be written to support message catalogs, a
-directory and file naming organization for the message catalogs
-themselves, a runtime library supporting the retrieval of translated
-messages, and a few stand-alone programs to massage in various ways the
-sets of translatable strings, or already translated strings. A special
-mode for GNU Emacs also helps ease interested parties into preparing
-these sets, or bringing them up to date.
-GNU gettext is designed to minimize the impact of internationalization
-on program sources, keeping this impact as small and hardly noticeable
-as possible. Internationalization has better chances of succeeding if it
-is very light weighted, or at least, appear to be so, when looking at
-program sources.
-The Translation Project also uses the GNU gettext distribution as a
-vehicle for documenting its structure and methods. This goes beyond the
-strict technicalities of documenting the GNU gettext proper. By so
-doing, translators will find in a single place, as far as possible, all
-they need to know for properly doing their translating work. Also, this
-supplemental documentation might also help programmers, and even curious
-users, in understanding how GNU gettext is related to the remainder of
-the Translation Project, and consequently, have a glimpse at the big
-picture.
+This is the GNU gettext package. It is interesting for authors or
+maintainers of other packages or programs which they want to see
+internationalized. As one step the handling of messages in different
+languages should be implemented. For this task GNU gettext provides
+the needed tools and library functions.
EOF
diff --git a/libs/gettext/HISTORY b/libs/gettext/HISTORY
index 02b7bb3..0461c83 100644
--- a/libs/gettext/HISTORY
+++ b/libs/gettext/HISTORY
@@ -1,3 +1,9 @@
+2010-05-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.18; quoting paths; added UPSTREAM_KEY;
+ corrected desc
+ * BUILD: removed unneeded hacks
+ * DEPENDS: rewritten, with support of new deps
+
2009-09-24 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DEPENDS: switch from tetex to texlive [auto]
diff --git a/libs/libxml++/DETAILS b/libs/libxml++/DETAILS
index 01e5c7c..9edcbc7 100755
--- a/libs/libxml++/DETAILS
+++ b/libs/libxml++/DETAILS
@@ -1,5 +1,5 @@
SPELL=libxml++
- VERSION=2.30.0
+ VERSION=2.30.1
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/libs/libxml++/HISTORY b/libs/libxml++/HISTORY
index e89ce7b..0ca77b1 100644
--- a/libs/libxml++/HISTORY
+++ b/libs/libxml++/HISTORY
@@ -1,3 +1,6 @@
+2010-05-11 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.30.1
+
2010-04-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* BUILD: disabled building of documentation so the build
doesn't fail
diff --git a/libs/libxml++/libxml++-2.30.0.tar.bz2.sig
b/libs/libxml++/libxml++-2.30.0.tar.bz2.sig
deleted file mode 100644
index 8a87cea..0000000
Binary files a/libs/libxml++/libxml++-2.30.0.tar.bz2.sig and /dev/null differ
diff --git a/libs/libxml++/libxml++-2.30.1.tar.bz2.sig
b/libs/libxml++/libxml++-2.30.1.tar.bz2.sig
new file mode 100644
index 0000000..9723ce5
Binary files /dev/null and b/libs/libxml++/libxml++-2.30.1.tar.bz2.sig differ
diff --git a/libs/popt/DETAILS b/libs/popt/DETAILS
index 2cdc87c..0ebaeff 100755
--- a/libs/popt/DETAILS
+++ b/libs/popt/DETAILS
@@ -1,5 +1,5 @@
SPELL=popt
- VERSION=1.15
+ VERSION=1.16
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
# SOURCE2=$SOURCE.asc
diff --git a/libs/popt/HISTORY b/libs/popt/HISTORY
index 979a1f8..090e63a 100644
--- a/libs/popt/HISTORY
+++ b/libs/popt/HISTORY
@@ -1,3 +1,6 @@
+2010-05-10 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.16
+
2009-05-07 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.15
No upstream signature for this release
diff --git a/libs/popt/popt-1.15.tar.gz.sig b/libs/popt/popt-1.15.tar.gz.sig
deleted file mode 100644
index dcc6ba3..0000000
Binary files a/libs/popt/popt-1.15.tar.gz.sig and /dev/null differ
diff --git a/libs/popt/popt-1.16.tar.gz.sig b/libs/popt/popt-1.16.tar.gz.sig
new file mode 100644
index 0000000..c49080e
Binary files /dev/null and b/libs/popt/popt-1.16.tar.gz.sig differ
diff --git a/libs/upower/DETAILS b/libs/upower/DETAILS
index 603fb7e..775df92 100755
--- a/libs/upower/DETAILS
+++ b/libs/upower/DETAILS
@@ -1,5 +1,5 @@
SPELL=upower
- VERSION=0.9.2
+ VERSION=0.9.3
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_GPG=gurus.gpg:$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/libs/upower/HISTORY b/libs/upower/HISTORY
index 025da62..2f5d833 100644
--- a/libs/upower/HISTORY
+++ b/libs/upower/HISTORY
@@ -1,3 +1,6 @@
+2010-05-11 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.9.3
+
2010-04-07 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS, DEPENDS: spell created, version 0.9.2
make
diff --git a/utils/atop/HISTORY b/utils/atop/HISTORY
old mode 100755
new mode 100644
index e6a2184..e47ff26
--- a/utils/atop/HISTORY
+++ b/utils/atop/HISTORY
@@ -1,3 +1,6 @@
+2010-05-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD: fixed CFLAGS substitution so it works with -Os
+
2010-05-03 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.25