| Port details |
- SNIP SNIP is a powerful, simple, and easy to use Open-Source PHP Pastebin
- 1.1.1 www
=0 1.1.0Version of this port present on the latest quarterly branch. - Maintainer: ek@purplehat.org
 - Port Added: 2025-05-04 18:48:51
- Last Update: 2025-10-11 23:18:45
- Commit Hash: f30095b
- License: GPLv3
- WWW:
- https://github.com/MercanoGlobal/SNIP
- Description:
- SNIP is a powerful Open-Source PHP Pastebin, with the aim of keeping
a simple and easy to use user interface. SNIP allows you to easily
share code and files with anyone you wish. Based on the original
Stikked with lots of bug fixes and improvements.
Prerequisites:
* A web server: Apache, LiteSpeed, Nginx, Lighttpd, Cherokee.
* A database: MySQL / MariaDB, Postgres. OR a writable folder for SQLite.
* PHP version 7.0 or newer is required.
* PHP-GD for the creation of QR-codes.
Here are some features:
* Syntax highlighting including live highlighting with CodeMirror
* Paste replies
* Diff view between the original paste and the reply
* An API
* Trending pastes
* Encrypted pastes
* Burn on reading
* File upload and preview
* Anti-Spam features
* Multilanguage support
* SNIP client with support for client side encryption/decryption: gostikkit
* Another CLI tool requiring only curl program: pbin
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/www/SNIP/ && make install clean
- To add the package, run one of these commands:
- pkg install www/SNIP
- pkg install SNIP
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: SNIP
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1760202378
SHA256 (MercanoGlobal-SNIP-v1.1.1_GH0.tar.gz) = 5bb362f425227a07161e6fc58d56e960e2083071d3426a77400270bcc8ae7393
SIZE (MercanoGlobal-SNIP-v1.1.1_GH0.tar.gz) = 15305349
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php83
- ctype.so : textproc/php83-ctype
- filter.so : security/php83-filter
- gd.so : graphics/php83-gd
- session.so : www/php83-session
- mysqli.so : databases/php83-mysqli
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for SNIP-1.1.1:
====> Options available for the single DB: you have to select exactly one of them
MYSQLI=on: Install MySQLi Support for PHP
PGSQL=off: PostgreSQL database support
SQLITE=off: SQLite database support
===> Use 'make config' to modify these settings
- Options name:
- www_SNIP
- USES:
- php:web
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.1.1 11 Oct 2025 23:18:45
    |
Vladimir Druzenko (vvd)  Author: Janky Jay, III |
www/SNIP: Update 1.1.0 => 1.1.1
Changelog:
https://github.com/MercanoGlobal/SNIP/releases/tag/v1.1.1
While here replace 2 MKDIRs with 1.
PR: 290152 |
1.1.0 04 May 2025 18:44:36
    |
Muhammad Moinur Rahman (bofh)  Author: Janky Jay, III |
www/SNIP: New port
SNIP is a powerful Open-Source PHP Pastebin, with the aim of keeping
a simple and easy to use user interface. SNIP allows you to easily
share code and files with anyone you wish. Based on the original
Stikked with lots of bug fixes and improvements.
Prerequisites:
* A web server: Apache, LiteSpeed, Nginx, Lighttpd, Cherokee.
* A database: MySQL / MariaDB, Postgres. OR a writable folder for SQLite.
* PHP version 7.0 or newer is required.
* PHP-GD for the creation of QR-codes.
Here are some features:
* Syntax highlighting including live highlighting with CodeMirror (Only the first 15 lines of the commit message are shown above ) |