public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Federico Kircheis <federico.kircheis@gmail.com>
To: cygwin-apps@cygwin.com
Subject: [ITP] dumpasn1
Date: Wed, 11 May 2022 21:20:39 +0200	[thread overview]
Message-ID: <4571160c-62be-8057-2d02-5ee78fe88f8c@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 523 bytes --]



Hello to everyone,

I'm interested in becoming a package maintainer for the program dumpasn1.
(see https://packages.debian.org/sid/dumpasn1 and 
https://www.cs.auckland.ac.nz/~pgut001/)

It would be a new package for the cygwin distribution, but it is already
distributed on different systems, like Arch, Debian, Fedora, openSUSE,
Gentoo and many others

.hint and .cygport files are attached

As the name implies, it is a program for dumping data encoded using the 
ASN.1 encoding rules


Best regards

Federico Kircheis

[-- Attachment #2: dumpasn1.cygport --]
[-- Type: text/plain, Size: 877 bytes --]

# dumpasn1.cygport
NAME="dumpasn1"
VERSION=20210212
RELEASE=1
SUMMARY="ASN.1 object dump program"
DESCRIPTION="An ASN.1 object dump program which will dump data encoded using any of the ASN.1 encoding rules in a variety of user-specified formats.
dumpasn1 employs a user-editable configuration file dumpasn1.cfg which provides information on ASN.1 object identifiers. Currently it covers all known security-related OIDs."
CATEGORY="Utils"

HOMEPAGE="https://www.cs.auckland.ac.nz/~pgut001/"
SRC_URI="http://deb.debian.org/debian/pool/main/d/dumpasn1/dumpasn1_${VERSION}.orig.tar.gz"
SRC_DIR="dumpasn1-${VERSION}"

BUILD_REQUIRES=""
REQUIRES=""

PKG_NAMES="dumpasn1"

src_compile() {
	lndirs
	cd ${B}
	${CC} dumpasn1.c -o dumpasn1
}

src_install() {
	cd ${B}
	mkdir -p ${D}/usr/bin/
	cp dumpasn1 ${D}/usr/bin/
	mkdir -p ${D}/etc/dumpasn1
	cp dumpasn1.cfg ${D}/etc/dumpasn1/
}



[-- Attachment #3: dumpasn1.hint --]
[-- Type: text/plain, Size: 385 bytes --]

# asn1dump.hint
sdesc: "ASN.1 object dump program"
ldesc: "An ASN.1 object dump program which will dump data encoded using any of the ASN.1 encoding rules in a variety of user-specified formats.
dumpasn1 employs a user-editable configuration file dumpasn1.cfg which provides information on ASN.1 object identifiers. Currently it covers all known security-related OIDs."
category=Utils

             reply	other threads:[~2022-05-11 19:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-11 19:20 Federico Kircheis [this message]
2022-05-14 13:24 ` Jon Turney
2022-05-14 14:58   ` Federico Kircheis
2022-05-15 15:18     ` Jon Turney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4571160c-62be-8057-2d02-5ee78fe88f8c@gmail.com \
    --to=federico.kircheis@gmail.com \
    --cc=cygwin-apps@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).