Up to [cvs.NetBSD.org] / pkgsrc / textproc / scrollkeeper
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.47, Mon Nov 12 20:01:32 2007 UTC (15 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
cube-native-xorg-base,
cube-native-xorg,
HEAD
Changes since 1.46: +1 -1
lines
FILE REMOVED
remove the meat of scrollkeeper -- the library is not used by any pkg anymore, and the users of .omf file install scripts are redirected to "rarian" which provides compatible (to the caller) implementations
Revision 1.46 / (download) - annotate - [select for diffs], Mon Nov 5 15:56:13 2007 UTC (15 years, 3 months ago) by jmmv
Branch: MAIN
Changes since 1.45: +3 -1
lines
Diff to previous 1.45 (colored)
rarian conflicts with scrollkeeper, so the reverse is also true. Then, add a conflicts line with rarian.
Revision 1.45 / (download) - annotate - [select for diffs], Thu Feb 22 19:27:17 2007 UTC (15 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.44: +7 -7
lines
Diff to previous 1.44 (colored)
Whitespace cleanup, courtesy of pkglint. Patch provided by Sergey Svishchev in private mail.
Revision 1.44 / (download) - annotate - [select for diffs], Sun Dec 3 19:47:48 2006 UTC (16 years, 2 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.43: +4 -1
lines
Diff to previous 1.43 (colored)
We use iconv, so add its buildlink3.mk. Also set ICONV=iconv in the environment to avoid the build failing due to the 'extra smart' build system in here taking "iconv" in intltool-merge.in and replacing it with "/usr/pkg/bin/iconv"
Revision 1.43 / (download) - annotate - [select for diffs], Tue Nov 14 13:56:15 2006 UTC (16 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.42: +2 -1
lines
Diff to previous 1.42 (colored)
DESTDIR support.
Revision 1.42 / (download) - annotate - [select for diffs], Wed Jul 5 05:37:45 2006 UTC (16 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.41: +2 -3
lines
Diff to previous 1.41 (colored)
Sweep pkgsrc and convert packages that included intltool/buildlink3.mk to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
Revision 1.41 / (download) - annotate - [select for diffs], Thu Jun 15 20:40:16 2006 UTC (16 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.40: +1 -3
lines
Diff to previous 1.40 (colored)
Split out deinstall portions of INSTALL scripts into DEINSTALL scripts. This avoids the need for a confusing line of the form: DEINSTALL_TEMPLATE+= path/to/INSTALL in the package Makefile, and actually removes the need to specify it altogether since by convention, the existence of the DEINSTALL script is enough to add it to DEINSTALL_TEMPLATE.
Revision 1.40 / (download) - annotate - [select for diffs], Sun Jun 4 21:09:30 2006 UTC (16 years, 8 months ago) by schwarz
Branch: MAIN
Changes since 1.39: +16 -1
lines
Diff to previous 1.39 (colored)
made sure auxiliary programs are later found even if ${LOCALBASE}/bin is not in the shell's path
Revision 1.39 / (download) - annotate - [select for diffs], Thu Apr 13 18:23:38 2006 UTC (16 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.38: +2 -3
lines
Diff to previous 1.38 (colored)
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with USE_TOOLS+=msgfmt.
Revision 1.38 / (download) - annotate - [select for diffs], Sat Apr 1 14:48:21 2006 UTC (16 years, 10 months ago) by jmmv
Branch: MAIN
Changes since 1.37: +3 -3
lines
Diff to previous 1.37 (colored)
Require a docbook-xml package that has correct rewriteSystem entries in its catalog files so that registering some documents (e.g., those from totem) works correctly. Bump PKGREVISION to 10.
Revision 1.37 / (download) - annotate - [select for diffs], Tue Mar 21 06:00:50 2006 UTC (16 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL scripts prior to revision 1.43 of bsd.pkginstall.mk.
Revision 1.36 / (download) - annotate - [select for diffs], Tue Mar 14 01:14:34 2006 UTC (16 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.35: +2 -3
lines
Diff to previous 1.35 (colored)
Modify the pkginstall framework so that it manages all aspects of INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
Revision 1.35 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:51 2006 UTC (16 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
Revision 1.34 / (download) - annotate - [select for diffs], Sun Feb 5 23:11:07 2006 UTC (17 years ago) by joerg
Branch: MAIN
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.33 / (download) - annotate - [select for diffs], Tue Jan 24 07:32:39 2006 UTC (17 years ago) by wiz
Branch: MAIN
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because of the shlib major bump. PKGREVISION++ for the dependencies.
Revision 1.32 / (download) - annotate - [select for diffs], Thu Dec 29 06:22:20 2005 UTC (17 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.31: +1 -2
lines
Diff to previous 1.31 (colored)
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
Revision 1.31 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:21 2005 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.30: +4 -4
lines
Diff to previous 1.30 (colored)
Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS.
Revision 1.30 / (download) - annotate - [select for diffs], Mon Dec 5 20:51:08 2005 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.29: +5 -5
lines
Diff to previous 1.29 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.29 / (download) - annotate - [select for diffs], Sun May 22 20:08:35 2005 UTC (17 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
Revision 1.28 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:42 2005 UTC (17 years, 9 months ago) by tv
Branch: MAIN
Changes since 1.27: +1 -2
lines
Diff to previous 1.27 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.27 / (download) - annotate - [select for diffs], Tue Mar 29 14:40:36 2005 UTC (17 years, 10 months ago) by jmmv
Branch: MAIN
Changes since 1.26: +3 -3
lines
Diff to previous 1.26 (colored)
Bump docbook-xml's revision to 7 now that its catalog is registered again and make scrollkeeper depend on this latest version to fix its build. Problem found by abs@ (as described in tech-pkg@).
Revision 1.26 / (download) - annotate - [select for diffs], Sun Oct 3 00:18:21 2004 UTC (18 years, 4 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Revision 1.25 / (download) - annotate - [select for diffs], Tue Jul 6 16:28:53 2004 UTC (18 years, 7 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
bump PKGREVISIONs since libxslt needs libgcrypt now
Revision 1.24 / (download) - annotate - [select for diffs], Fri Jun 4 23:58:12 2004 UTC (18 years, 8 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.23: +3 -1
lines
Diff to previous 1.23 (colored)
Enable pkgviews installation.
Revision 1.23 / (download) - annotate - [select for diffs], Thu May 6 16:23:16 2004 UTC (18 years, 9 months ago) by minskim
Branch: MAIN
Changes since 1.22: +9 -5
lines
Diff to previous 1.22 (colored)
Register .dtd files in the system catalog and bump PKGREVISION. OK'ed by jmmv@.
Revision 1.22 / (download) - annotate - [select for diffs], Sun Mar 7 11:50:18 2004 UTC (18 years, 11 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.21: +5 -2
lines
Diff to previous 1.21 (colored)
Register installed DTDs in the catalog file, so that scrollkeeper-update can find them. Bump PKGREVISION to 2.
Revision 1.21 / (download) - annotate - [select for diffs], Sat Feb 14 17:21:53 2004 UTC (18 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.20: +1 -3
lines
Diff to previous 1.20 (colored)
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
Revision 1.20 / (download) - annotate - [select for diffs], Wed Feb 11 04:35:21 2004 UTC (18 years, 11 months ago) by xtraeme
Branch: MAIN
Changes since 1.19: +7 -7
lines
Diff to previous 1.19 (colored)
bl3ify
Revision 1.19 / (download) - annotate - [select for diffs], Sat Jan 24 15:13:20 2004 UTC (19 years ago) by grant
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Revision 1.18 / (download) - annotate - [select for diffs], Fri Jan 23 21:50:49 2004 UTC (19 years ago) by jmmv
Branch: MAIN
Changes since 1.17: +2 -1
lines
Diff to previous 1.17 (colored)
Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA. This shouldn't be needed if we had non-recursive dependancies *sigh*.
Revision 1.17 / (download) - annotate - [select for diffs], Fri Jan 23 16:55:37 2004 UTC (19 years ago) by jmmv
Branch: MAIN
Changes since 1.16: +5 -3
lines
Diff to previous 1.16 (colored)
Update to 0.3.14. Changes since 0.3.12: 0.3.14 ======= - Build fixes: - Correct problem with distributed intltool scripts. - Update rpm spec file. 0.3.13 ======= - Runtime fixes: - Use a per-user directory for storing the extracted contents files. This avoids problems when multiple users share /tmp and use scrollkeeper. - Do XInclude processing on documents before extracting information. - By default, do not use the network to retrieve required DTDs. - Can be changed using the '-n' parameter to scrollkeeper-install and friends. - Do not segfault if an OMF file is invalid. - Build fixes: - Install various package documentation files. - Tidy up the build process a little bit and fix some portability bugs. - Update included gettext code. - Build fixes for specific platforms (Solaris and *BSD systems). - Detect installed version of the DocBook DTD at build time. - Allow the location of system XML catalog to be specified. - see the --with-xml-catalog flag. - Install locale-specific program files correctly (i.e. portably). - Allow scrollkeeper data directory to be customised - see the --with-partial-db-dir flag. - Upgrade supplied gettext and automake versions. - Miscellaneous: - Correctly register translated versions of documents by considering their category, rather than their titles. - Don't leak file descriptors when updating the database. This fixes resource starvation problems on some systems. - Fix some memory leaks. - Should now work with IPv6-enabled systems. - When using a non-default prefix, the scrollkeeper log files are updated correctly. - Many Sourceforge bug tracker bugs fixed and all outstanding patches in the patch tracker evaluated and applied if appropriate. - Translations updated.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Dec 4 19:48:26 2003 UTC (19 years, 2 months ago) by xtraeme
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).
Revision 1.15 / (download) - annotate - [select for diffs], Sun Aug 24 12:28:57 2003 UTC (19 years, 5 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
s/libconfig/libtool/
Revision 1.14 / (download) - annotate - [select for diffs], Thu Jul 17 22:54:51 2003 UTC (19 years, 6 months ago) by grant
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.13 / (download) - annotate - [select for diffs], Sun Jul 13 13:53:37 2003 UTC (19 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
PKGREVISION bump for libiconv update.
Revision 1.12 / (download) - annotate - [select for diffs], Mon Jun 2 01:16:25 2003 UTC (19 years, 8 months ago) by jschauma
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
Revision 1.11 / (download) - annotate - [select for diffs], Mon May 5 16:52:11 2003 UTC (19 years, 9 months ago) by jmmv
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Line up PKGREVISION whitespace.
Revision 1.10 / (download) - annotate - [select for diffs], Fri May 2 11:56:33 2003 UTC (19 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
Dependency bumps, needed because of devel/pth's major bump, and related dependency bumps.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Feb 18 14:39:02 2003 UTC (19 years, 11 months ago) by jmmv
Branch: MAIN
Changes since 1.8: +36 -12
lines
Diff to previous 1.8 (colored)
Update to 0.3.12. There have been lots of changes since 0.2 (this version is almost a rewrite of the program). Note that this is still a development version but includes new features that may be required by packages using scrollkeeper (which won't work with the old 0.2). Provide a framework to automatically rebuild scrollkeeper's database from packages installing OMF files under share/omf/; they only need to include omf.mk in their Makefile and take care to install OMF files in the said directory. Reviewed by rh and wiz.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Oct 19 10:54:58 2002 UTC (20 years, 3 months ago) by rh
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Track directory layout change at MASTER_SITE_GNOME. Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
Revision 1.7 / (download) - annotate - [select for diffs], Fri Oct 11 09:25:55 2002 UTC (20 years, 3 months ago) by rh
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Add a return value check for find_first_element() in toc-extract.c, to avoid yet another coredump. Bump PKGREVISION.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Aug 28 16:37:05 2002 UTC (20 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.5: +9 -5
lines
Diff to previous 1.5 (colored)
buildlink1 -> buildlink2, and set USE_LIBTOOL to fix the building of this package.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 3 20:38:35 2002 UTC (20 years, 10 months ago) by rh
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.4: +10 -9
lines
Diff to previous 1.4 (colored)
Fix scrollkeeper directory creation. Bump revision to 0.2nb1.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Jan 2 04:49:34 2002 UTC (21 years, 1 month ago) by fredb
Branch: MAIN
Changes since 1.3: +6 -2
lines
Diff to previous 1.3 (colored)
Install this package to ${X11PREFIX}, and set the default database location to ${X11PREFIX}/var/scrollkeeper, just so that everything installs where "gnome" packages expect to find it (${PREFIX}/share/oaf included). Also let it install the fixed database template to ${X11PREFIX}/var/lib/scrollkeeper, rather than "/var/scrollkeeper", and register it properly. If you have another use for this package besides gnome, you can now run "scrollkeeper-rebuilddb -p anydir" (even "/var/scrollkeeper", if you want).
Revision 1.3 / (download) - annotate - [select for diffs], Wed May 2 12:37:05 2001 UTC (21 years, 9 months ago) by rh
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
USE_GMAKE to fix installing under 1.4.x
Revision 1.2 / (download) - annotate - [select for diffs], Mon Apr 9 12:01:07 2001 UTC (21 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Move BUILD_USES_MSGFMT to DEPENDS block.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Apr 6 10:53:26 2001 UTC (21 years, 10 months ago) by rh
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of scrollkeeper-0.2, the open document cataloging project.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Apr 6 10:53:26 2001 UTC (21 years, 10 months ago) by rh
Branch: MAIN
Initial revision