diff options
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/penv/Makefile | 47 | ||||
-rw-r--r-- | sysutils/penv/distinfo | 1 | ||||
-rw-r--r-- | sysutils/penv/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/penv/pkg-descr | 5 | ||||
-rw-r--r-- | sysutils/penv/pkg-plist | 6 |
6 files changed, 61 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 88bbff9ed4bb..4cb9d7e5fb98 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -114,6 +114,7 @@ SUBDIR += p5-Unix-Syslog SUBDIR += paicc SUBDIR += pdumpfs + SUBDIR += penv SUBDIR += perf SUBDIR += personality SUBDIR += pib diff --git a/sysutils/penv/Makefile b/sysutils/penv/Makefile new file mode 100644 index 000000000000..d6e6919330e7 --- /dev/null +++ b/sysutils/penv/Makefile @@ -0,0 +1,47 @@ +# New ports collection makefile for: penv +# Date created: 5 August 2001 +# Whom: roam@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= penv +PORTVERSION= 1.0.b2 +CATEGORIES= sysutils +MASTER_SITES= http://devel.ringlet.net/sysutils/penv/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/} + +MAINTAINER= roam@FreeBSD.org + +RUN_DEPENDS= envdir:${PORTSDIR}/sysutils/daemontools + +MAN1= penv.1 +MANCOMPRESSED= yes + +CFLAGS_COMPAT= -DHAVE_STRLCPY -DHAVE_FGETLN +MAKE_ENV+= CFLAGS_COMPAT="${CFLAGS_COMPAT}" + +.if !defined(NO_RELEASE) +MAKE_ENV+= RELEASE=yes +.endif + +DBDIR?= /var/db/${PORTNAME} + +PREFIXCONF= penv.1 penv.conf.default +DBCONF= pathnames.h penv.1 penv.conf.default + +post-patch: + ${PERL} -pi.pfx -e "s,/usr/local,${PREFIX},g" \ + ${PREFIXCONF:S,^,${WRKSRC}/,} + ${PERL} -pi.dbdir -e "s,/var/db/penv,${DBDIR},g" \ + ${DBCONF:S,^,${WRKSRC}/,} + +post-install: + ${MKDIR} ${PREFIX}/etc + ${INSTALL_DATA} ${WRKSRC}/penv.conf.default ${PREFIX}/etc +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR}/html + ${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR}/html +.endif + +.include <bsd.port.mk> diff --git a/sysutils/penv/distinfo b/sysutils/penv/distinfo new file mode 100644 index 000000000000..84494d0d974b --- /dev/null +++ b/sysutils/penv/distinfo @@ -0,0 +1 @@ +MD5 (penv-1.0pre2.tar.gz) = fa90ea7b97b88b25a36d339c7544c2db diff --git a/sysutils/penv/pkg-comment b/sysutils/penv/pkg-comment new file mode 100644 index 000000000000..7ccead9f79ec --- /dev/null +++ b/sysutils/penv/pkg-comment @@ -0,0 +1 @@ +Set the environment accoring to the current working directory diff --git a/sysutils/penv/pkg-descr b/sysutils/penv/pkg-descr new file mode 100644 index 000000000000..cf043c599bfb --- /dev/null +++ b/sysutils/penv/pkg-descr @@ -0,0 +1,5 @@ +Penv runs a specified command after setting an execution environment +corresponding to the current working directory. + +WWW: http://devel.ringlet.net/sysutils/penv/ +Author: Peter Pentchev <roam@ringlet.net> diff --git a/sysutils/penv/pkg-plist b/sysutils/penv/pkg-plist new file mode 100644 index 000000000000..dc3da73171ae --- /dev/null +++ b/sysutils/penv/pkg-plist @@ -0,0 +1,6 @@ +bin/penv +etc/penv.conf.default +%%PORTDOCS%%share/doc/penv/html/created.with.vim.gif +%%PORTDOCS%%share/doc/penv/html/index.html +%%PORTDOCS%%@dirrm share/doc/penv/html +%%PORTDOCS%%@dirrm share/doc/penv |