From 8fe82d816f3bb6fa604eed7a505ad903aa22a373 Mon Sep 17 00:00:00 2001 From: roam Date: Sun, 26 Nov 2000 14:30:55 +0000 Subject: Execute a program, supplying a different program name (argv[0]). PR: 22753 Reviewed by: kris --- misc/rname/Makefile | 23 +++++++++++++++++++++++ misc/rname/distinfo | 1 + misc/rname/pkg-comment | 1 + misc/rname/pkg-descr | 4 ++++ misc/rname/pkg-plist | 5 +++++ 5 files changed, 34 insertions(+) create mode 100644 misc/rname/Makefile create mode 100644 misc/rname/distinfo create mode 100644 misc/rname/pkg-comment create mode 100644 misc/rname/pkg-descr create mode 100644 misc/rname/pkg-plist (limited to 'misc/rname') 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 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 +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 -- cgit