diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-19 10:07:29 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-19 10:07:29 +0000 |
commit | 42a5e179b869f26d251b4ad2372bf4158e4ba33b (patch) | |
tree | a56e579abeb28373cf92c9341086ad8c218b4b69 /security/libntlm | |
parent | 0e982b085dd4dc725ac77c70c29ce68acf3af29d (diff) | |
download | ports-42a5e179b869f26d251b4ad2372bf4158e4ba33b.tar.gz ports-42a5e179b869f26d251b4ad2372bf4158e4ba33b.zip |
Notes
Diffstat (limited to 'security/libntlm')
-rw-r--r-- | security/libntlm/Makefile | 21 | ||||
-rw-r--r-- | security/libntlm/distinfo | 1 | ||||
-rw-r--r-- | security/libntlm/files/patch-ltmain.sh | 15 | ||||
-rw-r--r-- | security/libntlm/pkg-descr | 3 | ||||
-rw-r--r-- | security/libntlm/pkg-plist | 5 |
5 files changed, 45 insertions, 0 deletions
diff --git a/security/libntlm/Makefile b/security/libntlm/Makefile new file mode 100644 index 000000000000..d5297bb12bde --- /dev/null +++ b/security/libntlm/Makefile @@ -0,0 +1,21 @@ +# ex:ts=8 +# Ports collection makefile for: libntlm +# Date created: Oct 19, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= libntlm +PORTVERSION= 0.3.2 +CATEGORIES= security +MASTER_SITES= http://josefsson.org/${PORTNME}/releases/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= A library that implement Microsoft's NTLM authentication + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/security/libntlm/distinfo b/security/libntlm/distinfo new file mode 100644 index 000000000000..41f7143a8419 --- /dev/null +++ b/security/libntlm/distinfo @@ -0,0 +1 @@ +MD5 (libntlm-0.3.2.tar.gz) = d639f72df9ba9aa7f9da2882693118e1 diff --git a/security/libntlm/files/patch-ltmain.sh b/security/libntlm/files/patch-ltmain.sh new file mode 100644 index 000000000000..72726aeeb657 --- /dev/null +++ b/security/libntlm/files/patch-ltmain.sh @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Sun Oct 19 17:38:52 2003 ++++ ltmain.sh Sun Oct 19 17:39:29 2003 +@@ -4325,10 +4325,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false ; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/security/libntlm/pkg-descr b/security/libntlm/pkg-descr new file mode 100644 index 000000000000..e24f9d86eda4 --- /dev/null +++ b/security/libntlm/pkg-descr @@ -0,0 +1,3 @@ +libntlm is a library that implement Microsoft's NTLM authentication. + +WWW: http://josefsson.org/libntlm/ diff --git a/security/libntlm/pkg-plist b/security/libntlm/pkg-plist new file mode 100644 index 000000000000..58123f14a5e5 --- /dev/null +++ b/security/libntlm/pkg-plist @@ -0,0 +1,5 @@ +include/ntlm.h +lib/libntlm.a +lib/libntlm.so +lib/libntlm.so.0 +lib/pkgconfig/libntlm.pc |