HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 51949,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=45",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=43",
"results": [
{
"name": "htmldoc",
"portdir": "textproc/htmldoc",
"version": "1.9.18",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/michaelrsweet/htmldoc",
"description": "Converts HTML or Markdown files to various other formats",
"long_description": "HTMLDOC is a program that reads HTML and Markdown source files or web pages and generates corresponding EPUB, HTML, PostScript, or PDF files with an optional table of contents.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"zlib",
"libjpeg-turbo",
"libpng"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py27-chm2pdf"
]
}
]
},
{
"name": "html2text",
"portdir": "textproc/html2text",
"version": "2.4.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gitlab.com/grobian/html2text",
"description": "Utility to convert HTML documents into plain text.",
"long_description": "html2text is a command line utility, written in C++, that converts HTML documents into plain text. Each HTML document is loaded from a location indicated by a URI or read from standard input, and formatted into a stream of plain text characters that is written to standard output or into an output file. The input URI may specify a remote site from which the documents are loaded via the Hypertext Transfer Protocol (HTTP).",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2085
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"bison",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"curl",
"libiconv"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"balsa"
]
}
]
},
{
"name": "html-xml-utils",
"portdir": "textproc/html-xml-utils",
"version": "8.6",
"license": "W3C",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.w3.org/Tools/HTML-XML-utils/",
"description": "A number of simple utilties for manipulating HTML and XML files.",
"long_description": "A number of simple utilties for manipulating HTML and XML files.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openssl",
"libidn",
"zlib",
"libiconv",
"nghttp2",
"curl"
]
}
],
"depends_on": []
},
{
"name": "html",
"portdir": "textproc/html",
"version": "4.01",
"license": "unknown",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.w3.org/",
"description": "All W3C published SGML DTDs for HTML",
"long_description": "SGML DTDs for HTML level 0, 1, 2, 3.2, and 4.0 as defined by the World Wide Web Consortium (W3C). These DTDs are useful for validating or processing world wide web pages with SGML tools such as those in the opensp and openjade ports.",
"active": true,
"categories": [
"textproc",
"www"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"mkcatalog"
]
}
],
"depends_on": []
},
{
"name": "histo",
"portdir": "textproc/histo",
"version": "0.0.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tj/histo",
"description": "Plot histograms in the terminal with arbitrary streaming or non-streaming data.",
"long_description": "Plot histograms in the terminal with arbitrary streaming or non-streaming data.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "hindent",
"portdir": "textproc/hindent",
"version": "6.2.0",
"license": "Restrictive/Distributable",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mihaimaruseac/hindent",
"description": "Extensible Haskell pretty printer.",
"long_description": "Extensible Haskell pretty printer.",
"active": true,
"categories": [
"textproc",
"haskell"
],
"maintainers": [],
"variants": [
"stack"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"file",
"grep",
"gsed",
"cctools",
"openssl",
"cabal",
"ghc"
]
},
{
"type": "lib",
"ports": [
"libiconv",
"gmp"
]
},
{
"type": "patch",
"ports": [
"cabal"
]
}
],
"depends_on": []
},
{
"name": "hgrep",
"portdir": "textproc/hgrep",
"version": "0.3.9",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rhysd/hgrep",
"description": "Human-friendly Grep",
"long_description": "hgrep is a grep tool to search files with given pattern and print the matched code snippets with human-friendly syntax highlighting. In short, it's a fusion of bat and grep or other alternatives like ripgrep. This is similar to -C option of grep command, but hgrep focuses on human readable outputs. hgrep is useful to survey the matches with contexts around them. When some matches are near enough, hgrep prints the lines within one code snippet. Unlike grep -C, hgrep adopts some heuristics around blank lines to determine efficient number of context lines.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1054
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind",
"pcre2"
]
}
],
"depends_on": []
},
{
"name": "highlight",
"portdir": "textproc/highlight",
"version": "4.19",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://andre-simon.de/doku/highlight/en/highlight.php",
"description": "converts source code to formatted text with syntax highlighting",
"long_description": "converts source code to formatted text with syntax highlighting",
"active": true,
"categories": [
"devel",
"textproc"
],
"maintainers": [
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 271
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cctools",
"pkgconfig",
"boost187",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"lua"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"stog"
]
}
]
},
{
"name": "hexdiff",
"portdir": "textproc/hexdiff",
"version": "0.0.50",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://tboudet.free.fr/hexdiff/",
"description": "displays differences between two binary files",
"long_description": "Visuel Hexdiff is a curses-based application designed to make it easy to visually detect the differences between two binary files",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "ryandesign",
"github": "",
"ports_count": 100
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ncurses"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"gutils-suite-core"
]
}
]
},
{
"name": "hevea",
"portdir": "textproc/hevea",
"version": "2.38",
"license": "(QPL or LGPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://hevea.inria.fr/",
"description": "HEVEA is a quite complete and fast LATEX to HTML translator.",
"long_description": "HEVEA is a LaTeX to HTML translator. The input language is a fairly complete subset of LaTeX2e (old LaTeX style is also accepted) and the output language is HTML that is (hopefully) correct with respect to version 4.0 (transitional)",
"active": true,
"categories": [
"textproc",
"www",
"tex"
],
"maintainers": [
{
"name": "pmetzger",
"github": "pmetzger",
"ports_count": 22
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"ocaml",
"ocaml-ocamlbuild",
"clang-18"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"bibtex2html"
]
}
]
},
{
"name": "help2man",
"portdir": "textproc/help2man",
"version": "1.49.3",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/help2man/",
"description": "automatically generate simple man pages",
"long_description": "help2man is a tool for automatically generating simple manual pages from program output.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 433
}
],
"variants": [
"perl5_28",
"perl5_30",
"perl5_32",
"perl5_34",
"perl5_36",
"perl5_38",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"gettext",
"clang-18"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libiconv",
"p5.34-locale-gettext",
"perl5.34",
"gettext-runtime"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py36-lalsimulation",
"py27-obspy",
"py35-obspy",
"py36-obspy",
"py37-lalsimulation",
"py27-lalsimulation",
"py38-lalsimulation",
"py37-obspy",
"py39-obspy",
"py38-obspy",
"deark",
"gnutar",
"lzlib",
"autoconf263",
"svndigest",
"zile",
"simulavr",
"gpodder",
"enblend",
"vala",
"vala-devel",
"sympow",
"mp4v2",
"a2ps",
"py310-obspy",
"py311-obspy",
"py312-obspy",
"py313-obspy",
"py314-obspy",
"bladeRF",
"dsd",
"lalsimulation",
"py312-lalsimulation",
"octave-lalsimulation",
"sbsat",
"verilator",
"veriwell",
"libp11",
"libu2f-server",
"openpace",
"opensc",
"yubico-c-client",
"yubico-piv-tool",
"fatsort",
"mediaextract",
"texinfo",
"pango",
"pango-devel",
"xournalpp"
]
}
]
},
{
"name": "heirloom-doctools",
"portdir": "textproc/heirloom-doctools",
"version": "191015",
"license": "CDDL-1.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://n-t-roff.github.io/heirloom/doctools",
"description": "troff, nroff, and related utilities",
"long_description": "The Heirloom Documentation Tools package provides troff, nroff, and related utilities to format manual pages and other documents for output on terminals and printers.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "makr",
"github": "mohd-akram",
"ports_count": 84
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"wiggle"
]
}
]
},
{
"name": "hck",
"portdir": "textproc/hck",
"version": "0.11.5",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sstadick/hck",
"description": "A sharp cut(1) clone",
"long_description": "hck is a shortening of hack, a rougher form of cut. A close to drop-in replacement for cut that can use a regex delimiter instead of a fixed string. Additionally this tool allows for specification of the order of the output columns using the same column selection syntax as cut. No single feature of hck on its own makes it stand out over awk, cut, xsv or other such tools. Where hck excels is making common things easy, such as reordering output fields, or splitting records on a weird delimiter. It is meant to be simple and easy to use while exploring datasets.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1054
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"cmake",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "hcl2json",
"portdir": "textproc/hcl2json",
"version": "0.6.9",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tmccombs/hcl2json",
"description": "Convert HCL2 to json",
"long_description": "This is a tool to convert from HCL to json, to make it easier for non-Go applications and scripts to process HCL inputs (such as terraform config).",
"active": true,
"categories": [
"sysutils",
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1054
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "gsed",
"portdir": "textproc/gsed",
"version": "4.10",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/sed/",
"description": "GNU version of the stream editor, sed",
"long_description": "Sed (streams editor) isn't really a true text editor or text processor. Instead, it is used to filter text, i.e., it takes text input and performs some operation (or set of operations) on it and outputs the modified text. Sed is typically used for extracting part of a file using pattern matching or substituting multiple occurrences of a string within a file.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1419
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"gettext",
"clang-18"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libiconv",
"gettext-runtime"
]
},
{
"type": "run",
"ports": [
"texinfo"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"swig-lua",
"swig-ocaml",
"swig-octave",
"swig-perl",
"swig-php",
"swig-python",
"swig-r",
"swig-ruby",
"swig-tcl",
"swig3-chicken",
"swig3-clisp",
"swig3-csharp",
"swig3-d",
"swig3-gcj",
"swig3-go",
"swig3-guile",
"swig3-java",
"swig3-lua",
"swig3-ocaml",
"swig3-octave",
"swig3-perl",
"swig3-php",
"swig3-pike",
"swig3-python",
"swig3-r",
"swig3-ruby",
"swig3-tcl",
"ustl",
"poedit",
"hledger",
"hledger-iadd",
"ufo-ai",
"racket",
"mod_mono",
"stack",
"unison-lang",
"mod_authn_otp",
"maxima",
"maxima-devel",
"octave",
"tsduck",
"matterhorn",
"mcabber",
"pidgin",
"libpurple",
"finch",
"rygel",
"blackbox",
"balsa",
"gnome-system-monitor",
"gnumeric",
"pure-gen",
"libsecret",
"liquid-dsp",
"mm-common",
"mmdb",
"ftgl",
"openvas-libnasl",
"openvas-plugins",
"ngs",
"OpenIPMI",
"libhsts",
"libvirt",
"lirc",
"squashfs-tools",
"adblock2privoxy",
"boxes",
"erd",
"hindent",
"lhs2tex",
"pandoc",
"pandoc-citeproc",
"pxsl-tools",
"gimp-help-en",
"libopenraw",
"libopenraw-legacy",
"pdf2djvu",
"xfig",
"cabal",
"gf-core",
"ghc",
"hadrian",
"guile-2.2",
"guile-3.0",
"mlton",
"riscv64-unknown-linux-musl-libc",
"riscv64-unknown-linux-uclibc-libc",
"riscv-linux-kernel-headers-5.10",
"swig-chicken",
"swig-clisp",
"swig-pike",
"atool",
"HaXml",
"aeson-pretty",
"alex",
"swig-gcj",
"cpphs",
"darcs",
"git-annex",
"gvfs",
"hadolint",
"happy",
"haskell-language-server",
"haskell-stan",
"hlint",
"hscolour",
"ihaskell",
"riscv64-unknown-linux-gnu-libc",
"shellcheck",
"swig",
"swig3",
"swig-csharp",
"swig-d",
"swig-go",
"swig-guile",
"swig-java"
]
},
{
"type": "lib",
"ports": [
"memesuite",
"bashunit",
"quilt",
"php85",
"php85-apache2handler",
"php85-cgi",
"php85-fpm",
"php84",
"php84-apache2handler",
"php84-cgi",
"php84-fpm",
"php83",
"php83-apache2handler",
"php83-cgi",
"php83-fpm",
"php82",
"php82-apache2handler",
"php82-cgi",
"php82-fpm",
"php81",
"php81-apache2handler",
"php81-cgi",
"php81-fpm",
"php80",
"php80-apache2handler",
"php80-cgi",
"php80-fpm",
"php74",
"php74-apache2handler",
"php74-cgi",
"php74-fpm",
"php73",
"php73-apache2handler",
"php73-cgi",
"php73-fpm",
"php72",
"php72-apache2handler",
"php72-cgi",
"php72-fpm",
"php71",
"php71-apache2handler",
"php71-cgi",
"php71-fpm",
"php70",
"php70-apache2handler",
"php70-cgi",
"php70-fpm",
"php56",
"php56-apache2handler",
"php56-cgi",
"php56-fpm",
"php55",
"php55-apache2handler",
"php55-cgi",
"php55-fpm",
"php54",
"php54-apache2handler",
"php54-cgi",
"php54-fpm",
"php53",
"php53-apache2handler",
"php53-cgi",
"php53-fpm",
"php52",
"php52-apache2handler",
"php52-cgi",
"p5.28-config-autoconf",
"p5.30-config-autoconf",
"p5.32-config-autoconf",
"p5.34-config-autoconf",
"arb",
"p5.26-config-autoconf",
"swarm",
"xlsx2csv"
]
},
{
"type": "run",
"ports": [
"gutils-suite-core",
"lbdb",
"mod_tile"
]
},
{
"type": "test",
"ports": [
"bibclean",
"ragel-devel"
]
}
]
},
{
"name": "grutatxt",
"portdir": "textproc/grutatxt",
"version": "2.0.15",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.triptico.com/software/grutatxt.html",
"description": "plain text to html converter",
"long_description": "grutatxt is a plain text to HTML (and other formats) converter. It succesfully converts subtle text markup to lists, bold, italics, tables and headings to their corresponding HTML, troff or man page markup without having to write unreadable source text files. Grutatxt is a perl module and a command line utility.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": []
},
{
"name": "gron",
"portdir": "textproc/gron",
"version": "0.7.1",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tomnomnom/gron",
"description": "Make JSON greppable!",
"long_description": "gron transforms JSON into discrete assignments to make it easier to grep for what you want and see the absolute 'path' to it. It eases the exploration of APIs that return large blobs of JSON but have terrible documentation.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1054
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "grex",
"portdir": "textproc/grex",
"version": "1.4.6",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pemistahl/grex",
"description": "Generate regular expressions from user-provided test cases",
"long_description": "grex is a library as well as a command-line utility that is meant to simplify the often complicated and tedious task of creating regular expressions. It does so by automatically generating a single regular expression from user-provided test cases. The resulting expression is guaranteed to match the test cases which it was generated from.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1054
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "grc",
"portdir": "textproc/grc",
"version": "1.13",
"license": "GPL-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/garabik/grc",
"description": "Generic Colouriser for colourising logfiles and output of commands",
"long_description": "Generic Colouriser makes text files or outputs of different programs more readable by inserting ANSI colour control codes into them. It provides the grc and grcat Python scripts for filtering text output and colourising it.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools",
"py314-wheel"
]
},
{
"type": "lib",
"ports": [
"python314"
]
}
],
"depends_on": []
},
{
"name": "gpsbabel-app",
"portdir": "textproc/gpsbabel",
"version": "1.7.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gpsbabel.org",
"description": "GPSBabel converts/uploads GPS waypoints, tracks, and routes",
"long_description": "GPSBabel converts GPS waypoints, tracks, and routes from one format to another, whether that format is a common mapping format like Delorme, Streets and Trips, or even a serial upload or download to a GPS unit such as those from Garmin and Magellan.",
"active": true,
"categories": [
"textproc",
"comms"
],
"maintainers": [],
"variants": [
"qtwebkit",
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"qt5-qttools",
"pkgconfig",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"qt5-qtwebchannel",
"qt5-qtbase",
"gpsbabel",
"qt5-qtlocation",
"qt5-qtwebengine",
"qt5-qtdeclarative"
]
}
],
"depends_on": []
},
{
"name": "graphtage",
"portdir": "textproc/graphtage",
"version": "0.3.1",
"license": "LGPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/trailofbits/graphtage",
"description": "A semantic diff utility and library for tree-like files such as JSON, JSON5, XML, HTML, YAML, and CSV.",
"long_description": "A semantic diff utility and library for tree-like files such as JSON, JSON5, XML, HTML, YAML, and CSV. Its name is a portmanteau of “graph” and “graftage”—the latter being the horticultural practice of joining two trees together such that they grow as one.",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1054
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools",
"py314-wheel"
]
},
{
"type": "lib",
"ports": [
"py314-intervaltree",
"py314-yaml",
"python314",
"py314-json5",
"py314-fickling",
"py314-colorama",
"py314-numpy",
"py314-scipy",
"py314-tqdm",
"py314-typing_extensions"
]
}
],
"depends_on": []
},
{
"name": "gpsbabel",
"portdir": "textproc/gpsbabel",
"version": "1.7.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gpsbabel.org",
"description": "GPSBabel converts/uploads GPS waypoints, tracks, and routes",
"long_description": "GPSBabel converts GPS waypoints, tracks, and routes from one format to another, whether that format is a common mapping format like Delorme, Streets and Trips, or even a serial upload or download to a GPS unit such as those from Garmin and Magellan.",
"active": true,
"categories": [
"textproc",
"comms"
],
"maintainers": [],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"qt5-qtbase",
"zlib",
"libusb",
"shapelib"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"qlandkartegt",
"gpsbabel-app"
]
},
{
"type": "run",
"ports": [
"viking"
]
}
]
},
{
"name": "gomplate",
"portdir": "textproc/gomplate",
"version": "5.0.0",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hairyhenderson/gomplate",
"description": "A flexible commandline tool for template rendering. Supports lots of local and remote datasources.",
"long_description": "gomplate is a template renderer which supports a growing list of datasources, such as: JSON (including EJSON - encrypted JSON), YAML, AWS EC2 metadata, BoltDB, Hashicorp Consul and Hashicorp Vault secrets.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1054
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "gojq",
"portdir": "textproc/gojq",
"version": "0.12.19",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/itchyny/gojq",
"description": "Pure Go implementation of jq",
"long_description": "This is an implementation of jq command written in Go language. It attempts to fix some bugs that still exist in jq.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1054
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "go-md2man",
"portdir": "textproc/go-md2man",
"version": "2.0.7",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/cpuguy83/go-md2man",
"description": "Converts markdown into roff (man pages).",
"long_description": "Converts markdown into roff (man pages).",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"docker",
"zellij",
"actionlint",
"gokey",
"bupstash",
"hexyl",
"lsd",
"podman",
"skopeo",
"vgrep"
]
}
]
},
{
"name": "glow",
"portdir": "textproc/glow",
"version": "2.1.2",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/charmbracelet/glow",
"description": "Render markdown on the CLI, with pizzazz!",
"long_description": "Render markdown on the CLI, with pizzazz! Glow is a terminal based markdown reader designed from the ground up to bring out the beauty—and power—of the CLI. Use it to discover markdown files, read documentation directly on the command line and stash markdown files to your own private collection so you can read them anywhere. Glow will find local markdown files in subdirectories or a local Git repository. By the way, all data stashed is encrypted end-to-end: only you can decrypt it.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1054
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "glimpse",
"portdir": "textproc/glimpse",
"version": "4.18.6",
"license": "ISC",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://webglimpse.net/",
"description": "text search engine",
"long_description": "Glimpse is a very powerful indexing and query system that allows you to search through all your files very quickly.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "glark",
"portdir": "textproc/glark",
"version": "1.8.0",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.incava.org/projects/glark/",
"description": "Search text files for complex regular expressions",
"long_description": "A replacement for (or supplement to) the grep family, glark offers: Perl/Ruby regular expressions, highlighting of matches, complex expressions (``and'' and ``or''), and automatic exclusion of non-text files.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "giza-pp",
"portdir": "textproc/giza-pp",
"version": "1.0.7",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/moses-smt/giza-pp",
"description": "a statistical machine translation toolkit",
"long_description": "GIZA++ is a statistical machine translation toolkit that is used to train IBM Models 1-5 and an HMM word alignment model. This package also contains the source for the mkcls tool which generates the word classes necessary for training some of the alignment models.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"libiconv",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "git-delta",
"portdir": "textproc/git-delta",
"version": "0.19.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dandavison.github.io/delta",
"description": "A syntax-highlighter for git and diff output",
"long_description": "Delta provides language syntax-highlighting, within-line insertion/deletion detection, and restructured diff output for git on the command line.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1054
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"zlib",
"libgit2",
"libunwind"
]
},
{
"type": "run",
"ports": [
"less"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"git-fuzzy",
"bat-extras"
]
}
]
},
{
"name": "fribidi",
"portdir": "textproc/fribidi",
"version": "1.0.16",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://fribidi.org/",
"description": "Free Implementation of the Unicode BiDi algorithm",
"long_description": "The FriBidi library implements the algorithm described in the \"Unicode Standard Annex #9, The Bidirectional Algorithm\", available at http://www.unicode.org/unicode/reports/tr9/.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"pkgconfig",
"clang-18"
]
},
{
"type": "extract",
"ports": [
"xz"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"lagrange",
"ffmpeg4",
"abiword",
"gtk4",
"gtk4-devel",
"R-textshaping",
"smooth",
"evas",
"libraqm",
"abiword-x11",
"glob2",
"supertuxkart",
"supertux",
"warzone2100",
"mapserver",
"gtksourceview4",
"gtksourceview5",
"libadwaita",
"libhandy",
"vte",
"racket",
"MPlayer",
"VLC2",
"libVLC2",
"avidemux",
"dvdauthor",
"ffmpeg",
"ffmpeg-devel",
"ffmpeg6",
"ffmpeg7",
"ffmpeg8",
"libass",
"libass-devel",
"mplayer-devel",
"rrdtool",
"mlterm",
"pango",
"pango-devel"
]
}
]
},
{
"name": "freexl",
"portdir": "textproc/freexl",
"version": "2.0.0",
"license": "(MPL-1.1 or GPL-2+ or LGPL-2.1+)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gaia-gis.it/fossil/freexl/index",
"description": "Library to extract valid data from within Spreadsheets",
"long_description": "Library to extract valid data from within Spreadsheets. The following document formats are supported starting since version 2.0: MS Excel legacy BIFF binary format (.xls), MS Excel new XML-based format (.xlsx), Free/OpenOffice Calc XML-based format (.ods). FreeXL ignores at all fonts, sizes and alignments, and most formats. It ignores Pivot Table, Charts, Formulas, Visual Basic macros and so on. FreeXL is structurally simple and quite light-weight (typically 40-80K of object code, stripped).",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "n_larsson",
"github": "nilason",
"ports_count": 111
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"minizip",
"expat",
"libiconv"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"librasterlite2",
"spatialite",
"spatialite-tools"
]
}
]
},
{
"name": "freeling",
"portdir": "textproc/freeling",
"version": "3.1",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://nlp.lsi.upc.edu/freeling/",
"description": "An open-source suite of language analyzers",
"long_description": "FreeLing is a library providing language analysis services, oriented to satisfy the needs of Natural Language Processing application developers.",
"active": true,
"categories": [
"devel",
"textproc"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"zlib",
"boost"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py27-freeling"
]
}
]
},
{
"name": "fop2",
"portdir": "textproc/fop",
"version": "2.11",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://xmlgraphics.apache.org/fop/",
"description": "Apache FOP Java XSL-FO Print Formatter",
"long_description": "Apache FOP is the world's first print formatter driven by XSL formatting objects. It is a Java application that reads a formatting object tree conforming to the XSL 1.0 Recommendation (15 October 2001) and then turns it into a PDF document, certain other output formats or allows you to preview it directly on screen. Some parts of the XSL 1.1 specification (work in progress!) have also been implemented.",
"active": true,
"categories": [
"textproc",
"java"
],
"maintainers": [
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 359
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "fmt-ptrn",
"portdir": "textproc/fmt-ptrn",
"version": "1.3.24",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.flyn.org/projects/fmt-ptrn",
"description": "A simple template system",
"long_description": "New is a template system, especially useful in conjuction with a simple text editor such as vi.",
"active": true,
"categories": [
"devel",
"textproc"
],
"maintainers": [
{
"name": "mike",
"github": "",
"ports_count": 4
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"gettext",
"libtool",
"pkgconfig",
"autoconf",
"automake"
]
},
{
"type": "lib",
"ports": [
"glib2",
"gettext-runtime",
"zlib"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"scald"
]
}
]
},
{
"name": "fop",
"portdir": "textproc/fop",
"version": "1.1",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://xmlgraphics.apache.org/fop/",
"description": "Apache FOP Java XSL-FO Print Formatter",
"long_description": "Apache FOP is the world's first print formatter driven by XSL formatting objects. It is a Java application that reads a formatting object tree conforming to the XSL 1.0 Recommendation (15 October 2001) and then turns it into a PDF document, certain other output formats or allows you to preview it directly on screen. Some parts of the XSL 1.1 specification (work in progress!) have also been implemented.",
"active": true,
"categories": [
"textproc",
"java"
],
"maintainers": [
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 359
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"bibletime",
"xorg-libXt"
]
},
{
"type": "lib",
"ports": [
"zorba"
]
},
{
"type": "run",
"ports": [
"olena",
"asciidoc",
"xmlto"
]
}
]
},
{
"name": "flip",
"portdir": "textproc/flip",
"version": "20050821",
"license": "none",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://ccrma-www.stanford.edu/~craig/utility/flip/",
"description": "convert text file line endings",
"long_description": "Flip converts line endings of text files between Macintosh, Unix and MS-DOS formats. It automatically recognizes the current line endings, and leaves binary files and timestamps intact. It does not convert files to a different character set.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "firemime",
"portdir": "textproc/firemime",
"version": "0.9.4",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.firestuff.org/",
"description": "callback-based interface for parsing MIME-encoded messages",
"long_description": "FireMIME is a library providing an easy to use, callback-based interface for parsing MIME-encoded messages. It parses messages in accordance with RFC2045 and RFC2046, attempting to follow all rules set out in those documents while still allowing leniency with some common errors. FireMIME uses libfirestring for string handling. This allows it to be completely 8bit clean, including allowing \\0 anywhere in messages.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "py313-fasttext",
"portdir": "textproc/fasttext",
"version": "0.9.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/facebookresearch/fastText",
"description": "Python bindings for fasttext",
"long_description": "Python bindings for fasttext",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py313-pybind11",
"py313-setuptools",
"py313-wheel",
"clang-18",
"py313-build",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-numpy"
]
}
],
"depends_on": []
},
{
"name": "figlet",
"portdir": "textproc/figlet",
"version": "2.2.5",
"license": "BSD",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.figlet.org/",
"description": "banner-like program prints strings as ASCII art",
"long_description": "FIGlet is a program for making large letters out of ordinary text",
"active": true,
"categories": [
"textproc",
"amusements"
],
"maintainers": [
{
"name": "toby",
"github": "tobypeterson",
"ports_count": 249
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "ffe",
"portdir": "textproc/ffe",
"version": "0.3.9a",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ff-extractor.sourceforge.net/",
"description": "Flat file extractor can be used for parsing different flat file structures and printing them in different formats",
"long_description": "Flat file extractor (ffe) can be used for parsing different flat file structures and printing them in different formats. ffe can also process fixed length binary files.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1419
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libgcrypt"
]
}
],
"depends_on": []
},
{
"name": "fasttext",
"portdir": "textproc/fasttext",
"version": "0.9.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/facebookresearch/fastText",
"description": "Library for fast text representation and classification.",
"long_description": "fastText is a library for efficient learning of word representations and sentence classification.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "faq",
"portdir": "textproc/faq",
"version": "0.0.7",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jzelinskie/faq",
"description": "Format Agnostic jQ -- process various formats with libjq",
"long_description": "faq is a tool intended to be a more flexible jq, supporting additional formats. The additional formats are converted into JSON and processed with libjq. Supported formats: \n \n - BSON\n - Bencode\n - JSON\n - Property Lists\n - TOML\n - XML\n - YAML",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1054
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "extractpdfmark",
"portdir": "textproc/extractpdfmark",
"version": "1.1.1",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/trueroad/extractpdfmark",
"description": "Extract page mode and named destinations as PDFmark from PDF.",
"long_description": "This tool helps ghostscript circumvent a bug while embedding PDF files in another PDF document (https://bugs.ghostscript.com/show_bug.cgi?id=695760) If you have control over font embedding in all PDF files, the resulting PDF can become *much* smaller and still fully functional.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "wl",
"github": "lemzwerg",
"ports_count": 2
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"poppler",
"libiconv"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"lilypond",
"lilypond-devel"
]
}
]
},
{
"name": "extractopinion",
"portdir": "textproc/extractopinion",
"version": "1.2",
"license": "(BSD or LGPL or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://alaginrc.nict.go.jp/opinion/index.html",
"description": "an opinion extraction tool for Japanese texts",
"long_description": "extractopinion is an opinion extraction tool for Japanese texts.",
"active": true,
"categories": [
"textproc",
"japanese"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"crfpp",
"juman6",
"gawk",
"libiconv",
"p5.34-text-csv_xs",
"knp3"
]
}
],
"depends_on": []
},
{
"name": "expgram",
"portdir": "textproc/expgram",
"version": "0.2.1",
"license": "LGPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://att-astrec.nict.go.jp/product/expgram/",
"description": "an ngram toolkit with succinct storage",
"long_description": "an ngram toolkit with succinct storage",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clang20",
"clang21",
"clang22",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gcc15",
"gfortran",
"mpich",
"openmpi"
],
"dependencies": [
{
"type": "build",
"ports": [
"py27-docutils",
"py27-pygments",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"boost171",
"mpich-clang18"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"cicada"
]
}
]
},
{
"name": "expat",
"portdir": "textproc/expat",
"version": "2.7.5",
"license": "MIT",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.libexpat.org/",
"description": "XML 1.0 parser written in C",
"long_description": "Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags).",
"active": true,
"categories": [
"devel",
"textproc"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2085
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "extract",
"ports": [
"lzip"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"php70-wddx",
"libosmium-doc",
"php56-wddx",
"php72-wddx",
"php55-wddx",
"libosmium",
"php54-wddx",
"php71-wddx",
"php53-wddx",
"php73-wddx",
"php52-wddx"
]
},
{
"type": "lib",
"ports": [
"audacity",
"python314",
"python314-freethreading",
"htcondor",
"subversion-pythonbindings-3.9",
"audacity2",
"audacity-devel",
"qgis3",
"gdal",
"gdal-hdf5",
"gdal-kea",
"gdal-netcdf",
"subversion-pythonbindings-2.7",
"subversion-pythonbindings-3.5",
"subversion-pythonbindings-3.6",
"subversion-pythonbindings-3.7",
"py37-graph-tool",
"py37-astropy",
"py38-graph-tool",
"subversion-pythonbindings-3.8",
"py38-astropy",
"osm2pgsql-lua",
"py39-astropy",
"py39-graph-tool",
"R-units",
"BoCA",
"libofa",
"normalize",
"shntool",
"tenacity",
"arm-none-eabi-gdb",
"avr-gdb",
"spatialite-tools",
"zebra",
"apr-util",
"boost169",
"boost171",
"boost176",
"boost178",
"boost181",
"boost187",
"boost188",
"cegui",
"cmake",
"cmake-gui",
"cmake-docs",
"cmake-devel",
"cmake-devel-docs",
"cmake-gui-devel",
"cmake-docs-devel",
"dbus",
"dbus-glib",
"gdb",
"git",
"git-devel",
"libpdel",
"libsolv",
"libxspf",
"log4c",
"log4cxx",
"poco",
"subversion",
"subversion-javahlbindings",
"subversion-python27bindings",
"subversion-perlbindings-5.28",
"subversion-perlbindings-5.30",
"subversion-perlbindings-5.32",
"subversion-perlbindings-5.34",
"subversion-rubybindings",
"subversion-pythonbindings-3.10",
"subversion-pythonbindings-3.11",
"subversion-pythonbindings-3.12",
"zeroc-ice33",
"zeroc-ice34",
"zeroc-ice35",
"advancemame",
"mame",
"scummvm",
"scummvm-devel",
"ggz-client-libs",
"wesnoth",
"libkml",
"orfeotoolbox",
"osm2pgrouting",
"py310-orfeotoolbox",
"py311-orfeotoolbox",
"py312-orfeotoolbox",
"py313-orfeotoolbox",
"py314-orfeotoolbox",
"osm2pgsql",
"osmium-tool",
"Aseprite",
"ImageMagick",
"ImageMagick7",
"InsightToolkit",
"InsightToolkit4",
"py310-InsightToolkit",
"py311-InsightToolkit",
"py312-InsightToolkit",
"py313-InsightToolkit",
"py310-InsightToolkit4",
"py311-InsightToolkit4",
"py312-InsightToolkit4",
"py313-InsightToolkit4",
"cairo",
"cairo-devel",
"exact-image",
"exiv2",
"fontconfig",
"gpick",
"graphviz-devel",
"graphviz",
"libwmf",
"opencolorio",
"poppler",
"poppler-qt5",
"poppler-devel",
"poppler-devel-qt5",
"poppler-qt4-mac",
"vips",
"wxWidgets-2.8",
"wxWidgets-3.0",
"wxgtk-2.8",
"wxWidgets-3.0-cxx11",
"wxPython-3.0",
"wxgtk-3.0",
"wxgtk-3.0-cxx11",
"wxWidgets-3.2",
"digikam",
"kopete",
"gawk-xml",
"gst",
"php74-xmlrpc",
"php73-xmlrpc",
"php72-xmlrpc",
"php71-xmlrpc",
"php70-xmlrpc",
"php56-xmlrpc",
"php55-xmlrpc",
"php54-xmlrpc",
"php53-xmlrpc",
"php52-xmlrpc",
"pypy",
"pypy36",
"pypy37",
"pypy38",
"pypy39",
"python27",
"python310",
"python311",
"python312",
"python313",
"python313-freethreading",
"python34",
"python35",
"python37",
"python36",
"python39",
"python38",
"racket",
"lua54-luaexpat",
"lua53-luaexpat",
"lua52-luaexpat",
"lua51-luaexpat",
"libetpan",
"mail-server",
"gnuplot",
"gnudatalanguage",
"despotify",
"mkvtoolnix",
"mkvtoolnix-devel",
"mkvtoolnix-legacy",
"antinat",
"avahi",
"ejabberd",
"gq",
"jabber",
"jabberd",
"lftp",
"libmetalink",
"libstrophe",
"mldonkey",
"newsraft",
"profanity",
"rpki-client",
"tcpflow",
"tcpflow-devel",
"unbound",
"libreoffice",
"p5.28-xml-parser",
"p5.30-xml-parser",
"p5.32-xml-parser",
"p5.34-xml-parser",
"scribus",
"scribus-devel",
"py310-astropy",
"py311-astropy",
"py312-astropy",
"py313-astropy",
"py314-astropy",
"py310-graph-tool",
"py311-graph-tool",
"py312-graph-tool",
"py313-graph-tool",
"rb-xmlparser",
"EMBOSS",
"gdcm",
"gdcm2",
"gds",
"geant4.10.3",
"geant4.10.4",
"geant4.10.5",
"geant4.10.6",
"iAIDA",
"magicspp",
"memesuite",
"metview",
"ncview",
"paraview",
"root5",
"root6",
"udunits2",
"vapor",
"afflib",
"bulk_extractor",
"ophcrack",
"rats",
"redwax-tool",
"voms",
"rpm54",
"cmconvert",
"freexl",
"intltool",
"sablotron",
"sphinx",
"tDOM",
"wbxml2",
"xml-coreutils",
"NetSurf",
"apache2",
"elinks",
"elinks-devel",
"flood",
"libwww",
"litmus",
"lws",
"neon",
"Xft2",
"gcin",
"libhangul",
"subversion-perlbindings-5.26",
"mesa",
"p5.26-xml-parser",
"py27-astropy",
"py35-astropy",
"py36-astropy",
"python27-bootstrap",
"py27-graph-tool",
"pwlib",
"python315-devel",
"python315-freethreading-devel",
"wxsvg"
]
}
]
},
{
"name": "evernote2md",
"portdir": "textproc/evernote2md",
"version": "0.22.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/wormi4ok/evernote2md",
"description": "Convert Evernote .enex files to Markdown",
"long_description": "Evernote2md is a CLI tool to convert Evernote notes exported in *.enex format to a directory with markdown files.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 271
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "erd",
"portdir": "textproc/erd",
"version": "0.2.2",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/BurntSushi/erd",
"description": "Entity-relationship diagram generator",
"long_description": "This utility takes a plain text description of entities, their attributes and the relationships between entities and produces a visual diagram modeling the description.",
"active": true,
"categories": [
"graphics",
"textproc",
"haskell"
],
"maintainers": [
{
"name": "amake",
"github": "amake",
"ports_count": 162
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"cctools",
"openssl",
"stack",
"file",
"grep",
"gsed"
]
},
{
"type": "run",
"ports": [
"graphviz"
]
}
],
"depends_on": []
},
{
"name": "epwutil",
"portdir": "textproc/epwutil",
"version": "1.1",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://web.archive.org/web/20180222023009/http://openlab.jp/edict/",
"description": "EPWING dictionary utilities",
"long_description": "A package of utilities for creating and manipulating EPWING-format dictionaries. Includes: bookinfo (for managing Book entries), catdump (for converting Catalogs files), and squeeze (for compressing dictionaries).",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "amake",
"github": "amake",
"ports_count": 162
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
}
]
}