[Lunar-commits] r26270 - in moonbase/trunk/zbeta: . hunspell jwm libass
Auke Kok
sofar at lunar-linux.org
Fri Oct 19 00:42:29 CEST 2007
Author: sofar
Date: 2007-10-19 00:42:29 +0200 (Fri, 19 Oct 2007)
New Revision: 26270
Added:
moonbase/trunk/zbeta/hunspell/
moonbase/trunk/zbeta/hunspell/CONFIGURE
moonbase/trunk/zbeta/hunspell/DEPENDS
moonbase/trunk/zbeta/hunspell/DETAILS
moonbase/trunk/zbeta/jwm/
moonbase/trunk/zbeta/jwm/DEPENDS
moonbase/trunk/zbeta/jwm/DETAILS
moonbase/trunk/zbeta/libass/
moonbase/trunk/zbeta/libass/DEPENDS
moonbase/trunk/zbeta/libass/DETAILS
Log:
manual merge of some new apps
Added: moonbase/trunk/zbeta/hunspell/CONFIGURE
===================================================================
--- moonbase/trunk/zbeta/hunspell/CONFIGURE (rev 0)
+++ moonbase/trunk/zbeta/hunspell/CONFIGURE 2007-10-18 22:42:29 UTC (rev 26270)
@@ -0,0 +1,3 @@
+mquery ENABLE_DEV "Enable dictionary development?" n "--with-warnings" ""
+mquery ENABLE_MOR "Compile morphological stemmer code & tools?" n "--with-experimantal" ""
+
\ No newline at end of file
Added: moonbase/trunk/zbeta/hunspell/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/hunspell/DEPENDS (rev 0)
+++ moonbase/trunk/zbeta/hunspell/DEPENDS 2007-10-18 22:42:29 UTC (rev 26270)
@@ -0,0 +1,15 @@
+depends "glibc"
+optional_depends "ncurses" \
+ "--with-ui" \
+ "" \
+ "for using ncurses"
+
+optional_depends "readline" \
+ "--with-readline" \
+ "" \
+ "for fancy input line editing"
+
+optional_depends "gettext" \
+ "" \
+ "--with-included-gettext" \
+ "for using gettext"
Added: moonbase/trunk/zbeta/hunspell/DETAILS
===================================================================
--- moonbase/trunk/zbeta/hunspell/DETAILS (rev 0)
+++ moonbase/trunk/zbeta/hunspell/DETAILS 2007-10-18 22:42:29 UTC (rev 26270)
@@ -0,0 +1,16 @@
+ MODULE=hunspell
+ VERSION=1.1.12
+ SOURCE=$MODULE-$VERSION-2.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:2bd8ff433f5d4d4901fc6592f7f340013017acf5
+ WEB_SITE="http://hunspell.sourceforge.net/"
+ SHORT="A spell checker."
+cat <<EOF
+Hunspell is the default spell checker of OpenOffice.org office suite and
+expectant spell checker of Mozilla Firefox and Thunderbird.
+
+Its main features are Unicode support, the ability to function with
+MySpell dictionaries since it's based on MySpell and rich morphological
+features.
+EOF
Added: moonbase/trunk/zbeta/jwm/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/jwm/DEPENDS (rev 0)
+++ moonbase/trunk/zbeta/jwm/DEPENDS 2007-10-18 22:42:29 UTC (rev 26270)
@@ -0,0 +1,3 @@
+optional_depends "libpng" "--enable-png" "--disable-png" "to enable PNG support"
+optional_depends "jpeg" "--enable-jpeg" "--disable-jpeg" "to enable JPEG support"
+optional_depends "fribidi" "--enable-fribidi" "--disable-fribidi" "to enable right-to-left language support"
Added: moonbase/trunk/zbeta/jwm/DETAILS
===================================================================
--- moonbase/trunk/zbeta/jwm/DETAILS (rev 0)
+++ moonbase/trunk/zbeta/jwm/DETAILS 2007-10-18 22:42:29 UTC (rev 26270)
@@ -0,0 +1,12 @@
+ MODULE=jwm
+ VERSION=2.0.1
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://joewing.net/programs/$MODULE/releases
+ SOURCE_VFY=sha1:209bc5e8c41f6a827d38a9b365405a2dc9bef082
+ WEB_SITE=http://joewing.net/programs/jwm
+ ENTERED=20071017
+ UPDATED=20071017
+ SHORT="JWM(Joe's Window Manager) is another window manager for X that resembles IceWM."
+cat << EOF
+JWM(Joe's Window Manager) is another window manager for X that resembles IceWM.
+EOF
Added: moonbase/trunk/zbeta/libass/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/libass/DEPENDS (rev 0)
+++ moonbase/trunk/zbeta/libass/DEPENDS 2007-10-18 22:42:29 UTC (rev 26270)
@@ -0,0 +1,11 @@
+depends "freetype2"
+optional_depends "fontconfig" \
+ "" \
+ "" \
+ "for using FontConfig"
+
+optional_depends "enca" \
+ "" \
+ "" \
+ "for using enca"
+
Added: moonbase/trunk/zbeta/libass/DETAILS
===================================================================
--- moonbase/trunk/zbeta/libass/DETAILS (rev 0)
+++ moonbase/trunk/zbeta/libass/DETAILS 2007-10-18 22:42:29 UTC (rev 26270)
@@ -0,0 +1,19 @@
+ MODULE=libass
+ VERSION=0.9.4
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:e473886ed3f16581c67835b790c988c02cd65381
+ WEB_SITE="http://sourceforge.net/projects/libass"
+ SHORT="A portable library for SAA/ASS subtitles rendering."
+cat <<EOF
+SubStation Alpha, abbreviated SSA, is a subtitle file format created by Kotus
+that allows for more advanced subtitles than the conventional SRT and similar
+formats.
+Advanced SubStation Alpha (ASS) is a script that lets you create even more
+advanced subtitles than SSA. It is technically SSA v4+. The main feature of
+ASS is that it has more specifications than normal SSA, like in styles
+programming.
+
+libASS is a portable library that provides rendering functions for these
+subtitle formats.
+EOF
More information about the Lunar-commits
mailing list