Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Aug 2013 15:49:22 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324847 - in head: . devel devel/go-pretty devel/prettygo textproc textproc/go-text
Message-ID:  <201308171549.r7HFnMJc094347@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gblach
Date: Sat Aug 17 15:49:21 2013
New Revision: 324847
URL: http://svnweb.freebsd.org/changeset/ports/324847

Log:
  - devel/prettygo rename to devel/go-pretty
  - devel/go-pretty update to 20130510
  - Add textproc/go-text
  
  Approved by:	crees (mentor)

Added:
  head/devel/go-pretty/
     - copied from r324844, head/devel/prettygo/
  head/textproc/go-text/
  head/textproc/go-text/Makefile   (contents, props changed)
  head/textproc/go-text/distinfo   (contents, props changed)
  head/textproc/go-text/pkg-descr   (contents, props changed)
  head/textproc/go-text/pkg-plist   (contents, props changed)
Deleted:
  head/devel/prettygo/
Modified:
  head/MOVED
  head/devel/Makefile
  head/devel/go-pretty/Makefile
  head/devel/go-pretty/distinfo
  head/devel/go-pretty/pkg-descr
  head/devel/go-pretty/pkg-plist
  head/textproc/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat Aug 17 15:17:00 2013	(r324846)
+++ head/MOVED	Sat Aug 17 15:49:21 2013	(r324847)
@@ -4839,3 +4839,4 @@ games/kaid||2013-08-07|Has expired: Does
 lang/q||2013-08-11|Has expired: Q-Lang is no longer supported. See lang/pure instead
 audio/q-audio||2013-08-11|Has expired: Q-Lang is no longer supported. See lang/pure instead
 graphics/q-graph||2013-08-11|Has expired: Q-Lang is no longer supported. See lang/pure instead
+devel/prettygo|devel/go-pretty|2013-08-17|Project was renamed

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Aug 17 15:17:00 2013	(r324846)
+++ head/devel/Makefile	Sat Aug 17 15:49:21 2013	(r324847)
@@ -589,6 +589,7 @@
     SUBDIR += gnulibiberty
     SUBDIR += gnustep
     SUBDIR += gnustep-make
+    SUBDIR += go-pretty
     SUBDIR += gob2
     SUBDIR += gobject-introspection
     SUBDIR += goffice
@@ -3340,7 +3341,6 @@
     SUBDIR += premake4
     SUBDIR += preps-gui
     SUBDIR += prepstools
-    SUBDIR += prettygo
     SUBDIR += privman
     SUBDIR += projectcenter
     SUBDIR += projectmanager

Modified: head/devel/go-pretty/Makefile
==============================================================================
--- head/devel/prettygo/Makefile	Sat Aug 17 14:06:50 2013	(r324844)
+++ head/devel/go-pretty/Makefile	Sat Aug 17 15:49:21 2013	(r324847)
@@ -1,23 +1,25 @@
 # Created by: Grzegorz Blach <gblach@FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	prettygo
-PORTVERSION=	20120306
+PORTNAME=	go-pretty
+PORTVERSION=	20130510
 CATEGORIES=	devel
-MASTER_SITES=	LOCAL/jlaffaye
+MASTER_SITES=	LOCAL/gblach/
 
 MAINTAINER=	gblach@FreeBSD.org
 COMMENT=	Pretty-printing package for go values
 
-GO_PKGNAME=	github.com/kr/pretty
+BUILD_DEPENDS=	${LOCALBASE}/go/pkg/${OPSYS:L}_${GOARCH}/github.com/kr/text.a:${PORTSDIR}/textproc/go-text
+RUN_DEPENDS=	${LOCALBASE}/go/pkg/${OPSYS:L}_${GOARCH}/github.com/kr/text.a:${PORTSDIR}/textproc/go-text
 
 SUBLIBDIR=	github.com/kr
+GO_PKGNAME=	${SUBLIBDIR}/pretty
 
 do-install:
 	${MKDIR} ${GO_LOCAL_LIBDIR}/${SUBLIBDIR}
 	${INSTALL_DATA} ${GO_WRKDIR_PKG}/${SUBLIBDIR}/pretty.a ${GO_LOCAL_LIBDIR}/${SUBLIBDIR}
 	${MKDIR} ${GO_LOCAL_SRCDIR}/${GO_PKGNAME}
-.for f in diff.go formatter.go pretty.go
+.for f in diff.go formatter.go pretty.go zero.go
 	${INSTALL_DATA} ${GO_WRKSRC}/${f} ${GO_LOCAL_SRCDIR}/${GO_PKGNAME}
 .endfor
 

