HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50172,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=21",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=updated_at&page=19",
"results": [
{
"name": "jgoodies-forms",
"portdir": "java/jgoodies-forms",
"version": "1.6.0",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.jgoodies.com/freeware/forms/",
"description": "Framework to lay out and implement Swing panels.",
"long_description": "The JGoodies Forms framework helps you lay out and implement elegant Swing panels quickly and consistently. It makes simple things easy and the hard stuff possible, the good design easy and the bad difficult.",
"active": true,
"categories": [
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"jgoodies-common",
"kaffe"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"zeroc-ice33-java",
"zeroc-ice34-java",
"zeroc-ice35-java"
]
}
]
},
{
"name": "jgoodies-looks",
"portdir": "java/jgoodies-looks",
"version": "2.5.2",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.jgoodies.com/freeware/looks/",
"description": "High-fidelity Windows and multi-platform appearance.",
"long_description": "The JGoodies look and feels make your Swing applications and applets look better. They have been optimized for readability, precise micro-design and usability.",
"active": true,
"categories": [
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"jgoodies-common",
"kaffe"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"zeroc-ice33-java",
"zeroc-ice34-java",
"zeroc-ice35-java"
]
}
]
},
{
"name": "jicmp",
"portdir": "java/jicmp",
"version": "1.0.12",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.opennms.org/wiki/Jicmp",
"description": "Java ICMP implementation",
"long_description": "ICMP is a Java interface to the ICMP protocol (ping), originally written as a part of OpenNMS",
"active": true,
"categories": [
"java"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "jmock2",
"portdir": "java/jmock2",
"version": "2.5.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.jmock.org/",
"description": "Library for testing Java code using mock objects",
"long_description": "jMock is a library that supports test-driven development of Java code with mock objects. Mock objects help you design and test the interactions between the objects in your programs.",
"active": true,
"categories": [
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"cglib",
"hamcrest-core",
"objenesis",
"kaffe"
]
}
],
"depends_on": []
},
{
"name": "jna",
"portdir": "java/jna",
"version": "3.2.7",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://jna.dev.java.net/",
"description": "Access to native shared libraries with pure Java code",
"long_description": "Java Native Access provides Java programs easy access to native shared libraries (DLLs on Windows) without writing anything but Java code - no JNI or native code is required. This functionality is comparable to Windows' Platform/Invoke and Python's ctypes. Access is dynamic at runtime without code generation. JNA's design aims to provide native access in a natural way with a minimum of effort. No boilerplate or generated code is required. While some attention is paid to performance, correctness and ease of use take priority.",
"active": true,
"categories": [
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"kaffe"
]
}
],
"depends_on": []
},
{
"name": "jrrd",
"portdir": "java/jrrd",
"version": "1.0.4",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.opennms.org/wiki/Jrrd",
"description": "Java interface to RRDTool",
"long_description": "Java interface to RRDTool, originally written as a part of OpenNMS",
"active": true,
"categories": [
"java"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"rrdtool"
]
}
],
"depends_on": []
},
{
"name": "junit",
"portdir": "java/junit",
"version": "4.13.2",
"license": "CPL-1",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://junit.org/junit4/",
"description": "Java framework for repeatable tests",
"long_description": "JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.",
"active": true,
"categories": [
"devel",
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"cobertura",
"subversion-javahlbindings",
"commons-logging"
]
},
{
"type": "lib",
"ports": [
"commons-pool",
"commons-io",
"mysql-connector-java",
"commons-cli",
"xmlgraphics-commons",
"dom4j",
"jfreechart"
]
},
{
"type": "run",
"ports": [
"cobertura",
"cassandra",
"checkstyle"
]
}
]
},
{
"name": "launch4j",
"portdir": "java/launch4j",
"version": "3.50",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://launch4j.sourceforge.net/",
"description": "Cross-platform Java executable wrapper",
"long_description": "Launch4j is a cross-platform tool for wrapping Java applications distributed as jars in lightweight Windows native executables. The executable can be configured to search for a certain JRE version or use a bundled one, and it's possible to set runtime options, like the initial/max heap size. The wrapper also provides better user experience through an application icon, a native pre-JRE splash screen, a custom process name, and a Java download page in case the appropriate JRE cannot be found.",
"active": true,
"categories": [
"java"
],
"maintainers": [
{
"name": "amake",
"github": "amake",
"ports_count": 155
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"libgcc"
]
}
],
"depends_on": []
},
{
"name": "lucene-gosen2",
"portdir": "java/lucene-gosen2",
"version": "2.0.2",
"license": "LGPL-2.1",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/lucene-gosen/",
"description": "a Japanese morphological analyzer for Apache Lucene/Solr 3.x",
"long_description": "lucene-gosen2 is a Japanese morphological analyzer for Apache Lucene/Solr 3.x.",
"active": true,
"categories": [
"textproc",
"java",
"japanese"
],
"maintainers": [],
"variants": [
"naist"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
}
],
"depends_on": []
},
{
"name": "lucene-gosen4",
"portdir": "java/lucene-gosen4",
"version": "4.6.0",
"license": "LGPL-2.1",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/lucene-gosen/",
"description": "a Japanese morphological analyzer for Apache Lucene/Solr 4.x",
"long_description": "lucene-gosen4 is a Japanese morphological analyzer for Apache Lucene/Solr 4.x.",
"active": true,
"categories": [
"textproc",
"java",
"japanese"
],
"maintainers": [],
"variants": [
"naist"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
}
],
"depends_on": []
},
{
"name": "mecab-java",
"portdir": "java/mecab-java",
"version": "0.996",
"license": "(GPL or LGPL or BSD)",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "http://taku910.github.io/mecab/",
"description": "a Java module for MeCab",
"long_description": "mecab-java is a Java module for MeCab.",
"active": true,
"categories": [
"textproc",
"java",
"japanese"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"mecab-utf8"
]
}
],
"depends_on": []
},
{
"name": "msv",
"portdir": "java/msv",
"version": "20081113",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://msv.dev.java.net/",
"description": "Sun Multi-Schema XML Validator (MSV) validates XML files",
"long_description": "The Sun Multi-Schema XML Validator (MSV) is a Java technology tool to validate XML documents against several kinds of XML schemata. It supports RELAX NG, RELAX Namespace, RELAX Core, TREX, XML DTDs and a subset of XML Schema Part 1.",
"active": true,
"categories": [
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"kaffe"
]
}
],
"depends_on": []
},
{
"name": "mysql-connector-java",
"portdir": "java/mysql-connector-java",
"version": "5.1.12",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dev.mysql.com/doc/refman/5.1/en/connector-j.html",
"description": "MySQL Official JDBC connector for MySQL database.",
"long_description": "MySQL Connector/J is a native Java driver that converts JDBC (Java Database Connectivity) calls into the network protocol used by the MySQL database. It lets developers working with the Java programming language easily build programs and applets that interact with MySQL and connect all corporate data, even in a heterogeneous environment. MySQL Connector/J is a Type IV JDBC driver and has a complete JDBC feature set that supports the capabilities of MySQL.",
"active": true,
"categories": [
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"apache-ant",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"jakarta-log4j",
"junit",
"kaffe"
]
}
],
"depends_on": []
},
{
"name": "objectweb-anttasks",
"portdir": "java/objectweb-anttasks",
"version": "1.3.2",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://monolog.objectweb.org/",
"description": "ObjectWeb ant tasks",
"long_description": "Assorted utility tasks used in ObjectWeb ant builds.",
"active": true,
"categories": [
"devel",
"java"
],
"maintainers": [],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"apache-ant",
"xalanj",
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"objectweb-asm"
]
}
]
},
{
"name": "objectweb-asm",
"portdir": "java/objectweb-asm",
"version": "2.1",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://asm.objectweb.org/",
"description": "Java bytecode manipulation framework.",
"long_description": "ASM is a Java bytecode manipulation framework. It offers similar functionalities as BCEL or SERP, but is much smaller and faster than these tools.",
"active": true,
"categories": [
"devel",
"java"
],
"maintainers": [],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"apache-ant",
"objectweb-anttasks",
"clang-9.0"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"cobertura"
]
}
]
},
{
"name": "objenesis",
"portdir": "java/objenesis",
"version": "1.1",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/objenesis/",
"description": "Library for instantiating Java objects",
"long_description": "It's pretty easy to instantiate objects in Java through standard reflection. However there are many cases where you need to go beyond what reflection provides. For example, if there's no public constructor, you want to bypass the constructor code, or set final fields. There are numerous clever (but fiddly) approaches to getting around this and this library provides a simple way to get at them.",
"active": true,
"categories": [
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"kaffe"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"jmock2"
]
}
]
},
{
"name": "saxpath",
"portdir": "java/saxpath",
"version": "1.0",
"license": "Apache-1.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://saxpath.sourceforge.net/",
"description": "simple Java API for XPath",
"long_description": "The SAXPath project is a Simple API for XPath. SAXPath is analogous to SAX in that the API abstracts away the details of parsing and provides a simple event based callback interface.",
"active": true,
"categories": [
"devel",
"textproc",
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"apache-ant",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"kaffe"
]
}
],
"depends_on": []
},
{
"name": "scala-migrations",
"portdir": "java/scala-migrations",
"version": "1.0.1",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/scala-migrations/",
"description": "Database migrations written in Scala",
"long_description": "Scala Migrations is a library to manage upgrades and rollbacks to database schemas. Migrations allow a source control system to manage together the database schema and the code using the schema. It is designed to allow multiple developers working on a project with a database backend to design schema modifications independently, apply the migrations to their local database for debugging and when complete, check them into a source control system to manage as one manages normal source code. Other developers then check out the new migrations and apply them to their local database. Finally, the migrations are used to migrate the production databases to the latest schema version. The Scala Migrations library is written in Scala and makes use of the clean Scala language to write easy to understand migrations, which are also written in Scala. Scala Migrations provides a database abstraction layer that allows migrations to target any supported database vendor.",
"active": true,
"categories": [
"java"
],
"maintainers": [
{
"name": "blair",
"github": "blair",
"ports_count": 26
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"kaffe"
]
}
],
"depends_on": []
},
{
"name": "slf4j",
"portdir": "java/slf4j",
"version": "1.5.6",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.slf4j.org/",
"description": "Simple Logging Facade for Java (SLF4J)",
"long_description": "The Simple Logging Facade for Java or (SLF4J) is intended to serve as a simple facade for various logging APIs allowing to the end-user to plug in the desired implementation at deployment time. SLF4J also supports a bridging legacy APIs as well as a source code migration tool. SLF4J API offers an advanced abstraction of various logging systems, including JDK 1.4 logging, log4j and logback. Features include parameterized logging and MDC support.",
"active": true,
"categories": [
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"kaffe"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"log4jdbc"
]
},
{
"type": "run",
"ports": [
"cassandra"
]
}
]
},
{
"name": "spring-framework25",
"portdir": "java/spring-framework25",
"version": "2.5.6.SEC01",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.springframework.org/",
"description": "Spring application framework for Java",
"long_description": "Spring is a layered Java/J2EE application framework.",
"active": true,
"categories": [
"java"
],
"maintainers": [],
"variants": [
"with_libs"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"kaffe"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"spring-javaconfig"
]
}
]
},
{
"name": "spring-framework30",
"portdir": "java/spring-framework30",
"version": "3.0.7",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.springsource.org/about",
"description": "Spring application framework for Java",
"long_description": "Spring is a layered Java/J2EE application framework.",
"active": true,
"categories": [
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"kaffe"
]
}
],
"depends_on": []
},
{
"name": "spring-framework31",
"portdir": "java/spring-framework31",
"version": "3.1.2",
"license": "(Apache-2 or BSD)",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.springsource.org/about",
"description": "Spring application framework for Java",
"long_description": "Spring is a layered Java/J2EE application framework.",
"active": true,
"categories": [
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"kaffe"
]
}
],
"depends_on": []
},
{
"name": "typesafe-activator",
"portdir": "java/typesafe-activator",
"version": "1.3.12",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.playframework.com",
"description": "TypeSafe activator framework used by the java web play framework",
"long_description": "Play Framework makes it easy to build web applications with Java & Scala. Play is based on a lightweight, stateless, web-friendly architecture. Built on Akka, Play provides predictable and minimal resource consumption (CPU, memory, threads) for highly-scalable applications.",
"active": true,
"categories": [
"devel",
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
}
],
"depends_on": []
},
{
"name": "unicodeconverter-java",
"portdir": "java/unicodeconverter-java",
"version": "2.0",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://unicodeconvert.sourceforge.net/",
"description": "Convert various encodings to UTF-8",
"long_description": "UnicodeConverter is a Java program that converts text and HTML files in VNI, VISCII, VPS, TCVN, or VIQR/Vietnet format to Unicode UTF-8. The program, executable in both graphic user interface (GUI) and command-line modes, is capable of converting multiple files in a directory, or an entire directory, including its subdirectories. In effect, this enhanced capability enables conversion of an entire website to Unicode UTF-8 format with one single command or a few mouse clicks.",
"active": true,
"categories": [
"textproc",
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"kaffe"
]
}
],
"depends_on": []
},
{
"name": "xalanj",
"portdir": "java/xalanj",
"version": "2.7.1",
"license": "Apache-2 and Apache-1.1 and W3C and MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://xml.apache.org/xalan-j/",
"description": "Apache Xerces 2 Java XML Parser",
"long_description": "Xalan-Java is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. It implements XSL Transformations (XSLT) Version 1.0 and XML Path Language (XPath) Version 1.0. It can be used from the command line, in an applet or a servlet, or as a module in other program.",
"active": true,
"categories": [
"textproc",
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"apache-ant",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"kaffe"
]
},
{
"type": "run",
"ports": [
"xercesj"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"objectweb-anttasks"
]
}
]
},
{
"name": "xml-commons-resolver",
"portdir": "java/xml-commons-resolver",
"version": "1.1",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://xml.apache.org/commons/components/resolver/index.html",
"description": "Java library for XML entity resolution",
"long_description": "It is very common for web resources to be related to other resources. These relationships are expressed using URIs, most often URLs. Relying on URLs to directly identify resources to be retrieved often causes problems for end users. One way to avoid these problems is to use an entity resolver (a standard part of SAX) or a URI Resolver (a standard part of JAXP). A resolver can examine the URIs of the resources being requested and determine how best to satisfy those requests. The best way to make this function in an interoperable way is to define a standard format for mapping system identifiers and URIs. These catalog files can be used to map public and system identifiers and other URIs to local files (or just other URIs). The XML Commons Resolver classes greatly simplify the task of using catalog files to perform entity resolution.",
"active": true,
"categories": [
"devel",
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"apache-ant",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"kaffe"
]
}
],
"depends_on": []
},
{
"name": "zeroc-ice33-java",
"portdir": "java/zeroc-ice33-java",
"version": "3.3.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.zeroc.com/",
"description": "Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP",
"long_description": "The Internet Communications Engine (Ice) is a modern alternative to object middleware such as CORBA or COM/DCOM/COM+, with support for C++, C#, Java, PHP, Python, Ruby and Visual Basic. Ice consists of the following packages. Slice: The Specification Language for Ice. Slice establishes a contract between clients and servers, and is also used to describe persistent data. Slice Compilers: Slice specifications are compiled into various programming languages. Ice supports C++, Java, C#, Visual Basic, PHP, Python and Ruby. Ice clients and servers work together, regardless of the programming language. Ice: The Ice core library manages all the communication tasks using a highly efficient protocol (including protocol compression and support for both TCP and UDP), provides a flexible thread pool for multi-threaded servers. This Port provides the Java runtime and bindings.",
"active": true,
"categories": [
"devel",
"java"
],
"maintainers": [],
"variants": [
"demo_source_code"
],
"dependencies": [
{
"type": "build",
"ports": [
"jgoodies-forms",
"proguard",
"clang-9.0",
"apache-ant",
"jgoodies-looks"
]
},
{
"type": "lib",
"ports": [
"zeroc-ice33",
"db46-java"
]
}
],
"depends_on": []
},
{
"name": "zeroc-ice34-java",
"portdir": "java/zeroc-ice34-java",
"version": "3.4.2",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.zeroc.com/",
"description": "Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP",
"long_description": "The Internet Communications Engine (Ice) is a modern alternative to object middleware such as CORBA or COM/DCOM/COM+, with support for C++, C#, Java, PHP, Python, Ruby and Visual Basic. Ice consists of the following packages. Slice: The Specification Language for Ice. Slice establishes a contract between clients and servers, and is also used to describe persistent data. Slice Compilers: Slice specifications are compiled into various programming languages. Ice supports C++, Java, C#, Visual Basic, PHP, Python and Ruby. Ice clients and servers work together, regardless of the programming language. Ice: The Ice core library manages all the communication tasks using a highly efficient protocol (including protocol compression and support for both TCP and UDP), provides a flexible thread pool for multi-threaded servers. This Port provides the Java runtime and bindings.",
"active": true,
"categories": [
"devel",
"java"
],
"maintainers": [],
"variants": [
"demo_source_code"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"jgoodies-looks",
"proguard",
"apache-ant",
"jgoodies-common",
"jgoodies-forms"
]
},
{
"type": "lib",
"ports": [
"zeroc-ice34",
"db46-java"
]
}
],
"depends_on": []
},
{
"name": "zeroc-ice35-java",
"portdir": "java/zeroc-ice35-java",
"version": "3.5.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.zeroc.com/",
"description": "Fast, object-oriented RPC for C++, Java, Python, Ruby, PHP",
"long_description": "The Internet Communications Engine (Ice) is a modern alternative to object middleware such as CORBA or COM/DCOM/COM+, with support for C++, C#, Java, PHP, Python, Ruby and Visual Basic. Ice consists of the following packages. Slice: The Specification Language for Ice. Slice establishes a contract between clients and servers, and is also used to describe persistent data. Slice Compilers: Slice specifications are compiled into various programming languages. Ice supports C++, Java, C#, Visual Basic, PHP, Python and Ruby. Ice clients and servers work together, regardless of the programming language. Ice: The Ice core library manages all the communication tasks using a highly efficient protocol (including protocol compression and support for both TCP and UDP), provides a flexible thread pool for multi-threaded servers. This Port provides the Java runtime and bindings.",
"active": true,
"categories": [
"devel",
"java"
],
"maintainers": [],
"variants": [
"demo_source_code"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"jgoodies-looks",
"proguard",
"apache-ant",
"jgoodies-common",
"jgoodies-forms"
]
},
{
"type": "lib",
"ports": [
"zeroc-ice35",
"db46-java"
]
}
],
"depends_on": []
},
{
"name": "choqok",
"portdir": "kde/choqok",
"version": "1.4",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://choqok.gnufolks.org/",
"description": "A Free/Open Source micro-blogging client for KDE.",
"long_description": "A Free/Open Source micro-blogging client for KDE.",
"active": true,
"categories": [
"kde",
"kde4"
],
"maintainers": [],
"variants": [
"debug",
"docs",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"automoc",
"cmake",
"pkgconfig",
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"qt4-mac",
"kdelibs4",
"phonon",
"qca",
"qjson",
"qoauth"
]
}
],
"depends_on": []
},
{
"name": "dictconv",
"portdir": "kde/dictconv",
"version": "0.2",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://ktranslator.sourceforge.net/",
"description": "converts dictionary file types",
"long_description": "dictconv converts a dictionary from one file type to another.",
"active": true,
"categories": [
"kde"
],
"maintainers": [
{
"name": "ryandesign",
"github": "",
"ports_count": 218
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"libxml2"
]
}
],
"depends_on": []
},
{
"name": "kde4-workspace",
"portdir": "kde/kde4-workspace",
"version": "4.14.4.20150324",
"license": "GPL-2+ and LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.kde.org/workspaces/",
"description": "KDE Workspace",
"long_description": "Brings certain aspects of Linux/X11 KDE workspaces (\"Plasma\") to OS X, notably the System Settings application and the Oxygen style. KDE 4.14.4.20150324 has Plasma 4.11.17",
"active": true,
"categories": [
"kde",
"kde4"
],
"maintainers": [
{
"name": "rjvbertin",
"github": "RJVB",
"ports_count": 55
}
],
"variants": [
"debug",
"docs",
"oxygen",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"automoc",
"boost176",
"freetype",
"clang-9.0",
"pkgconfig",
"libusb",
"cmake"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"libqalculate",
"nepomuk-core",
"kdepimlibs4",
"kdelibs4",
"kactivities",
"qimageblitz",
"qjson",
"phonon",
"qt4-mac"
]
}
],
"depends_on": []
},
{
"name": "kgraphviewer",
"portdir": "kde/kgraphviewer",
"version": "2.2.0",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://extragear.kde.org/apps/kgraphviewer/",
"description": "GraphViz dot graph viewer for KDE",
"long_description": "KGraphViewer is a GraphViz dot graph viewer for KDE. The graphviz program suite is a free software set of layout engines for graphs. They are commonly used in scientific domains and particularly in computer science. But until now there was a lack of a modern GUI to look at the graphs. KGraphViewer is aimed at replacing these tools with a modern user-friendly GUI with all the power of a well integrated KDE application.",
"active": true,
"categories": [
"kde",
"kde4"
],
"maintainers": [],
"variants": [
"debug",
"docs",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"automoc",
"cmake",
"pkgconfig",
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"qt4-mac",
"boost176",
"phonon",
"graphviz",
"kde4-runtime",
"kdelibs4"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"massif-visualizer"
]
}
]
},
{
"name": "koffice2-devel",
"portdir": "kde/koffice2-devel",
"version": "1.9.98.7",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.kde.org",
"description": "The KDE Office suite. KOffice is built on the KDE4 platform",
"long_description": "The KDE Office suite. KOffice is built on the KDE4 platform",
"active": true,
"categories": [
"kde",
"kde4"
],
"maintainers": [],
"variants": [
"debug",
"docs",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"automoc",
"cmake",
"pkgconfig",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"qt4-mac",
"eigen",
"phonon",
"kde4-baseapps",
"kdelibs4"
]
}
],
"depends_on": []
},
{
"name": "krusader",
"portdir": "kde/krusader",
"version": "2.4.0-beta3",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://krusader.org",
"description": "Advanced twin panel (commander style) file manager for KDE.",
"long_description": "Krusader is an advanced twin panel (commander style) file manager for KDE, similar to Midnight or Total Commander (formerly Windows Commander), with many extras such as directory synchronization, transparent archive handling, FTP, advanced search, internal viewer, ...",
"active": true,
"categories": [
"kde",
"kde4"
],
"maintainers": [],
"variants": [
"debug",
"docs",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-13",
"automoc",
"cmake",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"qt4-mac",
"phonon",
"kde4-runtime",
"kdelibs4"
]
}
],
"depends_on": []
},
{
"name": "massif-visualizer",
"portdir": "kde/massif-visualizer",
"version": "0.4.0",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://projects.kde.org/projects/extragear/sdk/massif-visualizer",
"description": "tool to visualize valgrind massif data",
"long_description": "Massif Visualizer is a tool that visualizes massif data. You run your application in Valgrind with --tool=massif and then open the generated massif.out.%pid in the visualizer. Gzip or Bzip2 compressed massif files can also be opened transparently.",
"active": true,
"categories": [
"kde",
"kde4"
],
"maintainers": [],
"variants": [
"debug",
"docs",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"automoc",
"cmake",
"pkgconfig"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"qt4-mac",
"phonon",
"kgraphviewer"
]
}
],
"depends_on": []
},
{
"name": "polkit-qt",
"portdir": "kde/polkit-qt",
"version": "0.112.0",
"license": "(LGPL or GPL-2+)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://techbase.kde.org/Polkit-Qt-1",
"description": "Qt PolicyKit wrapper",
"long_description": "Polkit-qt is a library that lets developers use the PolicyKit API through a nice Qt-styled API. It is mainly a wrapper around QAction and QAbstractButton that lets you integrate those two component easily with PolicyKit",
"active": true,
"categories": [
"security",
"kde",
"kde4"
],
"maintainers": [
{
"name": "rjvbertin",
"github": "RJVB",
"ports_count": 55
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"automoc",
"cmake",
"pkgconfig",
"clang-12"
]
},
{
"type": "lib",
"ports": [
"qt4-mac",
"policykit"
]
}
],
"depends_on": []
},
{
"name": "polkit-qt5-devel",
"portdir": "kde/polkit-qt",
"version": "0.112.0.9",
"license": "(LGPL or GPL-2+)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://techbase.kde.org/Polkit-Qt-1",
"description": "Qt PolicyKit wrapper",
"long_description": "Polkit-qt5 is a library that lets developers use the PolicyKit API through a nice Qt5-styled API. It is mainly a wrapper around QAction and QAbstractButton that lets you integrate those two component easily with PolicyKit",
"active": true,
"categories": [
"security",
"kde",
"kf5"
],
"maintainers": [
{
"name": "rjvbertin",
"github": "RJVB",
"ports_count": 55
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-12"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"qt5-qtbase",
"policykit"
]
}
],
"depends_on": []
},
{
"name": "prison",
"portdir": "kde/prison",
"version": "1.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.kde.org",
"description": "KDE bar code library",
"long_description": "prison is a barcode api currently offering a nice Qt api to produce QRCode barcodes and DataMatrix barcodes, and can easily be made support more.",
"active": true,
"categories": [
"kde",
"kde4"
],
"maintainers": [],
"variants": [
"debug",
"docs",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"automoc",
"cmake",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"qt4-mac",
"phonon",
"libdmtx",
"qrencode"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"kdepimlibs4",
"kdepimlibs4-kioslaves"
]
}
]
},
{
"name": "rkward",
"portdir": "kde/rkward",
"version": "0.6.5",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rkward.kde.org",
"description": "KDE frontend to the R statistics language",
"long_description": "RKWard aims to become an easy to use, transparent frontend to R, a powerful system for statistical computation and graphics. Besides a convenient GUI for the most important statistical functions, future versions will also provide seamless integration with an office-suite.",
"active": true,
"categories": [
"science",
"math",
"kde",
"kde4"
],
"maintainers": [
{
"name": "meik.michalke",
"github": "",
"ports_count": 1
},
{
"name": "rkward-devel",
"github": "",
"ports_count": 1
}
],
"variants": [
"debug",
"docs",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"automoc",
"cmake",
"pkgconfig",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"phonon",
"R",
"kate",
"kdelibs4",
"okular"
]
}
],
"depends_on": []
},
{
"name": "shared-desktop-ontologies",
"portdir": "kde/shared-desktop-ontologies",
"version": "0.11.0",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://oscaf.sourceforge.net",
"description": "Open Semantic Collaboration Architecture Foundation (OSCAF) ontologies and reference code development.",
"long_description": "This project is used by maintainers from open source projects to maintain standards for the interoperability of desktop and web applications.",
"active": true,
"categories": [
"devel",
"kde",
"kde4"
],
"maintainers": [],
"variants": [
"debug",
"docs"
],
"dependencies": [
{
"type": "build",
"ports": [
"automoc",
"cmake",
"pkgconfig",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"phonon",
"docbook-xsl-ns",
"qt4-mac"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"kdelibs4",
"digikam",
"kdepim4",
"kdepim4-runtime"
]
}
]
},
{
"name": "skrooge",
"portdir": "kde/skrooge",
"version": "1.8.0",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://skrooge.org",
"description": "Skrooge",
"long_description": "Personal finance management tool for KDE4, with the aim of being highly intuitive, while providing powerful functions such as reporting (including graphics), persistent Undo/Redo, encryption, and much more...",
"active": true,
"categories": [
"kde",
"finance"
],
"maintainers": [],
"variants": [
"debug",
"docs",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"automoc",
"cmake",
"pkgconfig",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"qca-ossl",
"kde4-runtime",
"qt4-mac",
"oxygen-icons",
"kdelibs4",
"qt4-mac-sqlite3-plugin",
"phonon",
"libofx"
]
}
],
"depends_on": []
},
{
"name": "Maude",
"portdir": "lang/Maude",
"version": "2.7.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://maude.cs.illinois.edu",
"description": "high-performance reflective language and system supporting both equational and rewriting logic specification and programming",
"long_description": "Maude is a high-performance reflective language and system supporting both equational and rewriting logic specification and programming for a wide range of applications. Maude has been influenced in important ways by the OBJ3 language, which can be regarded as an equational logic sublanguage. Besides supporting equational specification and programming, Maude also supports rewriting logic computation.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"bison",
"flex",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"gmp",
"cvc4",
"libsigsegv",
"buddy"
]
}
],
"depends_on": []
},
{
"name": "Omega",
"portdir": "lang/Omega",
"version": "1.4.2",
"license": "unknown",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://web.cecs.pdx.edu/~sheard/Omega/",
"description": "An interpreted, functional language with an expressive type system",
"long_description": "Omega is a strict dialect of Haskell providing type-level computations and by this virtue integrates a theorem prover.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "ggreif",
"github": "",
"ports_count": 2
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"ghc",
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"libedit"
]
}
],
"depends_on": []
},
{
"name": "argh",
"portdir": "lang/argh",
"version": "0.2.3",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.sha-bang.de/index.php?page=13_eso",
"description": "an interpreter for the GOTO languages Argh! and Aargh!",
"long_description": "an interpreter for the GOTO languages Argh! and Aargh!",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "asn1c",
"portdir": "lang/asn1c",
"version": "0.9.28",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://lionet.info/asn1c/",
"description": "ASN.1 to C compiler",
"long_description": "The asn1c is a Free ASN.1 to C compiler. It supports a wide range of ASN.1 syntaxes, including ISO/IEC/ITU ASN.1 1988, 1994, 1997, 2002 and later amendments. The basic supported syntax is ITU-T Rec. X.690 | ISO/IEC 8825-1 (2002).",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "berkeley_upc",
"portdir": "lang/berkeley_upc",
"version": "2.22.3",
"license": "BSD and LGPL and GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://upc.lbl.gov/",
"description": "Unified Parallel C runtime",
"long_description": "This is the runtime component of the Berkeley UPC compiler. It also contains the 'upcc' front end to the UPC compilation system.",
"active": true,
"categories": [
"science",
"lang",
"parallel"
],
"maintainers": [
{
"name": "takeshi",
"github": "tenomoto",
"ports_count": 54
}
],
"variants": [
"clang10",
"clang11",
"clang12",
"clang50",
"clang60",
"clang70",
"clang80",
"clang90",
"clangdevel",
"gcc10",
"gcc11",
"gcc5",
"gcc6",
"gcc7",
"gcc8",
"gcc9",
"gccdevel",
"mpich",
"openmpi"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5",
"upc"
]
}
],
"depends_on": []
},
{
"name": "bigloo",
"portdir": "lang/bigloo",
"version": "3.8c",
"license": "(GPL-2+ or LGPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www-sop.inria.fr/mimosa/fp/Bigloo/",
"description": "Bigloo is a fast Scheme implementation.",
"long_description": "Bigloo is a Scheme implementation devoted to one goal: enabling Scheme based programming style where C(++) is usually required. Bigloo attempts to make Scheme practical by offering features usually presented by traditional programming languages but not offered by Scheme and functional programming. Bigloo compiles Scheme modules. It delivers small and fast standalone binary executables. Bigloo enables full connections between Scheme and C programs, between Scheme and Java programs, and between Scheme and C# programs.",
"active": true,
"categories": [
"lang",
"scheme"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "blassic",
"portdir": "lang/blassic",
"version": "0.10.0",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://blassic.net/",
"description": "Blassic is a classic Basic interpreter",
"long_description": "Blassic is a classic Basic interpreter. The line numbers are mandatory, and it has PEEK & POKE. The main goal is to execute programs written in old interpreters, even those that use peculiar control flow constructs or automodifiable code. However, it can be used as a scripting language, and has some not-so-classic instructions. It has graphics modes that are compatible with some classic systems and user defined.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"ncurses"
]
}
],
"depends_on": []
},
{
"name": "boo",
"portdir": "lang/boo",
"version": "0.9.1.3287",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://boo.codehaus.org/",
"description": "object oriented statically typed programming language for CLI",
"long_description": "Boo is a new object oriented statically typed programming language for the Common Language Infrastructure with a Python-inspired syntax and a special focus on language and compiler extensibility.",
"active": true,
"categories": [
"lang",
"mono"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"nant",
"pkgconfig",
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"mono"
]
}
],
"depends_on": []
}
]
}