Mon Sep 26 16:31:20 2022 UTC ()
cfs: reformat DESCR, fix some pkglint


(wiz)
diff -r1.1 -r1.2 pkgsrc/security/cfs/DESCR
diff -r1.35 -r1.36 pkgsrc/security/cfs/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/security/cfs/DESCR (expand / switch to unified diff)

--- pkgsrc/security/cfs/DESCR 2001/11/01 01:16:34 1.1
+++ pkgsrc/security/cfs/DESCR 2022/09/26 16:31:20 1.2
@@ -1,13 +1,14 @@ @@ -1,13 +1,14 @@
1CFS pushes encryption services into the UN*X file system. It supports 1CFS pushes encryption services into the UN*X file system. It
2secure storage at the system level through a standard UN*X file system 2supports secure storage at the system level through a standard UN*X
3interface to encrypted files. Users associate a cryptographic key with the 3file system interface to encrypted files. Users associate a
4directories they wish to protect. Files in these directories (as well as 4cryptographic key with the directories they wish to protect. Files
5their pathname components) are transparently encrypted and decrypted with 5in these directories (as well as their pathname components) are
6the specified key without further user intervention; cleartext is never 6transparently encrypted and decrypted with the specified key without
7stored on a disk or sent to a remote file server. CFS employs a novel 7further user intervention; cleartext is never stored on a disk or
8combination of DES stream and codebook cipher modes to provide high 8sent to a remote file server. CFS employs a novel combination of
9security with good performance on a modern workstation. CFS can use any 9DES stream and codebook cipher modes to provide high security with
10available file system for its underlying storage without modification, 10good performance on a modern workstation. CFS can use any available
11including remote file servers such as NFS. System management functions, 11file system for its underlying storage without modification,
12such as file backup, work in a normal manner and without knowledge of the 12including remote file servers such as NFS. System management
13key. 13functions, such as file backup, work in a normal manner and without
 14knowledge of the key.

cvs diff -r1.35 -r1.36 pkgsrc/security/cfs/Makefile (expand / switch to unified diff)

