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

This commit is contained in:
Yuri Victorovich 2018-10-07 21:54:19 +00:00
parent a39b855f80
commit 5c8ec9d29f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481495
4 changed files with 38 additions and 0 deletions

View File

@ -139,6 +139,7 @@
SUBDIR += minc2
SUBDIR += mmdb2
SUBDIR += mol2ps
SUBDIR += molgif
SUBDIR += mpb
SUBDIR += mpqc
SUBDIR += msms

29
science/molgif/Makefile Normal file
View File

@ -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>

3
science/molgif/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1538947291
SHA256 (ilyak-molgif-g20180108-a7df9e4_GH0.tar.gz) = 62873f4b10cad999d68b24027313b84861e7788426b22a5951dd3d405598f91e
SIZE (ilyak-molgif-g20180108-a7df9e4_GH0.tar.gz) = 11076976

5
science/molgif/pkg-descr Normal file
View File

@ -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