Commit graph

3695 commits

Author SHA1 Message Date
grant
a74eb6921f remove MozillaFirebird-bin, it is obsoleted by firefox-bin and nothing
depends on it anymore.
2004-02-10 13:27:53 +00:00
grant
ca20878ba1 rename MozillaFirebird-gtk2-bin-nightly to firefox-gtk2-bin-nightly. 2004-02-10 13:24:37 +00:00
grant
1107248350 add firefox-bin-nightly, updated from MozillaFirebird-bin-nightly.
this package will obsolete MozillaFirebird-bin-nightly when Solaris
builds become available.
2004-02-10 13:12:22 +00:00
grant
fc74ee35a3 no reason this shouldn't work on any i386 platform. 2004-02-10 13:05:06 +00:00
grant
7328a41bb3 no reason this shouldn't work on Linux/i386, too. 2004-02-10 13:03:53 +00:00
grant
19725c87a7 update MozillaFirebird-bin-realplayer to work with Firefox 0.8 and
reflect the Firebird -> Firefox rename.
2004-02-10 12:58:19 +00:00
grant
662a3aac0c update MozillaFirebird-bin-java to work with Firefox 0.8 and reflect
the Firebird -> Firefox rename.
2004-02-10 12:55:20 +00:00
grant
f5370c1cfe update MozillaFirebird-bin-flash to work with Firefox 0.8 and reflect
the Firebird -> Firefox rename.
2004-02-10 12:51:51 +00:00
grant
5f7233d9d3 update the MozillaFirebird-bin-acroread packages to work with
Firefox 0.8 and reflect Firebird -> Firefox rename.
2004-02-10 12:26:24 +00:00
grant
7b7a88ef35 add Solaris/i386 and sparc builds of Firefox 0.8. 2004-02-10 11:52:59 +00:00
grant
eabe046d56 fix planetmirror URL in MASTER_SITES. 2004-02-10 11:45:13 +00:00
grant
9e165ae9fa we only need the MASTER_SITES special case for Firebird and Mozilla. 2004-02-10 11:06:25 +00:00
jlam
57ec57613f PERL5_REQD is now a list of values, so append to its value instead of
setting it.
2004-02-10 02:22:49 +00:00
grant
8f479d2824 the NetBSD build of Firefox 0.8 is now available. 2004-02-10 01:37:44 +00:00
jlam
3cb6329f44 USE_GCC[23], USE_SUNPRO, and USE_MIPSPRO are all deprecated. 2004-02-09 19:57:54 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
grant
e6e26f9972 use PKGBASE instead of "Mozilla Firebird" 2004-02-09 10:48:48 +00:00
grant
4091bd2273 +firefox-bin, +firefox-gtk2-bin, -MozillaFirebird-gtk2-bin 2004-02-09 10:40:28 +00:00
grant
1876f4070a support firefox (like firebird) in MASTER_SITES. 2004-02-09 10:39:37 +00:00
grant
5e6e4e8733 this package has been obsoleted by firefox. 2004-02-09 10:38:25 +00:00
grant
fcedc70a52 Initial import of Firefox 0.8 into The NetBSD Packages Collection.
Mozilla Firebird has been renamed to Firefox, and this package
obsoletes MozillaFirebird-gtk2-bin.

changes since Firebird 0.7:

* Download Manager

The new streamlined download manager keeps your downloads organized
without getting in your way. Select Tools > Downloads or press
Ctrl+E to see it or change its behavior.

* New Add Bookmark Dialog

The Add Bookmark dialog has been enhanced and now allows the creation
of new bookmark folders.

* Work Offline

It's now possible to view Web pages you've previously visited
without being connected to the Internet.

* Better Handling of File Types

Binary files (e.g. .wma and .rar files) served by servers incorrectly
sending text/plain should no longer be displayed as garbage in the
browser, rather they should be appropriately handled.

* New XPInstall Frontend

The dialog that appears when installing themes and extensions has
been redesigned and is easier to use.

* Lots of bug fixes and improvements

