mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add ruby-libexif, a Ruby extension library for libexif.
This commit is contained in:
parent
b01936664e
commit
a280ec7c1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67745
@ -333,6 +333,7 @@
|
||||
SUBDIR += ruby-image_size
|
||||
SUBDIR += ruby-imlib2
|
||||
SUBDIR += ruby-libart
|
||||
SUBDIR += ruby-libexif
|
||||
SUBDIR += ruby-libpng
|
||||
SUBDIR += ruby-ming
|
||||
SUBDIR += ruby-opengl
|
||||
|
48
graphics/ruby-libexif/Makefile
Normal file
48
graphics/ruby-libexif/Makefile
Normal file
@ -0,0 +1,48 @@
|
||||
# New ports collection makefile for: ruby-libexif
|
||||
# Date created: 6 October 2002
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libexif
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= graphics ruby
|
||||
MASTER_SITES= http://tam.0xfa.com/ruby-libexif/pkg/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= exif.8:${PORTSDIR}/graphics/libexif
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
USE_RUBY_RDTOOL= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/ruby-${PORTNAME}
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
DOCS_EN= README exif.rd.en exif.en.html
|
||||
DOCS_JA= exif.rd.ja exif.ja.html
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-build:
|
||||
.for lang in en ja
|
||||
cd ${WRKSRC}; ${RUBY_RD2} exif.rd.${lang} > exif.${lang}.html
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_MODDOCDIR}/ja
|
||||
.for f in ${DOCS_EN}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
|
||||
.endfor
|
||||
.for f in ${DOCS_JA}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/ruby-libexif/distinfo
Normal file
1
graphics/ruby-libexif/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ruby/ruby-libexif-0.1.tar.gz) = 97315e14452a74a05e3360c69df8ad5e
|
1
graphics/ruby-libexif/pkg-comment
Normal file
1
graphics/ruby-libexif/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Ruby extension library for libexif
|
4
graphics/ruby-libexif/pkg-descr
Normal file
4
graphics/ruby-libexif/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This is a Ruby extension library for libexif.
|
||||
|
||||
Author: Ryuichi Tamura <r-tam@fsinet.or.jp>
|
||||
WWW: http://tam.0xfa.com/ruby-libexif/
|
8
graphics/ruby-libexif/pkg-plist
Normal file
8
graphics/ruby-libexif/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
%%RUBY_SITEARCHLIBDIR%%/exif.so
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/exif.ja.html
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/exif.rd.ja
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/exif.en.html
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/exif.rd.en
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
|
Loading…
Reference in New Issue
Block a user