1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
Commit Graph

3828 Commits

Author SHA1 Message Date
Pav Lucistnik
743b174d5e - Fix previous revision to DTRT 2007-01-18 23:22:01 +00:00
Pav Lucistnik
ab623623fb - Allow usage of gcc 4.2 and up
PR:		ports/107837 (based on)
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
2007-01-18 17:26:28 +00:00
Martin Wilke
dbb66ffb71 - Update to 1.4.3
PR:		ports/107115
Submitted by:	Simon Olofsson <simon@olofsson.de>
Approved by:	maintainer timeout
2007-01-18 13:29:43 +00:00
Ion-Mihai Tetcu
b3b0e2abb3 - update to 0.81
- be more package friendly: use pkg-message intead of echo'ing things in
Makefile
- adjust pkg-message and pkg-descr
- pass maintainership to submitter

Left for maintainer to do: autodetect and OPTIONify for proper print/enscript*
RUN_DEPEND

PR:		ports/107981
Submitted by:	Marcelo Araujo and reworked by him and me (itetcu)
2007-01-18 07:32:08 +00:00
Hiroki Sato
7f26c21995 Update to 7.0.9. Various security vulnerabilities have been fixed.
Security:	CVE-2006-5857, CVE-2007-0045, CVE-2007-0046, CVE-2007-0047,
		CVE-2007-0048
Security:	http://www.adobe.com/support/security/bulletins/apsb07-01.html
2007-01-18 05:35:33 +00:00
Ion-Mihai Tetcu
f4b15004ea - update to 5.3
- the docs are now in the main DISTFILE
- pass maintainership to submitter

PR:		ports/107983
Submitted by:	Marcelo Araujo
2007-01-17 17:04:38 +00:00
Ion-Mihai Tetcu
7bca298db6 - update to 1.3.2
- pass maintainership to submitter

PR:		ports/107982
Submitted by:	Marcelo Araujo
2007-01-17 16:53:56 +00:00
Martin Wilke
7b11fc6985 - Update to 2.48
- Drop maintainership

PR:		ports/107769
Submitted by:	miwi
Approved by:	Ulrich Spoerlein <uspoerlein@gmail.com> (old maintainer)
2007-01-13 22:58:36 +00:00
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