diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /devel | |
parent | Despite what I said before, this is the official INDEX file for (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'devel')
318 files changed, 0 insertions, 9339 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile deleted file mode 100644 index 52fde42048f2..000000000000 --- a/devel/ORBit2/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: orbit -# Version required: 0.4.3 -# Date Created: 16 Aug 1998 -# Whom: Chia-liang Kao <clkao@CirX.ORG> -# -# $Id: Makefile,v 1.17 1999/04/16 05:48:40 taoka Exp $ -# - -DISTNAME= ORBit-0.4.3 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/ORBit - -MAINTAINER= clkao@CirX.ORG - -LIB_DEPENDS= glib12.1:${PORTSDIR}/devel/glib12 - -GNU_CONFIGURE= yes -USE_GMAKE= yes - -CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" -CONFIGURE_ARGS= --disable-indent - -pre-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - -.include <bsd.port.mk> diff --git a/devel/ORBit2/distinfo b/devel/ORBit2/distinfo deleted file mode 100644 index 8ded6e39fd42..000000000000 --- a/devel/ORBit2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ORBit-0.4.3.tar.gz) = 758e7a4692d6ac8bb6393663162f45eb diff --git a/devel/ORBit2/files/patch-ab b/devel/ORBit2/files/patch-ab deleted file mode 100644 index 2f0283ffae3c..000000000000 --- a/devel/ORBit2/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Feb 15 12:59:53 1999 -+++ Makefile.in Thu Feb 18 22:37:23 1999 -@@ -92,7 +92,7 @@ - - AUTOMAKE_OPTIONS = 1.3 # required version of automake. - --SUBDIRS = popt libIDL src test -+SUBDIRS = popt libIDL src - - bin_SCRIPTS = orbit-config - diff --git a/devel/ORBit2/files/patch-ac b/devel/ORBit2/files/patch-ac deleted file mode 100644 index a4ebc3344f61..000000000000 --- a/devel/ORBit2/files/patch-ac +++ /dev/null @@ -1,82 +0,0 @@ ---- src/IIOP/Makefile.in.orig Mon Feb 15 13:00:01 1999 -+++ src/IIOP/Makefile.in Thu Feb 18 22:36:39 1999 -@@ -109,7 +109,7 @@ - - BUILT_SOURCES = $(libwrap_files) - --libIIOP_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -+libIIOP_la_LDFLAGS = -version-info 1:0:0 - - EXTRA_DIST = IIOP-design.txt - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs ---- src/ORBitutil/Makefile.in.orig Mon Feb 15 13:00:00 1999 -+++ src/ORBitutil/Makefile.in Thu Feb 18 22:36:39 1999 -@@ -102,7 +102,7 @@ - libORBitutilinclude_HEADERS = basic_types.h thread-safety.h trace.h util.h compat.h - - --libORBitutil_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -+libORBitutil_la_LDFLAGS = -version-info 1:0:0 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../../config.h - CONFIG_CLEAN_FILES = ---- src/orb/Makefile.in.orig Mon Feb 15 12:59:59 1999 -+++ src/orb/Makefile.in Thu Feb 18 22:36:39 1999 -@@ -106,7 +106,7 @@ - IDL = $(top_builddir)/src/idl-compiler/orbit-idl - IRIDL = $(top_srcdir)/src/daemons/interface_repository/interface_repository.idl - --libORBit_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -+libORBit_la_LDFLAGS = -version-info 1:0:0 - libORBit_la_LIBADD = $(GLIB_LIBS) -lm - - BUILT_SOURCES = interface_repository.h interface_repository-common.c interface_repository-stubs.c ---- src/services/name/Makefile.in.orig Mon Feb 15 13:00:03 1999 -+++ src/services/name/Makefile.in Thu Feb 18 22:40:23 1999 -@@ -104,7 +104,7 @@ - libORBitservicesinclude_HEADERS = CosNaming.h CosNaming_impl.h CosNaming.idl LName.pidl - - --libORBitCosNaming_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -+libORBitCosNaming_la_LDFLAGS = -version-info 1:0:0 - - - INCLUDES = -I. -I$(top_builddir)/src -I$(top_srcdir)/src @GLIB_CFLAGS@ ---- libIDL/Makefile.in.orig Thu Feb 25 17:17:07 1999 -+++ libIDL/Makefile.in Mon Mar 1 18:54:57 1999 -@@ -89,7 +89,7 @@ - LT_RELEASE = @LT_RELEASE@ - LT_REVISION = @LT_REVISION@ - MAINT = @MAINT@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - NM = @NM@ - PACKAGE = @PACKAGE@ - RANLIB = @RANLIB@ -@@ -120,7 +120,7 @@ - - libIDL_la_SOURCES = parser.c parser.h lexer.c ns.c util.c util.h rename.h - --libIDL_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -+libIDL_la_LDFLAGS = -version-info 1:0:0 - - - m4datadir = $(datadir)/aclocal -@@ -130,7 +130,7 @@ - tstidl_LDFLAGS = -static - tstidl_LDADD = libIDL.la - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = libIDLConf.sh - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -@@ -580,7 +580,7 @@ - uninstall-info uninstall-confexecDATA \ - uninstall-m4dataDATA uninstall-pkgincludeHEADERS - uninstall: uninstall-am --all-am: Makefile $(INFO_DEPS) $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) \ -+all-am: Makefile $(INFO_DEPS) $(LTLIBRARIES) $(SCRIPTS) \ - $(DATA) $(HEADERS) - all-redirect: all-am - install-strip: diff --git a/devel/ORBit2/files/patch-ad b/devel/ORBit2/files/patch-ad deleted file mode 100644 index bc0a5f58b9c9..000000000000 --- a/devel/ORBit2/files/patch-ad +++ /dev/null @@ -1,24 +0,0 @@ ---- orbit-config.in.orig Tue Dec 29 04:35:37 1998 -+++ orbit-config.in Tue Dec 29 04:35:58 1998 -@@ -27,8 +27,8 @@ - - Known values for TARGET are: - -- client (calls glib-config) -- server (calls glib-config) -+ client (calls glib12-config) -+ server (calls glib12-config) - EOF - - exit $1 -@@ -86,8 +86,8 @@ - ;; - - client|server) -- the_libs="$the_libs -L@libdir@ -lORBit -lIIOP -lORBitutil `glib-config --libs` @LIBS@ -lm" -- the_flags="$the_flags `glib-config --cflags` -I@includedir@" -+ the_libs="$the_libs -L@libdir@ -lORBit -lIIOP -lORBitutil `glib12-config --libs` @LIBS@ -lm" -+ the_flags="$the_flags `glib12-config --cflags` -I@includedir@" - ;; - - --use-service=*) diff --git a/devel/ORBit2/files/patch-ae b/devel/ORBit2/files/patch-ae deleted file mode 100644 index 1468b8fed6bd..000000000000 --- a/devel/ORBit2/files/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Fri Feb 19 00:50:06 1999 -+++ configure Fri Feb 19 00:50:21 1999 -@@ -5288,10 +5288,6 @@ - *) # Relative path. - ac_sub_cache_file="$ac_dots$cache_file" ;; - esac -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac - - echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" - # The eval makes quoting arguments work. diff --git a/devel/ORBit2/pkg-comment b/devel/ORBit2/pkg-comment deleted file mode 100644 index 2940a9f1f17f..000000000000 --- a/devel/ORBit2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -high-performance CORBA ORB with support for the C language diff --git a/devel/ORBit2/pkg-descr b/devel/ORBit2/pkg-descr deleted file mode 100644 index 8336574a1661..000000000000 --- a/devel/ORBit2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -ORBit is a high-performance CORBA ORB with support for the C language. -It allows programs to send requests and receive replies from other -programs, regardless of the locations of the two programs. diff --git a/devel/ORBit2/pkg-plist b/devel/ORBit2/pkg-plist deleted file mode 100644 index f1424dd5e314..000000000000 --- a/devel/ORBit2/pkg-plist +++ /dev/null @@ -1,100 +0,0 @@ -bin/libIDL-config -bin/name-client -bin/old-name-server -bin/orbit-config -bin/orbit-event-server -bin/orbit-idl -bin/orbit-ird -bin/orbit-name-server -etc/libIDLConf.sh -include/IIOP/IIOP-config.h -include/IIOP/IIOP-types.h -include/IIOP/IIOP.h -include/IIOP/giop-msg-buffer.h -include/IIOP/iiop-encoders.h -include/IIOP/iiop-endian.h -include/ORBitservices/CosEventChannel.idl -include/ORBitservices/CosEventComm.idl -include/ORBitservices/CosNaming.h -include/ORBitservices/CosNaming.idl -include/ORBitservices/CosNaming_impl.h -include/ORBitservices/CosTypedEventChannel.idl -include/ORBitservices/CosTypedEventComm.idl -include/ORBitservices/LName.pidl -include/ORBitutil/basic_types.h -include/ORBitutil/compat.h -include/ORBitutil/thread-safety.h -include/ORBitutil/trace.h -include/ORBitutil/util.h -include/libIDL/IDL.h -include/orb/allocator-defs.h -include/orb/allocators.h -include/orb/cdr.h -include/orb/corba_any.h -include/orb/corba_any_proto.h -include/orb/corba_any_type.h -include/orb/corba_basic_sequences_type.h -include/orb/corba_env.h -include/orb/corba_env_type.h -include/orb/corba_object.h -include/orb/corba_object_type.h -include/orb/corba_orb.h -include/orb/corba_orb_type.h -include/orb/corba_portableserver.h -include/orb/corba_portableserver_type.h -include/orb/corba_sequences.h -include/orb/corba_sequences_type.h -include/orb/corba_typecode.h -include/orb/corba_typecode_type.h -include/orb/dii.h -include/orb/dynany.h -include/orb/env.h -include/orb/interface_repository.h -include/orb/iop.h -include/orb/ir.h -include/orb/options.h -include/orb/orb.h -include/orb/orbit.h -include/orb/orbit_config.h -include/orb/orbit_object.h -include/orb/orbit_object_type.h -include/orb/orbit_poa.h -include/orb/orbit_poa_type.h -include/orb/orbit_typecode.h -include/orb/orbit_types.h -include/orb/poa.h -include/orb/sequences.h -include/orb/typecode.h -@unexec install-info --delete %D/info/libIDL.info %D/info/dir -info/libIDL.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/libIDL.info %D/info/dir -lib/libIDL.a -lib/libIDL.la -lib/libIDL.so -lib/libIDL.so.1 -lib/libIIOP.a -lib/libIIOP.la -lib/libIIOP.so -lib/libIIOP.so.1 -lib/libORBit.a -lib/libORBit.la -lib/libORBit.so -lib/libORBit.so.1 -lib/libORBitCosNaming.a -lib/libORBitCosNaming.la -lib/libORBitCosNaming.so -lib/libORBitCosNaming.so.1 -lib/libORBitutil.a -lib/libORBitutil.la -lib/libORBitutil.so -lib/libORBitutil.so.1 -lib/libname-server.a -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -share/aclocal/libIDL.m4 -@dirrm include/IIOP -@dirrm include/ORBitservices -@dirrm include/ORBitutil -@dirrm include/libIDL -@dirrm include/orb diff --git a/devel/autoconf253/Makefile b/devel/autoconf253/Makefile deleted file mode 100644 index d5ebb8d877f6..000000000000 --- a/devel/autoconf253/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: autoconf -# Version required: 2.13 -# Date created: 7 October 1995 -# Whom: torstenb@FreeBSD.ORG -# -# $Id: Makefile,v 1.16 1999/01/26 01:54:49 steve Exp $ -# - -DISTNAME= autoconf-2.13 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= autoconf - -MAINTAINER= torstenb@FreeBSD.ORG - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -GNU_CONFIGURE= yes -CONFIGURE_ENV= M4=${PREFIX}/bin/gm4 - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir - @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/devel/autoconf253/distinfo b/devel/autoconf253/distinfo deleted file mode 100644 index 2d69fe001235..000000000000 --- a/devel/autoconf253/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (autoconf-2.13.tar.gz) = 9de56d4a161a723228220b0f425dc711 diff --git a/devel/autoconf253/files/patch-aa b/devel/autoconf253/files/patch-aa deleted file mode 100644 index eefb2438ca51..000000000000 --- a/devel/autoconf253/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.in.orig Tue Jan 5 08:27:16 1999 -+++ Makefile.in Sat Jan 23 23:29:33 1999 -@@ -141,7 +141,7 @@ - - install: all $(M4FILES) acconfig.h installdirs install-info - for p in $(ASCRIPTS); do \ -- $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ -+ $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ - done - for i in $(M4FROZEN); do \ - $(INSTALL_DATA) $$i $(acdatadir)/$$i; \ -@@ -150,9 +150,9 @@ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done - -if test -f autoscan; then \ -- $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ -+ $(INSTALL) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ - for i in acfunctions acheaders acidentifiers acprograms \ -- acmakevars; do \ -+ acmakevars config.guess config.sub; do \ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done; \ - else :; fi diff --git a/devel/autoconf253/files/patch-ab b/devel/autoconf253/files/patch-ab deleted file mode 100644 index d15dbdf44250..000000000000 --- a/devel/autoconf253/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- autoconf.texi.orig Tue Jan 5 08:28:37 1999 -+++ autoconf.texi Sat Jan 23 23:34:43 1999 -@@ -4,6 +4,7 @@ - @settitle Autoconf - @c For double-sided printing, uncomment: - @c @setchapternewpage odd -+@dircategory Programming & development tools - @c %**end of header - - @set EDITION 2.13 diff --git a/devel/autoconf253/files/patch-ac b/devel/autoconf253/files/patch-ac deleted file mode 100644 index cfeaeef83ba2..000000000000 --- a/devel/autoconf253/files/patch-ac +++ /dev/null @@ -1,17 +0,0 @@ ---- standards.texi.orig Tue Jan 5 08:29:22 1999 -+++ standards.texi Sat Jan 23 23:36:36 1999 -@@ -4,12 +4,13 @@ - @settitle GNU Coding Standards - @c This date is automagically updated when you save this file: - @set lastupdate August 26, 1998 -+@dircategory Programming & development tools - @c %**end of header - - @ifinfo - @format - START-INFO-DIR-ENTRY --* Standards: (standards). GNU coding standards. -+* Standards: (standards). GNU coding standards. - END-INFO-DIR-ENTRY - @end format - @end ifinfo diff --git a/devel/autoconf253/pkg-comment b/devel/autoconf253/pkg-comment deleted file mode 100644 index 6922f03c2b32..000000000000 --- a/devel/autoconf253/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Automatically configure source code on many Un*x platforms diff --git a/devel/autoconf253/pkg-descr b/devel/autoconf253/pkg-descr deleted file mode 100644 index 61da7cbcafe8..000000000000 --- a/devel/autoconf253/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Autoconf is an extensible package of m4 macros that produce shell -scripts to automatically configure software source code packages. -These scripts can adapt the packages to many kinds of UNIX-like -systems without manual user intervention. Autoconf creates a -configuration script for a package from a template file that lists the -operating system features that the package can use, in the form of m4 -macro calls. diff --git a/devel/autoconf253/pkg-plist b/devel/autoconf253/pkg-plist deleted file mode 100644 index 233bb347b661..000000000000 --- a/devel/autoconf253/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -bin/autoconf -bin/autoheader -bin/autoreconf -bin/autoscan -bin/autoupdate -bin/ifnames -@unexec install-info --delete %D/info/autoconf.info %D/info/dir -@unexec install-info --delete %D/info/standards.info %D/info/dir -info/autoconf.info -info/standards.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/autoconf.info %D/info/dir -@exec install-info %D/info/standards.info %D/info/dir -share/autoconf/acconfig.h -share/autoconf/acfunctions -share/autoconf/acgeneral.m4 -share/autoconf/acheaders -share/autoconf/acidentifiers -share/autoconf/acmakevars -share/autoconf/acoldnames.m4 -share/autoconf/acprograms -share/autoconf/acspecific.m4 -share/autoconf/autoconf.m4 -share/autoconf/autoconf.m4f -share/autoconf/autoheader.m4 -share/autoconf/autoheader.m4f -share/autoconf/config.guess -share/autoconf/config.sub -@dirrm share/autoconf diff --git a/devel/autoconf254/Makefile b/devel/autoconf254/Makefile deleted file mode 100644 index d5ebb8d877f6..000000000000 --- a/devel/autoconf254/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: autoconf -# Version required: 2.13 -# Date created: 7 October 1995 -# Whom: torstenb@FreeBSD.ORG -# -# $Id: Makefile,v 1.16 1999/01/26 01:54:49 steve Exp $ -# - -DISTNAME= autoconf-2.13 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= autoconf - -MAINTAINER= torstenb@FreeBSD.ORG - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -GNU_CONFIGURE= yes -CONFIGURE_ENV= M4=${PREFIX}/bin/gm4 - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir - @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/devel/autoconf254/distinfo b/devel/autoconf254/distinfo deleted file mode 100644 index 2d69fe001235..000000000000 --- a/devel/autoconf254/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (autoconf-2.13.tar.gz) = 9de56d4a161a723228220b0f425dc711 diff --git a/devel/autoconf254/files/patch-aa b/devel/autoconf254/files/patch-aa deleted file mode 100644 index eefb2438ca51..000000000000 --- a/devel/autoconf254/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.in.orig Tue Jan 5 08:27:16 1999 -+++ Makefile.in Sat Jan 23 23:29:33 1999 -@@ -141,7 +141,7 @@ - - install: all $(M4FILES) acconfig.h installdirs install-info - for p in $(ASCRIPTS); do \ -- $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ -+ $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ - done - for i in $(M4FROZEN); do \ - $(INSTALL_DATA) $$i $(acdatadir)/$$i; \ -@@ -150,9 +150,9 @@ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done - -if test -f autoscan; then \ -- $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ -+ $(INSTALL) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ - for i in acfunctions acheaders acidentifiers acprograms \ -- acmakevars; do \ -+ acmakevars config.guess config.sub; do \ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done; \ - else :; fi diff --git a/devel/autoconf254/files/patch-ab b/devel/autoconf254/files/patch-ab deleted file mode 100644 index d15dbdf44250..000000000000 --- a/devel/autoconf254/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- autoconf.texi.orig Tue Jan 5 08:28:37 1999 -+++ autoconf.texi Sat Jan 23 23:34:43 1999 -@@ -4,6 +4,7 @@ - @settitle Autoconf - @c For double-sided printing, uncomment: - @c @setchapternewpage odd -+@dircategory Programming & development tools - @c %**end of header - - @set EDITION 2.13 diff --git a/devel/autoconf254/files/patch-ac b/devel/autoconf254/files/patch-ac deleted file mode 100644 index cfeaeef83ba2..000000000000 --- a/devel/autoconf254/files/patch-ac +++ /dev/null @@ -1,17 +0,0 @@ ---- standards.texi.orig Tue Jan 5 08:29:22 1999 -+++ standards.texi Sat Jan 23 23:36:36 1999 -@@ -4,12 +4,13 @@ - @settitle GNU Coding Standards - @c This date is automagically updated when you save this file: - @set lastupdate August 26, 1998 -+@dircategory Programming & development tools - @c %**end of header - - @ifinfo - @format - START-INFO-DIR-ENTRY --* Standards: (standards). GNU coding standards. -+* Standards: (standards). GNU coding standards. - END-INFO-DIR-ENTRY - @end format - @end ifinfo diff --git a/devel/autoconf254/pkg-comment b/devel/autoconf254/pkg-comment deleted file mode 100644 index 6922f03c2b32..000000000000 --- a/devel/autoconf254/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Automatically configure source code on many Un*x platforms diff --git a/devel/autoconf254/pkg-descr b/devel/autoconf254/pkg-descr deleted file mode 100644 index 61da7cbcafe8..000000000000 --- a/devel/autoconf254/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Autoconf is an extensible package of m4 macros that produce shell -scripts to automatically configure software source code packages. -These scripts can adapt the packages to many kinds of UNIX-like -systems without manual user intervention. Autoconf creates a -configuration script for a package from a template file that lists the -operating system features that the package can use, in the form of m4 -macro calls. diff --git a/devel/autoconf254/pkg-plist b/devel/autoconf254/pkg-plist deleted file mode 100644 index 233bb347b661..000000000000 --- a/devel/autoconf254/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -bin/autoconf -bin/autoheader -bin/autoreconf -bin/autoscan -bin/autoupdate -bin/ifnames -@unexec install-info --delete %D/info/autoconf.info %D/info/dir -@unexec install-info --delete %D/info/standards.info %D/info/dir -info/autoconf.info -info/standards.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/autoconf.info %D/info/dir -@exec install-info %D/info/standards.info %D/info/dir -share/autoconf/acconfig.h -share/autoconf/acfunctions -share/autoconf/acgeneral.m4 -share/autoconf/acheaders -share/autoconf/acidentifiers -share/autoconf/acmakevars -share/autoconf/acoldnames.m4 -share/autoconf/acprograms -share/autoconf/acspecific.m4 -share/autoconf/autoconf.m4 -share/autoconf/autoconf.m4f -share/autoconf/autoheader.m4 -share/autoconf/autoheader.m4f -share/autoconf/config.guess -share/autoconf/config.sub -@dirrm share/autoconf diff --git a/devel/autoconf257/Makefile b/devel/autoconf257/Makefile deleted file mode 100644 index d5ebb8d877f6..000000000000 --- a/devel/autoconf257/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: autoconf -# Version required: 2.13 -# Date created: 7 October 1995 -# Whom: torstenb@FreeBSD.ORG -# -# $Id: Makefile,v 1.16 1999/01/26 01:54:49 steve Exp $ -# - -DISTNAME= autoconf-2.13 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= autoconf - -MAINTAINER= torstenb@FreeBSD.ORG - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -GNU_CONFIGURE= yes -CONFIGURE_ENV= M4=${PREFIX}/bin/gm4 - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir - @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/devel/autoconf257/distinfo b/devel/autoconf257/distinfo deleted file mode 100644 index 2d69fe001235..000000000000 --- a/devel/autoconf257/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (autoconf-2.13.tar.gz) = 9de56d4a161a723228220b0f425dc711 diff --git a/devel/autoconf257/files/patch-aa b/devel/autoconf257/files/patch-aa deleted file mode 100644 index eefb2438ca51..000000000000 --- a/devel/autoconf257/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.in.orig Tue Jan 5 08:27:16 1999 -+++ Makefile.in Sat Jan 23 23:29:33 1999 -@@ -141,7 +141,7 @@ - - install: all $(M4FILES) acconfig.h installdirs install-info - for p in $(ASCRIPTS); do \ -- $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ -+ $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ - done - for i in $(M4FROZEN); do \ - $(INSTALL_DATA) $$i $(acdatadir)/$$i; \ -@@ -150,9 +150,9 @@ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done - -if test -f autoscan; then \ -- $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ -+ $(INSTALL) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ - for i in acfunctions acheaders acidentifiers acprograms \ -- acmakevars; do \ -+ acmakevars config.guess config.sub; do \ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done; \ - else :; fi diff --git a/devel/autoconf257/files/patch-ab b/devel/autoconf257/files/patch-ab deleted file mode 100644 index d15dbdf44250..000000000000 --- a/devel/autoconf257/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- autoconf.texi.orig Tue Jan 5 08:28:37 1999 -+++ autoconf.texi Sat Jan 23 23:34:43 1999 -@@ -4,6 +4,7 @@ - @settitle Autoconf - @c For double-sided printing, uncomment: - @c @setchapternewpage odd -+@dircategory Programming & development tools - @c %**end of header - - @set EDITION 2.13 diff --git a/devel/autoconf257/files/patch-ac b/devel/autoconf257/files/patch-ac deleted file mode 100644 index cfeaeef83ba2..000000000000 --- a/devel/autoconf257/files/patch-ac +++ /dev/null @@ -1,17 +0,0 @@ ---- standards.texi.orig Tue Jan 5 08:29:22 1999 -+++ standards.texi Sat Jan 23 23:36:36 1999 -@@ -4,12 +4,13 @@ - @settitle GNU Coding Standards - @c This date is automagically updated when you save this file: - @set lastupdate August 26, 1998 -+@dircategory Programming & development tools - @c %**end of header - - @ifinfo - @format - START-INFO-DIR-ENTRY --* Standards: (standards). GNU coding standards. -+* Standards: (standards). GNU coding standards. - END-INFO-DIR-ENTRY - @end format - @end ifinfo diff --git a/devel/autoconf257/pkg-comment b/devel/autoconf257/pkg-comment deleted file mode 100644 index 6922f03c2b32..000000000000 --- a/devel/autoconf257/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Automatically configure source code on many Un*x platforms diff --git a/devel/autoconf257/pkg-descr b/devel/autoconf257/pkg-descr deleted file mode 100644 index 61da7cbcafe8..000000000000 --- a/devel/autoconf257/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Autoconf is an extensible package of m4 macros that produce shell -scripts to automatically configure software source code packages. -These scripts can adapt the packages to many kinds of UNIX-like -systems without manual user intervention. Autoconf creates a -configuration script for a package from a template file that lists the -operating system features that the package can use, in the form of m4 -macro calls. diff --git a/devel/autoconf257/pkg-plist b/devel/autoconf257/pkg-plist deleted file mode 100644 index 233bb347b661..000000000000 --- a/devel/autoconf257/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -bin/autoconf -bin/autoheader -bin/autoreconf -bin/autoscan -bin/autoupdate -bin/ifnames -@unexec install-info --delete %D/info/autoconf.info %D/info/dir -@unexec install-info --delete %D/info/standards.info %D/info/dir -info/autoconf.info -info/standards.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/autoconf.info %D/info/dir -@exec install-info %D/info/standards.info %D/info/dir -share/autoconf/acconfig.h -share/autoconf/acfunctions -share/autoconf/acgeneral.m4 -share/autoconf/acheaders -share/autoconf/acidentifiers -share/autoconf/acmakevars -share/autoconf/acoldnames.m4 -share/autoconf/acprograms -share/autoconf/acspecific.m4 -share/autoconf/autoconf.m4 -share/autoconf/autoconf.m4f -share/autoconf/autoheader.m4 -share/autoconf/autoheader.m4f -share/autoconf/config.guess -share/autoconf/config.sub -@dirrm share/autoconf diff --git a/devel/autoconf259/Makefile b/devel/autoconf259/Makefile deleted file mode 100644 index d5ebb8d877f6..000000000000 --- a/devel/autoconf259/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: autoconf -# Version required: 2.13 -# Date created: 7 October 1995 -# Whom: torstenb@FreeBSD.ORG -# -# $Id: Makefile,v 1.16 1999/01/26 01:54:49 steve Exp $ -# - -DISTNAME= autoconf-2.13 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= autoconf - -MAINTAINER= torstenb@FreeBSD.ORG - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -GNU_CONFIGURE= yes -CONFIGURE_ENV= M4=${PREFIX}/bin/gm4 - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir - @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/devel/autoconf259/distinfo b/devel/autoconf259/distinfo deleted file mode 100644 index 2d69fe001235..000000000000 --- a/devel/autoconf259/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (autoconf-2.13.tar.gz) = 9de56d4a161a723228220b0f425dc711 diff --git a/devel/autoconf259/files/patch-aa b/devel/autoconf259/files/patch-aa deleted file mode 100644 index eefb2438ca51..000000000000 --- a/devel/autoconf259/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.in.orig Tue Jan 5 08:27:16 1999 -+++ Makefile.in Sat Jan 23 23:29:33 1999 -@@ -141,7 +141,7 @@ - - install: all $(M4FILES) acconfig.h installdirs install-info - for p in $(ASCRIPTS); do \ -- $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ -+ $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ - done - for i in $(M4FROZEN); do \ - $(INSTALL_DATA) $$i $(acdatadir)/$$i; \ -@@ -150,9 +150,9 @@ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done - -if test -f autoscan; then \ -- $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ -+ $(INSTALL) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ - for i in acfunctions acheaders acidentifiers acprograms \ -- acmakevars; do \ -+ acmakevars config.guess config.sub; do \ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done; \ - else :; fi diff --git a/devel/autoconf259/files/patch-ab b/devel/autoconf259/files/patch-ab deleted file mode 100644 index d15dbdf44250..000000000000 --- a/devel/autoconf259/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- autoconf.texi.orig Tue Jan 5 08:28:37 1999 -+++ autoconf.texi Sat Jan 23 23:34:43 1999 -@@ -4,6 +4,7 @@ - @settitle Autoconf - @c For double-sided printing, uncomment: - @c @setchapternewpage odd -+@dircategory Programming & development tools - @c %**end of header - - @set EDITION 2.13 diff --git a/devel/autoconf259/files/patch-ac b/devel/autoconf259/files/patch-ac deleted file mode 100644 index cfeaeef83ba2..000000000000 --- a/devel/autoconf259/files/patch-ac +++ /dev/null @@ -1,17 +0,0 @@ ---- standards.texi.orig Tue Jan 5 08:29:22 1999 -+++ standards.texi Sat Jan 23 23:36:36 1999 -@@ -4,12 +4,13 @@ - @settitle GNU Coding Standards - @c This date is automagically updated when you save this file: - @set lastupdate August 26, 1998 -+@dircategory Programming & development tools - @c %**end of header - - @ifinfo - @format - START-INFO-DIR-ENTRY --* Standards: (standards). GNU coding standards. -+* Standards: (standards). GNU coding standards. - END-INFO-DIR-ENTRY - @end format - @end ifinfo diff --git a/devel/autoconf259/pkg-comment b/devel/autoconf259/pkg-comment deleted file mode 100644 index 6922f03c2b32..000000000000 --- a/devel/autoconf259/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Automatically configure source code on many Un*x platforms diff --git a/devel/autoconf259/pkg-descr b/devel/autoconf259/pkg-descr deleted file mode 100644 index 61da7cbcafe8..000000000000 --- a/devel/autoconf259/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Autoconf is an extensible package of m4 macros that produce shell -scripts to automatically configure software source code packages. -These scripts can adapt the packages to many kinds of UNIX-like -systems without manual user intervention. Autoconf creates a -configuration script for a package from a template file that lists the -operating system features that the package can use, in the form of m4 -macro calls. diff --git a/devel/autoconf259/pkg-plist b/devel/autoconf259/pkg-plist deleted file mode 100644 index 233bb347b661..000000000000 --- a/devel/autoconf259/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -bin/autoconf -bin/autoheader -bin/autoreconf -bin/autoscan -bin/autoupdate -bin/ifnames -@unexec install-info --delete %D/info/autoconf.info %D/info/dir -@unexec install-info --delete %D/info/standards.info %D/info/dir -info/autoconf.info -info/standards.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/autoconf.info %D/info/dir -@exec install-info %D/info/standards.info %D/info/dir -share/autoconf/acconfig.h -share/autoconf/acfunctions -share/autoconf/acgeneral.m4 -share/autoconf/acheaders -share/autoconf/acidentifiers -share/autoconf/acmakevars -share/autoconf/acoldnames.m4 -share/autoconf/acprograms -share/autoconf/acspecific.m4 -share/autoconf/autoconf.m4 -share/autoconf/autoconf.m4f -share/autoconf/autoheader.m4 -share/autoconf/autoheader.m4f -share/autoconf/config.guess -share/autoconf/config.sub -@dirrm share/autoconf diff --git a/devel/autoconf26/Makefile b/devel/autoconf26/Makefile deleted file mode 100644 index d5ebb8d877f6..000000000000 --- a/devel/autoconf26/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: autoconf -# Version required: 2.13 -# Date created: 7 October 1995 -# Whom: torstenb@FreeBSD.ORG -# -# $Id: Makefile,v 1.16 1999/01/26 01:54:49 steve Exp $ -# - -DISTNAME= autoconf-2.13 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= autoconf - -MAINTAINER= torstenb@FreeBSD.ORG - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -GNU_CONFIGURE= yes -CONFIGURE_ENV= M4=${PREFIX}/bin/gm4 - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir - @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/devel/autoconf26/distinfo b/devel/autoconf26/distinfo deleted file mode 100644 index 2d69fe001235..000000000000 --- a/devel/autoconf26/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (autoconf-2.13.tar.gz) = 9de56d4a161a723228220b0f425dc711 diff --git a/devel/autoconf26/files/patch-aa b/devel/autoconf26/files/patch-aa deleted file mode 100644 index eefb2438ca51..000000000000 --- a/devel/autoconf26/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.in.orig Tue Jan 5 08:27:16 1999 -+++ Makefile.in Sat Jan 23 23:29:33 1999 -@@ -141,7 +141,7 @@ - - install: all $(M4FILES) acconfig.h installdirs install-info - for p in $(ASCRIPTS); do \ -- $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ -+ $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ - done - for i in $(M4FROZEN); do \ - $(INSTALL_DATA) $$i $(acdatadir)/$$i; \ -@@ -150,9 +150,9 @@ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done - -if test -f autoscan; then \ -- $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ -+ $(INSTALL) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ - for i in acfunctions acheaders acidentifiers acprograms \ -- acmakevars; do \ -+ acmakevars config.guess config.sub; do \ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done; \ - else :; fi diff --git a/devel/autoconf26/files/patch-ab b/devel/autoconf26/files/patch-ab deleted file mode 100644 index d15dbdf44250..000000000000 --- a/devel/autoconf26/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- autoconf.texi.orig Tue Jan 5 08:28:37 1999 -+++ autoconf.texi Sat Jan 23 23:34:43 1999 -@@ -4,6 +4,7 @@ - @settitle Autoconf - @c For double-sided printing, uncomment: - @c @setchapternewpage odd -+@dircategory Programming & development tools - @c %**end of header - - @set EDITION 2.13 diff --git a/devel/autoconf26/files/patch-ac b/devel/autoconf26/files/patch-ac deleted file mode 100644 index cfeaeef83ba2..000000000000 --- a/devel/autoconf26/files/patch-ac +++ /dev/null @@ -1,17 +0,0 @@ ---- standards.texi.orig Tue Jan 5 08:29:22 1999 -+++ standards.texi Sat Jan 23 23:36:36 1999 -@@ -4,12 +4,13 @@ - @settitle GNU Coding Standards - @c This date is automagically updated when you save this file: - @set lastupdate August 26, 1998 -+@dircategory Programming & development tools - @c %**end of header - - @ifinfo - @format - START-INFO-DIR-ENTRY --* Standards: (standards). GNU coding standards. -+* Standards: (standards). GNU coding standards. - END-INFO-DIR-ENTRY - @end format - @end ifinfo diff --git a/devel/autoconf26/pkg-comment b/devel/autoconf26/pkg-comment deleted file mode 100644 index 6922f03c2b32..000000000000 --- a/devel/autoconf26/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Automatically configure source code on many Un*x platforms diff --git a/devel/autoconf26/pkg-descr b/devel/autoconf26/pkg-descr deleted file mode 100644 index 61da7cbcafe8..000000000000 --- a/devel/autoconf26/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Autoconf is an extensible package of m4 macros that produce shell -scripts to automatically configure software source code packages. -These scripts can adapt the packages to many kinds of UNIX-like -systems without manual user intervention. Autoconf creates a -configuration script for a package from a template file that lists the -operating system features that the package can use, in the form of m4 -macro calls. diff --git a/devel/autoconf26/pkg-plist b/devel/autoconf26/pkg-plist deleted file mode 100644 index 233bb347b661..000000000000 --- a/devel/autoconf26/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -bin/autoconf -bin/autoheader -bin/autoreconf -bin/autoscan -bin/autoupdate -bin/ifnames -@unexec install-info --delete %D/info/autoconf.info %D/info/dir -@unexec install-info --delete %D/info/standards.info %D/info/dir -info/autoconf.info -info/standards.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/autoconf.info %D/info/dir -@exec install-info %D/info/standards.info %D/info/dir -share/autoconf/acconfig.h -share/autoconf/acfunctions -share/autoconf/acgeneral.m4 -share/autoconf/acheaders -share/autoconf/acidentifiers -share/autoconf/acmakevars -share/autoconf/acoldnames.m4 -share/autoconf/acprograms -share/autoconf/acspecific.m4 -share/autoconf/autoconf.m4 -share/autoconf/autoconf.m4f -share/autoconf/autoheader.m4 -share/autoconf/autoheader.m4f -share/autoconf/config.guess -share/autoconf/config.sub -@dirrm share/autoconf diff --git a/devel/autoconf261/Makefile b/devel/autoconf261/Makefile deleted file mode 100644 index d5ebb8d877f6..000000000000 --- a/devel/autoconf261/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: autoconf -# Version required: 2.13 -# Date created: 7 October 1995 -# Whom: torstenb@FreeBSD.ORG -# -# $Id: Makefile,v 1.16 1999/01/26 01:54:49 steve Exp $ -# - -DISTNAME= autoconf-2.13 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= autoconf - -MAINTAINER= torstenb@FreeBSD.ORG - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -GNU_CONFIGURE= yes -CONFIGURE_ENV= M4=${PREFIX}/bin/gm4 - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir - @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/devel/autoconf261/distinfo b/devel/autoconf261/distinfo deleted file mode 100644 index 2d69fe001235..000000000000 --- a/devel/autoconf261/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (autoconf-2.13.tar.gz) = 9de56d4a161a723228220b0f425dc711 diff --git a/devel/autoconf261/files/patch-aa b/devel/autoconf261/files/patch-aa deleted file mode 100644 index eefb2438ca51..000000000000 --- a/devel/autoconf261/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.in.orig Tue Jan 5 08:27:16 1999 -+++ Makefile.in Sat Jan 23 23:29:33 1999 -@@ -141,7 +141,7 @@ - - install: all $(M4FILES) acconfig.h installdirs install-info - for p in $(ASCRIPTS); do \ -- $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ -+ $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ - done - for i in $(M4FROZEN); do \ - $(INSTALL_DATA) $$i $(acdatadir)/$$i; \ -@@ -150,9 +150,9 @@ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done - -if test -f autoscan; then \ -- $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ -+ $(INSTALL) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ - for i in acfunctions acheaders acidentifiers acprograms \ -- acmakevars; do \ -+ acmakevars config.guess config.sub; do \ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done; \ - else :; fi diff --git a/devel/autoconf261/files/patch-ab b/devel/autoconf261/files/patch-ab deleted file mode 100644 index d15dbdf44250..000000000000 --- a/devel/autoconf261/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- autoconf.texi.orig Tue Jan 5 08:28:37 1999 -+++ autoconf.texi Sat Jan 23 23:34:43 1999 -@@ -4,6 +4,7 @@ - @settitle Autoconf - @c For double-sided printing, uncomment: - @c @setchapternewpage odd -+@dircategory Programming & development tools - @c %**end of header - - @set EDITION 2.13 diff --git a/devel/autoconf261/files/patch-ac b/devel/autoconf261/files/patch-ac deleted file mode 100644 index cfeaeef83ba2..000000000000 --- a/devel/autoconf261/files/patch-ac +++ /dev/null @@ -1,17 +0,0 @@ ---- standards.texi.orig Tue Jan 5 08:29:22 1999 -+++ standards.texi Sat Jan 23 23:36:36 1999 -@@ -4,12 +4,13 @@ - @settitle GNU Coding Standards - @c This date is automagically updated when you save this file: - @set lastupdate August 26, 1998 -+@dircategory Programming & development tools - @c %**end of header - - @ifinfo - @format - START-INFO-DIR-ENTRY --* Standards: (standards). GNU coding standards. -+* Standards: (standards). GNU coding standards. - END-INFO-DIR-ENTRY - @end format - @end ifinfo diff --git a/devel/autoconf261/pkg-comment b/devel/autoconf261/pkg-comment deleted file mode 100644 index 6922f03c2b32..000000000000 --- a/devel/autoconf261/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Automatically configure source code on many Un*x platforms diff --git a/devel/autoconf261/pkg-descr b/devel/autoconf261/pkg-descr deleted file mode 100644 index 61da7cbcafe8..000000000000 --- a/devel/autoconf261/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Autoconf is an extensible package of m4 macros that produce shell -scripts to automatically configure software source code packages. -These scripts can adapt the packages to many kinds of UNIX-like -systems without manual user intervention. Autoconf creates a -configuration script for a package from a template file that lists the -operating system features that the package can use, in the form of m4 -macro calls. diff --git a/devel/autoconf261/pkg-plist b/devel/autoconf261/pkg-plist deleted file mode 100644 index 233bb347b661..000000000000 --- a/devel/autoconf261/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -bin/autoconf -bin/autoheader -bin/autoreconf -bin/autoscan -bin/autoupdate -bin/ifnames -@unexec install-info --delete %D/info/autoconf.info %D/info/dir -@unexec install-info --delete %D/info/standards.info %D/info/dir -info/autoconf.info -info/standards.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/autoconf.info %D/info/dir -@exec install-info %D/info/standards.info %D/info/dir -share/autoconf/acconfig.h -share/autoconf/acfunctions -share/autoconf/acgeneral.m4 -share/autoconf/acheaders -share/autoconf/acidentifiers -share/autoconf/acmakevars -share/autoconf/acoldnames.m4 -share/autoconf/acprograms -share/autoconf/acspecific.m4 -share/autoconf/autoconf.m4 -share/autoconf/autoconf.m4f -share/autoconf/autoheader.m4 -share/autoconf/autoheader.m4f -share/autoconf/config.guess -share/autoconf/config.sub -@dirrm share/autoconf diff --git a/devel/autoconf262/Makefile b/devel/autoconf262/Makefile deleted file mode 100644 index d5ebb8d877f6..000000000000 --- a/devel/autoconf262/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: autoconf -# Version required: 2.13 -# Date created: 7 October 1995 -# Whom: torstenb@FreeBSD.ORG -# -# $Id: Makefile,v 1.16 1999/01/26 01:54:49 steve Exp $ -# - -DISTNAME= autoconf-2.13 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= autoconf - -MAINTAINER= torstenb@FreeBSD.ORG - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -GNU_CONFIGURE= yes -CONFIGURE_ENV= M4=${PREFIX}/bin/gm4 - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir - @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/devel/autoconf262/distinfo b/devel/autoconf262/distinfo deleted file mode 100644 index 2d69fe001235..000000000000 --- a/devel/autoconf262/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (autoconf-2.13.tar.gz) = 9de56d4a161a723228220b0f425dc711 diff --git a/devel/autoconf262/files/patch-aa b/devel/autoconf262/files/patch-aa deleted file mode 100644 index eefb2438ca51..000000000000 --- a/devel/autoconf262/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.in.orig Tue Jan 5 08:27:16 1999 -+++ Makefile.in Sat Jan 23 23:29:33 1999 -@@ -141,7 +141,7 @@ - - install: all $(M4FILES) acconfig.h installdirs install-info - for p in $(ASCRIPTS); do \ -- $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ -+ $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ - done - for i in $(M4FROZEN); do \ - $(INSTALL_DATA) $$i $(acdatadir)/$$i; \ -@@ -150,9 +150,9 @@ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done - -if test -f autoscan; then \ -- $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ -+ $(INSTALL) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ - for i in acfunctions acheaders acidentifiers acprograms \ -- acmakevars; do \ -+ acmakevars config.guess config.sub; do \ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done; \ - else :; fi diff --git a/devel/autoconf262/files/patch-ab b/devel/autoconf262/files/patch-ab deleted file mode 100644 index d15dbdf44250..000000000000 --- a/devel/autoconf262/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- autoconf.texi.orig Tue Jan 5 08:28:37 1999 -+++ autoconf.texi Sat Jan 23 23:34:43 1999 -@@ -4,6 +4,7 @@ - @settitle Autoconf - @c For double-sided printing, uncomment: - @c @setchapternewpage odd -+@dircategory Programming & development tools - @c %**end of header - - @set EDITION 2.13 diff --git a/devel/autoconf262/files/patch-ac b/devel/autoconf262/files/patch-ac deleted file mode 100644 index cfeaeef83ba2..000000000000 --- a/devel/autoconf262/files/patch-ac +++ /dev/null @@ -1,17 +0,0 @@ ---- standards.texi.orig Tue Jan 5 08:29:22 1999 -+++ standards.texi Sat Jan 23 23:36:36 1999 -@@ -4,12 +4,13 @@ - @settitle GNU Coding Standards - @c This date is automagically updated when you save this file: - @set lastupdate August 26, 1998 -+@dircategory Programming & development tools - @c %**end of header - - @ifinfo - @format - START-INFO-DIR-ENTRY --* Standards: (standards). GNU coding standards. -+* Standards: (standards). GNU coding standards. - END-INFO-DIR-ENTRY - @end format - @end ifinfo diff --git a/devel/autoconf262/pkg-comment b/devel/autoconf262/pkg-comment deleted file mode 100644 index 6922f03c2b32..000000000000 --- a/devel/autoconf262/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Automatically configure source code on many Un*x platforms diff --git a/devel/autoconf262/pkg-descr b/devel/autoconf262/pkg-descr deleted file mode 100644 index 61da7cbcafe8..000000000000 --- a/devel/autoconf262/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Autoconf is an extensible package of m4 macros that produce shell -scripts to automatically configure software source code packages. -These scripts can adapt the packages to many kinds of UNIX-like -systems without manual user intervention. Autoconf creates a -configuration script for a package from a template file that lists the -operating system features that the package can use, in the form of m4 -macro calls. diff --git a/devel/autoconf262/pkg-plist b/devel/autoconf262/pkg-plist deleted file mode 100644 index 233bb347b661..000000000000 --- a/devel/autoconf262/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -bin/autoconf -bin/autoheader -bin/autoreconf -bin/autoscan -bin/autoupdate -bin/ifnames -@unexec install-info --delete %D/info/autoconf.info %D/info/dir -@unexec install-info --delete %D/info/standards.info %D/info/dir -info/autoconf.info -info/standards.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/autoconf.info %D/info/dir -@exec install-info %D/info/standards.info %D/info/dir -share/autoconf/acconfig.h -share/autoconf/acfunctions -share/autoconf/acgeneral.m4 -share/autoconf/acheaders -share/autoconf/acidentifiers -share/autoconf/acmakevars -share/autoconf/acoldnames.m4 -share/autoconf/acprograms -share/autoconf/acspecific.m4 -share/autoconf/autoconf.m4 -share/autoconf/autoconf.m4f -share/autoconf/autoheader.m4 -share/autoconf/autoheader.m4f -share/autoconf/config.guess -share/autoconf/config.sub -@dirrm share/autoconf diff --git a/devel/autoconf267/Makefile b/devel/autoconf267/Makefile deleted file mode 100644 index d5ebb8d877f6..000000000000 --- a/devel/autoconf267/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: autoconf -# Version required: 2.13 -# Date created: 7 October 1995 -# Whom: torstenb@FreeBSD.ORG -# -# $Id: Makefile,v 1.16 1999/01/26 01:54:49 steve Exp $ -# - -DISTNAME= autoconf-2.13 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= autoconf - -MAINTAINER= torstenb@FreeBSD.ORG - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -GNU_CONFIGURE= yes -CONFIGURE_ENV= M4=${PREFIX}/bin/gm4 - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir - @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/devel/autoconf267/distinfo b/devel/autoconf267/distinfo deleted file mode 100644 index 2d69fe001235..000000000000 --- a/devel/autoconf267/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (autoconf-2.13.tar.gz) = 9de56d4a161a723228220b0f425dc711 diff --git a/devel/autoconf267/files/patch-aa b/devel/autoconf267/files/patch-aa deleted file mode 100644 index eefb2438ca51..000000000000 --- a/devel/autoconf267/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.in.orig Tue Jan 5 08:27:16 1999 -+++ Makefile.in Sat Jan 23 23:29:33 1999 -@@ -141,7 +141,7 @@ - - install: all $(M4FILES) acconfig.h installdirs install-info - for p in $(ASCRIPTS); do \ -- $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ -+ $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ - done - for i in $(M4FROZEN); do \ - $(INSTALL_DATA) $$i $(acdatadir)/$$i; \ -@@ -150,9 +150,9 @@ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done - -if test -f autoscan; then \ -- $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ -+ $(INSTALL) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ - for i in acfunctions acheaders acidentifiers acprograms \ -- acmakevars; do \ -+ acmakevars config.guess config.sub; do \ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done; \ - else :; fi diff --git a/devel/autoconf267/files/patch-ab b/devel/autoconf267/files/patch-ab deleted file mode 100644 index d15dbdf44250..000000000000 --- a/devel/autoconf267/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- autoconf.texi.orig Tue Jan 5 08:28:37 1999 -+++ autoconf.texi Sat Jan 23 23:34:43 1999 -@@ -4,6 +4,7 @@ - @settitle Autoconf - @c For double-sided printing, uncomment: - @c @setchapternewpage odd -+@dircategory Programming & development tools - @c %**end of header - - @set EDITION 2.13 diff --git a/devel/autoconf267/files/patch-ac b/devel/autoconf267/files/patch-ac deleted file mode 100644 index cfeaeef83ba2..000000000000 --- a/devel/autoconf267/files/patch-ac +++ /dev/null @@ -1,17 +0,0 @@ ---- standards.texi.orig Tue Jan 5 08:29:22 1999 -+++ standards.texi Sat Jan 23 23:36:36 1999 -@@ -4,12 +4,13 @@ - @settitle GNU Coding Standards - @c This date is automagically updated when you save this file: - @set lastupdate August 26, 1998 -+@dircategory Programming & development tools - @c %**end of header - - @ifinfo - @format - START-INFO-DIR-ENTRY --* Standards: (standards). GNU coding standards. -+* Standards: (standards). GNU coding standards. - END-INFO-DIR-ENTRY - @end format - @end ifinfo diff --git a/devel/autoconf267/pkg-comment b/devel/autoconf267/pkg-comment deleted file mode 100644 index 6922f03c2b32..000000000000 --- a/devel/autoconf267/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Automatically configure source code on many Un*x platforms diff --git a/devel/autoconf267/pkg-descr b/devel/autoconf267/pkg-descr deleted file mode 100644 index 61da7cbcafe8..000000000000 --- a/devel/autoconf267/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Autoconf is an extensible package of m4 macros that produce shell -scripts to automatically configure software source code packages. -These scripts can adapt the packages to many kinds of UNIX-like -systems without manual user intervention. Autoconf creates a -configuration script for a package from a template file that lists the -operating system features that the package can use, in the form of m4 -macro calls. diff --git a/devel/autoconf267/pkg-plist b/devel/autoconf267/pkg-plist deleted file mode 100644 index 233bb347b661..000000000000 --- a/devel/autoconf267/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -bin/autoconf -bin/autoheader -bin/autoreconf -bin/autoscan -bin/autoupdate -bin/ifnames -@unexec install-info --delete %D/info/autoconf.info %D/info/dir -@unexec install-info --delete %D/info/standards.info %D/info/dir -info/autoconf.info -info/standards.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/autoconf.info %D/info/dir -@exec install-info %D/info/standards.info %D/info/dir -share/autoconf/acconfig.h -share/autoconf/acfunctions -share/autoconf/acgeneral.m4 -share/autoconf/acheaders -share/autoconf/acidentifiers -share/autoconf/acmakevars -share/autoconf/acoldnames.m4 -share/autoconf/acprograms -share/autoconf/acspecific.m4 -share/autoconf/autoconf.m4 -share/autoconf/autoconf.m4f -share/autoconf/autoheader.m4 -share/autoconf/autoheader.m4f -share/autoconf/config.guess -share/autoconf/config.sub -@dirrm share/autoconf diff --git a/devel/autoconf268/Makefile b/devel/autoconf268/Makefile deleted file mode 100644 index d5ebb8d877f6..000000000000 --- a/devel/autoconf268/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: autoconf -# Version required: 2.13 -# Date created: 7 October 1995 -# Whom: torstenb@FreeBSD.ORG -# -# $Id: Makefile,v 1.16 1999/01/26 01:54:49 steve Exp $ -# - -DISTNAME= autoconf-2.13 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= autoconf - -MAINTAINER= torstenb@FreeBSD.ORG - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -GNU_CONFIGURE= yes -CONFIGURE_ENV= M4=${PREFIX}/bin/gm4 - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir - @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/devel/autoconf268/distinfo b/devel/autoconf268/distinfo deleted file mode 100644 index 2d69fe001235..000000000000 --- a/devel/autoconf268/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (autoconf-2.13.tar.gz) = 9de56d4a161a723228220b0f425dc711 diff --git a/devel/autoconf268/files/patch-aa b/devel/autoconf268/files/patch-aa deleted file mode 100644 index eefb2438ca51..000000000000 --- a/devel/autoconf268/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.in.orig Tue Jan 5 08:27:16 1999 -+++ Makefile.in Sat Jan 23 23:29:33 1999 -@@ -141,7 +141,7 @@ - - install: all $(M4FILES) acconfig.h installdirs install-info - for p in $(ASCRIPTS); do \ -- $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ -+ $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ - done - for i in $(M4FROZEN); do \ - $(INSTALL_DATA) $$i $(acdatadir)/$$i; \ -@@ -150,9 +150,9 @@ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done - -if test -f autoscan; then \ -- $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ -+ $(INSTALL) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ - for i in acfunctions acheaders acidentifiers acprograms \ -- acmakevars; do \ -+ acmakevars config.guess config.sub; do \ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done; \ - else :; fi diff --git a/devel/autoconf268/files/patch-ab b/devel/autoconf268/files/patch-ab deleted file mode 100644 index d15dbdf44250..000000000000 --- a/devel/autoconf268/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- autoconf.texi.orig Tue Jan 5 08:28:37 1999 -+++ autoconf.texi Sat Jan 23 23:34:43 1999 -@@ -4,6 +4,7 @@ - @settitle Autoconf - @c For double-sided printing, uncomment: - @c @setchapternewpage odd -+@dircategory Programming & development tools - @c %**end of header - - @set EDITION 2.13 diff --git a/devel/autoconf268/files/patch-ac b/devel/autoconf268/files/patch-ac deleted file mode 100644 index cfeaeef83ba2..000000000000 --- a/devel/autoconf268/files/patch-ac +++ /dev/null @@ -1,17 +0,0 @@ ---- standards.texi.orig Tue Jan 5 08:29:22 1999 -+++ standards.texi Sat Jan 23 23:36:36 1999 -@@ -4,12 +4,13 @@ - @settitle GNU Coding Standards - @c This date is automagically updated when you save this file: - @set lastupdate August 26, 1998 -+@dircategory Programming & development tools - @c %**end of header - - @ifinfo - @format - START-INFO-DIR-ENTRY --* Standards: (standards). GNU coding standards. -+* Standards: (standards). GNU coding standards. - END-INFO-DIR-ENTRY - @end format - @end ifinfo diff --git a/devel/autoconf268/pkg-comment b/devel/autoconf268/pkg-comment deleted file mode 100644 index 6922f03c2b32..000000000000 --- a/devel/autoconf268/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Automatically configure source code on many Un*x platforms diff --git a/devel/autoconf268/pkg-descr b/devel/autoconf268/pkg-descr deleted file mode 100644 index 61da7cbcafe8..000000000000 --- a/devel/autoconf268/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Autoconf is an extensible package of m4 macros that produce shell -scripts to automatically configure software source code packages. -These scripts can adapt the packages to many kinds of UNIX-like -systems without manual user intervention. Autoconf creates a -configuration script for a package from a template file that lists the -operating system features that the package can use, in the form of m4 -macro calls. diff --git a/devel/autoconf268/pkg-plist b/devel/autoconf268/pkg-plist deleted file mode 100644 index 233bb347b661..000000000000 --- a/devel/autoconf268/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -bin/autoconf -bin/autoheader -bin/autoreconf -bin/autoscan -bin/autoupdate -bin/ifnames -@unexec install-info --delete %D/info/autoconf.info %D/info/dir -@unexec install-info --delete %D/info/standards.info %D/info/dir -info/autoconf.info -info/standards.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/autoconf.info %D/info/dir -@exec install-info %D/info/standards.info %D/info/dir -share/autoconf/acconfig.h -share/autoconf/acfunctions -share/autoconf/acgeneral.m4 -share/autoconf/acheaders -share/autoconf/acidentifiers -share/autoconf/acmakevars -share/autoconf/acoldnames.m4 -share/autoconf/acprograms -share/autoconf/acspecific.m4 -share/autoconf/autoconf.m4 -share/autoconf/autoconf.m4f -share/autoconf/autoheader.m4 -share/autoconf/autoheader.m4f -share/autoconf/config.guess -share/autoconf/config.sub -@dirrm share/autoconf diff --git a/devel/automake110/Makefile b/devel/automake110/Makefile deleted file mode 100644 index 0b13df776ce9..000000000000 --- a/devel/automake110/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: automake -# Version required: 1.4 -# Date created: 15 March 1997 -# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp> -# -# $Id: Makefile,v 1.9 1999/01/27 07:41:06 fenner Exp $ -# - -DISTNAME= automake-1.4 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= automake - -MAINTAINER= fujimoto@oscar.elec.waseda.ac.jp - -GNU_CONFIGURE= yes -CONFIGURE_ENV= PERL=${PERL5} -USE_PERL5= yes - -STRIP= # none - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/devel/automake110/distinfo b/devel/automake110/distinfo deleted file mode 100644 index ae971ce8b65f..000000000000 --- a/devel/automake110/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (automake-1.4.tar.gz) = 1d483ffa4349bfc9ab8ae0de0c617c7b diff --git a/devel/automake110/files/patch-aa b/devel/automake110/files/patch-aa deleted file mode 100644 index a63884c48187..000000000000 --- a/devel/automake110/files/patch-aa +++ /dev/null @@ -1,25 +0,0 @@ ---- automake.texi.orig Sat Apr 4 04:04:07 1998 -+++ automake.texi Wed Sep 23 23:34:15 1998 -@@ -1,6 +1,7 @@ - \input texinfo @c -*-texinfo-*- - @c %**start of header - @setfilename automake.info -+@dircategory Programming & development tools - @settitle automake - @setchapternewpage off - @c %**end of header -@@ -9,12 +10,12 @@ - - @dircategory GNU admin - @direntry --* automake: (automake). Making Makefile.in's -+* Automake: (automake). Making Makefile.in's - @end direntry - - @dircategory Individual utilities - @direntry --* aclocal: (automake)Invoking aclocal. Generating aclocal.m4 -+* Aclocal: (automake) Invoking aclocal. Generating aclocal.m4 - @end direntry - - @ifinfo diff --git a/devel/automake110/files/patch-ab b/devel/automake110/files/patch-ab deleted file mode 100644 index 4dcfc66fcd29..000000000000 --- a/devel/automake110/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon May 4 10:42:08 1998 -+++ Makefile.in Mon May 4 10:42:34 1998 -@@ -204,7 +204,7 @@ - .texi.info: - @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] - cd $(srcdir) \ -- && $(MAKEINFO) `echo $< | sed 's,.*/,,'` -+ && $(MAKEINFO) --no-split `echo $< | sed 's,.*/,,'` - - .texi.dvi: - TEXINPUTS=$(srcdir):$$TEXINPUTS \ diff --git a/devel/automake110/pkg-comment b/devel/automake110/pkg-comment deleted file mode 100644 index dc2986f74176..000000000000 --- a/devel/automake110/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNU Standards-compliant Makefile generator diff --git a/devel/automake110/pkg-descr b/devel/automake110/pkg-descr deleted file mode 100644 index 03abb4a47bb0..000000000000 --- a/devel/automake110/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Automake is an experimental Makefile generator. It was inspired by -the 4.4BSD make and include files, but aims to be portable and to -conform to the GNU standards for Makefile variables and targets. - -Automake assumes the project uses autoconf. If you want automatic -dependency tracking support, the use of GNU make is also required. diff --git a/devel/automake110/pkg-plist b/devel/automake110/pkg-plist deleted file mode 100644 index 88ef141d4d24..000000000000 --- a/devel/automake110/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -bin/aclocal -bin/automake -@unexec install-info --delete %D/info/automake.info %D/info/dir -info/automake.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/automake.info %D/info/dir -share/aclocal/ccstdc.m4 -share/aclocal/cond.m4 -share/aclocal/dmalloc.m4 -share/aclocal/error.m4 -share/aclocal/header.m4 -share/aclocal/init.m4 -share/aclocal/lex.m4 -share/aclocal/lispdir.m4 -share/aclocal/maintainer.m4 -share/aclocal/missing.m4 -share/aclocal/mktime.m4 -share/aclocal/multi.m4 -share/aclocal/obstack.m4 -share/aclocal/protos.m4 -share/aclocal/ptrdiff.m4 -share/aclocal/regex.m4 -share/aclocal/sanity.m4 -share/aclocal/strtod.m4 -share/aclocal/termios.m4 -share/aclocal/winsz.m4 -share/automake/COPYING -share/automake/INSTALL -share/automake/acinstall -share/automake/ansi2knr.1 -share/automake/ansi2knr.c -share/automake/clean-hdr.am -share/automake/clean-kr.am -share/automake/clean.am -share/automake/comp-vars.am -share/automake/compile.am -share/automake/config.guess -share/automake/config.sub -share/automake/data-clean.am -share/automake/data.am -share/automake/dejagnu.am -share/automake/depend.am -share/automake/depend2.am -share/automake/dist-vars.am -share/automake/elisp-comp -share/automake/footer.am -share/automake/header-vars.am -share/automake/header.am -share/automake/install-sh -share/automake/java-clean.am -share/automake/java.am -share/automake/kr-extra.am -share/automake/library.am -share/automake/libs-clean.am -share/automake/libs.am -share/automake/libtool.am -share/automake/lisp-clean.am -share/automake/lisp.am -share/automake/ltlib-clean.am -share/automake/ltlib.am -share/automake/ltlibrary.am -share/automake/mans-vars.am -share/automake/mans.am -share/automake/mdate-sh -share/automake/missing -share/automake/mkinstalldirs -share/automake/multilib.am -share/automake/program.am -share/automake/progs-clean.am -share/automake/progs.am -share/automake/remake-hdr.am -share/automake/remake.am -share/automake/scripts.am -share/automake/subdirs.am -share/automake/tags-clean.am -share/automake/tags.am -share/automake/texi-vers.am -share/automake/texinfo.tex -share/automake/texinfos.am -share/automake/ylwrap -@dirrm share/automake -@unexec rmdir %D/share/aclocal 2>/dev/null || true diff --git a/devel/automake15/Makefile b/devel/automake15/Makefile deleted file mode 100644 index 0b13df776ce9..000000000000 --- a/devel/automake15/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: automake -# Version required: 1.4 -# Date created: 15 March 1997 -# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp> -# -# $Id: Makefile,v 1.9 1999/01/27 07:41:06 fenner Exp $ -# - -DISTNAME= automake-1.4 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= automake - -MAINTAINER= fujimoto@oscar.elec.waseda.ac.jp - -GNU_CONFIGURE= yes -CONFIGURE_ENV= PERL=${PERL5} -USE_PERL5= yes - -STRIP= # none - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/devel/automake15/distinfo b/devel/automake15/distinfo deleted file mode 100644 index ae971ce8b65f..000000000000 --- a/devel/automake15/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (automake-1.4.tar.gz) = 1d483ffa4349bfc9ab8ae0de0c617c7b diff --git a/devel/automake15/files/patch-aa b/devel/automake15/files/patch-aa deleted file mode 100644 index a63884c48187..000000000000 --- a/devel/automake15/files/patch-aa +++ /dev/null @@ -1,25 +0,0 @@ ---- automake.texi.orig Sat Apr 4 04:04:07 1998 -+++ automake.texi Wed Sep 23 23:34:15 1998 -@@ -1,6 +1,7 @@ - \input texinfo @c -*-texinfo-*- - @c %**start of header - @setfilename automake.info -+@dircategory Programming & development tools - @settitle automake - @setchapternewpage off - @c %**end of header -@@ -9,12 +10,12 @@ - - @dircategory GNU admin - @direntry --* automake: (automake). Making Makefile.in's -+* Automake: (automake). Making Makefile.in's - @end direntry - - @dircategory Individual utilities - @direntry --* aclocal: (automake)Invoking aclocal. Generating aclocal.m4 -+* Aclocal: (automake) Invoking aclocal. Generating aclocal.m4 - @end direntry - - @ifinfo diff --git a/devel/automake15/files/patch-ab b/devel/automake15/files/patch-ab deleted file mode 100644 index 4dcfc66fcd29..000000000000 --- a/devel/automake15/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon May 4 10:42:08 1998 -+++ Makefile.in Mon May 4 10:42:34 1998 -@@ -204,7 +204,7 @@ - .texi.info: - @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] - cd $(srcdir) \ -- && $(MAKEINFO) `echo $< | sed 's,.*/,,'` -+ && $(MAKEINFO) --no-split `echo $< | sed 's,.*/,,'` - - .texi.dvi: - TEXINPUTS=$(srcdir):$$TEXINPUTS \ diff --git a/devel/automake15/pkg-comment b/devel/automake15/pkg-comment deleted file mode 100644 index dc2986f74176..000000000000 --- a/devel/automake15/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNU Standards-compliant Makefile generator diff --git a/devel/automake15/pkg-descr b/devel/automake15/pkg-descr deleted file mode 100644 index 03abb4a47bb0..000000000000 --- a/devel/automake15/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Automake is an experimental Makefile generator. It was inspired by -the 4.4BSD make and include files, but aims to be portable and to -conform to the GNU standards for Makefile variables and targets. - -Automake assumes the project uses autoconf. If you want automatic -dependency tracking support, the use of GNU make is also required. diff --git a/devel/automake15/pkg-plist b/devel/automake15/pkg-plist deleted file mode 100644 index 88ef141d4d24..000000000000 --- a/devel/automake15/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -bin/aclocal -bin/automake -@unexec install-info --delete %D/info/automake.info %D/info/dir -info/automake.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/automake.info %D/info/dir -share/aclocal/ccstdc.m4 -share/aclocal/cond.m4 -share/aclocal/dmalloc.m4 -share/aclocal/error.m4 -share/aclocal/header.m4 -share/aclocal/init.m4 -share/aclocal/lex.m4 -share/aclocal/lispdir.m4 -share/aclocal/maintainer.m4 -share/aclocal/missing.m4 -share/aclocal/mktime.m4 -share/aclocal/multi.m4 -share/aclocal/obstack.m4 -share/aclocal/protos.m4 -share/aclocal/ptrdiff.m4 -share/aclocal/regex.m4 -share/aclocal/sanity.m4 -share/aclocal/strtod.m4 -share/aclocal/termios.m4 -share/aclocal/winsz.m4 -share/automake/COPYING -share/automake/INSTALL -share/automake/acinstall -share/automake/ansi2knr.1 -share/automake/ansi2knr.c -share/automake/clean-hdr.am -share/automake/clean-kr.am -share/automake/clean.am -share/automake/comp-vars.am -share/automake/compile.am -share/automake/config.guess -share/automake/config.sub -share/automake/data-clean.am -share/automake/data.am -share/automake/dejagnu.am -share/automake/depend.am -share/automake/depend2.am -share/automake/dist-vars.am -share/automake/elisp-comp -share/automake/footer.am -share/automake/header-vars.am -share/automake/header.am -share/automake/install-sh -share/automake/java-clean.am -share/automake/java.am -share/automake/kr-extra.am -share/automake/library.am -share/automake/libs-clean.am -share/automake/libs.am -share/automake/libtool.am -share/automake/lisp-clean.am -share/automake/lisp.am -share/automake/ltlib-clean.am -share/automake/ltlib.am -share/automake/ltlibrary.am -share/automake/mans-vars.am -share/automake/mans.am -share/automake/mdate-sh -share/automake/missing -share/automake/mkinstalldirs -share/automake/multilib.am -share/automake/program.am -share/automake/progs-clean.am -share/automake/progs.am -share/automake/remake-hdr.am -share/automake/remake.am -share/automake/scripts.am -share/automake/subdirs.am -share/automake/tags-clean.am -share/automake/tags.am -share/automake/texi-vers.am -share/automake/texinfo.tex -share/automake/texinfos.am -share/automake/ylwrap -@dirrm share/automake -@unexec rmdir %D/share/aclocal 2>/dev/null || true diff --git a/devel/automake16/Makefile b/devel/automake16/Makefile deleted file mode 100644 index 0b13df776ce9..000000000000 --- a/devel/automake16/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: automake -# Version required: 1.4 -# Date created: 15 March 1997 -# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp> -# -# $Id: Makefile,v 1.9 1999/01/27 07:41:06 fenner Exp $ -# - -DISTNAME= automake-1.4 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= automake - -MAINTAINER= fujimoto@oscar.elec.waseda.ac.jp - -GNU_CONFIGURE= yes -CONFIGURE_ENV= PERL=${PERL5} -USE_PERL5= yes - -STRIP= # none - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/devel/automake16/distinfo b/devel/automake16/distinfo deleted file mode 100644 index ae971ce8b65f..000000000000 --- a/devel/automake16/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (automake-1.4.tar.gz) = 1d483ffa4349bfc9ab8ae0de0c617c7b diff --git a/devel/automake16/files/patch-aa b/devel/automake16/files/patch-aa deleted file mode 100644 index a63884c48187..000000000000 --- a/devel/automake16/files/patch-aa +++ /dev/null @@ -1,25 +0,0 @@ ---- automake.texi.orig Sat Apr 4 04:04:07 1998 -+++ automake.texi Wed Sep 23 23:34:15 1998 -@@ -1,6 +1,7 @@ - \input texinfo @c -*-texinfo-*- - @c %**start of header - @setfilename automake.info -+@dircategory Programming & development tools - @settitle automake - @setchapternewpage off - @c %**end of header -@@ -9,12 +10,12 @@ - - @dircategory GNU admin - @direntry --* automake: (automake). Making Makefile.in's -+* Automake: (automake). Making Makefile.in's - @end direntry - - @dircategory Individual utilities - @direntry --* aclocal: (automake)Invoking aclocal. Generating aclocal.m4 -+* Aclocal: (automake) Invoking aclocal. Generating aclocal.m4 - @end direntry - - @ifinfo diff --git a/devel/automake16/files/patch-ab b/devel/automake16/files/patch-ab deleted file mode 100644 index 4dcfc66fcd29..000000000000 --- a/devel/automake16/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon May 4 10:42:08 1998 -+++ Makefile.in Mon May 4 10:42:34 1998 -@@ -204,7 +204,7 @@ - .texi.info: - @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] - cd $(srcdir) \ -- && $(MAKEINFO) `echo $< | sed 's,.*/,,'` -+ && $(MAKEINFO) --no-split `echo $< | sed 's,.*/,,'` - - .texi.dvi: - TEXINPUTS=$(srcdir):$$TEXINPUTS \ diff --git a/devel/automake16/pkg-comment b/devel/automake16/pkg-comment deleted file mode 100644 index dc2986f74176..000000000000 --- a/devel/automake16/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNU Standards-compliant Makefile generator diff --git a/devel/automake16/pkg-descr b/devel/automake16/pkg-descr deleted file mode 100644 index 03abb4a47bb0..000000000000 --- a/devel/automake16/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Automake is an experimental Makefile generator. It was inspired by -the 4.4BSD make and include files, but aims to be portable and to -conform to the GNU standards for Makefile variables and targets. - -Automake assumes the project uses autoconf. If you want automatic -dependency tracking support, the use of GNU make is also required. diff --git a/devel/automake16/pkg-plist b/devel/automake16/pkg-plist deleted file mode 100644 index 88ef141d4d24..000000000000 --- a/devel/automake16/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -bin/aclocal -bin/automake -@unexec install-info --delete %D/info/automake.info %D/info/dir -info/automake.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/automake.info %D/info/dir -share/aclocal/ccstdc.m4 -share/aclocal/cond.m4 -share/aclocal/dmalloc.m4 -share/aclocal/error.m4 -share/aclocal/header.m4 -share/aclocal/init.m4 -share/aclocal/lex.m4 -share/aclocal/lispdir.m4 -share/aclocal/maintainer.m4 -share/aclocal/missing.m4 -share/aclocal/mktime.m4 -share/aclocal/multi.m4 -share/aclocal/obstack.m4 -share/aclocal/protos.m4 -share/aclocal/ptrdiff.m4 -share/aclocal/regex.m4 -share/aclocal/sanity.m4 -share/aclocal/strtod.m4 -share/aclocal/termios.m4 -share/aclocal/winsz.m4 -share/automake/COPYING -share/automake/INSTALL -share/automake/acinstall -share/automake/ansi2knr.1 -share/automake/ansi2knr.c -share/automake/clean-hdr.am -share/automake/clean-kr.am -share/automake/clean.am -share/automake/comp-vars.am -share/automake/compile.am -share/automake/config.guess -share/automake/config.sub -share/automake/data-clean.am -share/automake/data.am -share/automake/dejagnu.am -share/automake/depend.am -share/automake/depend2.am -share/automake/dist-vars.am -share/automake/elisp-comp -share/automake/footer.am -share/automake/header-vars.am -share/automake/header.am -share/automake/install-sh -share/automake/java-clean.am -share/automake/java.am -share/automake/kr-extra.am -share/automake/library.am -share/automake/libs-clean.am -share/automake/libs.am -share/automake/libtool.am -share/automake/lisp-clean.am -share/automake/lisp.am -share/automake/ltlib-clean.am -share/automake/ltlib.am -share/automake/ltlibrary.am -share/automake/mans-vars.am -share/automake/mans.am -share/automake/mdate-sh -share/automake/missing -share/automake/mkinstalldirs -share/automake/multilib.am -share/automake/program.am -share/automake/progs-clean.am -share/automake/progs.am -share/automake/remake-hdr.am -share/automake/remake.am -share/automake/scripts.am -share/automake/subdirs.am -share/automake/tags-clean.am -share/automake/tags.am -share/automake/texi-vers.am -share/automake/texinfo.tex -share/automake/texinfos.am -share/automake/ylwrap -@dirrm share/automake -@unexec rmdir %D/share/aclocal 2>/dev/null || true diff --git a/devel/automake17/Makefile b/devel/automake17/Makefile deleted file mode 100644 index 0b13df776ce9..000000000000 --- a/devel/automake17/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: automake -# Version required: 1.4 -# Date created: 15 March 1997 -# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp> -# -# $Id: Makefile,v 1.9 1999/01/27 07:41:06 fenner Exp $ -# - -DISTNAME= automake-1.4 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= automake - -MAINTAINER= fujimoto@oscar.elec.waseda.ac.jp - -GNU_CONFIGURE= yes -CONFIGURE_ENV= PERL=${PERL5} -USE_PERL5= yes - -STRIP= # none - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/devel/automake17/distinfo b/devel/automake17/distinfo deleted file mode 100644 index ae971ce8b65f..000000000000 --- a/devel/automake17/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (automake-1.4.tar.gz) = 1d483ffa4349bfc9ab8ae0de0c617c7b diff --git a/devel/automake17/files/patch-aa b/devel/automake17/files/patch-aa deleted file mode 100644 index a63884c48187..000000000000 --- a/devel/automake17/files/patch-aa +++ /dev/null @@ -1,25 +0,0 @@ ---- automake.texi.orig Sat Apr 4 04:04:07 1998 -+++ automake.texi Wed Sep 23 23:34:15 1998 -@@ -1,6 +1,7 @@ - \input texinfo @c -*-texinfo-*- - @c %**start of header - @setfilename automake.info -+@dircategory Programming & development tools - @settitle automake - @setchapternewpage off - @c %**end of header -@@ -9,12 +10,12 @@ - - @dircategory GNU admin - @direntry --* automake: (automake). Making Makefile.in's -+* Automake: (automake). Making Makefile.in's - @end direntry - - @dircategory Individual utilities - @direntry --* aclocal: (automake)Invoking aclocal. Generating aclocal.m4 -+* Aclocal: (automake) Invoking aclocal. Generating aclocal.m4 - @end direntry - - @ifinfo diff --git a/devel/automake17/files/patch-ab b/devel/automake17/files/patch-ab deleted file mode 100644 index 4dcfc66fcd29..000000000000 --- a/devel/automake17/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon May 4 10:42:08 1998 -+++ Makefile.in Mon May 4 10:42:34 1998 -@@ -204,7 +204,7 @@ - .texi.info: - @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] - cd $(srcdir) \ -- && $(MAKEINFO) `echo $< | sed 's,.*/,,'` -+ && $(MAKEINFO) --no-split `echo $< | sed 's,.*/,,'` - - .texi.dvi: - TEXINPUTS=$(srcdir):$$TEXINPUTS \ diff --git a/devel/automake17/pkg-comment b/devel/automake17/pkg-comment deleted file mode 100644 index dc2986f74176..000000000000 --- a/devel/automake17/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNU Standards-compliant Makefile generator diff --git a/devel/automake17/pkg-descr b/devel/automake17/pkg-descr deleted file mode 100644 index 03abb4a47bb0..000000000000 --- a/devel/automake17/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Automake is an experimental Makefile generator. It was inspired by -the 4.4BSD make and include files, but aims to be portable and to -conform to the GNU standards for Makefile variables and targets. - -Automake assumes the project uses autoconf. If you want automatic -dependency tracking support, the use of GNU make is also required. diff --git a/devel/automake17/pkg-plist b/devel/automake17/pkg-plist deleted file mode 100644 index 88ef141d4d24..000000000000 --- a/devel/automake17/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -bin/aclocal -bin/automake -@unexec install-info --delete %D/info/automake.info %D/info/dir -info/automake.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/automake.info %D/info/dir -share/aclocal/ccstdc.m4 -share/aclocal/cond.m4 -share/aclocal/dmalloc.m4 -share/aclocal/error.m4 -share/aclocal/header.m4 -share/aclocal/init.m4 -share/aclocal/lex.m4 -share/aclocal/lispdir.m4 -share/aclocal/maintainer.m4 -share/aclocal/missing.m4 -share/aclocal/mktime.m4 -share/aclocal/multi.m4 -share/aclocal/obstack.m4 -share/aclocal/protos.m4 -share/aclocal/ptrdiff.m4 -share/aclocal/regex.m4 -share/aclocal/sanity.m4 -share/aclocal/strtod.m4 -share/aclocal/termios.m4 -share/aclocal/winsz.m4 -share/automake/COPYING -share/automake/INSTALL -share/automake/acinstall -share/automake/ansi2knr.1 -share/automake/ansi2knr.c -share/automake/clean-hdr.am -share/automake/clean-kr.am -share/automake/clean.am -share/automake/comp-vars.am -share/automake/compile.am -share/automake/config.guess -share/automake/config.sub -share/automake/data-clean.am -share/automake/data.am -share/automake/dejagnu.am -share/automake/depend.am -share/automake/depend2.am -share/automake/dist-vars.am -share/automake/elisp-comp -share/automake/footer.am -share/automake/header-vars.am -share/automake/header.am -share/automake/install-sh -share/automake/java-clean.am -share/automake/java.am -share/automake/kr-extra.am -share/automake/library.am -share/automake/libs-clean.am -share/automake/libs.am -share/automake/libtool.am -share/automake/lisp-clean.am -share/automake/lisp.am -share/automake/ltlib-clean.am -share/automake/ltlib.am -share/automake/ltlibrary.am -share/automake/mans-vars.am -share/automake/mans.am -share/automake/mdate-sh -share/automake/missing -share/automake/mkinstalldirs -share/automake/multilib.am -share/automake/program.am -share/automake/progs-clean.am -share/automake/progs.am -share/automake/remake-hdr.am -share/automake/remake.am -share/automake/scripts.am -share/automake/subdirs.am -share/automake/tags-clean.am -share/automake/tags.am -share/automake/texi-vers.am -share/automake/texinfo.tex -share/automake/texinfos.am -share/automake/ylwrap -@dirrm share/automake -@unexec rmdir %D/share/aclocal 2>/dev/null || true diff --git a/devel/automake18/Makefile b/devel/automake18/Makefile deleted file mode 100644 index 0b13df776ce9..000000000000 --- a/devel/automake18/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: automake -# Version required: 1.4 -# Date created: 15 March 1997 -# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp> -# -# $Id: Makefile,v 1.9 1999/01/27 07:41:06 fenner Exp $ -# - -DISTNAME= automake-1.4 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= automake - -MAINTAINER= fujimoto@oscar.elec.waseda.ac.jp - -GNU_CONFIGURE= yes -CONFIGURE_ENV= PERL=${PERL5} -USE_PERL5= yes - -STRIP= # none - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/devel/automake18/distinfo b/devel/automake18/distinfo deleted file mode 100644 index ae971ce8b65f..000000000000 --- a/devel/automake18/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (automake-1.4.tar.gz) = 1d483ffa4349bfc9ab8ae0de0c617c7b diff --git a/devel/automake18/files/patch-aa b/devel/automake18/files/patch-aa deleted file mode 100644 index a63884c48187..000000000000 --- a/devel/automake18/files/patch-aa +++ /dev/null @@ -1,25 +0,0 @@ ---- automake.texi.orig Sat Apr 4 04:04:07 1998 -+++ automake.texi Wed Sep 23 23:34:15 1998 -@@ -1,6 +1,7 @@ - \input texinfo @c -*-texinfo-*- - @c %**start of header - @setfilename automake.info -+@dircategory Programming & development tools - @settitle automake - @setchapternewpage off - @c %**end of header -@@ -9,12 +10,12 @@ - - @dircategory GNU admin - @direntry --* automake: (automake). Making Makefile.in's -+* Automake: (automake). Making Makefile.in's - @end direntry - - @dircategory Individual utilities - @direntry --* aclocal: (automake)Invoking aclocal. Generating aclocal.m4 -+* Aclocal: (automake) Invoking aclocal. Generating aclocal.m4 - @end direntry - - @ifinfo diff --git a/devel/automake18/files/patch-ab b/devel/automake18/files/patch-ab deleted file mode 100644 index 4dcfc66fcd29..000000000000 --- a/devel/automake18/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon May 4 10:42:08 1998 -+++ Makefile.in Mon May 4 10:42:34 1998 -@@ -204,7 +204,7 @@ - .texi.info: - @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] - cd $(srcdir) \ -- && $(MAKEINFO) `echo $< | sed 's,.*/,,'` -+ && $(MAKEINFO) --no-split `echo $< | sed 's,.*/,,'` - - .texi.dvi: - TEXINPUTS=$(srcdir):$$TEXINPUTS \ diff --git a/devel/automake18/pkg-comment b/devel/automake18/pkg-comment deleted file mode 100644 index dc2986f74176..000000000000 --- a/devel/automake18/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNU Standards-compliant Makefile generator diff --git a/devel/automake18/pkg-descr b/devel/automake18/pkg-descr deleted file mode 100644 index 03abb4a47bb0..000000000000 --- a/devel/automake18/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Automake is an experimental Makefile generator. It was inspired by -the 4.4BSD make and include files, but aims to be portable and to -conform to the GNU standards for Makefile variables and targets. - -Automake assumes the project uses autoconf. If you want automatic -dependency tracking support, the use of GNU make is also required. diff --git a/devel/automake18/pkg-plist b/devel/automake18/pkg-plist deleted file mode 100644 index 88ef141d4d24..000000000000 --- a/devel/automake18/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -bin/aclocal -bin/automake -@unexec install-info --delete %D/info/automake.info %D/info/dir -info/automake.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/automake.info %D/info/dir -share/aclocal/ccstdc.m4 -share/aclocal/cond.m4 -share/aclocal/dmalloc.m4 -share/aclocal/error.m4 -share/aclocal/header.m4 -share/aclocal/init.m4 -share/aclocal/lex.m4 -share/aclocal/lispdir.m4 -share/aclocal/maintainer.m4 -share/aclocal/missing.m4 -share/aclocal/mktime.m4 -share/aclocal/multi.m4 -share/aclocal/obstack.m4 -share/aclocal/protos.m4 -share/aclocal/ptrdiff.m4 -share/aclocal/regex.m4 -share/aclocal/sanity.m4 -share/aclocal/strtod.m4 -share/aclocal/termios.m4 -share/aclocal/winsz.m4 -share/automake/COPYING -share/automake/INSTALL -share/automake/acinstall -share/automake/ansi2knr.1 -share/automake/ansi2knr.c -share/automake/clean-hdr.am -share/automake/clean-kr.am -share/automake/clean.am -share/automake/comp-vars.am -share/automake/compile.am -share/automake/config.guess -share/automake/config.sub -share/automake/data-clean.am -share/automake/data.am -share/automake/dejagnu.am -share/automake/depend.am -share/automake/depend2.am -share/automake/dist-vars.am -share/automake/elisp-comp -share/automake/footer.am -share/automake/header-vars.am -share/automake/header.am -share/automake/install-sh -share/automake/java-clean.am -share/automake/java.am -share/automake/kr-extra.am -share/automake/library.am -share/automake/libs-clean.am -share/automake/libs.am -share/automake/libtool.am -share/automake/lisp-clean.am -share/automake/lisp.am -share/automake/ltlib-clean.am -share/automake/ltlib.am -share/automake/ltlibrary.am -share/automake/mans-vars.am -share/automake/mans.am -share/automake/mdate-sh -share/automake/missing -share/automake/mkinstalldirs -share/automake/multilib.am -share/automake/program.am -share/automake/progs-clean.am -share/automake/progs.am -share/automake/remake-hdr.am -share/automake/remake.am -share/automake/scripts.am -share/automake/subdirs.am -share/automake/tags-clean.am -share/automake/tags.am -share/automake/texi-vers.am -share/automake/texinfo.tex -share/automake/texinfos.am -share/automake/ylwrap -@dirrm share/automake -@unexec rmdir %D/share/aclocal 2>/dev/null || true diff --git a/devel/automake19/Makefile b/devel/automake19/Makefile deleted file mode 100644 index 0b13df776ce9..000000000000 --- a/devel/automake19/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: automake -# Version required: 1.4 -# Date created: 15 March 1997 -# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp> -# -# $Id: Makefile,v 1.9 1999/01/27 07:41:06 fenner Exp $ -# - -DISTNAME= automake-1.4 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= automake - -MAINTAINER= fujimoto@oscar.elec.waseda.ac.jp - -GNU_CONFIGURE= yes -CONFIGURE_ENV= PERL=${PERL5} -USE_PERL5= yes - -STRIP= # none - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/devel/automake19/distinfo b/devel/automake19/distinfo deleted file mode 100644 index ae971ce8b65f..000000000000 --- a/devel/automake19/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (automake-1.4.tar.gz) = 1d483ffa4349bfc9ab8ae0de0c617c7b diff --git a/devel/automake19/files/patch-aa b/devel/automake19/files/patch-aa deleted file mode 100644 index a63884c48187..000000000000 --- a/devel/automake19/files/patch-aa +++ /dev/null @@ -1,25 +0,0 @@ ---- automake.texi.orig Sat Apr 4 04:04:07 1998 -+++ automake.texi Wed Sep 23 23:34:15 1998 -@@ -1,6 +1,7 @@ - \input texinfo @c -*-texinfo-*- - @c %**start of header - @setfilename automake.info -+@dircategory Programming & development tools - @settitle automake - @setchapternewpage off - @c %**end of header -@@ -9,12 +10,12 @@ - - @dircategory GNU admin - @direntry --* automake: (automake). Making Makefile.in's -+* Automake: (automake). Making Makefile.in's - @end direntry - - @dircategory Individual utilities - @direntry --* aclocal: (automake)Invoking aclocal. Generating aclocal.m4 -+* Aclocal: (automake) Invoking aclocal. Generating aclocal.m4 - @end direntry - - @ifinfo diff --git a/devel/automake19/files/patch-ab b/devel/automake19/files/patch-ab deleted file mode 100644 index 4dcfc66fcd29..000000000000 --- a/devel/automake19/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon May 4 10:42:08 1998 -+++ Makefile.in Mon May 4 10:42:34 1998 -@@ -204,7 +204,7 @@ - .texi.info: - @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] - cd $(srcdir) \ -- && $(MAKEINFO) `echo $< | sed 's,.*/,,'` -+ && $(MAKEINFO) --no-split `echo $< | sed 's,.*/,,'` - - .texi.dvi: - TEXINPUTS=$(srcdir):$$TEXINPUTS \ diff --git a/devel/automake19/pkg-comment b/devel/automake19/pkg-comment deleted file mode 100644 index dc2986f74176..000000000000 --- a/devel/automake19/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNU Standards-compliant Makefile generator diff --git a/devel/automake19/pkg-descr b/devel/automake19/pkg-descr deleted file mode 100644 index 03abb4a47bb0..000000000000 --- a/devel/automake19/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Automake is an experimental Makefile generator. It was inspired by -the 4.4BSD make and include files, but aims to be portable and to -conform to the GNU standards for Makefile variables and targets. - -Automake assumes the project uses autoconf. If you want automatic -dependency tracking support, the use of GNU make is also required. diff --git a/devel/automake19/pkg-plist b/devel/automake19/pkg-plist deleted file mode 100644 index 88ef141d4d24..000000000000 --- a/devel/automake19/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -bin/aclocal -bin/automake -@unexec install-info --delete %D/info/automake.info %D/info/dir -info/automake.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/automake.info %D/info/dir -share/aclocal/ccstdc.m4 -share/aclocal/cond.m4 -share/aclocal/dmalloc.m4 -share/aclocal/error.m4 -share/aclocal/header.m4 -share/aclocal/init.m4 -share/aclocal/lex.m4 -share/aclocal/lispdir.m4 -share/aclocal/maintainer.m4 -share/aclocal/missing.m4 -share/aclocal/mktime.m4 -share/aclocal/multi.m4 -share/aclocal/obstack.m4 -share/aclocal/protos.m4 -share/aclocal/ptrdiff.m4 -share/aclocal/regex.m4 -share/aclocal/sanity.m4 -share/aclocal/strtod.m4 -share/aclocal/termios.m4 -share/aclocal/winsz.m4 -share/automake/COPYING -share/automake/INSTALL -share/automake/acinstall -share/automake/ansi2knr.1 -share/automake/ansi2knr.c -share/automake/clean-hdr.am -share/automake/clean-kr.am -share/automake/clean.am -share/automake/comp-vars.am -share/automake/compile.am -share/automake/config.guess -share/automake/config.sub -share/automake/data-clean.am -share/automake/data.am -share/automake/dejagnu.am -share/automake/depend.am -share/automake/depend2.am -share/automake/dist-vars.am -share/automake/elisp-comp -share/automake/footer.am -share/automake/header-vars.am -share/automake/header.am -share/automake/install-sh -share/automake/java-clean.am -share/automake/java.am -share/automake/kr-extra.am -share/automake/library.am -share/automake/libs-clean.am -share/automake/libs.am -share/automake/libtool.am -share/automake/lisp-clean.am -share/automake/lisp.am -share/automake/ltlib-clean.am -share/automake/ltlib.am -share/automake/ltlibrary.am -share/automake/mans-vars.am -share/automake/mans.am -share/automake/mdate-sh -share/automake/missing -share/automake/mkinstalldirs -share/automake/multilib.am -share/automake/program.am -share/automake/progs-clean.am -share/automake/progs.am -share/automake/remake-hdr.am -share/automake/remake.am -share/automake/scripts.am -share/automake/subdirs.am -share/automake/tags-clean.am -share/automake/tags.am -share/automake/texi-vers.am -share/automake/texinfo.tex -share/automake/texinfos.am -share/automake/ylwrap -@dirrm share/automake -@unexec rmdir %D/share/aclocal 2>/dev/null || true diff --git a/devel/bison-devel/Makefile b/devel/bison-devel/Makefile deleted file mode 100644 index 318615db317c..000000000000 --- a/devel/bison-devel/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: bison -# Version required: 1.27 -# Date created: 27 Mar 1999 -# Whom: Jerry Hicks -# -# $Id$ -# - -DISTNAME= bison-1.27 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= bison - -MAINTAINER= wghicks@bellsouth.net - -Y2K= http://www.gnu.org/software/year2000.html - -GNU_CONFIGURE= yes - -MAN1= bison.1 - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' \/usr\/share\/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/bison.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/devel/bison-devel/distinfo b/devel/bison-devel/distinfo deleted file mode 100644 index dc6ee569498d..000000000000 --- a/devel/bison-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (bison-1.27.tar.gz) = 62cdda07da0bedaf7349a12903bd207d diff --git a/devel/bison-devel/pkg-comment b/devel/bison-devel/pkg-comment deleted file mode 100644 index b8ac4c9bd8d3..000000000000 --- a/devel/bison-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNU's bison (ver 1.27) diff --git a/devel/bison-devel/pkg-descr b/devel/bison-devel/pkg-descr deleted file mode 100644 index c968b052baf7..000000000000 --- a/devel/bison-devel/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -Bison is a tool used to write parsers, such as the parser for GNU cc. -It is similar to Yacc, which is included in the base FreeBSD system. - -The main difference between Bison and Yacc that I know of is that -Bison supports the @N construction, which gives you access to -the starting and ending line number and character number associated -with any of the symbols in the current rule. - -Also, Bison supports the command `%expect N' which says not to mention -the conflicts if there are N shift/reduce conflicts and no reduce/reduce -conflicts. - -The differences in the algorithms stem mainly from the horrible -kludges that Johnson had to perpetrate to make Yacc fit in a PDP-11. - -Also, Bison uses a faster but less space-efficient encoding for the -parse tables (see Corbett's PhD thesis from Berkeley, "Static -Semantics in Compiler Error Recovery", June 1985, Report No. UCB/CSD -85/251), and more modern technique for generating the lookahead sets. -(See "Efficient Construction of LALR(1) Lookahead Sets" by F. DeRemer -and A. Pennello, in ACM TOPLS Vol 4 No 4, October 1982. Their -technique is the standard one now.) diff --git a/devel/bison-devel/pkg-plist b/devel/bison-devel/pkg-plist deleted file mode 100644 index 31531e1afffa..000000000000 --- a/devel/bison-devel/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/bison -share/bison.hairy -share/bison.simple -@unexec install-info --delete %D/info/bison.info %D/info/dir -info/bison.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir diff --git a/devel/bison175/Makefile b/devel/bison175/Makefile deleted file mode 100644 index 318615db317c..000000000000 --- a/devel/bison175/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: bison -# Version required: 1.27 -# Date created: 27 Mar 1999 -# Whom: Jerry Hicks -# -# $Id$ -# - -DISTNAME= bison-1.27 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= bison - -MAINTAINER= wghicks@bellsouth.net - -Y2K= http://www.gnu.org/software/year2000.html - -GNU_CONFIGURE= yes - -MAN1= bison.1 - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' \/usr\/share\/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/bison.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/devel/bison175/distinfo b/devel/bison175/distinfo deleted file mode 100644 index dc6ee569498d..000000000000 --- a/devel/bison175/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (bison-1.27.tar.gz) = 62cdda07da0bedaf7349a12903bd207d diff --git a/devel/bison175/pkg-comment b/devel/bison175/pkg-comment deleted file mode 100644 index b8ac4c9bd8d3..000000000000 --- a/devel/bison175/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNU's bison (ver 1.27) diff --git a/devel/bison175/pkg-descr b/devel/bison175/pkg-descr deleted file mode 100644 index c968b052baf7..000000000000 --- a/devel/bison175/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -Bison is a tool used to write parsers, such as the parser for GNU cc. -It is similar to Yacc, which is included in the base FreeBSD system. - -The main difference between Bison and Yacc that I know of is that -Bison supports the @N construction, which gives you access to -the starting and ending line number and character number associated -with any of the symbols in the current rule. - -Also, Bison supports the command `%expect N' which says not to mention -the conflicts if there are N shift/reduce conflicts and no reduce/reduce -conflicts. - -The differences in the algorithms stem mainly from the horrible -kludges that Johnson had to perpetrate to make Yacc fit in a PDP-11. - -Also, Bison uses a faster but less space-efficient encoding for the -parse tables (see Corbett's PhD thesis from Berkeley, "Static -Semantics in Compiler Error Recovery", June 1985, Report No. UCB/CSD -85/251), and more modern technique for generating the lookahead sets. -(See "Efficient Construction of LALR(1) Lookahead Sets" by F. DeRemer -and A. Pennello, in ACM TOPLS Vol 4 No 4, October 1982. Their -technique is the standard one now.) diff --git a/devel/bison175/pkg-plist b/devel/bison175/pkg-plist deleted file mode 100644 index 31531e1afffa..000000000000 --- a/devel/bison175/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/bison -share/bison.hairy -share/bison.simple -@unexec install-info --delete %D/info/bison.info %D/info/dir -info/bison.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir diff --git a/devel/bison1875/Makefile b/devel/bison1875/Makefile deleted file mode 100644 index 318615db317c..000000000000 --- a/devel/bison1875/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: bison -# Version required: 1.27 -# Date created: 27 Mar 1999 -# Whom: Jerry Hicks -# -# $Id$ -# - -DISTNAME= bison-1.27 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= bison - -MAINTAINER= wghicks@bellsouth.net - -Y2K= http://www.gnu.org/software/year2000.html - -GNU_CONFIGURE= yes - -MAN1= bison.1 - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' \/usr\/share\/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/bison.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/devel/bison1875/distinfo b/devel/bison1875/distinfo deleted file mode 100644 index dc6ee569498d..000000000000 --- a/devel/bison1875/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (bison-1.27.tar.gz) = 62cdda07da0bedaf7349a12903bd207d diff --git a/devel/bison1875/pkg-comment b/devel/bison1875/pkg-comment deleted file mode 100644 index b8ac4c9bd8d3..000000000000 --- a/devel/bison1875/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNU's bison (ver 1.27) diff --git a/devel/bison1875/pkg-descr b/devel/bison1875/pkg-descr deleted file mode 100644 index c968b052baf7..000000000000 --- a/devel/bison1875/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -Bison is a tool used to write parsers, such as the parser for GNU cc. -It is similar to Yacc, which is included in the base FreeBSD system. - -The main difference between Bison and Yacc that I know of is that -Bison supports the @N construction, which gives you access to -the starting and ending line number and character number associated -with any of the symbols in the current rule. - -Also, Bison supports the command `%expect N' which says not to mention -the conflicts if there are N shift/reduce conflicts and no reduce/reduce -conflicts. - -The differences in the algorithms stem mainly from the horrible -kludges that Johnson had to perpetrate to make Yacc fit in a PDP-11. - -Also, Bison uses a faster but less space-efficient encoding for the -parse tables (see Corbett's PhD thesis from Berkeley, "Static -Semantics in Compiler Error Recovery", June 1985, Report No. UCB/CSD -85/251), and more modern technique for generating the lookahead sets. -(See "Efficient Construction of LALR(1) Lookahead Sets" by F. DeRemer -and A. Pennello, in ACM TOPLS Vol 4 No 4, October 1982. Their -technique is the standard one now.) diff --git a/devel/bison1875/pkg-plist b/devel/bison1875/pkg-plist deleted file mode 100644 index 31531e1afffa..000000000000 --- a/devel/bison1875/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/bison -share/bison.hairy -share/bison.simple -@unexec install-info --delete %D/info/bison.info %D/info/dir -info/bison.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir diff --git a/devel/bison2/Makefile b/devel/bison2/Makefile deleted file mode 100644 index 318615db317c..000000000000 --- a/devel/bison2/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: bison -# Version required: 1.27 -# Date created: 27 Mar 1999 -# Whom: Jerry Hicks -# -# $Id$ -# - -DISTNAME= bison-1.27 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= bison - -MAINTAINER= wghicks@bellsouth.net - -Y2K= http://www.gnu.org/software/year2000.html - -GNU_CONFIGURE= yes - -MAN1= bison.1 - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' \/usr\/share\/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/bison.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/devel/bison2/distinfo b/devel/bison2/distinfo deleted file mode 100644 index dc6ee569498d..000000000000 --- a/devel/bison2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (bison-1.27.tar.gz) = 62cdda07da0bedaf7349a12903bd207d diff --git a/devel/bison2/pkg-comment b/devel/bison2/pkg-comment deleted file mode 100644 index b8ac4c9bd8d3..000000000000 --- a/devel/bison2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNU's bison (ver 1.27) diff --git a/devel/bison2/pkg-descr b/devel/bison2/pkg-descr deleted file mode 100644 index c968b052baf7..000000000000 --- a/devel/bison2/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -Bison is a tool used to write parsers, such as the parser for GNU cc. -It is similar to Yacc, which is included in the base FreeBSD system. - -The main difference between Bison and Yacc that I know of is that -Bison supports the @N construction, which gives you access to -the starting and ending line number and character number associated -with any of the symbols in the current rule. - -Also, Bison supports the command `%expect N' which says not to mention -the conflicts if there are N shift/reduce conflicts and no reduce/reduce -conflicts. - -The differences in the algorithms stem mainly from the horrible -kludges that Johnson had to perpetrate to make Yacc fit in a PDP-11. - -Also, Bison uses a faster but less space-efficient encoding for the -parse tables (see Corbett's PhD thesis from Berkeley, "Static -Semantics in Compiler Error Recovery", June 1985, Report No. UCB/CSD -85/251), and more modern technique for generating the lookahead sets. -(See "Efficient Construction of LALR(1) Lookahead Sets" by F. DeRemer -and A. Pennello, in ACM TOPLS Vol 4 No 4, October 1982. Their -technique is the standard one now.) diff --git a/devel/bison2/pkg-plist b/devel/bison2/pkg-plist deleted file mode 100644 index 31531e1afffa..000000000000 --- a/devel/bison2/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/bison -share/bison.hairy -share/bison.simple -@unexec install-info --delete %D/info/bison.info %D/info/dir -info/bison.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir diff --git a/devel/bison20/Makefile b/devel/bison20/Makefile deleted file mode 100644 index 318615db317c..000000000000 --- a/devel/bison20/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: bison -# Version required: 1.27 -# Date created: 27 Mar 1999 -# Whom: Jerry Hicks -# -# $Id$ -# - -DISTNAME= bison-1.27 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= bison - -MAINTAINER= wghicks@bellsouth.net - -Y2K= http://www.gnu.org/software/year2000.html - -GNU_CONFIGURE= yes - -MAN1= bison.1 - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' \/usr\/share\/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/bison.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/devel/bison20/distinfo b/devel/bison20/distinfo deleted file mode 100644 index dc6ee569498d..000000000000 --- a/devel/bison20/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (bison-1.27.tar.gz) = 62cdda07da0bedaf7349a12903bd207d diff --git a/devel/bison20/pkg-comment b/devel/bison20/pkg-comment deleted file mode 100644 index b8ac4c9bd8d3..000000000000 --- a/devel/bison20/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNU's bison (ver 1.27) diff --git a/devel/bison20/pkg-descr b/devel/bison20/pkg-descr deleted file mode 100644 index c968b052baf7..000000000000 --- a/devel/bison20/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -Bison is a tool used to write parsers, such as the parser for GNU cc. -It is similar to Yacc, which is included in the base FreeBSD system. - -The main difference between Bison and Yacc that I know of is that -Bison supports the @N construction, which gives you access to -the starting and ending line number and character number associated -with any of the symbols in the current rule. - -Also, Bison supports the command `%expect N' which says not to mention -the conflicts if there are N shift/reduce conflicts and no reduce/reduce -conflicts. - -The differences in the algorithms stem mainly from the horrible -kludges that Johnson had to perpetrate to make Yacc fit in a PDP-11. - -Also, Bison uses a faster but less space-efficient encoding for the -parse tables (see Corbett's PhD thesis from Berkeley, "Static -Semantics in Compiler Error Recovery", June 1985, Report No. UCB/CSD -85/251), and more modern technique for generating the lookahead sets. -(See "Efficient Construction of LALR(1) Lookahead Sets" by F. DeRemer -and A. Pennello, in ACM TOPLS Vol 4 No 4, October 1982. Their -technique is the standard one now.) diff --git a/devel/bison20/pkg-plist b/devel/bison20/pkg-plist deleted file mode 100644 index 31531e1afffa..000000000000 --- a/devel/bison20/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/bison -share/bison.hairy -share/bison.simple -@unexec install-info --delete %D/info/bison.info %D/info/dir -info/bison.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir diff --git a/devel/cvslines/Makefile b/devel/cvslines/Makefile deleted file mode 100644 index 5efdad4008ff..000000000000 --- a/devel/cvslines/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: cvslines -# Version required: 1.6.7 -# Date created: 24 Aug 1998 -# Whom: jkoshy -# -# $Id$ -# - -DISTNAME= cvslines-1.6.7 -CATEGORIES= devel -MASTER_SITES= http://www.netapp.com/technology/freeware/cvslines/ - -MAINTAINER= jkoshy@freebsd.org - -USE_PERL5= yes -NO_BUILD= yes - -MAN1= cvslines.1 - -do-install: - PREFIX=${PREFIX} ${PERL5} ${WRKSRC}/INSTALL ${WRKSRC}/CONFIG - -.include <bsd.port.mk> diff --git a/devel/cvslines/files/patch-aa b/devel/cvslines/files/patch-aa deleted file mode 100644 index 8b301d266550..000000000000 --- a/devel/cvslines/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- CONFIG-- Thu May 22 00:09:38 1997 -+++ CONFIG Tue Aug 25 14:14:24 1998 -@@ -14,17 +14,17 @@ - # The absolute path to the perl interpreter to use. - # INSTALL will substitute this into the #!... line. - # --if (! defined($PERL5)) { $PERL5 = "/usr/local/bin/perl5"; } # cfg -+if (! defined($PERL5)) { $PERL5 = "$ENV{'PREFIX'}/bin/perl5"; } # cfg - - # Where to install the cvslines scripts... - # (Absolute path) - # --if (! defined($BINDIR)) { $BINDIR = "/usr/local/bin"; } # cfg -+if (! defined($BINDIR)) { $BINDIR = "$ENV{'PREFIX'}/bin"; } # cfg - - # Where to install the cvslines man page... - # (Absolute path) - # --if (! defined($MANDIR)) { $MAN1DIR = "/usr/local/man/man1"; } # cfg -+if (! defined($MANDIR)) { $MAN1DIR = "$ENV{'PREFIX'}/man/man1"; } # cfg - - ###################################################################### - # diff --git a/devel/cvslines/files/patch-ab b/devel/cvslines/files/patch-ab deleted file mode 100644 index 9265dc0bbc4d..000000000000 --- a/devel/cvslines/files/patch-ab +++ /dev/null @@ -1,32 +0,0 @@ ---- INSTALL-- Thu May 22 03:36:16 1997 -+++ INSTALL Tue Aug 25 14:26:30 1998 -@@ -73,7 +73,7 @@ - } - - --$uname = `/bin/uname -a`; chop $uname; -+$uname = `/usr/bin/uname -a`; chop $uname; - ($u_os, $u_host, $u_osrel) = split(/\s+/, $uname); - - # Try to find things in the usual places, but failing those, -@@ -121,7 +121,8 @@ - { - if ( ! ( ($u_os eq "SunOS" && $u_osrel =~ /^5\./) - || ($u_os eq "SunOS" && $u_osrel =~ /^4\./) -- || ($u_os eq "OSF1" && $u_osrel =~ /^V[34]\./))) -+ || ($u_os eq "OSF1" && $u_osrel =~ /^V[34]\./) -+ || ($u_os eq "FreeBSD"))) - { - print STDERR <<MSG; - $Myname: -@@ -148,9 +149,8 @@ - cvslines has been tested with cvs 1.9. The "cvs" command found via - your \$PATH provided the following version information: - $cvs_versmsg -- (press Return to continue with the install...) - MSG -- $ans = <STDIN>; -+ # $ans = <STDIN>; - - } - } diff --git a/devel/cvslines/pkg-comment b/devel/cvslines/pkg-comment deleted file mode 100644 index dd50edf1ecfe..000000000000 --- a/devel/cvslines/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A wrapper to help with merging changes between various cvs branches. diff --git a/devel/cvslines/pkg-descr b/devel/cvslines/pkg-descr deleted file mode 100644 index 596030f2112f..000000000000 --- a/devel/cvslines/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -cvslines extends the capability of the cvs commit command, to provide -extra support in managing multiple concurrent lines of development. - -cvslines is a "wrapper" facility that helps out with merging changes -between various cvs branches, where the branches represent different -lines of development. - -For more information about using cvslines, see cvslines(1). - -WWW: http://www.netapp.com/technology/freeware/cvslines/index.html diff --git a/devel/cvslines/pkg-plist b/devel/cvslines/pkg-plist deleted file mode 100644 index cc6a215c5d26..000000000000 --- a/devel/cvslines/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/cvslines -bin/cvslines_check -bin/cvslines-status -bin/cvslines-check -bin/cvslines-commit -bin/cvslines-config diff --git a/devel/gettext-devel/Makefile b/devel/gettext-devel/Makefile deleted file mode 100644 index 9c539c2fbd0a..000000000000 --- a/devel/gettext-devel/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: gettext -# Version required: 0.10.35 -# Date created: 16 March 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# -# $Id: Makefile,v 1.8 1999/03/09 01:08:51 nectar Exp $ -# - -DISTNAME= gettext-0.10.35 -CATEGORIES= devel -MASTER_SITES= ftp://alpha.gnu.ai.mit.edu/gnu/ \ - ftp://alpha.gnu.org/pub/gnu/ - -MAINTAINER= nacai@iname.com - -GNU_CONFIGURE= yes - -PLIST_SUB= X11BASE=${X11BASE} - -pre-configure: - ${RM} ${WRKSRC}/doc/gettext.info* - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/gettext.info ${PREFIX}/info/dir - ${INSTALL_DATA} ${WRKSRC}/misc/po-mode.el \ - ${PREFIX}/share/gettext/po-mode.el - ${MKDIR} ${X11BASE}/share/locale - -.include <bsd.port.mk> diff --git a/devel/gettext-devel/distinfo b/devel/gettext-devel/distinfo deleted file mode 100644 index c78c8247570c..000000000000 --- a/devel/gettext-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gettext-0.10.35.tar.gz) = f29d32b82217b9d89fcda66328752acc diff --git a/devel/gettext-devel/files/patch-ad b/devel/gettext-devel/files/patch-ad deleted file mode 100644 index 3a0c6f4c39f6..000000000000 --- a/devel/gettext-devel/files/patch-ad +++ /dev/null @@ -1,24 +0,0 @@ ---- misc/Makefile.in.orig Fri May 1 14:47:40 1998 -+++ misc/Makefile.in Thu Dec 3 20:11:52 1998 -@@ -164,10 +164,8 @@ - @list='$(lisp_LISP)'; for p in $$list; do \ - if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ - echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$p"; \ -- $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$p; \ - if test -f $${p}c; then \ - echo " $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c"; \ -- $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c; \ - else : ; fi; \ - done - ---- doc/Makefile.in.orig Thu Dec 3 20:12:35 1998 -+++ doc/Makefile.in Thu Dec 3 20:12:51 1998 -@@ -79,7 +79,7 @@ - LIBOBJS = @LIBOBJS@ - LIBTOOL = @LIBTOOL@ - LN_S = @LN_S@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - MKINSTALLDIRS = @MKINSTALLDIRS@ - MSGFMT = @MSGFMT@ - NM = @NM@ diff --git a/devel/gettext-devel/files/patch-ae b/devel/gettext-devel/files/patch-ae deleted file mode 100644 index 73bde596d6c4..000000000000 --- a/devel/gettext-devel/files/patch-ae +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Fri May 1 07:48:25 1998 -+++ configure Wed Feb 17 02:05:55 1999 -@@ -3958,7 +3958,7 @@ - fi - - -- l= -+ l=l - - - test -d po || mkdir po -@@ -4004,7 +4004,7 @@ - ;; - esac - fi --EMACS="$ac_cv_path_EMACS" -+EMACS=no - if test -n "$EMACS"; then - echo "$ac_t""$EMACS" 1>&6 - else diff --git a/devel/gettext-devel/files/patch-af b/devel/gettext-devel/files/patch-af deleted file mode 100644 index 7da1ef001b32..000000000000 --- a/devel/gettext-devel/files/patch-af +++ /dev/null @@ -1,10 +0,0 @@ ---- misc/locale.alias.orig Sat Oct 19 23:40:54 1996 -+++ misc/locale.alias Thu Dec 3 20:11:52 1998 -@@ -40,6 +40,7 @@ - icelandic is_IS.ISO-8859-1 - italian it_CH.ISO-8859-1 - japanese ja_JP.EUC -+korean ko_KR.EUC - norwegian no_NO.ISO-8859-1 - polish pl_PL.ISO-8859-2 - portuguese pt_PT.ISO-8859-1 diff --git a/devel/gettext-devel/files/patch-ah b/devel/gettext-devel/files/patch-ah deleted file mode 100644 index a45dc903c3b9..000000000000 --- a/devel/gettext-devel/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- intl/Makefile.in.orig Wed Feb 17 02:18:40 1999 -+++ intl/Makefile.in Wed Feb 17 02:30:13 1999 -@@ -119,7 +119,7 @@ - $(top_srcdir)/mkinstalldirs $(libdir) $(includedir); \ - fi; \ - $(INSTALL_DATA) intlh.inst $(includedir)/libintl.h; \ -- $(INSTALL_DATA) libintl.a $(libdir)/libintl.a; \ -+ $(LIBTOOL) --mode=install $(INSTALL) libintl.$la $(DESTDIR)$(libdir)/libintl.$la; \ - else \ - : ; \ - fi diff --git a/devel/gettext-devel/pkg-comment b/devel/gettext-devel/pkg-comment deleted file mode 100644 index 9217b068c2ad..000000000000 --- a/devel/gettext-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNU gettext package. diff --git a/devel/gettext-devel/pkg-descr b/devel/gettext-devel/pkg-descr deleted file mode 100644 index 24fee26e0c26..000000000000 --- a/devel/gettext-devel/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is the GNU gettext package. It is interesting for authors or -maintainers of other packages or programs which they want to see -internationalized. As one step the handling of messages in different -languages should be implemented. For this task GNU gettext provides -the needed tools and library functions. diff --git a/devel/gettext-devel/pkg-plist b/devel/gettext-devel/pkg-plist deleted file mode 100644 index 6d3c89b44981..000000000000 --- a/devel/gettext-devel/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -bin/gettext -bin/gettextize -bin/msgcmp -bin/msgcomm -bin/msgfmt -bin/msgmerge -bin/msgunfmt -bin/xgettext -@unexec install-info --delete %D/info/gettext.info %D/info/dir -info/gettext.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/gettext.info %D/info/dir -include/libintl.h -lib/libintl.a -lib/libintl.la -lib/libintl.so -lib/libintl.so.1 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -share/aclocal/gettext.m4 -share/aclocal/lcmessage.m4 -share/aclocal/progtest.m4 -share/gettext/ABOUT-NLS -share/gettext/po-mode.el -share/gettext/po/Makefile.in.in -share/gettext/intl/ChangeLog -share/gettext/intl/Makefile.in -share/gettext/intl/VERSION -share/gettext/intl/bindtextdom.c -share/gettext/intl/cat-compat.c -share/gettext/intl/dcgettext.c -share/gettext/intl/dgettext.c -share/gettext/intl/explodename.c -share/gettext/intl/finddomain.c -share/gettext/intl/gettext.c -share/gettext/intl/gettext.h -share/gettext/intl/gettextP.h -share/gettext/intl/hash-string.h -share/gettext/intl/intl-compat.c -share/gettext/intl/l10nflist.c -share/gettext/intl/libgettext.h -share/gettext/intl/linux-msg.sed -share/gettext/intl/loadinfo.h -share/gettext/intl/loadmsgcat.c -share/gettext/intl/localealias.c -share/gettext/intl/po2tbl.sed.in -share/gettext/intl/xopen-msg.sed -share/gettext/intl/textdomain.c -share/locale/da/LC_MESSAGES/gettext.mo -share/locale/de/LC_MESSAGES/gettext.mo -share/locale/es/LC_MESSAGES/gettext.mo -share/locale/fr/LC_MESSAGES/gettext.mo -share/locale/ko/LC_MESSAGES/gettext.mo -share/locale/nl/LC_MESSAGES/gettext.mo -share/locale/no/LC_MESSAGES/gettext.mo -share/locale/no@nynorsk/LC_MESSAGES/gettext.mo -share/locale/pl/LC_MESSAGES/gettext.mo -share/locale/pt/LC_MESSAGES/gettext.mo -share/locale/sl/LC_MESSAGES/gettext.mo -share/locale/sv/LC_MESSAGES/gettext.mo -share/locale/locale.alias -@dirrm share/gettext/intl -@dirrm share/gettext/po -@dirrm share/gettext -@unexec rm -r %D/share/locale -@exec mkdir -p %%X11BASE%%/share/locale -@unexec rm -r %%X11BASE%%/share/locale diff --git a/devel/gettext-old/Makefile b/devel/gettext-old/Makefile deleted file mode 100644 index 9c539c2fbd0a..000000000000 --- a/devel/gettext-old/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: gettext -# Version required: 0.10.35 -# Date created: 16 March 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# -# $Id: Makefile,v 1.8 1999/03/09 01:08:51 nectar Exp $ -# - -DISTNAME= gettext-0.10.35 -CATEGORIES= devel -MASTER_SITES= ftp://alpha.gnu.ai.mit.edu/gnu/ \ - ftp://alpha.gnu.org/pub/gnu/ - -MAINTAINER= nacai@iname.com - -GNU_CONFIGURE= yes - -PLIST_SUB= X11BASE=${X11BASE} - -pre-configure: - ${RM} ${WRKSRC}/doc/gettext.info* - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/gettext.info ${PREFIX}/info/dir - ${INSTALL_DATA} ${WRKSRC}/misc/po-mode.el \ - ${PREFIX}/share/gettext/po-mode.el - ${MKDIR} ${X11BASE}/share/locale - -.include <bsd.port.mk> diff --git a/devel/gettext-old/distinfo b/devel/gettext-old/distinfo deleted file mode 100644 index c78c8247570c..000000000000 --- a/devel/gettext-old/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gettext-0.10.35.tar.gz) = f29d32b82217b9d89fcda66328752acc diff --git a/devel/gettext-old/files/patch-ad b/devel/gettext-old/files/patch-ad deleted file mode 100644 index 3a0c6f4c39f6..000000000000 --- a/devel/gettext-old/files/patch-ad +++ /dev/null @@ -1,24 +0,0 @@ ---- misc/Makefile.in.orig Fri May 1 14:47:40 1998 -+++ misc/Makefile.in Thu Dec 3 20:11:52 1998 -@@ -164,10 +164,8 @@ - @list='$(lisp_LISP)'; for p in $$list; do \ - if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ - echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$p"; \ -- $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$p; \ - if test -f $${p}c; then \ - echo " $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c"; \ -- $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c; \ - else : ; fi; \ - done - ---- doc/Makefile.in.orig Thu Dec 3 20:12:35 1998 -+++ doc/Makefile.in Thu Dec 3 20:12:51 1998 -@@ -79,7 +79,7 @@ - LIBOBJS = @LIBOBJS@ - LIBTOOL = @LIBTOOL@ - LN_S = @LN_S@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - MKINSTALLDIRS = @MKINSTALLDIRS@ - MSGFMT = @MSGFMT@ - NM = @NM@ diff --git a/devel/gettext-old/files/patch-ae b/devel/gettext-old/files/patch-ae deleted file mode 100644 index 73bde596d6c4..000000000000 --- a/devel/gettext-old/files/patch-ae +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Fri May 1 07:48:25 1998 -+++ configure Wed Feb 17 02:05:55 1999 -@@ -3958,7 +3958,7 @@ - fi - - -- l= -+ l=l - - - test -d po || mkdir po -@@ -4004,7 +4004,7 @@ - ;; - esac - fi --EMACS="$ac_cv_path_EMACS" -+EMACS=no - if test -n "$EMACS"; then - echo "$ac_t""$EMACS" 1>&6 - else diff --git a/devel/gettext-old/files/patch-af b/devel/gettext-old/files/patch-af deleted file mode 100644 index 7da1ef001b32..000000000000 --- a/devel/gettext-old/files/patch-af +++ /dev/null @@ -1,10 +0,0 @@ ---- misc/locale.alias.orig Sat Oct 19 23:40:54 1996 -+++ misc/locale.alias Thu Dec 3 20:11:52 1998 -@@ -40,6 +40,7 @@ - icelandic is_IS.ISO-8859-1 - italian it_CH.ISO-8859-1 - japanese ja_JP.EUC -+korean ko_KR.EUC - norwegian no_NO.ISO-8859-1 - polish pl_PL.ISO-8859-2 - portuguese pt_PT.ISO-8859-1 diff --git a/devel/gettext-old/files/patch-ah b/devel/gettext-old/files/patch-ah deleted file mode 100644 index a45dc903c3b9..000000000000 --- a/devel/gettext-old/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- intl/Makefile.in.orig Wed Feb 17 02:18:40 1999 -+++ intl/Makefile.in Wed Feb 17 02:30:13 1999 -@@ -119,7 +119,7 @@ - $(top_srcdir)/mkinstalldirs $(libdir) $(includedir); \ - fi; \ - $(INSTALL_DATA) intlh.inst $(includedir)/libintl.h; \ -- $(INSTALL_DATA) libintl.a $(libdir)/libintl.a; \ -+ $(LIBTOOL) --mode=install $(INSTALL) libintl.$la $(DESTDIR)$(libdir)/libintl.$la; \ - else \ - : ; \ - fi diff --git a/devel/gettext-old/pkg-comment b/devel/gettext-old/pkg-comment deleted file mode 100644 index 9217b068c2ad..000000000000 --- a/devel/gettext-old/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNU gettext package. diff --git a/devel/gettext-old/pkg-descr b/devel/gettext-old/pkg-descr deleted file mode 100644 index 24fee26e0c26..000000000000 --- a/devel/gettext-old/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is the GNU gettext package. It is interesting for authors or -maintainers of other packages or programs which they want to see -internationalized. As one step the handling of messages in different -languages should be implemented. For this task GNU gettext provides -the needed tools and library functions. diff --git a/devel/gettext-old/pkg-plist b/devel/gettext-old/pkg-plist deleted file mode 100644 index 6d3c89b44981..000000000000 --- a/devel/gettext-old/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -bin/gettext -bin/gettextize -bin/msgcmp -bin/msgcomm -bin/msgfmt -bin/msgmerge -bin/msgunfmt -bin/xgettext -@unexec install-info --delete %D/info/gettext.info %D/info/dir -info/gettext.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/gettext.info %D/info/dir -include/libintl.h -lib/libintl.a -lib/libintl.la -lib/libintl.so -lib/libintl.so.1 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -share/aclocal/gettext.m4 -share/aclocal/lcmessage.m4 -share/aclocal/progtest.m4 -share/gettext/ABOUT-NLS -share/gettext/po-mode.el -share/gettext/po/Makefile.in.in -share/gettext/intl/ChangeLog -share/gettext/intl/Makefile.in -share/gettext/intl/VERSION -share/gettext/intl/bindtextdom.c -share/gettext/intl/cat-compat.c -share/gettext/intl/dcgettext.c -share/gettext/intl/dgettext.c -share/gettext/intl/explodename.c -share/gettext/intl/finddomain.c -share/gettext/intl/gettext.c -share/gettext/intl/gettext.h -share/gettext/intl/gettextP.h -share/gettext/intl/hash-string.h -share/gettext/intl/intl-compat.c -share/gettext/intl/l10nflist.c -share/gettext/intl/libgettext.h -share/gettext/intl/linux-msg.sed -share/gettext/intl/loadinfo.h -share/gettext/intl/loadmsgcat.c -share/gettext/intl/localealias.c -share/gettext/intl/po2tbl.sed.in -share/gettext/intl/xopen-msg.sed -share/gettext/intl/textdomain.c -share/locale/da/LC_MESSAGES/gettext.mo -share/locale/de/LC_MESSAGES/gettext.mo -share/locale/es/LC_MESSAGES/gettext.mo -share/locale/fr/LC_MESSAGES/gettext.mo -share/locale/ko/LC_MESSAGES/gettext.mo -share/locale/nl/LC_MESSAGES/gettext.mo -share/locale/no/LC_MESSAGES/gettext.mo -share/locale/no@nynorsk/LC_MESSAGES/gettext.mo -share/locale/pl/LC_MESSAGES/gettext.mo -share/locale/pt/LC_MESSAGES/gettext.mo -share/locale/sl/LC_MESSAGES/gettext.mo -share/locale/sv/LC_MESSAGES/gettext.mo -share/locale/locale.alias -@dirrm share/gettext/intl -@dirrm share/gettext/po -@dirrm share/gettext -@unexec rm -r %D/share/locale -@exec mkdir -p %%X11BASE%%/share/locale -@unexec rm -r %%X11BASE%%/share/locale diff --git a/devel/glade2/Makefile b/devel/glade2/Makefile deleted file mode 100644 index 192f25fcb4eb..000000000000 --- a/devel/glade2/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: glade -# Version required: 0.3.7 -# Date created: 29 June 1998 -# Whom: Dom Mitchell <dom@myrddin.demon.co.uk> -# -# $Id: Makefile,v 1.10 1998/11/18 17:35:16 vanilla Exp $ -# - -DISTNAME= glade-0.3.7 -CATEGORIES= devel -MASTER_SITES= http://glade.pn.org/ - -MAINTAINER= dom@myrddin.demon.co.uk - -LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \ - intl.1:${PORTSDIR}/devel/gettext - -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11-config" - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/glade - ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/glade - ${INSTALL_MAN} ${WRKSRC}/TODO ${PREFIX}/share/doc/glade - ${INSTALL_MAN} ${WRKSRC}/doc/developer.txt ${PREFIX}/share/doc/glade - ${INSTALL_MAN} ${WRKSRC}/doc/file_format.txt ${PREFIX}/share/doc/glade - ${INSTALL_MAN} ${WRKSRC}/doc/generic.txt ${PREFIX}/share/doc/glade - ${INSTALL_MAN} ${WRKSRC}/doc/manual.txt ${PREFIX}/share/doc/glade - ${INSTALL_MAN} ${WRKSRC}/doc/notes.txt ${PREFIX}/share/doc/glade - ${INSTALL_MAN} ${WRKSRC}/doc/portability.txt ${PREFIX}/share/doc/glade - ${INSTALL_MAN} ${WRKSRC}/doc/source_code.txt ${PREFIX}/share/doc/glade -.endif - -.include <bsd.port.mk> diff --git a/devel/glade2/distinfo b/devel/glade2/distinfo deleted file mode 100644 index 9ecc5044432b..000000000000 --- a/devel/glade2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (glade-0.3.7.tar.gz) = b67748c00371e63da91509d3a690c474 diff --git a/devel/glade2/pkg-comment b/devel/glade2/pkg-comment deleted file mode 100644 index cd4839a4a173..000000000000 --- a/devel/glade2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A user interface builder for GTK+. diff --git a/devel/glade2/pkg-descr b/devel/glade2/pkg-descr deleted file mode 100644 index 073df7e3568f..000000000000 --- a/devel/glade2/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is Glade, a user interface builder for GTK+. (GTK+, which -stands for the Gimp ToolKit, is a library for creating graphical -user interfaces for the X Window System. See http://www.gtk.org/) - -http://www.comp.lancs.ac.uk/~damon/builder/index.html diff --git a/devel/glade2/pkg-plist b/devel/glade2/pkg-plist deleted file mode 100644 index 75921cd98285..000000000000 --- a/devel/glade2/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -bin/glade -share/doc/glade/README -share/doc/glade/TODO -share/doc/glade/developer.txt -share/doc/glade/file_format.txt -share/doc/glade/generic.txt -share/doc/glade/manual.txt -share/doc/glade/portability.txt -share/doc/glade/notes.txt -share/doc/glade/source_code.txt -share/locale/de/LC_MESSAGES/glade.mo -share/locale/es/LC_MESSAGES/glade.mo -share/locale/fr/LC_MESSAGES/glade.mo -share/locale/pt_BR/LC_MESSAGES/glade.mo -@dirrm share/doc/glade diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile deleted file mode 100644 index 15f35c833d96..000000000000 --- a/devel/glib20/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: glib12 -# Version required: 1.2.2 -# Date Created: 28 July 1998 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> -# -# $Id: Makefile,v 1.20 1999/05/02 05:21:19 kuriyama Exp $ -# - -DISTNAME= glib-1.2.2 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \ - ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \ - http://www.ameth.org/gimp/gtk/v1.2/ - -MAINTAINER= vanilla@FreeBSD.ORG - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --includedir=${PREFIX}/include/glib12 -MAN1= glib12-config.1 - -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - -.include <bsd.port.mk> diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo deleted file mode 100644 index 3d88d967abff..000000000000 --- a/devel/glib20/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (glib-1.2.2.tar.gz) = 1ecec788b21ae0b6b6debbe5ff9d5c65 diff --git a/devel/glib20/files/patch-ab b/devel/glib20/files/patch-ab deleted file mode 100644 index 49afbe61d07b..000000000000 --- a/devel/glib20/files/patch-ab +++ /dev/null @@ -1,356 +0,0 @@ ---- Makefile.in.orig Thu Jan 28 22:53:35 1999 -+++ Makefile.in Thu Jan 28 22:59:44 1999 -@@ -89,11 +89,11 @@ - - AUTOMAKE_OPTIONS = 1.4 - --SUBDIRS = . gmodule gthread docs tests -+SUBDIRS = . gmodule gthread docs - --configincludedir = $(pkglibdir)/include -+configincludedir = $(includedir) - --bin_SCRIPTS = glib-config -+bin_SCRIPTS = glib12-config - - BUILT_SOURCES = stamp-gc-h #note: not glibconfig.h - -@@ -102,7 +102,7 @@ - EXTRA_DIST = glib.m4 glib.spec.in acglib.m4 sanity_check README.win32 glib.def makefile.msc giowin32.c glibconfig.h.win32 config.h.win32 - - --lib_LTLIBRARIES = libglib.la -+lib_LTLIBRARIES = libglib12.la - - libglib_la_SOURCES = garray.c gcache.c gcompletion.c gdataset.c gdate.c gerror.c ghash.c ghook.c giochannel.c giounix.c glist.c gmain.c gmem.c gmessages.c gmutex.c gnode.c gprimes.c grel.c gscanner.c gslist.c gstrfuncs.c gstring.c gtimer.c gtree.c gutils.c - -@@ -113,20 +113,20 @@ - configinclude_DATA = glibconfig.h - - --libglib_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -+libglib_la_LDFLAGS = -version-info 1:0:0 - - - noinst_PROGRAMS = testglib testgdate testgdateparser --testglib_LDADD = libglib.la --testgdate_LDADD = libglib.la --testgdateparser_LDADD = libglib.la -+testglib_LDADD = libglib12.la -+testgdate_LDADD = libglib12.la -+testgdateparser_LDADD = libglib12.la - - m4datadir = $(datadir)/aclocal - m4data_DATA = glib.m4 - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = config.h --CONFIG_CLEAN_FILES = glib.spec glibconfig.h.win32 glib-config -+CONFIG_CLEAN_FILES = glib12-config - LTLIBRARIES = $(lib_LTLIBRARIES) - - -@@ -144,15 +144,15 @@ - - testglib_SOURCES = testglib.c - testglib_OBJECTS = testglib.o --testglib_DEPENDENCIES = libglib.la -+testglib_DEPENDENCIES = libglib12.la - testglib_LDFLAGS = - testgdate_SOURCES = testgdate.c - testgdate_OBJECTS = testgdate.o --testgdate_DEPENDENCIES = libglib.la -+testgdate_DEPENDENCIES = libglib12.la - testgdate_LDFLAGS = - testgdateparser_SOURCES = testgdateparser.c - testgdateparser_OBJECTS = testgdateparser.o --testgdateparser_DEPENDENCIES = libglib.la -+testgdateparser_DEPENDENCIES = libglib12.la - testgdateparser_LDFLAGS = - SCRIPTS = $(bin_SCRIPTS) - -@@ -226,7 +226,7 @@ - maintainer-clean-hdr: - glib.spec: $(top_builddir)/config.status glib.spec.in - cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status --glib-config: $(top_builddir)/config.status glib-config.in -+glib12-config: $(top_builddir)/config.status glib12-config.in - cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status - - mostlyclean-libLTLIBRARIES: -@@ -292,7 +292,7 @@ - - maintainer-clean-libtool: - --libglib.la: $(libglib_la_OBJECTS) $(libglib_la_DEPENDENCIES) -+libglib12.la: $(libglib_la_OBJECTS) $(libglib_la_DEPENDENCIES) - $(LINK) -rpath $(libdir) $(libglib_la_LDFLAGS) $(libglib_la_OBJECTS) $(libglib_la_LIBADD) $(LIBS) - - mostlyclean-noinstPROGRAMS: -@@ -535,7 +535,6 @@ - || exit 1; \ - fi; \ - done -- $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook - - info-am: - info: info-recursive -@@ -562,7 +561,7 @@ - uninstall-configincludeDATA uninstall-m4dataDATA \ - uninstall-includeHEADERS - uninstall: uninstall-recursive --all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \ -+all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) \ - $(HEADERS) config.h - all-redirect: all-recursive-am - install-strip: -@@ -640,7 +639,8 @@ - installdirs mostlyclean-generic distclean-generic clean-generic \ - maintainer-clean-generic clean mostlyclean distclean maintainer-clean - --glib-config: glib-config.in -+glib12-config.in: glib-config.in -+ cp glib-config.in glib12-config.in - - configure: configure.in acglib.m4 - glibconfig.h: stamp-gc-h ---- gmodule/Makefile.in.orig Thu Jan 28 23:01:00 1999 -+++ gmodule/Makefile.in Thu Jan 28 23:06:56 1999 -@@ -98,12 +98,12 @@ - include_HEADERS = gmodule.h - - --libglib = $(top_builddir)/libglib.la # -lglib -+libglib = $(top_builddir)/libglib12.la # -lglib - --lib_LTLIBRARIES = libgmodule.la libgplugin_a.la libgplugin_b.la -+lib_LTLIBRARIES = libgmodule12.la libgplugin12_a.la libgplugin12_b.la - - libgmodule_la_SOURCES = gmodule.c --libgmodule_la_LDFLAGS = @G_MODULE_LDFLAGS@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -+libgmodule_la_LDFLAGS = @G_MODULE_LDFLAGS@ -version-info 1:0:0 - - - libgmodule_la_LIBADD = @G_MODULE_LIBS@ # $(libglib) -@@ -120,7 +120,7 @@ - - noinst_PROGRAMS = testgmodule - testgmodule_LDFLAGS = @G_MODULE_LDFLAGS@ --testgmodule_LDADD = libgmodule.la $(libglib) @G_MODULE_LIBS@ -+testgmodule_LDADD = libgmodule12.la $(libglib) @G_MODULE_LIBS@ - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = gmoduleconf.h -@@ -141,7 +141,7 @@ - - testgmodule_SOURCES = testgmodule.c - testgmodule_OBJECTS = testgmodule.o --testgmodule_DEPENDENCIES = libgmodule.la $(top_builddir)/libglib.la -+testgmodule_DEPENDENCIES = libgmodule12.la $(top_builddir)/libglib12.la - CFLAGS = @CFLAGS@ - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -226,13 +226,13 @@ - - maintainer-clean-libtool: - --libgmodule.la: $(libgmodule_la_OBJECTS) $(libgmodule_la_DEPENDENCIES) -+libgmodule12.la: $(libgmodule_la_OBJECTS) $(libgmodule_la_DEPENDENCIES) - $(LINK) -rpath $(libdir) $(libgmodule_la_LDFLAGS) $(libgmodule_la_OBJECTS) $(libgmodule_la_LIBADD) $(LIBS) - --libgplugin_a.la: $(libgplugin_a_la_OBJECTS) $(libgplugin_a_la_DEPENDENCIES) -+libgplugin12_a.la: $(libgplugin_a_la_OBJECTS) $(libgplugin_a_la_DEPENDENCIES) - $(LINK) -rpath $(libdir) $(libgplugin_a_la_LDFLAGS) $(libgplugin_a_la_OBJECTS) $(libgplugin_a_la_LIBADD) $(LIBS) - --libgplugin_b.la: $(libgplugin_b_la_OBJECTS) $(libgplugin_b_la_DEPENDENCIES) -+libgplugin12_b.la: $(libgplugin_b_la_OBJECTS) $(libgplugin_b_la_DEPENDENCIES) - $(LINK) -rpath $(libdir) $(libgplugin_b_la_LDFLAGS) $(libgplugin_b_la_OBJECTS) $(libgplugin_b_la_LIBADD) $(LIBS) - - mostlyclean-noinstPROGRAMS: -@@ -327,7 +327,7 @@ - install: install-am - uninstall-am: uninstall-libLTLIBRARIES uninstall-includeHEADERS - uninstall: uninstall-am --all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) - all-redirect: all-am - install-strip: - $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install -@@ -398,10 +398,10 @@ - echo $$p; \ - done - --install-libLTLIBRARIES: libgmodule.la -+install-libLTLIBRARIES: libgmodule12.la - @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(libdir) -- @list='libgmodule.la'; for p in $$list; do \ -+ @list='libgmodule12.la'; for p in $$list; do \ - if test -f $$p; then \ - echo "$(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \ - $(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \ ---- gthread/Makefile.in.orig Thu Jan 28 23:07:14 1999 -+++ gthread/Makefile.in Thu Jan 28 23:09:35 1999 -@@ -92,18 +92,18 @@ - EXTRA_DIST = gthread-posix.c gthread-solaris.c gthread-nspr.c gthread-none.c gthread.def - - --libglib = $(top_builddir)/libglib.la # -lglib -+libglib = $(top_builddir)/libglib12.la # -lglib - --lib_LTLIBRARIES = libgthread.la -+lib_LTLIBRARIES = libgthread12.la - - libgthread_la_SOURCES = gthread.c --libgthread_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -+libgthread_la_LDFLAGS = -version-info 1:0:0 - - - libgthread_la_LIBADD = @G_THREAD_LIBS@ - - noinst_PROGRAMS = testgthread --testgthread_LDADD = ../libglib.la libgthread.la -+testgthread_LDADD = ../libglib12.la libgthread12.la - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = -@@ -120,7 +120,7 @@ - - testgthread_SOURCES = testgthread.c - testgthread_OBJECTS = testgthread.o --testgthread_DEPENDENCIES = ../libglib.la libgthread.la -+testgthread_DEPENDENCIES = ../libglib12.la libgthread12.la - testgthread_LDFLAGS = - CFLAGS = @CFLAGS@ - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -211,7 +211,7 @@ - - maintainer-clean-libtool: - --libgthread.la: $(libgthread_la_OBJECTS) $(libgthread_la_DEPENDENCIES) -+libgthread12.la: $(libgthread_la_OBJECTS) $(libgthread_la_DEPENDENCIES) - $(LINK) -rpath $(libdir) $(libgthread_la_LDFLAGS) $(libgthread_la_OBJECTS) $(libgthread_la_LIBADD) $(LIBS) - - mostlyclean-noinstPROGRAMS: -@@ -291,7 +291,7 @@ - install: install-am - uninstall-am: uninstall-libLTLIBRARIES - uninstall: uninstall-am --all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) -+all-am: Makefile $(LTLIBRARIES) - all-redirect: all-am - install-strip: - $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install ---- docs/Makefile.in.orig Tue Mar 2 10:39:11 1999 -+++ docs/Makefile.in Tue Mar 2 10:40:18 1999 -@@ -89,9 +89,9 @@ - - info_TEXINFOS = glib.texi - --man_MANS = glib-config.1 -+man_MANS = glib12-config.1 - --EXTRA_DIST = glib-config.1.in glib.html glib_toc.html -+EXTRA_DIST = glib12-config.1.in glib.html glib_toc.html - - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h -@@ -125,6 +125,8 @@ - glib.info: glib.texi - glib.dvi: glib.texi - -+glib12-config.1: glib-config.1 -+ cp glib-config.1 glib12-config.1 - - DVIPS = dvips - ---- tests/Makefile.in.orig Tue Mar 2 10:42:05 1999 -+++ tests/Makefile.in Tue Mar 2 10:42:39 1999 -@@ -94,17 +94,17 @@ - - noinst_PROGRAMS = $(TESTS) - --array_test_LDADD = $(top_builddir)/libglib.la --dirname_test_LDADD = $(top_builddir)/libglib.la --hash_test_LDADD = $(top_builddir)/libglib.la --list_test_LDADD = $(top_builddir)/libglib.la --node_test_LDADD = $(top_builddir)/libglib.la --relation_test_LDADD = $(top_builddir)/libglib.la --slist_test_LDADD = $(top_builddir)/libglib.la --string_test_LDADD = $(top_builddir)/libglib.la --strfunc_test_LDADD = $(top_builddir)/libglib.la --tree_test_LDADD = $(top_builddir)/libglib.la --type_test_LDADD = $(top_builddir)/libglib.la -+array_test_LDADD = $(top_builddir)/libglib12.la -+dirname_test_LDADD = $(top_builddir)/libglib12.la -+hash_test_LDADD = $(top_builddir)/libglib12.la -+list_test_LDADD = $(top_builddir)/libglib12.la -+node_test_LDADD = $(top_builddir)/libglib12.la -+relation_test_LDADD = $(top_builddir)/libglib12.la -+slist_test_LDADD = $(top_builddir)/libglib12.la -+string_test_LDADD = $(top_builddir)/libglib12.la -+strfunc_test_LDADD = $(top_builddir)/libglib12.la -+tree_test_LDADD = $(top_builddir)/libglib12.la -+type_test_LDADD = $(top_builddir)/libglib12.la - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = -@@ -117,47 +117,47 @@ - LIBS = @LIBS@ - array_test_SOURCES = array-test.c - array_test_OBJECTS = array-test.o --array_test_DEPENDENCIES = $(top_builddir)/libglib.la -+array_test_DEPENDENCIES = $(top_builddir)/libglib12.la - array_test_LDFLAGS = - dirname_test_SOURCES = dirname-test.c - dirname_test_OBJECTS = dirname-test.o --dirname_test_DEPENDENCIES = $(top_builddir)/libglib.la -+dirname_test_DEPENDENCIES = $(top_builddir)/libglib12.la - dirname_test_LDFLAGS = - hash_test_SOURCES = hash-test.c - hash_test_OBJECTS = hash-test.o --hash_test_DEPENDENCIES = $(top_builddir)/libglib.la -+hash_test_DEPENDENCIES = $(top_builddir)/libglib12.la - hash_test_LDFLAGS = - list_test_SOURCES = list-test.c - list_test_OBJECTS = list-test.o --list_test_DEPENDENCIES = $(top_builddir)/libglib.la -+list_test_DEPENDENCIES = $(top_builddir)/libglib12.la - list_test_LDFLAGS = - node_test_SOURCES = node-test.c - node_test_OBJECTS = node-test.o --node_test_DEPENDENCIES = $(top_builddir)/libglib.la -+node_test_DEPENDENCIES = $(top_builddir)/libglib12.la - node_test_LDFLAGS = - relation_test_SOURCES = relation-test.c - relation_test_OBJECTS = relation-test.o --relation_test_DEPENDENCIES = $(top_builddir)/libglib.la -+relation_test_DEPENDENCIES = $(top_builddir)/libglib12.la - relation_test_LDFLAGS = - slist_test_SOURCES = slist-test.c - slist_test_OBJECTS = slist-test.o --slist_test_DEPENDENCIES = $(top_builddir)/libglib.la -+slist_test_DEPENDENCIES = $(top_builddir)/libglib12.la - slist_test_LDFLAGS = - string_test_SOURCES = string-test.c - string_test_OBJECTS = string-test.o --string_test_DEPENDENCIES = $(top_builddir)/libglib.la -+string_test_DEPENDENCIES = $(top_builddir)/libglib12.la - string_test_LDFLAGS = - strfunc_test_SOURCES = strfunc-test.c - strfunc_test_OBJECTS = strfunc-test.o --strfunc_test_DEPENDENCIES = $(top_builddir)/libglib.la -+strfunc_test_DEPENDENCIES = $(top_builddir)/libglib12.la - strfunc_test_LDFLAGS = - tree_test_SOURCES = tree-test.c - tree_test_OBJECTS = tree-test.o --tree_test_DEPENDENCIES = $(top_builddir)/libglib.la -+tree_test_DEPENDENCIES = $(top_builddir)/libglib12.la - tree_test_LDFLAGS = - type_test_SOURCES = type-test.c - type_test_OBJECTS = type-test.o --type_test_DEPENDENCIES = $(top_builddir)/libglib.la -+type_test_DEPENDENCIES = $(top_builddir)/libglib12.la - type_test_LDFLAGS = - CFLAGS = @CFLAGS@ - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) diff --git a/devel/glib20/files/patch-ae b/devel/glib20/files/patch-ae deleted file mode 100644 index 32343d705d05..000000000000 --- a/devel/glib20/files/patch-ae +++ /dev/null @@ -1,104 +0,0 @@ ---- configure.orig Wed Feb 17 04:14:07 1999 -+++ configure Wed Feb 17 21:11:29 1999 -@@ -3758,7 +3758,7 @@ - - - # Check for some functions --for ac_func in lstat strerror strsignal memmove vsnprintf strcasecmp strncasecmp poll -+for ac_func in lstat strerror strsignal memmove vsnprintf strcasecmp strncasecmp - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 - echo "configure:3765: checking for $ac_func" >&5 -@@ -4610,6 +4610,9 @@ - linux*) - G_MODULE_LDFLAGS='-rdynamic' - ;; -+ freebsd*) -+ G_MODULE_LDFLAGS='-Wl,-E' -+ ;; - esac - LIBS_orig="$LIBS" - LDFLAGS_orig="$LDFLAGS" -@@ -5302,11 +5305,13 @@ - G_THREAD_CFLAGS="$G_THREAD_CFLAGS -mthreads" - fi - ;; -- *-freebsd2.2*) -- G_THREAD_CFLAGS="$G_THREAD_CFLAGS -D_THREAD_SAFE" -- -- # FreeBSD 2.2.x shiped with gcc 2.7.2.x, which doesn't support -- # -mthreads flag. -+ *-*-freebsd2.2* | *-*-freebsd3* | *-*-freebsd4*) -+ if test x"$G_THREAD_LIBS" = x"-lc_r"; then -+ G_THREAD_CFLAGS="-D_THREAD_SAFE -pthread" -+ have_poll=no -+ else -+ G_THREAD_CFLAGS="-D_THREAD_SAFE -DLINUXTHREADS" -+ fi - ;; - esac - -@@ -5623,6 +5628,63 @@ - - - -+if test x"$have_poll" != xno; then -+ for ac_func in poll -+do -+echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -+echo "configure:5636: checking for $ac_func" >&5 -+if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then -+ echo $ac_n "(cached) $ac_c" 1>&6 -+else -+ cat > conftest.$ac_ext <<EOF -+#line 5641 "configure" -+#include "confdefs.h" -+/* System header to define __stub macros and hopefully few prototypes, -+ which can conflict with char $ac_func(); below. */ -+#include <assert.h> -+/* Override any gcc2 internal prototype to avoid an error. */ -+/* We use char because int might match the return type of a gcc2 -+ builtin and then its argument prototype would still apply. */ -+char $ac_func(); -+ -+int main() { -+ -+/* The GNU C library defines this for functions which it implements -+ to always fail with ENOSYS. Some functions are actually named -+ something starting with __ and the normal name is an alias. */ -+#if defined (__stub_$ac_func) || defined (__stub___$ac_func) -+choke me -+#else -+$ac_func(); -+#endif -+ -+; return 0; } -+EOF -+if { (eval echo configure:5664: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+ rm -rf conftest* -+ eval "ac_cv_func_$ac_func=yes" -+else -+ echo "configure: failed program was:" >&5 -+ cat conftest.$ac_ext >&5 -+ rm -rf conftest* -+ eval "ac_cv_func_$ac_func=no" -+fi -+rm -f conftest* -+fi -+ -+if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then -+ echo "$ac_t""yes" 1>&6 -+ ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` -+ cat >> confdefs.h <<EOF -+#define $ac_tr_func 1 -+EOF -+ -+else -+ echo "$ac_t""no" 1>&6 -+fi -+done -+ -+fi - glib_sysdefso="glibconfig-sysdefs.h" - glib_sysdef_msg=`echo POLLIN:1 POLLOUT:4 POLLPRI:2 POLLERR:8 POLLHUP:16 POLLNVAL:32 | sed 's/:[^ ]*//g'` - if test "x`(echo '\n') 2>/dev/null`" != 'x\n'; then diff --git a/devel/glib20/pkg-comment b/devel/glib20/pkg-comment deleted file mode 100644 index 89681bd2708f..000000000000 --- a/devel/glib20/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Some useful routines of C programming. diff --git a/devel/glib20/pkg-descr b/devel/glib20/pkg-descr deleted file mode 100644 index 8d77db408d2b..000000000000 --- a/devel/glib20/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This is GLib version 1.2. GLib, is a library which includes support -routines for C such as lists, trees, hashes, memory allocation, and -many other things. - -WWW: http://www.gtk.org/ -ftp://ftp.gtk.org/pub/gtk - -A mailing list is located at gtk-list@redhat.com for discussion. - -- Vanilla -vanilla@FreeBSD.ORG diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist deleted file mode 100644 index c5652f822f19..000000000000 --- a/devel/glib20/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -bin/glib12-config -include/glib12/glib.h -include/glib12/glibconfig.h -include/glib12/gmodule.h -@unexec install-info --delete %D/info/glib.info %D/info/dir -info/glib.info -@exec install-info %D/info/glib.info %D/info/dir -lib/libglib12.a -lib/libglib12.la -lib/libglib12.so -lib/libglib12.so.1 -lib/libgmodule12.a -lib/libgmodule12.la -lib/libgmodule12.so -lib/libgmodule12.so.1 -lib/libgthread12.a -lib/libgthread12.la -lib/libgthread12.so -lib/libgthread12.so.1 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -share/aclocal/glib.m4 -@dirrm include/glib12 diff --git a/devel/gmake381/Makefile b/devel/gmake381/Makefile deleted file mode 100644 index d62e6f44cddd..000000000000 --- a/devel/gmake381/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: GNU make -# Version required: 3.77.7 -# Date created: 11 September 1994 -# Whom: jkh -# -# $Id: Makefile,v 1.21 1999/01/29 21:51:44 sada Exp $ -# - -DISTNAME= make-3.77 -PKGNAME= gmake-3.77 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= make - -MAINTAINER= jseger@freebsd.org - -Y2K= http://www.gnu.org/software/year2000.html - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --program-prefix=g -MAN1= gmake.1 - -# joerg@freebsd.org says our getloadavg() no longer requires setgid kmem -pre-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${MKDIR} ${PREFIX}/info; \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - -post-install: - chmod g-s ${PREFIX}/bin/gmake - chgrp ${BINGRP} ${PREFIX}/bin/gmake - -.include <bsd.port.mk> diff --git a/devel/gmake381/distinfo b/devel/gmake381/distinfo deleted file mode 100644 index 46a99c1bbf35..000000000000 --- a/devel/gmake381/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (make-3.77.tar.gz) = b8264b1f8579d810a6de5db634aeafe4 diff --git a/devel/gmake381/files/patch-aa b/devel/gmake381/files/patch-aa deleted file mode 100644 index df8551ec2e14..000000000000 --- a/devel/gmake381/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sat Sep 20 03:58:51 1997 -+++ Makefile.in Thu Oct 16 00:50:40 1997 -@@ -54,7 +54,7 @@ - CC = @CC@ - CPP = @CPP@ - LIBOBJS = @LIBOBJS@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - PACKAGE = @PACKAGE@ - REMOTE = @REMOTE@ - VERSION = @VERSION@ diff --git a/devel/gmake381/files/patch-ab b/devel/gmake381/files/patch-ab deleted file mode 100644 index 7150e3724cf7..000000000000 --- a/devel/gmake381/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- make.texinfo.orig Tue Sep 16 23:17:33 1997 -+++ make.texinfo Thu Oct 16 00:56:23 1997 -@@ -25,7 +25,7 @@ - @syncodeindex pg cp - - @ifinfo --@dircategory The GNU make utility -+@dircategory Programming & development tools - @direntry - * GNU make: (make.info). The GNU make utility. - @end direntry diff --git a/devel/gmake381/pkg-comment b/devel/gmake381/pkg-comment deleted file mode 100644 index f717bb510a9e..000000000000 --- a/devel/gmake381/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNU version of 'make' utility diff --git a/devel/gmake381/pkg-descr b/devel/gmake381/pkg-descr deleted file mode 100644 index 240bf785867a..000000000000 --- a/devel/gmake381/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This directory contains the release of GNU Make. -All bugs reported for previous test releases have been fixed. -Some bugs surely remain. diff --git a/devel/gmake381/pkg-plist b/devel/gmake381/pkg-plist deleted file mode 100644 index 0b40d46fee98..000000000000 --- a/devel/gmake381/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/gmake -@unexec install-info --delete %D/info/make.info %D/info/dir -info/make.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/make.info %D/info/dir diff --git a/devel/gnu-autoconf/Makefile b/devel/gnu-autoconf/Makefile deleted file mode 100644 index d5ebb8d877f6..000000000000 --- a/devel/gnu-autoconf/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: autoconf -# Version required: 2.13 -# Date created: 7 October 1995 -# Whom: torstenb@FreeBSD.ORG -# -# $Id: Makefile,v 1.16 1999/01/26 01:54:49 steve Exp $ -# - -DISTNAME= autoconf-2.13 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= autoconf - -MAINTAINER= torstenb@FreeBSD.ORG - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -GNU_CONFIGURE= yes -CONFIGURE_ENV= M4=${PREFIX}/bin/gm4 - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir - @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/devel/gnu-autoconf/distinfo b/devel/gnu-autoconf/distinfo deleted file mode 100644 index 2d69fe001235..000000000000 --- a/devel/gnu-autoconf/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (autoconf-2.13.tar.gz) = 9de56d4a161a723228220b0f425dc711 diff --git a/devel/gnu-autoconf/files/patch-aa b/devel/gnu-autoconf/files/patch-aa deleted file mode 100644 index eefb2438ca51..000000000000 --- a/devel/gnu-autoconf/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.in.orig Tue Jan 5 08:27:16 1999 -+++ Makefile.in Sat Jan 23 23:29:33 1999 -@@ -141,7 +141,7 @@ - - install: all $(M4FILES) acconfig.h installdirs install-info - for p in $(ASCRIPTS); do \ -- $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ -+ $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ - done - for i in $(M4FROZEN); do \ - $(INSTALL_DATA) $$i $(acdatadir)/$$i; \ -@@ -150,9 +150,9 @@ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done - -if test -f autoscan; then \ -- $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ -+ $(INSTALL) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ - for i in acfunctions acheaders acidentifiers acprograms \ -- acmakevars; do \ -+ acmakevars config.guess config.sub; do \ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ - done; \ - else :; fi diff --git a/devel/gnu-autoconf/files/patch-ab b/devel/gnu-autoconf/files/patch-ab deleted file mode 100644 index d15dbdf44250..000000000000 --- a/devel/gnu-autoconf/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- autoconf.texi.orig Tue Jan 5 08:28:37 1999 -+++ autoconf.texi Sat Jan 23 23:34:43 1999 -@@ -4,6 +4,7 @@ - @settitle Autoconf - @c For double-sided printing, uncomment: - @c @setchapternewpage odd -+@dircategory Programming & development tools - @c %**end of header - - @set EDITION 2.13 diff --git a/devel/gnu-autoconf/files/patch-ac b/devel/gnu-autoconf/files/patch-ac deleted file mode 100644 index cfeaeef83ba2..000000000000 --- a/devel/gnu-autoconf/files/patch-ac +++ /dev/null @@ -1,17 +0,0 @@ ---- standards.texi.orig Tue Jan 5 08:29:22 1999 -+++ standards.texi Sat Jan 23 23:36:36 1999 -@@ -4,12 +4,13 @@ - @settitle GNU Coding Standards - @c This date is automagically updated when you save this file: - @set lastupdate August 26, 1998 -+@dircategory Programming & development tools - @c %**end of header - - @ifinfo - @format - START-INFO-DIR-ENTRY --* Standards: (standards). GNU coding standards. -+* Standards: (standards). GNU coding standards. - END-INFO-DIR-ENTRY - @end format - @end ifinfo diff --git a/devel/gnu-autoconf/pkg-comment b/devel/gnu-autoconf/pkg-comment deleted file mode 100644 index 6922f03c2b32..000000000000 --- a/devel/gnu-autoconf/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Automatically configure source code on many Un*x platforms diff --git a/devel/gnu-autoconf/pkg-descr b/devel/gnu-autoconf/pkg-descr deleted file mode 100644 index 61da7cbcafe8..000000000000 --- a/devel/gnu-autoconf/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Autoconf is an extensible package of m4 macros that produce shell -scripts to automatically configure software source code packages. -These scripts can adapt the packages to many kinds of UNIX-like -systems without manual user intervention. Autoconf creates a -configuration script for a package from a template file that lists the -operating system features that the package can use, in the form of m4 -macro calls. diff --git a/devel/gnu-autoconf/pkg-plist b/devel/gnu-autoconf/pkg-plist deleted file mode 100644 index 233bb347b661..000000000000 --- a/devel/gnu-autoconf/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -bin/autoconf -bin/autoheader -bin/autoreconf -bin/autoscan -bin/autoupdate -bin/ifnames -@unexec install-info --delete %D/info/autoconf.info %D/info/dir -@unexec install-info --delete %D/info/standards.info %D/info/dir -info/autoconf.info -info/standards.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/autoconf.info %D/info/dir -@exec install-info %D/info/standards.info %D/info/dir -share/autoconf/acconfig.h -share/autoconf/acfunctions -share/autoconf/acgeneral.m4 -share/autoconf/acheaders -share/autoconf/acidentifiers -share/autoconf/acmakevars -share/autoconf/acoldnames.m4 -share/autoconf/acprograms -share/autoconf/acspecific.m4 -share/autoconf/autoconf.m4 -share/autoconf/autoconf.m4f -share/autoconf/autoheader.m4 -share/autoconf/autoheader.m4f -share/autoconf/config.guess -share/autoconf/config.sub -@dirrm share/autoconf diff --git a/devel/gnu-automake/Makefile b/devel/gnu-automake/Makefile deleted file mode 100644 index 0b13df776ce9..000000000000 --- a/devel/gnu-automake/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: automake -# Version required: 1.4 -# Date created: 15 March 1997 -# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp> -# -# $Id: Makefile,v 1.9 1999/01/27 07:41:06 fenner Exp $ -# - -DISTNAME= automake-1.4 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= automake - -MAINTAINER= fujimoto@oscar.elec.waseda.ac.jp - -GNU_CONFIGURE= yes -CONFIGURE_ENV= PERL=${PERL5} -USE_PERL5= yes - -STRIP= # none - -post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir - -.include <bsd.port.mk> diff --git a/devel/gnu-automake/distinfo b/devel/gnu-automake/distinfo deleted file mode 100644 index ae971ce8b65f..000000000000 --- a/devel/gnu-automake/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (automake-1.4.tar.gz) = 1d483ffa4349bfc9ab8ae0de0c617c7b diff --git a/devel/gnu-automake/files/patch-aa b/devel/gnu-automake/files/patch-aa deleted file mode 100644 index a63884c48187..000000000000 --- a/devel/gnu-automake/files/patch-aa +++ /dev/null @@ -1,25 +0,0 @@ ---- automake.texi.orig Sat Apr 4 04:04:07 1998 -+++ automake.texi Wed Sep 23 23:34:15 1998 -@@ -1,6 +1,7 @@ - \input texinfo @c -*-texinfo-*- - @c %**start of header - @setfilename automake.info -+@dircategory Programming & development tools - @settitle automake - @setchapternewpage off - @c %**end of header -@@ -9,12 +10,12 @@ - - @dircategory GNU admin - @direntry --* automake: (automake). Making Makefile.in's -+* Automake: (automake). Making Makefile.in's - @end direntry - - @dircategory Individual utilities - @direntry --* aclocal: (automake)Invoking aclocal. Generating aclocal.m4 -+* Aclocal: (automake) Invoking aclocal. Generating aclocal.m4 - @end direntry - - @ifinfo diff --git a/devel/gnu-automake/files/patch-ab b/devel/gnu-automake/files/patch-ab deleted file mode 100644 index 4dcfc66fcd29..000000000000 --- a/devel/gnu-automake/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon May 4 10:42:08 1998 -+++ Makefile.in Mon May 4 10:42:34 1998 -@@ -204,7 +204,7 @@ - .texi.info: - @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] - cd $(srcdir) \ -- && $(MAKEINFO) `echo $< | sed 's,.*/,,'` -+ && $(MAKEINFO) --no-split `echo $< | sed 's,.*/,,'` - - .texi.dvi: - TEXINPUTS=$(srcdir):$$TEXINPUTS \ diff --git a/devel/gnu-automake/pkg-comment b/devel/gnu-automake/pkg-comment deleted file mode 100644 index dc2986f74176..000000000000 --- a/devel/gnu-automake/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNU Standards-compliant Makefile generator diff --git a/devel/gnu-automake/pkg-descr b/devel/gnu-automake/pkg-descr deleted file mode 100644 index 03abb4a47bb0..000000000000 --- a/devel/gnu-automake/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Automake is an experimental Makefile generator. It was inspired by -the 4.4BSD make and include files, but aims to be portable and to -conform to the GNU standards for Makefile variables and targets. - -Automake assumes the project uses autoconf. If you want automatic -dependency tracking support, the use of GNU make is also required. diff --git a/devel/gnu-automake/pkg-plist b/devel/gnu-automake/pkg-plist deleted file mode 100644 index 88ef141d4d24..000000000000 --- a/devel/gnu-automake/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -bin/aclocal -bin/automake -@unexec install-info --delete %D/info/automake.info %D/info/dir -info/automake.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/automake.info %D/info/dir -share/aclocal/ccstdc.m4 -share/aclocal/cond.m4 -share/aclocal/dmalloc.m4 -share/aclocal/error.m4 -share/aclocal/header.m4 -share/aclocal/init.m4 -share/aclocal/lex.m4 -share/aclocal/lispdir.m4 -share/aclocal/maintainer.m4 -share/aclocal/missing.m4 -share/aclocal/mktime.m4 -share/aclocal/multi.m4 -share/aclocal/obstack.m4 -share/aclocal/protos.m4 -share/aclocal/ptrdiff.m4 -share/aclocal/regex.m4 -share/aclocal/sanity.m4 -share/aclocal/strtod.m4 -share/aclocal/termios.m4 -share/aclocal/winsz.m4 -share/automake/COPYING -share/automake/INSTALL -share/automake/acinstall -share/automake/ansi2knr.1 -share/automake/ansi2knr.c -share/automake/clean-hdr.am -share/automake/clean-kr.am -share/automake/clean.am -share/automake/comp-vars.am -share/automake/compile.am -share/automake/config.guess -share/automake/config.sub -share/automake/data-clean.am -share/automake/data.am -share/automake/dejagnu.am -share/automake/depend.am -share/automake/depend2.am -share/automake/dist-vars.am -share/automake/elisp-comp -share/automake/footer.am -share/automake/header-vars.am -share/automake/header.am -share/automake/install-sh -share/automake/java-clean.am -share/automake/java.am -share/automake/kr-extra.am -share/automake/library.am -share/automake/libs-clean.am -share/automake/libs.am -share/automake/libtool.am -share/automake/lisp-clean.am -share/automake/lisp.am -share/automake/ltlib-clean.am -share/automake/ltlib.am -share/automake/ltlibrary.am -share/automake/mans-vars.am -share/automake/mans.am -share/automake/mdate-sh -share/automake/missing -share/automake/mkinstalldirs -share/automake/multilib.am -share/automake/program.am -share/automake/progs-clean.am -share/automake/progs.am -share/automake/remake-hdr.am -share/automake/remake.am -share/automake/scripts.am -share/automake/subdirs.am -share/automake/tags-clean.am -share/automake/tags.am -share/automake/texi-vers.am -share/automake/texinfo.tex -share/automake/texinfos.am -share/automake/ylwrap -@dirrm share/automake -@unexec rmdir %D/share/aclocal 2>/dev/null || true diff --git a/devel/gnu-libtool/Makefile b/devel/gnu-libtool/Makefile deleted file mode 100644 index 6dc68697c98e..000000000000 --- a/devel/gnu-libtool/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: libtool -# Version required: 1.3 -# Date created: 6 May 1998 -# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp> -# -# $Id: Makefile,v 1.3 1999/01/27 07:41:08 fenner Exp $ -# - -DISTNAME= libtool-1.3 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= libtool - -MAINTAINER= reg@shale.csir.co.za - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-ltdl-install - -pre-install: - @if [ -d ${PREFIX}/info -a ! -f ${PREFIX}/info/dir -a -f /usr/share/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - -.include <bsd.port.mk> diff --git a/devel/gnu-libtool/distinfo b/devel/gnu-libtool/distinfo deleted file mode 100644 index ae15cdfd6930..000000000000 --- a/devel/gnu-libtool/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (libtool-1.3.tar.gz) = 770f8b97b03e95b7e0cf383297906353 diff --git a/devel/gnu-libtool/files/patch-aa b/devel/gnu-libtool/files/patch-aa deleted file mode 100644 index 483466c69666..000000000000 --- a/devel/gnu-libtool/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/libtool.texi.orig Wed Mar 11 02:04:36 1998 -+++ doc/libtool.texi Mon Apr 27 16:57:24 1998 -@@ -10,7 +10,7 @@ - @set BUGADDR the libtool mailing list @email{bug-libtool@@gnu.org} - @set objdir .libs - --@dircategory GNU programming tools -+@dircategory Programming & development tools - @direntry - * Libtool: (libtool). Generic shared library support script. - @end direntry diff --git a/devel/gnu-libtool/files/patch-ab b/devel/gnu-libtool/files/patch-ab deleted file mode 100644 index dd642b335b69..000000000000 --- a/devel/gnu-libtool/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig Fri Mar 20 17:01:52 1998 -+++ doc/Makefile.in Mon Apr 27 17:22:55 1998 -@@ -70,7 +70,7 @@ - LIBTOOL = @LIBTOOL@ - LIBTOOL_FLAGS = @LIBTOOL_FLAGS@ - LN_S = @LN_S@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - NM = @NM@ - PACKAGE = @PACKAGE@ - RANLIB = @RANLIB@ diff --git a/devel/gnu-libtool/files/patch-ac b/devel/gnu-libtool/files/patch-ac deleted file mode 100644 index 43bdc69d080d..000000000000 --- a/devel/gnu-libtool/files/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ ---- ltconfig.orig Mon Mar 15 19:38:58 1999 -+++ ltconfig Mon Apr 5 01:40:53 1999 -@@ -1672,14 +1672,16 @@ - freebsd-elf*) - deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object' - file_magic_cmd=/usr/bin/file -- file_magic_test_file=`echo /usr/lib/libc.so*` -+ file_magic_test_file=`echo /usr/lib/libc.so.*` - library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so' - need_version=no - need_lib_prefix=no - ;; - freebsd-*) -- deplibs_check_method=unknown -- library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix' -+ deplibs_check_method='file_magic FreeBSD.* shared library' -+ file_magic_cmd=/usr/bin/file -+ file_magic_test_file=`echo /usr/lib/libc.so.*` -+ library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix $libname.so' - need_version=yes - ;; - esac diff --git a/devel/gnu-libtool/files/patch-ae b/devel/gnu-libtool/files/patch-ae deleted file mode 100644 index 1468b8fed6bd..000000000000 --- a/devel/gnu-libtool/files/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Fri Feb 19 00:50:06 1999 -+++ configure Fri Feb 19 00:50:21 1999 -@@ -5288,10 +5288,6 @@ - *) # Relative path. - ac_sub_cache_file="$ac_dots$cache_file" ;; - esac -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac - - echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" - # The eval makes quoting arguments work. diff --git a/devel/gnu-libtool/pkg-comment b/devel/gnu-libtool/pkg-comment deleted file mode 100644 index f96551866378..000000000000 --- a/devel/gnu-libtool/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Generic shared library support script. diff --git a/devel/gnu-libtool/pkg-descr b/devel/gnu-libtool/pkg-descr deleted file mode 100644 index 7e26102f0e38..000000000000 --- a/devel/gnu-libtool/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is GNU Libtool, a generic library support script. Libtool hides -the complexity of using shared libraries behind a consistent, portable -interface. - -To use libtool, add the new generic library building commands to your -Makefile, Makefile.in, or Makefile.am. diff --git a/devel/gnu-libtool/pkg-plist b/devel/gnu-libtool/pkg-plist deleted file mode 100644 index 82d8b30bf09a..000000000000 --- a/devel/gnu-libtool/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -bin/libtool -bin/libtoolize -@unexec install-info --delete %D/info/libtool.info %D/info/dir -info/libtool.info -@exec [ -f %D/info/dir -o ! -f /usr/share/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/libtool.info %D/info/dir -share/aclocal/libtool.m4 -share/libtool/config.guess -share/libtool/config.sub -share/libtool/libltdl/COPYING.LIB -share/libtool/libltdl/Makefile.am -share/libtool/libltdl/Makefile.in -share/libtool/libltdl/README -share/libtool/libltdl/acconfig.h -share/libtool/libltdl/acinclude.m4 -share/libtool/libltdl/aclocal.m4 -share/libtool/libltdl/config.h.in -share/libtool/libltdl/configure -share/libtool/libltdl/configure.in -share/libtool/libltdl/ltdl.c -share/libtool/libltdl/ltdl.h -share/libtool/libltdl/stamp-h.in -share/libtool/ltconfig -share/libtool/ltmain.sh -@dirrm share/libtool/libltdl -@dirrm share/libtool -@unexec rmdir %D/share/aclocal 2>/dev/null || true diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile deleted file mode 100644 index cd04a664fc82..000000000000 --- a/devel/gnustep-make/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: gnustep -# Version required: 0.5.5 -# Date created: 03 October 1998 -# Whom: Thomas Gellekum <tg@FreeBSD.ORG> -# -# $Id$ -# - -DISTNAME= gstep-core-0.5.5 -PKGNAME= gnustep-0.5.5 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ \ - ftp://ftp.peanuts.org/Mirrors/GNUstep/gnustep/core/ - -MAINTAINER= ports@FreeBSD.ORG - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff34 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 300000 -BROKEN= "Sorry, this port does not work on FreeBSD-2.2.x" -.elif ${OSVERSION} < 400000 -BUILD_DEPENDS= egcc:${PORTSDIR}/lang/egcs -RUN_DEPENDS= egcc:${PORTSDIR}/lang/egcs -.endif - -WRKSRC= ${WRKDIR}/gstep-0.5.5 -PREFIX= ${LOCALBASE}/GNUstep -GNU_CONFIGURE= yes -CONFIGURE_ENV= CC=egcc INSTALL_PROGRAM="install -c" INSTALL_DATA="install -c" -CONFIGURE_ARGS= --with-library-combo=gnu-gnu-gnu-xraw \ - --with-jpeg-library=${LOCALBASE}/lib \ - --with-jpeg-include=${LOCALBASE}/include \ - --with-tiff-library=${LOCALBASE}/lib \ - --with-tiff-include=${LOCALBASE}/include -USE_GMAKE= yes -MAKEFILE= -MAKE_FLAGS= OPTFLAG="${CFLAGS}" -NO_MTREE= yes - -GNUSTEPLIBDIR= ${PREFIX}/Libraries/ix86/freebsd3.1/gnu-gnu-gnu-xraw - -post-install: -.for lib in gmodel gnustep-base gnustep-gui gnustep-xraw - ${LN} -sf ${GNUSTEPLIBDIR}/lib${lib}.so ${LOCALBASE}/lib/lib${lib}.so - ${LN} -sf ${GNUSTEPLIBDIR}/lib${lib}.so.0.5.5 \ - ${LOCALBASE}/lib/lib${lib}.so.0.5.5 -.endfor - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${LOCALBASE}/lib - -.include <bsd.port.post.mk> diff --git a/devel/gnustep-make/distinfo b/devel/gnustep-make/distinfo deleted file mode 100644 index 895d25f66b3c..000000000000 --- a/devel/gnustep-make/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gstep-core-0.5.5.tar.gz) = aa1025b80e243950c0343d3d8d2a848d diff --git a/devel/gnustep-make/pkg-comment b/devel/gnustep-make/pkg-comment deleted file mode 100644 index 9f12218e1504..000000000000 --- a/devel/gnustep-make/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Objective-C libraries based on the OpenStep standard. diff --git a/devel/gnustep-make/pkg-descr b/devel/gnustep-make/pkg-descr deleted file mode 100644 index de2294649d73..000000000000 --- a/devel/gnustep-make/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -GNUstep is a set of general-purpose Objective-C libraries base on the -OpenStep standard developed by NeXT (now Apple) Inc. The libraries -consist of everything from foundation classes, such as dictionaries and -arrays, to GUI interface classes such as windows, sliders, buttons, etc. - -Please contact the GNUstep maintainers at <discussion@gnustep.org> in -case of questions and help offers. diff --git a/devel/gnustep-make/pkg-plist b/devel/gnustep-make/pkg-plist deleted file mode 100644 index b0391a0a1968..000000000000 --- a/devel/gnustep-make/pkg-plist +++ /dev/null @@ -1,948 +0,0 @@ -Headers/gnustep/Foundation/DistributedObjects.h -Headers/gnustep/Foundation/Foundation.h -Headers/gnustep/Foundation/NSArchiver.h -Headers/gnustep/Foundation/NSArray.h -Headers/gnustep/Foundation/NSAttributedString.h -Headers/gnustep/Foundation/NSAutoreleasePool.h -Headers/gnustep/Foundation/NSBitmapCharSet.h -Headers/gnustep/Foundation/NSBundle.h -Headers/gnustep/Foundation/NSByteOrder.h -Headers/gnustep/Foundation/NSCharacterSet.h -Headers/gnustep/Foundation/NSCoder.h -Headers/gnustep/Foundation/NSConcreteNumber.h -Headers/gnustep/Foundation/NSConcreteValue.h -Headers/gnustep/Foundation/NSConnection.h -Headers/gnustep/Foundation/NSData.h -Headers/gnustep/Foundation/NSDate.h -Headers/gnustep/Foundation/NSDateFormatter.h -Headers/gnustep/Foundation/NSDebug.h -Headers/gnustep/Foundation/NSDecimal.h -Headers/gnustep/Foundation/NSDecimalNumber.h -Headers/gnustep/Foundation/NSDictionary.h -Headers/gnustep/Foundation/NSDistantObject.h -Headers/gnustep/Foundation/NSDistributedLock.h -Headers/gnustep/Foundation/NSDistributedNotificationCenter.h -Headers/gnustep/Foundation/NSEnumerator.h -Headers/gnustep/Foundation/NSException.h -Headers/gnustep/Foundation/NSFileHandle.h -Headers/gnustep/Foundation/NSFileManager.h -Headers/gnustep/Foundation/NSFormatter.h -Headers/gnustep/Foundation/NSGArchiver.h -Headers/gnustep/Foundation/NSGArray.h -Headers/gnustep/Foundation/NSGAttributedString.h -Headers/gnustep/Foundation/NSGCString.h -Headers/gnustep/Foundation/NSGSequence.h -Headers/gnustep/Foundation/NSGSet.h -Headers/gnustep/Foundation/NSGString.h -Headers/gnustep/Foundation/NSGeometry.h -Headers/gnustep/Foundation/NSHashTable.h -Headers/gnustep/Foundation/NSHost.h -Headers/gnustep/Foundation/NSInvocation.h -Headers/gnustep/Foundation/NSLock.h -Headers/gnustep/Foundation/NSMapTable.h -Headers/gnustep/Foundation/NSMethodSignature.h -Headers/gnustep/Foundation/NSNotification.h -Headers/gnustep/Foundation/NSNotificationQueue.h -Headers/gnustep/Foundation/NSObjCRuntime.h -Headers/gnustep/Foundation/NSObject.h -Headers/gnustep/Foundation/NSPage.h -Headers/gnustep/Foundation/NSPathUtilities.h -Headers/gnustep/Foundation/NSPort.h -Headers/gnustep/Foundation/NSPortCoder.h -Headers/gnustep/Foundation/NSPortMessage.h -Headers/gnustep/Foundation/NSPortNameServer.h -Headers/gnustep/Foundation/NSProcessInfo.h -Headers/gnustep/Foundation/NSProtocolChecker.h -Headers/gnustep/Foundation/NSProxy.h -Headers/gnustep/Foundation/NSRange.h -Headers/gnustep/Foundation/NSRunLoop.h -Headers/gnustep/Foundation/NSScanner.h -Headers/gnustep/Foundation/NSSerialization.h -Headers/gnustep/Foundation/NSSet.h -Headers/gnustep/Foundation/NSString.h -Headers/gnustep/Foundation/NSTask.h -Headers/gnustep/Foundation/NSThread.h -Headers/gnustep/Foundation/NSTimer.h -Headers/gnustep/Foundation/NSURL.h -Headers/gnustep/Foundation/NSURLHandle.h -Headers/gnustep/Foundation/NSUndoManager.h -Headers/gnustep/Foundation/NSUserDefaults.h -Headers/gnustep/Foundation/NSUtilities.h -Headers/gnustep/Foundation/NSValue.h -Headers/gnustep/Foundation/NSZone.h -Headers/gnustep/Foundation/objc-load.h -Headers/gnustep/base/Archiver.h -Headers/gnustep/base/Array.h -Headers/gnustep/base/ArrayPrivate.h -Headers/gnustep/base/Bag.h -Headers/gnustep/base/BinaryCStream.h -Headers/gnustep/base/BinaryTree.h -Headers/gnustep/base/BinaryTreeNode.h -Headers/gnustep/base/CStream.h -Headers/gnustep/base/CStreaming.h -Headers/gnustep/base/CircularArray.h -Headers/gnustep/base/CircularArrayPrivate.h -Headers/gnustep/base/Coder.h -Headers/gnustep/base/CoderPrivate.h -Headers/gnustep/base/Coding.h -Headers/gnustep/base/Collecting.h -Headers/gnustep/base/Collection.h -Headers/gnustep/base/CollectionPrivate.h -Headers/gnustep/base/ConnectedCoder.h -Headers/gnustep/base/DelegatePool.h -Headers/gnustep/base/Dictionary.h -Headers/gnustep/base/Enumerating.h -Headers/gnustep/base/GapArray.h -Headers/gnustep/base/GapArrayPrivate.h -Headers/gnustep/base/GetDefEncoding.h -Headers/gnustep/base/Heap.h -Headers/gnustep/base/IndexedCollecting.h -Headers/gnustep/base/IndexedCollection.h -Headers/gnustep/base/IndexedCollectionPrivate.h -Headers/gnustep/base/InvalidationListening.h -Headers/gnustep/base/Invocation.h -Headers/gnustep/base/Invoking.h -Headers/gnustep/base/KeyedCollecting.h -Headers/gnustep/base/KeyedCollection.h -Headers/gnustep/base/LinkedList.h -Headers/gnustep/base/LinkedListNode.h -Headers/gnustep/base/Locking.h -Headers/gnustep/base/MachPort.h -Headers/gnustep/base/MappedCollector.h -Headers/gnustep/base/MemoryStream.h -Headers/gnustep/base/NotificationDispatcher.h -Headers/gnustep/base/OrderedCollecting.h -Headers/gnustep/base/OrderedCollection.h -Headers/gnustep/base/Ordering.h -Headers/gnustep/base/Port.h -Headers/gnustep/base/Queue.h -Headers/gnustep/base/RBTree.h -Headers/gnustep/base/RBTreeNode.h -Headers/gnustep/base/README -Headers/gnustep/base/RawCStream.h -Headers/gnustep/base/Retaining.h -Headers/gnustep/base/RunLoop.h -Headers/gnustep/base/Set.h -Headers/gnustep/base/SplayTree.h -Headers/gnustep/base/Stack.h -Headers/gnustep/base/StdioStream.h -Headers/gnustep/base/Stream.h -Headers/gnustep/base/Streaming.h -Headers/gnustep/base/TcpPort.h -Headers/gnustep/base/TextCStream.h -Headers/gnustep/base/UdpPort.h -Headers/gnustep/base/Unicode.h -Headers/gnustep/base/UnixFileHandle.h -Headers/gnustep/base/ValueHolding.h -Headers/gnustep/base/behavior.h -Headers/gnustep/base/fake-main.h -Headers/gnustep/base/fast.x -Headers/gnustep/base/numbers.h -Headers/gnustep/base/o_array.h -Headers/gnustep/base/o_array_bas.h -Headers/gnustep/base/o_array_cbs.h -Headers/gnustep/base/o_cbs.h -Headers/gnustep/base/o_hash.h -Headers/gnustep/base/o_hash_bas.h -Headers/gnustep/base/o_hash_cbs.h -Headers/gnustep/base/o_list.h -Headers/gnustep/base/o_list_bas.h -Headers/gnustep/base/o_list_cbs.h -Headers/gnustep/base/o_map.h -Headers/gnustep/base/o_map_bas.h -Headers/gnustep/base/o_map_cbs.h -Headers/gnustep/base/objc-gnu2next.h -Headers/gnustep/base/ostream.h -Headers/gnustep/base/preface.h -Headers/gnustep/gui/AppKit/AppKit.h -Headers/gnustep/gui/AppKit/GMAppKit.h -Headers/gnustep/gui/AppKit/GMArchiver.h -Headers/gnustep/gui/AppKit/GSContext.h -Headers/gnustep/gui/AppKit/GSServicesManager.h -Headers/gnustep/gui/AppKit/GSTrackingRect.h -Headers/gnustep/gui/AppKit/IMConnectors.h -Headers/gnustep/gui/AppKit/IMCustomObject.h -Headers/gnustep/gui/AppKit/IMLoading.h -Headers/gnustep/gui/AppKit/NSActionCell.h -Headers/gnustep/gui/AppKit/NSApplication.h -Headers/gnustep/gui/AppKit/NSBitmapImageRep.h -Headers/gnustep/gui/AppKit/NSBox.h -Headers/gnustep/gui/AppKit/NSBrowser.h -Headers/gnustep/gui/AppKit/NSBrowserCell.h -Headers/gnustep/gui/AppKit/NSButton.h -Headers/gnustep/gui/AppKit/NSButtonCell.h -Headers/gnustep/gui/AppKit/NSCStringText.h -Headers/gnustep/gui/AppKit/NSCachedImageRep.h -Headers/gnustep/gui/AppKit/NSCell.h -Headers/gnustep/gui/AppKit/NSClipView.h -Headers/gnustep/gui/AppKit/NSColor.h -Headers/gnustep/gui/AppKit/NSColorList.h -Headers/gnustep/gui/AppKit/NSColorPanel.h -Headers/gnustep/gui/AppKit/NSColorPicker.h -Headers/gnustep/gui/AppKit/NSColorPicking.h -Headers/gnustep/gui/AppKit/NSColorWell.h -Headers/gnustep/gui/AppKit/NSControl.h -Headers/gnustep/gui/AppKit/NSCursor.h -Headers/gnustep/gui/AppKit/NSCustomImageRep.h -Headers/gnustep/gui/AppKit/NSDataLink.h -Headers/gnustep/gui/AppKit/NSDataLinkManager.h -Headers/gnustep/gui/AppKit/NSDataLinkPanel.h -Headers/gnustep/gui/AppKit/NSDragging.h -Headers/gnustep/gui/AppKit/NSEPSImageRep.h -Headers/gnustep/gui/AppKit/NSEvent.h -Headers/gnustep/gui/AppKit/NSFileWrapper.h -Headers/gnustep/gui/AppKit/NSFont.h -Headers/gnustep/gui/AppKit/NSFontManager.h -Headers/gnustep/gui/AppKit/NSFontPanel.h -Headers/gnustep/gui/AppKit/NSForm.h -Headers/gnustep/gui/AppKit/NSFormCell.h -Headers/gnustep/gui/AppKit/NSGraphics.h -Headers/gnustep/gui/AppKit/NSHelpPanel.h -Headers/gnustep/gui/AppKit/NSImage.h -Headers/gnustep/gui/AppKit/NSImageRep.h -Headers/gnustep/gui/AppKit/NSImageView.h -Headers/gnustep/gui/AppKit/NSLayoutManager.h -Headers/gnustep/gui/AppKit/NSMatrix.h -Headers/gnustep/gui/AppKit/NSMenu.h -Headers/gnustep/gui/AppKit/NSMenuItem.h -Headers/gnustep/gui/AppKit/NSNibDeclarations.h -Headers/gnustep/gui/AppKit/NSNibLoading.h -Headers/gnustep/gui/AppKit/NSOpenPanel.h -Headers/gnustep/gui/AppKit/NSPageLayout.h -Headers/gnustep/gui/AppKit/NSPanel.h -Headers/gnustep/gui/AppKit/NSParagraphStyle.h -Headers/gnustep/gui/AppKit/NSPasteboard.h -Headers/gnustep/gui/AppKit/NSPopUpButton.h -Headers/gnustep/gui/AppKit/NSPrintInfo.h -Headers/gnustep/gui/AppKit/NSPrintOperation.h -Headers/gnustep/gui/AppKit/NSPrintPanel.h -Headers/gnustep/gui/AppKit/NSPrinter.h -Headers/gnustep/gui/AppKit/NSResponder.h -Headers/gnustep/gui/AppKit/NSRulerMarker.h -Headers/gnustep/gui/AppKit/NSRulerView.h -Headers/gnustep/gui/AppKit/NSSavePanel.h -Headers/gnustep/gui/AppKit/NSScreen.h -Headers/gnustep/gui/AppKit/NSScrollView.h -Headers/gnustep/gui/AppKit/NSScroller.h -Headers/gnustep/gui/AppKit/NSSelection.h -Headers/gnustep/gui/AppKit/NSSlider.h -Headers/gnustep/gui/AppKit/NSSliderCell.h -Headers/gnustep/gui/AppKit/NSSpellChecker.h -Headers/gnustep/gui/AppKit/NSSpellProtocol.h -Headers/gnustep/gui/AppKit/NSSpellServer.h -Headers/gnustep/gui/AppKit/NSSplitView.h -Headers/gnustep/gui/AppKit/NSStringDrawing.h -Headers/gnustep/gui/AppKit/NSText.h -Headers/gnustep/gui/AppKit/NSTextAttachment.h -Headers/gnustep/gui/AppKit/NSTextContainer.h -Headers/gnustep/gui/AppKit/NSTextField.h -Headers/gnustep/gui/AppKit/NSTextFieldCell.h -Headers/gnustep/gui/AppKit/NSTextStorage.h -Headers/gnustep/gui/AppKit/NSTextView.h -Headers/gnustep/gui/AppKit/NSView.h -Headers/gnustep/gui/AppKit/NSWindow.h -Headers/gnustep/gui/AppKit/NSWorkspace.h -Headers/gnustep/gui/AppKit/PSMatrix.h -Headers/gnustep/gui/AppKit/nsimage-tiff.h -Headers/gnustep/xraw/XR.h -Headers/gnustep/xraw/XRApplication.h -Headers/gnustep/xraw/XRBitmapImageRep.h -Headers/gnustep/xraw/XRCachedImageRep.h -Headers/gnustep/xraw/XRColor.h -Headers/gnustep/xraw/XRContext.h -Headers/gnustep/xraw/XRCursor.h -Headers/gnustep/xraw/XRDrawingEngine.h -Headers/gnustep/xraw/XRFont.h -Headers/gnustep/xraw/XRFontManager.h -Headers/gnustep/xraw/XRImage.h -Headers/gnustep/xraw/XRImageRep.h -Headers/gnustep/xraw/XRMenu.h -Headers/gnustep/xraw/XRMenuCell.h -Headers/gnustep/xraw/XRPopUpButton.h -Headers/gnustep/xraw/XRScreen.h -Headers/gnustep/xraw/XRStringDrawing.h -Headers/gnustep/xraw/XRView.h -Headers/gnustep/xraw/XRWindow.h -Headers/gnustep/xraw/XRWindowView.h -Headers/gnustep/xraw/stdxr.h -Headers/ix86/freebsd3.1/GSConfig.h -Headers/ix86/freebsd3.1/mframe.h -Libraries/Resources/Images/GNUstep_Images_Copyright -Libraries/Resources/Images/common_ArrowDown.tiff -Libraries/Resources/Images/common_ArrowDownH.tiff -Libraries/Resources/Images/common_ArrowLeft.tiff -Libraries/Resources/Images/common_ArrowLeftH.tiff -Libraries/Resources/Images/common_ArrowRight.tiff -Libraries/Resources/Images/common_ArrowRightH.tiff -Libraries/Resources/Images/common_ArrowUp.tiff -Libraries/Resources/Images/common_ArrowUpH.tiff -Libraries/Resources/Images/common_Close.tiff -Libraries/Resources/Images/common_CloseBroken.tiff -Libraries/Resources/Images/common_CloseH.tiff -Libraries/Resources/Images/common_Dimple.tiff -Libraries/Resources/Images/common_RadioOff.tiff -Libraries/Resources/Images/common_RadioOn.tiff -Libraries/Resources/Images/common_Right.tiff -Libraries/Resources/Images/common_RightH.tiff -Libraries/Resources/Images/common_SliderHoriz.tiff -Libraries/Resources/Images/common_SliderVert.tiff -Libraries/Resources/Images/common_SwitchOff.tiff -Libraries/Resources/Images/common_SwitchOn.tiff -Libraries/Resources/Images/common_WMClose.tiff -Libraries/Resources/Images/common_WMCloseBroken.tiff -Libraries/Resources/Images/common_ret.tiff -Libraries/Resources/Images/nsmapping.strings -Libraries/Resources/gnustep/NSCharacterSets/README.CharSet -Libraries/Resources/gnustep/NSCharacterSets/alphanumCharSet.dat -Libraries/Resources/gnustep/NSCharacterSets/controlCharSet.dat -Libraries/Resources/gnustep/NSCharacterSets/decimalCharSet.dat -Libraries/Resources/gnustep/NSCharacterSets/decomposableCharSet.dat -Libraries/Resources/gnustep/NSCharacterSets/illegalCharSet.dat -Libraries/Resources/gnustep/NSCharacterSets/lettercharCharSet.dat -Libraries/Resources/gnustep/NSCharacterSets/nonbaseCharSet.dat -Libraries/Resources/gnustep/NSCharacterSets/uppercaseCharSet.dat -Libraries/Resources/gnustep/NSCharacterSets/whitespaceCharSet.dat -Libraries/Resources/gnustep/NSCharacterSets/whitespaceandnlCharSet.dat -Libraries/Resources/gnustep/NSTimeZones/README -Libraries/Resources/gnustep/NSTimeZones/abbreviations -Libraries/Resources/gnustep/NSTimeZones/create-abbrevs.m -Libraries/Resources/gnustep/NSTimeZones/create-regions.m -Libraries/Resources/gnustep/NSTimeZones/nstimezone.m -Libraries/Resources/gnustep/NSTimeZones/regions -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Abidjan -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Accra -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Addis_Ababa -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Algiers -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Asmera -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Bamako -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Bangui -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Banjul -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Bissau -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Blantyre -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Brazzaville -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Bujumbura -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Cairo -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Casablanca -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Ceuta -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Conakry -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Dakar -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Dar_es_Salaam -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Djibouti -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Douala -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/El_Aaiun -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Freetown -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Gaborone -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Harare -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Johannesburg -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Kampala -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Khartoum -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Kigali -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Kinshasa -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Lagos -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Libreville -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Lome -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Luanda -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Lubumbashi -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Lusaka -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Malabo -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Maputo -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Maseru -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Mbabane -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Mogadishu -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Monrovia -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Nairobi -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Ndjamena -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Niamey -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Nouakchott -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Ouagadougou -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Porto-Novo -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Sao_Tome -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Timbuktu -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Tripoli -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Tunis -Libraries/Resources/gnustep/NSTimeZones/zones/Africa/Windhoek -Libraries/Resources/gnustep/NSTimeZones/zones/America/Adak -Libraries/Resources/gnustep/NSTimeZones/zones/America/Anchorage -Libraries/Resources/gnustep/NSTimeZones/zones/America/Anguilla -Libraries/Resources/gnustep/NSTimeZones/zones/America/Antigua -Libraries/Resources/gnustep/NSTimeZones/zones/America/Aruba -Libraries/Resources/gnustep/NSTimeZones/zones/America/Asuncion -Libraries/Resources/gnustep/NSTimeZones/zones/America/Atka -Libraries/Resources/gnustep/NSTimeZones/zones/America/Barbados -Libraries/Resources/gnustep/NSTimeZones/zones/America/Belize -Libraries/Resources/gnustep/NSTimeZones/zones/America/Bogota -Libraries/Resources/gnustep/NSTimeZones/zones/America/Boise -Libraries/Resources/gnustep/NSTimeZones/zones/America/Buenos_Aires -Libraries/Resources/gnustep/NSTimeZones/zones/America/Caracas -Libraries/Resources/gnustep/NSTimeZones/zones/America/Catamarca -Libraries/Resources/gnustep/NSTimeZones/zones/America/Cayenne -Libraries/Resources/gnustep/NSTimeZones/zones/America/Cayman -Libraries/Resources/gnustep/NSTimeZones/zones/America/Chicago -Libraries/Resources/gnustep/NSTimeZones/zones/America/Cordoba -Libraries/Resources/gnustep/NSTimeZones/zones/America/Costa_Rica -Libraries/Resources/gnustep/NSTimeZones/zones/America/Cuiaba -Libraries/Resources/gnustep/NSTimeZones/zones/America/Curacao -Libraries/Resources/gnustep/NSTimeZones/zones/America/Dawson -Libraries/Resources/gnustep/NSTimeZones/zones/America/Dawson_Creek -Libraries/Resources/gnustep/NSTimeZones/zones/America/Denver -Libraries/Resources/gnustep/NSTimeZones/zones/America/Detroit -Libraries/Resources/gnustep/NSTimeZones/zones/America/Dominica -Libraries/Resources/gnustep/NSTimeZones/zones/America/Edmonton -Libraries/Resources/gnustep/NSTimeZones/zones/America/El_Salvador -Libraries/Resources/gnustep/NSTimeZones/zones/America/Ensenada -Libraries/Resources/gnustep/NSTimeZones/zones/America/Fort_Wayne -Libraries/Resources/gnustep/NSTimeZones/zones/America/Fortaleza -Libraries/Resources/gnustep/NSTimeZones/zones/America/Glace_Bay -Libraries/Resources/gnustep/NSTimeZones/zones/America/Godthab -Libraries/Resources/gnustep/NSTimeZones/zones/America/Goose_Bay -Libraries/Resources/gnustep/NSTimeZones/zones/America/Grand_Turk -Libraries/Resources/gnustep/NSTimeZones/zones/America/Grenada -Libraries/Resources/gnustep/NSTimeZones/zones/America/Guadeloupe -Libraries/Resources/gnustep/NSTimeZones/zones/America/Guatemala -Libraries/Resources/gnustep/NSTimeZones/zones/America/Guayaquil -Libraries/Resources/gnustep/NSTimeZones/zones/America/Guyana -Libraries/Resources/gnustep/NSTimeZones/zones/America/Halifax -Libraries/Resources/gnustep/NSTimeZones/zones/America/Havana -Libraries/Resources/gnustep/NSTimeZones/zones/America/Indiana/Indianapolis -Libraries/Resources/gnustep/NSTimeZones/zones/America/Indiana/Knox -Libraries/Resources/gnustep/NSTimeZones/zones/America/Indiana/Marengo -Libraries/Resources/gnustep/NSTimeZones/zones/America/Indiana/Vevay -Libraries/Resources/gnustep/NSTimeZones/zones/America/Indianapolis -Libraries/Resources/gnustep/NSTimeZones/zones/America/Inuvik -Libraries/Resources/gnustep/NSTimeZones/zones/America/Iqaluit -Libraries/Resources/gnustep/NSTimeZones/zones/America/Jamaica -Libraries/Resources/gnustep/NSTimeZones/zones/America/Jujuy -Libraries/Resources/gnustep/NSTimeZones/zones/America/Juneau -Libraries/Resources/gnustep/NSTimeZones/zones/America/Knox_IN -Libraries/Resources/gnustep/NSTimeZones/zones/America/La_Paz -Libraries/Resources/gnustep/NSTimeZones/zones/America/Lima -Libraries/Resources/gnustep/NSTimeZones/zones/America/Los_Angeles -Libraries/Resources/gnustep/NSTimeZones/zones/America/Louisville -Libraries/Resources/gnustep/NSTimeZones/zones/America/Maceio -Libraries/Resources/gnustep/NSTimeZones/zones/America/Managua -Libraries/Resources/gnustep/NSTimeZones/zones/America/Manaus -Libraries/Resources/gnustep/NSTimeZones/zones/America/Martinique -Libraries/Resources/gnustep/NSTimeZones/zones/America/Mazatlan -Libraries/Resources/gnustep/NSTimeZones/zones/America/Mendoza -Libraries/Resources/gnustep/NSTimeZones/zones/America/Menominee -Libraries/Resources/gnustep/NSTimeZones/zones/America/Mexico_City -Libraries/Resources/gnustep/NSTimeZones/zones/America/Miquelon -Libraries/Resources/gnustep/NSTimeZones/zones/America/Montevideo -Libraries/Resources/gnustep/NSTimeZones/zones/America/Montreal -Libraries/Resources/gnustep/NSTimeZones/zones/America/Montserrat -Libraries/Resources/gnustep/NSTimeZones/zones/America/Nassau -Libraries/Resources/gnustep/NSTimeZones/zones/America/New_York -Libraries/Resources/gnustep/NSTimeZones/zones/America/Nipigon -Libraries/Resources/gnustep/NSTimeZones/zones/America/Nome -Libraries/Resources/gnustep/NSTimeZones/zones/America/Noronha -Libraries/Resources/gnustep/NSTimeZones/zones/America/Panama -Libraries/Resources/gnustep/NSTimeZones/zones/America/Pangnirtung -Libraries/Resources/gnustep/NSTimeZones/zones/America/Paramaribo -Libraries/Resources/gnustep/NSTimeZones/zones/America/Phoenix -Libraries/Resources/gnustep/NSTimeZones/zones/America/Port-au-Prince -Libraries/Resources/gnustep/NSTimeZones/zones/America/Port_of_Spain -Libraries/Resources/gnustep/NSTimeZones/zones/America/Porto_Acre -Libraries/Resources/gnustep/NSTimeZones/zones/America/Puerto_Rico -Libraries/Resources/gnustep/NSTimeZones/zones/America/Rainy_River -Libraries/Resources/gnustep/NSTimeZones/zones/America/Rankin_Inlet -Libraries/Resources/gnustep/NSTimeZones/zones/America/Regina -Libraries/Resources/gnustep/NSTimeZones/zones/America/Rosario -Libraries/Resources/gnustep/NSTimeZones/zones/America/Santiago -Libraries/Resources/gnustep/NSTimeZones/zones/America/Santo_Domingo -Libraries/Resources/gnustep/NSTimeZones/zones/America/Sao_Paulo -Libraries/Resources/gnustep/NSTimeZones/zones/America/Scoresbysund -Libraries/Resources/gnustep/NSTimeZones/zones/America/Shiprock -Libraries/Resources/gnustep/NSTimeZones/zones/America/St_Johns -Libraries/Resources/gnustep/NSTimeZones/zones/America/St_Kitts -Libraries/Resources/gnustep/NSTimeZones/zones/America/St_Lucia -Libraries/Resources/gnustep/NSTimeZones/zones/America/St_Thomas -Libraries/Resources/gnustep/NSTimeZones/zones/America/St_Vincent -Libraries/Resources/gnustep/NSTimeZones/zones/America/Swift_Current -Libraries/Resources/gnustep/NSTimeZones/zones/America/Tegucigalpa -Libraries/Resources/gnustep/NSTimeZones/zones/America/Thule -Libraries/Resources/gnustep/NSTimeZones/zones/America/Thunder_Bay -Libraries/Resources/gnustep/NSTimeZones/zones/America/Tijuana -Libraries/Resources/gnustep/NSTimeZones/zones/America/Tortola -Libraries/Resources/gnustep/NSTimeZones/zones/America/Vancouver -Libraries/Resources/gnustep/NSTimeZones/zones/America/Virgin -Libraries/Resources/gnustep/NSTimeZones/zones/America/Whitehorse -Libraries/Resources/gnustep/NSTimeZones/zones/America/Winnipeg -Libraries/Resources/gnustep/NSTimeZones/zones/America/Yakutat -Libraries/Resources/gnustep/NSTimeZones/zones/America/Yellowknife -Libraries/Resources/gnustep/NSTimeZones/zones/Antarctica/Casey -Libraries/Resources/gnustep/NSTimeZones/zones/Antarctica/DumontDUrville -Libraries/Resources/gnustep/NSTimeZones/zones/Antarctica/Mawson -Libraries/Resources/gnustep/NSTimeZones/zones/Antarctica/McMurdo -Libraries/Resources/gnustep/NSTimeZones/zones/Antarctica/Palmer -Libraries/Resources/gnustep/NSTimeZones/zones/Antarctica/South_Pole -Libraries/Resources/gnustep/NSTimeZones/zones/Arctic/Longyearbyen -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Aden -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Alma-Ata -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Amman -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Anadyr -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Aqtau -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Aqtobe -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Ashkhabad -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Baghdad -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Bahrain -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Baku -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Bangkok -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Beirut -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Bishkek -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Brunei -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Calcutta -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Chungking -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Colombo -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Dacca -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Damascus -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Dubai -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Dushanbe -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Gaza -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Harbin -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Hong_Kong -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Irkutsk -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Ishigaki -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Istanbul -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Jakarta -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Jayapura -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Jerusalem -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Kabul -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Kamchatka -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Karachi -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Kashgar -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Katmandu -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Krasnoyarsk -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Kuala_Lumpur -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Kuching -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Kuwait -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Macao -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Magadan -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Manila -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Muscat -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Nicosia -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Novosibirsk -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Omsk -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Phnom_Penh -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Pyongyang -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Qatar -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Rangoon -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Riyadh -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Riyadh87 -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Riyadh88 -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Riyadh89 -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Saigon -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Seoul -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Shanghai -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Singapore -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Taipei -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Tashkent -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Tbilisi -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Tehran -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Tel_Aviv -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Thimbu -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Tokyo -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Ujung_Pandang -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Ulan_Bator -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Urumqi -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Vientiane -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Vladivostok -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Yakutsk -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Yekaterinburg -Libraries/Resources/gnustep/NSTimeZones/zones/Asia/Yerevan -Libraries/Resources/gnustep/NSTimeZones/zones/Atlantic/Azores -Libraries/Resources/gnustep/NSTimeZones/zones/Atlantic/Bermuda -Libraries/Resources/gnustep/NSTimeZones/zones/Atlantic/Canary -Libraries/Resources/gnustep/NSTimeZones/zones/Atlantic/Cape_Verde -Libraries/Resources/gnustep/NSTimeZones/zones/Atlantic/Faeroe -Libraries/Resources/gnustep/NSTimeZones/zones/Atlantic/Jan_Mayen -Libraries/Resources/gnustep/NSTimeZones/zones/Atlantic/Madeira -Libraries/Resources/gnustep/NSTimeZones/zones/Atlantic/Reykjavik -Libraries/Resources/gnustep/NSTimeZones/zones/Atlantic/South_Georgia -Libraries/Resources/gnustep/NSTimeZones/zones/Atlantic/St_Helena -Libraries/Resources/gnustep/NSTimeZones/zones/Atlantic/Stanley -Libraries/Resources/gnustep/NSTimeZones/zones/Australia/ACT -Libraries/Resources/gnustep/NSTimeZones/zones/Australia/Adelaide -Libraries/Resources/gnustep/NSTimeZones/zones/Australia/Brisbane -Libraries/Resources/gnustep/NSTimeZones/zones/Australia/Broken_Hill -Libraries/Resources/gnustep/NSTimeZones/zones/Australia/Canberra -Libraries/Resources/gnustep/NSTimeZones/zones/Australia/Darwin -Libraries/Resources/gnustep/NSTimeZones/zones/Australia/Hobart -Libraries/Resources/gnustep/NSTimeZones/zones/Australia/LHI -Libraries/Resources/gnustep/NSTimeZones/zones/Australia/Lindeman -Libraries/Resources/gnustep/NSTimeZones/zones/Australia/Lord_Howe -Libraries/Resources/gnustep/NSTimeZones/zones/Australia/Melbourne -Libraries/Resources/gnustep/NSTimeZones/zones/Australia/NSW -Libraries/Resources/gnustep/NSTimeZones/zones/Australia/North -Libraries/Resources/gnustep/NSTimeZones/zones/Australia/Perth -Libraries/Resources/gnustep/NSTimeZones/zones/Australia/Queensland -Libraries/Resources/gnustep/NSTimeZones/zones/Australia/South -Libraries/Resources/gnustep/NSTimeZones/zones/Australia/Sydney -Libraries/Resources/gnustep/NSTimeZones/zones/Australia/Tasmania -Libraries/Resources/gnustep/NSTimeZones/zones/Australia/Victoria -Libraries/Resources/gnustep/NSTimeZones/zones/Australia/West -Libraries/Resources/gnustep/NSTimeZones/zones/Australia/Yancowinna -Libraries/Resources/gnustep/NSTimeZones/zones/Brazil/Acre -Libraries/Resources/gnustep/NSTimeZones/zones/Brazil/DeNoronha -Libraries/Resources/gnustep/NSTimeZones/zones/Brazil/East -Libraries/Resources/gnustep/NSTimeZones/zones/Brazil/West -Libraries/Resources/gnustep/NSTimeZones/zones/CET -Libraries/Resources/gnustep/NSTimeZones/zones/CST6CDT -Libraries/Resources/gnustep/NSTimeZones/zones/Canada/Atlantic -Libraries/Resources/gnustep/NSTimeZones/zones/Canada/Central -Libraries/Resources/gnustep/NSTimeZones/zones/Canada/East-Saskatchewan -Libraries/Resources/gnustep/NSTimeZones/zones/Canada/Eastern -Libraries/Resources/gnustep/NSTimeZones/zones/Canada/Mountain -Libraries/Resources/gnustep/NSTimeZones/zones/Canada/Newfoundland -Libraries/Resources/gnustep/NSTimeZones/zones/Canada/Pacific -Libraries/Resources/gnustep/NSTimeZones/zones/Canada/Saskatchewan -Libraries/Resources/gnustep/NSTimeZones/zones/Canada/Yukon -Libraries/Resources/gnustep/NSTimeZones/zones/Chile/Continental -Libraries/Resources/gnustep/NSTimeZones/zones/Chile/EasterIsland -Libraries/Resources/gnustep/NSTimeZones/zones/Cuba -Libraries/Resources/gnustep/NSTimeZones/zones/EET -Libraries/Resources/gnustep/NSTimeZones/zones/EST -Libraries/Resources/gnustep/NSTimeZones/zones/EST5EDT -Libraries/Resources/gnustep/NSTimeZones/zones/Egypt -Libraries/Resources/gnustep/NSTimeZones/zones/Eire -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT+0 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT+1 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT+10 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT+11 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT+12 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT+2 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT+3 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT+4 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT+5 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT+6 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT+7 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT+8 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT+9 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT-0 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT-1 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT-10 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT-11 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT-12 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT-13 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT-14 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT-2 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT-3 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT-4 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT-5 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT-6 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT-7 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT-8 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT-9 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/GMT0 -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/Greenwich -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/UCT -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/UTC -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/Universal -Libraries/Resources/gnustep/NSTimeZones/zones/Etc/Zulu -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Amsterdam -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Andorra -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Athens -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Belfast -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Belgrade -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Berlin -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Bratislava -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Brussels -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Bucharest -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Budapest -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Chisinau -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Copenhagen -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Dublin -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Gibraltar -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Helsinki -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Istanbul -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Kaliningrad -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Kiev -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Lisbon -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Ljubljana -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/London -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Luxembourg -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Madrid -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Malta -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Minsk -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Monaco -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Moscow -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Oslo -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Paris -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Prague -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Riga -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Rome -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Samara -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/San_Marino -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Sarajevo -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Simferopol -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Skopje -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Sofia -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Stockholm -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Tallinn -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Tirane -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Vaduz -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Vatican -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Vienna -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Vilnius -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Warsaw -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Zagreb -Libraries/Resources/gnustep/NSTimeZones/zones/Europe/Zurich -Libraries/Resources/gnustep/NSTimeZones/zones/GB -Libraries/Resources/gnustep/NSTimeZones/zones/GMT -Libraries/Resources/gnustep/NSTimeZones/zones/GMT+0 -Libraries/Resources/gnustep/NSTimeZones/zones/GMT-0 -Libraries/Resources/gnustep/NSTimeZones/zones/GMT0 -Libraries/Resources/gnustep/NSTimeZones/zones/Greenwich -Libraries/Resources/gnustep/NSTimeZones/zones/HST -Libraries/Resources/gnustep/NSTimeZones/zones/Hongkong -Libraries/Resources/gnustep/NSTimeZones/zones/Iceland -Libraries/Resources/gnustep/NSTimeZones/zones/Indian/Antananarivo -Libraries/Resources/gnustep/NSTimeZones/zones/Indian/Chagos -Libraries/Resources/gnustep/NSTimeZones/zones/Indian/Christmas -Libraries/Resources/gnustep/NSTimeZones/zones/Indian/Cocos -Libraries/Resources/gnustep/NSTimeZones/zones/Indian/Comoro -Libraries/Resources/gnustep/NSTimeZones/zones/Indian/Kerguelen -Libraries/Resources/gnustep/NSTimeZones/zones/Indian/Mahe -Libraries/Resources/gnustep/NSTimeZones/zones/Indian/Maldives -Libraries/Resources/gnustep/NSTimeZones/zones/Indian/Mauritius -Libraries/Resources/gnustep/NSTimeZones/zones/Indian/Mayotte -Libraries/Resources/gnustep/NSTimeZones/zones/Indian/Reunion -Libraries/Resources/gnustep/NSTimeZones/zones/Iran -Libraries/Resources/gnustep/NSTimeZones/zones/Israel -Libraries/Resources/gnustep/NSTimeZones/zones/Jamaica -Libraries/Resources/gnustep/NSTimeZones/zones/Japan -Libraries/Resources/gnustep/NSTimeZones/zones/Kwajalein -Libraries/Resources/gnustep/NSTimeZones/zones/Libya -Libraries/Resources/gnustep/NSTimeZones/zones/MET -Libraries/Resources/gnustep/NSTimeZones/zones/MST -Libraries/Resources/gnustep/NSTimeZones/zones/MST7MDT -Libraries/Resources/gnustep/NSTimeZones/zones/Mexico/BajaNorte -Libraries/Resources/gnustep/NSTimeZones/zones/Mexico/BajaSur -Libraries/Resources/gnustep/NSTimeZones/zones/Mexico/General -Libraries/Resources/gnustep/NSTimeZones/zones/Mideast/Riyadh87 -Libraries/Resources/gnustep/NSTimeZones/zones/Mideast/Riyadh88 -Libraries/Resources/gnustep/NSTimeZones/zones/Mideast/Riyadh89 -Libraries/Resources/gnustep/NSTimeZones/zones/NZ -Libraries/Resources/gnustep/NSTimeZones/zones/NZ-CHAT -Libraries/Resources/gnustep/NSTimeZones/zones/Navajo -Libraries/Resources/gnustep/NSTimeZones/zones/PRC -Libraries/Resources/gnustep/NSTimeZones/zones/PST8PDT -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Apia -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Auckland -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Chatham -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Easter -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Efate -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Enderbury -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Fakaofo -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Fiji -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Funafuti -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Galapagos -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Gambier -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Guadalcanal -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Guam -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Honolulu -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Johnston -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Kiritimati -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Kosrae -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Kwajalein -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Majuro -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Marquesas -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Midway -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Nauru -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Niue -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Norfolk -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Noumea -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Pago_Pago -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Palau -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Pitcairn -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Ponape -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Port_Moresby -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Rarotonga -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Saipan -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Samoa -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Tahiti -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Tarawa -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Tongatapu -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Truk -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Wake -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Wallis -Libraries/Resources/gnustep/NSTimeZones/zones/Pacific/Yap -Libraries/Resources/gnustep/NSTimeZones/zones/Poland -Libraries/Resources/gnustep/NSTimeZones/zones/Portugal -Libraries/Resources/gnustep/NSTimeZones/zones/ROC -Libraries/Resources/gnustep/NSTimeZones/zones/ROK -Libraries/Resources/gnustep/NSTimeZones/zones/Singapore -Libraries/Resources/gnustep/NSTimeZones/zones/SystemV/AST4 -Libraries/Resources/gnustep/NSTimeZones/zones/SystemV/AST4ADT -Libraries/Resources/gnustep/NSTimeZones/zones/SystemV/CST6 -Libraries/Resources/gnustep/NSTimeZones/zones/SystemV/CST6CDT -Libraries/Resources/gnustep/NSTimeZones/zones/SystemV/EST5 -Libraries/Resources/gnustep/NSTimeZones/zones/SystemV/EST5EDT -Libraries/Resources/gnustep/NSTimeZones/zones/SystemV/HST10 -Libraries/Resources/gnustep/NSTimeZones/zones/SystemV/MST7 -Libraries/Resources/gnustep/NSTimeZones/zones/SystemV/MST7MDT -Libraries/Resources/gnustep/NSTimeZones/zones/SystemV/PST8 -Libraries/Resources/gnustep/NSTimeZones/zones/SystemV/PST8PDT -Libraries/Resources/gnustep/NSTimeZones/zones/SystemV/YST9 -Libraries/Resources/gnustep/NSTimeZones/zones/SystemV/YST9YDT -Libraries/Resources/gnustep/NSTimeZones/zones/Turkey -Libraries/Resources/gnustep/NSTimeZones/zones/UCT -Libraries/Resources/gnustep/NSTimeZones/zones/US/Alaska -Libraries/Resources/gnustep/NSTimeZones/zones/US/Aleutian -Libraries/Resources/gnustep/NSTimeZones/zones/US/Arizona -Libraries/Resources/gnustep/NSTimeZones/zones/US/Central -Libraries/Resources/gnustep/NSTimeZones/zones/US/East-Indiana -Libraries/Resources/gnustep/NSTimeZones/zones/US/Eastern -Libraries/Resources/gnustep/NSTimeZones/zones/US/Hawaii -Libraries/Resources/gnustep/NSTimeZones/zones/US/Indiana-Starke -Libraries/Resources/gnustep/NSTimeZones/zones/US/Michigan -Libraries/Resources/gnustep/NSTimeZones/zones/US/Mountain -Libraries/Resources/gnustep/NSTimeZones/zones/US/Pacific -Libraries/Resources/gnustep/NSTimeZones/zones/US/Pacific-New -Libraries/Resources/gnustep/NSTimeZones/zones/US/Samoa -Libraries/Resources/gnustep/NSTimeZones/zones/UTC -Libraries/Resources/gnustep/NSTimeZones/zones/Universal -Libraries/Resources/gnustep/NSTimeZones/zones/W-SU -Libraries/Resources/gnustep/NSTimeZones/zones/WET -Libraries/Resources/gnustep/NSTimeZones/zones/Zulu -Libraries/ix86/freebsd3.1/gnu-gnu-gnu-xraw/libgmodel.so -@exec ln -sf %D/%F %D/../lib/%f -@unexec rm -f %D/../lib/%f -Libraries/ix86/freebsd3.1/gnu-gnu-gnu-xraw/libgmodel.so.0.5.5 -@exec ln -sf %D/%F %D/../lib/%f -@unexec rm -f %D/../lib/%f -Libraries/ix86/freebsd3.1/gnu-gnu-gnu-xraw/libgnustep-base.so -@exec ln -sf %D/%F %D/../lib/%f -@unexec rm -f %D/../lib/%f -Libraries/ix86/freebsd3.1/gnu-gnu-gnu-xraw/libgnustep-base.so.0.5.5 -@exec ln -sf %D/%F %D/../lib/%f -@unexec rm -f %D/../lib/%f -Libraries/ix86/freebsd3.1/gnu-gnu-gnu-xraw/libgnustep-gui.so -@exec ln -sf %D/%F %D/../lib/%f -@unexec rm -f %D/../lib/%f -Libraries/ix86/freebsd3.1/gnu-gnu-gnu-xraw/libgnustep-gui.so.0.5.5 -@exec ln -sf %D/%F %D/../lib/%f -@unexec rm -f %D/../lib/%f -Libraries/ix86/freebsd3.1/gnu-gnu-gnu-xraw/libgnustep-xraw.so -@exec ln -sf %D/%F %D/../lib/%f -@unexec rm -f %D/../lib/%f -Libraries/ix86/freebsd3.1/gnu-gnu-gnu-xraw/libgnustep-xraw.so.0.5.5 -@exec ln -sf %D/%F %D/../lib/%f -@unexec rm -f %D/../lib/%f -Library/Model/SavePanel.gmodel -Library/Services/example.service/Resources/Info-gnustep.plist -Library/Services/example.service/ix86/freebsd3.1/gnu-gnu-gnu-xraw/example -Makefiles/GNUstep.csh -Makefiles/GNUstep.sh -Makefiles/MediaBook.func -Makefiles/MediaBook.sh -Makefiles/aggregate.make -Makefiles/application.make -Makefiles/brain.make -Makefiles/bundle.make -Makefiles/clean_cpu.sh -Makefiles/clean_os.sh -Makefiles/clean_vendor.sh -Makefiles/common.make -Makefiles/config.guess -Makefiles/config.sub -Makefiles/cpu.sh -Makefiles/documentation.make -Makefiles/install-sh -Makefiles/ix86/freebsd3.1/config.make -Makefiles/ix86/freebsd3.1/which_lib -Makefiles/ld_lib_path.csh -Makefiles/ld_lib_path.sh -Makefiles/library.make -Makefiles/mkinstalldirs -Makefiles/names.make -Makefiles/objc.make -Makefiles/os.sh -Makefiles/rootinstall.sh -Makefiles/rootuninstall.sh -Makefiles/rules.make -Makefiles/service.make -Makefiles/subproject.make -Makefiles/target.make -Makefiles/test-application.make -Makefiles/test-library.make -Makefiles/test-tool.make -Makefiles/tool.make -Makefiles/transform_paths.sh -Makefiles/vendor.sh -Tools/debugapp -Tools/ix86/freebsd3.1/gdomap -Tools/ix86/freebsd3.1/gnu-gnu-gnu-xraw/defaults -Tools/ix86/freebsd3.1/gnu-gnu-gnu-xraw/dread -Tools/ix86/freebsd3.1/gnu-gnu-gnu-xraw/dremove -Tools/ix86/freebsd3.1/gnu-gnu-gnu-xraw/dwrite -Tools/ix86/freebsd3.1/gnu-gnu-gnu-xraw/gdnc -Tools/ix86/freebsd3.1/gnu-gnu-gnu-xraw/gpbs -Tools/ix86/freebsd3.1/gnu-gnu-gnu-xraw/make_services -Tools/ix86/freebsd3.1/gnu-gnu-gnu-xraw/plparse -Tools/ix86/freebsd3.1/gnu-gnu-gnu-xraw/set_show_service -Tools/ix86/freebsd3.1/gnu-gnu-gnu-xraw/sfparse -Tools/openapp -Tools/opentool -share/config.site -@dirrm share -@dirrm Tools/ix86/freebsd3.1/gnu-gnu-gnu-xraw -@dirrm Tools/ix86/freebsd3.1 -@dirrm Tools/ix86 -@dirrm Tools -@dirrm Makefiles/ix86/freebsd3.1 -@dirrm Makefiles/ix86 -@dirrm Makefiles -@dirrm Library/man -@dirrm Library/info -@dirrm Library/Services/example.service/ix86/freebsd3.1/gnu-gnu-gnu-xraw -@dirrm Library/Services/example.service/ix86/freebsd3.1 -@dirrm Library/Services/example.service/ix86 -@dirrm Library/Services/example.service/Resources -@dirrm Library/Services/example.service -@dirrm Library/Services -@dirrm Library/PostScript -@dirrm Library/Model -@dirrm Library -@dirrm Libraries/ix86/freebsd3.1/gnu-gnu-gnu-xraw -@dirrm Libraries/ix86/freebsd3.1 -@dirrm Libraries/ix86 -@dirrm Libraries/Resources/gnustep/NSTimeZones/zones/US -@dirrm Libraries/Resources/gnustep/NSTimeZones/zones/SystemV -@dirrm Libraries/Resources/gnustep/NSTimeZones/zones/Pacific -@dirrm Libraries/Resources/gnustep/NSTimeZones/zones/Mideast -@dirrm Libraries/Resources/gnustep/NSTimeZones/zones/Mexico -@dirrm Libraries/Resources/gnustep/NSTimeZones/zones/Indian -@dirrm Libraries/Resources/gnustep/NSTimeZones/zones/Europe -@dirrm Libraries/Resources/gnustep/NSTimeZones/zones/Etc -@dirrm Libraries/Resources/gnustep/NSTimeZones/zones/Chile -@dirrm Libraries/Resources/gnustep/NSTimeZones/zones/Canada -@dirrm Libraries/Resources/gnustep/NSTimeZones/zones/Brazil -@dirrm Libraries/Resources/gnustep/NSTimeZones/zones/Australia -@dirrm Libraries/Resources/gnustep/NSTimeZones/zones/Atlantic -@dirrm Libraries/Resources/gnustep/NSTimeZones/zones/Asia -@dirrm Libraries/Resources/gnustep/NSTimeZones/zones/Arctic -@dirrm Libraries/Resources/gnustep/NSTimeZones/zones/Antarctica -@dirrm Libraries/Resources/gnustep/NSTimeZones/zones/America/Indiana -@dirrm Libraries/Resources/gnustep/NSTimeZones/zones/America -@dirrm Libraries/Resources/gnustep/NSTimeZones/zones/Africa -@dirrm Libraries/Resources/gnustep/NSTimeZones/zones -@dirrm Libraries/Resources/gnustep/NSTimeZones -@dirrm Libraries/Resources/gnustep/NSCharacterSets -@dirrm Libraries/Resources/gnustep -@dirrm Libraries/Resources/Images -@dirrm Libraries/Resources -@dirrm Libraries -@dirrm Headers/ix86/freebsd3.1 -@dirrm Headers/ix86 -@dirrm Headers/gnustep/xraw -@dirrm Headers/gnustep/unicode -@dirrm Headers/gnustep/gui/AppKit -@dirrm Headers/gnustep/gui -@dirrm Headers/gnustep/base -@dirrm Headers/gnustep/Foundation -@dirrm Headers/gnustep -@dirrm Headers -@dirrm Apps -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/devel/idutils/Makefile b/devel/idutils/Makefile deleted file mode 100644 index f537405a0ee4..000000000000 --- a/devel/idutils/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: id-utils -# Version required: 3.2 -# Date created: 22 Aug 1996 -# Whom: pst@freebsd.org -# -# $Id: Makefile,v 1.7 1999/03/11 21:47:09 scrappy Exp $ -# - -DISTNAME= id-utils-3.2 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= id-utils - -MAINTAINER= pst@FreeBSD.ORG - -Y2K= http://www.gnu.org/software/year2000.html - -# need to byte-compile a .el file -BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs20 - -GNU_CONFIGURE= yes -USE_GMAKE= yes - -.include <bsd.port.mk> diff --git a/devel/idutils/distinfo b/devel/idutils/distinfo deleted file mode 100644 index fef9afbfdfa7..000000000000 --- a/devel/idutils/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (id-utils-3.2.tar.gz) = 758213344bfd1b70723b10cdb2beaef3 diff --git a/devel/idutils/pkg-comment b/devel/idutils/pkg-comment deleted file mode 100644 index 296cd3233af2..000000000000 --- a/devel/idutils/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The classic Berkeley gid/lid tools for looking up variables in code. diff --git a/devel/idutils/pkg-descr b/devel/idutils/pkg-descr deleted file mode 100644 index caddabcf4278..000000000000 --- a/devel/idutils/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -`mkid' is a simple, fast, high-capacity, language-independent -identifier database tool. Actually, the term `identifier' is too -limiting--`mkid' stores tokens, be they program identifiers of any -form, literal numbers, or words of human-readable text. Database -queries can be issued from the command-line, or from within emacs, -serving as an augmented tags facility. - -`mkid' was originally written by Greg McGary <gkm@gnu.ai.mit.edu> -and posted to comp.sources.unix in September 1987. It was then -maintained and enhanced by a loose knit group of programmers on the -Internet led by Tom Horsley <Tom.Horsley@mail.hcsc.com>. Tom released -`mkid2' on comp.sources.unix in March, 1991. Since then, Greg McGary -has resumed maintenance and is releasing an improved version 3 under GPL. - -Version 3 is an interim release. Version 4 will follow in the coming -months and include a cscope clone plus other improvements. diff --git a/devel/idutils/pkg-plist b/devel/idutils/pkg-plist deleted file mode 100644 index faf62ce866c7..000000000000 --- a/devel/idutils/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -bin/mkid -bin/lid -bin/fid -bin/fnid -bin/xtokid -bin/eid -bin/aid -bin/gid -bin/defid -info/id-utils.info -share/emacs/site-lisp/id-utils.elc -share/id-lang.map -share/locale/de/LC_MESSAGES/id-utils.mo -share/locale/fr/LC_MESSAGES/id-utils.mo diff --git a/devel/libffi-devel/Makefile b/devel/libffi-devel/Makefile deleted file mode 100644 index 3febfd34bded..000000000000 --- a/devel/libffi-devel/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: libffi -# Version required: 1.20 -# Date created: 14, June, 1998 -# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw> -# -# $Id: Makefile,v 1.7 1999/02/02 13:54:00 vanilla Exp $ -# - -DISTNAME= libffi-1.20 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.cygnus.com/pub/green/ - -MAINTAINER= horance@freedom.ie.cycu.edu.tw - -GNU_CONFIGURE= yes -CONFIGURE_TARGET= # empty - -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - -.include <bsd.port.mk> diff --git a/devel/libffi-devel/distinfo b/devel/libffi-devel/distinfo deleted file mode 100644 index 51853da41ff7..000000000000 --- a/devel/libffi-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (libffi-1.20.tar.gz) = e4c9c435ebdfcba6fa493fb1abce2ddc diff --git a/devel/libffi-devel/files/patch-aa b/devel/libffi-devel/files/patch-aa deleted file mode 100644 index 7ee39e0809b4..000000000000 --- a/devel/libffi-devel/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Mon Oct 5 17:26:04 1998 -+++ configure Sat Oct 24 00:42:30 1998 -@@ -1415,6 +1415,7 @@ - case "$host" in - mips-sgi-irix5.* | mips-sgi-irix6.*) TARGET=MIPS; TARGETDIR=mips;; - i*86-pc-linux*) TARGET=X86; TARGETDIR=x86;; -+i*86-unknown-freebsd*) TARGET=X86; TARGETDIR=x86;; - sparc-sun-4*) TARGET=SPARC; TARGETDIR=sparc;; - sparc-sun-*) TARGET=SPARC; TARGETDIR=sparc;; - alpha*-*-linux* | alpha*-*-osf*) TARGET=ALPHA; TARGETDIR=alpha;; diff --git a/devel/libffi-devel/files/patch-ab b/devel/libffi-devel/files/patch-ab deleted file mode 100644 index ddc5c8d4e794..000000000000 --- a/devel/libffi-devel/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- src/x86/sysv.S.orig Mon Oct 5 16:36:28 1998 -+++ src/x86/sysv.S Sat Oct 24 00:56:07 1998 -@@ -33,7 +33,7 @@ - .globl ffi_prep_args - - # This assumes we are using gas. -- .balign 16 -+ .align 4 - .globl ffi_call_SYSV - .type ffi_call_SYSV,@function - diff --git a/devel/libffi-devel/files/patch-ad b/devel/libffi-devel/files/patch-ad deleted file mode 100644 index 9106e12edaec..000000000000 --- a/devel/libffi-devel/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Tue Feb 2 21:19:24 1999 -+++ src/Makefile.in Tue Feb 2 21:19:34 1999 -@@ -164,7 +164,7 @@ - SOURCES = $(libffi_la_SOURCES) $(ffitest_SOURCES) - OBJECTS = $(libffi_la_OBJECTS) $(ffitest_OBJECTS) - --all: Makefile $(LTLIBRARIES) $(PROGRAMS) -+all: Makefile $(LTLIBRARIES) - - .SUFFIXES: - .SUFFIXES: .S .c .lo .o .s diff --git a/devel/libffi-devel/pkg-comment b/devel/libffi-devel/pkg-comment deleted file mode 100644 index 58a9956dad5e..000000000000 --- a/devel/libffi-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Foreign Function Interface. diff --git a/devel/libffi-devel/pkg-descr b/devel/libffi-devel/pkg-descr deleted file mode 100644 index c26c491b2f4e..000000000000 --- a/devel/libffi-devel/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The libffi library provides a portable, high level programming -interface to various calling conventions. This allows a programmer to -call any function specified by a call interface description at run -time. diff --git a/devel/libffi-devel/pkg-plist b/devel/libffi-devel/pkg-plist deleted file mode 100644 index 59a1204c6d76..000000000000 --- a/devel/libffi-devel/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -include/fficonfig.h -include/ffi.h -include/ffi_mips.h -lib/libffi.a -lib/libffi.la -lib/libffi.so -lib/libffi.so.2.3 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile deleted file mode 100644 index 320b0f875865..000000000000 --- a/devel/libgtop2/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: libgtop -# Version required: 1.0.1 -# Date Created: 26 Sep 1998 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> -# -# $Id: Makefile,v 1.17 1999/03/09 01:08:53 nectar Exp $ -# - -DISTNAME= libgtop-1.0.1 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/libgtop - -MAINTAINER= nacai@iname.com - -LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs \ - guile.4:${PORTSDIR}/lang/guile - -# implicit dependencies: -# gettext, glib12 - -USE_PERL5= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" \ - LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" - -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - -.include <bsd.port.mk> diff --git a/devel/libgtop2/distinfo b/devel/libgtop2/distinfo deleted file mode 100644 index b94d8e687186..000000000000 --- a/devel/libgtop2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (libgtop-1.0.1.tar.gz) = f9b1c3c6f6eb178016a5213ab43a0219 diff --git a/devel/libgtop2/files/patch-ab b/devel/libgtop2/files/patch-ab deleted file mode 100644 index 54222f5d5c89..000000000000 --- a/devel/libgtop2/files/patch-ab +++ /dev/null @@ -1,40 +0,0 @@ ---- src/daemon/Makefile.in.orig Tue Mar 2 18:48:38 1999 -+++ src/daemon/Makefile.in Tue Mar 2 18:49:07 1999 -@@ -191,7 +191,7 @@ - - - libgtop_server_SOURCES = server.c slave.c io.c version.c daemon.h --libgtop_server_LDADD = $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps_suid.la $(top_builddir)/sysdeps/common/libgtop_suid_common.la @LIBSUPPORT@ -+libgtop_server_LDADD = $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps_suid.la $(top_builddir)/sysdeps/common/libgtop_suid_common.la @LIBSUPPORT@ @INTLLIBS@ @libs_xauth@ - - - EXTRA_DIST = server_config.h.in server_config.pl ---- Makefile.in.orig Wed Feb 17 18:34:29 1999 -+++ Makefile.in Fri Feb 19 01:58:32 1999 -@@ -182,7 +182,7 @@ - EXTRA_DIST = autogen.sh libgtop.spec.in copyright.txt libgtopConf.sh.in LIBGTOP-VERSION features.def libgtop-config.in RELNOTES-0.25 RELNOTES-1.0 libgtop-sysdeps.m4 ANNOUNCE-0.25 ANNOUNCE-1.0 README NEWS.old libgtop-mirror.sh - - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = $(top_builddir)/libgtopConf.sh $(top_builddir)/libgtop-features.def - - -@@ -550,7 +550,7 @@ - $(top_srcdir)/aclocal.m4: libgtop-sysdeps.m4 - - libgtopConf.sh: libgtopConf.sh.in Makefile -- sed -e 's#\@LIBGTOP_LIBDIR\@#$(libdir)#g' \ -+ sed -e 's#\@LIBGTOP_LIBDIR\@#$(confexecdir)#g' \ - -e 's#\@LIBGTOP_INCLUDEDIR\@#$(includedir)#g' \ - -e 's#\@LIBGTOP_DATADIR\@#$(datadir)#g' \ - -e 's#\@LIBGTOP_EXTRA_LIBS\@#$(LIBGTOP_EXTRA_LIBS)#g' \ -@@ -579,7 +579,7 @@ - && mv libgtopConf.tmp libgtopConf.sh - - libgtop-config: libgtop-config.in Makefile -- sed -e 's#\@LIBGTOP_LIBDIR\@#$(libdir)#g' \ -+ sed -e 's#\@LIBGTOP_LIBDIR\@#$(confexecdir)#g' \ - < $(srcdir)/libgtop-config.in > libgtop-config.tmp \ - && mv libgtop-config.tmp libgtop-config && \ - chmod 755 libgtop-config diff --git a/devel/libgtop2/files/patch-ac b/devel/libgtop2/files/patch-ac deleted file mode 100644 index 4669680a3127..000000000000 --- a/devel/libgtop2/files/patch-ac +++ /dev/null @@ -1,24 +0,0 @@ ---- configure.orig Sun Feb 28 13:10:54 1999 -+++ configure Tue Mar 2 18:33:43 1999 -@@ -965,9 +965,9 @@ - - # libtool versioning - LT_RELEASE=$LIBGTOP_MAJOR_VERSION.$LIBGTOP_MINOR_VERSION --LT_CURRENT=`expr $LIBGTOP_MICRO_VERSION - $LIBGTOP_INTERFACE_AGE` --LT_REVISION=$LIBGTOP_INTERFACE_AGE --LT_AGE=`expr $LIBGTOP_BINARY_AGE - $LIBGTOP_INTERFACE_AGE` -+LT_CURRENT=1 -+LT_REVISION=0 -+LT_AGE=0 - LT_VERSION_INFO='-version-info ${LT_CURRENT}:${LT_REVISION}:${LT_AGE}' - - -@@ -7698,7 +7698,7 @@ - cat conftest.$ac_ext >&5 - rm -rf conftest* - CATOBJEXT=.mo -- DATADIRNAME=lib -+ DATADIRNAME=share - fi - rm -f conftest* - INSTOBJEXT=.mo diff --git a/devel/libgtop2/pkg-comment b/devel/libgtop2/pkg-comment deleted file mode 100644 index a0286a186c6b..000000000000 --- a/devel/libgtop2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNOME top library. diff --git a/devel/libgtop2/pkg-descr b/devel/libgtop2/pkg-descr deleted file mode 100644 index ddc4bde235b7..000000000000 --- a/devel/libgtop2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is library for the gtop, GNOME version of top command. -The top command is a tool to display and update information about the -top cpu processes. diff --git a/devel/libgtop2/pkg-plist b/devel/libgtop2/pkg-plist deleted file mode 100644 index 8c1e8d447fa0..000000000000 --- a/devel/libgtop2/pkg-plist +++ /dev/null @@ -1,97 +0,0 @@ -bin/libgtop_daemon -bin/libgtop_server -bin/libgtop-config -etc/libgtopConf.sh -etc/libgtop-features.def -include/glibtop.h -include/glibtop_machine.h -include/glibtop_server.h -include/glibtop_suid.h -include/glibtop/close.h -include/glibtop/command.h -include/glibtop/cpu.h -include/glibtop/error.h -include/glibtop/fsusage.h -include/glibtop/global.h -include/glibtop/gnuserv.h -include/glibtop/inodedb.h -include/glibtop/loadavg.h -include/glibtop/mem.h -include/glibtop/mountlist.h -include/glibtop/msg_limits.h -include/glibtop/netload.h -include/glibtop/open.h -include/glibtop/parameter.h -include/glibtop/ppp.h -include/glibtop/procargs.h -include/glibtop/prockernel.h -include/glibtop/proclist.h -include/glibtop/procmap.h -include/glibtop/procmem.h -include/glibtop/procsegment.h -include/glibtop/procsignal.h -include/glibtop/procstate.h -include/glibtop/proctime.h -include/glibtop/procuid.h -include/glibtop/read.h -include/glibtop/read_data.h -include/glibtop/sem_limits.h -include/glibtop/shm_limits.h -include/glibtop/signal.h -include/glibtop/swap.h -include/glibtop/sysdeps.h -include/glibtop/sysinfo.h -include/glibtop/types.h -include/glibtop/union.h -include/glibtop/uptime.h -include/glibtop/version.h -include/glibtop/write.h -include/glibtop/xmalloc.h -lib/libgtop.a -lib/libgtop.la -lib/libgtop.so -lib/libgtop.so.1 -lib/libgtop_common.a -lib/libgtop_common.la -lib/libgtop_common.so -lib/libgtop_common.so.1 -lib/libgtop_guile.a -lib/libgtop_guile.la -lib/libgtop_guile.so -lib/libgtop_guile.so.1 -lib/libgtop_guile_names.a -lib/libgtop_guile_names.la -lib/libgtop_guile_names.so -lib/libgtop_guile_names.so.1 -lib/libgtop_names.a -lib/libgtop_names.la -lib/libgtop_names.so -lib/libgtop_names.so.1 -lib/libgtop_suid_common.a -lib/libgtop_suid_common.la -lib/libgtop_suid_common.so -lib/libgtop_suid_common.so.1 -lib/libgtop_sysdeps.a -lib/libgtop_sysdeps.la -lib/libgtop_sysdeps.so -lib/libgtop_sysdeps.so.1 -lib/libgtop_sysdeps_suid.a -lib/libgtop_sysdeps_suid.la -lib/libgtop_sysdeps_suid.so -lib/libgtop_sysdeps_suid.so.1 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -share/locale/de/LC_MESSAGES/libgtop.mo -share/locale/fr/LC_MESSAGES/libgtop.mo -share/locale/ja/LC_MESSAGES/libgtop.mo -share/locale/no/LC_MESSAGES/libgtop.mo -share/locale/ko/LC_MESSAGES/libgtop.mo -share/locale/es/LC_MESSAGES/libgtop.mo -share/locale/es_DO/LC_MESSAGES/libgtop.mo -share/locale/es_GT/LC_MESSAGES/libgtop.mo -share/locale/es_HN/LC_MESSAGES/libgtop.mo -share/locale/es_MX/LC_MESSAGES/libgtop.mo -share/locale/es_PA/LC_MESSAGES/libgtop.mo -share/locale/es_PE/LC_MESSAGES/libgtop.mo -share/locale/es_SV/LC_MESSAGES/libgtop.mo -@dirrm include/glibtop diff --git a/devel/libtool13/Makefile b/devel/libtool13/Makefile deleted file mode 100644 index 6dc68697c98e..000000000000 --- a/devel/libtool13/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: libtool -# Version required: 1.3 -# Date created: 6 May 1998 -# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp> -# -# $Id: Makefile,v 1.3 1999/01/27 07:41:08 fenner Exp $ -# - -DISTNAME= libtool-1.3 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= libtool - -MAINTAINER= reg@shale.csir.co.za - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-ltdl-install - -pre-install: - @if [ -d ${PREFIX}/info -a ! -f ${PREFIX}/info/dir -a -f /usr/share/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - -.include <bsd.port.mk> diff --git a/devel/libtool13/distinfo b/devel/libtool13/distinfo deleted file mode 100644 index ae15cdfd6930..000000000000 --- a/devel/libtool13/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (libtool-1.3.tar.gz) = 770f8b97b03e95b7e0cf383297906353 diff --git a/devel/libtool13/files/patch-aa b/devel/libtool13/files/patch-aa deleted file mode 100644 index 483466c69666..000000000000 --- a/devel/libtool13/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/libtool.texi.orig Wed Mar 11 02:04:36 1998 -+++ doc/libtool.texi Mon Apr 27 16:57:24 1998 -@@ -10,7 +10,7 @@ - @set BUGADDR the libtool mailing list @email{bug-libtool@@gnu.org} - @set objdir .libs - --@dircategory GNU programming tools -+@dircategory Programming & development tools - @direntry - * Libtool: (libtool). Generic shared library support script. - @end direntry diff --git a/devel/libtool13/files/patch-ab b/devel/libtool13/files/patch-ab deleted file mode 100644 index dd642b335b69..000000000000 --- a/devel/libtool13/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig Fri Mar 20 17:01:52 1998 -+++ doc/Makefile.in Mon Apr 27 17:22:55 1998 -@@ -70,7 +70,7 @@ - LIBTOOL = @LIBTOOL@ - LIBTOOL_FLAGS = @LIBTOOL_FLAGS@ - LN_S = @LN_S@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - NM = @NM@ - PACKAGE = @PACKAGE@ - RANLIB = @RANLIB@ diff --git a/devel/libtool13/files/patch-ac b/devel/libtool13/files/patch-ac deleted file mode 100644 index 43bdc69d080d..000000000000 --- a/devel/libtool13/files/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ ---- ltconfig.orig Mon Mar 15 19:38:58 1999 -+++ ltconfig Mon Apr 5 01:40:53 1999 -@@ -1672,14 +1672,16 @@ - freebsd-elf*) - deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object' - file_magic_cmd=/usr/bin/file -- file_magic_test_file=`echo /usr/lib/libc.so*` -+ file_magic_test_file=`echo /usr/lib/libc.so.*` - library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so' - need_version=no - need_lib_prefix=no - ;; - freebsd-*) -- deplibs_check_method=unknown -- library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix' -+ deplibs_check_method='file_magic FreeBSD.* shared library' -+ file_magic_cmd=/usr/bin/file -+ file_magic_test_file=`echo /usr/lib/libc.so.*` -+ library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix $libname.so' - need_version=yes - ;; - esac diff --git a/devel/libtool13/files/patch-ae b/devel/libtool13/files/patch-ae deleted file mode 100644 index 1468b8fed6bd..000000000000 --- a/devel/libtool13/files/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Fri Feb 19 00:50:06 1999 -+++ configure Fri Feb 19 00:50:21 1999 -@@ -5288,10 +5288,6 @@ - *) # Relative path. - ac_sub_cache_file="$ac_dots$cache_file" ;; - esac -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac - - echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" - # The eval makes quoting arguments work. diff --git a/devel/libtool13/pkg-comment b/devel/libtool13/pkg-comment deleted file mode 100644 index f96551866378..000000000000 --- a/devel/libtool13/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Generic shared library support script. diff --git a/devel/libtool13/pkg-descr b/devel/libtool13/pkg-descr deleted file mode 100644 index 7e26102f0e38..000000000000 --- a/devel/libtool13/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is GNU Libtool, a generic library support script. Libtool hides -the complexity of using shared libraries behind a consistent, portable -interface. - -To use libtool, add the new generic library building commands to your -Makefile, Makefile.in, or Makefile.am. diff --git a/devel/libtool13/pkg-plist b/devel/libtool13/pkg-plist deleted file mode 100644 index 82d8b30bf09a..000000000000 --- a/devel/libtool13/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -bin/libtool -bin/libtoolize -@unexec install-info --delete %D/info/libtool.info %D/info/dir -info/libtool.info -@exec [ -f %D/info/dir -o ! -f /usr/share/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/libtool.info %D/info/dir -share/aclocal/libtool.m4 -share/libtool/config.guess -share/libtool/config.sub -share/libtool/libltdl/COPYING.LIB -share/libtool/libltdl/Makefile.am -share/libtool/libltdl/Makefile.in -share/libtool/libltdl/README -share/libtool/libltdl/acconfig.h -share/libtool/libltdl/acinclude.m4 -share/libtool/libltdl/aclocal.m4 -share/libtool/libltdl/config.h.in -share/libtool/libltdl/configure -share/libtool/libltdl/configure.in -share/libtool/libltdl/ltdl.c -share/libtool/libltdl/ltdl.h -share/libtool/libltdl/stamp-h.in -share/libtool/ltconfig -share/libtool/ltmain.sh -@dirrm share/libtool/libltdl -@dirrm share/libtool -@unexec rmdir %D/share/aclocal 2>/dev/null || true diff --git a/devel/libtool14/Makefile b/devel/libtool14/Makefile deleted file mode 100644 index 6dc68697c98e..000000000000 --- a/devel/libtool14/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: libtool -# Version required: 1.3 -# Date created: 6 May 1998 -# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp> -# -# $Id: Makefile,v 1.3 1999/01/27 07:41:08 fenner Exp $ -# - -DISTNAME= libtool-1.3 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= libtool - -MAINTAINER= reg@shale.csir.co.za - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-ltdl-install - -pre-install: - @if [ -d ${PREFIX}/info -a ! -f ${PREFIX}/info/dir -a -f /usr/share/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - -.include <bsd.port.mk> diff --git a/devel/libtool14/distinfo b/devel/libtool14/distinfo deleted file mode 100644 index ae15cdfd6930..000000000000 --- a/devel/libtool14/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (libtool-1.3.tar.gz) = 770f8b97b03e95b7e0cf383297906353 diff --git a/devel/libtool14/files/patch-aa b/devel/libtool14/files/patch-aa deleted file mode 100644 index 483466c69666..000000000000 --- a/devel/libtool14/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/libtool.texi.orig Wed Mar 11 02:04:36 1998 -+++ doc/libtool.texi Mon Apr 27 16:57:24 1998 -@@ -10,7 +10,7 @@ - @set BUGADDR the libtool mailing list @email{bug-libtool@@gnu.org} - @set objdir .libs - --@dircategory GNU programming tools -+@dircategory Programming & development tools - @direntry - * Libtool: (libtool). Generic shared library support script. - @end direntry diff --git a/devel/libtool14/files/patch-ab b/devel/libtool14/files/patch-ab deleted file mode 100644 index dd642b335b69..000000000000 --- a/devel/libtool14/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig Fri Mar 20 17:01:52 1998 -+++ doc/Makefile.in Mon Apr 27 17:22:55 1998 -@@ -70,7 +70,7 @@ - LIBTOOL = @LIBTOOL@ - LIBTOOL_FLAGS = @LIBTOOL_FLAGS@ - LN_S = @LN_S@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - NM = @NM@ - PACKAGE = @PACKAGE@ - RANLIB = @RANLIB@ diff --git a/devel/libtool14/files/patch-ac b/devel/libtool14/files/patch-ac deleted file mode 100644 index 43bdc69d080d..000000000000 --- a/devel/libtool14/files/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ ---- ltconfig.orig Mon Mar 15 19:38:58 1999 -+++ ltconfig Mon Apr 5 01:40:53 1999 -@@ -1672,14 +1672,16 @@ - freebsd-elf*) - deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object' - file_magic_cmd=/usr/bin/file -- file_magic_test_file=`echo /usr/lib/libc.so*` -+ file_magic_test_file=`echo /usr/lib/libc.so.*` - library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so' - need_version=no - need_lib_prefix=no - ;; - freebsd-*) -- deplibs_check_method=unknown -- library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix' -+ deplibs_check_method='file_magic FreeBSD.* shared library' -+ file_magic_cmd=/usr/bin/file -+ file_magic_test_file=`echo /usr/lib/libc.so.*` -+ library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix $libname.so' - need_version=yes - ;; - esac diff --git a/devel/libtool14/files/patch-ae b/devel/libtool14/files/patch-ae deleted file mode 100644 index 1468b8fed6bd..000000000000 --- a/devel/libtool14/files/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Fri Feb 19 00:50:06 1999 -+++ configure Fri Feb 19 00:50:21 1999 -@@ -5288,10 +5288,6 @@ - *) # Relative path. - ac_sub_cache_file="$ac_dots$cache_file" ;; - esac -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac - - echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" - # The eval makes quoting arguments work. diff --git a/devel/libtool14/pkg-comment b/devel/libtool14/pkg-comment deleted file mode 100644 index f96551866378..000000000000 --- a/devel/libtool14/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Generic shared library support script. diff --git a/devel/libtool14/pkg-descr b/devel/libtool14/pkg-descr deleted file mode 100644 index 7e26102f0e38..000000000000 --- a/devel/libtool14/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is GNU Libtool, a generic library support script. Libtool hides -the complexity of using shared libraries behind a consistent, portable -interface. - -To use libtool, add the new generic library building commands to your -Makefile, Makefile.in, or Makefile.am. diff --git a/devel/libtool14/pkg-plist b/devel/libtool14/pkg-plist deleted file mode 100644 index 82d8b30bf09a..000000000000 --- a/devel/libtool14/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -bin/libtool -bin/libtoolize -@unexec install-info --delete %D/info/libtool.info %D/info/dir -info/libtool.info -@exec [ -f %D/info/dir -o ! -f /usr/share/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/libtool.info %D/info/dir -share/aclocal/libtool.m4 -share/libtool/config.guess -share/libtool/config.sub -share/libtool/libltdl/COPYING.LIB -share/libtool/libltdl/Makefile.am -share/libtool/libltdl/Makefile.in -share/libtool/libltdl/README -share/libtool/libltdl/acconfig.h -share/libtool/libltdl/acinclude.m4 -share/libtool/libltdl/aclocal.m4 -share/libtool/libltdl/config.h.in -share/libtool/libltdl/configure -share/libtool/libltdl/configure.in -share/libtool/libltdl/ltdl.c -share/libtool/libltdl/ltdl.h -share/libtool/libltdl/stamp-h.in -share/libtool/ltconfig -share/libtool/ltmain.sh -@dirrm share/libtool/libltdl -@dirrm share/libtool -@unexec rmdir %D/share/aclocal 2>/dev/null || true diff --git a/devel/libtool15/Makefile b/devel/libtool15/Makefile deleted file mode 100644 index 6dc68697c98e..000000000000 --- a/devel/libtool15/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: libtool -# Version required: 1.3 -# Date created: 6 May 1998 -# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp> -# -# $Id: Makefile,v 1.3 1999/01/27 07:41:08 fenner Exp $ -# - -DISTNAME= libtool-1.3 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= libtool - -MAINTAINER= reg@shale.csir.co.za - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-ltdl-install - -pre-install: - @if [ -d ${PREFIX}/info -a ! -f ${PREFIX}/info/dir -a -f /usr/share/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - -.include <bsd.port.mk> diff --git a/devel/libtool15/distinfo b/devel/libtool15/distinfo deleted file mode 100644 index ae15cdfd6930..000000000000 --- a/devel/libtool15/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (libtool-1.3.tar.gz) = 770f8b97b03e95b7e0cf383297906353 diff --git a/devel/libtool15/files/patch-aa b/devel/libtool15/files/patch-aa deleted file mode 100644 index 483466c69666..000000000000 --- a/devel/libtool15/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/libtool.texi.orig Wed Mar 11 02:04:36 1998 -+++ doc/libtool.texi Mon Apr 27 16:57:24 1998 -@@ -10,7 +10,7 @@ - @set BUGADDR the libtool mailing list @email{bug-libtool@@gnu.org} - @set objdir .libs - --@dircategory GNU programming tools -+@dircategory Programming & development tools - @direntry - * Libtool: (libtool). Generic shared library support script. - @end direntry diff --git a/devel/libtool15/files/patch-ab b/devel/libtool15/files/patch-ab deleted file mode 100644 index dd642b335b69..000000000000 --- a/devel/libtool15/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig Fri Mar 20 17:01:52 1998 -+++ doc/Makefile.in Mon Apr 27 17:22:55 1998 -@@ -70,7 +70,7 @@ - LIBTOOL = @LIBTOOL@ - LIBTOOL_FLAGS = @LIBTOOL_FLAGS@ - LN_S = @LN_S@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - NM = @NM@ - PACKAGE = @PACKAGE@ - RANLIB = @RANLIB@ diff --git a/devel/libtool15/files/patch-ac b/devel/libtool15/files/patch-ac deleted file mode 100644 index 43bdc69d080d..000000000000 --- a/devel/libtool15/files/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ ---- ltconfig.orig Mon Mar 15 19:38:58 1999 -+++ ltconfig Mon Apr 5 01:40:53 1999 -@@ -1672,14 +1672,16 @@ - freebsd-elf*) - deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object' - file_magic_cmd=/usr/bin/file -- file_magic_test_file=`echo /usr/lib/libc.so*` -+ file_magic_test_file=`echo /usr/lib/libc.so.*` - library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so' - need_version=no - need_lib_prefix=no - ;; - freebsd-*) -- deplibs_check_method=unknown -- library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix' -+ deplibs_check_method='file_magic FreeBSD.* shared library' -+ file_magic_cmd=/usr/bin/file -+ file_magic_test_file=`echo /usr/lib/libc.so.*` -+ library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix $libname.so' - need_version=yes - ;; - esac diff --git a/devel/libtool15/files/patch-ae b/devel/libtool15/files/patch-ae deleted file mode 100644 index 1468b8fed6bd..000000000000 --- a/devel/libtool15/files/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Fri Feb 19 00:50:06 1999 -+++ configure Fri Feb 19 00:50:21 1999 -@@ -5288,10 +5288,6 @@ - *) # Relative path. - ac_sub_cache_file="$ac_dots$cache_file" ;; - esac -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac - - echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" - # The eval makes quoting arguments work. diff --git a/devel/libtool15/pkg-comment b/devel/libtool15/pkg-comment deleted file mode 100644 index f96551866378..000000000000 --- a/devel/libtool15/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Generic shared library support script. diff --git a/devel/libtool15/pkg-descr b/devel/libtool15/pkg-descr deleted file mode 100644 index 7e26102f0e38..000000000000 --- a/devel/libtool15/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is GNU Libtool, a generic library support script. Libtool hides -the complexity of using shared libraries behind a consistent, portable -interface. - -To use libtool, add the new generic library building commands to your -Makefile, Makefile.in, or Makefile.am. diff --git a/devel/libtool15/pkg-plist b/devel/libtool15/pkg-plist deleted file mode 100644 index 82d8b30bf09a..000000000000 --- a/devel/libtool15/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -bin/libtool -bin/libtoolize -@unexec install-info --delete %D/info/libtool.info %D/info/dir -info/libtool.info -@exec [ -f %D/info/dir -o ! -f /usr/share/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/libtool.info %D/info/dir -share/aclocal/libtool.m4 -share/libtool/config.guess -share/libtool/config.sub -share/libtool/libltdl/COPYING.LIB -share/libtool/libltdl/Makefile.am -share/libtool/libltdl/Makefile.in -share/libtool/libltdl/README -share/libtool/libltdl/acconfig.h -share/libtool/libltdl/acinclude.m4 -share/libtool/libltdl/aclocal.m4 -share/libtool/libltdl/config.h.in -share/libtool/libltdl/configure -share/libtool/libltdl/configure.in -share/libtool/libltdl/ltdl.c -share/libtool/libltdl/ltdl.h -share/libtool/libltdl/stamp-h.in -share/libtool/ltconfig -share/libtool/ltmain.sh -@dirrm share/libtool/libltdl -@dirrm share/libtool -@unexec rmdir %D/share/aclocal 2>/dev/null || true diff --git a/devel/linux_devtools-6/Makefile b/devel/linux_devtools-6/Makefile deleted file mode 100644 index e7ee2b6bd211..000000000000 --- a/devel/linux_devtools-6/Makefile +++ /dev/null @@ -1,129 +0,0 @@ -# New ports collection makefile for: linux_devel -# Version required: 0.1 -# Date created: Nov 26 1996 -# Whom: erich@FreeBSD.org -# -# $Id: Makefile,v 1.8 1998/12/01 09:16:45 asami Exp $ -# - -DISTNAME= linux_devel-0.2 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_LOCAL} - -MAINTAINER= erich@FreeBSD.org - -RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib - -ONLY_FOR_ARCHS= i386 - -NO_FILTER_SHLIBS= yes - -PREFIX= /compat/linux -NO_MTREE= yes -NO_BUILD= yes -EXTRACT_ONLY= # empty - -MANPREFIX= ${PREFIX}/usr -MANCOMPRESSED= yes -MAN1= strip.1 ar.1 as.1 gprof.1 ld.1 nm.1 objcopy.1 objdump.1 \ - ranlib.1 size.1 strings-gnu.1 bison.1 yacc.1 flex.1 ansi2knr.1 \ - make.1 gcc.1 g++.1 cccp.1 cpp.1 strace.1 gdb.1 -MAN2= alarm.2 brk.2 cfsetispeed.2 close.2 connect.2 dup.2 dup2.2 execve.2 \ - fchmod.2 setup.2 sgetmask.2 get_kernel_syms.2 getdents.2 \ - getdtablesize.2 getgroups.2 getpid.2 getpgid.2 getpgrp.2 getsockopt.2 \ - getuid.2 ipc.2 getrusage.2 listen.2 llseek.2 lock.2 mknod.2 mmap.2 \ - phys.2 truncate.2 prof.2 profil.2 ptrace.2 read.2 reboot.2 recvmsg.2 \ - semctl.2 semget.2 readdir.2 setitimer.2 setpgrp.2 umask.2 setuid.2 \ - shmat.2 shmctl.2 mpx.2 sigmask.2 sigvec.2 socketcall.2 shmget.2 \ - swapon.2 symlink.2 sysfs.2 sysinfo.2 syslog.2 setrlimit.2 setsid.2 \ - utime.2 utimes.2 setregid.2 shmdt.2 shmop.2 cfgetispeed.2 swapoff.2 \ - sync.2 umount.2 unimplemented.2 bdflush.2 wait4.2 getpagesize.2 \ - waitpid.2 write.2 tcflow.2 exit.2 chmod.2 chown.2 getppid.2 \ - getrlimit.2 gtty.2 lseek.2 ssetmask.2 stty.2 idle.2 sigprocmask.2 \ - tcflush.2 uname.2 getegid.2 stat.2 statfs.2 getgid.2 gethostid.2 \ - setfsgid.2 setfsuid.2 uselib.2 readlink.2 rmdir.2 shutdown.2 socket.2 \ - getpeername.2 select.2 intro.2 setegid.2 seteuid.2 siggetmask.2 \ - tcgetpgrp.2 wait3.2 vm86.2 sigblock.2 sigreturn.2 undocumented.2 \ - munmap.2 nice.2 obsolete.2 oldstat.2 sendto.2 ioctl.2 sethostid.2 \ - sigsuspend.2 socketpair.2 cfgetospeed.2 mprotect.2 msgop.2 bind.2 \ - stime.2 msgctl.2 termios.2 cfsetospeed.2 chdir.2 creat.2 fchdir.2 \ - fchown.2 tcsetattr.2 time.2 times.2 ulimit.2 unlink.2 ioperm.2 \ - mkdir.2 msgrcv.2 oldolduname.2 olduname.2 open.2 pause.2 personality.2 \ - rename.2 send.2 setgid.2 setpgid.2 vhangup.2 fork.2 fstat.2 iopl.2 \ - geteuid.2 init_module.2 setgroups.2 kill.2 fsync.2 gethostname.2 \ - getitimer.2 link.2 lstat.2 modify_ldt.2 modules.2 mount.2 oldlstat.2 \ - sethostname.2 setpriority.2 setsockopt.2 ustat.2 signal.2 _exit.2 \ - accept.2 access.2 acct.2 adjtimex.2 afs_syscall.2 break.2 cacheflush.2 \ - chroot.2 clone.2 create_module.2 delete_module.2 fcntl.2 flock.2 \ - fstatfs.2 ftruncate.2 getdomainname.2 getpriority.2 getsockname.2 \ - gettimeofday.2 killpg.2 msgget.2 msgsnd.2 oldfstat.2 pipe.2 quotactl.2 \ - recv.2 recvfrom.2 sbrk.2 semop.2 sendmsg.2 setdomainname.2 vfork.2 \ - setreuid.2 settimeofday.2 sigaction.2 sigpause.2 sigpending.2 \ - sigsetmask.2 tcdrain.2 tcgetattr.2 tcsendbreak.2 tcsetpgrp.2 wait.2 -MAN3= atol.3 bcmp.3 bcopy.3 bsearch.3 bzero.3 cos.3 exp.3 isalpha.3 \ - log.3 pathconf.3 readv.3 realloc.3 sigdelset.3 stdio.3 \ - swab.3 sysconf.3 tan.3 jn.3 cosh.3 ferror.3 div.3 labs.3 \ - psignal.3 pow.3 erf.3 memchr.3 mrand48.3 pclose.3 clearerr.3 \ - realpath.3 scandir.3 setenv.3 sin.3 y0.3 ftw.3 tmpnam.3 \ - toupper.3 va_end.3 y1.3 yn.3 regfree.3 isdigit.3 j0.3 \ - telldir.3 fgets.3 regcomp.3 ungetc.3 getgrent.3 isinf.3 \ - islower.3 isnan.3 isprint.3 ispunct.3 isupper.3 isxdigit.3 \ - j1.3 ldexp.3 ldiv.3 lgamma.3 putpwent.3 puts.3 qsort.3 \ - erand48.3 finite.3 gethostbyname.3 getmntent.3 getnetbyaddr.3 \ - gets.3 getservbyport.3 getutent.3 getwd.3 isatty.3 memmem.3 \ - memmove.3 mkstemp.3 mktemp.3 mktime.3 nrand48.3 raise.3 \ - scanf.3 setusershell.3 sigaddset.3 strcmp.3 tanh.3 strftime.3 \ - strncmp.3 strncpy.3 strpbrk.3 strcpy.3 strptime.3 strrchr.3 \ - strspn.3 memset.3 putenv.3 sinh.3 strdup.3 strfry.3 string.3 \ - strsep.3 strsignal.3 strstr.3 strtod.3 strtol.3 strtoul.3 \ - strxfrm.3 syslog.3 dn_comp.3 ffs.3 fprintf.3 popen.3 printf.3 \ - setprotoent.3 srand.3 tempnam.3 getopt.3 mblen.3 getprotoent.3 \ - res_mkquery.3 catgets.3 endusershell.3 erfc.3 exec.3 \ - getnetbyname.3 getnetent.3 getopt_long.3 getpass.3 \ - getprotobyname.3 getpwent.3 getpwnam.3 getusershell.3 glob.3 \ - globfree.3 gmtime.3 hcreate.3 inet_makeaddr.3 inet_netof.3 \ - inet_ntoa.3 infnan.3 initstate.3 intro.3 opendir.3 openlog.3 \ - setlocale.3 setservent.3 setstate.3 srand48.3 endhostent.3 \ - res_search.3 res_send.3 resolver.3 rewind.3 rewinddir.3 \ - rindex.3 asinh.3 atan.3 atan2.3 atof.3 closedir.3 closelog.3 \ - ctime.3 drand48.3 execl.3 fnmatch.3 fpathconf.3 fpurge.3 \ - fsetpos.3 isspace.3 localeconv.3 mbstowcs.3 ntohl.3 sqrt.3 \ - tmpfile.3 ttyname.3 asin.3 execle.3 localtime.3 memccpy.3 \ - hasmntopt.3 herror.3 log10.3 malloc.3 lrand48.3 putc.3 \ - setpwent.3 srandom.3 re_exec.3 abs.3 drem.3 endnetent.3 \ - exect.3 execv.3 execvp.3 hdestroy.3 mbtowc.3 memcmp.3 \ - memfrob.3 ntohs.3 on_exit.3 putchar.3 rand.3 random.3 \ - setjmp.3 sleep.3 strcasecmp.3 strncasecmp.3 htonl.3 getcwd.3 \ - getgrnam.3 isgraph.3 hypot.3 index.3 res_query.3 \ - res_querydomain.3 setbuf.3 readdir.3 frexp.3 getc.3 getchar.3 \ - tzset.3 confstr.3 fgetc.3 fgetgrent.3 fileno.3 fwrite.3 \ - fabs.3 fclose.3 feof.3 fgetpos.3 fputs.3 sscanf.3 vsscanf.3 \ - vscanf.3 wctomb.3 inet_addr.3 inet_lnaof.3 setvbuf.3 fseek.3 \ - sigfillset.3 sigemptyset.3 sprintf.3 strcat.3 strchr.3 \ - strcoll.3 wcstombs.3 writev.3 ceil.3 unsetenv.3 usleep.3 \ - clock.3 floor.3 crypt.3 setmntent.3 strncat.3 strtok.3 \ - va_arg.3 sigismember.3 sigsetops.3 stdarg.3 vfscanf.3 \ - vprintf.3 regexec.3 remove.3 inet_network.3 initgroups.3 \ - killpg.3 regerror.3 alloca.3 bstring.3 calloc.3 catopen.3 \ - ecvt.3 endprotoent.3 exit.3 endpwent.3 fopen.3 free.3 \ - ftell.3 ftime.3 gcvt.3 getdirentries.3 getenv.3 getpw.3 \ - getpwuid.3 getservent.3 hsearch.3 abort.3 acos.3 acosh.3 \ - addmntent.3 asctime.3 assert.3 atanh.3 atexit.3 atoi.3 \ - byteorder.3 catclose.3 copysign.3 ctermid.3 difftime.3 \ - dn_expand.3 endgrent.3 endmntent.3 endservent.3 fcvt.3 \ - fdopen.3 fflush.3 fgetpwent.3 fmod.3 fputc.3 fread.3 \ - freopen.3 fscanf.3 ftok.3 get_current_dir_name.3 getgrgid.3 \ - gethostbyaddr.3 htons.3 getprotobynumber.3 getservbyname.3 \ - inet.3 isalnum.3 iscntrl.3 jrand48.3 lcong48.3 longjmp.3 \ - memcpy.3 modf.3 perror.3 re_comp.3 res_init.3 rint.3 seed48.3 \ - seekdir.3 setbuffer.3 setgrent.3 sethostent.3 setlinebuf.3 \ - setnetent.3 strlen.3 siginterrupt.3 strcspn.3 strerror.3 \ - system.3 tolower.3 va_start.3 vfprintf.3 vsprintf.3 gdbm.3 - -pre-install: - @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX} - -do-install: - zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r) - -.include <bsd.port.mk> diff --git a/devel/linux_devtools-6/distinfo b/devel/linux_devtools-6/distinfo deleted file mode 100644 index f2c6526c04dd..000000000000 --- a/devel/linux_devtools-6/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (linux_devel-0.2.tar.gz) = 293fc693806406e0b6558b5585e1e265 diff --git a/devel/linux_devtools-6/pkg-comment b/devel/linux_devtools-6/pkg-comment deleted file mode 100644 index 88dbcb3d6bc8..000000000000 --- a/devel/linux_devtools-6/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Linux cross development package diff --git a/devel/linux_devtools-6/pkg-descr b/devel/linux_devtools-6/pkg-descr deleted file mode 100644 index f7a77c473f2e..000000000000 --- a/devel/linux_devtools-6/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This is a binary port of the Linux development environment. It unpacks -unpacks actual Linux binaries which run under the binary emulation. diff --git a/devel/linux_devtools-7/Makefile b/devel/linux_devtools-7/Makefile deleted file mode 100644 index e7ee2b6bd211..000000000000 --- a/devel/linux_devtools-7/Makefile +++ /dev/null @@ -1,129 +0,0 @@ -# New ports collection makefile for: linux_devel -# Version required: 0.1 -# Date created: Nov 26 1996 -# Whom: erich@FreeBSD.org -# -# $Id: Makefile,v 1.8 1998/12/01 09:16:45 asami Exp $ -# - -DISTNAME= linux_devel-0.2 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_LOCAL} - -MAINTAINER= erich@FreeBSD.org - -RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib - -ONLY_FOR_ARCHS= i386 - -NO_FILTER_SHLIBS= yes - -PREFIX= /compat/linux -NO_MTREE= yes -NO_BUILD= yes -EXTRACT_ONLY= # empty - -MANPREFIX= ${PREFIX}/usr -MANCOMPRESSED= yes -MAN1= strip.1 ar.1 as.1 gprof.1 ld.1 nm.1 objcopy.1 objdump.1 \ - ranlib.1 size.1 strings-gnu.1 bison.1 yacc.1 flex.1 ansi2knr.1 \ - make.1 gcc.1 g++.1 cccp.1 cpp.1 strace.1 gdb.1 -MAN2= alarm.2 brk.2 cfsetispeed.2 close.2 connect.2 dup.2 dup2.2 execve.2 \ - fchmod.2 setup.2 sgetmask.2 get_kernel_syms.2 getdents.2 \ - getdtablesize.2 getgroups.2 getpid.2 getpgid.2 getpgrp.2 getsockopt.2 \ - getuid.2 ipc.2 getrusage.2 listen.2 llseek.2 lock.2 mknod.2 mmap.2 \ - phys.2 truncate.2 prof.2 profil.2 ptrace.2 read.2 reboot.2 recvmsg.2 \ - semctl.2 semget.2 readdir.2 setitimer.2 setpgrp.2 umask.2 setuid.2 \ - shmat.2 shmctl.2 mpx.2 sigmask.2 sigvec.2 socketcall.2 shmget.2 \ - swapon.2 symlink.2 sysfs.2 sysinfo.2 syslog.2 setrlimit.2 setsid.2 \ - utime.2 utimes.2 setregid.2 shmdt.2 shmop.2 cfgetispeed.2 swapoff.2 \ - sync.2 umount.2 unimplemented.2 bdflush.2 wait4.2 getpagesize.2 \ - waitpid.2 write.2 tcflow.2 exit.2 chmod.2 chown.2 getppid.2 \ - getrlimit.2 gtty.2 lseek.2 ssetmask.2 stty.2 idle.2 sigprocmask.2 \ - tcflush.2 uname.2 getegid.2 stat.2 statfs.2 getgid.2 gethostid.2 \ - setfsgid.2 setfsuid.2 uselib.2 readlink.2 rmdir.2 shutdown.2 socket.2 \ - getpeername.2 select.2 intro.2 setegid.2 seteuid.2 siggetmask.2 \ - tcgetpgrp.2 wait3.2 vm86.2 sigblock.2 sigreturn.2 undocumented.2 \ - munmap.2 nice.2 obsolete.2 oldstat.2 sendto.2 ioctl.2 sethostid.2 \ - sigsuspend.2 socketpair.2 cfgetospeed.2 mprotect.2 msgop.2 bind.2 \ - stime.2 msgctl.2 termios.2 cfsetospeed.2 chdir.2 creat.2 fchdir.2 \ - fchown.2 tcsetattr.2 time.2 times.2 ulimit.2 unlink.2 ioperm.2 \ - mkdir.2 msgrcv.2 oldolduname.2 olduname.2 open.2 pause.2 personality.2 \ - rename.2 send.2 setgid.2 setpgid.2 vhangup.2 fork.2 fstat.2 iopl.2 \ - geteuid.2 init_module.2 setgroups.2 kill.2 fsync.2 gethostname.2 \ - getitimer.2 link.2 lstat.2 modify_ldt.2 modules.2 mount.2 oldlstat.2 \ - sethostname.2 setpriority.2 setsockopt.2 ustat.2 signal.2 _exit.2 \ - accept.2 access.2 acct.2 adjtimex.2 afs_syscall.2 break.2 cacheflush.2 \ - chroot.2 clone.2 create_module.2 delete_module.2 fcntl.2 flock.2 \ - fstatfs.2 ftruncate.2 getdomainname.2 getpriority.2 getsockname.2 \ - gettimeofday.2 killpg.2 msgget.2 msgsnd.2 oldfstat.2 pipe.2 quotactl.2 \ - recv.2 recvfrom.2 sbrk.2 semop.2 sendmsg.2 setdomainname.2 vfork.2 \ - setreuid.2 settimeofday.2 sigaction.2 sigpause.2 sigpending.2 \ - sigsetmask.2 tcdrain.2 tcgetattr.2 tcsendbreak.2 tcsetpgrp.2 wait.2 -MAN3= atol.3 bcmp.3 bcopy.3 bsearch.3 bzero.3 cos.3 exp.3 isalpha.3 \ - log.3 pathconf.3 readv.3 realloc.3 sigdelset.3 stdio.3 \ - swab.3 sysconf.3 tan.3 jn.3 cosh.3 ferror.3 div.3 labs.3 \ - psignal.3 pow.3 erf.3 memchr.3 mrand48.3 pclose.3 clearerr.3 \ - realpath.3 scandir.3 setenv.3 sin.3 y0.3 ftw.3 tmpnam.3 \ - toupper.3 va_end.3 y1.3 yn.3 regfree.3 isdigit.3 j0.3 \ - telldir.3 fgets.3 regcomp.3 ungetc.3 getgrent.3 isinf.3 \ - islower.3 isnan.3 isprint.3 ispunct.3 isupper.3 isxdigit.3 \ - j1.3 ldexp.3 ldiv.3 lgamma.3 putpwent.3 puts.3 qsort.3 \ - erand48.3 finite.3 gethostbyname.3 getmntent.3 getnetbyaddr.3 \ - gets.3 getservbyport.3 getutent.3 getwd.3 isatty.3 memmem.3 \ - memmove.3 mkstemp.3 mktemp.3 mktime.3 nrand48.3 raise.3 \ - scanf.3 setusershell.3 sigaddset.3 strcmp.3 tanh.3 strftime.3 \ - strncmp.3 strncpy.3 strpbrk.3 strcpy.3 strptime.3 strrchr.3 \ - strspn.3 memset.3 putenv.3 sinh.3 strdup.3 strfry.3 string.3 \ - strsep.3 strsignal.3 strstr.3 strtod.3 strtol.3 strtoul.3 \ - strxfrm.3 syslog.3 dn_comp.3 ffs.3 fprintf.3 popen.3 printf.3 \ - setprotoent.3 srand.3 tempnam.3 getopt.3 mblen.3 getprotoent.3 \ - res_mkquery.3 catgets.3 endusershell.3 erfc.3 exec.3 \ - getnetbyname.3 getnetent.3 getopt_long.3 getpass.3 \ - getprotobyname.3 getpwent.3 getpwnam.3 getusershell.3 glob.3 \ - globfree.3 gmtime.3 hcreate.3 inet_makeaddr.3 inet_netof.3 \ - inet_ntoa.3 infnan.3 initstate.3 intro.3 opendir.3 openlog.3 \ - setlocale.3 setservent.3 setstate.3 srand48.3 endhostent.3 \ - res_search.3 res_send.3 resolver.3 rewind.3 rewinddir.3 \ - rindex.3 asinh.3 atan.3 atan2.3 atof.3 closedir.3 closelog.3 \ - ctime.3 drand48.3 execl.3 fnmatch.3 fpathconf.3 fpurge.3 \ - fsetpos.3 isspace.3 localeconv.3 mbstowcs.3 ntohl.3 sqrt.3 \ - tmpfile.3 ttyname.3 asin.3 execle.3 localtime.3 memccpy.3 \ - hasmntopt.3 herror.3 log10.3 malloc.3 lrand48.3 putc.3 \ - setpwent.3 srandom.3 re_exec.3 abs.3 drem.3 endnetent.3 \ - exect.3 execv.3 execvp.3 hdestroy.3 mbtowc.3 memcmp.3 \ - memfrob.3 ntohs.3 on_exit.3 putchar.3 rand.3 random.3 \ - setjmp.3 sleep.3 strcasecmp.3 strncasecmp.3 htonl.3 getcwd.3 \ - getgrnam.3 isgraph.3 hypot.3 index.3 res_query.3 \ - res_querydomain.3 setbuf.3 readdir.3 frexp.3 getc.3 getchar.3 \ - tzset.3 confstr.3 fgetc.3 fgetgrent.3 fileno.3 fwrite.3 \ - fabs.3 fclose.3 feof.3 fgetpos.3 fputs.3 sscanf.3 vsscanf.3 \ - vscanf.3 wctomb.3 inet_addr.3 inet_lnaof.3 setvbuf.3 fseek.3 \ - sigfillset.3 sigemptyset.3 sprintf.3 strcat.3 strchr.3 \ - strcoll.3 wcstombs.3 writev.3 ceil.3 unsetenv.3 usleep.3 \ - clock.3 floor.3 crypt.3 setmntent.3 strncat.3 strtok.3 \ - va_arg.3 sigismember.3 sigsetops.3 stdarg.3 vfscanf.3 \ - vprintf.3 regexec.3 remove.3 inet_network.3 initgroups.3 \ - killpg.3 regerror.3 alloca.3 bstring.3 calloc.3 catopen.3 \ - ecvt.3 endprotoent.3 exit.3 endpwent.3 fopen.3 free.3 \ - ftell.3 ftime.3 gcvt.3 getdirentries.3 getenv.3 getpw.3 \ - getpwuid.3 getservent.3 hsearch.3 abort.3 acos.3 acosh.3 \ - addmntent.3 asctime.3 assert.3 atanh.3 atexit.3 atoi.3 \ - byteorder.3 catclose.3 copysign.3 ctermid.3 difftime.3 \ - dn_expand.3 endgrent.3 endmntent.3 endservent.3 fcvt.3 \ - fdopen.3 fflush.3 fgetpwent.3 fmod.3 fputc.3 fread.3 \ - freopen.3 fscanf.3 ftok.3 get_current_dir_name.3 getgrgid.3 \ - gethostbyaddr.3 htons.3 getprotobynumber.3 getservbyname.3 \ - inet.3 isalnum.3 iscntrl.3 jrand48.3 lcong48.3 longjmp.3 \ - memcpy.3 modf.3 perror.3 re_comp.3 res_init.3 rint.3 seed48.3 \ - seekdir.3 setbuffer.3 setgrent.3 sethostent.3 setlinebuf.3 \ - setnetent.3 strlen.3 siginterrupt.3 strcspn.3 strerror.3 \ - system.3 tolower.3 va_start.3 vfprintf.3 vsprintf.3 gdbm.3 - -pre-install: - @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX} - -do-install: - zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r) - -.include <bsd.port.mk> diff --git a/devel/linux_devtools-7/distinfo b/devel/linux_devtools-7/distinfo deleted file mode 100644 index f2c6526c04dd..000000000000 --- a/devel/linux_devtools-7/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (linux_devel-0.2.tar.gz) = 293fc693806406e0b6558b5585e1e265 diff --git a/devel/linux_devtools-7/pkg-comment b/devel/linux_devtools-7/pkg-comment deleted file mode 100644 index 88dbcb3d6bc8..000000000000 --- a/devel/linux_devtools-7/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Linux cross development package diff --git a/devel/linux_devtools-7/pkg-descr b/devel/linux_devtools-7/pkg-descr deleted file mode 100644 index f7a77c473f2e..000000000000 --- a/devel/linux_devtools-7/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This is a binary port of the Linux development environment. It unpacks -unpacks actual Linux binaries which run under the binary emulation. diff --git a/devel/m6811-gcc/Makefile b/devel/m6811-gcc/Makefile deleted file mode 100644 index 0204b1f0d8e9..000000000000 --- a/devel/m6811-gcc/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: gcc11 -# Version required: 2.6.3 -# Date created: Thu Sep 14 11:10:01 CDT 1995 -# Whom: erich@FreeBSD.org -# -# $Id: Makefile,v 1.4 1996/11/18 10:22:31 asami Exp $ -# - -DISTNAME= gcc11 -PKGNAME= gcc11-2.6.3 -CATEGORIES= devel -MASTER_SITES= ftp://nyquist.ee.ualberta.ca/pub/motorola/68hc11/gcc/ -DISTFILES= gcc-6811-fsf.tar.gz gcc-2.6.3.tar.gz - -MAINTAINER= erich@FreeBSD.ORG - -NO_WRKSUBDIR= yes - -post-extract: - tar -C ${WRKSRC}/gcc-6811-release/gcc -cf - config | \ - tar -C ${WRKSRC}/gcc-2.6.3 -xvf - - -pre-configure: - cd ${WRKSRC}/gcc-2.6.3; ./configure -host=i386-unknown-freebsd2.0.5 \ - --target=m6811-local --prefix=${PREFIX} - -post-install: - cd ${PREFIX}/lib/gcc-lib/m6811-local/2.6.3; strip cc1 cpp - cd ${PREFIX}/bin; strip m6811-local-gcc as6800 asz80 as6811 \ - as6809 as6805 as6804 asi85 aslink - -.include <bsd.port.mk> diff --git a/devel/m6811-gcc/distinfo b/devel/m6811-gcc/distinfo deleted file mode 100644 index d60fdea60bcc..000000000000 --- a/devel/m6811-gcc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gcc-6811-fsf.tar.gz) = 43171eafb3bf4f55ada273aaf4ce4ead -MD5 (gcc-2.6.3.tar.gz) = c406a3c3a69637cb152985a4aa65c471 diff --git a/devel/m6811-gcc/files/patch-aa b/devel/m6811-gcc/files/patch-aa deleted file mode 100644 index 6932d783f191..000000000000 --- a/devel/m6811-gcc/files/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ -*** Makefile.orig Fri Sep 1 16:59:32 1995 ---- Makefile Fri Sep 1 17:14:52 1995 -*************** -*** 0 **** ---- 1,19 ---- -+ -+ all: -+ cd gcc-2.6.3; ${MAKE} "LANGUAGES=c" $@ -+ cd gcc-6811-release/xasm/asm-src; ${MAKE} -+ cd gcc-6811-release/xasm/lnk-src; ${MAKE} -+ cd gcc-6811-release/sample; ${MAKE} -+ -+ install: -+ cd gcc-2.6.3; ${MAKE} "LANGUAGES=c" $@ -+ cd gcc-6811-release/xasm/asm-src; ${MAKE} $@ -+ cd gcc-6811-release/xasm/lnk-src; ${MAKE} $@ -+ cd gcc-6811-release/sample; ${MAKE} $@ -+ cd ${PREFIX}/lib/gcc-lib/m6811-local/2.6.3; \ -+ rm -f as ld; \ -+ ln -s ${PREFIX}/bin/as6811 as; \ -+ ln -s ${PREFIX}/bin/aslink ld -+ rm -f ${PREFIX}/bin/gcc11 -+ cd ${PREFIX}/bin; ln -s ${PREFIX}/bin/m6811-local-gcc gcc11 -+ diff --git a/devel/m6811-gcc/files/patch-ab b/devel/m6811-gcc/files/patch-ab deleted file mode 100644 index 93fdb61fcb2c..000000000000 --- a/devel/m6811-gcc/files/patch-ab +++ /dev/null @@ -1,127 +0,0 @@ -*** gcc-2.6.3/Makefile.in~ Fri Sep 1 11:18:23 1995 ---- gcc-2.6.3/Makefile.in Fri Sep 1 11:18:33 1995 -*************** -*** 34,40 **** - - # Selection of languages to be made. - # This is overridden by configure. -! LANGUAGES = c objective-c proto - - ALLOCA = - ALLOCA_FLAGS = ---- 34,40 ---- - - # Selection of languages to be made. - # This is overridden by configure. -! LANGUAGES = c - - ALLOCA = - ALLOCA_FLAGS = -*************** -*** 319,325 **** - HOST_OBSTACK=$(OBSTACK) - - # Choose the real default target. -! ALL=all.internal - - # Choose the real install target. - INSTALL_TARGET=install-normal ---- 319,325 ---- - HOST_OBSTACK=$(OBSTACK) - - # Choose the real default target. -! ALL=all.cross - - # Choose the real install target. - INSTALL_TARGET=install-normal -*************** -*** 565,572 **** - # This is what to compile if making a cross-compiler. - # Note that we can compile enquire using the cross-compiler just built, - # although we can't run it on this machine. -! all.cross: native gcc-cross specs stmp-headers $(LIBGCC) $(STMP_FIXPROTO) \ -! $(CROSS_TEST) $(ENQUIRE) $(EXTRA_PARTS) lang.all.cross - # This is what to compile if making gcc with a cross-compiler. - all.build: native xgcc $(EXTRA_PARTS) lang.all.build - # This is what must be made before installing GCC and converting libraries. ---- 565,571 ---- - # This is what to compile if making a cross-compiler. - # Note that we can compile enquire using the cross-compiler just built, - # although we can't run it on this machine. -! all.cross: native gcc-cross specs stmp-headers - # This is what to compile if making gcc with a cross-compiler. - all.build: native xgcc $(EXTRA_PARTS) lang.all.build - # This is what must be made before installing GCC and converting libraries. -*************** -*** 692,698 **** - # This rule deliberately does not depend on libgcc1.a - # so that it will fail if the installer hasn't provided it. - libgcc1.cross: -! mv libgcc1.a libgcc1.cross || (echo You must find a way to make libgcc1.a; false) - - # Compile the library of arithmetic subroutines with the native compiler. - # Don't compile it with GCC! ---- 692,698 ---- - # This rule deliberately does not depend on libgcc1.a - # so that it will fail if the installer hasn't provided it. - libgcc1.cross: -! echo $@ is not implemented yet; exit 99 - - # Compile the library of arithmetic subroutines with the native compiler. - # Don't compile it with GCC! -*************** -*** 1870,1877 **** - install: $(INSTALL_TARGET) ; @true - - # Copy the compiler files into directories where they will be run. -! install-normal: install-common $(INSTALL_HEADERS) $(INSTALL_LIBGCC) \ -! install-man install-info lang.install-normal - - # Do nothing while making gcc with a cross-compiler. The person who - # makes gcc for the target machine has to know how to put a complete ---- 1869,1875 ---- - install: $(INSTALL_TARGET) ; @true - - # Copy the compiler files into directories where they will be run. -! install-normal: install-common $(INSTALL_HEADERS) lang.install-normal - - # Do nothing while making gcc with a cross-compiler. The person who - # makes gcc for the target machine has to know how to put a complete -*** gcc-2.6.3/cccp.c~ Fri Sep 1 10:42:15 1995 ---- gcc-2.6.3/cccp.c Fri Sep 1 10:42:31 1995 -*************** -*** 188,194 **** - #ifndef VMS - #ifndef HAVE_STRERROR - extern int sys_nerr; -! #if defined(bsd4_4) || defined(__NetBSD__) - extern const char *const sys_errlist[]; - #else - extern char *sys_errlist[]; ---- 188,194 ---- - #ifndef VMS - #ifndef HAVE_STRERROR - extern int sys_nerr; -! #if defined(bsd4_4) || defined(__NetBSD__) || defined(__FreeBSD__) - extern const char *const sys_errlist[]; - #else - extern char *sys_errlist[]; -*** gcc-2.6.3/gcc.c~ Fri Sep 1 10:57:20 1995 ---- gcc-2.6.3/gcc.c Fri Sep 1 10:57:36 1995 -*************** -*** 166,172 **** - #endif - - extern int sys_nerr; -! #if defined(bsd4_4) || defined(__NetBSD__) - extern const char *const sys_errlist[]; - #else - extern char *sys_errlist[]; ---- 166,172 ---- - #endif - - extern int sys_nerr; -! #if defined(bsd4_4) || defined(__NetBSD__) || defined(__FreeBSD__) - extern const char *const sys_errlist[]; - #else - extern char *sys_errlist[]; diff --git a/devel/m6811-gcc/files/patch-ac b/devel/m6811-gcc/files/patch-ac deleted file mode 100644 index e05b3f5b599d..000000000000 --- a/devel/m6811-gcc/files/patch-ac +++ /dev/null @@ -1,82 +0,0 @@ -*** gcc-6811-release/sample/Makefile~ Fri Sep 1 16:01:06 1995 ---- gcc-6811-release/sample/Makefile Fri Sep 1 16:01:45 1995 -*************** -*** 9,15 **** - # - CPP=./cpp - AR= -! AS=/usr/local/gnu6811/bin/as6811 - # CC=cc -! CC=/usr/local/gnu6811/bin/m6811-local-gcc - SHELL=/bin/sh ---- 9,15 ---- - # - CPP=./cpp - AR= -! AS=../xasm/asm-src/as6811 - # CC=cc -! CC=/usr/local/bin/m6811-local-gcc - SHELL=/bin/sh -*************** -*** 32,34 **** ---- 32,36 ---- - clean: - rm -f $(TARGETS) *.lst - -+ install: -+ cp ${TARGETS} ${SRC} gcb11.inc ${PREFIX}/lib/gcc-lib/m6811-local/2.6.3 -*** gcc-6811-release/xasm/asm-src/Makefile~ Fri Sep 1 16:39:12 1995 ---- gcc-6811-release/xasm/asm-src/Makefile Fri Sep 1 16:39:58 1995 -*************** -*** 9,15 **** - COMMON_OBJ= asmain.o aslex.o assym.o assubr.o asexpr.o \ - asdata.o aslist.o asout.o - -! all: as6800 as6801 as6804 as6805 as6809 as6801 as6811 asz80 asi85 - - clean: - rm *.o ---- 9,19 ---- - COMMON_OBJ= asmain.o aslex.o assym.o assubr.o asexpr.o \ - asdata.o aslist.o asout.o - -! PRGS=as6800 as6801 as6804 as6805 as6809 as6801 as6811 asz80 asi85 -! all: ${PRGS} -! -! install: ${PRGS} -! cp ${PRGS} ${PREFIX}/bin - - clean: - rm *.o -*** gcc-6811-release/xasm/lnk-src/Makefile~ Fri Sep 1 16:42:23 1995 ---- gcc-6811-release/xasm/lnk-src/Makefile Fri Sep 1 16:42:44 1995 -*************** -*** 11,15 **** ---- 11,18 ---- - aslink: $(LINK_OBJ) aslink.h - $(CC) -o aslink $(LINK_OBJ) - -+ install: -+ cp aslink ${PREFIX}/bin -+ - clean: - rm -f aslink *.o -*** gcc-6811-release/sample/crt0.s~ Tue Sep 5 09:09:28 1995 ---- gcc-6811-release/sample/crt0.s Tue Sep 5 09:09:48 1995 -*************** -*** 377,383 **** - ; end crt0.s - ; - ; .include "gios.s" -! .include "utldbg.s" - ; .include "malloc.s" - ;----------------------------------------- - ; start use code ---- 377,383 ---- - ; end crt0.s - ; - ; .include "gios.s" -! ; .include "utldbg.s" - ; .include "malloc.s" - ;----------------------------------------- - ; start use code diff --git a/devel/m6811-gcc/files/patch-ad b/devel/m6811-gcc/files/patch-ad deleted file mode 100644 index 454972e60e82..000000000000 --- a/devel/m6811-gcc/files/patch-ad +++ /dev/null @@ -1,7 +0,0 @@ ---- gcc-2.6.3/config/i386/x-freebsd~ Mon Aug 12 10:22:41 1996 -+++ gcc-2.6.3/config/i386/x-freebsd Mon Aug 12 10:22:56 1996 -@@ -1,3 +1,3 @@ - # Don't run fixproto - STMP_FIXPROTO = --CLIB=-lgnumalloc -+CLIB= diff --git a/devel/m6811-gcc/pkg-comment b/devel/m6811-gcc/pkg-comment deleted file mode 100644 index 34f4143b6830..000000000000 --- a/devel/m6811-gcc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The gcc-2.6.3 cross-compiler for the 6811 diff --git a/devel/m6811-gcc/pkg-descr b/devel/m6811-gcc/pkg-descr deleted file mode 100644 index e7e4121a3a6a..000000000000 --- a/devel/m6811-gcc/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -This is a 6811 cross compiler for FreeBSD. -From the original README... - - The following are some comments and instructions on the 6811 port of the - gnu gcc compiler done by Coactive Aesthetics. - - The port was written using the GCB11 Network Microcontroller board that - is manufactured by Coactive Aesthetics. It was hosted on a NeXT system. - However, there is no assumptions and/or hardcode values within the - compiler which would prevent the compiler from working on any 6811 board - or on any host system. - - Any questions, bug reports, or porting comments/questions should be sent - to gcc@coactive.com. - - Thanks, - Otto - -You'll probably have to edit ${PREFIX}/lib/gcc-lib/m6811-local/2.6.3/crt0.s -to suit your hardware. --- -erich@freebsd.org diff --git a/devel/m6811-gcc/pkg-plist b/devel/m6811-gcc/pkg-plist deleted file mode 100644 index 69482ddfe6cf..000000000000 --- a/devel/m6811-gcc/pkg-plist +++ /dev/null @@ -1,58 +0,0 @@ -lib/gcc-lib/m6811-local/2.6.3/include/syslimits.h -lib/gcc-lib/m6811-local/2.6.3/include/objc/hash.h -lib/gcc-lib/m6811-local/2.6.3/include/objc/list.h -lib/gcc-lib/m6811-local/2.6.3/include/objc/sarray.h -lib/gcc-lib/m6811-local/2.6.3/include/objc/objc.h -lib/gcc-lib/m6811-local/2.6.3/include/objc/objc-api.h -lib/gcc-lib/m6811-local/2.6.3/include/objc/Object.h -lib/gcc-lib/m6811-local/2.6.3/include/objc/Protocol.h -lib/gcc-lib/m6811-local/2.6.3/include/objc/encoding.h -lib/gcc-lib/m6811-local/2.6.3/include/objc/typedstream.h -lib/gcc-lib/m6811-local/2.6.3/include/stdarg.h -lib/gcc-lib/m6811-local/2.6.3/include/stddef.h -lib/gcc-lib/m6811-local/2.6.3/include/varargs.h -lib/gcc-lib/m6811-local/2.6.3/include/va-alpha.h -lib/gcc-lib/m6811-local/2.6.3/include/va-h8300.h -lib/gcc-lib/m6811-local/2.6.3/include/va-i860.h -lib/gcc-lib/m6811-local/2.6.3/include/va-i960.h -lib/gcc-lib/m6811-local/2.6.3/include/va-mips.h -lib/gcc-lib/m6811-local/2.6.3/include/va-m88k.h -lib/gcc-lib/m6811-local/2.6.3/include/va-pa.h -lib/gcc-lib/m6811-local/2.6.3/include/va-pyr.h -lib/gcc-lib/m6811-local/2.6.3/include/va-sparc.h -lib/gcc-lib/m6811-local/2.6.3/include/va-clipper.h -lib/gcc-lib/m6811-local/2.6.3/include/va-spur.h -lib/gcc-lib/m6811-local/2.6.3/include/proto.h -lib/gcc-lib/m6811-local/2.6.3/include/limits.h -lib/gcc-lib/m6811-local/2.6.3/include/README -lib/gcc-lib/m6811-local/2.6.3/include/float.h -lib/gcc-lib/m6811-local/2.6.3/cc1 -lib/gcc-lib/m6811-local/2.6.3/specs -lib/gcc-lib/m6811-local/2.6.3/cpp -lib/gcc-lib/m6811-local/2.6.3/gcb11.inc -lib/gcc-lib/m6811-local/2.6.3/crt0.s -lib/gcc-lib/m6811-local/2.6.3/gapp.s -lib/gcc-lib/m6811-local/2.6.3/gios.s -lib/gcc-lib/m6811-local/2.6.3/gnet.s -lib/gcc-lib/m6811-local/2.6.3/crt0.o -lib/gcc-lib/m6811-local/2.6.3/gapp.o -lib/gcc-lib/m6811-local/2.6.3/gios.o -lib/gcc-lib/m6811-local/2.6.3/gnet.o -lib/gcc-lib/m6811-local/2.6.3/as -lib/gcc-lib/m6811-local/2.6.3/ld -bin/m6811-local-gcc -bin/as6800 -bin/asz80 -bin/as6811 -bin/as6801 -bin/as6809 -bin/as6805 -bin/as6804 -bin/asi85 -bin/aslink -m6811-local/include/assert.h -bin/gcc11 -@dirrm lib/gcc-lib/m6811-local/2.6.3/include/objc -@dirrm lib/gcc-lib/m6811-local/2.6.3/include -@dirrm lib/gcc-lib/m6811-local/2.6.3 -@dirrm lib/gcc-lib/m6811-local diff --git a/devel/ncurses-devel/Makefile b/devel/ncurses-devel/Makefile deleted file mode 100644 index add9a9771ce7..000000000000 --- a/devel/ncurses-devel/Makefile +++ /dev/null @@ -1,87 +0,0 @@ -# New ports collection makefile for: ncurses -# Version required: 4.2 -# Date created: 23 September 1997 -# Whom: Andrey Zakhvatov -# -# $Id: Makefile,v 1.14 1999/04/04 17:12:43 sada Exp $ -# - -DISTNAME= ncurses-4.2 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} \ - ftp://ftp.clark.net/pub/dickey/ncurses/4.2/ -MASTER_SITE_SUBDIR= ncurses -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} terminfo.src.gz -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= andy@icc.surw.chel.su - -Y2K= http://www.gnu.org/software/year2000.html - -MAN1= captoinfo.1m clear.1 infocmp.1m tic.1m toe.1m tput.1 tset.1 -MAN3= curs_addch.3x curs_addchstr.3x curs_addstr.3x curs_attr.3x \ - curs_beep.3x curs_bkgd.3x curs_border.3x curs_clear.3x \ - curs_color.3x curs_delch.3x curs_deleteln.3x curs_getch.3x \ - curs_getstr.3x curs_getyx.3x curs_inch.3x curs_inchstr.3x \ - curs_initscr.3x curs_inopts.3x curs_insch.3x curs_insstr.3x \ - curs_instr.3x curs_kernel.3x curs_mouse.3x curs_move.3x \ - curs_outopts.3x curs_overlay.3x curs_pad.3x curs_print.3x \ - curs_printw.3x curs_refresh.3x curs_scanw.3x curs_scr_dmp.3x \ - curs_scroll.3x curs_slk.3x curs_termattrs.3x curs_termcap.3x \ - curs_terminfo.3x curs_touch.3x curs_util.3x curs_window.3x \ - define_key.3x dft_fgbg.3x form.3x form_cursor.3x form_data.3x \ - form_driver.3x form_field.3x form_field_attributes.3x \ - form_field_buffer.3x form_field_info.3x form_field_just.3x \ - form_field_new.3x form_field_opts.3x form_field_userptr.3x \ - form_field_validation.3x form_fieldtype.3x form_hook.3x \ - form_new.3x form_new_page.3x form_opts.3x form_page.3x \ - form_post.3x form_requestname.3x form_userptr.3x form_win.3x \ - keyok.3x menu.3x menu_attribs.3x menu_cursor.3x menu_driver.3x \ - menu_format.3x menu_hook.3x menu_items.3x menu_mark.3x \ - menu_new.3x menu_opts.3x menu_pattern.3x menu_post.3x \ - menu_requestname.3x menu_spacing.3x menu_userptr.3x \ - menu_win.3x mitem_current.3x mitem_name.3x mitem_new.3x \ - mitem_opts.3x mitem_userptr.3x mitem_value.3x mitem_visible.3x \ - ncurses.3x panel.3x resizeterm.3x wresize.3x -MAN5= terminfo.5 term.5 -MAN7= term.7 - -MANUAL_PACKAGE_BUILD= conflicts with system ncurses -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc --disable-overwrite \ - --disable-termcap --includedir=${PREFIX}/include/ncurses \ - --prefix=${PREFIX} --with-profile --with-shared -CONFIGURE_ENV= gnat_exists="no" ac_cv_path_LDCONFIG="${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib" - -.include <bsd.port.pre.mk> - -post-extract: - @ ${RM} ${WRKSRC}/misc/terminfo.src - @ ${CP} ${DISTDIR}/terminfo.src.gz ${WRKSRC}/misc - @ ${GUNZIP_CMD} ${WRKSRC}/misc/terminfo.src.gz - -post-install: -.if ${PORTOBJFORMAT} == "aout" - @ ${LN} -sf ${PREFIX}/lib/libform.so.4.2 ${PREFIX}/lib/libform.so - @ ${LN} -sf ${PREFIX}/lib/libmenu.so.4.2 ${PREFIX}/lib/libmenu.so - @ ${LN} -sf ${PREFIX}/lib/libncurses.so.4.2 ${PREFIX}/lib/libncurses.so - @ ${LN} -sf ${PREFIX}/lib/libpanel.so.4.2 ${PREFIX}/lib/libpanel.so -.endif - @ ${MKDIR} ${PREFIX}/share/doc/ncurses -.for file in ANNOUNCE INSTALL NEWS README TO-DO announce.html misc/hackguide.doc misc/hackguide.html misc/ncurses-intro.doc misc/ncurses-intro.html - @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/ncurses -.endfor - @ ${INSTALL_DATA} ${WRKSRC}/misc/terminfo.src ${PREFIX}/share/misc/terminfo - @ ${MKDIR} ${PREFIX}/share/examples/ncurses -.for file in README blue.c bs.6 bs.c firework.c gdc.6 gdc.c hanoi.c hashtest.c knight.c lrtest.c ncurses.c newdemo.c rain.c tclock.c test.priv.h testcurs.c view.c worm.c xmas.c - @ ${INSTALL_DATA} ${WRKSRC}/test/${file} ${PREFIX}/share/examples/ncurses -.endfor - @ ${INSTALL_SCRIPT} ${WRKSRC}/test/tracemunch ${PREFIX}/share/examples/ncurses - @ ${INSTALL_DATA} ${FILESDIR}/Makefile ${PREFIX}/share/examples/ncurses - @ ${MKDIR} ${PREFIX}/share/examples/ncurses/c++ -.for file in NEWS PROBLEMS README-first cursesp.cc cursesp.h cursesw.cc cursesw.h demo.cc - @ ${INSTALL_DATA} ${WRKSRC}/c++/${file} ${PREFIX}/share/examples/ncurses/c++ -.endfor - @ ${INSTALL_DATA} ${FILESDIR}/Makefile.c++ ${PREFIX}/share/examples/ncurses/c++/Makefile - -.include <bsd.port.post.mk> diff --git a/devel/ncurses-devel/distinfo b/devel/ncurses-devel/distinfo deleted file mode 100644 index 234eed4b561b..000000000000 --- a/devel/ncurses-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ncurses-4.2.tar.gz) = 7926ed3ef7090f72c0a45da1f59400bf -MD5 (terminfo.src.gz) = 4b111861ea3a5725127290c9c1c8a7a4 diff --git a/devel/ncurses-devel/pkg-comment b/devel/ncurses-devel/pkg-comment deleted file mode 100644 index 033ac8d2641d..000000000000 --- a/devel/ncurses-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Library for terminal-independent, full-screen output (color, etc). diff --git a/devel/ncurses-devel/pkg-descr b/devel/ncurses-devel/pkg-descr deleted file mode 100644 index d47a6df4f45a..000000000000 --- a/devel/ncurses-devel/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -The ncurses software includes a SVr4 and XSI-Curses compatible -curses library as well as terminfo tools include "tic", "infocmp", -and "captoinfo". The library is used by other programs for text-mode -support of color, multiple highlights, forms-drawing characters, -automatic recognition of keybad and function-key sequences, and -more. - -The ncurses library uses a terminfo database (included), but can -be configured to use BSD's /etc/termcap file instead. This has -been approved by the old 4.4BSD curses maintainer as the official -4.4BSD curses successor. diff --git a/devel/ncurses-devel/pkg-plist b/devel/ncurses-devel/pkg-plist deleted file mode 100644 index b893ddca8350..000000000000 --- a/devel/ncurses-devel/pkg-plist +++ /dev/null @@ -1,2214 +0,0 @@ -bin/captoinfo -bin/clear -bin/infocmp -bin/infotocap -bin/reset -bin/tic -bin/toe -bin/tput -bin/tset -include/ncurses/curses.h -include/ncurses/cursesapp.h -include/ncurses/cursesf.h -include/ncurses/cursesm.h -include/ncurses/cursesp.h -include/ncurses/cursesw.h -include/ncurses/cursslk.h -include/ncurses/eti.h -include/ncurses/etip.h -include/ncurses/form.h -include/ncurses/menu.h -include/ncurses/ncurses.h -include/ncurses/panel.h -include/ncurses/term.h -include/ncurses/termcap.h -include/ncurses/unctrl.h -lib/libform.a -lib/libform.so -lib/libform.so.4.2 -lib/libform_g.a -lib/libform_p.a -lib/libmenu.a -lib/libmenu.so -lib/libmenu.so.4.2 -lib/libmenu_g.a -lib/libmenu_p.a -lib/libncurses++.a -lib/libncurses.a -lib/libncurses.so -lib/libncurses.so.4.2 -lib/libncurses_g.a -lib/libncurses_p.a -lib/libpanel.a -lib/libpanel.so -lib/libpanel.so.4.2 -lib/libpanel_g.a -lib/libpanel_p.a -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -share/doc/ncurses/ANNOUNCE -share/doc/ncurses/INSTALL -share/doc/ncurses/NEWS -share/doc/ncurses/README -share/doc/ncurses/TO-DO -share/doc/ncurses/announce.html -share/doc/ncurses/hackguide.doc -share/doc/ncurses/hackguide.html -share/doc/ncurses/ncurses-intro.doc -share/doc/ncurses/ncurses-intro.html -share/examples/ncurses/Makefile -share/examples/ncurses/README -share/examples/ncurses/blue.c -share/examples/ncurses/bs.6 -share/examples/ncurses/bs.c -share/examples/ncurses/c++/Makefile -share/examples/ncurses/c++/NEWS -share/examples/ncurses/c++/PROBLEMS -share/examples/ncurses/c++/README-first -share/examples/ncurses/c++/cursesp.cc -share/examples/ncurses/c++/cursesp.h -share/examples/ncurses/c++/cursesw.cc -share/examples/ncurses/c++/cursesw.h -share/examples/ncurses/c++/demo.cc -share/examples/ncurses/firework.c -share/examples/ncurses/gdc.6 -share/examples/ncurses/gdc.c -share/examples/ncurses/hanoi.c -share/examples/ncurses/hashtest.c -share/examples/ncurses/knight.c -share/examples/ncurses/lrtest.c -share/examples/ncurses/ncurses.c -share/examples/ncurses/newdemo.c -share/examples/ncurses/rain.c -share/examples/ncurses/tclock.c -share/examples/ncurses/test.priv.h -share/examples/ncurses/testcurs.c -share/examples/ncurses/tracemunch -share/examples/ncurses/view.c -share/examples/ncurses/worm.c -share/examples/ncurses/xmas.c -share/misc/tabset/std -share/misc/tabset/stdcrt -share/misc/tabset/vt100 -share/misc/tabset/vt300 -share/misc/terminfo/1/1178 -share/misc/terminfo/1/1730-lm -share/misc/terminfo/2/2621 -share/misc/terminfo/2/2621-wl -share/misc/terminfo/2/2621A -share/misc/terminfo/2/2621a -share/misc/terminfo/3/386at -share/misc/terminfo/3/3b1 -share/misc/terminfo/4/4025ex -share/misc/terminfo/4/4027ex -share/misc/terminfo/4/4410-w -share/misc/terminfo/5/5051 -share/misc/terminfo/5/5410-w -share/misc/terminfo/5/5620 -share/misc/terminfo/5/5630-24 -share/misc/terminfo/5/5630DMD-24 -share/misc/terminfo/6/6053 -share/misc/terminfo/6/6053-dg -share/misc/terminfo/6/605x -share/misc/terminfo/6/605x-dg -share/misc/terminfo/6/630-lm -share/misc/terminfo/6/630MTG-24 -share/misc/terminfo/7/730MTG-24 -share/misc/terminfo/7/730MTG-41 -share/misc/terminfo/7/730MTG-41r -share/misc/terminfo/7/730MTGr -share/misc/terminfo/7/730MTGr-24 -share/misc/terminfo/8/8510 -share/misc/terminfo/9/955-hb -share/misc/terminfo/9/955-w -share/misc/terminfo/N/NCR260VT300WPP -share/misc/terminfo/N/NCRVT100WPP -share/misc/terminfo/P/P12 -share/misc/terminfo/P/P12-M -share/misc/terminfo/P/P12-M-W -share/misc/terminfo/P/P12-W -share/misc/terminfo/P/P14 -share/misc/terminfo/P/P14-M -share/misc/terminfo/P/P14-M-W -share/misc/terminfo/P/P14-W -share/misc/terminfo/P/P4 -share/misc/terminfo/P/P5 -share/misc/terminfo/P/P7 -share/misc/terminfo/P/P8 -share/misc/terminfo/P/P8-W -share/misc/terminfo/P/P9 -share/misc/terminfo/P/P9-8 -share/misc/terminfo/P/P9-8-W -share/misc/terminfo/P/P9-W -share/misc/terminfo/X/X-hpterm -share/misc/terminfo/a/a210 -share/misc/terminfo/a/a80 -share/misc/terminfo/a/a980 -share/misc/terminfo/a/aa4080 -share/misc/terminfo/a/aaa -share/misc/terminfo/a/aaa+dec -share/misc/terminfo/a/aaa+rv -share/misc/terminfo/a/aaa+unk -share/misc/terminfo/a/aaa-18 -share/misc/terminfo/a/aaa-18-rv -share/misc/terminfo/a/aaa-20 -share/misc/terminfo/a/aaa-22 -share/misc/terminfo/a/aaa-24 -share/misc/terminfo/a/aaa-24-rv -share/misc/terminfo/a/aaa-26 -share/misc/terminfo/a/aaa-28 -share/misc/terminfo/a/aaa-30 -share/misc/terminfo/a/aaa-30-ctxt -share/misc/terminfo/a/aaa-30-rv -share/misc/terminfo/a/aaa-30-rv-ctxt -share/misc/terminfo/a/aaa-30-s -share/misc/terminfo/a/aaa-30-s-ctxt -share/misc/terminfo/a/aaa-30-s-rv -share/misc/terminfo/a/aaa-30-s-rv-ct -share/misc/terminfo/a/aaa-36 -share/misc/terminfo/a/aaa-36-rv -share/misc/terminfo/a/aaa-40 -share/misc/terminfo/a/aaa-40-rv -share/misc/terminfo/a/aaa-48 -share/misc/terminfo/a/aaa-48-rv -share/misc/terminfo/a/aaa-60 -share/misc/terminfo/a/aaa-60-dec-rv -share/misc/terminfo/a/aaa-60-rv -share/misc/terminfo/a/aaa-60-s -share/misc/terminfo/a/aaa-60-s-rv -share/misc/terminfo/a/aaa-ctxt -share/misc/terminfo/a/aaa-db -share/misc/terminfo/a/aaa-rv -share/misc/terminfo/a/aaa-rv-ctxt -share/misc/terminfo/a/aaa-rv-unk -share/misc/terminfo/a/aaa-s -share/misc/terminfo/a/aaa-s-ctxt -share/misc/terminfo/a/aaa-s-rv -share/misc/terminfo/a/aaa-s-rv-ctxt -share/misc/terminfo/a/aaa-unk -share/misc/terminfo/a/aas1901 -share/misc/terminfo/a/abm80 -share/misc/terminfo/a/abm85 -share/misc/terminfo/a/abm85e -share/misc/terminfo/a/abm85h -share/misc/terminfo/a/abm85h-old -share/misc/terminfo/a/act4 -share/misc/terminfo/a/act5 -share/misc/terminfo/a/addrinfo -share/misc/terminfo/a/adds980 -share/misc/terminfo/a/addsviewpoint -share/misc/terminfo/a/addsvp60 -share/misc/terminfo/a/adm+sgr -share/misc/terminfo/a/adm1 -share/misc/terminfo/a/adm11 -share/misc/terminfo/a/adm1178 -share/misc/terminfo/a/adm12 -share/misc/terminfo/a/adm1a -share/misc/terminfo/a/adm2 -share/misc/terminfo/a/adm20 -share/misc/terminfo/a/adm21 -share/misc/terminfo/a/adm22 -share/misc/terminfo/a/adm3 -share/misc/terminfo/a/adm31 -share/misc/terminfo/a/adm31-old -share/misc/terminfo/a/adm36 -share/misc/terminfo/a/adm3a -share/misc/terminfo/a/adm3a+ -share/misc/terminfo/a/adm42 -share/misc/terminfo/a/adm42-ns -share/misc/terminfo/a/adm5 -share/misc/terminfo/a/aepro -share/misc/terminfo/a/aixterm -share/misc/terminfo/a/aixterm-m -share/misc/terminfo/a/aixterm-m-old -share/misc/terminfo/a/aj -share/misc/terminfo/a/aj510 -share/misc/terminfo/a/aj830 -share/misc/terminfo/a/aj832 -share/misc/terminfo/a/alt2 -share/misc/terminfo/a/alt3 -share/misc/terminfo/a/alt4 -share/misc/terminfo/a/alt5 -share/misc/terminfo/a/alt7 -share/misc/terminfo/a/alt7pc -share/misc/terminfo/a/alto-h19 -share/misc/terminfo/a/alto-heath -share/misc/terminfo/a/altoh19 -share/misc/terminfo/a/altoheath -share/misc/terminfo/a/altos-2 -share/misc/terminfo/a/altos-3 -share/misc/terminfo/a/altos-4 -share/misc/terminfo/a/altos-5 -share/misc/terminfo/a/altos2 -share/misc/terminfo/a/altos3 -share/misc/terminfo/a/altos4 -share/misc/terminfo/a/altos5 -share/misc/terminfo/a/altos7 -share/misc/terminfo/a/altos7pc -share/misc/terminfo/a/ambas -share/misc/terminfo/a/ambassador -share/misc/terminfo/a/amiga -share/misc/terminfo/a/amiga-h -share/misc/terminfo/a/amp219 -share/misc/terminfo/a/amp219w -share/misc/terminfo/a/ampex-219 -share/misc/terminfo/a/ampex-219w -share/misc/terminfo/a/ampex-232 -share/misc/terminfo/a/ampex175 -share/misc/terminfo/a/ampex175-b -share/misc/terminfo/a/ampex210 -share/misc/terminfo/a/ampex219 -share/misc/terminfo/a/ampex219w -share/misc/terminfo/a/ampex232 -share/misc/terminfo/a/ampex232w -share/misc/terminfo/a/ampex80 -share/misc/terminfo/a/annarbor4080 -share/misc/terminfo/a/ansi -share/misc/terminfo/a/ansi-color-2-emx -share/misc/terminfo/a/ansi-color-3-emx -share/misc/terminfo/a/ansi-emx -share/misc/terminfo/a/ansi-m -share/misc/terminfo/a/ansi-mini -share/misc/terminfo/a/ansi-mono -share/misc/terminfo/a/ansi-nt -share/misc/terminfo/a/ansi.sys -share/misc/terminfo/a/ansi.sys-old -share/misc/terminfo/a/ansi.sysk -share/misc/terminfo/a/ansi43m -share/misc/terminfo/a/ansi77 -share/misc/terminfo/a/ansi80x25 -share/misc/terminfo/a/ansi80x25-mono -share/misc/terminfo/a/ansi80x25-raw -share/misc/terminfo/a/ansi80x30 -share/misc/terminfo/a/ansi80x30-mono -share/misc/terminfo/a/ansi80x43 -share/misc/terminfo/a/ansi80x43-mono -share/misc/terminfo/a/ansi80x50 -share/misc/terminfo/a/ansi80x50-mono -share/misc/terminfo/a/ansi80x60 -share/misc/terminfo/a/ansi80x60-mono -share/misc/terminfo/a/ansil -share/misc/terminfo/a/ansil-mono -share/misc/terminfo/a/ansis -share/misc/terminfo/a/ansis-mono -share/misc/terminfo/a/ansisysk -share/misc/terminfo/a/ansiw -share/misc/terminfo/a/ap-vm80 -share/misc/terminfo/a/apl -share/misc/terminfo/a/apollo -share/misc/terminfo/a/apollo_15P -share/misc/terminfo/a/apollo_19L -share/misc/terminfo/a/apollo_color -share/misc/terminfo/a/apple-80 -share/misc/terminfo/a/apple-ae -share/misc/terminfo/a/apple-soroc -share/misc/terminfo/a/apple-uterm -share/misc/terminfo/a/apple-uterm-vb -share/misc/terminfo/a/apple-videx -share/misc/terminfo/a/apple-videx2 -share/misc/terminfo/a/apple-videx3 -share/misc/terminfo/a/apple-vm80 -share/misc/terminfo/a/apple2e -share/misc/terminfo/a/apple2e-p -share/misc/terminfo/a/apple80p -share/misc/terminfo/a/appleII -share/misc/terminfo/a/appleIIc -share/misc/terminfo/a/appleIIe -share/misc/terminfo/a/appleIIgs -share/misc/terminfo/a/arm100 -share/misc/terminfo/a/arm100-am -share/misc/terminfo/a/arm100-w -share/misc/terminfo/a/arm100-wam -share/misc/terminfo/a/at386 -share/misc/terminfo/a/atari -share/misc/terminfo/a/att2300 -share/misc/terminfo/a/att2350 -share/misc/terminfo/a/att4410 -share/misc/terminfo/a/att4410-w -share/misc/terminfo/a/att4410v1 -share/misc/terminfo/a/att4410v1-w -share/misc/terminfo/a/att4415 -share/misc/terminfo/a/att4415+nl -share/misc/terminfo/a/att4415-nl -share/misc/terminfo/a/att4415-rv -share/misc/terminfo/a/att4415-rv-nl -share/misc/terminfo/a/att4415-w -share/misc/terminfo/a/att4415-w-nl -share/misc/terminfo/a/att4415-w-rv -share/misc/terminfo/a/att4415-w-rv-n -share/misc/terminfo/a/att4418 -share/misc/terminfo/a/att4418-w -share/misc/terminfo/a/att4420 -share/misc/terminfo/a/att4424 -share/misc/terminfo/a/att4424-1 -share/misc/terminfo/a/att4424m -share/misc/terminfo/a/att4425 -share/misc/terminfo/a/att4425-nl -share/misc/terminfo/a/att4425-w -share/misc/terminfo/a/att4426 -share/misc/terminfo/a/att500 -share/misc/terminfo/a/att505 -share/misc/terminfo/a/att505-24 -share/misc/terminfo/a/att510a -share/misc/terminfo/a/att510d -share/misc/terminfo/a/att513 -share/misc/terminfo/a/att5310 -share/misc/terminfo/a/att5320 -share/misc/terminfo/a/att5410 -share/misc/terminfo/a/att5410-w -share/misc/terminfo/a/att5410v1 -share/misc/terminfo/a/att5410v1-w -share/misc/terminfo/a/att5418 -share/misc/terminfo/a/att5418-w -share/misc/terminfo/a/att5420 -share/misc/terminfo/a/att5420+nl -share/misc/terminfo/a/att5420-nl -share/misc/terminfo/a/att5420-rv -share/misc/terminfo/a/att5420-rv-nl -share/misc/terminfo/a/att5420-w -share/misc/terminfo/a/att5420-w-nl -share/misc/terminfo/a/att5420-w-rv -share/misc/terminfo/a/att5420-w-rv-n -share/misc/terminfo/a/att5420_2 -share/misc/terminfo/a/att5420_2-w -share/misc/terminfo/a/att5425 -share/misc/terminfo/a/att5425-nl -share/misc/terminfo/a/att5425-w -share/misc/terminfo/a/att5430 -share/misc/terminfo/a/att5620 -share/misc/terminfo/a/att5620-1 -share/misc/terminfo/a/att5620-24 -share/misc/terminfo/a/att5620-34 -share/misc/terminfo/a/att5620-s -share/misc/terminfo/a/att605 -share/misc/terminfo/a/att605-pc -share/misc/terminfo/a/att605-w -share/misc/terminfo/a/att610 -share/misc/terminfo/a/att610-103k -share/misc/terminfo/a/att610-103k-w -share/misc/terminfo/a/att610-w -share/misc/terminfo/a/att615 -share/misc/terminfo/a/att615-103k -share/misc/terminfo/a/att615-103k-w -share/misc/terminfo/a/att615-w -share/misc/terminfo/a/att620 -share/misc/terminfo/a/att620-103k -share/misc/terminfo/a/att620-103k-w -share/misc/terminfo/a/att620-w -share/misc/terminfo/a/att630 -share/misc/terminfo/a/att630-24 -share/misc/terminfo/a/att6386 -share/misc/terminfo/a/att700 -share/misc/terminfo/a/att730 -share/misc/terminfo/a/att730-24 -share/misc/terminfo/a/att730-41 -share/misc/terminfo/a/att7300 -share/misc/terminfo/a/att730r -share/misc/terminfo/a/att730r-24 -share/misc/terminfo/a/att730r-41 -share/misc/terminfo/a/avatar -share/misc/terminfo/a/avatar0 -share/misc/terminfo/a/avatar0+ -share/misc/terminfo/a/avatar1 -share/misc/terminfo/a/avt -share/misc/terminfo/a/avt+s -share/misc/terminfo/a/avt-ns -share/misc/terminfo/a/avt-rv -share/misc/terminfo/a/avt-rv-ns -share/misc/terminfo/a/avt-rv-s -share/misc/terminfo/a/avt-s -share/misc/terminfo/a/avt-w -share/misc/terminfo/a/avt-w-ns -share/misc/terminfo/a/avt-w-rv -share/misc/terminfo/a/avt-w-rv-ns -share/misc/terminfo/a/avt-w-rv-s -share/misc/terminfo/a/avt-w-s -share/misc/terminfo/a/aws -share/misc/terminfo/a/awsc -share/misc/terminfo/b/b-128 -share/misc/terminfo/b/bantam -share/misc/terminfo/b/basic4 -share/misc/terminfo/b/basis -share/misc/terminfo/b/bct510a -share/misc/terminfo/b/bct510d -share/misc/terminfo/b/beacon -share/misc/terminfo/b/bee -share/misc/terminfo/b/beehive -share/misc/terminfo/b/beehive3 -share/misc/terminfo/b/beehive4 -share/misc/terminfo/b/beehiveIIIm -share/misc/terminfo/b/beterm -share/misc/terminfo/b/bg1.25 -share/misc/terminfo/b/bg1.25nv -share/misc/terminfo/b/bg1.25rv -share/misc/terminfo/b/bg2.0 -share/misc/terminfo/b/bg2.0nv -share/misc/terminfo/b/bg2.0rv -share/misc/terminfo/b/bg3.10 -share/misc/terminfo/b/bg3.10nv -share/misc/terminfo/b/bg3.10rv -share/misc/terminfo/b/bh3m -share/misc/terminfo/b/bh4 -share/misc/terminfo/b/bitgraph -share/misc/terminfo/b/blit -share/misc/terminfo/b/bobcat -share/misc/terminfo/b/bsdos-pc -share/misc/terminfo/b/bsdos-pc-nobold -share/misc/terminfo/b/bsdos-ppc -share/misc/terminfo/b/bsdos-sparc -share/misc/terminfo/c/c100 -share/misc/terminfo/c/c100-1p -share/misc/terminfo/c/c100-4p -share/misc/terminfo/c/c100-rv -share/misc/terminfo/c/c100-rv-4p -share/misc/terminfo/c/c104 -share/misc/terminfo/c/c108 -share/misc/terminfo/c/c108-4p -share/misc/terminfo/c/c108-8p -share/misc/terminfo/c/c108-rv -share/misc/terminfo/c/c108-rv-4p -share/misc/terminfo/c/c108-rv-8p -share/misc/terminfo/c/c108-w -share/misc/terminfo/c/c108-w-8p -share/misc/terminfo/c/c300 -share/misc/terminfo/c/c301 -share/misc/terminfo/c/c321 -share/misc/terminfo/c/ca22851 -share/misc/terminfo/c/cad68-2 -share/misc/terminfo/c/cad68-3 -share/misc/terminfo/c/cbblit -share/misc/terminfo/c/cbunix -share/misc/terminfo/c/cci -share/misc/terminfo/c/cci1 -share/misc/terminfo/c/cdc456 -share/misc/terminfo/c/cdc721 -share/misc/terminfo/c/cdc721-esc -share/misc/terminfo/c/cdc721ll -share/misc/terminfo/c/cdc752 -share/misc/terminfo/c/cdc756 -share/misc/terminfo/c/cg7900 -share/misc/terminfo/c/cgc2 -share/misc/terminfo/c/cgc3 -share/misc/terminfo/c/chromatics -share/misc/terminfo/c/ci8510 -share/misc/terminfo/c/cit-80 -share/misc/terminfo/c/cit101 -share/misc/terminfo/c/cit101e -share/misc/terminfo/c/cit101e-132 -share/misc/terminfo/c/cit101e-n -share/misc/terminfo/c/cit101e-n132 -share/misc/terminfo/c/cit101e-rv -share/misc/terminfo/c/cit500 -share/misc/terminfo/c/cit80 -share/misc/terminfo/c/citc -share/misc/terminfo/c/citoh -share/misc/terminfo/c/citoh-6lpi -share/misc/terminfo/c/citoh-8lpi -share/misc/terminfo/c/citoh-comp -share/misc/terminfo/c/citoh-elite -share/misc/terminfo/c/citoh-pica -share/misc/terminfo/c/citoh-prop -share/misc/terminfo/c/citoh-ps -share/misc/terminfo/c/coco3 -share/misc/terminfo/c/coherent -share/misc/terminfo/c/color_xterm -share/misc/terminfo/c/colorscan -share/misc/terminfo/c/commodore -share/misc/terminfo/c/concept -share/misc/terminfo/c/concept-avt -share/misc/terminfo/c/concept100 -share/misc/terminfo/c/concept100-rv -share/misc/terminfo/c/concept108 -share/misc/terminfo/c/concept108-4p -share/misc/terminfo/c/concept108-8p -share/misc/terminfo/c/concept108-w-8 -share/misc/terminfo/c/concept108-w8p -share/misc/terminfo/c/concept108rv4p -share/misc/terminfo/c/cons25 -share/misc/terminfo/c/cons25-iso-m -share/misc/terminfo/c/cons25-iso8859 -share/misc/terminfo/c/cons25-koi8-r -share/misc/terminfo/c/cons25-koi8r-m -share/misc/terminfo/c/cons25-m -share/misc/terminfo/c/cons25l1 -share/misc/terminfo/c/cons25l1-m -share/misc/terminfo/c/cons25r -share/misc/terminfo/c/cons25r-m -share/misc/terminfo/c/cons25w -share/misc/terminfo/c/cons30 -share/misc/terminfo/c/cons30-m -share/misc/terminfo/c/cons43 -share/misc/terminfo/c/cons43-m -share/misc/terminfo/c/cons50 -share/misc/terminfo/c/cons50-iso-m -share/misc/terminfo/c/cons50-iso8859 -share/misc/terminfo/c/cons50-koi8r -share/misc/terminfo/c/cons50-koi8r-m -share/misc/terminfo/c/cons50-m -share/misc/terminfo/c/cons50l1 -share/misc/terminfo/c/cons50l1-m -share/misc/terminfo/c/cons50r -share/misc/terminfo/c/cons50r-m -share/misc/terminfo/c/cons60 -share/misc/terminfo/c/cons60-iso -share/misc/terminfo/c/cons60-iso-m -share/misc/terminfo/c/cons60-koi8r -share/misc/terminfo/c/cons60-koi8r-m -share/misc/terminfo/c/cons60-m -share/misc/terminfo/c/cons60l1 -share/misc/terminfo/c/cons60l1-m -share/misc/terminfo/c/cons60r -share/misc/terminfo/c/cons60r-m -share/misc/terminfo/c/contel300 -share/misc/terminfo/c/contel301 -share/misc/terminfo/c/contel320 -share/misc/terminfo/c/contel321 -share/misc/terminfo/c/cops -share/misc/terminfo/c/cops-10 -share/misc/terminfo/c/cops10 -share/misc/terminfo/c/crt -share/misc/terminfo/c/crt-vt220 -share/misc/terminfo/c/cs10 -share/misc/terminfo/c/cs10-w -share/misc/terminfo/c/ct82 -share/misc/terminfo/c/ct8500 -share/misc/terminfo/c/ctrm -share/misc/terminfo/c/cx -share/misc/terminfo/c/cx100 -share/misc/terminfo/c/cyb110 -share/misc/terminfo/c/cyb83 -share/misc/terminfo/d/d132 -share/misc/terminfo/d/d2 -share/misc/terminfo/d/d2-dg -share/misc/terminfo/d/d200 -share/misc/terminfo/d/d200-dg -share/misc/terminfo/d/d210 -share/misc/terminfo/d/d210-dg -share/misc/terminfo/d/d211 -share/misc/terminfo/d/d211-7b -share/misc/terminfo/d/d211-dg -share/misc/terminfo/d/d214 -share/misc/terminfo/d/d214-dg -share/misc/terminfo/d/d215 -share/misc/terminfo/d/d215-7b -share/misc/terminfo/d/d215-dg -share/misc/terminfo/d/d216-dg -share/misc/terminfo/d/d216-unix -share/misc/terminfo/d/d216-unix-25 -share/misc/terminfo/d/d216+ -share/misc/terminfo/d/d216+25 -share/misc/terminfo/d/d216+dg -share/misc/terminfo/d/d216e-dg -share/misc/terminfo/d/d216e-unix -share/misc/terminfo/d/d216e+ -share/misc/terminfo/d/d216e+dg -share/misc/terminfo/d/d217-dg -share/misc/terminfo/d/d217-unix -share/misc/terminfo/d/d217-unix-25 -share/misc/terminfo/d/d220 -share/misc/terminfo/d/d220-7b -share/misc/terminfo/d/d220-dg -share/misc/terminfo/d/d230 -share/misc/terminfo/d/d230-dg -share/misc/terminfo/d/d230c -share/misc/terminfo/d/d230c-dg -share/misc/terminfo/d/d400 -share/misc/terminfo/d/d400-dg -share/misc/terminfo/d/d410 -share/misc/terminfo/d/d410-7b -share/misc/terminfo/d/d410-7b-w -share/misc/terminfo/d/d410-dg -share/misc/terminfo/d/d410-w -share/misc/terminfo/d/d411 -share/misc/terminfo/d/d411-7b -share/misc/terminfo/d/d411-7b-w -share/misc/terminfo/d/d411-dg -share/misc/terminfo/d/d411-w -share/misc/terminfo/d/d412-dg -share/misc/terminfo/d/d412-unix -share/misc/terminfo/d/d412-unix-w -share/misc/terminfo/d/d412-unix-25 -share/misc/terminfo/d/d412-unix-s -share/misc/terminfo/d/d412-unix-sr -share/misc/terminfo/d/d412+ -share/misc/terminfo/d/d412+25 -share/misc/terminfo/d/d412+dg -share/misc/terminfo/d/d412+s -share/misc/terminfo/d/d412+sr -share/misc/terminfo/d/d412+w -share/misc/terminfo/d/d413-dg -share/misc/terminfo/d/d413-unix -share/misc/terminfo/d/d413-unix-25 -share/misc/terminfo/d/d413-unix-s -share/misc/terminfo/d/d413-unix-sr -share/misc/terminfo/d/d413-unix-w -share/misc/terminfo/d/d414-unix -share/misc/terminfo/d/d414-unix-25 -share/misc/terminfo/d/d414-unix-s -share/misc/terminfo/d/d414-unix-sr -share/misc/terminfo/d/d414-unix-w -share/misc/terminfo/d/d430-dg -share/misc/terminfo/d/d430-dg-ccc -share/misc/terminfo/d/d430-unix -share/misc/terminfo/d/d430-unix-w -share/misc/terminfo/d/d430-unix-25 -share/misc/terminfo/d/d430-unix-25-ccc -share/misc/terminfo/d/d430-unix-ccc -share/misc/terminfo/d/d430-unix-s -share/misc/terminfo/d/d430-unix-s-ccc -share/misc/terminfo/d/d430-unix-sr -share/misc/terminfo/d/d430-unix-sr-ccc -share/misc/terminfo/d/d430-unix-w-ccc -share/misc/terminfo/d/d430c-dg -share/misc/terminfo/d/d430c-dg-ccc -share/misc/terminfo/d/d430c-unix -share/misc/terminfo/d/d430c-unix-25 -share/misc/terminfo/d/d430c-unix-25-ccc -share/misc/terminfo/d/d430c-unix-ccc -share/misc/terminfo/d/d430c-unix-s -share/misc/terminfo/d/d430c-unix-s-ccc -share/misc/terminfo/d/d430c-unix-sr -share/misc/terminfo/d/d430c-unix-sr-ccc -share/misc/terminfo/d/d430c-unix-w -share/misc/terminfo/d/d430c-unix-w-ccc -share/misc/terminfo/d/d450 -share/misc/terminfo/d/d450-dg -share/misc/terminfo/d/d460 -share/misc/terminfo/d/d460-7b -share/misc/terminfo/d/d460-7b-w -share/misc/terminfo/d/d460-dg -share/misc/terminfo/d/d460-w -share/misc/terminfo/d/d461 -share/misc/terminfo/d/d461-7b -share/misc/terminfo/d/d461-7b-w -share/misc/terminfo/d/d461-dg -share/misc/terminfo/d/d461-w -share/misc/terminfo/d/d462-dg -share/misc/terminfo/d/d462-unix -share/misc/terminfo/d/d462-unix-25 -share/misc/terminfo/d/d462-unix-s -share/misc/terminfo/d/d462-unix-sr -share/misc/terminfo/d/d462-unix-w -share/misc/terminfo/d/d462+ -share/misc/terminfo/d/d462+25 -share/misc/terminfo/d/d462+dg -share/misc/terminfo/d/d462+s -share/misc/terminfo/d/d462+sr -share/misc/terminfo/d/d462+w -share/misc/terminfo/d/d462e-dg -share/misc/terminfo/d/d463-dg -share/misc/terminfo/d/d463-unix -share/misc/terminfo/d/d463-unix-25 -share/misc/terminfo/d/d463-unix-s -share/misc/terminfo/d/d463-unix-sr -share/misc/terminfo/d/d463-unix-w -share/misc/terminfo/d/d464-unix -share/misc/terminfo/d/d464-unix-25 -share/misc/terminfo/d/d464-unix-s -share/misc/terminfo/d/d464-unix-sr -share/misc/terminfo/d/d464-unix-w -share/misc/terminfo/d/d470 -share/misc/terminfo/d/d470-7b -share/misc/terminfo/d/d470-dg -share/misc/terminfo/d/d470c -share/misc/terminfo/d/d470c-7b -share/misc/terminfo/d/d470c-dg -share/misc/terminfo/d/d555 -share/misc/terminfo/d/d555-7b -share/misc/terminfo/d/d555-7b-w -share/misc/terminfo/d/d555-dg -share/misc/terminfo/d/d555-w -share/misc/terminfo/d/d577 -share/misc/terminfo/d/d577-7b -share/misc/terminfo/d/d577-7b-w -share/misc/terminfo/d/d577-dg -share/misc/terminfo/d/d577-w -share/misc/terminfo/d/d578 -share/misc/terminfo/d/d578-7b -share/misc/terminfo/d/d578-dg -share/misc/terminfo/d/d80 -share/misc/terminfo/d/d800 -share/misc/terminfo/d/datagraphix -share/misc/terminfo/d/datamedia2500 -share/misc/terminfo/d/datapoint -share/misc/terminfo/d/dataspeed40 -share/misc/terminfo/d/dd5000 -share/misc/terminfo/d/ddr -share/misc/terminfo/d/ddr3180 -share/misc/terminfo/d/dec-vt100 -share/misc/terminfo/d/dec-vt220 -share/misc/terminfo/d/dec-vt330 -share/misc/terminfo/d/dec-vt340 -share/misc/terminfo/d/dec-vt400 -share/misc/terminfo/d/decpro -share/misc/terminfo/d/decwriter -share/misc/terminfo/d/delta -share/misc/terminfo/d/dg-ansi -share/misc/terminfo/d/dg-generic -share/misc/terminfo/d/dg+ccc -share/misc/terminfo/d/dg+color -share/misc/terminfo/d/dg+color8 -share/misc/terminfo/d/dg+fixed -share/misc/terminfo/d/dg100 -share/misc/terminfo/d/dg200 -share/misc/terminfo/d/dg210 -share/misc/terminfo/d/dg211 -share/misc/terminfo/d/dg450 -share/misc/terminfo/d/dg460-ansi -share/misc/terminfo/d/dg6053 -share/misc/terminfo/d/dg6053-old -share/misc/terminfo/d/dg605x -share/misc/terminfo/d/dg6134 -share/misc/terminfo/d/dgkeys+11 -share/misc/terminfo/d/dgkeys+15 -share/misc/terminfo/d/dgkeys+7b -share/misc/terminfo/d/dgkeys+8b -share/misc/terminfo/d/dgmode+color -share/misc/terminfo/d/dgmode+color8 -share/misc/terminfo/d/dgunix+ccc -share/misc/terminfo/d/dgunix+fixed -share/misc/terminfo/d/diablo -share/misc/terminfo/d/diablo-lm -share/misc/terminfo/d/diablo1620 -share/misc/terminfo/d/diablo1620-m8 -share/misc/terminfo/d/diablo1640 -share/misc/terminfo/d/diablo1640-lm -share/misc/terminfo/d/diablo1640-m8 -share/misc/terminfo/d/diablo1720 -share/misc/terminfo/d/diablo1730 -share/misc/terminfo/d/diablo1740 -share/misc/terminfo/d/diablo1740-lm -share/misc/terminfo/d/diablo450 -share/misc/terminfo/d/diablo630 -share/misc/terminfo/d/dialogue -share/misc/terminfo/d/dialogue80 -share/misc/terminfo/d/digilog -share/misc/terminfo/d/dku7003 -share/misc/terminfo/d/dku7003-dumb -share/misc/terminfo/d/dm1520 -share/misc/terminfo/d/dm1521 -share/misc/terminfo/d/dm2500 -share/misc/terminfo/d/dm3025 -share/misc/terminfo/d/dm3045 -share/misc/terminfo/d/dm80 -share/misc/terminfo/d/dm80w -share/misc/terminfo/d/dmchat -share/misc/terminfo/d/dmd -share/misc/terminfo/d/dmd-24 -share/misc/terminfo/d/dmd-34 -share/misc/terminfo/d/dmd1 -share/misc/terminfo/d/dmdt80 -share/misc/terminfo/d/dmdt80w -share/misc/terminfo/d/dmterm -share/misc/terminfo/d/dp3360 -share/misc/terminfo/d/dp8242 -share/misc/terminfo/d/ds40 -share/misc/terminfo/d/ds40-2 -share/misc/terminfo/d/dt-100 -share/misc/terminfo/d/dt-100w -share/misc/terminfo/d/dt100 -share/misc/terminfo/d/dt100w -share/misc/terminfo/d/dt110 -share/misc/terminfo/d/dt80 -share/misc/terminfo/d/dt80-sas -share/misc/terminfo/d/dt80w -share/misc/terminfo/d/dtc300s -share/misc/terminfo/d/dtc382 -share/misc/terminfo/d/dtterm -share/misc/terminfo/d/dumb -share/misc/terminfo/d/dw -share/misc/terminfo/d/dw1 -share/misc/terminfo/d/dw2 -share/misc/terminfo/d/dw3 -share/misc/terminfo/d/dw4 -share/misc/terminfo/d/dwk -share/misc/terminfo/d/dwk-vt -share/misc/terminfo/e/ecma+color -share/misc/terminfo/e/ecma+sgr -share/misc/terminfo/e/emots -share/misc/terminfo/e/emu -share/misc/terminfo/e/env230 -share/misc/terminfo/e/envision230 -share/misc/terminfo/e/ep40 -share/misc/terminfo/e/ep4000 -share/misc/terminfo/e/ep4080 -share/misc/terminfo/e/ep48 -share/misc/terminfo/e/ergo4000 -share/misc/terminfo/e/esprit -share/misc/terminfo/e/esprit-am -share/misc/terminfo/e/eterm -share/misc/terminfo/e/ex155 -share/misc/terminfo/e/excel62 -share/misc/terminfo/e/excel62-rv -share/misc/terminfo/e/excel62-w -share/misc/terminfo/e/excel64 -share/misc/terminfo/e/excel64-rv -share/misc/terminfo/e/excel64-w -share/misc/terminfo/e/exec80 -share/misc/terminfo/f/f100 -share/misc/terminfo/f/f100-rv -share/misc/terminfo/f/f110 -share/misc/terminfo/f/f110-14 -share/misc/terminfo/f/f110-14w -share/misc/terminfo/f/f110-w -share/misc/terminfo/f/f1720 -share/misc/terminfo/f/f1720a -share/misc/terminfo/f/f200 -share/misc/terminfo/f/f200-w -share/misc/terminfo/f/f200vi -share/misc/terminfo/f/f200vi-w -share/misc/terminfo/f/falco -share/misc/terminfo/f/falco-p -share/misc/terminfo/f/fenix -share/misc/terminfo/f/fenixw -share/misc/terminfo/f/fixterm -share/misc/terminfo/f/fortune -share/misc/terminfo/f/fos -share/misc/terminfo/f/fox -share/misc/terminfo/f/freedom -share/misc/terminfo/f/freedom-rv -share/misc/terminfo/f/freedom100 -share/misc/terminfo/f/freedom110 -share/misc/terminfo/f/freedom200 -share/misc/terminfo/g/gator -share/misc/terminfo/g/gator-52 -share/misc/terminfo/g/gator-52t -share/misc/terminfo/g/gator-t -share/misc/terminfo/g/gigi -share/misc/terminfo/g/glasstty -share/misc/terminfo/g/go-225 -share/misc/terminfo/g/go140 -share/misc/terminfo/g/go140w -share/misc/terminfo/g/go225 -share/misc/terminfo/g/graphos -share/misc/terminfo/g/graphos-30 -share/misc/terminfo/g/gs5430 -share/misc/terminfo/g/gs5430-22 -share/misc/terminfo/g/gs5430-24 -share/misc/terminfo/g/gs6300 -share/misc/terminfo/g/gsi -share/misc/terminfo/g/gt100 -share/misc/terminfo/g/gt100a -share/misc/terminfo/g/gt40 -share/misc/terminfo/g/gt42 -share/misc/terminfo/g/guru -share/misc/terminfo/g/guru+rv -share/misc/terminfo/g/guru+s -share/misc/terminfo/g/guru+unk -share/misc/terminfo/g/guru-24 -share/misc/terminfo/g/guru-33 -share/misc/terminfo/g/guru-33-rv -share/misc/terminfo/g/guru-33-s -share/misc/terminfo/g/guru-44 -share/misc/terminfo/g/guru-44-s -share/misc/terminfo/g/guru-76 -share/misc/terminfo/g/guru-76-lp -share/misc/terminfo/g/guru-76-s -share/misc/terminfo/g/guru-76-w -share/misc/terminfo/g/guru-76-w-s -share/misc/terminfo/g/guru-76-wm -share/misc/terminfo/g/guru-lp -share/misc/terminfo/g/guru-nctxt -share/misc/terminfo/g/guru-rv -share/misc/terminfo/g/guru-s -share/misc/terminfo/h/h-100 -share/misc/terminfo/h/h-100bw -share/misc/terminfo/h/h100 -share/misc/terminfo/h/h100bw -share/misc/terminfo/h/h19 -share/misc/terminfo/h/h19-a -share/misc/terminfo/h/h19-b -share/misc/terminfo/h/h19-bs -share/misc/terminfo/h/h19-g -share/misc/terminfo/h/h19-smul -share/misc/terminfo/h/h19-u -share/misc/terminfo/h/h19-us -share/misc/terminfo/h/h19a -share/misc/terminfo/h/h19g -share/misc/terminfo/h/h19k -share/misc/terminfo/h/h19kermit -share/misc/terminfo/h/h19us -share/misc/terminfo/h/h29a-kc-bc -share/misc/terminfo/h/h29a-kc-uc -share/misc/terminfo/h/h29a-nkc-bc -share/misc/terminfo/h/h29a-nkc-uc -share/misc/terminfo/h/h80 -share/misc/terminfo/h/ha8675 -share/misc/terminfo/h/ha8686 -share/misc/terminfo/h/hazel -share/misc/terminfo/h/hds200 -share/misc/terminfo/h/he80 -share/misc/terminfo/h/heath -share/misc/terminfo/h/heath-19 -share/misc/terminfo/h/heath-ansi -share/misc/terminfo/h/heathkit -share/misc/terminfo/h/heathkit-a -share/misc/terminfo/h/hft -share/misc/terminfo/h/hft-c -share/misc/terminfo/h/hft-c-old -share/misc/terminfo/h/hirez100 -share/misc/terminfo/h/hirez100-w -share/misc/terminfo/h/hmod1 -share/misc/terminfo/h/hp -share/misc/terminfo/h/hp+arrows -share/misc/terminfo/h/hp+color -share/misc/terminfo/h/hp+labels -share/misc/terminfo/h/hp+pfk+arrows -share/misc/terminfo/h/hp+pfk+cr -share/misc/terminfo/h/hp+pfk-cr -share/misc/terminfo/h/hp+printer -share/misc/terminfo/h/hp110 -share/misc/terminfo/h/hp150 -share/misc/terminfo/h/hp2 -share/misc/terminfo/h/hp236 -share/misc/terminfo/h/hp2382 -share/misc/terminfo/h/hp2382a -share/misc/terminfo/h/hp2392 -share/misc/terminfo/h/hp2397 -share/misc/terminfo/h/hp2397a -share/misc/terminfo/h/hp2621 -share/misc/terminfo/h/hp2621-48 -share/misc/terminfo/h/hp2621-a -share/misc/terminfo/h/hp2621-ba -share/misc/terminfo/h/hp2621-fl -share/misc/terminfo/h/hp2621-k45 -share/misc/terminfo/h/hp2621-nl -share/misc/terminfo/h/hp2621-nt -share/misc/terminfo/h/hp2621-wl -share/misc/terminfo/h/hp2621A -share/misc/terminfo/h/hp2621a -share/misc/terminfo/h/hp2621a-a -share/misc/terminfo/h/hp2621b -share/misc/terminfo/h/hp2621b-kx -share/misc/terminfo/h/hp2621b-kx-p -share/misc/terminfo/h/hp2621b-p -share/misc/terminfo/h/hp2621k45 -share/misc/terminfo/h/hp2621p -share/misc/terminfo/h/hp2621p-a -share/misc/terminfo/h/hp2622 -share/misc/terminfo/h/hp2622a -share/misc/terminfo/h/hp2623 -share/misc/terminfo/h/hp2623a -share/misc/terminfo/h/hp2624 -share/misc/terminfo/h/hp2624-10p -share/misc/terminfo/h/hp2624a -share/misc/terminfo/h/hp2624a-10p -share/misc/terminfo/h/hp2624b -share/misc/terminfo/h/hp2624b-10p -share/misc/terminfo/h/hp2624b-10p-p -share/misc/terminfo/h/hp2624b-4p -share/misc/terminfo/h/hp2624b-4p-p -share/misc/terminfo/h/hp2624b-p -share/misc/terminfo/h/hp2626 -share/misc/terminfo/h/hp2626-12 -share/misc/terminfo/h/hp2626-12-s -share/misc/terminfo/h/hp2626-12x40 -share/misc/terminfo/h/hp2626-ns -share/misc/terminfo/h/hp2626-s -share/misc/terminfo/h/hp2626-x40 -share/misc/terminfo/h/hp2626a -share/misc/terminfo/h/hp2626p -share/misc/terminfo/h/hp2627a -share/misc/terminfo/h/hp2627a-rev -share/misc/terminfo/h/hp2627c -share/misc/terminfo/h/hp262x -share/misc/terminfo/h/hp2640a -share/misc/terminfo/h/hp2640b -share/misc/terminfo/h/hp2641a -share/misc/terminfo/h/hp2644a -share/misc/terminfo/h/hp2645 -share/misc/terminfo/h/hp2645a -share/misc/terminfo/h/hp2647a -share/misc/terminfo/h/hp2648 -share/misc/terminfo/h/hp2648a -share/misc/terminfo/h/hp300h -share/misc/terminfo/h/hp45 -share/misc/terminfo/h/hp700 -share/misc/terminfo/h/hp700-wy -share/misc/terminfo/h/hp70092 -share/misc/terminfo/h/hp70092A -share/misc/terminfo/h/hp70092a -share/misc/terminfo/h/hp9837 -share/misc/terminfo/h/hp9845 -share/misc/terminfo/h/hp98550 -share/misc/terminfo/h/hp98550a -share/misc/terminfo/h/hp98720 -share/misc/terminfo/h/hp98721 -share/misc/terminfo/h/hpansi -share/misc/terminfo/h/hpex -share/misc/terminfo/h/hpex2 -share/misc/terminfo/h/hpgeneric -share/misc/terminfo/h/hpsub -share/misc/terminfo/h/hpterm -share/misc/terminfo/h/htx11 -share/misc/terminfo/h/hz1000 -share/misc/terminfo/h/hz1420 -share/misc/terminfo/h/hz1500 -share/misc/terminfo/h/hz1510 -share/misc/terminfo/h/hz1520 -share/misc/terminfo/h/hz1520-noesc -share/misc/terminfo/h/hz1552 -share/misc/terminfo/h/hz1552-rv -share/misc/terminfo/h/hz2000 -share/misc/terminfo/i/i100 -share/misc/terminfo/i/i3101 -share/misc/terminfo/i/i3164 -share/misc/terminfo/i/i400 -share/misc/terminfo/i/ibcs2 -share/misc/terminfo/i/ibm-apl -share/misc/terminfo/i/ibm-pc -share/misc/terminfo/i/ibm-system1 -share/misc/terminfo/i/ibm3101 -share/misc/terminfo/i/ibm3151 -share/misc/terminfo/i/ibm3161 -share/misc/terminfo/i/ibm3161-C -share/misc/terminfo/i/ibm3162 -share/misc/terminfo/i/ibm3163 -share/misc/terminfo/i/ibm3164 -share/misc/terminfo/i/ibm327x -share/misc/terminfo/i/ibm5051 -share/misc/terminfo/i/ibm5081 -share/misc/terminfo/i/ibm5081-c -share/misc/terminfo/i/ibm5151 -share/misc/terminfo/i/ibm5154 -share/misc/terminfo/i/ibm5154-c -share/misc/terminfo/i/ibm6153 -share/misc/terminfo/i/ibm6153-40 -share/misc/terminfo/i/ibm6153-90 -share/misc/terminfo/i/ibm6154 -share/misc/terminfo/i/ibm6154-c -share/misc/terminfo/i/ibm6155 -share/misc/terminfo/i/ibm8503 -share/misc/terminfo/i/ibm8507 -share/misc/terminfo/i/ibm8512 -share/misc/terminfo/i/ibm8513 -share/misc/terminfo/i/ibm8514 -share/misc/terminfo/i/ibm8514-c -share/misc/terminfo/i/ibm8604 -share/misc/terminfo/i/ibmaed -share/misc/terminfo/i/ibmapa16 -share/misc/terminfo/i/ibmapa8 -share/misc/terminfo/i/ibmapa8c -share/misc/terminfo/i/ibmapa8c-c -share/misc/terminfo/i/ibmega -share/misc/terminfo/i/ibmega-c -share/misc/terminfo/i/ibmmono -share/misc/terminfo/i/ibmmpel-c -share/misc/terminfo/i/ibmpc -share/misc/terminfo/i/ibmpc3 -share/misc/terminfo/i/ibmpc3r -share/misc/terminfo/i/ibmpc3r-mono -share/misc/terminfo/i/ibmpcx -share/misc/terminfo/i/ibmvga -share/misc/terminfo/i/ibmvga-c -share/misc/terminfo/i/ibmx -share/misc/terminfo/i/icl6402 -share/misc/terminfo/i/icl6404 -share/misc/terminfo/i/icl6404-w -share/misc/terminfo/i/ifmr -share/misc/terminfo/i/ims-ansi -share/misc/terminfo/i/ims950 -share/misc/terminfo/i/ims950-b -share/misc/terminfo/i/ims950-rv -share/misc/terminfo/i/infoton -share/misc/terminfo/i/intertec -share/misc/terminfo/i/intertube -share/misc/terminfo/i/intertube2 -share/misc/terminfo/i/intext -share/misc/terminfo/i/intext2 -share/misc/terminfo/i/intextii -share/misc/terminfo/i/ips -share/misc/terminfo/i/ipsi -share/misc/terminfo/i/iq120 -share/misc/terminfo/i/iq140 -share/misc/terminfo/i/iris-ansi -share/misc/terminfo/i/iris-ansi-ap -share/misc/terminfo/i/iris-color -share/misc/terminfo/i/iris40 -share/misc/terminfo/j/jaixterm -share/misc/terminfo/j/jaixterm-m -share/misc/terminfo/j/jerq -share/misc/terminfo/k/k45 -share/misc/terminfo/k/kaypro -share/misc/terminfo/k/kaypro2 -share/misc/terminfo/k/kds6402 -share/misc/terminfo/k/kds7372 -share/misc/terminfo/k/kds7372-w -share/misc/terminfo/k/kermit -share/misc/terminfo/k/kermit-am -share/misc/terminfo/k/klone+acs -share/misc/terminfo/k/klone+color -share/misc/terminfo/k/klone+koi8acs -share/misc/terminfo/k/klone+sgr -share/misc/terminfo/k/klone+sgr-dumb -share/misc/terminfo/k/kt7 -share/misc/terminfo/k/kt7ix -share/misc/terminfo/k/kterm -share/misc/terminfo/k/ktm -share/misc/terminfo/l/la120 -share/misc/terminfo/l/layer -share/misc/terminfo/l/linux -share/misc/terminfo/l/linux-c -share/misc/terminfo/l/linux-c-nc -share/misc/terminfo/l/linux-koi8 -share/misc/terminfo/l/linux-koi8r -share/misc/terminfo/l/linux-m -share/misc/terminfo/l/linux-nic -share/misc/terminfo/l/lisa -share/misc/terminfo/l/lisaterm -share/misc/terminfo/l/lisaterm-w -share/misc/terminfo/l/liswb -share/misc/terminfo/l/ln03 -share/misc/terminfo/l/ln03-w -share/misc/terminfo/l/lpr -share/misc/terminfo/l/luna -share/misc/terminfo/l/luna68k -share/misc/terminfo/m/m2-nam -share/misc/terminfo/m/mac -share/misc/terminfo/m/mac-w -share/misc/terminfo/m/mach -share/misc/terminfo/m/mach-bold -share/misc/terminfo/m/macintosh -share/misc/terminfo/m/macterminal-w -share/misc/terminfo/m/mai -share/misc/terminfo/m/masscomp -share/misc/terminfo/m/masscomp1 -share/misc/terminfo/m/masscomp2 -share/misc/terminfo/m/mdl110 -share/misc/terminfo/m/megatek -share/misc/terminfo/m/memhp -share/misc/terminfo/m/mgr -share/misc/terminfo/m/mgr-linux -share/misc/terminfo/m/mgr-sun -share/misc/terminfo/m/microb -share/misc/terminfo/m/microbee -share/misc/terminfo/m/microterm -share/misc/terminfo/m/microterm5 -share/misc/terminfo/m/mime -share/misc/terminfo/m/mime-3ax -share/misc/terminfo/m/mime-fb -share/misc/terminfo/m/mime-hb -share/misc/terminfo/m/mime1 -share/misc/terminfo/m/mime2 -share/misc/terminfo/m/mime2a -share/misc/terminfo/m/mime2a-s -share/misc/terminfo/m/mime2a-v -share/misc/terminfo/m/mime314 -share/misc/terminfo/m/mime340 -share/misc/terminfo/m/mime3a -share/misc/terminfo/m/mime3ax -share/misc/terminfo/m/mimei -share/misc/terminfo/m/mimeii -share/misc/terminfo/m/minitel -share/misc/terminfo/m/minitel-2 -share/misc/terminfo/m/minitel-2-nam -share/misc/terminfo/m/minitel1 -share/misc/terminfo/m/minitel1b -share/misc/terminfo/m/minitel1b-80 -share/misc/terminfo/m/minix -share/misc/terminfo/m/minix-old -share/misc/terminfo/m/minix-old-am -share/misc/terminfo/m/mm314 -share/misc/terminfo/m/mm340 -share/misc/terminfo/m/mod -share/misc/terminfo/m/mod24 -share/misc/terminfo/m/modgraph -share/misc/terminfo/m/modgraph2 -share/misc/terminfo/m/modgraph48 -share/misc/terminfo/m/mono-emx -share/misc/terminfo/m/msk227 -share/misc/terminfo/m/msk22714 -share/misc/terminfo/m/msk227am -share/misc/terminfo/m/mskermit227 -share/misc/terminfo/m/mskermit22714 -share/misc/terminfo/m/mskermit227am -share/misc/terminfo/m/mt-70 -share/misc/terminfo/m/mt4520-rv -share/misc/terminfo/m/mt70 -share/misc/terminfo/n/nansi.sys -share/misc/terminfo/n/nansi.sysk -share/misc/terminfo/n/nansisys -share/misc/terminfo/n/nansisysk -share/misc/terminfo/n/ncr160vppp -share/misc/terminfo/n/ncr160vpwpp -share/misc/terminfo/n/ncr160vt100an -share/misc/terminfo/n/ncr160vt100pp -share/misc/terminfo/n/ncr160vt100wan -share/misc/terminfo/n/ncr160vt100wpp -share/misc/terminfo/n/ncr160vt200an -share/misc/terminfo/n/ncr160vt200pp -share/misc/terminfo/n/ncr160vt200wan -share/misc/terminfo/n/ncr160vt200wpp -share/misc/terminfo/n/ncr160vt300an -share/misc/terminfo/n/ncr160vt300pp -share/misc/terminfo/n/ncr160vt300wan -share/misc/terminfo/n/ncr160vt300wpp -share/misc/terminfo/n/ncr160wy50+pp -share/misc/terminfo/n/ncr160wy50+wpp -share/misc/terminfo/n/ncr160wy60pp -share/misc/terminfo/n/ncr160wy60wpp -share/misc/terminfo/n/ncr260intan -share/misc/terminfo/n/ncr260intpp -share/misc/terminfo/n/ncr260intwan -share/misc/terminfo/n/ncr260intwpp -share/misc/terminfo/n/ncr260vppp -share/misc/terminfo/n/ncr260vpwpp -share/misc/terminfo/n/ncr260vt100an -share/misc/terminfo/n/ncr260vt100pp -share/misc/terminfo/n/ncr260vt100wan -share/misc/terminfo/n/ncr260vt100wpp -share/misc/terminfo/n/ncr260vt200an -share/misc/terminfo/n/ncr260vt200pp -share/misc/terminfo/n/ncr260vt200wan -share/misc/terminfo/n/ncr260vt200wpp -share/misc/terminfo/n/ncr260vt300an -share/misc/terminfo/n/ncr260vt300pp -share/misc/terminfo/n/ncr260vt300wan -share/misc/terminfo/n/ncr260vt300wpp -share/misc/terminfo/n/ncr260wy325pp -share/misc/terminfo/n/ncr260wy325wpp -share/misc/terminfo/n/ncr260wy350pp -share/misc/terminfo/n/ncr260wy350wpp -share/misc/terminfo/n/ncr260wy50+pp -share/misc/terminfo/n/ncr260wy50+wpp -share/misc/terminfo/n/ncr260wy60pp -share/misc/terminfo/n/ncr260wy60wpp -share/misc/terminfo/n/ncr7900 -share/misc/terminfo/n/ncr7900i -share/misc/terminfo/n/ncr7900iv -share/misc/terminfo/n/ncr7901 -share/misc/terminfo/n/ncrvt100an -share/misc/terminfo/n/ncrvt100pp -share/misc/terminfo/n/ncrvt100wan -share/misc/terminfo/n/ncrvt100wpp -share/misc/terminfo/n/ncsa -share/misc/terminfo/n/ncsa-m -share/misc/terminfo/n/ncsa-m-ns -share/misc/terminfo/n/ncsa-ns -share/misc/terminfo/n/ncsa-vt220 -share/misc/terminfo/n/ncsa-vt220-8 -share/misc/terminfo/n/nec -share/misc/terminfo/n/nec5520 -share/misc/terminfo/n/newhp -share/misc/terminfo/n/newhpkeyboard -share/misc/terminfo/n/news -share/misc/terminfo/n/news-29 -share/misc/terminfo/n/news-29-euc -share/misc/terminfo/n/news-29-sjis -share/misc/terminfo/n/news-33 -share/misc/terminfo/n/news-33-euc -share/misc/terminfo/n/news-33-sjis -share/misc/terminfo/n/news-42 -share/misc/terminfo/n/news-42-euc -share/misc/terminfo/n/news-42-sjis -share/misc/terminfo/n/news-a -share/misc/terminfo/n/news-o -share/misc/terminfo/n/news-old-unk -share/misc/terminfo/n/news-unk -share/misc/terminfo/n/news28 -share/misc/terminfo/n/news28-a -share/misc/terminfo/n/news29 -share/misc/terminfo/n/news31 -share/misc/terminfo/n/news31-a -share/misc/terminfo/n/news31-o -share/misc/terminfo/n/news33 -share/misc/terminfo/n/news40 -share/misc/terminfo/n/news40-a -share/misc/terminfo/n/news40-o -share/misc/terminfo/n/news42 -share/misc/terminfo/n/newscbm -share/misc/terminfo/n/newscbm-a -share/misc/terminfo/n/newscbm-o -share/misc/terminfo/n/newscbm33 -share/misc/terminfo/n/next -share/misc/terminfo/n/nextshell -share/misc/terminfo/n/northstar -share/misc/terminfo/n/nwe501 -share/misc/terminfo/n/nwe501-a -share/misc/terminfo/n/nwe501-o -share/misc/terminfo/n/nwp-511 -share/misc/terminfo/n/nwp-517 -share/misc/terminfo/n/nwp-517-w -share/misc/terminfo/n/nwp251-a -share/misc/terminfo/n/nwp251-o -share/misc/terminfo/n/nwp511 -share/misc/terminfo/n/nwp512 -share/misc/terminfo/n/nwp512-a -share/misc/terminfo/n/nwp512-o -share/misc/terminfo/n/nwp513 -share/misc/terminfo/n/nwp513-a -share/misc/terminfo/n/nwp513-o -share/misc/terminfo/n/nwp514 -share/misc/terminfo/n/nwp514-a -share/misc/terminfo/n/nwp514-o -share/misc/terminfo/n/nwp517 -share/misc/terminfo/n/nwp517-w -share/misc/terminfo/n/nwp518 -share/misc/terminfo/n/nwp518-a -share/misc/terminfo/n/nwp518-o -share/misc/terminfo/n/nxterm -share/misc/terminfo/o/o31 -share/misc/terminfo/o/o4112-nd -share/misc/terminfo/o/o85h -share/misc/terminfo/o/oabm85h -share/misc/terminfo/o/oblit -share/misc/terminfo/o/oc100 -share/misc/terminfo/o/oconcept -share/misc/terminfo/o/ojerq -share/misc/terminfo/o/oldibmpc3 -share/misc/terminfo/o/oldpc3 -share/misc/terminfo/o/oldsun -share/misc/terminfo/o/omron -share/misc/terminfo/o/opus3n1+ -share/misc/terminfo/o/origibmpc3 -share/misc/terminfo/o/origpc3 -share/misc/terminfo/o/os9LII -share/misc/terminfo/o/osborne -share/misc/terminfo/o/osborne-w -share/misc/terminfo/o/osborne1 -share/misc/terminfo/o/osborne1-w -share/misc/terminfo/o/osexec -share/misc/terminfo/o/otek4112 -share/misc/terminfo/o/otek4113 -share/misc/terminfo/o/otek4114 -share/misc/terminfo/o/otek4115 -share/misc/terminfo/o/owl -share/misc/terminfo/p/p12 -share/misc/terminfo/p/p12-m -share/misc/terminfo/p/p12-m-w -share/misc/terminfo/p/p12-w -share/misc/terminfo/p/p14 -share/misc/terminfo/p/p14-m -share/misc/terminfo/p/p14-m-w -share/misc/terminfo/p/p14-w -share/misc/terminfo/p/p19 -share/misc/terminfo/p/p4 -share/misc/terminfo/p/p5 -share/misc/terminfo/p/p7 -share/misc/terminfo/p/p8 -share/misc/terminfo/p/p8-w -share/misc/terminfo/p/p8gl -share/misc/terminfo/p/p9 -share/misc/terminfo/p/p9-8 -share/misc/terminfo/p/p9-8-w -share/misc/terminfo/p/p9-w -share/misc/terminfo/p/pc-coherent -share/misc/terminfo/p/pc-minix -share/misc/terminfo/p/pc-venix -share/misc/terminfo/p/pc3 -share/misc/terminfo/p/pc3-bold -share/misc/terminfo/p/pc3r -share/misc/terminfo/p/pc3r-m -share/misc/terminfo/p/pc6300plus -share/misc/terminfo/p/pc7300 -share/misc/terminfo/p/pcansi -share/misc/terminfo/p/pcansi-25 -share/misc/terminfo/p/pcansi-25-m -share/misc/terminfo/p/pcansi-33 -share/misc/terminfo/p/pcansi-33-m -share/misc/terminfo/p/pcansi-43 -share/misc/terminfo/p/pcansi-43-m -share/misc/terminfo/p/pcansi-m -share/misc/terminfo/p/pcansi-mono -share/misc/terminfo/p/pcansi25 -share/misc/terminfo/p/pcansi25m -share/misc/terminfo/p/pcansi33 -share/misc/terminfo/p/pcansi33m -share/misc/terminfo/p/pcansi43 -share/misc/terminfo/p/pccons -share/misc/terminfo/p/pcconsole -share/misc/terminfo/p/pcix -share/misc/terminfo/p/pckermit -share/misc/terminfo/p/pckermit12 -share/misc/terminfo/p/pckermit120 -share/misc/terminfo/p/pcplot -share/misc/terminfo/p/pcvt25 -share/misc/terminfo/p/pcvt25w -share/misc/terminfo/p/pcvt28 -share/misc/terminfo/p/pcvt28w -share/misc/terminfo/p/pcvt35 -share/misc/terminfo/p/pcvt35w -share/misc/terminfo/p/pcvt40 -share/misc/terminfo/p/pcvt40w -share/misc/terminfo/p/pcvt43 -share/misc/terminfo/p/pcvt43w -share/misc/terminfo/p/pcvt50 -share/misc/terminfo/p/pcvt50w -share/misc/terminfo/p/pcvtXX -share/misc/terminfo/p/pcz19 -share/misc/terminfo/p/pe1100 -share/misc/terminfo/p/pe1200 -share/misc/terminfo/p/pe1251 -share/misc/terminfo/p/pe550 -share/misc/terminfo/p/pe6100 -share/misc/terminfo/p/pe6300 -share/misc/terminfo/p/pe6312 -share/misc/terminfo/p/pe7000c -share/misc/terminfo/p/pe7000m -share/misc/terminfo/p/pilot -share/misc/terminfo/p/printer -share/misc/terminfo/p/prism12 -share/misc/terminfo/p/prism12-m -share/misc/terminfo/p/prism12-m-w -share/misc/terminfo/p/prism12-w -share/misc/terminfo/p/prism14 -share/misc/terminfo/p/prism14-m -share/misc/terminfo/p/prism14-m-w -share/misc/terminfo/p/prism14-w -share/misc/terminfo/p/prism2 -share/misc/terminfo/p/prism4 -share/misc/terminfo/p/prism5 -share/misc/terminfo/p/prism7 -share/misc/terminfo/p/prism8 -share/misc/terminfo/p/prism8-w -share/misc/terminfo/p/prism8gl -share/misc/terminfo/p/prism9 -share/misc/terminfo/p/prism9-8 -share/misc/terminfo/p/prism9-8-w -share/misc/terminfo/p/prism9-w -share/misc/terminfo/p/pro350 -share/misc/terminfo/p/ps300 -share/misc/terminfo/p/psterm -share/misc/terminfo/p/psterm-80x24 -share/misc/terminfo/p/psterm-90x28 -share/misc/terminfo/p/psterm-96x48 -share/misc/terminfo/p/psterm-basic -share/misc/terminfo/p/psterm-fast -share/misc/terminfo/p/psx_ansi -share/misc/terminfo/p/pt100 -share/misc/terminfo/p/pt100w -share/misc/terminfo/p/pt200 -share/misc/terminfo/p/pt200w -share/misc/terminfo/p/pt210 -share/misc/terminfo/p/pt250 -share/misc/terminfo/p/pt250w -share/misc/terminfo/p/pt505 -share/misc/terminfo/p/pt505-22 -share/misc/terminfo/p/pt505-24 -share/misc/terminfo/p/pty -share/misc/terminfo/q/qdcons -share/misc/terminfo/q/qdss -share/misc/terminfo/q/qnx -share/misc/terminfo/q/qnx4 -share/misc/terminfo/q/qnxt2 -share/misc/terminfo/q/qume -share/misc/terminfo/q/qume5 -share/misc/terminfo/q/qvt101 -share/misc/terminfo/q/qvt101+ -share/misc/terminfo/q/qvt101p -share/misc/terminfo/q/qvt102 -share/misc/terminfo/q/qvt103 -share/misc/terminfo/q/qvt103-w -share/misc/terminfo/q/qvt108 -share/misc/terminfo/q/qvt119 -share/misc/terminfo/q/qvt119+ -share/misc/terminfo/q/qvt119+-25 -share/misc/terminfo/q/qvt119+-25-w -share/misc/terminfo/q/qvt119+-w -share/misc/terminfo/q/qvt119-25-w -share/misc/terminfo/q/qvt119-w -share/misc/terminfo/q/qvt119p -share/misc/terminfo/q/qvt119p-25 -share/misc/terminfo/q/qvt119p-25-w -share/misc/terminfo/q/qvt119p-w -share/misc/terminfo/q/qvt203 -share/misc/terminfo/q/qvt203+ -share/misc/terminfo/q/qvt203-25 -share/misc/terminfo/q/qvt203-25-w -share/misc/terminfo/q/qvt203-w -share/misc/terminfo/q/qvt203-w-am -share/misc/terminfo/r/rbcomm -share/misc/terminfo/r/rbcomm-nam -share/misc/terminfo/r/rbcomm-w -share/misc/terminfo/r/rca -share/misc/terminfo/r/rebus3180 -share/misc/terminfo/r/regent -share/misc/terminfo/r/regent100 -share/misc/terminfo/r/regent20 -share/misc/terminfo/r/regent200 -share/misc/terminfo/r/regent25 -share/misc/terminfo/r/regent40 -share/misc/terminfo/r/regent40+ -share/misc/terminfo/r/regent60 -share/misc/terminfo/r/rt6221 -share/misc/terminfo/r/rt6221-w -share/misc/terminfo/r/rtpc -share/misc/terminfo/r/rxvt -share/misc/terminfo/r/rxvt-basic -share/misc/terminfo/s/s4 -share/misc/terminfo/s/sb1 -share/misc/terminfo/s/sb2 -share/misc/terminfo/s/sb3 -share/misc/terminfo/s/sbi -share/misc/terminfo/s/sbobcat -share/misc/terminfo/s/sc410 -share/misc/terminfo/s/sc415 -share/misc/terminfo/s/scanset -share/misc/terminfo/s/scoansi -share/misc/terminfo/s/screen -share/misc/terminfo/s/screen-w -share/misc/terminfo/s/screen2 -share/misc/terminfo/s/screen3 -share/misc/terminfo/s/screwpoint -share/misc/terminfo/s/scrhp -share/misc/terminfo/s/simterm -share/misc/terminfo/s/soroc -share/misc/terminfo/s/soroc120 -share/misc/terminfo/s/soroc140 -share/misc/terminfo/s/spinwriter -share/misc/terminfo/s/st52 -share/misc/terminfo/s/sun -share/misc/terminfo/s/sun-1 -share/misc/terminfo/s/sun-12 -share/misc/terminfo/s/sun-17 -share/misc/terminfo/s/sun-24 -share/misc/terminfo/s/sun-34 -share/misc/terminfo/s/sun-48 -share/misc/terminfo/s/sun-c -share/misc/terminfo/s/sun-cmd -share/misc/terminfo/s/sun-e -share/misc/terminfo/s/sun-e-s -share/misc/terminfo/s/sun-il -share/misc/terminfo/s/sun-nic -share/misc/terminfo/s/sun-s -share/misc/terminfo/s/sun-s-e -share/misc/terminfo/s/sun-ss5 -share/misc/terminfo/s/sun1 -share/misc/terminfo/s/sun2 -share/misc/terminfo/s/sune -share/misc/terminfo/s/superbee -share/misc/terminfo/s/superbee-xsb -share/misc/terminfo/s/superbeeic -share/misc/terminfo/s/superbrain -share/misc/terminfo/s/sv80 -share/misc/terminfo/s/swtp -share/misc/terminfo/s/synertek -share/misc/terminfo/s/synertek380 -share/misc/terminfo/s/system1 -share/misc/terminfo/t/t10 -share/misc/terminfo/t/t1061 -share/misc/terminfo/t/t1061f -share/misc/terminfo/t/t16 -share/misc/terminfo/t/t3700 -share/misc/terminfo/t/t3800 -share/misc/terminfo/t/t653x -share/misc/terminfo/t/tab -share/misc/terminfo/t/tab132 -share/misc/terminfo/t/tab132-15 -share/misc/terminfo/t/tab132-rv -share/misc/terminfo/t/tab132-w -share/misc/terminfo/t/tab132-w-rv -share/misc/terminfo/t/tandem6510 -share/misc/terminfo/t/tandem653 -share/misc/terminfo/t/tek -share/misc/terminfo/t/tek4012 -share/misc/terminfo/t/tek4013 -share/misc/terminfo/t/tek4014 -share/misc/terminfo/t/tek4014-sm -share/misc/terminfo/t/tek4015 -share/misc/terminfo/t/tek4015-sm -share/misc/terminfo/t/tek4023 -share/misc/terminfo/t/tek4024 -share/misc/terminfo/t/tek4025 -share/misc/terminfo/t/tek4025-17 -share/misc/terminfo/t/tek4025-17-ws -share/misc/terminfo/t/tek4025-cr -share/misc/terminfo/t/tek4025-ex -share/misc/terminfo/t/tek4025a -share/misc/terminfo/t/tek4025ex -share/misc/terminfo/t/tek4027 -share/misc/terminfo/t/tek4027-ex -share/misc/terminfo/t/tek4105 -share/misc/terminfo/t/tek4105-30 -share/misc/terminfo/t/tek4105a -share/misc/terminfo/t/tek4106brl -share/misc/terminfo/t/tek4107 -share/misc/terminfo/t/tek4107brl -share/misc/terminfo/t/tek4109 -share/misc/terminfo/t/tek4109brl -share/misc/terminfo/t/tek4112 -share/misc/terminfo/t/tek4112-5 -share/misc/terminfo/t/tek4112-nd -share/misc/terminfo/t/tek4113 -share/misc/terminfo/t/tek4113-34 -share/misc/terminfo/t/tek4113-nd -share/misc/terminfo/t/tek4114 -share/misc/terminfo/t/tek4115 -share/misc/terminfo/t/tek4125 -share/misc/terminfo/t/tek4205 -share/misc/terminfo/t/tek4207 -share/misc/terminfo/t/tek4207-s -share/misc/terminfo/t/tek4404 -share/misc/terminfo/t/teleray -share/misc/terminfo/t/teletec -share/misc/terminfo/t/teraterm -share/misc/terminfo/t/terminet -share/misc/terminfo/t/terminet1200 -share/misc/terminfo/t/terminet300 -share/misc/terminfo/t/tgtelnet -share/misc/terminfo/t/ti700 -share/misc/terminfo/t/ti733 -share/misc/terminfo/t/ti735 -share/misc/terminfo/t/ti745 -share/misc/terminfo/t/ti800 -share/misc/terminfo/t/ti916 -share/misc/terminfo/t/ti916-132 -share/misc/terminfo/t/ti916-220-7 -share/misc/terminfo/t/ti916-220-8 -share/misc/terminfo/t/ti916-8 -share/misc/terminfo/t/ti916-8-132 -share/misc/terminfo/t/ti924 -share/misc/terminfo/t/ti924-8 -share/misc/terminfo/t/ti924-8w -share/misc/terminfo/t/ti924w -share/misc/terminfo/t/ti926 -share/misc/terminfo/t/ti926-8 -share/misc/terminfo/t/ti928 -share/misc/terminfo/t/ti928-8 -share/misc/terminfo/t/ti931 -share/misc/terminfo/t/ti_ansi -share/misc/terminfo/t/tn1200 -share/misc/terminfo/t/tn300 -share/misc/terminfo/t/trs16 -share/misc/terminfo/t/trs2 -share/misc/terminfo/t/trs80II -share/misc/terminfo/t/trsII -share/misc/terminfo/t/ts-1 -share/misc/terminfo/t/ts-1p -share/misc/terminfo/t/ts1 -share/misc/terminfo/t/ts100 -share/misc/terminfo/t/ts100-ctxt -share/misc/terminfo/t/ts100-sp -share/misc/terminfo/t/ts1p -share/misc/terminfo/t/tt505-22 -share/misc/terminfo/t/tty33 -share/misc/terminfo/t/tty35 -share/misc/terminfo/t/tty37 -share/misc/terminfo/t/tty40 -share/misc/terminfo/t/tty43 -share/misc/terminfo/t/tty4420 -share/misc/terminfo/t/tty4424 -share/misc/terminfo/t/tty4424-1 -share/misc/terminfo/t/tty4424m -share/misc/terminfo/t/tty4426 -share/misc/terminfo/t/tty5410 -share/misc/terminfo/t/tty5410-w -share/misc/terminfo/t/tty5410v1 -share/misc/terminfo/t/tty5410v1-w -share/misc/terminfo/t/tty5420 -share/misc/terminfo/t/tty5420+nl -share/misc/terminfo/t/tty5420-nl -share/misc/terminfo/t/tty5420-rv -share/misc/terminfo/t/tty5420-rv-nl -share/misc/terminfo/t/tty5420-w -share/misc/terminfo/t/tty5420-w-nl -share/misc/terminfo/t/tty5420-w-rv -share/misc/terminfo/t/tty5420-w-rv-n -share/misc/terminfo/t/tty5425 -share/misc/terminfo/t/tty5425-nl -share/misc/terminfo/t/tty5425-w -share/misc/terminfo/t/tty5620 -share/misc/terminfo/t/tty5620-1 -share/misc/terminfo/t/tty5620-24 -share/misc/terminfo/t/tty5620-34 -share/misc/terminfo/t/tty5620-s -share/misc/terminfo/t/ttydmd -share/misc/terminfo/t/tvi-2p -share/misc/terminfo/t/tvi803 -share/misc/terminfo/t/tvi9065 -share/misc/terminfo/t/tvi910 -share/misc/terminfo/t/tvi910+ -share/misc/terminfo/t/tvi912 -share/misc/terminfo/t/tvi912-2p -share/misc/terminfo/t/tvi912b -share/misc/terminfo/t/tvi912c -share/misc/terminfo/t/tvi912cc -share/misc/terminfo/t/tvi914 -share/misc/terminfo/t/tvi920 -share/misc/terminfo/t/tvi920-2p -share/misc/terminfo/t/tvi920b -share/misc/terminfo/t/tvi920c -share/misc/terminfo/t/tvi921 -share/misc/terminfo/t/tvi924 -share/misc/terminfo/t/tvi925 -share/misc/terminfo/t/tvi925-hi -share/misc/terminfo/t/tvi92B -share/misc/terminfo/t/tvi92D -share/misc/terminfo/t/tvi950 -share/misc/terminfo/t/tvi950-2p -share/misc/terminfo/t/tvi950-4p -share/misc/terminfo/t/tvi950-rv -share/misc/terminfo/t/tvi950-rv-2p -share/misc/terminfo/t/tvi950-rv-4p -share/misc/terminfo/t/tvi955 -share/misc/terminfo/t/tvi955-hb -share/misc/terminfo/t/tvi955-w -share/misc/terminfo/t/tvi970 -share/misc/terminfo/t/tvi970-2p -share/misc/terminfo/t/tvi970-vb -share/misc/terminfo/t/tvipt -share/misc/terminfo/terminfo.src -share/misc/terminfo/u/ultima2 -share/misc/terminfo/u/ultimaII -share/misc/terminfo/u/uniterm -share/misc/terminfo/u/uniterm49 -share/misc/terminfo/u/unixpc -share/misc/terminfo/u/unknown -share/misc/terminfo/u/uts30 -share/misc/terminfo/v/v200-nam -share/misc/terminfo/v/v320n -share/misc/terminfo/v/v3220 -share/misc/terminfo/v/v5410 -share/misc/terminfo/v/vapple -share/misc/terminfo/v/vc103 -share/misc/terminfo/v/vc203 -share/misc/terminfo/v/vc303 -share/misc/terminfo/v/vc303a -share/misc/terminfo/v/vc403a -share/misc/terminfo/v/vc404 -share/misc/terminfo/v/vc404-s -share/misc/terminfo/v/vc414 -share/misc/terminfo/v/vc414h -share/misc/terminfo/v/vc415 -share/misc/terminfo/v/venix -share/misc/terminfo/v/versaterm -share/misc/terminfo/v/vi200 -share/misc/terminfo/v/vi200-f -share/misc/terminfo/v/vi200-rv -share/misc/terminfo/v/vi300 -share/misc/terminfo/v/vi300-old -share/misc/terminfo/v/vi50 -share/misc/terminfo/v/vi500 -share/misc/terminfo/v/vi50adm -share/misc/terminfo/v/vi55 -share/misc/terminfo/v/vi550 -share/misc/terminfo/v/vi603 -share/misc/terminfo/v/viewpoint -share/misc/terminfo/v/viewpoint3a+ -share/misc/terminfo/v/viewpoint60 -share/misc/terminfo/v/viewpoint90 -share/misc/terminfo/v/visa50 -share/misc/terminfo/v/visual603 -share/misc/terminfo/v/vitty -share/misc/terminfo/v/vk100 -share/misc/terminfo/v/vp3a+ -share/misc/terminfo/v/vp60 -share/misc/terminfo/v/vp90 -share/misc/terminfo/v/vremote -share/misc/terminfo/v/vs100 -share/misc/terminfo/v/vs100-x10 -share/misc/terminfo/v/vsc -share/misc/terminfo/v/vt-61 -share/misc/terminfo/v/vt100 -share/misc/terminfo/v/vt100-am -share/misc/terminfo/v/vt100-bm -share/misc/terminfo/v/vt100-bm-o -share/misc/terminfo/v/vt100-bot-s -share/misc/terminfo/v/vt100-nam -share/misc/terminfo/v/vt100-nam-w -share/misc/terminfo/v/vt100-nav -share/misc/terminfo/v/vt100-nav-w -share/misc/terminfo/v/vt100-s -share/misc/terminfo/v/vt100-s-bot -share/misc/terminfo/v/vt100-s-top -share/misc/terminfo/v/vt100-top-s -share/misc/terminfo/v/vt100-vb -share/misc/terminfo/v/vt100-w -share/misc/terminfo/v/vt100-w-am -share/misc/terminfo/v/vt100-w-nam -share/misc/terminfo/v/vt100-w-nav -share/misc/terminfo/v/vt100nam -share/misc/terminfo/v/vt102 -share/misc/terminfo/v/vt102-nsgr -share/misc/terminfo/v/vt102-w -share/misc/terminfo/v/vt125 -share/misc/terminfo/v/vt131 -share/misc/terminfo/v/vt132 -share/misc/terminfo/v/vt200 -share/misc/terminfo/v/vt200-js -share/misc/terminfo/v/vt200-w -share/misc/terminfo/v/vt220 -share/misc/terminfo/v/vt220-8 -share/misc/terminfo/v/vt220-js -share/misc/terminfo/v/vt220-nam -share/misc/terminfo/v/vt220-w -share/misc/terminfo/v/vt220d -share/misc/terminfo/v/vt300 -share/misc/terminfo/v/vt300-nam -share/misc/terminfo/v/vt300-w -share/misc/terminfo/v/vt300-w-nam -share/misc/terminfo/v/vt320 -share/misc/terminfo/v/vt320-k3 -share/misc/terminfo/v/vt320-k311 -share/misc/terminfo/v/vt320-nam -share/misc/terminfo/v/vt320-w -share/misc/terminfo/v/vt320-w-nam -share/misc/terminfo/v/vt320nam -share/misc/terminfo/v/vt330 -share/misc/terminfo/v/vt340 -share/misc/terminfo/v/vt400 -share/misc/terminfo/v/vt400-24 -share/misc/terminfo/v/vt420 -share/misc/terminfo/v/vt420f -share/misc/terminfo/v/vt420pc -share/misc/terminfo/v/vt420pcdos -share/misc/terminfo/v/vt50 -share/misc/terminfo/v/vt50h -share/misc/terminfo/v/vt510 -share/misc/terminfo/v/vt510pc -share/misc/terminfo/v/vt510pcdos -share/misc/terminfo/v/vt52 -share/misc/terminfo/v/vt520 -share/misc/terminfo/v/vt525 -share/misc/terminfo/v/vt61 -share/misc/terminfo/v/vt61.5 -share/misc/terminfo/w/wren -share/misc/terminfo/w/wrenw -share/misc/terminfo/w/wsiris -share/misc/terminfo/w/wy-75ap -share/misc/terminfo/w/wy-99fgt -share/misc/terminfo/w/wy-99fgta -share/misc/terminfo/w/wy100 -share/misc/terminfo/w/wy100q -share/misc/terminfo/w/wy120 -share/misc/terminfo/w/wy120-25 -share/misc/terminfo/w/wy120-25-w -share/misc/terminfo/w/wy120-vb -share/misc/terminfo/w/wy120-w -share/misc/terminfo/w/wy120-w-vb -share/misc/terminfo/w/wy120-wvb -share/misc/terminfo/w/wy150 -share/misc/terminfo/w/wy150-25 -share/misc/terminfo/w/wy150-25-w -share/misc/terminfo/w/wy150-vb -share/misc/terminfo/w/wy150-w -share/misc/terminfo/w/wy150-w-vb -share/misc/terminfo/w/wy160 -share/misc/terminfo/w/wy160-25 -share/misc/terminfo/w/wy160-25-w -share/misc/terminfo/w/wy160-42 -share/misc/terminfo/w/wy160-42-w -share/misc/terminfo/w/wy160-43 -share/misc/terminfo/w/wy160-43-w -share/misc/terminfo/w/wy160-tek -share/misc/terminfo/w/wy160-vb -share/misc/terminfo/w/wy160-w -share/misc/terminfo/w/wy160-w-vb -share/misc/terminfo/w/wy160-wvb -share/misc/terminfo/w/wy185 -share/misc/terminfo/w/wy185-24 -share/misc/terminfo/w/wy185-vb -share/misc/terminfo/w/wy185-w -share/misc/terminfo/w/wy185-wvb -share/misc/terminfo/w/wy30 -share/misc/terminfo/w/wy30-mc -share/misc/terminfo/w/wy30-vb -share/misc/terminfo/w/wy325 -share/misc/terminfo/w/wy325-25 -share/misc/terminfo/w/wy325-25w -share/misc/terminfo/w/wy325-42 -share/misc/terminfo/w/wy325-42w -share/misc/terminfo/w/wy325-42w-vb -share/misc/terminfo/w/wy325-42wvb -share/misc/terminfo/w/wy325-43 -share/misc/terminfo/w/wy325-43w -share/misc/terminfo/w/wy325-43w-vb -share/misc/terminfo/w/wy325-43wvb -share/misc/terminfo/w/wy325-80 -share/misc/terminfo/w/wy325-vb -share/misc/terminfo/w/wy325-w -share/misc/terminfo/w/wy325-w-vb -share/misc/terminfo/w/wy325-wvb -share/misc/terminfo/w/wy325w-24 -share/misc/terminfo/w/wy350 -share/misc/terminfo/w/wy350-vb -share/misc/terminfo/w/wy350-w -share/misc/terminfo/w/wy350-wvb -share/misc/terminfo/w/wy370 -share/misc/terminfo/w/wy370-101k -share/misc/terminfo/w/wy370-105k -share/misc/terminfo/w/wy370-EPC -share/misc/terminfo/w/wy370-nk -share/misc/terminfo/w/wy370-rv -share/misc/terminfo/w/wy370-tek -share/misc/terminfo/w/wy370-vb -share/misc/terminfo/w/wy370-w -share/misc/terminfo/w/wy370-wvb -share/misc/terminfo/w/wy50 -share/misc/terminfo/w/wy50-mc -share/misc/terminfo/w/wy50-vb -share/misc/terminfo/w/wy50-w -share/misc/terminfo/w/wy50-wvb -share/misc/terminfo/w/wy520 -share/misc/terminfo/w/wy520-24 -share/misc/terminfo/w/wy520-36 -share/misc/terminfo/w/wy520-36pc -share/misc/terminfo/w/wy520-36w -share/misc/terminfo/w/wy520-36wpc -share/misc/terminfo/w/wy520-48 -share/misc/terminfo/w/wy520-48pc -share/misc/terminfo/w/wy520-48w -share/misc/terminfo/w/wy520-48wpc -share/misc/terminfo/w/wy520-epc -share/misc/terminfo/w/wy520-epc-24 -share/misc/terminfo/w/wy520-epc-vb -share/misc/terminfo/w/wy520-epc-w -share/misc/terminfo/w/wy520-epc-wvb -share/misc/terminfo/w/wy520-vb -share/misc/terminfo/w/wy520-w -share/misc/terminfo/w/wy520-wvb -share/misc/terminfo/w/wy60 -share/misc/terminfo/w/wy60-25 -share/misc/terminfo/w/wy60-25-w -share/misc/terminfo/w/wy60-316X -share/misc/terminfo/w/wy60-42 -share/misc/terminfo/w/wy60-42-w -share/misc/terminfo/w/wy60-43 -share/misc/terminfo/w/wy60-43-w -share/misc/terminfo/w/wy60-AT -share/misc/terminfo/w/wy60-PC -share/misc/terminfo/w/wy60-vb -share/misc/terminfo/w/wy60-w -share/misc/terminfo/w/wy60-w-vb -share/misc/terminfo/w/wy60-wvb -share/misc/terminfo/w/wy75 -share/misc/terminfo/w/wy75-mc -share/misc/terminfo/w/wy75-vb -share/misc/terminfo/w/wy75-w -share/misc/terminfo/w/wy75-wvb -share/misc/terminfo/w/wy75ap -share/misc/terminfo/w/wy85 -share/misc/terminfo/w/wy85-vb -share/misc/terminfo/w/wy85-w -share/misc/terminfo/w/wy85-wvb -share/misc/terminfo/w/wy99-ansi -share/misc/terminfo/w/wy99a-ansi -share/misc/terminfo/w/wy99f -share/misc/terminfo/w/wy99fa -share/misc/terminfo/w/wy99fgt -share/misc/terminfo/w/wy99fgta -share/misc/terminfo/w/wy99gt -share/misc/terminfo/w/wy99gt-25 -share/misc/terminfo/w/wy99gt-25-w -share/misc/terminfo/w/wy99gt-tek -share/misc/terminfo/w/wy99gt-vb -share/misc/terminfo/w/wy99gt-w -share/misc/terminfo/w/wy99gt-w-vb -share/misc/terminfo/w/wy99gt-wvb -share/misc/terminfo/w/wyse-325 -share/misc/terminfo/w/wyse-75ap -share/misc/terminfo/w/wyse-vp -share/misc/terminfo/w/wyse120 -share/misc/terminfo/w/wyse120-25 -share/misc/terminfo/w/wyse120-25-w -share/misc/terminfo/w/wyse120-vb -share/misc/terminfo/w/wyse120-w -share/misc/terminfo/w/wyse120-wvb -share/misc/terminfo/w/wyse150 -share/misc/terminfo/w/wyse150-25 -share/misc/terminfo/w/wyse150-25-w -share/misc/terminfo/w/wyse150-vb -share/misc/terminfo/w/wyse150-w -share/misc/terminfo/w/wyse150-w-vb -share/misc/terminfo/w/wyse160 -share/misc/terminfo/w/wyse160-25 -share/misc/terminfo/w/wyse160-25-w -share/misc/terminfo/w/wyse160-42 -share/misc/terminfo/w/wyse160-42-w -share/misc/terminfo/w/wyse160-43 -share/misc/terminfo/w/wyse160-43-w -share/misc/terminfo/w/wyse160-vb -share/misc/terminfo/w/wyse160-w -share/misc/terminfo/w/wyse160-wvb -share/misc/terminfo/w/wyse185 -share/misc/terminfo/w/wyse185-24 -share/misc/terminfo/w/wyse185-vb -share/misc/terminfo/w/wyse185-w -share/misc/terminfo/w/wyse185-wvb -share/misc/terminfo/w/wyse30 -share/misc/terminfo/w/wyse30-mc -share/misc/terminfo/w/wyse30-vb -share/misc/terminfo/w/wyse325 -share/misc/terminfo/w/wyse325-25 -share/misc/terminfo/w/wyse325-25w -share/misc/terminfo/w/wyse325-42 -share/misc/terminfo/w/wyse325-42w -share/misc/terminfo/w/wyse325-43 -share/misc/terminfo/w/wyse325-43w -share/misc/terminfo/w/wyse325-vb -share/misc/terminfo/w/wyse325-w -share/misc/terminfo/w/wyse325-wvb -share/misc/terminfo/w/wyse350 -share/misc/terminfo/w/wyse350-vb -share/misc/terminfo/w/wyse350-w -share/misc/terminfo/w/wyse350-wvb -share/misc/terminfo/w/wyse370 -share/misc/terminfo/w/wyse50 -share/misc/terminfo/w/wyse50-mc -share/misc/terminfo/w/wyse50-vb -share/misc/terminfo/w/wyse50-w -share/misc/terminfo/w/wyse50-wvb -share/misc/terminfo/w/wyse520 -share/misc/terminfo/w/wyse520-24 -share/misc/terminfo/w/wyse520-36 -share/misc/terminfo/w/wyse520-36pc -share/misc/terminfo/w/wyse520-36w -share/misc/terminfo/w/wyse520-36wpc -share/misc/terminfo/w/wyse520-48 -share/misc/terminfo/w/wyse520-48pc -share/misc/terminfo/w/wyse520-48w -share/misc/terminfo/w/wyse520-48wpc -share/misc/terminfo/w/wyse520-epc -share/misc/terminfo/w/wyse520-epc-w -share/misc/terminfo/w/wyse520-p-wvb -share/misc/terminfo/w/wyse520-pc-24 -share/misc/terminfo/w/wyse520-pc-vb -share/misc/terminfo/w/wyse520-vb -share/misc/terminfo/w/wyse520-w -share/misc/terminfo/w/wyse520-wvb -share/misc/terminfo/w/wyse60 -share/misc/terminfo/w/wyse60-25 -share/misc/terminfo/w/wyse60-25-w -share/misc/terminfo/w/wyse60-316X -share/misc/terminfo/w/wyse60-42 -share/misc/terminfo/w/wyse60-42-w -share/misc/terminfo/w/wyse60-43 -share/misc/terminfo/w/wyse60-43-w -share/misc/terminfo/w/wyse60-AT -share/misc/terminfo/w/wyse60-PC -share/misc/terminfo/w/wyse60-vb -share/misc/terminfo/w/wyse60-w -share/misc/terminfo/w/wyse60-wvb -share/misc/terminfo/w/wyse75 -share/misc/terminfo/w/wyse75-mc -share/misc/terminfo/w/wyse75-vb -share/misc/terminfo/w/wyse75-w -share/misc/terminfo/w/wyse75-wvb -share/misc/terminfo/w/wyse75ap -share/misc/terminfo/w/wyse85 -share/misc/terminfo/w/wyse85-vb -share/misc/terminfo/w/wyse85-w -share/misc/terminfo/w/wyse85-wvb -share/misc/terminfo/w/wyse99gt -share/misc/terminfo/w/wyse99gt-25 -share/misc/terminfo/w/wyse99gt-25-w -share/misc/terminfo/w/wyse99gt-vb -share/misc/terminfo/w/wyse99gt-w -share/misc/terminfo/w/wyse99gt-wvb -share/misc/terminfo/x/x10term -share/misc/terminfo/x/x1700 -share/misc/terminfo/x/x1700-lm -share/misc/terminfo/x/x1720 -share/misc/terminfo/x/x1750 -share/misc/terminfo/x/x68k -share/misc/terminfo/x/x68k-ite -share/misc/terminfo/x/x820 -share/misc/terminfo/x/xenix -share/misc/terminfo/x/xerox -share/misc/terminfo/x/xerox-lm -share/misc/terminfo/x/xerox1720 -share/misc/terminfo/x/xerox820 -share/misc/terminfo/x/xl83 -share/misc/terminfo/x/xtalk -share/misc/terminfo/x/xterm -share/misc/terminfo/x/xterm-16color -share/misc/terminfo/x/xterm-24 -share/misc/terminfo/x/xterm-8bit -share/misc/terminfo/x/xterm-bold -share/misc/terminfo/x/xterm-color -share/misc/terminfo/x/xterm-new -share/misc/terminfo/x/xterm-nic -share/misc/terminfo/x/xterm-old -share/misc/terminfo/x/xterm-pcolor -share/misc/terminfo/x/xterm-r5 -share/misc/terminfo/x/xterm-r6 -share/misc/terminfo/x/xterm-sun -share/misc/terminfo/x/xterm-xf86-v32 -share/misc/terminfo/x/xterm-xf86-v33 -share/misc/terminfo/x/xterm-xf86-v333 -share/misc/terminfo/x/xterm-xf86-v40 -share/misc/terminfo/x/xterm-xfree86 -share/misc/terminfo/x/xterm-xi -share/misc/terminfo/x/xterm+sl -share/misc/terminfo/x/xterm+sl-twm -share/misc/terminfo/x/xterm1 -share/misc/terminfo/x/xtermc -share/misc/terminfo/x/xtermm -share/misc/terminfo/x/xterms -share/misc/terminfo/x/xterms-sun -share/misc/terminfo/x/xwsh -share/misc/terminfo/z/z-100 -share/misc/terminfo/z/z-100bw -share/misc/terminfo/z/z100 -share/misc/terminfo/z/z100bw -share/misc/terminfo/z/z110 -share/misc/terminfo/z/z110bw -share/misc/terminfo/z/z19 -share/misc/terminfo/z/z29 -share/misc/terminfo/z/z29a -share/misc/terminfo/z/z29a-kc-bc -share/misc/terminfo/z/z29a-kc-uc -share/misc/terminfo/z/z29a-nkc-bc -share/misc/terminfo/z/z29a-nkc-uc -share/misc/terminfo/z/z29b -share/misc/terminfo/z/z30 -share/misc/terminfo/z/z340 -share/misc/terminfo/z/z340-nam -share/misc/terminfo/z/z39-a -share/misc/terminfo/z/z39a -share/misc/terminfo/z/z50 -share/misc/terminfo/z/z8001 -share/misc/terminfo/z/zen30 -share/misc/terminfo/z/zen50 -share/misc/terminfo/z/zen8001 -share/misc/terminfo/z/zenith -share/misc/terminfo/z/zenith29 -share/misc/terminfo/z/zenith39-a -share/misc/terminfo/z/zenith39-ansi -share/misc/terminfo/z/zt-1 -share/misc/terminfo/z/ztx -share/misc/terminfo/z/ztx-1-a -share/misc/terminfo/z/ztx11 -@dirrm include/ncurses -@dirrm share/doc/ncurses -@dirrm share/examples/ncurses/c++ -@dirrm share/examples/ncurses -@dirrm share/misc/tabset -@dirrm share/misc/terminfo/1 -@dirrm share/misc/terminfo/2 -@dirrm share/misc/terminfo/3 -@dirrm share/misc/terminfo/4 -@dirrm share/misc/terminfo/5 -@dirrm share/misc/terminfo/6 -@dirrm share/misc/terminfo/7 -@dirrm share/misc/terminfo/8 -@dirrm share/misc/terminfo/9 -@dirrm share/misc/terminfo/N -@dirrm share/misc/terminfo/P -@dirrm share/misc/terminfo/X -@dirrm share/misc/terminfo/a -@dirrm share/misc/terminfo/b -@dirrm share/misc/terminfo/c -@dirrm share/misc/terminfo/d -@dirrm share/misc/terminfo/e -@dirrm share/misc/terminfo/f -@dirrm share/misc/terminfo/g -@dirrm share/misc/terminfo/h -@dirrm share/misc/terminfo/i -@dirrm share/misc/terminfo/j -@dirrm share/misc/terminfo/k -@dirrm share/misc/terminfo/l -@dirrm share/misc/terminfo/m -@dirrm share/misc/terminfo/n -@dirrm share/misc/terminfo/o -@dirrm share/misc/terminfo/p -@dirrm share/misc/terminfo/q -@dirrm share/misc/terminfo/r -@dirrm share/misc/terminfo/s -@dirrm share/misc/terminfo/t -@dirrm share/misc/terminfo/u -@dirrm share/misc/terminfo/v -@dirrm share/misc/terminfo/w -@dirrm share/misc/terminfo/x -@dirrm share/misc/terminfo/z -@dirrm share/misc/terminfo diff --git a/devel/spin/Makefile b/devel/spin/Makefile deleted file mode 100644 index f3e73db31d4c..000000000000 --- a/devel/spin/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# Ports collection makefile for: spin -# Version required: 3.24 -# Date created: Oct 23, 1997 -# Whom: jhanna@home.com -# -# $Id: Makefile,v 1.1.1.1 1998/12/12 22:17:48 jseger Exp $ -# - -DISTNAME= spin-3.24 -CATEGORIES= math -MASTER_SITES= ftp://netlib.bell-labs.com/netlib/spin/ \ - ftp://www.netlib.org/spin/ \ - ftp://www.enseeiht.fr/NetLib/spin/ \ - ftp://wcarchive.cdrom.com/netlib/spin/ -DISTFILES= spin324.tar.gz html.tar.gz - -MAINTAINER= jhanna@home.com - -DIST_SUBDIR= spin -WRKSRC= ${WRKDIR}/Src3.2 -MAKEFILE= makefile -ALL_TARGET= spin - -post-extract: - @cd ${WRKDIR}/Test && ${SH} ${WRKDIR}/Test/examples - -pre-build: - cd ${WRKSRC} && ${MAKE} clean - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/spin ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.2/xspin324.tcl ${PREFIX}/bin - ${RM} -f ${PREFIX}/bin/xspin - ln -s ${PREFIX}/bin/xspin324.tcl ${PREFIX}/bin/xspin - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/spin/Doc - ${MKDIR} ${PREFIX}/share/doc/spin/Examples - ${MKDIR} ${PREFIX}/share/doc/spin/HTML - ${MKDIR} ${PREFIX}/share/doc/spin/Test - ${INSTALL_DATA} ${WRKDIR}/Doc/* ${PREFIX}/share/doc/spin/Doc - ${INSTALL_DATA} ${WRKDIR}/Test/ex.* ${PREFIX}/share/doc/spin/Examples - ${INSTALL_DATA} ${WRKDIR}/HTML/* ${PREFIX}/share/doc/spin/HTML -.for i in README.tests abp erathostenes hello leader leader.ltl leader2 \ - loops pathfinder peterson pftp priorities snoopy sort - ${INSTALL_DATA} ${WRKDIR}/Test/$i ${PREFIX}/share/doc/spin/Test -.endfor -.endif - -.include <bsd.port.mk> diff --git a/devel/spin/distinfo b/devel/spin/distinfo deleted file mode 100644 index a51a4164b8ca..000000000000 --- a/devel/spin/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (spin/spin324.tar.gz) = 0c33f508099c5cfd502916ec570c2952 -MD5 (spin/html.tar.gz) = 497775584f1d4b55b1d3041311c3d947 diff --git a/devel/spin/files/patch-aa b/devel/spin/files/patch-aa deleted file mode 100644 index b67c3d8ab549..000000000000 --- a/devel/spin/files/patch-aa +++ /dev/null @@ -1,8 +0,0 @@ ---- ../Xspin3.2/xspin324.tcl.orig Wed Jan 27 12:23:13 1999 -+++ ../Xspin3.2/xspin324.tcl Wed Jan 27 12:23:32 1999 -@@ -1,4 +1,4 @@ --#!/usr/local/bin/wish -f -+#!/usr/local/bin/wish8.0 -f - - #======================================================================# - # Tcl/Tk Spin Controller, Gerard J. Holzmann, Bell Laboratories, USA. # diff --git a/devel/spin/files/patch-ab b/devel/spin/files/patch-ab deleted file mode 100644 index 1fa5be43341a..000000000000 --- a/devel/spin/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- makefile.orig Wed Jan 27 12:28:31 1999 -+++ makefile Wed Jan 27 12:29:14 1999 -@@ -9,8 +9,8 @@ - # 1991, Prentice Hall, Englewood Cliffs, NJ, 07632 - # Send bug-reports and/or questions to: gerard@research.bell-labs.com - --CC=gcc -g # or any other ansi compatible c compiler --CFLAGS=-ansi -D_POSIX_SOURCE # on some systems add: -I/usr/include -+# CC=gcc -g # or any other ansi compatible c compiler -+# CFLAGS=-ansi -D_POSIX_SOURCE # on some systems add: -I/usr/include - - # on Solaris: add -DSOLARIS - # on PCs: add -DPC diff --git a/devel/spin/pkg-comment b/devel/spin/pkg-comment deleted file mode 100644 index 3cce122e2137..000000000000 --- a/devel/spin/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An on-the-fly verification system for asynchronous concurrent systems diff --git a/devel/spin/pkg-descr b/devel/spin/pkg-descr deleted file mode 100644 index 5cd5f839e550..000000000000 --- a/devel/spin/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Spin is an efficient on-the-fly verification system -(a `model checker') for asynchronous concurrent systems, -such as data communication protocols, distributed operating -systems, database systems, etc. -It can be used to prove both safety and liveness properties, -including all correctness requirements expressible in linear -time temporal logic. diff --git a/devel/spin/pkg-plist b/devel/spin/pkg-plist deleted file mode 100644 index 6d4ca01e6bcc..000000000000 --- a/devel/spin/pkg-plist +++ /dev/null @@ -1,127 +0,0 @@ -bin/spin -bin/xspin -bin/xspin324.tcl -share/doc/spin/Doc/Book.Ch6.add -share/doc/spin/Doc/Book.Errata -share/doc/spin/Doc/Book.answers -share/doc/spin/Doc/Book.samples -share/doc/spin/Doc/V1.Updates -share/doc/spin/Doc/V2.Updates -share/doc/spin/Doc/V3.Updates -share/doc/spin/Examples/ex.1a -share/doc/spin/Examples/ex.1b -share/doc/spin/Examples/ex.1c -share/doc/spin/Examples/ex.2 -share/doc/spin/Examples/ex.3 -share/doc/spin/Examples/ex.4b -share/doc/spin/Examples/ex.4c -share/doc/spin/Examples/ex.5a -share/doc/spin/Examples/ex.5b -share/doc/spin/Examples/ex.6 -share/doc/spin/Examples/ex.7 -share/doc/spin/Examples/ex.8 -share/doc/spin/Examples/ex.9 -share/doc/spin/Examples/ex.9b -share/doc/spin/Examples/ex.9c -share/doc/spin/Examples/ex.readme -share/doc/spin/HTML/Exercises.html -share/doc/spin/HTML/GettingStarted.html -share/doc/spin/HTML/Intro.html -share/doc/spin/HTML/Manual.html -share/doc/spin/HTML/Pan.html -share/doc/spin/HTML/Quick.html -share/doc/spin/HTML/README.html -share/doc/spin/HTML/Roadmap.html -share/doc/spin/HTML/Spin.html -share/doc/spin/HTML/WhatsNew.html -share/doc/spin/HTML/_.html -share/doc/spin/HTML/_last.html -share/doc/spin/HTML/_pid.html -share/doc/spin/HTML/accept.html -share/doc/spin/HTML/active.html -share/doc/spin/HTML/arrays.html -share/doc/spin/HTML/assert.html -share/doc/spin/HTML/assign.html -share/doc/spin/HTML/atomic.html -share/doc/spin/HTML/break.html -share/doc/spin/HTML/chan.html -share/doc/spin/HTML/comments.html -share/doc/spin/HTML/cond_expr.html -share/doc/spin/HTML/condition.html -share/doc/spin/HTML/d_step.html -share/doc/spin/HTML/datatypes.html -share/doc/spin/HTML/do.html -share/doc/spin/HTML/else.html -share/doc/spin/HTML/empty.html -share/doc/spin/HTML/enabled.html -share/doc/spin/HTML/end.html -share/doc/spin/HTML/eval.html -share/doc/spin/HTML/false.html -share/doc/spin/HTML/float.html -share/doc/spin/HTML/full.html -share/doc/spin/HTML/goto.html -share/doc/spin/HTML/grammar.html -share/doc/spin/HTML/hidden.html -share/doc/spin/HTML/hierarchy.html -share/doc/spin/HTML/if.html -share/doc/spin/HTML/index.html -share/doc/spin/HTML/init.html -share/doc/spin/HTML/inline.html -share/doc/spin/HTML/labels.html -share/doc/spin/HTML/len.html -share/doc/spin/HTML/ltl.html -share/doc/spin/HTML/macros.html -share/doc/spin/HTML/mtype.html -share/doc/spin/HTML/nempty.html -share/doc/spin/HTML/never.html -share/doc/spin/HTML/nfull.html -share/doc/spin/HTML/notrace.html -share/doc/spin/HTML/np_.html -share/doc/spin/HTML/pc_value.html -share/doc/spin/HTML/pointers.html -share/doc/spin/HTML/poll.html -share/doc/spin/HTML/printf.html -share/doc/spin/HTML/priority.html -share/doc/spin/HTML/probabilities.html -share/doc/spin/HTML/procedures.html -share/doc/spin/HTML/proctype.html -share/doc/spin/HTML/progress.html -share/doc/spin/HTML/promela.html -share/doc/spin/HTML/provided.html -share/doc/spin/HTML/rand.html -share/doc/spin/HTML/realtime.html -share/doc/spin/HTML/receive.html -share/doc/spin/HTML/remoterefs.html -share/doc/spin/HTML/run.html -share/doc/spin/HTML/scanf.html -share/doc/spin/HTML/send.html -share/doc/spin/HTML/separators.html -share/doc/spin/HTML/sequence.html -share/doc/spin/HTML/show.html -share/doc/spin/HTML/skip.html -share/doc/spin/HTML/timeout.html -share/doc/spin/HTML/trace.html -share/doc/spin/HTML/true.html -share/doc/spin/HTML/typedef.html -share/doc/spin/HTML/unless.html -share/doc/spin/HTML/xr.html -share/doc/spin/HTML/xs.html -share/doc/spin/Test/README.tests -share/doc/spin/Test/abp -share/doc/spin/Test/erathostenes -share/doc/spin/Test/hello -share/doc/spin/Test/leader -share/doc/spin/Test/leader.ltl -share/doc/spin/Test/leader2 -share/doc/spin/Test/loops -share/doc/spin/Test/pathfinder -share/doc/spin/Test/peterson -share/doc/spin/Test/pftp -share/doc/spin/Test/priorities -share/doc/spin/Test/snoopy -share/doc/spin/Test/sort -@dirrm share/doc/spin/Test -@dirrm share/doc/spin/HTML -@dirrm share/doc/spin/Examples -@dirrm share/doc/spin/Doc -@dirrm share/doc/spin diff --git a/devel/splint/Makefile b/devel/splint/Makefile deleted file mode 100644 index 5846dce983d9..000000000000 --- a/devel/splint/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: lclint -# Version required: 2.4b -# Date created: 9 September 1996 -# Whom: moeding -# -# $Id: Makefile,v 1.2 1996/12/12 05:21:36 asami Exp $ -# - -DISTNAME= lclint-2.4b -CATEGORIES= devel -MASTER_SITES= ftp://ftp.sds.lcs.mit.edu/pub/lclint/ -EXTRACT_SUFX= .src.tar.gz - -MAINTAINER= s.moeding@ndh.net - -GNU_CONFIGURE= yes -USE_GMAKE= yes - -do-build: - @(cd ${WRKSRC}; ${GMAKE}) - -post-install: - @strip ${PREFIX}/bin/lclint - -.include <bsd.port.mk> diff --git a/devel/splint/distinfo b/devel/splint/distinfo deleted file mode 100644 index 6c63ef678592..000000000000 --- a/devel/splint/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (lclint-2.4b.src.tar.gz) = 3d263a76bae212deb80295505f56fdd9 diff --git a/devel/splint/files/patch-aa b/devel/splint/files/patch-aa deleted file mode 100644 index bb849742964c..000000000000 --- a/devel/splint/files/patch-aa +++ /dev/null @@ -1,56 +0,0 @@ -*** Makefile.in.orig Sun Apr 19 03:06:51 1998 ---- Makefile.in Sat Jun 27 23:05:50 1998 -*************** -*** 40,49 **** - ### - - ### directory for lclint libraries -! LIBDIR = @installdir@/lib - - ### directory for lclint standard imports -! IMPORTSDIR = @installdir@/imports - - ### directory for lclint binary - INSTALLDIR = @installdir@/bin ---- 40,49 ---- - ### - - ### directory for lclint libraries -! LIBDIR = @installdir@/share/lclint-2.4b/lib - - ### directory for lclint standard imports -! IMPORTSDIR = @installdir@/share/lclint-2.4b/imports - - ### directory for lclint binary - INSTALLDIR = @installdir@/bin -*************** -*** 231,244 **** - dolibraries: - @echo '// Installing libraries in '$(LIBDIR) - @echo " (This will complain if the directory already exists, don't worry about it.)" -! -mkdir $(LIBDIR) - $(CP) $(LCLINTLIB)/* $(LIBDIR) - @echo '// Installed libraries.' - - doimports: - @echo '// Installing imports in '$(IMPORTSDIR) - @echo " (This will complain if the directory already exists, don't worry about it.)" -! -mkdir $(IMPORTSDIR) - $(CP) $(LCLINTIMPORTS)/* $(IMPORTSDIR) - @echo '// Installed imports.' - ---- 231,244 ---- - dolibraries: - @echo '// Installing libraries in '$(LIBDIR) - @echo " (This will complain if the directory already exists, don't worry about it.)" -! -mkdir -p $(LIBDIR) - $(CP) $(LCLINTLIB)/* $(LIBDIR) - @echo '// Installed libraries.' - - doimports: - @echo '// Installing imports in '$(IMPORTSDIR) - @echo " (This will complain if the directory already exists, don't worry about it.)" -! -mkdir -p $(IMPORTSDIR) - $(CP) $(LCLINTIMPORTS)/* $(IMPORTSDIR) - @echo '// Installed imports.' - diff --git a/devel/splint/pkg-comment b/devel/splint/pkg-comment deleted file mode 100644 index ffae0cb0dfa9..000000000000 --- a/devel/splint/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A tool for statically checking C programs. diff --git a/devel/splint/pkg-descr b/devel/splint/pkg-descr deleted file mode 100644 index 1c041bab056b..000000000000 --- a/devel/splint/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -LCLint is a tool for statically checking C programs. With minimal -effort, LCLint can be used as a better lint. If additional effort is -invested adding annotations to programs, LCLint can perform stronger -checks than can be done by any standard lint. - -WWW: http://www.sds.lcs.mit.edu/lclint/ diff --git a/devel/splint/pkg-message b/devel/splint/pkg-message deleted file mode 100644 index 7368307ab8fc..000000000000 --- a/devel/splint/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ - -Point your browser at - - http://www.sds.lcs.mit.edu/lclint/ - -to read or download the full documentation for lclint. diff --git a/devel/splint/pkg-plist b/devel/splint/pkg-plist deleted file mode 100644 index 6fa7d9d620d2..000000000000 --- a/devel/splint/pkg-plist +++ /dev/null @@ -1,46 +0,0 @@ -bin/lclint -share/lclint-2.4b/lib/CTrait.syms -share/lclint-2.4b/lib/unix.lcd -share/lclint-2.4b/lib/unix.h -share/lclint-2.4b/lib/posixstrict.lcd -share/lclint-2.4b/lib/posix.lcd -share/lclint-2.4b/lib/posix.h -share/lclint-2.4b/lib/lslinit.lsi -share/lclint-2.4b/lib/lclinit.lci -share/lclint-2.4b/lib/bool.h -share/lclint-2.4b/lib/ansistrict.lcd -share/lclint-2.4b/lib/ansi.lcd -share/lclint-2.4b/lib/ansi.h -share/lclint-2.4b/lib/CTraitGen.lcl -share/lclint-2.4b/lib/unixstrict.lcd -share/lclint-2.4b/imports/assert.lcl -share/lclint-2.4b/imports/time.lcl -share/lclint-2.4b/imports/strings.lcs -share/lclint-2.4b/imports/strings.lcl -share/lclint-2.4b/imports/string.lcs -share/lclint-2.4b/imports/string.lcl -share/lclint-2.4b/imports/stdlib.lcs -share/lclint-2.4b/imports/stdlib.lcl -share/lclint-2.4b/imports/stdio.lcs -share/lclint-2.4b/imports/stdio.lcl -share/lclint-2.4b/imports/stdarg.lcs -share/lclint-2.4b/imports/stdarg.lcl -share/lclint-2.4b/imports/signal.lcs -share/lclint-2.4b/imports/signal.lcl -share/lclint-2.4b/imports/setjmp.lcs -share/lclint-2.4b/imports/setjmp.lcl -share/lclint-2.4b/imports/math.lcs -share/lclint-2.4b/imports/math.lcl -share/lclint-2.4b/imports/locale.lcs -share/lclint-2.4b/imports/locale.lcl -share/lclint-2.4b/imports/limits.lcs -share/lclint-2.4b/imports/limits.lcl -share/lclint-2.4b/imports/errno.lcs -share/lclint-2.4b/imports/errno.lcl -share/lclint-2.4b/imports/ctype.lcs -share/lclint-2.4b/imports/ctype.lcl -share/lclint-2.4b/imports/assert.lcs -share/lclint-2.4b/imports/time.lcs -@dirrm share/lclint-2.4b/imports -@dirrm share/lclint-2.4b/lib -@dirrm share/lclint-2.4b diff --git a/devel/swig11/Makefile b/devel/swig11/Makefile deleted file mode 100644 index f6d51d3290dc..000000000000 --- a/devel/swig11/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: SWIG -# Version required: 1.1p4 -# Date created: 19 April 1996 -# Whom: jkh -# -# $Id: Makefile,v 1.13 1998/12/07 05:34:37 steve Exp $ -# - -DISTNAME= swig1.1p5 -PKGNAME= swig-1.1p5 -CATEGORIES= devel python tcl81 -MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ - ftp://ftp.rge.com/pub/languages/swig/ \ - ftp://ftp.mcc.ac.uk/pub/mvc/swig/ - -MAINTAINER= erich@FreeBSD.ORG - -BUILD_DEPENDS= ${PREFIX}/bin/python:${PORTSDIR}/lang/python \ - ${PREFIX}/bin/tclsh8.1:${PORTSDIR}/lang/tcl81 - -USE_PERL5= YES -WRKSRC= ${WRKDIR}/SWIG1.1p5 -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.1/ \ - --with-tcllib=${PREFIX}/lib/tcl8.1/ - -ALL_TARGET= all runtime - -MAN1= swig.1 - -.include <bsd.port.mk> diff --git a/devel/swig11/distinfo b/devel/swig11/distinfo deleted file mode 100644 index 1f8d380286f1..000000000000 --- a/devel/swig11/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (swig1.1p5.tar.gz) = 0626b69b2aa6814ca0c61d23a7f9df23 diff --git a/devel/swig11/pkg-comment b/devel/swig11/pkg-comment deleted file mode 100644 index 248d1af1eb82..000000000000 --- a/devel/swig11/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Simplified Wrapper and Interface Generator. diff --git a/devel/swig11/pkg-descr b/devel/swig11/pkg-descr deleted file mode 100644 index 0d6df5a42b77..000000000000 --- a/devel/swig11/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -SWIG is a tool for automatically generating the wrapper code needed -to link collections of functions written in C/C++ with interpreted -scripting languages. Currently, SWIG supports : - - - Tcl - - Perl4 - - Perl5 - - Guile-iii - - Python 1.3 - -Using SWIG, it is possible to greatly simplify interface development -and to put interesting interfaces on existing applications with -little effort. diff --git a/devel/swig11/pkg-plist b/devel/swig11/pkg-plist deleted file mode 100644 index 3f8ff7c23de1..000000000000 --- a/devel/swig11/pkg-plist +++ /dev/null @@ -1,78 +0,0 @@ -bin/swig -lib/libswig.a -lib/libswigpl.a -lib/libswigpy.a -lib/libswigpl.so -lib/libswigpy.so -include/swig.h -lib/swig_lib/Makefile -lib/swig_lib/array.i -lib/swig_lib/autodoc.i -lib/swig_lib/carray.i -lib/swig_lib/constraints.i -lib/swig_lib/ctype.i -lib/swig_lib/exception.i -lib/swig_lib/malloc.i -lib/swig_lib/math.i -lib/swig_lib/memory.i -lib/swig_lib/objc.i -lib/swig_lib/pointer.i -lib/swig_lib/stdlib.i -lib/swig_lib/timers.i -lib/swig_lib/swigptr.swg -lib/swig_lib/tcl/blt.i -lib/swig_lib/tcl/expect.i -lib/swig_lib/tcl/expectk.i -lib/swig_lib/tcl/ish.i -lib/swig_lib/tcl/itclsh.i -lib/swig_lib/tcl/itkwish.i -lib/swig_lib/tcl/iwish.i -lib/swig_lib/tcl/ptrlang.i -lib/swig_lib/tcl/tclsh.i -lib/swig_lib/tcl/tix.i -lib/swig_lib/tcl/typemaps.i -lib/swig_lib/tcl/wish.i -lib/swig_lib/tcl/class.swg -lib/swig_lib/tcl/configcode.swg -lib/swig_lib/tcl/constarray.i -lib/swig_lib/tcl/consthash.i -lib/swig_lib/tcl/delcmd.swg -lib/swig_lib/tcl/delcmd8.swg -lib/swig_lib/tcl/methodcmd.swg -lib/swig_lib/tcl/methodcmd8.swg -lib/swig_lib/tcl/objcmd.swg -lib/swig_lib/tcl/objcmd8.swg -lib/swig_lib/tcl/swigtcl.swg -lib/swig_lib/tcl/tcl8ptr.swg -lib/swig_lib/tcl/Makefile -lib/swig_lib/perl4/userinit.i -lib/swig_lib/perl5/perlmain.i -lib/swig_lib/perl5/ptrlang.i -lib/swig_lib/perl5/typemaps.i -lib/swig_lib/perl5/perl5.swg -lib/swig_lib/perl5/perl5mg.swg -lib/swig_lib/perl5/perl5ptr.swg -lib/swig_lib/perl5/Makefile -lib/swig_lib/perl5/Makefile.pl -lib/swig_lib/python/embed.i -lib/swig_lib/python/embed13.i -lib/swig_lib/python/embed14.i -lib/swig_lib/python/embed15.i -lib/swig_lib/python/ptrlang.i -lib/swig_lib/python/typemaps.i -lib/swig_lib/python/typemaps_old.i -lib/swig_lib/python/defarg.swg -lib/swig_lib/python/pyexp.swg -lib/swig_lib/python/python.swg -lib/swig_lib/python/Makefile -lib/swig_lib/guile/guilemain.i -lib/swig_lib/guile/interpreter.i -lib/swig_lib/guile/guile.swg -lib/swig_lib/config/swigptr.swg -@dirrm lib/swig_lib/tcl -@dirrm lib/swig_lib/perl4 -@dirrm lib/swig_lib/perl5 -@dirrm lib/swig_lib/python -@dirrm lib/swig_lib/guile -@dirrm lib/swig_lib/config -@dirrm lib/swig_lib diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile deleted file mode 100644 index f6d51d3290dc..000000000000 --- a/devel/swig13/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: SWIG -# Version required: 1.1p4 -# Date created: 19 April 1996 -# Whom: jkh -# -# $Id: Makefile,v 1.13 1998/12/07 05:34:37 steve Exp $ -# - -DISTNAME= swig1.1p5 -PKGNAME= swig-1.1p5 -CATEGORIES= devel python tcl81 -MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ - ftp://ftp.rge.com/pub/languages/swig/ \ - ftp://ftp.mcc.ac.uk/pub/mvc/swig/ - -MAINTAINER= erich@FreeBSD.ORG - -BUILD_DEPENDS= ${PREFIX}/bin/python:${PORTSDIR}/lang/python \ - ${PREFIX}/bin/tclsh8.1:${PORTSDIR}/lang/tcl81 - -USE_PERL5= YES -WRKSRC= ${WRKDIR}/SWIG1.1p5 -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.1/ \ - --with-tcllib=${PREFIX}/lib/tcl8.1/ - -ALL_TARGET= all runtime - -MAN1= swig.1 - -.include <bsd.port.mk> diff --git a/devel/swig13/distinfo b/devel/swig13/distinfo deleted file mode 100644 index 1f8d380286f1..000000000000 --- a/devel/swig13/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (swig1.1p5.tar.gz) = 0626b69b2aa6814ca0c61d23a7f9df23 diff --git a/devel/swig13/pkg-comment b/devel/swig13/pkg-comment deleted file mode 100644 index 248d1af1eb82..000000000000 --- a/devel/swig13/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Simplified Wrapper and Interface Generator. diff --git a/devel/swig13/pkg-descr b/devel/swig13/pkg-descr deleted file mode 100644 index 0d6df5a42b77..000000000000 --- a/devel/swig13/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -SWIG is a tool for automatically generating the wrapper code needed -to link collections of functions written in C/C++ with interpreted -scripting languages. Currently, SWIG supports : - - - Tcl - - Perl4 - - Perl5 - - Guile-iii - - Python 1.3 - -Using SWIG, it is possible to greatly simplify interface development -and to put interesting interfaces on existing applications with -little effort. diff --git a/devel/swig13/pkg-plist b/devel/swig13/pkg-plist deleted file mode 100644 index 3f8ff7c23de1..000000000000 --- a/devel/swig13/pkg-plist +++ /dev/null @@ -1,78 +0,0 @@ -bin/swig -lib/libswig.a -lib/libswigpl.a -lib/libswigpy.a -lib/libswigpl.so -lib/libswigpy.so -include/swig.h -lib/swig_lib/Makefile -lib/swig_lib/array.i -lib/swig_lib/autodoc.i -lib/swig_lib/carray.i -lib/swig_lib/constraints.i -lib/swig_lib/ctype.i -lib/swig_lib/exception.i -lib/swig_lib/malloc.i -lib/swig_lib/math.i -lib/swig_lib/memory.i -lib/swig_lib/objc.i -lib/swig_lib/pointer.i -lib/swig_lib/stdlib.i -lib/swig_lib/timers.i -lib/swig_lib/swigptr.swg -lib/swig_lib/tcl/blt.i -lib/swig_lib/tcl/expect.i -lib/swig_lib/tcl/expectk.i -lib/swig_lib/tcl/ish.i -lib/swig_lib/tcl/itclsh.i -lib/swig_lib/tcl/itkwish.i -lib/swig_lib/tcl/iwish.i -lib/swig_lib/tcl/ptrlang.i -lib/swig_lib/tcl/tclsh.i -lib/swig_lib/tcl/tix.i -lib/swig_lib/tcl/typemaps.i -lib/swig_lib/tcl/wish.i -lib/swig_lib/tcl/class.swg -lib/swig_lib/tcl/configcode.swg -lib/swig_lib/tcl/constarray.i -lib/swig_lib/tcl/consthash.i -lib/swig_lib/tcl/delcmd.swg -lib/swig_lib/tcl/delcmd8.swg -lib/swig_lib/tcl/methodcmd.swg -lib/swig_lib/tcl/methodcmd8.swg -lib/swig_lib/tcl/objcmd.swg -lib/swig_lib/tcl/objcmd8.swg -lib/swig_lib/tcl/swigtcl.swg -lib/swig_lib/tcl/tcl8ptr.swg -lib/swig_lib/tcl/Makefile -lib/swig_lib/perl4/userinit.i -lib/swig_lib/perl5/perlmain.i -lib/swig_lib/perl5/ptrlang.i -lib/swig_lib/perl5/typemaps.i -lib/swig_lib/perl5/perl5.swg -lib/swig_lib/perl5/perl5mg.swg -lib/swig_lib/perl5/perl5ptr.swg -lib/swig_lib/perl5/Makefile -lib/swig_lib/perl5/Makefile.pl -lib/swig_lib/python/embed.i -lib/swig_lib/python/embed13.i -lib/swig_lib/python/embed14.i -lib/swig_lib/python/embed15.i -lib/swig_lib/python/ptrlang.i -lib/swig_lib/python/typemaps.i -lib/swig_lib/python/typemaps_old.i -lib/swig_lib/python/defarg.swg -lib/swig_lib/python/pyexp.swg -lib/swig_lib/python/python.swg -lib/swig_lib/python/Makefile -lib/swig_lib/guile/guilemain.i -lib/swig_lib/guile/interpreter.i -lib/swig_lib/guile/guile.swg -lib/swig_lib/config/swigptr.swg -@dirrm lib/swig_lib/tcl -@dirrm lib/swig_lib/perl4 -@dirrm lib/swig_lib/perl5 -@dirrm lib/swig_lib/python -@dirrm lib/swig_lib/guile -@dirrm lib/swig_lib/config -@dirrm lib/swig_lib diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile deleted file mode 100644 index f6d51d3290dc..000000000000 --- a/devel/swig20/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: SWIG -# Version required: 1.1p4 -# Date created: 19 April 1996 -# Whom: jkh -# -# $Id: Makefile,v 1.13 1998/12/07 05:34:37 steve Exp $ -# - -DISTNAME= swig1.1p5 -PKGNAME= swig-1.1p5 -CATEGORIES= devel python tcl81 -MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ - ftp://ftp.rge.com/pub/languages/swig/ \ - ftp://ftp.mcc.ac.uk/pub/mvc/swig/ - -MAINTAINER= erich@FreeBSD.ORG - -BUILD_DEPENDS= ${PREFIX}/bin/python:${PORTSDIR}/lang/python \ - ${PREFIX}/bin/tclsh8.1:${PORTSDIR}/lang/tcl81 - -USE_PERL5= YES -WRKSRC= ${WRKDIR}/SWIG1.1p5 -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.1/ \ - --with-tcllib=${PREFIX}/lib/tcl8.1/ - -ALL_TARGET= all runtime - -MAN1= swig.1 - -.include <bsd.port.mk> diff --git a/devel/swig20/distinfo b/devel/swig20/distinfo deleted file mode 100644 index 1f8d380286f1..000000000000 --- a/devel/swig20/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (swig1.1p5.tar.gz) = 0626b69b2aa6814ca0c61d23a7f9df23 diff --git a/devel/swig20/pkg-comment b/devel/swig20/pkg-comment deleted file mode 100644 index 248d1af1eb82..000000000000 --- a/devel/swig20/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Simplified Wrapper and Interface Generator. diff --git a/devel/swig20/pkg-descr b/devel/swig20/pkg-descr deleted file mode 100644 index 0d6df5a42b77..000000000000 --- a/devel/swig20/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -SWIG is a tool for automatically generating the wrapper code needed -to link collections of functions written in C/C++ with interpreted -scripting languages. Currently, SWIG supports : - - - Tcl - - Perl4 - - Perl5 - - Guile-iii - - Python 1.3 - -Using SWIG, it is possible to greatly simplify interface development -and to put interesting interfaces on existing applications with -little effort. diff --git a/devel/swig20/pkg-plist b/devel/swig20/pkg-plist deleted file mode 100644 index 3f8ff7c23de1..000000000000 --- a/devel/swig20/pkg-plist +++ /dev/null @@ -1,78 +0,0 @@ -bin/swig -lib/libswig.a -lib/libswigpl.a -lib/libswigpy.a -lib/libswigpl.so -lib/libswigpy.so -include/swig.h -lib/swig_lib/Makefile -lib/swig_lib/array.i -lib/swig_lib/autodoc.i -lib/swig_lib/carray.i -lib/swig_lib/constraints.i -lib/swig_lib/ctype.i -lib/swig_lib/exception.i -lib/swig_lib/malloc.i -lib/swig_lib/math.i -lib/swig_lib/memory.i -lib/swig_lib/objc.i -lib/swig_lib/pointer.i -lib/swig_lib/stdlib.i -lib/swig_lib/timers.i -lib/swig_lib/swigptr.swg -lib/swig_lib/tcl/blt.i -lib/swig_lib/tcl/expect.i -lib/swig_lib/tcl/expectk.i -lib/swig_lib/tcl/ish.i -lib/swig_lib/tcl/itclsh.i -lib/swig_lib/tcl/itkwish.i -lib/swig_lib/tcl/iwish.i -lib/swig_lib/tcl/ptrlang.i -lib/swig_lib/tcl/tclsh.i -lib/swig_lib/tcl/tix.i -lib/swig_lib/tcl/typemaps.i -lib/swig_lib/tcl/wish.i -lib/swig_lib/tcl/class.swg -lib/swig_lib/tcl/configcode.swg -lib/swig_lib/tcl/constarray.i -lib/swig_lib/tcl/consthash.i -lib/swig_lib/tcl/delcmd.swg -lib/swig_lib/tcl/delcmd8.swg -lib/swig_lib/tcl/methodcmd.swg -lib/swig_lib/tcl/methodcmd8.swg -lib/swig_lib/tcl/objcmd.swg -lib/swig_lib/tcl/objcmd8.swg -lib/swig_lib/tcl/swigtcl.swg -lib/swig_lib/tcl/tcl8ptr.swg -lib/swig_lib/tcl/Makefile -lib/swig_lib/perl4/userinit.i -lib/swig_lib/perl5/perlmain.i -lib/swig_lib/perl5/ptrlang.i -lib/swig_lib/perl5/typemaps.i -lib/swig_lib/perl5/perl5.swg -lib/swig_lib/perl5/perl5mg.swg -lib/swig_lib/perl5/perl5ptr.swg -lib/swig_lib/perl5/Makefile -lib/swig_lib/perl5/Makefile.pl -lib/swig_lib/python/embed.i -lib/swig_lib/python/embed13.i -lib/swig_lib/python/embed14.i -lib/swig_lib/python/embed15.i -lib/swig_lib/python/ptrlang.i -lib/swig_lib/python/typemaps.i -lib/swig_lib/python/typemaps_old.i -lib/swig_lib/python/defarg.swg -lib/swig_lib/python/pyexp.swg -lib/swig_lib/python/python.swg -lib/swig_lib/python/Makefile -lib/swig_lib/guile/guilemain.i -lib/swig_lib/guile/interpreter.i -lib/swig_lib/guile/guile.swg -lib/swig_lib/config/swigptr.swg -@dirrm lib/swig_lib/tcl -@dirrm lib/swig_lib/perl4 -@dirrm lib/swig_lib/perl5 -@dirrm lib/swig_lib/python -@dirrm lib/swig_lib/guile -@dirrm lib/swig_lib/config -@dirrm lib/swig_lib |