aboutsummaryrefslogtreecommitdiff
path: root/textproc/scrollkeeper
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Docbook 4.2.Joe Marcus Clarke2002-10-093-21/+26
| | | | | | | Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com> Notes: svn path=/head/; revision=67709
* Apply the vendor patch for the recent security exploit.Joe Marcus Clarke2002-10-092-1/+140
| | | | | | | See http://online.securityfocus.com/bid/5602/info/ for more details. Notes: svn path=/head/; revision=67700
* 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
* Attempt to fix a security bug in scrollkeeper in which the code will followJoe Marcus Clarke2002-09-132-1/+12
| | | | | | | | | | | | | | symlinks when attempting to locate a temp file. Note, this is not the author's patch, but one of my own. I think this should fix it, but I'm not sure if I'm missing something. The patch is based on the description from securityfocus.com. See http://online.securityfocus.com/bid/5602/info/ for more details. Reported by: Daniel Harris <dh@askdh.com> Notes: svn path=/head/; revision=66225
* Fix build when /usr/local is a symlink.Joe Marcus Clarke2002-09-031-1/+1
| | | | | | | PR: 42320 Notes: svn path=/head/; revision=65560
* Remove -L from the find command used to locate dtds. This flag provedJoe Marcus Clarke2002-08-281-3/+3
| | | | | | | | | | | problematic for some users. Instead, fix it so that only ${LOCALBASE} will be followed if it is a symlink. PR: 42096 Tested by: John-David Childs <jdc@nterprise.net> Notes: svn path=/head/; revision=65131
* We backup the original SGML catalog files before converting them to XML.Joe Marcus Clarke2002-08-142-0/+3
| | | | | | | | | | | When we uninstall scrollkeeper, revert back to the original catalog files so the dependecny chain has a better chance of being preserved. Bump PORTREVISION. PR: 41300 Notes: svn path=/head/; revision=64503
* Add an explicit dependency on docbook-xml to get around a problem whereJoe Marcus Clarke2002-08-111-0/+4
| | | | | | | | | | the implicit dependency fails due to the catalog file not being removed when docbook-xml is deleted. PR: 41300 Notes: svn path=/head/; revision=64378
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* Attempt to detect docbook-xml while package building.Joe Marcus Clarke2002-07-281-4/+10
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=63672
* Update to 0.3.11.Joe Marcus Clarke2002-07-256-46/+12
| | | | Notes: svn path=/head/; revision=63532
* Convert all core GNOME1 components and some of the most popular GNOME1Maxim Sobolev2002-07-111-6/+4
| | | | | | | | | | | | | | | | | | | 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
* Allow the pkg-install script to traverse symbolic links looking for DTD files.Joe Marcus Clarke2002-07-012-4/+4
| | | | | | | | | This fixes a problem where /usr/local might be a symlink. Reported by: Eric W. Bates <ericx@vineyard.net> Notes: svn path=/head/; revision=62246
* Forced commit to test cvs email.Joe Marcus Clarke2002-06-261-3/+1
| | | | Notes: svn path=/head/; revision=62011
* Add USE_REINPLACE where appropriate.Maxim Sobolev2002-06-191-0/+1
| | | | Notes: svn path=/head/; revision=61545
* Update to 0.3.9.Joe Marcus Clarke2002-06-1816-235/+476
| | | | | | | Approved by: silence from the GNOME user group Notes: svn path=/head/; revision=61517
* Chase the _right_ version number for libintl.Joe Marcus Clarke2002-06-091-1/+1
| | | | Notes: svn path=/head/; revision=60947
* Add dependency on gettext after it was removed from gmake.Joe Marcus Clarke2002-06-091-1/+2
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=60946
* Revert back to 0.2 to fix some conflicts with the GNOME 1.4 OMF files.Joe Marcus Clarke2002-05-2611-130/+234
| | | | | | | | | | | | | Also, fix it so scrollkeeper 0.2 will produce a correct XML database. Bump PORTEPOCH. scrollkeeper 0.3.x will be looked at further to see if there is a good way to make it work with both GNOME 1.4 and GNOME 2.0. PR: 38581 Notes: svn path=/head/; revision=60044
* Update to 0.3.6.Joe Marcus Clarke2002-05-2610-210/+139
| | | | | | | | | | | With this new version, GNOME 2.0 documentation works, and scrollkeeper updates for GNOME 1.x applications work as well. I have tested builds of most of the GNOME 1.x applications, and none of them fail. Reviewed by: sobomax Notes: svn path=/head/; revision=60008
* Use `@unexex /bin/rm' to remove symlinks to dirs, otherwise weird thingsMaxim Sobolev2001-08-012-32/+32
| | | | | | | | | happen and as a result bento can't build gnomelibs package. Submitted by: bento Notes: svn path=/head/; revision=45688
* Add -p to the one of `@exec mkdir' to silence possible warning if directoryMaxim Sobolev2001-05-201-1/+1
| | | | | | | | | to be created already exists. Submitted by: olgeni Notes: svn path=/head/; revision=42802
* 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
* Use a PREFIX hack (from lang/librep) instead of USE_X_PREFIX (which hasAde Lovett2001-04-231-6/+6
| | | | | | | | | a few extra undesired consequences) Submitted by: sobomax Notes: svn path=/head/; revision=41834
* Fix a number of issues with scrollkeeper, install things in the rightAde Lovett2001-04-236-255/+258
| | | | | | | | | places (see Makefile for more details), fix a bug, bump PORTREVISION Obtained from: GNOME 1.4 RC* code (which MAINTAINER is fully aware of) Notes: svn path=/head/; revision=41832
* Add scrollkeeper 0.2, an Open Document Cataloging Project.Maxim Sobolev2001-04-208-0/+328
Obtained from: NetBSD Notes: svn path=/head/; revision=41743