Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 20 additions & 21 deletions sysutils/pbsecret/Portfile
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup github 1.0
PortGroup makefile 1.0
PortSystem 1.0
PortGroup github 1.0
PortGroup makefile 1.0

github.setup roosto pbsecret 9e91917de001a73fc01aa8ba96c5c83c4b7f5a34
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version 20200219
revision 0
github.setup roosto pbsecret 4e5c7146c9eb73e8cb977f2d0b49a4e0a1128b1c
github.tarball_from archive
version 20260406
revision 0

categories sysutils
maintainers {@midnightrocket} \
openmaintainer
categories sysutils
maintainers {@midnightrocket} \
openmaintainer

platforms macosx
platforms macosx

description CLI util to write text to pasteboard as `org.nspasteboard.ConcealedType`
long_description \
Copies data from STDIN to the general pasteboard as UTF-8 text. Copied \
data is tagged with "org.nspasteboard.ConcealedType" to prevent it from \
being saved in the history of a clipboard manager, as per the spec at:
description CLI util to write text to pasteboard as `org.nspasteboard.ConcealedType`
long_description Copies data from STDIN to the general pasteboard as UTF-8 text. Copied \
data is tagged with "org.nspasteboard.ConcealedType" to prevent it from \
being saved in the history of a clipboard manager, as per the spec at: \
https://nspasteboard.org/

license MIT
license MIT

checksums rmd160 e2402c186f6d67e4af66f83c183869706c226e93 \
sha256 6d4b8ccca1bfc6a37102cf9b774d2b3e83037baed5600c7350d27209c7d688f3 \
size 2365
checksums rmd160 10d30a57cf62b1754fcfc666fa675c7bec61f0da \
sha256 a818e5c88cf2fea03ee029f12d29ccd526561c625a767ad6c6b36c4afc880e17 \
size 2450


destroot {
Expand Down