| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
- Respect DOC's
- Add graphics/tiff as dependency
- Bump PORTREVISION
PR: 110221
Submitted by: Martin Matuska <martin@matuska.org>
Notes:
svn path=/head/; revision=187291
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
removing the symlinking of the installed shared library into the
${PREFIX}/lib. Those broken things should really use:
package require Img (from TCL)
or
Tcl_PkgRequire(interp, "Img", "1.2", 0) (from C)
instead of trying to link with libimg directly, but there are
too many of them and sobomax lost (his and mine) cool.
This version will just install the library (and SHLIB_LINK) into
${PREFIX}/lib directly. pkgIndex.tcl is modified accordingly.
Notes:
svn path=/head/; revision=39782
|
|
|
|
|
|
|
|
|
|
| |
Some day the rest of the world will wise up and realize, that it is
often easier and neater to create a Makefile from scratch, than to try
to patch the configure/Makefile.in/Makefile.am/etc nonsense to do the
right thing.
Notes:
svn path=/head/; revision=38280
|
|
|
|
| |
Notes:
svn path=/head/; revision=29630
|
|
|
|
|
|
|
| |
Submitted by: Ade Lovett <ade@lovett.com>
Notes:
svn path=/head/; revision=23474
|
|
|
|
|
|
|
|
| |
PR: 14985
Submitted by: maintainer
Notes:
svn path=/head/; revision=23334
|
|
This is an image format handler for Tk. It handles the following image
formats:
bmp, gif, png, jpeg, tiff, xpm, xbm, and postscript.
PR: ports/10234
Submitted by: Glenn Johnson <gljohns@bellsouth.net>
Notes:
svn path=/head/; revision=17764
|