aboutsummaryrefslogtreecommitdiff
path: root/print/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Split off print/tex-dvipsk from print/texlive-base. libpaper supportHiroki Sato2013-05-091-0/+1
| | | | | | | will be added later. Notes: svn path=/head/; revision=317747
* - Separate print/tex-dvipdfmx from print/texlive-base and add libpaperHiroki Sato2013-05-071-0/+1
| | | | | | | | | | | | | | | | | | | support. dvipdfmx's default paper size can be set by ${LOCALBASE}/etc/papersize and/or PAPERSIZE environment variable as other programs like print/psutils do. - Use absolute pathname in {fmtutil,texconfig,updmap}-sys programs because manually-installed and/or old TeXLive files can prevent them from working. [1] - Fix pkg-plist in print/texlive-texmf. - Remove DIST_SUBDIR from Mk/bsd.tex.mk. Reported by: bsam, Stephen Montgomery-Smith [1] Notes: svn path=/head/; revision=317588
* TeXLive mega commit. The following ports have been added:Hiroki Sato2013-05-061-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Meta port - print/texlive-full: meta port to install all of the TeXLive components * Libraries - devel/tex-kpathsea: kpathsea library - devel/tex-web2c: WEB2C toolchain and TeX engines - print/tex-ptexenc: character code conversion library for pTeX * Base part of the TeXLive - print/texlive-base: binary programs in TeXLive - print/texlive-texmf: macro and font data in TeXLive - print/texlive-infra: tlmgr dependency (Perl modules) * TeX Formats - print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX, EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis - print/tex-aleph: Aleph/Lambda - print/tex-xetex: XeTeX - print/tex-luatex: LuaTeX - print/tex-jadetex: JadeTeX - print/tex-xmltex: XMLTeX - japanese/tex-ptex: pTeX * DVI ware - print/tex-xdvik: XDvi Mk/bsd.tex.mk is added for common part and USE_TEX knob [1]. Approved by: portmgr (old version) [1] PR: ports/171571 PR: ports/176399 [1] Notes: svn path=/head/; revision=317452
* Resurrect print/ghostscript7*. Ghostscript 7.x is incompatible with 8.xHiroki Sato2013-04-291-0/+5
| | | | | | | | | | | | | | and 9.x in terms of CJK character support and they are still in demand. While I am here, the following changes have been added: - Add LICENSE. - Use OPTIONS_DEFINE for ghostscript drivers. - Add MAKE_JOBS_SAFE=yes. Discussed with: bapt Notes: svn path=/head/; revision=316845
* Add print/ghostscript9-agpl{,-nox11}. Ghostscript 9.x has released underHiroki Sato2013-04-281-0/+2
| | | | | | | | | | GNU Affero GPL version 3 since 9.07 while print/ghostscript9 (version 9.06) was under GNU GPL version 3. The difference between the two licenses is whether SaaS loophole is closed or not. For more detail, see http://www.gnu.org/licenses/why-affero-gpl.html. Notes: svn path=/head/; revision=316733
* Merge print/html2ps-{a4,letter} to print/html2ps.Hiroki Sato2013-04-281-2/+1
| | | | Notes: svn path=/head/; revision=316729
* Add libpaper support to print/a2ps-*[1], print/c2ps-*, print/lprps-*,Hiroki Sato2013-04-271-7/+3
| | | | | | | | | | graphics/jpeg2ps-*, and merge the papersize-suffixed versions into single ones respectively as print/psutils did. Approved by: dinoex (maintainer) [1] Notes: svn path=/head/; revision=316672
* Foxit Reader is a free PDF document viewer for the Linux platform, with a newNicola Vitale2013-04-251-0/+1
| | | | | | | | | | | | | streamlined interface, user-customized toolbar, incredibly small size, breezing-fast launch speed and rich features. This empowers PDF document users with Zoom function, Navigation function, Bookmarks, Thumbnails, Text Selection Tool, Snapshot, and Full Screen capabilities. Foxit Reader for Desktop Linux is provided by Foxit Corporation free for non-commercial use. WWW: http://www.foxitsoftware.com/pdf/desklinux/ Notes: svn path=/head/; revision=316534
* Merge print/psutils-a4 and print/psutils-letter into a single portHiroki Sato2013-04-241-2/+1
| | | | | | | | print/psutils. The default paper size in the programs can be set via libpaper ($PAPERSIZE or etc/papersize configuration file). Notes: svn path=/head/; revision=316401
* - Resurrect and update to the latest development version 2.17.16Pietro Cerutti2013-04-181-0/+1
| | | | | | | | | | Thanks to Kim Shrier <kim@westryn.net>, who has committed himself to helping me in maintaining it up to date. Feature safe: yes Notes: svn path=/head/; revision=316022
* Add harfbuzz. Harfbuzz is a OpenType text shaping engine.Koop Mast2013-03-291-0/+1
| | | | | | | | The extra-src_hb-open-type-private.hh patch is from pkgsrc to fix the build with base gcc. Notes: svn path=/head/; revision=315531
* KDE/FreeBSD team presents KDE SC 4.10.1 ports!Max Brazhnikov2013-03-271-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - kdegames4 port has been split. - kdeutils4-printer-applet and system-config-printer-kde have been replaced by print/kde4-print-manager. - Recover misc/kde4-l10n-mr from attic. - New USE_KDE4 components: kactivities, libkdegames, nepomuk-core, and nepomuk-widgets. - Provide sharedmime component with magic: ports don't need to run update-mime-database themselves now. - Switch some ports to out-of-source build. - Update port comments. - Adjust dependence on Qt4 components. - x11/kde4 installs modern kdepim4 now. - Remove redundant aspell and hspell from kdelibs4, both can be enabled in textproc/enchant if needed. - Remove stale bits from bsd.kde4.mk The area51 repository features commits by Schaich Alonso and myself. Contributors: - Tobias Berner Notes: svn path=/head/; revision=315373
* ghostscript7 is very very outdated consider using newer version like ↵Baptiste Daroussin2013-03-261-5/+0
| | | | | | | | | print/ghostscript9 Approved by: doceng (gjb) Notes: svn path=/head/; revision=315309
* Remove expired, unmaintained ports:Rene Ladan2013-03-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | 2013-03-01 sysutils/sge60: Ancient and unsupported release 2013-03-01 sysutils/sge61: Ancient and unsupported release 2013-03-05 x11-themes/sapphire-themes: Broken for more than 6 month 2013-03-05 misc/fep: Broken for more than 6 month 2013-03-05 devel/gauche-gaunit: Broken for more than 6 month 2013-03-05 games/tuxracer_golf: Broken for more than 6 month 2013-03-05 net/bfilter: Broken for more than 6 month 2013-03-05 graphics/fnlib: Broken for more than 6 month 2013-03-05 print/gfontview: Broken for more than 6 month 2013-03-05 print/hugelatex: Broken for more than 6 month 2013-03-05 misc/gtktalog: Broken for more than 6 month 2013-03-05 x11/wterm: Broken for more than 6 month 2013-03-05 databases/xapian-bindings10: Broken for more than 6 month 2013-03-05 databases/adstudio: Broken for more than 6 month 2013-03-05 misc/splitvt: Broken for more than 6 month 2013-03-05 sysutils/udesc_dump: Broken for more than 6 month 2013-03-05 textproc/gxditview: Broken for more than 6 month 2013-03-05 x11/powershell: Broken for more then 6 month Notes: svn path=/head/; revision=313519
* PhotoPrint is a utility to print multiple images per sheet, usingBoris Samorodov2013-02-261-0/+1
| | | | | | | | | Gutenprint, with support for 16-bit images and ICC profiles. WWW: http://blackfiveimaging.co.uk Notes: svn path=/head/; revision=312982
* QPDF is a program that can be used to linearize (web-optimize),Pawel Pekala2013-02-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | encrypt (password-protect), decrypt, and inspect PDF files from the command-line. It does these and other structural, content-preserving transformations on PDF files, reading a PDF file as input and creating a new one as output. It also provides many useful capabilities to developers of PDF-producing software or for people who just want to look at the innards of a PDF file to learn more about how they work. QPDF understands PDF files that use compressed object streams (supported by newer PDF applications) and can convert such files into those that can be read with older viewers. It can also be used for checking PDF files for structural errors, inspecting stream contents, or extracting objects from PDF files. QPDF is not PDF content creation or viewing software -- it does not have the capability to create PDF files from scratch or to display PDF files. WWW: http://qpdf.sourceforge.net PR: ports/174982 Submitted by: Dmitry Kazarov <d.y.kazarov@mail.ru> Notes: svn path=/head/; revision=312391
* - New port: print/pdf4tclPietro Cerutti2013-02-121-0/+1
| | | | | | | | | Pure Tcl library to generate PDF files. WWW: http://pdf4tcl.berlios.de/ Notes: svn path=/head/; revision=312092
* DeforaOS desktop PDF viewerBaptiste Daroussin2012-12-191-0/+1
| | | | | | | | PR: ports/172999 Submitted by: Olivier Cochard-Labbe <olivier@cochard.me> Notes: svn path=/head/; revision=309241
* Lbrary and tools providing ability to interpret and import Microsoft PublisherBaptiste Daroussin2012-12-181-0/+1
| | | | | | | content into various applications. Notes: svn path=/head/; revision=309173
* 2012-10-20 security/sscep: No more public distfilesBaptiste Daroussin2012-10-251-1/+0
| | | | | | | | | | | | | | | | | | | 2012-10-20 security/py-rijndael: No more public distfiles 2012-10-20 security/pam_af: No more public distfiles 2012-10-20 security/its4: No more public distfiles 2012-10-20 russian/xcyrBGR: No more public distfiles 2012-10-20 russian/wmcyrx: No more public distfiles 2012-10-20 print/advi: No more public distfiles 2012-10-20 palm/plucker: No more public distfiles 2012-10-20 net-p2p/py-bittornado-core: Depends on the deprecated wx 2.4 2012-10-20 net-p2p/py-bittornado: Depends on the deprecated wx 2.4 2012-10-20 net-mgmt/nagios-radauth-plugin: No more public distfiles 2012-10-20 net-mgmt/nagios-check_nick: No more public distfiles Feature safe: yes Notes: svn path=/head/; revision=306391
* PollyReports.py provides a set of classes for database report writing.Ruslan Makhmatkhanov2012-10-171-0/+1
| | | | | | | | | | | | | | It assumes that you are using Reportlab to do PDF generation, but can work with any "canvas-like" object as desired. WWW: http://newcenturycomputers.net/projects/pollyreports.html PR: 172537 Submitted by: Jose Jachuf <jjachuf at gmail dot com> Feature safe: yes Notes: svn path=/head/; revision=306003
* 2012-09-20 www/linuxpluginwrapper: doesn't support ELF symbol versioning, yet.Eitan Adler2012-09-221-41/+0
| | | | | | | | | pips ports don't work anymore as the depend on www/linuxpluginwrapper Approved by: ume (maintainer) Notes: svn path=/head/; revision=304672
* qpdfview is a tabbed PDF viewer using the poppler library.Bryan Drewery2012-08-051-0/+1
| | | | | | | | | PR: ports/170330 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> Approved by: eadler (mentor) Notes: svn path=/head/; revision=302133
* master site and distfile no more availableNicola Vitale2012-07-271-1/+0
| | | | Notes: svn path=/head/; revision=301623
* 2012-05-10 print/cups-magicolor: BROKEN for more than 6 monthBaptiste Daroussin2012-06-121-1/+0
| | | | | | | 2012-05-10 security/pantera: BROKEN for more than 6 month Notes: svn path=/head/; revision=299159
* - Update The Glorious Glasgow Haskell Compiler to version 7.4.1Gabor Pali2012-06-031-1/+0
| | | | | | | | | | | | | | 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
* This is a beginning-of-page hook for LaTeX.Pawel Pekala2012-05-191-0/+1
| | | | | | | | | | | | | Using the \AtBeginPage hook, you can add material in the background of each page. WWW: http://www.ctan.org/tex-archive/macros/latex/contrib/bophook PR: ports/167789 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> Notes: svn path=/head/; revision=296948
* The examplep LaTeX package provides sophisticated featuresPawel Pekala2012-05-191-0/+1
| | | | | | | | | | | | | | | for typesetting verbatim source code listings, including the display of the source code and its compiled LaTeX or METAPOST output side-by-side, with automatic width detection and enabled page breaks (in the source), without the need for specifying the source twice. WWW: http://www.ctan.org/tex-archive/macros/latex2e/contrib/examplep PR: ports/167788 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> Notes: svn path=/head/; revision=296947
* Remove expired unmaintained ports:Rene Ladan2012-05-181-1/+0
| | | | | | | | | | | | | 2012-05-16 databases/sqlite34: No more supported, please use databases/sqlite3 instead 2012-05-10 graphics/long-exposure-tools: BROKEN for more than 6 month 2012-05-10 misc/kde3-i18n-hsb: BROKEN for more than 6 month 2012-05-10 misc/kde3-i18n-mt: BROKEN for more than 6 month 2012-05-10 misc/kde3-i18n-nso: BROKEN for more than 6 month 2012-05-10 net-im/pino: BROKEN for more than 6 month 2012-05-18 print/perlftlib: No more upstream, no more used in the ports tree Notes: svn path=/head/; revision=296902
* Add print/papersize-default-{a4,letter}, which install default paper sizeHiroki Sato2012-03-171-0/+2
| | | | | | | | | | configuration used by libpaper. Discussed with: bsam Feature safe: yes Notes: svn path=/head/; revision=293446
* Add the last two ports I added to buildEitan Adler2012-02-041-0/+1
| | | | | | | Pointyhat to: me Notes: svn path=/head/; revision=290374
* Remove these ports as they are no longer included in the upstreamSteve Wills2011-12-051-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | ruby-gnome. devel/ruby-gconf2 devel/ruby-gnomevfs devel/ruby-libglade2 graphics/ruby-gnomecanvas2 graphics/ruby-libart2 print/ruby-gnomeprint www/ruby-gtkhtml2 www/ruby-gtkmozembed x11-toolkits/ruby-gnomeprintui x11-toolkits/ruby-gtkglext x11-toolkits/ruby-panelapplet x11/ruby-gnome2-all PR: ports/162139 Submitted by: TAKATSU Tomonari <tota@freebsd.org> (based on) Feature safe: yes Notes: svn path=/head/; revision=286947
* - Add p5-PostScript-PPD 0.0203Sunpoet Po-Chuan Hsieh2011-10-211-0/+1
| | | | | | | | | | | | | | PostScript::PPD reads and parses PostScript Printer Definition files, called PPDs. PPDs contain key/value tuples that describe the printer, its capabilities and the printing options available. The printing options are classified as User Interface (UI) options, which are grouped into groups. WWW: http://search.cpan.org/dist/PostScript-PPD/ Notes: svn path=/head/; revision=284065
* Remove ports maintainted by ports@ which have passed their EXPIRATION_DATEDoug Barton2011-10-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | astro/gkrellsun Abandonware astro/xrmap No more distfiles audio/midimountain Abandonware audio/gkrellmss Abandonware audio/gnapster Abandonware databases/xbase No more public distfiles databases/xbsql No more public distfiles games/gtkabale No more public distfiles games/battleball No more public distfiles, does not compile on ia64 or sparc64 games/race No more public distfiles games/stvef-paks No more public distfiles games/stvef-server No more public distfiles games/tome No more public distfiles games/qkmj No more public distfiles games/oilwar No more public distfiles games/xbaby No more public distfiles games/xword Abandonware games/kslide No more public distfiles graphics/xmrm No more public distfiles, does not compile on amd64 or sparc64 graphics/giftrans Upstream disappeared and distfile is not available graphics/wildmagic BROKEN for more than 6 months, does not fetch irc/ircd-rusnet No more public distfiles irc/tkirc No more public distfiles korean/mizifont No more public distfiles lang/freetxl No more public distfiles math/nsc2ke No more public distfiles misc/mgp-mode.el No more public distfiles multimedia/p5-RIFF-Info No more public distfiles net/p5-Net-OpenDHT No more public distfiles net/mudix No more public distfiles net-im/newsbot No more public distfiles net-im/libicq2000 Abandonware net-im/gossip No longer maintain by upstream, use net-im/empathy instead net-im/ickle Abandonware net-mgmt/nipper BROKEN for more than 6 month, does not fetch net-p2p/mldonkey-serverspy No more public distfiles news/p5-Gateway No more public distfiles print/epsmerge No more public distfiles science/at No more public distfiles science/pyvox No more public distfiles security/p5-Email-Obfuscate No more public distfiles security/libparanoia No more public distfiles security/execwrap No more public distfiles Notes: svn path=/head/; revision=283226
* Remove print/lyx14.Raphael Kubo da Costa2011-10-051-1/+0
| | | | | | | | | | The latest release is from 2007, use print/lyx16 or print/lyx instead. Approved by: avilla (mentor) PR: ports/158649 Notes: svn path=/head/; revision=283010
* Add linux-f10-cups-libs 1.3.11, common UNIX Printing System libraries.Boris Samorodov2011-09-231-0/+1
| | | | | | | | | | | | | | | Changes over original shar file at the PR: . change the maintainer to emulation@ (since it's an infrastructure linux port); . use the latest version of the package (1.3.11-4.fc10); . remove unused PLIST_SUB and the commented out line; . use PLIST_FILES instead of pkg-plist (two files at the list); . fix the port origin at the Makefile header (add a '-libs' suffix). PR: ports/159007 Submitted by: Stas Timokhin <devel@stasyan.com> Notes: svn path=/head/; revision=282242
* Frescobaldi is a LilyPond sheet music text editor for KDE4. It aims to bePawel Pekala2011-09-171-0/+1
| | | | | | | | | | | | | | powerful, yet lightweight and easy to use. Frescobaldi is Free Software, freely available under the General Public License. WWW: http://www.frescobaldi.org/ PR: ports/156539 Submitted by: martin.dieringer@gmx.de Approved by: miwi, wen (mentors implicit) Notes: svn path=/head/; revision=281894
* - Add p5-Net-CUPS 0.61Sunpoet Po-Chuan Hsieh2011-09-131-0/+1
| | | | | | | | | | | | | | | | | Previous versions of this module attempted to provide a Perl interface layer similar to the C interface of CUPS. This was fine for power users, but most people were not looking for this type of interface. This module has now been converted to use an object oriented paradigm to facilitate quicker development and ease of use. WWW: http://search.cpan.org/dist/Net-CUPS/ PR: ports/160644 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> Notes: svn path=/head/; revision=281716
* 2011-09-01 korean/hlatexfonts-ocf: No more public distfilesBaptiste Daroussin2011-09-071-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-09-01 korean/pgp.language: No more public distfiles 2011-09-01 games/xgammon: No more public distfiles 2011-09-01 korean/hanIM: No more public distfiles 2011-09-01 misc/gplbp: No more public distfiles 2011-09-01 net/vyqchat: No more public distfiles 2011-09-01 news/xmitbin: No more public distfiles 2011-09-01 games/tvp: No more public distfiles 2011-09-01 games/glasteroids: No more public distfiles 2011-09-01 games/xscrabble: No more public distfiles 2011-09-01 games/xbat: No more public distfiles 2011-09-01 korean/hanmiscutils: No more public distfiles 2011-09-01 net-p2p/hagelslag: No more public distfiles 2011-09-01 games/cgoban2: No more public distfiles 2011-09-01 games/krosswordplayer: No more public distfiles 2011-09-01 korean/helvis: No more public distfiles 2011-09-01 print/mgv: No more public distfiles 2011-09-01 japanese/linux-JM: No more public distfiles 2011-09-01 games/xlines: No more public distfiles 2011-09-01 games/xgame: No more public distfiles 2011-09-01 net/ttt: No more public distfiles 2011-09-01 games/merlin: No more public distfiles 2011-09-01 games/xshisen: No more public distfiles 2011-09-01 games/slige: No more public distfiles 2011-09-01 games/wmtimebomb: No more public distfiles 2011-09-01 net-mgmt/cfgstoragemk: No more public distfiles Notes: svn path=/head/; revision=281375
* This module allows Perl programs to conveniently read information fromJun Kuriyama2011-08-131-0/+1
| | | | | | | | | | | | | font files. All the font access is done through the FreeType2 library, which supports many formats. It can render images of characters with high-quality hinting and antialiasing, extract metrics information, and extract the outlines of characters in scalable formats like TrueType. WWW: http://search.cpan.org/dist/Font-FreeType/ Notes: svn path=/head/; revision=279596
* nenscript is back from the Attic. Add it here.Mark Linimon2011-08-081-0/+1
| | | | | | | Pointy hat to: bapt Notes: svn path=/head/; revision=279191
* Removing old ruby stuffBaptiste Daroussin2011-08-031-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-08-03 comms/ruby-serialport: Doesn't work with Ruby 1.9 2011-08-03 databases/ruby-search-namazu: Doesn't work with Ruby 1.9 2011-08-03 databases/ruby-sqlite: Doesn't work with Ruby 1.9 2011-08-03 databases/rubygem-kirbybase: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-eet: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-filelock: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-filemagic: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-metaruby: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-poll: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-rrb: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-strongtyping: Doesn't work with Ruby 1.9 2011-08-03 devel/ruby-textbuf: Doesn't work with Ruby 1.9 2011-08-03 graphics/ruby-graph: Doesn't work with Ruby 1.9 2011-08-03 graphics/ruby-libpng: Doesn't work with Ruby 1.9 2011-08-03 japanese/ruby-kakasi: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-extensions: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-lua: Doesn't work with Ruby 1.9 2011-08-03 lang/ruby-perl: Doesn't work with Ruby 1.9 2011-08-03 mail/ruby-tmail: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-bitset: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-bitvector: Doesn't work with Ruby 1.9 2011-08-03 math/ruby-gmp: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-mpi: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-nis: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-pcap: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-romp: Doesn't work with Ruby 1.9 2011-08-03 net/ruby-spread: Doesn't work with Ruby 1.9 2011-08-03 print/ruby-pdflib: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-aes: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-blowfish: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-cast_256: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-mcrypt: Doesn't work with Ruby 1.9 2011-08-03 security/ruby-pam: Doesn't work with Ruby 1.9 2011-08-03 sysutils/ruby-log4r: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-csv: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-formvalidator: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-gdome: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-htmltools: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-nqxml: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-quixml: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-raspell: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-tempura: Doesn't work with Ruby 1.9 2011-08-03 textproc/ruby-xtemplate: Doesn't work with Ruby 1.9 2011-08-03 www/ruby-tmpl: Doesn't work with Ruby 1.9 Notes: svn path=/head/; revision=278849
* Add print/latex-nomencl, a LaTeX macro package to generate and format aHiroki Sato2011-08-011-0/+1
| | | | | | | nomenclature using MakeIndex. Notes: svn path=/head/; revision=278687
* Bye bye abandonwares (part 4)Baptiste Daroussin2011-08-011-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-08-01 korean/a2ps: Looks like an abandonware, no more public distfiles 2011-08-01 korean/bitchx: Look like an abandonware, no more public distifles 2011-08-01 korean/elm: Look like an abandonware, no more public distifles 2011-08-01 korean/linuxdoc-sgml: Look like an abandonware, no more public distifles 2011-08-01 korean/mod_url: Look like an abandonware, no more public distifles 2011-08-01 korean/nh2ps: Look like an abandonware, no more public distifles 2011-08-01 korean/pinetreefonts: No more public distfile 2011-08-01 mail/bincimap: No more public distfile 2011-08-01 mail/cmail: No more public distfile 2011-08-01 math/hexcalc: Look like an abandonware, no more public distifles 2011-08-01 math/qgfe: Look like an abandonware, no more public distifles 2011-08-01 misc/ewipe: Look like an abandonware, no more public distifles 2011-08-01 misc/gkrellmfmonitor2: Look like an abandonware, no more public distifles 2011-08-01 misc/gkx86info: Look like an abandonware, no more public distifles 2011-08-01 multimedia/goggles: Abandonware, see: http://www.fifthplanet.net/2010/01/dead-projects-goggles-dvd-player.html 2011-08-01 multimedia/ldvd: Abandonware 2011-08-01 multimedia/linux-divx4linux: No more needed 2011-08-01 multimedia/linux-divx4linux4: No more needed 2011-08-01 multimedia/ogle: Abandonware 2011-08-01 multimedia/ogle-gui: Abandonware 2011-08-01 multimedia/okle: Abandonware 2011-08-01 multimedia/subconv: Look like an abandonware, no more public distifles 2011-08-01 net/callgen323: Look like an abandonware, no more public distifles 2011-08-01 net/lyntin: No longer under active development 2011-08-01 net/py-rt: No more public distfiles, looks like an abandonware 2011-08-01 net/rwhoisd: Looks like an abandonware, no more public distfiles 2011-08-01 net/traffic: Looks like an abandonware, no more public distfiles 2011-07-23 net-im/gnomeicu: No longer maintain by upstream, use net-im/empathy instead 2011-08-01 net-mgmt/trafd: Look like an abandonware, no more public distifles 2011-08-01 net-p2p/gkrellm-gift: Look like an abandonware, no more public distifles 2011-08-01 news/bgrab: Looks like an abandonware, no more public distfiles 2011-08-01 news/rkive: Looks like an abandonware, no more public distfiles 2011-08-01 polish/sap: Looks like an abandonware, no more public distfiles 2011-08-01 print/nenscript: Looks like an abandonware, no more public distfiles Notes: svn path=/head/; revision=278683
* - Sort SUBDIRsSunpoet Po-Chuan Hsieh2011-08-011-1/+1
| | | | | | | - Fix NO_VIET_KDE coverage Notes: svn path=/head/; revision=278670
* Add print/tex-mfpic, a scheme for producing pictures from (La)TeX commands.Hiroki Sato2011-07-161-0/+1
| | | | Notes: svn path=/head/; revision=277812
* Add print/latex-chapterfolder, a LaTeX package that simplifies working withHiroki Sato2011-07-161-0/+1
| | | | | | | folder structures that match the chapter/section/subsection structure. Notes: svn path=/head/; revision=277811
* Connect lyx16, disconnect lyx-develMax Brazhnikov2011-07-041-1/+1
| | | | Notes: svn path=/head/; revision=277072
* Apache PDFBox is an open source Java PDF library for working with PDFWen Heping2011-07-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes a command line utility. Features * PDF to text extraction * Merge PDF Documents * PDF Document Encryption/Decryption * Lucene Search Engine Integration * Fill in form data FDF and XFDF * Create a PDF from a text file * Create images from PDF pages * Print a PDF WWW: http://pdfbox.apache.org/ PR: ports/158601 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Notes: svn path=/head/; revision=276966
* - Add print/latex-ltablex: Combines the features of both the tabularx andStephen Montgomery-Smith2011-06-161-0/+1
| | | | | | | | | | | longtable packages PR: ports/156413 Submitted by: Raphael Kubo da Costa <kubito@gmail.com> (maintainer) Approved by: maho (mentor) Notes: svn path=/head/; revision=275639