summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-02-12 13:30:37 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-02-12 13:30:37 +0800
commit2e3c5409ebe74c6f0b09cb6da350a05d8789a6f2 (patch)
treed3b6d570ed6d78f7eb2a5c0295db96811692acd2 /devel
parented665e4c782fb62c583c64e385a7710a9c4fe290 (diff)
downloadmarcuscom-ports-2e3c5409ebe74c6f0b09cb6da350a05d8789a6f2.tar
marcuscom-ports-2e3c5409ebe74c6f0b09cb6da350a05d8789a6f2.tar.gz
marcuscom-ports-2e3c5409ebe74c6f0b09cb6da350a05d8789a6f2.tar.bz2
marcuscom-ports-2e3c5409ebe74c6f0b09cb6da350a05d8789a6f2.tar.lz
marcuscom-ports-2e3c5409ebe74c6f0b09cb6da350a05d8789a6f2.tar.xz
marcuscom-ports-2e3c5409ebe74c6f0b09cb6da350a05d8789a6f2.tar.zst
marcuscom-ports-2e3c5409ebe74c6f0b09cb6da350a05d8789a6f2.zip
-Update to 0.1.5.
-Add DIST_SUBDIR=gnome2 -Change the lib dependency, gdl-1.0 -> gdl-gnome-1.0. It requires gdl-gnome. -USE_X_PREFIX -> USE_XLIB -Add remove locale that aren't in mtree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8297 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/gnome-build/Makefile35
-rw-r--r--devel/gnome-build/distinfo3
-rw-r--r--devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-build.c13
-rw-r--r--devel/gnome-build/files/patch-src_backends_libgbf_mkfile_gbf-mkfile-build.c11
-rw-r--r--devel/gnome-build/pkg-descr3
-rw-r--r--devel/gnome-build/pkg-plist106
6 files changed, 171 insertions, 0 deletions
diff --git a/devel/gnome-build/Makefile b/devel/gnome-build/Makefile
new file mode 100644
index 000000000..e78b9972c
--- /dev/null
+++ b/devel/gnome-build/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: gnomebuild
+# Date created: 24 July 2001
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gnome-build
+PORTVERSION= 0.1.5
+PORTEPOCH= 1
+CATEGORIES= devel gnome
+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= A GNOME Build Framework (GBF)
+
+LIB_DEPENDS= gdl-gnome-1.0:${PORTSDIR}/x11-toolkits/gdl
+
+USE_XLIB= yes
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui gnomevfs2
+USE_GETTEXT= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_LDCONFIG= yes
+USE_PERL5_RUN= yes
+CONFIGURE_ARGS= --enable-compile-warnings=no
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -lgnuregex"
+
+.include <bsd.port.mk>
diff --git a/devel/gnome-build/distinfo b/devel/gnome-build/distinfo
new file mode 100644
index 000000000..9633dd9e6
--- /dev/null
+++ b/devel/gnome-build/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/gnome-build-0.1.5.tar.bz2) = 871521c7a78a2a0e6b684685e7925e8f
+SHA256 (gnome2/gnome-build-0.1.5.tar.bz2) = 5c329395da51353d5259fc64b5be9831afa5bbcecc5c28c1f7986368a316f50b
+SIZE (gnome2/gnome-build-0.1.5.tar.bz2) = 460191
diff --git a/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-build.c b/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-build.c
new file mode 100644
index 000000000..4c8380eb3
--- /dev/null
+++ b/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-build.c
@@ -0,0 +1,13 @@
+--- src/backends/libgbf_am/gbf-am-build.c.orig Thu Oct 16 11:34:19 2003
++++ src/backends/libgbf_am/gbf-am-build.c Thu Oct 16 11:35:42 2003
+@@ -27,9 +27,9 @@
+ #include <stdlib.h>
+ #include <unistd.h>
+ #include <string.h>
+-#include <regex.h>
+ #include "gbf-i18n.h"
+ #include "gbf-am-build.h"
++#include <gnuregex.h>
+
+ /* FIXME: mark strings for translation and this file to POTFILES.in */
+
diff --git a/devel/gnome-build/files/patch-src_backends_libgbf_mkfile_gbf-mkfile-build.c b/devel/gnome-build/files/patch-src_backends_libgbf_mkfile_gbf-mkfile-build.c
new file mode 100644
index 000000000..698c8f484
--- /dev/null
+++ b/devel/gnome-build/files/patch-src_backends_libgbf_mkfile_gbf-mkfile-build.c
@@ -0,0 +1,11 @@
+--- src/backends/libgbf_mkfile/gbf-mkfile-build.c.orig Mon May 15 18:06:23 2006
++++ src/backends/libgbf_mkfile/gbf-mkfile-build.c Mon May 15 18:07:32 2006
+@@ -32,7 +32,7 @@
+ #include <stdlib.h>
+ #include <unistd.h>
+ #include <string.h>
+-#include <regex.h>
+ #include "gbf-i18n.h"
+ #include "gbf-mkfile-build.h"
++#include <gnuregex.h>
+
diff --git a/devel/gnome-build/pkg-descr b/devel/gnome-build/pkg-descr
new file mode 100644
index 000000000..60385151a
--- /dev/null
+++ b/devel/gnome-build/pkg-descr
@@ -0,0 +1,3 @@
+This is a GNOME Build Framework (GBF).
+
+WWW: http://www.gnome.org/
diff --git a/devel/gnome-build/pkg-plist b/devel/gnome-build/pkg-plist
new file mode 100644
index 000000000..535aec6e3
--- /dev/null
+++ b/devel/gnome-build/pkg-plist
@@ -0,0 +1,106 @@
+bin/gbf-am-parse
+bin/gbf-mkfile-parse
+include/gnome-build-1.0/gbf/gbf-backend.h
+include/gnome-build-1.0/gbf/gbf-build-info.h
+include/gnome-build-1.0/gbf/gbf-project-model.h
+include/gnome-build-1.0/gbf/gbf-project-util.h
+include/gnome-build-1.0/gbf/gbf-project-view.h
+include/gnome-build-1.0/gbf/gbf-project.h
+include/gnome-build-1.0/gbf/gbf-tree-data.h
+include/gnome-build-1.0/gbf/gbf-widgets.h
+include/gnome-build-1.0/gbf/glue-plugin.h
+lib/gnome-build-1.0/backends/gbf-am.server
+lib/gnome-build-1.0/backends/gbf-mkfile.server
+lib/gnome-build-1.0/backends/libgbf-am.la
+lib/gnome-build-1.0/backends/libgbf-am.so
+lib/gnome-build-1.0/backends/libgbf-am.so.0
+lib/gnome-build-1.0/backends/libgbf-mkfile.la
+lib/gnome-build-1.0/backends/libgbf-mkfile.so
+lib/gnome-build-1.0/backends/libgbf-mkfile.so.0
+lib/libgbf-1.la
+lib/libgbf-1.so
+lib/libgbf-1.so.0
+lib/libgbf-widgets-1.la
+lib/libgbf-widgets-1.so
+lib/libgbf-widgets-1.so.0
+libdata/pkgconfig/gnome-build-1.0.pc
+share/gnome/gnome-build/GBF/AmFiles.pm
+share/gnome/gnome-build/GBF/General.pm
+share/gnome/gnome-build/GBF/Make.pm
+share/gnome/gnome-build/glade/create_dialogs.glade
+share/gnome/gnome-build/glade/gbf-am-dialogs.glade
+share/gnome/pixmaps/gbf-build.png
+share/gnome/pixmaps/gbf-install.png
+share/locale/am/LC_MESSAGES/gbf-1.mo
+share/locale/az/LC_MESSAGES/gbf-1.mo
+share/locale/be/LC_MESSAGES/gbf-1.mo
+share/locale/ca/LC_MESSAGES/gbf-1.mo
+share/locale/cs/LC_MESSAGES/gbf-1.mo
+share/locale/de/LC_MESSAGES/gbf-1.mo
+share/locale/el/LC_MESSAGES/gbf-1.mo
+share/locale/en_CA/LC_MESSAGES/gbf-1.mo
+share/locale/en_GB/LC_MESSAGES/gbf-1.mo
+share/locale/es/LC_MESSAGES/gbf-1.mo
+share/locale/fi/LC_MESSAGES/gbf-1.mo
+share/locale/fr/LC_MESSAGES/gbf-1.mo
+share/locale/gl/LC_MESSAGES/gbf-1.mo
+share/locale/hr/LC_MESSAGES/gbf-1.mo
+share/locale/hu/LC_MESSAGES/gbf-1.mo
+share/locale/it/LC_MESSAGES/gbf-1.mo
+share/locale/ja/LC_MESSAGES/gbf-1.mo
+share/locale/lv/LC_MESSAGES/gbf-1.mo
+share/locale/mk/LC_MESSAGES/gbf-1.mo
+share/locale/ml/LC_MESSAGES/gbf-1.mo
+share/locale/ms/LC_MESSAGES/gbf-1.mo
+share/locale/nb/LC_MESSAGES/gbf-1.mo
+share/locale/ne/LC_MESSAGES/gbf-1.mo
+share/locale/nl/LC_MESSAGES/gbf-1.mo
+share/locale/pa/LC_MESSAGES/gbf-1.mo
+share/locale/pl/LC_MESSAGES/gbf-1.mo
+share/locale/pt/LC_MESSAGES/gbf-1.mo
+share/locale/pt_BR/LC_MESSAGES/gbf-1.mo
+share/locale/ru/LC_MESSAGES/gbf-1.mo
+share/locale/rw/LC_MESSAGES/gbf-1.mo
+share/locale/sk/LC_MESSAGES/gbf-1.mo
+share/locale/sq/LC_MESSAGES/gbf-1.mo
+share/locale/sr/LC_MESSAGES/gbf-1.mo
+share/locale/sr@Latn/LC_MESSAGES/gbf-1.mo
+share/locale/sv/LC_MESSAGES/gbf-1.mo
+share/locale/uk/LC_MESSAGES/gbf-1.mo
+share/locale/vi/LC_MESSAGES/gbf-1.mo
+share/locale/zh_CN/LC_MESSAGES/gbf-1.mo
+@dirrm share/gnome/gnome-build/glade
+@dirrm share/gnome/gnome-build/GBF
+@dirrm share/gnome/gnome-build
+@dirrm lib/gnome-build-1.0/backends
+@dirrm lib/gnome-build-1.0
+@dirrm include/gnome-build-1.0/gbf
+@dirrm include/gnome-build-1.0
+@dirrmtry share/locale/zh_CN/LC_MESSAGES
+@dirrmtry share/locale/zh_CN
+@dirrmtry share/locale/uk/LC_MESSAGES
+@dirrmtry share/locale/uk
+@dirrmtry share/locale/sr/LC_MESSAGES
+@dirrmtry share/locale/sr
+@dirrmtry share/locale/sk/LC_MESSAGES
+@dirrmtry share/locale/sk
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/pt/LC_MESSAGES
+@dirrmtry share/locale/pt
+@dirrmtry share/locale/pl/LC_MESSAGES
+@dirrmtry share/locale/pl
+@dirrmtry share/locale/ne/LC_MESSAGES
+@dirrmtry share/locale/ne
+@dirrmtry share/locale/gl/LC_MESSAGES
+@dirrmtry share/locale/gl
+@dirrmtry share/locale/fi/LC_MESSAGES
+@dirrmtry share/locale/fi
+@dirrmtry share/locale/el/LC_MESSAGES
+@dirrmtry share/locale/el
+@dirrmtry share/locale/cs/LC_MESSAGES
+@dirrmtry share/locale/cs
+@dirrmtry share/locale/ca/LC_MESSAGES
+@dirrmtry share/locale/ca
+@dirrmtry share/locale/be/LC_MESSAGES
+@dirrmtry share/locale/be