pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/wcurl



Module Name:    pkgsrc
Committed By:   kim
Date:           Sun Aug  4 11:09:57 UTC 2024

Added Files:
        pkgsrc/www/wcurl: DESCR Makefile PLIST distinfo

Log Message:
Add wcurl-2024.07.10


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/wcurl/DESCR pkgsrc/www/wcurl/Makefile \
    pkgsrc/www/wcurl/PLIST pkgsrc/www/wcurl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/wcurl/DESCR
diff -u /dev/null pkgsrc/www/wcurl/DESCR:1.1
--- /dev/null   Sun Aug  4 11:09:57 2024
+++ pkgsrc/www/wcurl/DESCR      Sun Aug  4 11:09:57 2024
@@ -0,0 +1,3 @@
+wcurl is a simple curl wrapper which lets you use curl to download files
+without having to remember any parameters.  Simply call wcurl with a
+list of URLs you want to download and wcurl will pick sane defaults.
Index: pkgsrc/www/wcurl/Makefile
diff -u /dev/null pkgsrc/www/wcurl/Makefile:1.1
--- /dev/null   Sun Aug  4 11:09:57 2024
+++ pkgsrc/www/wcurl/Makefile   Sun Aug  4 11:09:57 2024
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1 2024/08/04 11:09:57 kim Exp $
+
+DISTNAME=      wcurl-2024.07.10
+CATEGORIES=    www
+# Not there yet
+#MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/w/wcurl/}
+# Tar file top directory name includes commit hash
+#MASTER_SITES= https://salsa.debian.org/debian/${PKGBASE}/-/archive/${PKGVERSION_NOREV}/
+# Conventional tar file found here at this mirror
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=Debian/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://salsa.debian.org/wcurl
+COMMENT=       Simple wrapper around curl to easily download files
+# curl license (see ../../www/curl/Makefile)
+# "not completely, but near enough"
+LICENSE=       mit
+
+DEPENDS+=      curl>=7.46.0:../../www/curl
+
+USE_LANGUAGES= # none
+NO_BUILD=      yes
+NO_CONFIGURE=  yes
+
+INSTALLATION_DIRS+=    bin
+INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
+
+do-install:
+       ${INSTALL_SCRIPT} \
+         ${WRKSRC}/${PKGBASE} \
+         ${DESTDIR}${PREFIX}/bin/
+       ${INSTALL_MAN} \
+         ${WRKSRC}/${PKGBASE}.1 \
+         ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/wcurl/PLIST
diff -u /dev/null pkgsrc/www/wcurl/PLIST:1.1
--- /dev/null   Sun Aug  4 11:09:57 2024
+++ pkgsrc/www/wcurl/PLIST      Sun Aug  4 11:09:57 2024
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2024/08/04 11:09:57 kim Exp $
+bin/wcurl
+man/man1/wcurl.1
Index: pkgsrc/www/wcurl/distinfo
diff -u /dev/null pkgsrc/www/wcurl/distinfo:1.1
--- /dev/null   Sun Aug  4 11:09:57 2024
+++ pkgsrc/www/wcurl/distinfo   Sun Aug  4 11:09:57 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/08/04 11:09:57 kim Exp $
+
+BLAKE2s (wcurl-2024.07.10.tar.gz) = 8f690933827eb9e6d68a76b9e34be17959588bac627eb4b91a37b4a4ba0328af
+SHA512 (wcurl-2024.07.10.tar.gz) = 303e52211ebb948a71ec2ef4e0eb4ad7e0de4bb82b6e6fa025a161b0c5c2fc0c0205fd9782e08f1759363ca1a2f9186d42a0073deb955dbf586691b513a7a1e4
+Size (wcurl-2024.07.10.tar.gz) = 5791 bytes



Home | Main Index | Thread Index | Old Index