diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-18 20:34:54 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-18 20:34:54 +0800 |
commit | 2fea55032339985e6ec7ab360cfd7895f5d59bbc (patch) | |
tree | 0b191352634e2e0780c9917994f486baac3554f8 /devel | |
parent | 0325264b81ca8c91adde22d2984f2688495bff67 (diff) | |
download | marcuscom-ports-2fea55032339985e6ec7ab360cfd7895f5d59bbc.tar marcuscom-ports-2fea55032339985e6ec7ab360cfd7895f5d59bbc.tar.gz marcuscom-ports-2fea55032339985e6ec7ab360cfd7895f5d59bbc.tar.bz2 marcuscom-ports-2fea55032339985e6ec7ab360cfd7895f5d59bbc.tar.lz marcuscom-ports-2fea55032339985e6ec7ab360cfd7895f5d59bbc.tar.xz marcuscom-ports-2fea55032339985e6ec7ab360cfd7895f5d59bbc.tar.zst marcuscom-ports-2fea55032339985e6ec7ab360cfd7895f5d59bbc.zip |
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6622 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libgsf/Makefile | 43 | ||||
-rw-r--r-- | devel/libgsf/distinfo | 3 | ||||
-rw-r--r-- | devel/libgsf/files/patch-gsf-gnome-Makefile.in | 45 | ||||
-rw-r--r-- | devel/libgsf/files/patch-gsf_gsf-shared-memory.c | 10 | ||||
-rw-r--r-- | devel/libgsf/pkg-descr | 2 | ||||
-rw-r--r-- | devel/libgsf/pkg-plist | 94 | ||||
-rw-r--r-- | devel/libunicode/Makefile | 29 | ||||
-rw-r--r-- | devel/libunicode/distinfo | 3 | ||||
-rw-r--r-- | devel/libunicode/files/patch-aa | 11 | ||||
-rw-r--r-- | devel/libunicode/files/patch-iso8859.c | 11 | ||||
-rw-r--r-- | devel/libunicode/files/patch-latin1.c | 11 | ||||
-rw-r--r-- | devel/libunicode/pkg-descr | 5 | ||||
-rw-r--r-- | devel/libunicode/pkg-plist | 7 |
13 files changed, 274 insertions, 0 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile new file mode 100644 index 000000000..14f559e22 --- /dev/null +++ b/devel/libgsf/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: libgsf +# Date created: 11 September 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/devel/libgsf/Makefile,v 1.22 2006/04/23 22:42:46 mezz Exp $ +# + +PORTNAME= libgsf +PORTVERSION= 1.14.1 +PORTREVISION?= 1 +CATEGORIES?= devel +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT?= An extensible i/o abstraction for dealing with structured file formats + +.if !exists(/usr/lib/libbz2.so) +LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 +.endif + +USE_XLIB= yes +USE_BZIP2= yes +USE_GMAKE= yes +USE_GETTEXT= yes +INSTALLS_SHLIB= yes +USE_GNOME?= gnomehack glib20 libxml2 gconf2 ltverhack intlhack +USE_AUTOTOOLS= libtool:15 +CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \ + --disable-gtk-doc --without-gnome --with-bz2 \ + --mandir=${PREFIX}/man \ + --with-gconf-source=${GCONF_CONFIG_SOURCE} +CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.if !defined(GSF_SLAVE) +GCONF_SCHEMAS= gsf-office-thumbnailer.schemas +MAN1= gsf-office-thumbnailer.1 +.endif + +.include <bsd.port.mk> diff --git a/devel/libgsf/distinfo b/devel/libgsf/distinfo new file mode 100644 index 000000000..ec06e1d28 --- /dev/null +++ b/devel/libgsf/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/libgsf-1.14.1.tar.bz2) = 00de00b99382d0b7e034e0fffd8951d4 +SHA256 (gnome2/libgsf-1.14.1.tar.bz2) = 7bd920640f8a164cb0faeffbe846bf302ffbd16ccd3751cc9d58f99e0a60c024 +SIZE (gnome2/libgsf-1.14.1.tar.bz2) = 530415 diff --git a/devel/libgsf/files/patch-gsf-gnome-Makefile.in b/devel/libgsf/files/patch-gsf-gnome-Makefile.in new file mode 100644 index 000000000..6337cb21d --- /dev/null +++ b/devel/libgsf/files/patch-gsf-gnome-Makefile.in @@ -0,0 +1,45 @@ +--- gsf-gnome/Makefile.in.orig Mon Nov 7 00:22:33 2005 ++++ gsf-gnome/Makefile.in Mon Nov 7 00:23:42 2005 +@@ -60,9 +60,7 @@ + libLTLIBRARIES_INSTALL = $(INSTALL) + LTLIBRARIES = $(lib_LTLIBRARIES) + am__DEPENDENCIES_1 = +-@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_DEPENDENCIES = \ +-@WITH_LIBGSF_GNOME_TRUE@ $(top_builddir)/gsf/libgsf-1.la \ +-@WITH_LIBGSF_GNOME_TRUE@ $(am__DEPENDENCIES_1) ++@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_DEPENDENCIES = + am__libgsf_gnome_1_la_SOURCES_DIST = gsf-input-gnomevfs.c \ + gsf-output-gnomevfs.c gsf-input-bonobo.c gsf-output-bonobo.c \ + gsf-shared-bonobo-stream.c +@@ -277,7 +275,7 @@ + target_alias = @target_alias@ + AM_CPPFLAGS = -I$(top_srcdir) $(LIBGSF_GNOME_CFLAGS) + @WITH_LIBGSF_GNOME_TRUE@lib_LTLIBRARIES = libgsf-gnome-1.la +-@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_LIBADD = $(top_builddir)/gsf/libgsf-1.la $(LIBGSF_GNOME_LIBS) ++@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_LIBADD = $(LIBGSF_GNOME_LIBS) + @WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_LDFLAGS = -version-info \ + @WITH_LIBGSF_GNOME_TRUE@ $(VERSION_INFO) $(am__append_1) + @WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_SOURCES = \ +@@ -287,13 +285,15 @@ + @WITH_LIBGSF_GNOME_TRUE@ gsf-output-bonobo.c \ + @WITH_LIBGSF_GNOME_TRUE@ gsf-shared-bonobo-stream.c + +-libgsf_gnome_1_includedir = $(includedir)/libgsf-1/gsf-gnome +-libgsf_gnome_1_include_HEADERS = \ +- gsf-input-gnomevfs.h \ +- gsf-output-gnomevfs.h \ +- gsf-input-bonobo.h \ +- gsf-output-bonobo.h \ +- gsf-shared-bonobo-stream.h ++@WITH_LIBGSF_GNOME_FALSE@libgsf_gnome_1_includedir = ++@WITH_LIBGSF_GNOME_FALSE@libgsf_gnome_1_include_HEADERS = ++@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_includedir = $(includedir)/libgsf-1/gsf-gnome ++@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_include_HEADERS = \ ++@WITH_LIBGSF_GNOME_TRUE@ gsf-input-gnomevfs.h \ ++@WITH_LIBGSF_GNOME_TRUE@ gsf-output-gnomevfs.h \ ++@WITH_LIBGSF_GNOME_TRUE@ gsf-input-bonobo.h \ ++@WITH_LIBGSF_GNOME_TRUE@ gsf-output-bonobo.h \ ++@WITH_LIBGSF_GNOME_TRUE@ gsf-shared-bonobo-stream.h + + all: all-am + diff --git a/devel/libgsf/files/patch-gsf_gsf-shared-memory.c b/devel/libgsf/files/patch-gsf_gsf-shared-memory.c new file mode 100644 index 000000000..03f4e6379 --- /dev/null +++ b/devel/libgsf/files/patch-gsf_gsf-shared-memory.c @@ -0,0 +1,10 @@ +--- gsf/gsf-shared-memory.c.orig Wed Sep 11 23:58:35 2002 ++++ gsf/gsf-shared-memory.c Wed Sep 11 23:58:46 2002 +@@ -21,6 +21,7 @@ + #include <gsf-config.h> + #include <gsf/gsf-shared-memory.h> + #include <gsf/gsf-impl-utils.h> ++#include <sys/types.h> + + #ifdef HAVE_MMAP + #include <sys/mman.h> diff --git a/devel/libgsf/pkg-descr b/devel/libgsf/pkg-descr new file mode 100644 index 000000000..258f82307 --- /dev/null +++ b/devel/libgsf/pkg-descr @@ -0,0 +1,2 @@ +The library aims to provide an efficient extensible i/o abstraction for +dealing with different structured file formats. diff --git a/devel/libgsf/pkg-plist b/devel/libgsf/pkg-plist new file mode 100644 index 000000000..5644e10f0 --- /dev/null +++ b/devel/libgsf/pkg-plist @@ -0,0 +1,94 @@ +bin/gsf-office-thumbnailer +include/libgsf-1/gsf-win32/gsf-input-win32.h +include/libgsf-1/gsf-win32/gsf-output-win32.h +include/libgsf-1/gsf/gsf-blob.h +include/libgsf-1/gsf/gsf-clip-data.h +include/libgsf-1/gsf/gsf-doc-meta-data.h +include/libgsf-1/gsf/gsf-docprop-vector.h +include/libgsf-1/gsf/gsf-impl-utils.h +include/libgsf-1/gsf/gsf-infile-impl.h +include/libgsf-1/gsf/gsf-infile-msole.h +include/libgsf-1/gsf/gsf-infile-msvba.h +include/libgsf-1/gsf/gsf-infile-stdio.h +include/libgsf-1/gsf/gsf-infile-zip.h +include/libgsf-1/gsf/gsf-infile.h +include/libgsf-1/gsf/gsf-input-bzip.h +include/libgsf-1/gsf/gsf-input-gzip.h +include/libgsf-1/gsf/gsf-input-impl.h +include/libgsf-1/gsf/gsf-input-iochannel.h +include/libgsf-1/gsf/gsf-input-memory.h +include/libgsf-1/gsf/gsf-input-proxy.h +include/libgsf-1/gsf/gsf-input-stdio.h +include/libgsf-1/gsf/gsf-input-textline.h +include/libgsf-1/gsf/gsf-input.h +include/libgsf-1/gsf/gsf-libxml.h +include/libgsf-1/gsf/gsf-meta-names.h +include/libgsf-1/gsf/gsf-msole-utils.h +include/libgsf-1/gsf/gsf-opendoc-utils.h +include/libgsf-1/gsf/gsf-outfile-impl.h +include/libgsf-1/gsf/gsf-outfile-msole.h +include/libgsf-1/gsf/gsf-outfile-stdio.h +include/libgsf-1/gsf/gsf-outfile-zip.h +include/libgsf-1/gsf/gsf-outfile.h +include/libgsf-1/gsf/gsf-output-bzip.h +include/libgsf-1/gsf/gsf-output-csv.h +include/libgsf-1/gsf/gsf-output-gzip.h +include/libgsf-1/gsf/gsf-output-iconv.h +include/libgsf-1/gsf/gsf-output-impl.h +include/libgsf-1/gsf/gsf-output-iochannel.h +include/libgsf-1/gsf/gsf-output-memory.h +include/libgsf-1/gsf/gsf-output-stdio.h +include/libgsf-1/gsf/gsf-output.h +include/libgsf-1/gsf/gsf-structured-blob.h +include/libgsf-1/gsf/gsf-timestamp.h +include/libgsf-1/gsf/gsf-utils.h +include/libgsf-1/gsf/gsf.h +lib/libgsf-1.a +lib/libgsf-1.la +lib/libgsf-1.so +lib/libgsf-1.so.114 +libdata/pkgconfig/libgsf-1.pc +share/doc/gsf/GsfClipData.html +share/doc/gsf/api.html +share/doc/gsf/dependencies.html +share/doc/gsf/gsf-Bononbo.html +share/doc/gsf/gsf-Compression.html +share/doc/gsf/gsf-GIOChannel.html +share/doc/gsf/gsf-GnomeVFS.html +share/doc/gsf/gsf-Infile-reading-structed-files.html +share/doc/gsf/gsf-Input-from-unstructured-files.html +share/doc/gsf/gsf-MS-OLE2.html +share/doc/gsf/gsf-OASIS-Open-Document.html +share/doc/gsf/gsf-Outfile-writing-structed-files.html +share/doc/gsf/gsf-Output-to-unstructured-files.html +share/doc/gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html +share/doc/gsf/gsf-Text.html +share/doc/gsf/gsf-XML-and-libxml.html +share/doc/gsf/gsf-Zip.html +share/doc/gsf/gsf-blobs.html +share/doc/gsf/gsf-memory.html +share/doc/gsf/gsf-metadata.html +share/doc/gsf/gsf-users.html +share/doc/gsf/gsf-utils.html +share/doc/gsf/gsf.devhelp +share/doc/gsf/gsf.devhelp2 +share/doc/gsf/history.html +share/doc/gsf/home.png +share/doc/gsf/index.html +share/doc/gsf/index.sgml +share/doc/gsf/intro.html +share/doc/gsf/io.html +share/doc/gsf/ix01.html +share/doc/gsf/left.png +share/doc/gsf/misc.html +share/doc/gsf/parsers.html +share/doc/gsf/right.png +share/doc/gsf/sources.html +share/doc/gsf/style.css +share/doc/gsf/up.png +share/locale/es/LC_MESSAGES/libgsf.mo +share/locale/sv/LC_MESSAGES/libgsf.mo +@dirrm share/doc/gsf +@dirrm include/libgsf-1/gsf-win32 +@dirrm include/libgsf-1/gsf +@dirrm include/libgsf-1 diff --git a/devel/libunicode/Makefile b/devel/libunicode/Makefile new file mode 100644 index 000000000..2e0921bae --- /dev/null +++ b/devel/libunicode/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: libunicode +# Date created: 28th June 2000 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= libunicode +PORTVERSION= 0.4 +PORTREVISION= 6 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/libunicode/0.4 +DISTNAME= ${PORTNAME}-${PORTVERSION}.gnome + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A library for manipulating Unicode characters and strings + +USE_GMAKE= yes +USE_XLIB= yes +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +.include <bsd.port.mk> diff --git a/devel/libunicode/distinfo b/devel/libunicode/distinfo new file mode 100644 index 000000000..7c8767c9a --- /dev/null +++ b/devel/libunicode/distinfo @@ -0,0 +1,3 @@ +MD5 (libunicode-0.4.gnome.tar.gz) = 78bca1168d7f180e9cc8a3388bf7374e +SHA256 (libunicode-0.4.gnome.tar.gz) = a4466a63c6501aa3137fdf309dc044bbb48186136ab86ea87c09653789ebcffd +SIZE (libunicode-0.4.gnome.tar.gz) = 211622 diff --git a/devel/libunicode/files/patch-aa b/devel/libunicode/files/patch-aa new file mode 100644 index 000000000..2c39e59e3 --- /dev/null +++ b/devel/libunicode/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.orig Wed Sep 20 17:44:12 2000 ++++ Makefile.in Thu Sep 21 10:54:20 2000 +@@ -94,7 +94,7 @@ + EXTRA_DIST = libunicode.spec.in unicodeConf.sh.in + + +-confexecdir = $(libdir) ++confexecdir = $(sysconfdir) + confexec_DATA = unicodeConf.sh + + CLEAN_FILES = unicodeConf.sh diff --git a/devel/libunicode/files/patch-iso8859.c b/devel/libunicode/files/patch-iso8859.c new file mode 100644 index 000000000..afe3101c5 --- /dev/null +++ b/devel/libunicode/files/patch-iso8859.c @@ -0,0 +1,11 @@ +--- iso8859.c.orig Fri Oct 29 15:15:19 1999 ++++ iso8859.c Wed Jun 5 02:43:26 2002 +@@ -271,6 +271,8 @@ + #define ISO_DEFINE(Num) \ + static char * n ## Num [] = { "8859-" # Num, \ + "ISO-8859-" # Num, \ ++ "ISO_8859-1" # Num, \ ++ "ISO8859-" # Num, \ + NULL }; \ + unicode_encoding_t P3 (unicode_iso8859_, Num, _encoding) = \ + { \ diff --git a/devel/libunicode/files/patch-latin1.c b/devel/libunicode/files/patch-latin1.c new file mode 100644 index 000000000..5196870a1 --- /dev/null +++ b/devel/libunicode/files/patch-latin1.c @@ -0,0 +1,11 @@ +--- latin1.c.orig Wed Jun 5 02:41:15 2002 ++++ latin1.c Wed Jun 5 02:41:34 2002 +@@ -89,7 +89,7 @@ + } + + /* The encoding descriptor for Latin1. */ +-static char *l1n[] = { "8859-1", "ISO-8859-1", NULL }; ++static char *l1n[] = { "8859-1", "ISO8859-1", "ISO_8859-1", "ISO-8859-1", NULL }; + unicode_encoding_t unicode_latin1_encoding = + { + l1n, diff --git a/devel/libunicode/pkg-descr b/devel/libunicode/pkg-descr new file mode 100644 index 000000000..b27a4d6b0 --- /dev/null +++ b/devel/libunicode/pkg-descr @@ -0,0 +1,5 @@ +libunicode is a library for manipulating Unicode characters and +strings. It understands both the UTF-8 and UCS-2 encodings, and has a +framework for adding support for new encodings. + +WWW: http://www.gnome.org/ diff --git a/devel/libunicode/pkg-plist b/devel/libunicode/pkg-plist new file mode 100644 index 000000000..ea1954412 --- /dev/null +++ b/devel/libunicode/pkg-plist @@ -0,0 +1,7 @@ +bin/unicode-config +etc/unicodeConf.sh +include/unicode.h +lib/libunicode.a +lib/libunicode.la +lib/libunicode.so +lib/libunicode.so.0 |