ports/162416: New Port: devel/prettygo

Grzegorz Blach magik at roorback.net
Wed Nov 9 21:50:04 UTC 2011


>Number:         162416
>Category:       ports
>Synopsis:       New Port: devel/prettygo
>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:   Wed Nov 09 21:50:03 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Grzegorz Blach
>Release:        9.0-RC1
>Organization:
>Environment:
FreeBSD silver.nine 9.0-RC1 FreeBSD 9.0-RC1 #1: Sat Oct 22 17:56:19 CEST 2011     root at silver.nine:/usr/obj/usr/src/sys/SILVER  amd64

>Description:
Package pretty provides pretty-printing for go values. This is useful during debugging, to avoid wrapping long output lines in the terminal.

>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:
#
#	devel/prettygo
#	devel/prettygo/pkg-descr
#	devel/prettygo/distinfo
#	devel/prettygo/Makefile
#	devel/prettygo/pkg-plist
#
echo c - devel/prettygo
mkdir -p devel/prettygo > /dev/null 2>&1
echo x - devel/prettygo/pkg-descr
sed 's/^X//' >devel/prettygo/pkg-descr << 'd945b599dd73a59b487730fe220a36ad'
XPackage pretty provides pretty-printing for go values. This is useful during
Xdebugging, to avoid wrapping long output lines in the terminal.
X
XThis package also provides a convenience wrapper for each function in
Xpackage fmt that takes a format string.
X
Xwww: https://github.com/kr/pretty.go
X
d945b599dd73a59b487730fe220a36ad
echo x - devel/prettygo/distinfo
sed 's/^X//' >devel/prettygo/distinfo << '536f4e22e7c5d9c915734c692aa837fd'
XSHA256 (pretty.go-20110611.tar.gz) = 87dddbc69cd93e718db565b8ad63e8a0dafc141d85d1d8fe3c0f05c11ef2c13d
XSIZE (pretty.go-20110611.tar.gz) = 4119
536f4e22e7c5d9c915734c692aa837fd
echo x - devel/prettygo/Makefile
sed 's/^X//' >devel/prettygo/Makefile << '8bf8e9db92ccf5e34cf0edf87c840db1'
X# New ports collection makefile for:	pretty.go
X# Date created:				4 Nov, 2010
X# Whom:					Grzegorz Blach <magik at roorback.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	prettygo
XPORTVERSION=	20110611
XCATEGORIES=	devel
XMASTER_SITES=	http://files.roorback.net/
XDISTNAME=	pretty.go-${PORTVERSION}
X
XMAINTAINER=	magik at roorback.net
XCOMMENT=	Pretty-printing package for go values
X
XFETCH_ARGS=	-Fpr
XWRKSRC=		${WRKDIR}/${DISTNAME}
X
XUSE_GO=		yes
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
X.include <bsd.port.post.mk>
8bf8e9db92ccf5e34cf0edf87c840db1
echo x - devel/prettygo/pkg-plist
sed 's/^X//' >devel/prettygo/pkg-plist << '15257540cbd584bdeb359ef7a4bb8f8a'
X%%GO_LIBDIR%%/github.com/kr/pretty.go.a
X at dirrmtry %%GO_LIBDIR%%/github.com/kr
X at dirrmtry %%GO_LIBDIR%%/github.com
15257540cbd584bdeb359ef7a4bb8f8a
exit



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



More information about the freebsd-ports-bugs mailing list