index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
pkg_install
Commit message (
Expand
)
Author
Age
Files
Lines
*
Display usage when pkg_add is called with no arguments.
brooks
2008-10-17
1
-1
/
+1
*
Use humanize_number to report pen-sizes so people don't have to count
phk
2008-08-07
2
-4
/
+18
*
Enable the -n option of pkg_create(1).
keramida
2008-07-08
2
-1
/
+5
*
Remove support for RELENG_4 (__FreeBSD_version < 500039).
flz
2008-06-16
5
-30
/
+1
*
Style fix (use naked commands).
flz
2008-06-16
1
-7
/
+3
*
- add: Keep dependent packages too if -K is specified.
flz
2008-06-12
3
-2
/
+4
*
Exclude .svn directories from generated distfile.
flz
2008-06-03
1
-1
/
+2
*
- Add long options to pkg_install.
flz
2008-05-30
13
-100
/
+206
*
Use PKG_INSTALL_VERSION for the distfile name instead of current date.
flz
2008-05-28
1
-1
/
+1
*
Bump PKG_INSTALL_VERSION to 20080528.
flz
2008-05-28
1
-1
/
+1
*
Update usage strings to add a missing -n option.
keramida
2008-05-27
1
-1
/
+1
*
Add a -n option to pkg_create(1), to inhibit duplicate work.
keramida
2008-05-27
4
-5
/
+42
*
- Backout 1.15, it was committed by accident
pav
2008-05-03
1
-0
/
+5
*
- Restore functionality broken in previous commit; we need to be able to report
pav
2008-05-03
5
-32
/
+37
*
Fix pkg_info when specifying a remote package.
flz
2008-04-16
2
-18
/
+23
*
Optimize package registration/deregistration. Previously, when looking up the
pav
2008-04-11
4
-51
/
+144
*
Add a distfile target to generate a distfile to be used by the
flz
2008-04-09
1
-0
/
+16
*
Retire pkg_sign. It was used to embed signatures in gzip'ed packages.
flz
2008-03-31
18
-2590
/
+1
*
Improve style a little and remove one always-true condition.
rdivacky
2008-03-30
1
-3
/
+3
*
Sync list of directories to look for packages in to current releases
kensmith
2008-02-26
1
-1
/
+3
*
Introduce -i to SYNOPSIS, forgotten by krion@.
ru
2008-02-08
1
-1
/
+1
*
Revise the TECHNICAL DETAILS section.
ru
2008-01-09
1
-68
/
+87
*
- Adjust INDEX file name to INDEX-8 so that it matches the major FreeBSD
gabor
2007-12-20
1
-5
/
+5
*
Backout previous commit, since it's done without maintainers
krion
2007-12-09
10
-173
/
+1
*
Add the 'pkg_search' script.
obrien
2007-12-09
10
-1
/
+173
*
Fix segfault while running with -a option and deinstalling broken
krion
2007-11-10
1
-1
/
+1
*
Some code cleanups, including removing of stale getopt argument and
krion
2007-11-10
5
-32
/
+26
*
Add -i option for package installation without fetching and
krion
2007-11-10
4
-4
/
+16
*
Cleanup of userland __P use
kevlo
2007-11-07
9
-45
/
+45
*
Introduce pkg_updating(1) which scans for installed ports and shows
krion
2007-11-02
5
-1
/
+385
*
Momoize the results of isinstalledpkg()
krion
2007-11-02
1
-10
/
+56
*
If the INDEX file cannot be opened, print the actual filename / path
simon
2007-10-26
1
-7
/
+8
*
Add whitespace.
krion
2007-10-17
1
-1
/
+1
*
Update for INDEX-8 support.
krion
2007-10-17
1
-1
/
+3
*
To honor the birth of RELENG_7 bump HEAD to 8.0-CURRENT.
kensmith
2007-10-11
1
-1
/
+2
*
Fix pkg_add behaviour to preserve pathnames.
krion
2007-08-23
1
-1
/
+1
*
- Replace rather inefficient bubble sort with a recursive depth-first search.
pav
2007-06-18
1
-66
/
+112
*
Make consistent with style(msmith). 4 spaces indent, tab for each 2 indents.
njl
2007-03-28
4
-7
/
+7
*
Invoke tar(1) with the -p option when installing a package
ru
2007-03-06
1
-2
/
+2
*
The use of predefined strings such as \*[Ge] can be harmful here,
ru
2007-03-04
1
-3
/
+3
*
Fix markup and clean up some of the wording.
ru
2007-03-04
1
-23
/
+32
*
Clarify the meaning information printed by the -o option.
grog
2007-03-03
1
-4
/
+3
*
Fix a bug in 1.40 - it missed three occurences in pkg_info which leads to
pav
2007-02-07
1
-5
/
+23
*
Fix previous rev.: don't step behind the end of memory we allocate
pav
2007-02-01
1
-1
/
+1
*
Remove hard-coded limit (200) on maximum number of packages that can be
ade
2007-01-31
1
-21
/
+13
*
Fix the logic bug that caused the custom versions of warn(3) and
ru
2007-01-30
2
-3
/
+3
*
Markup fixes.
ru
2006-09-29
1
-1
/
+1
*
Fix usage().
ru
2006-09-29
1
-6
/
+6
*
Sync usage() with manpage's SYNOPSIS.
ru
2006-09-29
1
-1
/
+1
*
Oops. Catch up on the last couple of releases and prepare for the next
kensmith
2006-09-26
1
-0
/
+3
[next]