1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

4020 Commits

Author SHA1 Message Date
Jose Alonso Cardenas Marquez
184e35e611 - Update to 20070108 2007-01-13 17:36:27 +00:00
Dirk Meyer
d7f59ea8de - update to use new bsd.gnustep.mk
Approved by:	gurkan@linuks.mine.nu
2007-01-13 03:57:25 +00:00
Rong-En Fan
3c089c162b - Use USE_ICONV instead of LIB_DEPENDS
Approved by:	portmgr (erwin, few weeks ago)
2007-01-12 09:12:57 +00:00
Erwin Lansing
9e47ea441a - Update to 1.21.1
- Update WWW
- Add documents

PR:		107359
Submitted by:	Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by:	maintainer timeout
2007-01-06 10:20:17 +00:00
Martin Wilke
813d8e999b 2007-01-04 net/tund: distfile disappeared and has no homepage
2007-01-04 net/xbms: distfile and homepage disappeared
2007-01-03 print/bibcard: distfile and homepage disappeared
2007-01-05 19:02:59 +00:00
Martin Wilke
89fc8fbeff 2007-01-01 graphics/teddy: No new releases in the past 4 years
2007-01-01 net/arla: "does not compile"
2007-01-02 sysutils/lsmlib: distfile and homepage disappeared
2007-01-02 security/ifd-gpr400: distfile and homepage disappeared
2007-01-04 science/mmtk: distfile and homepage disappeared
2007-01-04 print/xtem: distfile and homepage disappeared
2007-01-04 net/mrt: distfile and homepage disappeared
2007-01-05 18:42:55 +00:00
Martin Wilke
2782bcfe89 2006-12-01 net-p2p/gnome-btdownload: does not run with BitTorrent 4.x yet
2006-12-01 print/ec-fonts-mftraced: Installs files before 'make install'
2006-12-01 print/yatex-xemacs-mule: hangs during build
2006-12-01 security/gnu-crypto: Does not compile
2006-12-01 www/linux-beonex: Security issues. From http://www.beonex.com/ 'The currently available Beonex Communicator 0.8 builds have several known security bugs'
2007-01-05 16:54:27 +00:00
Rong-En Fan
ccfea083ca - Update to 0.9.5
- Pass maintainership to submitter

PR:		ports/107554
Submitted by:	Marcelo Araujo <araujo at bsdmail.org>
2007-01-05 14:54:11 +00:00
Ying-Chieh Liao
253c90e625 upgrade to 5.2.3
take maintainership

PR:		107546
Submitted by:	araujo@bsdmail.org
2007-01-05 01:23:33 +00:00
Jeremy Messenger
2a905a8e37 Took a lot of nice patches from Ubuntu Linux to make both of ports work better
with the current version of CUPS. Also, many improvements. Fix a bit in the
plist. Bump thePORTREVISION.

libgnomecups:
--------------------
* patch-20_parse-dot-cups-lpoptions: Parse ~/.cups/lpoptions.
* patch-21_fix-islocal: Check whether the printer URI starts with http://,
  ipp://, or smb:// to test whether its local or not.
* patch-22_ignore-ipp-not-found: Do not warn on stderr in case of
  IPP_NOT_FOUND.
* patch-23_replace-set-printer-attrs: Replace IPP_SET_PRINTER_ATTRIBUTES with
  CUPS_ADD_MODIFY_PRINTER.
* patch-24_mem-leak: Fix memory leak in
  gnome_cups_request_add_requested_attributes().
* patch-25_browsed_ppds: Fix PPD retrieval for printers picked up with cups
  browsing.
--------------------

gnome-cups-manager:
--------------------
* patch-24_printer_properties_name_entry: Doesn't allow changing of printer
  names, but the GUI pretends to.
* patch-25_properties_on_add: Don't open up a printer properties on a fresh
  add of a printer. CUPS isn't synced yet, so it causes problems.
* patch-26_remove-no-cups-dialog: Don't show a dialog when CUPS isn't found.
* patch-27_dont-request-additional-attributes: Avoid calling
  gnome_cups_request_add_requested_attributes() since CUPS returns all
  attributes by defaults anyway.
* patch-change_uri_fix: Fix the URI change.
* patch-gutenprint_driver_name: Do not crash if a PPD file name does not
  contain a '/'.
* patch-password_field_garbage: When editing SMB connection attributes, do not
  set the password input field to the value of 'resource' (which is 'smb'). We
  do not get the password in cleartext, so just leave the field blank.
* patch-select_eintr_crash: Do not bail out if select() fails with EINTR,
  which is a valid case.
* patch-ui_edit_name_description: Add gnome-cups-add step to change printer
  name, description, and location.
* patch-ui_startbox: Improvement on startup, run progress bar in the first
  startup to scan the printer database.
* patch-ui_tooltip: Adjust tooltip for cups network printer installation.
--------------------

PR:		ports/106972
Reported by:	Werner <elvis69@arcor.de>
Tested by:	Werner <elvis69@arcor.de>
2007-01-04 22:49:03 +00:00
Hiroki Sato
810c4f5f9d Resurrect print/latex-pgf and print/latex-beamer and update
them to 1.01 and 3.06 respectively.

Changes since latex-beamer 3.01 (included in teTeX) include:

 - Fixed bug in drawing of buttons.
 - Version for use with pgf version 1.00.
 - Added color theme wolverine and presentation theme AnnArbor,
   submitted by Madhusudan Singh <madhusudan.singh@gmail.com>.
 - Added two screen options.
 - Added subsubsections (evil!).
 - Added \begin{frame}{Title}{Subtitle} syntax.
 - Switched to pgf version 0.95
 - \setbeamercovered is now scoped.
 - Fixed location of navigation symbols on plain frames.
 - Fixed wrong frame number in conjunction with fragile option.
 - Fixed compatibility definitions like \beamertemplateballtoc.
 - Fixed compatibility definitions for \beamersetleftmargin.
 - Fixed wobbling height of frametitle in default theme.
 - Fixed problem with serif theme and "onlymath" option.
 - Fixed problem with >127 characters and fragile option.
 - Fixed problem with activation of Chinese characters
 - Fixed problem with spaces in semiverbatim.
2007-01-04 21:48:19 +00:00
Roman Bogorodskiy
3d0dcc46ab - Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
2007-01-02 08:54:13 +00:00
Jeremy Messenger
48ba81f618 -Update to 0.6.7.
-USE_X_PREFIX -> USE_XLIB, no function change because of gnomeprefix.
-Get Makefile to be better view in 80 columns.
2007-01-02 07:58:55 +00:00
Jeremy Messenger
19a9f3912c - Update to 0.16.0.
- More on PREFIX-cleaness.
- Remove databases/ruby-libgda and multimedia/ruby-gst, these ports are no
  longer in the tarball and have been dropped support by the developers.
2007-01-02 00:57:05 +00:00
Michael Johnson
1099229a2a Grab MAINTAINER 2006-12-31 22:48:49 +00:00
Rong-En Fan
e3ac5fc3e0 - Be compatible with Debian's font famliy name for
latex-cjk-chinese-arphic-bkai00mp 1.15+. They use bkai instead of kai.
  Make both name available.
2006-12-31 19:10:39 +00:00
Martin Wilke
1af088db7f ReportLab is a software library that lets you directly create
documents in Adobe's Portabe Document Format (PDF) using the Python
programming language.

The ReportLab library directly creates PDF based on your graphics
commands. There are no intervening steps. Your applications can
generate reports extremely fast - sometimes orders of magnitude
faster than traditional report-writing tools.

The ReportLab library is expected to be useful in at least the
following contexts:

- Dynamic PDF generation on the web
- High-volume corporate reporting and database publishing
- An embeddable print engine for other applications, including
  a 'report language' so that users can customize their own reports.
- A 'build system' for complex documents with charts, tables
  and text such as management accounts, statistical reports and
  scientific papers
- Going from XML to PDF in one step!

WWW:	http://www.reportlab.org/rl_toolkit.html

