[Lunar-commits] r24541 - in moonbase/branches/deleted-modules: . libsmb++
Dennis Veatch
stumbles at lunar-linux.org
Sun May 27 00:05:21 CEST 2007
Author: stumbles
Date: 2007-05-27 00:05:21 +0200 (Sun, 27 May 2007)
New Revision: 24541
Added:
moonbase/branches/deleted-modules/libsmb++/
moonbase/branches/deleted-modules/libsmb++/BUILD
moonbase/branches/deleted-modules/libsmb++/DETAILS
Removed:
moonbase/branches/deleted-modules/libsmb++/BUILD
moonbase/branches/deleted-modules/libsmb++/DETAILS
Log:
>From http://nicolas.brodu.free.fr/en/programmation/libsmb/index.html
Today libsmb++ is an abandoned project. I do not have the motivation for,
end even less time to spend on, debugging network packets of a protocol
at best badly defined, and which evolve with each Windows version. My
congratulations and regards to the Samba teams (main branch and TNG),
for their perseverance and the quality of the final product.
Copied: moonbase/branches/deleted-modules/libsmb++ (from rev 24521, moonbase/trunk/libs/libsmb++)
Deleted: moonbase/branches/deleted-modules/libsmb++/BUILD
Copied: moonbase/branches/deleted-modules/libsmb++/BUILD (from rev 24540, moonbase/trunk/libs/libsmb++/BUILD)
===================================================================
--- moonbase/branches/deleted-modules/libsmb++/BUILD (rev 0)
+++ moonbase/branches/deleted-modules/libsmb++/BUILD 2007-05-26 22:05:21 UTC (rev 24541)
@@ -0,0 +1,15 @@
+(
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --with-docdir=/usr/share/doc/libsmb++ \
+ $OPTS &&
+
+ sedit "s:sys/time.h:time.h:" src/NBHostCache.cpp &&
+ make &&
+ prepare_install &&
+ make install
+
+
+) > $C_FIFO 2>&1
Deleted: moonbase/branches/deleted-modules/libsmb++/DETAILS
Copied: moonbase/branches/deleted-modules/libsmb++/DETAILS (from rev 24540, moonbase/trunk/libs/libsmb++/DETAILS)
===================================================================
--- moonbase/branches/deleted-modules/libsmb++/DETAILS (rev 0)
+++ moonbase/branches/deleted-modules/libsmb++/DETAILS 2007-05-26 22:05:21 UTC (rev 24541)
@@ -0,0 +1,21 @@
+ MODULE=libsmb++
+ VERSION=0.9.1
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://libsmb.sourceforge.net/
+ WEB_SITE=http://libsmb.sourceforge.net/
+ ENTERED=20020522
+ UPDATED=20020522
+ SHORT="C++ library for accessing Windows SMB shares."
+cat << EOF
+Libsmb is a C++ library that enables Unix programs to access Windows SMB
+shares. It does so by implementing methods which act the same as the standard
+Unix I/O functions (open, write, readdir...) but on SMB URLs instead. The
+network is completely transparent to the programmer, that is, you can consider
+workgroups, hosts, shares and real paths as directories and files and use them
+as such. For example, "smb:/foogroup" is a directory containing the names of
+the group members and can be opened with opendir("smb:/foogroup").
+
+It is a SMB client, which means it can connect to servers and download/upload
+files. It is not a server, and therefore cannot add shares and user accounts
+on the local host.
+EOF
More information about the Lunar-commits
mailing list