PORTNAME= hrr_rb_ssh DISTVERSION= 0.4.2 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= antoine@FreeBSD.org COMMENT= Pure Ruby SSH 2.0 server implementation WWW= https://github.com/hirura/hrr_rb_ssh LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USES= gem .include div id='cgit'>
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ripit
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: Remove expired ports:Rene Ladan2021-07-185-82/+0
| | | | | 2021-07-16 net-mgmt/unifi-lts: Upstream EoL the hardware supported by this release 2021-07-17 audio/ripit: Upstream no longer maintained, use audio/abcde instead
* Deprecate audio/ripitPoul-Henning Kamp2021-04-171-0/+3
| | | | | | | It has been abandoned upstream. PR: 248426 Approved by: maintainer
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* First pass at moving manpages to share/man for category a*Baptiste Daroussin2020-01-162-2/+2
|
* Convert to UCL & cleanup pkg-message (categories a-c)Mathieu Arnold2019-08-131-0/+6
|
* audio/ripit: replace upstreamSteve Wills2019-01-312-4/+6
| | | | | PR: 235334 Submitted by: tobias.rehbein@web.de (maintainer)
* audio/p5-MusicBrainz-DiscID: Update to 0.04Ben Woods2017-11-251-1/+1
| | | | | | | | | | | | | | - Take maintainership - Bump PORTREVISION of ports depending on this port - Added USES=localbase to work around an issue where the Makefile.PL pkgconfig check was finding that the discid check required the CFLAGS+=-I/usr/local/include, but was not adding it to the Makefile. Changes this release: http://cpansearch.perl.org/src/NJH/MusicBrainz-DiscID-0.04/Changes PR: 223344 Approved by: tobias.rehbein@web.de (previous maintainer)
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-10/+10
| | | | Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-6/+6
| | | | | With hat: portmgr Sponsored by: Absolight
* Improve shebangfix frameworkDmitry Marakasov2015-10-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
|
* - Support stagingDmitry Marakasov2014-05-122-18/+12
| | | | | | | | - Add LICENSE - Convert USE_BZIP2 to USES PR: 189657 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer)
* Remove trailing whitespaces from category audioEmanuel Haupt2014-02-211-1/+1
|
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-10