HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50179,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=979",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=977",
"results": [
{
"name": "tfenv",
"portdir": "sysutils/tfenv",
"version": "3.0.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tfutils/tfenv",
"description": "Terraform version manager",
"long_description": "Terraform version manager",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "amake",
"github": "amake",
"ports_count": 155
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "run",
"ports": [
"terraform_select"
]
}
],
"depends_on": []
},
{
"name": "tfk8s",
"portdir": "sysutils/tfk8s",
"version": "0.1.10",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jrhouston/tfk8s",
"description": "A tool for converting Kubernetes YAML manifests to Terraform HCL",
"long_description": "tfk8s is a tool that makes it easier to work with the Terraform Kubernetes Provider. If you want to copy examples from the Kubernetes documentation or migrate existing YAML manifests and use them with Terraform without having to convert YAML to HCL by hand, this tool is for you.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1018
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "tflint",
"portdir": "sysutils/tflint",
"version": "0.60.0",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/terraform-linters/tflint",
"description": "A Pluggable Terraform Linter",
"long_description": "tflint is a framework and each feature is provided by plugins",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1018
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "tfmigrate",
"portdir": "sysutils/tfmigrate",
"version": "0.4.3",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/minamijoyo/tfmigrate",
"description": "A Terraform state migration tool for GitOps",
"long_description": "A Terraform state migration tool for GitOps",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1018
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "tfmv",
"portdir": "sysutils/tfmv",
"version": "0.2.8",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/suzuki-shunsuke/tfmv",
"description": "CLI to rename Terraform resources and generate moved blocks",
"long_description": "CLI to rename Terraform resources and generate moved blocks",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1018
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "tfrefactor",
"portdir": "devel/tfrefactor",
"version": "0.0.1",
"license": "MPL-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/craftvscruft/tfrefactor",
"description": "Automated refactoring for Terraform",
"long_description": "Automated refactoring for Terraform",
"active": true,
"categories": [
"devel",
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1018
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "tfsec",
"portdir": "security/tfsec",
"version": "1.28.14",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tfsec/tfsec",
"description": "Security scanner for your Terraform code",
"long_description": "Security scanner for your Terraform code. tfsec uses static analysis of your Terraform templates to spot potential security issues.",
"active": true,
"categories": [
"sysutils",
"security"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1018
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "tfstate",
"portdir": "sysutils/tfstate",
"version": "1.0.0",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/alex067/tfstate",
"description": "A wrapper around terraform state commands to provide guard rails",
"long_description": "tfstate is a wrapper around Terraform state commands which alter the state file, such as `terraform state mv` and `terraform state rm`. tfstate automatically generates a backup inside `.terraform/tfstate/*`, allowing for easy rollback if a mistake was made. This is possible due to the wrapper, by first performming a backup of the current state file, then running `tfstate rollback --latest`. tfstate adds a manual confirmation step, which also lists the possible resources affected by the requested state command.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1018
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "tftp-hpa",
"portdir": "net/tftp-hpa",
"version": "5.2",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.kernel.org/pub/software/network/tftp/",
"description": "Enhanced port of the BSD TFTP server",
"long_description": "tftp-hpa is an enhanced version of the BSD TFTP client and server, possessing a number of bugfixes and enhancements over the original. It has been made portable and will work on pretty much any modern Unix variant.",
"active": true,
"categories": [
"net"
],
"maintainers": [],
"variants": [
"enable_upload",
"server",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"ncurses",
"readline"
]
}
],
"depends_on": []
},
{
"name": "tfupdate",
"portdir": "sysutils/tfupdate",
"version": "0.8.5",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/minamijoyo/tfupdate",
"description": "Update version constraints in your Terraform configurations",
"long_description": "Update version constraints in your Terraform configurations",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1018
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "tfvar",
"portdir": "sysutils/tfvar",
"version": "0.9.0",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/shihanng/tfvar",
"description": "Terraform's variable definitions template generator",
"long_description": "Terraform's variable definitions template generator",
"active": true,
"categories": [
"devel",
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1018
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "tgif",
"portdir": "graphics/tgif",
"version": "4.2.5",
"license": "QPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://bourbon.usc.edu/tgif/",
"description": "Basic vector drawing package",
"long_description": "Basic vector drawing package",
"active": true,
"categories": [
"graphics",
"x11"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"imake"
]
},
{
"type": "lib",
"ports": [
"xorg-libX11",
"xorg-libXext",
"xorg-libXmu",
"xorg-libXt"
]
}
],
"depends_on": []
},
{
"name": "THE",
"portdir": "editors/THE",
"version": "4.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://hessling-editor.sourceforge.net/",
"description": "The Hessling Editor",
"long_description": "The Hessling Editor (THE) is a text editor modeled after the XEDIT editor for IBM mainframe operating systems.",
"active": true,
"categories": [
"editors"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ncurses",
"rexx"
]
}
],
"depends_on": []
},
{
"name": "the_Foundation",
"portdir": "devel/the_Foundation",
"version": "1.11.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://git.skyjake.fi/skyjake/the_Foundation",
"description": "Opinionated C11 library for low-level functionality",
"long_description": "Opinionated C11 library for low-level functionality",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "sikmir",
"github": "sikmir",
"ports_count": 42
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"curl",
"zlib",
"libunistring",
"openssl",
"pcre2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"lagrange",
"sealcurses"
]
}
]
},
{
"name": "thefuck",
"portdir": "python/thefuck",
"version": "3.32",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/nvbn/thefuck",
"description": "a magnificent app that corrects errors in previous console commands",
"long_description": "The Fuck is a magnificent app that corrects errors in previous console commands.",
"active": true,
"categories": [
"sysutils",
"python"
],
"maintainers": [
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 223
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313",
"py313-pyte",
"py313-six",
"py313-decorator",
"py313-psutil",
"py313-colorama"
]
}
],
"depends_on": []
},
{
"name": "theseus",
"portdir": "science/theseus",
"version": "3.3.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://theobald.brandeis.edu/theseus",
"description": "A program for maximum likelihood superpositioning and analysis of macromolecular structures",
"long_description": "A program for maximum likelihood superpositioning and analysis of macromolecular structures",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1976
}
],
"variants": [
"muscle",
"mafft",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cctools",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"gsl"
]
},
{
"type": "run",
"ports": [
"muscle"
]
}
],
"depends_on": []
},
{
"name": "the_silver_searcher",
"portdir": "textproc/the_silver_searcher",
"version": "2.2.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://geoff.greer.fm/ag",
"description": "A code-searching tool similar to ack, but faster.",
"long_description": "An attempt to make something better than ack, which itself is better than grep.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-13"
]
},
{
"type": "lib",
"ports": [
"xz",
"pcre"
]
}
],
"depends_on": []
},
{
"name": "thieriot",
"portdir": "devel/thieriot",
"version": "1.1.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rodnaph/thieriot",
"description": "Shell tool for managing a projects Jenkins builds",
"long_description": "Thieriot is a simple shell tool for projects that use Git and Jenkins, and allows you to easily check which of your branches currently have builds. And then to easily create/start/delete builds with a single command.",
"active": true,
"categories": [
"devel",
"shells"
],
"maintainers": [],
"variants": [
"perl5_28",
"perl5_30",
"perl5_32",
"perl5_34"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"p5.34-json",
"p5.34-libwww-perl",
"p5.34-yaml"
]
}
],
"depends_on": []
},
{
"name": "thrift",
"portdir": "devel/thrift",
"version": "0.20.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://thrift.apache.org/",
"description": "framework for scalable cross-language services development",
"long_description": "Thrift is a software framework for scalable cross-language services development. It combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Swift, Smalltalk, and OCaml.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"glib2",
"php",
"erlang",
"rust",
"java",
"csharp",
"nodejs",
"swift",
"lisp",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"libtool",
"pkgconfig",
"autoconf",
"automake",
"bison",
"libevent"
]
},
{
"type": "lib",
"ports": [
"boost181",
"openssl"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-thrift",
"p5.26-thrift",
"py35-thrift",
"py36-thrift",
"apache-arrow",
"py37-thrift",
"py38-thrift",
"p5.28-thrift",
"p5.30-thrift",
"p5.32-thrift",
"p5.34-thrift",
"py37-pyarrow",
"py38-pyarrow",
"py310-thrift",
"py311-thrift",
"py39-thrift"
]
}
]
},
{
"name": "throttled",
"portdir": "net/throttled",
"version": "0.4.6",
"license": "GPL-2+",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.intrarts.com/throttled.html",
"description": "network bandwidth throttle daemon",
"long_description": "throttled is a bandwidth throttle daemon for Mac OS X, FreeBSD, and Linux which allows you to put a cap on your upstream bandwidth and keep your download speeds high even when your server is sending out at full speed.",
"active": true,
"categories": [
"net"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "thrust",
"portdir": "devel/thrust",
"version": "2.4.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/NVIDIA/cccl",
"description": "The C++ parallel algorithms library",
"long_description": "The C++ parallel algorithms library",
"active": true,
"categories": [
"devel",
"parallel"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libomp"
]
}
],
"depends_on": []
},
{
"name": "thttpd",
"portdir": "net/thttpd",
"version": "2.29",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://acme.com/software/thttpd/",
"description": "simple, small, portable, fast, and secure HTTP server",
"long_description": "Thttpd handles only the minimum necessary to implement HTTP/1.1, has a very small run-time size, supports CGI, IPv6, and bandwidth throttling.",
"active": true,
"categories": [
"net"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"libtool",
"clang-14"
]
}
],
"depends_on": []
},
{
"name": "Thunar",
"portdir": "xfce/Thunar",
"version": "4.16.10",
"license": "GPL-2+ and LGPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://docs.xfce.org/xfce/thunar/start",
"description": "Thunar is a modern file manager for the Unix/Linux desktop",
"long_description": "Thunar is a modern file manager for the Unix/Linux desktop",
"active": true,
"categories": [
"xfce"
],
"maintainers": [],
"variants": [
"quartz",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"intltool",
"clang-12"
]
},
{
"type": "lib",
"ports": [
"desktop-file-utils",
"startup-notification",
"libnotify",
"exo",
"xfce4-panel",
"libexif",
"pcre",
"shared-mime-info"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"squeeze",
"xfdesktop",
"xfce",
"xfce4-appfinder"
]
}
]
},
{
"name": "ticker",
"portdir": "finance/ticker",
"version": "4.8.1",
"license": "GPL-3",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/achannarasappa/ticker",
"description": "Terminal stock ticker with live updates and position tracking",
"long_description": "Terminal stock ticker with live updates and position tracking. Provides Live stock price quotes, lets you track the value of your stock positions, and supports multiple cost basis lots as well as pre and post market price quotes.",
"active": true,
"categories": [
"finance"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1018
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "tidy",
"portdir": "www/tidy",
"version": "5.8.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "http://www.html-tidy.org/",
"description": "Fixes and tidies up HTML files",
"long_description": "Tidy is a utility to clean up and fix broken HTML files.",
"active": true,
"categories": [
"www"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"libxslt",
"clang-13"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-utidylib",
"py27-utidylib",
"py36-utidylib",
"kde4-baseapps",
"py38-utidylib",
"p5.28-html-tidy5",
"p5.30-html-tidy5",
"p5.32-html-tidy5",
"p5.34-html-tidy5",
"php84-tidy",
"php83-tidy",
"php82-tidy",
"php81-tidy",
"php80-tidy",
"php74-tidy",
"php73-tidy",
"php72-tidy",
"php71-tidy",
"py27-mx-experimental",
"php70-tidy",
"php56-tidy",
"php55-tidy",
"php54-tidy",
"php53-tidy",
"php52-tidy",
"py37-pytidylib",
"py37-utidylib",
"py27-pytidylib",
"py310-pytidylib",
"libextractor",
"zorba",
"p5.26-html-tidy5",
"edbrowse",
"py38-pytidylib",
"py39-pytidylib",
"xqilla",
"py39-utidylib"
]
},
{
"type": "run",
"ports": [
"wml"
]
}
]
},
{
"name": "tidyp",
"portdir": "www/tidyp",
"version": "1.04",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://web.archive.org/web/20190205230744/http://tidyp.com/",
"description": "Tidyp is a program (and a library) that can validate your HTML",
"long_description": "Tidyp is a program (and a library) that can validate your HTML, as well as modify it to be cleaner and more standard. Tidyp does not validate HTML5. The Perl module HTML::Tidy is based on the libtidyp library. Tidyp is a fork of the original tidy project.",
"active": true,
"categories": [
"www"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"automake",
"clang-9.0"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-html-tidy",
"p5.28-html-tidy",
"p5.30-html-tidy",
"p5.32-html-tidy",
"p5.34-html-tidy"
]
}
]
},
{
"name": "tiemu3",
"portdir": "math/tiemu3",
"version": "3.03",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://lpg.ticalc.org/prj_tiemu/",
"description": "Texas Instruments TI89, Titanium, TI-92, TI-92+, Voyager 200 multi-platform emulator",
"long_description": "TiEmu is a full-featured TI89, Titanium, TI-92, TI-92+, Voyager 200 multi-platform emulator with an html manual. It offers: popup menu, screenshots, ASM/C debugger, link port, saving state and some other stuffs.",
"active": true,
"categories": [
"math"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"groff",
"clang-13"
]
},
{
"type": "lib",
"ports": [
"libglade2",
"libticables2",
"libticalcs2",
"gettext",
"libtifiles2",
"libiconv",
"libticonv",
"libsdl",
"gtk2"
]
}
],
"depends_on": []
},
{
"name": "tienex-apfs",
"portdir": "sysutils/tienex-apfs",
"version": "afc6041c6078d3bc96c2ffec8ea6a8e572b79678",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tienex/apfs",
"description": "Mount, dump and analyze APFS volumes and containers",
"long_description": "Mount, dump and analyze APFS volumes and containers",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "ricci",
"github": "ghosthound",
"ports_count": 2
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"osxfuse"
]
}
],
"depends_on": []
},
{
"name": "tif22pnm",
"portdir": "graphics/tif22pnm",
"version": "0.14",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/sam2p/",
"description": "converter between TIFF and PNM",
"long_description": "tif22pnm is a command line utility that converts between TIFF sampled images and PNM images (both directions), using the libtiff library, but not using NetPBM. tif22pnm is similar to tifftopnm utility in the NetPBM distribution, but tif22pnm handles a wider range of TIFF files and it is able to output the alpha channel as a PBM or PGM file. png22pnm, a converter from PNG to PNM is also bundled into the distribution.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "takeshi",
"github": "tenomoto",
"ports_count": 54
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"libpng",
"tiff"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"sam2p"
]
}
]
},
{
"name": "tiff",
"portdir": "graphics/tiff",
"version": "4.7.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://libtiff.gitlab.io/libtiff/",
"description": "Library and tools for dealing with Tag Image File Format",
"long_description": "This software provides support for the Tag Image File Format (TIFF), a widely used format for storing image data. Included in this software distribution is a library, libtiff, for reading and writing TIFF, a small collection of tools for doing simple manipulations of TIFF images on UNIX systems, documentation on the library and tools. A small assortment of TIFF-related software for UNIX that has been contributed by others is also included. The library is capable of dealing with images that are written to follow the 5.0 or 6.0 TIFF spec. There is also considerable support for some of the more esoteric portions of the 6.0 TIFF spec.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"jbig",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"zlib",
"zstd",
"xz",
"lerc",
"libdeflate",
"libjpeg-turbo"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py39-pysaga",
"py313-pysaga",
"py310-pysaga",
"py311-pysaga",
"py312-pysaga"
]
},
{
"type": "lib",
"ports": [
"py36-opencv3",
"py35-opencv3-devel",
"py36-opencv3-devel",
"rawproc",
"cell-id",
"py39-imread",
"Pangolin",
"py36-Pillow",
"py37-Pillow",
"py38-Pillow",
"py37-gmic",
"AfterStep",
"ImageMagick7",
"py35-Pillow",
"py37-opencv3",
"py38-opencv3",
"kdegraphics-strigi-analyzer",
"py37-opencv3-devel",
"py38-opencv3-devel",
"povray",
"py38-imread",
"py38-opencv4-devel",
"fontforge",
"gimp3-devel",
"mod_tile",
"py38-wxpython-4.0",
"py35-opencv4",
"py36-opencv4",
"py35-opencv4-devel",
"py36-opencv4-devel",
"py37-imagecodecs",
"py38-imagecodecs",
"spandsp-devel",
"p5.30-imager",
"poppler-devel",
"poppler-devel-qt5",
"p5.28-imager",
"p5.32-imager",
"p5.34-imager",
"poppler",
"exact-image",
"py37-opencv4",
"poppler-qt5",
"simage",
"tif22pnm",
"ufraw",
"evince",
"xsane",
"xv",
"evas",
"darktable",
"darktable-devel",
"gtk4-devel",
"gtk4",
"scantailor",
"wxWidgets-2.8",
"wxgtk-2.8",
"pslib",
"SDL3_image",
"vxl",
"podofo",
"iulib",
"root6",
"py37-imread",
"wxWidgets-3.0",
"wxWidgets-3.0-cxx11",
"wxPython-3.0",
"wxgtk-3.0",
"wxgtk-3.0-cxx11",
"wxWidgets-3.2",
"root5",
"audacity-devel",
"qt511-qtimageformats",
"nomacs",
"py37-opencv4-devel",
"gd2",
"gle-graphics",
"QGLE",
"camlimages",
"audacity-legacy",
"p5.28-graphics-tiff",
"p5.30-graphics-tiff",
"p5.32-graphics-tiff",
"p5.34-graphics-tiff",
"libextractor",
"ResIL",
"olena",
"gnustep-gui",
"R-Cairo",
"lcms",
"libpano13",
"lprof",
"minidjvu",
"py27-tiff",
"molmol",
"stiff",
"yorick-yeti",
"xonclock",
"xplanet",
"okular",
"hugin-app",
"glob2",
"qt69-qtimageformats",
"poppler-qt4-mac",
"gmic",
"gmic-qt",
"gmic-gimp",
"gmic-clib",
"gmic-lib",
"xemacs",
"grafx2",
"py27-Pillow",
"py39-Pillow",
"py310-Pillow",
"py311-Pillow",
"py312-Pillow",
"py313-Pillow",
"py314-Pillow",
"qt53-qtimageformats",
"p5.28-gd",
"qt56-qtimageformats",
"p5.30-gd",
"p5.32-gd",
"p5.34-gd",
"R-ijtiff",
"gegl",
"luminance-hdr",
"blender",
"qt55-qtimageformats",
"py37-wxpython-4.0",
"libgeotiff",
"qt57-qtimageformats",
"qt58-qtimageformats",
"geeqie",
"gdk-pixbuf2-devel",
"qt59-qtimageformats",
"VLC2",
"libVLC2",
"vips",
"gdk-pixbuf2",
"Aseprite",
"gscan2pdf",
"digikam",
"scribus-devel",
"windowmaker",
"argyll",
"magicspp",
"R-imager",
"paraview",
"xdmf",
"py38-gmic",
"opendx",
"qt4-mac",
"djvulibre",
"gmtsar",
"qt5-qtimageformats",
"R",
"podofo-0.10",
"py310-imagecodecs",
"py311-imagecodecs",
"py312-imagecodecs",
"py313-imagecodecs",
"py314-imagecodecs",
"openslide",
"libdevil",
"love-0.7",
"ctlang",
"libsdl_image",
"gnudatalanguage",
"leptonica",
"liblas",
"orfeotoolbox",
"py311-orfeotoolbox",
"py310-orfeotoolbox",
"py312-orfeotoolbox",
"py313-orfeotoolbox",
"py39-opencv3",
"py39-opencv3-devel",
"py39-opencv4",
"py39-opencv4-devel",
"qt64-qtimageformats",
"qt67-qtimageformats",
"libgdiplus",
"qt68-qtimageformats",
"R-ragg",
"GraphicsMagick",
"chafa",
"py38-opencv4",
"grass",
"grass7",
"imlib2",
"proj7",
"proj8",
"proj9",
"ImageMagick",
"py310-imread",
"py311-imread",
"py312-imread",
"gegl-devel",
"py39-gmic",
"p5.28-alien-libtiff",
"p5.30-alien-libtiff",
"p5.32-alien-libtiff",
"p5.34-alien-libtiff",
"saga",
"xastir",
"py27-imread",
"py35-imread",
"py36-imread",
"py35-opencv3",
"p5.26-gd",
"lcms2",
"librasterlite2",
"opencv3",
"opencv3-devel",
"py27-opencv3",
"py310-opencv3",
"py311-opencv3",
"py27-opencv3-devel",
"py311-opencv3-devel",
"py310-opencv3-devel",
"vigra",
"vtk",
"gstreamer1-gst-plugins-bad",
"openjpeg",
"libsdl2_image",
"netpbm",
"sane-backends",
"ghostscript",
"qt513-qtimageformats",
"rawtherapee",
"gimp2",
"gimp2-devel",
"InsightToolkit",
"InsightToolkit4",
"py310-InsightToolkit",
"py311-InsightToolkit",
"py312-InsightToolkit",
"py313-InsightToolkit",
"py310-InsightToolkit4",
"py311-InsightToolkit4",
"py312-InsightToolkit4",
"py313-InsightToolkit4",
"OpenSceneGraph",
"OpenSceneGraph-devel",
"dcmtk",
"dcmtk-static",
"openimageio",
"qt6-qtimageformats",
"fox",
"gnuastro",
"openjpeg15",
"pbrt2",
"rawstudio",
"Io",
"opencv4",
"opencv4-devel",
"py310-opencv4",
"py311-opencv4",
"py312-opencv4",
"py313-opencv4",
"py314-opencv4",
"py310-opencv4-devel",
"py311-opencv4-devel",
"py312-opencv4-devel",
"py313-opencv4-devel",
"py39-imagecodecs",
"scribus",
"py39-wxpython-4.0",
"py311-wxpython-4.0",
"py310-wxpython-4.0",
"py312-wxpython-4.0",
"py313-wxpython-4.0",
"webp",
"mapnik"
]
},
{
"type": "test",
"ports": [
"qpdf"
]
}
]
},
{
"name": "tig",
"portdir": "devel/tig",
"version": "2.5.12",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://jonas.github.io/tig/",
"description": "A text interface to git repositories",
"long_description": "A text interface to git repositories",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "cal",
"github": "neverpanic",
"ports_count": 53
}
],
"variants": [
"doc"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"asciidoc",
"xmlto",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"git",
"libiconv",
"ncurses",
"pcre2",
"readline"
]
}
],
"depends_on": []
},
{
"name": "tigervnc",
"portdir": "x11/tigervnc",
"version": "1.14.1",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://tigervnc.org",
"description": "Advanced VNC implementation.",
"long_description": "TigerVNC is an advanced VNC implementation. It is based on the fourth generation of VNC. TigerVNC also includes features from the TightVNC and TurboVNC projects. This includes accelerated JPEG compression. TigerVNC supports the latest X.Org X server.",
"active": true,
"categories": [
"vnc",
"x11"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"gettext",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libjpeg-turbo",
"libpixman",
"fltk",
"gettext-runtime",
"libiconv",
"zlib",
"gnutls"
]
}
],
"depends_on": []
},
{
"name": "tightvnc",
"portdir": "x11/tightvnc",
"version": "1.3.10",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.tightvnc.com/",
"description": "Enhanced version of VNC",
"long_description": "This is an enhanced version of VNC, called TightVNC, which includes a lot of new features, improvements, optimizations and bugfixes over the original VNC version. Note that TightVNC is still free, cross-platform and compatible with the standard VNC. Many users agree that TightVNC is the most advanced free remote desktop package.",
"active": true,
"categories": [
"vnc",
"x11"
],
"maintainers": [],
"variants": [
"no_server"
],
"dependencies": [
{
"type": "build",
"ports": [
"imake",
"tradcpp",
"clang-9.0",
"gccmakedep"
]
},
{
"type": "lib",
"ports": [
"zlib",
"libjpeg-turbo",
"xorg-libXaw",
"xorg-libXp"
]
},
{
"type": "run",
"ports": [
"perl5"
]
}
],
"depends_on": []
},
{
"name": "tiki",
"portdir": "www/tiki",
"version": "19.1",
"license": "LGPL-2.1",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://tikiwiki.org",
"description": "php based wiki with lots of extra features",
"long_description": "TikiWiki is an open source web application which provides a full Wiki environment as well as Articles, Sections, User/Group Management (including optinal LDAP interaction), Polls and Quizzes, File and Image Galleries, Forums, Comments on many areas, Weblogs, and much more.",
"active": true,
"categories": [
"www"
],
"maintainers": [],
"variants": [
"php56",
"php70",
"php71",
"php72",
"php73"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "run",
"ports": [
"php73",
"php73-mysql"
]
}
],
"depends_on": []
},
{
"name": "tilde",
"portdir": "editors/tilde",
"version": "1.1.3",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://os.ghalkes.nl/",
"description": "Tilde is a text editor for the console/terminal, which provides an intuitive interface for people accustomed to GUI environments such as Gnome, KDE and Windows.",
"long_description": "Tilde is a text editor for the console/terminal, which provides an intuitive interface for people accustomed to GUI environments such as Gnome, KDE and Windows. For example, the short-cut to copy the current selection is Control-C, and to paste the previously copied text the short-cut Control-V can be used. As another example, the File menu can be accessed by pressing Meta-F. However, being a terminal-based program there are limitations. Not all terminals provide sufficient information to the client programs to make Tilde behave in the most intuitive way. When this is the case, Tilde provides work-arounds which should be easy to work with. The main audience for Tilde is users who normally work in GUI environments, but sometimes require an editor for a console/terminal environment. This may be because the computer in question is a server which does not provide a GUI, or is accessed remotely over SSH. Tilde allows these users to edit files without having to learn a completely new interface, such as vi or Emacs do. A result of this choice is that Tilde will not provide all the fancy features that Vim or Emacs provide, but only the most used features.",
"active": true,
"categories": [
"editors"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1018
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"libtool",
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libunistring",
"libtranscript",
"libt3highlight",
"libt3widget"
]
}
],
"depends_on": []
},
{
"name": "tiled",
"portdir": "devel/tiled",
"version": "0.9.1",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.mapeditor.org/",
"description": "general purpose tile map editor",
"long_description": "tiled is a general purpose tile map editor, built to be flexible and easy to use. In addition to its own map format, Tiled supports read/write plugins for using it with proprietary map formats or formats used by other editors.",
"active": true,
"categories": [
"aqua",
"devel",
"games"
],
"maintainers": [],
"variants": [
"universal",
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"qt4-mac",
"zlib"
]
}
],
"depends_on": []
},
{
"name": "tiledb",
"portdir": "databases/tiledb",
"version": "2.26.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://tiledb.com",
"description": "The universal storage engine",
"long_description": "The universal storage engine",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"debug",
"tests",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"gmake",
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"file",
"openssl3",
"bzip2",
"libfmt10",
"zstdConfig.cmake",
"lz4",
"zlib",
"spdlog"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"pdal-tiledb",
"R-tiledb"
]
}
]
},
{
"name": "tilemaker",
"portdir": "gis/tilemaker",
"version": "3.0.0",
"license": "FTWPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/systemed/tilemaker",
"description": "Make OpenStreetMap vector tiles without the stack",
"long_description": "Make OpenStreetMap vector tiles without the stack",
"active": true,
"categories": [
"gis"
],
"maintainers": [
{
"name": "sikmir",
"github": "sikmir",
"ports_count": 42
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"rapidjson",
"shapelib",
"zlib",
"boost176",
"lua",
"sqlite3",
"protobuf3-cpp"
]
}
],
"depends_on": []
},
{
"name": "tilp2",
"portdir": "math/tilp2",
"version": "1.18",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://lpg.ticalc.org/prj_tilp/",
"description": "Texas Instruments calculators linking program",
"long_description": "Program to communicate with Texas Instruments (TI) calculators, based on gtk2",
"active": true,
"categories": [
"math"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"pkgconfig",
"clang-9.0",
"groff",
"intltool"
]
},
{
"type": "lib",
"ports": [
"gettext",
"libiconv",
"gtk2",
"libglade2",
"libticables2",
"libticalcs2",
"libticonv",
"libtifiles2"
]
}
],
"depends_on": []
},
{
"name": "tilt",
"portdir": "devel/tilt",
"version": "0.31.1",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://tilt.dev/",
"description": "Run Kubernetes environments locally, for local development",
"long_description": "Tilt powers multi-service development and makes sure they behave! Run tilt up to work in a complete dev environment configured for your team. Tilt automates all the steps from a code change to a new process: watching files, building container images, and bringing your environment up-to-date. Think docker build && kubectl apply or docker-compose up.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"nodejs16",
"yarn",
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "timeleft",
"portdir": "sysutils/timeleft",
"version": "1.1.1",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://timeleft.mrhallway.me",
"description": "Display the time left of the day as a progress bar.",
"long_description": "Display the time left of the day as a progress bar.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1018
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "timeout",
"portdir": "sysutils/timeout",
"version": "1.19",
"license": "IPL-1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.porcupine.org/forensics/tct.html",
"description": "tct timeout",
"long_description": "timeout executes a command and imposes an elapsed time limit.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "ryandesign",
"github": "",
"ports_count": 218
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "timer",
"portdir": "sysutils/timer",
"version": "1.4.5",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/caarlos0/timer",
"description": "A `sleep` with progress",
"long_description": "A `sleep` with progress",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1018
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "timescaledb",
"portdir": "databases/timescaledb",
"version": "2.23.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.timescaledb.com/",
"description": "A time-series database that integrates with PostgreSQL.",
"long_description": "TimescaleDB is an open-source database designed to make SQL scalable for time-series data. It is engineered up from PostgreSQL, providing automatic partitioning across time and space (partitioning key), as well as full SQL support. TimescaleDB is packaged as a PostgreSQL extension.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "blair",
"github": "blair",
"ports_count": 26
}
],
"variants": [
"timescale_license"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"perl5.34",
"p5.34-ipc-run",
"clang-18"
]
},
{
"type": "extract",
"ports": [
null
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
"pg18-timescaledb"
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "timescaledb1",
"portdir": "databases/timescaledb1",
"version": "1.7.5",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.timescaledb.com/",
"description": "A time-series database that integrates with PostreSQL.",
"long_description": "TimescaleDB is an open-source database designed to make SQL scalable for time-series data. It is engineered up from PostgreSQL, providing automatic partitioning across time and space (partitioning key), as well as full SQL support. TimescaleDB is packaged as a PostgreSQL extension.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "blair",
"github": "blair",
"ports_count": 26
}
],
"variants": [
"postgresql96",
"postgresql10",
"postgresql11",
"postgresql12",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"postgresql12"
]
}
],
"depends_on": []
},
{
"name": "timespan",
"portdir": "sysutils/timespan",
"version": "2.2",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://timespan.sourceforge.net/",
"description": "calculates time between two specified dates",
"long_description": "Calculates time (days, hours, minutes, or seconds) between 1 Jan 1970 and the specified date or between two specified dates.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "time-track-cli",
"portdir": "office/time-track-cli",
"version": "1.2",
"license": "unknown",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dongola7/Time-Track-CLI",
"description": "Simple time tracking application using the CLI, in the spirit of todo.txt.",
"long_description": "In the spirit of TODO.TXT, this little Tcl script will handle tracking how much time you spend on tasks throughout the day. All records are stored in a plain text file so you're not dependent on anyone else's format.",
"active": true,
"categories": [
"office",
"tcl"
],
"maintainers": [
{
"name": "blair",
"github": "",
"ports_count": 2
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"tcllib",
"tcl"
]
}
],
"depends_on": []
},
{
"name": "time.txt",
"portdir": "office/time.txt",
"version": "1.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tazzben/time.txt",
"description": "Time.txt allows you to track and analyze your time (sheets) using plain text files.",
"long_description": "Time.txt allows you to track and analyze your time (sheets) using plain text files. With this tool you can see what your spending your time on, search based on categories, projects, number of hours, dates or some combination of the aforementioned list. The format of the time file is completely freeform and consistent with the GTD style of todos.",
"active": true,
"categories": [
"office"
],
"maintainers": [
{
"name": "bosmith",
"github": "tazzben",
"ports_count": 9
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-dateutil"
]
}
],
"depends_on": []
},
{
"name": "timewarrior",
"portdir": "office/timewarrior",
"version": "1.9.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://timewarrior.net",
"description": "Timewarrior is Free and Open Source Software that tracks time from the command line.",
"long_description": "Timewarrior is a time tracking utility that offers simple stopwatch features as well as sophisticated calendar-based backfill, along with flexible reporting.",
"active": true,
"categories": [
"office"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1018
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-20"
]
}
],
"depends_on": []
},
{
"name": "timg",
"portdir": "graphics/timg",
"version": "1.6.2",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://timg.sh/",
"description": "Terminal Image and Video Viewer",
"long_description": "A user-friendly terminal image viewer that uses graphic capabilities of terminals (Sixel, Kitty or iterm2), or 24-Bit color capabilities and unicode character blocks if these are not available.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "urkle",
"github": "urkle",
"ports_count": 1
}
],
"variants": [
"debug",
"librsvg",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libjpeg-turbo",
"librsvg",
"openslide",
"GraphicsMagick",
"webp",
"libdeflate",
"ffmpeg7",
"poppler",
"cairo",
"libexif"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"offpunk"
]
}
]
}
]
}