Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2001 14:26:17 +0100 (BST)
From:      Dominic Mitchell <dom@happygiraffe.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29243: version update for sysutils/npadmin
Message-ID:  <20010726132617.BB08B4022@cathbad.happygiraffe.net>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010726132617.BB08B4022>