瀏覽代碼

- minor install dictionary.ser fix
- packages updates

Andrei Pelinescu-Onciul 20 年之前
父節點
當前提交
2b1404e6c7
共有 12 個文件被更改,包括 152 次插入65 次删除
  1. 1 1
      Makefile
  2. 1 1
      Makefile.defs
  3. 8 6
      freebsd/Makefile
  4. 1 1
      freebsd/distinfo
  5. 32 12
      freebsd/pkg-plist
  6. 7 6
      netbsd/Makefile
  7. 32 12
      netbsd/PLIST
  8. 1 1
      netbsd/distinfo
  9. 8 6
      openbsd/Makefile
  10. 1 1
      openbsd/distinfo
  11. 33 12
      openbsd/pkg/PLIST
  12. 27 6
      solaris/prototype

+ 1 - 1
Makefile

@@ -269,7 +269,7 @@ install-cfg: $(cfg-prefix)/$(cfg-dir)
 		fi
 		# radius dictionary
 		$(INSTALL-TOUCH) $(cfg-prefix)/$(cfg-dir)/dictionary.ser 
-		$(INSTALL-BIN) etc/dictionary.ser $(cfg-prefix)/$(cfg-dir)
+		$(INSTALL-CFG) etc/dictionary.ser $(cfg-prefix)/$(cfg-dir)
 #		$(INSTALL-CFG) etc/ser.cfg $(cfg-prefix)/$(cfg-dir)
 
 install-bin: $(bin-prefix)/$(bin-dir) utils/gen_ha1/gen_ha1 utils/serunix/serunix

+ 1 - 1
Makefile.defs

@@ -150,7 +150,7 @@ endif
 
 INSTALL-TOUCH = touch          # used to create the file first (good to 
                                #  make solaris install work)
-# INSTALL-CFG = $(INSTALL) -m 644
+INSTALL-CFG = $(INSTALL) -m 644
 INSTALL-BIN = $(INSTALL) -m 755
 INSTALL-MODULES = $(INSTALL) -m 755
 INSTALL-DOC = $(INSTALL) -m 644

+ 8 - 6
freebsd/Makefile

@@ -9,11 +9,11 @@
 
 
 PORTNAME= ser
-PORTVERSION= 0.8.12
+PORTVERSION= 0.9.3
 CATEGORIES= net
-MASTER_SITES= ftp://ftp.berlios.de/pub/ser/0.8.12/src/
+MASTER_SITES= ftp://ftp.berlios.de/pub/ser/0.9.3/src/
 
-MAINTAINER= [email protected]
+MAINTAINER= [email protected]
 
 .include <bsd.port.pre.mk>
 
@@ -34,16 +34,18 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}_src
 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 # build by default mysql and jabber
-MAKE_ENV= include_modules="mysql jabber"
+MAKE_ENV= include_modules="mysql jabber cpl-c pa"
 
 
 
 
 # depends on mysql and libexpat because of the above modules
 BUILD_DEPENDS= ${LOCALBASE}/include/expat.h:${PORTSDIR}/textproc/expat* \
-               ${LOCALBASE}/include/mysql/mysql.h:${PORTSDIR}/databases/mysql32*-client
+               ${LOCALBASE}/include/mysql/mysql.h:${PORTSDIR}/databases/mysql32*-client \
+               ${LOCALBASE}/include/libxml2/libxml/uri.h:${PORTSDIR}/textproc/libxml2* 
 LIB_DEPENDS=   expat:${PORTSDIR}/textproc/expat* \
-               mysqlclient.10:${PORTSDIR}/databases/mysql32*-client
+               mysqlclient.10:${PORTSDIR}/databases/mysql32*-client \
+               xml2:${PORTSDIR}/textproc/libxml2
 
 pre-fetch:
 

+ 1 - 1
freebsd/distinfo

@@ -1 +1 @@
-MD5 (ser-0.8.14_src.tar.gz) = 070509795c5be4fe684dbfc36d42780a
+MD5 (ser-0.9.3_src.tar.gz) = 070509795c5be4fe684dbfc36d42780a

+ 32 - 12
freebsd/pkg-plist

@@ -1,17 +1,21 @@
+etc/ser/dictionary.ser
 etc/ser/ser.cfg
