Date: Sat, 8 Dec 2018 04:51:46 +0000 (UTC) From: Richard Gallamore <ultima@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486910 - head/sysutils/mkdesktop Message-ID: <201812080451.wB84pki5056513@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ultima Date: Sat Dec 8 04:51:46 2018 New Revision: 486910 URL: https://svnweb.freebsd.org/changeset/ports/486910 Log: * Updated to 2.8 * Added License * Removed unneeded depends * Updated pkg-descr PR: 232326 Submitted by: bourne^@hotmail.com (maintainer) Modified: head/sysutils/mkdesktop/Makefile head/sysutils/mkdesktop/distinfo head/sysutils/mkdesktop/pkg-descr Modified: head/sysutils/mkdesktop/Makefile ============================================================================== --- head/sysutils/mkdesktop/Makefile Sat Dec 8 04:26:45 2018 (r486909) +++ head/sysutils/mkdesktop/Makefile Sat Dec 8 04:51:46 2018 (r486910) @@ -1,28 +1,29 @@ # $FreeBSD$ PORTNAME= mkdesktop -PORTVERSION= 1.8 +PORTVERSION= 2.8 CATEGORIES= sysutils MAINTAINER= bourne.identity@hotmail.com COMMENT= Powerful, flexible utility to setup a FreeBSD desktop -RUN_DEPENDS= pkg>0:ports-mgmt/pkg +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE -USE_GITHUB= yes -GH_ACCOUNT= bourne-again - NO_BUILD= yes NO_ARCH= yes -DATA1= stage-definitions -DATA2= mkdesktop.help -PLIST_FILES= bin/${PORTNAME} ${DATADIR}/${DATA1} ${DATADIR}/${DATA2} +USE_GITHUB= yes +GH_ACCOUNT= bourne-again +PLIST_FILES= bin/mkdesktop \ + share/mkdesktop/stage-definitions \ + man/man1/mkdesktop.1.gz + do-install: ${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/${DATA1} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/${DATA2} ${STAGEDIR}${DATADIR} - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/stage-definitions ${STAGEDIR}${DATADIR} + ${INSTALL_SCRIPT} ${WRKSRC}/mkdesktop ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/mkdesktop.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk> Modified: head/sysutils/mkdesktop/distinfo ============================================================================== --- head/sysutils/mkdesktop/distinfo Sat Dec 8 04:26:45 2018 (r486909) +++ head/sysutils/mkdesktop/distinfo Sat Dec 8 04:51:46 2018 (r486910) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527016876 -SHA256 (bourne-again-mkdesktop-1.8_GH0.tar.gz) = 79e4d1b4c9466b6052eb6f280e2ec47666c6ce287d16c29b5c8bf854b925e91f -SIZE (bourne-again-mkdesktop-1.8_GH0.tar.gz) = 9380 +TIMESTAMP = 1541099999 +SHA256 (bourne-again-mkdesktop-2.8_GH0.tar.gz) = 905b594931713770c06eeba0640b545f61afc6cf3a42ff7b4d59d9db97c29d4a +SIZE (bourne-again-mkdesktop-2.8_GH0.tar.gz) = 16172 Modified: head/sysutils/mkdesktop/pkg-descr ============================================================================== --- head/sysutils/mkdesktop/pkg-descr Sat Dec 8 04:26:45 2018 (r486909) +++ head/sysutils/mkdesktop/pkg-descr Sat Dec 8 04:51:46 2018 (r486910) @@ -1,10 +1,8 @@ -mkdesktop is a Bourne script that helps to standardize the process of FreeBSD -desktop installation as much as possible per user, with plenty of flexibility as -well as modularity. By default, you get 5 distinct stages for defining your -desktop environment. But you can always add/subtract/customize the stages as -much as you wish. Once you start using mkdesktop, you will pretty soon love it - -particularly its post-processor which automatically kicks in once the stages -have been processed - it sets up emulation layers and configuration of system -files, if the user so desires. +Installing a FreeBSD desktop from scratch can be messy : you often +forget the correct steps/packages. The mkdesktop script helps to +standardize the process as much as possible per user, with plenty of +flexibility as well as modularity. The script sets up X & your desktop, +configures emulation layers (Wine / Linuxulator) if so desired, and +then configures the essential system files under /etc and /boot. WWW: https://github.com/bourne-again/mkdesktop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812080451.wB84pki5056513>