Andreas Klemm
89890b0616
update to apsfilter 7.1.0
...
- new design: use GNU configure alike script (without the bloat) for
creating different files (scripts, manpages, handbook, Makefile).
now paths are 100% matching.
- create portable Makefile across various platforms
- manpage update, supported file types, commandline options (lpr -C/-Z),
docu fixes
- some fixes in driver (hl1250, bjc600/800)
BTW: Need assistance for duplex options for pcl3 u970 driver
(HP DeskJet 970C). My duplex hardware is toast. If you set
HARDWARE_DUPLEX in apsfilterrc, then you are able to use duplex
capabilities. pcl driver explains what magic options have to be set,
but I think it doesn't work ... If somebody has the hardware/time ...
Current settings are done from documentation to my best knowledge.
2001-12-24 19:51:55 +00:00
Patrick Li
b666502afd
- PORTDOCS police
...
- DOCSDIR support to some
- Brush out some lint
2001-12-24 02:17:17 +00:00
Maxim Sobolev
d0fba3e0f1
Backout previous change - it seems that new revision of the patch doesn't
...
apply everywhere.
Submitted by: Todd Punderson <todd@doonga.net>
2001-12-20 06:19:02 +00:00
Maxim Sobolev
41c22e9c76
Don't filter libc_r on 5-CURRENT.
2001-12-19 20:20:23 +00:00
Andreas Klemm
3a582d6a09
"You want to make it reference ${LOCALBASE}/bin/bash. Remember, ports
...
assume dependencies are installed in ${LOCALBASE} or ${X11BASE}."
That says it all.
Obtained from: Pete Fritchman <petef@databits.net>
2001-12-18 08:26:36 +00:00
Andreas Klemm
4c3cb8b3d9
Unluckily FreeBSD's shell isn't able to read from/write to /dev/stdin
...
and stdout.
Therefore we have to use bash as shell for /usr/local/bin/aps2file
program.
Arrange things with patch and pre-configure command, so that this
port stays prefix-clean.
The patch inserts !!PREFIX!!/bin/bash and configure configures in
the current PREFIX settings.
I'd whish somebody could fix our shell to remove the dependency from bash.
2001-12-17 18:47:36 +00:00
Maxim Sobolev
82b30360ce
Move creation of ${PREFIX}/etc/gnome/fonts/gnome-print-x11.fontmap from
...
pkg-plist to Makefile on a second attempt to fix bento build and unlock
building of some 200 ports that depend on gnomeprint.
Submitted by: bento
2001-12-17 09:03:07 +00:00
Andreas Klemm
67580370a5
New apsfilter version 7.0.1
...
- patch-SETUP is included in 7.0.1 (we don't provide insane defaults anymore)
- support for HPIJS V 1.0 ("IJS" driver)
- still supporting old HPIJS driver ("HPIJS" driver)
- some more sanity checks in SETUP (check is print device is character special)
- added bjc800 driver script, since it differs to bjc600 printer
- format of MAPFILE documented
- handbook has been updated
- compatible to 7.0.0 version, so old entries and spooldirs should work
after upgrade has been made
2001-12-16 20:30:51 +00:00
David W. Chapman Jr.
89f4e5041a
Fix typo in pkg-message
...
PR: 32905
Submitted by: Paul Marquis
2001-12-16 18:03:19 +00:00
Steve Price
8f304fa77c
Fix PLIST and bump PORTREVISION because there are a number of new files
...
now in the packing list.
2001-12-15 22:16:12 +00:00
Ying-Chieh Liao
1204a4c669
upgrade to 20011008
...
PR: 32814
Submitted by: Statue <statue@softwareliberty.org>
2001-12-14 07:21:22 +00:00
Andreas Klemm
3517f0fb55
change default parallel device from lp0 to lpt0
2001-12-14 00:26:51 +00:00
Maxim Sobolev
ee63afb452
Update to 0.34.
2001-12-12 21:41:21 +00:00
Andreas Klemm
84018fb95b
update apsfilter to new version 7.0, here a short summary,
...
see ANNOUNCE and ChangeLog for a complete list:
- supports fully ghostscript7
- enhanced driver support, hpijs, pips, latest gimp-print, etc ...
- per driver scripts, where printer manufacturer *could* place
their driver/scripts, the case structure wasn't scaleable anymore
an led to incomplete support or to large apsfilter script
- unified command-line options, see handbook
- support for HARDWARE_COPIES if your printer can print multiple copies
himself
- option settings can be restricted by the administrator for all printer
or print queues (maybe to save print costs on color printers ...)
- support for many new filetypes
- print contens of archives: tar, cpio, ar, zip, zoo ...
- security: update for duplex print keys
- separate faq has gone, everything is in the handbook
- error messages can be sent to user now via Cc:
- no bugs so far ;-)
2001-12-09 18:57:54 +00:00
Anton Berezin
eb536d89b6
Update to 0.18.
2001-12-06 20:34:24 +00:00
Will Andrews
ebcbe757d0
1) Fix minor errors in the print/cups breakup.
...
2) Make sure CUPS is installed correctly permissions wise.
3) Bump PORTREVISION to acknowledge #2 .
Reported by: Alan Eldridge <alane@geeksrus.net> (#2 )
Submitted by: maintainer
2001-12-04 04:11:38 +00:00
Will Andrews
d32643d595
Break out the CUPS port into two parts: cups-base (libraries only) and
...
cups-lpr (LP* replacement). This is done to avoid clashing LPR systems
but still allow programs to compile with CUPS support. This is essential
for the upcoming KDE 2.2.2 upgrade.
Note that ports/print/cups is now a meta-port for the two subports, to
preserve POLA. Hence, this commit starts the new life for cups packages.
Bump PORTREVISION on all three accordingly.
PR: 32321
Reported by: gad
Submitted by: maintainer
2001-12-04 01:10:42 +00:00
Nik Clayton
5038cf5e2c
From the PR:
...
mktexlsr is well called from Makefile but not from the pkg-plist.
this cause jadetex to not be recognized by tex at runtime.
Makefile
MAINTAINER email adress fixed
PREFIX changed to LOCALBASE where needed
pkg-message handling added
do-install rewritten (long lines wrapped)
pkg-message
/usr/local changed to LOCALBASE
pkg-plist
@comment $FreeBSD$ added
@exec mktexlsr added
PR: ports/31151
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
2001-12-03 20:15:59 +00:00
Satoshi Taoka
42b6758122
Update version to 2.05
2001-12-03 00:20:35 +00:00
Ying-Chieh Liao
607c86dd5d
pass maintainership to statue@freebsd.sinica.edu.tw
...
Submitted by: new maintainer
2001-12-02 18:20:37 +00:00
Andreas Klemm
65cc2d41a1
- Add patch, update to FAQ and handbook and some driver updates for SETUP
...
- place apsfilter distfiles into subdir apsfilter, since name of patchfile
doesn't contain string apsfilter. On my TODO list for future.
- update prio for apsfilter user: low (hint: try/test apsfilter-current
from http://www.apsfilter.org if you are looking for more printer
support and other goodies)
2001-12-01 16:50:19 +00:00
Kris Kennaway
20597a5fda
Remove share/enscript at deinstall
...
Submitted by: bento
2001-11-30 23:57:12 +00:00
Kris Kennaway
f9cc101394
Remove share/latex2rtf on deinstall
...
Submitted by: bento
2001-11-30 23:43:49 +00:00
CHOI Junho
3fb53f98fb
Update CJK patchset of 1.1.6fix3.
...
I think it is broken in -current under CJK locale
because of xforms+locale.
Submitted by: statue@cnpa.adsldns.org
2001-11-27 11:08:08 +00:00
Maxim Sobolev
63bb30b303
Use `@exec touch ...' to create ${PREFIX}/etc/gnome/fonts/gnome-print-x11.fontmap
...
if it doesn't exist. This ensures that the file is created in all cases and
should fix bento build. Originally file is only created when the package is
built on a system with X11 fonts installed.
Submitted by: bento
2001-11-26 13:38:37 +00:00
Ying-Chieh Liao
d4634bbee2
upgrade to 3.4.0
2001-11-26 13:15:51 +00:00
FUJISHIMA Satsuki
a27a04ddcb
update to 20011124.
...
PR: 31400
Submitted by: maintainer
2001-11-25 17:17:36 +00:00
Ying-Chieh Liao
a67d0877cf
t1.3 -> t1.4
2001-11-23 17:25:26 +00:00
Maxim Sobolev
70560775cc
Add freetype2 as dependency.
...
Submitted by: "Nuzrin Yaapar" <nuzrin@nuzrin.com>
2001-11-22 08:57:36 +00:00
Pete Fritchman
357bae031d
Bump PORTREVISION due to recent patches
...
Submitted by: mi
2001-11-21 12:36:40 +00:00
Pete Fritchman
fcb81602de
Add a patch so a2ps doesn't bomb out if the machine it is called from has
...
a long hostname
PR: 26909
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
2001-11-21 01:35:10 +00:00
Pete Fritchman
8785b671f5
Fix path to ogonkify fonts
...
PR: 15922
Submitted by: Marcin Cieslak <saper@SYSTEM.PL>
Approved by: maintainer timeout
2001-11-21 00:16:14 +00:00
Mario Sergio Fujikawa Ferreira
72dab870f3
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case
2001-11-20 23:49:34 +00:00
Maxim Sobolev
f437256047
Update to 0.32.
2001-11-20 14:18:25 +00:00
David W. Chapman Jr.
d6b32dace5
Update cups to 1.1.12
...
PR: 32062
Submitted by: maintainer
2001-11-19 22:17:29 +00:00
Ying-Chieh Liao
e1b7e5c03a
chown user:group, not user.group
2001-11-15 13:12:58 +00:00
Patrick Li
8ca16eda55
Maintainer is now committer so change to new email address.
...
Approved by: lioux
2001-11-15 03:59:42 +00:00
Maxim Sobolev
5cc81163a8
Update to 1.0.2.
2001-11-12 12:43:28 +00:00
Maxim Sobolev
c446627419
Update to 0.31.
2001-11-09 16:39:26 +00:00
Satoshi Taoka
49d68ad18e
Move PORTREVISION from its master-port because it does not need for the other
2001-11-07 19:44:59 +00:00
Satoshi Taoka
f136128597
the distfile does not exist
2001-11-07 19:21:33 +00:00
Satoshi Taoka
4cde421e13
Update vertion to 2.x
2001-11-07 19:05:33 +00:00
Satoshi Taoka
3a2ffa7255
Photo Image Print System for Linux --- EPSON PM-790PT
2001-11-07 19:03:59 +00:00
Satoshi Taoka
28ebe94b0b
Update vertion to 1.3
2001-11-07 18:53:35 +00:00
Satoshi Taoka
73fb1dcf4c
Canon Bubble Jet Print Filter for Linux -- BJ S6300
2001-11-07 18:51:21 +00:00
Satoshi Taoka
78651ebc10
Canon Bubble Jet Print Filter for Linux -- BJ S630
2001-11-07 18:50:42 +00:00
Satoshi Taoka
7440d665ba
Canon Bubble Jet Print Filter for Linux -- BJ S600
2001-11-07 18:49:57 +00:00
Satoshi Taoka
b5b9f9b71d
Photo Image Print System for Linux --- EPSON PM-820C
2001-11-07 18:34:52 +00:00
Satoshi Taoka
7384fbd5c3
Update messages in these files
...
Correct Makefile's to clarify
2001-11-07 18:28:39 +00:00
Satoshi Taoka
ea920e8642
Mark BROKEN because the distfile dose not exist
2001-11-07 18:23:51 +00:00
Satoshi Taoka
5e696f187d
Update vertion to 1.3.1
2001-11-07 18:20:54 +00:00
Satoshi Taoka
4aedf9b1b8
Update version to 1.3.1
2001-11-07 18:18:38 +00:00
Satoshi Taoka
4f4bb41507
Photo Image Print System for Linux --- EPSON PM-920C
2001-11-07 18:03:00 +00:00
Satoshi Taoka
528014b67d
Photo Image Print System for Linux --- EPSON PM-820C UG
2001-11-07 18:02:04 +00:00
Satoshi Taoka
c1ceb95c7b
Photo Image Print System for Linux --- EPSON PM-780CS
2001-11-07 18:01:05 +00:00
Satoshi Taoka
658b2eeae6
Delete a backup file for vi
2001-11-07 18:00:12 +00:00
Satoshi Taoka
38f1535b4a
Photo Image Print System for Linux --- EPSON PM-720C
2001-11-07 17:58:19 +00:00
Satoshi Taoka
16823aca08
Photo Image Print System for Linux --- EPSON Stylus Photo 810/Stylus Photo 820
2001-11-07 17:57:28 +00:00
Satoshi Taoka
976bd49bc9
Photo Image Print System for Linux --- EPSON Stylus Color 580
2001-11-07 17:56:43 +00:00
Satoshi Taoka
4c9a6accba
Photo Image Print System for Linux --- EPSON Stylus SC40
2001-11-07 17:55:16 +00:00
Satoshi Taoka
ae23b5a0b6
Photo Image Print System for Linux --- EPSON Stylus SC40
2001-11-07 17:54:26 +00:00
Satoshi Taoka
ea9830f64a
Photo Image Print System for Linux --- EPSON Stylus SC20
2001-11-07 17:53:18 +00:00
Satoshi Taoka
ff2835772c
Update version to 1.3.1
2001-11-07 17:44:36 +00:00
Dmitry Sivachenko
9c45f91fe6
Update to 6.52
...
PR: 31724
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2001-11-04 07:35:38 +00:00
Dmitry Sivachenko
9b617e3efa
Update to 7.03
...
PR: 31723
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2001-11-04 07:32:00 +00:00
Dmitry Sivachenko
4fe30a9b06
Fix mtree error.
...
PR: 31617
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2001-11-01 21:15:32 +00:00
Maxim Sobolev
9909a6bc17
Don't link in libc - FreeBSD doesn't need this.
...
PRs: 31601, 31602, 31603, ...
Submitted by: Ports Fury
2001-10-31 08:32:30 +00:00
Maxim Sobolev
b0790e4238
Don't link in libc - FreeBSD doesn't need this.
...
Submitted by: Ports Fury
2001-10-31 08:20:45 +00:00
Maxim Sobolev
3428db513a
Prepare ground for gdk-pixbuf update to 0.13.0 - its include files have been
...
moved aroud, so all ports that don't pay attention to an output of
`gdk-pixbuf-config --cflags' need to be fixed.
2001-10-30 12:42:02 +00:00
Jimmy Olgeni
88b9dbc7c4
Remove configuration file from pkg-plist: it caused "make package" to fail.
...
Also, make an "@unexec rmdir" command always return true.
Approved by: jmz
2001-10-24 19:44:09 +00:00
FUJISHIMA Satsuki
3fb197a41a
unbreak if PORTSDIR is not set explicitly.
...
PR: 31465
Submitted by: chkno@dork.com , roam
2001-10-24 08:40:34 +00:00
FUJISHIMA Satsuki
eac0357003
o update to 2.0.5.
...
o remove obsolete description in pkg-descr.
PR: 31402
Submitted by: maintainer
making bento happy about WRKDIRPREFIX.
2001-10-22 19:02:28 +00:00
Akinori MUSHA
2ff931dc66
Remove redundant spaces at EOL.
2001-10-21 21:51:15 +00:00
Maxim Sobolev
962663f50d
Include -I${PREFIX}/include' into
freetype-config --cflags' output, because
...
otherwise applications that rely on `freetype-config --cflags' would be unable
to locate ft2build.h file located in ${PREFIX}/include.
2001-10-20 14:08:48 +00:00
Maxim Sobolev
96fa6ef313
Update to 2.0.5.
...
PR: 31384
Submitted by: Nuzrin Yaapar <p9711422@mmu.edu.my>
2001-10-20 13:53:40 +00:00
Ying-Chieh Liao
122535d7c8
upgrade to 2.5
...
PR: 30337
Submitted by: maintainer
2001-10-20 13:20:39 +00:00
Ying-Chieh Liao
6ff735d200
Add NOPORTDOCS support to pkg-plist
...
PR: 29745
Submitted by: Patrick Li <pat@databits.net>
Approved by: MAINTAINER
2001-10-15 09:51:17 +00:00
Ying-Chieh Liao
c4a653303c
enable freetype support
...
PR: 30122
Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp>
2001-10-14 18:21:19 +00:00
Ying-Chieh Liao
fca93a8153
back out last commit
2001-10-12 04:02:59 +00:00
Ying-Chieh Liao
92c7dfa854
DISTDIR/DIST_SUBDIR -> _DISTDIR
...
PR: 31173
Submitted by: Ports Fury
2001-10-11 11:06:28 +00:00
Ying-Chieh Liao
74bf6f4137
DISTDIR/DIST_SUBDIR -> _DISTDIR
...
PR: 31174
Submitted by: Ports Fury
2001-10-11 11:01:42 +00:00
Maxim Sobolev
7a587bde60
Update to 0.30.
2001-10-09 07:31:12 +00:00
Mario Sergio Fujikawa Ferreira
ed5be532e3
o style fixes
...
- deploy DATADIR/DOCSDIR
- don't use internal .mk work variables, rely on supported
ones
_DISTDIR -> DISTDIR/DIST_SUBDIR
o use <machine/endian.h> for checking byte order instead of an
ARCH check
PR: 31078
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2001-10-06 17:24:19 +00:00
Mario Sergio Fujikawa Ferreira
dd68190357
o style fixes
...
- deploy DATADIR/DOCSDIR
- don't use internal .mk work variables, rely on supported
ones
_DISTDIR -> DISTDIR/DIST_SUBDIR
o use <machine/endian.h> for checking byte order instead of an
ARCH check
PR: 31077
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2001-10-06 17:16:21 +00:00
Pete Fritchman
dc7e4f61ef
- proper NOPORTDOCS support (in Makefile && pkg-plist)
...
- use DOCSDIR
- sort & fix pkg-plist
Noticed by: bento
2001-10-05 01:19:02 +00:00
David E. O'Brien
944aa31f79
Don't be interactive if PACKAGE_BUILDING is set.
2001-10-04 01:55:49 +00:00
Pete Fritchman
45b5f0a3f9
Add xpp-1.0, a GUI print front-end for CUPS
...
PR: 31005
Submitted by: "Daniel O'Connor" <darius@chowder.dons.net.au>
2001-10-03 14:39:06 +00:00
Akinori MUSHA
a0ffbcddf0
Perform one leftover s/DISTDIR/_DISTDIR/.
2001-09-27 18:29:31 +00:00
Akinori MUSHA
9b3736201a
Set DIST_SUBDIR=ghostscript, because this port requires lots of
...
distfiles with random names.
Suggested by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
De-portlint while I'm here.
2001-09-27 18:03:32 +00:00
Andreas Klemm
31b84c6823
the ghostscript ports moved to new naming scheme,
...
so update configure script to reflect reality.
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2001-09-25 06:14:22 +00:00
FUJISHIMA Satsuki
117ab2909f
fix typo: RUN_BUILD -> RUN_DEPENDS
...
PR: 30769
Submitted by: Matt Pounsett <mattp@conundrum.com>
2001-09-24 21:34:53 +00:00
Akinori MUSHA
4cfe1e81aa
Retire ghostscript55, which is now obsolete.
...
Not objected by: ports
2001-09-24 08:50:50 +00:00
Akinori MUSHA
e23fcde686
Retire ghostscript6. We have switched to ghostscript-gnu (6.51)
2001-09-24 08:47:15 +00:00
David W. Chapman Jr.
479a523af4
Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exists.
...
PR: 30497
Submitted by: Dan Larsson
Approved by: will
2001-09-23 19:50:42 +00:00
Akinori MUSHA
59358b9cf9
Sort entries.
2001-09-21 05:59:19 +00:00
Satoshi Taoka
e2ebb48573
Add an entry missed (share/doc/yatex/htmlqa.eng) into pkg-plist
...
Submitted by: bento
2001-09-20 08:36:49 +00:00
Akinori MUSHA
37f0f0aa36
Bump the PORTREVISION's of the ports which install architecture
...
dependent ruby modules, due to the RUBY_ARCH change I've just
committed.
2001-09-17 17:54:27 +00:00
David W. Chapman Jr.
5872a89c3b
Remove jseger and torstenb from maintainership of their ports, they
...
have been inactive for too long
Approved by: will
2001-09-17 17:40:31 +00:00
Kevin Lo
0792cf5b99
- Support CXXFLAGS properly
...
- Remove USE_AUTOMAKE
- fix pkg-plist
PR: 30144
Submitted by: Ports Fury
2001-09-17 06:26:19 +00:00
Akinori MUSHA
a00bcfde21
print/ghostscript55 -> print/ghostscript-gnu
2001-09-15 05:53:06 +00:00
David W. Chapman Jr.
f4202e52fe
-Update to 2.0.4
...
-install all programs in their orignal names, since conflict doesn't exist anymore
-replace USE_LIBTOOL with a simple definition of BUILD_DEPENDS
because any configure scripts does not exist
PR: 30193
Submitted by: maintainer
2001-09-14 13:17:49 +00:00
Akinori MUSHA
93b6aef466
Fix a compilation error when A4 is defined.
...
PR: 30523
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2001-09-12 17:06:59 +00:00
Akinori MUSHA
39f9c8670a
Fix a compilation error when A4 is defined.
...
PR: 30522
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2001-09-12 17:05:47 +00:00
Akinori MUSHA
e1e06734f1
Unlink a2ps43-a4 and a2ps43-letter and unbreak make index.
...
Submitted by: TOGAWA Satoshi <toga@puyo.org>
2001-09-12 13:17:57 +00:00
Akinori MUSHA
520f943856
Replace the ghostscript6 dependencies with ghostscript-gnu.
2001-09-11 21:23:46 +00:00
Akinori MUSHA
8cb369449a
Replace the ghostscript55 dependencies with ghostscript-gnu.
2001-09-11 20:52:33 +00:00
Akinori MUSHA
eb4dd95569
Add ghostscript-{afpl,gnu}{,-nox11}.
2001-09-11 20:31:50 +00:00
Akinori MUSHA
756f319c68
Add ghostscript-afpl-nox11 and ghostscript-gnu-nox11, the non-X11
...
versions of the ghostscript ports.
2001-09-11 20:31:05 +00:00
Akinori MUSHA
da238965e1
Remove duplicate PKGNAMESUFFIX lines I added.
2001-09-11 20:22:01 +00:00
Akinori MUSHA
15339dfc10
Use the :: operator for pre-everything.
...
Submitted by: Dan Langille <dan@langille.org>
2001-09-11 20:18:29 +00:00
Akinori MUSHA
f490d90d09
** ghostscript6 has been repocopied to ghostscript-afpl **
...
Update to AFPL Ghostscript 7.00.
PR: ports/29580
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2001-09-11 19:24:31 +00:00
Akinori MUSHA
f239ea2914
** ghostscript55 has been repocopied to ghostscript-gnu **
...
Update to GNU Ghostscript 6.51.
PR: ports/29579
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2001-09-11 19:12:20 +00:00
Andrey A. Chernov
028edff22e
Bump png major
2001-09-11 02:59:20 +00:00
David E. O'Brien
41e61385d9
Remove this old version of A2ps.
...
Some people are interupting the port to be the newest version since the port's
name has a version number in it. This believe has been causing people to
miss the good features of the current A2ps offering. More importantly, it
has been causing problems with the apsfilter port as it needs the current
A2ps offering to operate.
By now those that preferred this version over the real offering has figured
out how to make the current offering do what they want.
2001-09-10 17:43:13 +00:00
Murray Stokely
c1f8da62e3
Update JadeTeX to 3.11, with better support for two-sided output.
2001-09-08 01:15:04 +00:00
Murray Stokely
cc453cdb5c
Add hugelatex, a meta-port for teTeX that builds a version of latex
...
with higher default limits.
Obtained from: NetBSD
2001-09-08 01:06:06 +00:00
Satoshi Taoka
a5a57d94b9
Update md5 of instruction.tar.gz
...
Pointed out by: asami
2001-09-02 23:38:44 +00:00
Satoshi Taoka
a6e0f9449c
Previous checksum value of readme.tar.gz is correct.
...
So its checksum value is replaced to previous one.
2001-08-28 05:04:24 +00:00
Kevin Lo
a338b02b1a
- Update to the lastest version
...
- Update MASTER_SITES
PR: 29986
Submitted by: MAINTAINER
2001-08-27 16:01:35 +00:00
George C A Reid
49d67a3f35
Update to version 1.1.10 and give maintainership to submitter
...
PR: 29859
Submitted by: James Halstead <jah4007@cs.rit.edu>
2001-08-27 11:48:15 +00:00
Trevor Johnson
6a272ee39d
Update the FTP site and add another one.
2001-08-27 08:13:46 +00:00
Mikhail Teterin
8ca0cdadec
Fix the path for one of the master sites (fh-koblenz.de).
2001-08-23 18:15:54 +00:00
Ying-Chieh Liao
a69ee4a7f9
upgrade to 1.09
2001-08-23 06:57:09 +00:00
Satoshi Taoka
316868bdd8
Update MD5's data for distfiles (readme.tar.gz and faq.tar.gz)
2001-08-23 01:52:53 +00:00
Chris D. Faulhaber
0b48fa354e
Update port due to changed distfile:
...
o most fonts have been updated
o added a few fonts
o renamed READ.ME to README
o removed mapfiles
Also:
o properly support NOPORTDOCS
o bump PORTREVISION
o fix a few portlint warnings
2001-08-20 01:45:21 +00:00
Akinori MUSHA
b5e5bf55de
Add a patch to support syntax highlighting of the Ruby language.
...
Obtained from: Mike Wilson <wmwilson01@hotmail.com>
(http://members.home.com/wmwilson01/enscript/ )
(I've got no response from the maintainer for 5 days and a half)
2001-08-19 19:06:43 +00:00
Trevor Johnson
1905ca2bf1
Chase home page.
2001-08-19 14:12:27 +00:00
Akinori MUSHA
329c977502
Conditionalize bzip2 dependencies.
2001-08-15 20:33:16 +00:00
Trevor Johnson
6951c4641b
Replace the defunct master site with a working one.
...
PR: 29127
Submitted by: maintainer
2001-08-15 15:02:16 +00:00
Andreas Klemm
8aff93ccca
change URL for pdfencrypt
...
PR: 27331
2001-08-13 20:57:23 +00:00
Ying-Chieh Liao
c6142097fb
add ttf2pt1
...
True Type Font to Postscript Type 1 Converter
2001-08-11 17:12:38 +00:00
Maxim Sobolev
11ece3cc77
Update WWW.
2001-08-08 15:57:49 +00:00
Ying-Chieh Liao
a6bd184328
add pcal
...
PostScript calendar program
PR: 28020
Submitted by: Matthew West <mwest@uct.ac.za>
2001-08-06 13:13:44 +00:00
Mark Pulford
3e42242add
RUN_DEPENDS on melt for freeze package
...
PR: 29273
Submitted by: Frank Volf <volf@oasis.IAEhv.nl>
2001-08-05 10:53:00 +00:00
Dirk Froemberg
9143de228b
Upgrade to 1.1.6.3 (i. e. include patch-1.1.6fix3).
2001-08-03 10:56:20 +00:00
Mario Sergio Fujikawa Ferreira
bdf18fcab1
Fix PLIST
...
PR: 29070
Submitted by: maintainer
2001-08-02 19:07:24 +00:00
Satoshi Taoka
279f34e177
Modify pkg-descr's (correct the usage)
2001-07-31 01:40:38 +00:00
Satoshi Taoka
fd71bbad12
Add a GUI filter
...
Fix permission of installed files in /compat/linux/usr/
Update distinfo of bjfiltercom
Add files missed into pkg-plist
2001-07-31 01:21:08 +00:00
Akinori MUSHA
64fe64426b
Update to 0.0.5.
2001-07-29 12:14:10 +00:00
Anton Berezin
dbc2cec423
Update print/p5-Text-PDF to 0.16.
2001-07-27 15:36:21 +00:00
Ying-Chieh Liao
7145af1663
add gfontview
...
An outline font viewer
2001-07-26 18:57:57 +00:00
Steve Price
9555847b00
The header files for freetype are now in ${LOCALBASE}/include/freetype.
2001-07-25 17:36:26 +00:00
Ying-Chieh Liao
d602ba17f3
add guitartex
...
GuitarTeX converts the Chord format into "normal" LaTeX format
2001-07-24 16:34:30 +00:00
John Polstra
fbd8d43ef5
Revamp this port to build using the PM3 compiler instead of the old
...
SRC one from the modula-3 port. Also use the virtualpaper sources
which are included in the PM3 distribution, as they are maintained
better.
2001-07-21 23:28:12 +00:00
Ying-Chieh Liao
79826837b7
add cpp2latex
...
Convert C++-programmlistings to a file you can input in an LaTeX-document
2001-07-20 09:36:57 +00:00
Mark Pulford
e1c9c8a98f
Add rprint 3.2, remote printing utility using a raw bidirectional
...
tcp connection.
PR: 29085
Submitted by: Konrad Heuer <kheuer@gwdu60.gwdg.de>
2001-07-19 15:55:18 +00:00
Mark Pulford
252babe668
Replaced broken master site
...
PR: 28914
Submitted by: maintainer
2001-07-13 03:40:26 +00:00
Maxim Sobolev
495daa29cc
Update version number of freetype2 shared library.
2001-07-12 10:10:30 +00:00
Maxim Sobolev
0291b284bd
Update to 2.0.4.
2001-07-12 10:08:44 +00:00
Bill Fenner
93d4289d65
Oliver Breuninger sent me an updated email address, so put him back
...
as MAINTAINER.
2001-07-11 16:33:46 +00:00
David W. Chapman Jr.
48eab8c261
Update to version 3.2.3d
...
PR: 28061
Submitted by: KATO Tsuguru <tkato@prontomail.com>
No response: maintainer
2001-07-09 23:56:00 +00:00
Kevin Lo
67cb0e4ed2
Initial import of wmlpq-0.2.1.
...
wmlpq is a Windowmaker dockapp which monitors up to 5 printqueues,
allowing you to see when your print job has finally been printed.
This is useful when you work in a networked environment with several
printers available, which are not in the same room; or (in some
cases) the same country, and is easier than typing lpq every 30
seconds.
PR: 28750
Submitted by: Patrick Li <pat@databits.net>
2001-07-08 16:52:47 +00:00
Andreas Klemm
43c44a17a6
sorry, no time for maintenance, hand port over to ports team entirely
2001-07-06 10:35:32 +00:00
Daniel Harris
01c2dc6c54
Use %%PORTDOCS%%.
...
PR: 28540
Submitted by: maintainer
2001-07-04 16:04:18 +00:00
Maxim Sobolev
8e56f80dfe
Enable truetype font hinting. XFree86-4 ships with this turned on in their
...
freetype library, and it helps the antialiased font stuff. There are no
drawbacks, other than unclear legal status (Apple holds some patents in
this area), but as long as it is OK for XFree, it should be OK for us too.
Submitted by: Jeremy Norris <ishmael27@home.com>
2001-07-04 14:50:00 +00:00
Jimmy Olgeni
a86e13405c
Remove file patch-psspecial.c.
...
PR: 28501
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
2001-06-30 09:03:04 +00:00
Satoshi Taoka
9fbb35a601
Update to 1.69.k
2001-06-30 07:55:47 +00:00
Satoshi Taoka
f362253efd
Update to version 1.1
...
o bjfiltercom
PR: ports/27976
Submitted by: Patrick Li <pat@databits.net>
o the other bjfilter*
Submitted by: maintainer (taoka)
2001-06-30 04:13:31 +00:00
Satoshi Taoka
52de9edb0f
Canon Bubble Jet Print Filter for Linux -- BJ F360
2001-06-30 04:07:28 +00:00
Satoshi Taoka
8408eb7007
Canon Bubble Jet Print Filter for Linux -- BJ F850 (supported BCI-6 inks)
2001-06-30 04:05:58 +00:00
James E. Housley
1e95af535b
dvipdfm updated to version 0.13.2c
...
PR: 28493
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
2001-06-29 01:22:24 +00:00
Anton Berezin
092f55b30a
Upgrade databases/p5-DBIx-SearchBuilder to 0.39.
...
Upgrade mail/p5-Email-Find to 0.04.
Upgrade print/p5-Text-PDF to 0.15.
Upgrade textproc/p5-Text-Tmpl to 0.24.
OK'ed by: markm
2001-06-26 14:54:10 +00:00
John Polstra
a35b751000
Defennerize.
2001-06-25 23:13:51 +00:00
Maxim Sobolev
6382ed95e9
Update to 2.0.3.
2001-06-25 14:59:00 +00:00
Jimmy Olgeni
26a0a7fa50
Remove MANUAL_PACKAGE_BUILD.
...
Approved by: jmz
2001-06-24 19:41:00 +00:00
Daniel Harris
110ea7c680
Update to 3.3.
...
PR: 28300
Submitted by: maintainer
2001-06-20 22:01:00 +00:00
David E. O'Brien
c289940cad
Make executive decision. `pkg_add -r ghostscript' will get you
...
version 6.x.
2001-06-20 05:11:51 +00:00
Anton Berezin
c8df88ddad
Updated MAINTAINER to my new committer email address.
...
Do the same for pkg-descr files.
Approved by: markm
2001-06-12 19:25:41 +00:00
Tom Hukins
480b843fa8
Update MAINTAINER address
2001-06-12 18:20:13 +00:00
Dirk Froemberg
0cf79c9976
Disconnect pdflib.
2001-06-10 13:49:55 +00:00
Dirk Froemberg
2a2896209a
Remove pdflib in favour of pdflib3.
2001-06-10 13:49:26 +00:00
Jean-Marc Zucconi
a730bd564c
Upgrade to the current version (june 2000).
...
Use MASTER_SITE_LOCAL as ftp.freesoftware.com is dead.
2001-06-08 15:49:30 +00:00
Mark Pulford
3246a363a8
Updated MAINTAINER to my new committer email address
...
Reviewed by: will
2001-06-08 05:36:46 +00:00
Peter Pentchev
21845ed225
Update to 10.0g.
...
PR: 26544
Reported by: Eric Jacoboni <jaco@teaser.fr> - the PR
Submitted by: maintainer - the patch
2001-06-06 18:19:03 +00:00
Maxim Sobolev
400f4557f6
Standartise the way used to disable X11 support in various ports. From now
...
on WITHOUT_X11 is the Only True Way[tm].
2001-06-05 11:38:35 +00:00
Ade Lovett
5a25039fa8
Update to 0.29
2001-06-05 04:58:33 +00:00
Dirk Froemberg
d284a66d69
POSIX syntax for chown.
2001-06-04 09:33:50 +00:00
Dirk Froemberg
9f84e2fd0b
Upgrade to 1.1.6.2 (i. e. include patch-1.1.6fix2).
...
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
2001-06-04 08:42:25 +00:00
Ade Lovett
b1bb049460
Replace explicit build dependency on bison with USE_BISON knob
2001-05-31 22:48:50 +00:00
Ade Lovett
e460680d5e
Replace explicit build dependency on libtool with USE_LIBTOOL knob
2001-05-31 22:44:45 +00:00
Jimmy Olgeni
715fdc51ae
Remove MANUAL_PACKAGE_BUILD, the package builds and deinstalls correctly.
2001-05-29 14:26:36 +00:00
Ying-Chieh Liao
c9018a76ce
add missing file into PLIST
...
PR: 27579
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>, Steve Coltrin <spcoltri@omcl.org>
Reviewed by: maintainer (Steve Coltrin <spcoltri@omcl.org>)
2001-05-29 14:18:12 +00:00
Ying-Chieh Liao
777f5e236a
bump portversion
...
PR: 27366
Submitted by: maintainer
2001-05-29 12:26:14 +00:00
Ying-Chieh Liao
4287108b81
dvipdfm rotates embedded postscript in 100ths of radians rather than
...
degrees.
PR: 27366
Submitted by: maintainer
2001-05-29 12:20:01 +00:00
Joerg Wunsch
61a90bd369
Changed my mind regarding the place where to install the docs: this
...
now all goes below ${PREFIX}/share/texmf/, so to conform with other
TeX ports.
Need to install header.tex, though i rather decided to rename that file
while installing.
Now it's ready to go. ;-)
2001-05-28 20:47:15 +00:00
Bill Fenner
4065e97f1f
Remove ob@seicom.NET as MAINTAINER; mail has been bouncing for 12 weeks.
2001-05-28 19:45:48 +00:00
Joerg Wunsch
cff22159a4
abc2mtex is a preprocessor that converts "abc" music tune notation
...
into MusiXTeX source.
2001-05-28 14:42:19 +00:00
Vanilla I. Shu
38ef61bc18
Upgrade to 0.7006.
2001-05-27 21:00:32 +00:00
Maxim Sobolev
bb53f3ecee
Don't overwrite CATEGORIES in master ports. Use += instead, so slaves
...
would be able to insert their own entries (usually language category)
upfront.
2001-05-22 18:16:59 +00:00
Ade Lovett
143e32b0c9
Update to 1.0.1
2001-05-21 19:58:53 +00:00
Ying-Chieh Liao
de981c8062
upgrade to 0.14
...
PR: 27414
Submitted by: maintainer
2001-05-19 19:49:33 +00:00
Ying-Chieh Liao
99236cf640
add pfaedit
...
Type 1/TrueType/OpenType/bitmap font editor
PR: 26515
Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp>
2001-05-19 17:09:56 +00:00
Akinori MUSHA
df92d54f05
Update to 20010519.
2001-05-19 16:10:53 +00:00
Ying-Chieh Liao
7252971006
add ft2demos
...
Demo programs for FreeType2
PR: 26513
Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp>
2001-05-19 15:06:01 +00:00
David E. O'Brien
589fb25c3b
This patch was misnamed. It has reappeard as patch-printers.c
2001-05-18 09:21:39 +00:00
David E. O'Brien
3949584ae9
Don't send the generated output to the printer by default.
...
Sending the file by default to the printer is (IMHO):
. counter-intuitive; the name a2ps suggests that the tool converts
ASCII (plus other files) to Postscript, but it by no means gives a
hint that it would print something without asking,
. violating the Unix way; we've got pipes, and people are used to use
them when they want to print something (IMHO there isn't even a good
reason for adding all the -P bloat to a2ps at all, but of course, i
don't suggest changing _that_),
. contradictionary to all the documentation about a2ps since the docs
tell you that it would only start printing if a -P or -c option is
being provided,
. a waste of paper for the brave user who starts the program in the
innocent assumption to get just a Postscript file out of it.
Not objected by: ports@freebsd.org , maintainer
Submitted by: joerg
2001-05-18 09:21:10 +00:00
Thomas Gellekum
13582290cf
Upgrade to 1.07.
2001-05-17 11:31:20 +00:00
Joerg Wunsch
efe60a7364
Don't send the generated output to the printer by default.
...
Sending the file by default to the printer is (IMHO):
. counter-intuitive; the name a2ps suggests that the tool converts
ASCII (plus other files) to Postscript, but it by no means gives a
hint that it would print something without asking,
. violating the Unix way; we've got pipes, and people are used to use
them when they want to print something (IMHO there isn't even a good
reason for adding all the -P bloat to a2ps at all, but of course, i
don't suggest changing _that_),
. contradictionary to all the documentation about a2ps since the docs
tell you that it would only start printing if a -P or -c option is
being provided,
. a waste of paper for the brave user who starts the program in the
innocent assumption to get just a Postscript file out of it.
Not objected by: ports@freebsd.org , maintainer
2001-05-16 17:42:10 +00:00
Kris Kennaway
6c6d0742e8
A number of changes to this port:
...
* Portlint and clean up some style bugs
* Replace a hand-rolled configure script with pre/post-configure and
GNU_CONFIGURE (side-effect is to respect CC and CFLAGS in the build
instead of using -O2)
* respect the value of INSTALL_SCRIPT so the installation doesn't bomb out
when we pass in INSTALL_PROGRAM as well
* allow automatic packaging (the MANUAL_PACKAGE_BUILD) seems to be a hold-
over from several years ago before package builds were done separately.
Approved by: jmz (maintainer)
2001-05-14 22:56:00 +00:00
Andreas Klemm
b3c3dd6b70
new ftp site for pdfencrypt
...
Submitted by: Mark.Andrews@nominum.com
2001-05-12 14:59:13 +00:00