head	1.5;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.05.57.59;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.08.02.09.02.43;	author cs;	state Exp;
branches;
next	1.3;

1.3
date	2007.05.27.18.09.30;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2007.05.24.14.30.21;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2007.01.12.16.55.46;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:    nopastectl
# Date created:		12 January 2007
# Whom:			Aron Schlesinger <as@@bsdgroup.de>
#
# $FreeBSD: head/german/bsdpaste/Makefile 301858 2012-08-02 09:02:43Z cs $
#

PORTNAME=	bsdpaste
PORTVERSION=	1.0.1
CATEGORIES=	german ruby
MASTER_SITES=	http://people.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>
@


1.4
log
@SVN rev 301858 on 2012-08-02 09:02:43Z by cs

- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Update to 1.0.1

Approved by:	maintainer implicit
@
text
@d15 1
a15 1
COMMENT=	Pastebin web application to upload and read text on a webserver.
@


1.2
log
@- Update MASTER_SITES

Approved by:	portmgr (pav) paefchen (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.0
@


1.1
log
@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>
@
text
@d11 1
a11 1
MASTER_SITES=	http://portal.bsdgroup.de/~as/bsdpaste/
@

