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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
http_post Do a POST operation and dump http-contents to stdout
1.0.20140814_1 www on this many watch lists=1 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.0.20140814Version of this port present on the latest quarterly branch.
Maintainer: masaki@club.kyutech.ac.jp search for ports maintained by this maintainer
Port Added: 2012-09-09 15:02:07
Last Update: 2024-03-21 09:15:37
Commit Hash: d9029f1
People watching this port, also watch:: python, unoconv, py39-pycparser, sysinfo
License: not specified in port
WWW:
https://www.acme.com/software/http_post/
Description:
Http_post does a POST operation and dumps the results to stdout. This supports ipv6 and https (SSL).
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 (2 items)
Collapse this list.
  1. bin/http_post
  2. share/man/man1/http_post.1.gz
Collapse this list.
Dependency lines:
  • http_post>0:www/http_post
To install the port:
cd /usr/ports/www/http_post/ && make install clean
To add the package, run one of these commands:
  • pkg install www/http_post
  • pkg install http_post
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: http_post
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (http_post_14Aug2014.tar.gz) = b1d8776ec2be854224fdedca7fc3b085a9888eb73625012ce539f270bb97d9ce SIZE (http_post_14Aug2014.tar.gz) = 8323

Packages (timestamps in pop-ups are UTC):
http_post
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.20140814_11.0.20140814_11.0.201408141.0.20140814_11.0.20140814_1-1.0.20140814-
FreeBSD:13:quarterly1.0.201408141.0.201408141.0.201408141.0.201408141.0.20140814_11.0.201408141.0.201408141.0.20140814
FreeBSD:14:latest1.0.20140814_11.0.20140814_11.0.201408141.0.20140814_11.0.20140814_11.0.20140814-1.0.20140814
FreeBSD:14:quarterly1.0.201408141.0.20140814_1-1.0.201408141.0.20140814_11.0.201408141.0.201408141.0.20140814
FreeBSD:15:latest1.0.201408141.0.20140814_1n/a1.0.20140814n/a1.0.201408141.0.201408141.0.20140814
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_http_post
USES:
uidfix ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.acme.com/software/http_post/
Collapse this list.

Number of commits found: 12

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.20140814_1
21 Mar 2024 09:15:37
commit hash: d9029f1552fd2e59ed4492eff65f8bddc31e92fecommit hash: d9029f1552fd2e59ed4492eff65f8bddc31e92fecommit hash: d9029f1552fd2e59ed4492eff65f8bddc31e92fecommit hash: d9029f1552fd2e59ed4492eff65f8bddc31e92fe files touched by this commit
Christian Weisgerber (naddy) search for other commits by this committer
www/*: Move man pages to share/man

Approved by:	portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.0.20140814
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.20140814
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.20140814
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.0.20140814
09 Oct 2019 12:23:49
Revision:514145Original commit files touched by this commit
bapt search for other commits by this committer
Drop the ipv6 virtual category for w* category as it is not relevant anymore
1.0.20140814
15 Mar 2017 14:45:31
Revision:436247Original commit files touched by this commit
mat search for other commits by this committer
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
1.0.20140814
05 Feb 2015 21:18:20
Revision:378493Original commit files touched by this commit
pawel search for other commits by this committer
- Update to version 1.0.20140814 [1]
- Fix capitalization and spelling error in COMMENT

PR:		196783 [1]
Submitted by:	Neel Chauhan <neel@neelc.org> [1]
Approved by:	maintainer timeout
1.0.20110118
07 Sep 2014 12:22:29
Revision:367532Original commit files touched by this commit
antoine search for other commits by this committer
Allow staging as a regular user
1.0.20110118
29 Jan 2014 09:17:28
Revision:341703Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
1.0.20110118
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
1.0.20110118
09 Sep 2012 15:01:34
Revision:303970Original commit files touched by this commit
swills search for other commits by this committer
Http_post does a POST operation and dumps the results to stdout. This supports
ipv6 and https (SSL).

WWW: http://www.acme.com/software/http_post/

PR:		ports/171492
Submitted by:	masaki@club.kyutech.ac.jp

Number of commits found: 12