Commit graph

9 commits

Author SHA1 Message Date
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
jlam
b3b7c807cd As noted in pkg/13129, smb2www doesn't work with samba-2.2 and up. Make
this depend on samba<2.2.0 instead.  Also remove extraneous dependency
on perl as it's already implied.
2001-11-21 17:25:13 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
bbc67fac91 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:53:33 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
hubertf
46b9a21bd7 Add smb2www V980804:
SMB2WWW, the gateway to Windows networking, is a Windows Network client
that is accessible through a web browser. It is based on the samba
package.

Add this to your apache config:

	Alias /smb2www/images @PREFIX@/libexec/smb2www/images
	ScriptAlias /smb2www/ @PREFIX@/libexec/smb2www/cgi-bin/
	AddHandler cgi-script .pl

You can access the gateway at the following URL:

	http://localhost/smb2www/smb2www.pl

To make modifications to the smb2www setup, edit
@PREFIX@/libexec/smb2www/etc/smb2www.conf
2001-02-18 04:52:34 +00:00