Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lunar-linux/moonbase-other
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Jun 4, 2015
2 parents 13eaff1 + f93b1a9 commit a0a4a25
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 8 deletions.
6 changes: 3 additions & 3 deletions crypto/libsodium/DETAILS
@@ -1,11 +1,11 @@
MODULE=libsodium
VERSION=1.0.2
VERSION=1.0.3
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=https://download.libsodium.org/libsodium/releases/
SOURCE_VFY=sha256:961d8f10047f545ae658bcc73b8ab0bf2c312ac945968dd579d87c768e5baa19
SOURCE_VFY=sha256:cbcfc63cc90c05d18a20f229a62c7e7054a73731d0aa858c0517152c549b1288
WEB_SITE=https://github.com/jedisct1/libsodium
ENTERED=20150427
UPDATED=20150427
UPDATED=20150604
SHORT="higher-level cryptographic library"

cat << EOF
Expand Down
1 change: 0 additions & 1 deletion graphics/fontforge/BUILD
Expand Up @@ -3,6 +3,5 @@
OPTS+=" --disable-static \
--enable-tile-path \
--enable-python-extension" &&
# --enable-gb12345 \

default_build
2 changes: 1 addition & 1 deletion graphics/fontforge/DEPENDS
Expand Up @@ -10,7 +10,7 @@ optional_depends %JPEG "--with-libjpeg" "--without-libjpeg" "for JPEG support
optional_depends "giflib" "--with-giflib" "--without-giflib" "for GIF support"
optional_depends "libpng" "--with-libpng" "--without-libpng" "for PNG support"
optional_depends "tiff" "--with-libtiff" "--without-libtiff" "for TIFF support"
optional_depends "zeromq" "--with-libzmq" "--without-libzmq" "for ZeroMQ TLS support"
optional_depends "czmq" "--with-libzmq" "--without-libzmq" "for czmq C binding and ZeroMQ TLS support"
optional_depends "cairo" "--with-cairo" "--without-cairo" "for cairo support"

optional_depends "gtk+-2" "--enable-gtk2-use" "" "for GTK2 support"
Expand Down
1 change: 1 addition & 0 deletions libs/czmq/DEPENDS
@@ -0,0 +1 @@
depends zeromq
13 changes: 13 additions & 0 deletions libs/czmq/DETAILS
@@ -0,0 +1,13 @@
MODULE=czmq
VERSION=3.0.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://download.zeromq.org
SOURCE_VFY=sha256:b8a13c7064956ccd01ee9ce5c952a2a859af70bf450389bc33b7e0e3c67b6b17
WEB_SITE=http://czmq.zeromq.org/
ENTERED=20150604
UPDATED=20150604
SHORT="High-level C Binding for ZeroMQ"

cat << EOF
High-level C binding for ZeroMQ.
EOF
6 changes: 3 additions & 3 deletions net/zeromq/DETAILS
@@ -1,11 +1,11 @@
MODULE=zeromq
VERSION=4.0.5
VERSION=4.1.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://download.zeromq.org
SOURCE_VFY=sha256:3bc93c5f67370341428364ce007d448f4bb58a0eaabd0a60697d8086bc43342b
SOURCE_VFY=sha256:43d61e5706b43946aad4a661400627bcde9c63cc25816d4749c67b64c3dab8db
WEB_SITE=http://www.zeromq.org/
ENTERED=20130529
UPDATED=20150507
UPDATED=20150604
SHORT="Intelligent transport layer socket library"

cat << EOF
Expand Down

0 comments on commit a0a4a25

Please sign in to comment.