Skip to content

Commit

Permalink
Stuff for webkit.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkok committed May 4, 2012
1 parent 89bbaad commit 8db76fb
Show file tree
Hide file tree
Showing 13 changed files with 176 additions and 0 deletions.
11 changes: 11 additions & 0 deletions gnome2/desktop/libsoup/BUILD
@@ -0,0 +1,11 @@
(

OPTS+=" --disable-static --disable-tls-check" &&

if [ "`get_module_config DOCS`" = "n" ] ; then
sedit "s/SUBDIRS = libsoup tests docs/SUBDIRS = libsoup tests/g" Makefile.in
fi &&

default_build

) > $C_FIFO 2>&1
1 change: 1 addition & 0 deletions gnome2/desktop/libsoup/CONFIGURE
@@ -0,0 +1 @@
mquery DOCS "Build docs?" n
8 changes: 8 additions & 0 deletions gnome2/desktop/libsoup/DEPENDS
@@ -0,0 +1,8 @@
depends glib-2
depends libxml2
depends sqlite
depends libproxy

optional_depends "GConf" "" "--without-gnome" "for gnome support"
optional_depends "libgnome-keyring" "" "--without-gnome" "for gnome support"
optional_depends "gobject-introspection" "--enable-introspection" "--disable-introspection" "for gobject introspection"
19 changes: 19 additions & 0 deletions gnome2/desktop/libsoup/DETAILS
@@ -0,0 +1,19 @@
MODULE=libsoup
MAJOR=2.35
VERSION=$MAJOR.5
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
SOURCE_VFY=sha1:0c0c5ffa275c05e10e4b2d0debee9ac648a12bac
WEB_SITE=http://www.gnome.org
ENTERED=20030413
UPDATED=20110821
PSAFE=no
SHORT="a SOAP implementation in C"

cat << EOF
Soup is a SOAP (Simple Object Access Protocol) implementation in C.
It provides an queued asynchronous callback-based mechanism for sending and
servicing SOAP requests, and a WSDL (Web Service Definition Language) to C
compiler which generates client stubs and server skeletons for easily calling
and implementing SOAP methods.
EOF
7 changes: 7 additions & 0 deletions i18n/icu4c/BUILD
@@ -0,0 +1,7 @@
(

cd source &&

default_build

) > $C_FIFO 2>&1
1 change: 1 addition & 0 deletions i18n/icu4c/DEPENDS
@@ -0,0 +1 @@
depends pkgconfig
26 changes: 26 additions & 0 deletions i18n/icu4c/DETAILS
@@ -0,0 +1,26 @@
MODULE=icu4c
VERSION=4_8_1_1
SOURCE=$MODULE-$VERSION-src.tgz
SOURCE_URL[0]=http://download.icu-project.org/files/icu4c/4.8.1.1
SOURCE_DIRECTORY=$BUILD_DIRECTORY/icu
SOURCE_VFY=sha1:7146ee269b39273fa98d750f73136b14f781758a
WEB_SITE=http://icu-project.org
ENTERED=20081025
UPDATED=20111031
SHORT="provides Unicode and Globalization support for software applications"

cat << EOF
ICU4c is a mature, widely used set of C/C++ libraries providing Unicode
and Globalization support for software applications.
ICU4c is widely portable and gives applications the same results
on all platforms and between C/C++ software.
Here are a few highlights of the services provided by ICU:
*Code Page Conversion
*Collation
*Formatting
*Time Calculations
*Unicode Support
*Regular Expression
*Bidi
*Text Boundaries
EOF
7 changes: 7 additions & 0 deletions utils/enchant/BUILD
@@ -0,0 +1,7 @@
(

OPTS+=" --disable-static --without-system-myspell" &&

default_build

) > $C_FIFO 2>&1
5 changes: 5 additions & 0 deletions utils/enchant/DEPENDS
@@ -0,0 +1,5 @@
depends glib-2

optional_depends "aspell" "" "" "for aspell support"
optional_depends "hunspell" "" "" "for hunspell support"
optional_depends "hspell" "" "" "for hspell hebrew support"
15 changes: 15 additions & 0 deletions utils/enchant/DETAILS
@@ -0,0 +1,15 @@
MODULE=enchant
VERSION=1.6.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.abisource.com/downloads/$MODULE/$VERSION
SOURCE_VFY=sha1:321f9cf0abfa1937401676ce60976d8779c39536
WEB_SITE=http://www.abisource.com/projects/enchant
ENTERED=20070312
UPDATED=20100524
SHORT="a generic spell checking library"

cat << EOF
Enchant is a generic spell checking library that acts more like a
fancy wrapper around various spelling backends, such as aspell,
ispell, MySpell, Uspell, Hspell, and AppleSpell.
EOF
14 changes: 14 additions & 0 deletions web/links/CONFIGURE
@@ -0,0 +1,14 @@
mquery GRAPHICS "enable graphics mode? (you have to use libpng later)" \
n \
"--enable-graphics" \
"--disable-graphics"

if [ "`get_module_config GRAPHICS`" = "y" ]; then

mquery FB_GRAPHICS "with Framebuffer graphics mode?" \
n \
"--with-fb" \
"--without-fb"

fi

47 changes: 47 additions & 0 deletions web/links/DEPENDS
@@ -0,0 +1,47 @@
depends ncurses

optional_depends libpng \
"--enable-graphics" \
"--disable-graphics" \
"for graphics mode (needed for Framebuffer, SVGA, X and DirectFB)"

optional_depends svgalib \
"--with-svgalib" \
"--without-svgalib" \
"for SVGA graphics mode"

optional_depends DirectFB \
"--with-directfb" \
"--without-directfb" \
"for DirectFB graphics mode"

optional_depends tiff \
"--with-libtiff" \
"--without-libtiff" \
"to display tiff images in graphics mode"

optional_depends %JPEG \
"--with-libjpeg" \
"--without-libjpeg" \
"to display jpeg images in graphics mode"

optional_depends gpm \
"--with-gpm" \
"--without-gpm" \
"for gpm mouse support (needed for Framebuffer graphics mode)"

optional_depends openssl \
"--with-ssl" \
"--without-ssl" \
"for encryption (HTTPS)"

optional_depends bzip2 \
"--with-bzip2" \
"--without-bzip2" \
"to speed up webpages using bzip2 compression"

optional_depends zlib \
"--with-zlib" \
"--without-zlib" \
"to speed up webpages using zlib compression"

15 changes: 15 additions & 0 deletions web/links/DETAILS
@@ -0,0 +1,15 @@
MODULE=links
VERSION=2.6
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://links.twibright.com/download
SOURCE_VFY=sha1:228bd726c176ea44d35fa12cafd97aa83214d9dc
WEB_SITE=http://links.twibright.com
ENTERED=20020523
UPDATED=20120410
MAINTAINER=neocrust@gmail.com
SHORT="graphics and text mode web browser"

cat << EOF
Links is a graphics and text mode web browser. Graphics mode is supported
via SVGA, Framebuffer, X and DirectFB. With unicode support patch.
EOF

0 comments on commit 8db76fb

Please sign in to comment.