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 photosAll times are UTC
Ukraine

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details on branch 2023Q4
pup Command-line jq-like HTML parser using CSS selectors
0.4.0.10_16 textproc 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 0.4.0.10_16Version of this port present on the latest quarterly branch.
Maintainer: 0mp@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-12-07 15:09:06
Last Update: 2023-12-07 15:06:56
Commit Hash: 1a5ede5
License: MIT
WWW:
https://github.com/ericchiang/pup
Description:
pup is a command line tool for processing HTML. It reads from stdin, prints to stdout, and allows the user to filter parts of the page using CSS selectors. Inspired by jq, pup aims to be a fast and flexible way of exploring HTML from the terminal.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/pup
  2. /usr/local/share/licenses/pup-0.4.0.10_16/catalog.mk
  3. /usr/local/share/licenses/pup-0.4.0.10_16/LICENSE
  4. /usr/local/share/licenses/pup-0.4.0.10_16/MIT
Collapse this list.
Dependency lines:
  • pup>0:textproc/pup
To install the port:
cd /usr/ports/textproc/pup/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/pup
  • pkg install pup
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: pup
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1601022698 SHA256 (ericchiang-pup-v0.4.0-10-g681d7bb_GH0.tar.gz) = 72a4c6fcf915ae33f9522a649b52cb44a1b83e9e3f18f8702177d0c722b1d2f9 SIZE (ericchiang-pup-v0.4.0-10-g681d7bb_GH0.tar.gz) = 1514776

Expand this list (16 items)

Collapse this list.

SHA256 (fatih-color-v1.0.0_GH0.tar.gz) = 035f20ae3e9940416433ba4c3d9cb55511608a1ac3927e371be61fe5d6052590 SIZE (fatih-color-v1.0.0_GH0.tar.gz) = 7173 SHA256 (golang-net-4d38db76854b_GH0.tar.gz) = e233d26e844fd9de1d3b25f2d50a2f1cc08a03c2d602e1bd13546bb246188323 SIZE (golang-net-4d38db76854b_GH0.tar.gz) = 725194 SHA256 (golang-sys-a646d33e2ee3_GH0.tar.gz) = 52667de65a02cd102fc39372e4f65617ec392ec26559897f45ed5b7bf7ea8022 SIZE (golang-sys-a646d33e2ee3_GH0.tar.gz) = 596888 SHA256 (golang-text-0a5a09ee4409_GH0.tar.gz) = 2dee9f383cbc2cfae8cd84303c62a8fb01b1ab218f0bed4cccfb449e3ad11c5a SIZE (golang-text-0a5a09ee4409_GH0.tar.gz) = 4082854 SHA256 (mattn-go-colorable-v0.0.5_GH0.tar.gz) = 8cd5edba9e942ee564359af89c735743046b01ca7c12d9ec45ef5e5c26bc076e SIZE (mattn-go-colorable-v0.0.5_GH0.tar.gz) = 5856 SHA256 (mattn-go-isatty-56b76bdf51f7_GH0.tar.gz) = 665e8446874f1e8bf32048c5dea7c70350ad2af3ddf9f38587dccb2a7a41330a SIZE (mattn-go-isatty-56b76bdf51f7_GH0.tar.gz) = 1958 SHA256 (107.patch) = 403af0675b6d21d83bc97fa2298b49fab573b2dfb1506bfdf73dac89516b8066 SIZE (107.patch) = 2653 SHA256 (142.patch) = c84d18fd1160267371aa47d47f8346c1ceb9210bd28af74df11bd9527185e628 SIZE (142.patch) = 612

Collapse this list.


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.
Build dependencies:
  1. go120 : lang/go120
Test dependencies:
  1. gdiff : textproc/diffutils
  2. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for pup-0.4.0.10_16: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
textproc_pup
USES:
go:modules python:test shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/ericchiang/pup/tar.gz/v0.4.0-10-g681d7bb?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.4.0.10_16
07 Dec 2023 15:06:56
commit hash: 1a5ede5f3667b6e0399abb165603b33f51f65d66commit hash: 1a5ede5f3667b6e0399abb165603b33f51f65d66commit hash: 1a5ede5f3667b6e0399abb165603b33f51f65d66commit hash: 1a5ede5f3667b6e0399abb165603b33f51f65d66 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update

PR:		274405
(cherry picked from commit 0505b712df3ae2b4bcaba00aecc7c1e9100d8609)

Number of commits found: 1