Update to 2.4.3. Set MAINTAINER back to ports.
PR: 47847 Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru> Approved by: dyfet@gnu.org (old Maintainer)
This commit is contained in:
@@ -6,13 +6,14 @@
|
||||
#
|
||||
|
||||
PORTNAME= ccscript
|
||||
PORTVERSION= 1.4.1
|
||||
PORTVERSION= 2.4.3
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://www.voxilla.org/pub/freebsd/tarball/
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= ccscript
|
||||
|
||||
MAINTAINER= dyfet@gnu.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= ccstd-1.4.0:${PORTSDIR}/devel/commoncpp
|
||||
LIB_DEPENDS= ccgnu2-1.0.0:${PORTSDIR}/devel/commoncpp
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
@@ -21,15 +22,11 @@ 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'
|
||||
MAN3= ScriptCommand.3cc ScriptImage.3cc ScriptInterp.3cc \
|
||||
ScriptModule.3cc ScriptSymbol.3cc Script_Locks.3cc \
|
||||
Script_Package.3cc Script_Property.3cc Script_Session.3cc
|
||||
|
||||
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>
|
||||
|
||||
@@ -1 +1 @@
|
||||
MD5 (ccscript-1.4.1.tar.gz) = 77d57ea791b0002bc16a971056e75272
|
||||
MD5 (ccscript-2.4.3.tar.gz) = 0bad5d159b5d05db2ac0a3c7017fc085
|
||||
|
||||
@@ -1,55 +1,18 @@
|
||||
bin/ccscript
|
||||
include/cc++/script.h
|
||||
lib/libccscript.a
|
||||
lib/libccscript.so
|
||||
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
|
||||
@dirrm share/doc/ccscript
|
||||
include/cc++2/cc++/script.h
|
||||
lib/libccscript2.a
|
||||
lib/libccscript2.la
|
||||
lib/libccscript2.so
|
||||
lib/libccscript2-0.4.so
|
||||
lib/libccscript2-0.4.so.0
|
||||
lib/ccscript2/date.pkg
|
||||
lib/ccscript2/digits.pkg
|
||||
lib/ccscript2/file.pkg
|
||||
lib/ccscript2/random.pkg
|
||||
lib/ccscript2/scale.pkg
|
||||
lib/ccscript2/sort.pkg
|
||||
lib/ccscript2/string.pkg
|
||||
lib/ccscript2/time.pkg
|
||||
lib/ccscript2/trig.pkg
|
||||
lib/ccscript2/url.pkg
|
||||
@dirrm lib/ccscript2
|
||||
|
||||
Reference in New Issue
Block a user