summaryrefslogtreecommitdiff
path: root/devel/libPropList (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Terminate buffer read from file in PLGetProplistWithPath().Bill Fenner1999-02-101-0/+10
| | | | | | | | This fixes the core dumps that many windowmaker apps (at least wmsetbg and WPrefs) were seeing. Notes: svn path=/head/; revision=16596
* Upgrade to 0.8.3, and I remove USE_X_PREFIX.Vanilla I. Shu1999-02-024-28/+17
| | | | | | | | PR: ports/9844 Submitted by: maintainer. Notes: svn path=/head/; revision=16497
* Use ${MASTER_SITE_GNOME}Bill Fenner1999-01-271-3/+3
| | | | Notes: svn path=/head/; revision=16379
* This is a new port of libPropListgnome. Some gnome software usesVanilla I. Shu1998-12-095-0/+51
libPropList for property settings. Window Maker also uses libPropList, as does wdm. However, there seem to be some differences between the two and nevertheless, it would not be good to have future gnome ports depend on Window Maker. I made this port from the libPropList found on the gnome ftp sites; the distribution file is called libPropList-0.7.1gnome, but it builds the library by default as libPropList. This conflicts with the libPropList installed by Window Maker, so I made this port build the library as libPropListgnome. So any future gnome ports that need libPropList should link against libPropListgnome instead. PR: ports/9006 Submitted by: Glenn Johnson <gljohns@bellsouth.net> Notes: svn path=/head/; revision=15215