HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 51605,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=144",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=142",
"results": [
{
"name": "rb19-mechanize",
"portdir": "ruby/rb19-mechanize",
"version": "1.0.0",
"license": "GPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.rubygems.org/gems/mechanize",
"description": "automated website interaction",
"long_description": "The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, can follow links, and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history.",
"active": true,
"categories": [
"www",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"ruby19"
]
},
{
"type": "run",
"ports": [
"rb19-nokogiri"
]
}
],
"depends_on": []
},
{
"name": "rb19-metric_fu",
"portdir": "ruby/rb19-metric_fu",
"version": "1.4.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/metricfu/metric_fu",
"description": "Code metrics from Flog, Flay, RCov, Saikuro, Churn, Reek, Roodi, Rails' stats task and Rails Best Practices",
"long_description": "Metric_fu is a set of rake tasks that make it easy to generate metrics reports. It's designed to integrate easily with CruiseControl.rb by placing files in the Custom Build Artifacts folder.",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"ruby19"
]
},
{
"type": "run",
"ports": [
"rb19-chronic",
"rb19-churn",
"rb19-flay",
"rb19-flog",
"rb19-rails_best_practices",
"rb19-rcov",
"rb19-reek",
"rb19-roodi",
"rb19-saikuro",
"rb19-activesupport"
]
}
],
"depends_on": []
},
{
"name": "rb19-mysql",
"portdir": "ruby/rb19-mysql",
"version": "2.8.2",
"license": "(Ruby or GPL-2)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.tmtm.org/mysql/ruby/",
"description": "Ruby client library for MySQL",
"long_description": "Ruby client library for accessing MySQL databases from Ruby. It works with MySQL 5.",
"active": true,
"categories": [
"databases",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"mysql5",
"ruby19"
]
}
],
"depends_on": []
},
{
"name": "rb19-rcov",
"portdir": "ruby/rb19-rcov",
"version": "0.9.8",
"license": "Ruby",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/relevance/rcov",
"description": "Code coverage tool for Ruby",
"long_description": "RCov is a code coverage tool for Ruby. It is commonly used for viewing overall test unit coverage of target code. It features fast execution (20-300 times faster than previous tools), multiple analysis modes, XHTML and several kinds of text reports, easy automation with Rake via a RcovTask, fairly accurate coverage information through code linkage inference using simple heuristics, colorblind-friendliness...",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"ruby19"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb19-factory_girl",
"rb19-metric_fu"
]
}
]
},
{
"name": "rb19-rdiscount",
"portdir": "ruby/rb19-rdiscount",
"version": "1.6.8",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rtomayko/rdiscount",
"description": "Fast Implementation of Gruber's Markdown in C",
"long_description": "Discount is an implementation of John Gruber's Markdown markup language in C. It implements all of the language described in the markdown syntax document and passes the Markdown 1.0 test suite.",
"active": true,
"categories": [
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"ruby19"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb19-ronn"
]
}
]
},
{
"name": "rb19-ronn",
"portdir": "ruby/rb19-ronn",
"version": "0.7.3",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rtomayko.github.io/ronn/",
"description": "Ronn builds manuals",
"long_description": "Ronn builds manuals. It converts simple, human readable textfiles to roff for terminal display, and also to HTML for the web. The source format includes all of Markdown but has a more rigid structure and syntax extensions for features commonly found in manpages (definition lists, link notation, etc.).",
"active": true,
"categories": [
"devel",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"ruby19"
]
},
{
"type": "run",
"ports": [
"rb19-hpricot",
"rb19-mustache",
"rb19-rdiscount"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"vcsh"
]
}
]
},
{
"name": "rb19-sqlite3",
"portdir": "ruby/rb19-sqlite3",
"version": "1.3.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/luislavena/sqlite3-ruby",
"description": "Interface to the SQLite3 DB engine from Ruby",
"long_description": "Interface to the SQLite3 DB engine from Ruby",
"active": true,
"categories": [
"databases",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"sqlite3",
"ruby19"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb19-factory_girl",
"rb19-taps"
]
}
]
},
{
"name": "rb19-taps",
"portdir": "ruby/rb19-taps",
"version": "0.3.8",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ricardochimal/taps",
"description": "A simple database-agnostic import/export app to transfer data to/from a remote database.",
"long_description": "A simple database-agnostic import/export app to transfer data to/from a remote database.",
"active": true,
"categories": [
"databases",
"www",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"ruby19"
]
},
{
"type": "run",
"ports": [
"rb19-rest-client",
"rb19-sinatra",
"rb19-sqlite3",
"rb19-sequel",
"rb19-json"
]
}
],
"depends_on": []
},
{
"name": "rb19-uconv",
"portdir": "ruby/rb19-uconv",
"version": "0.6.1",
"license": "Ruby",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.yoshidam.net/",
"description": "Ruby API to convert Unicode characters",
"long_description": "This is a ruby API for converting unicode characters",
"active": true,
"categories": [
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 110
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"ruby19"
]
}
],
"depends_on": []
},
{
"name": "rb19-unicorn",
"portdir": "ruby/rb19-unicorn",
"version": "1.0.0",
"license": "GPL-2 and Ruby",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://unicorn.bogomips.org/",
"description": "HTTP server for Rack applications designed for Unix",
"long_description": "Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering both the request and response in between Unicorn and slow clients.",
"active": true,
"categories": [
"www",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"ruby19"
]
}
],
"depends_on": []
},
{
"name": "rb19-yajl",
"portdir": "ruby/rb19-yajl",
"version": "0.7.6",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/brianmario/yajl-ruby",
"description": "Ruby C bindings to the Yajl JSON stream-based parser library.",
"long_description": "Yet Another JSON Library. YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator.",
"active": true,
"categories": [
"textproc",
"ruby"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"ruby19"
]
}
],
"depends_on": []
},
{
"name": "EMBOSS",
"portdir": "science/EMBOSS",
"version": "6.6.0",
"license": "GPL-2 and LGPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://emboss.sourceforge.net",
"description": "Molecular Biology software analysis package",
"long_description": "EMBOSS is a free Open Source software analysis package specially developed for the needs of the molecular biology user community. The software automatically copes with data in a variety of formats and even allows transparent retrieval of sequence data from the web.",
"active": true,
"categories": [
"science"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"libjpeg-turbo",
"libpng",
"freetype",
"gd2",
"libiconv",
"xorg-libX11",
"expat"
]
}
],
"depends_on": []
},
{
"name": "KlustaKwik",
"portdir": "science/KlustaKwik",
"version": "2.0.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sourceforge.net/projects/klustakwik/",
"description": "A program for automatic clustering of continuous data into a mixture of Gaussians.",
"long_description": "KlustaKwik is an open-source program for automatic clustering of continuous data into a mixture of Gaussians. The program was originally developed for sorting of neuronal action potentials, but can be applied to any sort of data.",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "FlorianFranzen",
"github": "",
"ports_count": 2
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "maskedKlustaKwik",
"portdir": "science/KlustaKwik",
"version": "3.0.2",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sourceforge.net/projects/klustakwik/",
"description": "A program for automatic clustering of continuous data into a mixture of Gaussians.",
"long_description": "KlustaKwik is an open-source program for automatic clustering of continuous data into a mixture of Gaussians. The program was originally developed for sorting of neuronal action potentials, but can be applied to any sort of data. This is the new masked version of KlustaKwik, designed for large dense electrode arrays.",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "FlorianFranzen",
"github": "",
"ports_count": 2
}
],
"variants": [
"universal",
"native"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "PEAR",
"portdir": "science/PEAR",
"version": "0.9.8",
"license": "CC-BY-NC-SA-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.exelixis-lab.org/web/software/pear",
"description": "PEAR - Paired-End reAd mergeR",
"long_description": "PEAR is an ultrafast, memory-efficient and highly accurate pair-end read merger. It is fully parallelized and can run with as low as just a few kilobytes of memory.",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "mashavecher",
"github": "",
"ports_count": 1
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"bzip2",
"zlib"
]
}
],
"depends_on": []
},
{
"name": "SDRplay",
"portdir": "science/SDRplay",
"version": "2.13.1",
"license": "restrictive/distributable",
"platforms": "darwin macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sdrplay.com/",
"description": "SDRplay provides support for SDRplay hardware",
"long_description": "SDRplay provides support for SDRplay hardware. SDR for Software Defined Radio and 'Play' because it's designed to allow anyone interested in receiving practically any kind of radio or TV signals to be able to do so without having to decide up-front exactly what it is they will want to do next. For computer wizards we are democratising Radio in that you can literally Play at creating completely new radio-based products.",
"active": true,
"categories": [
"science",
"comms"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 465
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"SoapySDRPlay",
"gr-osmosdr",
"gr37-osmosdr",
"rsp_tcp",
"gr37-sdrplay",
"linrad"
]
}
]
},
{
"name": "SDRplay3",
"portdir": "science/SDRplay3",
"version": "3.07.1",
"license": "restrictive/distributable",
"platforms": "darwin macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.sdrplay.com",
"description": "SDRplay3 provides support for SDRplay hardware (API 3)",
"long_description": "SDRplay3 provides support for SDRplay hardware (API 3). SDR for Software Defined Radio and 'Play' because it's designed to allow anyone interested in receiving practically any kind of radio or TV signals to be able to do so without having to decide up-front exactly what it is they will want to do next. For computer wizards we are democratising Radio in that you can literally Play at creating completely new radio-based products.",
"active": true,
"categories": [
"science",
"comms"
],
"maintainers": [
{
"name": "ra1nb0w",
"github": "ra1nb0w",
"ports_count": 151
},
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 465
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"libusb"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"SoapySDRPlay3"
]
}
]
},
{
"name": "SurfaceEvolver",
"portdir": "science/SurfaceEvolver",
"version": "2.70",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://facstaff.susqu.edu/brakke/evolver/evolver.html",
"description": "Software for the modeling of the evolution of liquid surfaces.",
"long_description": "Surface Evolver is an interactive program for the modelling of liquid surfaces shaped by various forces and constraints.",
"active": true,
"categories": [
"science"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "alliance",
"portdir": "science/alliance",
"version": "5.0-20110203",
"license": "GPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www-soc.lip6.fr/equipe-cian/logiciels/alliance/",
"description": "Alliance, CAD and libraries for VLSI design",
"long_description": "Alliance is a complete set of free CAD tools and portable libraries for VLSI design. It includes a VHDL compiler and simulator, logic synthesis tools, and automatic place and route tools. A complete set of portable CMOS libraries is provided",
"active": true,
"categories": [
"science"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"openmotif",
"xpm"
]
}
],
"depends_on": []
},
{
"name": "ape",
"portdir": "science/ape",
"version": "2.3.1",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.tddft.org/programs/APE",
"description": "A tool for generating atomic pseudopotentials within a Density-Functional Theory framework.",
"long_description": "APE (Atomic Pseudopotentials Engine) is a computer package designed to generate and test norm-conserving pseudo-potentials within Density Functional Theory. The generated pseudo-potentials can be either non-relativistic, scalar relativistic or fully relativistic and can explicitly include semi-core states. A wide range of exchange-correlation functionals is included. APE can generate pseudopotential files for use with SIESTA, Abinit, Octopus, and Quantum Espresso.",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "dstrubbe",
"github": "dstrubbe",
"ports_count": 38
}
],
"variants": [
"gcc10",
"gcc11",
"gcc5",
"gcc6",
"gcc7",
"gcc8",
"gcc9",
"gccdevel",
"gfortran"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"gcc11"
]
},
{
"type": "lib",
"ports": [
"libgcc",
"gsl",
"libxc4"
]
}
],
"depends_on": []
},
{
"name": "archimedes",
"portdir": "science/archimedes",
"version": "2.0.1",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/archimedes/",
"description": "semiconductor design tool",
"long_description": "Archimedes is a tool for development of semiconductor devices, incorporating some intensive mathematics.",
"active": true,
"categories": [
"science"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "ccpnmr",
"portdir": "science/ccpnmr",
"version": "2.4.2",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.ccpn.ac.uk/ccpn/software/ccpnmr-suite",
"description": "CCPNMR",
"long_description": "The CcpNmr software suite is a series of programs for macromolecular NMR spectroscopy integrated with the CCP data model. The CCP Data Model for macro- molecular NMR is intended to cover all data needed for macromolecular NMR spectroscopy from the initial experimental data to the final validation.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "howarth.at.macports",
"github": "jwhowarth",
"ports_count": 18
}
],
"variants": [
"gcc10",
"gcc11",
"gcc5",
"gcc6",
"gcc7",
"gcc8",
"gcc9",
"gccdevel"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"gcc11"
]
},
{
"type": "lib",
"ports": [
"py27-tkinter",
"freeglut",
"libgcc",
"mesa",
"tk",
"libGLU",
"py27-scipy"
]
}
],
"depends_on": []
},
{
"name": "cdf-to-fits",
"portdir": "science/cdf-to-fits",
"version": "1.0-20180227",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cdf.gsfc.nasa.gov/html/dttools.html",
"description": "CDF to FITS converter",
"long_description": "Tool for converting CDF files to FITS files",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 440
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"cdf",
"cfitsio"
]
}
],
"depends_on": []
},
{
"name": "cdhit",
"portdir": "science/cdhit",
"version": "4.8.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://weizhongli-lab.org/cd-hit/",
"description": "A program for clustering and comparing protein or nucleotide sequences",
"long_description": "A program for clustering and comparing protein or nucleotide sequences",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2106
}
],
"variants": [
"openmp"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"zlib"
]
},
{
"type": "run",
"ports": [
"perl5"
]
}
],
"depends_on": []
},
{
"name": "ce",
"portdir": "science/ce",
"version": "2004-07-06",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://cl.sdsc.edu/ce.html",
"description": "Combinatorial Extension (CE) Method for 3D protein structure comparison and alignment",
"long_description": "Combinatorial Extension (CE) Method for 3D protein structure comparison and alignment",
"active": true,
"categories": [
"science"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "chemtool",
"portdir": "science/chemtool",
"version": "1.6.14",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://ruby.chemie.uni-freiburg.de/~martin/chemtool/",
"description": "Chemtool is a small program for drawing chemical structures",
"long_description": "Chemtool is a small program for drawing chemical structures",
"active": true,
"categories": [
"science",
"chemistry"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-13"
]
},
{
"type": "lib",
"ports": [
"gtk2",
"fig2dev",
"openbabel2"
]
}
],
"depends_on": []
},
{
"name": "coinor-liblemon",
"portdir": "science/coinor-liblemon",
"version": "1.3.1",
"license": "Boost-1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://lemon.cs.elte.hu",
"description": "Library of Efficient Models and Optimization in Networks",
"long_description": "A C++ template library providing easy-to-use implementations of common graph and network related data structures and algorithms.",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "",
"github": "BSeppke",
"ports_count": 1
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-9.0"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"seqan2-apps"
]
}
]
},
{
"name": "cspice",
"portdir": "science/cspice",
"version": "N0066",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://naif.jpl.nasa.gov/naif/",
"description": "SPICE: An Observation Geometry System for Planetary Science Missions",
"long_description": "NASA's Navigation and Ancillary Information Facility (NAIF) provides this toolkit in order to allow (planetary) scientists access to all kinds of space exploration related positioning information.",
"active": true,
"categories": [
"science"
],
"maintainers": [],
"variants": [
"doc",
"prefix_binaries"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-spiceypy",
"py37-spiceypy",
"py310-spiceypy",
"py311-spiceypy",
"py312-spiceypy",
"py313-spiceypy",
"py314-spiceypy"
]
}
]
},
{
"name": "dineroIV",
"portdir": "science/dineroIV",
"version": "7",
"license": "Restrictive and Noncommercial",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pages.cs.wisc.edu/~markhill/DineroIV/",
"description": "cache simulator for memory reference traces",
"long_description": "Dinero IV is a cache simulator for memory reference traces. It includes the following major changes over Dinero III: subroutine-callable interface in addition to trace-reading program; simulation of multi-level caches; simulation of dissimilar I and D caches; better performance, especially for highly associative caches; classification of compulsory, capacity, and conflict misses; support for multiple input formats; cleaned up and modernized code, improved portability.",
"active": true,
"categories": [
"science"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "drc-fir",
"portdir": "science/drc-fir",
"version": "3.2.3",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://drc-fir.sourceforge.net/",
"description": "DRC is a program used to generate correction filters for acoustic compensation",
"long_description": "DRC is a program used to generate correction filters for acoustic compensation of HiFi and audio systems in general, including listening room compensation. DRC generates just the FIR correction filters, which can be used with a real time or offline convolver to provide real time or offline correction. DRC doesn't provide convolution features, and provides only some simplified, although really accurate, measuring tools.",
"active": true,
"categories": [
"science",
"multimedia",
"math"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"coreutils",
"clang-13"
]
}
],
"depends_on": []
},
{
"name": "emergent",
"portdir": "science/emergent",
"version": "5.3.7",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://grey.colorado.edu/emergent",
"description": "Neural network simulator",
"long_description": "emergent is a comprehensive simulation environment for creating complex, sophisticated models of the brain and cognitive processes using neural network models. It includes a full GUI environment for constructing networks and the input/output patterns for the networks to process, and many different analysis tools for understanding what the networks are doing.",
"active": true,
"categories": [
"science"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-9.0"
]
},
{
"type": "fetch",
"ports": [
"subversion"
]
},
{
"type": "lib",
"ports": [
"ode",
"gsl",
"readline",
"Quarter"
]
}
],
"depends_on": []
},
{
"name": "etsf_io",
"portdir": "science/etsf_io",
"version": "1.0.4",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.etsf.eu/resources/software/libraries_and_tools",
"description": "A library of F90 routines to read/write the ETSF_IO file format.",
"long_description": "A library of F90 routines to read/write the common ETSF_IO file format developed by the European Theoretical Spectroscopy Facility (ETSF) for electronic-structure codes.",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "dstrubbe",
"github": "dstrubbe",
"ports_count": 38
}
],
"variants": [
"g95",
"gcc10",
"gcc11",
"gcc5",
"gcc6",
"gcc7",
"gcc8",
"gcc9",
"gccdevel"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"gcc11"
]
},
{
"type": "lib",
"ports": [
"libgcc",
"netcdf-fortran"
]
}
],
"depends_on": []
},
{
"name": "eye",
"portdir": "science/eye",
"version": "1.4.1",
"license": "CeCILL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.astromatic.net/software/eye/",
"description": "software for training SExtractor's retina",
"long_description": "Eye stands for Enhance your Extraction: software for training SExtractor's retina. The retina expands the possibility offered by traditional convolution (e.g. matched filtering) to the non-linear domain. A neural network, connected to pixels of a moving window (retina) in one or several input image(s), is trained to associate these stimuli to the corresponding response in one or several model image(s). The resulting filter can then be loaded in SExtractor to operate complex, wildly non-linear filters on astronomical images. Typical applications of this system include adaptive filtering, feature detection and cosmetic corrections.",
"active": true,
"categories": [
"graphics",
"science"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "fann",
"portdir": "science/fann",
"version": "2.2.0",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://leenissen.dk/fann/",
"description": "Fast Artificial Neural Network Library (FANN)",
"long_description": "Fast Artificial Neural Network Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks.",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "mwilliams256",
"github": "",
"ports_count": 1
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-9.0"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py38-fann2",
"py312-fann2"
]
},
{
"type": "lib",
"ports": [
"rspamd"
]
}
]
},
{
"name": "fastcap-wr",
"portdir": "science/fastcap-wr",
"version": "2.0wr-010114",
"license": "LGPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.wrcad.com/freestuff.html",
"description": "A multipole-accelerated capacitance analysis program",
"long_description": "A multipole-accelerated capacitance analysis program. This version of fastcap has been modified by Whiteley Research.",
"active": true,
"categories": [
"science",
"electronics"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "fasthenry-wr",
"portdir": "science/fasthenry-wr",
"version": "3.0wr-010114",
"license": "LGPL",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "http://www.wrcad.com/freestuff.html",
"description": "A multipole-accelerated inductance analysis program",
"long_description": "A multipole-accelerated inductance analysis program. This version of fasthenry has been modified by Whiteley Research to support superconducting segments and ground planes.",
"active": true,
"categories": [
"science",
"electronics"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "fastlink",
"portdir": "science/fastlink",
"version": "4.1P-20140912",
"license": "none",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.ncbi.nlm.nih.gov/CBBresearch/Schaffer/fastlink.html",
"description": "Genetic Analysis Software",
"long_description": "Genetic linkage analysis is a statistical technique used to map genes and find the approximate location of disease genes.",
"active": true,
"categories": [
"science"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "flashdot",
"portdir": "science/flashdot",
"version": "0.7.8",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.flashdot.info/",
"description": "FlashDot is a generator for psychophysical experiments.",
"long_description": "FlashDot is intended for generating and presenting visual perceptual experiments that require a high temporal precision. It is controlled by a simple experiment building language and allows experiment generation with either a text or a graphical editor.",
"active": true,
"categories": [
"science"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "fetch",
"ports": [
"subversion"
]
},
{
"type": "lib",
"ports": [
"lablgl",
"ocaml",
"ocaml-gsl",
"ocamlsdl"
]
}
],
"depends_on": []
},
{
"name": "gadap",
"portdir": "science/gadap",
"version": "2.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://cola.gmu.edu/grads/grads.php",
"description": "support library to enable OPeNDAP in GrADS2",
"long_description": "GrADS specific library for accessing station data",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "takeshi",
"github": "tenomoto",
"ports_count": 54
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"libdap"
]
}
],
"depends_on": []
},
{
"name": "gcal",
"portdir": "science/gcal",
"version": "4.1",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/gcal/",
"description": "GNU calendar",
"long_description": "Gcal is a program for calculating and printing calendars. Gcal displays hybrid and proleptic Julian and Gregorian calendar sheets, respectively for one month, three months, or a whole year. It also displays eternal holiday lists for many countries around the globe, and features a very powerful creation of fixed date liststhat can be used for reminding purposes. Gcal can calculate various astronomical data and times of the Sun and the Moon for pleasure at any location, precisely enough for most civil purposes. Gcal supports some other calendar systems, for example, the Chinese and Japanese calendars, the Hebrew calendar, and the civil Islamic calendar, too.",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "macports-gcal",
"github": "mhberger",
"ports_count": 1
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"gettext"
]
}
],
"depends_on": []
},
{
"name": "geomview",
"portdir": "science/geomview",
"version": "1.9.5",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.geomview.org/",
"description": "interactive 3D viewing program",
"long_description": "Geomview is an interactive 3D viewing program for Unix. It lets you view and manipulate 3D objects: you use the mouse to rotate, translate, zoom in and out, etc. It can be used as a standalone viewer for static objects or as a display engine for other programs which produce dynamically changing geometry. It can display objects described in a variety of file formats. It comes with a wide selection of example objects, and you can create your own objects too.",
"active": true,
"categories": [
"graphics",
"science",
"x11"
],
"maintainers": [
{
"name": "raphael",
"github": "raphael-st",
"ports_count": 18
}
],
"variants": [
"opengl",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"mesa",
"openmotif",
"xorg-libX11",
"xorg-libXau",
"zlib",
"xorg-libXext",
"xorg-libXmu",
"xorg-libXt",
"xorg-libsm",
"xorg-libXdmcp",
"libGLU"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gvemod-labeler",
"gvemod-cplxview",
"gvemod-crayola",
"gvemod-ndview",
"gvemod-xforms-example",
"gvemodules-xforms",
"maniview",
"orrery"
]
}
]
},
{
"name": "geos2",
"portdir": "science/geos2",
"version": "2.2.3",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://trac.osgeo.org/geos/",
"description": "GEOS Geometry Engine - Open Source",
"long_description": "A C++ port of the Java Topology Suite, providing OpenGIS Simple Features for SQL spatial predicate functions and spatial operators, as well as specific JTS topology functions. Used by PostGIS.",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "opendarwin",
"github": "",
"ports_count": 1
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "gnucap",
"portdir": "science/gnucap",
"version": "2017.10.03",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://gnucap.org",
"description": "GNU Circuit Analysis Package",
"long_description": "Gnucap is the Gnu Circuit Analysis Package. The primary component is a general purpose circuit simulator. It performs nonlinear dc and transient analyses, fourier analysis, and ac analysis. It is fully interactive and command driven. It can also be run in batch mode or as a server. Spice compatible models for the MOSFET (level 1-7), BJT, and diode are included in this release.",
"active": true,
"categories": [
"science"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"readline"
]
}
],
"depends_on": []
},
{
"name": "gnucap-devel",
"portdir": "science/gnucap",
"version": "2018.08.31",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://gnucap.org",
"description": "GNU Circuit Analysis Package",
"long_description": "Gnucap is the Gnu Circuit Analysis Package. The primary component is a general purpose circuit simulator. It performs nonlinear dc and transient analyses, fourier analysis, and ac analysis. It is fully interactive and command driven. It can also be run in batch mode or as a server. Spice compatible models for the MOSFET (level 1-7), BJT, and diode are included in this release.",
"active": true,
"categories": [
"science"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"readline"
]
}
],
"depends_on": []
},
{
"name": "gplcver",
"portdir": "science/gplcver",
"version": "2.12a",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sourceforge.net/projects/gplcver",
"description": "GPL Cver is an open-source, interpreted Verilog simulator by Pragmatic C Software",
"long_description": "Open-source interpreted Verilog simulator with a feature set and performance similar to Verilog-XL. Implements all IEEE 1364-1995 features along with some Verilog-2001 features. Full support for Verilog PLIs.",
"active": true,
"categories": [
"science"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "gpp4",
"portdir": "science/gpp4",
"version": "1.3.1",
"license": "LGPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://launchpad.net/gpp4",
"description": "macromolecular crystallography library",
"long_description": "The goal of this project -- named gpp4 to distinguish it from CCP4 -- is to provide a drop-in replacement for the CCP4 libraries, that as carefully as possible implements the current CCP4 library interface, while not requiring the whole CCP4 package to be installed. Select a Fortran variant to build the Fortran interface library.",
"active": true,
"categories": [
"science"
],
"maintainers": [],
"variants": [
"g95",
"gcc10",
"gcc11",
"gcc5",
"gcc6",
"gcc7",
"gcc8",
"gcc9",
"gccdevel"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0",
"mmdb"
]
}
],
"depends_on": []
},
{
"name": "gr-sdrplay",
"portdir": "science/gr-sdrplay",
"version": "20180717-d28ae3d3",
"license": "GPL-3+",
"platforms": "darwin macosx",
"epoch": 0,
"replaced_by": "gr37-sdrplay",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by gr37-sdrplay",
"long_description": "This port has been replaced by gr37-sdrplay.",
"active": true,
"categories": [
"science",
"comms"
],
"maintainers": [
{
"name": "ra1nb0w",
"github": "ra1nb0w",
"ports_count": 151
},
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 465
}
],
"variants": [
"debug",
"python38",
"python39",
"python310",
"docs"
],
"dependencies": [
{
"type": "build",
"ports": [
"texlive-latex",
"clang-12",
"doxygen",
"graphviz",
"py39-sphinx"
]
},
{
"type": "extract",
"ports": [
null
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
"boost171"
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "gr37-sdrplay",
"portdir": "science/gr-sdrplay",
"version": "20180717-d28ae3d3",
"license": "GPL-3+",
"platforms": "darwin macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gitlab.com/HB9FXQ/gr-sdrplay",
"description": "GNU Radio block for SDRPlay boards",
"long_description": "GNU Radio block for SDRPlay boards",
"active": true,
"categories": [
"science",
"comms"
],
"maintainers": [
{
"name": "ra1nb0w",
"github": "ra1nb0w",
"ports_count": 151
},
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 465
}
],
"variants": [
"debug",
"python27",
"docs",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cppunit",
"swig3-python",
"graphviz",
"py27-sphinx",
"texlive-latex",
"doxygen",
"clang-12",
"pkgconfig",
"cmake"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"gmp",
"mpir",
"python27",
"fftw-3-single",
"SDRplay",
"gnuradio37",
"volk",
"boost171"
]
},
{
"type": "run",
"ports": [
"py27-cheetah",
"py27-matplotlib",
"py27-numpy",
"py27-opengl",
"py27-scipy"
]
}
],
"depends_on": []
},
{
"name": "grig",
"portdir": "science/grig",
"version": "0.8.1",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://groundstation.sourceforge.net/grig/",
"description": "GUI Ham Radio control (CAT) program",
"long_description": "Grig is a simple Ham Radio control (CAT) program based on the Ham Radio Control Libraries (Hamlib).",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "quentin",
"github": "quentinmit",
"ports_count": 8
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"makeicns",
"clang-12"
]
},
{
"type": "lib",
"ports": [
"gtk2",
"hamlib"
]
}
],
"depends_on": []
},
{
"name": "gvemod-cplxview",
"portdir": "science/gvemod-cplxview",
"version": "0.3",
"license": "LGPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.geomview.org/",
"description": "a Geomview plugin for the visualisation of complex functions",
"long_description": "This is the Cplxview emodule, a Geomview plugin for the visualisation of complex functions. emodules are kind of plugins which extend the functionality of Geomview (an interactive 3d viewing program).",
"active": true,
"categories": [
"graphics",
"science",
"x11"
],
"maintainers": [
{
"name": "raphael",
"github": "raphael-st",
"ports_count": 18
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"geomview",
"xforms"
]
}
],
"depends_on": []
}
]
}