Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-01-09 | Add pdfjam. | uebayasi | 1 | -1/+2 | |
2006-01-09 | Initial import of PDFjam 1.2.0: | uebayasi | 4 | -0/+54 | |
PDFjam is a small collection of shell scripts which provide a simple interface to some of the functionality of the excellent pdfpages package (by Andreas Matthias) for pdfLaTeX. At present the utilities available are: + pdfnup, which allows PDF files to be "n-upped" in roughly the way that psnup does for PostScript files. + pdfjoin, which concatenates the pages of multiple PDF files together into a single file + pdf90, which rotates the pages of one or more PDF files through 90 degrees (anti-clockwise). | |||||
2006-01-09 | cvs2svn was done. | uebayasi | 1 | -2/+1 | |
2006-01-09 | Update cvs2svn to 1.3.0. | uebayasi | 1 | -1/+2 | |
Version 1.3.0 (18 August 2005, from /tags/1.3.0) Bugs fixed: * Fix cvs2svn's dumpfile output to work after Subversion's r12645. * Fix issue #71: Avoid resyncing two consecutive CVS revs to same time. * Fix issue #88: Don't allow resyncing to throw off CVS revision order. * Fix issue #89: Handle initially dead branch revisions acceptably. * Fix some branch-filling bugs (r1429, r1444). Improvements and output changes: * Better --encoding support when iconv_codec module is available. * Speedups to pass8 (r1421) * Use standard "rNNN" syntax when printing Subversion revisions. | |||||
2006-01-09 | *** empty log message *** | uebayasi | 3 | -10/+9 | |
2006-01-09 | - Only check make variables for deprecation and $(...) instead of ${...}. | rillig | 1 | -3/+3 | |
2006-01-09 | Fixed the remaining pkglint warnings about $(FOO) vs. ${FOO}. | rillig | 1 | -2/+2 | |
2006-01-09 | - Added "Please use ${FOO} instead of $(FOO)." | rillig | 1 | -3/+11 | |
- It is an error if the COMMENT has the default value from url2pkg. | |||||
2006-01-09 | Added a patch that fixes the mixing of code and declarations. | rillig | 2 | -1/+19 | |
2006-01-09 | apache1 wasn't linked to export symbols on DragonFly, breaking mod_php. | joerg | 1 | -1/+2 | |
2006-01-09 | Fix httpd linkage on DragonFly: -Wl,-E is needed, otherwise ap-php | joerg | 4 | -6/+36 | |
can't use ap_block_alarms. Bump revision. Problem noticed by Justin Sherrill on DragonFly's bugs list. | |||||
2006-01-08 | Teach the tools framework about "gsoelim", which is the soelim tool from | jlam | 4 | -4/+33 | |
a groff distribution. | |||||
2006-01-08 | Update distinfo -- the old checksums were from a beta which was also released | ghen | 1 | -4/+4 | |
as bacula-1.38.3.tar.gz. The mirrors were probably not up-to-date yet when I updated the bacula package (which was right after the release announcement). The Bacula developers have acknowledged the problem and have modified their beta release scripts so that future beta releases will have unique names like bacula-beta-<version>-<date>.tar.gz. Don't do the DIST_SUBDIR trick as the mirrors synced shortly after that. ftp.netbsd.org has the correct file. This fixes PR pkg/32477. | |||||
2006-01-08 | MySQL 4.0 no longer support, remove it to unbreak bulk builds. | joerg | 1 | -2/+2 | |
2006-01-08 | USE_TOOLS+=, not =, says pkglint. | wiz | 1 | -2/+2 | |
2006-01-08 | Consolidate groff-supplied tools into one section. | jlam | 1 | -34/+21 | |
2006-01-08 | Add DragonFly support. Use PTHREAD_* instead of -lpthread. | joerg | 4 | -9/+13 | |
LDFLAGS is exported automatically, but add -lmd for DragonFly. | |||||
2006-01-08 | Add DragonFly support. | joerg | 7 | -2/+94 | |
2006-01-08 | Be a bit more specific about the purpose of this package. | agc | 1 | -2/+2 | |
2006-01-08 | Fix errno. | joerg | 2 | -1/+21 | |
2006-01-08 | Unbreak by adding NO_BUILD=yes. | joerg | 1 | -1/+2 | |
2006-01-08 | short gets promoted to int according to ISO C rules, so use int for | joerg | 4 | -2/+30 | |
va_arg instead of short. | |||||
2006-01-08 | Move initialisation of FILE structures to run time, stdin and stdout | joerg | 3 | -13/+56 | |
are not valid rvalues on global scope. | |||||
2006-01-08 | Add DragonFly support. | joerg | 3 | -6/+7 | |
2006-01-08 | Override config.guess and config.sub. Add DragonFly. | joerg | 3 | -7/+26 | |
2006-01-08 | Add missing nl and uk locales. | rh | 1 | -1/+13 | |
Patch provided in private mail by Eric Gillespie <epg@>, thanks! | |||||
2006-01-08 | Back out my last change. htfuzzy needs to run after its CONF_FILES | markd | 3 | -9/+16 | |
are installed. Noted by Joerg Sonnenberger. Adjust synonyms.db entry in PLIST to fix CHECK_FILES issue. | |||||
2006-01-08 | DragonFly uses SIGBUS for access violations. Fix the vprint | joerg | 3 | -3/+17 | |
implementation, va_arg of a char violates C promotion rules. The builtin of newer GCC versions would call abort() in that case. | |||||
2006-01-08 | Always include errno.h. Avoid the compat interface and correct prototypes. | joerg | 2 | -13/+47 | |
2006-01-08 | Use the correct audio device via ossaudio.buildlink3.mk, pointed | xtraeme | 1 | -2/+9 | |
out by Peter Schuller. Bump PKGREVISION. | |||||
2006-01-08 | Rename exp2, GCC 3.4 considers it to be a builtin. | joerg | 2 | -1/+42 | |
2006-01-08 | Add DragonFly support. | joerg | 3 | -1/+33 | |
2006-01-08 | Add DragonFly support. Don't use statvfs on DragonFly for now. | joerg | 4 | -16/+57 | |
2006-01-08 | Rename strtonum function, it conflicts with a system prototype on | joerg | 2 | -1/+42 | |
OpenBSD and DragonFly. | |||||
2006-01-08 | + dialog-1.0.20060101, mDNSResponder-107.5, openldap-2.3.15, | wiz | 1 | -2/+6 | |
p5-MailTools-1.71, zope-2.9.0. | |||||
2006-01-08 | djbdns's error.h needs the DJB cure as well. | joerg | 1 | -1/+3 | |
2006-01-08 | Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql | xtraeme | 43 | -75/+87 | |
pkg has been changed to 5.x). Reminded by wiz... thanks. | |||||
2006-01-08 | cdb_seek.c and leapsecs_read.c need DJB cure as well. | joerg | 1 | -1/+3 | |
2006-01-08 | cdb_seek.c needs DJB errno hack. | joerg | 1 | -1/+3 | |
2006-01-08 | Use FreeBSD config for DragonFly and teach the host include header | joerg | 3 | -2/+39 | |
about it. | |||||
2006-01-08 | Be cheap and also patch FreeBSD's include file for DragonFly. | joerg | 2 | -1/+35 | |
2006-01-08 | Use the FreeBSD configuration for DragonFly as well. | joerg | 1 | -1/+4 | |
2006-01-08 | Use system version of strcasecmp on DragonFly, prototype conflicts | joerg | 2 | -1/+24 | |
and it doesn't make much sense either. | |||||
2006-01-08 | Add cdb_seek.c and dns.c to the files with djb-errno hack. | joerg | 1 | -2/+3 | |
2006-01-08 | Add missing extra header files, they are needed at least to build | xtraeme | 4 | -4/+22 | |
the php-pdo package. Bump PKGREVISION. | |||||
2006-01-08 | Don't install the extra header files, they are needed to build some | xtraeme | 4 | -7/+20 | |
packages so they belong to mysql-client. Bump PKGREVISION. | |||||
2006-01-08 | Fix errno. | joerg | 4 | -1/+42 | |
2006-01-08 | Fix errno. | joerg | 2 | -1/+15 | |
2006-01-08 | Honour PKGMANDIR. Use SUBST framework. Add DragonFly support. Fix errno. | joerg | 7 | -41/+53 | |
2006-01-08 | Add x86_64 files to SUSE emulation packages to make it easier | salo | 59 | -55/+236 | |
for COMPAT_LINUX testers to play with. Untested in run-time. |