-sbin/ser
-sbin/serctl
-sbin/ser_mysql.sh
-sbin/gen_ha1
 lib/ser/modules/acc.so
 lib/ser/modules/auth.so
 lib/ser/modules/auth_db.so
 lib/ser/modules/auth_diameter.so
+lib/ser/modules/avp.so
+lib/ser/modules/avp_db.so
+lib/ser/modules/avpops.so
+lib/ser/modules/cpl-c.so
 lib/ser/modules/dbtext.so
+lib/ser/modules/dispatcher.so
+lib/ser/modules/diversion.so
 lib/ser/modules/domain.so
 lib/ser/modules/enum.so
 lib/ser/modules/exec.so
-lib/ser/modules/ext.so
+lib/ser/modules/flatstore.so
+lib/ser/modules/gflags.so
 lib/ser/modules/group.so
 lib/ser/modules/jabber.so
 lib/ser/modules/mangler.so
@@ -20,6 +24,7 @@ lib/ser/modules/mediaproxy.so
 lib/ser/modules/msilo.so
 lib/ser/modules/mysql.so
 lib/ser/modules/nathelper.so
+lib/ser/modules/options.so
 lib/ser/modules/pa.so
 lib/ser/modules/pdt.so
 lib/ser/modules/permissions.so
@@ -29,32 +34,46 @@ lib/ser/modules/registrar.so
 lib/ser/modules/rr.so
 lib/ser/modules/sl.so
 lib/ser/modules/sms.so
+lib/ser/modules/speeddial.so
 lib/ser/modules/textops.so
 lib/ser/modules/tm.so
 lib/ser/modules/uri.so
+lib/ser/modules/uri_db.so
 lib/ser/modules/usrloc.so
-lib/ser/modules/vm.so
 lib/ser/modules/xlog.so
-share/doc/ser/README
-share/doc/ser/INSTALL
-share/doc/ser/README-MODULES
+sbin/gen_ha1
+sbin/ser
+sbin/ser_mysql.sh
+sbin/serctl
+sbin/serunix
 share/doc/ser/AUTHORS
+share/doc/ser/INSTALL
 share/doc/ser/NEWS
+share/doc/ser/README
+share/doc/ser/README-MODULES
 share/doc/ser/README.acc
 share/doc/ser/README.auth
 share/doc/ser/README.auth_db
 share/doc/ser/README.auth_diameter
-share/doc/ser/README.domain
+share/doc/ser/README.avp
+share/doc/ser/README.avp_db
+share/doc/ser/README.avpops
+share/doc/ser/README.cpl-c
 share/doc/ser/README.dbtext
+share/doc/ser/README.dispatcher
+share/doc/ser/README.diversion
+share/doc/ser/README.domain
 share/doc/ser/README.enum
 share/doc/ser/README.exec
-share/doc/ser/README.ext
+share/doc/ser/README.flatstore
+share/doc/ser/README.gflags
 share/doc/ser/README.group
 share/doc/ser/README.jabber
 share/doc/ser/README.mangler
 share/doc/ser/README.maxfwd
 share/doc/ser/README.msilo
 share/doc/ser/README.nathelper
+share/doc/ser/README.options
 share/doc/ser/README.pa
 share/doc/ser/README.pdt
 share/doc/ser/README.permissions
@@ -64,11 +83,12 @@ share/doc/ser/README.registrar
 share/doc/ser/README.rr
 share/doc/ser/README.sl
 share/doc/ser/README.sms
+share/doc/ser/README.speeddial
 share/doc/ser/README.textops
 share/doc/ser/README.tm
 share/doc/ser/README.uri
+share/doc/ser/README.uri_db
 share/doc/ser/README.usrloc
-share/doc/ser/README.vm
 share/doc/ser/README.xlog
 @dirrm share/doc/ser
 @dirrm etc/ser

+ 7 - 6
netbsd/Makefile

@@ -10,11 +10,11 @@
 COMMENT= "SIP Express Router"
 
 PORTNAME= ser
-PORTVERSION= 0.8.12
+PORTVERSION= 0.9.3
 CATEGORIES= net
-MASTER_SITES= ftp://ftp.berlios.de/pub/ser/0.8.12/src/
+MASTER_SITES= ftp://ftp.berlios.de/pub/ser/0.9.3/src/
 
