mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
Update to 2000.13.1.
Changelog at <http://towo.net/mined/changes.html>. PR: ports/104660 Submitted by: Thomas Abthorpe <thomas (at) goodking.ca>
This commit is contained in:
parent
c09fb3faee
commit
a7c445ca05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175948
4 changed files with 91 additions and 39 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= mined
|
PORTNAME= mined
|
||||||
PORTVERSION= 2000.12.2
|
PORTVERSION= 2000.13.1
|
||||||
CATEGORIES= editors
|
CATEGORIES= editors
|
||||||
MASTER_SITES= http://towo.net/mined/
|
MASTER_SITES= http://towo.net/mined/
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ post-install:
|
||||||
cd ${WRKSRC}/usrshare/package_doc && ${INSTALL_DATA} * ${DOCSDIR}
|
cd ${WRKSRC}/usrshare/package_doc && ${INSTALL_DATA} * ${DOCSDIR}
|
||||||
@${RM} ${DOCSDIR}/CHANGES ${DOCSDIR}/LICENSE.GNU
|
@${RM} ${DOCSDIR}/CHANGES ${DOCSDIR}/LICENSE.GNU
|
||||||
.endif
|
.endif
|
||||||
@${RM} ${DATADIR}/bin/*.bat
|
# @${RM} ${DATADIR}/bin/*.bat
|
||||||
@${RM} -rf ${DATADIR}/doc_user ${DATADIR}/package_doc
|
@${RM} -rf ${DATADIR}/doc_user ${DATADIR}/package_doc
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (mined-2000.12.2.tar.gz) = b3989fd8ab4bcdb9d34aa394b74eff37
|
MD5 (mined-2000.13.1.tar.gz) = b7fcc9367d43300b3ed1df8c2ac5ed77
|
||||||
SHA256 (mined-2000.12.2.tar.gz) = cf178ef3254dda7efbe0435d09691a879d11edcb2f088f48d737c471bbce4e08
|
SHA256 (mined-2000.13.1.tar.gz) = 6365707a6209e9ec5fae88f2a2bee2cee514584d3ab12bee005e2f4a20a02de4
|
||||||
SIZE (mined-2000.12.2.tar.gz) = 3345540
|
SIZE (mined-2000.13.1.tar.gz) = 3570118
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
--- src/mkinclud.mak.orig Wed Apr 5 11:24:36 2006
|
--- src/mkinclud.mak.orig Mon Oct 9 18:00:00 2006
|
||||||
+++ src/mkinclud.mak Thu Apr 6 19:13:32 2006
|
+++ src/mkinclud.mak Sat Oct 21 13:51:41 2006
|
||||||
@@ -443,8 +443,7 @@
|
@@ -469,8 +469,7 @@
|
||||||
mkdir -p $(lrundir)
|
mkdir -p $(lrundir)
|
||||||
/bin/cp -pr ../usrshare/* $(lrundir)
|
/bin/cp -pr ../usrshare/*/ $(lrundir)
|
||||||
mkdir -p $(lmandir)/man1
|
mkdir -p $(lmandir)/man1
|
||||||
- $(INSTALL) --mode=+r,u+w ../man/*.1 $(lmandir)/man1
|
- $(INSTALL) ../man/*.1 $(lmandir)/man1
|
||||||
- if (ls $(lmandir)/man1/*.gz && type gzip) > /dev/null 2>&1; then gzip -f $(lmandir)/man1/mined.1; fi
|
- if (ls $(lmandir)/man1/*.gz && type gzip) > /dev/null 2>&1; then gzip -f $(lmandir)/man1/mined.1; fi
|
||||||
+ $(BSD_INSTALL_MAN) ../man/*.1 $(lmandir)/man1
|
+ $(BSD_INSTALL_MAN) ../man/*.1 $(lmandir)/man1
|
||||||
$(extrainstall)
|
$(extrainstall)
|
||||||
|
|
|
@ -1,36 +1,88 @@
|
||||||
bin/mined
|
bin/mined
|
||||||
bin/xmined
|
|
||||||
bin/mstar
|
|
||||||
bin/mpico
|
|
||||||
bin/minmacs
|
bin/minmacs
|
||||||
bin/uterm
|
bin/mpico
|
||||||
|
bin/mstar
|
||||||
bin/umined
|
bin/umined
|
||||||
|
bin/uterm
|
||||||
|
bin/xmined
|
||||||
share/applications/mined.desktop
|
share/applications/mined.desktop
|
||||||
%%DATADIR%%/bin/minedmar
|
%%DATADIR%%/CHANGES
|
||||||
%%DATADIR%%/bin/mterm
|
%%DATADIR%%/LICENSE.GNU
|
||||||
%%DATADIR%%/bin/umined
|
%%DATADIR%%/README
|
||||||
%%DATADIR%%/bin/uprint
|
%%DATADIR%%/VERSION
|
||||||
%%DATADIR%%/bin/uterm
|
%%DATADIR%%/Xdefaults.mined
|
||||||
%%DATADIR%%/bin/wmined
|
%%DATADIR%%/bin/bdf18to20
|
||||||
%%DATADIR%%/bin/xmined
|
%%DATADIR%%/bin/configure-xterm
|
||||||
%%DATADIR%%/conf_user/Xdefaults.mined
|
%%DATADIR%%/bin/installfonts
|
||||||
%%DATADIR%%/conf_user/mlterm/key
|
%%DATADIR%%/bin/makeprint
|
||||||
%%DATADIR%%/conf_user/mlterm/main
|
%%DATADIR%%/bin/mkicon
|
||||||
%%DATADIR%%/conf_user/profile.mined
|
%%DATADIR%%/bin/postinstall
|
||||||
%%DATADIR%%/conf_user/xinitrc.mined
|
%%DATADIR%%/cancel.html
|
||||||
%%DATADIR%%/help/mined.hlp
|
%%DATADIR%%/changes.html
|
||||||
%%DATADIR%%/setup_install/bin/bdf18to20
|
%%DATADIR%%/combined.png
|
||||||
%%DATADIR%%/setup_install/bin/configure-xterm
|
%%DATADIR%%/combining.png
|
||||||
%%DATADIR%%/setup_install/bin/installfonts
|
%%DATADIR%%/contact.html
|
||||||
%%DATADIR%%/setup_install/bin/makeprint
|
%%DATADIR%%/design.html
|
||||||
%%DATADIR%%/setup_install/bin/mkicon
|
%%DATADIR%%/dollar.gif
|
||||||
%%DATADIR%%/setup_install/mined.desktop
|
%%DATADIR%%/donate.html
|
||||||
%%DATADIR%%/setup_install/mined.ico
|
%%DATADIR%%/download.html
|
||||||
@dirrm %%DATADIR%%/setup_install/bin
|
%%DATADIR%%/euro1.gif
|
||||||
@dirrm %%DATADIR%%/setup_install
|
%%DATADIR%%/features.html
|
||||||
@dirrm %%DATADIR%%/help
|
%%DATADIR%%/handr.gif
|
||||||
@dirrm %%DATADIR%%/conf_user/mlterm
|
%%DATADIR%%/haninfo-big5.png
|
||||||
@dirrm %%DATADIR%%/conf_user
|
%%DATADIR%%/haninfo-menu.png
|
||||||
|
%%DATADIR%%/haninfo-utf8.png
|
||||||
|
%%DATADIR%%/header.html
|
||||||
|
%%DATADIR%%/index-dl.html
|
||||||
|
%%DATADIR%%/index.html
|
||||||
|
%%DATADIR%%/konsole/xterm-modified.keytab
|
||||||
|
%%DATADIR%%/logo.gif
|
||||||
|
%%DATADIR%%/menu.png
|
||||||
|
%%DATADIR%%/mined-html.png
|
||||||
|
%%DATADIR%%/mined-pw.png
|
||||||
|
%%DATADIR%%/mined-sep.png
|
||||||
|
%%DATADIR%%/mined-uni.png
|
||||||
|
%%DATADIR%%/mined.desktop
|
||||||
|
%%DATADIR%%/mined.hlp
|
||||||
|
%%DATADIR%%/mined.html
|
||||||
|
%%DATADIR%%/mined.ico
|
||||||
|
%%DATADIR%%/minedmar
|
||||||
|
%%DATADIR%%/minedmar.bat
|
||||||
|
%%DATADIR%%/mlterm/key
|
||||||
|
%%DATADIR%%/mlterm/main
|
||||||
|
%%DATADIR%%/mnemodoc.html
|
||||||
|
%%DATADIR%%/mterm
|
||||||
|
%%DATADIR%%/navigate.html
|
||||||
|
%%DATADIR%%/new-rot.gif
|
||||||
|
%%DATADIR%%/new.gif
|
||||||
|
%%DATADIR%%/overview.html
|
||||||
|
%%DATADIR%%/paypal_donate.gif
|
||||||
|
%%DATADIR%%/paypal_logo.gif
|
||||||
|
%%DATADIR%%/paypal_payments.gif
|
||||||
|
%%DATADIR%%/picklist.png
|
||||||
|
%%DATADIR%%/profile.mined
|
||||||
|
%%DATADIR%%/script-arabic.gif
|
||||||
|
%%DATADIR%%/script-cyrillic.gif
|
||||||
|
%%DATADIR%%/script-greek.gif
|
||||||
|
%%DATADIR%%/script-han.gif
|
||||||
|
%%DATADIR%%/script-hebrew.gif
|
||||||
|
%%DATADIR%%/script-highlighting.png
|
||||||
|
%%DATADIR%%/script-hiragana.gif
|
||||||
|
%%DATADIR%%/script-thai.gif
|
||||||
|
%%DATADIR%%/separated.png
|
||||||
|
%%DATADIR%%/thankyou.html
|
||||||
|
%%DATADIR%%/umined
|
||||||
|
%%DATADIR%%/unicode.html
|
||||||
|
%%DATADIR%%/unicode.org.png
|
||||||
|
%%DATADIR%%/uprint
|
||||||
|
%%DATADIR%%/uterm
|
||||||
|
%%DATADIR%%/uterm.html
|
||||||
|
%%DATADIR%%/wmined
|
||||||
|
%%DATADIR%%/wmined.bat
|
||||||
|
%%DATADIR%%/xinitrc.mined
|
||||||
|
%%DATADIR%%/xmined
|
||||||
|
@dirrm %%DATADIR%%/mlterm
|
||||||
|
@dirrm %%DATADIR%%/konsole
|
||||||
@dirrm %%DATADIR%%/bin
|
@dirrm %%DATADIR%%/bin
|
||||||
@dirrm %%DATADIR%%
|
@dirrm %%DATADIR%%
|
||||||
@dirrmtry share/applications
|
@dirrmtry share/applications
|
||||||
|
|
Loading…
Add table
Reference in a new issue