• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

LICENSEH A D31-Mar-20191.3 KiB2419

MakefileH A D31-Mar-2019746 3228

README.mdH A D31-Mar-20192.3 KiB9465

mkpatchH A D31-Mar-2019819 4337

pcheckH A D31-Mar-20192.9 KiB122100

pcleanH A D31-Mar-20191.3 KiB6049

pcommitH A D31-Mar-20196 KiB310259

pfindH A D31-Mar-20194.3 KiB174155

pkg-deleafH A D31-Mar-20193.9 KiB170138

plist-sortH A D31-Mar-20195.1 KiB235203

plist-updateH A D31-Mar-20193.6 KiB188154

plogH A D31-Mar-20192 KiB8968

reinplace-checkH A D31-Mar-20192.2 KiB9175

tbuilderH A D31-Mar-20196.3 KiB266229

upgrade-baseH A D31-Mar-20194.4 KiB200168

upgrade-portsH A D31-Mar-201933.9 KiB1,5131,328

README.md

1Ports Tools
2===========
3
4Collection of scripts making things easier when working with FreeBSD ports tree.
5
6
7mkpatch
8-------
9
10Makes patch from (all or pattern matched) modified files in WRKSRC directory.
11
12pcheck
13------
14
15Check for various errors that portlint don't catch:
16* misspellings in description files
17* files with no final new lines
18* leading articles in COMMENT, tabs in WWW lines
19* not longer used make variables.
20
21pclean
22------
23
24Keeps your ports svn repo tidy, removes work directories, leftover files
25and reverts any changes made.
26
27pcommit
28-------
29
30Wrapper for svn commit, removes and adds files, sets props, etc.
31
32pfind
33-----
34
35Simple port's search wrapper. Search parameters include build dependency,
36category, name, maintainer, regexp pattern and slave ports.
37
38pkg-deleaf
39----------
40
41Leaf package remover with nice dialog interface.
42
43plist-sort
44----------
45
46Smart plist sorter which understands PLIST_SUB substitutions and options
47determined conditional files.
48
49plist-update
50---------------
51
52Script utilizing check-plist port's framework target output for updating
53outdated pkg-plist, understands PLIST_SUB substitutions and sorts
54final files list.
55
56plog
57--------
58
59Easy way to send poudriere build logs to your FreeBSD account by scp or
60view them on your computer.
61
62reinplace-check
63---------------
64
65Checks for files with stale REINPLACE_CMD actions or shows diff's of them.
66
67tbuilder
68--------
69
70Poudriere testport wrapper that makes easier to queue multiple builds of:
71- specific port
72- ports linking with certain library
73- ports with certain names
74- ports with Makefile matching regular expression
75- slave ports etc.
76
77upgrade-base
78------------
79
80Helper script for upgrading FreeBSD base. Detects and sets number of make
81jobs possible. After upgrade rebuilds ports with kernel modules and offers
82to remove old files using dialog inerface.
83
84upgrade-ports
85-------------
86
87Helper script for updating ports tree and upgrading your ports. Combining
88information gathered from UPDATING and MOVED files tries to provide upgrade
89process as problem free as possible. This includes showing new UPDATING
90entries since last upgrade, ports origin move tracking, simple conflict
91resolution, removal of obsolete ports and sanity checking afterwards.
92Before any change is made user is presented with summary of changes
93intended similiar to pkg upgrade.
94