- some WANTLIB/LIB_DEPENDS/REVISION cleaning
This commit is contained in:
parent
62dfe388f5
commit
82dcbd9a43
@ -1,11 +1,11 @@
|
|||||||
# $OpenBSD: Makefile,v 1.5 2010/08/30 21:47:16 jasper Exp $
|
# $OpenBSD: Makefile,v 1.6 2010/11/10 22:24:16 jasper Exp $
|
||||||
|
|
||||||
COMMENT= Python binding for the libxml2 and libxslt libraries
|
COMMENT= Python binding for the libxml2 and libxslt libraries
|
||||||
|
|
||||||
MODPY_EGG_VERSION= 2.0.4
|
MODPY_EGG_VERSION= 2.0.4
|
||||||
DISTNAME= lxml-${MODPY_EGG_VERSION}
|
DISTNAME= lxml-${MODPY_EGG_VERSION}
|
||||||
PKGNAME= py-lxml-${MODPY_EGG_VERSION}
|
PKGNAME= py-lxml-${MODPY_EGG_VERSION}
|
||||||
REVISION= 0
|
REVISION= 1
|
||||||
CATEGORIES= textproc devel
|
CATEGORIES= textproc devel
|
||||||
|
|
||||||
MAINTAINER= Benoit Chesneau <benoitc@metavers.net>
|
MAINTAINER= Benoit Chesneau <benoitc@metavers.net>
|
||||||
@ -21,11 +21,11 @@ PERMIT_PACKAGE_CDROM= Yes
|
|||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
PERMIT_DISTFILES_CDROM= Yes
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
|
|
||||||
WANTLIB= m xml2 z
|
WANTLIB= m xml2 z exslt xslt
|
||||||
|
|
||||||
MODULES= lang/python
|
MODULES= lang/python
|
||||||
|
|
||||||
LIB_DEPENDS= exslt,xslt::textproc/libxslt
|
LIB_DEPENDS= ::textproc/libxslt
|
||||||
|
|
||||||
MODPY_SETUPTOOLS=Yes
|
MODPY_SETUPTOOLS=Yes
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# $OpenBSD: Makefile,v 1.4 2010/08/30 21:47:16 jasper Exp $
|
# $OpenBSD: Makefile,v 1.5 2010/11/10 22:24:16 jasper Exp $
|
||||||
|
|
||||||
COMMENT= YAML parser and emitter in Python
|
COMMENT= YAML parser and emitter in Python
|
||||||
|
|
||||||
MODPY_EGG_VERSION=3.08
|
MODPY_EGG_VERSION=3.08
|
||||||
DISTNAME= PyYAML-${MODPY_EGG_VERSION}
|
DISTNAME= PyYAML-${MODPY_EGG_VERSION}
|
||||||
PKGNAME= py-yaml-${MODPY_EGG_VERSION}
|
PKGNAME= py-yaml-${MODPY_EGG_VERSION}
|
||||||
REVISION= 1
|
REVISION= 2
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
|
|
||||||
HOMEPAGE= http://pyyaml.org/wiki/PyYAML
|
HOMEPAGE= http://pyyaml.org/wiki/PyYAML
|
||||||
@ -20,9 +20,11 @@ PERMIT_DISTFILES_FTP= Yes
|
|||||||
|
|
||||||
MASTER_SITES= http://pyyaml.org/download/pyyaml/
|
MASTER_SITES= http://pyyaml.org/download/pyyaml/
|
||||||
|
|
||||||
|
WANTLIB+= yaml
|
||||||
|
|
||||||
MODULES= lang/python
|
MODULES= lang/python
|
||||||
|
|
||||||
LIB_DEPENDS= yaml::devel/libyaml
|
LIB_DEPENDS= ::devel/libyaml
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
${SUBST_CMD} ${WRKSRC}/setup.cfg
|
${SUBST_CMD} ${WRKSRC}/setup.cfg
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.15 2010/10/19 07:54:26 espie Exp $
|
# $OpenBSD: Makefile,v 1.16 2010/11/10 22:24:16 jasper Exp $
|
||||||
|
|
||||||
COMMENT= curses-based URL ripper
|
COMMENT= curses-based URL ripper
|
||||||
|
|
||||||
DISTNAME= urlview-0.9
|
DISTNAME= urlview-0.9
|
||||||
PKGNAME= ${DISTNAME}p1
|
REVISION= 2
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/contrib/ \
|
MASTER_SITES= ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/contrib/ \
|
||||||
ftp://ftp.mutt.org/mutt/contrib/ \
|
ftp://ftp.mutt.org/mutt/contrib/ \
|
||||||
@ -26,7 +26,8 @@ FLAVORS= slang
|
|||||||
FLAVOR?=
|
FLAVOR?=
|
||||||
|
|
||||||
.if ${FLAVOR:L:Mslang}
|
.if ${FLAVOR:L:Mslang}
|
||||||
LIB_DEPENDS= slang.14::devel/libslang
|
WANTLIB+= slang
|
||||||
|
LIB_DEPENDS= ::devel/libslang
|
||||||
CONFIGURE_ARGS= --with-slang=${LOCALBASE}
|
CONFIGURE_ARGS= --with-slang=${LOCALBASE}
|
||||||
CONFIGURE_ENV= LIBS=-lcurses
|
CONFIGURE_ENV= LIBS=-lcurses
|
||||||
.endif
|
.endif
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.8 2007/09/15 20:59:42 merdely Exp $
|
# $OpenBSD: Makefile,v 1.9 2010/11/10 22:24:16 jasper Exp $
|
||||||
|
|
||||||
COMMENT= collection of HTML, XHTML, ISO-HTML, WML and MathML DTDs
|
COMMENT= collection of HTML, XHTML, ISO-HTML, WML and MathML DTDs
|
||||||
|
|
||||||
DISTNAME= wdg-sgml-lib-1.1.4
|
DISTNAME= wdg-sgml-lib-1.1.4
|
||||||
PKGNAME= ${DISTNAME}p0
|
REVISION= 0
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
|
|
||||||
HOMEPAGE= http://www.htmlhelp.com/tools/validator/offline/
|
HOMEPAGE= http://www.htmlhelp.com/tools/validator/offline/
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.5 2010/10/19 07:54:26 espie Exp $
|
# $OpenBSD: Makefile,v 1.6 2010/11/10 22:24:16 jasper Exp $
|
||||||
|
|
||||||
COMMENT= small utility used to manipulate SGML and XML catalogs
|
COMMENT= small utility used to manipulate SGML and XML catalogs
|
||||||
|
|
||||||
DISTNAME= xmlcatmgr-2.2
|
DISTNAME= xmlcatmgr-2.2
|
||||||
PKGNAME= ${DISTNAME}p1
|
REVISION= 1
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
|
|
||||||
HOMEPAGE= http://xmlcatmgr.sourceforge.net/
|
HOMEPAGE= http://xmlcatmgr.sourceforge.net/
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.5 2010/10/19 07:54:26 espie Exp $
|
# $OpenBSD: Makefile,v 1.6 2010/11/10 22:24:16 jasper Exp $
|
||||||
|
|
||||||
COMMENT= front-end to an XSL toolchain
|
COMMENT= front-end to an XSL toolchain
|
||||||
|
|
||||||
DISTNAME= xmlto-0.0.18
|
DISTNAME= xmlto-0.0.18
|
||||||
PKGNAME= ${DISTNAME}p1
|
REVISION= 1
|
||||||
EXTRACT_SUFX= .tar.bz2
|
EXTRACT_SUFX= .tar.bz2
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.28 2010/10/24 21:38:07 ajacoutot Exp $
|
# $OpenBSD: Makefile,v 1.29 2010/11/10 22:24:16 jasper Exp $
|
||||||
|
|
||||||
COMMENT= graphical file comparator and merge tool
|
COMMENT= graphical file comparator and merge tool
|
||||||
|
|
||||||
DISTNAME= xxdiff-3.1
|
DISTNAME= xxdiff-3.1
|
||||||
PKGNAME= ${DISTNAME}p1
|
REVISION= 2
|
||||||
CATEGORIES= textproc x11
|
CATEGORIES= textproc x11
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xxdiff/}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xxdiff/}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user