non port: sysutils/autojump/Makefile |
Number of commits found: 19 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Thursday, 21 Oct 2021
|
14:27 Stefan Eßer (se)
sysutils/autojump: Add CPE information
Approved by: portmgr (blanket)
513baa1 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 11 Aug 2020
|
13:07 lwhsu
Use preferred install commands
Approved by: maintainer (implicitly)
 |
07:50 lwhsu
Readd sysutils/autojump, faster way to navigate your filesystem
PR: 248470
Submitted by: Michel Boaventura <michel@boaventura.dev>
 |
Saturday, 4 Apr 2020
|
20:51 antoine
Deprecate ports broken for more than 6 months
 |
Wednesday, 6 Nov 2019
|
16:26 antoine
Mark a few ports BROKEN (unfetchable)
 |
Wednesday, 4 Apr 2018
|
21:30 amdmi3
- Fix LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Remove unneeded patching
Approved by: portmgr blanket
 |
Sunday, 18 Mar 2018
|
20:44 yuri
sysutils/autojump: Unbreak by fixing shebang
Also remove ZSH option: shell completions are now
installed unconditionally.
Approved by: portmgr (port compliance, infrastructure)
 |
Friday, 1 Apr 2016
|
14:25 mat
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
 |
Saturday, 5 Sep 2015
|
14:19 antoine
Drop USE_GITHUB as it's broken:
- 404 during fetch
- sets wrong WRKSRC
 |
Friday, 4 Sep 2015
|
16:02 mat
Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way.
Sponsored by: Absolight
 |
Saturday, 20 Dec 2014
|
19:42 bapt
Cleanup plist
 |
Friday, 24 Oct 2014
|
16:56 mva
- Convert ports of sysutils/ to new USES=python
Approved by: portmgr (implicit)
 |
Saturday, 15 Mar 2014
|
08:01 danfe
- Sanitize and cleanup the port a bit: remove "Portname is ..." from COMMENT,
drop useless EXTRACT_SUFX, define LICENSE (GPLv3), sort the knobs, etc.
- Do not patch ./install.zsh file; it is nearly identical to ./install.sh
except for the _f file, which can be installed separately (do so)
- Stagify, use OPTIONS helpers, trim superfluous whitespace here and there
 |
Friday, 20 Sep 2013
|
23:06 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
 |
Thursday, 14 Mar 2013
|
11:20 miwi
- Convert to Optionsng
- While here trim header
 |
Monday, 30 Apr 2012
|
03:28 stephen
- New port sysutils/autojump
Autojump is a tool that acts as a complement to cd: it makes navigating your
filesystem a lot faster. It works by automagically maintaining a database of
the directories you use the most from the command line, and allows you to jump
back and forth between them, by typing just a few letters of the name of the
directory you want to jump to.
PR: ports/151467
Submitted by: Neeraj Verma <neeraj.verma.ports@vermatech.com>
 |
Number of commits found: 19 |