- Update to 0.4
PR: 121614 Submitted by: Ports Fury
This commit is contained in:
parent
d1d100721c
commit
ed4a75e3ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209004
4 changed files with 15 additions and 33 deletions
|
@ -6,34 +6,22 @@
|
|||
#
|
||||
|
||||
PORTNAME= gmanedit
|
||||
PORTVERSION= 0.3.1
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= editors gnome
|
||||
MASTER_SITES= http://gmanedit.sourceforge.net/files/ \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MASTER_SITES= SF/gmanedit2
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A GNOME manpages editor
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gnomehack gnometarget libgnomeui
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomeprefix gnomehack gnomelibs
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
ALL_TARGET= clean all
|
||||
|
||||
post-extract:
|
||||
@${RM} -rf ${WRKSRC}/config.cache
|
||||
@${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${RM} -f
|
||||
MAN1= gmanedit.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
|
||||
s|PACKAGE_PIXMAPS_DIR=".*/pixmaps|PACKAGE_PIXMAPS_DIR="${PREFIX}/share/pixmaps|g' \
|
||||
${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e '/<argz\.h>/d' ${WRKSRC}/src/callbacks.c
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gmanedit-0.3.1.tar.bz2) = 4d942401d61e8461ec739ddbaeab90d6
|
||||
SHA256 (gmanedit-0.3.1.tar.bz2) = 535317d528529141d9ad97eb55e52fa3e59d70eeb33fd254fd2ff440aa7d1486
|
||||
SIZE (gmanedit-0.3.1.tar.bz2) = 535988
|
||||
MD5 (gmanedit-0.4.tar.gz) = ac91b043a7ef0857e517c09a5147f84a
|
||||
SHA256 (gmanedit-0.4.tar.gz) = fbfd7c08083e6a1653f075d4b956cb10d74b952ad4e0a6a75cd0ca87dcd52218
|
||||
SIZE (gmanedit-0.4.tar.gz) = 213751
|
||||
|
|
|
@ -4,4 +4,4 @@ It's an editor for man pages that runs on X with GTK. It's like most common
|
|||
HTML editors but more easy. You need to know manpages format. You can learn it
|
||||
from 'man(7)'.
|
||||
|
||||
WWW: http://gmanedit.sourceforge.net/
|
||||
WWW: http://sourceforge.net/projects/gmanedit2/
|
||||
|
|
|
@ -1,15 +1,9 @@
|
|||
bin/gmanedit
|
||||
share/applications/gmanedit.desktop
|
||||
share/locale/ca/LC_MESSAGES/gmanedit.mo
|
||||
share/locale/es/LC_MESSAGES/gmanedit.mo
|
||||
share/locale/gl/LC_MESSAGES/gmanedit.mo
|
||||
share/locale/ja/LC_MESSAGES/gmanedit.mo
|
||||
share/locale/ko/LC_MESSAGES/gmanedit.mo
|
||||
share/pixmaps/gmanedit/arrow.xpm
|
||||
share/pixmaps/gmanedit/button.xpm
|
||||
share/pixmaps/gmanedit/exit.xpm
|
||||
share/pixmaps/gmanedit/gmanedit.png
|
||||
share/pixmaps/gmanedit/new.xpm
|
||||
share/pixmaps/gmanedit/no.xpm
|
||||
share/pixmaps/gmanedit/open.xpm
|
||||
share/pixmaps/gmanedit/save.xpm
|
||||
share/pixmaps/gmanedit/spinbutton.xpm
|
||||
@dirrm share/pixmaps/gmanedit
|
||||
share/pixmaps/gmanedit.png
|
||||
share/pixmaps/gmanedit_icon.png
|
||||
@dirrmtry share/applications
|
||||
|
|
Loading…
Reference in a new issue