aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2010-09-10 14:10:54 +0000
committerPeter Pentchev <roam@FreeBSD.org>2010-09-10 14:10:54 +0000
commitc289ccf5086733679a6c23edb25c41ea82701b5b (patch)
treea25e238478b2929c703ca27d842551f0e05cf91d /misc
parent5fe21cea999680a79621686c0aa12cf5b3ffeeb3 (diff)
downloadports-c289ccf5086733679a6c23edb25c41ea82701b5b.tar.gz
ports-c289ccf5086733679a6c23edb25c41ea82701b5b.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/sssnips/Makefile27
-rw-r--r--misc/sssnips/distinfo3
-rw-r--r--misc/sssnips/pkg-descr8
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>