PR:		ports/107360
Submitted by:	Li-Wen Hsu <lwhsu at lwhsu.org>
2006-12-30 22:57:37 +00:00
Rong-En Fan
098325c320 - Update to 2.13
Noticed by:	portscout
2006-12-30 02:42:18 +00:00
Dirk Meyer
a32ea27034 - add option WITH_I18N
PR:		107195
Submitted by:	Eugene Grosbein
2006-12-29 18:17:54 +00:00
Ion-Mihai Tetcu
07e8ac467b - RUN_DEPEND on Ghostscript which besides bringing in some needed fonts also
takes care of the breakage with AFL Ghostscript version.
- take care to make espgs and ghostscript-gpl not install files into the same
places
- bump PORTREVISION for above
- pass maintianership to submitter, Eygene Ryabinkin.

PR:		ports/107207
Submitted by:	Eygene Ryabinkin
Approved by:	Frank Mayhar (formaer maintaner)
2006-12-28 19:00:15 +00:00
Ion-Mihai Tetcu
9b0818d5b9 Use SF.net mirrors for MASTER_SITES
PR:		ports/104775
Submitted by:	Thomas Abthorpe
Approved by:	maintainer time-out
2006-12-27 10:19:54 +00:00
Jose Alonso Cardenas Marquez
f858d69723 - Update to 20061224
- Fix fetch problem and remove BROKEN state
2006-12-26 22:29:39 +00:00
Mark Linimon
b93aea8ea6 Mark BROKEN: fails to fetch. 2006-12-26 22:05:24 +00:00
Jeremy Messenger
9abd21c3e3 -Update to final 5.0.0.
-Fix plist for cups.
-Do not create empty directories of gimp.
-Remove locale dir that aren't in mtree.

Approved by:	ahze
2006-12-24 20:37:52 +00:00
Michael Johnson
b334e339d2 Update to 0.6.6 2006-12-24 16:12:18 +00:00
Juergen Lock
52f4e6467c Update MAINTAINER email address of my ports
Approved by:	miwi
2006-12-23 17:42:42 +00:00
Dirk Meyer
9cfcf34128 - honor PTHREAD_LIBS
Submitted by:	Jeremy Messenger (maze)
PR:		107050

- honor PTHREAD_CFLAGS
- make portlint happper
2006-12-22 08:51:28 +00:00
Boris Samorodov
d35f009a81 In preparation to deprecate shells/bash2:
. change BUILD_DEPENDS: shells/bash2 -> shells/bash.
2006-12-21 23:17:42 +00:00
Rong-En Fan
6c68f3e33d - Don't install t1asm, depends on t1utils instead
Reported by:	Edward G.J.Lee <edt1023 at info.sayya.org>
2006-12-20 17:40:37 +00:00
Dirk Meyer
e115e61089 - move RUN_DEPENDS to BUILD_DEPENDS
PR:		106862
2006-12-18 14:21:23 +00:00
Dirk Meyer
230f6fbf85 - drop empty file 2006-12-18 13:43:25 +00:00
Jose Alonso Cardenas Marquez
4ab064a5fe - Update to 20061212
PR:		ports/106659
Submitted by:	Armin Pirkovitsch <a.pirko__at__inode.at>
2006-12-16 15:57:45 +00:00
Jose Alonso Cardenas Marquez
6af1cca0d8 - Update to 20061214
- Add miwi's mirror to MASTER_SITES (miwi thanks)
2006-12-16 15:54:53 +00:00
Martin Wilke
8a7a5fff89 - Add backup MASTER_SITES
Submitted by:   pointyhat via kris
2006-12-14 08:09:12 +00:00
Jean-Marc Zucconi
759d64363e - Honor CC in the lib subdir
- Fix the compilation with gcc 4.x
2006-12-13 22:14:47 +00:00
Peter Pentchev
64e068d25c Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
2006-12-13 12:41:35 +00:00
Vasil Dimov
37a9257fe9 Remove expired ports:
2006-12-01 print/latex-beamer: is already included in the teTeX distribution
2006-12-01 print/latex-bibtopic: is already included in the teTeX distribution
2006-12-01 print/latex-bibunits: is already included in the teTeX distribution
2006-12-01 print/latex-booktabs: is already included in the teTeX distribution
2006-12-01 print/latex-index: is already included in the teTeX distribution
2006-12-01 print/latex-layouts: is already included in the teTeX distribution
2006-12-01 print/latex-pgf: is already included in the teTeX distribution
2006-12-01 print/latex-subfig: is already included in the teTeX distribution
2006-12-01 print/latex-xcolor: is already included in the teTeX distribution
2006-12-01 print/latex-lineno: is already included in the teTeX distribution
2006-12-01 print/latex-pict2e: is already included in the teTeX distribution
2007-05-31 multimedia/gstreamer-plugins-mpeg2enc80: Obsolete version, use gstreamer 0.10 instead
2006-12-01 lang/gcc30: "This port is no longer in use by anything in the ports collection and will be removed in the future.  Use a later release instead."
2006-12-01 lang/egcs: "This port is no longer in use by anything in the ports collection and will be removed in the future.  Use a later release of gcc instead"
2006-12-01 graphics/php4-ming: doesn't work with new version of ming library
2006-12-01 graphics/dvipng: is already included in the teTeX distribution
2006-12-12 16:06:42 +00:00
Vasil Dimov
96286aa69d Remove expired leaf ports:
2006-12-01 www/nspostgres: Use www/aolserver with WITH_NSPOSTGRES=1 instead.
2006-12-01 www/fxhtml: crusty old a.out binary, not useful any more
2006-12-01 www/jakarta-tomcat3: Please use www/tomcat55 instead
2006-12-10 shells/mudsh: Project disappeared from the internet
2006-12-09 print/py-freetype: Project has disappeared and is no longer fetchable
2006-12-01 palm/syncal: Does not build with new pilot-link
2006-12-01 net/tn3270: dumps core. Please use net/c3270 instead
2006-12-01 multimedia/dvdwizard: has an incomplete dependency list
2006-12-12 15:42:12 +00:00
Dirk Meyer
ad71a0e281 - take maintainership
- virtualie meta package
2006-12-10 14:05:59 +00:00
Gabor Kovesdan
f6a345a00f Fix the typo in my last commit. I accidentally committed the wrong version
of the patch.

Approved by:	erwin (mentor)
Pointy hat to:	gabor
2006-12-10 10:18:17 +00:00
Nicola Vitale
bd6fa393f8 - Updated email address in my ports
Approved by:	alexbl (mentor)
2006-12-10 01:21:51 +00:00
Gabor Kovesdan
e764e76dc7 - Fix fetching
- Fix WWW
- Eliminate pkg-plist

Approved by:	erwin (mentor)
2006-12-09 15:34:09 +00:00
Gabor Kovesdan
8f8b8594a8 - Update to 2.5.5
- Add support for NOPORTDOCS
- Remove old patch

PR:		ports/106336
Submitted by:	gabor
Approved by:	erwin (mentor)
2006-12-09 13:44:11 +00:00
Rong-En Fan
0084fa2809 - Respect X11BASE
Approved by:	portmgr (linimon)
2006-12-09 02:12:38 +00:00
Martin Wilke
9bdb356d23 - Fix Build
PR:             ports/106492
Submitted by:   Frank Mayhar <frank@exit.com> (maintainer)
                pointyhat
2006-12-08 22:26:47 +00:00
Martin Wilke
07869b64bd This package used to extract the revision and file information
provided by the Subversion revision control system.

WWW: http://www.brucker.ch/projects/svninfo/

PR:		ports/106427
Submitted by:	Henrik Brix Andersen <henrik at brixandersen.dk>
2006-12-06 22:44:49 +00:00
Mark Linimon
b1640f10d3 Reset asa@agava.com after several months of inactivity and no response to
email.

Hat:		portmgr
2006-12-06 12:26:22 +00:00
Andrew Pantyukhin
27e3ffc809 - Update to 1.2.7
- Clean up a little bit
- Clean up var at deinstallation

Approved by:	Sergey Akifyev <asa@agava.com> (months of timeouts)
2006-12-06 09:39:28 +00:00
Martin Wilke
08d0935817 - Update to 8.15.3
- Pass maintainership to submitter

PR:		ports/106292
Submitted by:   Frank Mayhar <frank@exit.com> (maintainer)
2006-12-06 07:46:58 +00:00
Martin Wilke
dccbd9e5a9 - Update to 1.5.0
PR:             ports/106293
Submitted by:   Frank Mayhar <frank@exit.com> (maintainer)
2006-12-05 21:08:12 +00:00
Erwin Lansing
aa576c3fff - Deprecate
- Set EXPIRATION_DATE

