aboutsummaryrefslogtreecommitdiff
path: root/print
Commit message (Collapse)AuthorAgeFilesLines
* - Remove Author lineSunpoet Po-Chuan Hsieh2013-08-291-1/+0
| | | | Notes: svn path=/head/; revision=325620
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325562
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-292-2/+2
| | | | Notes: svn path=/head/; revision=325559
* - Update to 2.17.25Pietro Cerutti2013-08-272-3/+3
| | | | Notes: svn path=/head/; revision=325462
* Update port to latest version.Diane Bruce2013-08-275-19/+87
| | | | | | | | PR: ports/174129 Submitted by: shurd@sasktel.net (Maintainer) Notes: svn path=/head/; revision=325426
* print/qpdf: update to 4.0.1William Grzybowski2013-08-212-5/+7
| | | | | | | | | | | | | | - Update to 4.0.1 [1] - Add LICENSE (ART20) - Convert to new lib depends syntax - USES gmake PR: ports/176398 Submitted by: Dmitry Kazarov <d.y.kazarov mail.ru> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=325172
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2
| | | | Notes: svn path=/head/; revision=325134
* - Update to 2.17.24Pietro Cerutti2013-08-202-3/+3
| | | | Notes: svn path=/head/; revision=325046
* - Update to 0.6.0Wen Heping2013-08-194-6/+25
| | | | | | | - Reset maintainer to ports@ Notes: svn path=/head/; revision=324973
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-2/+2
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-1423-23/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Update with new version of texinfo.texJohan van Selst2013-08-142-8/+6
| | | | Notes: svn path=/head/; revision=324738
* - update libdg to 2.1.0Dirk Meyer2013-08-092-5/+5
| | | | Notes: svn path=/head/; revision=324437
* Only cups-base INSTALLS_ICONSChris Rees2013-08-091-1/+1
| | | | | | | Submitted by: Scott Allendorf <scott-allendorf@uiowa.edu> Notes: svn path=/head/; revision=324428
* . update to version 1.4.3;Boris Samorodov2013-08-085-35/+311
| | | | | | | | | | | | . remove a patch to build with clang (it was incorporated upstream); . take maintainership. PR: ports/180964 Submitted by: bsam (me) Approved by: sylvio (maintainer is considered absent, did not respond to PRs for 3 months, last commit was 6+ months) Notes: svn path=/head/; revision=324393
* - Fix USES=perl5 (it can't be after pre.mk)Andrej Zverev2013-08-051-2/+2
| | | | Notes: svn path=/head/; revision=324279
* - Convert to new perl frameworkAndrej Zverev2013-08-051-1/+2
| | | | | | | | | - Trim Makefile header Approved by: tobez@ (maintainer) Notes: svn path=/head/; revision=324276
* Fix reinstallChris Rees2013-08-051-4/+5
| | | | | | | | | | | | | Correct IGNORE messages INSTALLS_ICONS PR: ports/174815 Submitted by: nemysis <nemysis@gmx.ch> Approved by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer) Notes: svn path=/head/; revision=324269
* - Convert to new perl frameworkMathieu Arnold2013-08-033-5/+5
| | | | | | | - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324191
* - Convert to new perl frameworkAndrej Zverev2013-08-035-25/+8
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324181
* - Convert to new perl frameworkMathieu Arnold2013-08-023-15/+9
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Convert to new perl frameworkAndrej Zverev2013-08-022-2/+4
| | | | Notes: svn path=/head/; revision=324171
* Minor, last-minute fixes missed in the previous commits.Alexey Dokuchaev2013-07-311-1/+1
| | | | Notes: svn path=/head/; revision=324022
* - Update to 2.17.23Pietro Cerutti2013-07-293-3/+4
| | | | Notes: svn path=/head/; revision=323873
* - Unbreak the build, convert USE_GMAKE to USESAlexey Dokuchaev2013-07-291-4/+3
| | | | | | | | | - Expand creator's name in header, touch COMMENT Pointy hat to: bapt (r322000) Notes: svn path=/head/; revision=323870
* Update to 0.9.19.Koop Mast2013-07-272-6/+4
| | | | | | | Update gmake depend Notes: svn path=/head/; revision=323778
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-2617-1508/+0
| | | | | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt Notes: svn path=/head/; revision=323748
* Set ${MASTERDIR} to ${.CURDIR} and use it for .include "files/foo".Hiroki Sato2013-07-258-31/+38
| | | | | | | | | Changes in r323629 broke ghostscript*-nox11. Pointed out by: bapt Notes: svn path=/head/; revision=323630
* Fix hidden dependency due to USE_FOO=yes after including bsd.port.pre.mk.Hiroki Sato2013-07-258-43/+42
| | | | Notes: svn path=/head/; revision=323629
* - Changed my emailVeniamin Gvozdikov2013-07-222-3/+3
| | | | | | | | | - Trim Makefile headers and positions name and surname within Approved by: eadler, rm (mentors) Notes: svn path=/head/; revision=323455
* - Fixed build on 10-CURRENT where /usr/bin/cpp is supplied by clang. TheGreg Larkin2013-07-192-2/+28
| | | | | | | | | | | | port now explicitly uses cpp46 which is supplied by the gcc dependency. PR: ports/177275 PR: ports/177974 Submitted by: Beeblebrox <zaphod@berentweb.com> Submitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de> Notes: svn path=/head/; revision=323303
* Fix drivers.mak generation. It did not work with X11, iconv, and svgalibHiroki Sato2013-07-154-12/+34
| | | | | | | | | device drivers after OPTIONS_{MULTI,GROUP} conversion. Reported by: Gert Doering Notes: svn path=/head/; revision=323070
* - Update to 2.4Martin Wilke2013-07-153-11/+11
| | | | | | | | PR: 180519 Submitted by: Ports Fury Notes: svn path=/head/; revision=323047
* - Update to 2.17.22Pietro Cerutti2013-07-152-3/+3
| | | | Notes: svn path=/head/; revision=323022
* - Update to 1.4.2Steve Wills2013-07-132-3/+3
| | | | Notes: svn path=/head/; revision=322965
* Add new port print/hplip-plugin:Max Brazhnikov2013-07-135-0/+83
| | | | | | | | | | Firmware and binary drivers from some HPLIP supported printers. PR: based on ports/173826 Submitted by: Anish Mistry <amistry@am-productions.biz> Notes: svn path=/head/; revision=322954
* Update to 3.13.6Max Brazhnikov2013-07-133-4/+15
| | | | Notes: svn path=/head/; revision=322953
* Add support for HPLIP binary plugins.Max Brazhnikov2013-07-122-1/+36
| | | | | | | | | | | The plugin is a Linux shared object, but it depends on few enough interfaces that it can actually run unmodified on a FreeBSD system. PR: ports/176618 Submitted by: thomas Notes: svn path=/head/; revision=322855
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Remove expired ports:Rene Ladan2013-07-116-1606/+0
| | | | | | | | | 2013-07-11 databases/embedded_innodb: The Embedded InnoDB project was terminated a few years ago 2013-07-11 print/lyx16: Unmaintained upstream, upgrading to the 2.x series is advised 2013-07-11 security/py-crack: Superseded by security/py-cracklib Notes: svn path=/head/; revision=322762
* Mark as job unsafe (fails with -j24)Baptiste Daroussin2013-07-102-4/+4
| | | | | | | Convert to USES=gmake Notes: svn path=/head/; revision=322666
* Mark job unsafe and convert to USES=gmakeBaptiste Daroussin2013-07-101-2/+2
| | | | Notes: svn path=/head/; revision=322639
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-101-2/+1
| | | | Notes: svn path=/head/; revision=322625
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-102-5/+2
| | | | | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment Notes: svn path=/head/; revision=322622
* - Update to 2.17.21Pietro Cerutti2013-07-092-3/+3
| | | | Notes: svn path=/head/; revision=322546
* Convert remanent USE_PKGCONFIG to USES=pkgconfigBaptiste Daroussin2013-07-061-5/+1
| | | | | | | | | | | While here convert: USE_ICONV -> USES=iconv USE_GMAKE -> USES=gmake USE_GNOME=gnomehack -> USES=pathfix some post-patch to USES=pathfix Notes: svn path=/head/; revision=322366
* Update the KDE Software Compilation to 4.10.5.Raphael Kubo da Costa2013-07-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two KDE updates in just a few days, but the work on 4.10.5 was very light compared to 4.10.4 so it was ready much faster. The release announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.5.php The biggest news for us on FreeBSD is that the Ruby bindings should work with Ruby 1.9 now. I will probably add a note to UPDATING later about this, but as avilla@ pointed out, the clang support we mentioned that was improved in 4.10.4 requires a rebuild of the ports that depend on kdelibs4. Most of them are covered by this update, but those which are not part of the Software Compilation need to be rebuilt manually to make sure the previous issues (proper symbol visibility being the most annoying of them) are solved. Notes: svn path=/head/; revision=322300
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.Raphael Kubo da Costa2013-07-022-3/+2
| | | | | | | | | | | | | | | | | | With commits from avilla@, makc@, rakuco@ and Schaich Alonso. The upstream announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.4.php clang support should be more stable now, with clang being recognized by kdelibs4 and being passed the correct flags to build other ports. Additionally, all ports being committed have been verified to build with -CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for providing it). Work on the newly-released 4.10.5 will begin shortly. Notes: svn path=/head/; revision=322191
* - Update to version 3.40Pawel Pekala2013-06-293-10/+11
| | | | | | | | | | - Hand maintainership to submitter PR: ports/180079 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> Notes: svn path=/head/; revision=322038
* Remove USE_IMAKE leftoverBaptiste Daroussin2013-06-291-1/+0
| | | | Notes: svn path=/head/; revision=322029