Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2008 23:52:42 GMT
From:      comperr <comperr.extra@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/120955: New port: sysutils/pastebinit command line pastebin [with code]
Message-ID:  <200802212352.m1LNqgLd048518@www.freebsd.org>
Resent-Message-ID: <200802220000.m1M006UG002309@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         120955
>Category:       ports
>Synopsis:       New port: sysutils/pastebinit command line pastebin [with code]
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 22 00:00:05 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     comperr
>Release:        6.2-RELEASE amd64
>Organization:
>Environment:
FreeBSD starfx 6.2-RELEASE-p9 FreeBSD 6.2-RELEASE-p9 #0: Sat Dec 29 23:55:35 EST 2007     comperr@:/usr/obj/extra/src/sys/STARFX  amd64

>Description:
A new port for command line based pastebining - version 0.9 using python
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pastebinit
#	pastebinit/Makefile
#	pastebinit/pkg-descr
#	pastebinit/distinfo
#
echo c - pastebinit
mkdir -p pastebinit > /dev/null 2>&1
echo x - pastebinit/Makefile
sed 's/^X//' >pastebinit/Makefile << 'END-of-pastebinit/Makefile'
X# New ports collection makefile for:   pastebinit
X# Date created:        Thu Feb 21 00:21:23 EST 2008
X# Whom:                comperr <comperr.extra@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pastebinit
XPORTVERSION=	0.9
XCATEGORIES=	sysutils python
XMASTER_SITES=	http://www.stgraber.org/download/projects/pastebin/
X
XMAINTAINER=	comperr.extra@gmail.com
XCOMMENT=	A command line utility for pastebing
X
XUSE_PYTHON=	yes
X
XNO_BUILD=	yes
X
Xpost-patch:
X	${REINPLACE_CMD} -e 's#/usr/bin/python#${PYTHON_CMD}#' \
X	${WRKSRC}/${PORTNAME}
X
Xdo-install:
X	 ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
X
X.include <bsd.port.mk>
END-of-pastebinit/Makefile
echo x - pastebinit/pkg-descr
sed 's/^X//' >pastebinit/pkg-descr << 'END-of-pastebinit/pkg-descr'
XA command line pastebin utility
X
Xfuture ports updates will include
X-option for python version
END-of-pastebinit/pkg-descr
echo x - pastebinit/distinfo
sed 's/^X//' >pastebinit/distinfo << 'END-of-pastebinit/distinfo'
XMD5 (pastebinit-0.9.tar.gz) = 16c3e6ae00cf689465a4fde2d3b20757
XSHA256 (pastebinit-0.9.tar.gz) = e437880db7811727c9330b1947a27ab9df1ae01fe22e3ad8ed35db45b99250ec
XSIZE (pastebinit-0.9.tar.gz) = 12645
END-of-pastebinit/distinfo
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802212352.m1LNqgLd048518>