public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITP] dumpasn1
@ 2022-05-11 19:20 Federico Kircheis
  2022-05-14 13:24 ` Jon Turney
  0 siblings, 1 reply; 4+ messages in thread
From: Federico Kircheis @ 2022-05-11 19:20 UTC (permalink / raw)
  To: cygwin-apps

[-- 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-15 15:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-11 19:20 [ITP] dumpasn1 Federico Kircheis
2022-05-14 13:24 ` Jon Turney
2022-05-14 14:58   ` Federico Kircheis
2022-05-15 15:18     ` Jon Turney

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).