mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
add stowES
stow Enhancement Script
This commit is contained in:
parent
103a92f4dd
commit
8c110573ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39966
@ -111,6 +111,7 @@
|
||||
SUBDIR += stat
|
||||
SUBDIR += stmpclean
|
||||
SUBDIR += stow
|
||||
SUBDIR += stowES
|
||||
SUBDIR += su2
|
||||
SUBDIR += symlinks
|
||||
SUBDIR += syslog-ng
|
||||
|
30
sysutils/stowES/Makefile
Normal file
30
sysutils/stowES/Makefile
Normal file
@ -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>
|
1
sysutils/stowES/distinfo
Normal file
1
sysutils/stowES/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (stowES-0.4.2.tar.gz) = 52df6d6d956a3e49b45a4860e78a3870
|
11
sysutils/stowES/files/patch-stowES.in
Normal file
11
sysutils/stowES/files/patch-stowES.in
Normal file
@ -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',
|
11
sysutils/stowES/files/patch-stowES.pod
Normal file
11
sysutils/stowES/files/patch-stowES.pod
Normal file
@ -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.
|
||||
|
1
sysutils/stowES/pkg-comment
Normal file
1
sysutils/stowES/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
stow Enhancement Script
|
10
sysutils/stowES/pkg-descr
Normal file
10
sysutils/stowES/pkg-descr
Normal file
@ -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/
|
8
sysutils/stowES/pkg-plist
Normal file
8
sysutils/stowES/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user