# HG changeset patch # User Leonardo Laporte # Date 1468304169 10800 # Node ID 56f2e03f3593a6dc790dfa2241282e59fdf32e6c # Parent 8aad009a468596a4508b5fcd7dd02bd24fea7e69 Add GNU EDMA Project.] diff -r 8aad009a4685 -r 56f2e03f3593 edma/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/edma/description.txt Tue Jul 12 03:16:09 2016 -0300 @@ -0,0 +1,23 @@ +GNU/EDMA + +GNU EDMA is the Entorno de Desarrollo Modular y Abierto, or in English +the Modular and Open Development Environment (named MODE by Russel Reed +in the first GNU/EDMA documentation translations). The name is in Spanish +because GNU EDMA has been developed by GPI (Grupo de Procesado de Imagen +or Image Processing Group) at Vigo University, Spain. + +GNU EDMA provides an Object Oriented Component-Based development +environment to build modular and evolving applications as well as highly +reusable components. To achieve this, GNU EDMA shares features of OO +programming languages and component based systems in a loosely coupled +environment. + +GNU Project: + +Integration with other GNU projects. + +GNUStep +GNOME. Including Bonobo and ORBit +Guile as scripting language for GNU/EDMA applications + +http://www.gnu.org/software/edma/ diff -r 8aad009a4685 -r 56f2e03f3593 edma/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/edma/receipt Tue Jul 12 03:16:09 2016 -0300 @@ -0,0 +1,34 @@ +# SliTaz package receipt. + +PACKAGE="edma" +VERSION="0.18.6" +CATEGORY="development" +SHORT_DESC="Open and modular development environment." +MAINTAINER="hackdorte@sapo.pt" +LICENSE="LGPL" +GNU_FTP="http://ftp.gnu.org/gnu" +TARBALL="gnu${PACKAGE}-$VERSION.tar.gz" +WEB_SITE="http://www.gnu.org/software/edma/" +WGET_URL="$GNU_FTP/$PACKAGE/$TARBALL" +TAGS="environment development framework" + +DEPENDS="gecb gidfwizard" + +BUILD_DEPENDS="gcc autoconf glibc-dev pkg-config automake" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && + make $MAKEFLAGS && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/* $fs/ +} diff -r 8aad009a4685 -r 56f2e03f3593 gecb/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gecb/description.txt Tue Jul 12 03:16:09 2016 -0300 @@ -0,0 +1,14 @@ +Graphical Class Browser + +This is a simple app to browse GNU EDMA classes installed in a system. + +The aplication will show the GNU/EDMA shared repository plus any other +local repository in the file edma_repos.lst in the current directory. + +Pressing F5 will update the class list. This is useful for testing +run-time class installation on shared repositories. + +For any comment, suggestion or bug report, please use the Savannah +mailing lists here: https://savannah.gnu.org/projects/edma/ + +http://www.gnu.org/software/edma/ diff -r 8aad009a4685 -r 56f2e03f3593 gecb/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gecb/receipt Tue Jul 12 03:16:09 2016 -0300 @@ -0,0 +1,34 @@ +# SliTaz package receipt. + +PACKAGE="gecb" +VERSION="0.8.4" +CATEGORY="development" +SHORT_DESC="Graphical Class Browser for GNU/EDMA." +MAINTAINER="hackdorte@sapo.pt" +LICENSE="LGPL" +SOFTWARE="edma" +GNU_FTP="http://ftp.gnu.org/gnu" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.gnu.org/software/edma/" +WGET_URL="$GNU_FTP/$SOFTWARE/$TARBALL" +TAGS="browser class edma" + +DEPENDS="edma gidfwizard gtk+ libtool" +BUILD_DEPENDS="gtk+-dev gcc autoconf glibc-dev pkg-config automake" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && + make $MAKEFLAGS && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/* $fs/ +} diff -r 8aad009a4685 -r 56f2e03f3593 gidfwizard/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gidfwizard/description.txt Tue Jul 12 03:16:09 2016 -0300 @@ -0,0 +1,7 @@ +Graphical IDF Wizard + +This is a simple graphical tool to build GNU EDMA Interface Definition +files and create skeletons for some files required to build GNU EDMA +Classes + +http://www.gnu.org/software/edma/ diff -r 8aad009a4685 -r 56f2e03f3593 gidfwizard/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gidfwizard/receipt Tue Jul 12 03:16:09 2016 -0300 @@ -0,0 +1,34 @@ +# SliTaz package receipt. + +PACKAGE="gidfwizard" +VERSION="0.6.4" +CATEGORY="development" +SHORT_DESC="Graphical IDF Wizard for GNU/EDMA." +MAINTAINER="hackdorte@sapo.pt" +LICENSE="LGPL" +SOFTWARE="edma" +GNU_FTP="http://ftp.gnu.org/gnu" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.gnu.org/software/edma/" +WGET_URL="$GNU_FTP/$SOFTWARE/$TARBALL" +TAGS="browser class edma" + +DEPENDS="edma gecb gtk+ libtool" +BUILD_DEPENDS="gtk+-dev gcc pkg-config autoconf automake" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && + make $MAKEFLAGS && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/* $fs/ +}