summaryrefslogtreecommitdiff
path: root/www/gtkhtml38 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.0.9.Joe Marcus Clarke2003-09-254-13/+3
| | | | Notes: svn path=/head/; revision=89283
* Update to 3.0.8.Joe Marcus Clarke2003-08-012-2/+2
| | | | Notes: svn path=/head/; revision=86155
* Update to 3.0.7.Adam Weinberger2003-07-113-4/+4
| | | | | | | shlib bump. Notes: svn path=/head/; revision=84621
* Update to 3.0.5.Joe Marcus Clarke2003-06-113-6/+5
| | | | Notes: svn path=/head/; revision=82742
* Update to 3.0.4.Joe Marcus Clarke2003-06-013-5/+4
| | | | Notes: svn path=/head/; revision=81815
* Add a missing dependency on gail.Joe Marcus Clarke2003-05-071-1/+2
| | | | | | | Reported by: Rogier R. Mulhuijzen <drwilco@drwilco.net> Notes: svn path=/head/; revision=80380
* Add gtkhtml3 after a repo copy from gtkhtml. GtkHTML-3 is an HTMLJoe Marcus Clarke2003-05-0713-313/+273
| | | | | | | rendering and editing API based on GNOME 2. Notes: svn path=/head/; revision=80340
* * Update to 1.1.10Joe Marcus Clarke2003-04-054-45/+43
| | | | | | | * Remove USE_GNOMENG macro Notes: svn path=/head/; revision=78238
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to 1.1.8.Joe Marcus Clarke2003-02-083-39/+2
| | | | Notes: svn path=/head/; revision=75096
* Update to 1.1.7.Joe Marcus Clarke2003-01-192-4/+3
| | | | Notes: svn path=/head/; revision=73510
* Fix a bug where text copied from Mozilla or Galeon could not be pastedJoe Marcus Clarke2002-12-242-1/+38
| | | | | | | | | into The GtkHTML editor (e.g. into Evolution's mail composer). Approved by: portmgr (lioux) Notes: svn path=/head/; revision=71836
* Fix a typo that could result in ports depending on gtkhtml not to build.Joe Marcus Clarke2002-12-022-1/+2
| | | | Notes: svn path=/head/; revision=71297
* Make soup optional in gtkhtml. In doing this, we have to make sure soup isJoe Marcus Clarke2002-11-221-3/+8
| | | | | | | | | | | | | | | | | a dependency of Evolution, so don't count on getting it from gtkhtml. The reason for this is fear that the underlying soup protocol, SOAP is inherently insecure. Thus far, however, there have been no advisories or exploits, and the one soup user, Evolution does not appear to have any SOAP-based security holes. See the following for more information: http://www.xml.com/pub/a/2002/02/27/security-lather.html http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service11212001.asp Requested by: Scott A. Moberly <smoberly@karamazov.org> Notes: svn path=/head/; revision=70762
* Update to 1.1.6.Joe Marcus Clarke2002-11-118-232/+223
| | | | Notes: svn path=/head/; revision=69920
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* Chase pspell so version, and note that libpspell is now installed byJoe Marcus Clarke2002-09-031-1/+2
| | | | | | | textproc/aspell. Notes: svn path=/head/; revision=65562
* s/ghttp/libghttp/Joe Marcus Clarke2002-07-141-1/+1
| | | | Notes: svn path=/head/; revision=62912
* Convert all core GNOME1 components and some of the most popular GNOME1Maxim Sobolev2002-07-111-11/+5
| | | | | | | | | | | | | | | | | | | apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular, which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably reduce langht of dependency chains for GNOME1 ports (for example after this commit AbiWord's dependency chain was reduced by 7 ports from 57 to only 50, while Gnumeric's - from 60 to 53 and so on). The most of the GNOME1 apps are still not converted, so that lot of work is still ahead. Please report any unusual problems to gnome@FreeBSD.org. Discussed with: marcus Reviewed by: marcus Notes: svn path=/head/; revision=62821
* Add USE_REINPLACE where appropriate.Maxim Sobolev2002-06-191-0/+1
| | | | Notes: svn path=/head/; revision=61545
* - Update to 1.0.4;Maxim Sobolev2002-06-163-11/+11
| | | | | | | - use REINPLACE_CMD. Notes: svn path=/head/; revision=61373
* Update to 1.0.3.Maxim Sobolev2002-06-102-3/+2
| | | | Notes: svn path=/head/; revision=61044
* - Move misc documentation into share/doc where it belongs;Maxim Sobolev2002-05-015-48/+42
| | | | | | | | | - use USE_LIBTOOL while I here; - make gnome-hint from gnomecore actually working; - bump PORTREVISIONs. Notes: svn path=/head/; revision=58418
* Add --disable-gtk-doc to prevent build and install problems when gtk-doc 0.9Joe Marcus Clarke2002-04-241-1/+2
| | | | | | | | | | | is also installed. PR: 36401 Reported by: many Approved by: sobomax Notes: svn path=/head/; revision=58062
* Don't link with libgnuregex - the benefit is unclear (if any), while it causesMaxim Sobolev2002-03-273-29/+2
| | | | | | | | | | certain problems on -stable when editing html text (evolution et al). Reported by: Mark Sergeant <msergeant@looksmart.net> Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=56729
* Update to 1.0.2.Maxim Sobolev2002-03-256-12/+49
| | | | Notes: svn path=/head/; revision=56647
* Don't build/install useless statically linked version of the shared module.Maxim Sobolev2002-01-253-8/+29
| | | | Notes: svn path=/head/; revision=53708
* Update to 1.0.1.Maxim Sobolev2002-01-133-4/+12
| | | | | | | | PR: 33832 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=53022
* Backout previous change - it seems that new revision of the patch doesn'tMaxim Sobolev2001-12-201-17/+8
| | | | | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net> Notes: svn path=/head/; revision=51877
* Don't filter libc_r on 5-CURRENT.Maxim Sobolev2001-12-191-8/+17
| | | | Notes: svn path=/head/; revision=51864
* Don't install useless duplicate copy of gtkhtml-properties.desktop.Maxim Sobolev2001-12-122-2/+32
| | | | Notes: svn path=/head/; revision=51422
* Add missed "@dirrm share/gnome/control-center/capplets".Maxim Sobolev2001-12-121-0/+1
| | | | Notes: svn path=/head/; revision=51387
* Update to 1.0.0.Maxim Sobolev2001-12-055-132/+10
| | | | Notes: svn path=/head/; revision=51075
* Update to 0.16.1.Maxim Sobolev2001-11-205-12/+159
| | | | Notes: svn path=/head/; revision=50260
* Update to 0.16.0.Maxim Sobolev2001-11-093-4/+6
| | | | Notes: svn path=/head/; revision=49889
* Chase increase of libgal shared library version number.Maxim Sobolev2001-10-091-1/+1
| | | | Notes: svn path=/head/; revision=48608
* Update to 0.14.0.Maxim Sobolev2001-10-093-4/+4
| | | | Notes: svn path=/head/; revision=48582
* Update to 0.13.0.Maxim Sobolev2001-10-013-5/+14
| | | | Notes: svn path=/head/; revision=48297
* Update to 0.12.0.Maxim Sobolev2001-09-113-11/+20
| | | | Notes: svn path=/head/; revision=47639
* Chase gal SHLIB version.Dmitry Sivachenko2001-08-261-1/+1
| | | | | | | PR: 29998, 29992 Notes: svn path=/head/; revision=46913
* Update version number of gal shared library.Maxim Sobolev2001-08-091-1/+1
| | | | Notes: svn path=/head/; revision=46014
* Update to 0.11.1.Maxim Sobolev2001-08-033-5/+33
| | | | Notes: svn path=/head/; revision=45764
* Delete ${PREFIX}/share/gnome/control-center/capplets directory on deinstall.Maxim Sobolev2001-08-022-0/+2
| | | | Notes: svn path=/head/; revision=45738
* Update to 0.10.0.Maxim Sobolev2001-07-233-5/+15
| | | | Notes: svn path=/head/; revision=45397
* Chase gal SHLIB version bump.Dmitry Sivachenko2001-07-131-1/+1
| | | | Notes: svn path=/head/; revision=45091
* Fold gtkhtml (and, by association, gal) into dependencies for x11/gnomecoreAde Lovett2001-06-191-2/+4
| | | | | | | (adding some extra functionality). Notes: svn path=/head/; revision=44212
* Chase new shlib revision from x11-toolkits/galAde Lovett2001-05-211-1/+1
| | | | Notes: svn path=/head/; revision=42866
* SWitch maintainership of core GNOME ports to a small group ofAde Lovett2001-05-111-1/+1
| | | | | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person. Notes: svn path=/head/; revision=42527
* The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a wholeAde Lovett2001-05-043-10/+9
| | | | | | | | | | | | | bunch of GNOME applications under one convenient building mechanism. Applications include: mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa, bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm, gnucash and abiword. Notes: svn path=/head/; revision=42260
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539