Port details |
- gist Gist pastebin posting command
- 6.0.0_1 www =3 6.0.0_1Version of this port present on the latest quarterly branch.
- Maintainer: changlp@cs.nctu.edu.tw
- Port Added: 2009-08-25 01:13:52
- Last Update: 2024-01-10 16:27:53
- Commit Hash: 72fa019
- People watching this port, also watch:: inotify-tools, e2fsprogs, monit, pure-ftpd, phpsysinfo-php82
- Also Listed In: net
- License: MIT
- WWW:
- https://github.com/defunkt/gist/
- Description:
- This port is for the Gist commandline tool, which allows for posting to the
Gist pastebin.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- p5-App-gist
- py*-python-gist
- yorick
- To install the port:
- cd /usr/ports/www/gist/ && make install clean
- To add the package, run one of these commands:
- pkg install www/gist
- pkg install gist
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gist
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1683100468
SHA256 (defunkt-gist-v6.0.0_GH0.tar.gz) = ddfb33c039f8825506830448a658aa22685fc0c25dbe6d0240490982c4721812
SIZE (defunkt-gist-v6.0.0_GH0.tar.gz) = 43892
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:
-
- ca-root-nss.crt : security/ca_root_nss
- ruby31 : lang/ruby31
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_gist
- USES:
- ruby:run
- 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 |
6.0.0_1 10 Jan 2024 16:27:53 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
6.0.0 04 May 2023 14:54:54 |
Emanuel Haupt (ehaupt) |
www/gist: Unbreak runtime by update to 6.0.0
This port currently fails with a Ruby RuntimeError. Fix by update to
6.0.0. Also fix USE statement to depend on ruby. While here pacify
portlint, portclippy, portfmt.
PR: 271222, 271216
Approved by: portmgr (blanket, trivial fix) |
5.1.0 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.1.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.1.0 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
5.1.0 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
5.1.0 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
5.1.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.1.0 22 Apr 2020 07:20:04 |
tagattie |
- Update to 5.1
- Fix API deprecation warning
PR: 245066
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com>
Approved by: maintainer timeout (changlp@cs.nctu.edu.tw, 25 days),
ehaupt (mentor)
MFH: 2020Q2 (blanket)
Changelog: https://github.com/defunkt/gist/releases/tag/v5.1.0 |
5.0.0 21 Aug 2018 19:02:03 |
joneum |
Update to 5.0.0
PR: 230174 |
4.5.0 02 Dec 2016 09:21:59 |
mat |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
4.5.0 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
4.5.0 27 Mar 2016 22:08:06 |
amdmi3 |
- Update to 4.5.0
- While here, add LICENSE_FILE, NO_ARCH and remove unneeded bsd.port.pre.mk
inclusion
PR: 207945
Submitted by: jochen@jochen-neumeister.de
Approved by: maintainer timeout (changlp@cs.nctu.edu.tw, 2 weeks) |
4.2.1 07 May 2015 20:24:16 |
mat |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
4.2.1 02 Jul 2014 17:35:35 |
danilo |
- Update from 3.1.0 to 4.2.1
- Add LICENSE
- Remove OPTIONS
PR: ports/191483
Submitted by: changlp@cs.nctu.edu.tw |
3.1.0_4 02 Jan 2014 20:30:10 |
swills |
- Ruby 1.8 is gone, remove logic for it
With hat: ruby@ |
3.1.0_4 13 Oct 2013 10:37:03 |
lwhsu |
- Truly fix COMMENT |
3.1.0_4 13 Oct 2013 10:27:22 |
lwhsu |
- Add a patch backporting certificate extracted from git repository (3aacc1fbb)
- Add an option for choosing whether to use security/ca_root_nss
- Remove ruby build dependency
- While here, enable stage and fix COMMENT, WWW
PR: ports/177196
Submitted by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer) |
3.1.0_3 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
3.1.0_3 23 Jun 2013 03:35:42 |
swills |
- Add converters/ruby-iconv dependency for RUBY_VER < 1.9
PR: ports/171705
Submitted by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer) |
3.1.0_2 22 Aug 2012 02:38:17 |
sunpoet |
- Use USE_GITHUB and GH_* macros
- Add manpage
- Bump PORTREVISION for package change
PR: ports/170783
Submitted by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer) |
3.1.0_1 05 Apr 2012 06:50:08 |
scheidell |
- Fix incorrect distinfo
- Bump PORTREVISION because size of distfile changed radically
PR: ports/166655
Submitted by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer)
Approved by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer)
Feature safe: yes |
3.1.0 04 Apr 2012 17:50:24 |
dhn |
- Update to 3.1.0
- Pass maintainership to submitter
PR: ports/166640
Submitted by: Lung-Pin Chang <changlp@cs.nctu.edu.tw>
Feature safe: yes |
2.0.3 09 Jan 2012 14:47:33 |
lbr |
gist app written in perl moved into a different port. |
2.0.3 17 Dec 2011 17:01:05 |
tabthorpe |
- Reset maintainer due do mail bounces
<codeblock@eighthbit.net>: Host or domain name not found. Name service error
for name=eighthbit.net type=AAAA: Host not found
Final-Recipient: rfc822; codeblock@eighthbit.net
Original-Recipient: rfc822;codeblock@eighthbit.net
Action: failed
Status: 5.4.4
Diagnostic-Code: X-Postfix; Host or domain name not found. Name service error
for name=eighthbit.net type=AAAA: Host not found
With hat: portmgr |
2.0.3 21 May 2011 17:52:28 |
beech |
- Update to 2.0.3
- Remove the security/ca_root_nss dependency and obsolete patch
since built-in certificate issue has been resolved
PR: ports/156773
Approved by: maintainer timeout (> Two Weeks)
itetcu (mentor)(implicit) |
2.0.1 15 Apr 2011 17:16:53 |
dhn |
- Update to 2.0.1
PR: ports/156071
Submitted by: Lung-Pin Chang <changlp@cs.nctu.edu.tw>
Approved by: maintainer timeout (two weeks) |
1.0 04 Mar 2011 05:45:39 |
sunpoet |
- Add CONFLICTS: www/p5-WWW-GitHub-Gist
- Remove obsolete MD5 checksum |
1.0 25 Aug 2009 01:13:19 |
lippe |
This port is for the Gist commandline tool, which allows for posting to the
Gist pastebin.
WWW: http://github.com/defunkt/gist/
PR: ports/137829
Submitted by: "Rick E." <codeblock@eighthbit.net> |