Remove surrounding quotes in COMMENT*/PERMIT_*
From Darrin Chandler
This commit is contained in:
parent
379afe5f60
commit
508e6279c2
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2007/06/27 19:15:50 rui Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2007/09/16 01:40:27 merdely Exp $
|
||||
|
||||
COMMENT= "converter to/from base64 encoding"
|
||||
COMMENT= converter to/from base64 encoding
|
||||
|
||||
DISTNAME= base64-1.5
|
||||
CATEGORIES= converters
|
||||
|
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2006/07/14 21:26:15 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2007/09/16 01:40:27 merdely Exp $
|
||||
|
||||
COMMENT= "encode/decode binary to printable ASCII"
|
||||
COMMENT= encode/decode binary to printable ASCII
|
||||
|
||||
DISTNAME= btoa-5.2
|
||||
PKGNAME= btoa-5.2.1
|
||||
CATEGORIES= converters
|
||||
|
||||
PERMIT_PACKAGE_CDROM= "no fee"
|
||||
PERMIT_PACKAGE_CDROM= no fee
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= "no fee"
|
||||
PERMIT_DISTFILES_CDROM= no fee
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2005/09/23 19:36:02 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2007/09/16 01:40:27 merdely Exp $
|
||||
|
||||
COMMENT= "on-the-fly HTML to WML conversion"
|
||||
COMMENT= on-the-fly HTML to WML conversion
|
||||
|
||||
DISTNAME= html2wml-0.4.9
|
||||
CATEGORIES= converters www perl5
|
||||
|
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2004/11/21 22:53:58 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2007/09/16 01:40:27 merdely Exp $
|
||||
|
||||
COMMENT= "binary-to-text file converter"
|
||||
COMMENT= binary-to-text file converter
|
||||
|
||||
DISTNAME= ish-1.11
|
||||
CATEGORIES= converters
|
||||
|
||||
PERMIT_PACKAGE_CDROM= "no license"
|
||||
PERMIT_PACKAGE_FTP= "no license"
|
||||
PERMIT_DISTFILES_CDROM= "no license"
|
||||
PERMIT_DISTFILES_FTP= "no license"
|
||||
PERMIT_PACKAGE_CDROM= no license
|
||||
PERMIT_PACKAGE_FTP= no license
|
||||
PERMIT_DISTFILES_CDROM= no license
|
||||
PERMIT_DISTFILES_FTP= no license
|
||||
WANTLIB= c
|
||||
|
||||
MASTER_SITES= \
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2006/10/28 11:19:20 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2007/09/16 01:40:27 merdely Exp $
|
||||
|
||||
COMMENT= "descramble scrambled DVDs using ACSS"
|
||||
COMMENT= descramble scrambled DVDs using ACSS
|
||||
|
||||
VER= 0.3
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
@ -13,7 +13,7 @@ SHARED_LIBS += dvd 0.2 # .0.2
|
||||
# GPL
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= "Free speech issue"
|
||||
PERMIT_PACKAGE_CDROM= Free speech issue
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
WANTLIB= crypto
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2007/02/03 17:02:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2007/09/16 01:40:27 merdely Exp $
|
||||
|
||||
COMMENT= "descramble scrambled DVDs"
|
||||
COMMENT= descramble scrambled DVDs
|
||||
|
||||
VER= 1.2.9
|
||||
DISTNAME= libdvdcss-${VER}
|
||||
@ -14,7 +14,7 @@ HOMEPAGE= http://www.videolan.org/libdvdcss/
|
||||
# GPL
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= "Free speech issue"
|
||||
PERMIT_PACKAGE_CDROM= Free speech issue
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
USE_LIBTOOL=Yes
|
||||
|
@ -1,13 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2002/12/23 00:37:50 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2007/09/16 01:40:27 merdely Exp $
|
||||
|
||||
COMMENT= "C++ class library for MIME messages"
|
||||
COMMENT= C++ class library for MIME messages
|
||||
|
||||
DISTNAME= mimepp-1.0
|
||||
CATEGORIES= converters
|
||||
|
||||
PERMIT_PACKAGE_CDROM= "restrictive non-commercial license"
|
||||
PERMIT_PACKAGE_FTP= "restrictive non-commercial license"
|
||||
PERMIT_DISTFILES_CDROM= "restrictive non-commercial license"
|
||||
PERMIT_PACKAGE_CDROM= restrictive non-commercial license
|
||||
PERMIT_PACKAGE_FTP= restrictive non-commercial license
|
||||
PERMIT_DISTFILES_CDROM= restrictive non-commercial license
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE:=devel/lang/c++/}
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2005/10/06 21:09:21 aanriot Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2007/09/16 01:40:27 merdely Exp $
|
||||
|
||||
COMMENT= "external MIME packer/unpacker"
|
||||
COMMENT= external MIME packer/unpacker
|
||||
|
||||
V= 1.5
|
||||
DISTNAME= mpack-${V}-src
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2006/12/04 21:49:38 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2007/09/16 01:40:27 merdely Exp $
|
||||
|
||||
COMMENT= "simple calendar month"
|
||||
COMMENT= simple calendar month
|
||||
|
||||
DISTNAME= Calendar-Simple-1.17
|
||||
CATEGORIES= converters
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2006/12/04 21:49:38 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2007/09/16 01:40:27 merdely Exp $
|
||||
|
||||
COMMENT= "jcode interface for catalyst"
|
||||
COMMENT= jcode interface for catalyst
|
||||
|
||||
DISTNAME= Catalyst-Plugin-Charsets-Japanese-0.06
|
||||
CATEGORIES= converters www
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2006/12/04 21:49:38 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2007/09/16 01:40:27 merdely Exp $
|
||||
|
||||
COMMENT= "convert binary octets into ASCII armoured messages"
|
||||
COMMENT= convert binary octets into ASCII armoured messages
|
||||
|
||||
DISTNAME= Convert-ASCII-Armour-1.4
|
||||
CATEGORIES= converters security
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2006/12/04 21:49:38 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2007/09/16 01:40:27 merdely Exp $
|
||||
|
||||
COMMENT= "module to encode and decode ASN.1 data structures"
|
||||
COMMENT= module to encode and decode ASN.1 data structures
|
||||
|
||||
DISTNAME= Convert-ASN1-0.20
|
||||
PKGNAME= p5-${DISTNAME}p0
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2006/12/04 21:49:38 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2007/09/16 01:40:27 merdely Exp $
|
||||
|
||||
COMMENT= "module to encode and decode objects"
|
||||
COMMENT= module to encode and decode objects
|
||||
|
||||
DISTNAME= Convert-BER-1.3101
|
||||
PKGNAME= p5-${DISTNAME}p0
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2006/12/04 22:23:21 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2007/09/16 01:40:27 merdely Exp $
|
||||
|
||||
COMMENT= "module to extract data from Macintosh BinHex files"
|
||||
COMMENT= module to extract data from Macintosh BinHex files
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Convert-BinHex-1.119
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2006/12/04 21:49:38 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2007/09/16 01:40:27 merdely Exp $
|
||||
|
||||
COMMENT= "read/write access to ASN.1-encoded PEM files"
|
||||
COMMENT= read/write access to ASN.1-encoded PEM files
|
||||
|
||||
DISTNAME= Convert-PEM-0.07
|
||||
CATEGORIES= converters security
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2007/01/23 22:30:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2007/09/16 01:40:27 merdely Exp $
|
||||
|
||||
COMMENT= "module to read TNEF files"
|
||||
COMMENT= module to read TNEF files
|
||||
|
||||
DISTNAME= Convert-TNEF-0.17
|
||||
PKGNAME= p5-${DISTNAME}p0
|
||||
|
@ -1,15 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2006/12/04 21:49:38 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2007/09/16 01:40:27 merdely Exp $
|
||||
|
||||
COMMENT= "Perl5 module for uuencode and uudecode"
|
||||
COMMENT= Perl5 module for uuencode and uudecode
|
||||
|
||||
DISTNAME= Convert-UU-0.52
|
||||
PKGNAME= p5-${DISTNAME}p0
|
||||
CATEGORIES= converters
|
||||
MODULES= cpan
|
||||
|
||||
PERMIT_PACKAGE_CDROM= "no license"
|
||||
PERMIT_PACKAGE_FTP= "no license"
|
||||
PERMIT_DISTFILES_CDROM= "no license"
|
||||
PERMIT_DISTFILES_FTP= "no license"
|
||||
PERMIT_PACKAGE_CDROM= no license
|
||||
PERMIT_PACKAGE_FTP= no license
|
||||
PERMIT_DISTFILES_CDROM= no license
|
||||
PERMIT_DISTFILES_FTP= no license
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2006/12/04 21:49:38 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2007/09/16 01:40:27 merdely Exp $
|
||||
|
||||
COMMENT= "convert dates into the Shire Calendar"
|
||||
COMMENT= convert dates into the Shire Calendar
|
||||
|
||||
DISTNAME= Date-Tolkien-Shire-1.13
|
||||
PKGNAME= p5-${DISTNAME}p0
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2006/12/04 21:49:38 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2007/09/16 01:40:27 merdely Exp $
|
||||
|
||||
COMMENT= "manipulate dates in perl"
|
||||
COMMENT= manipulate dates in perl
|
||||
DISTNAME= DateManip-5.44
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= converters
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2006/12/04 21:49:38 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2007/09/16 01:40:27 merdely Exp $
|
||||
|
||||
COMMENT= "currency conversion"
|
||||
COMMENT= currency conversion
|
||||
|
||||
DISTNAME= Finance-Currency-Convert-XE-0.11
|
||||
CATEGORIES= converters
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2006/11/14 07:53:26 msf Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2007/09/16 01:40:27 merdely Exp $
|
||||
|
||||
COMMENT= "encodes Unicode strings in Punycode"
|
||||
COMMENT= encodes Unicode strings in Punycode
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2007/06/04 11:47:09 aanriot Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2007/09/16 01:40:28 merdely Exp $
|
||||
|
||||
COMMENT= "parse and convert to JSON (JavaScript Object Notation)"
|
||||
COMMENT= parse and convert to JSON (JavaScript Object Notation)
|
||||
|
||||
DISTNAME= JSON-1.14
|
||||
CATEGORIES= converters
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2006/12/04 21:49:38 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2007/09/16 01:40:28 merdely Exp $
|
||||
|
||||
COMMENT= "handles various Japanese charsets"
|
||||
COMMENT= handles various Japanese charsets
|
||||
|
||||
DISTNAME= Jcode-2.06
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/04/08 21:58:45 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2007/09/16 01:40:28 merdely Exp $
|
||||
|
||||
COMMENT= 'MARC (machine readable cataloging format)'
|
||||
COMMENT= MARC (machine readable cataloging format)
|
||||
CATEGORIES= converters
|
||||
|
||||
DISTNAME= MARC-Record-1.38
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2006/12/04 21:49:38 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2007/09/16 01:40:28 merdely Exp $
|
||||
|
||||
COMMENT= "Perl IDN nameprep tools"
|
||||
COMMENT= Perl IDN nameprep tools
|
||||
|
||||
DISTNAME= Net-IDN-Nameprep-0.02
|
||||
CATEGORIES= net
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2007/01/23 22:30:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2007/09/16 01:40:28 merdely Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "interface to iconv() codeset conversion function"
|
||||
COMMENT= interface to iconv() codeset conversion function
|
||||
|
||||
DISTNAME= Text-Iconv-1.4
|
||||
CATEGORIES= converters
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2006/12/04 22:13:51 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2007/09/16 01:40:28 merdely Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "conversions to and from arbitrary character sets"
|
||||
COMMENT= conversions to and from arbitrary character sets
|
||||
|
||||
DISTNAME= Unicode-Map-0.112
|
||||
CATEGORIES= converters
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2006/12/04 22:13:51 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2007/09/16 01:40:28 merdely Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "module to implement efficient mapping tables"
|
||||
COMMENT= module to implement efficient mapping tables
|
||||
|
||||
DISTNAME= Unicode-Map8-0.12
|
||||
CATEGORIES= converters
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2007/01/30 01:20:23 msf Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2007/09/16 01:40:28 merdely Exp $
|
||||
|
||||
COMMENT= "conversions to and from arbitrary character sets and UTF8"
|
||||
COMMENT= conversions to and from arbitrary character sets and UTF8
|
||||
|
||||
DISTNAME= Unicode-MapUTF8-1.11
|
||||
PKGNAME= p5-${DISTNAME}p1
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2006/12/04 22:13:51 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2007/09/16 01:40:28 merdely Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "modules to handle various Unicode issues"
|
||||
COMMENT= modules to handle various Unicode issues
|
||||
|
||||
DISTNAME= Unicode-String-2.09
|
||||
CATEGORIES= converters
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2007/07/11 13:01:32 aanriot Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2007/09/16 01:40:28 merdely Exp $
|
||||
|
||||
COMMENT= "parse pf logs to XML"
|
||||
COMMENT= parse pf logs to XML
|
||||
|
||||
DISTNAME= pflogx_086
|
||||
PKGNAME= pflogx-0.86p1
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2007/01/20 09:31:53 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2007/09/16 01:40:28 merdely Exp $
|
||||
|
||||
COMMENT= "PPM to Pilot bitmap converter"
|
||||
COMMENT= PPM to Pilot bitmap converter
|
||||
|
||||
DISTNAME= ppmtoTbmp-1.1
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2007/07/09 19:31:07 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2007/09/16 01:40:28 merdely Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "Python unicode codecs for Chinese, Japanese and Korean"
|
||||
COMMENT= Python unicode codecs for Chinese, Japanese and Korean
|
||||
|
||||
DISTNAME= cjkcodecs-1.1.1
|
||||
PKGNAME= py-${DISTNAME}p1
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2006/08/01 18:38:23 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2007/09/16 01:40:28 merdely Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "universal unicode codec using iconv for Python"
|
||||
COMMENT= universal unicode codec using iconv for Python
|
||||
|
||||
DISTNAME= iconvcodec-1.1.2
|
||||
PKGNAME= py-${DISTNAME}p0
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2004/11/21 22:53:59 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2007/09/16 01:40:28 merdely Exp $
|
||||
|
||||
COMMENT= "converter to/from quoted-printable encoding"
|
||||
COMMENT= converter to/from quoted-printable encoding
|
||||
|
||||
DISTNAME= qprint-1.0
|
||||
CATEGORIES= converters
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2006/10/28 11:19:20 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2007/09/16 01:40:28 merdely Exp $
|
||||
|
||||
COMMENT= "convert files between character sets and usages"
|
||||
COMMENT= convert files between character sets and usages
|
||||
|
||||
DISTNAME= recode-3.6
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2004/02/03 07:28:12 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2007/09/16 01:40:28 merdely Exp $
|
||||
|
||||
COMMENT= "rpm2cpio, simple perl converter"
|
||||
COMMENT= rpm2cpio, simple perl converter
|
||||
|
||||
DISTNAME= rpm2cpio-1.2
|
||||
CATEGORIES= converters archivers
|
||||
|
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2005/09/05 13:48:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2007/09/16 01:40:28 merdely Exp $
|
||||
|
||||
COMMENT= "character encoding converter generator package"
|
||||
COMMENT= character encoding converter generator package
|
||||
|
||||
DISTNAME= trans120
|
||||
PKGNAME= trans-1.20p0
|
||||
CATEGORIES= converters russian
|
||||
|
||||
PERMIT_PACKAGE_CDROM= "no fee"
|
||||
PERMIT_PACKAGE_CDROM= no fee
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= "no fee"
|
||||
PERMIT_DISTFILES_CDROM= no fee
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2007/05/30 02:39:15 aanriot Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2007/09/16 01:40:28 merdely Exp $
|
||||
|
||||
COMMENT= "convert various Microsoft formats into HTML/PNG"
|
||||
COMMENT= convert various Microsoft formats into HTML/PNG
|
||||
|
||||
DISTNAME= wv-0.7.2
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2007/05/17 13:50:12 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2007/09/16 01:40:28 merdely Exp $
|
||||
|
||||
COMMENT= "library functions to access Microsoft Word/Excel files"
|
||||
COMMENT= library functions to access Microsoft Word/Excel files
|
||||
|
||||
DISTNAME= wv2-0.2.3
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2006/10/28 11:19:20 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2007/09/16 01:40:28 merdely Exp $
|
||||
|
||||
COMMENT= "convert Excel and PowerPoint to HTML"
|
||||
COMMENT= convert Excel and PowerPoint to HTML
|
||||
|
||||
V= 0.2.9.8
|
||||
DISTNAME= xlHtml-${V}
|
||||
|
Loading…
Reference in New Issue
Block a user