View | Details | Raw Unified | Return to bug 177716
Collapse All | Expand All

(-)/usr/home/bacon/Prog/Ports/ports/sysutils/auto-admin/Makefile (-10 / +8 lines)
Lines 1-12 Link Here
1
# New ports collection makefile for:	auto-admin
1
# Created by:	Jason Bacon
2
# Date created:		2011-11-01
3
# Whom:			Jason Bacon <jwbacon@tds.net>
4
#
5
# $FreeBSD: ports/sysutils/auto-admin/Makefile,v 1.4 2012/11/17 06:01:25 svnexp Exp $
2
# $FreeBSD: ports/sysutils/auto-admin/Makefile,v 1.4 2012/11/17 06:01:25 svnexp Exp $
6
#
7
3
8
PORTNAME=	auto-admin
4
PORTNAME=	auto-admin
9
PORTVERSION=	0.3
5
PORTVERSION=	0.3.1
10
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
11
MASTER_SITES=	http://acadix.biz/Ports/distfiles/ \
7
MASTER_SITES=	http://acadix.biz/Ports/distfiles/ \
12
		http://personalpages.tds.net/~jwbacon/Ports/distfiles/
8
		http://personalpages.tds.net/~jwbacon/Ports/distfiles/
Lines 18-33 Link Here
18
14
19
MAN1=		auto-admin.1 \
15
MAN1=		auto-admin.1 \
20
		auto-amd-nfs-setup.1 \
16
		auto-amd-nfs-setup.1 \
21
		auto-amd-local-setup.1 \
22
		auto-append-line.1 \
17
		auto-append-line.1 \
23
		auto-ask.1 \
18
		auto-ask.1 \
24
		auto-clean-ports.1 \
19
		auto-clean-ports.1 \
20
		auto-db-dir.1 \
25
		auto-disable-service.1 \
21
		auto-disable-service.1 \
26
		auto-enable-compat32.1 \
22
		auto-enable-compat32.1 \
27
		auto-enable-passwdqc.1 \
23
		auto-enable-passwdqc.1 \
28
		auto-enable-procfs.1 \
24
		auto-enable-procfs.1 \
29
		auto-enable-service.1 \
25
		auto-enable-service.1 \
30
		auto-set-suspend-on-lid.1 \
26
		auto-set-suspend-mode.1 \
31
		auto-fastest-mirror.1 \
27
		auto-fastest-mirror.1 \
32
		auto-install-packages.1 \
28
		auto-install-packages.1 \
33
		auto-ipfw-gateway-setup.1 \
29
		auto-ipfw-gateway-setup.1 \
Lines 35-40 Link Here
35
		auto-ldap-adduser.1 \
31
		auto-ldap-adduser.1 \
36
		auto-ldap-client-setup.1 \
32
		auto-ldap-client-setup.1 \
37
		auto-package-installed.1 \
33
		auto-package-installed.1 \
34
		auto-print-make-variable.1 \
38
		auto-replace-file.1 \
35
		auto-replace-file.1 \
39
		auto-service-enabled.1 \
36
		auto-service-enabled.1 \
40
		auto-update-port-framework.1 \
37
		auto-update-port-framework.1 \
Lines 43-53 Link Here
43
40
44
do-install:
41
do-install:
45
	${MKDIR} ${PREFIX}/sbin ${DATADIR}
42
	${MKDIR} ${PREFIX}/sbin ${DATADIR}
46
	${INSTALL_SCRIPT} ${WRKSRC}/Scripts/* ${PREFIX}/sbin
43
	${INSTALL_SCRIPT} ${WRKSRC}/Scripts/Common/* ${PREFIX}/sbin
44
	${INSTALL_SCRIPT} ${WRKSRC}/Scripts/FreeBSD/* ${PREFIX}/sbin
47
	${INSTALL_DATA} ${WRKSRC}/Data/* ${DATADIR}
45
	${INSTALL_DATA} ${WRKSRC}/Data/* ${DATADIR}
48
	${INSTALL_MAN} ${WRKSRC}/Doc/auto-admin.man \
46
	${INSTALL_MAN} ${WRKSRC}/Doc/auto-admin.man \
49
		${MANPREFIX}/man/man1/auto-admin.1
47
		${MANPREFIX}/man/man1/auto-admin.1
50
	for name in ${WRKSRC}/Scripts/*; do \
48
	for name in ${WRKSRC}/Scripts/Common/* ${WRKSRC}/Scripts/FreeBSD/*; do \
51
		${INSTALL_MAN} ${WRKSRC}/Doc/auto-admin.man \
49
		${INSTALL_MAN} ${WRKSRC}/Doc/auto-admin.man \
52
			${MANPREFIX}/man/man1/`basename $${name}`.1; \
50
			${MANPREFIX}/man/man1/`basename $${name}`.1; \
53
	done
51
	done
(-)/usr/home/bacon/Prog/Ports/ports/sysutils/auto-admin/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (auto-admin-0.3.tar.gz) = 8d9b93415e19d44a733057b6c7fd07ef248bc163321e609e5baa824842dfd970
1
SHA256 (auto-admin-0.3.1.tar.gz) = 2ce68653d2dd21ebcd276e6ddc86e5c2f9b61524e9755b417681bf4239789867
2
SIZE (auto-admin-0.3.tar.gz) = 12637
2
SIZE (auto-admin-0.3.1.tar.gz) = 18649
(-)/usr/home/bacon/Prog/Ports/ports/sysutils/auto-admin/pkg-plist (-2 / +3 lines)
Lines 1-8 Link Here
1
sbin/auto-amd-local-setup
2
sbin/auto-amd-nfs-setup
1
sbin/auto-amd-nfs-setup
3
sbin/auto-append-line
2
sbin/auto-append-line
4
sbin/auto-ask
3
sbin/auto-ask
5
sbin/auto-clean-ports
4
sbin/auto-clean-ports
5
sbin/auto-db-dir
6
sbin/auto-disable-service
6
sbin/auto-disable-service
7
sbin/auto-enable-compat32
7
sbin/auto-enable-compat32
8
sbin/auto-enable-passwdqc
8
sbin/auto-enable-passwdqc
Lines 15-23 Link Here
15
sbin/auto-ldap-adduser
15
sbin/auto-ldap-adduser
16
sbin/auto-ldap-client-setup
16
sbin/auto-ldap-client-setup
17
sbin/auto-package-installed
17
sbin/auto-package-installed
18
sbin/auto-print-make-variable
18
sbin/auto-replace-file
19
sbin/auto-replace-file
19
sbin/auto-service-enabled
20
sbin/auto-service-enabled
20
sbin/auto-set-suspend-on-lid
21
sbin/auto-set-suspend-mode
21
sbin/auto-update-port-framework
22
sbin/auto-update-port-framework
22
sbin/auto-update-xorg.conf
23
sbin/auto-update-xorg.conf
23
sbin/auto-xdm-toggle
24
sbin/auto-xdm-toggle

Return to bug 177716