FreeBSD7.4 Ports Collections


 
Thread Tools Search this Thread
Operating Systems BSD FreeBSD7.4 Ports Collections
# 1  
Old 07-19-2012
FreeBSD since version 5.5 has included the portnsap utility in the base system, so it'll always be provided for you.

portsnap

An easy way to grab a snapshot is to do this:
Code:
portsnap fetch extract update

Then, when you need to update your ports tree:
Code:
portsnap fetch update

Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. What is on Your Mind?

Regarding having collections of NICE threads

Hello All, This is regarding a suggestion to create a sub forum for those THREADS which have been rated 3 or more stars out of 5(Off-course good threads only). As we all know we have thread rating system in each thread, so to have a collections of all those threads which had been rated good, so... (1 Reply)
Discussion started by: RavinderSingh13
1 Replies

2. Shell Programming and Scripting

Syncing Multiple Music Collections, Can rsync help?

Hello, I have two laptops one office and one personal. The office laptop is a Lenovo T430s 16GB RAM running Windows 7 and the Personal Laptop is a hp Pavilion dm4 Laptop dual booted with Windows 7 and Fedora 14. I have 3 music collections, one on my personal Laptop, one on office Laptop and... (3 Replies)
Discussion started by: ajayram
3 Replies

3. BSD

Portsnap in FreeBSD7.4

Hi, Am using FreeBSD7.4/i386 I forgot to install ports, So now trying to install them using "portsnap fetch" I get the output as Help me to sort out this.. (3 Replies)
Discussion started by: Priya Amaresh
3 Replies

4. Solaris

regarding ports

Hi , I need one help... Is there any command on solaris 10 to free the ports. For e.g I used netstat -na| grep 8080 it displays either it is listening or established.. i want to free the ports... Anyone please help me on this... Thanks, Shanmuga (2 Replies)
Discussion started by: shanshine
2 Replies

5. HP-UX

Ports

Can any one tell the command for which process are running on a perticular port (1 Reply)
Discussion started by: zsujith
1 Replies

6. BSD

FreeBSD7.0_BETA4 installing

about more half one part during installing my FreeBSD7.0_BETA4 ,some thing wrong happened : "unable to open the packages files /INDEX selected from you media" so what should I do ,just tell me the way to deal with the problem ,thanks. (1 Reply)
Discussion started by: magic_dk
1 Replies

7. UNIX for Dummies Questions & Answers

FreeBSD7.0_BETA4 _ installing

About more half one part during installing my FreeBSD7.0_BETA4 , some thing wrong happened : "unable to open the packages files /INDEX selected from you media" so what should I do ,just tell me the way to deal with the problem ,thanks. (1 Reply)
Discussion started by: magic_dk
1 Replies

8. UNIX for Dummies Questions & Answers

Ports

How To Close ports,for example finger port 79?? :confused: :confused: :confused: 10x (6 Replies)
Discussion started by: Yaki
6 Replies
Login or Register to Ask a Question
ftp::geturl(3tcl)						    ftp client							 ftp::geturl(3tcl)

__________________________________________________________________________________________________________________________________________________

NAME
ftp::geturl - Uri handler for ftp urls SYNOPSIS
package require Tcl 8.2 package require ftp::geturl ?0.2.1? ::ftp::geturl url _________________________________________________________________ DESCRIPTION
This package provides a command which wraps around the client side of the ftp protocol provided by package ftp to allow the retrieval of urls using the ftp schema. API
::ftp::geturl url This command can be used by the generic command ::uri::geturl (See package uri) to retrieve the contents of ftp urls. Internally it uses the commands of the package ftp to fulfill the request. The contents of a ftp url are defined as follows: file The contents of the specified file itself. directory A listing of the contents of the directory in key value notation where the file name is the key and its attributes the asso- ciated value. link The attributes of the link, including the path it refers to. BUGS, IDEAS, FEEDBACK This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category ftp of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation. SEE ALSO
ftpd, mime, pop3, smtp KEYWORDS
ftp, internet, net, rfc 959 CATEGORY
Networking ftp 0.2.1 ftp::geturl(3tcl)