Advertisement
Guest User

pkgsrc @ Slack 14.1 x86

a guest
Dec 19th, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 KB | None | 0 0
  1. root@darkstar:/usr/pkgsrc/sysutils/mc# bmake show-options
  2. Any of the following general options may be selected:
  3. mc-charset Enable charset selection and conversion.
  4. mc-edit Enable internal editor.
  5. mc-samba Enable smb virtual file system.
  6. mc-subshell Enable support for subshell.
  7. mc-vfs Support for VFS (virtual file system).
  8. x11 Enable X11 support.
  9. Exactly one of the following screen options is required:
  10. ncurses Enable ncurses support.
  11. slang Enable S-Lang support.
  12.  
  13. These options are enabled by default:
  14. mc-charset mc-edit mc-subshell mc-vfs slang
  15.  
  16. These options are currently enabled:
  17. mc-charset mc-edit mc-subshell mc-vfs slang
  18.  
  19. You can select which build options to use by setting PKG_DEFAULT_OPTIONS
  20. or PKG_OPTIONS.mc.
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27. root@darkstar:/usr/pkgsrc/www/nginx# bmake show-options
  28. Any of the following general options may be selected:
  29. dav
  30. debug Enable debugging facilities in the package.
  31. flv
  32. gtools
  33. image-filter
  34. inet6 Enable support for IPv6.
  35. mail-proxy
  36. memcache
  37. naxsi
  38. nginx-autodetect-cflags
  39. pcre Enable Perl-compatible regular expressions.
  40. push
  41. realip
  42. spdy
  43. ssl Enable SSL support.
  44. status
  45. sub
  46. upload
  47. uwsgi
  48.  
  49. These options are enabled by default:
  50. inet6 pcre ssl
  51.  
  52. These options are currently enabled:
  53. inet6 pcre ssl
  54.  
  55. You can select which build options to use by setting PKG_DEFAULT_OPTIONS
  56. or PKG_OPTIONS.nginx.
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. root@darkstar:~# pkg_admin
  64. usage: pkg_admin [-bqSVv] [-C config] [-d lsdir] [-K pkg_dbdir] [-s sfx] command [args ...]
  65. Where 'commands' and 'args' are:
  66. rebuild - rebuild pkgdb from +CONTENTS files
  67. rebuild-tree - rebuild +REQUIRED_BY files from forward deps
  68. check [pkg ...] - check md5 checksum of installed files
  69. add pkg ... - add pkg files to database
  70. delete pkg ... - delete file entries for pkg in database
  71. set variable=value pkg ... - set installation variable for package
  72. unset variable pkg ... - unset installation variable for package
  73. lsall /path/to/pkgpattern - list all pkgs matching the pattern
  74. lsbest /path/to/pkgpattern - list pkgs matching the pattern best
  75. dump - dump database
  76. pmatch pattern pkg - returns true if pkg matches pattern, otherwise false
  77. fetch-pkg-vulnerabilities [-s] - fetch new vulnerability file
  78. check-pkg-vulnerabilities [-s] <file> - check syntax and checksums of the vulnerability file
  79. audit [-es] [-t type] ... - check installed packages for vulnerabilities
  80. audit-pkg [-es] [-t type] ... - check listed packages for vulnerabilities
  81. audit-batch [-es] [-t type] ... - check packages in listed files for vulnerabilities
  82. audit-history [-t type] ... - print all advisories for package names
  83. check-license <condition> - check if condition is acceptable
  84. check-single-license <license> - check if license is acceptable
  85. config-var name - print current value of the configuration variable
  86. check-signature ... - verify the signature of packages
  87. x509-sign-package pkg spkg key cert - create X509 signature
  88. gpg-sign-package pkg spkg - create GPG signature
  89.  
  90.  
  91.  
  92.  
  93. root@darkstar:/usr/pkgsrc/www/nginx# bmake install
  94. => Bootstrap dependency digest>=20010302: found digest-20121220
  95. => Bootstrap dependency tnftp-[0-9]*: found tnftp-20070806
  96. ===> Checking for vulnerabilities in nginx-1.4.4
  97. Package nginx-1.4.4 has a man-in-the-middle-attack vulnerability, see http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-4968
  98. ERROR: Define ALLOW_VULNERABLE_PACKAGES in mk.conf or IGNORE_URL in pkg_install.conf(5) if this package is absolutely essential.
  99. *** Error code 1
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106. root@darkstar:~# pkg_info
  107. libtool-base-2.4.2nb5 Generic shared library support script (the script itself)
  108. m4-1.4.16nb3 GNU version of UNIX m4 macro language processor
  109. pkg-config-0.28 System for managing library compile/link flags
  110. help2man-1.43.3 Generate simple manual pages from program output
  111. p5-gettext-1.05nb9 Perl5 module interface to C I18N functions
  112. digest-20121220 Message digest wrapper utility
  113. zlib-1.2.8 General purpose data compression library
  114. bootstrap-mk-files-20130912 *.mk files for the bootstrap bmake utility
  115. perl-5.18.1nb1 Practical Extraction and Report Language
  116. glib2-2.36.4 Some useful routines for C programming (glib2)
  117. libelf-0.8.13 ELF object file access library
  118. bmake-20110606nb1 Portable (autoconf) version of NetBSD 'make' utility
  119. nbpatch-20100124 Patch files using diff output
  120. gettext-lib-0.18.3.1 Internationalized Message Handling Library (libintl)
  121. pkg_install-info-4.5nb3 Standalone GNU info file installation utility
  122. mc-4.7.0.10nb12 User-friendly file manager and visual shell
  123. gettext-tools-0.18.3.1 Tools for providing messages in different languages
  124. pkg_install-20130902 Package management and administration tools for pkgsrc
  125. unzip-6.0nb1 List, test and extract compressed files in a ZIP archive
  126. tnftp-20070806 The enhanced FTP client in NetBSD
  127. libslang2-2.2.4nb2 Routines for rapid alpha-numeric terminal applications development
  128. libffi-3.0.13 Foreign function interface
  129. pcre-8.33 Perl Compatible Regular Expressions library
  130. autoconf-2.69nb2 Generates automatic source code configuration scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement