pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/ancient
Module Name: pkgsrc
Committed By: fcambus
Date: Fri Feb 10 22:09:10 UTC 2023
Added Files:
pkgsrc/archivers/ancient: DESCR Makefile PLIST distinfo
Log Message:
archivers/ancient: import ancient-2.0.0.
This is a collection of decompression routines for old formats popular in
the Amiga, Atari computers and some other systems from 80's and 90's as
well as some that are currently used which were used in a some specific
way in these old systems.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/ancient/DESCR \
pkgsrc/archivers/ancient/Makefile pkgsrc/archivers/ancient/PLIST \
pkgsrc/archivers/ancient/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/archivers/ancient/DESCR
diff -u /dev/null pkgsrc/archivers/ancient/DESCR:1.1
--- /dev/null Fri Feb 10 22:09:10 2023
+++ pkgsrc/archivers/ancient/DESCR Fri Feb 10 22:09:10 2023
@@ -0,0 +1,4 @@
+This is a collection of decompression routines for old formats popular in
+the Amiga, Atari computers and some other systems from 80's and 90's as
+well as some that are currently used which were used in a some specific
+way in these old systems.
Index: pkgsrc/archivers/ancient/Makefile
diff -u /dev/null pkgsrc/archivers/ancient/Makefile:1.1
--- /dev/null Fri Feb 10 22:09:10 2023
+++ pkgsrc/archivers/ancient/Makefile Fri Feb 10 22:09:10 2023
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2023/02/10 22:09:10 fcambus Exp $
+
+DISTNAME= ancient-2.0.0
+CATEGORIES= archivers
+MASTER_SITES= ${MASTER_SITE_GITHUB:=temisu/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/temisu/ancient
+COMMENT= Decompression routines for ancient formats
+LICENSE= 2-clause-bsd
+
+BUILD_DEPENDS+= autoconf-archive-[0-9]*:../../devel/autoconf-archive
+
+USE_LANGUAGES= c c++
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= automake autoconf pkg-config
+
+pre-configure:
+ cd ${WRKSRC} && autoreconf -i
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/archivers/ancient/PLIST
diff -u /dev/null pkgsrc/archivers/ancient/PLIST:1.1
--- /dev/null Fri Feb 10 22:09:10 2023
+++ pkgsrc/archivers/ancient/PLIST Fri Feb 10 22:09:10 2023
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2023/02/10 22:09:10 fcambus Exp $
+bin/ancient
+include/ancient/ancient.hpp
+lib/libancient.la
+lib/pkgconfig/libancient.pc
+share/doc/ancient/LICENSE
+share/doc/ancient/README.md
Index: pkgsrc/archivers/ancient/distinfo
diff -u /dev/null pkgsrc/archivers/ancient/distinfo:1.1
--- /dev/null Fri Feb 10 22:09:10 2023
+++ pkgsrc/archivers/ancient/distinfo Fri Feb 10 22:09:10 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/02/10 22:09:10 fcambus Exp $
+
+BLAKE2s (ancient-2.0.0.tar.gz) = 33d05e7d7f1819f8097d6347b59e58489675fed06a76d32b4e466c3fc5f9ba08
+SHA512 (ancient-2.0.0.tar.gz) = 83221b83919b981013b3b54067a58ca0a53d4a4c4e195751c063226f1e7bdb5e031e480bbd67f818582269b8cc01fae2dafa257a1634bd918b38a38488659c21
+Size (ancient-2.0.0.tar.gz) = 98727 bytes
Home |
Main Index |
Thread Index |
Old Index