- Fix portname (use PKGNAMEPREFIX)

- Add mirror
- Use PORTDOCS feature
- Take maintainership

PR:		ports/100630
Submitted by:	Stanislav Sedov <ssedov@mbsd dot msk dot ru>
This commit is contained in:
Cheng-Lung Sung 2006-07-24 13:39:08 +00:00
parent efda6650d8
commit 6a09b392e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168628
2 changed files with 8 additions and 39 deletions

View File

@ -5,14 +5,16 @@
# $FreeBSD$
#
PORTNAME= ruby-usersguide
PORTNAME= usersguide
PORTVERSION= 20051121
CATEGORIES= lang ruby
MASTER_SITES= http://www.rubyist.net/~slagell/ruby/
DISTNAME= ${PORTNAME:S/usersguide/uguide/}-${PORTVERSION}
MASTER_SITES= http://www.rubyist.net/~slagell/ruby/ \
http://mbsd.msk.ru/dist/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-uguide-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= ports@FreeBSD.org
MAINTAINER= ssedov@mbsd.msk.ru
COMMENT= Ruby users guide, in HTML format
USE_RUBY= yes
@ -21,6 +23,8 @@ RUBY_NO_RUN_DEPENDS= yes
WRKSRC= ${WRKDIR}/rg
NO_BUILD= yes
DOCSDIR= ${RUBY_MODDOCDIR}
PORTDOCS= *
do-install:
${MKDIR} ${RUBY_MODDOCDIR}

View File

@ -1,36 +1 @@
%%RUBY_MODDOCDIR%%/README.txt
%%RUBY_MODDOCDIR%%/about.html
%%RUBY_MODDOCDIR%%/accesscontrol.html
%%RUBY_MODDOCDIR%%/accessors.html
%%RUBY_MODDOCDIR%%/arrays.html
%%RUBY_MODDOCDIR%%/backtoexamples.html
%%RUBY_MODDOCDIR%%/classes.html
%%RUBY_MODDOCDIR%%/constants.html
%%RUBY_MODDOCDIR%%/control.html
%%RUBY_MODDOCDIR%%/ensure.html
%%RUBY_MODDOCDIR%%/examples.html
%%RUBY_MODDOCDIR%%/getstarted.html
%%RUBY_MODDOCDIR%%/globalvars.html
%%RUBY_MODDOCDIR%%/index.html
%%RUBY_MODDOCDIR%%/inheritance.html
%%RUBY_MODDOCDIR%%/instancevars.html
%%RUBY_MODDOCDIR%%/iterators.html
%%RUBY_MODDOCDIR%%/localvars.html
%%RUBY_MODDOCDIR%%/methods.html
%%RUBY_MODDOCDIR%%/misc.html
%%RUBY_MODDOCDIR%%/modules.html
%%RUBY_MODDOCDIR%%/objinitialization.html
%%RUBY_MODDOCDIR%%/oothinking.html
%%RUBY_MODDOCDIR%%/procobjects.html
%%RUBY_MODDOCDIR%%/redefinemethods.html
%%RUBY_MODDOCDIR%%/regexp.html
%%RUBY_MODDOCDIR%%/rescue.html
%%RUBY_MODDOCDIR%%/singletonmethods.html
%%RUBY_MODDOCDIR%%/strings.html
%%RUBY_MODDOCDIR%%/variables.html
%%RUBY_MODDOCDIR%%/eval.txt
%%RUBY_MODDOCDIR%%/la-plexi.png
%%RUBY_MODDOCDIR%%/ra-plexi.png
%%RUBY_MODDOCDIR%%/ug.css
@dirrm %%RUBY_MODDOCDIR%%
@dirrmtry %%RUBY_DOCDIR%%