summaryrefslogtreecommitdiff
path: root/misc/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* misc/py-optuna: New port: Hyperparameter optimization frameworkYuri Victorovich13 days1-0/+1
|
* misc/py-cinder: Remove expired portRene Ladan2024-06-111-1/+0
| | | | 2024-06-04 misc/py-cinder: Depends on expired databases/py-sqlalchemy12
* misc/rgb-tui: New port: Create and get color codes from the terminal using a ↵Yuri Victorovich2024-06-051-0/+1
| | | | nice interface
* misc/Makefile: remove ghost entry for py-streamlitChristian Weisgerber2024-05-241-1/+0
| | | | | | The py-streamlit port was imported under www. Reported by: Louis Epstein on comp.unix.bsd.freebsd.misc
* misc/py-aider-chat: new port - AI pair programming in your terminalDave Cottlehuber2024-05-221-0/+1
| | | | Sponsored by: SkunkWerks, GmbH
* www/py-streamlit: new port - turn data scripts into shareable web appsDave Cottlehuber2024-05-221-0/+1
|
* misc/py-llm-claude-3: new port - anthropic claude3 lib for py-llmDave Cottlehuber2024-05-221-0/+1
| | | | Differential Revision: https://reviews.freebsd.org/D45269
* misc/py-llm: new port - interact with remote and local models incl OpenAI, ↵Dave Cottlehuber2024-05-221-0/+1
| | | | and Anthropic
* misc/py-anthropic: new port - REST-based SDK for Anthropic APIDave Cottlehuber2024-05-221-0/+1
|
* misc/py-files-to-prompt: new port - concatenate files for LLM promptsDave Cottlehuber2024-05-221-0/+1
|
* misc/libspnav: New port: Library for communicating with spacenavd or 3dxsrvYuri Victorovich2024-05-191-0/+1
|
* misc/quary: New port: Open-source BI for engineersYuri Victorovich2024-05-181-0/+1
|
* misc/jirust: New port: JIRA terminal UIYuri Victorovich2024-05-161-0/+1
|
* misc/bedrust: New port: Invoke NN models on Amazon BedrockYuri Victorovich2024-05-051-0/+1
|
* cleanup: Remove expired ports:Rene Ladan2024-04-301-1/+0
| | | | | 2024-04-30 misc/firestring: Upstream is gone and last release in 2004 2024-04-30 dns/firedns: Abandonware, upstream is gone and last release in 2004 and it also depends on unfetchable misc/firestring. Consider dns/c-ares
* misc/py-codecarbon: New port: Track Compute emissions, recommend ways to ↵Yuri Victorovich2024-04-281-0/+1
| | | | reduce environmental impact
* misc/py-accelerate: New port: PyTorch: simple way to launch, train, use ↵Yuri Victorovich2024-04-261-0/+1
| | | | PyTorch models on any device
* misc/rubygem-dotenv-rails: Add rubygem-dotenv-rails 3.1.0Po-Chuan Hsieh2024-04-181-0/+1
|
* misc/urbit: DeprecateYuri Victorovich2024-04-081-1/+0
| | | | | | | | | This project migrated between build systems several times, and now it uses Bazel and Hoon. The 2 remaining packaging systems having urbit download Linux binaries because there doesn't seem to be a reasonable way to build it.
* misc/xgas: Remove expired portRene Ladan2024-04-061-1/+0
| | | | 2024-04-05 misc/xgas: SUNSITE is no longer maintained
* py-qiskit: remove and unbreak the ports treeAntoine Brodin2024-04-051-1/+0
|
* misc/buffer: Remove expired portRene Ladan2024-04-011-1/+0
| | | | 2024-03-31 misc/buffer: No upstream updates since 1995. Switch to misc/mbuffer
* misc/R-cran-optimx: New port: Expanded Replacement and Extension of the ↵Nuno Teixeira2024-03-291-0/+1
| | | | | | | | | | | 'optim' Function Provides a replacement and extension of the optim() function to call to several function minimization codes in R in a single statement. These methods handle smooth, possibly box constrained functions of several or many parameters. WWW: https://cran.r-project.org/web/packages/optimx/
* misc/py-sigopt: New port: SigOpt Python API clientYuri Victorovich2024-03-221-0/+1
|
* misc/py-timm-vis: New port: Visualizer for PyTorch image modelsYuri Victorovich2024-03-221-0/+1
|
* misc/py-timm: New port: PyTorch Image ModelsYuri Victorovich2024-03-221-0/+1
|
* misc/py-xformers: New port: Transformers building blocks, supporting a ↵Yuri Victorovich2024-03-211-0/+1
| | | | composable construction
* misc/py-openai-whisper: New port: Robust Speech Recognition via Large-Scale ↵Yuri Victorovich2024-03-211-0/+1
| | | | Weak Supervision
* misc/skyutils: Remove expired portMuhammad Moinur Rahman2024-02-291-1/+0
| | | | misc/skyutils
* misc/smssend: Remove expired portMuhammad Moinur Rahman2024-02-291-1/+0
| | | | misc/smssend
* misc/rubygem-dotenv2: Add rubygem-dotenv2 2.8.1 (copied from rubygem-dotenv)Po-Chuan Hsieh2024-02-211-0/+1
| | | | - Add PORTSCOUT
* misc/tenere: New port: TUI interface for LLMsYuri Victorovich2024-02-151-0/+1
|
* misc/llama-cpp: New port: Facebook's LLaMA model in C/C++Yuri Victorovich2024-02-151-0/+1
|
* misc/py-pkbar: New port: Keras Progress Bar for PyTorchYuri Victorovich2024-02-121-0/+1
|
* misc/py-litellm: add port: Call all LLM APIs using the OpenAI formatHiroki Tagato2024-02-121-0/+1
| | | | | | | | | | | | | | | | Call all LLM APIs using the OpenAI format [Bedrock, Huggingface, VertexAI, TogetherAI, Azure, OpenAI, etc.] LiteLLM manages: - Translate inputs to provider's completion, embedding, and image_generation endpoints - Consistent output, text responses will always be available at ['choices'][0]['message']['content'] - Retry/fallback logic across multiple deployments (e.g. Azure/OpenAI) - Router - Track spend & set budgets per project OpenAI Proxy Server WWW: https://github.com/BerriAI/litellm
* misc/py-huggingface-hub: add port: Official Python client for the ↵Hiroki Tagato2024-02-121-0/+1
| | | | | | | | | | | | | | Huggingface Hub The huggingface_hub library allows you to interact with the Hugging Face Hub, a platform democratizing open-source Machine Learning for creators and collaborators. Discover pre-trained models and datasets for your projects or play with the thousands of machine learning apps hosted on the Hub. You can also create and share your own models, datasets and demos with the community. The huggingface_hub library provides a simple way to do all these things with Python. WWW: https://github.com/huggingface/huggingface_hub
* misc/mc: drop needless run-time dependencies on Aspell and XlibAlexey Dokuchaev2024-01-151-1/+0
| | | | | | | | | | | | | | | | | | | | | Yury V. Zaytsev points out that for X11 and Aspell support, header files <X11/Xlib.h> and <aspell.h> are only needed during the build, while their corresponding libraries would be loaded dynamically if available; if not, mc(1) would still work fine, just without those features. The source code and ldd(1) output confirm his findings: % cd $WRKDIR/mc-4.8.30 && grep -R -A1 g_module_build_path * lib/tty/x11conn.c: x11_module_fname = g_module_build_path (NULL, "X11"); lib/tty/x11conn.c- x11_module = g_module_open (x11_module_fname, G_MODULE_BIND_LAZY); -- src/editor/spell.c: spell_module_fname = g_module_build_path (NULL, "libaspell"); src/editor/spell.c- spell_module = g_module_open (spell_module_fname, G_MODULE_BIND_LAZY); This allows to enable Aspell support by default and drop X11-less slave port now that both of these dependencies are build-time only yet still can be completely disabled via options. PR: 269120
* misc/py-instructor: add port: Structured outputs for llmsHiroki Tagato2024-01-121-0/+1
| | | | | | | | | | | | | Structured extraction in Python, powered by OpenAI's function calling API, designed for simplicity, transparency, and control. Dive into the world of Python-based structured extraction, empowered by OpenAI's cutting-edge function calling API. Instructor stands out for its simplicity, transparency, and user-centric design. Whether you're a seasoned developer or just starting out, you'll find Instructor's approach intuitive and its results insightful. WWW: https://github.com/jxnl/instructor
* misc/compat13x: Add port.Gleb Popov2024-01-061-0/+1
| | | | This port provides only base OpenSSL 1.1.1 for now.
* misc/air: New port: Simple ChatGPT & Llama-cpp command line with ANSI ↵Yuri Victorovich2024-01-021-0/+1
| | | | markdown display
* misc/py-vaderSentiment: New port: VADER sentiment analysisYuri Victorovich2023-12-311-0/+1
|
* lang/php80: SunsetMuhammad Moinur Rahman2023-12-311-1/+0
|
* misc/py-ast-comments: New port: Extension to the built-in ast moduleYuri Victorovich2023-12-291-0/+1
|
* misc/py-mmsegmentation: New port: OpenMMLab: Semantic Segmentation Toolbox ↵Yuri Victorovich2023-12-271-0/+1
| | | | and Benchmark
* misc/py-mmdet: New port: OpenMMLab: Detection Toolbox and BenchmarkYuri Victorovich2023-12-271-0/+1
|
* misc/py-mmcv: New port: OpenMMLab: Foundational library for computer vision ↵Yuri Victorovich2023-12-271-0/+1
| | | | research
* misc/py-mmengine: New port: Engine of OpenMMLab projects: training PyTorch ↵Yuri Victorovich2023-12-271-0/+1
| | | | deep learning models
* misc/py-facenet-pytorch: New port: Pretrained PyTorch face detection and ↵Yuri Victorovich2023-12-271-0/+1
| | | | recognition models
* misc/py-safetensors: New port: Simple, safe way to store and distribute tensorsYuri Victorovich2023-12-221-0/+1
|
* misc/py-pyviz-comms: New port: JupyterLab extension for rendering HoloViz ↵Yuri Victorovich2023-12-211-0/+1
| | | | content