ChangeLog

# ChangeLog for dev-scheme/hop
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/hop/ChangeLog,v 1.5 2008/01/03 13:47:32 hkbst Exp $

*hop-1.8.5 (03 Jan 2008)

03 Jan 2008; Marijn Schouten +hop-1.8.5.ebuild:
minor bump

*hop-1.8.1 (05 Dec 2007)

05 Dec 2007; Marijn Schouten +hop-1.8.1.ebuild:
1- A new packaging system (Hz) that allows end users to
run and install Hop programs with a single click.
2- Support for MathML (with an extension that allows users to use TeX
syntax).
3- Support for SVG (with an extension that allows users to inline SVG
external images inside Hop documents).
4- Pre-compiled JVM version is now fully compatible with the native
version.

27 Sep 2007; Christian Faulhammer ChangeLog, Manifest:
fixing Changelog, regenerating Manifest

27 Sep 2007; Christian Faulhammer hop-1.7.0.ebuild:
keywording ~x86, requested by kiuma on gentoo-lisp mailing list

*hop-1.7.0 (25 Sep 2007)

25 Sep 2007; Marijn Schouten +metadata.xml,
+hop-1.7.0.ebuild:
Initial commit

Manifest

DIST hop-1.7.0.tar.gz 1247439 RMD160 3faa6c34586cd7a88b9f02fb647e69213c90d17e SHA1 1468163318443c1151b7aa3508725d80b511da6f SHA256 138ef912a7c1056645dfc5e5d4b3c7b3356b2c78f5ecac3b9cd1f85ee50dd56d
DIST hop-1.8.1.tar.gz 1649478 RMD160 614efb1a6186cc46ca512ba9c40f6954102a77fc SHA1 7537cf8b7432389ef22c6d2e9b6fe2819f953096 SHA256 50b38b01902c19a8f93d5e8ee73d8ce0397af7a516c5837b6791e4633157b22d
DIST hop-1.8.5.tar.gz 1659402 RMD160 2962042d61359bdee5a2b69c8c2a065b5bfe7cb4 SHA1 d14fd4237303f0e52e5da90b48e5c719d1487ff5 SHA256 2193922b3e9f7b24e4881ebb3004846a2d7ffca842ee1c5576bfaa4eecffdaee
EBUILD hop-1.7.0.ebuild 1957 RMD160 776f0e1a7f57a28de9e0aa3319bfdc88065ee58f SHA1 53f4a05fabd9af855204a188241bc6d5b91d3c45 SHA256 c33713ff0486e6e2993a99101d0bb37f1c6776acdd267d46c9e6b29fc4e07ce4
EBUILD hop-1.8.1.ebuild 1030 RMD160 947e5dcd062a3d833feb796e68369dc3e8dd3893 SHA1 454303db37415cf691c7591f84eabb8376d1b528 SHA256 74c3d52d47910139ea94a152bfba71858b8ed96ede8581a101a95656f94fcf97
EBUILD hop-1.8.5.ebuild 1030 RMD160 95007606782efea061177eca1f6a7a2a97958391 SHA1 e0860cc0e5f216a261ffe1c89c93b6e330142c3f SHA256 05eba032a20c97d69962b436d813dafe23bca29ec5489b95bf3d21768cddaa03
MISC ChangeLog 1209 RMD160 016130b4d2b16cf4cd9bd81b3cd7c53dc09f2d81 SHA1 34d4e77f27ba1ee4440d48b1f1d4cc70b0323070 SHA256 c491d286fbf58aeec710d17b6a44f3f1f0c7a6d1f5c8ad94fbd893b284337e39
MISC metadata.xml 591 RMD160 59da7fcb4b1e25f69512d0502ca1d03f5c70983e SHA1 4ff8e7aeff08749ae3a17b082930551bcafd32de SHA256 6d5ab973bebb4be982bec4428d065e3b5f34f2a5e2d8a0d2abd3fa2cf70e38c8

hop-1.7.0.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/hop/hop-1.7.0.ebuild,v 1.2 2007/09/27 08:21:51 opfer Exp $

inherit elisp-common multilib

DESCRIPTION="Hop is a higher-order language for programming interactive web applications such as web agendas, web galleries, music players, etc. that is implemented as a Web broker"
HOMEPAGE="http://www-sop.inria.fr/mimosa/fp/Bigloo/bigloo.html"
SRC_URI="ftp://ftp-sop.inria.fr/mimosa/fp/Hop/${P}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"

