diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-17 12:58:14 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-17 12:58:14 +0000 |
commit | 8c110573ff3fec92da9e6cc83fdf0d81853c9f0c (patch) | |
tree | 906442ab5a8ea2e18ea6f160d7588680065d9d27 /sysutils/stowES | |
parent | 103a92f4ddee2aefd9958cce06043acc6f0c0748 (diff) | |
download | ports-8c110573ff3fec92da9e6cc83fdf0d81853c9f0c.tar.gz ports-8c110573ff3fec92da9e6cc83fdf0d81853c9f0c.zip |
Notes
Diffstat (limited to 'sysutils/stowES')
-rw-r--r-- | sysutils/stowES/Makefile | 30 | ||||
-rw-r--r-- | sysutils/stowES/distinfo | 1 | ||||
-rw-r--r-- | sysutils/stowES/files/patch-stowES.in | 11 | ||||
-rw-r--r-- | sysutils/stowES/files/patch-stowES.pod | 11 | ||||
-rw-r--r-- | sysutils/stowES/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/stowES/pkg-descr | 10 | ||||
-rw-r--r-- | sysutils/stowES/pkg-plist | 8 |
7 files changed, 72 insertions, 0 deletions
diff --git a/sysutils/stowES/Makefile b/sysutils/stowES/Makefile new file mode 100644 index 000000000000..78f56e6e915c --- /dev/null +++ b/sysutils/stowES/Makefile @@ -0,0 +1,30 @@ +# ex:ts=8 +# New ports collection makefile for: stowES +# Date created: Mar 17, 2001 +# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= stowES +PORTVERSION= 0.4.2 +CATEGORIES= sysutils +MASTER_SITES= http://www.inf.tu-dresden.de/~al10/stowES/download/ + +MAINTAINER= ijliao@FreeBSD.org + +#RUN_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 \ +# stow:${PORTSDIR}/sysutils/stow + +GNU_CONFIGURE= yes + +USE_GMAKE= yes + +MAN1= stowES.1 + +post-patch: +.for file in stowES.in stowES.pod + @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${file} +.endfor + +.include <bsd.port.mk> diff --git a/sysutils/stowES/distinfo b/sysutils/stowES/distinfo new file mode 100644 index 000000000000..7e04e27a4d28 --- /dev/null +++ b/sysutils/stowES/distinfo @@ -0,0 +1 @@ +MD5 (stowES-0.4.2.tar.gz) = 52df6d6d956a3e49b45a4860e78a3870 diff --git a/sysutils/stowES/files/patch-stowES.in b/sysutils/stowES/files/patch-stowES.in new file mode 100644 index 000000000000..4cd13607cb4b --- /dev/null +++ b/sysutils/stowES/files/patch-stowES.in @@ -0,0 +1,11 @@ +--- stowES.in.orig Sat Mar 17 17:57:20 2001 ++++ stowES.in Sat Mar 17 18:00:33 2001 +@@ -90,7 +90,7 @@ + my %ParamConfigure; + my %ParamMake; + +-my @rcFiles = ('/etc/stowESrc', '~/.stowESrc'); ++my @rcFiles = ('%%PREFIX%%/etc/stowESrc', '~/.stowESrc'); + my @ConfigFiles = (); # config-files given by the user + + my %Progs = ( make => 'make', diff --git a/sysutils/stowES/files/patch-stowES.pod b/sysutils/stowES/files/patch-stowES.pod new file mode 100644 index 000000000000..37b327f5992e --- /dev/null +++ b/sysutils/stowES/files/patch-stowES.pod @@ -0,0 +1,11 @@ +--- stowES.pod.orig Sat Mar 17 18:03:45 2001 ++++ stowES.pod Sat Mar 17 18:04:05 2001 +@@ -583,7 +583,7 @@ + You may store any option you would write on the command line in a config + file. These options are pushed before the arguments you gave on the + command line, so you can overwrite options given in a config file. +-Standard configs may be placed in "/etc/stowESrc" and/or "~/.stowESrc". ++Standard configs may be placed in "%%PREFIX%%/etc/stowESrc" and/or "~/.stowESrc". + + The system wide configuration file is read first. + diff --git a/sysutils/stowES/pkg-comment b/sysutils/stowES/pkg-comment new file mode 100644 index 000000000000..63df379950fa --- /dev/null +++ b/sysutils/stowES/pkg-comment @@ -0,0 +1 @@ +stow Enhancement Script diff --git a/sysutils/stowES/pkg-descr b/sysutils/stowES/pkg-descr new file mode 100644 index 000000000000..df572fc13463 --- /dev/null +++ b/sysutils/stowES/pkg-descr @@ -0,0 +1,10 @@ +stowES (stow Enhancement Script) is a Perl script which tries to ease the +use of the "stow" packaging program and software which can be compiled +and installed with autoconf. It automates the compilation and installation +of software packages by calling tar, configure, make, and stow with the +appropriate arguments. Furthermore it helps maintaining your installed +software by creating library dependencies and checksums, and providing +various search functions. It is also possible to create tar-archives out +of your installed packages. + +WWW: http://www.inf.tu-dresden.de/~al10/stowES/ diff --git a/sysutils/stowES/pkg-plist b/sysutils/stowES/pkg-plist new file mode 100644 index 000000000000..6c9df1c565a3 --- /dev/null +++ b/sysutils/stowES/pkg-plist @@ -0,0 +1,8 @@ +bin/stowES +share/doc/stowES/COPYING +share/doc/stowES/NEWS +share/doc/stowES/README +share/doc/stowES/stowES.html +share/doc/stowES/stowES.pod +share/doc/stowES/stowES.txt +@dirrm share/doc/stowES |