diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-26 21:56:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-26 21:56:13 +0000 |
commit | 89f12d57d4fd176b48a886c4866c58af68613f5c (patch) | |
tree | f2a688351882d45dba4c7b9cd3aa30c509e8b5fb /www | |
parent | 1b8f4b0df7bb425b70ca83932c555e8d3cc885ce (diff) | |
download | ports-89f12d57d4fd176b48a886c4866c58af68613f5c.tar.gz ports-89f12d57d4fd176b48a886c4866c58af68613f5c.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-bluecloth/Makefile | 5 | ||||
-rw-r--r-- | www/rubygem-bluecloth/pkg-plist | 50 |
2 files changed, 28 insertions, 27 deletions
diff --git a/www/rubygem-bluecloth/Makefile b/www/rubygem-bluecloth/Makefile index c73318841271..d8ce926ba5bc 100644 --- a/www/rubygem-bluecloth/Makefile +++ b/www/rubygem-bluecloth/Makefile @@ -4,14 +4,15 @@ PORTNAME= bluecloth PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= http://www.deveiate.org/code/ DISTNAME= BlueCloth-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@logvinov.com COMMENT= Ruby implementation of Markdown, a text-to-HTML conversion tool -PLIST_SUB+= DISTNAME="${DISTNAME}" +GEM_NAME= ${DISTNAME} .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/ruby-gems/Makefile.common" diff --git a/www/rubygem-bluecloth/pkg-plist b/www/rubygem-bluecloth/pkg-plist index e8f46e3fd6bb..1cdc73fe2cac 100644 --- a/www/rubygem-bluecloth/pkg-plist +++ b/www/rubygem-bluecloth/pkg-plist @@ -1,25 +1,25 @@ -%%CACHE_DIR%%/%%DISTNAME%%.gem -%%GEMS_DIR%%/%%DISTNAME%%/bin/bluecloth -%%GEMS_DIR%%/%%DISTNAME%%/lib/bluecloth.rb -%%GEMS_DIR%%/%%DISTNAME%%/CHANGES -%%GEMS_DIR%%/%%DISTNAME%%/LICENSE -%%GEMS_DIR%%/%%DISTNAME%%/README -%%GEMS_DIR%%/%%DISTNAME%%/install.rb -%%GEMS_DIR%%/%%DISTNAME%%/test.rb -%%GEMS_DIR%%/%%DISTNAME%%/utils.rb -%%GEMS_DIR%%/%%DISTNAME%%/tests/00_Class.tests.rb -%%GEMS_DIR%%/%%DISTNAME%%/tests/05_Markdown.tests.rb -%%GEMS_DIR%%/%%DISTNAME%%/tests/10_Bug.tests.rb -%%GEMS_DIR%%/%%DISTNAME%%/tests/15_Contrib.tests.rb -%%GEMS_DIR%%/%%DISTNAME%%/tests/bctestcase.rb -%%GEMS_DIR%%/%%DISTNAME%%/tests/data/antsugar.txt -%%GEMS_DIR%%/%%DISTNAME%%/tests/data/ml-announce.txt -%%GEMS_DIR%%/%%DISTNAME%%/tests/data/re-overflow.txt -%%GEMS_DIR%%/%%DISTNAME%%/tests/data/re-overflow2.txt -%%SPEC_DIR%%/%%DISTNAME%%.gemspec -@dirrm %%GEMS_DIR%%/%%DISTNAME%%/tests/data -@dirrm %%GEMS_DIR%%/%%DISTNAME%%/tests -@dirrm %%GEMS_DIR%%/%%DISTNAME%%/lib -@dirrm %%GEMS_DIR%%/%%DISTNAME%%/bin -@dirrm %%GEMS_DIR%%/%%DISTNAME%% -@dirrm %%DOC_DIR%%/%%DISTNAME%% +%%GEM_CACHE%% +%%GEM_SPEC%% +%%GEM_LIB_DIR%%/utils.rb +%%GEM_LIB_DIR%%/tests/bctestcase.rb +%%GEM_LIB_DIR%%/tests/00_Class.tests.rb +%%GEM_LIB_DIR%%/tests/05_Markdown.tests.rb +%%GEM_LIB_DIR%%/tests/10_Bug.tests.rb +%%GEM_LIB_DIR%%/tests/15_Contrib.tests.rb +%%GEM_LIB_DIR%%/tests/data/antsugar.txt +%%GEM_LIB_DIR%%/tests/data/ml-announce.txt +%%GEM_LIB_DIR%%/tests/data/re-overflow.txt +%%GEM_LIB_DIR%%/tests/data/re-overflow2.txt +%%GEM_LIB_DIR%%/test.rb +%%GEM_LIB_DIR%%/README +%%GEM_LIB_DIR%%/CHANGES +%%GEM_LIB_DIR%%/LICENSE +%%GEM_LIB_DIR%%/lib/bluecloth.rb +%%GEM_LIB_DIR%%/install.rb +%%GEM_LIB_DIR%%/bin/bluecloth +@dirrm %%GEM_LIB_DIR%%/bin +@dirrm %%GEM_LIB_DIR%%/lib +@dirrm %%GEM_LIB_DIR%%/tests/data +@dirrm %%GEM_LIB_DIR%%/tests +@dirrm %%GEM_LIB_DIR%% +@dirrm %%GEM_DOC_DIR%% |