pkgsrc-WIP-changes archive

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

pointtools-git: Import pointtools-git-0.3 as wip/pointtools-git



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun May 3 17:04:19 2020 +0200
Changeset:	daa60cc3cec95a30c6f03e5bf8e128ab3f097b09

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

Log Message:
pointtools-git: Import pointtools-git-0.3 as wip/pointtools-git

Pointtools are scripts and ways to present point files.
They are preformatted text files presented in catpoint.

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

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

diffstat:
 Makefile                |  1 +
 pointtools-git/DESCR    |  2 ++
 pointtools-git/Makefile | 34 ++++++++++++++++++++++++++++++++++
 pointtools-git/PLIST    |  5 +++++
 4 files changed, 42 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 7e852c27ce..e16e6bc8e0 100644
--- a/Makefile
+++ b/Makefile
@@ -3011,6 +3011,7 @@ SUBDIR+=	pngnq
 SUBDIR+=	pnmcurve
 SUBDIR+=	pointfree
 SUBDIR+=	pointless
+SUBDIR+=	pointtools-git
 SUBDIR+=	pokerth
 SUBDIR+=	polarssl11
 SUBDIR+=	polipo
diff --git a/pointtools-git/DESCR b/pointtools-git/DESCR
new file mode 100644
index 0000000000..e77e1ecae5
--- /dev/null
+++ b/pointtools-git/DESCR
@@ -0,0 +1,2 @@
+Pointtools are scripts and ways to present point files.
+They are preformatted text files presented in catpoint.
diff --git a/pointtools-git/Makefile b/pointtools-git/Makefile
new file mode 100644
index 0000000000..e65361fa35
--- /dev/null
+++ b/pointtools-git/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD$
+
+DISTNAME=	pointtools-0.3
+CATEGORIES=	misc
+MASTER_SITES=	ftp://bitreich.org/releases/pointtools/
+EXTRACT_SUFX=	.tgz
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	gopher://bitreich.org/1/scm/pointtools
+COMMENT=	Simple point utilities to hold text presentations
+LICENSE=	gnu-gpl-v3
+
+GIT_REPOSITORIES=	pointtools
+GIT_REPO.pointtools=	git://bitreich.org/pointtools/
+WRKSRC=			${WRKDIR}/pointtools
+
+CFLAGS.NetBSD+=	-D_NETBSD_SOURCE	# getline, strlcpy
+
+SUBST_CLASSES+=		makefile
+SUBST_STAGE.makefile=	pre-configure
+SUBST_MESSAGE.makefile=	Adjusting config.mk
+SUBST_FILES.makefile=	config.mk
+SUBST_SED.makefile=	-e 's,/usr/local,${PREFIX},g'
+SUBST_SED.makefile+=	-e 's,share/man,${PKGMANDIR},g'
+SUBST_SED.makefile+=	-e 's,^CPPFLAGS *= ,CPPFLAGS += ,'
+SUBST_SED.makefile+=	-e '/^INCS/ s,^,\#,'
+SUBST_SED.makefile+=	-e '/^LIBS/ s,^,\#,'
+SUBST_SED.makefile+=	-e '/^CFLAGS/ s,-g,,'
+SUBST_SED.makefile+=	-e '/^LDFLAGS/ s,-g,,'
+
+USE_LANGUAGES=	c99
+
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/pointtools-git/PLIST b/pointtools-git/PLIST
new file mode 100644
index 0000000000..f6bf775908
--- /dev/null
+++ b/pointtools-git/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+bin/dir2point
+bin/md2point
+bin/point2pdf
+man/man1/md2point.1


Home | Main Index | Thread Index | Old Index