diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ccscript/Makefile | 19 | ||||
-rw-r--r-- | lang/ccscript/distinfo | 2 | ||||
-rw-r--r-- | lang/ccscript/pkg-plist | 52 |
3 files changed, 64 insertions, 9 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile index 05be7aa..55dc432 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -6,13 +6,13 @@ # PORTNAME= ccscript -PORTVERSION= 1.2.5 +PORTVERSION= 1.4.1 CATEGORIES= lang -MASTER_SITES= ftp://www.voxilla.org/pub/ccscript/ +MASTER_SITES= ftp://www.voxilla.org/pub/freebsd/tarball/ MAINTAINER= dyfet@gnu.org -LIB_DEPENDS= ccstd.0:${PORTSDIR}/devel/commoncpp +LIB_DEPENDS= ccstd-1.4.0:${PORTSDIR}/devel/commoncpp USE_GMAKE= yes USE_LIBTOOL= yes @@ -21,8 +21,15 @@ INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib -post-extract: - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|-release \$$\(LT_RELEASE\)||g' +#post-extract: +# @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ +# 's|-release \$$\(LT_RELEASE\)||g' + +post-install: + (cd ${WRKSRC} ; make man) +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/ccscript + ${INSTALL_MAN} ${WRKSRC}/doc/html/* ${PREFIX}/share/doc/ccscript +.endif .include <bsd.port.mk> diff --git a/lang/ccscript/distinfo b/lang/ccscript/distinfo index 81103c0..b636134 100644 --- a/lang/ccscript/distinfo +++ b/lang/ccscript/distinfo @@ -1 +1 @@ -MD5 (ccscript-1.2.5.tar.gz) = 01b5fe502bbcc000a23f84012b6eb4d3 +MD5 (ccscript-1.4.1.tar.gz) = 77d57ea791b0002bc16a971056e75272 diff --git a/lang/ccscript/pkg-plist b/lang/ccscript/pkg-plist index cb202f7..59d1058 100644 --- a/lang/ccscript/pkg-plist +++ b/lang/ccscript/pkg-plist @@ -2,5 +2,53 @@ bin/ccscript include/cc++/script.h lib/libccscript.a lib/libccscript.so -lib/libccscript.so.0 -@dirrm include/cc++ +lib/libccscript-1.4.so.0 +man/man3/ScriptCommand.3cc +man/man3/ScriptImage.3cc +man/man3/ScriptInterp.3cc +man/man3/ScriptLocks.3cc +man/man3/ScriptSymbol.3cc +share/doc/ccscript/annotated.html +share/doc/ccscript/class__line-members.html +share/doc/ccscript/class__line.html +share/doc/ccscript/class__script-members.html +share/doc/ccscript/class__script.html +share/doc/ccscript/class__symbol-members.html +share/doc/ccscript/class__symbol.html +share/doc/ccscript/class_keydata.gif +share/doc/ccscript/class_keydata.html +share/doc/ccscript/class_mempager.gif +share/doc/ccscript/class_mempager.html +share/doc/ccscript/class_mutex.gif +share/doc/ccscript/class_mutex.html +share/doc/ccscript/class_scriptcommand-members.html +share/doc/ccscript/class_scriptcommand.gif +share/doc/ccscript/class_scriptcommand.html +share/doc/ccscript/class_scriptimage-members.html +share/doc/ccscript/class_scriptimage.gif +share/doc/ccscript/class_scriptimage.html +share/doc/ccscript/class_scriptinterp-members.html +share/doc/ccscript/class_scriptinterp.gif +share/doc/ccscript/class_scriptinterp.html +share/doc/ccscript/class_scriptlocks-members.html +share/doc/ccscript/class_scriptlocks.gif +share/doc/ccscript/class_scriptlocks.html +share/doc/ccscript/class_scriptsymbol-members.html +share/doc/ccscript/class_scriptsymbol.gif +share/doc/ccscript/class_scriptsymbol.html +share/doc/ccscript/class_scrkeywords-members.html +share/doc/ccscript/class_scrkeywords.html +share/doc/ccscript/class_sharedmempager.gif +share/doc/ccscript/class_sharedmempager.html +share/doc/ccscript/classes.html +share/doc/ccscript/config_h.html +share/doc/ccscript/doxygen.css +share/doc/ccscript/doxygen.gif +share/doc/ccscript/files.html +share/doc/ccscript/functions.html +share/doc/ccscript/globals.html +share/doc/ccscript/hierarchy.html +share/doc/ccscript/index.html +share/doc/ccscript/null.gif +share/doc/ccscript/script_h-source.html +share/doc/ccscript/script_h.html |