mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Revive net/samba-smbclient to unbreak INDEX
This commit is contained in:
parent
0af11ece30
commit
9a9958ea78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415364
1
MOVED
1
MOVED
@ -8319,7 +8319,6 @@ devel/rubygem-redmine_acts_as_taggable_on|www/rubygem-redmine_acts_as_taggable_o
|
||||
lang/gcc-aux||2016-05-16|Has expired: Use newer lang/gcc5-aux or lang/gcc6-aux compilers instead
|
||||
audio/deadbeef-mpris-plugin|audio/deadbeef-mpris2-plugin|2016-05-16|Has expired: Abandonware; use `audio/deadbeef-mpris2-plugin' instead
|
||||
net/samba41||2016-05-16|Has expired: not supported by the upstream
|
||||
net/samba-smbclient||2016-05-16|Has expired: not supported by the upstream
|
||||
databases/postgresql90-contrib||2016-05-16|Has expired: "EOL was reached in September 2015"
|
||||
databases/postgresql90-pltcl||2016-05-16|Has expired: "EOL was reached in September 2015"
|
||||
databases/postgresql90-docs||2016-05-16|Has expired: "EOL was reached in September 2015"
|
||||
|
@ -1182,6 +1182,7 @@
|
||||
SUBDIR += rwhoisd
|
||||
SUBDIR += samba-libsmbclient
|
||||
SUBDIR += samba-nmblookup
|
||||
SUBDIR += samba-smbclient
|
||||
SUBDIR += samba36
|
||||
SUBDIR += samba42
|
||||
SUBDIR += samba43
|
||||
|
36
net/samba-smbclient/Makefile
Normal file
36
net/samba-smbclient/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# Created by: garga
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTEPOCH= 0
|
||||
PKGNAMESUFFIX= -smbclient
|
||||
|
||||
COMMENT= Samba "ftp-like" client
|
||||
|
||||
CONFLICTS= ja-samba-[23].* samba-[2-4].*
|
||||
|
||||
SAMBA_PORT= samba36
|
||||
SAMBA_SUBPORT= yes
|
||||
|
||||
SAMBA_CONFIG= smb-client.conf
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../${SAMBA_PORT}
|
||||
FILESDIR= ${.CURDIR}/files
|
||||
PKGDIR= ${.CURDIR}
|
||||
|
||||
WITHOUT_ADS= yes
|
||||
|
||||
PLIST_SUB+= SAMBA_CONFDIR="${SAMBA_CONFDIR:S,^${PREFIX}/,,}" \
|
||||
SAMBA_CONFIG="${SAMBA_CONFIG}"
|
||||
|
||||
ALL_TARGET= bin/smbclient
|
||||
|
||||
do-install:
|
||||
-@${MKDIR} ${STAGEDIR}${SAMBA_CONFDIR}
|
||||
${INSTALL_DATA} ${FILESDIR}/smb-client.conf.sample ${STAGEDIR}${SAMBA_CONFDIR}/${SAMBA_CONFIG}.sample
|
||||
-@${MKDIR} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bin/smbclient ${STAGEDIR}${PREFIX}/bin
|
||||
-@${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/docs/manpages/smbclient.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
9
net/samba-smbclient/files/smb-client.conf.sample
Normal file
9
net/samba-smbclient/files/smb-client.conf.sample
Normal file
@ -0,0 +1,9 @@
|
||||
[global]
|
||||
|
||||
# workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH
|
||||
; workgroup = MYGROUP
|
||||
|
||||
# Charset settings
|
||||
; display charset = koi8-r
|
||||
; unix charset = koi8-r
|
||||
; dos charset = cp866
|
6
net/samba-smbclient/pkg-descr
Normal file
6
net/samba-smbclient/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
smbclient is samba client with an "ftp like" interface. It is a useful tool to
|
||||
test connectivity to a Windows share. It can be used to transfer files, or to
|
||||
look at share names. In addition, it has a nifty ability to 'tar' (backup) and
|
||||
restore files from a server to a client and visa versa.
|
||||
|
||||
WWW: http://www.samba.org/
|
3
net/samba-smbclient/pkg-plist
Normal file
3
net/samba-smbclient/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/smbclient
|
||||
man/man1/smbclient.1.gz
|
||||
%%SAMBA_CONFDIR%%/%%SAMBA_CONFIG%%.sample
|
Loading…
Reference in New Issue
Block a user