summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-25 11:22:57 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-25 11:22:57 +0800
commit89bac22e15bdcdfc3c1f68096fe6a5ac13aac043 (patch)
tree9bbe7d46120c4a168ab09f2d54e389336b345857 /devel
parent8f70c1293a3b528702422bb5aa5ceeda3ff543b9 (diff)
downloadmarcuscom-ports-89bac22e15bdcdfc3c1f68096fe6a5ac13aac043.tar
marcuscom-ports-89bac22e15bdcdfc3c1f68096fe6a5ac13aac043.tar.gz
marcuscom-ports-89bac22e15bdcdfc3c1f68096fe6a5ac13aac043.tar.bz2
marcuscom-ports-89bac22e15bdcdfc3c1f68096fe6a5ac13aac043.tar.lz
marcuscom-ports-89bac22e15bdcdfc3c1f68096fe6a5ac13aac043.tar.xz
marcuscom-ports-89bac22e15bdcdfc3c1f68096fe6a5ac13aac043.tar.zst
marcuscom-ports-89bac22e15bdcdfc3c1f68096fe6a5ac13aac043.zip
Remove after merging with FreeBSD CVS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1262 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/libgsf/Makefile32
-rw-r--r--devel/libgsf/distinfo1
-rw-r--r--devel/libgsf/files/patch-configure10
-rw-r--r--devel/libgsf/files/patch-gsf_gsf-shared-memory.c10
-rw-r--r--devel/libgsf/pkg-descr2
-rw-r--r--devel/libgsf/pkg-plist91
6 files changed, 0 insertions, 146 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile
deleted file mode 100644
index 3ad8e797c..000000000
--- a/devel/libgsf/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: libgsf
-# Date created: 11 September 2002
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD: ports/devel/libgsf/Makefile,v 1.11 2003/06/07 20:20:52 adamw Exp $
-#
-
-PORTNAME= libgsf
-PORTVERSION= 1.8.2
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.8
-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.1)
-LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
-.endif
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-INSTALLS_SHLIB= yes
-USE_GNOME= gnomehack libbonobo gnomevfs2
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/gsf \
- --disable-gtk-doc --with-gnome --with-bz2
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.mk>
diff --git a/devel/libgsf/distinfo b/devel/libgsf/distinfo
deleted file mode 100644
index a9b80fd05..000000000
--- a/devel/libgsf/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome2/libgsf-1.8.2.tar.bz2) = 3a575469f9a2880d8ca78a70ddb93e78
diff --git a/devel/libgsf/files/patch-configure b/devel/libgsf/files/patch-configure
deleted file mode 100644
index de62becfe..000000000
--- a/devel/libgsf/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Tue Dec 10 17:56:28 2002
-+++ configure Wed Dec 25 03:03:11 2002
-@@ -7565,6 +7565,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/devel/libgsf/files/patch-gsf_gsf-shared-memory.c b/devel/libgsf/files/patch-gsf_gsf-shared-memory.c
deleted file mode 100644
index 03f4e6379..000000000
--- a/devel/libgsf/files/patch-gsf_gsf-shared-memory.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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
deleted file mode 100644
index 258f82307..000000000
--- a/devel/libgsf/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 1ac330b1e..000000000
--- a/devel/libgsf/pkg-plist
+++ /dev/null
@@ -1,91 +0,0 @@
-include/libgsf-1/gsf-gnome/gsf-input-bonobo.h
-include/libgsf-1/gsf-gnome/gsf-input-gnomevfs.h
-include/libgsf-1/gsf-gnome/gsf-output-bonobo.h
-include/libgsf-1/gsf-gnome/gsf-output-gnomevfs.h
-include/libgsf-1/gsf-gnome/gsf-shared-bonobo-stream.h
-include/libgsf-1/gsf/gsf-doc-meta-data.h
-include/libgsf-1/gsf/gsf-impl-utils.h
-include/libgsf-1/gsf/gsf-infile-msole.h
-include/libgsf-1/gsf/gsf-infile-msvba.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-iochannel.h
-include/libgsf-1/gsf/gsf-input-memory.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-msole-utils.h
-include/libgsf-1/gsf/gsf-output-bzip.h
-include/libgsf-1/gsf/gsf-outfile-msole.h
-include/libgsf-1/gsf/gsf-outfile-zip.h
-include/libgsf-1/gsf/gsf-outfile.h
-include/libgsf-1/gsf/gsf-output-gzip.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.so
-lib/libgsf-1.so.9
-lib/libgsf-gnome-1.a
-lib/libgsf-gnome-1.so
-lib/libgsf-gnome-1.so.9
-libdata/pkgconfig/libgsf-1.pc
-libdata/pkgconfig/libgsf-gnome-1.pc
-share/doc/gsf/gsf-gsf-impl-utils.html
-share/doc/gsf/gsf-gsf-infile-msole.html
-share/doc/gsf/gsf-gsf-infile-zip.html
-share/doc/gsf/gsf-gsf-infile.html
-share/doc/gsf/gsf-gsf-input-gnomevfs.html
-share/doc/gsf/gsf-gsf-input-gzip.html
-share/doc/gsf/gsf-gsf-input-memory.html
-share/doc/gsf/gsf-gsf-input-stdio.html
-share/doc/gsf/gsf-gsf-input-textline.html
-share/doc/gsf/gsf-gsf-input.html
-share/doc/gsf/gsf-gsf-libxml.html
-share/doc/gsf/gsf-gsf-outfile.html
-share/doc/gsf/gsf-gsf-output.html
-share/doc/gsf/gsf-gsf-shared-memory.html
-share/doc/gsf/gsf-gsf-utils.html
-share/doc/gsf/gsf-gsf.html
-share/doc/gsf/gsf-gsfinfile.html
-share/doc/gsf/gsf-gsfinput.html
-share/doc/gsf/gsf-gsfoutput.html
-share/doc/gsf/gsf.html
-share/doc/gsf/home.png
-share/doc/gsf/i1987.html
-share/doc/gsf/index.html
-share/doc/gsf/index.sgml
-share/doc/gsf/left.png
-share/doc/gsf/r1058.html
-share/doc/gsf/r1189.html
-share/doc/gsf/r1284.html
-share/doc/gsf/r1420.html
-share/doc/gsf/r1492.html
-share/doc/gsf/r14.html
-share/doc/gsf/r1524.html
-share/doc/gsf/r1704.html
-share/doc/gsf/r1748.html
-share/doc/gsf/r1879.html
-share/doc/gsf/r189.html
-share/doc/gsf/r331.html
-share/doc/gsf/r363.html
-share/doc/gsf/r459.html
-share/doc/gsf/r555.html
-share/doc/gsf/r64.html
-share/doc/gsf/r819.html
-share/doc/gsf/r944.html
-share/doc/gsf/r962.html
-share/doc/gsf/right.png
-share/doc/gsf/up.png
-@dirrm share/doc/gsf
-@dirrm include/libgsf-1/gsf-gnome
-@dirrm include/libgsf-1/gsf
-@dirrm include/libgsf-1