summaryrefslogtreecommitdiffstats
path: root/www/comline
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-12-10 09:15:38 +0000
committerache <ache@FreeBSD.org>1995-12-10 09:15:38 +0000
commit320da7652a66bd2018b8facdfe2551df01b79afb (patch)
treec79da62dd1bd7ecebf95b5a7a23bfc61f641b309 /www/comline
parent6ac069f5f21fa6ddce099649ee914ef36b306ff0 (diff)
downloadFreeBSD-ports-320da7652a66bd2018b8facdfe2551df01b79afb.zip
FreeBSD-ports-320da7652a66bd2018b8facdfe2551df01b79afb.tar.gz
W3C Command Line WWW Tool
Diffstat (limited to 'www/comline')
-rw-r--r--www/comline/Makefile26
-rw-r--r--www/comline/distinfo2
-rw-r--r--www/comline/pkg-comment1
-rw-r--r--www/comline/pkg-descr1
-rw-r--r--www/comline/pkg-plist2
5 files changed, 32 insertions, 0 deletions
diff --git a/www/comline/Makefile b/www/comline/Makefile
new file mode 100644
index 0000000..b3b1f38
--- /dev/null
+++ b/www/comline/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: comline
+# Version required: 4.0pre7
+# Date created: 9 Dec 1995
+# Whom: ache
+#
+# $Id: Makefile,v 1.6 1995/11/27 04:10:16 asami Exp $
+#
+
+DISTNAME= WWW
+PKGNAME= comline_4.0p7
+CATEGORIES+= www
+MASTER_SITES= ftp://ftp.w3.org/pub/comline/ \
+ ftp://ftp.w3.org/pub/libwww/
+DISTFILES= w3c_4.0pre7_src.tar.gz \
+ libwww_4.0pre7_src.tar.gz
+
+MAINTAINER= ache@freebsd.org
+
+do-build:
+ cd ${WRKSRC}; ./BUILD comline
+
+do-install:
+ ${INSTALL} -s -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${WRKSRC}/ComLine/freebsd/w3c ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/www/comline/distinfo b/www/comline/distinfo
new file mode 100644
index 0000000..721e23c
--- /dev/null
+++ b/www/comline/distinfo
@@ -0,0 +1,2 @@
+MD5 (w3c_4.0pre7_src.tar.gz) = 02a388a78fce5968152e0814277e2dc9
+MD5 (libwww_4.0pre7_src.tar.gz) = a85e1d8f937639ff3e9fc0a88b00c890
diff --git a/www/comline/pkg-comment b/www/comline/pkg-comment
new file mode 100644
index 0000000..74ee33d
--- /dev/null
+++ b/www/comline/pkg-comment
@@ -0,0 +1 @@
+W3C Command Line WWW Tool
diff --git a/www/comline/pkg-descr b/www/comline/pkg-descr
new file mode 100644
index 0000000..66553c4
--- /dev/null
+++ b/www/comline/pkg-descr
@@ -0,0 +1 @@
+W3C Command Line WWW Tool, basic HTTP operations implemented
diff --git a/www/comline/pkg-plist b/www/comline/pkg-plist
new file mode 100644
index 0000000..22a5336
--- /dev/null
+++ b/www/comline/pkg-plist
@@ -0,0 +1,2 @@
+@cwd /usr/local
+bin/w3c
OpenPOWER on IntegriCloud