Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

4
textproc/coccigrep/DESCR Normal file
View File

@@ -0,0 +1,4 @@
coccigrep is a semantic grep for the C language based on coccinelle.
It can be used to find where a given structure is used in code
files. coccigrep depends on the spatch program which comes with
coccinelle.

View File

@@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.7 2013/06/11 14:05:24 ryoon Exp $
#
DISTNAME= coccigrep-1.12
CATEGORIES= textproc
MASTER_SITES= http://home.regit.org/wp-content/uploads/2011/08/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://home.regit.org/software/coccigrep/
COMMENT= Semantic grep for the C language
LICENSE= gnu-gpl-v3
DEPENDS= coccinelle-[0-9]*:../../devel/coccinelle
USE_LANGUAGES= # none
INSTALLATION_DIRS= ${PKGMANDIR}/man1
post-install:
${INSTALL_DATA} ${WRKSRC}/coccigrep.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

19
textproc/coccigrep/PLIST Normal file
View File

@@ -0,0 +1,19 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2011/11/08 11:15:32 ryoon Exp $
bin/coccigrep
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/coccigrep/__init__.py
${PYSITELIB}/coccigrep/__init__.pyc
${PYSITELIB}/coccigrep/__init__.pyo
${PYSITELIB}/coccigrep/coccigrep.cfg
${PYSITELIB}/coccigrep/coccigrep.py
${PYSITELIB}/coccigrep/coccigrep.pyc
${PYSITELIB}/coccigrep/coccigrep.pyo
${PYSITELIB}/coccigrep/data/deref.cocci
${PYSITELIB}/coccigrep/data/func.cocci
${PYSITELIB}/coccigrep/data/set.cocci
${PYSITELIB}/coccigrep/data/test.cocci
${PYSITELIB}/coccigrep/data/used.cocci
man/man1/coccigrep.1

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2013/06/11 14:05:24 ryoon Exp $
SHA1 (coccigrep-1.12.tar.gz) = 4680a5932066ff7a54b9f3d27725d47d54ecff9c
RMD160 (coccigrep-1.12.tar.gz) = 755cd67d55e8998cc23313112302da499aa40d47
Size (coccigrep-1.12.tar.gz) = 32693 bytes