summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-07-08 17:28:04 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-07-08 17:28:04 +0800
commiteaef09d37b9d5a1bd1dcf06d2de07598820353a1 (patch)
treef4192b4dc8f879f4f67e0e73da8a087a769b56f7 /net
parent5d989af6ee2fe75a93539a968f9d215025e54a0e (diff)
downloadmarcuscom-ports-eaef09d37b9d5a1bd1dcf06d2de07598820353a1.tar
marcuscom-ports-eaef09d37b9d5a1bd1dcf06d2de07598820353a1.tar.gz
marcuscom-ports-eaef09d37b9d5a1bd1dcf06d2de07598820353a1.tar.bz2
marcuscom-ports-eaef09d37b9d5a1bd1dcf06d2de07598820353a1.tar.lz
marcuscom-ports-eaef09d37b9d5a1bd1dcf06d2de07598820353a1.tar.xz
marcuscom-ports-eaef09d37b9d5a1bd1dcf06d2de07598820353a1.tar.zst
marcuscom-ports-eaef09d37b9d5a1bd1dcf06d2de07598820353a1.zip
NOTE: This port belongs in textproc/
Add libcroco. I'm starting it off in this repository because I haven't the slightest clue what its use is. As a CSS2 library, it seems like it wants to be accessible to a wide range of applications. Thing is, it depends upon pango. For now, I've put it into ${LOCALBASE}, but it might need to go into ${X11BASE}. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@971 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r--net/libcroco/Makefile26
-rw-r--r--net/libcroco/distinfo1
-rw-r--r--net/libcroco/files/patch-configure10
-rw-r--r--net/libcroco/pkg-descr7
-rw-r--r--net/libcroco/pkg-plist47
5 files changed, 91 insertions, 0 deletions
diff --git a/net/libcroco/Makefile b/net/libcroco/Makefile
new file mode 100644
index 000000000..3caad6091
--- /dev/null
+++ b/net/libcroco/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: libcroco
+# Date created: 08 July 2003
+# Whom: Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libcroco
+PORTVERSION= 0.3.0
+CATEGORIES= textproc gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.3
+
+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
+
+MAN1= croco-config.1 csslint.1
+
+.include <bsd.port.mk>
diff --git a/net/libcroco/distinfo b/net/libcroco/distinfo
new file mode 100644
index 000000000..6f662f7db
--- /dev/null
+++ b/net/libcroco/distinfo
@@ -0,0 +1 @@
+MD5 (libcroco-0.3.0.tar.bz2) = f31718e45a22870b0ce655fe2edc6dd9
diff --git a/net/libcroco/files/patch-configure b/net/libcroco/files/patch-configure
new file mode 100644
index 000000000..e60602668
--- /dev/null
+++ b/net/libcroco/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Tue Jul 8 02:14:29 2003
++++ configure Tue Jul 8 02:14:54 2003
+@@ -7672,6 +7672,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/net/libcroco/pkg-descr b/net/libcroco/pkg-descr
new file mode 100644
index 000000000..e71744689
--- /dev/null
+++ b/net/libcroco/pkg-descr
@@ -0,0 +1,7 @@
+libcroco is a standalone css2 parsing library.
+It provides a low level event driven SAC like api
+and a css object model like api.
+
+This library is being written to bring the css support
+to the mlview xml editor project but it can be used
+for other applications as well.
diff --git a/net/libcroco/pkg-plist b/net/libcroco/pkg-plist
new file mode 100644
index 000000000..7fd537fe4
--- /dev/null
+++ b/net/libcroco/pkg-plist
@@ -0,0 +1,47 @@
+bin/croco-config
+bin/csslint
+include/libcroco/layeng/cr-box-view.h
+include/libcroco/layeng/cr-box.h
+include/libcroco/layeng/cr-lay-eng.h
+include/libcroco/libcroco.h
+include/libcroco/parser/cr-additional-sel.h
+include/libcroco/parser/cr-attr-sel.h
+include/libcroco/parser/cr-cascade.h
+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
+include/libcroco/parser/cr-selector.h
+include/libcroco/parser/cr-simple-sel.h
+include/libcroco/parser/cr-statement.h
+include/libcroco/parser/cr-stylesheet.h
+include/libcroco/parser/cr-term.h
+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/libcroco.a
+lib/libcroco.so
+lib/libcroco.so.1
+lib/libcrseleng.a
+lib/libcrseleng.so
+lib/libcrseleng.so.1
+libdata/pkgconfig/libcroco.pc
+@dirrm include/libcroco/seleng
+@dirrm include/libcroco/parser
+@dirrm include/libcroco/layeng
+@dirrm include/libcroco