-MAINTAINER= [email protected]
+MAINTAINER= [email protected]
 
 MAN8=ser.8
 MAN5=ser.cfg.5
@@ -28,11 +28,12 @@ DISTFILES= ${DISTNAME}_src.tar.gz
 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 # build by default mysql and jabber
-MAKE_ENV= include_modules="mysql jabber"
+MAKE_ENV= include_modules="mysql jabber cpl-c pa"
 
-# depends on expat and mysqlclient because of the above modules
+# depends on expat, mysqlclient and libxml2 because of the above modules
 DEPENDS= expat-[0-9]*:../../textproc/expat \
-         mysql-client>=3.23.35:../../databases/mysql-client
+         mysql-client>=3.23.35:../../databases/mysql-client \
+         libxml2*:../../textproc/libxml2
 
 #.include "/usr/pkgsrc/mk/bsd.prefs.mk"
 

+ 32 - 12
netbsd/PLIST

@@ -1,17 +1,21 @@
+etc/ser/dictionary.ser
 etc/ser/ser.cfg
-sbin/ser
-sbin/serctl
-sbin/ser_mysql.sh
-sbin/gen_ha1
 lib/ser/modules/acc.so
 lib/ser/modules/auth.so
 lib/ser/modules/auth_db.so
 lib/ser/modules/auth_diameter.so
+lib/ser/modules/avp.so
+lib/ser/modules/avp_db.so
+lib/ser/modules/avpops.so
+lib/ser/modules/cpl-c.so
 lib/ser/modules/dbtext.so
+lib/ser/modules/dispatcher.so
+lib/ser/modules/diversion.so
 lib/ser/modules/domain.so
 lib/ser/modules/enum.so
 lib/ser/modules/exec.so
-lib/ser/modules/ext.so
+lib/ser/modules/flatstore.so
+lib/ser/modules/gflags.so
 lib/ser/modules/group.so
 lib/ser/modules/jabber.so
 lib/ser/modules/mangler.so
@@ -20,6 +24,7 @@ lib/ser/modules/mediaproxy.so
 lib/ser/modules/msilo.so
 lib/ser/modules/mysql.so
 lib/ser/modules/nathelper.so
+lib/ser/modules/options.so
 lib/ser/modules/pa.so
 lib/ser/modules/pdt.so
 lib/ser/modules/permissions.so
@@ -29,32 +34,46 @@ lib/ser/modules/registrar.so
 lib/ser/modules/rr.so
 lib/ser/modules/sl.so
 lib/ser/modules/sms.so
+lib/ser/modules/speeddial.so
 lib/ser/modules/textops.so
 lib/ser/modules/tm.so
 lib/ser/modules/uri.so
+lib/ser/modules/uri_db.so
 lib/ser/modules/usrloc.so
-lib/ser/modules/vm.so
 lib/ser/modules/xlog.so
-share/doc/ser/README
-share/doc/ser/INSTALL
-share/doc/ser/README-MODULES
+sbin/gen_ha1
+sbin/ser
+sbin/ser_mysql.sh
+sbin/serctl
+sbin/serunix
 share/doc/ser/AUTHORS
+share/doc/ser/INSTALL
 share/doc/ser/NEWS
+share/doc/ser/README
+share/doc/ser/README-MODULES
 share/doc/ser/README.acc
 share/doc/ser/README.auth
 share/doc/ser/README.auth_db
 share/doc/ser/README.auth_diameter
-share/doc/ser/README.domain
+share/doc/ser/README.avp
+share/doc/ser/README.avp_db
+share/doc/ser/README.avpops
+share/doc/ser/README.cpl-c
 share/doc/ser/README.dbtext
+share/doc/ser/README.dispatcher
+share/doc/ser/README.diversion
+share/doc/ser/README.domain
 share/doc/ser/README.enum
 share/doc/ser/README.exec
-share/doc/ser/README.ext
+share/doc/ser/README.flatstore
+share/doc/ser/README.gflags
 share/doc/ser/README.group
 share/doc/ser/README.jabber
 share/doc/ser/README.mangler
 share/doc/ser/README.maxfwd
 share/doc/ser/README.msilo
 share/doc/ser/README.nathelper
+share/doc/ser/README.options
 share/doc/ser/README.pa
 share/doc/ser/README.pdt
 share/doc/ser/README.permissions
