Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2479b9d8874547bcd08f7933f85d82a3944292b2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2479b9d8874547bcd08f7933f85d82a3944292b2)
  • Date: Sun, 24 Sep 2017 00:22:47 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

dev/null |binary
libs/gmime/DEPENDS | 16 ++++++++++++++++
libs/gmime/DETAILS | 6 +++---
libs/gmime/HISTORY | 5 +++++
news/tin/CONFIGURE | 2 +-
news/tin/DEPENDS | 39 +++++++++++++++++++++++++++++++++++++++
news/tin/DETAILS | 42 ++++++++++++++++++++----------------------
news/tin/FINAL | 6 ++----
news/tin/HISTORY | 5 +++++
news/tin/INSTALL | 9 +++++++++
news/tin/PRE_REMOVE | 4 ++--
11 files changed, 102 insertions(+), 32 deletions(-)

New commits:
commit 2479b9d8874547bcd08f7933f85d82a3944292b2
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gmime: => 2.6.23

commit c0e69e84927963add5f67415800483a2bb3e6ed2
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tin: => 2.4.1

diff --git a/libs/gmime/DEPENDS b/libs/gmime/DEPENDS
index ba3841a..04a5827 100755
--- a/libs/gmime/DEPENDS
+++ b/libs/gmime/DEPENDS
@@ -1,4 +1,20 @@
depends glib2 &&
+
+optional_depends gpgme \
+ "--enable-smime" \
+ "--disable-smime" \
+ "for S/MIME support" &&
+
+optional_depends gobject-introspection \
+ "--enable-introspection" \
+ "--disable-introspection" \
+ "for introspection support" &&
+
+optional_depends vala \
+ "--enable-vala" \
+ "--disable-vala" \
+ "for Vala bindings" &&
+
optional_depends gtk-sharp-2 \
"--enable-mono" \
"--disable-mono" \
diff --git a/libs/gmime/DETAILS b/libs/gmime/DETAILS
index 16cbce2..644a840 100755
--- a/libs/gmime/DETAILS
+++ b/libs/gmime/DETAILS
@@ -4,15 +4,15 @@ if [[ "$GMIME_22BRANCH" == "y" ]]; then
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
else
- VERSION=2.6.20
+ VERSION=2.6.23
SOURCE=$SPELL-$VERSION.tar.xz
-
SOURCE_HASH=sha512:8a43cc57fb2884a0d0979dd42775aa0946d11f460beb33fc7f7a166bcabb81b9590426072eeb606e2d5423ac4d68ff73d619fee96f33669f62069fcccfaf0a10
+
SOURCE_HASH=sha512:2ff6718b7a555cd5b34848399f29c7d0aa5a15e1f3cb46e9258c499e874191ee00f41b737386805d3000bad34367d174a25c45d38ba90cba7902400e733afa14
SECURITY_PATCH=1
fi
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=http://ftp.gnome.org/pub/GNOME/sources/gmime/${BRANCH}/$SOURCE
-#
SOURCE_URL[1]=http://spruce.sourceforge.net/$SPELL/sources/v${BRANCH}/$SOURCE
+ DOC_DIRS=""
LICENSE[0]=GPL
WEB_SITE=http://spruce.sourceforge.net/gmime/
ENTERED=20040821
diff --git a/libs/gmime/HISTORY b/libs/gmime/HISTORY
index 7d7d1f3..a370450 100644
--- a/libs/gmime/HISTORY
+++ b/libs/gmime/HISTORY
@@ -1,3 +1,8 @@
+2017-09-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.6.23; don't collect duplicate docs
+ * DEPENDS: added missing gpgme, vala, gobject-introspection optional
+ dependencies
+
2016-10-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.6.20

