Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b53d38cf889480037ba0997ceb46d9ef54beb0a5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b53d38cf889480037ba0997ceb46d9ef54beb0a5)
  • Date: Mon, 4 Oct 2021 11:57:03 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3
crypto/xmlsec/DETAILS | 4 -
crypto/xmlsec/HISTORY | 4 +
crypto/xmlsec/PRE_BUILD | 4 +
devel/ucpp/BUILD | 1
devel/ucpp/DETAILS | 28 ++++++++
devel/ucpp/HISTORY | 2
devel/ucpp/INSTALL | 3
editors/libreoffice/LibreOfficeLinux.conf | 37 ----------
editors/libreoffice/opts | 105
------------------------------
10 files changed, 47 insertions(+), 144 deletions(-)

New commits:
commit b53d38cf889480037ba0997ceb46d9ef54beb0a5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ucpp: new spell, embeddable, quick, light and fully compliant C99
preprocessor

commit 1c28d94aed0d7af1261934fee44557afb1b0bb9a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

xmlsec 1.2.32

commit a18554f68e43a334b5dd12beaacdd7d32c9d9c65
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

Remove some files not part of any spell

diff --git a/ChangeLog b/ChangeLog
index 68dd87d..2c309fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2021-10-04 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/ucpp: new spell, embeddable, quick, light and fully compliant
C99 preprocessor
+
2021-10-01 Ismael Luceno <ismael AT sourcemage.org>
* crypto/minisign: new spell, dead simple tool to sign files
* python-pypi/xkcdpass: new spell, XKCD-inspired secure passphrase
generator
diff --git a/crypto/xmlsec/DETAILS b/crypto/xmlsec/DETAILS
index 66f7241..0a12733 100755
--- a/crypto/xmlsec/DETAILS
+++ b/crypto/xmlsec/DETAILS
@@ -1,6 +1,6 @@
SPELL=xmlsec
- VERSION=1.2.30
-
SOURCE_HASH=sha512:07152470a9fe5d077f8a358608ca1d8a79ee0d2777660f61ed5717dc640714a3adfe66843e6a4023898eb0f5ed79771d70c41132571f3a1aeda82c1894b69c98
+ VERSION=1.2.32
+
SOURCE_HASH=sha512:39a90e154fe760b9cb01090c0232aa6c88c595fea87a771bebdd7b38ab274e3be719d6314065d9f02b854c7be9c8ec3557e57e0158ff3696413de3424f14389e
SECURITY_PATCH=1
SOURCE=$SPELL${VERSION%%\.*}-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL${VERSION%%\.*}-$VERSION
diff --git a/crypto/xmlsec/HISTORY b/crypto/xmlsec/HISTORY
index bcaf053..8af9fd8 100644
--- a/crypto/xmlsec/HISTORY
+++ b/crypto/xmlsec/HISTORY
@@ -1,3 +1,7 @@
+2021-10-04 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.2.32
+ * PRE_BUILD: added fix for xmlsec1-nss.pc
+
2020-08-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.30

