diff options
author | Älven <alven@FreeBSD.org> | 2025-09-05 01:07:36 +0400 |
---|---|---|
committer | Älven <alven@FreeBSD.org> | 2025-09-05 12:13:19 +0400 |
commit | 3fd2b74c0be2763dcab89b30400fc70519c2bd25 (patch) | |
tree | 276caebfc862fdcafa92774d032898b411b76597 /textproc | |
parent | x11/hyprls: add port: LSP server for Hyprland config files (diff) |
textproc/cgrep: Move to textproc/hs-cgrep
Per the convention for Haskell ports
PR: 285719
Approved by: lwhsu@ (maintainer, timeout > 5 months)
Approved by: yuri@ (Mentor)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 2 | ||||
-rw-r--r-- | textproc/hs-cgrep/Makefile (renamed from textproc/cgrep/Makefile) | 6 | ||||
-rw-r--r-- | textproc/hs-cgrep/distinfo (renamed from textproc/cgrep/distinfo) | 0 | ||||
-rw-r--r-- | textproc/hs-cgrep/files/patch-__cabal__deps_rawfilepath-1.1.0_cbits_runProcess.c (renamed from textproc/cgrep/files/patch-__cabal__deps_rawfilepath-1.1.0_cbits_runProcess.c) | 0 | ||||
-rw-r--r-- | textproc/hs-cgrep/pkg-descr (renamed from textproc/cgrep/pkg-descr) | 0 |
5 files changed, 4 insertions, 4 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index cc5bbaff286a..be157932bb3d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -92,7 +92,6 @@ SUBDIR += castxml SUBDIR += catdoc SUBDIR += cg3 - SUBDIR += cgrep SUBDIR += chkascii SUBDIR += choose SUBDIR += chpp @@ -273,6 +272,7 @@ SUBDIR += highlight SUBDIR += hil-aspell SUBDIR += hr-aspell + SUBDIR += hs-cgrep SUBDIR += hs-lhs2tex SUBDIR += hs-pandoc SUBDIR += hs-pandoc-crossref diff --git a/textproc/cgrep/Makefile b/textproc/hs-cgrep/Makefile index 0ddaa3b0b9a9..507372d7649a 100644 --- a/textproc/cgrep/Makefile +++ b/textproc/hs-cgrep/Makefile @@ -1,6 +1,6 @@ -PORTNAME= cgrep -PORTVERSION= 8.1.0 -CATEGORIES= textproc +PORTNAME= hs-cgrep +DISTVERSION= 8.1.0 +CATEGORIES= textproc haskell MAINTAINER= lwhsu@FreeBSD.org COMMENT= Context-aware grep for source codes diff --git a/textproc/cgrep/distinfo b/textproc/hs-cgrep/distinfo index 948b5059307c..948b5059307c 100644 --- a/textproc/cgrep/distinfo +++ b/textproc/hs-cgrep/distinfo diff --git a/textproc/cgrep/files/patch-__cabal__deps_rawfilepath-1.1.0_cbits_runProcess.c b/textproc/hs-cgrep/files/patch-__cabal__deps_rawfilepath-1.1.0_cbits_runProcess.c index 3138ffa8ac60..3138ffa8ac60 100644 --- a/textproc/cgrep/files/patch-__cabal__deps_rawfilepath-1.1.0_cbits_runProcess.c +++ b/textproc/hs-cgrep/files/patch-__cabal__deps_rawfilepath-1.1.0_cbits_runProcess.c diff --git a/textproc/cgrep/pkg-descr b/textproc/hs-cgrep/pkg-descr index 66346077e741..66346077e741 100644 --- a/textproc/cgrep/pkg-descr +++ b/textproc/hs-cgrep/pkg-descr |