@@ -64,11 +83,12 @@ share/doc/ser/README.registrar
 share/doc/ser/README.rr
 share/doc/ser/README.sl
 share/doc/ser/README.sms
+share/doc/ser/README.speeddial
 share/doc/ser/README.textops
 share/doc/ser/README.tm
 share/doc/ser/README.uri
+share/doc/ser/README.uri_db
 share/doc/ser/README.usrloc
-share/doc/ser/README.vm
 share/doc/ser/README.xlog
 @dirrm share/doc/ser
 @dirrm etc/ser

+ 1 - 1
netbsd/distinfo

@@ -1 +1 @@
-MD5 (ser-0.8.14_src.tar.gz) = 070509795c5be4fe684dbfc36d42780a
+MD5 (ser-0.9.3_src.tar.gz) = 070509795c5be4fe684dbfc36d42780a

+ 8 - 6
openbsd/Makefile

@@ -10,11 +10,11 @@
 COMMENT= "SIP Express Router"
 
 PORTNAME= ser
-PORTVERSION= 0.8.12
+PORTVERSION= 0.9.3
 CATEGORIES= net
-MASTER_SITES= ftp://ftp.berlios.de/pub/ser/0.8.12/src/
+MASTER_SITES= ftp://ftp.berlios.de/pub/ser/0.9.3/src/
 
-MAINTAINER= [email protected]
+MAINTAINER= [email protected] 
 
 MAN8=ser.8
 MAN5=ser.cfg.5
@@ -34,13 +34,15 @@ DISTFILES= ${DISTNAME}_src.tar.gz
 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 # build by default mysql and jabber
-MAKE_ENV= include_modules="mysql jabber"
+MAKE_ENV= include_modules="mysql jabber cpl-c pa"
 
 # depends on mysql and libexpat because of the above modules
 BUILD_DEPENDS= :expat-1.*:textproc/expat \
-               :mysql-client-3.23.*:databases/mysql
+               :mysql-client-3.23.*:databases/mysql \
+               :libxml2*:textproc/libxml2
 LIB_DEPENDS=   expat.2:expat-1.*:textproc/expat \
-               lib/mysql/mysqlclient.10:mysql-client-3.23.*:databases/mysql
+               lib/mysql/mysqlclient.10:mysql-client-3.23.*:databases/mysql \
+               xml2:libxml2*:textproc/libxml2
 
 
 

+ 1 - 1
openbsd/distinfo

@@ -1 +1 @@
-MD5 (ser-0.8.14_src.tar.gz) = 070509795c5be4fe684dbfc36d42780a
+MD5 (ser-0.9.3_src.tar.gz) = 070509795c5be4fe684dbfc36d42780a

+ 33 - 12
openbsd/pkg/PLIST

@@ -1,17 +1,21 @@
+etc/ser/dictionary.ser
 etc/ser/ser.cfg
-sbin/ser
-sbin/serctl
-sbin/ser_mysql.sh
-sbin/gen_ha1
 lib/ser/modules/acc.so
 lib/ser/modules/auth.so
 lib/ser/modules/auth_db.so
 lib/ser/modules/auth_diameter.so
+lib/ser/modules/avp.so
+lib/ser/modules/avp_db.so
+lib/ser/modules/avpops.so
+lib/ser/modules/cpl-c.so
 lib/ser/modules/dbtext.so
+lib/ser/modules/dispatcher.so
+lib/ser/modules/diversion.so
 lib/ser/modules/domain.so
 lib/ser/modules/enum.so
 lib/ser/modules/exec.so
-lib/ser/modules/ext.so
+lib/ser/modules/flatstore.so
+lib/ser/modules/gflags.so
 lib/ser/modules/group.so
 lib/ser/modules/jabber.so
 lib/ser/modules/mangler.so
@@ -20,6 +24,7 @@ lib/ser/modules/mediaproxy.so
 lib/ser/modules/msilo.so
 lib/ser/modules/mysql.so
 lib/ser/modules/nathelper.so
+lib/ser/modules/options.so
 lib/ser/modules/pa.so
 lib/ser/modules/pdt.so
 lib/ser/modules/permissions.so
@@ -29,31 +34,46 @@ lib/ser/modules/registrar.so
 lib/ser/modules/rr.so
 lib/ser/modules/sl.so
 lib/ser/modules/sms.so