Disabling of form auto-completion is now working, the address bar
now remembers the edited text across tab switching, among many
other bug fixes.
2004-02-09 10:36:54 +00:00
grant
8fc41b7eff remove files which shouldn't be here. 2004-02-09 10:30:57 +00:00
grant
5806374643 Initial import of Firefox 0.8 into The NetBSD Packages Collection.
This is (right now) a Linux binary package.

Mozilla Firebird has been renamed to Firefox, and this package will
obsolete MozillaFirebird when Solaris and NetBSD builds become
available.
2004-02-09 10:29:41 +00:00
jlam
d420fe7358 CC_VERSION is "gcc-2.8.1" for egcs. Also fix up a few nits: not all
compilers understand "-O" to optimize, and if we only care about gcc, then
wrap the block in an ifdef that is triggered only if we're using gcc.
2004-02-09 03:26:39 +00:00
kim
52fdece1a1 Require p5-Image-Info 1.15 or later to avoid SEGFAULTS from 1.12.
Bump PKGREVISION.
2004-02-08 21:49:57 +00:00
jmmv
cbde456a74 Include intltool's buildlink2.mk to handle dependancies required by these
tools (as p5-XML-Parser).  Noted by Min Sik Kim.
2004-02-08 21:00:04 +00:00
jmmv
42729749d0 Reapply patch from reed@ to avoid passing a trailing slash to mkdir(2),
which does not work in NetBSD 1.6 and below.  Bump PKGREVISION to 2 and
close PR pkg/24339.

I've reviewed the code; it's safe to remove that trailing slash from the
directory name since the variable holding it is always handled through
g_build_filename, which adds slashes between path components automatically.
And the program works fine WRT favicons, at least under -current.
2004-02-07 16:41:30 +00:00
reed
3212a186b3 Back out my change for the mkdir() fix. It made it so the
favicons would not be cached and epiphany would hang. Sorry.

It hasn't been long so I decreased my PKGREVISION bump.

jmmv@ suggested that adding a wrapper around mkdir(2).
2004-02-07 00:41:02 +00:00
reed
3db6bb7ead Add patch to fix mkdir() trailing slash issue.
** ERROR **: Couldn't mkdir /home/reed/.gnome2/epiphany/favicon_cache/

Bumped PKGREVISION.
2004-02-06 23:53:21 +00:00
jmmv
a84f502374 Enable the nautilus plugin. I thought it could be splitted in its own
package, but this seems impossible, since the plugin is bundled together
the main binary.  Bump PKGREVISION to 1.
2004-02-06 22:48:11 +00:00
jmmv
84b4583f86 Add and enable epiphany. 2004-02-05 17:35:49 +00:00
jmmv
373448c6ec Initial import of epiphany, version 1.0.7:
Epiphany is the web browser for the GNOME desktop.  It uses the Gecko
rendering engine, provided by Mozilla.  It aims to be simple, striking
and easy to use, following the GNOME usability rules.
2004-02-05 17:34:52 +00:00
jmmv
f2db9dccd0 Initial addition. 2004-02-05 17:30:50 +00:00
jmmv
6400d550ec Enable installation of pkgconfig files in mozilla-gtk2. This requires a
new patch to fix paths to includes and libs.
Bump PKGREVISION of mozilla-gtk2 to 1.
2004-02-05 17:29:06 +00:00
abs
22a8f50f6a Would you believe we need c++ here too... 2004-02-05 08:48:54 +00:00
markd
1a04714dd4 Update to KDE 3.2
Changes:
Quanta

Quanta Plus
* Basic VPL (WYSIWYG) mode Nicolas Deschildre
* Project documentation handling Andras Mantia
* Enhanced editing and autocompletion (user tags, user PHP functions,
  CSS selector classes, autofilling of mandatory child tags, etc.) Andras
  Mantia
* Frame wizard Luciano Gulmini
* New CSS wizard Luciano Gulmini
* Abbreviation support Andras Mantia
* Create DTEPs from real DTD files Andras Mantia
* Filter the templates through an action Andras Mantia
* Offline page parsing Andras Mantia
* Attribute tree view (another, easy way to edit tag attributes) Andras
  Mantia
