summaryrefslogtreecommitdiff
path: root/www/phoenix-bin
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-04-14 19:56:27 +0000
committergrant <grant@pkgsrc.org>2003-04-14 19:56:27 +0000
commit181971d6702d29a225a5abbc63497b6c9d00306c (patch)
tree4c32239e43a88b32ea7f30b5b163464b01311363 /www/phoenix-bin
parent6580f7cc50c5fac3a35e2cab0a6970b1248852ea (diff)
downloadpkgsrc-181971d6702d29a225a5abbc63497b6c9d00306c.tar.gz
rename phoenix-linux to phoenix-bin.
Diffstat (limited to 'www/phoenix-bin')
-rw-r--r--www/phoenix-bin/DESCR3
-rw-r--r--www/phoenix-bin/MESSAGE.NetBSD10
-rw-r--r--www/phoenix-bin/Makefile53
-rw-r--r--www/phoenix-bin/Makefile.NetBSD.i3868
-rw-r--r--www/phoenix-bin/PLIST2
-rw-r--r--www/phoenix-bin/distinfo4
-rw-r--r--www/phoenix-bin/files/phoenix.sh3
7 files changed, 83 insertions, 0 deletions
diff --git a/www/phoenix-bin/DESCR b/www/phoenix-bin/DESCR
new file mode 100644
index 00000000000..7c84ebe230c
--- /dev/null
+++ b/www/phoenix-bin/DESCR
@@ -0,0 +1,3 @@
+Phoenix is a redesign of the Mozilla browser component, similar to Galeon,
+K-Meleon and Chimera, but written using the XUL user interface language
+and designed to be cross-platform.
diff --git a/www/phoenix-bin/MESSAGE.NetBSD b/www/phoenix-bin/MESSAGE.NetBSD
new file mode 100644
index 00000000000..1c7a5678240
--- /dev/null
+++ b/www/phoenix-bin/MESSAGE.NetBSD
@@ -0,0 +1,10 @@
+===========================================================================
+$NetBSD: MESSAGE.NetBSD,v 1.1 2003/04/14 19:56:28 grant Exp $
+
+ Phoenix requires your kernel to include 'COMPAT_LINUX' (plus in
+ NetBSD systems before 1.5 'EXEC_ELF32').
+
+ Please note that if you have INET6 enabled in your kernel, you
+ will need to set net.inet6.ip6.v6only = 0, using sysctl(8).
+
+===========================================================================
diff --git a/www/phoenix-bin/Makefile b/www/phoenix-bin/Makefile
new file mode 100644
index 00000000000..0c052cb3c0d
--- /dev/null
+++ b/www/phoenix-bin/Makefile
@@ -0,0 +1,53 @@
+# $NetBSD: Makefile,v 1.1 2003/04/14 19:56:28 grant Exp $
+#
+
+DISTNAME= phoenix-0.5-i686-pc-linux-gnu
+PKGNAME= phoenix-bin-0.5
+WRKSRC= ${WRKDIR}/phoenix
+CATEGORIES= www
+MASTER_SITES= http://ftp.mozilla.org/pub/phoenix/releases/0.5/
+
+MAINTAINER= grant@netbsd.org
+HOMEPAGE= http://www.mozilla.org/projects/phoenix/
+COMMENT= Lightweight gecko-based web browser (binary pkg)
+
+ONLY_FOR_PLATFORM= Linux-*-i[3-6]86 NetBSD-*-i386
+
+CONFLICTS+= phoenix-linux-[0-9]*
+
+NO_CONFIGURE= # defined
+
+PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
+PHOENIX_LIB= ${PREFIX}/lib/phoenix-linux
+
+do-build:
+
+post-build:
+ ${SED} -e "s|@PREFIX@|${PREFIX}|g" ${FILESDIR}/phoenix.sh > \
+ ${WRKDIR}/phoenix.sh
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PHOENIX_LIB}
+ cd ${WRKSRC} && ${CP} -r . ${PHOENIX_LIB}
+ ${INSTALL_SCRIPT} ${WRKDIR}/phoenix.sh ${PREFIX}/bin/phoenix-linux
+
+post-install:
+ @${CP} -f ${PKGDIR}/PLIST ${PLIST_SRC}
+ @${FIND} ${PHOENIX_LIB} \( -type f -o -type l \) -print \
+ | ${SORT} | ${SED} -e "s,${PREFIX}/,,g" \
+ >> ${PLIST_SRC}
+ @${FIND} ${PHOENIX_LIB} -type d -print \
+ | ${SORT} -r | ${SED} -e "s,${PREFIX}/,@dirrm ,g" \
+ >> ${PLIST_SRC}
+
+.include "../../mk/bsd.prefs.mk"
+
+# everything specific to your OS/Arch goes into it's own Makefile
+# group together i386, i486, i586 and i686 (for Linux)
+ARCH=${MACHINE_ARCH:C/i[3-6]86/i386/g}
+
+.if exists(Makefile.${OPSYS}.${ARCH})
+. include "Makefile.${OPSYS}.${ARCH}"
+.endif
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/phoenix-bin/Makefile.NetBSD.i386 b/www/phoenix-bin/Makefile.NetBSD.i386
new file mode 100644
index 00000000000..bbd6dc18ba1
--- /dev/null
+++ b/www/phoenix-bin/Makefile.NetBSD.i386
@@ -0,0 +1,8 @@
+# $NetBSD: Makefile.NetBSD.i386,v 1.1 2003/04/14 19:56:28 grant Exp $
+#
+
+DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat
+DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11
+DEPENDS+= suse_gtk>=7.3:../../emulators/${SUSE_DIR_PREFIX}_gtk
+
+.include "../../emulators/suse_linux/Makefile.application"
diff --git a/www/phoenix-bin/PLIST b/www/phoenix-bin/PLIST
new file mode 100644
index 00000000000..a79e7c02be1
--- /dev/null
+++ b/www/phoenix-bin/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2003/04/14 19:56:28 grant Exp $
+bin/phoenix-linux
diff --git a/www/phoenix-bin/distinfo b/www/phoenix-bin/distinfo
new file mode 100644
index 00000000000..ad0eb5e2826
--- /dev/null
+++ b/www/phoenix-bin/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1 2003/04/14 19:56:29 grant Exp $
+
+SHA1 (phoenix-0.5-i686-pc-linux-gnu.tar.gz) = 4102222f85dcbf8352c000dea6072452c6094a69
+Size (phoenix-0.5-i686-pc-linux-gnu.tar.gz) = 9153046 bytes
diff --git a/www/phoenix-bin/files/phoenix.sh b/www/phoenix-bin/files/phoenix.sh
new file mode 100644
index 00000000000..8652402c4f1
--- /dev/null
+++ b/www/phoenix-bin/files/phoenix.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+# $NetBSD: phoenix.sh,v 1.1 2003/04/14 19:56:29 grant Exp $
+exec @PREFIX@/lib/phoenix-linux/phoenix "$@"