mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add pkg_remove.
pkg_remove is a utility to cleanly uninstall packages. PR: 16025 Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
This commit is contained in:
parent
c556e16749
commit
f1aa330554
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24740
26
ports-mgmt/pkg_remove/Makefile
Normal file
26
ports-mgmt/pkg_remove/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: pkg_remove
|
||||
# Version required: 1.0
|
||||
# Date created: 8 Jan 2000
|
||||
# Whom: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= pkg_remove
|
||||
PKGNAME= pkg_remove-1.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.rr.iij4u.or.jp/~sada/scripts/
|
||||
EXTRACT_SUFX= .txt
|
||||
|
||||
MAINTAINER= nakaji@tutrp.tut.ac.jp
|
||||
|
||||
EXTRACT_CMD= ${CP}
|
||||
EXTRACT_BEFORE_ARGS=
|
||||
EXTRACT_AFTER_ARGS= .
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/pkg_remove.txt ${PREFIX}/bin/pkg_remove
|
||||
|
||||
.include <bsd.port.mk>
|
1
ports-mgmt/pkg_remove/distinfo
Normal file
1
ports-mgmt/pkg_remove/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pkg_remove.txt) = 7d83feadfe5c902c3afc1230eb5443d4
|
1
ports-mgmt/pkg_remove/pkg-comment
Normal file
1
ports-mgmt/pkg_remove/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Utility to uninstall packages
|
2
ports-mgmt/pkg_remove/pkg-descr
Normal file
2
ports-mgmt/pkg_remove/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
Utility to uninstall packages.
|
||||
This perl script is written by SADA Kenji <sada@rr.IIJ4U.OR.JP>.
|
1
ports-mgmt/pkg_remove/pkg-plist
Normal file
1
ports-mgmt/pkg_remove/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/pkg_remove
|
@ -54,6 +54,7 @@
|
||||
SUBDIR += nut
|
||||
SUBDIR += obliterate
|
||||
SUBDIR += pib
|
||||
SUBDIR += pkg_remove
|
||||
SUBDIR += prips
|
||||
SUBDIR += psmisc
|
||||
SUBDIR += rdate
|
||||
|
26
sysutils/pkg_remove/Makefile
Normal file
26
sysutils/pkg_remove/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: pkg_remove
|
||||
# Version required: 1.0
|
||||
# Date created: 8 Jan 2000
|
||||
# Whom: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= pkg_remove
|
||||
PKGNAME= pkg_remove-1.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.rr.iij4u.or.jp/~sada/scripts/
|
||||
EXTRACT_SUFX= .txt
|
||||
|
||||
MAINTAINER= nakaji@tutrp.tut.ac.jp
|
||||
|
||||
EXTRACT_CMD= ${CP}
|
||||
EXTRACT_BEFORE_ARGS=
|
||||
EXTRACT_AFTER_ARGS= .
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/pkg_remove.txt ${PREFIX}/bin/pkg_remove
|
||||
|
||||
.include <bsd.port.mk>
|
1
sysutils/pkg_remove/distinfo
Normal file
1
sysutils/pkg_remove/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pkg_remove.txt) = 7d83feadfe5c902c3afc1230eb5443d4
|
1
sysutils/pkg_remove/pkg-comment
Normal file
1
sysutils/pkg_remove/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Utility to uninstall packages
|
2
sysutils/pkg_remove/pkg-descr
Normal file
2
sysutils/pkg_remove/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
Utility to uninstall packages.
|
||||
This perl script is written by SADA Kenji <sada@rr.IIJ4U.OR.JP>.
|
1
sysutils/pkg_remove/pkg-plist
Normal file
1
sysutils/pkg_remove/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/pkg_remove
|
Loading…
Reference in New Issue
Block a user