[Midnightbsd-cvs] mports: mports/net: They seem to be giving temporary failures in

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 24 15:53:16 EDT 2008


Log Message:
-----------
They seem to be giving temporary failures in fetching on all midnightbsd hosts but seem to allow it on os x.  Screw it and delete the port.

Modified Files:
--------------
    mports/net:
        Makefile (r1.86 -> r1.87)

Removed Files:
-------------
    mports/net/ldapbrowser:
        Makefile
        distinfo
        pkg-descr
        pkg-plist

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net/Makefile,v
retrieving revision 1.86
retrieving revision 1.87
diff -L net/Makefile -L net/Makefile -u -r1.86 -r1.87
--- net/Makefile
+++ net/Makefile
@@ -37,7 +37,6 @@
     SUBDIR += ipw-firmware
     SUBDIR += iwi-firmware
     SUBDIR += ldap2dns
-    SUBDIR += ldapbrowser
     SUBDIR += ldapdiff
     SUBDIR += mDNSResponder
     SUBDIR += netatalk
--- net/ldapbrowser/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-From the website:
-
-The LDAP Browser/Editor provides a user-friendly Windows Explorer-like
-interface to LDAP directories with tightly integrated browsing and
-editing capabilities. It is entirely written in Java with the help
-of the JFC (SwingSet) and JNDI class libraries. It connects to LDAP
-v2 and v3 servers.
-
-WWW: http://www-unix.mcs.anl.gov/~gawor/ldap/index.html
-
-Bruce
-bms at spc.org
--- net/ldapbrowser/pkg-plist
+++ /dev/null
@@ -1,35 +0,0 @@
- at comment $FreeBSD: ports/net/ldapbrowser/pkg-plist,v 1.2 2005/10/13 02:28:29 edwin Exp $
-bin/ldapbrowser
-lib/ldapbrowser/CHANGES.TXT
-lib/ldapbrowser/LICENSE.ICONS
-lib/ldapbrowser/LdapBrowser.lnk
-lib/ldapbrowser/applet/applet.html
-lib/ldapbrowser/attributes.config
-lib/ldapbrowser/attributes.config.sample
-lib/ldapbrowser/faq.html
-lib/ldapbrowser/help/usage.html
-lib/ldapbrowser/help/notes.html
-lib/ldapbrowser/help/general.html
-lib/ldapbrowser/lbe.bat
-lib/ldapbrowser/lbe.jar
-lib/ldapbrowser/lbe.old.bat
-lib/ldapbrowser/lbe.old.sh
-lib/ldapbrowser/lbe.sh
-lib/ldapbrowser/lib/ldap.jar
-lib/ldapbrowser/lib/providerutil.jar
-lib/ldapbrowser/lib/jndi.jar
-lib/ldapbrowser/lib/ldapbp.jar
-lib/ldapbrowser/readme.html
-lib/ldapbrowser/relnotes.html
-lib/ldapbrowser/templates/templates.config
-lib/ldapbrowser/templates/organization.template
-lib/ldapbrowser/templates/organizationalPerson.template
-lib/ldapbrowser/templates/person.template
-lib/ldapbrowser/templates/organizationalUnit.template
-lib/ldapbrowser/uofmichigan.cfg
-lib/ldapbrowser/uofmichigan.cfg.sample
- at dirrm lib/ldapbrowser/templates
- at dirrm lib/ldapbrowser/lib
- at dirrm lib/ldapbrowser/help
- at dirrm lib/ldapbrowser/applet
- at dirrm lib/ldapbrowser
--- net/ldapbrowser/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for:    ldapbrowser
-# Date created:         May 30, 2008
-# Whom:                 Lucas Holt <luke at midnightbsd.org>
-#
-# $MidnightBSD: mports/net/ldapbrowser/Makefile,v 1.2 2008/08/13 14:00:36 laffer1 Exp $
-#
-
-PORTNAME=	ldapbrowser
-PORTVERSION=	2.8.2
-PORTREVISION=	1
-CATEGORIES=	net java
-MASTER_SITES=	http://www-unix.mcs.anl.gov/~gawor/ldapcommon/bin/
-DISTNAME=	Browser282b2
-
-MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	Java/Swing-based LDAP Browser/Editor
-LICENSE=	restricted
-
-RESTRICTED=	"2.7 is known to be restricted, 2.8 is ambiguous"
-
-USE_JAVA=	yes
-JAVA_VERSION=	1.4+
-NO_BUILD=	yes
-NOMAN=		defined
-WRKSRC=		${WRKDIR}/${PORTNAME}
-
-do-install:
-	${MKDIR} ${PREFIX}/lib/ldapbrowser
-	cd ${WRKSRC} ; tar cf - . | ( cd ${PREFIX}/lib/ldapbrowser ; tar xf - )
-	${ECHO_CMD} "cd ${TRUE_PREFIX}/lib/ldapbrowser" > ${PREFIX}/bin/ldapbrowser
-	${ECHO_CMD} "sh ${TRUE_PREFIX}/lib/ldapbrowser/lbe.sh" >> ${PREFIX}/bin/ldapbrowser
-	${CHMOD} +x ${PREFIX}/bin/ldapbrowser
-
-.include <bsd.port.mk>
--- net/ldapbrowser/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (Browser282b2.tar.gz) = 810f8a3940644e5a750a4feec00494ff
-SHA256 (Browser282b2.tar.gz) = c5d30a79314610e28e6b66ef8be630ec8d349bf58b5693faf8de636084ca9ddf
-SIZE (Browser282b2.tar.gz) = 651283


More information about the Midnightbsd-cvs mailing list