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
/
create
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix usage().
ru
2006-09-29
1
-6
/
+6
*
Allow variable amounts of verbosity.
obrien
2006-06-12
1
-1
/
+1
*
Use bzip2(1) by default to compress package tarball on
krion
2006-04-17
1
-1
/
+6
*
When using @cwd %%FOO%%, we must ensure to return in the original
krion
2006-01-07
3
-4
/
+22
*
Introduce 3 new options for pkg_create(1), -x for using basic
krion
2005-11-08
4
-7
/
+61
*
remove a few uses of the word `really'
jmg
2005-06-27
1
-2
/
+1
*
Fix last commit.
ru
2005-06-22
1
-2
/
+3
*
Implement @noinst field which has at the moment the same meaning and
krion
2005-06-14
1
-0
/
+10
*
Markup fixes.
ru
2005-06-14
1
-1
/
+1
*
Add -R modifier for the mode when pkg_create(8) creates package file
sobomax
2005-06-06
4
-9
/
+70
*
Expand contractions.
ru
2005-02-13
1
-3
/
+3
*
Expand *n't contractions.
ru
2005-02-13
1
-1
/
+1
*
Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this.
ru
2004-08-12
1
-1
/
+1
*
Downgrade WARNS level to more tolerable value. Attempt to fix
kan
2004-07-28
2
-8
/
+10
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-40
/
+80
*
- pkg_add spawns itself as argv[0] when installing dependent packages, to
eik
2004-06-29
3
-5
/
+5
*
- pkg_create: new flag -S (clean room installation)
eik
2004-06-29
5
-33
/
+74
*
- Properly build both crypto and non-crypto versions of the
ru
2004-01-17
1
-5
/
+0
*
Correct truncation detection after use of snprintf: The case where
nectar
2003-12-17
1
-2
/
+2
*
Clarify the order of arguments passed to the pre-/post-install script
roam
2003-08-26
1
-1
/
+1
*
Retire the useless NOSECURE knob.
des
2003-05-19
1
-1
/
+1
*
* Add explicit conflict-checking to the package tools. Packages can
kris
2003-04-17
4
-6
/
+41
*
english(4) police.
schweikh
2002-12-27
1
-3
/
+3
*
Break fileGetURL() out into its own file so that pkg_install/lib consumers
obrien
2002-11-06
1
-2
/
+2
*
Reorg just a tad to better express our bzip intentions.
obrien
2002-08-25
1
-6
/
+6
*
Drop support for the .tbz2 suffix. One would not want pkg_create(1)
knu
2002-08-04
2
-6
/
+2
*
Use an 8.3 friendly extension when compressing with bzip2.
obrien
2002-08-04
1
-1
/
+1
*
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
*
Grammar nit.
obrien
2002-06-04
1
-1
/
+1
*
mdoc(7) police: markup nits.
ru
2002-05-30
1
-2
/
+4
*
MFS: silence compiler warnings.
sobomax
2002-05-20
1
-7
/
+7
*
Remove cross reference to pkg_update(1).
eric
2002-05-16
1
-1
/
+0
*
- Make use of DEPOROGINs (if there are any) when installing package;
sobomax
2002-05-14
1
-0
/
+3
*
replace __FUNCTION__ with standardized __func__.
alfred
2002-05-11
2
-17
/
+17
*
fix build:
alfred
2002-05-11
2
-15
/
+21
*
When packing installed package into a file (pkg_create -b) make sure to
sobomax
2002-05-10
1
-4
/
+11
*
New feature: allow origins of all dependencies be recorded into package list
sobomax
2002-05-05
2
-1
/
+18
*
Use PLIST_ORIGIN instead of rolling own version using PLIST_COMMENT.
sobomax
2002-05-05
1
-4
/
+5
*
Kill local variable which shadows global one. This fixes creation of bzip2
sobomax
2002-05-02
1
-1
/
+0
*
Improve the Bzip2 handling.
obrien
2002-04-20
4
-19
/
+35
*
Fix SCM ID's.
obrien
2002-04-01
3
-15
/
+9
*
Provide protection against incorrect input (dependency list).
sobomax
2002-02-20
1
-2
/
+5
*
Pass `-9' flag to gzip(1), so that package is compressed using maximum
sobomax
2002-01-17
1
-2
/
+4
*
Add pkg_update to the SEE_ALSO manpage of pkg_create.
keramida
2002-01-15
1
-0
/
+1
*
Make `-b' option actually work as advertised.
sobomax
2001-10-25
1
-0
/
+1
*
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
2
-1
/
+20
*
WARNS=2 cleanup.
sobomax
2001-10-10
4
-25
/
+28
[next]