From owner-svn-ports-head@freebsd.org Sun May 15 18:07:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C65FB3C813; Sun, 15 May 2016 18:07:13 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC76318D2; Sun, 15 May 2016 18:07:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4FI7Bmn032024; Sun, 15 May 2016 18:07:11 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4FI7BQm032018; Sun, 15 May 2016 18:07:11 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605151807.u4FI7BQm032018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 15 May 2016 18:07:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415274 - in head/misc: . sent sent/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2016 18:07:13 -0000 Author: pi Date: Sun May 15 18:07:11 2016 New Revision: 415274 URL: https://svnweb.freebsd.org/changeset/ports/415274 Log: New port: misc/sent Simple plaintext presentation tool. WWW: http://tools.suckless.org/sent/ PR: 209503 Submitted by: Neel Chauhan Added: head/misc/sent/ head/misc/sent/Makefile (contents, props changed) head/misc/sent/distinfo (contents, props changed) head/misc/sent/files/ head/misc/sent/files/patch-config.mk (contents, props changed) head/misc/sent/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun May 15 17:51:48 2016 (r415273) +++ head/misc/Makefile Sun May 15 18:07:11 2016 (r415274) @@ -415,6 +415,7 @@ SUBDIR += rubygem-vpim SUBDIR += rump SUBDIR += saaghar + SUBDIR += sent SUBDIR += seq2 SUBDIR += shared-mime-info SUBDIR += shc Added: head/misc/sent/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/sent/Makefile Sun May 15 18:07:11 2016 (r415274) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= sent +PORTVERSION= 0.2 +CATEGORIES= misc +MASTER_SITES= http://dl.suckless.org/tools/ + +MAINTAINER= neel@neelc.org +COMMENT= Simple plaintext presentation tool + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libpng.so:graphics/png\ + libfontconfig.so:x11-fonts/fontconfig + +USE_XORG= x11 xft + +ALL_TARGET= ${PORTNAME} + +PLIST_FILES= bin/${PORTNAME} ${EXAMPLESDIR}/example ${EXAMPLESDIR}/nyan.png + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/sent ${STAGEDIR}${PREFIX}/bin + +post-install: + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/example ${STAGEDIR}${EXAMPLESDIR}/example + ${INSTALL_DATA} ${WRKSRC}/nyan.png ${STAGEDIR}${EXAMPLESDIR}/nyan.png + +.include Added: head/misc/sent/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/sent/distinfo Sun May 15 18:07:11 2016 (r415274) @@ -0,0 +1,3 @@ +SHA256 (sent-0.2.tar.gz) = 53b961f9d92a277a6408df7025b4a6deae6b655a797383c93442290e45391076 +SIZE (sent-0.2.tar.gz) = 13479 +TIMESTAMP = 1463240986 Added: head/misc/sent/files/patch-config.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/sent/files/patch-config.mk Sun May 15 18:07:11 2016 (r415274) @@ -0,0 +1,19 @@ +--- config.mk.orig 2015-11-19 18:37:08 UTC ++++ config.mk +@@ -7,12 +7,12 @@ VERSION = 0.2 + PREFIX = /usr/local + MANPREFIX = ${PREFIX}/share/man + +-X11INC = /usr/X11R6/include +-X11LIB = /usr/X11R6/lib ++X11INC = /usr/local/X11R6/include ++X11LIB = /usr/local/X11R6/lib + + # includes and libs +-INCS = -I. -I/usr/include -I/usr/include/freetype2 -I${X11INC} +-LIBS = -L/usr/lib -lc -lm -L${X11LIB} -lXft -lfontconfig -lX11 -lpng ++INCS = -I. -I/usr/local/include -I/usr/local/include/freetype2 -I${X11INC} ++LIBS = -L/usr/local/lib -lc -lm -L${X11LIB} -lXft -lfontconfig -lX11 -lpng + + # flags + CPPFLAGS = -DVERSION=\"${VERSION}\" -D_XOPEN_SOURCE=600 Added: head/misc/sent/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/sent/pkg-descr Sun May 15 18:07:11 2016 (r415274) @@ -0,0 +1,3 @@ +Simple plaintext presentation tool. + +WWW: http://tools.suckless.org/sent/