diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-16 21:01:17 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-16 21:01:17 +0800 |
commit | 0d475f94aabd411503d41adf6682eb721022d6ab (patch) | |
tree | 80703c6f3f080a08341545554d79619e6d3977d0 /misc | |
parent | 5b67ebfb114d56af5b46c2c04ad6b3929c8818f8 (diff) | |
download | freebsd-ports-gnome-0d475f94aabd411503d41adf6682eb721022d6ab.tar.gz freebsd-ports-gnome-0d475f94aabd411503d41adf6682eb721022d6ab.tar.zst freebsd-ports-gnome-0d475f94aabd411503d41adf6682eb721022d6ab.zip |
add salias
A command-line tool to alias arguments of other programs
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/salias/Makefile | 25 | ||||
-rw-r--r-- | misc/salias/distinfo | 1 | ||||
-rw-r--r-- | misc/salias/pkg-comment | 1 | ||||
-rw-r--r-- | misc/salias/pkg-descr | 12 | ||||
-rw-r--r-- | misc/salias/pkg-plist | 3 |
6 files changed, 43 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index c7069cafb3f7..a25f61a7b75e 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -135,6 +135,7 @@ SUBDIR += rfc SUBDIR += rname SUBDIR += rtfm + SUBDIR += salias SUBDIR += screen SUBDIR += scriptkit SUBDIR += seizedesktop diff --git a/misc/salias/Makefile b/misc/salias/Makefile new file mode 100644 index 000000000000..4375ba6a419a --- /dev/null +++ b/misc/salias/Makefile @@ -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> diff --git a/misc/salias/distinfo b/misc/salias/distinfo new file mode 100644 index 000000000000..808fbfbe49d2 --- /dev/null +++ b/misc/salias/distinfo @@ -0,0 +1 @@ +MD5 (salias-0.1.5.tar.gz) = 6f5d77de676aff6420aeab66426ed180 diff --git a/misc/salias/pkg-comment b/misc/salias/pkg-comment new file mode 100644 index 000000000000..49b52b54b046 --- /dev/null +++ b/misc/salias/pkg-comment @@ -0,0 +1 @@ +A command-line tool to alias arguments of other programs diff --git a/misc/salias/pkg-descr b/misc/salias/pkg-descr new file mode 100644 index 000000000000..3434811bcf9e --- /dev/null +++ b/misc/salias/pkg-descr @@ -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/ diff --git a/misc/salias/pkg-plist b/misc/salias/pkg-plist new file mode 100644 index 000000000000..5824b57614fc --- /dev/null +++ b/misc/salias/pkg-plist @@ -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 |