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

(-)yafic.new/Makefile (-4 / +4 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	yafic
8
PORTNAME=	yafic
9
PORTVERSION=	1.0
9
PORTVERSION=	1.0.3
10
CATEGORIES=	security
10
CATEGORIES=	security
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
13
14
MAINTAINER=	asaddi@philosophysw.com
14
MAINTAINER=	allan@saddi.com
15
15
16
USE_AUTOMAKE=	yes
16
GNU_CONFIGURE=	yes
17
USE_GMAKE=	yes
17
USE_GMAKE=	yes
18
CONFIGURE_ENV=	LDFLAGS="-static"
18
CONFIGURE_ENV=	LDFLAGS="-static"
19
19
Lines 24-30 Link Here
24
	@${MKDIR} ${PREFIX}/share/examples/yafic
24
	@${MKDIR} ${PREFIX}/share/examples/yafic
25
	@${CP} ${FILESDIR}/yafic.conf.sample ${PREFIX}/share/examples/yafic
25
	@${CP} ${FILESDIR}/yafic.conf.sample ${PREFIX}/share/examples/yafic
26
	@${ECHO}
26
	@${ECHO}
27
	@${CAT} ${PKGMESSAGE}
27
	@${SED} -e "s%@@PREFIX@@%${PREFIX}%g" ${PKGMESSAGE}
28
	@${ECHO}
28
	@${ECHO}
29
29
30
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)yafic.new/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (yafic-1.0.tar.gz) = f201ef571f809217ed7fdfa5a3e6eaf6
1
MD5 (yafic-1.0.3.tar.gz) = 3ac43ec72f338bb9e95ab9a47d134a5a
(-)yafic.new/files/yafic.conf.sample (-3 / +3 lines)
Lines 1-5 Link Here
1
# Sample yafic.conf(5) file for FreeBSD.
1
# Sample yafic.conf(5) file for FreeBSD.
2
# $Id: yafic.conf.sample,v 1.3 2001/08/20 07:52:53 asaddi Exp $
2
# $Id: yafic.conf.sample,v 1.4 2002/03/18 00:44:23 asaddi Exp $
3
3
4
#### / ####
4
#### / ####
5
5
Lines 23-29 Link Here
23
/root/.history	L
23
/root/.history	L
24
24
25
# /tmp
25
# /tmp
26
=/tmp		L
26
=/tmp		L-n
27
27
28
# /var
28
# /var
29
=/var
29
=/var
Lines 61-67 Link Here
61
=/usr/sup	L
61
=/usr/sup	L
62
62
63
# /usr/tmp
63
# /usr/tmp
64
=/usr/tmp	L
64
=/usr/tmp	L-n
65
65
66
#### /usr/X11R6 ####
66
#### /usr/X11R6 ####
67
67
(-)yafic.new/pkg-descr (-1 / +1 lines)
Lines 7-10 Link Here
7
WWW: http://philosophysw.com/software/yafic/
7
WWW: http://philosophysw.com/software/yafic/
8
8
9
- Allan Saddi
9
- Allan Saddi
10
asaddi@philosophysw.com
10
  allan@saddi.com
(-)yafic.new/pkg-message (-1 / +1 lines)
Lines 1-2 Link Here
1
A sample configuration file has be installed in
1
A sample configuration file has be installed in
2
${PREFIX}/share/examples/yafic
2
@@PREFIX@@/share/examples/yafic

Return to bug 44369