aboutsummaryrefslogtreecommitdiffstats
path: root/www/epiphany
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.2.8.marcus2004-08-173-15/+3
|
* Bump PORTREVISIONs to chase Mozilla update.marcus2004-08-081-0/+1
|
* Update to 1.2.7.marcus2004-08-027-89/+16
|
* Remove lthack, set LIBTOOL_VER to 15, adjust the plist,adamw2004-07-272-3/+5
| | | | and bump the PORTREVISION.
* Fix build with mozilla-devel. All the work for this fixadamw2004-07-194-13/+65
| | | | was done by marcus.
* Kluge the source to build against mozilla-1.8a1.adamw2004-07-081-0/+16
| | | | | | This just conditionalizes out the offending code, so somebody who has a better idea of what's going on might want to take a closer look at this.
* Chase Mozilla 1.7, and use the new GConf schema policy.marcus2004-06-282-26/+7
|
* Follow mozilla-xpcom-devel.pc.adamw2004-06-171-1/+2
|
* Update to 1.2.6.marcus2004-06-144-18/+15
|
* Update to 1.2.5.marcus2004-05-043-3/+15
|
* Update to 1.2.4.marcus2004-04-293-3/+17
|
* When the Nautilus view is not enabled, the NautilusView server file ismarcus2004-04-292-1/+3
| | | | | | no longer installed. Reported by: olgeni
* Update to 1.2.3.marcus2004-04-193-10/+4
|
* Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best releasemarcus2004-04-057-73/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | ever. It fixes many bugs, and adds some features missing in previous FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an upgrade FAQ at: http://www.freebsd.org/gnome/docs/faq26.html Please read it carefully. GNOME 2.6 packages are also available for all supported i386 versions of FreeBSD at: http://www.marcuscom.com/tinderbox/ The FreeBSD GNOME Team would like the thank the following users for their wonderful testing and patching efforts. We would especially like to thank Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen. Without these people, our team, and our team alumni, GNOME on FreeBSD would not be possible. Jeremy Messenger <mezz7@cox.net> Khairil Yusof <kaeru@pd.jaring.my> Koop Mast <kwm@rainbow-runner.nl> Simon Barner <barner@in.tum.de> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Scott Dodson <sdodson@sdodson.com> Vladimir Grebenschikov <vova@sw.ru>
* Update to 1.0.8.marcus2004-03-192-4/+3
|
* - Add SIZE to GNOME portspav2004-03-181-0/+1
| | | | Submitted by: trevor
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Fix build with mozilla-devel.marcus2004-02-271-1/+1
| | | | Based on: Patches from MarcusCom GNOME 2.5 repo
* Catch up with the latest mozilla-devel.marcus2004-02-261-1/+1
|
* Bump PORTREVISIONS to fix a problem with the recent Mozilla move. Basically,marcus2004-02-191-1/+1
| | | | | | mozilla[-devel]-gtk2 users were greeted with a hidden PORTREVISION bump, and when Mozilla was updated, these applications broke. This will force them to be rebuilt as well.
* Don't tack on -gtk2 when looking for Mozilla pkgconfig files.marcus2004-02-191-1/+1
|
* GTK2 mozilla is now the default, and GTK1 support will be built only if ↵adamw2004-02-181-6/+6
| | | | | | | | | | | | | | | | | | | | | | | explicitly requested. This means that mozilla-gtk2 and mozilla-devel-gtk2 are now mozilla and mozilla-devel, respectively; and the old mozilla and mozilla-devel are now mozilla-gtk1 and mozilla-devel-gtk1. This is done for a whole plethora of reasons, and should please everybody except galeon1 fanatics and uhm... anybody else who it doesn't please. If you have WITH_MOZILLA set in your /etc/make.conf, you'll need to update the value accordingly. GTK2 ports will automatically install GTK2 mozilla, and GTK1 ports will automatically install GTK1 ports, so WITH_MOZILLA need be defined only if you want the development version... which are dormant right now anyway. For now, all ports that honoured WITH_MOZILLA=mozilla-{,-devel}-gtk2 will still honour those values as well as WITH_MOZILLA=mozilla{,-devel}, but future ports reserve the right to ignore the *-gtk2 values.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* Remove mozilla-headers.adamw2004-01-181-2/+1
| | | | | This integrates the headers from mozilla-headers and mozilla-headers-devel into mozilla and mozilla-devel.
* Catch up with Mozilla 1.6.marcus2004-01-171-1/+2
|
* I really meant to sweep ephy before I committed. I must have been distracted.marcus2004-01-171-1/+1
| | | | | | Add intlhack to fix the build on -STABLE. Reported by: Randy Bush <randy@psg.com>
* Update to 1.0.7.marcus2004-01-177-132/+6
|
* Remove some leftover directories.marcus2003-12-191-0/+2
| | | | Reported by: adamw
* Set the mozilla-devel snapshot to "trunk."marcus2003-12-171-1/+1
|
* Update to 1.0.6.marcus2003-11-112-2/+2
|
* Update to 1.0.5.adamw2003-11-062-3/+2
|
* Fix the build with Mozilla-1.6a.marcus2003-11-024-0/+117
| | | | Tested by: adamw
* * Update mozilla-devel to 1.6amarcus2003-11-021-2/+3
| | | | | * Install pkg-config files for both the GTK1 and GTK2 versions of Mozilla * Update dependent browsers accordingly
* Update to 1.0.4.marcus2003-10-233-3/+3
|
* Update Mozilla to 1.5, and adjust the dependent ports accordingly. Note,marcus2003-10-191-1/+2
| | | | | mozilla-devel has not been updated since it would cause INDEX conflicts with the GTK2 port.
* Update to 1.0.3.marcus2003-10-173-2/+12
|
* Update to 1.0.2.adamw2003-10-132-3/+2
|
* Bump the snapshot version.marcus2003-10-121-1/+1
|
* Bump PORTREVISION to stay in sync with mozilla.marcus2003-10-121-0/+1
|
* Update to 1.0.1.adamw2003-10-043-2/+3
|
* Update to 1.0.marcus2003-09-103-3/+7
|
* Update to 0.9.3.adamw2003-09-023-2/+5
|
* Add support for Mozilla 1.5b.marcus2003-08-301-1/+1
|
* Update to 0.9.2.marcus2003-08-273-3/+9
|
* Update to 0.8.4.marcus2003-08-123-3/+5
|
* Updte to 0.8.3.adamw2003-08-113-2/+3
|
* Update to 0.8.2.marcus2003-08-053-3/+13
|
* Update to 0.8.0.marcus2003-07-165-84/+27
|
* Remove the reference to USE_GNOMENG.adamw2003-07-111-1/+0
| | | | | PR: ports/54343 Submitted by: Mark Linimon <linimon@lonesome.com>
* Add a better patch to fix the va_list problem.marcus2003-07-031-11/+57
| | | | Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=116131
* Add support for Mozilla 1.4, and remove references to mozilla-vendor.marcus2003-07-011-2/+3
|
* Update to 0.7.3.marcus2003-06-302-2/+2
|
* Fix build on -CURRENT by conditionally using va_copy() where available.marcus2003-06-301-5/+9
|
* Update to 0.7.2.adamw2003-06-293-2/+3
|
* Update to 0.7.1.adamw2003-06-294-60/+54
|
* Ephy requires the ORBit hack to get around the redefinition of the ORBitmarcus2003-06-181-0/+7
| | | | serial number.
* Fix build when using mozilla-devel-gtk2.adamw2003-06-151-1/+1
|
* * Update to 0.7.0marcus2003-06-134-6/+34
| | | | * Add support for the Nautilus View
* Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-121-3/+1
|
* Update to 0.6.1.marcus2003-05-193-12/+9
|
* Update for Mozilla 1.4b.marcus2003-05-171-1/+1
|
* * Update to 0.6.0marcus2003-05-046-61/+38
| | | | * Bring startup script more in line with galeon2
* Add epiphany, a simple, lightweight, Mozilla-based browser for the GNOME 2marcus2003-04-246-0/+267
desktop. This port was based on work Submitted by: Maxime Romano <verbophobe@jewcrew.org>