Remove some GNOME1 packages that are unmaintained upstream and/or in

pkgsrc, in preparation for gnome1-libs removal(*).

There was no feedback for keeping these packages after my
HEADS UP mail to pkgsrc-users a week ago.

(*) More to come before that can happen, though.
This commit is contained in:
Thomas Klausner 2007-05-13 14:40:02 +00:00
parent 9437891daa
commit 3339c49c73
15 changed files with 1 additions and 215 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.2587 2007/05/13 09:30:41 tnn2 Exp $
# $Id: Makefile,v 1.2588 2007/05/13 14:40:02 thomasklausner Exp $
#
COMMENT= WIP pkgsrc packages
@ -206,7 +206,6 @@ SUBDIR+= dict-mueller7
SUBDIR+= dict-server
SUBDIR+= ding
SUBDIR+= directfb
SUBDIR+= directory-administrator
SUBDIR+= distella
SUBDIR+= diveintopython
SUBDIR+= dmd-bin
@ -343,7 +342,6 @@ SUBDIR+= gdal
SUBDIR+= gdal-docs
SUBDIR+= gdal-grass
SUBDIR+= gdal-lib
SUBDIR+= gdam
SUBDIR+= gde
SUBDIR+= gdhcpd
SUBDIR+= gdmap

View file

@ -1,14 +0,0 @@
Directory administrator is not a comprehensive and technical tool (e.g.
Novell ConsoleOne). On the contrary, Directory administrator minimizes
what's shown and maximizes functionality and ease of use.
Directory administrator is built for everyday system management: technical
expertise is not mandatory. Not even understanding how an LDAP directory
works is needed. Fire it up, create, delete and change your users and groups,
and that's it. Features such as type ahead find and keyboard navigation let
you quickly locate what you're looking for, while drag-and-drop and multiple
selections make your job easier,
In tandem with OpenLDAP or any other directory server, you can deploy a
solution equivalent to Microsoft's Active Directory, with no proprietary
traps, zero licensing fees and using secure, freely distributed software.

View file

@ -1,24 +0,0 @@
# $NetBSD: Makefile,v 1.12 2007/01/06 23:28:06 shattered Exp $
#
DISTNAME= directory_administrator-1.7.1
PKGNAME= ${DISTNAME:C/_/-/}
CATEGORIES= sysutils
MASTER_SITES= http://diradmin.open-it.org/releases/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://diradmin.open-it.org/
COMMENT= Smart LDAP directory management tool
USE_DIRS+= gnome1-1.5
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
.include "../../x11/gtk/buildlink3.mk"
.include "../../x11/gnome-libs/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../databases/openldap-client/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,23 +0,0 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/11 08:19:01 xtraeme Exp $
bin/directory_administrator
share/applications/dragonfear-directory_administrator.desktop
share/pixmaps/directory_administrator/briefcase.png
share/pixmaps/directory_administrator/byruddo.png
share/pixmaps/directory_administrator/cellphone.png
share/pixmaps/directory_administrator/diradminlogo.ico
share/pixmaps/directory_administrator/diradminlogo.png
share/pixmaps/directory_administrator/diradminlogo.xcf
share/pixmaps/directory_administrator/gnome-computer.png
share/pixmaps/directory_administrator/gnome-gnomecard.png
share/pixmaps/directory_administrator/gnome-who.png
share/pixmaps/directory_administrator/group-icon.xpm
share/pixmaps/directory_administrator/house.png
share/pixmaps/directory_administrator/ico-mail.png
share/pixmaps/directory_administrator/new-16.xpm
share/pixmaps/directory_administrator/new.xpm
share/pixmaps/directory_administrator/newgroup-16.xpm
share/pixmaps/directory_administrator/newgroup.xpm
share/pixmaps/directory_administrator/old-group-icon.xpm
share/pixmaps/directory_administrator/old-user-icon.xpm
share/pixmaps/directory_administrator/user-icon.xpm
@dirrm share/pixmaps/directory_administrator

View file

@ -1,8 +0,0 @@
$NetBSD: distinfo,v 1.3 2007/01/06 23:28:06 shattered Exp $
SHA1 (directory_administrator-1.7.1.tar.gz) = 458b8e7764dde1729abe03ecb8f9b0dcc4de11ec
RMD160 (directory_administrator-1.7.1.tar.gz) = fad58e822bf90e2864e72506defbb5572aaad318
Size (directory_administrator-1.7.1.tar.gz) = 473157 bytes
SHA1 (patch-ac) = 600515a3313b5751afbe918f550ad467bf8238e5
SHA1 (patch-ad) = 4b65bef5e8147e7eb2d37a7dd456b70aaafeffeb
SHA1 (patch-ae) = ef388dbbfd7105a7118d92d5be63009b16995d6a

View file

@ -1,20 +0,0 @@
$NetBSD: patch-ac,v 1.2 2007/01/06 23:28:06 shattered Exp $
--- src/charset.c.orig 2005-08-04 20:24:09.000000000 +0000
+++ src/charset.c
@@ -123,6 +123,7 @@ static char* get_current_charset(void)
char* replacement_table(char* string)
{
return NULL;
+#if 0
char*position;
char*tempstring,tempstring2;
int current;
@@ -140,6 +141,7 @@ char* replacement_table(char* string)
}
}
return tempstring;
+#endif
}
#ifdef HAVE_ICONV_OPEN

