summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-16 13:01:17 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-16 13:01:17 +0000
commite521fed43cbbcc1f00e6a5b37cf0dc09874b1877 (patch)
treeb9b928734332dad33170a40bacc57b399322f083 /misc
parentOpera 5.0 for Linux has now been released. (diff)
add salias
A command-line tool to alias arguments of other programs
Notes
Notes: svn path=/head/; revision=42636
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/salias/Makefile25
-rw-r--r--misc/salias/distinfo1
-rw-r--r--misc/salias/pkg-comment1
-rw-r--r--misc/salias/pkg-descr12
-rw-r--r--misc/salias/pkg-plist3
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