xarchie 2.0.10 port, X11 archie client

This commit is contained in:
form 1998-05-06 05:14:17 +00:00
parent 827690eaf1
commit 06316ca038
9 changed files with 108 additions and 0 deletions

19
net/xarchie/Makefile Normal file
View File

@ -0,0 +1,19 @@
# New ports collection makefile for: xarchie
# Version required: 2.0.10
# Date created: 6 May 1998
# Whom: form
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/06 05:14:17 form Exp $
# FreeBSD: Makefile,v 1.12 1996/12/01 01:23:22 obrien Exp
#
DISTNAME= xarchie-2.0.10
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
MAINTAINER= form@vs.itam.nsc.ru
USE_IMAKE= yes
.include <bsd.port.mk>

1
net/xarchie/files/md5 Normal file
View File

@ -0,0 +1 @@
MD5 (xarchie-2.0.10.tar.gz) = fe9e39b3da4f334fbfb610b65776ed43

View File

@ -0,0 +1,19 @@
*** FWF/Dir/Imakefile.orig Sat Sep 24 04:28:46 1994
--- FWF/Dir/Imakefile Sat Sep 24 04:29:05 1994
***************
*** 28,34 ****
else echo ""; \
fi; exit 0)
@rm -f regexp.h
! @(if [ ! -f /usr/include/regexp.h ]; \
then echo "Patching because no regexp.h"; \
echo "#ifndef _BRIREGEXP_H_" > regexp.h; \
echo "#define _BRIREGEXP_H_" >> regexp.h; \
--- 28,34 ----
else echo ""; \
fi; exit 0)
@rm -f regexp.h
! @(if [ ! -f /usr/include/__regexp.h ]; \
then echo "Patching because no regexp.h"; \
echo "#ifndef _BRIREGEXP_H_" > regexp.h; \
echo "#define _BRIREGEXP_H_" >> regexp.h; \

View File

@ -0,0 +1,21 @@
*** query.c.orig Wed May 6 12:02:31 1998
--- query.c Wed May 6 12:03:32 1998
***************
*** 369,376 ****
struct tm *presenttime;
long now;
! (void)time(&now);
! presenttime = localtime(&now);
if (strcmp(vl->type,"DIRECTORY") == 0) {
*typep = DB_DIRECTORY;
} else {
--- 369,376 ----
struct tm *presenttime;
long now;
! (void)time((time_t *)&now);
! presenttime = localtime((time_t *)&now);
if (strcmp(vl->type,"DIRECTORY") == 0) {
*typep = DB_DIRECTORY;
} else {

View File

@ -0,0 +1,19 @@
*** regex.c.orig Wed May 6 12:00:39 1998
--- regex.c Wed May 6 12:02:12 1998
***************
*** 588,594 ****
#define CHRSKIP 3 /* [CLO] CHR chr END ... */
#define CCLSKIP 18 /* [CLO] CCL 16bytes END ... */
! static char *
pmatch(lp, ap)
register char *lp;
register CHAR *ap;
--- 588,594 ----
#define CHRSKIP 3 /* [CLO] CHR chr END ... */
#define CCLSKIP 18 /* [CLO] CCL 16bytes END ... */
! char *
pmatch(lp, ap)
register char *lp;
register CHAR *ap;

View File

@ -0,0 +1,19 @@
*** FWF/FileChooser/FChooser.h.orig Wed May 6 11:55:00 1998
--- FWF/FileChooser/FChooser.h Wed May 6 11:58:49 1998
***************
*** 49,55 ****
typedef struct _XfwfFileChooserClassRec *XfwfFileChooserWidgetClass;
typedef struct _XfwfFileChooserRec *XfwfFileChooserWidget;
! #define XtNcurrentDirectory "currentDirectory"
#define XtNcurrentFile "currentFile"
#define XtNsortMode "sortMode"
#define XtNpattern "pattern"
--- 49,55 ----
typedef struct _XfwfFileChooserClassRec *XfwfFileChooserWidgetClass;
typedef struct _XfwfFileChooserRec *XfwfFileChooserWidget;
! /* #define XtNcurrentDirectory "currentDirectory" */
#define XtNcurrentFile "currentFile"
#define XtNsortMode "sortMode"
#define XtNpattern "pattern"

1
net/xarchie/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
X11 front-end program for the archie network search service

6
net/xarchie/pkg/DESCR Normal file
View File

@ -0,0 +1,6 @@
George Ferguson, ferguson@cs.rochester.edu
Last Change: 24 Aug 1993
This is release 2.0 of xarchie -- an X browser interface to
the Archie Internet information system. See README for original
unabridged text of description.

3
net/xarchie/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
bin/xarchie
lib/X11/app-defaults/Xarchie
man/cat1/xarchie.0