Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
Convert LIT, the program which allows you to convert Microsoft
Legal Reader format eBooks into open format for use with software
or devices which are not Download directly compatible with Microsoft's
Reader.

View File

@@ -0,0 +1,49 @@
# $NetBSD: Makefile,v 1.10 2012/10/25 06:55:45 asau Exp $
#
# In order to ensure compliance with U.S. and international law, please
# do not modify this file to provide pointers to the source or homepage
# for this software or submit any PRs telling us the contents of the
# HOMEPAGE or MASTER_SITES definitions in this Makefile.
DISTNAME= clit18src
PKGNAME= convertlit-1.8
PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${CONVERTLIT_MASTER_SITES}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${CONVERTLIT_HOMEPAGE}
COMMENT= Convert Microsoft Legal Reader format eBooks into open format
WRKSRC= ${WRKDIR}
BUILD_DIRS= lib clit18
MAKE_FILE= Makefile
USE_TOOLS+= gmake
SUBST_CLASSES+= d2u
SUBST_STAGE.d2u= pre-configure
SUBST_MESSAGE.d2u= Stripping CRLF line ends.
SUBST_FILES.d2u+= *.h *.c */*.h */*.c */*/*.h */*/*.c
SUBST_FILTER_CMD.d2u= ${TR} -d '\r'
SUBST_CLASSES+= flags
SUBST_STAGE.flags= pre-configure
SUBST_MESSAGE.flags= Fixing CFLAGS and compiler invocation.
SUBST_FILES.flags+= clit18/Makefile
SUBST_SED.flags+= -e 's,^CFLAGS=.*,CFLAGS+=-funsigned-char -Wall -I ../lib -I ../lib/des -I .,'
SUBST_SED.flags+= -e 's,gcc -o clit .. ../libtommath-0.30/libtommath.a,gcc $$(LDFLAGS) -o clit $$^ -ltommath,'
RESTRICTED= Possible legal problems
NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/clit18/clit ${DESTDIR}${PREFIX}/bin/convertlit
.include "../../math/ltm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/02 11:10:45 wiz Exp $
bin/convertlit

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.6 2009/10/06 21:37:11 wiz Exp $
SHA1 (clit18src.zip) = 0fa9aead468bd8640c49374d46d78d2a3e79489f
RMD160 (clit18src.zip) = 6104a7d951ed60ea73705e401be8b55633ea2d47
Size (clit18src.zip) = 135120 bytes