Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-04 | recursive bump from graphics/gd shlib major bump. | obache | 1 | -2/+2 | |
2013-06-04 | Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: | tron | 1 | -2/+2 | |
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed. | |||||
2013-06-03 | Bump freetype2 and fontconfig dependencies to current pkgsrc versions, | wiz | 1 | -2/+2 | |
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882 | |||||
2013-02-16 | Recursive bump for png-1.6. | wiz | 1 | -2/+2 | |
2013-01-26 | Revbump after graphics/jpeg and textproc/icu | adam | 1 | -2/+2 | |
2012-10-06 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-04-08 | All supported python versions in pkgsrc support eggs, so remove | wiz | 1 | -2/+2 | |
${PLIST.eggfile} from PLISTs and support code from lang/python. | |||||
2012-04-08 | Remove python24 and all traces of it from pkgsrc. | wiz | 1 | -2/+1 | |
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files. | |||||
2011-11-29 | General cleanups. | darcy | 3 | -6/+10 | |
The old starship site is gone. Get from NetBSD.org now. Change homepage to a working one. Add license. Note that the only license reference I could find was "It is distributed for free under a BSD-style license" which I took to mean "original-bsd." Doesn't work under Python 3. Since it is deprecated in favour of the py-imaging module there is no point in struggling with it. Added comment to patch and regenerated distinfo. No PKGREVISION bump since there are no changes to any code that ever built. | |||||
2011-11-01 | Recursive bump for graphics/freetype2 buildlink addition. | sbd | 1 | -2/+2 | |
2011-01-13 | png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. | wiz | 1 | -2/+2 | |
2010-11-23 | Some improvements | obache | 3 | -10/+10 | |
* using distuils, so use pkgsrc pthon distutils framework. * LOCALBASE should not be used here, it's just for prefix of GD. * No need to depend on freetype-lib here. Bump PKGREVISION. | |||||
2010-06-13 | Bump PKGREVISION for libpng shlib name change. | wiz | 1 | -2/+2 | |
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x. | |||||
2010-01-18 | Second try at jpeg-8 recursive PKGREVISION bump. | wiz | 1 | -2/+2 | |
2009-08-26 | bump revision because of graphics/jpeg update | sno | 1 | -2/+2 | |
2009-03-05 | Remove PYBINMODULE. All it did was mark some packages as not available | joerg | 1 | -2/+1 | |
on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it. | |||||
2008-06-12 | Add DESTDIR support. | joerg | 1 | -1/+3 | |
2007-02-22 | Whitespace cleanup, courtesy of pkglint. | wiz | 1 | -2/+2 | |
Patch provided by Sergey Svishchev in private mail. | |||||
2006-04-17 | Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. | wiz | 1 | -2/+2 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2006-01-21 | Update package Makefile now that bsd.pkg.extract.mk is using the | jlam | 1 | -3/+1 | |
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax. | |||||
2005-12-19 | Fix errno. | joerg | 2 | -12/+18 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests | agc | 1 | -1/+2 | |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -2/+2 | |
Suggested by Roland Illig, ok'd by various. | |||||
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-09-01 | Take over MAINTAINER after discussing with Ty. | darcy | 1 | -2/+2 | |
2004-09-01 | Even though this package is supposed to be deprecated there are still people | darcy | 3 | -26/+28 | |
using it and if it is going to be in the tree it should at least compile and run with current versions of Python. | |||||
2004-07-22 | add python as category | recht | 1 | -2/+2 | |
ok'd a while back at pkgsrcCon by agc and wiz | |||||
2004-06-20 | Bump PKGREVISION and remove X11 support where appropiate. | xtraeme | 1 | -2/+2 | |
2004-04-25 | Convert to buildlink3. | snj | 1 | -4/+4 | |
2004-03-26 | PKGREVISION bump after openssl-security-fix-update to 0.9.6m. | wiz | 1 | -2/+2 | |
Buildlink files: RECOMMENDED version changed to current version. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-25 | Needs freetype-lib and buildlinkify stuff | jmc | 1 | -3/+4 | |
2003-06-23 | Revision bumped because of gd shared library major bump | adam | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-09-21 | Strip the ".buildlink" from the names of the python application and | jlam | 1 | -2/+2 | |
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead. | |||||
2002-03-13 | Give all packages which depend on "png" a version bump, and update | fredb | 1 | -2/+3 | |
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".] | |||||
2002-01-19 | use python buildlink file | drochner | 2 | -6/+13 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -2/+2 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-12-28 | Update to use python 2.0. | wiz | 2 | -5/+5 | |
2000-09-02 | wildcard dependency on graphics/gd to make this package build again | wiz | 1 | -2/+2 | |
1999-11-02 | Change linker flags to compile under NetBSD-1.4.x | jlam | 1 | -3/+3 | |
1999-11-01 | Remove obsolete parts of DESCR | jlam | 1 | -12/+0 | |
1999-11-01 | * Modify to support gd-1.7.3. | jlam | 6 | -13/+107 | |