diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-03-17 04:52:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-03-17 04:52:05 +0800 |
commit | bd88c492e831508d3859290fd21da2ecbb4b650b (patch) | |
tree | dedc44be4108dfe6fd63c798c2770e8785a2fdd7 /textproc | |
parent | fb261d91465eed6825cb7713dd75b7911a48610d (diff) | |
download | freebsd-ports-gnome-bd88c492e831508d3859290fd21da2ecbb4b650b.tar.gz freebsd-ports-gnome-bd88c492e831508d3859290fd21da2ecbb4b650b.tar.zst freebsd-ports-gnome-bd88c492e831508d3859290fd21da2ecbb4b650b.zip |
Remove textproc/rubygem-github-markdown
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-github-markdown/Makefile | 17 | ||||
-rw-r--r-- | textproc/rubygem-github-markdown/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-github-markdown/pkg-descr | 3 |
4 files changed, 0 insertions, 23 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 19ec9f40ac7a..2c7fc5055d94 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1466,7 +1466,6 @@ SUBDIR += rubygem-gemoji SUBDIR += rubygem-gherkin SUBDIR += rubygem-github-linguist - SUBDIR += rubygem-github-markdown SUBDIR += rubygem-github-markup SUBDIR += rubygem-gitlab-grit SUBDIR += rubygem-gitlab-linguist diff --git a/textproc/rubygem-github-markdown/Makefile b/textproc/rubygem-github-markdown/Makefile deleted file mode 100644 index d15dd1d38b5f..000000000000 --- a/textproc/rubygem-github-markdown/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= github-markdown -PORTVERSION= 0.6.9 -CATEGORIES= textproc rubygems -MASTER_SITES= RG - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Self-contained Markdown parser for GitHub - -DEPRECATED= This gem is not maintained and not supported by upstream -EXPIRATION_DATE= 2017-03-01 - -USE_RUBY= yes -USES= gem - -.include <bsd.port.mk> diff --git a/textproc/rubygem-github-markdown/distinfo b/textproc/rubygem-github-markdown/distinfo deleted file mode 100644 index ff127b56c8b5..000000000000 --- a/textproc/rubygem-github-markdown/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rubygem/github-markdown-0.6.9.gem) = d2250d80ac08a975c12ff8b4a45a678041044333ac56834fac3d7de8bd235d59 -SIZE (rubygem/github-markdown-0.6.9.gem) = 36864 diff --git a/textproc/rubygem-github-markdown/pkg-descr b/textproc/rubygem-github-markdown/pkg-descr deleted file mode 100644 index eae31bba3d24..000000000000 --- a/textproc/rubygem-github-markdown/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Self-contained Markdown parser for GitHub, with all our custom extensions - -WWW: https://help.github.com/articles/github-flavored-markdown/ |