wok-6.x rev 19312
Add GNU EDMA Project.]
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Tue Jul 12 03:16:09 2016 -0300 (2016-07-12) |
parents | 8aad009a4685 |
children | 31254af4bf5e |
files | edma/description.txt edma/receipt gecb/description.txt gecb/receipt gidfwizard/description.txt gidfwizard/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/edma/description.txt Tue Jul 12 03:16:09 2016 -0300 1.3 @@ -0,0 +1,23 @@ 1.4 +GNU/EDMA 1.5 + 1.6 +GNU EDMA is the Entorno de Desarrollo Modular y Abierto, or in English 1.7 +the Modular and Open Development Environment (named MODE by Russel Reed 1.8 +in the first GNU/EDMA documentation translations). The name is in Spanish 1.9 +because GNU EDMA has been developed by GPI (Grupo de Procesado de Imagen 1.10 +or Image Processing Group) at Vigo University, Spain. 1.11 + 1.12 +GNU EDMA provides an Object Oriented Component-Based development 1.13 +environment to build modular and evolving applications as well as highly 1.14 +reusable components. To achieve this, GNU EDMA shares features of OO 1.15 +programming languages and component based systems in a loosely coupled 1.16 +environment. 1.17 + 1.18 +GNU Project: 1.19 + 1.20 +Integration with other GNU projects. 1.21 + 1.22 +GNUStep 1.23 +GNOME. Including Bonobo and ORBit 1.24 +Guile as scripting language for GNU/EDMA applications 1.25 + 1.26 +http://www.gnu.org/software/edma/
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/edma/receipt Tue Jul 12 03:16:09 2016 -0300 2.3 @@ -0,0 +1,34 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="edma" 2.7 +VERSION="0.18.6" 2.8 +CATEGORY="development" 2.9 +SHORT_DESC="Open and modular development environment." 2.10 +MAINTAINER="hackdorte@sapo.pt" 2.11 +LICENSE="LGPL" 2.12 +GNU_FTP="http://ftp.gnu.org/gnu" 2.13 +TARBALL="gnu${PACKAGE}-$VERSION.tar.gz" 2.14 +WEB_SITE="http://www.gnu.org/software/edma/" 2.15 +WGET_URL="$GNU_FTP/$PACKAGE/$TARBALL" 2.16 +TAGS="environment development framework" 2.17 + 2.18 +DEPENDS="gecb gidfwizard" 2.19 + 2.20 +BUILD_DEPENDS="gcc autoconf glibc-dev pkg-config automake" 2.21 + 2.22 +# Rules to configure and make the package. 2.23 +compile_rules() 2.24 +{ 2.25 + ./configure \ 2.26 + --prefix=/usr \ 2.27 + $CONFIGURE_ARGS && 2.28 + make $MAKEFLAGS && 2.29 + make DESTDIR=$DESTDIR install 2.30 +} 2.31 + 2.32 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.33 +genpkg_rules() 2.34 +{ 2.35 + mkdir -p $fs/usr 2.36 + cp -a $install/* $fs/ 2.37 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/gecb/description.txt Tue Jul 12 03:16:09 2016 -0300 3.3 @@ -0,0 +1,14 @@ 3.4 +Graphical Class Browser 3.5 + 3.6 +This is a simple app to browse GNU EDMA classes installed in a system. 3.7 + 3.8 +The aplication will show the GNU/EDMA shared repository plus any other 3.9 +local repository in the file edma_repos.lst in the current directory. 3.10 + 3.11 +Pressing F5 will update the class list. This is useful for testing 3.12 +run-time class installation on shared repositories. 3.13 + 3.14 +For any comment, suggestion or bug report, please use the Savannah 3.15 +mailing lists here: https://savannah.gnu.org/projects/edma/ 3.16 + 3.17 +http://www.gnu.org/software/edma/
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/gecb/receipt Tue Jul 12 03:16:09 2016 -0300 4.3 @@ -0,0 +1,34 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="gecb" 4.7 +VERSION="0.8.4" 4.8 +CATEGORY="development" 4.9 +SHORT_DESC="Graphical Class Browser for GNU/EDMA." 4.10 +MAINTAINER="hackdorte@sapo.pt" 4.11 +LICENSE="LGPL" 4.12 +SOFTWARE="edma" 4.13 +GNU_FTP="http://ftp.gnu.org/gnu" 4.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 4.15 +WEB_SITE="http://www.gnu.org/software/edma/" 4.16 +WGET_URL="$GNU_FTP/$SOFTWARE/$TARBALL" 4.17 +TAGS="browser class edma" 4.18 + 4.19 +DEPENDS="edma gidfwizard gtk+ libtool" 4.20 +BUILD_DEPENDS="gtk+-dev gcc autoconf glibc-dev pkg-config automake" 4.21 + 4.22 +# Rules to configure and make the package. 4.23 +compile_rules() 4.24 +{ 4.25 + ./configure \ 4.26 + --prefix=/usr \ 4.27 + $CONFIGURE_ARGS && 4.28 + make $MAKEFLAGS && 4.29 + make DESTDIR=$DESTDIR install 4.30 +} 4.31 + 4.32 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.33 +genpkg_rules() 4.34 +{ 4.35 + mkdir -p $fs/usr 4.36 + cp -a $install/* $fs/ 4.37 +}
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/gidfwizard/description.txt Tue Jul 12 03:16:09 2016 -0300 5.3 @@ -0,0 +1,7 @@ 5.4 +Graphical IDF Wizard 5.5 + 5.6 +This is a simple graphical tool to build GNU EDMA Interface Definition 5.7 +files and create skeletons for some files required to build GNU EDMA 5.8 +Classes 5.9 + 5.10 +http://www.gnu.org/software/edma/
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/gidfwizard/receipt Tue Jul 12 03:16:09 2016 -0300 6.3 @@ -0,0 +1,34 @@ 6.4 +# SliTaz package receipt. 6.5 + 6.6 +PACKAGE="gidfwizard" 6.7 +VERSION="0.6.4" 6.8 +CATEGORY="development" 6.9 +SHORT_DESC="Graphical IDF Wizard for GNU/EDMA." 6.10 +MAINTAINER="hackdorte@sapo.pt" 6.11 +LICENSE="LGPL" 6.12 +SOFTWARE="edma" 6.13 +GNU_FTP="http://ftp.gnu.org/gnu" 6.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 6.15 +WEB_SITE="http://www.gnu.org/software/edma/" 6.16 +WGET_URL="$GNU_FTP/$SOFTWARE/$TARBALL" 6.17 +TAGS="browser class edma" 6.18 + 6.19 +DEPENDS="edma gecb gtk+ libtool" 6.20 +BUILD_DEPENDS="gtk+-dev gcc pkg-config autoconf automake" 6.21 + 6.22 +# Rules to configure and make the package. 6.23 +compile_rules() 6.24 +{ 6.25 + ./configure \ 6.26 + --prefix=/usr \ 6.27 + $CONFIGURE_ARGS && 6.28 + make $MAKEFLAGS && 6.29 + make DESTDIR=$DESTDIR install 6.30 +} 6.31 + 6.32 +# Rules to gen a SliTaz package suitable for Tazpkg. 6.33 +genpkg_rules() 6.34 +{ 6.35 + mkdir -p $fs/usr 6.36 + cp -a $install/* $fs/ 6.37 +}