pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/converters



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul  8 15:10:38 UTC 2020

Modified Files:
        pkgsrc/converters: Makefile
Added Files:
        pkgsrc/converters/lua-iconv: DESCR Makefile PLIST distinfo

Log Message:
converters: Add lua-iconv

Lua-iconv is POSIX 'iconv' binding for the Lua Programming Language. The
iconv library converts a sequence of characters from one codeset into a
sequence of corresponding characters in another codeset. The codesets are
those specified in the iconv.new() call that returned the conversion
descriptor, cd.


To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 pkgsrc/converters/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/converters/lua-iconv/DESCR \
    pkgsrc/converters/lua-iconv/Makefile pkgsrc/converters/lua-iconv/PLIST \
    pkgsrc/converters/lua-iconv/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/Makefile
diff -u pkgsrc/converters/Makefile:1.176 pkgsrc/converters/Makefile:1.177
--- pkgsrc/converters/Makefile:1.176    Fri May  1 17:50:59 2020
+++ pkgsrc/converters/Makefile  Wed Jul  8 15:10:38 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.176 2020/05/01 17:50:59 nia Exp $
+# $NetBSD: Makefile,v 1.177 2020/07/08 15:10:38 nia Exp $
 #
 
 COMMENT=       Document format and character code converters
@@ -61,6 +61,7 @@ SUBDIR+=      libwpd
 SUBDIR+=       libwpg
 SUBDIR+=       libwps
 SUBDIR+=       libzmf
+SUBDIR+=       lua-iconv
 SUBDIR+=       macfork
 SUBDIR+=       mpack
 SUBDIR+=       nkf

Added files:

Index: pkgsrc/converters/lua-iconv/DESCR
diff -u /dev/null pkgsrc/converters/lua-iconv/DESCR:1.1
--- /dev/null   Wed Jul  8 15:10:38 2020
+++ pkgsrc/converters/lua-iconv/DESCR   Wed Jul  8 15:10:38 2020
@@ -0,0 +1,5 @@
+Lua-iconv is POSIX 'iconv' binding for the Lua Programming Language. The
+iconv library converts a sequence of characters from one codeset into a
+sequence of corresponding characters in another codeset. The codesets are
+those specified in the iconv.new() call that returned the conversion
+descriptor, cd.
Index: pkgsrc/converters/lua-iconv/Makefile
diff -u /dev/null pkgsrc/converters/lua-iconv/Makefile:1.1
--- /dev/null   Wed Jul  8 15:10:38 2020
+++ pkgsrc/converters/lua-iconv/Makefile        Wed Jul  8 15:10:38 2020
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2020/07/08 15:10:38 nia Exp $
+
+DISTNAME=      lua-iconv-7
+PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/^lua-//1}
+CATEGORIES=    converters lua
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=ittner/}
+GITHUB_PROJECT=        lua-iconv
+GITHUB_TAG=    ${DISTNAME}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://www.ittner.com.br/lua-iconv/
+COMMENT=       Lua bindings for POSIX iconv
+LICENSE=       mit
+
+INSTALLATION_DIRS+=    ${LUA_CDIR}
+
+do-install:
+       ${INSTALL_LIB} ${WRKSRC}/iconv.so ${DESTDIR}${PREFIX}/${LUA_CDIR}
+
+.include "../../lang/lua/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/converters/lua-iconv/PLIST
diff -u /dev/null pkgsrc/converters/lua-iconv/PLIST:1.1
--- /dev/null   Wed Jul  8 15:10:38 2020
+++ pkgsrc/converters/lua-iconv/PLIST   Wed Jul  8 15:10:38 2020
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/07/08 15:10:38 nia Exp $
+${LUA_CDIR}/iconv.so
Index: pkgsrc/converters/lua-iconv/distinfo
diff -u /dev/null pkgsrc/converters/lua-iconv/distinfo:1.1
--- /dev/null   Wed Jul  8 15:10:38 2020
+++ pkgsrc/converters/lua-iconv/distinfo        Wed Jul  8 15:10:38 2020
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2020/07/08 15:10:38 nia Exp $
+
+SHA1 (lua-iconv-7.tar.gz) = 66e1d0f367d460e1bd78ad6befccdd2837b279e1
+RMD160 (lua-iconv-7.tar.gz) = fe16fce0cf5af4bfeab27cb691559d6fbe16f4f9
+SHA512 (lua-iconv-7.tar.gz) = 7fae8be68878747a6bcb559d1548f7d0b330d519cdf306f6ec8250cb914ed971ba1a86fef20771a5add728d796c613c32544c20ba4f8b4315d20ee8ac39a607f
+Size (lua-iconv-7.tar.gz) = 11568 bytes
+SHA1 (patch-Makefile) = a10dbee19203d06294c3daba33b5fff97bb85d5d



Home | Main Index | Thread Index | Old Index