summaryrefslogtreecommitdiff
path: root/sysutils/nut22
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
commite497906508084a5501f27a53a8ec0f23aa446e5b (patch)
tree152d32d807e92b14ac8ade604a4d650b637b1e93 /sysutils/nut22
parentA new index, with 3,403 ports, which is a nice number, being 41 times (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Diffstat (limited to 'sysutils/nut22')
-rw-r--r--sysutils/nut22/Makefile65
-rw-r--r--sysutils/nut22/distinfo1
-rw-r--r--sysutils/nut22/files/patch-aa57
-rw-r--r--sysutils/nut22/pkg-comment1
-rw-r--r--sysutils/nut22/pkg-descr7
-rw-r--r--sysutils/nut22/pkg-plist19
-rw-r--r--sysutils/nut22/pkg-plist.cgi6
-rw-r--r--sysutils/nut22/pkg-plist.doc16
8 files changed, 0 insertions, 172 deletions
diff --git a/sysutils/nut22/Makefile b/sysutils/nut22/Makefile
deleted file mode 100644
index cac1cbf3d0d0..000000000000
--- a/sysutils/nut22/Makefile
+++ /dev/null
@@ -1,65 +0,0 @@
-# New ports collection makefile for: nut
-# Date created: 08 Jan 2000
-# Whom: Boris Popov <bp@freebsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= nut
-PORTVERSION= 0.43.1
-CATEGORIES= sysutils
-MASTER_SITES= http://www.exploits.org/nut/release/
-
-MAINTAINER= bp@butya.kz
-
-.if defined(CGI)
-LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd
-.endif
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/nut \
- --with-uid=65534 --with-gid=68
-ALL_TARGET= all
-
-PLIST= ${WRKDIR}/PLIST.DYN
-
-NDOCDIR= ${PREFIX}/share/doc/nut
-
-.if defined(CGI)
-NCGIDIR= ${PREFIX}/share/nut/cgi
-ALL_TARGET+= cgi
-.endif
-
-pre-fetch:
-.if !defined(CGI)
- @${ECHO_MSG} "Type \"make CGI=yes\" if you want to build CGI scripts."
-.endif
-
-pre-install:
- @cp ${PKGDIR}/PLIST ${WRKDIR}/PLIST.DYN
-.if !defined(NOPORSDOCS)
- @cat ${PKGDIR}/PLIST.DOC >> ${WRKDIR}/PLIST.DYN
-.endif
-.if defined(CGI)
- @cat ${PKGDIR}/PLIST.CGI >> ${WRKDIR}/PLIST.DYN
-.endif
-
-post-install:
- @${SED} -e "/%%PREFIX%%/s##${PREFIX}#g" \
- ${WRKSRC}/scripts/FreeBSD/upsd.sh.sample \
- >${PREFIX}/etc/rc.d/upsd.sh.sample
- @${CHMOD} 0755 ${PREFIX}/etc/rc.d/upsd.sh.sample
-.if !defined(NOPORTDOCS)
- @if ! [ -d ${NDOCDIR} ]; then ${MKDIR} ${NDOCDIR}; fi
- ${INSTALL_DATA} ${WRKSRC}/docs/* ${NDOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${NDOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/QUICKSTART ${NDOCDIR}
-.endif
-.if defined(CGI)
- @if ! [ -d ${NCGIDIR} ]; then ${MKDIR} ${NCGIDIR}; fi
- ${INSTALL_DATA} ${WRKSRC}/clients/*.cgi ${NCGIDIR}
- @${ECHO_MSG} "Look in ${NCGIDIR} for cgi scripts."
-.endif
- @${ECHO_MSG} "Look in ${NDOCDIR} for documentation."
-
-.include <bsd.port.mk>
diff --git a/sysutils/nut22/distinfo b/sysutils/nut22/distinfo
deleted file mode 100644
index 34135b70a234..000000000000
--- a/sysutils/nut22/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (nut-0.43.1.tar.gz) = 9f9ba2843065b6b8002558cd5dc779de
diff --git a/sysutils/nut22/files/patch-aa b/sysutils/nut22/files/patch-aa
deleted file mode 100644
index 1f5deccbb680..000000000000
--- a/sysutils/nut22/files/patch-aa
+++ /dev/null
@@ -1,57 +0,0 @@
-diff -ru ../431/clients/Makefile.in ./clients/Makefile.in
---- ../431/clients/Makefile.in Mon Feb 14 09:39:16 2000
-+++ ./clients/Makefile.in Mon Mar 6 17:29:46 2000
-@@ -57,10 +57,10 @@
- distclean: clean
-
- install: all
-- $(INSTALLCMD) -m $(INSTALLMODE) $(PROGS) $(BASEPATH)/bin
-+ $(INSTALLCMD) -m $(INSTALLMODE) $(PROGS) $(BASEPATH)/sbin
-
- install-cgi: cgi
-- $(INSTALLCMD) -m $(INSTALLMODE) $(CGIPROGS) $(BASEPATH)/cgi-bin
-+ $(INSTALLCMD) -m $(INSTALLMODE) $(CGIPROGS) $(BASEPATH)/share/nut/cgi
-
- install-misc: upsfetch.o
- $(INSTALLCMD) upsfetch.[oh] $(BASEPATH)/misc
-diff -ru ../431/conf/Makefile.in ./conf/Makefile.in
---- ../431/conf/Makefile.in Mon Feb 14 09:08:01 2000
-+++ ./conf/Makefile.in Mon Mar 6 17:30:39 2000
-@@ -12,17 +12,9 @@
-
- install:
- @for f in $(SECFILES) ; do \
-- if [ -f $(CONFPATH)/$$f ]; then \
-- echo "Preserving existing config file: $$f"; \
-- else \
-- $(INSTALLCMD) -m 0600 $$f $(BASEPATH)/etc; \
-- fi; \
-+ $(INSTALLCMD) -m 0600 $$f $(CONFPATH)/$$f.sample; \
- done
-
- @for f in $(PUBFILES) ; do \
-- if [ -f $(CONFPATH)/$$f ]; then \
-- echo "Preserving existing config file: $$f"; \
-- else \
-- $(INSTALLCMD) -m 0644 $$f $(BASEPATH)/etc; \
-- fi; \
-+ $(INSTALLCMD) -m 0644 $$f $(CONFPATH)/$$f.sample; \
- done
-diff -ru ../431/models/Makefile.in ./models/Makefile.in
---- ../431/models/Makefile.in Fri Feb 11 03:14:25 2000
-+++ ./models/Makefile.in Mon Mar 6 17:29:46 2000
-@@ -36,4 +36,4 @@
- distclean: clean
-
- install: all
-- $(INSTALLCMD) -m $(INSTALLMODE) $(PROGS) $(BASEPATH)/bin
-+ $(INSTALLCMD) -m $(INSTALLMODE) $(PROGS) $(BASEPATH)/sbin
-diff -ru ../431/server/Makefile.in ./server/Makefile.in
---- ../431/server/Makefile.in Fri Feb 11 03:18:22 2000
-+++ ./server/Makefile.in Mon Mar 6 17:29:46 2000
-@@ -22,4 +22,4 @@
- distclean: clean
-
- install: all
-- $(INSTALLCMD) $(PROGS) $(BASEPATH)/bin
-+ $(INSTALLCMD) $(PROGS) $(BASEPATH)/sbin
diff --git a/sysutils/nut22/pkg-comment b/sysutils/nut22/pkg-comment
deleted file mode 100644
index 83ab91a03e2d..000000000000
--- a/sysutils/nut22/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Network UPS Tools
diff --git a/sysutils/nut22/pkg-descr b/sysutils/nut22/pkg-descr
deleted file mode 100644
index cfc898ce8095..000000000000
--- a/sysutils/nut22/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-This is a developing project to monitor a large assortment of UPS hardware.
-Network communications are used so that multiple systems can monitor a
-single physical UPS and shut down together if necessary without any
-special "sharing hardware" on the UPS itself. CGI scripts provided
-to monitor UPS status via WEB browser.
-
-WWW: http://www.exploits.org/nut/
diff --git a/sysutils/nut22/pkg-plist b/sysutils/nut22/pkg-plist
deleted file mode 100644
index e2a5d4380c58..000000000000
--- a/sysutils/nut22/pkg-plist
+++ /dev/null
@@ -1,19 +0,0 @@
-sbin/apcsmart
-sbin/genericups
-sbin/optiups
-sbin/bestups
-sbin/ups-trust425+625
-sbin/fentonups
-sbin/upsc
-sbin/upscmd
-sbin/upslog
-sbin/upsmon
-sbin/upsct
-sbin/upsct2
-sbin/upsd
-etc/nut/hosts.conf.sample
-etc/nut/multimon.conf.sample
-etc/nut/upsd.conf.sample
-etc/nut/upsmon.conf.sample
-etc/nut/upsset.passwd.sample
-etc/rc.d/upsd.sh.sample
diff --git a/sysutils/nut22/pkg-plist.cgi b/sysutils/nut22/pkg-plist.cgi
deleted file mode 100644
index 670b38eca27c..000000000000
--- a/sysutils/nut22/pkg-plist.cgi
+++ /dev/null
@@ -1,6 +0,0 @@
-share/nut/cgi/multimon.cgi
-share/nut/cgi/upsimage.cgi
-share/nut/cgi/upsset.cgi
-share/nut/cgi/upsstats.cgi
-@dirrm share/nut/cgi
-@dirrm share/nut
diff --git a/sysutils/nut22/pkg-plist.doc b/sysutils/nut22/pkg-plist.doc
deleted file mode 100644
index 7a7d77317316..000000000000
--- a/sysutils/nut22/pkg-plist.doc
+++ /dev/null
@@ -1,16 +0,0 @@
-share/doc/nut/Changes.trust
-share/doc/nut/FAQ
-share/doc/nut/access.txt
-share/doc/nut/commands.txt
-share/doc/nut/data-room.txt
-share/doc/nut/generic-ups.txt
-share/doc/nut/new-modules.txt
-share/doc/nut/pager.txt
-share/doc/nut/protocol.txt
-share/doc/nut/shutdown.txt
-share/doc/nut/tips.txt
-share/doc/nut/todo.txt
-share/doc/nut/ups-trust425+625.txt
-share/doc/nut/README
-share/doc/nut/QUICKSTART
-@dirrm share/doc/nut