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
/
info
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorder libraries to fix static linking (libssl depends on libcrypto, so
des
2002-06-12
1
-2
/
+2
*
libfetch now depends on libcrypto and libssl.
ru
2002-06-06
1
-0
/
+5
*
- Make use of DEPOROGINs (if there are any) when installing package;
sobomax
2002-05-14
1
-62
/
+18
*
replace __FUNCTION__ with standardized __func__.
alfred
2002-05-11
1
-1
/
+1
*
fix build:
alfred
2002-05-11
1
-1
/
+2
*
New feature: allow origins of all dependencies be recorded into package list
sobomax
2002-05-05
1
-1
/
+6
*
In a origin lookup mode (-O) don't bail out when encountering empty package
sobomax
2002-05-05
1
-2
/
+8
*
Update usage() and manpage to match reality (add -O into usage and adjust
sobomax
2002-05-05
2
-4
/
+10
*
Handle PLIST_ORIGIN properly.
sobomax
2002-05-05
1
-0
/
+5
*
Add ability to query installed packages based on origin.
sobomax
2002-05-04
5
-8
/
+78
*
Make pkg_info working again when argument is a file not in the current
sobomax
2002-05-02
1
-2
/
+5
*
Make `-g' working for symlinks.
sobomax
2002-05-02
1
-3
/
+20
*
Fix SCM ID's.
obrien
2002-04-01
3
-15
/
+9
*
Fix "off by 1" error introduced in the previous commit by replacing strncpy(3)
sobomax
2001-10-16
1
-1
/
+1
*
Use strncpy(3) instead of strcpy(3) to copy optarg into a fixed-sized buffer.
sobomax
2001-10-15
1
-1
/
+1
*
- Introduce a notion of `packing list format version'. This allows making
sobomax
2001-10-10
5
-3
/
+22
*
WARNS=2 cleanup.
sobomax
2001-10-10
5
-28
/
+31
*
Various fixes and improvements:
sobomax
2001-09-19
1
-2
/
+0
*
Recognise @option directives instead of falling through to the default
kris
2001-08-06
1
-0
/
+6
*
Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...
sobomax
2001-08-02
1
-5
/
+2
*
Usability tweak:
sobomax
2001-08-02
1
-1
/
+1
*
Perform a major cleanup of the usr.sbin Makefiles.
obrien
2001-07-20
1
-4
/
+4
*
Remove whitespace at EOL.
dd
2001-07-15
1
-9
/
+9
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
Decapitalise first letter of warning message.
sobomax
2001-03-26
1
-1
/
+1
*
In which(1) mode resolve "/../", "/./" in arguments and PLIST contents. This
sobomax
2001-03-26
1
-40
/
+67
*
- Add which(1)-like functionality into pkg_info;
sobomax
2001-03-23
5
-10
/
+200
*
Put back several lines that I erroneously deleted in my previous commit. This
sobomax
2001-03-01
1
-0
/
+3
*
- Merge recently added into pkg_info(1) regex/glob matching functionality into
sobomax
2001-02-27
2
-149
/
+26
*
Add two missed modifiers into usage message (`-G' and `-x').
sobomax
2001-02-24
1
-1
/
+1
*
Use the more logical author syntax from pkg_version and quote
jkh
2001-02-20
1
-5
/
+2
*
mdoc(7) police: cosmetics.
ru
2001-02-09
1
-8
/
+9
*
- By default treat supplied arguments as a shell globs to be matched against
sobomax
2001-02-08
4
-41
/
+191
*
mdoc(7) police: Change -filled displays (which just happen
ru
2001-02-07
1
-1
/
+1
*
-pedantic mode:
sobomax
2001-02-05
2
-1
/
+3
*
Add a -g flag for verifying an installed package against its recorded
jkh
2001-02-03
5
-2
/
+41
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
1
-1
/
+1
*
Prepare for mdoc(7)NG.
ru
2000-12-27
1
-1
/
+3
*
Alphabetically reorder options in `.Op Fl' macro to be consistent with the
sobomax
2000-12-05
1
-1
/
+1
*
- Add missed `-s' option into usage printout;
sobomax
2000-12-05
1
-1
/
+1
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-2
/
+2
*
Use Fx macro wherever possible.
ru
2000-11-14
1
-1
/
+2
*
Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to record
sobomax
2000-10-23
5
-3
/
+33
*
Cause fatal error messages to be a little more helpful to the programmer
jkh
2000-10-22
2
-2
/
+2
*
Trim index lines down to 79 characters, not 80.
des
2000-10-18
1
-1
/
+1
*
Fix typo
marko
2000-09-25
1
-1
/
+1
*
Make the ``-r'' option actually do something :)
marko
2000-09-25
2
-1
/
+3
*
New option "-s" to query size of the installed package(s).
sobomax
2000-07-07
5
-2
/
+69
*
Use libfetch instead of libftpio. This adds support for http and IPv6.
des
2000-06-27
1
-2
/
+2
*
Avoid infinite loops when given a package name like 'm4-1.1/'.
steve
2000-05-14
1
-24
/
+14
[next]