FreshPorts -- The Place For Ports Sun, 5 Jul 2009 3:23 AM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
arj 3.10.22_1 archivers on this many watch lists=90 search for ports that depend on this port
Open-source ARJ
Maintained by: garga@FreeBSD.org search for ports maintained by this maintainer
Port Added: 01 Jul 2002 17:14:40


This  product is an  implementation of ARJ v 2.7x  for DOS on UNIX  and
UNIX-like  systems. It is  assumed that the  user is familiar  with ARJ
operation on DOS before using this package.

New ARJ features on UNIX and UNIX-like platforms:

 - Support for symbolic and hard links
 - Archiving of special entities: pipes and devices
 - Support for UID/GID storage in a variety of methods
 - World's smallest native self-extracting modules
 - Outstanding interoperability with ARJ for DOS, Windows and OS/2 Warp

WWW: http://arj.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, devel/autoconf262

To install the port: cd /usr/ports/archivers/arj/ && make install clean
To add the package: pkg_add -r arj


Configuration Options
     No options to configure

Master Sites:
http://garr.dl.sourceforge.net/sourceforge/arj/
http://superb-east.dl.sourceforge.net/sourceforge/arj/
http://nchc.dl.sourceforge.net/sourceforge/arj/
http://kent.dl.sourceforge.net/sourceforge/arj/
http://easynews.dl.sourceforge.net/sourceforge/arj/
http://ufpr.dl.sourceforge.net/sourceforge/arj/
http://mesh.dl.sourceforge.net/sourceforge/arj/
http://heanet.dl.sourceforge.net/sourceforge/arj/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 28

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
28 Mar 2009 17:53:24
Original commit files touched by this commit  3.10.22_1
garga search for other commits by this committer
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
04 Mar 2009 17:33:55
Original commit files touched by this commit  3.10.22_1
garga search for other commits by this committer
- Fix build on recent -CURRENT renaming strnlen local function to _strnlen to
  avoid conflict with recent introduced function with the same name on string.h
- Use SF macro for MASTER_SITES
- Remove CFLAGS change from CONFIGURE_ENV and use CHFLAGS +=
- Use PORTDOCS
- Remove 5 lines pkg-plist and use PLIST_FILES
- Change post-extract to post-patch, as used on most ports
21 Aug 2008 07:18:49
Original commit files touched by this commit  3.10.22_1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20 Aug 2008 01:57:32
Original commit files touched by this commit  3.10.22_1
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
30 Sep 2007 05:47:37
Original commit files touched by this commit  3.10.22_1
linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
03 May 2006 06:14:35
Original commit files touched by this commit  3.10.22
edwin search for other commits by this committer
Remove USE_REINPLACE from ports in categories starting with A.
15 Nov 2005 06:52:12
Original commit files touched by this commit  3.10.22
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
08 Nov 2005 14:33:36
Original commit files touched by this commit  3.10.22
garga search for other commits by this committer
- Add SHA256
27 Jul 2005 12:31:03
Original commit files touched by this commit  3.10.22
garga search for other commits by this committer
- Update to 3.10.22
11 Jul 2005 17:47:16
Original commit files touched by this commit  3.10.21
garga search for other commits by this committer
Change MAINTAINER to my @FreeBSD.org account

Approved by:    flz (mentor)
12 Apr 2005 04:26:57
Original commit files touched by this commit  3.10.21
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 14:03:55
Original commit files touched by this commit  3.10.21
barner search for other commits by this committer
Change maintainer's email address.

Approved by:            arved (mentor)
PR:                     ports/79162
11 Apr 2005 09:04:41
Original commit files touched by this commit  3.10.21
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
10 Feb 2005 20:12:05
Original commit files touched by this commit  3.10.21
leeym search for other commits by this committer
- Fix build errors, now using autoconf-2.59

PR:             77338
Submitted by:   Renato Botelho <renato at galle.com.br>
02 Feb 2005 08:38:50
Original commit files touched by this commit  3.10.21
sem search for other commits by this committer
- Grant maintainership to submitter

