- Update pkg-descr to better reflect firefox
- Fix expr usage for 4.x since expr on 4.x is not POSIX compliant. [1] Submitted by: girgen [1]
This commit is contained in:
parent
c7a7f8f4e8
commit
5cffd563b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125414
18 changed files with 108 additions and 54 deletions
|
@ -13,7 +13,7 @@
|
|||
done #last arg
|
||||
|
||||
-if [ `expr "${_optLast}" : '.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
+if [ `expr -- "${_optLast}" : '.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
+if [ `expr X"${_optLast}" : 'X.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
# Last argument seems to be a local file/directory
|
||||
# Check, if it is absolutely specified (ie. /home/foo/file vs. ./file)
|
||||
# If it is just "relatively" (./file) specified, make it absolutely
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
Mozilla Firefox is the next-generation browser from the Mozilla project. See
|
||||
its home page for more details.
|
||||
Firefox is an award winning, free, open-source web browser for many platforms
|
||||
and is based on the Mozilla codebase. It is small, fast and easy to use, and
|
||||
offers many advanced features:
|
||||
o Popup Blocking
|
||||
o Tabbed Browsing
|
||||
o Live Bookmarks (ie. RSS)
|
||||
o Extensions
|
||||
o Themes
|
||||
o FastFind
|
||||
o Improved Security
|
||||
|
||||
WWW: http://www.mozilla.org/products/firefox/
|
||||
|
||||
-- AlanE <alane@freebsd.org>
|
||||
WWW: http://www.mozilla.org/products/firefox/
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
done #last arg
|
||||
|
||||
-if [ `expr "${_optLast}" : '.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
+if [ `expr -- "${_optLast}" : '.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
+if [ `expr X"${_optLast}" : 'X.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
# Last argument seems to be a local file/directory
|
||||
# Check, if it is absolutely specified (ie. /home/foo/file vs. ./file)
|
||||
# If it is just "relatively" (./file) specified, make it absolutely
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
Mozilla Firefox is the next-generation browser from the Mozilla project. See
|
||||
its home page for more details.
|
||||
Firefox is an award winning, free, open-source web browser for many platforms
|
||||
and is based on the Mozilla codebase. It is small, fast and easy to use, and
|
||||
offers many advanced features:
|
||||
o Popup Blocking
|
||||
o Tabbed Browsing
|
||||
o Live Bookmarks (ie. RSS)
|
||||
o Extensions
|
||||
o Themes
|
||||
o FastFind
|
||||
o Improved Security
|
||||
|
||||
WWW: http://www.mozilla.org/products/firefox/
|
||||
|
||||
-- AlanE <alane@freebsd.org>
|
||||
WWW: http://www.mozilla.org/products/firefox/
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
done #last arg
|
||||
|
||||
-if [ `expr "${_optLast}" : '.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
+if [ `expr -- "${_optLast}" : '.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
+if [ `expr X"${_optLast}" : 'X.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
# Last argument seems to be a local file/directory
|
||||
# Check, if it is absolutely specified (ie. /home/foo/file vs. ./file)
|
||||
# If it is just "relatively" (./file) specified, make it absolutely
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
Mozilla Firefox is the next-generation browser from the Mozilla project. See
|
||||
its home page for more details.
|
||||
Firefox is an award winning, free, open-source web browser for many platforms
|
||||
and is based on the Mozilla codebase. It is small, fast and easy to use, and
|
||||
offers many advanced features:
|
||||
o Popup Blocking
|
||||
o Tabbed Browsing
|
||||
o Live Bookmarks (ie. RSS)
|
||||
o Extensions
|
||||
o Themes
|
||||
o FastFind
|
||||
o Improved Security
|
||||
|
||||
WWW: http://www.mozilla.org/products/firefox/
|
||||
|
||||
-- AlanE <alane@freebsd.org>
|
||||
WWW: http://www.mozilla.org/products/firefox/
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
done #last arg
|
||||
|
||||
-if [ `expr "${_optLast}" : '.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
+if [ `expr -- "${_optLast}" : '.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
+if [ `expr X"${_optLast}" : 'X.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
# Last argument seems to be a local file/directory
|
||||
# Check, if it is absolutely specified (ie. /home/foo/file vs. ./file)
|
||||
# If it is just "relatively" (./file) specified, make it absolutely
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
Mozilla Firefox is the next-generation browser from the Mozilla project. See
|
||||
its home page for more details.
|
||||
Firefox is an award winning, free, open-source web browser for many platforms
|
||||
and is based on the Mozilla codebase. It is small, fast and easy to use, and
|
||||
offers many advanced features:
|
||||
o Popup Blocking
|
||||
o Tabbed Browsing
|
||||
o Live Bookmarks (ie. RSS)
|
||||
o Extensions
|
||||
o Themes
|
||||
o FastFind
|
||||
o Improved Security
|
||||
|
||||
WWW: http://www.mozilla.org/products/firefox/
|
||||
|
||||
-- AlanE <alane@freebsd.org>
|
||||
WWW: http://www.mozilla.org/products/firefox/
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
done #last arg
|
||||
|
||||
-if [ `expr "${_optLast}" : '.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
+if [ `expr -- "${_optLast}" : '.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
+if [ `expr X"${_optLast}" : 'X.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
# Last argument seems to be a local file/directory
|
||||
# Check, if it is absolutely specified (ie. /home/foo/file vs. ./file)
|
||||
# If it is just "relatively" (./file) specified, make it absolutely
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
Mozilla Firefox is the next-generation browser from the Mozilla project. See
|
||||
its home page for more details.
|
||||
Firefox is an award winning, free, open-source web browser for many platforms
|
||||
and is based on the Mozilla codebase. It is small, fast and easy to use, and
|
||||
offers many advanced features:
|
||||
o Popup Blocking
|
||||
o Tabbed Browsing
|
||||
o Live Bookmarks (ie. RSS)
|
||||
o Extensions
|
||||
o Themes
|
||||
o FastFind
|
||||
o Improved Security
|
||||
|
||||
WWW: http://www.mozilla.org/products/firefox/
|
||||
|
||||
-- AlanE <alane@freebsd.org>
|
||||
WWW: http://www.mozilla.org/products/firefox/
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
done #last arg
|
||||
|
||||
-if [ `expr "${_optLast}" : '.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
+if [ `expr -- "${_optLast}" : '.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
+if [ `expr X"${_optLast}" : 'X.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
# Last argument seems to be a local file/directory
|
||||
# Check, if it is absolutely specified (ie. /home/foo/file vs. ./file)
|
||||
# If it is just "relatively" (./file) specified, make it absolutely
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
Mozilla Firefox is the next-generation browser from the Mozilla project. See
|
||||
its home page for more details.
|
||||
Firefox is an award winning, free, open-source web browser for many platforms
|
||||
and is based on the Mozilla codebase. It is small, fast and easy to use, and
|
||||
offers many advanced features:
|
||||
o Popup Blocking
|
||||
o Tabbed Browsing
|
||||
o Live Bookmarks (ie. RSS)
|
||||
o Extensions
|
||||
o Themes
|
||||
o FastFind
|
||||
o Improved Security
|
||||
|
||||
WWW: http://www.mozilla.org/products/firefox/
|
||||
|
||||
-- AlanE <alane@freebsd.org>
|
||||
WWW: http://www.mozilla.org/products/firefox/
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
done #last arg
|
||||
|
||||
-if [ `expr "${_optLast}" : '.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
+if [ `expr -- "${_optLast}" : '.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
+if [ `expr X"${_optLast}" : 'X.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
# Last argument seems to be a local file/directory
|
||||
# Check, if it is absolutely specified (ie. /home/foo/file vs. ./file)
|
||||
# If it is just "relatively" (./file) specified, make it absolutely
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
Mozilla Firefox is the next-generation browser from the Mozilla project. See
|
||||
its home page for more details.
|
||||
Firefox is an award winning, free, open-source web browser for many platforms
|
||||
and is based on the Mozilla codebase. It is small, fast and easy to use, and
|
||||
offers many advanced features:
|
||||
o Popup Blocking
|
||||
o Tabbed Browsing
|
||||
o Live Bookmarks (ie. RSS)
|
||||
o Extensions
|
||||
o Themes
|
||||
o FastFind
|
||||
o Improved Security
|
||||
|
||||
WWW: http://www.mozilla.org/products/firefox/
|
||||
|
||||
-- AlanE <alane@freebsd.org>
|
||||
WWW: http://www.mozilla.org/products/firefox/
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
done #last arg
|
||||
|
||||
-if [ `expr "${_optLast}" : '.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
+if [ `expr -- "${_optLast}" : '.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
+if [ `expr X"${_optLast}" : 'X.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
# Last argument seems to be a local file/directory
|
||||
# Check, if it is absolutely specified (ie. /home/foo/file vs. ./file)
|
||||
# If it is just "relatively" (./file) specified, make it absolutely
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
Mozilla Firefox is the next-generation browser from the Mozilla project. See
|
||||
its home page for more details.
|
||||
Firefox is an award winning, free, open-source web browser for many platforms
|
||||
and is based on the Mozilla codebase. It is small, fast and easy to use, and
|
||||
offers many advanced features:
|
||||
o Popup Blocking
|
||||
o Tabbed Browsing
|
||||
o Live Bookmarks (ie. RSS)
|
||||
o Extensions
|
||||
o Themes
|
||||
o FastFind
|
||||
o Improved Security
|
||||
|
||||
WWW: http://www.mozilla.org/products/firefox/
|
||||
|
||||
-- AlanE <alane@freebsd.org>
|
||||
WWW: http://www.mozilla.org/products/firefox/
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
done #last arg
|
||||
|
||||
-if [ `expr "${_optLast}" : '.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
+if [ `expr -- "${_optLast}" : '.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
+if [ `expr X"${_optLast}" : 'X.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d "${_optLast}" \) ]; then
|
||||
# Last argument seems to be a local file/directory
|
||||
# Check, if it is absolutely specified (ie. /home/foo/file vs. ./file)
|
||||
# If it is just "relatively" (./file) specified, make it absolutely
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
Mozilla Firefox is the next-generation browser from the Mozilla project. See
|
||||
its home page for more details.
|
||||
Firefox is an award winning, free, open-source web browser for many platforms
|
||||
and is based on the Mozilla codebase. It is small, fast and easy to use, and
|
||||
offers many advanced features:
|
||||
o Popup Blocking
|
||||
o Tabbed Browsing
|
||||
o Live Bookmarks (ie. RSS)
|
||||
o Extensions
|
||||
o Themes
|
||||
o FastFind
|
||||
o Improved Security
|
||||
|
||||
WWW: http://www.mozilla.org/products/firefox/
|
||||
|
||||
-- AlanE <alane@freebsd.org>
|
||||
WWW: http://www.mozilla.org/products/firefox/
|
||||
|
|
Loading…
Reference in a new issue