notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details on branch 2020Q3
popt Getopt(3) like library with a number of enhancements, from Redhat
1.18_1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.18_1Version of this port present on the latest quarterly branch.
Maintainer: jpaetzel@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-07-09 14:01:12
Last Update: 2020-07-09 14:01:07
Commit Hash: f55a462
License: MIT
WWW:
http://freshmeat.net/projects/popt/
Description:
This is the popt command line option parsing library. While it is similar to getopt(3), it contains a number of enhancements, including: 1) popt is fully reentrant 2) popt can parse arbitrary argv[] style arrays while getopt(2) makes this quite difficult 3) popt allows users to alias command line arguments 4) popt provides convenience functions for parsing strings into argv[] style arrays WWW: http://freshmeat.net/projects/popt/
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (46 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/popt-1.18_1/catalog.mk
  3. /usr/local/share/licenses/popt-1.18_1/LICENSE
  4. /usr/local/share/licenses/popt-1.18_1/MIT
  5. include/popt.h
  6. lib/libpopt.a
  7. lib/libpopt.so
  8. lib/libpopt.so.0
  9. lib/libpopt.so.0.0.1
  10. libdata/pkgconfig/popt.pc
  11. man/man3/popt.3.gz
  12. share/locale/cs/LC_MESSAGES/popt.mo
  13. share/locale/da/LC_MESSAGES/popt.mo
  14. share/locale/de/LC_MESSAGES/popt.mo
  15. share/locale/eo/LC_MESSAGES/popt.mo
  16. share/locale/es/LC_MESSAGES/popt.mo
  17. share/locale/fi/LC_MESSAGES/popt.mo
  18. share/locale/fr/LC_MESSAGES/popt.mo
  19. share/locale/ga/LC_MESSAGES/popt.mo
  20. share/locale/gl/LC_MESSAGES/popt.mo
  21. share/locale/hu/LC_MESSAGES/popt.mo
  22. share/locale/id/LC_MESSAGES/popt.mo
  23. share/locale/is/LC_MESSAGES/popt.mo
  24. share/locale/it/LC_MESSAGES/popt.mo
  25. share/locale/ja/LC_MESSAGES/popt.mo
  26. share/locale/ko/LC_MESSAGES/popt.mo
  27. share/locale/lv/LC_MESSAGES/popt.mo
  28. share/locale/nb/LC_MESSAGES/popt.mo
  29. share/locale/nl/LC_MESSAGES/popt.mo
  30. share/locale/pl/LC_MESSAGES/popt.mo
  31. share/locale/pt/LC_MESSAGES/popt.mo
  32. share/locale/ro/LC_MESSAGES/popt.mo
  33. share/locale/ru/LC_MESSAGES/popt.mo
  34. share/locale/sk/LC_MESSAGES/popt.mo
  35. share/locale/sl/LC_MESSAGES/popt.mo
  36. share/locale/sv/LC_MESSAGES/popt.mo
  37. share/locale/th/LC_MESSAGES/popt.mo
  38. share/locale/tr/LC_MESSAGES/popt.mo
  39. share/locale/uk/LC_MESSAGES/popt.mo
  40. share/locale/vi/LC_MESSAGES/popt.mo
  41. share/locale/wa/LC_MESSAGES/popt.mo
  42. share/locale/zh_CN/LC_MESSAGES/popt.mo
  43. share/locale/zh_TW/LC_MESSAGES/popt.mo
  44. @owner
  45. @group
  46. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • popt>0:devel/popt
To install the port:
cd /usr/ports/devel/popt/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/popt
  • pkg install popt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: popt
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1593027760 SHA256 (popt-1.18.tar.gz) = 5159bc03a20b28ce363aa96765f37df99ea4d8850b1ece17d1e6ad5c24fdc5d1 SIZE (popt-1.18.tar.gz) = 580569

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Library dependencies:
  1. libintl.so : devel/gettext-runtime
This port is required by:
for Libraries
  1. graphics/hdr_tools
  2. security/sssd

Configuration Options:
===> The following configuration options are available for popt-1.18_1: NLS=on: Native Language Support ===> Use 'make config' to modify these settings
Options name:
devel_popt
USES:
iconv libtool pathfix gettext-runtime localbase
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://ftp.rpm.org/popt/releases/popt-1.x/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.18_1
09 Jul 2020 14:01:07
commit hash: f55a462f0785bc5d476fe6a366816ddd32bd6944commit hash: f55a462f0785bc5d476fe6a366816ddd32bd6944commit hash: f55a462f0785bc5d476fe6a366816ddd32bd6944commit hash: f55a462f0785bc5d476fe6a366816ddd32bd6944 files touched by this commit
Josh Paetzel (jpaetzel) search for other commits by this committer
MFH: r541348

Fix some regressions in the 1.18 reboot of development.

PR:	247529
Submitted by:	vvd@unislabs.com daniel.engberg.lists@pyret.net
Reported by:	tobik

Approved by:	ports-secteam (joneum)
1.18_1
09 Jul 2020 14:01:07
Revision:541751Original commit files touched by this commit
jpaetzel search for other commits by this committer
MFH: r541348

Fix some regressions in the 1.18 reboot of development.

PR:	247529
Submitted by:	vvd@unislabs.com daniel.engberg.lists@pyret.net
Reported by:	tobik

Approved by:	ports-secteam (joneum)

Number of commits found: 2