mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Import gnumeric to math.
Reviewed by: asami
This commit is contained in:
parent
0be4c010c4
commit
ce0715d568
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14193
12 changed files with 140 additions and 0 deletions
32
math/gnumeric/Makefile
Normal file
32
math/gnumeric/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: gnumeric
|
||||
# Version required: 0.3
|
||||
# Date created: 08 October 1998
|
||||
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= gnumeric-0.3
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
|
||||
ftp://ftp.gnome.org/pub/GNOME/sources/
|
||||
|
||||
MAINTAINER= Nakai@technologist.com
|
||||
|
||||
LIB_DEPENDS= xml.0:${PORTSDIR}/textproc/libxml
|
||||
LIB_DEPENDS+= gnome.0:${PORTSDIR}/x11/gnomelibs
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
||||
--datadir=${PREFIX}/share/gnome \
|
||||
--with-gnome=${X11BASE}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \
|
||||
-I${X11BASE}/include" \
|
||||
GTK_CONFIG="${X11BASE}/bin/gtk11-config" \
|
||||
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
|
||||
|
||||
post-install:
|
||||
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
1
math/gnumeric/distinfo
Normal file
1
math/gnumeric/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (gnumeric-0.3.tar.gz) = a5f200fb74a4b1663a0edd5b1143111c
|
20
math/gnumeric/files/patch-aa
Normal file
20
math/gnumeric/files/patch-aa
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- configure.orig Wed Sep 30 13:51:50 1998
|
||||
+++ configure Fri Oct 23 00:46:12 1998
|
||||
@@ -930,12 +930,12 @@
|
||||
|
||||
|
||||
if test "$no_gnome_config" = "yes"; then
|
||||
- echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6
|
||||
-echo "configure:935: checking for gnomeConf.sh file in $gnome_prefix" >&5
|
||||
- if test -f $gnome_prefix/gnomeConf.sh; then
|
||||
+ echo $ac_n "checking for gnomeConf.sh file in $prefix/share/gnome""... $ac_c" 1>&6
|
||||
+echo "configure:935: checking for gnomeConf.sh file in $prefix/share/gnome" >&5
|
||||
+ if test -f $prefix/share/gnome/gnomeConf.sh; then
|
||||
echo "$ac_t""found" 1>&6
|
||||
- echo "loading gnome configuration from $gnome_prefix/gnomeConf.sh"
|
||||
- . $gnome_prefix/gnomeConf.sh
|
||||
+ echo "loading gnome configuration from $prefix/share/gnome/gnomeConf.sh"
|
||||
+ . $prefix/share/gnome/gnomeConf.sh
|
||||
|
||||
else
|
||||
echo "$ac_t""not found" 1>&6
|
1
math/gnumeric/pkg-comment
Normal file
1
math/gnumeric/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
The GNOME spreadsheet
|
1
math/gnumeric/pkg-descr
Normal file
1
math/gnumeric/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
The GNOME spreadsheet
|
15
math/gnumeric/pkg-plist
Normal file
15
math/gnumeric/pkg-plist
Normal file
|
@ -0,0 +1,15 @@
|
|||
bin/gnumeric
|
||||
share/gnome/apps/Productivity/gnumeric.desktop
|
||||
share/gnome/gnumeric/plugins/libsample.a
|
||||
share/gnome/gnumeric/plugins/libsample.la
|
||||
share/gnome/gnumeric/plugins/libsample.so
|
||||
share/gnome/gnumeric/plugins/libsample.so.0
|
||||
share/locale/es/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/es@mx/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/fr/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/hu/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/it/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/ko/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/pt/LC_MESSAGES/gnumeric.mo
|
||||
@dirrm share/gnome/gnumeric/plugins
|
||||
@dirrm share/gnome/gnumeric
|
32
math/gnumeric2/Makefile
Normal file
32
math/gnumeric2/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: gnumeric
|
||||
# Version required: 0.3
|
||||
# Date created: 08 October 1998
|
||||
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= gnumeric-0.3
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
|
||||
ftp://ftp.gnome.org/pub/GNOME/sources/
|
||||
|
||||
MAINTAINER= Nakai@technologist.com
|
||||
|
||||
LIB_DEPENDS= xml.0:${PORTSDIR}/textproc/libxml
|
||||
LIB_DEPENDS+= gnome.0:${PORTSDIR}/x11/gnomelibs
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
||||
--datadir=${PREFIX}/share/gnome \
|
||||
--with-gnome=${X11BASE}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \
|
||||
-I${X11BASE}/include" \
|
||||
GTK_CONFIG="${X11BASE}/bin/gtk11-config" \
|
||||
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
|
||||
|
||||
post-install:
|
||||
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
1
math/gnumeric2/distinfo
Normal file
1
math/gnumeric2/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (gnumeric-0.3.tar.gz) = a5f200fb74a4b1663a0edd5b1143111c
|
20
math/gnumeric2/files/patch-aa
Normal file
20
math/gnumeric2/files/patch-aa
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- configure.orig Wed Sep 30 13:51:50 1998
|
||||
+++ configure Fri Oct 23 00:46:12 1998
|
||||
@@ -930,12 +930,12 @@
|
||||
|
||||
|
||||
if test "$no_gnome_config" = "yes"; then
|
||||
- echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6
|
||||
-echo "configure:935: checking for gnomeConf.sh file in $gnome_prefix" >&5
|
||||
- if test -f $gnome_prefix/gnomeConf.sh; then
|
||||
+ echo $ac_n "checking for gnomeConf.sh file in $prefix/share/gnome""... $ac_c" 1>&6
|
||||
+echo "configure:935: checking for gnomeConf.sh file in $prefix/share/gnome" >&5
|
||||
+ if test -f $prefix/share/gnome/gnomeConf.sh; then
|
||||
echo "$ac_t""found" 1>&6
|
||||
- echo "loading gnome configuration from $gnome_prefix/gnomeConf.sh"
|
||||
- . $gnome_prefix/gnomeConf.sh
|
||||
+ echo "loading gnome configuration from $prefix/share/gnome/gnomeConf.sh"
|
||||
+ . $prefix/share/gnome/gnomeConf.sh
|
||||
|
||||
else
|
||||
echo "$ac_t""not found" 1>&6
|
1
math/gnumeric2/pkg-comment
Normal file
1
math/gnumeric2/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
The GNOME spreadsheet
|
1
math/gnumeric2/pkg-descr
Normal file
1
math/gnumeric2/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
The GNOME spreadsheet
|
15
math/gnumeric2/pkg-plist
Normal file
15
math/gnumeric2/pkg-plist
Normal file
|
@ -0,0 +1,15 @@
|
|||
bin/gnumeric
|
||||
share/gnome/apps/Productivity/gnumeric.desktop
|
||||
share/gnome/gnumeric/plugins/libsample.a
|
||||
share/gnome/gnumeric/plugins/libsample.la
|
||||
share/gnome/gnumeric/plugins/libsample.so
|
||||
share/gnome/gnumeric/plugins/libsample.so.0
|
||||
share/locale/es/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/es@mx/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/fr/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/hu/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/it/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/ko/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/pt/LC_MESSAGES/gnumeric.mo
|
||||
@dirrm share/gnome/gnumeric/plugins
|
||||
@dirrm share/gnome/gnumeric
|
Loading…
Add table
Reference in a new issue