svn commit: r326834 - in head/textproc: . checkbashisms

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 9 18:19:57 UTC 2013


Author: sunpoet
Date: Mon Sep  9 18:19:55 2013
New Revision: 326834
URL: http://svnweb.freebsd.org/changeset/ports/326834

Log:
  - Add checkbashisms 2.12.6
  
  Debian script that checks for bashisms
  
  WWW: http://packages.qa.debian.org/d/devscripts.html
  
  PR:		ports/179188
  Submitted by:	Hakisho Nukama <nukama at gmail.com>

Added:
  head/textproc/checkbashisms/
  head/textproc/checkbashisms/Makefile   (contents, props changed)
  head/textproc/checkbashisms/distinfo   (contents, props changed)
  head/textproc/checkbashisms/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Sep  9 18:19:50 2013	(r326833)
+++ head/textproc/Makefile	Mon Sep  9 18:19:55 2013	(r326834)
@@ -61,6 +61,7 @@
     SUBDIR += cbedic
     SUBDIR += cdif
     SUBDIR += cdiff
+    SUBDIR += checkbashisms
     SUBDIR += chm2pdf
     SUBDIR += chpp
     SUBDIR += cl-meta

Added: head/textproc/checkbashisms/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/checkbashisms/Makefile	Mon Sep  9 18:19:55 2013	(r326834)
@@ -0,0 +1,30 @@
+# Created by: Hakisho Nukama <nukama at gmail.com>
+# $FreeBSD$
+
+PORTNAME=	checkbashisms
+PORTVERSION=	2.12.6
+CATEGORIES=	textproc perl5
+MASTER_SITES=	http://ftp.debian.org/debian/pool/main/d/devscripts/
+DISTNAME=	devscripts_${PORTVERSION}
+
+MAINTAINER=	nukama+maintainer at gmail.com
+COMMENT=	Debian script that checks for bash-isms
+
+LICENSE=	GPLv2
+
+NO_BUILD=	yes
+USE_PERL5=	run
+USES=		perl5
+WRKSRC=		${WRKDIR}/devscripts-${PORTVERSION}
+
+MAN1=		checkbashisms.1
+PLIST_FILES=	bin/checkbashisms
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|###VERSION###|${PORTVERSION}|' ${WRKSRC}/scripts/checkbashisms.pl
+
+do-install:
+	${INSTALL_SCRIPT} ${WRKSRC}/scripts/checkbashisms.pl ${PREFIX}/bin/checkbashisms
+	${INSTALL_MAN} ${WRKSRC}/scripts/checkbashisms.1 ${MANPREFIX}/man/man1/
+
+.include <bsd.port.mk>

Added: head/textproc/checkbashisms/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/checkbashisms/distinfo	Mon Sep  9 18:19:55 2013	(r326834)
@@ -0,0 +1,2 @@
+SHA256 (devscripts_2.12.6.tar.gz) = eab908dc6809459a62eac4e6d07bda714123fc4cc0b15e275b865c8a49e65f8e
+SIZE (devscripts_2.12.6.tar.gz) = 996395

Added: head/textproc/checkbashisms/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/checkbashisms/pkg-descr	Mon Sep  9 18:19:55 2013	(r326834)
@@ -0,0 +1,3 @@
+Debian script that checks for bashisms
+
+WWW: http://packages.qa.debian.org/d/devscripts.html


More information about the svn-ports-all mailing list