summaryrefslogtreecommitdiff
path: root/print/a2ps
AgeCommit message (Collapse)AuthorFilesLines
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-10USE_PKGLOCALEDIR=yescjep1-1/+2
2002-11-28Buildlinkify this package to stop it from using packaged version oftron1-2/+4
"libintl" even if it is not necessary. Bump package revision.
2002-11-26Make this package install its configuration files in the examples directoryjmmv4-6/+28
and copy them to the right place using PKG_SYSCONFDIR. Bump PKGREVISION to 1 because this change. Approved by wiz. This closes PR 18992.
2002-07-06Use wildcard dependence on "papersize" package.tron1-3/+2
2002-03-07File now also carried by GNU mirrors.wiz1-2/+3
2002-02-18Introduce new framework for handling info files generation and installation.seb2-9/+9
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-01-06Turn of "AUTOMAKE_OVERRIDE" for this package because it triggers a runtron1-6/+7
of "autoconf" instead to prevent.
2001-12-17Honour PAPERSIZE. Closes pkg/14966.wiz1-1/+2
2001-12-17Add USE_GMAKE, as requested in pkg/14966 and pkg/14969.wiz1-1/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-09Fix fuzz in patch detected by "gpatch" under Solaris.tron2-11/+8
2001-07-22Don't install .elc files, no matter if emacs is installed or not.wiz3-6/+16
Noted in recent bulk build.
2001-07-10Use "${PKGLOCALEDIR}" in entries for locale files so that the packagetron1-18/+18
list works under Solaris, too.
2001-06-09Sort lines for pkglint.wiz1-2/+2
2001-05-22Update to 4.13b. Major changes since 4.12:wiz6-53/+50
pdf, simplex, display output options; ISO 8859-13 encoding support; euro glyph support; many new style sheets (autoconf, awk, cpp, maple, ocaml, sed, shell, and others); regexp changed to be perl/egrep like, not emacs-style (UPDATE YOUR STYLESHEETS!).
2001-04-20Move to sha1 digests, where appropriate and possible, and add distfileagc1-2/+3
sizes.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-8/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam4-35/+23
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-09-24Install emacs lisp files to "${LOCALBASE}/share/emacs/site-lisp" instead oftron2-12/+12
"${LOCALBASE}/share/emacs/site-lisp/${LOCALBASE}/share/emacs/site-lisp".
1999-09-21Don't install .el-files in /hubertf2-1/+15
1999-09-05Update dependencies for papersize (wildcard except for a2ps).kim1-2/+3
1999-07-09Add package patch checksum files.agc1-0/+4
1999-06-22Assign DEPENDS with +=, not =hubertf1-2/+2
1999-06-20Update "a2ps" package to version 4.12.tron13-344/+192
1999-06-16papersize-1.0 had a bug: when setpapersize was run, magicfilter's filtercgd1-2/+2
scripts (.../libexec/magicfilter/*-filter) would as a side effect have their executable bit set. Fix that, bump the papersize revisions to 1.0.1, and update other packages' DEPENDS lines to compensate.
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-02-19Use wildcard CONFLICTS.tv1-3/+2
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-7/+7
1998-11-09Modify this package to use the papersize package, to set the defaultagc1-30/+6
paper size at run-time.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc10-0/+20
1998-07-28This package needs perl, so set USE_PERL5 as pointed out in pr 5823frueauf1-1/+2
by Brook Milligan.
1998-07-24Update to use USE_LIBTOOL.tv1-4/+3
1998-07-17Update to use the pkg version of libtool instead of a2ps's own privatetv3-5/+24
copy.
1998-07-15Use automatic shared object handlingagc2-7/+2
1998-07-09Don't try to install contrib el files.frueauf1-1/+10
1998-07-02Update to a2ps-4.10.3.frueauf12-243/+296
1998-06-22Update package Makefiles for automatic manual page handling.agc1-2/+1
1998-05-09Add missing entry for bin/texi2dvi4a2ps, resort PLIST. Fix ldconfigfrueauf3-73/+89
handling and add proper dir info entry to a2ps.info.
1998-05-09add bin/texi2dvi4a2pshubertf1-1/+2
1998-05-09fix info handling, complete PLISThubertf3-3/+19
1998-05-09add lib/liba2ps.lahubertf1-1/+2
1998-05-08The user should not have to set PAPERSIZE in either the environment oragc1-5/+3
/etc/mk.conf - so add a suitable default accordingly. This is only used if PAPERSIZE is NOT specified in environment or /etc/mk.conf
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2