Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for -CURRENT, malloc.h->stdlib.h | pat | 2002-01-02 | 3 | -3/+14 |
| | | | | Spotted by: Bento | ||||
* | Use '::' as an dependency operator for pre-everything target. This is | dirk | 2001-12-31 | 4 | -4/+4 |
| | | | | | | needed because of the special nature of the pre-everything target. See http://www.freebsd.org/cgi/getmsg.cgi?fetch=481921+485051+/usr/local/www/db/text/2001/cvs-all/20011007.cvs-all for details. | ||||
* | Removed port after repo-copied to iview. | markp | 2001-12-30 | 5 | -29/+0 |
| | |||||
* | Renamed iview to vp. | markp | 2001-12-30 | 1 | -1/+1 |
| | |||||
* | Repocopied from graphics/iview. | markp | 2001-12-30 | 4 | -9/+15 |
| | | | | Updated to 1.5. | ||||
* | Update to 0.8.2 | lioux | 2001-12-28 | 12 | -105/+83 |
| | |||||
* | - Add LEGAL notice | lioux | 2001-12-27 | 1 | -0/+1 |
| | | | | | | | | | | - NO_PACKAGE From developers: "Distributing MPlayer in the form of binaries and/or binary packages is currently impossible, speaking about both technical and law areas" Submitted by: maintainer | ||||
* | portlint: | dirk | 2001-12-25 | 3 | -3/+3 |
| | | | | | | | - begin with a capital - don't end with '.' - remove port name - don't exceed 70 characters | ||||
* | Update to 0.28 | dwcjr | 2001-12-25 | 4 | -20/+128 |
| | | | | | PR: 33148 Submitted by: maintainer | ||||
* | Chase the checksum. 'diff -urN' says that nothing has changed. | steve | 2001-12-24 | 1 | -1/+1 |
| | |||||
* | Maintainer is now a committer | mbr | 2001-12-24 | 1 | -1/+1 |
| | | | | Approved by: demon | ||||
* | portlint: remove extra whitespaces before end of line. | dirk | 2001-12-24 | 8 | -8/+8 |
| | |||||
* | USE_AUTOMAKE -> GNU_CONFIGURE | dwcjr | 2001-12-24 | 4 | -34/+8 |
| | | | | | PR: 33129 Submitted by: tkato@prontomail.com | ||||
* | Remove files/patch-Makefile | dwcjr | 2001-12-24 | 1 | -0/+0 |
| | | | | PR: 33130 | ||||
* | Update to 1.1.1 | dwcjr | 2001-12-24 | 4 | -56/+29 |
| | | | | | PR: 33130 Submitted by: tkato@prontomail.com | ||||
* | - PORTDOCS police | pat | 2001-12-24 | 23 | -1176/+1175 |
| | | | | | - DOCSDIR support to some - Brush out some lint | ||||
* | o Un"echo" commands | lioux | 2001-12-24 | 1 | -1/+3 |
| | | | | | | o malloc.h -> stdlib.h Submitted by: bento | ||||
* | Specify version numbers as symbols for pkg-plist. | sada | 2001-12-23 | 2 | -16/+29 |
| | | | | Submitted by: Maintainer | ||||
* | Upgrade to version 3.4.2. | sada | 2001-12-23 | 6 | -75/+68 |
| | | | | | PR: ports/31679 Submitted by: Maintainer | ||||
* | Reorder the include (-I) path to end, rather than start, with | mi | 2001-12-22 | 1 | -1/+2 |
| | | | | | | | | | ${LOCALBASE}/include. The old behaviour was working almost always, because the package's own header files are well-named, except for the common.h, which caused build failure for at least one person. PR: ports/32247 | ||||
* | Add new distsites -- all ImageMagick's mirrors carry the distfile in the | mi | 2001-12-22 | 1 | -4/+15 |
| | | | | delegates subdirectory. | ||||
* | Avoid making empty directory | kevlo | 2001-12-22 | 2 | -4/+4 |
| | | | | | PR: 32950 Submitted by: Ports Fury | ||||
* | Initial import of py-gd 0.26. | kevlo | 2001-12-22 | 6 | -0/+54 |
| | | | | | | | This is the Python interface to the GD library. PR: 33088 Submitted by: Hye-Shik Chang <perky@fallin.lv> | ||||
* | Update to version 2.6.2 | kevlo | 2001-12-22 | 2 | -3/+2 |
| | | | | | PR: 33057 Submitted by: Ports Fury | ||||
* | House distfiles in MASTER_SITE_LOCAL since there seems to be some | lioux | 2001-12-22 | 2 | -2/+6 |
| | | | | | | | problem with original MASTER_SITE PR: 31463 Submitted by: maintainer | ||||
* | Add the WWW line and remove my old and non-functional e-mail address. | mi | 2001-12-21 | 2 | -4/+2 |
| | |||||
* | Every two years I upgrade this -- whether it needs it or not. Upgrade | mi | 2001-12-21 | 4 | -6/+6 |
| | | | | to the latest HDF4.1r5... | ||||
* | Backout previous change - it seems that new revision of the patch doesn't | sobomax | 2001-12-20 | 5 | -85/+40 |
| | | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net> | ||||
* | Update to 0.3.1 | pat | 2001-12-20 | 2 | -2/+2 |
| | |||||
* | Don't filter libc_r on 5-CURRENT. | sobomax | 2001-12-19 | 5 | -40/+85 |
| | |||||
* | Update to 2.0.4. | sobomax | 2001-12-19 | 4 | -12/+4 |
| | |||||
* | Update to 1.2.1. | sobomax | 2001-12-19 | 2 | -2/+2 |
| | |||||
* | - Fix gdk-pixbuf-related problems; | sobomax | 2001-12-19 | 2 | -0/+37 |
| | | | | | | - link in dynamic libgnomeprint instead of static one. Submitted by: bento | ||||
* | Fix another victin of gdk-pixbuf update. | sobomax | 2001-12-19 | 1 | -0/+14 |
| | | | | Submitted by: bento | ||||
* | Add jhead 1.5, exif Jpeg camera setting parser and thumbnail remover. | petef | 2001-12-19 | 7 | -0/+73 |
| | | | | | PR: 32916 Submitted by: Jamie Hermans <jamie@hermans.ca> | ||||
* | add qglviewer 1.3 | ijliao | 2001-12-18 | 6 | -0/+427 |
| | | | | Use OpenGL to play around with three dimensional scenes | ||||
* | Update to 0.3.0b | pat | 2001-12-18 | 2 | -2/+2 |
| | |||||
* | Update to 0.3.0 | pat | 2001-12-17 | 3 | -43/+100 |
| | |||||
* | upgrade to 1.6 | ijliao | 2001-12-17 | 3 | -16/+38 |
| | | | | | PR: 32855 Submitted by: Ports Fury | ||||
* | Update to 3.5.7. | sobomax | 2001-12-17 | 10 | -411/+215 |
| | | | | | PR: 32858 Submitted by: Ports Fury | ||||
* | Upgrade to 1.2.1 | ache | 2001-12-16 | 3 | -17/+2 |
| | | | | PR: 32856 | ||||
* | Update port to 1.5.8. | jedgar | 2001-12-16 | 2 | -2/+2 |
| | | | | | PR: 32857 Submitted by: KATO Tsuguru <tkato@prontomail.com> | ||||
* | When building package forcefully turn optional GNOME components on, otherwise | sobomax | 2001-12-16 | 1 | -1/+2 |
| | | | | gnome and gnome-fifth-toe packages contain incorrect dependencies list. | ||||
* | Fix the diff so that it actually apply. The original source should be used | jhay | 2001-12-16 | 2 | -6/+6 |
| | | | | when generating a diff. This should get make release a bit further again. | ||||
* | Set USE_AUTOMAKE_VER=15 because aclocal is called in the post-patch target | steve | 2001-12-15 | 1 | -1/+1 |
| | | | | and version 1.4 doesn't appear to work for this port. | ||||
* | - Respect CFLAGS properly | lioux | 2001-12-15 | 6 | -92/+112 |
| | | | | | | | | | | | - Fix compilation error when both freetype and freetype2 are installed - Fix Xpm support - Use freetype-config to find both include and library path - Port style changes in Makefile - Generic fix for -current malloc.h issue PR: 32854 Submitted by: KATO Tsuguru <tkato@prontomail.com> | ||||
* | Add port graphics/linux_dri, Binary Linux DRI libraries for 3D hardware | pat | 2001-12-15 | 7 | -0/+81 |
| | | | | | | | acceleration of linux apps PR: 31505 Submitted by: Eric Anholt <eanholt@gladstone.uoregon.edu> | ||||
* | Update to XSane 0.82. | cy | 2001-12-14 | 6 | -61/+5 |
| | | | | | | | | | | | | XSane 0.82 includes (obtained from www.xsane.org latest news): - improved despeckle routine (removed bug and increased speed) - added scaling function to viewer - several security bugfixes - spanish translation - dutch translation Reviewed by: nectar Approved by: maintainer: Dominik Brettnacher <domi@saargate.de> | ||||
* | Update to 0.14.0. | sobomax | 2001-12-13 | 4 | -4/+58 |
| | |||||
* | upgrade to 4.0 | ijliao | 2001-12-13 | 3 | -35/+137 |
| | | | | | PR: 32658 Submitted by: maintainer |