Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (5ded33f4781e1917a90a16578939c8a5b11a0d2a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (5ded33f4781e1917a90a16578939c8a5b11a0d2a)
  • Date: Sun, 8 Apr 2018 12:46:48 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog
| 5
devel/pyside/DETAILS
| 2
devel/pyside/HISTORY
| 3
editors/vim/DETAILS
| 4
editors/vim/HISTORY
| 3
gnome2-libs/gdk-pixbuf2/DETAILS
| 4
gnome2-libs/gdk-pixbuf2/HISTORY
| 3

python-pypi/borgbackup/0001-depend-on-msgpack-instead-of-msgpack-python.patch
| 36 ----

python-pypi/borgbackup/0001-do-.h-file-content-checks-in-binary-mode-fixes-3544.patch
| 77 ----------
python-pypi/borgbackup/DETAILS
| 2
python-pypi/borgbackup/HISTORY
| 6
python-pypi/borgbackup/PRE_BUILD
| 4
python-pypi/matplotlib/DETAILS
| 4
python-pypi/matplotlib/HISTORY
| 3
python-pypi/python-cheroot/DETAILS
| 4
python-pypi/python-cheroot/HISTORY
| 3
utils/cpuid/0001-install-to-PREFIX-instead-of-BUILDROOT.patch
| 45 +++++
utils/cpuid/BUILD
| 1
utils/cpuid/DETAILS
| 16 ++
utils/cpuid/HISTORY
| 4
utils/cpuid/INSTALL
| 1
utils/cpuid/PRE_BUILD
| 5
utils/redshift/DEPENDS
| 13 +
utils/redshift/DETAILS
| 15 +
utils/redshift/HISTORY
| 3
utils/redshift/PRE_BUILD
| 4
26 files changed, 143 insertions(+), 127 deletions(-)

New commits:
commit 5ded33f4781e1917a90a16578939c8a5b11a0d2a
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

gnome2-libs/gdk-pixbuf2: version 2.36.12

commit 7ca8b1ecbc24c384e41c61c907892a5bf74782db
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

devel/pyside: fix WEB_SITE

commit faee576d7685458945133bad2ba215056ef3880a
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/matplotlib: version 2.2.2

commit 6ca089b3529219633486797d05fd9edcd762d29e
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/python-cheroot: version 6.1.1

commit 257c8a9627ca98c55f7de7fb2f0790832b6de79f
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/borgbackup: version 1.1.5

commit 79dcd8f4d57bdfd70a03a4d84820b3fe60db62d8
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

editors/vim: version 8.0.1670

commit 867bf09dbe924d167ef64b0328b45c71f65faae1
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

utils/cpuid: new spell, a tool for dumping detailed info about the CPU

commit 3cf7cdd25308bc65f7d5456da17485743375180d
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

utils/redshift: new spell, adjusts the screen color temperature to the
surrounding conditions

diff --git a/ChangeLog b/ChangeLog
index a37f2ac..5732245 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
2018-04-05 Vlad Glagolev <stealth AT sourcemage.org>
* wm-addons/jgmenu: new spell, simple X11 menu

+2018-04-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * utils/redshift: new spell, adjusts the screen color temperature to
the
+ surrounding conditions
+ * utils/cpuid: new spell, a tool for dumping detailed info about the
CPU
+
2018-04-03 Vlad Glagolev <stealth AT sourcemage.org>
* net/openresolv: new spell, DNS management framework

diff --git a/devel/pyside/DETAILS b/devel/pyside/DETAILS
index d4a74a7..0fc4f27 100755
--- a/devel/pyside/DETAILS
+++ b/devel/pyside/DETAILS
@@ -1,7 +1,7 @@
QT_URL=http://download.qt-project.org/official_releases
SPELL=pyside
SPELLX=PySide
- WEB_SITE=http://qt-project.org
+ WEB_SITE=http://www.pyside.org
if [[ $PYSIDE == git ]];then
VERSION=git
SOURCE=$SPELL-$VERSION.tar.bz2
diff --git a/devel/pyside/HISTORY b/devel/pyside/HISTORY
index b28952a..cc26353 100644
--- a/devel/pyside/HISTORY
+++ b/devel/pyside/HISTORY
@@ -1,3 +1,6 @@
+2018-04-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: fix WEB_SITE
+
2017-03-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.2.4
* BUILD, INSTALL: go to proper path
diff --git a/editors/vim/DETAILS b/editors/vim/DETAILS
index 7ab0666..69c9e61 100755
--- a/editors/vim/DETAILS
+++ b/editors/vim/DETAILS
@@ -8,12 +8,12 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL=hg_http://vim.googlecode.com/hg:${SPELL}-hg
SOURCE_IGNORE=volatile
else
- VERSION=8.0.1655
+ VERSION=8.0.1670
SECURITY_PATCH=4
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=https://github.com/vim/vim/archive/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:ff8ac5afe81ec52299f7603239b615368f5af39ecd2a3128ec7652753900f5b451ca48aa46f20753512b3300943ed719c6feeeb9933c6eec03ae5ff9fdef800b
+
SOURCE_HASH=sha512:fba248179166f20c7801a68fa834f5ab8b7e544e23a9ff34e285a7b20a3bc22b419393abe50db05cfdd3e09bcc0e6c7824316a711b931ccd84e51680b658b481
fi
WEB_SITE=http://www.vim.org
LICENSE[0]=http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
diff --git a/editors/vim/HISTORY b/editors/vim/HISTORY
index edffa46..0c1f532 100644
--- a/editors/vim/HISTORY
+++ b/editors/vim/HISTORY
@@ -1,3 +1,6 @@
+2018-04-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 8.0.1670
+
2018-03-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 8.0.1655

diff --git a/gnome2-libs/gdk-pixbuf2/DETAILS b/gnome2-libs/gdk-pixbuf2/DETAILS
index 05f3b27..0c14599 100755
--- a/gnome2-libs/gdk-pixbuf2/DETAILS
+++ b/gnome2-libs/gdk-pixbuf2/DETAILS
@@ -1,6 +1,6 @@
SPELL=gdk-pixbuf2
- VERSION=2.36.11
-
SOURCE_HASH=sha512:231e13ef2339fc6953788e8597a0c455143273338793ed835dac6ccf42e26e0292dec4121a4976b859ba8ffaa81b3ca5b250b54bd4897dbd3146a1874a59d4e3
+ VERSION=2.36.12
+
SOURCE_HASH=sha512:5d3bd620cf464bf92079b15c78f8400db48c427053c6eeedc4ea9652a4c290a09a26310100cc7eb487daf4b565df9f7e3a6edf14685f81ddbff6a0652fb6b41b
SECURITY_PATCH=3
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=gdk-pixbuf-$VERSION.tar.xz
diff --git a/gnome2-libs/gdk-pixbuf2/HISTORY b/gnome2-libs/gdk-pixbuf2/HISTORY
index 20f9e9e..00415d3 100644
--- a/gnome2-libs/gdk-pixbuf2/HISTORY
+++ b/gnome2-libs/gdk-pixbuf2/HISTORY
@@ -1,3 +1,6 @@
+2018-04-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.36.12
+
2017-10-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.36.11

diff --git
a/python-pypi/borgbackup/0001-depend-on-msgpack-instead-of-msgpack-python.patch

b/python-pypi/borgbackup/0001-depend-on-msgpack-instead-of-msgpack-python.patch
deleted file mode 100644
index 3d84804..0000000
---
a/python-pypi/borgbackup/0001-depend-on-msgpack-instead-of-msgpack-python.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 9a0112c220bb3d188b6befeaf3e3ad05a3da5163 Mon Sep 17 00:00:00 2001
-From: Florian Franzmann <bwlf AT bandrate.org>
-Date: Sat, 10 Feb 2018 00:38:41 +0100
-Subject: [PATCH] depend on msgpack instead of msgpack-python
-
----
- setup.py | 2 +-
- src/borgbackup.egg-info/requires.txt | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index a8c4a41..15f8af5 100644
---- a/setup.py
-+++ b/setup.py
-@@ -37,7 +37,7 @@ on_rtd = os.environ.get('READTHEDOCS')
-
- # msgpack pure python data corruption was fixed in 0.4.6.
- # Also, we might use some rather recent API features.
--install_requires = ['msgpack-python>=0.4.6', ]
-+install_requires = ['msgpack>=0.5.0', ]
-
- # note for package maintainers: if you package borgbackup for distribution,
- # please add llfuse as a *requirement* on all platforms that have a working
-diff --git a/src/borgbackup.egg-info/requires.txt
b/src/borgbackup.egg-info/requires.txt
-index e1937eb..3ae6c49 100644
---- a/src/borgbackup.egg-info/requires.txt
-+++ b/src/borgbackup.egg-info/requires.txt
-@@ -1,4 +1,4 @@
--msgpack-python>=0.4.6
-+msgpack >=0.5.0
-
- [fuse]
- llfuse<2.0
---
-2.16.1
-
diff --git
a/python-pypi/borgbackup/0001-do-.h-file-content-checks-in-binary-mode-fixes-3544.patch

b/python-pypi/borgbackup/0001-do-.h-file-content-checks-in-binary-mode-fixes-3544.patch
deleted file mode 100644
index 8972cbd..0000000
---
a/python-pypi/borgbackup/0001-do-.h-file-content-checks-in-binary-mode-fixes-3544.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-From 9cf8d57f51738bcc570d042192cacb6a83039865 Mon Sep 17 00:00:00 2001
-From: Thomas Waldmann <tw AT waldmann-edv.de>
-Date: Sat, 27 Jan 2018 19:49:42 +0100
-Subject: [PATCH] do .h file content checks in binary mode, fixes #3544
-
-we can't know the encoding header file authors will use,
-so using binary for our simple checks is the safest way.
----
- setup.py | 4 ++--
- setup_b2.py | 4 ++--
- setup_lz4.py | 4 ++--
- setup_zstd.py | 4 ++--
- 4 files changed, 8 insertions(+), 8 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index a81100df..e7dd05cc 100644
---- a/setup.py
-+++ b/setup.py
-@@ -149,8 +149,8 @@ def detect_openssl(prefixes):
- for prefix in prefixes:
- filename = os.path.join(prefix, 'include', 'openssl', 'evp.h')
- if os.path.exists(filename):
-- with open(filename, 'r') as fd:
-- if 'PKCS5_PBKDF2_HMAC(' in fd.read():
-+ with open(filename, 'rb') as fd:
-+ if b'PKCS5_PBKDF2_HMAC(' in fd.read():
- return prefix
-
-
-diff --git a/setup_b2.py b/setup_b2.py
-index e69e0cdf..e775d9b7 100644
---- a/setup_b2.py
-+++ b/setup_b2.py
-@@ -24,8 +24,8 @@ def b2_system_prefix(prefixes):
- for prefix in prefixes:
- filename = os.path.join(prefix, 'include', 'blake2.h')
- if os.path.exists(filename):
-- with open(filename, 'r') as fd:
-- if 'blake2b_init' in fd.read():
-+ with open(filename, 'rb') as fd:
-+ if b'blake2b_init' in fd.read():
- return prefix
-
-
-diff --git a/setup_lz4.py b/setup_lz4.py
-index 6e6c63f8..e6d0ddb4 100644
---- a/setup_lz4.py
-+++ b/setup_lz4.py
-@@ -24,8 +24,8 @@ def lz4_system_prefix(prefixes):
- for prefix in prefixes:
- filename = os.path.join(prefix, 'include', 'lz4.h')
- if os.path.exists(filename):
-- with open(filename, 'r') as fd:
-- if 'LZ4_compress_default' in fd.read(): # requires lz4 >=
1.7.0 (r129)
-+ with open(filename, 'rb') as fd:
-+ if b'LZ4_compress_default' in fd.read(): # requires lz4 >=
1.7.0 (r129)
- return prefix
-
-
-diff --git a/setup_zstd.py b/setup_zstd.py
-index bf23cb58..f796c35f 100644
---- a/setup_zstd.py
-+++ b/setup_zstd.py
-@@ -66,8 +66,8 @@ def zstd_system_prefix(prefixes):
- for prefix in prefixes:
- filename = os.path.join(prefix, 'include', 'zstd.h')
- if os.path.exists(filename):
-- with open(filename, 'r') as fd:
-- if 'ZSTD_getFrameContentSize' in fd.read(): # checks for
zstd >= 1.3.0
-+ with open(filename, 'rb') as fd:
-+ if b'ZSTD_getFrameContentSize' in fd.read(): # checks for
zstd >= 1.3.0
- return prefix
-
-
---
-2.16.1
-
diff --git a/python-pypi/borgbackup/DETAILS b/python-pypi/borgbackup/DETAILS
index 60a1c80..cacc5cd 100755
--- a/python-pypi/borgbackup/DETAILS
+++ b/python-pypi/borgbackup/DETAILS
@@ -1,5 +1,5 @@
SPELL=borgbackup
- VERSION=1.1.4
+ VERSION=1.1.5
SECURITY_PATCH=1
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]=https://github.com/borgbackup/borg/releases/download/$VERSION/$SOURCE
diff --git a/python-pypi/borgbackup/HISTORY b/python-pypi/borgbackup/HISTORY
index 40e55ea..f8ddb72 100644
--- a/python-pypi/borgbackup/HISTORY
+++ b/python-pypi/borgbackup/HISTORY
@@ -1,3 +1,9 @@
+2018-04-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.1.5
+ * 0001-depend-on-msgpack-instead-of-msgpack-python.patch,
+ 0001-do-.h-file-content-checks-in-binary-mode-fixes-3544.patch,
+ PRE_BUILD: remove obsolete patches
+
2018-02-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: depend on msgpack instead of msgpack-python
* PRE_BUILD, 0001-depend-on-msgpack-instead-of-msgpack-python.patch:
fix
diff --git a/python-pypi/borgbackup/PRE_BUILD
b/python-pypi/borgbackup/PRE_BUILD
index 3aa91f7..1488855 100755
--- a/python-pypi/borgbackup/PRE_BUILD
+++ b/python-pypi/borgbackup/PRE_BUILD
@@ -1,8 +1,4 @@
default_pre_build
cd $SOURCE_DIRECTORY &&

