Update to version 2.00b1.
PR: 13761 Submitted by: maintainer
This commit is contained in:
parent
a0749ab965
commit
560661cb61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22774
4 changed files with 16 additions and 9 deletions
|
@ -6,8 +6,8 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= X-Files-1.43
|
||||
PKGNAME= x-files-1.43
|
||||
DISTNAME= X-Files-2.00b1
|
||||
PKGNAME= x-files-2.00b1
|
||||
CATEGORIES= x11-fm tk80
|
||||
MASTER_SITES= http://www.hut.fi/~mkivinie/X-Files/data/
|
||||
|
||||
|
@ -22,17 +22,17 @@ USE_X_PREFIX= yes
|
|||
|
||||
pre-install:
|
||||
@tclsh8.0 ${SCRIPTDIR}/mktclIndex ${WRKSRC}
|
||||
@${RM} -f ${WRKSRC}/xfinstall.tcl
|
||||
@${SED} s#@X11BASE@#${X11BASE}# <${WRKSRC}/X-Files.tcl >${WRKSRC}/tmpfile
|
||||
@${MV} ${WRKSRC}/tmpfile ${WRKSRC}/X-Files.tcl
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/lib/X11/X-Files
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/X-Files.tcl ${PREFIX}/bin/X-Files
|
||||
.for file in be.tcl ee.tcl re.tcl vfs.tcl xf_sel.tcl xfiles.buttons xfiles.extensions tclIndex \
|
||||
xfiles.faq xfiles.headers xfiles.main_pophelp xfiles.manual xfiles.user_pophelp \
|
||||
xfilesrc xflogo.gif
|
||||
.for file in *.tcl xfiles* xflogo.gif Registration.form
|
||||
@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/X11/X-Files
|
||||
.endfor
|
||||
@${CHMOD} 0555 ${PREFIX}/lib/X11/X-Files/X-Files.tcl
|
||||
@${LN} -s ${PREFIX}/lib/X11/X-Files/X-Files.tcl ${PREFIX}/bin/X-Files
|
||||
@${INSTALL_DATA} ${WRKSRC}/X-Files.xpm ${X11BASE}/include/X11/pixmaps
|
||||
@${INSTALL_MAN} ${WRKSRC}/X-Files.1x ${X11BASE}/man/man1
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (X-Files-1.43.tar.gz) = bcf7442e0be8e291c779919f9d6eac25
|
||||
MD5 (X-Files-2.00b1.tar.gz) = adde41e4202624c96e4a3a56b0f7ed71
|
||||
|
|
|
@ -1,17 +1,24 @@
|
|||
bin/X-Files
|
||||
include/X11/pixmaps/X-Files.xpm
|
||||
lib/X11/X-Files/Registration.form
|
||||
lib/X11/X-Files/X-Files.tcl
|
||||
lib/X11/X-Files/be.tcl
|
||||
lib/X11/X-Files/bgexec.tcl
|
||||
lib/X11/X-Files/ee.tcl
|
||||
lib/X11/X-Files/fae.tcl
|
||||
lib/X11/X-Files/ftpl.tcl
|
||||
lib/X11/X-Files/pkgIndex.tcl
|
||||
lib/X11/X-Files/re.tcl
|
||||
lib/X11/X-Files/tclIndex
|
||||
lib/X11/X-Files/vfs.tcl
|
||||
lib/X11/X-Files/xf_sel.tcl
|
||||
lib/X11/X-Files/xfiles.buttons
|
||||
lib/X11/X-Files/xfiles.extensions
|
||||
lib/X11/X-Files/xfiles.faq
|
||||
lib/X11/X-Files/xfiles.ftpbook
|
||||
lib/X11/X-Files/xfiles.headers
|
||||
lib/X11/X-Files/xfiles.main_pophelp
|
||||
lib/X11/X-Files/xfiles.manual
|
||||
lib/X11/X-Files/xfiles.tags
|
||||
lib/X11/X-Files/xfiles.user_pophelp
|
||||
lib/X11/X-Files/xfilesrc
|
||||
lib/X11/X-Files/xflogo.gif
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!tclsh8.0
|
||||
auto_mkindex $argv be.tcl ee.tcl re.tcl vfs.tcl xf_sel.tcl
|
||||
pkg_mkIndex $argv be.tcl bgexec.tcl ee.tcl fae.tcl ftpl.tcl re.tcl vfs.tcl xf_sel.tcl
|
||||
exit
|
||||
|
|
Loading…
Reference in a new issue