pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/convertlit Initial import of convertlit:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3629a76b9067
branches:  trunk
changeset: 500094:3629a76b9067
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 02 11:10:45 2005 +0000

description:
Initial import of convertlit:

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.

Approved by wennmach@

diffstat:

 textproc/convertlit/DESCR            |   4 ++++
 textproc/convertlit/Makefile         |  33 +++++++++++++++++++++++++++++++++
 textproc/convertlit/PLIST            |   2 ++
 textproc/convertlit/distinfo         |   6 ++++++
 textproc/convertlit/patches/patch-aa |  16 ++++++++++++++++
 5 files changed, 61 insertions(+), 0 deletions(-)

diffs (81 lines):

diff -r 06bec614654e -r 3629a76b9067 textproc/convertlit/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/convertlit/DESCR Sun Oct 02 11:10:45 2005 +0000
@@ -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.
diff -r 06bec614654e -r 3629a76b9067 textproc/convertlit/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/convertlit/Makefile      Sun Oct 02 11:10:45 2005 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/02 11:10:45 wiz 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
+CATEGORIES=            textproc
+MASTER_SITES=          ${CONVERTLIT_MASTER_SITES}
+EXTRACT_SUFX=          .zip
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              ${CONVERTLIT_HOMEPAGE}
+COMMENT=               Convert Microsoft Legal Reader format eBooks into open format
+
+WRKSRC=                        ${WRKDIR}/clit18
+BUILD_DIRS=            ${WRKDIR}/lib ${WRKSRC}
+MAKEFILE=              makefile
+USE_TOOLS+=            gmake
+
+RESTRICTED=            Possible legal problems
+NO_SRC_ON_FTP=         ${RESTRICTED}
+NO_BIN_ON_FTP=         ${RESTRICTED}
+NO_SRC_ON_CDROM=       ${RESTRICTED}
+NO_BIN_ON_CDROM=       ${RESTRICTED}
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/clit ${PREFIX}/bin/convertlit
+
+.include "../../math/ltm/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 06bec614654e -r 3629a76b9067 textproc/convertlit/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/convertlit/PLIST Sun Oct 02 11:10:45 2005 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/02 11:10:45 wiz Exp $
+bin/convertlit
diff -r 06bec614654e -r 3629a76b9067 textproc/convertlit/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/convertlit/distinfo      Sun Oct 02 11:10:45 2005 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/10/02 11:10:45 wiz Exp $
+
+SHA1 (clit18src.zip) = 0fa9aead468bd8640c49374d46d78d2a3e79489f
+RMD160 (clit18src.zip) = 6104a7d951ed60ea73705e401be8b55633ea2d47
+Size (clit18src.zip) = 135120 bytes
+SHA1 (patch-aa) = d50deb241742f37ea04fac726c278222daf8ce2c
diff -r 06bec614654e -r 3629a76b9067 textproc/convertlit/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/convertlit/patches/patch-aa      Sun Oct 02 11:10:45 2005 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/10/02 11:10:45 wiz Exp $
+
+--- makefile.orig      2004-07-04 16:52:14.000000000 +0200
++++ makefile
+@@ -1,9 +1,9 @@
+ all: clit
+ 
+-CFLAGS=-funsigned-char -Wall -O2 -I ../libtommath-0.30/ -I ../lib -I ../lib/des -I .
++CFLAGS+=-funsigned-char -Wall -I ../libtommath-0.30/ -I ../lib -I ../lib/des -I .
+ clean:
+       rm -f *.o clit
+ 
+ clit: clit.o hexdump.o drm5.o explode.o transmute.o display.o utils.o manifest.o ../lib/openclit.a 
+-      gcc -o clit $^  ../libtommath-0.30/libtommath.a
++      gcc ${LDFLAGS} -o clit $^  -ltommath
+ 



Home | Main Index | Thread Index | Old Index