1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Update to version 1.4 Build 109:

o Added keyboard mapping feature permitting user defined keybindings
  for editor and other GUI events
o C++ fix. Fixed bug where static function declarations in a header
  file were not linked up with definitions in code files. The result
  was that the function appeared twice in the Functions Filter list.
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-04-21 11:02:01 +00:00
parent 9447d877af
commit 2385aea33b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41754
6 changed files with 10 additions and 10 deletions

View File

@ -6,11 +6,11 @@
#
PORTNAME= understand_c
PORTVERSION= 1.4.108
PORTVERSION= 1.4.109
PORTEPOCH= 1
CATEGORIES= devel linux
MASTER_SITES= http://www.scitools.com/ftp/pub/download/understand_c/latest/
DISTNAME= und_c-14b108-linux
DISTNAME= und_c-14b109-linux
MAINTAINER= lioux@FreeBSD.org

View File

@ -1 +1 @@
MD5 (und_c-14b108-linux.tar.gz) = ff944027352ea3fdb927a0efeadb14c6
MD5 (und_c-14b109-linux.tar.gz) = 5e53e0023a1e2e18ec9e878594f7abfa

View File

@ -435,5 +435,5 @@ usr/lib/libudb_api.a
usr/lib/libudb_api.so
@exec %%LINUXBASE%%/sbin/ldconfig
@unexec %%LINUXBASE%%/sbin/ldconfig
@exec %%ECHO%% "If you are installing Understand_c for the first time, you should place your license file at ``%D/share/understand_c/license''. Do backup your license file to prevent accidents." | %%FMT%%
@unexec %%ECHO%% "If you are permanently removing Understand_c, you should also ``rm -Rf %D/share/understand_c/license''. This dir holds your license files if you installed any." | %%FMT%%
@exec %%ECHO%% "If you are installing Understand_c for the first time, you should place your license file at \`\`%D/share/understand_c/license''. Do backup your license file to prevent accidents." | %%FMT%%
@unexec %%ECHO%% "If you are permanently removing Understand_c, you should also \`\`rm -Rf %D/share/understand_c/license''. This dir holds your license files if you installed any." | %%FMT%%

View File

@ -6,11 +6,11 @@
#
PORTNAME= understand_c
PORTVERSION= 1.4.108
PORTVERSION= 1.4.109
PORTEPOCH= 1
CATEGORIES= devel linux
MASTER_SITES= http://www.scitools.com/ftp/pub/download/understand_c/latest/
DISTNAME= und_c-14b108-linux
DISTNAME= und_c-14b109-linux
MAINTAINER= lioux@FreeBSD.org

View File

@ -1 +1 @@
MD5 (und_c-14b108-linux.tar.gz) = ff944027352ea3fdb927a0efeadb14c6
MD5 (und_c-14b109-linux.tar.gz) = 5e53e0023a1e2e18ec9e878594f7abfa

View File

@ -435,5 +435,5 @@ usr/lib/libudb_api.a
usr/lib/libudb_api.so
@exec %%LINUXBASE%%/sbin/ldconfig
@unexec %%LINUXBASE%%/sbin/ldconfig
@exec %%ECHO%% "If you are installing Understand_c for the first time, you should place your license file at ``%D/share/understand_c/license''. Do backup your license file to prevent accidents." | %%FMT%%
@unexec %%ECHO%% "If you are permanently removing Understand_c, you should also ``rm -Rf %D/share/understand_c/license''. This dir holds your license files if you installed any." | %%FMT%%
@exec %%ECHO%% "If you are installing Understand_c for the first time, you should place your license file at \`\`%D/share/understand_c/license''. Do backup your license file to prevent accidents." | %%FMT%%
@unexec %%ECHO%% "If you are permanently removing Understand_c, you should also \`\`rm -Rf %D/share/understand_c/license''. This dir holds your license files if you installed any." | %%FMT%%