pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
coccigrep: remove, used for updating pkgsrc
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sun Oct 13 18:39:21 2024 +0200
Changeset: 937f34d17960660a4fdc7da260a2f28d88f4e458
Modified Files:
Makefile
Removed Files:
coccigrep/DESCR
coccigrep/Makefile
coccigrep/PLIST
coccigrep/distinfo
Log Message:
coccigrep: remove, used for updating pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=937f34d17960660a4fdc7da260a2f28d88f4e458
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 8 ++++----
coccigrep/DESCR | 4 ----
coccigrep/Makefile | 28 ----------------------------
coccigrep/PLIST | 21 ---------------------
coccigrep/distinfo | 5 -----
5 files changed, 4 insertions(+), 62 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 5ebd8afdef..d44f1e81ea 100644
--- a/Makefile
+++ b/Makefile
@@ -302,6 +302,7 @@ SUBDIR+= bfgminer
SUBDIR+= bicon
SUBDIR+= bifrost
SUBDIR+= bigdft
+SUBDIR+= bigloo
SUBDIR+= bijiben
SUBDIR+= bind920
SUBDIR+= bindgraph
@@ -441,7 +442,6 @@ SUBDIR+= cgal
SUBDIR+= cglib
SUBDIR+= cgnslib
SUBDIR+= cgterm
-SUBDIR+= chafa
SUBDIR+= chakracore-git
SUBDIR+= chani
SUBDIR+= chapel
@@ -522,7 +522,6 @@ SUBDIR+= cm-unicode-ttf
SUBDIR+= cmetrics
SUBDIR+= cmoc
SUBDIR+= cmvnd-fonts
-SUBDIR+= coccigrep
SUBDIR+= cockatrice
SUBDIR+= cockatrice-server
SUBDIR+= cockroach
@@ -1843,9 +1842,8 @@ SUBDIR+= kdecoration
SUBDIR+= kea
SUBDIR+= kea-git
SUBDIR+= keama-git
-SUBDIR+= kermit
-SUBDIR+= kew
SUBDIR+= kepubify
+SUBDIR+= kermit
SUBDIR+= kf6-kstatusnotifieritem
SUBDIR+= kgamma5
SUBDIR+= kgrab
@@ -4376,6 +4374,7 @@ SUBDIR+= py-pysam
SUBDIR+= py-pysb
SUBDIR+= py-pyscard
SUBDIR+= py-pyside
+SUBDIR+= py-pyside-setup
SUBDIR+= py-pyside-shiboken
SUBDIR+= py-pyside-tools
SUBDIR+= py-pyslha
@@ -5290,6 +5289,7 @@ SUBDIR+= songwrite2
SUBDIR+= sonic-visualiser
SUBDIR+= sophia
SUBDIR+= soplex
+SUBDIR+= soqt
SUBDIR+= spacefm
SUBDIR+= spai
SUBDIR+= spamassassin-cvs
diff --git a/coccigrep/DESCR b/coccigrep/DESCR
deleted file mode 100644
index df78a5f9de..0000000000
--- a/coccigrep/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-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.
diff --git a/coccigrep/Makefile b/coccigrep/Makefile
deleted file mode 100644
index db7c00ed22..0000000000
--- a/coccigrep/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2020/01/26 17:32:13 rillig Exp $
-
-DISTNAME= coccigrep-1.20
-CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_GITHUB:=regit/}
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://home.regit.org/software/coccigrep/
-COMMENT= Semantic grep for the C language
-LICENSE= gnu-gpl-v3
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
-DEPENDS+= coccinelle-[0-9]*:../../devel/coccinelle
-
-USE_LANGUAGES= # none
-
-INSTALLATION_DIRS= ${PKGMANDIR}/man1
-
-PYTHON_VERSIONS_ACCEPTED= 311 310
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/coccigrep.1 \
- ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-
-.include "../../lang/python/wheel.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/coccigrep/PLIST b/coccigrep/PLIST
deleted file mode 100644
index ce14632714..0000000000
--- a/coccigrep/PLIST
+++ /dev/null
@@ -1,21 +0,0 @@
-@comment $NetBSD$
-bin/coccigrep
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_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/named.cocci
-${PYSITELIB}/coccigrep/data/set.cocci
-${PYSITELIB}/coccigrep/data/test.cocci
-${PYSITELIB}/coccigrep/data/used.cocci
-man/man1/coccigrep.1
diff --git a/coccigrep/distinfo b/coccigrep/distinfo
deleted file mode 100644
index a375ada0ee..0000000000
--- a/coccigrep/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.6 2017/05/05 11:04:15 leot Exp $
-
-BLAKE2s (coccigrep-1.20.tar.gz) = 4dbfd55e5b2259a825573779fbb0bf95568fdcb1431052d5cfda3006292b08eb
-SHA512 (coccigrep-1.20.tar.gz) = 35d6a43b515c261ba025b876a72566581f892624eb9f47cde4121f16b2922ead8cd94e2c0ea6e00e4c64a3fe0cdcc4aeadc4c49900a8de8cfc0b589208ecae9c
-Size (coccigrep-1.20.tar.gz) = 33027 bytes
Home |
Main Index |
Thread Index |
Old Index