[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:/lunar-linux/moonbase-other
Dennis Veatch
stumbles at lunar-linux.org
Tue Sep 4 00:44:57 CEST 2012
commit 757cac5407a383c73ffb2d401b0c44df50cb0d58
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Mon, 03 Sep 2012 15:44:57 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/757cac5407a383c73ffb2d401b0c44df50cb0d58
Merge branch 'master' of github.com:/lunar-linux/moonbase-other
---
audio/libmusicbrainz/BUILD | +0/-1
crypto/gnutls/BUILD | +1/-5
crypto/gnutls/CONFIGURE | +0/-1
crypto/gnutls/DEPENDS | +1/-5
crypto/gnutls/DETAILS | +6/-6
devel/gob2/DEPENDS | +2/-0
devel/gob2/DETAILS | +24/-0
7 files changed
--- a/audio/libmusicbrainz/BUILD
+++ b/audio/libmusicbrainz/BUILD
@@ -4,7 +4,6 @@
# Instead of screwing around with a patch, just do this and recheck on it next bump.
cmake . -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
-DCMAKE_BUILD_TYPE=RELEASE \
- -DSYSCONF_INSTALL_DIR:PATH=/etc \
$OPTS &&
default_make
--- a/crypto/gnutls/BUILD
+++ b/crypto/gnutls/BUILD
@@ -1,10 +1,6 @@
(
-# fix compiling with glibc 2.16.0
- sed -i '/gets is a security hole/d' lib/gl/stdio.in.h gl/stdio.in.h &&
-
- OPTS+=" --disable-static --without-included-pakchois --without-included-libcfg --without-included-libtasn1" &&
- LDFLAGS+=" -lpakchois" &&
+ OPTS+=" --disable-static --without-included-libtasn1" &&
default_build
--- a/crypto/gnutls/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-mquery LZO "Use LZO compression? (experimental)" n "--with-lzo" "--without-lzo"
--- a/crypto/gnutls/DEPENDS
+++ b/crypto/gnutls/DEPENDS
@@ -1,9 +1,5 @@
depends libtasn1
-depends pakchois
-depends libcfg+
-depends readline
-depends libgcrypt
+depends nettle
-optional_depends "nettle" "--with-libgcrypt" "--with-libgcrypt" "for nettle as cryptographic library (recommended)"
optional_depends "p11-kit" "--with-p11-kit" "--without-p11-kit" "for PKCS 11 support"
optional_depends "guile" "--enable-guile" "--disable-guile" "for Guile bindings"
--- a/crypto/gnutls/DETAILS
+++ b/crypto/gnutls/DETAILS
@@ -1,12 +1,12 @@
MODULE=gnutls
- VERSION=2.12.19
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL[0]=ftp://ftp.gnutls.org/pub/$MODULE
- SOURCE_URL[1]=ftp://ftp.gnupg.org/gcrypt/$MODULE
- SOURCE_VFY=sha1:643620216ba54b195e41e29abfdcc31125f92d25
+ VERSION=3.1.1
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL[0]=$GNU_URL/$MODULE
+ SOURCE_URL[1]=ftp://ftp.gnutls.org/pub/$MODULE
+ SOURCE_VFY=sha1:4badef78839de0d2606cb1767f44232fb606d941
WEB_SITE=http://www.gnu.org/software/gnutls
ENTERED=20020212
- UPDATED=20120607
+ UPDATED=20120903
SHORT="A TLS library"
cat << EOF
--- /dev/null
+++ b/devel/gob2/DEPENDS
@@ -0,0 +1,2 @@
+depends glib-2
+depends flex
--- /dev/null
+++ b/devel/gob2/DETAILS
@@ -0,0 +1,24 @@
+ MODULE=gob2
+ VERSION=2.0.18
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://ftp.5z.com/pub/gob/
+ SOURCE_VFY=sha1:eea5c748b69bc09379cd36f6894f641f6c290900
+ WEB_SITE=http://www.5z.com/jirka/gob.html
+ ENTERED=20020713
+ UPDATED=20120201
+ SHORT="A preprocessor for making GObjects with inline C code"
+
+cat << EOF
+GOB2 is a preprocessor for making GObjects with inline C code so that
+generated files are not edited. Syntax is inspired by Java and Yacc
+or Lex. The implementation is intentionally kept simple, and no C
+actual code parsing is done.
+
+Reasons:
+ * C is a perfect (well mostly) language, no need for another language
+ * Writing a fully featured GObject is a hassle
+ * GObject has little type safety, GOB improves on it
+ * Need for a generator that doesn't require changes to generated code
+ * I like how Java writes method code directly into the class
+ definition
+EOF
More information about the Lunar-commits
mailing list