pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www Remove seamonkey-bin-nightly. It is completely out...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5d9b502a0d01
branches: trunk
changeset: 568971:5d9b502a0d01
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Dec 30 21:11:20 2009 +0000
description:
Remove seamonkey-bin-nightly. It is completely outdated and can't even
be fetched. Proposed on tech-pkg, OK wiz
diffstat:
www/Makefile | 3 +--
www/seamonkey-bin-nightly/DESCR | 7 -------
www/seamonkey-bin-nightly/Makefile | 12 ------------
www/seamonkey-bin-nightly/Makefile.common | 18 ------------------
www/seamonkey-bin-nightly/Makefile.linux-i386 | 7 -------
www/seamonkey-bin-nightly/Makefile.solaris-i386 | 9 ---------
www/seamonkey-bin-nightly/Makefile.solaris-sparc | 9 ---------
7 files changed, 1 insertions(+), 64 deletions(-)
diffs (103 lines):
diff -r 7a5cbe8eb493 -r 5d9b502a0d01 www/Makefile
--- a/www/Makefile Wed Dec 30 21:07:56 2009 +0000
+++ b/www/Makefile Wed Dec 30 21:11:20 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.677 2009/12/20 15:42:12 taca Exp $
+# $NetBSD: Makefile,v 1.678 2009/12/30 21:11:20 joerg Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -485,7 +485,6 @@
SUBDIR+= seamonkey-bin
SUBDIR+= seamonkey-bin-flash
SUBDIR+= seamonkey-bin-java
-SUBDIR+= seamonkey-bin-nightly
SUBDIR+= serf
SUBDIR+= sitecopy
SUBDIR+= skipstone
diff -r 7a5cbe8eb493 -r 5d9b502a0d01 www/seamonkey-bin-nightly/DESCR
--- a/www/seamonkey-bin-nightly/DESCR Wed Dec 30 21:07:56 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-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 7a5cbe8eb493 -r 5d9b502a0d01 www/seamonkey-bin-nightly/Makefile
--- a/www/seamonkey-bin-nightly/Makefile Wed Dec 30 21:07:56 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2008/03/07 05:18:21 jlam Exp $
-
-MOZILLA= seamonkey
-
-COMMENT= Full-featured gecko-based browser suite (nightly binary pkg)
-
-EMUL_PLATFORMS= linux-i386
-EMUL_PLATFORMS+= solaris-i386 solaris-sparc
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-.include "../../www/seamonkey-bin-nightly/Makefile.common"
diff -r 7a5cbe8eb493 -r 5d9b502a0d01 www/seamonkey-bin-nightly/Makefile.common
--- a/www/seamonkey-bin-nightly/Makefile.common Wed Dec 30 21:07:56 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $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 7a5cbe8eb493 -r 5d9b502a0d01 www/seamonkey-bin-nightly/Makefile.linux-i386
--- a/www/seamonkey-bin-nightly/Makefile.linux-i386 Wed Dec 30 21:07:56 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-# $NetBSD: Makefile.linux-i386,v 1.2 2009/01/04 18:48:47 shattered Exp $
-
-DISTNAME= seamonkey-2.0a3pre.en-US.linux-i686
-EXTRACT_SUFX= .tar.bz2
-
-MOZ_GTK2= yes
-MOZ_PLATFORM= linux
diff -r 7a5cbe8eb493 -r 5d9b502a0d01 www/seamonkey-bin-nightly/Makefile.solaris-i386
--- a/www/seamonkey-bin-nightly/Makefile.solaris-i386 Wed Dec 30 21:07:56 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-# $NetBSD: Makefile.solaris-i386,v 1.2 2007/08/23 18:20:35 jlam Exp $
-
-EMUL_REQD= solaris>=10
-
-DISTNAME= seamonkey-1.5a.en-US.solaris10-nosvg-i386
-EXTRACT_SUFX= .tar.bz2
-
-MOZ_GTK2= yes
-MOZ_PLATFORM= solaris
diff -r 7a5cbe8eb493 -r 5d9b502a0d01 www/seamonkey-bin-nightly/Makefile.solaris-sparc
--- a/www/seamonkey-bin-nightly/Makefile.solaris-sparc Wed Dec 30 21:07:56 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-# $NetBSD: Makefile.solaris-sparc,v 1.2 2007/08/23 18:20:35 jlam Exp $
-
-EMUL_REQD= solaris>=10
-
-DISTNAME= seamonkey-1.5a.en-US.solaris10-nosvg-sparc
-EXTRACT_SUFX= .tar.bz2
-
-MOZ_GTK2= yes
-MOZ_PLATFORM= solaris
Home |
Main Index |
Thread Index |
Old Index