Olli Hauer
|
30f9161773
|
-remove MD5
|
2011-07-03 14:12:22 +00:00 |
|
Jose Alonso Cardenas Marquez
|
cd4975bea2
|
- Tarball was rerolled, now it installs two new files
- Remove BROKEN state
PR: 122935
Submitted by: Ganael Laplanche <ganael.laplanche.. at_martymac.com>
|
2008-04-22 16:07:46 +00:00 |
|
Jose Alonso Cardenas Marquez
|
eb4bcb6848
|
- Update to 1.2.1
- Remove obsolete patch file
|
2008-03-28 01:10:57 +00:00 |
|
Jose Alonso Cardenas Marquez
|
9ae73d00ab
|
- Update to 1.2.0
|
2007-04-10 20:40:17 +00:00 |
|
Pav Lucistnik
|
22510a245a
|
- Update to 1.1.2
PR: ports/96811
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
|
2006-05-06 10:26:11 +00:00 |
|
Edwin Groothuis
|
6c060864de
|
[PATCH] graphics/guilib remove broken size mismatch
- Correct size, md5
- Add SHA256
- Take maintainership
Changes in tarball:
diff -ru GUIlib-1.1.1-old/GUI_button.cpp GUIlib-1.1.1/GUI_button.cpp
--- GUIlib-1.1.1-old/GUI_button.cpp Thu Apr 6 14:48:51 2000
+++ GUIlib-1.1.1/GUI_button.cpp Fri Oct 21 14:00:59 2005
@@ -133,9 +133,9 @@
if (freebutton)
{
if (button)
- delete button;
+ SDL_FreeSurface(button);
if (button2)
- delete button2;
+ SDL_FreeSurface(button2);
}
if (freefont)
delete buttonFont;
PR: ports/89245
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
2005-11-24 00:06:21 +00:00 |
|
Trevor Johnson
|
0c881ba59c
|
SIZEify.
|
2004-01-29 07:24:56 +00:00 |
|
Daichi GOTO
|
f979e4e68d
|
update graphics/guilib: 1.1.0 -> 1.1.1
PR: 55245
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
2003-08-05 05:49:50 +00:00 |
|
Maxim Sobolev
|
cb3c6676b1
|
Update checksum. The only difference between old and new version is <strings.h>
replaced with <string.h> in one of the files. Therefore, no version bump is
necessary.
|
2001-11-26 13:43:49 +00:00 |
|
Maxim Sobolev
|
560f2229d8
|
Add guilib - a very simple GUI framework for use with SDL. Now we have a GUI
for console (SDL_VIDEODRIVER=svgalib) ;).
|
2000-09-20 15:36:05 +00:00 |
|