HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 49349,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=985",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=983",
"results": [
{
"name": "yabasic",
"portdir": "lang/yabasic",
"version": "2.86.7",
"license": "MIT",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "http://www.yabasic.de/",
"description": "yet another basic language",
"long_description": "Yabasic implements the most common and simple elements of the basic language. It comes with goto/gosub, with various loops, with user defined subroutines and Libraries. Yabasic does monochrome line graphics and printing.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"libffi",
"xorg-libX11",
"xorg-libXt",
"xorg-libsm"
]
}
],
"depends_on": []
},
{
"name": "yacas",
"portdir": "math/yacas",
"version": "1.9.1",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.yacas.org",
"description": "Yet Another Computer Algebra System",
"long_description": "YACAS is an easy to use, general purpose Computer Algebra System, a program for symbolic manipulation of mathematical expressions. It uses its own programming language designed for symbolic as well as arbitrary-precision numerical computations. The system has a library of scripts that implement many of the symbolic algebra operations – new algorithms can be easily added to the library.",
"active": true,
"categories": [
"math"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"gtest",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"perl5"
]
}
],
"depends_on": []
},
{
"name": "yadm",
"portdir": "sysutils/yadm",
"version": "3.3.0",
"license": "GPL-3+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://yadm.io",
"description": "Yet Another Dotfiles Manager",
"long_description": "yadm is a tool for managing dotfiles. yadm is like having a version of Git that only operates on your dotfiles. If you know how to use Git, you already know how to use yadm.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "laszlo",
"github": "lkollar",
"ports_count": 2
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "yaegi",
"portdir": "devel/yaegi",
"version": "0.16.1",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/traefik/yaegi",
"description": "Yaegi is Another Elegant Go Interpreter",
"long_description": "Yaegi is Another Elegant Go Interpreter. It powers executable Go scripts and plugins, in embedded interpreters or interactive shells, on top of the Go runtime. It has complete support for the Go specification, is written in Pure Go, and works everywhere Go works. All Go & runtime resources accessible from script (with control), and for security, unsafe and syscall packages are neither used nor exported by default.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1008
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "yafc",
"portdir": "net/yafc",
"version": "1.3.7",
"license": "(GPL-2+ or OpenSSLException)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sebastinas/yafc",
"description": "yafc is yet another ftp client",
"long_description": "yafc is yet another ftp client featuring cached directory listings, extensive tab completion, aliases, colored ls (i.e. ls --color, uses $LS_COLORS like GNU ls), automatic reconnect on timed out connections, recursive get/put/fxp/ls/rm, nohup mode transfers, multiple connections open simultaneously, tagging (queueing), very configurable, autologin and bookmarks, automagically enters nohup-mode when SIGHUP received (in get and put), redirection to local command or file, proxy support, Kerberos support (version 4 and 5, heimdal, kth-krb or MIT), SSH2 support (sftp).",
"active": true,
"categories": [
"net"
],
"maintainers": [],
"variants": [
"heimdal",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libssh",
"kerberos5",
"openssl",
"readline"
]
}
],
"depends_on": []
},
{
"name": "yafic",
"portdir": "sysutils/yafic",
"version": "1.2.2",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.saddi.com/software/yafic/",
"description": "Yet Another File Integrity Checker",
"long_description": "yafic is a file integrity checker, similar to programs like Tripwire, integrit, and AIDE.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"openssl"
]
}
],
"depends_on": []
},
{
"name": "yajl",
"portdir": "devel/yajl",
"version": "2.1.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://lloyd.github.io/yajl/",
"description": "Yet Another JSON Library.",
"long_description": "YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "benjaminlyu",
"github": "",
"ports_count": 1
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"kcat",
"yajl-fort",
"i3",
"raptor2",
"Io"
]
}
]
},
{
"name": "yajl-fort",
"portdir": "fortran/yajl-fort",
"version": "1.3",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/nncarlson/yajl-fort",
"description": "Modern Fortran interface to the YAJL library",
"long_description": "The YAJL-Fort package provides a modern object-oriented Fortran interface to the YAJL C library, which is an event-driven parser for JSON data streams.",
"active": true,
"categories": [
"fortran"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2563
}
],
"variants": [
"debug",
"clang10",
"clang11",
"clang12",
"clang13",
"clang14",
"clang20",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clang50",
"clang60",
"clang70",
"clang80",
"clang90",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gccdevel",
"gfortran",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17",
"gcc14"
]
},
{
"type": "lib",
"ports": [
"yajl",
"libgcc"
]
}
],
"depends_on": []
},
{
"name": "yakmo",
"portdir": "math/yakmo",
"version": "2015-01-21",
"license": "(GPL-2 or LGPL-2.1)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.tkl.iis.u-tokyo.ac.jp/~ynaga/yakmo/",
"description": "C++ implementation of robust, efficient alternative k-means clustering",
"long_description": "Yakmo implements robust, efficient k-means clustering with triangular inequality and smart initialization, while supporting alternative clustering outputs. The use of the triangular inequality allows k-means to skip unnecessary distance calculations, while the smart initialization by randomized seeding (k-means++) not only improves solution accuracy but also accelerates the algorithm convergence. In addition, you can obtain alternative clusterings via orthogonalization.",
"active": true,
"categories": [
"textproc",
"math"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "yamcha",
"portdir": "textproc/yamcha",
"version": "0.33",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.chasen.org/~taku/software/yamcha/",
"description": "Yet Another Multipurpose CHunk Annotator",
"long_description": "YamCha is a generic, customizable, and open source text chunker oriented toward a lot of NLP tasks, such as POS tagging, Named Entity Recognition, base NP chunking, and Text Chunking. YamCha is using a state-of-the-art machine learning algorithm called Support Vector Machines (SVMs), first introduced by Vapnik in 1995.",
"active": true,
"categories": [
"textproc",
"math"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5",
"TinySVM"
]
}
],
"depends_on": []
},
{
"name": "yaml-cpp",
"portdir": "devel/yaml-cpp",
"version": "0.8.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jbeder/yaml-cpp",
"description": "yaml-cpp is a YAML parser and emitter in C++ written around the YAML 1.2 spec",
"long_description": "yaml-cpp is a YAML parser and emitter in C++ written around the YAML 1.2 spec",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 587
}
],
"variants": [
"debug",
"tools",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"qdmr",
"aff4",
"opencolorio",
"ashuffle",
"kitlist",
"cantera",
"esmf",
"dcm2niix",
"libmamba",
"mongodb-devel",
"mongodb",
"squirrel-ime",
"librime-devel",
"clang-uml"
]
}
]
},
{
"name": "yamllint",
"portdir": "devel/yamllint",
"version": "1.35.1",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/adrienverge/yamllint",
"description": "A linter for YAML files.",
"long_description": "yamllint does not only check for syntax validity, but for weirdnesses like key repetition and cosmetic problems such as lines length, trailing spaces, indentation, etc.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 587
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-wheel",
"py313-build",
"py313-installer",
"py313-setuptools",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-pathspec",
"py313-yaml"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"ansible-lint"
]
}
]
},
{
"name": "yaml-mode.el",
"portdir": "editors/yaml-mode.el",
"version": "0.0.8",
"license": "GPL-2+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/yoshiki/yaml-mode",
"description": "An emacs major mode for editing yaml files.",
"long_description": "This is a major mode for editing files in the YAML data serialization format. It was initially developed by Yoshiki Kurihara and many features were added by Marshall Vandegrift. As YAML and Python share the fact that indentation determines structure, this mode provides indentation and indentation command behavior very similar to that of python-mode.",
"active": true,
"categories": [
"editors"
],
"maintainers": [
{
"name": "michael.dagitses",
"github": "",
"ports_count": 1
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"emacs"
]
}
],
"depends_on": []
},
{
"name": "yank",
"portdir": "sysutils/yank",
"version": "1.3.0",
"license": "MIT",
"platforms": "darwin linux freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mptre/yank",
"description": "Yank terminal output to clipboard",
"long_description": "The yank(1) utility reads input from stdin and display a selection interface that allows a field to be selected and copied to the clipboard. Fields are either recognized by a regular expression using the -g option or by splitting the input on a delimiter sequence using the -d option.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1008
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "yap",
"portdir": "lang/yap",
"version": "6.0.5",
"license": "Artistic-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.dcc.fc.up.pt/~vsc/yap/",
"description": "YAP Prolog compiler",
"long_description": "YAP is a high-performance Prolog compiler developed at CRACS/Universidade do Porto and at COPPE Sistemas/UFRJ. Its Prolog engine is based in the WAM (Warren Abstract Machine), with several optimizations for better performance. YAP follows the Edinburgh tradition, and is largely compatible with the ISO-Prolog standard and with Quintus and SICStus Prolog.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"condor",
"debug",
"java",
"tabling",
"threads",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"gmp",
"readline"
]
}
],
"depends_on": []
},
{
"name": "yap-app",
"portdir": "gnustep/yap-app",
"version": "0.2",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://web.archive.org/web/20100107003808/http://www.gnustep.it/marko/GPSText/",
"description": "Yap.app PostScript/PDF previewer",
"long_description": "A PostScript/PDF previewer and front end to the a2ps text formatting tool. Yap was formerly known as GPSText.",
"active": true,
"categories": [
"gnustep"
],
"maintainers": [],
"variants": [
"with_docs"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"gnustep-core"
]
},
{
"type": "run",
"ports": [
"ImageMagick",
"a2ps",
"psutils"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gnustep"
]
}
]
},
{
"name": "yap-devel",
"portdir": "lang/yap-devel",
"version": "6.0.7",
"license": "Artistic-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.dcc.fc.up.pt/~vsc/yap/",
"description": "YAP Prolog compiler",
"long_description": "YAP is a high-performance Prolog compiler developed at CRACS/Universidade do Porto and at COPPE Sistemas/UFRJ. Its Prolog engine is based in the WAM (Warren Abstract Machine), with several optimizations for better performance. YAP follows the Edinburgh tradition, and is largely compatible with the ISO-Prolog standard and with Quintus and SICStus Prolog.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"condor",
"debug",
"java",
"tabling",
"threads",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"gmp",
"readline"
]
}
],
"depends_on": []
},
{
"name": "yapf_select",
"portdir": "python/yapf_select",
"version": "0.1",
"license": "Permissive",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "common files for selecting default yapf version",
"long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of yapf.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py27-yapf",
"py35-yapf",
"py36-yapf",
"py39-yapf",
"py310-yapf",
"py311-yapf",
"py312-yapf",
"py313-yapf",
"py314-yapf",
"py37-yapf",
"py38-yapf"
]
}
]
},
{
"name": "yara",
"portdir": "security/yara",
"version": "4.5.4",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/VirusTotal/yara",
"description": "Malware identification and classification tool",
"long_description": "YARA is a tool aimed at helping malware researchers to identify and classify malware samples.",
"active": true,
"categories": [
"security"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"autoconf",
"automake",
"libtool",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"jansson",
"openssl",
"pcre",
"protobuf-c",
"libmagic"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py37-yara",
"py35-yara",
"py36-yara",
"py27-yara",
"py38-yara",
"py39-yara",
"py310-yara",
"py311-yara",
"py312-yara",
"py313-yara"
]
},
{
"type": "run",
"ports": [
"volatility"
]
}
]
},
{
"name": "yardradius",
"portdir": "net/yardradius",
"version": "1.0.21",
"license": "BSD and BSD-old",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://yardradius.sourceforge.net/",
"description": "yardradius is yet another radius server",
"long_description": "yardradius is yet another radius server",
"active": true,
"categories": [
"net"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"gdbm"
]
}
],
"depends_on": []
},
{
"name": "yarn",
"portdir": "devel/yarn",
"version": "1.22.22",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://yarnpkg.com/",
"description": "JavaScript dependency manager",
"long_description": "Created by Facebook to replace NPM, yarn boasts about its speed, security, and reliability. Most notably, yarn dependencies are installed deterministically, whereas NPM's dependencies are not.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "code",
"github": "jambonrose",
"ports_count": 1
},
{
"name": "isomarcte",
"github": "isomarcte",
"ports_count": 1
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "run",
"ports": [
"nodejs22"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"jitsi-meet-electron",
"beekeeper-studio",
"hyper",
"lens",
"edex-ui",
"py38-ipympl",
"vmd",
"grafana",
"prometheus",
"edencommon",
"py39-ipympl",
"py310-ipympl",
"py311-ipympl",
"omniawrite",
"tilt",
"teleport",
"influxdb",
"alan",
"zettlr"
]
}
]
},
{
"name": "yash",
"portdir": "shells/yash",
"version": "2.58.1",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://magicant.github.io/yash",
"description": "Yet Another Shell",
"long_description": "Yet another shell (yash) is a POSIX-compliant command line shell, featuring more strict POSIX compliance than those of other shells, as well as powerful command line editing.",
"active": true,
"categories": [
"shells"
],
"maintainers": [
{
"name": "larryv",
"github": "larryv",
"ports_count": 48
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"asciidoc",
"clang-17"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"gettext",
"ncurses"
]
}
],
"depends_on": []
},
{
"name": "yasm",
"portdir": "lang/yasm",
"version": "1.3.0",
"license": "(Artistic-1 or GPL-2+ or LGPL) and BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.tortall.net/projects/yasm/",
"description": "yasm - a modular bsd reimplementation of NASM",
"long_description": "A modular x86/amd64 assembler supporting NASM and GAS asm syntaxes and a variety of output formats. It is licensed under the 3-clause BSD license except the nasm preprocessor which is LGPL.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"gettext"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"mplayer-devel",
"svt-av1",
"godot",
"godot-3.2",
"mpir",
"mpir-devel",
"mozjs115",
"mozjs128",
"mythtv-core.27",
"MPlayer",
"aom",
"gimp-gap-devel",
"mozjs68",
"mozjs91",
"mozjs60",
"mythtv-core.28",
"libass",
"libass-devel",
"VeraCrypt",
"mozjs102",
"HandBrake",
"HandBrakeCLI",
"libvpx-devel",
"libvpx",
"gimp-gap",
"avidemux"
]
},
{
"type": "lib",
"ports": [
"udis86"
]
},
{
"type": "test",
"ports": [
"py36-distorm",
"py38-distorm",
"py27-distorm",
"py312-distorm",
"py37-distorm",
"py27-distnorm",
"py37-distnorm",
"py35-distorm",
"py38-distnorm"
]
}
]
},
{
"name": "yaws",
"portdir": "www/yaws",
"version": "2.0.6",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://yaws.hyber.org/",
"description": "Webserver for dynamic content written in Erlang",
"long_description": "Yaws is a high performance HTTP server for dynamic content written in Erlang. Pages can be dynamic with embedded erlang code. Yaws also features a built-in Wiki.",
"active": true,
"categories": [
"www"
],
"maintainers": [
{
"name": "ciserlohn",
"github": "ci42",
"ports_count": 35
}
],
"variants": [
"yapp",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"erlang",
"clang-14"
]
}
],
"depends_on": []
},
{
"name": "yaxt",
"portdir": "science/yaxt",
"version": "0.6.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.dkrz.de/redmine/projects/yaxt",
"description": "Yet Another eXchange Tool",
"long_description": "yaxt is a library for redistribution of data between two sets of processes on top of MPI with C and Fortran interfaces.",
"active": true,
"categories": [
"science",
"parallel"
],
"maintainers": [
{
"name": "takeshi",
"github": "tenomoto",
"ports_count": 54
}
],
"variants": [
"clang10",
"clang11",
"clang90",
"gcc10",
"gcc7",
"gcc9",
"mpich",
"openmpi",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"mpich-clang90"
]
}
],
"depends_on": []
},
{
"name": "yaz",
"portdir": "net/yaz",
"version": "5.35.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.indexdata.com/resources/software/yaz/",
"description": "toolkit for Z39.50/SRW/SRU clients and servers",
"long_description": "YAZ is a compact toolkit that provides access to the Z39.50 and SRW/SRU protocols, as well as a set of higher-level tools for implementing the server and client roles, respectively.",
"active": true,
"categories": [
"devel",
"net",
"databases"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"gnutls",
"icu",
"ncurses",
"zlib",
"libiconv",
"libxml2",
"libxslt",
"readline",
"hiredis"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-net-z3950-zoom",
"php53-yaz",
"php54-yaz",
"php55-yaz",
"php56-yaz",
"php70-yaz",
"php71-yaz",
"php72-yaz",
"php73-yaz",
"php74-yaz",
"php80-yaz",
"php81-yaz",
"php82-yaz",
"php83-yaz",
"p5.28-net-z3950-zoom",
"p5.32-net-z3950-zoom",
"p5.34-net-z3950-zoom",
"p5.30-net-z3950-zoom",
"pazpar2",
"zebra",
"metaproxy",
"yazpp",
"tellico"
]
}
]
},
{
"name": "yazi",
"portdir": "sysutils/yazi",
"version": "25.5.31",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://yazi-rs.github.io/",
"description": "Blazing fast terminal file manager written in Rust, based on async I/O.",
"long_description": "Yazi (means \"duck\") is a terminal file manager written in Rust, based on non-blocking async I/O. It aims to provide an efficient, user-friendly, and customizable file management experience. Yazi has full asynchronous support, powerful async task scheduling & management, built-in support for multiple image protocols, built-in code highlighting and image decoding, a concurrent plugin system, integration with fd, rg, fzf & zoxide, vim-like input/select and auto-completion for cd paths, multi-tab support, scrollable preview, bulk renaming, visual mode, file chooser, theme system, custom layouts and more!",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1008
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "yazpp",
"portdir": "net/yazpp",
"version": "1.8.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.indexdata.com/yazpp",
"description": "C++ API for Yaz toolkit for Z39.50/SRW/SRU clients and servers",
"long_description": "YAZ is a compact toolkit that provides access to the Z39.50 and SRW/SRU protocols, as well as a set of higher-level tools for implementing the server and client roles, respectively. This is the C++ API.",
"active": true,
"categories": [
"devel",
"net",
"databases"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"yaz"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"metaproxy",
"yazproxy"
]
}
]
},
{
"name": "yazproxy",
"portdir": "net/yazproxy",
"version": "1.3.12",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.indexdata.com/yazproxy",
"description": "Proxy server for Z39.50/SRW/SRU clients and servers",
"long_description": "YAZ Proxy is highly configurable and can be used in a number of different applications, ranging from debugging Z39.50-based applications and protecting overworked servers, to improving the performance of stateless WWW/Z39.50 gateways.",
"active": true,
"categories": [
"devel",
"net",
"databases"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"yazpp"
]
}
],
"depends_on": []
},
{
"name": "ydiff",
"portdir": "textproc/ydiff",
"version": "1.4.2",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ymattw/ydiff",
"description": "View colored, incremental diff in workspace or from stdin with side by side and auto pager support",
"long_description": "View colored, incremental diff in workspace or from stdin with side by side and auto pager support",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1008
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py312-build",
"py312-installer",
"py312-setuptools",
"py312-wheel"
]
},
{
"type": "lib",
"ports": [
"python312"
]
}
],
"depends_on": []
},
{
"name": "yelp",
"portdir": "gnome/yelp",
"version": "40.2",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://wiki.gnome.org/Apps/Yelp",
"description": "Help browser for GNOME.",
"long_description": "Yelp is the default help browser for the GNOME desktop. Yelp provides a simple graphical interface for viewing DocBook, HTML, man, and info formatted documentation.",
"active": true,
"categories": [
"gnome"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2695
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"itstool",
"gtk-doc",
"appstream-glib",
"autoconf",
"automake",
"gettext",
"libtool",
"pkgconfig"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"bzip2",
"xz",
"sqlite3",
"glib2",
"libhandy",
"desktop-file-utils",
"gtk3",
"yelp-xsl",
"webkit2-gtk"
]
},
{
"type": "run",
"ports": [
"gnome-user-docs",
"gnome-getting-started-docs",
"adwaita-icon-theme"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gnome3-core"
]
},
{
"type": "run",
"ports": [
"conglomerate",
"gconf-editor",
"gmdb2",
"gnomeicu",
"baobab",
"gnome-chess",
"empathy",
"frogr",
"gthumb",
"seahorse",
"gnome-music",
"gnome-photos",
"evince",
"ghex",
"glom",
"gnome-calculator",
"gnome-system-monitor",
"gnome-terminal",
"gucharmap",
"gedit",
"meld",
"gobby",
"gnome-dictionary",
"gnome-maps",
"gnotime",
"eog",
"gnome3-core",
"totem",
"libgda5",
"anjuta",
"balsa",
"glabels",
"gnome-calendar",
"gnome-chemistry-utils",
"gnome-control-center",
"gnome-internet-radio-locator",
"gnome-panel",
"gnome-sudoku",
"gnome-system-log",
"gnome-weather",
"gnumeric",
"gtk-internet-radio-locator",
"gtk-radio",
"xchat-gnome",
"teg",
"oregano",
"mtn-browse",
"gnucash-docs"
]
}
]
},
{
"name": "yelp-tools",
"portdir": "gnome/yelp-tools",
"version": "40.0",
"license": "GPL-2+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://wiki.gnome.org/Apps/Yelp/Tools",
"description": "Tools to help create Yelp documentation.",
"long_description": "yelp-tools is a collection of scripts and build utilities to help create, manage, and publish documentation for Yelp and the web.",
"active": true,
"categories": [
"gnome"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2695
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"ninja",
"pkgconfig",
"clang-17",
"meson"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"yelp-xsl",
"python312",
"py312-lxml"
]
},
{
"type": "run",
"ports": [
"itstool",
"libxml2",
"libxslt"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"gtk-radio",
"gingerblue",
"baobab",
"gnome-chess",
"empathy",
"gthumb",
"seahorse",
"gtk-internet-radio-locator",
"parabolic",
"gnome-music",
"gnome-photos",
"ghex",
"glom",
"gnome-system-monitor",
"gnome-terminal",
"viking",
"easytag",
"easytag-devel",
"stardict",
"libgda5",
"glade3",
"anjuta",
"balsa",
"glabels",
"gnome-applets",
"gnome-internet-radio-locator",
"gnome-panel",
"gnome-sudoku",
"gnome-system-log"
]
},
{
"type": "lib",
"ports": [
"gnome3-core"
]
},
{
"type": "run",
"ports": [
"gnome3-core"
]
}
]
},
{
"name": "yelp-xsl",
"portdir": "gnome/yelp-xsl",
"version": "40.2",
"license": "GPL-2 and LGPL-2.1",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://wiki.gnome.org/Apps/Yelp",
"description": "A collection of XSLT and other data files required by Yelp.",
"long_description": "yelp-xsl contains various XSLT files for transforming DocBook, Mallard, and other formats as required by Yelp.",
"active": true,
"categories": [
"gnome"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2695
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"gettext",
"pkgconfig",
"itstool",
"libiconv",
"libxml2",
"libxslt"
]
},
{
"type": "extract",
"ports": [
"xz"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gnome3-core",
"yelp-tools",
"yelp"
]
},
{
"type": "run",
"ports": [
"gnome3-core"
]
}
]
},
{
"name": "yencode",
"portdir": "news/yencode",
"version": "0.46",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://web.archive.org/web/20051221043535/http://www.yencode.org/",
"description": "yENC encoder/decoder",
"long_description": "This is yencode, an encoder/decoder package for the Usenet \"yENC\" format.",
"active": true,
"categories": [
"sysutils",
"news"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"libiconv"
]
}
],
"depends_on": []
},
{
"name": "yersinia",
"portdir": "net/yersinia",
"version": "0.8.2",
"license": "unknown",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tomac/yersinia",
"description": "Solid framework for analyzing and testing the deployed networks and systems.",
"long_description": "Yersinia is a network tool designed to take advantage of some weakeness in different network protocols. It pretends to be a solid framework for analyzing and testing the deployed networks and systems. Currently, there are some network protocols implemented, but others are coming (tell us which one is your preferred). Attacks for the following network protocols are implemented (but of course you are free for implementing new ones): Spanning Tree Protocol (STP) Cisco Discovery Protocol (CDP) Dynamic Trunking Protocol (DTP) Dynamic Host Configuration Protocol (DHCP) Hot Standby Router Protocol (HSRP) IEEE 802.1Q IEEE 802.1X Inter-Switch Link Protocol (ISL) VLAN Trunking Protocol (VTP)",
"active": true,
"categories": [
"net",
"security"
],
"maintainers": [],
"variants": [
"gtk",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ncurses",
"libnet",
"libpcap"
]
}
],
"depends_on": []
},
{
"name": "yewtube",
"portdir": "net/yewtube",
"version": "2.12.0",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mps-youtube/yewtube",
"description": "Terminal-based YouTube player and downloader",
"long_description": "Terminal-based YouTube player and downloader. No Youtube API key required.",
"active": true,
"categories": [
"net",
"multimedia"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py312-build",
"py312-installer",
"py312-setuptools",
"py312-wheel"
]
},
{
"type": "lib",
"ports": [
"youtube-search-python",
"desktop-file-utils",
"py312-pylast",
"yt-dlp",
"python312",
"py312-requests",
"py312-pyperclip"
]
}
],
"depends_on": []
},
{
"name": "yggdrasil-go",
"portdir": "net/yggdrasil-go",
"version": "0.5.12",
"license": "LGPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/yggdrasil-network/yggdrasil-go",
"description": "An experiment in scalable routing as an encrypted IPv6 overlay network",
"long_description": "Yggdrasil is an early-stage implementation of a fully end-to-end encrypted IPv6 network. It is lightweight, self-arranging, supported on multiple platforms and allows pretty much any IPv6-capable application to communicate securely with other Yggdrasil nodes.",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "l2dy",
"github": "l2dy",
"ports_count": 96
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "yices",
"portdir": "math/yices",
"version": "2.6.5",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://yices.csl.sri.com",
"description": "The Yices SMT Solver",
"long_description": "The Yices SMT Solver",
"active": true,
"categories": [
"math"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2563
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"gperf",
"libtool",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"gmp"
]
}
],
"depends_on": []
},
{
"name": "yj",
"portdir": "textproc/yj",
"version": "1.2.4",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/bruceadams/yj",
"description": "Command line tool that converts YAML to JSON",
"long_description": "Command line tool that converts YAML to JSON",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1008
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "ykpers",
"portdir": "security/ykpers",
"version": "1.20.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://developers.yubico.com/yubikey-personalization/",
"description": "Easily personalize Yubico's USB keys.",
"long_description": "Yubico's USB keys (called Yubikeys) need to be personalized. This project's purpose is to create a library that makes this an easy task.",
"active": true,
"categories": [
"security"
],
"maintainers": [
{
"name": "cal",
"github": "neverpanic",
"ports_count": 52
},
{
"name": "snc",
"github": "nerdling",
"ports_count": 155
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"libyubikey"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"KeePassXC",
"KeePassXC-devel",
"yubico-pam"
]
}
]
},
{
"name": "yodl",
"portdir": "textproc/yodl",
"version": "3.05.01",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://yodl.sourceforge.net",
"description": "Your Own Document Language",
"long_description": "Yodl is a package implementing a pre-document language and tools to process it. The idea of Yodl is that you write up a document in a pre-language, then use the tools to convert it to some final document language. Current converters are for HTML, man, LaTeX, a poor-man's text converter and an experimental XML converter. Main document types are 'article', 'report', 'book', 'letter' and 'manpage'. The Yodl document language is designed to be easy to use and extensible.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "larryv",
"github": "larryv",
"ports_count": 48
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"icmake",
"clang-14"
]
}
],
"depends_on": []
},
{
"name": "yorick",
"portdir": "science/yorick",
"version": "2.2.04",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://software.llnl.gov/yorick-doc/",
"description": "Interpreted language and scientific graphics",
"long_description": "An interpreted programming language for numerical computations, scientific data processing and visualisation.",
"active": true,
"categories": [
"science",
"yorick"
],
"maintainers": [
{
"name": "thibaut",
"github": "paumard",
"ports_count": 42
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"xorg-libX11"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-gyoto",
"yorick-optimpack",
"yorick-yeti",
"yorick-svipc",
"py38-gyoto",
"py37-gyoto",
"yorick-av",
"yorick-cubeview",
"yorick-gl",
"yorick-gy",
"yorick-hdf5",
"yorick-imutil",
"yorick-ml4",
"yorick-mpeg",
"yorick-soy",
"yorick-spydr",
"yorick-yao",
"yorick-yutils",
"yorick-z",
"py35-gyoto"
]
},
{
"type": "run",
"ports": [
"py312-pyorick",
"py35-pyorick",
"py36-pyorick",
"py37-pyorick",
"py27-pyorick"
]
}
]
},
{
"name": "yorick-av",
"portdir": "science/yorick-av",
"version": "0.0.5",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://paumard.github.io/yorick-av/",
"description": "Write movies to various formats from within Yorick",
"long_description": "This plug-in links against FFmpeg to allow writing movies in various popular formats directly from within Yorick.",
"active": true,
"categories": [
"science",
"multimedia",
"yorick"
],
"maintainers": [
{
"name": "thibaut",
"github": "paumard",
"ports_count": 42
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"ffmpeg",
"yorick"
]
}
],
"depends_on": []
},
{
"name": "yorick-cubeview",
"portdir": "science/yorick-cubeview",
"version": "2.2",
"license": "GPL-2+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/paumard/yorick-cubeview",
"description": "3D FITS data viewer specialized in spectro-imaging",
"long_description": "Cubeview is a viewer for 3D data store in FITS files, a file format extensively used among astronomers. It is specialized in displaying spectro-imaging data but can be used to do basic visualization on any FITS file containing a 3D array. Cubeview features a stand-alone graphical user interface which adheres to the GTK+ look-and-feel. Being written in Yorick, it is inherently scriptable. A system of hooks allows custom actions to be repeated automatically when certain events occur.",
"active": true,
"categories": [
"science",
"yorick"
],
"maintainers": [
{
"name": "thibaut",
"github": "paumard",
"ports_count": 42
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"yorick"
]
},
{
"type": "run",
"ports": [
"yorick-gy",
"yorick-yutils"
]
}
],
"depends_on": []
},
{
"name": "yorick-gl",
"portdir": "science/yorick-gl",
"version": "1.1.0.git20120925",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://maumae.net/yorick/doc/plugins.php",
"description": "OpenGL 3D graphics support for the Yorick language",
"long_description": "This is a compiled add-on for yorick (an interpreted computer language specialized for numerical and scientific problems). Yorick-gl adds support for OpenGL 3D graphics.",
"active": true,
"categories": [
"science",
"yorick"
],
"maintainers": [
{
"name": "thibaut",
"github": "paumard",
"ports_count": 42
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"yorick",
"mesa"
]
}
],
"depends_on": []
},
{
"name": "yorick-gy",
"portdir": "science/yorick-gy",
"version": "0.0.5",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/paumard/yorick-gy/",
"description": "GObject Introspection and Gtk bindings for Yorick",
"long_description": "This plug-in uses gobject-introspection to provide Yorick with bindings for various libraries (in particular Gtk 3).",
"active": true,
"categories": [
"science",
"yorick"
],
"maintainers": [
{
"name": "thibaut",
"github": "paumard",
"ports_count": 42
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"gobject-introspection",
"yorick"
]
},
{
"type": "run",
"ports": [
"gtk3"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"Gyoto",
"py37-gyoto",
"py38-gyoto",
"yorick-cubeview",
"py35-gyoto",
"py36-gyoto"
]
}
]
},
{
"name": "yorick-hdf5",
"portdir": "science/yorick-hdf5",
"version": "0.8.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://maumae.net/yorick/doc/plugins.php",
"description": "Hierarchical Data Format 5 interface for Yorick",
"long_description": "HDF5 is the yorick interface plugin to the NCSA Hierarchical Data Format version 5. It includes function for reading, writing, updating, getting information on HDF5 files.",
"active": true,
"categories": [
"science",
"yorick"
],
"maintainers": [
{
"name": "thibaut",
"github": "paumard",
"ports_count": 42
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"hdf5",
"yorick"
]
},
{
"type": "run",
"ports": [
"yorick-yutils"
]
}
],
"depends_on": []
},
{
"name": "yorick-imutil",
"portdir": "science/yorick-imutil",
"version": "0.5.7",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://maumae.net/yorick/doc/plugins.php",
"description": "Fast image manipulation routines for the Yorick language",
"long_description": "Compiled routines for basic but fast image manipulation in yorick (an interpreted computer language specialized for numerical and scientific problems). Includes 2d bilinear and spline2 interpolation, clipping, 2d dist generator, binning, image rotation, cartesian to polar coordinate transform, gaussian and poisson random generator, fast sort and fast median.",
"active": true,
"categories": [
"science",
"yorick"
],
"maintainers": [
{
"name": "thibaut",
"github": "paumard",
"ports_count": 42
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"yorick"
]
},
{
"type": "run",
"ports": [
"yorick-yutils"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"yorick-yao"
]
}
]
},
{
"name": "yorick-ml4",
"portdir": "science/yorick-ml4",
"version": "0.6.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://maumae.net/yorick/doc/plugins.php",
"description": "Matlab 4 file format support fo Yorick",
"long_description": "This plug-in gives read/write access to files saved in the Matlab 4 format.",
"active": true,
"categories": [
"science",
"yorick"
],
"maintainers": [
{
"name": "thibaut",
"github": "paumard",
"ports_count": 42
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"yorick"
]
}
],
"depends_on": []
},
{
"name": "yorick-mpeg",
"portdir": "science/yorick-mpeg",
"version": "0.1",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dhmunro/yorick-mpeg",
"description": "Write MPEG-1 movies from Yorick",
"long_description": "This is a standalone mpeg movie encoder for Yorick. In contrast to yorick-av, yorick-mpeg has no external dependency: it is therefore easy to install and won't break with every change of the FFmpeg API. On the other hand, it can only produce MPEG-1 movies.",
"active": true,
"categories": [
"science",
"multimedia",
"yorick"
],
"maintainers": [
{
"name": "thibaut",
"github": "paumard",
"ports_count": 42
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"yorick"
]
}
],
"depends_on": []
}
]
}