Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Update to new repository location
Bryan Drewery committed 12 years ago
commit e4b31aa886acd30f280c4fe9edf2b251b3520ba5
parent 2472aef
4 files changed +11 -14
modified AUTHORS
@@ -6,7 +6,7 @@ Julien Laffaye <jlaffaye@FreeBSD.org>
Contributors:

All contributors can be seen on github:
-
https://github.com/pkgng/pkgng/graphs/contributors
+
https://github.com/freebsd/pkg/graphs/contributors

Philippe Pepiot <phil@philpep.org>
Will Andrews <will@FreeBSD.org>
modified FAQ.md
@@ -57,7 +57,7 @@ And that was it. Please read the man pages for more information on the commands.
<a name="2"></a>
### Q: How is pkgng different from the FreeBSD pkg_* tools? What is the motivation behind pkgng?

-
The [README](https://github.com/pkgng/pkgng/blob/master/README.md) should explain all of that :)
+
The [README](https://github.com/freebsd/pkg/blob/master/README.md) should explain all of that :)

<a name="3"></a>
### Q: How is pkgng different from PC-BSD PBI packages?
@@ -113,7 +113,7 @@ when building a repo.
<a name="11"></a>
### Q: How to start working with multi-repos in pkgng?

-
Please refer to the [README](https://github.com/pkgng/pkgng/blob/master/README.md#multirepos), which explains how to enable and get started with multi-repos in pkgng.
+
Please refer to the [README](https://github.com/freebsd/pkg/blob/master/README.md#multirepos), which explains how to enable and get started with multi-repos in pkgng.

<a name="12"></a>
### Q: Why is `pkg create` slow?
@@ -150,7 +150,7 @@ Install the latest **ports-mgmt/portupgrade**, or **ports-mgmt/portupgrade-devel
    # echo "WITH_PKGNG=yes" >> /etc/make.conf
    # pkg2ng

-
More information can be found in the portupgrade [NEWS](https://github.com/pkgtools/pkgtools/blob/master/NEWS.md) file.
+
More information can be found in the portupgrade [NEWS](https://github.com/freebsd/portupgrade/blob/master/NEWS.md) file.

<a name="17"></a>
### Q: pkgng does not work it says: /usr/local/sbin/pkg: Undefined symbol "pkg_init"
modified README.md
@@ -200,7 +200,7 @@ You can grap a development snapshot of pkgng from the [pkgng Github repository][

To get the latest version of pkgng from the Git repo, just clone it:

-
	# git clone https://github.com/pkgng/pkgng
+
	# git clone https://github.com/freebsd/pkg

Or you can take an already tagged release of pkgng from the above web page as well.

@@ -449,18 +449,15 @@ Now you can share your repo with other people by letting them know of your repos

* [Buildbot for pkgng][4]

-
* [LLVM scanbuild][6]
-

-
* [Jenkins CI instance for pkgng][7]
+
* [Jenkins CI instance for pkgng][6]

In order to get in contact with us, you can find us in the #pkgng@FreeNode IRC channel.

If you hit a bug when using pkgng, you can always submit an issue in the [pkgng issue tracker][5].

-
[1]: https://github.com/pkgng/pkgng
+
[1]: https://github.com/freebsd/pkg
[2]: http://wiki.freebsd.org/pkgng
[3]: http://jenkins.unix-heaven.org/jenkins/job/pkgng-doxygen/
[4]: http://buildbot.etoilebsd.net/
-
[5]: https://github.com/pkgng/pkgng/issues
-
[6]: http://scanbuild.etoilebsd.net
-
[7]: http://jenkins.unix-heaven.org/jenkins/
+
[5]: https://github.com/freebsd/pkg/issues
+
[6]: http://jenkins.unix-heaven.org/jenkins/
modified pkg/pkg.8
@@ -15,7 +15,7 @@
.\"     @(#)pkg.8
.\" $FreeBSD$
.\"
-
.Dd April 7, 2013
+
.Dd May 16, 2013
.Dt PKG 8
.Os
.\" ---------------------------------------------------------------------------
@@ -270,7 +270,7 @@ command first appeared in
.\" ---------------------------------------------------------------------------
.Sh BUGS
See the issue tracker at
-
.Em https://github.com/pkgng/pkgng/issues
+
.Em https://github.com/freebsd/pkg/issues
.Pp
Please direct questions and issues to the
.An pkg@FreeBSD.org