aboutsummaryrefslogtreecommitdiff
path: root/print/libpaper
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* print/libpaper: update to 1.1.24.4Johannes Jost Meixner2015-05-292-3/+3
| | | | | | | | | | | - update to 1.1.24.4 PR: 199639 Submitted by: David Harrigan <dharrigan@gmail.com> Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=387857
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Update to 1.1.24+nmu3. DL paper size specification is fixed.Hiroki Sato2014-08-303-24/+20
| | | | | | | | - Use install-strip. - Add LICENSE. Notes: svn path=/head/; revision=366626
* - Switch print/libpaper to USES=libtool, drop .la filesDmitry Marakasov2014-06-202-5/+5
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=358556
* - Stage supportMartin Wilke2014-02-062-10/+19
| | | | Notes: svn path=/head/; revision=343089
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | print) Notes: svn path=/head/; revision=327765
* Fix a typo.Hiroki Sato2012-12-161-1/+1
| | | | | | | Spotted by: Kurt Jaeger Notes: svn path=/head/; revision=309047
* Add etc/papersize.{a4,letter}.Hiroki Sato2012-03-172-0/+12
| | | | | | | | Discussed with: bsam Feature safe: yes Notes: svn path=/head/; revision=293451
* Take maintainership.Hiroki Sato2012-02-291-1/+1
| | | | Notes: svn path=/head/; revision=292420
* - Kick MD5 SupportMartin Wilke2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276961
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Update to 1.1.24Edwin Groothuis2010-06-013-14/+4
| | | | | | | Submitted by: Greg Lehey Notes: svn path=/head/; revision=255426
* - Update to 1.1.23+nmu2Sylvio Cesar Teixeira2010-03-192-4/+4
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=251251
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Update to 1.1.23+nmu1Philip M. Gollucci2009-07-222-5/+4
| | | | Notes: svn path=/head/; revision=238220
* Reset lofi due to not commits in over 3 months, PR backlog, and no responseMark Linimon2008-09-071-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=220034
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-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 Notes: svn path=/head/; revision=196111
* Set prefix in paperconfig, eg make paperconfig write to the same systemMichael Nottebrock2007-04-201-2/+3
| | | | | | | papersize file that paperconf attempts to read. Notes: svn path=/head/; revision=190454
* Move REINPLACE_CMD to correct Makefile target and fix a bashism in theMichael Nottebrock2007-04-191-3/+4
| | | | | | | paperconfig script. Notes: svn path=/head/; revision=190361
* Don't try to use bash for scripts.Michael Nottebrock2007-04-191-1/+3
| | | | | | | | PR: ports/111865 Submitted by: Fernando Herrero Carrón <fhcarron@terra.es> Notes: svn path=/head/; revision=190359
* Update to 1.1.21Michael Nottebrock2007-04-105-23/+30
| | | | | | | | PR: ports/111423 Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=189669
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* Make sure ${prefix} gets expanded properly.Michael Nottebrock2006-09-061-0/+4
| | | | Notes: svn path=/head/; revision=172428
* Conversion to a single libtool environment.Ade Lovett2006-02-231-3/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* Update to 1.1.14-3.Michael Nottebrock2005-02-144-17/+17
| | | | Notes: svn path=/head/; revision=128771
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* Update to 1.1.14.Michael Nottebrock2004-02-072-2/+3
| | | | Notes: svn path=/head/; revision=100227
* Correct pkg-descr.Michael Nottebrock2003-11-171-3/+18
| | | | Notes: svn path=/head/; revision=94153
* Add libpaper, a library providing routines for paper size management.Michael Nottebrock2003-11-166-0/+69
Notes: svn path=/head/; revision=94117