pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import aha-0.4.8 as wip/aha.
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Tue Jan 12 21:32:18 2016 +0100
Changeset: 5575741e425beed1512bc3d0a1e1f8f7dc547ae2
Added Files:
aha/DESCR
aha/Makefile
aha/PLIST
aha/distinfo
Log Message:
Import aha-0.4.8 as wip/aha.
aha - Ansi HTML Adapter
aha takes SGR-colored Input and prints W3C conform HTML-Code.
aha reads the Input from a file or stdin and writes HTML-Code to stdout.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5575741e425beed1512bc3d0a1e1f8f7dc547ae2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
aha/DESCR | 5 +++++
aha/Makefile | 15 +++++++++++++++
aha/PLIST | 3 +++
aha/distinfo | 6 ++++++
4 files changed, 29 insertions(+)
diffs:
diff --git a/aha/DESCR b/aha/DESCR
new file mode 100644
index 0000000..8bda7e9
--- /dev/null
+++ b/aha/DESCR
@@ -0,0 +1,5 @@
+aha - Ansi HTML Adapter
+
+aha takes SGR-colored Input and prints W3C conform HTML-Code.
+
+aha reads the Input from a file or stdin and writes HTML-Code to stdout.
diff --git a/aha/Makefile b/aha/Makefile
new file mode 100644
index 0000000..5a26828
--- /dev/null
+++ b/aha/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME= aha-0.4.8
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GITHUB:=theZiz/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= ${MASTER_SITE_GITHUB:=theZiz/aha/}
+COMMENT= Ansi HTML Adapter
+# It's not specified what version of LGPL
+LICENSE= mpl-1.1 OR gnu-lgpl-v2 OR gnu-lgpl-v2.1 OR gnu-lgpl-v3
+
+USE_TOOLS+= gmake
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/aha/PLIST b/aha/PLIST
new file mode 100644
index 0000000..dc40d24
--- /dev/null
+++ b/aha/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/aha
+man/man1/aha.1
diff --git a/aha/distinfo b/aha/distinfo
new file mode 100644
index 0000000..b4a716b
--- /dev/null
+++ b/aha/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (aha-0.4.8.tar.gz) = 45d91e1cda8663e8bf0c5fa8b94e4d2290aa9895
+RMD160 (aha-0.4.8.tar.gz) = 423311d1dd79ada23c4a67daae1a064afeb76ca4
+SHA512 (aha-0.4.8.tar.gz) = 8d66ee7ec6d59873c1f0bedbc4deecd0c7b84c18069d2181d7b0563d9600821455c62c37c0af1774c7190ce08b14ec52f10bdf2c15a97fd29a2b6b095d5924fa
+Size (aha-0.4.8.tar.gz) = 6744 bytes
Home |
Main Index |
Thread Index |
Old Index