diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-12-22 03:29:42 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-12-22 03:29:42 +0800 |
commit | e47d9276522c0fb1ba31aff6f88e9002e9b56399 (patch) | |
tree | e626f37be892382919fa5c62dbe95107865e33d1 | |
parent | textproc/rubygem-rouge319: Remove obsoleted port (diff) |
textproc/rubygem-rouge321: Remove obsoleted port
Use textproc/rubygem-rouge instead.
-rw-r--r-- | textproc/rubygem-rouge321/Makefile | 24 | ||||
-rw-r--r-- | textproc/rubygem-rouge321/distinfo | 3 | ||||
-rw-r--r-- | textproc/rubygem-rouge321/pkg-descr | 4 |
3 files changed, 0 insertions, 31 deletions
diff --git a/textproc/rubygem-rouge321/Makefile b/textproc/rubygem-rouge321/Makefile deleted file mode 100644 index 5a519396a70c..000000000000 --- a/textproc/rubygem-rouge321/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -PORTNAME= rouge -PORTVERSION= 3.21.0 -CATEGORIES= textproc rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 321 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Simple, easy-to-extend drop-in replacement for pygments - -LICENSE= BSD2CLAUSE MIT -LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/LICENSE - -USES= gem -USE_RUBY= yes - -NO_ARCH= yes - -PORTSCOUT= limit:^3\.21\. - -post-install: - ${RM} ${STAGEDIR}${PREFIX}/bin/rougify - -.include <bsd.port.mk> diff --git a/textproc/rubygem-rouge321/distinfo b/textproc/rubygem-rouge321/distinfo deleted file mode 100644 index f0bb16bd1b84..000000000000 --- a/textproc/rubygem-rouge321/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1595416697 -SHA256 (rubygem/rouge-3.21.0.gem) = 7ad89d808a8929721465b5cf5b52b9d7391998a035a86cc69c324d8464cdf9a9 -SIZE (rubygem/rouge-3.21.0.gem) = 490496 diff --git a/textproc/rubygem-rouge321/pkg-descr b/textproc/rubygem-rouge321/pkg-descr deleted file mode 100644 index fe4ca567acc7..000000000000 --- a/textproc/rubygem-rouge321/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Rouge aims to a be a simple, easy-to-extend drop-in replacement for -pygments. - -WWW: https://github.com/jneen/rouge |