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.
This commit is contained in:
Leonardo Taccari 2020-05-03 17:04:19 +02:00
parent 24abaae450
commit daa60cc3ce
4 changed files with 42 additions and 0 deletions

View File

@ -3011,6 +3011,7 @@ SUBDIR+= pngnq
SUBDIR+= pnmcurve
SUBDIR+= pointfree
SUBDIR+= pointless
SUBDIR+= pointtools-git
SUBDIR+= pokerth
SUBDIR+= polarssl11
SUBDIR+= polipo

2
pointtools-git/DESCR Normal file
View File

@ -0,0 +1,2 @@
Pointtools are scripts and ways to present point files.
They are preformatted text files presented in catpoint.

34
pointtools-git/Makefile Normal file
View File

@ -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
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"

5
pointtools-git/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $NetBSD$
bin/dir2point
bin/md2point
bin/point2pdf
man/man1/md2point.1