1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

New port, portlint:

portlint makes a small set of sanity checks for port directory.

usage:
Submitted by:	Jun-ichiro ITOH <itojun@itojun.org>
PR:		3863
This commit is contained in:
Masafumi Max NAKANE 1997-06-15 14:12:38 +00:00
parent 611a5d8ce4
commit dc92a3e522
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6943
8 changed files with 64 additions and 0 deletions

23
devel/portlint/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: portlint
# Version required: 1.9
# Date created: 13 Jun 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id$
#
DISTNAME= portlint.pl-1.9
PKGNAME= portlint-1.9
CATEGORIES= devel
MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/portlint/
EXTRACT_SUFX=
MAINTAINER= itojun@itojun.org
EXTRACT_ONLY= # This value is intentionally left empty.
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/portlint
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
a verifier for FreeBSD port directory.

7
devel/portlint/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
portlint makes a small set of sanity checks for port directory.
usage:
portlint [-v] [dir]
-v verbose
dir directory to check. checks the current directory if omitted.

1
devel/portlint/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/portlint

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: portlint
# Version required: 1.9
# Date created: 13 Jun 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id$
#
DISTNAME= portlint.pl-1.9
PKGNAME= portlint-1.9
CATEGORIES= devel
MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/portlint/
EXTRACT_SUFX=
MAINTAINER= itojun@itojun.org
EXTRACT_ONLY= # This value is intentionally left empty.
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/portlint
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
a verifier for FreeBSD port directory.

View File

@ -0,0 +1,7 @@
portlint makes a small set of sanity checks for port directory.
usage:
portlint [-v] [dir]
-v verbose
dir directory to check. checks the current directory if omitted.

View File

@ -0,0 +1 @@
bin/portlint