1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Samba - the client/server for SMB to allow PC clients to access Unix

resouces and vice-versa
This commit is contained in:
Gary Palmer 1995-02-11 18:28:43 +00:00
parent db51bf54ec
commit 5533eb2535
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=940
9 changed files with 270 additions and 0 deletions

15
net/samba-devel/Makefile Normal file
View File

@ -0,0 +1,15 @@
# New ports collection makefile for: samba
# Version required: 1.9.02
# Date created: 11th Feb 1995
# Whom: gpalmer
#
# $Id$
#
DISTNAME= samba-1.9.02
MASTER_SITES= ftp://nimbus.anu.edu.au/pub/tridge/samba/
pre-install:
@mkdir -p /usr/local/samba
.include <bsd.port.mk>

1
net/samba-devel/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (samba-1.9.02.tar.gz) = da2c2de0f30669421e36f8c9bb39e929

View File

@ -0,0 +1,74 @@
*** Makefile.orig Tue Jan 24 16:30:54 1995
--- Makefile Sat Feb 11 10:11:05 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
***************
*** 195,202 ****
# This is for FreeBSD
# contributed by kuku@acds.physik.rwth-aachen.de
! # FLAGSM = -DFreeBSD -DUSE_DIRECT
! # LIBSM = -lcrypt
# This is for NeXT. Note that versions of NeXT less than 3.2
--- 195,202 ----
# This is for FreeBSD
# contributed by kuku@acds.physik.rwth-aachen.de
! FLAGSM = -DFreeBSD -DUSE_DIRECT
! LIBSM = -lcrypt
# This is for NeXT. Note that versions of NeXT less than 3.2
***************
*** 380,386 ****
chmod u=rw,go=r $(MANDIR)/man5/smb.conf.5
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 \
--- 380,395 ----
chmod u=rw,go=r $(MANDIR)/man5/smb.conf.5
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)/man8/smbd.8
! @gzip -9f $(MANDIR)/man8/nmbd.8
!
source:
tar cfv sources.tar COPYING README THANKS \
Makefile announce bugs change-log \

15
net/samba/Makefile Normal file
View File

@ -0,0 +1,15 @@
# New ports collection makefile for: samba
# Version required: 1.9.02
# Date created: 11th Feb 1995
# Whom: gpalmer
#
# $Id$
#
DISTNAME= samba-1.9.02
MASTER_SITES= ftp://nimbus.anu.edu.au/pub/tridge/samba/
pre-install:
@mkdir -p /usr/local/samba
.include <bsd.port.mk>

1
net/samba/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (samba-1.9.02.tar.gz) = da2c2de0f30669421e36f8c9bb39e929

74
net/samba/files/patch-aa Normal file
View File

@ -0,0 +1,74 @@
*** Makefile.orig Tue Jan 24 16:30:54 1995
--- Makefile Sat Feb 11 10:11:05 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
***************
*** 195,202 ****
# This is for FreeBSD
# contributed by kuku@acds.physik.rwth-aachen.de
! # FLAGSM = -DFreeBSD -DUSE_DIRECT
! # LIBSM = -lcrypt
# This is for NeXT. Note that versions of NeXT less than 3.2
--- 195,202 ----
# This is for FreeBSD
# contributed by kuku@acds.physik.rwth-aachen.de
! FLAGSM = -DFreeBSD -DUSE_DIRECT
! LIBSM = -lcrypt
# This is for NeXT. Note that versions of NeXT less than 3.2
***************
*** 380,386 ****
chmod u=rw,go=r $(MANDIR)/man5/smb.conf.5
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 \
--- 380,395 ----
chmod u=rw,go=r $(MANDIR)/man5/smb.conf.5
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)/man8/smbd.8
! @gzip -9f $(MANDIR)/man8/nmbd.8
!
source:
tar cfv sources.tar COPYING README THANKS \
Makefile announce bugs change-log \

15
net/samba3/Makefile Normal file
View File

@ -0,0 +1,15 @@
# New ports collection makefile for: samba
# Version required: 1.9.02
# Date created: 11th Feb 1995
# Whom: gpalmer
#
# $Id$
#
DISTNAME= samba-1.9.02
MASTER_SITES= ftp://nimbus.anu.edu.au/pub/tridge/samba/
pre-install:
@mkdir -p /usr/local/samba
.include <bsd.port.mk>

1
net/samba3/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (samba-1.9.02.tar.gz) = da2c2de0f30669421e36f8c9bb39e929

74
net/samba3/files/patch-aa Normal file
View File

@ -0,0 +1,74 @@
*** Makefile.orig Tue Jan 24 16:30:54 1995
--- Makefile Sat Feb 11 10:11:05 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
***************
*** 195,202 ****
# This is for FreeBSD
# contributed by kuku@acds.physik.rwth-aachen.de
! # FLAGSM = -DFreeBSD -DUSE_DIRECT
! # LIBSM = -lcrypt
# This is for NeXT. Note that versions of NeXT less than 3.2
--- 195,202 ----
# This is for FreeBSD
# contributed by kuku@acds.physik.rwth-aachen.de
! FLAGSM = -DFreeBSD -DUSE_DIRECT
! LIBSM = -lcrypt
# This is for NeXT. Note that versions of NeXT less than 3.2
***************
*** 380,386 ****
chmod u=rw,go=r $(MANDIR)/man5/smb.conf.5
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 \
--- 380,395 ----
chmod u=rw,go=r $(MANDIR)/man5/smb.conf.5
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)/man8/smbd.8
! @gzip -9f $(MANDIR)/man8/nmbd.8
!
source:
tar cfv sources.tar COPYING README THANKS \
Makefile announce bugs change-log \