diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-12 16:55:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-12 16:55:46 +0000 |
commit | e652b95ddd2fb4e053c0f06be46f4cb186392ce4 (patch) | |
tree | 30af547f4ba8b05fabc6982734d5886631057d08 /german | |
parent | 01998ed72c5211b6a329b71441b4d9c232a03f29 (diff) | |
download | ports-e652b95ddd2fb4e053c0f06be46f4cb186392ce4.tar.gz ports-e652b95ddd2fb4e053c0f06be46f4cb186392ce4.zip |
Notes
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 |