aboutsummaryrefslogtreecommitdiff
path: root/print
Commit message (Collapse)AuthorAgeFilesLines
* master site and distfile no more availableNicola Vitale2012-07-2713-176/+0
| | | | Notes: svn path=/head/; revision=301623
* - Convert my ports to new options frameworkMax Brazhnikov2012-07-272-16/+21
| | | | | | | | - use CONFLICTS_INSTALL - other minor changes Notes: svn path=/head/; revision=301600
* Update checksum for the .zip file.Raphael Kubo da Costa2012-07-261-1/+1
| | | | | | | | | | | It looks like the checksum has changed for some reason. The file contents are still the same, so I guess some repackaging was done behind the scenes. Reported by: beat Notes: svn path=/head/; revision=301576
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-264-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* For ports maintained by ports@ where pkgconfig is one of the USE_GNOME depsDoug Barton2012-07-232-2/+5
| | | | | | | | convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep added by bsd.gnome.mk. Notes: svn path=/head/; revision=301362
* Convert to new options frameworkBaptiste Daroussin2012-07-201-2/+3
| | | | Notes: svn path=/head/; revision=301254
* - add licenseJason Helfman2012-07-191-0/+2
| | | | | | | | PR: ports/170004 Submitted by: maintainer, cmt@burggraben.net Notes: svn path=/head/; revision=301197
* - add licenseJason Helfman2012-07-191-0/+2
| | | | | | | | PR: ports/170004 Submitted by: maintainer, cmt@burggraben.net Notes: svn path=/head/; revision=301196
* - fix plistJason Helfman2012-07-192-0/+6
| | | | | | | | | | | - add license PR: ports/170004 Submitted by: maintainer, cmt@burggraben.net Spotted by: pointyhat Notes: svn path=/head/; revision=301195
* - fix plistJason Helfman2012-07-192-14/+3
| | | | | | | | | | | - add license PR: ports/170004 Submitted by: maintainer, cmt@burggraben.net Spotted by: pointyhat Notes: svn path=/head/; revision=301194
* - Fix build on FreeBSD9/CURRENT with WITH_ICONV set in src.conf [1]Alex Kozlov2012-07-162-0/+11
| | | | | | | | | | | - Pet portlint by renaming patch with unrecommended characters (:) in filename PR: ports/169869 [1] Submitted by: Jan Beich <jbeich@tormail.org> Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=300981
* - Update dependency on pykde4 to use only USE_KDE4 components.Alberto Villa2012-07-111-2/+1
| | | | | | | | | - Replace kdebase component with baseapps. With hat on: kde Notes: svn path=/head/; revision=300744
* - fix option XPDFDirk Meyer2012-07-061-1/+1
| | | | | | | | PR: 169648 Submitted by: John Levine Notes: svn path=/head/; revision=300558
* Update to 2.0.4.Raphael Kubo da Costa2012-07-064-20/+6
| | | | Notes: svn path=/head/; revision=300540
* - print/gutenprint-cups build prompts unprivileged user [1]Michael Scheidell2012-07-039-37/+179
| | | | | | | | | | | | | | - Upgrade related porrs to 5.2.8 [2] - Convert to OptionsNG [2] - Add GPL license information [2] - pet portlint (minor re-arrancement of COMMENT/LICENSE to shut portlint up) PR: ports/169026 [1] Submitted by: dougb@ [1] Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> (maintainer) [2] Notes: svn path=/head/; revision=300441
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-07-011-2/+2
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300304
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-302-2/+2
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300277
* - shorter desc for optionsDirk Meyer2012-06-301-1/+1
| | | | Notes: svn path=/head/; revision=300260
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-2/+2
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300241
* - set MAINTAINER ro ruby@Dirk Meyer2012-06-293-3/+3
| | | | Notes: svn path=/head/; revision=300198
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-283-4/+4
| | | | Notes: svn path=/head/; revision=300176
* - Update to 6.6.18.Marcelo Araujo2012-06-282-3/+3
| | | | Notes: svn path=/head/; revision=300148
* Convert to new options frameworkJohan van Selst2012-06-271-6/+6
| | | | Notes: svn path=/head/; revision=300111
* - reset MAINTAINERDirk Meyer2012-06-261-1/+1
| | | | Notes: svn path=/head/; revision=299982
* s/X11BASE/LOCALBASE/, or equivalent.Doug Barton2012-06-245-8/+8
| | | | | | | The X11BASE variable is long gone, however these ports were not updated. Notes: svn path=/head/; revision=299908
* Style fix: include bsd.port.pre.mk before using SRC_BASE.Hiroki Sato2012-06-201-2/+4
| | | | | | | | PR: ports/169218 Submitted by: jgh Notes: svn path=/head/; revision=299682
* - Update MASTER_SITES and WWW: lineSylvio Cesar Teixeira2012-06-172-7/+12
| | | | | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE PR: ports/169008 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=299491
* KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x ↵Max Brazhnikov2012-06-143-4/+2
| | | | | | | | | series. Official announcement: http://kde.org/announcements/announce-4.8.4.php Notes: svn path=/head/; revision=299269
* Update to 7.0.5p3 and convert to OptionsNG.Alex Dupre2012-06-134-142/+12
| | | | Notes: svn path=/head/; revision=299185
* Update to 9.5.1.Hiroki Sato2012-06-132-3/+3
| | | | | | | | | | | | Security: CVE-2012-0774 Security: CVE-2012-0775 Security: CVE-2012-0776 Security: CVE-2012-0777 Security: APSB12-08 Security: http://www.adobe.com/support/security/bulletins/apsb12-08.html Notes: svn path=/head/; revision=299165
* 2012-05-10 print/cups-magicolor: BROKEN for more than 6 monthBaptiste Daroussin2012-06-126-110/+0
| | | | | | | 2012-05-10 security/pantera: BROKEN for more than 6 month Notes: svn path=/head/; revision=299159
* Style fix.Hiroki Sato2012-06-121-7/+4
| | | | Notes: svn path=/head/; revision=299126
* - Add LICENSE.Hiroki Sato2012-06-126-396/+990
| | | | | | | | | - Make MAKE_JOBS_SAFE=yes. - Replace OPTIONS with OPTIONSng. Bump PORTREVISION because a package created with Makefile.drivers r1.8 had some inconsistent default values. Notes: svn path=/head/; revision=299125
* Update to 2.1.9 release.Alex Dupre2012-06-124-49/+3
| | | | Notes: svn path=/head/; revision=299110
* - Add LICENSE.Hiroki Sato2012-06-125-391/+953
| | | | | | | | | - Make MAKE_JOBS_SAFE=yes. - Replace OPTIONS with OPTIONSng. Bump PORTREVISION because a package created with Makefile.drivers r1.3 had some inconsistent default values. Notes: svn path=/head/; revision=299107
* - fix option GHOSTSCRIPTDirk Meyer2012-06-111-6/+9
| | | | | | | - use LIBPAPER as default Notes: svn path=/head/; revision=299015
* - use OPTIONS_DEFINEDirk Meyer2012-06-113-51/+36
| | | | Notes: svn path=/head/; revision=299013
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-104-4/+4
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Mark BROKEN: incorrect plist (%%DATADIR%% followed with literal value ofPav Lucistnik2012-06-101-0/+2
| | | | | | | | | DATADIR, removal of shared directories, missing installed files, etc..) Reported by: pointyhat Notes: svn path=/head/; revision=298939
* - update to 0.5Dirk Meyer2012-06-082-3/+3
| | | | Notes: svn path=/head/; revision=298727
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-068-16/+8
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - Update to 0.9.1.11Steve Wills2012-06-062-3/+3
| | | | Notes: svn path=/head/; revision=298547
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-051-1/+1
| | | | Notes: svn path=/head/; revision=298507
* - Remove obsoleted Haskell ports:Gabor Pali2012-06-033-30/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | devel/hs-binary: this package became part of lang/ghc. devel/hs-convertible-text: this package is obsolete. devel/hs-control-monad-attempt: this package is obsolete. devel/hs-data-object: this package is obsolete. devel/hs-data-object-yaml: this package is obsolete. devel/hs-deepseq: this package became part of lang/ghc. devel/hs-ghc-paths-docs: not needed any more. devel/hs-haddock-docs: not needed any more. devel/hs-mtl-docs: not needed any more. devel/hs-pool: this package is obsolete. devel/hs-transformers-docs: not needed any more. print/hs-hscolour-docs: not needed any more. textproc/hs-xhtml-docs: not needed any more. textproc/hs-xml-enumerator: this package is obsolete. www/hs-happstack-data: this package is obsolete. www/hs-happstack-ixset: this package is obsolete. www/hs-happstack-state: this package is obsolete. www/hs-happstack-util: this package is obsolete. www/hs-http-enumerator: this package is obsolete. Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=298313
* - Update The Glorious Glasgow Haskell Compiler to version 7.4.1Gabor Pali2012-06-032-2/+9
| | | | | | | | | | | | | | Please note that port revision for all the Haskell ports without version changes are also bumped. Other per-port updates are coming soon (in separate commits)! In addition to that, separate -docs ports are no longer needed so they are now removed. Thanks ashish@ for the assistance. Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=298155
* - do not drop spool on updateDirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297940
* - update png to 1.5.10Dirk Meyer2012-06-01158-144/+293
| | | | Notes: svn path=/head/; revision=297915
* - Fix problem of duplicate LATEST_LINK values with scribus-devel port.Sylvio Cesar Teixeira2012-05-301-0/+1
| | | | | | | Reported by: erwin@ Notes: svn path=/head/; revision=297813
* Avoid namespace collisions between the embedded (modified) png libraryAlex Dupre2012-05-292-0/+128
| | | | | | | | | and external libpng.so. Submitted by: thompsa Notes: svn path=/head/; revision=297665
* New options framework for the portsBaptiste Daroussin2012-05-292-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | for maintainers: it introduces 3 different types of options: simple, multi and single: - simple options are the same as the current options (i.e. on or off.) - multi options are options where at least one must be set (1-N). - single options are options where one and only one must be set (exclusive options). for users: - OPTIONS_SET: globally enable some options - OPTIONS_UNSET: globally disable some options - ${UNIQUENAME}_SET: enable per-port choice of options - ${UNIQUENAME}_UNSET: disable per-port choice of options For compatibility the old OPTIONS framework is now working on top of the new one The options previously set with old OPTIONS are imported and converted transparently. A new knob NO_DIALOG if defined in the the config-conditional target is ignored (prevent the dialog(1) ui to show up. Thanks to all people involved: beat@, crees@, Bryan Drewery, linimon@, novel@ and others, for testing, comments, patches Notes: svn path=/head/; revision=297660