mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Initial import of chm2pdf 0.9.
It is a simple Python script that converts CHM files into PDF files.
This commit is contained in:
parent
d4a35bc5ce
commit
fe29d9adb7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204195
@ -46,6 +46,7 @@
|
||||
SUBDIR += cbedic
|
||||
SUBDIR += cdif
|
||||
SUBDIR += cdiff
|
||||
SUBDIR += chm2pdf
|
||||
SUBDIR += chpp
|
||||
SUBDIR += cl-meta
|
||||
SUBDIR += cl-meta-clisp
|
||||
|
24
textproc/chm2pdf/Makefile
Normal file
24
textproc/chm2pdf/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: chm2pdf
|
||||
# Date created: 20 December 2007
|
||||
# Whom: Kevin Lo <kevlo@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= chm2pdf
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= http://chm2pdf.googlecode.com/files/
|
||||
|
||||
MAINTAINER= kevlo@FreeBSD.org
|
||||
COMMENT= A Python script that converts CHM files into PDF files
|
||||
|
||||
RUN_DEPENDS= htmldoc:${PORTSDIR}/textproc/htmldoc \
|
||||
${PYTHON_SITELIBDIR}/chm/chm.py:${PORTSDIR}/textproc/pychm
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
PLIST_FILES= bin/chm2pdf
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/chm2pdf/distinfo
Normal file
3
textproc/chm2pdf/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (chm2pdf-0.9.tar.gz) = 1bf69f901533ac9909d262a2253386cd
|
||||
SHA256 (chm2pdf-0.9.tar.gz) = 7152328d28aed322e41394e706609e81aa96eaf2cef4654494a1279a97528d07
|
||||
SIZE (chm2pdf-0.9.tar.gz) = 16699
|
3
textproc/chm2pdf/pkg-descr
Normal file
3
textproc/chm2pdf/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A simple Python script that converts CHM files into PDF files.
|
||||
|
||||
WWW: http://code.google.com/p/chm2pdf/
|
Loading…
Reference in New Issue
Block a user