diff --git a/crypto/xmlsec/PRE_BUILD b/crypto/xmlsec/PRE_BUILD
new file mode 100755
index 0000000..70562b8
--- /dev/null
+++ b/crypto/xmlsec/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+# Fix nss/nspr default package names for xmlsec1-nss.pc
+sedit '/^NS[^_]*_PACKAGE=/{s/=mozilla-/=/}' configure
diff --git a/devel/ucpp/BUILD b/devel/ucpp/BUILD
new file mode 100755
index 0000000..6dfecc1
--- /dev/null
+++ b/devel/ucpp/BUILD
@@ -0,0 +1 @@
+default_build_make
diff --git a/devel/ucpp/DETAILS b/devel/ucpp/DETAILS
new file mode 100755
index 0000000..9c3f586
--- /dev/null
+++ b/devel/ucpp/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=ucpp
+ VERSION=1.3.2
+ SOURCE="$SPELL-$VERSION.tar.bz2"
+
SOURCE_URL[0]=https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:a8a22162c0e26bc8281928f921f4e531108ba02658fd9c7a1760ae2fe938c910215aa4db02e5c7f0c5ea1aa66d89157bc780f2f13c57fa603de6c2d0c48cfd32
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
+ WEB_SITE="https://code.google.com/archive/p/ucpp/";
+ LICENSE[0]="BSD-3-Clause"
+ ENTERED=20211004
+ KEYWORDS=""
+ SHORT="embeddable, quick, light and fully compliant C99
preprocessor"
+cat << EOF
+A C preprocessor is a part of a C compiler responsible for macro replacement,
+conditional compilation and inclusion of header files. It is often found as
+a stand-alone program on Unix systems.
+
+ucpp is such a preprocessor; it is designed to be quick and light, but anyway
+fully compliant to the ISO standard 9899:1999, also known as C99. ucpp
+can be compiled as a stand-alone program, or linked to some other code;
+in the latter case, ucpp will output tokens, one at a time, on demand,
+as an integrated lexer.
+
+ucpp operates in two modes: -- lexer mode: ucpp is linked to some other
+code and outputs a stream of tokens (each call to the lex() function will
+yield one token) -- non-lexer mode: ucpp preprocesses text and outputs the
+resulting text to a file descriptor; if linked to some other code, the cpp()
+function must be called repeatedly, otherwise ucpp is a stand-alone binary.
+EOF
diff --git a/devel/ucpp/HISTORY b/devel/ucpp/HISTORY
new file mode 100644
index 0000000..8cef278
--- /dev/null
+++ b/devel/ucpp/HISTORY
@@ -0,0 +1,2 @@
+2021-10-04 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL: spell created
diff --git a/devel/ucpp/INSTALL b/devel/ucpp/INSTALL
new file mode 100755
index 0000000..6edc871
--- /dev/null
+++ b/devel/ucpp/INSTALL
@@ -0,0 +1,3 @@
+install -d "$INSTALL_ROOT"/usr/bin "$INSTALL_ROOT"/usr/share/man/man1 &&
+install -m555 ucpp "$INSTALL_ROOT"/usr/bin &&
+install -m444 ucpp.1 "$INSTALL_ROOT"/usr/share/man/man1
diff --git a/editors/libreoffice/LibreOfficeLinux.conf
b/editors/libreoffice/LibreOfficeLinux.conf
deleted file mode 100644
index 00a70c7..0000000
--- a/editors/libreoffice/LibreOfficeLinux.conf
+++ /dev/null
@@ -1,37 +0,0 @@
---with-system-dicts
---with-myspell-dicts
---with-system-zlib
---without-system-poppler
---without-system-openssl
---without-system-libpng
---without-system-libxml
---without-system-jpeg
---without-system-jars
---without-system-postgresql
---without-junit
---with-help=html
---without-helppack-integration
---with-linker-hash-style=both
---with-fonts
---with-external-thes-dir=/usr/share/mythes
---with-external-hyph-dir=/usr/share/hyphen
---with-external-dict-dir=/usr/share/hunspell
---enable-avahi
---enable-dbus
---enable-extension-integration
---enable-odk
---enable-gtk3-kde5
---enable-kf5
---enable-gstreamer-1-0
---enable-evolution2
---enable-gio
---enable-scripting-beanshell
---enable-scripting-javascript
---enable-ext-wiki-publisher
---enable-ext-nlpsolver
---enable-epm
---enable-python=internal
---enable-online-update
---enable-breakpad
---disable-dconf
---enable-mergelibs
diff --git a/editors/libreoffice/opts b/editors/libreoffice/opts
deleted file mode 100644
index 9fead98..0000000
--- a/editors/libreoffice/opts
+++ /dev/null
@@ -1,105 +0,0 @@
-./configure \
---with-system-libs \
---without-java \
---without-system-jars \
---disable-scripting \
---disable-scripting-javascript \
---disable-report-builder \
---disable-fetch-external \
---disable-odk \
---disable-ccache \
---disable-gtk3 \
---disable-python \
---enable-qt5 \
---enable-kf5 \
---disable-sdremote \
---without-system-libcmis \
---without-system-libcdr \
---without-system-libmspub \
---without-system-libmwaw \
---without-system-libetonyek \
---without-system-libfreehand \
---without-system-liblangtag \
---without-system-libebook \
---without-system-libabw \
---without-system-libpagemaker \
---without-system-libqxp \
---without-system-libzmf \
---without-system-libstaroffice \
---disable-database-connectivity \
---without-system-mariadb \
---without-system-odbc \
---disable-postgresql-sdbc \
---disable-firebird-sdbc \
---disable-ldap \
---disable-pdfium \
---enable-mergelibs \
---without-system-qrcodegen \
---without-system-altlinuxhyph \
-> LL
-
-
---without-system-
-#--disable-poppler \
-
-
-depends -sub CONTRIB clucene
-depends xmlsec
-depends librevenge
-depends libodfgen
-depends libepubgen
-depends libwpd
-depends libwpg
-depends libwps
-depends libvisio
-
-depends zlib
-depends JPEG
-depends expat
-depends perl
-#depends libe-book
-depends lcms2
-depends freetype2
-depends libxslt
-depends libxml2
-depends icu
-depends libtommath
-depends FIREBIRD
-depends curl
-depends boost
-depends nss
-depends nspr
-depends bison
-depends flex
-depends patch
-depends zip
-depends unzip
-depends dbus
-depends gpgme
-depends harfbuzz
-depends graphite2
-depends hunspell
-depends cppunit
-depends openssl
-depends krb5
-depends mdds
-depends glm
-depends orcus
-depends ixion
-depends sane-backends
-depends raptor
-depends redland
-depends qrcodegen
-
-optional_depends python3 '' '--disable-python' 'python support'
-optional_depends qtbase '--enable-qt5' '--disable-qt5' 'Qt5 support'
-optional_depends JAVA '' '--disable-java' ''
-optional_depends libnumbertext '' '--disable-libnumbertext' ''
-optional_depends libexttextcat '' '--disable-libexttextcat' ''
-optional_depends gtk+3 '--enable-gtk3' '--disable-gtk3' ''GTK support
-optional_depends dbus-glib '' '' 'Bluetooth support'
-optional_depends gstreamer-1.0 '' '' ''
-optional_depends poppler '--enable-poppler' '--disable-poppler' 'PDF support'
-optional_depends libepoxy '' '' ''
-optional_depends
-optional_depends



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b53d38cf889480037ba0997ceb46d9ef54beb0a5), Ismael Luceno, 10/04/2021

Archive powered by MHonArc 2.6.24.

Top of Page