mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
A python script which allows you to use pastebin websites from the
command line. PR: ports/120955 Submitted by: comperr <comperr.extra@gmail.com> Approved by: garga (mentor)
This commit is contained in:
parent
b571c50a25
commit
40b28e6445
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208495
@ -380,6 +380,7 @@
|
||||
SUBDIR += p5-Tie-DxHash
|
||||
SUBDIR += p5-Zen-Koans
|
||||
SUBDIR += pantry
|
||||
SUBDIR += pastebinit
|
||||
SUBDIR += patanjali
|
||||
SUBDIR += patchutils
|
||||
SUBDIR += pauker
|
||||
|
29
misc/pastebinit/Makefile
Normal file
29
misc/pastebinit/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: pastebinit
|
||||
# Date created: Thu Feb 21 00:21:23 EST 2008
|
||||
# Whom: comperr <comperr.extra@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pastebinit
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= misc python
|
||||
MASTER_SITES= http://www.stgraber.org/download/projects/pastebin/
|
||||
|
||||
MAINTAINER= comperr.extra@gmail.com
|
||||
COMMENT= A command line utility for pastebing
|
||||
|
||||
USE_PYTHON= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= bin/pastebinit
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's#/usr/bin/python#${PYTHON_CMD}#' \
|
||||
${WRKSRC}/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/pastebinit/distinfo
Normal file
3
misc/pastebinit/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (pastebinit-0.9.tar.gz) = 16c3e6ae00cf689465a4fde2d3b20757
|
||||
SHA256 (pastebinit-0.9.tar.gz) = e437880db7811727c9330b1947a27ab9df1ae01fe22e3ad8ed35db45b99250ec
|
||||
SIZE (pastebinit-0.9.tar.gz) = 12645
|
3
misc/pastebinit/pkg-descr
Normal file
3
misc/pastebinit/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A command line pastebin utility.
|
||||
|
||||
WWW: http://www.stgraber.org/download/projects/pastebin/
|
Loading…
Reference in New Issue
Block a user