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
zed Command-line tool to manage and query Zed data lakes
1.15.0 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 1.14.0_2Version of this port present on the latest quarterly branch.
Maintainer: meta@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-04-27 09:00:09
Last Update: 2024-04-15 14:52:41
Commit Hash: aff09a2
License: BSD3CLAUSE
WWW:
https://zed.brimdata.io/
Description:
zed is a command-line tool to manage and query Zed data lakes. You can import data from a variety of formats and zed will automatically commit the data in the Zed data model's super-structured format, providing full fidelity of the original format and the ability to reconstruct the original data without loss of information.
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/zed
  2. /usr/local/share/licenses/zed-1.15.0/catalog.mk
  3. /usr/local/share/licenses/zed-1.15.0/LICENSE
  4. /usr/local/share/licenses/zed-1.15.0/BSD3CLAUSE
Collapse this list.
Dependency lines:
  • zed>0:textproc/zed
To install the port:
cd /usr/ports/textproc/zed/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/zed
  • pkg install zed
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: zed
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1713192163 SHA256 (go/textproc_zed/zed-v1.15.0/v1.15.0.mod) = 80ed80f208c124dd59132185582b935df608340f344504439fe4390c8b50d886 SIZE (go/textproc_zed/zed-v1.15.0/v1.15.0.mod) = 3290

Expand this list (6 items)

Collapse this list.

SHA256 (go/textproc_zed/zed-v1.15.0/v1.15.0.zip) = 47f7b15ab3efb6a1db287e4fc92663f6ac1a7df1519990b14941134086f87931 SIZE (go/textproc_zed/zed-v1.15.0/v1.15.0.zip) = 6893843 SHA256 (go/textproc_zq/zq-v1.15.0/v1.15.0.mod) = 80ed80f208c124dd59132185582b935df608340f344504439fe4390c8b50d886 SIZE (go/textproc_zq/zq-v1.15.0/v1.15.0.mod) = 3290 SHA256 (go/textproc_zq/zq-v1.15.0/v1.15.0.zip) = 6636796b1247eb098664a10a16d13102b800816378eb0ee788a534cb19193f8a SIZE (go/textproc_zq/zq-v1.15.0/v1.15.0.zip) = 6890537

Collapse this list.


Packages (timestamps in pop-ups are UTC):
zed
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.14.0_11.14.0_1------
FreeBSD:13:quarterly1.11.1_21.11.1_2------
FreeBSD:14:latest1.14.0_11.14.0_1------
FreeBSD:14:quarterly1.11.1_21.14.0_2------
FreeBSD:15:latest1.14.0_11.14.0_1n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Slave ports:
  1. textproc/zq
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go121 : lang/go121
Fetch dependencies:
  1. go121 : lang/go121
  2. ca_root_nss>0 : security/ca_root_nss
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
textproc_zed
USES:
go:modules,1.21 zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/github.com/brimdata/zed/@v/
Collapse this list.

Number of commits found: 37

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.15.0
15 Apr 2024 14:52:41
commit hash: aff09a27422592ff3ef0f80fdf6fc053012034a7commit hash: aff09a27422592ff3ef0f80fdf6fc053012034a7commit hash: aff09a27422592ff3ef0f80fdf6fc053012034a7commit hash: aff09a27422592ff3ef0f80fdf6fc053012034a7 files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
textproc/{zed,zq}: Update to 1.15.0

Changes:	https://github.com/brimdata/zed/releases/tag/v1.15.0
1.14.0_2
15 Apr 2024 08:20:04
commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
1.14.0_1
06 Mar 2024 22:00:31
commit hash: ab359b34c97c7d1240079914bcd4dd54eb155e19commit hash: ab359b34c97c7d1240079914bcd4dd54eb155e19commit hash: ab359b34c97c7d1240079914bcd4dd54eb155e19commit hash: ab359b34c97c7d1240079914bcd4dd54eb155e19 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q1
1.14.0
19 Feb 2024 06:39:56
commit hash: 1247dd246165c6707b854f90a9b868a0b213e977commit hash: 1247dd246165c6707b854f90a9b868a0b213e977commit hash: 1247dd246165c6707b854f90a9b868a0b213e977commit hash: 1247dd246165c6707b854f90a9b868a0b213e977 files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
textproc/{zed,zq}: Update to 1.14.0

Changes:	https://github.com/brimdata/zed/releases/tag/v1.14.0
1.12.0_1
11 Feb 2024 10:39:17
commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update

PR:		276530
1.12.0
29 Jan 2024 06:14:16
commit hash: 714f1c62e6d808767d2567f05a8f6ab7bfa1ee94commit hash: 714f1c62e6d808767d2567f05a8f6ab7bfa1ee94commit hash: 714f1c62e6d808767d2567f05a8f6ab7bfa1ee94commit hash: 714f1c62e6d808767d2567f05a8f6ab7bfa1ee94 files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
textproc/{zed,zq}: Update to 1.12.0