--- pkgsrc/security/cfs/Makefile 2019/04/29 22:24:31 1.35
+++ pkgsrc/security/cfs/Makefile 2022/09/26 16:31:20 1.36
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.35 2019/04/29 22:24:31 gdt Exp $ 1# $NetBSD: Makefile,v 1.36 2022/09/26 16:31:20 wiz Exp $
2 2
3DISTNAME= cfs-1.4.1 3DISTNAME= cfs-1.4.1
4PKGREVISION= 6 4PKGREVISION= 6
5CATEGORIES= security 5CATEGORIES= security
6MASTER_SITES= https://www.mattblaze.org/software/cfs-1.4.1.tar.gz 6MASTER_SITES= https://www.mattblaze.org/software/cfs-1.4.1.tar.gz
7 7
8MAINTAINER= gdt@NetBSD.org 8MAINTAINER= gdt@NetBSD.org
9HOMEPAGE= https://www.mattblaze.org/software/ 9HOMEPAGE= https://www.mattblaze.org/software/
10COMMENT= Encrypting file system, using NFS as its interface 10COMMENT= Encrypting file system, using NFS as its interface
11 11
12BUILD_TARGET= cfs 12BUILD_TARGET= cfs
13INSTALL_TARGET= install_cfs 13INSTALL_TARGET= install_cfs
14 14
@@ -35,38 +35,38 @@ MAKE_ENV+= OPSYS=${OPSYS:Q} @@ -35,38 +35,38 @@ MAKE_ENV+= OPSYS=${OPSYS:Q}
35CFLAGS+= -DPROTOTYPES=1 35CFLAGS+= -DPROTOTYPES=1
36CFLAGS+= -DBSD44 -DANYPORT -DCFS_PORT=2049 -DSHORTLINKS 36CFLAGS+= -DBSD44 -DANYPORT -DCFS_PORT=2049 -DSHORTLINKS
37MAKE_ENV+= MAKE=${MAKE_PROGRAM:Q} 37MAKE_ENV+= MAKE=${MAKE_PROGRAM:Q}
38MAKE_ENV+= COMPAT="-lcompat" 38MAKE_ENV+= COMPAT="-lcompat"
39MAKE_ENV+= RPCOPTS="-b" 39MAKE_ENV+= RPCOPTS="-b"
40# 40#
41# Use getpass() instead of own getpassword() function, which doesn't seem to 41# Use getpass() instead of own getpassword() function, which doesn't seem to
42# hide the password when the user is typing it. 42# hide the password when the user is typing it.
43# 43#
44CFS_SUBST+= getpassword->getpass 44CFS_SUBST+= getpassword->getpass
45CFLAGS+= -DHAVE_GETPASS 45CFLAGS+= -DHAVE_GETPASS
46CFS_BUILD_SCRIPT= ${WRKSRC}/netbsd_make_with_bad_rpcgen 46CFS_BUILD_SCRIPT= ${WRKSRC}/netbsd_make_with_bad_rpcgen
47.elif ${OPSYS} == "SunOS" 47.elif ${OPSYS} == "SunOS"
48. if !empty(CC_VERSION:Mgcc) 48. if ${CC_VERSION} == gcc
49CFLAGS+= -traditional 49CFLAGS+= -traditional
50. endif 50. endif
51CFLAGS+= -DPROTOTYPES=1 51CFLAGS+= -DPROTOTYPES=1
52CFLAGS+= -DSOLARIS2X -DPORTMAP -DPTMX 52CFLAGS+= -DSOLARIS2X -DPORTMAP -DPTMX
53MAKE_ENV+= MAKE=${MAKE_PROGRAM:Q} 53MAKE_ENV+= MAKE=${MAKE_PROGRAM:Q}
54MAKE_ENV+= LIBS="-lsocket -lnsl" 54MAKE_ENV+= LIBS="-lsocket -lnsl"
55MAKE_ENV+= COMPAT= 55MAKE_ENV+= COMPAT=
56MAKE_ENV+= RPCOPTS= 56MAKE_ENV+= RPCOPTS=
57CFS_BUILD_SCRIPT= ${WRKSRC}/make_with_bad_rpcgen 57CFS_BUILD_SCRIPT= ${WRKSRC}/make_with_bad_rpcgen
58.elif ${OPSYS} == "Linux" 58.elif ${OPSYS} == "Linux"
59. if !empty(CC_VERSION:Mgcc) 59. if ${CC_VERSION} == gcc
60CFLAGS+= -traditional 60CFLAGS+= -traditional
61. endif 61. endif
62CFLAGS+= -DPROTOTYPES=1 62CFLAGS+= -DPROTOTYPES=1
63CFLAGS+= -U__OPTIMIZE__ -U__STDC__ -Dd_fileno=d_ino 63CFLAGS+= -U__OPTIMIZE__ -U__STDC__ -Dd_fileno=d_ino
64MAKE_ENV+= MAKE=${MAKE_PROGRAM:Q} 64MAKE_ENV+= MAKE=${MAKE_PROGRAM:Q}
65MAKE_ENV+= LIBS= 65MAKE_ENV+= LIBS=
66MAKE_ENV+= COMPAT= 66MAKE_ENV+= COMPAT=
67MAKE_ENV+= RPCOPTS="-k -b" 67MAKE_ENV+= RPCOPTS="-k -b"
68CFS_BUILD_SCRIPT= ${WRKSRC}/make_with_bad_rpcgen 68CFS_BUILD_SCRIPT= ${WRKSRC}/make_with_bad_rpcgen
69.endif 69.endif
70 70
71CFS_SUBST_SED= ${CFS_SUBST:S/->/!/:S/$/!g/:S/^/ -e s!/} 71CFS_SUBST_SED= ${CFS_SUBST:S/->/!/:S/$/!g/:S/^/ -e s!/}
72 72