From 47a95eab1d7682046ae5e583426a9cdc75b3194f Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 5 Apr 2005 16:37:50 +0000 Subject: [PATCH] remove graphviz.cvt from tree - wrong license --- Makefile.am | 2 +- graphviz.cvt | 931 --------------------------------------------------- 2 files changed, 1 insertion(+), 932 deletions(-) delete mode 100644 graphviz.cvt diff --git a/Makefile.am b/Makefile.am index d51dabbe6..a56a1f3d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ doxygen: dist-hook: find $(distdir) -name CVS -type d -prune -exec rm -rf {} \; -EXTRA_DIST = $(txt) $(html) graphviz.spec.in graphviz.spec graphviz.cvt \ +EXTRA_DIST = $(txt) $(html) graphviz.spec.in graphviz.spec \ autogen.sh config/depcomp config/config.rpath ast_common.h.in \ Makefile.old Config.mk configure.old INSTALL.old \ Makeargs config.h.old compat_getopt.h iffe \ diff --git a/graphviz.cvt b/graphviz.cvt deleted file mode 100644 index 4c1f8f2a4..000000000 --- a/graphviz.cvt +++ /dev/null @@ -1,931 +0,0 @@ -/* - * this makefile copies and converts a standard automake/configure graphviz - * source package hierarchy to an ast nmake/iffe package hierarchy - * - * the ast hierarchy splits library components into separate directories - * and clearly delineates library private vs. installed headers and archives - * - * to convert: - * - * cd $PACKAGEROOT - * nmake -I lib/package -f original-graphviz-package-directory/graphviz.cvt - * - * to build: - * - * cd $PACKAGEROOT - * PACKAGEROOT=$PWD package make - */ - -graphviz :CONVERT: graphviz.spec.in - -:OMIT: CVS|?([Nn])[Mm]akefile?(.am|.in) - -:EDIT: - *.[chly] </"config.h"/g -s/\/gvconfig.h/g -s/\([[:space:]]\)configure\([[:space:]]\)/\1gvconfig.iffe\2/g -! - -:EDIT: - *.[ch] < $(<) - -$(INCLUDEDIR) :INSTALLDIR: gvconfig.h - -$(LIBDIR)/make :INSTALLDIR: pkg-graphviz.mk - -:: AUTHORS COPYING ChangeLog FAQ.html FAQ.txt INSTALL \ - CPL.html Makefile.am NEWS \ - README graphviz.mk CONVERT.mk -! - -:FILE: INITgraphviz gvconfig.iffe < - #undef HAVE__CNT_IN_FILE - #undef HAVE__ENDB_IN_FILE - #undef HAVE__IO_READ_END_IN_FILE - #undef HAVE__IO_READ_PTR_IN_FILE - #undef HAVE__NEXT_IN_FILE - #undef HAVE__R_IN_FILE - #define HAVE_ICONV 1 - #define HAVE_ICONV_T_DEF 1 - #define HAVE__ENDB_IN_FILE 1 - #define HAVE__NEXT_IN_FILE 1 - #define HAVE_STRERROR 1 - #define HAVE_STRCASECMP 1 - #define HAVE_STRNCASECMP 1 - #define HAVE_VSNPRINTF 1 - #define HAVE_ERRNO_DECL 1 - #define ENABLE_CODEGENS 1 - #define WITH_GIF 1 - #endif -}end -! - -:FILE: dot Makefile </s//GRAPHVIZ_\2/g -! - -:FILE: neato Makefile </s//GRAPHVIZ_\2/g -! - -:FILE: twopi Makefile </s//GRAPHVIZ_\2/g -! - -:FILE: fdp Makefile </s//GRAPHVIZ_\2/g -! - -:FILE: circo Makefile </s//GRAPHVIZ_\2/g -! - -:FILE: libdot Makefile < color_lib - $(NAWK) -f $(*:O=2) color_lib > colortbl.h - $(RM) color_lib - -ps.h : ps.txt stringize.awk - $(NAWK) -f $(*:O=2) $(*:O=1) > ps.h - -$(INCLUDEDIR) :INSTALLDIR: \ - adjust.h colortbl.h const.h dot.h dotprocs.h globals.h macros.h \ - neato.h neatoprocs.h pack.h ps.h render.h renderprocs.h types.h \ - utils.h gvrender.h gvrenderint.h pointset.h -! - -:EDIT: libdotneato globals.h renderprocs.h </s//GRAPHVIZ_\2/g -! - -:EDIT: libdotneato dotneato.h < -#include -. -! - -:FILE: libgd Makefile </m/"gvconfig.h"/ -! - -:FILE: libtwopi Makefile <" - [ellson]="John Ellson " - [erg]="Emden Gansner " - [ek]="Eleftherios Koutsofios " - [north]="Stephen North " - [kpv]="Kiem-Phong Vo " - [gmcw]="Gordon Woodhull " -) - -license=( - type=open - package=graphviz - since=1995 - author=ek+erg+north - - organization="Software and Systems Research" - - domain=research.att.com - corporation="AT&T" - company="Labs Research" - location="Florham Park NJ" - - url=http://www.${license.domain}/sw/license/${license.package}-${license.type}.html - bin=http://www.${license.domain}/sw/license/${license.package}-${license.type}-bin.html - - notice=' -This product contains certain software code or other -information ("AT&T Software") proprietary to AT&T Corp. -("AT&T"). The AT&T Software is provided to you "AS IS". YOU -ASSUME TOTAL RESPONSIBILITY AND RISK FOR USE OF THE AT&T -SOFTWARE. AT&T DOES NOT MAKE, AND EXPRESSLY DISCLAIMS, ANY -EXPRESS OR IMPLIED WARRANTIES OF ANY KIND WHATSOEVER, -INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, -WARRANTIES OF TITLE OR NON-INFRINGEMENT OF ANY INTELLECTUAL -PROPERTY RIGHTS, ANY WARRANTIES ARISING BY USAGE OF TRADE, -COURSE OF DEALING OR COURSE OF PERFORMANCE, OR ANY WARRANTY -THAT THE AT&T SOFTWARE IS "ERROR FREE" OR WILL MEET YOUR -REQUIREMENTS. - -Unless you accept a license to use the AT&T Software, you -shall not reverse compile, disassemble or otherwise reverse -engineer this product to ascertain the source code for any -AT&T Software. - -Copyright (c) AT&T Corp. -All rights reserved. -AT&T is a registered trademark of AT&T Corp. -' -) -! - -:FILE: ../lib/package/LICENSES graphviz <