diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-13 00:55:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-13 00:55:46 +0800 |
commit | c1517ec8b5849cc84afee8cd3b0d53f3a6eca4db (patch) | |
tree | 7b246a54ad54bde2adfb0d9df2b06ee52dd2b673 /german | |
parent | e577039b4cfd5db1eba167c2eb603e786b7bc465 (diff) | |
download | freebsd-ports-gnome-c1517ec8b5849cc84afee8cd3b0d53f3a6eca4db.tar.gz freebsd-ports-gnome-c1517ec8b5849cc84afee8cd3b0d53f3a6eca4db.tar.zst freebsd-ports-gnome-c1517ec8b5849cc84afee8cd3b0d53f3a6eca4db.zip |
Another pastebin Application written in Ruby.
Allows the upload of text to a webserver and reading of these information.
Often used in IRC channels to show large amounts of text, like config files.
WWW: http://bsdgroup.de
Submitted by: Aron Schlesinger <as at bsdgroup.de>
Diffstat (limited to 'german')
-rw-r--r-- | german/Makefile | 1 | ||||
-rw-r--r-- | german/bsdpaste/Makefile | 26 | ||||
-rw-r--r-- | german/bsdpaste/distinfo | 3 | ||||
-rw-r--r-- | german/bsdpaste/pkg-descr | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/german/Makefile b/german/Makefile index 0a8d58395731..e4e2094badba 100644 --- a/german/Makefile +++ b/german/Makefile @@ -8,6 +8,7 @@ SUBDIR += alt-aspell SUBDIR += aspell SUBDIR += bsdforen-firefox-searchplugin + SUBDIR += bsdpaste SUBDIR += citrix_ica SUBDIR += dict SUBDIR += digibux diff --git a/german/bsdpaste/Makefile b/german/bsdpaste/Makefile new file mode 100644 index 000000000000..6c8904ac7feb --- /dev/null +++ b/german/bsdpaste/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: nopastectl +# Date created: 12 January 2007 +# Whom: Aron Schlesinger <as@bsdgroup.de> +# +# $FreeBSD$ +# + +PORTNAME= bsdpaste +PORTVERSION= 1.0 +CATEGORIES= german ruby +MASTER_SITES= http://portal.bsdgroup.de/~as/bsdpaste/ +DISTNAME= ${PORTNAME}-${DISTVERSION} + +MAINTAINER= as@bsdgroup.de +COMMENT= Pastebin web application to upload and read text on a webserver. + +NO_BUILD= yes +USE_RUBY= yes +USE_RUBY_FEATURES= ruby18 + +PLIST_FILES= bin/${PORTNAME} + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/bsdpaste.rb ${PREFIX}/bin/bsdpaste + +.include <bsd.port.mk> diff --git a/german/bsdpaste/distinfo b/german/bsdpaste/distinfo new file mode 100644 index 000000000000..d2c46bac5d6d --- /dev/null +++ b/german/bsdpaste/distinfo @@ -0,0 +1,3 @@ +MD5 (bsdpaste-1.0.tar.gz) = 7da0a1cb2c63f87aa5a62e60e2c646ca +SHA256 (bsdpaste-1.0.tar.gz) = fb04bb6d30630f27b28e225e811ce5d03453e3ee6fd8a7013577bb8ab54977f7 +SIZE (bsdpaste-1.0.tar.gz) = 6181 diff --git a/german/bsdpaste/pkg-descr b/german/bsdpaste/pkg-descr new file mode 100644 index 000000000000..ce73ba214145 --- /dev/null +++ b/german/bsdpaste/pkg-descr @@ -0,0 +1,5 @@ +Another pastebin Application written in Ruby. +Allows the upload of text to a webserver and reading of these information. +Often used in IRC channels to show large amounts of text, like config files. + +WWW: http://bsdgroup.de |