mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Update to 1.1.3
This commit is contained in:
parent
9597526db0
commit
56dc269839
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157247
@ -3,11 +3,10 @@
|
||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# $MCom: ports-stable/textproc/hyperestraier/Makefile,v 1.1 2006/03/04 21:43:08 ahze Exp $
|
||||
|
||||
PORTNAME= hyperestraier
|
||||
PORTVERSION= 1.1.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.1.3
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -20,7 +19,6 @@ LIB_DEPENDS= qdbm.12:${PORTSDIR}/databases/qdbm
|
||||
|
||||
USE_ICONV= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (hyperestraier-1.1.2.tar.gz) = 4da5509abade876a2a3e275bf913d8a0
|
||||
SHA256 (hyperestraier-1.1.2.tar.gz) = e69e04bdab8d9d4d8624b32b76e134c4b539969c7d84335476ced932858780bc
|
||||
SIZE (hyperestraier-1.1.2.tar.gz) = 735801
|
||||
MD5 (hyperestraier-1.1.3.tar.gz) = a7f73a66cb499e801ce0a7e6e0780331
|
||||
SHA256 (hyperestraier-1.1.3.tar.gz) = 3a6857bf3f85452804800164907ebe0e0cc99129452f4fad98169acd6ac4a39b
|
||||
SIZE (hyperestraier-1.1.3.tar.gz) = 791062
|
||||
|
@ -11,7 +11,7 @@ include/estraier.h
|
||||
lib/libestraier.a
|
||||
lib/libestraier.so
|
||||
lib/libestraier.so.8
|
||||
lib/libestraier.so.8.1.0
|
||||
lib/libestraier.so.8.2.0
|
||||
libdata/pkgconfig/hyperestraier.pc
|
||||
libexec/estseek.cgi
|
||||
%%DATADIR%%/COPYING
|
||||
@ -113,6 +113,8 @@ libexec/estseek.cgi
|
||||
%%DATADIR%%/doc/rubynativeapi/classes/Estraier/Document.src/M000042.html
|
||||
%%DATADIR%%/doc/rubynativeapi/classes/Estraier/Document.src/M000043.html
|
||||
%%DATADIR%%/doc/rubynativeapi/classes/Estraier/Document.src/M000044.html
|
||||
%%DATADIR%%/doc/rubynativeapi/classes/Estraier/Document.src/M000045.html
|
||||
%%DATADIR%%/doc/rubynativeapi/classes/Estraier/Document.src/M000046.html
|
||||
%%DATADIR%%/doc/rubynativeapi/classes/Estraier/Result.html
|
||||
%%DATADIR%%/doc/rubynativeapi/classes/Estraier/Result.src/M000023.html
|
||||
%%DATADIR%%/doc/rubynativeapi/classes/Estraier/Result.src/M000024.html
|
||||
@ -149,6 +151,8 @@ libexec/estseek.cgi
|
||||
%%DATADIR%%/doc/rubypureapi/classes/EstraierPure/Document.src/M000055.html
|
||||
%%DATADIR%%/doc/rubypureapi/classes/EstraierPure/Document.src/M000056.html
|
||||
%%DATADIR%%/doc/rubypureapi/classes/EstraierPure/Document.src/M000057.html
|
||||
%%DATADIR%%/doc/rubypureapi/classes/EstraierPure/Document.src/M000058.html
|
||||
%%DATADIR%%/doc/rubypureapi/classes/EstraierPure/Document.src/M000059.html
|
||||
%%DATADIR%%/doc/rubypureapi/classes/EstraierPure/Node.html
|
||||
%%DATADIR%%/doc/rubypureapi/classes/EstraierPure/Node.src/M000001.html
|
||||
%%DATADIR%%/doc/rubypureapi/classes/EstraierPure/Node.src/M000002.html
|
||||
@ -196,7 +200,9 @@ libexec/estseek.cgi
|
||||
%%DATADIR%%/doc/rubypureapi/index.html
|
||||
%%DATADIR%%/doc/rubypureapi/rdoc-style.css
|
||||
%%DATADIR%%/doc/uguide-en.html
|
||||
%%DATADIR%%/doc/uguide-en.html~
|
||||
%%DATADIR%%/doc/uguide-ja.html
|
||||
%%DATADIR%%/doc/uguide-ja.html~
|
||||
%%DATADIR%%/estraier.idl
|
||||
%%DATADIR%%/estresult.dtd
|
||||
%%DATADIR%%/estseek.conf
|
||||
@ -206,6 +212,7 @@ libexec/estseek.cgi
|
||||
%%DATADIR%%/filter/estfxmantotxt
|
||||
%%DATADIR%%/filter/estfxmsotohtml
|
||||
%%DATADIR%%/filter/estfxpdftohtml
|
||||
%%DATADIR%%/filter/estfxxdwtotxt
|
||||
%%DATADIR%%/filter/estwnetxpnd
|
||||
%%DATADIR%%/increm/estseek-form.html
|
||||
%%DATADIR%%/increm/estseek-frame.html
|
||||
|
Loading…
Reference in New Issue
Block a user