diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-03-15 07:28:59 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-03-15 07:28:59 +0000 |
commit | 77997466fcb9e4a0fecef5846c9490a731e5f565 (patch) | |
tree | ff1269de946b8e26eb832448387f11713aa6ceed | |
parent | 02dd6f1e33a32f2c45c67c69198ac9caeb2a2a40 (diff) | |
download | ports-77997466fcb9e4a0fecef5846c9490a731e5f565.tar.gz ports-77997466fcb9e4a0fecef5846c9490a731e5f565.zip |
Notes
48 files changed, 6 insertions, 3262 deletions
@@ -2213,3 +2213,9 @@ security/hpn-ssh|security/openssh-portable|2006-03-15|Now an option in security/ audio/musicbrainz||2006-03-15|Remove expired port graphics/quickpics||2006-03-15|Remove expired port graphics/threeDS||2006-03-15|Remove expired port +graphics/vid||2006-03-15|Remove expired port +graphics/smoke||2006-03-15|Remove expired port +misc/globus2||2006-03-15|Remove expired port +sysutils/prune||2006-03-15|Remove expired port +www/evg||2006-03-15|Remove expired port +x11/login.app||2006-03-15|Remove expired port diff --git a/graphics/Makefile b/graphics/Makefile index cb10ef8d4451..2a41f344c6c6 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -542,7 +542,6 @@ SUBDIR += showimg SUBDIR += simage SUBDIR += skencil - SUBDIR += smoke SUBDIR += sng SUBDIR += snx101util SUBDIR += sodipodi @@ -575,7 +574,6 @@ SUBDIR += urt SUBDIR += vcg SUBDIR += vertex - SUBDIR += vid SUBDIR += view3ds SUBDIR += vigra SUBDIR += vips diff --git a/graphics/smoke/Makefile b/graphics/smoke/Makefile deleted file mode 100644 index ae8815ebfa54..000000000000 --- a/graphics/smoke/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# New ports collection makefile for: smoke -# Date created: 05 Feb 2004 -# Whom: Igor Pokrovsky <tiamat@comset.net> -# -# $FreeBSD$ -# - -PORTNAME= smoke -PORTVERSION= 0.5.1 -CATEGORIES= graphics -MASTER_SITES= # - -MAINTAINER= ip@doom.homeunix.org -COMMENT= Vector graphics OpenGL renderer - -BUILD_DEPENDS= ${LOCALBASE}/bin/tmake:${PORTSDIR}/devel/tmake -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 - -DEPRECATED= mastersite disappeared, no longer maintained by author -EXPIRATION_DATE=2006-02-28 - -USE_BZIP2= yes -USE_REINPLACE= yes -USE_SDL= yes -USE_GL= yes -USE_X_PREFIX= yes - -WRKSRC= ${WRKDIR}/${PORTNAME} - -FREETYPE_CONFIG?= ${LOCALBASE}/bin/freetype-config -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config -TMAKE?= ${LOCALBASE}/bin/tmake -TMAKEPATH?= ${LOCALBASE}/share/tmake/freebsd-g++ - -PORTDOCS= README - -pre-everything:: - @${ECHO_MSG} "This port depends on SDL with OpenGL support." - @${ECHO_MSG} "If your SDL does not support OpenGL, hit ^C now and reinstall SDL" - @${ECHO_MSG} "with OpenGL support turned on." - -pre-configure: - @${REINPLACE_CMD} -e "s|%%FREETYPE_CONFIG%%|${FREETYPE_CONFIG}|g; \ - s|%%SDL_CONFIG%%|${SDL_CONFIG}|g; \ - s#%%FREETYPE_INCLUDEPATH%%#`${FREETYPE_CONFIG} --cflags | ${SED} -e 's|-I||g'`#; \ - s#%%SDL_INCLUDEPATH%%#`${SDL_CONFIG} --cflags | ${SED} -e 's|-I||g; s|-D[[:graph:]]*||g'`#; \ - s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g" \ - ${WRKSRC}/project - -pre-build: - ${SETENV} TMAKEPATH=${TMAKEPATH} \ - ${TMAKE} ${WRKSRC}/project >${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/smoke ${PREFIX}/bin - @${MKDIR} ${EXAMPLESDIR} - @${MKDIR} ${EXAMPLESDIR}/tests - ${INSTALL_DATA} ${WRKSRC}/tests/tiger.* ${EXAMPLESDIR}/tests -.ifndef (NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/graphics/smoke/distinfo b/graphics/smoke/distinfo deleted file mode 100644 index 931998fbcc88..000000000000 --- a/graphics/smoke/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (smoke-0.5.1.tar.bz2) = c0e46c652a5fcccd7b511fbb056a1fae -SHA256 (smoke-0.5.1.tar.bz2) = 09443c6ca53a28f6cb9ba635358879a68993a7aa01791b08af9e0dce9357e331 -SIZE (smoke-0.5.1.tar.bz2) = 192646 diff --git a/graphics/smoke/files/patch-project b/graphics/smoke/files/patch-project deleted file mode 100644 index 0c43bc2d951f..000000000000 --- a/graphics/smoke/files/patch-project +++ /dev/null @@ -1,11 +0,0 @@ ---- project.orig Thu Feb 5 19:06:25 2004 -+++ project Thu Feb 5 19:08:56 2004 -@@ -2,6 +2,6 @@ - HEADERS = src/*.h - SOURCES = src/bound.cc src/caches.cc src/colour.cc src/editing.h src/fill_types.cc src/geometry.cc src/gldisplaylist.cc src/load.cc src/main.cc src/scene.cc src/segments.cc src/store.h src/stroke.cc src/tesselate.cc src/test.cc src/tree.cc src/vecmat.cc src/viewport.cc src/usec_timer.cc src/utility.cc - TARGET = smoke --INCLUDEPATH = /usr/local/include -+INCLUDEPATH = %%FREETYPE_INCLUDEPATH%% %%SDL_INCLUDEPATH%% - DEFINES = _REENTRANT --LIBS = `freetype-config --libs` -lSDL -lpthread -lXxf86dga -lXxf86vm -lXv -+LIBS = `%%FREETYPE_CONFIG%% --libs` `%%SDL_CONFIG%% --libs` %%PTHREAD_LIBS%% -lXxf86dga -lXxf86vm -lXv diff --git a/graphics/smoke/files/patch-src_main.cc b/graphics/smoke/files/patch-src_main.cc deleted file mode 100644 index 5ce5bcf15bca..000000000000 --- a/graphics/smoke/files/patch-src_main.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/main.cc.orig Thu Feb 5 20:36:50 2004 -+++ src/main.cc Thu Feb 5 20:36:58 2004 -@@ -36,7 +36,7 @@ - #include <string> - #include <GL/gl.h> - #include <GL/glu.h> --#include <SDL/SDL.h> -+#include <SDL.h> - - using namespace std; // Lots of IO - diff --git a/graphics/smoke/files/patch-src_store.h b/graphics/smoke/files/patch-src_store.h deleted file mode 100644 index 514692e05f61..000000000000 --- a/graphics/smoke/files/patch-src_store.h +++ /dev/null @@ -1,13 +0,0 @@ ---- src/store.h.orig Sat May 17 15:34:24 2003 -+++ src/store.h Mon May 24 22:08:54 2004 -@@ -32,8 +32,8 @@ - - #include <string> - #include <map> --#include <freetype/freetype.h> -- -+#include <ft2build.h> -+#include FT_FREETYPE_H - - - class Store diff --git a/graphics/smoke/files/patch-src_stroke.cc b/graphics/smoke/files/patch-src_stroke.cc deleted file mode 100644 index 64393baef416..000000000000 --- a/graphics/smoke/files/patch-src_stroke.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/stroke.cc.orig Sat Aug 14 21:16:17 2004 -+++ src/stroke.cc Sat Aug 14 21:16:27 2004 -@@ -24,6 +24,7 @@ - #include "store.h" - #include "segments.h" - -+#include <cmath> - - - // StrokeStyle diff --git a/graphics/smoke/pkg-descr b/graphics/smoke/pkg-descr deleted file mode 100644 index 1787201d55b6..000000000000 --- a/graphics/smoke/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Smoke is a development version of a vector graphics engine capable of storing, -manipulating and rendering vector graphics. - -A vector graphic image is represented by sets of lines and implicit curves. -These lines and curves are defined only by their coordinates on an imaginary -canvas. Thus a vector graphics image is resolution independent and can be -drawn into a pixmap of any size. - -- Igor Pokrovsky -tiamat@comset.net diff --git a/graphics/smoke/pkg-plist b/graphics/smoke/pkg-plist deleted file mode 100644 index e2f2fe85a9cd..000000000000 --- a/graphics/smoke/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/smoke -%%EXAMPLESDIR%%/tests/tiger.smoke -%%EXAMPLESDIR%%/tests/tiger.svg -@dirrm %%EXAMPLESDIR%%/tests -@dirrm %%EXAMPLESDIR%% diff --git a/graphics/vid/Makefile b/graphics/vid/Makefile deleted file mode 100644 index e61a6a6a5786..000000000000 --- a/graphics/vid/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: vid -# Date created: Tue Dec 5 13:32:13 GMT 2000 -# Whom: Roger Hardiman <roger@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= vid -PORTVERSION= 1.0.1 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= # - -MAINTAINER= ports@FreeBSD.org -COMMENT= Grab images from USB Cameras using the OV511 and OV511+ chipset - -LIB_DEPENDS= netpbm:${PORTSDIR}/graphics/netpbm - -DEPRECATED= mastersite disappeared, no longer maintained by author -EXPIRATION_DATE=2006-02-28 - -PLIST_FILES= bin/vid -# The port does not understand 'make all' or 'make install' -# so change the 'all_target' to be empty and use our own do-install handler. - -ALL_TARGET= - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/vid ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/graphics/vid/distinfo b/graphics/vid/distinfo deleted file mode 100644 index 5ee7b6fa0348..000000000000 --- a/graphics/vid/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (vid-1.0.1.tar.gz) = b23adc85c03cc5a21e3574559e6ee88b -SHA256 (vid-1.0.1.tar.gz) = af1eec3a543129cace972d9060207a03221674a31d1ceea1b75b97fdb8060919 -SIZE (vid-1.0.1.tar.gz) = 13986 diff --git a/graphics/vid/files/patch-Makefile b/graphics/vid/files/patch-Makefile deleted file mode 100644 index 2a4eade17bf8..000000000000 --- a/graphics/vid/files/patch-Makefile +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.old Sun Jul 7 21:56:30 2002 -+++ Makefile Sun Jul 7 21:56:38 2002 -@@ -6,7 +6,7 @@ - - CFLAGS = -O - CPPFLAGS = -I/usr/local/include --LIBS = -L/usr/local/lib -lpnm -+LIBS = -L/usr/local/lib -lnetpbm - - default: vid diff --git a/graphics/vid/files/patch-aa b/graphics/vid/files/patch-aa deleted file mode 100644 index 14c46c4e0c88..000000000000 --- a/graphics/vid/files/patch-aa +++ /dev/null @@ -1,277 +0,0 @@ ---- ../vid-1.0.1-old/vid.c Mon May 8 05:59:03 2000 -+++ vid.c Sun Apr 21 17:02:53 2002 -@@ -48,6 +48,7 @@ - struct usb_ctl_request ur; - unsigned char data[1024]; - -+#if (__FreeBSD_version > 500000 && __FreeBSD_version < 500031) || (__FreeBSD_version < 450001) - ur.request.bmRequestType = UT_READ_VENDOR_INTERFACE; - ur.request.bRequest = 2; - -@@ -57,6 +58,17 @@ - ur.data = data; - ur.flags = 0; - ur.actlen = 0; -+#else -+ ur.ucr_request.bmRequestType = UT_READ_VENDOR_INTERFACE; -+ ur.ucr_request.bRequest = 2; -+ -+ USETW(ur.ucr_request.wValue, 0); /* unused */ -+ USETW(ur.ucr_request.wIndex, reg); /* index */ -+ USETW(ur.ucr_request.wLength, 1); /* payload len in bytes */ -+ ur.ucr_data = data; -+ ur.ucr_flags = 0; -+ ur.ucr_actlen = 0; -+#endif - - if(ioctl(fd, USB_DO_REQUEST, &ur) < 0) { - return -1; -@@ -72,6 +84,7 @@ - - data[0] = val; - -+#if (__FreeBSD_version > 500000 && __FreeBSD_version < 500031) || (__FreeBSD_version < 450001) - ur.request.bmRequestType = UT_WRITE_VENDOR_INTERFACE; - ur.request.bRequest = 2; - -@@ -81,6 +94,17 @@ - ur.data = data; - ur.flags = 0; - ur.actlen = 0; -+#else -+ ur.ucr_request.bmRequestType = UT_WRITE_VENDOR_INTERFACE; -+ ur.ucr_request.bRequest = 2; -+ -+ USETW(ur.ucr_request.wValue, 0); /* unused */ -+ USETW(ur.ucr_request.wIndex, reg); /* index */ -+ USETW(ur.ucr_request.wLength, 1); /* payload len in bytes */ -+ ur.ucr_data = data; -+ ur.ucr_flags = 0; -+ ur.ucr_actlen = 0; -+#endif - - if(ioctl(fd, USB_DO_REQUEST, &ur) < 0) { - return -1; -@@ -217,12 +241,15 @@ - struct vidstate vs; /* current read state */ - int small = 0; /* use 320x240 */ - int frmnm = 0; /* cyclic frame number key */ -+ int isplus; /* bridge is OV511+ if true, else OV511 */ -+ int is20; /* sensor is OV7620 if true, else OV7610 */ -+ int bufsize; /* size of packet buffer */ - - /* pnm_init(&argc, argv); */ /* required for PNM programs? */ - - while(++argv, --argc) { - if(strcmp(*argv, "--version") == 0) { -- fprintf(stderr, "OV511 capture program version " VERSION -+ fprintf(stderr, "OV511/OV511+ capture program version " VERSION - "\nCopyright 2000 Peter S. Housel" - "\nThis program is free software; " - "you may redistribute it under the terms of" -@@ -235,7 +262,7 @@ - exit(0); - } else if(strcmp(*argv, "--help") == 0) { - fprintf(stderr, "usage: vid [options]\n" -- "Capture an image frame from an OV511-based USB video camera\n" -+ "Capture an image frame from an OV511/OV511+ based USB video camera\n" - "and write image data to standard output in PNM format\n\n" - "--version print program version information\n" - "--usage summarize command line options\n" -@@ -287,8 +314,14 @@ - exit(1); - } - -- if(udi.vendorNo != 0x05A9 || udi.productNo != 0x0511) { -- fprintf(stderr, "device %s is not an OmniVision OV511\n", devname); -+#if (__FreeBSD_version > 500000 && __FreeBSD_version < 500031) || (__FreeBSD_version < 450001) -+ if(udi.vendorNo != 0x05A9 || (udi.productNo != 0x0511 && -+ udi.productNo != 0xa511)) { -+#else -+ if(udi.udi_vendorNo != 0x05A9 || (udi.udi_productNo != 0x0511 && -+ udi.udi_productNo != 0xa511)) { -+#endif -+ fprintf(stderr, "device %s is not an OmniVision OV511 or OV511+\n", devname); - exit(1); - } - } else { -@@ -297,8 +330,15 @@ - sprintf(dev, "/dev/ugen%d", i); - if((fd = open(dev, O_RDWR)) < 0) - continue; -+#if (__FreeBSD_version > 500000 && __FreeBSD_version < 500031) || (__FreeBSD_version < 450001) -+ if(ioctl(fd, USB_GET_DEVICEINFO, &udi) < 0 -+ || udi.vendorNo != 0x05A9 || (udi.productNo != 0x0511 && -+ udi.productNo != 0xa511)) { -+#else - if(ioctl(fd, USB_GET_DEVICEINFO, &udi) < 0 -- || udi.vendorNo != 0x05A9 || udi.productNo != 0x0511) { -+ || udi.udi_vendorNo != 0x05A9 || (udi.udi_productNo != 0x0511 && -+ udi.udi_productNo != 0xa511)) { -+#endif - close(fd); - fd = -1; - continue; -@@ -308,12 +348,19 @@ - } - - if(fd < 0) { -- fprintf(stderr, "vid: couldn't locate an OV511 device\n"); -+ fprintf(stderr, "vid: couldn't locate an OV511 or OV511+ device\n"); - exit(1); - } - - devname = dev; - } -+ -+#if (__FreeBSD_version > 500000 && __FreeBSD_version < 500031) || (__FreeBSD_version < 450001) -+ isplus = udi.productNo == 0xa511; -+#else -+ isplus = udi.udi_productNo == 0xa511; -+#endif -+ bufsize = (isplus ? 961 : 993); - - /* reset the OV511 */ - if(ov511_reg_write(fd, OV511_REG_RST, 0x7f) < 0) -@@ -398,23 +445,55 @@ - if(ov511_reg_write(fd, OV511_REG_CE_EN, 0x0) < 0) - exit(1); - -- ov511_i2c_write(fd, OV7610_REG_RWB, 0x5); -- ov511_i2c_write(fd, OV7610_REG_EC, 0xFF); -- ov511_i2c_write(fd, OV7610_REG_COMB, 0x01); -- ov511_i2c_write(fd, OV7610_REG_FD, 0x06); -- ov511_i2c_write(fd, OV7610_REG_COME, 0x1c); -- ov511_i2c_write(fd, OV7610_REG_COMF, 0x90); -- ov511_i2c_write(fd, OV7610_REG_ECW, 0x2e); -- ov511_i2c_write(fd, OV7610_REG_ECB, 0x7C); -- ov511_i2c_write(fd, OV7610_REG_COMH, 0x24); -- ov511_i2c_write(fd, OV7610_REG_EHSH, 0x04); -- ov511_i2c_write(fd, OV7610_REG_EHSL, 0xAC); -- ov511_i2c_write(fd, OV7610_REG_EXBK, 0xFE); -- ov511_i2c_write(fd, OV7610_REG_COMJ, 0x93); -- ov511_i2c_write(fd, OV7610_REG_BADJ, 0x48); -- ov511_i2c_write(fd, OV7610_REG_COMK, 0x81); -+ /* This returns 0 if we have an OV7620 sensor */ -+ if((is20 = ov511_i2c_read(fd, OV7610_REG_COMI)) < 0) -+ exit(1); -+ is20 = !is20; - -- ov511_i2c_write(fd, OV7610_REG_GAM, 0x04); -+ /* set up the OV7610/OV7620 */ -+ if(is20) { -+ ov511_i2c_write(fd, OV7610_REG_EC, 0xff); -+ ov511_i2c_write(fd, OV7610_REG_FD, 0x06); -+ ov511_i2c_write(fd, OV7610_REG_COMH, 0x24); -+ ov511_i2c_write(fd, OV7610_REG_EHSL, 0xac); -+ ov511_i2c_write(fd, OV7610_REG_COMA, 0x00); -+ ov511_i2c_write(fd, OV7610_REG_COMH, 0x24); -+ ov511_i2c_write(fd, OV7610_REG_RWB, 0x85); -+ ov511_i2c_write(fd, OV7610_REG_COMD, 0x01); -+ ov511_i2c_write(fd, 0x23, 0x00); -+ ov511_i2c_write(fd, OV7610_REG_ECW, 0x10); -+ ov511_i2c_write(fd, OV7610_REG_ECB, 0x8a); -+ ov511_i2c_write(fd, OV7610_REG_COMG, 0xe2); -+ ov511_i2c_write(fd, OV7610_REG_EHSH, 0x00); -+ ov511_i2c_write(fd, OV7610_REG_EXBK, 0xfe); -+ ov511_i2c_write(fd, 0x30, 0x71); -+ ov511_i2c_write(fd, 0x31, 0x60); -+ ov511_i2c_write(fd, 0x32, 0x26); -+ ov511_i2c_write(fd, OV7610_REG_YGAM, 0x20); -+ ov511_i2c_write(fd, OV7610_REG_BADJ, 0x48); -+ ov511_i2c_write(fd, OV7610_REG_COMA, 0x24); -+ ov511_i2c_write(fd, OV7610_REG_SYN_CLK, 0x01); -+ ov511_i2c_write(fd, OV7610_REG_BBS, 0x24); -+ ov511_i2c_write(fd, OV7610_REG_RBS, 0x24); -+ } else { -+ ov511_i2c_write(fd, OV7610_REG_RWB, 0x5); -+ ov511_i2c_write(fd, OV7610_REG_EC, 0xFF); -+ ov511_i2c_write(fd, OV7610_REG_COMB, 0x01); -+ ov511_i2c_write(fd, OV7610_REG_FD, 0x06); -+ ov511_i2c_write(fd, OV7610_REG_COME, 0x1c); -+ ov511_i2c_write(fd, OV7610_REG_COMF, 0x90); -+ ov511_i2c_write(fd, OV7610_REG_ECW, 0x2e); -+ ov511_i2c_write(fd, OV7610_REG_ECB, 0x7C); -+ ov511_i2c_write(fd, OV7610_REG_COMH, 0x24); -+ ov511_i2c_write(fd, OV7610_REG_EHSH, 0x04); -+ ov511_i2c_write(fd, OV7610_REG_EHSL, 0xAC); -+ ov511_i2c_write(fd, OV7610_REG_EXBK, 0xFE); -+ ov511_i2c_write(fd, OV7610_REG_COMJ, 0x93); -+ ov511_i2c_write(fd, OV7610_REG_BADJ, 0x48); -+ ov511_i2c_write(fd, OV7610_REG_COMK, 0x81); -+ -+ ov511_i2c_write(fd, OV7610_REG_GAM, 0x04); -+ } - - if(small) { - vs.width = 320; -@@ -442,14 +521,19 @@ - ov511_reg_write(fd, OV511_REG_LNDV, 0x00); - - /* set FIFO format (993-byte packets) */ -- if(ov511_reg_write(fd, OV511_REG_PKSZ, 0x1F) < 0) -+ if(ov511_reg_write(fd, OV511_REG_PKSZ, bufsize/32) < 0) - exit(1); - if(ov511_reg_write(fd, OV511_REG_PKFMT, 0x03) < 0) - exit(1); - - /* select the 993-byte alternative */ -+#if (__FreeBSD_version > 500000 && __FreeBSD_version < 500031) || (__FreeBSD_version < 450001) - alt.interface_index = 0; -- alt.alt_no = 1; -+ alt.alt_no = (isplus ? 7 : 1); -+#else -+ alt.uai_interface_index = 0; -+ alt.uai_alt_no = (isplus ? 7 : 1); -+#endif - if(ioctl(fd, USB_SET_ALTINTERFACE, &alt) < 0) { - perror("USB_SET_ALTINTERFACE"); - exit(1); -@@ -475,36 +559,38 @@ - } - - /* read, looking for start and end frames */ -- while(vs.state != DONE && (len = read(isoc, &buf, 993)) >= 0) { -+ while(vs.state != DONE && (len = read(isoc, &buf, bufsize)) >= 0) { - if(buf[0] == 0 && buf[1] == 0 && buf[2] == 0 && buf[3] == 0 - && buf[4] == 0 && buf[5] == 0 && buf[6] == 0 && buf[7] == 0 -- && (buf[8] & 0x80) == 0 && buf[992] == 0 && vs.state == SKIPPING) { -+ && (buf[8] & 0x80) == 0 && buf[bufsize-1] == 0 && vs.state == SKIPPING) { - vs.state = READING; - vs.iY = vs.jY = vs.iUV = vs.jUV = 0; - vs.residue = 0; -- procdata(&vs, buf + 9, 993 - 10); -+ procdata(&vs, buf + 9, bufsize - 10); - } else if(buf[0] == 0 && buf[1] == 0 && buf[2] == 0 && buf[3] == 0 - && buf[4] == 0 && buf[5] == 0 && buf[6] == 0 && buf[7] == 0 -- && (buf[8] & 0x80) == 0x80 && buf[992] == 0 -+ && (buf[8] & 0x80) == 0x80 && buf[bufsize-1] == 0 - && vs.state == READING) { - vs.state = DONE; - } else if(vs.state == READING) { -- procdata(&vs, buf, 993 - 1); -+ procdata(&vs, buf, bufsize - 1); - - /* abort the capture and start over if packets come in out-of-order */ -- if(buf[992] != frmnm && buf[992] != 1) { -+ if(buf[bufsize-1] != frmnm && buf[bufsize-1] != 1) { - vs.state = SKIPPING; - } -- frmnm = buf[992] + 1; -+ frmnm = buf[bufsize-1] + 1; - if(frmnm == 256) - frmnm = 1; -- } else if(buf[992] != 0) { -- frmnm = buf[992] + 1; -+ } else if(buf[bufsize-1] != 0) { -+ frmnm = buf[bufsize-1] + 1; - if(frmnm == 256) - frmnm = 1; - } - } - -+ /* reset and close the OV511 */ -+ ov511_reg_write(fd, OV511_REG_RST, 0x7f); - close(isoc); - close(fd); - diff --git a/graphics/vid/files/patch-ab b/graphics/vid/files/patch-ab deleted file mode 100644 index f3c2bc6c803b..000000000000 --- a/graphics/vid/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- vid.h.old Mon May 8 00:59:03 2000 -+++ vid.h Wed Jan 31 14:21:52 2001 -@@ -37,6 +37,8 @@ - #define OV511_REG_CLKDIV 0x51 - #define OV511_REG_SNAP 0x52 - #define OV511_REG_EN_SYS 0x53 -+#define OV511_REG_PRW_CLK 0x54 -+#define OV511_REG_LED_CTL 0x55 - #define OV511_REG_USR 0x5E - #define OV511_REG_CID 0x5F - #define OV511_REG_PRH_Y 0x70 diff --git a/graphics/vid/pkg-descr b/graphics/vid/pkg-descr deleted file mode 100644 index e1c3ecfab068..000000000000 --- a/graphics/vid/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -vid is a Image Capture program for USB cameras using the -Omnivision OV511 and OV511+ chipset. - - -These include the - - Creative Labs WebCam 3 (*** see note about the OV511+ below ***) - D-Link DSB-C300 - Puretek PT-6007 - Alpha Vision Koala-Cam - Lifeview RoboCam - AverMedia InterCam Elite - MediaForte MV300 - Trust SpaceCam 300 (*** see note about the OV511+ below ***) - -The program was written by Peter Housel <housel@acm.org) and -is heavily based on the Linux OV511 driver from http://alpha.dyndns.org/ov511/ - -Notes On The OV511+ -------------------- -Josh Elsasser <jre@vineyard.net> has added support for OV511+ cameras. -Older Creative WebCam 3's use the OV511 but newer ones use the OV511+ - -On my OV511+ Trust SpaceCam 300 the image appears orange. I'm investigating. diff --git a/misc/Makefile b/misc/Makefile index 2be7feee9924..6aa84d2ef431 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -114,7 +114,6 @@ SUBDIR += gkrellweather2 SUBDIR += gkx86info SUBDIR += gkx86info2 - SUBDIR += globus2 SUBDIR += gman SUBDIR += gnome-icon-theme SUBDIR += gnome-osd diff --git a/misc/globus2/Makefile b/misc/globus2/Makefile deleted file mode 100644 index f3b989675b22..000000000000 --- a/misc/globus2/Makefile +++ /dev/null @@ -1,123 +0,0 @@ -# Ports collection makefile for: globus2 -# Date created: January 16, 2004 -# Whom: Brooks Davis <brooks@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= globus -PORTVERSION= ${GLOBUS_VER}.3 -PORTREVISION= 1 -CATEGORIES= misc net parallel -MASTER_SITES= ftp://ftp.globus.org/pub/gt2/${GLOBUS_VER}/${PORTVERSION}/%SUBDIR%/:bundles,updates -MASTER_SITE_SUBDIR= bundles/src/:bundles updates/src/:updates -DIST_SUBDIR= globus -EXTRACT_ONLY= - -MAINTAINER= ports@FreeBSD.org -COMMENT= The Globus Toolkit version ${GLOBUS_VER} - -LATEST_LINK= globus2 -CONFLICTS= globus-4* - -DEPRECATED= GT2 is obsolete and does not build. Consider net/globus4 instead -EXPIRATION_DATE= 2006-03-01 - -NOMANCOMPRESS= yes -MANPREFIX= ${GLOBUS_LOCATION} - -.include "${.CURDIR}/Makefile.man" - -BUNDLES_DM+= data-management-client -BUNDLES_DM+= data-management-sdk -BUNDLES_DM+= data-management-server -BUNDLES_IS+= information-services-client -BUNDLES_IS+= information-services-sdk -BUNDLES_IS+= information-services-server -BUNDLES_RM+= resource-management-client -BUNDLES_RM+= resource-management-sdk -BUNDLES_RM+= resource-management-server -BUNDLE_FILES_DM= ${BUNDLES_DM:S/^/globus-/:S/$/-${PORTVERSION}-src_bundle.tar.gz/} -BUNDLE_FILES_IS= ${BUNDLES_IS:S/^/globus-/:S/$/-${PORTVERSION}-src_bundle.tar.gz/} -BUNDLE_FILES_RM= ${BUNDLES_RM:S/^/globus-/:S/$/-${PORTVERSION}-src_bundle.tar.gz/} -BUNDLE_FILES= ${BUNDLE_FILES_DM} ${BUNDLE_FILES_IS} ${BUNDLE_FILES_RM} -DISTFILES+= ${BUNDLE_FILES:S/$/:bundles/} - -UPDATES_NOTHR+= common-3.17 -UPDATES_THR+= common-3.17 -UPDATES_NOTHR+= ftp_client-1.10 -UPDATES_NOTHR+= ftp_control-1.10 -UPDATES_NOTHR+= gridftp_server-1.12 -UPDATES_THR+= ldapmodules-0.14 -UPDATES_THR+= openldap-2.0.22 -UPDATES_NOTHR+= openssl-0.20 -UPDATES_THR+= openssl-0.20 -UPDATE_FILES_NOTHR= ${UPDATES_NOTHR:S/^/globus_/:S/$/.tar.gz/} -UPDATE_FILES_THR= ${UPDATES_THR:S/^/globus_/:S/$/.tar.gz/} -UPDATE_FILES= ${UPDATE_FILES_NOTHR} ${UPDATE_FILES_THR} -DISTFILES+= ${UPDATE_FILES:S/$/:updates/} - -GLOBUS_VER= 2.4 -GPT_LOCATION?= ${LOCALBASE} -GPT_BUILD?= ${GPT_LOCATION}/sbin/gpt-build -GLOBUS_BASE?= globus -GLOBUS_LOCATION=${PREFIX}/${GLOBUS_BASE} - -BUILD_DEPENDS+= ${GPT_BUILD}:${PORTSDIR}/misc/gpt31 -RUN_DEPENDS+= ${GPT_BUILD}:${PORTSDIR}/misc/gpt31 - -# Don't extract anything -NO_BUILD= yes - -.include <bsd.port.pre.mk> - -BROKEN= "Does not fetch" - -# XXX: We should build 64-bit flavors on 64-bit platforms, but the -# 32-bit flavors build there and the 64-bit ones don't. This probalby -# needs to be fixed in the globus repo. -#.if ${ARCH} == i386 || ${ARCH} == ppc -BASE_FLAVOR= gcc32dbg -#.else -#BASE_FLAVOR= gcc64dbg -#.endif - -.if ${ARCH} == amd64 -IGNORE= Autoconf breakage due to x86_64 vs amd64 -.endif - -PLIST_SUB+= BASE_FLAVOR=${BASE_FLAVOR} -PLIST_SUB+= GLOBUS_BASE=${GLOBUS_BASE}/ - -do-install: -.for BUNDLE in ${BUNDLE_FILES_DM} - GPT_LOCATION=${GPT_LOCATION} GLOBUS_LOCATION=${GLOBUS_LOCATION} \ - ${GPT_BUILD} -builddir=${WRKSRC}/BUILD \ - ${DISTDIR}/${DIST_SUBDIR}/${BUNDLE} ${BASE_FLAVOR} -.endfor -.for BUNDLE in ${BUNDLE_FILES_RM} - GPT_LOCATION=${GPT_LOCATION} GLOBUS_LOCATION=${GLOBUS_LOCATION} \ - ${GPT_BUILD} -builddir=${WRKSRC}/BUILD \ - ${DISTDIR}/${DIST_SUBDIR}/${BUNDLE} ${BASE_FLAVOR} -.endfor -.for BUNDLE in ${BUNDLE_FILES_IS} - GPT_LOCATION=${GPT_LOCATION} GLOBUS_LOCATION=${GLOBUS_LOCATION} \ - ${GPT_BUILD} -builddir=${WRKSRC}/BUILD \ - ${DISTDIR}/${DIST_SUBDIR}/${BUNDLE} ${BASE_FLAVOR}pthr -.endfor -.for UPDATE in ${UPDATES_NOTHR} - GPT_LOCATION=${GPT_LOCATION} GLOBUS_LOCATION=${GLOBUS_LOCATION} \ - ${GPT_BUILD} -update -builddir=${WRKSRC}/BUILD \ - ${DISTDIR}/${DIST_SUBDIR}/${UPDATE:S/^/globus_/:S/$/.tar.gz/} \ - ${BASE_FLAVOR} - ${RM} -rf ${GLOBUS_LOCATION}/etc/gpt/packages/`echo ${UPDATE:S/^/globus_/} | ${SED} -e 's/-[0-9.]*//'`/bak -.endfor -.for UPDATE in ${UPDATES_THR} - GPT_LOCATION=${GPT_LOCATION} GLOBUS_LOCATION=${GLOBUS_LOCATION} \ - ${GPT_BUILD} -update -builddir=${WRKSRC}/BUILD \ - ${DISTDIR}/${DIST_SUBDIR}/${UPDATE:S/^/globus_/:S/$/.tar.gz/} \ - ${BASE_FLAVOR}pthr - ${RM} -rf ${GLOBUS_LOCATION}/etc/gpt/packages/`echo ${UPDATE:S/^/globus_/} | ${SED} -e 's/-[0-9.]*//'`/bak -.endfor - -.include <bsd.port.post.mk> diff --git a/misc/globus2/Makefile.man b/misc/globus2/Makefile.man deleted file mode 100644 index 5de5b3633ec2..000000000000 --- a/misc/globus2/Makefile.man +++ /dev/null @@ -1,351 +0,0 @@ -# $FreeBSD$ -# -# Makefile containing MAN<SECT> entries - -MAN1= ftpcount.1 \ - ftpwho.1 \ - globus-job-manager-service.1 \ - ldapadd.1 \ - ldapdelete.1 \ - ldapmodify.1 \ - ldapmodrdn.1 \ - ldappasswd.1 \ - ldapsearch.1 \ - ud.1 \ - ${BASE_FLAVOR}/shared/ftpcount.1 \ - ${BASE_FLAVOR}/shared/ftpwho.1 \ - ${BASE_FLAVOR}pthr/shared/ldapdelete.1 \ - ${BASE_FLAVOR}pthr/shared/ldapmodify.1 \ - ${BASE_FLAVOR}pthr/shared/ldapmodrdn.1 \ - ${BASE_FLAVOR}pthr/shared/ldappasswd.1 \ - ${BASE_FLAVOR}pthr/shared/ldapsearch.1 \ - ${BASE_FLAVOR}pthr/shared/ud.1 - -MAN3= Globus::GRAM::Error.3 \ - Globus::GRAM::JobSignal.3 \ - Globus::GRAM::JobState.3 \ - Globus::GRAM::JobManager.3 \ - Globus::GRAM::JobDescription.3 \ - ber_alloc_t.3 \ - ber_first_element.3 \ - ber_flush.3 \ - ber_get_bitstring.3 \ - ber_get_boolean.3 \ - ber_get_enum.3 \ - ber_get_int.3 \ - ber_get_next.3 \ - ber_get_null.3 \ - ber_get_stringa.3 \ - ber_get_stringb.3 \ - ber_next_element.3 \ - ber_peek_tag.3 \ - ber_printf.3 \ - ber_put_enum.3 \ - ber_put_int.3 \ - ber_put_null.3 \ - ber_put_ostring.3 \ - ber_put_seq.3 \ - ber_put_set.3 \ - ber_put_string.3 \ - ber_scanf.3 \ - ber_skip_tag.3 \ - ber_start_set.3 \ - lber-decode.3 \ - lber-encode.3 \ - lber-memory.3 \ - lber-types.3 \ - ld_errno.3 \ - ldap.3 \ - ldap_abandon.3 \ - ldap_abandon_ext.3 \ - ldap_add.3 \ - ldap_add_ext.3 \ - ldap_add_ext_s.3 \ - ldap_add_s.3 \ - ldap_attributetype2name.3 \ - ldap_attributetype2str.3 \ - ldap_attributetype_free.3 \ - ldap_bind.3 \ - ldap_bind_s.3 \ - ldap_build_filter.3 \ - ldap_cache.3 \ - ldap_compare.3 \ - ldap_compare_ext.3 \ - ldap_compare_ext_s.3 \ - ldap_compare_s.3 \ - ldap_count_entries.3 \ - ldap_count_values.3 \ - ldap_count_values_len.3 \ - ldap_delete.3 \ - ldap_delete_ext.3 \ - ldap_delete_ext_s.3 \ - ldap_delete_s.3 \ - ldap_destroy_cache.3 \ - ldap_disable_cache.3 \ - ldap_disptmpl.3 \ - ldap_dn2ufn.3 \ - ldap_enable_cache.3 \ - ldap_entry2html.3 \ - ldap_entry2html_search.3 \ - ldap_entry2text.3 \ - ldap_entry2text_search.3 \ - ldap_err2string.3 \ - ldap_errlist.3 \ - ldap_error.3 \ - ldap_explode_dn.3 \ - ldap_explode_rdn.3 \ - ldap_first_attribute.3 \ - ldap_first_disptmpl.3 \ - ldap_first_entry.3 \ - ldap_first_searchobj.3 \ - ldap_first_tmplcol.3 \ - ldap_first_tmplrow.3 \ - ldap_flush_cache.3 \ - ldap_free_friendlymap.3 \ - ldap_free_searchprefs.3 \ - ldap_free_templates.3 \ - ldap_free_urldesc.3 \ - ldap_friendly.3 \ - ldap_friendly_name.3 \ - ldap_get_dn.3 \ - ldap_get_values.3 \ - ldap_get_values_len.3 \ - ldap_getfilter.3 \ - ldap_getfilter_free.3 \ - ldap_getfirstfilter.3 \ - ldap_getnextfilter.3 \ - ldap_init.3 \ - ldap_init_getfilter.3 \ - ldap_init_getfilter_buf.3 \ - ldap_init_searchprefs.3 \ - ldap_init_searchprefs_buf.3 \ - ldap_init_templates.3 \ - ldap_init_templates_buf.3 \ - ldap_is_ldap_url.3 \ - ldap_kerberos_bind1.3 \ - ldap_kerberos_bind1_s.3 \ - ldap_kerberos_bind2.3 \ - ldap_kerberos_bind2_s.3 \ - ldap_kerberos_bind_s.3 \ - ldap_matchingrule2name.3 \ - ldap_matchingrule2str.3 \ - ldap_matchingrule_free.3 \ - ldap_modify.3 \ - ldap_modify_ext.3 \ - ldap_modify_ext_s.3 \ - ldap_modify_s.3 \ - ldap_modrdn.3 \ - ldap_modrdn2.3 \ - ldap_modrdn2_s.3 \ - ldap_modrdn_s.3 \ - ldap_mods_free.3 \ - ldap_msgfree.3 \ - ldap_msgid.3 \ - ldap_msgtype.3 \ - ldap_next_attribute.3 \ - ldap_next_disptmpl.3 \ - ldap_next_entry.3 \ - ldap_next_searchobj.3 \ - ldap_next_tmplcol.3 \ - ldap_next_tmplrow.3 \ - ldap_objectclass2name.3 \ - ldap_objectclass2str.3 \ - ldap_objectclass_free.3 \ - ldap_oc2template.3 \ - ldap_open.3 \ - ldap_perror.3 \ - ldap_result.3 \ - ldap_result2error.3 \ - ldap_sasl_bind.3 \ - ldap_sasl_bind_s.3 \ - ldap_schema.3 \ - ldap_scherr2str.3 \ - ldap_search.3 \ - ldap_search_ext.3 \ - ldap_search_ext_s.3 \ - ldap_search_s.3 \ - ldap_search_st.3 \ - ldap_searchprefs.3 \ - ldap_set_cache_options.3 \ - ldap_setfilteraffixes.3 \ - ldap_simple_bind.3 \ - ldap_simple_bind_s.3 \ - ldap_sort.3 \ - ldap_sort_entries.3 \ - ldap_sort_strcasecmp.3 \ - ldap_sort_values.3 \ - ldap_str2attributetype.3 \ - ldap_str2matchingrule.3 \ - ldap_str2objectclass.3 \ - ldap_str2syntax.3 \ - ldap_syntax2name.3 \ - ldap_syntax2str.3 \ - ldap_syntax_free.3 \ - ldap_tmplattrs.3 \ - ldap_ufn.3 \ - ldap_ufn_search_c.3 \ - ldap_ufn_search_ct.3 \ - ldap_ufn_search_s.3 \ - ldap_ufn_setfilter.3 \ - ldap_ufn_setprefix.3 \ - ldap_ufn_timeout.3 \ - ldap_unbind.3 \ - ldap_unbind_ext.3 \ - ldap_unbind_ext_s.3 \ - ldap_unbind_s.3 \ - ldap_uncache_entry.3 \ - ldap_uncache_request.3 \ - ldap_url.3 \ - ldap_url_parse.3 \ - ldap_url_search.3 \ - ldap_url_search_s.3 \ - ldap_url_search_st.3 \ - ldap_vals2html.3 \ - ldap_vals2text.3 \ - ldap_value_free.3 \ - ldap_value_free_len.3 \ - sasl.3 \ - sasl_authorize_t.3 \ - sasl_callbacks.3 \ - sasl_checkpass.3 \ - sasl_client_init.3 \ - sasl_client_new.3 \ - sasl_client_start.3 \ - sasl_client_step.3 \ - sasl_decode.3 \ - sasl_done.3 \ - sasl_encode.3 \ - sasl_errstring.3 \ - sasl_getopt_t.3 \ - sasl_getpath_t.3 \ - sasl_getprop.3 \ - sasl_getsecret_t.3 \ - sasl_getsimple_t.3 \ - sasl_listmech.3 \ - sasl_log_t.3 \ - sasl_server_init.3 \ - sasl_server_new.3 \ - sasl_server_start.3 \ - sasl_server_step.3 \ - sasl_setprop.3 \ - sasl_usererr.3 \ - ${BASE_FLAVOR}pthr/shared/lber-decode.3 \ - ${BASE_FLAVOR}pthr/shared/lber-encode.3 \ - ${BASE_FLAVOR}pthr/shared/lber-memory.3 \ - ${BASE_FLAVOR}pthr/shared/lber-types.3 \ - ${BASE_FLAVOR}pthr/shared/ldap.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_abandon.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_add.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_bind.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_cache.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_compare.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_delete.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_disptmpl.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_entry2text.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_error.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_first_attribute.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_first_entry.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_friendly.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_get_dn.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_get_values.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_getfilter.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_modify.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_modrdn.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_open.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_result.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_schema.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_search.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_searchprefs.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_sort.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_ufn.3 \ - ${BASE_FLAVOR}pthr/shared/ldap_url.3 \ - ${BASE_FLAVOR}pthr/shared/sasl.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_authorize_t.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_callbacks.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_checkpass.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_client_init.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_client_new.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_client_start.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_client_step.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_decode.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_done.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_encode.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_errstring.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_getopt_t.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_getpath_t.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_getprop.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_getsecret_t.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_getsimple_t.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_listmech.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_log_t.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_server_init.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_server_new.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_server_start.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_server_step.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_setprop.3 \ - ${BASE_FLAVOR}pthr/shared/sasl_usererr.3 - -MAN5= ftpaccess.5 \ - ftpconversions.5 \ - ftphosts.5 \ - ftpservers.5 \ - ldap.conf.5 \ - ldapfilter.conf.5 \ - ldapfriendly.5 \ - ldapsearchprefs.conf.5 \ - ldaptemplates.conf.5 \ - ldif.5 \ - slapd.conf.5 \ - slapd.replog.5 \ - ud.conf.5 \ - xferlog.5 \ - ${BASE_FLAVOR}/shared/ftpaccess.5 \ - ${BASE_FLAVOR}/shared/ftpconversions.5 \ - ${BASE_FLAVOR}/shared/ftphosts.5 \ - ${BASE_FLAVOR}/shared/ftpservers.5 \ - ${BASE_FLAVOR}/shared/xferlog.5 \ - ${BASE_FLAVOR}pthr/shared/ldap.conf.5 \ - ${BASE_FLAVOR}pthr/shared/ldapfilter.conf.5 \ - ${BASE_FLAVOR}pthr/shared/ldapfriendly.5 \ - ${BASE_FLAVOR}pthr/shared/ldapsearchprefs.conf.5 \ - ${BASE_FLAVOR}pthr/shared/ldaptemplates.conf.5 \ - ${BASE_FLAVOR}pthr/shared/ldif.5 \ - ${BASE_FLAVOR}pthr/shared/slapd.conf.5 \ - ${BASE_FLAVOR}pthr/shared/slapd.replog.5 \ - ${BASE_FLAVOR}pthr/shared/ud.conf.5 - -MAN8= fax500.8 \ - ftpd.8 \ - ftprestart.8 \ - ftpshut.8 \ - go500.8 \ - go500gw.8 \ - in.xfingerd.8 \ - mail500.8 \ - privatepw.8 \ - rcpt500.8 \ - sasldblistusers.8 \ - saslpasswd.8 \ - slapadd.8 \ - slapcat.8 \ - slapd.8 \ - slapindex.8 \ - slappasswd.8 \ - slurpd.8 \ - ${BASE_FLAVOR}/shared/ftpd.8 \ - ${BASE_FLAVOR}/shared/ftprestart.8 \ - ${BASE_FLAVOR}/shared/ftpshut.8 \ - ${BASE_FLAVOR}/shared/privatepw.8 \ - ${BASE_FLAVOR}pthr/shared/go500.8 \ - ${BASE_FLAVOR}pthr/shared/go500gw.8 \ - ${BASE_FLAVOR}pthr/shared/in.xfingerd.8 \ - ${BASE_FLAVOR}pthr/shared/mail500.8 \ - ${BASE_FLAVOR}pthr/shared/rcpt500.8 \ - ${BASE_FLAVOR}pthr/shared/sasldblistusers.8 \ - ${BASE_FLAVOR}pthr/shared/saslpasswd.8 \ - ${BASE_FLAVOR}pthr/shared/slapadd.8 \ - ${BASE_FLAVOR}pthr/shared/slapcat.8 \ - ${BASE_FLAVOR}pthr/shared/slapd.8 \ - ${BASE_FLAVOR}pthr/shared/slapindex.8 \ - ${BASE_FLAVOR}pthr/shared/slappasswd.8 \ - ${BASE_FLAVOR}pthr/shared/slurpd.8 diff --git a/misc/globus2/distinfo b/misc/globus2/distinfo deleted file mode 100644 index 871f8bcd29dd..000000000000 --- a/misc/globus2/distinfo +++ /dev/null @@ -1,54 +0,0 @@ -MD5 (globus/globus-data-management-client-2.4.3-src_bundle.tar.gz) = a44aba61b05208a9c79a33aad0d8c7ef -SHA256 (globus/globus-data-management-client-2.4.3-src_bundle.tar.gz) = be5f8f674eccf64eeecb3f6f3485c1ff03f9c1509682fb959591df715162af5e -SIZE (globus/globus-data-management-client-2.4.3-src_bundle.tar.gz) = 5231337 -MD5 (globus/globus-data-management-sdk-2.4.3-src_bundle.tar.gz) = b79ad6d99f48043adabc45b23f185bae -SHA256 (globus/globus-data-management-sdk-2.4.3-src_bundle.tar.gz) = 248eb8838cec267b1609123ba72c41bb67a83ce61e432224e12b2b5b40da7da6 -SIZE (globus/globus-data-management-sdk-2.4.3-src_bundle.tar.gz) = 5001116 -MD5 (globus/globus-data-management-server-2.4.3-src_bundle.tar.gz) = 21e7fd2912740c365605390ecfa0706d -SHA256 (globus/globus-data-management-server-2.4.3-src_bundle.tar.gz) = 0687920286d92e54c40e92321628932666509c8878c96f0507cac2844d9774f2 -SIZE (globus/globus-data-management-server-2.4.3-src_bundle.tar.gz) = 4870189 -MD5 (globus/globus-information-services-client-2.4.3-src_bundle.tar.gz) = d0bd0438de0ead6a561eb7810acee185 -SHA256 (globus/globus-information-services-client-2.4.3-src_bundle.tar.gz) = 6e65fe6248deb7929ec16de2e57a48fc297143394aee532170d145e036aa3ab5 -SIZE (globus/globus-information-services-client-2.4.3-src_bundle.tar.gz) = 7992912 -MD5 (globus/globus-information-services-sdk-2.4.3-src_bundle.tar.gz) = 468742a656947300f50e216a019c1166 -SHA256 (globus/globus-information-services-sdk-2.4.3-src_bundle.tar.gz) = a9ff569cf159383eca2284e8a2196b9a48cafdc165d7a0c82448aa8b2e094b40 -SIZE (globus/globus-information-services-sdk-2.4.3-src_bundle.tar.gz) = 7690172 -MD5 (globus/globus-information-services-server-2.4.3-src_bundle.tar.gz) = ef03492f00abb97238cf7a85e71c1661 -SHA256 (globus/globus-information-services-server-2.4.3-src_bundle.tar.gz) = 2582dd3b8efe37d7f111b29d8439b296df11c69ee974fe550fa0e8bab43472f1 -SIZE (globus/globus-information-services-server-2.4.3-src_bundle.tar.gz) = 8192650 -MD5 (globus/globus-resource-management-client-2.4.3-src_bundle.tar.gz) = 91fa71463dea519ad58edec75799d706 -SHA256 (globus/globus-resource-management-client-2.4.3-src_bundle.tar.gz) = bdfe39174710e24c6da6d39179df916d0dedca38ede921dff805082a5098eb27 -SIZE (globus/globus-resource-management-client-2.4.3-src_bundle.tar.gz) = 6499405 -MD5 (globus/globus-resource-management-sdk-2.4.3-src_bundle.tar.gz) = 0eef031e435ef285ac4d98839b37edda -SHA256 (globus/globus-resource-management-sdk-2.4.3-src_bundle.tar.gz) = b05aa6138da29b0be8e2748bdc128f2453e6fd9b30bcc7e8dc04327004b935e7 -SIZE (globus/globus-resource-management-sdk-2.4.3-src_bundle.tar.gz) = 7186614 -MD5 (globus/globus-resource-management-server-2.4.3-src_bundle.tar.gz) = ba7ea24232c6cde816d14acf46a69727 -SHA256 (globus/globus-resource-management-server-2.4.3-src_bundle.tar.gz) = aa7824bedf3dc62d9876a0ae46c550c6682921d6b79932b0d4dc155d4098db17 -SIZE (globus/globus-resource-management-server-2.4.3-src_bundle.tar.gz) = 7578281 -MD5 (globus/globus_common-3.17.tar.gz) = fbcfabde6cf695c7c106b86ad2c20bac -SHA256 (globus/globus_common-3.17.tar.gz) = 40def85194d582423a014d91bdbebfd0c8141f8c569d7978c5c519b942a43bbc -SIZE (globus/globus_common-3.17.tar.gz) = 301412 -MD5 (globus/globus_ftp_client-1.10.tar.gz) = e6b1e58343304517ebb511164d7febfe -SHA256 (globus/globus_ftp_client-1.10.tar.gz) = 6c6e494ba06d081ac0ccf22efaa68fbddece19143e706b2b24c9d9b4f82e3174 -SIZE (globus/globus_ftp_client-1.10.tar.gz) = 216969 -MD5 (globus/globus_ftp_control-1.10.tar.gz) = 1c1c14f994d1479a65088cc41193453f -SHA256 (globus/globus_ftp_control-1.10.tar.gz) = 4f2af9687a8d545e593123192d79f7ad2f75e2b4ad6552320f1d08bc7d1bab91 -SIZE (globus/globus_ftp_control-1.10.tar.gz) = 208457 -MD5 (globus/globus_gridftp_server-1.12.tar.gz) = 21d2e8d06c22c11d33789c0f12b37c99 -SHA256 (globus/globus_gridftp_server-1.12.tar.gz) = b1a4635a92b5f0600992444cd16d428331426d03f616350324acbb46242f5db6 -SIZE (globus/globus_gridftp_server-1.12.tar.gz) = 408559 -MD5 (globus/globus_openssl-0.20.tar.gz) = 3804a3c67e95f6d6d92ae3f34cbf8a03 -SHA256 (globus/globus_openssl-0.20.tar.gz) = 37a4e744a1ff0ae7465b871ffd622596bd7bb6bd7f5d9285f86eb192f62f7977 -SIZE (globus/globus_openssl-0.20.tar.gz) = 1702643 -MD5 (globus/globus_common-3.17.tar.gz) = fbcfabde6cf695c7c106b86ad2c20bac -SHA256 (globus/globus_common-3.17.tar.gz) = 40def85194d582423a014d91bdbebfd0c8141f8c569d7978c5c519b942a43bbc -SIZE (globus/globus_common-3.17.tar.gz) = 301412 -MD5 (globus/globus_ldapmodules-0.14.tar.gz) = dcf7c31222e68b87a0c5e450f124738a -SHA256 (globus/globus_ldapmodules-0.14.tar.gz) = 3b8047a0dc3bd50c62235d01002f332f8238ee02551fb58ce49f04579bfe7b8d -SIZE (globus/globus_ldapmodules-0.14.tar.gz) = 133818 -MD5 (globus/globus_openldap-2.0.22.tar.gz) = 3c631c0d60b5acdc7aebb47bf6679d77 -SHA256 (globus/globus_openldap-2.0.22.tar.gz) = 4c3fdcf1fa83c5bb49930d91183d0b169d75ae8b2fa70ca01984aef2d0435c81 -SIZE (globus/globus_openldap-2.0.22.tar.gz) = 2697731 -MD5 (globus/globus_openssl-0.20.tar.gz) = 3804a3c67e95f6d6d92ae3f34cbf8a03 -SHA256 (globus/globus_openssl-0.20.tar.gz) = 37a4e744a1ff0ae7465b871ffd622596bd7bb6bd7f5d9285f86eb192f62f7977 -SIZE (globus/globus_openssl-0.20.tar.gz) = 1702643 diff --git a/misc/globus2/pkg-descr b/misc/globus2/pkg-descr deleted file mode 100644 index 0e3bf76013e7..000000000000 --- a/misc/globus2/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The Globus Toolkit is an open source software toolkit used for building -grids. It is being developed by the Globus Alliance and many others all -over the world. A growing number of projects and companies are using the -Globus Toolkit to unlock the potential of grids for their cause. - -WWW: http://www.globus.org/toolkit/ diff --git a/misc/globus2/pkg-plist b/misc/globus2/pkg-plist deleted file mode 100644 index a82b97dcc317..000000000000 --- a/misc/globus2/pkg-plist +++ /dev/null @@ -1,1695 +0,0 @@ -%%GLOBUS_BASE%%GLOBUS_LICENSE -%%GLOBUS_BASE%%bin/CA.pl -%%GLOBUS_BASE%%bin/CA.sh -%%GLOBUS_BASE%%bin/c_rehash -%%GLOBUS_BASE%%bin/der_chop -%%GLOBUS_BASE%%bin/ftpcount -%%GLOBUS_BASE%%bin/ftpwho -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/CA.pl -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/CA.sh -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/c_rehash -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/der_chop -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/ftpcount -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/ftpwho -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-domainname -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-gass-cache -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-gass-cache-destroy -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-gass-server -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-gass-server-shutdown -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-hostname -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-job-cancel -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-job-clean -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-job-get-output -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-job-run -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-job-status -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-job-submit -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-makefile-header -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-makefile-header.gpt1 -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-personal-gatekeeper -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-sh-exec -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globus-url-copy -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/globusrun -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/grid-cert-info -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/grid-cert-renew -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/grid-cert-request -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/grid-change-pass-phrase -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/grid-proxy-destroy -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/grid-proxy-info -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/grid-proxy-init-bin -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared/openssl -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/CA.pl -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/CA.sh -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/c_rehash -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/der_chop -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/globus-domainname -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/globus-generalized-time -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/globus-hostname -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/globus-hostname2contacts -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/globus-makefile-header -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/globus-makefile-header.gpt1 -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/globus-sh-exec -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/grid-cert-info -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/grid-cert-renew -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/grid-cert-request -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/grid-change-pass-phrase -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/grid-info-host-search -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/grid-info-search -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/grid-proxy-destroy -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/grid-proxy-info -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/grid-proxy-init-bin -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/ldapadd -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/ldapdelete -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/ldapmodify -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/ldapmodrdn -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/ldappasswd -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/ldapsearch -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/openssl -%%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared/ud -%%GLOBUS_BASE%%bin/globus-domainname -%%GLOBUS_BASE%%bin/globus-gass-cache -%%GLOBUS_BASE%%bin/globus-gass-cache-destroy -%%GLOBUS_BASE%%bin/globus-gass-server -%%GLOBUS_BASE%%bin/globus-gass-server-shutdown -%%GLOBUS_BASE%%bin/globus-generalized-time -%%GLOBUS_BASE%%bin/globus-hostname -%%GLOBUS_BASE%%bin/globus-hostname2contacts -%%GLOBUS_BASE%%bin/globus-job-cancel -%%GLOBUS_BASE%%bin/globus-job-clean -%%GLOBUS_BASE%%bin/globus-job-get-output -%%GLOBUS_BASE%%bin/globus-job-run -%%GLOBUS_BASE%%bin/globus-job-status -%%GLOBUS_BASE%%bin/globus-job-submit -%%GLOBUS_BASE%%bin/globus-makefile-header -%%GLOBUS_BASE%%bin/globus-makefile-header.gpt1 -%%GLOBUS_BASE%%bin/globus-personal-gatekeeper -%%GLOBUS_BASE%%bin/globus-sh-exec -%%GLOBUS_BASE%%bin/globus-url-copy -%%GLOBUS_BASE%%bin/globusrun -%%GLOBUS_BASE%%bin/grid-cert-info -%%GLOBUS_BASE%%bin/grid-cert-renew -%%GLOBUS_BASE%%bin/grid-cert-request -%%GLOBUS_BASE%%bin/grid-change-pass-phrase -%%GLOBUS_BASE%%bin/grid-info-host-search -%%GLOBUS_BASE%%bin/grid-info-search -%%GLOBUS_BASE%%bin/grid-proxy-destroy -%%GLOBUS_BASE%%bin/grid-proxy-info -%%GLOBUS_BASE%%bin/grid-proxy-init -%%GLOBUS_BASE%%bin/grid-proxy-init-bin -%%GLOBUS_BASE%%bin/ldapadd -%%GLOBUS_BASE%%bin/ldapdelete -%%GLOBUS_BASE%%bin/ldapmodify -%%GLOBUS_BASE%%bin/ldapmodrdn -%%GLOBUS_BASE%%bin/ldappasswd -%%GLOBUS_BASE%%bin/ldapsearch -%%GLOBUS_BASE%%bin/libtool -%%GLOBUS_BASE%%bin/libtoolize -%%GLOBUS_BASE%%bin/openssl -%%GLOBUS_BASE%%bin/ud -%%GLOBUS_BASE%%bin/ud- -%%GLOBUS_BASE%%etc/ftpaccess -%%GLOBUS_BASE%%etc/ftpconversions -%%GLOBUS_BASE%%etc/%%BASE_FLAVOR%%/shared/ftpaccess -%%GLOBUS_BASE%%etc/%%BASE_FLAVOR%%/shared/ftpconversions -%%GLOBUS_BASE%%etc/globus-user-env.csh -%%GLOBUS_BASE%%etc/globus-user-env.sh -%%GLOBUS_BASE%%etc/globus_core/flavor_%%BASE_FLAVOR%%.gpt -%%GLOBUS_BASE%%etc/globus_core/flavor_%%BASE_FLAVOR%%pthr.gpt -%%GLOBUS_BASE%%etc/globus_packages -%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%pgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%pthr_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%pthr_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%pthr_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%pthrdev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%pthrpgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%pthrrtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_common/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_common/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_common/pkg_data_%%BASE_FLAVOR%%_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_common/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_common/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_common/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_common/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_common_setup/noflavor_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_common_setup/noflavorpgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_common_setup/pkg_data_noflavor_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%pgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%pthr_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%pthr_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%pthr_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%pthrdev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%pthrpgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%pthrrtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_core/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_core/noflavor_data.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_core/noflavordata.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_core/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_core/pkg_data_%%BASE_FLAVOR%%_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_core/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_core/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_core/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_core/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_core/pkg_data_noflavor_data.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/%%BASE_FLAVOR%%pthr/shared/%%BASE_FLAVOR%%pthr_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/%%BASE_FLAVOR%%pthr/shared/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/%%BASE_FLAVOR%%pthr_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/%%BASE_FLAVOR%%pthr_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/%%BASE_FLAVOR%%pthr_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/%%BASE_FLAVOR%%pthrdev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/%%BASE_FLAVOR%%pthrpgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/%%BASE_FLAVOR%%pthrrtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_data_conversion/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_data_conversion/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_data_conversion/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_data_conversion/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_data_conversion/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_data_conversion/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_common/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_common/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_common/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_common/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_common/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_common/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_control/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_control/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_control/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_control/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_control/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_control/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_runtime/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_runtime/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_runtime/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_runtime/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_runtime/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_duct_runtime/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_bootstrap/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_bootstrap/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_bootstrap/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_bootstrap/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_bootstrap/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_bootstrap/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_common/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_common/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_common/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_common/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_common/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_common/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_control/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_control/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_control/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_control/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_control/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_control/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_runtime/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_runtime/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_runtime/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_runtime/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_runtime/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_runtime/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_client/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_client/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_client/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_client/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_client/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_client/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_control/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_control/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_control/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_control/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_control/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_control/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_cache/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_cache/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_cache/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_cache/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_cache/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_cache/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_cache_program/%%BASE_FLAVOR%%_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_cache_program/%%BASE_FLAVOR%%pgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_cache_program/pkg_data_%%BASE_FLAVOR%%_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_copy/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_copy/%%BASE_FLAVOR%%_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_copy/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_copy/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_copy/%%BASE_FLAVOR%%pgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_copy/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_copy/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_copy/pkg_data_%%BASE_FLAVOR%%_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_copy/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_server_ez/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_server_ez/%%BASE_FLAVOR%%_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_server_ez/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_server_ez/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_server_ez/%%BASE_FLAVOR%%pgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_server_ez/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_server_ez/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_server_ez/pkg_data_%%BASE_FLAVOR%%_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_server_ez/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_transfer/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_transfer/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_transfer/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_transfer/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_transfer/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gass_transfer/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gatekeeper/%%BASE_FLAVOR%%_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gatekeeper/%%BASE_FLAVOR%%pgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gatekeeper/pkg_data_%%BASE_FLAVOR%%_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gatekeeper_setup/noflavor_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gatekeeper_setup/noflavorpgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gatekeeper_setup/pkg_data_noflavor_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_client/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_client/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_client/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_client/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_client/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_client/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_client_tools/%%BASE_FLAVOR%%_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_client_tools/%%BASE_FLAVOR%%pgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_client_tools/pkg_data_%%BASE_FLAVOR%%_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager/%%BASE_FLAVOR%%_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager/%%BASE_FLAVOR%%pgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager/noflavor_data.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager/noflavor_doc.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager/noflavordata.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager/noflavordoc.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager/pkg_data_%%BASE_FLAVOR%%_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager/pkg_data_noflavor_data.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager/pkg_data_noflavor_doc.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager_setup/noflavor_doc.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager_setup/noflavor_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager_setup/noflavordoc.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager_setup/noflavorpgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager_setup/pkg_data_noflavor_doc.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager_setup/pkg_data_noflavor_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager_setup_fork/noflavor_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager_setup_fork/noflavorpgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager_setup_fork/pkg_data_noflavor_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_myjob/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_myjob/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_myjob/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_myjob/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_myjob/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_myjob/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/%%BASE_FLAVOR%%_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/%%BASE_FLAVOR%%pgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/noflavor_data.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/noflavor_doc.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/noflavordata.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/noflavordoc.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/pkg_data_%%BASE_FLAVOR%%_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/pkg_data_noflavor_data.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol/pkg_data_noflavor_doc.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gridftp_server/%%BASE_FLAVOR%%/shared/%%BASE_FLAVOR%%_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gridftp_server/%%BASE_FLAVOR%%/shared/pkg_data_%%BASE_FLAVOR%%_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gridftp_server/%%BASE_FLAVOR%%_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gridftp_server/%%BASE_FLAVOR%%pgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gridftp_server/pkg_data_%%BASE_FLAVOR%%_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/%%BASE_FLAVOR%%pthr_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/%%BASE_FLAVOR%%pthr_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/%%BASE_FLAVOR%%pthrdev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/%%BASE_FLAVOR%%pthrrtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%pgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%pthr_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%pthr_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%pthr_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%pthrdev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%pthrpgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%pthrrtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/pkg_data_%%BASE_FLAVOR%%_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/%%BASE_FLAVOR%%pthr_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/%%BASE_FLAVOR%%pthr_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/%%BASE_FLAVOR%%pthrdev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/%%BASE_FLAVOR%%pthrrtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/%%BASE_FLAVOR%%pthr_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/%%BASE_FLAVOR%%pthr_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/%%BASE_FLAVOR%%pthrdev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/%%BASE_FLAVOR%%pthrrtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/%%BASE_FLAVOR%%pthr_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/%%BASE_FLAVOR%%pthr_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/%%BASE_FLAVOR%%pthrdev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/%%BASE_FLAVOR%%pthrrtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/%%BASE_FLAVOR%%pthr_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/%%BASE_FLAVOR%%pthr_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/%%BASE_FLAVOR%%pthrdev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/%%BASE_FLAVOR%%pthrrtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/%%BASE_FLAVOR%%pthr_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/%%BASE_FLAVOR%%pthr_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/%%BASE_FLAVOR%%pthrdev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/%%BASE_FLAVOR%%pthrrtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%pgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%pthr_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%pthr_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%pthr_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%pthrdev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%pthrpgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%pthrrtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/pkg_data_%%BASE_FLAVOR%%_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/%%BASE_FLAVOR%%pthr_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/%%BASE_FLAVOR%%pthr_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/%%BASE_FLAVOR%%pthrdev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/%%BASE_FLAVOR%%pthrrtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_hostname2contacts/%%BASE_FLAVOR%%pthr_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_hostname2contacts/%%BASE_FLAVOR%%pthrpgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_hostname2contacts/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_io/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_io/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_io/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_io/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_io/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_io/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_ldapmodules/%%BASE_FLAVOR%%pthr_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_ldapmodules/%%BASE_FLAVOR%%pthrrtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_ldapmodules/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/%%BASE_FLAVOR%%pthr/shared/%%BASE_FLAVOR%%pthr_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/%%BASE_FLAVOR%%pthr/shared/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/%%BASE_FLAVOR%%pthr_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/%%BASE_FLAVOR%%pthr_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/%%BASE_FLAVOR%%pthr_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/%%BASE_FLAVOR%%pthrdev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/%%BASE_FLAVOR%%pthrpgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/%%BASE_FLAVOR%%pthrrtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_back_giis/%%BASE_FLAVOR%%pthr_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_back_giis/%%BASE_FLAVOR%%pthrrtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_back_giis/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_common/%%BASE_FLAVOR%%pthr_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_common/%%BASE_FLAVOR%%pthrpgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_common/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_common_setup/noflavor_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_common_setup/noflavorpgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_common_setup/pkg_data_noflavor_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_gris/%%BASE_FLAVOR%%pthr_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_gris/%%BASE_FLAVOR%%pthrpgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_gris/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_gris_setup/noflavor_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_gris_setup/noflavorpgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_mds_gris_setup/pkg_data_noflavor_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_mp/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_mp/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_mp/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_mp/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_mp/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_mp/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_nexus/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_nexus/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_nexus/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_nexus/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_nexus/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_nexus/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/%%BASE_FLAVOR%%pthr/shared/%%BASE_FLAVOR%%pthr_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/%%BASE_FLAVOR%%pthr/shared/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/%%BASE_FLAVOR%%pthr_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/%%BASE_FLAVOR%%pthr_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/%%BASE_FLAVOR%%pthr_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/%%BASE_FLAVOR%%pthrdev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/%%BASE_FLAVOR%%pthrpgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/%%BASE_FLAVOR%%pthrrtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%pgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%pthr_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%pthr_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%pthr_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%pthrdev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%pthrpgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%pthrrtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/pkg_data_%%BASE_FLAVOR%%_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/%%BASE_FLAVOR%%pthr_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/%%BASE_FLAVOR%%pthr_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/%%BASE_FLAVOR%%pthrdev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/%%BASE_FLAVOR%%pthrrtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_proxy_utils/%%BASE_FLAVOR%%_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_proxy_utils/%%BASE_FLAVOR%%pgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_proxy_utils/%%BASE_FLAVOR%%pthr_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_proxy_utils/%%BASE_FLAVOR%%pthrpgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_proxy_utils/pkg_data_%%BASE_FLAVOR%%_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_proxy_utils/pkg_data_%%BASE_FLAVOR%%pthr_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_proxy_wrapper/noflavor_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_proxy_wrapper/noflavorpgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_proxy_wrapper/pkg_data_noflavor_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl_assist/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl_assist/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl_assist/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl_assist/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl_assist/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_rsl_assist/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_sasl_gssapi_gsi/%%BASE_FLAVOR%%pthr_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_sasl_gssapi_gsi/%%BASE_FLAVOR%%pthr_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_sasl_gssapi_gsi/%%BASE_FLAVOR%%pthrdev.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_sasl_gssapi_gsi/%%BASE_FLAVOR%%pthrrtl.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_sasl_gssapi_gsi/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_sasl_gssapi_gsi/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_trusted_ca_42864e48_setup/noflavor_pgm.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_trusted_ca_42864e48_setup/noflavorpgm.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_trusted_ca_42864e48_setup/pkg_data_noflavor_pgm.gpt -%%GLOBUS_BASE%%etc/gpt/packages/globus_user_env/noflavor_data.filelist -%%GLOBUS_BASE%%etc/gpt/packages/globus_user_env/noflavordata.format -%%GLOBUS_BASE%%etc/gpt/packages/globus_user_env/pkg_data_noflavor_data.gpt -%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/%%BASE_FLAVOR%%_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/%%BASE_FLAVOR%%_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/%%BASE_FLAVOR%%dev.format -%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/%%BASE_FLAVOR%%pthr_dev.filelist -%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/%%BASE_FLAVOR%%pthr_rtl.filelist -%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/%%BASE_FLAVOR%%pthrdev.format -%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/%%BASE_FLAVOR%%pthrrtl.format -%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/%%BASE_FLAVOR%%rtl.format -%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/pkg_data_%%BASE_FLAVOR%%_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/pkg_data_%%BASE_FLAVOR%%_rtl.gpt -%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/pkg_data_%%BASE_FLAVOR%%pthr_dev.gpt -%%GLOBUS_BASE%%etc/gpt/packages/gssapi_error/pkg_data_%%BASE_FLAVOR%%pthr_rtl.gpt -%%GLOBUS_BASE%%etc/grid-info-gram-rsl-reporter.schema -%%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr/shared/ldap.conf -%%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr/shared/ldap.conf.default -%%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr/shared/ldapfilter.conf -%%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr/shared/ldapfilter.conf.default -%%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr/shared/ldapsearchprefs.conf -%%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr/shared/ldapsearchprefs.conf.default -%%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr/shared/ldaptemplates.conf -%%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr/shared/ldaptemplates.conf.default -%%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr/shared/slapd.conf -%%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr/shared/slapd.conf.default -%%GLOBUS_BASE%%etc/openldap/ldap.conf -%%GLOBUS_BASE%%etc/openldap/ldap.conf.default -%%GLOBUS_BASE%%etc/openldap/ldapfilter.conf -%%GLOBUS_BASE%%etc/openldap/ldapfilter.conf.default -%%GLOBUS_BASE%%etc/openldap/ldapsearchprefs.conf -%%GLOBUS_BASE%%etc/openldap/ldapsearchprefs.conf.default -%%GLOBUS_BASE%%etc/openldap/ldaptemplates.conf -%%GLOBUS_BASE%%etc/openldap/ldaptemplates.conf.default -%%GLOBUS_BASE%%etc/openldap/schema/corba.schema -%%GLOBUS_BASE%%etc/openldap/schema/corba.schema.default -%%GLOBUS_BASE%%etc/openldap/schema/core.schema -%%GLOBUS_BASE%%etc/openldap/schema/core.schema.default -%%GLOBUS_BASE%%etc/openldap/schema/cosine.schema -%%GLOBUS_BASE%%etc/openldap/schema/cosine.schema.default -%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/corba.schema -%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/corba.schema.default -%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/core.schema -%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/core.schema.default -%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/cosine.schema -%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/cosine.schema.default -%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/inetorgperson.schema -%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/inetorgperson.schema.default -%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/java.schema -%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/java.schema.default -%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/krb5-kdc.schema -%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/krb5-kdc.schema.default -%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/misc.schema -%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/misc.schema.default -%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/nis.schema -%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/nis.schema.default -%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/openldap.schema -%%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared/openldap.schema.default -%%GLOBUS_BASE%%etc/openldap/schema/inetorgperson.schema -%%GLOBUS_BASE%%etc/openldap/schema/inetorgperson.schema.default -%%GLOBUS_BASE%%etc/openldap/schema/java.schema -%%GLOBUS_BASE%%etc/openldap/schema/java.schema.default -%%GLOBUS_BASE%%etc/openldap/schema/krb5-kdc.schema -%%GLOBUS_BASE%%etc/openldap/schema/krb5-kdc.schema.default -%%GLOBUS_BASE%%etc/openldap/schema/misc.schema -%%GLOBUS_BASE%%etc/openldap/schema/misc.schema.default -%%GLOBUS_BASE%%etc/openldap/schema/nis.schema -%%GLOBUS_BASE%%etc/openldap/schema/nis.schema.default -%%GLOBUS_BASE%%etc/openldap/schema/openldap.schema -%%GLOBUS_BASE%%etc/openldap/schema/openldap.schema.default -%%GLOBUS_BASE%%etc/openldap/slapd.conf -%%GLOBUS_BASE%%etc/openldap/slapd.conf.default -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/defs.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/funcs.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globals.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_args.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_callback.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_common.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_common_include.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_config.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_dc.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_debug.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_duct_common.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_duct_control.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_duct_runtime.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_duroc_bootstrap.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_duroc_common.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_duroc_control.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_duroc_runtime.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_error.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_error_errno.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_error_generic.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_error_gssapi.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_error_hierarchy.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_error_openssl.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_error_string.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_fifo.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_ftp_client.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_ftp_client_debug_plugin.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_ftp_client_perf_plugin.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_ftp_client_plugin.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_ftp_client_restart_marker_plugin.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_ftp_client_restart_plugin.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_ftp_client_throughput_plugin.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_ftp_control.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gass_cache.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gass_copy.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gass_server_ez.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gass_transfer.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gass_transfer_proto.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gram_client.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gram_myjob.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gram_protocol.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gram_protocol_constants.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gsi_callback.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gsi_callback_constants.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gsi_cert_utils.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gsi_cert_utils_constants.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gsi_cred_constants.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gsi_credential.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gsi_proxy.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gsi_proxy_constants.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gsi_system_config.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gsi_system_config_constants.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gss_assist.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_gss_assist_constants.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_handle_table.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_hashtable.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_i_duroc_common.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_i_duroc_common_nxbuff.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_i_duroc_common_rsl.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_i_duroc_common_utils.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_io.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_io_error_hierarchy.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_libc.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_list.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_memory.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_module.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_mp_inx.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_mp_mpi.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_mp_mpl.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_nexus.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_object.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_object_hierarchy.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_openssl.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_print.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_priority_q.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_release.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_rsl.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_rsl_assist.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_strptime.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_symboltable.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_thread_common.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_thread_none.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_thread_pool.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_thread_rw_mutex.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_tilde_expand.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_time.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/globus_url.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/gssapi.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/ibm_cpp_load.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/internal.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/macros.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/nexus.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/nexus_resource.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/nx_ver.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/asn1.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/asn1_mac.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/bio.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/blowfish.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/bn.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/buffer.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/cast.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/comp.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/conf.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/conf_api.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/crypto.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/des.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/dh.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/dsa.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/dso.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/e_os.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/e_os2.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/ebcdic.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/err.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/evp.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/hmac.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/idea.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/lhash.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/md2.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/md4.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/md5.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/mdc2.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/obj_mac.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/objects.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/opensslconf.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/opensslv.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/pem.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/pem2.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/pkcs12.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/pkcs7.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/rand.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/rc2.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/rc4.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/rc5.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/ripemd.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/rsa.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/safestack.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/sha.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/ssl.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/ssl2.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/ssl23.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/ssl3.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/stack.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/symhacks.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/tls1.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/tmdiff.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/txt_db.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/x509.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/x509_vfy.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl/x509v3.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/pr_shm_ipc.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/proxycertinfo.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/proxypolicy.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/qoslib.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/rdb_internal.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/rtp.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/types.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/disptmpl.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/disptmpl.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/hmac-md5.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/lber.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/lber_types.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/ldap.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/ldap_cdefs.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/ldap_config.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/ldap_features.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/ldap_schema.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/ltdl.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/md5.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/md5global.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/portable.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/sasl.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/saslplug.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/saslutil.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared/srchpref.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_args.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_callback.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_common.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_common_include.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_config.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_debug.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_error.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_error_errno.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_error_generic.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_error_gssapi.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_error_hierarchy.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_error_openssl.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_error_string.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_fifo.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gsi_callback.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gsi_callback_constants.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gsi_cert_utils.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gsi_cert_utils_constants.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gsi_cred_constants.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gsi_credential.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gsi_proxy.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gsi_proxy_constants.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gsi_system_config.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gsi_system_config_constants.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gss_assist.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_gss_assist_constants.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_handle_table.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_hashtable.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_libc.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_list.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_memory.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_module.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_object.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_object_hierarchy.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_openssl.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_print.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_priority_q.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_release.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_strptime.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_symboltable.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_thread_common.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_thread_pool.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_thread_pthreads.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_thread_rw_mutex.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_tilde_expand.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_time.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/globus_url.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/gssapi.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/hmac-md5.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/lber.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/lber_types.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/alloca.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/assert.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/bytes.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/crypt.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/ctype.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/dirent.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/errno.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/alloca.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/assert.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/bytes.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/crypt.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/ctype.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/dirent.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/errno.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/krb.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/krb5.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/param.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/regex.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/setproctitle.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/signal.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/socket.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/stdarg.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/stdlib.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/string.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/sysexits.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/syslog.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/termios.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/time.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/unistd.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared/wait.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/krb.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/krb5.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/param.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/regex.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/setproctitle.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/signal.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/socket.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/stdarg.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/stdlib.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/string.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/sysexits.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/syslog.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/termios.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/time.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/unistd.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/wait.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/avl.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/disptmpl.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/avl.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/disptmpl.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/getopt-compat.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/lber.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/lber_pvt.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/ldap.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/ldap_cdefs.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/ldap_defaults.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/ldap_int_thread.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/ldap_log.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/ldap_pvt.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/ldap_pvt_thread.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/ldap_schema.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/ldbm.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/ldif.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/lutil.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/lutil_ldap.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/lutil_lockf.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/lutil_md5.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/lutil_sha1.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/proto-slap.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/sets.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/slap.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/srchpref.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared/sysexits-compat.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/getopt-compat.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/lber.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/lber_pvt.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ldap.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ldap_cdefs.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ldap_defaults.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ldap_int_thread.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ldap_log.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ldap_pvt.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ldap_pvt_thread.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ldap_schema.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ldbm.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ldif.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/lutil.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/lutil_ldap.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/lutil_lockf.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/lutil_md5.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/lutil_sha1.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/proto-slap.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/sets.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/slap.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/srchpref.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/sysexits-compat.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_cdefs.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_config.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_features.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_schema.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ltdl.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/md5.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/md5global.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/asn1.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/asn1_mac.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/bio.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/blowfish.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/bn.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/buffer.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/cast.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/comp.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/conf.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/conf_api.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/crypto.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/des.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/dh.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/dsa.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/dso.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/e_os.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/e_os2.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/ebcdic.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/err.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/evp.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/hmac.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/idea.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/lhash.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/md2.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/md4.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/md5.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/mdc2.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/obj_mac.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/objects.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/opensslconf.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/opensslv.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/pem.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/pem2.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/pkcs12.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/pkcs7.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/rand.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/rc2.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/rc4.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/rc5.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/ripemd.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/rsa.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/safestack.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/sha.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/ssl.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/ssl2.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/ssl23.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/ssl3.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/stack.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/symhacks.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/tls1.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/tmdiff.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/txt_db.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/x509.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/x509_vfy.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl/x509v3.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/portable.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/proxycertinfo.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/proxypolicy.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/sasl.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/saslplug.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/saslutil.h -%%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/srchpref.h -%%GLOBUS_BASE%%lib/libcrypto_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libcrypto_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libcrypto_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libcrypto_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libcrypto_%%BASE_FLAVOR%%pthr.a -%%GLOBUS_BASE%%lib/libcrypto_%%BASE_FLAVOR%%pthr.la -%%GLOBUS_BASE%%lib/libcrypto_%%BASE_FLAVOR%%pthr.so -%%GLOBUS_BASE%%lib/libcrypto_%%BASE_FLAVOR%%pthr.so.0 -%%GLOBUS_BASE%%lib/libglobus_common_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_common_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_common_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_common_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_common_%%BASE_FLAVOR%%pthr.a -%%GLOBUS_BASE%%lib/libglobus_common_%%BASE_FLAVOR%%pthr.la -%%GLOBUS_BASE%%lib/libglobus_common_%%BASE_FLAVOR%%pthr.so -%%GLOBUS_BASE%%lib/libglobus_common_%%BASE_FLAVOR%%pthr.so.0 -%%GLOBUS_BASE%%lib/libglobus_dc_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_dc_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_dc_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_dc_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_duct_common_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_duct_common_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_duct_common_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_duct_common_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_duct_control_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_duct_control_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_duct_control_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_duct_control_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_duct_runtime_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_duct_runtime_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_duct_runtime_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_duct_runtime_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_duroc_bootstrap_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_duroc_bootstrap_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_duroc_bootstrap_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_duroc_bootstrap_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_duroc_common_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_duroc_common_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_duroc_common_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_duroc_common_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_duroc_control_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_duroc_control_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_duroc_control_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_duroc_control_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_duroc_runtime_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_duroc_runtime_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_duroc_runtime_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_duroc_runtime_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_ftp_client_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_ftp_client_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_ftp_client_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_ftp_client_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_ftp_control_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_ftp_control_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_ftp_control_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_ftp_control_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_gass_cache_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_gass_cache_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_gass_cache_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_gass_cache_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_gass_copy_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_gass_copy_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_gass_copy_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_gass_copy_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_gass_server_ez_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_gass_server_ez_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_gass_server_ez_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_gass_server_ez_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_gass_transfer_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_gass_transfer_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_gass_transfer_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_gass_transfer_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_gram_client_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_gram_client_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_gram_client_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_gram_client_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_gram_myjob_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_gram_myjob_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_gram_myjob_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_gram_myjob_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_gram_protocol_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_gram_protocol_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_gram_protocol_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_gram_protocol_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_gsi_callback_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_gsi_callback_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_gsi_callback_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_gsi_callback_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_gsi_callback_%%BASE_FLAVOR%%pthr.a -%%GLOBUS_BASE%%lib/libglobus_gsi_callback_%%BASE_FLAVOR%%pthr.la -%%GLOBUS_BASE%%lib/libglobus_gsi_callback_%%BASE_FLAVOR%%pthr.so -%%GLOBUS_BASE%%lib/libglobus_gsi_callback_%%BASE_FLAVOR%%pthr.so.0 -%%GLOBUS_BASE%%lib/libglobus_gsi_cert_utils_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_gsi_cert_utils_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_gsi_cert_utils_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_gsi_cert_utils_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_gsi_cert_utils_%%BASE_FLAVOR%%pthr.a -%%GLOBUS_BASE%%lib/libglobus_gsi_cert_utils_%%BASE_FLAVOR%%pthr.la -%%GLOBUS_BASE%%lib/libglobus_gsi_cert_utils_%%BASE_FLAVOR%%pthr.so -%%GLOBUS_BASE%%lib/libglobus_gsi_cert_utils_%%BASE_FLAVOR%%pthr.so.0 -%%GLOBUS_BASE%%lib/libglobus_gsi_credential_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_gsi_credential_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_gsi_credential_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_gsi_credential_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_gsi_credential_%%BASE_FLAVOR%%pthr.a -%%GLOBUS_BASE%%lib/libglobus_gsi_credential_%%BASE_FLAVOR%%pthr.la -%%GLOBUS_BASE%%lib/libglobus_gsi_credential_%%BASE_FLAVOR%%pthr.so -%%GLOBUS_BASE%%lib/libglobus_gsi_credential_%%BASE_FLAVOR%%pthr.so.0 -%%GLOBUS_BASE%%lib/libglobus_gsi_proxy_core_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_gsi_proxy_core_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_gsi_proxy_core_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_gsi_proxy_core_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_gsi_proxy_core_%%BASE_FLAVOR%%pthr.a -%%GLOBUS_BASE%%lib/libglobus_gsi_proxy_core_%%BASE_FLAVOR%%pthr.la -%%GLOBUS_BASE%%lib/libglobus_gsi_proxy_core_%%BASE_FLAVOR%%pthr.so -%%GLOBUS_BASE%%lib/libglobus_gsi_proxy_core_%%BASE_FLAVOR%%pthr.so.0 -%%GLOBUS_BASE%%lib/libglobus_gsi_sysconfig_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_gsi_sysconfig_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_gsi_sysconfig_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_gsi_sysconfig_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_gsi_sysconfig_%%BASE_FLAVOR%%pthr.a -%%GLOBUS_BASE%%lib/libglobus_gsi_sysconfig_%%BASE_FLAVOR%%pthr.la -%%GLOBUS_BASE%%lib/libglobus_gsi_sysconfig_%%BASE_FLAVOR%%pthr.so -%%GLOBUS_BASE%%lib/libglobus_gsi_sysconfig_%%BASE_FLAVOR%%pthr.so.0 -%%GLOBUS_BASE%%lib/libglobus_gss_assist_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_gss_assist_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_gss_assist_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_gss_assist_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_gss_assist_%%BASE_FLAVOR%%pthr.a -%%GLOBUS_BASE%%lib/libglobus_gss_assist_%%BASE_FLAVOR%%pthr.la -%%GLOBUS_BASE%%lib/libglobus_gss_assist_%%BASE_FLAVOR%%pthr.so -%%GLOBUS_BASE%%lib/libglobus_gss_assist_%%BASE_FLAVOR%%pthr.so.0 -%%GLOBUS_BASE%%lib/libglobus_gssapi_gsi_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_gssapi_gsi_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_gssapi_gsi_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_gssapi_gsi_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_gssapi_gsi_%%BASE_FLAVOR%%pthr.a -%%GLOBUS_BASE%%lib/libglobus_gssapi_gsi_%%BASE_FLAVOR%%pthr.la -%%GLOBUS_BASE%%lib/libglobus_gssapi_gsi_%%BASE_FLAVOR%%pthr.so -%%GLOBUS_BASE%%lib/libglobus_gssapi_gsi_%%BASE_FLAVOR%%pthr.so.0 -%%GLOBUS_BASE%%lib/libglobus_io_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_io_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_io_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_io_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_mp_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_mp_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_mp_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_mp_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_nexus_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_nexus_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_nexus_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_nexus_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_oldgaa_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_oldgaa_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_oldgaa_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_oldgaa_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_oldgaa_%%BASE_FLAVOR%%pthr.a -%%GLOBUS_BASE%%lib/libglobus_oldgaa_%%BASE_FLAVOR%%pthr.la -%%GLOBUS_BASE%%lib/libglobus_oldgaa_%%BASE_FLAVOR%%pthr.so -%%GLOBUS_BASE%%lib/libglobus_oldgaa_%%BASE_FLAVOR%%pthr.so.0 -%%GLOBUS_BASE%%lib/libglobus_openssl_error_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_openssl_error_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_openssl_error_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_openssl_error_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_openssl_error_%%BASE_FLAVOR%%pthr.a -%%GLOBUS_BASE%%lib/libglobus_openssl_error_%%BASE_FLAVOR%%pthr.la -%%GLOBUS_BASE%%lib/libglobus_openssl_error_%%BASE_FLAVOR%%pthr.so -%%GLOBUS_BASE%%lib/libglobus_openssl_error_%%BASE_FLAVOR%%pthr.so.0 -%%GLOBUS_BASE%%lib/libglobus_openssl_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_openssl_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_openssl_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_openssl_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_openssl_%%BASE_FLAVOR%%pthr.a -%%GLOBUS_BASE%%lib/libglobus_openssl_%%BASE_FLAVOR%%pthr.la -%%GLOBUS_BASE%%lib/libglobus_openssl_%%BASE_FLAVOR%%pthr.so -%%GLOBUS_BASE%%lib/libglobus_openssl_%%BASE_FLAVOR%%pthr.so.0 -%%GLOBUS_BASE%%lib/libglobus_proxy_ssl_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_proxy_ssl_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_proxy_ssl_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_proxy_ssl_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_proxy_ssl_%%BASE_FLAVOR%%pthr.a -%%GLOBUS_BASE%%lib/libglobus_proxy_ssl_%%BASE_FLAVOR%%pthr.la -%%GLOBUS_BASE%%lib/libglobus_proxy_ssl_%%BASE_FLAVOR%%pthr.so -%%GLOBUS_BASE%%lib/libglobus_proxy_ssl_%%BASE_FLAVOR%%pthr.so.0 -%%GLOBUS_BASE%%lib/libglobus_rsl_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_rsl_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_rsl_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_rsl_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libglobus_rsl_assist_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libglobus_rsl_assist_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libglobus_rsl_assist_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libglobus_rsl_assist_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libgssapi_error_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libgssapi_error_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libgssapi_error_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libgssapi_error_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libgssapi_error_%%BASE_FLAVOR%%pthr.a -%%GLOBUS_BASE%%lib/libgssapi_error_%%BASE_FLAVOR%%pthr.la -%%GLOBUS_BASE%%lib/libgssapi_error_%%BASE_FLAVOR%%pthr.so -%%GLOBUS_BASE%%lib/libgssapi_error_%%BASE_FLAVOR%%pthr.so.0 -%%GLOBUS_BASE%%lib/liblber_%%BASE_FLAVOR%%pthr.a -%%GLOBUS_BASE%%lib/liblber_%%BASE_FLAVOR%%pthr.la -%%GLOBUS_BASE%%lib/liblber_%%BASE_FLAVOR%%pthr.so -%%GLOBUS_BASE%%lib/liblber_%%BASE_FLAVOR%%pthr.so.2 -%%GLOBUS_BASE%%lib/libldap_%%BASE_FLAVOR%%pthr.a -%%GLOBUS_BASE%%lib/libldap_%%BASE_FLAVOR%%pthr.la -%%GLOBUS_BASE%%lib/libldap_%%BASE_FLAVOR%%pthr.so -%%GLOBUS_BASE%%lib/libldap_%%BASE_FLAVOR%%pthr.so.2 -%%GLOBUS_BASE%%lib/libldap_r_%%BASE_FLAVOR%%pthr.a -%%GLOBUS_BASE%%lib/libldap_r_%%BASE_FLAVOR%%pthr.la -%%GLOBUS_BASE%%lib/libldap_r_%%BASE_FLAVOR%%pthr.so -%%GLOBUS_BASE%%lib/libldap_r_%%BASE_FLAVOR%%pthr.so.2 -%%GLOBUS_BASE%%lib/libltdl_%%BASE_FLAVOR%%pthr.a -%%GLOBUS_BASE%%lib/libltdl_%%BASE_FLAVOR%%pthr.la -%%GLOBUS_BASE%%lib/libltdl_%%BASE_FLAVOR%%pthr.so -%%GLOBUS_BASE%%lib/libltdl_%%BASE_FLAVOR%%pthr.so.4 -%%GLOBUS_BASE%%lib/liblutil_%%BASE_FLAVOR%%pthr.a -%%GLOBUS_BASE%%lib/liblutil_%%BASE_FLAVOR%%pthr.la -%%GLOBUS_BASE%%lib/liblutil_%%BASE_FLAVOR%%pthr.so -%%GLOBUS_BASE%%lib/liblutil_%%BASE_FLAVOR%%pthr.so.2 -%%GLOBUS_BASE%%lib/libsasl_%%BASE_FLAVOR%%pthr.la -%%GLOBUS_BASE%%lib/libsasl_%%BASE_FLAVOR%%pthr.so -%%GLOBUS_BASE%%lib/libsasl_%%BASE_FLAVOR%%pthr.so.8 -%%GLOBUS_BASE%%lib/libssl_%%BASE_FLAVOR%%.a -%%GLOBUS_BASE%%lib/libssl_%%BASE_FLAVOR%%.la -%%GLOBUS_BASE%%lib/libssl_%%BASE_FLAVOR%%.so -%%GLOBUS_BASE%%lib/libssl_%%BASE_FLAVOR%%.so.0 -%%GLOBUS_BASE%%lib/libssl_%%BASE_FLAVOR%%pthr.a -%%GLOBUS_BASE%%lib/libssl_%%BASE_FLAVOR%%pthr.la -%%GLOBUS_BASE%%lib/libssl_%%BASE_FLAVOR%%pthr.so -%%GLOBUS_BASE%%lib/libssl_%%BASE_FLAVOR%%pthr.so.0 -%%GLOBUS_BASE%%lib/perl/Globus/GRAM/Error.pm -%%GLOBUS_BASE%%lib/perl/Globus/GRAM/JobDescription.pm -%%GLOBUS_BASE%%lib/perl/Globus/GRAM/JobManager.pm -%%GLOBUS_BASE%%lib/perl/Globus/GRAM/JobSignal.pm -%%GLOBUS_BASE%%lib/perl/Globus/GRAM/JobState.pm -%%GLOBUS_BASE%%lib/perl/Globus/GRAM/StdioMerger.pm -%%GLOBUS_BASE%%lib/sasl/libgssapiv2_gsi_%%BASE_FLAVOR%%pthr.a -%%GLOBUS_BASE%%lib/sasl/libgssapiv2_gsi_%%BASE_FLAVOR%%pthr.la -%%GLOBUS_BASE%%lib/sasl/libgssapiv2_gsi_%%BASE_FLAVOR%%pthr.so -%%GLOBUS_BASE%%lib/sasl/libgssapiv2_gsi_%%BASE_FLAVOR%%pthr.so.0 -%%GLOBUS_BASE%%lib/sasl/libplain_%%BASE_FLAVOR%%pthr.la -%%GLOBUS_BASE%%lib/sasl/libplain_%%BASE_FLAVOR%%pthr.so -%%GLOBUS_BASE%%lib/sasl/libplain_%%BASE_FLAVOR%%pthr.so.1 -%%GLOBUS_BASE%%libexec/fax500 -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared/globus-args-parser-header -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared/globus-gass-cache-util -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared/globus-gass-cache-util.pl -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared/globus-gram-protocol-constants.sh -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared/globus-gram-rsl-reporter -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared/globus-is-local-user -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared/globus-job-manager -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared/globus-k5 -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared/globus-libc-hostname -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared/globus-personal-gatekeeper-version.sh -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared/globus-sh-tools.sh -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/fax500 -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/globus-args-parser-header -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/globus-is-local-user -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/globus-libc-hostname -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/globus-sh-tools.sh -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/go500 -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/go500gw -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/grid-info-ldap-shell -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/grid-info-ldapsearch -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/grid-info-ldapsearch.aux -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/grid-info-slapd -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/in.xfingerd -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/mail500 -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/maildap -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/rcpt500 -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/rp500 -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/slapd -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/slurpd -%%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared/xrpcomp -%%GLOBUS_BASE%%libexec/globus-args-parser-header -%%GLOBUS_BASE%%libexec/globus-bootstrap.sh -%%GLOBUS_BASE%%libexec/globus-build-env-%%BASE_FLAVOR%%.sh -%%GLOBUS_BASE%%libexec/globus-build-env-%%BASE_FLAVOR%%pthr.sh -%%GLOBUS_BASE%%libexec/globus-gass-cache-util -%%GLOBUS_BASE%%libexec/globus-gass-cache-util.pl -%%GLOBUS_BASE%%libexec/globus-gram-protocol-constants.sh -%%GLOBUS_BASE%%libexec/globus-gram-rsl-reporter -%%GLOBUS_BASE%%libexec/globus-is-local-user -%%GLOBUS_BASE%%libexec/globus-job-manager -%%GLOBUS_BASE%%libexec/globus-k5 -%%GLOBUS_BASE%%libexec/globus-libc-hostname -%%GLOBUS_BASE%%libexec/globus-personal-gatekeeper-version.sh -%%GLOBUS_BASE%%libexec/globus-sh-tools.sh -%%GLOBUS_BASE%%libexec/go500 -%%GLOBUS_BASE%%libexec/go500gw -%%GLOBUS_BASE%%libexec/grid-info-ldap-shell -%%GLOBUS_BASE%%libexec/grid-info-ldapsearch -%%GLOBUS_BASE%%libexec/grid-info-ldapsearch.aux -%%GLOBUS_BASE%%libexec/grid-info-slapd -%%GLOBUS_BASE%%libexec/in.xfingerd -%%GLOBUS_BASE%%libexec/mail500 -%%GLOBUS_BASE%%libexec/maildap -%%GLOBUS_BASE%%libexec/openldap/%%BASE_FLAVOR%%pthr/libback_giis.a -%%GLOBUS_BASE%%libexec/openldap/%%BASE_FLAVOR%%pthr/libback_giis.la -%%GLOBUS_BASE%%libexec/openldap/%%BASE_FLAVOR%%pthr/libback_giis.so -%%GLOBUS_BASE%%libexec/openldap/%%BASE_FLAVOR%%pthr/libback_giis.so.0 -%%GLOBUS_BASE%%libexec/openldap/%%BASE_FLAVOR%%pthr/libback_ldif.a -%%GLOBUS_BASE%%libexec/openldap/%%BASE_FLAVOR%%pthr/libback_ldif.la -%%GLOBUS_BASE%%libexec/openldap/%%BASE_FLAVOR%%pthr/libback_ldif.so -%%GLOBUS_BASE%%libexec/openldap/%%BASE_FLAVOR%%pthr/libback_ldif.so.0 -%%GLOBUS_BASE%%libexec/rcpt500 -%%GLOBUS_BASE%%libexec/rp500 -%%GLOBUS_BASE%%libexec/slapd -%%GLOBUS_BASE%%libexec/slurpd -%%GLOBUS_BASE%%libexec/xrpcomp -%%GLOBUS_BASE%%sbin/ckconfig -%%GLOBUS_BASE%%sbin/config.guess -%%GLOBUS_BASE%%sbin/ftprestart -%%GLOBUS_BASE%%sbin/ftpshut -%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/ckconfig -%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/config.guess -%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/ftprestart -%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/ftpshut -%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/globus-build-doxygen-dependencies -%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/globus-update-doxygen-index -%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/globus-gatekeeper -%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/grid-mapfile-add-entry -%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/grid-mapfile-check-consistency -%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/grid-mapfile-delete-entry -%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/in.ftpd -%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared/privatepw -%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared/config.guess -%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared/globus-build-doxygen-dependencies -%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared/globus-update-doxygen-index -%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared/grid-info-soft-register -%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared/grid-mapfile-add-entry -%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared/grid-mapfile-check-consistency -%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared/grid-mapfile-delete-entry -%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared/grid_info_daemon -%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared/sasldblistusers -%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared/saslpasswd -%%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared/tru64_helper_dummy -%%GLOBUS_BASE%%sbin/globus-build-doxygen-dependencies -%%GLOBUS_BASE%%sbin/globus-gatekeeper -%%GLOBUS_BASE%%sbin/globus-update-doxygen-index -%%GLOBUS_BASE%%sbin/grid-info-soft-register -%%GLOBUS_BASE%%sbin/grid-mapfile-add-entry -%%GLOBUS_BASE%%sbin/grid-mapfile-check-consistency -%%GLOBUS_BASE%%sbin/grid-mapfile-delete-entry -%%GLOBUS_BASE%%sbin/grid_info_daemon -%%GLOBUS_BASE%%sbin/in.ftpd -%%GLOBUS_BASE%%sbin/libtool-%%BASE_FLAVOR%% -%%GLOBUS_BASE%%sbin/libtool-%%BASE_FLAVOR%%pthr -%%GLOBUS_BASE%%sbin/privatepw -%%GLOBUS_BASE%%sbin/sasldblistusers -%%GLOBUS_BASE%%sbin/saslpasswd -%%GLOBUS_BASE%%sbin/tru64_helper_dummy -%%GLOBUS_BASE%%setup/globus/42864e48.0 -%%GLOBUS_BASE%%setup/globus/42864e48.signing_policy -%%GLOBUS_BASE%%setup/globus/Paths.in -%%GLOBUS_BASE%%setup/globus/SXXgris.in -%%GLOBUS_BASE%%setup/globus/find-fork-tools -%%GLOBUS_BASE%%setup/globus/findshelltools -%%GLOBUS_BASE%%setup/globus/fork.in -%%GLOBUS_BASE%%setup/globus/globus-job-manager-mds-provider.in -%%GLOBUS_BASE%%setup/globus/globus-job-manager-script.in -%%GLOBUS_BASE%%setup/globus/globus-job-manager-service.in -%%GLOBUS_BASE%%setup/globus/globus-script-initializer.in -%%GLOBUS_BASE%%setup/globus/globus-sh-tools-vars.sh.in -%%GLOBUS_BASE%%setup/globus/globus-ssl.conf -%%GLOBUS_BASE%%setup/globus/grid-cert-request-config.in -%%GLOBUS_BASE%%setup/globus/grid-info-common.in -%%GLOBUS_BASE%%setup/globus/grid-info-cpu-aix.in -%%GLOBUS_BASE%%setup/globus/grid-info-cpu-common.in -%%GLOBUS_BASE%%setup/globus/grid-info-cpu-hpux.in -%%GLOBUS_BASE%%setup/globus/grid-info-cpu-irix.in -%%GLOBUS_BASE%%setup/globus/grid-info-cpu-linux.in -%%GLOBUS_BASE%%setup/globus/grid-info-cpu-none.in -%%GLOBUS_BASE%%setup/globus/grid-info-cpu-solaris.in -%%GLOBUS_BASE%%setup/globus/grid-info-cpu-tru64.in -%%GLOBUS_BASE%%setup/globus/grid-info-cpufast-uptime.in -%%GLOBUS_BASE%%setup/globus/grid-info-deployment-comments.conf -%%GLOBUS_BASE%%setup/globus/grid-info-fs-aix.in -%%GLOBUS_BASE%%setup/globus/grid-info-fs-common.in -%%GLOBUS_BASE%%setup/globus/grid-info-fs-irix.in -%%GLOBUS_BASE%%setup/globus/grid-info-fs-none.in -%%GLOBUS_BASE%%setup/globus/grid-info-fs-posix.in -%%GLOBUS_BASE%%setup/globus/grid-info-mds-core.in -%%GLOBUS_BASE%%setup/globus/grid-info-mem-aix.in -%%GLOBUS_BASE%%setup/globus/grid-info-mem-common.in -%%GLOBUS_BASE%%setup/globus/grid-info-mem-hpux.in -%%GLOBUS_BASE%%setup/globus/grid-info-mem-irix.in -%%GLOBUS_BASE%%setup/globus/grid-info-mem-linux.in -%%GLOBUS_BASE%%setup/globus/grid-info-mem-none.in -%%GLOBUS_BASE%%setup/globus/grid-info-mem-solaris.in -%%GLOBUS_BASE%%setup/globus/grid-info-mem-tru64.in -%%GLOBUS_BASE%%setup/globus/grid-info-net-aix.in -%%GLOBUS_BASE%%setup/globus/grid-info-net-common.in -%%GLOBUS_BASE%%setup/globus/grid-info-net-hpux.in -%%GLOBUS_BASE%%setup/globus/grid-info-net-linux.in -%%GLOBUS_BASE%%setup/globus/grid-info-net-netstat.in -%%GLOBUS_BASE%%setup/globus/grid-info-net-none.in -%%GLOBUS_BASE%%setup/globus/grid-info-net-tru64.in -%%GLOBUS_BASE%%setup/globus/grid-info-os-uname.in -%%GLOBUS_BASE%%setup/globus/grid-info-platform-merged.in -%%GLOBUS_BASE%%setup/globus/grid-info-platform-uname.in -%%GLOBUS_BASE%%setup/globus/grid-info-resource-ldif.conf.in -%%GLOBUS_BASE%%setup/globus/grid-info-resource-register.conf.in -%%GLOBUS_BASE%%setup/globus/grid-info-resource.schema -%%GLOBUS_BASE%%setup/globus/grid-info-script-initializer.in -%%GLOBUS_BASE%%setup/globus/grid-info-server-env.conf.in -%%GLOBUS_BASE%%setup/globus/grid-info-site-giis.conf.in -%%GLOBUS_BASE%%setup/globus/grid-info-site-policy.conf.in -%%GLOBUS_BASE%%setup/globus/grid-info-slapd.conf.in -%%GLOBUS_BASE%%setup/globus/grid-info.conf.in -%%GLOBUS_BASE%%setup/globus/grid-security-config.in -%%GLOBUS_BASE%%setup/globus/grid-security.conf.42864e48 -%%GLOBUS_BASE%%setup/globus/grid.gridftpperf.schema -%%GLOBUS_BASE%%setup/globus/gridftp-perf-info.in -%%GLOBUS_BASE%%setup/globus/gridftp-resource.conf.in -%%GLOBUS_BASE%%setup/globus/setup-globus-common -%%GLOBUS_BASE%%setup/globus/setup-globus-common.pl -%%GLOBUS_BASE%%setup/globus/setup-globus-gatekeeper -%%GLOBUS_BASE%%setup/globus/setup-globus-gatekeeper.pl -%%GLOBUS_BASE%%setup/globus/setup-globus-gram-job-manager -%%GLOBUS_BASE%%setup/globus/setup-globus-gram-job-manager.pl -%%GLOBUS_BASE%%setup/globus/setup-globus-job-manager-fork -%%GLOBUS_BASE%%setup/globus/setup-globus-job-manager-fork.pl -%%GLOBUS_BASE%%setup/globus/setup-globus-mds-common -%%GLOBUS_BASE%%setup/globus/setup-globus-mds-common.pl -%%GLOBUS_BASE%%setup/globus/setup-globus-mds-gris -%%GLOBUS_BASE%%setup/globus/setup-globus-mds-gris.pl -%%GLOBUS_BASE%%setup/globus/setup-gsi -%%GLOBUS_BASE%%setup/globus/setup-gsi.pl -%%GLOBUS_BASE%%setup/globus/setup-mds-common-scripts -%%GLOBUS_BASE%%setup/globus/setup-mds-giis-scripts -%%GLOBUS_BASE%%setup/globus/setup-mds-gris-scripts -%%GLOBUS_BASE%%setup/globus/setup-ssl-utils -%%GLOBUS_BASE%%setup/globus/setup-ssl-utils-sh-scripts -%%GLOBUS_BASE%%setup/globus/setup-ssl-utils.pl -%%GLOBUS_BASE%%setup/globus/setup-tmpdirs -%%GLOBUS_BASE%%share/aclocal/%%BASE_FLAVOR%%pthr/shared/libtool.m4 -%%GLOBUS_BASE%%share/aclocal/%%BASE_FLAVOR%%pthr/shared/ltdl.m4 -%%GLOBUS_BASE%%share/aclocal/libtool.m4 -%%GLOBUS_BASE%%share/aclocal/ltdl.m4 -%%GLOBUS_BASE%%share/doc/perl/Globus/GRAM/Error.html -%%GLOBUS_BASE%%share/doc/perl/Globus/GRAM/JobDescription.html -%%GLOBUS_BASE%%share/doc/perl/Globus/GRAM/JobManager.html -%%GLOBUS_BASE%%share/doc/perl/Globus/GRAM/JobSignal.html -%%GLOBUS_BASE%%share/doc/perl/Globus/GRAM/JobState.html -%%GLOBUS_BASE%%share/doc/perl/globus-job-manager-service.html -%%GLOBUS_BASE%%share/doxygen/Doxyfile-internal.include -%%GLOBUS_BASE%%share/doxygen/Doxyfile.include -%%GLOBUS_BASE%%share/doxygen/globus.css -%%GLOBUS_BASE%%share/doxygen/globus_foot.html -%%GLOBUS_BASE%%share/doxygen/globus_head.html -%%GLOBUS_BASE%%share/doxygen/globus_head.tex -%%GLOBUS_BASE%%share/globus_aclocal/Doxyfile-internal.in -%%GLOBUS_BASE%%share/globus_aclocal/Doxyfile.in -%%GLOBUS_BASE%%share/globus_aclocal/acdoxygen.m4 -%%GLOBUS_BASE%%share/globus_aclocal/acnetworking.m4 -%%GLOBUS_BASE%%share/globus_aclocal/doxygen_Makefile.am -%%GLOBUS_BASE%%share/globus_aclocal/globus_automake_post -%%GLOBUS_BASE%%share/globus_aclocal/globus_automake_post_top -%%GLOBUS_BASE%%share/globus_aclocal/globus_automake_pre -%%GLOBUS_BASE%%share/globus_aclocal/globus_automake_pre_top -%%GLOBUS_BASE%%share/globus_aclocal/globus_package.m4 -%%GLOBUS_BASE%%share/globus_gram_job_manager/globus-gram-job-manager.rvf -%%GLOBUS_BASE%%share/libtool/config.guess -%%GLOBUS_BASE%%share/libtool/config.sub -%%GLOBUS_BASE%%share/libtool/%%BASE_FLAVOR%%pthr/shared/config.guess -%%GLOBUS_BASE%%share/libtool/%%BASE_FLAVOR%%pthr/shared/config.sub -%%GLOBUS_BASE%%share/libtool/%%BASE_FLAVOR%%pthr/shared/ltmain.sh -%%GLOBUS_BASE%%share/libtool/libltdl/COPYING.LIB -%%GLOBUS_BASE%%share/libtool/libltdl/Makefile.am -%%GLOBUS_BASE%%share/libtool/libltdl/Makefile.in -%%GLOBUS_BASE%%share/libtool/libltdl/README -%%GLOBUS_BASE%%share/libtool/libltdl/acinclude.m4 -%%GLOBUS_BASE%%share/libtool/libltdl/aclocal.m4 -%%GLOBUS_BASE%%share/libtool/libltdl/config-h.in -%%GLOBUS_BASE%%share/libtool/libltdl/configure -%%GLOBUS_BASE%%share/libtool/libltdl/configure.in -%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/COPYING.LIB -%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/Makefile.am -%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/Makefile.in -%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/README -%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/acinclude.m4 -%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/aclocal.m4 -%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/config-h.in -%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/configure -%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/configure.in -%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/ltdl.c -%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/ltdl.h -%%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared/stamp-h.in -%%GLOBUS_BASE%%share/libtool/libltdl/ltdl.c -%%GLOBUS_BASE%%share/libtool/libltdl/ltdl.h -%%GLOBUS_BASE%%share/libtool/libltdl/stamp-h.in -%%GLOBUS_BASE%%share/libtool/ltmain.sh -%%GLOBUS_BASE%%share/openldap/%%BASE_FLAVOR%%pthr/shared/go500gw.help -%%GLOBUS_BASE%%share/openldap/%%BASE_FLAVOR%%pthr/shared/ldapfriendly -%%GLOBUS_BASE%%share/openldap/%%BASE_FLAVOR%%pthr/shared/rcpt500.help -%%GLOBUS_BASE%%share/openldap/go500gw.help -%%GLOBUS_BASE%%share/openldap/go500gw.help- -%%GLOBUS_BASE%%share/openldap/ldapfriendly -%%GLOBUS_BASE%%share/openldap/ldapfriendly- -%%GLOBUS_BASE%%share/openldap/rcpt500.help -%%GLOBUS_BASE%%share/openldap/rcpt500.help- -@dirrm %%GLOBUS_BASE%%var/openldap-slurp -@dirrm %%GLOBUS_BASE%%var/openldap-ldbm -@dirrm %%GLOBUS_BASE%%var -@dirrm %%GLOBUS_BASE%%share/openldap/%%BASE_FLAVOR%%pthr/shared -@dirrm %%GLOBUS_BASE%%share/openldap/%%BASE_FLAVOR%%pthr -@dirrm %%GLOBUS_BASE%%share/openldap -@dirrm %%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr/shared -@dirrm %%GLOBUS_BASE%%share/libtool/libltdl/%%BASE_FLAVOR%%pthr -@dirrm %%GLOBUS_BASE%%share/libtool/libltdl -@dirrm %%GLOBUS_BASE%%share/libtool/%%BASE_FLAVOR%%pthr/shared -@dirrm %%GLOBUS_BASE%%share/libtool/%%BASE_FLAVOR%%pthr -@dirrm %%GLOBUS_BASE%%share/libtool -@dirrm %%GLOBUS_BASE%%share/globus_gram_job_manager -@dirrm %%GLOBUS_BASE%%share/globus_aclocal -@dirrm %%GLOBUS_BASE%%share/doxygen -@dirrm %%GLOBUS_BASE%%share/doc/perl/Globus/GRAM -@dirrm %%GLOBUS_BASE%%share/doc/perl/Globus -@dirrm %%GLOBUS_BASE%%share/doc/perl -@dirrm %%GLOBUS_BASE%%share/doc/globus_gsi_wuftpd/html -@dirrm %%GLOBUS_BASE%%share/doc/globus_gsi_wuftpd -@dirrm %%GLOBUS_BASE%%share/doc -@dirrm %%GLOBUS_BASE%%share/aclocal/%%BASE_FLAVOR%%pthr/shared -@dirrm %%GLOBUS_BASE%%share/aclocal/%%BASE_FLAVOR%%pthr -@dirrm %%GLOBUS_BASE%%share/aclocal -@dirrm %%GLOBUS_BASE%%share -@dirrm %%GLOBUS_BASE%%setup/globus -@dirrm %%GLOBUS_BASE%%setup -@dirrm %%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr/shared -@dirrm %%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%pthr -@dirrm %%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%%/shared -@dirrm %%GLOBUS_BASE%%sbin/%%BASE_FLAVOR%% -@dirrm %%GLOBUS_BASE%%sbin -@dirrm %%GLOBUS_BASE%%man/man8/%%BASE_FLAVOR%%pthr/shared -@dirrm %%GLOBUS_BASE%%man/man8/%%BASE_FLAVOR%%pthr -@dirrm %%GLOBUS_BASE%%man/man8/%%BASE_FLAVOR%%/shared -@dirrm %%GLOBUS_BASE%%man/man8/%%BASE_FLAVOR%% -@dirrm %%GLOBUS_BASE%%man/man8 -@dirrm %%GLOBUS_BASE%%man/man5/%%BASE_FLAVOR%%pthr/shared -@dirrm %%GLOBUS_BASE%%man/man5/%%BASE_FLAVOR%%pthr -@dirrm %%GLOBUS_BASE%%man/man5/%%BASE_FLAVOR%%/shared -@dirrm %%GLOBUS_BASE%%man/man5/%%BASE_FLAVOR%% -@dirrm %%GLOBUS_BASE%%man/man5 -@dirrm %%GLOBUS_BASE%%man/man3/%%BASE_FLAVOR%%pthr/shared -@dirrm %%GLOBUS_BASE%%man/man3/%%BASE_FLAVOR%%pthr -@dirrm %%GLOBUS_BASE%%man/man3 -@dirrm %%GLOBUS_BASE%%man/man1/%%BASE_FLAVOR%%pthr/shared -@dirrm %%GLOBUS_BASE%%man/man1/%%BASE_FLAVOR%%pthr -@dirrm %%GLOBUS_BASE%%man/man1/%%BASE_FLAVOR%%/shared -@dirrm %%GLOBUS_BASE%%man/man1/%%BASE_FLAVOR%% -@dirrm %%GLOBUS_BASE%%man/man1 -@dirrm %%GLOBUS_BASE%%man -@dirrm %%GLOBUS_BASE%%libexec/openldap/%%BASE_FLAVOR%%pthr -@dirrm %%GLOBUS_BASE%%libexec/openldap -@dirrm %%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr/shared -@dirrm %%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%pthr -@dirrm %%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%%/shared -@dirrm %%GLOBUS_BASE%%libexec/%%BASE_FLAVOR%% -@dirrm %%GLOBUS_BASE%%libexec -@dirrm %%GLOBUS_BASE%%lib/sasl -@dirrm %%GLOBUS_BASE%%lib/perl/Globus/GRAM -@dirrm %%GLOBUS_BASE%%lib/perl/Globus -@dirrm %%GLOBUS_BASE%%lib/perl -@dirrm %%GLOBUS_BASE%%lib -@dirrm %%GLOBUS_BASE%%include/ldap_backend/ac -@dirrm %%GLOBUS_BASE%%include/ldap_backend -@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/openssl -@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr/shared -@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/%%BASE_FLAVOR%%pthr -@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr/shared -@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac/%%BASE_FLAVOR%%pthr -@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend/ac -@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/ldap_backend -@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr/shared -@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr/%%BASE_FLAVOR%%pthr -@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%%pthr -@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%%/openssl -@dirrm %%GLOBUS_BASE%%include/%%BASE_FLAVOR%% -@dirrm %%GLOBUS_BASE%%include -@dirrm %%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr/shared -@dirrm %%GLOBUS_BASE%%etc/openldap/schema/%%BASE_FLAVOR%%pthr -@dirrm %%GLOBUS_BASE%%etc/openldap/schema -@dirrm %%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr/shared -@dirrm %%GLOBUS_BASE%%etc/openldap/%%BASE_FLAVOR%%pthr -@dirrm %%GLOBUS_BASE%%etc/openldap -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/setup -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/gssapi_error -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_user_env -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_trusted_ca_42864e48_setup -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_sasl_gssapi_gsi -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_rsl_assist -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_rsl -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_proxy_wrapper -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_proxy_utils -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_openssl_module -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_openssl -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/%%BASE_FLAVOR%%pthr/shared -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_openldap/%%BASE_FLAVOR%%pthr -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_openldap -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_nexus -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_mp -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_mds_gris_setup -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_mds_gris -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_mds_common_setup -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_mds_common -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_mds_back_giis -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/%%BASE_FLAVOR%%pthr/shared -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_libtool/%%BASE_FLAVOR%%pthr -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_libtool -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_ldapmodules -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_io -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_hostname2contacts -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gssapi_gsi -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gss_assist -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_sysconfig -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_ssl -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_proxy_core -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_openssl_error -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_credential -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_cert_utils -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gsi_callback -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gridftp_server/%%BASE_FLAVOR%%/shared -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gridftp_server/%%BASE_FLAVOR%% -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gridftp_server -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gram_protocol -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gram_myjob -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager_setup_fork -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager_setup -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gram_job_manager -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gram_client_tools -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gram_client -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gatekeeper_setup -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gatekeeper -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gass_transfer -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gass_server_ez -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gass_copy -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gass_cache_program -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_gass_cache -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_control -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_ftp_client -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_runtime -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_control -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_common -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_duroc_bootstrap -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_duct_runtime -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_duct_control -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_duct_common -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_data_conversion -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/%%BASE_FLAVOR%%pthr/shared -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl/%%BASE_FLAVOR%%pthr -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_cyrus-sasl -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_core -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_common_setup -@dirrm %%GLOBUS_BASE%%etc/gpt/packages/globus_common -@dirrm %%GLOBUS_BASE%%etc/gpt/packages -@dirrm %%GLOBUS_BASE%%etc/gpt/bundles -@dirrm %%GLOBUS_BASE%%etc/gpt -@dirrm %%GLOBUS_BASE%%etc/globus_core -@dirrm %%GLOBUS_BASE%%etc/%%BASE_FLAVOR%%/shared -@dirrm %%GLOBUS_BASE%%etc/%%BASE_FLAVOR%% -@unexec rmdir %D/%%GLOBUS_BASE%%etc 2>/dev/null || ( echo "Configuration information saved. If you will *NOT* use this package anymore," && echo "please remove %D/%%GLOBUS_BASE%% and its contents manually.") -@dirrm %%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr/shared -@dirrm %%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%pthr -@dirrm %%GLOBUS_BASE%%bin/%%BASE_FLAVOR%%/shared -@dirrm %%GLOBUS_BASE%%bin/%%BASE_FLAVOR%% -@dirrm %%GLOBUS_BASE%%bin -@dirrmtry %%GLOBUS_BASE%% diff --git a/sysutils/Makefile b/sysutils/Makefile index 841fed47d132..fae27f06a57c 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -438,7 +438,6 @@ SUBDIR += prips SUBDIR += procmap SUBDIR += progsreiserfs - SUBDIR += prune SUBDIR += psearch SUBDIR += psgconf SUBDIR += pslist diff --git a/sysutils/prune/Makefile b/sysutils/prune/Makefile deleted file mode 100644 index 5a0a4c89f9da..000000000000 --- a/sysutils/prune/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: prune -# Date created: 29 August 2003 -# Whom: dds -# -# $FreeBSD$ -# - -PORTNAME= prune -PORTVERSION= 1.7 -CATEGORIES= sysutils -MASTER_SITES= http://www.spinellis.gr/sw/unix/prune/ \ - http://www.dmst.aueb.gr/dds/sw/unix/prune/ - -MAINTAINER= dds@FreeBSD.org -COMMENT= Prune a file set according to a given age distribution - -MAN1= prune.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/prune -DEPRECATED= Renamed into fileprune -EXPIRATION_DATE=2006-03-14 - -.include <bsd.port.mk> diff --git a/sysutils/prune/distinfo b/sysutils/prune/distinfo deleted file mode 100644 index d26a3ffd2a88..000000000000 --- a/sysutils/prune/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (prune-1.7.tar.gz) = 1d61f4bee4e4d41e7f667d7854ceb52b -SHA256 (prune-1.7.tar.gz) = 85f4a0974535241f013545d70f672ee5c2da2acc6c1f3622546fac624ea4b12f -SIZE (prune-1.7.tar.gz) = 24695 diff --git a/sysutils/prune/pkg-descr b/sysutils/prune/pkg-descr deleted file mode 100644 index 4ce16180c082..000000000000 --- a/sysutils/prune/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -Prune will delete files from the specified set targeting a given -distribution of the files within time as well as size, number, and -age constraints. Its main purpose is to keep a set of daily-created -backup files in manageable size, while still providing reasonable -access to older versions. Specifying a size, file number, or age -constraint will simply remove files starting from the oldest, until -the constraint is met. The distribution specification (exponential, -Gaussian (normal), or Fibonacci) provides finer control of the files -to delete, allowing the retention of recent copies and the increasingly -aggressive pruning of the older files. The retention schedule -specifies the age intervals for which files will be retained. As -an example, an exponential retention schedule for 10 files with a -base of 2 will be - -1 2 4 8 16 32 64 128 256 512 1024 - -The above schedule specifies that for the interval of 65 to 128 -days there should be (at least) one retained file (unless constraints -and options override this setting). - - -WWW: http://www.spinellis.gr/sw/unix/prune/ - -- Diomidis Spinellis dds@aueb.gr diff --git a/www/Makefile b/www/Makefile index 4a08009cb154..a7d2a2692dce 100644 --- a/www/Makefile +++ b/www/Makefile @@ -113,7 +113,6 @@ SUBDIR += epiphany-extensions SUBDIR += erwn SUBDIR += eventum - SUBDIR += evg SUBDIR += evolution-caldav SUBDIR += evolution-webcal SUBDIR += fcgi diff --git a/www/evg/Makefile b/www/evg/Makefile deleted file mode 100644 index bf2511f314bd..000000000000 --- a/www/evg/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: evg -# Date created: 19 April 1999 -# Whom: Dima Sivachenko <dima@chg.ru> -# -# $FreeBSD$ -# - -PORTNAME= evg -PORTVERSION= 1.3.1 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= # -DISTNAME= evg-1_3_1 -EXTRACT_SUFX= _tar - -MAINTAINER= ports@FreeBSD.org -COMMENT= Create index pages in HTML for photo galleries - -RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ - xv:${PORTSDIR}/graphics/xv - -DEPRECATED= Disappeared from the internet -EXPIRATION_DATE=2006-03-14 - -USE_PERL5_BUILD=yes -USE_PYTHON= yes - -NO_BUILD= yes - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -post-patch: - @ ${PERL} -pi -e 's#/usr/bin/python#${PYTHON_CMD}# ; \ - s#/usr/X11R6#${X11BASE}# ; \ - s#/usr/bin/ee#${X11BASE}/bin/xv#' ${WRKSRC}/evg - -do-install: - @ ${MKDIR} ${PYTHON_SITELIBDIR} - @ ${INSTALL_DATA} ${WRKSRC}/eclipthtml.py ${PYTHON_SITELIBDIR} - @ ${INSTALL_SCRIPT} ${WRKSRC}/evg ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @ ${MKDIR} ${DOCSDIR} - @ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/www/evg/distinfo b/www/evg/distinfo deleted file mode 100644 index 499ec7118e00..000000000000 --- a/www/evg/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (evg-1_3_1_tar) = a238dc78cebd0b8c98b696bc077fd0b8 -SHA256 (evg-1_3_1_tar) = 261c90095df66fa77c78cc643e6caaca56808cd475ab739de7783bcb0c32c5b7 -SIZE (evg-1_3_1_tar) = 61440 diff --git a/www/evg/pkg-descr b/www/evg/pkg-descr deleted file mode 100644 index 99b4f7e31e0a..000000000000 --- a/www/evg/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -EVG addresses the needs of people who want to put photo galleries on their web -pages. Most photo galleries on the Web are rather rude - EVG automatically -generates nice index pages and hyperlinked per-image-pages. Thumbnails are -generated automatically, as well as adding or removing images is easy. diff --git a/www/evg/pkg-plist b/www/evg/pkg-plist deleted file mode 100644 index c2774fff8f33..000000000000 --- a/www/evg/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/evg -%%PYTHON_SITELIBDIR%%/eclipthtml.py -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/x11/Makefile b/x11/Makefile index 109d3dc726fe..311ebc2c863f 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -130,7 +130,6 @@ SUBDIR += libxklavier SUBDIR += linux-XFree86-libs SUBDIR += linux-gnomelibs - SUBDIR += login.app SUBDIR += lupe SUBDIR += mgapdesk SUBDIR += mlterm diff --git a/x11/login.app/Makefile b/x11/login.app/Makefile deleted file mode 100644 index 7e68ad3c896a..000000000000 --- a/x11/login.app/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# New ports collection makefile for: login.app -# Date created: 17 January 1999 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= login.app -PORTVERSION= 2.1.1 -PORTREVISION= 2 -CATEGORIES= x11 windowmaker -MASTER_SITES= http://largo.windowmaker.org/files/Login.app/ \ - http://depot.fsck.ch/mirror/distfiles/ -DISTNAME= Login.app-${PORTVERSION} - -MAINTAINER= ports@fsck.ch -COMMENT= Graphical login interface for X that is themable - -LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker \ - PropList.2:${PORTSDIR}/devel/libPropList - -DEPRECATED= mastersite disappeared, no longer maintained by author (x11/slim is the successor) -EXPIRATION_DATE= 2006-02-28 - -WRKSRC= ${WRKDIR}/Login.app-${PORTVERSION:S/.a/-Alpha-/} - -USE_X_PREFIX= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} -USE_GMAKE= yes -USE_REINPLACE= yes - -MAN1= Login.app.1x - -pre-configure: - @${REINPLACE_CMD} -e \ - 's|GNUstep/Applications|GNUstep/Apps|' \ - ${WRKSRC}/Makefile.am \ - ${WRKSRC}/Makefile.in \ - ${WRKSRC}/Scripts/Makefile.am \ - ${WRKSRC}/Scripts/Makefile.in \ - ${WRKSRC}/Themes/Linux/Makefile.am \ - ${WRKSRC}/Themes/Linux/Makefile.in \ - ${WRKSRC}/Themes/GNUstep/Makefile.am \ - ${WRKSRC}/Themes/GNUstep/Makefile.in \ - ${WRKSRC}/Themes/Drone/Makefile.in \ - ${WRKSRC}/Themes/Drone/Makefile.am \ - ${WRKSRC}/src/Makefile.in \ - ${WRKSRC}/src/Makefile.am \ - ${WRKSRC}/doc/Login.app.1x - # this replacement is only used to fix cluster builds: - @${REINPLACE_CMD} -e \ - 's|-lWUtil|-lWUtil -lintl|' \ - ${WRKSRC}/configure \ - ${WRKSRC}/src/Makefile.in \ - ${WRKSRC}/src/Makefile.am - -post-configure: - @${REINPLACE_CMD} -e \ - 's|%%X11BASE%%|${X11BASE}|; \ - s|%%LOCALBASE%%|${LOCALBASE}|' \ - ${WRKSRC}/Scripts/Login.user \ - ${WRKSRC}/Scripts/Login.root \ - ${WRKSRC}/Scripts/Logout.root \ - ${WRKSRC}/Scripts/Startup \ - ${WRKSRC}/Preferences \ - ${WRKSRC}/src/config.h \ - ${WRKSRC}/src/preferences.h \ - ${WRKSRC}/doc/Login.app.1x - -post-install: - @${SED} 's|%%X11BASE%%|${PREFIX}|' \ - ${FILESDIR}/loginapp.sh > ${PREFIX}/etc/rc.d/loginapp.sh - @${CHMOD} ${BINMODE} ${PREFIX}/etc/rc.d/loginapp.sh - -.include <bsd.port.mk> diff --git a/x11/login.app/distinfo b/x11/login.app/distinfo deleted file mode 100644 index a4d17275c40a..000000000000 --- a/x11/login.app/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Login.app-2.1.1.tar.gz) = 4d85cbdc505a94f7fbfe37bd0a709e75 -SHA256 (Login.app-2.1.1.tar.gz) = d8296fa12dd8e63333edde5219071868605e3335931af8b5f11a9f5cd481a371 -SIZE (Login.app-2.1.1.tar.gz) = 421070 diff --git a/x11/login.app/files/loginapp.sh b/x11/login.app/files/loginapp.sh deleted file mode 100644 index 13d8acf49a14..000000000000 --- a/x11/login.app/files/loginapp.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: login_app -# REQUIRE: LOGIN - -# Add the following line to /etc/rc.conf to enable login.app: -# -# login_app_enable="YES" -# -# DO NOT CHANGE THESE DEFAULT VALUES HERE - -login_app_enable=${login_app_enable-"NO"} - -. /etc/rc.subr - -name="login_app" -rcvar=`set_rcvar` -command="%%X11BASE%%/GNUstep/Apps/Login.app/Login" -command_args="&" - -load_rc_config $name -run_rc_command "$1" diff --git a/x11/login.app/files/patch-Preferences b/x11/login.app/files/patch-Preferences deleted file mode 100644 index a45969867361..000000000000 --- a/x11/login.app/files/patch-Preferences +++ /dev/null @@ -1,11 +0,0 @@ ---- Preferences.orig Sat Jan 8 18:18:14 2005 -+++ Preferences Sat Jan 8 18:19:05 2005 -@@ -5,7 +5,7 @@ - ConfirmRestartMessage = "Do you really want to restart the computer (y/n)?"; - ConfirmPowerOffMessage = "Do you really want to turn off the computer (y/n)?"; - -- XServer = "/usr/X11R6/bin/X -nolisten tcp"; -+ XServer = "%%X11BASE%%/bin/X -nolisten tcp"; - Theme = "Drone"; - - DisableWelcomeMessage = Yes; diff --git a/x11/login.app/files/patch-Scripts::Login.root b/x11/login.app/files/patch-Scripts::Login.root deleted file mode 100644 index 9bcc4141a4c9..000000000000 --- a/x11/login.app/files/patch-Scripts::Login.root +++ /dev/null @@ -1,21 +0,0 @@ ---- Scripts/Login.root.orig Sat Jan 8 20:48:19 2005 -+++ Scripts/Login.root Sat Jan 8 20:47:48 2005 -@@ -1,15 +1,15 @@ - #!/bin/sh - --PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin" -+PATH="/sbin:/usr/sbin:/bin:/usr/bin:%%LOCALBASE%%/bin:%%X11BASE%%/bin" - - # - # Make user the owner of /dev/console. - # --#chown $USER /dev/console -+#/usr/sbin/chown $USER /dev/console - - # - # Add user to utmp/wtmp. - # --sessreg -a -w /var/log/wtmp -u /var/run/utmp -l "$DISPLAY" $USER -+%%X11BASE%%/bin/sessreg -a -w /var/log/wtmp -u /var/run/utmp -l "$DISPLAY" $USER - - # End of file diff --git a/x11/login.app/files/patch-Scripts::Login.user b/x11/login.app/files/patch-Scripts::Login.user deleted file mode 100644 index 6f52bc40cf17..000000000000 --- a/x11/login.app/files/patch-Scripts::Login.user +++ /dev/null @@ -1,46 +0,0 @@ ---- Scripts/Login.user.orig Sat Jan 8 18:41:35 2005 -+++ Scripts/Login.user Sat Jan 8 18:45:07 2005 -@@ -1,32 +1,32 @@ - #!/bin/sh - --PATH="/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin" -+PATH="/bin:/usr/bin:%%LOCALBASE%%/bin:%%X11BASE%%/bin" - - # - # Try to find the user's init script for X. - # 1) Look for ~/.xinitrc - # 2) Look for ~/.xsession - # 3) Look for ~/.Xclients --# 4) Look for /etc/X11/xinit/xinitrc --# 5) Look for /usr/X11R6/bin/twm --# 6) Look for /usr/X11R6/bin/xterm -+# 4) Look for %%X11BASE%%/lib/X11/xinit/xinitrc -+# 5) Look for %%X11BASE%%/bin/twm -+# 6) Look for %%X11BASE%%/bin/xterm - # - - xinitrc=$HOME/.xinitrc - xsession=$HOME/.xsession - xclients=$HOME/.Xclients --systemxinitrc=/etc/X11/xinit/xinitrc --twm=/usr/X11R6/bin/twm --xterm=/usr/X11R6/bin/xterm -+systemxinitrc=%%X11BASE%%/lib/X11/xinit/xinitrc -+twm=%%X11BASE%%/bin/twm -+xterm=%%X11BASE%%/bin/xterm - - if [ -r $xinitrc ]; then -- exec sh -login $xinitrc -+ exec sh $xinitrc - elif [ -r $xsession ]; then -- exec sh -login $xsession -+ exec sh $xsession - elif [ -r $xclients ]; then -- exec sh -login $xclients -+ exec sh $xclients - elif [ -r $systemxinitrc ]; then -- exec sh -login $systemxinitrc -+ exec sh $systemxinitrc - elif [ -x $twm ]; then - exec $twm - elif [ -x $xterm ]; then diff --git a/x11/login.app/files/patch-Scripts::Logout.root b/x11/login.app/files/patch-Scripts::Logout.root deleted file mode 100644 index a8a9f2e1f638..000000000000 --- a/x11/login.app/files/patch-Scripts::Logout.root +++ /dev/null @@ -1,31 +0,0 @@ ---- Scripts/Logout.root.orig Sat Jan 8 20:48:25 2005 -+++ Scripts/Logout.root Sat Jan 8 20:47:48 2005 -@@ -1,23 +1,23 @@ - #!/bin/sh - --PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin" -+PATH="/sbin:/usr/sbin:/bin:/usr/bin:%%LOCALBASE%%/bin:%%X11BASE%%/bin" - - # - # Remove the _MOTIF_DRAG_WINDOW property from the root - # window. This will prevent some Motif applications from - # crashing the next time they are started. - # --xprop -root -remove _MOTIF_DRAG_WINDOW -+%%X11BASE%%/bin/xprop -root -remove _MOTIF_DRAG_WINDOW - - # - # Remove user from utmp/wtmp. - # --sessreg -d -w /var/log/wtmp -u /var/run/utmp -l "$DISPLAY" $USER -+%%X11BASE%%/bin/sessreg -d -w /var/log/wtmp -u /var/run/utmp -l "$DISPLAY" $USER - - # - # Make root the owner of /dev/console. - # --#chmod 622 /dev/console --#chown root /dev/console -+#/bin/chmod 622 /dev/console -+#/usr/sbin/chown root /dev/console - - # End of file diff --git a/x11/login.app/files/patch-Scripts::PowerOff b/x11/login.app/files/patch-Scripts::PowerOff deleted file mode 100644 index fc92436f530a..000000000000 --- a/x11/login.app/files/patch-Scripts::PowerOff +++ /dev/null @@ -1,10 +0,0 @@ ---- Scripts/PowerOff.orig Sat Jan 8 18:39:45 2005 -+++ Scripts/PowerOff Sat Jan 8 18:39:51 2005 -@@ -3,6 +3,6 @@ - # - # Take the system down for halt. - # --/sbin/shutdown -h now -+/sbin/shutdown -p now - - # End of file diff --git a/x11/login.app/files/patch-Scripts::Startup b/x11/login.app/files/patch-Scripts::Startup deleted file mode 100644 index 8724f5be8c64..000000000000 --- a/x11/login.app/files/patch-Scripts::Startup +++ /dev/null @@ -1,15 +0,0 @@ ---- Scripts/Startup.orig Sat Jan 8 18:46:15 2005 -+++ Scripts/Startup Sat Jan 8 18:47:45 2005 -@@ -1,10 +1,10 @@ - #!/bin/sh - --PATH="/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin" -+PATH="/bin:/usr/bin:%%LOCALBASE%%/bin:%%X11BASE%%/bin" - - # - # Set cursor for the root window. - # --xsetroot -solid "#000000" -cursor_name left_ptr -+%%X11BASE%%/bin/xsetroot -solid "#000000" -cursor_name left_ptr - - # End of file diff --git a/x11/login.app/files/patch-Scripts::Suspend b/x11/login.app/files/patch-Scripts::Suspend deleted file mode 100644 index 27f2ff122c7f..000000000000 --- a/x11/login.app/files/patch-Scripts::Suspend +++ /dev/null @@ -1,22 +0,0 @@ ---- Scripts/Suspend.orig Sat Jan 8 18:57:32 2005 -+++ Scripts/Suspend Sat Jan 8 20:45:56 2005 -@@ -4,8 +4,17 @@ - # Suspend the system, can be handy if you are - # using a laptop computer. - # --if [ apm_available -a -x /usr/bin/apm ]; then -- /usr/bin/apm --suspend -+ -+apm_out=` /usr/sbin/apm -s 2> /dev/null ` -+sysctl_out=` /sbin/sysctl hw.acpi.suspend_state 2> /dev/null ` -+suspend_state=` expr "//$sysctl_out" : '.*hw.acpi.suspend_state:.*\(S.*\)' ` -+ -+if [ -n "$suspend_state" ] ; then -+ /usr/sbin/acpiconf -s $suspend_state -+elif [ -e "/dev/apm" -a -n "$apm_out" ] ; then -+ if [ $apm_out -eq 1 ] ; then -+ /usr/sbin/apm -z -+ fi - fi - - # End of file diff --git a/x11/login.app/files/patch-doc::Login.app.1x b/x11/login.app/files/patch-doc::Login.app.1x deleted file mode 100644 index cef5fb3b61bb..000000000000 --- a/x11/login.app/files/patch-doc::Login.app.1x +++ /dev/null @@ -1,72 +0,0 @@ ---- doc/Login.app.1x.orig Sun Oct 24 04:45:13 2004 -+++ doc/Login.app.1x Sat Jan 22 18:38:47 2005 -@@ -1,31 +1,25 @@ --.TH Login.app 1 "October 2004" -+.TH Login.app 1 "January 2005" - .SH NAME - Login.app \- a login application with the NeXTStep look - .SH SYNOPSIS - .B Login.app - .SH "DESCRIPTION" - \fBLogin.app\fP fires up the X server, changes the background color, --and puts a login box centered on the screen. It's invoked via --\fIinit(8)\fP. -+and puts a login box centered on the screen\fP. - - It accepts several \fIcommands\fP entered on the \fBusername\fP box. - .IP * - username \fBreboot\fP with the root password, excecutes -- \fI/usr/local/GNUstep/Applications/Login.app/Scripts/Restart\fP -+ \fI%%X11BASE%%/GNUstep/Applications/Login.app/Scripts/Restart\fP - .IP * - username \fBhalt\fP with the root password, excecutes -- \fI/usr/local/GNUstep/Applications/Login.app/Scripts/PowerOff\fP -+ \fI%%X11BASE%%/GNUstep/Applications/Login.app/Scripts/PowerOff\fP - .IP * - username \fBsuspend\fP with the root password, executes -- \fI/usr/local/GNUstep/Applications/Login.app/Scripts/Suspend\fP -+ \fI%%X11BASE%%/GNUstep/Applications/Login.app/Scripts/Suspend\fP - .IP * --username \fBexit\fP without password exits (and restarts, if installed --on inittab) Login.app --.IP * --username \fBconsole\fP without password opens a kind of console where --you can login. \fBPlease note\fP root can't login here UNLESS you edit --\fI/etc/securetty(5)\fP to include ttyp0. Read that man page to find out --why. -+username \fBexit\fP without password exits Login.app and returns to -+the console login. - .SH "OPTIONS" - .TP - \fB-v\fP, \fB--version\fP -@@ -35,20 +29,14 @@ - Parse configuration and show result - .SH "FILES" - .TP --.B /etc/inittab --file used by \fIinit(8)\fP to initialize the computer --.TP --.B /usr/local/GNUstep/Applications/Login.app/Preferences -+.B %%X11BASE%%/GNUstep/Applications/Login.app/Preferences - Configuration settings. - .TP --.B /usr/local/GNUstep/Applications/Login.app/Scripts/* -+.B %%X11BASE%%/GNUstep/Applications/Login.app/Scripts/* - Scripts executed by Login.App - .TP --.B /usr/local/GNUstep/Applications/Login.app/Themes -+.B %%X11BASE%%/GNUstep/Applications/Login.app/Themes - Themes used by Login.app. --.SH BUGS --On the "console" I can't get it to recognize the root password without --changing securettys. - .SH AUTHOR - Login.app was written by Per Liden <per@rsn.hk-r.se> - .PP -@@ -56,4 +44,5 @@ - .PP - This manual page originally written by - Marcelo E. Magallon, <mmagallo@debian.org> -- with updates by Justin Stressman -+ with updates by Justin Stressman and -+ adaptions for FreeBSD by Tobias Roth diff --git a/x11/login.app/files/patch-src::config.h b/x11/login.app/files/patch-src::config.h deleted file mode 100644 index 7cccd2ccff3d..000000000000 --- a/x11/login.app/files/patch-src::config.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/config.h.orig Sat Jan 8 18:29:31 2005 -+++ src/config.h Sat Jan 8 18:29:45 2005 -@@ -23,7 +23,7 @@ - #define CONFIG_H - - /* xinit */ --#define XINIT "/usr/X11R6/bin/xinit" -+#define XINIT "%%X11BASE%%/bin/xinit" - - /* Theme directory */ - #define THEME_DIR "Themes" diff --git a/x11/login.app/files/patch-src::preferences.h b/x11/login.app/files/patch-src::preferences.h deleted file mode 100644 index 3379ab71da13..000000000000 --- a/x11/login.app/files/patch-src::preferences.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/preferences.h.orig Sun Oct 24 04:15:32 2004 -+++ src/preferences.h Sat Jan 8 18:26:20 2005 -@@ -47,7 +47,7 @@ - #endif - #define DEFAULT_POWEROFFMESSAGE "System is shutting down..." - #define DEFAULT_RESTARTMESSAGE "System is rebooting..." --#define DEFAULT_XSERVER "/usr/X11R6/bin/X" -+#define DEFAULT_XSERVER "%%X11BASE%%/bin/X" - #define DEFAULT_THEME "Drone" - #define DEFAULT_DISABLEWELCOMEMESSAGE True - #define DEFAULT_DISABLEUSERSHUTDOWN False diff --git a/x11/login.app/files/patch-src::switchuser.c b/x11/login.app/files/patch-src::switchuser.c deleted file mode 100644 index db3f7ded8899..000000000000 --- a/x11/login.app/files/patch-src::switchuser.c +++ /dev/null @@ -1,25 +0,0 @@ ---- src/switchuser.c.orig Sun Oct 24 04:15:32 2004 -+++ src/switchuser.c Sat Jan 8 18:37:49 2005 -@@ -77,7 +77,7 @@ - char* correct; - struct passwd *pw; - #ifdef SHADOW_PASSWD -- struct spwd* sp; -+ struct passwd* sp; - #endif - - pw = getpwnam(username); -@@ -87,10 +87,10 @@ - } - - #ifdef SHADOW_PASSWD -- sp = getspnam(pw->pw_name); -- endspent(); -+ sp = getpwnam(pw->pw_name); -+ endpwent(); - if(sp) { -- correct = sp->sp_pwdp; -+ correct = sp->pw_passwd; - } - else - #endif diff --git a/x11/login.app/pkg-descr b/x11/login.app/pkg-descr deleted file mode 100644 index c864d8fb094f..000000000000 --- a/x11/login.app/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Login.app is a graphical login program that will give you a nice looking login -interface to your favorite X-Server. It will also make it easy for you to -reboot or halt your system. It has support for themes, so you can easily -change the look of the login panel. - -PLEASE NOTE: Login.app is not a display manager and does not try to be. -Login.app is only a fast and nice looking graphical login panel that let's you -login on your system (you could say it's a graphical version of /bin/login). -Also, it does have some nice features to halt, reboot and suspend you system. -It will serve the needs of most users that just want a nice looking login -interface on their FreeBSD workstation. - -WWW: http://largo.windowmaker.org/Login.app/ diff --git a/x11/login.app/pkg-plist b/x11/login.app/pkg-plist deleted file mode 100644 index b4afaeaa1c7a..000000000000 --- a/x11/login.app/pkg-plist +++ /dev/null @@ -1,45 +0,0 @@ -etc/rc.d/loginapp.sh -GNUstep/Apps/Login.app/Login -GNUstep/Apps/Login.app/Preferences -GNUstep/Apps/Login.app/Scripts/Login.root -GNUstep/Apps/Login.app/Scripts/Login.user -GNUstep/Apps/Login.app/Scripts/Logout.root -GNUstep/Apps/Login.app/Scripts/PowerOff -GNUstep/Apps/Login.app/Scripts/Restart -GNUstep/Apps/Login.app/Scripts/Startup -GNUstep/Apps/Login.app/Scripts/Suspend -GNUstep/Apps/Login.app/Themes/Drone/Settings -GNUstep/Apps/Login.app/Themes/Drone/fieldlabels.png -GNUstep/Apps/Login.app/Themes/Drone/inputfield1.png -GNUstep/Apps/Login.app/Themes/Drone/inputfield2.png -GNUstep/Apps/Login.app/Themes/Drone/panel.png -GNUstep/Apps/Login.app/Themes/Drone/powerbuttondown.png -GNUstep/Apps/Login.app/Themes/Drone/powerbuttonup.png -GNUstep/Apps/Login.app/Themes/Drone/restartbuttondown.png -GNUstep/Apps/Login.app/Themes/Drone/restartbuttonup.png -GNUstep/Apps/Login.app/Themes/Drone/stop.png -GNUstep/Apps/Login.app/Themes/GNUstep/Settings -GNUstep/Apps/Login.app/Themes/GNUstep/fieldlabels.tiff -GNUstep/Apps/Login.app/Themes/GNUstep/inputfield.tiff -GNUstep/Apps/Login.app/Themes/GNUstep/panel.tiff -GNUstep/Apps/Login.app/Themes/GNUstep/powerbuttondown.tiff -GNUstep/Apps/Login.app/Themes/GNUstep/powerbuttonup.tiff -GNUstep/Apps/Login.app/Themes/GNUstep/restartbuttondown.tiff -GNUstep/Apps/Login.app/Themes/GNUstep/restartbuttonup.tiff -GNUstep/Apps/Login.app/Themes/GNUstep/stop.tiff -GNUstep/Apps/Login.app/Themes/Linux/Settings -GNUstep/Apps/Login.app/Themes/Linux/fieldlabels.tiff -GNUstep/Apps/Login.app/Themes/Linux/inputfield.tiff -GNUstep/Apps/Login.app/Themes/Linux/panel.tiff -GNUstep/Apps/Login.app/Themes/Linux/powerbuttondown.tiff -GNUstep/Apps/Login.app/Themes/Linux/powerbuttonup.tiff -GNUstep/Apps/Login.app/Themes/Linux/restartbuttondown.tiff -GNUstep/Apps/Login.app/Themes/Linux/restartbuttonup.tiff -GNUstep/Apps/Login.app/Themes/Linux/stop.tiff -@dirrm GNUstep/Apps/Login.app/Themes/Linux -@dirrm GNUstep/Apps/Login.app/Themes/GNUstep -@dirrm GNUstep/Apps/Login.app/Themes/Drone -@dirrm GNUstep/Apps/Login.app/Themes -@dirrm GNUstep/Apps/Login.app/Scripts -@dirrm GNUstep/Apps/Login.app -@dirrm GNUstep/Apps |