pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Feb 26 18:14:26 UTC 2020

Modified Files:
        pkgsrc/devel: Makefile
Removed Files:
        pkgsrc/devel/rx: DESCR Makefile PLIST buildlink3.mk distinfo
        pkgsrc/devel/rx/patches: patch-aa patch-ab patch-ac patch-ad

Log Message:
devel: Remove rx

This no longer has any users in pkgsrc and was discontinued upstream.

The GNU website says:

RX has been decommissioned, since no one has come forward to revive it, to improve it over the other free software regex library programs that are available, which would be quite a big task. (If you 
are interested after all, email <maintainers%gnu.org@localhost>

For a current regex implementation, we recommend using the regex code from Gnulib; see also the Regular expressions chapter in the Gnulib manual. (Also, if all you need is POSIX regexp functionality, 
any modern C library should provide that.)

The one-time regex standalone library has likewise been decommissioned in favor of the above.

(It's been unmaintained since at least 2010).


To generate a diff of this commit:
cvs rdiff -u -r1.3049 -r1.3050 pkgsrc/devel/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/rx/DESCR
cvs rdiff -u -r1.26 -r0 pkgsrc/devel/rx/Makefile
cvs rdiff -u -r1.6 -r0 pkgsrc/devel/rx/PLIST
cvs rdiff -u -r1.8 -r0 pkgsrc/devel/rx/buildlink3.mk
cvs rdiff -u -r1.10 -r0 pkgsrc/devel/rx/distinfo
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/devel/rx/patches/patch-aa
cvs rdiff -u -r1.5 -r0 pkgsrc/devel/rx/patches/patch-ab
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/rx/patches/patch-ac \
    pkgsrc/devel/rx/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3049 pkgsrc/devel/Makefile:1.3050
--- pkgsrc/devel/Makefile:1.3049        Sun Feb 16 20:29:06 2020
+++ pkgsrc/devel/Makefile       Wed Feb 26 18:14:25 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3049 2020/02/16 20:29:06 gutteridge Exp $
+# $NetBSD: Makefile,v 1.3050 2020/02/26 18:14:25 nia Exp $
 #
 
 COMMENT=       Development utilities
@@ -2814,7 +2814,6 @@ SUBDIR+=  ruby2ruby
 SUBDIR+=       rubymine-bin
 SUBDIR+=       rudiments
 SUBDIR+=       rvm
-SUBDIR+=       rx
 SUBDIR+=       sablecc
 SUBDIR+=       samurai
 SUBDIR+=       scintilla



Home | Main Index | Thread Index | Old Index