Up to [cvs.NetBSD.org] / pkgsrc / databases / dbh
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.21, Mon Jan 19 02:09:18 2015 UTC (8 years, 10 months ago) by mef
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +1 -1
lines
FILE REMOVED
Removing databases/dbh. databases/libdbh2 is a successor. See: http://mail-index.netbsd.org/pkgsrc-users/2015/01/15/msg020923.html
Revision 1.20 / (download) - annotate - [select for diffs], Tue Oct 2 21:25:16 2012 UTC (11 years, 2 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.19: +1 -3
lines
Diff to previous 1.19 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.19 / (download) - annotate - [select for diffs], Fri Jan 29 16:59:48 2010 UTC (13 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.18: +7 -5
lines
Diff to previous 1.18 (colored)
DESTDIR support
Revision 1.18 / (download) - annotate - [select for diffs], Sat Jan 16 17:57:37 2010 UTC (13 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.17: +1 -4
lines
Diff to previous 1.17 (colored)
Remove workaround for compiler bug in gcc2 on sparc64.
Revision 1.17 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:08 2006 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
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,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (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.16 / (download) - annotate - [select for diffs], Mon Dec 5 20:49:57 2005 UTC (18 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (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.15 / (download) - annotate - [select for diffs], Wed Aug 10 20:56:13 2005 UTC (18 years, 4 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Jul 21 16:29:45 2005 UTC (18 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Change path from devel/pkgconfig to devel/pkg-config. No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:11 2005 UTC (18 years, 8 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.12: +1 -2
lines
Diff to previous 1.12 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Apr 6 15:02:05 2005 UTC (18 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.11: +9 -10
lines
Diff to previous 1.11 (colored)
Changes 1.0.24: * Correct a typo which turns a C comment into a C++ comment
Revision 1.11 / (download) - annotate - [select for diffs], Wed Mar 16 13:29:46 2005 UTC (18 years, 8 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Updated dbh to 1.0.22 * Bug fixes This is needed by xfce 4.2.1
Revision 1.10 / (download) - annotate - [select for diffs], Sat Jan 15 12:49:31 2005 UTC (18 years, 10 months ago) by jmmv
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Reset maintainer to tech-pkg@; Benedikt Meurer cannot handle these any more.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Oct 8 09:13:30 2004 UTC (19 years, 2 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.8: +2 -4
lines
Diff to previous 1.8 (colored)
Updated dbh to 1.0.20 Changes unknown (ChangeLog ends to 1.0.10). This version is needed by the (not yet released) XFce 4.2
Revision 1.8 / (download) - annotate - [select for diffs], Wed May 5 06:24:58 2004 UTC (19 years, 7 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.7: +4 -3
lines
Diff to previous 1.7 (colored)
Updated dbh to 1.0.18 List of changes unknown (the ChangeLog file ends in 1.0.10).
Revision 1.7 / (download) - annotate - [select for diffs], Mon Mar 22 23:16:44 2004 UTC (19 years, 8 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.6: +4 -1
lines
Diff to previous 1.6 (colored)
Fix build on sparc64 with gcc2.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Mar 10 09:46:50 2004 UTC (19 years, 9 months ago) by xtraeme
Branch: MAIN
Changes since 1.5: +3 -2
lines
Diff to previous 1.5 (colored)
bl3ify and add explicit dependency on pkgconfig.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Feb 14 18:26:27 2004 UTC (19 years, 9 months ago) by jmmv
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
PKGCONFIG_OVERRIDE is relative to WRKSRC.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Feb 14 17:21:35 2004 UTC (19 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (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.3 / (download) - annotate - [select for diffs], Tue Jul 22 05:22:58 2003 UTC (20 years, 4 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.2: +3 -4
lines
Diff to previous 1.2 (colored)
Updated dbh to 1.0.15 * Build process fixes
Revision 1.2 / (download) - annotate - [select for diffs], Mon May 5 17:21:48 2003 UTC (20 years, 7 months ago) by grant
Branch: MAIN
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
post-install: - create directories first, then install files into them. - remove unnecessary trailing slashes.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Apr 6 13:45:39 2003 UTC (20 years, 8 months ago) by hubertf
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import dbh-1.0.14: Library to create disk based Hashtables Disk based hashes is a method to create multidimensional binary trees on disk. This library permits the extension of database concept to a plethora of electronic data, such as graphic information. With the multidimensional binary tree it is possible to mathematically prove that access time to any particular record is minimized (using the concept of critical points from calculus), which provides the means to construct optimized databases for particular applications. Submitted by benedikt.meurer@unix-ag.uni-siegen.de in pkgsrc-wip
Revision 1.1 / (download) - annotate - [select for diffs], Sun Apr 6 13:45:39 2003 UTC (20 years, 8 months ago) by hubertf
Branch: MAIN
Initial revision