Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Oct 2018 21:54:19 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481495 - in head/science: . molgif
Message-ID:  <201810072154.w97LsJtO057596@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Oct  7 21:54:19 2018
New Revision: 481495
URL: https://svnweb.freebsd.org/changeset/ports/481495

Log:
  New port: science/molgif: Tool to create GIF animations of molecules

Added:
  head/science/molgif/
  head/science/molgif/Makefile   (contents, props changed)
  head/science/molgif/distinfo   (contents, props changed)
  head/science/molgif/pkg-descr   (contents, props changed)
Modified:
  head/science/Makefile

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Sun Oct  7 21:29:01 2018	(r481494)
+++ head/science/Makefile	Sun Oct  7 21:54:19 2018	(r481495)
@@ -139,6 +139,7 @@
     SUBDIR += minc2
     SUBDIR += mmdb2
     SUBDIR += mol2ps
+    SUBDIR += molgif
     SUBDIR += mpb
     SUBDIR += mpqc
     SUBDIR += msms

Added: head/science/molgif/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/molgif/Makefile	Sun Oct  7 21:54:19 2018	(r481495)
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME=	molgif
+DISTVERSION=	g20180108
+CATEGORIES=	science
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Tool to create GIF animations of molecules
+
+LICENSE=	ISCL
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	go:lang/go
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	ilyak
+GH_TAGNAME=	a7df9e4
+GH_SUBDIR=	src/github.com/${GH_ACCOUNT}/${PORTNAME}
+
+PLIST_FILES=	bin/${PORTNAME}
+
+do-build:
+	@cd ${WRKSRC}/${GH_SUBDIR} && \
+		${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go build
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
+.include <bsd.port.mk>

Added: head/science/molgif/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/molgif/distinfo	Sun Oct  7 21:54:19 2018	(r481495)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1538947291
+SHA256 (ilyak-molgif-g20180108-a7df9e4_GH0.tar.gz) = 62873f4b10cad999d68b24027313b84861e7788426b22a5951dd3d405598f91e
+SIZE (ilyak-molgif-g20180108-a7df9e4_GH0.tar.gz) = 11076976

Added: head/science/molgif/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/molgif/pkg-descr	Sun Oct  7 21:54:19 2018	(r481495)
@@ -0,0 +1,5 @@
+Molgif is an easy-to-use tool for creating GIF animations of molecules. Thanks
+to the widespread support of GIF file format, animations can be easily embedded
+into presentations, websites, wikipedia, and so forth.
+
+WWW: https://github.com/ilyak/molgif



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