403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/ports-mgmt/portfmt/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/ports-mgmt/portfmt/pkg-descr
Portfmt is a collection of tools for editing, formatting, and linting
FreeBSD Ports Collection Makefiles.

It comes with several tools:

- portfmt formats Makefiles
- portclippy is a linter that checks if variables are in the correct
  order in a more comprehensive way than portlint
- portedit edits Makefiles.  It comes with several commands
  that can be used as a basis for your own port update scripts:
  - bump-epoch: bumps PORTEPOCH or inserts it at the right place
  - bump-revision: bumps PORTREVISION or inserts it at the right place
  - get: lookup unevaluated variable values
  - merge: Generic command to set/update variables while also
    formatting the updated variables properly and inserting them
    in the right places if necessary.  Useful for merging output
    of other tools like make cargo-crates, modules2tuple, or make
    stage-qa.  For example to mark a port deprecated:

	printf "DEPRECATED=%s\nEXPIRATION_DATE=%s" \
		Abandonware 2019-08-15 | portedit merge -i Makefile

  - set-version: resets PORTREVISION, sets DISTVERSION or PORTVERSION

Youez - 2016 - github.com/yon3zu
LinuXploit