mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
BSD licensed charset/encoding converter library with more function than
libiconv. (Currently, only a few codecs are supported) This port is a ruby wrapper for bsdconv. WWW: https://github.com/buganini/ruby-bsdconv PR: ports/162022 Submitted by: buganini@gmail.com
This commit is contained in:
parent
c9f1e32723
commit
c851baf419
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284493
@ -136,6 +136,7 @@
|
|||||||
SUBDIR += py-unidecode
|
SUBDIR += py-unidecode
|
||||||
SUBDIR += rcctools
|
SUBDIR += rcctools
|
||||||
SUBDIR += recode
|
SUBDIR += recode
|
||||||
|
SUBDIR += ruby-bsdconv
|
||||||
SUBDIR += ruby-dump.rb
|
SUBDIR += ruby-dump.rb
|
||||||
SUBDIR += ruby-iconv
|
SUBDIR += ruby-iconv
|
||||||
SUBDIR += ruby-lv
|
SUBDIR += ruby-lv
|
||||||
|
29
converters/ruby-bsdconv/Makefile
Normal file
29
converters/ruby-bsdconv/Makefile
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# New ports collection makefile for: ruby-bsdconv
|
||||||
|
# Date created: 13 Oct 2011
|
||||||
|
# Whom: buganini@gmail.com
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= bsdconv
|
||||||
|
PORTVERSION= 1.2
|
||||||
|
CATEGORIES= converters ruby
|
||||||
|
MASTER_SITES= https://github.com/buganini/ruby-${PORTNAME}/tarball/${PORTVERSION}/
|
||||||
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||||
|
DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}
|
||||||
|
|
||||||
|
MAINTAINER= buganini@gmail.com
|
||||||
|
COMMENT= Ruby wrapper for bsdconv
|
||||||
|
|
||||||
|
LICENSE= BSD
|
||||||
|
|
||||||
|
LIB_DEPENDS= bsdconv.6:${PORTSDIR}/converters/bsdconv
|
||||||
|
|
||||||
|
USE_RUBY= yes
|
||||||
|
USE_RUBY_EXTCONF= yes
|
||||||
|
|
||||||
|
GITVERSION= cc3a4f4
|
||||||
|
FETCH_ARGS= -pRr
|
||||||
|
WRKSRC= ${WRKDIR}/buganini-ruby-${PORTNAME}-${GITVERSION}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
converters/ruby-bsdconv/distinfo
Normal file
2
converters/ruby-bsdconv/distinfo
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SHA256 (buganini-bsdconv-1.2-0-gcc3a4f4.tar.gz) = 573b8c6c6026d0ed2dea18d665aa360f3c8be60fa426581fe3eeefc9764df2e6
|
||||||
|
SIZE (buganini-bsdconv-1.2-0-gcc3a4f4.tar.gz) = 1730
|
5
converters/ruby-bsdconv/pkg-descr
Normal file
5
converters/ruby-bsdconv/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
BSD licensed charset/encoding converter library with more function than
|
||||||
|
libiconv. (Currently, only a few codecs are supported)
|
||||||
|
This port is a ruby wrapper for bsdconv.
|
||||||
|
|
||||||
|
WWW: https://github.com/buganini/ruby-bsdconv
|
1
converters/ruby-bsdconv/pkg-plist
Normal file
1
converters/ruby-bsdconv/pkg-plist
Normal file
@ -0,0 +1 @@
|
|||||||
|
%%RUBY_SITEARCHLIBDIR%%/bsdconv.so
|
Loading…
Reference in New Issue
Block a user