From owner-freebsd-ports Thu Jul 26 6:40:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9358937B405 for ; Thu, 26 Jul 2001 06:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6QDe3Q84470; Thu, 26 Jul 2001 06:40:03 -0700 (PDT) (envelope-from gnats) Received: from cathbad.happygiraffe.net (choke.semantico.com [212.74.15.98]) by hub.freebsd.org (Postfix) with ESMTP id D184437B401 for ; Thu, 26 Jul 2001 06:30:33 -0700 (PDT) (envelope-from dom@happygiraffe.net) Received: by cathbad.happygiraffe.net (Postfix, from userid 1001) id BB08B4022; Thu, 26 Jul 2001 14:26:17 +0100 (BST) Message-Id: <20010726132617.BB08B4022@cathbad.happygiraffe.net> Date: Thu, 26 Jul 2001 14:26:17 +0100 (BST) From: Dominic Mitchell Reply-To: Dominic Mitchell To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29243: version update for sysutils/npadmin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29243 >Category: ports >Synopsis: version update for sysutils/npadmin >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 26 06:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 4.3-STABLE i386 >Organization: n/a >Environment: System: FreeBSD cathbad.happygiraffe.net 4.3-STABLE FreeBSD 4.3-STABLE #19: Wed Jul 18 21:33:06 BST 2001 root@cathbad.happygiraffe.net:/usr/obj/usr/src/sys/CATHBAD i386 >Description: This fixes npadmin up to the latest version. >How-To-Repeat: n/a >Fix: Here's the patch. Note that I have removed everything in the "files" subdirectory. This port now requires no patches. -Dom diff -urP /usr/ports/sysutils/npadmin/Makefile npadmin/Makefile --- /usr/ports/sysutils/npadmin/Makefile Thu Jun 7 08:46:05 2001 +++ npadmin/Makefile Thu Jul 26 14:19:32 2001 @@ -6,19 +6,18 @@ # PORTNAME= npadmin -PORTVERSION= 0.7 +PORTVERSION= 0.8.7 CATEGORIES= sysutils print -MASTER_SITES= ftp://ftp.penguincomputing.com/pub/prtools/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= dom@happygiraffe.net -ALL_TARGET= npadmin - MAN1= npadmin.1 GNU_CONFIGURE= yes -pre-build: - ${CP} ${FILESDIR}/getopt* ${WRKSRC} +pre-patch: + @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure .include diff -urP /usr/ports/sysutils/npadmin/distinfo npadmin/distinfo --- /usr/ports/sysutils/npadmin/distinfo Mon Jan 18 03:41:25 1999 +++ npadmin/distinfo Thu Jul 26 14:07:03 2001 @@ -1 +1 @@ -MD5 (npadmin-0.7.tar.gz) = 9080ad7f93ff93972412f9ed7f6a0226 +MD5 (npadmin-0.8.7.tar.gz) = 07fe5be13653d2dbb5fdf036888f7763 Only in /usr/ports/sysutils/npadmin: files diff -urP /usr/ports/sysutils/npadmin/pkg-descr npadmin/pkg-descr --- /usr/ports/sysutils/npadmin/pkg-descr Mon Jan 18 03:41:26 1999 +++ npadmin/pkg-descr Thu Jul 26 14:21:59 2001 @@ -1 +1,20 @@ An SNMP based command line network printer management tool. + +Modern network printers are quite easily managable across a network. +However, until now, the only tools that make use of these capabilities +are the vendor supplied products such as Web JetAdmin by HP, Marknet by +Lexmark, Centreview by Xerox or PhaserLink by Tektronix. The problem is +that all of these tools are fundamentally GUI based applications and +there is no way to incorporate their functionality into scripts. This +program is designed to be called from scripts to find things out about +printers. + +Information you can gather about printers with npadmin: + Model and vendor, Location and contact information, + Network configuration, Memory and disk usage, Max and min papersize, + Engine speed, Duplexer installed, Printer status, Printer languages, + Marker technology, Page count, Minimum margins, + Size, capacity and level of paper trays, Toner levels, Alert conditions, + Resolution, Display information, Cover pages on/off. + +WWW: http://npadmin.sourceforge.net/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message