Re: Client for pkg_create

2004-07-12 Thread Matthew Seaman
On Mon, Jul 12, 2004 at 01:30:54PM -0500, Miguel Cardenas wrote:

 Reading the manpage of pkg_create found that this command is to be invoked by 
 a client (graphical or maybe console?)... my question is... which one could I 
 get? please tell me, am novice with freebsd and don't know too much about 
 it...

Basically the only widespread thing to use pkg_create(1) is the ports
system.  I know of no graphical clients for building packages in this
fashion.

To learn about the ports system, start here:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp06ymt5IkoR.pgp
Description: PGP signature


Re: Client for pkg_create

2004-07-12 Thread Arjan Van Leeuwen
Hi Miguel,

On Mon, 12 Jul 2004 13:30:54 -0500, Miguel Cardenas
[EMAIL PROTECTED] wrote:
 Hello!!
 
 Reading the manpage of pkg_create found that this command is to be invoked by
 a client (graphical or maybe console?)... my question is... which one could I
 get? please tell me, am novice with freebsd and don't know too much about
 it...

The ports use pkg_create when you use 'make package' or 'make
package-recursive'. Portupgrade uses it to backup an installed port
before upgrading it.

If you want to easily make packages for yourself from your installed
ports, use this:

pkg_create -jb packagename

where packagename is one of the packages that you have installed (see pkg_info).

Arjan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]