summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-19 10:07:29 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-19 10:07:29 +0000
commit42a5e179b869f26d251b4ad2372bf4158e4ba33b (patch)
treea56e579abeb28373cf92c9341086ad8c218b4b69 /security
parentRespect CC and CFLAGS (diff)
add libntlm 0.3.2
A library that implement Microsoft's NTLM authentication
Notes
Notes: svn path=/head/; revision=91657
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/libntlm/Makefile21
-rw-r--r--security/libntlm/distinfo1
-rw-r--r--security/libntlm/files/patch-ltmain.sh15
-rw-r--r--security/libntlm/pkg-descr3
-rw-r--r--security/libntlm/pkg-plist5
6 files changed, 46 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index d5d522f3ca05..0f0d001a90c8 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -150,6 +150,7 @@
SUBDIR += libident
SUBDIR += libksba
SUBDIR += libmcrypt
+ SUBDIR += libntlm
SUBDIR += libparanoia
SUBDIR += libprelude
SUBDIR += libsectok
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