Modified: head/devel/go-pretty/distinfo
==============================================================================
--- head/devel/prettygo/distinfo	Sat Aug 17 14:06:50 2013	(r324844)
+++ head/devel/go-pretty/distinfo	Sat Aug 17 15:49:21 2013	(r324847)
@@ -1,2 +1,2 @@
-SHA256 (prettygo-20120306.tar.gz) = 5311ea747b7369c3606b440ad0195fbf5cbb9c47a763e0a36cf7fbb2bb05ddd2
-SIZE (prettygo-20120306.tar.gz) = 3975
+SHA256 (go-pretty-20130510.tar.gz) = 871a9ecb2409bc4d323f506d13215dd481d5bb81f81337186327895ae7bbb715
+SIZE (go-pretty-20130510.tar.gz) = 5953

Modified: head/devel/go-pretty/pkg-descr
==============================================================================
--- head/devel/prettygo/pkg-descr	Sat Aug 17 14:06:50 2013	(r324844)
+++ head/devel/go-pretty/pkg-descr	Sat Aug 17 15:49:21 2013	(r324847)
@@ -1,7 +1,7 @@
-Package pretty provides pretty-printing for go values. This is useful during
+Go package which provides pretty-printing for go values. This is useful during
 debugging, to avoid wrapping long output lines in the terminal.
 
 This package also provides a convenience wrapper for each function in
 package fmt that takes a format string.
 
-www: https://github.com/kr/pretty
+WWW: https://github.com/kr/pretty

Modified: head/devel/go-pretty/pkg-plist
==============================================================================
--- head/devel/prettygo/pkg-plist	Sat Aug 17 14:06:50 2013	(r324844)
+++ head/devel/go-pretty/pkg-plist	Sat Aug 17 15:49:21 2013	(r324847)
@@ -2,6 +2,7 @@
 %%GO_SRCDIR%%/github.com/kr/pretty/diff.go
 %%GO_SRCDIR%%/github.com/kr/pretty/formatter.go
 %%GO_SRCDIR%%/github.com/kr/pretty/pretty.go
+%%GO_SRCDIR%%/github.com/kr/pretty/zero.go
 @dirrmtry %%GO_LIBDIR%%/github.com/kr
 @dirrmtry %%GO_LIBDIR%%/github.com
 @dirrm %%GO_SRCDIR%%/github.com/kr/pretty

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat Aug 17 15:17:00 2013	(r324846)
+++ head/textproc/Makefile	Sat Aug 17 15:49:21 2013	(r324847)
@@ -210,6 +210,7 @@
     SUBDIR += gnome-spell
     SUBDIR += gnome-translate
     SUBDIR += gnugrep
+    SUBDIR += go-text
     SUBDIR += goldendict
     SUBDIR += google-ctemplate
     SUBDIR += gpp

Added: head/textproc/go-text/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/go-text/Makefile	Sat Aug 17 15:49:21 2013	(r324847)
@@ -0,0 +1,23 @@
+# Created by: Grzegorz Blach <gblach@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	go-text
+PORTVERSION=	20130502
+CATEGORIES=	textproc
+MASTER_SITES=	LOCAL/gblach/
+
+MAINTAINER=	gblach@FreeBSD.org
+COMMENT=	Go package for manipulating paragraphs of text
+
+SUBLIBDIR=	github.com/kr
+GO_PKGNAME=	${SUBLIBDIR}/text
+
+do-install:
+	${MKDIR} ${GO_LOCAL_LIBDIR}/${SUBLIBDIR}
+	${INSTALL_DATA} ${GO_WRKDIR_PKG}/${SUBLIBDIR}/text.a ${GO_LOCAL_LIBDIR}/${SUBLIBDIR}
+	${MKDIR} ${GO_LOCAL_SRCDIR}/${GO_PKGNAME}
+	${INSTALL_DATA} ${GO_WRKSRC}/indent.go ${GO_LOCAL_SRCDIR}/${GO_PKGNAME}
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
+.include <bsd.port.post.mk>

Added: head/textproc/go-text/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/go-text/distinfo	Sat Aug 17 15:49:21 2013	(r324847)
@@ -0,0 +1,2 @@
+SHA256 (go-text-20130502.tar.gz) = 84b386efc3a51870a1e931019fac9bcb89883b287badcc48ffa29afaae9d0a18
+SIZE (go-text-20130502.tar.gz) = 9729

Added: head/textproc/go-text/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/go-text/pkg-descr	Sat Aug 17 15:49:21 2013	(r324847)
@@ -0,0 +1,4 @@
+Go package which provides rudimentary functions for manipulating text
+in paragraphs.
+
+WWW: https://github.com/kr/text

Added: head/textproc/go-text/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/go-text/pkg-plist	Sat Aug 17 15:49:21 2013	(r324847)
@@ -0,0 +1,7 @@
+%%GO_LIBDIR%%/github.com/kr/text.a
+%%GO_SRCDIR%%/github.com/kr/text/indent.go
+@dirrmtry %%GO_LIBDIR%%/github.com/kr
+@dirrmtry %%GO_LIBDIR%%/github.com
+@dirrm %%GO_SRCDIR%%/github.com/kr/text
+@dirrmtry %%GO_SRCDIR%%/github.com/kr
+@dirrmtry %%GO_SRCDIR%%/github.com



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