aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-30 08:09:07 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-30 08:09:07 +0000
commitc934bd3eb94c8321924debddf9abab2b0105ad80 (patch)
tree14c174e1ef060b06c8bd3bffe856058500686612 /ports-mgmt
parent6f539ab8176f4a200110c81754c15b4430c13359 (diff)
downloadports-c934bd3eb94c8321924debddf9abab2b0105ad80.tar.gz
ports-c934bd3eb94c8321924debddf9abab2b0105ad80.zip
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/Makefile1
-rw-r--r--ports-mgmt/pkg_add_it/Makefile34
-rw-r--r--ports-mgmt/pkg_add_it/distinfo2
-rw-r--r--ports-mgmt/pkg_add_it/pkg-descr22
-rw-r--r--ports-mgmt/pkg_add_it/pkg-message13
5 files changed, 0 insertions, 72 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile
index 74074c6ba5a9..fb42c9af2091 100644
--- a/ports-mgmt/Makefile
+++ b/ports-mgmt/Makefile
@@ -36,7 +36,6 @@
SUBDIR += pkg-orphan
SUBDIR += pkg-plist
SUBDIR += pkg-rmleaf
- SUBDIR += pkg_add_it
SUBDIR += pkg_cleanup
SUBDIR += pkg_cutleaves
SUBDIR += pkg_jail
diff --git a/ports-mgmt/pkg_add_it/Makefile b/ports-mgmt/pkg_add_it/Makefile
deleted file mode 100644
index 5a91cc4dc45e..000000000000
--- a/ports-mgmt/pkg_add_it/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# Created by: Marin Atanasov <dnaeon@gmail.com>
-# $FreeBSD$
-
-PORTNAME= pkg_add_it
-PORTVERSION= 1.3.2
-CATEGORIES= ports-mgmt
-MASTER_SITES= http://www.unix-heaven.org/FreeBSD/distfiles/
-
-MAINTAINER= dnaeon@gmail.com
-COMMENT= Interactive tool for package installation
-
-EXPIRATION_DATE= 2014-08-30
-DEPRECATED= Does not support pkgng
-
-PLIST_FILES= etc/pkg_add_it.conf \
- man/man1/pkg_add_it.1.gz \
- man/man5/pkg_add_it.conf.5.gz \
- sbin/pkg_add_it
-
-.include <bsd.port.pre.mk>
-
-PKG_RELEASE!= ${UNAME} -r | ${CUT} -d '-' -f 1,2 | ${SED} -e 's|\.[0-9]*.*|-STABLE|'
-
-post-patch:
- ${REINPLACE_CMD} -e 's|@PKG_ARCH@|${ARCH}|' \
- -e 's|@PKG_RELEASE@|${PKG_RELEASE:tl}|' ${WRKSRC}/pkg_add_it.conf
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/pkg_add_it.conf ${STAGEDIR}${PREFIX}/etc
- ${INSTALL_PROGRAM} ${WRKSRC}/pkg_add_it ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/pkg_add_it.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/pkg_add_it.conf.5 ${STAGEDIR}${MAN5PREFIX}/man/man5
-
-.include <bsd.port.post.mk>
diff --git a/ports-mgmt/pkg_add_it/distinfo b/ports-mgmt/pkg_add_it/distinfo
deleted file mode 100644
index 4363862785ac..000000000000
--- a/ports-mgmt/pkg_add_it/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pkg_add_it-1.3.2.tar.gz) = 0479e2cac05a32920534f82b5f4d5e010d8ebb393ca2991662cd4c569f570b6b
-SIZE (pkg_add_it-1.3.2.tar.gz) = 23958
diff --git a/ports-mgmt/pkg_add_it/pkg-descr b/ports-mgmt/pkg_add_it/pkg-descr
deleted file mode 100644
index 9fe71bf64654..000000000000
--- a/ports-mgmt/pkg_add_it/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-pkg_add_it(1) is a tool for interactive installation of packages.
-
-It's goal is to make easier the process of finding and installing
-new packages, and is useful for both - novice users,
-and system administrators as well.
-
-pkg_add_it(1) can be used as well as a "browser" to the INDEX file,
-allowing you to get the information you need about a package.
-
-An example output of package dependencies list created by pkg_add_it(1):
-
-[ NOT INSTALLED ] devel/glib-2.20.5
-[ NOT INSTALLED ] |\___ devel/gettext-0.17_1
-[ NOT INSTALLED ] | \___ converters/libiconv-1.13.1
-[ PRESELECTED ] |\___ converters/libiconv-1.13.1
-[ NOT INSTALLED ] |\___ devel/pcre-7.9
-[ NOT INSTALLED ] |\___ lang/perl-5.8.9_3
-[ INSTALLED ] |\___ devel/pkg-config-0.23_1
-[ NOT INSTALLED ] \___ lang/python26-2.6.2_3
-
-Author: Marin Atanasov Nikolov <dnaeon@gmail.com>
-WWW: http://www.unix-heaven.org/index.php?page=pkg_add_it
diff --git a/ports-mgmt/pkg_add_it/pkg-message b/ports-mgmt/pkg_add_it/pkg-message
deleted file mode 100644
index 0318afd160f0..000000000000
--- a/ports-mgmt/pkg_add_it/pkg-message
+++ /dev/null
@@ -1,13 +0,0 @@
-NOTICE: pkg_add_it(1) has been installed
-
-Please check the pkg_add_it(1) and pkg_add_it.conf(5)
-manual pages for more information about pkg_add_it(1).
-
-Please refer to the above manual pages in order
-to configure how you want pkg_add_it(1) to work.
-
-You might want to change some of the default options
-from the configuration file that were set.
-
-Please check and verify that PKG_RELEASE option is
-set properly right after installation of the program.