-patch -p1 <
"$SPELL_DIRECTORY/0001-do-.h-file-content-checks-in-binary-mode-fixes-3544.patch"
&&
-patch -p1 <
"$SPELL_DIRECTORY/0001-depend-on-msgpack-instead-of-msgpack-python.patch"
&&
-
-
sed -i 's/_scm//' setup.py
diff --git a/python-pypi/matplotlib/DETAILS b/python-pypi/matplotlib/DETAILS
index 75fef6a..259cc67 100755
--- a/python-pypi/matplotlib/DETAILS
+++ b/python-pypi/matplotlib/DETAILS
@@ -1,6 +1,6 @@
SPELL=matplotlib
- VERSION=2.0.2
-
SOURCE_HASH=sha512:154117eeb2a285bb3cd4a7e31b4a9681d036af558ad3c5b79a37916ca57e0961b1836ee4ce92bc5aef32fa64a7c980047d6c3d75cd529c8c51d6cabd152942fc
+ VERSION=2.2.2
+
SOURCE_HASH=sha512:58dbeabafa7cd008cf5a585829a5b9f098114a43700dedbd7cc3ed09180ea99a870d06295fe8f1d47f1eb807d264924a4b6fb7cf47e6bc3b74045aa4f0714ac9
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

SOURCE_URL[0]="https://github.com/matplotlib/matplotlib/archive/v${VERSION}.tar.gz";
diff --git a/python-pypi/matplotlib/HISTORY b/python-pypi/matplotlib/HISTORY
index 8084335..7e0ada5 100644
--- a/python-pypi/matplotlib/HISTORY
+++ b/python-pypi/matplotlib/HISTORY
@@ -1,3 +1,6 @@
+2018-04-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.2.2
+
2017-06-22 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.0.2
* DEPENDS: depend on pyparsing, python-dateutil, python-cycler
diff --git a/python-pypi/python-cheroot/DETAILS
b/python-pypi/python-cheroot/DETAILS
index b27e8cb..b4d23c4 100755
--- a/python-pypi/python-cheroot/DETAILS
+++ b/python-pypi/python-cheroot/DETAILS
@@ -1,8 +1,8 @@
SPELL=python-cheroot
- VERSION=6.0.0
+ VERSION=6.1.1
SOURCE="cheroot-$VERSION.tar.gz"
SOURCE_URL[0]=http://pypi.io/packages/source/c/cheroot/$SOURCE
-
SOURCE_HASH=sha512:0109fbf3b73ed3f12261eaa3c6d86b6c6b80a1ba3564548ba3288aa6c61a1c08db60886e677991bf7997e6a5b1ec7767a3e06098ec1748453e72c40fda7b82a7
+
SOURCE_HASH=sha512:04bab76c474d8cc67ae0ac2295ebae86402d046a7487965991765a1955b1926951475ca5a2c3208158b0ac21bc18e7045d0a64fcd1f094bcf106d9d53c620227
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/cheroot-${VERSION}"
WEB_SITE="https://github.com/cherrypy/cheroot";
LICENSE[0]=BSD
diff --git a/python-pypi/python-cheroot/HISTORY
b/python-pypi/python-cheroot/HISTORY
index 0dd93bf..88595d6 100644
--- a/python-pypi/python-cheroot/HISTORY
+++ b/python-pypi/python-cheroot/HISTORY
@@ -1,3 +1,6 @@
+2018-04-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 6.1.1
+
2018-01-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 6.0.0

