From owner-freebsd-questions@FreeBSD.ORG Thu Apr 15 22:05:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ED9E16A4CE for ; Thu, 15 Apr 2004 22:05:16 -0700 (PDT) Received: from smtp6.bahnhof.se (mail.bahnhof.se [213.136.33.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6683043D3F for ; Thu, 15 Apr 2004 22:05:15 -0700 (PDT) (envelope-from mark.rowlands@mypost.se) Received: from mfilter2.bahnhof.se (mail.bahnhof.se [213.136.33.1]) by smtp6.bahnhof.se (Postfix) with ESMTP id 136E31B5D21; Fri, 16 Apr 2004 07:05:17 +0200 (CEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by re-injector2.bahnhof.se (Postfix) with ESMTP id 03D57AA542; Fri, 16 Apr 2004 07:05:14 +0200 (CEST) Received: from smtp6.bahnhof.se ([213.136.33.1]) by localhost (mfilter2.bahnhof.se [10.0.1.22]) (amavisd-new, port 10024) with ESMTP id 13090-02; Fri, 16 Apr 2004 07:05:13 +0200 (CEST) Received: from pcmarpxy.mine.nu (81-170-150-191.bahnhofbredband.net [81.170.150.191]) by smtp6.bahnhof.se (Postfix) with ESMTP id 8CDAF1B5D21; Fri, 16 Apr 2004 07:05:16 +0200 (CEST) Received: from localhost (localhost.mwrwin2k.se [127.0.0.1]) by pcmarpxy.mine.nu (Postfix) with ESMTP id 63775119A7; Fri, 16 Apr 2004 07:05:13 +0200 (CEST) Received: from pcmarpxy.mine.nu ([127.0.0.1]) by localhost (pcmarpxy.mine.nu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04194-07; Fri, 16 Apr 2004 07:05:12 +0200 (CEST) Received: from EXCHSRV1.mwrwin2k.se (unknown [192.168.0.4]) by pcmarpxy.mine.nu (Postfix) with ESMTP id BD176119A0; Fri, 16 Apr 2004 07:05:12 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-class: urn:content-classes:message Date: Fri, 16 Apr 2004 07:05:11 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Message-ID: <4789E43478F3994BB8D967C73FD9C68850AE@exchsrv1> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: installing perl module Net::Netmask Thread-Index: AcQjKpnP4xiLB+BDSUao+8dam3TF7gARILGQ From: "mark rowlands" To: , "freebsd-questions@FreeBSD. ORG" X-Virus-Scanned: by amavisd-new at bahnhof.se Subject: RE: installing perl module Net::Netmask X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 05:05:16 -0000 =20 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org=20 > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of JJB > Sent: Thursday, April 15, 2004 10:40 PM > To: freebsd-questions@FreeBSD. ORG > Subject: installing perl module Net::Netmask=20 >=20 > Freebsd 4.9 is delivered with perl all ready installed. > Just how do I go about installing module Net::Netmask into=20 > the existing Perl software? >=20 I'm gonna hate myself for this..... 1) cd /usr/ports/net/cvsup-without-gui 2) make install clean 3) Edit a file /somewhere/portsup thusly #################################################################### *default host=3DCHANGE_THIS.FreeBSD.org # change it to reflect your nearest mirror!..... cvsup.se.freebsd.org for example *default base=3D/usr *default prefix=3D/usr *default release=3Dcvs tag=3D. *default delete use-rel-suffix # If your network link is a T1 or faster, comment out the following line. *default compress ## Ports Collection. # # The easiest way to get the ports tree is to use the "ports-all" # mega-collection. It includes all of the individual "ports-*" # collections, ports-all #################################################################### 4) cvsup /somewhere/portsup 5) When all that excitement is finished:- cd /usr/ports 6) make search key=3Dnetmask | egrep "Port|Path" Port: libmtrie-1.0.3 Path: /usr/ports/devel/libmtrie Port: pop-before-smtp-1.33 Path: /usr/ports/mail/pop-before-smtp Port: hawk-0.6 Path: /usr/ports/net/hawk Port: XBone-3.0 Path: /usr/ports/net/xbone Port: icmpquery-1.0.3 Path: /usr/ports/net-mgmt/icmpquery Port: netmask-2.4_1 Path: /usr/ports/net-mgmt/netmask Port: p5-Net-Netmask-1.9007 Path: /usr/ports/net-mgmt/p5-Net-Netmask OOOOH lookeee lookeee 7) cd /usr/ports/net-mgmt/p5-Net-Netmask 8) make install clean 9) Go read the the handbook, the faq, take a look in /usr/share/doc and sin no more.