summaryrefslogtreecommitdiff
path: root/graphics/compface/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2009-06-11Add DESTDIR support.tnn1-2/+2
2007-03-27only pass a single directory name at a time to 'install -d' as this is more ↵dmcmahill1-1/+2
portable. Fixes install problems on solaris.
2007-03-08Update to 1.5.2:wiz1-7/+4
2005-08-04 Ben Wing Version 1.5.2: Fixed CRLF endings in sources. Moved configure.in to configure.ac and rewrote obsolete constructions. Redid installation in `make install' so it actually worked, including on Cygwin (needs the EXEEXT variable from `configure').
2005-02-24Add RMD160 digestsagc1-1/+2
2005-01-26Update compface to version 1.5.1, addresses PR#29128.ben1-3/+3
2005-01-12The GCC 2.95 preprocessor does not handle \ line continuations in fileskristerw1-1/+3
with Microsoft line endings.
2005-01-10Changes 1.5:adam1-4/+4
* Minor feature enhancements
2004-03-20Fix build on Linux. From Antonio Marques in PR pkg/24852.snj1-1/+2
2002-07-19Add compface 1.4: 48x48x1 image compression and decompression (X-face utility)hubertf1-0/+4
The programme (two programmes really - but they're just links to each other) converts 48x48x1 images to and from a compressed format. The uncompressed images are expected to contain 48x48/4 (576) hex digits. All other characters and any `0's followed by `X' or `x' are ignored. Usually the files are 48 lines of "0x%04X,0x%04X,0x%04X,". The compressed images contain some number of printable characters. Non printable characters, including ` ' are ignored. The purpose of the programme is to allow the inclusion of face images within mail headers using the field name `X-face: '. Submitted by Osamu OISHI <oishi@alef.ims.ac.jp> in PR 17541