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:
parent
611a5d8ce4
commit
dc92a3e522
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6943
23
devel/portlint/Makefile
Normal file
23
devel/portlint/Makefile
Normal 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>
|
1
devel/portlint/pkg-comment
Normal file
1
devel/portlint/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
a verifier for FreeBSD port directory.
|
7
devel/portlint/pkg-descr
Normal file
7
devel/portlint/pkg-descr
Normal 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
1
devel/portlint/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/portlint
|
23
ports-mgmt/portlint/Makefile
Normal file
23
ports-mgmt/portlint/Makefile
Normal 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>
|
1
ports-mgmt/portlint/pkg-comment
Normal file
1
ports-mgmt/portlint/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
a verifier for FreeBSD port directory.
|
7
ports-mgmt/portlint/pkg-descr
Normal file
7
ports-mgmt/portlint/pkg-descr
Normal 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
ports-mgmt/portlint/pkg-plist
Normal file
1
ports-mgmt/portlint/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/portlint
|
Loading…
Reference in New Issue
Block a user