NOTICE: This package has been removed from pkgsrc

./www/seamonkey-gtk1, Full featured gecko-based browser built with GTK1

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.1.18nb1, Package name: seamonkey-gtk1-1.1.18nb1, Maintainer: ghen

The SeaMonkey project is a community effort to deliver production-quality
releases of code derived from the application formerly known as "Mozilla
Application Suite". Whereas the main focus of the Mozilla Foundation is on
Mozilla Firefox and Mozilla Thunderbird, our group of dedicated volunteers
works to ensure that you can have "everything but the kitchen sink" (a web
browser, mail client, HTML composer, address book, IRC client and calendar),
and have it stable enough for corporate use.

This package uses GTK+-1.x widgets.


Required to run:
[graphics/gdk-pixbuf] [graphics/freetype2] [graphics/png] [graphics/cairo] [graphics/jpeg] [net/ORBit] [x11/libXp] [x11/gtk]

Required to build:
[archivers/zip] [lang/perl5] [pkgtools/x11-links] [devel/gmake] [devel/autoconf213] [devel/pkg-config] [x11/renderproto] [x11/xproto] [x11/printproto]

Master sites: (Expand)

SHA1: 11c154ea7f77f903449f3b8394678e0a2d64e7d2
RMD160: 3a49321f5d0a6d897ff590849d8fde3aced4ec4e
Filesize: 35612.154 KB

Version history: (Expand)


CVS history: (Expand)


   2009-11-28 22:28:36 by Tobias Nygren | Files touched by this commit (4) | Package removed
Log message:
seamonkey-2.0 doesn't support gtk1, so remove www/seamonkey-gtk1
   2009-09-16 18:44:44 by Geert Hendrickx | Files touched by this commit (2)
Log message:
Get the PLIST completely straight (sorry, forgot about it when committing
www/seamonkey).  Bump PKGREVISION.
   2009-09-16 11:28:59 by Havard Eidnes | Files touched by this commit (1)
Log message:
Sync PLIST with what's actually being installed.
No version bump since this is merely a cleanup, and doesn't
actually change what's installed.
   2009-09-15 11:26:07 by Geert Hendrickx | Files touched by this commit (14)
Log message:
Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.18.

Security fixes in this version:

MFSA 2009-43 Heap overflow in certificate regexp parsing
MFSA 2009-42 Compromise of SSL-protected communication

For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.18/
   2009-08-26 22:24:12 by Jens Rehsack | Files touched by this commit (11) | Package updated
Log message:
bump revision because of graphics/jpeg update
   2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | Package updated
Log message:
bump revision because of graphics/jpeg update
   2009-06-15 00:00:42 by Joerg Sonnenberger | Files touched by this commit (316)
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.