diff --git a/utils/cpuid/0001-install-to-PREFIX-instead-of-BUILDROOT.patch
b/utils/cpuid/0001-install-to-PREFIX-instead-of-BUILDROOT.patch
new file mode 100644
index 0000000..997ce6f
--- /dev/null
+++ b/utils/cpuid/0001-install-to-PREFIX-instead-of-BUILDROOT.patch
@@ -0,0 +1,45 @@
+From d11d0307aa14f601487e588cba218b777ad22bcb Mon Sep 17 00:00:00 2001
+From: Florian Franzmann <Florian.Franzmann AT fau.de>
+Date: Wed, 4 Apr 2018 16:28:21 +0200
+Subject: [PATCH] install to PREFIX instead of BUILDROOT
+
+---
+ Makefile | 11 ++++-------
+ 1 file changed, 4 insertions(+), 7 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 933899b..7c402af 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,4 +1,3 @@
+-CFLAGS+=-g
+ CPPFLAGS?=
+ LDFLAGS?=
+ ifneq (,$(findstring arch=i386,$(CFLAGS)))
+@@ -34,8 +33,6 @@ OTHER_BINS=$(PROG).man cpuinfo2cpuid.man
+ REL_DIR=../$(shell date +%Y-%m-%d)
+ WEB_DIR=/toad2/apps.mine/www/www/$(PROG)
+
+-BUILDROOT=
+-
+ default: $(PROG) $(PROG).man.gz cpuinfo2cpuid cpuinfo2cpuid.man.gz
+
+ $(PROG): cpuid.c Makefile
+@@ -51,10 +48,10 @@ cpuinfo2cpuid.man.gz: cpuinfo2cpuid.man
+ gzip < $< > $@
+
+ install: $(PROG) $(PROG).man.gz cpuinfo2cpuid cpuinfo2cpuid.man.gz
+- install -D -s -m 755 $(PROG) $(BUILDROOT)/usr/bin/$(PROG)
+- install -D -m 444 $(PROG).man.gz
$(BUILDROOT)/usr/share/man/man1/$(PROG).1.gz
+- install -D -m 755 cpuinfo2cpuid
$(BUILDROOT)/usr/bin/cpuinfo2cpuid
+- install -D -m 444 cpuinfo2cpuid.man.gz
$(BUILDROOT)/usr/share/man/man1/cpuinfo2cpuid.1.gz
++ install -D -s -m 755 $(PROG) $(PREFIX)/usr/bin/$(PROG)
++ install -D -m 444 $(PROG).man.gz
$(PREFIX)/usr/share/man/man1/$(PROG).1.gz
++ install -D -m 755 cpuinfo2cpuid
$(PREFIX)/usr/bin/cpuinfo2cpuid
++ install -D -m 444 cpuinfo2cpuid.man.gz
$(PREFIX)/usr/share/man/man1/cpuinfo2cpuid.1.gz
+
+ clean:
+ rm -f $(PROG) $(PROG).i386 $(PROG).x86_64
+--
+2.17.0
+
diff --git a/utils/cpuid/BUILD b/utils/cpuid/BUILD
new file mode 100755
index 0000000..6dfecc1
--- /dev/null
+++ b/utils/cpuid/BUILD
@@ -0,0 +1 @@
+default_build_make
diff --git a/utils/cpuid/DETAILS b/utils/cpuid/DETAILS
new file mode 100755
index 0000000..ed3f2c7
--- /dev/null
+++ b/utils/cpuid/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=cpuid
+ VERSION=20170122
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://www.etallen.com/${SPELL}/${SPELL}-${VERSION}.src.tar.gz
+
SOURCE_HASH=sha512:0e057980c71a0e078254e6b7535747bdf368278932c39943cf7dfafe08443af07297a2b41518499937a710fe6950ba89377cabaada5f6332932650d4d17c1430
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.etallen.com/cpuid.html";
+ LICENSE[0]=GPL
+ ENTERED=20180404
+ SHORT="a tool that dumps detailed information about the CPUs"
+cat << EOF
+cpuid dumps detailed information about the CPU(s) gathered from the CPUID
+instruction, and also determines the exact model of CPU(s). It supports
+Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix, UMC, NexGen,
+Rise, and SiS CPUs.
+EOF
diff --git a/utils/cpuid/HISTORY b/utils/cpuid/HISTORY
new file mode 100644
index 0000000..04550f1
--- /dev/null
+++ b/utils/cpuid/HISTORY
@@ -0,0 +1,4 @@
+2018-04-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * 0001-install-to-PREFIX-instead-of-BUILDROOT.patch, BUILD, DETAILS,
+ INSTALL, PRE_BUILD: spell created
+
diff --git a/utils/cpuid/INSTALL b/utils/cpuid/INSTALL
new file mode 100755
index 0000000..c5b6041
--- /dev/null
+++ b/utils/cpuid/INSTALL
@@ -0,0 +1 @@
+PREFIX=${INSTALL_ROOT} default_install
diff --git a/utils/cpuid/PRE_BUILD b/utils/cpuid/PRE_BUILD
new file mode 100755
index 0000000..44526e7
--- /dev/null
+++ b/utils/cpuid/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p1 <
"$SPELL_DIRECTORY/0001-install-to-PREFIX-instead-of-BUILDROOT.patch"
+
diff --git a/utils/redshift/DEPENDS b/utils/redshift/DEPENDS
new file mode 100755
index 0000000..5db3add
--- /dev/null
+++ b/utils/redshift/DEPENDS
@@ -0,0 +1,13 @@
+depends autoconf &&
+depends automake &&
+depends geoclue &&
+depends gettext &&
+depends glib2 &&
+depends intltool &&
+depends libdrm &&
+depends libx11 &&
+depends libxcb &&
+depends libxxf86vm &&
+depends python3 &&
+depends pygobject3 &&
+depends pyxdg
diff --git a/utils/redshift/DETAILS b/utils/redshift/DETAILS
new file mode 100755
index 0000000..1684d63
--- /dev/null
+++ b/utils/redshift/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=redshift
+ VERSION=1.11
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/jonls/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:bcdb4c120efec3955f4f91f1290db0679e987e25d6610bd90ee8540a96bb11338e36b10680736490ea0b7e9eca5bc195b51767a5badf0b80495dc3da44c4ed8c
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://jonls.dk/redshift/";
+ LICENSE[0]=GPL
+ ENTERED=20180403
+ SHORT="adjusts the color temperature of your screen according to
your surroundings"
+cat << EOF
+Redshift adjusts the color temperature of your screen according to your
+surroundings. This may help your eyes hurt less if you are working in front
+of the screen at night.
+EOF
diff --git a/utils/redshift/HISTORY b/utils/redshift/HISTORY
new file mode 100644
index 0000000..44ec8db
--- /dev/null
+++ b/utils/redshift/HISTORY
@@ -0,0 +1,3 @@
+2018-04-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS, PRE_BUILD: spell created
+
diff --git a/utils/redshift/PRE_BUILD b/utils/redshift/PRE_BUILD
new file mode 100755
index 0000000..ab1cf67
--- /dev/null
+++ b/utils/redshift/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+./bootstrap



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (5ded33f4781e1917a90a16578939c8a5b11a0d2a), Florian Franzmann, 04/08/2018

Archive powered by MHonArc 2.6.24.

Top of Page