aboutsummaryrefslogtreecommitdiffstats
path: root/print
Commit message (Collapse)AuthorAgeFilesLines
* GCC 3.4 fixes.lofi2004-08-016-0/+66
|
* Prevent configure from setting CXX=CC and falling over with gcc-3.4.2lofi2004-07-311-0/+2
| | | | because of it afterwards.
* Update to version 0.9ukrion2004-07-312-3/+3
| | | | | PR: ports/69818 Submitted by: Ports Fury
* Revert the previous updates since they require APIs present in libgnomeui-2.7.marcus2004-07-278-95/+11
| | | | | | While I'm here, use the new libtool scheme. Reported by: Franz Klammer <klammer@webonaut.com>
* Really remove device stp. It has been deprecated since 8.0 and doesn't workvs2004-07-266-45/+0
| | | | | | | in the port anyway. Noticed in PR: ports/69322 Submitted by: Torfinn Ingolfsen
* Update to 0.941 [0.94.1]vs2004-07-262-5/+6
| | | | | PR: ports/69419 Submitted by: Patrick Dung (maintainer)
* Add a patch to fix a bug which prevents etex(1) from working. Withouthrs2004-07-262-1/+24
| | | | | | | | | | | | | | this patch, the following code fragment causes a segmentation fault. \toksdef\whatevertoks = 266 \toksdef\extratoks = 267 \whatevertoks={junk} \everypar{\extratoks=\whatevertoks} \immediate\write16{t={\the\toks265}} some paragraph\par \bye Approved by: linimon (mentor)
* Use the correct version of libtool 13 -> 15 to avoid install the *.la files.mezz2004-07-261-1/+1
|
* Make use of t1lib properly.hrs2004-07-252-3/+6
| | | | | | PR: ports/68210 Submitted by: Ulrich Spoerlein (q at uni.de) Approved by: linimon (mentor)
* Add tex-omegaware-old, old versions of ovf2ovp, ovp2ovf,hrs2004-07-256-0/+86
| | | | | | ofm2opl, and opl2ofm, which are utilities in Omega distribution. Approved by: linimon (mentor)
* - Fix dependency and remove BROKEN line.hrs2004-07-252-33/+38
| | | | | | - Take maintainership. Approved by: linimon (mentor)
* Update to 2.20.hrs2004-07-252-6/+11
| | | | | | Submitted by: ijliao Approved by: linimon (mentor) PR: ports/68039
* - Add a patch to fix a bug which prevents rendering multibytehrs2004-07-2515-6/+243
| | | | | | | | | | TrueType fonts from working. - A file cidfmap now includes entries for Ryumin-Light and GothicBBB-Medium. They points japanese/kochi-ttfonts by default (but this port does not depend on it). Approved by: linimon (mentor)
* Take maintainership.hrs2004-07-251-1/+1
| | | | Approved by: linimon (mentor)
* Update to 0.19.adamw2004-07-243-4/+9
|
* Update to 0.1.9.adamw2004-07-243-3/+23
|
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-246-6/+6
| | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
* Change maintainer's email.krion2004-07-221-1/+1
|
* Drop maintainershiplioux2004-07-211-1/+1
|
* Update to 2.0.1 release.ale2004-07-212-4/+3
|
* Add latex-msc 1.14, laTeX macro package for drawing Message Sequence Charts.vs2004-07-195-0/+75
| | | | | PR: ports/68945 Submitted by: Stefan Grundmann
* Use the new PHP infrastructure.ale2004-07-196-39/+7
|
* update to xfce4-4.0.6oliver2004-07-193-3/+5
|
* Update to 2.6.2.marcus2004-07-193-5/+6
|
* Update to version 4.2.7krion2004-07-1821-180/+2580
| | | | | PR: ports/69189 Submitted by: Ports Fury
* master site movedandreas2004-07-161-1/+1
| | | | | | checked fetching of src, ok now Submitted by: erob <erob@videotron.ca>
* add missing dependsijliao2004-07-151-0/+2
|
* add pslib 0.2.2ijliao2004-07-136-0/+66
| | | | A C-library for generating multi page PostScript documents
* Declare USE_GETOPT_LONG=yes for the sake of -stablemi2004-07-112-0/+10
|
* BROKEN on 5.x: Does not compilekris2004-07-111-0/+4
|
* BROKEN: Configure failskris2004-07-111-0/+2
|
* BROKEN: Build failskris2004-07-111-0/+2
|
* - Correct dependency on linux-pngpav2004-07-111-1/+1
| | | | | | Thank to Jean-Yves for spotting this and finding a solution. Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* Update to 6.0.0p1 release.ale2004-07-102-3/+3
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-1010-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Upgrade from 2.04 to 2.05. The author closed the recently discoveredmi2004-07-093-43/+3
| | | | | security flaw, which was already fixed in FreeBSD. But the older tarball is no longer available, hence the upgrade.
* Add another XML patch to fix the build.marcus2004-07-081-3/+21
| | | | Reported by: pointyhat via kris
* Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 ormezz2004-07-081-24/+2
| | | | | | | | | | | | those ports will not work. Please see the more detail about this: http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html Also, please check http://www.freebsd.org/gnome/docs/porting.html for the update about gconf, gconf.pl script and etc. Approved by: marcus (portmgr hat) Reviewed by: My team, FreeBSD GNOME Team
* Do not attempt to load the old libxml1 stuff since that was removed frommarcus2004-07-071-0/+15
| | | | | | | libxml2-2.6.11. We depend on libxml2 anyway, so this should effectively be a NOP while ensuring this port still builds. Reported by: pointyhat via kris
* Chase master-sitevs2004-07-061-2/+1
| | | | | | PR: ports/67390 Submitted by: Roman Neuhauser Approved by: maintainer timeout
* - Teach install script that there are other tar implementations beside GNU tarpav2004-07-031-5/+20
| | | | which supports -P flag. This should fix Bento build using bsdtar.
* Remove a redundant entry from the plist.marcus2004-06-301-1/+0
|
* Remove nonexisting file from pkg-plistkrion2004-06-2810-10/+5
| | | | | Submitted by: Kent Stewart <kstewart@owt.com> Pointyhat to: krion
* Fix package buildkrion2004-06-2810-10/+10
|
* Update EPLASER driver to version 3.1.4krion2004-06-288-12/+24
| | | | | PR: ports/68391 Submitted by: Ports Fury
* Update EPLASER driver to version 3.1.4krion2004-06-2812-21/+24
| | | | | PR: ports/68390 Submitted by: Ports Fury
* Add cups-samba, a client-side drivers for CUPS/Samba FreeBSD serverpav2004-06-278-0/+288
| | | | | | | with Windows clients. PR: ports/62680 Submitted by: John Merryweather Cooper <coop9211@uidaho.edu>
* - Relax check for mftrace, it's optionalpav2004-06-271-1/+26
| | | | | PR: ports/68255 Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
* Add pecl-panda 0.1.0, a PECL extension to create PDF documents.ale2004-06-257-0/+63
| | | | This is a LGPL alternative to pecl-pdflib.
* How stupid of me -- forgot to `cvs add' the patch fixing the recentmi2004-06-252-0/+40
| | | | security issue prior to last commit. Now have to also bump the PORTREVISION.
* Add pecl-pdflib 2.0, a PECL extension to create PDF on the fly.ale2004-06-256-0/+54
| | | | This is the new PDFLIB extension for PHP, compatible with PDFlib 6.x.
* - Chase the pdflib shared libraryale2004-06-251-1/+2
| | | | - Bump PORTREVISION
* - Update to 6.0.0 releaseale2004-06-254-19/+11
| | | | - Re-enable cxx support
* Update to 2.04 (only released 3 years ago). Unforbid by the new patch-msgmi2004-06-256-110/+12
| | | | | (reviewed by eik@). Reword pkg-descr and add WWW. Set MASTER_SITES to the author's own site -- SunSite still lists 2.02 as the latest.
* rlpr local and remote exploitable buffer overflow (CAN-2004-0393, CAN-2004-0454)eik2004-06-241-0/+2
|
* Update to 20040529.nork2004-06-243-5/+23
| | | | | PR: ports/68263 Submitted by: KANOU Hiroki <kanou@khdd.net> (maintainer)
* Mark the print/pips* ports as deprecated: the distfiles have failed tolinimon2004-06-241-0/+2
| | | | | | | fetch from the mastersite since 2002. PR: ports/62572 Approved by: maintainer timeout (> 4 months)
* Update to 2.6.2bland2004-06-233-4/+6
|
* Disable the OPTIONS line since it can confuse the usershrs2004-06-221-3/+3
| | | | when print/teTeX-base is installed as a dependency.
* Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDENkris2004-06-221-0/+2
| | | | | ports. They will be removed on or after that date if they are still broken and no fix has been submitted to GNATS.
* Remove expired ports, plus the three ports that depended on them.kris2004-06-2110-189/+0
|
* Drop runtime-dependency on teTeX now that we've got so many different flavours.vs2004-06-191-2/+0
| | | | | PR: ports/68092 Submitted by: KIMURA Yasuhiro
* Remove unnecessary CONFLICTS.hrs2004-06-191-2/+0
| | | | Pointed out by: eik
* Fix pkg-plist which was broken by the recent print/teTeX change.hrs2004-06-191-12/+12
| | | | Reported by: kris
* Fix dependency.hrs2004-06-191-0/+1
| | | | Reported by: kris
* Add teTeX-basekris2004-06-191-0/+1
|
* - Install a xmltex -> latex symlink.hrs2004-06-192-6/+11
| | | | | | - Fix dependencies (print/teTeX-*). Approved by: linimon (mentor)
* Update to 2.6.20040422.hrs2004-06-192-13/+11
| | | | Approved by: linimon (mentor)
* print/teTeX restructuring:hrs2004-06-184-15/+56
| | | | | | Add a dependency of print/teTeX-base. Approved by: linimon (mentor)
* print/teTeX restructuring:hrs2004-06-183-20/+65
| | | | | | Add a dependency of print/teTeX-base and odvips. Approved by: linimon (mentor)
* print/teTeX restructuring:hrs2004-06-186-14502/+55
| | | | | | | | print/teTeX is now a meta-port which installs print/teTeX-base, print/teTeX-texmf, and dviware. Approved by: linimon (mentor) Approved by: demon (print/teTeX maintainer, in concept)
* print/teTeX restructuring:hrs2004-06-189-14214/+174
| | | | | | | | | print/teTeX-base installs binaries in the teTeX distribution. This is based on the old version of print/teTeX (repo-copy'd). PR: ports/67452 Approved by: linimon (mentor) Approved by: demon (print/teTeX maintainer, in concept)
* print/teTeX restructuring:hrs2004-06-1813-0/+14471
| | | | | | | | Add print/teTeX-texmf, which installs a texmf tree part of the teTeX distribution. Approved by: linimon (mentor) Approved by: demon (print/teTeX maintainer, in concept)
* Add tetex-modesw script and several new directories.hrs2004-06-183-27/+198
| | | | Approved by: linimon (mentor)
* Add cups-pdf, a virtual printer for CUPS to produce PDF files.pav2004-06-185-0/+102
| | | | | PR: ports/67961 Submitted by: Mark Daniel Reidel <ports@mark.reidel.info>
* - Unify print/gsfonts dependency checkpav2004-06-175-5/+5
| | | | | PR: ports/67999, ports/68035 Submitted by: Jose M Rodriguez <freebsd@wanadoo.es>
* Upgrade lilypond to 2.2.2eik2004-06-1615-679/+648
| | | | | | | | workaround failing fontforge port until that one is upgraded make use of precompiled fonts from lilypond binary distribution PR: 67984 Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
* Upgrade to lilypond 2.3.4eik2004-06-1615-673/+682
| | | | | | | fixed same issues as in ports/67984 (fontforge workaround) PR: 67991 Submitted by: Patrick Atamaniuk <patrick@mail.frobs.net> (maintainer)
* Fix dependency on print/gsfonts.nork2004-06-148-10/+10
| | | | Pointed out by: bento via kris, hrs
* Make the build insensitive to an already defined TEXINPUTS environment variable.jmz2004-06-141-2/+3
| | | | PR: ports/40610
* Fix buildmarkus2004-06-142-24/+0
| | | | | Submitted by: bento via kris Pointy hat to: me
* * Fix the dependencies after the recent hostscript updatemarcus2004-06-142-3/+406
| | | | | | | | * Since korean/hlatexfonts-ocf still requires the Fontmap, install the Fontmap file from ghostscript-gnu's lib/Fontmap.GS PR: 67912 Submitted by: Jose M Rodriguez <freebsd@wanadoo.es>
* Upgrade to version 0.96 and unbreak.thierry2004-06-135-16/+36
| | | | | PR: ports/67747 Submitted by: maintainer.
* o Remove ghostscript-fonts and Add dependency on print/gsfonts.nork2004-06-136-346/+12
| | | | | | | | o Update gimp-print to 4.2.6. o Fix implicit dependency on cups/ijs. PR: ports/67574 Submitted by: Jose M Rodriguez <freebsd@wanadoo.es>
* Remove ghostscript-fonts and Add dependency on print/gsfonts.nork2004-06-1312-510/+6
| | | | | PR: ports/67596 Submitted by: Jose M Rodriguez <freebsd@wanadoo.es>
* Use intlhack to fix the build.marcus2004-06-111-1/+1
| | | | Reported by: pointyhat via kris
* - use INFOdinoex2004-06-112-18/+1
|
* Use intlhack to fix the build on 4.X.marcus2004-06-111-1/+1
| | | | Reported by: J. W. Ballantine <jwb@homer.att.com>
* Update to 0.18.marcus2004-06-097-56/+66
| | | | Submitted by: John Merryweather Cooper <johnmary@adelphia.net>
* Update to 0.1.8.marcus2004-06-092-4/+3
| | | | Submitted by: John Merryweather Cooper <johnmary@adelphia.net>
* BROKEN: Size mismatchkris2004-06-091-0/+2
|
* Remove teTeX-base again. Fixing modules breaks INDEX.erwin2004-06-071-1/+0
| | | | Pointed out by: eik
* Add teTeX-baseerwin2004-06-071-0/+1
|
* - Update to version 1.1.7markus2004-06-0718-462/+404
| | | | | - Add a new and remove two dead mastersites - Add second WWW line
* - Update to version 2.9.5markus2004-06-069-269/+22
| | | | | - Remove upstream applied patches - Don't use Makefile.kde anymore
* Don't use Makefile.kde anymoremarkus2004-06-061-4/+3
|
* Sync with new bsd.autotools.mkade2004-06-054-3/+4
|
* - Correct minor linuxism in cups module: make different language modulespav2004-06-053-0/+33
| | | | | | | actually different. PR: ports/67551 Submitted by: Jose M Rodriguez <freebsd@wanadoo.es>
* - Update to fonts included in ghostscript-8.11pav2004-06-045-203/+244
| | | | | PR: ports/67516 Submitted by: Jose M Rodriguez <freebsd@wanadoo.es>
* Update ftp/curl to 7.12.0 and bump the shared library version in allroam2004-06-042-4/+4
| | | | dependent ports.
* - Fix MASTER_SITESkrion2004-05-315-5/+10
| | | | | PR: ports/67389 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* Add pmw, a computer program for high quality music typesetting.pav2004-05-296-0/+114
| | | | | | | | | | PMW operates by reading an input file containing an encoded description of the music; such a file can be constructed using any text editor or word processor. The music encoding is very straightforward and compact, and quick to enter. PR: ports/67283 Submitted by: Brian Candler <B.Candler@pobox.com>
* Upgrade to 0.72aobraun2004-05-287-39/+70
|
* Handle NeverEmbed CJK TrueType into PDF, and write correct glyph widthslinimon2004-05-2812-0/+842
| | | | | | | | | of CJK TrueType into PDF, and do not write CIDToGIDMap of NeverEmbed CJK TrueType and Encoding of CIDFont into PDF. PR: ports/62078 Submitted by: KOMATSU Shinichiro <koma2 at jiro dot c dot u-tokyo dot ac dot jp> Reviewed by: KATO Tsuguru <jungle at m8 dot dion dot ne dot jp>
* Update to 1.3.4-1.linimon2004-05-2811-567/+1058
| | | | | | PR: ports/63753 Submitted by: Ports Fury Approved by: maintainer timeout (>2 months)
* Remove databases/postgresql-client because there can't be a -server, and havingmat2004-05-251-1/+1
| | | | | it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems
* Add latex-ucs 20040307, a LaTeX package for using UTF-8 as inputthierry2004-05-255-0/+257
| | | | encoding.
* - Update to 11.14pav2004-05-247-29/+75
| | | | | PR: ports/67043 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* - Update to version 0.9skrion2004-05-202-3/+3
| | | | | PR: ports/66887 Submitted by: Ports Fury
* Add libotf 0.9,krion2004-05-196-0/+61
| | | | | | | | | | | | | The library "libotf" provides the following facilites: o Read Open Type Layout Tables from OTF file. Currently these tables are supported; head, name, cmap, GDEF, GSUB, and GPOS. o Convert a Unicode character sequence to a glyph code sequence by using the above tables. PR: ports/66816 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Remove trailing comments.linimon2004-05-191-2/+0
|
* Reset bouncing maintainer address.linimon2004-05-182-2/+2
|
* - Update to version 0.9rkrion2004-05-182-7/+6
| | | | | PR: ports/66755 Submitted by: Ports Fury
* - Provide helpful pkg-message [1]vs2004-05-173-2/+26
| | | | | | | | | - Add URL to pkg-descr [1] - Use correct path to configuration files in man-page [2] PRs: ports/65390 [1], ports/65391 [2] Submitted by: Daniel Harris Approved by: maintainer
* Fix MASTER_SITE list.marcus2004-05-171-1/+1
| | | | | PR: 66712 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* - Fix MASTER_SITESkrion2004-05-171-1/+1
| | | | | PR: ports/66713 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* - Fix MASTER_SITESkrion2004-05-171-1/+1
| | | | | PR: ports/66709 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* - Fix MASTER_SITESkrion2004-05-171-1/+1
| | | | | PR: ports/66711 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* Update to 22.78 and take the maintainership.hrs2004-05-137-96/+71
| | | | Approved by: linimon (mentor)
* Add dvipsk-tetex, a port for the dvipsk utilityhrs2004-05-135-0/+82
| | | | | | in teTeX distribution. Approved by: linimon (mentor)
* - Add OPTIONS for xdvik, dvipsk, and X11 supporthrs2004-05-138-118/+432
| | | | | | | | | - dvipsk is no longer installed by default - Add dependency: devel/t1lib - cleanup pkg-plist Approved by: demon (in concept) Approved by: linimon (mentor)
* - gcj is not available on: ia64 sparc64pav2004-05-111-0/+3
| | | | Suggested by: kris
* - Fix MASTER_SITESkrion2004-05-102-2/+2
| | | | | PR: ports/66398 Submitted by: Ports Fury
* - Fix MASTER_SITESkrion2004-05-103-3/+3
| | | | | PR: ports/66397 Submitted by: Ports Fury
* - tg@ drops maintainership :(vs2004-05-061-4/+5
| | | | | | | | | | | - Register CONFLICTS with acroread-5* - Fix packaging by deleting acroread.bak from REINPLACE-invocation - Pet portlint ('brandelf' -> ${BRANDELF} - Depend on linux-base-6 [1] PR: ports/46092 [1] Submitted by: Ronald F. Guilmette via trevor@ Approved by: tg@
* Update to 1.72. yatexpkg.el has been added to support insertinghrs2004-05-056-5/+9
| | | | | | | | | \usepackage{} automatically, and several bugs have been fixed. Take the maintainership. PR: ports/61926 Approved by: maintainer timeout (3 months) Approved by: linimon (mentor)
* Update to 2.13. The sample files and documentation are now installedhrs2004-05-053-15/+46
| | | | | | | | into $DOCSDIR. Take the maintainership. PR: ports/61928 Approved by: maintainer timeout (3 months) Approved by: linimon (mentor)
* This port requires Perl 5 for building.joerg2004-05-041-0/+2
| | | | Pointed out by: kris
* o Chase dependency on print/pfaedit -> print/fontforge.nork2004-05-031-1/+2
| | | | | | o Bump PORTREVISION accordingly. Pointed out by: Hermes Trismegistus <hermes@trismegistus.net>
* Register CONFLICTS with xdvi-*.vs2004-05-022-0/+2
| | | | | OK'ed by: demon Approved by: linimon (implicit)
* Upgrade to fontforge.nork2004-05-0112-625/+0
| | | | | PR: ports/65805 Submitted by: KANOU Hiroki <kanou@khdd.net> (maintainer)
* Update to 20031210.nork2004-05-0113-183/+108
| | | | | PR: ports/61725 Submitted by: KANOU Hiroki <kanou@khdd.net> (maintainer)
* - PERL -> REINPLACEvs2004-04-301-4/+6
| | | | | | | | | - Add CONFLICTS with teTeX - Use PKGDBDIR instead of literal - Pet portlint OK'ed by: jmz Approved by: linimon (implicit)
* This port conflicts with teTeX.jmz2004-04-292-0/+4
|
* Update to 2.6.1.marcus2004-04-293-3/+5
|
* - Update to 1.1.6markus2004-04-2914-178/+306
| | | | - respect CFLAGS
* Update to version 1.9.15.joerg2004-04-297-21/+2001
| | | | | | | | | Reorganize a bit so documentation will be installed into ${PREFIX}/share/doc/latex2rtf/. Do install the GNU info pages, too. Unfortunately, the info pages as shipped needed the removal of various ^Ms (patch-ab), and the addition of dir node meta tags (patch-ac).
* Update to version 2003.12.jmz2004-04-203-21/+26
| | | | Move distfiles to the tex subdirectory.
* These broken ports are scheduled for deletion on June 18 if they arekris2004-04-191-2/+2
| | | | still broken at that time and no PRs have been submitted containing a fix.
* Fix the dependency.hrs2004-04-191-3/+1
| | | | | Noticed by: kris Approved by: linimon (mentor)
* Update to 2.6.1.marcus2004-04-193-3/+4
|
* update to 4.0.5oliver2004-04-193-7/+9
| | | | use libtool version 15 instead of 13
* - Update to version 0.5.4krion2004-04-197-57/+115
| | | | | PR: ports/65718 Submitted by: Ports Fury
* Check for the eexec keyword in type1 fonts. This fixes a potential hangmarcus2004-04-182-1/+15
| | | | | | | | when viewing certain PDF documents. Submitted by: Jeremy Messenger <mezz7@cox.net> Obtained from: FreeType CVS More info: http://bugzilla.gnome.org/show_bug.cgi?id=129400
* - Update maintainer's addresspav2004-04-171-1/+1
| | | | | PR: ports/65663 Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp> (maintainer)
* Cosmetic change.linimon2004-04-171-1/+1
|
* Per dosirak run, fix plist.linimon2004-04-171-0/+1
|
* BROKEN: Broken dependencykris2004-04-171-0/+2
|
* Add missing @dirrmkris2004-04-131-0/+1
|
* This appears to be broken globally on 5.x.kris2004-04-111-2/+2
|
* Tidy up whitespace.trevor2004-04-117-9/+7
|
* Cram into 80 columns by 24 rows.trevor2004-04-113-42/+22
|
* Trim whitespace.trevor2004-04-111-52/+52
|
* Remove the part about installing the cups-lpr port because thedannyboy2004-04-101-5/+0
| | | | meta-port already does.
* Duplicate the relevant parts of the former cups-base pkg-messagedannyboy2004-04-101-0/+15
| | | | | | | | here, so the user has another shot at seeing them. The resurrection of this file in the cups-base port (to catch users not installing by this metaport) is pending maintainer approval. Submitted by: Grumbling on IRC
* Add missing WWW.dannyboy2004-04-101-0/+2
|
* Update to 2.6.0.1bland2004-04-083-4/+8
|
* - tar -> ${TAR} (since we have now a bsdtar ;)clement2004-04-071-1/+1
|
* Fix typos in pkg-descr and COMMENT that survived nearly 7 yearsarved2004-04-072-3/+3
| | | | Submitted by: Gerhard Gonter
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-058-8/+8
|
* Add a patch forgotten by the merge script.marcus2004-04-051-0/+11
|
* Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best releasemarcus2004-04-0510-38/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | ever. It fixes many bugs, and adds some features missing in previous FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an upgrade FAQ at: http://www.freebsd.org/gnome/docs/faq26.html Please read it carefully. GNOME 2.6 packages are also available for all supported i386 versions of FreeBSD at: http://www.marcuscom.com/tinderbox/ The FreeBSD GNOME Team would like the thank the following users for their wonderful testing and patching efforts. We would especially like to thank Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen. Without these people, our team, and our team alumni, GNOME on FreeBSD would not be possible. Jeremy Messenger <mezz7@cox.net> Khairil Yusof <kaeru@pd.jaring.my> Koop Mast <kwm@rainbow-runner.nl> Simon Barner <barner@in.tum.de> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Scott Dodson <sdodson@sdodson.com> Vladimir Grebenschikov <vova@sw.ru>
* Back out previous commit (I lost a race condition with hrs who fixedkris2004-04-031-2/+0
| | | | | | the port) Pointy hat to: kris
* Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2
| | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651
* Add pdftk, a simple tool for doing everyday things with PDF documents.pav2004-04-024-0/+63
| | | | | | | | | | | | | | | | Keep one in the top drawer of your desktop and use it to: Merge PDF Documents Split PDF Pages into a New Document Decrypt Input as Necessary (Password Required) Encrypt Output as Desired Burst a PDF Document into Single Pages Report on PDF Metrics, including Metadata and Bookmarks Uncompress and Re-Compress Page Streams Repair Corrupted PDF (Where Possible) PR: ports/64555 Submitted by: Patrick Dung <patrick_dkt@yahoo.com.hk>
* SIZEify (maintainer timeout)trevor2004-03-3168-0/+380
|
* BROKEN on amd64: Does not compilekris2004-03-291-2/+2
|
* BROKEN: Does not installkris2004-03-291-0/+2
|
* - SIZEifymarkus2004-03-292-0/+2
| | | | | Submitted by: trevor Approved by: arved (mentor)
* - SIZE'ifykrion2004-03-272-0/+2
| | | | | PR: ports/64784 Submitted by: maintainer
* - make PKGNAMESUFFIX more flexibledinoex2004-03-271-1/+1
|
* - Improve papersize handling of LIPS driverkrion2004-03-268-28/+262
| | | | | PR: ports/64766 Submitted by: Ports Fury
* - Generate pkg-plist on the fly.krion2004-03-262-14/+18
| | | | | | | - Some style fixes. PR: ports/64710 Submitted by: maintainer
* - Generate pkg-plist on the fly.krion2004-03-262-17/+18
| | | | | | | - Some style fixes. PR: ports/64709 Submitted by: maintainer
* - Generate pkg-plist on the fly.krion2004-03-262-17/+18
| | | | | | | - Some style fixes. PR: ports/64707 Submitted by: maintainer
* - Generate pkg-plist on the fly.krion2004-03-262-14/+18
| | | | | | | - Some style fixes. PR: ports/64706 Submitted by: maintainer
* - Generate pkg-plist on the fly.krion2004-03-262-13/+14
| | | | | | | - Some style fixes. PR: ports/64708 Submitted by: maintainer
* - Generate pkg-plist on the fly.krion2004-03-252-50/+20
| | | | | | | | - Fix a problem that necessary directories are not created during pkg_add PR: ports/64696 Submitted by: maintainer
* SIZE update jumbo-commit.bms2004-03-251-0/+1
| | | | Submitted by: trevor
* Add size data, approved by maintainers.trevor2004-03-251-0/+1
|
* - Update to 1.6.4pav2004-03-256-286/+369
| | | | | | PR: ports/63639 Submitted by: Jonathan Noack <noackj@concordiacrusaders.org> Approved by: maintainer timeout (3 weeks)
* - Fix WWW:krion2004-03-232-48/+40
| | | | | | | | - Fix dependencies - Some style changes PR: ports/64527 Submitted by: maintainer
* - Update to version 2.10krion2004-03-233-252/+102
| | | | | PR: ports/64603 Submitted by: maintainer
* Retire this port. It has served its purpose, and now everything thatmarcus2004-03-239-235/+0
| | | | required it uses libgnomeprint.
* Fix build with freetype2-2.1.7.marcus2004-03-2312-0/+144
| | | | Reported by: bento via kris
* Update to 2.1.7 to fix the build with freetype2-2.1.7.marcus2004-03-232-3/+3
|
* Add SIZE data.knu2004-03-224-0/+4
| | | | Submitted by: trevor
* Add SIZE information.jkoshy2004-03-221-0/+1
| | | | Submitted by: trevor
* - Remove print/rubber, it's duplicate of textproc/rubber.pav2004-03-226-101/+0
| | | | | | | | | | Port Version Added on print/rubber 0.99.5 Oct 6 2003 textproc/rubber 0.99.6 Mar 27 2003 PR: ports/64497 Reported by: Kay Lehmann <kay_lehmann@web.de> Pointy hat: edwin (for adding duplicate back in fall 03)
* Fix build with freetyp2-2.1.7.marcus2004-03-221-0/+12
| | | | Reported by: bento via kris
* - Some style changeskrion2004-03-212-24/+29
| | | | | | | - Install directory is changed, hence bump PORTREVISION PR: ports/64529 Submitted by: maintainer
* - Add share/texmf-local/web2c and some style changes.krion2004-03-212-11/+13
| | | | | PR: ports/64530 Submitted by: maintainer
* Move the ancient emacs 19.x port from editors/emacs tokris2004-03-211-2/+2
| | | | | | | editors/emacs19, and update the main emacs port to 21.x by copying from editors/emacs21. Retire the editors/emacs21 port. PR: ports/24983
* - Fix build with freetype-2.1.7krion2004-03-206-0/+42
| | | | | PR: ports/64472 Submitted by: Ports Fury
* Revert the previous commit. It was a nice idea, and worked in many cases,marcus2004-03-193-102/+1
| | | | | | but there were still some bitmap fonts that failed to load correctly. Instead, I will revert the portion of libXft that enforces strict bitmap font sizes.
* Fix the height and width calculations for BDF/PCF fonts. This fixes themarcus2004-03-193-0/+102
| | | | | | | | | | problems people were seeing with bitmap fonts after the big font upgrade a few days ago. Note: If you applied my libXft patch, you need to back that out once you upgrade freetype2. Obtained from: FreeType CVS
* Add size data, approved by maintainers.trevor2004-03-1919-0/+322
|
* reset MAINTAINER bit to ports@vanilla2004-03-191-1/+1
| | | | I have no too much time to maintain.
* Add SIZE.vanilla2004-03-191-0/+1
| | | | Submitted by: trevor
* - Add SIZE to GNOME portspav2004-03-188-0/+8
| | | | Submitted by: trevor
* Add SIZE data.perky2004-03-181-0/+1
| | | | Submitted by: trevor
* Add size data.trevor2004-03-188-0/+20
| | | | Approved by: maintainers
* s/pre-install/pre-su-install/ because we're creating directories undermarcel2004-03-182-2/+2
| | | | ${PREFIX}.
* SIZEify.trevor2004-03-189-0/+56
|
* - clean empty dirs man/fr/man?dinoex2004-03-181-0/+5
|
* Update to 2.1.7. For a list of what's changed, please see:marcus2004-03-173-14/+15
| | | | http://sourceforge.net/project/shownotes.php?release_id=216538
* - Update to version 1.0.29krion2004-03-152-5/+3
| | | | | PR: ports/64290 Submitted by: maintainer
* update to xfce 4.0.4oliver2004-03-153-6/+8
|
* Mark BROKEN: Checksum mismatchkrion2004-03-151-0/+2
| | | | | PR: ports/64268 Submitted by: David Gilbert <dgilbert@daveg.ca>
* - Fix build with qt-33krion2004-03-151-0/+5
| | | | | PR: ports/64218 Submitted by: Ports Fury
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-1425-25/+25
| | | | | | | | | | | | | | | 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.
* BROKEN on alpha 4.x: Coredump during buildkris2004-03-141-0/+4
|
* BROKEN on alpha 4.x: coredump during buildkris2004-03-141-0/+4
|
* Now that the SIZE thing has stabilized, add it to the ports I maintain.dougb2004-03-141-0/+1
|
* Fix build with gtk+-2.4.marcus2004-03-141-0/+3
| | | | | PR: 64176 Submitted by: Jeremy Messenger <mezz7@cox.net>
* - Update to version 0.35krion2004-03-144-87/+38
| | | | | PR: ports/64217 Submitted by: Ports Fury
* deUSE_SIZEify.obraun2004-03-111-1/+0
|
* - Update MASTER_SITES and WWW: linekrion2004-03-104-27/+23
| | | | | | | - Utilize NOPORTDOCS PR: ports/64047 Submitted by: Ports Fury
* - Fix BUILD_DEPENDSkrion2004-03-085-5/+10
| | | | | PR: ports/63882 Submitted by: Ports Fury
* BROKEN on alpha 5.x: Does not compilekris2004-03-071-1/+7
|
* Add latex-lineno 3.10.20031112,krion2004-03-065-0/+73
| | | | | | | | | | | The LaTeX package lineno.sty provides line numbers on paragraphs. After TeX has broken a paragraph into lines there will be line numbers attached to them, with the possibility to make references through the LaTeX \ref, \pageref cross reference mechanism. PR: ports/63810 Submitted by: hrs@FreeBSD.org
* Add latex-arydshln 1.6.20030825,krion2004-03-065-0/+78
| | | | | | | | latex-arydshln gives LaTeX's array and tabular environments the capability to draw horizontal/vertical dash-lines. PR: ports/63809 Submitted by: hrs@FreeBSD.org
* - Fix build on -stable with Qt frontendkrion2004-03-0510-30/+495
| | | | | | | - Add CONFLICTS PR: ports/63754 Submitted by: Ports Fury
* Add latex-pict2e 0.2.20040219,krion2004-03-055-0/+98
| | | | | | | | | The pict2e package extends the existing LaTeX picture environment, using the familiar technique (cf. the graphics and color packages) of driver files. PR: ports/63760 Submitted by: hrs@FreeBSD.org
* - Update to version 2.01krion2004-03-043-46/+75
| | | | | PR: ports/63712 Submitted by: maintainer
* - Update to version 0.60krion2004-03-042-30/+19
| | | | | PR: ports/63713 Submitted by: maintainer
* - Update to version 1.09krion2004-03-042-14/+13
| | | | | PR: ports/63714 Submitted by: maintainer
* BROKEN on alpha 5.x as well: does not compilekris2004-03-031-1/+2
|
* - Fix install in clean environmentpav2004-03-021-0/+2
| | | | Submitted by: bento via kris
* - rpm2cpio.pl need to be EXTRACT_DEPENDS otherwise it will not workpav2004-03-021-1/+1
| | | | | PR: ports/63516 Submitted by: Stephen J. Roznowski <sjr@comcast.net>
* Update to 1.3.4arved2004-03-0120-135/+80
| | | | | PR: 63498 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Use USE_GMAKE to fix the build.adamw2004-03-011-0/+1
|
* - Update to version 8.14krion2004-02-2927-1764/+2151
| | | | | PR: ports/63497 Submitted by: Ports Fury
* - install dvipdfm map file txr3.mappav2004-02-292-0/+5
| | | | | | PR: ports/61997 Submitted by: hrs Approved by: maintainer timeout (14 days)
* - honour PAPERSIZE variable like in a2ps and psutils portsandreas2004-02-281-9/+18
| | | | | | | | | - default to letter - inspired by PR but using a more suitable solution to use the environment variable already used by other ports instead by using new one (PAPER_SIZE and A4_PAPER) PR: 48140
* Add tipa, a collection of fonts and macros to use the T3-encoded IPA with ↵pav2004-02-289-0/+593
| | | | | | | LaTeX2e PR: ports/59444 Submitted by: Andreas Braml <a.strich.b@web.de>
* Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports whichlofi2004-02-271-0/+2
| | | | BUILD_DEPEND on qmake now.
* - sketch is now called skencilandreas2004-02-261-1/+1
| | | | | | - fixed run-dependencies - no revision bump, since this doesn't affect normal port installation or package building.
* (Purportedly) unbreak installation as per some of the responses in thegreen2004-02-2610-20/+75
| | | | | | | PR. I don't see it on my -CURRENT system, but this doesn't break it, either. PR: 62405
* - add CONFLICTSdinoex2004-02-252-1/+11
|
* Change my email address.markus2004-02-242-2/+2
| | | | Approved by: arved (mentor)
* - Update to 2.1.19pav2004-02-234-85/+96
| | | | | PR: ports/62471 Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
* - Update to version 3.0.20040123krion2004-02-232-8/+10
| | | | | PR: ports/63243 Submitted by: maintainer
* BROKEN: Checksum mismatchkris2004-02-221-0/+2
|
* Reset bouncing maintainer addresskris2004-02-221-1/+1
|
* BROKEN: Checksum mismatchkris2004-02-221-0/+2
|
* BROKEN on 4.x: Does not compilekris2004-02-221-0/+4
|
* Fix make patch after gettext PORTREVISION bump by using DISTNAME instead ofmarcus2004-02-211-12/+10
| | | | | | | PKGNAME for the tarball and WRKSRC. PR: 63148 Submitted by: Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
* - Update to 2.0.3pav2004-02-202-4/+3
| | | | | PR: ports/62450 Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
* - Unbreak this port and fix build.krion2004-02-181-4/+3
| | | | Approved by: maintainer informed