How to package up (all) installed ports

2005-02-17 Thread Danny Pansters
What would be a good way to create binary packages of all/most of my currently installed ports (without rebuilding as make package does)? I want to move my entire setup to another disk (array) and like to get rid of any acumulated junk in the process so best would be to get packages from my

Re: How to package up (all) installed ports

2005-02-17 Thread Alejandro Pulver
On Fri, 18 Feb 2005 00:09:47 +0100 Danny Pansters [EMAIL PROTECTED] wrote: What would be a good way to create binary packages of all/most of my currently installed ports (without rebuilding as make package does)? I want to move my entire setup to another disk (array) and like to get rid

Re: How to package up (all) installed ports

2005-02-17 Thread Danny Pansters
On Friday 18 February 2005 02:17, you wrote: #!/bin/sh # Shell script to create packages of all the ports installed in the system. # Usage: 'sh package-ports.sh' # Will create the packages in the current directory. PORTS=`pkg_info | awk '{print $1}'` # Filter the description.