mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Execute a program, supplying a different program name (argv[0]).
PR: 22753 Reviewed by: kris
This commit is contained in:
parent
10773690d6
commit
eaaeab4669
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35440
@ -121,6 +121,7 @@
|
||||
SUBDIR += quotes
|
||||
SUBDIR += quranref
|
||||
SUBDIR += rfc
|
||||
SUBDIR += rname
|
||||
SUBDIR += rpm
|
||||
SUBDIR += rpm2cpio
|
||||
SUBDIR += rtfm
|
||||
|
23
misc/rname/Makefile
Normal file
23
misc/rname/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: rname
|
||||
# Date created: 26 October 2000
|
||||
# Whom: roam@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= rname
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://mail.orbitel.bg/~roam/devel/sys/rname/ \
|
||||
http://ringwraith.online.bg/~roam/devel/sys/rname/
|
||||
|
||||
MAINTAINER= roam@FreeBSD.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_GMAKE= yes
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
INSTALL_TARGET= install install-doc
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/rname/distinfo
Normal file
1
misc/rname/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (rname-1.0.tar.gz) = 442ea780426468fcff1f3ce5b77ea438
|
1
misc/rname/pkg-comment
Normal file
1
misc/rname/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Execute a program with a fake name
|
4
misc/rname/pkg-descr
Normal file
4
misc/rname/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This is a simple utility to execute a program under a different name.
|
||||
|
||||
Author: Peter Pentchev <roam@orbitel.bg>
|
||||
WWW: http://mail.orbitel.bg/~roam/devel/sys/rname/
|
5
misc/rname/pkg-plist
Normal file
5
misc/rname/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
bin/rname
|
||||
share/doc/rname/html/index.html
|
||||
share/doc/rname/html/created.with.vim.gif
|
||||
@dirrm share/doc/rname/html
|
||||
@dirrm share/doc/rname
|
Loading…
Reference in New Issue
Block a user