View file

@ -1,20 +0,0 @@
$NetBSD: patch-ad,v 1.2 2007/01/06 23:28:06 shattered Exp $
--- src/prefs.c.orig 2005-08-04 20:24:09.000000000 +0000
+++ src/prefs.c
@@ -33,6 +33,7 @@ load_prefs (void)
connection_profile *connprof = NULL;
gboolean is_default;
+ gint tls;
homedir = g_get_home_dir ();
@@ -50,7 +51,6 @@ load_prefs (void)
preferences.logindefaults.VUID_MAX = 60000;
preferences.logindefaults.VGID_MIN = 500;
preferences.logindefaults.VGID_MAX = 60000;
- gint tls;

View file

@ -1,13 +0,0 @@
$NetBSD: patch-ae,v 1.1 2003/06/11 10:01:19 cubidou Exp $
--- src/users.c.orig 2003-06-10 23:42:39.000000000 +0200
+++ src/users.c
@@ -25,7 +25,7 @@
#include "charset.h"
#include "mkntpwd.h"
-#ifdef FREEBSD
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
#include <des.h>
#else
#include <crypt.h>

View file

@ -1,23 +0,0 @@
GDAM is a digital dj mixing software package. It aims to be a powerful,
professional-quality music mixing and remixing system, suitable for live
performance. It was conceived on some beautiful summer morning (in 1998),
and developed with drive and enthusiasm that seemed completely unnatural.
Over four years later, we have achieved many of our goals; yet, development
continues. Here is a list of features:
* client-server architecture based around glib
* streaming and mixing of any number of mp3 files
* dynamic filter insertion and removal
* multiple sound device support (see the faq)
* plugin support
* cacheing / playing loops
* contiguous queueing - plays albums without gaps between songs, regardless of
output buffer size
* dj turntable-style interface
* assisted beat matching
* waveform viewer / beat calculator
* sequencer
* record from any point in the stream, to disk or another process
* gtk gui's, with simple skin support
* flexible command-line interface
* gdam123 - an mpg123 clone that talks to a gdam server

View file

@ -1,20 +0,0 @@
# $NetBSD: Makefile,v 1.4 2006/05/19 16:51:17 ykomatsu Exp $
#
DISTNAME= gdam-0.942
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gdam/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gdam.sourceforge.net/
COMMENT= Digital DJ audio mixer
DEPENDS+= mpg123>=0.0:../../audio/mpg123
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= yes
.include "../../devel/libglade/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1 +0,0 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/06 16:13:51 mpasternak Exp $

View file

@ -1,9 +0,0 @@
$Id: TODO,v 1.1.1.1 2004/03/06 16:13:51 mpasternak Exp $
1) make it build:
- semaphore.h on netbsd (patches/patch-ab)
- freebsd: problems with gnome-1.x packages
2) make PLIST
-- dotz@irc.pl

View file

@ -1,7 +0,0 @@
$NetBSD: distinfo,v 1.2 2005/09/28 06:41:18 rillig Exp $
SHA1 (gdam-0.942.tar.gz) = f1dc301893f4560f9c692f4af7cbf9d6a48fbff9
RMD160 (gdam-0.942.tar.gz) = bb481a67b5b59e9f80219b2caca8487a32f65750
Size (gdam-0.942.tar.gz) = 2347542 bytes
SHA1 (patch-aa) = ad6de017c94220e4b81d0fb0c8d4c673f599e588
SHA1 (patch-ab) = 42feb17fbfc0516fa7b53480ebc23fbef507527d

View file

@ -1,13 +0,0 @@
$NetBSD: patch-aa,v 1.1.1.1 2004/03/06 16:13:51 mpasternak Exp $
--- Makefile.in.orig Sat Mar 6 16:50:22 2004
+++ Makefile.in
@@ -110,7 +110,7 @@ package_host_cpu = @package_host_cpu@
SRC_SUBDIRS = common server client component skin gdam123 defaults cli
@HAVE_SGMLTOOLS_TRUE@doc_subdirs = doc
-SUBDIRS = build doc $(doc_subdirs) $(SRC_SUBDIRS)
+SUBDIRS = build $(SRC_SUBDIRS)
EXTRA_DIST = acgdam.m4 autogen.sh acconfig.h CONTRIBUTORS pkgwriteinfo.in

View file

@ -1,17 +0,0 @@
$NetBSD: patch-ab,v 1.1.1.1 2004/03/06 16:13:51 mpasternak Exp $
--- server/gdamcallbackdevice.h.orig Sat Mar 6 17:14:28 2004
+++ server/gdamcallbackdevice.h
@@ -29,7 +29,11 @@ typedef struct _GdamCallbackDevice GdamC
typedef struct _GdamCallbackDeviceClass GdamCallbackDeviceClass;
#include "gdamoutputdevice.h"
-#include <semaphore.h>
+#ifndef __NetBSD__
+# include <semaphore.h>
+#else
+#error No semaphore.h on NetBSD...
+#endif
#include <gdam/common/gdamfdpoll.h>
#ifdef __cplusplus