{"id":19909700,"url":"https://github.com/bearsampp/module-ghostscript","last_synced_at":"2026-04-13T01:18:44.217Z","repository":{"id":39749276,"uuid":"432299980","full_name":"Bearsampp/module-ghostscript","owner":"Bearsampp","description":"Ghostscript module for the Bearsampp Project","archived":false,"fork":false,"pushed_at":"2026-04-12T22:49:44.000Z","size":2623,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-04-13T00:35:03.901Z","etag":null,"topics":["ghostscript","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://bearsampp.com/module/ghostscript","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bearsampp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"N6REJ","custom":"https://www.paypal.me/BearLeeAble"}},"created_at":"2021-11-26T21:00:29.000Z","updated_at":"2026-03-05T11:17:38.000Z","dependencies_parsed_at":"2023-01-24T00:00:16.370Z","dependency_job_id":"406e3e04-796e-480a-a7fa-cd361b0a32da","html_url":"https://github.com/Bearsampp/module-ghostscript","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/Bearsampp/module-ghostscript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-ghostscript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-ghostscript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-ghostscript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-ghostscript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bearsampp","download_url":"https://codeload.github.com/Bearsampp/module-ghostscript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-ghostscript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31736057,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T22:19:12.206Z","status":"ssl_error","status_checked_at":"2026-04-12T22:18:33.088Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ghostscript","hacktoberfest"],"created_at":"2024-11-12T21:16:23.479Z","updated_at":"2026-04-13T01:18:44.152Z","avatar_url":"https://github.com/Bearsampp.png","language":"Batchfile","funding_links":["https://github.com/sponsors/N6REJ","https://www.paypal.me/BearLeeAble"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://bearsampp.com/contribute\" target=\"_blank\"\u003e\u003cimg width=\"250\" src=\"img/Bearsampp-logo.svg\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n[![GitHub release](https://img.shields.io/github/release/bearsampp/module-ghostscript.svg?style=flat-square)](https://github.com/bearsampp/module-ghostscript/releases/latest)\n![Total downloads](https://img.shields.io/github/downloads/bearsampp/module-ghostscript/total.svg?style=flat-square)\n\nThis is a module of [Bearsampp project](https://github.com/bearsampp/bearsampp) involving Ghostscript.\n\n## Build System\n\nThis project uses **Gradle** as its build system. The legacy Ant build has been fully replaced with a modern, pure Gradle implementation.\n\n\u003e **Important**: This project uses **system-installed Gradle** only. Neither Ant nor Gradle Wrapper (gradlew) are used. You must have Gradle 8.0+ installed on your system.\n\n### Quick Start\n\n```bash\n# Display build information\ngradle info\n\n# List all available tasks\ngradle tasks\n\n# Verify build environment\ngradle verify\n\n# Build a release (interactive)\ngradle release\n\n# Build a specific version (non-interactive)\ngradle release -PbundleVersion=10.05.1\n\n# Clean build artifacts\ngradle clean\n```\n\n### Prerequisites\n\n| Requirement       | Version       | Purpose                                  |\n|-------------------|---------------|------------------------------------------|\n| **Java**          | 8+            | Required for Gradle execution            |\n| **Gradle**        | 8.0+          | Build automation tool                    |\n| **7-Zip**         | Latest        | Archive extraction and creation          |\n\n### Available Tasks\n\n| Task                  | Description                                      |\n|-----------------------|--------------------------------------------------|\n| `release`             | Build release package (interactive/non-interactive) |\n| `releaseAll`          | Build all available versions                     |\n| `clean`               | Clean build artifacts and temporary files        |\n| `verify`              | Verify build environment and dependencies        |\n| `info`                | Display build configuration information          |\n| `listVersions`        | List available bundle versions in bin/           |\n| `listReleases`        | List available releases from properties          |\n| `validateProperties`  | Validate build.properties configuration          |\n\nFor complete documentation, see [.gradle-docs/README.md](.gradle-docs/README.md)\n\n## Documentation\n\n- **Build Documentation**: [.gradle-docs/README.md](.gradle-docs/README.md)\n- **Task Reference**: [.gradle-docs/TASKS.md](.gradle-docs/TASKS.md)\n- **Configuration Guide**: [.gradle-docs/CONFIGURATION.md](.gradle-docs/CONFIGURATION.md)\n- **API Reference**: [.gradle-docs/API.md](.gradle-docs/API.md)\n- **Module Downloads**: https://bearsampp.com/module/ghostscript\n\n## Issues\n\nIssues must be reported on [Bearsampp repository](https://github.com/bearsampp/bearsampp/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearsampp%2Fmodule-ghostscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbearsampp%2Fmodule-ghostscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearsampp%2Fmodule-ghostscript/lists"}