+lib/ser/modules/speeddial.so
 lib/ser/modules/textops.so
 lib/ser/modules/tm.so
 lib/ser/modules/uri.so
+lib/ser/modules/uri_db.so
 lib/ser/modules/usrloc.so
-lib/ser/modules/vm.so
 lib/ser/modules/xlog.so
-share/doc/ser/README
-share/doc/ser/INSTALL
-share/doc/ser/README-MODULES
+sbin/gen_ha1
+sbin/ser
+sbin/ser_mysql.sh
+sbin/serctl
+sbin/serunix
 share/doc/ser/AUTHORS
+share/doc/ser/INSTALL
 share/doc/ser/NEWS
+share/doc/ser/README
+share/doc/ser/README-MODULES
 share/doc/ser/README.acc
 share/doc/ser/README.auth
 share/doc/ser/README.auth_db
 share/doc/ser/README.auth_diameter
-share/doc/ser/README.domain
+share/doc/ser/README.avp
+share/doc/ser/README.avp_db
+share/doc/ser/README.avpops
+share/doc/ser/README.cpl-c
 share/doc/ser/README.dbtext
+share/doc/ser/README.dispatcher
+share/doc/ser/README.diversion
+share/doc/ser/README.domain
 share/doc/ser/README.enum
 share/doc/ser/README.exec
-share/doc/ser/README.ext
+share/doc/ser/README.flatstore
+share/doc/ser/README.gflags
 share/doc/ser/README.group
 share/doc/ser/README.jabber
 share/doc/ser/README.mangler
+share/doc/ser/README.maxfwd
 share/doc/ser/README.msilo
 share/doc/ser/README.nathelper
+share/doc/ser/README.options
 share/doc/ser/README.pa
 share/doc/ser/README.pdt
 share/doc/ser/README.permissions
@@ -63,11 +83,12 @@ share/doc/ser/README.registrar
 share/doc/ser/README.rr
 share/doc/ser/README.sl
 share/doc/ser/README.sms
+share/doc/ser/README.speeddial
 share/doc/ser/README.textops
 share/doc/ser/README.tm
 share/doc/ser/README.uri
+share/doc/ser/README.uri_db
 share/doc/ser/README.usrloc
-share/doc/ser/README.vm
 share/doc/ser/README.xlog
 @dirrm share/doc/ser
 @dirrm etc/ser

+ 27 - 6
solaris/prototype

@@ -2,12 +2,14 @@
 i pkginfo=pkginfo
 d none etc 0755 bin bin
 d none etc/ser 0755 bin bin
+e none etc/ser/dictionary.ser 0644 bin bin
 e none etc/ser/ser.cfg 0644 bin bin
 d none sbin 0755 bin bin
+f none sbin/gen_ha1 0755 bin bin
 f none sbin/ser 0755 bin bin
-f none sbin/serctl 0755 bin bin
 f none sbin/ser_mysql.sh 0755 bin bin
-f none sbin/gen_ha1 0755 bin bin
+f none sbin/serctl 0755 bin bin
+f none sbin/serunix 0755 bin bin
 d none lib 0755 bin bin
 d none lib/ser 2755 bin bin
 d none lib/ser/modules 2755 bin bin
@@ -15,11 +17,18 @@ f none lib/ser/modules/acc.so 0755 bin bin
 f none lib/ser/modules/auth.so 0755 bin bin
 f none lib/ser/modules/auth_db.so 0755 bin bin
 f none lib/ser/modules/auth_diameter.so 0755 bin bin
+f none lib/ser/modules/avp.so 0755 bin bin
+f none lib/ser/modules/avp_db.so 0755 bin bin
+f none lib/ser/modules/avpops.so 0755 bin bin
+f none lib/ser/modules/cpl-c.so 0755 bin bin
 f none lib/ser/modules/dbtext.so 0755 bin bin
+f none lib/ser/modules/dispatcher.so 0755 bin bin
+f none lib/ser/modules/diversion.so 0755 bin bin
 f none lib/ser/modules/domain.so 0755 bin bin
 f none lib/ser/modules/enum.so 0755 bin bin
 f none lib/ser/modules/exec.so 0755 bin bin
