{"count":51960,"next":"https://ports.macports.org/api/v1/ports/?format=json&ordering=-name&page=1032","previous":"https://ports.macports.org/api/v1/ports/?format=json&ordering=-name&page=1030","results":[{"name":"atanks","portdir":"games/atanks","version":"5.1","license":"GPL-2+","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"http://atanks.sourceforge.net/","description":"atanks is a multi-platform Scorched Earth clone","long_description":"atanks is a multi-platform Scorched Earth clone","active":true,"categories":["games"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["makeicns","clang-18"]},{"type":"lib","ports":["allegro"]}],"depends_on":[]},{"name":"ata","portdir":"llm/ata","version":"2.0.4","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/rikhuijzer/ata","description":"ChatGPT in the terminal","long_description":"Ask the Terminal Anything (ATA): ChatGPT in the terminal","active":true,"categories":["sysutils","llm"],"maintainers":[{"name":"i0ntempest","github":"i0ntempest","ports_count":271}],"variants":["universal"],"dependencies":[{"type":"build","ports":["cargo","legacy-support","rust","clang-20"]},{"type":"lib","ports":["libunwind"]}],"depends_on":[]},{"name":"async-profiler","portdir":"java/async-profiler","version":"4.4","license":"Apache-2","platforms":"macosx","epoch":0,"replaced_by":null,"homepage":"https://github.com/async-profiler/async-profiler","description":"Low overhead sampling profiler for Java","long_description":"The profiler works with OpenJDK and other Java runtimes based on the HotSpot JVM. It features HotSpot-specific API to collect stack traces and to track memory allocations. Unlike traditional Java profilers, async-profiler monitors non-Java threads (e.g., GC and JIT compiler threads) and shows native and kernel frames in stack traces.","active":true,"categories":["java"],"maintainers":[{"name":"","github":"oytech","ports_count":5}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["openjdk11"]}],"depends_on":[]},{"name":"asymptote","portdir":"graphics/asymptote","version":"3.11","license":"LGPL-3+","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://asymptote.sourceforge.net","description":"A vector graphics language","long_description":"Asymptote is a powerful descriptive vector graphics language that provides a natural coordinate-based framework for technical drawing. Labels and equations are typeset with LaTeX, for high-quality PostScript output.","active":true,"categories":["graphics"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["texinfo","texlive-latex-recommended","pkgconfig","ghostscript","texlive-fonts-recommended","texlive-latex-extra","clang-20"]},{"type":"lib","ports":["glm","libsigsegv","ncurses","readline","fftw-3","gsl"]},{"type":"run","ports":["py314-pycson","texlive-basic","ghostscript"]}],"depends_on":[]},{"name":"asused","portdir":"net/asused","version":"3.72","license":"unknown","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"http://www.ripe.net/data-tools/web-asused","description":"Command-line tool to run a check on the usage of the RIPE Whois DB","long_description":"Asused is a tool to check and summarise address space registered in the RIPE database. For a given list of allocations the tool prints various information concerning the allocations and the assignments they contain.","active":true,"categories":["net"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["perl5"]}],"depends_on":[]},{"name":"astyle","portdir":"devel/astyle","version":"3.6.13","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://astyle.sourceforge.net","description":"source code beautifier for the C, C++, C# and Java programming languages","long_description":"Artistic Style is a source code indenter, source code formatter, and source code beautifier for the C, C++, C# and Java programming languages.","active":true,"categories":["devel"],"maintainers":[],"variants":["debug","java","universal"],"dependencies":[{"type":"build","ports":["cmake","clang-20"]}],"depends_on":[{"type":"run","ports":["py36-gpilab-framework","py39-gpilab-framework","py38-gpilab-framework","py37-gpilab-framework"]}]},{"name":"astrolog","portdir":"games/astrolog","version":"7.80","license":"GPL-2","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://www.astrolog.org/astrolog.htm","description":"The astrology software Astrolog","long_description":"The astrology software Astrolog","active":true,"categories":["games"],"maintainers":[{"name":"herby.gillot","github":"herbygillot","ports_count":1056}],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["xorg-libX11"]}],"depends_on":[]},{"name":"astroid","portdir":"mail/astroid","version":"0.17","license":"GPL-3+ and LGPL-2.1+","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://astroidmail.github.io/","description":"Astroid Mail","long_description":"A graphical threads-with-tags style, lightweight and fast, e-mail client for Notmuch","active":true,"categories":["mail"],"maintainers":[{"name":"","github":"arietis","ports_count":1}],"variants":["debug","universal"],"dependencies":[{"type":"build","ports":["cmake","pkgconfig","scdoc","clang-20"]},{"type":"lib","ports":["webkit2-gtk","protobuf3-cpp","boost171","gtkmm3","vte","notmuch","libsass"]}],"depends_on":[]},{"name":"as-tree","portdir":"sysutils/as-tree","version":"0.12.0","license":"permissive","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/jez/as-tree","description":"Print a list of paths as a tree of paths","long_description":"Print a list of paths as a tree of paths. This tool is particularly useful when used with find or fd to produce such a list of files. It's similar in spirit to tree, but find and fd tend to be more powerful when it comes to controlling which files to list.","active":true,"categories":["sysutils"],"maintainers":[{"name":"herby.gillot","github":"herbygillot","ports_count":1056}],"variants":["universal"],"dependencies":[{"type":"build","ports":["cargo","legacy-support","rust","clang-20"]},{"type":"lib","ports":["libunwind"]}],"depends_on":[]},{"name":"ast-grep","portdir":"devel/ast-grep","version":"0.42.2","license":"MIT","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://ast-grep.github.io/","description":"A CLI tool for code structural search, lint and rewriting.","long_description":"ast-grep is a AST-based tool to search code by pattern code. Think it as your old-friend grep but it matches AST nodes instead of text. You can write patterns as if you are writing ordinary code. It will match all code that has the same syntactical structure. You can use $ sign + upper case letters as wildcard, e.g. $MATCH, to match any single AST node. Think it as REGEX dot ., except it is not textual.","active":true,"categories":["devel","textproc"],"maintainers":[{"name":"herby.gillot","github":"herbygillot","ports_count":1056}],"variants":["universal"],"dependencies":[{"type":"build","ports":["cargo","legacy-support","rust","clang-20"]},{"type":"lib","ports":["libunwind"]}],"depends_on":[]},{"name":"ast","portdir":"science/ast","version":"9.2.10","license":"LGPL-3+","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/Starlink/ast","description":"StarLink Astrometry Library","long_description":"AST provides a comprehensive range of facilities for attaching world coordinate systems (such as RA/Dec, frequency, etc) to astronomical data, for retrieving and interpreting that information and for generating graphical output based on it.","active":true,"categories":["science"],"maintainers":[{"name":"aronnax","github":"lpsinger","ports_count":444}],"variants":["g95","gcc10","gcc11","gcc12","gcc13","gcc14","gcc15","gccdevel"],"dependencies":[{"type":"build","ports":["clang-18","gcc15"]},{"type":"lib","ports":["libgcc","erfa"]}],"depends_on":[{"type":"lib","ports":["ds9"]}]},{"name":"assp","portdir":"mail/assp","version":"1.1.0","license":"GPL-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"http://assp.sourceforge.net/","description":"Anti-Spam SMTP Proxy (ASSP) Server","long_description":"The Anti-Spam SMTP Proxy (ASSP) Server is an open source, platform-independent SMTP Proxy server which implements whitelists and Bayesian filtering to rid the planet of the blight of unsolicited email (UCE). UCE must be stopped at the SMTP server. Anti-spam tools must be adaptive to new spam and customized for each site?s mail patterns. This free, easy-to-use tool works with any mail transport and achieves these goals requiring no operator intervention after the initial setup phase.","active":true,"categories":["mail"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"extract","ports":["unzip"]},{"type":"run","ports":["perl5"]}],"depends_on":[]},{"name":"assimp_tools","portdir":"graphics/assimp","version":"5.4.3","license":"BSD","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://www.assimp.org","description":"library to import/export 3-D model formats","long_description":"Open Asset Import Library (short name: Assimp) is a portable Open Source library to import various well-known 3-D model formats in a uniform manner. The most recent version also knows how to export 3-D files and is therefore suitable as a general-purpose 3-D model converter.","active":true,"categories":["graphics"],"maintainers":[],"variants":["debug"],"dependencies":[{"type":"build","ports":["cmake","pkgconfig","clang-20"]},{"type":"lib","ports":["assimp","qt5-qtbase","pugixml","zlib","minizip"]}],"depends_on":[]},{"name":"assimp2","portdir":"graphics/assimp2","version":"2.0.863","license":"BSD","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"http://www.assimp.org","description":"library to import 3D model formats","long_description":"Open Asset Import Library (short name: Assimp) is a portable Open Source library to import various well-known 3D model formats in a uniform manner. This is the legacy 2.0 version.","active":true,"categories":["graphics"],"maintainers":[],"variants":["debug","universal"],"dependencies":[{"type":"build","ports":["cmake","clang-18"]},{"type":"extract","ports":["unzip"]},{"type":"lib","ports":["boost176"]}],"depends_on":[{"type":"lib","ports":["vapor"]}]},{"name":"assimp","portdir":"graphics/assimp","version":"5.4.3","license":"BSD","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://www.assimp.org","description":"library to import/export 3-D model formats","long_description":"Open Asset Import Library (short name: Assimp) is a portable Open Source library to import various well-known 3-D model formats in a uniform manner. The most recent version also knows how to export 3-D files and is therefore suitable as a general-purpose 3-D model converter.","active":true,"categories":["graphics"],"maintainers":[],"variants":["debug","universal"],"dependencies":[{"type":"build","ports":["cmake","pkgconfig","clang-20"]},{"type":"lib","ports":["zlib","minizip","pugixml"]}],"depends_on":[{"type":"lib","ports":["qt5-qtquick3d","qt5-qt3d","qt511-qt3d","qt513-qt3d","qt55-qt3d","qt56-qt3d","qt57-qt3d","qt58-qt3d","qt59-qt3d","qt6-qtquick3d","qt6-qt3d","qt610-qtquick3d","qt610-qt3d","qt64-qtquick3d","qt64-qt3d","qt67-qtquick3d","qt67-qt3d","qt68-qtquick3d","qt68-qt3d","qt69-qtquick3d","qt69-qt3d","assimp_tools","ogre","deal.ii"]}]},{"name":"AssignmentTrackerX","portdir":"aqua/AssignmentTrackerX","version":"2.0beta3.1","license":"GPL-2","platforms":"macosx","epoch":0,"replaced_by":null,"homepage":"https://sourceforge.net/projects/asntrackerx/","description":"School assignment tracker","long_description":"AssignmentTracker X is student-targetted software for Mac OS X to help students manage and track their assignments and grades throughout all of their classes with assignment lists, reports and time management features.","active":true,"categories":["aqua"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-18"]}],"depends_on":[]},{"name":"assh","portdir":"sysutils/assh","version":"2.17.1","license":"MIT","platforms":"darwin freebsd linux","epoch":0,"replaced_by":null,"homepage":"https://v1.manfred.life/assh-intro","description":"Make your ssh client smarter","long_description":"Make your ssh client smarter. assh is a transparent wrapper that adds support for regex, aliases, gateways, dynamic hostnames, graphviz, json output, yaml configuration, and more to SSH.","active":true,"categories":["sysutils","net"],"maintainers":[{"name":"herby.gillot","github":"herbygillot","ports_count":1056}],"variants":[],"dependencies":[{"type":"build","ports":["go","clang-18"]}],"depends_on":[]},{"name":"asprint","portdir":"sysutils/asprint","version":"0.5.0","license":"Apache-2","platforms":"{darwin >= 9}","epoch":0,"replaced_by":null,"homepage":"http://hasseg.org/asprint/","description":"prints out the contents of a compiled AppleScript file","long_description":"asprint is a command-line program that pretty-prints the contents of compiled AppleScript (.scpt) files using ANSI escape sequences.","active":true,"categories":["sysutils"],"maintainers":[{"name":"sepp","github":"","ports_count":2}],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"fetch","ports":["git"]}],"depends_on":[]},{"name":"aspnetcore-runtime-devel","portdir":"dotnet/aspnetcore-runtime-devel","version":"10.0.0-rc.2.25502.107","license":"MIT","platforms":"{darwin any} {darwin >= 21}","epoch":0,"replaced_by":null,"homepage":"https://dotnet.microsoft.com/","description":"ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.","long_description":".NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.","active":true,"categories":["dotnet"],"maintainers":[{"name":"","github":"BjarneDMat","ports_count":13},{"name":"judaew","github":"judaew","ports_count":655}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"run","ports":["dotnet-cli","dotnet-runtime-devel"]}],"depends_on":[{"type":"run","ports":["dotnet-sdk-devel"]}]},{"name":"aspnetcore-runtime-9","portdir":"dotnet/aspnetcore-runtime-9","version":"9.0.16","license":"MIT","platforms":"{darwin any} {darwin >= 21}","epoch":0,"replaced_by":null,"homepage":"https://dotnet.microsoft.com/","description":"ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.","long_description":".NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.","active":true,"categories":["dotnet"],"maintainers":[{"name":"","github":"BjarneDMat","ports_count":13},{"name":"judaew","github":"judaew","ports_count":655}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"run","ports":["dotnet-cli","dotnet-runtime-8"]}],"depends_on":[{"type":"run","ports":["dotnet-sdk-9"]}]},{"name":"aspnetcore-runtime-8","portdir":"dotnet/aspnetcore-runtime-8","version":"8.0.27","license":"MIT","platforms":"{darwin any} {darwin >= 21}","epoch":0,"replaced_by":null,"homepage":"https://dotnet.microsoft.com/","description":"ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.","long_description":".NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.","active":true,"categories":["dotnet"],"maintainers":[{"name":"","github":"BjarneDMat","ports_count":13},{"name":"judaew","github":"judaew","ports_count":655}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"run","ports":["dotnet-cli","dotnet-runtime-8"]}],"depends_on":[{"type":"run","ports":["dotnet-sdk-8"]}]},{"name":"aspnetcore-runtime-7","portdir":"dotnet/aspnetcore-runtime-7","version":"7.0.20","license":"MIT","platforms":"{darwin any} {darwin >= 19}","epoch":0,"replaced_by":null,"homepage":"https://dotnet.microsoft.com/","description":"ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.","long_description":".NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.","active":true,"categories":["dotnet"],"maintainers":[{"name":"judaew","github":"judaew","ports_count":655}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"run","ports":["dotnet-cli","dotnet-runtime-7"]}],"depends_on":[{"type":"run","ports":["dotnet-sdk-7"]}]},{"name":"aspnetcore-runtime-6","portdir":"dotnet/aspnetcore-runtime-6","version":"6.0.36","license":"MIT","platforms":"{darwin any} {darwin >= 19}","epoch":0,"replaced_by":null,"homepage":"https://dotnet.microsoft.com/","description":"ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.","long_description":".NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.","active":true,"categories":["dotnet"],"maintainers":[{"name":"judaew","github":"judaew","ports_count":655}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"run","ports":["dotnet-cli","dotnet-runtime-6"]}],"depends_on":[{"type":"run","ports":["dotnet-sdk-6"]}]},{"name":"aspnetcore-runtime-3.1","portdir":"dotnet/aspnetcore-runtime-3.1","version":"3.1.32","license":"MIT","platforms":"{darwin any} {darwin >= 19}","epoch":0,"replaced_by":null,"homepage":"https://dotnet.microsoft.com/","description":"ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.","long_description":".NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.","active":true,"categories":["dotnet"],"maintainers":[{"name":"judaew","github":"judaew","ports_count":655}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"run","ports":["dotnet-cli","dotnet-runtime-3.1"]}],"depends_on":[{"type":"run","ports":["dotnet-sdk-3.1"]}]},{"name":"aspnetcore-runtime-2.1","portdir":"dotnet/aspnetcore-runtime-2.1","version":"2.1.30","license":"MIT","platforms":"{darwin any} {darwin >= 16}","epoch":0,"replaced_by":null,"homepage":"https://dotnet.microsoft.com/","description":"ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.","long_description":".NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.","active":true,"categories":["dotnet"],"maintainers":[{"name":"judaew","github":"judaew","ports_count":655}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"run","ports":["dotnet-cli","dotnet-runtime-2.1"]}],"depends_on":[{"type":"run","ports":["dotnet-sdk-2.1"]}]},{"name":"aspnetcore-runtime-10","portdir":"dotnet/aspnetcore-runtime-10","version":"10.0.8","license":"MIT","platforms":"{darwin any} {darwin >= 21}","epoch":0,"replaced_by":null,"homepage":"https://dotnet.microsoft.com/","description":"ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.","long_description":".NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, and IoT.","active":true,"categories":["dotnet"],"maintainers":[{"name":"","github":"BjarneDMat","ports_count":13},{"name":"judaew","github":"judaew","ports_count":655}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"run","ports":["dotnet-cli","dotnet-runtime-10"]}],"depends_on":[{"type":"run","ports":["dotnet-sdk-10"]}]},{"name":"aspell-dict-zu","portdir":"textproc/aspell-dict-zu","version":"0.50-0","license":"GPL-2.1","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Zulu dictionary for aspell","long_description":"Zulu dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]},{"name":"aspell-dict-yi","portdir":"textproc/aspell-dict-yi","version":"0.01.1-1","license":"GPL-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Yiddish dictionary for aspell","long_description":"Yiddish dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]},{"name":"aspell-dict-wa","portdir":"textproc/aspell-dict-wa","version":"0.50-0","license":"GPL-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Walloon dictionary for aspell","long_description":"Walloon dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]},{"name":"aspell-dict-vi","portdir":"textproc/aspell-dict-vi","version":"0.01.1-1","license":"GPL-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Vietnamese dictionary for aspell","long_description":"Vietnamese dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]},{"name":"aspell-dict-uz","portdir":"textproc/aspell-dict-uz","version":"0.6-0","license":"GPL-2+","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Uzbek dictionary for aspell","long_description":"Uzbek dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]},{"name":"aspell-dict-uk","portdir":"textproc/aspell-dict-uk","version":"1.4.0-0","license":"LGPL","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Ukrainian dictionary for aspell","long_description":"Ukrainian dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]},{"name":"aspell-dict-tr","portdir":"textproc/aspell-dict-tr","version":"0.50-0","license":"GPL-2+","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Turkish dictionary for aspell","long_description":"Turkish dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]},{"name":"aspell-dict-tn","portdir":"textproc/aspell-dict-tn","version":"1.0.1-0","license":"GPL-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Setswana dictionary for aspell","long_description":"Setswana dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]},{"name":"aspell-dict-tl","portdir":"textproc/aspell-dict-tl","version":"0.02-1","license":"GPL-2+","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Tagalog dictionary for aspell","long_description":"Tagalog dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]},{"name":"aspell-dict-tk","portdir":"textproc/aspell-dict-tk","version":"0.01-0","license":"GPL-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Turkmen dictionary for aspell","long_description":"Turkmen dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]},{"name":"aspell-dict-tet","portdir":"textproc/aspell-dict-tet","version":"0.1.1","license":"GPL-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Tetum dictionary for aspell","long_description":"Tetum dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]},{"name":"aspell-dict-te","portdir":"textproc/aspell-dict-te","version":"0.01-2","license":"GPL-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Telugu dictionary for aspell","long_description":"Telugu dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]},{"name":"aspell-dict-ta","portdir":"textproc/aspell-dict-ta","version":"20040424-1","license":"GPL-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Tamil dictionary for aspell","long_description":"Tamil dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]},{"name":"aspell-dict-sw","portdir":"textproc/aspell-dict-sw","version":"0.50-0","license":"LGPL-2.1","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Swahili dictionary for aspell","long_description":"Swahili dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]},{"name":"aspell-dict-sv","portdir":"textproc/aspell-dict-sv","version":"0.51-0","license":"GPL-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Swedish dictionary for aspell","long_description":"Swedish dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]},{"name":"aspell-dict-sr","portdir":"textproc/aspell-dict-sr","version":"0.02","license":"LGPL-2.1","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Serbian dictionary for aspell","long_description":"Serbian dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]},{"name":"aspell-dict-sk","portdir":"textproc/aspell-dict-sk","version":"2.01-2","license":"(LGPL-2.1 or MPL-1.1)","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Slovak dictionary for aspell","long_description":"Slovak dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]},{"name":"aspell-dict-sc","portdir":"textproc/aspell-dict-sc","version":"1.0","license":"GPL-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Sardinian dictionary for aspell","long_description":"Sardinian dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]},{"name":"aspell-dict-rw","portdir":"textproc/aspell-dict-rw","version":"0.50-0","license":"GPL-2+","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Kinyarwanda dictionary for aspell","long_description":"Kinyarwanda dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]},{"name":"aspell-dict-ru","portdir":"textproc/aspell-dict-ru","version":"0.99f7-1","license":"Restrictive/Distributable","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Russian dictionary for aspell","long_description":"Russian dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]},{"name":"aspell-dict-ro","portdir":"textproc/aspell-dict-ro","version":"3.3-2","license":"GPL-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Romanian dictionary for aspell","long_description":"Romanian dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]},{"name":"aspell-dict-qu","portdir":"textproc/aspell-dict-qu","version":"0.02-0","license":"GPL-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Quechua dictionary for aspell","long_description":"Quechua dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]},{"name":"aspell-dict-pt_PT","portdir":"textproc/aspell-dict-pt_PT","version":"20190329-1-0","license":"GPL-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Portuguese dictionary for aspell","long_description":"Portuguese dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]},{"name":"aspell-dict-pt_BR","portdir":"textproc/aspell-dict-pt_BR","version":"20131030-12-0","license":"LGPL-2.1+","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aspell.net/","description":"Brazilian Portuguese dictionary for aspell","long_description":"Brazilian Portuguese dictionary for aspell","active":true,"categories":["textproc"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["aspell","clang-18"]}],"depends_on":[]}]}