PR:		106337
Submitted by:	gabor
2006-12-04 21:51:30 +00:00
Erwin Lansing
63a5fe2e26 - Deprecate
- Set EXPIRATION_DATE

PR:		106335
Submitted by:	gabor
2006-12-04 21:48:50 +00:00
Erwin Lansing
36bc27b2eb - Deprecate
- Set EXPIRATION_DATE

PR:		106334
Submitted by:	gabor
2006-12-04 21:45:29 +00:00
Dmitry Sivachenko
274e5c4ab3 Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update. 2006-12-03 12:45:59 +00:00
Stanislav Sedov
9377b98f8f - Update to current snapshot (should fix compatiblity problems with the new
gnome)
- PREFIX-cleaness

Approved by:	mezz (maintainer, implicitly)
2006-12-02 18:34:38 +00:00
Rong-En Fan
b3e1c97376 - Update to 2.12 2006-11-29 15:52:12 +00:00
Martin Wilke
43aad21b33 - Respect X11BASE
PR:		ports/105893
Submitted by:	trasz
2006-11-27 22:03:32 +00:00
Jean-Marc Zucconi
69defce4bf Make it compatible with a nonstandard X11BASE (untested). 2006-11-23 20:27:21 +00:00
Pav Lucistnik
e762c47cd6 - Update to 2.4.3
PR:		ports/105786
Submitted by:	Simon Olofsson <simon@olofsson.de> (maintainer)
2006-11-23 16:34:12 +00:00
Vasil Dimov
40405e0020 Remove expired leaf port:
2006-11-19 print/pecl-panda: Project is dead and does not work
2006-11-22 08:30:38 +00:00
Martin Wilke
46fb516e12 - Update to 3.6.2
PR:		ports/105034
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	maintainer timeout
2006-11-15 21:48:47 +00:00
Rong-En Fan
806e16211e - Do not overwrite configuration file. Bump PORTREVISION
- Use DATADIR and USE_ICONV
2006-11-14 01:22:36 +00:00
Rong-En Fan
4df8ed3d44 - Do not install t1asm, depending on print/t1utils instead.
Spotted by:	Edward G.J.Lee <edt1023 at info.sayya.org>
2006-11-13 13:28:02 +00:00
Vasil Dimov
20eb0805bb Remove expired ports:
2006-11-05 deskutils/offix-trash: development ceased in 1996
2006-11-04 devel/mingw: use mingw32-* ports instead
2006-11-04 devel/mingw-binutils: use mingw32-* ports instead
2006-11-04 devel/mingw-bin-msvcrt: use mingw32-* ports instead
2006-11-04 devel/mingw-gcc: use mingw32-* ports instead
2006-11-04 devel/mingw-opengl-headers: use mingw32-* ports instead
2006-11-05 editors/offix-editor: developement ceased in 1996
2006-11-05 print/offix-printer: development ceased in 1996
2006-11-05 sysutils/wmmon: no longer available from mastersite
2006-11-04 sysutils/xsysinfo: no longer available from mastersite
2006-11-04 textproc/xmlada: no longer available from mastersite; 2.0 is available
2006-11-05 www/p5-CGI-Application-ValidateRM: no longer available from mastersites
2006-11-05 x11/offix-clipboard: development ceased in 1996
2006-11-05 x11/offix-execute: development ceased in 1996
2006-11-05 x11-fm/offix-files: development ceased in 1996
2006-11-05 x11-wm/icepref: is for IceWM version 1.04 (6 years old)
2006-11-09 08:55:20 +00:00
Alex Dupre
1ae8539628 Mark BROKEN and DEPRECATED, the project was born dead. 2006-11-08 08:09:31 +00:00
Alejandro Pulver
c2fd546aa9 - Marked BROKEN on FreeBSD 7 as it doesn't compile.
- Small fixes on Makefile.

PR:		ports/104873
Submitted by:	Koji Yokota <yokota@res.otaru-uc.ac.jp> (maintainer)
2006-11-08 00:59:33 +00:00
Frank J. Laszlo
40d889badc Update my email address in all ports that I maintain.
Approved by:	flz (mentor)
2006-11-07 15:37:06 +00:00
Alex Dupre
231d22844d Update to 2.1.2 release.
PR:		ports/105227
Submitted by:	Kian Mohageri <kian.mohageri@gmail.com>
2006-11-06 22:27:23 +00:00
Jose Alonso Cardenas Marquez
da6c0d94b2 - Update to 20061031 2006-11-06 16:53:15 +00:00
Jose Alonso Cardenas Marquez
3c6f2cfa5b - Update to 20061031 2006-11-06 16:39:53 +00:00
Martin Wilke
ea6bf1bd57 PDF generation using only PHP, without requiring any external libraries.
WWW: http://pear.php.net/package-info.php?package=File_PDF

PR:		ports/104285
Submitted by:	Anish Mistry <amistry@am-productions.biz>
Sponsored by:   FreeBSD Bug-a-thon #2
2006-11-05 21:58:14 +00:00
Martin Wilke
0f345d85c4 - Update to 1.3.3.4
PR:		ports/104717
Submitted by:	Armin Pirkovitsch<a.pirko@inode.at>
Sponsored by:   FreeBSD Bug-a-thon #2
2006-11-05 20:43:56 +00:00
Jeremy Messenger
1a88278734 INSTALLS_SHLIB -> USE_LDCONFIG.
Found by:	portlint (cports.sh)
2006-11-05 03:45:05 +00:00
Jeremy Messenger
ddda5ed61b -INSTALLS_SHLIB -> USE_LDCONFIG.[1]
-Find cups modules in the correct path.
-Bump the PORTREVISION.

