Port details |
- ports-tools Collection of ports tree related scripts
- 1.8 ports-mgmt =4 1.8Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2017-01-30 21:11:45
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: toxic, vuxml, procmail, poudriere, libtool
- License: BSD2CLAUSE
- WWW:
- https://github.com/ppekala/ports-tools
- Description:
- Collection of scripts making things easier when working with ports tree.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ports-tools>0:ports-mgmt/ports-tools
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/ports-mgmt/ports-tools/ && make install clean
- To add the package, run one of these commands:
- pkg install ports-mgmt/ports-tools
- pkg install ports-tools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ports-tools
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1554838852
SHA256 (ppekala-ports-tools-1.8_GH0.tar.gz) = 53c0132ff3b07a89db9153d3523e38e6442a4b9cd91cde4e86d4c58765d92738
SIZE (ppekala-ports-tools-1.8_GH0.tar.gz) = 24371
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- ports-mgmt_ports-tools
- 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 |
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) |
1.8 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 ) |
1.8 20 Jul 2022 14:22:46 |
Tobias C. Berner (tcberner) |
ports-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alex Stangl <alex@stangl.us>
* Anders F Bjorklund <afb@users.sourceforge.net>
* Benjamin Lutz
* Brendan Molloy <brendan+freebsd@bbqsrc.net>
* Conrad J. Sabatier <conrads@cox.net>
* Edwin Groothuis (edwin@mavetju.org)
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Gabriel Linder <linder.gabriel@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8 09 Apr 2019 21:47:35 |
fernape |
ports-mgmt/ports-tools: update to 1.8
From the ChangeLog: https://github.com/ppekala/ports-tools/releases/tag/1.8
* pfind:
* add -d option for searching deleted ports
* support searching for slaves in other categories then master port
* add information about already installed packages in search results
* upgrade-ports:
* don't use full dependencies list while sorting, this prevents out of
memory problems
* while sorting large list of ports
* fix uprade of security/sudo package when using sudo for upgrade
process (non-root user)
* inform user about lenghty backups
* don't attempt to big version upgrade of perl5, needs manual intervention
* make required by list more compact in need to be installed summary
and many small fixes.
Reported by: portscout |
1.7 24 Feb 2018 22:35:18 |
rene |
Return pawel@'s ports to the pool after he resigned.
With hat: portmgr |
1.7 03 Feb 2018 20:03:08 |
pawel |
Update to version 1.7
Changelog:
Much of code cleanup and factorization overall.
pcheck:
- Add flavors support
- Print port's flavors after portlint check
pclean, pcommit:
- Update ports cleanup code to remove flavored workdirs also
pfind:
- Optimize exact search
(Only the first 15 lines of the commit message are shown above ) |
1.6 15 Dec 2017 22:26:11 |
pawel |
Update to version 1.6
Changelog:
pfind:
Add -N option, finds port that provides given package, including flavor
upgrade-ports:
Fix pkg -> port conversion for ports with one flavor
Fix backup package path generation
Fix sorting of flavored ports
Improve sanity checking procedure
Work directory can have different name depending on flavor,
parametrize its usage
Interactive selection fixes |
1.5 05 Dec 2017 20:35:45 |
pawel |
Update to version 1.5
Changelog:
tbuilder:
- Add flavors support, add 'all' alias to build all flavors
upgrade-ports:
- Use deinstall instead of reinstall, make backup package so things
can be restored when install fails
- Improve usage help description
- Add flavors support |
1.4 01 Dec 2017 22:12:15 |
pawel |
Register conflict |
1.4 13 Nov 2017 21:00:29 |
pawel |
Update to version 1.4
Changelog:
upgrade-base:
- pass only needed variables to make, sudo -E passes too many
causing various build errors
upgrade-ports:
- improve distfile fetching code
- try to resolve plist conflicts by removing culprit package when it is already
marked for reinstallation - this resolves most of the problems
- implement multiprocess upgrade order queue sorting
- checking for missing dependencies is now multi process operation
making it a lot more efficient and faster
- don't offer to reinstall packages marked as locked
- make conflict detection multi process operation
- on reinstall detect when package is to be upgraded or downgraded,
include this information in summary for user consideration
- remove recursively conflicting packages on plist install error
- implement dialog interface for interactive package selection
- make pkg command validation more strict to avoid false positives |
1.3 06 Jun 2017 18:58:50 |
pawel |
Update to version 1.3
Changelog:
mkpatch:
- Generate patches similar to make makepatch ones
pinstall, preinstall:
- Implement option to build with debug information (-d)
- Implement interactive mode for pinstall and preinstall (-i)
allowing to choose which matched ports will be built
- Implement option (-c) to allow configure ports options before
install/reinstall
plist-sort: (Only the first 15 lines of the commit message are shown above ) |
1.2 01 May 2017 09:29:43 |
pawel |
Update to version 1.2
Changelog:
- Add pinstall, preinstall frontends to upgrade-ports script
- Use ellipsis '...' to indicate time consuming operations
- Clarify usage descriptions
upgrade-ports:
- backup self conflicting packages and use them to restore
when upgrade fails
- allow to remove conflicting package in install phase
- show type of failure in upgrade summary when failed builds occur
- improve conflicts handling
- show removal reason in upgrade summary
- check rebuilt ports for BROKEN and IGNORE flags (Only the first 15 lines of the commit message are shown above ) |
1.1 07 Feb 2017 16:32:35 |
pawel |
Update to 1.1 bugfix release
Changelog:
pkg-deleaf:
- reset items list after packages deletion
upgrade-base:
- use sudo when run as normal user
- offer to run rebbot for the user
upgrade-ports:
- include reason in message about port move
- fix updating commands parsing code
- improve sanity check summary, fix required by printing and
show missing required libraries for each reinstalled package
- fix obsolete reason extraction
- don't remove reverse dependencies of self conflicting packages so
that after upgrade no user packages is missing
- check for boundaries while calculating ports upgrade order
preventing stack memory exhaustion |
1.0 30 Jan 2017 21:07:01 |
pawel |
Add collection of my ports tree related scripts
mkpatch
-------
Makes patch from (all or pattern matched) modified files in WRKSRC directory.
pcheck
------
Check for various errors that portlint don't catch:
* misspellings in description files
* files with no final new lines
* leading articles in COMMENT, tabs in WWW lines
pclean
------ (Only the first 15 lines of the commit message are shown above ) |