mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
2.2 KiB

  1. [COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY]
  3. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. [COPY] Please add additional copyright information _after_ the line containing
  5. [COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. [COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. [COPY]
  8. [COPY] ROCK Linux: rock-src/package/base/bdb/bdb.desc
  9. [COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
  10. [COPY]
  11. [COPY] This program is free software; you can redistribute it and/or modify
  12. [COPY] it under the terms of the GNU General Public License as published by
  13. [COPY] the Free Software Foundation; either version 2 of the License, or
  14. [COPY] (at your option) any later version. A copy of the GNU General Public
  15. [COPY] License can be found at Documentation/COPYING.
  16. [COPY]
  17. [COPY] Many people helped and are helping developing ROCK Linux. Please
  18. [COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. [COPY] file for details.
  20. [COPY]
  21. [COPY] --- ROCK-COPYRIGHT-NOTE-END ---
  22. #if xpkg == bdb33
  23. [I] Sleepycat Berkley DB Version 3.3
  24. #endif
  25. #if xpkg == bdb40
  26. [I] Sleepycat Berkley DB Version 4.0
  27. #endif
  28. #if xpkg == bdb41
  29. [I] Sleepycat Berkley DB Version 4.1
  30. #endif
  31. #if xpkg == bdb42
  32. [I] Sleepycat Berkley DB Version 4.2
  33. #endif
  34. [T] Berkley DB is a set of DB libraries for many types of
  35. [T] standard DB table systems. It has a C and C++ interface.
  36. [U] http://www.sleepycat.com The BDB Homepage
  37. [A] Sleepycat
  38. [M] Clifford Wolf <clifford@clifford.at>
  39. [C] base/library
  40. [F] CORE
  41. [L] BSD
  42. [S] Stable
  43. [V] 0000
  44. [P] X -?---5---9 103.100
  45. [CV-URL] http://www.sleepycat.com/download/patchlogs.shtml
  46. #if xpkg == bdb33
  47. [V] 3.3.11
  48. [D] 3182502822 db-3.3.11.tar.gz ftp://sleepycat1.inetu.net/releases/
  49. #endif
  50. #if xpkg == bdb40
  51. [V] 4.0.14
  52. [D] 2029835613 db-4.0.14.tar.gz http://www.sleepycat.com/update/snapshot/
  53. #endif
  54. #if xpkg == bdb41
  55. [V] 4.1.25
  56. [D] 2158693923 db-4.1.25.tar.gz http://www.sleepycat.com/update/snapshot/
  57. #endif
  58. #if xpkg == bdb42
  59. [V] 4.2.52
  60. [D] 4159179082 db-4.2.52.tar.gz http://www.sleepycat.com/update/snapshot/
  61. #endif
  62. [CD] <COPY> for x in $cachedir/*.cache; do cp $x $confdir/$pkg.cache; done