aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-05-05 15:38:11 +0000
committerRene Ladan <rene@FreeBSD.org>2020-05-05 15:38:11 +0000
commit0786acb3155523a38d1442f3c16ca56750f1db04 (patch)
tree42843d6e23bc6be789c7f1284cdc61d43d3c0942 /ports-mgmt
parente0510744daebb2bb9f73bf707c276e02e4c191fe (diff)
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/Makefile1
-rw-r--r--ports-mgmt/managepkg/Makefile30
-rw-r--r--ports-mgmt/managepkg/distinfo2
-rw-r--r--ports-mgmt/managepkg/pkg-descr17
4 files changed, 0 insertions, 50 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile
index 454fd3a2bc2f..d1c8024bd9a1 100644
--- a/ports-mgmt/Makefile
+++ b/ports-mgmt/Makefile
@@ -15,7 +15,6 @@
SUBDIR += genplist
SUBDIR += jailaudit
SUBDIR += lsknobs
- SUBDIR += managepkg
SUBDIR += mkreadmes
SUBDIR += modules2tuple
SUBDIR += octopkg
diff --git a/ports-mgmt/managepkg/Makefile b/ports-mgmt/managepkg/Makefile
deleted file mode 100644
index a83c29d26092..000000000000
--- a/ports-mgmt/managepkg/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Andreas Fehlner <fehlner@gmx.de>
-# $FreeBSD$
-
-PORTNAME= managepkg
-PORTVERSION= 1.1
-CATEGORIES= ports-mgmt
-MASTER_SITES= http://www.cul.de/data/\
- http://home.arcor.de/fehlner/fbsd_ports/\
- http://home.arcor.de/teambushido/fbsd_ports/
-EXTRACT_SUFX= .gz
-
-MAINTAINER= fehlner@gmx.de
-COMMENT= Script for maintaining ports
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-# Any ideas for a better comment?
-
-EXTRACT_CMD= ${GZCAT}
-EXTRACT_BEFORE_ARGS=
-EXTRACT_AFTER_ARGS= > ${WRKSRC}/${PORTNAME}
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-PLIST_FILES= sbin/managepkg
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
-
-.include <bsd.port.mk>
diff --git a/ports-mgmt/managepkg/distinfo b/ports-mgmt/managepkg/distinfo
deleted file mode 100644
index 91ab045082f3..000000000000
--- a/ports-mgmt/managepkg/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (managepkg-1.1.gz) = 1b4d1f8df01b8da54f9b083de1789396d4f5efa69d19c264b1c5a08c6f008089
-SIZE (managepkg-1.1.gz) = 2497
diff --git a/ports-mgmt/managepkg/pkg-descr b/ports-mgmt/managepkg/pkg-descr
deleted file mode 100644
index 117a5866206c..000000000000
--- a/ports-mgmt/managepkg/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-This script runs though the complete ports tree without stopping after a make
-error occurred.
-If you call make with any parameter in one of the directories of the ports tree
-in FreeBSD the run will stop if make returns with a code bigger than zero. That
-means, that it is (in opposite to NetBSD or OpenBSD impossible to run a echo
-complete build with \"make\" in FreeBSD.
-
-Warning: The run of the script may last days (but you may stop it any time).
-
-Call the script with the parameter you want to give to make, for instance fetch,
-build, install, or package.
-
-
-WWW: http://www.cul.de/data/
-
--Andreas Fehlner
-fehlner@gmx.de