Update to 1.0.
This commit is contained in:
parent
a160040dbe
commit
98c793cb13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62347
3 changed files with 37 additions and 23 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= sanduhr
|
PORTNAME= sanduhr
|
||||||
PORTVERSION= 0.3.52
|
PORTVERSION= 1.0
|
||||||
CATEGORIES= x11-clocks gnome
|
CATEGORIES= x11-clocks gnome
|
||||||
MASTER_SITES= http://www.mathematik.uni-kl.de/~wwwstoch/voss/
|
MASTER_SITES= http://www.mathematik.uni-kl.de/~wwwstoch/voss/
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@ MAINTAINER= sobomax@FreeBSD.org
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_GNOME= yes
|
USE_GNOME= yes
|
||||||
|
USE_REINPLACE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
LIBS="-L${LOCALBASE}/lib"
|
LIBS="-L${LOCALBASE}/lib"
|
||||||
|
@ -23,10 +24,10 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||||
MAN1= sanduhr.1
|
MAN1= sanduhr.1
|
||||||
|
|
||||||
pre-patch:
|
pre-patch:
|
||||||
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||||
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
@find ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} -e \
|
||||||
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
's|[(]datadir[)]/gnome/|(datadir)/|g ; \
|
||||||
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
s|[(]datadir[)]/locale|(prefix)/share/locale|g'
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (sanduhr-0.3.52.tar.gz) = d0d79240509986371e4d4182ad342db1
|
MD5 (sanduhr-1.0.tar.gz) = 87746631a820029501a50b4cf0d0a6ec
|
||||||
|
|
|
@ -1,25 +1,39 @@
|
||||||
bin/sanduhr
|
bin/sanduhr
|
||||||
etc/CORBA/servers/sanduhr.gnorba
|
|
||||||
share/gnome/apps/Utilities/sanduhr.desktop
|
share/gnome/apps/Utilities/sanduhr.desktop
|
||||||
share/gnome/help/sanduhr/C/docbook.css
|
share/gnome/help/sanduhr/C/alarmref.html
|
||||||
|
share/gnome/help/sanduhr/C/alarmref.sgml
|
||||||
|
share/gnome/help/sanduhr/C/authors.html
|
||||||
|
share/gnome/help/sanduhr/C/corba.html
|
||||||
|
share/gnome/help/sanduhr/C/factoryref.html
|
||||||
|
share/gnome/help/sanduhr/C/factoryref.sgml
|
||||||
|
share/gnome/help/sanduhr/C/idl.html
|
||||||
share/gnome/help/sanduhr/C/index.html
|
share/gnome/help/sanduhr/C/index.html
|
||||||
share/gnome/help/sanduhr/C/intro.html
|
share/gnome/help/sanduhr/C/license.html
|
||||||
share/gnome/help/sanduhr/C/invocation.html
|
share/gnome/help/sanduhr/C/prefs.html
|
||||||
share/gnome/help/sanduhr/C/ln14.html
|
share/gnome/help/sanduhr/C/sanduhr.sgml
|
||||||
share/gnome/help/sanduhr/C/preferences.html
|
share/gnome/help/sanduhr/C/timerref.html
|
||||||
share/gnome/help/sanduhr/C/sanduhr.html
|
share/gnome/help/sanduhr/C/timerref.sgml
|
||||||
share/gnome/help/sanduhr/C/timespec.html
|
|
||||||
share/gnome/help/sanduhr/C/topic.dat
|
share/gnome/help/sanduhr/C/topic.dat
|
||||||
share/gnome/help/sanduhr/de/docbook.css
|
share/gnome/help/sanduhr/C/usage.html
|
||||||
|
share/gnome/help/sanduhr/de/alarmref.html
|
||||||
|
share/gnome/help/sanduhr/de/alarmref.sgml
|
||||||
|
share/gnome/help/sanduhr/de/authors.html
|
||||||
|
share/gnome/help/sanduhr/de/corba.html
|
||||||
|
share/gnome/help/sanduhr/de/factoryref.html
|
||||||
|
share/gnome/help/sanduhr/de/factoryref.sgml
|
||||||
|
share/gnome/help/sanduhr/de/idl.html
|
||||||
share/gnome/help/sanduhr/de/index.html
|
share/gnome/help/sanduhr/de/index.html
|
||||||
share/gnome/help/sanduhr/de/intro.html
|
share/gnome/help/sanduhr/de/license.html
|
||||||
share/gnome/help/sanduhr/de/invocation.html
|
share/gnome/help/sanduhr/de/prefs.html
|
||||||
share/gnome/help/sanduhr/de/ln14.html
|
share/gnome/help/sanduhr/de/sanduhr.sgml
|
||||||
share/gnome/help/sanduhr/de/preferences.html
|
share/gnome/help/sanduhr/de/timerref.html
|
||||||
share/gnome/help/sanduhr/de/sanduhr.html
|
share/gnome/help/sanduhr/de/timerref.sgml
|
||||||
share/gnome/help/sanduhr/de/timespec.html
|
|
||||||
share/gnome/help/sanduhr/de/topic.dat
|
share/gnome/help/sanduhr/de/topic.dat
|
||||||
|
share/gnome/help/sanduhr/de/usage.html
|
||||||
share/gnome/idl/sanduhr.idl
|
share/gnome/idl/sanduhr.idl
|
||||||
|
share/gnome/oaf/sanduhr.oaf
|
||||||
|
share/gnome/omf/sanduhr/sanduhr-C.omf
|
||||||
|
share/gnome/omf/sanduhr/sanduhr-de.omf
|
||||||
share/gnome/pixmaps/sanduhr/about.png
|
share/gnome/pixmaps/sanduhr/about.png
|
||||||
share/gnome/pixmaps/sanduhr/back.png
|
share/gnome/pixmaps/sanduhr/back.png
|
||||||
share/gnome/pixmaps/sanduhr/front.png
|
share/gnome/pixmaps/sanduhr/front.png
|
||||||
|
@ -30,8 +44,7 @@ share/gnome/sounds/sanduhr/bell.wav
|
||||||
share/locale/de/LC_MESSAGES/sanduhr.mo
|
share/locale/de/LC_MESSAGES/sanduhr.mo
|
||||||
@dirrm share/gnome/sounds/sanduhr
|
@dirrm share/gnome/sounds/sanduhr
|
||||||
@dirrm share/gnome/pixmaps/sanduhr
|
@dirrm share/gnome/pixmaps/sanduhr
|
||||||
@dirrm share/gnome/help/sanduhr/de/images
|
@dirrm share/gnome/omf/sanduhr
|
||||||
@dirrm share/gnome/help/sanduhr/de
|
@dirrm share/gnome/help/sanduhr/de
|
||||||
@dirrm share/gnome/help/sanduhr/C/images
|
|
||||||
@dirrm share/gnome/help/sanduhr/C
|
@dirrm share/gnome/help/sanduhr/C
|
||||||
@dirrm share/gnome/help/sanduhr
|
@dirrm share/gnome/help/sanduhr
|
||||||
|
|
Loading…
Reference in a new issue