summaryrefslogtreecommitdiff
path: root/ports-mgmt/managepkg
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-09-05 14:37:06 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-09-05 14:37:06 +0000
commit19da3c6527d1c693ec990603e91544165c94d56d (patch)
tree7e139ddff3c5b306c21b7427b1478c97e695fea1 /ports-mgmt/managepkg
parentAdd IPSec tools port - the new "official" version of racoon, (diff)
Add managepkg 1.1, script for maintining ports.
PR: ports/85732 Submitted by: Andreas Fehlner <fehlner@gmx.de>
Notes
Notes: svn path=/head/; revision=141993
Diffstat (limited to 'ports-mgmt/managepkg')
-rw-r--r--ports-mgmt/managepkg/Makefile28
-rw-r--r--ports-mgmt/managepkg/distinfo2
-rw-r--r--ports-mgmt/managepkg/pkg-descr17
3 files changed, 47 insertions, 0 deletions
diff --git a/ports-mgmt/managepkg/Makefile b/ports-mgmt/managepkg/Makefile
new file mode 100644
index 000000000000..19618a51cd5f
--- /dev/null
+++ b/ports-mgmt/managepkg/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: managepkg
+# Date created: 2005-09-04
+# Whom: Andreas Fehlner <fehlner@gmx.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= managepkg
+PORTVERSION= 1.1
+CATEGORIES= sysutils
+MASTER_SITES= http://www.cul.de/data/\
+ http://home.arcor.de/fehlner/download/\
+ http://home.arcor.de/teambushido/download/
+EXTRACT_SUFX= .gz
+
+MAINTAINER= fehlner@gmx.de
+COMMENT= Script for maintining ports
+# Any ideas for a better comment?
+
+EXTRACT_AFTER_ARGS= ${DISTDIR}/${DISTFILES} > ${WRKSRC}/${PORTNAME}
+WRKSRC= ${WRKDIR}
+NO_BUILD= yes
+PLIST_FILES= sbin/managepkg
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
+
+.include <bsd.port.mk>
diff --git a/ports-mgmt/managepkg/distinfo b/ports-mgmt/managepkg/distinfo
new file mode 100644
index 000000000000..1a86f87e5ad8
--- /dev/null
+++ b/ports-mgmt/managepkg/distinfo
@@ -0,0 +1,2 @@
+MD5 (managepkg-1.1.gz) = 7e698db45723cb0a933363cc5a6cb718
+SIZE (managepkg-1.1.gz) = 2497
diff --git a/ports-mgmt/managepkg/pkg-descr b/ports-mgmt/managepkg/pkg-descr
new file mode 100644
index 000000000000..568903156d13
--- /dev/null
+++ b/ports-mgmt/managepkg/pkg-descr
@@ -0,0 +1,17 @@
+This script runs though the complete ports tree without stopping after a make
+error occured.
+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