aboutsummaryrefslogtreecommitdiff
path: root/www/gist
Commit message (Collapse)AuthorAgeFilesLines
* */*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer2021-10-291-1/+1
| | | | | | | | | | | | | 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)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update to 5.1Hiroki Tagato2020-04-223-7/+7
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=532447
* Update to 5.0.0Jochen Neumeister2018-08-212-3/+4
| | | | | | | PR: 230174 Notes: svn path=/head/; revision=477753
* http://github.com redirects to https://github.com, spare everyone a redirect.Mathieu Arnold2016-12-021-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427548
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* - Update to 4.5.0Dmitry Marakasov2016-03-272-6/+6
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=412013
* Update ports in the remaining categories to not use GH_COMMIT.Mathieu Arnold2015-05-072-4/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385665
* - Update from 3.1.0 to 4.2.1Danilo Egea Gondolfo2014-07-025-252/+22
| | | | | | | | | | | - Add LICENSE - Remove OPTIONS PR: ports/191483 Submitted by: changlp@cs.nctu.edu.tw Notes: svn path=/head/; revision=360232
* - Ruby 1.8 is gone, remove logic for itSteve Wills2014-01-021-4/+0
| | | | | | | With hat: ruby@ Notes: svn path=/head/; revision=338493
* - Truly fix COMMENTLi-Wen Hsu2013-10-131-1/+1
| | | | Notes: svn path=/head/; revision=330219
* - Add a patch backporting certificate extracted from git repository (3aacc1fbb)Li-Wen Hsu2013-10-134-9/+257
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=330218
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Add converters/ruby-iconv dependency for RUBY_VER < 1.9Steve Wills2013-06-231-2/+8
| | | | | | | | PR: ports/171705 Submitted by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer) Notes: svn path=/head/; revision=321609
* - Use USE_GITHUB and GH_* macrosSunpoet Po-Chuan Hsieh2012-08-222-9/+10
| | | | | | | | | | | - Add manpage - Bump PORTREVISION for package change PR: ports/170783 Submitted by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer) Notes: svn path=/head/; revision=302919
* - Fix incorrect distinfoMichael Scheidell2012-04-052-7/+11
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=294229
* - Update to 3.1.0Dennis Herrmann2012-04-041-2/+2
| | | | | | | | | | | - Pass maintainership to submitter PR: ports/166640 Submitted by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> Feature safe: yes Notes: svn path=/head/; revision=294211
* gist app written in perl moved into a different port.Lars Balker Rasmussen2012-01-091-1/+1
| | | | Notes: svn path=/head/; revision=288818
* - Reset maintainer due do mail bouncesThomas Abthorpe2011-12-171-1/+1
| | | | | | | | | | | | | | | | | <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 Notes: svn path=/head/; revision=287552
* - Update to 2.0.3Beech Rintoul2011-05-213-24/+5
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=274415
* - Update to 2.0.1Dennis Herrmann2011-04-153-6/+25
| | | | | | | | | PR: ports/156071 Submitted by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> Approved by: maintainer timeout (two weeks) Notes: svn path=/head/; revision=272757
* - Add CONFLICTS: www/p5-WWW-GitHub-GistSunpoet Po-Chuan Hsieh2011-03-042-1/+2
| | | | | | | - Remove obsolete MD5 checksum Notes: svn path=/head/; revision=270241
* This port is for the Gist commandline tool, which allows for posting to theFelippe de Meirelles Motta2009-08-253-0/+33
Gist pastebin. WWW: http://github.com/defunkt/gist/ PR: ports/137829 Submitted by: "Rick E." <codeblock@eighthbit.net> Notes: svn path=/head/; revision=240290