1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

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>
This commit is contained in:
Martin Wilke 2007-01-12 16:55:46 +00:00
parent 01998ed72c
commit e652b95ddd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182211
4 changed files with 35 additions and 0 deletions

View File

@ -8,6 +8,7 @@
SUBDIR += alt-aspell
SUBDIR += aspell
SUBDIR += bsdforen-firefox-searchplugin
SUBDIR += bsdpaste
SUBDIR += citrix_ica
SUBDIR += dict
SUBDIR += digibux

26
german/bsdpaste/Makefile Normal file
View File

@ -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>

3
german/bsdpaste/distinfo Normal file
View File

@ -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

View File

@ -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