1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

- Update to 5.4.0

PR:                 61437
Submitted by:       Sergey Matveychuk <sem@ciam.ru> (maintainer)
Approved by:        erwin (mentor) (implicitly)
This commit is contained in:
Clement Laforet 2004-01-16 21:43:38 +00:00
parent 34b082b649
commit 8cf8e98965
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98348
3 changed files with 7 additions and 8 deletions

View File

@ -6,17 +6,16 @@
#
PORTNAME= ace+tao-doc
PORTVERSION= 5.3.1
PORTVERSION= 5.4.0
CATEGORIES= devel
MASTER_SITES= http://deuce.doc.wustl.edu/old_distribution/ \
http://www.navicon.dk/mirrors/ace/deuce.doc.wustl.edu/old_distribution/
DISTNAME= ACE-${PORTVERSION}-html
DISTNAME= ACE-${PORTVERSION:C/\.0$//}-html
MAINTAINER= sem@ciam.ru
COMMENT= The ACE+TAO HTML documentation
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/ACE_wrappers
WRKSRC= ${WRKDIR}/html
NO_BUILD= yes
PLIST= ${WRKDIR}/pkg-plist
DIRLIST= ${WRKDIR}/dir-list
@ -24,7 +23,7 @@ INSTALL_DIR= share/doc/${PORTNAME}
pre-install:
@${ECHO_MSG} "--> Generating a directories list"; \
cd ${WRKSRC}/html; \
cd ${WRKSRC}; \
${RM} -f ${PLIST}; ${ECHO_CMD} "@dirrm ${INSTALL_DIR}" > ${DIRLIST}; \
for d in `${FIND} . -type d`; do \
n=`${ECHO_CMD} $${d}|${SED} -e 's#^./##'`; \
@ -41,7 +40,7 @@ pre-install:
do-install:
@${ECHO_MSG} "--> Installing files:"; \
${MKDIR} ${DOCSDIR}; cd ${WRKSRC}/html; \
${MKDIR} ${DOCSDIR}; cd ${WRKSRC}; \
for d in `${FIND} . -type d`; do \
n=`${ECHO_CMD} $${d}|${SED} -e 's#^./##'`; \
if [ "$${n}" != "." ]; then \

View File

@ -1 +1 @@
MD5 (ACE-5.3.1-html.tar.bz2) = 84129d4022207bbbaf0e75fe7d96a680
MD5 (ACE-5.4-html.tar.gz) = 09f62a972e4e721c42d048be931e865f

View File

@ -1,6 +1,6 @@
Doxygen HTML documentation for The ADAPTIVE Communication Environment (ACE)
and The ACE ORB (TAO).
About 155 Megabytes in ~19000 files.
About 171 Megabytes in 21500+ files.
WWW: http://www.cs.wustl.edu/~schmidt/ACE.html