From owner-svn-ports-head@freebsd.org Mon Apr 1 15:13:07 2019 Return-Path: Delivered-To: svn-ports-head@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 515E215664C6; Mon, 1 Apr 2019 15:13:07 +0000 (UTC) (envelope-from danfe@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 E51B573314; Mon, 1 Apr 2019 15:13:06 +0000 (UTC) (envelope-from danfe@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 BB1BB1834F; Mon, 1 Apr 2019 15:13:06 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x31FD68i072182; Mon, 1 Apr 2019 15:13:06 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x31FD5nT072177; Mon, 1 Apr 2019 15:13:05 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201904011513.x31FD5nT072177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 1 Apr 2019 15:13:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497484 - in head/astro: . gnuastro X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/astro: . gnuastro X-SVN-Commit-Revision: 497484 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E51B573314 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 01 Apr 2019 15:13:07 -0000 Author: danfe Date: Mon Apr 1 15:13:05 2019 New Revision: 497484 URL: https://svnweb.freebsd.org/changeset/ports/497484 Log: The GNU Astronomy Utilities (Gnuastro) is an official GNU software package consisting of various programs and library functions for the manipulation and analysis of astronomical data. WWW: http://www.gnu.org/software/gnuastro/ Added: head/astro/gnuastro/ head/astro/gnuastro/Makefile (contents, props changed) head/astro/gnuastro/distinfo (contents, props changed) head/astro/gnuastro/pkg-descr (contents, props changed) head/astro/gnuastro/pkg-plist (contents, props changed) Modified: head/astro/Makefile Modified: head/astro/Makefile ============================================================================== --- head/astro/Makefile Mon Apr 1 14:45:24 2019 (r497483) +++ head/astro/Makefile Mon Apr 1 15:13:05 2019 (r497484) @@ -16,6 +16,7 @@ SUBDIR += garmindev SUBDIR += geographiclib SUBDIR += gkrellmoon2 + SUBDIR += gnuastro SUBDIR += google-earth SUBDIR += gpsbabel SUBDIR += gpsbabel14 Added: head/astro/gnuastro/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/gnuastro/Makefile Mon Apr 1 15:13:05 2019 (r497484) @@ -0,0 +1,45 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= gnuastro +PORTVERSION= 0.8 +CATEGORIES= astro +MASTER_SITES= GNU + +MAINTAINER= danfe@FreeBSD.org +COMMENT= GNU astronomy utilities and library + +LICENSE= GPLv3+ + +LIB_DEPENDS= libcfitsio.so:astro/cfitsio \ + libwcs.so:astro/wcslib \ + libcurl.so:ftp/curl \ + libgsl.so:math/gsl \ + libpng.so:graphics/png \ + libtiff.so:graphics/tiff + +USES= gmake jpeg libtool:build localbase +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +TEST_TARGET= check + +INFO= ${PORTNAME} +PORTDOCS= AUTHORS ChangeLog NEWS README THANKS + +OPTIONS_DEFINE= DOCS + +post-patch: + @${REINPLACE_CMD} -e 's,gcc,${CC},' ${WRKSRC}/bin/buildprog/buildprog.c + @${REINPLACE_CMD} -e 's,/bash,/sh,' ${WRKSRC}/doc/Makefile.in + @${REINPLACE_CMD} -e '31s,^,#include ,' \ + ${WRKSRC}/lib/gnuastro/table.h + +post-install: + @${FIND} ${STAGEDIR}${PREFIX}/etc -name \*.conf \ + -exec ${MV} '{}' '{}.sample' \; + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + +.include Added: head/astro/gnuastro/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/gnuastro/distinfo Mon Apr 1 15:13:05 2019 (r497484) @@ -0,0 +1,3 @@ +TIMESTAMP = 1553427026 +SHA256 (gnuastro-0.8.tar.gz) = 3a8070f9dd896a463f1d898be82b1fe5abcd39e6407be9162f4dbea7fe9caed4 +SIZE (gnuastro-0.8.tar.gz) = 5140848 Added: head/astro/gnuastro/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/gnuastro/pkg-descr Mon Apr 1 15:13:05 2019 (r497484) @@ -0,0 +1,8 @@ +The GNU Astronomy Utilities (Gnuastro) is an official GNU software package +consisting of various programs and library functions for the manipulation +and analysis of astronomical data. All the programs share the same basic +command-line user interface enabling easy and efficient operation combined +with other installed programs in shell scripts or Makefiles; the libraries +are also usable in C and C++ programs. + +WWW: http://www.gnu.org/software/gnuastro/ Added: head/astro/gnuastro/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/gnuastro/pkg-plist Mon Apr 1 15:13:05 2019 (r497484) @@ -0,0 +1,104 @@ +bin/astarithmetic +bin/astbuildprog +bin/astconvertt +bin/astconvolve +bin/astcosmiccal +bin/astcrop +bin/astfits +bin/astmatch +bin/astmkcatalog +bin/astmknoise +bin/astmkprof +bin/astnoisechisel +bin/astsegment +bin/aststatistics +bin/asttable +bin/astwarp +@sample etc/astarithmetic.conf.sample +@sample etc/astbuildprog.conf.sample +@sample etc/astconvertt.conf.sample +@sample etc/astconvolve.conf.sample +@sample etc/astcosmiccal.conf.sample +@sample etc/astcrop.conf.sample +@sample etc/astfits.conf.sample +@sample etc/astmatch.conf.sample +@sample etc/astmkcatalog.conf.sample +@sample etc/astmknoise.conf.sample +@sample etc/astmkprof.conf.sample +@sample etc/astnoisechisel.conf.sample +@sample etc/astsegment.conf.sample +@sample etc/aststatistics.conf.sample +@sample etc/asttable.conf.sample +@sample etc/astwarp.conf.sample +@sample etc/gnuastro.conf.sample +include/gnuastro/arithmetic.h +include/gnuastro/array.h +include/gnuastro/binary.h +include/gnuastro/blank.h +include/gnuastro/box.h +include/gnuastro/config.h +include/gnuastro/convolve.h +include/gnuastro/cosmology.h +include/gnuastro/data.h +include/gnuastro/dimension.h +include/gnuastro/eps.h +include/gnuastro/fits.h +include/gnuastro/git.h +include/gnuastro/interpolate.h +include/gnuastro/jpeg.h +include/gnuastro/label.h +include/gnuastro/list.h +include/gnuastro/match.h +include/gnuastro/pdf.h +include/gnuastro/permutation.h +include/gnuastro/pointer.h +include/gnuastro/polygon.h +include/gnuastro/qsort.h +include/gnuastro/statistics.h +include/gnuastro/table.h +include/gnuastro/threads.h +include/gnuastro/tiff.h +include/gnuastro/tile.h +include/gnuastro/txt.h +include/gnuastro/type.h +include/gnuastro/wcs.h +lib/libgnuastro.a +lib/libgnuastro.so +lib/libgnuastro.so.6 +lib/libgnuastro.so.6.0.0 +libdata/pkgconfig/gnuastro.pc +man/man1/astarithmetic.1.gz +man/man1/astbuildprog.1.gz +man/man1/astconvertt.1.gz +man/man1/astconvolve.1.gz +man/man1/astcosmiccal.1.gz +man/man1/astcrop.1.gz +man/man1/astfits.1.gz +man/man1/astmatch.1.gz +man/man1/astmkcatalog.1.gz +man/man1/astmknoise.1.gz +man/man1/astmkprof.1.gz +man/man1/astnoisechisel.1.gz +man/man1/astsegment.1.gz +man/man1/aststatistics.1.gz +man/man1/asttable.1.gz +man/man1/astwarp.1.gz +share/info/gnuastro-figures/epicycles.eps +share/info/gnuastro-figures/epicycles.png +share/info/gnuastro-figures/epicycles.txt +share/info/gnuastro-figures/flatplane.eps +share/info/gnuastro-figures/flatplane.pdf +share/info/gnuastro-figures/flatplane.png +share/info/gnuastro-figures/flatplane.txt +share/info/gnuastro-figures/iandtime.eps +share/info/gnuastro-figures/iandtime.pdf +share/info/gnuastro-figures/iandtime.png +share/info/gnuastro-figures/iandtime.txt +share/info/gnuastro-figures/samplingfreq.eps +share/info/gnuastro-figures/samplingfreq.pdf +share/info/gnuastro-figures/samplingfreq.png +share/info/gnuastro-figures/samplingfreq.txt +share/info/gnuastro-figures/sphereandplane.eps +share/info/gnuastro-figures/sphereandplane.pdf +share/info/gnuastro-figures/sphereandplane.png +share/info/gnuastro-figures/sphereandplane.txt