diff options
author | roam <roam@FreeBSD.org> | 2000-11-26 22:30:55 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2000-11-26 22:30:55 +0800 |
commit | 8fe82d816f3bb6fa604eed7a505ad903aa22a373 (patch) | |
tree | 1329fdd14e24060fe30b15e412020c772cd03dbf /misc | |
parent | 6e74521b9d280f54cf3429a2364009470fbc1be4 (diff) | |
download | freebsd-ports-gnome-8fe82d816f3bb6fa604eed7a505ad903aa22a373.tar.gz freebsd-ports-gnome-8fe82d816f3bb6fa604eed7a505ad903aa22a373.tar.zst freebsd-ports-gnome-8fe82d816f3bb6fa604eed7a505ad903aa22a373.zip |
Execute a program, supplying a different program name (argv[0]).
PR: 22753
Reviewed by: kris
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/rname/Makefile | 23 | ||||
-rw-r--r-- | misc/rname/distinfo | 1 | ||||
-rw-r--r-- | misc/rname/pkg-comment | 1 | ||||
-rw-r--r-- | misc/rname/pkg-descr | 4 | ||||
-rw-r--r-- | misc/rname/pkg-plist | 5 |
6 files changed, 35 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index f21a0b413632..b968c902f84d 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -121,6 +121,7 @@ SUBDIR += quotes SUBDIR += quranref SUBDIR += rfc + SUBDIR += rname SUBDIR += rpm SUBDIR += rpm2cpio SUBDIR += rtfm diff --git a/misc/rname/Makefile b/misc/rname/Makefile new file mode 100644 index 000000000000..4cee068db0d6 --- /dev/null +++ b/misc/rname/Makefile @@ -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> diff --git a/misc/rname/distinfo b/misc/rname/distinfo new file mode 100644 index 000000000000..99b8cd16f6cf --- /dev/null +++ b/misc/rname/distinfo @@ -0,0 +1 @@ +MD5 (rname-1.0.tar.gz) = 442ea780426468fcff1f3ce5b77ea438 diff --git a/misc/rname/pkg-comment b/misc/rname/pkg-comment new file mode 100644 index 000000000000..12783d469e7f --- /dev/null +++ b/misc/rname/pkg-comment @@ -0,0 +1 @@ +Execute a program with a fake name diff --git a/misc/rname/pkg-descr b/misc/rname/pkg-descr new file mode 100644 index 000000000000..75edca0a099e --- /dev/null +++ b/misc/rname/pkg-descr @@ -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/ diff --git a/misc/rname/pkg-plist b/misc/rname/pkg-plist new file mode 100644 index 000000000000..5af3ad22ebfe --- /dev/null +++ b/misc/rname/pkg-plist @@ -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 |