Changes:	https://github.com/brimdata/zed/releases/tag/v1.12.0
1.11.1_1
07 Dec 2023 02:22:10
commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update

PR:		274405
1.11.1
14 Nov 2023 13:36:29
commit hash: aa48b081336fe4a9466f5b32f36c9b772914a2cbcommit hash: aa48b081336fe4a9466f5b32f36c9b772914a2cbcommit hash: aa48b081336fe4a9466f5b32f36c9b772914a2cbcommit hash: aa48b081336fe4a9466f5b32f36c9b772914a2cb files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
textproc/zed: Requires go >= 1.12
1.11.1
11 Nov 2023 16:11:14
commit hash: ee05834038e0817d01cfc0989ecda635d980ae4bcommit hash: ee05834038e0817d01cfc0989ecda635d980ae4bcommit hash: ee05834038e0817d01cfc0989ecda635d980ae4bcommit hash: ee05834038e0817d01cfc0989ecda635d980ae4b files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
textproc/zed: Update to 1.11.1

Changes:	https://github.com/brimdata/zed/releases/tag/v1.11.0
Changes:	https://github.com/brimdata/zed/releases/tag/v1.11.1
1.10.0
01 Nov 2023 05:20:22
commit hash: e83f3951839d39a1c4ce0cfffd703a74faaaca5fcommit hash: e83f3951839d39a1c4ce0cfffd703a74faaaca5fcommit hash: e83f3951839d39a1c4ce0cfffd703a74faaaca5fcommit hash: e83f3951839d39a1c4ce0cfffd703a74faaaca5f files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
textproc/{zed,zq}: Update to 1.10.0

Changes:	https://github.com/brimdata/zed/releases/tag/v1.10.0
1.9.0_2
08 Sep 2023 14:34:56
commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update
1.9.0_1
04 Aug 2023 14:24:50
commit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fccommit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fccommit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fccommit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fc files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{119,120} update
1.9.0
31 Jul 2023 04:16:15
commit hash: c600c2ec9274e044f3e53b0f27c4c745350b4791commit hash: c600c2ec9274e044f3e53b0f27c4c745350b4791commit hash: c600c2ec9274e044f3e53b0f27c4c745350b4791commit hash: c600c2ec9274e044f3e53b0f27c4c745350b4791 files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
textproc/{zed,zq}: Update to 1.9.0

Changes:	https://github.com/brimdata/zed/releases/tag/v1.9.0
1.8.1
11 Jun 2023 13:08:52
commit hash: b87754e8184fecda59ce944de3fb85fd0240b53fcommit hash: b87754e8184fecda59ce944de3fb85fd0240b53fcommit hash: b87754e8184fecda59ce944de3fb85fd0240b53fcommit hash: b87754e8184fecda59ce944de3fb85fd0240b53f files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
textproc/{zed,zq}: Update to 1.8.1

Changes:	https://github.com/brimdata/zed/releases/tag/v1.8.1
1.8.0
25 May 2023 05:35:49
commit hash: 05cf47849945dba247b3ba410a10f0a2f64861e5commit hash: 05cf47849945dba247b3ba410a10f0a2f64861e5commit hash: 05cf47849945dba247b3ba410a10f0a2f64861e5commit hash: 05cf47849945dba247b3ba410a10f0a2f64861e5 files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
textproc/{zed,zq}: Update to 1.8.0

Changes:	https://github.com/brimdata/zed/releases/tag/v1.8.0
1.7.0_1
08 Apr 2023 15:13:25
commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{119,120} update
1.7.0
03 Apr 2023 02:35:54
commit hash: 7d207bd97bc115824c68e26a96d5a4a281f642becommit hash: 7d207bd97bc115824c68e26a96d5a4a281f642becommit hash: 7d207bd97bc115824c68e26a96d5a4a281f642becommit hash: 7d207bd97bc115824c68e26a96d5a4a281f642be files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
textproc/{zed,zq}: Update to 1.7.0

Changes:	https://github.com/brimdata/zed/releases/tag/v1.7.0
1.6.0_1
09 Mar 2023 19:18:07
commit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93dcommit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93dcommit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93dcommit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93d files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after Go ports update
1.6.0
07 Mar 2023 03:40:44
commit hash: 0c71bfae099f6d88f70d7bdcfb9e7084f7eae6e3commit hash: 0c71bfae099f6d88f70d7bdcfb9e7084f7eae6e3commit hash: 0c71bfae099f6d88f70d7bdcfb9e7084f7eae6e3commit hash: 0c71bfae099f6d88f70d7bdcfb9e7084f7eae6e3 files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
textproc/{zed,zq}: Update to 1.6.0

