pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/seamonkey-bin-nightly Initial import of seamonkey-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28bfeb022c37
branches:  trunk
changeset: 518954:28bfeb022c37
user:      salo <salo%pkgsrc.org@localhost>
date:      Sun Sep 24 16:40:50 2006 +0000

description:
Initial import of seamonkey-bin-nightly.

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.

This packages provides the necessary infrastructure for downloading nightly
builds of various Mozilla products (seamonkey, thunderbird, firefox).

diffstat:

 www/seamonkey-bin-nightly/DESCR                |   7 +++++++
 www/seamonkey-bin-nightly/Makefile             |   9 +++++++++
 www/seamonkey-bin-nightly/Makefile.Linux.i386  |   6 ++++++
 www/seamonkey-bin-nightly/Makefile.NetBSD.i386 |  18 ++++++++++++++++++
 www/seamonkey-bin-nightly/Makefile.SunOS.sparc |   7 +++++++
 www/seamonkey-bin-nightly/Makefile.common      |  18 ++++++++++++++++++
 www/seamonkey-bin-nightly/PLIST                |   2 ++
 7 files changed, 67 insertions(+), 0 deletions(-)

diffs (95 lines):

diff -r a9d23a483064 -r 28bfeb022c37 www/seamonkey-bin-nightly/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/seamonkey-bin-nightly/DESCR   Sun Sep 24 16:40:50 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 a9d23a483064 -r 28bfeb022c37 www/seamonkey-bin-nightly/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/seamonkey-bin-nightly/Makefile        Sun Sep 24 16:40:50 2006 +0000
@@ -0,0 +1,9 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/09/24 16:40:50 salo Exp $
+
+MOZILLA=       seamonkey
+
+COMMENT=       Full featured gecko-based browser (nightly binary pkg)
+
+ONLY_FOR_PLATFORM+=    Linux-*-i[3-6]86 NetBSD-*-i386
+
+.include "../../www/seamonkey-bin-nightly/Makefile.common"
diff -r a9d23a483064 -r 28bfeb022c37 www/seamonkey-bin-nightly/Makefile.Linux.i386
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/seamonkey-bin-nightly/Makefile.Linux.i386     Sun Sep 24 16:40:50 2006 +0000
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile.Linux.i386,v 1.1.1.1 2006/09/24 16:40:50 salo Exp $
+
+DISTNAME=      ${MOZILLA}-1.5a.en-US.${MOZ_PLATFORM}-i686
+EXTRACT_SUFX=  .tar.bz2
+MOZ_PLATFORM=  linux
+MOZ_GTK2=      yes
diff -r a9d23a483064 -r 28bfeb022c37 www/seamonkey-bin-nightly/Makefile.NetBSD.i386
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/seamonkey-bin-nightly/Makefile.NetBSD.i386    Sun Sep 24 16:40:50 2006 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile.NetBSD.i386,v 1.1.1.1 2006/09/24 16:40:50 salo Exp $
+
+BUILD_DEFS+=   MOZILLA_USE_LINUX
+
+.if defined(MOZILLA_USE_LINUX)
+DISTNAME=      ${MOZILLA}-1.5a.en-US.${MOZ_PLATFORM}-i686
+EXTRACT_SUFX=  .tar.bz2
+MOZ_PLATFORM=  linux
+MOZ_GTK2=      yes
+ONLY_FOR_PLATFORM+=    NetBSD-*-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."
+DISTNAME=      
+EXTRACT_SUFX=  .tar.bz2
+MOZ_PLATFORM=  netbsd
+ONLY_FOR_PLATFORM+=    NetBSD-1.6*-i386 NetBSD-2*-i386
+.endif
diff -r a9d23a483064 -r 28bfeb022c37 www/seamonkey-bin-nightly/Makefile.SunOS.sparc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/seamonkey-bin-nightly/Makefile.SunOS.sparc    Sun Sep 24 16:40:50 2006 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile.SunOS.sparc,v 1.1.1.1 2006/09/24 16:40:50 salo Exp $
+
+DISTNAME=      
+
+MOZ_PLATFORM=  solaris
+
+PKG_SKIP_REASON+=      "No native pre-built Solaris binary available."
diff -r a9d23a483064 -r 28bfeb022c37 www/seamonkey-bin-nightly/Makefile.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/seamonkey-bin-nightly/Makefile.common Sun Sep 24 16:40:50 2006 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile.common,v 1.1.1.1 2006/09/24 16:40:50 salo Exp $
+
+MASTER_SITES=  http://ftp.mozilla.org/pub/mozilla.org/${MOZILLA_SHORT}/nightly/${MOZ_CONTRIB}latest-trunk/ \
+               ftp://ftp.mozilla.org/pub/mozilla.org/${MOZILLA_SHORT}/nightly/${MOZ_CONTRIB}latest-trunk/
+
+DIST_SUBDIR=   ${PKGNAME_NOREV}
+NO_CHECKSUM=   yes
+NO_SRC_ON_FTP= # defined
+
+.include "../../mk/bsd.prefs.mk"
+
+USE_TOOLS+=    date
+
+.if !defined(MOZ_VER) || empty(MOZ_VER)
+MOZ_VER!=      ${DATE} +%Y%m%d
+.endif
+
+.include "../../www/seamonkey-bin/Makefile.common"
diff -r a9d23a483064 -r 28bfeb022c37 www/seamonkey-bin-nightly/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/seamonkey-bin-nightly/PLIST   Sun Sep 24 16:40:50 2006 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/09/24 16:40:50 salo Exp $
+@comment this PLIST intentionally left blank



Home | Main Index | Thread Index | Old Index