diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 1999-06-25 20:13:40 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 1999-06-25 20:13:40 +0000 |
commit | 843b8f4a8f226305ad24e88f0fbed02c54278665 (patch) | |
tree | 2dbc6d8433fb0978f9fda2781b23a91b787dc017 /devel/shtool | |
parent | c1c6dfd089b06ba49b5fcdd74c3938bbc5ed27eb (diff) | |
download | ports-843b8f4a8f226305ad24e88f0fbed02c54278665.tar.gz ports-843b8f4a8f226305ad24e88f0fbed02c54278665.zip |
Notes
Diffstat (limited to 'devel/shtool')
-rw-r--r-- | devel/shtool/Makefile | 10 | ||||
-rw-r--r-- | devel/shtool/distinfo | 2 | ||||
-rw-r--r-- | devel/shtool/pkg-comment | 2 | ||||
-rw-r--r-- | devel/shtool/pkg-descr | 21 |
4 files changed, 18 insertions, 17 deletions
diff --git a/devel/shtool/Makefile b/devel/shtool/Makefile index 624e177a8d39..ec3117e2fd37 100644 --- a/devel/shtool/Makefile +++ b/devel/shtool/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: shtool -# Version required: 1.2.9 +# Version required: 1.3.0 # Date created: 26-Apr-1999 # Whom: Ralf S. Engelschall # -# $Id: Makefile,v 1.7 1999/05/28 11:20:42 rse Exp $ +# $Id: Makefile,v 1.8 1999/06/02 12:08:01 rse Exp $ # -DISTNAME= shtool-1.2.9 +DISTNAME= shtool-1.3.0 CATEGORIES= devel -MASTER_SITES= http://www.engelschall.com/sw/shtool/ \ - ftp://ftp.engelschall.com/sw/shtool/ +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= shtool MAINTAINER= rse@engelschall.com diff --git a/devel/shtool/distinfo b/devel/shtool/distinfo index 3bb3bdc469e2..f5c341cf408f 100644 --- a/devel/shtool/distinfo +++ b/devel/shtool/distinfo @@ -1 +1 @@ -MD5 (shtool-1.2.9.tar.gz) = 0eab5db63fd477c6438790eb8cc9cbac +MD5 (shtool-1.3.0.tar.gz) = 5fd24fd0f1ef980f9630a0b84c829f54 diff --git a/devel/shtool/pkg-comment b/devel/shtool/pkg-comment index 1bfb17376f78..a0d75458c086 100644 --- a/devel/shtool/pkg-comment +++ b/devel/shtool/pkg-comment @@ -1 +1 @@ -Portable Shell Tool +The GNU Portable Shell Tool diff --git a/devel/shtool/pkg-descr b/devel/shtool/pkg-descr index 391cb0d7a93c..9499d225d1a0 100644 --- a/devel/shtool/pkg-descr +++ b/devel/shtool/pkg-descr @@ -1,12 +1,13 @@ -shtool -- Portable Shell Tool -Copyright (c) 1994-1999 Ralf S. Engelschall, All rights reserved. +GNU shtool -- The GNU Portable Shell Tool +Copyright (c) 1994-1999 Ralf S. Engelschall <rse@engelschall.com> -This is a compilation of small but very stable and portable shell scripts -into a single shell tool. All ingredients were in successful use over many -years in various Open Source projects. The compiled shtool program is -intended to be used inside the source tree of Open Source packages. There it -can overtake various (usually non-portable) tasks related to the building and -installation of an Open Source package. +http://www.gnu.org/software/shtool/ +ftp://ftp.gnu.org/gnu/shtool/ -http://www.engelschall.com/sw/shtool/ - ftp://ftp.engelschall.com/sw/shtool/ +The GNU shtool program is a compilation of small but very stable and +portable shell scripts into a single shell tool. All ingredients were +in successful use over many years in various free software projects. +The compiled shtool program is intended to be used inside the source +tree of free software packages. There it can take over various (usually +non-portable) tasks related to the building and installation of such +packages. |