diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-08 12:20:36 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-08 12:20:36 +0800 |
commit | 44888fab21423113fb2f61af3dcecbaeb05e44ac (patch) | |
tree | 51b368cdd14289bf6781d871d676fd57a79c7661 /x11-toolkits/libgnomeprintui | |
parent | b9bdc3c0da8619bf1abf1eae07d43db3059c6712 (diff) | |
download | marcuscom-ports-44888fab21423113fb2f61af3dcecbaeb05e44ac.tar marcuscom-ports-44888fab21423113fb2f61af3dcecbaeb05e44ac.tar.gz marcuscom-ports-44888fab21423113fb2f61af3dcecbaeb05e44ac.tar.bz2 marcuscom-ports-44888fab21423113fb2f61af3dcecbaeb05e44ac.tar.lz marcuscom-ports-44888fab21423113fb2f61af3dcecbaeb05e44ac.tar.xz marcuscom-ports-44888fab21423113fb2f61af3dcecbaeb05e44ac.tar.zst marcuscom-ports-44888fab21423113fb2f61af3dcecbaeb05e44ac.zip |
Add libgnomeprintui.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libgnomeprintui')
-rw-r--r-- | x11-toolkits/libgnomeprintui/Makefile | 39 | ||||
-rw-r--r-- | x11-toolkits/libgnomeprintui/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/libgnomeprintui/files/patch-ltmain.sh | 45 | ||||
-rw-r--r-- | x11-toolkits/libgnomeprintui/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/libgnomeprintui/pkg-descr | 4 | ||||
-rw-r--r-- | x11-toolkits/libgnomeprintui/pkg-plist | 32 |
6 files changed, 122 insertions, 0 deletions
diff --git a/x11-toolkits/libgnomeprintui/Makefile b/x11-toolkits/libgnomeprintui/Makefile new file mode 100644 index 000000000..b06218937 --- /dev/null +++ b/x11-toolkits/libgnomeprintui/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: libgnomeprintui +# Date created: 12 April 2002 +# Whom: Maxim Sobolev <sobomax@FreBSD.org> +# +# $FreeBSD: ports/x11-toolkits/libgnomeprintui/Makefile,v 1.15 2002/09/20 17:07:38 marcus Exp $ +# + +PORTNAME= libgnomeprintui +PORTVERSION= 1.116.0 +PORTREVISION= 1 +CATEGORIES= x11-toolkits gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.116 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org + +LIB_DEPENDS= gnomeprint-2.0:${PORTSDIR}/print/libgnomeprint \ + gnomecanvas-2.0:${PORTSDIR}/graphics/libgnomecanvas + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_XPM= yes +USE_GMAKE= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack +USE_REINPLACE= yes +INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes +USE_BISON= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/x11-toolkits/libgnomeprintui/distinfo b/x11-toolkits/libgnomeprintui/distinfo new file mode 100644 index 000000000..fa148c2a5 --- /dev/null +++ b/x11-toolkits/libgnomeprintui/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/libgnomeprintui-1.116.0.tar.bz2) = c739622112cbcea5c5387c803204c2d6 diff --git a/x11-toolkits/libgnomeprintui/files/patch-ltmain.sh b/x11-toolkits/libgnomeprintui/files/patch-ltmain.sh new file mode 100644 index 000000000..b28602192 --- /dev/null +++ b/x11-toolkits/libgnomeprintui/files/patch-ltmain.sh @@ -0,0 +1,45 @@ + +$FreeBSD: ports/x11-toolkits/libgnomeprintui/files/patch-ltmain.sh,v 1.1 2002/04/12 08:57:29 sobomax Exp $ + +--- ltmain.sh.orig Wed Jan 23 11:38:40 2002 ++++ ltmain.sh Sun Feb 3 01:44:17 2002 +@@ -1037,8 +1037,16 @@ + continue + ;; + ++ -pthread) ++ compile_command="$compile_command -pthread" ++ finalize_command="$finalize_command -pthread" ++ compiler_flags="$compiler_flags -pthread" ++ continue ++ ;; ++ + -module) + module=yes ++ build_old_libs=no + continue + ;; + +@@ -2412,6 +2420,9 @@ + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; ++ *-*-freebsd*) ++ # FreeBSD doesn't need this... ++ ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test "$build_libtool_need_lc" = "yes"; then +@@ -4179,10 +4190,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/x11-toolkits/libgnomeprintui/pkg-comment b/x11-toolkits/libgnomeprintui/pkg-comment new file mode 100644 index 000000000..7ab03ca6b --- /dev/null +++ b/x11-toolkits/libgnomeprintui/pkg-comment @@ -0,0 +1 @@ +Gnome print support library diff --git a/x11-toolkits/libgnomeprintui/pkg-descr b/x11-toolkits/libgnomeprintui/pkg-descr new file mode 100644 index 000000000..f7ae47f42 --- /dev/null +++ b/x11-toolkits/libgnomeprintui/pkg-descr @@ -0,0 +1,4 @@ +This is a prototype implementation of the Gnome Printing Architecture, +as described in: + +WWW: http://www.gnome.org/projects/gnome-print/ diff --git a/x11-toolkits/libgnomeprintui/pkg-plist b/x11-toolkits/libgnomeprintui/pkg-plist new file mode 100644 index 000000000..c5905aa45 --- /dev/null +++ b/x11-toolkits/libgnomeprintui/pkg-plist @@ -0,0 +1,32 @@ +include/libgnomeprintui-2.0/libgnomeprintui/gnome-font-dialog.h +include/libgnomeprintui-2.0/libgnomeprintui/gnome-print-copies.h +include/libgnomeprintui-2.0/libgnomeprintui/gnome-print-dialog.h +include/libgnomeprintui-2.0/libgnomeprintui/gnome-print-master-preview.h +include/libgnomeprintui-2.0/libgnomeprintui/gnome-print-paper-selector.h +include/libgnomeprintui-2.0/libgnomeprintui/gnome-print-preview.h +include/libgnomeprintui-2.0/libgnomeprintui/gnome-printer-dialog.h +lib/libgnomeprintui-2.a +lib/libgnomeprintui-2.so +lib/libgnomeprintui-2.so.0 +libdata/pkgconfig/libgnomeprintui-2.0.pc +share/locale/az/LC_MESSAGES/libgnomeprintui.mo +share/locale/bg/LC_MESSAGES/libgnomeprintui.mo +share/locale/ca/LC_MESSAGES/libgnomeprintui.mo +share/locale/de/LC_MESSAGES/libgnomeprintui.mo +share/locale/es/LC_MESSAGES/libgnomeprintui.mo +share/locale/et/LC_MESSAGES/libgnomeprintui.mo +share/locale/eu/LC_MESSAGES/libgnomeprintui.mo +share/locale/hi/LC_MESSAGES/libgnomeprintui.mo +share/locale/ko/LC_MESSAGES/libgnomeprintui.mo +share/locale/ms/LC_MESSAGES/libgnomeprintui.mo +share/locale/pl/LC_MESSAGES/libgnomeprintui.mo +share/locale/pt/LC_MESSAGES/libgnomeprintui.mo +share/locale/ru/LC_MESSAGES/libgnomeprintui.mo +share/locale/sl/LC_MESSAGES/libgnomeprintui.mo +share/locale/sv/LC_MESSAGES/libgnomeprintui.mo +share/locale/ta/LC_MESSAGES/libgnomeprintui.mo +share/locale/vi/LC_MESSAGES/libgnomeprintui.mo +share/locale/wa/LC_MESSAGES/libgnomeprintui.mo +share/locale/zh_CN/LC_MESSAGES/libgnomeprintui.mo +share/locale/zh_TW/LC_MESSAGES/libgnomeprintui.mo +@dirrm include/libgnomeprintui-2.0/libgnomeprintui |