From owner-svn-ports-all@freebsd.org Sat Feb 16 22:54:03 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E445014D64B3; Sat, 16 Feb 2019 22:54:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 874E6706A7; Sat, 16 Feb 2019 22:54:02 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6AB30D53A; Sat, 16 Feb 2019 22:54:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1GMs2QN080267; Sat, 16 Feb 2019 22:54:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1GMs2q3080265; Sat, 16 Feb 2019 22:54:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201902162254.x1GMs2q3080265@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 16 Feb 2019 22:54:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493110 - head/ftp/curlpp X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/ftp/curlpp X-SVN-Commit-Revision: 493110 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 874E6706A7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2019 22:54:03 -0000 Author: sunpoet Date: Sat Feb 16 22:54:01 2019 New Revision: 493110 URL: https://svnweb.freebsd.org/changeset/ports/493110 Log: Convert PORTDOCS and PORTEXAMPLES to PLIST entries Modified: head/ftp/curlpp/Makefile head/ftp/curlpp/pkg-plist Modified: head/ftp/curlpp/Makefile ============================================================================== --- head/ftp/curlpp/Makefile Sat Feb 16 22:53:30 2019 (r493109) +++ head/ftp/curlpp/Makefile Sat Feb 16 22:54:01 2019 (r493110) @@ -18,10 +18,8 @@ LIB_DEPENDS= libcurl.so:ftp/curl OPTIONS_DEFINE= DOCS EXAMPLES USES= cmake compiler:c++11-lang localbase pathfix -USE_LDCONFIG= yes -PORTDOCS= * -PORTEXAMPLES= * +USE_LDCONFIG= yes GH_ACCOUNT= jpbarrette USE_GITHUB= yes Modified: head/ftp/curlpp/pkg-plist ============================================================================== --- head/ftp/curlpp/pkg-plist Sat Feb 16 22:53:30 2019 (r493109) +++ head/ftp/curlpp/pkg-plist Sat Feb 16 22:54:01 2019 (r493110) @@ -38,3 +38,30 @@ lib/libcurlpp.so lib/libcurlpp.so.1 lib/libcurlpp.so.1.0.0 libdata/pkgconfig/curlpp.pc +%%PORTDOCS%%%%DOCSDIR%%/guide.pdf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example00.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example01.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example02.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example03.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example04.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example05.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example06.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example07.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example08.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example09.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example10.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example11.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example12.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example13.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example14.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example15.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example16.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example17.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example18.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example19.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example20.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example21.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example22.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example23.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example24.cpp