DEPEND=">=dev-scheme/bigloo-3.0b"

#S=${WORKDIR}/${MY_P%-*}

#SITEFILE="50bigloo-gentoo.el"

IUSE=""

src_unpack(){
unpack ${A}; cd "${S}"

# cp runtime/Makefile runtime/Makefile.old

# sed "/BOOT/d" "$(bigloo -q -eval "(begin (print *default-lib-dir*) (exit 0))")"/Makefile.config > "${T}"/Makefile.config
# sed "s#include \$(BIGLOOLIBDIR)/Makefile.config#include \"${T}\"/Makefile.config#" -i runtime/Makefile

# sed "s#-include \$(BIGLOOLIBDIR)/Makefile.config##" -i runtime/Makefile

# sed "/include \$(BIGLOOLIBDIR)\/Makefile.config/aBIGLOO=bigloo" -i hopscheme/Makefile Makefile runtime/Makefile scheme2js/Makefile

sed "/include \$(BIGLOOLIBDIR)\/Makefile.config/aBIGLOO=bigloo" -i */Makefile Makefile

# diff -u runtime/Makefile.old runtime/Makefile

# cp weblets/Makefile weblets/Makefile.old

sed -e "/mkdir -p \$(HOPWEBLETSDIR)/d" \
-e "/chmod a+rx \$(HOPWEBLETSDIR)/d" -i weblets/Makefile

# diff -u weblets/Makefile.old weblets/Makefile
}

src_compile() {
# Hop doesn't use autoconf and consequently a lot of options used by econf give errors
# Manuel Serrano says: "Please, dont talk to me about autoconf. I simply dont want to hear about it..."
./configure --prefix=/usr --libdir=/usr/$(get_libdir) || die "configure failed"

emake -j1 || die "emake failed"
}

src_install () {
emake DESTDIR="${D}" install || die "install failed"
}

hop-1.8.1.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/hop/hop-1.8.1.ebuild,v 1.1 2007/12/05 10:58:27 hkbst Exp $

inherit multilib

DESCRIPTION="Hop is a higher-order language for programming interactive web applications such as web agendas, web galleries, music players, etc. that is implemented as a Web broker"
HOMEPAGE="http://www-sop.inria.fr/mimosa/fp/Bigloo/bigloo.html"
SRC_URI="ftp://ftp-sop.inria.fr/mimosa/fp/Hop/${P}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"

DEPEND=">=dev-scheme/bigloo-3.0b"

IUSE=""

src_compile() {
# Hop doesn't use autoconf and consequently a lot of options used by econf give errors
# Manuel Serrano says: "Please, dont talk to me about autoconf. I simply dont want to hear about it..."
./configure --prefix=/usr --libdir=/usr/$(get_libdir) || die "configure failed"

emake -j1 || die "emake failed"
}

src_install () {
emake DESTDIR="${D}" install || die "install failed"
}

hop-1.8.5.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/hop/hop-1.8.5.ebuild,v 1.1 2008/01/03 13:47:32 hkbst Exp $

inherit multilib

DESCRIPTION="Hop is a higher-order language for programming interactive web applications such as web agendas, web galleries, music players, etc. that is implemented as a Web broker"
HOMEPAGE="http://www-sop.inria.fr/mimosa/fp/Bigloo/bigloo.html"
SRC_URI="ftp://ftp-sop.inria.fr/mimosa/fp/Hop/${P}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"

DEPEND=">=dev-scheme/bigloo-3.0b"

IUSE=""

src_compile() {
# Hop doesn't use autoconf and consequently a lot of options used by econf give errors
# Manuel Serrano says: "Please, dont talk to me about autoconf. I simply dont want to hear about it..."
./configure --prefix=/usr --libdir=/usr/$(get_libdir) || die "configure failed"

emake -j1 || die "emake failed"
}

src_install () {
emake DESTDIR="${D}" install || die "install failed"
}

metadata.xml




scheme

HOP is a new programming language designed for the Web 2.0. It is a higher-order language for programming interactive web applications such as web agendas, web galleries, music players, etc. HOP can be viewed as a replacement for traditional graphical toolkits. HOP is implemented as a Web broker, i.e., a Web server that may act indifferently as a regular Web server or Web proxy.