summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-10-21 08:54:27 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-10-21 08:54:27 +0000
commit1dd45d5e38571eb447a0c89ceb4029927871ea9f (patch)
treec9c960f6ac8d31fab4df0e0c944e6b1457861144
parentFix build on current. (diff)
Phoenix is a fast, minimal browser from the Mozilla project. This port
is a work in progress for the next few days.
Notes
Notes: svn path=/head/; revision=68479
-rw-r--r--www/Makefile1
-rw-r--r--www/firefox-devel/Makefile34
-rw-r--r--www/firefox-devel/distinfo0
-rw-r--r--www/firefox-devel/pkg-comment1
-rw-r--r--www/firefox-devel/pkg-descr7
-rw-r--r--www/firefox-devel/pkg-plist1
-rw-r--r--www/firefox-esr/Makefile34
-rw-r--r--www/firefox-esr/distinfo0
-rw-r--r--www/firefox-esr/pkg-comment1
-rw-r--r--www/firefox-esr/pkg-descr7
-rw-r--r--www/firefox-esr/pkg-plist1
-rw-r--r--www/firefox/Makefile34
-rw-r--r--www/firefox/distinfo0
-rw-r--r--www/firefox/pkg-comment1
-rw-r--r--www/firefox/pkg-descr7
-rw-r--r--www/firefox/pkg-plist1
-rw-r--r--www/firefox10/Makefile34
-rw-r--r--www/firefox10/distinfo0
-rw-r--r--www/firefox10/pkg-comment1
-rw-r--r--www/firefox10/pkg-descr7
-rw-r--r--www/firefox10/pkg-plist1
-rw-r--r--www/firefox15/Makefile34
-rw-r--r--www/firefox15/distinfo0
-rw-r--r--www/firefox15/pkg-comment1
-rw-r--r--www/firefox15/pkg-descr7
-rw-r--r--www/firefox15/pkg-plist1
-rw-r--r--www/firefox3-devel/Makefile34
-rw-r--r--www/firefox3-devel/distinfo0
-rw-r--r--www/firefox3-devel/pkg-comment1
-rw-r--r--www/firefox3-devel/pkg-descr7
-rw-r--r--www/firefox3-devel/pkg-plist1
-rw-r--r--www/firefox35/Makefile34
-rw-r--r--www/firefox35/distinfo0
-rw-r--r--www/firefox35/pkg-comment1
-rw-r--r--www/firefox35/pkg-descr7
-rw-r--r--www/firefox35/pkg-plist1
-rw-r--r--www/firefox36/Makefile34
-rw-r--r--www/firefox36/distinfo0
-rw-r--r--www/firefox36/pkg-comment1
-rw-r--r--www/firefox36/pkg-descr7
-rw-r--r--www/firefox36/pkg-plist1
-rw-r--r--www/flock/Makefile34
-rw-r--r--www/flock/distinfo0
-rw-r--r--www/flock/pkg-comment1
-rw-r--r--www/flock/pkg-descr7
-rw-r--r--www/flock/pkg-plist1
-rw-r--r--www/mozilla-firebird/Makefile34
-rw-r--r--www/mozilla-firebird/distinfo0
-rw-r--r--www/mozilla-firebird/pkg-comment1
-rw-r--r--www/mozilla-firebird/pkg-descr7
-rw-r--r--www/mozilla-firebird/pkg-plist1
-rw-r--r--www/phoenix-devel/Makefile34
-rw-r--r--www/phoenix-devel/distinfo0
-rw-r--r--www/phoenix-devel/pkg-comment1
-rw-r--r--www/phoenix-devel/pkg-descr7
-rw-r--r--www/phoenix-devel/pkg-plist1
-rw-r--r--www/phoenix/Makefile34
-rw-r--r--www/phoenix/distinfo0
-rw-r--r--www/phoenix/pkg-comment1
-rw-r--r--www/phoenix/pkg-descr7
-rw-r--r--www/phoenix/pkg-plist1
61 files changed, 517 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 2ae307ceab3f..80bd6dad720e 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -334,6 +334,7 @@
SUBDIR += p5-libwww
SUBDIR += peacock
SUBDIR += pgdriver
+ SUBDIR += phoenix
SUBDIR += php-dyn
SUBDIR += php-screw
SUBDIR += php-templates
diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile
new file mode 100644
index 000000000000..6663e46fa276
--- /dev/null
+++ b/www/firefox-devel/Makefile
@@ -0,0 +1,34 @@
+# ex:ts=8
+#
+# New ports collection makefile for: phoenix
+# Date created: 2002/10/21
+# Whom: Alan Eldridge <ports@geeksrus.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= phoenix
+PORTVERSION= 0.3.20021021
+PORTREVISION= 0
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= alane
+
+MAINTAINER= alane@freebsd.org # will change to trevor@ soon
+
+.if !defined(RING_OF_FIRE)
+.undef NO_IGNORE
+BORKED= This is a work in progress.
+BROKEN= ${BORKED}
+FORBIDDEN= ${BORKED}
+.endif # !defined(RING_OF_FIRE)
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_AUTOCONF_VER= 213
+GNU_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+.include <bsd.port.post.mk>
+
+#EOF
diff --git a/www/firefox-devel/distinfo b/www/firefox-devel/distinfo
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/www/firefox-devel/distinfo
diff --git a/www/firefox-devel/pkg-comment b/www/firefox-devel/pkg-comment
new file mode 100644
index 000000000000..fce2998fe9f9
--- /dev/null
+++ b/www/firefox-devel/pkg-comment
@@ -0,0 +1 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project
diff --git a/www/firefox-devel/pkg-descr b/www/firefox-devel/pkg-descr
new file mode 100644
index 000000000000..c7e28926f3d8
--- /dev/null
+++ b/www/firefox-devel/pkg-descr
@@ -0,0 +1,7 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project. See the
+phoenix project page for more details.
+
+WWW: http://www.mozilla.org/projects/phoenix/
+
+-- AlanE <alane@freebsd.org>
+
diff --git a/www/firefox-devel/pkg-plist b/www/firefox-devel/pkg-plist
new file mode 100644
index 000000000000..96ea770b198e
--- /dev/null
+++ b/www/firefox-devel/pkg-plist
@@ -0,0 +1 @@
+@comment work in progress
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
new file mode 100644
index 000000000000..6663e46fa276
--- /dev/null
+++ b/www/firefox-esr/Makefile
@@ -0,0 +1,34 @@
+# ex:ts=8
+#
+# New ports collection makefile for: phoenix
+# Date created: 2002/10/21
+# Whom: Alan Eldridge <ports@geeksrus.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= phoenix
+PORTVERSION= 0.3.20021021
+PORTREVISION= 0
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= alane
+
+MAINTAINER= alane@freebsd.org # will change to trevor@ soon
+
+.if !defined(RING_OF_FIRE)
+.undef NO_IGNORE
+BORKED= This is a work in progress.
+BROKEN= ${BORKED}
+FORBIDDEN= ${BORKED}
+.endif # !defined(RING_OF_FIRE)
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_AUTOCONF_VER= 213
+GNU_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+.include <bsd.port.post.mk>
+
+#EOF
diff --git a/www/firefox-esr/distinfo b/www/firefox-esr/distinfo
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/www/firefox-esr/distinfo
diff --git a/www/firefox-esr/pkg-comment b/www/firefox-esr/pkg-comment
new file mode 100644
index 000000000000..fce2998fe9f9
--- /dev/null
+++ b/www/firefox-esr/pkg-comment
@@ -0,0 +1 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project
diff --git a/www/firefox-esr/pkg-descr b/www/firefox-esr/pkg-descr
new file mode 100644
index 000000000000..c7e28926f3d8
--- /dev/null
+++ b/www/firefox-esr/pkg-descr
@@ -0,0 +1,7 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project. See the
+phoenix project page for more details.
+
+WWW: http://www.mozilla.org/projects/phoenix/
+
+-- AlanE <alane@freebsd.org>
+
diff --git a/www/firefox-esr/pkg-plist b/www/firefox-esr/pkg-plist
new file mode 100644
index 000000000000..96ea770b198e
--- /dev/null
+++ b/www/firefox-esr/pkg-plist
@@ -0,0 +1 @@
+@comment work in progress
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
new file mode 100644
index 000000000000..6663e46fa276
--- /dev/null
+++ b/www/firefox/Makefile
@@ -0,0 +1,34 @@
+# ex:ts=8
+#
+# New ports collection makefile for: phoenix
+# Date created: 2002/10/21
+# Whom: Alan Eldridge <ports@geeksrus.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= phoenix
+PORTVERSION= 0.3.20021021
+PORTREVISION= 0
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= alane
+
+MAINTAINER= alane@freebsd.org # will change to trevor@ soon
+
+.if !defined(RING_OF_FIRE)
+.undef NO_IGNORE
+BORKED= This is a work in progress.
+BROKEN= ${BORKED}
+FORBIDDEN= ${BORKED}
+.endif # !defined(RING_OF_FIRE)
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_AUTOCONF_VER= 213
+GNU_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+.include <bsd.port.post.mk>
+
+#EOF
diff --git a/www/firefox/distinfo b/www/firefox/distinfo
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/www/firefox/distinfo
diff --git a/www/firefox/pkg-comment b/www/firefox/pkg-comment
new file mode 100644
index 000000000000..fce2998fe9f9
--- /dev/null
+++ b/www/firefox/pkg-comment
@@ -0,0 +1 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project
diff --git a/www/firefox/pkg-descr b/www/firefox/pkg-descr
new file mode 100644
index 000000000000..c7e28926f3d8
--- /dev/null
+++ b/www/firefox/pkg-descr
@@ -0,0 +1,7 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project. See the
+phoenix project page for more details.
+
+WWW: http://www.mozilla.org/projects/phoenix/
+
+-- AlanE <alane@freebsd.org>
+
diff --git a/www/firefox/pkg-plist b/www/firefox/pkg-plist
new file mode 100644
index 000000000000..96ea770b198e
--- /dev/null
+++ b/www/firefox/pkg-plist
@@ -0,0 +1 @@
+@comment work in progress
diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile
new file mode 100644
index 000000000000..6663e46fa276
--- /dev/null
+++ b/www/firefox10/Makefile
@@ -0,0 +1,34 @@
+# ex:ts=8
+#
+# New ports collection makefile for: phoenix
+# Date created: 2002/10/21
+# Whom: Alan Eldridge <ports@geeksrus.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= phoenix
+PORTVERSION= 0.3.20021021
+PORTREVISION= 0
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= alane
+
+MAINTAINER= alane@freebsd.org # will change to trevor@ soon
+
+.if !defined(RING_OF_FIRE)
+.undef NO_IGNORE
+BORKED= This is a work in progress.
+BROKEN= ${BORKED}
+FORBIDDEN= ${BORKED}
+.endif # !defined(RING_OF_FIRE)
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_AUTOCONF_VER= 213
+GNU_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+.include <bsd.port.post.mk>
+
+#EOF
diff --git a/www/firefox10/distinfo b/www/firefox10/distinfo
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/www/firefox10/distinfo
diff --git a/www/firefox10/pkg-comment b/www/firefox10/pkg-comment
new file mode 100644
index 000000000000..fce2998fe9f9
--- /dev/null
+++ b/www/firefox10/pkg-comment
@@ -0,0 +1 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project
diff --git a/www/firefox10/pkg-descr b/www/firefox10/pkg-descr
new file mode 100644
index 000000000000..c7e28926f3d8
--- /dev/null
+++ b/www/firefox10/pkg-descr
@@ -0,0 +1,7 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project. See the
+phoenix project page for more details.
+
+WWW: http://www.mozilla.org/projects/phoenix/
+
+-- AlanE <alane@freebsd.org>
+
diff --git a/www/firefox10/pkg-plist b/www/firefox10/pkg-plist
new file mode 100644
index 000000000000..96ea770b198e
--- /dev/null
+++ b/www/firefox10/pkg-plist
@@ -0,0 +1 @@
+@comment work in progress
diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile
new file mode 100644
index 000000000000..6663e46fa276
--- /dev/null
+++ b/www/firefox15/Makefile
@@ -0,0 +1,34 @@
+# ex:ts=8
+#
+# New ports collection makefile for: phoenix
+# Date created: 2002/10/21
+# Whom: Alan Eldridge <ports@geeksrus.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= phoenix
+PORTVERSION= 0.3.20021021
+PORTREVISION= 0
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= alane
+
+MAINTAINER= alane@freebsd.org # will change to trevor@ soon
+
+.if !defined(RING_OF_FIRE)
+.undef NO_IGNORE
+BORKED= This is a work in progress.
+BROKEN= ${BORKED}
+FORBIDDEN= ${BORKED}
+.endif # !defined(RING_OF_FIRE)
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_AUTOCONF_VER= 213
+GNU_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+.include <bsd.port.post.mk>
+
+#EOF
diff --git a/www/firefox15/distinfo b/www/firefox15/distinfo
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/www/firefox15/distinfo
diff --git a/www/firefox15/pkg-comment b/www/firefox15/pkg-comment
new file mode 100644
index 000000000000..fce2998fe9f9
--- /dev/null
+++ b/www/firefox15/pkg-comment
@@ -0,0 +1 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project
diff --git a/www/firefox15/pkg-descr b/www/firefox15/pkg-descr
new file mode 100644
index 000000000000..c7e28926f3d8
--- /dev/null
+++ b/www/firefox15/pkg-descr
@@ -0,0 +1,7 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project. See the
+phoenix project page for more details.
+
+WWW: http://www.mozilla.org/projects/phoenix/
+
+-- AlanE <alane@freebsd.org>
+
diff --git a/www/firefox15/pkg-plist b/www/firefox15/pkg-plist
new file mode 100644
index 000000000000..96ea770b198e
--- /dev/null
+++ b/www/firefox15/pkg-plist
@@ -0,0 +1 @@
+@comment work in progress
diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile
new file mode 100644
index 000000000000..6663e46fa276
--- /dev/null
+++ b/www/firefox3-devel/Makefile
@@ -0,0 +1,34 @@
+# ex:ts=8
+#
+# New ports collection makefile for: phoenix
+# Date created: 2002/10/21
+# Whom: Alan Eldridge <ports@geeksrus.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= phoenix
+PORTVERSION= 0.3.20021021
+PORTREVISION= 0
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= alane
+
+MAINTAINER= alane@freebsd.org # will change to trevor@ soon
+
+.if !defined(RING_OF_FIRE)
+.undef NO_IGNORE
+BORKED= This is a work in progress.
+BROKEN= ${BORKED}
+FORBIDDEN= ${BORKED}
+.endif # !defined(RING_OF_FIRE)
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_AUTOCONF_VER= 213
+GNU_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+.include <bsd.port.post.mk>
+
+#EOF
diff --git a/www/firefox3-devel/distinfo b/www/firefox3-devel/distinfo
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/www/firefox3-devel/distinfo
diff --git a/www/firefox3-devel/pkg-comment b/www/firefox3-devel/pkg-comment
new file mode 100644
index 000000000000..fce2998fe9f9
--- /dev/null
+++ b/www/firefox3-devel/pkg-comment
@@ -0,0 +1 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project
diff --git a/www/firefox3-devel/pkg-descr b/www/firefox3-devel/pkg-descr
new file mode 100644
index 000000000000..c7e28926f3d8
--- /dev/null
+++ b/www/firefox3-devel/pkg-descr
@@ -0,0 +1,7 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project. See the
+phoenix project page for more details.
+
+WWW: http://www.mozilla.org/projects/phoenix/
+
+-- AlanE <alane@freebsd.org>
+
diff --git a/www/firefox3-devel/pkg-plist b/www/firefox3-devel/pkg-plist
new file mode 100644
index 000000000000..96ea770b198e
--- /dev/null
+++ b/www/firefox3-devel/pkg-plist
@@ -0,0 +1 @@
+@comment work in progress
diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile
new file mode 100644
index 000000000000..6663e46fa276
--- /dev/null
+++ b/www/firefox35/Makefile
@@ -0,0 +1,34 @@
+# ex:ts=8
+#
+# New ports collection makefile for: phoenix
+# Date created: 2002/10/21
+# Whom: Alan Eldridge <ports@geeksrus.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= phoenix
+PORTVERSION= 0.3.20021021
+PORTREVISION= 0
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= alane
+
+MAINTAINER= alane@freebsd.org # will change to trevor@ soon
+
+.if !defined(RING_OF_FIRE)
+.undef NO_IGNORE
+BORKED= This is a work in progress.
+BROKEN= ${BORKED}
+FORBIDDEN= ${BORKED}
+.endif # !defined(RING_OF_FIRE)
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_AUTOCONF_VER= 213
+GNU_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+.include <bsd.port.post.mk>
+
+#EOF
diff --git a/www/firefox35/distinfo b/www/firefox35/distinfo
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/www/firefox35/distinfo
diff --git a/www/firefox35/pkg-comment b/www/firefox35/pkg-comment
new file mode 100644
index 000000000000..fce2998fe9f9
--- /dev/null
+++ b/www/firefox35/pkg-comment
@@ -0,0 +1 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project
diff --git a/www/firefox35/pkg-descr b/www/firefox35/pkg-descr
new file mode 100644
index 000000000000..c7e28926f3d8
--- /dev/null
+++ b/www/firefox35/pkg-descr
@@ -0,0 +1,7 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project. See the
+phoenix project page for more details.
+
+WWW: http://www.mozilla.org/projects/phoenix/
+
+-- AlanE <alane@freebsd.org>
+
diff --git a/www/firefox35/pkg-plist b/www/firefox35/pkg-plist
new file mode 100644
index 000000000000..96ea770b198e
--- /dev/null
+++ b/www/firefox35/pkg-plist
@@ -0,0 +1 @@
+@comment work in progress
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile
new file mode 100644
index 000000000000..6663e46fa276
--- /dev/null
+++ b/www/firefox36/Makefile
@@ -0,0 +1,34 @@
+# ex:ts=8
+#
+# New ports collection makefile for: phoenix
+# Date created: 2002/10/21
+# Whom: Alan Eldridge <ports@geeksrus.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= phoenix
+PORTVERSION= 0.3.20021021
+PORTREVISION= 0
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= alane
+
+MAINTAINER= alane@freebsd.org # will change to trevor@ soon
+
+.if !defined(RING_OF_FIRE)
+.undef NO_IGNORE
+BORKED= This is a work in progress.
+BROKEN= ${BORKED}
+FORBIDDEN= ${BORKED}
+.endif # !defined(RING_OF_FIRE)
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_AUTOCONF_VER= 213
+GNU_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+.include <bsd.port.post.mk>
+
+#EOF
diff --git a/www/firefox36/distinfo b/www/firefox36/distinfo
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/www/firefox36/distinfo
diff --git a/www/firefox36/pkg-comment b/www/firefox36/pkg-comment
new file mode 100644
index 000000000000..fce2998fe9f9
--- /dev/null
+++ b/www/firefox36/pkg-comment
@@ -0,0 +1 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project
diff --git a/www/firefox36/pkg-descr b/www/firefox36/pkg-descr
new file mode 100644
index 000000000000..c7e28926f3d8
--- /dev/null
+++ b/www/firefox36/pkg-descr
@@ -0,0 +1,7 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project. See the
+phoenix project page for more details.
+
+WWW: http://www.mozilla.org/projects/phoenix/
+
+-- AlanE <alane@freebsd.org>
+
diff --git a/www/firefox36/pkg-plist b/www/firefox36/pkg-plist
new file mode 100644
index 000000000000..96ea770b198e
--- /dev/null
+++ b/www/firefox36/pkg-plist
@@ -0,0 +1 @@
+@comment work in progress
diff --git a/www/flock/Makefile b/www/flock/Makefile
new file mode 100644
index 000000000000..6663e46fa276
--- /dev/null
+++ b/www/flock/Makefile
@@ -0,0 +1,34 @@
+# ex:ts=8
+#
+# New ports collection makefile for: phoenix
+# Date created: 2002/10/21
+# Whom: Alan Eldridge <ports@geeksrus.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= phoenix
+PORTVERSION= 0.3.20021021
+PORTREVISION= 0
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= alane
+
+MAINTAINER= alane@freebsd.org # will change to trevor@ soon
+
+.if !defined(RING_OF_FIRE)
+.undef NO_IGNORE
+BORKED= This is a work in progress.
+BROKEN= ${BORKED}
+FORBIDDEN= ${BORKED}
+.endif # !defined(RING_OF_FIRE)
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_AUTOCONF_VER= 213
+GNU_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+.include <bsd.port.post.mk>
+
+#EOF
diff --git a/www/flock/distinfo b/www/flock/distinfo
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/www/flock/distinfo
diff --git a/www/flock/pkg-comment b/www/flock/pkg-comment
new file mode 100644
index 000000000000..fce2998fe9f9
--- /dev/null
+++ b/www/flock/pkg-comment
@@ -0,0 +1 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project
diff --git a/www/flock/pkg-descr b/www/flock/pkg-descr
new file mode 100644
index 000000000000..c7e28926f3d8
--- /dev/null
+++ b/www/flock/pkg-descr
@@ -0,0 +1,7 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project. See the
+phoenix project page for more details.
+
+WWW: http://www.mozilla.org/projects/phoenix/
+
+-- AlanE <alane@freebsd.org>
+
diff --git a/www/flock/pkg-plist b/www/flock/pkg-plist
new file mode 100644
index 000000000000..96ea770b198e
--- /dev/null
+++ b/www/flock/pkg-plist
@@ -0,0 +1 @@
+@comment work in progress
diff --git a/www/mozilla-firebird/Makefile b/www/mozilla-firebird/Makefile
new file mode 100644
index 000000000000..6663e46fa276
--- /dev/null
+++ b/www/mozilla-firebird/Makefile
@@ -0,0 +1,34 @@
+# ex:ts=8
+#
+# New ports collection makefile for: phoenix
+# Date created: 2002/10/21
+# Whom: Alan Eldridge <ports@geeksrus.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= phoenix
+PORTVERSION= 0.3.20021021
+PORTREVISION= 0
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= alane
+
+MAINTAINER= alane@freebsd.org # will change to trevor@ soon
+
+.if !defined(RING_OF_FIRE)
+.undef NO_IGNORE
+BORKED= This is a work in progress.
+BROKEN= ${BORKED}
+FORBIDDEN= ${BORKED}
+.endif # !defined(RING_OF_FIRE)
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_AUTOCONF_VER= 213
+GNU_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+.include <bsd.port.post.mk>
+
+#EOF
diff --git a/www/mozilla-firebird/distinfo b/www/mozilla-firebird/distinfo
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/www/mozilla-firebird/distinfo
diff --git a/www/mozilla-firebird/pkg-comment b/www/mozilla-firebird/pkg-comment
new file mode 100644
index 000000000000..fce2998fe9f9
--- /dev/null
+++ b/www/mozilla-firebird/pkg-comment
@@ -0,0 +1 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project
diff --git a/www/mozilla-firebird/pkg-descr b/www/mozilla-firebird/pkg-descr
new file mode 100644
index 000000000000..c7e28926f3d8
--- /dev/null
+++ b/www/mozilla-firebird/pkg-descr
@@ -0,0 +1,7 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project. See the
+phoenix project page for more details.
+
+WWW: http://www.mozilla.org/projects/phoenix/
+
+-- AlanE <alane@freebsd.org>
+
diff --git a/www/mozilla-firebird/pkg-plist b/www/mozilla-firebird/pkg-plist
new file mode 100644
index 000000000000..96ea770b198e
--- /dev/null
+++ b/www/mozilla-firebird/pkg-plist
@@ -0,0 +1 @@
+@comment work in progress
diff --git a/www/phoenix-devel/Makefile b/www/phoenix-devel/Makefile
new file mode 100644
index 000000000000..6663e46fa276
--- /dev/null
+++ b/www/phoenix-devel/Makefile
@@ -0,0 +1,34 @@
+# ex:ts=8
+#
+# New ports collection makefile for: phoenix
+# Date created: 2002/10/21
+# Whom: Alan Eldridge <ports@geeksrus.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= phoenix
+PORTVERSION= 0.3.20021021
+PORTREVISION= 0
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= alane
+
+MAINTAINER= alane@freebsd.org # will change to trevor@ soon
+
+.if !defined(RING_OF_FIRE)
+.undef NO_IGNORE
+BORKED= This is a work in progress.
+BROKEN= ${BORKED}
+FORBIDDEN= ${BORKED}
+.endif # !defined(RING_OF_FIRE)
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_AUTOCONF_VER= 213
+GNU_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+.include <bsd.port.post.mk>
+
+#EOF
diff --git a/www/phoenix-devel/distinfo b/www/phoenix-devel/distinfo
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/www/phoenix-devel/distinfo
diff --git a/www/phoenix-devel/pkg-comment b/www/phoenix-devel/pkg-comment
new file mode 100644
index 000000000000..fce2998fe9f9
--- /dev/null
+++ b/www/phoenix-devel/pkg-comment
@@ -0,0 +1 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project
diff --git a/www/phoenix-devel/pkg-descr b/www/phoenix-devel/pkg-descr
new file mode 100644
index 000000000000..c7e28926f3d8
--- /dev/null
+++ b/www/phoenix-devel/pkg-descr
@@ -0,0 +1,7 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project. See the
+phoenix project page for more details.
+
+WWW: http://www.mozilla.org/projects/phoenix/
+
+-- AlanE <alane@freebsd.org>
+
diff --git a/www/phoenix-devel/pkg-plist b/www/phoenix-devel/pkg-plist
new file mode 100644
index 000000000000..96ea770b198e
--- /dev/null
+++ b/www/phoenix-devel/pkg-plist
@@ -0,0 +1 @@
+@comment work in progress
diff --git a/www/phoenix/Makefile b/www/phoenix/Makefile
new file mode 100644
index 000000000000..6663e46fa276
--- /dev/null
+++ b/www/phoenix/Makefile
@@ -0,0 +1,34 @@
+# ex:ts=8
+#
+# New ports collection makefile for: phoenix
+# Date created: 2002/10/21
+# Whom: Alan Eldridge <ports@geeksrus.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= phoenix
+PORTVERSION= 0.3.20021021
+PORTREVISION= 0
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= alane
+
+MAINTAINER= alane@freebsd.org # will change to trevor@ soon
+
+.if !defined(RING_OF_FIRE)
+.undef NO_IGNORE
+BORKED= This is a work in progress.
+BROKEN= ${BORKED}
+FORBIDDEN= ${BORKED}
+.endif # !defined(RING_OF_FIRE)
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_AUTOCONF_VER= 213
+GNU_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+.include <bsd.port.post.mk>
+
+#EOF
diff --git a/www/phoenix/distinfo b/www/phoenix/distinfo
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/www/phoenix/distinfo
diff --git a/www/phoenix/pkg-comment b/www/phoenix/pkg-comment
new file mode 100644
index 000000000000..fce2998fe9f9
--- /dev/null
+++ b/www/phoenix/pkg-comment
@@ -0,0 +1 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project
diff --git a/www/phoenix/pkg-descr b/www/phoenix/pkg-descr
new file mode 100644
index 000000000000..c7e28926f3d8
--- /dev/null
+++ b/www/phoenix/pkg-descr
@@ -0,0 +1,7 @@
+Phoenix is a fast, low-overhead browser from the Mozilla project. See the
+phoenix project page for more details.
+
+WWW: http://www.mozilla.org/projects/phoenix/
+
+-- AlanE <alane@freebsd.org>
+
diff --git a/www/phoenix/pkg-plist b/www/phoenix/pkg-plist
new file mode 100644
index 000000000000..96ea770b198e
--- /dev/null
+++ b/www/phoenix/pkg-plist
@@ -0,0 +1 @@
+@comment work in progress