diff --git a/libs/gmime/gmime-2.4.30.tar.xz.sig
b/libs/gmime/gmime-2.4.30.tar.xz.sig
deleted file mode 100644
index 3d2e127..0000000
Binary files a/libs/gmime/gmime-2.4.30.tar.xz.sig and /dev/null differ
diff --git a/news/tin/CONFIGURE b/news/tin/CONFIGURE
index 2348104..a009ce9 100755
--- a/news/tin/CONFIGURE
+++ b/news/tin/CONFIGURE
@@ -1,2 +1,2 @@
-config_query CREATE_DIR "$SPELL needs /usr/lib/news/active directory, \
+config_query CREATE_DIR "$SPELL needs /usr/lib/news/active file, \
do you want to create one ?" y
diff --git a/news/tin/DEPENDS b/news/tin/DEPENDS
new file mode 100755
index 0000000..3513d74
--- /dev/null
+++ b/news/tin/DEPENDS
@@ -0,0 +1,39 @@
+depends ncurses '--with-screen=ncursesw' &&
+
+optional_depends pcre \
+ "--with-pcre=${INSTALL_ROOT}/usr" \
+ "--without-pcre" \
+ "to use system PCRE library" &&
+
+optional_depends gnupg \
+ "--enable-pgp-gpg" \
+ "--disable-pgp-gpg" \
+ "for PGP/GPG support" &&
+
+optional_depends ispell \
+ "--with-ispell" \
+ "--without-ispell" \
+ "for spell checking support" &&
+
+optional_depends metamail \
+ "--with-metamail" \
+ "--without-metamail" \
+ "to use viewer program for MIME articles" &&
+
+optional_depends gsasl \
+ "--enable-gsasl" \
+ "--disable-gsasl" \
+ "for GNU SASL support" &&
+
+optional_depends gettext \
+ "--enable-nls --without-included-gettext" \
+ "--disable-nls" \
+ "for Native Language Support" &&
+
+optional_depends icu "" "" "for Unicode support" &&
+
+if ! is_depends_enabled ${SPELL} icu; then
+ optional_depends libidn "" "" "for IDN support"
+fi &&
+
+optional_depends uudeview "" "" "for decoding and collecting multipart
binary articles"
diff --git a/news/tin/DETAILS b/news/tin/DETAILS
index 38b57ac..630c481 100755
--- a/news/tin/DETAILS
+++ b/news/tin/DETAILS
@@ -1,30 +1,28 @@
SPELL=tin
- VERSION=1.8.1
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=ftp://ftp.tin.org/pub/news/clients/tin/stable/$SOURCE
- SOURCE_URL[1]=http://gd.tuwien.ac.at/infosys/newsreaders/tin/$SOURCE
- SOURCE_URL[2]=ftp://ftp.ut.ee/pub/unix/networking/news/tin/stable/$SOURCE
- SOURCE_URL[3]=ftp://ftp.funet.fi/pub/unix/news/tin-unoff/$SOURCE
- SOURCE_URL[4]=ftp://ftp.lip6.fr/pub/unix/news/readers/tin-unoff/$SOURCE
- SOURCE_URL[5]=ftp://ftp.karlsruhe.org/pub/news/clients/tin-unoff/$SOURCE
-
SOURCE_URL[6]=ftp://ftp.akk.uni-karlsruhe.de/pub/news/clients/tin/stable/$SOURCE
- SOURCE_URL[7]=ftp://ftp.cs.tu-berlin.de/pub/net/news/tin/stable/$SOURCE
-
SOURCE_URL[8]=ftp://ftp.informatik.uni-hamburg.de/pub/soft/news/tin/stable/$SOURCE
- SOURCE_URL[9]=ftp://ftp.eee.hku.hk/pub/tin-unoff/$SOURCE
- SOURCE_URL[10]=ftp://ftp.ka.nu/pub/news/clients/tin/stable/$SOURCE
- SOURCE_URL[11]=ftp://sunsite.icm.edu.pl/pub/unix/news/tin/stable/$SOURCE
- SOURCE_URL[12]=ftp://ftp.task.gda.pl/pub/software/tin/stable/$SOURCE
- SOURCE_URL[13]=ftp://coda.nctu.edu.tw/network/news/tin/stable/$SOURCE
- SOURCE_URL[14]=ftp://ftp.stikman.com/pub/tin/$SOURCE
-
SOURCE_URL[15]=ftp://uiarchive.uiuc.edu/pub/ftp/ftp.tin.org/pub/news/clients/tin/stable/$SOURCE
-
SOURCE_URL[16]=ftp://download.sourcemage.org/pub/linux/distributions/sourcemage/mirror/$SOURCE
-
SOURCE_HASH=sha512:5cc668f39fd54e1327432cba1d38b6e033f9fc5a4463fe52e4a4857be402cf45d4bb9797f7192a55b0ffd7b7c7c93851222bb8dab3595b474c14eb162ce30b15
+ VERSION=2.4.1
+ BRANCH=`echo ${VERSION} | cut -d. -f1,2`
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+ SOURCE2=${SOURCE}.sign
+ SOURCE_URI=${SPELL}/v${BRANCH}/${SOURCE}
+ SOURCE_URL[0]=ftp://ftp.tin.org/pub/news/clients/${SOURCE_URI}
+ SOURCE_URL[1]=http://ftp.funet.fi/pub/unix/news/${SOURCE_URI}
+ SOURCE_URL[2]=ftp://ftp.funet.fi/pub/unix/news/${SOURCE_URI}
+ SOURCE_URL[3]=http://www.nic.funet.fi/pub/unix/news/${SOURCE_URI}
+ SOURCE_URL[4]=ftp://www.nic.funet.fi/pub/unix/news/${SOURCE_URI}
+ SOURCE_URL[5]=http://ftp.lip6.fr/pub/unix/news/readers/tin-unoff/${SOURCE}
+
SOURCE_URL[6]=ftp://ftp.lip6.fr/pub/unix/news/readers/${SPELL}-unoff/${SOURCE}
+ SOURCE_URL[7]=ftp://ftp.karlsruhe.org/pub/news/clients/${SOURCE_URI}
+ SOURCE_URL[8]=http://ftp.cuhk.edu.hk/pub/packages/news/${SOURCE_URI}
+ SOURCE_URL[9]=ftp://ftp.cuhk.edu.hk/pub/packages/news/${SOURCE_URI}
+ SOURCE_URL[10]=http://sunsite.icm.edu.pl/pub/unix/news/${SOURCE_URI}
+ SOURCE_URL[11]=ftp://sunsite.icm.edu.pl/pub/unix/news/${SOURCE_URI}
+
SOURCE_HASH=sha512:e5036226899d2bee339b070d7bbd1450db2eca6e807bab9fe5e0cad5b27fd3779310ab308824c800d349d555c5386d36f2d2401d943d7ae1600af10847c5145b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=http://www.tin.org
ENTERED=20010922
LICENSE[0]=http://www.tin.org
KEYWORDS="reader news"
- SHORT="tin is a powerful text mode news reader."
+ SHORT="powerful text mode news reader"
cat << EOF
Tin is a powerful text mode news reader. It features threaded news
reading, regex driven killfiles/message selections, pgp encryption,
diff --git a/news/tin/FINAL b/news/tin/FINAL
index ff2e84c..1193d00 100755
--- a/news/tin/FINAL
+++ b/news/tin/FINAL
@@ -1,6 +1,4 @@
-if [ "$CREATE_DIR" == "y" ] && [ ! -d /usr/lib/news/active ]; then
+if [ "$CREATE_DIR" == "y" ] && [ ! -f /usr/lib/news/active ]; then
mkdir /usr/lib/news 1>/dev/null 2>&1
- mkdir /usr/lib/news/active 1>/dev/null 2>&1
+ touch /usr/lib/news/active 1>/dev/null 2>&1
fi
-
-
diff --git a/news/tin/HISTORY b/news/tin/HISTORY
index 2e85fa4..bbc41cb 100644
--- a/news/tin/HISTORY
+++ b/news/tin/HISTORY
@@ -1,3 +1,8 @@
+2017-09-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.4.1; refreshed source list
+ * DEPENDS: added, for missing dependencies
+ * CONFIGURE, FINAL, PRE_REMOVE: corrected active file
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/news/tin/INSTALL b/news/tin/INSTALL
new file mode 100755
index 0000000..1347e43
--- /dev/null
+++ b/news/tin/INSTALL
@@ -0,0 +1,9 @@
+default_install &&
+
+local TIN_CONFDIR="${INSTALL_ROOT}/etc/tin" &&
+
+if [ ! -d "${TIN_CONFDIR}" ]; then
+ install -vm 755 -d "${TIN_CONFDIR}"
+fi &&
+
+install_config_file doc/tin.defaults "${TIN_CONFDIR}/tin.defaults"
diff --git a/news/tin/PRE_REMOVE b/news/tin/PRE_REMOVE
index e84544d..539ce81 100755
--- a/news/tin/PRE_REMOVE
+++ b/news/tin/PRE_REMOVE
@@ -1,3 +1,3 @@
-if [ -d /usr/lib/news/active ]; then
- message "${MESSAGE_COLOR}$SPELL used /usr/lib/news/active directory. It
was not removed. ${DEFAULT_COLOR}"
+if [ -f /usr/lib/news/active ]; then
+ message "${MESSAGE_COLOR}$SPELL used /usr/lib/news/active file. It was not
removed. ${DEFAULT_COLOR}"
fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2479b9d8874547bcd08f7933f85d82a3944292b2), Vlad Glagolev, 09/23/2017

Archive powered by MHonArc 2.6.24.

Top of Page