mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
add salias
A command-line tool to alias arguments of other programs
This commit is contained in:
parent
3e60c9db1d
commit
e521fed43c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42636
@ -135,6 +135,7 @@
|
||||
SUBDIR += rfc
|
||||
SUBDIR += rname
|
||||
SUBDIR += rtfm
|
||||
SUBDIR += salias
|
||||
SUBDIR += screen
|
||||
SUBDIR += scriptkit
|
||||
SUBDIR += seizedesktop
|
||||
|
25
misc/salias/Makefile
Normal file
25
misc/salias/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: salias
|
||||
# Date created: May 16, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= salias
|
||||
PORTVERSION= 0.1.5
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= salias.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/salias/distinfo
Normal file
1
misc/salias/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (salias-0.1.5.tar.gz) = 6f5d77de676aff6420aeab66426ed180
|
1
misc/salias/pkg-comment
Normal file
1
misc/salias/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A command-line tool to alias arguments of other programs
|
12
misc/salias/pkg-descr
Normal file
12
misc/salias/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
The purpose of salias is to provide an aliasing system for programs where
|
||||
arguments may wish to be aliased. This is more useful than just a shell
|
||||
environment variable as an argument, since it can ``repeat'' options, such
|
||||
as GnuPG's --recipient option as needed. Also, unlike shell enviornment
|
||||
variables, it can be used transparently inside of other programs,
|
||||
strengthening it's drop-in capabilities.
|
||||
|
||||
salias was initially designed for wrapping around GnuPG, providing aliases
|
||||
for keys. However, the design easily extends to being useful for all types
|
||||
of programs.
|
||||
|
||||
WWW: http://salias.sourceforge.net/
|
3
misc/salias/pkg-plist
Normal file
3
misc/salias/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/salias
|
||||
lib/perl5/site_perl/5.6.0/mach/auto/salias/.packlist
|
||||
@dirrm lib/perl5/site_perl/5.6.0/mach/auto/salias
|
Loading…
x
Reference in New Issue
Block a user