pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/seamonkey-bin Import Mozilla Seamonkey 1.0 from pk...
details: https://anonhg.NetBSD.org/pkgsrc/rev/98c3a8c8f50e
branches: trunk
changeset: 510458:98c3a8c8f50e
user: ghen <ghen%pkgsrc.org@localhost>
date: Thu Mar 30 19:18:20 2006 +0000
description:
Import Mozilla Seamonkey 1.0 from pkgsrc-wip (Linux binary version).
Seamonkey is the community-driven continuation of the Mozilla Suite,
which is no longer maintained by Mozilla.
diffstat:
www/seamonkey-bin/DESCR | 7 +++++++
www/seamonkey-bin/Makefile | 16 ++++++++++++++++
www/seamonkey-bin/Makefile.Linux.i386 | 7 +++++++
www/seamonkey-bin/Makefile.NetBSD.i386 | 11 +++++++++++
www/seamonkey-bin/PLIST | 2 ++
www/seamonkey-bin/distinfo | 5 +++++
6 files changed, 48 insertions(+), 0 deletions(-)
diffs (72 lines):
diff -r d53bdeac1da3 -r 98c3a8c8f50e www/seamonkey-bin/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/seamonkey-bin/DESCR Thu Mar 30 19:18:20 2006 +0000
@@ -0,0 +1,7 @@
+The SeaMonkey project is a community effort to deliver production-quality
+releases of code derived from the application formerly known as "Mozilla
+Application Suite". Whereas the main focus of the Mozilla Foundation is on
+Mozilla Firefox and Mozilla Thunderbird, our group of dedicated volunteers
+works to ensure that you can have "everything but the kitchen sink" (a web
+browser, mail client, HTML composer, address book, IRC client and calendar),
+and have it stable enough for corporate use.
diff -r d53bdeac1da3 -r 98c3a8c8f50e www/seamonkey-bin/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/seamonkey-bin/Makefile Thu Mar 30 19:18:20 2006 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/03/30 19:18:20 ghen Exp $
+
+MOZILLA= seamonkey
+MOZ_VER= 1.0
+MOZ_DISTVER= ${MOZ_VER}
+
+HOMEPAGE= http://www.mozilla.org/projects/seamonkey
+COMMENT= Full featured gecko-based browser (binary package)
+
+DIST_SUBDIR= ${MOZILLA}/${MOZ_DISTDIR}
+
+MOZ_GTK2= YES
+
+ONLY_FOR_PLATFORM+= Linux-*-i386
+
+.include "../../www/mozilla-bin/Makefile.common"
diff -r d53bdeac1da3 -r 98c3a8c8f50e www/seamonkey-bin/Makefile.Linux.i386
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/seamonkey-bin/Makefile.Linux.i386 Thu Mar 30 19:18:20 2006 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile.Linux.i386,v 1.1.1.1 2006/03/30 19:18:20 ghen Exp $
+
+DISTNAME= ${MOZILLA}-${MOZ_DISTVER}.en-US.linux-i686
+MOZ_DISTDIR= releases/${MOZ_DIR}
+MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/seamonkey/${MOZ_DISTDIR}/
+
+MOZ_PLATFORM= linux
diff -r d53bdeac1da3 -r 98c3a8c8f50e www/seamonkey-bin/Makefile.NetBSD.i386
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/seamonkey-bin/Makefile.NetBSD.i386 Thu Mar 30 19:18:20 2006 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile.NetBSD.i386,v 1.1.1.1 2006/03/30 19:18:20 ghen Exp $
+
+BUILD_DEFS+= MOZILLA_USE_LINUX
+
+.if defined(MOZILLA_USE_LINUX)
+ONLY_FOR_PLATFORM+= NetBSD-*-i386
+. include "Makefile.Linux.i386"
+.else
+PKG_SKIP_REASON+= "No native pre-built NetBSD binary available."
+PKG_SKIP_REASON+= "Set MOZILLA_USE_LINUX if you want to use the Linux binary."
+.endif
diff -r d53bdeac1da3 -r 98c3a8c8f50e www/seamonkey-bin/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/seamonkey-bin/PLIST Thu Mar 30 19:18:20 2006 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/30 19:18:20 ghen Exp $
+@comment this PLIST intentionally left blank
diff -r d53bdeac1da3 -r 98c3a8c8f50e www/seamonkey-bin/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/seamonkey-bin/distinfo Thu Mar 30 19:18:20 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/03/30 19:18:20 ghen Exp $
+
+SHA1 (seamonkey/releases/1.0/seamonkey-1.0.en-US.linux-i686.tar.gz) = 9951c504c81e98b6535342c03271f681f61c554e
+RMD160 (seamonkey/releases/1.0/seamonkey-1.0.en-US.linux-i686.tar.gz) = 1b7dfd3919f103f7e77ec88272199bbbb377b46e
+Size (seamonkey/releases/1.0/seamonkey-1.0.en-US.linux-i686.tar.gz) = 14124053 bytes
Home |
Main Index |
Thread Index |
Old Index