Commit graph

7 commits

Author SHA1 Message Date
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
tron
449b9e9f51 Update "gtkhtml" package to version 1.1.10. A meaningful list of changes
is not available. But this version fixes a security problem described
in CAN-2003-0541.
2003-09-13 21:01:29 +00:00
rh
4ec259afbf Update gtkhtml to 1.1.7. Changes include:
- Fix magic link segfaults.
 - Cursor movement crashes.
 - Fix citation printing.
 - Fix citation pasting.
 - Lots more bug fixes
 - Editor UI Improvements.
 - spell checking quotation improved
 - updated to new gnome-spell
   - better language selection
   - more than one language at once
   - spell checking control updated
 - <blockquote type=cite> support for improved quotation logic
 - Cut & Paste of formatted html
 - link insertion / editing completely reworked
 - dirty flag for composer
 - HUGE general speedup
 - selection drawing speedup
 - less flicker
 - new commands and keybindings (delete-word, delete-word-backward,
   text-color-apply)
 - UI usability enhanced
 - gconf as default configuration backend
 - smileys :-)
 - DND for URL's
 - printing API - gtk_html_get_pages_num
 - title setting in editor
 - body templates
 - itemized list fixed
 - animated images fixed (infinite loop)
 - PRIMARY selection fixed
 - header printing fixed
2003-01-09 10:51:04 +00:00
martti
144cc53a02 Updated gtkhtml to 1.0.1 (list of changes is unknown, the ChangeLog file
doesn't say anything useful).
2002-01-17 11:15:32 +00:00
fredb
f6fe5ef480 Don't install a duplicate control panel. 2002-01-02 16:15:09 +00:00
zuntum
431e7a7dda Move pkg/ files into package's toplevel directory 2001-11-01 02:15:23 +00:00
Renamed from www/gtkhtml/pkg/PLIST (Browse further)