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
*
- Add support for UPDATING remote fetching.
flz
2010-01-22
3
-35
/
+53
*
The last big commit: let usr.sbin/ use WARNS=6 by default.
ed
2010-01-02
4
-4
/
+0
*
Add missing `void' keywords.
ed
2009-12-29
5
-5
/
+5
*
- Bump PKG_INSTALL_VERSION to 20090902 after dougb's changes.
flz
2009-09-02
1
-3
/
+3
*
Add support for INDEX-9 [1]
dougb
2009-08-31
1
-3
/
+3
*
Oops. Needed to adjust a little bit more of the line for packages-8-stable
kensmith
2009-08-24
1
-1
/
+1
*
Make head 9.0-CURRENT in preparation for lifting code freeze.
kensmith
2009-08-22
1
-1
/
+3
*
Disable r194497 for now. It doesn't work well with ports-mgmt/tinderbox.
brian
2009-07-05
1
-0
/
+2
*
Don't imply that only FTP urls are supported when we can't fetch
brian
2009-06-30
1
-1
/
+1
*
When running pkg_add -r, check & install our dependencies for each
brian
2009-06-19
6
-44
/
+81
*
Fix segfault when giving invalid long option to pkg_info.
jilles
2009-06-01
1
-0
/
+1
*
Skip @pkgdep if there's no argument.
flz
2009-05-19
2
-1
/
+5
*
Add release package directories for 6.4 and 7.2.
kensmith
2009-04-15
1
-0
/
+2
*
Use full name (noticed by: ru@
chinsan
2009-01-11
1
-1
/
+1
*
- Backout latest changes (follow symlinks: r186496, r186518).
flz
2009-01-06
2
-61
/
+24
*
- s/no-scripts/no-script/
chinsan
2009-01-04
1
-2
/
+2
*
Fix memory leaks introduced in last commit.
flz
2008-12-27
2
-13
/
+3
*
Follow symlinks when deleting directories.
flz
2008-12-25
2
-24
/
+71
*
Add package directory for 7.1-RELEASE in head as well as stable/7.
flz
2008-12-25
1
-0
/
+1
*
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
[next]