diff options
author | roam <roam@FreeBSD.org> | 2010-09-10 22:10:54 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2010-09-10 22:10:54 +0800 |
commit | 14069fd5f9f70ff06b5091f30f2f304c678c77d2 (patch) | |
tree | 1548974b0311904cbf87b4282c05eb24074f0c16 /misc | |
parent | c008d904176982df140941a514f58feb81d449f3 (diff) | |
download | freebsd-ports-gnome-14069fd5f9f70ff06b5091f30f2f304c678c77d2.tar.gz freebsd-ports-gnome-14069fd5f9f70ff06b5091f30f2f304c678c77d2.tar.zst freebsd-ports-gnome-14069fd5f9f70ff06b5091f30f2f304c678c77d2.zip |
Add sssnips-0.01, a collection of shell script snippets that
I use in my everyday work.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/sssnips/Makefile | 27 | ||||
-rw-r--r-- | misc/sssnips/distinfo | 3 | ||||
-rw-r--r-- | misc/sssnips/pkg-descr | 8 |
4 files changed, 39 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index ae96f5315c82..a651ac32755f 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -503,6 +503,7 @@ SUBDIR += spamcalc SUBDIR += splitvt SUBDIR += sshbuddy + SUBDIR += sssnips SUBDIR += stan SUBDIR += susv2 SUBDIR += susv3 diff --git a/misc/sssnips/Makefile b/misc/sssnips/Makefile new file mode 100644 index 000000000000..b611fec130dc --- /dev/null +++ b/misc/sssnips/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: sssnips +# Date created: Fri Sep 10 16:37:35 EEST 2010 +# Whom: Peter Pentchev <roam@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= sssnips +PORTVERSION= 0.01 +CATEGORIES= misc +MASTER_SITES= http://devel.ringlet.net/misc/sssnips/ + +MAINTAINER= roam@FreeBSD.org +COMMENT= Shell script snippets written by Peter Pentchev + +LICENSE= BSD +PROGRAMS= declean getkey hostsearch mkv noagent qpr \ + signfiles stun vcr ws +PLIST_FILES= ${PROGRAMS:S@^@bin/@} +MAN1= ${PROGRAMS:S/$/.1/} +MANCOMPRESSED= yes + +USE_GMAKE= 1 + +MAKE_ENV+= BINGRP=wheel MANDIR=${PREFIX}/man/man + +.include <bsd.port.mk> diff --git a/misc/sssnips/distinfo b/misc/sssnips/distinfo new file mode 100644 index 000000000000..25ee83c96bb0 --- /dev/null +++ b/misc/sssnips/distinfo @@ -0,0 +1,3 @@ +MD5 (sssnips-0.01.tar.gz) = 8943d4a1d73ea23f54dbbf8e3b71735d +SHA256 (sssnips-0.01.tar.gz) = cec7e33c66fb9a89389ac6c20bcd17b9617fb6098dde8a21337635f91d659b70 +SIZE (sssnips-0.01.tar.gz) = 9177 diff --git a/misc/sssnips/pkg-descr b/misc/sssnips/pkg-descr new file mode 100644 index 000000000000..48276055234a --- /dev/null +++ b/misc/sssnips/pkg-descr @@ -0,0 +1,8 @@ +From sssnips's README file: + Peter Pentchev's Shell Script Snippets + + This is a collection of simple - and, in a couple of cases, + simply trivial - shell scripts that I use in my day-to-day work. + +WWW: http://devel.ringlet.net/misc/sssnips/ +Author: Peter Pentchev <roam@ringlet.net> |