summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-28 15:48:29 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-28 15:48:29 +0800
commitdf76b4f80dac8430741d87b89d15c5e521b1e6ec (patch)
tree51d68ba9d93c94d0406c2ebf8c3db085c5996bb5 /www
parent6b0462e1014cf202649b5dabced7badce0da944c (diff)
downloadmarcuscom-ports-df76b4f80dac8430741d87b89d15c5e521b1e6ec.tar
marcuscom-ports-df76b4f80dac8430741d87b89d15c5e521b1e6ec.tar.gz
marcuscom-ports-df76b4f80dac8430741d87b89d15c5e521b1e6ec.tar.bz2
marcuscom-ports-df76b4f80dac8430741d87b89d15c5e521b1e6ec.tar.lz
marcuscom-ports-df76b4f80dac8430741d87b89d15c5e521b1e6ec.tar.xz
marcuscom-ports-df76b4f80dac8430741d87b89d15c5e521b1e6ec.tar.zst
marcuscom-ports-df76b4f80dac8430741d87b89d15c5e521b1e6ec.zip
- Add xulrunner, just the gecko engine from either firefox or seamonkey
this port is good for people who don't want any gecko browser or mail installed, just the engine for other ports who depend on gecko. This port is kind of special and odd. It is a salve port but uses USE_GECKO to find the MASTERDIR. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5231 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r--www/libxul/Makefile27
-rw-r--r--www/libxul/pkg-descr6
-rw-r--r--www/xulrunner/Makefile27
-rw-r--r--www/xulrunner/pkg-descr6
4 files changed, 66 insertions, 0 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile
new file mode 100644
index 000000000..1bc0a6028
--- /dev/null
+++ b/www/libxul/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: xulrunner
+# Date created: 28 Nov 2005
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= xulrunner
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= The open source, standards compliant gecko engine
+
+MOZ_EXTENSIONS= default
+MOZ_OPTIONS= --enable-application=xulrunner
+MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=xulrunner
+MOZ_PIS_SCRIPTS= # Empty
+
+OPTIONS= # Empty
+
+USE_GECKO= firefox seamonkey
+
+GECKO_SLAVEPORT= ${TRUE}
+MASTERDIR= ${.CURDIR}/../../${${GECKO}_PORTSDIR}/${GECKO}
+
+.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
+.include "${MASTERDIR}/Makefile"
diff --git a/www/libxul/pkg-descr b/www/libxul/pkg-descr
new file mode 100644
index 000000000..900497a22
--- /dev/null
+++ b/www/libxul/pkg-descr
@@ -0,0 +1,6 @@
+This is the current release of the Seamonkey open source gecko engine. It
+should be fully compliant with all W3C standards, including HTML, CSS, XML,
+XSL, JavaScript, MathML, SSL encryption, SVG and RDF. Also supports Java
+with the use of the FreeBSD native Java plug-in.
+
+WWW: http://www.mozilla.org/projects/seamonkey/
diff --git a/www/xulrunner/Makefile b/www/xulrunner/Makefile
new file mode 100644
index 000000000..1bc0a6028
--- /dev/null
+++ b/www/xulrunner/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: xulrunner
+# Date created: 28 Nov 2005
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= xulrunner
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= The open source, standards compliant gecko engine
+
+MOZ_EXTENSIONS= default
+MOZ_OPTIONS= --enable-application=xulrunner
+MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=xulrunner
+MOZ_PIS_SCRIPTS= # Empty
+
+OPTIONS= # Empty
+
+USE_GECKO= firefox seamonkey
+
+GECKO_SLAVEPORT= ${TRUE}
+MASTERDIR= ${.CURDIR}/../../${${GECKO}_PORTSDIR}/${GECKO}
+
+.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
+.include "${MASTERDIR}/Makefile"
diff --git a/www/xulrunner/pkg-descr b/www/xulrunner/pkg-descr
new file mode 100644
index 000000000..900497a22
--- /dev/null
+++ b/www/xulrunner/pkg-descr
@@ -0,0 +1,6 @@
+This is the current release of the Seamonkey open source gecko engine. It
+should be fully compliant with all W3C standards, including HTML, CSS, XML,
+XSL, JavaScript, MathML, SSL encryption, SVG and RDF. Also supports Java
+with the use of the FreeBSD native Java plug-in.
+
+WWW: http://www.mozilla.org/projects/seamonkey/