Index: head/net/samba/Makefile =================================================================== --- head/net/samba/Makefile (revision 2277) +++ head/net/samba/Makefile (revision 2278) @@ -1,18 +1,33 @@ # New ports collection makefile for: samba -# Version required: 1.9.13 +# Version required: 1.9.14 # Date created: 11th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.5 1995/04/15 05:41:50 asami Exp $ +# $Id: Makefile,v 1.6 1995/05/03 03:17:58 asami Exp $ # -DISTNAME= samba-1.9.13 +DISTNAME= samba-1.9.14 CATEGORIES+= networking MASTER_SITES= ftp://nimbus.anu.edu.au/pub/tridge/samba/ +WRKSRC= ${WRKDIR}/${DISTNAME}/source MAINTAINER= gpalmer@FreeBSD.ORG pre-install: @mkdir -p /usr/local/samba + +post-install: +.if !defined(NOMANCOMPRESS) + gzip -9nf ${PREFIX}/man/man1/smbstatus.1 + gzip -9nf ${PREFIX}/man/man1/smbclient.1 + gzip -9nf ${PREFIX}/man/man1/smbrun.1 + gzip -9nf ${PREFIX}/man/man1/smbtar.1 + gzip -9nf ${PREFIX}/man/man1/testparm.1 + gzip -9nf ${PREFIX}/man/man1/testprns.1 + gzip -9nf ${PREFIX}/man/man5/smb.conf.5 + gzip -9nf ${PREFIX}/man/man7/samba.7 + gzip -9nf ${PREFIX}/man/man8/smbd.8 + gzip -9nf ${PREFIX}/man/man8/nmbd.8 +.endif .include Property changes on: head/net/samba/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/samba/distinfo =================================================================== --- head/net/samba/distinfo (revision 2277) +++ head/net/samba/distinfo (revision 2278) @@ -1 +1 @@ -MD5 (samba-1.9.13.tar.gz) = 01a1f1a13dcf274177583ae83aac4d93 +MD5 (samba-1.9.14.tar.gz) = e587cf97854db2b5189d99cfb2ca6ff9 Property changes on: head/net/samba/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/samba/files/patch-aa =================================================================== --- head/net/samba/files/patch-aa (revision 2277) +++ head/net/samba/files/patch-aa (revision 2278) @@ -1,75 +1,48 @@ *** Makefile.orig Sun Apr 9 10:14:25 1995 --- Makefile Sun Apr 9 17:57:32 1995 *************** *** 5,16 **** # The base manpages directory to put the man pages in # Note: $(MANDIR)/man1, $(MANDIR)/man5 and $(MANDIR)/man8 must exist. ! MANDIR = /usr/local/man # The directories to put things in. If you use multiple # architectures or share the samba binaries across NFS then # you will probably want to change this layout. ! BASEDIR = /usr/local/samba BINDIR = $(BASEDIR)/bin LIBDIR = $(BASEDIR)/lib VARDIR = $(BASEDIR)/var --- 5,16 ---- # The base manpages directory to put the man pages in # Note: $(MANDIR)/man1, $(MANDIR)/man5 and $(MANDIR)/man8 must exist. ! MANDIR = ${PREFIX}/man # The directories to put things in. If you use multiple # architectures or share the samba binaries across NFS then # you will probably want to change this layout. ! BASEDIR = ${PREFIX}/samba BINDIR = $(BASEDIR)/bin LIBDIR = $(BASEDIR)/lib VARDIR = $(BASEDIR)/var *************** *** 222,229 **** # This is for FreeBSD # contributed by kuku@acds.physik.rwth-aachen.de # NOTE: You may need to add -DBSD44 if you have password problems ! # FLAGSM = -DFreeBSD ! # LIBSM = -lcrypt # This is for NeXT. Note that versions of NeXT less than 3.2 --- 222,229 ---- # This is for FreeBSD # contributed by kuku@acds.physik.rwth-aachen.de # NOTE: You may need to add -DBSD44 if you have password problems ! FLAGSM = -DFreeBSD -DBSD44 ! LIBSM = -lcrypt # This is for NeXT. Note that versions of NeXT less than 3.2 -*************** -*** 449,455 **** - chmod u=rw,go=r $(MANDIR)/man7/samba.7 - chmod u=rw,go=r $(MANDIR)/man8/smbd.8 - chmod u=rw,go=r $(MANDIR)/man8/nmbd.8 -! - source: - tar cfv sources.tar COPYING README THANKS \ - Makefile announce bugs change-log \ ---- 449,465 ---- - chmod u=rw,go=r $(MANDIR)/man7/samba.7 - chmod u=rw,go=r $(MANDIR)/man8/smbd.8 - chmod u=rw,go=r $(MANDIR)/man8/nmbd.8 -! @echo "Comrpessing manpages" -! @gzip -9f $(MANDIR)/man1/smbstatus.1 -! @gzip -9f $(MANDIR)/man1/smbclient.1 -! @gzip -9f $(MANDIR)/man1/smbrun.1 -! @gzip -9f $(MANDIR)/man1/testparm.1 -! @gzip -9f $(MANDIR)/man1/testprns.1 -! @gzip -9f $(MANDIR)/man5/smb.conf.5 -! @gzip -9f $(MANDIR)/man7/samba.7 -! @gzip -9f $(MANDIR)/man8/smbd.8 -! @gzip -9f $(MANDIR)/man8/nmbd.8 -! - source: - tar cfv sources.tar COPYING README THANKS \ - Makefile announce bugs change-log \ Property changes on: head/net/samba/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/samba/pkg-plist =================================================================== --- head/net/samba/pkg-plist (revision 2277) +++ head/net/samba/pkg-plist (revision 2278) @@ -1,15 +1,19 @@ samba/bin/smbd samba/bin/smbclient samba/bin/nmbd samba/bin/testparm samba/bin/testprns samba/bin/smbrun +samba/bin/smbstatus +samba/bin/smbpasswd +samba/bin/smbtar man/man1/smbstatus.1.gz man/man1/smbclient.1.gz man/man1/smbrun.1.gz +man/man1/smbtar.1.gz man/man1/testparm.1.gz man/man1/testprns.1.gz man/man5/smb.conf.5.gz man/man7/samba.7.gz man/man8/smbd.8.gz man/man8/nmbd.8.gz Property changes on: head/net/samba/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/samba-devel/Makefile =================================================================== --- head/net/samba-devel/Makefile (revision 2277) +++ head/net/samba-devel/Makefile (revision 2278) @@ -1,18 +1,33 @@ # New ports collection makefile for: samba -# Version required: 1.9.13 +# Version required: 1.9.14 # Date created: 11th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.5 1995/04/15 05:41:50 asami Exp $ +# $Id: Makefile,v 1.6 1995/05/03 03:17:58 asami Exp $ # -DISTNAME= samba-1.9.13 +DISTNAME= samba-1.9.14 CATEGORIES+= networking MASTER_SITES= ftp://nimbus.anu.edu.au/pub/tridge/samba/ +WRKSRC= ${WRKDIR}/${DISTNAME}/source MAINTAINER= gpalmer@FreeBSD.ORG pre-install: @mkdir -p /usr/local/samba + +post-install: +.if !defined(NOMANCOMPRESS) + gzip -9nf ${PREFIX}/man/man1/smbstatus.1 + gzip -9nf ${PREFIX}/man/man1/smbclient.1 + gzip -9nf ${PREFIX}/man/man1/smbrun.1 + gzip -9nf ${PREFIX}/man/man1/smbtar.1 + gzip -9nf ${PREFIX}/man/man1/testparm.1 + gzip -9nf ${PREFIX}/man/man1/testprns.1 + gzip -9nf ${PREFIX}/man/man5/smb.conf.5 + gzip -9nf ${PREFIX}/man/man7/samba.7 + gzip -9nf ${PREFIX}/man/man8/smbd.8 + gzip -9nf ${PREFIX}/man/man8/nmbd.8 +.endif .include Property changes on: head/net/samba-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/samba-devel/distinfo =================================================================== --- head/net/samba-devel/distinfo (revision 2277) +++ head/net/samba-devel/distinfo (revision 2278) @@ -1 +1 @@ -MD5 (samba-1.9.13.tar.gz) = 01a1f1a13dcf274177583ae83aac4d93 +MD5 (samba-1.9.14.tar.gz) = e587cf97854db2b5189d99cfb2ca6ff9 Property changes on: head/net/samba-devel/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/samba-devel/files/patch-aa =================================================================== --- head/net/samba-devel/files/patch-aa (revision 2277) +++ head/net/samba-devel/files/patch-aa (revision 2278) @@ -1,75 +1,48 @@ *** Makefile.orig Sun Apr 9 10:14:25 1995 --- Makefile Sun Apr 9 17:57:32 1995 *************** *** 5,16 **** # The base manpages directory to put the man pages in # Note: $(MANDIR)/man1, $(MANDIR)/man5 and $(MANDIR)/man8 must exist. ! MANDIR = /usr/local/man # The directories to put things in. If you use multiple # architectures or share the samba binaries across NFS then # you will probably want to change this layout. ! BASEDIR = /usr/local/samba BINDIR = $(BASEDIR)/bin LIBDIR = $(BASEDIR)/lib VARDIR = $(BASEDIR)/var --- 5,16 ---- # The base manpages directory to put the man pages in # Note: $(MANDIR)/man1, $(MANDIR)/man5 and $(MANDIR)/man8 must exist. ! MANDIR = ${PREFIX}/man # The directories to put things in. If you use multiple # architectures or share the samba binaries across NFS then # you will probably want to change this layout. ! BASEDIR = ${PREFIX}/samba BINDIR = $(BASEDIR)/bin LIBDIR = $(BASEDIR)/lib VARDIR = $(BASEDIR)/var *************** *** 222,229 **** # This is for FreeBSD # contributed by kuku@acds.physik.rwth-aachen.de # NOTE: You may need to add -DBSD44 if you have password problems ! # FLAGSM = -DFreeBSD ! # LIBSM = -lcrypt # This is for NeXT. Note that versions of NeXT less than 3.2 --- 222,229 ---- # This is for FreeBSD # contributed by kuku@acds.physik.rwth-aachen.de # NOTE: You may need to add -DBSD44 if you have password problems ! FLAGSM = -DFreeBSD -DBSD44 ! LIBSM = -lcrypt # This is for NeXT. Note that versions of NeXT less than 3.2 -*************** -*** 449,455 **** - chmod u=rw,go=r $(MANDIR)/man7/samba.7 - chmod u=rw,go=r $(MANDIR)/man8/smbd.8 - chmod u=rw,go=r $(MANDIR)/man8/nmbd.8 -! - source: - tar cfv sources.tar COPYING README THANKS \ - Makefile announce bugs change-log \ ---- 449,465 ---- - chmod u=rw,go=r $(MANDIR)/man7/samba.7 - chmod u=rw,go=r $(MANDIR)/man8/smbd.8 - chmod u=rw,go=r $(MANDIR)/man8/nmbd.8 -! @echo "Comrpessing manpages" -! @gzip -9f $(MANDIR)/man1/smbstatus.1 -! @gzip -9f $(MANDIR)/man1/smbclient.1 -! @gzip -9f $(MANDIR)/man1/smbrun.1 -! @gzip -9f $(MANDIR)/man1/testparm.1 -! @gzip -9f $(MANDIR)/man1/testprns.1 -! @gzip -9f $(MANDIR)/man5/smb.conf.5 -! @gzip -9f $(MANDIR)/man7/samba.7 -! @gzip -9f $(MANDIR)/man8/smbd.8 -! @gzip -9f $(MANDIR)/man8/nmbd.8 -! - source: - tar cfv sources.tar COPYING README THANKS \ - Makefile announce bugs change-log \ Property changes on: head/net/samba-devel/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/samba-devel/pkg-plist =================================================================== --- head/net/samba-devel/pkg-plist (revision 2277) +++ head/net/samba-devel/pkg-plist (revision 2278) @@ -1,15 +1,19 @@ samba/bin/smbd samba/bin/smbclient samba/bin/nmbd samba/bin/testparm samba/bin/testprns samba/bin/smbrun +samba/bin/smbstatus +samba/bin/smbpasswd +samba/bin/smbtar man/man1/smbstatus.1.gz man/man1/smbclient.1.gz man/man1/smbrun.1.gz +man/man1/smbtar.1.gz man/man1/testparm.1.gz man/man1/testprns.1.gz man/man5/smb.conf.5.gz man/man7/samba.7.gz man/man8/smbd.8.gz man/man8/nmbd.8.gz Property changes on: head/net/samba-devel/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/samba3/Makefile =================================================================== --- head/net/samba3/Makefile (revision 2277) +++ head/net/samba3/Makefile (revision 2278) @@ -1,18 +1,33 @@ # New ports collection makefile for: samba -# Version required: 1.9.13 +# Version required: 1.9.14 # Date created: 11th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.5 1995/04/15 05:41:50 asami Exp $ +# $Id: Makefile,v 1.6 1995/05/03 03:17:58 asami Exp $ # -DISTNAME= samba-1.9.13 +DISTNAME= samba-1.9.14 CATEGORIES+= networking MASTER_SITES= ftp://nimbus.anu.edu.au/pub/tridge/samba/ +WRKSRC= ${WRKDIR}/${DISTNAME}/source MAINTAINER= gpalmer@FreeBSD.ORG pre-install: @mkdir -p /usr/local/samba + +post-install: +.if !defined(NOMANCOMPRESS) + gzip -9nf ${PREFIX}/man/man1/smbstatus.1 + gzip -9nf ${PREFIX}/man/man1/smbclient.1 + gzip -9nf ${PREFIX}/man/man1/smbrun.1 + gzip -9nf ${PREFIX}/man/man1/smbtar.1 + gzip -9nf ${PREFIX}/man/man1/testparm.1 + gzip -9nf ${PREFIX}/man/man1/testprns.1 + gzip -9nf ${PREFIX}/man/man5/smb.conf.5 + gzip -9nf ${PREFIX}/man/man7/samba.7 + gzip -9nf ${PREFIX}/man/man8/smbd.8 + gzip -9nf ${PREFIX}/man/man8/nmbd.8 +.endif .include Property changes on: head/net/samba3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/samba3/distinfo =================================================================== --- head/net/samba3/distinfo (revision 2277) +++ head/net/samba3/distinfo (revision 2278) @@ -1 +1 @@ -MD5 (samba-1.9.13.tar.gz) = 01a1f1a13dcf274177583ae83aac4d93 +MD5 (samba-1.9.14.tar.gz) = e587cf97854db2b5189d99cfb2ca6ff9 Property changes on: head/net/samba3/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/samba3/files/patch-aa =================================================================== --- head/net/samba3/files/patch-aa (revision 2277) +++ head/net/samba3/files/patch-aa (revision 2278) @@ -1,75 +1,48 @@ *** Makefile.orig Sun Apr 9 10:14:25 1995 --- Makefile Sun Apr 9 17:57:32 1995 *************** *** 5,16 **** # The base manpages directory to put the man pages in # Note: $(MANDIR)/man1, $(MANDIR)/man5 and $(MANDIR)/man8 must exist. ! MANDIR = /usr/local/man # The directories to put things in. If you use multiple # architectures or share the samba binaries across NFS then # you will probably want to change this layout. ! BASEDIR = /usr/local/samba BINDIR = $(BASEDIR)/bin LIBDIR = $(BASEDIR)/lib VARDIR = $(BASEDIR)/var --- 5,16 ---- # The base manpages directory to put the man pages in # Note: $(MANDIR)/man1, $(MANDIR)/man5 and $(MANDIR)/man8 must exist. ! MANDIR = ${PREFIX}/man # The directories to put things in. If you use multiple # architectures or share the samba binaries across NFS then # you will probably want to change this layout. ! BASEDIR = ${PREFIX}/samba BINDIR = $(BASEDIR)/bin LIBDIR = $(BASEDIR)/lib VARDIR = $(BASEDIR)/var *************** *** 222,229 **** # This is for FreeBSD # contributed by kuku@acds.physik.rwth-aachen.de # NOTE: You may need to add -DBSD44 if you have password problems ! # FLAGSM = -DFreeBSD ! # LIBSM = -lcrypt # This is for NeXT. Note that versions of NeXT less than 3.2 --- 222,229 ---- # This is for FreeBSD # contributed by kuku@acds.physik.rwth-aachen.de # NOTE: You may need to add -DBSD44 if you have password problems ! FLAGSM = -DFreeBSD -DBSD44 ! LIBSM = -lcrypt # This is for NeXT. Note that versions of NeXT less than 3.2 -*************** -*** 449,455 **** - chmod u=rw,go=r $(MANDIR)/man7/samba.7 - chmod u=rw,go=r $(MANDIR)/man8/smbd.8 - chmod u=rw,go=r $(MANDIR)/man8/nmbd.8 -! - source: - tar cfv sources.tar COPYING README THANKS \ - Makefile announce bugs change-log \ ---- 449,465 ---- - chmod u=rw,go=r $(MANDIR)/man7/samba.7 - chmod u=rw,go=r $(MANDIR)/man8/smbd.8 - chmod u=rw,go=r $(MANDIR)/man8/nmbd.8 -! @echo "Comrpessing manpages" -! @gzip -9f $(MANDIR)/man1/smbstatus.1 -! @gzip -9f $(MANDIR)/man1/smbclient.1 -! @gzip -9f $(MANDIR)/man1/smbrun.1 -! @gzip -9f $(MANDIR)/man1/testparm.1 -! @gzip -9f $(MANDIR)/man1/testprns.1 -! @gzip -9f $(MANDIR)/man5/smb.conf.5 -! @gzip -9f $(MANDIR)/man7/samba.7 -! @gzip -9f $(MANDIR)/man8/smbd.8 -! @gzip -9f $(MANDIR)/man8/nmbd.8 -! - source: - tar cfv sources.tar COPYING README THANKS \ - Makefile announce bugs change-log \ Property changes on: head/net/samba3/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/samba3/pkg-plist =================================================================== --- head/net/samba3/pkg-plist (revision 2277) +++ head/net/samba3/pkg-plist (revision 2278) @@ -1,15 +1,19 @@ samba/bin/smbd samba/bin/smbclient samba/bin/nmbd samba/bin/testparm samba/bin/testprns samba/bin/smbrun +samba/bin/smbstatus +samba/bin/smbpasswd +samba/bin/smbtar man/man1/smbstatus.1.gz man/man1/smbclient.1.gz man/man1/smbrun.1.gz +man/man1/smbtar.1.gz man/man1/testparm.1.gz man/man1/testprns.1.gz man/man5/smb.conf.5.gz man/man7/samba.7.gz man/man8/smbd.8.gz man/man8/nmbd.8.gz Property changes on: head/net/samba3/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property