-f none lib/ser/modules/ext.so 0755 bin bin
+f none lib/ser/modules/flatstore.so 0755 bin bin
+f none lib/ser/modules/gflags.so 0755 bin bin
 f none lib/ser/modules/group.so 0755 bin bin
 f none lib/ser/modules/jabber.so 0755 bin bin
 f none lib/ser/modules/mangler.so 0755 bin bin
@@ -28,6 +37,7 @@ f none lib/ser/modules/mediaproxy.so 0755 bin bin
 f none lib/ser/modules/msilo.so 0755 bin bin
 f none lib/ser/modules/mysql.so 0755 bin bin
 f none lib/ser/modules/nathelper.so 0755 bin bin
+f none lib/ser/modules/options.so 0755 bin bin
 f none lib/ser/modules/pa.so 0755 bin bin
 f none lib/ser/modules/pdt.so 0755 bin bin
 f none lib/ser/modules/permissions.so 0755 bin bin
@@ -37,11 +47,13 @@ f none lib/ser/modules/registrar.so 0755 bin bin
 f none lib/ser/modules/rr.so 0755 bin bin
 f none lib/ser/modules/sl.so 0755 bin bin
 f none lib/ser/modules/sms.so 0755 bin bin
+f none lib/ser/modules/speeddial.so 0755 bin bin
 f none lib/ser/modules/textops.so 0755 bin bin
 f none lib/ser/modules/tm.so 0755 bin bin
 f none lib/ser/modules/uri.so 0755 bin bin
+f none lib/ser/modules/uri_db.so 0755 bin bin
 f none lib/ser/modules/usrloc.so 0755 bin bin
-f none lib/ser/modules/vm.so 0755 bin bin
+f none lib/ser/modules/xlog.so 0755 bin bin
 d none doc 0755 bin bin
 d none doc/ser 0755 bin bin
 f none doc/ser/README 0644 bin bin
@@ -53,17 +65,25 @@ f none doc/ser/README.acc 0644 bin bin
 f none doc/ser/README.auth 0644 bin bin
 f none doc/ser/README.auth_db 0644 bin bin
 f none doc/ser/README.auth_diameter 0644 bin bin
+f none doc/ser/README.avp 0644 bin bin
+f none doc/ser/README.avp_db 0644 bin bin
+f none doc/ser/README.avpops 0644 bin bin
+f none doc/ser/README.cpl-c 0644 bin bin
 f none doc/ser/README.dbtext  0644 bin bin
+f none doc/ser/README.dispatcher  0644 bin bin
+f none doc/ser/README.diversion  0644 bin bin
 f none doc/ser/README.domain  0644 bin bin
 f none doc/ser/README.enum    0644 bin bin
 f none doc/ser/README.exec 0644 bin bin
-f none doc/ser/README.ext 0644 bin bin
+f none doc/ser/README.flatstore 0644 bin bin
+f none doc/ser/README.gflags 0644 bin bin
 f none doc/ser/README.group 0644 bin bin
 f none doc/ser/README.jabber 0644 bin bin
 f none doc/ser/README.mangler 0644 bin bin
 f none doc/ser/README.maxfwd 0644 bin bin
 f none doc/ser/README.msilo 0644 bin bin
 f none doc/ser/README.nathelper 0644 bin bin
+f none doc/ser/README.options 0644 bin bin
 f none doc/ser/README.pa 0644 bin bin
 f none doc/ser/README.pdt 0644 bin bin
 f none doc/ser/README.permissions 0644 bin bin
@@ -73,11 +93,12 @@ f none doc/ser/README.registrar 0644 bin bin
 f none doc/ser/README.rr 0644 bin bin
 f none doc/ser/README.sl 0644 bin bin
 f none doc/ser/README.sms 0644 bin bin
+f none doc/ser/README.speeddial 0644 bin bin
 f none doc/ser/README.textops 0644 bin bin
 f none doc/ser/README.tm 0644 bin bin
 f none doc/ser/README.uri 0644 bin bin
+f none doc/ser/README.uri_db 0644 bin bin
 f none doc/ser/README.usrloc 0644 bin bin
-f none doc/ser/README.vm 0644 bin bin
 f none doc/ser/README.xlog 0644 bin bin
 d none man 0755 bin bin
 d none man/man8 0755 bin bin