1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Upgrade to 4.0pre7

This commit is contained in:
Andrey A. Chernov 1995-12-10 10:24:34 +00:00
parent 971e8217e2
commit f512900299
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2546
3 changed files with 14 additions and 11 deletions

View File

@ -1,23 +1,26 @@
# New ports collection makefile for: cern_linemode
# Version required: 3.0 / 3.0
# Version required: 4.0p7
# Date created: 17 April 1995
# Whom: NIIMI Satoshi <sa2c@and.or.jp>
#
# $Id: Makefile,v 1.5 1995/10/03 07:03:50 asami Exp $
# $Id: Makefile,v 1.6 1995/11/27 04:10:16 asami Exp $
#
DISTNAME= WWW
PKGNAME= cern_linemode-3.0
PKGNAME= cern_linemode-4.0p7
CATEGORIES+= www
MASTER_SITES= ftp://ftp.w3.org/pub/www/src/
DISTFILES= WWWLineMode_3.0.tar.Z WWWLibrary_3.0.tar.Z
MASTER_SITES= ftp://ftp.w3.org/pub/linemode/ \
ftp://ftp.w3.org/pub/libwww/
DISTFILES= www_4.0pre7_src.tar.gz \
libwww_4.0pre7_src.tar.gz
MAINTAINER= sa2c@and.or.jp
PATCH_STRIP= -p1
do-build:
cd ${WRKSRC}; ./BUILD linemode
do-install:
install -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${WRKSRC}/LineMode/unix/www ${PREFIX}/bin
${INSTALL} -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${WRKSRC}/LineMode/freebsd/www ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (WWWLineMode_3.0.tar.Z) = c2e923e5c80c521525ecede6ca814b64
MD5 (WWWLibrary_3.0.tar.Z) = 6febb252e71612ec539c79d5fe6e695a
MD5 (www_4.0pre7_src.tar.gz) = 2c74fb6366a9093c7d12f4f14720fce3
MD5 (libwww_4.0pre7_src.tar.gz) = a85e1d8f937639ff3e9fc0a88b00c890

View File

@ -1 +1 @@
WWW LineMode Browser from Cern (version 3.0)
WWW LineMode Browser from CERN