Changes:	https://github.com/brimdata/zed/releases/tag/v1.6.0
1.5.0_2
15 Feb 2023 19:06:01
commit hash: 56b5ec772f679a600dabe41622c1350594628286commit hash: 56b5ec772f679a600dabe41622c1350594628286commit hash: 56b5ec772f679a600dabe41622c1350594628286commit hash: 56b5ec772f679a600dabe41622c1350594628286 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{119,120} update
1.5.0_1
09 Feb 2023 21:55:23
commit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0dcommit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0dcommit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0dcommit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0d files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after GO_DEFAULT update.
1.5.0
07 Feb 2023 10:01:47
commit hash: a55e5323cf75391d9d6d0f9cd27a98c8659351d7commit hash: a55e5323cf75391d9d6d0f9cd27a98c8659351d7commit hash: a55e5323cf75391d9d6d0f9cd27a98c8659351d7commit hash: a55e5323cf75391d9d6d0f9cd27a98c8659351d7 files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
textproc/{zed,zq}: Update to 1.5.0

While here, add a utility make target for maintainer.

Changes:	https://github.com/brimdata/zed/releases/tag/v1.5.0
Sponsored by:	Miracle Linux
1.4.0_1
14 Jan 2023 11:31:17
commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTVERSION after lang/go{118,119} update
1.4.0
05 Jan 2023 04:31:12
commit hash: deaaad55d5df8a7a996a309d4f936b7d60afb09bcommit hash: deaaad55d5df8a7a996a309d4f936b7d60afb09bcommit hash: deaaad55d5df8a7a996a309d4f936b7d60afb09bcommit hash: deaaad55d5df8a7a996a309d4f936b7d60afb09b files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
textproc/{zed,zq}: Update to 1.4.0

Changes:	https://github.com/brimdata/zed/releases/tag/v1.4.0
Reported by:	portscout
Sponsored by:	Miracle Linux
1.3.0
13 Dec 2022 14:54:46
commit hash: eacba9751437dd94961f763b5bb06de752b079a3commit hash: eacba9751437dd94961f763b5bb06de752b079a3commit hash: eacba9751437dd94961f763b5bb06de752b079a3commit hash: eacba9751437dd94961f763b5bb06de752b079a3 files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
textproc/{zed,zq}: Update to 1.3.0

While here, switch to GO_MODULE.

Reported by:	portscout
1.2.0_2
11 Dec 2022 11:17:27
commit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2acommit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2acommit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2acommit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2a files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{118,119} update
1.2.0_1
06 Oct 2022 19:24:26
commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{118,119} update
1.2.0
19 Sep 2022 06:21:41
commit hash: 9fee785ac446879a799b3131efa010d4a241bd0ecommit hash: 9fee785ac446879a799b3131efa010d4a241bd0ecommit hash: 9fee785ac446879a799b3131efa010d4a241bd0ecommit hash: 9fee785ac446879a799b3131efa010d4a241bd0e files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
textproc/zed: Update to 1.2.0

Changes:	https://github.com/brimdata/zed/blob/v1.2.0/CHANGELOG.md#v120
1.1.0_4
08 Sep 2022 16:33:18
commit hash: f05c98fffb232735c05ba30d43fb279085b813d7commit hash: f05c98fffb232735c05ba30d43fb279085b813d7commit hash: f05c98fffb232735c05ba30d43fb279085b813d7commit hash: f05c98fffb232735c05ba30d43fb279085b813d7 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{118,119} update
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.1.0_3
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.1.0_3
03 Aug 2022 21:35:13
commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after Go update

Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
1.1.0_2
14 Jul 2022 12:46:05
commit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5acommit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5acommit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5acommit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5a files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{117,118} update
1.1.0_1
07 Jun 2022 21:56:10
commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
*/*: Bump port revisons after lang/go{117,118} update
1.1.0
25 May 2022 09:08:46
commit hash: 3cdaaa5a01758ab2bdf29981b63cd3acfe8c2270commit hash: 3cdaaa5a01758ab2bdf29981b63cd3acfe8c2270commit hash: 3cdaaa5a01758ab2bdf29981b63cd3acfe8c2270commit hash: 3cdaaa5a01758ab2bdf29981b63cd3acfe8c2270 files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
textproc/{zed,zq}: Update to 1.1.0

Changes:	https://github.com/brimdata/zed/blob/v1.1.0/CHANGELOG.md#v110
Reported by:	portscout
1.0.0
10 May 2022 00:47:43
commit hash: 3f701de8374752e101ba8439c51a604b9b11700dcommit hash: 3f701de8374752e101ba8439c51a604b9b11700dcommit hash: 3f701de8374752e101ba8439c51a604b9b11700dcommit hash: 3f701de8374752e101ba8439c51a604b9b11700d files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
textproc/z{ed,q}: mark broken on i386
1.0.0
27 Apr 2022 07:58:24
commit hash: fe40ee2b68263e9cb974e4ead3eb7c432809e239commit hash: fe40ee2b68263e9cb974e4ead3eb7c432809e239commit hash: fe40ee2b68263e9cb974e4ead3eb7c432809e239commit hash: fe40ee2b68263e9cb974e4ead3eb7c432809e239 files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
textproc/z{ed,q}: add port

Sponsored by:	HAW International

Number of commits found: 37