* Modify the user toolbars and actions from a context menu Andras Mantia
* Visual problem reporter Andras Mantia
* Tip dialog Eric Laffoon
* Kommander based Quick Start dialog
* Crash recovery Emiliano Gulmini
* Script management facility Eric Laffoon
* XML Tools Chris Hornbaker
* integrate Keith Isdale's kxsldbg Chris Hornbaker
* HTML table editor Andras Mantia
* KFileReplace integration Andras Mantia
* tag file edit mode Eric Laffoon
* Loading of new DTEP packages without restarting and sending of DTEP
  packages via e-mail. Andras Mantia
* Enhanced DCOP, script action and plugin support. Andras Mantia
* Function to convert the tag and attribute cases in a document. Andras
  Mantia
* User extensible preview in external browser. By default Konqueror,
  Mozilla, Netscape, Opera and Lynx is supported. Andras Mantia
* Enhanced document management: close buttons on tabs, close other tabs,
  reload functionality. Andras Mantia
* New Kommander based Quick Start dialog for (X)HTML. Andras Mantia
* Support for previewing the "noframes" section of a document. Andras
  Mantia
2004-02-05 02:25:36 +00:00
abs
b37ee96c50 + USE_LANGUAGES=c c++ 2004-02-04 22:23:46 +00:00
grant
458d80e0d4 on Solaris when creating shared objects, don't pass `-Qoption ld'
(SunPro and the Solaris 9 linker don't understand/use it) and ensure
we pass the rpath.

fixes install on Solaris.
2004-02-04 11:09:13 +00:00
reed
2350bde937 Add mini_httpd. 2004-02-03 16:21:59 +00:00
reed
e8fbe7c632 Initial import of mini_httpd-1.19. This was packaged by
Bruce J.A. Nourish for pkgsrc-wip.

mini_httpd is a small HTTP server.  Its performance is not great, but for
low or medium traffic sites it's quite adequate. It implements all the
basic features of an HTTP server, including:

  * GET, HEAD, and POST methods.
  * CGI.
  * Basic authentication.
  * Security against ".." filename snooping.
  * The common MIME types.
  * Trailing-slash redirection.
  * index.html, index.htm, index.cgi
  * Directory listings.
  * Multihoming / virtual hosting.
  * Standard logging.
  * Custom error pages.

It can also be configured to do SSL/HTTPS and IPv6.
2004-02-03 16:18:54 +00:00
wiz
2f660ca23b Update MAINTAINER address per his request. 2004-02-02 17:56:48 +00:00
martti
c04931abfa Ooops, regen again 2004-02-01 19:51:58 +00:00
martti
7be9b7befa Regenerate (distfile was changed) 2004-02-01 19:47:08 +00:00
taya
2b75a71604 regen distinfo for patches reflecting following change
- remove patch that enables IPv4 mapped IPv6 address
- remove not necessary defines - _REENTRANT & _THREAD_SAFE
2004-02-01 13:05:23 +00:00
taya
474f218c72 - remove patch that enables IPv4 mapped IPv6 address
- remove not necessary defines - _REENTRANT & _THREAD_SAFE
2004-02-01 13:04:17 +00:00
snj
e6c56f9765 s/seperate/separate/ 2004-02-01 00:12:09 +00:00
grant
5a2a22d1c0 add back COMMENT which was somehow lost when I unified the mozilla
binary pkgs.
2004-01-31 16:47:26 +00:00
heinz
1585f86d28 Do not use "find -d". This option is not available on all supported platforms. 2004-01-28 23:41:08 +00:00
abs
ec72d81781 Fix BUILD_DEPENDS on gtar-base to gtar-base-[0-9]*
No change of built package (if it built before).
2004-01-27 18:56:43 +00:00
grant
262cec366e bump PKGREVISION after PLIST fix. 2004-01-27 08:11:05 +00:00