1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

GNU's indent.

PR:		ports/4406
Submitted by:	Kapil Chowksey <kchowksey@hss.hns.com>
This commit is contained in:
David E. O'Brien 1997-08-29 09:20:02 +00:00
parent 79f55786fb
commit 3b97673444
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7721
5 changed files with 38 additions and 0 deletions

31
devel/gindent/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: indent
# Version required: 1.9.1
# Date created: 28 August 1997
# Whom: Kapil Chowksey <kchowksey@hss.hns.com>
#
# $Id$
#
DISTNAME= indent-1.9.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= kchowksey@hss.hns.com
MAN1= indent.1
post-install:
@mv ${PREFIX}/bin/indent ${PREFIX}/bin/indent
@strip ${PREFIX}/bin/indent
@test -d ${PREFIX}/info || ${MKDIR} ${PREFIX}/info \
&& chmod a+rx ${PREFIX}/info
@if [ ! -f ${PREFIX}/info/dir ]; then \
if [ -f /usr/share/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
else \
touch ${PREFIX}/info/dir ; \
fi ; \
fi
@install-info ${PREFIX}/info/indent.info ${PREFIX}/info/dir
.include <bsd.port.mk>

1
devel/gindent/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (indent-1.9.1.tar.gz) = 21b5f78c7ade93fa7d33f79ff48d3982

View File

@ -0,0 +1 @@
GNU indent.

2
devel/gindent/pkg-descr Normal file
View File

@ -0,0 +1,2 @@
The `indent' program changes the appearance of a C program by
inserting or deleting whitespace.

3
devel/gindent/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/indent
man/man1/indent.1.gz
info/indent.info