Commit Graph

3604 Commits

Author SHA1 Message Date
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
Jeremy Messenger
07c1d0bebf Add INSTALLS_ICONS, bump the PORTREVISION, found by cports.sh. 2006-05-16 05:10:14 +00:00
Jeremy Messenger
95b193eebc portlint:
-Replace some spaces to tabs.
2006-05-16 05:07:44 +00:00
Jeremy Messenger
6486c7771f Add USE_GETTEXT to appease portlint. 2006-05-15 22:23:04 +00:00
Sam Lawrance
d02f4673d2 Use SUB_FILES instead of post-patch commands.
PR:		ports/97223
Submitted by:	Ports Fury
2006-05-14 11:08:25 +00:00
Edwin Groothuis
f4c5d2b91c print/cups-pdf: update to 2.2.0, chase MASTER_SITES name change
As reported by the "Unfetchable distfiles reminder" eMail, the distfile
	for print/cups-pdf is not fetchable. The last successful attempt points
	back to Wed Apr 5 10:35:47 2006 UTC.

	While i'm here,
	- update to the latest version
	- update MASTER_SITES and WWW line

PR:		ports/96908
Submitted by:	Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by:	maintainer timeout
2006-05-14 02:07:23 +00:00
Edwin Groothuis
232868f001 [PATCH] print/latex2e: portlint(1) fixes
- Whitespace fixes
	- Order of variables fixes

PR:		ports/95837
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
2006-05-14 01:12:33 +00:00
Edwin Groothuis
9ed16e0a50 [PATCH] print/tex: portlint(1) fixes
too bad Donald Knuth doesn't offer awards for portlint
	fixing the TeX port...  Port maintainer (jmz@FreeBSD.org)
	is cc'd.

PR:		ports/95838
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
Approved by:	maintainer timeout
2006-05-14 01:10:10 +00:00
Edwin Groothuis
a80969d36e Remove USE_REINPLACE from all categories starting with P 2006-05-13 01:03:17 +00:00
Vasil Dimov
f5387617c9 Remove whitespace from line endings in pkg-plist files.
Those spaces used to hinder searching for the corresponding files
with portsearch -f '/FILENAME$' for obvious reasons.
Although currently portsearch removes those spaces itself remove
them anyway.

Inspired by:	ports/94078
Approved by:	portmgr (during freeze: krion, then kris advised to wait; at present: erwin)
2006-05-12 14:28:19 +00:00
Volker Stolz
80455c5608 Update to 2.8b
PR:		ports/96911
Submitted by:	Martin Wilke
2006-05-12 13:38:40 +00:00
Xin LI
5496cfb272 Add kpdftool, a tool to ease your PDF related work.
Submitted by:	Yuan Jue <yuanjue at yuanjue net>
PR:		ports/96773
Approved by:	mentor (sem)
2006-05-11 17:26:35 +00:00
Sam Lawrance
89a36d0118 Remove BROKEN; gcj is now available from gcc41.
Submitted by:	Stefan Thurner <thurners@nicsys.de>
2006-05-11 13:33:42 +00:00
Jean-Yves Lefort
2e84f9cc1f Move the libgnomeprint programming reference to the
libgnomeprint-reference port.
2006-05-10 18:36:55 +00:00
Vasil Dimov
890272fd49 Patch to build with gcc 4.1
PR:		ports/94461
Submitted by:	Ron MacNeil <macro@hotmail.com>
2006-05-09 15:14:14 +00:00
Andrew Pantyukhin
5ea57a0fd3 Update my e-mail address
Approved by:	krion (mentor, implicit)
2006-05-08 21:41:11 +00:00
CHOI Junho
10e69259c2 To always find libmagic.so in sysutils/file in [4567].x.
PR:		ports/96782
Submitted by:	Rong-En Fan <rafan@infor.org>
2006-05-08 10:38:33 +00:00