Port of xarchie version 2.0.9
This commit is contained in:
parent
7883df5ea2
commit
ca4f540277
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118
5 changed files with 44 additions and 0 deletions
15
net/xarchie/Makefile
Normal file
15
net/xarchie/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# New ports collection makefile for: xarchie
|
||||
# Version required: 2.0.9
|
||||
# Date created: 24 September 1994
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1994/09/14 14:14:09 jkh Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xarchie-2.0.9
|
||||
USE_IMAKE= yes
|
||||
MASTER_SITES= ftp://ftp.uu.net/networking/info-service/archie/clients/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
DEPENDS_ON= net/archie
|
||||
|
||||
.include <bsd.port.mk>
|
19
net/xarchie/files/patch-aa
Normal file
19
net/xarchie/files/patch-aa
Normal 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; \
|
1
net/xarchie/pkg-comment
Normal file
1
net/xarchie/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
X11 front-end program for the archie network search service
|
6
net/xarchie/pkg-descr
Normal file
6
net/xarchie/pkg-descr
Normal 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
3
net/xarchie/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
@cwd /usr/X386
|
||||
bin/xarchie
|
||||
lib/X11/app-defaults/Xarchie
|
Loading…
Reference in a new issue