Port details |
- rname Execute a program with a fake name
- 1.0.2_1 misc =2 1.0.2_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2000-11-26 11:30:56
- Last Update: 2024-03-16 16:29:29
- Commit Hash: e5223c0
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://devel.ringlet.net/sysutils/rname/
- Description:
- This is a simple utility to execute a program under a different name.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/misc/rname/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/rname
- pkg install rname
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rname
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1487151184
SHA256 (rname-1.0.2.tar.xz) = 485f3933e8f32a5982ac663f80fb0294429753151aca4a0437f1669e629f98c3
SIZE (rname-1.0.2.tar.xz) = 7648
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- misc_rname
- USES:
- gmake tar:xz uidfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.2_1 16 Mar 2024 16:29:29 |
Christian Weisgerber (naddy) |
misc/rname: Move man pages to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.2 20 Jul 2022 14:22:28 |
Tobias C. Berner (tcberner) |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
1.0.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.2 19 Feb 2017 21:54:11 |
antoine |
- Use NO_WRKSUBDIR
- Allow staging as a regular user |
1.0.2 15 Feb 2017 09:43:41 |
vanilla |
Update to 1.0.2. |
1.0_1 28 Aug 2015 13:39:57 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS
Approved by: portmgr blanket |
1.0_1 09 Dec 2014 13:36:34 |
bapt |
Cleanup plist |
1.0_1 05 Sep 2014 18:20:08 |
antoine |
Allow staging as a regular user |
1.0_1 08 Jun 2014 16:21:10 |
vanilla |
Stagify. |
1.0_1 26 May 2014 12:16:06 |
miwi |
- Convert gmake, bzip2 to USES
Approved by: portmgr |
1.0_1 21 Feb 2014 13:38:12 |
ehaupt |
Remove trailing whitespaces from category misc |
1.0_1 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
1.0_1 25 Mar 2013 18:24:50 |
eadler |
Cleanup unmaintained ports in the misc category:
- @unexec rm must not cause failure
- Single space for WWW
- Pet portlint |
1.0_1 25 Mar 2013 04:30:31 |
eadler |
Cleanup unmaintained ports in the misc category:
- Trim Header
- Convert to OptionsNG
- Prefer DISTNAME to DISTFILES
- Reorder variables
- Fix comments (don't include leading article)
- @unexec rm must not cause failure
- Tabs, not spaces
- Single space for WWW
- Pet portlint
- etc.
In a few cases the option DOCS was used to control installation into EXAMPLEDIR.
I opted to keep the existing logic of the port in these cases.
Reviewed by: koobs, ashish |
1.0_1 27 Feb 2012 20:32:31 |
glarkin |
- Reassign to the heap
Requested by: roam (on ports-developers@) |
1.0_1 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
1.0_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.0_1 22 Jan 2006 12:59:47 |
edwin |
SHA256ify
Approved by: krion@ |
1.0_1 10 May 2005 07:39:18 |
roam |
Yikes... purge all references to the long-dead ringwraith.online.bg.
PR: 80213 (rname)
Submitted by: Vasil Dimov <vd@datamax.bg> |
1.0_1 01 Nov 2004 17:09:55 |
roam |
A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,
like, MONTHS ago!
Submitted by: Brian Poole <raj@cerias.purdue.edu> |
1.0_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.0_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.0 08 Jul 2003 05:55:29 |
roam |
Finish the migration of my tools from ringwraith.online.bg to
devel.ringlet.net.
Prompted by: fenner's scripts |
1.0 19 Feb 2003 16:07:30 |
roam |
Remove pkg-comment files in my ports. |
23 Feb 2001 14:18:48 |
roam |
Update MASTER_SITES: drop ~roam/ from the URL. |
17 Jan 2001 08:01:33 |
roam |
sync with bsd.port.mk's PORTDOCS handling |
17 Jan 2001 07:41:52 |
roam |
fix master-site subdir name |
29 Dec 2000 15:45:17 |
roam |
Remove the orbitel.bg MASTER_SITE. |
26 Nov 2000 14:30:56 |
roam |
Execute a program, supplying a different program name (argv[0]). |