pkgsrc-WIP-changes archive

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

grabtitle-git: Import grabtitle-0.1 as wip/grabtitle-git



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Jun 1 22:57:45 2020 +0200
Changeset:	0572e272dfe21442981a64084bc24ea2c7a9bb9c

Modified Files:
	Makefile
Added Files:
	grabtitle-git/DESCR
	grabtitle-git/Makefile
	grabtitle-git/PLIST

Log Message:
grabtitle-git: Import grabtitle-0.1 as wip/grabtitle-git

Simple program that tries to parse HTML/XHTML and output the title.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0572e272dfe21442981a64084bc24ea2c7a9bb9c

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

diffstat:
 Makefile               |  1 +
 grabtitle-git/DESCR    |  1 +
 grabtitle-git/Makefile | 26 ++++++++++++++++++++++++++
 grabtitle-git/PLIST    |  2 ++
 4 files changed, 30 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 6b05fbd3b1..f6b72351aa 100644
--- a/Makefile
+++ b/Makefile
@@ -1201,6 +1201,7 @@ SUBDIR+=	gr-fcdproplus-git
 SUBDIR+=	gr-gsm
 SUBDIR+=	gr-osmosdr
 SUBDIR+=	gr-osmosdr-git
+SUBDIR+=	grabtitle-git
 SUBDIR+=	grafana
 SUBDIR+=	grandr
 SUBDIR+=	graphmonkey
diff --git a/grabtitle-git/DESCR b/grabtitle-git/DESCR
new file mode 100644
index 0000000000..6281325824
--- /dev/null
+++ b/grabtitle-git/DESCR
@@ -0,0 +1 @@
+Simple program that tries to parse HTML/XHTML and output the title.
diff --git a/grabtitle-git/Makefile b/grabtitle-git/Makefile
new file mode 100644
index 0000000000..dcb0c6fe69
--- /dev/null
+++ b/grabtitle-git/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.2 2018/09/08 14:10:52 leot Exp $
+
+DISTNAME=	grabtitle-0.1
+CATEGORIES=	www
+MASTER_SITES=	http://codemadness.org/releases/grabtitle/
+
+MAINTAINER=	leot%NetBSD.org@localhost
+HOMEPAGE=	https://codemadness.org/git/grabtitle/file/README.html
+COMMENT=	HTML title grabber
+LICENSE=	isc
+
+GIT_REPOSITORIES=	grabtitle
+GIT_REPO.grabtitle=	git://git.codemadness.org/grabtitle
+WRKSRC=			${WRKDIR}/grabtitle
+
+BUILD_TARGET=	build
+
+USE_LANGUAGES=	c99
+
+INSTALLATION_DIRS+=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/grabtitle ${DESTDIR}${PREFIX}/bin
+
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/grabtitle-git/PLIST b/grabtitle-git/PLIST
new file mode 100644
index 0000000000..9851e005cb
--- /dev/null
+++ b/grabtitle-git/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/grabtitle


Home | Main Index | Thread Index | Old Index