diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-06-05 22:10:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-06-05 22:10:00 +0000 |
commit | 872ac75444d3bdd1d8bd9feea065940999e240e9 (patch) | |
tree | 533877a563cfdbb009e22ed51850ad94e6269cd3 /converters | |
parent | 13535ddcf73e4538c9e215f60ef8a5d20f8726f8 (diff) | |
download | ports-872ac75444d3bdd1d8bd9feea065940999e240e9.tar.gz ports-872ac75444d3bdd1d8bd9feea065940999e240e9.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/bsdconv/Makefile | 23 | ||||
-rw-r--r-- | converters/bsdconv/distinfo | 3 | ||||
-rw-r--r-- | converters/bsdconv/pkg-descr | 5 | ||||
-rw-r--r-- | converters/bsdconv/pkg-plist | 45 |
5 files changed, 77 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index 81d16123ac37..1cc745a05eab 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -7,6 +7,7 @@ SUBDIR += ascii2binary SUBDIR += asr10 SUBDIR += base64 + SUBDIR += bsdconv SUBDIR += btoa SUBDIR += chmview SUBDIR += cmios9 diff --git a/converters/bsdconv/Makefile b/converters/bsdconv/Makefile new file mode 100644 index 000000000000..4f546b5303fb --- /dev/null +++ b/converters/bsdconv/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: bsdconv +# Date created: 23 May 2009 +# Whom: buganini@gmail.com +# +# $FreeBSD$ +# + +PORTNAME= bsdconv +PORTVERSION= 1.11 +CATEGORIES= converters +MASTER_SITES= http://security-hole.info/distfile/ +DISTNAME= buganini-bsdconv-583422ced076a6b034160dea835d8e4b2a9d7371 + +MAINTAINER= buganini@gmail.com +COMMENT= BSD licensed charset/encoding converter library + +USE_LDCONFIG= yes + +do-build: + cd ${WRKSRC} && \ + make PREFIX=${LOCALBASE} + +.include <bsd.port.mk> diff --git a/converters/bsdconv/distinfo b/converters/bsdconv/distinfo new file mode 100644 index 000000000000..f1b42fedfbd2 --- /dev/null +++ b/converters/bsdconv/distinfo @@ -0,0 +1,3 @@ +MD5 (buganini-bsdconv-583422ced076a6b034160dea835d8e4b2a9d7371.tar.gz) = 561e6b0a25c07a42cf08c7d58a2b0a99 +SHA256 (buganini-bsdconv-583422ced076a6b034160dea835d8e4b2a9d7371.tar.gz) = 57e05aa91422f98bad4ece9f41f41c7e1896dda4b9d3c32ff1a56448f5947e6e +SIZE (buganini-bsdconv-583422ced076a6b034160dea835d8e4b2a9d7371.tar.gz) = 319353 diff --git a/converters/bsdconv/pkg-descr b/converters/bsdconv/pkg-descr new file mode 100644 index 000000000000..de5ee9e1c44a --- /dev/null +++ b/converters/bsdconv/pkg-descr @@ -0,0 +1,5 @@ +BSD licensed charset/encoding converter library with +more function than libiconv. (Currently only support +few codecs) + +WWW: http://github.com/buganini/bsdconv/ diff --git a/converters/bsdconv/pkg-plist b/converters/bsdconv/pkg-plist new file mode 100644 index 000000000000..1cc970426e33 --- /dev/null +++ b/converters/bsdconv/pkg-plist @@ -0,0 +1,45 @@ +bin/bsdconv +bin/bsdconv_mktable +include/bsdconv.h +lib/libbsdconv.so +lib/libbsdconv.so.1 +share/bsdconv/inter/UNIX +share/bsdconv/inter/NL2BR +share/bsdconv/inter/MAC +share/bsdconv/inter/CHT +share/bsdconv/inter/WIN +share/bsdconv/inter/DUMMY +share/bsdconv/inter/CHS +share/bsdconv/from/3F +share/bsdconv/from/UTF-8 +share/bsdconv/from/CP950 +share/bsdconv/from/ISO-8859-1 +share/bsdconv/from/BIG5-5C +share/bsdconv/from/UTF-8.so +share/bsdconv/from/MOZ18 +share/bsdconv/from/BIG5 +share/bsdconv/from/ASCII +share/bsdconv/from/HTMLENTITY.so +share/bsdconv/from/HTMLENTITY +share/bsdconv/to/UTF-8 +share/bsdconv/to/ISO-8859-1 +share/bsdconv/to/CP950 +share/bsdconv/to/ASCII-ESCAPED-UNICODE +share/bsdconv/to/ASCII-HTML-IMG +share/bsdconv/to/ASCII-HTML-ENTITY.so +share/bsdconv/to/UTF-8.so +share/bsdconv/to/3F.so +share/bsdconv/to/HTML-IMG +share/bsdconv/to/ASCII-HTML-ENTITY +share/bsdconv/to/ASCII +share/bsdconv/to/3F +share/bsdconv/to/SOURCE +share/bsdconv/to/BIG5-5C +share/bsdconv/to/HTMLENTITY +share/bsdconv/to/ASCII-HTML-IMG.so +share/bsdconv/to/JAVA +share/bsdconv/to/ASCII-ESCAPED-UNICODE.so +@dirrmtry share/bsdconv/inter +@dirrmtry share/bsdconv/from +@dirrmtry share/bsdconv/to +@dirrmtry share/bsdconv |