pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/hs-base64-bytestring Import base64-bytestri...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4f32babded29
branches: trunk
changeset: 635129:4f32babded29
user: szptvlfn <szptvlfn%pkgsrc.org@localhost>
date: Sat May 31 21:33:50 2014 +0000
description:
Import base64-bytestring-1.0.0.1 as converters/hs-base64-bytestring,
packaged for wip by pho.
Fast base64 encoding and deconding for ByteStrings
diffstat:
converters/hs-base64-bytestring/DESCR | 1 +
converters/hs-base64-bytestring/Makefile | 11 ++++++++++
converters/hs-base64-bytestring/PLIST | 29 +++++++++++++++++++++++++++
converters/hs-base64-bytestring/buildlink3.mk | 12 +++++++++++
converters/hs-base64-bytestring/distinfo | 5 ++++
5 files changed, 58 insertions(+), 0 deletions(-)
diffs (78 lines):
diff -r 90009688886c -r 4f32babded29 converters/hs-base64-bytestring/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/hs-base64-bytestring/DESCR Sat May 31 21:33:50 2014 +0000
@@ -0,0 +1,1 @@
+Fast base64 encoding and deconding for ByteStrings
diff -r 90009688886c -r 4f32babded29 converters/hs-base64-bytestring/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/hs-base64-bytestring/Makefile Sat May 31 21:33:50 2014 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2014/05/31 21:33:50 szptvlfn Exp $
+
+DISTNAME= base64-bytestring-1.0.0.1
+CATEGORIES= converters
+
+MAINTAINER= pho%cielonegro.org@localhost
+COMMENT= Fast base64 encoding and deconding for ByteStrings
+LICENSE= modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 90009688886c -r 4f32babded29 converters/hs-base64-bytestring/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/hs-base64-bytestring/PLIST Sat May 31 21:33:50 2014 +0000
@@ -0,0 +1,29 @@
+@comment $NetBSD: PLIST,v 1.1 2014/05/31 21:33:50 szptvlfn Exp $
+lib/base64-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/ByteString/Base64.hi
+lib/base64-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/ByteString/Base64/Internal.hi
+lib/base64-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/ByteString/Base64/Lazy.hi
+lib/base64-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/ByteString/Base64/URL.hi
+lib/base64-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/ByteString/Base64/URL/Lazy.hi
+lib/base64-bytestring-${PKGVERSION}/${HASKELL_VERSION}/HSbase64-bytestring-${PKGVERSION}.o
+lib/base64-bytestring-${PKGVERSION}/${HASKELL_VERSION}/libHSbase64-bytestring-${PKGVERSION}.a
+lib/base64-bytestring-${PKGVERSION}/${HASKELL_VERSION}/package-description
+share/doc/base64-bytestring-${PKGVERSION}/LICENSE
+${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/Data-ByteString-Base64-Lazy.html
+${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/Data-ByteString-Base64-URL-Lazy.html
+${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/Data-ByteString-Base64-URL.html
+${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/Data-ByteString-Base64.html
+${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/base64-bytestring.haddock
+${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/doc-index.html
+${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/frames.html
+${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/haddock-util.js
+${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/hslogo-16.png
+${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/index-frames.html
+${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/index.html
+${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/mini_Data-ByteString-Base64-Lazy.html
+${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/mini_Data-ByteString-Base64-URL-Lazy.html
+${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/mini_Data-ByteString-Base64-URL.html
+${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/mini_Data-ByteString-Base64.html
+${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/minus.gif
+${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/ocean.css
+${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/plus.gif
+${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/synopsis.png
diff -r 90009688886c -r 4f32babded29 converters/hs-base64-bytestring/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/hs-base64-bytestring/buildlink3.mk Sat May 31 21:33:50 2014 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2014/05/31 21:33:50 szptvlfn Exp $
+
+BUILDLINK_TREE+= hs-base64-bytestring
+
+.if !defined(HS_BASE64_BYTESTRING_BUILDLINK3_MK)
+HS_BASE64_BYTESTRING_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-base64-bytestring+= hs-base64-bytestring>=1.0.0
+BUILDLINK_PKGSRCDIR.hs-base64-bytestring?= ../../converters/hs-base64-bytestring
+.endif # HS_BASE64_BYTESTRING_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-base64-bytestring
diff -r 90009688886c -r 4f32babded29 converters/hs-base64-bytestring/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/hs-base64-bytestring/distinfo Sat May 31 21:33:50 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/05/31 21:33:50 szptvlfn Exp $
+
+SHA1 (base64-bytestring-1.0.0.1.tar.gz) = ff4bfb12aa25a5947f9818dd6cd974dba145fb70
+RMD160 (base64-bytestring-1.0.0.1.tar.gz) = 2de8049cd79525f1590f70f75b7199217c664fc9
+Size (base64-bytestring-1.0.0.1.tar.gz) = 9080 bytes
Home |
Main Index |
Thread Index |
Old Index