LAT stands for LDAP Administration Tool. The tool allows you to browse LDAP-based directories and add/edit/delete entries contained within. It can store profiles for quick access to different servers. There are also different views available such as Users, Groups and Hosts which allow you to easily manage objects without having to deal with the intricacies of LDAP.
This commit is contained in:
parent
e8a36b1850
commit
2017e284d6
4 changed files with 66 additions and 0 deletions
5
lat/DESCR
Normal file
5
lat/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
LAT stands for LDAP Administration Tool. The tool allows you to browse
|
||||
LDAP-based directories and add/edit/delete entries contained within.
|
||||
It can store profiles for quick access to different servers. There are also
|
||||
different views available such as Users, Groups and Hosts which allow you
|
||||
to easily manage objects without having to deal with the intricacies of LDAP.
|
27
lat/Makefile
Normal file
27
lat/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/02/17 09:20:47 hoka_adam Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lat-1.2.3
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://dev.mmgsecurity.com/downloads/lat/1.2/
|
||||
|
||||
MAINTAINER= adam.hoka@gmail.com
|
||||
HOMEPAGE= http://dev.mmgsecurity.com/projects/lat/
|
||||
COMMENT= LDAP Administration Tool written in Mono
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_TOOLS+= pkg-config perl gmake msgfmt
|
||||
USE_LANGUAGES= # empty -> its csharp
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_DIRS+= xdg-1.4 \
|
||||
gnome2-1.6
|
||||
|
||||
PKGCONFIG_OVERRIDE+= desktop/lat-plugins.pc.in
|
||||
|
||||
.include "../../x11/gtk2-sharp/buildlink3.mk"
|
||||
.include "../../lang/mono/buildlink3.mk"
|
||||
.include "../../security/gnome-keyring/buildlink3.mk"
|
||||
.include "../../converters/libiconv/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
29
lat/PLIST
Normal file
29
lat/PLIST
Normal file
|
@ -0,0 +1,29 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2008/02/17 09:20:47 hoka_adam Exp $
|
||||
bin/lat
|
||||
lib/lat/gnome-keyring-glue.dll
|
||||
lib/lat/gnome-keyring-glue.dll.config
|
||||
lib/lat/lat.exe
|
||||
lib/lat/plugins/ActiveDirectoryCoreViews.dll
|
||||
lib/lat/plugins/JpegAttributeViewer.dll
|
||||
lib/lat/plugins/PasswordAttributeViewer.dll
|
||||
lib/lat/plugins/PosixCoreViews.dll
|
||||
lib/pkgconfig/lat-plugins.pc
|
||||
man/man1/lat.1
|
||||
share/application-registry/lat.applications
|
||||
share/applications/lat.desktop
|
||||
share/gnome/help/lat/C/figures/lat_window.png
|
||||
share/gnome/help/lat/C/lat.xml
|
||||
share/gnome/help/lat/C/legal.xml
|
||||
share/locale/fr_FR/LC_MESSAGES/lat.mo
|
||||
share/locale/it_IT/LC_MESSAGES/lat.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/lat.mo
|
||||
share/omf/lat/lat-C.omf
|
||||
share/pixmaps/lat.png
|
||||
@dirrm share/omf/lat
|
||||
@dirrm share/omf
|
||||
@dirrm share/locale/it_IT/LC_MESSAGES
|
||||
@dirrm share/locale/it_IT
|
||||
@dirrm share/locale/fr_FR/LC_MESSAGES
|
||||
@dirrm share/locale/fr_FR
|
||||
@dirrm lib/lat/plugins
|
||||
@dirrm lib/lat
|
5
lat/distinfo
Normal file
5
lat/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/02/17 09:20:47 hoka_adam Exp $
|
||||
|
||||
SHA1 (lat-1.2.3.tar.gz) = 52e2de528d2fa35519b2d67cd2937d4d524001de
|
||||
RMD160 (lat-1.2.3.tar.gz) = 56fad3d30ad19bfc267403368547c4d53a481b87
|
||||
Size (lat-1.2.3.tar.gz) = 463225 bytes
|
Loading…
Reference in a new issue