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.

124 lines
4.8 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/misc/pkgsel/minimal+xfree.in
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. #
  23. # TITLE: A base selection for benchmarking purposes
  24. pkgfilter sed '
  25. # Add strictly required packages
  26. / 00-dirtree / { p; d; };
  27. / bind / { p; d; };
  28. / devfsd / { p; d; };
  29. / dhcp / { p; d; };
  30. / dialog / { p; d; };
  31. / autoconf / { p; d; };
  32. / automake / { p; d; };
  33. / bash / { p; d; };
  34. / binutils / { p; d; };
  35. / bison / { p; d; };
  36. / bzip2 / { p; d; };
  37. / cracklib/ { p; d; };
  38. / cron / { p; d; };
  39. / curl / { p; d; };
  40. / diffutils / { p; d; };
  41. / e2fsprogs / { p; d; };
  42. / ed / { p; d; };
  43. / expat / { p; d; };
  44. / file / { p; d; };
  45. / coreutils / { p; d; };
  46. / findutils / { p; d; };
  47. / flex / { p; d; };
  48. / gawk / { p; d; };
  49. / gcc / { p; d; };
  50. / gettext / { p; d; };
  51. / glibc / { p; d; };
  52. / grep / { p; d; };
  53. / groff / { p; d; };
  54. / gzip / { p; d; };
  55. / iproute2 / { p; d; };
  56. / kbd / { p; d; };
  57. / less / { p; d; };
  58. / libtool / { p; d; };
  59. / libjpeg / { p; d; };
  60. / libpng / { p; d; };
  61. / libtiff / { p; d; };
  62. / libungif / { p; d; };
  63. / linux / { p; d; };
  64. / m4 / { p; d; };
  65. / make / { p; d; };
  66. / man / { p; d; };
  67. / mine / { p; d; };
  68. / mktemp / { p; d; };
  69. / modutils / { p; d; };
  70. / ncompress / { p; d; };
  71. / ncurses / { p; d; };
  72. / netkit-base / { p; d; };
  73. / net-tools/ { p; d; };
  74. / nfs-utils / { p; d; };
  75. / netkit-telnet/ { p; d; };
  76. / openssh / { p; d; };
  77. / openssl / { p; d; };
  78. / pam / { p; d; };
  79. / patch / { p; d; };
  80. / perl5 / { p; d; };
  81. / procinfo / { p; d; };
  82. / procps / { p; d; };
  83. / psmisc / { p; d; };
  84. / pciutils/ { p; d; };
  85. / screen / { p; d; };
  86. / sed / { p; d; };
  87. / shadow / { p; d; };
  88. / sysfiles / { p; d; };
  89. / sysklogd / { p; d; };
  90. / sysvinit / { p; d; };
  91. / tar / { p; d; };
  92. / texinfo / { p; d; };
  93. / time / { p; d; };
  94. / unzip / { p; d; };
  95. / util-linux / { p; d; };
  96. / vim / { p; d; };
  97. / vlock / { p; d; };
  98. / wget / { p; d; };
  99. / xfree86 / { p; d; };
  100. / zip / { p; d; };
  101. / zlib / { p; d; };
  102. / zsh/ { p; d; };
  103. # Some architecture-specifc-packages with missing deps
  104. / macosd / { s/^X /O / ; p; d; };
  105. # other stray junk
  106. / intel-rng / { s/^X /O / ; p; d; };
  107. / microcode_ctl / { s/^X /O / ; p; d; };
  108. / apmd / { s/^X /O / ; p; d; };
  109. # Add architecture-specific-packages
  110. / alpha / { p; d; };
  111. / mips / { p; d; };
  112. / powerpc / { p; d; };
  113. / sparc / { p; d; };
  114. / x86 / { p; d; };
  115. # Disabling the rest of packages
  116. /.*/ { s/^X /O / ; p; d; };'