pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www rename MozillaFirebird-gtk2-bin-nightly to firefox...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69ef79937327
branches:  trunk
changeset: 468114:69ef79937327
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Feb 10 13:24:37 2004 +0000

description:
rename MozillaFirebird-gtk2-bin-nightly to firefox-gtk2-bin-nightly.

diffstat:

 www/Makefile                                             |   4 ++--
 www/MozillaFirebird-gtk2-bin-nightly/DESCR               |   9 ---------
 www/MozillaFirebird-gtk2-bin-nightly/Makefile            |  13 -------------
 www/MozillaFirebird-gtk2-bin-nightly/Makefile.Linux.i386 |   5 -----
 www/MozillaFirebird-gtk2-bin-nightly/PLIST               |   2 --
 www/firefox-gtk2-bin-nightly/DESCR                       |   9 +++++++++
 www/firefox-gtk2-bin-nightly/Makefile                    |  13 +++++++++++++
 www/firefox-gtk2-bin-nightly/Makefile.Linux.i386         |   5 +++++
 www/firefox-gtk2-bin-nightly/PLIST                       |   2 ++
 9 files changed, 31 insertions(+), 31 deletions(-)

diffs (115 lines):

diff -r 66e4282d35f8 -r 69ef79937327 www/Makefile
--- a/www/Makefile      Tue Feb 10 13:12:22 2004 +0000
+++ b/www/Makefile      Tue Feb 10 13:24:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.298 2004/02/10 13:12:22 grant Exp $
+# $NetBSD: Makefile,v 1.299 2004/02/10 13:24:37 grant Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -7,7 +7,6 @@
 SUBDIR+=       MozillaFirebird
 SUBDIR+=       MozillaFirebird-bin
 SUBDIR+=       MozillaFirebird-bin-nightly
-SUBDIR+=       MozillaFirebird-gtk2-bin-nightly
 SUBDIR+=       adzap
 SUBDIR+=       amaya
 SUBDIR+=       analog
@@ -82,6 +81,7 @@
 SUBDIR+=       firefox-bin-nightly
 SUBDIR+=       firefox-bin-realplayer
 SUBDIR+=       firefox-gtk2-bin
+SUBDIR+=       firefox-gtk2-bin-nightly
 SUBDIR+=       galeon
 SUBDIR+=       galway
 SUBDIR+=       glibwww
diff -r 66e4282d35f8 -r 69ef79937327 www/MozillaFirebird-gtk2-bin-nightly/DESCR
--- a/www/MozillaFirebird-gtk2-bin-nightly/DESCR        Tue Feb 10 13:12:22 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-Mozilla Firebird is a free, open-source and cross-platform web browser
-for Windows, Linux, MacOS X and many other operating systems. It is
-small, fast and easy to use, and offers many advantages over other web
-browsers, such as tabbed browsing and the ability to block pop-up
-windows.
-
-Firebird also offers excellent bookmark and history management, and it
-can be extended by developers using industry standards such as XML,
-CSS, JavaScript, C++, etc. Many extensions are available.
diff -r 66e4282d35f8 -r 69ef79937327 www/MozillaFirebird-gtk2-bin-nightly/Makefile
--- a/www/MozillaFirebird-gtk2-bin-nightly/Makefile     Tue Feb 10 13:12:22 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2004/01/31 16:47:26 grant Exp $
-#
-
-MOZILLA=       MozillaFirebird
-
-HOMEPAGE=      http://www.mozilla.org/projects/firebird/
-COMMENT=       Lightweight gecko-based web browser (gtk2 nightly binary pkg)
-
-MOZ_GTK2=      YES
-
-ONLY_FOR_PLATFORM+=    Linux-*-i[3-6]86
-
-.include "../../www/mozilla-bin-nightly/Makefile.common"
diff -r 66e4282d35f8 -r 69ef79937327 www/MozillaFirebird-gtk2-bin-nightly/Makefile.Linux.i386
--- a/www/MozillaFirebird-gtk2-bin-nightly/Makefile.Linux.i386  Tue Feb 10 13:12:22 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-# $NetBSD: Makefile.Linux.i386,v 1.2 2004/01/04 05:01:03 grant Exp $
-
-DISTNAME=      MozillaFirebird-i686-linux-gtk2+xft
-
-MOZ_PLATFORM=  linux
diff -r 66e4282d35f8 -r 69ef79937327 www/MozillaFirebird-gtk2-bin-nightly/PLIST
--- a/www/MozillaFirebird-gtk2-bin-nightly/PLIST        Tue Feb 10 13:12:22 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/31 04:12:11 grant Exp $
-@comment this PLIST intentionally left blank
diff -r 66e4282d35f8 -r 69ef79937327 www/firefox-gtk2-bin-nightly/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox-gtk2-bin-nightly/DESCR        Tue Feb 10 13:24:37 2004 +0000
@@ -0,0 +1,9 @@
+Mozilla Firefox is a free, open-source and cross-platform web browser
+for Windows, Linux, MacOS X and many other operating systems. It is
+small, fast and easy to use, and offers many advantages over other web
+browsers, such as tabbed browsing and the ability to block pop-up
+windows.
+
+Firefox also offers excellent bookmark and history management, and it
+can be extended by developers using industry standards such as XML,
+CSS, JavaScript, C++, etc. Many extensions are available.
diff -r 66e4282d35f8 -r 69ef79937327 www/firefox-gtk2-bin-nightly/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox-gtk2-bin-nightly/Makefile     Tue Feb 10 13:24:37 2004 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2004/02/10 13:24:37 grant Exp $
+#
+
+MOZILLA=       firefox
+
+HOMEPAGE=      http://www.mozilla.org/projects/firefox/
+COMMENT=       Lightweight gecko-based web browser (gtk2 nightly binary pkg)
+
+MOZ_GTK2=      YES
+
+ONLY_FOR_PLATFORM+=    Linux-*-i[3-6]86
+
+.include "../../www/mozilla-bin-nightly/Makefile.common"
diff -r 66e4282d35f8 -r 69ef79937327 www/firefox-gtk2-bin-nightly/Makefile.Linux.i386
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox-gtk2-bin-nightly/Makefile.Linux.i386  Tue Feb 10 13:24:37 2004 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile.Linux.i386,v 1.1 2004/02/10 13:24:37 grant Exp $
+
+DISTNAME=      ${MOZILLA}-i686-linux-gtk2+xft
+
+MOZ_PLATFORM=  linux
diff -r 66e4282d35f8 -r 69ef79937327 www/firefox-gtk2-bin-nightly/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox-gtk2-bin-nightly/PLIST        Tue Feb 10 13:24:37 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2004/02/10 13:24:37 grant Exp $
+@comment this PLIST intentionally left blank



Home | Main Index | Thread Index | Old Index