View | Details | Raw Unified | Return to bug 232326 | Differences between
and this patch

Collapse All | Expand All

(-)mkdesktop/Makefile (-12 / +13 lines)
Lines 1-28 Link Here
1
# $FreeBSD: head/sysutils/mkdesktop/Makefile 470653 2018-05-22 19:22:58Z krion $
1
# $FreeBSD$
2
2
3
PORTNAME=	mkdesktop
3
PORTNAME=	mkdesktop
4
PORTVERSION=	1.8
4
PORTVERSION=	2.8
5
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
6
6
7
MAINTAINER=	bourne.identity@hotmail.com
7
MAINTAINER=	bourne.identity@hotmail.com
8
COMMENT=	Powerful, flexible utility to setup a FreeBSD desktop
8
COMMENT=	Powerful, flexible utility to setup a FreeBSD desktop
9
9
10
RUN_DEPENDS=	pkg>0:ports-mgmt/pkg
10
LICENSE=	GPLv2+
11
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
USE_GITHUB=	yes
13
GH_ACCOUNT=	bourne-again
14
12
15
NO_BUILD=	yes
13
NO_BUILD=	yes
16
NO_ARCH=	yes
14
NO_ARCH=	yes
17
15
18
DATA1=		stage-definitions
16
USE_GITHUB=	yes
19
DATA2=		mkdesktop.help
17
GH_ACCOUNT=	bourne-again
20
PLIST_FILES=	bin/${PORTNAME} ${DATADIR}/${DATA1} ${DATADIR}/${DATA2}
18
19
PLIST_FILES=	bin/mkdesktop \
20
				share/mkdesktop/stage-definitions \
21
				man/man1/mkdesktop.1.gz
21
22
22
do-install:
23
do-install:
23
		${MKDIR} ${STAGEDIR}${DATADIR}
24
		${MKDIR} ${STAGEDIR}${DATADIR}
24
		${INSTALL_DATA} ${WRKSRC}/${DATA1} ${STAGEDIR}${DATADIR}
25
		${INSTALL_DATA} ${WRKSRC}/stage-definitions ${STAGEDIR}${DATADIR}
25
		${INSTALL_DATA} ${WRKSRC}/${DATA2} ${STAGEDIR}${DATADIR}
26
		${INSTALL_SCRIPT} ${WRKSRC}/mkdesktop ${STAGEDIR}${PREFIX}/bin
26
		${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
27
		${INSTALL_MAN} ${WRKSRC}/mkdesktop.1 ${STAGEDIR}${MANPREFIX}/man/man1
27
28
28
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)mkdesktop/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1527016876
1
TIMESTAMP = 1541099999
2
SHA256 (bourne-again-mkdesktop-1.8_GH0.tar.gz) = 79e4d1b4c9466b6052eb6f280e2ec47666c6ce287d16c29b5c8bf854b925e91f
2
SHA256 (bourne-again-mkdesktop-2.8_GH0.tar.gz) = 7d8169a0f55a12630d94d864be1e4f3fe1076dbdf24dafa49e96235811559445
3
SIZE (bourne-again-mkdesktop-1.8_GH0.tar.gz) = 9380
3
SIZE (bourne-again-mkdesktop-2.8_GH0.tar.gz) = 16170
(-)mkdesktop/pkg-descr (-8 / +6 lines)
Lines 1-10 Link Here
1
mkdesktop is a Bourne script that helps to standardize the process of FreeBSD
1
Installing a FreeBSD desktop from scratch can be messy : you often
2
desktop installation as much as possible per user, with plenty of flexibility as
2
forget the correct steps/packages. The mkdesktop script helps to
3
well as modularity. By default, you get 5 distinct stages for defining your
3
standardize the process as much as possible per user, with plenty of
4
desktop environment. But you can always add/subtract/customize the stages as
4
flexibility as well as modularity. The script sets up X & your desktop,
5
much as you wish. Once you start using mkdesktop, you will pretty soon love it -
5
configures emulation layers (Wine / Linuxulator) if so desired, and
6
particularly its post-processor which automatically kicks in once the stages
6
then configures the essential system files under /etc and /boot.
7
have been processed - it sets up emulation layers and configuration of system
8
files, if the user so desires.
9
7
10
WWW: https://github.com/bourne-again/mkdesktop
8
WWW: https://github.com/bourne-again/mkdesktop

Return to bug 232326