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
team Portable multi-buffered tape streaming utility
3.1_4 misc on this many watch lists=6 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 3.1_3Version of this port present on the latest quarterly branch.
Maintainer: joerg@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2024-03-29 08:09:55
Commit Hash: a6e0a56
People watching this port, also watch:: t1lib, gmake, zip, nmap
License: not specified in port
Description:
Submitted-By: pcg@aber.ac.uk (Piercarlo Grandi) Posting-Number: Volume 27, Issue 195 Archive-Name: team/part01 There exist a few filters that help tapes streams by buffering IO and allowing reads to overlaps with writes under Unix. Most of these filters rely on relatively unportable features, for example SYSV like shared memory. team is a filter that runs essentially unchanged on any Unix version, as it relies only on features present in V7. A number of team processes (team members) share a common input fd and a common output fd, and they take turns at reading from the former and writing to the latter; they synchronize by using a ring of pipes between them, where a "read-enable" and a "write-enable" token circulate. The team source is GPL'ed, and it comes with no warranty.
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 (2 items)
Collapse this list.
  1. bin/team
  2. share/man/man1/team.1.gz
Collapse this list.
Dependency lines:
  • team>0:misc/team
To install the port:
cd /usr/ports/misc/team/ && make install clean
To add the package, run one of these commands:
  • pkg install misc/team
  • pkg install team
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: team
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (team-3.1.tar.gz) = 1d8e5f7d32a8c0a2f66f499c7d58d792f977dfb44a43945664b89c22e0d94bbf SIZE (team-3.1.tar.gz) = 10932

Packages (timestamps in pop-ups are UTC):
team
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.1_43.1_43.1_23.1_43.1_4-3.1_2-
FreeBSD:13:quarterly3.1_33.1_33.1_33.1_33.1_43.1_33.1_33.1_3
FreeBSD:14:latest3.1_33.1_43.1_23.1_33.1_43.1_3-3.1_3
FreeBSD:14:quarterly3.1_33.1_4-3.1_33.1_43.1_33.1_33.1_3
FreeBSD:15:latest3.1_33.1_4n/a3.1_3n/a3.1_33.1_33.1_3
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:
misc_team
USES:
uidfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (4 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/joerg/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/joerg/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/joerg/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/joerg/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.1_4
29 Mar 2024 08:09:55
commit hash: a6e0a56f813f394e9a97f74fed1625e751715f61commit hash: a6e0a56f813f394e9a97f74fed1625e751715f61commit hash: a6e0a56f813f394e9a97f74fed1625e751715f61commit hash: a6e0a56f813f394e9a97f74fed1625e751715f61 files touched by this commit
Yasuhiro Kimura (yasu) search for other commits by this committer
misc/team: Move man page to share/man

Approved by:	portmgr (blanket)
3.1_3
15 Feb 2023 22:41:34
commit hash: 88a3eaf413c1cad272d9e10693efce9e7b5a2c26commit hash: 88a3eaf413c1cad272d9e10693efce9e7b5a2c26commit hash: 88a3eaf413c1cad272d9e10693efce9e7b5a2c26commit hash: 88a3eaf413c1cad272d9e10693efce9e7b5a2c26 files touched by this commit
Joerg Wunsch (joerg) search for other commits by this committer
misc/team: Fix compiler complaints

The code used a very old "all arguments are compatible with int"
method for a varargs message function. Convert it to <stdarg.h>.

While at it, replace a few private library function declarations by
their appropriate header file includes.
3.1_2
20 Jul 2022 14:22:28
commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
misc: remove 'Created by' lines

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

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adam@vectors.cx>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan E <alane@FreeBSD.org>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alex Stangl <alex@stangl.us>
  *  Alexander Logvinov <avl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Nusov <alexander.nusov@nfvexpress.com>
  *  Alexander Timoshenko <gonzo@univ.kiev.ua>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.1_2
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.
3.1_2
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
3.1_2
05 Sep 2014 18:07:11
Revision:367368Original commit files touched by this commit
antoine search for other commits by this committer
Allow staging as a regular user
3.1_2
02 Feb 2014 16:00:44
Revision:342321Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
20 Sep 2013 20:50:59
Revision:327745Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc)
3.1_2
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
3.1_2
09 Mar 2007 14:17:07
Original commit files touched by this commit
bsam search for other commits by this committer
. permit using buffers upto 64MB;  [1]
. bump PORTREVISION.

PR:             106806  [1]
Submitted by:   Eugene Grosbein <eugen at grosbein.pp.ru>  [1]
Approved by:    joerg (maintainer timeout 10 weeks)  [1]
Discussed at:   freebsd-hackers@, freebsd-ports@  [1]
3.1_1
22 Jan 2006 12:59:47
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
3.1_1
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
3.1_1
06 Feb 2004 13:12:53
Original commit files touched by this commit
trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
3.1_1
09 Dec 2003 21:33:03
Original commit files touched by this commit
joerg search for other commits by this committer
Clean up historical baggage, and move the old local distfiles that
used to live under ${MASTER_SITE_LOCAL}/asami/LOCAL_PORTS to my own
public_distfiles.

No version changes involved.
3.1_1
01 Sep 2003 14:20:07
Original commit files touched by this commit
joerg search for other commits by this committer
Fix `off_t unsigned' that used to be a stylistic issue but now became
a syntax error lately.

This fix is different from the one mentioned in the PR, but confirmed
to work correctly at least on smaller files/devices (i don't have a 2
GB device to test against right now).

PR:             ports/55517
3.1
07 Mar 2003 06:07:20
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
23 Nov 2000 11:56:11
commit hash: fp1.6656@dev.null.freshports.orgcommit hash: fp1.6656@dev.null.freshports.orgcommit hash: fp1.6656@dev.null.freshports.orgcommit hash: fp1.6656@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
Ditch out "Version required" from comments section.    
08 Oct 2000 05:01:16
commit hash: fp1.4792@dev.null.freshports.orgcommit hash: fp1.4792@dev.null.freshports.orgcommit hash: fp1.4792@dev.null.freshports.orgcommit hash: fp1.4792@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category misc to new layout.  
09 Jun 2000 22:59:16
commit hash: fp1.859@dev.null.freshports.orgcommit hash: fp1.859@dev.null.freshports.orgcommit hash: fp1.859@dev.null.freshports.orgcommit hash: fp1.859@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my   area on
the local ports tree.    

Number of commits found: 19