summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTal Peer <coredumb@gentoo.org>2003-11-10 18:58:19 +0000
committerTal Peer <coredumb@gentoo.org>2003-11-10 18:58:19 +0000
commit591bf6599b2d98011a94a3daa08d7a0fbce5f18e (patch)
tree148f0fa29d681e2f232117877f22c58051e39f1c /dev-php
parentVersion bump. (diff)
downloadgentoo-2-591bf6599b2d98011a94a3daa08d7a0fbce5f18e.tar.gz
gentoo-2-591bf6599b2d98011a94a3daa08d7a0fbce5f18e.tar.bz2
gentoo-2-591bf6599b2d98011a94a3daa08d7a0fbce5f18e.zip
Version bump.
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/asp2php/ChangeLog9
-rw-r--r--dev-php/asp2php/Manifest5
-rw-r--r--dev-php/asp2php/asp2php-0.76.18.ebuild31
-rw-r--r--dev-php/asp2php/files/asp2php-0.76.18-makefile.patch49
-rw-r--r--dev-php/asp2php/files/digest-asp2php-0.76.181
5 files changed, 91 insertions, 4 deletions
diff --git a/dev-php/asp2php/ChangeLog b/dev-php/asp2php/ChangeLog
index 635c2a5f8e0b..67e335b63828 100644
--- a/dev-php/asp2php/ChangeLog
+++ b/dev-php/asp2php/ChangeLog
@@ -1,13 +1,18 @@
# ChangeLog for dev-php/asp2php
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/asp2php/ChangeLog,v 1.4 2003/11/10 17:49:42 coredumb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/asp2php/ChangeLog,v 1.5 2003/11/10 18:58:09 coredumb Exp $
13 Oct 2003; Robin H. Johnson <robbat2@gentoo.org> metadata.xml:
add metadata.xml
+*asp2php-0.76.18 (10 Oct 2003)
+
+ 10 Oct 2003; Tal Peer <coredumb@gentoo.org> asp2php-0.76.18.ebuild:
+ Version bump.
+
*asp2php-0.76.17-r1 (02 Aug 2003)
- 10 Oct 2003; Tal Peer <coredumb@gentoo.org> asp2php-0.76-r1.ebuild:
+ 10 Oct 2003; Tal Peer <coredumb@gentoo.org> asp2php-0.76.17-r1.ebuild:
x86 stable.
02 Aug 2003; Tal Peer <coredumb@gentoo.org> asp2php-0.76.17-r1.ebuild:
diff --git a/dev-php/asp2php/Manifest b/dev-php/asp2php/Manifest
index 5a43575e974a..40e4a1cb6c34 100644
--- a/dev-php/asp2php/Manifest
+++ b/dev-php/asp2php/Manifest
@@ -1,9 +1,10 @@
MD5 1e682b2749b7d55760553e2bb242ef2a asp2php-0.76.17.ebuild 762
-MD5 2c1568b612be78f31ec49ca488d91842 ChangeLog 794
+MD5 e567f13f8ac48326ce97b2fa0ca52a93 ChangeLog 916
MD5 e314e9157c56bb3edee50681c7f550e2 asp2php-0.76.17-r1.ebuild 765
MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156
-MD5 327b556b877a47c8c1db029e25bba1be asp2php-0.76.18.ebuild 766
+MD5 73722f27089d53234707aed663fba112 asp2php-0.76.18.ebuild 763
MD5 38ea19fda75342f889b9d9e54dd8e230 files/asp2php-0.76.17-makefile.patch 1249
MD5 a261c315bf4212c90600867a3bc18752 files/digest-asp2php-0.76.17 66
MD5 7a71c0198058e76178a64f17131912c6 files/digest-asp2php-0.76.18 66
MD5 a261c315bf4212c90600867a3bc18752 files/digest-asp2php-0.76.17-r1 66
+MD5 38ea19fda75342f889b9d9e54dd8e230 files/asp2php-0.76.18-makefile.patch 1249
diff --git a/dev-php/asp2php/asp2php-0.76.18.ebuild b/dev-php/asp2php/asp2php-0.76.18.ebuild
new file mode 100644
index 000000000000..958845cc640d
--- /dev/null
+++ b/dev-php/asp2php/asp2php-0.76.18.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/asp2php/asp2php-0.76.18.ebuild,v 1.1 2003/11/10 18:58:09 coredumb Exp $
+
+S="${WORKDIR}/${P}"
+DESCRIPTION="ASP to PHP translator"
+SRC_URI="http://www.mikekohn.com/asp2php/${P}.tar.gz"
+HOMEPAGE="http://asp2php.naken.cc/"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+
+src_unpack() {
+ unpack ${P}.tar.gz
+ cd ${S}
+ epatch ${FILESDIR}/${P}-makefile.patch
+}
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ dodir /usr/bin
+ make DESTDIR="${D}" install || die
+
+ dodoc LICENSE README
+ docinto sample
+ dodoc sample/class_test.asp sample/filesystem.asp sample/mailer-test.asp sample/testfile.asp
+}
+
diff --git a/dev-php/asp2php/files/asp2php-0.76.18-makefile.patch b/dev-php/asp2php/files/asp2php-0.76.18-makefile.patch
new file mode 100644
index 000000000000..b6187114826b
--- /dev/null
+++ b/dev-php/asp2php/files/asp2php-0.76.18-makefile.patch
@@ -0,0 +1,49 @@
+--- Makefile.orig 2003-08-02 09:38:53.000000000 +0800
++++ Makefile 2003-08-02 09:42:05.000000000 +0800
+@@ -1,7 +1,4 @@
+-
+-CC=gcc
+-LD=ld
+-CFLAGS=-Wall
++DESTDIR=
+
+ default:
+ cd src && make
+@@ -18,9 +15,10 @@
+ @mv src/gtkasp2php .
+
+ install:
+- @if [ -e asp2php ]; then install asp2php /usr/local/bin; fi;
+- @if [ -e gtkasp2php ]; then install gtkasp2php /usr/local/bin; fi;
+- @echo "Compiled programs have been installed in /usr/local/bin"
++ @mkdir -p $(DESTDIR)/bin;
++ @if [ -e asp2php ]; then install asp2php $(DESTDIR)/usr/bin; fi;
++ @if [ -e gtkasp2php ]; then install gtkasp2php $(DESTDIR)/usr/bin; fi;
++ @echo "Compiled programs have been installed in $(DESTDIR)/usr/bin"
+ @echo ""
+
+ uninstall:
+--- src/Makefile.orig 2003-08-02 09:48:07.000000000 +0800
++++ src/Makefile 2003-08-02 09:48:20.000000000 +0800
+@@ -1,9 +1,3 @@
+-
+-CC=gcc
+-LD=ld
+-#FLAGS=-DDEBUG
+-CFLAGS=-Wall
+-
+ default:
+ @cd jscript && make
+ $(CC) -c class.c $(CFLAGS) $(FLAGS)
+--- src/jscript/Makefile.orig 2003-08-02 09:49:43.000000000 +0800
++++ src/jscript/Makefile 2003-08-02 09:49:46.000000000 +0800
+@@ -1,9 +1,3 @@
+-
+-CC=gcc
+-LD=ld
+-#FLAGS=-DDEBUG
+-CFLAGS=-Wall
+-
+ default:
+ $(CC) -c conditionals_j.c $(CFLAGS) $(FLAGS)
+ $(CC) -c eval_expression_j.c $(CFLAGS) $(FLAGS)
diff --git a/dev-php/asp2php/files/digest-asp2php-0.76.18 b/dev-php/asp2php/files/digest-asp2php-0.76.18
new file mode 100644
index 000000000000..61dfb94d2ba5
--- /dev/null
+++ b/dev-php/asp2php/files/digest-asp2php-0.76.18
@@ -0,0 +1 @@
+MD5 dd3c21e7d305b978ca49bee73e0e44f3 asp2php-0.76.18.tar.gz 53678