Commit graph

27 commits

Author SHA1 Message Date
jlam
e44bf515dc Strip the ".buildlink" from the names of the python application and
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-09-21 23:46:45 +00:00
drochner
e09c2435ef update to 0.6.13
changes:
 * A Multiline Text plugin object. Create it with the
   Edit->Create->Multiline Text menu item.
 * An Import filter for Acorn Draw files, updated import filters for
   SVG, WMF and Illustrator files and an updated SVG export filter.
 * The font dialog allows setting the font of multiple text objects at
   once.
 * Two new command line tools: skconvert and sk2ppm. skconverts between
   vector formats and sk2ppm converts vector files to ppm.
 * A fix for a filename quoting bug when rendering EPS files. This bug
   was a security problem.
 * Bug fixes.
2002-08-30 08:06:14 +00:00
drochner
8468b5bafb use buildlink file for py-Tk 2002-01-28 17:37:24 +00:00
drochner
512cdbfe3a use buildlink files for Python and py-imaging, but keep it tied
to Python-2.0 for now because of the py-Tk mess
2002-01-22 18:16:17 +00:00
hubertf
0a59d64104 remove some more locale dirs 2001-11-26 13:32:49 +00:00
hubertf
aebbc6914f use same PAX parameters everywhere: -pw -v 2001-11-25 21:56:59 +00:00
hubertf
69e6dd5a6f Update sketch to 0.6.12,
submitted by Masao Uebayashi <uebayasi@soum.co.jp> in PR 14328.


Sketch 0.6.12 (July 5th, 2001)
==============================

 * View->Load Palette... also supports Gimp palette files.

Bug fixes:
 * The PostScript generator now handles RGBA images used as tiles
   correctly. Reported by Andy Grimberg.
 * Modifying objects that lay far outside the window could lead to X
   Errors.
 * Loading AI files sometimes raised exceptions with an AttributeError
   "'None' object has no attribute 'guess_continuity'". This is now
   fixed. Reported by Eric Faurot.
 * The CMX import filter handles empty groups gracefully. Bug reported
   by Yuri Shchedov.
 * Fix some typos in skshow's doc-string. This is basically what's
   already done with the Debian packages.
 * Changing the paper format could lead to an inconsistent mapping
   between document and window coordinates. Reported by Antoon Pardon.

Sketch 0.6.11 (June 9th, 2001)
==============================

 * Updated Spanish translation by Esteban Manchado Velázquez
 * Add /usr/lib/ghostscript/fonts to the default list of font
   directories (for debian).
 * Include the .spec file in the tarball and distribute the Misc
   directory with the RPMs as documentation.

Bug fixes:
 * The find_include_dir function in setup.py now catches and ignores
   OSError exceptions, too. Pointed out by Pierre HANSER.
 * The russian translation are now properly contained in the archive as
   *.mo files too.
 * Drawings that contained non-ASCII characters in strings were not read
   back correctly when saved under Python 2.1
 * The import filters now remove empty curve objects. The implementation
   of 0.6.9 didn't cover all special cases. The new one works
   differently but shuld catch all cases.
2001-11-22 13:08:41 +00:00
hubertf
1952e25495 'pax foo bar' just hants... add "-rw -pe" so it actually copies stuff. 2001-11-22 04:43:23 +00:00
agc
be9bc4ff1b Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with a
single instance of ${PAX}.
2001-11-14 14:47:53 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
wiz
be7134c35c Update sketch to 0.6.10, provided by Masao Uebayashi in pkg/13122.
Changes since the last version in pkgsrc include 1.5 years of bugfixes
and enhancements as well as updates to newer python version. Complete
ChangeLog in work/sket*/NEWS or at http://sketch.sourceforge.net/relnotes.html
2001-07-19 00:06:52 +00:00
agc
00e2337e78 Move to ${MASTER_SITE_BACKUP} from a hardcoded ftp.netbsd.org for the
MASTER_SITES
2001-05-09 13:11:26 +00:00
agc
9b33bf8b9d The distfile which sourceforge is distributing is different to the one
on ftp.netbsd.org. Use the one on ftp.netbsd.org (it's usually a bit
quicker anyway).

Use sha1 digest, and add distfile size.
2001-05-09 11:37:35 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
wiz
73e7201f40 py-imaging>=1.0 2001-03-22 13:31:56 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a2a4d06c6f Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 15:22:13 +00:00
wiz
c5d67ada2d Update dependency on py-Tk to >=1.5.2. (I wonder if this'll work...) 2001-02-01 14:27:22 +00:00
dent
3876630b9c Update HOMEPAGE and MASTER_SITES (moved to sourceforge). 2001-01-11 21:30:09 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
wiz
900f5e50ff replaced some commands by their ${COMMAND} counterparts 2000-01-02 03:36:52 +00:00
sakamoto
8978d2eb82 Update sketch to 0.6.3.
New stable version, 0.6.3.
	*The default properties of new objects can be set by pressing the apply
	 button in the fill, line or font dialogs.
	*A new button next to the palette to quickly assing empty fill and line
	 styles.
	*The ctrl-key to contrain editing now also works when drawing lines and
	 bezier curves and when editing bezier curves.
1999-12-02 03:03:30 +00:00
sakamoto
104aec903b Update sketch to 0.6.2.
Fix elf rpath.

New stable version, 0.6.2.
	SVG import/export filters.
	Improved AI import filter
	more details: http://www.online.de/home/sketch/relnotes.html
1999-09-20 05:04:03 +00:00
sakamoto
53e6bd27d5 Update to 0.6.1.
Changes:
	Spanish messages, improved AI import/export filters, improved CMX
	import filter and bug fixes.
1999-08-06 00:32:16 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
sakamoto
01b3420745 Adapt this package to NetBSD. 1999-06-22 04:16:30 +00:00
sakamoto
44349b0797 Import FreeBSD's "sketch" port:
An interactive drawing program.
1999-06-22 04:08:41 +00:00