mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
- Update to 0.9.01
This commit is contained in:
parent
a357f58e9f
commit
a85baaa24d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189233
3 changed files with 12 additions and 10 deletions
|
@ -6,23 +6,19 @@
|
|||
#
|
||||
|
||||
PORTNAME= IExtract
|
||||
PORTVERSION= 0.8.11
|
||||
PORTVERSION= 0.9.01
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= infofarmer@FreeBSD.org
|
||||
COMMENT= Extract meta-information from files
|
||||
|
||||
LIB_DEPENDS= YGP-0.8.10.0:${PORTSDIR}/devel/libYGP
|
||||
LIB_DEPENDS= YGP.0:${PORTSDIR}/devel/libYGP
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GETTEXT= yes
|
||||
CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
|
||||
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE}
|
||||
PLIST_FILES= bin/IExtract \
|
||||
share/locale/de/LC_MESSAGES/IExtract.mo \
|
||||
share/locale/en/LC_MESSAGES/IExtract.mo \
|
||||
share/locale/es/LC_MESSAGES/IExtract.mo
|
||||
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --disable-rpath
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (IExtract-0.8.11.tar.bz2) = 8594d8da29839465aee721c96ed69bab
|
||||
SHA256 (IExtract-0.8.11.tar.bz2) = 3dd8d1a47ad52ac5912a8829cb49dc1e9f988272045055ae3a4fca16c88e1fa4
|
||||
SIZE (IExtract-0.8.11.tar.bz2) = 462581
|
||||
MD5 (IExtract-0.9.01.tar.bz2) = 474ffe9dc4b0acd3abaf4c630c643513
|
||||
SHA256 (IExtract-0.9.01.tar.bz2) = eb0bff307436fa82781accd1326e24918d7b77fbb9892f704c1b2d061ac98984
|
||||
SIZE (IExtract-0.9.01.tar.bz2) = 465683
|
||||
|
|
6
sysutils/iextract/pkg-plist
Normal file
6
sysutils/iextract/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
bin/IExtract
|
||||
include/IExtract/Properties.h
|
||||
share/locale/de/LC_MESSAGES/IExtract.mo
|
||||
share/locale/en/LC_MESSAGES/IExtract.mo
|
||||
share/locale/es/LC_MESSAGES/IExtract.mo
|
||||
@dirrm include/IExtract
|
Loading…
Add table
Reference in a new issue