SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/ruby-afm/Makefile
Normal file
15
devel/ruby-afm/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT= afm reader lib
|
||||
|
||||
DISTNAME= afm-0.2.2
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-afm/distinfo
Normal file
2
devel/ruby-afm/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (afm-0.2.2.gem) = yD5pjnWasAYzMf+EyjnEZzsDMY9N3L6OkBd90B5Mcho=
|
||||
SIZE (afm-0.2.2.gem) = 17408
|
1
devel/ruby-afm/pkg/DESCR
Normal file
1
devel/ruby-afm/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
A simple library to read afm files and use the data conveniently.
|
15
devel/ruby-afm/pkg/PLIST
Normal file
15
devel/ruby-afm/pkg/PLIST
Normal file
|
@ -0,0 +1,15 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/VERSION
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/afm.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/Vera.afm
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_afm.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue