mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Update to 0.4.0.
This commit is contained in:
parent
4a3e9ac0a2
commit
2fde8e3f3d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96165
@ -6,20 +6,21 @@
|
||||
#
|
||||
|
||||
PORTNAME= libcroco
|
||||
PORTVERSION= 0.3.0
|
||||
PORTVERSION= 0.4.0
|
||||
CATEGORIES= textproc gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.3
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.4
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= CSS2 parsing library
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GNOME= gnomehack pango libxml2
|
||||
CONFIGURE_ARGS= --enable-layeng=yes \
|
||||
--enable-seleng=yes
|
||||
|
||||
MAN1= croco-config.1 csslint.1
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (libcroco-0.3.0.tar.bz2) = f31718e45a22870b0ce655fe2edc6dd9
|
||||
MD5 (libcroco-0.4.0.tar.bz2) = 0bb1d64abdd4d0b85f2896e01d67b214
|
||||
|
@ -11,10 +11,8 @@ include/libcroco/parser/cr-declaration.h
|
||||
include/libcroco/parser/cr-doc-handler.h
|
||||
include/libcroco/parser/cr-enc-handler.h
|
||||
include/libcroco/parser/cr-input.h
|
||||
include/libcroco/parser/cr-layout-eng.h
|
||||
include/libcroco/parser/cr-num.h
|
||||
include/libcroco/parser/cr-om-parser.h
|
||||
include/libcroco/parser/cr-parser-input.h
|
||||
include/libcroco/parser/cr-parser.h
|
||||
include/libcroco/parser/cr-pseudo.h
|
||||
include/libcroco/parser/cr-rgb.h
|
||||
@ -27,19 +25,18 @@ include/libcroco/parser/cr-tknzr.h
|
||||
include/libcroco/parser/cr-token.h
|
||||
include/libcroco/parser/cr-utils.h
|
||||
include/libcroco/parser/libcroco-config.h
|
||||
include/libcroco/seleng/cr-font-sel.h
|
||||
include/libcroco/seleng/cr-fonts.h
|
||||
include/libcroco/seleng/cr-sel-eng.h
|
||||
include/libcroco/seleng/cr-style.h
|
||||
lib/libcrlayeng.a
|
||||
lib/libcrlayeng.so
|
||||
lib/libcrlayeng.so.1
|
||||
lib/libcrlayeng.so.2
|
||||
lib/libcroco.a
|
||||
lib/libcroco.so
|
||||
lib/libcroco.so.1
|
||||
lib/libcrseleng.a
|
||||
lib/libcrseleng.so
|
||||
lib/libcrseleng.so.1
|
||||
lib/libcrseleng.so.2
|
||||
libdata/pkgconfig/libcroco.pc
|
||||
@dirrm include/libcroco/seleng
|
||||
@dirrm include/libcroco/parser
|
||||
|
Loading…
Reference in New Issue
Block a user