Found by:       portlint (cports.sh)[1]
2006-11-05 03:43:41 +00:00
Rong-En Fan
628fb6cc18 - Some tweaks, no patch required
Submitted by:	sat
2006-11-03 15:28:29 +00:00
Alex Dupre
6315624445 Update to 2.1.1 release.
PR:		ports/105017
Submitted by:	chinsan
2006-11-01 14:53:11 +00:00
Alex Dupre
b89a80c58c Update to 7.0.0p3 release and make it fetchable again. 2006-11-01 12:35:35 +00:00
Martin Wilke
a05c7f3106 - Pass maintainership to submitter
(Notes: request of ports@ http://lists.freebsd.org/pipermail/freebsd-ports/2006-October/036304.html )

Submitted by:	Conrad J. Sabatier <conrads at cox.net>
2006-11-01 11:23:30 +00:00
Rong-En Fan
6912c198da - Update to 4.7.0 2006-10-31 13:54:24 +00:00
Dirk Meyer
a192d61138 GSPdf is a Postscript and Pdf Viewer for GNUstep.
It is a frontend for Ghostscript.

WWW: http://www.gnustep.it/enrico/gspdf/
2006-10-31 05:52:17 +00:00
Rong-En Fan
dc9f0d49e8 - Update to 2.11 2006-10-31 04:55:09 +00:00
Jose Alonso Cardenas Marquez
850d13adb2 - Update to 20061010
- Fix wrapper files
- Add a note to pkg-message about a problem with foo2hp using 2bpp

PR:		ports/104344 ports/103616
Submitted by:	Frank J. Laszlo, Armin Pirkovitsch
Approved by:	portmgr (erwin)
2006-10-19 17:31:03 +00:00
Alex Dupre
e05f5dddd3 Restore major 7.0.0p1 PORTVERSION to make scripts happy.
No functional changes.

Discussed with:	erwin
Approved by:	portmgr (implicitly)
2006-10-16 10:31:24 +00:00
Alex Dupre
1e370736b4 Fix fetching.
Approved by:	portmgr (implicitly)
2006-10-15 08:30:11 +00:00
Alex Dupre
1c64a6c3b3 Update to 7.0.0p1 release and make it fetchable again.
Approved by:	portmgr (marcus)
2006-10-14 16:13:52 +00:00
Joe Marcus Clarke
5fa589f260 Correct a typo when WITH_CJK is defined.
Submitted by:	nork
Approved by:	portmgr (implicit)
2006-10-14 16:03:45 +00:00
Joe Marcus Clarke
29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
Joe Marcus Clarke
f1bb12de8e Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.

On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE.  This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed.  The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily.  We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.

Back to GNOME 2.16.  This release brings a huge amount of new functionality
to FreeBSD.  The standard release notes can be read at
http://www.gnome.org/start/2.16/ .  But on top of what you will read there,
jylefort and marcus have completed work on a port of HAL to FreeBSD.  This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.

But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:

Phillip Neumann <pneumann@gmail.com>
tmclaugh
mux
Yuri Pankov <yuri.pankov@gmail.com>
chinsan
Thomas <freebsdlists@bsdunix.ch>
Brian Gruber <knightbg@yahoo.com>
Franz Klammer <klammer@webonaut.com>
Dominique Goncalves <dominique.goncalves@gmail.com>
Pascal Hofstee <caelian@gmail.com>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
backyard <backyard1454-bsd@yahoo.com>
Andris Raugulis <endrju@null.lv> <endrju@null.lv>
Eric L. Chen <d9364104@mail.nchu.edu.tw>
Pawel Worach <pawel.worach@gmail.com>
QuiRK on #freebsd-gnome
Shane Bell <decept0@gmail.com>
luigi
sajd on #freebsd-gnome
sat
Chris Coleman <chrisc@vmunix.com>
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz <joeldiaz@mac.com>

Enjoy!

Approved by:	portmgr (implicit, kris)
2006-10-14 08:35:50 +00:00
Erwin Lansing
21f3f69ece - Unbreak
- Set NOFETCHFILES, since it doesn't fetch anything itself
- Set ONLY_FOR_ARCHS= i386 alpha
- Portlint

Submitted by:	pointyhat via kris, gabor
Approved by:	portmgr (self)
2006-10-12 12:46:59 +00:00
Shaun Amott
6966b7432a Deprecate port.
According to the submitter:
"Distfiles for print/py-freetype are no longer available. Author of
 the software has been contacted and indicated the software is defunct."

PR:		ports/104229
Submitted by:	Josh Paetzel <josh@tcbug.org>
2006-10-10 00:00:29 +00:00
Alex Dupre
8e8d970bfa Chase pdf library and bump PORTREVISION. 2006-10-09 08:18:35 +00:00
Alex Dupre
e927ebf59d Update to 7.0.0 release. 2006-10-09 08:17:20 +00:00
Jose Alonso Cardenas Marquez
ba037f0eac - Update to 20061004
Reported by:	bsam
2006-10-08 22:35:59 +00:00
Alex Dupre
17263bff3f Update to 2.1.0 release.
PR:		ports/104143
Submitted by:	chinsan
2006-10-08 07:48:28 +00:00
Pav Lucistnik
514671ec3a - Update to 1.4.2
- Take over maintainership

PR:		ports/102401
Submitted by:	Koji Yokota <yokota@res.otaru-uc.ac.jp>
2006-10-07 21:45:29 +00:00
Pav Lucistnik
6ed0515c8f - Update to 2.4.2
PR:		ports/103977
Submitted by:	Simon Olofsson <simon@olofsson.de> (maintainer)
2006-10-04 15:55:10 +00:00
Boris Samorodov
546e863132 - update from 0.9.11 to 1.6.7;
- enhanced pkg-message.

PR:		100413
Submitted by:	Anish Mistry <amistry at am-productions.biz> (maintainer)
2006-09-27 23:00:09 +00:00
Rong-En Fan
6f8a0e0d26 - Update to 4.12.27
PR:		ports/103641
Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>
2006-09-26 12:37:56 +00:00
Jose Alonso Cardenas Marquez
079b401c86 - Update to 20060922 2006-09-25 15:45:09 +00:00
Jose Alonso Cardenas Marquez
320840833d - Update to 20060919 2006-09-24 16:22:38 +00:00
Hiroki Sato
c41a5edb50 Update localized Adobe Reader to 7.0.8. 2006-09-22 21:16:46 +00:00
Anton Berezin
812d282788 Update to 0.29a. 2006-09-22 12:16:18 +00:00
Rong-En Fan
b0e3d0e4d6 - Fix pkg-plist
Reported by:	pointyhat via kris
2006-09-21 05:57:45 +00:00
Rong-En Fan
e5bcd165b9 - Move CJK specific maps into recommended directory
PR:		ports/102810
Submitted by:	Tz-Huan Huang <tzhuan@gmail.com>
Discussed with:	hrs, intron <intron at intron.ac>
2006-09-16 15:16:38 +00:00
Rong-En Fan
69d6581995 - Update to 2.10 2006-09-15 13:00:07 +00:00
Rong-En Fan
29cc6444fb - Update to 4.10.0
PR:		ports/103224
Submitted by:	Frank J. Laszlo <laszlof at vonostingroup.com> (maintainer)
2006-09-13 16:53:07 +00:00
Jose Alonso Cardenas Marquez
45ed944434 - Update to 20060911
- See changelog at http://foo2zjs.rkkda.com/ChangeLog

Approved by:	garga (mentor, implicit)
2006-09-12 16:56:48 +00:00
Rong-En Fan
7ca95cfc16 Add pkpgcounter 2.00, A generic Page Description Language parser. 2006-09-12 15:55:23 +00:00
Martin Wilke
a1995d1d66 - Update to 4.2.26
PR:		ports/103148
Submitted by:	KATO Tsuguru <tkato432(at)yahoo.com>
2006-09-11 21:54:05 +00:00
Rong-En Fan
4d40bb0bce - Remove := magic in BUILD_DEPENDS
- Use INSTALL, DOCSDIR, EXAMPLESDIR macros
- dvipdfmx is RUN_DEPENDS not BUILD_DEPENDS
- Use find's -delete instead of xargs + rm
- Use setenv(1) to set environment variables

This should be already committed last month.

PR:		ports/101867
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
Forgotten by:	rafan
2006-09-09 16:04:06 +00:00
Hiroki Sato
fa7bec861d Add $TEXMF/fonts/map// to the tail of updmap(1)'s search path
for *.map files in case no map file is found in
$TEXMF/fonts/map//<dviwarename>//.  While map files should
be separated in this manner to prevent updmap(1) from getting
confused by difference in the file formats between dvips and
dvipdfm, the current chinese/CJK package depends on the obsolete
search path and files in $TEXMF/fonts/map/CJK at this moment.

Rationale: TDS (standard TeX Directory Structure) 1.1[*] specifies
a directory for font map files should be "fonts/map/<syntax>/<package>/..."
and names like "fonts/map/<package>" are discouraged.

Bump PORTREVISION, but there is no visible change for most people.

Spotted by:	rafan
References:	[*] http://tug.org/tds/tds.html
2006-09-09 15:11:51 +00:00
Rong-En Fan
754c56e7f2 - Add OPTIONS, allow users to decide if they want examples and manpages.
Bump PORTREVISION for content changes
- Pet portlint(1)
- Pass maintainership to submitter

PR:		ports/102991
Submitted by:	Marcus von Appen <mva at sysfault.org>
2006-09-09 12:42:00 +00:00
Pav Lucistnik
5e85b82150 - Update to 20060822
PR:		ports/102861
Submitted by:	Remy Oudompheng <remy.oudompheng@ens.fr>
Approved by:	KANOU Hiroki <kanou@khdd.net> (maintainer)
2006-09-07 12:53:47 +00:00
Herve Quiroz
73a2d942e7 Update to 2.1
PR:		102285
Submitted by:	Simon Olofsson <simon@olofsson.de>
Approved by:	maintainer
2006-09-06 22:21:20 +00:00
Michael Nottebrock
26a53bd72b Make sure ${prefix} gets expanded properly. 2006-09-06 22:03:49 +00:00
Jose Alonso Cardenas Marquez
5c21e3b826 - Update to 20060822
Approved by:	garga (mentor, implicit)
2006-09-06 01:58:20 +00:00
Mark Linimon
940902160d Reset inactive maintainer. Also mark these ports as DEPRECATED since no
development has taken place on this suite since 1996.

Hat:		portmgr
2006-09-05 08:58:56 +00:00
Mark Linimon
f5fa4d6050 Reset inactive maintainer who has not responded to email.
Hat:		portmgr
2006-09-05 08:08:44 +00:00
Mark Linimon
f0db31f6d3 Reset inactive maintainer who has not responded to email.
Hat:		portmgr
2006-09-04 09:38:42 +00:00
Alex Dupre
abb10938ac Update to 2.0.5 release.
PR:		ports/101113
Submitted by:	chinsan <chinsan.tw@gmail.com>
2006-09-04 08:21:22 +00:00
Kris Kennaway
3f301de3cc NO_CDROM and NO_PACKAGE are superfluous here; remove them. 2006-09-03 00:54:11 +00:00
Kris Kennaway
cc4626e81d NO_PACKAGE is unnecessary since redistribution is prevented by RESTRICTED 2006-09-02 23:18:10 +00:00
Kris Kennaway
9ab34309b6 Schedule these ignored ports for termination on 2006-12-01 2006-09-02 20:27:12 +00:00
Kris Kennaway
48859cce81 Chase net/samba to net/samba3 in preparation for removal of the former. 2006-09-02 19:50:47 +00:00
Kris Kennaway
15b247f443 Schedule these broken ports for termination on 2006-12-01 2006-09-02 16:51:10 +00:00
Vasil Dimov
fb2ad52d2a Switch dependency from net/samba to net/samba3 since the former
is going to be removed and the later provides the required executable
2006-08-25 08:35:33 +00:00
Jose Alonso Cardenas Marquez
e4c1d19785 - Update to 20060822
Approved by:	garga (mentor)
2006-08-23 15:49:23 +00:00
Joe Marcus Clarke
b02f59413c Fix another 2.1.x mismerge that caused a crash parsing certain pcf fonts.
Reported by:	mezz
2006-08-23 04:11:44 +00:00
Joe Marcus Clarke
1ea8b05a1a Correct patches for freetype2-2.1.x. 2006-08-22 21:45:01 +00:00
Joe Marcus Clarke
9c44000d22 Add patches to correct the security issues described in CVE-2006-3467.
Reported by:	remko
Obtained from:	Freetype CVS via NetBSD
Security:	Fixes CVE-2006-3467
2006-08-22 21:34:10 +00:00
Hiroki Sato
217fa5d646 Fix MASTER_SITES.
Pointed out by:	fenner's portsurvey
2006-08-21 19:15:39 +00:00
Thierry Thomas
00ef97637c Chase a silent update and make fetchable again (the tutorial has been
updated).

Full diff available at
<http://people.freebsd.org/~thierry/ports/fpdf-060414_060815.diff>.

Reported by:	pointyhat via Kris
2006-08-21 18:07:55 +00:00
Rong-En Fan
80b737b5b6 - Define USE_GETTEXT, bump PORTREVISION
PR:		ports/101586
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-15 08:27:47 +00:00
Rong-En Fan
1a0d043dcd - Remove directories that are not in mtree file
Note that these directories are be removed by other dependency ports,
  so I do not bump PORTREVISION for them. These affected ports are
  belong to ports@.

PR:		ports/101586
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-15 07:56:23 +00:00
Cheng-Lung Sung
147fdee482 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
  net-p2p/ palm/ print/ science/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 00:56:24 +00:00
Mikhail Teterin
2877fcf5fc Tune the BROKEN finer -- it seems to affect the i386-current only. 2006-08-14 18:01:22 +00:00
Mikhail Teterin
aaf4a00eaf Submit to Kris' insistence and mark BROKEN on -current. c++ gives up the
ghost (internal compiler error) on a particular file.

Work is ongoing to submit this to the GCC people, who will, no doubt,
berate us for using an old version of compiler, etc., etc., etc...
2006-08-14 17:57:15 +00:00
Rong-En Fan
4d1cfc4e31 Add advi 1.6.0, active-DVI viewer.
PR:		ports/101957
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-14 16:14:29 +00:00
Rong-En Fan
9bcce1d013 - Respect DESTDIR
- Remove unnecessary RUN_DEPENDS by swap {BUILD,RUN}_DEPENDS
  This is due to libtool and gmake.
  Bump PORTREVISION for this.
- Use find's ability: -delete

PR:		ports/101871
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-08-13 10:21:36 +00:00
Martin Wilke
ec01029be7 - Fix pkg-plist
PR:		ports/100878
Submitted by:	Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by:	krion (mentor), maintainer timeout
2006-08-10 22:07:24 +00:00
Jean Milanez Melo
0a9f8dd1df - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.
Approved by:	portmgr (erwin)
2006-08-08 11:35:27 +00:00
Ion-Mihai Tetcu
cc7e718b9d - update to 1.2.2 [1]
- tell in pkg-message about permissions needed [2] [3]
- fix man / mlink install [4] [5]
- don't remove dirs listed in bsd.local.dist [6]
- conflict with LPRng [7]
- fix OPTIONS handling [8]
- fix printing raw data using application/octet-stream [9]
- some other small fixes

Please note that the biggest part of the work was done by Marcin Wisnicki and
this commit it's based manly on his work.

PR:		ports/99624 [1]
		ports/99460 [2] ports/99745 [3]
		ports/99798 [4] ports/101175 [5]
		ports/100865 [6]
		ports/99791 [7]
		ports/99786 [8]
		ports/99707 [9]
Submitted by:	Marcin Wisnicki [1]
		Nicolas Blais [2],Osamu Hasegawa [3]
		Tsurutani Naoki [4], Dominic Fandrey [5]
		Stanislav Sedov [6]
		Leif Pedersen [7]
		Harald Schmalzbauer [8]
		Jonathan Fosburgh [9]
Rewiev by:	many with no objections
Approved by:	maintainer timeout
2006-08-06 09:14:18 +00:00
Ion-Mihai Tetcu
ddddfaf57c - update to 1.2.2 [1]
- tell in pkg-message about permissions needed [2] [3]
- fix man / mlink install [4] [5]
- don't remove dirs listed in bsd.local.dist [6]
- conflict with LPRng [7]
- fix OPTIONS handling [8]
- fix printing raw data using application/octet-stream [9]
- some other small fixes

Please note that the biggest part of the work was done by Marcin Wisnicki and
this commit it's based manly on his work.

PR:		ports/99624 [1]
		ports/99460 [2]	ports/99745 [3]
		ports/99798 [4] ports/101175 [5]
		ports/100865 [6]
		ports/99791 [7]
		ports/99786 [8]
		ports/99707 [9]
Submitted by:	Marcin Wisnicki [1]
		Nicolas Blais [2],Osamu Hasegawa [3]
		Tsurutani Naoki [4], Dominic Fandrey [5]
		Stanislav Sedov [6]
		Leif Pedersen [7]
		Harald Schmalzbauer [8]
		Jonathan Fosburgh [9]
Rewiev by:	many with no objections
Approved by:	maintainer timeout
2006-08-06 09:13:36 +00:00
Ion-Mihai Tetcu
754203dee9 - try to catch if AFPL version of Ghostscript is used and warn the use it won't
build [1]
- small portlint petting

PR:		ports/98843 [1]
Submitted by:	Matthias Andree [1]
2006-08-06 08:54:01 +00:00
Jose Alonso Cardenas Marquez
af1f24eef6 - Update to 20060804
Approved by:	garga (mentor)
2006-08-05 15:58:44 +00:00
Erwin Lansing
50513d5d52 Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.

Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.

PR:             100555
Submitted by:   gabor
Sponsored by:   Google Summer of Code 2006
2006-08-04 12:34:50 +00:00
Hiroki Sato
5c6146f9ba Update to 7.0.8. 2006-08-02 05:05:37 +00:00
Ion-Mihai Tetcu
afe6ac673b Update to version 4.12.23
PR:		ports/101195
Submitted by:	KATO Tsuguru
2006-08-01 18:53:31 +00:00
Jose Alonso Cardenas Marquez
ffa72f082e - Update to 20060723
- Change master site local to my account

Approved by:	garga (mentor)
2006-07-24 02:05:15 +00:00
Jose Alonso Cardenas Marquez
b6b4a544cd Change maintainer address to my @FreeBSD.org email
Approved by:	garga (mentor)
2006-07-23 02:45:24 +00:00
Mark Linimon
03de951cfc Reset bouncing maintainer address ip@doom.homeunix.org. We hope to see him
back soon.

Hat:		portmgr
2006-07-22 04:28:27 +00:00
Rong-En Fan
acc2cf5827 - Update to 2.0.1
PR:		ports/100578
Submitted by:	Simon Olofsson <simon at olofsson.de>
Approved by:	maintainer
2006-07-21 12:29:53 +00:00
Rong-En Fan
b1a98b6ccd - Update to 4.12.22
PR:		ports/100563
Submitted by:	KATO Tsuguru
2006-07-19 19:30:57 +00:00
Hiroki Sato
1a18abe5f6 Fix WITHOUT_X11 support. 2006-07-18 18:53:59 +00:00
Mikhail Teterin
8d66f83145 Upgrade from 1.4.1 to 1.4.2 -- a recommended "maintainance" release. 2006-07-14 05:53:58 +00:00
Cheng-Lung Sung
f61159e23d - - Update to 20060625
PR:		ports/100254
Submitted by:	maintainer (Jose Alonso Cardenas Marquez)
2006-07-14 00:20:17 +00:00
Erwin Lansing
dfe31fcadf Update to 4.12.21
PR:		100035
Submitted by:	Ports fury
2006-07-10 17:52:36 +00:00
Andreas Klemm
b26f78bb3f Update to new version 7.2.8
New features: can play audio files.
lpd then acts like a jukebox.
Remote Audio printing/playing is at experimental stage (untested).
Theoretically it should be possible that multiple print clients
feed the central print server with sound card with audio files.
2006-07-09 16:34:49 +00:00
Michael Johnson
880b3cfa26 - Fix build on sparc64 2006-07-08 17:06:24 +00:00
Renato Botelho
21b0ea6648 EasyLatex is a preprocessor which takes an input file in "pseudo-latex",
and transforms it into proper LaTeX syntax.

Author:	Bayle Shanks <bshanks@ucsd.edu>
WWW:	http://easylatex.sourceforge.net/

PR:		ports/93397
Submitted by:	Nicola Vitale	<nivit at email.it>
2006-07-06 18:02:28 +00:00
Roman Bogorodskiy
26d33e9388 Chase gnutls shlib version change. 2006-07-06 17:41:23 +00:00
Mark Linimon
fb0914231a Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.
PR:		ports/92445
Hat:		portmgr
2006-07-05 02:30:58 +00:00
Mark Linimon
f1b14d9991 Mark as BROKEN on sparc64: fails to compile. 2006-07-03 06:34:06 +00:00
Andreas Klemm
f26c197646 fix acroread dependency after recent changes to the acrobat reader's
ports structure

PR:		ports/99354
Submitted by:	Kostik Belousov <kib@FreeBSD.org>
2006-07-02 12:47:58 +00:00
Makoto Matsushita
953feb66c3 Fix a bug that dvipdfmx confuses 'wh' and 'bk' of tpic special.
As you know from Obtained from: line below, this fix is already in the
original dvipdfmx code.

Submitted by:	Tsuyoshi Ito, tsuyoshiito at nifty dotcom.
Obtained from:	http://cvs.ktug.or.kr/viewcvs/dvipdfmx/src/spc_tpic.c.diff?r2=1.3&r1=1.2&diff_format=u
2006-07-02 11:29:21 +00:00
Rong-En Fan
7bf08da835 - Add missing dependency
The only port that has direct dependency on this port is chinese/CJK,
  but due to other dependencies, print/freetype is listed in CJK's
  dependcies list. Thus, no need to bump CJK's PORTREVISION in this case.

PR:		99628
Reported by:	John Merryweather Cooper <john_m_cooper@yahoo.com>
Approved by:	delphij (mentor)
2006-06-30 11:05:49 +00:00
Stefan Walter
c5833d958d Convert BUILD_DEPENDS on lang/gcc41 to a LIB_DEPENDS, since pdftk is dynamically
linked to a couple of its libraries.

PR:		97259
Submitted by:	Stefan Thurner <thurners@nicsys.de>
Approved by:	maintainer timeout (>6 weeks)
		arved (mentor)
2006-06-29 19:24:29 +00:00
Hiroki Sato
beadde2d37 Fix dependency and installation directory. 2006-06-29 19:11:37 +00:00
Hiroki Sato
2765fc49d2 - Add dependency on print/cm-super.
- Bump PORTREVISION.
2006-06-29 18:52:16 +00:00
Hiroki Sato
4e3dbf1bf7 - Replace symlinks to CM Type 1 font files with ones to the
font directories.
- Bump PORTREVISION.
2006-06-29 18:50:58 +00:00
Hiroki Sato
b70f0fdfe9 - Use consistent installation directories.
- Bump PORTREVISION.
2006-06-29 18:49:03 +00:00
Hiroki Sato
d5f333d66d - Fix longstanding bugs in updmap(1) which prevent it from
working with map files for dvipdfm.

- updmap(1) now supports --progname option.

- Bump PORTREVISION.
2006-06-29 18:46:38 +00:00
Hiroki Sato
109c00ec04 New port: print/cm-super
This is the CM-Super package; it contains Type 1 fonts convered from
METAFONT fonts and covers entire EC/TC, EC Concrete, EC Bright and LH
fonts (Computer Modern font families).  All European and Cyrillic
writings are covered.
2006-06-29 18:42:45 +00:00
Rong-En Fan
2fa25260ab Add p5-PDF-Template 0.22, PDF layout system that uses the same data
structures as HTML::Template.

PR:		ports/99493
Submitted by:	Yuichiro AIZAWA <yaizawa@mdbl.sfc.keio.ac.jp>
Approved by:	delphij (mentor)
2006-06-29 03:39:44 +00:00
Ion-Mihai Tetcu
3cdf2f3e92 Starting with version 1.2.0 CUPS implements the "RunAsOption" no longer.
In order to ensure CUPS-PDF is running with the required root privileges
make 'root' the owner of the cups-pdf backend and set the file permissions of
the backend to 0700 (root only).

PR:		ports/99498
Submitted by:	maintainer
2006-06-28 21:14:20 +00:00
Jean-Marc Zucconi
ea472ae315 Fix a typo which resulted in the TEXINPUTS variable not beeing exported. 2006-06-27 16:32:08 +00:00
Rong-En Fan
ba5a82b53b Change to my FreeBSD.org email.
Approved by:	delphij (mentor)
2006-06-27 03:58:58 +00:00
Hiroki Sato
928dbd0afd Update to 11.83. Changes include:
- The new function `TeX-doc' provides easy access to documentation about
  commands and packages or information related to TeX and friends in
  general.  It is accessible with the key binding `C-c ?'  or the `Find
  Documentation...' entry in the mode menus.

- You can now get rid of generated intermediate and output files by
  means of the new `Clean' and `Clean All' entries in `TeX-command-list'
  accessible with `C-c C-c' or the Command menu.

- Support for forward search with PDF files was added.  That means you
  can jump to a place in the output file corresponding to the position
  in the source file.  Currently this only works if you use the pdfsync
  LaTeX package and xpdf as your PDF viewer.  The accuracy is in the
  range of +/-1 page.

- Adding support for this feature required the default value of the
  variable `TeX-output-view-style' to be changed.  Please make sure you
  either remove any customizations overriding the new default or
  incorporate the changes into your customizations if you want to use
  this feature.

- The error parsing of AUCTeX as well as preview-latex now deals with
  -file-line-error type messages from newer web2c versions (earlier
  versions would omit the traditional error context, which will not
  work).

- The LaTeX tool bar is now enabled by default.

- A problem in preview-latex in connection with XyMTeX has been fixed.

IMPORTANT: Many of the new features in the 11.x series rely on special
properties in the variable `TeX-command-list' and will not work if you
customized this variable for a pre-11.5x release of AUCTeX.  If this
is the case for you, please re-initialize the variable by erasing the
customization, thereby setting the variable to the new default, and
re-adding your changes afterwards.
2006-06-25 17:28:06 +00:00
Johan van Selst
e5df9d136d - Unbreak on 6.x (with a patch to please gcc)
PR:		95228
Submitted by:	Kay Lehmann
Approved by:	Jaap Boender (maintainer), flz (mentor)
2006-06-25 17:04:49 +00:00
Cheng-Lung Sung
baba9cd29f - MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by (non-)ports@, so approved by
  portmgr (erwin) first.

PR:		ports/98755
Submitted by:	rafan
Approved by:	portmgr (erwin)
2006-06-25 16:38:48 +00:00
Markus Brueffer
a45d66ce99 Update to version 1.3.3.2
PR:		ports/99133
Submitted by:	Rainer Alves <rainer.alves@gmail.com> (maintainer)
2006-06-25 12:51:22 +00:00
Martin Wilke
0087cc50b0 Update to 1.16
PR:		ports/99415
Submitted by:	miwi
Approved by:	markus (co mentor)
2006-06-24 20:19:04 +00:00
Ion-Mihai Tetcu
eb62356a3e * Fixes problems with updating CUPS installation (Udo Schweigert)
* Fixes conflict with PHP5 when WITH_PHP is not enabled

PR:		99371
Submitted by:	maintainer
Tested by:	Beech Rintoul <beech@alaskaparadise.com>
2006-06-24 08:14:19 +00:00
Ion-Mihai Tetcu
58db1c7efe Distfile rerolled, for the third time in 48 hours (small comments changed)
Reproted by:	 Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Approved by:	maintainer (on IRC)
2006-06-23 19:05:23 +00:00
Erwin Lansing
52096dd651 Update to 4.12.19
PR:		99378
Submitted by:	Ports fury
2006-06-23 16:35:29 +00:00
Michael Johnson
c743ce2ba2 - Depend on cups-base instead of cups-lpr if WITH_CUPS is defined
Reported by:	Sergey Akifyev
2006-06-23 13:30:26 +00:00
Ion-Mihai Tetcu
168b676ce0 - update to current release
- drop patch incorporated upstream at maintainer's advice

PR:		ports/99283
Submitted by:	itetcu (me)
Requested by:	Costi Ciudatu <ccciudatu @ gmail.com>
Tested by:	Costi Ciudatu <ccciudatu @ gmail.com>
Approved by:	maintainer
2006-06-23 07:43:13 +00:00
Michael Johnson
53fdee48d4 - Remove depends on cups-lpr 2006-06-23 02:02:39 +00:00
Michael Johnson
bd71a6c533 - Remove cups-lpr, it has been merged in to print/cups-base
Pointyhat to:	me for not removing this earlier.
2006-06-23 01:46:18 +00:00
Colin Percival
ddfe52339b Disconnect print/cups-lpr from the build, since it breaks INDEX.
Judging by ports/97782, I think print/cups-lpr was supposed to be
completely removed, but I'll let ahze decide that.

INDEX broken by:	recent commits to print/cups and print/cups-base
2006-06-22 22:22:19 +00:00
Michael Johnson
2bc3fec6c8 - Update to 1.2.0
PR:		ports/97783
		ports/97782
Submitted by:	maintainer
2006-06-22 20:16:06 +00:00
Pav Lucistnik
52eb9845d3 - Update to 20060618
PR:		ports/99130
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
2006-06-19 21:15:43 +00:00
Pav Lucistnik
fa7f3f085a - Update to 20060618
PR:		ports/99129
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
2006-06-19 21:14:39 +00:00
Ion-Mihai Tetcu
17d9202d40 It no use to make it build OK on tinderbox if you commit an older file.
Unbreak make install: list pkg-message in SUB_FILES and @${CAT} ${PKGMESSAGE}.

Submitted by:	Scott Allendorf <scott-allendorf@uiowa.edu>
Approved by:	maintianer (andreas@, implicit - out of touch for the moment)
2006-06-18 19:29:54 +00:00
Ion-Mihai Tetcu
1a0ee4f5e7 - depend on net/samba3 instead of old, forbiden net/samba [1] [2]
- pet portlint [3]
- pkg-message -> files/pkg-message.in and add to SUB_LIST [3]
- bump PROTREVISION for depends change [3]

PR:		ports/98456 [1], ports/99066 [2]
Submitted by:	Shaun Amott <shaun@inerd.com> [1],
		Gerard E. Seibert <ges@seibercom.net> [2]
		itetcu (me) [3]
Approved by:	andreas@ (maintainer, implicit because unreachable at the
		moment)
2006-06-17 13:20:47 +00:00
Ion-Mihai Tetcu
a462c0c647 - Update to 2.4.1
- small esthetic changes

PR:		ports/99063
Submitted by:	maintainer
2006-06-17 10:46:25 +00:00
Marcus Alves Grando
74ab11eb1b - Update to 1.04
PR:		98319
Submitted by:	Rong-En Fan <rafan___infor.org>
Approved by:	maintainer timeout (14 days)
2006-06-16 13:50:31 +00:00
Vasil Dimov
68a02799cd Fix build with gcc 4.1
Submitter of the PR [1] noticed that the port is not completely fixed after
my first commit to it.

PR:		ports/94461 [1]
Submitted by:	Ron MacNeil <macro@hotmail.com>
2006-06-14 09:52:21 +00:00
Martin Wilke
02dcae4dd2 Update to 1.2.7
PR:		ports/98430
Submitted by:	miwi
Approved by:	krion (mentor), maintainer
2006-06-12 12:19:29 +00:00
Ying-Chieh Liao
0c3f54a676 upgrade to 0.2.7
PR:		98828
Submitted by:	Ports Fury
2006-06-12 01:43:27 +00:00
Erwin Lansing
0ca34eb9ed USE_SIZE was obsoleted in rev. 1.484 of bsd.port.mk more than
2 years ago. Clean out the last traces of it.

With hat:	portmgr
2006-06-11 15:29:01 +00:00
Ion-Mihai Tetcu
b444684131 - Update to 20060413
- USE_GCC=3.2+ to fix compiling on 4.x

PR:		ports/96968
Submitted by:	maintainer
Approved by:	lawrance (mentor, implicit)
2006-06-10 16:44:10 +00:00
Pav Lucistnik
c93abadcad - Update to 8.54
PR:		ports/98023
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2006-06-10 11:51:32 +00:00
Pav Lucistnik
e48f0b7549 - Update to 2.4.0
- Take over maintainership

PR:		ports/98751
Submitted by:	Simon Olofsson <simon@olofsson.de>
Approved by:	maintainer in ports/98408, in general
2006-06-09 21:20:51 +00:00
Aaron Dalton
4d88fee067 - Restrict to Perl 5.6+
Approved by:	tobez (implicit)
2006-06-09 19:18:31 +00:00
Michael Johnson
5d73c7fae0 - Add gutenprint (successor to gimp-print)
High quality drivers for Canon, Epson, Lexmark, and PCL printers
for use with Ghostscript, CUPS, Foomatic, and the Gimp

WWW: http://gimp-print.sourceforge.net

Repocopied by:	marcus
2006-06-09 14:48:50 +00:00
Pav Lucistnik
b765af984d - Update to 20060607
PR:		ports/98727
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
2006-06-09 08:36:58 +00:00
Ion-Mihai Tetcu
bc1ac8bd12 - patch cups-pdf.conf instead of header file.
- install cups-pdf.conf and cups-pdf.conf.sample
- bump PORTREVISION for plist change
- pass maintainership to submitter

PR:		ports/98408
Submitted by:	Simon Olofsson <simon@olofsson.de>
Approved by:	Mark Reidel <ports@mark.reidel.info> (old maintainer)
		lawrance (mentor, implicit)
2006-06-09 06:18:55 +00:00
Hiroki Sato
b39ccbc6fe Update distinfo and bump PORTREVISION because the distfile has
been re-rolled to fix a license violation problem.

Note that the cstex stuff (pdfcsplain and pdfcslatex) still
does not work properly and needs to be fixed.
2006-06-09 04:24:54 +00:00
Cheng-Lung Sung
c399421a8d - Update to 1.50
- clean up Makefile

PR:		ports/98637
Submitted by:	Rong-En Fan
2006-06-08 01:15:04 +00:00
Pav Lucistnik
5916ca5af1 - Update to 0.6.1
PR:		ports/98600
Submitted by:	Nicola Vitale <nivit@email.it> (maintainer)
2006-06-07 19:16:34 +00:00
Ion-Mihai Tetcu
df4dd029cc A utility for printing text files (or stdin) through a terminal/terminal
emulator using ANSI escape sequences.

WWW: http://ansiprint.sourceforge.net

PR:		ports/98072
Submitted by:	stephentfisher@yahoo.com
Approved by:	lawrance (mentor, implicit)
2006-06-06 16:42:17 +00:00
Pav Lucistnik
9f8ff89fb7 - Update to 3.5.20
PR:		ports/98450
Submitted by:	Shaun Amott <shaun@inerd.com>
2006-06-05 21:06:52 +00:00
Pav Lucistnik
f7cf9d327e - Update to 20060603
- Now, icm and firware files are downloaded using getweb script

PR:		ports/98511
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
2006-06-05 13:01:46 +00:00
Aaron Dalton
a8e95ccf68 Add p5-XML-ApacheFOP 0.03, access Apache FOP from Perl to create PDF
files using XSL-FO.

PR:		ports/93898
Submitted by:	Simun Mikecin <numisemis@yahoo.com>
Approved by:	tobez (implicit)
2006-06-03 03:06:50 +00:00
Andrew Pantyukhin
2a82734192 - Update to 1.2.2
Approved by:	krion (mentor)
2006-06-01 05:24:22 +00:00
Jeremy Messenger
336ae3953d - Add header in these *-reference ports.
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
  USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
  for example:

  	Incorrect: (Without USE_X_PREFIX)
	================================
	# cd /usr/ports/x11-toolkits/gtk20
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.local.dist <-- Here...
	================================

  	Correct: (With USE_X_PREFIX)
	================================
	# cd /usr/ports/x11-toolkits/gtk20
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist <-- Here...
	================================

- Change a several of *-reference ports to install in LOCALBASE instead
  X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
  Bump the PORTREVISION for change prefix.

Discussed with:	marcus
2006-05-31 22:18:51 +00:00
Roman Bogorodskiy
bdf35d9fea Fix some typos in comments.
Submitted by:	stefanf
2006-05-31 16:24:03 +00:00
Pav Lucistnik
1bb2dab941 - Update to 20060531
- Host tarball locally
- Take maintainership

PR:		ports/98203
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-05-31 09:45:42 +00:00
Pav Lucistnik
1f060da1eb - Update to 20060531
- Switch to tarballs and host them locally

PR:		ports/98201
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
2006-05-31 09:43:50 +00:00
Pav Lucistnik
b66e9c955a - Update maintainer's email address
PR:		ports/98102
Submitted by:	Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
2006-05-29 20:46:13 +00:00
Pav Lucistnik
d172aa5862 - Rename port print/gnomeprint -> print/gnome-print 2006-05-28 13:24:05 +00:00
Hiroki Sato
50d7cb77d0 Fix pkg-plist broken due to adobe-cmaps-20051217_1 update.
Spotted by:	pointyhat
2006-05-27 19:26:43 +00:00
Doug Barton
9ab82d60d8 Fix port to work on RELENG_4.
Submitted by:	Anish Mistry <amistry@am-productions.biz> (maintainer)
2006-05-26 23:50:11 +00:00
Doug Barton
316cc59814 Virtualize /etc/rc.subr. This was forgotten by me in the last update. 2006-05-26 20:41:58 +00:00
Pav Lucistnik
14806a04ba - Switch MASTER_SITES to submitter's site
- Remove WWW

PR:		ports/97826
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-05-26 18:30:02 +00:00
Pav Lucistnik
602af6d8bc - Update MASTER_SITES
- Remove WWW

PR:		ports/97828 (based on)
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-05-26 18:21:24 +00:00
Doug Barton
be71edf0ac With maintainer's permission, virtualize the portdocs elements
of the plist.
2006-05-25 17:07:38 +00:00
Doug Barton
fffc4807db I should have tested this before committing, but change spaces
to tab after a variable name.
2006-05-25 07:49:11 +00:00
Doug Barton
b1adad3a20 From the PR:
1. Update to version 0.9.11, the latest from HP.
2. Add WITH_GUI option so that the port can be built without the
py-qt dependency.
3. Fix incorrect broken for 4.x check.

On my own:
4. Tune up the rc.d startup scripts to look more like the example
in the Porter's Handbook, including removal of the spurious
FreeBSD KEYWORD.

PR:		ports/97661
Submitted by:	"Anish Mistry" <amistry@am-productions.biz> (maintainer)
2006-05-25 07:47:22 +00:00
Jean-Marc Zucconi
9796b99f6f Change MASTER_SITES.
PR:		ports/97829
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-05-24 20:24:15 +00:00
Vanilla I. Shu
b2142a500a Add a patch for cjk unicode.
PR:		ports/97559
Submitted by:	Aho K.F. Li <thinker@branda.dot.to>
2006-05-22 15:24:59 +00:00
Pav Lucistnik
99cde64a4c - Fix plist after recent php changes 2006-05-21 21:18:43 +00:00
Tilman Keskinoz
9aea3ba77d Fix fetch of eplaser distfile by putting a copy on MASTER_SITE_LOCAL 2006-05-21 19:02:08 +00:00
Tilman Keskinoz
9b198bd1da Sync with ghostscript-afpl:
- Fix fetch for eplaser distfile
2006-05-21 18:57:54 +00:00
Pav Lucistnik
dd1aaed051 - Mark BROKEN on FreeBSD 4.X
Reported by:	krismail
2006-05-21 18:54:52 +00:00
Tilman Keskinoz
93ae5fcba1 Put a copy of the eplaser distfile into my public_distfiles
PR:		92679
Submitted by:	L. Jason Godsey <lannygodsey@yahoo.com>
2006-05-21 18:43:58 +00:00
Jean-Yves Lefort
c679b43e32 Bump PORTREVISION to reflect the fact that the .desktop file is no
longer installed.
2006-05-20 18:19:47 +00:00
Jean-Yves Lefort
060ae2a71d Do not install the .desktop file.
Requested by:	maintainer, krion
2006-05-20 18:16:00 +00:00
Makoto Matsushita
98065ed058 Put back dvipdfmx-specific CMap files that were missed in last update.
This fixes a bug on processing \special{} for PDF bookmark.

Submitted by:	hrs
2006-05-20 18:09:07 +00:00
Hiroki Sato
2aea244ef6 - Add UCS2 CMaps for backward compatibility.
- Use MASTER_SITE_LOCAL.
- Bump PORTREVISION.
2006-05-20 17:23:47 +00:00
Hiroki Sato
8164dfd28f Add a wrapper script for texdoctk(1).
PR:		ports/59553
Submitted by:	Rong-En Fan (rafan at infor dot org)
2006-05-20 16:40:55 +00:00
Dirk Meyer
9c6755d0b9 - make portlint happier 2006-05-20 12:09:12 +00:00
Ion-Mihai Tetcu
f9039bf4a5 - update to 2.3.1 [1]
- portlint

PR:		ports/97447
Submitted by:	Martin Wilke <freebsd@unixfreunde.de> [1]
Approved by:	maintainer (via private email), lawrance (mentor)
2006-05-19 07:27:32 +00:00
Jean-Yves Lefort
6b904445d7 The packing list was actually right since the acroread dir is handled
by print/acroreadwrapper.

Reported by:	maintainer
2006-05-19 05:35:45 +00:00
Jean-Yves Lefort
5caa7c2596 Bump PORTREVISION to reflect the fact that these ports may now
install/deinstall a desktop entry.
2006-05-19 05:15:36 +00:00
Jean-Yves Lefort
3fd9779a0b - Fix packing list
- Install a desktop entry

PR:		ports/96642
Submitted by:	jylefort
Approved by:	maintainer timeout (17 days)
2006-05-19 05:13:59 +00:00
Michael Johnson
d3138e9a45 - Add pkg-descr
Requested by:	Dan Langille <dan@langille.org> for freshports.org
2006-05-17 20:56:56 +00:00
Ion-Mihai Tetcu
9c0e334498 Pass maintainer ship to Bernd Luevelsmeyer <bdluevel@heitec.net>
PR:		ports/97397
Submitted by:	Bernd Luevelsmeyer
Approved by:	lawrance
2006-05-17 13:51:20 +00:00
Jeremy Messenger
9093a19fa4 portlint:
-Change the order, move USE_GHOSTSCRIPT_RUN under the *_DEPENDS.
2006-05-16 05:14:39 +00:00