Index: head/sysutils/crate/Makefile =================================================================== --- head/sysutils/crate/Makefile (revision 508404) +++ head/sysutils/crate/Makefile (revision 508405) @@ -1,33 +1,33 @@ # $FreeBSD$ PORTNAME= crate -DISTVERSION= 0.1 +DISTVERSION= 0.1.1 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Containerizer for FreeBSD (alpha-software, expect bugs) LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_FreeBSD_11= STL feature 'filesystem' isn't available on 11 +xBROKEN_FreeBSD_11= STL feature 'filesystem' isn't available on 11 .if defined(PACKAGE_BUILDING) BROKEN_FreeBSD_12= STL feature 'filesystem' isn't available in 12.0-RELEASE-p7 .endif BUILD_DEPENDS= rang>0:devel/rang LIB_DEPENDS= libyaml-cpp.so:devel/yaml-cpp USES= compiler:c++17-lang pkgconfig USE_GITHUB= yes GH_ACCOUNT= yurivict PLIST_FILES= bin/${PORTNAME} \ man/man5/${PORTNAME}.5.gz OPTIONS_DEFINE= EXAMPLES EXAMPLES_INSTALL_TARGET= install install-examples PORTEXAMPLES= * .include Index: head/sysutils/crate/distinfo =================================================================== --- head/sysutils/crate/distinfo (revision 508404) +++ head/sysutils/crate/distinfo (revision 508405) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564902749 -SHA256 (yurivict-crate-0.1_GH0.tar.gz) = dad83a6f72c7cdd426b32e3b828f0e47d9793c43951fb738e7dd64f916b816f6 -SIZE (yurivict-crate-0.1_GH0.tar.gz) = 30732 +TIMESTAMP = 1565298013 +SHA256 (yurivict-crate-0.1.1_GH0.tar.gz) = a83ab3a36ed137dca447790dde2b4db50d61bc94ea6990f6ce03c54b30bc929c +SIZE (yurivict-crate-0.1.1_GH0.tar.gz) = 31451 Index: head/sysutils/crate/pkg-descr =================================================================== --- head/sysutils/crate/pkg-descr (revision 508404) +++ head/sysutils/crate/pkg-descr (revision 508405) @@ -1,17 +1,17 @@ crate is a FreeBSD containerizer utilizing FreeBSD jails. -crate creates application containers based on the description provided by the -user, and then runs containers as a monolithic processes, with all dependencies -included in the container. +crate can create the application container based on the description provided by +the user, and then runs this container any number of times as a monolithic +process, with all dependencies included in the container. Containers can be useful in these scenarios: * You can keep any version of your application, and it will always run later the same way, regardless of what packages will be installed on your system. * You can run a web browser from the crate container, and every time it will run in the clean environment not allowing any tracking. * You can run closed source applications, they will be isolated from the rest of your system, and there will be no chance for them seeing your disks. crate is in its alpha stage. Things might not work as expected! WWW: https://github.com/yurivict/crate