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.

84 lines
2.3 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 - 2006 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. [P] X --?--5---9 103.200
  44. [CV-URL] http://dev.sleepycat.com/downloads/releasehistorybdb.html
  45. #if xpkg == bdb33
  46. [V] 3.3.11
  47. [D] 3182502822 db-3.3.11.tar.gz ftp://sleepycat1.inetu.net/releases/
  48. #endif
  49. #if xpkg == bdb40
  50. [V] 4.0.14
  51. [D] 2029835613 db-4.0.14.tar.gz http://download.oracle.com/berkeley-db/
  52. #endif
  53. #if xpkg == bdb41
  54. [V] 4.1.25
  55. [D] 2158693923 db-4.1.25.tar.gz http://download.oracle.com/berkeley-db/
  56. #endif
  57. #if xpkg == bdb42
  58. [V] 4.2.52
  59. [D] 4159179082 db-4.2.52.tar.gz http://download.oracle.com/berkeley-db/
  60. #endif
  61. #if xpkg == bdb44
  62. [V] 4.4.20
  63. [D] 2730568920 db-4.4.20.tar.gz http://download.oracle.com/berkeley-db/
  64. #endif
  65. [CD] <COPY> for x in $cachedir/*.cache; do cp $x $confdir/$pkg.cache; done