PR:             ports/76965
Submitted by:   Renato Botelho <renato(at)galle.com.br>
02 Nov 2004 22:58:44
Original commit files touched by this commit  3.10.21
des search for other commits by this committer
Fix -O2 build.  If declared static, integrity_identifier is optimized out
since it isn't referenced, so postproc can't find it and the build bombs.
18 Jul 2004 00:00:34
Original commit files touched by this commit  3.10.21
sem search for other commits by this committer
Update to 3.10.21

Approved by:    krion (mentor) (implicitly)
15 Jul 2004 23:59:11
Original commit files touched by this commit  3.10.19
kris search for other commits by this committer
Reset undeliverable maintainer address:

   ----- Transcript of session follows -----
451 4.4.1 reply: read error from mix.premierbank.dp.ua.
<kot@premierbank.dp.ua>... Deferred
Message could not be delivered for 1 week
Message will be deleted from queue

For two consecutive weeks.
17 Apr 2004 20:12:38
Original commit files touched by this commit  3.10.19
krion search for other commits by this committer
- Fix configure warning

PR:             65668 65669 65670 65671 65672 65673
Submitted by:   Roman Neuhauser <neuhauser at chello dot cz>
22 Feb 2004 23:08:17
Original commit files touched by this commit  3.10.19
krion search for other commits by this committer
- Update to version 3.10.19

PR:             ports/63240
Submitted by:   maintainer
17 Feb 2004 11:00:11
Original commit files touched by this commit  3.10.18
krion search for other commits by this committer
- Update to version 3.10.18.
- Patch for the correct load arjcrypt.so
- Fix build on AMD64

PR:             ports/62953 ports/62852
Submitted by:   maintainer Hendrik Scholz <hendrik@scholz.net>
04 Feb 2004 05:21:48
Original commit files touched by this commit  3.10g_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
03 Sep 2003 02:00:56
Original commit files touched by this commit  3.10g
leeym search for other commits by this committer
Update MASTER_SITES for arj-3.10g

PR:             56264
Submitted by:   Konstantin Reznichenko <kot@premierbank.dp.ua>
09 Jun 2003 22:08:40
Original commit files touched by this commit  3.10g
osa search for other commits by this committer
Update to 3.10g [1,2]
Add STRIP=, because stripped arj binaries don't print help topic [2]
Add language-specific options [2]
Change MASTER_SITE_SUBDIR (keramida -> osa) [3]
Replace hardcoded /etc to ${LOCALBASE}/etc [3,4]
Remove -O2 flag for ${CC} [3,4]

Submitted by:   [1] Mathieu Arnold <m@absolight.net> (PR 52982)
                [2] Konstantin Reznichenko <kot@premierbank.dp.ua> (PR 53079)
                        (maintainer)
                [3] osa
Approved by:    [4] maintainer
                fjoe (mentor)
21 Feb 2003 10:42:57
Original commit files touched by this commit  3.10b
knu search for other commits by this committer
De-pkg-comment.
27 Nov 2002 23:33:35
Original commit files touched by this commit  3.10b
kris search for other commits by this committer
Use MASTER_SITE_LOCAL in preference to the other MASTER_SITE because
the latter is often unavailable or slow.

Submitted by:   keramida
17 Sep 2002 06:17:29
Original commit files touched by this commit  3.10b
ijliao search for other commits by this committer
add more mastersites

PR:             42788
Submitted by:   maintainer
01 Jul 2002 17:07:11
Original commit files touched by this commit  3.10b
ijliao search for other commits by this committer
add arj 3.10b
Open-source ARJ

PR:             40071
Submitted by:   "Konstantin Reznichenko" <kot@premierbank.dp.ua>

Number of commits found: 28

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
nfsenJul 03
nagios*Jul 01
nagios-devel*Jul 01
nagios2*Jul 01
syslog-ng*Jul 01
syslog-ng2*Jul 01
phpmyadminJun 30
tor*Jun 23
tor*Jun 23
cscopeJun 16
cscopeJun 16
finchJun 16
joomla15Jun 16
libpurpleJun 16
pidginJun 16

6 vulnerabilities affecting 11 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 20380
Broken 142
Deprecated 44
Ignore 760
Forbidden 5
Restricted 387
No CDROM 139
Vulnerable 56
Expired 18
Set to expire 25
Interactive 81
new 24 hours 5
new 48 hours7
new 7 days73
new fortnight99
new month184

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.244 seconds.