diff options
author | ghen <ghen@pkgsrc.org> | 2006-03-30 19:18:20 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-03-30 19:18:20 +0000 |
commit | ab0c23a55049bd88f6df7be11c2d366704d8b795 (patch) | |
tree | 3a79a9e191a28713daa8e9b276051c1a95293f2b /www/seamonkey-bin | |
parent | a03a12408a72a591ff49b674a2c66196c4019488 (diff) | |
download | pkgsrc-ab0c23a55049bd88f6df7be11c2d366704d8b795.tar.gz |
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 (limited to 'www/seamonkey-bin')
-rw-r--r-- | www/seamonkey-bin/DESCR | 7 | ||||
-rw-r--r-- | www/seamonkey-bin/Makefile | 16 | ||||
-rw-r--r-- | www/seamonkey-bin/Makefile.Linux.i386 | 7 | ||||
-rw-r--r-- | www/seamonkey-bin/Makefile.NetBSD.i386 | 11 | ||||
-rw-r--r-- | www/seamonkey-bin/PLIST | 2 | ||||
-rw-r--r-- | www/seamonkey-bin/distinfo | 5 |
6 files changed, 48 insertions, 0 deletions
diff --git a/www/seamonkey-bin/DESCR b/www/seamonkey-bin/DESCR new file mode 100644 index 00000000000..a62c37e6773 --- /dev/null +++ b/www/seamonkey-bin/DESCR @@ -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 --git a/www/seamonkey-bin/Makefile b/www/seamonkey-bin/Makefile new file mode 100644 index 00000000000..d6d0c8649e8 --- /dev/null +++ b/www/seamonkey-bin/Makefile @@ -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 --git a/www/seamonkey-bin/Makefile.Linux.i386 b/www/seamonkey-bin/Makefile.Linux.i386 new file mode 100644 index 00000000000..12efd8a644c --- /dev/null +++ b/www/seamonkey-bin/Makefile.Linux.i386 @@ -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 --git a/www/seamonkey-bin/Makefile.NetBSD.i386 b/www/seamonkey-bin/Makefile.NetBSD.i386 new file mode 100644 index 00000000000..5633eec5caa --- /dev/null +++ b/www/seamonkey-bin/Makefile.NetBSD.i386 @@ -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 --git a/www/seamonkey-bin/PLIST b/www/seamonkey-bin/PLIST new file mode 100644 index 00000000000..5d79cd16563 --- /dev/null +++ b/www/seamonkey-bin/PLIST @@ -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 --git a/www/seamonkey-bin/distinfo b/www/seamonkey-bin/distinfo new file mode 100644 index 00000000000..07c41e8ce9a --- /dev/null +++ b/www/seamonkey-bin/distinfo @@ -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 |