aboutsummaryrefslogtreecommitdiffstats
path: root/print/libpaper
Commit message (Collapse)AuthorAgeFilesLines
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* Set prefix in paperconfig, eg make paperconfig write to the same systemlofi2007-04-211-2/+3
| | | | papersize file that paperconf attempts to read.
* Move REINPLACE_CMD to correct Makefile target and fix a bashism in thelofi2007-04-201-3/+4
| | | | paperconfig script.
* Don't try to use bash for scripts.lofi2007-04-191-1/+3
| | | | | PR: ports/111865 Submitted by: Fernando Herrero CarrĂ³n <fhcarron@terra.es>
* Update to 1.1.21lofi2007-04-105-23/+30
| | | | | PR: ports/111423 Submitted by: bf <bf2006a@yahoo.com>
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
|
* Make sure ${prefix} gets expanded properly.lofi2006-09-071-0/+4
|
* Conversion to a single libtool environment.ade2006-02-231-3/+3
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Update to 1.1.14-3.lofi2005-02-144-17/+17
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Update to 1.1.14.lofi2004-02-072-2/+3
|
* Correct pkg-descr.lofi2003-11-171-3/+18
|
* Add libpaper, a library providing routines for paper size management.lofi2003-11-176-0/+69